:root {
  color-scheme: light dark;
  --ground: #f4f2ed;
  --raised: #fbfaf7;
  --sunken: #e8e4da;
  --ink: #1a1d1f;
  --secondary: #4e5356;
  --accent: #1c4e77;
  --rule: #d6d2c7;
  --rule-strong: #9d9a92;
  --focus: #0c66a1;
  --reviewable: #1c4e77;
  --developer: #6e4a88;
  --personal: #8b4b32;
  --protected: #3e5c4a;
  --shared: #75561d;
  --unknown: #555b60;
  --danger: #8a2e2e;
  --inverse: #fbfaf7;
  --review-pattern: repeating-linear-gradient(135deg, transparent 0 4px, currentColor 4px 5px);
  --developer-pattern: repeating-linear-gradient(135deg, transparent 0 3px, currentColor 3px 4px);
  --personal-pattern: repeating-linear-gradient(90deg, transparent 0 4px, currentColor 4px 5px);
  --protected-pattern: repeating-linear-gradient(0deg, transparent 0 4px, currentColor 4px 5px);
  --shared-pattern: repeating-linear-gradient(45deg, transparent 0 2px, currentColor 2px 3px, transparent 3px 6px);
  --unknown-pattern: repeating-linear-gradient(135deg, transparent 0 5px, currentColor 5px 6px);
}

