/* Dinomite Heating & Cooling — R2 refresh candidate "Neighborhood Authority"
   Editorial, trust-first homepage. Navy + warm off-white, restrained blue,
   selective yellow. Built from the acquired palette (#001441, #007BB6, #FDB713). */

:root {
  --navy: #001441;
  --navy-2: #0a1f55;
  --navy-3: #12306e;
  --blue: #007bb6;
  --blue-deep: #005f8f;
  --blue-wash: #e6f0f7;
  --yellow: #fdb713;
  --yellow-deep: #e9a400;
  --cream: #f7f3ec;
  --cream-2: #efe9dd;
  --paper: #fffdf9;
  --ink: #0f1a33;
  --muted: #5b6579;
  --line: rgba(0, 20, 65, 0.12);
  --line-strong: rgba(0, 20, 65, 0.22);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 60px -30px rgba(0, 20, 65, 0.35);
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --narrow: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  --serif: "Liberation Serif", Georgia, "Times New Roman", serif;
  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(64px, 9vw, 128px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--blue-deep); text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: min(var(--wrap), 100% - var(--gutter) * 2); margin-inline: auto; }

/* Type */
.eyebrow {
  font-family: var(--narrow);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--yellow); }
.eyebrow--plain::before { display: none; }
.display {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.98;
  color: var(--navy);
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  text-wrap: balance;
}
.h2 {
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--navy);
  font-size: clamp(1.9rem, 3.3vw, 2.9rem);
  text-wrap: balance;
}
.h3 { font-weight: 900; letter-spacing: -0.015em; line-height: 1.15; color: var(--navy); font-size: 1.35rem; }
.lede { font-size: clamp(1.1rem, 1.45vw, 1.3rem); line-height: 1.55; color: var(--ink); max-width: 36em; }
.muted { color: var(--muted); }
.small { font-size: 0.9rem; }
.on-navy { color: #fff; }
.on-navy .display, .on-navy .h2, .on-navy .h3 { color: #fff; }
.on-navy .eyebrow { color: #8fc7e6; }
.on-navy .muted { color: rgba(255, 255, 255, 0.72); }
.on-navy a { color: #fff; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 4px;
  font-family: var(--narrow);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary { background: var(--yellow); color: var(--navy); }
.btn--primary:hover { background: var(--yellow-deep); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--line-strong); }
.btn--outline:hover { border-color: var(--navy); }
.on-navy .btn--outline { color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.on-navy .btn--outline:hover { border-color: #fff; }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-3); }
.textlink {
  font-family: var(--narrow);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
}
.textlink svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.textlink:hover { text-decoration: none; color: var(--blue-deep); }
.textlink:hover svg { transform: translateX(3px); }
.on-navy .textlink { color: #fff; }
.on-navy .textlink:hover { color: var(--yellow); }

/* Utility bar */
.utility {
  background: var(--navy);
  color: #fff;
  font-size: 0.875rem;
}
.utility .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; }
.utility__tag { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.75rem; color: var(--yellow); }
.utility__links { display: flex; align-items: center; gap: 22px; }
.utility__links a { color: rgba(255, 255, 255, 0.85); font-size: 0.85rem; }
.utility__links a:hover { color: #fff; }
.utility__links a strong { color: #fff; font-weight: 900; letter-spacing: -0.01em; }
@media (max-width: 900px) {
  .utility__links a:not(.utility__phone) { display: none; }
  .utility__phone { white-space: nowrap; }
}
@media (max-width: 640px) {
  .utility .wrap { justify-content: center; text-align: center; }
  .utility__links { display: none; }
  .utility__tag { font-size: 0.7rem; letter-spacing: 0.08em; }
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}
.header.is-stuck { box-shadow: 0 10px 30px -18px rgba(0, 20, 65, 0.35); background: rgba(247, 243, 236, 0.96); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.brand { display: block; flex: none; }
.brand img { width: clamp(150px, 14vw, 190px); height: auto; }
.nav { display: flex; align-items: center; gap: 0; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 10px;
  color: var(--navy);
  font-weight: 400;
  font-size: 0.93rem;
  letter-spacing: -0.005em;
  border-radius: 4px;
  white-space: nowrap;
}
.nav__link:hover { text-decoration: none; background: rgba(0, 20, 65, 0.05); }
.nav__link svg { width: 12px; height: 12px; opacity: 0.6; }
.nav__menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.nav__item:hover > .nav__menu,
.nav__item:focus-within > .nav__menu,
.nav__item.is-open > .nav__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__menu a { display: block; padding: 9px 12px; border-radius: 4px; color: var(--ink); font-size: 0.95rem; }
.nav__menu a:hover { background: var(--blue-wash); text-decoration: none; color: var(--navy); }
.header__cta { display: flex; align-items: center; gap: 10px; flex: none; }
.header__cta .btn { padding: 12px 18px; font-size: 0.9rem; }
.header__phone { display: none; }
.menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1.5px solid var(--line-strong);
  border-radius: 4px;
  padding: 10px 12px;
  color: var(--navy);
  font-family: var(--narrow);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.menu-toggle svg { width: 20px; height: 20px; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 1180px) {
  .nav__link { padding: 12px 7px; font-size: 0.88rem; }
  .brand img { width: 150px; }
}
@media (max-width: 960px) {
  .header .wrap { min-height: 72px; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter) 24px;
    max-height: calc(100vh - 72px);
    overflow: auto;
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav__item { border-bottom: 1px solid var(--line); }
  .nav__link { width: 100%; justify-content: space-between; padding: 16px 4px; font-size: 1.05rem; }
  .nav__link:hover { background: none; }
  .nav__link svg { width: 14px; height: 14px; transition: transform 0.2s ease; }
  .nav__item.is-open > .nav__link svg { transform: rotate(180deg); }
  .nav__menu {
    position: static;
    min-width: 0;
    padding: 0 0 12px 16px;
    background: none;
    border: 0;
    box-shadow: none;
    transform: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .nav__item:hover > .nav__menu, .nav__item:focus-within > .nav__menu { display: none; }
  .nav__item.is-open > .nav__menu { display: block; }
  .nav__mobile-actions { display: grid; gap: 10px; padding-top: 18px; }
  .header__cta .btn--primary { display: none; }
  .header__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1.5px solid var(--line-strong);
    border-radius: 4px;
    color: var(--navy);
  }
  .header__phone svg { width: 18px; height: 18px; }
  .menu-toggle { display: inline-flex; }
}
@media (min-width: 961px) { .nav__mobile-actions { display: none; } }

/* Hero */
.hero { padding: clamp(40px, 6vw, 84px) 0 0; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hero__copy { padding-bottom: 0; }
.hero__kicker { margin-top: 22px; font-family: var(--narrow); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.85rem; color: var(--navy); }
.hero .display { margin-top: 14px; }
.hero .display em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.02em; color: var(--blue); }
.hero .lede { margin-top: 26px; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { margin-top: 18px; font-size: 0.9rem; color: var(--muted); }
.hero__media { position: relative; }
.frame { position: relative; background: var(--paper); border: 1px solid var(--line); padding: 10px; box-shadow: var(--shadow); }
.frame img { width: 100%; height: auto; }
.frame--tight { padding: 6px; }
.hero__media .frame img { aspect-ratio: 1480 / 800; object-fit: cover; }
.caption {
  margin-top: 12px;
  font-size: 0.85rem;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.caption::before { content: ""; flex: none; width: 18px; height: 1px; background: var(--line-strong); transform: translateY(-4px); }
.hero__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow);
}
.hero__badge img { height: 22px; width: 117px; flex: none; }
.hero__badge span { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; color: var(--navy); }
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { order: 1; }
  .hero__media { order: 2; }
  .hero__media .frame img { aspect-ratio: 4 / 3; object-position: 62% center; }
  .hero__badge { display: none; }
}

/* Proof ledger */
.ledger { margin-top: clamp(40px, 6vw, 72px); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.ledger__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ledger__item { padding: 22px 24px 22px 0; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.ledger__item + .ledger__item { padding-left: 24px; }
.ledger__item:last-child { border-right: 0; padding-right: 0; }
.ledger__figure { font-weight: 900; font-size: 1.75rem; letter-spacing: -0.03em; color: var(--navy); line-height: 1; }
.ledger__figure--stars { display: flex; gap: 2px; }
.ledger__figure--stars img { width: 16px; height: 16px; }
.ledger__figure img { height: 44px; width: auto; }
.ledger__figure img.ledger__veteran { height: 20px; }
.ledger__label { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; color: var(--navy); line-height: 1.3; }
.ledger__label small { display: block; font-family: var(--sans); font-weight: 400; letter-spacing: 0; text-transform: none; font-size: 0.8rem; color: var(--muted); margin-top: 3px; }
@media (max-width: 900px) {
  .ledger__grid { grid-template-columns: 1fr 1fr; }
  .ledger__item { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .ledger__item + .ledger__item { padding-left: 0; }
  .ledger__item:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 18px; }
  .ledger__item:nth-child(even) { padding-left: 18px; }
  .ledger__item:nth-last-child(-n + 2) { border-bottom: 0; }
}
@media (max-width: 520px) {
  .ledger__grid { grid-template-columns: 1fr; }
  .ledger__item:nth-child(odd) { border-right: 0; padding-right: 0; }
  .ledger__item:nth-child(even) { padding-left: 0; }
  .ledger__item:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .ledger__item:last-child { border-bottom: 0; }
}

/* Sections */
.section { padding: var(--section) 0; }
.section--navy { background: var(--navy); color: #fff; }
.section--paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section__head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 4vw, 56px); align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.section__head .h2 { margin-top: 16px; }
.section__head .lede { justify-self: end; font-size: 1.05rem; color: var(--muted); }
.on-navy .section__head .lede { color: rgba(255, 255, 255, 0.75); }
@media (max-width: 900px) {
  .section__head { grid-template-columns: 1fr; }
  .section__head .lede { justify-self: start; }
}

/* Award */
.award { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 3fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.award__medal { background: #fff; padding: clamp(20px, 3vw, 40px); border: 1px solid var(--line-light); }
.award__medal img { width: 100%; height: auto; }
.award__copy .h2 { margin-top: 16px; }
.award__copy p { margin-top: 20px; color: rgba(255, 255, 255, 0.82); }
.award__copy .textlink { margin-top: 26px; }
.award__photo .frame { background: var(--navy-2); border-color: var(--line-light); }
.award__photo .caption { color: rgba(255, 255, 255, 0.7); }
.award__photo .caption::before { background: rgba(255, 255, 255, 0.35); }
@media (max-width: 1000px) {
  .award { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .award__photo { grid-column: 1 / -1; max-width: 420px; }
}
@media (max-width: 640px) {
  .award { grid-template-columns: 1fr; }
  .award__medal { max-width: 320px; }
}

/* Reviews */
.reviews__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line-strong); margin-bottom: 8px; }
.reviews__meta img.google { height: 26px; width: auto; }
.stars { display: inline-flex; gap: 3px; }
.stars img { width: 18px; height: 18px; }
.reviews__score { font-weight: 900; font-size: 1.5rem; letter-spacing: -0.03em; color: var(--navy); line-height: 1; }
.reviews__verified { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; color: var(--muted); }
.reviews__meta .textlink { margin-left: auto; }
.quotes { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); }
.quote { padding: 34px 0; border-bottom: 1px solid var(--line); }
.quote--lead { grid-row: span 3; padding-right: clamp(28px, 4vw, 64px); border-right: 1px solid var(--line); border-bottom: 0; }
.quote--lead ~ .quote { padding-left: clamp(28px, 4vw, 64px); }
.quote--lead ~ .quote:last-child { border-bottom: 0; }
.quote__text { font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.5; color: var(--ink); }
.quote--lead .quote__text { font-size: clamp(1.5rem, 2.1vw, 1.9rem); line-height: 1.4; color: var(--navy); }
.quote__text::before { content: "\201C"; color: var(--yellow); margin-right: 2px; }
.quote__text::after { content: "\201D"; color: var(--yellow); }
.quote__who { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.quote__who img { width: 36px; height: 36px; border-radius: 50%; }
.quote__name { font-weight: 900; letter-spacing: -0.01em; color: var(--navy); font-size: 0.95rem; line-height: 1.2; }
.quote__src { font-size: 0.8rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.quote__src img { width: 12px; height: 12px; }
.quote__who .stars { margin-left: auto; }
.quote__who .stars img { width: 13px; height: 13px; }
.reviews__foot { margin-top: 26px; font-size: 0.85rem; color: var(--muted); }
@media (max-width: 900px) {
  .quotes { grid-template-columns: 1fr; }
  .quote--lead { grid-row: auto; padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quote--lead ~ .quote { padding-left: 0; }
  .quote__who .stars { display: none; }
}

/* Neighborhood */
.neighborhood { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.neighborhood .h2 { margin-top: 16px; }
.neighborhood .lede { margin-top: 22px; }
.towns { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); }
.towns li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 900; letter-spacing: -0.01em; color: var(--navy); font-size: 1.05rem; }
.towns li::before { content: "\2022"; color: var(--yellow); margin-right: 10px; }
.neighborhood .textlink { margin-top: 26px; }
.mapcard { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.mapcard img.map { width: 100%; height: auto; aspect-ratio: 585 / 450; object-fit: cover; filter: saturate(0.85); }
.mapcard__body { padding: 22px 24px 24px; display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; align-items: start; }
.mapcard__name { font-weight: 900; color: var(--navy); letter-spacing: -0.01em; }
.mapcard__addr { color: var(--muted); font-size: 0.95rem; margin-top: 4px; }
.mapcard__rating { text-align: right; }
.mapcard__rating .reviews__score { font-size: 1.3rem; }
.mapcard__rating .stars { margin-top: 4px; justify-content: flex-end; }
.mapcard__rating .stars img { width: 13px; height: 13px; }
.mapcard__rating small { display: block; color: var(--muted); font-size: 0.78rem; margin-top: 4px; }
.mapcard__links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 22px; padding-top: 14px; border-top: 1px solid var(--line); }
.mapcard__links a { font-size: 0.875rem; }
@media (max-width: 900px) {
  .neighborhood { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .towns { grid-template-columns: repeat(2, 1fr); }
  .mapcard__body { grid-template-columns: 1fr; }
  .mapcard__rating { text-align: left; }
  .mapcard__rating .stars { justify-content: flex-start; }
}

/* Craft (photo pair) */
.craft { margin-top: clamp(56px, 8vw, 104px); display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr); gap: clamp(20px, 3vw, 40px); align-items: end; }
.craft__copy { padding-bottom: 12px; }
.craft__copy .h2 { margin-top: 16px; font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.craft__copy p { margin-top: 18px; }
.craft__copy .textlink { margin-top: 22px; }
.craft__photo img { aspect-ratio: 1 / 1; object-fit: cover; }
.craft__photo--tall img { aspect-ratio: 770 / 750; }
@media (max-width: 900px) {
  .craft { grid-template-columns: 1fr 1fr; }
  .craft__copy { grid-column: 1 / -1; }
}
@media (max-width: 520px) { .craft { grid-template-columns: 1fr; } }

/* Services */
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(28px, 5vw, 72px); border-top: 1px solid var(--line-strong); }
.service { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service__icon { width: 56px; height: 56px; display: grid; place-items: center; background: var(--blue-wash); border-radius: 50%; }
.service__icon img { width: 34px; height: 34px; }
.service__num { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.1em; font-size: 0.75rem; color: var(--blue); }
.service .h3 { margin-top: 4px; }
.service .h3 a { color: var(--navy); }
.service p { margin-top: 10px; color: var(--muted); font-size: 0.98rem; }
.service__links { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px 16px; }
.service__links a { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.78rem; color: var(--navy); }
.service__links a:hover { color: var(--blue-deep); }
@media (max-width: 800px) { .services { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .service { grid-template-columns: 1fr; gap: 12px; } }

/* Comfort / maintenance */
.comfort { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.comfort__media { position: relative; }
.comfort__media .frame img { aspect-ratio: 1600 / 1052; object-fit: cover; }
.comfort__inset { position: absolute; right: -16px; bottom: -28px; width: 32%; max-width: 230px; }
.comfort__inset .frame { padding: 6px; }
.comfort__inset img { aspect-ratio: 700 / 775; object-fit: cover; }
.comfort__copy .h2 { margin-top: 16px; }
.comfort__copy p { margin-top: 18px; }
.comfort__copy .btn { margin-top: 28px; }
@media (max-width: 900px) {
  .comfort { grid-template-columns: 1fr; }
  .comfort__media { margin-bottom: 40px; }
}
@media (max-width: 520px) { .comfort__inset { right: 0; bottom: -20px; width: 38%; } }

/* Also (four small features) */
.also { margin-top: clamp(56px, 8vw, 104px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); }
.also__item { padding: 28px 24px 28px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.also__item + .also__item { padding-left: 24px; }
.also__item:last-child { border-right: 0; padding-right: 0; }
.also__icon { height: 44px; display: flex; align-items: center; }
.also__icon img { height: 44px; width: auto; }
.also__item .h3 { font-size: 1.15rem; }
.also__item p { color: var(--muted); font-size: 0.95rem; flex: 1; }
@media (max-width: 900px) {
  .also { grid-template-columns: 1fr 1fr; }
  .also__item { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px 0; }
  .also__item + .also__item { padding-left: 0; }
  .also__item:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 20px; }
  .also__item:nth-child(even) { padding-left: 20px; }
}
@media (max-width: 520px) {
  .also { grid-template-columns: 1fr; }
  .also__item:nth-child(odd) { border-right: 0; padding-right: 0; }
  .also__item:nth-child(even) { padding-left: 0; }
}

/* Blog */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.post { display: grid; grid-template-rows: auto 1fr; gap: 18px; }
.post .frame img { aspect-ratio: 4 / 3; object-fit: cover; }
.post__body { display: flex; flex-direction: column; gap: 10px; }
.post__body .h3 { font-size: 1.2rem; }
.post__body .h3 a { color: var(--navy); }
.post__body p { color: var(--muted); font-size: 0.95rem; flex: 1; }
@media (max-width: 800px) { .posts { grid-template-columns: 1fr; } .post { grid-template-columns: 1fr; } }

/* Schedule + contact */
.schedule { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 6vw, 96px); align-items: start; }
.schedule__copy .h2 { margin-top: 16px; }
.schedule__copy p { margin-top: 20px; color: rgba(255, 255, 255, 0.82); }
.schedule__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.schedule__meta { margin-top: 36px; border-top: 1px solid var(--line-light); padding-top: 22px; display: grid; gap: 6px; font-size: 0.95rem; color: rgba(255, 255, 255, 0.82); }
.schedule__meta strong { color: #fff; font-weight: 900; }
.form { background: var(--paper); color: var(--ink); padding: clamp(24px, 3vw, 40px); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form .h3 { color: var(--navy); }
.form__intro { margin-top: 6px; color: var(--muted); }
.form__grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.75rem; color: var(--navy); }
.field label .req { color: var(--blue); }
.field input, .field textarea {
  font: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  background: #fff;
  color: #000;
  width: 100%;
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--blue); outline-offset: 0; border-color: var(--blue); }
.field textarea { min-height: 120px; resize: vertical; }
.check { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; font-size: 0.95rem; }
.check input { width: 18px; height: 18px; accent-color: var(--blue); }
.form__foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 6px; }
.form__note { font-size: 0.8rem; color: var(--muted); }
.form__status { grid-column: 1 / -1; font-size: 0.9rem; color: var(--blue-deep); min-height: 1.4em; }
@media (max-width: 900px) { .schedule { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form__grid { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: var(--cream-2); border-top: 1px solid var(--line); padding: clamp(48px, 6vw, 80px) 0 32px; }
.footer__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 3fr) minmax(0, 5fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.footer__brand img.logo { width: 190px; height: auto; }
.footer__brand p { margin-top: 18px; color: var(--muted); font-size: 0.95rem; }
.footer__brand .veteran { margin-top: 18px; height: 20px; width: auto; }
.footer__col h4 { font-family: var(--narrow); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.78rem; color: var(--blue); }
.footer__col ul { margin-top: 14px; display: grid; gap: 8px; }
.footer__col a { color: var(--navy); font-size: 0.95rem; }
.footer__addr { margin-top: 14px; color: var(--ink); font-size: 0.95rem; line-height: 1.6; }
.footer__addr a { font-weight: 900; color: var(--navy); }
.footer__proof { background: #fff; border: 1px solid var(--line); padding: 20px 24px; }
.footer__proof img { width: 100%; max-width: 420px; height: auto; }
.footer__proof p { margin-top: 12px; font-size: 0.85rem; color: var(--muted); }
.footer__bottom { margin-top: clamp(36px, 5vw, 56px); padding-top: 22px; border-top: 1px solid var(--line-strong); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 0.85rem; color: var(--muted); }
.footer__bottom a { color: var(--navy); }
@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__proof { grid-column: 1 / -1; }
}
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* Reveal (subtle, motion-safe) */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .textlink svg, .nav__menu { transition: none; }
}
.no-js .reveal { opacity: 1; transform: none; }
