/* Bristlecone — site styles
 * Paper-and-ink. Two serifs, one mono. Almost no motion.
 */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Lora:ital,wght@0,400;0,500;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --ink:        #2B2B2B;
  --ink-soft:   #4A4540;
  --amber:      #C8893D;
  --amber-dim:  #9E6C2F;
  --forest:     #2F4A3A;
  --sky:        #6B8FA8;
  --parchment:  #F2EDE3;
  --bone:       #FAF6EC;
  --border:     #D9CFB8;
  --border-soft:#E8DEC8;
  --muted:      #6B645A;
  --dark-bg:    #14110D;
  --dark-fg:    #EDE6D6;

  --display: 'EB Garamond', 'Garamond', 'Times New Roman', serif;
  --body:    'Lora', Georgia, serif;
  --mono:    'IBM Plex Mono', 'Menlo', monospace;

  --measure: 64ch;
  --measure-tight: 52ch;
  --measure-wide: 78ch;

  --gutter: clamp(20px, 4vw, 48px);
  --max:    1200px;
  --max-narrow: 760px;
  --max-reader: 680px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "onum" 1;
  position: relative;
  overflow-x: hidden;
}

/* paper grain — sub-3% opacity, multiply blend, no movement */
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(43,43,43,0.022) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 41%, rgba(43,43,43,0.018) 0 1px, transparent 2px),
    radial-gradient(circle at 41% 81%, rgba(200,137,61,0.022) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 12%, rgba(43,43,43,0.020) 0 1px, transparent 2px);
  background-size: 8mm 8mm, 11mm 11mm, 9mm 9mm, 13mm 13mm;
  mix-blend-mode: multiply;
}

main, header, footer, section, article { position: relative; z-index: 1; }

/* selection */
::selection { background: rgba(200,137,61,0.28); color: var(--ink); }

/* typography */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.012em;
  line-height: 1.05;
  margin: 0;
}
h1 { font-weight: 500; font-size: clamp(48px, 8vw, 124px); line-height: 0.96; letter-spacing: -0.02em; }
h2 { font-size: clamp(32px, 4.4vw, 56px); line-height: 1.04; letter-spacing: -0.014em; }
h3 { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.18; }
h4 { font-size: 20px; line-height: 1.25; font-weight: 600; }

p { margin: 0 0 1.25em; max-width: var(--measure); }
p.lead {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
  color: var(--ink-soft);
  font-weight: 400;
  max-width: var(--measure-wide);
}

a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 0.06em; text-underline-offset: 0.18em; text-decoration-color: rgba(43,43,43,0.28); transition: text-decoration-color 200ms ease, color 200ms ease; }
a:hover { color: var(--amber-dim); text-decoration-color: var(--amber); }

em, i { font-style: italic; }

hr.rule {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 0;
}

.kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-dim);
  font-weight: 500;
}

.kicker.muted { color: var(--muted); }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.italic-aside {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--ink-soft);
  font-weight: 400;
  max-width: var(--measure);
  line-height: 1.45;
}

