/* =========================================================
   STACK — TWO DOORS
   Night call. Not a type-wall. Not a ticket.
   =========================================================
   Client: Stack Heating, Cooling, Plumbing & Electric
   Industry: Family heating, cooling, plumbing, electrical
   Brand personality: family, no-nonsense, shows-up
   Primary persona: Homeowner, house failing NOW.
     Fear: cold, leak, spark, a company that will not answer.
     Desire: a named person tonight, no overtime surprise.
   Secondary persona: Planned replace / tune-up.
     Fear: getting taken. Desire: a shop that will still be here.
   Journey: (1) Am I in the right place? (2) Call or wait?
            (3) Proof they came. (4) Brian as backstop.
            (5) Morning form or calendar.
   Primary conversion: Call (440) 937-9134
   Secondary: morning request form (never equal weight)
   Metaphor: TWO DOORS — emergency vs morning.
   Layout DNA: Question + two unequal doors on first screen.
     Then problem paths. Then dispatch-log proof. Then Brian.
     Then retain. Then form. Not 1976 as architecture.
     Not cream ticket. Not 01–03 bars. Not 2×2 cards.
   Opening: spoken question. No photo overlay. No giant year.
   Proof: Kathy Saturday night, named techs, 1976, Brian.
   Type: Archivo (matches STACK condensed grotesque) + Source Sans 3.
     Not a serif. Not Oswald.
   Palette: night ink, porch amber, lamp paper, truck red.
   Signature: First screen IS the funnel. Two doors.
   Non-goals: steam identity; 1976 type-wall; ticket; kennel DNA.
   Swap-test: Hurricane Ridge logo here = wrong hour, wrong job.
   ========================================================= */

:root {
  --ink: #1c1712;
  --ink-2: #2a231c;
  --lamp: #f6efe4;
  --lamp-2: #ebe2d3;
  --amber: #c4922a;
  --amber-dim: #8d6a1c;
  --truck: #c8102e;
  --truck-deep: #8e0b20;
  --mute: #6b6256;
  --bone: #f7f1e8;

  --display: "Archivo", "Arial Narrow", "Helvetica Neue", sans-serif;
  --sans: "Source Sans 3", "Helvetica Neue", sans-serif;

  --header-h: 4.35rem;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { min-height: 100%; }
body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #110e0b;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.55;
  padding-bottom: 4.5rem;
}
main { flex: 1 0 auto; }
@media (min-width: 900px) { body { padding-bottom: 0; } }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--truck); }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.96;
  margin: 0 0 0.45em;
  color: inherit;
}
p { margin: 0 0 0.85em; }

.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 200; background: var(--amber); color: var(--ink); padding: .5rem; }

.wrap { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 80;
  background: var(--ink);
  border-bottom: 1px solid rgba(196, 146, 42, 0.28);
}
.site-header__in {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); padding-block: 0.75rem; gap: 0.85rem;
}
.header-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.header-call {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--truck); color: #fff !important;
  font-family: var(--sans); font-weight: 700; font-size: 0.88rem;
  text-decoration: none; padding: 0.55rem 0.75rem; min-height: 2.6rem;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .header-call { font-size: 0.95rem; padding: 0.65rem 1rem; min-height: 2.85rem; }
}
.logo { display: block; line-height: 0; }
.logo img { width: 128px; height: auto; }
@media (min-width: 800px) { .logo img { width: 148px; } }

