/* Garage Door of Brunswick — PPC Lander Design System
 * Brand red #D81324 · Teko (display) + Inter (body) · noindex PPC zone
 * v=20260624a
 */

:root {
  --red: #D81324;
  --red-dark: #A60E1B;
  --red-tint: #FDECEE;
  --ink: #111317;
  --charcoal: #2A2D33;
  --slate: #4A4F58;
  --mute: #6C7280;
  --line: #E5E7EB;
  --tint: #F6F7F9;
  --paper: #FFFFFF;
  --gold: #C8A24B;
  --shadow-sm: 0 1px 2px rgba(17,19,23,.06);
  --shadow-md: 0 8px 24px rgba(17,19,23,.10);
  --shadow-lg: 0 24px 60px rgba(17,19,23,.18);
  --radius: 6px;
  --radius-lg: 10px;
  --container: 1180px;
  --pad: clamp(16px, 5vw, 48px);
  --display: "Teko", "Oswald", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--charcoal);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; cursor: pointer; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: .01em;
  margin: 0 0 .35em;
  line-height: 1.05;
  text-transform: uppercase;
}
h1 { font-size: clamp(36px, 5.4vw, 64px); }
h2 { font-size: clamp(30px, 4.4vw, 48px); }
h3 { font-size: clamp(22px, 2.6vw, 28px); }
p { margin: 0 0 1em; }
.eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}