:root[data-theme="dark"] {
  --ground: #1b1d1f;
  --raised: #25282a;
  --sunken: #202326;
  --ink: #edeae3;
  --secondary: #aeb2b4;
  --accent: #8fbee6;
  --rule: #3b4044;
  --rule-strong: #777c80;
  --focus: #a9d4f7;
  --reviewable: #8fbee6;
  --developer: #c8a5dd;
  --personal: #e0a38a;
  --protected: #a4ccb1;
  --shared: #d9be7a;
  --unknown: #b9c0c5;
  --danger: #f0a0a0;
  --inverse: #1b1d1f;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground: #1b1d1f;
    --raised: #25282a;
    --sunken: #202326;
    --ink: #edeae3;
    --secondary: #aeb2b4;
    --accent: #8fbee6;
    --rule: #3b4044;
    --rule-strong: #777c80;
    --focus: #a9d4f7;
    --reviewable: #8fbee6;
    --developer: #c8a5dd;
    --personal: #e0a38a;
    --protected: #a4ccb1;
    --shared: #d9be7a;
    --unknown: #b9c0c5;
    --danger: #f0a0a0;
    --inverse: #1b1d1f;
  }
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 15px/1.55 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; font-synthesis: none; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; }
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
h1, h2, h3, h4, p, ul, ol { margin-top: 0; }
figure { margin: 0; }
h1, h2, h3 { font-family: "Iowan Old Style", "Charter", "Sitka Text", Cambria, Georgia, serif; font-weight: 400; }
code, .price, .eyebrow, .article-number, .toolbar-pill, .storage-total, .measure-key b, .review-item > b, .window-facts, .release-step, .release-card small { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-variant-numeric: tabular-nums; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 9px 12px; background: var(--ink); color: var(--ground); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid var(--rule); background: var(--ground); }
.nav { min-height: 68px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; text-decoration: none; }
.brand-mark { width: 31px; height: 31px; border: 1px solid var(--ink); border-radius: 2px; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a, .nav-cta { font-size: 14px; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { text-decoration: underline; }
.nav-cta { color: var(--accent); }
.menu-trigger { display: none; margin-left: auto; padding: 8px 10px; border: 1px solid var(--rule); border-radius: 2px; background: var(--raised); color: var(--ink); }
.menu-trigger i { width: 15px; height: 9px; margin-left: 8px; border-block: 1px solid currentColor; }
.menu-sheet { position: fixed; z-index: 35; inset: 69px 0 auto; display: grid; gap: 3px; padding: 18px 20px; border-bottom: 1px solid var(--rule); background: var(--raised); box-shadow: 0 20px 45px rgb(0 0 0 / 20%); }
.menu-sheet[hidden] { display: none; }
.menu-sheet a { padding: 11px 4px; }
.menu-sheet .nav-panel-cta { color: var(--accent); }

.eyebrow { display: block; color: var(--accent); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::after, .section-intro .eyebrow::after { content: ""; display: block; height: 13px; margin-top: 7px; border-top: 1px solid var(--rule); background: repeating-linear-gradient(90deg, var(--rule) 0 1px, transparent 1px 8px); background-size: auto 5px; background-repeat: repeat-x; }
.hero { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 58px; padding-block: 68px 76px; }
.hero h1 { max-width: 10ch; margin: 19px 0 18px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.035em; }
.lede { max-width: 39em; color: var(--secondary); font-size: 18px; line-height: 1.55; }
.status-chip { display: inline-flex; align-items: center; gap: 9px; color: var(--secondary); font-size: 14px; }
.status-chip i { width: 9px; height: 9px; border: 1px solid currentColor; background: var(--shared); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 42px; padding: 9px 0; border: 0; border-bottom: 2px solid var(--accent); border-radius: 0; background: transparent; color: var(--accent); font-weight: 700; text-decoration: none; }
.button svg, .text-link svg { width: 16px; height: 16px; }
.button.quiet { border: 1px solid var(--rule); padding-inline: 15px; color: var(--ink); }
.button:disabled { border: 1px solid var(--rule); background: var(--sunken); color: var(--secondary); cursor: not-allowed; }
.button.full { width: 100%; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 22px 0 0; list-style: none; color: var(--secondary); font-size: 13px; }
.hero-trust svg { width: 14px; height: 14px; color: var(--accent); vertical-align: -2px; }

.product-stage figcaption { margin-top: 10px; color: var(--secondary); font-size: 13px; }
.app-window { overflow: hidden; border: 1px solid var(--rule); border-radius: 10px; background: var(--raised); box-shadow: 0 30px 80px rgb(16 20 23 / 18%); }
.window-toolbar { height: 44px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--rule); font-size: 13px; }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border: 1px solid var(--secondary); border-radius: 50%; }
.toolbar-pill { justify-self: end; color: var(--secondary); font-size: 13px; }
.app-main { padding: 20px; }
.app-heading { display: flex; justify-content: space-between; gap: 20px; }
.app-heading small, .panel-title small, .review-item small, .storage-total small, .review-item > b small { display: block; color: var(--secondary); font-size: 13px; }
.app-heading h2 { margin: 3px 0 0; font-size: 23px; }
.complete-pill { color: var(--protected); font-weight: 700; }
.storage-summary { display: grid; grid-template-columns: 150px 1fr; gap: 22px; margin-top: 18px; padding-block: 17px; border-block: 1px solid var(--rule); }
.storage-total { margin: 0; font-size: 32px; line-height: 1; }
.storage-total small { margin-top: 7px; font-family: -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.4; }
.measure-bar { display: flex; height: 22px; border: 1px solid var(--ink); }
.measure-bar i { display: block; border-right: 1px solid var(--raised); }
.bar-reviewable { width: 24.7%; color: var(--reviewable); background: var(--reviewable); background-image: var(--review-pattern); }
.bar-developer { width: 20.4%; color: var(--developer); background: var(--developer); background-image: var(--developer-pattern); }
.bar-personal { width: 18.8%; color: var(--personal); background: var(--personal); background-image: var(--personal-pattern); }
.bar-protected { width: 16.2%; color: var(--protected); background: var(--protected); background-image: var(--protected-pattern); }
.bar-shared { width: 11.5%; color: var(--shared); background: var(--shared); background-image: var(--shared-pattern); }
.bar-unknown { width: 5.4%; color: var(--unknown); background: var(--unknown); background-image: var(--unknown-pattern); }
.bar-unaccounted { width: 3%; background: var(--danger); border: 0 !important; }
.measure-key { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px 15px; margin: 13px 0 0; padding: 0; color: var(--secondary); font-size: 13px; list-style: none; }
.measure-key b { float: right; color: var(--ink); }
.preview-panel { margin-top: 16px; }
.panel-title { display: flex; align-items: end; justify-content: space-between; padding-bottom: 6px; }
.panel-title > span { color: var(--secondary); font-size: 13px; }
.review-item { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid var(--rule); }
.review-symbol { color: var(--reviewable); font-weight: 800; }
.review-item.developer .review-symbol { color: var(--developer); }
.review-item.shared .review-symbol { color: var(--shared); }
.review-item > b { text-align: right; font-size: 13px; }
.window-facts { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 14px; color: var(--secondary); font-size: 13px; }
.window-facts b { color: var(--ink); }

.trust-strip { border-block: 1px solid var(--rule); }
.trust-strip .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; }
.trust-strip p { margin: 0; color: var(--accent); font-family: ui-monospace, monospace; font-size: 13px; text-transform: uppercase; }
.trust-strip span { color: var(--secondary); font-size: 13px; }
.section { padding-block: 92px; border-top: 1px solid var(--rule); }
.section-intro { display: grid; grid-template-columns: 150px minmax(0, 720px); gap: 28px; margin-bottom: 46px; }
.section-intro.centered { text-align: left; }
.section-intro h2, .privacy-callout h2, .launch-card h2 { margin: 0 0 15px; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.section-intro p { margin: 0; color: var(--secondary); font-size: 17px; }
.section-intro .eyebrow { grid-row: 1 / span 2; }
.question-grid { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--rule); }
.question-card { padding: 32px 32px 36px 0; }
.question-card + .question-card { padding-left: 32px; border-left: 1px solid var(--rule); }
.question-card h3 { margin: 10px 0 12px; font-size: 30px; }
.question-card > p { color: var(--secondary); }
.card-kicker { display: flex; gap: 12px; color: var(--accent); font-family: ui-monospace, monospace; font-size: 13px; text-transform: uppercase; }
.mini-map { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 90px 70px; gap: 3px; margin-top: 28px; padding: 5px; border: 1px solid var(--rule); background: var(--sunken); }
.mini-map div { display: flex; flex-direction: column; justify-content: end; padding: 9px; border: 1px solid currentColor; background: var(--raised); }
.mini-map small { font-size: 13px; }
.map-developer { grid-row: 1 / 3; color: var(--developer); background-image: var(--developer-pattern) !important; }
.map-personal { color: var(--personal); background-image: var(--personal-pattern) !important; }
.map-apps { color: var(--protected); background-image: var(--protected-pattern) !important; }
.map-other { color: var(--reviewable); background-image: var(--review-pattern) !important; }
.mini-map strong, .mini-map small { width: max-content; padding-inline: 2px; background: var(--raised); color: var(--ink); }
.evidence-list { margin-top: 28px; border-top: 1px solid var(--rule); }
.evidence-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--rule); }
.evidence-list small { display: block; color: var(--secondary); font-size: 13px; }
.evidence-icon { color: var(--accent); }
.evidence-icon svg { width: 18px; height: 18px; }

