/* friends in friendly places — site design system
   Palette: Deep Grotto #17241D · Cave Moss #344936 · Warm Limestone #E8E0CF
   Field Paper #F5F0E6 · Editorial Black #171815 · Flash White #FCFBF7
   Zack Back article palette (sampled from supplied artwork):
   Field Yellow #F8EA76 · Panel Yellow #FFEF78 · Coin Green #36731E */

:root {
  --grotto: #17241D;
  --moss: #344936;
  --limestone: #E8E0CF;
  --paper: #F5F0E6;
  --ink: #171815;
  --flash: #FCFBF7;
  --zb-yellow: #F8EA76;
  --zb-yellow-bright: #FFEF78;
  --zb-green: #36731E;
  --zb-green-deep: #23480F;
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --grotesk: 'Manrope', -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --measure: 43rem;
  --wide: 58rem;
  --shell: 76rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.1875rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--zb-green);
  outline-offset: 3px;
  border-radius: 1px;
}
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 60;
  background: var(--ink); color: var(--flash);
  font-family: var(--mono); font-size: .8rem;
  padding: .6rem 1rem; text-decoration: none;
  transition: top .15s ease;
}
.skip-link:focus { top: 1rem; }

/* ---------- masthead ---------- */
.masthead {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: .65rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(252, 251, 247, .92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(23, 24, 21, .14);
}
.masthead--yellow {
  background: rgba(248, 234, 118, .92);
  border-bottom-color: rgba(23, 24, 21, .18);
}
.masthead__brand {
  display: flex; align-items: center; gap: .6rem;
  text-decoration: none;
}
.masthead__brand img { width: 30px; height: 30px; }
.masthead__wordmark {
  font-family: var(--grotesk); font-weight: 800;
  font-size: .98rem; letter-spacing: -.01em; white-space: nowrap;
}
.masthead__nav { display: flex; gap: clamp(.9rem, 2.5vw, 1.8rem); }
.masthead__nav a {
  font-family: var(--mono); font-size: .74rem; letter-spacing: .12em;
  text-transform: uppercase; text-decoration: none; padding: .35rem 0;
}
.masthead__nav a:hover, .masthead__nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 600px) {
  .masthead { padding-left: 1rem; padding-right: 1rem; }
  .masthead__wordmark { font-size: .84rem; }
  .masthead__nav { gap: .9rem; }
}
.progress {
  position: fixed; top: 0; left: 0; z-index: 55;
  height: 3px; width: 0; background: var(--zb-green);
}
.masthead--yellow ~ .progress, body.report .progress { background: var(--ink); }

/* ---------- footer ---------- */
.footer {
  margin-top: 0;
  background: var(--grotto); color: var(--limestone);
  padding: 3.5rem clamp(1rem, 4vw, 2.5rem) 2.5rem;
}
.footer__inner {
  max-width: var(--shell); margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: flex-start;
}
.footer__brand { display: flex; align-items: center; gap: .8rem; }
.footer__brand img { width: 44px; height: 44px; }
.footer__wordmark { font-family: var(--grotesk); font-weight: 800; font-size: 1.1rem; color: var(--flash); }
.footer__tag { font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; margin-top: .3rem; color: var(--limestone); }
.footer__nav { display: flex; gap: 1.6rem; }
.footer__nav a { font-family: var(--mono); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.footer__nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer__fine {
  max-width: var(--shell); margin: 2.6rem auto 0;
  padding-top: 1.4rem; border-top: 1px solid rgba(232, 224, 207, .25);
  font-family: var(--mono); font-size: .7rem; letter-spacing: .06em;
  color: rgba(232, 224, 207, .75);
}

/* ---------- homepage ---------- */
.home-hero {
  background: var(--zb-yellow);
  padding: clamp(2.5rem, 6vh, 4.5rem) 1.25rem 0;
  text-align: center;
}
.home-hero__inner { max-width: var(--shell); margin: 0 auto; }
.kicker {
  font-family: var(--mono); font-size: .78rem; letter-spacing: .18em;
  text-transform: uppercase; margin: 0 0 1.4rem;
}
.kicker a { text-decoration: none; }
.home-hero h1 {
  font-family: var(--grotesk); font-weight: 800;
  font-size: clamp(2.4rem, 6.5vw, 5.2rem);
  line-height: 1.02; letter-spacing: -.022em; text-transform: uppercase;
  margin: 0 auto .1em; max-width: 18ch;
}
.home-hero__deck {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.5;
  max-width: 38rem; margin: 1.1rem auto 0;
}
.home-hero__byline { font-family: var(--mono); font-size: .78rem; letter-spacing: .1em; margin: 1.5rem 0 0; }
.home-hero__cta {
  display: inline-block; margin: 1.8rem 0 2.6rem;
  font-family: var(--mono); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink); background: transparent;
  border: 1.5px solid var(--ink); padding: .85rem 1.7rem; text-decoration: none;
}
.home-hero__cta:hover { background: var(--ink); color: var(--zb-yellow); }
.home-hero__art { max-width: 66rem; margin: 0 auto; }
.home-hero__art img { width: 100%; }
.home-upcoming {
  background: var(--paper);
  padding: 3.2rem 1.25rem 4rem; text-align: center;
}
.home-upcoming p { font-family: var(--mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--moss); margin: 0; }

