:root {
  --navy-950: #031521;
  --navy-900: #041d2d;
  --navy-850: #06263a;
  --navy-800: #083149;
  --blue: #19aef0;
  --blue-light: #77dbff;
  --aqua: #55d8d1;
  --teal: #0f6d74;
  --orange: #ff8d51;
  --amber: #f4aa31;
  --sand: #f3efe5;
  --paper: #fbfaf6;
  --ink: #102332;
  --muted: #647683;
  --line: rgba(8, 49, 73, 0.13);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(1, 20, 32, 0.18);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1180px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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;
}
.skip-link {
  position: fixed; z-index: 9999; left: 16px; top: 12px; transform: translateY(-160%);
  padding: 10px 16px; border-radius: 10px; background: var(--amber); color: var(--navy-950); font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-height);
  color: var(--white); transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(3, 21, 33, .9); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 168px; }
.brand-copy { display: grid; line-height: .92; letter-spacing: .03em; text-transform: uppercase; }
.brand-copy strong { font-size: 1.14rem; font-weight: 900; }
.brand-copy small { margin-top: 6px; color: var(--blue-light); font-size: .67rem; font-weight: 800; letter-spacing: .22em; }
.brand-logo { display: block; width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; opacity: .82; transition: opacity .2s ease; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .2s ease; }
.main-nav > a:hover, .main-nav > a.is-active { opacity: 1; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.08); transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }
.nav-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 11px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero {
  position: relative; min-height: 850px; padding: 150px 0 105px; overflow: hidden; color: var(--white);
  background: radial-gradient(circle at 20% 15%, rgba(20, 133, 181, .23), transparent 30%), linear-gradient(145deg, var(--navy-950), var(--navy-800));
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-grid { position: relative; z-index: 4; display: grid; grid-template-columns: 1.04fr .76fr; align-items: center; gap: 100px; }
.hero-content { padding-top: 15px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue-light); font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--teal); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.4rem, 6.8vw, 6.7rem); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.hero-lead { max-width: 630px; margin: 27px 0 30px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.hero-date { display: flex; align-items: center; gap: 17px; margin: 20px 0 35px; }
.hero-date strong { font-size: clamp(3rem, 5.5vw, 5.3rem); line-height: .9; color: var(--orange); letter-spacing: -.06em; }
.hero-date span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.22); color: var(--blue-light); font-weight: 850; line-height: 1.15; text-transform: uppercase; letter-spacing: .1em; }
.hero-actions, .access-actions, .final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 13px 23px; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--navy-950); background: var(--blue); box-shadow: 0 13px 35px rgba(25,174,240,.26); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(25,174,240,.38); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.button-secondary:hover { background: rgba(255,255,255,.13); }
.button-dark { color: var(--white); background: var(--navy-900); box-shadow: 0 14px 34px rgba(3,21,33,.2); }
.hero-meta { display: flex; gap: 0; margin: 53px 0 0; padding: 0; list-style: none; }
.hero-meta li { min-width: 115px; padding-right: 25px; margin-right: 25px; border-right: 1px solid rgba(255,255,255,.15); display: grid; }
.hero-meta li:last-child { border: 0; }
.hero-meta strong { font-size: 1.5rem; line-height: 1; }
.hero-meta span { margin-top: 7px; color: rgba(255,255,255,.58); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 455px); }
.hero-program-link { display: block; }
.hero-program-link:hover .poster-frame { box-shadow: 0 42px 110px rgba(0,0,0,.5); }
.poster-frame { position: relative; z-index: 2; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 27px; background: rgba(255,255,255,.06); box-shadow: 0 38px 100px rgba(0,0,0,.42); transform: rotate(2deg); }
.poster-frame::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid rgba(85,216,209,.2); border-radius: 27px; }
.poster-frame img { width: 100%; height: 100%; border-radius: 18px; aspect-ratio: 4/5; object-fit: cover; object-position: center; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(3,21,33,.82); box-shadow: 0 12px 28px rgba(0,0,0,.2); backdrop-filter: blur(12px); font-size: .76rem; font-weight: 750; }
.floating-note span { color: var(--orange); }
.floating-note-one { left: -67px; top: 22%; }
.floating-note-two { right: -52px; bottom: 16%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero-glow-one { width: 420px; height: 420px; right: 5%; top: 14%; background: rgba(25,174,240,.11); }
.hero-glow-two { width: 300px; height: 300px; left: 30%; bottom: -100px; background: rgba(255,141,81,.08); }
.hero-wave { position: absolute; left: -10%; width: 120%; border-radius: 50% 50% 0 0 / 80% 80% 0 0; transform: rotate(-2deg); }
.hero-wave-back { z-index: 1; height: 250px; bottom: -160px; background: rgba(85,216,209,.22); }
.hero-wave-front { z-index: 2; height: 210px; bottom: -155px; background: var(--paper); transform: rotate(2deg); }

/* Shared section headings */
.section-heading h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.4rem); line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.section-heading-split { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.section-heading-split > p { margin: 0 0 7px; color: var(--muted); font-size: 1.05rem; }
.section-heading-center { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading-center > p:last-child { color: var(--muted); }

/* Intro */
.intro { background: var(--paper); }
.intro-cards { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; margin-top: 62px; }
.feature-card { position: relative; min-height: 320px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(25,174,240,.38); box-shadow: 0 23px 50px rgba(8,49,73,.11); }
.feature-card-large { color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); border-color: transparent; }
.feature-card-large::after { content: ""; position: absolute; width: 280px; height: 160px; right: -80px; bottom: -75px; border: 28px solid rgba(85,216,209,.11); border-radius: 50%; }
.feature-index { position: absolute; top: 24px; right: 26px; color: rgba(100,118,131,.45); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.feature-card-large .feature-index { color: rgba(255,255,255,.35); }
.feature-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 55px; border-radius: 50%; color: var(--navy-900); background: var(--sand); font-weight: 900; }
.feature-card-large .feature-icon { color: var(--navy-950); background: var(--orange); }
.feature-card h3 { margin: 0 0 12px; font-size: 1.35rem; line-height: 1.15; }
.feature-card p { margin: 0; color: var(--muted); }
.feature-card-large p { color: rgba(255,255,255,.67); }

/* Programme */
.programme { color: var(--white); background: var(--navy-900); }
.section-heading-programme { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.programme-legend { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.66); font-size: .82rem; }
.programme-legend span { display: flex; align-items: center; gap: 8px; }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot-prefest { background: var(--orange); }
.dot-festival { background: var(--blue); }
.programme-toolbar { display: flex; flex-wrap: wrap; gap: 9px; margin: 42px 0 26px; }
.filter-button { border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 9px 15px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); cursor: pointer; font-size: .82rem; font-weight: 750; transition: .2s ease; }
.filter-button:hover, .filter-button.is-active { color: var(--navy-950); background: var(--blue); border-color: var(--blue); }
.programme-list { display: grid; gap: 12px; }
.day-card { display: grid; grid-template-columns: 115px 1fr; min-height: 176px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.045); transition: opacity .2s ease, transform .2s ease, border-color .2s ease; }
.day-card:hover { transform: translateX(4px); border-color: rgba(25,174,240,.42); }
.day-card.is-hidden { display: none; }
.day-date { display: grid; align-content: center; justify-items: center; padding: 22px 14px; border-right: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.12); text-transform: uppercase; }
.day-date span { color: var(--blue-light); font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.day-date strong { margin: 2px 0 -4px; font-size: 3rem; line-height: 1; letter-spacing: -.05em; }
.day-date small { color: rgba(255,255,255,.46); font-size: .66rem; font-weight: 800; letter-spacing: .15em; }
.day-content { padding: 25px 29px; }
.day-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; }
.day-heading h3 { margin: 0; font-size: 1.24rem; line-height: 1.2; }
.phase { padding: 5px 9px; border-radius: 999px; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.phase-prefest { color: var(--navy-950); background: var(--orange); }
.phase-festival { color: var(--navy-950); background: var(--blue); }
.event-row { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: start; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.09); }
.event-row time { color: var(--blue-light); font-weight: 900; }
.event-row h4 { margin: 0 0 4px; font-size: .98rem; line-height: 1.35; }
.event-row p { margin: 0; color: rgba(255,255,255,.53); font-size: .82rem; }
.event-type { align-self: center; padding: 5px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.56); font-size: .65rem; white-space: nowrap; }
.day-summary { margin: 0; color: rgba(255,255,255,.57); }
.day-card-compact { min-height: 132px; }
.day-card-compact .day-heading { margin-bottom: 9px; }
.programme-note { display: grid; grid-template-columns: 35px 1fr auto; gap: 16px; align-items: center; margin-top: 24px; padding: 18px 20px; border-radius: 14px; color: rgba(255,255,255,.63); background: rgba(25,174,240,.09); }
.programme-note > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(119,219,255,.35); border-radius: 50%; color: var(--blue-light); font-weight: 900; }
.programme-note p { margin: 0; font-size: .83rem; }
.programme-note strong { color: var(--white); }
.programme-note a { color: var(--blue-light); font-size: .81rem; font-weight: 850; white-space: nowrap; }

