/* ==========================================================================
   Ember Chimney — Atlas-style Local Service LP
   Photo-heavy · Full-bleed heroes · Ribbon forms · Photo offer cards
   Brand: #D25910 · Dark navy trust blocks · White clean chrome
   ========================================================================== */

:root {
  --brand: #d25910;
  --brand-dark: #b34a0c;
  --brand-light: #e87a3a;
  --coral: #e85d3b;
  --coral-hot: #e14a2a;
  --navy: #0f2744;
  --navy-2: #16345a;
  --navy-deep: #0a1a2e;
  --ink: #1a1a1a;
  --ink-2: #2c2c2c;
  --muted: #5a6270;
  --line: #e6e8ec;
  --cream: #f7f8fa;
  --white: #ffffff;
  --success: #1f7a4c;
  --gold: #c9a227;
  --star: #f4b400;

  --font: "Montserrat", system-ui, sans-serif;
  --display: "Montserrat", system-ui, sans-serif;
  --font-secondary: "Roboto Slab", Georgia, serif;
  --font-accent: "Roboto", system-ui, sans-serif;

  --header-h: 70px;
  --sticky-h: 68px;
  --max: 1140px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 12px 40px rgba(15, 39, 68, 0.12);
  --shadow-lg: 0 22px 60px rgba(15, 39, 68, 0.18);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --focus: 0 0 0 3px rgba(210, 89, 16, 0.35);
  --lh: 1.35;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: var(--lh);
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom, 0px));
}
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: none; box-shadow: var(--focus);
}
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
button { cursor: pointer; border: 0; background: none; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.text-ember { color: var(--brand); font-weight: 800; }
.city { color: var(--brand); }

/* Orange dashed placeholders (client supplies real content later) */
.ph {
  border: 2px dashed var(--brand);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 8px,
      rgba(210, 89, 16, 0.04) 8px,
      rgba(210, 89, 16, 0.04) 16px
    ),
    rgba(210, 89, 16, 0.06);
  border-radius: 12px;
  color: var(--brand);
  font-weight: 600;
  font-size: 0.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.1rem;
  min-height: 88px;
  position: relative;
  line-height: 1.4;
}
.ph::after {
  content: "PLACEHOLDER";
  position: absolute;
  top: 7px;
  right: 9px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
.ph-sub { font-size: 0.75rem; font-weight: 600; opacity: 0.75; display: block; margin-top: 0.25rem; }
.ph-review { min-height: 160px; flex-direction: column; gap: 0.35rem; }
.ph-video { min-height: 180px; flex-direction: column; gap: 0.45rem; }
.ph-video .play {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(210, 89, 16, 0.12);
  display: grid; place-items: center;
  border: 2px solid var(--brand);
}
.ph-video .play svg { width: 18px; height: 18px; fill: var(--brand); margin-left: 2px; }
.ph-photo { min-height: 0; aspect-ratio: 4/3; font-size: 0.78rem; }
.reviews-ph-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .reviews-ph-grid { grid-template-columns: repeat(3, 1fr); }
}
/* Real work photo grid -------------------------------------------------- */
.work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
@media (min-width: 520px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 900px) {
  .work-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
  }
}
.work-shot {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8eaed;
  box-shadow: 0 6px 18px rgba(15, 20, 25, 0.1);
}
.work-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.work-shot:hover img {
  transform: scale(1.03);
}
/* What's included — card grid -------------------------------------------- */
#included.section {
  padding: 3.75rem 0 4.25rem;
  background:
    linear-gradient(180deg, #f7f8fa 0%, #fff 55%, #f7f8fa 100%);
}
#included .section-head {
  margin-bottom: 1.75rem;
}
#included .section-head .lead {
  margin-top: 0.45rem;
  color: var(--muted);
}
.included-list {
  display: grid;
  gap: 0.85rem;
  max-width: none;
  margin: 0;
  grid-template-columns: 1fr;
  counter-reset: include;
}
.included-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.4;
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 14px;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 6px 18px rgba(20, 15, 12, 0.05);
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), border-color 0.18s ease;
  counter-increment: include;
}
.included-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 15, 12, 0.09);
  border-color: #ffd0ad;
}
.included-list li::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
  background:
    #fff6ef
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d25910' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    center / 18px no-repeat;
  border: 1px solid #ffd0ad;
  box-shadow: 0 2px 8px rgba(210, 89, 16, 0.12);
}
@media (min-width: 640px) {
  .included-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 960px) {
  #included.section { padding: 4.5rem 0 5rem; }
  .included-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
  }
  .included-list li {
    padding: 1.25rem 1.2rem;
    min-height: 104px;
  }
}
/* CSIA emphasis — dark photo band + seal + point cards -------------------- */
.csia-emphasis {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 3.75rem 0 4rem;
  background: #120e0c;
}
.csia-emphasis-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a100c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* Keep photo readable under text (like Services band) */
  filter: brightness(0.55) saturate(0.95) contrast(1.05);
  transform: scale(1.03);
}
.csia-emphasis-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(12, 10, 9, 0.78) 0%, rgba(12, 10, 9, 0.5) 45%, rgba(12, 10, 9, 0.28) 100%),
    linear-gradient(180deg, rgba(12, 10, 9, 0.15) 0%, rgba(12, 10, 9, 0.45) 100%);
  pointer-events: none;
}
.csia-emphasis > .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: center;
}
.csia-seal-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}
.csia-seal-ring {
  width: min(200px, 58vw);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 0 0 6px rgba(210, 89, 16, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.csia-seal-ring img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}
/* Hero strip CSIA logo */
.hero-mini-badges img[src*="CSIA-Badge"] {
  height: 56px;
  width: 56px;
  max-width: 56px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
}
.csia-seal-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fdba74;
  background: rgba(210, 89, 16, 0.15);
  border: 1px solid rgba(253, 186, 116, 0.3);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
}
.csia-copy .eyebrow {
  color: #fdba74;
  margin-bottom: 0.5rem;
}
.csia-copy h2 {
  color: #fff;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.csia-copy > p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 48ch;
  line-height: 1.55;
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
}
.csia-copy > p strong { color: #fff; }
.csia-points {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.35rem;
  grid-template-columns: 1fr;
}
.csia-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.35;
}
.csia-points li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  background: rgba(210, 89, 16, 0.25) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fdba74' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat;
  border: 1px solid rgba(253, 186, 116, 0.4);
}
.csia-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.csia-chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
}
.csia-chip strong { color: #fdba74; font-weight: 800; margin-right: 0.25rem; }
.csia-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.csia-actions .btn {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 700;
  border-radius: 10px;
  min-height: 48px;
}
@media (min-width: 640px) {
  .csia-points { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .csia-emphasis { padding: 4.5rem 0 4.75rem; }
  .csia-emphasis > .wrap {
    grid-template-columns: minmax(200px, 240px) 1fr;
    gap: 3rem;
    align-items: center;
  }
  .csia-seal-wrap { align-items: center; }
  .csia-seal-ring { width: 210px; }
}
.appt-band {
  background: linear-gradient(90deg, #1a100c, #2c1810);
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
}
.appt-band .city { color: #fdba74; }
.deal-grid .ph {
  min-height: 220px;
  border-radius: 12px;
}

.skip-link {
  position: absolute; left: 1rem; top: -100px; z-index: 200;
  background: var(--navy); color: white; padding: 0.65rem 1rem;
  border-radius: 10px; font-weight: 700; font-size: 0.9rem;
}
.skip-link:focus { top: 1rem; }

/* Layout ------------------------------------------------------------------ */
.wrap {
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
}
.wrap-narrow { width: min(100% - 1.5rem, 760px); margin-inline: auto; }
.section { padding: 3.25rem 0; }
.section-tint {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.96)),
    url("../images/photos/blueprint-bg.webp") center / cover;
}
.section-head { margin-bottom: 1.75rem; max-width: 640px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .h2 { margin-bottom: 0.55rem; }
.section-head .lead { max-width: 52ch; color: var(--muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 0.55rem;
}
.display {
  font-family: var(--display); font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.15; color: var(--ink);
}
.h1 { font-size: clamp(1.85rem, 4.8vw, 2.85rem); }
.h2 { font-size: clamp(1.55rem, 3.2vw, 2.35rem); }
.h3 { font-size: clamp(1.05rem, 1.8vw, 1.25rem); font-weight: 700; }
.lead {
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  color: var(--muted); max-width: 48ch; line-height: 1.45;
}
.muted { color: var(--muted); }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  min-height: 50px; padding: 0.8rem 1.35rem; border-radius: 8px;
  font-family: var(--font-accent); font-weight: 700; font-size: 0.92rem;
  letter-spacing: 0.03em; text-transform: uppercase;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-primary {
  background: linear-gradient(180deg, var(--brand-light), var(--brand));
  color: var(--white);
  box-shadow: 0 8px 22px rgba(210, 89, 16, 0.32);
  border: 1px solid transparent;
}
.btn-primary:hover {
  background: linear-gradient(180deg, var(--brand), var(--brand-dark));
  transform: translateY(-1px);
}
.btn-coral {
  background: linear-gradient(180deg, #f06a4a, var(--coral-hot));
  color: #fff;
  box-shadow: 0 8px 22px rgba(225, 74, 42, 0.35);
}
.btn-coral:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.55);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-outline {
  background: #fff; color: var(--brand);
  border: 2px solid var(--brand);
}
.btn-outline:hover { background: #fff6ef; }
.btn-navy {
  background: var(--navy); color: #fff;
  border: 2px solid var(--navy);
}
.btn-navy:hover { background: var(--navy-2); }
.btn-block { width: 100%; }
.btn-lg { min-height: 54px; padding: 0.95rem 1.5rem; font-size: 0.95rem; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Header — local business: logo · service/area/phone · Call Now ------------ */
.top-trust,
.header-mid,
.header-rating,
.header-stars,
.header-week,
.header-dot { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #e8eaee;
}
.site-header.is-scrolled {
  box-shadow: 0 4px 14px rgba(20, 15, 12, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  min-height: 64px;
  padding-block: 0.5rem;
}
.brand {
  display: flex;
  align-items: center;
  min-width: 0;
  line-height: 0;
  flex-shrink: 0;
}
.brand-logo {
  display: block;
  width: auto;
  height: 44px;
  max-width: min(170px, 44vw);
  object-fit: contain;
  object-position: left center;
}
/* Center: what locals expect — who you are + number */
.header-local {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.12rem;
  min-width: 0;
  text-align: right;
  line-height: 1.2;
}
.header-local-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.header-local-label .city {
  color: var(--brand);
  font-weight: 700;
}
.header-local-phone {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.header-local-phone:hover { color: var(--brand); }
.header-cta { display: contents; }
.header-phone { display: none !important; }
.header-call {
  flex-shrink: 0;
  background: var(--brand);
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.7rem 1.1rem;
  border-radius: 8px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(210, 89, 16, 0.28);
  font-size: 0.8rem;
  white-space: nowrap;
  line-height: 1.1;
}
.header-call:hover {
  background: var(--brand-dark);
  filter: none;
}

@media (min-width: 640px) {
  .header-inner { min-height: 70px; padding-block: 0.55rem; }
  .brand-logo { height: 50px; max-width: 200px; }
  .header-local { display: flex; margin-left: auto; margin-right: 0.15rem; }
  .header-call {
    font-size: 0.88rem;
    padding: 0.75rem 1.25rem;
    min-height: 46px;
  }
}

@media (min-width: 900px) {
  .header-local-phone { font-size: 1.12rem; }
  .header-local-label { font-size: 0.78rem; }
}

/* HERO — full-bleed photo (Atlas) ----------------------------------------- */
.hero-atlas {
  position: relative;
  min-height: min(88vh, 780px);
  display: flex; align-items: center;
  padding: 2.5rem 0 3rem;
  overflow: hidden;
  background: #1a100c;
}
.hero-atlas-bg {
  position: absolute; inset: 0;
  background-color: #1a100c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.03);
}
/* Keep the job photo visible — Atlas-style soft vignette, not a solid blueprint wash */
.hero-atlas-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(12, 10, 9, 0.78) 0%, rgba(12, 10, 9, 0.55) 42%, rgba(12, 10, 9, 0.28) 68%, rgba(12, 10, 9, 0.4) 100%),
    linear-gradient(180deg, rgba(12, 10, 9, 0.2) 0%, rgba(12, 10, 9, 0.15) 45%, rgba(12, 10, 9, 0.55) 100%);
  pointer-events: none;
}
.hero-atlas .wrap {
  position: relative; z-index: 1;
  display: grid; gap: 1.75rem; align-items: center;
}
.hero-left { color: #fff; max-width: 560px; }
.hero-seal { display: none !important; }
.hero-left .city-line {
  font-size: clamp(1.85rem, 4.4vw, 2.55rem); font-weight: 800;
  color: #ff8a3d; letter-spacing: -0.02em; margin-bottom: 0.1rem;
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.hero-left h1 {
  font-size: clamp(1.65rem, 4vw, 2.45rem); font-weight: 800;
  color: #fff; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0.7rem;
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.hero-left h1 .h1-price,
.h1 .h1-price {
  color: #ff8a3d;
  font-weight: 900;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.hero-left .sub {
  font-size: 1.02rem; color: rgba(255,255,255,0.92); margin-bottom: 1.2rem; font-weight: 500;
  text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.hero-left .sub em { color: #ffb070; font-style: normal; font-weight: 800; }
.hero-bullets { display: grid; gap: 0.7rem; margin-bottom: 1.4rem; }
.hero-bullets li {
  display: flex; align-items: center; gap: 0.7rem;
  font-size: 1rem; font-weight: 700; color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,0.25);
}
.hero-bullets .ico {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(210, 89, 16, 0.28); border: 1px solid rgba(255, 176, 112, 0.55);
  color: #ffb070; display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.hero-bullets .ico svg { width: 16px; height: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1.25rem; }
.hero-mini-badges {
  display: flex; flex-wrap: wrap; gap: 0.85rem 1.1rem; align-items: center;
}
.hero-mini-badges img {
  height: 52px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.hero-mini-badges img.badge-yelp {
  height: 36px;
  max-width: 120px;
  /* Wordmark needs a bit of contrast on dark hero — soft glow only, no card */
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}
.hero-mini-badges img.badge-nextdoor {
  height: 48px;
  width: 48px;
  max-width: 48px;
}

/* Ribbon quote card (Atlas form) ------------------------------------------ */
.quote-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  padding: 2rem 1.35rem 1.45rem;
  margin-top: 1.5rem;
  border: 1px solid rgba(255,255,255,0.5);
}
.quote-ribbon {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -52%);
  background: linear-gradient(180deg, #f06a4a, var(--coral-hot));
  color: #fff; font-weight: 900; font-size: clamp(0.95rem, 2.5vw, 1.12rem);
  letter-spacing: 0.07em; text-transform: uppercase; white-space: nowrap;
  padding: 0.7rem 1.75rem;
  clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 100%, 0 50%);
  box-shadow: 0 10px 24px rgba(225, 74, 42, 0.4);
  z-index: 2;
}
.quote-card .field { margin-bottom: 0.7rem; }
.quote-card .field label {
  display: block; font-size: 0.78rem; font-weight: 700; color: var(--ink-2); margin-bottom: 0.28rem;
}
.quote-card .field input,
.quote-card .field textarea {
  width: 100%; min-height: 46px; padding: 0.65rem 0.85rem;
  border: 1.5px solid #dce0e6; border-radius: 8px; background: #fafbfc;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.quote-card .field textarea { min-height: 78px; resize: vertical; }
.quote-card .field input:focus,
.quote-card .field textarea:focus {
  outline: none; border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(210, 89, 16, 0.12); background: #fff;
}
.quote-card .form-row { display: grid; gap: 0.65rem; }
.quote-card .consent {
  display: flex; gap: 0.5rem; align-items: flex-start;
  font-size: 0.72rem; color: var(--muted); line-height: 1.4; margin: 0.35rem 0 0.85rem;
}
.quote-card .consent input { margin-top: 0.15rem; flex-shrink: 0; }
.quote-card .btn-send {
  width: 100%; min-height: 52px; border-radius: 8px;
  background: linear-gradient(180deg, #f06a4a, var(--coral-hot));
  color: #fff; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(225, 74, 42, 0.3);
}
.quote-card .btn-send:hover { filter: brightness(1.05); }
.form-status {
  display: none; font-size: 0.84rem; font-weight: 600; text-align: center;
  padding: 0.55rem; border-radius: 8px; margin-top: 0.55rem;
  background: #e8f6ee; color: var(--success);
}
.form-status.show { display: block; }
.form-status.is-error { background: #fef2f2; color: #b91c1c; }

/* Offer / discount cards with photos (Atlas) ------------------------------ */
.offers-atlas { padding: 3rem 0 3.5rem; position: relative; }
.offers-atlas::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,248,250,0.97)),
    url("../images/photos/blueprint-bg.webp") center / cover;
  opacity: 1; pointer-events: none;
}
.offers-atlas > .wrap { position: relative; z-index: 1; }
.offers-date {
  text-align: center; color: var(--coral-hot); font-weight: 800;
  font-size: 1.05rem; margin-bottom: 1.5rem; letter-spacing: 0.01em;
}
.deal-grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
.deal-card {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 39, 68, 0.1);
  border: 1px solid rgba(15, 39, 68, 0.06);
  display: flex; flex-direction: column;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 39, 68, 0.16);
}
.deal-card a.deal-link {
  display: flex; flex-direction: column; height: 100%; color: inherit;
}
.deal-photo {
  aspect-ratio: 4 / 3; overflow: hidden; background: #111;
}
.deal-photo img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s var(--ease);
}
.deal-card:hover .deal-photo img { transform: scale(1.04); }
.deal-body {
  background: var(--navy); color: #fff; text-align: center;
  padding: 1.15rem 0.9rem 1.25rem; flex: 1;
  display: flex; flex-direction: column; justify-content: center; gap: 0.25rem;
}
.deal-card.featured .deal-body {
  background: linear-gradient(160deg, #8a3a12, var(--brand));
}
.deal-amount {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(1.85rem, 4vw, 2.35rem); letter-spacing: -0.02em; line-height: 1;
}
.deal-label {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; opacity: 0.92; margin-top: 0.35rem;
}

/* Reviews Atlas ----------------------------------------------------------- */
/* Google-style reviews slider --------------------------------------------- */
.reviews-atlas {
  padding: 3.25rem 0 3.75rem;
  background: #fff;
  position: relative;
}
.reviews-atlas > .wrap { position: relative; z-index: 1; }
.google-reviews-slider {
  display: grid;
  gap: 1rem;
  align-items: center;
}
.google-excellent {
  width: 100%;
  max-width: 180px;
  min-height: 140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0.85rem 0.5rem;
}
.google-excellent .ge-label {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-transform: uppercase;
}
.google-excellent .ge-stars {
  color: #fabb05;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.google-excellent .ge-based {
  font-size: 0.78rem;
  color: #5f6368;
  font-weight: 500;
  line-height: 1.3;
}
.google-excellent .ge-google {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.15rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #5f6368;
}
.google-excellent .ge-google svg {
  width: 18px;
  height: 18px;
}
.g-slider-viewport {
  position: relative;
  min-width: 0;
}
.google-reviews-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0.15rem 0.85rem;
  scrollbar-width: none;
}
.google-reviews-track::-webkit-scrollbar { display: none; }
.g-review-card {
  flex: 0 0 min(260px, 82vw);
  width: min(260px, 82vw);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08), 0 2px 8px rgba(60, 64, 67, 0.06);
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: 210px;
}
.g-review-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}
.g-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  flex-shrink: 0;
}
.g-review-avatar.c1 { background: #7e57c2; }
.g-review-avatar.c2 { background: #5c6bc0; }
.g-review-avatar.c3 { background: #26a69a; }
.g-review-meta { min-width: 0; }
.g-review-meta strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #202124;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-review-meta time {
  display: block;
  font-size: 0.75rem;
  color: #80868b;
  font-weight: 400;
}
.g-review-stars {
  color: #fabb05;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.45rem;
  line-height: 1;
}
.g-review-card blockquote {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #3c4043;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.g-review-more {
  margin-top: 0.55rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1a73e8;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
}
.g-review-more:hover { text-decoration: underline; }
.g-review-card.is-open blockquote {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.g-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dadce0;
  background: #fff;
  color: #3c4043;
  font-size: 1.5rem;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(60, 64, 67, 0.15);
  cursor: pointer;
  padding: 0;
}
.g-slider-btn:hover { background: #f8f9fa; }
.g-slider-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.g-slider-prev { left: -4px; }
.g-slider-next { right: -4px; }
.g-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.15rem;
}
.g-slider-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #dadce0;
  cursor: pointer;
}
.g-slider-dots button.is-active {
  background: var(--brand);
  width: 18px;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .google-reviews-slider {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 0.75rem 1.25rem;
    align-items: center;
  }
  .google-excellent {
    margin-inline: 0;
    grid-row: 1 / span 2;
  }
  .g-slider-viewport { grid-column: 2; }
  .g-slider-dots { grid-column: 2; }
  .g-review-card {
    flex-basis: 240px;
    width: 240px;
  }
  .g-slider-prev { left: -8px; }
  .g-slider-next { right: -8px; }
}
@media (min-width: 1100px) {
  .g-review-card {
    flex-basis: 250px;
    width: 250px;
  }
}

/* Instant appointments split (Atlas) -------------------------------------- */
.split-cta {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--navy-deep);
  color: #fff;
  overflow: hidden;
}
.split-cta-copy {
  padding: 2.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.split-cta-copy::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 80px;
  background-color: var(--navy-deep);
  background-image: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  transform: skewX(-12deg);
  display: none;
  z-index: 0;
  pointer-events: none;
}
.split-cta-copy h2 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  line-height: 1.15;
  max-width: 16ch;
}
.split-cta-copy p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 34ch;
  margin: 0 0 1.25rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  font-size: 0.98rem;
}
.split-cta-copy .city { color: #ff8a3d; }
.split-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  position: relative;
  z-index: 1;
}
.split-cta-actions .btn {
  white-space: nowrap;
}
.split-cta-media {
  min-height: 260px;
  background-size: cover;
  background-position: center;
  min-width: 0;
}

/* Map + local info -------------------------------------------------------- */
.map-section {
  padding: 5rem 0 5.5rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.96)),
    url("../images/photos/blueprint-bg.webp") center / cover;
}
@media (min-width: 900px) {
  .map-section { padding: 6rem 0 6.5rem; }
}
.map-grid {
  display: grid; gap: 1.5rem; align-items: center;
}
.map-frame {
  border-radius: 12px; overflow: hidden;
  border: 3px solid rgba(210, 89, 16, 0.45);
  box-shadow: var(--shadow);
  background: #e8eef5; min-height: 280px;
}
.map-frame iframe { width: 100%; height: 320px; border: 0; display: block; }
.map-copy h2 {
  font-size: clamp(1.45rem, 2.8vw, 1.9rem); font-weight: 800;
  margin-bottom: 0.75rem; letter-spacing: -0.02em;
}
.map-copy p { color: var(--muted); line-height: 1.55; max-width: 46ch; }

/* Local crew — two columns: full left photo · right text (not full width) - */
.photo-text {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
}
.photo-text-media {
  min-height: 300px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.photo-text-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 1.35rem 2.75rem;
  background: #fff;
}
.photo-text-copy-inner {
  width: 100%;
  max-width: 420px;
}
.photo-text-copy .eyebrow { margin-bottom: 0.45rem; }
.photo-text-copy h2 {
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  font-weight: 800;
  margin-bottom: 0.7rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.15;
}
.photo-text-copy p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 1.15rem;
  font-size: 0.98rem;
}
.crew-points {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}
.crew-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.35;
}
.crew-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
  margin-top: 0.4rem;
  box-shadow: 0 0 0 3px rgba(210, 89, 16, 0.15);
}
.photo-text-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.photo-text-actions .btn {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 700;
  border-radius: 10px;
  min-height: 48px;
}

