/* ===========================================================
   Bill Reynolds Jr. Garage Doors — site.css
   Multi-page kit v2.3 · locked color tokens from BUILD-BRIEF §2
   Kit slot mapping:  --blue (kit primary CTA) → --red here
                      --tan (kit secondary)    → --blue here
   =========================================================== */

:root {
  /* DARKS */
  --navy:        #0d1f35;
  --navy-mid:    #122844;
  --navy-deep:   #061222;

  /* PRIMARY ACCENT — Reynolds brand red */
  --red:         #c41e23;
  --red-dark:    #9a181c;
  --red-light:   #e8333a;
  --red-rgb:     196, 30, 35;

  /* SECONDARY ACCENT */
  --blue:        #1a3f6f;
  --blue-light:  #2a5a9a;

  /* NEUTRALS */
  --cream:       #f7f3eb;
  --cream-warm:  #faf6ee;
  --border:      #ddd8ce;
  --border-light:#eae6dc;

  /* TEXT */
  --text:        #1a1e25;
  --muted:       #5a6070;
  --muted-light: #8a8f99;

  /* TYPE */
  --f-display:   "Oswald", "Helvetica Neue", Arial, sans-serif;
  --f-body:      "Lora", Georgia, "Times New Roman", serif;
  --f-ui:        "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* LAYOUT */
  --pad-x:       48px;
  --pad-y:       72px;
}

/* ── reset / base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 0 0 60px;
  font-family: var(--f-body);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0 0 16px;
  color: var(--navy);
  line-height: 1.15;
}
h1 { font-size: clamp(34px, 5vw, 54px); }
h2 { font-size: clamp(28px, 3.6vw, 40px); }
h3 { font-size: clamp(20px, 2.4vw, 26px); }
h4 { font-size: 18px; }
p  { margin: 0 0 14px; }

.section,
.section-alt,
.section-navy {
  padding: var(--pad-y) var(--pad-x);
}
.section-alt  { background: var(--cream); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h1, .section-navy h2, .section-navy h3, .section-navy h4 { color: #fff; }
.wrap { max-width: 1280px; margin: 0 auto; }

/* Section headers */
.sk, .sk-lite {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 12px;
}
.sk-lite { color: var(--red-light); }
.st, .sec-title {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin: 0 0 14px;
}
.st-w, .sec-title-w {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 14px;
}
.ss, .sec-sub {
  font-family: var(--f-body);
  font-size: 17px;
  color: var(--muted);
  max-width: 720px;
  margin: 0 0 36px;
}
.section-navy .ss, .section-navy .sec-sub { color: rgba(255,255,255,.78); }

/* ── buttons ────────────────────────────────────────────────── */
.btn-primary, .btn-outline, .nav-cta, .svc-link, .fs-btn, .cb-btn, .tb-btn {
  display: inline-block;
  font-family: var(--f-display);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 24px;
  border-radius: 2px;
  border: 0;
  text-decoration: none;
  transition: background .15s, color .15s, transform .15s;
}
.btn-primary {
  background: var(--red);
  color: #fff;
}
.btn-primary:hover { background: var(--red-dark); color: #fff; }
.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.65);
}
.btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }

