:root{
  --bg:#0f1218;
  --bg-soft:#151922;
  --text:#f7f7f4;
  --muted:#b4b6bd;
  --line:rgba(255,255,255,.16);
  --line-soft:rgba(255,255,255,.09);
  --accent:#e0b65a;
  --accent-soft:rgba(214,168,75,.16);
  --max:1400px;
  --gutter:clamp(1.2rem,4vw,4.5rem);
}
*{box-sizing:border-box}
html{background:var(--bg)}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}
.lenis.lenis-stopped{overflow:hidden}
body{
  margin:0;
  background:
    radial-gradient(circle at 72% 16%,rgba(224,182,90,.08),transparent 30%),
    linear-gradient(180deg,#11151c 0%,var(--bg) 34%,#0c0f14 100%);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;min-height:100%;
}
a{color:inherit}
button{font:inherit;color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.skip{
  position:fixed;left:12px;top:-80px;z-index:900;
  background:#fff;color:#111;padding:12px 16px;border-radius:999px;
  font-weight:700;text-decoration:none
}
.skip:focus{top:12px}

#fx{
  position:fixed;inset:0;width:100%;height:100%;
  z-index:0;pointer-events:none;background:var(--bg)
}
.fx-wash{
  position:fixed;inset:0;z-index:1;pointer-events:none;
  background:
    radial-gradient(circle at 73% 44%,rgba(224,182,90,.11),transparent 18%),
    radial-gradient(circle at 70% 44%,transparent 0 34%,rgba(15,18,24,.08) 52%,rgba(15,18,24,.42) 84%),
    linear-gradient(90deg,rgba(15,18,24,.74) 0%,rgba(15,18,24,.38) 46%,rgba(15,18,24,.08) 72%,rgba(15,18,24,.28) 100%);
}
.grain{
  position:fixed;inset:0;z-index:2;pointer-events:none;opacity:.055;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
}

.progress{
  position:fixed;left:0;top:0;height:2px;width:0;background:var(--accent);
  z-index:710;box-shadow:0 0 16px rgba(214,168,75,.35)
}
.hud{
  position:fixed;inset:0 0 auto;z-index:700;
  display:grid;grid-template-columns:1fr auto 1fr;
  align-items:center;gap:20px;padding:18px var(--gutter);
  pointer-events:none
}
.hud:after{
  content:"";position:absolute;left:var(--gutter);right:var(--gutter);bottom:0;
  height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);
  opacity:.55
}
.brand,.hud-center,.hud-actions{pointer-events:auto}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;width:max-content}
.brand img{width:36px;height:36px}
.brand span{font-weight:700;letter-spacing:-.02em}
.hud-center{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.68rem;letter-spacing:.14em;
  color:#babcc2;text-transform:uppercase;text-align:center
}
.hud-actions{justify-self:end;display:flex;gap:8px}
.control{
  min-height:42px;border:1px solid var(--line);background:rgba(18,21,29,.62);
  backdrop-filter:blur(16px);border-radius:999px;padding:0 13px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.66rem;letter-spacing:.08em;
  cursor:pointer
}
.control:hover{border-color:rgba(214,168,75,.52)}
.menu-toggle{display:none}

.menu{
  position:fixed;inset:0;z-index:680;background:rgba(15,18,24,.97);
  padding:110px var(--gutter) 40px;display:none
}
.menu.open{display:block}
.menu nav{border-top:1px solid var(--line)}
.menu a{
  display:block;padding:20px 0;border-bottom:1px solid var(--line);
  text-decoration:none;font-size:clamp(2rem,10vw,4rem);
  font-weight:600;letter-spacing:-.05em
}
body.menu-open{overflow:hidden}