/* layout */
.shell { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.shell-narrow { max-width: var(--max-narrow); margin: 0 auto; padding: 0 var(--gutter); }
.shell-reader { max-width: var(--max-reader); margin: 0 auto; padding: 0 var(--gutter); }

/* HEADER (site nav) */
.site-header {
  padding: 28px 0 24px;
  border-bottom: 1px solid var(--border);
}
.site-header .row {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand-lockup {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
}
.brand-lockup .mark {
  width: auto; height: 40px; flex-shrink: 0; object-fit: contain; display: block;
  mix-blend-mode: multiply;
}
.brand-lockup .name {
  font-family: var(--display); font-weight: 600; font-size: 22px;
  letter-spacing: -0.005em; line-height: 1;
}
.brand-lockup .name .dot { color: var(--amber); }

/* Footer — full lockup variant: name + tree + tagline together */
.brand-lockup-footer {
  display: block;
  text-decoration: none;
}
.brand-lockup-footer img {
  width: 100%; max-width: 260px; height: auto; display: block;
  mix-blend-mode: multiply;
}

/* Hero tree imagery */
.hero-with-tree {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 360px);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.hero-with-tree .tree {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 1px 0 rgba(43,43,43,0.04));
  mix-blend-mode: multiply;
  opacity: 0.96;
}
@media (max-width: 880px) {
  .hero-with-tree { grid-template-columns: 1fr; }
  .hero-with-tree .tree { max-width: 280px; margin: 24px auto 0; }
}

/* Standalone tree silhouette — used inline in long-form sections */
.tree-figure {
  display: block;
  margin: 48px auto;
  width: 100%;
  max-width: 220px;
  height: auto;
  mix-blend-mode: multiply;
  opacity: 0.88;
}

/* Rings ornament — used as section divider on long-form */
.rings-divider {
  display: block;
  margin: 56px auto;
  width: 96px;
  height: 96px;
  opacity: 0.85;
  mix-blend-mode: multiply;
}
.rings-inline {
  width: 64px; height: 64px; display: block;
  mix-blend-mode: multiply; opacity: 0.9;
}

/* Footer wordmark — slightly larger lockup variant */
.footer-lockup-img {
  width: 200px; height: auto; display: block;
  margin-bottom: 16px;
  mix-blend-mode: multiply;
  opacity: 0.92;
}

.nav { display: flex; gap: 28px; align-items: center; }
.nav a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
  position: relative;
  padding: 4px 0;
}
.nav a:hover { color: var(--ink); }
.nav a.cta {
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  text-transform: none;
  background: var(--ink);
  color: var(--bone);
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.nav a.cta:hover { background: var(--amber); border-color: var(--amber); color: var(--ink); }

.nav-toggle { display: none; }

/* HERO */
.hero {
  padding: clamp(60px, 12vh, 140px) 0 clamp(80px, 14vh, 160px);
  position: relative;
}
.hero .colophon-rule {
  display: flex; align-items: center; gap: 18px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 48px;
}
.hero .colophon-rule .line { flex: 1; height: 1px; background: var(--border); }
.hero .colophon-rule .amb { color: var(--amber-dim); }

.hero h1 .amb { color: var(--amber); font-style: italic; font-weight: 500; }
.hero h1 em { font-style: italic; font-weight: 400; }

.hero .deck {
  margin-top: 40px;
  font-size: clamp(19px, 1.8vw, 22px);
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 56ch;
  font-weight: 400;
}

.hero .small {
  margin-top: 32px;
  font-family: var(--display);
  font-style: italic;
  color: var(--muted);
  font-size: 17px;
  max-width: 56ch;
}

.hero .quiet-cta {
  margin-top: 56px;
  font-family: var(--display);
  font-size: clamp(20px, 1.8vw, 22px);
  font-style: italic;
  color: var(--ink-soft);
}
.hero .quiet-cta a {
  text-decoration: none; color: var(--ink); font-style: normal;
  border-bottom: 1px solid var(--amber); padding-bottom: 2px;
}
.hero .quiet-cta a:hover { color: var(--amber-dim); }
.hero .quiet-cta .arrow { color: var(--amber); }

/* SECTION primitives */
section { padding: clamp(72px, 12vh, 140px) 0; border-top: 1px solid var(--border); }
section.no-rule { border-top: 0; }

.section-mark {
  display: grid; grid-template-columns: 80px 1fr; gap: 32px;
  margin-bottom: 56px; align-items: baseline;
}
.section-mark .num {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.22em;
  color: var(--amber-dim); text-transform: uppercase;
}
.section-mark .title h2 { margin: 0; }
.section-mark .title .sub {
  margin-top: 14px; color: var(--ink-soft);
  max-width: 56ch; font-size: 18px; line-height: 1.55;
}

@media (max-width: 720px) {
  .section-mark { grid-template-columns: 1fr; gap: 12px; }
}

/* THREE-COLUMN GRID */
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.three-up .item {
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.three-up .item .glyph {
  width: 32px; height: 32px; margin-bottom: 16px;
  color: var(--amber);
}
.three-up .item h3 { margin: 0 0 10px; font-size: 22px; font-weight: 600; }
.three-up .item p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
@media (max-width: 880px) { .three-up { grid-template-columns: 1fr; gap: 32px; } }

/* TWO-COLUMN */
.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
@media (max-width: 880px) { .two-up { grid-template-columns: 1fr; gap: 48px; } }

/* PAPER CARD */
.paper-card {
  background: var(--bone);
  border: 1px solid var(--border);
  border-left: 3px solid var(--amber);
  padding: 36px 40px;
  border-radius: 2px;
}
.paper-card .label {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--amber-dim); margin-bottom: 14px;
}
.paper-card ul { padding: 0; margin: 0; list-style: none; }
.paper-card li {
  font-family: var(--display); font-size: 19px; line-height: 1.5;
  padding: 12px 0; border-top: 1px dashed var(--border);
  color: var(--ink);
}
.paper-card li:first-child { border-top: 0; padding-top: 0; }
.paper-card li:last-child { padding-bottom: 0; }
.paper-card .closing {
  margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border);
  font-family: var(--display); font-style: italic; color: var(--muted);
  font-size: 17px;
}

