@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --bg: #090a0c;
  --bg-soft: #0e0f12;
  --panel: #131519;
  --panel-hover: #17191e;
  --text: #f5f5f2;
  --text-dim: #94979f;
  --text-faint: #63666d;
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .2);
  --accent: #7c6cff;
  --accent-soft: #a9a0ff;
  --maxw: 1400px;
  --gutter: clamp(22px, 4vw, 64px);
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', Consolas, monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 16px/1.55 var(--sans); letter-spacing: -.02em; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }
button, input { font: inherit; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 4px; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.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: 10px; left: 50%; z-index: 500; transform: translate(-50%, -160%); padding: 10px 16px; background: var(--text); color: var(--bg); }
.skip-link:focus { transform: translate(-50%, 0); }

/* Navigation */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(9, 10, 12, .82); backdrop-filter: blur(20px); border-bottom: 1px solid transparent; transition: border-color .25s; }
.nav.is-stuck { border-bottom-color: var(--line); }
.nav__inner { height: 78px; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-weight: 700; letter-spacing: -.045em; }
.brand__mark { position: relative; width: 22px; height: 22px; flex: none; border: 1px solid var(--line-strong); border-radius: 50%; }
.brand__mark::after { content: ''; position: absolute; width: 7px; height: 7px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--accent); border-radius: 50%; box-shadow: 0 0 18px var(--accent); }
.brand__mark svg { display: none; }
.brand em { font-style: normal; }
.nav__links { display: flex; gap: 34px; }
.nav__links a { color: var(--text-dim); font-size: 13px; transition: color .2s; }
.nav__links a:hover { color: var(--text); }
.nav__contact { display: flex; gap: 9px; align-items: center; padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 12px; font-weight: 600; transition: background .2s, color .2s; }
.nav__contact:hover { background: var(--text); color: var(--bg); }
.icon-btn { display: none; background: none; border: 0; color: inherit; }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 78px); display: flex; flex-direction: column; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; opacity: .18; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero__glow { position: absolute; width: 800px; height: 800px; top: -350px; right: -180px; border-radius: 50%; background: rgba(124, 108, 255, .14); filter: blur(110px); pointer-events: none; }
.hero__inner { position: relative; flex: 1; padding-top: clamp(48px, 7vw, 100px); padding-bottom: 70px; }
.hero__eyebrow { display: flex; justify-content: space-between; color: var(--text-faint); font: 400 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.hero__eyebrow span:first-child { display: flex; align-items: center; gap: 10px; }
.hero__eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: #65e6a7; box-shadow: 0 0 12px rgba(101, 230, 167, .6); }
.hero__main { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .4fr); gap: clamp(45px, 8vw, 130px); align-items: end; margin-top: clamp(80px, 10vw, 145px); }
.hero h1 { max-width: 1040px; font-size: clamp(67px, 9.2vw, 142px); line-height: .84; font-weight: 600; letter-spacing: -.075em; }
.hero h1 span { color: var(--text-faint); }
.hero__side { padding-bottom: 10px; }
.hero__side p { max-width: 370px; color: var(--text-dim); font-size: 16px; line-height: 1.65; }
.arrow-link { display: flex; justify-content: space-between; gap: 35px; margin-top: 38px; padding: 16px 0; border-top: 1px solid var(--line-strong); font-size: 12px; font-weight: 600; }
.arrow-link span { color: var(--accent-soft); font-size: 18px; transition: transform .3s var(--ease); }
.arrow-link:hover span { transform: translateY(5px); }
.product-orbit { position: absolute; right: var(--gutter); bottom: -60px; width: clamp(280px, 29vw, 430px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; }
.product-orbit::before, .product-orbit::after { content: ''; position: absolute; inset: 16%; border: 1px solid var(--line); border-radius: 50%; }
.product-orbit::after { inset: 33%; }
.orbit__line { position: absolute; inset: 50% 0 auto; border-top: 1px solid var(--line); transform: rotate(-28deg); }
.orbit-app { position: absolute; z-index: 2; padding: 10px; background: var(--panel); border: 1px solid var(--line-strong); border-radius: 24px; box-shadow: 0 20px 50px rgba(0, 0, 0, .35); transition: transform .35s var(--ease); }
.orbit-app:hover { transform: translateY(-8px) scale(1.03); }
.orbit-app img { width: clamp(54px, 5.5vw, 76px); border-radius: 18px; }
.orbit-app--one { left: 5%; top: 20%; }
.orbit-app--two { right: 4%; bottom: 23%; }
.orbit__center { position: absolute; inset: 39%; display: grid; place-content: center; text-align: center; }
.orbit__center span { font: 500 clamp(27px, 3vw, 42px)/1 var(--mono); }
.orbit__center small { margin-top: 7px; color: var(--text-faint); font: 400 8px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.hero__rail { position: relative; border-top: 1px solid var(--line); }
.hero__rail .wrap { min-height: 60px; display: flex; align-items: center; gap: clamp(15px, 3vw, 50px); color: var(--text-faint); font: 400 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.hero__rail i { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }

/* Product section */
.section { padding: clamp(110px, 12vw, 180px) 0; }
.products { background: #f0f0ed; color: #111216; }
.section__label { display: flex; gap: 38px; padding-bottom: 18px; border-bottom: 1px solid currentColor; font: 500 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .13em; opacity: .55; }
.products__heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin: 65px 0 90px; }
.products__heading h2 { max-width: 900px; font-size: clamp(50px, 6.6vw, 96px); line-height: .98; font-weight: 500; letter-spacing: -.065em; }
.products__heading p { max-width: 380px; color: #71747a; font-size: 16px; line-height: 1.6; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; background: none; }
.card { position: relative; min-height: 520px; padding: clamp(28px, 4vw, 52px); background: #e5e5e0; color: #111216; display: flex; flex-direction: column; overflow: hidden; transition: transform .4s var(--ease), background .3s; }
.card:hover { transform: translateY(-6px); background: #deded8; }
.card::before { content: ''; position: absolute; width: 380px; height: 380px; right: -120px; bottom: -170px; border-radius: 50%; background: var(--tint); filter: blur(100px); opacity: .14; pointer-events: none; }
.card::after { content: '↗'; position: absolute; top: 35px; right: 38px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(17,18,22,.18); border-radius: 50%; font-size: 18px; transition: transform .3s var(--ease), background .2s; }
.card:hover::after { transform: rotate(45deg); background: #111216; color: #f0f0ed; }
.card__hit { position: absolute; inset: 0; z-index: 3; }
.card__top { display: flex; align-items: center; gap: 24px; padding-right: 58px; }
.app-icon { width: 82px; height: 82px; object-fit: cover; border-radius: 22px; box-shadow: 0 14px 32px rgba(0,0,0,.14); }
.card h3 { font-size: clamp(31px, 3vw, 43px); line-height: 1; font-weight: 600; letter-spacing: -.055em; }
.card__meta { display: flex; gap: 8px; margin-top: 12px; }
.tag { font: 500 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; color: #767980; }
.tag + .tag::before { content: '/'; margin-right: 8px; }
.card > p { max-width: 470px; margin-top: 70px; color: #62656c; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.card__foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 70px; }
.stores { display: flex; gap: 9px; }
.stores span { opacity: .25; }
.stores span[data-on="true"] { opacity: 1; }
.stores svg, .card__link svg, .btn svg, .crumb svg { width: 17px; height: 17px; }
.card__link { display: none; }

/* Statement */
.statement { position: relative; padding: clamp(130px, 16vw, 250px) 0; background: var(--accent); overflow: hidden; }
.statement::after { content: ''; position: absolute; width: 55vw; height: 55vw; right: -20vw; top: -27vw; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 10vw rgba(255,255,255,.025), 0 0 0 20vw rgba(255,255,255,.025); }
.statement p { position: relative; z-index: 1; font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .13em; }
.statement h2 { position: relative; z-index: 1; max-width: 1200px; margin-top: 24px; font-size: clamp(61px, 9vw, 135px); line-height: .88; font-weight: 600; letter-spacing: -.075em; }

/* Principles */
.principles-section { background: var(--bg-soft); }
.principles-section .section__label { color: var(--text); }
.principles-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin: 70px 0 100px; }
.principles-head h2 { font-size: clamp(55px, 7vw, 102px); line-height: .9; font-weight: 500; letter-spacing: -.07em; }
.principles-head p { max-width: 470px; color: var(--text-dim); font-size: 17px; line-height: 1.65; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article { min-height: 340px; padding: 36px 35px; border-right: 1px solid var(--line); }
.principles article:first-child { padding-left: 0; }
.principles article:last-child { border-right: 0; }
.principles article > span { color: var(--accent-soft); font: 400 10px/1 var(--mono); }
.principles h3 { margin-top: 80px; font-size: 21px; font-weight: 500; letter-spacing: -.035em; }
.principles p { margin-top: 18px; color: var(--text-dim); font-size: 14px; line-height: 1.7; }

/* CTA and footer */
.cta { padding: clamp(90px, 12vw, 170px) 0; background: #f0f0ed; color: #111216; }
.cta__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.cta__label { display: block; margin-bottom: 30px; color: #72757c; font: 500 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.cta h2 { font-size: clamp(62px, 8vw, 116px); line-height: .86; font-weight: 600; letter-spacing: -.075em; }
.cta__inner > a { width: clamp(90px, 10vw, 140px); aspect-ratio: 1; display: grid; place-items: center; flex: none; border: 1px solid rgba(17,18,22,.25); border-radius: 50%; font-size: clamp(38px, 5vw, 68px); transition: background .25s, color .25s, transform .35s var(--ease); }
.cta__inner > a:hover { background: #111216; color: #f0f0ed; transform: rotate(45deg); }
.footer { padding: 80px 0 28px; background: var(--bg); }
.footer__main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 60px; min-height: 200px; align-items: start; }
.footer__main p { color: var(--text-dim); font-size: 13px; }
.footer__main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; color: var(--text-dim); font-size: 12px; }
.footer__main nav a:hover { color: var(--text); }
.footer__bar { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--text-faint); font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.footer__bar > :last-child { text-align: right; }

/* Shared inner pages */
.page-head { position: relative; padding: 90px 0 35px; border-bottom: 1px solid var(--line); }
.aurora { display: none; }
.eyebrow { display: block; color: var(--text-faint); font: 500 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.crumb { display: inline-flex; align-items: center; gap: 9px; color: var(--text-dim); font-size: 13px; }
.page-head h1, .legal h1 { margin-top: 40px !important; font-size: clamp(58px, 8vw, 105px) !important; line-height: .9 !important; font-weight: 600 !important; letter-spacing: -.07em !important; }
.page-head p { color: var(--text-dim) !important; }
.app-hero { display: flex; align-items: center; gap: 34px; padding: 50px; background: var(--panel); border: 1px solid var(--line); }
.app-icon--lg { width: 100px; height: 100px; border-radius: 25px; }
.app-hero h1 { font-size: clamp(54px, 7vw, 90px); line-height: .9; font-weight: 600; letter-spacing: -.06em; }
.app-hero .lede { margin-top: 12px; color: var(--text-dim); font-size: 20px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid var(--line-strong); color: var(--text); font-size: 12px; font-weight: 600; }
.btn--primary, .btn--accent { background: var(--text); color: var(--bg); border-color: var(--text); }
.btn--ghost[aria-disabled="true"] { opacity: .45; }
.split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; }
.split aside { display: grid; gap: 12px; align-content: start; }
.panel { padding: 30px; background: var(--panel); border: 1px solid var(--line); }
.panel h3 { margin-bottom: 17px; font-size: 20px; font-weight: 500; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; color: var(--text-dim); }
.checklist svg { width: 18px; flex: none; color: var(--accent-soft); }
.prose, .legal { max-width: 790px; }
.prose h2, .legal h2 { margin: 50px 0 14px; font-size: 29px; font-weight: 500; letter-spacing: -.045em; }
.prose h3, .legal h3 { margin: 30px 0 10px; }
.prose p, .prose li, .legal p, .legal li { color: var(--text-dim); }
.prose p + p { margin-top: 18px; }
.prose ul, .legal ul { padding-left: 20px; }
.prose li + li { margin-top: 9px; }
.prose a { color: var(--text); border-bottom: 1px solid var(--line-strong); }
.prose .note { margin-top: 50px; padding: 22px; border-left: 2px solid var(--accent); background: var(--panel); font-size: 14px; }
.notice, .empty { padding: 28px; border: 1px solid var(--line); color: var(--text-dim); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 8px 13px; border: 1px solid var(--line); background: transparent; color: var(--text-dim); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--text); color: var(--bg); }
.toolbar, .search { display: flex; gap: 12px; }
.toolbar { justify-content: space-between; margin-bottom: 28px; }
.search { align-items: center; padding: 8px 12px; border: 1px solid var(--line); }
.search svg { width: 16px; }
.search input { border: 0; outline: 0; background: none; color: var(--text); }
.footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding-bottom: 60px; }
.footer__grid h4 { margin-bottom: 15px; font: 500 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.footer__grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: var(--text-dim); font-size: 12px; }
.footer__about p { max-width: 280px; margin-top: 18px; color: var(--text-dim); }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero__main { grid-template-columns: 1fr; }
  .hero__side { max-width: 390px; }
  .product-orbit { opacity: .7; right: -80px; }
  .principles-head, .products__heading { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article:first-child { min-height: auto; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin-top: 45px; }
}

@media (max-width: 720px) {
  .nav__inner { height: 70px; }
  .nav__contact { display: none; }
  .nav__burger { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; cursor: pointer; }
  .nav__burger svg { width: 21px; }
  .nav__links { position: fixed; top: 70px; left: 0; right: 0; display: grid; gap: 0; padding: 12px var(--gutter) 24px; background: var(--bg); border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s var(--ease); }
  .nav__links.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nav__links a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 780px; }
  .hero__main { margin-top: 90px; }
  .hero h1 { font-size: clamp(58px, 17vw, 90px); }
  .product-orbit { width: 300px; bottom: -25px; right: -80px; }
  .hero__rail .wrap { overflow: hidden; white-space: nowrap; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 440px; }
  .statement h2 { font-size: clamp(58px, 17vw, 90px); }
  .cta__inner { align-items: center; }
  .cta__inner > a { width: 82px; }
  .footer__main { grid-template-columns: 1fr 1fr; }
  .footer__main p { display: none; }
  .footer__bar { grid-template-columns: 1fr auto; }
  .footer__bar > :last-child { display: none; }
  .split { grid-template-columns: 1fr; }
  .app-hero { align-items: flex-start; padding: 28px; }
  .app-icon--lg { width: 70px; height: 70px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  .hero__eyebrow span:last-child { display: none; }
  .hero__side { padding-right: 60px; }
  .products__heading { margin-bottom: 60px; }
  .products__heading h2, .principles-head h2 { font-size: 50px; }
  .card__top { align-items: flex-start; }
  .app-icon { width: 66px; height: 66px; border-radius: 18px; }
  .card::after { top: 25px; right: 25px; }
  .cta h2 { font-size: 55px; }
  .cta__inner > a { width: 68px; font-size: 32px; }
  .footer__main { grid-template-columns: 1fr; }
  .footer__main nav { margin-top: 35px; }
  .app-hero { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
