:root {
  --ink: #11110f;
  --bone: #f4f0e6;
  --paper: #fbfaf5;
  --coral: #f04d3e;
  --canada-red: #d71912;
  --cobalt: #1947d1;
  --amber: #f6b93b;
  --line: rgba(17, 17, 15, 0.16);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }

.site-header { height: 82px; position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 2vw; background: rgba(251,250,245,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); transition: transform .4s ease; }
.site-header.is-hidden { transform: translateY(-105%); }
.brand { display: inline-flex; align-items: center; width: 78px; height: 62px; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; gap: 42px; font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 3px; background: var(--coral); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 24px; font-family: var(--display); text-transform: uppercase; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--dark { color: var(--paper); background: var(--ink); }
.button--dark:hover { background: var(--coral); }
.button--coral { color: var(--paper); background: var(--coral); }
.header-cta { justify-self: end; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: calc(100vh - 82px); position: relative; padding: 28px 1.9vw 0; overflow: hidden; }
.hero-backdrop { position: absolute; inset: 25px -2vw auto; height: 74%; display: flex; flex-direction: column; justify-content: center; font: 900 clamp(130px, 20vw, 350px)/.64 var(--display); color: var(--coral); letter-spacing: -.04em; white-space: nowrap; z-index: 0; transform: scaleX(1.08); }
.hero-backdrop span:last-child { text-align: right; }
.hero-frame { width: min(70vw, 1050px); height: min(70vh, 650px); margin: 0 auto; position: relative; overflow: hidden; z-index: 2; background: var(--ink); clip-path: polygon(2% 0, 100% 2%, 98% 100%, 0 97%); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: hero-breathe 10s ease-in-out infinite alternate; }
.hero--official { min-height: calc(100svh - 82px); padding: 0; display: grid; grid-template-columns: minmax(260px,1fr) minmax(390px,34vw) minmax(260px,1fr); place-items: stretch; background: #e9e7e1; overflow: hidden; border-bottom: 1px solid var(--ink); }
.hero--official::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent calc(50% - .5px),rgba(17,17,15,.1) 50%,transparent calc(50% + .5px)), repeating-linear-gradient(0deg,transparent 0 89px,rgba(17,17,15,.06) 90px); pointer-events: none; }
.hero-panel { position: relative; z-index: 2; padding: clamp(28px,4vw,68px); display: flex; flex-direction: column; }
.hero-panel--intro { justify-content: space-between; background: #d71912; color: #fff; }
.hero-panel--details { justify-content: space-between; background: #071d4b; color: #fff; }
.hero-overline { margin: 0; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.hero-panel h1 { font: 500 clamp(48px,5.1vw,86px)/.88 var(--display); letter-spacing: -.03em; text-transform: uppercase; margin: auto 0 28px; }
.hero-panel h1 span { color: #ffd037; }
.hero-summary { max-width: 320px; margin: 0 0 42px; font-size: clamp(16px,1.3vw,20px); line-height: 1.45; }
.hero-date-lockup { display: flex; align-items: flex-end; gap: 18px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.45); }
.hero-date-lockup strong { font: clamp(60px,6vw,104px)/.72 var(--display); }
.hero-date-lockup span { text-transform: uppercase; font-weight: 800; line-height: 1.15; }
.hero-frame--official { width: 100%; height: calc(100svh - 82px); aspect-ratio: 1626 / 2048; margin: 0; background: #fff; clip-path: none; box-shadow: 0 0 45px rgba(17,17,15,.22); }
.hero-frame--official img { width: 100%; height: 100%; object-fit: contain; transform: none; animation: none; }
.hero-speakers { display: grid; margin: auto 0; border-top: 1px solid rgba(255,255,255,.35); }
.hero-speakers span { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.35); font: clamp(24px,2.15vw,38px)/1 var(--display); text-transform: uppercase; }
.hero-venue { display: grid; gap: 6px; margin-bottom: 30px; }
.hero-venue small, .hero-admission { text-transform: uppercase; letter-spacing: .1em; font-size: 11px; color: rgba(255,255,255,.58); }
.hero-venue strong { font-size: clamp(18px,1.55vw,24px); }
.hero-venue span { font-size: 14px; color: rgba(255,255,255,.72); }
.hero-register { display: flex; justify-content: space-between; align-items: center; min-height: 64px; padding: 0 22px; background: #fff; color: #071d4b; font: 26px var(--display); text-transform: uppercase; transition: background .25s ease, transform .25s ease; }
.hero-register:hover { background: #ffd037; transform: translateY(-3px); }
.hero-register b { color: #d71912; }
.hero-admission { margin: 16px 0 0; }
.hero--video { width: 100%; height: calc(100svh - 82px); min-height: 640px; padding: 0; background: var(--ink); overflow: hidden; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(3,10,25,.78) 0%,rgba(3,10,25,.34) 48%,rgba(3,10,25,.08) 72%), linear-gradient(0deg,rgba(3,10,25,.82) 0%,transparent 48%); }
.hero-video-copy { position: absolute; z-index: 2; left: clamp(20px,4vw,64px); bottom: clamp(38px,7vh,82px); color: #fff; max-width: min(560px,58vw); }
.hero-video-copy > p { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .14em; font-size: clamp(12px,.9vw,14px); font-weight: 800; }
.hero.hero--video .hero-video-copy h1 { margin: 0; font: 500 clamp(42px,5.8vw,86px)/.88 var(--display); text-transform: uppercase; letter-spacing: -.025em; text-shadow: 0 4px 30px rgba(0,0,0,.25); }
.hero.hero--video .hero-video-copy h1 span { color: #e52b21; }
.hero-video-meta { display: flex; align-items: center; gap: 18px; margin-top: 18px; text-transform: uppercase; }
.hero-video-meta strong { font: clamp(20px,1.65vw,27px) var(--display); }
.hero-video-meta span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.55); font-size: 14px; font-weight: 700; }
.hero-sound { position: absolute; z-index: 3; top: 24px; right: 24px; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(3,10,25,.46); color: #fff; backdrop-filter: blur(10px); cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.hero-sound:hover, .hero-sound:focus-visible { background: rgba(3,10,25,.82); border-color: #fff; }
.hero-sound:hover { transform: scale(1.06); }
.hero-sound svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-sound .sound-speaker { fill: currentColor; stroke: none; }
.hero-sound .sound-waves { display: none; }
.hero-sound[aria-pressed="true"] .sound-waves { display: block; }
.hero-sound[aria-pressed="true"] .sound-slash { display: none; }
.hero-video-cta { position: absolute; z-index: 2; right: clamp(20px,4vw,64px); bottom: clamp(38px,7vh,82px); min-width: 230px; min-height: 64px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; background: #fff; color: #071d4b; font: 25px var(--display); text-transform: uppercase; transition: background .25s ease, transform .25s ease; }
.hero-video-cta:hover { background: #ffd037; transform: translateY(-3px); }
.hero-video-cta b { color: #d71912; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(8,8,7,.76) 100%); }
.hero-mark { position: absolute; top: 24px; right: 30px; color: white; font: 22px var(--display); margin: 0; }
.hero-copy { position: absolute; left: 3.4%; right: 3.4%; bottom: 5%; color: white; }
.eyebrow { margin: 0 0 3px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.hero h1 { font: 900 clamp(82px, 12.5vw, 188px)/.75 var(--display); letter-spacing: -.035em; margin: 0; }
.hero h1 span { color: var(--amber); }
.hero-meta { display: flex; justify-content: space-between; align-items: end; margin-top: 20px; font-weight: 650; font-size: clamp(14px, 1.4vw, 20px); }
.hero-meta p { margin: 0; }
.hero-foot { height: 115px; display: grid; grid-template-columns: 1fr 240px 1fr; align-items: center; gap: 40px; position: relative; z-index: 2; }
.hero-foot p { margin: 0; font-size: 18px; }
.hero-foot strong { font-size: 23px; }
.hero-note { text-align: right; max-width: 330px; justify-self: end; }
.pulse-line { height: 1px; background: var(--line); position: relative; }
.pulse-line span { width: 9px; height: 9px; background: var(--coral); border-radius: 50%; position: absolute; top: -4px; animation: pulse-travel 3.6s ease-in-out infinite alternate; }

.ruled { background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), var(--line) 25%); }
.section-tag { color: rgba(17,17,15,.32); font-weight: 700; font-size: clamp(17px, 2vw, 28px); margin: 0; }
.manifesto { min-height: 100vh; padding: 9vw 8vw 7vw 20vw; display: flex; flex-direction: column; justify-content: center; }
.manifesto-copy { max-width: 1100px; margin: 45px 0 35px; font-size: clamp(37px, 5vw, 76px); line-height: 1.05; letter-spacing: -.035em; font-weight: 620; }
.manifesto-copy .word { opacity: .16; transition: color .3s ease, opacity .3s ease; }
.manifesto-copy .word.is-lit { opacity: 1; }
.manifesto-copy .word:nth-last-child(-n+6).is-lit { color: var(--coral); }
.text-link { align-self: start; font: 22px var(--display); text-transform: uppercase; border-bottom: 3px solid; padding-bottom: 5px; }
.text-link span { color: var(--coral); display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(8px); }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--bone); padding: 18px 0; }
.marquee-track { display: flex; width: max-content; gap: 26px; align-items: center; font: 60px/1 var(--display); animation: marquee 22s linear infinite; }
.marquee-track span, .marquee-track em, .marquee-track b { white-space: nowrap; }
.marquee-track em { color: var(--coral); font-style: normal; }

.voices { padding: 8vw 0 9vw; overflow: hidden; }
.section-head { padding: 0 2vw 3.5vw; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-head h2 { font: 900 clamp(58px, 9vw, 136px)/.82 var(--display); text-transform: uppercase; margin: 18px 0 0; letter-spacing: -.02em; }
.section-head > p { margin: 0; font-size: 18px; }
.section-head > p span { color: var(--coral); font-weight: 900; }
.voice-belt { display: flex; gap: 24px; width: 100%; overflow-x: auto; padding: 45px 8vw 65px; cursor: grab; scrollbar-width: none; scroll-snap-type: x proximity; user-select: none; }
.voice-belt::-webkit-scrollbar { display: none; }
.voice-belt.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.voice-card { flex: 0 0 min(33vw, 440px); min-width: 330px; height: 590px; color: white; position: relative; overflow: hidden; scroll-snap-align: center; box-shadow: 0 25px 40px rgba(0,0,0,.16); transform: rotate(-2deg); transition: transform .35s ease; }
.voice-card:nth-child(even) { transform: rotate(2.5deg) translateY(-15px); }
.voice-card:hover { transform: rotate(0) translateY(-18px) scale(1.015); }
.voice-card--cobalt { background: var(--cobalt); }
.voice-card--amber { background: var(--amber); color: var(--ink); }
.voice-card--coral { background: var(--coral); }
.voice-card--ink { background: var(--ink); }
.voice-art { position: absolute; inset: 0; overflow: hidden; }
.voice-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.voice-tint { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.78) 100%); pointer-events: none; }
.portrait { position: absolute; width: 46%; height: 58%; left: 27%; bottom: 23%; background: var(--ink); border-radius: 50% 50% 36% 36%; filter: drop-shadow(0 20px 20px rgba(0,0,0,.25)); }
.p-one::before, .p-two::before, .p-three::before, .p-four::before { content: ""; position: absolute; width: 52%; height: 33%; left: 24%; top: -13%; border-radius: 48% 52% 40% 38%; background: inherit; }
.p-one { background: linear-gradient(145deg,#40261d,#0b0b0c); }
.p-two { background: linear-gradient(145deg,#6b321e,#140d09); }
.p-three { background: linear-gradient(145deg,#24150f,#050505); }
.p-four { background: linear-gradient(145deg,#654331,#0a0909); }
.halo { position: absolute; width: 72%; aspect-ratio: 1; left: 14%; top: 4%; border: 28px solid var(--amber); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.7), 0 0 50px rgba(246,185,59,.45); }
.sun { position: absolute; width: 58%; aspect-ratio: 1; right: -8%; top: 0; border-radius: 50%; background: var(--coral); box-shadow: -40px 80px 0 var(--cobalt); }
.rings { position: absolute; inset: -10% -20%; background: repeating-radial-gradient(circle at center,transparent 0 32px,rgba(255,255,255,.8) 34px 36px); transform: rotate(-20deg); }
.beam { position: absolute; width: 120%; height: 30%; left: -10%; top: 14%; background: var(--cobalt); transform: rotate(-18deg); box-shadow: 0 90px 0 var(--amber); }
.voice-info { position: absolute; inset: auto 0 0; padding: 28px; z-index: 2; background: linear-gradient(transparent, rgba(0,0,0,.9) 28%); color: white; }
.voice-info p { text-transform: uppercase; letter-spacing: .1em; font-size: 12px; margin: 0 0 10px; }
.voice-info h3 { font: 70px/.76 var(--display); margin: 0 0 16px; }
.voice-info span { font-size: 12px; font-weight: 700; }

.day { padding: 8vw 1.9vw; }
.day-head h2, .register h2, .visit h2, .faq h2 { font: 500 clamp(46px, 6vw, 88px)/.98 var(--body); text-transform: none; letter-spacing: -.055em; }
.stripe-note { padding: 14px 18px; background: repeating-linear-gradient(135deg,#f4f1e8 0 8px,#fff 8px 16px); border: 1px solid var(--line); }
.schedule { display: grid; grid-template-columns: 18% 1fr; border-top: 1px solid var(--ink); }
.schedule-date { padding-top: 28px; position: sticky; top: 105px; height: 200px; display: flex; flex-direction: column; }
.schedule-date strong { font: 78px/.85 var(--display); }
.schedule-date span { font-weight: 800; margin-top: 12px; }
.schedule-list article { min-height: 98px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); padding: 0 22px; transition: background .25s, color .25s, padding .25s; }
.schedule-list article:hover { background: var(--ink); color: white; padding-inline: 32px; }
.schedule-list time { color: var(--coral); font-weight: 800; }
.schedule-list h3 { font: 38px var(--display); margin: 0; }
.schedule-list p { color: rgba(17,17,15,.52); font-size: 12px; font-weight: 700; margin: 0; }
.schedule-list article:hover p { color: rgba(255,255,255,.65); }

.register { padding: 8vw 1.9vw 11vw; }
.register h2 span, .faq h2 span { color: var(--coral); }
.ticket-row { display: grid; grid-template-columns: repeat(2, minmax(280px, 460px)); justify-content: center; gap: 55px; padding-top: 85px; }
.ticket { background: #fff; position: relative; box-shadow: 0 20px 45px rgba(0,0,0,.16); transform: rotate(-2deg); transition: transform .35s; }
.ticket:nth-child(2) { transform: rotate(2deg) translateY(18px); }
.ticket:hover { transform: rotate(0) translateY(-12px); }
.ticket-string { position: absolute; width: 2px; height: 100px; background: var(--ink); left: 50%; bottom: 100%; transform-origin: bottom; }
.ticket-string::after { content: ""; width: 10px; height: 10px; border: 2px solid var(--ink); background: var(--paper); border-radius: 50%; position: absolute; bottom: -5px; left: -5px; }
.ticket header { background: var(--cobalt); color: white; padding: 24px 28px; }
.ticket--gold header { background: var(--amber); color: var(--ink); }
.ticket h3 { font: 46px/1 var(--display); margin: 0; }
.ticket header p { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin: 3px 0 0; }
.ticket-body { padding: 28px; position: relative; }
.price { display: flex; align-items: end; gap: 12px; }
.price strong { font: 70px/.9 var(--display); }
.price span { color: #777; font-size: 11px; margin-bottom: 7px; }
.stamp { position: absolute; right: 24px; top: 18px; color: var(--coral); border: 3px solid; padding: 5px 9px; transform: rotate(-8deg); font: 23px var(--display); }
.ticket ul { list-style: none; padding: 25px 0 22px; margin: 0; border-bottom: 2px dashed var(--line); }
.ticket li { padding: 7px 0; }
.ticket li::before { content: "▸"; color: var(--coral); margin-right: 10px; }
.barcode { height: 52px; margin: 18px 0; background: repeating-linear-gradient(90deg,var(--ink) 0 2px,transparent 2px 5px,var(--ink) 5px 6px,transparent 6px 10px); }
.ticket .button { width: 100%; }

.experience { padding: 8vw 2vw 10vw; background: var(--ink); color: var(--paper); }
.experience .section-tag { color: rgba(255,255,255,.35); }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; }
.experience article { min-height: 510px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.2); position: relative; overflow: hidden; transition: background .3s, color .3s; }
.experience article::before { content: ""; position: absolute; width: 300px; aspect-ratio: 1; border: 35px solid var(--cobalt); border-radius: 50%; right: -170px; top: -170px; transition: transform .5s ease; }
.experience article:nth-child(2)::before { border-color: var(--amber); }
.experience article:nth-child(3)::before { border-color: var(--coral); }
.experience article:hover { background: var(--paper); color: var(--ink); }
.experience article:hover::before { transform: translate(-40px,40px) scale(1.2); }
.experience article > span { font-size: 13px; }
.experience h3 { font: 65px/.92 var(--display); margin: auto 0 30px; }
.experience p { max-width: 330px; line-height: 1.55; margin: 0; }
.marquee--blue { background: var(--canada-red); color: white; border: 0; }
.marquee--blue em { color: var(--amber); }
.marquee-track--reverse { animation-direction: reverse; animation-duration: 18s; }

.visit { padding: 9vw 2vw; }
.visit-copy { display: grid; grid-template-columns: 20% 1fr; }
.visit-copy h2 { margin: 0; }
.visit-stats { grid-column: 2; display: flex; gap: 70px; padding: 60px 0; }
.visit-stats p { display: flex; flex-direction: column; margin: 0; }
.visit-stats strong { font: 50px var(--display); }
.visit-stats span { font-size: 12px; color: #666; }
.map-card { height: min(65vw, 750px); position: relative; overflow: hidden; background: #e7e5df; border: 2px solid var(--ink); }
.map-card iframe { width: 100%; height: 100%; display: block; border: 0; }
.map-overlay { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 20px 22px; border: 2px solid var(--ink); background: rgba(251,250,245,.94); box-shadow: 8px 8px 0 var(--ink); backdrop-filter: blur(10px); }
.map-overlay p { display: grid; gap: 3px; margin: 0; }
.map-overlay small { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.map-overlay strong { font: 30px/1 var(--display); }
.map-overlay span { color: #555; font-size: 13px; }
.map-overlay a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 16px; padding: 14px 17px; border: 2px solid var(--ink); background: var(--coral); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.map-overlay a:hover, .map-overlay a:focus-visible { background: var(--ink); }
.map-overlay a b { font-size: 18px; }
.visit-notes { display: grid; grid-template-columns: repeat(3,1fr); }
.visit-notes article { padding: 35px 28px; border: 1px solid var(--line); }
.visit-notes article > span { color: var(--coral); font-weight: 800; }
.visit-notes h3 { font: 36px var(--display); margin: 65px 0 18px; }
.visit-notes p { line-height: 1.55; color: #555; }

.faq { padding: 9vw 2vw; display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro .stripe-note { display: inline-block; margin-top: 35px; }
.accordion { border-top: 1px solid var(--ink); }
.accordion article { border-bottom: 1px solid var(--ink); }
.accordion button { appearance: none; border: 0; background: transparent; color: inherit; width: 100%; display: grid; grid-template-columns: 55px 1fr 30px; gap: 15px; text-align: left; align-items: center; padding: 27px 8px; cursor: pointer; transition: background .2s, padding .2s; }
.accordion button:hover { background: var(--bone); padding-inline: 18px; }
.accordion button span { color: #777; }.accordion button b { font-size: 24px; font-weight: 600; }.accordion button i { font-size: 28px; font-style: normal; color: var(--coral); transition: transform .3s; }
.accordion article.is-open button i { transform: rotate(45deg); }
.answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s ease; }
.answer p { overflow: hidden; margin: 0; line-height: 1.55; color: #666; padding: 0 70px 0; transition: padding .4s ease; }
.accordion article.is-open .answer { grid-template-rows: 1fr; }
.accordion article.is-open .answer p { padding-bottom: 28px; }

.finale { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--paper); }
.finale-image { min-height: 760px; overflow: hidden; clip-path: polygon(0 0,100% 3%,96% 100%,0 97%); }
.finale-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.85); }
.finale-copy { padding: 6vw 4vw; display: flex; flex-direction: column; justify-content: center; }
.finale-copy .section-tag { color: rgba(255,255,255,.45); }
.finale h2 { font: 90px/.82 var(--display); margin: 45px 0; }
.finale h2 span { color: var(--amber); }
.countdown { display: flex; align-items: start; gap: 11px; margin-bottom: 45px; }
.countdown p { display: flex; flex-direction: column; margin: 0; }
.countdown strong { font: 44px var(--display); min-width: 56px; }
.countdown span { color: #999; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.countdown > b { font: 35px var(--display); color: var(--coral); }
.admit-button { display: flex; justify-content: space-between; align-items: center; color: var(--ink); background: var(--paper); padding: 22px 25px; border-radius: 3px; position: relative; transition: background .25s, transform .25s; }
.admit-button::before,.admit-button::after { content: ""; position: absolute; top: 50%; width: 18px; height: 18px; background: var(--ink); border-radius: 50%; transform: translateY(-50%); }.admit-button::before{left:-9px}.admit-button::after{right:-9px}
.admit-button:hover { background: var(--amber); transform: translateY(-4px); }
.admit-button span { font: 28px var(--display); text-transform: uppercase; }.admit-button small { letter-spacing: .08em; }
.prototype-note { color: #777; font-size: 11px; margin-top: 14px; }

footer { background: var(--canada-red); color: white; padding: 7vw 2vw 2vw; display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 45px; }
.footer-brand { grid-column: 1/-1; min-height: 190px; display: flex; align-items: center; justify-content: center; background: var(--paper); }
.footer-brand img { width: min(390px,75vw); max-height: 180px; object-fit: contain; }
footer p { line-height: 1.5; }
footer nav { display: grid; gap: 8px; font: 24px var(--display); text-transform: uppercase; }
footer nav a:hover { color: var(--amber); }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.3); padding-top: 18px; margin-top: 45px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

@keyframes hero-breathe { to { transform: scale(1.1); } }
@keyframes pulse-travel { from { left: 0; } to { left: calc(100% - 9px); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 800px) {
  .site-header { height: 82px; display: flex; justify-content: space-between; padding: 0 20px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 36px; height: 36px; display: flex; flex-direction: column; justify-content: center; gap: 5px; background: transparent; border: 0; padding: 4px; z-index: 2; }
  .menu-toggle span:not(.sr-only) { width: 26px; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { display: block; position: fixed; z-index: 45; inset: 82px 0 auto; background: var(--paper); padding: 8px 20px 20px; transform: translateY(-115%); visibility: hidden; transition: transform .45s cubic-bezier(.2,.8,.2,1), visibility .45s; box-shadow: 0 15px 35px rgba(0,0,0,.15); }
  .mobile-menu.is-open { transform: translateY(0); visibility: visible; }
  .mobile-menu nav a { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 13px; padding: 15px 7px; border-bottom: 1px solid; text-transform: uppercase; }
  .mobile-menu nav b { font: 34px var(--display); }.mobile-menu nav span { font-size: 10px; color: #777; }.mobile-menu nav i { color: var(--coral); font-style: normal; font-weight: 900; }
  .mobile-menu .button { width: 100%; }
  .admit-line { margin: 18px 0; padding-top: 16px; border-top: 2px dashed; display: flex; justify-content: space-between; font-size: 10px; position: relative; }
  .admit-line::before,.admit-line::after{content:"";position:absolute;top:-9px;width:16px;height:16px;border-radius:50%;background:var(--ink)}.admit-line::before{left:-28px}.admit-line::after{right:-28px}

  .hero { min-height: 860px; padding: 52px 0 0; }
  .hero-backdrop { inset: 75px -40px auto; height: 650px; font-size: 145px; line-height: .82; justify-content: space-around; transform: rotate(-3deg); }
  .hero-frame { width: calc(100% - 40px); height: 580px; margin: 30px auto 0; clip-path: polygon(1% 0,99% 2%,96% 100%,3% 98%); }
  .hero-frame img { object-position: 53% center; }
  .hero--official { min-height: 0; padding: 0; grid-template-columns: 1fr; overflow: visible; }
  .hero-panel { padding: 34px 20px; }
  .hero-panel--intro { min-height: 410px; }
  .hero-panel--intro h1 { margin: 72px 0 24px; font-size: clamp(52px,16vw,74px); }
  .hero-summary { margin-bottom: 45px; }
  .hero-date-lockup strong { font-size: 68px; }
  .hero-frame--official { width: 100%; height: auto; aspect-ratio: 1626 / 2048; margin: 0; box-shadow: none; }
  .hero-frame--official img { object-position: center; }
  .hero-panel--details { min-height: 520px; }
  .hero-speakers { margin: 55px 0; }
  .hero-speakers span { font-size: 30px; }
  .hero--video { height: calc(100svh - 82px); min-height: 620px; padding: 0; }
  .hero-video { object-position: center; }
  .hero-video-shade { background: linear-gradient(0deg,rgba(3,10,25,.9) 0%,rgba(3,10,25,.2) 72%); }
  .hero-video-copy { left: 20px; right: 20px; bottom: 126px; max-width: 390px; }
  .hero-video-copy > p { margin-bottom: 10px; font-size: 11px; }
  .hero.hero--video .hero-video-copy h1 { font-size: clamp(38px,10.8vw,54px); line-height: .88; }
  .hero-video-meta { display: grid; gap: 5px; margin-top: 20px; }
  .hero-video-meta span { padding-left: 0; border-left: 0; font-size: 12px; }
  .hero-video-cta { left: 20px; right: 20px; bottom: 28px; min-width: 0; }
  .hero-sound { top: 18px; right: 18px; }
  .hero-mark { top: 18px; right: 20px; font-size: 15px; }
  .hero-copy { left: 18px; right: 18px; bottom: 28px; }
  .hero h1 { font-size: 64px; line-height: .85; }
  .hero-meta { display: block; font-size: 13px; line-height: 1.5; margin-top: 15px; }
  .hero-foot { height: 120px; grid-template-columns: 1fr 90px; padding: 0 20px; gap: 18px; }
  .hero-note { display: none; }.hero-foot p { font-size: 16px; }.hero-foot strong { font-size: 19px; }
  .manifesto { min-height: auto; padding: 110px 20px; background-size: 50% 100%; }
  .manifesto-copy { font-size: 37px; margin: 35px 0; }
  .marquee-track { font-size: 42px; }
  .section-head { padding: 0 20px 40px; display: block; }
  .section-head h2 { font-size: 64px; margin-top: 16px; }
  .section-head > p { margin-top: 25px; }
  .voices { padding: 95px 0; }
  .voice-belt { padding: 35px 28px 60px; gap: 18px; }
  .voice-card { min-width: 300px; flex-basis: 300px; height: 480px; }
  .voice-info h3 { font-size: 55px; }
  .day { padding: 95px 20px; background-size: 50% 100%; }
  .day-head h2, .register h2, .visit h2, .faq h2 { font-size: 44px; }
  .stripe-note { display: inline-block; }
  .schedule { grid-template-columns: 72px 1fr; }
  .schedule-date { top: 95px; }
  .schedule-date strong { font-size: 47px; }.schedule-date span { font-size: 11px; }
  .schedule-list article { min-height: 95px; grid-template-columns: 1fr; gap: 5px; padding: 15px 12px; }
  .schedule-list h3 { font-size: 28px; }.schedule-list p { font-size: 9px; }
  .register { padding: 95px 20px 130px; background-size: 50% 100%; }
  .ticket-row { grid-template-columns: 1fr; gap: 110px; padding: 80px 12px 0; }
  .ticket { transform: rotate(-1.5deg); }.ticket:nth-child(2) { transform: rotate(1.5deg); }
  .experience { padding: 95px 20px; }
  .experience-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .experience article { min-height: 390px; }.experience h3 { font-size: 52px; }
  .visit { padding: 95px 20px; background-size: 50% 100%; }
  .visit-copy { grid-template-columns: 1fr; }.visit-copy h2 { margin-top: 25px; }.visit-stats { grid-column: 1; gap: 20px; justify-content: space-between; overflow-x: auto; padding: 45px 0; }.visit-stats strong { font-size: 34px; }
  .map-card { height: 540px; }.map-overlay { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 15px; padding: 16px; box-shadow: 5px 5px 0 var(--ink); }.map-overlay strong { font-size: 26px; }.map-overlay a { justify-content: space-between; }
  .visit-notes { grid-template-columns: 1fr; }.visit-notes h3 { margin-top: 35px; }
  .faq { display: block; padding: 95px 20px; background-size: 50% 100%; }
  .faq-intro { position: static; margin-bottom: 55px; }.faq-intro h2 { margin-top: 35px; }
  .accordion button { grid-template-columns: 38px 1fr 24px; padding: 22px 5px; }.accordion button b { font-size: 20px; }.answer p { padding-left: 53px; padding-right: 18px; }
  .finale { grid-template-columns: 1fr; }.finale-image { min-height: 460px; height: 55vh; }.finale-copy { padding: 75px 20px 90px; }.finale h2 { font-size: 68px; margin: 35px 0; }.countdown { gap: 5px; }.countdown strong { font-size: 33px; min-width: 44px; }.admit-button { align-items: flex-start; flex-direction: column; gap: 4px; }
  footer { padding: 90px 20px 25px; grid-template-columns: 1fr; }.footer-brand { min-height: 150px; }.footer-brand img { max-height: 140px; }.footer-bottom { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .manifesto-copy .word { opacity: 1; }
}
