@font-face {
  font-family: "Roboto";
  src: url("assets/roboto-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --teal-950: #062f33;
  --teal-900: #073f43;
  --teal-700: #0a6570;
  --ink: #173239;
  --muted: #52686d;
  --paper: #fbfcfa;
  --soft: #eef5f2;
  --line: #cad9d5;
  --yellow: #ffcd49;
  --yellow-hover: #ffda72;
  --white: #ffffff;
  --error: #a4212b;
  --success: #176242;
  --shell: 1216px;
  --header-height: 82px;
  color-scheme: light;
}

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

[hidden] {
  display: none !important;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
}

body:has(dialog[open]) {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

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

a {
  color: var(--teal-700);
  text-underline-offset: 3px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  color: var(--white);
  font-size: 68px;
  font-weight: 400;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}

p {
  margin: 0 0 1em;
}

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--yellow);
  color: var(--teal-950);
  font-weight: 700;
  transform: translateY(-140%);
}

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

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

.site-header :focus-visible,
.hero :focus-visible,
.closing-section :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--yellow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: var(--teal-900);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.header-inner {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  width: min(var(--shell), calc(100% - 48px));
  min-height: var(--header-height);
  margin-inline: auto;
  gap: 28px;
}

.brand {
  display: inline-flex;
  width: 176px;
  height: 74px;
  align-items: center;
}

.brand img {
  width: 176px;
  height: 88px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.primary-nav a,
.header-phone {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover,
.header-phone:hover,
.closing-actions a:hover,
.footer-links a:hover,
.footer-address a:hover,
.footer-brand a:hover {
  text-decoration: underline;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-phone {
  color: var(--yellow);
  font-size: 16px;
  white-space: nowrap;
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button-primary {
  background: var(--yellow);
  color: var(--teal-950);
}

.button-primary:hover {
  background: var(--yellow-hover);
  transform: translateY(-1px);
}

.button-primary:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.button-secondary {
  border-color: var(--teal-900);
  background: var(--teal-900);
  color: var(--white);
}

.button-text {
  border-color: transparent;
  background: transparent;
  color: var(--teal-700);
}

.header-quote {
  min-height: 46px;
  padding-inline: 20px;
  white-space: nowrap;
}

.hero {
  position: relative;
  height: min(680px, calc(100svh - 126px));
  min-height: 480px;
  overflow: hidden;
  background: var(--teal-950);
}

.hero-media,
.hero-media img,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 52% 50%;
}

.hero-wash {
  background: linear-gradient(90deg, rgba(4, 39, 43, 0.97) 0%, rgba(4, 39, 43, 0.89) 37%, rgba(4, 39, 43, 0.48) 65%, rgba(4, 39, 43, 0.04) 100%);
}

.hero-inner {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.hero-copy {
  width: min(680px, 58%);
  padding-block: 46px;
  color: var(--white);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--teal-700);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  background: var(--yellow);
  content: "";
}

.eyebrow-light {
  color: var(--yellow);
}

.hero-lead {
  max-width: 620px;
  margin: 24px 0 30px;
  font-size: 21px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-phone {
  min-height: 44px;
  color: var(--white);
  font-weight: 800;
  line-height: 44px;
  text-decoration-thickness: 1px;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

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

.trust-grid div {
  padding: 25px 28px;
  border-right: 1px solid var(--line);
}

.trust-grid div:first-child {
  padding-left: 0;
}

.trust-grid div:last-child {
  border-right: 0;
}

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

.trust-grid strong {
  color: var(--teal-900);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 19px;
}

.trust-grid span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 52px;
}

.section-heading-wide {
  max-width: 920px;
}

.section-heading > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.services-section {
  background: var(--paper);
}

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

.service-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(17, 50, 55, 0.07);
}

.service-card picture,
.service-card img {
  width: 100%;
}

.service-card picture {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft);
}

.service-card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}

.service-card:hover img {
  transform: scale(1.015);
}

.service-card-copy {
  padding: 28px;
}

.service-card-copy h3 {
  margin-bottom: 14px;
}

.service-card-copy p:last-child {
  margin: 0;
  color: var(--muted);
}

.service-kicker {
  margin: 0 0 10px;
  color: var(--teal-700);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gutter-section {
  background: var(--soft);
}

.gutter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: 72px;
}

.gutter-image {
  overflow: hidden;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(17, 50, 55, 0.12);
}

.gutter-image picture,
.gutter-image img {
  display: block;
  width: 100%;
  height: auto;
}

.gutter-copy h2 {
  margin-bottom: 24px;
}

.gutter-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.feature-list {
  display: grid;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.feature-list li {
  padding-left: 16px;
  border-left: 3px solid var(--yellow);
  font-weight: 700;
}

.method-section {
  background: var(--white);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.method-grid li {
  min-width: 0;
  padding: 30px 24px 0;
  border-left: 1px solid var(--line);
}

.method-grid li:first-child {
  padding-left: 0;
  border-left: 0;
}

.method-grid li > span {
  display: block;
  margin-bottom: 24px;
  color: var(--teal-700);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.method-grid h3 {
  min-height: 58px;
  margin-bottom: 14px;
  font-size: 22px;
}

.method-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.proof-section {
  background: var(--soft);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 72px;
}

.proof-copy h2 {
  margin-bottom: 24px;
}

.proof-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.proof-figure {
  margin: 0;
}

.proof-figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.proof-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--teal-700);
  font-weight: 800;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(3px);
}

.reviews-section {
  background: var(--white);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
  gap: 52px;
}

.review-grid figure {
  margin: 0;
  padding: 0 0 0 28px;
  border-left: 4px solid var(--yellow);
}

.review-grid blockquote {
  margin: 0;
}

.review-grid blockquote p {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.45;
}

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

.review-grid figcaption span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
}

.coverage-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 84px;
}