.nav {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--ink);
  transform: translateY(-104%);
  opacity: 0; visibility: hidden;
  transition: 0.28s var(--ease);
  z-index: 70;
  overflow: auto;
  padding: 0.75rem 1.15rem 1.5rem;
}
.nav.is-open { transform: none; opacity: 1; visibility: visible; }
.nav-call {
  display: flex; align-items: center; justify-content: center;
  background: var(--truck); color: #fff !important;
  font-weight: 700; font-size: 1.05rem;
  text-decoration: none; min-height: 3.15rem; margin-bottom: 0.85rem;
}
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav > ul { display: flex; flex-direction: column; gap: 0; }
.nav a {
  color: var(--bone);
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.25rem;
}
.nav a[aria-current="page"], .nav a:hover { color: var(--amber); }
.nav-item { border-bottom: 1px solid rgba(247,241,232,.08); }
.nav-item__row {
  display: flex; align-items: stretch; min-height: 3.15rem;
}
.nav-item__row > a {
  flex: 1; display: flex; align-items: center; padding: 0.65rem 0;
}
.nav-more {
  width: 3.15rem; flex-shrink: 0;
  border: 0; border-left: 1px solid rgba(247,241,232,.1);
  background: transparent; color: var(--amber);
  cursor: pointer;
}
.nav-more__icon {
  display: block; width: 0.85rem; height: 0.85rem; margin: 0 auto;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
}
.nav-item.is-open .nav-more__icon { transform: rotate(225deg) translate(-2px, -2px); }
.nav-sub { display: none; padding: 0 0 0.65rem 0; }
.nav-item.is-open > .nav-sub { display: block; }
.nav-sub a {
  display: flex; align-items: center;
  font-size: 1.05rem; font-weight: 500;
  min-height: 2.75rem; padding: 0.4rem 0.2rem 0.4rem 0.85rem;
}

@media (min-width: 920px) {
  .nav-call { display: none; }
  .nav {
    display: block !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent; border: 0;
    overflow: visible; padding: 0;
    flex: 1;
  }
  .nav > ul {
    flex-direction: row; align-items: center;
    justify-content: flex-end;
    gap: 0.15rem;
  }
  .nav-item { border: 0; }
  .nav-item__row { min-height: 0; }
  .nav-item__row > a { padding: 0.55rem 0.7rem; }
  .nav a { font-size: 1.02rem; font-weight: 600; }
  .nav-more { display: none; }
  .nav-sub {
    display: none !important;
    position: absolute; top: 100%; left: 0;
    width: 18.5rem; padding: 0.45rem 0;
    background: var(--ink-2);
    border: 1px solid rgba(196, 146, 42, 0.28);
    z-index: 90;
  }
  .nav > ul > .nav-item { position: relative; }
  .nav-item:hover > .nav-sub,
  .nav-item:focus-within > .nav-sub { display: block !important; }
  .nav-sub a {
    display: block; font-size: 0.95rem;
    min-height: 0; padding: 0.5rem 1rem;
  }
}

.nav-toggle {
  width: 2.5rem; height: 2.5rem;
  border: 1px solid rgba(247, 241, 232, 0.25);
  background: transparent;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; cursor: pointer;
}
.nav-toggle span { display: block; width: 1.05rem; height: 1px; background: var(--bone); }
@media (min-width: 920px) { .nav-toggle { display: none !important; } }