.survey-explore .app-window { background: var(--raised); }
.explore-grid { display: grid; grid-template-columns: 1.05fr .95fr; }
.hierarchy-map { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-template-rows: 135px 105px; gap: 4px; padding: 15px; border-right: 1px solid var(--rule); background: var(--sunken); }
.map-cell { display: flex; flex-direction: column; justify-content: end; padding: 11px; border: 1px solid currentColor; background-color: var(--raised); }
.map-cell b, .map-cell span { width: max-content; padding: 1px 3px; background: var(--raised); color: var(--ink); }
.map-cell span { font-family: ui-monospace, monospace; font-size: 13px; }
.developer-cell { grid-row: 1 / 3; color: var(--developer); background-image: var(--developer-pattern); }
.personal-cell { grid-column: 2 / 4; color: var(--personal); background-image: var(--personal-pattern); }
.protected-cell { color: var(--protected); background-image: var(--protected-pattern); }
.reviewable-cell { color: var(--reviewable); background-image: var(--review-pattern); }
.aggregate-cell { color: var(--unknown); background-image: var(--unknown-pattern); }
.ranked-sample { padding: 15px; }
.ranked-sample table { width: 100%; border-collapse: collapse; }
.ranked-sample th, .ranked-sample td { padding: 10px 8px; border-bottom: 1px solid var(--rule); text-align: left; font-size: 13px; }
.ranked-sample th { color: var(--secondary); font-family: ui-monospace, monospace; font-weight: 500; }
.ranked-sample th:last-child, .ranked-sample td:last-child { text-align: right; font-family: ui-monospace, monospace; }
.explore-window figcaption { padding: 12px 15px; border-top: 1px solid var(--rule); color: var(--secondary); font-size: 13px; }
.anatomy-grid { display: grid; grid-template-columns: 270px 1fr; border-block: 1px solid var(--rule); }
.anatomy-title { padding: 27px 27px 27px 0; border-right: 1px solid var(--rule); }
.anatomy-title > span { color: var(--developer); font-family: ui-monospace, monospace; font-size: 13px; text-transform: uppercase; }
.anatomy-title h3 { margin: 10px 0; font-size: 30px; }
.anatomy-title code { display: block; margin-bottom: 18px; color: var(--secondary); }
.anatomy-title strong { color: var(--protected); font-family: ui-monospace, monospace; }
.anatomy-grid dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.anatomy-grid dl div { padding: 20px 23px; border-bottom: 1px solid var(--rule); }
.anatomy-grid dl div:nth-child(odd) { border-right: 1px solid var(--rule); }
.anatomy-grid dt { color: var(--secondary); font-family: ui-monospace, monospace; font-size: 13px; text-transform: uppercase; }
.anatomy-grid dd { margin: 6px 0 0; }
.category-key { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--rule); }
.category { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 18px 20px 0; }
.category:nth-child(3n + 2), .category:nth-child(3n + 3) { padding-left: 18px; border-left: 1px solid var(--rule); }
.category:nth-child(n + 4) { border-top: 1px solid var(--rule); }
.category > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; font-weight: 800; }
.category b { display: block; color: currentColor; }
.category small { display: block; color: var(--secondary); font-size: 13px; }
.category.reviewable { color: var(--reviewable); }
.category.reviewable > span { background-image: var(--review-pattern); }
.category.developer { color: var(--developer); }
.category.developer > span { background-image: var(--developer-pattern); }
.category.personal { color: var(--personal); }
.category.personal > span { background-image: var(--personal-pattern); }
.category.protected { color: var(--protected); }
.category.protected > span { background-image: var(--protected-pattern); }
.category.shared { color: var(--shared); }
.category.shared > span { background-image: var(--shared-pattern); }
.category.unknown { color: var(--unknown); }
.category.unknown > span { background-image: var(--unknown-pattern); }

