:root {
  --ink: #f8f0e8;
  --muted: #c6b3b8;
  --deep: #110208;
  --deep-2: #1b040e;
  --wine: #4a071f;
  --red: #e4162b;
  --red-bright: #ff2740;
  --rose: #d4145a;
  --gold: #d7ad68;
  --line: rgba(255,255,255,.13);
  --surface: rgba(255,255,255,.055);
  --shadow: 0 30px 90px rgba(0,0,0,.45);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--deep);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 130px 0; position: relative; }
section[id], [id].hero { scroll-margin-top: 86px; }
.skip-link { position: fixed; z-index: 9999; left: 18px; top: -80px; background: white; color: black; padding: 10px 14px; border-radius: 6px; transition: .2s; }
.skip-link:focus { top: 18px; }
.noise {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .06;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: -1;
  transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(217,20,90,.13), transparent 66%); filter: blur(10px);
}

/* Header */
.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 80; border-bottom: 1px solid transparent; transition: .35s ease; }
.site-header.scrolled { background: rgba(17,2,8,.82); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: block; height: 46px; width: auto; object-fit: contain; }
.brand-mark::after { content: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { text-transform: uppercase; font-size: 12px; letter-spacing: .18em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a { color: #eadfe2; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--red); transition: .25s; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; position: relative; }
.menu-toggle span { position: absolute; left: 10px; width: 24px; height: 1px; background: white; transition: .25s; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 26px; }

/* Hero */
.hero { min-height: 100vh; padding: 145px 0 0; position: relative; overflow: hidden; background:
  radial-gradient(circle at 76% 24%, rgba(104,21,148,.44), transparent 27%),
  radial-gradient(circle at 18% 14%, rgba(255,31,69,.55), transparent 26%),
  radial-gradient(circle at 50% 78%, rgba(178,4,75,.32), transparent 44%),
  linear-gradient(135deg, #4e071f 0%, #18030d 58%, #0c0106 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(115deg, transparent 0 19%, rgba(255,255,255,.07) 20%, transparent 21% 44%, rgba(255,255,255,.035) 45%, transparent 46%); transform: skewX(-12deg) scale(1.15); }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,2,8,.1), rgba(17,2,8,.25) 50%, rgba(17,2,8,.7)); }
.hero-ribbon { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .45; mix-blend-mode: screen; }
.ribbon-one { width: 1000px; height: 190px; top: 19%; left: -25%; background: linear-gradient(90deg, transparent, rgba(255,20,56,.7), transparent); transform: rotate(-24deg); }
.ribbon-two { width: 850px; height: 150px; right: -18%; bottom: 13%; background: linear-gradient(90deg, transparent, rgba(137,31,214,.55), transparent); transform: rotate(22deg); }
.hero-grid { min-height: calc(100vh - 200px); display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; align-items: center; gap: 40px; position: relative; z-index: 2; padding: 30px 0 80px; }
.hero-copy { max-width: 760px; }
.eyebrow { justify-content: center; }
.hero-actions { justify-content: center; }
.countdown { margin-inline: auto; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .23em; text-transform: uppercase; font-weight: 800; color: #ffe9ee; }
.eyebrow span { width: 38px; height: 2px; background: var(--red-bright); }
.hero h1 { margin: 28px 0 0; position: relative; max-width: 100%; font-family: var(--serif); font-weight: 500; font-size: clamp(72px, 11.5vw, 176px); line-height: .82; letter-spacing: -.04em; text-shadow: 0 15px 55px rgba(255,255,255,.15); }
.hero h1 em { font-style: italic; }
.the-tag { position: absolute; left: -18px; top: 47%; z-index: 2; transform: rotate(-5deg); font-family: var(--sans); font-style: normal; font-size: clamp(20px, 2vw, 32px); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; font-weight: 900; background: var(--red); padding: 12px 19px; box-shadow: 0 13px 28px rgba(0,0,0,.32); }
.hero-kicker { margin: 36px 0 0; font-size: clamp(20px, 2vw, 30px); text-transform: uppercase; letter-spacing: -.035em; font-weight: 800; }
.hero-intro { max-width: 590px; color: #dac9ce; font-size: 17px; margin: 18px auto 0; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .22s, background .22s, color .22s, border-color .22s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 15px 35px rgba(228,22,43,.26); }
.button-primary:hover { background: #ff2039; }
.button-ghost { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.button-light { background: var(--ink); color: #22050d; border: 0; }
.countdown { display: flex; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.21); width: min(580px,100%); }
.countdown > div { padding: 18px 28px 0 0; min-width: 96px; }
.countdown strong { display: block; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1; }
.countdown span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; margin-top: 9px; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 1200px; }
.poster-halo { position: absolute; width: 82%; height: 80%; background: radial-gradient(circle, rgba(255,49,104,.45), transparent 68%); filter: blur(40px); }
.poster-card { margin: 0; width: min(405px,80vw); position: relative; border: 1px solid rgba(255,255,255,.23); background: #1c0710; box-shadow: var(--shadow); transform: rotate(2.6deg); transition: transform .18s ease-out; will-change: transform; }
.poster-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.15); pointer-events: none; z-index: 1; }
.poster-card img { aspect-ratio: 3/4; object-fit: cover; }
.poster-card figcaption { display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: #bcaab0; }
.poster-card figcaption a { color: white; }
.floating-stat { position: absolute; z-index: 3; width: 112px; height: 112px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(37,3,15,.84); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(12px); box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.floating-stat strong { font-family: var(--serif); font-size: 40px; line-height: .8; font-weight: 500; }
.floating-stat span { margin-top: 9px; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.stat-one { left: 0; top: 21%; }
.stat-two { right: -1%; bottom: 17%; }
.hero-marquee { position: relative; z-index: 4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: rgba(12,1,6,.44); backdrop-filter: blur(10px); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 34px; padding: 19px 0; animation: marquee 28s linear infinite; }
.marquee-track span { font-family: var(--serif); font-style: italic; font-size: 19px; }
.marquee-track i { color: var(--red); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* General sections */
.section-label { color: #e3cfd5; font-size: 10px; text-transform: uppercase; letter-spacing: .22em; font-weight: 800; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-head h2, .programme-intro h2, .venue-copy h2, .broadcast-copy h2, .faq-heading h2, .registration-copy h2 { font-family: var(--serif); font-size: clamp(52px,7vw,95px); line-height: .95; font-weight: 500; letter-spacing: -.03em; margin: 18px 0 0; }
.section-head h2 em, .programme-intro h2 em, .venue-copy h2 em, .broadcast-copy h2 em, .faq-heading h2 em, .registration-copy h2 em { font-weight: 500; color: #e7a8b8; }
.section-head > p { max-width: 460px; margin: 0; color: var(--muted); }

.intro-section { background: #f1e8e0; color: #261017; }
.intro-section .section-label { color: #79505c; }
.intro-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; align-items: start; }
.display-copy { font-family: var(--serif); font-size: clamp(42px,6.2vw,82px); line-height: 1.02; letter-spacing: -.03em; margin: 0; }
.display-copy em { color: #a1163e; }
.intro-detail { margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; max-width: 820px; }
.intro-detail p { margin: 0; color: #5e4650; font-size: 15px; }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 100px; border-top: 1px solid rgba(38,16,23,.2); border-left: 1px solid rgba(38,16,23,.2); }
.experience-card { min-height: 290px; padding: 32px 28px; border-right: 1px solid rgba(38,16,23,.2); border-bottom: 1px solid rgba(38,16,23,.2); position: relative; overflow: hidden; }
.experience-card::before { content: ""; position: absolute; inset: auto -50px -70px auto; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(185,20,65,.15), transparent 68%); transition: .35s; }
.experience-card:hover::before { transform: scale(1.5); }
.experience-card > span { color: #a98a93; font-size: 10px; letter-spacing: .18em; }
.experience-card h3 { font-family: var(--serif); font-weight: 500; font-size: 42px; line-height: 1.02; margin: 83px 0 10px; letter-spacing: -.04em; }
.experience-card p { color: #6d555e; font-size: 13px; max-width: 240px; }

.ministers-section { background: #130209; overflow: hidden; }
.ministers-section::before { content: "MINISTERS"; position: absolute; top: 50px; left: -25px; font-family: var(--serif); font-size: 17vw; line-height: 1; color: rgba(255,255,255,.025); letter-spacing: -.08em; }
.speaker-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.speaker-card { position: relative; min-width: 0; background: #220711; overflow: hidden; border: 1px solid rgba(255,255,255,.09); }
.speaker-image { aspect-ratio: .83; overflow: hidden; background: #2c0b18; }
.speaker-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(1.03); transition: .55s cubic-bezier(.2,.7,.2,1); }
.speaker-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(80,4,30,.06) 62%, rgba(23,2,9,.78)); pointer-events: none; }
.speaker-card:hover .speaker-image img { transform: scale(1.045); filter: saturate(1) contrast(1.02); }
.speaker-meta { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; }
.speaker-meta span { text-transform: uppercase; letter-spacing: .16em; color: #e8bbc7; font-size: 9px; font-weight: 800; }
.speaker-meta h3 { font-family: var(--serif); font-size: clamp(27px,3vw,40px); font-weight: 500; letter-spacing: -.045em; line-height: .95; margin: 6px 0 0; text-shadow: 0 3px 20px rgba(0,0,0,.6); }

.programme-section { background: linear-gradient(180deg,#1b030c,#2b0514); }
.programme-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: start; }
.programme-intro { position: sticky; top: 135px; }
.programme-intro > p { color: var(--muted); max-width: 420px; }
.text-link { display: inline-flex; gap: 26px; align-items: center; padding-bottom: 7px; margin-top: 22px; border-bottom: 1px solid rgba(255,255,255,.34); text-transform: uppercase; font-size: 10px; letter-spacing: .16em; font-weight: 800; }
.programme-panel { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.day-tabs { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.day-tab { padding: 23px 14px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; transition: .25s; }
.day-tab:last-child { border-right: 0; }
.day-tab span { display: block; color: #b99fa6; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.day-tab strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 500; margin-top: 5px; }
.day-tab.active { background: var(--red); }
.day-tab.active span { color: white; }
.day-panel { padding: 0 34px; }
.session { min-height: 150px; display: grid; grid-template-columns: 90px 1fr 45px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.session:last-child { border-bottom: 0; }
.session time { font-family: var(--serif); font-size: 28px; }
.session div > span { color: #d0a8b2; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.session h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1; margin: 5px 0 8px; letter-spacing: -.035em; }
.session p { margin: 0; color: #b9a4aa; font-size: 12px; }
.session b { justify-self: end; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; width: 40px; height: 40px; display: grid; place-items: center; font-size: 8px; letter-spacing: .1em; }

.venue-section { background: #f1e8e0; color: #271017; overflow: hidden; }
.venue-section .section-label { color: #79505c; }
.venue-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; align-items: center; }
.venue-map { display: block; cursor: pointer; text-decoration: none; color: inherit; min-height: 680px; position: relative; overflow: hidden; background: #ded2ca; border: 1px solid rgba(39,16,23,.16); transition: border-color .25s ease, box-shadow .25s ease; }
.venue-map:hover, .venue-map:focus-visible { border-color: rgba(39,16,23,.32); box-shadow: 0 18px 50px rgba(39,16,23,.16); }
.map-open-hint { position: absolute; top: 16px; right: 16px; z-index: 4; display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #3a1622; background: rgba(255,255,255,.72); border: 1px solid rgba(39,16,23,.16); border-radius: 999px; backdrop-filter: blur(4px); transition: background .25s ease, color .25s ease; }
.venue-map:hover .map-open-hint, .venue-map:focus-visible .map-open-hint { background: #1c0710; color: #fff; }
.map-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(39,16,23,.11) 1px, transparent 1px),linear-gradient(90deg,rgba(39,16,23,.11) 1px,transparent 1px); background-size: 48px 48px; }
.map-road { position: absolute; background: #f5eee9; box-shadow: inset 0 0 0 1px rgba(39,16,23,.15), 0 0 0 8px rgba(245,238,233,.35); }
.road-one { width: 850px; height: 52px; left: -80px; top: 46%; transform: rotate(-17deg); }
.road-two { width: 670px; height: 30px; left: 28%; top: 20%; transform: rotate(66deg); }
.map-pin { position: absolute; left: 52%; top: 45%; transform: translate(-50%,-50%); display: flex; gap: 15px; align-items: center; background: #271017; color: white; padding: 13px 18px 13px 13px; box-shadow: 0 18px 50px rgba(39,16,23,.25); min-width: 285px; }
.map-pin > span { width: 38px; height: 38px; border-radius: 50% 50% 50% 0; background: var(--red); transform: rotate(-45deg); position: relative; flex: 0 0 auto; }
.map-pin > span::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: white; left: 13px; top: 13px; }
.map-pin div { display: flex; flex-direction: column; line-height: 1.25; }
.map-pin strong { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.map-pin small { color: #cdbdc2; font-size: 9px; margin-top: 4px; }
.map-code { position: absolute; left: 24px; bottom: 22px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: #70565e; }
.venue-copy h2 em { color: #a1163e; }
.venue-address { font-family: var(--serif); font-size: 24px; line-height: 1.35; margin-top: 28px; }
.venue-actions { display: flex; gap: 12px; margin: 31px 0 45px; flex-wrap: wrap; }
.venue-copy .button-ghost { color: #271017; border-color: rgba(39,16,23,.3); }
.travel-notes { border-top: 1px solid rgba(39,16,23,.17); }
.travel-notes > div { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(39,16,23,.17); }
.travel-notes span { color: #9e7f89; font-size: 9px; letter-spacing: .14em; }
.travel-notes p { margin: 0; font-size: 13px; color: #604951; }
.travel-notes strong { color: #271017; }

.broadcast-section { padding-top: 0; background: #f1e8e0; }
.broadcast-shell { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; background: #4a071f; overflow: hidden; box-shadow: 0 40px 90px rgba(55,5,22,.22); }
.broadcast-visual { position: relative; overflow: hidden; min-height: 580px; background:
  linear-gradient(120deg,rgba(228,22,43,.8),rgba(74,7,31,.2)),
  url('assets/mantle-poster-optimized.jpg') center 36%/cover; }
.broadcast-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(15,2,8,.07),rgba(15,2,8,.73)); }
.video-noise { position: absolute; inset: 0; z-index: 1; opacity: .17; background-image: repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.18) 4px); }
.live-badge { position: absolute; z-index: 3; left: 25px; top: 25px; display: inline-flex; align-items: center; gap: 8px; background: rgba(17,2,8,.72); padding: 9px 12px; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.live-badge span { width: 7px; height: 7px; background: #ff3047; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,48,71,.14); }
.play-button { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.92); color: #3d0617; padding-left: 5px; font-size: 24px; box-shadow: 0 15px 50px rgba(0,0,0,.28); }
.broadcast-caption { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255,255,255,.35); padding-top: 15px; }
.broadcast-caption span { font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.broadcast-caption strong { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.broadcast-copy { padding: 70px 54px; align-self: center; }
.broadcast-copy h2 { font-size: clamp(48px,5.5vw,76px); }
.broadcast-copy p { color: #d8bdc5; margin: 28px 0 32px; }

.faq-section { background: #140209; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-heading { position: sticky; top: 135px; align-self: start; }
.faq-heading h2 { font-size: clamp(50px,6vw,80px); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-family: var(--serif); font-size: 25px; letter-spacing: -.02em; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--sans); font-weight: 300; transition: .25s; }
details[open] summary span { transform: rotate(45deg); color: var(--red); }
details p { color: var(--muted); margin: -6px 70px 28px 0; font-size: 14px; }

.registration-section { padding: 130px 0; background: linear-gradient(135deg,#d51035,#72062e 58%,#350416); position: relative; overflow: hidden; }
.registration-section::before { content: ""; position: absolute; width: 760px; height: 760px; border-radius: 50%; right: -300px; top: -350px; border: 94px solid rgba(255,255,255,.045); }
.registration-section::after { content: ""; position: absolute; width: 520px; height: 120px; left: -130px; bottom: 8%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent); transform: rotate(-22deg); filter: blur(2px); }
.registration-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: start; position: relative; z-index: 1; }
.registration-copy { position: sticky; top: 125px; }
.registration-copy h2 { font-size: clamp(56px,7vw,92px); }
.registration-copy h2 em { color: white; }
.registration-copy > p { max-width: 520px; color: rgba(255,255,255,.78); font-size: 15px; margin: 28px 0 0; }
.registration-facts { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.28); }
.registration-facts > div { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.registration-facts span { font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.62); }
.registration-facts strong { font-size: 12px; letter-spacing: .02em; }
.registration-form { background: rgba(25,2,10,.82); border: 1px solid rgba(255,255,255,.24); padding: 36px; box-shadow: 0 28px 80px rgba(28,0,9,.28); backdrop-filter: blur(18px); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 20px; margin-bottom: 26px; }
.form-heading span { font-size: 9px; letter-spacing: .17em; text-transform: uppercase; color: #e8bdc9; }
.form-heading strong { font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.1; }
.registration-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field > span { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: #e5cbd2; font-weight: 700; }
.field input, .field select { width: 100%; min-width: 0; height: 54px; border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.065); color: white; padding: 0 15px; outline: none; border-radius: 0; transition: border-color .2s, background .2s, box-shadow .2s; }
.field input::placeholder { color: rgba(255,255,255,.48); }
.field select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#d8b9c1 50%),linear-gradient(135deg,#d8b9c1 50%,transparent 50%); background-position: calc(100% - 18px) 23px,calc(100% - 13px) 23px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; padding-right: 42px; }
.field select option { color: #210610; background: white; }
.field input:focus, .field select:focus { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.1); box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.field input:user-invalid, .field select:user-invalid { border-color: #ff9cac; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; margin: 24px 0 0; color: rgba(255,255,255,.73); font-size: 11px; line-height: 1.55; cursor: pointer; }
.consent-row input { appearance: none; width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.48); background: rgba(255,255,255,.05); margin: 1px 0 0; display: grid; place-items: center; cursor: pointer; }
.consent-row input::after { content: "✓"; font-size: 12px; color: #380612; opacity: 0; transform: scale(.6); transition: .15s; }
.consent-row input:checked { background: white; border-color: white; }
.consent-row input:checked::after { opacity: 1; transform: scale(1); }
.consent-row input:focus-visible { outline: 3px solid rgba(255,255,255,.2); outline-offset: 2px; }
.registration-submit { width: 100%; min-height: 58px; margin-top: 25px; border: 0; background: white; color: #3f0718; display: flex; align-items: center; justify-content: space-between; padding: 0 19px 0 22px; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, opacity .2s; }
.registration-submit:hover { transform: translateY(-2px); background: #fff6f8; }
.registration-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note, .form-status { font-size: 10px; color: rgba(255,255,255,.65); margin: 12px 0 0; }
.form-status { color: white; min-height: 1.5em; }
.form-status.success { color: #fff; }
.form-status.error { color: #ffd0d7; }

.site-footer { background: #0d0105; padding: 80px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 55px; padding-bottom: 60px; }
.footer-brand p { color: #9e888f; font-family: var(--serif); font-style: italic; margin-top: 22px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-title { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; color: white; margin-bottom: 8px; }
.footer-grid a, .footer-grid button { color: #9f8c92; font-size: 12px; background: transparent; border: 0; padding: 0; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 20px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: #806e74; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 350px; background: white; color: #2d0713; padding: 14px 17px; box-shadow: 0 18px 55px rgba(0,0,0,.3); transform: translateY(30px); opacity: 0; pointer-events: none; transition: .3s; font-size: 12px; }
.toast.show { opacity: 1; transform: translateY(0); }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.72,.2,1); transition-delay: var(--delay,0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(92px,13vw,140px); }
  .speaker-grid { grid-template-columns: repeat(2,1fr); }
  .programme-layout { grid-template-columns: 1fr; }
  .programme-intro { position: static; }
  .venue-grid { gap: 40px; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 90px 0; }
  .site-header { background: rgba(17,2,8,.72); backdrop-filter: blur(16px); }
  .nav-wrap { height: 74px; }
  .menu-toggle { display: block; z-index: 82; }
  .site-nav { position: fixed; inset: 0; height: 100vh; height: 100dvh; overflow-y: auto; background: #17030c; z-index: 81; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 85px 38px; gap: 26px; transform: translateX(100%); transition: .35s cubic-bezier(.2,.7,.2,1); }
  .site-nav a { font-family: var(--serif); font-size: 36px; text-transform: none; letter-spacing: -.04em; }
  .site-nav .nav-cta { font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; margin-top: 16px; }
  .menu-open .site-nav { transform: none; }
  .menu-open .menu-toggle span:first-child { top: 22px; transform: rotate(45deg); }
  .menu-open .menu-toggle span:last-child { top: 22px; transform: rotate(-45deg); }
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-bottom: 65px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 { margin-inline: auto; font-size: clamp(86px,25vw,145px); }
  .the-tag { left: -5px; }
  .hero-intro { margin-inline: auto; font-size: 15px; }
  .hero-actions { justify-content: center; }
  .countdown { margin-inline: auto; justify-content: center; }
  .countdown > div { padding-right: 17px; min-width: 76px; }
  .hero-visual { min-height: 540px; }
  .poster-card { width: min(365px,83vw); }
  .stat-one { left: 2%; }
  .stat-two { right: 1%; }
  .intro-grid, .venue-grid, .broadcast-shell, .faq-grid, .registration-shell { grid-template-columns: 1fr; }
  .intro-detail { grid-template-columns: 1fr; gap: 18px; }
  .experience-grid { grid-template-columns: repeat(2,1fr); margin-top: 58px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 24px; }
  .venue-map { min-height: 520px; order: 2; }
  .venue-copy { order: 1; }
  .broadcast-copy { padding: 55px 30px; }
  .faq-heading { position: static; }
  .registration-shell { gap: 45px; }
  .registration-copy { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 90px; line-height: .78; }
  .hero-kicker { font-size: 19px; }
  .the-tag { font-size: 17px; padding: 9px 12px; left: -5px; }
  .hero-actions .button { width: 100%; }
  .countdown { display: grid; grid-template-columns: repeat(4,1fr); }
  .countdown > div { min-width: 0; padding-right: 5px; }
  .countdown strong { font-size: 25px; }
  .hero-visual { min-height: 480px; }
  .floating-stat { width: 86px; height: 86px; }
  .floating-stat strong { font-size: 31px; }
  .stat-one { top: 15%; left: -1%; }
  .stat-two { right: -2%; bottom: 14%; }
  .intro-grid { gap: 28px; }
  .display-copy { font-size: 43px; }
  .section { padding: 76px 0; }
  .experience-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .experience-card { min-height: auto; padding: 26px 24px; }
  .experience-card h3 { margin-top: 22px; font-size: 38px; }
  .speaker-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .speaker-meta { left: 12px; right: 12px; bottom: 14px; }
  .speaker-meta h3 { font-size: 25px; }
  .day-tabs { grid-template-columns: repeat(2,1fr); }
  .day-tab:nth-child(2) { border-right: 0; }
  .day-tab:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .day-panel { padding: 0 18px; }
  .session { grid-template-columns: 62px 1fr; gap: 12px; min-height: 135px; }
  .session time { font-size: 22px; }
  .session h3 { font-size: 25px; }
  .session b { display: none; }
  .map-pin { min-width: 0; width: calc(100% - 40px); left: 50%; }
  .broadcast-visual { min-height: 460px; }
  .broadcast-caption { display: block; }
  .broadcast-caption strong { display: block; margin-top: 5px; }
  .registration-form { padding: 26px 20px; }
  .registration-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-heading { display: block; }
  .form-heading strong { display: block; margin-top: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 8px; padding: 13px 8px; }
  .footer-grid a, .footer-grid button { padding: 11px 2px; }
  .footer-grid > div:not(.footer-brand) { gap: 3px; }
  .text-link { display: inline-flex; align-items: center; padding: 12px 0; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 74px; }
  .section-head h2, .faq-heading h2 { font-size: 44px; }
  .venue-address { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor-glow { display: none; }
}
