/* Radical Balance — Direction 4: FIELD PRESS (the blend, per Dave 2026-07-09)
   D2's deep botanical-green ink, cream paper, and page readability
   + all-sans typography: Instrument Sans display over DM Sans text (Dave's pick, specimen 2026-07-09)
   + D1's frameless plates, multiplied into the paper (no frames, no numbering).
   Signatures: (1) gold tick above headings, (2) centered sans pull-quote with
   oversized gold quote mark, (3) ink plates printed into the paper,
   (4) deep-green colophon footer. */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@600;700&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap');

:root {
  --paper: #F5EFE2;
  --surface: #FBF7ED;
  --ink: #23301F;            /* deep botanical green — the press ink */
  --ink-soft: #3D4F35;
  --muted: #5F6353;
  --border: #CFC5AC;
  --gold: #A87B1B;           /* ochre gold — graphic use (≥3:1) */
  --gold-deep: #77590E;      /* text-safe gold (≥4.5:1 on paper) */
  --wash: #EBE9DA;
  --focus-ring: #23301F;

  --max-wide: 58rem;
  --max-prose: 41rem;

  --t-fast: 150ms;
  --t-base: 250ms;
}

* { box-sizing: border-box; }
html { font-size: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}

img, svg { max-width: 100%; }

main p, main li { font-size: 1.0625rem; line-height: 1.7; }
strong { font-weight: 700; color: var(--ink); }
em { font-style: italic; }

/* ---------- headings: Instrument Sans — contemporary, subtle quirks ---------- */
h1, h2, h3, h4, .display {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--ink);
  text-wrap: balance;
}

a {
  color: var(--ink-soft);
  text-decoration: underline;
  text-underline-offset: 2.5px;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1px;
  transition: color var(--t-fast) ease-out;
}
a:hover { color: var(--gold-deep); }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
}

.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus-visible { left: 0; background: var(--surface); padding: 0.5rem 1rem; z-index: 10; }

/* ---------- site shell ---------- */
.site-shell--wide main { max-width: var(--max-wide); }
.site-shell--prose main { max-width: var(--max-prose); }

header.site-header {
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
  padding: 1.1rem 1.25rem 0.9rem;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--ink);
}
.wordmark:hover { color: var(--ink-soft); }
.sunflower-mark { height: 1em; width: auto; display: inline-block; flex: none; vertical-align: -0.1em; }

nav.site-nav {
  max-width: var(--max-wide);
  margin: 0.65rem auto 0;
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 0.75rem;
}
.nav-menu {
  display: flex; flex-wrap: wrap; gap: 1.6rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nav-menu a {
  text-decoration: none;
  color: var(--ink-soft);
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: color var(--t-fast) ease-out, border-color var(--t-fast) ease-out;
}
.nav-menu a:hover { color: var(--ink); border-bottom-color: var(--gold); }
.nav-menu a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--gold); }
nav.site-nav a.crisis-link {
  color: var(--ink-soft);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700; font-size: 0.75rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: underline; text-underline-offset: 3px;
  text-decoration-color: var(--gold);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--ink-soft);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  cursor: pointer; line-height: 1.4;
}
.nav-toggle:hover { background: var(--wash); }

@media (max-width: 640px) {
  .nav-toggle { display: inline-block; }
  .nav-menu {
    display: none; flex-direction: column; gap: 0.9rem;
    width: 100%; padding: 0.9rem 0 0.25rem;
    border-top: 1px solid var(--border);
  }
  .nav-toggle[aria-expanded="true"] ~ .nav-menu { display: flex; }
}

main { margin: 0 auto; padding: 3.25rem 1.25rem 5.5rem; }

/* ---------- display + Signature 1: the gold tick ---------- */
main h1.display {
  font-size: clamp(2.4rem, 1.5rem + 3.2vw, 3.5rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.012em;
  margin: 0 0 0.55rem;
}
main h1.display::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 0.35rem;
  background: var(--gold);
  margin-bottom: 1.2rem;
}

main h2 {
  font-size: 1.85rem;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 0.6rem;
}
main h2::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.25rem;
  background: var(--gold);
  margin-bottom: 0.85rem;
}
.resources-section__heading::before, .crisis-callout h2::before,
.practice-protocol-block h2::before, .companion-stage-block h2::before { display: none; }