@media (min-width: 768px) {
  .photo-text {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: stretch;
    min-height: 440px;
  }
  .photo-text-media {
    min-height: 100%;
    height: auto;
    align-self: stretch;
  }
  .photo-text-copy {
    padding: 3.5rem clamp(1.75rem, 4vw, 3.75rem) 3.5rem clamp(1.75rem, 3.5vw, 2.75rem);
  }
  .photo-text-copy-inner {
    max-width: 400px;
  }
}

@media (min-width: 1100px) {
  .photo-text {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    min-height: 480px;
  }
  .photo-text-copy-inner {
    max-width: 420px;
  }
}

/* Services band with photo background ------------------------------------- */
.services-band {
  position: relative; padding: 3.5rem 0 3.75rem; overflow: hidden;
  background: var(--navy);
}
.services-band-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.45);
}
.services-band-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,39,68,0.55), rgba(10,26,46,0.85));
}
.services-band .wrap { position: relative; z-index: 1; }
.services-band h2 {
  text-align: center; color: #fff; font-size: clamp(2.4rem, 7vw, 4rem);
  font-weight: 300; letter-spacing: 0.04em; margin-bottom: 1.75rem;
  text-shadow: 0 4px 24px rgba(0,0,0,0.35);
  font-family: var(--font-secondary);
}