.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(0,0,0,.25); }
::selection { background: var(--truck); color: #fff; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; cursor: pointer; border: 0;
  font-family: var(--sans); font-weight: 700; letter-spacing: 0.02em;
  min-height: 3rem; padding: 0.65rem 1.2rem; font-size: 0.98rem;
}
.btn--signal { background: var(--truck); color: #fff; }
.btn--signal:hover { background: var(--truck-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid rgba(28,23,18,.28); }
.btn--block { width: 100%; }
a.btn { color: inherit; }

.fleet { background: #0a0806; color: var(--bone); }
.fleet > img {
  width: 100%;
  height: clamp(11rem, 36vh, 20rem);
  object-fit: cover;
  object-position: 50% 58%;
  display: block;
}
.fleet__copy {
  position: static;
  background: var(--ink);
  padding: 1.6rem 0 1.7rem;
}

.strip { display: grid; grid-template-columns: 1fr 1fr; }
@media (min-width: 860px) { .strip { grid-template-columns: repeat(4, 1fr); } }
.strip__cell {
  position: relative; display: block; min-height: 11rem; overflow: hidden;
}
.strip__cell img {
  width: 100%; height: 12.5rem;
  object-fit: cover; object-position: 50% 18%;
}
@media (min-width: 860px) { .strip__cell img { height: 16rem; } }
.strip__cell span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.6rem 0.85rem 0.75rem;
  background: linear-gradient(transparent, rgba(10,8,6,.88));
  color: #fff;
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1;
}
.strip__cell:hover span { color: var(--amber); }

/* Two doors — first screen is the funnel */
.night {
  background:
    radial-gradient(ellipse 70% 50% at 80% 0%, rgba(196, 146, 42, 0.12), transparent 50%),
    var(--ink);
  color: var(--bone);
  padding: 2.2rem 0 2.4rem;
}
.night__kicker {
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--amber); margin: 0 0 0.7rem;
}
.fleet h1, .night h1 {
  font-size: clamp(2.2rem, 5.6vw, 4.2rem);
  max-width: 16ch;
  color: #fff;
  margin-bottom: 0.25em;
}
.night__lede { max-width: 36rem; color: rgba(247,241,232,.78); font-size: 1.12rem; }

.doors {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}
@media (min-width: 820px) {
  .doors { grid-template-columns: 1.2fr 0.8fr; gap: 0.75rem; align-items: stretch; }
}
.door {
  display: flex; flex-direction: column; justify-content: center;
  text-decoration: none; padding: 0.95rem 1.15rem 0.9rem;
  min-height: 0;
  transition: transform 0.2s var(--ease);
}
.door:hover { transform: translateY(-2px); }
.door--now { background: var(--truck); color: #fff; }
.door--wait { background: var(--ink-2); color: var(--bone); border: 1px solid rgba(247,241,232,.16); }
.door__when {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  opacity: 0.85; margin-bottom: 0.45rem;
}
.door__num {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 0.95;
  color: inherit;
  margin-bottom: 0.45rem;
}
.door__num--sm { font-size: clamp(1.7rem, 3.4vw, 2.3rem); }
.door__why { font-size: 0.95rem; line-height: 1.4; opacity: 0.88; margin: 0; }

.pick { background: var(--lamp); padding: 3rem 0 2.6rem; }
.pick h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); max-width: 16ch; }
.pick__grid { display: grid; gap: 0; margin-top: 1.5rem; }
.pick__item {
  display: grid; gap: 0.35rem;
  text-decoration: none; color: inherit;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(28,23,18,.14);
}
@media (min-width: 720px) {
  .pick__item { grid-template-columns: 15rem 1fr; gap: 1.5rem; align-items: baseline; }
}
.pick__item:hover .pick__need { color: var(--truck); }
.pick__need {
  display: block;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
}
.pick__do { display: block; color: var(--mute); font-size: 1rem; }

.log { background: var(--lamp-2); padding: 3rem 0; }
.log h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); max-width: 18ch; }
.log__list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.log__list li {
  border-top: 1px solid rgba(28,23,18,.14);
  padding: 1.15rem 0;
}
.log__list p {
  font-family: var(--sans);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.4;
  margin: 0 0 0.45rem;
}
.log__list footer {
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--amber-dim);
}

.letter { background: var(--lamp); color: var(--ink); padding: 3.2rem 0; }
.letter__grid { display: grid; gap: 1.6rem; }
@media (min-width: 840px) {
  .letter__grid { grid-template-columns: 300px 1fr; gap: 2.6rem; align-items: start; }
}
.letter img {
  width: 100%; max-width: 320px; height: auto;
}
.letter__from, .rise__floor {
  font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--amber-dim); margin: 0 0 0.65rem;
}
.letter h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); }
.letter cite { display: block; margin-top: 1rem; font-style: italic; }

.keep { background: var(--ink); color: var(--bone); padding: 3rem 0; }
.keep h2 { font-size: clamp(2rem, 4.4vw, 3rem); }
.keep p { color: rgba(247,241,232,.78); }
.keep .btn--ghost { color: var(--bone); border-color: rgba(247,241,232,.3); }
.keep__in { display: grid; gap: 1.6rem; }
@media (min-width: 860px) { .keep__in { grid-template-columns: 1fr 1fr; align-items: center; gap: 2.5rem; } }
.keep__van figcaption {
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--amber); margin-top: 0.5rem;
}