main h3 {
  font-size: 1.22rem;
  font-weight: 600;
  margin-top: 2.25rem;
  color: var(--ink-soft);
}

/* ---------- labels ---------- */
.annotation-label, .metadata-pill {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: none; border: none; padding: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.72rem; font-weight: 700;
  color: var(--gold-deep);
  letter-spacing: 0.11em; text-transform: uppercase;
  line-height: 1.4;
}
.metadata-pill { margin-bottom: 1.75rem; }
.metadata-pill .dot { width: 0.45rem; height: 0.45rem; background: var(--gold); display: inline-block; flex: none; }

/* ---------- dividers: quiet gold rules (no ornament) ---------- */
hr, .thin-rule {
  border: none;
  border-top: 2px solid var(--gold);
  width: 3rem;
  margin: 3rem auto;
}
.thin-rule--sunflower, .thin-rule--slate { border-top-color: var(--gold); margin-left: 0; }

/* ---------- long-form ---------- */
.long-form-prose p { font-size: 1.0625rem; line-height: 1.75; }
.long-form-prose h2 { margin-top: 3.75rem; }
.long-form-prose h3 { font-size: 1.1rem; }

/* ---------- Signature 2: centered sans pull-quote ---------- */
.pull-quote {
  margin: 3rem auto;
  padding: 0 1rem;
  max-width: 34rem;
  text-align: center;
}
.pull-quote::before {
  content: "\201C";
  display: block;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.55;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.pull-quote p {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem !important;
  line-height: 1.55 !important;
  color: var(--ink);
}
.pull-quote::after {
  content: "";
  display: block;
  width: 3rem; height: 2px;
  background: var(--gold);
  margin: 1.4rem auto 0;
}

/* ---------- callouts: pressed panels (D2 readability) ---------- */
.field-note-callout, .scope-note-callout, .safety-note-callout {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  padding: 1.1rem 1.5rem;
  margin: 2.25rem 0;
  font-size: 1rem;
  color: var(--ink);
}
.scope-note-callout, .safety-note-callout { border-left-color: var(--ink-soft); }
.field-note-callout p, .scope-note-callout p, .safety-note-callout p { margin: 0.35rem 0; }

/* ---------- crisis ---------- */
.crisis-callout {
  margin: 1.5rem 0 0.5rem;
  padding: 1.6rem 0 0;
  border-top: 4px solid var(--gold);
}
.crisis-callout h2 {
  font-size: 1.45rem; font-weight: 600;
  margin-top: 1.9rem; margin-bottom: 0.45rem;
  border-top: 1px solid var(--border);
  padding-top: 1.6rem;
}
.crisis-callout h2:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.crisis-callout p { font-size: 1.05rem; line-height: 1.7; }
.crisis-callout strong { color: var(--ink); font-weight: 700; }

/* ---------- editorial index ---------- */
.editorial-index { margin: 1.75rem 0 2.5rem; }
.index-entry {
  display: grid;
  grid-template-columns: 1.25rem 6.5rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.2rem;
  align-items: start;
  padding: 1.2rem 0;
  border-top: 1px solid var(--border);
  text-decoration: none;
  color: var(--ink);
}
.index-entry:last-child { border-bottom: 1px solid var(--border); }
.index-entry:hover .index-title { color: var(--gold-deep); }
.index-mark { grid-column: 1; grid-row: 1 / span 2; display: flex; align-items: flex-start; padding-top: 0.3rem; opacity: 0.8; }
.index-mark svg { width: 0.9rem; height: 1.1rem; }
.index-label {
  grid-column: 2; grid-row: 1;
  font-size: 0.68rem; font-weight: 700;
  color: var(--gold-deep);
  letter-spacing: 0.1em; text-transform: uppercase;
  line-height: 1.4; padding-top: 0.3rem;
}
.index-title {
  grid-column: 3; grid-row: 1;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 1.15rem;
  letter-spacing: -0.01em;
  line-height: 1.22; color: var(--ink);
  transition: color var(--t-fast) ease-out;
}
.index-desc {
  grid-column: 3; grid-row: 2;
  font-size: 0.875rem; color: var(--muted);
  line-height: 1.55; margin-top: 0.25rem;
}

/* ---------- hero + plates: Signature 3 — printed into the paper ---------- */
.hero { display: flex; flex-wrap: wrap; gap: 2.25rem; align-items: flex-start; margin: 1.25rem 0 1.5rem; }
.hero .hero-text { flex: 1 1 20rem; min-width: 0; }
.hero .image-slot { flex: 0 0 auto; width: 17rem; min-width: 0; }

.image-slot { display: block; margin: 0; }
.image-slot img { width: 100%; height: auto; display: block; }
figcaption { display: none; }

.image-slot--hero, .image-slot--plate {
  margin: 2.5rem auto;
  max-width: 35rem;
}
.image-slot--hero img, .image-slot--plate img {
  mix-blend-mode: multiply;
  filter: sepia(0.18) contrast(1.03);
}
.image-slot--plate { margin-top: 3.5rem; margin-bottom: 0; }
.image-slot--plate + h2 { margin-top: 1.5rem; }

.image-slot--portrait {
  margin: 3.5rem 0 0;
  max-width: 20rem;
}
.image-slot--portrait img {
  border: 4px solid var(--surface);
  outline: 1px solid var(--border);
}
.image-slot--portrait + h2 { margin-top: 1.25rem; }

.stage-mark { display: block; margin-bottom: 0.75rem; opacity: 0.8; }
.stage-mark svg { width: 1.5rem; height: 2rem; }

/* ---------- practice / companion blocks ---------- */
.practice-protocol-block, .companion-stage-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
  padding: 1.6rem 1.6rem 1.3rem;
  margin: 2.5rem 0;
}
.companion-stage-block { border-top-color: var(--ink-soft); }
.practice-protocol-block h2, .companion-stage-block h2 { margin-top: 0; }
.practice-protocol-block ol { margin: 0.5rem 0 0; padding-left: 1.4rem; }
.practice-protocol-block li { margin-bottom: 0.9rem; line-height: 1.7; }
.stage-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 0.75rem 0 1.25rem; }
.stage-pill {
  background: var(--wash);
  border: 1px solid var(--border);
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem; color: var(--muted);
}
.stage-pill strong { color: var(--ink); font-weight: 700; }