/* ---------- simple pages (about / archive) ---------- */
.page {
  max-width: var(--measure); margin: 0 auto;
  padding: clamp(3rem, 8vh, 5rem) 1.25rem 5rem;
}
.page h1 {
  font-family: var(--grotesk); font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(2rem, 5vw, 3rem); line-height: 1.05; margin: 0 0 1.6rem;
}
.page .lede { font-size: 1.35rem; line-height: 1.55; }
.archive-item {
  display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem; align-items: center;
  border-top: 1px solid rgba(23,24,21,.18); padding: 1.8rem 0;
  text-decoration: none;
}
.archive-item:last-of-type { border-bottom: 1px solid rgba(23,24,21,.18); }
.archive-item__meta { font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--moss); margin: 0 0 .5rem; }
.archive-item h2 {
  font-family: var(--grotesk); font-weight: 800; letter-spacing: -.015em;
  font-size: 1.45rem; line-height: 1.15; margin: 0 0 .45rem;
}
.archive-item p { font-size: 1rem; line-height: 1.5; margin: 0; color: rgba(23,24,21,.8); }
.archive-item:hover h2 { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 540px) {
  .archive-item { grid-template-columns: 1fr; }
  .archive-item img { width: 100%; }
}

/* ---------- report: hero ---------- */
body.report { background: var(--flash); }
.report-hero {
  background: var(--zb-yellow);
  padding: clamp(2.2rem, 5.5vh, 4rem) 1.25rem 0;
  text-align: center;
}
.report-hero__inner { max-width: var(--shell); margin: 0 auto; }
.report-hero h1 {
  font-family: var(--grotesk); font-weight: 800;
  font-size: clamp(2.35rem, 6.8vw, 5.4rem);
  line-height: 1.0; letter-spacing: -.022em; text-transform: uppercase;
  margin: 0 auto; max-width: 18ch;
}
.report-hero__deck {
  font-size: clamp(1.12rem, 1.9vw, 1.4rem); line-height: 1.5;
  max-width: 40rem; margin: 1.3rem auto 0;
}
.report-hero__byline {
  font-family: var(--grotesk); font-weight: 700; font-size: 1rem;
  margin: 1.6rem 0 0;
}
.report-hero__art { max-width: 70rem; margin: 2.2rem auto 0; }
.report-hero__art img { width: 100%; display: block; }
/* Mobile: break the hero art out of the hero's side padding so the collage
   runs edge to edge instead of floating inside yellow gutters. */
@media (max-width: 640px) {
  .report-hero__art { max-width: none; margin-left: -1.25rem; margin-right: -1.25rem; }
}

/* date/label segments: never break inside a segment; on small screens the
   separator disappears and the segments stack as intentional lines */
.meta-seg { white-space: nowrap; }
@media (max-width: 640px) {
  .meta-sep { display: none; }
  .kicker .meta-seg, .report-meta__where .meta-seg,
  .home-hero__byline .meta-seg, .archive-item__meta .meta-seg { display: block; }
}

/* meta strip under hero */
.report-meta {
  background: var(--flash);
  border-bottom: 1px solid rgba(23,24,21,.14);
}
.report-meta__inner {
  max-width: var(--wide); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem;
  padding: .85rem 1.25rem;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; color: rgba(23,24,21,.85);
}
.report-meta__where { line-height: 1.75; }
.report-meta__actions { display: flex; align-items: center; gap: .6rem; }
.share-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  background: none; border: 1.5px solid var(--ink); color: var(--ink);
  padding: .5rem 1rem; cursor: pointer;
}
.share-btn:hover { background: var(--ink); color: var(--flash); }

