@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("/wp-content/uploads/2025/12/GT-Walsheim-Condensed-Regular-Trial-BF651b7fc730eb2.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("/wp-content/uploads/2025/12/GT-Walsheim-Condensed-Bold-Trial-BF651b7fc7358e0.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "GT Walsheim Condensed";
  src: url("/wp-content/uploads/2025/12/GT-WALSHEIM-CONDENSED-ULTRA-BOLD-TRIAL-BF651B7FC70E3D4.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #0d1923;
  --ink-soft: #172936;
  --blue: #176fa6;
  --blue-dark: #0d527f;
  --teal: #168b91;
  --gold: #e0a82e;
  --red: #b94232;
  --paper: #ffffff;
  --wash: #f3f7f8;
  --mist: #e7eff1;
  --line: #cfdbde;
  --text: #263844;
  --muted: #5e7079;
  --shadow: 0 18px 48px rgba(13, 25, 35, 0.12);
  --shadow-soft: 0 8px 24px rgba(13, 25, 35, 0.08);
  --radius: 8px;
  --header-height: 80px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.h2o-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-family: "GT Walsheim Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

h1 {
  font-size: 76px;
  line-height: 0.94;
}

h2 {
  font-size: 48px;
  line-height: 1;
}

h3 {
  font-size: 27px;
  line-height: 1.08;
}

p {
  margin: 0;
}

p + p {
  margin-top: 16px;
}

.lead {
  max-width: 720px;
  font-size: 21px;
  line-height: 1.5;
}

.section {
  padding: 88px 0;
}

.section-wash {
  background: var(--wash);
}

.section-dark {
  background: var(--ink);
  color: #dfe8eb;
}

.section-dark h2,
.section-dark h3,
.section-dark .eyebrow {
  color: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading > p {
  max-width: 600px;
  color: var(--muted);
}

.section-dark .section-heading > p {
  color: #bfccd2;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(13, 25, 35, 0.98);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 26px;
}

.site-brand {
  display: inline-flex;
  width: 174px;
  flex: 0 0 174px;
  align-items: center;
}

.site-brand img {
  width: 174px;
}

.site-nav {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.site-nav > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 6px;
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.site-nav > a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-contact {
  display: none;
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.header-call {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.menu-toggle .menu-close-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-open-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close-icon {
  display: block;
}

/* Buttons */
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button-primary,
.button-header {
  background: var(--blue);
  color: var(--paper);
}

.button-primary:hover,
.button-header:hover {
  background: var(--blue-dark);
}

.button-secondary {
  border-color: var(--line);
  background: var(--paper);
  color: var(--ink);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(13, 25, 35, 0.26);
  color: var(--paper);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* Home */
.home-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.home-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(7, 18, 27, 0.67);
  content: "";
}

.home-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.home-hero .site-container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 700px;
  align-items: center;
  padding-block: 72px;
}

.home-hero-copy {
  max-width: 860px;
}

.home-hero .eyebrow,
.home-hero h1 {
  color: var(--paper);
}

.home-hero h1 {
  max-width: 820px;
  font-size: 92px;
}

.home-hero .lead {
  max-width: 720px;
  margin-top: 24px;
  color: #edf3f5;
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 750;
}

.hero-proof-row .h2o-icon {
  color: var(--gold);
}

/* Shared heroes */
.page-hero {
  padding: 70px 0 76px;
  background: var(--wash);
}

.hero-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
  gap: 58px;
  align-items: center;
}

.page-hero-copy .lead {
  margin-top: 22px;
}

.page-hero-copy,
.hero-media,
.split-grid > * {
  min-width: 0;
}

.core-service-page .page-hero h1,
.about-page .page-hero h1 {
  font-size: 68px;
}

.hero-media,
.photo-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-media {
  aspect-ratio: 4 / 3;
}

.hero-media img,
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge,
.photo-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 14px 16px;
  border-radius: 6px;
  background: rgba(13, 25, 35, 0.92);
  color: var(--paper);
}

.hero-badge strong,
.hero-badge span {
  display: block;
}

.hero-badge strong {
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 25px;
  line-height: 1.05;
}

.hero-badge span {
  margin-top: 4px;
  color: #d5e0e4;
  font-size: 14px;
}

.photo-frame {
  aspect-ratio: 5 / 4;
}

.photo-caption {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

/* Trust */
.trust-strip {
  background: var(--ink);
  color: var(--paper);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid > div {
  min-width: 0;
  padding: 22px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.trust-grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.trust-grid strong .h2o-icon {
  width: 23px;
  height: 23px;
  stroke-width: 1.75;
}

.trust-grid span {
  margin-top: 5px;
  color: #bfcbd0;
  font-size: 13px;
}

/* Cards and grids */
.service-grid,
.feature-grid,
.process-grid,
.review-grid,
.price-grid,
.town-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: opacity 220ms ease, transform 300ms ease;
}

.service-card::after {
  position: absolute;
  inset: 0;
  background: rgba(8, 19, 28, 0.35);
  content: "";
}

.service-card:hover img {
  opacity: 0.68;
  transform: scale(1.025);
}

.service-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.service-card h3,
.service-card p {
  color: var(--paper);
}

.service-card p {
  margin-top: 10px;
  color: #dfe7ea;
  font-size: 15px;
  line-height: 1.45;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: "GT Walsheim Condensed", sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.feature-grid,
.process-grid,
.price-grid,
.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-item,
.process-step,
.price-item,
.review-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.feature-item h3,
.process-step h3,
.price-item h3 {
  font-size: 25px;
}

.feature-item p,
.process-step p,
.price-item p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
}

.feature-icon,
.step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 6px;
  background: var(--mist);
  color: var(--blue-dark);
  font-family: "GT Walsheim Condensed", sans-serif;
  font-weight: 900;
}

.step-number {
  background: var(--ink);
  color: var(--paper);
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.scope-item {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  font-weight: 750;
  text-decoration: none;
}

.scope-item:hover {
  border-color: var(--blue);
  background: #eef7fb;
}

.audience-grid {
  margin-top: 42px;
}

.scope-item .h2o-icon {
  color: var(--teal);
}

.proof-band {
  background: var(--ink);
  color: var(--paper);
}

.proof-band-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.proof-band h2,
.proof-band .eyebrow {
  color: var(--paper);
}

.proof-band p {
  color: #c9d5d9;
}

.price-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}

.review-stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
}

.review-stars .h2o-icon {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.review-card blockquote {
  margin: 20px 0 24px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

.review-card cite {
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
}

/* Links, chips and FAQs */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.chip {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.chip:hover {
  border-color: var(--blue);
  background: #eef7fb;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 64px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 4px;
  color: var(--ink);
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 22px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-3px);
  transition: transform 160ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.faq-list details p {
  max-width: 820px;
  padding: 0 4px 22px;
  color: var(--muted);
}

/* Service areas */
.town-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.town-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.town-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--mist);
}

.town-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.town-card:hover img {
  transform: scale(1.025);
}

.town-card-content {
  padding: 20px;
}

.town-card-content p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.town-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.town-card-links a {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.town-card-links a::after {
  margin-left: 7px;
  color: var(--line);
  content: "/";
}

.town-card-links a:last-child::after {
  display: none;
}

/* Schedule */
.schedule-layout {
  padding: 58px 0 78px;
  background: var(--wash);
}

.schedule-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: 68px;
  align-items: start;
}

.schedule-copy {
  position: sticky;
  top: calc(var(--header-height) + 40px);
  padding-top: 30px;
}

.schedule-copy .lead {
  margin-top: 22px;
}

.schedule-proof {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.schedule-proof div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 750;
}

.schedule-proof .h2o-icon {
  color: var(--teal);
}

.service-form {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.service-form h2 {
  font-size: 36px;
}

.form-intro {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
  margin-top: 26px;
}

.form-field {
  min-width: 0;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label,
.form-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #b9c8cc;
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field textarea {
  min-height: 128px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 111, 166, 0.17);
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.segmented-control label {
  position: relative;
  margin: 0;
}

.segmented-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.segmented-control span {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.segmented-control input:checked + span {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--paper);
}

.segmented-control input:focus-visible + span {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.form-submit {
  width: 100%;
  margin-top: 22px;
  cursor: pointer;
}

.form-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.h2o-form-status {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--wash);
  color: var(--ink);
  font-size: 14px;
}

.h2o-form-status:empty {
  display: none;
}

.h2o-form-status[data-state="success"] {
  border-color: rgba(22, 139, 145, 0.42);
  background: rgba(22, 139, 145, 0.1);
}

.h2o-form-status[data-state="error"] {
  border-color: rgba(185, 66, 50, 0.4);
  background: rgba(185, 66, 50, 0.08);
}

/* CTA and footer */
.cta-band {
  padding: 62px 0;
  background: var(--blue);
  color: var(--paper);
}

.cta-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.cta-band h2,
.cta-band .eyebrow {
  color: var(--paper);
}

.cta-band p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 8px;
  color: #e7f1f6;
}

.cta-band .action-row {
  margin: 0;
}

.site-footer {
  padding: 70px 0 24px;
  background: var(--ink);
  color: #c9d5d9;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1.05fr;
  gap: 50px;
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: 23px;
}

.footer-grid a {
  display: block;
  margin-top: 9px;
  color: #d8e2e5;
  font-size: 14px;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--paper);
}

.footer-brand img {
  width: 200px;
}

.footer-brand p {
  max-width: 340px;
  margin-top: 18px;
  font-size: 14px;
}

.footer-license {
  margin-top: 18px;
  color: var(--paper);
  font-family: "GT Walsheim Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.footer-contact a,
.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.footer-contact p {
  margin-top: 14px;
  font-size: 14px;
}

.footer-contact .h2o-icon {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

.mobile-cta {
  display: none;
}

.utility-page {
  display: grid;
  min-height: 60vh;
  place-items: center;
  padding: 70px 0;
  text-align: center;
}

.utility-page > div {
  max-width: 680px;
}

.utility-page p {
  margin-top: 18px;
}

.utility-page .action-row {
  justify-content: center;
}

@media (max-width: 1100px) {
  :root {
    --header-height: 72px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  .site-brand,
  .site-brand img {
    width: 158px;
  }

  .site-brand {
    flex-basis: 158px;
    margin-right: auto;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    align-content: start;
    justify-content: stretch;
    justify-items: center;
    padding: 24px;
    background: var(--ink);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav > a {
    width: min(100%, 560px);
    min-height: 54px;
    margin-inline: auto;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0;
    font-size: 25px;
  }

  .nav-contact {
    display: grid;
    width: min(100%, 560px);
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px auto 0;
  }

  .nav-contact a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    text-decoration: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-call {
    display: none;
  }

  .home-hero,
  .home-hero .site-container {
    min-height: 650px;
  }

  .home-hero h1 {
    font-size: 76px;
  }

  .core-service-page .page-hero h1,
  .about-page .page-hero h1 {
    font-size: 56px;
  }

  .hero-grid,
  .split-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 38px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-grid {
    grid-template-columns: minmax(0, 0.65fr) minmax(470px, 1fr);
    gap: 36px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 30px;
  }
}

@media (max-width: 820px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 38px;
  }

  .home-hero h1 {
    font-size: 60px;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-grid,
  .split-grid,
  .proof-band-grid,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    max-width: 680px;
  }

  .feature-grid,
  .process-grid,
  .price-grid,
  .review-grid,
  .town-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-copy {
    position: static;
    padding-top: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 64px;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
    font-size: 16px;
  }

  body.schedule-page {
    padding-bottom: 0;
  }

  .site-container {
    width: min(100% - 32px, 1180px);
  }

  h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  h2 {
    font-size: 34px;
    line-height: 1.04;
  }

  h3 {
    font-size: 24px;
  }

  .lead {
    font-size: 18px;
  }

  .section {
    padding: 54px 0;
  }

  .eyebrow {
    font-size: 14px;
  }

  .header-inner {
    gap: 8px;
  }

  .site-brand,
  .site-brand img {
    width: 132px;
  }

  .site-brand {
    flex-basis: 132px;
    margin-right: auto;
  }

  .button-header {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .button-header span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .site-nav {
    padding: 18px 16px 88px;
  }

  .site-nav > a {
    min-height: 52px;
    font-size: 23px;
  }

  .nav-contact {
    grid-template-columns: 1fr;
  }

  .home-hero,
  .home-hero .site-container {
    min-height: calc(100svh - var(--header-height));
  }

  .home-hero {
    max-height: 760px;
  }

  .home-hero .site-container {
    padding-block: 44px 58px;
  }

  .home-hero h1 {
    font-size: 52px;
  }

  .core-service-page .page-hero h1,
  .about-page .page-hero h1 {
    font-size: 44px;
  }

  .home-hero .lead {
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-proof-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .hero-proof-row span {
    font-size: 13px;
  }

  .home-hero .action-row .button {
    flex: 1 1 145px;
  }

  .page-hero {
    padding: 42px 0 48px;
  }

  .hero-grid,
  .split-grid {
    gap: 28px;
  }

  .hero-media {
    aspect-ratio: 16 / 10;
  }

  .hero-badge {
    position: static;
    border-radius: 0;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid > div,
  .trust-grid > div:first-child {
    padding: 15px 8px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-grid > div:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-grid strong {
    font-size: 19px;
  }

  .service-grid,
  .feature-grid,
  .process-grid,
  .price-grid,
  .review-grid,
  .town-grid,
  .scope-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card-content {
    min-height: 280px;
  }

  .service-card-content {
    padding: 22px;
  }

  .feature-item,
  .process-step,
  .price-item,
  .review-card {
    padding: 21px;
  }

  .proof-band-grid {
    gap: 24px;
  }

  .chip-row {
    gap: 7px;
  }

  .chip {
    min-height: 40px;
    padding: 8px 11px;
    font-size: 13px;
  }

  .faq-list summary {
    font-size: 20px;
  }

  .schedule-layout {
    padding: 38px 0 54px;
  }

  .schedule-grid {
    gap: 30px;
  }

  .service-form {
    padding: 22px 18px;
  }

  .service-form h2 {
    font-size: 31px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field-full {
    grid-column: auto;
  }

  .segmented-control {
    grid-template-columns: 1fr;
  }

  .cta-band {
    padding: 48px 0;
  }

  .cta-band-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cta-band .action-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-top: 54px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 36px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 1200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(13, 25, 35, 0.98);
    box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.22);
    transition: transform 180ms ease;
  }

  .schedule-page .mobile-cta {
    display: none;
  }

  .mobile-cta a {
    display: flex;
    min-width: 0;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 5px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    color: var(--paper);
    font-family: "GT Walsheim Condensed", sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-cta-primary {
    border-color: transparent !important;
    background: var(--blue);
  }

  .mobile-cta .h2o-icon {
    width: 17px;
    height: 17px;
  }

  body.h2o-form-focus .mobile-cta {
    transform: translateY(110%);
  }

  body:has(.service-form input:focus, .service-form select:focus, .service-form textarea:focus) .mobile-cta {
    transform: translateY(110%);
  }

  body.nav-open .mobile-cta {
    transform: translateY(110%);
  }
}

@media (max-width: 350px) {
  .site-container {
    width: min(100% - 24px, 1180px);
  }

  .site-brand,
  .site-brand img {
    width: 118px;
  }

  .site-brand {
    flex-basis: 118px;
  }

  .home-hero h1 {
    font-size: 46px;
  }

  .core-service-page .page-hero h1,
  .about-page .page-hero h1 {
    font-size: 36px;
  }

  .mobile-cta a {
    gap: 4px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Site-wide motion system */
.h2o-motion-ready [data-h2o-motion] {
  --h2o-motion-x: 0px;
  --h2o-motion-y: 30px;
  opacity: 0;
  transform: translate3d(var(--h2o-motion-x), var(--h2o-motion-y), 0);
  transition:
    opacity .72s ease var(--h2o-motion-delay, 0ms),
    transform .82s cubic-bezier(.2, .72, .2, 1) var(--h2o-motion-delay, 0ms);
}

.h2o-motion-ready [data-h2o-motion][data-h2o-motion-direction="left"] {
  --h2o-motion-x: -24px;
  --h2o-motion-y: 16px;
}

.h2o-motion-ready [data-h2o-motion][data-h2o-motion-direction="right"] {
  --h2o-motion-x: 24px;
  --h2o-motion-y: 16px;
}

.h2o-motion-ready [data-h2o-motion].is-h2o-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.h2o-motion-card {
  --h2o-card-rx: 0deg;
  --h2o-card-ry: 0deg;
  --h2o-card-lift: 0px;
  --h2o-card-x: 50%;
  --h2o-card-y: 50%;
  isolation: isolate;
  transform: perspective(980px) translate3d(0, var(--h2o-card-lift), 0) rotateX(var(--h2o-card-rx)) rotateY(var(--h2o-card-ry));
  transform-style: preserve-3d;
  transition: transform 170ms ease-out, box-shadow 260ms ease, border-color 260ms ease, background-color 260ms ease;
  will-change: transform;
}

.h2o-motion-card::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--h2o-card-x) var(--h2o-card-y), rgba(232, 181, 75, .13), transparent 42%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.h2o-motion-card:hover,
.h2o-motion-card:focus-within {
  --h2o-card-lift: -7px;
  z-index: 2;
  box-shadow: 0 24px 54px rgba(10, 23, 32, .17);
}

.h2o-motion-card:hover::after,
.h2o-motion-card:focus-within::after {
  opacity: 1;
}

.h2o-motion-card > * {
  position: relative;
  z-index: 1;
  transform: translateZ(12px);
}

.h2o-motion-media {
  --h2o-media-x: 0px;
  --h2o-media-y: 0px;
  overflow: hidden;
}

.h2o-motion-media img {
  transform: translate3d(var(--h2o-media-x), var(--h2o-media-y), 0) scale(1.045);
  transition: transform 420ms cubic-bezier(.2, .72, .2, 1), filter 420ms ease;
  will-change: transform;
}

.h2o-motion-media:hover img {
  filter: saturate(1.04) contrast(1.025);
}

.h2o-motion-button {
  --h2o-button-x: 0px;
  --h2o-button-y: 0px;
  --h2o-button-lift: 0px;
  transform: translate3d(var(--h2o-button-x), calc(var(--h2o-button-y) + var(--h2o-button-lift)), 0) !important;
  transition: transform 150ms ease-out, background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.h2o-motion-button:hover,
.h2o-motion-button:focus-visible {
  --h2o-button-lift: -3px;
}

.premium-header .site-nav > a,
.premium-header .nav-dd > a,
.premium-text-link,
.premium-line-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 280ms cubic-bezier(.2, .72, .2, 1), color 220ms ease, opacity 220ms ease;
}

.premium-header .site-nav > a:hover,
.premium-header .site-nav > a:focus-visible,
.premium-header .nav-dd > a:hover,
.premium-header .nav-dd > a:focus-visible,
.premium-text-link:hover,
.premium-text-link:focus-visible,
.premium-line-link:hover,
.premium-line-link:focus-visible {
  background-size: 100% 1px;
}

.faq-list details > *:not(summary),
.schedule-seo-faq details > *:not(summary) {
  animation: h2o-faq-in .32s cubic-bezier(.2, .72, .2, 1) both;
}

@keyframes h2o-faq-in {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .h2o-motion-ready [data-h2o-motion],
  .h2o-motion-ready [data-h2o-motion].is-h2o-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .h2o-motion-card,
  .h2o-motion-card:hover,
  .h2o-motion-card:focus-within,
  .h2o-motion-card > *,
  .h2o-motion-media img,
  .h2o-motion-button {
    transform: none;
    will-change: auto;
  }

  .h2o-motion-card::after {
    display: none;
  }
}

.h2o-google-reviews {
  overflow: hidden;
  padding: clamp(88px, 9vw, 140px) 4vw;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 48%),
    #dce5e4;
  color: #10202b;
}

.h2o-reviews-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 140px);
  max-width: 1560px;
  margin: 0 auto;
}

.h2o-reviews-kicker {
  margin-bottom: 24px;
  color: #5c7370;
  font: 600 11px/1.8 "IBM Plex Mono", monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.h2o-reviews-heading h2 {
  margin: 0;
  color: #10202b;
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 5.2vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.h2o-reviews-heading h2 span {
  color: #c8912e;
}

.h2o-reviews-heading > p {
  max-width: 470px;
  margin: 28px 0 0;
  color: #4a5a5b;
  font-size: 15.5px;
  line-height: 1.72;
}

.h2o-reviews-score {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  max-width: 440px;
  margin-top: 42px;
  padding: 20px 0;
  border-top: 1px solid rgba(16, 32, 43, 0.2);
  border-bottom: 1px solid rgba(16, 32, 43, 0.2);
  color: #10202b;
  text-decoration: none;
}

.h2o-reviews-score > strong {
  font-family: "Anton", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.h2o-reviews-score > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.h2o-reviews-score b {
  color: #c8912e;
  font-size: 13px;
  letter-spacing: 0.18em;
}

.h2o-reviews-score small {
  color: #5c7370;
  font: 600 10px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.h2o-reviews-score > i {
  color: #c8912e;
  font-size: 20px;
  font-style: normal;
  transition: transform 180ms ease;
}

.h2o-reviews-score:hover > i {
  transform: translate(3px, -3px);
}

.h2o-reviews-carousel {
  min-width: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(16, 32, 43, 0.24);
}

.h2o-reviews-rail {
  position: relative;
  min-height: clamp(390px, 36vw, 510px);
}

.h2o-review-card {
  animation: h2o-review-in 460ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.h2o-review-card[hidden],
.h2o-review-card:not(.is-active) {
  display: none;
}

.h2o-review-stars {
  color: #c8912e;
  font-size: 14px;
  letter-spacing: 0.22em;
}

.h2o-review-card blockquote {
  max-width: 840px;
  margin: 42px 0 44px;
  color: #10202b;
  font-family: "Anton", sans-serif;
  font-size: clamp(38px, 3.45vw, 60px);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
}

.h2o-review-card footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-style: normal;
}

.h2o-review-card footer strong {
  color: #10202b;
  font: 600 12px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.h2o-review-card footer span {
  color: #5c7370;
  font: 600 10px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.h2o-review-controls {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.h2o-review-position {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #5c7370;
  font: 600 10px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
}

.h2o-review-position i {
  width: 88px;
  height: 1px;
  background: rgba(16, 32, 43, 0.25);
}

.h2o-review-buttons {
  display: flex;
  gap: 8px;
}

.h2o-review-buttons button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(16, 32, 43, 0.3);
  border-radius: 50%;
  background: transparent;
  color: #10202b;
  font-size: 20px;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.h2o-review-buttons button:hover,
.h2o-review-buttons button:focus-visible {
  border-color: #10202b;
  background: #10202b;
  color: #f1ede3;
}

@keyframes h2o-review-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 820px) {
  .h2o-reviews-shell {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .h2o-reviews-score {
    max-width: none;
  }

  .h2o-reviews-rail {
    min-height: 400px;
  }
}

@media (max-width: 520px) {
  .h2o-google-reviews {
    padding-inline: 22px;
  }

  .h2o-reviews-shell {
    gap: 50px;
  }

  .h2o-reviews-score {
    gap: 12px;
  }

  .h2o-reviews-score > strong {
    font-size: 38px;
  }

  .h2o-review-card blockquote {
    margin-top: 30px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .h2o-reviews-rail {
    min-height: 460px;
  }
}
