:root {
  --acc:   #D4AF37;
  --head:  #FAF7F2;
  --body:  #DDD2C2;
  --dim:   rgba(250,247,242,0.48);
  --ctabg: #FAF7F2; --ctatxt: #140806;
  --nav-bg: rgba(10,8,6,0.0);
}
[data-theme="green"] {
  --acc:   #D4AF37;
  --head:  #EDF5F0;
  --body:  #C4E0D6;
  --dim:   rgba(237,245,240,0.44);
  --ctabg: #D4AF37; --ctatxt: #0A1610;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden; background: #0A0806; }
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: #0A0806; }
::-webkit-scrollbar-thumb { background: linear-gradient(to bottom, var(--acc), rgba(212,175,55,0.15)); }
body { cursor: default; }
a, button, [style*="cursor"] { cursor: pointer; }
.f-logo {
  position: fixed; top: 28px; left: 40px; z-index: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--head); text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.f-logo:hover { opacity: 1; }
.f-logo span { color: var(--acc); margin: 0 6px; }
.menu-btn {
  position: fixed; top: 20px; right: 36px; z-index: 800;
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(10,8,6,0.4);
  backdrop-filter: blur(12px);
  cursor: pointer; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
  padding: 14px; transition: border-color 0.3s, background 0.3s;
}
.menu-btn:hover { border-color: rgba(212,175,55,0.5); background: rgba(10,8,6,0.6); }
.menu-btn-line {
  width: 18px; height: 1px; background: var(--head); opacity: 0.7;
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), opacity 0.3s, width 0.35s;
  transform-origin: center;
}
.menu-btn.open .menu-btn-line:nth-child(1) { transform: translateY(6px) rotate(45deg); width: 18px; opacity: 1; }
.menu-btn.open .menu-btn-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-btn.open .menu-btn-line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); width: 18px; opacity: 1; }
.f-apply {
  position: fixed; bottom: 32px; left: 32px; z-index: 800;
  font-size: 11px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase;
  padding: 11px 24px;
  border: 1px solid var(--acc); color: var(--acc);
  text-decoration: none; cursor: pointer;
  background: rgba(10,8,6,0.5); backdrop-filter: blur(12px);
  transition: background 0.25s, color 0.25s;
}
.f-apply:hover { background: var(--acc); color: #0A0806; }
.menu-overlay {
  position: fixed; inset: 0; z-index: 700;
  background: rgba(6,4,4,0.97);
  display: flex; align-items: center; padding: 0 10vw;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1);
}
.menu-overlay.open { opacity: 1; pointer-events: all; }
.menu-overlay::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 80% at 80% 50%, rgba(212,175,55,0.03) 0%, transparent 60%);
}
.menu-nav { width: 100%; position: relative; z-index: 1; }
.menu-item {
  display: flex; align-items: baseline; gap: 32px;
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
  text-decoration: none; cursor: pointer;
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16,1,0.3,1), border-color 0.3s;
}
.menu-item:first-child { border-top: 1px solid rgba(255,255,255,0.05); }
.menu-item:hover { border-bottom-color: rgba(212,175,55,0.2); }
.menu-overlay.open .menu-item { opacity: 1; transform: translateY(0); }
.menu-overlay.open .menu-item:nth-child(1) { transition-delay: 0.08s; }
.menu-overlay.open .menu-item:nth-child(2) { transition-delay: 0.14s; }
.menu-overlay.open .menu-item:nth-child(3) { transition-delay: 0.20s; }
.menu-overlay.open .menu-item:nth-child(4) { transition-delay: 0.26s; }
.mi-num { font-family: 'Cormorant Garamond', serif; font-size: 14px; font-weight: 300; color: var(--acc); opacity: 0.5; min-width: 32px; letter-spacing: 0.1em; }
.mi-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 7vw, 96px); font-weight: 300; color: var(--head); line-height: 1; letter-spacing: -0.02em; flex: 1; transition: color 0.25s; }
.menu-item:hover .mi-text { color: var(--acc); }
.mi-sub { font-size: 13px; font-weight: 300; color: var(--body); letter-spacing: 0.04em; padding-bottom: 4px; }
.s-hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-photo {
  position: absolute; inset: -6%; z-index: 0;
  background-image: none;
  background-size: cover; background-position: center 40%;
  opacity: 0;
}
[data-theme="green"] .hero-photo {
  background-position: center center;
}
.hero-grade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(170deg,
    rgba(10,6,4,0.52) 0%,
    rgba(20,10,8,0.40) 35%,
    rgba(30,16,10,0.28) 55%,
    rgba(12,8,6,0.56) 100%
  );
}
[data-theme="green"] .hero-grade {
  background: linear-gradient(170deg,
    rgba(4,8,12,0.56) 0%,
    rgba(6,14,12,0.44) 35%,
    rgba(10,20,14,0.30) 55%,
    rgba(6,12,10,0.54) 100%
  );
}
.hero-glow {
  position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%);
  width: 80vw; height: 300px; z-index: 2; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(180,72,30,0.12) 0%, transparent 65%);
}
[data-theme="green"] .hero-glow {
  background: radial-gradient(ellipse at center, rgba(40,100,60,0.08) 0%, transparent 65%);
}
#hero-canvas { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hero-content {
  position: relative; z-index: 4;
  width: 100%; text-align: center;
  padding: 160px 56px 160px;
  will-change: transform, opacity;
}
.hero-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 0.40em; text-transform: uppercase;
  color: var(--acc); opacity: 0;
  display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 44px;
  animation: fadeUp 1s cubic-bezier(0.16,1,0.3,1) 0.5s forwards;
}
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; display: block; width: 44px; height: 1px; background: currentColor; opacity: 0.3; }
.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(74px, 11vw, 148px);
  font-weight: 300; line-height: 0.90; letter-spacing: -0.03em;
  color: var(--head); margin-bottom: 44px;
  opacity: 0; animation: fadeUp 1.1s cubic-bezier(0.16,1,0.3,1) 0.7s forwards;
}
.hero-h1 em { font-style: italic; color: var(--acc); display: block; }
.hero-sub {
  font-size: 20px; font-weight: 400; line-height: 1.75; color: var(--body);
  max-width: 520px; margin: 0 auto 64px;
  opacity: 0; animation: fadeUp 1s cubic-bezier(0.16,1,0.3,1) 0.9s forwards;
  text-shadow: 0 1px 18px rgba(0,0,0,0.45);
}
.hero-cta {
  opacity: 0; animation: fadeUp 1s cubic-bezier(0.16,1,0.3,1) 1.1s forwards;
  display: flex; align-items: center; justify-content: center; gap: 32px;
}
.btn-p {
  display: inline-block; font-size: 11px; font-weight: 400;
  letter-spacing: 0.24em; text-transform: uppercase;
  padding: 16px 52px;
  background: var(--ctabg); color: var(--ctatxt);
  text-decoration: none; cursor: pointer;
  transition: opacity 0.25s, transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.btn-p:hover { opacity: 0.88; transform: translateY(-2px); }
.btn-g {
  display: inline-block; font-size: 11px; font-weight: 300;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--body); text-decoration: none; cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.18); padding-bottom: 2px;
  transition: color 0.25s, border-color 0.25s;
}
.btn-g:hover { color: var(--acc); border-color: var(--acc); }
.hero-scroll-cue {
  position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 4;
  opacity: 0; animation: fadeUp 1s ease 1.8s forwards;
}
.hero-scroll-cue span { font-size: 9px; font-weight: 300; letter-spacing: 0.38em; text-transform: uppercase; color: var(--dim); }
.scroll-wire { width: 1px; height: 54px; background: linear-gradient(to bottom, var(--acc), transparent); opacity: 0.28; animation: wirePulse 2.6s ease-in-out infinite; }
.s-manifesto {
  position: relative; padding: 180px 0;
  background-color: transparent;
  background-image: none;
}
[data-theme="green"] .s-manifesto {
  background-color: transparent;
  background-image: none;
}
.s-manifesto::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg,
    rgba(10,6,8,0.94) 0%,
    rgba(18,8,12,0.90) 50%,
    rgba(16,8,10,0.92) 100%
  );
}
[data-theme="green"] .s-manifesto::before {
  background: linear-gradient(180deg,
    rgba(4,8,10,0.94) 0%,
    rgba(6,12,10,0.91) 50%,
    rgba(8,14,10,0.91) 100%
  );
}
.manifesto-in { position: relative; z-index: 1; max-width: 960px; padding: 0 56px; }
.manifesto-lbl { font-size: 10px; font-weight: 300; letter-spacing: 0.42em; text-transform: uppercase; color: var(--acc); opacity: 0.65; margin-bottom: 52px; display: block; }
.manifesto-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4.2vw, 58px);
  font-weight: 300; line-height: 1.35;
  color: var(--head); letter-spacing: -0.01em;
  text-shadow: 0 1px 18px rgba(0,0,0,0.45);
}
.mw { display: inline-block; overflow: hidden; vertical-align: top; }
.mw-inner {
  display: inline-block;
  opacity: 0; transform: translateY(105%);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.16,1,0.3,1);
}
.mw-inner.live { opacity: 1; transform: translateY(0); }
.manifesto-rule { width: 64px; height: 1px; background: var(--acc); opacity: 0.3; margin: 48px 0; }
.manifesto-attr { font-size: 12px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--acc); opacity: 0.55; }
.s-split { position: relative; height: 220vh; background: transparent; }
.split-sticky {
  position: sticky; top: 0;
  height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 56px;
  overflow: hidden;
}
.split-lbl {
  font-size: 10px; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--acc); opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.split-lbl.show { opacity: 0.65; transform: translateY(0); }
