:root {
  --ink: #00080b;
  --ink-soft: #020d0f;
  --teal: #031c20;
  --petrol: #042a26;
  --moss: #142f27;
  --paper: #f2f1ea;
  --paper-soft: #ded9cf;
  --white: #f2f1ea;
  --coral: #d14414;
  --orange: #ab330b;
  --accent: #e97a43;
  --line: rgba(0, 8, 11, .17);
  --display: "Bruno Ace", "Sora", system-ui, sans-serif;
  --tech: "Bruno Ace", sans-serif;
  --sans: "Sora", Arial, sans-serif;
  --header: 76px;
  --container: min(88vw, 1280px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 36px); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding-block: clamp(80px, 8vw, 128px); }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: var(--accent); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 32px; padding: 7px 4vw; background: var(--ink); color: var(--white); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement p { display: flex; align-items: center; gap: 13px; margin: 0; }
.announcement i { width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }
.announcement strong { color: var(--accent); font-weight: 500; }
.announcement a { border-bottom: 1px solid currentColor; font-weight: 700; }

.site-header { position: sticky; z-index: 100; top: 0; min-height: var(--header); display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 34px; padding: 0 4vw; border-bottom: 1px solid rgba(255,255,255,.15); background: rgba(0,8,11,.9); color: var(--white); backdrop-filter: blur(16px); transition: min-height .25s, background .25s; }
.site-header.is-scrolled { min-height: 66px; background: rgba(0,8,11,.98); }
.brand { width: fit-content; }
.brand img { width: 177px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.3vw, 34px); }
.site-nav a { position: relative; padding-block: 28px; font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { min-width: 140px; padding: 15px 20px; background: var(--coral); color: var(--white); text-align: center; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-cta:hover { background: var(--accent); color: var(--ink); }
.lang-toggle { display: flex; gap: 6px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.24); background: transparent; color: var(--white); cursor: pointer; font-size: .62rem; letter-spacing: .08em; }
.lang-toggle i { opacity: .45; font-style: normal; }
.nav-toggle { display: none; }

.hero { position: relative; min-height: calc(100svh - 110px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.82) contrast(1.05); }
.hero-wash { background: linear-gradient(90deg, rgba(2,8,8,.94) 0%, rgba(2,8,8,.71) 43%, rgba(2,8,8,.18) 72%), linear-gradient(0deg, rgba(2,8,8,.78), transparent 52%); }
.hero-signal { position: absolute; top: 45%; right: 4vw; width: min(37vw, 550px); aspect-ratio: 1; transform: translateY(-50%); }
.hero-signal span { position: absolute; inset: 0; border: 1px solid rgba(209,68,20,.42); border-radius: 50%; animation: signal 5.5s ease-in-out infinite; }
.hero-signal span:nth-child(2) { inset: 15%; animation-delay: -1.2s; }
.hero-signal span:nth-child(3) { inset: 31%; animation-delay: -2.4s; }
@keyframes signal { 0%,100% { opacity: .25; transform: scale(.96); } 50% { opacity: .85; transform: scale(1.03); } }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: end; gap: clamp(60px, 10vw, 150px); padding-block: clamp(100px, 14vh, 170px) 110px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: .65rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 1px; background: var(--coral); }
.eyebrow b { font-weight: 500; }
.hero h1, .section h2, .closing h2 { margin: 0; font-family: var(--display); font-size: clamp(3.55rem, 5.45vw, 6.8rem); font-weight: 400; line-height: .94; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 em, .section h2 em, .closing h2 em { color: var(--coral); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 680px; margin: 34px 0 0; font-size: clamp(1rem, 1.4vw, 1.22rem); font-weight: 300; line-height: 1.65; }
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 16px 25px; border: 1px solid transparent; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: background .2s, color .2s, border .2s, transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--coral); color: var(--white); }
.btn-primary:hover { background: var(--accent); color: var(--ink); }
.btn-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
.btn-ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--coral); color: var(--white); }
.hero-note { margin: 16px 0 0; color: rgba(255,255,255,.66); font-size: .66rem; letter-spacing: .04em; }
.countdown-card { position: relative; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); padding: 24px 0 26px; }
.countdown-card > p { margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.countdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.countdown div { display: grid; gap: 5px; }
.countdown strong { font-family: var(--display); font-size: 2.6rem; font-weight: 400; line-height: 1; }
.countdown span { color: var(--accent); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.countdown-date { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 34px; }
.countdown-date > span { font-family: var(--tech); color: var(--coral); font-size: 2.1rem; letter-spacing: -.07em; }
.countdown-date p { margin: 0; color: rgba(255,255,255,.6); font-family: var(--tech); font-size: .65rem; line-height: 1.35; letter-spacing: .1em; }
.scroll-cue { position: absolute; z-index: 3; right: 4vw; bottom: 26px; display: flex; align-items: center; gap: 13px; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { width: 42px; height: 1px; background: var(--coral); }

.proof { padding: 34px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof article { display: flex; align-items: baseline; justify-content: center; gap: 12px; padding: 11px 22px; border-right: 1px solid var(--line); }
.proof article:last-child { border-right: 0; }
.proof strong { font-family: var(--display); color: var(--coral); font-size: 2.65rem; font-weight: 500; line-height: 1; }
.proof p { margin: 0; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }

.manifesto { background: var(--paper); }
.manifesto-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 710px; overflow: hidden; border: 1px solid var(--line); }
.manifesto-visual { position: relative; min-height: 580px; overflow: hidden; background: var(--ink); }
.manifesto-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,16,15,.75), transparent 58%); }
.manifesto-visual img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-visual > span { position: absolute; z-index: 2; right: 34px; bottom: 34px; left: 34px; max-width: 490px; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3.8vw, 4rem); line-height: .98; }
.manifesto-copy { padding: clamp(46px, 6vw, 86px); background: var(--teal); color: var(--white); }
.manifesto-copy .eyebrow > span { background: var(--coral); }
.manifesto-copy h2 { font-size: clamp(3.2rem, 5.5vw, 5.9rem); }
.manifesto-copy h2 em { color: var(--accent); }
.manifesto-copy > p:not(.eyebrow) { max-width: 550px; margin: 32px 0 42px; font-size: .98rem; line-height: 1.7; }
.manifesto-copy dl { margin: 0; border-top: 1px solid rgba(242,241,234,.24); }
.manifesto-copy dl div { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(242,241,234,.16); }
.manifesto-copy dt { font-family: var(--tech); font-size: .66rem; }
.manifesto-copy dd { margin: 0; font-size: .72rem; }