/* audio edition — "Listen now" streams the recording */
.report-audio { max-width: var(--measure); margin: 2.2rem auto 0; padding: 0 1.25rem; }
.report-audio[hidden] { display: none; }
.report-audio__box {
  border: 1.5px solid var(--ink); background: var(--paper);
  padding: .9rem 1.1rem;
  display: flex; align-items: center; flex-wrap: wrap; gap: .9rem 1.2rem;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .08em;
}
.report-audio__label { text-transform: uppercase; letter-spacing: .18em; color: var(--moss); }
.report-audio audio { flex: 1 1 14rem; min-width: 0; }
.listen-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--grotesk); font-weight: 800; font-size: .82rem; letter-spacing: .01em;
  background: var(--ink); color: var(--flash);
  border: 1.5px solid var(--ink); padding: .5rem 1.05rem; cursor: pointer;
}
.listen-btn:hover { background: var(--zb-yellow); color: var(--ink); }
.listen-btn__icon { font-size: .72em; transform: translateY(-.05em); }
.listen-btn__meta {
  font-family: var(--mono); font-weight: 400; font-size: .74rem;
  letter-spacing: .08em; opacity: .85;
}

/* ---------- Zack Back Index chart ---------- */
.zbi {
  max-width: var(--wide);
  border: 1.5px solid var(--ink); background: var(--flash);
  padding: 1.3rem 1.4rem 1.1rem;
}
.zbi__head {
  display: flex; align-items: baseline; justify-content: space-between;
  flex-wrap: wrap; gap: .3rem 1.2rem; margin-bottom: .9rem;
  padding-bottom: .8rem; border-bottom: 1px solid rgba(23,24,21,.16);
}
.zbi__title {
  margin: 0; font-family: var(--mono); font-size: .72rem;
  letter-spacing: .16em; text-transform: uppercase;
}
.zbi__last { margin: 0; }
.zbi__last strong {
  font-family: var(--grotesk); font-weight: 800; font-size: 1.6rem; letter-spacing: -.01em;
}
.zbi__last span {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(23,24,21,.65); margin-left: .45rem;
}
.zbi svg { display: block; width: 100%; height: auto; }
.zbi .zbi-grid { stroke: rgba(23,24,21,.14); stroke-width: 1; }
.zbi .zbi-axis {
  font-family: var(--mono); font-size: 19px; letter-spacing: .06em;
  fill: rgba(23,24,21,.65);
}
.zbi .zbi-area { fill: var(--zb-yellow); opacity: .45; }
.zbi .zbi-line { fill: none; stroke: var(--zb-green); stroke-width: 3.5; stroke-linejoin: round; }
.zbi .zbi-lead { stroke: rgba(23,24,21,.45); stroke-width: 1.2; }
.zbi .zbi-callout {
  font-family: var(--mono); font-size: 19px; letter-spacing: .05em;
  text-transform: uppercase; fill: var(--ink);
}
.zbi__metrics {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: .9rem 1.4rem; margin: 1.1rem 0 0;
  padding-top: 1rem; border-top: 1px solid rgba(23,24,21,.16);
}
.zbi-metric dt {
  font-family: var(--mono); font-size: .64rem; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(23,24,21,.6);
}
.zbi-metric dd {
  margin: .15rem 0 0;
  font-family: var(--grotesk); font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em;
}
.zbi figcaption { margin-top: 1rem; }

/* ---------- report: article body ---------- */
.article { background: var(--flash); padding-bottom: 0; }
.article__inner { padding: 1rem 1.25rem 4.5rem; }
.article p {
  max-width: var(--measure);
  margin: 0 auto 1.55em;
}
.article p.lede-graf::first-letter {
  font-family: var(--grotesk); font-weight: 800;
  font-size: 3.4em; line-height: .82; float: left;
  padding: .07em .12em 0 0;
}
.chapter { margin: 4.5rem auto 2.6rem; max-width: var(--measure); text-align: left; scroll-margin-top: 5rem; }
.dossier { scroll-margin-top: 4rem; }
.chapter__kicker {
  font-family: var(--mono); font-size: .74rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--zb-green);
  margin: 0 0 .8rem;
}
.chapter h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1.08;
  letter-spacing: -.01em; margin: 0;
}
.chapter::before {
  content: ""; display: block; width: 3.2rem; height: 4px;
  background: var(--zb-yellow); margin-bottom: 2.2rem;
  outline: 1px solid rgba(23,24,21,.2);
}

