:root {
  --bg: #0b0e11;
  --surface: #11161b;
  --surface-up: #171d23;
  --ink: #f2f0e9;
  --muted: #98a2a9;
  --muted-2: #707b83;
  --line: #293139;
  --line-bright: #3a4650;
  --signal: #ff7252;
  --electric: #79d9d0;
  --acid: #c7e567;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI Variable", "Aptos", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  --mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  color: var(--ink);
  background: var(--bg);
  color-scheme: dark;
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--electric); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--ink); color: var(--bg); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(18px); }
.site-nav { display: flex; width: min(92rem, calc(100% - 3rem)); min-height: 68px; align-items: center; justify-content: space-between; gap: 30px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; flex: none; }
.brand-mark rect { fill: var(--ink); }
.brand-mark path { fill: none; stroke: var(--bg); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.25; }
.brand-mark circle { fill: var(--signal); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { min-height: 36px; padding: 0 11px; display: inline-flex; align-items: center; color: var(--muted); font: 650 11px/1 var(--mono); letter-spacing: .02em; }
.nav-links a:hover, .nav-links a.is-active { color: var(--ink); }

.hero { position: relative; display: grid; width: min(92rem, calc(100% - 3rem)); min-height: calc(100svh - 68px); grid-template-columns: minmax(0, 1.5fr) minmax(17rem, .55fr); align-content: center; gap: clamp(3rem, 7vw, 7rem); margin: 0 auto; padding: clamp(4.5rem, 9vh, 8rem) 0 clamp(4rem, 8vw, 6rem); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy, .hero-aside { position: relative; z-index: 2; }
.eyebrow, .section-kicker, .aside-label, .platform-label { margin: 0; color: var(--electric); font: 700 .67rem/1.2 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .7rem; }
.eyebrow::before { width: 1.7rem; height: 1px; background: var(--signal); content: ""; }
h1 { max-width: 13ch; margin: clamp(1.4rem, 3vw, 2.2rem) 0 0; font: 400 clamp(4rem, 8.3vw, 8.8rem)/.85 var(--serif); letter-spacing: -.068em; }
h1 em { display: inline-block; color: var(--signal); font-style: normal; font-size: .64em; letter-spacing: -.045em; }
.hero-lede { max-width: 43rem; margin: clamp(1.5rem, 3vw, 2.25rem) 0 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 16px; border: 1px solid var(--line-bright); font: 700 .68rem/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; transition: border-color .18s, background .18s, color .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--signal); background: var(--signal); color: #17100d; }
.button-primary:hover { border-color: #ff9279; background: #ff9279; }
.button-quiet { color: var(--ink); }
.button-quiet:hover { border-color: var(--electric); color: var(--electric); }
.button-light { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.button-light:hover { border-color: var(--electric); background: var(--electric); }
.beta-line { display: flex; align-items: center; gap: 8px; margin: 1.2rem 0 0; color: var(--muted-2); font: 600 .62rem/1.4 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.beta-line span { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px color-mix(in srgb, var(--acid) 55%, transparent); }
.hero-aside { align-self: end; padding: 1.7rem 0 0 1.7rem; border-top: 1px solid var(--line-bright); border-left: 1px solid var(--line-bright); }
.hero-aside > p:nth-child(2) { max-width: 21rem; margin: 1.2rem 0 0; font: italic 1.3rem/1.5 var(--serif); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.7rem; padding: 1.35rem 0; border-block: 1px solid var(--line); }
.hero-stats div { min-width: 0; padding-right: .65rem; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font: 400 clamp(1.65rem, 3vw, 2.6rem)/1 var(--serif); }
.hero-stats span { margin-top: .35rem; color: var(--muted-2); font: .56rem/1.35 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; color: var(--electric); font-size: .76rem; }
.text-link:hover { color: var(--ink); }
.scroll-cue { position: absolute; bottom: 1.1rem; left: 50%; z-index: 3; display: inline-flex; align-items: center; gap: .45rem; color: var(--electric); font: 700 .62rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { animation: bob 1.35s ease-in-out infinite; }
.orbit { position: absolute; top: 11%; right: 10%; z-index: 0; width: clamp(17rem, 32vw, 34rem); aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--electric) 14%, transparent); border-radius: 50%; pointer-events: none; }
.orbit::before, .orbit::after { position: absolute; inset: 17%; border: 1px solid color-mix(in srgb, var(--signal) 15%, transparent); border-radius: 50%; content: ""; }
.orbit::after { inset: 35%; border-color: color-mix(in srgb, var(--ink) 10%, transparent); }
.orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 18px var(--signal); }
.orbit i:first-child { top: 13%; left: 22%; }
.orbit i:nth-child(2) { right: -4px; bottom: 47%; background: var(--electric); box-shadow: 0 0 18px var(--electric); }
.orbit i:last-child { bottom: 14%; left: 23%; background: var(--acid); box-shadow: 0 0 18px var(--acid); }

.section { width: min(92rem, calc(100% - 3rem)); margin-inline: auto; padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(16rem, .55fr); align-items: end; gap: 3rem; margin-bottom: 1.8rem; }
.section-heading h2, .help-heading h2 { max-width: 15ch; margin: .55rem 0 0; font: 400 clamp(2.6rem, 5vw, 5.1rem)/.94 var(--serif); letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-bright); border-left: 1px solid var(--line-bright); }
.step-grid article { display: flex; min-height: 18rem; flex-direction: column; padding: 1.5rem; border-right: 1px solid var(--line-bright); border-bottom: 1px solid var(--line-bright); background: color-mix(in srgb, var(--surface) 70%, transparent); }
.step-grid article:nth-child(2) .card-number { color: var(--electric); }
.step-grid article:nth-child(3) .card-number { color: var(--acid); }
.card-number { display: flex; justify-content: space-between; color: var(--signal); font: 700 .67rem/1.2 var(--mono); letter-spacing: .1em; }
.step-grid article > div { margin-top: auto; }
.step-grid h3 { max-width: 10ch; margin: 0 0 .85rem; font: 400 clamp(1.8rem, 3vw, 2.7rem)/1 var(--serif); letter-spacing: -.03em; }
.step-grid p { max-width: 29rem; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

.manifesto { display: grid; grid-template-columns: minmax(3rem, .18fr) 1fr minmax(18rem, .55fr); align-items: start; gap: 2rem; border-top: 1px solid var(--line); }
.manifesto-index { color: var(--signal); font: 700 .68rem/1 var(--mono); }
.manifesto h2 { max-width: 15ch; margin: .6rem 0 0; font: 400 clamp(2.4rem, 4.5vw, 4.6rem)/.98 var(--serif); letter-spacing: -.045em; }
.manifesto > p { margin: 1.6rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }

.compact-heading { margin-bottom: 2.5rem; }
.product-section { padding-top: 0; }
.product-frame { overflow: hidden; border: 1px solid var(--line-bright); background: #0e1216; box-shadow: 0 34px 90px rgba(0, 0, 0, .28); }
.product-frame img { display: block; width: 100%; height: auto; }
.product-frame figcaption { padding: 12px 16px; border-top: 1px solid var(--line); color: var(--muted-2); font: .58rem/1.4 var(--mono); text-transform: uppercase; }

.apps-section { border-top: 1px solid var(--line); }
.app-list { border-top: 1px solid var(--line-bright); }
.app-list article { display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; align-items: center; gap: 22px; min-height: 110px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.app-list article > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line-bright); color: var(--electric); font: 700 10px/1 var(--mono); }
.app-list article:nth-child(2) > span { color: var(--signal); }
.app-list article:nth-child(3) > span { color: var(--acid); }
.app-list h3 { margin: 0; font: 400 clamp(1.35rem, 2.5vw, 2rem)/1.1 var(--serif); }
.app-list p { margin: 6px 0 0; color: var(--muted); font-size: .82rem; }
.app-list small { color: var(--muted-2); font: 700 .6rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.app-list .is-paused { opacity: .58; }

.privacy-section { border-block: 1px solid var(--line-bright); background: var(--electric); color: #10201f; }
.privacy-inner { display: grid; width: min(92rem, calc(100% - 3rem)); grid-template-columns: minmax(0, .8fr) minmax(24rem, 1fr); gap: clamp(3rem, 8vw, 8rem); margin: 0 auto; padding-block: clamp(4.5rem, 9vw, 8rem); }
.privacy-section .section-kicker { color: #245653; }
.privacy-section h2 { max-width: 12ch; margin: .6rem 0 0; font: 400 clamp(3rem, 5.5vw, 5.8rem)/.92 var(--serif); letter-spacing: -.055em; }
.privacy-lede { max-width: 36rem; margin: 1.7rem 0 2rem; color: #315d5a; font-size: .95rem; line-height: 1.7; }
.architecture { margin: 0; padding: 0; border-top: 1px solid #2a7671; list-style: none; }
.architecture li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid #4aa29b; }
.architecture li > span { font: 700 .65rem/1 var(--mono); }
.architecture strong, .architecture small { display: block; }
.architecture strong { font: 400 1.4rem/1.1 var(--serif); }
.architecture small { margin-top: 5px; color: #315d5a; font-size: .72rem; }

.download-section { border-bottom: 1px solid var(--line); }
.beta-warning { display: grid; grid-template-columns: minmax(13rem, .45fr) 1fr; gap: 28px; margin-bottom: 20px; padding: 18px; border: 1px solid color-mix(in srgb, var(--signal) 55%, var(--line)); background: color-mix(in srgb, var(--signal) 7%, transparent); }
.beta-warning strong { color: var(--signal); font: 400 1.25rem/1.2 var(--serif); }
.beta-warning p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-bright); border-left: 1px solid var(--line-bright); }
.download-grid article { display: flex; min-height: 320px; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 4vw, 2.5rem); border-right: 1px solid var(--line-bright); border-bottom: 1px solid var(--line-bright); background: var(--surface); }
.download-grid article:nth-child(2) .platform-label { color: var(--acid); }
.download-grid article:nth-child(3) .platform-label { color: var(--signal); }
.download-grid h3 { margin: 3rem 0 0; font: 400 clamp(2rem, 4vw, 3.7rem)/1 var(--serif); letter-spacing: -.04em; }
.download-grid p { max-width: 32rem; margin: 1rem 0 1.7rem; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.download-grid small { margin-top: 12px; color: var(--muted-2); font: .58rem/1.4 var(--mono); text-transform: uppercase; }
.release-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 20px; }
.release-links a { color: var(--electric); font-size: .72rem; }
.release-links a:hover { color: var(--ink); }

.faq-preview { padding-top: clamp(4rem, 8vw, 7rem); }
.compact-heading > .text-link { align-self: end; justify-self: end; }
.faq-list { border-top: 1px solid var(--line-bright); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 72px; align-items: center; gap: 18px; cursor: pointer; font-size: .9rem; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { margin-left: auto; color: var(--electric); content: "+"; font: 400 1.3rem/1 var(--sans); transition: transform .18s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary span { color: var(--signal); font: 700 .62rem/1 var(--mono); }
.faq-list details p { max-width: 55rem; margin: 0; padding: 0 3.2rem 1.5rem; color: var(--muted); font-size: .82rem; line-height: 1.7; }

.site-footer { display: grid; width: min(92rem, calc(100% - 3rem)); grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin: 0 auto; padding: 34px 0; border-top: 1px solid var(--line); }
.footer-brand { font-size: 15px; }
.footer-brand .brand-mark { width: 28px; height: 28px; }
.site-footer nav { display: flex; gap: 22px; color: var(--muted); font: 600 .62rem/1 var(--mono); }
.site-footer nav a:hover { color: var(--electric); }
.site-footer > p { grid-column: 1 / -1; margin: 0; color: var(--muted-2); font: .58rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.help-hero { padding-top: clamp(5rem, 10vw, 9rem); border-bottom: 1px solid var(--line); }
.help-hero h1 { font-size: clamp(4rem, 8vw, 8rem); }
.help-hero > p:not(.eyebrow) { max-width: 48rem; margin: 2rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.help-jumps { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
.help-jumps a { padding: 10px 12px; border: 1px solid var(--line); color: var(--muted); font: 650 .62rem/1 var(--mono); text-transform: uppercase; }
.help-jumps a:hover { border-color: var(--electric); color: var(--electric); }
.store-section { border-bottom: 1px solid var(--line); }
.store-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-bright); border-left: 1px solid var(--line-bright); }
.store-card { display: flex; min-height: 330px; flex-direction: column; padding: clamp(1.4rem, 3vw, 2.2rem); border-right: 1px solid var(--line-bright); border-bottom: 1px solid var(--line-bright); background: var(--surface); }
.store-card header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.store-card h2 { margin: 0; font: 400 clamp(1.8rem, 3vw, 2.8rem)/1 var(--serif); letter-spacing: -.04em; }
.store-status { color: var(--acid); font: 700 .6rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.store-card.is-paused { opacity: .65; }
.store-card.is-paused .store-status { color: var(--signal); }
.store-card > p { max-width: 42rem; margin: 1.2rem 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.store-card dl { display: grid; grid-template-columns: auto 1fr; gap: .45rem 1rem; margin: auto 0 1.4rem; font: .65rem/1.45 var(--mono); }
.store-card dt { color: var(--muted-2); text-transform: uppercase; }
.store-card dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--ink); }
.store-card footer { display: flex; flex-wrap: wrap; gap: 1.2rem; color: var(--electric); font-size: .72rem; }
.store-card footer a:hover { color: var(--ink); }
.contribution-band { border-bottom: 1px solid var(--line); }
.proposal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-bright); border-left: 1px solid var(--line-bright); }
.proposal-grid article { min-height: 230px; padding: 1.5rem; border-right: 1px solid var(--line-bright); border-bottom: 1px solid var(--line-bright); }
.proposal-grid span { color: var(--signal); font: 700 .65rem/1 var(--mono); }
.proposal-grid h2 { margin: 3rem 0 .8rem; font: 400 1.7rem/1.1 var(--serif); }
.proposal-grid p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.boundary-note { margin-top: 2rem; padding: 1.4rem; border-left: 2px solid var(--electric); background: var(--surface); color: var(--muted); font-size: .82rem; line-height: 1.65; }
.help-section { display: grid; grid-template-columns: minmax(15rem, .45fr) 1fr; gap: clamp(2rem, 7vw, 7rem); border-bottom: 1px solid var(--line); }
.help-heading h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.platform-guides { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-bright); border-left: 1px solid var(--line-bright); }
.platform-guides > article { padding: 24px; border-right: 1px solid var(--line-bright); border-bottom: 1px solid var(--line-bright); }
.platform-guides article:nth-child(2) .platform-label { color: var(--acid); }
.platform-guides article:nth-child(3) .platform-label { color: var(--signal); }
.platform-guides ol { margin: 30px 0 0; padding: 0; list-style: none; counter-reset: guide; }
.platform-guides li { position: relative; padding: 0 0 24px 34px; counter-increment: guide; }
.platform-guides li::before { position: absolute; left: 0; color: var(--muted-2); content: counter(guide, decimal-leading-zero); font: 700 .58rem/1.3 var(--mono); }
.platform-guides strong { font: 400 1.1rem/1.2 var(--serif); }
.platform-guides p { margin: 5px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.platform-guides b { color: var(--ink); }
.help-note { grid-column: 2; display: grid; grid-template-columns: minmax(12rem, .4fr) 1fr; gap: 20px; margin-top: 18px; padding: 18px; border-left: 2px solid var(--signal); background: var(--surface); }
.help-note strong { color: var(--signal); font: 400 1rem/1.3 var(--serif); }
.help-note p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.requirements-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-bright); border-left: 1px solid var(--line-bright); }
.requirements-grid article { min-height: 200px; padding: 22px; border-right: 1px solid var(--line-bright); border-bottom: 1px solid var(--line-bright); }
.requirements-grid article > span { color: var(--electric); font: 700 .6rem/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.requirements-grid h3 { margin: 3rem 0 .7rem; font: 400 1.4rem/1.1 var(--serif); }
.requirements-grid p, .privacy-answers p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.help-faq { min-width: 0; }
.help-faq code { padding: 2px 5px; background: var(--surface-up); font-family: var(--mono); font-size: .72rem; }
.privacy-answers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.privacy-answers article { min-height: 190px; padding: 24px; background: var(--surface); }
.privacy-answers h3 { margin: 0 0 1rem; font: 400 1.45rem/1.15 var(--serif); }
.support-band { display: grid; width: min(92rem, calc(100% - 3rem)); grid-template-columns: 1fr auto; align-items: end; gap: 3rem; margin: clamp(4rem, 8vw, 7rem) auto; padding: clamp(2rem, 5vw, 4rem); background: var(--signal); color: #1b100d; }
.support-band .section-kicker { color: #642415; }
.support-band h2 { margin: .6rem 0 0; font: 400 clamp(2.4rem, 5vw, 4.8rem)/.95 var(--serif); letter-spacing: -.05em; }
.support-band p:not(.section-kicker) { max-width: 48rem; margin: 1rem 0 0; color: #682d20; font-size: .85rem; line-height: 1.7; }

@keyframes bob { 50% { transform: translateY(5px); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero-aside { max-width: 36rem; }
  .orbit { top: 8%; right: -7rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .manifesto { grid-template-columns: 3rem 1fr; }
  .manifesto > p { grid-column: 2; }
  .privacy-inner { grid-template-columns: 1fr; }
  .help-section { grid-template-columns: 1fr; }
  .help-note { grid-column: auto; }
}

@media (max-width: 760px) {
  .site-nav { width: min(100% - 2rem, 92rem); min-height: auto; align-items: flex-start; flex-direction: column; gap: 9px; padding: 12px 0 10px; }
  .nav-links { width: 100%; overflow-x: auto; }
  .nav-links a { flex: none; padding-inline: 8px; }
  .hero, .section, .privacy-inner, .site-footer, .support-band { width: min(100% - 2rem, 92rem); }
  .hero { min-height: auto; padding-top: 4rem; }
  h1 { max-width: 100%; font-size: clamp(3.25rem, 14vw, 5rem); }
  .scroll-cue { position: relative; bottom: auto; left: auto; width: max-content; margin-top: 3rem; transform: none; }
  .step-grid, .download-grid { grid-template-columns: 1fr; }
  .store-grid, .proposal-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 14rem; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto > p { grid-column: auto; }
  .app-list article { grid-template-columns: 52px 1fr; gap: 14px; }
  .app-list small { grid-column: 2; }
  .beta-warning { grid-template-columns: 1fr; }
  .download-grid article { min-height: 290px; }
  .compact-heading > .text-link { justify-self: start; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer > p { grid-column: auto; }
  .platform-guides, .requirements-grid, .privacy-answers { grid-template-columns: 1fr; }
  .help-note { grid-template-columns: 1fr; }
  .support-band { grid-template-columns: 1fr; align-items: start; }
  .support-band .button { width: max-content; }
}

@media (max-width: 430px) {
  .brand { font-size: 16px; }
  h1 { font-size: clamp(3rem, 14vw, 3.5rem); }
  .hero-stats { gap: 5px; }
  .hero-stats strong { font-size: 1.7rem; }
  .hero-actions .button { width: 100%; }
  .app-list p { font-size: .73rem; }
  .faq-list details p { padding-left: 0; }
}

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