/* ---------- CTAs: the green verb ---------- */
.inert-cta, .primary-cta {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--t-fast) ease-out;
}
.inert-cta:hover, .primary-cta:hover { background: var(--ink-soft); border-color: var(--ink-soft); color: var(--paper); }

/* ---------- Signature 4: the deep-green colophon footer ---------- */
footer.site-footer {
  background: var(--ink);
  color: #D8D5C5;
  padding: 2.25rem 1.25rem;
  font-size: 0.875rem;
  margin-top: 4rem;
}
footer.site-footer .footer-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: baseline;
}
footer.site-footer .footer-links a {
  margin-right: 1.2rem;
  color: #EAE7D8;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700; font-size: 0.74rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
footer.site-footer .footer-links a:hover { color: #E4C46A; border-bottom-color: #E4C46A; }
footer.site-footer .footer-links a.crisis-link { color: #EAE7D8; }
.footer-review-meta { color: #B0AD9B; font-size: 0.78rem; }

/* ---------- resources callout ---------- */
.resources-callout {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
  padding: 1.6rem 1.6rem 1.5rem;
  margin-top: 3.25rem;
  text-align: center;
}
.resources-callout p { margin: 0 0 1rem; color: var(--ink); font-size: 1.05rem; }
.resources-callout__link {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background: var(--ink);
  color: var(--paper);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700; font-size: 0.95rem;
  text-decoration: none;
  transition: background var(--t-fast) ease-out;
}
.resources-callout__link:hover { background: var(--ink-soft); color: var(--paper); }

/* ---------- misc ---------- */
.img-placeholder {
  display: flex; align-items: center; justify-content: center;
  border: 1px dashed var(--border);
  background: var(--wash);
  color: var(--muted); font-size: 0.8rem;
  letter-spacing: 0.04em; width: 100%;
}

.in-this-guide {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 1.15rem 1.4rem;
  margin: 1.9rem 0 2.1rem;
}
.in-this-guide__label {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--gold-deep); margin: 0 0 0.5rem;
}
.in-this-guide ol { margin: 0; padding-left: 1.25rem; }
.in-this-guide li { font-size: 0.875rem; line-height: 1.6; }
.in-this-guide a { color: var(--ink-soft); }

.also-useful-for { font-size: 0.8rem; color: var(--muted); margin: 0.25rem 0 1.5rem; line-height: 1.6; }
.also-label {
  font-weight: 700; font-size: 0.68rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-deep); margin-right: 0.35rem;
}
.also-useful-for a { color: var(--ink-soft); }

/* ---------- resource rows ---------- */
.resource-index-row {
  display: block;
  border-top: 1px solid var(--border);
  padding: 0.9rem 0;
  text-decoration: none;
  color: inherit;
}
.resource-index-row:first-child { border-top: none; }
.resource-index-row:hover .row-title { color: var(--gold-deep); }
.row-title {
  display: block;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 1.08rem;
  letter-spacing: -0.005em;
  color: var(--ink); line-height: 1.28;
  margin-bottom: 0.2rem;
  transition: color var(--t-fast) ease-out;
}
.row-meta {
  float: right;
  font-size: 0.7rem; font-weight: 700; color: var(--muted);
  letter-spacing: 0.07em; text-transform: uppercase;
  margin-left: 1rem; white-space: nowrap;
}
.row-summary { display: block; font-size: 0.875rem; color: var(--muted); line-height: 1.55; clear: both; }
.fixture-badge {
  font-size: 0.65rem; color: var(--muted);
  letter-spacing: 0.05em; text-transform: uppercase;
  margin-right: 0.3rem; opacity: 0.7;
}
.resource-index-row--thumb {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0 0.95rem;
  align-items: center;
}
.row-thumb {
  width: 4.5rem; height: 4.5rem; object-fit: cover; display: block;
  mix-blend-mode: multiply;
}
.row-content { min-width: 0; }

.related-resource-block { border-top: 4px solid var(--gold); margin-top: 3.25rem; padding-top: 1.4rem; }
.related-label {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--gold-deep); margin: 0 0 0.75rem;
}

/* ---------- resources page (D2 structure, sans voice) ---------- */
.resources-intro { font-size: 1.12rem; color: var(--ink); margin-bottom: 0.5rem; line-height: 1.6; }
.resources-crisis-note { font-size: 0.9rem; color: var(--muted); margin-bottom: 2rem; }

.resources-section { margin-top: 3.5rem; padding-top: 2.1rem; border-top: 1px solid var(--border); }
.resources-section:first-of-type { border-top: none; margin-top: 1.5rem; }
.resources-section__heading {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-deep); margin: 0 0 1.3rem;
}

