/* AgentM — site.css
   One stylesheet for the whole site. Tokens first; change the palette there.
   Light only by decision (dark, orange and gold were all rejected). */

/* ---------- fonts (self-hosted, OFL) ---------- */
@font-face { font-family: "Archivo"; src: url("/assets/fonts/archivo-var.woff2") format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("/assets/fonts/plexmono-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Plex Mono"; src: url("/assets/fonts/plexmono-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("/assets/fonts/newsreader-var.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("/assets/fonts/newsreader-var-italic.woff2") format("woff2"); font-weight: 200 800; font-style: italic; font-display: swap; }

/* ---------- tokens ---------- */
:root {
  --paper: #F4F1EA;
  --paper-2: #EAE6DC;
  --card: #FBFAF6;
  --ink: #15222A;          /* logo charcoal */
  --ink-2: #44525A;
  --ink-3: #5C686E;        /* lightest tone that still carries text (4.9:1 on paper) */
  --rule: rgba(21, 34, 42, .17);
  --petrol: #00586C;       /* logo petrol: links, CTA band */
  --teal: #009297;         /* logo teal: accents only, never body text */
  --mark: #FFE066;         /* highlighter */
  --live: #12805C;

  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "Plex Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;

  --wrap: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
  --section: clamp(72px, 9vw, 136px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6; font-stretch: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }
::selection { background: var(--mark); color: var(--ink); }
:focus-visible { outline: 2px solid var(--petrol); outline-offset: 3px; border-radius: 2px; }
[hidden] { display: none !important; }

@view-transition { navigation: auto; }

/* ---------- type ---------- */
.display, h1, h2, h3 { font-family: var(--sans); font-weight: 800; letter-spacing: -.03em; word-spacing: .06em; line-height: 1; text-wrap: balance; }
h1, .h1 { font-size: clamp(2.6rem, 6.4vw, 5.6rem); font-stretch: 80%; line-height: .94; }
.h-hero { font-size: clamp(3.2rem, 14.2vw, 8.8rem); font-stretch: 76%; line-height: .9; letter-spacing: -.04em; word-spacing: .1em; }
.amp { font-weight: 500; font-stretch: 100%; letter-spacing: 0; opacity: .7; }
h2, .h2 { font-size: clamp(1.9rem, 3.7vw, 3.2rem); font-stretch: 84%; line-height: 1; }
h3, .h3 { font-size: clamp(1.2rem, 1.6vw, 1.5rem); font-stretch: 92%; font-weight: 700; letter-spacing: -.015em; line-height: 1.15; }
.lead { font-size: clamp(1.15rem, 1.55vw, 1.45rem); line-height: 1.45; color: var(--ink-2); text-wrap: pretty; max-width: 40em; }
.mono, .label { font-family: var(--mono); font-size: .75rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; line-height: 1.4; }
.label { color: var(--ink-3); }
.muted { color: var(--ink-2); }
p { text-wrap: pretty; }
mark, .hl { background: linear-gradient(transparent 58%, var(--mark) 58%, var(--mark) 92%, transparent 92%); color: inherit; padding: 0 .06em; }
.link, .prose a, .doc a { color: var(--petrol); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; transition: text-decoration-color .15s, color .15s; }
.link:hover, .prose a:hover, .doc a:hover { color: var(--ink); text-decoration-thickness: 2px; }
.sub { color: var(--ink-3); font-weight: 600; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); border-top: 1px solid var(--ink); }
.section--flush { border-top: 0; }
.section--tint { background: var(--paper-2); }
.section-head { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: 24px; align-items: start; margin-bottom: clamp(36px, 5vw, 72px); }
.section-head .label { display: flex; align-items: center; gap: 10px; padding-top: .55em; }
.section-head__body > * + * { margin-top: 20px; }
.px { display: inline-grid; grid-template-columns: 7px 7px; gap: 2px; flex: none; }
.px::before, .px::after { content: ""; width: 7px; height: 7px; background: var(--ink); }
.px::after { background: var(--teal); transform: translateY(5px); }
.cols { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.stack > * + * { margin-top: 1.1em; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 3px; transition: top .15s; }
.skip:focus { top: 12px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 12px 20px; border: 1.5px solid var(--ink); border-radius: 3px; background: var(--ink); color: var(--paper); font-weight: 650; font-size: 1rem; line-height: 1.1; letter-spacing: -.005em; transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease); }
.btn svg { width: 16px; height: 16px; flex: none; transition: transform .25s var(--ease); }
.btn:hover { background: var(--petrol); border-color: var(--petrol); }
.btn:hover svg { transform: translateX(4px); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn--paper { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.btn--paper:hover { background: var(--mark); border-color: var(--mark); color: var(--ink); }
.btn--sm { min-height: 40px; padding: 8px 14px; font-size: .9375rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; border-bottom: 1.5px solid var(--ink); padding-bottom: 2px; transition: gap .2s var(--ease), color .15s, border-color .15s; }
.arrow-link svg { width: 14px; height: 14px; }
.arrow-link:hover { gap: 13px; color: var(--petrol); border-color: var(--petrol); }

/* ---------- status + tags ---------- */
.status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: .75rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.status::before { content: ""; width: 9px; height: 9px; flex: none; background: var(--ink-3); }
.status--live::before { background: var(--live); animation: pulse 2.4s ease-in-out infinite; }
.status--testing::before { background: linear-gradient(90deg, var(--teal) 50%, transparent 50%); box-shadow: inset 0 0 0 1.5px var(--teal); }
.status--building::before { background: transparent; box-shadow: inset 0 0 0 1.5px var(--ink); }
.status--paused::before { background: repeating-linear-gradient(45deg, var(--ink-3) 0 2px, transparent 2px 4px); }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(18, 128, 92, .45); } 50% { box-shadow: 0 0 0 6px rgba(18, 128, 92, 0); } }
.tag { display: inline-block; font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; padding: 4px 8px; border: 1px solid var(--rule); border-radius: 2px; color: var(--ink-2); white-space: nowrap; }
.tag--mark { background: var(--mark); border-color: var(--mark); color: var(--ink); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--rule); view-transition-name: site-header; }
.site-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-stretch: 112%; font-size: 1.3rem; letter-spacing: -.03em; }
.brand img { width: 34px; height: auto; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 14px; font-weight: 600; font-size: .98rem; border-radius: 3px; transition: font-stretch .25s var(--ease), background .15s; }
.nav__link:hover, .nav__link[aria-expanded="true"] { background: var(--paper-2); font-stretch: 108%; }
.nav__link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--ink); border-radius: 0; }
.nav__link svg { width: 10px; height: 10px; transition: transform .2s var(--ease); }
.nav__link[aria-expanded="true"] svg { transform: rotate(180deg); }
.site-header__cta { display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; min-height: 44px; padding: 0 14px; border: 1.5px solid var(--ink); border-radius: 3px; font-weight: 650; }