.split-h-wrap { position: relative; margin-top: 22px; }
.split-h1-top, .split-h1-bot {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(80px, 14vw, 180px);
  font-weight: 300; letter-spacing: -0.05em; line-height: 0.86;
  color: var(--head);
  display: block;
  will-change: transform;
}
.split-h1-bot { position: absolute; left: 0; top: 0; opacity: 0.14; }
.s-numbers { background: linear-gradient(180deg, #100A0C 0%, #1E0F14 100%); padding: 120px 0; position: relative; }
[data-theme="green"] .s-numbers { background: linear-gradient(180deg, #080C10 0%, #0C1A18 100%); }
.sec-in { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 56px; }
.num-row { display: flex; align-items: stretch; gap: 2px; }
.num-sep { display: flex; align-items: center; padding: 0 12px; font-family: 'Cormorant Garamond', serif; font-size: 60px; font-weight: 300; color: var(--acc); opacity: 0.2; }
.num-block {
  flex: 1; padding: 72px 52px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.05);
  transition: background 0.35s;
}
.num-block:hover { background: rgba(255,255,255,0.045); }
.num-fig {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(80px, 11vw, 140px);
  font-weight: 300; line-height: 0.85; letter-spacing: -0.05em;
  color: var(--head);
}
.num-unit { font-size: 10px; font-weight: 300; letter-spacing: 0.3em; text-transform: uppercase; color: var(--acc); opacity: 0.6; margin-top: 20px; display: block; }
.num-desc { font-size: 14px; font-weight: 400; line-height: 1.75; color: var(--body); max-width: 280px; margin-top: 16px; }
.s-xp-wrap { position: relative; height: 420vh; background: #0A0806; }
.xp-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.xp-hd { padding: 0 56px; margin-bottom: 34px; }
.xp-hd-lbl { font-size: 10px; font-weight: 300; letter-spacing: 0.4em; text-transform: uppercase; color: var(--acc); opacity: 0.65; display: block; margin-bottom: 10px; }
.xp-hd-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4.0vw, 52px); font-weight: 300; line-height: 1.05; color: var(--head); letter-spacing: -0.02em; }
.xp-stack-wrap { position: relative; height: 60vh; min-height: 520px; margin: 0 56px; perspective: 950px; }
.xp-card {
  position: absolute; inset: 0;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10,8,6,0.55);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transform-origin: center;
  will-change: transform, opacity, filter;
}
.xp-media-wrap { position: absolute; inset: 0; overflow: hidden; }
.xp-photo {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1528127269322-539801943592?w=1600&q=80');
  background-size: cover; background-position: center;
  transform: scale(1.02);
  transition: transform 1.4s cubic-bezier(0.16,1,0.3,1);
  opacity: 0.85;
}
.xp-media-grade { position: absolute; inset: 0; background: linear-gradient(170deg, rgba(10,6,4,0.74) 0%, rgba(20,10,8,0.55) 45%, rgba(10,8,6,0.82) 100%); }
.xp-card.xp-active .xp-photo { transform: scale(1.05); }
.xp-frame { position: absolute; inset: 18px; pointer-events: none; }
.xp-fc { position: absolute; width: 18px; height: 18px; border: 1px solid rgba(255,255,255,0.10); }
.xp-fc-tl { top: 0; left: 0; border-right: none; border-bottom: none; }
.xp-fc-tr { top: 0; right: 0; border-left: none; border-bottom: none; }
.xp-fc-bl { bottom: 0; left: 0; border-right: none; border-top: none; }
.xp-fc-br { bottom: 0; right: 0; border-left: none; border-top: none; }
.xp-bg-num { position: absolute; right: 26px; bottom: 18px; font-family: 'Cormorant Garamond', serif; font-size: 160px; font-weight: 300; color: rgba(250,247,242,0.06); letter-spacing: -0.08em; }
.xp-card-body { position: absolute; left: 44px; top: 44px; max-width: 460px; }
.xp-seq { font-family: 'Cormorant Garamond', serif; font-size: 11px; letter-spacing: 0.28em; color: var(--acc); opacity: 0.6; margin-bottom: 16px; display: block; text-transform: uppercase; }
.xp-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 5.2vw, 74px); font-weight: 300; color: var(--head); letter-spacing: -0.03em; line-height: 0.96; margin-bottom: 18px; }
.xp-desc { font-size: 15px; font-weight: 400; line-height: 1.85; color: var(--body); margin-bottom: 22px; max-width: 440px; text-shadow: 0 1px 16px rgba(0,0,0,0.38); }
.xp-out { font-size: 12px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--acc); opacity: 0.9; }
.xp-dots { display: flex; gap: 10px; padding: 0 56px; margin-top: 24px; }
.xp-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.20); transition: background 0.4s, transform 0.4s; }
.xp-dot.on { background: var(--acc); transform: scale(1.5); }
.xp-progress { height: 1px; background: rgba(255,255,255,0.08); margin: 22px 56px 0; overflow: hidden; }
.xp-progress-fill { height: 100%; width: 0; background: linear-gradient(to right, var(--acc), rgba(255,255,255,0.08)); transition: width 0.2s; }
.xp-hint { position: absolute; bottom: 48px; left: 56px; z-index: 20; font-size: 10px; font-weight: 300; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.20); }
.s-cohorts { position: relative; padding: 160px 0 170px; background: linear-gradient(180deg, #0A0806 0%, #120A08 65%, #0A0806 100%); overflow: hidden; }
.cohorts-top { max-width: 900px; margin: 0 auto; padding: 0 56px; text-align: center; }
.sec-lbl { font-size: 10px; font-weight: 300; letter-spacing: 0.42em; text-transform: uppercase; color: var(--acc); display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 22px; }
.sec-h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(54px, 8vw, 110px); font-weight: 300; line-height: 0.90; letter-spacing: -0.04em; color: var(--head); }
.sec-h2 em { font-style: italic; color: var(--acc); }
.sec-body { font-size: 15px; font-weight: 400; line-height: 1.85; color: var(--body); margin: 0 auto; }
.drag-stage { position: relative; height: 460px; max-width: 860px; margin: 84px auto 0; }
.dc {
  position: absolute; width: 260px; padding: 22px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  cursor: grab;
  user-select: none;
  transform-origin: center;
}
.dc:active { cursor: grabbing; }
.dc-av { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.10); display: flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: 0.22em; color: var(--acc); margin-bottom: 16px; }
.dc-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; color: var(--head); margin-bottom: 8px; letter-spacing: -0.01em; }
.dc-role { font-size: 12px; font-weight: 300; line-height: 1.65; color: var(--body); }
.dc-city { display: block; margin-top: 14px; font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--acc); opacity: 0.52; }
.drag-hint-text { margin-top: 56px; text-align: center; font-size: 10px; font-weight: 300; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(255,255,255,0.18); }
.s-place { position: relative; padding: 180px 0; background: #0A0806; }
.place-in { max-width: 1200px; margin: 0 auto; padding: 0 56px; }
.ticket { margin-top: 54px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02); display: grid; grid-template-columns: 1.45fr 0.85fr; overflow: hidden; }
.ticket-main { padding: 52px 52px; }
.ticket-stub { padding: 52px 46px; border-left: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; justify-content: space-between; }
.ticket-dest { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 300; color: var(--head); letter-spacing: -0.03em; line-height: 0.95; }
.ticket-region { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--body); opacity: 0.9; margin-top: 10px; }
.ticket-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 42px; margin-top: 44px; }
.tm-lbl { font-size: 9px; font-weight: 300; letter-spacing: 0.32em; text-transform: uppercase; color: var(--acc); opacity: 0.55; display: block; margin-bottom: 7px; }
.tm-val { font-size: 14px; font-weight: 400; line-height: 1.7; color: var(--head); opacity: 0.88; }
.stub-fee { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--head); letter-spacing: -0.02em; margin-top: 10px; }
.stub-inc { font-size: 13px; font-weight: 400; line-height: 1.7; color: var(--body); margin-top: 14px; max-width: 280px; }
.stub-code { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--acc); opacity: 0.7; }
.stub-bar { height: 46px; margin-top: 18px; background: linear-gradient(to right, rgba(255,255,255,0.12), rgba(255,255,255,0.02)); }
.s-apply { background: linear-gradient(180deg, #1A0A06 0%, #0A0806 100%); padding: 160px 0; position: relative; }
[data-theme="green"] .s-apply { background: linear-gradient(180deg, #0A1210 0%, #101C14 100%); }
.steps-wrap { margin-top: 70px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2px; }
.step { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); padding: 46px 44px; display: flex; gap: 22px; opacity: 0; transform: translateX(-16px); transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.16,1,0.3,1); }
.step.live { opacity: 1; transform: translateX(0); }
.step-n { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--acc); opacity: 0.55; }
.step-t { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; color: var(--head); letter-spacing: -0.01em; margin-bottom: 12px; }
.step-d { font-size: 14px; font-weight: 400; line-height: 1.85; color: var(--body); max-width: 520px; text-shadow: 0 1px 14px rgba(0,0,0,0.35); }
.apply-cta { text-align: center; margin-top: 96px; }
.s-ticker { background: #0A0806; padding: 34px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.ticker-track { display: flex; gap: 18px; white-space: nowrap; width: max-content; animation: tickerMove 32s linear infinite; }
.ticker-item { font-size: 11px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--head); opacity: 0.62; }
.ticker-sep { font-size: 10px; color: var(--acc); opacity: 0.45; }
.s-footer { padding: 140px 0 90px; background: #0A0806; position: relative; }
.footer-wrap { max-width: 1200px; margin: 0 auto; padding: 0 56px; }
.footer-centerpiece { text-align: center; }
.f-wordmark-lg { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 6vw, 86px); font-weight: 300; color: var(--head); letter-spacing: -0.03em; }
.f-wordmark-lg em { font-style: italic; color: var(--acc); margin-left: 8px; }
.f-tagline { font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--body); opacity: 0.86; margin-top: 18px; }
.footer-rule { width: 100%; height: 1px; background: rgba(255,255,255,0.06); margin: 64px 0 42px; }
.footer-base { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.f-copy { font-size: 11px; font-weight: 300; letter-spacing: 0.06em; color: rgba(250,247,242,0.35); }
.f-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.f-links a { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); text-decoration: none; transition: color 0.22s; opacity: 0.78; }
.f-links a:hover { color: var(--acc); opacity: 1; }
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.72s cubic-bezier(0.16,1,0.3,1), transform 0.72s cubic-bezier(0.16,1,0.3,1); }
.rv.on { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.12s; }
.d2 { transition-delay: 0.22s; }
.d3 { transition-delay: 0.32s; }
#gear-btn {
  position: fixed; bottom: 34px; right: 34px;
  width: 50px; height: 50px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(10,8,6,0.55);
  color: var(--head);
  font-size: 18px;
  backdrop-filter: blur(12px);
  cursor: pointer;
  z-index: 900;
  opacity: 0.75;
  transition: opacity 0.25s, transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