.feature-section { background: var(--sunken); }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--rule-strong); }
.bento { padding: 26px 24px; border-right: 1px solid var(--rule-strong); }
.bento:nth-child(3) { border-right: 0; }
.bento-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 42px 1fr 1.4fr; gap: 22px; border-top: 1px solid var(--rule-strong); border-right: 0; }
.feature-icon { color: var(--accent); }
.feature-icon svg { width: 24px; height: 24px; }
.bento h3 { margin: 18px 0 8px; font-size: 27px; }
.bento p { color: var(--secondary); }
.search-demo { margin-top: 28px; padding: 10px; border-block: 1px solid var(--rule-strong); font-family: ui-monospace, monospace; font-size: 13px; }
.search-demo span { color: var(--accent); }
.app-demo { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; }
.demo-app { width: 28px; height: 28px; border: 1px solid var(--accent); background: var(--raised); }
.app-demo small { width: 100%; color: var(--secondary); font-size: 13px; }
.stats-demo { margin-top: 24px; }
.stats-demo > div { display: grid; grid-template-columns: 1fr auto 80px; gap: 12px; padding-block: 8px; border-top: 1px solid var(--rule-strong); font-size: 13px; }
.stats-demo i { align-self: center; height: 6px; border: 1px solid currentColor; color: var(--accent); }
.stats-demo .cpu { background: linear-gradient(90deg, var(--accent) 18%, transparent 18%); }
.stats-demo .memory { background: linear-gradient(90deg, var(--developer) 63%, transparent 63%); }
.stats-demo .battery { background: linear-gradient(90deg, var(--protected) 84%, transparent 84%); }
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin: 0; padding: 0; list-style: none; }
.flow li { padding-top: 12px; border-top: 1px solid var(--rule-strong); font-size: 13px; }
.flow span { display: block; color: var(--accent); font-family: ui-monospace, monospace; }

.privacy-callout { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 24px; }
.privacy-symbol { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent); }
.privacy-symbol svg { width: 25px; height: 25px; }
.privacy-callout p, .launch-card p { color: var(--secondary); }
.text-link { color: var(--accent); font-weight: 700; white-space: nowrap; }
.launch-card { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; border-block: 1px solid var(--ink); }
.launch-actions { display: grid; justify-items: start; gap: 16px; }
.status-chip.light { color: var(--secondary); }