.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--card); border-bottom: 1px solid var(--ink); box-shadow: 0 30px 60px -30px rgba(21, 34, 42, .28); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s .18s; }
.mega.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mega__inner { display: grid; grid-template-columns: minmax(0, 9fr) minmax(0, 3fr); gap: 40px; padding-block: 32px 40px; }
.mega__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.mega__item { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 14px 8px; border-top: 1px solid var(--rule); transition: background .15s; }
.mega__item:hover { background: var(--paper-2); }
.mega__item img { width: 44px; height: 44px; border-radius: 22%; }
.mega__item strong { display: block; font-weight: 700; font-stretch: 94%; letter-spacing: -.01em; line-height: 1.2; }
.mega__item span.d { display: block; font-size: .9rem; color: var(--ink-2); line-height: 1.35; }
.mega__aside { border-left: 1px solid var(--rule); padding-left: 32px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.mega__aside p { font-size: .98rem; color: var(--ink-2); }
.mega__list a { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 13px 8px; border-top: 1px solid var(--rule); transition: background .15s; }
.mega__list a:hover { background: var(--paper-2); }
.mega__list .n { font-family: var(--mono); font-size: .75rem; color: var(--ink-3); padding-top: .3em; }
.mega__list strong { display: block; font-weight: 700; line-height: 1.2; }
.mega__list span.d { display: block; font-size: .9rem; color: var(--ink-2); line-height: 1.35; }

.sheet { position: fixed; inset: 0; z-index: 150; background: var(--paper); overflow-y: auto; padding: 0 var(--gutter) 40px; display: none; }
.sheet.is-open { display: block; }
.sheet__bar { display: flex; align-items: center; justify-content: space-between; min-height: 68px; border-bottom: 1px solid var(--rule); }
.sheet__nav a { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 1.9rem; font-weight: 800; font-stretch: 82%; letter-spacing: -.03em; }
.sheet__nav a span { font-family: var(--mono); font-size: .75rem; font-weight: 500; letter-spacing: .06em; color: var(--ink-3); }
.sheet__products { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.sheet__products a { display: flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--rule); border-radius: 3px; font-weight: 650; }
.sheet__products img { width: 32px; height: 32px; border-radius: 22%; }

/* ---------- hero ---------- */
.hero { padding-block: clamp(40px, 6vw, 88px) clamp(48px, 6vw, 96px); position: relative; overflow: clip; }
.hero__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; padding-bottom: clamp(28px, 4vw, 56px); }
.hero__meta .label { display: inline-flex; align-items: center; gap: 10px; }
.hero h1 { text-wrap: nowrap; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .12em; margin-bottom: -.12em; }
.hero h1 .line > span { display: inline-block; }
.js .hero h1 .line > span { transform: translateY(105%); animation: rise .9s var(--ease) forwards; }
.js .hero h1 .line:nth-child(2) > span { animation-delay: .08s; }
.js .hero h1 .line:nth-child(3) > span { animation-delay: .16s; }
.js .hero h1 .line:nth-child(4) > span { animation-delay: .24s; }
@keyframes rise { to { transform: none; } }
.hero__foot { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 4vw, 64px); align-items: end; margin-top: clamp(32px, 4.5vw, 64px); }
.hero__foot .lead { color: var(--ink); }
.hero__aside { justify-self: end; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.pixels { position: absolute; right: var(--gutter); top: clamp(88px, 12vw, 170px); width: clamp(120px, 17vw, 250px); pointer-events: none; }
.pixels rect { transform-box: fill-box; transform-origin: center; }
.js .pixels rect { opacity: 0; animation: pop .5s var(--ease) forwards; animation-delay: calc(var(--i) * 45ms + .5s); }
@keyframes pop { from { opacity: 0; transform: scale(.2); } to { opacity: 1; transform: none; } }

/* page hero (inner pages) */
.page-hero { padding-block: clamp(36px, 5vw, 72px) clamp(40px, 5vw, 80px); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: clamp(24px, 3vw, 44px); }
.crumbs a:hover { color: var(--petrol); }
.crumbs .sep { color: var(--ink-3); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(28px, 4vw, 64px); align-items: end; }
.page-hero .lead { margin-top: clamp(20px, 2.4vw, 32px); }

/* ---------- shelf (app icons) ---------- */
.shelf { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); border: 1px solid var(--ink); border-right: 0; background: var(--card); }
.shelf a { display: flex; flex-direction: column; gap: 14px; padding: 18px 16px 16px; border-right: 1px solid var(--ink); transition: background .2s var(--ease); min-width: 0; }
.shelf a:hover { background: var(--mark); }
.shelf img { width: 100%; max-width: 84px; aspect-ratio: 1; border-radius: 22%; box-shadow: 0 1px 0 rgba(21, 34, 42, .12); transition: transform .3s var(--ease); }
.shelf a:hover img { transform: translateY(-4px) rotate(-3deg); }
.shelf strong { display: block; font-weight: 750; font-stretch: 90%; letter-spacing: -.015em; line-height: 1.1; }
.shelf .status { font-size: .66rem; letter-spacing: .04em; margin-top: 6px; }

