:root {
  --ink: #263338;
  --muted: #687377;
  --paper: #f7f9f9;
  --panel: #ffffff;
  --line: #dfe6e5;
  --brand: #007c93;
  --brand-dark: #303a3d;
  --accent: #78b51b;
  --accent-soft: #eff7df;
  --surface-soft: #f0f4f3;
  --field: #ffffff;
  --shadow: 0 18px 50px rgba(48, 58, 61, 0.11);
  --radius: 8px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 22px rgba(48, 58, 61, 0.06);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 220px;
  width: 220px;
  height: 86px;
  overflow: hidden;
  text-decoration: none;
}

.brand-logo {
  width: 235px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
  transform: translate(-12px, 5px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a,
.header-cta,
.site-footer a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--brand);
}

.header-cta {
  padding: 10px 14px;
  color: #ffffff;
  background: var(--brand-dark);
  border-radius: var(--radius);
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--brand-dark);
  border-radius: var(--radius);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--brand-dark);
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  width: 100%;
  max-width: 1320px;
  min-height: min(700px, calc(100vh - 72px));
  margin: 0 auto;
  padding: clamp(34px, 4.8vw, 58px) clamp(18px, 4vw, 56px) 30px;
  overflow: hidden;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.05rem, 3.25vw, 3.35rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

h3 {
  font-size: 1.12rem;
}

.hero-lede {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #ffffff;
  background: var(--brand);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brand-dark);
}

.button-secondary {
  color: var(--brand-dark);
  background: #ffffff;
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--brand);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 660px;
  margin: 28px 0 0;
}

.hero-stats div {
  padding-top: 16px;
  border-top: 2px solid var(--accent);
}