.resource-list { margin: 0; }
.resource-list--featured { margin-bottom: 0.5rem; }

.visitor-need-row { border-top: 1px solid var(--border); padding: 1.3rem 0 1rem; }
.visitor-need-row:first-child { border-top: none; }
.need-heading {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 1.18rem;
  color: var(--ink); margin: 0 0 0.3rem; line-height: 1.2;
}
.need-description { font-size: 0.875rem; color: var(--muted); margin: 0 0 0.75rem; line-height: 1.55; }
.view-all-link {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase; letter-spacing: 0.11em;
  margin-top: 0.4rem;
  text-decoration-color: var(--gold);
}
.view-all-link:hover { color: var(--gold-deep); }

.type-list { list-style: none; margin: 0; padding: 0; columns: 2; gap: 1rem; }
.type-list li { font-size: 0.9rem; padding: 0.2rem 0; break-inside: avoid; }
.type-list a { color: var(--ink-soft); }
.type-count { color: var(--muted); font-size: 0.8rem; }

.pathway { margin-bottom: 1.6rem; }
.pathway__heading {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 1.05rem;
  color: var(--ink); margin: 0 0 0.4rem;
}
.pathway__steps { margin: 0; padding-left: 1.25rem; font-size: 0.9rem; }
.pathway__steps li { padding: 0.15rem 0; }
.pathway__steps a { color: var(--ink-soft); }