/* ---------- ticker ---------- */
.ticker { border-block: 1px solid var(--ink); background: var(--ink); color: var(--paper); overflow: hidden; display: flex; }
.ticker__track { display: flex; flex: none; gap: 0; animation: marquee 48s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { display: inline-flex; align-items: center; gap: 12px; padding: 13px 28px; font-family: var(--mono); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.ticker__item::before { content: ""; width: 7px; height: 7px; background: var(--teal); flex: none; }
.ticker__item b { font-weight: 500; color: var(--mark); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- ledger (products) ---------- */
.ledger { border-bottom: 1px solid var(--ink); }
.ledger__row { display: grid; grid-template-columns: 56px 64px minmax(0, 3.2fr) minmax(0, 5fr) minmax(0, 2.4fr) 150px 28px; gap: 20px; align-items: center; padding: 22px 12px; border-top: 1px solid var(--ink); position: relative; background: linear-gradient(var(--ink), var(--ink)) no-repeat left / 0% 100%; transition: background-size .35s var(--ease), color .2s .05s; }
.ledger__row:hover, .ledger__row:focus-visible { background-size: 100% 100%; color: var(--paper); }
.ledger__n { font-family: var(--mono); font-size: .78rem; color: var(--ink-3); transition: color .2s; }
.ledger__row img { width: 56px; height: 56px; border-radius: 22%; }
.ledger__name { font-size: clamp(1.5rem, 2.5vw, 2.3rem); font-weight: 800; font-stretch: 80%; letter-spacing: -.03em; line-height: 1; transition: font-stretch .35s var(--ease); }
.ledger__row:hover .ledger__name { font-stretch: 100%; }
.ledger__what { color: var(--ink-2); line-height: 1.4; transition: color .2s; }
.ledger__meta { font-family: var(--mono); font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); line-height: 1.5; transition: color .2s; }
.ledger__row:hover .ledger__what, .ledger__row:hover .ledger__meta, .ledger__row:hover .ledger__n { color: rgba(244, 241, 234, .78); }
.ledger__row:hover .status--building::before { box-shadow: inset 0 0 0 1.5px var(--paper); }
.ledger__go { width: 22px; height: 22px; opacity: .35; transition: opacity .2s, transform .3s var(--ease); }
.ledger__row:hover .ledger__go { opacity: 1; transform: translateX(4px); }

/* ---------- services list ---------- */
.svc { border-bottom: 1px solid var(--ink); }
.svc__row { display: grid; grid-template-columns: 56px minmax(0, 4fr) minmax(0, 6fr) 28px; gap: 20px; align-items: baseline; padding: 26px 12px; border-top: 1px solid var(--ink); transition: background .2s, padding-left .3s var(--ease); }
.svc__row:hover { background: var(--mark); padding-left: 24px; }
.svc__n { font-family: var(--mono); font-size: .78rem; color: var(--ink-3); }
.svc__name { font-size: clamp(1.4rem, 2.3vw, 2.1rem); font-weight: 800; font-stretch: 82%; letter-spacing: -.03em; line-height: 1.02; }
.svc__what { color: var(--ink-2); }
.svc__row:hover .svc__what, .svc__row:hover .svc__n { color: var(--ink); }
.svc__go { width: 20px; height: 20px; align-self: center; }

/* ---------- generic grids ---------- */
.trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.trio > * { padding: 28px 28px 32px 0; border-right: 1px solid var(--rule); }
.trio > * + * { padding-left: 28px; }
.trio > *:last-child { border-right: 0; padding-right: 0; }
.trio .label { display: block; margin-bottom: 18px; }
.trio h3 { margin-bottom: 12px; }
.trio p { color: var(--ink-2); }
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 72px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.feature { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-content: start; gap: 8px 12px; padding: 26px 32px 30px 0; border-bottom: 1px solid var(--rule); }
.feature:nth-child(odd) { border-right: 1px solid var(--rule); }
.feature:nth-child(even) { padding-left: 32px; padding-right: 0; }
.feature .n { font-family: var(--mono); font-size: .78rem; color: var(--ink-3); padding-top: .35em; }
.feature h3 { grid-column: 2; }
.feature p { grid-column: 2; color: var(--ink-2); }
.ticks li, .crosses li { position: relative; padding: 11px 0 11px 28px; border-top: 1px solid var(--rule); }
.ticks li::before { content: ""; position: absolute; left: 2px; top: 1.2em; width: 9px; height: 9px; background: var(--teal); }
.crosses li::before { content: ""; position: absolute; left: 2px; top: 1.2em; width: 9px; height: 9px; box-shadow: inset 0 0 0 1.5px var(--ink); }
.numbers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--ink); }
.numbers > div { padding: 28px 24px 26px 0; border-right: 1px solid var(--rule); }
.numbers > div + div { padding-left: 24px; }
.numbers > div:last-child { border-right: 0; }
.numbers b { display: block; font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 800; font-stretch: 78%; letter-spacing: -.04em; line-height: .95; }
.numbers span { display: block; margin-top: 10px; color: var(--ink-2); font-size: .98rem; line-height: 1.4; }
.numbers small { display: block; margin-top: 6px; font-family: var(--mono); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); }