.page-hero { padding-block: 76px 44px; }
.page-hero h1 { max-width: 14ch; margin: 12px 0 17px; font-size: clamp(42px, 6vw, 68px); line-height: 1.02; letter-spacing: -.035em; }
.page-hero h1 span { color: var(--accent); }
.release-notice, .no-unsigned { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 18px 0; border-block: 1px solid var(--rule); }
.release-notice > span svg, .no-unsigned > span svg { width: 22px; height: 22px; color: var(--shared); }
.release-notice p, .no-unsigned p { margin: 3px 0 0; color: var(--secondary); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border-block: 1px solid var(--rule); }
.price-card { display: flex; flex-direction: column; gap: 24px; padding: 28px 28px 34px 0; }
.price-card + .price-card { padding-left: 28px; border-left: 1px solid var(--rule); }
.price-card h3 { margin-bottom: 14px; font-size: 30px; }
.price { font-size: 40px; line-height: 1; }
.price-card p { color: var(--secondary); }
.price-card ul { flex: 1; padding: 0; list-style: none; }
.price-card li { padding: 8px 0; border-top: 1px solid var(--rule); }
.price-card li svg { width: 15px; height: 15px; margin-right: 7px; color: var(--accent); vertical-align: -2px; }
.plan-badge { color: var(--accent); font-family: ui-monospace, monospace; font-size: 13px; text-transform: uppercase; }
.purchase-gate, .pricing-footnote { color: var(--secondary); font-size: 13px; }
.faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: 52px; }
.faq .section-intro { display: block; margin: 0; }
.faq-list { border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { padding: 18px 0; cursor: pointer; font-weight: 700; }
.faq-list p { padding-bottom: 18px; color: var(--secondary); }

.release-grid { border-top: 1px solid var(--rule); }
.release-card { display: grid; grid-template-columns: 62px 1fr auto; gap: 20px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--rule); }
.release-card::after { content: "Not started"; color: var(--secondary); font-family: ui-monospace, monospace; font-size: 13px; }
.release-card.current::after { content: "In review"; color: var(--shared); }
.release-step { color: var(--accent); font-size: 13px; }
.release-card small { color: var(--secondary); font-size: 13px; text-transform: uppercase; }
.release-card h2 { margin: 3px 0 4px; font-family: inherit; font-size: 17px; font-weight: 700; }
.release-card p { margin: 0; color: var(--secondary); }
.no-unsigned { color: var(--danger); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--rule); }
.support-card { padding: 26px 24px 30px 0; }
.support-card + .support-card { padding-left: 24px; border-left: 1px solid var(--rule); }
.support-card > span { color: var(--accent); }
.support-card svg { width: 24px; height: 24px; }
.support-card h2 { margin: 20px 0 8px; font-size: 25px; }
.support-card p { color: var(--secondary); }

.article-page { border-top: 1px solid transparent; }
.prose { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 120px; }
.prose h1 { max-width: 14ch; margin: 14px 0 20px; font-size: clamp(42px, 7vw, 70px); line-height: 1.03; }
.prose > .lede { margin-bottom: 46px; }
.prose h2 { margin: 52px 0 12px; padding-top: 16px; border-top: 1px solid var(--rule); font-size: clamp(27px, 3vw, 36px); }
.prose p, .prose li { color: var(--secondary); font-size: 17px; line-height: 1.7; }
.prose strong { color: var(--ink); }
.prose code { padding: 2px 5px; border: 1px solid var(--rule); font-size: 14px; }
.policy-status { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-block: 1px solid var(--rule); color: var(--secondary); font-size: 13px; }
.back-link { display: inline-flex; gap: 7px; margin-bottom: 42px; color: var(--secondary); font-size: 14px; }
.back-link svg { width: 15px; transform: rotate(180deg); }
.back-link.bottom { margin: 42px 0 0; }
.article-end { display: grid; grid-template-columns: 34px 1fr; gap: 14px; margin-top: 48px; padding: 18px 0; border-block: 1px solid var(--rule); }
.article-end svg { width: 22px; color: var(--accent); }
.article-end p { margin: 0; font-size: 14px; }
.article-list { padding-bottom: 110px; }
.article-card { display: grid; grid-template-columns: 48px 1fr auto 28px; gap: 18px; align-items: start; padding: 32px 4px; border-top: 1px solid var(--rule-strong); text-decoration: none; }
.article-card:last-child { border-bottom: 1px solid var(--rule-strong); }
.article-number { color: var(--accent); font-size: 13px; }
.article-card h2 { max-width: 720px; margin: -5px 0 8px; font-size: clamp(25px, 3vw, 35px); line-height: 1.08; }
.article-card p { max-width: 760px; margin: 0; color: var(--secondary); }
.article-card time { color: var(--secondary); font-size: 13px; white-space: nowrap; }
.article-arrow { align-self: center; color: var(--accent); }
.article-arrow svg { width: 20px; }
.compact-page { min-height: 68vh; }
.success-symbol { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid var(--accent); color: var(--accent); }
.success-symbol svg { width: 28px; }
.activation-note { max-width: 560px; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--rule); }
.activation-note p { color: var(--secondary); }

