/* ─────────────────────────────────────────────────────────────
   rhiannonwelton.com — cocoa, milk, gold, midnight
   Change the palette here; component rules only read the tokens.
   ───────────────────────────────────────────────────────────── */
:root {
  --cocoa-900: #1b100c;
  --cocoa-800: #241611;
  --cocoa-700: #33211a;
  --milk-100: #f8f0e0;
  --milk-200: #f0e5cf;
  --milk-300: #e3d3b3;
  --ink: #3a281e;
  --gold-300: #efcf8a;
  --gold-400: #e2b558;
  --gold-500: #c9962f;
  --gold-700: #82580f;
  --night-900: #070d21;
  --night-800: #0b1330;
  --night-700: #131e47;
  --blue-300: #a9bde8;
  --blue-400: #6f8fd0;
  --blue-500: #4364a4;

  --display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --text: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* Bands: every section picks one; children read the variables */
.band { background: var(--band-bg); color: var(--band-ink); }
.band--cocoa {
  --band-bg: var(--cocoa-800); --band-ink: #eadcc0; --band-soft: #d3c6a8; --band-muted: #b3a07c;
  --band-accent: var(--gold-400); --band-rule: rgba(226, 181, 88, .28);
}
.band--midnight {
  --band-bg: var(--night-800); --band-ink: #ece6d6; --band-soft: #c3cbe4; --band-muted: #97a5cf;
  --band-accent: var(--gold-300); --band-rule: rgba(169, 189, 232, .26);
}
.band--sacred {
  --band-bg: var(--tone, #09070d); --band-ink: #eadcc0; --band-soft: #d8cbb0; --band-muted: #cfc1a4;
  --band-accent: var(--gold-300); --band-rule: rgba(239, 207, 138, .3);
}
.band--milk {
  --band-bg: var(--milk-200); --band-ink: var(--ink); --band-soft: #57402f; --band-muted: #6b5443;
  --band-accent: var(--gold-700); --band-rule: rgba(130, 88, 15, .3);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 4.5rem; }
body {
  margin: 0; background: var(--cocoa-900); color: #eadcc0;
  font-family: var(--text); font-size: 1.125rem; line-height: 1.7;
  text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
}
html.menu-open body { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { text-wrap: balance; }
p { margin: 0 0 1em; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.paw { fill: currentColor; flex: none; }

.skip { position: absolute; left: -999px; top: .6rem; z-index: 100; background: var(--gold-400); color: var(--cocoa-900); padding: .6rem 1rem; border-radius: .4rem; }
.skip:focus { left: .8rem; }
:focus-visible { outline: 2px solid var(--gold-400); outline-offset: 3px; border-radius: 3px; }
.band--milk :focus-visible { outline-color: var(--gold-700); }

.wrap { width: min(100% - 2 * clamp(1.1rem, 5vw, 2.5rem), 68rem); margin-inline: auto; }
.narrow { max-width: 46rem; }

/* ── Header: a wordmark and one paw ─────────────────────────── */
.page { position: relative; }
.top {
  position: absolute; inset: 0 0 auto 0; z-index: 30;
  padding: 1.15rem clamp(1.1rem, 4vw, 2.5rem);
  pointer-events: none;
}

.menu { position: fixed; top: .9rem; right: clamp(.8rem, 3vw, 2rem); z-index: 60; pointer-events: auto; }
.menu > summary {
  position: relative; z-index: 2; list-style: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem 1rem .5rem .8rem; border-radius: 999px;
  background: rgba(27, 16, 12, .88); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: var(--gold-300); border: 1px solid rgba(226, 181, 88, .55);
  font-style: italic; font-size: 1rem; line-height: 1.2;
  transition: background .25s, border-color .25s;
}
.menu > summary::-webkit-details-marker { display: none; }
.menu > summary .paw { width: 1.25rem; height: 1.25rem; transition: transform .35s var(--ease); }
.menu > summary:hover { background: var(--cocoa-700); border-color: var(--gold-400); }
.menu[open] > summary .paw { transform: rotate(-16deg) scale(1.12); }
.menu[open]::before {
  content: ""; position: fixed; inset: 0; z-index: 0; background: rgba(7, 13, 33, .62);
  animation: fade .3s ease both;
}
.menu-panel {
  position: fixed; z-index: 1; top: 0; right: 0; bottom: 0; width: min(25rem, 100vw);
  padding: 5.4rem 1.8rem 2.5rem; overflow: auto;
  background: linear-gradient(180deg, var(--milk-100), var(--milk-200));
  color: var(--ink); border-left: 3px solid var(--gold-500);
  box-shadow: -24px 0 60px rgba(0, 0, 0, .45);
  animation: drawer .42s var(--ease) both;
}
.menu-panel .rays { top: -7rem; right: -7rem; width: 22rem; aspect-ratio: 1; opacity: .8; }
.menu-panel ul { position: relative; list-style: none; margin: 0; padding: 0; }
.menu-panel li a {
  display: flex; align-items: center; gap: .85rem; padding: .68rem 0;
  text-decoration: none; color: var(--ink);
  font-family: var(--display); font-size: 1.18rem; line-height: 1.25;
  border-bottom: 1px dotted rgba(130, 88, 15, .38);
}
.menu-panel li a .paw { width: 1.3rem; height: 1.3rem; color: #ad9160; transform: rotate(-14deg); transition: transform .3s var(--ease), color .2s; }
.menu-panel li:nth-child(even) a .paw { transform: rotate(14deg); }
.menu-panel li a:hover { color: var(--gold-700); }
.menu-panel li a:hover .paw, .menu-panel li a[aria-current="page"] .paw { color: var(--gold-500); transform: rotate(0) scale(1.18); }
.menu-panel li a[aria-current="page"] { color: var(--gold-700); }
.menu-panel .menu-sep { margin: 1.6rem 0 .1rem; font-style: italic; font-size: .98rem; color: #6b5443; }
.menu-panel .ext { display: block; font-family: var(--text); font-style: italic; font-size: .88rem; color: #6b5443; }

/* Heavenly rays (used behind the arches and in the menu) */
.rays {
  position: absolute; pointer-events: none;
  background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(201, 150, 47, .5) 0 .7deg, transparent .7deg 9deg);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0, transparent 68%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0, transparent 68%);
}

/* Stars canvas (added by app.js) */
.stars-host { position: relative; overflow: hidden; }
.stars-host > .wrap { position: relative; z-index: 1; }
.stars { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

/* ── Buttons and text links ─────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .65rem; padding: .78rem 1.45rem;
  border: 1px solid var(--gold-400); border-radius: 999px; text-decoration: none;
  color: var(--gold-300); font-style: italic; line-height: 1.2;
  transition: background .25s, color .25s;
}
.btn .paw { width: 1.1rem; height: 1.1rem; transform: rotate(-14deg); transition: transform .3s var(--ease); }
.btn:hover { background: var(--gold-400); color: var(--cocoa-900); }
.btn:hover .paw { transform: rotate(0) scale(1.15); }
.band--milk .btn { border-color: var(--gold-700); color: var(--gold-700); }
.band--milk .btn:hover { background: var(--gold-700); color: var(--milk-100); }
.textlink { color: var(--band-accent); text-underline-offset: .25em; font-style: italic; }
.textlink:hover { text-decoration-thickness: 2px; }

/* ── Home: hero ─────────────────────────────────────────────── */
.hero {
  background: linear-gradient(180deg, var(--night-800) 0%, #1d1a30 40%, var(--cocoa-800) 100%);
  padding: clamp(6.2rem, 15vh, 9rem) 0 clamp(3.5rem, 8vw, 6rem);
}
.hero .stars { -webkit-mask-image: linear-gradient(#000 0, #000 45%, transparent 92%); mask-image: linear-gradient(#000 0, #000 45%, transparent 92%); }
.hero .wrap { display: grid; gap: 2.8rem; align-items: center; }
.hero h1 {
  margin: 0 0 1.4rem; font-family: var(--display); font-weight: 400;
  font-size: clamp(1.75rem, 4.5vw, 3.1rem); line-height: 1.12; letter-spacing: -.012em;
}
.hero h1 .l1, .hero h1 .l2 { display: block; }
.hero h1 .l1 { color: var(--blue-300); }
.hero h1 .l2 { color: var(--gold-300); margin-top: .35em; }
.lede { max-width: 34rem; font-size: 1.2rem; color: var(--band-soft, #d9cdb2); }
.hero .lede { color: #dcd2ba; margin-bottom: 1.8rem; }

.arch {
  position: relative; justify-self: center; width: min(26rem, 84vw); aspect-ratio: 1 / 1.1;
  display: flex; align-items: flex-end; overflow: hidden;
  border-radius: 999px 999px .5rem .5rem;
  background: linear-gradient(180deg, #fbf4e4 0%, var(--milk-200) 52%, var(--milk-300) 100%);
  box-shadow: 0 0 0 3px var(--gold-500), 0 0 0 9px var(--cocoa-800), 0 0 0 10px rgba(226, 181, 88, .55), 0 40px 90px rgba(226, 181, 88, .17);
}
.arch img { width: 100%; position: relative; }
.arch:not(.arch--angel) img { width: 124%; max-width: none; margin-left: -12%; margin-bottom: -2%; }
.arch .rays { top: -46%; left: 50%; width: 135%; aspect-ratio: 1; transform: translateX(-50%); }
.arch--angel { width: min(19rem, 72vw); aspect-ratio: 1 / 1.22; margin: 0 auto 2.4rem; }
.arch--angel img { width: 92%; margin-inline: auto; }

@media (min-width: 60rem) {
  .hero .wrap { grid-template-columns: 1.12fr .88fr; gap: 4rem; }
}

/* ── Home: the curious cat ──────────────────────────────────── */
.curious { padding: clamp(3.6rem, 9vw, 7rem) 0; }
.curious .wrap {
  display: grid; gap: 2rem 1.2rem; align-items: center;
  grid-template-columns: 1fr 1fr; grid-template-areas: "text text" "a b";
}
.curious .text { grid-area: text; }
.curious h2 { margin: 0 0 1rem; font-family: var(--display); font-weight: 400; font-size: clamp(1.85rem, 4.4vw, 2.75rem); line-height: 1.13; letter-spacing: -.01em; }
.scripture { margin: 1.6rem 0 0; padding: .1rem 0 .1rem 1.2rem; border-left: 3px solid var(--gold-500); }
.scripture p { margin: 0 0 .3rem; font-family: var(--display); font-style: italic; font-size: 1.3rem; line-height: 1.4; }
.scripture footer { font-size: .95rem; color: var(--band-muted); }
.scripture a { text-underline-offset: .2em; }

.card {
  position: relative; margin: 0; padding: .8rem .8rem .9rem; border-radius: .3rem;
  background: var(--milk-100); border: 1px solid rgba(130, 88, 15, .28);
  box-shadow: 0 14px 30px rgba(58, 40, 30, .22);
  transform: rotate(-1.6deg);
}
.card::before {
  content: ""; position: absolute; top: -.7rem; left: 50%; width: 4.6rem; height: 1.4rem;
  transform: translateX(-50%) rotate(-3deg); background: rgba(201, 150, 47, .42); border: 1px solid rgba(130, 88, 15, .2);
}
.card--a { grid-area: a; }
.card--b { grid-area: b; transform: rotate(1.4deg); }
.card img { width: 100%; }
.card figcaption { margin-top: .4rem; text-align: center; font-style: italic; font-size: .98rem; color: var(--band-muted); line-height: 1.35; }
@media (min-width: 62rem) {
  .curious .wrap { grid-template-columns: 1fr 1.3fr 1fr; grid-template-areas: "a text b"; gap: 3rem; }
}

/* ── Home: the halls (a path of paw prints) ─────────────────── */
.halls { padding: clamp(3.6rem, 9vw, 7rem) 0 clamp(4rem, 10vw, 7.5rem); }
.halls-head { display: grid; gap: 2.4rem; align-items: center; margin-bottom: 3.2rem; }
.halls-head-text { max-width: 42rem; }
.card--c { padding: .55rem; background: #f2ede2; width: min(21rem, 86%); justify-self: center; transform: rotate(1.3deg); box-shadow: 0 16px 34px rgba(0, 0, 0, .4); }
.card--c::before { background: rgba(201, 150, 47, .5); }
@media (min-width: 56rem) {
  .halls-head { grid-template-columns: minmax(0, 1fr) 21rem; gap: 3.5rem; }
  .card--c { width: 100%; }
}
.halls h2, .beyond h2, .closing h2 { margin: 0 0 1rem; font-family: var(--display); font-weight: 400; font-size: clamp(1.85rem, 4.4vw, 2.75rem); line-height: 1.13; letter-spacing: -.01em; }
.halls-head p { color: var(--band-soft); }
.path { list-style: none; margin: 0; padding: 0; max-width: 46rem; }
.step { position: relative; padding: 0 0 2.7rem 3.7rem; }
.step::before { content: ""; position: absolute; left: 1.1rem; top: 2.4rem; bottom: .2rem; border-left: 2px dotted rgba(226, 181, 88, .42); }
.step:last-child::before { display: none; }
.step > .paw { position: absolute; left: 0; top: .3rem; width: 2.2rem; height: 2.2rem; color: var(--gold-400); transform: rotate(-16deg); }
.step:nth-child(even) > .paw { transform: rotate(16deg); }
.step .kind { margin: 0; font-style: italic; font-size: .98rem; color: var(--band-muted); }
.step h3 { margin: .05rem 0 .45rem; font-family: var(--display); font-weight: 400; font-size: clamp(1.4rem, 3vw, 1.85rem); line-height: 1.2; }
.step h3 a { text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .35s var(--ease), color .2s; }
.step h3 a:hover { background-size: 100% 1px; color: var(--gold-300); }
.step .tag { margin: 0 0 .7rem; color: var(--band-soft); font-size: 1.05rem; }
.step .go { margin: .7rem 0 0; font-size: 1rem; }

.mini > summary { display: inline-flex; align-items: center; gap: .45rem; cursor: pointer; list-style: none; font-style: italic; font-size: .98rem; color: var(--band-accent); }
.mini > summary::-webkit-details-marker { display: none; }
.mini > summary::after { content: "+"; font-style: normal; font-size: 1.15rem; line-height: 1; transition: transform .3s var(--ease); }
.mini[open] > summary::after { content: "–"; }
.mini > summary:hover { text-decoration: underline; text-underline-offset: .25em; }
.mini-body { margin-top: .6rem; padding-left: 1rem; border-left: 2px solid rgba(226, 181, 88, .38); color: var(--band-soft); font-size: 1.02rem; animation: foldIn .4s var(--ease); }
.mini-body p:last-child { margin-bottom: 0; }
.invite { font-style: italic; color: var(--band-accent); }

/* ── Home: the stair out (AuraCanvas) ───────────────────────── */
.beyond {
  background: radial-gradient(120% 90% at 30% 40%, #182757 0%, var(--night-800) 55%, var(--night-900) 100%);
  padding: clamp(4rem, 10vw, 7rem) 0;
}
.beyond .wrap { display: grid; gap: 2.6rem; align-items: center; }
.stair { justify-self: center; width: min(19rem, 70vw); transform: rotate(-2deg); filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .55)) drop-shadow(0 0 44px rgba(226, 181, 88, .2)); }
.beyond-text p { color: var(--band-soft); max-width: 32rem; }
.beyond .btn { margin-top: .4rem; }
@media (min-width: 56rem) {
  .beyond .wrap { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 4.5rem; }
}

/* ── Home: closing ──────────────────────────────────────────── */
.closing { padding: clamp(4rem, 10vw, 7rem) 0 clamp(3rem, 8vw, 5rem); text-align: center; }
.closing p { color: var(--band-soft); max-width: 30rem; margin-inline: auto; }

/* ── Footer ─────────────────────────────────────────────────── */
.foot { padding: 1.5rem 1rem 2.2rem; text-align: center; font-size: .95rem; color: var(--band-muted); border-top: 1px solid var(--band-rule); }
.foot p { margin: 0; }

/* ── Hall pages ─────────────────────────────────────────────── */
.hall-hero { padding: clamp(6.6rem, 16vh, 9.5rem) 0 clamp(2.2rem, 5vw, 3.5rem); }
.hall-hero .kind { margin: 0 0 .3rem; font-style: italic; color: var(--band-muted); }
.hall-hero h1 { margin: 0 0 1.1rem; font-family: var(--display); font-weight: 400; font-size: clamp(2.05rem, 5.4vw, 3.5rem); line-height: 1.1; letter-spacing: -.012em; }
.hall-hero .lede { max-width: 38rem; margin: 0; font-size: 1.18rem; color: var(--band-soft); }
.hall-hero .byline { margin: 1rem 0 0; font-style: italic; font-size: .98rem; color: var(--band-muted); }
.hall-body { padding: 0 0 clamp(2.5rem, 6vw, 4rem); }
.hall-body > .wrap { padding-top: 2.2rem; border-top: 1px solid var(--band-rule); }

.prose { max-width: 38rem; }
.prose h2 { font-family: var(--display); font-weight: 400; font-size: clamp(1.5rem, 3.4vw, 2rem); line-height: 1.2; margin: 0 0 .8rem; }
.prose h3 { font-family: var(--display); font-weight: 600; font-size: 1.3rem; line-height: 1.25; margin: 1.9rem 0 .5rem; }
.prose h4, .prose h5 { font-family: var(--display); font-weight: 600; font-size: 1.1rem; margin: 1.5rem 0 .4rem; }
.prose a { color: var(--band-accent); text-underline-offset: .2em; }
.prose ul, .prose ol { padding-left: 1.3rem; margin: 0 0 1.1em; }
.prose li { margin-bottom: .35em; }
.prose blockquote { margin: 1.5rem 0; padding: .1rem 0 .1rem 1.2rem; border-left: 3px solid var(--band-accent); font-style: italic; }
.prose blockquote p:last-child { margin-bottom: 0; }
.prose blockquote .cite { margin: .55rem 0 0; font-style: normal; font-size: .95rem; line-height: 1.5; color: var(--band-muted); }
.prose blockquote .cite a { color: var(--band-accent); }
.prose .notice { font-size: .92rem; color: var(--band-muted); }
.prose hr { border: 0; height: 1px; background: var(--band-rule); margin: 2rem 0; }
.prose code { font-size: .92em; padding: .05em .3em; border-radius: .25em; background: rgba(226, 181, 88, .16); }
.prose img { margin: 1.4rem 0; border-radius: .3rem; }
.prose .invite { margin-top: 1.2rem; }
.prose.intro { margin-bottom: 2rem; }
.prose.closing-note { margin-top: 2.2rem; }
.prose.notice { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--band-rule); font-size: .92rem; line-height: 1.6; color: var(--band-muted); }
.prose.notice a { color: var(--band-accent); }
.prose pre.terminal {
  margin: 1.4rem 0; padding: 1rem 1.2rem; overflow-x: auto; border-radius: .35rem;
  background: #0d0a08; color: #e8c877; border: 1px solid rgba(226, 181, 88, .35);
  font: .95rem/1.55 ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; white-space: pre-wrap;
}
.prose pre.terminal code { font: inherit; padding: 0; background: none; }

/* Expand / collapse sections */
.fold-tools { display: none; gap: 1.4rem; margin: 0 0 1rem; font-style: italic; font-size: .98rem; }
.js .fold-tools { display: flex; }
.fold-tools button { padding: 0; border: 0; background: none; font: inherit; cursor: pointer; color: var(--band-accent); text-decoration: underline; text-underline-offset: .25em; }
.fold-list { border-top: 1px solid var(--band-rule); }
.fold { border-bottom: 1px solid var(--band-rule); }
.fold > summary { display: flex; align-items: flex-start; gap: .9rem; padding: 1.15rem 0; cursor: pointer; list-style: none; }
.fold > summary::-webkit-details-marker { display: none; }
.fold > summary .paw { width: 1.25rem; height: 1.25rem; margin-top: .35rem; color: var(--band-muted); transform: rotate(-18deg); transition: transform .35s var(--ease), color .2s; }
.fold[open] > summary .paw { transform: rotate(0) scale(1.14); color: var(--band-accent); }
.fold-head { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.fold-label { font-style: italic; font-size: .95rem; line-height: 1.3; color: var(--band-muted); }
.fold-title { font-family: var(--display); font-size: clamp(1.2rem, 2.6vw, 1.5rem); line-height: 1.25; transition: color .2s; }
.fold-teaser { font-size: .98rem; line-height: 1.5; color: var(--band-soft); }
.fold > summary:hover .fold-title { color: var(--band-accent); }
.fold-body { padding: 0 0 1.7rem 2.15rem; animation: foldIn .45s var(--ease); }

/* Keep walking */
.walk { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--band-rule); }
.walk a { display: block; padding: .3rem 0; text-decoration: none; line-height: 1.35; }
.walk .dir { display: block; font-style: italic; font-size: .95rem; color: var(--band-muted); }
.walk .name { font-family: var(--display); font-size: 1.15rem; line-height: 1.3; }
.walk a:hover .name { color: var(--band-accent); }
.walk .next { text-align: right; }

/* 404 */
.lost { padding: clamp(6.5rem, 16vh, 9rem) 0 4rem; text-align: center; }
.lost .wrap { max-width: 34rem; }
.lost-cat { width: 11rem; margin: 0 auto 1.4rem; }
.lost h1 { margin: 0 0 .8rem; font-family: var(--display); font-weight: 400; font-size: clamp(2rem, 5vw, 3rem); }

/* Motion (all of it is in response to a person's action, plus one gentle star twinkle) */
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes drawer { from { transform: translateX(100%); } to { transform: none; } }
@keyframes foldIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Sacred-year theme: the page colour is set by app.js from the hall's `tones` as you read */
.hall-hero.band--sacred { background: radial-gradient(70% 90% at 50% 0%, rgba(201, 148, 46, .2), transparent 72%), var(--band-bg); }

/* Nested cards inside a section (verses, witnesses) */
.fold-cards { margin-top: 1.4rem; border-top: 1px solid var(--band-rule); }
.fold--card > summary { padding: .8rem 0; }
.fold--card .fold-title { font-size: 1.12rem; }
.fold--card .fold-teaser { font-size: .95rem; }
.fold--card > summary .paw, .fold--card > summary::before { display: none; }
.fold--card > summary::after { content: "+"; margin-left: auto; padding-left: 1rem; font-size: 1.3rem; line-height: 1; color: var(--band-accent); }
.fold--card[open] > summary::after { content: "–"; }
.fold--card > .fold-body { padding-left: 1rem; border-left: 2px solid var(--band-rule); margin-left: .15rem; }

/* Tables */
.prose .table-wrap { margin: 1.4rem 0; overflow-x: auto; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; line-height: 1.5; }
.prose th, .prose td { padding: .6rem .7rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--band-rule); }
.prose th { font-family: var(--display); font-weight: 600; color: var(--band-accent); border-bottom-width: 2px; }
