:root {
  --ink: #17201c;
  --muted: #5f6d66;
  --green: #0b4a35;
  --green-2: #12664a;
  --gold: #d6a850;
  --cream: #f7f2ea;
  --line: #dfe7e2;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(23, 32, 28, 0.12);
  --soft-shadow: 0 10px 28px rgba(23, 32, 28, 0.08);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background: #fbfaf7;
  line-height: 1.5;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background: var(--green);
  border-radius: 6px;
  font-weight: 800;
}
.brand small, td small { display: block; color: var(--muted); }
nav { display: flex; gap: 18px; font-size: 14px; }
nav a { text-decoration: none; color: var(--muted); }
.phone, .button, button {
  border: 0;
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.phone, .primary, button { color: white; background: var(--green); }
.secondary { color: var(--green); background: #e7f0ec; }
.hero, .service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(50px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(8,35,27,0.86), rgba(11,74,53,0.55)),
    url("https://hdwenatchee.com/wp-content/uploads/C09A8734-HDR-2-2-scaled.jpg") center/cover;
  color: white;
}
.estimate-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(50px, 7vw, 96px) clamp(18px, 5vw, 72px);
  color: white;
  background:
    linear-gradient(90deg, rgba(8,35,27,0.90), rgba(11,74,53,0.58)),
    url("https://hdwenatchee.com/wp-content/uploads/C09A8779-HDR-scaled.jpg") center/cover;
}
.estimate-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.02;
  letter-spacing: 0;
}
.availability-note {
  max-width: 620px;
  margin-top: 22px;
  padding: 14px 16px;
  color: white;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 8px;
  font-weight: 700;
}
.service-hero {
  background:
    linear-gradient(90deg, rgba(8,35,27,0.88), rgba(11,74,53,0.50)),
    var(--service-image, url("https://hdwenatchee.com/wp-content/uploads/Smiling-happy-caucasian-mature-spouses-hugging-embracing-while-walking.jpg")) center/cover;
}
.hero h1, .service-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.02;
  letter-spacing: 0;
}
.lede { max-width: 700px; font-size: clamp(18px, 2vw, 22px); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
}
.actions, .trust-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 24px; }
.trust-row span {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.36);
  border-radius: 6px;
}
.google-review-asset {
  max-width: 560px;
  padding: 20px;
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}
.hero-copy .google-review-asset {
  margin-top: 22px;
  background: rgba(255,255,255,0.94);
}
.compact-review {
  max-width: 520px;
  padding: 16px;
}
.review-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.google-g {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #1a73e8;
  background: #f5f8ff;
  border: 1px solid #d8e4ff;
  border-radius: 50%;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}
.review-topline strong { display: block; line-height: 1.1; }
.review-topline small { color: var(--muted); }
.review-score {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.review-score strong {
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}
.compact-review .review-score strong { font-size: 32px; }
.review-score span {
  color: var(--gold);
  letter-spacing: 0;
}
.google-review-asset p {
  margin: 0 0 12px;
  color: var(--muted);
}
.review-meta {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
}
.review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.review-links a {
  color: var(--green);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}
.review-band {
  display: grid;
  grid-template-columns: 0.9fr minmax(320px, 0.7fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: white;
}
.review-band h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.02;
}
.review-band p { color: var(--muted); }
.real-reviews-section {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: #fbfaf7;
}
.compact-real-reviews {
  background: white;
}
.real-reviews-section .section-head p {
  color: var(--muted);
}
.real-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.real-review-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}
.real-review-card p {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}
.review-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-card-top strong {
  display: block;
  line-height: 1.1;
}
.review-card-top small {
  color: var(--muted);
}
.review-card-stars {
  margin-top: 16px;
  color: var(--gold);
  letter-spacing: 0;
}
.real-review-card a {
  margin-top: auto;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}