/* ── top bar ────────────────────────────────────────────────── */
.top-bar {
  background: var(--navy-deep);
  color: #fff;
  padding: 8px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--f-ui);
  font-size: 13px;
}
.tb-left { display: flex; align-items: center; gap: 10px; }
.tb-pulse {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(var(--red-rgb), .8);
  animation: tbpulse 1.6s infinite;
}
@keyframes tbpulse {
  0%   { box-shadow: 0 0 0 0 rgba(var(--red-rgb), .65); }
  70%  { box-shadow: 0 0 0 12px rgba(var(--red-rgb), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--red-rgb), 0); }
}
.tb-text { color: rgba(255,255,255,.85); letter-spacing: .3px; }
.tb-right { display: flex; align-items: center; gap: 16px; }
.tb-phone { color: #fff; font-weight: 600; letter-spacing: .3px; }
.tb-btn { background: var(--red); color: #fff; padding: 7px 14px; font-size: 11px; }
.tb-btn:hover { background: var(--red-dark); color: #fff; }

/* ── nav ────────────────────────────────────────────────────── */
nav.main-nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 14px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(13,31,53,.04);
}
.logo-wrap { display: flex; align-items: center; }
.logo-img { height: 54px; width: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--navy);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--red);
  border-bottom-color: var(--red);
}
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  background: none; border: 0; cursor: pointer;
  font-family: var(--f-display); font-weight: 500;
  font-size: 14px; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--navy); padding: 6px 0;
}
.nav-dropdown-toggle:hover { color: var(--red); }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  min-width: 240px;
  padding: 8px 0;
  box-shadow: 0 8px 28px rgba(13,31,53,.12);
  z-index: 110;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block;
  padding: 9px 18px;
  font-size: 13px;
  letter-spacing: .8px;
  border-bottom: 0;
}
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--red); border-bottom: 0; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-phone {
  font-family: var(--f-display);
  font-weight: 700;
  color: var(--navy);
  font-size: 16px;
  letter-spacing: .5px;
}
.nav-phone:hover { color: var(--red); }
.nav-cta { background: var(--red); color: #fff; padding: 10px 18px; font-size: 12px; }
.nav-cta:hover { background: var(--red-dark); color: #fff; }
.mobile-nav-toggle {
  display: none;
  background: none; border: 0;
  width: 40px; height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
.mobile-nav-toggle span {
  display: block; width: 26px; height: 2px;
  background: var(--navy); border-radius: 2px;
}

/* ── mobile nav ─────────────────────────────────────────────── */
.mobile-nav-open {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  background: var(--navy);
  padding: 80px 32px 32px;
  z-index: 90;
  flex-direction: column;
  gap: 8px;
  max-height: 100vh;
  overflow-y: auto;
}
.mobile-nav-open.is-open { display: flex; }
.mobile-nav-open a {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mobile-nav-open a.mn-sub {
  font-size: 14px;
  padding: 8px 0 8px 16px;
  color: rgba(255,255,255,.7);
  letter-spacing: .8px;
}
.mobile-nav-close {
  position: absolute;
  top: 18px; right: 22px;
  background: none; border: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

/* ── anchor strip ───────────────────────────────────────────── */
.anchor-strip {
  background: var(--navy-mid);
  padding: 12px var(--pad-x);
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}
.anchor-strip::-webkit-scrollbar { display: none; }
.anchor-strip a {
  flex: 0 0 auto;
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
  white-space: nowrap;
  padding: 4px 2px;
  border-bottom: 2px solid transparent;
}
.anchor-strip a:hover { color: #fff; border-bottom-color: var(--red); }

/* ── hero ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-deep) 100%);
  color: #fff;
  padding: 80px var(--pad-x) 100px;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 56px;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: .35;
}
.hero::before {
  width: 460px; height: 460px;
  background: radial-gradient(circle, var(--blue-light) 0%, transparent 70%);
  top: -160px; right: -120px;
}
.hero::after {
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--red) 0%, transparent 70%);
  bottom: -120px; left: -80px;
  opacity: .22;
}
.hero > div { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  padding: 7px 14px;
  border-radius: 99px;
  margin-bottom: 22px;
  font-family: var(--f-ui);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hb-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--red);
  animation: tbpulse 1.6s infinite;
}
.hb-text { color: rgba(255,255,255,.92); }
.hero h1 {
  color: #fff;
  font-size: clamp(36px, 5.4vw, 60px);
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.08;
  letter-spacing: 0.3px;
}
.hero h1 em {
  display: block;
  color: var(--red-light);
  font-style: normal;
  font-size: 0.7em;
  margin-top: 10px;
  font-weight: 500;
}
.hero-sub {
  font-family: var(--f-body);
  font-size: 18px;
  color: rgba(255,255,255,.85);
  margin: 0 0 24px;
  max-width: 580px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 28px;
}
.tbadge {
  display: inline-block;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  padding: 6px 12px;
  border-radius: 4px;
  font-family: var(--f-ui);
  font-size: 13px;
  color: rgba(255,255,255,.92);
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── hero form (lead-form sidebar inside hero) ──────────────── */
.hero-form {
  background: #fff;
  border-radius: 6px;
  padding: 28px;
  color: var(--text);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  position: relative;
  z-index: 2;
}
.hero-form h3 {
  margin: 0 0 6px;
  font-size: 24px;
  letter-spacing: .5px;
  color: var(--navy);
}
.hero-form .hf-sub {
  font-family: var(--f-body);
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 18px;
}

/* ── lead form (v5 wizard) ──────────────────────────────────── */
.lead-form { font-family: var(--f-ui); }
.lead-form label {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--navy);
  text-transform: uppercase;
}
.lead-form input,
.lead-form textarea,
.lead-form select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  font-family: var(--f-ui);
  font-size: 15px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(var(--red-rgb), .12);
}
.lead-form textarea { resize: vertical; min-height: 86px; }
.next-btn, .submit-btn, .back-btn {
  font-family: var(--f-display);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 22px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  margin-top: 6px;
}
.next-btn, .submit-btn {
  background: var(--red);
  color: #fff;
  width: 100%;
}
.next-btn:hover, .submit-btn:hover { background: var(--red-dark); }
.back-btn {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--border);
}
.back-btn:hover { color: var(--navy); border-color: var(--navy); }
.form-step-actions {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-top: 6px;
}
.form-step-actions .submit-btn { flex: 1; }
.hc-note {
  margin: 12px 0 0;
  font-family: var(--f-body);
  font-style: italic;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}
.hc-error {
  margin-top: 14px;
  padding: 10px 12px;
  background: #fdecea;
  color: #9a181c;
  border-radius: 3px;
  font-size: 13px;
}
.form-progress { margin-bottom: 18px; }
.form-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
  font-weight: 600;
}
.form-progress-hint { color: var(--red); }
.form-progress-bar {
  height: 4px;
  background: var(--border-light);
  border-radius: 2px;
  overflow: hidden;
}
.form-progress-fill {
  height: 100%;
  background: var(--red);
  width: 50%;
  transition: width .25s;
}
.form-step[hidden] { display: none; }
.form-step { display: block; }

/* honeypot */
._gotcha {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
}

/* ── proof bar ──────────────────────────────────────────────── */
.proof-bar {
  background: var(--navy);
  color: #fff;
  padding: 32px var(--pad-x);
  display: grid;
  grid-template-columns: repeat(4, auto) 1fr auto;
  gap: 28px;
  align-items: center;
}
.ps {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ps-num {
  font-family: var(--f-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--red-light);
  line-height: 1;
}
.ps-label {
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-top: 6px;
}
.pdiv {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,.12);
}
.pq { padding: 0 12px; }
.pq-stars { color: #ffb547; font-size: 16px; letter-spacing: 2px; margin-bottom: 6px; }
.pq-text {
  font-family: var(--f-body);
  font-style: italic;
  font-size: 15px;
  color: rgba(255,255,255,.92);
  margin: 0 0 6px;
  line-height: 1.5;
}
.pq-name { font-family: var(--f-ui); font-size: 12px; color: rgba(255,255,255,.65); letter-spacing: .5px; }
.pb-logos { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.pb-logo {
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.18);
  padding: 6px 10px;
  border-radius: 3px;
}

/* ── services grid ──────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.svc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.svc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(13,31,53,.12);
}
.svc-img { width: 100%; height: 180px; object-fit: cover; }
.svc-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.svc-icon {
  width: 42px; height: 42px;
  background: rgba(var(--red-rgb), .10);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
  color: var(--red);
}
.svc-icon svg { width: 22px; height: 22px; fill: currentColor; }
.svc-card h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: var(--navy);
}
.svc-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 12px;
  line-height: 1.55;
}
.svc-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-family: var(--f-ui);
  font-size: 14px;
}
.svc-bullets li {
  padding: 4px 0 4px 22px;
  position: relative;
  color: var(--text);
}
.svc-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 4px;
  color: var(--red);
  font-weight: 700;
}
.svc-link {
  color: var(--red);
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: auto;
  padding: 0;
  background: transparent;
}
.svc-link:hover { color: var(--red-dark); }

/* ── about grid (homepage snippet) ──────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.about-img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 4px;
}
.owner-block {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0;
  padding: 16px 18px;
  background: var(--cream);
  border-left: 4px solid var(--red);
  border-radius: 0 4px 4px 0;
}
.owner-ava {
  width: 56px; height: 56px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}
.owner-name { font-family: var(--f-display); font-weight: 600; color: var(--navy); font-size: 16px; }
.owner-title { font-family: var(--f-ui); font-size: 13px; color: var(--muted); }
.owner-since { font-family: var(--f-ui); font-size: 12px; color: var(--muted-light); margin-top: 2px; }
.about-body { font-size: 16px; color: var(--text); margin: 0 0 14px; }
.cred-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.cred-item {
  background: #fff;
  border: 1px solid var(--border);
  padding: 12px 14px;
  border-radius: 4px;
}
.cred-label {
  font-family: var(--f-display);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.cred-val { font-family: var(--f-display); font-weight: 600; color: var(--navy); font-size: 15px; }

/* stat row (smaller stats inline) */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.stat-box {
  background: var(--cream-warm);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 14px 12px;
  text-align: center;
}
.stat-num { display: block; font-family: var(--f-display); font-size: 24px; font-weight: 700; color: var(--red); }
.stat-label { display: block; font-family: var(--f-display); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* ── why-us + process ───────────────────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.why-check {
  width: 32px; height: 32px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.why-check svg { width: 14px; height: 14px; }
.why-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: .5px;
}
.why-desc { font-family: var(--f-body); font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.55; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  margin-top: 36px;
}
.process-grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12%; right: 12%;
  height: 2px;
  background: rgba(255,255,255,.12);
  z-index: 0;
}
.proc-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.proc-circle {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--navy-mid);
  border: 2px solid var(--red);
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proc-num {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--red-light);
  letter-spacing: 1px;
}
.proc-title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 6px;
}
.proc-desc { font-family: var(--f-body); font-size: 13px; color: rgba(255,255,255,.72); line-height: 1.5; }

/* ── gallery ────────────────────────────────────────────────── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/3;
  background: var(--cream);
}
.gallery-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(to top, rgba(13,31,53,.85), transparent);
  color: #fff;
  font-family: var(--f-body);
  font-style: italic;
  font-size: 13px;
  padding: 28px 12px 10px;
}
.gallery-cta { text-align: center; margin-top: 26px; }

/* ── reviews ────────────────────────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rev-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 26px 22px 20px;
  position: relative;
}
.rev-mark {
  position: absolute;
  top: 8px; right: 16px;
  font-family: var(--f-body);
  font-size: 64px;
  color: var(--red);
  opacity: .12;
  line-height: 1;
}
.rev-stars { color: #ffb547; font-size: 16px; letter-spacing: 2px; margin-bottom: 10px; }
.rev-text {
  font-family: var(--f-body);
  font-style: italic;
  color: var(--text);
  font-size: 15px;
  margin: 0 0 18px;
  line-height: 1.6;
}
.rev-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--border-light);
  padding-top: 14px;
}
.rev-ava {
  width: 38px; height: 38px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.rev-name { font-family: var(--f-display); font-weight: 600; color: var(--navy); font-size: 14px; letter-spacing: .3px; }
.rev-service { font-family: var(--f-ui); font-size: 12px; color: var(--muted); }
.rev-src {
  margin-left: auto;
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted-light);
}

/* ── faq ────────────────────────────────────────────────────── */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}
.faq-item {
  border-top: 1px solid var(--border);
  padding: 18px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--navy);
  font-size: 17px;
  margin: 0 0 8px;
  letter-spacing: .3px;
}
.faq-a {
  font-family: var(--f-body);
  color: var(--text);
  font-size: 15px;
  margin: 0;
  line-height: 1.65;
}

