:root {
  --ink: #050807;
  --panel: #0a100e;
  --panel-2: #101815;
  --line: rgba(235, 255, 242, .14);
  --muted: #99a6a0;
  --white: #f3f6f2;
  --green: #72f000;
  --green-bright: #8cff14;
  --cyan: #19ccff;
  --orange: #ff6b28;
  --display: "Arial Narrow", "Helvetica Neue Condensed", Impact, sans-serif;
  --body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; color: var(--white); background: var(--ink); font-family: var(--body); }
a { color: inherit; }
img { display: block; max-width: 100%; }
em { color: var(--green); font-style: italic; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--green); color: #020402; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 clamp(1.25rem, 5vw, 5.5rem); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { justify-self: start; width: 72px; height: 72px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header nav { display: flex; gap: clamp(1.2rem, 3vw, 3rem); }
.site-header nav a, .footer-links a { color: #cbd3cf; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover, .footer-links a:hover { color: var(--green); }
.header-cta { justify-self: end; padding: .82rem 1.3rem; border: 1px solid var(--green); color: var(--green); font-family: var(--display); font-size: 1rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transform: skew(-5deg); }
.header-cta:hover { color: #061003; background: var(--green); }

.hero { position: relative; min-height: 820px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(2.5rem, 5vw, 6rem); align-items: center; overflow: hidden; padding: 130px clamp(1.25rem, 7vw, 8rem) 70px; background: radial-gradient(circle at 76% 48%, rgba(56, 160, 9, .17), transparent 28%), linear-gradient(115deg, #060b09 0%, #050807 54%, #08100c 100%); }
.hero-glow { position: absolute; width: 560px; height: 560px; right: 8%; top: 20%; border-radius: 50%; background: rgba(114,240,0,.08); filter: blur(90px); pointer-events: none; }
.hero::before, .showcase::before { content: ""; position: absolute; inset: 0; opacity: .23; pointer-events: none; background-image: linear-gradient(rgba(117,240,0,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(117,240,0,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, black 70%, transparent); }
.hero::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -70px; height: 100px; background: var(--green); transform: rotate(-2deg); }
.hero-copy { position: relative; z-index: 3; max-width: 780px; }
.eyebrow { display: flex; align-items: center; gap: .72rem; color: var(--green); font-family: var(--display); font-size: .94rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.045em; line-height: .86; text-transform: uppercase; }
h1 { max-width: 690px; margin: 1.1rem 0 1.6rem; font-size: clamp(4rem, 6.6vw, 7rem); }
.hero-lede { max-width: 590px; color: #b3beb8; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.2rem; }
.app-store-button { display: inline-flex; align-items: center; gap: .8rem; min-width: 190px; padding: .62rem 1.2rem .68rem; border: 1px solid rgba(255,255,255,.48); border-radius: 10px; color: white; background: #050505; text-decoration: none; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.app-store-button:hover { border-color: var(--green); transform: translateY(-2px); }
.app-store-button .apple { width: 30px; height: 36px; display: grid; place-items: center; font-size: 2rem; line-height: 1; }
.app-store-button small, .app-store-button strong { display: block; }
.app-store-button small { font-size: .62rem; letter-spacing: .02em; }
.app-store-button strong { font-size: 1.25rem; line-height: 1.12; }
.text-link { color: var(--green); font-family: var(--display); font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: .4rem; }
.availability { margin: 1.2rem 0 0; color: #66716c; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-visual { position: relative; z-index: 2; height: 650px; }
.image-frame { position: absolute; width: min(430px, 100%); aspect-ratio: 2 / 3; right: 0; bottom: 2px; overflow: hidden; border: 0; border-radius: 8px; box-shadow: 0 28px 70px rgba(0,0,0,.48); background: #050807; }
.image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

.manifesto { min-height: 400px; display: grid; place-content: center; padding: 5rem 1.5rem; color: #0a1209; text-align: center; background: var(--green); }
.manifesto > p:first-child { margin: 0 0 .2rem; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 800; line-height: .9; text-transform: uppercase; }
.manifesto h2 { color: white; font-size: clamp(4rem, 7vw, 7.5rem); text-shadow: 4px 4px 0 #0b1508; }
.manifesto-copy { max-width: 620px; margin: 2.6rem auto 0; font-size: 1.05rem; font-weight: 600; line-height: 1.7; }

.steps { position: relative; padding: 6rem clamp(1.25rem, 7vw, 8rem); background: #070b09; }
.section-heading { max-width: 760px; }
.section-heading h2, .showcase h2, .download h2 { margin-top: 1rem; font-size: clamp(3.6rem, 6vw, 6rem); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3.5rem; border: 1px solid var(--line); background: var(--line); }
.step-grid article { position: relative; min-height: 270px; padding: 2.2rem; background: var(--panel); transition: background .2s ease, transform .2s ease; }
.step-grid article:hover { z-index: 1; background: #111b16; transform: translateY(-6px); }
.step-number { display: inline-block; padding: .2rem .55rem; color: #081005; background: var(--green); font-family: var(--display); font-weight: 800; transform: skew(-6deg); }
.step-grid h3 { margin: 4.5rem 0 .8rem; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }
.step-grid p { max-width: 280px; color: var(--muted); line-height: 1.65; }

.showcase { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; align-items: center; overflow: hidden; padding: 6rem clamp(1.25rem, 7vw, 8rem); background: #0b130f; }
.showcase-copy { position: relative; z-index: 3; }
.showcase-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.7; }
.showcase ul { margin: 2.6rem 0 0; padding: 0; list-style: none; }
.showcase li { padding: 1rem 0 1rem 1.2rem; border-left: 2px solid var(--green); }
.showcase li + li { margin-top: .7rem; }
.showcase li b, .showcase li span { display: block; }
.showcase li b { font-family: var(--display); font-size: 1.3rem; letter-spacing: .04em; text-transform: uppercase; }
.showcase li span { margin-top: .25rem; color: var(--muted); font-size: .88rem; }
.screens { position: relative; display: flex; align-items: center; gap: 14px; min-width: 0; }
.screen { position: relative; flex: 1 1 0; min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; box-shadow: 0 22px 44px rgba(0,0,0,.38); }
.screen img { width: 100%; height: auto; }

.download { position: relative; min-height: 500px; display: grid; justify-items: center; align-content: center; overflow: hidden; padding: 5rem 1.5rem; text-align: center; background: radial-gradient(circle, #14251a 0, #070b09 46%, #030504 75%); }
.download > img { width: 96px; height: 96px; margin-bottom: 1rem; object-fit: contain; }
.download .eyebrow { color: #a8b3ad; }
.download h2 { max-width: 760px; margin: .7rem 0 2.2rem; }
.target-mark { position: absolute; width: min(500px, 90vw); aspect-ratio: 1; border: 1px solid rgba(116,240,0,.1); border-radius: 50%; }
.target-mark::before, .target-mark::after, .target-mark span { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(116,240,0,.08); border-radius: 50%; }
.target-mark::after { inset: 28%; }
.download > *:not(.target-mark) { position: relative; z-index: 1; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 5vw, 5rem); border-top: 1px solid var(--line); background: #030504; }
footer > p:not(.copyright) { color: var(--green); font-family: var(--display); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 1.6rem; justify-self: end; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.07); color: #59615d; font-size: .72rem; }

.legal-page { background: #070b09; }
.legal-page .site-header { position: relative; }
.legal-shell { padding: 4rem clamp(1.25rem, 7vw, 8rem) 8rem; }
.legal-hero { position: relative; padding: 5rem 0 6rem; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(5rem, 11vw, 10rem); }
.legal-hero > p:last-child { color: var(--muted); }
.legal-content { display: grid; grid-template-columns: 230px minmax(0, 800px); gap: clamp(3rem, 8vw, 9rem); justify-content: center; padding-top: 5rem; }
.legal-content aside { position: sticky; top: 2rem; align-self: start; display: grid; gap: .9rem; }
.legal-content aside p { margin: 0 0 .7rem; color: var(--green); font-family: var(--display); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-content aside a { color: #8e9993; font-size: .82rem; text-decoration: none; }
.legal-content aside a:hover { color: var(--white); }
.legal-content article section { position: relative; padding: 0 0 5rem 4.6rem; scroll-margin-top: 2rem; }
.legal-content article section + section { padding-top: 4.5rem; border-top: 1px solid var(--line); }
.legal-number { position: absolute; left: 0; top: .3rem; color: var(--green); font-family: var(--display); font-size: .9rem; font-weight: 800; }
.legal-content h2 { margin-bottom: 2rem; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.legal-content h3 { margin: 2.4rem 0 .7rem; color: var(--green); font-family: var(--display); font-size: 1.5rem; letter-spacing: .04em; text-transform: uppercase; }
.legal-content p, .legal-content li { color: #adb7b2; font-size: .98rem; line-height: 1.8; }
.legal-content li + li { margin-top: .65rem; }
.legal-content a { color: var(--green); }
.legal-callout { margin: 2rem 0 0; padding: 1.5rem; border: 1px solid rgba(116,240,0,.3); background: rgba(116,240,0,.06); }
.legal-callout b { color: var(--green); font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }
.legal-callout p { margin-bottom: 0; }
address { padding: 1.5rem; border-left: 2px solid var(--green); color: #adb7b2; font-style: normal; line-height: 1.8; background: var(--panel); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 82px; }
  .site-header nav { display: none; }
  .brand { width: 64px; height: 64px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 3rem; padding-top: 120px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { height: auto; }
  .image-frame { position: relative; width: min(440px, 100%); right: auto; bottom: auto; left: 50%; transform: translateX(-50%); }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 220px; }
  .step-grid h3 { margin-top: 3rem; }
  .showcase { grid-template-columns: 1fr; }
  .screens { margin-top: 1.5rem; }
}

@media (max-width: 700px) {
  .site-header { padding: 0 1rem; }
  .header-cta { padding: .7rem .9rem; font-size: .85rem; }
  .hero { gap: 2.5rem; padding: 108px 1.25rem 3.5rem; }
  h1 { font-size: clamp(3.5rem, 16vw, 4.8rem); }
  .hero-lede { font-size: 1rem; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-visual { height: auto; margin: 0; }
  .image-frame { position: relative; width: 100%; left: auto; right: auto; bottom: auto; transform: none; box-shadow: 0 18px 36px rgba(0,0,0,.35); }
  .manifesto { min-height: 340px; padding-block: 4rem; }
  .steps, .showcase { padding-block: 4.5rem; }
  .section-heading h2, .showcase h2, .download h2 { font-size: clamp(3.2rem, 14vw, 4.6rem); }
  .step-grid { margin-top: 3rem; }
  .screens { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 16px; margin-inline: 0; padding-bottom: 0; overflow: visible; }
  .screen { width: 100%; border-radius: 6px; }
  .download { min-height: 440px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: 1 / -1; justify-self: start; }
  .legal-shell { padding-inline: 1.25rem; }
  .legal-content { grid-template-columns: 1fr; padding-top: 3rem; }
  .legal-content aside { display: none; }
  .legal-content article section { padding-left: 2.6rem; }
}

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