.role-start {
  display: grid;
  grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr);
  gap: clamp(32px,6vw,72px);
  align-items: start;
  padding: clamp(40px,6vw,72px) 0;
  border-top: 0;
  border-bottom: 1px solid var(--rule);
}
.role-start-head {
  position: sticky;
  top: calc(var(--nav-h) + 16px);
}
.roles-fieldset { border: 0; padding: 0; margin: 24px 0 0; }
.role-intro {
  margin: 20px 0 0;
  min-height: 0;
  color: var(--ink);
  font-size: .975rem;
  font-weight: 600;
  transition: opacity var(--t-base);
}
.role-intro:empty,
.role-intro[hidden] { display: none; }
.tool-row--primary {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  background: var(--surface-tinted);
  border-radius: var(--radius-card);
}
.tool-row--primary .for {
  color: var(--lime-dark);
  background: var(--lime-bg);
  border: 1px solid rgba(106,168,50,.2);
}

@media (max-width: 1040px) {
  .role-start { grid-template-columns: 1fr; gap: 24px; }
  .role-start-head { position: static; }
}

@media (max-width: 768px) {
  .tool-row--primary {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Day91 tools — tool-page component styles.
   Site tokens and layout primitives live in interface.css (loaded by common.js).
   This file handles tool-specific workbench, results, tables, and page-hero overrides. */

/* ── Token bridge: map interface.css vars to legacy tool var names ── */
:root {
  --paper:    var(--canvas, #faf9f4);
  --panel:    var(--surface, #fff);
  --down:     #a53a2f;
  --down-bg:  var(--coral-bg, #fdf0eb);
  --up:       #22704b;
  --up-bg:    var(--surface-tinted, #eef4ea);
  --font:     var(--font-sans, 'IBM Plex Sans', system-ui, sans-serif);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--canvas); color: var(--ink);
  font: 400 16px/1.65 var(--font-sans, var(--font));
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--ink); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid var(--focus, #157046); outline-offset: 3px; border-radius: var(--radius, 3px); }
img, svg { max-width: 100%; }
h1,h2,h3,h4 { line-height: 1.1; margin: 0 0 .5em; letter-spacing: -.025em; font-family: var(--font-sans, system-ui); font-weight: 700; }
/* Inner-page headings: moderate sizing, never as large as homepage hero */
h1 { font-size: clamp(1.4rem, 2.6vw, 2.1rem); max-width: 26ch; }
h2 { font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
h3 { font-size: 1.05rem; font-weight: 600; }
p  { margin: 0 0 1em; max-width: 68ch; }
.wrap  { max-width: var(--wrap, 1200px); margin: 0 auto; padding: 0 28px; }
.muted { color: var(--ink-2); }
.small { font-size: .875rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Stub: header/footer rendered by common.js/interface.css ── */
/* Keep these minimal so interface.css wins */
.site-header { /* sticky/backdrop managed by interface.css */ }
.site-footer { margin-top: 0; }
@media (max-width: 900px) { .foot-cols { grid-template-columns: repeat(2, 1fr); } }

/* Tool page hero */
.crumbs { font-size: .9rem; color: var(--ink-2); margin: 36px 0 18px; }
.crumbs a { color: var(--ink-2); }
.tool-hero { padding-bottom: 32px; }
.lede { font-size: 1.15rem; color: var(--ink-2); max-width: 60ch; }
.contract { display: grid; grid-template-columns: 1.6fr 1.2fr .7fr; gap: 0; margin: 28px 0 0; border: 1px solid var(--rule); background: var(--panel); border-radius: var(--radius); }
.contract > div { padding: 16px 18px; border-left: 1px solid var(--rule); }
.contract > div:first-child { border-left: 0; }
.contract dt { font-weight: 600; font-size: .85rem; color: var(--ink-2); margin-bottom: 4px; }
.contract dd { margin: 0; font-size: .95rem; }
.contract .get dd { font-weight: 500; }

/* ── Tool page hero (breadcrumb + title + lede) ── */
.crumbs { font: 400 .8rem var(--font-mono, monospace); color: var(--ink-3); margin: 24px 0 0; }
.crumbs a { color: var(--ink-3); }
.tool-hero { padding: 24px 0 28px; border-bottom: 1px solid var(--rule); margin-bottom: 0; }
.lede { font-size: 1rem; color: var(--ink-2); max-width: 60ch; line-height: 1.65; }

/* Contract summary bar */
.contract { display: grid; grid-template-columns: 1.6fr 1.2fr .7fr; gap: 0; margin: 24px 0 0; border: 1px solid var(--rule); background: var(--surface, #fff); border-radius: var(--radius-card, 5px); }
.contract > div { padding: 14px 18px; border-left: 1px solid var(--rule); }
.contract > div:first-child { border-left: 0; }
.contract dt { font: 600 .75rem var(--font-mono, monospace); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.contract dd { margin: 0; font-size: .9rem; }
.contract .get dd { font-weight: 500; }

/* Workbench */
.workbench { display: grid; grid-template-columns: minmax(0,5fr) minmax(0,6fr); gap: 28px; align-items: start; margin-top: 28px; }
.panel { background: var(--surface, #fff); border: 1px solid var(--rule); border-radius: var(--radius-card, 5px); padding: 22px; }
.step { border: 0; padding: 0; margin: 0 0 24px; min-width: 0; }
.step legend { display: flex; align-items: baseline; gap: 10px; font-weight: 600; font-size: .975rem; margin-bottom: 10px; padding: 0; }
.step-num { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--ink); font: 700 .78rem var(--font-mono, monospace); flex: none; }
.step .help { font-size: .875rem; color: var(--ink-2); margin: -2px 0 10px; }
.example { position: sticky; top: calc(var(--nav-h, 60px) + 12px); }
.example-label { font: 600 .8rem var(--font-mono, monospace); color: var(--ink-3); margin-bottom: 8px; display: flex; justify-content: space-between; letter-spacing: .04em; text-transform: uppercase; }
.example .panel { background: repeating-linear-gradient(0deg, transparent 0 27px, var(--rule-2, #e8ece4) 27px 28px), var(--surface, #fff); }

/* Inputs */
label { font-weight: 500; font-size: .9rem; }
input[type="text"], input[type="url"], input[type="number"], select, textarea {
  width: 100%; font: inherit; color: var(--ink); background: #fff;
  border: 1px solid var(--rule); border-radius: var(--radius, 3px); padding: 9px 12px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--brand, #1f6b48); outline: none;
  box-shadow: 0 0 0 3px rgba(31,107,72,.15);
}
textarea { min-height: 120px; resize: vertical; font-size: .9rem; line-height: 1.5; }
.row { display: flex; gap: 10px; align-items: center; }
.row > .grow { flex: 1; min-width: 0; }
.field { margin-bottom: 12px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { display: flex; flex-direction: column; gap: 8px; }
.choice label { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; padding: 10px 12px; border: 1px solid var(--rule); border-radius: var(--radius, 3px); cursor: pointer; background: #fff; transition: border-color 150ms ease; }
.choice label:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.choice input { margin-top: 4px; }
.choice strong { display: block; font-weight: 600; }

/* Buttons — delegate to interface.css .btn, keep .btn-small and .btn-link */
.btn-small { padding: 6px 12px; font-size: .82rem; }
.btn-link { background: none; border: 0; padding: 0; font: inherit; color: var(--ink-2); text-decoration: underline; cursor: pointer; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

/* Company picker */
.picker-field { position: relative; }
.picker-list { position: absolute; z-index: 20; left: 0; right: 0; top: calc(100% + 4px); background: #fff; border: 1px solid var(--rule); border-radius: var(--radius-card, 5px); box-shadow: var(--shadow-lg, 0 8px 40px rgba(24,52,43,.12)); margin: 0; padding: 4px; list-style: none; max-height: 320px; overflow: auto; }
.picker-list li { padding: 9px 10px; border-radius: 3px; cursor: pointer; display: flex; justify-content: space-between; gap: 12px; transition: background 120ms ease; }
.picker-list li[aria-selected="true"], .picker-list li:hover { background: var(--canvas-2, #f4f2eb); }
.picker-list .tick { color: var(--ink-2); font-size: .82rem; white-space: nowrap; font-family: var(--font-mono, monospace); }
.picker-list .empty { color: var(--ink-2); cursor: default; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.chips:empty { display: none; }
.chip { display: inline-flex; align-items: center; gap: 6px; background: var(--canvas-2, #f4f2eb); border: 1px solid var(--rule); border-radius: 999px; padding: 4px 6px 4px 12px; font-size: .875rem; }
.chip button { border: 0; background: none; cursor: pointer; font-size: 1rem; line-height: 1; color: var(--ink-2); padding: 2px 5px; border-radius: 50%; }
.chip button:hover { background: var(--rule); color: var(--ink); }
.picker-hint { font: 400 .8rem var(--font-mono, monospace); color: var(--ink-3); margin: 6px 0 0; }
.presets { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.presets span { font-size: .8rem; color: var(--ink-2); align-self: center; margin-right: 2px; }
.preset { font: 500 .8rem var(--font-sans, system-ui); background: #fff; border: 1px dashed var(--ink-3); border-radius: 999px; padding: 4px 10px; cursor: pointer; color: var(--ink); transition: border-style 120ms ease; }
.preset:hover { border-style: solid; }

/* Status + notices */
.status { display: none; margin: 16px 0; padding: 12px 16px; border-radius: var(--radius-card, 5px); background: var(--surface, #fff); border: 1px solid var(--rule); font-size: .9rem; }
.status.on { display: block; }
.status.error { border-color: var(--coral, #e56b4e); background: var(--coral-bg, #fdf0eb); }
.progress { height: 2px; background: var(--rule-2, #e8ece4); border-radius: 2px; overflow: hidden; margin-top: 10px; }
.progress i { display: block; height: 100%; width: 0; background: var(--brand, #1f6b48); transition: width .3s ease; }
.notice { padding: 12px 16px; border-left: 3px solid var(--ink-3); background: var(--surface, #fff); margin: 12px 0; font-size: .9rem; border-radius: 0 var(--radius, 3px) var(--radius, 3px) 0; }
.notice.warn { border-color: #c98a12; }
.notice.bad  { border-color: var(--down, #a53a2f); }
.notice.good { border-color: var(--up, #22704b); }

/* Results */
.results { margin-top: 44px; }
.results:empty { display: none; }
.result-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; border-bottom: 2px solid var(--ink); padding-bottom: 10px; margin-bottom: 22px; }
.result-head h2 { margin: 0; }
.section { margin: 36px 0; }
.section > h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 4px; }
.section > .sub { color: var(--ink-2); font-size: .875rem; margin-bottom: 14px; }
.mark { background: linear-gradient(transparent 52%, var(--mark, #f5d75e) 52%, var(--mark, #f5d75e) 92%, transparent 92%); padding: 0 2px; }
.up   { color: var(--up, #22704b); font-weight: 600; }
.down { color: var(--down, #a53a2f); font-weight: 600; }

/* Tables — augments interface.css with tool-specific overrides */
.table-scroll { overflow-x: auto; border: 1px solid var(--rule); border-radius: var(--radius-card, 5px); background: var(--surface, #fff); -webkit-overflow-scrolling: touch; }
table.data { width: 100%; border-collapse: collapse; font-size: .875rem; }
table.data thead { position: sticky; top: 0; z-index: 2; }
table.data thead th {
  background: var(--canvas-2, #f4f2eb);
  color: var(--ink-2); font: 600 .72rem var(--font-mono, monospace);
  letter-spacing: .05em; text-transform: uppercase;
  padding: 10px 16px; text-align: left; border-bottom: 2px solid var(--rule-strong, #b4c2b8);
  white-space: nowrap; user-select: none;
}
table.data thead th.num { text-align: right; }
table.data tbody tr { transition: background 120ms ease; }
table.data tbody tr:nth-child(even) { background: rgba(24,52,43,.022); }
table.data tbody tr:hover { background: var(--surface-tinted, #eef4ea); }
table.data td, table.data tbody th {
  padding: 11px 16px; text-align: left;
  border-bottom: 1px solid var(--rule-2, #e8ece4);
  vertical-align: middle;
}
table.data tbody tr:last-child td,
table.data tbody tr:last-child th { border-bottom: 0; }
table.data .num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
table.data .you { background: rgba(245,215,94,.12); }
table.data tbody th { font-weight: 600; white-space: nowrap; }
td .v { font-weight: 700; }
td .sub-v, th .sub-v { display: block; font-weight: 400; font-size: .75rem; color: var(--ink-3); margin-top: 2px; font-family: var(--font-mono, monospace); }
td.lead .v { box-shadow: inset 0 -.45em 0 var(--mark, #f5d75e); }
.na { color: var(--ink-3); font-style: italic; font-weight: 400; }
.src { font: 400 .72rem var(--font-mono, monospace); color: var(--ink-3); margin-left: 3px; }
.src:hover { color: var(--brand, #1f6b48); }
table.data th.sortable { cursor: pointer; }
table.data th.sortable:hover { color: var(--ink); }
table.data th[aria-sort="ascending"]::after  { content: " \2191"; font-size: .8em; }
table.data th[aria-sort="descending"]::after { content: " \2193"; font-size: .8em; }
table.data td a { text-decoration: none; font-weight: 500; transition: color 120ms ease; }
table.data td a:hover { color: var(--brand, #1f6b48); text-decoration: underline; }
.check { color: var(--up, #22704b); font-weight: 700; }
.dash  { color: var(--ink-3); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.list { list-style: none; margin: 0; padding: 0; }
.list > li { padding: 11px 0 11px 16px; border-bottom: 1px solid var(--rule-2, #e8ece4); position: relative; }
.list > li:last-child { border-bottom: 0; }
.list > li::before { content: ''; position: absolute; left: 0; top: 18px; width: 6px; height: 6px; border-radius: 50%; background: var(--ink-3); }
.list.pressure > li::before { background: var(--down, #a53a2f); }
.list.strength > li::before { background: var(--up, #22704b); }
.list.event > li::before { background: var(--ink); border-radius: 1px; }
.list .t { font-weight: 600; display: block; }
.list .d { color: var(--ink-2); font-size: .9rem; display: block; }
.list .a { display: block; font-size: .9rem; margin-top: 4px; }
.list .s { font: 400 .78rem var(--font-mono, monospace); color: var(--ink-3); display: block; margin-top: 3px; }
.list .s a { color: var(--ink-3); }
.empty-state { color: var(--ink-2); font-style: italic; padding: 8px 0; }

.kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); border: 1px solid var(--rule); border-radius: var(--radius-card, 5px); background: var(--surface, #fff); overflow: hidden; }
.kpi { padding: 14px 16px; border-right: 1px solid var(--rule-2, #e8ece4); border-bottom: 1px solid var(--rule-2, #e8ece4); }
.kpi .l { font: 400 .75rem var(--font-mono, monospace); color: var(--ink-2); display: block; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 2px; }
.kpi .v { font-size: 1.4rem; font-weight: 700; letter-spacing: -.03em; display: block; margin: 2px 0; }
.kpi .c { font-size: .78rem; color: var(--ink-2); }

.next { margin-top: 40px; padding: 20px 22px; border: 1px solid var(--rule-strong, #b4c2b8); border-radius: var(--radius-card, 5px); background: var(--surface-tinted, #eef4ea); }
.next h3 { margin-bottom: 8px; font-size: .975rem; }
.next ul { margin: 0; padding-left: 18px; }
.next li { margin: 5px 0; font-size: .9rem; }

details.method { margin-top: 52px; border-top: 1px solid var(--rule); padding-top: 18px; }
details.method summary { cursor: pointer; font-weight: 600; font-size: .9rem; }
details.method[open] summary { margin-bottom: 12px; }
details.method p, details.method li { font-size: .875rem; color: var(--ink-2); }

.bar { height: 10px; background: var(--rule-2); border-radius: 5px; overflow: hidden; min-width: 120px; }
.bar i { display: block; height: 100%; background: var(--ink); }
.bar.you i { background: linear-gradient(90deg, var(--ink), var(--ink)); box-shadow: inset 0 -3px 0 var(--mark); }

/* Hub */
.roles { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.roles label { position: relative; }
.roles input { position: absolute; opacity: 0; pointer-events: none; }
.roles span { display: inline-block; padding: 9px 16px; border: 1.5px solid var(--rule); border-radius: 999px; background: #fff; cursor: pointer; font-weight: 500; transition: border-color 150ms ease, background 150ms ease, color 150ms ease; }
.roles input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.roles input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }

/* Remove old .path styles — roles now transition directly into tool list */
.tool-rows { border-top: 2px solid var(--ink); margin-top: 0; }
.tool-row { display: grid; grid-template-columns: 1.1fr 1.6fr 1.1fr auto; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--rule); align-items: start; transition: background var(--t-fast); }
.tool-row:last-child { border-bottom: 0; }
.tool-row h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 4px; }
.tool-row .k { font-size: .8rem; font-weight: 600; color: var(--ink-2); display: block; margin-bottom: 2px; }
.tool-row p { font-size: .93rem; margin: 0; }
.tool-row.dim { opacity: .4; }
.tool-row .for { display: inline-block; font-size: .75rem; font-weight: 600; padding: 2px 8px; border-radius: 3px; margin-bottom: 6px; }
.sources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 16px; }
.sources-grid > div { border-top: 1px solid var(--ink); padding-top: 12px; }

/* Price tracker cards */
.page-result { border: 1px solid var(--rule); border-radius: var(--radius); background: var(--panel); padding: 20px 22px; margin-bottom: 20px; }
.page-result h3 { margin: 0 0 2px; font-size: 1.15rem; font-weight: 800; }
.change { padding: 8px 0; border-bottom: 1px solid var(--rule-2); }
.change:last-child { border-bottom: 0; }
.page-row { display: grid; grid-template-columns: 140px 1fr auto; gap: 8px; margin-bottom: 8px; align-items: center; }
.page-row .state { font-size: .8rem; color: var(--ink-2); white-space: nowrap; }
.paste-box { margin-top: 8px; }

.hl-vague { background: var(--down-bg); color: var(--down); border-radius: 2px; padding: 0 2px; }
.quote { border-left: 2px solid var(--rule); padding-left: 12px; margin: 4px 0; }

@media (max-width: 900px) {
  .workbench, .two-col, .sources-grid { grid-template-columns: 1fr; }
  .example { position: static; order: -1; }
  .contract { grid-template-columns: 1fr; }
  .contract > div { border-left: 0; border-top: 1px solid var(--rule); }
  .contract > div:first-child { border-top: 0; }
  .tool-row { grid-template-columns: 1fr; gap: 10px; }
  .page-row { grid-template-columns: 1fr; }
  .path li { grid-template-columns: 34px 1fr; }
  .path li .btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 560px) {
  .grid-2 { grid-template-columns: 1fr; }
}
/* Reduced motion handled globally by interface.css */

@media print {
  .site-header, .site-footer, .crumbs, .tool-hero, .workbench, .no-print, details.method, .next, .status { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .results { margin: 0; }
  .section { margin: 14px 0; break-inside: avoid; }
  a { text-decoration: none; }
  .kpis, .table-scroll { border-color: #999; }
}

/* ===== Site pages ===== */
/* .page-hero is defined in interface.css */
.kicker { font: 400 .78rem var(--font-mono, monospace); color: var(--ink-3); margin: 0 0 12px; }

/* Ledger (coverage) */
.ledger { margin: 0; border-top: 2px solid var(--ink); max-width: 720px; }
.ledger > div { display: flex; align-items: baseline; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--rule-2); }
.ledger dt { flex: none; }
.ledger dt small { display: block; color: var(--ink-3); font-size: .8rem; }
.ledger .dots { flex: 1; border-bottom: 1px dotted var(--ink-3); transform: translateY(-4px); min-width: 20px; }
.ledger dd { margin: 0; font-weight: 800; font-size: 1.2rem; font-variant-numeric: tabular-nums; }

/* Badges for coverage level */
.lvl { display: inline-block; font-size: .75rem; font-weight: 600; padding: 1px 7px; border-radius: 3px; white-space: nowrap; }
.lvl.reviewed { background: var(--mark); color: var(--ink); }
.lvl.figures { border: 1px solid var(--ink-3); color: var(--ink); }
.lvl.filings { color: var(--ink-3); border: 1px dashed var(--ink-3); }

/* Filters */
.filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 14px 0; }
.filters input[type="search"] { max-width: 280px; font: inherit; padding: 9px 12px; border: 1px solid var(--rule); border-radius: var(--radius); background: #fff; }
.filters select { width: auto; }
table.data th.sortable { cursor: pointer; user-select: none; }
table.data th.sortable:hover { color: var(--ink); }
table.data th[aria-sort="ascending"]::after { content: ' ↑'; }
table.data th[aria-sort="descending"]::after { content: ' ↓'; }
table.data td a { text-decoration: none; font-weight: 500; }
table.data td a:hover { text-decoration: underline; }

/* Benchmarks distribution */
.dist { position: relative; height: 26px; min-width: 160px; }
.dist .rng { position: absolute; top: 11px; height: 4px; background: var(--rule); border-radius: 2px; }
.dist .iqr { position: absolute; top: 7px; height: 12px; background: #c9d2dc; border-radius: 2px; }
.dist .med { position: absolute; top: 3px; width: 2px; height: 20px; background: var(--ink); }

/* Pricing */
.plans { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 0; margin-top: 28px; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--panel); }
.plan { padding: 26px 24px; border-left: 1px solid var(--rule); display: flex; flex-direction: column; }
.plan:first-child { border-left: 0; }
.plan.featured { box-shadow: inset 0 0 0 2px var(--ink); border-radius: var(--radius); position: relative; background: #fff; }
.plan h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 4px; }
.plan .for { color: var(--ink-2); font-size: .92rem; min-height: 2.8em; }
.price-now { font-size: 2.3rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin: 18px 0 4px; }
.price-now small { font-size: .95rem; font-weight: 500; color: var(--ink-2); letter-spacing: 0; }
.price-later { font-size: .88rem; color: var(--ink-2); margin-bottom: 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.plan li { padding: 6px 0 6px 22px; position: relative; font-size: .92rem; border-bottom: 1px solid var(--rule-2); }
.plan li::before { content: '✓'; position: absolute; left: 0; color: var(--up); font-weight: 800; }
.plan li.later::before { content: '◷'; color: var(--ink-3); }
.plan li.later { color: var(--ink-2); }
.ribbon { position: absolute; top: -12px; left: 24px; background: var(--mark); font-size: .8rem; font-weight: 700; padding: 3px 10px; border-radius: 3px; }
.seats { font-size: .85rem; font-weight: 600; margin: -6px 0 16px; }
.reserve { max-width: 620px; }
.faq details { border-bottom: 1px solid var(--rule); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 600; }
.faq details p { margin: 10px 0 0; color: var(--ink-2); }
.check { color: var(--up); font-weight: 800; }
.dash { color: var(--ink-3); }

/* Company page */
.co-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; padding: 44px 0 18px; border-bottom: 2px solid var(--ink); margin-bottom: 24px; }
.co-head h1 { margin: 0; max-width: none; }

/* Code */
pre.code { background: var(--ink); color: #eef2f7; padding: 16px 18px; border-radius: var(--radius); overflow-x: auto; font-size: .88rem; line-height: 1.5; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }

@media (max-width: 900px) {
  .home-hero, .band .wrap { grid-template-columns: 1fr; }
  .steps-3 { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .plan { border-left: 0; border-top: 1px solid var(--rule); }
  .plan:first-child { border-top: 0; }
}

/* Weekly brief — issue pages (base in interface.css; extras here) */
.issue-body img { display: block; max-width: 100%; height: auto; border-radius: var(--radius, 3px); margin: 0 auto; }
.issue-body figcaption { font-size: .85rem; color: var(--ink-2); text-align: center; margin-top: 6px; }
.issue-body table { border-collapse: collapse; width: 100%; font-size: .9rem; }
.issue-body th, .issue-body td { border-bottom: 1px solid var(--rule-2); padding: 8px 12px; text-align: left; vertical-align: top; }
.lvl.private { background: var(--ink); color: #fff; }

/* ── Homepage hero (legacy — superseded by interface.css home-hero) ── */
.hero-main { padding-top: 72px; padding-bottom: 56px; }
.hero-main h1 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); max-width: 17ch; line-height: 1.06; }
.hero-main .lede { font-size: 1.2rem; max-width: 46ch; }
