/* publicbenefit.ca — v4, 4 September 2026
   The cover system of the Guides, brought to the screen: a navy header on the
   cloth texture, a cream halftone ground, square corners, Bitter for what is
   felt and Karla for what is read. Each Guide's colour field is its page's
   accent (--accent); nothing else varies between them. The processions (the
   animal friezes) walk a little as the reader scrolls. No third-party requests.
   Palette of record: brand/BRAND-PALETTE.md (coral #E66447). */

:root {
  --navy: #003459; --navy-deep: #02283f; --teal: #007EA7; --forest: #2C6E49;
  --sage: #B0C4B1; --grey: #9A9C90; --gold: #FEC107; --coral: #E66447;
  --cream: #F2E9DC; --cream-deep: #E9DFCF; --paper: #F7F1E6;
  --ink: #17181c; --ink-soft: #4a4d55; --rule: #D9CFBE;
  --accent: var(--navy);
  --display: "Bitter", Georgia, "Times New Roman", serif;
  --body: "Karla", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px; --measure: 62ch;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section: clamp(3.5rem, 9vw, 8rem);
  --radius: 2px;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); font-size: 1.125rem; line-height: 1.55; color: var(--ink); background-color: var(--cream);
  background-image: radial-gradient(rgba(0,52,89,.035) 1px, transparent 1.3px); background-size: 7px 7px; font-feature-settings: "kern", "liga"; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; text-decoration-color: var(--grey); }
a:hover { text-decoration-color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.12; color: var(--ink); margin: 0 0 .5em; letter-spacing: -0.02em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 6.6vw, 5.4rem); line-height: 1.06; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.45rem); letter-spacing: -0.01em; line-height: 1.2; }
p, ul, ol { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--navy); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; }
.eyebrow { font-family: var(--body); font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.1rem; }
.lede { font-size: clamp(1.15rem, 1.6vw, 1.35rem); line-height: 1.45; color: var(--ink-soft); }
.small { font-size: .92rem; color: var(--ink-soft); }
.muted { color: var(--ink-soft); }

/* ---------- buttons ---------- */
.btn { display: inline-block; font-family: var(--body); font-weight: 600; font-size: 1rem; line-height: 1.5; padding: .75rem 1.4rem; border-radius: var(--radius); text-decoration: none; border: 1.5px solid transparent; transition: background .15s, color .15s, border-color .15s; }
.btn-ink { background: var(--accent); color: #fff; }
.btn-ink:hover { background: var(--ink); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #ffd54a; }
.btn-line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-line:hover { background: var(--ink); color: var(--cream); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; margin-top: 1.8rem; }
.textlink { font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--ink); padding-bottom: .1em; }
.textlink:hover { color: var(--accent); border-color: var(--accent); }
.linkbtn { background: none; border: 0; padding: 0; font: inherit; color: inherit; font-weight: 600; border-bottom: 1.5px solid var(--ink); cursor: pointer; }
.linkbtn:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- header: the navy cloth ---------- */
.site-header { position: relative; z-index: 5; color: #fff; background: var(--navy) url(/assets/band-navy-900.jpg) center / cover no-repeat; }
@media (min-width: 900px) { .site-header { background-image: url(/assets/band-navy.jpg); } }
.site-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,44,74,.96) 0%, rgba(0,44,74,.9) 55%, rgba(0,44,74,.72) 100%); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); opacity: .85; }
.site-header > .wrap { position: relative; z-index: 1; }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0; min-width: 0; }
.brand { display: block; line-height: 0; flex: 0 1 auto; }
.brand .wordmark { width: clamp(200px, 24vw, 320px); height: auto; display: block; margin: .4rem 0; }
.nav { display: flex; gap: clamp(.9rem, 2vw, 2rem); align-items: center; flex: 0 0 auto; }
.nav a { white-space: nowrap; }
.nav a { color: #fff; text-decoration: none; font-weight: 500; font-size: 1rem; padding: .3rem 0; border-bottom: 1.5px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--gold); }
.nav a.btn { padding: .55rem 1.1rem; line-height: 1.4; }
.nav a.btn-gold { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.nav a.btn-gold:hover, .nav a.btn-gold[aria-current="page"] { background: rgba(255,255,255,.1); border-color: #fff; }
.nav-toggle { display: none; background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.7); font: 600 .9rem var(--body); padding: .4rem .9rem; border-radius: var(--radius); }
@media (max-width: 960px) {
  .nav-toggle { display: inline-block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--navy-deep); flex-direction: column; align-items: flex-start; gap: 0; padding: .5rem var(--gutter) 1.2rem; border-bottom: 3px solid var(--gold); }
  .nav.open { display: flex; }
  .nav a { padding: .75rem 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.15); }
  .nav a.btn { margin-top: .8rem; width: auto; }
}