.foundation-explainer { font-size: 0.875rem; color: var(--muted); margin: 0 0 1rem; }
.foundation-item { border-top: 1px solid var(--border); padding: 1.05rem 0 0.55rem; }
.foundation-item:first-of-type { border-top: none; }
.foundation-heading {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600; font-size: 1.1rem;
  color: var(--ink); margin: 0 0 0.2rem;
}
.foundation-heading a { color: var(--ink); text-decoration: none; }
.foundation-heading a:hover { color: var(--gold-deep); }
.foundation-description { font-size: 0.875rem; color: var(--muted); margin: 0 0 0.25rem; line-height: 1.5; }
.foundation-count {
  font-size: 0.68rem; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.1em;
}

.resources-section--footer-links { border-top: 4px solid var(--gold); }
.safety-links { list-style: none; margin: 0; padding: 0; }
.safety-links li { font-size: 0.9rem; padding: 0.3rem 0; border-top: 1px solid var(--border); }
.safety-links li:first-child { border-top: none; }
.safety-links a { color: var(--ink-soft); }

.hub-back { font-size: 0.85rem; margin-bottom: 1rem; }
.hub-back a { color: var(--ink-soft); }
.hub-description { color: var(--muted); font-size: 0.95rem; margin-bottom: 0; }
.hub-empty { color: var(--muted); font-style: italic; }

/* ---------- contact form ---------- */
.contact-form { margin: 1.5rem 0 0; max-width: 32rem; }
.contact-form label {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-deep); margin: 1.2rem 0 0.35rem;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem; color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: border-color var(--t-fast) ease-out;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink-soft); }
.contact-form textarea { min-height: 9rem; line-height: 1.65; resize: vertical; }
.contact-form .form-status { font-size: 0.95rem; margin-top: 1rem; }
/* honeypot — visually removed, present for bots */
.contact-form .cf-extra { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .form-status--ok { color: #3D5A2E; font-weight: 700; }
.contact-form .form-status--error { color: #8E3A1F; font-weight: 700; }
.contact-form button[type="submit"] { margin-top: 1.5rem; }

/* ---------- mobile ---------- */
@media (max-width: 480px) {
  main { padding: 2rem 1rem 4rem; }
  main h1.display { font-size: 2.25rem; }
  main h2 { font-size: 1.5rem; }
  main p, main li { font-size: 1rem; }
  .hero { flex-direction: column; }
  .hero .image-slot { width: 100%; max-width: 20rem; }
  .pull-quote p { font-size: 1.15rem !important; }
  .image-slot--portrait { max-width: 15rem; }
  .index-entry { grid-template-columns: 1.25rem 1fr; grid-template-rows: auto auto auto; }
  .index-label { grid-column: 2; grid-row: 1; }
  .index-title { grid-column: 2; grid-row: 2; }
  .index-desc { grid-column: 2; grid-row: 3; }
  .index-mark { grid-row: 1 / span 3; }
  nav.site-nav { gap: 0.5rem; }
}
@media (max-width: 640px) {
  .type-list { columns: 1; }
  .row-meta { float: none; display: block; margin: 0.2rem 0 0; }
  .resource-index-row--thumb { grid-template-columns: 3.5rem 1fr; gap: 0 0.7rem; }
  .row-thumb { width: 3.5rem; height: 3.5rem; }
}
@media (max-width: 480px) {
  .visitor-need-row { padding: 1rem 0 0.75rem; }
  .need-heading { font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ---------- homepage (wide shell = landing page only): centered ceremonial composition ----------
   Arrival page is centered; content pages stay left-aligned editorial. (Dave, 2026-07-09) */
.site-shell--wide main { max-width: 44rem; }
.site-shell--wide main h1.display,
.site-shell--wide main h2,
.site-shell--wide main h3 { text-align: center; }
.site-shell--wide main h1.display::before,
.site-shell--wide main h2::before { margin-left: auto; margin-right: auto; }
.site-shell--wide .image-slot--portrait { margin-left: auto; margin-right: auto; }

/* homepage stacked title: display line + small tracked subtitle (no em-dash) */
.display-sub {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 0.9rem;
}
