:root {
  --ink: #111827;
  --ink-2: #25324a;
  --muted: #657083;
  --faint: #9aa3b2;
  --paper: #fffdf8;
  --paper-2: #f4efe6;
  --white: #ffffff;
  --navy: #12385f;
  --navy-deep: #0b1726;
  --forest: #173b35;
  --sage: #e7f0df;
  --blue-soft: #dcecf8;
  --red: #b9322c;
  --gold: #d9a441;
  --line: rgba(17, 24, 39, .13);
  --line-light: rgba(255, 255, 255, .18);
  --glass: rgba(255, 255, 255, .78);
  --glass-border: rgba(255, 255, 255, .88);
  --shadow-glass: 0 1px 0 rgba(255,255,255,.82) inset, 0 22px 54px rgba(11,23,38,.18);
  --shadow-soft: 0 18px 46px rgba(17, 24, 39, .10);
  --shadow-strong: 0 28px 80px rgba(11, 23, 38, .28);
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
main { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; color: inherit; font-weight: 900; line-height: .96; padding-bottom: .12em; }
h1 { max-width: 10.5ch; font-size: 5.35rem; }
h2 { font-size: 3.05rem; max-width: 12.5ch; }
h3 { font-size: 1.2rem; line-height: 1.08; }
.eyebrow, .hero-eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.site-header { position: fixed; inset: 24px 0 auto; z-index: 90; pointer-events: none; }
.nav-wrap { display: flex; justify-content: center; padding: 0 20px; }
.nav-pill {
  pointer-events: auto;
  width: fit-content;
  max-width: calc(100vw - 32px);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 7px 7px 16px;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: var(--glass);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow: var(--shadow-glass);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding-right: 18px;
  margin-right: 10px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: .9rem;
  font-weight: 950;
  white-space: nowrap;
}
.brand img, .mobile-menu-logo img, .footer-brand img {
  object-fit: contain;
  border-radius: 50%;
  background: transparent;
}
.brand img { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; gap: 2px; margin: 0; }
.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: .87rem;
  font-weight: 850;
  transition: background .2s, color .2s;
}
.nav-links a:hover { background: rgba(17,24,39,.07); color: var(--ink); }

