:root {
  --ink: #100a18;
  --ink-2: #1d1028;
  --ink-3: #291538;
  --wine: #5a214c;
  --gold: #d6a955;
  --gold-light: #f0d28a;
  --champagne: #f4ebdd;
  --paper: #fff9f2;
  --lilac: #a66cff;
  --pink: #e96aae;
  --muted: #786e7d;
  --line: rgba(78, 52, 74, .15);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 30px 80px rgba(16, 10, 24, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::selection { background: var(--gold); color: var(--ink); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 1000; padding: .7rem 1rem; color: var(--ink); background: var(--gold-light); border-radius: 999px; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--lilac); outline-offset: 4px; }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 999; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--gold), var(--pink)); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  padding: 4px 12px 4px 18px;
  color: #fff;
  background: rgba(16, 10, 24, .52);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.site-header.scrolled { background: rgba(16,10,24,.9); border-color: rgba(214,169,85,.28); box-shadow: 0 12px 42px rgba(0,0,0,.22); }
.brand { display: inline-flex; align-items: center; width: auto; height: 54px; text-decoration: none; line-height: 1; overflow: visible; }
.brand-logo { width: auto; height: 54px; object-fit: contain; transform: none; }
.brand-mark { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 22px; }
.brand strong { display: block; font-size: 14px; letter-spacing: .16em; }
.brand small { display: block; margin-top: 3px; color: var(--gold-light); font-size: 8px; letter-spacing: .28em; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--gold-light); }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; color: var(--ink); background: var(--gold-light); }
.button-primary { color: #1a0e1a; background: linear-gradient(120deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 36px rgba(214,169,85,.25), inset 0 1px rgba(255,255,255,.5); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(214,169,85,.4); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  min-height: 100svh;
  padding: 140px max(5vw, 32px) 80px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(166,108,255,.15), transparent 31%),
    radial-gradient(circle at 16% 84%, rgba(233,106,174,.12), transparent 27%),
    linear-gradient(145deg, #0d0813 0%, var(--ink-2) 55%, #170b1a 100%);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 2; max-width: 710px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #73586d; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.eyebrow.light { color: var(--gold-light); }
.hero .eyebrow { color: var(--gold); }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(50px, 5.1vw, 82px); font-weight: 600; letter-spacing: -.045em; line-height: .97; }
.hero-punch { margin: 17px 0 26px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(25px, 2.2vw, 38px); font-style: italic; line-height: 1.15; }
.hero-lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; }
.event-facts { display: flex; gap: 0; margin: 35px 0; }
.event-facts div { min-width: 150px; padding: 0 24px; border-left: 1px solid rgba(240,210,138,.27); }
.event-facts div:first-child { padding-left: 0; border: 0; }
.event-facts span, .event-facts strong { display: block; }
.event-facts span { margin-bottom: 3px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.event-facts strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-actions .button { min-height: 58px; padding-inline: 30px; }
.hero-actions .button span { margin-left: 18px; font-size: 20px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 8px; color: var(--gold-light); }
.microcopy { margin: 13px 0 0 12px; color: rgba(255,255,255,.6); font-size: 12px; }
.microcopy span { color: var(--gold-light); }

.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(90%, 620px); margin-left: 35px; }
.hero-picture { position: relative; aspect-ratio: .91; overflow: hidden; border: 1px solid rgba(240,210,138,.25); border-radius: 48% 48% 13px 13px; box-shadow: 0 60px 130px rgba(0,0,0,.38); }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; transform: scale(1.02); }
.hero-picture-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,10,24,.78)); }
.visual-note { position: absolute; left: 8%; bottom: 17%; margin: 0; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: clamp(19px, 1.8vw, 28px); line-height: 1.23; }
.visual-note strong { color: var(--gold-light); font-weight: 500; }
.guest-card { position: absolute; right: -5%; bottom: -4%; display: flex; align-items: center; width: min(360px, 73%); padding: 10px; color: var(--ink); background: rgba(255,249,242,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.guest-card img { width: 70px; height: 82px; object-fit: cover; object-position: top; border-radius: 10px; background: #ddd; }
.guest-card div { padding: 0 9px 0 14px; }
.guest-card small, .guest-card strong, .guest-card span { display: block; }
.guest-card small { color: #76501d; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.guest-card strong { margin: 3px 0 2px; font-family: var(--serif); font-size: 19px; line-height: 1.1; }
.guest-card span { color: var(--muted); font-size: 12px; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(240,210,138,.22); border-radius: 50%; }
.orbit-one { inset: -6%; }
.orbit-two { inset: 4% -12% -12% 13%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { right: -130px; top: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(214,169,85,.16), transparent 68%); }
.hero-glow-two { left: -180px; bottom: -200px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(166,108,255,.1), transparent 68%); }

.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(5vw, 32px); color: var(--ink); background: var(--champagne); border-bottom: 1px solid var(--line); }
.proof-bar div { padding: 27px 30px; border-left: 1px solid rgba(90,33,76,.11); }
.proof-bar div:first-child { border-left: 0; }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { color: var(--wine); font-family: var(--serif); font-size: 27px; font-weight: 600; }
.proof-bar span { color: #655a69; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: clamp(96px, 7.5vw, 108px) max(6vw, 38px); }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .manifesto h2, .speaker-feature h2, .regional h2, .offer h2, .guarantee h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(40px, 4.4vw, 64px); font-weight: 600; letter-spacing: -.035em; line-height: 1.03; }
.section-heading p:not(.eyebrow), .manifesto-copy > p:not(.eyebrow), .regional-copy > p:not(.eyebrow), .offer-intro { color: var(--muted); font-size: 17px; }

.moment { background: #fffbf6; }
.moment-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5vw; align-items: stretch; }
.choice-column { min-width: 0; }
.choice-instruction { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--muted); font-size: 12px; }
.choice-instruction span { padding: 6px 10px; color: var(--ink-3); background: var(--gold-light); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.choice-instruction strong { font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-item { display: flex; flex-direction: column; min-width: 0; scroll-margin-top: 100px; }
.choice { position: relative; display: flex; flex: 1; flex-direction: column; width: 100%; min-height: 190px; padding: 24px 26px 20px; text-align: left; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease, border-radius .25s ease; }
.choice:hover { transform: translateY(-3px); border-color: rgba(90,33,76,.35); }
.choice.active { color: #fff; background: var(--ink-3); border-color: var(--ink-3); box-shadow: 0 20px 50px rgba(41,21,56,.16); }
.choice-number { display: block; margin-bottom: 15px; color: #8a5c1c; font-family: var(--serif); font-size: 14px; }
.choice.active .choice-number { color: var(--gold-light); }
.choice strong, .choice small { display: block; }
.choice strong { font-family: var(--serif); font-size: 24px; font-weight: 600; }
.choice small { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.choice.active small { color: rgba(255,255,255,.57); }
.choice-action { display: flex; align-items: center; align-self: flex-start; gap: 7px; margin-top: auto; padding-top: 17px; color: #7b4d12; font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; animation: choice-action-hint 3.2s ease-in-out infinite; }
.choice-action i { display: grid; place-items: center; width: 19px; height: 19px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-style: normal; transition: transform .25s ease; }
.choice:hover .choice-action i { transform: translate(2px, 2px); }
.choice.active .choice-action { color: var(--gold-light); }
.profile-answer { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 75px); color: #fff; background: linear-gradient(145deg, var(--wine), var(--ink-3)); border-radius: 50% 50% 18px 18px / clamp(52px, 7vw, 110px) clamp(52px, 7vw, 110px) 18px 18px; box-shadow: var(--shadow); }
.answer-label { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.profile-answer blockquote { margin: 25px 0 20px; font-family: var(--serif); font-size: clamp(26px, 2.7vw, 40px); font-style: italic; line-height: 1.18; }
.profile-answer p { color: rgba(255,255,255,.72); font-size: 16px; }
.profile-answer a { display: inline-flex; align-items: center; align-self: flex-start; min-height: 44px; margin-top: 18px; color: var(--gold-light); font-size: 14px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; }
.profile-answer a span { margin-left: 8px; }

.manifesto { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; color: #fff; background: var(--ink); }
.manifesto-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); }
.check-list { display: grid; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); }
.check-list li > span { color: var(--gold); font-family: var(--serif); }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-family: var(--serif); font-size: 20px; }
.check-list small { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.5; }
.photo-story { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.photo-story figure { aspect-ratio: 3 / 2; min-height: 0; margin: 0; overflow: hidden; border-radius: 11px; }
.photo-story .photo-main { grid-column: 1 / -1; grid-row: auto; min-height: 0; border-radius: 42% 12px 12px 12px; }
.photo-story img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: filter .5s ease, transform .8s ease; }
.photo-story figure:hover img { filter: saturate(1); transform: scale(1.025); }
.photo-caption { position: absolute; right: 18px; bottom: 18px; padding: 8px 13px; color: rgba(255,255,255,.84); background: rgba(16,10,24,.78); border-radius: 999px; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }

.route { background: linear-gradient(180deg, #fffaf4, #f4ebdd); }
.route sup { color: var(--gold); font-family: var(--sans); font-size: 12px; }
.route-shell { position: relative; max-width: 1100px; margin: 0 auto; }
.route-line { position: absolute; top: 46px; left: 12%; width: 76%; height: 2px; background: rgba(90,33,76,.13); }
.route-line span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--wine), var(--gold)); transition: width .5s ease; }
.route-tabs { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); }
.route-tabs button { color: var(--muted); background: transparent; border: 0; cursor: pointer; }
.route-tabs button span { position: relative; display: grid; place-items: center; width: 58px; height: 58px; margin: 16px auto 10px; background: var(--paper); border: 1px solid rgba(90,33,76,.24); border-radius: 50%; font-family: var(--serif); font-size: 16px; transition: all .3s ease; }
.route-tabs button:nth-child(1) { --route-delay: .25s; }
.route-tabs button:nth-child(2) { --route-delay: .42s; }
.route-tabs button:nth-child(3) { --route-delay: .59s; }
.route-tabs button:nth-child(4) { --route-delay: .76s; }
.route-shell.visible:not(.route-used) .route-tabs button:not([aria-selected="true"]) span { animation: route-invite .9s ease-out var(--route-delay) 2; }
.route-tabs button:not([aria-selected="true"]) span::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(214,169,85,.3); border-radius: 50%; opacity: 0; animation: none; }
.route-shell.visible:not(.route-used) .route-tabs button:not([aria-selected="true"]) span::after { animation: route-ring .9s ease-out var(--route-delay) 2; }
.route-tabs button strong { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.route-tabs button[aria-selected="true"] { color: var(--wine); }
.route-tabs button[aria-selected="true"] span { color: var(--ink); background: var(--gold-light); border-color: var(--gold); box-shadow: 0 8px 25px rgba(214,169,85,.28); transform: scale(1.1); }
.route-interaction-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 22px 0 -14px; color: #795f74; font-size: 13px; font-weight: 700; }
.route-interaction-hint span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--wine); background: rgba(214,169,85,.2); border-radius: 50%; }
.route-shell.visible:not(.route-used) .route-interaction-hint span { animation: hint-nudge .9s ease-in-out .3s 2; }
.route-panel { position: relative; max-width: 760px; min-height: 260px; margin: 45px auto 0; padding: 47px 60px; text-align: center; color: #fff; background: var(--ink-3); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.route-panel::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(214,169,85,.17), transparent 69%); }
.route-panel > span { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.route-panel h3 { margin: 10px 0 11px; font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); font-weight: 600; }
.route-panel p { max-width: 610px; margin: 0 auto 18px; color: rgba(255,255,255,.7); font-size: 16px; }
.route-panel > strong { color: var(--gold-light); font-size: 14px; }

@keyframes route-invite {
  0%, 70%, 100% { transform: translateY(0); border-color: rgba(90,33,76,.24); }
  80% { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 8px 20px rgba(214,169,85,.2); }
  90% { transform: translateY(0); }
}
@keyframes route-ring {
  0%, 70% { opacity: 0; transform: scale(.88); }
  78% { opacity: .7; }
  96%, 100% { opacity: 0; transform: scale(1.18); }
}
@keyframes hint-nudge { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(3px, -3px); } }

.day { background: #fffaf5; }
.day-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.day-timeline::before { content: ""; position: absolute; z-index: 0; top: 34px; left: 10%; width: 80%; height: 1px; background: rgba(90,33,76,.18); }
.day-timeline li { position: relative; z-index: 1; }
.day-timeline li > span { display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 35px; color: var(--wine); background: var(--paper); border: 1px solid rgba(90,33,76,.18); border-radius: 50%; font-family: var(--serif); font-size: 17px; }
.day-timeline div { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.day-timeline small { color: #9a6a23; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.day-timeline h3 { margin: 7px 0 12px; font-family: var(--serif); font-size: 24px; }
.day-timeline p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.speakers { padding-inline: 0; overflow: hidden; }
.speaker-feature { display: grid; grid-template-columns: .78fr 1.22fr; max-width: 1250px; margin: 0 auto 100px; color: #fff; background: var(--ink-3); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.speaker-feature-image { position: relative; min-height: 620px; background: linear-gradient(135deg, #55214a, #120b1a); overflow: hidden; }
.speaker-feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(16,10,24,.35)); }
.speaker-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.speaker-feature-copy { align-self: center; padding: clamp(45px, 7vw, 100px); }
.speaker-feature-copy h2 { font-size: clamp(38px, 3.9vw, 56px); }
.speaker-feature-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 17px; }
.speaker-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.speaker-tags span { padding: 8px 13px; color: var(--gold-light); border: 1px solid rgba(240,210,138,.23); border-radius: 999px; font-size: 12px; text-transform: uppercase; }
.speakers > .section-heading { margin-left: max(6vw, 38px); }
.speaker-carousel { position: relative; }
.speaker-carousel-toolbar { display: flex; align-items: center; justify-content: space-between; margin: -30px max(6vw, 38px) 18px; }
.speaker-carousel-toolbar > p { display: flex; align-items: baseline; gap: 5px; margin: 0; color: var(--wine); font-family: var(--serif); font-size: 20px; font-weight: 700; }
.speaker-carousel-toolbar > p small { margin-left: 8px; color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.speaker-controls { display: flex; gap: 7px; }
.speaker-controls button { display: grid; place-items: center; width: 44px; height: 44px; color: var(--wine); background: #fff; border: 1px solid rgba(90,33,76,.19); border-radius: 50%; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.speaker-controls button:hover { color: #fff; background: var(--wine); transform: translateY(-2px); }
.speaker-controls button:disabled { display: none; }
.pause-icon { width: 10px; height: 13px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.speaker-carousel.is-paused .pause-icon { width: 0; height: 0; border: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.speaker-rail { display: flex; gap: 17px; padding: 0 max(6vw, 38px) 25px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.speaker-card { position: relative; flex: 0 0 clamp(270px, 24vw, 350px); aspect-ratio: 4 / 5; overflow: hidden; color: #fff; background: var(--ink-3); border-radius: 16px; scroll-snap-align: start; }
.speaker-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(16,10,24,.94)); }
.speaker-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s ease; }
.speaker-card:hover img { transform: scale(1.035); }
.speaker-card div { position: absolute; z-index: 2; inset: auto 25px 25px; }
.speaker-card small { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.speaker-card h3 { margin: 6px 0; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.speaker-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.drag-hint { margin: 8px max(6vw, 38px) 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.drag-hint span { color: var(--gold); }

.regional { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; color: #fff; background: radial-gradient(circle at 25% 45%, #522347, var(--ink) 43%); }
.regional-map { position: relative; min-height: 480px; }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(240,210,138,.18); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-a { width: 180px; height: 180px; }
.ring-b { width: 340px; height: 340px; }
.ring-c { width: 500px; height: 500px; }
.city { position: absolute; z-index: 2; padding: 8px 13px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 12px; backdrop-filter: blur(8px); }
.city::before { content: ""; position: absolute; left: -6px; top: 50%; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 18px var(--gold); transform: translateY(-50%); }
.city.center { left: 50%; top: 50%; z-index: 4; padding: 13px 18px; color: var(--ink); background: var(--gold-light); font-weight: 800; transform: translate(-50%, -50%); }
.city.center::before { display: none; }
.city-orbit { --orbit-size: 405px; --orbit-duration: 72s; position: absolute; left: 50%; top: 50%; z-index: 2; width: var(--orbit-size); height: var(--orbit-size); pointer-events: none; will-change: transform; animation: map-orbit var(--orbit-duration) linear infinite; }
.city-orbit > .city { left: 50%; top: 0; white-space: nowrap; transform: translate(-50%, -50%) rotate(var(--counter-start)); will-change: transform; animation: map-counter-orbit var(--orbit-duration) linear infinite; }
@media (hover: hover) {
  .regional-map:hover .city-orbit,
  .regional-map:hover .city-orbit > .city { animation-play-state: paused; }
}
.regional-copy { align-self: center; max-width: 630px; padding-left: 6vw; }
.regional-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); }
.regional-copy .regional-cities { color: rgba(255,255,255,.76); font-size: 14px; }
.regional-copy .button { margin-top: 23px; }

.offer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; background: #fffaf5; }
.offer-media { position: sticky; top: 120px; }
.offer-media img { border-radius: 50% 50% 14px 14px; box-shadow: var(--shadow); }
.offer-media span { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; text-align: center; text-transform: uppercase; letter-spacing: .06em; }
.offer-intro { max-width: 650px; }
.stack { margin-top: 40px; border-top: 1px solid var(--line); }
.stack article { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.stack article > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: var(--wine); background: var(--champagne); border-radius: 50%; font-family: var(--serif); font-size: 12px; }
.stack h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 21px; }
.stack p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.guarantee { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 60px; padding-block: 80px; color: #fff; background: var(--wine); }
.guarantee-seal { display: grid; place-items: center; width: 210px; height: 210px; text-align: center; border: 1px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 8px var(--wine), inset 0 0 0 9px rgba(240,210,138,.4); }
.guarantee-seal span, .guarantee-seal strong, .guarantee-seal small { grid-column: 1; }
.guarantee-seal span { align-self: end; color: var(--gold-light); font-size: 11px; letter-spacing: .2em; }
.guarantee-seal strong { font-family: var(--serif); font-size: 26px; font-style: italic; }
.guarantee-seal small { align-self: start; color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; }
.guarantee > div:last-child { max-width: 920px; }
.guarantee h2 { font-size: clamp(35px, 4vw, 59px); }
.guarantee p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.legal-note { display: block; padding-top: 16px; color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; line-height: 1.55; }

.gallery { background: #fffaf5; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1.04fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.gallery-grid figure { min-height: 0; margin: 0; overflow: hidden; border-radius: 12px; }
.gallery-grid .gallery-landscape { aspect-ratio: 3 / 2; }
.gallery-grid .gallery-first { grid-column: 1; grid-row: 1; border-radius: 12px 12px 12px 35%; }
.gallery-grid .gallery-second { grid-column: 1; grid-row: 2; }
.gallery-grid .gallery-portrait { grid-column: 2; grid-row: 1 / 3; aspect-ratio: 4 / 5; align-self: stretch; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .8s ease, filter .5s ease; }
.gallery-grid figure:hover img { filter: saturate(1); transform: scale(1.02); }
.gallery-note { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.ambassadors-details { position: relative; max-width: none; margin-top: 34px; padding: clamp(28px, 4vw, 55px); color: #fff; background: radial-gradient(circle at 88% 14%, rgba(233,106,174,.2), transparent 27%), linear-gradient(135deg, var(--ink-3), var(--wine)); border: 1px solid rgba(214,169,85,.27); border-radius: 26px; box-shadow: 0 28px 70px rgba(41,21,56,.18); overflow: hidden; scroll-margin-top: 105px; }
.ambassadors-details::before { content: "10"; position: absolute; right: clamp(85px, 10vw, 145px); top: -42px; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: clamp(150px, 18vw, 260px); font-weight: 600; line-height: 1; pointer-events: none; }
.ambassadors-details summary { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 92px; color: #fff; cursor: pointer; list-style: none; }
.ambassadors-details summary::-webkit-details-marker { display: none; }
.ambassadors-title { display: grid; gap: 9px; }
.ambassadors-title small { color: var(--gold-light); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ambassadors-title strong { max-width: 760px; font-family: var(--serif); font-size: clamp(31px, 3.6vw, 52px); font-weight: 600; letter-spacing: -.025em; line-height: 1.06; }
.ambassadors-title em { color: var(--gold-light); font-weight: 500; }
.ambassadors-toggle { position: relative; z-index: 2; display: grid; flex: 0 0 auto; place-items: center; width: 60px; height: 60px; color: var(--ink-3); background: linear-gradient(135deg, var(--gold-light), var(--gold)); border-radius: 50%; font-family: var(--sans); font-size: 30px; font-weight: 300; box-shadow: 0 12px 30px rgba(214,169,85,.22); transition: transform .3s ease, box-shadow .3s ease; }
.ambassadors-details summary:hover .ambassadors-toggle { box-shadow: 0 16px 38px rgba(214,169,85,.38); transform: scale(1.06); }
.ambassadors-details[open] .ambassadors-toggle { transform: rotate(45deg); }
.ambassadors-details[open] summary:hover .ambassadors-toggle { transform: rotate(45deg) scale(1.06); }
.ambassadors-body { position: relative; z-index: 1; margin-top: 28px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.16); }
.ambassadors-body > p { max-width: 690px; margin: 0 0 23px; color: rgba(255,255,255,.68); font-size: 15px; }
.ambassadors-body ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.ambassadors-body li { display: flex; align-items: center; min-height: 54px; padding: 11px 14px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; font-family: var(--serif); font-size: 15px; font-weight: 550; line-height: 1.25; }
.ambassadors-body li::before { content: ""; flex: 0 0 auto; width: 5px; height: 5px; margin-right: 9px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(214,169,85,.1); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: var(--champagne); }
.faq-list { border-top: 1px solid rgba(90,33,76,.2); }
.faq details { border-bottom: 1px solid rgba(90,33,76,.2); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.3; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { flex: 0 0 auto; color: var(--gold); font-family: var(--sans); font-size: 24px; font-weight: 400; transition: transform .25s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 720px; margin: -7px 40px 24px 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.final-cta { color: #fff; background: radial-gradient(circle at 50% 0, #43203d, var(--ink) 45%); }
.ticket { display: grid; grid-template-columns: 1fr 330px; max-width: 1150px; margin: 0 auto; color: var(--ink); background: var(--paper); border-radius: 21px; box-shadow: 0 40px 100px rgba(0,0,0,.38); overflow: hidden; }
.ticket-main { position: relative; padding: clamp(38px, 6vw, 78px); background: linear-gradient(135deg, #fffaf5, #f2e4d3); }
.ticket-main::after { content: "OUSE"; position: absolute; right: 20px; bottom: -35px; color: rgba(90,33,76,.045); font-family: var(--serif); font-size: 170px; font-weight: 700; }
.ticket-brand { display: flex; align-items: center; width: max-content; padding: 5px 12px; background: var(--ink-2); border-radius: 10px; }
.ticket-brand img { width: 96px; height: auto; }
.ticket-main > p { margin: 40px 0 3px; color: #9a681f; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.ticket-main h2 { max-width: 650px; margin: 0 0 46px; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); line-height: 1; }
.ticket-facts { position: relative; z-index: 2; display: flex; gap: 40px; }
.ticket-facts span { font-family: var(--serif); font-size: 16px; font-weight: 600; }
.ticket-facts small { display: block; margin-bottom: 4px; color: var(--muted); font-family: var(--sans); font-size: 11px; letter-spacing: .12em; }
.ticket-stub { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 28px; text-align: center; border-left: 2px dashed rgba(90,33,76,.23); }
.ticket-stub::before, .ticket-stub::after { content: ""; position: absolute; left: -15px; width: 28px; height: 28px; background: var(--ink); border-radius: 50%; }
.ticket-stub::before { top: -14px; }.ticket-stub::after { bottom: -14px; }
.ticket-stub > small:first-child { color: var(--muted); font-size: 11px; letter-spacing: .14em; }
.ticket-stub > strong { margin: 2px 0 22px; color: var(--wine); font-family: var(--serif); font-size: 43px; }
.ticket-stub > span { margin-top: 11px; color: var(--muted); font-size: 11px; }
.barcode { width: 80%; height: 41px; margin-bottom: 25px; opacity: .22; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 6px, transparent 6px 10px); }
.ticket-stub .button { width: 100%; }
.closing-line { margin: 55px 0 0; color: rgba(255,255,255,.47); font-family: var(--serif); font-size: clamp(26px, 3.2vw, 43px); text-align: center; line-height: 1.3; }
.closing-line strong { color: var(--gold-light); font-weight: 500; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 42px max(6vw, 38px) 35px; color: rgba(255,255,255,.62); background: #0b0710; }
footer > p { font-size: 12px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
footer > div { justify-self: end; display: flex; gap: 17px; font-size: 12px; }
footer > div a, .privacy-link { display: inline-flex; align-items: center; min-height: 44px; color: inherit; font: inherit; font-size: 14px; text-decoration: none; }
.privacy-link { padding: 0; background: transparent; border: 0; cursor: pointer; }
footer > div a:hover, .privacy-link:hover { color: var(--gold-light); }
footer > small { grid-column: 1 / -1; padding-top: 24px; color: rgba(255,255,255,.46); border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; text-align: center; }
.footer-brand { width: auto; height: 130px; color: #fff; }
.footer-brand .brand-logo { width: auto; height: 130px; }

body.lead-modal-open { overflow: hidden; }
.lead-modal { position: fixed; z-index: 300; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; }
.lead-modal[aria-hidden="true"] { display: none; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(10,6,15,.82); backdrop-filter: blur(12px); }
.lead-modal__dialog { position: relative; width: min(100%, 570px); max-height: min(880px, calc(100svh - 34px)); padding: clamp(29px, 4vw, 48px); color: var(--ink); background: linear-gradient(160deg, #fffdf9, #f7eddf); border: 1px solid rgba(240,210,138,.55); border-radius: 28px; box-shadow: 0 40px 120px rgba(0,0,0,.42); overflow-y: auto; }
.lead-modal__dialog::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--gold), var(--pink), var(--lilac)); }
.lead-modal__close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; place-items: center; width: 43px; height: 43px; color: var(--wine); background: rgba(90,33,76,.07); border: 1px solid rgba(90,33,76,.12); border-radius: 50%; font-size: 25px; cursor: pointer; }
.lead-modal__eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 48px 15px 0; color: #76501d; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lead-modal__eyebrow span { display: grid; place-items: center; width: 29px; height: 29px; color: var(--ink-3); background: var(--gold-light); border-radius: 50%; font-family: var(--serif); font-size: 12px; }
.lead-modal h2 { margin: 0 45px 16px 0; font-family: var(--serif); font-size: clamp(36px, 5vw, 51px); font-weight: 600; letter-spacing: -.035em; line-height: .98; }
.lead-modal h2 em { color: var(--wine); font-weight: 500; }
.lead-modal__dialog > p:not(.lead-modal__eyebrow) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.lead-form { display: grid; gap: 15px; margin-top: 25px; }
.lead-form > label:not(.lead-form__consent) { display: grid; gap: 7px; color: var(--ink-3); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.lead-form input[type="text"], .lead-form input[type="tel"] { width: 100%; min-height: 55px; padding: 0 16px; color: var(--ink); background: rgba(255,255,255,.82); border: 1px solid rgba(90,33,76,.2); border-radius: 12px; font: 500 16px var(--sans); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.lead-form input[type="text"]:focus, .lead-form input[type="tel"]:focus { background: #fff; border-color: var(--wine); box-shadow: 0 0 0 4px rgba(90,33,76,.09); }
.lead-form input[aria-invalid="true"] { border-color: #a62e48; box-shadow: 0 0 0 4px rgba(166,46,72,.08); }
.lead-form__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.lead-form__consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #625766; font-size: 11px; line-height: 1.55; cursor: pointer; }
.lead-form__consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--wine); }
.lead-form__privacy { color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lead-form__privacy summary { min-height: 42px; padding: 10px 0; color: var(--wine); font-size: 11px; font-weight: 800; cursor: pointer; }
.lead-form__privacy p { margin: 0 0 13px; font-size: 11px; line-height: 1.55; }
.lead-form__status { display: none; margin: 0; padding: 10px 12px; color: #8f233d; background: rgba(166,46,72,.08); border-radius: 9px; font-size: 12px; line-height: 1.45; }
.lead-form__status:not(:empty) { display: block; }
.lead-form__status.success { color: #235d41; background: rgba(35,93,65,.09); }
.lead-form__submit { width: 100%; min-height: 58px; border: 0; cursor: pointer; }
.lead-form__submit:disabled { cursor: wait; filter: grayscale(.25); opacity: .75; }
.lead-form__submit span { margin-left: 12px; font-size: 18px; }
.lead-form > small { color: var(--muted); font-size: 10px; text-align: center; }

.consent-banner { position: fixed; z-index: 250; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 21px 23px; color: #fff; background: rgba(16,10,24,.97); border: 1px solid rgba(240,210,138,.25); border-radius: 18px; box-shadow: 0 24px 80px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.consent-banner[hidden] { display: none; }
.consent-banner__eyebrow { display: block; margin-bottom: 3px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.consent-banner strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 600; }
.consent-banner p { max-width: 720px; margin: 3px 0 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.5; }
.consent-banner__actions { display: flex; align-items: center; gap: 11px; }
.consent-banner__actions .button { min-height: 46px; white-space: nowrap; border: 0; cursor: pointer; }
.consent-essential { min-height: 44px; padding: 0 12px; color: rgba(255,255,255,.72); background: transparent; border: 0; font-size: 11px; font-weight: 700; cursor: pointer; }
.consent-essential:hover { color: #fff; }

.mobile-bar { display: none; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .15s; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 145px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { justify-self: center; width: min(78%, 650px); margin: 0; }
  .moment-layout, .manifesto, .offer { grid-template-columns: 1fr; }
  .manifesto-copy { max-width: 760px; }
  .photo-story { max-width: 850px; }
  .day-timeline { grid-template-columns: 1fr 1fr; }
  .day-timeline::before { display: none; }
  .speaker-feature { width: calc(100% - 76px); }
  .regional { grid-template-columns: .85fr 1.15fr; }
  .offer-media { position: static; max-width: 720px; }
  .guarantee { align-items: start; }
  .gallery-grid { grid-template-columns: 1fr 1.04fr; }
  .gallery-grid figure { min-height: 0; }
  .faq { grid-template-columns: 1fr; }
  .ticket { grid-template-columns: 1fr 290px; }
}

@media (min-width: 881px) and (max-width: 1050px) {
  .hero {
    grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr);
    gap: 32px;
    min-height: 100svh;
    padding: 120px 40px 72px;
  }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(48px, 5vw, 54px); }
  .hero-visual { justify-self: end; width: 100%; max-width: 440px; margin: 0; }
  .moment-layout { grid-template-columns: 1.08fr .92fr; gap: 38px; }
  .manifesto { grid-template-columns: .82fr 1.18fr; gap: 40px; }
  .offer { grid-template-columns: .82fr 1.18fr; gap: 40px; }
  .offer-media { position: sticky; top: 96px; max-width: none; }
  .faq { grid-template-columns: .8fr 1.2fr; gap: 40px; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .site-header { top: calc(10px + env(safe-area-inset-top)); width: calc(100% - 20px); padding: 9px 11px 9px 14px; }
  .site-header > .button { display: none; }
  .brand { width: auto; height: 46px; }
  .brand-logo { width: auto; height: 46px; }
  .hero { display: flex; flex-direction: column; justify-content: center; min-height: auto; padding: 105px 20px 80px; }
  .hero h1 { font-size: clamp(40px, 11.3vw, 49px); }
  .hero-punch { margin: 14px 0 20px; font-size: 24px; }
  .hero-lead { font-size: 14px; line-height: 1.6; }
  .eyebrow { margin-bottom: 18px; font-size: 11px; line-height: 1.4; }
  .event-facts { display: grid; grid-template-columns: 1fr 1.25fr .65fr; gap: 0; margin: 23px 0; }
  .event-facts div { min-width: 0; padding: 0 10px; }
  .event-facts div:nth-child(3) { padding-left: 10px; border-left: 1px solid rgba(240,210,138,.27); }
  .event-facts strong { font-size: 14px; white-space: nowrap; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .hero-actions .button { min-height: 56px; padding-inline: 20px; }
  .text-link { text-align: center; }
  .microcopy { text-align: center; }
  .hero-visual { width: 100%; }
  .hero-picture { aspect-ratio: .86; border-radius: 48% 48% 10px 10px; }
  .hero-picture img { object-position: 72% center; }
  .guest-card { right: -5px; bottom: -33px; width: 83%; }
  .guest-card img { width: 58px; height: 70px; }
  .guest-card strong { font-size: 16px; }
  .visual-note { bottom: 20%; font-size: 20px; }
  .proof-bar { grid-template-columns: 1fr 1fr; padding: 0 12px; }
  .proof-bar div { padding: 20px 15px; border-bottom: 1px solid rgba(90,33,76,.11); }
  .proof-bar div:nth-child(3) { border-left: 0; }
  .proof-bar strong { font-size: 23px; }
  .proof-bar span { font-size: 11px; line-height: 1.4; }
  .section { padding: 82px 20px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .manifesto h2, .speaker-feature h2, .regional h2, .offer h2, .guarantee h2 { font-size: clamp(36px, 9vw, 50px); }
  .section-heading p:not(.eyebrow), .manifesto-copy > p:not(.eyebrow), .regional-copy > p:not(.eyebrow), .offer-intro { font-size: 15px; }
  .choice-instruction { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 18px; font-size: 13px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice { min-height: 0; padding: 20px 21px 17px; }
  .choice-number { margin-bottom: 9px; }
  .choice-action { padding-top: 14px; }
  .choice-item.active .choice { border-radius: 16px 16px 0 0; box-shadow: none; }
  .choice-item .profile-answer { min-height: 0; margin: -1px 0 0; padding: 29px 22px 25px; border-top: 1px solid rgba(240,210,138,.2); border-radius: 0 0 16px 16px; box-shadow: 0 22px 45px rgba(41,21,56,.16); animation: profile-answer-in .32s ease both; }
  .profile-answer blockquote { margin: 14px 0 15px; font-size: clamp(25px, 7.5vw, 32px); }
  .profile-answer p { margin: 0; font-size: 15px; line-height: 1.6; }
  .profile-answer a { margin-top: 16px; font-size: 12px; }
  .photo-story { grid-template-columns: 1fr 1fr; }
  .photo-story .photo-main { grid-column: 1 / -1; grid-row: auto; min-height: 0; border-radius: 42% 10px 10px 10px; }
  .photo-story figure { aspect-ratio: 3 / 2; min-height: 0; }
  .photo-caption { right: 9px; bottom: 9px; }
  .route-tabs { grid-template-columns: repeat(4, minmax(70px, 1fr)); overflow-x: auto; }
  .route-tabs button span { width: 47px; height: 47px; }
  .route-tabs button strong { font-size: 13px; }
  .route-line { top: 41px; }
  .route-interaction-hint { margin-top: 18px; font-size: 12px; }
  .route-panel { min-height: 315px; margin-top: 30px; padding: 42px 25px; }
  .day-timeline { grid-template-columns: 1fr; gap: 13px; }
  .day-timeline li { display: grid; grid-template-columns: 52px 1fr; gap: 12px; }
  .day-timeline li > span { width: 52px; height: 52px; margin: 0; }
  .speaker-feature { grid-template-columns: 1fr; width: calc(100% - 40px); margin-bottom: 85px; }
  .speaker-feature-image { min-height: 460px; }
  .speaker-feature-copy { padding: 38px 25px 46px; }
  .speakers > .section-heading { margin-left: 20px; margin-right: 20px; }
  .speaker-carousel-toolbar { margin: -20px 20px 15px; }
  .speaker-carousel-toolbar > p { font-size: 18px; }
  .speaker-carousel-toolbar > p small { display: none; }
  .speaker-controls button { width: 44px; height: 44px; }
  .speaker-rail { padding-left: 20px; padding-right: 20px; }
  .speaker-card { flex-basis: 78vw; }
  .speaker-card p { font-size: 14px; }
  .drag-hint { margin-left: 20px; }
  .regional { grid-template-columns: 1fr; padding-inline: 20px; }
  .regional-map { min-height: 430px; }
  .ring-c { width: min(370px, calc(100vw - 40px)); height: min(370px, calc(100vw - 40px)); }
  .ring-b { width: 260px; height: 260px; }
  .ring-a { width: 150px; height: 150px; }
  .city { padding: 6px 9px; font-size: 10px; }
  .city.center { padding: 11px 15px; font-size: 11px; }
  .city-orbit { --orbit-size: min(270px, calc(100vw - 120px)); }
  .regional-copy { padding: 0; }
  .regional-copy .button { width: 100%; }
  .offer { gap: 50px; }
  .offer-media img { border-radius: 48% 48% 10px 10px; }
  .guarantee { grid-template-columns: 1fr; gap: 35px; }
  .guarantee-seal { width: 165px; height: 165px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; gap: 10px; padding-bottom: 0; overflow: visible; }
  .gallery-grid figure, .gallery-grid .wide, .gallery-grid .gallery-first, .gallery-grid .gallery-second, .gallery-grid .gallery-portrait { grid-column: 1; grid-row: auto; width: 100%; min-height: 0; border-radius: 12px; }
  .gallery-grid .gallery-landscape { aspect-ratio: 3 / 2; }
  .gallery-grid .gallery-portrait { aspect-ratio: 4 / 5; }
  .ambassadors-details { margin-top: 27px; padding: 25px 20px; border-radius: 20px; }
  .ambassadors-details::before { right: -8px; top: -12px; font-size: 145px; }
  .ambassadors-details summary { align-items: flex-start; gap: 12px; min-height: 76px; }
  .ambassadors-title { min-width: 0; gap: 7px; }
  .ambassadors-title strong { font-size: clamp(27px, 8.5vw, 34px); }
  .ambassadors-toggle { width: 47px; height: 47px; font-size: 25px; }
  .ambassadors-body { margin-top: 20px; padding-top: 21px; }
  .ambassadors-body > p { margin-bottom: 18px; font-size: 14px; }
  .ambassadors-body ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .ambassadors-body li { min-height: 49px; }
  .faq summary { font-size: 18px; }
  .ticket { grid-template-columns: 1fr; }
  .ticket-main { padding: 38px 27px; }
  .ticket-main h2 { font-size: 42px; }
  .ticket-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
  .ticket-stub { padding: 36px 25px; border-top: 2px dashed rgba(90,33,76,.23); border-left: 0; }
  .ticket-stub::before, .ticket-stub::after { top: -15px; }
  .ticket-stub::before { left: -15px; }.ticket-stub::after { left: auto; right: -15px; bottom: auto; }
  .closing-line { margin-top: 50px; }
  footer { grid-template-columns: 1fr; justify-items: center; padding-bottom: 32px; text-align: center; }
  footer .footer-brand { width: auto; height: 150px; }
  footer .footer-brand .brand-logo { width: auto; height: 150px; }
  footer > div { justify-self: center; }
  footer > small { grid-column: 1; }
  .lead-modal { align-items: flex-end; padding: 0; }
  .lead-modal__dialog { width: 100%; max-height: calc(100svh - 12px); padding: 31px 20px calc(24px + env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; }
  .lead-modal__close { top: 13px; right: 13px; }
  .lead-modal h2 { margin-right: 35px; font-size: clamp(34px, 10.5vw, 44px); }
  .lead-modal__dialog > p:not(.lead-modal__eyebrow) { font-size: 14px; }
  .lead-form { margin-top: 21px; }
  .consent-banner { right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; grid-template-columns: 1fr; gap: 16px; width: auto; padding: 19px; }
  .consent-banner__actions { align-items: stretch; flex-direction: column-reverse; }
  .consent-banner__actions .button, .consent-essential { width: 100%; }
  .mobile-bar { position: fixed; z-index: 120; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); color: #fff; background: rgba(16,10,24,.96); border-top: 1px solid rgba(240,210,138,.23); transform: translateY(110%); transition: transform .3s ease; backdrop-filter: blur(16px); }
  .mobile-bar.visible { transform: none; }
  .mobile-bar div small, .mobile-bar div strong { display: block; }
  .mobile-bar div small { color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .06em; }
  .mobile-bar div strong { color: var(--gold-light); font-family: var(--serif); font-size: 21px; }
  .mobile-bar .button { min-height: 48px; padding: 0 18px; }
}

@keyframes profile-answer-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}

@keyframes choice-action-hint {
  0%, 72%, 100% { transform: translate(0, 0); }
  79% { transform: translate(3px, 0); }
  86% { transform: translate(0, 0); }
  93% { transform: translate(2px, 0); }
}

@keyframes map-orbit {
  from { transform: translate(-50%, -50%) rotate(var(--orbit-start)); }
  to { transform: translate(-50%, -50%) rotate(calc(var(--orbit-start) + 360deg)); }
}

@keyframes map-counter-orbit {
  from { transform: translate(-50%, -50%) rotate(var(--counter-start)); }
  to { transform: translate(-50%, -50%) rotate(calc(var(--counter-start) - 360deg)); }
}

@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; }
  .city-orbit { animation: none !important; transform: translate(-50%, -50%) rotate(var(--orbit-start)); }
  .city-orbit > .city { animation: none !important; transform: translate(-50%, -50%) rotate(var(--counter-start)); }
}

@media print {
  .site-header, .scroll-progress, .mobile-bar, .hero-actions, .regional .button, .lead-modal, .consent-banner { display: none !important; }
  body { padding: 0; background: #fff; }
  .hero { min-height: auto; padding: 35px; color: var(--ink); background: #f4ebdd; }
  .hero-lead, .microcopy { color: var(--muted); }
  .hero-visual { max-width: 380px; }
  .section { padding: 45px 30px; break-inside: avoid; }
  .reveal { opacity: 1; transform: none; }
  footer { display: none; }
}