.film { background: var(--ink); color: var(--white); }
.film-head { display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.film h2 { font-size: clamp(3.8rem, 7vw, 7.3rem); }
.film-head > p { margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: .95rem; line-height: 1.72; }
.film-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 8.3; border: 1px solid rgba(255,255,255,.18); background: #000; box-shadow: 0 0 0 1px rgba(209,68,20,.35); }
.film-frame::before { content: "TIF / 2026"; position: absolute; z-index: 2; top: 18px; left: 18px; padding: 8px 10px; background: var(--coral); color: var(--white); font-family: var(--tech); font-size: .55rem; }
.film-frame iframe { width: 100%; height: 100%; border: 0; }

.paths { background: var(--paper-soft); }
.section-intro { margin-bottom: 58px; }
.section-intro h2 { font-size: clamp(4rem, 7vw, 7.3rem); }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; }
.path-card { min-height: 490px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-right: 0; }
.path-card:last-child { border-right: 1px solid var(--line); }
.path-attend { background: var(--white); }
.path-build { background: var(--petrol); color: var(--white); }
.path-partner { background: var(--ink); color: var(--white); }
.path-num { margin-left: auto; font-family: var(--tech); font-size: 1.25rem; opacity: .55; }
.path-label { margin: 54px 0 18px; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.path-card h3 { max-width: 330px; margin: 0; font-family: var(--display); font-size: clamp(2.35rem, 3.4vw, 3.75rem); font-weight: 400; line-height: .99; letter-spacing: -.035em; }
.path-card > p:not(.path-label) { margin: 24px 0 36px; font-size: .82rem; line-height: 1.65; opacity: .75; }
.path-card a { width: fit-content; margin-top: auto; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.path-card a:hover { color: var(--accent); }

.program { background: var(--paper); }
.program-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 150px); }
.program-sticky { align-self: start; position: sticky; top: 120px; }
.program-sticky h2 { font-size: clamp(3.7rem, 6.2vw, 6.5rem); }
.program-sticky > p:last-child { max-width: 420px; margin: 30px 0 0; color: rgba(7,16,15,.7); font-size: .9rem; line-height: 1.7; }
.program-days { border-top: 1px solid var(--line); }
.day-card { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.day-card > span { font-family: var(--tech); color: var(--coral); font-size: 1.15rem; }
.day-card p { margin: 0 0 10px; color: rgba(7,16,15,.58); font-size: .61rem; letter-spacing: .11em; text-transform: uppercase; }
.day-card h3 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; line-height: 1; }
.day-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.day-card li { padding: 7px 10px; border: 1px solid var(--line); font-size: .62rem; }