.hero-stats dt {
  color: var(--brand-dark);
  font-size: 1.35rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-side {
  width: 100%;
  max-width: 440px;
  justify-self: end;
}

.pricing-form {
  position: relative;
  margin-top: 24px;
  padding: 44px clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.pricing-lock {
  display: grid;
  position: absolute;
  top: -24px;
  left: 50%;
  width: 54px;
  height: 54px;
  margin: 0;
  place-items: center;
  color: #ffffff;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(48, 58, 61, 0.18);
  font-size: 0;
  transform: translateX(-50%);
}

.pricing-lock svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-form h2 {
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
}

.pricing-note {
  max-width: 280px;
  margin: 10px auto 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-form .form-row {
  margin-bottom: 14px;
  text-align: left;
}

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

.pricing-form .pricing-top-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pricing-form label {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-form textarea {
  min-height: 82px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 28px);
}

.trust-strip div {
  padding: 24px;
  background: var(--brand-dark);
  color: #ffffff;
}

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

.trust-strip span {
  margin-top: 5px;
  color: #dfecef;
  font-size: 0.93rem;
}

.section,
.about-section,
.reviews-section,
.split-section,
.area-section,
.estimate-section {
  max-width: var(--content);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 110px) clamp(18px, 4vw, 28px);
}

.section,
.area-section,
.reviews-section,
.about-section,
.estimate-section {
  border-bottom: 1px solid rgba(48, 58, 61, 0.1);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(20px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
}

.compact {
  display: block;
  margin-bottom: 0;
}

.compact h2 {
  max-width: 720px;
}

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

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

.service-card {
  display: block;
  min-height: 230px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-link-card:hover,
.service-link-card:focus-visible {
  border-color: var(--brand);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  outline: none;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-bottom: 24px;
  color: var(--brand-dark);
  background: var(--accent-soft);
  border-radius: 6px;
  font-weight: 900;
}

.card-action {
  display: inline-block;
  margin-top: 18px;
  color: var(--brand);
  font-weight: 800;
}

.service-card p,
.why-list p,
.area-section p,
.about-section p,
.reviews-heading p,
.review-card p,
.estimate-heading p,
.form-note {
  color: var(--muted);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.about-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 6vw, 76px);
  align-items: end;
}

.about-section p {
  max-width: 660px;
  margin: 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  width: 100%;
  background: var(--surface-soft);
  border-bottom: 1px solid rgba(48, 58, 61, 0.1);
  border-top: 1px solid rgba(48, 58, 61, 0.08);
}

.split-section > * {
  min-width: 0;
}

.split-section .compact {
  justify-self: stretch;
}

.why-list {
  display: grid;
  gap: 14px;
}

.why-list article {
  padding: 24px;
  background: #ffffff;
  border-left: 5px solid var(--accent);
  border-radius: var(--radius);
}

.reviews-section {
  text-align: center;
}

.reviews-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.reviews-heading p:last-child {
  margin: 14px 0 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  text-align: left;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(48, 58, 61, 0.06);
}

.stars {
  color: var(--accent);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.review-card p {
  margin: 18px 0 24px;
  font-style: italic;
}

.review-meta {
  display: grid;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.review-meta span {
  color: var(--muted);
  font-size: 0.88rem;
}

.reviews-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.area-section {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.area-section p {
  max-width: 620px;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.estimate-section {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding-top: clamp(36px, 6vw, 72px);
}

.estimate-heading {
  position: sticky;
  top: 98px;
}

.estimate-heading p:last-child {
  max-width: 560px;
}

.estimate-logo-showcase {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: clamp(240px, 30vw, 350px);
  margin-top: clamp(28px, 5vw, 54px);
  padding: 34px 24px 48px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.3) 18%, transparent 42%),
    radial-gradient(circle at 18% 20%, rgba(120, 181, 27, 0.22), transparent 33%),
    radial-gradient(circle at 82% 78%, rgba(0, 124, 147, 0.22), transparent 35%),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 124, 147, 0.18);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(38, 51, 56, 0.12);
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.estimate-logo-showcase::before {
  position: absolute;
  inset: -60% -30%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.86) 50%, transparent 58%);
  content: "";
  transform: translateX(-55%) rotate(8deg);
  transition: transform 700ms ease;
}

.estimate-logo-showcase:hover {
  border-color: rgba(120, 181, 27, 0.55);
  box-shadow: 0 30px 70px rgba(0, 124, 147, 0.18);
}

.estimate-logo-showcase:hover::before {
  transform: translateX(55%) rotate(8deg);
}

.estimate-logo-showcase img {
  position: relative;
  z-index: 2;
  width: min(100%, 440px);
  filter: drop-shadow(0 14px 20px rgba(38, 51, 56, 0.14));
  transform: translateZ(38px) scale(0.96);
  transition: transform 300ms ease, filter 300ms ease;
}

.estimate-logo-showcase:hover img {
  filter: drop-shadow(0 18px 24px rgba(0, 124, 147, 0.2));
  transform: translateZ(48px) scale(1.02);
}

.logo-showcase-label {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  z-index: 3;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(26px);
}

.logo-showcase-label b {
  color: var(--accent);
}

.logo-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(0, 124, 147, 0.16);
  border-radius: 50%;
  animation: logo-float 6s ease-in-out infinite;
}

.logo-orbit-one {
  top: 18px;
  right: 22px;
  width: 74px;
  height: 74px;
  background: rgba(120, 181, 27, 0.12);
}

.logo-orbit-two {
  bottom: 30px;
  left: 20px;
  width: 46px;
  height: 46px;
  background: rgba(0, 124, 147, 0.1);
  animation-delay: -3s;
}

@keyframes logo-float {
  0%, 100% { transform: translate3d(0, 0, 12px); }
  50% { transform: translate3d(0, -10px, 24px); }
}

@media (prefers-reduced-motion: reduce) {
  .estimate-logo-showcase,
  .estimate-logo-showcase::before,
  .estimate-logo-showcase img,
  .logo-orbit {
    animation: none;
    transition: none;
  }
}

.inquiry-form {
  padding: clamp(20px, 4vw, 32px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.form-row {
  margin-bottom: 16px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-weight: 800;
}

.required-star {
  color: #9f2d24;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--field);
  border: 1px solid #c6d2d0;
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  min-height: 138px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
.header-cta:focus-visible {
  outline: 3px solid rgba(0, 124, 147, 0.24);
  outline-offset: 2px;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
  font-weight: 800;
}

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

.service-toggle legend,
.service-toggle .field-error {
  grid-column: 1 / -1;
}

.toggle-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin: 0;
  padding: 12px 13px;
  background: var(--field);
  border: 1px solid #c6d2d0;
  border-radius: var(--radius);
  cursor: pointer;
}

.toggle-option:has(input:checked) {
  border-color: var(--brand);
  background: #f1f8f7;
  box-shadow: inset 0 0 0 2px rgba(0, 124, 147, 0.17);
}

.toggle-option input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--brand);
}

.field-error {
  min-height: 20px;
  margin: 5px 0 0;
  color: #9f2d24;
  font-size: 0.9rem;
}

.is-invalid {
  border-color: #9f2d24;
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 14px 0 0;
  font-size: 0.91rem;
}

.form-success {
  margin: 16px 0 0;
  padding: 14px 16px;
  color: #155b4a;
  background: #eef7f5;
  border: 1px solid #c7dfda;
  border-radius: var(--radius);
  font-weight: 800;
}

.form-success.form-error {
  color: #8b1e1e;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: #dfecef;
  background: var(--brand-dark);
}

.site-footer p {
  margin: 0;
}

.footer-contact {
  margin-top: 6px;
  color: #bfd3d7;
  font-size: 0.94rem;
}

.pricing-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 70px) clamp(18px, 4vw, 34px);
}

