:root {
  --ink: #16120e;
  --paper: #ffffff;
  --gold: #111111;
  --blue: #111111;
  --red: #111111;
  --green: #111111;
  --muted: #707070;
  --line: rgba(22, 18, 14, .16);
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, sans-serif; }
a { color: inherit; }
.live-header, main, .live-footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.live-header { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; border-bottom: 1px solid var(--line); }
.wordmark { font: 22px/1 "Archivo Black", sans-serif; letter-spacing: -.05em; text-decoration: none; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
nav a { text-decoration: none; }
.nav-cta { background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 999px; }
.live-page { background: #ffffff; color: #171717; }
.live-page .global-menu { position: relative; inset: auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1180px, calc(100% - 32px)); height: auto; margin: 0 auto; padding: 18px 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.live-page .global-menu::before { content: "Philly Tours\A by Founders"; white-space: pre; color: #111; font-family: "DM Mono", ui-monospace, monospace; font-size: .84rem; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.live-page .global-menu::after { content: "Group Tours   GEECHIE   Freedom's Atlantic   North Star Tour   Live Feed"; margin-left: auto; margin-right: 18px; color: #707070; font-family: "DM Mono", ui-monospace, monospace; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.live-page .global-menu__toggle { position: relative; z-index: 2; min-height: 46px; border: 1px solid rgba(26,20,16,.18); border-radius: 0; padding: 12px 15px; background: #fff; color: #171717; box-shadow: none; }
.live-page .global-menu__toggle:hover, .live-page .global-menu__toggle:focus-visible, .live-page .global-menu.is-open .global-menu__toggle { background: #171717; color: #fff; }
.live-page .global-menu__panel { top: 74px; right: 0; bottom: auto; left: auto; border-color: #171717; background: #fff; color: #171717; box-shadow: 0 20px 48px rgba(17,17,17,.18); }
.live-page .global-menu__header { border-color: #171717; background: #fff; }
.live-page .global-menu__header p, .live-page .global-menu__header button { color: #171717; }
.live-page .global-menu__links a { border-color: rgba(17,17,17,.16); }
.live-page .global-menu__links a:hover, .live-page .global-menu__links a:focus-visible { background: #171717; color: #fff; }
.live-page main { width: min(1180px, calc(100vw - 32px)); }
.live-page .site-footer { width: min(1180px, calc(100vw - 32px)); margin-top: 64px; }
.live-page .site-footer nav { display: grid; gap: 10px; }
.live-hero { padding: 96px 0 56px; max-width: 760px; }
.eyebrow, .small-label { margin: 0 0 16px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.signal-dot, .status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--red); vertical-align: 1px; }
h1, h2, h3 { margin: 0; font-family: "Archivo Black", sans-serif; letter-spacing: -.05em; line-height: .96; }
h1 { max-width: 720px; color: var(--blue); font-size: clamp(56px, 9vw, 112px); }
.hero-copy { max-width: 550px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.live-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: 20px; align-items: stretch; }
.player-card, .show-card, .live-actions, .live-details article { border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.player-card { padding: 12px; }
.player-shell { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
video { display: block; width: 100%; height: 100%; object-fit: cover; }
.player-message { display: none; }
.player-message.is-hidden { opacity: 0; pointer-events: none; }
.message-icon { color: #ffffff; font-size: 32px; }
.player-message strong { font-size: 20px; }
.player-message span:last-child { max-width: 360px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.player-footer { display: flex; justify-content: space-between; gap: 12px; padding: 14px 2px 2px; color: var(--muted); font-size: 12px; }
.status-badge { color: var(--red); font-weight: 800; }
.status-badge.is-live { color: var(--green); }
.status-badge.is-live .status-dot { background: var(--green); }
.show-card { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.show-card h2 { color: var(--blue); font-size: clamp(32px, 4vw, 52px); }
.show-card > p:not(.eyebrow):not(.small-label) { margin: 22px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.show-divider { width: 48px; height: 4px; margin: 8px 0 26px; background: var(--gold); }
.small-label { margin-bottom: 10px; color: var(--ink); }
.social-links { display: grid; gap: 8px; }
.social-links a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; text-decoration: none; }
.social-links span { color: var(--red); }
.live-actions { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 72px; padding: 30px 34px; background: #111111; color: white; }
.live-actions .eyebrow { color: #ffffff; }
.live-actions h2 { font-size: clamp(26px, 4vw, 42px); }
.action-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.button { display: inline-flex; gap: 15px; align-items: center; padding: 13px 17px; border: 1px solid transparent; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.button-primary { background: #ffffff; color: var(--ink); }
.button-secondary { border-color: rgba(255,255,255,.55); color: white; }
.live-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 20px 0 88px; }
.live-details article { padding: 26px; }
.detail-number { color: var(--red); font-size: 12px; font-weight: 800; }
.live-details h3 { margin-top: 38px; color: var(--blue); font-size: 24px; }
.live-details p { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.live-footer { display: flex; justify-content: space-between; gap: 32px; margin-top: 72px; padding: 32px 0 48px; border-top: 2px solid var(--ink); color: var(--muted); font-size: 11px; }
.live-footer__brand { display: flex; flex-direction: column; gap: 8px; }
.live-footer__brand strong { color: var(--ink); font: 16px/1 "Archivo Black", sans-serif; letter-spacing: -.05em; }
.live-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.live-footer__links a { color: var(--ink); font-weight: 800; text-decoration: none; }

@media (max-width: 760px) {
  .live-header, main, .live-footer { width: min(100% - 28px, 1180px); }
  .live-page .global-menu { width: min(100% - 20px, 1180px); }
  .live-page .global-menu::after { display: none; }
  .live-hero { padding: 64px 0 38px; }
  h1 { font-size: clamp(48px, 16vw, 80px); }
  .live-layout, .live-details { grid-template-columns: 1fr; }
  .show-card { padding: 28px; }
  .live-actions, .live-footer { align-items: flex-start; flex-direction: column; }
  .action-links { justify-content: flex-start; }
  .live-footer__links { justify-content: flex-start; gap: 12px 18px; }
}
