:root {
  --void: #050816;
  --void-2: #080d1f;
  --surface: rgba(15, 22, 45, .78);
  --surface-solid: #10162a;
  --surface-elevated: #171f38;
  --cyan: #43e8ff;
  --violet: #7657ff;
  --magenta: #ff4fd8;
  --gold: #ffc857;
  --green: #67f5a6;
  --danger: #ff5876;
  --text: #f8faff;
  --muted: #aeb8d5;
  --line: rgba(145, 176, 230, .16);
  --shadow: 0 28px 80px rgba(0,0,0,.38);
  --radius: 28px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(67,232,255,.08), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(118,87,255,.10), transparent 31rem),
    var(--void);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::selection { background: rgba(67,232,255,.24); color: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
#starfield { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: -2; opacity: .75; }
.ambient-orb { position: fixed; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(90px); opacity: .10; pointer-events: none; z-index: -1; }
.orb-one { background: var(--cyan); left: -18rem; top: 18%; }
.orb-two { background: var(--violet); right: -18rem; top: 52%; }

.site-header {
  position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%);
  width: min(calc(100% - 34px), 1180px); min-height: 66px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(164,190,235,.15); border-radius: 22px;
  background: rgba(6,10,25,.66); box-shadow: 0 18px 60px rgba(0,0,0,.24);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  transition: background .3s ease, border-color .3s ease, top .3s ease;
}
.site-header.scrolled { top: 8px; background: rgba(5,8,22,.9); border-color: rgba(67,232,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 820; letter-spacing: .22em; }
.brand--logo { gap: 0; }
.brand-logo { display:block; width: min(34vw, 190px); height: auto; object-fit: contain; }
.site-header .brand-logo { width: min(36vw, 220px); }
.footer-logo { width: min(46vw, 260px); }
.brand img:not(.brand-logo) { border-radius: 50%; }
.brand-o { color: var(--cyan); text-shadow: 0 0 18px rgba(67,232,255,.8); }
.main-nav, .policy-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a, .policy-nav a { color: var(--muted); font-size: .88rem; font-weight: 650; padding: 11px 14px; border-radius: 13px; transition: color .2s, background .2s; }
.main-nav a:hover, .main-nav a:focus-visible, .policy-nav a:hover, .policy-nav a:focus-visible { color: #fff; background: rgba(255,255,255,.06); outline: none; }
.main-nav .nav-cta { color: #06101b; background: linear-gradient(135deg, #aef7ff, var(--cyan)); box-shadow: 0 10px 28px rgba(67,232,255,.18); }
.main-nav .nav-cta:hover { color: #06101b; background: #d8fbff; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: rgba(255,255,255,.06); padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; border-radius: 2px; background: #fff; margin: 5px 0; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 940px; padding-top: 145px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; position: relative; }
.hero-copy { padding-bottom: 30px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.eyebrow span { width: 26px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--cyan), transparent); box-shadow: 0 0 12px var(--cyan); }
.hero-logo { margin: 20px 0 0; line-height: .85; }
.hero-logo img { display:block; width:min(100%, 760px); height:auto; filter: drop-shadow(0 14px 44px rgba(0,0,0,.38)); }
.story-logo img { display:block; width:min(100%, 500px); height:auto; margin-inline:auto; filter: drop-shadow(0 12px 36px rgba(0,0,0,.35)); }
.tagline { margin: 26px 0 18px; color: #dce6ff; font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: .28em; font-weight: 500; }
.hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; padding: 14px 22px; border: 1px solid transparent; border-radius: 16px; font-weight: 780; font-size: .93rem; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(67,232,255,.35); outline-offset: 3px; }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-primary { color: #06101b; background: linear-gradient(135deg, #e4fdff 0%, var(--cyan) 58%, #67c8ff 100%); box-shadow: 0 16px 38px rgba(67,232,255,.18); }
.button-primary:hover { box-shadow: 0 20px 46px rgba(67,232,255,.28); }
.button-ghost { border-color: rgba(174,184,213,.18); background: rgba(255,255,255,.035); color: #ecf3ff; }
.button-ghost:hover { border-color: rgba(67,232,255,.3); background: rgba(67,232,255,.06); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #8f9bb9; font-size: .79rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof strong { color: var(--cyan); font-size: 1rem; }
.hero-visual { min-height: 720px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-character-frame { position: relative; z-index: 3; width: min(100%, 520px); filter: drop-shadow(0 26px 60px rgba(0,0,0,.42)); animation: heroFloat 7s ease-in-out infinite; }
.hero-character-frame::after { content: ""; position: absolute; inset: 2% 4%; background: radial-gradient(circle, transparent 45%, var(--void) 73%); pointer-events: none; }
.portal { position: absolute; border-radius: 50%; z-index: 1; }
.portal-back { width: 510px; aspect-ratio: 1; border: 1px solid rgba(67,232,255,.22); box-shadow: inset 0 0 80px rgba(67,232,255,.08), 0 0 70px rgba(118,87,255,.08); animation: rotate 22s linear infinite; }
.portal-back::before, .portal-back::after { content:""; position:absolute; border-radius:50%; inset: 7%; border: 1px dashed rgba(118,87,255,.28); }
.portal-back::after { inset: 18%; border-style: solid; border-color: rgba(67,232,255,.16); }
.portal-front { width: 610px; aspect-ratio: 1; border: 2px solid transparent; border-top-color: rgba(67,232,255,.5); border-right-color: rgba(255,79,216,.18); filter: drop-shadow(0 0 14px rgba(67,232,255,.26)); animation: rotateReverse 30s linear infinite; }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 14px; border: 1px solid rgba(123,206,255,.18); background: rgba(8,15,35,.76); backdrop-filter: blur(15px); color: #dfeaff; font-size: .76rem; font-weight: 650; box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.chip-icon { color: var(--cyan); }
.chip-one { top: 26%; right: 0; animation: chipFloat 4.8s ease-in-out infinite; }
.chip-two { bottom: 20%; left: 0; animation: chipFloat 5.5s ease-in-out infinite reverse; }

.brand-strip { overflow: hidden; padding: 18px 0; border-block: 1px solid rgba(151,180,230,.11); background: rgba(11,16,35,.56); }
.brand-strip-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: 24px; padding-inline: 20px; color: #8d99b8; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.brand-strip-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.content-section { padding-block: 140px; }
.section-heading { max-width: 850px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2, .worldpath-copy h2, .vault-copy h2 { margin: 18px 0 22px; font-size: clamp(2.55rem, 5vw, 5rem); line-height: 1.07; letter-spacing: -.045em; }
.section-heading h2 em, .worldpath-copy h2 em, .vault-copy h2 em { font-style: normal; color: transparent; background: linear-gradient(100deg, #fff, var(--cyan), #b5a8ff); background-clip: text; -webkit-background-clip: text; }
.section-heading > p, .worldpath-copy > p, .vault-copy > p { max-width: 740px; color: var(--muted); font-size: 1.06rem; line-height: 1.8; }
.section-heading.center > p { margin-inline: auto; }
.mechanic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.mechanic-card { min-height: 430px; position: relative; padding: 26px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(23,31,56,.72), rgba(8,13,31,.84)); box-shadow: var(--shadow); }
.mechanic-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 50% 30%, rgba(67,232,255,.08), transparent 45%); pointer-events:none; }
.mechanic-number { position: relative; z-index: 1; color: rgba(174,184,213,.46); font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.mechanic-demo { position: relative; height: 220px; margin: 5px 0 6px; display: grid; place-items: center; }
.mechanic-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.mechanic-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.demo-tap b, .demo-bend b, .demo-rescue b { width: 38px; height: 38px; border-radius: 50%; background: radial-gradient(circle at 38% 30%, #fff, var(--cyan) 38%, #0885a9); box-shadow: 0 0 25px rgba(67,232,255,.55); }
.demo-tap i { position: absolute; width: 130px; height: 130px; border-radius: 50%; border: 2px solid var(--cyan); opacity: 0; animation: waveExpand 2.2s ease-out infinite; }
.demo-tap span { position: absolute; width: 70px; height: 70px; border-radius: 50%; border: 1px solid rgba(67,232,255,.32); opacity: 0; animation: waveExpand 2.2s .45s ease-out infinite; }
.demo-bend::before { content:""; position:absolute; width:150px; height:80px; border-radius:50%; border-top: 2px solid rgba(118,87,255,.55); transform: rotate(-22deg); }
.demo-bend b { position:absolute; left:27%; animation: niviMove 3s ease-in-out infinite; }
.demo-bend i { position:absolute; right:22%; width:55px; height:55px; border:2px solid var(--violet); border-radius:50%; box-shadow: 0 0 28px rgba(118,87,255,.36); }
.demo-bend span { position:absolute; width:110px; height:110px; border:1px solid rgba(67,232,255,.22); border-radius:50%; animation: rotate 8s linear infinite; }
.demo-rescue b { position:absolute; left:24%; animation: rescueMove 3s ease-in-out infinite; }
.demo-rescue i { position:absolute; right:22%; width:70px; height:70px; border-radius:50%; border:4px solid var(--green); box-shadow: 0 0 28px rgba(103,245,166,.4), inset 0 0 18px rgba(103,245,166,.23); }
.demo-rescue span { position:absolute; right:31%; width:12px; height:12px; border-radius:50%; background:var(--green); box-shadow:0 0 18px var(--green); animation: twinkle 1.4s ease-in-out infinite; }

.worldpath-section { position: relative; padding-block: 145px; overflow: hidden; border-block: 1px solid rgba(151,180,230,.1); background: linear-gradient(180deg, rgba(13,19,42,.74), rgba(5,8,22,.4)); }
.worldpath-section::before { content:""; position:absolute; width:650px; height:650px; border-radius:50%; right:-240px; top:70px; background:rgba(118,87,255,.10); filter:blur(80px); }
.worldpath-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.feature-list { list-style:none; padding:0; margin:36px 0 0; display:grid; gap:16px; }
.feature-list li { display:flex; gap:15px; align-items:flex-start; padding:14px 0; border-bottom:1px solid rgba(151,180,230,.1); }
.feature-list li > span { width:38px; height:38px; flex:none; display:grid; place-items:center; border-radius:12px; color:var(--cyan); background:rgba(67,232,255,.07); border:1px solid rgba(67,232,255,.14); }
.feature-list strong { display:block; font-size:.98rem; }
.feature-list small { display:block; color:var(--muted); margin-top:3px; font-size:.82rem; }
.worldpath-map { min-height:660px; position:relative; overflow:hidden; border:1px solid rgba(115,168,230,.17); border-radius:36px; background: radial-gradient(circle at 65% 20%, rgba(118,87,255,.16), transparent 34%), radial-gradient(circle at 25% 80%, rgba(67,232,255,.12), transparent 32%), rgba(7,12,29,.85); box-shadow:var(--shadow); }
.worldpath-map::before { content:""; position:absolute; inset:0; opacity:.42; background-image:radial-gradient(circle, #b9eaff 0 1px, transparent 1.3px); background-size:47px 47px; }
.worldpath-map svg { width:100%; height:100%; min-height:620px; position:relative; z-index:2; }
.world-line { fill:none; stroke:url(#pathGradient); stroke-width:3; stroke-linecap:round; stroke-dasharray:8 10; filter:drop-shadow(0 0 8px rgba(67,232,255,.42)); animation:pathFlow 16s linear infinite; }
.map-node circle { fill:#0b1530; stroke:rgba(174,184,213,.26); stroke-width:2; }
.map-node text { fill:#eaf5ff; font-size:16px; text-anchor:middle; font-weight:800; }
.map-node.completed circle { stroke:var(--cyan); fill:rgba(67,232,255,.12); filter:url(#nodeGlow); }
.map-node.current circle:first-child { fill:rgba(118,87,255,.3); stroke:#a994ff; stroke-width:4; filter:url(#nodeGlow); }
.map-node.current .pulse { fill:none; stroke:var(--violet); opacity:.45; animation:mapPulse 2.4s ease-out infinite; transform-box:fill-box; transform-origin:center; }
.map-node.locked { opacity:.5; }
.map-node.galaxy circle { fill:rgba(103,245,166,.12); stroke:var(--green); filter:url(#nodeGlow); }
.map-node.galaxy path { fill:var(--green); }
.map-label { position:absolute; left:26px; bottom:26px; z-index:3; display:grid; gap:2px; padding:14px 17px; border-radius:15px; background:rgba(7,13,31,.78); border:1px solid rgba(118,87,255,.24); backdrop-filter:blur(14px); }
.map-label small { color:#9b8bff; text-transform:uppercase; font-size:.65rem; letter-spacing:.14em; font-weight:800; }
.map-label strong { font-size:.9rem; }

.nivi-section { padding-bottom:165px; }
.nivi-grid { margin-top:60px; display:grid; grid-template-columns:repeat(4, 1fr); gap:15px; }
.nivi-card { position:relative; overflow:hidden; min-height:390px; border:1px solid var(--line); border-radius:25px; background:linear-gradient(155deg, rgba(21,29,54,.9), rgba(8,13,31,.96)); transition:transform .3s, border-color .3s, box-shadow .3s; outline:none; }
.nivi-card:hover, .nivi-card:focus-visible { transform:translateY(-7px); border-color:var(--accent); box-shadow:0 24px 55px color-mix(in srgb, var(--accent) 16%, transparent); }
.nivi-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 45%, rgba(5,8,22,.96) 74%); pointer-events:none; }
.nivi-portrait { height:238px; overflow:hidden; background:radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--accent) 17%, transparent), transparent 60%); }
.nivi-portrait img { width:100%; height:100%; object-fit:cover; transition:transform .45s; }
.nivi-card:hover img { transform:scale(1.05) translateY(-3px); }
.nivi-card-body { position:relative; z-index:2; padding:0 20px 20px; margin-top:-18px; }
.nivi-card-body small { color:var(--accent); text-transform:uppercase; letter-spacing:.12em; font-weight:800; font-size:.61rem; }
.nivi-card-body h3 { margin:4px 0 1px; font-size:1.35rem; }
.nivi-card-body p { margin:0; color:#b9c3dc; font-size:.78rem; }
.nivi-card-body span { display:block; color:#7f8baa; font-size:.72rem; margin-top:13px; }
.tide { --accent:var(--cyan); }.bloom { --accent:var(--magenta); }.solar { --accent:var(--gold); }.verdant { --accent:var(--green); }
.codex-showcase { margin-top:76px; min-height:550px; display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:50px; overflow:hidden; padding:50px; border:1px solid rgba(151,180,230,.14); border-radius:34px; background:linear-gradient(135deg, rgba(18,26,50,.88), rgba(7,12,29,.92)); box-shadow:var(--shadow); }
.codex-copy h3 { margin:17px 0 16px; font-size:clamp(2rem,4vw,3.6rem); line-height:1.12; letter-spacing:-.035em; }
.codex-copy p { color:var(--muted); max-width:520px; }
.codex-stack { position:relative; min-height:470px; perspective:900px; }
.codex-stack img { position:absolute; width:265px; border-radius:21px; box-shadow:0 25px 60px rgba(0,0,0,.46); border:1px solid rgba(255,255,255,.08); }
.codex-stack img:nth-child(1) { left:4%; top:9%; transform:rotate(-10deg) translateZ(-20px); }
.codex-stack img:nth-child(2) { left:25%; top:3%; transform:rotate(-3deg); }
.codex-stack img:nth-child(3) { left:47%; top:7%; transform:rotate(5deg); }
.codex-stack img:nth-child(4) { left:68%; top:13%; transform:rotate(11deg); }

.vault-section { padding-block:145px; border-block:1px solid rgba(151,180,230,.1); background:radial-gradient(circle at 20% 50%, rgba(255,79,216,.08), transparent 30rem), rgba(9,14,32,.62); }
.vault-layout { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.vault-visual { position:relative; min-height:540px; display:grid; place-items:center; }
.vault-core { position:relative; z-index:4; width:175px; height:175px; display:grid; place-items:center; border-radius:50%; background:radial-gradient(circle at 38% 30%, #2a3f77, #070d22 62%); border:3px solid var(--cyan); box-shadow:0 0 25px rgba(67,232,255,.52), inset 0 0 32px rgba(118,87,255,.45), 0 0 90px rgba(118,87,255,.26); }
.vault-core span { font-size:5rem; font-weight:900; color:#fff; text-shadow:0 0 18px var(--cyan); }
.vault-ring { position:absolute; border-radius:50%; border:1px solid rgba(67,232,255,.25); }
.ring-a { width:300px; height:300px; border-top-color:var(--cyan); animation:rotate 12s linear infinite; }
.ring-b { width:410px; height:410px; border-right-color:var(--violet); animation:rotateReverse 18s linear infinite; }
.ring-c { width:510px; height:510px; border-style:dashed; border-color:rgba(255,79,216,.2); animation:rotate 28s linear infinite; }
.item-orbit { position:absolute; z-index:5; width:58px; height:58px; display:grid; place-items:center; border-radius:18px; background:rgba(18,28,57,.9); border:1px solid rgba(122,177,237,.24); color:#fff; box-shadow:0 16px 35px rgba(0,0,0,.3), 0 0 25px rgba(67,232,255,.08); }
.item-a { left:10%; top:22%; color:var(--gold); animation:chipFloat 4s ease-in-out infinite; }.item-b { right:8%; top:35%; color:var(--cyan); animation:chipFloat 5s ease-in-out infinite reverse; }.item-c { left:22%; bottom:11%; color:var(--magenta); animation:chipFloat 4.5s .5s ease-in-out infinite; }
.vault-note { margin-top:28px; padding:15px 18px; max-width:520px; color:#c8d2e9; font-size:.83rem; border-left:2px solid var(--green); background:rgba(103,245,166,.05); border-radius:0 12px 12px 0; }

.story-section { padding-block:140px; }
.story-panel { position:relative; min-height:470px; overflow:hidden; display:grid; grid-template-columns:1fr .65fr; align-items:center; padding:70px; border:1px solid rgba(151,180,230,.15); border-radius:36px; background:radial-gradient(circle at 82% 50%, rgba(67,232,255,.14), transparent 24rem), linear-gradient(130deg, rgba(7,12,30,.92), rgba(14,22,48,.88)); box-shadow:var(--shadow); }
.story-panel::after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size:50px 50px; pointer-events:none; }
.story-copy { position:relative; z-index:2; }
.story-copy blockquote { margin:22px 0 20px; max-width:760px; font-size:clamp(2rem,4.2vw,4.2rem); line-height:1.16; letter-spacing:-.04em; font-weight:720; }
.story-copy p { max-width:620px; color:var(--muted); }
.story-logo { position:relative; z-index:2; text-align:center; }

.download-section { padding:20px 0 150px; }
.download-card { position:relative; isolation:isolate; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:28px; padding:38px 42px; overflow:hidden; border:1px solid rgba(67,232,255,.22); border-radius:30px; background:linear-gradient(120deg, rgba(22,33,65,.94), rgba(8,14,32,.96)); box-shadow:var(--shadow); }
.download-glow { position:absolute; z-index:-1; width:360px; height:360px; right:11%; border-radius:50%; background:rgba(67,232,255,.1); filter:blur(60px); }
.download-card > img { border-radius:28px; box-shadow:0 16px 38px rgba(0,0,0,.4); }
.download-card small { color:var(--cyan); text-transform:uppercase; letter-spacing:.14em; font-weight:800; }
.download-card h2 { margin:5px 0 0; font-size:clamp(1.8rem,3.8vw,3.2rem); line-height:1.15; letter-spacing:-.035em; }
.download-card p { margin:7px 0 0; color:var(--muted); }
.site-footer { padding:55px 0 30px; border-top:1px solid rgba(151,180,230,.11); }
.footer-brand p { margin:8px 0 0; color:#7784a4; font-size:.8rem; letter-spacing:.16em; }
.footer-links { display:flex; flex-wrap:wrap; gap:20px; margin:36px 0; }
.footer-links a { color:#9ca8c5; font-size:.84rem; }
.footer-links a:hover { color:var(--cyan); }
.footer-bottom { padding-top:25px; border-top:1px solid rgba(151,180,230,.08); display:flex; flex-wrap:wrap; justify-content:space-between; gap:16px; color:#687595; font-size:.72rem; }
.toast { position:fixed; z-index:100; left:50%; bottom:24px; transform:translate(-50%, 150%); max-width:calc(100% - 30px); padding:12px 17px; border-radius:14px; color:#e8f8ff; background:rgba(13,21,45,.95); border:1px solid rgba(67,232,255,.24); box-shadow:0 15px 40px rgba(0,0,0,.35); font-size:.83rem; opacity:0; transition:.3s; }
.toast.show { transform:translate(-50%, 0); opacity:1; }

/* Privacy policy */
.policy-page { background:radial-gradient(circle at 82% 0%, rgba(118,87,255,.12), transparent 30rem), var(--void); }
.policy-ambient { position:fixed; inset:0; pointer-events:none; opacity:.45; background-image:radial-gradient(circle, rgba(190,232,255,.45) 0 1px, transparent 1.3px); background-size:76px 76px; mask-image:linear-gradient(to bottom, #000, transparent 85%); }
.policy-header { position:absolute; }
.policy-main { padding-top:165px; padding-bottom:120px; }
.policy-title { max-width:850px; padding:60px 0 70px; }
.policy-title h1 { margin:18px 0 14px; font-size:clamp(3.4rem,8vw,7.4rem); line-height:.95; letter-spacing:-.06em; }
.policy-title > p { max-width:690px; color:var(--muted); font-size:1.08rem; }
.policy-meta { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.policy-meta span { padding:8px 11px; border-radius:10px; background:rgba(255,255,255,.04); border:1px solid rgba(151,180,230,.1); color:#8f9bb9; font-size:.72rem; }
.policy-layout { display:grid; grid-template-columns:240px minmax(0, 820px); justify-content:space-between; gap:70px; align-items:start; }
.policy-toc { position:sticky; top:100px; display:grid; gap:4px; padding:18px; border:1px solid rgba(151,180,230,.12); border-radius:20px; background:rgba(13,19,40,.72); backdrop-filter:blur(18px); }
.policy-toc strong { padding:8px 10px 11px; color:#fff; font-size:.8rem; text-transform:uppercase; letter-spacing:.12em; }
.policy-toc a { padding:7px 10px; border-radius:9px; color:#8d99b8; font-size:.76rem; line-height:1.35; }
.policy-toc a:hover { color:var(--cyan); background:rgba(67,232,255,.05); }
.policy-content { min-width:0; }
.policy-content section { padding:0 0 42px; margin-bottom:42px; border-bottom:1px solid rgba(151,180,230,.1); scroll-margin-top:110px; }
.policy-content h2 { margin:0 0 18px; font-size:clamp(1.45rem,2.5vw,2rem); letter-spacing:-.025em; }
.policy-content p, .policy-content li { color:#aeb8d5; font-size:.95rem; }
.policy-content p { margin:0 0 17px; }
.policy-content ul { padding-left:21px; display:grid; gap:12px; }
.policy-content strong { color:#edf5ff; }
.policy-content a { color:var(--cyan); text-decoration:underline; text-decoration-color:rgba(67,232,255,.3); text-underline-offset:3px; }
.service-table { margin:24px 0; overflow:hidden; border:1px solid rgba(151,180,230,.12); border-radius:18px; }
.service-table > div { display:grid; grid-template-columns:180px 1fr; gap:20px; padding:16px 18px; border-bottom:1px solid rgba(151,180,230,.09); }
.service-table > div:last-child { border-bottom:0; }
.service-table span { color:#9ea9c6; font-size:.84rem; }
.contact-card { display:flex; gap:16px; align-items:center; margin:22px 0; padding:20px; border-radius:18px; border:1px solid rgba(67,232,255,.16); background:rgba(67,232,255,.04); }
.contact-card img { border-radius:50%; flex:none; }
.contact-card div { display:grid; }
.contact-card span { color:#8995b4; font-size:.8rem; }
.contact-card a { font-size:.84rem; overflow-wrap:anywhere; }
.policy-callout { padding:22px; border-radius:18px; border:1px solid rgba(255,200,87,.18); background:rgba(255,200,87,.05); }
.policy-callout strong { color:var(--gold); }
.policy-callout p { margin:7px 0 0; font-size:.84rem; }
.policy-footer { position:relative; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s cubic-bezier(.22,.8,.24,1); }
.reveal.visible { opacity:1; transform:none; }

@keyframes logoPulse { 0%,100%{transform:scale(.98);filter:brightness(.95)} 50%{transform:scale(1.03);filter:brightness(1.22)} }
@keyframes heroFloat { 0%,100%{transform:translateY(0) rotate(-.4deg)} 50%{transform:translateY(-15px) rotate(.5deg)} }
@keyframes rotate { to{transform:rotate(360deg)} }
@keyframes rotateReverse { to{transform:rotate(-360deg)} }
@keyframes chipFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }
@keyframes waveExpand { 0%{transform:scale(.25);opacity:.7} 100%{transform:scale(1.6);opacity:0} }
@keyframes niviMove { 0%,100%{transform:translate(0,25px)} 50%{transform:translate(115px,-27px)} }
@keyframes rescueMove { 0%,15%{transform:translate(0,20px);opacity:1} 75%{transform:translate(145px,-20px) scale(.8);opacity:1} 100%{transform:translate(155px,-20px) scale(.2);opacity:0} }
@keyframes twinkle { 0%,100%{transform:scale(.7);opacity:.35} 50%{transform:scale(1.25);opacity:1} }
@keyframes pathFlow { to{stroke-dashoffset:-180} }
@keyframes mapPulse { 0%{transform:scale(.72);opacity:.65} 100%{transform:scale(1.5);opacity:0} }

@media (max-width: 1000px) {
  .hero { grid-template-columns:1fr; padding-top:175px; text-align:center; min-height:auto; }
  .hero-copy { display:grid; justify-items:center; }
  .hero-visual { min-height:650px; }
  .mechanic-grid { grid-template-columns:1fr; }
  .mechanic-card { min-height:330px; display:grid; grid-template-columns:80px 1fr; grid-template-rows:auto auto auto; align-items:center; column-gap:20px; }
  .mechanic-demo { grid-row:1/4; height:260px; }
  .mechanic-card h3 { align-self:end; }
  .mechanic-card p { align-self:start; }
  .worldpath-layout, .vault-layout { grid-template-columns:1fr; }
  .worldpath-map { order:-1; min-height:560px; }
  .nivi-grid { grid-template-columns:repeat(2,1fr); }
  .codex-showcase { grid-template-columns:1fr; }
  .codex-stack { min-height:430px; }
  .story-panel { grid-template-columns:1fr; }
  .story-logo { margin-top:40px; }
  .story-logo img { max-width:360px; }
  .download-card { grid-template-columns:auto 1fr; }
  .download-card .button { grid-column:1/-1; }
  .policy-layout { grid-template-columns:1fr; gap:35px; }
  .policy-toc { position:relative; top:auto; grid-template-columns:repeat(3,1fr); }
  .policy-toc strong { grid-column:1/-1; }
}

@media (max-width: 760px) {
  .section-shell { width:min(calc(100% - 28px), var(--max)); }
  .site-header { top:10px; width:calc(100% - 20px); padding:9px 9px 9px 14px; }
  .menu-toggle { display:block; color:#fff; }
  .main-nav { position:absolute; top:calc(100% + 8px); left:0; right:0; display:grid; padding:10px; border:1px solid rgba(151,180,230,.15); border-radius:18px; background:rgba(6,10,25,.96); box-shadow:0 20px 50px rgba(0,0,0,.38); opacity:0; visibility:hidden; transform:translateY(-8px); transition:.22s; }
  .main-nav.open { opacity:1; visibility:visible; transform:none; }
  .main-nav a { padding:13px 14px; }
  .policy-nav a:first-child { display:none; }
  .hero { padding-top:150px; gap:15px; }
  .hero-logo img { width:min(100%, 560px); }
  .tagline { letter-spacing:.19em; }
  .hero-actions { width:100%; }
  .hero-actions .button { width:100%; }
  .hero-proof { justify-content:center; gap:12px 18px; }
  .hero-visual { min-height:520px; }
  .hero-character-frame { width:min(96%,430px); }
  .portal-back { width:390px; }.portal-front { width:470px; }
  .floating-chip { font-size:.67rem; }.chip-one { right:1%; }.chip-two { left:1%; }
  .brand-strip-track { justify-content:flex-start; animation:marquee 22s linear infinite; }
  .content-section, .worldpath-section, .vault-section, .story-section { padding-block:100px; }
  .section-heading h2, .worldpath-copy h2, .vault-copy h2 { font-size:clamp(2.5rem,13vw,4.5rem); }
  .mechanic-card { display:block; min-height:400px; }
  .mechanic-demo { height:220px; }
  .worldpath-map { min-height:500px; border-radius:26px; }
  .worldpath-map svg { min-height:500px; }
  .nivi-grid { grid-template-columns:1fr; }
  .nivi-card { min-height:430px; }
  .nivi-portrait { height:295px; }
  .codex-showcase { padding:30px 20px; }
  .codex-stack { min-height:375px; transform:scale(.86); transform-origin:left top; width:116%; }
  .codex-stack img { width:210px; }
  .vault-visual { min-height:460px; transform:scale(.82); }
  .story-panel { padding:40px 24px; }
  .story-copy blockquote { font-size:clamp(1.9rem,9vw,3.3rem); }
  .download-card { grid-template-columns:1fr; text-align:center; justify-items:center; padding:32px 22px; }
  .download-section { padding-bottom:100px; }
  .footer-bottom { display:grid; }
  .policy-main { padding-top:130px; }
  .policy-title { padding:55px 0 45px; }
  .policy-toc { grid-template-columns:repeat(2,1fr); }
  .service-table > div { grid-template-columns:1fr; gap:5px; }
  .contact-card { align-items:flex-start; }
}

@media (max-width: 420px) {
  .brand { letter-spacing:.16em; }
  .hero-visual { min-height:470px; }
  .portal-back { width:335px; }.portal-front { width:400px; }
  .floating-chip { padding:8px 10px; }
  .codex-stack { transform:scale(.74); min-height:315px; width:135%; }
  .policy-toc { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
  #starfield { display:none; }
}

@keyframes marquee { to{transform:translateX(-50%)} }

/* =========================================================
   NIRVO current-character revision
   Matches the present in-game Tide, Bloom, Solar and Verdant designs.
   ========================================================= */
.nivi-hero-scene {
  min-height: 720px;
  position: relative;
  isolation: isolate;
  display: block;
  overflow: visible;
}
.hero-nebula {
  position: absolute;
  z-index: -3;
  width: 560px;
  height: 560px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 46%, rgba(67,232,255,.16), transparent 34%),
    radial-gradient(circle at 68% 33%, rgba(255,79,216,.13), transparent 34%),
    radial-gradient(circle at 36% 72%, rgba(103,245,166,.11), transparent 34%);
  filter: blur(22px);
  animation: heroNebula 10s ease-in-out infinite;
}
.hero-haven {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 49%;
  width: 158px;
  height: 158px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 36%, #263e79, #071126 58%, #020611 76%),
    #050816;
  border: 6px solid rgba(67,232,255,.92);
  box-shadow:
    0 0 20px rgba(67,232,255,.65),
    0 0 65px rgba(67,232,255,.25),
    inset 0 0 35px rgba(118,87,255,.55);
  animation: havenBreathe 4.2s ease-in-out infinite;
}
.hero-haven::before,
.hero-haven::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: -30px;
  border: 1px solid rgba(67,232,255,.26);
}
.hero-haven::after {
  inset: -62px;
  border-style: dashed;
  border-color: rgba(118,87,255,.22);
  animation: rotate 24s linear infinite;
}
.hero-haven span {
  color: #f7fcff;
  font-size: 4.8rem;
  font-weight: 850;
  line-height: 1;
  text-shadow: 0 0 22px rgba(67,232,255,.82);
}
.hero-orbit {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 49%;
  border: 1px solid rgba(118,187,255,.20);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  box-shadow: inset 0 0 40px rgba(67,232,255,.04);
}
.orbit-one { width: 570px; height: 385px; }
.orbit-two {
  width: 475px;
  height: 615px;
  transform: translate(-50%, -50%) rotate(29deg);
  border-color: rgba(255,79,216,.13);
}
.hero-nivi {
  position: absolute;
  z-index: 4;
  margin: 0;
  width: 185px;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.42));
  transform-origin: 50% 60%;
}
.hero-nivi img { width: 100%; height: auto; }
.hero-tide { left: 3%; top: 17%; animation: niviFloatTide 6.4s ease-in-out infinite; }
.hero-bloom { right: -1%; top: 16%; width: 178px; animation: niviFloatBloom 5.8s .3s ease-in-out infinite; }
.hero-solar { right: 1%; bottom: 8%; width: 184px; animation: niviFloatSolar 5.2s .5s ease-in-out infinite; }
.hero-verdant { left: 4%; bottom: 7%; width: 184px; animation: niviFloatVerdant 6.8s .7s ease-in-out infinite; }
.nivi-hero-scene .chip-one { top: 7%; right: 17%; }
.nivi-hero-scene .chip-two { bottom: 2%; left: 34%; }

.current-nivi-grid .nivi-card {
  min-height: 410px;
  background:
    radial-gradient(circle at 50% 20%, color-mix(in srgb, var(--accent) 11%, transparent), transparent 45%),
    linear-gradient(150deg, rgba(24,33,61,.92), rgba(7,12,29,.97));
}
.current-nivi-grid .nivi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.nivi-live-portrait {
  position: relative;
  height: 260px;
  display: grid;
  place-items: center;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 54%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 55%);
}
.nivi-live-portrait::before,
.nivi-live-portrait::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--accent) 23%, transparent);
}
.nivi-live-portrait::before { width: 185px; height: 185px; }
.nivi-live-portrait::after {
  width: 220px;
  height: 115px;
  transform: rotate(-13deg);
  border-style: dashed;
  opacity: .6;
}
.nivi-live-portrait img {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.4));
  animation: cardNiviFloat 4.8s ease-in-out infinite;
}
.current-nivi-grid .nivi-card:nth-child(2) img { animation-delay: -.8s; animation-duration: 4.2s; }
.current-nivi-grid .nivi-card:nth-child(3) img { animation-delay: -1.5s; animation-duration: 3.9s; }
.current-nivi-grid .nivi-card:nth-child(4) img { animation-delay: -2.1s; animation-duration: 5.2s; }
.resonance-rune {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 850;
  background: color-mix(in srgb, var(--accent) 9%, rgba(8,14,32,.78));
  border: 1px solid color-mix(in srgb, var(--accent) 27%, transparent);
  box-shadow: 0 0 22px color-mix(in srgb, var(--accent) 14%, transparent);
}
.current-nivi-grid .nivi-card-body { margin-top: -2px; padding: 6px 22px 24px; }
.current-nivi-grid .nivi-card-body h3 { font-size: 1.42rem; }
.current-nivi-grid .nivi-card-body span { margin-top: 10px; }

.current-codex-showcase {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
  min-height: 690px;
  padding: 58px 64px;
}
.current-codex-showcase .codex-copy h3 {
  max-width: 610px;
  font-size: clamp(2.25rem, 4.4vw, 4.2rem);
}
.codex-points {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 15px;
}
.codex-points li {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 12px;
  align-items: start;
  color: #aeb8d5;
  font-size: .9rem;
}
.codex-points strong { color: #eff8ff; }
.codex-points i {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  box-shadow: 0 0 14px currentColor;
}
.cyan-dot { color: var(--cyan); background: var(--cyan); }
.magenta-dot { color: var(--magenta); background: var(--magenta); }
.green-dot { color: var(--green); background: var(--green); }
.codex-phone-stage {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}
.phone-glow {
  position: absolute;
  width: 390px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67,232,255,.16), rgba(118,87,255,.08) 42%, transparent 72%);
  filter: blur(18px);
}
.phone-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 315px);
  padding: 10px;
  border-radius: 37px;
  background: linear-gradient(145deg, #283657, #090e1e 55%, #1c2945);
  border: 1px solid rgba(180,216,255,.25);
  box-shadow:
    0 38px 80px rgba(0,0,0,.48),
    0 0 40px rgba(67,232,255,.12),
    inset 0 0 0 2px rgba(255,255,255,.035);
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}
.phone-shell::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.phone-shell img {
  width: 100%;
  border-radius: 28px;
  background: #030713;
}
.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  width: 68px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 5px;
  background: rgba(0,0,0,.62);
  box-shadow: 0 1px 1px rgba(255,255,255,.07);
}
.build-badge {
  position: absolute;
  z-index: 4;
  right: 1%;
  bottom: 7%;
  padding: 10px 14px;
  border-radius: 13px;
  color: #dffcff;
  background: rgba(7,15,34,.86);
  border: 1px solid rgba(67,232,255,.25);
  box-shadow: 0 15px 35px rgba(0,0,0,.3);
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

@keyframes heroNebula {
  0%,100% { transform: translate(-50%, -50%) scale(.96); opacity: .72; }
  50% { transform: translate(-50%, -50%) scale(1.07); opacity: 1; }
}
@keyframes havenBreathe {
  0%,100% { transform: translate(-50%, -50%) scale(.97); filter: brightness(.95); }
  50% { transform: translate(-50%, -50%) scale(1.035); filter: brightness(1.15); }
}
@keyframes niviFloatTide {
  0%,100% { transform: translate3d(0,0,0) rotate(-5deg); }
  50% { transform: translate3d(14px,-18px,0) rotate(2deg); }
}
@keyframes niviFloatBloom {
  0%,100% { transform: translate3d(0,0,0) rotate(5deg); }
  50% { transform: translate3d(-15px,-13px,0) rotate(-3deg); }
}
@keyframes niviFloatSolar {
  0%,100% { transform: translate3d(0,0,0) rotate(-2deg) scale(.98); }
  50% { transform: translate3d(-18px,-11px,0) rotate(4deg) scale(1.03); }
}
@keyframes niviFloatVerdant {
  0%,100% { transform: translate3d(0,0,0) rotate(3deg); }
  50% { transform: translate3d(13px,-15px,0) rotate(-3deg); }
}
@keyframes cardNiviFloat {
  0%,100% { transform: translateY(2px) rotate(-1deg) scale(.98); }
  50% { transform: translateY(-10px) rotate(1.2deg) scale(1.025); }
}

@media (max-width: 1100px) {
  .hero-nivi { width: 170px; }
  .hero-tide { left: 1%; }
  .hero-bloom { right: -2%; }
  .hero-solar { right: -1%; }
  .hero-verdant { left: 1%; }
  .current-codex-showcase { grid-template-columns: 1fr; }
  .codex-phone-stage { min-height: 650px; }
  .build-badge { right: 18%; }
}

@media (max-width: 1000px) {
  .nivi-hero-scene { min-height: 680px; width: min(100%, 690px); margin-inline: auto; }
  .current-codex-showcase { padding: 48px 36px; }
}

@media (max-width: 760px) {
  .nivi-hero-scene { min-height: 540px; }
  .hero-nebula { width: 440px; height: 440px; }
  .hero-haven { width: 122px; height: 122px; }
  .hero-haven span { font-size: 3.6rem; }
  .hero-haven::before { inset: -24px; }
  .hero-haven::after { inset: -47px; }
  .orbit-one { width: 420px; height: 290px; }
  .orbit-two { width: 350px; height: 450px; }
  .hero-nivi { width: 138px; }
  .hero-tide { left: -3%; top: 17%; }
  .hero-bloom { right: -5%; top: 16%; width: 133px; }
  .hero-solar { right: -5%; bottom: 7%; width: 137px; }
  .hero-verdant { left: -4%; bottom: 6%; width: 137px; }
  .nivi-hero-scene .chip-one { top: 3%; right: 11%; }
  .nivi-hero-scene .chip-two { bottom: -2%; left: 26%; }
  .nivi-live-portrait { height: 290px; }
  .nivi-live-portrait img { width: 265px; height: 265px; }
  .current-codex-showcase { padding: 36px 22px; }
  .codex-phone-stage { min-height: 630px; }
  .phone-shell { width: min(100%, 300px); transform: none; }
  .build-badge { right: 1%; bottom: 2%; }
}

@media (max-width: 430px) {
  .nivi-hero-scene { min-height: 485px; }
  .hero-nebula { width: 350px; height: 350px; }
  .hero-haven { width: 100px; height: 100px; }
  .hero-haven span { font-size: 2.9rem; }
  .orbit-one { width: 335px; height: 230px; }
  .orbit-two { width: 282px; height: 370px; }
  .hero-nivi { width: 112px; }
  .hero-tide { left: -5%; top: 18%; }
  .hero-bloom { right: -7%; top: 17%; width: 108px; }
  .hero-solar { right: -6%; bottom: 8%; width: 110px; }
  .hero-verdant { left: -6%; bottom: 7%; width: 110px; }
  .nivi-hero-scene .floating-chip { display: none; }
  .nivi-live-portrait { height: 245px; }
  .nivi-live-portrait img { width: 225px; height: 225px; }
  .current-nivi-grid .nivi-card { min-height: 390px; }
  .codex-phone-stage { min-height: 570px; }
  .phone-shell { width: 270px; }
  .build-badge { font-size: .62rem; }
}