.coverage-intro h2 {
  margin-bottom: 24px;
}

.coverage-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.coverage-note {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.area-list {
  display: grid;
  gap: 0;
}

.area-list div {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.area-list div:first-child {
  padding-top: 0;
}

.area-list h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.area-list p {
  margin: 0;
  color: var(--muted);
}

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

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 84px;
}

.faq-layout .section-heading {
  margin-bottom: 0;
}

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

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

.faq-list summary {
  position: relative;
  padding: 24px 46px 24px 0;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 25px;
  right: 4px;
  color: var(--teal-700);
  content: "+";
  font-size: 28px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 0 24px;
  color: var(--muted);
}

.closing-section {
  padding: 78px 0;
  background: var(--teal-900);
  color: var(--white);
}

.closing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
}

.closing-layout h2 {
  color: var(--white);
}

.closing-layout > div:first-child > p:last-child {
  max-width: 700px;
  margin: 20px 0 0;
  color: #d7e5e2;
  font-size: 19px;
}

.closing-actions {
  display: grid;
  min-width: 280px;
  gap: 8px;
}

.closing-actions a {
  min-height: 36px;
  color: var(--white);
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.site-footer {
  padding: 68px 0 28px;
  background: var(--teal-950);
  color: #d7e5e2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.85fr 1fr;
  gap: 48px;
}

.footer-brand img {
  width: 180px;
  height: 90px;
  margin-bottom: 10px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 260px;
}

.footer-brand a,
.footer-links a,
.footer-address a,
.footer-address span {
  display: block;
  min-height: 32px;
  color: #eaf2f0;
  text-decoration: none;
}

.footer-links,
.footer-address {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-links strong,
.footer-address strong {
  margin-bottom: 8px;
  color: var(--yellow);
}

.footer-address address {
  margin-top: 8px;
  font-style: normal;
}

.footer-legal {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  line-height: 1.55;
}

.footer-legal p {
  margin: 0;
}

.quote-dialog {
  width: min(780px, calc(100% - 24px));
  max-height: min(880px, calc(100dvh - 24px));
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.quote-dialog::backdrop {
  background: rgba(2, 27, 30, 0.76);
}

.dialog-shell {
  display: flex;
  flex-direction: column;
  height: min(880px, calc(100dvh - 24px));
  max-height: min(880px, calc(100dvh - 24px));
  overflow: hidden;
  overscroll-behavior: contain;
}

.dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 26px 30px 22px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.dialog-header .eyebrow {
  margin-bottom: 7px;
}

.dialog-header h2 {
  font-size: 34px;
}

.dialog-close {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 31px;
  line-height: 40px;
}

.quote-success {
  padding: 28px 30px 32px;
}

#quote-form {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.form-scroll {
  min-height: 0;
  padding: 24px 30px 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-padding-block: 18px;
}

.dialog-intro {
  margin-bottom: 24px;
  color: var(--muted);
}

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

.field {
  min-width: 0;
}

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

.field label,
.field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-weight: 700;
}

.optional {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #9dafb0;
  border-radius: 3px;
  background: var(--white);
  color: var(--ink);
}

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

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.frequency-field[aria-invalid="true"] .segmented-options {
  border-color: var(--error);
  box-shadow: 0 0 0 1px var(--error);
}

.frequency-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.segmented-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #9dafb0;
  border-radius: 3px;
}

.segmented-options label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.segmented-options label + label {
  border-left: 1px solid #9dafb0;
}

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

.segmented-options span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--ink);
  text-align: center;
}

.segmented-options input:checked + span {
  background: var(--teal-900);
  color: var(--white);
}

.segmented-options input:focus-visible + span {
  outline: 3px solid var(--teal-700);
  outline-offset: -3px;
}

.field-error {
  display: block;
  margin-top: 5px;
  color: var(--error);
  font-size: 14px;
  line-height: 1.35;
}

.field-error[hidden] {
  display: none;
}

.error-summary,
.submit-error {
  margin-bottom: 22px;
  padding: 15px 17px;
  border-left: 4px solid var(--error);
  background: #fff1f2;
  color: #71151d;
}

.error-summary h3 {
  margin-bottom: 8px;
  color: #71151d;
  font-size: 18px;
}

.error-summary ul {
  margin: 0;
  padding-left: 20px;
}

