:root {
  --brand: hsl(186 51% 35%); --deep: hsl(180 73% 13%);
  --ink: hsl(207 52% 8%); --muted: hsl(207 12% 40%);
  --paper: hsl(0 0% 100%); --wash: hsl(190 20% 96%); --line: hsl(190 15% 87%);
  --gutter: clamp(24px, 5vw, 100px); --radius: 30px;
  color: var(--ink); background: var(--paper); font-family: Inter, sans-serif;
  scroll-behavior: smooth; scroll-padding-top: 100px;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .35; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: 'Space Grotesk', Inter, sans-serif; font-weight: 500; }
h1 { font-size: clamp(42px, 4.8vw, 76px); line-height: 1.07; letter-spacing: -.055em; }
h2 { font-size: clamp(36px, 4.5vw, 66px); line-height: 1.06; letter-spacing: -.045em; }
h3 { font-size: 28px; line-height: 1.15; letter-spacing: -.025em; }
.wrap { width: min(1440px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.navigation { height: 84px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: hsl(0 0% 100% / .96); z-index: 20; }
.navigation nav { margin-left: auto; display: flex; gap: 30px; font-size: 14px; }
.navigation nav a { padding-block: 15px; }
.navigation a:hover, .text-link:hover { color: var(--brand); }
.button { display: inline-flex; gap: 16px; align-items: center; justify-content: center; min-height: 52px; padding: 14px 25px; border: 0; border-radius: 99px; background: var(--brand); color: white; font-size: 15px; font-weight: 500; }
.button:hover { background: var(--deep); color: white; }
.button.small { min-height: 44px; padding: 11px 19px; font-size: 13px; }
.text-link { border: 0; padding: 12px 0; background: none; color: var(--brand); font-size: 16px; font-weight: 500; text-align: left; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.eyebrow { color: var(--brand); font-size: 13px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 24px; }
.intro { text-align: center; padding-top: 90px; }
.intro-copy { font-size: clamp(18px, 1.6vw, 24px); line-height: 1.5; color: var(--muted); margin-top: 28px; }
.actions { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; margin: 24px 0 48px; }
.opening-image { border-radius: var(--radius); overflow: hidden; position: relative; background: var(--wash); }
.opening-image img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.opening-image figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; display: flex; justify-content: space-between; color: white; font-size: 13px; background: linear-gradient(transparent, hsl(180 73% 8% / .8)); }
.statement { padding-block: 128px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 100px; align-items: center; }
.statement > p { font-size: clamp(26px, 2.6vw, 40px); line-height: 1.25; color: var(--muted); letter-spacing: -.035em; }
.statement strong { color: var(--ink); font-weight: 500; }
.statement > div { max-width: 42ch; font-size: 18px; line-height: 1.65; color: var(--muted); }
.section { padding-block: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 58px; }
.section-intro { width: 370px; max-width: 100%; color: var(--muted); font-size: 18px; line-height: 1.6; }
.gallery-section { background: var(--wash); }
.closer-section { padding-block: 140px; }
.screening-note { font-size: 15px; line-height: 1.6; margin-top: 48px; max-width: 70ch; color: var(--muted); }
.live-section { background: var(--deep); color: white; }
.live-section .eyebrow { color: hsl(180 26% 74%); }
.live-section .section-intro, .live-explainer { color: hsl(180 19% 80%); }
.live-stage { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1.92; background: var(--wash); }
.live-stage > img, .live-stage iframe { width: 100%; height: 100%; object-fit: cover; border: 0; }
.live-launch { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); box-shadow: 0 4px 24px hsl(0 0% 0% / .2); white-space: nowrap; }
.live-stop { position: absolute; right: 18px; top: 18px; min-height: 44px; background: var(--deep); }
.live-details { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-top: 30px; }
.live-details strong, .live-details span { display: block; }
.live-details strong { font-size: 23px; font-weight: 500; margin-bottom: 8px; }
.live-details span { font-size: 14px; color: hsl(180 19% 80%); }
.live-details .text-link { color: white; }
.live-explainer { padding-top: 40px; font-size: 17px; line-height: 1.6; }
.access-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; margin-top: 76px; }
.access-grid article { border-top: 1px solid var(--line); padding-top: 28px; }
.access-number { color: var(--brand); font-size: 12px; letter-spacing: .09em; display: block; margin-bottom: 32px; }
.access-grid p { font-size: 17px; line-height: 1.7; color: var(--muted); margin: 24px 0 18px; }
.pilot-section { padding: 112px 0; text-align: center; background: var(--wash); }
.pilot-section h2 { font-size: clamp(48px, 6vw, 88px); }
.pilot-section > .wrap > p:not(.eyebrow) { margin: 28px 0; font-size: 20px; line-height: 1.6; color: var(--muted); }
.booth { margin: 64px auto 0; border-top: 1px solid var(--line); padding-top: 32px; display: flex; flex-direction: column; gap: 12px; font-size: 15px; line-height: 1.65; }
.booth strong { font-weight: 600; }.booth span { color: var(--muted); }
footer { display: flex; gap: 30px; align-items: center; justify-content: space-between; padding-block: 44px; font-size: 12px; color: var(--muted); }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; background: white; padding: 20px; }.skip:focus { top: 10px; }
@media (max-width: 900px) {
  .navigation { height: 72px; gap: 20px; }.navigation img { width: 146px; height: auto; }
  .navigation nav { gap: 18px; }.statement { gap: 40px; }
  .section-heading { gap: 36px; }.section-intro { width: 300px; }
  .access-grid { gap: 24px; }.access-grid h3 { font-size: 25px; }
}
@media (max-width: 650px) {
  :root { --gutter: 20px; --radius: 20px; scroll-padding-top: 85px; }
  .wide-only { display: none; }.navigation { padding-inline: 20px; justify-content: space-between; }
  .navigation nav { display: none; }.navigation .button { font-size: 12px; }
  .intro { padding-top: 64px; }.eyebrow { font-size: 11px; margin-bottom: 22px; }
  .intro-copy { margin-top: 24px; }.actions { gap: 4px 24px; margin: 22px 0 36px; }.actions .text-link { font-size: 14px; }
  .opening-image img { aspect-ratio: 1.25; }.opening-image figcaption { padding: 20px; font-size: 11px; }.opening-image figcaption span:last-child { display: none; }
  .statement { padding-block: 76px; grid-template-columns: 1fr; gap: 26px; }.statement > div { font-size: 17px; }
  .section { padding-block: 76px; }.section-heading { display: block; margin-bottom: 34px; }
  .section-intro { width: auto; margin-top: 26px; font-size: 17px; }
  .live-stage { aspect-ratio: 1; }.live-stage.active { height: 65svh; aspect-ratio: auto; }
  .live-launch { bottom: 22px; }.live-details { display: block; }.live-details span { line-height: 1.6; }.live-details .text-link { margin-top: 16px; display: inline-block; }
  .live-explainer { padding-top: 24px; }.access-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 44px; }
  .access-number { margin-bottom: 20px; }.access-grid p { margin-block: 16px 8px; }
  .pilot-section { padding-block: 76px; }footer { flex-direction: column; align-items: start; gap: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
