/* =========================================================================
   Aviatr Marketing Site, shared styles
   Loaded by every page. Page-specific styles live in <style> blocks.
   ========================================================================= */

@import url('colors_and_type.css');

/* ---------- SELF-HOSTED FONTS ----------
   Static-weight .woff2 files served from ./fonts/. No Google Fonts CDN.
   Run ./setup-fonts.sh once to download the 9 files listed below (see
   fonts-README.md for detail). Every rule below has a safe system-font
   fallback stack via the --type-* custom properties in colors_and_type.css,
   so the site renders correctly even before the files are downloaded. */
@font-face {
  font-family: 'Newsreader';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/newsreader-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/newsreader-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic; font-weight: 500; font-display: swap;
  src: url('fonts/newsreader-500-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/inter-tight-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/inter-tight-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/inter-tight-600.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/jetbrains-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/jetbrains-mono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/space-grotesk-700.woff2') format('woff2');
}

/* ---------- RESET & BASE ---------- */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

html, body { overscroll-behavior-y: none; }

html {
  background: #050A18;
  color: #eeeef5;
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  /* Matches Website/why-aviatr.html's .sky + .grain treatment: a darker
     base plus two layered radial gradients, plus a low-opacity fractal-
     noise texture (same exact SVG data URI as the source). Folded into
     the body background here since this page has no dedicated overlay
     divs. */
  background-color: #050A18;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(10,21,48,0.8) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 30%, rgba(10,132,255,0.06) 0%, transparent 70%),
    url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top center, 80% 30%, top left;
  background-attachment: fixed, fixed, fixed;
  min-height: 100dvh;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }

/* ---------- TYPE ---------- */

:root {
  --type-display: 'Newsreader', 'Charter', 'Iowan Old Style', Georgia, serif;
  --type-body: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --type-wordmark: 'Space Grotesk', 'Inter Tight', sans-serif;
  --type-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --t1: #eeeef5;
  --t2: #c8c8d8;
  --t3: #98989d;
  --t4: #6b6f86;
  --rule: rgba(255,255,255,0.07);
  --rule-strong: rgba(255,255,255,0.12);
  --brand: #0a84ff;
  --card: #111827;
  --card-raised: #18181f;
  --midnight-1: #050A18;
  --midnight-2: #0A1530;
}

body { font-size: 17px; line-height: 1.55; color: var(--t2); }

.h1 {
  font-family: var(--type-display);
  font-weight: 500;
  font-size: clamp(48px, 8vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--t1);
  font-variation-settings: '"opsz" 72';
  margin: 0;
  text-wrap: balance;
}
.h1 em { font-style: italic; font-weight: 400; }

.h2 {
  font-family: var(--type-display);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--t1);
  font-variation-settings: '"opsz" 48';
  margin: 0;
  text-wrap: balance;
}
.h2 em { font-style: italic; font-weight: 400; }

.h3 {
  font-family: var(--type-display);
  font-weight: 600;
  font-size: clamp(22px, 2.6vw, 26px);
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--t1);
  margin: 0;
  text-wrap: balance;
}

.eyebrow {
  font-family: var(--type-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t3);
  margin: 0 0 18px;
}

.lede {
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--t2);
  max-width: 60ch;
  text-wrap: pretty;
}