.faq-block { background: #fff; padding: 0; }
.faq-block h3 { font-size: 22px; margin-bottom: 10px; }
.faq-q-block { padding: 16px 0; border-top: 1px solid var(--border); }
.faq-q-block:last-child { border-bottom: 1px solid var(--border); }
.faq-q-block h4 {
  margin: 0 0 6px;
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--navy);
  font-size: 16px;
}
.faq-q-block p { margin: 0; font-family: var(--f-body); font-size: 15px; color: var(--text); }

/* ── service area ───────────────────────────────────────────── */
.area-intro {
  max-width: 760px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.85);
  font-family: var(--f-body);
  font-size: 16px;
}
.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.area-card {
  background: var(--navy-mid);
  border: 1px solid rgba(255,255,255,.08);
  border-top: 3px solid var(--red);
  border-radius: 4px;
  padding: 20px 18px;
}
.area-card h4 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px;
  letter-spacing: .5px;
}
.area-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--f-ui);
  font-size: 13px;
  color: rgba(255,255,255,.78);
  columns: 1;
}
.area-card li { padding: 3px 0; }

/* ── location map (Google embed, 1200×300 cap) ──────────────── */
.location-map {
  max-width: 1200px;
  margin: 36px auto 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.08);
  background: #122844;
}
.location-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}
.location-map-caption {
  font-family: var(--f-ui);
  font-size: 13px;
  color: rgba(255,255,255,.72);
  text-align: center;
  padding: 10px 14px;
  background: var(--navy-deep);
  border-top: 1px solid rgba(255,255,255,.06);
}
.location-map-caption strong { color: #fff; }
.section-alt .location-map { background: #fff; box-shadow: 0 6px 20px rgba(13,31,53,.10); }
.section-alt .location-map-caption { background: #fff; color: var(--muted); border-top-color: var(--border-light); }
.section-alt .location-map-caption strong { color: var(--navy); }
.section .location-map { background: #fff; box-shadow: 0 6px 20px rgba(13,31,53,.10); }
.section .location-map-caption { background: var(--cream-warm); color: var(--muted); border-top-color: var(--border-light); }
.section .location-map-caption strong { color: var(--navy); }
@media (max-width: 768px) {
  .location-map iframe { height: 240px; }
}

/* ── cta banner ─────────────────────────────────────────────── */
.cta-banner {
  background: var(--red);
  color: #fff;
  padding: 44px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.cta-banner .cb-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: .3px;
  margin-bottom: 6px;
}
.cb-sub {
  font-family: var(--f-body);
  font-size: 16px;
  margin: 0;
  color: rgba(255,255,255,.92);
}
.cb-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}
.cb-phone {
  font-family: var(--f-display);
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  letter-spacing: .5px;
  line-height: 1;
}
.cb-phone:hover { color: rgba(255,255,255,.85); }
.cb-phone-sub {
  font-family: var(--f-body);
  font-size: 12px;
  color: rgba(255,255,255,.85);
  margin-bottom: 8px;
}
.cb-btn {
  background: var(--navy);
  color: #fff;
  padding: 12px 22px;
  font-size: 12px;
}
.cb-btn:hover { background: var(--navy-deep); }

/* ── sticky phone bar (all devices, every page — kit §11) ──── */
.mobile-sticky {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--navy-deep);
  border-top: 1px solid rgba(var(--red-rgb), .35);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 200;
}
.ms-label {
  font-family: var(--f-display);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 2px;
}
.ms-phone {
  font-family: var(--f-display);
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  letter-spacing: .3px;
}
.ms-btn {
  background: var(--red);
  color: #fff;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 3px;
  text-decoration: none;
}

/* ── footer ─────────────────────────────────────────────────── */
footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,.75);
  padding: 56px var(--pad-x) 24px;
  font-family: var(--f-ui);
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  max-width: 1280px;
  margin: 0 auto;
}
.fg-col h4 {
  font-family: var(--f-display);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
}
.footer-logo { width: 240px; height: auto; margin-bottom: 16px; background: rgba(255,255,255,.04); padding: 8px; border-radius: 3px; }
.fg-nap strong { color: #fff; }
.fg-nap a { color: rgba(255,255,255,.78); }
.fg-nap a:hover { color: var(--red-light); }
.fg-lic { font-size: 12px; color: rgba(255,255,255,.55); margin-top: 14px; line-height: 1.55; }
.fg-col ul { list-style: none; padding: 0; margin: 0; }
.fg-col ul li { padding: 4px 0; }
.fg-col a { color: rgba(255,255,255,.75); }
.fg-col a:hover { color: var(--red-light); }
.footer-bottom {
  max-width: 1280px;
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  color: rgba(255,255,255,.55);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a { color: rgba(255,255,255,.7); }

/* ── page header (inner pages) ──────────────────────────────── */
.page-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: #fff;
  padding: 56px var(--pad-x) 44px;
}
.ph-kicker {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red-light);
  margin-bottom: 10px;
}
.ph-title { color: #fff; margin: 0 0 12px; font-size: clamp(30px, 4vw, 44px); }
.ph-sub {
  font-family: var(--f-body);
  font-size: 17px;
  color: rgba(255,255,255,.82);
  max-width: 720px;
  margin: 0 0 16px;
}
.breadcrumbs {
  font-family: var(--f-ui);
  font-size: 13px;
  color: rgba(255,255,255,.6);
}
.breadcrumbs a { color: rgba(255,255,255,.6); }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span { padding: 0 8px; }

/* ── service-detail grid (sticky form sidebar) ──────────────── */
.svc-detail-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 44px;
  align-items: start;
}
.svc-detail-body p { font-size: 16px; }
.svc-detail-body h2 { margin-top: 32px; }
.svc-detail-body ul { padding-left: 0; list-style: none; margin: 0 0 18px; }
.svc-detail-body ul li {
  position: relative;
  padding: 4px 0 4px 26px;
  font-family: var(--f-body);
  font-size: 15px;
  color: var(--text);
}
.svc-detail-body ul li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 4px;
  color: var(--red);
  font-weight: 700;
}
.svc-detail-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 0 0 22px;
}
.svc-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 22px 0 28px;
}
.svc-feature-card {
  background: var(--cream);
  border-left: 3px solid var(--red);
  padding: 16px 18px;
  border-radius: 0 4px 4px 0;
}
.svc-feature-card h4 {
  margin: 0 0 6px;
  font-size: 15px;
  color: var(--navy);
  letter-spacing: .3px;
}
.svc-feature-card p { margin: 0; font-size: 14px; color: var(--muted); }

