:root {
    --paper: #F2F4EF;
    --panel: #FFFFFF;
    --ink: #0C2118;
    --muted: #59685E;
    --line: #DBE1D6;
    --hairline: #E8EDE5;
    --frond: #1C6B4F;
    --frond-soft: #DCEDE3;
    --gold: #A9740A;
    --gold-soft: #F4E7C8;
    --ffb: #C8481C;
    --ffb-soft: #FBE2D8;
    --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
    --body: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    --mono: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace;
    --w: 1180px;
    --gutter: clamp(20px, 4vw, 48px);
    --r: 14px;
  }
  * { box-sizing: border-box; }
  html { color-scheme: light; }
  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 2px solid var(--frond);
    outline-offset: 3px;
    border-radius: 4px;
  }
  .wrap { width: min(var(--w), 100% - 2 * var(--gutter)); margin-inline: auto; }
  .eyebrow {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .eyebrow .dot {
    display: inline-block; width: 7px; height: 7px; border-radius: 50%;
    background: var(--frond); margin-right: 8px; vertical-align: 1px;
  }
  .pill {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--ink); color: #fff;
    font-family: var(--body); font-weight: 500; font-size: 15px;
    padding: 13px 22px; border-radius: 999px; border: 0; cursor: pointer;
    transition: transform .15s ease, background .15s ease;
  }
  .pill:hover { background: var(--frond); transform: translateY(-1px); }
  .pill svg { width: 16px; height: 16px; }

  /* ---------- nav ---------- */
  .nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
  .brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
  .mark { display: inline-flex; align-items: flex-end; gap: 3px; height: 18px; }
  .mark i { display: block; width: 4px; border-radius: 2px; }
  .mark i:nth-child(1) { height: 7px; background: var(--frond); }
  .mark i:nth-child(2) { height: 11px; background: var(--frond); }
  .mark i:nth-child(3) { height: 15px; background: var(--gold); }
  .mark i:nth-child(4) { height: 18px; background: var(--ffb); }
  .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--muted); }
  .nav-links a:hover { color: var(--ink); }
  .nav .pill { padding: 10px 18px; font-size: 14px; }
  @media (max-width: 760px) { .nav-links { display: none; } }

  /* ---------- hero ---------- */
  .hero { text-align: center; padding: clamp(40px, 7vw, 88px) 0 clamp(36px, 5vw, 56px); position: relative; }
  .hero h1 {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(42px, 7vw, 84px); line-height: 0.98; letter-spacing: -0.035em;
    margin: 18px auto 22px; max-width: 17ch; text-wrap: balance;
  }
  .hero p { max-width: 46ch; margin: 0 auto 30px; color: var(--muted); font-size: 17px; }
  .hero-actions { display: flex; gap: 18px; justify-content: center; align-items: center; flex-wrap: wrap; }
  .textlink { font-size: 14px; color: var(--frond); font-weight: 500; border-bottom: 1px solid transparent; }
  .textlink:hover { border-bottom-color: currentColor; }
  .star { position: absolute; color: var(--frond); width: 14px; height: 14px; opacity: .8; }
  @media (max-width: 760px) { .star { display: none; } }

  /* ---------- estate (signature) ---------- */
  .estate {
    position: relative; overflow: hidden; width: 100%;
    /* An explicit height, not an aspect ratio: a ratio capped by max-height
       hands the cap back to the width and leaves a gutter on wide screens. */
    height: clamp(340px, 44vw, 640px);
    background: #7FA657;
  }
  .estate canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
  .estate .cap {
    position: absolute; left: var(--gutter); bottom: 28px; color: #fff;
    font-family: var(--display); font-weight: 600; font-size: clamp(22px, 3vw, 36px);
    letter-spacing: -0.025em; line-height: 1.05; text-shadow: 0 1px 24px rgba(0,0,0,.35);
  }
  .estate .cap small { display: block; font-family: var(--mono); font-weight: 400; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .9; margin-top: 8px; }
  .estate .due {
    position: absolute; right: var(--gutter); bottom: 28px;
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(12,33,24,.72); color: #fff; backdrop-filter: blur(6px);
    font-family: var(--mono); font-size: 12px; letter-spacing: .04em;
    padding: 9px 14px; border-radius: 999px;
  }
  .estate .due b { width: 8px; height: 8px; border-radius: 50%; background: var(--ffb); box-shadow: 0 0 0 3px rgba(200,72,28,.35); }
  .estate .lot {
    position: absolute; font-family: var(--mono); font-size: 11px; letter-spacing: .1em;
    color: #fff; background: rgba(12,33,24,.55); padding: 4px 8px; border-radius: 6px;
  }
  @media (max-width: 640px) {
    .estate { height: clamp(300px, 78vw, 440px); }
    .estate .due { display: none; }
  }

  /* ---------- stats ---------- */
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
  .stat { padding: 40px 28px 36px; border-right: 1px solid var(--line); }
  .stat:last-child { border-right: 0; }
  .stat .n { font-family: var(--display); font-weight: 600; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
  .stat .n small { font-size: .55em; font-weight: 500; color: var(--muted); margin-left: 4px; letter-spacing: 0; }
  .stat p { margin: 10px 0 0; font-size: 14px; color: var(--muted); max-width: 22ch; }
  @media (max-width: 860px) {
    .stats { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(2) { border-right: 0; }
    .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  }
  @media (max-width: 460px) { .stats { grid-template-columns: 1fr; } .stat { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 0; } .stat:last-child { border-bottom: 0; } }

  /* ---------- statement ---------- */
  .statement { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; padding: clamp(56px, 8vw, 110px) 0; align-items: start; }
  .statement .side { display: grid; gap: 22px; max-width: 320px; }
  .three { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
  .three li { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .three b { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: -0.02em; }
  .three span { font-size: 14px; color: var(--muted); }
  .statement h2 {
    font-family: var(--display); font-weight: 600; font-size: clamp(30px, 4.2vw, 50px);
    letter-spacing: -0.03em; line-height: 1.06; margin: 0 0 36px; text-wrap: balance;
  }
  .remembers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); padding-top: 24px; }
  .remembers h4 { margin: 0 0 6px; font-family: var(--body); font-weight: 600; font-size: 15px; }
  .remembers p { margin: 0; font-size: 14px; color: var(--muted); }
  @media (max-width: 860px) { .statement { grid-template-columns: 1fr; gap: 36px; } .statement .side { max-width: none; } .remembers { grid-template-columns: 1fr; } }

  /* ---------- features ---------- */
  .features-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; margin-bottom: 36px; }
  .features-head h2 { font-family: var(--display); font-weight: 600; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.03em; line-height: 1.08; margin: 0; }
  .features-head p { margin: 0; color: var(--muted); font-size: 14px; max-width: 42ch; justify-self: end; }
  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .feature { display: flex; flex-direction: column; gap: 18px; }
  .feature .shot {
    background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
    padding: 18px; min-height: 250px; display: flex; flex-direction: column; justify-content: center; gap: 10px;
  }
  .feature h3 { margin: 0 0 6px; font-family: var(--body); font-weight: 600; font-size: 17px; }
  .feature p { margin: 0; font-size: 14px; color: var(--muted); }
  @media (max-width: 860px) { .features { grid-template-columns: 1fr; } .features-head { grid-template-columns: 1fr; gap: 12px; } .features-head p { justify-self: start; } }

  /* mini-UI pieces borrowed from the app */
  .ui-eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
  .ledger { display: grid; gap: 0; }
  .ledger .row { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 0; border-bottom: 1px solid var(--hairline); font-size: 14px; }
  .ledger .row:last-child { border-bottom: 0; }
  .ledger .row span:first-child { color: var(--ink); }
  .ledger .row small { display: block; color: var(--muted); font-family: var(--mono); font-size: 11px; }
  .ledger .amt { font-family: var(--mono); font-size: 13px; font-variant-numeric: tabular-nums; }
  .ledger .in { color: var(--frond); }
  .ledger .out { color: var(--ffb); }
  .ledger .net { background: var(--paper); margin: 6px -18px -18px; padding: 14px 18px; border-top: 1px solid var(--line); border-radius: 0 0 var(--r) var(--r); display: flex; justify-content: space-between; align-items: center; }
  .ledger .net .amt { font-weight: 500; color: var(--ink); font-size: 15px; }

  .badge { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; border-radius: 999px; padding: 5px 11px 5px 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
  .badge.gold { background: var(--gold-soft); color: #6B4A05; }
  .badge .scale { display: inline-flex; gap: 2px; align-items: flex-end; height: 12px; }
  .badge .scale i { width: 3px; border-radius: 1px; display: block; background: var(--gold); }
  .badge .scale i:nth-child(1){height:5px}.badge .scale i:nth-child(2){height:8px}.badge .scale i:nth-child(3){height:12px}.badge .scale i:nth-child(4){height:12px; opacity:.3}
  .dose { background: var(--paper); border-radius: 10px; padding: 12px 14px; font-size: 14px; font-weight: 500; line-height: 1.45; }
  .dose b { font-family: var(--mono); font-weight: 500; }
  .why { font-size: 13px; color: var(--muted); }

  .week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
  .day { text-align: center; padding: 8px 0 10px; border-radius: 8px; font-family: var(--mono); font-size: 12px; position: relative; }
  .day small { display: block; font-size: 10px; color: var(--muted); letter-spacing: .06em; margin-bottom: 4px; }
  .day.window { background: var(--gold-soft); }
  .day .m { display: block; width: 8px; height: 8px; border-radius: 50%; margin: 6px auto 0; }
  .day .m.plan { border: 2px solid var(--ffb); }
  .day .m.done { background: var(--frond); }
  .legend { display: flex; gap: 16px; font-size: 12px; color: var(--muted); align-items: center; flex-wrap: wrap; }
  .legend i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; vertical-align: -1px; margin-right: 6px; }
  .legend .w { background: var(--gold-soft); border-radius: 3px; }
  .legend .p { border: 2px solid var(--ffb); box-sizing: border-box; }
  .legend .d { background: var(--frond); }

  /* ---------- nudge band ---------- */
  .nudge { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: center; padding: clamp(56px, 8vw, 100px) 0; border-top: 1px solid var(--line); margin-top: clamp(56px, 8vw, 100px); }
  .ripeness { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
  .ripeness .bars { display: flex; gap: 6px; align-items: flex-end; height: 92px; margin: 14px 0 12px; }
  .ripeness .bars i { flex: 1; border-radius: 4px 4px 2px 2px; display: block; }
  .ripeness .lbl { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
  .nudge h2 { font-family: var(--display); font-weight: 600; font-size: clamp(26px, 3.4vw, 40px); letter-spacing: -0.03em; line-height: 1.08; margin: 0 0 16px; text-wrap: balance; }
  .nudge p { margin: 0; color: var(--muted); max-width: 56ch; }
  @media (max-width: 860px) { .nudge { grid-template-columns: 1fr; } .ripeness { max-width: 320px; } }

  /* ---------- cta band ---------- */
  .cta { background: var(--ink); color: #fff; border-radius: 18px; padding: clamp(48px, 7vw, 88px) var(--gutter); text-align: center; position: relative; overflow: hidden; }
  .cta::before {
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18;
    background-image: radial-gradient(circle at 1px 1px, #fff 1.2px, transparent 1.6px);
    background-size: 26px 22px;
  }
  .cta > * { position: relative; }
  .cta h2 { font-family: var(--display); font-weight: 600; font-size: clamp(30px, 4.4vw, 52px); letter-spacing: -0.03em; line-height: 1.04; margin: 0 0 14px; }
  .cta p { margin: 0 auto 28px; max-width: 48ch; color: #BCCDC2; }
  .cta .pill { background: #fff; color: var(--ink); }
  .cta .pill:hover { background: var(--frond-soft); }
  .cta .soon { display: block; margin-top: 16px; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; color: #8CA093; text-transform: uppercase; }

  /* ---------- footer ---------- */
  footer { padding: 56px 0 40px; }
  .foot { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; }
  .foot h5 { margin: 0 0 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
  .foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
  .foot a:hover { color: var(--frond); }
  .foot .about { font-size: 14px; color: var(--muted); max-width: 30ch; margin: 12px 0 0; }
  .foot-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 12px; color: var(--muted); flex-wrap: wrap; gap: 8px; }
  @media (max-width: 860px) { .foot { grid-template-columns: 1fr 1fr; } .foot > div:first-child { grid-column: 1 / -1; } }

  section { padding-top: clamp(56px, 8vw, 100px); }
  section.tight { padding-top: 0; }

  @media (prefers-reduced-motion: reduce) { .pill { transition: none; } }

  /* ---------- inner pages ---------- */
  .doc { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; padding: clamp(32px, 5vw, 64px) 0 clamp(64px, 8vw, 110px); }
  .doc-head { grid-column: 1 / -1; padding-bottom: 8px; }
  .doc-head h1 { font-family: var(--display); font-weight: 600; font-size: clamp(36px, 5vw, 60px); letter-spacing: -0.035em; line-height: 1.02; margin: 14px 0 16px; max-width: 18ch; text-wrap: balance; }
  .doc-head .lead { font-size: 19px; color: var(--muted); max-width: 52ch; margin: 0; }
  .toc { position: sticky; top: 24px; align-self: start; }
  .toc h5 { margin: 0 0 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
  .toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
  .toc a { color: var(--muted); }
  .toc a:hover { color: var(--ink); }
  .prose { min-width: 0; max-width: 66ch; font-size: 16.5px; line-height: 1.65; }
  .prose h2 { font-family: var(--display); font-weight: 600; font-size: 27px; letter-spacing: -0.025em; line-height: 1.15; margin: 52px 0 14px; scroll-margin-top: 24px; }
  .prose h2:first-child { margin-top: 0; }
  .prose h3 { font-family: var(--body); font-weight: 600; font-size: 17px; margin: 28px 0 8px; }
  .prose p { margin: 0 0 16px; }
  .prose ul, .prose ol { padding-left: 22px; margin: 0 0 16px; }
  .prose li { margin-bottom: 6px; }
  .prose a { color: var(--frond); border-bottom: 1px solid var(--frond-soft); }
  .prose a:hover { border-bottom-color: currentColor; }
  .prose code, .prose .k { font-family: var(--mono); font-size: .92em; background: var(--panel); border: 1px solid var(--line); border-radius: 4px; padding: 1px 5px; }
  .prose .note { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; margin: 20px 0; font-size: 15px; }
  .prose .note b { font-weight: 600; }
  .tbl { overflow-x: auto; margin: 18px 0 24px; }
  .prose table { border-collapse: collapse; width: 100%; font-size: 14.5px; }
  .prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
  .prose th { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
  .prose td.num { font-family: var(--mono); font-variant-numeric: tabular-nums; white-space: nowrap; }
  .prose .worked { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; margin: 20px 0; }
  .prose .worked .ui-eyebrow { margin-bottom: 8px; }
  details { border-top: 1px solid var(--line); }
  details:last-of-type { border-bottom: 1px solid var(--line); }
  summary { cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 16.5px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
  summary::-webkit-details-marker { display: none; }
  summary::after { content: "+"; font-family: var(--mono); color: var(--muted); flex: none; }
  details[open] summary::after { content: "–"; }
  details .a { padding: 0 0 18px; color: var(--ink); max-width: 62ch; }
  details .a p { margin: 0 0 10px; }
  .form { display: grid; gap: 16px; max-width: 520px; }
  .form label { display: grid; gap: 6px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
  .form input, .form textarea { font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); color: var(--ink); }
  .form input:focus, .form textarea:focus { outline: 2px solid var(--frond); outline-offset: 0; border-color: var(--frond); }
  .form textarea { min-height: 140px; resize: vertical; }
  .form .pill { justify-self: start; }
  .people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 20px 0 8px; }
  .people div { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; }
  .people h4 { margin: 0 0 6px; font-size: 15px; font-weight: 600; }
  .people p { margin: 0; font-size: 14px; color: var(--muted); }
  .lang { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; color: var(--muted); }
  .lang a:hover { color: var(--ink); }
  @media (max-width: 860px) { .doc { grid-template-columns: minmax(0, 1fr); gap: 28px; } .toc { position: static; } .people { grid-template-columns: 1fr; } }

  /* ---------- blog index ---------- */
  .blog-head { padding: clamp(32px, 5vw, 56px) 0 8px; }
  .blog-head h1 { font-family: var(--display); font-weight: 600; font-size: clamp(32px, 4.4vw, 50px); letter-spacing: -0.03em; margin: 14px 0 12px; max-width: 18ch; text-wrap: balance; }
  .blog-head p { color: var(--muted); font-size: 17px; max-width: 60ch; margin: 0; }
  .cluster-row { padding: 28px 0 0; }
  .cluster-row h2 { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: -0.02em; margin: 0 0 4px; }
  .cluster-row .sub { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
  .cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-bottom: clamp(24px, 4vw, 40px); border-bottom: 1px solid var(--line); }
  .card { display: block; background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; transition: border-color .15s ease; }
  .card:hover { border-color: var(--frond); }
  .card h3 { margin: 0 0 6px; font-family: var(--body); font-weight: 600; font-size: 15.5px; letter-spacing: -0.005em; }
  .card p { margin: 0; font-size: 13.5px; color: var(--muted); }
  @media (max-width: 700px) { .cards { grid-template-columns: 1fr; } }

  /* ---------- calculator ---------- */
  .calc { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; margin: 24px 0; }
  .calc .ui-eyebrow { margin-bottom: 4px; }
  .calc h4 { margin: 4px 0 16px; font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: -0.01em; }
  .calc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-bottom: 18px; }
  .calc-grid label { display: grid; gap: 6px; font-family: var(--mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
  .calc-grid input, .calc-grid select { font: inherit; font-size: 15px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); width: 100%; }
  .calc-grid input:focus, .calc-grid select:focus { outline: 2px solid var(--frond); outline-offset: 0; border-color: var(--frond); }
  .calc-out { background: var(--paper); border-radius: 10px; padding: 16px 18px; display: grid; gap: 10px; }
  .calc-out .row { display: flex; justify-content: space-between; align-items: baseline; font-size: 14.5px; gap: 12px; }
  .calc-out .row b { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 16px; text-align: right; }
  .calc-out .headline { font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; color: var(--frond); }
  .calc-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; }
  .calc-cta { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
  .calc .pill { font-size: 14px; padding: 11px 20px; }

  /* ---------- sticky mobile CTA ---------- */
  .sticky-cta { position: sticky; bottom: 0; z-index: 5; background: var(--panel); border-top: 1px solid var(--line); padding: 12px var(--gutter); display: none; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -6px 18px rgba(12,33,24,.06); }
  .sticky-cta span { font-size: 13px; color: var(--muted); }
  .sticky-cta .pill { padding: 10px 16px; font-size: 13.5px; flex: none; }
  @media (max-width: 700px) { .sticky-cta { display: flex; } body { padding-bottom: 64px; } }

  /* ---------- end-of-article CTA card ---------- */
  .article-cta { background: var(--frond-soft); border-radius: var(--r); padding: 28px 26px; margin: 40px 0 8px; text-align: center; }
  .article-cta h3 { margin: 0 0 8px; font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -0.015em; color: var(--ink); }
  .article-cta p { margin: 0 auto 18px; max-width: 44ch; color: var(--muted); font-size: 14.5px; }
  .article-cta .pill { display: inline-flex; }
  .breadcrumb { font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; color: var(--muted); margin: 0 0 6px; }
  .breadcrumb a:hover { color: var(--ink); }
  .sources { font-size: 12.5px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 8px; }
  .sources a { color: var(--muted); border-bottom: 1px solid var(--line); }