p, ul, ol { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
li + li { margin-top: 0.4em; }

.num { font-variant-numeric: tabular-nums; }
em.brand-italic { font-style: italic; color: #7DA3F0; }

/* ---------- LAYOUT PRIMITIVES ---------- */

.wrap     { max-width: 1584px; margin: 0 auto; padding: 0 32px; }
.wrap-sm  { max-width: 1008px; margin: 0 auto; padding: 0 32px; }

section { padding: clamp(56px, 9vw, 104px) 0; }
section + section { border-top: 1px solid var(--rule); }

@media (max-width: 720px) {
  .wrap, .wrap-sm { padding: 0 22px; }
}

/* ---------- HEADER ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,15,30,0.72);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid var(--rule);
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1180px; margin: 0 auto;
  padding-top: max(14px, env(safe-area-inset-top));
  padding-right: max(32px, env(safe-area-inset-right));
  padding-bottom: 14px;
  padding-left: max(32px, env(safe-area-inset-left));
}
.lockup { display: inline-flex; align-items: center; gap: 10px; }
.lockup-mark { width: 28px; height: 28px; }
.lockup-text {
  font-family: var(--type-wordmark);
  font-size: 20px; font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--t1);
}
.lockup-text .a { color: var(--brand); }

.site-nav { display: flex; gap: 32px; align-items: center; white-space: nowrap; }
.site-nav a {
  color: var(--t2); font-size: 14.5px; font-weight: 500;
  transition: color 120ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover { color: var(--t1); }
}
.site-nav a.is-current { color: var(--t1); }

.site-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 999px;
  background: var(--brand); color: #fff;
  font-size: 13.5px; font-weight: 600;
  letter-spacing: -0.005em;
  transition: background-color 120ms ease, transform 120ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-cta:hover { background: #2a93ff; }
}
.site-cta:active { transform: translateY(0.5px); }
.site-cta::after { content: '\2197'; font-weight: 500; opacity: 0.7; margin-left: 2px; }

@media (max-width: 720px) {
  .site-nav { display: none; }
  .site-header .inner {
    padding-top: max(12px, env(safe-area-inset-top));
    padding-right: max(22px, env(safe-area-inset-right));
    padding-bottom: 12px;
    padding-left: max(22px, env(safe-area-inset-left));
  }
}

/* ---------- FOOTER ---------- */

.site-footer {
  border-top: 1px solid var(--rule);
  padding: 56px 0 40px;
  color: var(--t3);
  font-size: 13.5px;
}
.site-footer .inner {
  max-width: 1180px; margin: 0 auto; padding: 0 32px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
.site-footer h4 {
  font-family: var(--type-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t3);
  margin: 0 0 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.site-footer a {
  color: var(--t2); transition: color 120ms ease;
  font-size: 14.5px;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer a:hover { color: var(--t1); }
}
.site-footer .colophon {
  max-width: 1180px; margin: 48px auto 0; padding: 24px 32px 0;
  border-top: 1px solid var(--rule);
  display: flex; justify-content: space-between; gap: 16px;
  font-size: 12px;
  color: var(--t4);
}
.site-footer .colophon-meta { display: flex; gap: 18px; }

@media (max-width: 720px) {
  .site-footer .inner { grid-template-columns: 1fr 1fr; padding: 0 22px; }
  .site-footer .colophon { padding: 24px 22px 0; flex-direction: column; gap: 8px; }
}

/* ---------- COMMON BLOCKS ---------- */

/* Status marker: coming-soon-phase pages only (coming-soon.html,
   privacy.html, support.html). Sits opposite the logo in the header
   (the header's flex row already does justify-content: space-between).
   Single owner for all three pages that use it. */
.status-mark {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-family: var(--type-body); font-weight: 600; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--t2);
  border: 1px solid var(--rule-strong); border-radius: 999px; padding: 5px 12px;
}
.status-mark::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand); flex: none;
}
@media (prefers-reduced-motion: no-preference) {
  .status-mark::before {
    animation: status-pulse 2s ease-in-out infinite;
  }
}
@keyframes status-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.4; }
}

.button-row {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  margin-top: 32px;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: 12px;
  background: var(--brand); color: #fff;
  font-size: 15px; font-weight: 600; letter-spacing: -0.005em;
  box-shadow: 0 6px 22px rgba(10,132,255,0.32);
  transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background: #2a93ff;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(10,132,255,0.42);
  }
}
.btn-primary:active { transform: translateY(0); }
.btn-primary::after { content: '\2197'; opacity: 0.7; font-weight: 500; }

.btn-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 12px 6px;
  color: var(--t2);
  font-size: 15px; font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: color 120ms ease, border-color 120ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn-link:hover { color: var(--t1); border-bottom-color: var(--rule-strong); }
}
.btn-link::after { content: '\\2192'; opacity: 0.7; font-weight: 500; }

