:root{
  --pit:#0D0A1E;
  --onyx:#171029;
  --onyx-lift:#211836;
  --onyx-cap:#2B2140;
  --seam:#332843;
  --seam-warm:#43365C;
  --flare:#E89536;
  --flare-dim:#C67720;
  --teal:#4BBCD6;
  --orchid:#A164C2;
  --orchid-dim:#7A4EA8;
  --chalk:#F5F0FA;
  --chalk-soft:#BDB5D0;
  --chalk-faint:#867E9E;
  --on-flare:#1C0F00;
  --bend:13px;
  --bend-lg:20px;
  --bar-h:66px;
  --dock-w:258px;
  --dock-w-min:74px;
  --shell:1088px;
  --rib:32px;
  --fnt-title:"Marcellus",Georgia,"Times New Roman",serif;
  --fnt-copy:"Mulish","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--bar-h) + 14px);overflow-x:hidden}
body{margin:0;padding-top:var(--bar-h);max-width:100%;overflow-x:clip;
  font-family:var(--fnt-copy);color:var(--chalk);background:var(--pit);line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--fnt-title);line-height:1.2;margin:0;font-weight:400}
h2{font-size:clamp(1.6rem,2.8vw,2.25rem);margin:0 0 .8rem;color:var(--flare)}
h3{font-size:clamp(1.15rem,1.9vw,1.42rem);margin:1.8rem 0 .5rem;color:var(--chalk)}
h4{font-size:1.06rem;margin:1.2rem 0 .4rem;color:var(--teal)}
p{margin:0 0 1rem}
p,h1,h2,h3,h4,li,summary,td,th,dt,dd{overflow-wrap:break-word;word-wrap:break-word}
.orb-stage__grid>*,.orb-base__cols>*,.orb-mesh>*,.orb-talk>*,.orb-cleave>*{min-width:0}

.orb-shell{width:100%;max-width:calc(var(--shell) + var(--rib)*2);margin-inline:auto;padding-inline:var(--rib)}
.orb-slab{padding-top:24px}
.orb-slab>.orb-shell,.orb-seal>.orb-shell{background:var(--onyx);border:1px solid var(--seam);
  border-radius:var(--bend-lg);padding-block:28px 32px}
.orb-slab>.orb-shell>h2:first-child,.orb-slab>.orb-shell>.orb-rail:first-child{margin-top:0}

.orb-eyebrow{display:inline-block;font-size:.7rem;font-weight:800;letter-spacing:.16em;
  text-transform:uppercase;color:var(--flare);margin-bottom:.35rem}
.orb-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.74rem;font-weight:700;letter-spacing:.09em;
  text-transform:uppercase;color:var(--teal);background:var(--onyx-lift);border:1px solid var(--seam-warm);
  padding:.42rem .9rem;border-radius:999px}

.orb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;
  border:1px solid transparent;font-family:var(--fnt-copy);font-weight:700;font-size:.94rem;
  line-height:1;padding:.82rem 1.45rem;border-radius:12px;white-space:nowrap;
  transition:background .14s,border-color .14s,color .14s,transform .12s}
.orb-btn--gold{background:var(--flare);color:var(--on-flare)}
.orb-btn--gold:hover{background:var(--flare-dim);transform:translateY(-1px)}
.orb-btn--dim{background:var(--onyx-lift);color:var(--chalk);border-color:var(--seam-warm)}
.orb-btn--dim:hover{background:var(--onyx-cap);border-color:var(--teal)}
.orb-btn--line{background:transparent;color:var(--chalk);border-color:var(--seam-warm)}
.orb-btn--line:hover{background:var(--onyx-lift);border-color:var(--flare)}
.orb-btn--xl{padding:1rem 1.85rem;font-size:1rem}
.orb-btn--span{width:100%}
:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:6px}

@keyframes orbGlow{
  0%,100%{transform:scale(1);box-shadow:0 0 0 rgba(232,149,54,0)}
  50%    {transform:scale(1.045);box-shadow:0 0 30px rgba(232,149,54,.5)}
}
.orb-btn--beat{animation:orbGlow 3.1s ease-in-out infinite;will-change:transform}
.orb-btn--beat:hover{animation-play-state:paused}
@media (prefers-reduced-motion:reduce){.orb-btn--beat{animation:none}}