#gear-btn:hover { transform: scale(1.1) rotate(22deg); opacity: 1; }
#gear-btn.open { transform: rotate(90deg); }
#panel {
  position: fixed; top: 0; right: 0; height: 100vh; width: 360px;
  background: rgba(6,4,4,0.98);
  border-left: 1px solid rgba(255,255,255,0.06);
  z-index: 950;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
#panel.open { transform: translateX(0); }
.p-hd { display: flex; align-items: center; justify-content: space-between; padding: 22px 22px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.p-hd-t { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; color: var(--head); letter-spacing: -0.01em; }
.p-hd-t em { font-style: italic; color: var(--acc); }
#p-close { background: transparent; border: 0; color: rgba(255,255,255,0.6); font-size: 18px; cursor: pointer; }
.p-body { padding: 18px 22px 28px; overflow-y: auto; height: calc(100vh - 64px); }
.p-sect { font-size: 9px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(250,247,242,0.28); margin-bottom: 12px; display: block; margin-top: 22px; }
.theme-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.theme-btn {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.02);
  color: rgba(250,247,242,0.7);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 12px;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.theme-btn.on { border-color: rgba(212,175,55,0.55); color: var(--head); background: rgba(212,175,55,0.06); }
.p-div { height: 1px; background: rgba(255,255,255,0.06); margin: 16px 0; }
.slider-row { margin-top: 12px; }
.slider-lbl { font-size: 9px; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(250,247,242,0.28); display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.p-slider { width: 100%; }
.preset-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.preset-sw { border: 1px solid rgba(255,255,255,0.08); padding: 12px 12px; cursor: pointer; background: rgba(255,255,255,0.02); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.preset-sw.on { border-color: rgba(212,175,55,0.35); }
.sw-dots { display: flex; gap: 6px; }
.sw-dot { width: 10px; height: 10px; border-radius: 50%; }
.sw-name { font-size: 11px; letter-spacing: 0.08em; color: rgba(250,247,242,0.64); }
.sw-check { color: var(--acc); opacity: 0; }
.preset-sw.on .sw-check { opacity: 1; }
.light-ray { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 650; opacity: 0; transition: opacity 0.3s ease; }
.light-ray-beam {
  position: absolute; top: -20%; left: -20%;
  width: 240px; height: 140%;
  transform: rotate(-11deg);
  background: linear-gradient(to right,
    transparent 0%,
    rgba(255,255,255,0.04) 20%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0.04) 80%,
    transparent 100%
  );
  filter: blur(2.5px);
  box-shadow: 0 0 20px 6px rgba(255,255,255,0.05), 0 0 50px 14px rgba(255,255,255,0.025);
  will-change: transform;
}
[data-theme="green"] .light-ray-beam {
  background: linear-gradient(to right,
    transparent 0%,
    rgba(170,220,255,0.07) 20%,
    rgba(205,245,255,0.30) 50%,
    rgba(170,220,255,0.07) 80%,
    transparent 100%
  );
  box-shadow: 0 0 20px 6px rgba(170,220,255,0.08), 0 0 50px 14px rgba(170,220,255,0.04);
}
.btn-p.mag {
  transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1), opacity 0.25s;
  display: inline-block;
}
html.hero-grad .hero-photo { opacity: var(--hero-photo-op, 0.34); }
html.hero-grad .hero-grade {
  background: linear-gradient(170deg,
    rgba(10,6,4,0.97) 0%,
    rgba(18,10,6,0.90) 30%,
    rgba(26,14,10,0.82) 52%,
    rgba(10,6,4,0.96) 100%
  );
}
[data-theme="green"].hero-grad .hero-photo { opacity: var(--hero-photo-op, 0.34); }
[data-theme="green"].hero-grad .hero-grade {
  background: linear-gradient(170deg,
    rgba(3,8,6,0.97) 0%,
    rgba(5,14,10,0.91) 30%,
    rgba(8,20,14,0.84) 52%,
    rgba(4,10,8,0.97) 100%
  );
}
.s-numbers::after,
.s-apply::after,
.s-footer::after,
.split-sticky::after {
  content: ''; position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse 62% 58% at 50% 50%,
    rgba(210,155,65,0.09) 0%,
    rgba(180,110,40,0.04) 38%,
    transparent 70%
  );
}
[data-theme="green"] .s-numbers::after,
[data-theme="green"] .s-apply::after,
[data-theme="green"] .s-footer::after,
[data-theme="green"] .split-sticky::after {
  background: radial-gradient(ellipse 62% 58% at 50% 50%,
    rgba(80,170,110,0.07) 0%,
    rgba(50,130,80,0.03) 38%,
    transparent 70%
  );
}
.s-numbers .sec-in,
.s-apply .sec-in,
.s-footer .footer-wrap,
.split-sticky .split-lbl,
.split-sticky .split-h-wrap { position: relative; z-index: 1; }

