:root {
  --navy: #0d315b;
  --blue: #1267a8;
  --sky: #eaf7ff;
  --green: #69b83c;
  --green-dark: #347c29;
  --ink: #10233a;
  --muted: #5d6b7a;
  --line: #dce7ef;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(13, 49, 91, 0.12);
  --radius: 24px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px max(18px, calc((100vw - var(--max)) / 2));
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13,49,91,.08);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--navy); }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; border: 2px solid #dbeeff; }
.brand span { font-size: 1.05rem; letter-spacing: -.02em; }
.install-button { border: 1px solid var(--line); background: #fff; color: var(--navy); padding: 9px 12px; border-radius: 999px; font-weight: 800; font-size: .88rem; }

.section { max-width: var(--max); margin: 0 auto; padding: 78px 24px; }
.soft-section { max-width: none; background: linear-gradient(180deg, #f6fcff 0%, #eef9ff 100%); }
.soft-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.eyebrow { display: inline-block; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .13em; margin-bottom: 14px; }
.section-heading { max-width: 680px; margin-bottom: 34px; }
h1, h2, h3 { color: var(--navy); margin-top: 0; line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 8vw, 5.8rem); margin-bottom: 22px; }
h2 { font-size: clamp(2.1rem, 5vw, 3.5rem); margin-bottom: 14px; }
h3 { font-size: 1.32rem; margin-bottom: 8px; }
p { margin-top: 0; color: var(--muted); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-top: 46px; padding-bottom: 60px; }
.hero-text { font-size: 1.15rem; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 20px; border-radius: 14px; font-weight: 900; border: 0; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, var(--green), #4d9f31); color: #fff; box-shadow: 0 10px 24px rgba(79, 156, 49, .24); }
.button-secondary { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; color: var(--navy); font-weight: 750; font-size: .9rem; }
.hero-art { position: relative; }
.hero-art::before { content: ""; position: absolute; inset: 6% 8% 2%; border-radius: 50%; background: radial-gradient(circle, #eaf8ff 0%, #d3f0ff 58%, transparent 70%); filter: blur(6px); z-index: -1; }
.hero-art img { width: min(100%, 560px); margin: auto; border-radius: 28%; }

.steps-grid, .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card, .plan-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 30px rgba(13,49,91,.05); position: relative; }
.step-number { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; font-weight: 900; }
.step-icon { font-size: 2rem; margin-bottom: 18px; }
.plans-grid { grid-template-columns: repeat(4, 1fr); }
.plan-card.featured { border: 2px solid rgba(105,184,60,.55); background: linear-gradient(180deg, #f9fff7, #fff); }
.plan-label { display: inline-block; font-size: .72rem; font-weight: 900; letter-spacing: .08em; color: var(--green-dark); background: #ecf8e8; border-radius: 999px; padding: 5px 9px; margin-bottom: 18px; }
.plan-frequency { color: var(--blue); font-weight: 850; }
.plan-subtitle { color: var(--navy); font-weight: 800; }
.text-link { color: var(--green-dark); font-weight: 900; }

.reviews-section { padding-top: 72px; padding-bottom: 72px; }
.review-launch-card { max-width: 920px; display: grid; grid-template-columns: 1fr auto; gap: 18px 28px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 30px; box-shadow: 0 10px 34px rgba(13,49,91,.06); }
.review-badge { grid-column: 1 / -1; justify-self: start; display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border-radius: 999px; background: #ecf8e8; color: var(--green-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.review-launch-copy h3 { margin-bottom: 8px; font-size: 1.55rem; }
.review-launch-copy p { max-width: 670px; margin-bottom: 9px; }
.review-note { color: var(--muted); font-size: .82rem; font-weight: 700; }
.review-stars { color: #f3b71b; font-size: 1.35rem; letter-spacing: .12em; opacity: .38; white-space: nowrap; }
.review-form-panel { max-width: 920px; margin-top: 18px; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 8px 28px rgba(13,49,91,.05); }
.review-form-panel summary { list-style: none; cursor: pointer; min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 14px 20px; color: #fff; background: linear-gradient(135deg, var(--green), #4d9f31); font-size: 1rem; font-weight: 900; }
.review-form-panel summary::-webkit-details-marker { display: none; }
.review-form-panel summary::after { content: "＋"; margin-left: 10px; font-size: 1.15rem; }
.review-form-panel[open] summary::after { content: "−"; }
.review-form { padding: 26px; }
.review-form .consent-row { margin: 4px 0 18px; }

.schedule-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 46px; align-items: start; }
.schedule-intro { position: sticky; top: 100px; }
.schedule-note { margin-top: 28px; background: var(--sky); border-radius: 18px; padding: 18px; color: var(--navy); }
.schedule-note strong, .schedule-note span { display: block; }
.schedule-note span { color: var(--muted); margin-top: 3px; }
.booking-form { background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: 30px; }
fieldset { border: 0; padding: 0; margin: 0 0 30px; }
legend { width: 100%; font-size: 1.06rem; color: var(--navy); font-weight: 900; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
label { display: block; color: var(--navy); font-size: .91rem; font-weight: 800; margin-bottom: 16px; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1.5px solid #cddce7; border-radius: 12px; background: #fff; color: var(--ink); outline: none; transition: border .15s ease, box-shadow .15s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(18,103,168,.1); }
textarea { resize: vertical; }
.form-grid.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card { margin: 0; position: relative; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice-card span { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 14px; border: 1.5px solid #cfdee8; border-radius: 14px; background: #fff; transition: all .15s ease; }
.choice-card strong { color: var(--navy); }
.choice-card small { color: var(--muted); font-weight: 600; margin-top: 3px; }
.choice-card input:checked + span { border-color: var(--green); background: #f4fbf1; box-shadow: 0 0 0 3px rgba(105,184,60,.12); }
.consent-row { display: flex; gap: 10px; align-items: flex-start; font-weight: 650; color: var(--muted); }
.consent-row input { width: 20px; height: 20px; margin: 1px 0 0; flex: 0 0 auto; }
.optional { color: var(--muted); font-weight: 600; }
.submit-button { width: 100%; font-size: 1.05rem; }
.form-footnote { font-size: .82rem; text-align: center; margin: 10px 0 0; }
.hidden-field { position: absolute; left: -9999px; }

.final-cta { margin-bottom: 70px; border-radius: 30px; background: linear-gradient(135deg, #0c3f73, #1267a8); max-width: calc(var(--max) - 48px); color: #fff; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 24px; padding: 26px 30px; }
.final-cta img { width: 110px; height: 110px; object-fit: cover; border-radius: 26px; }
.final-cta h2, .final-cta p { color: #fff; margin-bottom: 6px; }
.final-cta h2 { font-size: 2rem; }
.final-cta p { opacity: .85; margin-bottom: 0; }

.bottom-nav { display: none; }
.ios-tip { position: fixed; inset: 0; z-index: 100; background: rgba(7,28,50,.5); padding: 24px; align-items: flex-end; }
.ios-tip:not([hidden]) { display: flex; }
.ios-tip-card { width: min(100%, 520px); margin: 0 auto; background: #fff; border-radius: 24px; padding: 24px; position: relative; box-shadow: var(--shadow); }
.ios-tip-card button { position: absolute; top: 10px; right: 14px; border: 0; background: transparent; font-size: 1.8rem; color: var(--muted); }
.ios-tip-card strong { color: var(--navy); font-size: 1.1rem; }
.ios-tip-card p { margin: 10px 0 0; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 28px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-art { order: -1; }
  .hero-art img { width: min(78vw, 460px); }
  .trust-row { justify-content: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr 1fr; }
  .schedule-section { grid-template-columns: 1fr; }
  .schedule-intro { position: static; }
  .final-cta { grid-template-columns: 90px 1fr; }
  .final-cta .button { grid-column: 1 / -1; }
  .final-cta img { width: 90px; height: 90px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 78px; }
  .topbar { min-height: 62px; padding: 7px 14px; }
  .brand img { width: 44px; height: 44px; }
  .brand span { display: none; }
  .install-button { font-size: .78rem; padding: 8px 10px; }
  .section { padding: 54px 18px; }
  .hero { padding-top: 20px; }
  .hero-art img { width: min(88vw, 410px); }
  h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
  h2 { font-size: 2.25rem; }
  .hero-text { font-size: 1.02rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 8px 14px; font-size: .82rem; }
  .plans-grid, .form-grid.two-col, .choice-grid { grid-template-columns: 1fr; }
  .review-launch-card { grid-template-columns: 1fr; gap: 12px; padding: 22px 18px; border-radius: 22px; }
  .review-stars { font-size: 1.15rem; }
  .review-form-panel { border-radius: 20px; }
  .review-form { padding: 20px 16px; }
  .booking-form { padding: 20px 16px; border-radius: 22px; }
  .choice-card span { min-height: 74px; }
  .final-cta { margin: 0 18px 30px; max-width: none; grid-template-columns: 74px 1fr; gap: 14px; padding: 20px; border-radius: 24px; }
  .final-cta img { width: 74px; height: 74px; border-radius: 18px; }
  .final-cta h2 { font-size: 1.5rem; }
  .final-cta p { font-size: .9rem; }
  .bottom-nav { position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; min-height: 70px; padding: 6px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-top: 1px solid rgba(13,49,91,.1); box-shadow: 0 -8px 28px rgba(13,49,91,.08); }
  .bottom-nav a { min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #657586; font-size: .68rem; font-weight: 800; }
  .bottom-nav a span { font-size: 1.25rem; line-height: 1; }
  .bottom-nav .nav-schedule { color: var(--green-dark); }
  .bottom-nav .nav-schedule span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; margin-top: -16px; background: var(--green); color: #fff; box-shadow: 0 7px 16px rgba(79,156,49,.28); }
}

/* Real-work media gallery */
.work-section { padding-top: 78px; padding-bottom: 78px; }
.media-showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; align-items: stretch; }
.video-card, .photo-card, .mini-video-card { margin: 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(13,49,91,.07); overflow: hidden; }
.video-card { border-radius: 28px; }
.video-card video { display: block; width: 100%; height: min(68vh, 650px); object-fit: cover; background: #0a1c2a; }
.video-card figcaption, .photo-card figcaption { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 15px 17px; color: var(--navy); font-size: .9rem; }
.video-card figcaption strong { font-size: 1rem; }
.video-card figcaption span, .photo-card figcaption { color: var(--muted); font-weight: 700; }
.photo-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 22px; }
.photo-card { border-radius: 24px; min-height: 0; }
.photo-card img { display: block; width: 100%; height: calc(100% - 48px); min-height: 250px; object-fit: cover; }
.photo-card-wide img { object-position: center 65%; }
.process-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin: 44px 0 16px; }
.process-heading h3 { font-size: 1.45rem; margin: 0; }
.process-heading p { margin: 0; font-size: .9rem; }
.process-clips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mini-video-card { position: relative; border-radius: 22px; }
.mini-video-card video { width: 100%; aspect-ratio: 9 / 13; object-fit: cover; display: block; background: #0a1c2a; }
.mini-video-card figcaption { padding: 13px 14px 16px; color: var(--navy); font-weight: 800; font-size: .86rem; }
.clip-label { position: absolute; z-index: 2; top: 12px; left: 12px; display: inline-flex; padding: 6px 9px; border-radius: 999px; background: rgba(9,44,79,.88); color: #fff; font-size: .68rem; letter-spacing: .06em; font-weight: 900; backdrop-filter: blur(6px); }
.photo-ribbon { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.photo-ribbon img { width: 100%; height: 250px; object-fit: cover; border-radius: 20px; border: 1px solid var(--line); box-shadow: 0 8px 26px rgba(13,49,91,.06); }
.photo-ribbon img:first-child { object-position: center 65%; }
.photo-ribbon img:last-child { object-position: center 70%; }

@media (max-width: 900px) {
  .media-showcase { grid-template-columns: 1fr; }
  .video-card video { height: auto; aspect-ratio: 3 / 4; }
  .photo-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .photo-card img { min-height: 280px; }
  .process-clips { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .work-section { padding-top: 54px; padding-bottom: 54px; }
  .media-showcase { gap: 14px; }
  .video-card, .photo-card, .mini-video-card { border-radius: 20px; }
  .video-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .photo-stack { grid-template-columns: 1fr 1fr; gap: 10px; }
  .photo-card img { min-height: 180px; height: 220px; }
  .photo-card figcaption { min-height: 50px; font-size: .76rem; padding: 10px; }
  .process-heading { margin-top: 34px; align-items: flex-start; flex-direction: column; gap: 2px; }
  .process-clips { grid-template-columns: 1fr; gap: 12px; }
  .mini-video-card { display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
  .mini-video-card video { aspect-ratio: 3 / 4; height: 100%; object-fit: cover; }
  .mini-video-card figcaption { display: flex; align-items: center; padding: 18px; font-size: .9rem; }
  .clip-label { top: 9px; left: 9px; font-size: .62rem; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; gap: 10px; }
  .photo-ribbon img { height: 190px; border-radius: 16px; }
  .photo-ribbon img:last-child { grid-column: 1 / -1; height: 240px; }
}

/* Family story */
.story-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 82px;
}
.story-visual {
  position: relative;
}
.story-visual::before {
  content: "";
  position: absolute;
  inset: 24px -18px -18px 24px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(105,184,60,.18), rgba(18,103,168,.13));
  z-index: -1;
}
.story-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.story-copy h2 { max-width: 700px; }
.story-copy p { max-width: 720px; }
.story-note {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef6fb;
  border: 1px solid rgba(18,103,168,.18);
  color: var(--blue);
  font-size: .76rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.story-intro { margin-top: 20px; color: var(--navy); font-size: 1.08rem; }
.story-thanks { color: var(--navy); margin-top: 22px; }
.story-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.story-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f3f9ee;
  border: 1px solid rgba(105,184,60,.28);
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 900;
}

@media (max-width: 900px) {
  .story-section { grid-template-columns: 1fr; gap: 30px; }
  .story-visual { width: min(100%, 600px); margin: 0 auto; }
  .story-copy { max-width: 720px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .story-section { padding-top: 56px; padding-bottom: 56px; gap: 26px; }
  .story-visual::before { inset: 14px -8px -9px 14px; border-radius: 24px; }
  .story-visual img { border-radius: 22px; }
  .story-intro { font-size: 1rem; }
  .story-copy p { font-size: .95rem; }
  .story-tags { gap: 7px; }
  .story-tags span { font-size: .72rem; padding: 6px 10px; }
}

/* First cleaning price levels */
.cleaning-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.cleaning-card {
  position: relative;
  border: 1px solid var(--line, #dbe7f1);
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(13, 61, 115, 0.08);
  overflow: hidden;
}

.cleaning-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: #6cae2f;
}

.cleaning-card-grime::before { background: #1d63b6; }
.cleaning-card-rescue::before { background: #e8751a; }

.cleaning-condition {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #5a7e2e;
  margin-bottom: 8px;
}
.cleaning-card-grime .cleaning-condition { color: #1d63b6; }
.cleaning-card-rescue .cleaning-condition { color: #cf6512; }

.cleaning-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  color: #0d3d73;
}

.cleaning-price {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 900;
  margin: 18px 0 12px;
  color: #4f8d16;
}
.cleaning-card-grime .cleaning-price { color: #1555a5; }
.cleaning-card-rescue .cleaning-price { color: #e66f14; }

.cleaning-card p {
  margin: 0 0 18px;
  font-size: 1rem;
  color: #29445f;
}

.cleaning-includes {
  padding-top: 14px;
  border-top: 1px solid #e7eef4;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.45;
  color: #4a6074;
}

.second-bin-banner {
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eff8e6, #f7fbf3);
  border: 1px solid #cfe4b5;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.second-bin-banner strong,
.second-bin-banner span {
  display: block;
}
.second-bin-banner strong {
  color: #2f6c12;
  font-size: 1.15rem;
  margin-bottom: 3px;
}
.second-bin-banner span { color: #425c36; }

.maintenance-wrap {
  margin-top: 64px;
}
.compact-heading {
  margin-bottom: 22px;
}
.maintenance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 820px) {
  .cleaning-levels,
  .maintenance-grid {
    grid-template-columns: 1fr;
  }
  .cleaning-card {
    padding: 22px;
  }
  .second-bin-banner {
    align-items: stretch;
    flex-direction: column;
  }
  .second-bin-banner .button {
    width: 100%;
    text-align: center;
  }
}

/* Contact, service area and footer */
.service-area-inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 6px 0 0;
  padding: 10px 13px;
  border-radius: 12px;
  background: #f3f9ed;
  color: var(--green-dark);
  font-size: .9rem;
}
.service-area-inline strong { color: var(--navy); }
.consent-row a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.site-footer {
  border-top: 1px solid var(--line);
  background: #f8fbfd;
  padding: 36px 24px 28px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr auto;
  gap: 34px;
  align-items: start;
}
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 18px; border: 1px solid var(--line); }
.footer-brand strong { display: block; color: var(--navy); font-size: 1.05rem; }
.footer-brand span { display: block; color: var(--muted); font-size: .82rem; margin-top: 2px; }
.footer-contact { display: grid; gap: 13px; color: var(--muted); font-size: .9rem; }
.footer-contact > div { display: grid; gap: 2px; }
.footer-label { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.footer-contact a { color: var(--navy); font-weight: 800; word-break: break-word; }
.footer-links { display: grid; gap: 8px; justify-items: end; }
.footer-links a { color: var(--navy); font-weight: 800; font-size: .86rem; }
.footer-note { max-width: var(--max); margin: 24px auto 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }

@media (max-width: 760px) {
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-links { justify-items: start; grid-template-columns: auto auto; justify-content: start; gap: 18px; }
  .site-footer { padding-bottom: 100px; }
}


/* Google review call-to-action */
.review-google-cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.review-google-cta .button {
  text-align: center;
}