.note-box { border: 1px solid var(--ink); background: var(--card); padding: clamp(22px, 3vw, 36px); }
.note-box--mark { background: var(--mark); }
.note-box .label { display: block; margin-bottom: 12px; color: var(--ink); }

/* ---------- steps + schematic ---------- */
.steps { display: grid; grid-template-columns: repeat(var(--n, 3), minmax(0, 1fr)); counter-reset: s; border-top: 1px solid var(--ink); }
.steps > li { counter-increment: s; padding: 24px 24px 8px 0; border-right: 1px solid var(--rule); position: relative; }
.steps > li + li { padding-left: 24px; }
.steps > li:last-child { border-right: 0; }
.steps > li::before { content: "0" counter(s); display: block; font-family: var(--mono); font-size: .78rem; color: var(--ink-3); margin-bottom: 26px; }
.steps > li:not(:last-child)::after { content: ""; position: absolute; right: -6px; top: 27px; width: 11px; height: 11px; background: var(--paper); border-top: 1.5px solid var(--ink); border-right: 1.5px solid var(--ink); transform: rotate(45deg); }
.section--tint .steps > li:not(:last-child)::after { background: var(--paper-2); }
.steps h3 { margin-bottom: 10px; }
.steps p { color: var(--ink-2); font-size: 1rem; }

/* ---------- product page ---------- */
.spec { border-top: 1px solid var(--ink); font-size: .98rem; }
.spec > div { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.spec dt { font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.spec dd { font-weight: 550; line-height: 1.4; }
.product-hero__id { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); margin-bottom: clamp(20px, 2.5vw, 32px); }
.product-hero__id img { width: clamp(72px, 9vw, 120px); height: auto; aspect-ratio: 1; border-radius: 22%; box-shadow: 0 18px 36px -18px rgba(21, 34, 42, .45); }
.product-hero__id h1 { font-size: clamp(3rem, 8vw, 7.4rem); font-stretch: 78%; }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(24px, 3vw, 36px); align-items: center; }
.store { display: inline-flex; align-items: center; gap: 12px; min-height: 54px; padding: 8px 18px 8px 14px; border: 1.5px solid var(--ink); border-radius: 3px; background: var(--ink); color: var(--paper); transition: background .18s, border-color .18s; }
.store:hover { background: var(--petrol); border-color: var(--petrol); }
.store svg { width: 24px; height: 24px; flex: none; }
.store small { display: block; font-family: var(--mono); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; opacity: .75; line-height: 1.2; }
.store b { display: block; font-weight: 700; font-size: 1.02rem; line-height: 1.15; letter-spacing: -.01em; }
.availability { font-family: var(--mono); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); padding: 12px 14px; border: 1px dashed var(--ink-3); border-radius: 3px; }

.shots { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); padding: 4px var(--gutter) 28px; margin-inline: calc(var(--gutter) * -1); scrollbar-width: thin; scrollbar-color: var(--ink) transparent; }
.shots figure { flex: none; scroll-snap-align: start; }
.shots--phone figure { width: clamp(200px, 22vw, 272px); }
.shots--wide figure { width: clamp(300px, 56vw, 760px); }
.shots img { width: 100%; border: 1px solid var(--ink); background: var(--card); }
.shots--phone img { border-radius: 22px; }
.shots--wide img { border-radius: 6px; aspect-ratio: 16 / 10; object-fit: contain; }
.shots figcaption { margin-top: 12px; font-family: var(--mono); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); }

.faq details { border-top: 1px solid var(--ink); }
.faq details:last-child { border-bottom: 1px solid var(--ink); }
.faq summary { display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 20px; align-items: center; padding: 22px 4px; cursor: pointer; list-style: none; font-size: clamp(1.1rem, 1.5vw, 1.35rem); font-weight: 700; font-stretch: 92%; letter-spacing: -.015em; line-height: 1.25; transition: color .15s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--petrol); }
.faq summary::after { content: ""; width: 14px; height: 14px; justify-self: end; background: linear-gradient(var(--ink), var(--ink)) center / 100% 2px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 2px 100% no-repeat; transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 48px 26px 4px; color: var(--ink-2); max-width: 62em; }
.faq .a > * + * { margin-top: .8em; }