/* PULL QUOTE */
.pull {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.22;
  color: var(--ink);
  letter-spacing: -0.008em;
  max-width: 22ch;
  margin: 0 auto;
}
.pull .open, .pull .close { color: var(--amber); font-style: normal; }

/* GROWTH LEDGER */
.ledger {
  display: grid; grid-template-columns: 140px 1fr;
  border-top: 1px solid var(--border);
}
.ledger .row {
  display: contents;
}
.ledger .y, .ledger .v {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.ledger .y {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); padding-right: 32px;
  display: flex; align-items: center; gap: 14px;
}
.ledger .y .tick { width: 20px; height: 1px; background: var(--amber); display: inline-block; }
.ledger .v {
  font-family: var(--display); font-style: italic; font-size: clamp(20px, 2.2vw, 26px);
  color: var(--ink); line-height: 1.35; font-weight: 500;
}
.ledger .v .grace { color: var(--ink-soft); font-style: normal; font-size: 14px; font-family: var(--mono); letter-spacing: 0.06em; margin-left: 12px; }

@media (max-width: 600px) {
  .ledger { grid-template-columns: 96px 1fr; }
  .ledger .y { padding-right: 18px; gap: 8px; }
}

/* CTA BAND */
.cta-band {
  background: var(--bone);
  border: 1px solid var(--border);
  padding: clamp(48px, 8vw, 96px) clamp(32px, 6vw, 80px);
  text-align: center;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 980px;
}
.cta-band .kicker { display: block; margin-bottom: 14px; }
.cta-band h2 { font-style: italic; font-weight: 500; max-width: 18ch; margin: 0 auto; font-size: clamp(28px, 3.6vw, 44px); }
.cta-band p { color: var(--muted); max-width: 48ch; margin: 24px auto 32px; font-size: 16px; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 600; font-size: 17px;
  padding: 14px 28px; border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--ink);
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
}
.btn-primary { background: var(--ink); color: var(--bone); }
.btn-primary:hover { background: var(--amber); border-color: var(--amber); color: var(--ink); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bone); text-decoration: none; }
.btn .arrow { display: inline-block; transition: transform 200ms ease; }
.btn:hover .arrow { transform: translateX(3px); }

.link-arrow {
  font-family: var(--display); font-weight: 500; font-style: italic;
  font-size: 18px; color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
}
.link-arrow:hover { color: var(--amber-dim); border-color: var(--amber); }
.link-arrow .arrow { color: var(--amber); margin-left: 4px; font-style: normal; }

/* PIPELINE DIAGRAM (used on home + how-it-works) */
.pipeline { width: 100%; height: auto; max-width: 540px; }

/* Pipeline draw-on-scroll: lines start hidden, fill in once when scrolled into view.
 * JS sets stroke-dasharray = path length and triggers the transition by
 * removing stroke-dashoffset.
 */