/* Experiences */
.experiences { background: var(--sand); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step-card { position: relative; min-height: 340px; padding: 27px; overflow: hidden; border: 1px solid rgba(8,49,73,.11); border-radius: var(--radius-md); background: rgba(255,255,255,.56); }
.step-card:nth-child(even) { transform: translateY(26px); }
.step-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -55px; bottom: -55px; border-radius: 50%; background: rgba(25,174,240,.1); }
.step-number { color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.step-symbol { display: grid; place-items: center; width: 72px; height: 72px; margin: 48px 0 35px; border: 1px solid rgba(8,49,73,.12); border-radius: 50%; color: var(--blue); background: var(--white); font-size: 1.6rem; }
.step-card h3 { margin: 0 0 11px; font-size: 1.2rem; line-height: 1.2; }
.step-card p { margin: 0; color: var(--muted); font-size: .92rem; }

/* Voices, jury, partners */
.festival-messages, .festival-voices { background: var(--paper); }
.message-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 62px; }
.message-card { display: block; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.message-card:first-child { grid-column: 1 / -1; }
.message-card::after { content: ""; display: table; clear: both; }
.message-card > img { float: left; width: 165px; height: auto; margin: 0 24px 14px 0; border-radius: 16px; object-fit: cover; shape-outside: margin-box; }
.message-card:first-child > img { width: 205px; }
.message-card .eyebrow { margin-bottom: 10px; font-size: .65rem; }
.message-card h3 { margin: 0 0 17px; font-size: 1.45rem; line-height: 1.1; }
.message-card p:not(.eyebrow):not(.message-signature) { margin: 0 0 14px; color: var(--muted); font-size: .88rem; }
.message-signature { margin: 22px 0 0; color: var(--teal); font-size: .8rem; line-height: 1.45; }
.jury-heading { margin-top: 0; margin-bottom: 50px; }
.jury-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.jury-card { padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.jury-card img { width: 100%; aspect-ratio: 3 / 4; border-radius: 11px; object-fit: cover; }
.jury-card h3 { margin: 16px 3px 9px; color: var(--teal); font-size: 1rem; line-height: 1.1; }
.jury-card p { margin: 0 3px 7px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.partners-qr-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 105px; }
.partners-panel { padding: 34px; border-radius: var(--radius-md); background: var(--sand); }
.partners-panel h2, .qr-panel h2 { margin: 0 0 24px; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.055em; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.partner-card { min-width: 0; padding: 10px; border: 1px solid rgba(8,49,73,.1); border-radius: 14px; background: rgba(255,255,255,.62); }
.partner-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; border-radius: 9px; background: var(--white); object-fit: contain; }
.partner-card h3 { margin: 11px 3px 3px; color: var(--ink); font-size: .82rem; line-height: 1.15; }
.partner-card p { margin: 0 3px 3px; color: var(--muted); font-size: .63rem; line-height: 1.3; }
.qr-panel { padding: 34px; border-radius: var(--radius-md); color: var(--white); background: var(--navy-900); }
.qr-panel > p:not(.eyebrow):not(.qr-note) { margin: 0 0 22px; color: rgba(255,255,255,.67); font-size: .9rem; }
.qr-image { display: block; width: min(100%, 240px); height: auto; aspect-ratio: 1; margin: 8px auto 24px; padding: 8px; border-radius: 16px; background: var(--white); object-fit: contain; }
.social-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.social-links a, .social-links span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: var(--blue-light); font-size: .73rem; font-weight: 800; text-align: center; }
.social-links span { color: rgba(255,255,255,.55); }
.qr-note { margin: 25px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: var(--orange); font-size: .82rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.qr-note strong { color: var(--white); }

/* Venues */
.venues { color: var(--white); background: linear-gradient(135deg, var(--navy-850), var(--navy-950)); overflow: hidden; }
.venues-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.venues-intro h2 { margin: 0 0 24px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.venues-intro > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.59); }
.venue-orbit { position: relative; width: 310px; aspect-ratio: 1; margin-top: 54px; }
.orbit-ring { position: absolute; border: 1px solid rgba(119,219,255,.2); border-radius: 50%; }
.orbit-ring-one { inset: 10%; }
.orbit-ring-two { inset: 26%; border-style: dashed; }
.orbit-core { position: absolute; inset: 35%; display: grid; place-content: center; border-radius: 50%; color: var(--navy-950); background: var(--orange); text-align: center; line-height: .8; box-shadow: 0 0 0 12px rgba(255,141,81,.08); }
.orbit-core span { font-size: .63rem; font-weight: 850; text-transform: uppercase; }
.orbit-core strong { font-size: 1rem; }
.orbit-dot { position: absolute; width: 15px; height: 15px; border: 4px solid var(--navy-850); border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px rgba(25,174,240,.6); }
.orbit-dot-one { top: 16%; left: 24%; }
.orbit-dot-two { right: 10%; top: 46%; background: var(--aqua); }
.orbit-dot-three { bottom: 12%; left: 35%; background: var(--orange); }
.venue-list { display: grid; gap: 11px; }
.venue-card { display: grid; grid-template-columns: 42px 1fr 42px; gap: 20px; align-items: center; padding: 22px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); transition: transform .2s ease, background .2s ease; }
.venue-card:hover { transform: translateX(-5px); background: rgba(255,255,255,.075); }
.venue-number { color: var(--blue-light); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.venue-card h3 { margin: 0 0 4px; font-size: 1rem; }
.venue-card p { margin: 0; color: rgba(255,255,255,.5); font-size: .83rem; }
.venue-card > a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: var(--blue-light); }
.venue-card-muted { opacity: .72; }
.venue-card-muted > span { justify-self: center; color: var(--orange); }

