/* ============================================================================
   G. RENCH — westhaven.css
   Page-specific styles for the FICTION LAYER: the Town of Westhaven's own
   municipal website, plus Grant's Rench Heating vendor page.

   Design brief: play it completely straight. Cheerful small-town HOA blandness,
   built on a budget, with the wrongness living in the copy — never the chrome.
   Everything stays inside theme.css's palette; the fiction layer just leans a
   little warmer and cheaper, like a civic site a volunteer maintained once.

   This file LINKS theme.css read-only. It never redefines a core token; it only
   adds new, namespaced ones (--wh-*, --mer-*, --rh-*).

   Sections:
     1.  Local tokens (paper stock for the municipal look)
     2.  Chrome: header, seal, nav, footer  (the shared WESTHAVEN CHROME)
     3.  Municipal utilities: page head, ribbon, sections, cards, buttons
     4.  Weather widget
     5.  News & Notices feed
     6.  Portal: hero, vendor list, community tools
     7.  Parade: president's letter, route, float table, cheer player
     8.  Meridian: 2000s builder-brochure look
     9.  Lost & Found: the municipal table + status pills
     10. Rench Heating: the spartan vendor page + reviews + pink carbon receipt
     11. Responsive + reduced-motion
   ========================================================================== */

/* ---------------------------------------------------------------------------
   1. LOCAL TOKENS  (new names only — never overrides theme.css)
   --------------------------------------------------------------------------- */
:root {
  --wh-paper:    #d9cfb6;   /* laminated notice card, cheap parchment */
  --wh-paper-2:  #cdc2a6;   /* the fold shadow on the paper */
  --wh-paper-ink:#1a1f12;   /* dark municipal ink on the paper */
  --wh-paper-sub:#4a4b3a;   /* the small print on the paper */
  --wh-civic:    #4d6a4a;   /* a tired municipal green (moss, darkened) */
  --wh-tape:     rgba(232,221,196,0.16);  /* the bit of tape holding a flyer */

  --mer-paper:   #ece2c8;   /* the brochure's warm coated stock */
  --mer-paper-2: #ddd0af;
  --mer-ink:     #2a2618;
  --mer-sub:     #5c5236;
  --mer-dusk-1:  #23324a;   /* the staged-warmth dusk gradient */
  --mer-dusk-2:  #b5793a;

  --rh-pink:     #d7b6b2;   /* pink carbon copy stock */
  --rh-pink-2:   #c59f9a;
  --rh-ink:      #35211f;   /* the ballpoint on the slip */
  --rh-steel:    #14181e;   /* his cold, plain panels */
}

/* ---------------------------------------------------------------------------
   2. THE WESTHAVEN CHROME  (header + seal + nav + footer)
   Sticky, cheerful, municipal. A thin crimson rule under the header.
   --------------------------------------------------------------------------- */
.wh-header {
  position: sticky; top: 0; z-index: var(--z-header);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4);
  padding: 0.7rem clamp(1rem, 3vw, var(--space-6));
  background: color-mix(in srgb, var(--navy-deep) 90%, transparent);
  border-bottom: 2px solid var(--crimson);
  backdrop-filter: blur(8px);
  transition: background-color var(--dur-2) var(--ease-drift);
}
.wh-header.is-scrolled {
  background: color-mix(in srgb, var(--navy-black) 92%, transparent);
}

.wh-brand {
  display: inline-flex; align-items: center; gap: 0.7rem;
  text-decoration: none; color: var(--ink); white-space: nowrap;
}
.wh-wordmark {
  font-family: var(--font-display); font-weight: 300;
  text-transform: uppercase; letter-spacing: var(--tracking-wide);
  font-size: var(--fs-500); line-height: 1;
}
.wh-wordmark b { font-weight: 600; color: var(--gold); }

/* the seal */
.wh-seal { display: inline-flex; flex: 0 0 auto; }
.wh-seal__svg { width: 48px; height: 48px; }
.wh-seal--lg .wh-seal__svg { width: clamp(96px, 20vw, 140px); height: clamp(96px, 20vw, 140px); }
.wh-seal__ring {
  font-family: var(--font-display); font-weight: 500;
  font-size: 5.4px; letter-spacing: 0.55px;
  fill: var(--cream); text-transform: uppercase;
}
.wh-seal--lg .wh-seal__ring { font-size: 5.1px; letter-spacing: 0.7px; }
/* the bottom motto is ~30 chars vs the top's 17; shrink it so the full
   "FIVE GENERATIONS OF LOOKING UP" fits the arc without clipping the ends */
.wh-seal__ring--motto { font-size: 4.2px; letter-spacing: 0.34px; }
.wh-seal--lg .wh-seal__ring--motto { font-size: 4px; letter-spacing: 0.44px; }

