/* =========================================================
   STACK — WHAT HAS TO KEEP WORKING
   Homepage + commercial hub. Isolated until the home is approved.

   Client: STACK Heating, Cooling, Plumbing & Electric
   Industry: HVAC + plumbing + electrical — homes and light commercial
   Brand personality: Established, accountable, local
   Primary persona: Someone responsible for a failing system tonight
     (homeowner or operator). Fear: no answer / downtime / surprise bill
   Secondary: Replacement, maintenance, property manager
   Journey: who they are → what failed → proof → call or request
   Primary conversion: Call now — 24/7  (440) 937-9134
   Secondary: Request service

   Metaphor: WHAT HAS TO KEEP WORKING
     Heat, cool, water, power — in a home or a business.
     One family name since 1976. Substantial enough for the property.
     Local enough that accountability still has a name.
     Hierarchy: residential-led, commercial-capable.

   Layout DNA:
     Film pacing, not a marketing stack.
     Cinema letterbox (native vans 1920×500) is the opening plate —
     type lives ABOVE the picture, never on it.
     Then: credits → problem theater → one trade stage →
     vertical family timeline → Brian as a magazine profile →
     anxiety-mapped reviews as a conversation → people plates →
     maintenance whisper → two shops → red close.
     Every 1–2 sections change rhythm, ground, and type scale.

   Opening: manifesto on night + full-width cinema bar.
     NOT overlay-on-photo. NOT 50/50 split. NOT 1976 type-wall.

   Proof: longevity + two shops + named techs in reviews +
     Brian as a reachable president + real STACK photography.

   Type: Archivo (display) — geometric, streamlined, closer to the
     gold STACK lockup than a playful grotesque. Source Sans 3 body.
     Source Sans 3 for interface. IBM Plex Mono for years, NAP, indexes.

   Palette: sampled from the gold-on-black truck lockup + van red.
     Night / paper / gold / van-red. Lake-Erie slate for shops.

   Signature: fleet cinema + Homes | Businesses split + Ask for Brian.

   Non-goals: contractor cards, icon why-us, badge walls,
     01–03 process bars, cream ticket, steam identity,
     overlay hero, stretching 400×300 WP photos into full-bleed.
     Job photos display near native size as editorial plates.

   Swap-test: the fleet, Brian, 1976 Lakewood→Avon→Sandusky
     timeline, and “ask for Brian” cannot take another logo.
   ========================================================= */