/* Book with confidence — same dark photo band as Services */
.promises-band {
  position: relative;
  padding: 3.75rem 0 4rem;
  overflow: hidden;
  background: var(--navy);
}
.promises-band-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.42);
}
.promises-band-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 39, 68, 0.55), rgba(10, 26, 46, 0.88));
}
.promises-band > .wrap {
  position: relative;
  z-index: 1;
}
.promises-band .section-head {
  margin-inline: auto;
  text-align: center;
  max-width: 640px;
}
.promises-band .section-head .eyebrow {
  color: #fdba74;
  justify-content: center;
}
.promises-band .section-head .h2,
.promises-band .section-head h2 {
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.promises-band .guarantee-grid {
  margin-top: 0.25rem;
}
.promises-band .g-card {
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.promises-band .g-card.hot {
  background: #fff;
  border: 0;
  background-image: none;
}
.svc-grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
.svc-card {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
  display: flex; flex-direction: column;
}
.svc-card .svc-img {
  aspect-ratio: 4/3; overflow: hidden; border-bottom: 3px solid var(--brand);
}
.svc-card .svc-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-card .svc-body { padding: 1rem 1.05rem 1.2rem; text-align: center; }
.svc-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 0.4rem; }
.svc-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.45; margin: 0; }

/* Bottom form over map (Atlas) -------------------------------------------- */
.bottom-form {
  position: relative; padding: 3.5rem 0 4rem; overflow: hidden;
  min-height: 480px; display: flex; align-items: center;
}
.bottom-form-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.55) saturate(0.9);
}
.bottom-form-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,18,32,0.55), rgba(10,18,32,0.35));
}
.bottom-form .wrap {
  position: relative; z-index: 1;
  display: grid; gap: 1.75rem; align-items: center;
}
.bottom-form-msg {
  color: #fff;
  text-align: center;
  max-width: 34rem;
  margin-inline: auto;
}
.bottom-form-msg .bf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fdba74;
  background: rgba(210, 89, 16, 0.18);
  border: 1px solid rgba(253, 186, 116, 0.35);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  margin-bottom: 1rem;
}
.bottom-form-msg h2 {
  font-size: clamp(1.65rem, 3.6vw, 2.45rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  margin: 0 0 0.85rem;
}
.bottom-form-msg h2 .bf-date {
  color: #fdba74;
  white-space: nowrap;
}
.bottom-form-msg .bf-lead {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36ch;
  margin-inline: auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.bottom-form-msg .bf-points {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  text-align: left;
  max-width: 28rem;
  margin-inline: auto;
}
.bottom-form-msg .bf-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.35;
}
.bottom-form-msg .bf-points li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  background:
    rgba(210, 89, 16, 0.35)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fdba74' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")
    center / 11px no-repeat;
  border: 1px solid rgba(253, 186, 116, 0.45);
}
.bottom-form-msg .bf-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.bottom-form-msg .bf-phone:hover { color: #fdba74; }
.bottom-form-msg .bf-phone-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.2rem;
}
.bottom-form .quote-card { margin-top: 0.5rem; max-width: 480px; margin-inline: auto; }

