:root {
  --ink: #080b0f;
  --ink-soft: #0d1117;
  --paper: #f1f0e8;
  --paper-muted: #b7b8b0;
  --line: rgba(241, 240, 232, 0.15);
  --signal: #d6ff4b;
  --signal-soft: #a9d925;
  --ice: #a8c7ff;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "Manrope", Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--signal); }
.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; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 1000; padding: .75rem 1rem; color: var(--ink); background: var(--signal); border-radius: 999px; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.mono { font-family: var(--mono); letter-spacing: .08em; }
.ambient { position: fixed; z-index: 0; width: 45vw; height: 45vw; border-radius: 50%; filter: blur(140px); opacity: .055; pointer-events: none; }
.ambient-one { top: -20vw; right: -15vw; background: var(--signal); }
.ambient-two { bottom: 10vh; left: -25vw; background: var(--ice); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, height .25s; }
.site-header.is-scrolled { height: 68px; background: rgba(8, 11, 15, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; width: max-content; font-size: .95rem; font-weight: 700; letter-spacing: .18em; }
.wordmark-mark { width: 26px; fill: var(--signal); overflow: visible; }
.wordmark-mark .mark-line { fill: none; stroke: var(--paper); stroke-width: 1.5; stroke-linecap: round; }
.desktop-nav { display: flex; align-items: center; gap: 2.3rem; font-size: .78rem; color: var(--paper-muted); }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--paper); }
.header-cta { justify-self: end; display: flex; gap: .8rem; align-items: center; padding: .75rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; font-size: .74rem; transition: color .2s, background .2s; }
.header-cta:hover { color: var(--ink); background: var(--signal); }
.menu-button, .mobile-menu { display: none; }