.plate { background: var(--ink); padding: 1.5rem 0 0; }
.plate img {
  width: min(640px, calc(100% - 2rem));
  height: auto;
  margin: 0 auto;
}
.plate figcaption {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto; padding: 0.65rem 0 1rem;
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber);
}
.band { margin: 0; background: #0a0806; }
.band img { width: 100%; height: auto; display: block; }

.rise { background: var(--ink); color: var(--bone); }
.rise article { display: grid; border-top: 1px solid rgba(196,146,42,.22); }
@media (min-width: 860px) {
  .rise article { grid-template-columns: 1fr 1fr; min-height: 20rem; }
  .rise article:nth-child(even) .rise__copy { order: 2; }
}
.rise__copy { padding: 1.8rem 1.1rem; }
@media (min-width: 860px) {
  .rise__copy { padding: 2.6rem 2.6rem 2.6rem 0; display: flex; flex-direction: column; justify-content: center; }
  .rise article:nth-child(even) .rise__copy { padding: 2.6rem 0 2.6rem 2.6rem; }
}
.rise h2 { font-size: clamp(2rem, 4vw, 2.8rem); }
.rise p { color: rgba(247,241,232,.75); }
.rise a.more { color: var(--amber); font-style: italic; }
.rise img { width: 100%; height: 100%; min-height: 15rem; object-fit: cover; }

.voices { background: var(--lamp-2); color: var(--ink); padding: 3rem 0; }
.voices blockquote {
  margin: 0 0 1.8rem; padding: 0; border: 0;
  font-family: var(--display); font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  line-height: 1.3; font-style: italic; max-width: 40rem;
}
.voices footer {
  font-style: normal; font-size: 0.78rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--amber-dim); margin-top: 0.5rem;
}