.orb-bar{position:fixed;top:0;left:0;right:0;z-index:70;background:var(--onyx);border-bottom:1px solid var(--seam)}
.orb-bar__in{max-width:100%;display:flex;align-items:center;gap:.75rem;height:var(--bar-h);padding-inline:20px;margin-inline:0}
.orb-sigil{display:inline-flex;align-items:center;cursor:pointer;flex:0 0 auto}
.orb-sigil img{height:42px;width:auto}
.orb-nav{display:flex;gap:.25rem;margin-left:.75rem}
.orb-nav__l{display:inline-flex;align-items:center;gap:.4rem;padding:.46rem .76rem;border-radius:10px;
  background:var(--onyx-lift);border:1px solid var(--seam);color:var(--chalk-soft);font-weight:600;font-size:.87rem;
  cursor:pointer;transition:background .14s,color .14s,border-color .14s}
.orb-nav__l img{width:18px;height:18px;opacity:.85}
.orb-nav__l:hover{background:var(--onyx-cap);border-color:var(--seam-warm);color:var(--chalk)}
.orb-nav__l:hover img{opacity:1}
.orb-bar__act{margin-left:auto;margin-right:0;display:flex;align-items:center;gap:.55rem;flex:0 0 auto}
.orb-bar__act .orb-btn{padding:.62rem 1.15rem}
.orb-flame{display:flex;flex-direction:column;gap:5px;width:42px;height:42px;background:var(--onyx-lift);
  border:1px solid var(--seam);border-radius:12px;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto;
  transition:background .14s,border-color .14s}
.orb-flame:hover{background:var(--onyx-cap);border-color:var(--flare)}
.orb-flame span{width:18px;height:2px;background:var(--chalk);border-radius:2px;transition:transform .18s,opacity .18s}
body.dock-live .orb-flame span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.dock-live .orb-flame span:nth-child(2){opacity:0}
body.dock-live .orb-flame span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.orb-dock{position:fixed;top:var(--bar-h);left:0;bottom:0;width:var(--dock-w);z-index:65;
  background:var(--onyx);border-right:1px solid var(--seam);overflow-y:auto;overflow-x:hidden;
  display:flex;flex-direction:column;padding:16px 12px;transition:width .2s ease,transform .22s ease}
.orb-dock__cap{font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--chalk-faint);padding:14px 12px 6px;white-space:nowrap}
.orb-dock__set{display:flex;flex-direction:column;gap:6px}
.orb-dock__l{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:11px;cursor:pointer;
  background:var(--onyx-lift);border:1px solid var(--seam);color:var(--chalk-soft);font-weight:600;font-size:.88rem;
  white-space:nowrap;transition:background .14s,color .14s,border-color .14s}
.orb-dock__l:hover{background:var(--onyx-cap);border-color:var(--seam-warm);color:var(--chalk)}
.orb-dock__l.here{background:var(--onyx-cap);border-color:var(--flare);color:var(--flare)}
.orb-dock__l img{width:22px;height:22px;flex:0 0 auto}
.orb-dock__base{margin-top:auto;padding-top:14px;border-top:1px solid var(--seam);display:flex;flex-direction:column;gap:.5rem}
.orb-dock__act{display:flex;flex-direction:column;gap:.45rem}
.orb-dock__lang{display:flex;align-items:center;gap:.6rem;padding:.6rem .7rem;border:1px solid var(--seam);
  background:var(--onyx-lift);border-radius:11px;color:var(--chalk-soft);font-size:.86rem;cursor:pointer;white-space:nowrap}
.orb-dock__lang img{width:22px;height:14px;border-radius:3px;flex:0 0 auto}
.orb-fold{display:flex;align-items:center;gap:.7rem;padding:.6rem .75rem;border-radius:11px;border:1px solid var(--seam);
  background:var(--onyx-lift);color:var(--chalk-faint);font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}
.orb-fold:hover{color:var(--chalk);border-color:var(--seam-warm)}
.orb-fold span[aria-hidden]{font-size:1rem;line-height:1}