.pipeline[data-draw-pipeline] [data-draw-line] {
  transition: stroke-dashoffset 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.pipeline[data-draw-pipeline] [data-draw-node] {
  opacity: 0;
  transition: opacity 600ms ease 200ms;
}
.pipeline[data-draw-pipeline].drawn [data-draw-node] {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .pipeline[data-draw-pipeline] [data-draw-line],
  .pipeline[data-draw-pipeline] [data-draw-node] {
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    transition: none !important;
  }
}

/* LONG-FORM */
.longform {
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
}
.longform h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin: 64px 0 18px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.longform h3 { margin: 40px 0 12px; font-weight: 600; font-size: 24px; }
.longform p { max-width: var(--measure); margin: 0 0 1.1em; }
.longform p.first { font-size: 22px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 1.5em; }
.longform p.first::first-letter {
  font-family: var(--display); font-weight: 500; font-size: 5.6em;
  float: left; line-height: 0.85; padding-right: 0.12em; padding-top: 0.06em;
  color: var(--amber);
}
.longform blockquote {
  border-left: 2px solid var(--amber);
  padding: 4px 0 4px 28px; margin: 32px 0;
  font-style: italic; font-family: var(--display); font-size: 22px; line-height: 1.5;
  color: var(--ink-soft); max-width: var(--measure);
}
.longform .belief-stack {
  margin-top: 64px; padding: 32px 0; border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.longform .belief-stack ol { padding-left: 0; list-style: none; counter-reset: belief; margin: 0; }
.longform .belief-stack li {
  counter-increment: belief;
  font-family: var(--display); font-style: italic; font-size: 22px; line-height: 1.45;
  padding: 16px 0 16px 56px; position: relative;
  border-top: 1px dashed var(--border); max-width: var(--measure);
}
.longform .belief-stack li:first-child { border-top: 0; }
.longform .belief-stack li::before {
  content: counter(belief, decimal-leading-zero);
  position: absolute; left: 0; top: 16px;
  font-family: var(--mono); font-style: normal; font-size: 12px;
  letter-spacing: 0.18em; color: var(--amber-dim);
}

.longform .footnote-rule {
  margin: 64px 0; height: 0; border-top: 1px solid var(--border);
}
.longform .signature {
  font-family: var(--display); font-style: italic; color: var(--muted);
  font-size: 18px; margin-top: 48px;
}

/* HOW-IT-WORKS step list */
.steps { list-style: none; padding: 0; margin: 0; counter-reset: step; }
.steps li {
  counter-increment: step;
  display: grid; grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
  align-items: baseline;
}
.steps li:last-child { border-bottom: 1px solid var(--border); }
.steps li .badge {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--amber-dim);
}
.steps li .badge::before {
  content: "§ " counter(step, upper-roman) " — ";
  color: var(--muted);
}
.steps li h3 { margin: 0 0 8px; font-size: 26px; font-weight: 600; }
.steps li p { margin: 0; color: var(--ink-soft); max-width: 56ch; font-size: 17px; }
@media (max-width: 720px) {
  .steps li { grid-template-columns: 1fr; gap: 8px; }
}

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.tier {
  background: var(--bone); border: 1px solid var(--border);
  padding: 36px 32px; border-radius: 2px;
  display: flex; flex-direction: column;
}
.tier.featured { border: 1px solid var(--amber); position: relative; }
.tier.featured::before {
  content: "Most chosen"; position: absolute; top: -10px; left: 32px;
  background: var(--amber); color: var(--ink);
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 2px;
}
.tier .name { font-family: var(--display); font-size: 26px; font-weight: 600; margin: 0; }
.tier .for { font-size: 14px; color: var(--muted); margin: 4px 0 24px; }
.tier .price { font-family: var(--display); font-size: 48px; line-height: 1; font-weight: 500; color: var(--ink); }
.tier .price .per { font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; color: var(--muted); margin-left: 8px; text-transform: uppercase; }
.tier ul { list-style: none; padding: 0; margin: 28px 0; flex: 1; }
.tier li {
  padding: 10px 0 10px 24px;
  border-top: 1px dashed var(--border);
  font-size: 15px; color: var(--ink-soft);
  position: relative;
}
.tier li:first-child { border-top: 0; }
.tier li::before {
  content: ""; position: absolute; left: 0; top: 18px;
  width: 10px; height: 1px; background: var(--amber);
}
.tier .btn { width: 100%; justify-content: center; }
@media (max-width: 880px) { .pricing-grid { grid-template-columns: 1fr; } }

.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 56px; margin-top: 64px; }
.faq .q { font-family: var(--display); font-weight: 600; font-size: 19px; margin-bottom: 6px; }
.faq .a { color: var(--ink-soft); font-size: 16px; line-height: 1.55; max-width: 48ch; }
@media (max-width: 720px) { .faq { grid-template-columns: 1fr; } }