.pricing-hero {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

.pricing-hero h1 {
  max-width: none;
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
}

.pricing-hero p:last-child {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--muted);
}

.estimate-total {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 20px;
  align-items: center;
  margin: 0 0 24px;
  padding: 22px 24px;
  color: #ffffff;
  background: linear-gradient(120deg, var(--brand), var(--brand-dark));
  border-bottom: 4px solid var(--accent);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.estimate-total span {
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.estimate-total strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.estimate-total p {
  margin: 0;
  color: #e5eff1;
}

.pricing-sections {
  display: grid;
  gap: 18px;
}

.pricing-panel {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(48, 58, 61, 0.07);
}

.pricing-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 16px 22px;
  color: #ffffff;
  background: var(--brand-dark);
  border: 0;
  border-left: 6px solid var(--accent);
  font: inherit;
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.pricing-panel-title span:last-child {
  color: #c6dce0;
  font-size: 1.65rem;
}

.pricing-panel-body {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.pricing-panel.is-collapsed .pricing-panel-body {
  display: none;
}

.pricing-table-head,
.pricing-row {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 190px;
  gap: 18px;
  align-items: center;
}

.pricing-table-head {
  padding: 12px 16px;
  color: #ffffff;
  background: var(--brand);
  border-radius: 10px;
  font-weight: 900;
  font-size: 0.95rem;
}

.pricing-row {
  min-height: 68px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.pricing-row span {
  font-weight: 800;
}

.pricing-row input,
.pricing-single-input input {
  min-height: 48px;
  border-color: #aebfbc;
  font-weight: 800;
}

.pricing-subtotal {
  margin-top: 4px;
  padding: 16px;
  background: #f1f6f5;
  border: 1px solid #d5e1df;
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 900;
}

.pricing-single-input {
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.pricing-single-input label {
  font-size: 1rem;
}

.pricing-single-input p {
  margin: 12px 0 0;
  color: var(--muted);
}

.custom-pricing-panel {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px, 4vw, 36px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.custom-pricing-inline {
  padding: 18px;
  background: #f1f6f5;
  border: 1px solid #d5e1df;
  border-left: 4px solid var(--accent);
  border-radius: 10px;
}

.custom-pricing-inline p {
  max-width: 760px;
  color: var(--muted);
}

.custom-pricing-panel p {
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .hero,
  .section-heading,
  .about-section,
  .split-section,
  .area-section,
  .estimate-section,
  .estimate-total {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 15ch;
  }

  .hero-side {
    max-width: none;
    justify-self: stretch;
  }

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

  .estimate-heading {
    position: static;
  }

  .pricing-table-head,
  .pricing-row {
    grid-template-columns: 1fr;
  }

  .pricing-table-head span:nth-child(2),
  .pricing-table-head span:nth-child(3) {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 14px;
    padding: 6px 14px;
  }

  .brand {
    width: 158px;
    height: 64px;
    min-width: 158px;
  }

  .brand-logo {
    width: 168px;
    max-width: none;
    height: auto;
    transform: translate(-8px, 5px);
  }

  .menu-toggle {
    display: block;
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav,
  .header-cta {
    display: none;
    grid-column: 1 / -1;
  }

  .site-header.menu-open .site-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 6px 0;
    overflow: visible;
  }

  .site-nav a {
    padding: 10px 4px;
    border-bottom: 1px solid var(--line);
  }

  .site-header.menu-open .header-cta {
    display: block;
    width: 100%;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
    line-height: 1.15;
  }

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

  .hero-stats,
  .trust-strip,
  .service-grid,
  .service-grid-two,
  .reviews-grid,
  .area-list,
  .form-grid,
  .pricing-form .pricing-top-fields,
  .service-toggle {
    grid-template-columns: 1fr;
  }

  .pricing-form {
    padding: 22px;
  }

  .service-card {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}