/* the nav */
.wh-nav {
  display: flex; gap: clamp(0.8rem, 2vw, 1.7rem); align-items: center;
}
.wh-nav a {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-200);
  color: var(--ink-soft); text-decoration: none;
  padding: 0.35em 0; border-bottom: 2px solid transparent;
  transition: color var(--dur-1), border-color var(--dur-1);
}
.wh-nav a:hover, .wh-nav a:focus-visible,
.wh-nav a[aria-current="page"] { color: var(--gold); border-bottom-color: var(--gold); }
/* item 9b: the way back to the book, set apart in gold at the end of the nav */
.wh-nav__novel { color: var(--gold); font-weight: 500;
  padding-left: clamp(0.7rem, 1.6vw, 1.4rem); margin-left: 0.2rem;
  border-left: 1px solid var(--line-soft); }
.wh-nav__novel:hover, .wh-nav__novel:focus-visible { color: var(--cream); border-bottom-color: var(--gold); }
@media (max-width: 760px) { .wh-nav__novel { border-left: none; padding-left: 0; } }

.wh-nav-toggle {
  display: none;
  align-items: center; gap: 0.5em;
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-200);
  color: var(--ink-soft); padding: 0.5em 0.8em;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.wh-nav-toggle .bars { display: inline-block; width: 16px; height: 2px; background: currentColor;
  position: relative; }
.wh-nav-toggle .bars::before, .wh-nav-toggle .bars::after {
  content: ""; position: absolute; left: 0; width: 16px; height: 2px; background: currentColor; }
.wh-nav-toggle .bars::before { top: -5px; }
.wh-nav-toggle .bars::after { top: 5px; }

/* the footer */
.wh-footer {
  position: relative; overflow: hidden;
  border-top: 2px solid var(--crimson);
  background: var(--navy-black);
  padding: var(--space-7) clamp(1rem, 4vw, var(--space-6)) var(--space-6);
  margin-top: var(--space-8);
}
.wh-footer__grid {
  position: relative; z-index: var(--z-content);
  display: grid; gap: var(--space-6);
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .wh-footer__grid { grid-template-columns: 1.3fr 1fr; } }
.wh-footer h4 {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-wide); font-size: var(--fs-300);
  color: var(--gold); margin-bottom: var(--space-3);
}
.wh-hours { font-size: var(--fs-200); color: var(--ink-soft); line-height: 1.7; }
.wh-hours dt { color: var(--ink); }
.wh-hours .row { display: flex; justify-content: space-between; gap: 1rem;
  border-bottom: 1px dotted var(--line-soft); padding: 0.28em 0; }
.wh-hours .row span:last-child { color: var(--ink-faint); text-align: right; }
.wh-footer__org {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-300); color: var(--ink);
  display: flex; align-items: center; gap: 0.6em;
}
.wh-fineprint {
  margin-top: var(--space-4);
  font-size: var(--fs-100); color: var(--ink-faint); line-height: 1.7;
  max-width: 46ch;
}
.wh-fineprint a { color: var(--ink-soft); }
/* the one quiet in-fiction crossover to the author layer (campaign §7.3) */
.wh-colophon {
  margin-top: var(--space-5); padding-top: var(--space-3);
  border-top: 1px dotted var(--line-soft);
  color: var(--ink-faint); opacity: 0.82;
}
.wh-colophon a {
  color: var(--ink-faint); text-decoration: underline;
  text-underline-offset: 2px; text-decoration-thickness: 0.5px;
}
.wh-colophon a:hover { color: var(--ink-soft); }

/* ---------------------------------------------------------------------------
   3. MUNICIPAL UTILITIES
   --------------------------------------------------------------------------- */
.wh-main { position: relative; z-index: var(--z-content); }
.wh-section { position: relative; padding-block: clamp(2.4rem, 1.5rem + 4vw, 5rem); }
.wh-section > .container { position: relative; z-index: var(--z-content); }
.wh-page-head { margin-bottom: var(--space-6); }
.wh-page-head .eyebrow { color: var(--wh-civic); }
.wh-lede { font-size: var(--fs-600); line-height: var(--lh-snug); color: var(--ink-soft);
  max-width: 60ch; }

