/* kenyonminnesota.com — design system */
:root {
  --paper: #fbfaf7;
  --paper-2: #f3f1eb;
  --ink: #15140f;
  --ink-2: #4e4b44;
  --muted: #86827a;
  --line: #e4e1d9;
  --line-2: #cfcbc1;
  --accent: #a4243b;
  --accent-ink: #7d1a2e;
  --accent-soft: #f6e6e9;
  --good: #1f6b3a;
  --font-display: "Bricolage Grotesque", "Instrument Sans", system-ui, sans-serif;
  --font-body: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1160px;
  --radius: 6px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
html:has(.fd-tabs) { scroll-padding-top: 160px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  font-feature-settings: "ss01";
}
img, svg { max-width: 100%; display: block; }
a { color: var(--accent-ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: rgba(125,26,46,.35); }
a:hover { text-decoration-color: var(--accent); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; letter-spacing: -0.015em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 700; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-top: 0; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
small, .small { font-size: .875rem; }
.muted { color: var(--muted); }
.mono, .num { font-variant-numeric: tabular-nums; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px); }
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .35em; }
.prose blockquote { margin: 1.5rem 0; padding: .2rem 0 .2rem 1.2rem; border-left: 2px solid var(--accent); color: var(--ink-2); font-style: italic; }
.lede { font-size: 1.25rem; line-height: 1.45; color: var(--ink-2); max-width: 60ch; }
.eyebrow { font-family: var(--font-display); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: .6rem; }

/* header: floating pill */
body { padding-top: 88px; }
.site-header { position: fixed; top: 14px; left: 50%; transform: translateX(-50%); width: min(var(--max), calc(100% - 28px)); z-index: 50; border: 1px solid rgba(20,19,15,.08); border-radius: 999px; background: rgba(251,250,247,.82); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); box-shadow: 0 10px 34px rgba(20,19,15,.10), 0 1px 0 rgba(255,255,255,.6) inset; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 54px; padding: 0 12px 0 22px; max-width: none; }
.brand { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; display: flex; align-items: baseline; gap: .5rem; white-space: nowrap; }
.brand span { font-weight: 400; color: var(--muted); font-size: .82rem; letter-spacing: .02em; }
.nav { display: flex; gap: .15rem; align-items: center; }
.nav a { font-size: .92rem; text-decoration: none; color: var(--ink-2); padding: .45rem .75rem; border-radius: 999px; transition: background .15s, color .15s; }
.nav a:hover { color: var(--ink); background: rgba(20,19,15,.06); }
.nav a[aria-current] { color: #fff; background: var(--ink); box-shadow: none; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-2); border-radius: 999px; padding: .4rem .8rem; font: inherit; font-size: .88rem; cursor: pointer; color: var(--ink); }
@media (max-width: 1500px) { .nav a { padding: .45rem .55rem; font-size: .88rem; } }
@media (max-width: 1340px) {
  .nav-toggle { display: inline-block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: rgba(251,250,247,.96); backdrop-filter: blur(14px); border: 1px solid rgba(20,19,15,.08); border-radius: 20px; box-shadow: 0 16px 40px rgba(20,19,15,.14); flex-direction: column; align-items: stretch; gap: .1rem; padding: .5rem; }
  .nav.open { display: flex; }
  .nav a { padding: .7rem .9rem; border-radius: 12px; }
}
@media (max-width: 900px) {
  body { padding-top: 78px; }
  .site-header { top: 10px; width: calc(100% - 20px); }
  .site-header .wrap { min-height: 50px; padding: 0 8px 0 16px; }
  .brand span { display: none; }
  .nav-toggle { display: inline-block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: rgba(251,250,247,.96); backdrop-filter: blur(14px); border: 1px solid rgba(20,19,15,.08); border-radius: 20px; box-shadow: 0 16px 40px rgba(20,19,15,.14); flex-direction: column; align-items: stretch; gap: .1rem; padding: .5rem; }
  .nav.open { display: flex; }
  .nav a { padding: .7rem .9rem; border-radius: 12px; }
}
@media (prefers-reduced-transparency: reduce) { .site-header { background: var(--paper); } }

/* hero */
.hero { position: relative; color: #fff; overflow: hidden; background: #2b2a26; margin-top: -88px; }
@media (max-width: 900px) { .hero { margin-top: -78px; } }
.hero picture img { width: 100%; height: min(78vh, 700px); object-fit: cover; opacity: .92; }
.hero .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,19,15,.15) 0%, rgba(20,19,15,.65) 100%); }
.hero .wrap { position: absolute; left: 0; right: 0; bottom: clamp(24px, 5vw, 64px); }
.hero h1 { color: #fff; max-width: 18ch; text-wrap: balance; margin-bottom: .6rem; }
.hero p { color: rgba(255,255,255,.85); max-width: 52ch; font-size: 1.1rem; margin: 0; }
.hero .eyebrow { color: #f2c9d1; }
.stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin: 0; }
.stats > * { background: var(--paper); padding: .9rem 1rem; display: flex; flex-direction: column; gap: .2rem; min-height: 5.4rem; text-decoration: none; color: inherit; }
.stats a:hover { background: #fff; }
.stats b { display: block; font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.stats span { color: var(--muted); font-size: .78rem; line-height: 1.3; }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* sections */
section.band { padding: clamp(2.5rem, 6vw, 5rem) 0; }
section.band + section.band { border-top: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem 2rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.section-head h2 { margin: .2rem 0 0; }
.section-head p { margin: 0; color: var(--ink-2); max-width: 60ch; }
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.grid-2 { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.15rem 1.2rem; background: #fff; text-decoration: none; color: inherit; display: block; transition: border-color .15s; }
.card:hover { border-color: var(--line-2); }
a.card h3 { color: var(--ink); }
.card h3 { margin-bottom: .3rem; font-size: 1.1rem; }
.card p { margin: 0; color: var(--ink-2); font-size: .95rem; }
.card .tag { display: inline-block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; font-weight: 600; }
.card.dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.card.dark h3, .card.dark p { color: #fff; }
.card.dark p { color: rgba(255,255,255,.75); }
.kicker-list { list-style: none; padding: 0; margin: 0; }
.kicker-list li { padding: .7rem 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; }
.kicker-list li:last-child { border-bottom: 1px solid var(--line); }
.kicker-list a { text-decoration: none; color: var(--ink); }
.kicker-list a:hover { color: var(--accent-ink); }
.kicker-list .muted { white-space: nowrap; }

/* page header */
.page-head { padding: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(1.25rem, 2.5vw, 1.75rem); border-bottom: 1px solid var(--line); }
.page-head h1 { margin-bottom: .6rem; text-wrap: balance; }
.crumbs { font-size: .85rem; color: var(--muted); margin-bottom: 1rem; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); }
.crumbs span { margin: 0 .4rem; }
.page-body { padding: clamp(1.5rem, 3vw, 2.5rem) 0 4rem; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 3rem; align-items: start; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; } }
.side { position: sticky; top: 92px; font-size: .92rem; }
.side h4 { margin-bottom: .5rem; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.side ul { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.side li { padding: .3rem 0; border-top: 1px solid var(--line); }
.side li a { text-decoration: none; color: var(--ink-2); }
.side li a:hover { color: var(--accent-ink); }
.toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc li a::before { content: counter(toc, decimal-leading-zero) "  "; color: var(--muted); font-variant-numeric: tabular-nums; }

/* tables */
.table-wrap { overflow: visible; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.table-wrap table { width: 100%; }
@media (max-width: 700px) { .table-wrap table td, .table-wrap table th { white-space: normal; } }
.more { margin: .4rem 0 0; font-weight: 600; }
.table-wrap table td.wrapcol, .table-wrap table th.wrapcol { white-space: normal; overflow-wrap: anywhere; }
table { border-collapse: collapse; width: 100%; font-size: .86rem; line-height: 1.35; }
th, td { text-align: left; padding: .32rem .6rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-weight: 600; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--paper-2); }
tbody tr:last-child td { border-bottom: 0; }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
tbody tr:hover td { background: #fcfbf8; }
table.compact th, table.compact td { padding: .3rem .55rem; font-size: .84rem; }
tr.hl td { background: var(--accent-soft); font-weight: 600; }
/* full-width table section above a two-col page */
.wide-table { margin: 0 0 2.2rem; }
.wide-table h2 { font-size: 1.35rem; margin: 0 0 .4rem; }
.wide-table > p { max-width: 90ch; font-size: .95rem; }
.table-note { font-size: .82rem; color: var(--muted); margin: .6rem 0 0; }

/* facts / definition lists */
.facts { display: grid; grid-template-columns: max-content 1fr; gap: .45rem 1.2rem; margin: 0; font-size: .95rem; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; }
@media (max-width: 520px) { .facts { grid-template-columns: 1fr; gap: .1rem; } .facts dt { margin-top: .5rem; } }
.facts.keyfacts { gap: 0 1.6rem; }
.facts.keyfacts dt, .facts.keyfacts dd { padding: .5rem 0; border-top: 1px solid var(--line); }
.facts.keyfacts dt:first-of-type, .facts.keyfacts dd:first-of-type { border-top: 0; }
.facts.keyfacts dt { white-space: nowrap; }
@media (max-width: 520px) { .facts.keyfacts dd { border-top: 0; padding-top: 0; } .facts.keyfacts dt { margin-top: 0; padding-bottom: .1rem; } }

/* callouts */
.note { border-left: 3px solid var(--accent); background: var(--accent-soft); padding: .9rem 1.1rem; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.5rem 0; font-size: .95rem; }
.note.plain { border-color: var(--line-2); background: var(--paper-2); }
.source { font-size: .82rem; color: var(--muted); margin-top: .5rem; }
.source a { color: var(--muted); }
.disclaimer { font-size: .85rem; color: var(--ink-2); border: 1px solid var(--line); padding: .8rem 1rem; border-radius: var(--radius); background: #fff; }

/* directory */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin: 1.2rem 0 1.5rem; }
.filters input[type=search] { flex: 1 1 260px; min-width: 200px; padding: .65rem .9rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: .95rem; background: #fff; }
.filters select { padding: .6rem .8rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: .95rem; background: #fff; }
.chips { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.5rem; }
.chip { display: inline-block; padding: .3rem .7rem; border: 1px solid var(--line-2); border-radius: 999px; font-size: .82rem; text-decoration: none; color: var(--ink-2); background: #fff; }
.chip:hover, .chip.active { border-color: var(--ink); color: var(--ink); }
.chip .n { color: var(--muted); margin-left: .3rem; }
.biz-list { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.biz { border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.1rem; background: #fff; text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: .2rem; }
.biz:hover { border-color: var(--line-2); }
.biz b { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }
.biz .cat { font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.biz .addr { color: var(--ink-2); font-size: .92rem; }
.biz .meta { color: var(--muted); font-size: .85rem; }
.rating { color: var(--ink-2); font-size: .9rem; }
.rating b { color: var(--ink); }
.count { color: var(--muted); font-size: .9rem; }

/* buttons */
.btn { display: inline-block; padding: .65rem 1.1rem; border-radius: var(--radius); background: var(--ink); color: #fff; text-decoration: none; font-weight: 600; font-size: .95rem; border: 1px solid var(--ink); cursor: pointer; font-family: inherit; }
.btn:hover { background: #000; }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--paper-2); }
.btn-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1rem; }

/* tools */
.tool { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 1.4rem; margin: 1.5rem 0; }
.tool label { display: block; font-size: .85rem; color: var(--ink-2); margin-bottom: .3rem; font-weight: 600; }
.tool input, .tool select { width: 100%; padding: .6rem .8rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: 1rem; background: #fff; }
.tool .row { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-bottom: 1rem; }
.result { background: var(--paper-2); border-radius: var(--radius); padding: 1.1rem 1.2rem; margin-top: 1rem; }
.result .big { font-family: var(--font-display); font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.result .lines { margin-top: .8rem; font-size: .92rem; display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; }
.result .lines span:nth-child(even) { text-align: right; font-variant-numeric: tabular-nums; }
.hit { border-top: 1px solid var(--line); padding: .7rem 0; cursor: pointer; }
.hit:hover { background: #fcfbf8; }
.hit b { display: block; }
.hit small { color: var(--muted); }
.detail { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; background: #fff; margin-top: 1rem; }
.detail h3 { margin-bottom: .2rem; }

/* charts */
.chart { margin: 1.5rem 0 2rem; }
.chart figcaption { font-size: .85rem; color: var(--muted); margin-top: .5rem; }
.chart svg { width: 100%; height: auto; font-family: var(--font-body); }
.chart .axis { stroke: var(--line-2); stroke-width: 1; }
.chart .grid { stroke: var(--line); stroke-width: 1; }
.chart text { fill: var(--ink-2); font-size: 12px; }
.chart text.val { fill: var(--ink); font-weight: 600; }
.chart .bar { fill: #b8435b; }
.chart .bar.dim { fill: #cfcbc1; }
.chart .bar.hl { fill: #a4243b; }
.chart .line { fill: none; stroke: #a4243b; stroke-width: 2; stroke-linejoin: round; }
.chart .dot { fill: #a4243b; stroke: var(--paper); stroke-width: 2; }
.chart .bar:hover, .chart .dot:hover { opacity: .8; }
.legend { display: flex; gap: 1rem; flex-wrap: wrap; font-size: .85rem; color: var(--ink-2); margin: .5rem 0; }
.legend i { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: .4rem; vertical-align: middle; }
.tile-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .6rem; margin: 1.1rem 0; align-items: stretch; }
/* even rows: fixed column count so tiles never leave an orphan at the end */
.tile-row.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 880px) { .tile-row.four { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 440px) { .tile-row.four { grid-template-columns: 1fr; } }
.tile { border: 1px solid var(--line); border-radius: var(--radius); padding: .65rem .8rem; background: #fff; display: flex; flex-direction: column; height: 100%; }
.tile b { display: block; font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.tile span { color: var(--muted); font-size: .8rem; line-height: 1.25; display: block; }
.tile small { display: block; color: var(--ink-2); margin-top: auto; padding-top: .3rem; font-size: .76rem; }

/* highlighted first data column (the subject city) */
table.col-hl th.hl, table.col-hl td.hl { background: var(--paper-2); font-weight: 600; color: var(--ink); }

/* timeline */
.timeline { list-style: none; padding: 0; margin: 2rem 0; border-left: 2px solid var(--line-2); }
.timeline li { position: relative; padding: 0 0 1.4rem 1.6rem; }
.timeline li::before { content: ""; position: absolute; left: -7px; top: .45rem; width: 12px; height: 12px; border-radius: 50%; background: var(--paper); border: 2px solid var(--accent); }
.timeline b { font-family: var(--font-display); font-size: 1.05rem; display: block; }
.timeline .yr { font-family: var(--font-display); font-weight: 700; color: var(--accent); letter-spacing: -0.01em; font-size: 1.15rem; margin-right: .5rem; }
.timeline p { margin: .2rem 0 0; color: var(--ink-2); font-size: .95rem; }

figure.photo { margin: 2rem 0; }
figure.photo img { border-radius: var(--radius); width: 100%; height: auto; }
figure.photo figcaption { font-size: .85rem; color: var(--muted); margin-top: .5rem; }
.photo-grid { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 2rem 0; }
.photo-grid figure { margin: 0; }
.photo-grid img { aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); width: 100%; }
.photo-grid figcaption { font-size: .8rem; color: var(--muted); margin-top: .35rem; }

/* faq */
.faq .qa { border-top: 1px solid var(--line); padding: .9rem 0; }
.faq .qa:last-child { border-bottom: 1px solid var(--line); }
.faq .qa h3, .faq .qa h4 { margin: 0 0 .35rem; font-size: 1.05rem; }
.faq .qa p { margin: 0; color: var(--ink-2); }

/* footer */
.site-footer { border-top: 1px solid var(--line); margin-top: 3rem; padding: 2.5rem 0 3rem; font-size: .9rem; color: var(--ink-2); background: var(--paper-2); }
.site-footer .cols { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.site-footer h4 { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .6rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: .2rem 0; }
.site-footer a { color: var(--ink-2); text-decoration: none; }
.site-footer a:hover { color: var(--accent-ink); }
.site-footer .fine { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; max-width: 80ch; }

.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: .5rem 1rem; }
.skip:focus { left: 8px; top: 8px; z-index: 100; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
@media print { .site-header, .site-footer, .nav-toggle, .filters { display: none; } body { font-size: 11pt; } a { color: inherit; text-decoration: none; } }
.side li { display: flex; justify-content: space-between; gap: .6rem; align-items: baseline; }
.side li .muted { white-space: nowrap; font-size: .82rem; }
.toc li { display: block; }
.grid-charts { display: grid; gap: 1.5rem 2rem; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }

/* forms */
.stepper { list-style: none; padding: 0; margin: 0 0 1.5rem; display: flex; gap: .4rem; flex-wrap: wrap; counter-reset: s; }
.stepper li button { border: 1px solid var(--line-2); background: #fff; border-radius: 999px; padding: .35rem .8rem .35rem .5rem; font: inherit; font-size: .82rem; color: var(--ink-2); cursor: pointer; display: inline-flex; align-items: center; gap: .5rem; }
.stepper li button::before { content: ""; }
.stepper li button span { font-weight: 500; }
.stepper li.cur button { border-color: var(--ink); color: var(--ink); background: var(--ink); color: #fff; }
.stepper li.done button { border-color: var(--good); color: var(--good); }
.fields { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem 1.2rem; }
.fld { grid-column: span 3; }
.fld.w-full { grid-column: span 6; }
.fld.w-half { grid-column: span 3; }
.fld.w-third { grid-column: span 2; }
@media (max-width: 640px) { .fld, .fld.w-half, .fld.w-third { grid-column: span 6; } }
.fld label, .fld legend { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: .3rem; }
.fld input:not([type=checkbox]):not([type=radio]):not([type=file]), .fld select, .fld textarea { width: 100%; padding: .6rem .75rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: 1rem; background: #fff; color: var(--ink); }
.fld input:focus, .fld select:focus, .fld textarea:focus { outline: 2px solid var(--ink); outline-offset: 1px; border-color: var(--ink); }
.fld textarea { min-height: 96px; resize: vertical; }
.fld .help { font-size: .8rem; color: var(--muted); margin-top: .3rem; }
.fld .err { font-size: .8rem; color: var(--accent-ink); margin-top: .3rem; min-height: 0; }
.fld.invalid input, .fld.invalid select, .fld.invalid textarea { border-color: var(--accent); }
fieldset.fld { border: 0; padding: 0; margin: 0; min-width: 0; }
.opts { display: flex; flex-wrap: wrap; gap: .4rem .9rem; }
.opt { display: inline-flex; align-items: flex-start; gap: .45rem; font-size: .95rem; font-weight: 400; cursor: pointer; line-height: 1.4; }
.opt input { margin-top: .25rem; width: 16px; height: 16px; accent-color: var(--accent); }
.single-check label { font-weight: 400; }
.req { color: var(--accent); }
.money { display: flex; align-items: center; border: 1px solid var(--line-2); border-radius: var(--radius); background: #fff; }
.money span { padding: 0 .5rem 0 .75rem; color: var(--muted); }
.money input { border: 0 !important; padding-left: 0 !important; }
.group { grid-column: span 6; display: grid; gap: 1rem; }
.group-item { border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.1rem; background: #fff; }
.group-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .8rem; }
.link { background: none; border: 0; padding: 0; font: inherit; color: var(--accent-ink); text-decoration: underline; cursor: pointer; }
.formnav { display: flex; justify-content: space-between; align-items: center; margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.autosave { margin-top: .8rem; }
.attach input[type=file] { font-size: .9rem; }
.filelist { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .4rem; }
.rev { margin: 1.2rem 0; }
.rev h3 { margin-bottom: .4rem; }
.rev h3 .link { font: inherit; text-decoration: none; color: var(--ink); border-bottom: 1px dashed var(--line-2); }
.rev .kv { display: inline-block; margin-right: .8rem; }
.rev .kv i { color: var(--muted); font-style: normal; }
.sigcard { border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 1.2rem 1.3rem; background: #fff; cursor: text; margin: .5rem 0 1rem; min-height: 84px; }
.sigcard.signed { border-style: solid; cursor: default; }
.sigprompt { color: var(--muted); }
.sigcard input { width: 100%; border: 0; border-bottom: 1px solid var(--line-2); font: inherit; font-size: 1.1rem; padding: .3rem 0; outline: 0; }
.sigtext { font-family: "Caveat", cursive; font-size: 2.2rem; line-height: 1; color: #1a2a5e; }
.sigmeta { font-size: .78rem; color: var(--muted); margin-top: .4rem; }
.sigmeta .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: .4rem; vertical-align: middle; }
.consent { font-size: .9rem; margin: .5rem 0; }
.hp { position: absolute; left: -9999px; }
.done { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 2rem; }
.form-meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .8rem 1.5rem; font-size: .92rem; margin: 1rem 0 1.5rem; }
.form-meta div span { display: block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .15rem; }
.form-card { display: block; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.1rem; background: #fff; text-decoration: none; color: inherit; }
.form-card:hover { border-color: var(--ink); }
.form-card b { font-family: var(--font-display); font-size: 1.05rem; display: block; margin-bottom: .2rem; }
.form-card span { color: var(--ink-2); font-size: .9rem; }
.form-card small { display: block; color: var(--muted); margin-top: .35rem; }

.transcript { white-space: pre-wrap; font-family: var(--font-body); font-size: .9rem; line-height: 1.5; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; max-height: none; overflow-x: auto; }
figure.portrait { max-width: 320px; }
figure.portrait img { border-radius: var(--radius); width: 100%; }
blockquote { margin: 1rem 0; padding: .3rem 0 .3rem 1rem; border-left: 2px solid var(--accent); }
.photo-grid.landmark { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.photo-grid.landmark img { aspect-ratio: 4/3; }

.filters .count { color: var(--muted); font-size: .9rem; white-space: nowrap; }
table.dir td a { text-decoration: none; color: var(--ink); font-weight: 500; }
table.dir td a:hover { color: var(--accent-ink); text-decoration: underline; }
table.dir th { cursor: pointer; }
table.sortable th { cursor: pointer; user-select: none; white-space: nowrap; }
table.sortable th[data-asc="1"]::after { content: " \25B2"; font-size: .6rem; }
table.sortable th[data-asc="0"]::after { content: " \25BC"; font-size: .6rem; }

.page-head.compact { padding: .9rem 0 .8rem; }
.page-head.compact h1 { font-size: clamp(1.5rem, 2.8vw, 2rem); margin-bottom: .2rem; }
.page-head.compact .lede { font-size: .95rem; max-width: 90ch; color: var(--ink-2); }
.page-head.compact .crumbs { margin-bottom: .4rem; }
.page-head.compact + .page-body { padding-top: .9rem; }
.page-head.compact + .page-body .filters { margin: 0 0 .7rem; }

.gov-sec { padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.gov-sec:first-child { padding-top: .4rem; }
.gov-sec .grid-2 { grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr); align-items: start; gap: 1.5rem 3rem; }
@media (max-width: 800px) { .gov-sec .grid-2 { grid-template-columns: 1fr; } }
.gov-sec h2 { margin-bottom: .5rem; }
.gov-sec p { color: var(--ink-2); max-width: 62ch; }
.gov-sec .btn { margin-top: .2rem; }
.side-h { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: .3rem 0 .4rem; }
.tile-row.two { grid-template-columns: repeat(2, 1fr); margin: .3rem 0; }
.gov-sec .kicker-list li { padding: .5rem 0; font-size: .95rem; }

/* meeting pages */
.glance { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 0 0 1.6rem; }
.glance div { background: #fff; padding: .8rem 1rem; }
.glance b { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.glance span { color: var(--muted); font-size: .78rem; }
.attend { display: grid; gap: .6rem; margin-bottom: 1rem; }
.pill { display: inline-block; padding: .18rem .6rem; border-radius: 999px; font-size: .82rem; margin: .15rem .25rem .15rem 0; border: 1px solid var(--line-2); background: #fff; }
.pill.ok { border-color: #bfd9c6; background: #eef6f0; color: #1f5a33; }
.pill.no { border-color: #e5c2c8; background: var(--accent-soft); color: var(--accent-ink); }
.meeting section { margin: 0 0 2rem; }
.meeting h2 { margin-top: 0; font-size: 1.35rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.happened { padding-left: 1.4em; margin: 0; }
.happened li { margin-bottom: .5rem; padding-left: .2rem; }
.happened li::marker { color: var(--accent); font-weight: 600; }
td.bad { color: var(--accent-ink); font-weight: 600; }
.quotes { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.quotes blockquote { margin: 0; padding: .9rem 1rem; border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: #fff; font-style: normal; }
.quotes blockquote p { margin: 0 0 .4rem; font-size: .95rem; }
.quotes cite { font-style: normal; font-size: .8rem; color: var(--muted); }
.agenda li { margin-bottom: .15rem; }
.minutes { font-size: .95rem; }
.minutes h4 { margin: 1.2rem 0 .3rem; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.minutes p { margin: 0 0 .6rem; }

.pill i { font-style: normal; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-left: .3rem; }
a.pill { text-decoration: none; }
a.pill:hover { border-color: var(--ink); }
a.q { color: inherit; text-decoration: none; border-bottom: 1px dotted var(--line-2); }
a.q:hover { color: var(--accent-ink); border-bottom-color: var(--accent); }
mark { background: #fff1b8; padding: 0 .1em; scroll-margin-top: 100px; }
.agenda a { text-decoration: none; color: var(--ink); border-bottom: 1px dotted var(--line-2); }
.agenda a:hover { color: var(--accent-ink); }

/* rules index */
.essentials-wrap { margin-bottom: 1.5rem; }
.essentials { display: grid; gap: 1px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); background: var(--line); border: 1px solid var(--line); }
.essentials div { background: #fff; padding: .7rem .85rem; font-size: .88rem; color: var(--ink-2); line-height: 1.4; }
.essentials b { display: block; color: var(--ink); font-family: var(--font-display); font-size: .95rem; margin-bottom: .1rem; }
.rules-sec { padding: 1.6rem 0 .4rem; border-top: 1px solid var(--line); margin-top: .6rem; }
.rules-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; margin-bottom: .9rem; flex-wrap: wrap; }
.rules-head h2 { margin-bottom: .2rem; }
.rules-head p { margin: 0; color: var(--ink-2); max-width: 70ch; font-size: .95rem; }
.rules-sec .table-wrap { margin-bottom: .6rem; }
.qa-grid { display: grid; gap: 0 2.5rem; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }
.qa-grid .qa { border-top: 1px solid var(--line); padding: .8rem 0; }
.qa-grid .qa h3 { font-size: 1rem; margin: 0 0 .3rem; }
.qa-grid .qa p { margin: 0; color: var(--ink-2); font-size: .93rem; }
.kicker-list.pages li { flex-direction: column; gap: .1rem; }

.doc-pages { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); margin: .6rem 0 1rem; }
.doc-pages figure { margin: 0; }
.doc-pages img { width: 100%; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.doc-pages figcaption { font-size: .75rem; color: var(--muted); margin-top: .3rem; }
.small-h { font-size: .95rem; margin: 1rem 0 .3rem; }

.fin { padding: 1.4rem 0 .6rem; border-top: 1px solid var(--line); margin-top: .8rem; }
.fin h2 { margin-bottom: .5rem; }
.fin h3 { margin: 1.1rem 0 .4rem; font-size: 1.05rem; }
.fin p { color: var(--ink-2); max-width: 78ch; }
.fin-toc { margin: .8rem 0 .4rem; color: var(--muted); }
table.fin td:first-child { white-space: normal; }
@media (min-width: 900px) { .glance.eight { grid-template-columns: repeat(4, 1fr); } }
.pb-f { border-top: 1px solid var(--line); padding: .6rem 0; }
.pb-grid { display: grid; grid-template-columns: 2fr 1.2fr 1fr auto auto; gap: .5rem; align-items: center; }
.pb-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-top: .4rem; }
.pb-grid2 input[hidden] { display: none; }
@media (max-width: 720px) { .pb-grid, .pb-grid2 { grid-template-columns: 1fr; } }
#pb input, #pb select, #pb textarea { width: 100%; padding: .45rem .6rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: .92rem; background: #fff; }
#pb .opt input { width: auto; }
.form-card small a.pdf { color: var(--accent-ink); }

.fld { position: relative; }
.ac { position: absolute; left: 0; right: 0; top: 100%; z-index: 30; background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(20,19,15,.12); max-height: 320px; overflow: auto; }
.ac-item { padding: .5rem .75rem; cursor: pointer; border-top: 1px solid var(--line); }
.ac-item:first-child { border-top: 0; }
.ac-item b { display: block; font-weight: 600; font-size: .92rem; }
.ac-item span { font-size: .78rem; color: var(--muted); }
.ac-item:hover, .ac-item.on { background: var(--paper-2); }
.ac-src { padding: .3rem .75rem; font-size: .7rem; color: var(--muted); border-top: 1px solid var(--line); background: var(--paper-2); }

/* forms index */
.form-sec { margin: 1.2rem 0 .4rem; }
.form-sec h2 { font-size: 1.15rem; margin-bottom: .4rem; }
.form-list { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.form-row { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, .9fr) minmax(0, .8fr) auto; gap: 1rem; align-items: center; padding: .6rem .9rem; border-top: 1px solid var(--line); }
.form-row-head { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--paper-2); padding: .4rem .9rem; font-weight: 600; }
.form-row-cost { font-size: .9rem; font-variant-numeric: tabular-nums; }
.form-row:first-child { border-top: 0; }
.form-row-head + .form-row { border-top: 0; }
.form-row-main a { font-family: var(--font-display); font-weight: 600; text-decoration: none; color: var(--ink); font-size: 1rem; display: block; }
.form-row-main a:hover { color: var(--accent-ink); }
.form-row-main span { display: block; font-size: .86rem; color: var(--ink-2); }
.form-row-meta { font-size: .82rem; color: var(--muted); display: grid; gap: .1rem; }
.form-row-links { display: flex; gap: .4rem; white-space: nowrap; }
.small-btn { padding: .38rem .7rem; font-size: .82rem; }
@media (max-width: 720px) { .form-row { grid-template-columns: 1fr; gap: .4rem; } .form-row-links { justify-content: flex-start; } }

.form-page .two-col { grid-template-columns: minmax(0, 1fr) 260px; }
.form-page #form-app { margin-top: 0; }
.form-about { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .95rem; max-width: 70ch; }
.form-about h2 { font-size: 1.1rem; margin-bottom: .4rem; }
.form-side .facts { grid-template-columns: 1fr; gap: .1rem; }
.form-side .facts dt { margin-top: .6rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.form-side .facts dd { font-size: .9rem; }

.tier { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 1rem 1.2rem; margin: .8rem 0; }
.tier-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.tier-head h3 { margin: 0 0 .4rem; font-size: 1.25rem; }
.tier-head h3 a { text-decoration: none; color: var(--ink); }
.tier-head h3 a:hover { color: var(--accent-ink); }
.tier-stats { display: flex; gap: 1rem; font-size: .85rem; color: var(--muted); white-space: nowrap; }
.tier-stats b { color: var(--ink); font-family: var(--font-display); font-size: 1.1rem; }
.tier p { margin: .3rem 0; color: var(--ink-2); font-size: .95rem; }

.contact-card > div { display: grid; grid-template-columns: 5.2rem 1fr; gap: .4rem; padding: .3rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.contact-card .k { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; padding-top: .1rem; }
.pill.won { background: #e7f3e7; color: #1d5c2a; } .pill.lost { background: #f2f0ea; color: #5a574d; } .pill.pending { background: #fff3d6; color: #7a5200; } .pill.rejected { background: #fbe4e7; color: #8a1a2c; }
tr.won td:first-child { border-left: 3px solid #2f8f47; }
.dir-tools { margin: .6rem 0; } .dir-tools input { width: 100%; max-width: 28rem; padding: .5rem .7rem; border: 1px solid var(--line); border-radius: 8px; font: inherit; background: #fff; }

/* ---------- Rose Fest ---------- */
.rf { --rose: #b8233d; --deep: #4a0c19; --blush: #f9e4e8; --cream: #fff8f1; --gold: #e2b357; --leaf: #2f6b3a; background: var(--cream); color: #2a1a1c; }
.rf-wrap { max-width: 1120px; margin: 0 auto; padding: 0 1.2rem; }
.rf-hero { position: relative; margin-top: -88px; padding: 150px 0 0; min-height: min(88vh, 860px); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; overflow: hidden; background: var(--deep); }
.rf-hero-bg { position: absolute; inset: 0; }
.rf-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; filter: saturate(.7) contrast(1.05); opacity: .72; }
.rf-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(74,12,25,.05) 0%, rgba(74,12,25,.35) 45%, rgba(74,12,25,.94) 100%); }
.rf-hero-in { position: relative; max-width: 1120px; margin: 0 auto; padding: 0 1.2rem 3rem; width: 100%; }
.rf-eyebrow { font-family: "Caveat", cursive; font-size: clamp(1.3rem, 2.4vw, 1.9rem); color: #ffd9df; margin: 0 0 .2rem; }
.rf h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(4.5rem, 15vw, 13rem); line-height: .86; letter-spacing: -.045em; margin: 0; display: flex; gap: .18em; flex-wrap: wrap; }
.rf h1 { color: #fff; text-shadow: 0 2px 30px rgba(74,12,25,.5); } .rf h1 span:last-child { color: #ff8fa3; }
.rf-dates { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 600; margin: 1rem 0 .6rem; color: #fff; }
.rf-count { display: flex; gap: 1.6rem; margin: .4rem 0 1.4rem; }
.rf-count > div { display: flex; flex-direction: column; }
.rf-count b { font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.rf-count span { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: #ffd9df; }
.rf-count .now b { font-size: 2rem; }
.rf-cta { display: flex; gap: .6rem; flex-wrap: wrap; }
.rf-btn { display: inline-block; padding: .75rem 1.3rem; border-radius: 999px; background: #fff; color: var(--deep); font-weight: 600; text-decoration: none; border: 2px solid #fff; }
.rf-btn.ghost { background: transparent; color: #fff; }
.rf-btn:hover { background: #ffd9df; border-color: #ffd9df; color: var(--deep); }
.rf-marquee { position: relative; background: var(--rose); color: #fff; overflow: hidden; padding: .6rem 0; font-family: var(--font-display); font-weight: 600; font-size: .95rem; letter-spacing: .02em; }
.rf-marquee > div { display: inline-flex; gap: 2.6rem; white-space: nowrap; animation: rfm 60s linear infinite; padding-left: 2.6rem; }
.rf-marquee span::before { content: "\2726"; margin-right: 2.6rem; color: #ffd9df; }
@keyframes rfm { from { transform: translateX(0) } to { transform: translateX(-50%) } }
.rf-sec { padding: 4rem 0; }
.rf-sec h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4.5vw, 3.2rem); letter-spacing: -.03em; line-height: 1; margin: 0 0 .6rem; color: var(--deep); }
.rf-sub { color: #6b4a50; margin: 0 0 1.6rem; max-width: 46rem; font-size: 1.05rem; }
.rf-intro .rf-wrap { display: grid; grid-template-columns: 1fr 260px; gap: 3rem; align-items: center; }
.rf-lead .big { font-family: var(--font-display); font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.25; font-weight: 500; letter-spacing: -.015em; color: var(--deep); margin: 0 0 1rem; }
.rf-lead p { font-size: 1.08rem; line-height: 1.6; }
.rf-button img { border-radius: 12px; box-shadow: 0 20px 50px rgba(74,12,25,.25); transform: rotate(-2deg); }
.rf-intro .rf-wrap { grid-template-columns: 1fr 380px; }
.rf-day li b a { color: inherit; text-decoration: none; } .rf-day li b a:hover { color: var(--rose); }
.rf-gallery { grid-template-columns: repeat(4, 1fr); } .rf-gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px) { .rf-gallery { grid-template-columns: 1fr 1fr; } .rf-gallery figure:first-child { grid-column: span 2; grid-row: auto; } }
.rf-sched { background: #fff; border-top: 1px solid #f0d6db; border-bottom: 1px solid #f0d6db; }
.rf-days { display: flex; flex-direction: column; gap: .8rem; }
.rf-day { display: grid; grid-template-columns: 11rem 1fr; gap: 1.2rem; background: #fff; border: 1px solid #efd3d8; border-radius: 14px; padding: 1.1rem 1.2rem; }
.rf-day.big { background: var(--blush); border-color: #e9b9c2; }
.rf-day header { display: flex; flex-direction: column; gap: .15rem; border-right: 2px solid var(--rose); padding-right: 1rem; }
.rf-day .dow { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: var(--rose); line-height: 1; letter-spacing: -.03em; }
.rf-day .date { color: #6b4a50; font-weight: 600; font-size: 1.05rem; }
.rf-day .tag { margin-top: .4rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--deep); background: #fff; border: 1px solid #e9b9c2; padding: .15rem .5rem; border-radius: 999px; align-self: flex-start; }
.rf-day ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .2rem 1.6rem; }
.rf-day li { display: grid; grid-template-columns: 7rem 1fr; gap: .6rem; padding: .5rem 0; border-bottom: 1px dashed #e9c9cf; font-size: .95rem; }
.rf-day time { font-weight: 700; color: var(--deep); font-variant-numeric: tabular-nums; font-size: .85rem; padding-top: .15rem; }
.rf-day b { display: block; font-weight: 600; line-height: 1.3; }
.rf-day li span { display: block; color: #6b4a50; font-size: .83rem; margin-top: .15rem; }
.rf-route-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 3rem; align-items: start; }
.rf-map { width: 100%; height: auto; border-radius: 14px; border: 1px solid #efd3d8; background: var(--cream); }
.rf-map .lbl { font-family: var(--font-body, sans-serif); font-size: 13px; font-weight: 600; fill: #2a1a1c; }
.rf-map .lbl.small, .rf-map .small { font-size: 11px; font-weight: 500; }
.rf-steps { counter-reset: s; list-style: none; padding: 0; margin: 0 0 1rem; }
.rf-steps li { counter-increment: s; position: relative; padding: .55rem 0 .55rem 2.6rem; border-bottom: 1px solid #efd3d8; font-size: 1.02rem; }
.rf-steps li::before { content: counter(s); position: absolute; left: 0; top: .45rem; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--rose); color: #fff; font-family: var(--font-display); font-weight: 700; display: grid; place-items: center; font-size: .9rem; }
.rf-details { margin-top: 1rem; } .rf-details summary { cursor: pointer; color: var(--rose); font-weight: 600; } .rf-details img { margin-top: .6rem; border-radius: 10px; border: 1px solid #efd3d8; }
.rf-history { background: var(--deep); color: #fbe6ea; }
.rf-history h2 { color: #fff; } .rf-history a { color: #ffb3c0; }
.rf-timeline { list-style: none; margin: 1.5rem 0 1rem; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem 1.6rem; }
.rf-timeline li { border-top: 2px solid #ff8fa3; padding-top: .7rem; }
.rf-timeline b { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: #ff8fa3; line-height: 1; display: block; margin-bottom: .4rem; }
.rf-timeline p { margin: 0; font-size: .92rem; line-height: 1.45; }
.rf-nums { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin: 1.4rem 0 1rem; }
.rf-nums > div { background: #fff; border: 1px solid #efd3d8; border-radius: 14px; padding: 1.1rem 1rem; }
.rf-nums b { font-family: var(--font-display); font-weight: 800; font-size: 2rem; letter-spacing: -.03em; color: var(--rose); line-height: 1; display: block; margin-bottom: .4rem; }
.rf-nums span { font-size: .85rem; color: #4a3236; line-height: 1.35; display: block; }
.rf-posters { background: #fff; border-top: 1px solid #f0d6db; }
.rf-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.2rem; }
.rf-gallery figure { margin: 0; } .rf-gallery img { width: 100%; border-radius: 12px; border: 1px solid #efd3d8; box-shadow: 0 12px 30px rgba(74,12,25,.12); }
.rf-gallery figcaption { font-size: .85rem; color: #6b4a50; margin-top: .5rem; }
.rf-tickets { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; margin-top: 1.2rem; }
.rf-tickets a { display: grid; grid-template-columns: 3.4rem 1fr; gap: .9rem; align-items: center; background: #fff; border: 1px solid #efd3d8; border-radius: 12px; padding: .9rem 1rem .9rem .8rem; text-decoration: none; color: inherit; position: relative; }
.rf-tickets a::before, .rf-tickets a::after { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--cream); border: 1px solid #efd3d8; left: 3.6rem; }
.rf-tickets a::before { top: -8px; } .rf-tickets a::after { bottom: -8px; }
.rf-tickets .stub { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; color: var(--rose); border-left: 1px dashed #e9b9c2; padding-left: .2rem; text-align: center; height: 100%; }
.rf-tickets b { display: block; font-size: 1.05rem; } .rf-tickets a > span:last-child { font-size: .85rem; color: #6b4a50; }
.rf-tickets a:hover { border-color: var(--rose); }
.rf-two { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.rf-two h2 { font-size: 1.7rem; }
.rf-contacts { list-style: none; padding: 0; margin: .6rem 0 0; } .rf-contacts li { padding: .4rem 0; border-bottom: 1px solid #efd3d8; font-size: .95rem; } .rf-contacts b { display: inline-block; width: 6rem; color: var(--deep); }
.rf-committee { background: var(--blush); }
@media (max-width: 900px) { .rf-day { grid-template-columns: 1fr; } .rf-day header { border-right: 0; border-bottom: 2px solid var(--rose); padding: 0 0 .5rem; flex-direction: row; align-items: baseline; gap: .6rem; } .rf-day ul { grid-template-columns: 1fr; } .rf-route-grid, .rf-intro .rf-wrap, .rf-two { grid-template-columns: 1fr; } .rf-button { max-width: 200px; } .rf-timeline, .rf-nums { grid-template-columns: 1fr 1fr; } .rf-gallery, .rf-tickets { grid-template-columns: 1fr; } .rf-count { gap: 1rem; } }
@media (max-width: 560px) { .rf-hero { min-height: 70vh; } .rf-day li { grid-template-columns: 5.5rem 1fr; } }

.biz-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin: 1rem 0 .3rem; }
.biz-gallery figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; background: #eee; }
.biz-gallery figure.lead { grid-column: span 3; aspect-ratio: 16 / 8; }
.biz-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.self-desc q { font-style: italic; }
table.menu td:first-child { max-width: 32rem; }
@media (max-width: 600px) { .biz-gallery { grid-template-columns: 1fr 1fr; } .biz-gallery figure.lead { grid-column: span 2; } }

tr.rowlink { cursor: pointer; }
tr.rowlink:hover td { background: #f7f1ec; }
tr.rowlink:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hero .wrap { min-height: 0; }
.biz-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.biz-tile { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.biz-tile .img { position: relative; aspect-ratio: 16 / 10; background: #eee9e2; display: block; overflow: hidden; }
.biz-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.biz-tile .cat { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); padding: .7rem .9rem 0; }
.biz-tile b { padding: .15rem .9rem 0; font-size: 1.02rem; line-height: 1.25; }
.biz-tile .meta { padding: .2rem .9rem .8rem; font-size: .82rem; color: var(--muted); }
.biz-tile:hover { border-color: var(--ink); }
@media (max-width: 900px) { .biz-tiles { grid-template-columns: 1fr 1fr; } }
.sv-figure { margin: 1rem 0 .3rem; } .sv-figure img { width: 100%; border-radius: 8px; display: block; } .sv-figure figcaption { font-size: .8rem; color: var(--muted); margin-top: .35rem; }

.mentions { list-style: none; padding: 0; margin: .5rem 0 0; }
.mentions li { display: grid; grid-template-columns: 11rem 1fr; gap: .8rem; padding: .5rem 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.mentions .when { font-weight: 600; } .mentions .when .muted { display: block; font-weight: 400; }
@media (max-width: 600px) { .mentions li { grid-template-columns: 1fr; } }

.tier-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr; gap: 1.2rem; margin: .8rem 0 .4rem; }
.tier-grid h4 { margin: 0 0 .3rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.tier-grid p, .tier-grid li { font-size: .9rem; margin: 0; }
.tier-grid ul { margin: 0; padding-left: 1rem; } .tier-grid ul.kicker-list { padding-left: 0; }
.tier-grid ul.kicker-list li { padding: .25rem 0; }
.tier-more { margin: .4rem 0 0; font-size: .9rem; }
table.steps td:nth-child(2) { min-width: 18rem; }
@media (max-width: 900px) { .tier-grid { grid-template-columns: 1fr 1fr; } }

.zmap { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; margin: 0 0 1.5rem; }
.zmap-tools { display: flex; gap: .4rem; align-items: center; padding: .5rem .7rem; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.zmap-tools button { font: inherit; width: 2rem; height: 2rem; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }
.zmap-view { position: relative; height: min(72vh, 820px); overflow: hidden; cursor: grab; background: #f3f1ec; touch-action: none; }
.zmap-view img { position: absolute; left: 0; top: 0; transform-origin: 0 0; max-width: none; user-select: none; }
.zlegend { list-style: none; padding: 0; margin: .4rem 0 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: .3rem 1.2rem; }
.zlegend li { display: flex; align-items: center; gap: .5rem; font-size: .92rem; } .zlegend .sw { width: 1.3rem; height: 1rem; border: 1px solid #999; border-radius: 3px; display: inline-block; }
.zlegend b { min-width: 2.2rem; }
.zmap-thumb img { border: 1px solid var(--line); border-radius: 8px; }
@media (max-width: 600px) { .zlegend { grid-template-columns: 1fr; } }

.biz-tile .img.poster { background: #efe9e1; } .biz-tile .img.poster img { object-fit: contain; }
.biz-gallery figure.poster { aspect-ratio: auto; background: #efe9e1; } .biz-gallery figure.poster img { object-fit: contain; max-height: 760px; width: auto; margin: 0 auto; }
.biz-gallery figure.lead.poster { grid-column: span 3; }
table.parks td.thumb { width: 84px; padding: .25rem .4rem; } table.parks td.thumb img { width: 76px; height: 52px; object-fit: cover; border-radius: 4px; display: block; }
table.parks td:nth-child(3) { max-width: 34rem; }

.izmap { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; margin: 0 0 1.5rem; }
.izmap-view { position: relative; height: min(78vh, 900px); overflow: hidden; background: #f7f5f0; cursor: crosshair; touch-action: none; }
.izmap-view svg { width: 100%; height: 100%; display: block; }
.izmap .pz { stroke: #6b6259; stroke-width: .35; vector-effect: non-scaling-stroke; transition: opacity .15s; }
.izmap .pz.hot { stroke: #15140f; stroke-width: 1.4; } .izmap .pz.dim { opacity: .18; } .izmap .pz.found { stroke: #a4243b; stroke-width: 1.6; }
.izmap .pz.rz { stroke: #15140f; stroke-width: 1; stroke-dasharray: 3 2; }
.ztip { position: absolute; z-index: 5; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 10px; padding: .6rem .75rem .5rem; width: 280px; font-size: .82rem; line-height: 1.35; box-shadow: 0 10px 30px rgba(20,19,15,.16); pointer-events: none; }
.ztip .zt-h { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; margin-bottom: .35rem; }
.ztip .zt-h b { font-family: var(--font-display); font-size: 1rem; letter-spacing: -0.01em; line-height: 1.15; }
.ztip .zt-pin { font-size: .68rem; color: var(--muted); white-space: nowrap; font-variant-numeric: tabular-nums; }
.ztip .zt-z { display: flex; align-items: center; gap: .4rem; padding: .3rem .45rem; margin: 0 0 .45rem; background: var(--paper-2); border-radius: 6px; }
.ztip .zt-z i { display: inline-block; width: .85rem; height: .85rem; border: 1px solid rgba(0,0,0,.25); border-radius: 3px; flex: none; } .ztip .zt-z em { color: var(--accent); font-style: normal; font-weight: 600; margin-left: auto; }
.ztip .zt-kv { display: grid; grid-template-columns: repeat(4, 1fr); gap: .3rem; margin: 0 0 .4rem; }
.ztip .zt-kv div { min-width: 0; } .ztip .zt-kv dt { font-size: .62rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); } .ztip .zt-kv dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ztip .zt-o { font-weight: 500; } .ztip .zt-tag { display: inline-block; font-size: .62rem; text-transform: uppercase; letter-spacing: .06em; padding: .05rem .35rem; border-radius: 999px; background: #e7f3e7; color: #1d5c2a; vertical-align: 1px; }
.ztip .zt-f { color: var(--muted); font-size: .74rem; } .ztip .zt-hint { margin-top: .35rem; padding-top: .3rem; border-top: 1px dashed var(--line); font-size: .7rem; color: var(--muted); }
.zpop { position: absolute; z-index: 6; top: .6rem; right: .6rem; width: min(340px, calc(100% - 1.2rem)); max-height: calc(100% - 1.2rem); overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 40px rgba(20,19,15,.2); padding: .9rem 1rem 1rem; font-size: .86rem; cursor: default; }
.zpop .zp-x { position: absolute; top: .45rem; right: .5rem; width: 1.7rem; height: 1.7rem; border: 0; border-radius: 999px; background: var(--paper-2); font: inherit; font-size: 1.1rem; line-height: 1; cursor: pointer; color: var(--ink); }
.zpop .zp-h { padding-right: 2rem; margin-bottom: .6rem; } .zpop .zp-eye { display: flex; align-items: center; gap: .4rem; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.zpop .zp-eye i { display: inline-block; width: .8rem; height: .8rem; border: 1px solid rgba(0,0,0,.25); border-radius: 3px; }
.zpop .zp-h b { display: block; font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -0.02em; line-height: 1.1; margin: .15rem 0 .2rem; }
.zpop .zp-o { display: block; font-weight: 500; } .zpop .zp-o em { font-style: normal; color: var(--muted); font-size: .78rem; } .zpop .zp-rz { display: block; color: var(--accent); font-weight: 600; font-size: .8rem; margin-top: .2rem; }
.zpop .zp-kv { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem .8rem; margin: 0 0 .8rem; padding: .6rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.zpop .zp-kv div { min-width: 0; } .zpop .zp-kv dt { font-size: .64rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); } .zpop .zp-kv dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }
.zpop .zp-act { display: flex; flex-wrap: wrap; gap: .4rem; } .zpop .zp-act .btn { font-size: .8rem; padding: .4rem .7rem; }
.izmap .pz.sel { stroke: var(--accent); stroke-width: 2.2; }
.zlegend-i { padding: .6rem .8rem; margin: 0; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.zlegend-i li { cursor: pointer; padding: .15rem .3rem; border-radius: 6px; } .zlegend-i li.on { background: #f1ede6; }
.izmap .zmap-tools input { font: inherit; padding: .35rem .6rem; border: 1px solid var(--line); border-radius: 6px; width: 16rem; }
@media (max-width: 700px) { .zlegend-i { grid-template-columns: 1fr 1fr; } }

figure.video { margin: 0 0 1.2rem; }
.video-box { position: relative; aspect-ratio: 16 / 9; background: #111; border-radius: 10px; overflow: hidden; }
.video-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
figure.video figcaption { font-size: .82rem; color: var(--muted); margin-top: .4rem; }

.minutes { font-size: .95rem; line-height: 1.55; }
.minutes h4 { margin: 1.6rem 0 .5rem; padding-top: .8rem; border-top: 1px solid var(--line); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.minutes h5 { margin: .9rem 0 .3rem; font-size: 1rem; font-weight: 700; }
.minutes p { margin: 0 0 .55rem; max-width: 62ch; }
.minutes .call p { margin-bottom: .4rem; }
.minutes dl.att { display: grid; grid-template-columns: 7rem 1fr; gap: .15rem .8rem; margin: .3rem 0 .8rem; font-size: .9rem; }
.minutes dl.att dt { color: var(--muted); } .minutes dl.att dd { margin: 0; }
.minutes .mo { position: relative; margin: .5rem 0 .9rem; padding: .6rem .8rem .6rem 1rem; border-left: 3px solid var(--accent); background: #fff; border-radius: 0 8px 8px 0; }
.minutes .mo .lbl { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); font-weight: 700; display: block; margin-bottom: .15rem; }
.minutes .mo p { margin: 0 0 .3rem; }
.minutes .vote, .minutes .mo .vote { font-size: .82rem; color: var(--muted); margin: 0 0 .3rem; }
.minutes .vbadge { display: inline-block; font-size: .75rem; font-weight: 700; padding: .1rem .5rem; border-radius: 999px; background: #eee; color: #444; }
.minutes .vbadge.ok { background: #e7f3e7; color: #1d5c2a; } .minutes .vbadge.split { background: #fff3d6; color: #7a5200; } .minutes .vbadge.fail { background: #fbe4e7; color: #8a1a2c; }
.minutes ul.consent { margin: .2rem 0 .5rem; padding-left: 1.1rem; font-size: .9rem; } .minutes ul.consent li { margin: .12rem 0; }

.two-col .zlegend-i { grid-template-columns: 1fr 1fr; }
.prose .izmap { margin-bottom: 1.6rem; }

.izmap .zmap-tools select { font: inherit; padding: .35rem .5rem; border: 1px solid var(--line); border-radius: 6px; background: #fff; }

.tier-send { border-top: 1px dashed var(--line); margin-top: .6rem; padding-top: .6rem; }
.tier-send h4 { margin: 0 0 .3rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.tier-send ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem 1.2rem; list-style: none; counter-reset: ts; }
.tier-send li { font-size: .88rem; position: relative; padding-left: 1.5rem; counter-increment: ts; }
.tier-send li::before { content: counter(ts); position: absolute; left: 0; top: .05rem; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--ink); color: #fff; font-size: .7rem; font-weight: 700; display: grid; place-items: center; }
@media (max-width: 900px) { .tier-grid { grid-template-columns: 1fr 1fr; } .tier-send ol { grid-template-columns: 1fr; } }

.sp-obj { border-top: 2px solid var(--ink); padding-top: 1rem; margin-top: 2rem; }
.sp-head { display: flex; gap: 1rem; align-items: flex-start; }
.sp-num { flex: 0 0 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; display: grid; place-items: center; }
.sp-head h2 { margin: 0 0 .2rem; border: 0; padding: 0; } .sp-objective { margin: 0; color: var(--ink-2); font-style: italic; }
.sp-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 1.5rem; margin: 1rem 0; }
.sp-grid h4 { margin: 0 0 .4rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.sp-actions { margin: 0; padding-left: 1.2rem; font-size: .92rem; } .sp-actions li { margin: .25rem 0; }
.sp-status { font-weight: 600; margin: 0 0 .5rem; }
.sp-ev li { grid-template-columns: 6rem 1fr; }
.sp-mentions h2 { font-size: 1rem; margin-top: .8rem; }
.sp-comps { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .sp-comp { border: 1px solid var(--line); border-radius: 10px; padding: .8rem 1rem; } .sp-comp h3 { margin: 0 0 .4rem; font-size: 1rem; } .sp-comp ul { margin: 0; padding-left: 1.1rem; font-size: .9rem; }
@media (max-width: 800px) { .sp-grid, .sp-comps { grid-template-columns: 1fr; } }

/* Rule: table cells are single-line. Only paragraph-like cells (class "p", or the descriptive "small" cells) may wrap. */
.table-wrap table td, .table-wrap table th { white-space: nowrap; }
.table-wrap table td.p, .table-wrap table td.small, .table-wrap table th.p { white-space: normal; }
.table-wrap table td.small.nw { white-space: nowrap; min-width: 0; }
table.dense { font-size: .82rem; } table.dense td, table.dense th { padding: .28rem .4rem; }
.table-wrap table td.small.num, .table-wrap table td.num.small { white-space: nowrap; min-width: 0; }
table.parks td.thumb { white-space: nowrap; }

tr.grp td { background: #f1ede6 !important; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; padding: .35rem .6rem !important; }
tr.grp { cursor: default; } table.dense td.thumb { min-width: 56px; width: 56px; padding-left: .3rem; padding-right: .3rem; } table.dense td.thumb img { width: 52px; height: 38px; }

/* ---------------------------------------------------------------- what was asked */
.tsums { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 1.3rem; }
.tsum { font-size: .78rem; padding: .2rem .55rem; border: 1px solid var(--line-2); border-radius: 999px; background: #fff; color: var(--muted); }
.tsum b { font-weight: 700; color: var(--ink); }
.tsum.st-yes { border-color: #bfd9c6; background: #eef6f0; color: #1f5a33; }
.tsum.st-out { border-color: #c3d0e0; background: #eef3f8; color: #1f3f5a; }
.tsum.st-part { border-color: #e4d2ab; background: #fbf4e4; color: #6d5310; }
.tsum.st-un { border-style: dashed; }

.tcards { display: grid; gap: 1rem; }
.tcard { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); padding: 1rem 1.15rem 1.1rem; }

.tc-meta { display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; font-size: .8rem; color: var(--muted); margin-bottom: .55rem; }
.tc-meta > span:not(.tc-kind)::before, .tc-meta > a::before { content: "·"; margin-right: .5rem; color: var(--line-2); }
.tc-meta a { color: var(--muted); text-decoration: none; }
.tc-meta a:hover { color: var(--accent-ink); text-decoration: underline; }
.tc-kind { font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; padding: .18rem .45rem; border-radius: 3px; background: var(--paper-2); color: var(--ink-2); }
.tc-kind.t-question { background: #eaf0f7; color: #27496d; }
.tc-kind.t-claim { background: var(--accent-soft); color: var(--accent-ink); }
.tc-kind.t-action { background: #edf4ed; color: #2c5638; }
.tc-kind.t-lookup { background: #fbf4e4; color: #6d5310; }

.tc-said { margin: 0 0 .5rem; padding: 0 0 0 .95rem; border-left: 3px solid var(--line-2); font-size: 1.04rem; line-height: 1.45; color: var(--ink); }
.tc-said.tc-para { font-style: italic; color: var(--ink-2); }
.tc-ctx { margin: 0 0 .55rem; font-size: .84rem; color: var(--muted); }
.tc-reply { margin: 0 0 .7rem; font-size: .9rem; color: var(--ink-2); }
.tc-reply span { display: inline-block; font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; color: var(--muted); margin-right: .45rem; }

.tc-ans { border-top: 1px solid var(--line); padding-top: .7rem; }
.tc-ans p { margin: 0 0 .35rem; font-size: .97rem; line-height: 1.5; }
.tc-pill { display: inline-block; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; padding: .2rem .5rem; border-radius: 3px; margin-bottom: .45rem; background: var(--paper-2); color: var(--muted); }
.st-yes .tc-pill { background: #eef6f0; color: #1f5a33; }
.st-out .tc-pill { background: #eef3f8; color: #1f3f5a; }
.st-part .tc-pill { background: #fbf4e4; color: #6d5310; }
.st-un .tc-pill { background: #fff; color: var(--muted); border: 1px dashed var(--line-2); }
.st-un .tc-ans p:not(.tc-src) { color: var(--muted); font-style: italic; }
.tc-contra { padding: .5rem .7rem; background: var(--accent-soft); border-radius: 4px; color: var(--accent-ink); font-size: .92rem; }
.tc-src { font-size: .78rem; color: var(--muted); margin: .45rem 0 0; }
.tc-src code { background: var(--paper-2); padding: .08rem .3rem; border-radius: 3px; font-size: .95em; }
.tc-src a { color: var(--accent-ink); }

.tfilters { position: sticky; top: 64px; z-index: 5; background: var(--paper); padding: .8rem 0 .7rem; border-bottom: 1px solid var(--line); margin-bottom: 1.3rem; }
.tfilters input[type=search] { width: 100%; padding: .6rem .8rem; border: 1px solid var(--line-2); border-radius: var(--radius); font: inherit; font-size: .95rem; background: #fff; margin-bottom: .55rem; }
.fchips { display: flex; flex-wrap: wrap; gap: .3rem; align-items: center; margin-bottom: .35rem; }
.fgrp { font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); font-weight: 700; min-width: 3.4rem; }
.fchip { font: inherit; font-size: .79rem; padding: .22rem .6rem; border: 1px solid var(--line-2); border-radius: 999px; background: #fff; color: var(--ink-2); cursor: pointer; text-decoration: none; }
.fchip:hover { border-color: var(--accent); color: var(--accent-ink); }
.fchip.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.fchip .n { color: var(--muted); font-size: .9em; }
.fchip.on .n { color: rgba(255,255,255,.7); }
@media (max-width: 640px) { .tfilters { position: static; } }

/* ==========================================================================
   home page, Sept. 14 2026: editorial hero, picture bands, fire feature
   ========================================================================== */
.home-hero { position: relative; background: var(--ink); color: #fff; margin-top: -88px; padding: calc(88px + clamp(2rem, 4.5vw, 3.6rem)) 0 clamp(2.2rem, 5vw, 4rem); overflow: hidden; }
@media (max-width: 900px) { .home-hero { margin-top: -78px; padding-top: calc(78px + 2rem); } }
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.12); }
.home-hero .wrap { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(1.8rem, 4vw, 3.6rem); align-items: center; }
.home-hero h1 { color: #fff; font-size: clamp(2.3rem, 4.9vw, 4rem); letter-spacing: -0.035em; line-height: 1.02; margin: 0 0 .7rem; text-wrap: balance; }
.home-hero h1 em { font-style: normal; color: #e8b6bf; }
.home-hero .eyebrow { color: #e8b6bf; margin-bottom: .9rem; }
.home-hero p { color: rgba(255,255,255,.74); font-size: 1.08rem; max-width: 48ch; margin: 0 0 1.3rem; }
.home-hero .btn { background: #fff; color: var(--ink); border-color: #fff; }
.home-hero .btn:hover { background: #f2efe9; }
.home-hero .btn.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.34); }
.home-hero .btn.ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.home-hero .btn-row { margin-top: 0; }

.mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.18fr 1fr; gap: 10px; aspect-ratio: 5 / 4; }
.mosaic figure { margin: 0; position: relative; overflow: hidden; border-radius: 10px; background: #26241f; }
.mosaic figure:first-child { grid-column: 1 / 3; }
.mosaic picture { display: block; width: 100%; height: 100%; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mosaic figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem .7rem .55rem; font-size: .72rem; line-height: 1.25; color: rgba(255,255,255,.94); background: linear-gradient(180deg, rgba(12,11,8,0), rgba(12,11,8,.78)); }
@media (max-width: 940px) {
  .home-hero .wrap { grid-template-columns: 1fr; }
  .mosaic { aspect-ratio: 16 / 9; }
}
@media (max-width: 560px) { .mosaic { aspect-ratio: 1 / 1; } }

/* stat strip sitting directly under the hero */
.stat-strip { background: var(--ink); padding-bottom: clamp(1.6rem, 4vw, 2.6rem); }
.stat-strip .stats { background: rgba(255,255,255,.14); border: 0; border-radius: 10px; }
.stat-strip .stats > * { background: #1d1c17; color: #fff; }
.stat-strip .stats a:hover { background: #262520; }
.stat-strip .stats span { color: rgba(255,255,255,.6); }

/* picture band */
.pics { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: 1.6rem; }
.pics figure { margin: 0; }
.pics img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 45%; border-radius: 8px; background: var(--paper-2); }
.pics figcaption { font-size: .82rem; color: var(--ink-2); margin-top: .45rem; line-height: 1.35; }
.pics figcaption b { display: block; font-weight: 600; color: var(--ink); }
.pics figcaption .cr { display: block; font-size: .72rem; color: var(--muted); margin-top: .15rem; }
.pics figure.wide { grid-column: span 2; }
.pics figure.wide img { aspect-ratio: 16 / 9; }
@media (max-width: 900px) { .pics { grid-template-columns: repeat(2, 1fr); } .pics figure.wide { grid-column: span 2; } }
@media (max-width: 520px) { .pics { grid-template-columns: 1fr; } .pics figure.wide { grid-column: span 1; } }

/* dark feature band (fire and rescue on the home page) */
section.band.dark { background: var(--ink); color: #fff; border-top: 0; }
section.band.dark h2, section.band.dark h3 { color: #fff; }
section.band.dark .eyebrow { color: #e8b6bf; }
section.band.dark p { color: rgba(255,255,255,.74); }
section.band.dark .section-head p { color: rgba(255,255,255,.74); }
section.band.dark .btn { background: #fff; color: var(--ink); border-color: #fff; }
section.band.dark .btn.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.34); }
section.band.dark .btn.ghost:hover { background: rgba(255,255,255,.1); }
section.band.dark figure.photo img { border-radius: 10px; }
section.band.dark figure.photo figcaption { color: rgba(255,255,255,.55); }
.feature-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(1.6rem, 4vw, 3.2rem); align-items: center; }
@media (max-width: 880px) { .feature-2 { grid-template-columns: 1fr; } }
.figs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; overflow: hidden; margin: 1.4rem 0; }
.figs div { background: #1d1c17; padding: .85rem 1rem; }
.figs b { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.05; }
.figs span { color: rgba(255,255,255,.6); font-size: .78rem; }

/* fire department pages */
.fd-hero { position: relative; background: #1d1c17; color: #fff; margin-top: -88px; overflow: hidden; }
@media (max-width: 900px) { .fd-hero { margin-top: -78px; } }
.fd-hero picture { display: block; }
.fd-hero img { width: 100%; height: min(52vh, 460px); object-fit: cover; }
.fd-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,15,11,.30) 0%, rgba(16,15,11,.55) 45%, rgba(16,15,11,.88) 100%); }
.fd-hero .wrap { position: absolute; inset: auto 0 0; padding-bottom: clamp(1.4rem, 3.5vw, 2.6rem); z-index: 1; }
.fd-hero .crumbs, .fd-hero .crumbs a { color: rgba(255,255,255,.7); }
.fd-hero h1 { color: #fff; margin-bottom: .4rem; }
.fd-hero .lede { color: rgba(255,255,255,.82); }
.fd-hero .eyebrow { color: #e8b6bf; }
.alert-box { border: 1px solid var(--line); border-left: 3px solid var(--accent); background: #fff; border-radius: var(--radius); padding: .9rem 1.1rem; margin: 0 0 1.6rem; }
.alert-box p { margin: 0; }
.alert-box b { color: var(--accent-ink); }
.callout { border: 1px solid var(--line); background: var(--paper-2); border-radius: var(--radius); padding: 1.1rem 1.25rem; margin: 1.6rem 0; }
.callout h3 { margin-top: 0; font-size: 1.05rem; }
.callout p:last-child, .callout ul:last-child { margin-bottom: 0; }
.steps { list-style: none; counter-reset: s; padding: 0; margin: 1.2rem 0; }
.steps li { counter-increment: s; position: relative; padding: .75rem 0 .75rem 2.6rem; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(s); position: absolute; left: 0; top: .8rem; width: 1.75rem; height: 1.75rem; border-radius: 999px; background: var(--accent); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .86rem; display: grid; place-items: center; }
.steps li b { display: block; }

/* archival maps and documents inside prose: capped, and clickable to the full plate */
.prose figure.doc { margin: 1.8rem 0; }
.prose figure.doc a { display: block; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.prose figure.doc img { width: 100%; height: auto; max-height: 620px; object-fit: contain; border-radius: 0; }
.prose figure.doc figcaption { font-size: .85rem; color: var(--muted); margin-top: .5rem; }

/* fire department: sub-navigation, on-page contents, readability */
.fd-tabs { border-bottom: 1px solid var(--line); background: var(--paper); position: sticky; top: 70px; z-index: 20; box-shadow: 0 6px 14px -12px rgba(20,19,15,.5); }
.fd-tabs .wrap { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.fd-tabs .wrap::-webkit-scrollbar { display: none; }
.fd-tabs a { flex: 1 1 0; min-width: 9.5rem; text-decoration: none; color: var(--ink-2); padding: .8rem 1rem .75rem; border-bottom: 2px solid transparent; }
.fd-tabs a b { display: block; font-family: var(--font-display); font-weight: 600; font-size: .98rem; color: var(--ink); letter-spacing: -0.01em; }
.fd-tabs a span { display: block; font-size: .78rem; color: var(--muted); margin-top: .1rem; }
.fd-tabs a:hover { background: var(--paper-2); }
.fd-tabs a[aria-current] { border-bottom-color: var(--accent); }
.fd-tabs a[aria-current] b { color: var(--accent-ink); }
@media (max-width: 900px) { .fd-tabs { top: 62px; } }
@media (max-width: 720px) { .fd-tabs a { flex: 0 0 auto; min-width: 0; padding: .7rem .85rem; } .fd-tabs a span { display: none; } }

.side .toc li { border-top: 0; padding: .22rem 0; }
.side .toc { counter-reset: t; border-left: 2px solid var(--line); padding-left: .8rem; }
.side .toc a { color: var(--ink-2); }
.side .toc a:hover { color: var(--accent-ink); }

.fd-body .standfirst { font-size: 1.12rem; line-height: 1.5; color: var(--ink); }
.fd-body h2 { border-top: 1px solid var(--line); padding-top: 1.7rem; margin-top: 2.8rem; scroll-margin-top: 8rem; }
.fd-body > h2:first-of-type { margin-top: 2.2rem; }
.fd-body .facts.keyfacts { margin: 1.4rem 0 1.6rem; }
.fd-body .faq { border-top: 1px solid var(--line); padding-top: 1.7rem; margin-top: 2.8rem; scroll-margin-top: 8rem; }
.fd-body .faq h2 { border-top: 0; padding-top: 0; margin-top: 0; }
details.more-rows { margin: .2rem 0 1.6rem; }
details.more-rows > summary { cursor: pointer; font-size: .92rem; color: var(--accent-ink); padding: .5rem 0; list-style: none; }
details.more-rows > summary::-webkit-details-marker { display: none; }
details.more-rows > summary::before { content: "+ "; font-weight: 700; }
details[open].more-rows > summary::before { content: "− "; }
details.more-rows > summary:hover { text-decoration: underline; }

.side:has(.toc) { top: 150px; max-height: calc(100vh - 176px); overflow-y: auto; scrollbar-width: thin; }
@media (max-width: 900px) { .side:has(.toc) { position: static; max-height: none; overflow: visible; } }

/* apparatus: scale drawings of each kind of truck */
.rigs { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; margin: 1.4rem 0 .6rem; }
.rig-card { margin: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.rig-art { background: var(--paper-2); padding: .5rem .6rem 0; }
svg.rig { width: 100%; height: auto; display: block; }
.rig-card figcaption { padding: .7rem .9rem .9rem; }
.rig-card figcaption b { font-family: var(--font-display); font-size: 1.02rem; }
.rig-card figcaption .n { color: var(--muted); margin-left: .45rem; font-size: .9rem; font-variant-numeric: tabular-nums; }
.rig-card figcaption .d { display: block; font-size: .9rem; color: var(--ink-2); margin-top: .3rem; line-height: 1.4; }
@media (max-width: 620px) { .rigs { grid-template-columns: 1fr; } }

/* ---- individual business page ---- */
.biz-head .eyebrow { margin-bottom: .35rem; }
.biz-head h1 { margin-bottom: .5rem; }
.biz-ident { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.4rem; color: var(--ink-2); font-size: .95rem; }
.biz-ident > span { display: inline-flex; align-items: center; gap: .45rem; }
.biz-ident .rate b { font-weight: 700; }
.biz-ident .rate .muted { font-size: .85rem; }
.stars { display: block; flex: none; }
.biz-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.1rem; }
.biz-actions .btn { font-size: .9rem; padding: .5rem .9rem; }

/* plate for listings with no photograph and no street view */
.biz-plate { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2);
  padding: 2.4rem 1.6rem; text-align: center; margin: 1rem 0 .3rem; }
.biz-plate .eyebrow { margin-bottom: .5rem; }
.biz-plate b { display: block; font-family: var(--font-display); font-size: clamp(1.4rem, 3.2vw, 2.1rem);
  font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: .4rem; text-wrap: balance; }
.biz-plate .muted { font-size: .9rem; }

/* ---- parks index: cards, not a table ---- */
.park-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); margin: 1.2rem 0 0; }
.pk-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; background: #fff; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.pk-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.pk-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.pk-img { display: block; aspect-ratio: 16 / 10; background: var(--paper-2); overflow: hidden; }
.pk-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pk-img .no-img { display: flex; align-items: center; justify-content: center; height: 100%;
  font-size: .78rem; color: var(--muted); letter-spacing: .04em; }
.pk-body { display: flex; flex-direction: column; gap: .2rem; padding: .75rem .85rem .85rem; flex: 1; }
.pk-body b { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; line-height: 1.2; }
.pk-where { font-size: .78rem; color: var(--muted); }
.pk-what { font-size: .85rem; color: var(--ink-2); line-height: 1.4; margin-top: .25rem; }
.pk-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; padding-top: .6rem;
  font-size: .76rem; color: var(--muted); }
.pk-meta .pk-rate { color: var(--accent-ink); font-weight: 600; }

/* ---- jobs table: position carries employer and note, so cells stay on one line ---- */
table.jobs td { vertical-align: top; }
table.jobs td.jb { min-width: 20rem; }
table.jobs td.jb a { font-weight: 600; display: block; }
table.jobs td.jb .emp { display: block; font-size: .8rem; color: var(--ink-2); }
table.jobs td.jb .jnote { display: block; font-size: .78rem; color: var(--muted); line-height: 1.35;
  margin-top: .2rem; white-space: normal; max-width: 42rem; }
table.jobs td.pay { white-space: normal; max-width: 16rem; font-variant-numeric: tabular-nums; }
table.jobs td.small, table.jobs td.num { white-space: nowrap; }

/* ================= parks department front page ================= */
.parks-dept { --pd-line: var(--line); }
.pd-hero { position: relative; isolation: isolate; background: #1f2a20; margin-bottom: 0; }
.pd-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; z-index: -2; }
.pd-hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,32,22,.34) 0%, rgba(20,32,22,.46) 55%, rgba(20,32,22,.86) 100%); }
.pd-hero-in { padding: clamp(3rem, 9vw, 6rem) 0 clamp(2rem, 5vw, 3.2rem); max-width: 66ch; color: #fff; }
.pd-eyebrow { display: block; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  color: #cfe0cd; margin-bottom: .7rem; font-weight: 600; }
.pd-hero h1 { color: #fff; font-size: clamp(2.1rem, 6vw, 3.6rem); line-height: 1.03; margin: 0 0 .8rem;
  text-shadow: 0 1px 16px rgba(10,20,12,.5); }
.pd-lede { color: #e3ece1; font-size: clamp(.95rem, 1.9vw, 1.08rem); line-height: 1.6; margin: 0 0 1.5rem; }
.pd-acts { display: flex; flex-wrap: wrap; gap: .5rem; }
.pd-btn { display: inline-block; background: #fff; color: var(--ink); text-decoration: none; font-weight: 600;
  font-size: .88rem; padding: .6rem 1.1rem; border-radius: var(--radius); border: 1px solid #fff; }
.pd-btn.ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.5); }
.pd-btn:hover { background: var(--paper-2); color: var(--ink); }
.pd-btn.ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

.parks-dept section { padding: clamp(2rem, 5vw, 3.2rem) 0; }
.pd-h2 { font-size: clamp(1.3rem, 3vw, 1.85rem); margin: 0 0 .3rem; }
.pd-h2.sm { font-size: 1.05rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.pd-blurb { color: var(--ink-2); font-size: .95rem; margin: 0 0 1.3rem; max-width: 74ch; }

/* what's next */
.pd-now { background: var(--paper-2); border-bottom: 1px solid var(--line); }
.pd-evs { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.pd-ev { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: .8rem .9rem; text-decoration: none; color: inherit; }
.pd-ev:hover { border-color: var(--accent); }
.pd-ev-when { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: .25rem; }
.pd-ev b { display: block; font-family: var(--font-display); font-size: 1.02rem; line-height: 1.25; }
.pd-ev-where { display: block; font-size: .8rem; color: var(--muted); margin-top: .2rem; }

/* lead story */
.pd-lead { border-bottom: 1px solid var(--line); }
.pd-lead-in { display: grid; gap: clamp(1.2rem, 3.5vw, 2.6rem); grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center; }
.pd-lead figure { margin: 0; }
.pd-lead img { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.pd-kicker { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: .45rem; }
.pd-lead h2 { font-size: clamp(1.5rem, 3.6vw, 2.2rem); margin: 0 0 .6rem; line-height: 1.1; }
.pd-lead h2 a { text-decoration: none; color: inherit; }
.pd-lead h2 a:hover { color: var(--accent-ink); }
.pd-lead p { color: var(--ink-2); font-size: .98rem; line-height: 1.6; margin: 0 0 .9rem; }
.pd-more { font-weight: 600; font-size: .9rem; }
@media (max-width: 760px) { .pd-lead-in { grid-template-columns: 1fr; } }

/* the places */
.pd-sec + .pd-sec { border-top: 1px solid var(--line); }
.pd-places { list-style: none; margin: 0; padding: 0; display: grid; gap: .3rem 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); }
.pd-places li { border-top: 1px solid var(--line); }
.pd-places a { display: flex; gap: .85rem; padding: .75rem 0; text-decoration: none; color: inherit; align-items: flex-start; }
.pd-places a:hover .pd-it b { color: var(--accent-ink); }
.pd-th { flex: none; width: 92px; height: 66px; border-radius: 4px; overflow: hidden; background: var(--paper-2); }
.pd-th img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-th.empty { background: repeating-linear-gradient(45deg, var(--paper-2), var(--paper-2) 6px, #efeae0 6px, #efeae0 12px); }
.pd-it { display: block; min-width: 0; }
.pd-it b { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; display: block; line-height: 1.25; }
.pd-loc { display: block; font-size: .78rem; color: var(--muted); }
.pd-det { display: block; font-size: .85rem; color: var(--ink-2); line-height: 1.4; margin-top: .2rem; }
.pd-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .35rem; font-size: .72rem; color: var(--muted); }
.pd-tags .pd-star { color: var(--accent-ink); font-weight: 600; }
.pd-tags .pd-bookable { color: var(--good, #2c6e49); font-weight: 600; }

/* do it here */
.pd-do { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pd-do-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
.pd-do-list a { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: .8rem .9rem; text-decoration: none; color: inherit; height: 100%; }
.pd-do-list a:hover { border-color: var(--accent); }
.pd-do-list b { display: block; font-size: .96rem; margin-bottom: .2rem; }
.pd-do-list span { display: block; font-size: .83rem; color: var(--ink-2); line-height: 1.45; }

.pd-record ul.mentions { list-style: none; padding: 0; margin: 1rem 0 0; }
.pd-src { max-width: var(--wrap, 1100px); margin: 0 auto; padding: 1.6rem clamp(1rem, 4vw, 2rem) 2.5rem;
  font-size: .82rem; color: var(--muted); line-height: 1.6; }
.pd-ev.is-past .pd-ev-when { color: var(--muted); }
.pd-ev.is-past { background: var(--paper-2); }

/* ---- full transcribed menu ---- */
.menu-full { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.8rem; }
.menu-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2rem; align-items: start; margin: 1rem 0 0; }
@media (max-width: 860px) { .menu-wrap { grid-template-columns: 1fr; } }
/* grid, not CSS columns: tables overlap badly inside multi-column */
.menu-cols { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 0 2.2rem; align-items: start; }
.menu-sec { margin: 0 0 1.5rem; width: 100%; }
.menu-sec h3 { margin: 0 0 .15rem; font-size: 1.05rem; letter-spacing: .02em; }
.menu-note { font-size: .78rem; color: var(--muted); margin: 0 0 .4rem; line-height: 1.4; }
table.menu-tbl { width: 100%; border-collapse: collapse; font-size: .88rem; }
table.menu-tbl th { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
  font-weight: 600; padding: 0 0 .2rem; border-bottom: 1px solid var(--line); }
table.menu-tbl th.num { text-align: right; padding-left: .9rem; white-space: nowrap; }
table.menu-tbl td { padding: .3rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
table.menu-tbl td.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums;
  padding-left: .7rem; width: 1%; }
table.menu-tbl td.mi { white-space: normal; }
.mi-desc { display: block; font-size: .78rem; color: var(--muted); line-height: 1.35; }
.menu-shot { margin: 0; position: sticky; top: 92px; }
.menu-shot img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: var(--radius); display: block; }
.menu-shot figcaption { font-size: .78rem; color: var(--muted); margin-top: .4rem; }