.error-summary a {
  color: #71151d;
}

.error-summary[hidden],
.submit-error[hidden] {
  display: none;
}

.privacy-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.form-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-top: 0;
  padding: 16px 30px 20px;
  background: var(--white);
  border-top: 1px solid var(--line);
  gap: 12px;
}

.success-label {
  margin: 0 0 8px;
  color: var(--success);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.quote-success h3 {
  margin-bottom: 12px;
  font-size: 30px;
}

.quote-success p:not(.success-label) {
  color: var(--muted);
}

.quote-success[hidden] {
  display: none;
}

@media (max-width: 1120px) {
  :root {
    --header-height: 76px;
  }

  .header-inner {
    grid-template-columns: 170px auto 1fr;
  }

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

  .menu-button {
    display: block;
    justify-self: end;
    grid-column: 3;
  }

  .primary-nav {
    position: absolute;
    top: var(--header-height);
    right: 24px;
    left: 24px;
    display: none;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  }

  .primary-nav[data-open="true"] {
    display: grid;
  }

  .primary-nav a {
    min-height: 48px;
    padding: 9px 12px;
    color: var(--teal-950);
    line-height: 30px;
  }

  .header-actions {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }

  .header-phone {
    display: none;
  }

  .header-quote {
    min-height: 44px;
  }

  .hero-copy {
    width: min(650px, 68%);
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  .service-grid {
    gap: 18px;
  }

  .service-card-copy {
    padding: 24px;
  }

  .gutter-layout,
  .proof-layout {
    gap: 48px;
  }

  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .method-grid li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .method-grid h3 {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 82px 0;
  }

  .service-grid,
  .gutter-layout,
  .proof-layout,
  .coverage-layout,
  .faq-layout,
  .closing-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    gap: 22px;
  }

  .service-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }

  .service-card picture {
    height: 100%;
    aspect-ratio: auto;
  }

  .gutter-layout,
  .proof-layout,
  .coverage-layout,
  .faq-layout,
  .closing-layout {
    gap: 42px;
  }

  .proof-figure {
    grid-row: 1;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .closing-actions {
    width: min(360px, 100%);
    min-width: 0;
  }

  .footer-grid {
    gap: 34px;
  }

  .footer-links,
  .footer-address {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

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

  body {
    font-size: 16px;
  }

  .shell,
  .header-inner {
    width: min(100% - 32px, var(--shell));
  }

  .header-inner {
    grid-template-columns: 146px 1fr auto;
    gap: 9px;
  }

  .brand,
  .brand img {
    width: 142px;
    height: 70px;
  }

  .header-actions {
    grid-column: 2;
  }

  .header-quote {
    display: none;
  }

  .menu-button {
    grid-column: 3;
  }

  .primary-nav {
    right: 16px;
    left: 16px;
  }

  .hero {
    height: 560px;
    min-height: 560px;
  }

  .hero-media img {
    object-position: 18% center;
  }

  .hero-wash {
    background: linear-gradient(90deg, rgba(4, 39, 43, 0.97) 0%, rgba(4, 39, 43, 0.88) 72%, rgba(4, 39, 43, 0.46) 100%);
  }

  .hero-inner {
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    padding-top: 52px;
  }

  h1 {
    font-size: 43px;
    line-height: 1.08;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-lead {
    margin: 20px 0 26px;
    font-size: 18px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-phone {
    line-height: 44px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding-block: 8px;
  }

  .trust-grid div,
  .trust-grid div:first-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading > p:last-child {
    margin-top: 18px;
    font-size: 17px;
  }

  .service-card {
    display: block;
  }

  .service-card picture {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .gutter-layout,
  .proof-layout,
  .coverage-layout,
  .faq-layout,
  .closing-layout {
    gap: 34px;
  }

  .method-grid {
    grid-template-columns: 1fr;
    border-top: 0;
    gap: 0;
  }

  .method-grid li,
  .method-grid li:first-child,
  .method-grid li:nth-child(3) {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .method-grid li > span {
    margin-bottom: 10px;
  }

  .review-grid figure {
    padding-left: 20px;
  }

  .review-grid blockquote p {
    font-size: 20px;
  }

  .closing-section {
    padding: 60px 0;
  }

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

  .quote-dialog,
  .dialog-shell {
    max-height: calc(100dvh - 12px);
  }

  .quote-dialog {
    width: calc(100% - 12px);
  }

  .dialog-header {
    padding: 20px 18px 16px;
  }

  .dialog-header h2 {
    font-size: 29px;
  }

  .quote-success {
    padding: 22px 18px 26px;
  }

  .form-scroll {
    padding: 20px 18px 6px;
  }

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

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

  .form-actions {
    align-items: stretch;
    flex-direction: column;
    padding: 12px 18px 16px;
  }

  .form-actions .button {
    width: 100%;
  }
}

@media (max-height: 640px) and (min-width: 601px) {
  .quote-dialog,
  .dialog-shell {
    max-height: calc(100dvh - 12px);
  }

  .dialog-header {
    padding-block: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