.legal-row { display: flex; flex-wrap: wrap; gap: 8px 28px; align-items: center; padding-block: 22px; border-block: 1px solid var(--rule); }
.legal-row a { font-weight: 600; border-bottom: 1px solid var(--rule); }
.legal-row a:hover { color: var(--petrol); border-color: var(--petrol); }
.pager { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.pager a { display: block; padding: 28px 12px 34px; transition: background .2s; }
.pager a + a { border-left: 1px solid var(--ink); text-align: right; }
.pager a:hover { background: var(--mark); }
.pager .label { display: block; margin-bottom: 10px; }
.pager strong { font-size: clamp(1.2rem, 2vw, 1.8rem); font-weight: 800; font-stretch: 84%; letter-spacing: -.025em; line-height: 1.1; display: block; }

/* ---------- field notes ---------- */
.log { border-block: 1px solid var(--ink); }
.log__row { display: grid; grid-template-columns: 96px 170px minmax(0, 1fr) 64px; gap: 20px; align-items: baseline; padding: 17px 8px; border-top: 1px solid var(--rule); transition: background .15s; }
.log > li:first-child .log__row { border-top: 0; }
.log__row:hover { background: var(--card); }
.log__row time, .log__row .c, .log__row .r { font-family: var(--mono); font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.log__row .r { text-align: right; }
.log__row .t { font-weight: 650; font-size: 1.08rem; line-height: 1.35; letter-spacing: -.01em; }
.log__row .t .sub { font-weight: 450; }
.log__row:hover .t { color: var(--petrol); }
.log__month:first-child { border-top: 0; }
.log__month { padding: 30px 8px 12px; font-family: var(--mono); font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; color: var(--ink); border-top: 1px solid var(--ink); display: flex; justify-content: space-between; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 6px 14px; border: 1.5px solid var(--ink); border-radius: 999px; font-weight: 600; font-size: .95rem; transition: background .15s, color .15s; }
.chip span { font-family: var(--mono); font-size: .72rem; color: var(--ink-3); }
.chip:hover, .chip[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.chip:hover span, .chip[aria-pressed="true"] span { color: rgba(244, 241, 234, .7); }
.chip--soon { border-style: dashed; border-color: var(--ink-3); color: var(--ink-2); }

.note-hero h1 { font-size: clamp(2.1rem, 4.6vw, 4rem); font-stretch: 86%; line-height: 1.02; max-width: 22ch; }
.note-hero h1 .sub { display: block; margin-top: .35em; font-size: .52em; font-weight: 550; font-stretch: 100%; letter-spacing: -.015em; line-height: 1.25; color: var(--ink-2); max-width: 34em; }
.note-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: clamp(22px, 3vw, 36px); }
.note-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 7fr) minmax(0, 2fr); gap: 24px; }
.note-layout > aside { position: sticky; top: 100px; align-self: start; }
.prose { font-family: var(--serif); font-size: clamp(1.18rem, 1.45vw, 1.34rem); line-height: 1.62; color: var(--ink); max-width: 36em; }
.prose > * + * { margin-top: 1.15em; }
.prose > p:first-of-type::first-letter { float: left; font-family: var(--sans); font-weight: 800; font-stretch: 78%; font-size: 3.9em; line-height: .82; padding: .06em .09em 0 0; color: var(--petrol); }
.prose blockquote { margin-block: 1.7em; padding: .2em 0 .2em 1.1em; border-left: 3px solid var(--teal); font-style: italic; font-size: 1.14em; line-height: 1.42; color: var(--ink); }
.prose h2 { font-size: 1.5em; margin-top: 1.8em; }
.prose ul li, .doc ul li { position: relative; padding-left: 1.3em; }
.prose ul li::before, .doc ul li::before { content: ""; position: absolute; left: .1em; top: .62em; width: .42em; height: .42em; background: var(--teal); }
.tldr { border: 1px solid var(--ink); background: var(--card); padding: 22px 24px; margin-bottom: clamp(28px, 3.5vw, 48px); max-width: 44em; }
.tldr .label { display: block; color: var(--ink); margin-bottom: 8px; }
.tldr p { font-size: 1.12rem; line-height: 1.5; font-weight: 500; }
.endcard { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 20px; align-items: center; border: 1px solid var(--ink); background: var(--card); padding: 22px; margin-top: clamp(40px, 5vw, 72px); max-width: 44em; }
.endcard img { width: 72px; height: 72px; border-radius: 22%; }
.endcard p { color: var(--ink-2); font-size: 1rem; line-height: 1.45; }
.endcard strong { display: block; font-weight: 750; font-size: 1.12rem; color: var(--ink); margin-bottom: 2px; }