/* ---------- sections ---------- */
.section { padding: var(--section) 0; }
.section-sm { padding: calc(var(--section) * .5) 0; }
.section + .section { padding-top: 0; }
.rule-top { border-top: 1.5px solid var(--ink); padding-top: calc(var(--section) * .6); }
.navy-bg { background: var(--navy); color: #fff; }
.navy-bg h1, .navy-bg h2, .navy-bg h3 { color: #fff; }
.navy-bg .eyebrow { color: var(--gold); }
.navy-bg .lede, .navy-bg .muted, .navy-bg .small { color: rgba(255,255,255,.8); }
.navy-bg a:not(.btn) { text-decoration-color: rgba(255,255,255,.5); }
.navy-bg .textlink { border-color: rgba(255,255,255,.6); }
.navy-bg .textlink:hover { color: var(--gold); border-color: var(--gold); }
.field-bg { background-color: var(--accent); color: #fff; }
.field-bg h1, .field-bg h2, .field-bg h3 { color: #fff; }
.field-bg .eyebrow { color: var(--gold); }
.field-bg .lede, .field-bg .muted, .field-bg .small, .field-bg .sub { color: rgba(255,255,255,.82); }
.prose { max-width: var(--measure); }
.prose h2 { margin-top: 2.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .5em; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: calc(var(--gutter) * 1.5); align-items: start; }
.split { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: calc(var(--gutter) * 2); align-items: start; }
@media (max-width: 860px) { .grid-2, .split { grid-template-columns: 1fr; } }
.cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: calc(var(--gutter) * 1.2); }
.col { border-top: 1.5px solid var(--ink); padding-top: 1.3rem; }
.col h3 { margin-bottom: .6rem; }
.col p { color: var(--ink-soft); }
.col .textlink { color: var(--ink); display: inline-block; margin-top: .6rem; }

/* ---------- the processions ---------- */
.procession { position: relative; overflow: hidden; margin: 0; line-height: 0; background: var(--cream); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.procession::before { content: ""; position: absolute; inset: -6%; background: var(--bg) center / cover no-repeat; filter: blur(32px) saturate(.7); opacity: .55; }
.procession::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(242,233,220,.6), rgba(242,233,220,.2) 25%, rgba(242,233,220,.2) 75%, rgba(242,233,220,.6)); }
.procession-track { position: relative; z-index: 1; width: 108%; max-width: 2592px; margin-inline: auto; left: -4%; line-height: 0; animation: walk 70s ease-in-out infinite alternate; }
.procession-track img { width: 100%; height: auto; display: block; transform-origin: 50% 60%; animation: breathe 50s ease-in-out infinite alternate; }
@media (min-width: 2400px) { .procession-track { left: 0; width: 100%; max-width: 2400px; } }
@media (max-width: 700px) { .procession-track { width: 125%; max-width: none; left: -12.5%; } .procession::before, .procession::after { display: none; } }
/* The procession walks (8 September 2026, Paul: subtle is best; redone the same night when the first
   version could not be seen in Chrome). Two layers: the track drifts the way the animals face, 4% of the
   width each way over 70 seconds; the picture inside it breathes, a slow scale from 1 to 1.05 over 50
   seconds, so the two never line up. The wolves face the other way and drift the other way. */
@keyframes walk { from { transform: translate3d(calc(-4% * var(--walk, 1)), 0, 0); } to { transform: translate3d(calc(4% * var(--walk, 1)), 0, 0); } }
@keyframes breathe { from { transform: scale(1); } to { transform: scale(1.05); } }
.procession.walk-left { --walk: -1; }

/* ---------- hero ---------- */
.hero { padding: calc(var(--section) * .8) 0 calc(var(--section) * .5); }
.hero h1 { max-width: 15ch; }
.hero .lede { max-width: 48ch; margin-top: 1.4rem; }

/* page head (interior) */
.page-head { padding: calc(var(--section) * .7) 0 calc(var(--section) * .45); }
.page-head h1 { max-width: 16ch; }
.page-head .sub { font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.6rem); color: var(--ink-soft); max-width: 34ch; margin-top: .4rem; letter-spacing: -0.01em; }
.page-head .lede { max-width: 52ch; margin-top: 1.4rem; }

/* ---------- where do things stand ---------- */
.stand { border-top: 1.5px solid var(--ink); }
.stand details { border-bottom: 1px solid var(--rule); }
.stand summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 1rem; padding: 1.1rem 0; font-family: var(--display); font-size: clamp(1.4rem, 2.6vw, 2.1rem); letter-spacing: -0.02em; }
.stand summary::-webkit-details-marker { display: none; }
.stand summary .plus { font-family: var(--body); font-size: 1.5rem; color: var(--grey); transition: transform .2s; }
.stand details[open] summary .plus { transform: rotate(45deg); }
.stand summary:hover { color: var(--accent); }
.stand .answer { padding: 0 0 1.6rem; max-width: 66ch; }
.stand .answer p { color: var(--ink-soft); }
.stand .answer .textlink { margin-right: 1.25rem; }