/* pull quotes */
.pull {
  max-width: var(--wide); margin: 3.2rem auto;
  padding: 0 1rem; text-align: center; border: 0;
}
.pull p {
  font-family: var(--grotesk); font-weight: 800; letter-spacing: -.015em;
  font-size: clamp(1.45rem, 3.2vw, 2.15rem); line-height: 1.22;
  max-width: 30ch; margin: 0 auto;
}
.pull cite {
  display: block; font-family: var(--mono); font-style: normal;
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(23,24,21,.7); margin-top: 1.1rem;
}
.pull::before {
  content: ""; display: block; width: 4.5rem; height: 4px;
  background: var(--zb-yellow); margin: 0 auto 1.6rem;
  outline: 1px solid rgba(23,24,21,.2);
}

/* info boxes */
.infobox {
  max-width: var(--measure); margin: 2.8rem auto;
  border: 1.5px solid var(--ink);
  background: var(--paper);
  padding: 1.5rem 1.6rem 1.2rem;
}
.infobox h3 {
  font-family: var(--mono); font-weight: 600; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase;
  margin: 0 0 1.1rem; padding-bottom: .8rem;
  border-bottom: 1px solid rgba(23,24,21,.25);
}
.infobox dl { margin: 0; }
.infobox dt {
  font-family: var(--grotesk); font-weight: 700; font-size: .92rem; letter-spacing: .01em;
}
.infobox dd { margin: .15rem 0 .85rem; font-size: 1rem; line-height: 1.5; }
.infobox dd:last-child { margin-bottom: 0; }

/* figures in the running text */
.article figure { margin: 3.4rem auto; }
.article figure img { margin-left: auto; margin-right: auto; }
.fig--body { max-width: var(--measure); }
.fig--wide { max-width: var(--wide); }
.fig--portrait { max-width: 30rem; }
.fig--tall { max-width: 24rem; }
.fig--full { max-width: none; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.fig--full img { width: 100%; }
.fig--full figcaption { max-width: var(--wide); margin-left: auto; margin-right: auto; padding: 0 1.25rem; }
.article figcaption, .dossier figcaption {
  font-family: var(--serif); font-size: .95rem; line-height: 1.5;
  color: rgba(23,24,21,.75);
  padding-top: .7rem; margin-top: 0;
  border-top: 1px solid rgba(23,24,21,.16);
}
.fig-pair {
  max-width: var(--wide); margin: 3.4rem auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start;
}
.fig-pair figure { margin: 0; }
@media (max-width: 640px) { .fig-pair { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- photographic dossiers ---------- */
.dossier {
  background: var(--grotto); color: var(--limestone);
  margin: 5rem 0; padding: 4.2rem 1.25rem 4.6rem;
}
.dossier__inner { max-width: var(--shell); margin: 0 auto; }
.dossier__label {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--zb-yellow);
  margin: 0 0 .9rem; text-align: center;
}
.dossier h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.8rem, 3.6vw, 2.5rem); line-height: 1.1;
  color: var(--flash); text-align: center; margin: 0 0 .7rem;
}
.dossier__standfirst {
  font-size: 1.05rem; line-height: 1.55; text-align: center;
  max-width: 36rem; margin: 0 auto 3.4rem; color: rgba(232,224,207,.85);
}
.dossier figure { margin: 0; }
.dossier figcaption { color: rgba(232,224,207,.8); border-top-color: rgba(232,224,207,.28); }

/* art-directed dossier rows */
.drow {
  display: grid; gap: 2.2rem 2rem; align-items: start;
  margin: 0 0 3.2rem;
}
.drow:last-child { margin-bottom: 0; }
.drow--split { grid-template-columns: 1fr 1fr; }
.drow--dom { grid-template-columns: 1.85fr 1fr; }
.drow--dom-r { grid-template-columns: 1fr 1.85fr; }
.drow--full { grid-template-columns: 1fr; }
.drow--full > figure { width: min(100%, 66rem); margin: 0 auto; }
.drow--solo { grid-template-columns: 1fr; }
.drow--solo > figure { width: min(100%, 38rem); margin: 0 auto; }
.drow--solo > figure.fig--dtall { width: min(100%, 26rem); }
.drow figure img { width: 100%; }
@media (min-width: 701px) {
  .drow .fig--offset { margin-top: 3rem; }
}
@media (max-width: 700px) {
  .drow--split, .drow--dom, .drow--dom-r { grid-template-columns: 1fr; }
  .drow { margin-bottom: 2.4rem; gap: 2.4rem; }
}

/* evidence emphasis: keep infographics readable */
.fig--evidence { max-width: var(--measure); }
.fig--evidence img { border: 1px solid rgba(23,24,21,.2); }
.fig-pair figure img { width: 100%; }