body.dock-slim .orb-dock{width:var(--dock-w-min);padding-inline:8px}
body.dock-slim .orb-dock__l{justify-content:center;padding-inline:.4rem}
body.dock-slim .orb-dock__l b,
body.dock-slim .orb-dock__cap,
body.dock-slim .orb-dock__lang span,
body.dock-slim .orb-fold b,
body.dock-slim .orb-dock__act{display:none}
body.dock-slim .orb-dock__lang,
body.dock-slim .orb-fold{justify-content:center;padding-inline:.4rem}
.orb-main{margin-left:var(--dock-w);transition:margin-left .2s ease}
body.dock-slim .orb-main{margin-left:var(--dock-w-min)}
.orb-scrim{position:fixed;inset:0;background:rgba(5,3,10,.72);z-index:64;opacity:0;
  pointer-events:none;transition:opacity .22s}
.orb-scrim.show{opacity:1;pointer-events:auto}

.orb-path{border-bottom:1px solid var(--seam);background:var(--onyx)}
.orb-path ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:.6rem 0;font-size:.82rem;color:var(--chalk-faint)}
.orb-path li{display:flex;align-items:center;gap:.4rem}
.orb-path li+li::before{content:"›";color:var(--seam-warm)}
.orb-path span[role=link]{cursor:pointer;color:var(--chalk-soft)}
.orb-path span[role=link]:hover{color:var(--flare)}
.orb-path [aria-current=page]{color:var(--chalk-soft);font-weight:600}

.orb-stage{border-bottom:1px solid var(--seam);background:var(--onyx)}
.orb-stage__grid{display:grid;grid-template-columns:1.12fr .88fr;gap:2.1rem;align-items:center;padding-block:32px 44px}
.orb-h1{font-size:clamp(1.95rem,4vw,2.85rem);font-weight:400;margin:.7rem 0 0;color:var(--flare);font-family:var(--fnt-title)}
.orb-sub{color:var(--chalk-soft);font-size:1.05rem;margin:1.05rem 0 1.4rem;max-width:62ch}
.orb-stage__act{display:flex;gap:.65rem;flex-wrap:wrap;margin-bottom:1.15rem}
.orb-stage__chips{list-style:none;display:flex;flex-wrap:wrap;gap:.55rem;margin:0;padding:0}
.orb-stage__chips li{display:inline-flex;align-items:center;gap:.45rem;background:var(--onyx-lift);
  border:1px solid var(--seam);border-radius:999px;padding:.42rem .88rem;font-size:.83rem;color:var(--chalk-soft)}
.orb-stage__chips img{width:20px;height:20px}
.orb-stage__chips b{color:var(--chalk)}

.orb-vow{background:var(--onyx-lift);border:1px solid var(--seam-warm);border-radius:var(--bend-lg);padding:1.5rem}
.orb-vow__tab{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.11em;
  text-transform:uppercase;color:var(--on-flare);background:var(--flare);
  padding:.34rem .82rem;border-radius:999px;margin-bottom:.9rem}
.orb-vow__big{display:block;font-family:var(--fnt-title);font-weight:400;font-size:clamp(1.75rem,3vw,2.2rem);line-height:1.05;color:var(--chalk)}
.orb-vow__more{display:block;font-weight:700;color:var(--teal);margin-top:.25rem;font-size:1.06rem}
.orb-vow__hint{color:var(--chalk-faint);font-size:.85rem;margin:.7rem 0 1rem}
.orb-vow__rows{margin:0 0 1rem;display:grid;gap:.42rem}
.orb-vow__rows>div{display:flex;justify-content:space-between;gap:1rem;font-size:.87rem;
  border-bottom:1px solid var(--seam);padding-bottom:.42rem}
.orb-vow__rows>div:last-child{border-bottom:0;padding-bottom:0}
.orb-vow__rows dt{color:var(--chalk-faint);margin:0}
.orb-vow__rows dd{margin:0;font-weight:700}