:root {
  --night: #090807;
  --ink: #14110e;
  --slate: #1b1d20;
  --paper: #ebe4d6;
  --bone: #f4efe6;
  --gold: #c4a36a;
  --gold-deep: #8c7340;
  --red: #b1121c;
  --red-deep: #7e0c14;
  --mute: #6d675c;
  --line: rgba(196, 163, 106, 0.28);
  --disp: "Archivo", "Arial Narrow", sans-serif;
  --sans: "Source Sans 3", "Helvetica Neue", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.22, 0.82, 0.2, 1);
  --hh: 4.75rem;
  --hh-full: calc(var(--hh) + env(safe-area-inset-top, 0px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body.home {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--night);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.55;
  padding-bottom: calc(5.4rem + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 900px) { body.home { padding-bottom: 0; } }

body.home::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>");
}

body.home img { max-width: 100%; height: auto; display: block; }
body.home a { color: var(--gold); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 500; background: var(--gold); color: var(--night); padding: .5rem; }
.wrap { width: min(1240px, calc(100% - 2.2rem)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 0.65rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
h1, h2, h3 {
  font-family: var(--disp);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 0.94;
  margin: 0 0 0.4em;
}
p { margin: 0 0 0.85em; }
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(16px); animation: up 0.9s var(--ease) forwards; }
.reveal-2 { animation-delay: 0.1s; }
.reveal-3 { animation-delay: 0.2s; }
.reveal-4 { animation-delay: 0.32s; }
@keyframes up { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Header / mega / drawer ---------- */
.hh {
  position: sticky; top: 0; z-index: 80;
  background: #090807;
  padding-top: env(safe-area-inset-top, 0px);
  border-bottom: 1px solid var(--line);
}
.hh .wrap { width: min(1320px, calc(100% - 2.4rem)); }
.hh__in {
  display: flex; align-items: center; gap: 1rem;
  min-height: var(--hh);
}
.hh__logo { display: block; line-height: 0; margin-right: auto; }
.hh__logo img { width: 128px; height: auto; }
@media (min-width: 800px) { .hh__logo img { width: 152px; } }

.hh__nav { display: none; }
.hh__phone {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--red); color: #fff !important; text-decoration: none;
  font-weight: 700; font-size: 0.86rem;
  min-height: 2.65rem; padding: 0.5rem 0.85rem; white-space: nowrap;
}
.hh__burger {
  width: 2.7rem; height: 2.7rem;
  border: 1px solid rgba(244, 239, 230, 0.22); background: transparent;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  cursor: pointer;
}
.hh__burger span { display: block; width: 1.05rem; height: 1.5px; background: var(--bone); }

@media (min-width: 1100px) {
  .hh__burger { display: none; }
  .hh__nav { display: flex; align-items: stretch; gap: 0.15rem; }
  .hh__phone { font-size: 0.94rem; padding: 0.65rem 1.15rem; min-height: 2.9rem; }
}

.hh__item { position: relative; display: flex; align-items: center; }
.hh__item > a {
  color: var(--bone); text-decoration: none;
  font-weight: 600; font-size: 0.9rem;
  padding: 1.5rem 0.95rem;
}
.hh__item > a:hover,
.hh__item:focus-within > a { color: var(--gold); }

.mega {
  display: none;
  position: absolute; top: 100%; left: 0;
  width: min(740px, 72vw);
  background: #14110e;
  border: 1px solid var(--line);
  padding: 1.15rem;
  grid-template-columns: 210px 1fr;
  gap: 1.25rem;
  z-index: 90;
}
.hh__item:last-of-type .mega,
.hh__item:nth-last-child(2) .mega { left: auto; right: 0; }
.hh__item:hover > .mega,
.hh__item:focus-within > .mega { display: grid; }
.mega img {
  width: 100%; height: auto;
  aspect-ratio: 6 / 5;
  object-fit: cover; object-position: 50% 18%;
}
.mega p { font-size: 0.82rem; color: rgba(244,239,230,.65); margin: 0.45rem 0 0; }
.mega ul { list-style: none; margin: 0; padding: 0; columns: 2; gap: 1.2rem; }
.mega a { color: var(--bone); text-decoration: none; display: block; padding: 0.3rem 0; font-size: 0.92rem; }
.mega a:hover { color: var(--gold); }

.drawer {
  position: fixed; inset: var(--hh-full) 0 0 0;
  background: #090807;
  transform: translateY(-104%);
  opacity: 0; visibility: hidden;
  transition: 0.28s var(--ease);
  z-index: 70; overflow: auto;
  padding: 1rem 1.15rem 2rem;
}
.drawer.is-open { transform: none; opacity: 1; visibility: visible; }
.drawer__call {
  display: flex; align-items: center; justify-content: center;
  background: var(--red); color: #fff !important; text-decoration: none;
  font-weight: 700; min-height: 3.2rem; margin-bottom: 1rem;
}
.drawer details { border-bottom: 1px solid rgba(244,239,230,.1); }
.drawer summary {
  list-style: none; cursor: pointer;
  font-family: var(--disp); font-weight: 700; font-size: 1.32rem;
  min-height: 3.2rem; display: flex; align-items: center; justify-content: space-between;
}
.drawer summary::-webkit-details-marker { display: none; }
.drawer summary::after { content: "+"; color: var(--gold); font-weight: 500; }
.drawer details[open] summary::after { content: "–"; }
.drawer details a,
.drawer > a.drawer__link {
  display: flex; align-items: center;
  color: var(--bone); text-decoration: none;
  min-height: 2.8rem; padding-left: 0.2rem; font-size: 1.05rem;
}
.drawer > a.drawer__link {
  font-family: var(--disp); font-weight: 700; font-size: 1.32rem;
  border-bottom: 1px solid rgba(244,239,230,.1);
}
@media (min-width: 1100px) { .drawer { display: none !important; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border: 0; cursor: pointer;
  font-family: var(--sans); font-weight: 700;
  min-height: 3.15rem; padding: 0.7rem 1.25rem;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn--red { background: var(--red); color: #fff !important; }
.btn--red:hover { background: var(--red-deep); }
.btn--gold { background: var(--gold); color: var(--night) !important; }
.btn--ghost { background: transparent; color: var(--bone) !important; border: 1px solid rgba(244,239,230,.32); }
.btn--ink { background: var(--night); color: var(--bone) !important; }
.btn--ghost-ink { background: transparent; color: var(--ink) !important; border: 1px solid rgba(20,17,14,.28); }

/* ---------- Hero: manifesto + cinema line ---------- */
.hero {
  background: var(--night);
  padding: 2.1rem 0 0;
}
.hero__top { padding-bottom: 1.5rem; }
.hero h1 { margin: 0; max-width: none; }
.hero .h1-a {
  display: block;
  font-size: clamp(2.45rem, 8vw, 5.2rem);
  letter-spacing: -0.035em;
  line-height: 0.9;
  color: #fff;
  max-width: 13ch;
}
.hero .h1-b {
  display: block;
  margin-top: 0.28em;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: rgba(244,239,230,.78);
}
.hero__row {
  display: grid;
  gap: 1.3rem;
  margin-top: 1.15rem;
  align-items: end;
}
.hero .lede {
  max-width: 36rem;
  font-size: 1.12rem;
  color: rgba(244,239,230,.72);
  margin: 0;
}
.hero__acts { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.15rem; }
.hero__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.95rem;
}
.dial {
  display: block;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
}
.dial__k {
  display: block;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.dial__n {
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.2vw, 2.05rem);
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}
.hero__trades {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244,239,230,.55);
}
@media (min-width: 900px) {
  .hero { padding-top: 2.4rem; }
  .hero__top { padding-bottom: 1.8rem; }
  .hero__row { grid-template-columns: 1.25fr 0.75fr; gap: 3rem; }
}

.cinema {
  position: relative;
  margin: 0;
  background: #050403;
  border-top: 1px solid var(--line);
}
.cinema img {
  width: 100%;
  height: 13.8rem;
  object-fit: cover;
  object-position: 50% 40%;
  display: block;
}
.cinema figcaption {
  display: none;
}
@media (min-width: 900px) {
  .cinema img {
    height: auto;
    aspect-ratio: 2400 / 852;
    object-fit: cover;
    object-position: 50% 42%;
  }
  .cinema figcaption {
    display: block;
    position: absolute;
    left: 1.1rem; bottom: 0.7rem;
    font-family: var(--mono);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
    text-shadow: 0 1px 8px rgba(0,0,0,.55);
  }
}

/* ---------- Trust / credits ---------- */
.trust {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
.trust ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.65rem;
  font-size: 0.9rem; color: rgba(244,239,230,.72);
}
.trust b { color: var(--gold); font-weight: 700; font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.04em; }

/* ---------- Homes | Businesses ---------- */
.worlds {
  display: grid;
  gap: 0.45rem;
  background: var(--night);
}
.world {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  min-height: 0;
  overflow: hidden;
}
.world img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}
.world--res img { object-position: 78% 86%; }
.world--com img { object-position: 50% 36%; }
.world__copy {
  padding: 1.45rem 1.35rem 1.7rem;
  flex: 1;
}
.world--res .world__copy {
  background: var(--gold);
  color: var(--night);
}
.world--com .world__copy {
  background: #07080a;
  color: var(--bone);
}
.world h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
  max-width: 16ch;
}
.world--res h2 { color: var(--night); }
.world--com h2 { color: #fff; }
.world p { max-width: 32rem; margin-bottom: 0.9rem; }
.world--res p { color: #2a2416; }
.world--com p { color: rgba(244,239,230,.72); }
.world__go {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}
.world--res .world__go { color: var(--night); }
.world--com .world__go { color: var(--gold); }
.world--res .eyebrow { color: var(--night); }
@media (min-width: 860px) {
  .worlds { grid-template-columns: 1fr 1fr; }
  .world__copy { padding: 1.7rem 1.85rem 2rem; }
}

/* ---------- What's the house doing ---------- */
.wrong {
  background: var(--paper);
  color: var(--ink);
  padding: 4.2rem 0 4.6rem;
}
.wrong h2 {
  font-size: clamp(2.3rem, 6vw, 4.6rem);
  max-width: 12ch;
}
.wrong__grid {
  display: grid;
  gap: 1.6rem;
  margin-top: 2.1rem;
}
@media (min-width: 900px) {
  .wrong__grid { grid-template-columns: 0.92fr 1.08fr; align-items: start; gap: 2.4rem; }
}
.wrong__list { display: flex; flex-direction: column; }
.wrong__list button {
  text-align: left; background: transparent; border: 0;
  border-top: 1px solid rgba(20,17,14,.12);
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.6rem;
  align-items: baseline;
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(1.28rem, 2.3vw, 1.72rem);
  letter-spacing: -0.03em;
  padding: 0.92rem 0;
  cursor: pointer; color: inherit;
}
.wrong__list button:last-child { border-bottom: 1px solid rgba(20,17,14,.12); }
.wrong__list button .n {
  font-family: var(--mono); font-weight: 500; font-size: 0.68rem;
  letter-spacing: 0.12em; color: var(--gold-deep);
}
.wrong__list button[aria-pressed="true"] { color: var(--red); }
.wrong__stage {
  background: var(--night);
  color: var(--bone);
}
.wrong__stage .plate {
  background: #11100e;
  margin: 0;
}
.wrong__stage .plate img {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  object-position: 50% 18%;
}
.wrong__stage .pad { padding: 1.25rem 1.25rem 1.45rem; }
.wrong__stage h3 { font-size: clamp(1.55rem, 2.6vw, 2rem); }
.wrong__stage p { color: rgba(244,239,230,.74); }
.wrong__stage .acts { display: flex; flex-wrap: wrap; gap: 0.5rem; }

/* ---------- Trades directory ---------- */
.trades {
  background: var(--slate);
  color: var(--bone);
  padding: 4.2rem 0 4.6rem;
}
.trades h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); max-width: 18ch; }
.trades__lede {
  max-width: 34rem;
  color: rgba(244,239,230,.7);
  margin: 0 0 2rem;
}
.trade-list { display: grid; gap: 0; }
.trade-row {
  display: grid;
  gap: 1.15rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(244,239,230,.12);
}
.trade-row:last-child { border-bottom: 1px solid rgba(244,239,230,.12); }
.trade-row img {
  width: 100%;
  max-width: 22rem;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 50% 32%;
}
.trade-row h3 { font-size: clamp(1.55rem, 3vw, 2rem); margin-bottom: 0.3em; }
.trade-row p { color: rgba(244,239,230,.72); max-width: 36rem; }
.trade-row ul {
  list-style: none; margin: 0.7rem 0 0.95rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.35rem 1rem;
}
.trade-row li a {
  color: var(--bone);
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(196,163,106,.45);
}
.trade-row li a:hover { color: var(--gold); }
.trade-row__go {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}
@media (min-width: 800px) {
  .trade-row {
    grid-template-columns: 15.5rem 1fr;
    gap: 1.8rem;
    align-items: center;
    padding: 1.7rem 0;
  }
  .trade-row img { max-width: none; }
}

/* ---------- Heritage timeline ---------- */
.since {
  background: var(--paper);
  color: var(--ink);
  padding: 4.4rem 0 4.8rem;
}
.since__head {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.since h2 { font-size: clamp(2.1rem, 4.8vw, 3.6rem); max-width: 16ch; }
.since__seal { width: 7.5rem; height: auto; }
@media (min-width: 800px) {
  .since__head { grid-template-columns: 1fr auto; align-items: end; }
}
.tl { position: relative; margin: 0; padding: 0; list-style: none; }
.tl::before {
  content: "";
  position: absolute;
  left: 4.6rem; top: 0.4rem; bottom: 0.4rem;
  width: 1px;
  background: rgba(20,17,14,.16);
}
.tl li {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 1.6rem;
  padding: 0 0 1.7rem;
  position: relative;
}
.tl li:last-child { padding-bottom: 0; }
.tl time {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--gold-deep);
  padding-top: 0.15rem;
}
.tl li::after {
  content: "";
  position: absolute;
  left: 4.42rem; top: 0.55rem;
  width: 0.42rem; height: 0.42rem;
  border-radius: 50%;
  background: var(--red);
}
.tl h3 { font-size: 1.25rem; margin: 0 0 0.25em; }
.tl p { margin: 0; color: #3d3830; max-width: 40rem; }
@media (min-width: 800px) {
  .tl::before { left: 6.4rem; }
  .tl li { grid-template-columns: 6rem 1fr; gap: 2.2rem; }
  .tl li::after { left: 6.22rem; }
  .tl h3 { font-size: 1.55rem; }
}

/* ---------- Brian magazine ---------- */
.brian {
  background: var(--bone);
  color: var(--ink);
  padding: 4.4rem 0 4.8rem;
}
.brian__quote {
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(2.4rem, 6.4vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
  max-width: 16ch;
  margin: 0 0 1.8rem;
}
.brian__in {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 840px) {
  .brian__in {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    gap: 2.6rem;
    align-items: start;
  }
}
.brian figure {
  margin: 0;
  width: 100%;
  max-width: none;
}
.brian figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1800 / 943;
  object-fit: contain;
  object-position: 50% 50%;
  background: #d8d2c6;
}
.brian figcaption {
  margin-top: 0.55rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}
.brian__copy { max-width: 38rem; padding-top: 0.2rem; }
.brian__copy p { font-size: 1.08rem; color: #2e2a24; }

/* ---------- Reviews as conversation ---------- */
.proof {
  background: var(--night);
  color: var(--bone);
  padding: 4.4rem 0 4.8rem;
}
.proof h2 { font-size: clamp(2.1rem, 5vw, 3.8rem); max-width: 14ch; }
.proof-tabs {
  display: flex; flex-direction: column;
  margin: 1.8rem 0 0;
  border-top: 1px solid rgba(244,239,230,.12);
}
.proof-tabs button {
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(244,239,230,.12);
  color: rgba(244,239,230,.62);
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  letter-spacing: -0.03em;
  padding: 0.95rem 0;
  cursor: pointer;
}
.proof-tabs button[aria-pressed="true"] { color: var(--gold); }
.proof-stage {
  margin-top: 1.6rem;
  padding-top: 0.2rem;
}
.proof-stage blockquote {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.35;
  font-weight: 400;
  max-width: 28ch;
}
.proof-stage footer {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
@media (min-width: 880px) {
  .proof__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: start; }
  .proof-tabs { margin-top: 0; }
  .proof-stage { margin-top: 0; }
}

/* ---------- People plates ---------- */
.people {
  background: var(--ink);
  padding: 2.4rem 0 2.6rem;
}
.people__label {
  width: min(1240px, calc(100% - 2.2rem));
  margin: 0 auto 1rem;
}
.people__row {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0 calc((100% - min(1240px, 100% - 2.2rem)) / 2) 0.4rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.people figure {
  margin: 0;
  flex: 0 0 auto;
  width: min(78vw, 22rem);
  scroll-snap-align: start;
}
.people img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.people .p-door { object-position: 50% 16%; }
.people .p-work { object-position: 50% 40%; }
.people .p-van { object-position: 62% 50%; }
.people .p-fleet { object-position: 50% 48%; aspect-ratio: 1; }
.people figcaption {
  margin-top: 0.45rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244,239,230,.55);
}

/* ---------- Maintenance whisper ---------- */
.keep {
  background: var(--paper);
  color: var(--ink);
  padding: 5rem 0 5.2rem;
}
.keep__in { max-width: 46rem; }
.keep h2 {
  font-size: clamp(2.2rem, 5.4vw, 4.2rem);
  max-width: 14ch;
}
.keep p { font-size: 1.12rem; color: #3a352e; max-width: 36rem; }
.keep .acts { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.4rem; }

/* ---------- Two shops ---------- */
.area {
  background: var(--slate);
  color: var(--bone);
  padding: 4.4rem 0 4.6rem;
}
.area h2 { font-size: clamp(2rem, 4.8vw, 3.6rem); max-width: 16ch; }
.area .lede { color: rgba(244,239,230,.68); max-width: 34rem; }
.area__shops {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}
@media (min-width: 760px) { .area__shops { grid-template-columns: 1fr 1fr; } }
.area article {
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
}
.area h3 { font-size: 1.55rem; }
.area address {
  font-style: normal;
  color: rgba(244,239,230,.72);
  margin-bottom: 0.8rem;
}
.area a { color: var(--gold); }

/* ---------- Close ---------- */
.close {
  background: var(--red);
  color: #fff;
  padding: 4.4rem 0 4.8rem;
}
.close h2 {
  font-size: clamp(2.3rem, 6vw, 4.6rem);
  max-width: 14ch;
}
.close > .wrap > p { max-width: 34rem; color: rgba(255,255,255,.86); }
.close .acts { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1.3rem 0 1.8rem; }
.close .btn--ghost { border-color: rgba(255,255,255,.4); color: #fff !important; }
.close .btn--gold:hover { filter: brightness(1.05); }

.form {
  display: grid;
  gap: 0.7rem;
  max-width: 40rem;
}
@media (min-width: 640px) {
  .form { grid-template-columns: 1fr 1fr; }
  .form .span { grid-column: 1 / -1; }
}
.form label {
  display: flex; flex-direction: column; gap: 0.3rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.form input, .form select, .form textarea {
  font: 1rem/1.4 var(--sans);
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  min-height: 3rem;
  padding: 0.65rem 0.75rem;
}
.form textarea { min-height: 6.5rem; resize: vertical; }
.form option { color: var(--ink); }
.form .btn { justify-self: start; }
.ok, .err { margin-top: 0.8rem; }
.err { color: #ffe08a; }

/* ---------- Footer ---------- */
.hf {
  background: var(--night);
  color: rgba(244,239,230,.72);
  padding: 3.2rem 0 1.4rem;
  margin-top: auto;
  border-top: 1px solid var(--line);
}
.hf__grid {
  display: grid;
  gap: 1.8rem;
}
@media (min-width: 840px) { .hf__grid { grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; } }
.hf .logo img { width: 140px; height: auto; }
.hf h3 {
  font-size: 0.72rem;
  font-family: var(--mono);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.hf ul { list-style: none; margin: 0; padding: 0; }
.hf li { margin: 0.28rem 0; }
.hf a { color: var(--bone); text-decoration: none; }
.hf a:hover { color: var(--gold); }
.hf__legal {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem;
  margin-top: 2.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244,239,230,.08);
  font-size: 0.82rem;
  color: rgba(244,239,230,.45);
}

/* ---------- Commercial hub extras ---------- */
.bands { background: var(--paper); color: var(--ink); padding: 4.2rem 0; }
.bands h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); max-width: 16ch; }
.band {
  display: grid; gap: 1.2rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(20,17,14,.12);
}
@media (min-width: 800px) {
  .band { grid-template-columns: 0.4fr 1fr; gap: 2.4rem; align-items: start; }
}
.band h3 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.band p { color: #3a352e; max-width: 38rem; }
.band ul { list-style: none; margin: 0.6rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; }
.band a { color: var(--ink); }

/* ---------- Mobile sticky ---------- */
.mbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: 1.2fr 0.8fr;
  overflow: visible;
  padding: 0.65rem 0.75rem;
  padding-bottom: calc(0.7rem + env(safe-area-inset-bottom, 0px));
  background: #090807;
  border-top: 1px solid var(--line);
  gap: 0.45rem;
  transition: transform 0.28s var(--ease), opacity 0.28s;
}
.mbar::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 100%;
  height: 50vh;
  background: #090807;
  pointer-events: none;
}
.mbar.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }
.mbar .btn { min-height: 3rem; }
@media (min-width: 900px) { .mbar { display: none; } }