/* ── Layout ─────────────────────────────────────── */
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); }
.band { padding: clamp(48px, 6vw, 88px) 0; }
.band--tint { background: var(--tint); }
.band--ink { background: var(--ink); color: #E8EAEE; }
.band--ink h1, .band--ink h2, .band--ink h3 { color: #fff; }
.band--ink .eyebrow { color: var(--gold); }
.band--red { background: var(--red); color: #fff; }
.band--red h1, .band--red h2, .band--red h3 { color: #fff; }
.band--tight { padding: clamp(28px, 4vw, 48px) 0; }
.grid { display: grid; gap: clamp(20px, 2.5vw, 32px); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px) {
  .grid--2 { grid-template-columns: 1.1fr .9fr; }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

/* ── Skip link (a11y) ───────────────────────────── */
.skip-link { position: absolute; top: -100px; left: 8px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: #fff; font-weight: 700; font-size: 15px; border-radius: 8px; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 8px; outline: 3px solid var(--red); outline-offset: 2px; }

/* ── Top bar (offer strip) ──────────────────────── */
.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  padding: 9px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.topbar a { color: #fff; }
.topbar strong { color: var(--gold); font-weight: 700; letter-spacing: .04em; }
.topbar__main { display: inline-flex; align-items: center; gap: 8px; min-width: 0; flex: 1 1 auto; overflow: hidden; }
.topbar__main > span:not(.topbar__live) { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.topbar__live { width: 7px; height: 7px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 0 3px rgba(34,197,94,.20); flex-shrink: 0; }
.topbar__meta { color: #B8BBC1; font-weight: 500; flex-shrink: 0; }
.topbar__nrw-hide { display: inline; }
@media (max-width: 720px) {
  .topbar { font-size: 12.5px; padding: 8px 0; }
  .topbar__meta { display: none; }
}
@media (max-width: 480px) {
  .topbar__nrw-hide { display: none; }
}

/* ── Header ─────────────────────────────────────── */
.header {
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header__logo { display: inline-flex; align-items: center; }
.header__logo img { width: clamp(120px, 14vw, 168px); height: auto; }

/* Reviews cluster (right of logo on mobile, mid-header on desktop) */
.header-reviews { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; text-align: right; }
.header-reviews__text { font-size: 11.5px; font-weight: 700; color: var(--ink); letter-spacing: -.005em; line-height: 1.25; }
.header-reviews__logos { display: inline-flex; align-items: center; gap: 8px; }
.rev-logo { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex-shrink: 0; }
.rev-logo--google { background: #fff; border-radius: 50%; border: 1px solid var(--line); }
.rev-logo svg { display: block; width: 14px; height: 14px; }
.rev-logo img { width: 100%; height: 100%; object-fit: contain; }

/* Red phone button — desktop only (mobile uses sticky callbar) */
.header-phone-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  min-height: 44px;
  background: var(--red);
  color: #fff;
  border-radius: 10px;
  border: 1.5px solid var(--red);
  box-shadow: 0 4px 14px rgba(216,19,36,.30);
  transition: background .15s ease, transform .15s ease;
  text-decoration: none;
  white-space: nowrap;
}
.header-phone-btn:hover { background: var(--red-dark); transform: translateY(-1px); color: #fff; text-decoration: none; }
.header-phone-btn__stack { display: inline-flex; flex-direction: column; align-items: flex-end; line-height: 1.05; }
.header-phone-btn__num { font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.01em; }
.header-phone-btn__lbl { font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-top: 2px; }

/* Hide the wordy "Recommended Across Coastal Georgia" label at narrow widths — let the logos speak */
.header-reviews__text { display: none; }
@media (min-width: 640px) {
  .header-reviews__text { display: block; font-size: 12px; }
  .header-reviews__logos { gap: 10px; }
  .rev-logo { width: 24px; height: 24px; }
}
@media (min-width: 768px) {
  .header .wrap { grid-template-columns: auto 1fr auto; gap: clamp(16px, 2.5vw, 32px); padding-top: 14px; padding-bottom: 14px; }
  .header__logo img { width: clamp(140px, 14vw, 180px); }
  .header-reviews__text { font-size: 14px; }
  .header-reviews__logos { gap: 12px; }
  .rev-logo { width: 28px; height: 28px; }
  .rev-logo svg { width: 18px; height: 18px; }
  .header-phone-btn { display: inline-flex; padding: 11px 22px; min-height: 54px; border-radius: 12px; gap: 10px; }
  .header-phone-btn__num { font-size: 19px; }
  .header-phone-btn__lbl { font-size: 10.5px; }
}
@media (max-width: 420px) {
  .header__logo img { width: 110px; }
  .header-reviews__logos { gap: 6px; }
  .rev-logo { width: 22px; height: 22px; }
  .header-phone-btn { padding: 7px 10px; gap: 6px; min-height: 40px; }
  .header-phone-btn__num { font-size: 14px; }
  .header-phone-btn__lbl { font-size: 9px; margin-top: 1px; }
}
@media (max-width: 360px) {
  .header__logo img { width: 96px; }
  .header-reviews__logos { gap: 4px; }
  .rev-logo { width: 20px; height: 20px; }
}

/* ── PPC Rating Bar (Google + ★★★★★ + count) ──── */
.rating-bar {
  background: var(--ink);
  color: #fff;
  padding: 10px 0;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255,255,255,.06) 0%, rgba(0,0,0,.20) 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(0,0,0,.3);
  box-shadow: 0 4px 10px -2px rgba(10,10,10,.18);
}
.rating-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.rating-bar__google {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border-radius: 50%; width: 22px; height: 22px;
  box-shadow: 0 2px 4px rgba(0,0,0,.28), 0 0 0 1px rgba(0,0,0,.06);
  flex-shrink: 0;
}
.rating-bar__google svg { display: block; width: 13px; height: 13px; }
.rating-bar__num { font-size: 14px; font-weight: 800; letter-spacing: -.01em; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.28); flex-shrink: 0; }
.rating-bar__stars { color: #FBBC05; font-size: 14px; letter-spacing: 1.6px; line-height: 1; text-shadow: 0 1px 2px rgba(0,0,0,.30); flex-shrink: 0; }
.rating-bar__count { font-size: 12.5px; font-weight: 700; color: #E8EAEE; text-shadow: 0 1px 2px rgba(0,0,0,.28); flex-shrink: 0; }
.rating-bar__count strong { color: #fff; }
.rating-bar__sep { color: #4A4F58; font-weight: 700; flex-shrink: 0; }
.rating-bar__long { display: inline; }
@media (max-width: 560px) {
  .rating-bar { padding: 9px 0; }
  .rating-bar .wrap { gap: 8px; }
  .rating-bar__stars { font-size: 13px; letter-spacing: 1.3px; }
  .rating-bar__count { font-size: 12px; }
  .rating-bar__long { display: none; }
  .rating-bar__sep { display: none; }
}
@media (max-width: 360px) {
  .rating-bar .wrap { gap: 6px; }
  .rating-bar__google { width: 20px; height: 20px; }
  .rating-bar__google svg { width: 12px; height: 12px; }
  .rating-bar__num { font-size: 13px; }
  .rating-bar__stars { font-size: 12px; letter-spacing: 1.2px; }
  .rating-bar__count { font-size: 11.5px; }
}

/* Hero trust micro-row (under hero CTAs) */
.hero-trust { margin-top: 22px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 13px; color: var(--mute); }
.hero-trust strong { color: var(--ink); font-weight: 700; }
.hero-trust .stars { color: #FBBC05; letter-spacing: 1.4px; font-size: 14px; }
.hero-trust .dot { width: 3px; height: 3px; background: #C7CACE; border-radius: 50%; display: inline-block; flex-shrink: 0; }

/* ── Buttons ────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 28px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  cursor: pointer;
  line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--ghost:hover { background: rgba(255,255,255,.08); color: #fff; border-color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--charcoal); color: #fff; }
.btn--lg { font-size: 26px; padding: 18px 36px; }
.btn--block { display: flex; width: 100%; }
@media (max-width: 480px) {
  .btn { font-size: 19px; padding: 14px 20px; }
  .btn--lg { font-size: 20px; padding: 16px 18px; }
}
@media (max-width: 360px) {
  .btn--lg { font-size: 18px; padding: 14px 14px; }
}

/* ── Hero ───────────────────────────────────────── */
.hero {
  background: linear-gradient(180deg, #fff 0%, var(--tint) 100%);
  padding: clamp(40px, 5vw, 72px) 0 clamp(40px, 5vw, 72px);
  border-bottom: 4px solid var(--red);
}
.hero__inner { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 920px; margin: 0 auto; padding: clamp(16px, 3vw, 40px) 0; }
.hero h1 { margin: 0 0 18px; font-size: clamp(40px, 6vw, 76px); }
.hero h1 .accent { color: var(--red); }
.hero__sub { font-size: clamp(18px, 1.6vw, 22px); color: var(--slate); margin: 0 auto 30px; max-width: 60ch; }
.hero .hero__offer { margin: 0 auto 22px; }
.hero .eyebrow { display: inline-flex; }
.hero__ctas { justify-content: center; }
.hero .hero-trust { justify-content: center; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.hero__ctas .btn { flex: 1 1 auto; min-width: 200px; justify-content: center; text-align: center; }
@media (max-width: 480px) {
  .hero__ctas { gap: 10px; }
  .hero__ctas .btn { flex: 1 1 100%; width: 100%; min-width: 0; }
}
.hero__offer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red-tint);
  color: var(--red-dark);
  border: 1.5px solid var(--red);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  white-space: nowrap;
  max-width: 100%;
}
@media (max-width: 480px) {
  .hero__offer { font-size: 12.5px; padding: 7px 14px; letter-spacing: .03em; }
}
@media (max-width: 360px) {
  .hero__offer { font-size: 11.5px; padding: 6px 12px; }
}

/* ── Hero (split layout — Metro pattern) ───────── */
.hero--split {
  background: #fff;
  padding: 0;
  border-bottom: 4px solid var(--red);
}
.hero--split .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: clamp(380px, 48vh, 480px);
  max-width: var(--container);
  margin: 0 auto;
}
.hero--split .hero-content {
  padding: clamp(28px, 4vw, 56px) clamp(20px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  align-items: flex-start;
}
.hero--split .hero-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.hero--split .hero-content .eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--red);
}
.hero--split h1 {
  font-size: clamp(34px, 4.4vw, 60px);
  margin: 0 0 14px;
  letter-spacing: -.01em;
  line-height: 1.04;
  text-align: left;
}
.hero--split h1 .accent { color: var(--red); }
.hero--split .hero__sub {
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--slate);
  max-width: 52ch;
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.5;
}
.hero--split .hero__offer { margin: 0 0 12px; }
.hero--split .hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.hero--split .hero__ctas .btn { flex: 1 1 0; min-width: 0; padding: 16px 18px; font-size: 18px; letter-spacing: .04em; white-space: nowrap; }
.hero--split .hero-trust { justify-content: flex-start; margin-top: 2px; }
.hero-media {
  position: relative;
  background: var(--tint);
  overflow: hidden;
}
.hero-media-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-media-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17,19,23,0) 55%, rgba(17,19,23,.22) 100%);
  pointer-events: none;
}
@media (max-width: 900px) {
  .hero--split .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero--split .hero-content { padding: 28px 18px 22px; text-align: center; align-items: center; }
  .hero--split .hero-content .eyebrow { justify-content: center; }
  .hero--split h1 { font-size: clamp(28px, 6.5vw, 42px); margin-bottom: 12px; text-align: center; }
  .hero--split .hero__sub { margin: 0 auto 16px; font-size: 15px; text-align: center; max-width: 42ch; }
  .hero--split .hero__ctas { flex-direction: column; gap: 8px; margin-bottom: 14px; width: 100%; max-width: 320px; }
  .hero--split .hero__ctas .btn { width: 100%; min-width: 0; padding: 12px 18px; font-size: 16px; min-height: 48px; }
  .hero--split .hero-trust { justify-content: center; }
  .hero-media { aspect-ratio: 16 / 10; }
}

/* ── Trust bar ──────────────────────────────────── */
.trust {
  background: var(--ink);
  color: #E8EAEE;
  padding: 18px 0;
}
.trust__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .trust__row { grid-template-columns: repeat(5, 1fr); font-size: 17px; }
  .trust__item { flex-direction: column; gap: 2px; line-height: 1.05; padding: 8px 12px; }
}
.trust__item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 18px; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.trust__item:last-child { border-right: none; }
.trust__item strong { color: var(--gold); font-weight: 600; }
.trust__sep { display: none; }
@media (max-width: 900px) {
  .trust__row { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); font-size: 17px; }
  .trust__item { padding: 8px 14px; }
  /* clean orphaned borders when row wraps */
  .trust__item:nth-last-child(-n+2):nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
}
@media (max-width: 560px) {
  .trust__row { grid-template-columns: 1fr 1fr; font-size: 15px; }
  .trust__item { padding: 8px 10px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust__item:nth-child(2n) { border-right: none; }
  .trust__item:nth-last-child(-n+2) { border-bottom: none; }
  .trust__item:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: none; }
}

/* ── Service list (Layer 1 / 3 — what we fix) ───── */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 24px;
}
@media (min-width: 700px) { .checklist { grid-template-columns: 1fr 1fr; } }
.checklist li {
  position: relative;
  padding-left: 32px;
  font-size: 17px;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 22px; height: 22px;
  background: var(--red);
  border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 12l4 4L19 6' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/14px no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 12l4 4L19 6' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/14px no-repeat;
}

/* ── Service grid (Layer 2 — city home) ─────────── */
.svc-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.svc-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--red); }
.svc-card h3 { margin: 0 0 6px; }
.svc-card p { color: var(--slate); margin: 0 0 18px; flex: 1; }
.svc-card a.more { color: var(--red); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; }

/* ── Photo band (real install photos) ───────────── */
.photo-band { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .photo-band { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (min-width: 1000px) { .photo-band { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.photo-band__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 3;
  background: var(--tint);
  box-shadow: var(--shadow-sm);
}
.photo-band__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.photo-band__item:hover img { transform: scale(1.03); }
.photo-band__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  background: linear-gradient(0deg, rgba(17,19,23,.78) 0%, rgba(17,19,23,.0) 100%);
}

/* ── Style grid (door catalogue) ────────────────── */
.style-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .style-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .style-grid { grid-template-columns: repeat(3, 1fr); } }
.style-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.style-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--red); }
.style-card__img { aspect-ratio: 1 / 1; overflow: hidden; background: var(--tint); }
.style-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.style-card__body { padding: 18px 20px 20px; }
.style-card__body h3 { margin: 0 0 4px; font-size: 22px; }
.style-card__body p { margin: 0; color: var(--slate); font-size: 14px; }

/* ── Form card ──────────────────────────────────── */
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(24px, 3vw, 36px);
  position: relative;
}
.form-card__head { border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 20px; }
.form-card__head h3 { margin: 0; font-size: 30px; }
.form-card__head p { margin: 4px 0 0; color: var(--slate); font-size: 15px; }
.form-card__offer {
  position: absolute;
  top: -14px; right: -14px;
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transform: rotate(2deg);
}
@media (max-width: 480px) {
  /* keep the badge inside the card so it doesn't overflow the aside */
  .form-card__offer { top: 10px; right: 10px; font-size: 14px; padding: 6px 10px; transform: rotate(0); }
}
.field { display: block; margin-bottom: 14px; }
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 6px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 14px;
  font: inherit;
  font-size: 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  transition: border-color .12s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--red);
}
.field--gotcha { position: absolute; left: -9999px; }
.form-meta { font-size: 12px; color: var(--mute); margin-top: 10px; }