.pricing-table {
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin: 14px 0 24px;
}
.pricing-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-light);
  font-family: var(--f-ui);
  font-size: 14px;
}
.pricing-row:last-child { border-bottom: 0; }
.pricing-row.header {
  background: var(--cream);
  font-family: var(--f-display);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
.pr-size strong { color: var(--navy); }
.pr-price { color: var(--red); font-weight: 600; }

.svc-side-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px 22px;
  position: sticky;
  top: 100px;
}
.svc-side-card--form h3 { font-size: 22px; margin: 0 0 6px; }
.svc-side-card--form .hf-sub {
  font-family: var(--f-body); font-style: italic;
  font-size: 14px; color: var(--muted); margin: 0 0 16px;
}

/* ── values grid (about page) ───────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.value-card {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--red);
  border-radius: 0 0 4px 4px;
  padding: 24px 22px;
}
.value-icon {
  width: 44px; height: 44px;
  background: rgba(var(--red-rgb), .10);
  color: var(--red);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.value-icon svg { width: 22px; height: 22px; fill: currentColor; }
.value-card h3 { margin: 0 0 8px; font-size: 18px; color: var(--navy); }
.value-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── cred strip (mid-page navy band) ────────────────────────── */
.cred-strip {
  background: var(--navy);
  color: #fff;
  padding: 36px var(--pad-x);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
}
.cs-item { text-align: center; }
.cs-num {
  display: block;
  font-family: var(--f-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--red-light);
  line-height: 1;
}
.cs-label {
  display: block;
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-top: 8px;
}