.chapter-rail{
  position:fixed;right:18px;top:50%;transform:translateY(-50%);
  z-index:650;display:grid;gap:7px
}
.chapter-rail a{
  position:relative;width:38px;height:22px;text-decoration:none;
  display:flex;align-items:center;justify-content:flex-end;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.58rem;color:#72747b
}
.chapter-rail a:after{
  content:"";width:16px;height:1px;background:rgba(255,255,255,.18);
  margin-left:8px;transition:width .25s,background .25s
}
.chapter-rail a.active{color:#fff}
.chapter-rail a.active:after{width:28px;background:var(--accent)}

main{position:relative;z-index:3}
.chapter{
  position:relative;height:165dvh;min-height:900px;
  border-bottom:1px solid transparent
}
.chapter.hero{height:180dvh}
.chapter-inner{
  position:sticky;top:0;height:100dvh;
  display:flex;align-items:center;
  max-width:var(--max);margin:auto;
  padding:100px var(--gutter) 60px;
  opacity:var(--scene-opacity,1);
  filter:blur(var(--scene-blur,0px));
  transform:translate3d(0,var(--scene-y,0px),0) scale(var(--scene-scale,1));
  transform-origin:center center;
  will-change:opacity,transform,filter;
}
.scene{
  width:100%;display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(3rem,8vw,9rem);align-items:center
}
.scene.reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}
.scene.reverse .scene-copy{order:2}
.scene.reverse .scene-body{order:1}
.scene-copy{max-width:720px}
.chapter-no{
  margin:0 0 20px;color:var(--accent);
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.72rem;letter-spacing:.16em;
  text-transform:uppercase;font-weight:600
}
.title{
  margin:0;font-size:clamp(3.2rem,7.3vw,7.7rem);
  line-height:.88;letter-spacing:-.06em;font-weight:600;
  max-width:11ch;text-wrap:balance
}
.title.wide{max-width:14ch}
.scene-body{max-width:640px;justify-self:end}
.scene-body p{
  margin:0;color:#c7c8cd;font-size:clamp(1.06rem,1.7vw,1.38rem);
  line-height:1.7;max-width:62ch
}
.scene-body p+p{margin-top:22px}
.scene-body strong{color:#fff}
.pull{
  margin-top:38px;padding-left:20px;border-left:1px solid var(--accent);
  font-size:clamp(1.4rem,2.5vw,2.3rem);line-height:1.35;letter-spacing:-.035em
}
.watermark{
  position:absolute;right:0;bottom:3vh;z-index:-1;
  font-size:clamp(8rem,22vw,20rem);line-height:.7;font-weight:700;
  letter-spacing:-.08em;color:rgba(255,255,255,.025);user-select:none
}

/* HERO */
.hero .chapter-inner{justify-content:center}
.hero-scene{
  position:relative;width:100%;min-height:70dvh;
  display:grid;place-items:center;text-align:center
}
.hero-kicker{
  margin:0 0 20px;color:#d4d4d7;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.72rem;
  letter-spacing:.18em;text-transform:uppercase
}
.hero-title-wrap{position:relative;display:grid;place-items:center}
.hero-title{
  grid-area:1/1;margin:0;
  font-size:clamp(5rem,14vw,14rem);line-height:.72;
  letter-spacing:-.075em;font-weight:600;
  text-transform:none;white-space:nowrap
}
.hero-title.ghost{
  transform:translateY(7px) scale(1.005);
  color:transparent;
  -webkit-text-stroke:1px rgba(214,168,75,.2);
  filter:blur(.3px)
}
.hero-sub{
  margin:34px auto 0;max-width:720px;color:#b7b8bd;
  font-size:clamp(1rem,1.55vw,1.24rem);line-height:1.65
}
.hero-cta{
  margin-top:28px;display:inline-flex;min-height:50px;align-items:center;
  border:1px solid rgba(214,168,75,.42);border-radius:999px;padding:0 22px;
  text-decoration:none;font-weight:650;background:rgba(214,168,75,.08);
  transition:background .2s,transform .2s
}
.hero-cta:hover{background:rgba(214,168,75,.15);transform:translateY(-1px)}
.hero-orbit{
  position:absolute;left:50%;top:50%;width:min(72vw,900px);aspect-ratio:1;
  transform:translate(-50%,-50%);border:1px solid rgba(214,168,75,.08);
  border-radius:50%;pointer-events:none
}
.hero-orbit:before,.hero-orbit:after{
  content:"";position:absolute;inset:11%;border:1px solid rgba(255,255,255,.06);border-radius:50%
}
.hero-orbit:after{inset:25%;border-color:rgba(214,168,75,.11)}

/* compact cinematic data blocks */
.fact-line{
  margin-top:36px;border-top:1px solid var(--line)
}
.fact-row{
  display:grid;grid-template-columns:64px 1fr;gap:18px;
  padding:17px 0;border-bottom:1px solid var(--line)
}
.fact-row span{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;color:var(--accent);font-size:.7rem
}
.fact-row b{font-size:1.02rem;font-weight:550}
.fact-row p{grid-column:2;margin:4px 0 0!important;font-size:.92rem;color:var(--muted)}

.selector{
  margin-top:36px;border-top:1px solid var(--line)
}
.selector-buttons{
  display:flex;flex-wrap:wrap;gap:8px;padding:16px 0;border-bottom:1px solid var(--line)
}
.selector button{
  min-height:42px;padding:0 14px;border:1px solid var(--line);
  border-radius:999px;background:rgba(255,255,255,.015);cursor:pointer;
  color:#aeb0b5
}
.selector button[aria-pressed="true"]{background:var(--accent);color:#111;border-color:var(--accent)}
.selector-output{
  padding:20px 0 0;color:#f1f1ee!important;font-size:clamp(1.1rem,2vw,1.45rem)!important;
  line-height:1.5!important
}
.path-list{margin-top:34px;border-top:1px solid var(--line)}
.path-row{
  display:grid;grid-template-columns:52px 1fr auto;gap:16px;
  padding:18px 0;border-bottom:1px solid var(--line);text-decoration:none;
  align-items:center
}
.path-row .n{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;color:var(--accent);font-size:.7rem}
.path-row h3{margin:0;font-size:1.08rem;font-weight:550}
.path-row p{margin:4px 0 0!important;color:var(--muted)!important;font-size:.88rem!important;line-height:1.45!important}
.path-row .go{color:var(--accent)}
.path-row:hover h3{color:var(--accent)}

.lang-stage{
  display:grid;grid-template-columns:1fr 1fr;gap:1px;
  background:var(--line);border:1px solid var(--line);margin-top:34px
}
.lang-panel{background:rgba(5,5,7,.78);padding:28px}
.lang-panel small{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;color:var(--accent)}
.lang-panel h3{margin:28px 0 10px;font-size:clamp(2rem,4vw,4rem);line-height:.95;letter-spacing:-.05em}
.lang-panel p{font-size:.96rem!important;color:var(--muted)!important;line-height:1.6!important}

.human-strip{
  margin-top:34px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  background:var(--line);gap:1px;border:1px solid var(--line)
}
.human-strip img{
  width:100%;height:100%;min-height:300px;object-fit:cover;
  filter:saturate(.92) contrast(1.02) brightness(.92)
}
.human-copy{
  background:rgba(5,5,7,.86);padding:28px;display:flex;flex-direction:column;justify-content:flex-end
}
.human-copy a{color:var(--accent);font-weight:650;text-decoration:none;margin-top:18px}

.footer{
  position:relative;z-index:4;background:linear-gradient(180deg,rgba(5,5,7,0),#050507 30%);
  min-height:55dvh;display:flex;align-items:flex-end;
  padding:0 var(--gutter) 42px;color:#8d8e94
}
.footer-inner{
  width:min(100%,var(--max));margin:auto;border-top:1px solid var(--line);
  padding-top:24px;display:grid;grid-template-columns:1fr auto;gap:20px;font-size:.8rem
}
.footer strong{color:#fff}
.footer a{text-decoration:none}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}

.lang-es{display:none!important}
body.es .lang-en{display:none!important}
body.es .lang-es{display:revert!important}

@media(max-width:1000px){
  .hud{grid-template-columns:1fr auto}
  .hud-center{display:none}
  .menu-toggle{display:inline-flex;align-items:center}
  .chapter-rail{display:none}
  .scene,.scene.reverse{grid-template-columns:1fr;gap:36px}
  .scene.reverse .scene-copy,.scene.reverse .scene-body{order:initial}
  .scene-body{justify-self:start;max-width:720px}
  .title{max-width:13ch}
  .fx-wash{
    background:
      radial-gradient(circle at 52% 40%,transparent 0 18%,rgba(5,5,7,.2) 44%,rgba(5,5,7,.74) 80%),
      linear-gradient(180deg,rgba(5,5,7,.44),rgba(5,5,7,.78))
  }
}
@media(max-width:800px){
  html,body{background:#11151c}
  #fx{display:none}
  .grain{opacity:.025}
  .fx-wash{
    background:
      radial-gradient(circle at 50% 12%,rgba(224,182,90,.18),transparent 34%),
      radial-gradient(circle at 82% 44%,rgba(89,119,171,.12),transparent 30%),
      linear-gradient(180deg,rgba(25,29,39,.96) 0%,rgba(17,21,28,.95) 46%,rgba(13,16,22,.98) 100%);
  }
  .hud{
    padding:10px 16px;
    background:rgba(17,21,28,.78);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(255,255,255,.08)
  }
  .hud:after{display:none}
  .brand span{font-size:.86rem}
  .brand img{width:32px;height:32px}
  .control{min-height:42px;padding:0 12px;background:rgba(26,30,40,.9)}
  .chapter,.chapter.hero{height:auto;min-height:auto}
  .chapter{
    border-bottom:1px solid rgba(255,255,255,.07);
    background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,0))
  }
  .chapter.hero{
    background:
      radial-gradient(circle at 50% 34%,rgba(224,182,90,.18),transparent 34%),
      linear-gradient(180deg,#1a1f2a 0%,#11151c 78%)
  }
  .chapter-inner{
    position:relative;
    top:auto;
    height:auto;
    min-height:auto;
    padding:96px 20px 64px;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
    will-change:auto
  }
  .hero .chapter-inner{min-height:92dvh;padding-top:104px}
  .hero-scene{min-height:68dvh}
  .scene,.scene.reverse{gap:24px}
  .scene-copy,.scene-body{transform:none!important}
  .title{
    font-size:clamp(2.65rem,12vw,4.6rem);
    line-height:.94;
    letter-spacing:-.052em;
    max-width:12ch
  }
  .hero-title{
    font-size:clamp(3.8rem,18vw,6.4rem);
    line-height:.8;
    white-space:normal
  }
  .hero-sub{color:#d1d3d8;max-width:32rem}
  .hero-orbit{width:108vw;opacity:.55}
  .hero-cta{background:rgba(224,182,90,.13);border-color:rgba(224,182,90,.55)}
  .scene-body p{color:#d0d2d7;font-size:1.03rem;line-height:1.62}
  .fact-row{grid-template-columns:42px 1fr}
  .lang-stage{grid-template-columns:1fr;border-radius:18px;overflow:hidden}
  .lang-panel{background:rgba(21,25,34,.88)}
  .human-strip{
    grid-template-columns:1fr;
    margin-top:24px;
    border-radius:20px;
    overflow:hidden;
    border-color:rgba(255,255,255,.14);
    background:rgba(255,255,255,.05);
    box-shadow:0 18px 50px rgba(0,0,0,.22)
  }
  .human-strip img{
    display:block;
    height:180px;
    min-height:0;
    aspect-ratio:16/9;
    object-fit:cover;
    object-position:center;
    filter:saturate(.96) contrast(1.01) brightness(.98)
  }
  .human-copy{
    padding:20px 20px 22px;
    background:rgba(21,25,34,.94)
  }
  .human-copy p{font-size:1rem!important;line-height:1.58!important}
  .human-copy a{margin-top:14px;font-size:1rem}
  .watermark{opacity:.45}
  .footer{min-height:auto;padding-top:80px;background:#0d1016}
  .footer-inner{grid-template-columns:1fr}
  .footer-links{justify-content:flex-start}
}
@media(max-width:700px){
  .menu{padding-top:88px}
}
@media(max-width:430px){
  .brand span{display:none}
  .hero-title{font-size:3.75rem}
  .path-row{grid-template-columns:40px 1fr}
  .path-row .go{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .chapter{height:auto;min-height:auto}
  .chapter.hero{height:auto}
  .chapter-inner{position:relative;min-height:100dvh;opacity:1!important;filter:none!important;transform:none!important}
}


/* =========================================================
   APPROVED GALAXY FLOW — 20260927-galaxy-flow-1
   Lightweight 2D star-warp treatment; no WebGL dependencies.
   ========================================================= */
:root{
  --galaxy-navy:#07111f;
  --galaxy-blue:#0b2342;
  --galaxy-gold:#f0c45f;
  --galaxy-gold-soft:rgba(240,196,95,.18);
}
html,body{background:var(--galaxy-navy)}
body{
  background:
    radial-gradient(circle at 56% 32%,rgba(25,89,160,.16),transparent 34%),
    linear-gradient(180deg,#07111f 0%,#091827 50%,#06101c 100%);
}
#fx{
  display:block!important;
  position:fixed;inset:0;width:100%;height:100%;
  z-index:0;pointer-events:none;background:#07111f
}
.fx-wash{
  z-index:1;
  background:
    radial-gradient(circle at 58% 45%,rgba(255,202,92,.12) 0%,rgba(255,202,92,.04) 16%,transparent 34%),
    radial-gradient(circle at 82% 28%,rgba(28,115,213,.12),transparent 32%),
    linear-gradient(90deg,rgba(4,10,19,.42) 0%,rgba(4,10,19,.12) 42%,rgba(4,10,19,.03) 70%,rgba(4,10,19,.2) 100%)
}
.grain{opacity:.018}
.brand span{font-weight:760;letter-spacing:-.035em}
.brand b{color:var(--galaxy-gold);font-weight:760}
.control{
  border-color:rgba(255,255,255,.22);
  background:rgba(5,14,27,.58);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)
}
.menu{background:rgba(5,13,25,.98)}

.chapter{border-bottom-color:rgba(255,255,255,.05)}
.chapter.hero{
  height:130dvh;
  background:transparent
}
.hero .chapter-inner{justify-content:flex-start}
.hero-scene{
  min-height:78dvh;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-align:left
}
.hero-content{
  width:min(100%,980px);
  padding-top:4vh
}
.hero-kicker{
  color:#f2c965;
  font-size:clamp(.68rem,.8vw,.8rem);
  letter-spacing:.19em
}
.hero-title-wrap{display:block}
.hero-title{
  margin:0;
  max-width:9.3ch;
  font-size:clamp(4rem,8.4vw,8.6rem);
  line-height:.88;
  letter-spacing:-.065em;
  white-space:normal;
  text-wrap:balance;
  text-shadow:0 10px 60px rgba(0,0,0,.22)
}
.hero-sub{
  margin:30px 0 0;
  max-width:650px;
  color:#d4d9e2;
  font-size:clamp(1.08rem,1.55vw,1.42rem);
  line-height:1.58
}
.hero-primary{
  margin-top:30px;
  min-height:58px;
  padding:0 28px;
  gap:22px;
  justify-content:center;
  background:linear-gradient(135deg,#f2c965,#d9a83e);
  color:#11151d;
  border-color:rgba(255,222,135,.88);
  box-shadow:0 14px 44px rgba(236,181,67,.18),inset 0 1px 0 rgba(255,255,255,.46)
}
.hero-primary:hover{
  background:linear-gradient(135deg,#f7d57c,#e0b24a);
  transform:translateY(-2px)
}
.hero-orbit{
  left:58%;top:53%;
  border-color:rgba(71,153,246,.08);
  opacity:.56
}
.hero-orbit:before{border-color:rgba(255,255,255,.045)}
.hero-orbit:after{border-color:rgba(240,196,95,.09)}

.support-chapter .chapter-inner{
  align-items:center;
  justify-content:center
}
.support-card{
  width:min(100%,980px);
  margin:auto;
  border:1px solid rgba(255,255,255,.2);
  border-radius:28px;
  padding:22px;
  background:linear-gradient(145deg,rgba(8,22,40,.82),rgba(5,12,23,.72));
  backdrop-filter:blur(18px);
  box-shadow:0 30px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)
}
.support-card-head{
  display:flex;align-items:center;gap:12px;
  padding:4px 4px 18px
}
.support-card-head .chapter-no{margin:0}
.support-symbol{
  color:var(--galaxy-gold);
  font-size:1.05rem;
  filter:drop-shadow(0 0 12px rgba(240,196,95,.35))
}
.support-image{
  width:100%;
  height:clamp(240px,32vw,390px);
  display:block;
  object-fit:cover;
  object-position:center;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.17);
  filter:saturate(1.02) contrast(1.02) brightness(.98)
}
.support-copy{padding:26px 8px 8px}
.support-title{
  margin:0 0 14px;
  font-size:clamp(2rem,4vw,4.3rem);
  line-height:.95;
  letter-spacing:-.052em;
  max-width:14ch
}
.support-copy p{
  max-width:760px;
  margin:0;
  color:#d1d7e1;
  font-size:clamp(1rem,1.45vw,1.22rem);
  line-height:1.62
}
.support-actions{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:16px 24px;
  flex-wrap:wrap
}
.support-actions a{
  text-decoration:none;
  font-weight:720
}
.support-primary{
  color:var(--galaxy-gold);
  border-bottom:2px solid var(--galaxy-gold);
  padding:9px 0
}
.support-secondary{
  color:#d4d9e2;
  padding:9px 0
}

@media(max-width:1000px){
  .hero .chapter-inner{align-items:center}
  .hero-title{max-width:10.2ch}
}

@media(max-width:800px){
  html,body{
    background:#07111f!important
  }
  #fx{display:block!important}
  .fx-wash{
    background:
      radial-gradient(circle at 52% 31%,rgba(31,104,190,.13),transparent 38%),
      radial-gradient(circle at 58% 54%,rgba(240,196,95,.09),transparent 28%),
      linear-gradient(180deg,rgba(5,13,25,.08),rgba(5,13,25,.18))
  }
  .hud{
    padding:12px 15px;
    background:linear-gradient(180deg,rgba(5,12,23,.78),rgba(5,12,23,.3));
    backdrop-filter:blur(10px)
  }
  .brand span{display:inline;font-size:.92rem}
  .brand img{width:36px;height:36px}
  .control{background:rgba(7,17,31,.72)}
  .chapter,.chapter.hero{background:transparent!important}
  .chapter-inner{padding:94px 20px 64px}
  .hero .chapter-inner{
    min-height:100dvh;
    padding-top:100px;
    align-items:center
  }
  .hero-scene{min-height:78dvh}
  .hero-content{padding-top:0}
  .hero-kicker{margin-bottom:18px}
  .hero-title{
    max-width:9.2ch;
    font-size:clamp(3.35rem,14vw,5.4rem);
    line-height:.9;
    letter-spacing:-.06em
  }
  .hero-sub{
    max-width:28rem;
    margin-top:24px;
    color:#d8dde5;
    font-size:1.08rem;
    line-height:1.55
  }
  .hero-primary{
    min-height:56px;
    padding:0 24px;
    margin-top:26px
  }
  .hero-orbit{width:135vw;left:58%;top:54%;opacity:.34}
  .support-chapter .chapter-inner{padding-top:82px}
  .support-card{
    padding:15px;
    border-radius:22px;
    background:linear-gradient(145deg,rgba(9,25,45,.84),rgba(5,12,23,.82))
  }
  .support-card-head{padding:4px 4px 13px}
  .support-image{
    height:190px;
    min-height:0;
    border-radius:15px
  }
  .support-copy{padding:20px 7px 7px}
  .support-title{
    font-size:clamp(2.05rem,9vw,3.4rem);
    max-width:12ch
  }
  .support-copy p{
    font-size:1rem;
    line-height:1.56
  }
  .support-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:6px
  }
  .watermark{display:none}
}
@media(max-width:430px){
  .brand span{display:inline!important}
  .brand{gap:7px}
  .brand img{width:31px;height:31px}
  .brand span{font-size:.82rem}
  .hud-actions{gap:6px}
  .control{padding:0 10px}
}
@media(prefers-reduced-motion:reduce){
  #fx{opacity:.55}
}