/* ---------- sources / reporting note ---------- */
.sources {
  background: var(--paper);
  border-top: 1px solid rgba(23,24,21,.16);
  padding: 3.6rem 1.25rem 4.2rem;
}
.sources__inner { max-width: var(--measure); margin: 0 auto; }
.sources .chapter { margin-top: 0; }
.sources p { max-width: none; margin: 0 0 1.4em; font-size: 1.05rem; }
.sign-off {
  font-family: var(--mono); font-size: .78rem; letter-spacing: .2em;
  text-transform: uppercase; text-align: center;
  margin: 3.4rem auto 0; max-width: var(--wide);
  color: var(--moss);
}

/* next / footer link on article */
.report-end {
  background: var(--flash);
  text-align: center; padding: 0 1.25rem 4.5rem;
}
.report-end a {
  font-family: var(--mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  text-decoration: none; border: 1.5px solid var(--ink); padding: .85rem 1.6rem; display: inline-block;
}
.report-end a:hover { background: var(--ink); color: var(--flash); }

/* ---------- field record (interview reports, e.g. FFP-006) ---------- */
.field {
  background-color: var(--paper);
  background-image:
    linear-gradient(to right, rgba(23,24,21,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(23,24,21,.05) 1px, transparent 1px);
  background-size: 26px 26px;
  padding-bottom: 4.5rem;
}
.field-sheet { max-width: 74rem; margin: 0 auto; padding: 0 1.25rem; }
.field .topbar {
  display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; justify-content: space-between;
  padding: .7rem 1.4rem; background: var(--flash);
  border: 1px solid rgba(23,24,21,.18); border-top: none;
  font-family: var(--mono); text-transform: uppercase;
  font-size: .69rem; letter-spacing: .12em; color: rgba(23,24,21,.6);
}
.field .abstract-box {
  border: 1px solid rgba(23,24,21,.18); border-top: none;
  background: var(--zb-yellow); padding: 1.8rem 1.4rem;
}
.field .abstract { max-width: 62ch; margin: 0; color: rgba(23,24,21,.8); font-size: 1.05rem; }
.field .abstract strong { color: var(--ink); font-weight: 600; }
.field .strip {
  display: flex; flex-wrap: wrap; gap: 1px;
  background: rgba(23,24,21,.18); border: 1px solid rgba(23,24,21,.18); border-top: none;
}
.field .cell { background: var(--flash); padding: .8rem 1rem .9rem; flex: 1 1 8.5rem; min-width: 0; }
.field .cell .k {
  font-family: var(--mono); text-transform: uppercase;
  font-size: .62rem; letter-spacing: .12em; color: rgba(23,24,21,.55);
  display: block; margin-bottom: .45rem;
}
.field .cell .v {
  font-family: var(--mono); text-transform: uppercase;
  font-size: .8rem; letter-spacing: .055em; color: var(--ink); word-break: break-word;
}
.field .v.is-ok { color: var(--zb-green); }
.field .v.is-warn { color: #A24A2C; }
.field .v .is-hit { background: var(--zb-yellow); box-shadow: 0 0 0 4px var(--zb-yellow); }
.field .grid-2 { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 1040px) {
  .field .grid-2 { grid-template-columns: 11.5rem 1fr; gap: 2.6rem; align-items: start; }
}
.field .rail {
  border: 1px solid rgba(23,24,21,.18); background: var(--flash);
  margin: 2.1rem 0 0; padding: 1rem 0 .9rem;
}
@media (min-width: 1040px) { .field .rail { position: sticky; top: 4.4rem; margin-top: 2.75rem; } }
.field .rail-h {
  font-family: var(--mono); text-transform: uppercase;
  font-size: .62rem; letter-spacing: .12em; color: rgba(23,24,21,.55);
  padding: 0 1rem .7rem; border-bottom: 1px solid rgba(23,24,21,.18); display: block;
}
.field .rail ol { list-style: none; margin: 0; padding: .7rem 0 0; }
.field .rail a {
  display: block; padding: .35rem 1rem .35rem .8rem; border-left: 3px solid transparent;
  font-family: var(--mono); text-transform: uppercase;
  font-size: .66rem; letter-spacing: .1em; color: rgba(23,24,21,.6); text-decoration: none;
}
.field .rail a:hover { color: var(--ink); }
.field .rail a.active { color: var(--ink); border-left-color: var(--zb-yellow); }
.field .control {
  border: 1px solid rgba(23,24,21,.18); background: var(--flash);
  margin-top: 1px; padding: .85rem 1rem;
}
.field .control label {
  display: flex; gap: .6rem; align-items: flex-start; cursor: pointer;
  font-family: var(--mono); text-transform: uppercase;
  font-size: .62rem; letter-spacing: .1em; color: rgba(23,24,21,.6); line-height: 1.5;
}
.field .control input {
  appearance: none; -webkit-appearance: none;
  width: 13px; height: 13px; flex: 0 0 13px; margin: 2px 0 0;
  border: 1px solid rgba(23,24,21,.6); background: var(--flash); cursor: pointer;
}
.field .control input:checked { background: var(--zb-yellow); border-color: var(--ink); }
.field .col-main { min-width: 0; }
.field section.rec { margin-top: 2.75rem; }
.field .rec-head { border: 1px solid rgba(23,24,21,.18); background: var(--flash); padding: 1.4rem; }
.field .rec-head h2 {
  font-family: var(--grotesk); font-weight: 800; letter-spacing: -.02em; line-height: 1.05;
  font-size: clamp(1.4rem, 3.4vw, 2rem); max-width: 24ch; margin: 0;
}
.field .rec-head p { margin: .85rem 0 0; color: rgba(23,24,21,.62); max-width: 60ch; font-size: .98rem; }
.field .eyebrow {
  font-family: var(--mono); text-transform: uppercase;
  font-size: .69rem; letter-spacing: .14em; color: rgba(23,24,21,.6);
  display: block; margin-bottom: .8rem;
}
.field .log { border: 1px solid rgba(23,24,21,.18); border-top: none; background: var(--flash); }
.field .turn {
  display: grid; grid-template-columns: 1fr; gap: .25rem 1.25rem; padding: 1.1rem 1.4rem;
  border-bottom: 1px solid rgba(23,24,21,.18);
}
@media (min-width: 660px) { .field .turn { grid-template-columns: 6.5rem 1fr; gap: 0 1.4rem; } }
.field .turn:last-child { border-bottom: none; }
.field .turn .tag {
  font-family: var(--mono); text-transform: uppercase;
  font-size: .62rem; letter-spacing: .1em; color: rgba(23,24,21,.55); padding-top: .3rem;
}
.field .turn .tag b { display: block; color: var(--ink); font-weight: 500; letter-spacing: .09em; margin-top: .2rem; }
.field .turn p { margin: 0; max-width: none; font-size: 1.05rem; }
.field .turn p + p { margin-top: .75rem; }
.field .turn.q p { font-weight: 500; }
.field .turn.witness { background: rgba(23,24,21,.035); }
.field .turn.witness p { font-style: italic; color: rgba(23,24,21,.62); }
.field .note {
  border: 1px solid rgba(23,24,21,.18); border-top: none;
  background: var(--flash); padding: 1rem 1.4rem; color: rgba(23,24,21,.62); font-size: .93rem;
}
.field .note .n-k {
  font-family: var(--mono); text-transform: uppercase;
  font-size: .62rem; letter-spacing: .12em; display: block; margin-bottom: .5rem;
}
.field .note p { margin: 0; max-width: 66ch; }
.field .note ol { margin: 0; padding-left: 1.3em; }
.field .note li { margin-bottom: .7rem; }
.field .note li:last-child { margin-bottom: 0; }
.field-fig { margin: 1.1rem 0 .3rem; }
.field-fig img { width: 100%; display: block; cursor: zoom-in; }
.field .band {
  background: var(--grotto); color: var(--limestone);
  margin: 4rem calc(50% - 50vw) 0; padding: 0 calc(50vw - 50%);
}
.field .band-inner { max-width: 74rem; margin: 0 auto; padding: 4rem 1.25rem 4.25rem; }
.field .band .rule-y { width: 10.5rem; height: 7px; background: var(--zb-yellow); margin-bottom: 1.6rem; }
.field .band .eyebrow { color: var(--zb-yellow); }
.field .band h2 {
  font-family: var(--grotesk); font-weight: 800; letter-spacing: -.02em; line-height: 1.02;
  font-size: clamp(2.1rem, 6.6vw, 4.1rem); max-width: 16ch; color: var(--flash); margin: 0;
}
.field .band .lede { font-size: 1.15rem; max-width: 56ch; color: rgba(232,224,207,.76); margin: 1.4rem 0 0; }
.field .band .strip { background: rgba(232,224,207,.22); border-color: rgba(232,224,207,.22); border-top: 1px solid rgba(232,224,207,.22); margin-top: 2.5rem; }
.field .band .cell { background: var(--grotto); }
.field .band .cell .k { color: rgba(232,224,207,.55); }
.field .band .cell .v { color: var(--limestone); }
.field .band .log { background: transparent; border-color: rgba(232,224,207,.22); border-top: none; }
.field .band .turn { border-bottom-color: rgba(232,224,207,.22); }
.field .band .turn .tag { color: rgba(232,224,207,.55); }
.field .band .turn .tag b { color: var(--zb-yellow); }
.field .band .turn p { color: rgba(232,224,207,.88); }
.field .band .turn.q p { color: var(--flash); }
.field .band .turn.witness { background: rgba(232,224,207,.06); }
.field .band .turn.witness p { color: rgba(232,224,207,.7); }
.field .screen { border: 1px solid rgba(23,24,21,.18); border-top: none; background: var(--flash); }
.field .screen-row {
  display: grid; grid-template-columns: 1fr; gap: .6rem; padding: 1rem 1.4rem;
  border-bottom: 1px solid rgba(23,24,21,.18);
}
@media (min-width: 660px) { .field .screen-row { grid-template-columns: 1fr 13.75rem; align-items: center; gap: 1.4rem; } }
.field .screen-row:last-child { border-bottom: none; }
.field .screen-row .prompt { margin: 0; font-weight: 500; max-width: none; }
.field .opts { display: flex; gap: .9rem; }
.field .opt {
  display: flex; align-items: center; gap: .45rem;
  font-family: var(--mono); text-transform: uppercase;
  font-size: .62rem; letter-spacing: .1em; color: rgba(23,24,21,.55);
}
.field .box { width: 13px; height: 13px; border: 1px solid rgba(23,24,21,.6); display: inline-block; flex: 0 0 13px; }
.field .box.marked { border-color: var(--ink); background: var(--zb-yellow); }
.field .opt.on { color: var(--ink); }
.field .findings { border: 1px solid rgba(23,24,21,.18); background: var(--flash); }
.field .f-row {
  display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; justify-content: space-between; align-items: baseline;
  padding: .95rem 1.4rem; border-bottom: 1px solid rgba(23,24,21,.18);
}
.field .f-row:last-child { border-bottom: none; }
.field .f-row .f-k { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); margin: 0; max-width: none; }
.field .f-row .f-v {
  font-family: var(--mono); text-transform: uppercase;
  font-size: .75rem; letter-spacing: .09em; color: rgba(23,24,21,.6);
}
.field .f-v.is-ok { color: var(--zb-green); }
.field .f-v.is-warn { color: #A24A2C; }
.field .rd-t { display: none; }
body.unredacted .field .rd-t { display: inline; }
body.unredacted .field .rd-m { display: none; }
.field .reveal { opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease; }
.field .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .field .reveal { opacity: 1; transform: none; transition: none; }
}
.listen-btn--soon { opacity: .5; cursor: default; }
.listen-btn--soon:hover { background: var(--ink); color: var(--flash); }

/* ---------- final-roll dice graphic ---------- */
.final-roll {
  max-width: var(--measure);
  border: 1.5px solid var(--ink);
  background: var(--paper);
  padding: 1.4rem 1.6rem;
  display: flex; flex-direction: column;
}
.final-roll .roll-row {
  display: grid; grid-template-columns: auto 1fr; align-items: center;
  gap: 1.2rem; padding: 1.1rem 0;
}
.final-roll .roll-row + .roll-row { border-top: 1px solid rgba(23, 24, 21, .16); }
.final-roll .roll-dice { display: flex; padding-right: .35rem; }
.final-roll .die { width: 2.5rem; height: 2.5rem; display: block; }
.final-roll .die + .die { margin-left: -.55rem; }
.final-roll .roll-dice .die:nth-child(1) { transform: rotate(-9deg); }
.final-roll .roll-dice .die:nth-child(2) { transform: rotate(5deg); }
.final-roll .roll-dice .die:nth-child(3) { transform: rotate(-3deg) translateY(.18rem); }
.final-roll .die-body { fill: var(--ink); }
.final-roll .die-pip { fill: var(--flash); }
.final-roll .roll-text h4 {
  font-family: var(--grotesk); font-weight: 800; text-transform: uppercase;
  letter-spacing: -.005em; font-size: 1.02rem; line-height: 1.12; margin: 0 0 .28rem;
}
.final-roll .roll-text p {
  margin: 0; max-width: none;
  font-size: 1rem; line-height: 1.42; color: rgba(23, 24, 21, .72);
}

/* ---------- sticky audio bar (appears once playback starts) ---------- */
.audiobar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: var(--ink); color: var(--flash);
  border-top: 2px solid var(--zb-yellow);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.audiobar[hidden] { display: none; }
.audiobar__inner {
  max-width: var(--wide); margin: 0 auto;
  display: flex; align-items: center; gap: .7rem;
  padding: .55rem clamp(.75rem, 3vw, 1.25rem);
}
.audiobar__play {
  flex: 0 0 auto; width: 2.6rem; height: 2.6rem; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--zb-yellow); color: var(--ink);
  border: none; border-radius: 50%; cursor: pointer;
}
.audiobar__play svg { width: 1.3rem; height: 1.3rem; fill: currentColor; }
.audiobar__body { flex: 1 1 auto; min-width: 0; }
.audiobar__meta {
  display: flex; justify-content: space-between; align-items: baseline; gap: .8rem;
  font-family: var(--mono); font-size: .66rem;
  letter-spacing: .1em; text-transform: uppercase;
}
.audiobar__title {
  color: rgba(252, 251, 247, .7);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.audiobar__time { color: var(--flash); font-variant-numeric: tabular-nums; white-space: nowrap; }
.audiobar__seek {
  -webkit-appearance: none; appearance: none;
  display: block; width: 100%; height: 1.05rem; margin: .15rem 0 0;
  background: transparent; cursor: pointer;
}
.audiobar__seek::-webkit-slider-runnable-track {
  height: 4px; border-radius: 2px;
  background: linear-gradient(to right,
    var(--zb-yellow) var(--audiobar-progress, 0%),
    rgba(252, 251, 247, .28) var(--audiobar-progress, 0%));
}
.audiobar__seek::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 12px; height: 12px; margin-top: -4px;
  border: none; border-radius: 50%; background: var(--flash);
}
.audiobar__seek::-moz-range-track { height: 4px; border-radius: 2px; background: rgba(252, 251, 247, .28); }
.audiobar__seek::-moz-range-progress { height: 4px; border-radius: 2px; background: var(--zb-yellow); }
.audiobar__seek::-moz-range-thumb { width: 12px; height: 12px; border: none; border-radius: 50%; background: var(--flash); }
.audiobar__rate, .audiobar__close {
  flex: 0 0 auto; cursor: pointer;
  background: none; color: var(--flash);
  border: 1px solid rgba(252, 251, 247, .4);
  font-family: var(--mono); font-size: .7rem; letter-spacing: .05em;
  padding: .4rem .5rem; min-width: 2.75rem;
}
.audiobar__close {
  min-width: 0; padding: .4rem .45rem; font-size: .8rem; line-height: 1;
  border-color: transparent; color: rgba(252, 251, 247, .7);
}
.audiobar__rate:hover, .audiobar__close:hover {
  background: var(--zb-yellow); color: var(--ink); border-color: var(--zb-yellow);
}
/* keep the footer's tail clear of the bar when scrolled to the very bottom */
body.has-audiobar .footer { padding-bottom: 7.5rem; }
@media (prefers-reduced-motion: no-preference) {
  .audiobar { animation: audiobar-in .18s ease; }
  @keyframes audiobar-in { from { transform: translateY(100%); } to { transform: none; } }
}

/* ---------- lightbox (tap any article photo to enlarge) ---------- */
.article figure img, .report-hero__art img { cursor: zoom-in; }
.lightbox {
  position: fixed; inset: 0; z-index: 90;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .9rem; padding: 3.4rem 1rem 1.4rem;
  background: rgba(23, 24, 21, .95);
}
.lightbox[hidden] { display: none; }
.lightbox__stage { display: flex; align-items: center; justify-content: center; min-height: 0; }
.lightbox__stage img {
  max-width: min(96vw, 90rem); max-height: 80vh;
  width: auto; height: auto; object-fit: contain;
  cursor: zoom-out;
}
.lightbox__caption {
  font-family: var(--serif); font-size: .95rem; line-height: 1.5;
  color: var(--limestone); text-align: center;
  max-width: 44rem; margin: 0; padding: 0 .5rem;
}
.lightbox__caption:empty { display: none; }
.lightbox__close {
  position: absolute; top: .9rem; right: .9rem;
  font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  background: none; border: 1.5px solid var(--flash); color: var(--flash);
  padding: .5rem 1rem; cursor: pointer;
}
.lightbox__close:hover { background: var(--flash); color: var(--ink); }
body.lightbox-open { overflow: hidden; }
@media (prefers-reduced-motion: no-preference) {
  .lightbox { animation: lightbox-fade .16s ease; }
  @keyframes lightbox-fade { from { opacity: 0; } to { opacity: 1; } }
}