/* FAQ --------------------------------------------------------------------- */
.faq-list { display: grid; gap: 0.6rem; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; box-shadow: 0 4px 14px rgba(15,39,68,0.05);
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1rem 1.1rem;
  font-weight: 700; font-size: 0.95rem; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.3rem; font-weight: 500; color: var(--brand); line-height: 1; flex-shrink: 0;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item .faq-a {
  padding: 0 1.1rem 1.1rem; color: var(--muted); font-size: 0.92rem; line-height: 1.55;
}
.faq-item[open] .faq-a { border-top: 1px solid var(--line); padding-top: 0.8rem; }
.faq-item .faq-a a { color: var(--brand); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

/* Footer ------------------------------------------------------------------ */
.site-footer {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(210, 89, 16, 0.12), transparent 50%),
    linear-gradient(180deg, #0c1422 0%, #080e18 100%);
  color: rgba(255, 255, 255, 0.78);
  padding: 2.75rem 0 calc(1.75rem + env(safe-area-inset-bottom, 0px));
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}
.footer-brand img {
  height: 52px;
  width: auto;
  background: #fbf7f2;
  border-radius: 10px;
  padding: 0.4rem 0.55rem;
  flex-shrink: 0;
}
.footer-brand-text {
  min-width: 0;
}
.footer-brand-text strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.footer-brand-text span {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.15rem;
  line-height: 1.35;
}
.footer-top-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}
.footer-top-cta .btn {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 700;
  border-radius: 10px;
  min-height: 46px;
  font-size: 0.9rem;
}
.footer-top-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.footer-top-cta .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
}
.footer-main {
  display: grid;
  gap: 1.35rem;
  margin-bottom: 1.5rem;
}
.footer-map {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a1628;
  min-height: 220px;
  height: 240px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.footer-side {
  display: grid;
  gap: 1.25rem;
}
.footer-block h3 {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
  color: #fdba74;
}
.footer-block p,
.footer-block .footer-line {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.footer-block a {
  color: #fdba74;
  font-weight: 700;
}
.footer-block a:hover { color: #ffe0c2; }
.footer-services {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-services li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-services li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(210, 89, 16, 0.2);
}
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer-meta a {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.footer-meta a:hover { color: #fdba74; }
@media (min-width: 768px) {
  .footer-main {
    grid-template-columns: 1.35fr 1fr;
    gap: 1.75rem;
    align-items: stretch;
  }
  .footer-map {
    height: 100%;
    min-height: 260px;
  }
  .footer-side {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.5rem;
    align-content: start;
  }
}
@media (min-width: 960px) {
  .site-footer { padding: 3.25rem 0 2rem; }
  .footer-brand img { height: 56px; }
  .footer-map { min-height: 280px; }
}

/* Sticky mobile bar ------------------------------------------------------- */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
  background: rgba(10, 18, 32, 0.97); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -8px 28px rgba(0,0,0,0.28);
}
.sticky-inner {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 0.5rem;
  max-width: var(--max); margin-inline: auto;
}
.sticky-bar .btn { min-height: 48px; font-size: 0.82rem; border-radius: 8px; text-transform: uppercase; }
.sticky-bar .btn-outline {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.3);
}
.sticky-bar .btn-outline:hover { background: rgba(255,255,255,0.08); color: #fff; }

/* How it works simple steps ----------------------------------------------- */
.process {
  display: grid; gap: 0.9rem;
}
.step {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 1.25rem 1.15rem; box-shadow: 0 4px 14px rgba(15,39,68,0.05);
  counter-increment: step;
}
.process { counter-reset: step; }
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-secondary); font-size: 1.6rem; color: var(--brand);
  display: block; margin-bottom: 0.4rem; font-weight: 400;
}
.step h3 { margin-bottom: 0.3rem; }
.step p { font-size: 0.9rem; color: var(--muted); line-height: 1.45; margin: 0; }

/* Guarantee cards --------------------------------------------------------- */
.guarantee-grid { display: grid; gap: 0.9rem; }
.g-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 1.25rem 1.1rem; box-shadow: 0 4px 14px rgba(15,39,68,0.05);
}
.g-card.hot {
  background: linear-gradient(160deg, #fff7ed, #fff 60%);
  border-color: #ffd0ad;
}
.g-card h3 { font-size: 1.1rem; font-weight: 800; margin: 0.4rem 0; }
.g-card p { font-size: 0.9rem; color: var(--muted); margin: 0; line-height: 1.45; }
.g-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: #fff6ef; color: var(--brand); border: 1px solid #ffd0ad;
  display: grid; place-items: center;
}
.g-icon svg { width: 18px; height: 18px; }

/* Thank-you page ---------------------------------------------------------- */
body.lp-thank-you { padding-bottom: 0; background: #f4f6f8; }
body.lp-thank-you .sticky-bar { display: none; }
body.lp-thank-you .site-footer { margin-top: 0; }

.ty-hero {
  position: relative;
  padding: 2.5rem 0 3.25rem;
  overflow: hidden;
  min-height: min(72vh, 620px);
  display: flex;
  align-items: center;
}
.ty-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}
.ty-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(10, 26, 46, 0.88) 0%, rgba(15, 39, 68, 0.78) 48%, rgba(178, 74, 12, 0.55) 100%),
    linear-gradient(180deg, rgba(10, 26, 46, 0.35) 0%, rgba(10, 26, 46, 0.72) 100%);
}
.ty-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ty-panel {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(8, 18, 32, 0.28);
  padding: 2rem 1.35rem 1.65rem;
  backdrop-filter: blur(8px);
}
.ty-check {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #e8f8ef, #d4f0e0);
  border: 2px solid #86efac;
  color: var(--success);
  box-shadow: 0 8px 22px rgba(31, 122, 76, 0.18);
  animation: ty-pop 0.55s var(--ease) both;
}
.ty-check svg { width: 34px; height: 34px; }
@keyframes ty-pop {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.ty-eyebrow {
  display: inline-block;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: #fff6ef;
  border: 1px solid #ffd0ad;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ty-title {
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 0.7rem;
}
.ty-lead {
  margin: 0 auto 1.35rem;
  max-width: 38ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}
.ty-lead strong { color: var(--ink); font-weight: 700; }
.ty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.ty-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.ty-actions .btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-ghost-dark {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(15, 39, 68, 0.18);
  border-radius: 10px;
  font-weight: 700;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
}
.btn-ghost-dark:hover {
  background: rgba(15, 39, 68, 0.05);
  border-color: rgba(15, 39, 68, 0.28);
}
.ty-speed {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  text-align: left;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #eef9f2;
  border: 1px solid #b7e4c7;
  color: #14532d;
}
.ty-speed-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #b7e4c7;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--success);
}
.ty-speed-icon svg { width: 18px; height: 18px; }
.ty-speed strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #166534;
  font-size: 0.92rem;
}
.ty-speed p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #1f5c3a;
}