/* ── contact page components ───────────────────────────────── */
.contact-quick-row {
  background: var(--cream);
  padding: 28px var(--pad-x);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--border);
}
.cqr-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 16px 18px;
}
.cqr-icon {
  width: 44px; height: 44px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cqr-icon svg { width: 20px; height: 20px; fill: currentColor; }
.cqr-label {
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
}
.cqr-value {
  font-family: var(--f-display);
  font-size: 17px;
  color: var(--navy);
  font-weight: 600;
}
.cqr-value a { color: var(--navy); }
.cqr-value a:hover { color: var(--red); }

.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 36px;
  align-items: start;
}
.contact-form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px;
}
.contact-form-card h2 { margin-top: 0; }
.contact-info-card {
  background: var(--navy);
  color: #fff;
  border-radius: 4px;
  padding: 26px 24px;
}
.contact-info-card h3 { color: #fff; margin: 0 0 16px; font-size: 20px; }
.cic-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}
.cic-row:first-of-type { border-top: 0; padding-top: 4px; }
.cic-icon {
  width: 36px; height: 36px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.cic-icon svg { width: 16px; height: 16px; fill: currentColor; }
.cic-label {
  font-family: var(--f-display);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--red-light);
  margin-bottom: 4px;
}
.cic-value {
  font-family: var(--f-body);
  font-size: 15px;
  color: rgba(255,255,255,.92);
  line-height: 1.5;
}
.cic-value a { color: rgba(255,255,255,.92); border-bottom: 1px dotted rgba(255,255,255,.3); }
.cic-value a:hover { color: var(--red-light); border-bottom-color: var(--red-light); }