/* ── Chips / city + service tag rows ─────────────── */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.chips li {
  background: #fff;
  border: 1.5px solid var(--line);
  color: var(--charcoal);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}
.band--ink .chips li { background: transparent; border-color: var(--slate); color: #E8EAEE; }

/* ── Local proof / stat row ─────────────────────── */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 700px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; }
.stat__num {
  display: block;
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  color: var(--red);
  font-weight: 600;
}
.band--ink .stat__num { color: var(--gold); }
.stat__lbl {
  display: block;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 6px;
  font-weight: 600;
}
.band--ink .stat__lbl { color: #C7CAD0; }

/* ── Reviews band ──────────────────────────────── */
.reviews { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 800px) { .reviews { grid-template-columns: repeat(3, 1fr); } }
.review {
  background: #fff;
  border-left: 4px solid var(--red);
  padding: 24px;
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  box-shadow: var(--shadow-sm);
}
.review__stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 8px; font-size: 16px; }
.review p { font-size: 16px; color: var(--charcoal); margin: 0 0 14px; }
.review cite { font-style: normal; font-weight: 600; color: var(--mute); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }

/* ── Footer ─────────────────────────────────────── */
.footer {
  background: var(--ink);
  color: #B8BBC1;
  padding: 36px 0;
  font-size: 14px;
}
.footer .wrap { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: center; }
.footer a { color: #E8EAEE; }
.footer__legal { color: #6B6F77; font-size: 12px; }

/* ── Sticky mobile call bar ─────────────────────── */
.callbar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--red);
  background-image: linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(0,0,0,.18) 100%);
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  z-index: 100;
  box-shadow: 0 -6px 24px rgba(0,0,0,.28);
  border-top: 1px solid rgba(255,255,255,.18);
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}
.callbar:hover, .callbar:focus { color: #fff; background-color: var(--red-dark); text-decoration: none; }
.callbar:active { background-color: #8E0B17; }
.callbar__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.30));
}
.callbar__stack { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.05; }
.callbar__num {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.callbar__sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  margin-top: 3px;
}
@media (max-width: 720px) {
  .callbar { display: inline-flex; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 360px) {
  .callbar { gap: 10px; padding: 10px 12px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); }
  .callbar__icon { width: 22px; height: 22px; }
  .callbar__num { font-size: 22px; }
  .callbar__sub { font-size: 10.5px; letter-spacing: .10em; }
}