.ct-world {
  position: fixed; inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateZ(0);
}
.ct-world-media {
  position: absolute; inset: -10%;
  background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=80');
  background-size: cover;
  background-position: center 40%;
  transform-origin: center;
  will-change: transform, filter;
  filter: saturate(0.95) contrast(1.10) brightness(0.78);
}
[data-theme="green"] .ct-world-media {
  background-image: url('https://images.unsplash.com/photo-1448375240586-882707db888b?w=1920&q=80');
}
.ct-world-grade {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 40%, rgba(212,175,55,0.06) 0%, transparent 55%),
              linear-gradient(180deg, rgba(10,8,6,0.55) 0%, rgba(10,8,6,0.82) 70%, rgba(10,8,6,0.92) 100%);
  opacity: 0.9;
  will-change: opacity;
}
[data-theme="green"] .ct-world-media {
  filter: saturate(0.92) contrast(1.06) brightness(0.78);
}
[data-theme="green"] .ct-world-grade {
  background: radial-gradient(ellipse 60% 60% at 50% 40%, rgba(205,245,255,0.06) 0%, transparent 55%),
              linear-gradient(180deg, rgba(8,12,10,0.60) 0%, rgba(8,12,10,0.84) 70%, rgba(8,12,10,0.94) 100%);
}