.btn, .nav-cta, .contact-form button, .gr-cta, .text-pill, .mobile-menu-cta, .mobile-quote {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  white-space: nowrap;
}
.nav-cta, .btn.primary, .contact-form button {
  background: var(--navy);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 14px 32px rgba(18,56,95,.22), 0 1px 0 rgba(255,255,255,.20) inset;
}
.nav-cta { min-height: 38px; margin-left: 6px; padding: 0 17px; font-size: .86rem; }
.btn.secondary {
  color: #fff;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
}
.btn.tertiary, .text-pill {
  color: var(--navy);
  background: var(--blue-soft);
  border-color: rgba(18,56,95,.18);
  box-shadow: 0 10px 24px rgba(18,56,95,.10);
}

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  margin-left: 4px;
}
.mobile-menu-toggle span { width: 18px; height: 2px; background: currentColor; border-radius: 4px; }
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s cubic-bezier(.16,1,.3,1);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu-head {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.mobile-menu-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; }
.mobile-menu-logo img { width: 40px; height: 40px; }
.mobile-menu-close {
  min-width: 72px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--ink);
  font-weight: 950;
}
.mobile-menu-body { flex: 1; display: flex; flex-direction: column; padding: 24px 22px; overflow-y: auto; }
.mobile-menu-links { display: grid; margin-bottom: 28px; }
.mobile-menu-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 2.25rem;
  font-weight: 950;
}
.mobile-menu-links a:first-child { border-top: 1px solid var(--line); }
.mobile-menu-links span { color: var(--red); font-size: .76rem; font-weight: 950; }
.mobile-menu-foot { margin-top: auto; display: grid; gap: 10px; padding-top: 18px; border-top: 1px solid var(--line); }
.mobile-menu-cta {
  min-height: 64px;
  justify-content: space-between;
  border-radius: 8px;
  background: var(--paper-2);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: 0 10px 26px rgba(17,24,39,.08);
}
.mobile-menu-cta.primary { background: var(--navy); color: #fff; }
.mobile-menu-cta span { display: grid; text-align: left; }
.mobile-menu-cta small { color: inherit; opacity: .72; font-weight: 750; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 152px 24px 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(135deg, #081522 0%, #10263a 54%, #173b35 100%);
  background-size: 76px 76px, 76px 76px, auto;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(244,239,230,.12));
  pointer-events: none;
}
.hero-shell {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  min-height: calc(100svh - 250px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .9fr);
  gap: 64px;
  align-items: center;
}
.hero-copy { max-width: 680px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 0 14px;
  color: #f3d99a;
  border: 1px solid rgba(243,217,154,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}
.hero-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #64d6a1; box-shadow: 0 0 0 5px rgba(100,214,161,.14); }
.hero h1 {
  color: #fff;
  font-size: 5.4rem;
  line-height: .91;
  max-width: 9.6ch;
}
.hero-lede {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255,255,255,.76);
  font-size: 1.14rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
  max-width: 660px;
}
.hero-metrics div {
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}
.hero-metrics strong { display: block; color: #fff; font-size: 1.72rem; line-height: 1; }
.hero-metrics span { display: block; margin-top: 8px; color: rgba(255,255,255,.66); font-size: .82rem; font-weight: 750; }
.hero-stage {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
}
.hero-card {
  position: relative;
  z-index: 2;
  width: min(100%, 600px);
  min-height: 440px;
  display: grid;
  place-items: end center;
  padding: 28px 30px 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: var(--shadow-strong);
}
.hero-card::before {
  content: "C";
  position: absolute;
  left: 30px;
  top: -30px;
  color: rgba(255,255,255,.06);
  font-size: 21rem;
  font-weight: 950;
  line-height: 1;
}
.hero-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold), #6dd6a5);
  border-radius: 999px;
}
.hero-card img {
  position: relative;
  z-index: 1;
  width: min(92%, 500px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.30));
}
.hero-panel {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  width: 176px;
  padding: 16px 17px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  color: var(--ink);
  box-shadow: var(--shadow-glass);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  backdrop-filter: blur(22px) saturate(170%);
}
.hero-panel span, .hero-panel small { color: var(--muted); font-size: .74rem; font-weight: 900; }
.hero-panel strong { font-size: 1.5rem; line-height: 1; }
.hero-panel-rating { left: -10px; top: 54px; }
.hero-panel-area { right: 8px; bottom: 58px; }
.hero-board {
  position: absolute;
  z-index: 1;
  right: -6px;
  top: 8px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  transform: rotate(8deg);
}
.hero-board span { position: absolute; background: rgba(217,164,65,.72); border-radius: 999px; }
.hero-board span:nth-child(1) { left: 34px; top: 54px; width: 150px; height: 3px; }
.hero-board span:nth-child(2) { left: 34px; top: 102px; width: 92px; height: 3px; background: rgba(255,255,255,.42); }
.hero-board span:nth-child(3) { left: 80px; top: 150px; width: 104px; height: 3px; }
.hero-board span:nth-child(4) { left: 54px; top: 54px; width: 3px; height: 100px; background: rgba(255,255,255,.35); }
.hero-service-rail {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.07);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}
.hero-service-rail a {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 92px;
  padding: 18px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.12);
  font-weight: 950;
}
.hero-service-rail a:last-child { border-right: 0; }
.hero-service-rail span { color: #f3d99a; font-size: .72rem; }

.section-inner { max-width: 1280px; margin: 0 auto; padding: 104px 24px; }
.section-inner.narrow { max-width: 940px; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: start; }
.band-blue {
  color: var(--ink);
  background: linear-gradient(90deg, var(--paper-2), #fff 62%);
  border-bottom: 1px solid var(--line);
}
.band-blue p { color: var(--ink-2); font-size: 1.08rem; }
.band-blue .eyebrow { color: var(--red); }
.band-white { background: var(--white); }
.band-cream { background: var(--paper-2); }
.section-heading { max-width: 840px; margin-bottom: 44px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card {
  position: relative;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--forest));
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(17,24,39,.24); box-shadow: 0 26px 60px rgba(17,24,39,.15); }
.service-card p { margin-top: 14px; }
.service-card h3 a { color: var(--ink); }
.service-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  padding: 9px;
  color: var(--navy);
  border: 1px solid rgba(18,56,95,.12);
  border-radius: 8px;
  background: var(--blue-soft);
}
.owner-band {
  background: linear-gradient(90deg, #10263a 0%, #173b35 100%);
  color: #fff;
}
.owner-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 64px;
  align-items: center;
}
.owner-grid img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: var(--shadow-strong);
}
.owner-grid p { color: rgba(255,255,255,.74); font-size: 1.05rem; }
.owner-grid .eyebrow { color: #f3d99a; }
.reviews-section { background: #fff; overflow: hidden; }
.reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 32px;
  align-items: end;
  max-width: none;
}
.reviews-heading h2 { max-width: 760px; }
.reviews-heading p:last-child { justify-self: end; margin: 0; }
.gr-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 26px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(90deg, #fff, var(--paper-2));
  box-shadow: var(--shadow-soft);
  flex-wrap: wrap;
}
.gr-sum-left { display: flex; align-items: center; gap: 18px; }
.gr-logo { width: 50px; height: 50px; border-radius: 50%; background: #f8f9fa; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gr-meta-top { display: flex; align-items: baseline; gap: 10px; }
.gr-score { font-size: 1.8rem; font-weight: 950; color: var(--ink); }
.gr-stars { color: #fbbc05; font-size: 1.05rem; }
.gr-sub { color: var(--muted); font-size: .9rem; }
.gr-sub strong { color: var(--ink); }
.gr-cta { min-height: 42px; color: var(--navy); border-color: rgba(18,56,95,.16); background: var(--blue-soft); box-shadow: 0 8px 18px rgba(18,56,95,.08); }
.gr-marquee { position: relative; overflow: hidden; margin: 0 -32px 16px; padding: 8px 0; min-height: 166px; isolation: isolate; }
.gr-marquee::before, .gr-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 70px; z-index: 2; pointer-events: none; }
.gr-marquee::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.gr-marquee::after { right: 0; background: linear-gradient(-90deg, #fff, transparent); }
.gr-track { display: flex; gap: 16px; width: max-content; will-change: transform; }
.gr-card { flex: 0 0 345px; min-height: 146px; display: flex; flex-direction: column; gap: 10px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-soft); }
.gr-card-head { display: flex; align-items: center; gap: 12px; }
.gr-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 950; flex-shrink: 0; }
.gr-who { min-width: 0; flex: 1; }
.gr-name { color: var(--ink); font-weight: 950; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gr-date { color: var(--muted); font-size: .77rem; font-weight: 750; }
.gr-g-mark { flex-shrink: 0; }
.gr-stars-row { color: #fbbc05; font-size: .95rem; }
.gr-text { margin: 0; color: var(--ink-2); font-size: .92rem; }
.area-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.area-grid a {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 14px;
  text-align: center;
  border: 1px solid rgba(18,56,95,.12);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(18,56,95,.05);
}
.area-grid-large { grid-template-columns: repeat(3, 1fr); }
.area-grid-large a { place-items: start; text-align: left; }
.area-grid-large span { display: block; margin-top: 4px; color: var(--muted); font-weight: 750; }
.contact-band { background: var(--navy-deep); color: #fff; }
.contact-band p, .contact-band a { color: rgba(255,255,255,.74); }
.contact-band .eyebrow { color: #f3d99a; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 52px; align-items: start; }
.contact-form { display: grid; gap: 14px; padding: 26px; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 24px 68px rgba(0,0,0,.22); }
.contact-form label { display: grid; gap: 7px; color: var(--ink-2); font-weight: 850; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cbd7e4; border-radius: 8px; padding: 13px 14px; font: inherit; color: var(--ink); }
.contact-form button { width: fit-content; cursor: pointer; font: inherit; }
.form-note { margin: 0; font-size: .92rem; }
.form-note a { color: var(--navy); font-weight: 950; }

.subpage { padding-top: 112px; background: var(--paper); }
.page-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 86px 24px 88px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 48px;
  align-items: center;
}
.page-hero.compact { display: block; max-width: 940px; }
.page-hero h1 { max-width: 12ch; font-size: 4.3rem; }
.page-hero p { max-width: 760px; font-size: 1.08rem; }
.about-hero img { border-radius: 8px; background: var(--paper-2); box-shadow: var(--shadow-soft); }
.service-detail .service-icon { width: 58px; height: 58px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-grid span { display: inline-grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--gold); color: #111; font-weight: 950; margin-bottom: 16px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 18px 20px; box-shadow: 0 8px 20px rgba(18,56,95,.05); }
summary { cursor: pointer; font-weight: 950; color: var(--ink); }
details p { margin: 12px 0 0; }

.site-footer { background: #0b111d; color: #fff; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 62px 24px; display: grid; grid-template-columns: 1.35fr .8fr .8fr .8fr; gap: 36px; }
.footer-primary { max-width: 390px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 10px 12px; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 16px 36px rgba(0,0,0,.16); }
.footer-brand img { width: 52px; height: 52px; }
.footer-brand strong, .footer-brand span { display: block; color: var(--ink); }
.footer-brand strong { font-weight: 950; }
.footer-brand span { font-size: .86rem; }
.site-footer p, .site-footer a, .site-footer li { color: #cfd8e5; }
.site-footer h2 { font-size: 1rem; margin-bottom: 12px; color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.socials { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.socials a { color: #fff; font-weight: 950; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); max-width: 1280px; margin: 0 auto; padding: 20px 24px 86px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: #cfd8e5; }
.footer-credit a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.mobile-sticky-cta { display: none; }

@media (max-width: 1120px) {
  h1, .hero h1 { font-size: 4.4rem; }
  h2 { font-size: 2.6rem; }
  .hero-shell { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 820px; }
  .hero h1 { max-width: 12ch; }
  .hero-stage { min-height: 500px; }
  .hero-service-rail { grid-template-columns: repeat(3, 1fr); }
  .hero-service-rail a:nth-child(3n) { border-right: 0; }
}
@media (max-width: 1023px) {
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
}
@media (max-width: 860px) {
  body { padding-bottom: 62px; }
  h1, .hero h1 { font-size: 3.25rem; line-height: .95; max-width: 11ch; }
  h2 { font-size: 2.15rem; max-width: 13ch; }
  .site-header { top: 10px; }
  .nav-wrap { padding: 0 12px; }
  .nav-pill { width: calc(100vw - 24px); justify-content: space-between; padding-left: 10px; }
  .brand { border-right: 0; margin-right: 0; padding-right: 0; }
  .brand span { max-width: 210px; overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: 0; padding: 102px 16px 24px; }
  .hero-shell, .split, .owner-grid, .contact-grid, .page-hero, .reviews-heading { grid-template-columns: 1fr; gap: 30px; }
  .hero-shell { min-height: 0; }
  .hero-lede, .page-hero p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-metrics { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero-metrics div { min-height: 84px; padding: 11px; }
  .hero-metrics strong { font-size: 1.32rem; }
  .hero-metrics span { font-size: .68rem; }
  .hero-stage { min-height: 390px; }
  .hero-card { min-height: 360px; padding: 20px 16px 0; }
  .hero-card::before { font-size: 15rem; left: 14px; top: -18px; }
  .hero-panel { position: static; width: 100%; margin-top: 10px; }
  .hero-board { display: none; }
  .hero-service-rail { grid-template-columns: 1fr 1fr; margin-top: 18px; }
  .hero-service-rail a { min-height: 72px; padding: 14px; }
  .hero-service-rail a:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.12); }
  .hero-service-rail a:nth-child(2n) { border-right: 0; }
  .section-inner, .page-hero { padding: 66px 16px; }
  .service-grid, .process-grid, .area-grid, .area-grid-large, .footer-inner { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .reviews-heading p:last-child { justify-self: start; }
  .gr-summary { padding: 18px; }
  .gr-card { flex-basis: 285px; }
  .gr-marquee { margin: 0 -16px 16px; }
  .gr-marquee-reverse { display: none; }
  .footer-bottom { display: grid; padding-bottom: 84px; }
  .mobile-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; box-shadow: 0 -10px 26px rgba(0,0,0,.18); }
  .mobile-sticky-cta a { display: grid; place-items: center; color: #fff; font-weight: 950; }
  .mobile-sticky-cta a:first-child { background: var(--navy); }
  .mobile-sticky-cta a:last-child { background: #0a0a0a; }
}
@media (max-width: 420px) {
  .brand span { max-width: 174px; }
  .brand img { width: 32px; height: 32px; }
  h1, .hero h1 { font-size: 2.86rem; }
  .hero-service-rail { grid-template-columns: 1fr; }
  .hero-service-rail a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .mobile-menu-links a { font-size: 1.92rem; }
}
