@font-face{font-family:'Inter Tight';font-weight:300;font-display:swap;src:url(inter-tight-latin-300-normal.woff2) format('woff2')}
@font-face{font-family:'Inter Tight';font-weight:400;font-display:swap;src:url(inter-tight-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'Inter Tight';font-weight:500;font-display:swap;src:url(inter-tight-latin-500-normal.woff2) format('woff2')}
@font-face{font-family:'Inter Tight';font-weight:600;font-display:swap;src:url(inter-tight-latin-600-normal.woff2) format('woff2')}

:root{
  --brand-bg:#0327A0;
  --deep:#010F45;
  --blue:#0433C4;
  --font-sans:'Inter Tight',system-ui,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overscroll-behavior:none}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
body{background:var(--deep);color:#fff;font-family:var(--font-sans);font-weight:400;min-height:100vh;line-height:1.4;overflow-x:hidden;-webkit-font-smoothing:antialiased}
::selection{background:#fff;color:var(--brand-bg)}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:var(--deep)}
::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:4px}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.page{position:relative;width:100%;min-height:100vh}
svg.i{width:14px;height:14px;stroke-width:2.5}

/* ── Header ───────────────────────────── */
.header{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:60;width:calc(100% - 32px);background:rgba(1,12,55,.5);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:4px 4px 4px 4px;display:flex;align-items:center;justify-content:space-between;gap:20px}
@media(min-width:900px){.header{width:auto;top:20px}}
.logo{display:flex;align-items:center;gap:10px;padding-right:6px;flex-shrink:0}
.logo-tile{width:40px;height:40px;border-radius:9px;background:#fff url(head.webp) center/118% no-repeat;transition:transform .5s cubic-bezier(.16,1,.3,1)}
.logo:hover .logo-tile{transform:rotate(-8deg) scale(1.06)}
.logo b{font-weight:600;font-size:15px;letter-spacing:-.03em}
.nav{display:none;align-items:center;gap:20px}
@media(min-width:900px){.nav{display:flex}}
.nav a{color:rgba(255,255,255,.75);font-size:13.5px;font-weight:500;letter-spacing:-.025em;white-space:nowrap;transition:color .2s}
.nav a:hover{color:#fff}
.h-right{display:flex;align-items:center;gap:6px}
.pm-pill{display:flex;align-items:center;gap:8px;height:32px;padding:0 12px 0 8px;border-radius:9px;background:rgba(255,255,255,.08);font-size:12px;font-weight:500;letter-spacing:-.02em;white-space:nowrap}
.pm-pill .dot{width:6px;height:6px;border-radius:50%;background:#5CFFA1;box-shadow:0 0 0 0 rgba(92,255,161,.6);animation:ping 1.8s infinite}
@keyframes ping{0%{box-shadow:0 0 0 0 rgba(92,255,161,.6)}80%,100%{box-shadow:0 0 0 7px rgba(92,255,161,0)}}
.pm-mark{width:16px;height:16px;flex-shrink:0}
.pm-mark path{fill:none;stroke:currentColor;stroke-width:9;stroke-linejoin:round}
.launch{display:flex;align-items:center;height:40px;padding:0 16px;border-radius:9px;background:#fff;color:var(--brand-bg);font-size:13.5px;font-weight:600;letter-spacing:-.02em;white-space:nowrap;transition:transform .2s}
.launch:hover{transform:translateY(-1px)}
@media(max-width:520px){.pm-pill span.t{display:none}.pm-pill{padding:0 10px}}

/* ── Fixed sea stage (replaces hero video) ─── */
.stage{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;user-select:none;background:radial-gradient(120% 90% at 68% 30%,#0B45E6 0%,#0431B8 30%,#02238A 58%,#010F45 100%)}
.stage-inner{position:absolute;inset:0;will-change:filter,transform}
#sea{position:absolute;inset:0;width:100%;height:100%}
.hero-mascot{position:absolute;left:56%;bottom:6vh;height:74vh;aspect-ratio:800/1061;transform-origin:50% 60%;will-change:transform}
.hero-mascot .bob{position:absolute;inset:0;animation:bob 6s ease-in-out infinite}
.hero-mascot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 40px 60px rgba(0,8,60,.55))}
.hero-mascot::after{content:"";position:absolute;left:18%;right:18%;bottom:-3vh;height:5vh;border-radius:50%;background:radial-gradient(closest-side,rgba(0,6,40,.55),transparent);filter:blur(6px)}
@keyframes bob{0%,100%{transform:translate3d(0,0,0) rotate(-2deg)}50%{transform:translate3d(0,-18px,0) rotate(2deg)}}
.hero-mascot{translate:-50% 0}

/* Polymarket medal */
.medal{position:absolute;width:15vh;height:15vh;left:calc(56% + 20vh);top:22vh;perspective:600px;will-change:transform}
.medal .coin{width:100%;height:100%;animation:spin 7s linear infinite;transform-style:preserve-3d}
.medal img{width:100%;height:100%;border-radius:50%;filter:drop-shadow(0 16px 26px rgba(0,8,60,.5))}
.medal .tag{position:absolute;left:50%;top:calc(100% + 10px);translate:-50% 0;white-space:nowrap;font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.8);display:flex;gap:6px;align-items:center}
@keyframes spin{0%{transform:rotateY(0)}100%{transform:rotateY(360deg)}}

/* floating odds chips */
.chip{position:absolute;display:flex;align-items:center;gap:8px;padding:8px 12px 8px 8px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-size:12.5px;font-weight:500;letter-spacing:-.02em;white-space:nowrap;will-change:transform}
.chip i{font-style:normal;display:grid;place-items:center;min-width:34px;height:22px;padding:0 6px;border-radius:7px;background:#fff;color:var(--brand-bg);font-weight:600;font-size:11.5px}
.chip i.no{background:#FF5C7A;color:#fff}
.chip i.up{background:#5CFFA1;color:#022}
.chip small{color:rgba(255,255,255,.6);font-size:11px}

@media(max-width:900px){
  .hero-mascot{left:50%;height:44vh;bottom:2vh}
  .medal{width:9vh;height:9vh;left:auto;right:5vw;top:44vh}
  .medal .tag{display:none}
  .chip{display:none}
}

/* ── Scroll content ───────────────────── */
.scroll-track{position:relative;z-index:10;width:100%}
.section-pad{width:100%;padding-left:16px;padding-right:16px}
@media(min-width:1024px){.section-pad{padding-left:56px;padding-right:56px}}

.hero{position:relative;width:100%;height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-main{position:relative;z-index:10;width:100%;height:100vh;padding-top:112px;display:grid;grid-template-columns:1fr;gap:48px;align-items:start}
@media(min-width:1024px){.hero-main{padding-top:0;grid-template-columns:repeat(12,1fr);gap:32px;align-items:center}}
.hero-left{display:flex;flex-direction:column;justify-content:center}
@media(min-width:1024px){.hero-left{grid-column:span 7;height:100%;transform:translateY(-80px)}}
.badge{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-bottom:28px;padding:6px 12px 6px 6px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:500;letter-spacing:-.01em}
.badge .pm-mark{width:22px;height:22px;padding:4px;border-radius:50%;background:#fff;color:var(--brand-bg)}
.hero-title{font-size:clamp(46px,7vw,112px);font-weight:400;line-height:.95;letter-spacing:-.035em;margin-bottom:40px;display:flex;flex-direction:column}
.hero-title .line{display:block}
.hero-title .line.soft{color:rgba(255,255,255,.55)}
.char,.word{display:inline-block;will-change:transform,opacity,filter}
.cta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.cta{display:inline-flex;align-items:center;gap:12px;background:#fff;color:var(--brand-bg);border-radius:999px;padding:14px 26px 14px 16px;font-size:14px;font-weight:500;width:fit-content;transition:background .2s,transform .2s}
.cta:hover{transform:translateY(-1px)}
.cta.ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);padding:14px 22px}
.cta-icon,.cap-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--brand-bg);color:#fff;flex-shrink:0;transition:transform .2s}
.cta:hover .cta-icon{transform:rotate(45deg)}
.cap-icon{background:#fff;color:var(--brand-bg);margin-left:12px}
.cap-link:hover .cap-icon{transform:scale(1.1) rotate(45deg)}

.hero-right{display:flex;flex-direction:column;width:100%;max-width:328px}
@media(min-width:1024px){.hero-right{grid-column:9/span 4;justify-self:end;align-self:end;margin-bottom:56px}}
@media(max-width:1023px){.hero-right{display:none}}
.eyebrow{font-size:11.5px;font-weight:400;text-transform:uppercase;color:rgba(255,255,255,.6);letter-spacing:.15em;margin-bottom:12px}
.eyebrow.medium{font-weight:500;margin-bottom:0}
.body-copy{font-size:14.5px;line-height:1.625;letter-spacing:-.025em;padding:18px;border-radius:14px;background:rgba(1,12,55,.35);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1)}

/* About */
.about{width:100%;height:100vh;min-height:640px;padding-top:112px;padding-bottom:56px;display:flex;flex-direction:column;justify-content:space-between}
.about-top{width:100%;display:flex;flex-direction:column;gap:24px}
.about-copy{font-size:clamp(24px,3.2vw,44px);font-weight:500;line-height:1.2;letter-spacing:-.03em;max-width:1150px;text-shadow:0 2px 30px rgba(0,10,60,.35)}
.about-copy .dim{color:rgba(255,255,255,.55)}
.about-bottom{display:grid;grid-template-columns:1fr;width:100%;gap:32px}
@media(min-width:1024px){.about-bottom{grid-template-columns:repeat(12,1fr)}}
.caps{display:flex;flex-direction:column;width:100%;max-width:340px;padding:18px 20px 6px;border-radius:16px;background:rgba(1,12,55,.4);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.1)}
@media(min-width:1024px){.caps{grid-column:9/span 4;justify-self:end}}
@media(max-width:1023px){.caps{margin-left:auto}}
.caps-label{font-size:11.5px;font-weight:500;text-transform:uppercase;color:rgba(255,255,255,.6);letter-spacing:.15em;margin-bottom:14px}
.caps-list{display:flex;flex-direction:column}
.cap-link{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid rgba(255,255,255,.14)}
.cap-link span:first-child{font-size:14.5px;font-weight:500;letter-spacing:-.025em}

/* Solutions */
.solutions-spacer{width:100%;min-height:400vh;position:relative}
.solutions-overlay{position:fixed;inset:0;z-index:30;overflow:hidden;clip-path:inset(50% 50% round 3px);will-change:clip-path;pointer-events:none}
.solutions-inner{position:absolute;inset:0;background:radial-gradient(110% 90% at 80% 70%,#1B5BFF 0%,#0433C4 40%,#021C78 100%)}
#odds{position:absolute;inset:0;width:100%;height:100%}
.big-mark{position:absolute;right:-8vw;top:50%;width:min(95vh,90vw);height:min(95vh,90vw);translate:0 -50%;color:rgba(255,255,255,.1);will-change:transform}
.big-mark path{fill:none;stroke:currentColor;stroke-width:1.2;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.big-mark path{stroke-width:2px}
.sol-mascot{position:absolute;right:6vw;bottom:-4vh;height:88vh;aspect-ratio:800/1061;will-change:transform}
.sol-mascot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 50px 70px rgba(0,8,60,.55))}
@media(max-width:900px){.sol-mascot{right:-8vw;height:30vh;bottom:-7vh}.solutions-content{justify-content:flex-start;padding-top:96px}.solutions-stage{height:360px}.sol-set{justify-content:flex-start;gap:20px}}
.sol-price{position:absolute;display:flex;flex-direction:column;gap:2px;padding:10px 14px;border-radius:14px;background:#fff;color:var(--brand-bg);font-weight:600;font-size:22px;letter-spacing:-.03em;box-shadow:0 20px 40px rgba(0,10,60,.35);will-change:transform;left:0;top:0}
.sol-price small{font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;opacity:.6}
.solutions-content{position:relative;z-index:10;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}
.solutions-stage{width:100%;max-width:1000px;height:340px;position:relative}
@media(min-width:1024px){.solutions-stage{height:420px}}
.sol-set{position:absolute;inset:0;display:flex;flex-direction:column;gap:40px;justify-content:center;opacity:0;filter:blur(15px);will-change:opacity,filter,transform}
.sol-set h2{font-size:clamp(44px,7vw,112px);font-weight:400;line-height:.95;letter-spacing:-.035em;text-shadow:0 4px 40px rgba(0,10,60,.3)}
.sol-set p{max-width:380px;font-size:14.5px;line-height:1.6;color:rgba(255,255,255,.8);letter-spacing:-.02em}
.sol-top{display:flex;flex-direction:column;gap:24px;will-change:transform}
.sol-bottom{display:flex;flex-direction:column;gap:18px;will-change:transform}

/* Finale */
.finale{position:relative;z-index:40;background:#fff;color:var(--brand-bg);border-radius:28px 28px 0 0;padding-top:96px;padding-bottom:40px;overflow:hidden}
.finale-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:end}
@media(min-width:1024px){.finale-grid{grid-template-columns:7fr 5fr}}
.finale h2{font-size:clamp(52px,9vw,150px);font-weight:400;line-height:.9;letter-spacing:-.045em}
.finale .eyebrow{color:rgba(3,39,160,.55)}
.finale .cta{background:var(--brand-bg);color:#fff}
.finale .cta .cta-icon{background:#fff;color:var(--brand-bg)}
.finale .cta.ghost{background:transparent;color:var(--brand-bg);border-color:rgba(3,39,160,.25)}
.finale-side{display:flex;flex-direction:column;gap:14px;max-width:420px}
.ca-box{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:14px;background:#EEF2FF;border:1px solid rgba(3,39,160,.12);font-size:13px;cursor:pointer}
.ca-box b{font-weight:600}
.ca-box code{font-family:ui-monospace,Menlo,monospace;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ca-box .copy{font-size:12px;font-weight:600;padding:6px 10px;border-radius:8px;background:var(--brand-bg);color:#fff;flex-shrink:0}
.steps{display:grid;gap:0;border-top:1px solid rgba(3,39,160,.15)}
.steps div{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid rgba(3,39,160,.15);font-size:14px;letter-spacing:-.02em}
.steps div b{font-weight:600;min-width:26px;opacity:.5}
.finale-mascot{position:absolute;right:-40px;top:-10px;width:220px;opacity:.12;pointer-events:none;transform:rotate(12deg)}
.finale-foot{margin-top:72px;display:flex;flex-wrap:wrap;gap:16px 28px;align-items:center;justify-content:space-between;font-size:13px}
.finale-foot nav{display:flex;flex-wrap:wrap;gap:8px 22px}
.finale-foot nav a{opacity:.7}.finale-foot nav a:hover{opacity:1}
.wordmark{font-size:clamp(70px,19vw,300px);font-weight:600;letter-spacing:-.06em;line-height:.8;margin-top:40px;color:var(--brand-bg);white-space:nowrap}
.disclaimer{margin-top:22px;font-size:11.5px;line-height:1.6;opacity:.6;max-width:900px}

.fade-block{will-change:opacity,transform,filter}

@media(prefers-reduced-motion:reduce){
  .hero-mascot .bob,.medal .coin,.pm-pill .dot{animation:none}
}

/* ── Float3D objects ─────────────────── */
.f3d{position:absolute;left:0;top:0;pointer-events:none;will-change:transform;transform-style:preserve-3d;backface-visibility:visible}
.orbit-box{perspective:900px}
.orbit-box>img,.orbit-box>.bob{position:relative;z-index:30}
.hero-mascot .bob{position:absolute}
.sol-mascot>img{position:relative}
.f3d-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}

.sec-title{font-size:clamp(44px,6.4vw,100px);font-weight:400;line-height:.95;letter-spacing:-.035em}
.sec-title .soft{color:rgba(255,255,255,.55)}
.sec-copy{max-width:380px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.8);letter-spacing:-.02em}

/* ── Muses ring ──────────────────────── */
.muses{position:relative;z-index:40;background:radial-gradient(90% 70% at 50% 62%,#1B5BFF 0%,#0433C4 38%,#02238A 75%,#011556 100%);border-radius:28px 28px 0 0;padding-top:110px;padding-bottom:70px;overflow:hidden}
.muses-head{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;align-items:flex-end}
.ring{position:relative;z-index:2;height:min(68vh,640px);margin-top:10px;touch-action:pan-y;cursor:grab;user-select:none}
.ring:active{cursor:grabbing}
.ring-stage{position:absolute;inset:0}
.ring-floor{position:absolute;left:50%;bottom:6%;width:min(1100px,96vw);height:24%;translate:-50% 0;border-radius:50%;background:radial-gradient(closest-side,#1640D8 0%,#0B2FB0 60%,rgba(3,30,130,0) 100%);box-shadow:inset 0 10px 40px rgba(255,255,255,.08)}
.ring-floor::after{content:"";position:absolute;inset:14% 18%;border-radius:50%;border:2px dashed rgba(255,255,255,.18)}
.r-item{position:absolute;left:50%;bottom:14%;width:min(34vh,300px);aspect-ratio:1/1.05;will-change:transform,opacity;transform-origin:50% 100%}
.r-item img{width:100%;height:100%;object-fit:contain;object-position:50% 100%;filter:drop-shadow(0 30px 30px rgba(0,8,60,.5));pointer-events:none}
.r-item::after{content:"";position:absolute;left:18%;right:18%;bottom:-4%;height:9%;border-radius:50%;background:radial-gradient(closest-side,rgba(0,6,50,.55),transparent)}
.ring-ui{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:16px;margin-top:-10px}
.ring-btn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;cursor:pointer;transition:background .2s,transform .2s;flex-shrink:0}
.ring-btn:hover{background:rgba(255,255,255,.2);transform:scale(1.06)}
.ring-btn svg{width:18px;height:18px}
.ring-card{width:min(460px,100%);padding:20px;border-radius:18px;background:rgba(1,12,55,.45);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:14px}
.rc-top{display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.rc-top b{font-size:24px;font-weight:500;letter-spacing:-.03em}
.rc-top span{font-size:11.5px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.6)}
.rc-strat{display:flex;flex-direction:column;gap:4px;font-size:15px;line-height:1.5;letter-spacing:-.02em;min-height:68px}
.rc-strat small{font-size:10.5px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.5)}
.ring-card .cta{padding:12px 20px 12px 12px}
.ring-card.swap .rc-top,.ring-card.swap .rc-strat{opacity:0;transform:translateY(6px)}
.rc-top,.rc-strat{transition:opacity .35s,transform .35s}
@media(max-width:700px){.ring{height:56vh}.r-item{width:min(30vh,230px)}.ring-ui{gap:8px}.ring-btn{width:40px;height:40px}}

/* ── Strategy demo ───────────────────── */
.demo{position:relative;z-index:40;background:#011556;padding-top:100px;padding-bottom:110px;overflow:hidden}
.demo::before{content:"";position:absolute;inset:0;background:radial-gradient(60% 70% at 78% 50%,#0B45E6 0%,rgba(4,49,184,.4) 45%,transparent 75%)}
.demo-grid{position:relative;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
@media(min-width:1024px){.demo-grid{grid-template-columns:6fr 5fr}}
.demo-left{display:flex;flex-direction:column;gap:28px}
.term{border-radius:18px;background:rgba(1,12,55,.6);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden;max-width:640px}
.term-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08);font-size:11.5px;color:rgba(255,255,255,.55);letter-spacing:.04em}
.term-bar i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.2)}
.term-bar span{margin-left:8px}
.term-body{padding:18px;display:flex;flex-direction:column;gap:16px;min-height:330px}
.t-row small{display:block;font-size:10.5px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.5);margin-bottom:6px}
.t-row p{font-size:16px;line-height:1.5;letter-spacing:-.02em;min-height:48px}
.t-row p::after{content:"";display:inline-block;width:2px;height:1.1em;background:#fff;margin-left:2px;vertical-align:-3px;animation:blink 1s steps(1) infinite}
.t-row.done p::after{display:none}
@keyframes blink{50%{opacity:0}}
.t-log{display:flex;flex-direction:column;gap:8px}
.t-line{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.45;color:rgba(255,255,255,.85);opacity:0;transform:translateY(8px);transition:opacity .45s,transform .45s}
.t-line.on{opacity:1;transform:none}
.t-line em{font-style:normal;flex-shrink:0;min-width:58px;text-align:center;font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 7px;border-radius:6px;background:rgba(255,255,255,.12)}
.t-line em.buy{background:#1E8F4E;color:#fff}
.t-line em.why{background:#fff;color:var(--brand-bg)}
.demo-right{display:flex;justify-content:center}
.demo-muse{position:relative;width:min(420px,78vw);aspect-ratio:630/557}
.demo-muse img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 40px 50px rgba(0,8,60,.55))}

/* finale fixes */
.finale{z-index:41}
.wordmark{line-height:.9;padding-bottom:.08em}

/* background objects everywhere */
.hero-mascot .bob{z-index:30}
.demo-grid,.finale-grid,.finale-foot,.wordmark,.disclaimer{position:relative;z-index:1}
#stage-bg,#sol-bg{z-index:1}
.hero-mascot,.sol-mascot{z-index:5}
.f3d-bg .f3d{transition:opacity .6s}
.finale-lane{position:relative!important;inset:auto!important;height:210px;margin:24px -16px 8px;overflow:hidden}
@media(min-width:1024px){.finale-lane{margin:30px -56px 10px}}
.finale-foot{margin-top:0}

/* hero ring of Muses */
.hero-mascot.hero-ring{aspect-ratio:auto;height:78vh;width:min(66vw,1040px);left:60%;bottom:2vh;pointer-events:auto;cursor:default}
.hero-ring .ring-stage{position:absolute;inset:0}
.hero-ring::after{display:none}
.h-item{position:absolute;left:50%;bottom:9%;height:82%;aspect-ratio:0.86;transform-origin:50% 100%;will-change:transform,opacity;cursor:pointer}
.h-item img{width:100%;height:100%;object-fit:contain;object-position:50% 100%;pointer-events:none;filter:none}
.h-item::after{content:"";position:absolute;left:16%;right:16%;bottom:-3%;height:8%;border-radius:50%;background:radial-gradient(closest-side,rgba(0,6,50,.5),transparent)}
.hero-floor{bottom:3%!important;height:26%!important;width:100%!important}
.hero-tag{position:absolute;left:50%;bottom:0;translate:-50% 0;z-index:200;display:flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:rgba(1,12,55,.55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.14);font-size:13px;white-space:nowrap}
.hero-tag b{font-weight:600;letter-spacing:-.02em}
.hero-tag span{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.hero-tag b,.hero-tag span{transition:opacity .25s,transform .25s}
.hero-tag.swap b,.hero-tag.swap span{opacity:0;transform:translateY(4px)}
.stage{pointer-events:none}
@media(max-width:900px){.hero-mascot.hero-ring{left:50%;width:100vw;height:48vh;bottom:1vh}.h-item{height:80%}}
.h-item{height:74%}
.hero-mascot.hero-ring{left:63%}
@media(max-width:900px){.hero-mascot.hero-ring{left:50%}.h-item{height:78%}}
.h-item{height:86%;bottom:7%}\n.hero-mascot.hero-ring{left:60%}\n@media(max-width:900px){.hero-mascot.hero-ring{left:50%}.h-item{height:80%}}

/* v9: bigger Muses, ring in front of the hero text */
.hero-front{position:fixed;inset:0;z-index:12;pointer-events:none;overflow:hidden}
.hero-mascot.hero-ring{left:64%;bottom:-3vh;height:98vh;width:min(72vw,1200px)}
.h-item{height:92%;bottom:6%}
.hero-tag{bottom:5vh}
.hero-floor{bottom:2%!important}
@media(max-width:900px){.hero-mascot.hero-ring{left:50%;width:110vw;height:62vh;bottom:-1vh}.h-item{height:88%}.hero-tag{bottom:3vh}}
/* Muses section ring bigger */
.ring{height:min(80vh,780px)}
.r-item{width:min(46vh,440px)}
@media(max-width:700px){.ring{height:62vh}.r-item{width:min(38vh,300px)}}
.fade-sec{will-change:opacity}
.fade-sec>*{will-change:transform}
/* hero: spotlight behind the front Muse for depth */
.hero-ring::before{content:"";position:absolute;left:50%;bottom:8%;width:62%;height:78%;translate:-50% 0;border-radius:50%;background:radial-gradient(closest-side,rgba(120,170,255,.35),rgba(120,170,255,0));filter:blur(10px);z-index:0;pointer-events:none}
.h-item img{-webkit-user-drag:none}

.logo-tile{background:#0327A0 url(logo.webp) center/cover no-repeat!important;box-shadow:0 0 0 1px rgba(255,255,255,.18) inset}
.x-link{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:rgba(255,255,255,.08);color:#fff;transition:background .2s,transform .2s;flex-shrink:0}
.x-link:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}
.x-link svg{width:14px;height:14px}

.x-link{width:auto;padding:0 12px 0 10px;gap:7px;display:inline-flex;align-items:center;font-size:12.5px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;background:#fff;color:#0327A0}
.x-link:hover{background:#E8EEFF}
@media(max-width:1180px){.x-link span{display:none}.x-link{padding:0;width:32px;justify-content:center}}

/* shorter intro: explanation arrives sooner, less empty scroll */
.hero{height:82vh}
.hero-main{height:82vh}
.about{height:auto;min-height:0;padding-top:40px;padding-bottom:70px;gap:48px}
.solutions-spacer{min-height:300vh}
.solutions-spacer{margin-top:-65vh}

/* editorial type: Instrument Serif accents */
@font-face{font-family:'Instrument Serif';font-weight:400;font-style:normal;font-display:swap;src:url(instrument-serif-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'Instrument Serif';font-weight:400;font-style:italic;font-display:swap;src:url(instrument-serif-latin-400-italic.woff2) format('woff2')}
.about-copy{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:clamp(34px,4.6vw,72px);line-height:1.04;letter-spacing:-.015em;max-width:1250px;text-wrap:balance}
.about-copy .em{font-style:italic;color:#BFD3FF}
.hero-title .line.soft,.sec-title .soft,.finale h2 .soft{font-family:'Instrument Serif',Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.01em;color:rgba(255,255,255,.72)}
.hero-title .line.soft .char{padding-right:.02em}

.hdr-ca{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 10px;border-radius:9px;border:1px solid rgba(255,255,255,.25);background:#5CFFA1;color:#022;font:600 12px/1 'Inter Tight',sans-serif;cursor:pointer;white-space:nowrap}
.hdr-ca[hidden]{display:none}
.hdr-ca code{font:600 12px/1 ui-monospace,Menlo,monospace}
.hdr-ca .dn{display:none}.hdr-ca.ok .cp{display:none}.hdr-ca.ok .dn{display:inline}
@media(max-width:700px){.hdr-ca .cp,.hdr-ca b{display:none}}