.ct-sunrise {
  position: absolute; inset: -10%;
  background: radial-gradient(ellipse 46% 34% at 52% 70%, rgba(200,128,32,0.22) 0%, transparent 60%),
              radial-gradient(ellipse 34% 26% at 20% 80%, rgba(212,175,55,0.16) 0%, transparent 60%),
              radial-gradient(ellipse 32% 28% at 80% 78%, rgba(255,210,160,0.10) 0%, transparent 60%);
  mix-blend-mode: screen;
  opacity: 0;
  filter: blur(0.4px);
  will-change: opacity, transform;
}
[data-theme="green"] .ct-sunrise {
  background: radial-gradient(ellipse 46% 34% at 52% 70%, rgba(60,160,120,0.12) 0%, transparent 60%),
              radial-gradient(ellipse 34% 26% at 18% 80%, rgba(205,245,255,0.10) 0%, transparent 60%),
              radial-gradient(ellipse 32% 28% at 84% 76%, rgba(212,175,55,0.10) 0%, transparent 60%);
  mix-blend-mode: screen;
}

.ct-world-objects {
  position: absolute; inset: 0;
  will-change: transform;
}
.w-obj {
  position: absolute;
  left: var(--x); top: var(--y);
  width: var(--w); height: var(--h);
  transform-origin: center;
  opacity: 0;
  will-change: transform, opacity, filter;
  pointer-events: none;
}
.w-orb {
  border-radius: 999px;
  background: radial-gradient(circle at 30% 35%, rgba(212,175,55,0.30) 0%, rgba(212,175,55,0.10) 28%, transparent 62%);
  filter: blur(0.3px);
}
[data-theme="green"] .w-orb {
  background: radial-gradient(circle at 30% 35%, rgba(205,245,255,0.22) 0%, rgba(205,245,255,0.08) 28%, transparent 62%);
}
.w-shard {
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(250,247,242,0.18) 35%, rgba(212,175,55,0.26) 50%, rgba(250,247,242,0.14) 70%, transparent 100%);
  filter: blur(0.25px);
}
[data-theme="green"] .w-shard {
  background: linear-gradient(90deg, transparent 0%, rgba(237,245,240,0.14) 35%, rgba(205,245,255,0.18) 50%, rgba(237,245,240,0.12) 70%, transparent 100%);
}
.w-mist {
  border-radius: 999px;
  background: radial-gradient(circle at 40% 40%, rgba(250,247,242,0.11) 0%, rgba(250,247,242,0.06) 35%, transparent 68%);
  filter: blur(8px);
}
[data-theme="green"] .w-mist {
  background: radial-gradient(circle at 40% 40%, rgba(237,245,240,0.10) 0%, rgba(237,245,240,0.05) 35%, transparent 68%);
}
.w-ember {
  border-radius: 14px;
  background: radial-gradient(circle at 20% 20%, rgba(212,175,55,0.22) 0%, transparent 60%),
              radial-gradient(circle at 80% 70%, rgba(200,128,32,0.14) 0%, transparent 60%);
  filter: blur(1px);
}
[data-theme="green"] .w-ember {
  background: radial-gradient(circle at 20% 20%, rgba(212,175,55,0.16) 0%, transparent 60%),
              radial-gradient(circle at 80% 70%, rgba(60,160,120,0.12) 0%, transparent 60%);
}
.w-frame {
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.05);
  border-radius: 2px;
  background: rgba(0,0,0,0.06);
  backdrop-filter: blur(2px);
}
[data-theme="green"] .w-frame {
  box-shadow: inset 0 0 0 1px rgba(205,245,255,0.04);
}