.editorial { padding-top: 0; background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); }
.editorial-block { min-height: 480px; }
.editorial-image { position: relative; overflow: hidden; background: var(--ink); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.editorial-image:hover img { transform: scale(1.035); }
.editorial-image > span { position: absolute; z-index: 2; bottom: 20px; left: 20px; padding: 8px 10px; background: var(--ink); color: var(--white); font-family: var(--tech); font-size: .55rem; letter-spacing: .08em; }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 82px); }
.editorial-copy h2 { font-size: clamp(2.65rem, 4.4vw, 4.8rem); }
.editorial-copy > p:last-child { margin: 28px 0 0; font-size: .86rem; line-height: 1.75; }
.editorial-copy.coral { background: var(--paper-soft); }
.editorial-copy.coral .eyebrow > span { background: var(--ink); }
.editorial-copy.sand { background: var(--paper); }
.editorial-copy.night { background: var(--petrol); color: var(--white); }

.people { background: var(--petrol); color: var(--white); }
.people-head { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.people h2 { font-size: clamp(4rem, 7vw, 7.4rem); }
.people h2 em { color: var(--accent); }
.people-head > p { margin: 0 0 8px; font-size: .82rem; line-height: 1.68; }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.person { position: relative; min-height: 400px; overflow: hidden; background: var(--ink); }
.person::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,16,15,.92), transparent 58%); }
.person img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); transition: filter .3s, transform .5s; }
.person:hover img { filter: grayscale(0); transform: scale(1.025); }
.person div { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; color: var(--white); }
.person span { color: var(--accent); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.person h3 { margin: 7px 0 0; font-family: var(--display); font-size: 2rem; font-weight: 400; }
.people-cta { display: flex; justify-content: center; margin-top: 42px; }

.access { background: var(--ink); color: var(--white); }
.access-head { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.access h2 { font-size: clamp(4rem, 7vw, 7.4rem); }
.access-head > p { margin: 0 0 8px; color: rgba(255,255,255,.65); font-size: .78rem; line-height: 1.7; }
.ticket-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.ticket { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.2); border-right: 0; background: rgba(255,255,255,.035); }
.ticket:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.ticket.featured { background: var(--petrol); color: var(--white); transform: translateY(-18px); box-shadow: inset 0 3px 0 var(--coral); }
.ticket-flag { position: absolute; top: -32px; right: -1px; left: -1px; padding: 9px; background: var(--coral); color: var(--white); font-size: .56rem; font-weight: 700; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.ticket-top { display: flex; justify-content: space-between; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.ticket-top b { font-family: var(--tech); font-weight: 400; opacity: .6; }
.ticket h3 { margin: 68px 0 20px; font-family: var(--display); font-size: clamp(2.6rem, 3.7vw, 4rem); font-weight: 400; line-height: .95; }
.ticket > p { margin: 0; font-size: .75rem; line-height: 1.68; opacity: .68; }
.ticket-price { display: grid; gap: 7px; margin-top: auto; padding: 30px 0 24px; border-top: 1px solid currentColor; }
.ticket-price small { font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.ticket-price strong { font-family: var(--display); font-size: 2rem; font-weight: 400; }
.ticket > a { min-height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.ticket.featured > a { border-color: var(--coral); background: var(--coral); color: var(--white); }
.ticket > a:hover { background: var(--white); color: var(--ink); }
.ticket.featured > a:hover { background: var(--accent); color: var(--ink); }

.faq { background: var(--paper-soft); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 160px); }
.faq-intro h2 { font-size: clamp(3.7rem, 6vw, 6.5rem); }
.faq-intro > p:not(.eyebrow) { max-width: 380px; margin: 30px 0 20px; font-size: .82rem; line-height: 1.7; }
.faq-intro > a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .7rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 27px 45px 27px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.5rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 25px; right: 0; font-family: var(--sans); font-size: 1.2rem; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 640px; margin: -3px 0 28px; color: rgba(7,16,15,.66); font-size: .8rem; line-height: 1.72; }

.closing { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.closing > img, .closing-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-overlay { background: linear-gradient(90deg, rgba(0,8,11,.94), rgba(0,8,11,.4)), linear-gradient(0deg, rgba(0,8,11,.55), transparent); }
.closing-content { position: relative; z-index: 2; }
.closing h2 { font-size: clamp(4.2rem, 8vw, 8.5rem); }
.closing-content > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 0; font-size: 1rem; line-height: 1.65; }

footer { padding: 70px 0 28px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 70px; }
.footer-grid img { width: 190px; }
.footer-grid p { max-width: 340px; color: rgba(255,255,255,.58); font-size: .68rem; line-height: 1.65; }
.footer-grid nav { display: grid; align-content: start; gap: 12px; }
.footer-grid nav a, .footer-grid > div:last-child a { width: fit-content; padding-bottom: 3px; border-bottom: 1px solid transparent; font-size: .66rem; }
.footer-grid nav a:hover, .footer-grid > div:last-child a:hover { border-color: currentColor; }
.footer-grid > div:last-child p { color: var(--coral); font-family: var(--tech); line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.46); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1060px) {
  :root { --container: min(92vw, calc(100vw - 40px)); }
  .site-header { grid-template-columns: 190px 1fr auto; gap: 20px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: .6rem; }
  .hero-layout { grid-template-columns: 1fr 270px; gap: 50px; }
  .manifesto-card { grid-template-columns: 1fr; }
  .manifesto-visual { min-height: 620px; }
  .manifesto-copy { min-height: 620px; }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .program-layout { gap: 65px; }
}

@media (max-width: 820px) {
  :root { --header: 68px; }
  .announcement { justify-content: center; text-align: center; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .brand img { width: 150px; }
  .nav-toggle { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 8px; border: 0; background: transparent; color: var(--white); cursor: pointer; }
  .nav-toggle span { width: 24px; height: 1px; display: block; background: currentColor; transition: transform .2s, opacity .2s; }
  .nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 90; top: var(--mobile-nav-top, 102px); right: 0; bottom: 0; left: 0; min-height: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 7vw; background: var(--ink); visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .3s ease, visibility 0s linear .3s; }
  .nav-open .site-nav { visibility: visible; pointer-events: auto; transform: translateX(0); transition: transform .3s ease, visibility 0s; }
  .site-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--display); font-size: 2.25rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .site-nav a::after { display: none; }
  .lang-toggle { margin-top: 28px; }
  .hero { min-height: 860px; }
  .hero-layout { grid-template-columns: 1fr; align-items: end; gap: 50px; padding-top: 110px; }
  .hero-copy { max-width: 650px; }
  .countdown-card { max-width: 420px; }
  .hero-signal { right: -12vw; width: 70vw; }
  .film-head, .people-head, .access-head { grid-template-columns: 1fr; gap: 28px; }
  .path-grid, .ticket-grid { grid-template-columns: 1fr; }
  .path-card, .ticket { border-right: 1px solid var(--line); border-bottom: 0; }
  .path-card:last-child { border-bottom: 1px solid var(--line); }
  .ticket { min-height: 450px; border-color: rgba(255,255,255,.2); border-right: 1px solid rgba(255,255,255,.2); border-bottom: 0; }
  .ticket:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
  .ticket.featured { margin-top: 32px; transform: none; }
  .program-layout, .faq-layout { grid-template-columns: 1fr; gap: 58px; }
  .program-sticky { position: static; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-block:nth-child(3) { grid-row: 4; }
  .editorial-block { min-height: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --container: calc(100vw - 40px); }
  body { padding-bottom: 70px; }
  .announcement { min-height: 32px; padding-inline: 16px; font-size: .7rem; letter-spacing: .055em; }
  .announcement strong { white-space: nowrap; }
  .site-header { padding-inline: 16px; }
  .header-cta { display: none; }
  .hero { min-height: auto; align-items: flex-start; }
  .hero-media img { object-position: 56% 50%; }
  .hero-wash { background: linear-gradient(0deg, rgba(2,8,8,.97) 0%, rgba(2,8,8,.72) 58%, rgba(2,8,8,.18) 100%); }
  .hero-layout { padding: 64px 0 104px; }
  .hero h1 { max-width: 96%; font-size: clamp(2.45rem, 10.5vw, 3.35rem); line-height: .94; letter-spacing: -.02em; }
  .hero-lead { margin-top: 24px; font-size: .9rem; line-height: 1.58; }
  .hero-note { font-size: .72rem; line-height: 1.5; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .btn { font-size: .72rem; }
  .countdown-card { display: none; }
  .scroll-cue { display: none; }
  .proof { padding: 0; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof article { min-height: 110px; display: grid; place-content: center; gap: 7px; border-bottom: 1px solid var(--line); }
  .proof article:nth-child(2) { border-right: 0; }
  .proof article:nth-last-child(-n+2) { border-bottom: 0; }
  .proof strong { font-size: 2.2rem; text-align: center; }
  .proof p { font-size: .7rem; line-height: 1.4; text-align: center; }
  .section { padding-block: 56px; }
  .manifesto { padding-bottom: 0; }
  .manifesto-card { width: 100%; }
  .manifesto-visual { min-height: 540px; }
  .manifesto-visual > span { right: 22px; bottom: 24px; left: 22px; font-size: 2.2rem; }
  .manifesto-copy { min-height: 0; padding: 44px 24px; }
  .manifesto-copy h2 { font-size: clamp(2.35rem, 10vw, 3.2rem); line-height: .96; }
  .manifesto-copy > p:not(.eyebrow) { margin: 24px 0 32px; }
  .manifesto-copy dl div { grid-template-columns: 55px 1fr; }
  .film h2, .section-intro h2, .program-sticky h2, .people h2, .access h2, .faq-intro h2 { font-size: clamp(2.35rem, 10vw, 3.2rem); line-height: .96; }
  .film-head { margin-bottom: 38px; }
  .film-frame { width: 100%; aspect-ratio: 16 / 9; }
  .film-frame iframe { transform: none; }
  .path-card { min-height: 420px; padding: 27px; }
  .path-label { margin-top: 40px; }
  .path-card h3 { font-size: 2.3rem; }
  .day-card { grid-template-columns: 46px 1fr; gap: 18px; padding: 30px 0; }
  .day-card h3 { font-size: 1.85rem; }
  .editorial-grid { width: 100%; }
  .editorial-block { min-height: 420px; }
  .editorial-copy { min-height: 460px; padding: 44px 24px; }
  .editorial-copy h2 { font-size: 2.35rem; line-height: .98; }
  .people-grid { grid-template-columns: 1fr; }
  .person { min-height: 440px; }
  .ticket { min-height: 470px; padding: 26px; }
  .ticket h3 { margin-top: 55px; font-size: 2.25rem; }
  .faq summary { font-size: 1.3rem; }
  .closing { min-height: 640px; }
  .closing h2 { font-size: clamp(2.45rem, 10.5vw, 3.35rem); line-height: .96; }
  .closing-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 8px; }
  .mobile-bar { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; height: 70px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 10px 12px 10px 18px; border-top: 1px solid rgba(255,255,255,.17); background: rgba(0,8,11,.98); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(100%); backdrop-filter: blur(12px); transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s; }
  .mobile-bar.is-visible { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .25s ease, transform .25s ease, visibility 0s; }
  .mobile-bar div { display: grid; gap: 2px; }
  .mobile-bar small { color: var(--accent); font-size: .68rem; letter-spacing: .065em; text-transform: uppercase; }
  .mobile-bar strong { font-family: var(--display); font-size: 1.15rem; font-weight: 400; }
  .mobile-bar > a { min-width: 118px; padding: 14px 16px; background: var(--coral); color: var(--white); font-size: .7rem; font-weight: 700; letter-spacing: .065em; text-align: center; text-transform: uppercase; }
}