.ty-body {
  padding: 2.5rem 0 1rem;
}
.ty-body-grid {
  display: grid;
  gap: 1.15rem;
}
.ty-card {
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(15, 39, 68, 0.08);
  padding: 1.5rem 1.25rem 1.45rem;
}
.ty-card-head { margin-bottom: 1.1rem; }
.ty-card-kicker {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}
.ty-card h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.ty-steps {
  display: grid;
  gap: 0.85rem;
  counter-reset: ty;
}
.ty-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.85rem;
  align-items: start;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  background: #f7f8fa;
  border: 1px solid #e8eaee;
}
.ty-steps li::before {
  counter-increment: ty;
  content: counter(ty);
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(160deg, #fff6ef, #ffe8d6);
  border: 1px solid #ffd0ad;
  color: var(--brand);
  font-weight: 800;
  font-size: 0.88rem;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}
.ty-steps strong {
  grid-column: 2;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
}
.ty-steps span {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ty-side {
  display: grid;
  gap: 1rem;
}
.ty-offer {
  background: linear-gradient(155deg, #0f2744 0%, #16345a 55%, #8a3a12 140%);
  color: #fff;
  border-radius: 18px;
  padding: 1.4rem 1.25rem 1.35rem;
  box-shadow: 0 14px 36px rgba(15, 39, 68, 0.22);
}
.ty-offer-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.35rem;
}
.ty-offer-amount {
  font-size: clamp(1.45rem, 3vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
}
.ty-offer-copy {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0 0 1rem;
}
.ty-offer .btn {
  width: 100%;
  justify-content: center;
}

.ty-trust {
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 18px;
  padding: 1.25rem 1.15rem 1.2rem;
  box-shadow: 0 10px 28px rgba(15, 39, 68, 0.06);
}
.ty-trust-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.ty-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 0.95rem;
}
.ty-badges img {
  object-fit: contain;
  max-height: 52px;
  width: auto;
}
.ty-badges .badge-yelp { max-height: 28px; }
.ty-badges .badge-nextdoor { max-height: 36px; }
.ty-bullets {
  display: grid;
  gap: 0.45rem;
}
.ty-bullets li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  color: var(--ink-2);
  line-height: 1.4;
  font-weight: 600;
}
.ty-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #e8f6ee;
  border: 2px solid var(--success);
  box-shadow: inset 0 0 0 2px #fff;
}