/* ---------- documents (legal, support) ---------- */
.doc-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 8fr); gap: clamp(28px, 5vw, 88px); align-items: start; }
.doc-nav { position: sticky; top: 100px; max-height: calc(100vh - 124px); overflow-y: auto; padding-right: 8px; }
.doc-nav .label { display: block; margin-bottom: 12px; }
.doc-nav li a { display: block; padding: 8px 0; border-top: 1px solid var(--rule); font-size: .94rem; line-height: 1.35; color: var(--ink-2); }
.doc-nav li a:hover { color: var(--petrol); }
.doc-nav__pages { margin-bottom: 28px; }
.doc-nav__pages a[aria-current="page"] { color: var(--ink); font-weight: 700; }
.doc { max-width: 46em; font-size: 1.0625rem; line-height: 1.68; }
.doc > * + * { margin-top: 1em; }
.doc h2 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); font-stretch: 90%; letter-spacing: -.02em; line-height: 1.12; margin-top: 2.2em; padding-top: 1.1em; border-top: 1px solid var(--ink); }
.doc h2:first-child { margin-top: 0; }
.doc h3 { font-size: 1.2rem; margin-top: 1.8em; }
.doc h4 { font-size: 1.05rem; margin-top: 1.5em; font-weight: 700; }
.doc .sec-n { font-family: var(--mono); font-size: .62em; font-weight: 500; letter-spacing: .04em; color: var(--ink-3); margin-right: .5em; vertical-align: .18em; }
.doc ul, .doc ol { display: grid; gap: .5em; }
.doc ol { list-style: decimal; padding-left: 1.4em; }
.doc ol li { padding-left: .3em; }
.doc code { font-family: var(--mono); font-size: .88em; background: var(--paper-2); padding: .1em .35em; border-radius: 2px; overflow-wrap: anywhere; }
.doc strong { font-weight: 700; }
.table-wrap { overflow-x: auto; border: 1px solid var(--ink); background: var(--card); margin-block: 1.4em; }
.table-wrap table { font-size: .95rem; line-height: 1.45; min-width: 520px; }
.table-wrap th, .table-wrap td { text-align: left; vertical-align: top; padding: 12px 16px; border-bottom: 1px solid var(--rule); }
.table-wrap th { font-family: var(--mono); font-size: .7rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); background: var(--paper-2); border-bottom: 1px solid var(--ink); }
.table-wrap tr:last-child td { border-bottom: 0; }
.doc-banner { border: 1px solid var(--ink); background: var(--mark); padding: 16px 20px; font-size: .98rem; line-height: 1.5; margin-bottom: clamp(24px, 3vw, 40px); max-width: 46em; }

/* ---------- forms ---------- */
.form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.field label, .field legend { display: block; font-family: var(--mono); font-size: .74rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 9px; padding: 0; }
.field input, .field textarea { width: 100%; min-height: 54px; padding: 14px 16px; background: var(--card); border: 1.5px solid var(--ink); border-radius: 3px; font-size: 1.0625rem; transition: box-shadow .15s, background .15s; }
.field textarea { min-height: 168px; resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus { outline: 0; background: #fff; box-shadow: 4px 4px 0 var(--teal); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); opacity: 1; }
fieldset.field { border: 0; margin: 0; padding: 0; min-width: 0; }
.radio-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.radio-chips label { margin: 0; font-family: var(--sans); font-size: .98rem; font-weight: 600; letter-spacing: 0; text-transform: none; cursor: pointer; }
.radio-chips input { position: absolute; opacity: 0; width: 1px; height: 1px; min-height: 0; }
.radio-chips span { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; border: 1.5px solid var(--ink); border-radius: 999px; transition: background .15s, color .15s; }
.radio-chips input:checked + span { background: var(--ink); color: var(--paper); }
.radio-chips input:focus-visible + span { outline: 2px solid var(--petrol); outline-offset: 3px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-weight: 600; min-height: 1.5em; }
.form-status[data-state="error"] { color: #9B2C2C; }

/* ---------- CTA band + footer ---------- */
.cta { background: var(--petrol); color: var(--paper); padding-block: clamp(64px, 9vw, 128px); position: relative; overflow: clip; }
.cta h2 { font-size: clamp(2.3rem, 5.6vw, 5rem); font-stretch: 78%; line-height: .95; max-width: 16ch; }
.cta__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(28px, 4vw, 64px); align-items: end; }
.cta p { color: rgba(244, 241, 234, .86); font-size: 1.15rem; line-height: 1.5; max-width: 30em; }
.cta .label { color: rgba(244, 241, 234, .75); display: flex; align-items: center; gap: 10px; margin-bottom: clamp(20px, 3vw, 36px); }
.cta .px::before { background: var(--paper); }
.cta .px::after { background: var(--mark); }
.cta__aside { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.cta__mail { font-family: var(--mono); font-size: .85rem; letter-spacing: .03em; border-bottom: 1px solid rgba(244, 241, 234, .5); padding-bottom: 2px; }
.cta__mail:hover { border-color: var(--mark); color: var(--mark); }

.site-footer { padding-top: clamp(48px, 6vw, 88px); overflow: clip; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2fr)) minmax(0, 2fr); gap: 32px 24px; }
.footer-brand img { width: 46px; margin-bottom: 18px; }
.footer-brand p { color: var(--ink-2); max-width: 26em; font-size: 1rem; }
.footer-col .label { display: block; margin-bottom: 14px; }
.footer-col li + li { margin-top: 9px; }
.footer-col a { font-weight: 550; font-size: .98rem; }
.footer-col a:hover { color: var(--petrol); text-decoration: underline; text-underline-offset: .2em; }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 28px; margin-top: clamp(40px, 5vw, 72px); padding-block: 20px; border-top: 1px solid var(--ink); }
.footer-base a:hover { color: var(--petrol); }
.footer-base .links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.wordmark { font-weight: 900; font-stretch: 125%; font-size: clamp(4rem, 19.4vw, 23rem); line-height: .74; letter-spacing: -.055em; color: var(--paper-2); text-align: center; white-space: nowrap; margin-bottom: -.06em; user-select: none; }