/* FOR-WHOM */
.fits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.fits-grid .col {
  padding: 48px clamp(28px, 4vw, 56px);
  background: var(--bone);
}
.fits-grid .col + .col { border-left: 1px solid var(--border); background: var(--parchment); }
.fits-grid .label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--amber-dim); margin-bottom: 8px;
}
.fits-grid h3 { font-size: clamp(26px, 2.6vw, 34px); font-weight: 500; margin: 0 0 28px; max-width: 18ch; }
.fits-grid ul { list-style: none; padding: 0; margin: 0; }
.fits-grid li {
  padding: 18px 0 18px 28px; position: relative;
  border-top: 1px dashed var(--border); font-size: 17px; line-height: 1.5;
  font-family: var(--display); color: var(--ink); font-weight: 500;
}
.fits-grid .col + .col li { color: var(--ink-soft); font-weight: 400; font-style: italic; }
.fits-grid li:first-child { border-top: 0; }
.fits-grid li::before {
  content: "✦"; position: absolute; left: 0; top: 18px;
  color: var(--amber); font-size: 12px; line-height: 1;
}
.fits-grid .col + .col li::before { content: "✕"; color: var(--muted); }
@media (max-width: 880px) { .fits-grid { grid-template-columns: 1fr; } .fits-grid .col + .col { border-left: 0; border-top: 1px solid var(--border); } }

/* WAITLIST */
.waitlist {
  background: var(--bone);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: clamp(36px, 6vw, 64px);
  max-width: 580px; margin: 0 auto;
}
.waitlist .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.waitlist label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
}
.waitlist input, .waitlist textarea {
  font-family: var(--body); font-size: 16px;
  padding: 12px 16px;
  background: var(--parchment); border: 1px solid var(--border);
  border-radius: 2px; color: var(--ink);
}
.waitlist input:focus, .waitlist textarea:focus { outline: none; border-color: var(--amber); }
.waitlist .btn { width: 100%; justify-content: center; margin-top: 8px; }
.waitlist .meta {
  margin-top: 18px; font-family: var(--display); font-style: italic;
  color: var(--muted); font-size: 15px; text-align: center;
}

/* CHANGELOG / JOURNAL */
.entry-list { list-style: none; padding: 0; margin: 0; }
.entry-list li {
  padding: 36px 0; border-top: 1px solid var(--border);
  display: grid; grid-template-columns: 160px 1fr; gap: 32px; align-items: baseline;
}
.entry-list li:last-child { border-bottom: 1px solid var(--border); }
.entry-list .date { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; }
.entry-list h3 { font-size: 24px; font-weight: 600; margin: 0 0 8px; }
.entry-list h3 a { text-decoration: none; }
.entry-list .summary { color: var(--ink-soft); font-size: 16px; max-width: 60ch; line-height: 1.55; margin: 0; }
.entry-list .reading { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 12px; }
@media (max-width: 720px) {
  .entry-list li { grid-template-columns: 1fr; gap: 8px; }
}

/* FOOTER */
.site-footer {
  margin-top: 96px; padding: 64px 0 48px;
  border-top: 1px solid var(--border);
  background: transparent;
}
.site-footer .row {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 48px;
  align-items: start;
}
.site-footer h4 {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--amber-dim);
  margin: 0 0 16px; font-weight: 500;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a {
  text-decoration: none; color: var(--ink-soft);
  font-size: 16px;
}
.site-footer a:hover { color: var(--ink); }
.site-footer .colon {
  font-family: var(--display); font-style: italic; color: var(--muted);
  font-size: 17px; line-height: 1.5; max-width: 36ch; margin-top: 8px;
}
.site-footer .legal {
  margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
}
.site-footer .legal a { color: var(--muted); margin-left: 18px; text-decoration: none; }
.site-footer .legal a:hover { color: var(--ink); }
@media (max-width: 880px) {
  .site-footer .row { grid-template-columns: 1fr 1fr; }
  .site-footer .legal { flex-direction: column; align-items: flex-start; gap: 12px; }
  .site-footer .legal a { margin-left: 0; margin-right: 16px; }
}

/* Reveal — only motion on the site, opt-in via IntersectionObserver */
.reveal { opacity: 0; transform: translateY(8px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* mobile nav */
@media (max-width: 760px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--parchment); border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; padding: 16px var(--gutter) 24px; gap: 0; z-index: 50; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--border-soft); }
  .nav a.cta { margin-top: 12px; text-align: center; border-bottom: 1px solid var(--ink); }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 36px; padding: 0; border: 1px solid var(--border); background: var(--bone); border-radius: 2px; cursor: pointer; }
  .nav-toggle .bar { display: block; width: 18px; height: 1px; background: var(--ink); position: relative; }
  .nav-toggle .bar::before, .nav-toggle .bar::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--ink); }
  .nav-toggle .bar::before { top: -5px; }
  .nav-toggle .bar::after { top: 5px; }
  .site-header { position: relative; }
}