.ty-cta-band {
  margin: 1.5rem 0 0;
  padding: 2rem 0;
  background: linear-gradient(90deg, #0a1a2e, #0f2744 55%, #16345a);
  color: #fff;
}
.ty-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.ty-cta-band h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.ty-cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
  max-width: 42ch;
}
.ty-cta-band .city { color: #ffb07a; }
.ty-cta-band .btn { white-space: nowrap; }

/* legacy speed-callout (kept if used elsewhere) */
.speed-callout {
  display: flex; align-items: flex-start; gap: 0.65rem; margin: 1.25rem auto 0;
  padding: 0.9rem 1rem; border-radius: 12px; background: #e8f6ee; border: 1px solid #b7e4c7;
  color: #14532d; font-size: 0.9rem; line-height: 1.45; max-width: 520px; text-align: left;
}
.speed-callout strong { display: block; margin-bottom: 0.15rem; color: #166534; }
.speed-callout svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; color: var(--success); }

@media (min-width: 700px) {
  .ty-panel { padding: 2.35rem 2rem 1.85rem; }
  .ty-body { padding: 3rem 0 1.25rem; }
  .ty-body-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.85fr);
    align-items: start;
    gap: 1.35rem;
  }
  .ty-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* Breakpoints ------------------------------------------------------------- */