.orb-slab p{color:var(--chalk-soft)}
.orb-intro{font-size:1.05rem;color:var(--chalk-soft)}
.orb-frame{display:block;border-radius:var(--bend-lg);overflow:hidden;border:1px solid var(--seam);
  margin:1.35rem 0 .3rem;cursor:pointer}
.orb-frame img{width:100%;height:auto}

.orb-jump{background:var(--onyx-lift);border:1px solid var(--seam);border-radius:var(--bend);padding:1.25rem 1.4rem;margin-top:1.4rem}
.orb-jump__lead{color:var(--chalk-soft);font-size:.9rem;margin:0 0 .78rem}
.orb-jump ol{margin:0;padding-left:1.3rem;columns:2;column-gap:2.2rem;color:var(--chalk-soft);font-size:.91rem}
.orb-jump li{margin-bottom:.4rem;break-inside:avoid}
.orb-jump span{cursor:pointer}
.orb-jump span:hover{color:var(--flare)}

.orb-sheet{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;
  border:1px solid var(--seam);border-radius:var(--bend);margin:0 0 1.4rem}
.orb-sheet__grid{width:100%;border-collapse:collapse;font-size:.89rem;min-width:640px;background:var(--onyx-lift)}
.orb-sheet__grid th,.orb-sheet__grid td{padding:.75rem 1.05rem;text-align:left;border-top:1px solid var(--seam)}
.orb-sheet__grid thead th{background:var(--onyx-cap);color:var(--flare);font-size:.72rem;
  text-transform:uppercase;letter-spacing:.06em;border-top:0;white-space:nowrap}
.orb-sheet__grid tbody th{color:var(--chalk);font-weight:700;white-space:nowrap}
.orb-sheet__grid td{color:var(--chalk-soft)}
.orb-sheet__grid tbody tr:nth-child(even){background:var(--onyx-cap)}

.orb-steps{margin:0 0 1.2rem;padding-left:1.35rem;color:var(--chalk-soft);display:grid;gap:.55rem}
.orb-steps strong{color:var(--chalk)}
.orb-dots{margin:0 0 1.2rem;padding-left:1.25rem;color:var(--chalk-soft);display:grid;gap:.44rem}
.orb-dots strong{color:var(--chalk)}