.footer { padding: 48px 0 30px; border-top: 1px solid var(--rule); }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding-bottom: 44px; }
.footer-top p { max-width: 310px; color: var(--secondary); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 5px; font-size: 13px; }
.footer-links a { color: var(--secondary); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--rule); color: var(--secondary); font-size: 13px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 42px; }
  .product-stage { width: min(760px, 100%); }
  .trust-strip .shell { flex-wrap: wrap; padding-block: 18px; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro .eyebrow { grid-row: auto; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento:nth-child(2) { border-right: 0; }
  .bento:nth-child(3) { border-top: 1px solid var(--rule-strong); border-right: 1px solid var(--rule-strong); }
  .bento-wide { grid-column: auto; display: block; }
  .bento-wide .flow { margin-top: 28px; }
  .privacy-callout { grid-template-columns: 56px 1fr; }
  .privacy-callout .text-link { grid-column: 2; }
  .faq { grid-template-columns: 1fr; }
  .explore-grid { grid-template-columns: 1fr; }
  .hierarchy-map { border-right: 0; border-bottom: 1px solid var(--rule); }
  .category-key { grid-template-columns: 1fr 1fr; }
  .category:nth-child(n) { padding: 18px 14px; border: 0; border-top: 1px solid var(--rule); }
  .category:nth-child(-n + 2) { border-top: 0; }
  .category:nth-child(even) { border-left: 1px solid var(--rule); }
}

@media (max-width: 760px) {
  .nav-links, .nav-cta { display: none; }
  .menu-trigger { display: inline-flex; }
  .hero { padding-block: 48px 58px; }
  .hero h1 { font-size: 45px; }
  .question-grid, .pricing-grid, .support-grid { grid-template-columns: 1fr; }
  .question-card, .question-card + .question-card, .price-card, .price-card + .price-card, .support-card, .support-card + .support-card { padding: 25px 0; border-left: 0; }
  .question-card + .question-card, .price-card + .price-card, .support-card + .support-card { border-top: 1px solid var(--rule); }
  .bento-grid { grid-template-columns: 1fr; }
  .bento, .bento:nth-child(2), .bento:nth-child(3) { border-right: 0; border-top: 1px solid var(--rule-strong); }
  .bento:first-child { border-top: 0; }
  .launch-card { grid-template-columns: 1fr; }
  .release-card { grid-template-columns: 42px 1fr; }
  .release-card::after { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .anatomy-grid { grid-template-columns: 1fr; }
  .anatomy-title { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .anatomy-grid dl { grid-template-columns: 1fr; }
  .anatomy-grid dl div:nth-child(n) { border-right: 0; }
}

@media (max-width: 520px) {
  .shell, .prose { width: calc(100% - 28px); }
  .hero h1, .page-hero h1, .prose h1 { font-size: 42px; overflow-wrap: anywhere; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .storage-summary { grid-template-columns: 1fr; }
  .measure-key { grid-template-columns: 1fr 1fr; }
  .review-item { grid-template-columns: 22px 1fr; }
  .review-item > b { grid-column: 2; text-align: left; }
  .review-item:nth-of-type(n + 4) { display: none; }
  .app-main { padding: 14px; }
  .window-facts span:nth-child(2) { display: none; }
  .section { padding-block: 68px; }
  .mini-map { grid-template-rows: 80px 65px; }
  .flow { grid-template-columns: 1fr; }
  .privacy-callout { grid-template-columns: 45px 1fr; }
  .privacy-symbol { width: 42px; height: 42px; }
  .privacy-callout .text-link { grid-column: 1 / -1; }
  .policy-status, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .article-card { grid-template-columns: 31px 1fr 20px; gap: 12px; }
  .article-card time { grid-column: 2; }
  .article-card .article-arrow { grid-column: 3; grid-row: 1 / 3; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .hierarchy-map { grid-template-rows: 100px 80px; padding: 9px; }
  .ranked-sample { overflow-x: auto; }
  .ranked-sample table { min-width: 540px; }
  .category-key { grid-template-columns: 1fr; }
  .category:nth-child(n) { border-left: 0; border-top: 1px solid var(--rule); }
  .category:first-child { border-top: 0; }
}

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

@media (prefers-contrast: more) {
  :root { --rule: #797972; --rule-strong: #4e504f; --secondary: #363a3d; }
  .app-window, .menu-sheet { box-shadow: none; }
  .button.quiet { border-width: 2px; }
}