/* ── Utilities ──────────────────────────────────── */
.muted { color: var(--mute); }
.center { text-align: center; }
.mb-0 { margin-bottom: 0 !important; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ─────────────────────────────────────────────────
 * Full-site additions (extends PPC base)
 * v=20260625a
 * ───────────────────────────────────────────────── */

/* ── Main Nav (under sticky header on indexed pages) ──── */
.mainnav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.mainnav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 16px; padding-bottom: 16px; }
.mainnav__brand { display: inline-flex; align-items: center; }
.mainnav__brand img { width: clamp(140px, 14vw, 200px); height: auto; }
.mainnav__menu { display: none; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.mainnav__menu > li { position: relative; list-style: none; }
.mainnav__link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; font-weight: 600; font-size: 15px; color: var(--ink); border-radius: 8px; white-space: nowrap; text-decoration: none; transition: color .15s ease, background .15s ease; }
.mainnav__link:hover, .mainnav__link[aria-expanded="true"] { color: var(--red); background: var(--red-tint); text-decoration: none; }
.mainnav__link .caret { transition: transform .15s ease; opacity: .65; font-size: 10px; }
.mainnav__item:hover > .mainnav__link .caret, .mainnav__item:focus-within > .mainnav__link .caret { transform: rotate(180deg); opacity: 1; }
.mainnav__cta { display: none; align-items: center; gap: 12px; flex-shrink: 0; }

