
:root{
  --ink:#0a0b0d;
  --ink-soft:#141619;
  --paper:#f2efe6;
  --paper-2:#e9e5d8;
  --volt:#FFE000;
  --red:#FF3131;
  --ember:#FF3131;
  --court:#FF3131;
  --mute:#93928a;
  --paper-mute:#6d6c62;
  --line: rgba(255,255,255,0.14);
  --line-dark: rgba(10,11,13,0.14);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--ink);
  color:var(--paper);
  font-family:'Work Sans', sans-serif;
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  text-transform:uppercase;
}
h1,h2,h3,.disp{
  font-family:'Bricolage Grotesque', sans-serif;
  font-weight:800;
  margin:0;
  letter-spacing:-0.01em;
  text-transform:uppercase;
}
h2, h3{ letter-spacing:-0.005em; }
.chapter h2{ letter-spacing:-0.02em; }

/* ---------- CURSOR GLOW (follows pointer on dark sections) ---------- */
.cursor-glow{
  position:fixed; top:0; left:0; width:520px; height:520px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,224,0,0.10) 0%, rgba(255,49,49,0.05) 45%, transparent 72%);
  pointer-events:none; z-index:1; will-change:transform; opacity:0;
  transition:opacity .4s ease;
  mix-blend-mode:screen;
}
.cursor-glow.show{ opacity:1; }

/* ---------- HOVER: HEADINGS GLOW ---------- */
.feature-text h3, .navcard h3, .duty-list .row .t{
  transition:color .3s ease;
}
.feature-text:hover h3{ color:var(--volt); }
.duty-list .row:hover .t{ color:var(--volt); }
.duty-list .row{ transition:padding-left .3s ease; cursor:default; }
.duty-list .row:hover{ padding-left:8px; }