.ct-stage { position: relative; z-index: 1; }

.ct-debug {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 5000;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10,8,6,0.60);
  backdrop-filter: blur(10px);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(250,247,242,0.78);
  display: none;
  pointer-events: none;
  white-space: pre;
}

.s-numbers { background: linear-gradient(180deg, rgba(16,10,12,0.48) 0%, rgba(30,15,20,0.62) 100%); }
[data-theme="green"] .s-numbers { background: linear-gradient(180deg, rgba(8,12,16,0.48) 0%, rgba(12,26,24,0.62) 100%); }
.s-xp-wrap { background: rgba(10,8,6,0.50); }
.s-cohorts { background: linear-gradient(180deg, rgba(10,8,6,0.52) 0%, rgba(18,10,8,0.62) 65%, rgba(10,8,6,0.66) 100%); }
.s-place { background: rgba(10,8,6,0.56); }
.s-apply { background: linear-gradient(180deg, rgba(26,10,6,0.56) 0%, rgba(10,8,6,0.72) 100%); }
[data-theme="green"] .s-apply { background: linear-gradient(180deg, rgba(10,18,16,0.56) 0%, rgba(16,28,20,0.72) 100%); }
.s-footer { background: rgba(10,8,6,0.66); }
@keyframes fadeUp { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
@keyframes wirePulse { 0%,100% { opacity: 0.20; } 50% { opacity: 0.45; } }
@keyframes tickerMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 960px) {
  .num-row { flex-direction: column; }
  .num-sep { display: none; }
  .ticket { grid-template-columns: 1fr; }
  .ticket-stub { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
  .steps-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .f-logo { left: 20px; top: 18px; }
  .menu-btn { right: 18px; top: 14px; }
  .f-apply { bottom: 18px; left: 18px; font-size: 9px; padding: 9px 16px; letter-spacing: 0.20em; }
  .hero-content { padding: 140px 22px 140px; }
  .xp-hd { padding: 0 22px; }
  .xp-stack-wrap { margin: 0 22px; height: 56vh; min-height: 480px; }
  .xp-card-body { left: 24px; top: 28px; max-width: 78vw; }
  .xp-bg-num { font-size: 120px; }
  .xp-dots, .xp-progress { padding-left: 22px; padding-right: 22px; margin-left: 0; margin-right: 0; }
  .xp-hint { left: 22px; }
  .cohorts-top { padding: 0 22px; }
  .drag-stage { height: 520px; }
  .place-in { padding: 0 22px; }
  .footer-wrap { padding: 0 22px; }
  #panel { width: min(92vw, 360px); }
}
.app-modal {
  position: fixed; inset: 0; z-index: 980;
  background: rgba(6,4,4,0.86);
  backdrop-filter: blur(10px);
  display: none;
}
.app-modal.open { display: grid; place-items: center; }
.app-card {
  width: min(980px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(10,8,6,0.72);
  backdrop-filter: blur(14px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}
.app-card-left { padding: 34px 34px; border-right: 1px solid rgba(255,255,255,0.08); overflow: auto; }
.app-card-right { padding: 34px 34px; overflow: auto; }
.app-hd { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.app-title { font-family:'Cormorant Garamond',serif; font-size: 30px; font-weight: 300; color: var(--head); letter-spacing: -0.02em; }
.app-close { background: transparent; border: 0; color: rgba(255,255,255,0.60); font-size: 18px; cursor: pointer; }
.app-sub { font-size: 12px; font-weight: 300; line-height: 1.8; color: var(--body); max-width: 520px; margin-bottom: 18px; }
.app-stepper { display: flex; gap: 10px; margin: 18px 0 10px; }
.app-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.20); }
.app-dot.on { background: var(--acc); transform: scale(1.3); }
.app-form { display: grid; gap: 14px; margin-top: 18px; }
.app-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.app-field { display: grid; gap: 8px; }
.app-label { font-size: 9px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(250,247,242,0.34); }
.app-input, .app-textarea, .app-select {
  width: 100%;
  padding: 14px 14px;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.02);
  color: var(--head);
  font-size: 14px;
  font-weight: 300;
  outline: none;
}
.app-input::placeholder, .app-textarea::placeholder { color: rgba(250,247,242,0.28); }
.app-textarea { min-height: 120px; resize: vertical; line-height: 1.7; }
.app-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; }
.app-btn {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.02);
  color: rgba(250,247,242,0.70);
  padding: 12px 16px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, color 0.25s;
}
.app-btn.primary { border-color: rgba(212,175,55,0.45); background: rgba(212,175,55,0.08); color: var(--head); }
.app-btn:hover { border-color: rgba(212,175,55,0.55); color: var(--head); }
.app-note { font-size: 12px; font-weight: 300; line-height: 1.8; color: rgba(250,247,242,0.55); margin-top: 12px; }
.app-success { display:none; }
.app-success.on { display:block; }
.app-kv { display:grid; gap: 10px; margin-top: 18px; }
.app-kv a { color: var(--acc); text-decoration: none; border-bottom: 1px solid rgba(212,175,55,0.30); padding-bottom: 2px; }
@media (max-width: 980px) {
  .app-card { grid-template-columns: 1fr; }
  .app-card-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .app-row { grid-template-columns: 1fr; }
}