/* Mega panel */
.mega {
  position: absolute;
  top: calc(100% + 4px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(17,19,23,.12), 0 4px 12px rgba(17,19,23,.06);
  padding: 24px 28px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  z-index: 60;
}
.mainnav__item:hover > .mega, .mainnav__item:focus-within > .mega { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.mainnav__item::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 8px; pointer-events: none; }
.mainnav__item:hover::after { pointer-events: auto; }
.mega--1col { left: 0; min-width: 240px; }
.mega--3col { left: 50%; transform: translate(-50%, -6px); width: 640px; max-width: calc(100vw - 40px); }
.mega--4col { left: 50%; transform: translate(-50%, -6px); width: 820px; max-width: calc(100vw - 40px); }
.mainnav__item:hover > .mega--3col, .mainnav__item:focus-within > .mega--3col,
.mainnav__item:hover > .mega--4col, .mainnav__item:focus-within > .mega--4col { transform: translate(-50%, 0); }
.mega__grid { display: grid; gap: 28px; }
.mega--3col .mega__grid { grid-template-columns: repeat(3, 1fr); }
.mega--4col .mega__grid { grid-template-columns: repeat(4, 1fr); }
.mega__col { display: flex; flex-direction: column; gap: 4px; }
.mega__col h4 { font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); margin: 0 0 10px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.mega__col a { display: block; padding: 8px 10px; margin-left: -10px; font-weight: 500; font-size: 14.5px; color: var(--ink); border-radius: 6px; line-height: 1.35; text-decoration: none; transition: color .15s ease, background .15s ease; }
.mega__col a:hover { color: var(--red); background: var(--red-tint); text-decoration: none; }
.mega__col a.all { color: var(--red); font-weight: 600; }
.mega__foot { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); text-align: center; }
.mega__foot a { color: var(--red); font-weight: 600; }