/* ---------- the shelf ---------- */
.shelf { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: calc(var(--gutter) * 1.2); }
.shelf a { text-decoration: none; display: block; }
.shelf .cover { width: 100%; }
.shelf .t { font-family: var(--display); font-size: 1.35rem; margin: 1rem 0 .15rem; letter-spacing: -0.01em; }
.shelf .s { color: var(--ink-soft); font-size: .95rem; }
.shelf .no { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); margin-top: .5rem; }
.shelf .soon { display: inline-block; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); border: 1px solid var(--grey); padding: .1rem .5rem; margin-left: .5rem; vertical-align: middle; }
.shelf .next { border: 1.5px dashed var(--grey); aspect-ratio: 800 / 1237; display: grid; place-items: center; text-align: center; padding: 1.5rem; color: var(--ink-soft); font-family: var(--display); font-size: 1.1rem; }

/* ---------- printed things ---------- */
.kit { position: absolute; pointer-events: none; z-index: 0; }
.kit img { width: 100%; height: auto; }
.has-kit { position: relative; overflow: hidden; }
.has-kit > .wrap { position: relative; z-index: 1; }
.photo-card { overflow: hidden; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.cover { box-shadow: 0 24px 40px -22px rgba(0,0,0,.5); }
.textured { position: relative; overflow: hidden; }
.textured::before { content: ""; position: absolute; inset: 0; background: url(/assets/band-navy.jpg) center right / cover no-repeat; opacity: .35; }
.textured::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,52,89,.98) 0%, rgba(0,52,89,.9) 55%, rgba(0,52,89,.6) 100%); }
.textured > .wrap { position: relative; z-index: 1; }

/* the currency stamp */
.stamp { display: inline-grid; grid-template-columns: auto 1fr; gap: .2rem .9rem; align-items: center; border: 1.5px solid currentColor; padding: .8rem 1.1rem; font-size: .9rem; max-width: 34rem; }
.stamp .sun { grid-row: span 2; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--gold); position: relative; }
.stamp .sun::before, .stamp .sun::after { content: ""; position: absolute; background: var(--navy); opacity: .6; }
.stamp .sun::before { left: 50%; top: -25%; width: 1px; height: 150%; }
.stamp .sun::after { top: 50%; left: -25%; height: 1px; width: 150%; }
.stamp strong { font-family: var(--display); font-weight: 400; font-size: 1.05rem; }