/* ---------- page-specific pieces ---------- */
.product-headline { font-size: clamp(1.45rem, 2.5vw, 2.25rem); font-weight: 750; font-stretch: 88%; letter-spacing: -.022em; line-height: 1.1; max-width: 22em; text-wrap: balance; }
.product-hero__id--sm { margin-bottom: 0; }
.product-hero__id--sm img { width: clamp(52px, 6vw, 72px); box-shadow: none; }
.product-hero__id--sm h1 { font-size: clamp(2.1rem, 5vw, 4.2rem); }
.page-hero h1 + .lead, .product-hero__id--sm + .lead { margin-top: clamp(18px, 2.2vw, 28px); }
.hero-cta { margin-top: clamp(24px, 3vw, 40px); }
.service-n { display: block; margin-bottom: 14px; }
.page-hero--tall { padding-block: clamp(64px, 12vw, 160px); }
.page-hero--tall h1 { max-width: 18ch; }
.bignum { font-weight: 900; font-stretch: 125%; font-size: clamp(5rem, 19vw, 17rem); line-height: .8; letter-spacing: -.06em; color: var(--paper-2); margin-bottom: -.14em; user-select: none; }
.shots-section { padding-top: 0; }
.wont { margin-top: clamp(48px, 6vw, 88px); align-items: start; }
.wont-list { max-width: 58em; }
.wont-list li, .wont .crosses li { font-size: 1.08rem; line-height: 1.55; padding-block: 16px; }
.wont-list li::before, .wont .crosses li::before { top: 1.5em; }
.privacy-intro { max-width: 46em; margin-bottom: 8px; }
.privacy-intro a { color: var(--petrol); text-decoration: underline; text-underline-offset: .2em; }
.privacy-more { margin-top: 28px; }
.ticks { max-width: 58em; }
.product-foot { padding-block: 0 clamp(40px, 5vw, 72px); }
.disclaimer { margin-top: 20px; font-size: .94rem; line-height: 1.55; color: var(--ink-2); max-width: 62em; }
.doc-source { margin-top: 2.4em; padding-top: 1.2em; border-top: 1px solid var(--rule); color: var(--ink-3); text-transform: none; letter-spacing: .01em; font-size: .78rem; }
.doc-source + .doc-source { margin-top: .6em; padding-top: 0; border-top: 0; }
.legend { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; margin-top: clamp(28px, 4vw, 48px); }
.legend p { margin-top: 8px; font-size: .94rem; line-height: 1.45; color: var(--ink-2); }
.trio--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.engage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--card); }
.engage { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.engage + .engage { border-left: 1px solid var(--ink); }
.engage__tag { font-weight: 700; font-size: 1.1rem; }
.engage .ticks { align-self: stretch; margin-block: 6px 10px; }
.engage > p:not(.label):not(.engage__tag) { color: var(--ink-2); }
.pull { border-left: 3px solid var(--teal); padding-left: clamp(18px, 2.4vw, 32px); align-self: center; }
.pull p { font-size: clamp(1.5rem, 2.6vw, 2.3rem); font-weight: 750; font-stretch: 86%; letter-spacing: -.025em; line-height: 1.1; text-wrap: balance; }
.log__row--static { cursor: default; grid-template-columns: 96px 170px minmax(0, 1fr); }
.log__row--static:hover { background: none; }
.log__row--static .t { font-weight: 550; }
.table-wrap--wide table { min-width: 980px; }
.data-table th[scope="row"] { font-family: var(--sans); font-size: 1rem; font-weight: 750; letter-spacing: -.01em; text-transform: none; color: var(--ink); background: none; border-bottom: 1px solid var(--rule); white-space: nowrap; }
.data-table th[scope="row"] a, .data-table td a { color: var(--petrol); text-decoration: underline; text-underline-offset: .2em; }
.data-table tr:last-child th { border-bottom: 0; }
.table-foot { margin-top: 16px; font-size: .95rem; }
.table-foot a { color: var(--petrol); text-decoration: underline; text-underline-offset: .2em; }
.contact-grid { align-items: start; }
.contact-grid h2 { margin-bottom: 18px; }
.contact-grid .spec { margin-top: 32px; }
.form-note { font-size: .88rem; }
.empty-links { margin-top: 24px; }
.note-aside__blurb { margin-top: 10px; font-size: .94rem; line-height: 1.5; }
.note-layout { padding-bottom: clamp(48px, 6vw, 96px); }
.note-hero { padding-bottom: clamp(28px, 3.5vw, 48px); }
.note-meta a { color: var(--petrol); }
.note-meta a:hover { text-decoration: underline; text-underline-offset: .2em; }
.related { padding-block: clamp(48px, 6vw, 88px); }
a.endcard { transition: background .2s, box-shadow .2s var(--ease), transform .2s var(--ease); }
a.endcard:hover { background: #fff; box-shadow: 5px 5px 0 var(--teal); transform: translate(-2px, -2px); }
.code-block { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1.4em; }
.code-value { font-family: var(--mono); font-size: clamp(1.5rem, 4.4vw, 2.4rem); font-weight: 500; letter-spacing: .12em; overflow-wrap: anywhere; }
.doc .store-row { margin-block: 1.4em; }
.doc-banner p { margin: 0; }

.offset { margin-left: calc(25% + 18px); }
.spec--wide { max-width: 52em; font-size: 1.02rem; }
.spec--wide > div { grid-template-columns: 190px minmax(0, 1fr); padding: 15px 0; }
.spec--wide dd { font-weight: 500; }
.spec--wide dd .muted { font-weight: 400; font-size: .94rem; }
.legal-note { margin-top: 20px; max-width: 52em; }
.section--tight, .page-hero + .section--flush { padding-top: clamp(8px, 1.5vw, 24px); }
.callout-wrap { padding-bottom: clamp(48px, 6vw, 88px); }
.stack-label { display: block; margin-bottom: 12px; }

/* ---------- motion ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--d, 0) * 70ms); }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .js .hero h1 .line > span { transform: none; }
  .js .pixels rect { opacity: 1; }
  .ticker { overflow-x: auto; }
  .ticker__track { animation: none; }
  @view-transition { navigation: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .ledger__row { grid-template-columns: 40px 56px minmax(0, 1fr) 140px 24px; row-gap: 6px; }
  .ledger__what { grid-column: 3 / 5; grid-row: 2; }
  .ledger__meta { display: none; }
  .ledger__row .status { justify-self: end; }
  .shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .shelf a:nth-child(-n+4) { border-bottom: 1px solid var(--ink); }
  .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .note-layout { grid-template-columns: minmax(0, 2fr) minmax(0, 8fr); }
  .note-layout > .note-rail { display: none; }
}
@media (max-width: 900px) {
  .nav, .site-header__cta .btn { display: none; }
  .offset { margin-left: 0; }
  .menu-btn { display: inline-flex; align-items: center; }
  .mega { display: none; }
  .section-head, .hero__foot, .page-hero__grid, .cta__grid, .doc-layout, .duo { grid-template-columns: minmax(0, 1fr); }
  .hero__aside { justify-self: start; }
  .doc-nav { position: static; max-height: none; border: 1px solid var(--ink); background: var(--card); padding: 18px; }
  .doc-nav__toc { display: none; }
  .doc-nav__pages { margin-bottom: 0; }
  .trio, .trio--4, .numbers, .engage-grid { grid-template-columns: minmax(0, 1fr); }
  .engage + .engage { border-left: 0; border-top: 1px solid var(--ink); }
  .legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .log__row--static { grid-template-columns: 84px minmax(0, 1fr); }
  .trio > *, .trio > * + * { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .numbers > div, .numbers > div + div { padding: 22px 16px 20px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .feature-grid { grid-template-columns: minmax(0, 1fr); }
  .feature, .feature:nth-child(even) { padding: 22px 0; border-right: 0; }
  .feature:nth-child(odd) { border-right: 0; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .steps > li, .steps > li + li { padding: 20px 0 22px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .steps > li::before { margin-bottom: 12px; }
  .steps > li:not(:last-child)::after { display: none; }
  .svc__row { grid-template-columns: 36px minmax(0, 1fr) 20px; }
  .svc__what { grid-column: 2; }
  .svc__go { grid-column: 3; grid-row: 1; }
  .note-layout { grid-template-columns: minmax(0, 1fr); }
  .note-layout > aside { position: static; }
  .log__row { grid-template-columns: 84px minmax(0, 1fr) 52px; }
  .log__row .c { display: none; }
  .pixels { opacity: .5; }
}
@media (max-width: 640px) {
  body { font-size: 1.0625rem; }
  .ledger__row { grid-template-columns: 48px minmax(0, 1fr) 22px; padding: 18px 4px; gap: 6px 14px; }
  .ledger__n { display: none; }
  .ledger__row img { width: 48px; height: 48px; grid-row: 1 / 3; }
  .ledger__what { grid-column: 2 / 4; grid-row: auto; font-size: .98rem; }
  .ledger__row .status { grid-column: 2 / 4; justify-self: start; }
  .ledger__go { grid-column: 3; grid-row: 1; }
  .shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shelf a { flex-direction: row; align-items: center; border-bottom: 1px solid var(--ink); }
  .shelf a:nth-last-child(-n+2) { border-bottom: 0; }
  .shelf img { width: 48px; }
  .form-row { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pager { grid-template-columns: minmax(0, 1fr); }
  .pager a + a { border-left: 0; border-top: 1px solid var(--ink); text-align: left; }
  .endcard { grid-template-columns: 56px minmax(0, 1fr); }
  .endcard img { width: 56px; height: 56px; }
  .endcard .btn { grid-column: 1 / -1; justify-self: start; }
  .spec > div { grid-template-columns: 96px minmax(0, 1fr); }
  .spec--wide > div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .faq .a { padding-right: 8px; }
  .sheet__nav a { font-size: 1.6rem; }
  .pixels { display: none; }
}

@media print {
  .site-header, .cta, .site-footer, .doc-nav, .ticker { display: none; }
  body { background: #fff; }
}