@media (min-width: 480px) {
  .wrap { width: min(100% - 2rem, var(--max)); }
  .wrap-narrow { width: min(100% - 2rem, 760px); }
}

@media (min-width: 640px) {
  .header-phone { display: flex; }
  .brand-logo { height: 58px; max-width: 220px; }
  .deal-grid { grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
  .reviews-grid-atlas { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); }
  .guarantee-grid { grid-template-columns: repeat(3, 1fr); }
  .quote-card .form-row.two { grid-template-columns: 1fr 1fr; }

  .top-trust-row { justify-content: space-around; }
}

@media (min-width: 900px) {
  body { padding-bottom: 0; }
  .sticky-bar { display: none; }

  .hero-atlas .wrap {
    grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: center;
  }
  .quote-card { margin-top: 0.5rem; padding: 2rem 1.5rem 1.5rem; }
  .deal-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid-atlas { grid-template-columns: repeat(4, 1fr); }
  /*
   * Align text left edge with .wrap content (same as cards above).
   * Text block max-width keeps it from spanning the whole navy panel.
   */
  .split-cta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  }
  .split-cta-copy {
    width: auto;
    max-width: none;
    /* Match .wrap left edge: (viewport - 1140px) / 2 when wide */
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-right: 2rem;
    padding-left: max(0.75rem, calc((100vw - var(--max)) / 2));
    align-items: flex-start;
  }
  .split-cta-copy h2,
  .split-cta-copy p,
  .split-cta-copy .split-cta-actions {
    max-width: 22rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .split-cta-copy h2 { max-width: 18ch; }
  .split-cta-copy p { max-width: 34ch; }
  .split-cta-copy::after { display: block; }
  .split-cta-media {
    min-height: 400px;
    width: 100%;
  }
  .map-grid { grid-template-columns: 1.15fr 0.85fr; gap: 2.25rem; }
  .svc-grid { grid-template-columns: repeat(4, 1fr); }
  .bottom-form .wrap {
    grid-template-columns: 0.95fr 1.05fr; gap: 2.5rem;
  }
  .bottom-form-msg {
    text-align: left;
    margin-inline: 0;
    max-width: 28rem;
  }
  .bottom-form-msg .bf-lead {
    margin-inline: 0;
  }
  .bottom-form-msg .bf-points {
    margin-inline: 0;
  }
  .bottom-form .quote-card { margin-inline: 0; margin-left: auto; margin-top: 0; }

  .section { padding: 4rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