/* ---------- the Guide page ---------- */
.guide-head { padding: calc(var(--section) * .55) 0 0; }
.guide-head .wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: calc(var(--gutter) * 2); align-items: end; }
.guide-head .cover { width: min(100%, 360px); justify-self: end; margin-bottom: -18%; position: relative; z-index: 2; box-shadow: 0 0 0 1px rgba(242,233,220,.35), 0 0 48px 6px rgba(242,233,220,.22), 0 18px 40px -20px rgba(0,0,0,.5); }
.guide-head .sub { font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.6rem); max-width: 30ch; margin: .4rem 0 0; letter-spacing: -0.01em; }
.guide-head .for { margin-top: 1.2rem; max-width: 40ch; }
.guide-head .meta { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: 1.4rem; font-size: .95rem; color: rgba(255,255,255,.8); }
.guide-head .btn-row { margin-bottom: calc(var(--section) * .6); }
@media (max-width: 860px) { .guide-head .wrap { grid-template-columns: 1fr; } .guide-head .cover { width: min(60%, 280px); justify-self: start; margin-bottom: -12%; } }
.guide-after { padding-top: calc(var(--section) * .9); }
.sign { font-family: var(--display); margin-top: 2rem; }
.guide-nav { border-bottom: 1px solid rgba(255,255,255,.18); }
.guide-nav .wrap { display: flex; gap: 1.6rem; overflow-x: auto; padding: .7rem 0; font-size: .88rem; font-weight: 600; }
.guide-nav a { text-decoration: none; white-space: nowrap; color: rgba(255,255,255,.78); }
.guide-nav a:hover { color: var(--gold); }
.buy { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--gutter); margin: 1.6rem 0; }
.buy-block { border-top: 1.5px solid var(--ink); padding-top: 1.1rem; }
.buy-block h3 { margin-bottom: .2rem; }
.buy-block .price { font-family: var(--display); font-size: 1.5rem; margin: .2rem 0 .7rem; }
.buy-block .isbn { font-size: .85rem; color: var(--ink-soft); }
.buy-block.direct { border-top-color: var(--accent); }
.buy-block.direct h3 { color: var(--accent); }
.notice { font-size: .9rem; color: var(--ink-soft); border-top: 1px solid var(--rule); padding-top: 1rem; margin-top: 1.5rem; }
.primer { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: calc(var(--gutter) * 1.5); align-items: center; }
.primer .cover { width: min(100%, 220px); }
@media (max-width: 700px) { .primer { grid-template-columns: 1fr; } }
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--gutter); margin-top: 1.6rem; }
.tier { border-top: 1.5px solid var(--ink); padding-top: 1.1rem; }
.tier .form { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; color: var(--accent); margin: .2rem 0 .8rem; }
.tier .price { font-family: var(--display); font-size: 1.4rem; margin: .6rem 0; }
.tier p { color: var(--ink-soft); }
.sessions { list-style: none; padding: 0; margin: 1.6rem 0 0; }
.session { border-top: 1.5px solid var(--ink); padding: 1.3rem 0 1.6rem; display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: var(--gutter); }
.session .when { font-family: var(--display); font-size: 1.5rem; letter-spacing: -0.01em; }
.session .where { color: var(--ink-soft); margin-top: .3rem; }
.session .host { font-size: .95rem; color: var(--ink-soft); margin-top: .8rem; }
.sponsors { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; align-items: center; margin-top: 1.2rem; }
.sponsors .label { width: 100%; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); }
.sponsor { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.sponsor img { height: 44px; width: auto; }
.sponsor span { font-size: .9rem; color: var(--ink-soft); max-width: 26ch; }
@media (max-width: 700px) { .session { grid-template-columns: 1fr; } }
.bring { border: 1.5px solid var(--ink); padding: 1.4rem 1.6rem; margin-top: 1.6rem; max-width: 62ch; }

/* forms */
form.pbc { display: grid; gap: 1rem; max-width: 560px; }
form.pbc label { font-weight: 600; display: block; margin-bottom: .35rem; }
form.pbc .opt { font-weight: 400; color: var(--ink-soft); }
form.pbc input, form.pbc textarea { width: 100%; font: inherit; padding: .8rem .9rem; border: 1.5px solid var(--grey); border-radius: var(--radius); background: #fff; color: var(--ink); }
form.pbc input:focus, form.pbc textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
form.pbc textarea { min-height: 9rem; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.inline-form { display: flex; flex-wrap: wrap; gap: .75rem; max-width: 560px; }
.inline-form input { flex: 1 1 240px; font: inherit; padding: .75rem 1rem; border: 1.5px solid rgba(255,255,255,.5); border-radius: var(--radius); background: rgba(255,255,255,.08); color: #fff; }
.inline-form input::placeholder { color: rgba(255,255,255,.65); }
.inline-form input:focus { outline: 2px solid var(--gold); outline-offset: 1px; }

/* about */
.portrait { width: min(100%, 320px); aspect-ratio: 4 / 5; background: var(--sage); overflow: hidden; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.band-full { min-height: clamp(420px, 52vw, 760px); }
.band-full .inner { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; padding-inline: 0; }
.band { position: relative; min-height: clamp(360px, 44vw, 540px); display: grid; align-items: end; color: #fff; overflow: hidden; background: var(--navy); }
.band img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,52,89,.045) 0%, rgba(0,52,89,.45) 55%, rgba(0,52,89,.81) 100%); }
.band .inner { position: relative; z-index: 2; padding: clamp(1.5rem, 4vw, 3rem); }
.band blockquote { margin: 0; font-family: var(--display); font-size: clamp(1.5rem, 3.2vw, 2.6rem); line-height: 1.2; letter-spacing: -0.02em; max-width: 22ch; }
.band cite { display: block; font-style: normal; font-family: var(--body); font-size: .9rem; color: var(--sage); margin-top: 1rem; }

/* notes */
.note-list { list-style: none; padding: 0; margin: 0; }
.note-list li { padding: 1.4rem 0; border-top: 1px solid var(--rule); }
.note-list time { display: block; font-size: .85rem; color: var(--ink-soft); margin-bottom: .3rem; }
.note-list a { font-family: var(--display); font-size: 1.4rem; text-decoration: none; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.85); font-size: .95rem; border-top: 2px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr)); gap: var(--gutter); padding: calc(var(--section) * .55) 0 1.5rem; align-items: start; }
.footer-mark { display: block; width: 170px; height: auto; margin: .2rem 0 1.1rem; }
.footer-land { max-width: 44ch; color: var(--sage); margin: 0 0 .8rem; }
.footer-legal { color: rgba(255,255,255,.6); font-size: .85rem; max-width: 44ch; margin: 0; }
.footer-head { font-family: var(--display); color: var(--gold); font-size: .95rem; margin: .35rem 0 .6rem; letter-spacing: .01em; }
.footer-col p { margin: 0 0 .9rem; line-height: 1.7; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-base { border-top: 1px solid rgba(255,255,255,.12); padding: 1rem 0 1.5rem; font-size: .85rem; color: rgba(255,255,255,.6); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-base p { margin: 0; }
.footer-base a { color: rgba(255,255,255,.6); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-who { grid-column: 1 / -1; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) { .btn, .stand summary .plus { transition: none; } .procession-track, .procession-track img { transform: none !important; animation: none !important; } }

/* ---------- print: a Guide page becomes a two-page handout for a board table ---------- */
.print-only { display: none; }
@media print {
  @page { margin: 18mm; }
  body { background: #fff; color: #000; font-size: 10.5pt; }
  .site-header, .site-footer, .btn, .btn-row, form, .kit, .procession, .textured, .nav, .skip, .guide-nav, .no-print, .print-hide, .stand summary .plus { display: none !important; }
  .section, .section-sm, .page-head, .guide-head, .guide-after { padding: 0 0 1.2rem; }
  .split, .grid-2, .cols, .primer, .tiers { display: block; }
  h1 { font-size: 26pt; } h2 { font-size: 16pt; margin-top: 1rem; } .lede { font-size: 11.5pt; }
  .field-bg { background: #fff !important; color: #000; } .field-bg h1, .field-bg .sub, .field-bg .lede, .field-bg .meta { color: #000; }
  .guide-head .wrap { display: grid; grid-template-columns: 1fr 40mm; gap: 8mm; align-items: start; }
  .guide-head .cover { width: 40mm; margin: 0; box-shadow: none; justify-self: end; }
  .buy { display: block; margin: 3mm 0; } .buy-block { border-top: 1px solid #000; padding-top: 2mm; margin-bottom: 3mm; } .buy-block p { margin-bottom: .3em; }
  .print-only { display: block !important; }
  .stamp { break-inside: avoid; border-color: #000; color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #444; }
  .prose, .page-head .lede, .guide-head .sub, .stamp { max-width: none; }
  .notice { margin-top: 3mm; }
}

/* ---------- the places ---------- */
.page-head.field-bg .meta { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: 1.4rem; font-size: .92rem; color: rgba(255,255,255,.82); }
.figures { display: grid; gap: 1.2rem; margin-top: 1.6rem; max-width: 22rem; }
.figure { border-top: 1.5px solid var(--ink); padding-top: .7rem; }
.figure strong { display: block; font-family: var(--display); font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1; letter-spacing: -0.02em; }
.figure span { display: block; color: var(--ink-soft); font-size: .95rem; margin-top: .35rem; }
.bars { display: grid; gap: .45rem; margin: .8rem 0 1.6rem; }
.bar { display: grid; grid-template-columns: minmax(9rem, 12rem) 1fr 3rem; align-items: center; gap: .8rem; font-size: .95rem; }
.bar .l { color: var(--ink-soft); }
.bar .t { height: .9rem; background: var(--cream-deep); }
.bar .t i { display: block; height: 100%; background: var(--accent); }
.bar .n { text-align: right; font-variant-numeric: tabular-nums; }
@media (max-width: 560px) { .bar { grid-template-columns: 1fr 3rem; } .bar .l { grid-column: 1 / -1; margin-bottom: -.2rem; } }
.network { position: relative; border: 1.5px solid var(--rule); background: var(--paper); margin: 1rem 0; min-height: 420px; }
.network svg { display: block; touch-action: none; }
.net-tip { position: absolute; pointer-events: none; background: var(--ink); color: var(--cream); font-size: .85rem; line-height: 1.35; padding: .5rem .7rem; max-width: 16rem; z-index: 3; }
.net-legend { display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .88rem; color: var(--ink-soft); margin: 1.2rem 0; }
.net-legend i { display: inline-block; width: .8rem; height: .8rem; border-radius: 50%; margin-right: .4rem; vertical-align: -1px; }
.net-legend i.dot { width: .4rem; height: .4rem; background: var(--ink); margin-right: .6rem; }
.net-controls label { display: block; font-size: .92rem; margin-bottom: .8rem; }
.net-controls input[type=range] { display: block; width: 100%; max-width: 20rem; margin-top: .4rem; accent-color: var(--accent); }
.net-controls .chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.net-controls .chips button { font: 600 .8rem var(--body); border: 1.5px solid var(--ink); background: transparent; color: var(--ink); padding: .3rem .7rem; border-radius: var(--radius); cursor: pointer; }
.net-controls .chips button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: #fff; }
.years { display: grid; grid-template-columns: repeat(16, 1fr); gap: .25rem; align-items: end; height: 11rem; margin: .8rem 0 .4rem; }
.yr { display: grid; grid-template-rows: 1fr auto auto; height: 100%; text-align: center; font-size: .72rem; color: var(--ink-soft); }
.yr i { display: block; align-self: end; background: var(--accent); min-height: 2px; }
.yr b { font-weight: 500; font-size: .74rem; color: var(--ink); margin-top: .2rem; }
@media (max-width: 560px) { .yr b { display: none; } }
.table-wrap { overflow-x: auto; margin: .8rem 0 .6rem; }
.cmp { border-collapse: collapse; width: 100%; font-size: .95rem; font-variant-numeric: tabular-nums; }
.cmp th, .cmp td { text-align: left; padding: .45rem .6rem; border-bottom: 1px solid var(--rule); }
.cmp th { font-family: var(--body); font-weight: 600; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.cmp td:not(:first-child), .cmp th:not(:first-child) { text-align: right; }
.case-head::before { opacity: .18; }
.case-head::after { background: linear-gradient(90deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,0) 60%); }
.case-head .wrap { position: relative; z-index: 1; }
.case-head .line { font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 1.9rem); line-height: 1.25; letter-spacing: -0.01em; max-width: 30ch; margin: 1.6rem 0 0; color: #fff; border-left: 3px solid var(--gold); padding-left: 1rem; }
.case-nav { background: var(--navy); }
.case-nav .wrap { gap: .4rem 1.3rem; }
@media (min-width: 900px) { .case-nav .wrap { flex-wrap: wrap; overflow: visible; } }
.case-nav a[aria-current="page"] { color: #fff; border-bottom: 2px solid var(--gold); padding-bottom: .15rem; }
.case-nav .wrap { align-items: center; overflow: visible; }
.nav-group { position: relative; }
.nav-group summary { list-style: none; cursor: pointer; white-space: nowrap; color: rgba(255,255,255,.78); font-weight: 600; padding: .15rem 0; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: "\25BE"; margin-left: .35rem; font-size: .8em; opacity: .7; }
.nav-group summary:hover { color: var(--gold); }
.nav-group[data-here] summary { color: #fff; border-bottom: 2px solid var(--gold); padding-bottom: .15rem; }
.nav-group summary .count { font-weight: 400; opacity: .6; margin-left: .25rem; }
.nav-group .nav-list { position: absolute; left: 0; top: calc(100% + .5rem); z-index: 30; min-width: 15rem; background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-radius: 6px; padding: .5rem 0; box-shadow: 0 8px 24px rgba(0,0,0,.25); display: flex; flex-direction: column; }
.nav-group .nav-list a { display: block; padding: .45rem 1rem; white-space: nowrap; color: rgba(255,255,255,.85); font-weight: 500; }
.nav-group .nav-list a small { display: block; font-size: .78em; opacity: .6; font-weight: 400; }
.nav-group .nav-list a:hover { background: rgba(255,255,255,.08); color: var(--gold); }
.nav-group .nav-list a[aria-current="page"] { color: #fff; border-bottom: 0; border-left: 2px solid var(--gold); padding-left: calc(1rem - 2px); }
@media (max-width: 899px) { .nav-group .nav-list { position: static; box-shadow: none; border: 0; border-left: 1px solid rgba(255,255,255,.25); border-radius: 0; margin: .3rem 0 .5rem .4rem; padding: 0; } .case-nav .wrap { flex-wrap: wrap; } }
.cs-groups h2 { margin-top: 2.4rem; }
.cs-groups h2:first-child { margin-top: 0; }
.jump { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; font-size: .9rem; font-weight: 600; margin-bottom: 1.4rem; }
.jump a { text-decoration: none; border-bottom: 1px solid var(--rule); }
.jump a:hover { border-bottom-color: var(--accent); color: var(--accent); }
.case-head { border-top: 0; }
.questions { padding-left: 1.4rem; }
.questions li { margin-bottom: .8em; padding-left: .3rem; }
.questions li::marker { font-family: var(--display); color: var(--accent); }
.ground { background: var(--cream-deep); padding: var(--section) 0 !important; }
.ground .eyebrow { color: var(--accent); }
.agenda { margin: 0; }
.agenda > div { display: grid; grid-template-columns: 9rem 1fr; gap: .4rem 1.2rem; padding: .9rem 0; border-top: 1px solid var(--rule); }
.agenda > div:first-child { border-top: 1.5px solid var(--ink); }
.agenda dt { font-family: var(--display); font-size: 1.02rem; color: var(--ink); }
.agenda dd { margin: 0; color: var(--ink-soft); }
@media (max-width: 600px) { .agenda > div { grid-template-columns: 1fr; gap: .2rem; } }

.social { display: flex; gap: .9rem; margin: 0 0 .9rem !important; }
.social a { display: inline-flex; align-items: center; gap: .45rem; }
.social svg { width: 20px; height: 20px; fill: currentColor; flex: none; }