/* the GLAD TIDINGS ribbon: a cheerful municipal banner, hours in the small print */
.wh-ribbon {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center;
  gap: 0.2em 1em; text-align: center;
  padding: 0.55rem 1rem;
  background: linear-gradient(180deg, #12331f, #0e2417);
  border-bottom: 1px solid var(--line-soft);
}
.wh-ribbon strong {
  font-family: var(--font-display); font-weight: 400; color: var(--cream);
  text-transform: uppercase; letter-spacing: var(--tracking-caps);
  font-size: var(--fs-300);
}
.wh-ribbon small { font-size: var(--fs-100); color: var(--cream-45);
  letter-spacing: var(--tracking-mid); }

/* the laminated notice card (parchment on the dark board) */
.wh-paper {
  position: relative;
  background: linear-gradient(180deg, var(--wh-paper), var(--wh-paper-2));
  color: var(--wh-paper-ink);
  border-radius: var(--radius-sm);
  padding: var(--space-5) var(--space-5) var(--space-4);
  box-shadow: var(--shadow-2);
}
.wh-paper::before {   /* the strip of tape holding it to the board */
  content: ""; position: absolute; top: -9px; left: 50%; width: 78px; height: 18px;
  transform: translateX(-50%) rotate(-1.4deg);
  background: var(--wh-tape); border: 1px solid var(--cream-10);
}
.wh-paper h3, .wh-paper h4 { color: var(--wh-paper-ink); }
.wh-paper p { color: var(--wh-paper-sub); max-width: none; }
.wh-paper .paper-sub { color: var(--wh-paper-sub); }

/* a plain municipal panel that keeps the dark theme (for lists, tables) */
.wh-panel {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: var(--space-5); box-shadow: var(--shadow-1);
}

/* a cheerful municipal button variant (tired civic green) */
.btn--civic {
  background: linear-gradient(180deg, #5c7b57, var(--wh-civic));
  border-color: transparent; color: var(--snow);
}
.btn--civic:hover, .btn--civic:focus-visible {
  filter: brightness(1.07);
  box-shadow: 0 0 0 1px var(--moss-glow), 0 12px 30px -14px var(--moss-glow);
}

/* ---------------------------------------------------------------------------
   4. WEATHER WIDGET  (it is always some flavor of cold)
   --------------------------------------------------------------------------- */
.wh-weather {
  display: grid; gap: var(--space-3);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: linear-gradient(180deg, #0e1a2b, #0a1220);
  padding: var(--space-4) var(--space-5);
}
.wh-weather__top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.wh-weather__label { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-200); color: var(--wh-civic); }
.wh-weather__now { font-size: var(--fs-500); color: var(--ink);
  transition: opacity var(--dur-2) var(--ease-cold); min-height: 1.5em; }
.wh-weather__now.is-fading { opacity: 0; }
.wh-weather__rows { display: grid; gap: 0.35em; font-size: var(--fs-200); color: var(--ink-soft); }
.wh-weather__rows .row { display: flex; justify-content: space-between; gap: 1rem;
  border-top: 1px dotted var(--line-soft); padding-top: 0.35em; }
.wh-weather__rows .row span:last-child { color: var(--ink-faint); text-align: right; }

/* ---------------------------------------------------------------------------
   5. NEWS & NOTICES FEED
   --------------------------------------------------------------------------- */
.wh-feed { display: grid; gap: var(--space-4); }
.wh-notice {
  display: grid; gap: var(--space-2);
  border: 1px solid var(--line-soft); border-left: 3px solid var(--wh-civic);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  padding: var(--space-4) var(--space-5);
}
.wh-notice__meta { display: flex; flex-wrap: wrap; gap: 0.6em 1em; align-items: baseline; }
.wh-notice__date { font-family: var(--font-mono); font-size: var(--fs-100);
  color: var(--ink-faint); letter-spacing: 0.02em; }
.wh-notice__tag {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-100);
  color: var(--navy-black); background: var(--cream-dim);
  padding: 0.15em 0.6em; border-radius: 100px;
}
.wh-notice__tag--service { background: var(--moss); }
.wh-notice__tag--violation { background: var(--gold); }
.wh-notice__tag--thankyou { background: var(--crimson); color: var(--snow); }
.wh-notice h3 { font-size: var(--fs-600); color: var(--ink);
  text-transform: none; letter-spacing: 0; font-weight: 500;
  font-family: var(--font-body); }
.wh-notice p { color: var(--ink-soft); font-size: var(--fs-300); }
.wh-notice__byline { font-size: var(--fs-100); color: var(--ink-faint); font-style: italic; }
.wh-notice__figures { display: flex; flex-wrap: wrap; gap: 0.4em 1.2em;
  font-size: var(--fs-200); color: var(--ink-soft); margin-top: 0.2em; }
.wh-notice__figures b { color: var(--gold); font-weight: 600; }

.wh-archive { margin-top: var(--space-4); }
.wh-archive[hidden] { display: none; }
.wh-archive-toggle { margin-top: var(--space-4); }

/* ---------------------------------------------------------------------------
   6. PORTAL: hero, vendor list, community tools
   --------------------------------------------------------------------------- */
.wh-hero {
  display: grid; gap: var(--space-6); align-items: center;
  grid-template-columns: 1fr;
  padding-block: clamp(2rem, 1rem + 4vw, 4rem);
}
@media (min-width: 860px) { .wh-hero { grid-template-columns: 1.1fr 0.9fr; } }
.wh-hero__seal { display: flex; justify-content: center; }
.wh-hero h1 { font-size: var(--fs-900); }
.wh-hero .wh-lede { margin-top: var(--space-3); }
.wh-hero__motto { margin-top: var(--space-4); font-style: italic; color: var(--ink-faint); }

.wh-cards { display: grid; gap: var(--space-4);
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.wh-card {
  display: grid; gap: 0.4em; align-content: start;
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  padding: var(--space-5); text-decoration: none; color: var(--ink);
  transition: border-color var(--dur-1), transform var(--dur-1), box-shadow var(--dur-1);
}
.wh-card:hover, .wh-card:focus-visible {
  border-color: var(--gold); transform: translateY(-2px);
  box-shadow: 0 14px 34px -18px var(--gold-glow); outline: none;
}
.wh-card h3 { font-size: var(--fs-600); color: var(--ink); }
.wh-card p { color: var(--ink-soft); font-size: var(--fs-300); max-width: none; }
.wh-card .wh-card__note { font-size: var(--fs-100); color: var(--ink-faint); font-style: italic; }

.wh-vendors { display: grid; gap: var(--space-3); }
.wh-vendor {
  display: flex; flex-wrap: wrap; gap: 0.4em 1rem; align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px dotted var(--line-soft); padding: 0.6em 0;
}
.wh-vendor__name { color: var(--ink); }
.wh-vendor__name a { color: var(--gold); text-decoration: none; }
.wh-vendor__name a:hover { text-decoration: underline; }
.wh-vendor__cat { font-size: var(--fs-200); color: var(--ink-faint); }
.wh-vendor__badge { font-size: var(--fs-100); color: var(--wh-civic);
  font-family: var(--font-display); letter-spacing: var(--tracking-mid);
  text-transform: uppercase; }

/* ---------------------------------------------------------------------------
   7. PARADE
   --------------------------------------------------------------------------- */
.wh-letter {
  background: linear-gradient(180deg, var(--wh-paper), var(--wh-paper-2));
  color: var(--wh-paper-ink);
  border-radius: var(--radius); padding: clamp(1.4rem, 4vw, var(--space-7));
  box-shadow: var(--shadow-2); position: relative;
}
.wh-letter h2 { color: var(--wh-paper-ink); font-family: var(--font-display);
  font-weight: 400; }
.wh-letter p { color: #2c2f1e; max-width: 62ch; }
.wh-letter .wh-letter__sign { margin-top: var(--space-4); font-style: italic; color: #3a3d28; }
.wh-letter .wh-letter__name { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-style: normal; color: var(--wh-paper-ink); }

.wh-floats { width: 100%; border-collapse: collapse; font-size: var(--fs-300); }
.wh-floats caption { text-align: left; color: var(--ink-faint); font-size: var(--fs-200);
  margin-bottom: var(--space-3); }
.wh-floats th, .wh-floats td { text-align: left; padding: 0.7em 0.9em;
  border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.wh-floats thead th { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-100); color: var(--wh-civic); }
.wh-floats td:first-child { font-family: var(--font-mono); color: var(--ink-faint); width: 3ch; }
.wh-floats .float-note { color: var(--ink-faint); font-style: italic; }

/* the cheer player easter egg (disabled shell) */
.wh-player {
  display: grid; gap: var(--space-3);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: linear-gradient(180deg, #10192a, #0b1220);
  padding: var(--space-5);
}
.wh-player__head { display: flex; align-items: center; gap: 0.6em; flex-wrap: wrap; }
.wh-player__badge { font-size: var(--fs-100); font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: var(--tracking-mid);
  color: var(--navy-black); background: var(--cream-dim); padding: 0.1em 0.55em; border-radius: 100px; }
.wh-player__transport { display: flex; align-items: center; gap: var(--space-3); }
.wh-player__play {
  width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%;
  border: 1px solid var(--line); display: grid; place-items: center;
  color: var(--ink-faint); background: var(--navy-deep);
}
.wh-player__play[disabled] { cursor: not-allowed; opacity: 0.7; }
.wh-player__play svg { width: 16px; height: 16px; }
.wh-player__bar { flex: 1 1 auto; height: 6px; border-radius: 100px;
  background: var(--navy-black); border: 1px solid var(--line-soft); overflow: hidden; }
.wh-player__bar i { display: block; height: 100%; width: 0%; background: var(--wh-civic); }
.wh-player__time { font-family: var(--font-mono); font-size: var(--fs-200); color: var(--ink-faint); }
.wh-player__status { font-size: var(--fs-200); color: var(--gold); font-style: italic; }

/* ---------------------------------------------------------------------------
   8. MERIDIAN  (a 2000s builder brochure that never got updated)
   Warmer, coated stock, staged-warmth "photos", faintly uncanny perfection.
   --------------------------------------------------------------------------- */
.mer { --measure: 66ch; }
.mer-hero {
  display: grid; gap: var(--space-5); align-items: end;
  grid-template-columns: 1fr;
  background:
    linear-gradient(180deg, rgba(8,14,23,0.15), rgba(8,14,23,0.75)),
    linear-gradient(120deg, var(--mer-dusk-1), var(--mer-dusk-2));
  border-radius: var(--radius); overflow: hidden;
  padding: clamp(2rem, 6vw, var(--space-9)) clamp(1.2rem, 4vw, var(--space-7));
  min-height: 46vh; position: relative;
}
.mer-hero h1 { color: var(--snow); font-size: var(--fs-hero);
  letter-spacing: clamp(0.12em, 0.2em, 0.3em); }
.mer-hero__tag { color: var(--cream); font-size: var(--fs-600); font-style: italic;
  max-width: 40ch; }
.mer-hero__stamp {
  position: absolute; top: var(--space-4); right: var(--space-4);
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: var(--tracking-mid);
  font-size: var(--fs-100); color: var(--cream-45);
  border: 1px solid var(--cream-20); border-radius: 100px; padding: 0.2em 0.7em;
  transform: rotate(3deg);
}

.mer-brochure { background: linear-gradient(180deg, var(--mer-paper), var(--mer-paper-2));
  color: var(--mer-ink); border-radius: var(--radius);
  padding: clamp(1.4rem, 4vw, var(--space-7)); box-shadow: var(--shadow-2); }
.mer-brochure h2, .mer-brochure h3 { color: var(--mer-ink); font-family: var(--font-display); font-weight: 400; }
.mer-brochure p { color: #3c3720; max-width: var(--measure); }
.mer-brochure .eyebrow { color: #7a6a2e; }

.mer-photos { display: grid; gap: var(--space-4);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.mer-photo { border-radius: var(--radius-sm); overflow: hidden;
  border: 4px solid #fff; box-shadow: var(--shadow-1); background: #0a1220; }
.mer-photo__frame { aspect-ratio: 4 / 3; position: relative;
  background: linear-gradient(160deg, var(--mer-dusk-1) 0%, #2c3a52 45%, var(--mer-dusk-2) 100%); }
.mer-photo__frame::after {   /* the little warm window in the staged house */
  content: ""; position: absolute; left: 50%; bottom: 26%; width: 16%; height: 14%;
  transform: translateX(-50%);
  background: var(--gold); box-shadow: 0 0 18px 5px var(--gold-glow); border-radius: 1px; }
.mer-photo__frame::before {  /* the house silhouette */
  content: ""; position: absolute; left: 20%; right: 20%; bottom: 0; height: 44%;
  background: #050a12; clip-path: polygon(0 40%, 50% 0, 100% 40%, 100% 100%, 0 100%); }
.mer-photo__cap { font-size: var(--fs-200); color: var(--mer-ink); background: #fff;
  padding: 0.5em 0.7em; }
.mer-photo__cap small { display: block; color: var(--mer-sub); font-size: var(--fs-100); }

.mer-listen {
  display: grid; gap: var(--space-3);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: linear-gradient(180deg, #0f1a12, #0a130d);
  padding: var(--space-6); text-align: center;
}
.mer-listen h2 { color: var(--cream); }
.mer-listen .green-led { transform: scale(1.5); margin: var(--space-2); }
.mer-listen p { margin-inline: auto; color: var(--ink-soft); }

.mer-specs { width: 100%; border-collapse: collapse; font-size: var(--fs-300);
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; }
.mer-specs caption { caption-side: top; text-align: left; padding: var(--space-3) var(--space-4);
  color: var(--ink-faint); font-size: var(--fs-200); }
.mer-specs th, .mer-specs td { padding: 0.7em 0.9em; border-bottom: 1px solid var(--line-soft);
  text-align: left; vertical-align: top; }
.mer-specs thead th { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-100); color: var(--moss); }
.mer-specs th[scope="row"] { color: var(--ink-soft); font-weight: 400; }
.mer-specs td { color: var(--ink); }
.mer-specs .spec-quiet td { color: var(--ink-soft); }   /* the buried line reads plain */

/* ---------------------------------------------------------------------------
   9. LOST & FOUND
   --------------------------------------------------------------------------- */
.wh-lf { width: 100%; border-collapse: collapse; font-size: var(--fs-300); }
.wh-lf caption { text-align: left; color: var(--ink-faint); font-size: var(--fs-200);
  margin-bottom: var(--space-3); }
.wh-lf th, .wh-lf td { padding: 0.75em 0.9em; border-bottom: 1px solid var(--line-soft);
  text-align: left; vertical-align: top; }
.wh-lf thead th { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-100); color: var(--wh-civic);
  white-space: nowrap; }
.wh-lf tbody tr:hover { background: var(--cream-06); }
.wh-lf .lf-where { color: var(--ink-faint); font-size: var(--fs-200); }
.lf-status { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-100);
  padding: 0.2em 0.7em; border-radius: 100px; white-space: nowrap; display: inline-block; }
.lf-status--claimed { background: var(--moss); color: var(--navy-black); }
.lf-status--unclaimed { background: transparent; color: var(--ink-faint); border: 1px solid var(--line); }
.lf-status--resolved { background: var(--blood); color: var(--snow); }

/* ---------------------------------------------------------------------------
   10. RENCH HEATING  (NOT a WHO page: spartan, honest, slightly hostile)
   --------------------------------------------------------------------------- */
.rh { background:
    radial-gradient(120% 60% at 50% -10%, #10161f 0%, transparent 55%),
    linear-gradient(180deg, var(--navy-black), #04070c 80%); }
.rh-header {
  position: sticky; top: 0; z-index: var(--z-header);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.8rem clamp(1rem, 3vw, var(--space-6));
  background: color-mix(in srgb, var(--navy-black) 92%, transparent);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(6px);
}
.rh-mark { display: grid; gap: 0.1em; }
.rh-mark b { font-family: var(--font-display); font-weight: 600;
  text-transform: uppercase; letter-spacing: var(--tracking-wide);
  color: var(--cream); font-size: var(--fs-500); }
.rh-mark small { font-size: var(--fs-100); color: var(--ink-faint); font-style: italic; }
.rh-back { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-100); color: var(--ink-faint);
  text-decoration: none; }
.rh-back:hover { color: var(--ink-soft); }

.rh-hero { padding-block: clamp(2.5rem, 2rem + 5vw, 6rem); }
.rh-hero h1 { font-size: var(--fs-hero); letter-spacing: 0.04em;
  text-transform: none; font-weight: 300; color: var(--cream); line-height: 1.02; }
.rh-hero .rh-sub { color: var(--ink-soft); font-size: var(--fs-600); margin-top: var(--space-4);
  max-width: 40ch; }

.rh-about p { color: var(--ink-soft); font-size: var(--fs-500); }
.rh-about p + p { margin-top: var(--space-4); }
.rh-about .rh-pull { color: var(--cream); font-style: italic; font-size: var(--fs-700);
  border-left: 2px solid var(--crimson); padding-left: var(--space-4); }

.rh-services { display: grid; gap: 0; border: 1px solid var(--line-soft);
  border-radius: var(--radius); overflow: hidden; }
.rh-service { display: grid; gap: 0.25em; padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--line-soft); background: var(--rh-steel); }
.rh-service:last-child { border-bottom: none; }
.rh-service h3 { font-family: var(--font-body); text-transform: none; letter-spacing: 0;
  font-weight: 600; font-size: var(--fs-500); color: var(--cream); }
.rh-service p { color: var(--ink-soft); font-size: var(--fs-300); }

/* the pink carbon service slip */
.rh-receipt {
  font-family: var(--font-mono); color: var(--rh-ink);
  background:
    repeating-linear-gradient(180deg, transparent 0 26px, rgba(53,33,31,0.06) 26px 27px),
    linear-gradient(180deg, var(--rh-pink), var(--rh-pink-2));
  padding: var(--space-5); border-radius: 2px; max-width: 22rem;
  box-shadow: var(--shadow-2);
  /* torn top + bottom perforation via mask */
  -webkit-mask-image: radial-gradient(6px at 6px 0, transparent 5px, #000 6px),
                      radial-gradient(6px at 6px 100%, transparent 5px, #000 6px);
  -webkit-mask-size: 12px 100%, 12px 100%;
  -webkit-mask-repeat: repeat-x, repeat-x;
  -webkit-mask-position: 0 0, 0 100%;
  mask-image: radial-gradient(6px at 6px 0, transparent 5px, #000 6px),
              radial-gradient(6px at 6px 100%, transparent 5px, #000 6px);
  mask-size: 12px 100%, 12px 100%;
  mask-repeat: repeat-x, repeat-x;
  mask-position: 0 0, 0 100%;
}
.rh-receipt h4 { font-family: var(--font-mono); color: var(--rh-ink); text-transform: none;
  letter-spacing: 0; font-size: var(--fs-300); font-weight: 700; }
.rh-receipt .rh-receipt__row { display: flex; justify-content: space-between; gap: 1rem;
  font-size: var(--fs-200); padding: 0.2em 0; border-bottom: 1px dashed rgba(53,33,31,0.3); }
.rh-receipt .rh-receipt__sign { margin-top: var(--space-3); font-size: var(--fs-100);
  border-top: 1px solid rgba(53,33,31,0.4); padding-top: 0.5em; }
.rh-receipt .rh-receipt__stamp { color: var(--rh-ink); font-size: var(--fs-100); font-style: italic; opacity: 0.8; }

/* the reviews */
.rh-reviews { display: grid; gap: var(--space-4); }
.rh-review { border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: var(--rh-steel); padding: var(--space-4) var(--space-5); }
.rh-review__top { display: flex; flex-wrap: wrap; gap: 0.4em 1rem; align-items: baseline; }
.rh-stars { color: var(--gold); letter-spacing: 0.16em; font-size: var(--fs-400); }
.rh-stars .off { color: var(--ash); }
.rh-review__who { font-size: var(--fs-200); color: var(--ink-faint); }
.rh-review__body { color: var(--ink-soft); margin-top: 0.3em; }
.rh-reply { margin-top: var(--space-3); padding: var(--space-3) var(--space-4);
  border-left: 2px solid var(--crimson); background: rgba(168,53,47,0.07);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.rh-reply__label { font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: var(--tracking-mid); font-size: var(--fs-100); color: var(--crimson); }
.rh-reply p { color: var(--cream); font-size: var(--fs-300); margin-top: 0.2em; }

/* his contact form */
.rh-form { display: grid; gap: var(--space-3); max-width: 34rem; }
.rh-form label { font-size: var(--fs-200); color: var(--ink-soft);
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: var(--tracking-mid); }
.rh-form textarea { min-height: 5rem; resize: vertical; }
.rh-form__confirm { color: var(--gold); font-style: italic; min-height: 1.4em; }

.rh-footer { border-top: 1px solid var(--line-soft); background: #04070c;
  padding: var(--space-7) clamp(1rem, 4vw, var(--space-6)) var(--space-6);
  position: relative; overflow: hidden; margin-top: var(--space-8); }
.rh-footer__grid { position: relative; z-index: var(--z-content);
  display: flex; flex-wrap: wrap; gap: var(--space-5) var(--space-6); align-items: baseline;
  justify-content: space-between; }
.rh-footer .wh-hours { max-width: 30ch; }

/* ---------------------------------------------------------------------------
   11. RESPONSIVE + REDUCED MOTION
   --------------------------------------------------------------------------- */
@media (max-width: 760px) {
  .wh-nav {
    position: absolute; top: 100%; right: clamp(1rem, 3vw, var(--space-6));
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--navy-black); border: 1px solid var(--line-soft);
    border-radius: var(--radius); padding: var(--space-2) var(--space-4);
    box-shadow: var(--shadow-2); min-width: 12rem;
    transform-origin: top right; transform: scaleY(0.8); opacity: 0;
    pointer-events: none; transition: opacity var(--dur-1), transform var(--dur-1);
  }
  .wh-nav.is-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .wh-nav a { display: block; width: 100%; padding: 0.7em 0;
    border-bottom: 1px solid var(--line-soft); }
  .wh-nav a:last-child { border-bottom: none; }
  .wh-nav a[aria-current="page"] { border-bottom-color: var(--line-soft); color: var(--gold); }
  .wh-nav-toggle { display: inline-flex; }
  .wh-header { position: sticky; }
}

@media (prefers-reduced-motion: reduce) {
  .wh-weather__now { transition: none; }
  .wh-nav { transition: none; }
  .flyer-poster, .viol-specimen { transform: none !important; }
}

/* ---------------------------------------------------------------------------
   12. WIRED CAMPAIGN ART  (finished assets placed into the fiction layer)
   Municipal deadpan captions; photos framed like they were filed, not designed.
   --------------------------------------------------------------------------- */

/* a generic municipal photo figure */
.wh-figure { margin: 0; }
.wh-figure img { width: 100%; height: auto; display: block;
  border-radius: var(--radius-sm); border: 1px solid var(--line-soft); box-shadow: var(--shadow-1); }
.wh-figure figcaption { margin-top: var(--space-2); font-size: var(--fs-100);
  color: var(--ink-faint); font-style: italic; letter-spacing: var(--tracking-mid); }

/* --- full-bleed page hero band (parade) --- */
.wh-hero-band { position: relative; width: 100vw; margin-left: calc(50% - 50vw);
  margin-bottom: var(--space-6); overflow: hidden; border-bottom: 2px solid var(--crimson); }
.wh-hero-band img { width: 100%; height: clamp(220px, 42vh, 460px);
  object-fit: cover; object-position: center 40%; display: block; }
.wh-hero-band::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 46%, rgba(5,8,14,0.88) 100%); }

/* --- parade hero: page-head text beside the taped flyer --- */
.parade-hero { display: grid; gap: var(--space-6); align-items: start; grid-template-columns: 1fr; }
@media (min-width: 860px) { .parade-hero { grid-template-columns: 1fr 20rem; } }
.flyer-poster { margin: 0; justify-self: center; max-width: 20rem; }
.flyer-poster img { width: 100%; height: auto; display: block; border-radius: 2px;
  box-shadow: var(--shadow-3); transform: rotate(2.2deg); transition: transform var(--dur-2) var(--ease-drift); }
.flyer-poster:hover img { transform: rotate(0deg); }
.flyer-poster figcaption { margin-top: var(--space-3); text-align: center; font-size: var(--fs-100);
  color: var(--ink-faint); font-style: italic; letter-spacing: var(--tracking-mid); }

/* --- the President, beside his letter --- */
.pres-letter { display: grid; gap: var(--space-5); align-items: start; grid-template-columns: 1fr; }
@media (min-width: 820px) { .pres-letter { grid-template-columns: 11rem 1fr; } }
.pres-portrait { margin: 0; text-align: center; }
.pres-portrait img { width: 100%; max-width: 10.5rem; margin-inline: auto; display: block;
  border-radius: 50%; box-shadow: 0 10px 30px -12px rgba(0,0,0,0.7); }
.pres-portrait figcaption { margin-top: var(--space-3); font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: var(--tracking-mid); font-size: var(--fs-100); color: var(--gold); }

/* --- the plat-survey map (route) --- */
.plat-figure { margin: var(--space-6) 0 0; }
.plat-figure img { width: 100%; max-width: 42rem; height: auto; margin-inline: auto; display: block;
  border-radius: var(--radius-sm); box-shadow: var(--shadow-2); border: 1px solid var(--line-soft); }
.plat-figure figcaption { margin: var(--space-3) auto 0; max-width: 42rem; text-align: center;
  font-size: var(--fs-100); color: var(--ink-faint); font-style: italic; letter-spacing: var(--tracking-mid); }

/* --- Meridian: image hero + real staged photo + product catalog shot --- */
.mer-hero--photo { display: block; background: none; padding: 0; min-height: 0;
  border-radius: var(--radius); overflow: hidden; }
.mer-hero__img { width: 100%; height: clamp(240px, 44vh, 520px); object-fit: cover;
  object-position: center 42%; display: block; }
.mer-hero--photo .mer-hero__stamp { background: rgba(8,14,23,0.55); color: var(--cream-70);
  border-color: var(--cream-45); }
.mer-hero__intro { margin-top: var(--space-5); }
img.mer-photo__frame { object-fit: cover; aspect-ratio: 4 / 3; height: auto; background: #0a1220; }

.mer-spec-layout { display: grid; gap: var(--space-5); align-items: start; grid-template-columns: 1fr; }
@media (min-width: 820px) { .mer-spec-layout { grid-template-columns: 16rem 1fr; } }
.mer-product { margin: 0; }
.mer-product img { width: 100%; height: auto; display: block; border-radius: var(--radius);
  background: #f2ede2; border: 1px solid var(--line-soft); box-shadow: var(--shadow-1); }
.mer-product figcaption { margin-top: var(--space-2); font-size: var(--fs-100);
  color: var(--ink-faint); font-style: italic; }

/* --- Lost & Found: the "items photographed for the record" gallery --- */
.lf-gallery { display: grid; gap: var(--space-4); grid-template-columns: 1fr;
  margin-bottom: var(--space-6); }
@media (min-width: 620px) { .lf-gallery { grid-template-columns: 1fr 1fr; } }

/* --- Rench Heating: the real pinned carbon slip + review avatars --- */
.rh-receipt-photo { margin: 0; justify-self: center; max-width: 20rem; }
.rh-receipt-photo img { width: 100%; height: auto; display: block; border-radius: 2px;
  box-shadow: var(--shadow-3); transform: rotate(-1.4deg); }
.rh-review__top { align-items: center; }
.rh-avatar { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  object-fit: cover; border: 1px solid var(--line-soft); background: #0a1220; }