/* Access */
.access { background: var(--paper); }
.access-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: start; }
.access-content h2 { margin: 0 0 24px; font-size: clamp(2.5rem, 4.7vw, 4.6rem); line-height: 1; letter-spacing: -.06em; }
.access-content > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.03rem; }
.access-actions { margin-top: 32px; }
.text-link { color: var(--teal); font-weight: 850; }
.access-steps { display: grid; gap: 0; margin: 5px 0 0; padding: 0; list-style: none; }
.access-steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 19px; padding: 0 0 35px; }
.access-steps li:not(:last-child)::after { content: ""; position: absolute; left: 25px; top: 52px; bottom: 4px; width: 1px; background: var(--line); }
.access-steps li > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--navy-900); background: var(--sand); font-weight: 900; }
.access-steps h3 { margin: 2px 0 5px; font-size: 1.05rem; }
.access-steps p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Final CTA and footer */
.final-cta { position: relative; overflow: hidden; padding: 105px 0 120px; color: var(--white); background: var(--navy-900); text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 35%, rgba(25,174,240,.2), transparent 34%); }
.final-cta-inner { position: relative; z-index: 3; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 920px; margin: 0 auto 36px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.065em; text-wrap: balance; }
.final-actions { justify-content: center; }
.final-cta-wave { position: absolute; left: -10%; width: 120%; height: 180px; border-radius: 50%; border-top: 2px solid rgba(85,216,209,.18); }
.final-cta-wave-one { bottom: -100px; transform: rotate(2deg); }
.final-cta-wave-two { bottom: -125px; border-top-color: rgba(255,141,81,.2); transform: rotate(-2deg); }
.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.64); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .65fr .9fr; gap: 55px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child > p { margin: 18px 0 0; font-size: .82rem; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links h2 { margin: 0 0 8px; color: var(--white); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { font-size: .85rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--blue-light); }
.footer-date { justify-self: end; display: grid; align-content: start; text-align: right; }
.footer-date span, .footer-date small { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-date strong { margin: 4px 0; color: var(--blue); font-size: 2.55rem; line-height: 1; letter-spacing: -.05em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.09); font-size: .74rem; }
.footer-bottom p { margin: 0; }
.back-to-top { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--navy-950); background: var(--blue); box-shadow: 0 14px 30px rgba(0,0,0,.22); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Responsive */
@media (max-width: 1050px) {
  .main-nav { gap: 17px; }
  .hero-grid { gap: 52px; }
  .floating-note-one { left: -35px; }
  .floating-note-two { right: -25px; }
  .section-heading-split { gap: 50px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card:nth-child(even) { transform: none; }
  .jury-grid { grid-template-columns: repeat(3, 1fr); }
  .venues-grid, .access-grid { gap: 55px; }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .section { padding: 84px 0; }
  .nav-toggle { display: block; position: relative; z-index: 1002; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: 0; z-index: 1001; display: grid; place-content: center; gap: 23px; padding: 90px 30px;
    background: rgba(3,21,33,.98); text-align: center; font-size: 1.25rem; transform: translateX(100%); transition: transform .3s ease;
  }
  .main-nav.is-open { transform: translateX(0); }
  .nav-cta { margin-top: 10px; }
  .hero { min-height: auto; padding: 128px 0 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { justify-self: center; width: min(82vw, 390px); margin-top: 25px; }
  .hero-meta { flex-wrap: wrap; }
  .section-heading-split, .intro-cards, .venues-grid, .access-grid { grid-template-columns: 1fr; }
  .section-heading-split { gap: 25px; }
  .intro-cards { grid-template-columns: 1fr 1fr; }
  .feature-card-large { grid-column: 1 / -1; }
  .partners-qr-grid { grid-template-columns: 1fr; }
  .venues-grid { gap: 65px; }
  .venue-orbit { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-date { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-date strong { font-size: 3.8rem; }
  .hero-meta { gap: 18px 0; }
  .hero-meta li { min-width: 33%; margin: 0; padding: 0 14px 0 0; }
  .floating-note { display: none; }
  .intro-cards, .steps-grid { grid-template-columns: 1fr; }
  .feature-card-large { grid-column: auto; }
  .message-grid { grid-template-columns: 1fr; }
  .message-card, .message-card:first-child { display: block; }
  .message-card > img, .message-card:first-child > img { float: none; width: 145px; height: auto; margin: 0 0 22px; }
  .jury-heading { margin-top: 72px; margin-bottom: 35px; }
  .jury-grid { grid-template-columns: 1fr 1fr; }
  .partners-qr-grid { margin-top: 72px; }
  .partners-panel, .qr-panel { padding: 23px 18px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .social-links { grid-template-columns: 1fr; }
  .section-heading-programme { align-items: start; flex-direction: column; }
  .programme-toolbar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filter-button { flex: 0 0 auto; }
  .day-card { grid-template-columns: 77px 1fr; }
  .day-date { padding: 16px 7px; }
  .day-date strong { font-size: 2.3rem; }
  .day-content { padding: 20px 16px; }
  .day-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .event-row { grid-template-columns: 54px 1fr; gap: 10px; }
  .event-type { display: none; }
  .programme-note { grid-template-columns: 32px 1fr; }
  .programme-note a { grid-column: 2; }
  .venue-orbit { width: min(100%, 290px); }
  .venue-card { grid-template-columns: 31px 1fr 36px; gap: 12px; padding: 18px 14px; }
  .access-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-grid > div:first-child, .footer-date { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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