/* big map for contact page */
.location-map.map-tall iframe { height: 420px; }
@media (max-width: 768px) {
  .location-map.map-tall iframe { height: 280px; }
}

/* ── inline form section ─────────────────────────────────────── */
.inline-form-section {
  background: var(--cream);
  padding: var(--pad-y) var(--pad-x);
}
.inline-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.inline-form-grid .lead-form-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 26px 24px;
}

/* ── industries served (commercial page) ─────────────────────── */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.industry-card {
  background: var(--cream-warm);
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--red);
  border-radius: 0 4px 4px 0;
  padding: 14px 16px;
  font-family: var(--f-ui);
}
.industry-card strong {
  display: block;
  font-family: var(--f-display);
  font-size: 14px;
  color: var(--navy);
  letter-spacing: .3px;
  margin-bottom: 2px;
}
.industry-card span { font-size: 13px; color: var(--muted); }

/* ── responsive ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .services-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid, .why-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
}
@media (max-width: 1024px) {
  :root { --pad-x: 32px; --pad-y: 56px; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding: 56px var(--pad-x) 64px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .top-bar { display: none; }
  .anchor-strip { display: none; }
  .nav-links, .nav-right { display: none; }
  .mobile-nav-toggle { display: flex; }
  .proof-bar { grid-template-columns: 1fr 1fr; gap: 18px; padding: 22px 24px; }
  .proof-bar .pdiv, .pb-logos { display: none; }
  .proof-bar .pq { grid-column: 1 / -1; padding: 0; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
  .cb-actions { align-items: flex-start; text-align: left; }
  .svc-detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .svc-side-card { position: static; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-quick-row { grid-template-columns: 1fr; gap: 12px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .inline-form-grid { grid-template-columns: 1fr; gap: 24px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  :root { --pad-x: 20px; --pad-y: 44px; }
  body { padding-bottom: 70px; }
  .mobile-sticky { padding: 10px 16px; }
  .ms-label { display: none; }
  .services-grid, .gallery-grid, .reviews-grid,
  .why-grid, .area-grid, .faq-grid { grid-template-columns: 1fr; gap: 18px; }
  .stat-row, .cred-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 44px 20px 56px; }
  .hero h1 { font-size: 36px; }
  .hero-form { padding: 22px; }
  .proof-bar { grid-template-columns: 1fr 1fr; padding: 22px 18px; }
  .ps-num { font-size: 26px; }
  .nav-cta { display: none; }
  .logo-img { height: 44px; }
  .cb-phone { font-size: 22px; }
  .values-grid { grid-template-columns: 1fr; }
  .cred-strip { grid-template-columns: 1fr 1fr; padding: 24px 18px; }
  .cs-num { font-size: 28px; }
  .svc-feature-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
}