/* Alert strip: 3px coloured left edge, no fill, no icon */
.alert {
  border-left: 3px solid var(--brand);
  padding: 8px 0 8px 16px;
  margin: 12px 0;
}
.alert-title {
  font-size: 16px; font-weight: 700; color: var(--t1);
  margin: 0 0 4px;
}
.alert-body { font-size: 15px; color: var(--t2); line-height: 1.55; margin: 0; max-width: 60ch; text-wrap: pretty; }
.alert.amber  { border-color: #ffb340; }
.alert.orange { border-color: #ff8a3d; }
.alert.red    { border-color: #ff453a; }
.alert.green  { border-color: #00e5a0; }

/* Midnight product still container */
.product-still {
  background: linear-gradient(180deg, var(--midnight-2) 0%, var(--midnight-1) 100%);
  border-radius: 24px;
  padding: clamp(28px, 5vw, 56px);
  display: grid; place-items: center;
  min-height: 480px;
}
.product-still .caption {
  font-size: 12px;
  color: var(--t3);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

/* Big quote */
.pull-quote {
  text-align: center;
  font-family: var(--type-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--t1);
  font-variation-settings: '"opsz" 36';
  max-width: 18ch;
  margin: 0 auto;
  text-wrap: balance;
}

/* Anchor nav: sticky on desktop */
.anchor-nav {
  position: sticky;
  top: 64px;
  z-index: 40;
  background: rgba(10,15,30,0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--rule);
  margin: 0;
}
.anchor-nav .inner {
  display: flex; gap: 24px; align-items: center;
  max-width: 1180px; margin: 0 auto; padding: 14px 32px;
  font-size: 13px;
  overflow-x: auto;
  scrollbar-width: none;
}
.anchor-nav .inner::-webkit-scrollbar { display: none; }
.anchor-nav a {
  color: var(--t3); white-space: nowrap;
  padding-bottom: 4px; border-bottom: 1px solid transparent;
  transition: color 120ms ease, border-color 120ms ease;
}
.anchor-nav a:focus { color: var(--t1); border-bottom-color: var(--rule-strong); }
@media (hover: hover) and (pointer: fine) {
  .anchor-nav a:hover { color: var(--t1); border-bottom-color: var(--rule-strong); }
}

@media (max-width: 720px) {
  .anchor-nav .inner { padding: 12px 22px; gap: 18px; }
}

/* Tables */
table.kit {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  color: var(--t2);
}
table.kit caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 14px;
  color: var(--t3); font-size: 12px;
  font-variant-numeric: tabular-nums;
}
table.kit th {
  text-align: left;
  font-family: var(--type-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t3);
  padding: 0 0 12px;
  border-bottom: 1px solid var(--rule-strong);
}
table.kit td {
  padding: 14px 16px 14px 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
  font-variant-numeric: tabular-nums;
}
table.kit td:first-child { font-weight: 600; color: var(--t1); }
table.kit tr:last-child td { border-bottom: none; }

/* Two-column comparison list (is / is-not) */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
.compare > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.compare > div:nth-child(odd) {
  color: var(--t1); font-weight: 500;
}
.compare > div:nth-child(even) {
  color: var(--t4);
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.18);
}
.compare-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  margin-bottom: 0;
}
.compare-head .eyebrow { margin-bottom: 8px; }

/* Slim footer: coming-soon phase pages (coming-soon.html, and the simple
   privacy.html / support.html). Links only to Home + Support/Privacy +
   Contact: no terms/subscription links, since a pre-launch teaser has no
   use for them yet. Single owner for all three pages that use it. */
.mini-footer {
  border-top: 1px solid var(--rule);
  padding-top: 40px;
  padding-bottom: max(32px, env(safe-area-inset-bottom));
}
.mini-footer .inner {
  max-width: 1180px; margin: 0 auto;
  padding: 0 max(32px, env(safe-area-inset-right)) 0 max(32px, env(safe-area-inset-left));
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  text-align: center;
}
.mini-footer p {
  font-size: 13px; color: var(--t3); margin: 0; max-width: 40ch;
}
.mini-footer-links {
  display: flex; gap: 22px; flex-wrap: wrap; justify-content: center;
  font-size: 13.5px;
}
.mini-footer-links a { color: var(--t2); transition: color 120ms ease; }
.mini-footer-links a:focus-visible { color: var(--t1); }
@media (hover: hover) and (pointer: fine) {
  .mini-footer-links a:hover { color: var(--t1); }
}
.mini-footer .colophon { font-size: 12px; color: var(--t4); margin-top: 4px; }
@media (max-width: 720px) {
  .mini-footer .inner {
    padding: 0 max(22px, env(safe-area-inset-right)) 0 max(22px, env(safe-area-inset-left));
  }
}

/* Shared inner-content wrappers: coming-soon-phase simple pages
   (privacy.html, support.html). Was duplicated inline in both pages;
   promoted here as the single owner. */
.page-lede .inner { max-width: 840px; margin: 0 auto; padding: 0 32px; text-align: center; }
@media (max-width: 720px) { .page-lede .inner { padding: 0 22px; } }

.doc-simple { max-width: 840px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .doc-simple { padding: 0 22px; } }

/* Skip link: accessibility */
.skip-link {
  position: fixed; top: -40px; left: 12px;
  background: var(--brand); color: #fff;
  padding: 8px 12px; border-radius: 4px;
  z-index: 100;
  transition: top 120ms ease;
  font-size: 14px;
}
.skip-link:focus { top: 12px; }

/* =========================================================================
   LEGAL / DRAFT DOCUMENTS: shared by privacy.html, terms.html,
   subscription-agreement.html. Kept in the shared stylesheet since all
   three drafts use it identically (DRY, and keeps the three docs from
   drifting visually out of sync with each other).
   ========================================================================= */

/* Draft-pending-legal-review banner */
.draft-banner {
  background: linear-gradient(135deg, rgba(255,179,64,0.10), rgba(255,138,61,0.04));
  border: 1px solid rgba(255,179,64,0.32);
  border-radius: 12px;
  padding: 14px 20px;
  margin: 0 0 32px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.draft-banner .tag {
  font-family: var(--type-body);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #ffb340;
  white-space: nowrap;
}
.draft-banner p {
  margin: 0; font-size: 14px; line-height: 1.5;
  color: var(--t2);
}

/* Legal doc header */
.doc-meta {
  display: flex; gap: 18px; flex-wrap: wrap;
  font-family: var(--type-mono);
  font-size: 11.5px;
  color: var(--t3); letter-spacing: 0.04em;
  margin-top: 20px;
}
.doc-meta span::before { content: '\00b7'; margin-right: 18px; color: var(--t4); }
.doc-meta span:first-child::before { display: none; }
.doc-cross {
  margin-top: 28px;
  font-family: var(--type-display);
  font-style: italic;
  font-size: 15.5px; line-height: 1.6;
  color: var(--t2);
  max-width: 64ch;
  padding: 16px 0 16px 18px;
  border-left: 2px solid var(--rule-strong);
}

/* Summary banner */
.doc-summary {
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(10,132,255,0.08), rgba(94,92,230,0.03));
  border: 1px solid rgba(10,132,255,0.22);
  border-radius: 16px;
  margin: 40px 0 8px;
}
.doc-summary-eyebrow {
  font-family: var(--type-mono); font-size: 10.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 16px;
}
.doc-summary-body {
  font-family: var(--type-display); font-weight: 400;
  font-size: 16.5px; line-height: 1.65;
  color: var(--t1);
  max-width: 66ch;
}
.doc-summary-body p { margin: 0 0 12px; }
.doc-summary-body p:last-child { margin: 0; }

/* Numbered sections */
.doc-section {
  padding: 48px 0;
  border-top: 1px solid var(--rule);
}
.doc-section:first-of-type { border-top: none; padding-top: 28px; }
.doc-section h2 {
  font-family: var(--type-display); font-weight: 500;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.14; letter-spacing: -0.015em;
  margin: 0 0 20px; color: var(--t1);
}
.doc-section h2 .num {
  font-family: var(--type-mono); font-style: normal; font-weight: 400;
  font-size: 13px; color: var(--t4);
  margin-right: 10px; letter-spacing: 0.06em;
  vertical-align: middle;
}
.doc-section h3 {
  font-family: var(--type-body); font-weight: 600;
  font-size: 16px; letter-spacing: -0.005em;
  color: var(--t1);
  margin: 26px 0 10px;
}
.doc-section p {
  font-size: 15.5px; line-height: 1.65;
  color: var(--t2);
  max-width: 70ch;
  margin: 0 0 14px;
}
.doc-section p:last-child { margin-bottom: 0; }
.doc-section p strong, .doc-section li strong { color: var(--t1); font-weight: 600; }
.doc-section ul {
  list-style: none; padding: 0;
  margin: 0 0 14px;
  max-width: 70ch;
}
.doc-section ul li {
  padding: 9px 0 9px 18px;
  border-bottom: 1px dashed var(--rule);
  position: relative;
  color: var(--t2);
  font-size: 15.5px;
  line-height: 1.55;
}
.doc-section ul li:last-child { border-bottom: none; }
.doc-section ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 17px;
  width: 6px; height: 6px;
  background: var(--brand);
  border-radius: 50%;
}
.doc-section.ledger-section ul { max-width: none; }

/* Two-column collect / not-collect ledger (privacy.html §2) */
.doc-ledger {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 8px;
}
@media (max-width: 880px) { .doc-ledger { grid-template-columns: 1fr; gap: 32px; } }
.doc-ledger h4 {
  font-family: var(--type-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--t3);
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule-strong);
}
.doc-ledger h4.does { color: var(--t1); }
.doc-section .doc-ledger ul { list-style: none; padding: 0; margin: 0; max-width: none; }
.doc-section .doc-ledger li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid var(--rule);
  font-size: 14.5px; line-height: 1.5;
  color: var(--t2);
  position: relative;
}
.doc-section .doc-ledger li:last-child { border-bottom: none; }
.doc-section .doc-ledger li::before { content: none; }
.doc-section .doc-ledger .collect li::before {
  content: '+'; position: static;
  color: var(--brand); font-weight: 700;
  display: inline-block; width: 16px; margin-left: -20px;
  font-variant-numeric: tabular-nums;
  background: none;
}
.doc-section .doc-ledger .not-collect li::before {
  content: '\2212'; position: static;
  color: var(--t4); font-weight: 700;
  display: inline-block; width: 16px; margin-left: -20px;
  background: none;
}

/* Doc footer transition (page-specific text, shared look) */
.doc-footer-transition {
  padding: 64px 0;
  text-align: center;
  border-top: 1px solid var(--rule);
}
.doc-footer-transition p {
  font-family: var(--type-display); font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: var(--t3);
  margin: 0 0 20px;
  max-width: 50ch; margin-left: auto; margin-right: auto;
}

/* Full brand wordmark lockup (mark + wordmark as one SVG), 2026-08-05 */
.lockup-wordmark { height: 36px; width: auto; display: block; }