/* Hamburger + mobile drawer */
.mainnav__hamburger { display: inline-flex; align-items: center; justify-content: center; padding: 10px; border-radius: 10px; color: var(--ink); background: transparent; border: 1px solid var(--line); }
.mainnav__hamburger:hover { background: var(--tint); }
@media (min-width: 980px) {
  .mainnav__menu { display: flex; }
  .mainnav__cta { display: inline-flex; }
  .mainnav__hamburger { display: none; }
}
/* Touch-friendly mega-menu — class toggled by JS keeps it open on tap */
.mainnav__item.is-open > .mega { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.mainnav__item.is-open > .mega--3col,
.mainnav__item.is-open > .mega--4col { transform: translate(-50%, 0); }

.drawer-overlay { position: fixed; inset: 0; z-index: 80; background: rgba(17,19,23,.55); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; width: min(360px, 88vw); background: #fff; box-shadow: -24px 0 60px rgba(0,0,0,.18); transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.7,.3,1); display: flex; flex-direction: column; overflow-y: auto; padding: 22px 24px calc(28px + env(safe-area-inset-bottom)); }
.drawer.open { transform: translateX(0); }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.drawer__head img { width: 130px; height: auto; }
.drawer__close { padding: 10px; border-radius: 10px; color: var(--ink); background: transparent; border: 1px solid var(--line); }
.drawer nav { display: flex; flex-direction: column; gap: 2px; margin-bottom: 24px; }
.drawer nav > a, .drawer__section > summary { display: flex; align-items: center; justify-content: space-between; padding: 14px 12px; font-size: 17px; font-weight: 600; color: var(--ink); border-radius: 10px; text-decoration: none; }
.drawer nav > a:hover, .drawer__section > summary:hover { background: var(--tint); color: var(--red); }
.drawer__section { border-bottom: 1px solid var(--line); }
.drawer__section:last-of-type { border-bottom: none; }
.drawer__section summary { list-style: none; cursor: pointer; position: relative; }
.drawer__section summary::-webkit-details-marker { display: none; }
.drawer__section summary::after { content: ""; width: 9px; height: 9px; border-right: 2px solid var(--mute); border-bottom: 2px solid var(--mute); transform: rotate(45deg); margin-right: 6px; transition: transform .15s ease; }
.drawer__section[open] summary::after { transform: rotate(-135deg); border-color: var(--red); }
.drawer__section[open] summary { color: var(--red); }
.drawer__sub { display: flex; flex-direction: column; gap: 2px; padding: 4px 8px 12px 12px; }
.drawer__sub a { padding: 10px 12px; font-size: 15px; font-weight: 500; color: var(--slate); border-radius: 8px; text-decoration: none; }
.drawer__sub a:hover { color: var(--red); background: var(--red-tint); }
.drawer__sub-h { display: block; margin-top: 10px; padding: 4px 12px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.drawer__cta { display: flex; flex-direction: column; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.drawer__cta .btn { justify-content: center; padding: 16px 18px; font-size: 16px; }
body.drawer-open { overflow: hidden; }

/* ── Breadcrumbs ──────────────────────────── */
.breadcrumb { background: var(--tint); border-bottom: 1px solid var(--line); font-size: 13px; color: var(--mute); }
.breadcrumb .wrap { padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--slate); font-weight: 500; text-decoration: none; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { color: #C7CACE; }
.breadcrumb .here { color: var(--ink); font-weight: 600; }

/* ── FAQ accordion ────────────────────────── */
.faq { display: flex; flex-direction: column; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 0; transition: border-color .15s ease, box-shadow .15s ease; }
.faq__item[open] { border-color: var(--red); box-shadow: var(--shadow-md); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--ink); letter-spacing: .01em; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-family: var(--display); font-size: 28px; color: var(--red); line-height: 1; flex-shrink: 0; }
.faq__item[open] summary::after { content: "−"; }
.faq__body { padding: 0 24px 22px; color: var(--slate); line-height: 1.6; }
.faq__body p { margin: 0 0 12px; }
.faq__body p:last-child { margin: 0; }

/* ── Blog list + single ──────────────────── */
.bloglist { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .bloglist { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .bloglist { grid-template-columns: repeat(3, 1fr); } }
.blogcard { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.blogcard:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--red); }
.blogcard__img { aspect-ratio: 16/10; overflow: hidden; background: var(--tint); }
.blogcard__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blogcard__body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blogcard__meta { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.blogcard__title { font-family: var(--display); font-size: 26px; font-weight: 600; line-height: 1.1; color: var(--ink); margin: 0; text-transform: uppercase; letter-spacing: .01em; }
.blogcard a { text-decoration: none; color: inherit; }
.blogcard a:hover .blogcard__title { color: var(--red); }
.blogcard__more { margin-top: auto; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--red); }

.post { max-width: 760px; margin: 0 auto; padding: clamp(40px, 5vw, 80px) 0; }
.post header { margin-bottom: 36px; }
.post h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 16px; }
.post__meta { font-size: 14px; color: var(--mute); font-weight: 500; }
.post img { border-radius: var(--radius-lg); margin: 24px 0; }
.post h2 { font-size: clamp(26px, 3vw, 36px); margin: 36px 0 14px; }
.post h3 { font-size: clamp(20px, 2vw, 26px); margin: 28px 0 12px; }
.post p { font-size: 18px; line-height: 1.7; margin: 0 0 18px; color: var(--charcoal); }
.post ul, .post ol { padding-left: 24px; margin: 0 0 18px; }
.post li { margin-bottom: 6px; line-height: 1.65; }
.post a { color: var(--red); font-weight: 600; }

/* ── Service-area hub specific ─────────────── */
.area-hero { background: linear-gradient(180deg, #fff 0%, var(--tint) 100%); padding: clamp(48px, 6vw, 88px) 0 clamp(40px, 5vw, 64px); border-bottom: 4px solid var(--red); }
.area-hero__grid { display: grid; gap: 32px; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .area-hero__grid { grid-template-columns: 1.1fr .9fr; } }
.area-hero h1 { margin: 0 0 14px; }
.area-hero h1 .accent { color: var(--red); }
.area-hero__sub { font-size: clamp(17px, 1.5vw, 20px); color: var(--slate); margin: 0 0 24px; max-width: 56ch; }

/* ── Footer (extended) ───────────────────── */
.footer-deep { background: var(--ink); color: #B8BBC1; padding: 60px 0 24px; font-size: 14px; }
.footer-deep .footer-grid { display: grid; gap: 32px; grid-template-columns: 1fr; margin-bottom: 36px; }
@media (min-width: 700px) { .footer-deep .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); } }
.footer-deep h5 { font-family: var(--display); color: #fff; font-size: 18px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 14px; }
.footer-deep ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-deep a { color: #B8BBC1; text-decoration: none; }
.footer-deep a:hover { color: #fff; }
.footer-deep .footer-brand img { width: 200px; height: auto; margin-bottom: 16px; }
.footer-deep .footer-brand p { color: #8C9099; font-size: 13px; line-height: 1.6; margin: 0 0 12px; }
.footer-deep__bottom { border-top: 1px solid #2A2D33; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; color: #6B6F77; font-size: 12.5px; }

/* EEAT credentials strip — sits above the © bottom row */
/* AIO direct-answer block — sits at top of hyperlocal city band */
.aio-answer {
  background: #fff;
  border-left: 4px solid var(--red);
  padding: 18px 22px;
  margin: 0 0 28px;
  max-width: 75ch;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(15,17,21,.04);
}
.aio-answer strong { color: var(--ink); font-weight: 700; }
.aio-answer a { color: var(--red); font-weight: 600; }
@media (max-width: 720px) {
  .aio-answer { font-size: 16px; padding: 14px 16px; }
}

.footer-deep__eeat { border-top: 1px solid #2A2D33; padding: 22px 0 18px; display: grid; gap: 10px; margin-bottom: 0; }
.footer-deep__eeat .eeat__owners { color: #fff; font-weight: 600; font-size: 13.5px; letter-spacing: .01em; }
.footer-deep__eeat .eeat__creds { display: flex; flex-wrap: wrap; gap: 6px 0; font-size: 12.5px; color: #B8BBC1; }
.footer-deep__eeat .eeat__creds span { padding-right: 14px; }
.footer-deep__eeat .eeat__creds span:not(:last-child) { border-right: 1px solid #2A2D33; margin-right: 14px; }
@media (max-width: 720px) {
  .footer-deep__eeat .eeat__creds { font-size: 12px; }
  .footer-deep__eeat .eeat__creds span { padding-right: 10px; }
  .footer-deep__eeat .eeat__creds span:not(:last-child) { margin-right: 10px; }
}

/* Wave 1: process steps + guarantee (shared with PPC) */
.steps-list { max-width: 820px; margin: 28px auto 0; display: flex; flex-direction: column; gap: 14px; }
.step-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 10px; padding: 18px 22px; }
.step-num { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.step-card h3 { margin: 0 0 4px; font-size: 17px; }
.step-card p { margin: 0; color: var(--slate); font-size: 14.5px; line-height: 1.55; }
.city-links-band p { max-width: 78ch; line-height: 2; }
.city-links-band a { font-weight: 600; }