main, .site-footer { position: relative; z-index: 1; }
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: 9rem clamp(1.25rem, 6vw, 7rem) clamp(3rem, 7vh, 5rem); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: min(9vw, 130px) min(9vw, 130px); mask-image: linear-gradient(to bottom, transparent 3%, black 50%, transparent 100%); }
.hero-copy { position: relative; z-index: 2; width: min(1080px, 86vw); }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 2rem; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-muted); }
.pulse { width: 6px; height: 6px; background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 0 rgba(214, 255, 75, .6); animation: pulse 2.4s infinite; }
@keyframes pulse { 60% { box-shadow: 0 0 0 9px rgba(214, 255, 75, 0); } 100% { box-shadow: 0 0 0 0 rgba(214, 255, 75, 0); } }
.hero h1 { margin: 0; font-size: clamp(4rem, 10.7vw, 10.5rem); font-weight: 500; line-height: .83; letter-spacing: -.075em; }
.hero h1 em, .contact h2 em, .principles h2 em { color: var(--signal); font-weight: 400; font-style: normal; }
.hero-lower { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; width: min(720px, 75vw); margin-top: 3.6rem; }
.hero-lower > p { max-width: 470px; margin: 0; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.65; color: var(--paper-muted); }
.circle-link { flex: 0 0 auto; display: flex; flex-direction: column; justify-content: center; width: 86px; height: 86px; padding: 1.1rem; border: 1px solid var(--line); border-radius: 50%; font-family: var(--mono); font-size: .65rem; transition: color .25s, background .25s, transform .25s; }
.circle-link svg { width: 22px; margin-top: .45rem; fill: none; stroke: currentColor; }
.circle-link:hover { color: var(--ink); background: var(--signal); transform: rotate(-8deg); }
.hero-index { position: absolute; z-index: 2; right: 2.5rem; bottom: 3rem; display: flex; flex-direction: column; gap: .35rem; font-size: .56rem; color: #6d726f; text-align: right; }
.orbit-system { position: absolute; z-index: 1; top: 45%; right: -6vw; width: clamp(320px, 44vw, 740px); aspect-ratio: 1; transform: translateY(-50%); opacity: .78; transition: transform .35s ease-out; }
.orbit { position: absolute; inset: 8%; border: 1px solid rgba(214, 255, 75, .21); border-radius: 50%; animation: spin 24s linear infinite; }
.orbit-b { inset: 23%; border-style: dashed; border-color: rgba(168, 199, 255, .25); animation-duration: 18s; animation-direction: reverse; }
.orbit-c { inset: 38%; border-color: rgba(241,240,232,.17); animation-duration: 10s; }
.orbit i { position: absolute; top: 49%; left: -4px; width: 7px; height: 7px; background: var(--signal); border-radius: 50%; box-shadow: 0 0 25px var(--signal); }
.orbit-b i { top: 10%; left: 77%; background: var(--ice); box-shadow: 0 0 22px var(--ice); }
.orbit-c i { top: 87%; left: 69%; width: 5px; height: 5px; background: var(--paper); }
.orbit-core { position: absolute; inset: 48%; background: var(--signal); border-radius: 50%; box-shadow: 0 0 70px rgba(214,255,75,.75); }
@keyframes spin { to { transform: rotate(360deg); } }

.section-pad { padding: clamp(5.5rem, 11vw, 10rem) clamp(1.25rem, 6vw, 7rem); border-bottom: 1px solid var(--line); }
.section-label { display: flex; align-items: center; gap: 1.1rem; font-family: var(--mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-muted); }
.section-label span { color: var(--signal); }
.statement { display: grid; grid-template-columns: 1fr 3fr; gap: 4rem; background: var(--paper); color: var(--ink); }
.statement .section-label { color: #6c6e69; }
.statement-content { max-width: 990px; }
.statement-kicker { margin: 0 0 3rem; font-family: var(--mono); font-size: .67rem; letter-spacing: .12em; }
.statement h2 { max-width: 940px; margin: 0; font-size: clamp(2.7rem, 5.6vw, 6.8rem); font-weight: 500; line-height: 1.01; letter-spacing: -.06em; }
.statement h2 span { color: #8c8e86; }
.statement-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); max-width: 760px; margin: 5rem 0 0 auto; }
.statement-detail p { margin: 0; color: #4e514c; line-height: 1.75; }

.products { background: var(--ink-soft); }
.section-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 4.5rem; }
.section-head > p { margin: 0; font-size: clamp(2rem, 4vw, 4.7rem); line-height: 1.05; letter-spacing: -.05em; }
.product-card { position: relative; display: grid; grid-template-columns: .65fr 1.1fr 1fr; min-height: 620px; padding: clamp(1.3rem, 3vw, 2.5rem); background: #11181a; border: 1px solid rgba(214, 255, 75, .26); overflow: hidden; transition: border-color .3s, transform .3s; }
.product-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 45% 52%, rgba(214,255,75,.11), transparent 36%), linear-gradient(130deg, transparent 65%, rgba(168,199,255,.05)); }
.product-card:hover { border-color: var(--signal); transform: translateY(-4px); }
.product-no { position: relative; z-index: 2; align-self: start; font-size: .6rem; color: var(--paper-muted); }
.ranked-symbol { position: relative; align-self: center; justify-self: center; width: min(34vw, 390px); aspect-ratio: 1; }
.ranked-symbol::before, .ranked-symbol::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(214,255,75,.25); }
.ranked-symbol::before { inset: 4%; animation: rank-ring-breathe 5.6s ease-in-out infinite; }
.ranked-symbol::after { inset: 21%; border-style: dashed; animation: spin 20s linear infinite; }
.rank-orb { position: absolute; z-index: 3; inset: 31%; display: grid; place-items: center; color: var(--paper); background: #0a0b0c; border: 1px solid rgba(214,255,75,.4); border-radius: 50%; box-shadow: 0 0 0 10px rgba(10,11,12,.5), 0 0 80px rgba(214,255,75,.23); animation: rank-core-pulse 4.8s ease-in-out infinite; }
.ranked-logo-mark { width: 64%; overflow: visible; filter: drop-shadow(0 8px 14px rgba(0,0,0,.45)); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .ranked-logo-mark { transform: translateY(-3px) scale(1.05); }
.ranked-tier-one { fill: #31363d; }
.ranked-tier-two { fill: #7b838e; }
.ranked-tier-three { fill: #ccff2e; }
.rank-line { position: absolute; z-index: 1; top: 50%; left: 50%; width: 65%; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(214,255,75,.8), transparent); animation: rank-line-signal 4.2s ease-in-out infinite; }
.rank-line-one { transform: rotate(0deg); }.rank-line-two { transform: rotate(120deg); animation-delay: -1.4s; }.rank-line-three { transform: rotate(240deg); animation-delay: -2.8s; }
.rank-sweep { position: absolute; z-index: 0; inset: 3.7%; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 76%, rgba(214,255,75,.13) 88%, rgba(214,255,75,.5) 99%, transparent 100%); -webkit-mask: radial-gradient(circle, transparent 0 96%, #000 96.4% 100%); mask: radial-gradient(circle, transparent 0 96%, #000 96.4% 100%); animation: spin 9s linear infinite; }
.rank-particle { position: absolute; z-index: 2; border-radius: 50%; animation: spin 12s linear infinite; }
.rank-particle i { position: absolute; top: 50%; left: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 16px rgba(214,255,75,.9); }
.rank-particle-one { inset: 4%; }
.rank-particle-two { inset: 21%; animation-duration: 8s; animation-direction: reverse; }
.rank-particle-two i { top: 12%; left: 78%; width: 5px; height: 5px; background: var(--ice); box-shadow: 0 0 14px rgba(168,199,255,.85); }
.rank-particle-three { inset: 27%; animation-duration: 15s; }
.rank-particle-three i { top: auto; bottom: 2%; left: 28%; width: 3px; height: 3px; background: var(--paper); box-shadow: 0 0 10px rgba(241,240,232,.7); }
@keyframes rank-core-pulse { 0%, 100% { box-shadow: 0 0 0 10px rgba(10,11,12,.5), 0 0 58px rgba(214,255,75,.17); } 50% { box-shadow: 0 0 0 14px rgba(214,255,75,.035), 0 0 96px rgba(214,255,75,.3); } }
@keyframes rank-ring-breathe { 0%, 100% { opacity: .55; transform: scale(.99); } 50% { opacity: 1; transform: scale(1.015); } }
@keyframes rank-line-signal { 0%, 100% { opacity: .22; } 45%, 60% { opacity: .75; } }
.product-copy { position: relative; z-index: 2; align-self: end; padding: 2rem 0 1rem clamp(1rem, 3vw, 3.5rem); }
.product-status { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.3rem; font-family: var(--mono); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: var(--signal); }
.product-status span { width: 5px; height: 5px; background: var(--signal); border-radius: 50%; }
.product-copy h3 { margin: 0; font-size: clamp(3.5rem, 7vw, 7.8rem); font-weight: 500; line-height: .81; letter-spacing: -.075em; }
.product-copy > p { max-width: 460px; margin: 2.3rem 0; color: var(--paper-muted); line-height: 1.7; }
.text-link { display: flex; align-items: center; justify-content: space-between; max-width: 330px; padding-bottom: .9rem; border-bottom: 1px solid var(--paper); font-size: .8rem; }
.text-link b { color: var(--signal); font-weight: 400; }
.product-meta { position: absolute; z-index: 2; right: 2rem; bottom: 1.5rem; display: flex; gap: 2rem; font-size: .54rem; color: #6e7570; }
.product-future { display: grid; grid-template-columns: .65fr 1.1fr 1fr; align-items: center; min-height: 250px; padding: 2rem 2.5rem; border: 1px solid var(--line); border-top: 0; }
.future-radar { position: relative; width: 110px; aspect-ratio: 1; border: 1px solid #38403a; border-radius: 50%; }
.future-radar span { position: absolute; inset: 22%; border: 1px solid #38403a; border-radius: 50%; }
.future-radar span + span { inset: 44%; }
.future-radar i { position: absolute; top: 49%; left: 49%; width: 48%; height: 1px; transform-origin: left; background: linear-gradient(90deg, #6c7b6d, transparent); animation: spin 5s linear infinite; }
.product-future .mono { margin: 0 0 1rem; font-size: .58rem; color: #737a74; }
.product-future h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 500; letter-spacing: -.04em; }
.product-future > p { max-width: 420px; margin: 0; color: var(--paper-muted); line-height: 1.65; }

.capabilities { display: grid; grid-template-columns: 1fr 3fr; gap: 4rem; }
.capability-list { border-top: 1px solid var(--line); }
.capability { display: grid; grid-template-columns: .3fr 1fr 1fr; gap: 2rem; align-items: start; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.capability > span { font-size: .6rem; color: var(--signal); }
.capability h3 { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.5rem); font-weight: 500; letter-spacing: -.04em; }
.capability p { max-width: 390px; margin: .3rem 0 0; color: var(--paper-muted); line-height: 1.65; }

.principles { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 10rem); background: var(--paper); color: var(--ink); }
.principles-intro { position: sticky; top: 9rem; align-self: start; }
.principles-intro .section-label { color: #6c6e69; }
.principles h2 { margin: 3.5rem 0 0; font-size: clamp(3rem, 6vw, 7rem); font-weight: 500; line-height: .95; letter-spacing: -.07em; }
.principles h2 em { color: #86a91e; }
.principle { display: grid; grid-template-columns: 56px 1fr; padding: 2.2rem 0 3.2rem; border-top: 1px solid rgba(8,11,15,.2); }
.principle > span { grid-row: 1 / 3; font-size: .6rem; color: #7a7d75; }
.principle h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.05em; }
.principle p { max-width: 430px; margin: 1rem 0 0; color: #5c5f59; line-height: 1.65; }

.identity { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 10rem); align-items: center; min-height: 760px; }
.identity-graphic { position: relative; display: grid; place-items: center; width: min(42vw, 560px); aspect-ratio: 1; }
.identity-graphic svg { position: absolute; inset: 0; fill: none; stroke: rgba(241,240,232,.15); stroke-width: 1; animation: spin 60s linear infinite; }
.aster-a { font-size: clamp(9rem, 20vw, 18rem); font-weight: 500; line-height: 1; letter-spacing: -.13em; color: var(--signal); transform: translateX(-.06em); }
.identity-dot { position: absolute; width: 7px; height: 7px; background: var(--paper); border-radius: 50%; box-shadow: 0 0 16px currentColor; }
.dot-one { top: 8%; left: 49%; color: var(--paper); }.dot-two { right: 12%; bottom: 25%; color: var(--signal); background: var(--signal); }.dot-three { left: 7%; bottom: 36%; color: var(--ice); background: var(--ice); }
.identity-copy .mono { margin: 0 0 2rem; font-size: .62rem; color: var(--signal); }
.identity-copy h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.7rem); font-weight: 500; line-height: 1.02; letter-spacing: -.06em; }
.identity-copy > p:last-child { max-width: 520px; margin: 2.5rem 0 0; color: var(--paper-muted); font-size: 1.05rem; line-height: 1.8; }

.contact { position: relative; min-height: 720px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow: hidden; background: #0c110e; }
.contact::before { content: ""; position: absolute; width: 55vw; height: 55vw; border: 1px solid rgba(214,255,75,.13); border-radius: 50%; }
.contact::after { content: ""; position: absolute; width: 37vw; height: 37vw; border: 1px dashed rgba(214,255,75,.1); border-radius: 50%; animation: spin 50s linear infinite; }
.contact-star { position: absolute; z-index: 1; top: 18%; left: 18%; color: var(--signal); font-size: 2rem; animation: spin 12s linear infinite; }
.contact > * { position: relative; z-index: 2; }
.contact .eyebrow { margin-bottom: 2rem; }
.contact h2 { margin: 0; font-size: clamp(3.5rem, 8vw, 9rem); font-weight: 500; line-height: .9; letter-spacing: -.075em; }
.contact-link { display: flex; justify-content: space-between; width: min(480px, 80vw); margin-top: 4rem; padding: 1.2rem 0; border-bottom: 1px solid var(--paper); font-size: .85rem; text-align: left; transition: color .2s; }
.contact-link:hover { color: var(--signal); }

.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding: 5rem clamp(1.25rem, 6vw, 7rem) 2rem; background: #050709; }
.footer-brand > p { margin: 2rem 0 0; color: #727771; font-size: .85rem; }
.footer-block { display: flex; flex-direction: column; gap: .8rem; font-size: .78rem; }
.footer-block .mono { margin: 0 0 .8rem; color: #666b66; font-size: .56rem; }
.footer-block a { width: max-content; color: var(--paper-muted); transition: color .2s; }
.footer-block a:hover { color: var(--signal); }
.footer-base { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #656a65; font-family: var(--mono); font-size: .55rem; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; padding: 10rem clamp(1.25rem, 10vw, 12rem) 6rem; background: var(--paper); color: var(--ink); }
.legal-page header { max-width: 900px; padding-bottom: 3rem; border-bottom: 1px solid rgba(8,11,15,.2); }
.legal-page .back-link { display: inline-block; margin-bottom: 4rem; font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; }
.legal-page h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.07em; }
.legal-page .updated { margin-top: 1.5rem; font-family: var(--mono); font-size: .65rem; color: #6b6e68; }
.legal-copy { max-width: 800px; margin-top: 4rem; }
.legal-copy h2 { margin: 3.5rem 0 1rem; font-size: 1.5rem; font-weight: 600; letter-spacing: -.03em; }
.legal-copy p, .legal-copy li { color: #4f524d; line-height: 1.8; }
.legal-copy a { text-decoration: underline; text-underline-offset: .2em; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; padding-inline: 1.25rem; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { justify-self: end; display: flex; flex-direction: column; gap: 4px; width: 39px; height: 39px; align-items: center; justify-content: center; color: var(--paper); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
  .menu-button > span:not(.sr-only) { width: 14px; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 69px; left: 0; display: none; flex-direction: column; width: 100%; padding: 1.5rem 1.25rem 2rem; background: rgba(8,11,15,.98); border-bottom: 1px solid var(--line); }
  .mobile-menu.is-open { display: flex; }
  .mobile-menu a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .hero { align-items: center; min-height: 850px; padding-top: 8rem; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(3.8rem, 16vw, 7rem); }
  .hero-lower { width: 100%; }
  .orbit-system { top: 27%; right: -34vw; width: 86vw; opacity: .55; }
  .hero-index { display: none; }
  .statement, .capabilities { grid-template-columns: 1fr; }
  .statement-detail { margin-top: 3.5rem; }
  .product-card, .product-future { grid-template-columns: 1fr 1fr; }
  .product-card { min-height: 720px; }
  .product-no { grid-column: 1 / -1; }
  .ranked-symbol { width: 40vw; }
  .product-copy { padding-left: 0; }
  .product-future > p { grid-column: 2; }
  .capability { grid-template-columns: 50px 1fr; }
  .capability p { grid-column: 2; }
  .identity { min-height: auto; }
  .site-footer { grid-template-columns: 2fr 1fr 1fr; }
  .legal-block { grid-column: 2; }
}

@media (max-width: 640px) {
  .section-pad { padding-block: 5.5rem; }
  .hero { min-height: 760px; padding-bottom: 2.5rem; }
  .eyebrow { margin-bottom: 1.4rem; font-size: .58rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); line-height: .88; }
  .hero-lower { align-items: center; margin-top: 2.4rem; }
  .hero-lower > p { font-size: .92rem; line-height: 1.6; }
  .circle-link { width: 68px; height: 68px; padding: .8rem; }
  .circle-link span { display: none; }
  .orbit-system { top: 28%; right: -30vw; width: 98vw; }
  .statement { gap: 3rem; }
  .statement h2 { font-size: 2.8rem; }
  .statement-detail { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-head { flex-direction: column; gap: 2.3rem; }
  .section-head > p { font-size: 2.7rem; }
  .product-card { grid-template-columns: 1fr; min-height: 760px; padding: 1.2rem; }
  .ranked-symbol { position: absolute; top: 6rem; right: -3rem; width: 75vw; opacity: .65; }
  .product-copy { align-self: end; }
  .product-copy h3 { font-size: 4.7rem; }
  .product-meta { position: relative; right: auto; bottom: auto; flex-direction: column; gap: .25rem; align-self: end; }
  .product-future { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.2rem; }
  .future-radar { width: 78px; }
  .product-future > p { grid-column: auto; }
  .capability { grid-template-columns: 36px 1fr; gap: 1rem; padding-block: 2rem; }
  .principles { grid-template-columns: 1fr; gap: 5rem; }
  .principles-intro { position: static; }
  .principles h2 { font-size: 3.7rem; }
  .identity { grid-template-columns: 1fr; }
  .identity-graphic { width: 88vw; max-width: 420px; margin-inline: auto; }
  .identity-copy h2 { font-size: 3.2rem; }
  .contact { min-height: 620px; }
  .contact::before { width: 110vw; height: 110vw; }
  .contact::after { width: 80vw; height: 80vw; }
  .contact h2 { font-size: 4rem; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 3rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-block { grid-column: auto; }
  .footer-base { flex-direction: column; gap: .3rem; }
}

@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; }
}