/* ---------- HOVER: LINKS UNDERLINE SWEEP ---------- */
.foot-grid a.val{ position:relative; transition:color .3s ease; }
.foot-grid a.val::after{
  content:""; position:absolute; left:0; bottom:-3px; width:0; height:1px; background:var(--volt);
  transition:width .35s cubic-bezier(.16,.8,.3,1);
}
.foot-grid a.val:hover::after{ width:100%; }
.foot-pages a{ transition:color .3s ease, letter-spacing .3s ease; }
.foot-pages a:hover{ letter-spacing:0.04em; }
a{color:inherit;}
img{display:block; max-width:100%;}
.wrap{max-width:1320px; margin:0 auto; padding:0 32px;}
@media(max-width:640px){ .wrap{padding:0 20px;} }
.kicker{ font-size:12px; text-transform:uppercase; letter-spacing:0.16em; color:var(--volt); font-weight:700; margin-bottom:16px; }
.kicker.on-paper{ color:var(--court); }
.pagehead{ padding:170px 0 60px; }
.pagehead h1{ font-size:clamp(2.6rem, 7vw, 5.4rem); line-height:0.94; color:#fff; }
.pagehead p{ margin-top:20px; max-width:560px; color:#b8b7ac; font-size:16px; }
body.on-paper-body{ background:var(--paper); color:var(--ink); }
body.on-paper-body .pagehead h1{ color:var(--ink); }
body.on-paper-body .pagehead p{ color:var(--paper-mute); }

/* ---------- NAV ---------- */
header.nav{
  position:fixed; top:0; left:0; right:0; z-index:200;
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 32px;
  background:rgba(8,9,10,0.88);
  border-bottom:1px solid rgba(255,255,255,0.06);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.nav .mark{ font-family:'Bricolage Grotesque'; font-weight:800; font-size:16px; letter-spacing:0.01em; color:#fff; text-decoration:none;}
.nav nav{ display:flex; gap:30px; align-items:center;}
.nav nav a{ font-size:13.5px; text-transform:uppercase; letter-spacing:0.1em; color:#fff; text-decoration:none; font-weight:800; padding:6px 2px; border-bottom:2px solid transparent; transition:color .3s ease, border-color .3s ease; }
.nav nav a:hover{ color:var(--volt); border-bottom-color:var(--volt); }
.nav nav a.active{ color:var(--volt); border-bottom-color:var(--volt); }
.nav-toggle{ display:none; background:none; border:none; color:#fff; font-size:22px; cursor:pointer; z-index:210;}
@media(max-width:820px){
  .nav nav{ display:none; }
  .nav-toggle{ display:block; }
  header.nav.open nav{
    display:flex; flex-direction:column; position:fixed; inset:0; background:var(--ink);
    justify-content:center; align-items:flex-start; padding:32px; gap:22px; mix-blend-mode:normal;
  }
  header.nav.open nav a{ font-size:22px; }
}

/* ---------- HERO ---------- */
.hero{ position:relative; height:100vh; height:100svh; min-height:680px; overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end; padding-top:96px;}
.hero img.bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero .scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,11,13,0.1) 0%, rgba(10,11,13,0.28) 50%, rgba(10,11,13,0.97) 100%);}
.hero-content{ position:relative; z-index:2; padding:0 32px 40px; }
.hero-eyebrow{ font-size:13px; text-transform:uppercase; letter-spacing:0.18em; font-weight:700; color:var(--volt); margin-bottom:16px; }
.hero h1{ font-size:clamp(2.6rem, min(13.5vw, 15vh), 10.5rem); line-height:0.84; color:#fff; margin:0 0 22px -4px; font-weight:900; letter-spacing:-0.03em; }
.hero-sub{ max-width:540px; font-size:17px; color:#dedcd0; margin-bottom:30px; }
.hero-stats{ display:flex; gap:38px; flex-wrap:wrap; border-top:1px solid var(--line); padding-top:22px; }
.hero-stats div{ font-size:12px; text-transform:uppercase; letter-spacing:0.08em; color:#a9a89f; }
.hero-stats b{ display:block; font-family:'Bricolage Grotesque'; font-weight:800; font-size:28px; color:var(--volt); letter-spacing:0; text-transform:none; margin-bottom:3px;}
@media(max-height:820px){
  .hero{ padding-top:84px; }
  .hero-eyebrow{ margin-bottom:10px; }
  .hero h1{ margin-bottom:14px; }
  .hero-sub{ font-size:15px; margin-bottom:18px; }
  .hero-stats{ gap:26px; padding-top:14px; }
  .hero-stats b{ font-size:22px; margin-bottom:1px; }
  .hero-stats div{ font-size:10.5px; }
}
@media(max-height:680px){
  .hero-sub{ display:none; }
}
.scroll-cue{ position:absolute; right:32px; bottom:32px; z-index:2; writing-mode:vertical-rl; color:#cfcec4; font-size:11px; letter-spacing:0.18em; text-transform:uppercase; display:flex; align-items:center; gap:8px;}
.scroll-cue::after{ content:""; width:1px; height:44px; background:var(--volt); display:block; }
@media(max-width:640px){ .scroll-cue{display:none;} }

/* ---------- SECTIONS GENERIC ---------- */
section{ position:relative; }
.sec-dark{ background:var(--ink); padding:110px 0; }
.sec-paper{ background:var(--paper); color:var(--ink); padding:110px 0; }
.sec-soft{ background:var(--ink-soft); padding:80px 0; }
.head-block{ max-width:660px; margin-bottom:50px; }
.head-block h2{ font-size:clamp(2rem, 4.4vw, 3.2rem); line-height:1.04; }
.sec-dark .head-block h2, .sec-soft .head-block h2{ color:#fff; }
.sec-paper .head-block h2{ color:var(--ink); }
.head-block p{ margin-top:16px; font-size:16px; max-width:540px; }
.sec-dark .head-block p, .sec-soft .head-block p{ color:#aaa99e; }
.sec-paper .head-block p{ color:var(--paper-mute); }

/* ---------- MOMENTS / PHOTO STRIP ---------- */
.strip{ display:flex; gap:20px; overflow-x:auto; padding:0 32px 16px; scroll-snap-type:x proximity; -webkit-overflow-scrolling:touch;}
.strip::-webkit-scrollbar{ height:5px; }
.strip::-webkit-scrollbar-thumb{ background:var(--line); border-radius:4px; }
.card{ flex:0 0 auto; width:260px; scroll-snap-align:start; }
.card .ph{ width:260px; height:340px; border-radius:3px; overflow:hidden; background:#1a1c1f; }
.card .ph img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.card:hover .ph img{ transform:scale(1.04); }
.card .cap{ margin-top:12px; font-size:13.5px; color:#c9c8bd; line-height:1.4; }
.card .cap b{ color:#fff; display:block; font-weight:600; margin-bottom:2px; }
.sec-paper .card .cap{ color:var(--paper-mute); }
.sec-paper .card .cap b{ color:var(--ink); }

/* ---------- BIG PHOTO CASCADE (home) — narrow tall cells, safe for any source aspect ---------- */
.cascade{ display:grid; grid-template-columns:repeat(6, 1fr); gap:16px; padding:0 32px; }
.cascade .ph{ border-radius:3px; overflow:hidden; grid-column:span 2; height:600px; }
.cascade .ph img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.cascade .ph:hover img{ transform:scale(1.03); }
.cascade-3 .ph{ height:74vh; max-height:660px; min-height:400px; }
@media(max-width:900px){
  .cascade{ grid-template-columns:repeat(2,1fr); }
  .cascade .ph{ grid-column:span 1; height:380px !important; }
  .cascade-3{ grid-template-columns:1fr; }
  .cascade-3 .ph{ grid-column:span 1; height:56vh !important; }
}

/* ---------- NUMBERS GRID ---------- */
.num-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:1px; background:var(--line-dark); border:1px solid var(--line-dark); }
.sec-dark .num-grid, .sec-soft .num-grid{ background:var(--line); border-color:var(--line); }
.num-cell{ background:var(--paper); padding:32px 24px; transition:background .35s ease, transform .35s ease; }
.sec-dark .num-cell, .sec-soft .num-cell{ background:var(--ink-soft); }
.num-cell:hover{ background:var(--volt); transform:translateY(-4px); }
.num-cell:hover b, .num-cell:hover span{ color:var(--ink) !important; }
.num-cell b{ display:block; font-family:'Bricolage Grotesque'; font-weight:800; font-size:clamp(2.1rem,4vw,2.9rem); line-height:1; color:var(--ink); transform:scale(0.7); transition:transform .6s cubic-bezier(.34,1.56,.64,1); }
.reveal-stagger.in .num-cell b{ transform:scale(1); }
.sec-dark .num-cell b, .sec-soft .num-cell b{ color:#fff; }
.num-cell span{ display:block; margin-top:11px; font-size:12.5px; text-transform:uppercase; letter-spacing:0.06em; color:var(--paper-mute); }
.sec-dark .num-cell span, .sec-soft .num-cell span{ color:#8f8e86; }
@media(max-width:760px){ .num-grid{ grid-template-columns:repeat(2,1fr); } }

/* ---------- RESULTS LEDGER ---------- */
.ledger-inner{ display:grid; grid-template-columns: 1.05fr 1fr; gap:60px; align-items:start; }
@media(max-width:900px){ .ledger-inner{ grid-template-columns:1fr; } }
.ledger-photo{ position:sticky; top:110px; }
.ledger-photo .ph{ border-radius:3px; overflow:hidden; height:560px; }
.ledger-photo .ph img{ width:100%; height:100%; object-fit:cover; }
.ledger-photo .tag{ margin-top:14px; font-size:12.5px; color:var(--paper-mute); text-transform:uppercase; letter-spacing:0.06em; }
@media(max-width:900px){ .ledger-photo{ position:static; margin-bottom:30px; } .ledger-photo .ph{ height:320px; } }
table.results{ width:100%; border-collapse:collapse; }
table.results th{ text-align:left; font-size:11.5px; text-transform:uppercase; letter-spacing:0.08em; color:var(--paper-mute); padding:0 0 10px; border-bottom:2px solid var(--ink); font-weight:600;}
table.results td{ padding:16px 6px; border-bottom:1px solid var(--line-dark); font-size:14.5px; vertical-align:top; }
table.results tr:last-child td{ border-bottom:none; }
.medal{ font-weight:700; }
.medal.gold{ color:#8a6a00; }
.medal.silver{ color:#5c5c58; }
.medal.bronze{ color:#7a431a; }
table.results td.yr{ color:var(--paper-mute); text-align:right; white-space:nowrap; }

/* ---------- GALLERY GRID (masonry — natural aspect ratio, no forced cropping) ---------- */
.gal{ column-count:3; column-gap:16px; padding:0 32px; }
.gal .ph{ border-radius:3px; overflow:hidden; break-inside:avoid; margin-bottom:16px; height:auto; }
.gal .ph img{ width:100%; height:auto; display:block; object-fit:initial; transition:transform .6s cubic-bezier(.16,.8,.3,1), filter .4s ease; }
.gal .ph{ position:relative; }
.gal .ph:hover img{ transform:scale(1.05); filter:brightness(1.06); }

/* Even-tile variant: uniform cropped grid, no ragged masonry gaps */
.gal.gal-even{ column-count:unset; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.gal.gal-even .ph{ margin-bottom:0; aspect-ratio:1/1; }
.gal.gal-even .ph img{ height:100%; object-fit:cover; }
@media(max-width:900px){ .gal.gal-even{ grid-template-columns:repeat(2,1fr); } }
.gal.two{ column-count:2; }
@media(max-width:760px){ .gal, .gal.two{ column-count:2; } }
@media(max-width:520px){ .gal, .gal.two{ column-count:1; } }

/* ---------- WORLD MAP ---------- */
.worldmap-wrap{ padding:0 20px; }
.worldmap{ position:relative; width:100%; aspect-ratio:784.077/458.627; background:var(--ink-soft); border:1px solid var(--line); border-radius:4px; overflow:hidden; min-height:420px; cursor:zoom-in; }
@media(min-width:1000px){ .worldmap{ min-height:560px; } }
.worldmap-inner{ position:absolute; inset:0; transition:transform .5s cubic-bezier(.16,.8,.3,1); transform-origin:var(--mx,50%) var(--my,50%); }
.worldmap:hover .worldmap-inner{ transform:scale(1.6); }
.worldmap img.map-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.pin{ position:absolute; width:10px; height:10px; margin:-5px 0 0 -5px; }
.pin i{ position:absolute; inset:0; background:var(--volt); border-radius:50%; box-shadow:0 0 0 5px rgba(255,224,0,0.22); animation:pulse 2.2s ease-in-out infinite; }
.pin.home i{ background:var(--red); box-shadow:0 0 0 5px rgba(255,49,49,0.25); }
@keyframes pulse{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.3); } }
.pin .lbl{ position:absolute; left:14px; top:-6px; white-space:nowrap; font-size:11.5px; font-weight:700; color:#fff; background:rgba(10,11,13,0.85); padding:4px 9px; border-radius:2px; border:1px solid var(--line); }
.pin .lbl small{ display:block; color:#9a998f; font-weight:400; font-size:9.5px; letter-spacing:0.04em; margin-top:2px;}
.map-legend{ display:flex; flex-wrap:wrap; gap:10px 24px; margin-top:26px; }
.legend-item{ font-size:13px; color:#b6b5a9; display:flex; gap:8px; align-items:center; }
.legend-item i{ width:10px; height:10px; border-radius:50%; display:inline-block; flex-shrink:0; }
.legend-item i.dot-red{ background:var(--red); }
.legend-item i.dot-yellow{ background:var(--volt); }
.legend-item i.dot-dim{ background:#5c521a; border:1px solid #8a7a2a; }

/* ---------- BAND (full bleed statement) ---------- */
.band{ position:relative; height:74vh; min-height:500px; display:flex; align-items:center; overflow:hidden; }
.band img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.band .scrim{ position:absolute; inset:0; background:linear-gradient(90deg, rgba(10,11,13,0.94) 22%, rgba(10,11,13,0.35) 78%); }
.band-content{ position:relative; z-index:2; max-width:660px; padding:0 32px; }
.band-content h2{ font-size:clamp(2.3rem, 5.4vw, 3.7rem); color:#fff; line-height:1.04; margin-top:16px; }
.band-content p{ margin-top:22px; color:#d6d5ca; font-size:16.5px; max-width:500px; }

/* ---------- TWO COL FEATURE ---------- */
.feature{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; padding:0 32px; }
@media(max-width:900px){ .feature{ grid-template-columns:1fr; gap:32px; } .feature .ph{ height:78vw; max-height:420px; } }
.feature .ph{ border-radius:3px; overflow:hidden; height:520px; }
.feature .ph img{ width:100%; height:100%; object-fit:cover; }
.feature.reverse{ direction:rtl; }
.feature.reverse > *{ direction:ltr; }
.feature-text h3{ font-size:clamp(1.5rem,3vw,2.1rem); }
.sec-dark .feature-text h3, .sec-soft .feature-text h3{ color:#fff; }
.sec-paper .feature-text h3{ color:var(--ink); }
.feature-text p{ margin-top:16px; font-size:15.5px; }
.sec-dark .feature-text p, .sec-soft .feature-text p{ color:#aaa99e; }
.sec-paper .feature-text p{ color:var(--paper-mute); }
.chiplist{ display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.chip{ font-size:12.5px; font-weight:600; padding:8px 14px; border-radius:20px; border:1px solid var(--line); color:#d7d6cb; transition:all .3s ease; display:inline-block;}
.sec-paper .chip{ border-color:var(--line-dark); color:var(--ink); }
.chip:hover{ background:var(--volt); border-color:var(--volt); color:var(--ink) !important; transform:translateY(-2px); }
.chip.volt{ background:var(--volt); color:var(--ink); border-color:var(--volt); }
.chip.volt:hover{ background:var(--red); border-color:var(--red); color:#fff !important; }

/* ---------- DUTY LIST ---------- */
.duty-list{ margin-top:26px; display:flex; flex-direction:column; }
.duty-list .row{ display:flex; justify-content:space-between; gap:16px; padding:16px 0; border-top:1px solid var(--line); }
.sec-paper .duty-list .row{ border-top-color:var(--line-dark); }
.duty-list .row:last-child{ border-bottom:1px solid var(--line); }
.sec-paper .duty-list .row:last-child{ border-bottom-color:var(--line-dark); }
.duty-list .row .t{ font-weight:600; font-size:14.5px; }
.sec-dark .duty-list .row .t, .sec-soft .duty-list .row .t{ color:#fff; }
.sec-paper .duty-list .row .t{ color:var(--ink); }
.duty-list .row .d{ font-size:13.5px; text-align:right; max-width:260px; }
.sec-dark .duty-list .row .d, .sec-soft .duty-list .row .d{ color:#8f8e86; }
.sec-paper .duty-list .row .d{ color:var(--paper-mute); }

/* ---------- PARTNERS ---------- */
.partners-row{ display:flex; flex-wrap:wrap; gap:14px; margin-top:8px; }
.wordmark{ font-family:'Bricolage Grotesque'; font-weight:700; font-size:15px; color:#d9d8cd; border:1px solid var(--line); padding:12px 20px; border-radius:2px; transition:all .3s ease; display:inline-block; }
.wordmark:hover{ border-color:var(--volt); color:var(--volt); transform:translateY(-2px); }
.wordmark.open{ color:var(--volt); border-color:var(--volt); }

/* ---------- QUOTE ---------- */
.quote{ max-width:820px; }
.quote p{ font-family:'Bricolage Grotesque'; font-weight:600; font-size:clamp(1.5rem,3.4vw,2.3rem); line-height:1.34; letter-spacing:0.01em; }
.quote cite{ display:block; margin-top:20px; font-style:normal; font-size:13px; text-transform:uppercase; letter-spacing:0.1em; color:var(--mute); }

.intro-quote-sec{ min-height:100vh; display:flex; align-items:center; padding:100px 0; }
.intro-quote{ max-width:1100px; }
.intro-quote p{ font-size:clamp(2.2rem,6vw,4.2rem); line-height:1.18; font-weight:800; letter-spacing:-0.01em; }
.intro-quote p span{ color:var(--volt); }
.intro-quote cite{ margin-top:34px; font-size:14px; letter-spacing:0.08em; }

/* ---------- PRESS CARDS ---------- */
.press-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; padding:0 32px; }
.press-card{ border:1px solid var(--line-dark); border-radius:4px; overflow:hidden; background:#fff; }
.press-card .ph{ height:280px; overflow:hidden; }
.press-card .ph img{ width:100%; height:100%; object-fit:cover; object-position:top; }
.press-card .cap{ padding:14px 16px; font-size:13px; color:var(--paper-mute); }
@media(max-width:760px){ .press-grid{ grid-template-columns:1fr; } }

/* ---------- NAV CARDS (home links to sections) ---------- */
.navcards{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.navcard{ background:var(--ink); padding:60px 32px; text-decoration:none; display:block; transition:background .3s ease;}
.navcard:hover{ background:var(--ink-soft); }
.navcard .n{ font-family:'Bricolage Grotesque'; font-size:12px; color:var(--volt); letter-spacing:0.1em; text-transform:uppercase; margin-bottom:14px;}
.navcard h3{ font-size:1.8rem; color:#fff; }
.navcard p{ margin-top:12px; color:#9a998f; font-size:14px; }
.navcard .arrow{ margin-top:24px; font-size:22px; color:var(--volt); }
@media(max-width:900px){ .navcards{ grid-template-columns:1fr; } }

/* ---------- FOOTER ---------- */
footer{ background:var(--ink); padding:110px 0 40px; }
.contact-top{ display:flex; justify-content:space-between; align-items:flex-end; gap:40px; flex-wrap:wrap; border-bottom:1px solid var(--line); padding-bottom:50px; margin-bottom:36px;}
.contact-top h2{ font-size:clamp(2.1rem,6vw,4.2rem); color:#fff; max-width:620px; line-height:1.02; }
.contact-cta{ display:inline-flex; align-items:center; gap:10px; background:var(--volt); color:var(--ink); font-weight:700; font-size:14.5px; padding:17px 28px; border-radius:2px; text-decoration:none; font-family:'Bricolage Grotesque'; white-space:nowrap; transition:background .3s ease, color .3s ease, transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;}
.contact-cta:hover{ background:var(--red); color:#fff; transform:scale(1.06) translateY(-2px); box-shadow:0 10px 30px rgba(255,49,49,0.35); }

/* ---------- MARQUEE TICKER ---------- */
.ticker{ background:var(--volt); overflow:hidden; padding:16px 0; white-space:nowrap; border-top:2px solid var(--ink); border-bottom:2px solid var(--ink); }
.ticker-track{ display:inline-flex; animation:ticker-scroll 26s linear infinite; }
.ticker-track span{ font-family:'Bricolage Grotesque'; font-weight:800; font-size:20px; color:var(--ink); padding:0 26px; display:inline-flex; align-items:center; gap:26px; }
.ticker-track span::after{ content:"\2726"; font-size:14px; color:var(--red); }
@keyframes ticker-scroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.ticker:hover .ticker-track{ animation-play-state:paused; }

/* ---------- CURSOR SPOTLIGHT ---------- */
.spotlight{ position:absolute; inset:0; pointer-events:none; z-index:1; opacity:0; transition:opacity .5s ease;
  background:radial-gradient(480px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,0.20), rgba(255,224,0,0.14) 45%, transparent 72%); }
.hero:hover .spotlight, .band:hover .spotlight{ opacity:1; }

.chapter h2{ transition:color .4s ease, text-shadow .4s ease; cursor:default; }
.chapter h2:hover{ color:var(--volt); text-shadow:0 0 40px rgba(255,224,0,0.35); }
.foot-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:30px; }
@media(max-width:760px){ .foot-grid{ grid-template-columns:repeat(2,1fr);} }
.foot-grid .lbl{ font-size:11.5px; text-transform:uppercase; letter-spacing:0.08em; color:#77766d; margin-bottom:8px; }
.foot-grid .val{ font-size:14.5px; color:#e8e7dd; text-decoration:none; }
.foot-grid a.val:hover{ color:var(--volt); }
.foot-bottom{ margin-top:60px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:14px; color:#68675f; font-size:12.5px; }
.foot-pages{ display:flex; gap:20px; margin-top:8px;}
.foot-pages a{ font-size:12.5px; color:#9a998f; text-decoration:none; }
.foot-pages a:hover{ color:var(--volt); }

/* ---------- SCROLL TRACK EXPERIENCE ---------- */
.track{ position:relative; height:400vh; background:var(--ink); }
.track-pin{ position:sticky; top:0; height:100vh; overflow:hidden; display:flex; flex-direction:column; justify-content:center; }
.track-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:45% 30%; filter:grayscale(0.35) contrast(1.15); opacity:0.62; }
.track-scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,11,13,0.75) 0%, rgba(10,11,13,0.4) 40%, rgba(10,11,13,0.9) 100%); }
.track-bigtext{
  position:absolute; left:0; white-space:nowrap; z-index:1;
  font-family:'Bricolage Grotesque'; font-weight:900; font-size:clamp(3.5rem,13vw,11rem);
  color:transparent; -webkit-text-stroke:1.5px rgba(255,224,0,0.5); letter-spacing:-0.02em;
  top:50%; transform:translateY(-50%);
}
.track-readout{
  position:relative; z-index:2; display:flex; justify-content:center; gap:64px; flex-wrap:wrap;
  padding:0 32px; margin-bottom:40px;
}
.track-stat{ text-align:center; }
.track-label{ display:block; font-size:12px; letter-spacing:0.14em; color:var(--volt); margin-bottom:10px; font-weight:700; }
.track-num{ display:block; font-family:'Bricolage Grotesque'; font-weight:800; font-size:clamp(2rem,5.5vw,3.6rem); color:#fff; font-variant-numeric:tabular-nums; letter-spacing:0; }
.track-country{ display:block; margin-top:8px; font-size:14px; font-weight:700; color:var(--volt); letter-spacing:0.04em; min-height:1.4em; }
.track-quote{ position:relative; z-index:2; text-align:center; padding:0 24px; }
.track-quote span{ font-family:'Bricolage Grotesque'; font-weight:700; font-size:clamp(1.3rem,3vw,2rem); color:#fff; line-height:1.25; }
.track-quote cite{ display:block; margin-top:16px; font-style:normal; font-size:12.5px; letter-spacing:0.1em; color:var(--mute); }
.track-progress{ position:absolute; left:0; right:0; bottom:0; height:4px; background:rgba(255,255,255,0.1); z-index:3; }
.track-progress i{ display:block; height:100%; background:var(--red); transition:width .05s linear; }
@media(max-width:760px){ .track-readout{ gap:34px; } }

/* ---------- SCROLL JOURNEY EXPERIENCE ---------- */
.journey{ position:relative; height:700vh; background:var(--ink); transition:background-color .6s ease; }
.journey-pin{ position:sticky; top:0; height:100vh; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.journey-kicker{
  position:absolute; top:40px; left:32px; z-index:5;
  font-family:'Bricolage Grotesque'; font-weight:700; font-size:13px; letter-spacing:0.14em; color:var(--volt);
}
.journey-kicker span{ color:#fff; }
.journey-chapter{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:0 32px; opacity:0; transform:translateY(60px) scale(0.96);
  transition:opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1);
  pointer-events:none; overflow:hidden;
}
.journey-bg{
  position:absolute; inset:-2%; width:104%; height:104%; object-fit:cover; z-index:0;
  filter:grayscale(0.15) brightness(0.82) contrast(1.08) saturate(1.15);
  transform:scale(1.04); opacity:0; transition:opacity 1s ease .1s;
}
.journey-chapter.active .journey-bg{ opacity:1; }
.journey-chapter::before{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none; opacity:0.5; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size:180px 180px;
}
.journey-chapter::after{
  content:""; position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(180deg, rgba(10,11,13,0.4) 0%, rgba(10,11,13,0.1) 22%, rgba(10,11,13,0.2) 40%, rgba(10,11,13,0.72) 58%, rgba(10,11,13,0.92) 100%),
    radial-gradient(ellipse 70% 55% at 50% 68%, rgba(10,11,13,0.55) 0%, transparent 72%);
}
.journey-chapter > *:not(.journey-bg){ position:relative; z-index:2; }
.journey-num{ text-shadow:0 4px 30px rgba(0,0,0,0.5); }
.journey-chapter h3{ text-shadow:0 8px 50px rgba(0,0,0,0.85), 0 2px 14px rgba(0,0,0,0.9); }
.journey-chapter p{ text-shadow:0 2px 16px rgba(0,0,0,0.9); }
.journey-chapter.active{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.journey-num{
  font-family:'Bricolage Grotesque'; font-weight:900; font-size:clamp(4rem,14vw,11rem); line-height:0.85;
  color:transparent; -webkit-text-stroke:2px rgba(255,255,255,0.34); letter-spacing:-0.02em; margin-bottom:6px;
}
.journey-chapter h3{ font-size:clamp(2.2rem,7vw,5rem); line-height:0.95; color:#fff; margin-top:10px; }
.journey-chapter p{ margin-top:22px; max-width:480px; font-size:16px; color:#c9c8bd; }
.journey-finale .journey-num{ -webkit-text-stroke:2px rgba(255,49,49,0.6); }
.journey-finale h3{ font-size:clamp(3.2rem,11vw,8.5rem); color:var(--volt); text-shadow:0 0 60px rgba(255,224,0,0.6), 0 8px 40px rgba(0,0,0,0.9); }
.journey-rail{
  position:absolute; right:28px; top:50%; transform:translateY(-50%); z-index:5;
  display:flex; align-items:center; gap:14px;
}
.journey-dots{ display:flex; flex-direction:column; gap:22px; position:relative; z-index:2; }
.journey-dots span{
  font-size:11px; font-weight:700; letter-spacing:0.06em; color:#5a5950; position:relative; padding-left:20px;
  transition:color .4s ease;
}
.journey-dots span::before{
  content:""; position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:8px; height:8px; border-radius:50%; background:#3a3934; transition:background .4s ease, box-shadow .4s ease;
}
.journey-dots span.active{ color:#fff; }
.journey-dots span.active::before{ background:var(--volt); box-shadow:0 0 0 4px rgba(255,224,0,0.22); }
.journey-rail-fill{ display:none; }
@media(max-width:760px){
  .journey-rail{ right:14px; }
  .journey-dots span{ font-size:9px; }
  .journey-kicker{ left:20px; top:24px; }
}

/* ---------- SCROLL RALLY EXPERIENCE ---------- */
.rally{ position:relative; height:600vh; background:#0d0f08; }
.rally-pin{ position:sticky; top:0; height:100vh; overflow:hidden; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.rally-bigtext{
  position:absolute; left:0; top:12%; white-space:nowrap; z-index:0;
  font-family:'Bricolage Grotesque'; font-weight:900; font-size:clamp(3rem,11vw,9rem);
  color:transparent; -webkit-text-stroke:1.5px rgba(255,224,0,0.14); letter-spacing:-0.02em;
}
.rally-kicker{
  position:relative; z-index:2; font-family:'Bricolage Grotesque'; font-weight:700; font-size:13px;
  letter-spacing:0.14em; color:var(--volt); margin-bottom:18px;
}
.rally-score{
  position:relative; z-index:2; display:flex; align-items:center; gap:16px; margin-bottom:36px;
  font-family:'Bricolage Grotesque'; font-weight:800; font-size:clamp(2.6rem,6vw,4rem); color:#fff;
}
.rally-score i{ font-style:normal; color:var(--red); }
.rally-score small{ display:block; width:100%; text-align:center; font-size:11px; letter-spacing:0.1em; color:#8f8e86; margin-top:6px; font-family:'Work Sans'; font-weight:600; }
.rally-court{
  position:relative; z-index:2; width:min(680px, 82vw); height:210px; background:#173a1f;
  border:3px solid rgba(255,255,255,0.75); border-radius:6px; overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,0.5);
}
.rally-net{ position:absolute; left:50%; top:0; bottom:0; width:0; border-left:4px dashed rgba(255,255,255,0.85); transform:translateX(-50%); z-index:2; }
.rally-kitchen{ position:absolute; top:0; bottom:0; width:16%; background:rgba(255,255,255,0.07); }
.rally-kitchen.k-left{ left:34%; border-right:1px solid rgba(255,255,255,0.25); }
.rally-kitchen.k-right{ left:50%; border-left:1px solid rgba(255,255,255,0.25); }
.rally-centerline{ position:absolute; top:50%; height:0; border-top:2px solid rgba(255,255,255,0.4); }
.rally-centerline.cl-left{ left:0; width:34%; }
.rally-centerline.cl-right{ left:66%; width:34%; }
.rally-ball{
  position:absolute; width:18px; height:18px; border-radius:50%; background:var(--volt);
  box-shadow:0 0 0 5px rgba(255,224,0,0.18), 0 6px 14px rgba(0,0,0,0.4);
  left:15%; top:55%; margin:-9px 0 0 -9px; transition:none; z-index:5;
}
.rally-player{
  position:absolute; left:9%; top:55%; width:40px; height:64px; margin:-50px 0 0 -20px; z-index:4;
  pointer-events:none; transform-origin:50% 92%; transition:transform .18s ease;
}
.rally-player .rp-head{
  position:absolute; left:50%; top:0; width:15px; height:15px; border-radius:50%;
  background:var(--volt); transform:translateX(-50%);
}
.rally-player .rp-body{
  position:absolute; left:50%; top:14px; width:19px; height:32px; border-radius:9px;
  background:linear-gradient(160deg,#2a2d22,#0a0b0d); border:2px solid var(--volt); transform:translateX(-50%);
}
.rally-player .rp-paddle{
  position:absolute; right:-9px; top:12px; width:17px; height:26px; border-radius:8px 8px 6px 6px;
  background:linear-gradient(150deg,#1d2016,#0a0b0d); border:2px solid var(--volt);
  transform:rotate(24deg); box-shadow:0 4px 10px rgba(0,0,0,0.4);
}
.rally-player.hit{ transform:rotate(-14deg) scale(1.08); }
@media(max-width:760px){ .rally-player{ width:30px; height:48px; margin-top:-38px; margin-left:-15px; } }
.rally-shot{
  position:relative; z-index:2; margin-top:34px; font-family:'Bricolage Grotesque'; font-weight:800;
  font-size:clamp(1.1rem,2.6vw,1.8rem); color:#fff; letter-spacing:0.01em; min-height:1.2em;
  max-width:90vw; text-align:center; padding:0 20px;
}
.rally-progress{ position:absolute; left:0; right:0; bottom:0; height:4px; background:rgba(255,255,255,0.08); z-index:3; }
.rally-progress i{ display:block; height:100%; background:var(--volt); transition:width .05s linear; }
@media(max-width:760px){ .rally-court{ height:150px; } }
.chapter{ background:var(--ink); padding:60px 0; border-top:1px solid var(--line); min-height:100vh; display:flex; align-items:center; position:relative; overflow:hidden; }
.chapter .n{ font-family:'Bricolage Grotesque'; font-size:14px; color:var(--volt); letter-spacing:0.14em; margin-bottom:18px;}
.chapter h2{ font-size:clamp(3.2rem, 11vw, 8.5rem); line-height:0.88; color:#fff; }
.chapter p{ margin-top:20px; max-width:560px; color:#a9a89f; font-size:17px; }
.chapter::after{
  content:""; position:absolute; right:-10%; bottom:-30%; width:60%; aspect-ratio:1;
  background:radial-gradient(circle, rgba(255,224,0,0.10) 0%, transparent 70%);
  pointer-events:none;
}

/* ---------- SCROLL REVEAL ANIMATIONS ---------- */
.reveal{ opacity:0; transform:translateY(46px); transition:opacity .8s cubic-bezier(.16,.8,.3,1), transform .8s cubic-bezier(.16,.8,.3,1); }
.reveal.in{ opacity:1; transform:translateY(0); }
.reveal-scale{ opacity:0; transform:scale(0.92); transition:opacity .9s ease, transform .9s cubic-bezier(.16,.8,.3,1); }
.reveal-scale.in{ opacity:1; transform:scale(1); }
.reveal-stagger > *{ opacity:0; transform:translateY(36px); transition:opacity .7s ease, transform .7s cubic-bezier(.16,.8,.3,1); }
.reveal-stagger.in > *{ opacity:1; transform:translateY(0); }
.reveal-stagger.in > *:nth-child(1){ transition-delay:.03s; }
.reveal-stagger.in > *:nth-child(2){ transition-delay:.09s; }
.reveal-stagger.in > *:nth-child(3){ transition-delay:.15s; }
.reveal-stagger.in > *:nth-child(4){ transition-delay:.21s; }
.reveal-stagger.in > *:nth-child(5){ transition-delay:.27s; }
.reveal-stagger.in > *:nth-child(6){ transition-delay:.33s; }
.reveal-stagger.in > *:nth-child(n+7){ transition-delay:.36s; }

::-webkit-scrollbar{ width:10px; }
::-webkit-scrollbar-track{ background:var(--ink); }
::-webkit-scrollbar-thumb{ background:#2a2c30; border-radius:6px; }


::selection{ background:var(--volt); color:var(--ink); }

/* ================= ADMIN / CEO MODE ================= */
.admin-modal-overlay{
  position:fixed; inset:0; z-index:1000; background:rgba(6,7,8,0.85);
  display:flex; align-items:center; justify-content:center; backdrop-filter:blur(6px);
}
.admin-modal{
  background:#141619; border:1px solid rgba(255,255,255,0.12); border-radius:8px;
  padding:36px; width:min(360px, 88vw); text-align:center;
}
.admin-modal h3{ font-family:'Bricolage Grotesque'; font-weight:800; color:#fff; font-size:1.4rem; text-transform:uppercase; }
.admin-modal p{ color:#9a998f; font-size:13px; margin-top:10px; text-transform:uppercase; }
.admin-modal input{
  width:100%; margin-top:20px; padding:14px 16px; border-radius:4px; border:1px solid rgba(255,255,255,0.15);
  background:#0a0b0d; color:#fff; font-size:15px; text-align:center; letter-spacing:0.2em;
}
.admin-modal input:focus{ outline:none; border-color:var(--volt); }
.admin-login-error{ color:var(--red); font-size:12px; margin-top:10px; text-transform:uppercase; letter-spacing:0.05em; }
.admin-modal-actions{ display:flex; gap:10px; margin-top:22px; }
.admin-btn{
  font-family:'Bricolage Grotesque'; font-weight:700; font-size:12.5px; text-transform:uppercase;
  letter-spacing:0.05em; padding:11px 18px; border-radius:4px; border:none; cursor:pointer;
  transition:transform .2s ease, background .2s ease;
}
.admin-btn:hover{ transform:translateY(-1px); }
.admin-btn-primary{ background:var(--volt); color:var(--ink); flex:1; }
.admin-btn-ghost{ background:rgba(255,255,255,0.08); color:#fff; flex:1; }

.admin-toolbar{
  position:fixed; left:0; right:0; bottom:0; z-index:900;
  background:#0a0b0d; border-top:2px solid var(--volt);
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px;
  padding:12px 20px;
}
.admin-toolbar-label{
  font-family:'Bricolage Grotesque'; font-weight:700; font-size:11.5px; letter-spacing:0.06em;
  color:var(--volt); text-transform:uppercase;
}
.admin-toolbar-actions{ display:flex; gap:8px; flex-wrap:wrap; }
.admin-toolbar .admin-btn{ padding:9px 14px; font-size:11px; flex:none; }

body.admin-mode{ padding-bottom:64px; }
body.admin-mode [contenteditable="true"]{
  outline:1px dashed rgba(255,224,0,0.5); outline-offset:3px; cursor:text; border-radius:2px;
  transition:background .2s ease;
}
body.admin-mode [contenteditable="true"]:hover{ background:rgba(255,224,0,0.08); }
body.admin-mode [contenteditable="true"]:focus{ outline:2px solid var(--volt); background:rgba(255,224,0,0.12); }

.admin-img-wrap{ position:relative; }
.admin-img-controls{
  position:absolute; top:6px; right:6px; z-index:5; display:flex; gap:6px;
  opacity:0; transition:opacity .2s ease;
}
.admin-img-wrap:hover .admin-img-controls{ opacity:1; }
.admin-img-btn{
  width:30px; height:30px; border-radius:50%; border:none; cursor:pointer;
  background:rgba(10,11,13,0.85); color:#fff; font-size:14px; display:flex; align-items:center; justify-content:center;
}
.admin-img-btn:hover{ background:var(--volt); color:var(--ink); }
.admin-img-btn.danger:hover{ background:var(--red); color:#fff; }

.admin-add-row-btn{
  margin-top:14px; background:none; border:1px dashed rgba(255,255,255,0.3); color:#9a998f;
  padding:10px 16px; border-radius:4px; font-size:12px; text-transform:uppercase; letter-spacing:0.05em;
  cursor:pointer; font-family:'Work Sans'; font-weight:600;
}
.admin-add-row-btn:hover{ border-color:var(--volt); color:var(--volt); }
.admin-toast{
  position:fixed; bottom:80px; left:50%; transform:translateX(-50%); z-index:1001;
  background:var(--volt); color:var(--ink); padding:12px 22px; border-radius:4px;
  font-family:'Bricolage Grotesque'; font-weight:700; font-size:13px; text-transform:uppercase;
  opacity:0; pointer-events:none; transition:opacity .3s ease;
}
.admin-toast.show{ opacity:1; }

/* ================= CUSTOM CURSOR (site-wide polish) ================= */
@media(hover:hover) and (pointer:fine){
  body{ cursor:none; }
  .cursor-dot, .cursor-ring{
    position:fixed; top:0; left:0; z-index:2000; pointer-events:none;
    border-radius:50%; transform:translate(-50%,-50%);
    transition:opacity .2s ease;
  }
  .cursor-dot{ width:6px; height:6px; background:var(--volt); }
  .cursor-ring{
    width:38px; height:38px; border:1.5px solid rgba(255,224,0,0.55);
    transition:width .25s cubic-bezier(.16,.8,.3,1), height .25s cubic-bezier(.16,.8,.3,1),
               border-color .25s ease, background .25s ease, transform .12s linear;
  }
  .cursor-ring.hover{
    width:68px; height:68px; background:rgba(255,224,0,0.12); border-color:var(--volt);
  }
  .cursor-ring.text-hover{
    width:10px; height:10px; background:var(--red); border-color:var(--red);
  }
}

/* ================= MAGNETIC BUTTONS ================= */
.magnetic{ display:inline-block; will-change:transform; transition:transform .25s cubic-bezier(.16,.8,.3,1); }

/* ================= SPLIT-TEXT REVEAL ================= */
.split-line{ overflow:hidden; display:block; }
.split-line span{
  display:inline-block; transform:translateY(110%); opacity:0;
  transition:transform .8s cubic-bezier(.16,.8,.3,1), opacity .8s ease;
}
.split-line.in span{ transform:translateY(0); opacity:1; }

/* ================= PRELOADER ================= */
#preloader{
  position:fixed; inset:0; z-index:5000; background:var(--ink);
  display:flex; align-items:center; justify-content:center;
  transition:opacity .6s ease, visibility .6s ease;
}
#preloader.done{ opacity:0; visibility:hidden; pointer-events:none; }
.preloader-inner{ text-align:center; }
.preloader-name{
  font-family:'Bricolage Grotesque'; font-weight:800; color:#fff; font-size:clamp(1.4rem,4vw,2rem);
  letter-spacing:0.02em; text-transform:uppercase;
}
.preloader-tag{ margin-top:10px; color:var(--volt); font-size:12.5px; letter-spacing:0.14em; text-transform:uppercase; font-weight:700; }
.preloader-pct{
  margin-top:26px; font-family:'Bricolage Grotesque'; font-weight:900; font-size:clamp(2.6rem,7vw,4.5rem); color:#fff;
}
.preloader-bar{ width:min(240px,60vw); height:2px; background:rgba(255,255,255,0.12); margin:20px auto 0; }
.preloader-bar i{ display:block; height:100%; width:0%; background:var(--volt); }

/* ================= VITALS (tsitsipas.com-style athlete stat block) ================= */
.vitals{ background:var(--ink); padding:90px 0 0; position:relative; }
.vitals-sponsor{
  display:flex; align-items:center; justify-content:center; gap:10px; padding-bottom:50px;
}
.vitals-sponsor-lbl{ font-size:11.5px; letter-spacing:0.12em; text-transform:uppercase; color:#6f6e65; }
.vitals-sponsor-name{
  font-family:'Bricolage Grotesque'; font-weight:800; font-size:14px; color:var(--volt);
  text-transform:uppercase; letter-spacing:0.03em; transition:opacity .4s ease;
}
.vitals-inner{ text-align:center; }
.vitals-name{
  font-family:'Bricolage Grotesque'; font-weight:900; font-size:clamp(2.4rem,7vw,5.5rem);
  line-height:0.96; color:#fff; text-transform:uppercase;
}
.vitals-grid{
  margin:50px auto 0; max-width:900px; display:grid; grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line); border-left:1px solid var(--line);
}
.vitals-item{ border-right:1px solid var(--line); border-bottom:1px solid var(--line); padding:22px 16px; }
.vitals-k{ display:block; font-size:10.5px; letter-spacing:0.1em; text-transform:uppercase; color:#77766d; margin-bottom:8px; }
.vitals-v{ display:block; font-family:'Bricolage Grotesque'; font-weight:700; font-size:14px; color:#fff; text-transform:uppercase; }
.vitals-scroll{ margin:40px 0 0; font-size:11.5px; letter-spacing:0.1em; text-transform:uppercase; color:#6f6e65; padding-bottom:40px; }
@media(max-width:760px){
  .vitals-grid{ grid-template-columns:repeat(2,1fr); }
}

/* ================= CHAPTER SPLIT (bold On Court / Off Court diptych) ================= */
.chapter-split{ display:grid; grid-template-columns:1fr 1fr; }
.split-panel{
  position:relative; display:block; height:66vh; min-height:440px; overflow:hidden;
  text-decoration:none; background:#0a0b0d;
}
.split-panel:first-child{ border-right:1px solid var(--line); }
.split-panel img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter:grayscale(0.6) brightness(0.72); transform:scale(1.02);
  transition:transform 1s cubic-bezier(.16,.8,.3,1), filter .6s ease;
}
.split-panel:hover img{ transform:scale(1.08); filter:grayscale(0) brightness(0.82); }
.split-scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,11,13,0.05) 0%, rgba(10,11,13,0.35) 55%, rgba(10,11,13,0.92) 100%); }
.split-content{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:8vw 40px 48px; }
.split-no{ font-family:'Bricolage Grotesque'; font-weight:800; font-size:12.5px; letter-spacing:0.16em; color:var(--volt); }
.split-content h3{ font-size:clamp(2.2rem, 5.4vw, 4rem); color:#fff; margin-top:12px; line-height:0.95; }
.split-content p{ margin-top:16px; max-width:340px; color:#d8d7cb; font-size:13.5px; line-height:1.55; }
.split-link{
  display:inline-block; margin-top:22px; color:var(--volt); font-weight:700; font-size:12.5px;
  text-transform:uppercase; letter-spacing:0.05em; border-bottom:1px solid transparent;
  transition:border-color .3s ease;
}
.split-panel:hover .split-link{ border-color:var(--volt); }
@media(max-width:760px){
  .chapter-split{ grid-template-columns:1fr; }
  .split-panel{ height:56vh; min-height:380px; }
  .split-panel:first-child{ border-right:none; border-bottom:1px solid var(--line); }
}

/* ================= HIGHLIGHT MOMENTS CAROUSEL (iventions.com-style) ================= */
.hlcarousel{ position:relative; height:88vh; min-height:560px; overflow:hidden; background:var(--ink); }
.hlcarousel-slides{ position:relative; width:100%; height:100%; }
.hlc-slide{
  position:absolute; inset:0; opacity:0; transition:opacity 1s cubic-bezier(.16,.8,.3,1);
  pointer-events:none;
}
.hlc-slide.active{ opacity:1; pointer-events:auto; }
.hlc-slide img{ width:100%; height:100%; object-fit:cover; }
.hlc-scrim{ position:absolute; inset:0; background:linear-gradient(0deg, rgba(10,11,13,0.92) 0%, rgba(10,11,13,0.35) 45%, rgba(10,11,13,0.1) 70%); }
.hlc-info{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:50px 32px; max-width:760px; }
.hlc-tags{ display:flex; gap:10px; margin-bottom:16px; }
.hlc-tags span{
  font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:var(--ink);
  background:var(--volt); padding:5px 11px; border-radius:20px;
}
.hlc-info h3{ font-family:'Bricolage Grotesque'; font-weight:800; color:#fff; font-size:clamp(1.5rem,3.4vw,2.3rem); line-height:1.15; }
.hlc-info p{ margin-top:14px; color:#c9c8bd; font-size:14.5px; max-width:540px; }
.hlc-arrow{
  position:absolute; top:50%; transform:translateY(-50%); z-index:3;
  width:52px; height:52px; border-radius:50%; border:1px solid rgba(255,255,255,0.25);
  background:rgba(10,11,13,0.4); color:#fff; font-size:20px; cursor:pointer;
  backdrop-filter:blur(6px); transition:background .25s ease, border-color .25s ease, transform .25s ease;
}
.hlc-arrow:hover{ background:var(--volt); color:var(--ink); border-color:var(--volt); }
.hlc-prev{ left:24px; }
.hlc-next{ right:24px; }
@media(max-width:640px){ .hlc-arrow{ width:40px; height:40px; font-size:16px; } .hlc-prev{ left:12px; } .hlc-next{ right:12px; } }
.hlc-dots{ position:absolute; bottom:24px; right:32px; z-index:3; display:flex; gap:8px; }
.hlc-dots span{ width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,0.3); transition:background .3s ease, transform .3s ease; }
.hlc-dots span.active{ background:var(--volt); transform:scale(1.3); }

/* ================= SIGNATURE WINS (bold, static — no scroll-jack) ================= */
.wins-grid{
  display:grid; grid-template-columns:1fr 0.78fr 1fr; gap:30px; align-items:center;
  max-width:1320px; margin:56px auto 0; padding:0 32px;
}
.wins-card{ border-radius:8px; overflow:hidden; box-shadow:0 30px 70px rgba(0,0,0,0.55); transition:transform .4s cubic-bezier(.16,.8,.3,1); }
.wins-card img{ width:100%; display:block; }
.wins-card-tilt-l{ transform:rotate(-3deg); }
.wins-card-tilt-r{ transform:rotate(3deg); }
.wins-card:hover{ transform:rotate(0deg) scale(1.03); }
.wins-video{
  position:relative; border-radius:16px; overflow:hidden; aspect-ratio:9/16;
  box-shadow:0 30px 70px rgba(0,0,0,0.6); border:1px solid rgba(255,224,0,0.28);
}
.wins-video video{ width:100%; height:100%; object-fit:cover; display:block; }
.wins-video-tag{
  position:absolute; left:14px; bottom:14px; background:var(--volt); color:var(--ink);
  font-weight:800; font-size:10.5px; letter-spacing:0.06em; text-transform:uppercase;
  padding:6px 11px; border-radius:20px;
}
@media(max-width:900px){
  .wins-grid{ grid-template-columns:1fr; gap:36px; padding:0 20px; margin-top:40px; }
  .wins-card-tilt-l, .wins-card-tilt-r{ transform:none; }
  .wins-video{ max-width:320px; margin:0 auto; }
}

/* ================= THE COMPARISON — 3D COURT FLOOR ================= */
.compare3d{
  position:relative; min-height:100vh; background:#060708; overflow:hidden;
  display:flex; align-items:center; padding:100px 0;
  perspective:600px;
}
.compare3d-floor{
  position:absolute; left:-25%; right:-25%; bottom:-10%; height:75%;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,224,0,0.16) 0 2px, transparent 2px 64px),
    repeating-linear-gradient(90deg, rgba(255,224,0,0.16) 0 2px, transparent 2px 64px);
  transform:rotateX(62deg);
  transform-origin:bottom;
}
.compare3d-scrim{
  position:absolute; inset:0;
  background:linear-gradient(180deg, #060708 0%, rgba(6,7,8,0.4) 45%, #060708 100%);
}
.compare3d-content{ position:relative; z-index:2; max-width:900px; margin:0 auto; padding:0 32px; width:100%; }
.compare3d-content h2{ color:#fff; font-size:clamp(1.9rem,4.4vw,3rem); margin-top:14px; }
.compare-rows{ margin-top:50px; display:flex; flex-direction:column; gap:22px; }
.compare-row{ display:grid; grid-template-columns:70px 1fr auto; align-items:center; gap:18px; }
.compare-label{ font-family:'Bricolage Grotesque'; font-weight:800; color:var(--volt); font-size:14px; }
.compare-bar{ height:10px; background:rgba(255,255,255,0.08); border-radius:6px; overflow:hidden; }
.compare-bar i{ display:block; height:100%; border-radius:6px; width:0; transition:width 1.2s cubic-bezier(.16,.8,.3,1); }
.reveal-stagger.in .compare-bar i{ width:var(--target-width, 50%); }
.compare-value{ color:#e8e7dd; font-size:13.5px; font-weight:600; text-align:right; white-space:nowrap; }
.compare-row-final .compare-label{ color:var(--red); }
@media(max-width:640px){
  .compare-row{ grid-template-columns:50px 1fr; }
  .compare-value{ grid-column:2/3; text-align:left; margin-top:4px; }
}

/* ================= HORIZONTAL SCROLL SHOWCASE ================= */
.hscroll{ position:relative; height:500vh; background:var(--ink); }
.hscroll-pin{ position:sticky; top:0; height:100vh; overflow:hidden; display:flex; flex-direction:column; justify-content:center; }
.hscroll-head{ position:absolute; top:70px; left:32px; z-index:3; }
.hscroll-head h2{ color:#fff; font-size:clamp(1.7rem,4vw,2.5rem); margin-top:10px; }
.hscroll-track{ display:flex; gap:40px; padding-left:8vw; will-change:transform; }
.hscroll-panel{
  flex:0 0 auto; width:min(560px, 76vw); display:flex; flex-direction:column; gap:22px;
}
.hscroll-num{
  font-family:'Bricolage Grotesque'; font-weight:900; font-size:5rem; line-height:1;
  color:transparent; -webkit-text-stroke:2px rgba(255,224,0,0.4);
}
.hscroll-ph{ height:min(56vh, 460px); border-radius:6px; overflow:hidden; }
.hscroll-ph img{ width:100%; height:100%; object-fit:cover; }
.hscroll-cap h3{ font-family:'Bricolage Grotesque'; font-weight:800; font-size:1.4rem; color:#fff; }
.hscroll-cap p{ margin-top:6px; color:#a9a89f; font-size:14px; }
.hscroll-final{ justify-content:center; align-items:flex-start; }
.hscroll-final .hscroll-cap h3{ font-size:clamp(2rem,4.5vw,3.2rem); color:var(--volt); }
.hscroll-final .hscroll-cap p{ font-size:16px; margin-top:14px; max-width:360px; }
@media(max-width:760px){ .hscroll-ph{ height:38vh; } .hscroll-panel{ width:82vw; } }

/* ================================================================
   SITEWIDE MOTION UPGRADE — custom cursor, kinetic text, magnetic
   buttons, numbered hover-reveal list (iventions/by-kin inspired)
   ================================================================ */

/* ---------- CUSTOM CURSOR ---------- */
html.has-fine-pointer, html.has-fine-pointer body{ cursor:none; }
.xcursor{
  position:fixed; top:0; left:0; width:9px; height:9px; border-radius:50%;
  background:var(--volt); pointer-events:none; z-index:9999; mix-blend-mode:difference;
  transform:translate(-50%,-50%); will-change:transform; transition:opacity .25s ease;
}
.xcursor-ring{
  position:fixed; top:0; left:0; width:38px; height:38px; border-radius:50%;
  border:1px solid rgba(255,255,255,0.6); pointer-events:none; z-index:9998;
  transform:translate(-50%,-50%); will-change:transform; transition:width .25s ease, height .25s ease, opacity .25s ease, border-color .25s ease;
  mix-blend-mode:difference;
}
.xcursor-ring.big{ width:74px; height:74px; border-color:var(--volt); }
.xcursor-ring.hide, .xcursor.hide{ opacity:0; }
@media(max-width:900px), (hover:none){
  html.has-fine-pointer{ cursor:auto; }
  .xcursor, .xcursor-ring{ display:none; }
}

/* ---------- KINETIC TEXT REVEAL (word-mask, GSAP-driven) ---------- */
.kinetic{ overflow:hidden; }
.kinetic .kline{ display:block; overflow:hidden; }
.kinetic .kline > span{ display:inline-block; will-change:transform; transform:translateY(110%); }

/* ---------- MAGNETIC TARGETS ---------- */
.magnetic{ display:inline-block; will-change:transform; }

/* ---------- NUMBERED HOVER-REVEAL LIST ---------- */
.throughline{ background:var(--ink); border-top:1px solid var(--line); border-bottom:1px solid var(--line); position:relative; }
.throughline-head{ padding:70px 32px 10px; max-width:1320px; margin:0 auto; }
.throughline-head .kicker{ margin-bottom:10px; }
.throughline-head h2{ color:#fff; font-size:clamp(1.9rem,4.2vw,3rem); max-width:640px; }
.throughline-list{ max-width:1320px; margin:0 auto; padding:20px 32px 80px; position:relative; }
.tl-row{
  display:flex; align-items:baseline; justify-content:space-between; gap:24px;
  padding:30px 4px; border-top:1px solid var(--line); cursor:pointer;
  text-decoration:none; color:inherit; position:relative; transition:padding-left .35s ease;
}
.throughline-list .tl-row:last-child{ border-bottom:1px solid var(--line); }
.tl-row:hover{ padding-left:20px; }
.tl-num{ font-family:'Bricolage Grotesque'; font-weight:800; font-size:13px; color:#6f6e65; min-width:34px; }
.tl-row:hover .tl-num{ color:var(--volt); }
.tl-title{
  font-family:'Bricolage Grotesque'; font-weight:800; text-transform:uppercase;
  font-size:clamp(1.5rem,3.6vw,2.7rem); color:#8b8a80; letter-spacing:-0.01em; flex:1;
  transition:color .35s ease;
}
.tl-row:hover .tl-title{ color:#fff; }
.tl-tag{ font-size:11px; letter-spacing:0.1em; text-transform:uppercase; color:#6f6e65; white-space:nowrap; }
.tl-preview{
  position:fixed; top:0; left:0; width:280px; height:200px; border-radius:6px; overflow:hidden;
  pointer-events:none; z-index:60; opacity:0; transform:translate(-50%,-50%) scale(0.92);
  transition:opacity .3s ease, transform .3s ease; box-shadow:0 30px 70px rgba(0,0,0,0.6);
}
.tl-preview.show{ opacity:1; transform:translate(-50%,-50%) scale(1); }
.tl-preview img{ width:100%; height:100%; object-fit:cover; }
@media(max-width:760px){
  .tl-preview{ display:none; }
  .tl-title{ font-size:1.5rem; }
  .tl-row{ flex-wrap:wrap; }
}

/* ---------- MARQUEE (secondary, partner/skills strip) ---------- */
.marquee2{ background:var(--paper); border-top:1px solid var(--line-dark); border-bottom:1px solid var(--line-dark); overflow:hidden; padding:16px 0; }
.marquee2-track{ display:flex; white-space:nowrap; animation:marqueescroll 32s linear infinite; }
.marquee2-track span{ font-family:'Bricolage Grotesque'; font-weight:800; font-size:15px; letter-spacing:0.02em; color:var(--ink); text-transform:uppercase; padding:0 26px; display:inline-flex; align-items:center; gap:26px; }
.marquee2-track span::after{ content:"\2726"; color:var(--court); font-size:11px; }
@keyframes marqueescroll{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* ================================================================
   EXPERIENCE PAGE — WebGL 3D motion showcase
   ================================================================ */
body.xp-body{ background:#05060a; overflow-x:hidden; }
.xp-nav{
  position:fixed; top:0; left:0; right:0; z-index:200; display:flex; align-items:center;
  justify-content:space-between; padding:24px 32px; mix-blend-mode:difference;
}
.xp-nav a{ color:#fff; text-decoration:none; font-family:'Bricolage Grotesque'; font-weight:800; font-size:13px; letter-spacing:0.1em; text-transform:uppercase; }
.xp-canvas-wrap{ position:fixed; inset:0; z-index:1; }
#xp-canvas{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.xp-scroll{ position:relative; z-index:2; }
.xp-chapter{
  height:100vh; display:flex; flex-direction:column; align-items:flex-start; justify-content:center;
  padding:0 8vw; pointer-events:none;
}
.xp-chapter .xp-kicker{
  font-family:'Bricolage Grotesque'; font-weight:700; font-size:12.5px; letter-spacing:0.2em;
  text-transform:uppercase; color:var(--volt); margin-bottom:18px; opacity:0; transform:translateY(16px);
}
.xp-chapter h2{
  font-family:'Bricolage Grotesque'; font-weight:900; text-transform:uppercase; color:#fff;
  font-size:clamp(2.6rem,8.5vw,7rem); line-height:0.92; letter-spacing:-0.02em; max-width:900px;
  opacity:0; transform:translateY(30px);
}
.xp-chapter p{
  margin-top:22px; max-width:420px; color:#c9c8bd; font-size:15px; line-height:1.6;
  opacity:0; transform:translateY(20px);
}
.xp-chapter.xp-right{ align-items:flex-end; text-align:right; }
.xp-chapter.xp-right h2, .xp-chapter.xp-right p{ margin-left:auto; }
.xp-chapter.in .xp-kicker, .xp-chapter.in h2, .xp-chapter.in p{
  opacity:1; transform:translateY(0); transition:opacity .9s ease, transform .9s cubic-bezier(.16,.8,.3,1);
}
.xp-chapter.in h2{ transition-delay:.08s; }
.xp-chapter.in p{ transition-delay:.18s; }
.xp-final{ align-items:center; text-align:center; }
.xp-final h2, .xp-final p{ margin-left:auto; margin-right:auto; }
.xp-cta{
  pointer-events:auto; margin-top:30px; display:inline-block; padding:16px 32px; border-radius:40px;
  background:var(--volt); color:#0a0b0d; font-weight:800; font-size:13px; text-transform:uppercase;
  letter-spacing:0.06em; text-decoration:none; opacity:0; transform:translateY(20px);
}
.xp-chapter.in .xp-cta{ opacity:1; transform:translateY(0); transition:opacity .9s ease .3s, transform .9s cubic-bezier(.16,.8,.3,1) .3s; }
.xp-progress{ position:fixed; left:32px; bottom:32px; z-index:5; display:flex; gap:6px; }
.xp-progress i{ width:24px; height:2px; background:rgba(255,255,255,0.25); transition:background .3s ease; }
.xp-progress i.on{ background:var(--volt); }
.xp-scrollhint{
  position:fixed; right:32px; bottom:32px; z-index:5; color:#8b8a80; font-size:11px;
  letter-spacing:0.16em; text-transform:uppercase; writing-mode:vertical-rl;
}
@media(max-width:760px){
  .xp-chapter{ padding:0 24px; align-items:flex-start !important; text-align:left !important; }
  .xp-chapter h2, .xp-chapter p{ margin-left:0 !important; margin-right:0 !important; }
  .xp-scrollhint{ display:none; }
}

/* ================================================================
   BRAND PAGE — By Kin inspired studio/case-study page
   ================================================================ */
body.bk-body{ background:var(--paper); color:var(--ink); }
.bk-nav{
  position:fixed; top:0; left:0; right:0; z-index:200; display:flex; align-items:center;
  justify-content:space-between; padding:26px 40px; mix-blend-mode:difference;
}
.bk-nav a{ color:#fff; text-decoration:none; font-family:'Bricolage Grotesque'; font-weight:800; font-size:12.5px; letter-spacing:0.12em; text-transform:uppercase; }
.bk-hero{
  min-height:100vh; display:flex; flex-direction:column; justify-content:flex-end;
  padding:150px 40px 60px; position:relative; overflow:hidden;
}
.bk-hero-bg{ position:absolute; inset:0; z-index:0; }
.bk-hero-bg img{ width:100%; height:100%; object-fit:cover; opacity:0.16; filter:grayscale(1); }
.bk-hero-kicker{ position:relative; z-index:1; font-size:12.5px; letter-spacing:0.18em; text-transform:uppercase; color:var(--court); font-weight:700; margin-bottom:22px; }
.bk-hero h1{
  position:relative; z-index:1; font-family:'Bricolage Grotesque'; font-weight:800; text-transform:none;
  letter-spacing:-0.02em; font-size:clamp(2.6rem,7vw,6.4rem); line-height:0.98; max-width:1100px;
}
.bk-hero p{ position:relative; z-index:1; margin-top:26px; max-width:520px; font-size:16px; color:var(--paper-mute); text-transform:none; line-height:1.6; }

.bk-strip{ display:flex; overflow-x:auto; gap:14px; padding:0 40px 70px; scroll-snap-type:x proximity; }
.bk-strip .ph{ flex:0 0 auto; width:min(420px,72vw); height:56vh; border-radius:2px; overflow:hidden; scroll-snap-align:start; }
.bk-strip .ph img{ width:100%; height:100%; object-fit:cover; }

.bk-section{ padding:90px 40px; border-top:1px solid var(--line-dark); }
.bk-section-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:30px; max-width:1400px; margin:0 auto 50px; flex-wrap:wrap; }
.bk-section-head .kicker{ color:var(--court); }
.bk-section-head h2{ font-family:'Bricolage Grotesque'; font-weight:800; text-transform:none; letter-spacing:-0.01em; font-size:clamp(1.8rem,3.6vw,2.8rem); max-width:600px; }
.bk-section-head p{ max-width:340px; color:var(--paper-mute); font-size:14px; text-transform:none; line-height:1.6; }

.bk-list{ max-width:1400px; margin:0 auto; }
.bk-row{
  display:grid; grid-template-columns:70px 1fr auto auto; align-items:center; gap:20px;
  padding:32px 4px; border-top:1px solid var(--line-dark); text-decoration:none; color:inherit;
  transition:padding-left .35s ease;
}
.bk-list .bk-row:last-child{ border-bottom:1px solid var(--line-dark); }
.bk-row:hover{ padding-left:18px; }
.bk-row .bk-num{ font-family:'Bricolage Grotesque'; font-weight:700; font-size:13px; color:var(--paper-mute); }
.bk-row .bk-title{
  font-family:'Bricolage Grotesque'; font-weight:800; text-transform:none; letter-spacing:-0.01em;
  font-size:clamp(1.3rem,3vw,2.1rem); color:var(--ink); transition:color .3s ease;
}
.bk-row:hover .bk-title{ color:var(--court); }
.bk-row .bk-loc{ font-size:12px; letter-spacing:0.08em; text-transform:uppercase; color:var(--paper-mute); white-space:nowrap; }
.bk-row .bk-arrow{ font-size:20px; color:var(--ink); transform:translateX(0); transition:transform .3s ease; }
.bk-row:hover .bk-arrow{ transform:translateX(6px); }
.bk-preview{
  position:fixed; top:0; left:0; width:280px; height:200px; border-radius:4px; overflow:hidden;
  pointer-events:none; z-index:60; opacity:0; transform:translate(-50%,-50%) scale(0.92);
  transition:opacity .3s ease, transform .3s ease; box-shadow:0 30px 70px rgba(0,0,0,0.35);
}
.bk-preview.show{ opacity:1; transform:translate(-50%,-50%) scale(1); }
.bk-preview img{ width:100%; height:100%; object-fit:cover; }

.bk-marquee{ background:var(--ink); overflow:hidden; padding:26px 0; }
.bk-marquee-track{ display:flex; white-space:nowrap; animation:marqueescroll 26s linear infinite; }
.bk-marquee-track span{
  font-family:'Bricolage Grotesque'; font-weight:800; font-size:clamp(1.6rem,4.4vw,3rem);
  letter-spacing:-0.01em; text-transform:none; color:#fff; padding:0 34px; display:inline-flex; align-items:center; gap:34px;
}
.bk-marquee-track span::after{ content:"\2726"; color:var(--volt); font-size:16px; }

.bk-cta-grid{ display:grid; grid-template-columns:1fr 1fr; gap:2px; background:var(--line-dark); }
.bk-cta-tile{
  background:var(--paper); padding:70px 40px; display:flex; flex-direction:column; justify-content:space-between;
  min-height:320px; text-decoration:none; color:inherit; transition:background .3s ease;
}
.bk-cta-tile:hover{ background:#e4e0d2; }
.bk-cta-tile h3{ font-family:'Bricolage Grotesque'; font-weight:800; text-transform:none; letter-spacing:-0.01em; font-size:clamp(1.6rem,3.2vw,2.4rem); max-width:360px; }
.bk-cta-tile p{ margin-top:14px; color:var(--paper-mute); font-size:14px; text-transform:none; max-width:320px; }
.bk-cta-tile span{ margin-top:30px; font-weight:800; font-size:13px; letter-spacing:0.06em; text-transform:uppercase; }
@media(max-width:820px){
  .bk-cta-grid{ grid-template-columns:1fr; }
  .bk-row{ grid-template-columns:40px 1fr; }
  .bk-row .bk-loc, .bk-row .bk-arrow{ display:none; }
  .bk-preview{ display:none; }
}

.bk-footer{ padding:60px 40px; border-top:1px solid var(--line-dark); display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px; font-size:12.5px; letter-spacing:0.06em; text-transform:uppercase; color:var(--paper-mute); }
.bk-footer a{ color:var(--ink); text-decoration:none; }

/* ================================================================
   INLINE 3D EXPERIENCE — embedded mid-page (not a separate page),
   pinned like the Journey/Rally/Track sections.
   ================================================================ */
.xp-inline{ position:relative; height:400vh; background:#05060a; }
.xp-inline-pin{ position:sticky; top:0; height:100vh; overflow:hidden; }
#xp-canvas-inline{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.xp-inline-chapter{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:flex-start; justify-content:center;
  padding:0 8vw; pointer-events:none; opacity:0; z-index:2; transition:opacity .6s ease;
}
.xp-inline-chapter.xp-right{ align-items:flex-end; text-align:right; }
.xp-inline-chapter.xp-right h2, .xp-inline-chapter.xp-right p{ margin-left:auto; }
.xp-inline-chapter.xp-final{ align-items:center; text-align:center; }
.xp-inline-chapter.xp-final h2, .xp-inline-chapter.xp-final p{ margin-left:auto; margin-right:auto; }
.xp-inline-chapter.active{ opacity:1; }
.xp-inline-chapter .xp-kicker{ font-family:'Bricolage Grotesque'; font-weight:700; font-size:12.5px; letter-spacing:0.2em; text-transform:uppercase; color:var(--volt); margin-bottom:18px; }
.xp-inline-chapter h2{ font-family:'Bricolage Grotesque'; font-weight:900; text-transform:uppercase; color:#fff; font-size:clamp(2.1rem,6.6vw,5.4rem); line-height:0.95; letter-spacing:-0.02em; max-width:900px; }
.xp-inline-chapter p{ margin-top:20px; max-width:420px; color:#c9c8bd; font-size:15px; line-height:1.6; }
.xp-inline-chapter .xp-cta{
  pointer-events:auto; margin-top:26px; display:inline-block; padding:16px 32px; border-radius:40px;
  background:var(--volt); color:#0a0b0d; font-weight:800; font-size:13px; text-transform:uppercase;
  letter-spacing:0.06em; text-decoration:none;
}
.xp-inline-progress{ position:absolute; left:32px; bottom:32px; z-index:5; display:flex; gap:6px; }
.xp-inline-progress i{ width:24px; height:2px; background:rgba(255,255,255,0.25); transition:background .3s ease; }
.xp-inline-progress i.on{ background:var(--volt); }
.xp-inline-scrollhint{
  position:absolute; right:32px; bottom:32px; z-index:5; color:#8b8a80; font-size:11px;
  letter-spacing:0.16em; text-transform:uppercase; writing-mode:vertical-rl;
}
@media(max-width:760px){
  .xp-inline-chapter{ padding:0 24px; align-items:flex-start !important; text-align:left !important; }
  .xp-inline-chapter h2, .xp-inline-chapter p{ margin-left:0 !important; margin-right:0 !important; }
  .xp-inline-scrollhint{ display:none; }
  .xp-inline{ height:320vh; }
}

/* ================================================================
   INLINE BRAND SECTION — embedded mid-page (not a separate page)
   ================================================================ */
.bk-inline-wrap{ background:var(--paper); color:var(--ink); }
.bk-inline-wrap .bk-hero{ min-height:70vh; padding-top:90px; }

/* ================================================================
   CURSOR EFFECT OPTIONS — Ripple & Trail (preview switcher)
   ================================================================ */
.cursor-ripple{
  position:fixed; top:0; left:0; width:24px; height:24px; border-radius:50%;
  border:1.5px solid var(--volt); pointer-events:none; z-index:9997;
  transform:translate(-50%,-50%) scale(0.3); opacity:0.7; mix-blend-mode:difference;
  transition:transform .7s cubic-bezier(.16,.8,.3,1), opacity .7s ease;
}
.cursor-ripple.go{ transform:translate(-50%,-50%) scale(2.4); opacity:0; }

.cursor-trail-dot{
  position:fixed; top:0; left:0; border-radius:50%; pointer-events:none; z-index:9997;
  transform:translate(-50%,-50%); will-change:transform;
  background:radial-gradient(circle at 35% 30%, #fff9c4, var(--volt) 55%, #d9c400 100%);
  box-shadow:0 2px 8px rgba(0,0,0,0.35);
}
.cursor-trail-dot.tail{ background:radial-gradient(circle at 35% 30%, #fffbd6, var(--volt) 60%, #c9b800 100%); }
.cursor-trail-dot.lead{
  background:
    radial-gradient(circle at 28% 24%, rgba(0,0,0,0.55) 0 8%, transparent 9%),
    radial-gradient(circle at 62% 22%, rgba(0,0,0,0.5) 0 7%, transparent 8%),
    radial-gradient(circle at 45% 45%, rgba(0,0,0,0.5) 0 7%, transparent 8%),
    radial-gradient(circle at 22% 60%, rgba(0,0,0,0.5) 0 7%, transparent 8%),
    radial-gradient(circle at 60% 62%, rgba(0,0,0,0.5) 0 7%, transparent 8%),
    radial-gradient(circle at 40% 80%, rgba(0,0,0,0.45) 0 6%, transparent 7%),
    radial-gradient(circle at 78% 45%, rgba(0,0,0,0.45) 0 6%, transparent 7%),
    radial-gradient(circle at 35% 30%, #fff9c4, var(--volt) 55%, #d9c400 100%);
  box-shadow:0 4px 12px rgba(0,0,0,0.4);
}

.cursor-mode-switcher{
  position:fixed; left:20px; bottom:20px; z-index:99999; display:flex; gap:6px;
  background:rgba(10,11,13,0.88); border:1px solid rgba(255,255,255,0.15); border-radius:30px;
  padding:6px; backdrop-filter:blur(6px);
}
.cursor-mode-switcher button{
  font-family:'Bricolage Grotesque'; font-weight:800; font-size:11px; letter-spacing:0.04em;
  text-transform:uppercase; padding:8px 14px; border-radius:24px; border:none; cursor:pointer;
  background:transparent; color:#a9a89f; transition:background .2s ease, color .2s ease;
}
.cursor-mode-switcher button.active{ background:var(--volt); color:#0a0b0d; }