.dial {
  background: var(--truck); color: #fff;
  padding: 2.4rem 0 2.2rem; text-align: center;
}
.dial p { margin: 0 0 0.3rem; font-size: 0.88rem; letter-spacing: 0.12em; text-transform: uppercase; }
.dial a {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.1rem, 7vw, 4.4rem);
  color: #fff; text-decoration: none; line-height: 0.95;
}
.dial a:hover { color: #ffd0d0; }
.dial small { display: block; margin-top: 0.45rem; opacity: 0.88; }
.dial a.dial__quiet, .dial small a {
  font-family: var(--sans); font-size: 0.92rem; font-weight: 600;
  letter-spacing: 0; text-decoration: underline; color: #fff;
}

.request { background: var(--lamp); color: var(--ink); padding: 3.1rem 0; }
.request h2 { font-size: clamp(2rem, 4vw, 3rem); }
.form { display: grid; gap: 0.75rem; }
.form label { display: block; font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.2rem; }
.form input, .form select, .form textarea {
  width: 100%; min-height: 2.7rem; border: 0; border-bottom: 1px solid var(--ink);
  background: transparent; padding: 0.4rem 0; font: inherit; color: inherit;
}
.form textarea { min-height: 6rem; }
.form-row { display: grid; gap: 0.75rem; }
@media (min-width: 600px) { .form-row { grid-template-columns: 1fr 1fr; } }
.split { display: grid; gap: 2rem; }
@media (min-width: 860px) { .split { grid-template-columns: 0.85fr 1.15fr; gap: 3rem; } }
.ok { background: #d7e4cf; padding: 0.7rem; }
.err { background: #ecc; padding: 0.7rem; }
.note { font-size: 0.88rem; color: var(--mute); }

.job { background: var(--ink); color: var(--bone); }
.job__frame {
  display: grid;
  gap: 1.4rem;
  padding: 1.8rem 0 2.2rem;
}
@media (min-width: 800px) {
  .job__frame {
    grid-template-columns: min(420px, 40%) 1fr;
    gap: 2.4rem;
    align-items: center;
  }
}
.job img { width: 100%; height: auto; }
.job__label { padding: 0; }
.job__label h1 { font-size: clamp(2.3rem, 5.6vw, 4rem); max-width: 16ch; color: #fff; }
.job .lede { color: rgba(247,241,232,.75); }

.specs { display: grid; gap: 0; }
.specs div { border-top: 1px solid rgba(196,146,42,.28); padding: 1.05rem 0; }
@media (min-width: 720px) { .specs div { display: grid; grid-template-columns: 12rem 1fr; gap: 1.2rem; } }
.specs dt { font-family: var(--display); font-size: 1.3rem; margin: 0 0 0.2rem; }
.specs dd { margin: 0; color: rgba(247,241,232,.75); }

.page { background: var(--ink); color: var(--bone); padding: 2.4rem 0 3.2rem; }
.page h1 { font-size: clamp(2.3rem, 5.6vw, 3.8rem); color: #fff; }
.lede { max-width: 38rem; color: rgba(247,241,232,.75); }
.page .lede { color: rgba(247,241,232,.75); }

.faq h2 { font-size: clamp(1.5rem, 3vw, 2rem); color: var(--amber); margin: 1.8rem 0 0.35rem; }
.faq details { border-bottom: 1px solid rgba(196,146,42,.22); padding: 0.85rem 0; }
.faq summary { cursor: pointer; font-family: var(--display); font-size: 1.25rem; }
.faq p { margin: 0.55rem 0 0.15rem; color: rgba(247,241,232,.75); }

.season { border-top: 1px solid rgba(196,146,42,.25); padding: 1.25rem 0; }
@media (min-width: 720px) {
  .season { display: grid; grid-template-columns: 9rem 1fr; gap: 1.6rem; align-items: baseline; }
}
.season h2 { font-size: 1.5rem; color: var(--amber); margin: 0 0 0.3rem; }
.season p { margin: 0; color: rgba(247,241,232,.75); }

.board { width: 100%; border-collapse: collapse; margin: 1.4rem 0 0; }
.board tr { border-top: 1px solid rgba(196,146,42,.28); }
.board th {
  font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700; color: var(--amber); text-align: left;
  padding: 1rem 1rem 1rem 0; width: 6.2rem; vertical-align: baseline; line-height: 0.9;
}
.board td { padding: 1.1rem 0.7rem 1.1rem 0; vertical-align: baseline; }
.board td.exp { color: var(--mute); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; }

.cols { columns: 1; gap: 2rem; }
@media (min-width: 700px) { .cols { columns: 2; } }
@media (min-width: 1000px) { .cols { columns: 3; } }
.cols h3 { break-after: avoid; font-size: 1.15rem; color: var(--amber); margin-top: 0; }
.cols ul { list-style: none; padding: 0; margin: 0 0 1.3rem; }
.cols li { padding: 0.12rem 0; color: rgba(247,241,232,.72); }

.also { list-style: none; padding: 0; margin: 0; columns: 1; }
@media (min-width: 700px) { .also { columns: 2; } }
.also li { padding: 0.25rem 0; break-inside: avoid; }
.also a { color: var(--amber); }
.article { max-width: 40rem; }
.article p { color: rgba(247,241,232,.8); }
.post-list { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.post-list li { border-top: 1px solid rgba(196,146,42,.25); padding: 1.05rem 0; }
.post-list a {
  color: #fff; text-decoration: none; font-family: var(--display);
  font-size: 1.5rem; line-height: 1.15;
}
.post-list a:hover { color: var(--amber); }
.post-list p { margin: 0.35rem 0 0; color: rgba(247,241,232,.7); font-size: 1rem; }

.affiliates { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; }
.affiliates img { height: 46px; width: auto; background: var(--bone); padding: 0.3rem; }

.site-footer {
  background: #110e0b; color: rgba(247,241,232,.62);
  padding: 2.4rem 0 1.2rem; font-size: 0.96rem;
  flex-shrink: 0;
  margin-top: auto;
}
.site-footer a { color: var(--amber); text-decoration: none; }
.foot-grid { display: grid; gap: 1.4rem; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.3fr .8fr 1fr; } }
.site-footer h3 { font-size: 1rem; color: var(--amber); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer .logo img { width: 136px; }
.legal {
  border-top: 1px solid rgba(196,146,42,.18);
  margin-top: 1.5rem; padding-top: 0.85rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: 0.8rem;
}

.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 0.55rem 0.85rem calc(0.55rem + env(safe-area-inset-bottom));
  background: var(--ink);
}
.mobile-cta.is-hidden { display: none; }
@media (min-width: 900px) { .mobile-cta { display: none; } }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
