:root {
  --ink: #07130f;
  --racing-green: #12372f;
  --gold: #c8a96b;
  --ivory: #f2ede2;
  --parchment: #d8cebb;
  --vermilion: #a34b34;
  --muted: rgba(242, 237, 226, 0.64);
  --line: rgba(242, 237, 226, 0.16);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
  --radius-panel: 24px;
  --radius-card: 18px;
  --content-max: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--ink);
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  line-height: 1.7;
}
[dir="rtl"] body { direction: rtl; text-align: right; }
[dir="ltr"] body { direction: ltr; text-align: left; }
[dir="ltr"] body { font-family: "IBM Plex Sans", "IBM Plex Sans Arabic", sans-serif; }
[dir="rtl"] body * {
  letter-spacing: 0 !important;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[id] { scroll-margin-top: 88px; }

.language-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), visibility .9s;
}
.language-gate::before {
  content: "";
  position: absolute;
  inset: -4%;
  background: url("./assets/source/ahmed-interview.jpg") 58% 38%/cover;
  filter: saturate(.72) contrast(1.04);
  transform: scale(1.04);
}
.language-gate__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(7,19,15,.93), rgba(7,19,15,.65) 48%, rgba(7,19,15,.87)),
    radial-gradient(circle at 78% 18%, rgba(200,169,107,.15), transparent 36%);
}
.language-gate__content {
  position: relative;
  width: min(780px, calc(100% - 40px));
  padding: clamp(24px, 5vw, 48px);
}
.brand-mark { display: flex; align-items: center; gap: 14px; color: var(--gold); }
.brand-mark i { width: 44px; height: 1px; background: currentColor; box-shadow: 14px -5px 0 -5px currentColor; }
.brand-mark span { font-weight: 600; letter-spacing: -.03em; }
.brand-mark--gate { gap: 18px; margin-bottom: clamp(36px, 6vh, 62px); }
.brand-mark--gate .brand-mark__horse { display: block; width: clamp(78px, 9vw, 112px); aspect-ratio: 1.5; }
.brand-mark__horse img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.34)); animation: gate-horse-stride 1.2s ease-in-out infinite alternate; }
.brand-mark--gate > span:last-child { color: var(--ivory); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.4; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font: 600 .72rem/1.4 "IBM Plex Sans", sans-serif; letter-spacing: .16em; }
.language-gate h1 { margin: 0; font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: 1.18; letter-spacing: -.035em; font-weight: 500; }
.language-gate h1 span { display: block; margin-top: 10px; color: rgba(242,237,226,.48); font: 400 clamp(1.15rem, 2.2vw, 1.65rem)/1.4 "IBM Plex Sans", sans-serif; letter-spacing: -.02em; }
.language-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.language-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 108px;
  padding: 20px;
  text-align: center;
  color: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018));
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0,0,0,.14);
  cursor: pointer;
  overflow: hidden;
  transition: transform .35s, border-color .35s, background .35s;
}
.language-card:hover, .language-card:focus-visible { transform: translateY(-4px); border-color: var(--gold); background: rgba(200,169,107,.1); outline: none; }
.language-card[data-language="ar"] { direction: rtl; }
.language-card[data-language="en"] { direction: ltr; }
.language-card__flag { display: inline-grid; place-items: center; width: 2.1rem; font-size: 1.65rem; line-height: 1; filter: drop-shadow(0 4px 10px rgba(0,0,0,.28)); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.language-card:hover .language-card__flag, .language-card:focus-visible .language-card__flag { transform: translateY(-2px) scale(1.08); }
.language-card strong { font-size: clamp(1.18rem, 1.7vw, 1.4rem); line-height: 1.35; font-weight: 600; }
.language-gate__note { margin: 22px 0 0; color: rgba(242,237,226,.42); font: 500 .72rem "IBM Plex Sans", sans-serif; letter-spacing: .06em; }
.language-gate.is-dismissed { opacity: 0; visibility: hidden; pointer-events: none; }
.language-gate.is-leaving .language-gate__content { opacity: 0; transform: translateY(-18px) scale(.985); transition: opacity .48s ease, transform .65s cubic-bezier(.2,.7,.2,1); }

.experience-intro {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: radial-gradient(circle at 50% 42%, #153a30 0%, #081b15 38%, #03100c 76%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .45s ease, visibility .45s;
}
.experience-intro::before { content: ""; position: absolute; width: min(72vw, 760px); aspect-ratio: 1; border: 1px solid rgba(200,169,107,.16); border-radius: 50%; box-shadow: 0 0 0 11vw rgba(200,169,107,.018); animation: intro-orbit 12s ease-in-out infinite alternate; }
.experience-intro::after { content: ""; position: absolute; inset: 50% 12% auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,169,107,.65), transparent); transform: scaleX(.45); animation: intro-sweep 2.4s cubic-bezier(.2,.7,.2,1) infinite; }
.experience-intro.is-playing { opacity: 1; visibility: visible; }
.experience-intro.is-finished { opacity: 0; visibility: hidden; }
.experience-intro__canvas { display: none; }
.experience-intro__grid {
  position: absolute;
  inset: 0;
  opacity: .045;
  background-image: linear-gradient(rgba(200,169,107,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(200,169,107,.08) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(to bottom, transparent 4%, #000 46%, transparent 96%);
}
.experience-intro__content { position: relative; z-index: 1; width: min(780px, calc(100% - 44px)); text-align: center; }
.experience-intro__eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .72rem; letter-spacing: 0; opacity: 0; transform: translateY(12px); }
.experience-intro__brand { position: relative; display: grid; justify-items: center; gap: 6px; width: min(480px, 84vw); margin: 0 auto 24px; opacity: 0; transform: translateY(18px); }
.experience-intro__brand-line { width: 1px; height: 34px; margin-bottom: 7px; background: linear-gradient(transparent, var(--gold)); }
.experience-intro__brand strong { color: var(--ivory); font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 600; line-height: 1.35; }
.experience-intro__brand small { color: rgba(242,237,226,.44); font: 500 .7rem/1.4 "IBM Plex Sans", sans-serif; letter-spacing: .18em; }
.experience-intro h2 { margin: 0; font-size: clamp(2.45rem, 5.8vw, 5.4rem); line-height: 1.2; font-weight: 500; text-wrap: balance; opacity: 0; transform: translateY(26px); }
.experience-intro h2 span { color: var(--gold); }
.experience-intro__progress { width: min(320px, 58vw); height: 1px; margin: 26px auto 0; overflow: hidden; background: rgba(242,237,226,.14); opacity: 0; }
.experience-intro__progress i { display: block; width: 100%; height: 100%; background: var(--gold); transform: translateX(-100%); }
.experience-intro.is-playing .experience-intro__eyebrow { animation: intro-copy-in .6s .18s both; }
.experience-intro.is-playing .experience-intro__brand { animation: intro-logo-reveal 1.05s .12s cubic-bezier(.18,.8,.16,1) both; }
.experience-intro.is-playing h2 { animation: intro-copy-in .8s .58s both; }
.experience-intro.is-playing .experience-intro__progress { animation: intro-copy-in .45s .78s both; }
.experience-intro.is-playing .experience-intro__progress i { animation: intro-progress 1.85s .74s cubic-bezier(.2,.7,.2,1) both; }

.site { direction: inherit; text-align: start; opacity: 0; transition: opacity 1s .2s; }
.site.is-visible { opacity: 1; }
.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(22px, 5vw, 76px);
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, backdrop-filter .35s;
}
.site-header__track { position: absolute; inset: auto 0 -1px; width: 100%; height: 22px; pointer-events: none; }
.site-header__progress { position: absolute; inset: auto 0 0; width: 100%; height: 1px; background: linear-gradient(90deg, var(--gold), #e7d5a6); transform: scaleX(0); transform-origin: left; }
[dir="rtl"] .site-header__progress { transform-origin: right; }
.scroll-horse { position: absolute; z-index: 2; left: 0; bottom: -6px; width: clamp(54px, 5.2vw, 76px); aspect-ratio: 1.5; translate: -50% 0; filter: drop-shadow(0 6px 14px rgba(0,0,0,.34)); will-change: left, right; }
.scroll-horse img { --horse-facing: 1; display: block; width: 100%; height: 100%; object-fit: contain; transform: scaleX(var(--horse-facing)); transform-origin: center; }
[dir="rtl"] .scroll-horse { left: auto; right: 0; translate: 50% 0; }
[dir="rtl"] .scroll-horse img { --horse-facing: -1; }
.scroll-horse.is-reversing img { --horse-facing: -1; }
[dir="rtl"] .scroll-horse.is-reversing img { --horse-facing: 1; }
.site-header.is-running .scroll-horse img { animation: horse-stride .42s ease-in-out infinite alternate; }
.site-header.is-scrolled { background: rgba(7,19,15,.76); border-color: var(--line); backdrop-filter: blur(18px); }
.wordmark { justify-self: start; display: flex; align-items: center; gap: 11px; font-weight: 600; }
.wordmark__pulse { width: 30px; height: 9px; border-bottom: 1px solid var(--gold); transform: skewX(-28deg); }
.site-nav { display: flex; gap: clamp(20px, 3vw, 46px); color: rgba(242,237,226,.72); font-size: .9rem; }
.site-nav a { transition: color .25s; }
.site-nav a:hover { color: var(--gold); }
.language-switch { justify-self: end; border: 1px solid var(--line); color: var(--ivory); background: rgba(7,19,15,.24); min-width: 48px; height: 36px; cursor: pointer; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; background: #0a1713; isolation: isolate; }
.hero__image { position: absolute; inset: -3% 0; width: 100%; height: 106%; object-fit: cover; object-position: 56% 40%; transform: translate3d(0,var(--hero-image-y,0),0) scale(1.025); will-change: transform; }
.hero__webgl { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; opacity: .34; mix-blend-mode: screen; pointer-events: none; }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,15,.03), rgba(7,19,15,.2) 45%, rgba(7,19,15,.94) 78%), linear-gradient(0deg, rgba(7,19,15,.9), transparent 56%); }
[dir="ltr"] .hero__wash { background: linear-gradient(90deg, rgba(7,19,15,.03), rgba(7,19,15,.2) 45%, rgba(7,19,15,.94) 78%), linear-gradient(0deg, rgba(7,19,15,.9), transparent 56%); }
.hero__content { position: relative; z-index: 2; width: min(760px, 58vw); margin-left: auto; margin-right: 0; padding: 152px clamp(24px, 7vw, 112px) 12vh 34px; direction: inherit; text-align: right; transform: translate3d(0,var(--hero-copy-y,0),0); will-change: transform; }
.hero__content h2, .hero__content p, .hero__content a { unicode-bidi: plaintext; }
.hero__event { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-bottom: 46px; font: 600 .66rem "IBM Plex Sans", sans-serif; letter-spacing: .12em; direction: ltr; text-align: right; }
.hero__event span { width: 34px; height: 1px; background: var(--gold); }
.hero__event b { color: var(--ivory); }
.hero__event em { color: var(--gold); font-style: normal; }
.hero__kicker { margin: 0 0 17px; color: var(--gold); font-size: .78rem; letter-spacing: .04em; }
.hero h2 { max-width: 11ch; margin: 0 0 0 auto; font-size: clamp(3rem, 5.5vw, 6.25rem); line-height: 1.14; letter-spacing: -.035em; font-weight: 500; }
.hero h2 span { display: inline; color: var(--gold); -webkit-text-stroke: 0; font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif; font-kerning: normal; font-variant-ligatures: common-ligatures contextual; }
.hero__lead { max-width: 620px; margin: 28px 0 0 auto; color: rgba(242,237,226,.72); font-size: clamp(.95rem, 1.3vw, 1.12rem); line-height: 2; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
[dir="ltr"] .hero__actions { justify-content: flex-end; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; font-size: .82rem; }
.button--gold { color: var(--ink); background: var(--gold); transition: transform .25s, background .25s; }
.button--gold:hover { transform: translateY(-2px); background: #dcc185; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(242,237,226,.75); font-size: .8rem; }
.text-link b { color: var(--gold); }
.hero__rail { position: absolute; z-index: 2; inset-inline-end: clamp(22px, 5vw, 76px); bottom: 52px; width: min(260px, 22vw); height: 1px; background: rgba(242,237,226,.2); }
.hero__rail span { display: block; width: 38%; height: 1px; background: var(--gold); animation: rail-run 4s ease-in-out infinite; }
.scroll-cue { position: absolute; z-index: 2; inset-inline-start: clamp(22px, 5vw, 76px); bottom: 45px; display: flex; align-items: center; gap: 12px; color: rgba(242,237,226,.46); font-size: .7rem; }
.scroll-cue i { width: 7px; height: 26px; border: 1px solid rgba(242,237,226,.35); border-radius: 8px; }
.signal-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}
.signal { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px clamp(22px, 3.2vw, 52px); border-inline-end: 1px solid var(--line); }
.signal:last-child { border-inline-end: 0; }
.signal__value { color: var(--gold); font: 500 clamp(2.1rem, 4vw, 4.2rem)/1 "IBM Plex Sans", sans-serif; letter-spacing: -.045em; }
.signal span { max-width: 200px; color: var(--muted); font-size: .88rem; line-height: 1.8; }
.signal-footnote { grid-column: 1/-1; margin: 0; padding: 12px clamp(22px, 5vw, 76px); color: rgba(242,237,226,.36); border-top: 1px solid var(--line); font-size: .58rem; line-height: 1.7; }

.section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 90vh;
  padding: clamp(96px, 9vw, 132px) max(clamp(28px, 6vw, 88px), calc((100vw - var(--content-max)) / 2));
  overflow: hidden;
}
.section,
.signal,
.signal-footnote,
.section__aside,
.section-heading,
.story__copy,
.presenter-profile figcaption,
.capability-card,
.video-poster__copy,
.video-tab,
.journey-controls,
.location-tab,
.location-panel,
.event__copy,
.countdown,
.package-card,
.season-callout,
.package-note,
.closing__content,
.closing footer { direction: inherit; text-align: start; }
.section__aside { display: flex; justify-content: flex-start; align-items: flex-start; gap: clamp(28px, 5vw, 72px); margin-bottom: clamp(38px, 5vw, 64px); padding: 0; }
.section-index { margin: 0; color: var(--gold); font: 600 .68rem "IBM Plex Sans", sans-serif; letter-spacing: .16em; white-space: nowrap; }
.section-note { max-width: 560px; margin: 0; justify-self: end; color: rgba(7,19,15,.58); font-size: .86rem; line-height: 1.95; }
.section-heading { max-width: 780px; margin-bottom: clamp(34px, 4vw, 50px); }
.section-heading .eyebrow { color: #8a713e; }
.section-heading h3, .story h3, .event h3, .closing h3 {
  margin: 0;
  max-width: 17ch;
  font-size: clamp(2.25rem, 4.1vw, 4.6rem);
  line-height: 1.18;
  letter-spacing: -.03em;
  font-weight: 500;
}

[dir="rtl"] .language-gate h1,
[dir="rtl"] .experience-intro h2,
[dir="rtl"] .hero h2,
[dir="rtl"] .section-heading h3,
[dir="rtl"] .story h3,
[dir="rtl"] .event h3,
[dir="rtl"] .closing h3,
[dir="rtl"] h4,
[dir="rtl"] .wordmark,
[dir="rtl"] .brand-mark span {
  letter-spacing: 0;
  font-kerning: normal;
  font-feature-settings: "rlig" 1, "liga" 1, "calt" 1;
}
[dir="rtl"] .language-gate h1,
[dir="rtl"] .experience-intro h2,
[dir="rtl"] .hero h2,
[dir="rtl"] .section-heading h3,
[dir="rtl"] .story h3,
[dir="rtl"] .event h3,
[dir="rtl"] .closing h3 { line-height: 1.24; word-spacing: .015em; }
h1, h2, h3 { text-wrap: balance; }
p, li, blockquote { text-wrap: pretty; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.story { background: linear-gradient(145deg, #f5f0e6 0%, #eee6d8 52%, #f7f3eb 100%); color: var(--ink); }
.story::before { content: ""; position: absolute; width: 54vw; height: 54vw; inset: 14% auto auto -30vw; border-radius: 50%; background: radial-gradient(circle, rgba(163,75,52,.07), transparent 66%); filter: blur(18px); pointer-events: none; animation: ambient-drift 18s ease-in-out infinite alternate; }
.story > *, .capabilities > *, .watch > *, .field-notes > *, .partnership > * { position: relative; z-index: 1; }
.story__body { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.story__copy { max-width: 830px; }
.story__copy > p:not(.eyebrow) { max-width: 700px; margin: 34px 0 0; color: rgba(7,19,15,.68); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 2.05; }
.quote-line { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; margin-top: 44px; }
.quote-line > span { height: 1px; margin-top: 14px; background: var(--vermilion); }
.quote-line blockquote { margin: 0; color: var(--racing-green); font-size: clamp(1.05rem, 1.6vw, 1.45rem); line-height: 1.75; }
.presenter-profile { width: min(100%, 470px); margin: 0; justify-self: center; }
.presenter-profile__portrait { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 510px; isolation: isolate; }
.presenter-profile__portrait::before { content: ""; position: absolute; z-index: -2; width: 84%; aspect-ratio: .82; inset: 8% 8% auto; border-radius: 50% 50% 44% 44%; background: radial-gradient(circle at 50% 32%, rgba(255,255,255,.88), rgba(219,207,183,.62) 48%, rgba(200,169,107,.12) 70%, transparent 71%); filter: drop-shadow(0 32px 45px rgba(44,36,24,.12)); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.presenter-profile__portrait::after { content: ""; position: absolute; z-index: -1; inset: auto 8% 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(138,113,62,.5) 18%, rgba(138,113,62,.5) 82%, transparent); }
.presenter-profile__portrait img { display: block; width: min(100%, 440px); max-height: 550px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 24px rgba(7,19,15,.18)); transform-origin: center bottom; transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .9s ease; }
.presenter-profile:hover .presenter-profile__portrait::before { transform: scale(1.025); }
.presenter-profile:hover .presenter-profile__portrait img { transform: translateY(-6px) scale(1.012); filter: drop-shadow(0 31px 30px rgba(7,19,15,.2)); }
.presenter-profile figcaption { display: grid; grid-template-columns: minmax(118px, .42fr) minmax(0, 1fr); gap: 10px 28px; padding-top: 26px; color: var(--ink); }
.presenter-profile figcaption p { grid-row: 1 / 3; margin: 3px 0 0; color: #8a713e; font-size: .78rem; line-height: 1.7; }
.presenter-profile figcaption strong { display: block; font-size: clamp(1.65rem, 2.5vw, 2.15rem); line-height: 1.25; font-weight: 600; }
.presenter-profile figcaption span { display: block; color: rgba(7,19,15,.62); font-size: .86rem; line-height: 1.85; }

.capabilities { background: radial-gradient(circle at 86% 10%, rgba(200,169,107,.22), transparent 31%), linear-gradient(155deg, #e7dece 0%, #f3eee5 48%, #ded4c2 100%); color: var(--ink); }
.capabilities::before { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(120deg, transparent 0 44%, rgba(18,55,47,.08) 44.2% 44.35%, transparent 44.55% 100%); background-size: 180% 180%; pointer-events: none; animation: background-pan 24s ease-in-out infinite alternate; }
.capabilities__body { min-width: 0; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.4vw, 22px); perspective: 1200px; }
.capability-card { --spot-x: 50%; --spot-y: 20%; position: relative; display: flex; flex-direction: column; min-height: 285px; padding: 28px; border: 1px solid rgba(7,19,15,.11); border-radius: var(--radius-card); background: linear-gradient(145deg, rgba(255,255,255,.64), rgba(255,255,255,.2)); box-shadow: 0 18px 44px rgba(35,29,18,.07), inset 0 1px rgba(255,255,255,.65); overflow: hidden; backdrop-filter: blur(12px); transition: background .45s, color .45s, transform .35s, box-shadow .45s, border-color .45s; transform-style: preserve-3d; }
.capability-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 42%; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); transition: width .55s cubic-bezier(.2,.7,.2,1); }
.capability-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(200,169,107,.25), transparent 38%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.capability-card:hover { color: var(--ivory); border-color: rgba(200,169,107,.32); background: linear-gradient(145deg, #17483d, #0b241d); box-shadow: 0 32px 74px rgba(7,19,15,.22); }
.capability-card:hover::before { width: 76%; }
.capability-card:hover::after { opacity: 1; }
.capability-card img { position: relative; z-index: 1; width: 76px; height: 76px; padding: 11px; object-fit: contain; border: 1px solid rgba(7,19,15,.1); border-radius: 50%; background: rgba(255,255,255,.34); filter: brightness(.66) saturate(1.05); transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .35s, background .35s; }
.capability-card:hover img { filter: none; }
.capability-card:hover img { transform: translateY(-5px) rotate(-2deg); background: rgba(255,255,255,.08); }
.capability-card > span { position: absolute; inset-inline-end: 25px; top: 25px; color: rgba(7,19,15,.34); font: 600 .68rem "IBM Plex Sans", sans-serif; }
.capability-card:hover > span { color: rgba(242,237,226,.45); }
.capability-card h4 { margin: 26px 0 10px; font-size: 1.16rem; line-height: 1.45; font-weight: 600; }
.capability-card p { max-width: 290px; margin: 0; color: rgba(7,19,15,.64); font-size: .88rem; line-height: 1.9; }
.capability-card:hover p { color: rgba(242,237,226,.68); }

.section--dark { color: var(--ivory); background: radial-gradient(circle at 82% 12%, rgba(200,169,107,.12), transparent 30%), linear-gradient(145deg, #06120e, #0a1d17 58%, #06100d); }
.watch::before { content: ""; position: absolute; width: 58vw; height: 58vw; inset: 8% auto auto -34vw; border-radius: 50%; background: radial-gradient(circle, rgba(200,169,107,.09), transparent 68%); filter: blur(20px); pointer-events: none; animation: ambient-drift 20s ease-in-out infinite alternate; }
.section--dark .section-note { color: var(--muted); }
.watch__body { min-width: 0; }
.watch .section-heading .eyebrow { color: var(--gold); }
.video-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; border: 1px solid rgba(200,169,107,.2); border-radius: var(--radius-panel); background: rgba(3,8,6,.86); box-shadow: var(--shadow); overflow: hidden; backdrop-filter: blur(14px); }
.video-frame { position: relative; aspect-ratio: 16/9; min-height: 0; background: black; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-poster { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; color: var(--ivory); text-align: start; border: 0; background: #020705; cursor: pointer; overflow: hidden; }
.video-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.video-poster img[src*="ahmed-longchamp"] { object-position: 50% 16%; }
.video-poster img[src*="video-saudi-cup"] { object-position: 50% 28%; }
.video-poster:hover img { transform: scale(1.035); filter: saturate(.95); }
.video-poster__veil { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,15,.88), rgba(7,19,15,.08) 72%); }
.video-poster__play { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; display: grid; place-items: center; width: 78px; height: 78px; color: var(--ink); border-radius: 50%; background: var(--gold); font: 500 1rem "IBM Plex Sans", sans-serif; padding-inline-start: 4px; box-shadow: 0 18px 50px rgba(0,0,0,.28); transition: transform .3s; }
.video-poster:hover .video-poster__play { transform: scale(1.08); }
.video-poster__copy { position: absolute; inset: auto 28px 26px; display: flex; flex-direction: column; gap: 6px; }
.video-poster__copy small { color: var(--gold); font-size: .62rem; }
.video-poster__copy strong { font-size: 1rem; font-weight: 500; }
.video-selector { display: flex; flex-direction: column; }
.video-tab { flex: 1; display: grid; grid-template-columns: 34px 1fr; align-content: center; gap: 10px; padding: 28px; color: var(--ivory); text-align: start; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; transition: background .25s; }
.video-tab:last-child { border-bottom: 0; }
.video-tab:hover, .video-tab.is-active { background: rgba(200,169,107,.1); }
.video-tab > span { grid-row: 1/3; color: var(--gold); font: 600 .68rem "IBM Plex Sans", sans-serif; }
.video-tab strong { font-size: .92rem; line-height: 1.85; }
.video-tab small { grid-column: 2; color: rgba(242,237,226,.42); font: 500 .67rem "IBM Plex Sans", sans-serif; }

.field-notes { color: var(--ink); background: radial-gradient(circle at 12% 16%, rgba(163,75,52,.1), transparent 26%), linear-gradient(140deg, #f5f0e6, #e9e0d1); }
.field-notes__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: clamp(420px, 44vw, 640px) clamp(520px, 42vw, 640px); gap: 16px; }
.field-photo { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--racing-green); box-shadow: 0 22px 55px rgba(35,29,18,.12); }
.field-photo--interview { grid-column: 1/-1; }
.field-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.field-photo--interview img { object-position: 50% 50%; }
.field-photo--longchamp img { object-position: 50% 14%; }
.field-photo--paddock img { object-position: 50% 14%; }
.field-photo--guests img { object-position: 50% 17%; }
.field-photo:hover img { transform: scale(1.035); filter: saturate(.86); }
.field-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,15,.76), transparent 52%); }
.field-photo figcaption { position: absolute; z-index: 2; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 24px; color: var(--ivory); }
.field-photo figcaption span { color: var(--gold); font: 600 .65rem "IBM Plex Sans", sans-serif; }
.field-photo figcaption p { margin: 0; font-size: .9rem; }

.section--map { color: var(--ivory); background: #06110d; }
.section--map::before { content: ""; position: absolute; inset: 0; opacity: .42; background: radial-gradient(circle at 78% 26%, rgba(200,169,107,.14), transparent 32%), linear-gradient(130deg, transparent 48%, rgba(200,169,107,.035)); pointer-events: none; }
.section--map .section-note { color: var(--muted); }
.journey__body { position: relative; z-index: 1; min-width: 0; }
.journey .section-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(260px, .55fr); gap: 30px 70px; align-items: end; max-width: none; }
.journey .section-heading .eyebrow { grid-column: 1/-1; margin-bottom: -10px; color: var(--gold); }
.journey .section-heading h3 { color: var(--ivory); }
.journey__lead { max-width: 520px; margin: 0 0 10px; color: var(--muted); font-size: 1rem; line-height: 2; }
.journey-explorer { display: grid; grid-template-columns: minmax(280px, 330px) minmax(0, 1fr); gap: 16px; align-items: stretch; }
.journey-controls { position: relative; display: flex; flex-direction: column; min-height: 580px; padding: 20px; overflow: hidden; border: 1px solid rgba(200,169,107,.22); border-radius: var(--radius-panel); background: linear-gradient(155deg, rgba(20,55,46,.92), rgba(5,17,13,.96)); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.journey-controls::before { content: ""; position: absolute; width: 280px; height: 280px; inset: auto -150px -150px auto; border: 1px solid rgba(200,169,107,.11); border-radius: 50%; box-shadow: 0 0 0 46px rgba(200,169,107,.025); pointer-events: none; }
.journey-controls__heading { position: relative; display: flex; flex-direction: column; gap: 5px; margin-bottom: 18px; padding: 2px 2px 18px; border-bottom: 1px solid var(--line); }
.journey-controls__heading span { color: var(--gold); font-size: .78rem; font-weight: 600; }
.journey-controls__heading small { color: var(--muted); font-size: .72rem; line-height: 1.7; }
.journey-map-shell { position: relative; min-height: 580px; overflow: hidden; border: 1px solid rgba(200,169,107,.24); border-radius: var(--radius-panel); background: #0c2119; box-shadow: 0 38px 100px rgba(0,0,0,.34); }
.journey-map { position: absolute; inset: 0; z-index: 1; background: #102a20; }
.journey-map.is-transitioning { cursor: progress; }
.leaflet-container, .leaflet-container * { font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif; }
[dir="ltr"] .leaflet-container, [dir="ltr"] .leaflet-container * { font-family: "IBM Plex Sans", "IBM Plex Sans Arabic", sans-serif; }
.journey-map::after { content: ""; position: absolute; z-index: 400; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,19,15,.32), transparent 32%, rgba(7,19,15,.08)), linear-gradient(0deg, rgba(7,19,15,.44), transparent 38%); }
.journey-map .leaflet-tile-pane { filter: grayscale(.72) sepia(.28) hue-rotate(92deg) saturate(.78) brightness(.63) contrast(1.1); transition: filter .4s; }
.journey-map.is-transitioning .leaflet-tile-pane { filter: grayscale(.82) sepia(.3) hue-rotate(92deg) saturate(.7) brightness(.55) contrast(1.14); }
.journey-map .leaflet-control-zoom { margin: 18px; border: 0; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.journey-map .leaflet-control-zoom a { width: 38px; height: 38px; color: var(--ivory); border-color: var(--line); background: rgba(7,19,15,.88); line-height: 36px; }
.journey-map .leaflet-control-zoom a:first-child { border-radius: 10px 10px 0 0; }
.journey-map .leaflet-control-zoom a:last-child { border-radius: 0 0 10px 10px; }
.journey-map .leaflet-control-attribution { color: rgba(242,237,226,.48); background: rgba(7,19,15,.72); }
.journey-map .leaflet-control-attribution a { color: var(--gold); }
.map-marker { position: relative; width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%; background: rgba(7,19,15,.82); box-shadow: 0 0 0 7px rgba(200,169,107,.13), 0 0 38px rgba(200,169,107,.5); transition: transform .3s, background .3s; }
.map-marker::after { content: ""; position: absolute; inset: 11px; border-radius: 50%; background: var(--gold); }
.map-marker:hover { transform: scale(1.08); background: var(--racing-green); }
.map-marker.is-active { animation: marker-pulse 1.6s ease-out infinite; }
.leaflet-tooltip.map-label { padding: 9px 13px; color: var(--ivory); border: 1px solid rgba(200,169,107,.3); border-radius: 10px; background: rgba(7,19,15,.9); box-shadow: 0 10px 28px rgba(0,0,0,.22); font: 600 .72rem "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif; letter-spacing: 0; }
.leaflet-tooltip.map-label::before { border-top-color: rgba(7,19,15,.88); }
.journey-map__fallback { position: absolute; z-index: 0; inset: 0; opacity: .6; background: radial-gradient(circle at 28% 64%, rgba(200,169,107,.25), transparent 2%), radial-gradient(circle at 72% 34%, rgba(200,169,107,.25), transparent 2%); }
.map-failed .journey-map { display: none; }
.map-failed .journey-map__fallback { z-index: 1; background-color: #0c2119; }
.fallback-route { position: absolute; width: 52%; height: 24%; left: 25%; top: 38%; border-top: 1px dashed var(--gold); border-radius: 50%; transform: rotate(-18deg); }
.fallback-point { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 9px rgba(200,169,107,.12); }
.fallback-point--riyadh { left: 70%; top: 63%; }
.fallback-point--paris { left: 31%; top: 31%; }
.map-orbit { position: absolute; z-index: 420; inset: 0; pointer-events: none; overflow: hidden; }
.map-orbit i { position: absolute; width: 46vw; height: 46vw; right: -25vw; top: -24vw; border: 1px solid rgba(200,169,107,.13); border-radius: 50%; }
.map-orbit i:nth-child(2) { transform: scale(.78); }
.map-orbit i:nth-child(3) { transform: scale(.55); }
.location-panel { position: relative; z-index: 2; width: 100%; margin-top: auto; padding: 22px; border: 1px solid rgba(200,169,107,.24); border-radius: var(--radius-card); background: rgba(2,11,8,.58); box-shadow: 0 18px 48px rgba(0,0,0,.18); }
.location-panel__number { color: var(--gold); font: 600 .66rem "IBM Plex Sans", sans-serif; letter-spacing: .13em; }
.location-panel p { margin: 16px 0 5px; color: var(--gold); font-size: .65rem; }
.location-panel h4 { margin: 0; font-size: clamp(1.2rem, 1.8vw, 1.65rem); line-height: 1.45; font-weight: 500; }
.location-panel small { display: block; margin-top: 8px; color: var(--muted); font-size: .68rem; line-height: 1.8; }
.map-hint { position: absolute; z-index: 500; inset: 18px 18px auto auto; margin: 0; padding: 10px 14px; color: rgba(242,237,226,.72); border: 1px solid var(--line); border-radius: 99px; background: rgba(7,19,15,.76); backdrop-filter: blur(12px); font-size: .68rem; }
[dir="rtl"] .map-hint { inset: 18px auto auto 18px; }
.location-tabs { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 10px; margin: 0; }
.location-tab { position: relative; display: flex; align-items: flex-end; min-height: 112px; padding: 17px 16px; color: var(--ivory); text-align: start; border: 1px solid rgba(242,237,226,.12); border-radius: 14px; background: #07130f; cursor: pointer; overflow: hidden; isolation: isolate; transition: color .3s, transform .3s, border-color .3s, box-shadow .3s; }
.location-tab::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.location-tab:hover { transform: translateY(-2px); border-color: rgba(200,169,107,.48); }
.location-tab.is-active { color: var(--ivory); border-color: rgba(200,169,107,.62); box-shadow: inset 0 0 0 1px rgba(200,169,107,.08), 0 14px 34px rgba(0,0,0,.18); }
.location-tab.is-active::after { transform: scaleX(1); }
.location-tab__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.48) brightness(.52); transform: scale(1.025); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .45s; }
.location-tab__image--riyadh { object-position: 50% 37%; }
.location-tab__image--paris { object-position: 50% 18%; }
.location-tab__veil { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(4,13,10,.98) 0%, rgba(4,13,10,.7) 52%, rgba(4,13,10,.16) 100%); transition: background .4s; }
.location-tab:hover .location-tab__image, .location-tab.is-active .location-tab__image { filter: saturate(.78) brightness(.66); transform: scale(1.075); }
.location-tab.is-active .location-tab__veil { background: linear-gradient(0deg, rgba(4,13,10,.96) 0%, rgba(4,13,10,.55) 54%, rgba(4,13,10,.08) 100%); }
.location-tab__number { position: absolute; z-index: 2; inset: 13px auto auto 14px; color: var(--gold); opacity: .95; font: 600 .67rem "IBM Plex Sans", sans-serif; }
[dir="rtl"] .location-tab__number { inset: 13px 14px auto auto; }
.location-tab__copy { position: relative; z-index: 2; display: grid; gap: 3px; width: 100%; }
.location-tab__copy strong { font-size: .87rem; line-height: 1.5; font-weight: 600; text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.location-tab__copy small { color: rgba(242,237,226,.7); font-size: .65rem; line-height: 1.6; }
.journey-route { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 17px; color: rgba(242,237,226,.48); font: 600 .62rem "IBM Plex Sans", sans-serif; letter-spacing: .12em; }
.journey-route i { height: 1px; background: linear-gradient(90deg, var(--gold), rgba(200,169,107,.2)); }
.journey-route::before { content: ""; position: absolute; inset-inline-start: 34px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(200,169,107,.12); translate: 0 -50%; transition: inset-inline-start .8s cubic-bezier(.2,.7,.2,1); }
.journey-explorer[data-active="paris"] .journey-route::before { inset-inline-start: calc(100% - 41px); }

.section--event { color: var(--ivory); background: var(--racing-green); }
.event__glow { position: absolute; width: 68vw; height: 68vw; inset-inline-end: -35vw; top: -22vw; border-radius: 50%; border: 1px solid rgba(200,169,107,.22); box-shadow: 0 0 0 10vw rgba(200,169,107,.025), 0 0 0 20vw rgba(200,169,107,.018); }
.section--event .section-note { color: var(--muted); }
.event__body { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(42px, 7vw, 110px); align-items: end; }
.event__copy > p:not(.eyebrow) { max-width: 750px; margin: 32px 0 0; color: rgba(242,237,226,.7); font-size: 1.02rem; line-height: 2; }
.event__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.event__facts div { display: flex; flex-direction: column; gap: 7px; }
.event__facts span { color: var(--gold); font-size: .65rem; }
.event__facts b { font-size: .76rem; font-weight: 500; }
.countdown { padding: 34px; border: 1px solid rgba(200,169,107,.35); border-radius: var(--radius-panel); background: linear-gradient(145deg, rgba(7,19,15,.46), rgba(7,19,15,.2)); box-shadow: 0 28px 70px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.countdown > p { margin: 0 0 28px; color: var(--gold); font-size: .7rem; }
.countdown__grid { display: grid; grid-template-columns: repeat(3, 1fr); direction: ltr; }
.countdown__grid div { text-align: center; border-inline-end: 1px solid var(--line); }
.countdown__grid div:last-child { border-inline-end: 0; }
.countdown__grid b { display: block; font: 500 clamp(2rem, 4vw, 4.4rem)/1 "IBM Plex Sans", sans-serif; letter-spacing: -.055em; }
.countdown__grid span { display: block; margin-top: 10px; color: rgba(242,237,226,.5); font-size: .6rem; }
.countdown small { display: block; margin-top: 28px; color: rgba(242,237,226,.42); font-size: .6rem; line-height: 1.8; }

.partnership { color: var(--ink); background: radial-gradient(circle at 15% 14%, rgba(200,169,107,.28), transparent 28%), linear-gradient(145deg, #e2d6c4, #f3ede3 48%, #dfd3c1); }
.partnership::before { content: ""; position: absolute; width: 62vw; height: 62vw; inset: 2% -34vw auto auto; border-radius: 50%; background: radial-gradient(circle, rgba(18,55,47,.075), transparent 66%); filter: blur(22px); pointer-events: none; animation: ambient-drift 24s ease-in-out infinite alternate-reverse; }
.partnership__body { min-width: 0; }
.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 550px; padding: clamp(30px, 3.5vw, 48px); border: 1px solid rgba(7,19,15,.13); border-radius: var(--radius-panel); background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(242,237,226,.3)); box-shadow: 0 24px 66px rgba(35,29,18,.09); overflow: hidden; transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s, border-color .45s; }
.package-card:hover { transform: translateY(-7px); border-color: rgba(200,169,107,.55); box-shadow: 0 36px 86px rgba(35,29,18,.16); }
.package-card--feature { color: var(--ivory); background: linear-gradient(145deg, #07130f, #11352c); border-color: rgba(200,169,107,.24); }
.package-card--feature::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; inset-inline-end: -220px; top: -200px; border: 1px solid rgba(200,169,107,.25); box-shadow: 0 0 0 72px rgba(200,169,107,.035), 0 0 0 144px rgba(200,169,107,.02); }
.package-card__top { position: relative; display: flex; justify-content: space-between; align-items: center; font: 600 .68rem "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif; }
.package-card__top > span { color: #8a713e; }
.package-card--feature .package-card__top > span { color: var(--gold); }
.package-card__top em { color: var(--ink); background: var(--gold); padding: 8px 11px; font-style: normal; font-family: "IBM Plex Sans Arabic", sans-serif; }
.package-card__eyebrow { position: relative; margin: 44px 0 10px; color: #755f35; font-size: .7rem; }
.package-card--feature .package-card__eyebrow { color: var(--gold); }
.package-card h4 { position: relative; display: flex; align-items: baseline; gap: 12px; margin: 0; }
.package-card h4 b { font: 500 clamp(3.4rem, 6vw, 6.8rem)/1 "IBM Plex Sans", sans-serif; letter-spacing: -.055em; }
.package-card h4 span { color: rgba(7,19,15,.5); font-size: .68rem; }
.package-card--feature h4 span { color: rgba(242,237,226,.5); }
.package-card ul { position: relative; display: grid; gap: 14px; margin: 32px 0; padding: 0; list-style: none; }
.package-card li { display: grid; grid-template-columns: 16px 1fr; gap: 10px; color: rgba(7,19,15,.68); font-size: .88rem; line-height: 1.85; }
.package-card li::before { content: "•"; color: var(--vermilion); }
.package-card--feature li { color: rgba(242,237,226,.7); }
.package-card--feature li::before { color: var(--gold); }
.package-card .button { position: relative; align-self: flex-start; margin-top: auto; }
.button--outline { color: currentColor; border-color: rgba(7,19,15,.28); background: transparent; transition: border-color .25s, background .25s; }
.section--dark .button--outline, .package-card--feature .button--outline, .closing .button--outline { border-color: rgba(242,237,226,.28); }
.button--outline:hover { border-color: var(--gold); background: rgba(200,169,107,.08); }
.season-callout { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 16px; padding: 28px; border: 1px solid rgba(7,19,15,.13); border-radius: var(--radius-card); background: rgba(255,255,255,.28); box-shadow: 0 16px 40px rgba(35,29,18,.06); }
.season-callout p { display: flex; flex-direction: column; gap: 7px; margin: 0; }
.season-callout span { color: #80683a; font-size: .65rem; }
.season-callout strong { font-size: 1rem; font-weight: 500; }
.season-callout a { color: var(--racing-green); font-size: .76rem; white-space: nowrap; }
.season-callout b { color: var(--vermilion); }
.package-note { margin: 20px 0 0; color: rgba(7,19,15,.48); font-size: .63rem; line-height: 1.8; }

.closing { position: relative; min-height: 92vh; display: flex; flex-direction: column; justify-content: space-between; padding: 150px clamp(22px, 7vw, 112px) 40px; overflow: hidden; background: var(--ink); }
.closing::before { content: ""; position: absolute; width: 70vw; height: 70vw; inset-inline-end: -28vw; top: -30vw; border-radius: 50%; background: radial-gradient(circle, rgba(200,169,107,.16), transparent 62%); }
.closing__line { position: absolute; inset: 0; opacity: .24; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(242,237,226,.1) calc(25% - 1px) 25%); }
.closing__content { position: relative; z-index: 2; max-width: 1020px; }
.closing h3 { max-width: 13ch; font-size: clamp(3.2rem, 6.5vw, 7.2rem); line-height: 1.08; }
.closing h3 span { color: var(--gold); }
.closing__content > p:not(.eyebrow):not(.share-status) { max-width: 650px; margin: 34px 0 0; color: rgba(242,237,226,.64); font-size: .98rem; line-height: 2; }
.closing__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 40px; }
.plain-action { color: rgba(242,237,226,.58); border: 0; border-bottom: 1px solid rgba(242,237,226,.28); background: transparent; padding: 10px 0; cursor: pointer; font-size: .72rem; }
.share-status { min-height: 24px; color: var(--gold); font-size: .7rem; }
.closing footer { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding-top: 50px; border-top: 1px solid var(--line); }
.closing footer > p { margin: 0; color: rgba(242,237,226,.42); font-size: .66rem; }
.closing footer > div { justify-self: end; display: flex; gap: 18px; color: rgba(242,237,226,.5); font: 600 .68rem "IBM Plex Sans", sans-serif; letter-spacing: .08em; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@keyframes rail-run { 50% { transform: translateX(165%); } }
@keyframes intro-orbit { from { transform: scale(.94) rotate(-4deg); opacity: .55; } to { transform: scale(1.035) rotate(4deg); opacity: 1; } }
@keyframes intro-sweep { 0% { transform: scaleX(.14); opacity: 0; } 40% { opacity: .72; } 100% { transform: scaleX(1); opacity: 0; } }
@keyframes intro-copy-in { to { opacity: 1; transform: translateY(0); } }
@keyframes intro-logo-reveal { 0% { opacity: 0; transform: translateY(18px) scale(.9); filter: blur(10px); } 58% { opacity: 1; } 100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes intro-progress { to { transform: translateX(0); } }
@keyframes marker-pulse { 70% { box-shadow: 0 0 0 18px rgba(200,169,107,0), 0 0 42px rgba(200,169,107,.52); } 100% { box-shadow: 0 0 0 0 rgba(200,169,107,0), 0 0 30px rgba(200,169,107,.36); } }
@keyframes horse-stride { from { transform: translateY(1px) rotate(-.8deg) scaleX(var(--horse-facing)); } to { transform: translateY(-3px) rotate(.8deg) scaleX(var(--horse-facing)); } }
@keyframes gate-horse-stride { from { transform: translateY(1px) rotate(-.5deg); } to { transform: translateY(-3px) rotate(.5deg); } }
@keyframes ambient-drift { from { transform: translate3d(0,-12px,0) rotate(-2deg); } to { transform: translate3d(18px,18px,0) rotate(2deg); } }
@keyframes background-pan { from { transform: translate3d(-3%,0,0) rotate(-7deg); } to { transform: translate3d(4%,2%,0) rotate(-5deg); } }

@media (max-height: 800px) and (min-width: 761px) {
  .hero__content { padding-top: 116px; padding-bottom: 42px; }
  .hero__event { margin-bottom: 24px; }
  .hero h2 { font-size: clamp(3rem, 5.6vw, 5.9rem); }
  .hero__lead { margin-top: 18px; }
  .hero__actions { margin-top: 22px; }
}

@media (max-width: 1100px) {
  .section { grid-template-columns: minmax(0, 1fr); }
  .story__body, .event__body { gap: 44px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .video-shell { grid-template-columns: 1fr; }
  .video-selector { display: grid; grid-template-columns: repeat(2, 1fr); }
  .video-tab { border-bottom: 0; border-inline-end: 1px solid var(--line); }
  .video-tab:last-child { border-inline-end: 0; }
  .journey .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .journey .section-heading .eyebrow { grid-column: auto; }
  .journey-map-shell { min-height: 560px; }
}

@media (max-width: 980px) {
  .journey-explorer { grid-template-columns: 1fr; }
  .journey-controls { min-height: 0; padding: 18px; }
  .journey-controls__heading { margin-bottom: 14px; padding-bottom: 14px; }
  .location-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-panel { display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; margin-top: 12px; padding: 18px; }
  .location-panel__number { grid-row: 1/4; padding-top: 4px; }
  .location-panel p { margin: 0 0 3px; }
  .location-panel h4 { font-size: 1.2rem; }
  .location-panel small { margin-top: 4px; }
  .journey-route { display: none; }
  .journey-map-shell { min-height: 500px; }
}

@media (max-width: 760px) {
  .language-gate__content { padding: 24px 0; }
  .brand-mark--gate { margin-bottom: 46px; }
  .language-options { grid-template-columns: 1fr; margin-top: 34px; }
  .language-card { min-height: 96px; }
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { align-items: flex-end; }
  .hero__image { object-position: 68% center; }
  .hero__wash, [dir="ltr"] .hero__wash { background: linear-gradient(0deg, rgba(7,19,15,.98) 0%, rgba(7,19,15,.64) 54%, rgba(7,19,15,.18) 82%); }
  .hero__content, [dir="ltr"] .hero__content { width: 100%; margin: 0; padding: 110px 24px 92px; }
  .hero__event { margin-bottom: 24px; flex-wrap: wrap; }
  .hero h2 { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  .hero__lead { font-size: .9rem; line-height: 1.9; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  [dir="ltr"] .hero__actions { align-items: flex-end; }
  .hero__rail { display: none; }
  .scroll-cue { bottom: 22px; }
  .signal-band { grid-template-columns: repeat(2, 1fr); }
  .signal { min-height: 150px; border-bottom: 1px solid var(--line); }
  .signal:nth-child(2) { border-inline-end: 0; }
  .signal:nth-child(3), .signal:nth-child(4) { border-bottom: 0; }
  .section { grid-template-columns: 1fr; min-height: auto; padding: 68px 22px; }
  .section__aside { display: flex; justify-content: flex-start; gap: 26px; align-items: start; margin-bottom: 34px; padding: 0; }
  [dir="rtl"] .section__aside { flex-direction: column; justify-content: flex-start; gap: 10px; }
  .section-note { max-width: 190px; margin: 0; text-align: end; }
  [dir="rtl"] .section-note { max-width: 100%; text-align: start; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h3, .story h3, .event h3 { max-width: 18ch; font-size: clamp(2rem, 8.6vw, 2.75rem); }
  .story__body, .event__body { grid-template-columns: 1fr; gap: 42px; }
  .presenter-profile { width: min(100%, 430px); }
  .presenter-profile__portrait { min-height: min(118vw, 500px); }
  .presenter-profile__portrait img { max-height: min(126vw, 520px); }
  .presenter-profile figcaption { grid-template-columns: 1fr; gap: 4px; padding-top: 22px; }
  .presenter-profile figcaption p { grid-row: auto; margin: 0 0 3px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 255px; padding: 24px; }
  .capability-card img { width: 68px; height: 68px; padding: 10px; }
  .capability-card h4 { margin-top: 20px; }
  .video-frame { min-height: 0; }
  .video-selector { grid-template-columns: 1fr; }
  .video-tab { min-height: 118px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .field-notes__grid { grid-template-columns: 1fr; grid-template-rows: 300px repeat(3, 500px); }
  .field-photo--interview { grid-column: auto; }
  .field-photo--interview img { object-position: 48% center; }
  .journey-explorer { gap: 12px; }
  .journey-controls { padding: 14px; border-radius: var(--radius-card); }
  .journey-controls__heading { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 8px 14px; margin-bottom: 12px; padding: 0 2px 12px; }
  .journey-controls__heading small { text-align: end; }
  .journey-map-shell { min-height: 430px; border-radius: var(--radius-card); }
  .location-panel { grid-template-columns: 34px 1fr; padding: 15px; border-radius: 14px; }
  .location-panel p { font-size: .62rem; }
  .location-panel h4 { font-size: 1.08rem; }
  .location-panel small { font-size: .63rem; }
  .map-hint, [dir="rtl"] .map-hint { inset: 12px 12px auto auto; padding: 8px 11px; font-size: .62rem; }
  .location-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .location-tab { min-height: 132px; padding: 13px; }
  .location-tab__number, [dir="rtl"] .location-tab__number { inset: 11px auto auto 12px; }
  [dir="rtl"] .location-tab__number { inset: 11px 12px auto auto; }
  .location-tab__copy strong { font-size: .78rem; }
  .location-tab__copy small { font-size: .59rem; line-height: 1.55; }
  .journey-map .leaflet-control-zoom { margin: 12px; }
  .map-marker { width: 40px; height: 40px; }
  .map-marker::after { inset: 13px; }
  .experience-intro__brand { width: min(560px, 88vw); margin-bottom: 24px; }
  .event__facts { grid-template-columns: 1fr; }
  .event__facts div { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .countdown { padding: 26px 18px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 0; padding: 28px 24px; }
  .package-card__eyebrow { margin-top: 34px; }
  .package-card h4 b { font-size: clamp(3rem, 15vw, 4.2rem); }
  .season-callout { align-items: start; flex-direction: column; }
  .closing { min-height: 100svh; padding: 110px 22px 30px; }
  .closing h3 { font-size: clamp(2.8rem, 12vw, 4.6rem); }
  .closing__actions { align-items: stretch; flex-direction: column; }
  .closing__actions .button { width: 100%; }
  .plain-action { align-self: center; }
  .closing footer { grid-template-columns: 1fr; align-items: start; }
  .closing footer > div { justify-self: start; }
  [dir="ltr"] .hero h2 { font-size: clamp(2.25rem, 9.5vw, 3.35rem); }
  [dir="ltr"] .section-heading h3, [dir="ltr"] .story h3, [dir="ltr"] .event h3 { font-size: clamp(1.9rem, 7.9vw, 2.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media print {
  body { color: #111; background: #fff; }
  .language-gate, .experience-intro, .site-header, .scroll-cue, .closing__actions, .share-status { display: none !important; }
  .site { opacity: 1 !important; }
  .hero { min-height: 700px; break-after: page; }
  .section { min-height: auto; break-inside: avoid; padding: 60px 40px; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