.orb-rail{margin-bottom:28px}
.orb-rail__top{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:14px}
.orb-rail__h{font-size:1.24rem;margin:0}
.orb-rail__pg{display:flex;gap:8px}
.orb-rail__pgbtn{width:36px;height:36px;border-radius:11px;background:var(--onyx-lift);border:1px solid var(--seam);
  color:var(--chalk);font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.orb-rail__pgbtn:hover{border-color:var(--flare);background:var(--onyx-cap)}
.orb-belt{display:grid;grid-auto-flow:column;grid-auto-columns:228px;gap:14px;overflow-x:auto;
  scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:8px}
.orb-belt::-webkit-scrollbar{display:none}
.orb-chip{scroll-snap-align:start;display:flex;flex-direction:column;cursor:pointer}
.orb-chip__shot{position:relative;overflow:hidden;border-radius:12px;background:var(--onyx-cap);
  border:1px solid var(--seam);aspect-ratio:400/300}
.orb-chip__shot img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.orb-chip:hover .orb-chip__shot img{transform:scale(1.06)}
.orb-chip__rtp{position:absolute;left:8px;top:8px;z-index:2;background:rgba(7,4,14,.88);
  border:1px solid var(--seam-warm);color:var(--teal);font-size:.7rem;font-weight:800;
  padding:.22rem .5rem;border-radius:7px}
.orb-chip__hood{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;
  background:rgba(8,5,14,.72);transition:opacity .18s}
.orb-chip:hover .orb-chip__hood{opacity:1}
.orb-chip__play{background:var(--flare);color:var(--on-flare);font-weight:800;font-size:.8rem;
  padding:.45rem 1.05rem;border-radius:999px}
.orb-chip__cap{padding:.52rem .14rem 0}
.orb-chip__name{display:block;font-weight:700;font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.orb-chip__dev{display:block;color:var(--chalk-faint);font-size:.74rem}

.orb-wire{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:.72rem;padding:0;margin:0}
.orb-wire li{display:flex;align-items:center;gap:.72rem;background:var(--onyx-lift);border:1px solid var(--seam);
  border-radius:12px;padding:.58rem .82rem;transition:border-color .4s ease}
.orb-wire li.pop{animation:orbWireIn .45s ease}
@keyframes orbWireIn{from{opacity:0;transform:translateY(-8px);border-color:var(--flare)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.orb-wire li.pop{animation:none}}
.orb-wire img{width:60px;height:45px;object-fit:cover;border-radius:8px;flex:0 0 auto}
.orb-wire span{flex:1;min-width:0;display:flex;flex-direction:column}
.orb-wire b{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.orb-wire small{color:var(--chalk-faint);font-size:.75rem}
.orb-wire em{font-style:normal;font-weight:800;color:var(--flare);font-size:.97rem;flex:0 0 auto}

.orb-mesh{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.1rem}
.orb-mesh--4{grid-template-columns:repeat(4,1fr)}
.orb-cell{background:var(--onyx-lift);border:1px solid var(--seam);border-radius:var(--bend);
  padding:1.3rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .15s,background .15s}
.orb-cell:hover{border-color:var(--seam-warm);background:var(--onyx-cap)}
.orb-cell__mark{width:48px;height:48px}
.orb-cell h3{margin:.2rem 0 0;font-size:1.1rem;color:var(--chalk)}
.orb-cell p{color:var(--chalk-soft);font-size:.89rem;margin:0;flex:1}
.orb-cell .orb-btn{align-self:flex-start;margin-top:.5rem}
.orb-cell--snug .orb-cell__mark{width:44px;height:44px}
.orb-cell__pic{margin:0 0 .6rem;border-radius:10px;overflow:hidden;border:1px solid var(--seam)}
.orb-cell__pic img{width:100%;height:auto;display:block}

.orb-cleave{display:grid;grid-template-columns:1.4fr .9fr;gap:1.7rem;align-items:start;margin-top:1.1rem}
.orb-cleave__col p{margin:0 0 1rem}
.orb-figure{background:var(--onyx-lift);border:1px solid var(--seam);border-radius:var(--bend);overflow:hidden}
.orb-figure img{width:100%;height:auto;display:block}
.orb-figure figcaption{padding:.75rem 1.05rem;color:var(--chalk-faint);font-size:.83rem}

.orb-get{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.1rem}
.orb-get__btn{display:inline-flex;align-items:center;gap:.65rem;cursor:pointer;background:var(--onyx-lift);
  border:1px solid var(--seam);border-radius:12px;padding:.62rem 1.05rem;transition:border-color .15s,background .15s}
.orb-get__btn:hover{border-color:var(--flare);background:var(--onyx-cap)}
.orb-get__btn img{width:26px;height:26px}
.orb-get__btn span{display:flex;flex-direction:column;line-height:1.2}
.orb-get__btn small{color:var(--chalk-faint);font-size:.69rem}
.orb-get__btn b{font-size:.92rem}

.orb-brands{list-style:none;display:grid;grid-template-columns:repeat(8,1fr);gap:.55rem;padding:0;margin:0 0 1.4rem}
.orb-brands li{background:var(--onyx-lift);border:1px solid var(--seam);border-radius:12px;padding:.6rem .35rem;
  display:flex;align-items:center;justify-content:center;min-width:0}
.orb-brands img{max-width:100%;height:auto;max-height:28px;width:auto;object-fit:contain;opacity:.92}

.orb-talk{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.1rem}
.orb-talk__c{background:var(--onyx-lift);border:1px solid var(--seam);border-radius:var(--bend);padding:1.2rem}
.orb-talk__c header{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem}
.orb-talk__c header img{width:50px;height:50px;border-radius:50%}
.orb-talk__c header b{display:block;font-size:.92rem;color:var(--chalk)}
.orb-talk__c header small{color:var(--chalk-faint);font-size:.77rem}
.orb-talk__stars{color:var(--flare);letter-spacing:.06em;margin-bottom:.4rem}
.orb-talk__c p{color:var(--chalk-soft);font-size:.87rem;margin:0}

.orb-quest{display:grid;gap:.55rem}
.orb-quest details{background:var(--onyx-lift);border:1px solid var(--seam);border-radius:12px;overflow:hidden}
.orb-quest details[open]{border-color:var(--seam-warm)}
.orb-quest summary{list-style:none;cursor:pointer;padding:1rem 1.15rem;font-family:var(--fnt-title);
  font-weight:400;font-size:1.04rem;color:var(--chalk);
  display:flex;justify-content:space-between;gap:1rem;align-items:center}
.orb-quest summary::-webkit-details-marker{display:none}
.orb-quest summary::after{content:"+";color:var(--flare);font-size:1.5rem;line-height:1;flex:0 0 auto}
.orb-quest details[open] summary::after{content:"–"}
.orb-quest__a{padding:0 1.15rem 1.1rem}
.orb-quest__a p{margin:0;color:var(--chalk-soft);font-size:.9rem}

.orb-seal{padding-top:44px}
.orb-seal__box{display:flex;align-items:center;gap:1rem;background:var(--onyx-lift);
  border:1px solid var(--seam);border-radius:var(--bend);padding:1.05rem 1.35rem}
.orb-seal__box img{width:36px;height:36px;flex:0 0 auto}
.orb-seal__box p{margin:0;color:var(--chalk-soft);font-size:.88rem}
.orb-seal__box strong{color:var(--chalk)}
.orb-seal__box time{color:var(--flare);font-weight:700}

.orb-base{border-top:1px solid var(--seam);background:var(--onyx);padding:clamp(28px,4vw,44px) 0 30px;margin-top:52px}
.orb-base__cols{display:grid;grid-template-columns:1.85fr 1fr 1fr 1.2fr;gap:1.75rem;margin-bottom:1.5rem}
.orb-base__sigil img{height:44px;width:auto;margin-bottom:.7rem}
.orb-base__sigil p{color:var(--chalk-soft);font-size:.85rem;max-width:46ch}
.orb-base__soc{margin-top:1rem}
.orb-base__soc-h{color:var(--chalk-faint);font-size:.79rem;margin:0 0 .48rem;letter-spacing:.06em;text-transform:uppercase}
.orb-base__soc ul{list-style:none;display:flex;flex-wrap:wrap;gap:.48rem;padding:0;margin:0}
.orb-base__soc li span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;
  background:var(--onyx-lift);border:1px solid var(--seam);border-radius:11px;transition:border-color .15s,background .15s}
.orb-base__soc li span:hover{border-color:var(--teal);background:var(--onyx-cap)}
.orb-base__soc img{width:22px;height:22px}
.orb-base__col{display:flex;flex-direction:column;gap:.44rem}
.orb-base__h{font-family:var(--fnt-title);font-weight:400;font-size:1.04rem;color:var(--chalk);margin:0 0 .3rem}
.orb-base__col span[role=link]{color:var(--chalk-soft);font-size:.85rem;cursor:pointer}
.orb-base__col span[role=link]:hover{color:var(--flare)}
.orb-base__app p:not(.orb-base__h){color:var(--chalk-faint);font-size:.83rem;margin:0 0 .6rem}
.orb-base__fine{border-top:1px solid var(--seam);padding-top:1.25rem}
.orb-base__pay{list-style:none;display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;justify-content:center;
  padding:0 0 1.15rem;margin:0 0 1.15rem;border-bottom:1px solid var(--seam)}
.orb-base__pay li{background:var(--onyx-lift);border:1px solid var(--seam);border-radius:10px;padding:.42rem .72rem;
  display:flex;align-items:center;justify-content:center}
.orb-base__pay img{max-height:24px;width:auto;max-width:100%;object-fit:contain;opacity:.92}
.orb-base__trust{list-style:none;display:grid;grid-template-columns:repeat(10,1fr);gap:.5rem;align-items:center;
  padding:0;margin:0 0 1.25rem}
.orb-base__trust li{display:flex;align-items:center;justify-content:center;min-width:0}
.orb-base__trust a{display:flex;align-items:center;justify-content:center;width:100%;
  background:var(--onyx-lift);border:1px solid var(--seam);border-radius:10px;padding:.5rem .3rem;
  transition:border-color .15s,background .15s}
.orb-base__trust a:hover{border-color:var(--flare);background:var(--onyx-cap)}
.orb-base__trust img{max-height:26px;max-width:100%;width:auto;height:auto;object-fit:contain;opacity:.92}
.orb-base__trust a:hover img{opacity:1}
.orb-base__note{color:var(--chalk-soft);font-size:.83rem;margin:.5rem 0}
.orb-base__note strong{color:var(--chalk)}
.orb-base__copy{color:var(--chalk-faint);font-size:.75rem;line-height:1.6;margin:.7rem 0 0}

.orb-lift{position:fixed;right:22px;bottom:22px;z-index:75;width:48px;height:48px;border-radius:14px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;border:1px solid var(--seam-warm);
  background:var(--onyx-lift);color:var(--flare);font-size:1.35rem;line-height:1;
  opacity:0;visibility:hidden;transition:opacity .22s,visibility .22s,background .15s,border-color .15s}
.orb-lift.show{opacity:1;visibility:visible}
.orb-lift:hover{background:var(--onyx-cap);border-color:var(--flare)}

#makers,#guard,#word{content-visibility:auto;contain-intrinsic-size:640px}

@media(max-width:1250px){
  .orb-brands{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:1100px){
  .orb-dock{transform:translateX(-100%);width:min(84vw,290px);box-shadow:none}
  body.dock-live .orb-dock{transform:translateX(0)}
  body.dock-slim .orb-dock{width:min(84vw,290px);padding-inline:12px}
  body.dock-slim .orb-dock__l{justify-content:flex-start;padding-inline:.7rem}
  body.dock-slim .orb-dock__l b,
  body.dock-slim .orb-dock__cap,
  body.dock-slim .orb-dock__lang span,
  body.dock-slim .orb-dock__act{display:revert}
  .orb-fold{display:none}
  .orb-main,body.dock-slim .orb-main{margin-left:0}
  .orb-stage__grid{grid-template-columns:1fr;gap:1.6rem}
  .orb-vow{order:-1}
  .orb-mesh,.orb-mesh--4{grid-template-columns:1fr 1fr}
  .orb-talk{grid-template-columns:1fr 1fr}
  .orb-wire{grid-template-columns:1fr 1fr}
  .orb-cleave{grid-template-columns:1fr}
  .orb-base__cols{grid-template-columns:1fr 1fr}
}
@media(max-width:960px){
  .orb-base__trust{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:768px){
  .orb-shell{--rib:24px}
  .orb-slab>.orb-shell,.orb-seal>.orb-shell{padding-block:22px 26px;border-radius:var(--bend)}
  .orb-nav{display:none}
  .orb-bar__act .orb-btn--line{display:none}
  .orb-talk{grid-template-columns:1fr}
  .orb-wire{grid-template-columns:1fr}
  .orb-jump ol{columns:1}
  .orb-sheet__grid{min-width:560px;font-size:.83rem}
  .orb-sheet__grid th,.orb-sheet__grid td{padding:.6rem .68rem}
}
@media(max-width:560px){
  .orb-shell{--rib:18px}
  .orb-base__trust{grid-template-columns:repeat(3,1fr)}
  .orb-brands{grid-template-columns:repeat(3,1fr)}
  .orb-mesh,.orb-mesh--4{grid-template-columns:1fr}
  .orb-base__cols{grid-template-columns:1fr}
  .orb-belt{grid-auto-columns:188px}
  .orb-sheet__grid{min-width:480px;font-size:.77rem}
  .orb-sheet__grid th,.orb-sheet__grid td{padding:.5rem .55rem}
  .orb-lift{right:14px;bottom:14px;width:44px;height:44px}
}
@media(max-width:380px){
  .orb-shell{--rib:14px}
  .orb-belt{grid-auto-columns:170px}
  .orb-sheet__grid{min-width:420px;font-size:.72rem}
  .orb-sheet__grid th,.orb-sheet__grid td{padding:.42rem .4rem}
}

.orb-quest__q{margin:0;font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;line-height:inherit;display:inline}