.service-area-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 16px clamp(18px, 5vw, 72px);
  background: #edf5f1;
  border-bottom: 1px solid var(--line);
}
.service-area-strip strong {
  margin-right: 8px;
  color: var(--green);
}
.service-area-strip span {
  padding: 7px 10px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
}
.proof-strip div {
  padding: 18px clamp(14px, 2vw, 28px);
  background: white;
}
.proof-strip strong {
  display: block;
  color: var(--green);
  font-size: 20px;
}
.proof-strip span { color: var(--muted); font-size: 14px; }
.intro-offer {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(20px, 5vw, 72px);
  align-items: end;
  background: #fbfaf7;
}
.intro-offer p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}
.hero-panel, .proof-box, .crm-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.hero-panel {
  border: 1px solid rgba(255,255,255,0.5);
}
.proof-box { padding: 28px; }
.proof-box span { color: var(--green); font-weight: 800; text-transform: uppercase; font-size: 13px; }
.lead-form, .stack-form, .mini-form {
  display: grid;
  gap: 14px;
}
.hero-panel .lead-form { padding: 24px; }
.form-heading h2 { margin: 4px 0; font-size: 24px; line-height: 1.1; }
.form-heading span { color: var(--green); font-weight: 800; font-size: 13px; text-transform: uppercase; }
label { display: grid; gap: 6px; font-weight: 700; color: var(--ink); }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: white;
}
.check { grid-template-columns: 18px 1fr; align-items: start; font-weight: 400; font-size: 13px; color: var(--muted); }
.check input { width: auto; margin-top: 2px; }
.form-status { min-height: 20px; margin: 0; color: var(--green); font-weight: 700; }
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.offer-cue {
  margin: 22px 0;
  padding: 18px;
  background: #edf5f1;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 8px;
}
.offer-cue span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-weight: 900;
}
.offer-cue ul {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  padding-left: 18px;
  color: var(--muted);
}
.offer-cue a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}
.estimate-proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: white;
}
.estimate-proof-section h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.02;
}
.next-steps-section {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: #f4f7f5;
}
.next-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.next-step-grid article {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}
.next-step-grid strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: white;
  background: var(--green);
  border-radius: 50%;
  margin-bottom: 16px;
}
.next-step-grid h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.next-step-grid p {
  margin: 0;
  color: var(--muted);
}
.section {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
}
.section-head { max-width: 760px; margin-bottom: 24px; }
.section h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.service-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11,74,53,0.34);
  box-shadow: 0 18px 40px rgba(23, 32, 28, 0.12);
}
.visual-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px clamp(18px, 5vw, 72px);
  margin-top: -48px;
  position: relative;
  z-index: 2;
}
.image-card {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}
.image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.image-card img[src*="Dr-Williams"],
.experience-gallery img[src*="Dr-Williams"],
.experience-gallery img[src*="Kwon"] {
  object-position: top center;
}
.image-card div { padding: 18px; }
.image-card h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.1; }
.image-card p { margin: 0; color: var(--muted); }
.comfort-section { background: white; }
.quiz-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: #edf5f1;
}
.quiz-section h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.02;
}
.quiz-section p { color: var(--muted); }
.quiz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.quiz-grid a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: white;
  background: var(--green);
  border-radius: 8px;
  text-decoration: none;
}
.quiz-grid a:nth-child(2) { background: #263f35; }
.quiz-grid a:nth-child(3) { background: #8b6630; }
.quiz-grid a:nth-child(4) { background: #2d5f70; }
.quiz-grid strong { font-size: 23px; line-height: 1.1; }
.quiz-grid span { color: rgba(255,255,255,0.82); }
.media-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 5vw, 60px);
  align-items: center;
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: white;
}
.media-split img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.media-split h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.gallery-section {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: #17201c;
  color: white;
}
.gallery-section .section-head { color: white; }
.experience-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.experience-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.14);
}
.faq-section { background: #f4f7f5; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.faq-grid article {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.faq-grid h3 { margin: 0 0 8px; font-size: 22px; }
.faq-grid p { margin: 0; color: var(--muted); }
.decision-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: #f4f7f5;
  color: var(--ink);
}
.decision-copy h2,
.growth-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.03;
}
.decision-copy p { color: var(--muted); font-size: 18px; }
.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.decision-grid article {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}
.decision-grid span {
  display: block;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 14px;
}
.decision-grid ul,
.guide-section ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.decision-grid li {
  padding-left: 18px;
  position: relative;
  color: var(--ink);
}
.decision-grid li::before,
.guide-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}
.process-section {
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: white;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.process-grid div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--soft-shadow);
}
.process-grid strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: white;
  background: var(--green);
  border-radius: 50%;
  margin-bottom: 18px;
}
.process-grid p { margin: 0; color: var(--muted); }
.guide-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(22px, 5vw, 64px);
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: var(--cream);
}
.guide-section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.guide-section li {
  position: relative;
  padding: 16px 16px 16px 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
}
.guide-section li::before { left: 16px; }
.owner-teaser {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px) clamp(18px, 5vw, 72px);
  color: white;
  background:
    linear-gradient(90deg, rgba(8,35,27,0.94), rgba(11,74,53,0.76)),
    url("https://hdwenatchee.com/wp-content/uploads/C09A8652-HDR-scaled.jpg") center/cover;
}
.owner-teaser h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.owner-teaser p:last-child { max-width: 780px; color: rgba(255,255,255,0.78); }
.growth-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px);
  color: white;
  background:
    linear-gradient(90deg, rgba(8,28,22,0.94), rgba(11,74,53,0.76)),
    url("https://hdwenatchee.com/wp-content/uploads/C09A8587-HDR-scaled.jpg") center/cover;
}
.growth-panel {
  padding: 28px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
}
.growth-panel span {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.growth-panel h2 {
  max-width: 520px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
}
.system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
}
.system-grid article {
  min-height: 280px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.system-grid strong {
  color: var(--gold);
  font-size: 36px;
}
.system-grid h2 { font-size: 26px; line-height: 1.1; }
.system-grid p { color: var(--muted); }
.comparison-section,
.revenue-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: #edf5f1;
}
.comparison-section h2,
.revenue-section h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.02;
}
.comparison-section table { min-width: 0; background: white; border-radius: 8px; overflow: hidden; }
.revenue-section { background: #17201c; color: white; }
.revenue-section p { color: rgba(255,255,255,0.78); font-size: 18px; }
.revenue-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.revenue-cards span {
  padding: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  font-weight: 800;
}
.service-card span { color: var(--green); font-weight: 800; }
.service-card h3 { font-size: 23px; line-height: 1.1; margin: 18px 0 10px; }
.service-card p { color: var(--muted); }
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(22px, 5vw, 64px);
  align-items: start;
}
.audit-list, .feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.audit-list span, .feature-list li {
  padding: 16px;
  background: #edf5f1;
  border-left: 4px solid var(--green);
  border-radius: 6px;
  font-weight: 700;
}
.form-band {
  display: flex;
  justify-content: center;
  background: var(--cream);
}
.form-band .lead-form {
  width: min(760px, 100%);
  padding: 28px;
  background: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 28px;
  padding: 36px clamp(18px, 5vw, 72px);
  background: #151b18;
  color: white;
}
.site-footer .mini-form {
  padding: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
}
.site-footer input { color: var(--ink); }
.crm-shell { padding: 34px clamp(18px, 4vw, 56px) 80px; }
.crm-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.crm-header h1 { margin: 0; font-size: clamp(36px, 6vw, 68px); }
.metrics {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.metrics div, .campaigns article {
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.metrics strong { display: block; font-size: 26px; }
.metrics span, .campaigns span { color: var(--muted); font-size: 13px; }
.crm-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 16px;
  align-items: start;
}
.crm-card { padding: 20px; border: 1px solid var(--line); box-shadow: none; }
.crm-card.wide { grid-column: span 1; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 840px; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.campaigns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.compact-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.muted { color: var(--muted); }
.reputation-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 0.7fr);
  gap: 18px;
  align-items: start;
  margin: 16px 0 22px;
}
.reputation-grid form {
  padding: 18px;
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.mobile-dock { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero, .service-hero, .estimate-hero, .split, .site-footer, .crm-grid, .media-split, .intro-offer, .quiz-section, .decision-band, .guide-section, .owner-teaser, .growth-hero, .comparison-section, .revenue-section, .review-band, .estimate-proof-section { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-band { grid-template-columns: 1fr; margin-top: 0; }
  .experience-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-strip, .process-grid, .system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .campaigns, .reputation-grid, .real-review-grid, .next-step-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .phone { display: none; }
  .site-header { align-items: flex-start; }
  .hero, .service-hero, .estimate-hero { padding-top: 34px; gap: 26px; }
  .hero h1, .service-hero h1, .estimate-hero h1 { font-size: 38px; }
  .lede { font-size: 18px; }
  .hero-panel .lead-form { padding: 18px; }
  .hero-copy .google-review-asset { margin-top: 18px; }
  .review-score strong { font-size: 34px; }
  .form-band { padding-bottom: 84px; }
  .site-footer { padding-bottom: 88px; }
  .service-grid { grid-template-columns: 1fr; }
  .faq-grid, .quiz-grid, .decision-grid, .proof-strip, .process-grid, .system-grid, .revenue-cards { grid-template-columns: 1fr; }
  .crm-header { align-items: flex-start; flex-direction: column; }
  .mobile-dock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: var(--green);
  }
  .mobile-dock a {
    color: white;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
    font-weight: 800;
    border-left: 1px solid rgba(255,255,255,0.2);
  }
}
