:root {
  --forest-950: #09251e;
  --forest-900: #0f3028;
  --forest-800: #17463a;
  --forest-700: #22604e;
  --forest-100: #dfeae5;
  --clay-600: #a84e2b;
  --clay-500: #d57643;
  --cream-50: #fbf8f2;
  --cream-100: #f3ecdf;
  --cream-200: #e8ddcc;
  --ink-900: #17211d;
  --ink-700: #46534d;
  --ink-500: #6f7b75;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(20, 36, 29, 0.08);
  --shadow-lg: 0 24px 70px rgba(6, 25, 20, 0.18);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --shell: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink-900);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.mobile-call {
  display: none;
}

.footer-phone {
  display: inline-block;
  margin-top: 10px;
  color: var(--white);
  font-weight: 850;
}

.section-link {
  margin: 34px 0 0;
}

.cta-stack {
  display: grid;
  justify-items: start;
  gap: 14px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 6vw, 5.65rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.4vw, 4.15rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-950);
  transform: translateY(-150%);
}

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

.eyebrow {
  margin-bottom: 14px;
  color: var(--clay-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #efb38f;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid var(--clay-500);
  border-radius: 999px;
  color: var(--white);
  background: var(--clay-600);
  box-shadow: 0 8px 24px rgba(133, 62, 28, 0.22);
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  border-color: #9d4e2a;
  background: #9d4e2a;
  transform: translateY(-1px);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #efb38f;
  outline-offset: 3px;
}

.button-small {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 0.84rem;
}

.button-full {
  width: 100%;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
  box-shadow: none;
}

.button-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.button-light {
  border-color: var(--cream-50);
  color: var(--forest-950);
  background: var(--cream-50);
  box-shadow: none;
}

.button-light:hover {
  border-color: var(--white);
  color: var(--forest-950);
  background: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest-800);
  font-weight: 800;
}

.text-link span,
.image-card-body a span {
  transition: transform 160ms ease;
}

.text-link:hover span,
.image-card-body a:hover span {
  transform: translateX(4px);
}

.text-link-light {
  color: var(--white);
}

.utility-bar {
  color: #d7e5df;
  background: var(--forest-950);
  font-size: 0.77rem;
}

.utility-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-inner p {
  margin: 0;
}

.utility-inner a {
  color: var(--white);
  font-weight: 800;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(14, 48, 40, 0.09);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 26px rgba(9, 37, 30, 0.06);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: grid;
  min-height: 74px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.48rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

.wordmark small {
  margin-left: 2px;
  color: var(--clay-600);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.5em;
  letter-spacing: -0.02em;
}

.wordmark-mark {
  position: relative;
  display: inline-flex;
  width: 33px;
  height: 33px;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
  border-radius: 50% 50% 48% 52%;
  background: var(--forest-800);
}

.wordmark-mark::after {
  position: absolute;
  right: 4px;
  bottom: 5px;
  left: 4px;
  height: 8px;
  border-radius: 50%;
  background: #8ac0a9;
  content: "";
  transform: rotate(-8deg);
}

.wordmark-mark span {
  position: relative;
  z-index: 1;
  display: block;
  width: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--cream-50);
  transform-origin: bottom;
}

.wordmark-mark span:nth-child(1) { height: 12px; transform: rotate(-22deg); }
.wordmark-mark span:nth-child(2) { height: 18px; }
.wordmark-mark span:nth-child(3) { height: 12px; transform: rotate(22deg); }

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 32px);
}

.primary-nav a {
  color: #35433d;
  font-size: 0.84rem;
  font-weight: 750;
}

.primary-nav a:hover {
  color: var(--clay-600);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 50%;
  background: var(--cream-100);
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--forest-900);
}

.hero {
  position: relative;
  min-height: 770px;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-950);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  display: block;
  overflow: hidden;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 28, 23, 0.96) 0%, rgba(7, 28, 23, 0.81) 42%, rgba(7, 28, 23, 0.42) 68%, rgba(7, 28, 23, 0.25) 100%),
    linear-gradient(0deg, rgba(7, 28, 23, 0.35), rgba(7, 28, 23, 0.08));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 770px;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.65fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
  padding-block: 78px;
}

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

.hero-copy h1 {
  color: var(--white);
  text-wrap: balance;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 30px;
  color: #e2ebe7;
  font-size: clamp(1.05rem, 1.6vw, 1.23rem);
}

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

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 34px 0 0;
  padding: 0;
  color: #d8e6e0;
  font-size: 0.85rem;
  font-weight: 700;
  list-style: none;
}

.hero-points li::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #efb38f;
  content: "";
}

.estimate-card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-lg);
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-lg);
}

.form-heading h2 {
  margin-bottom: 8px;
  color: var(--forest-950);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.form-heading > p:last-child {
  margin-bottom: 22px;
  color: var(--ink-700);
  font-size: 0.92rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.estimate-card label {
  display: grid;
  gap: 6px;
  margin-bottom: 13px;
}

.estimate-card label > span {
  color: #39463f;
  font-size: 0.75rem;
  font-weight: 800;
}

.estimate-card input,
.estimate-card select,
.estimate-card textarea {
  width: 100%;
  border: 1px solid #cbd5d0;
  border-radius: 10px;
  color: var(--ink-900);
  background: var(--white);
}

.estimate-card input,
.estimate-card select {
  height: 48px;
  padding-inline: 13px;
}

.estimate-card textarea {
  min-height: 82px;
  padding: 11px 13px;
  resize: vertical;
}

.estimate-card input::placeholder,
.estimate-card textarea::placeholder {
  color: #89938e;
}

.form-note,
.form-status {
  margin: 10px 0 0;
  color: var(--ink-500);
  font-size: 0.69rem;
  line-height: 1.45;
}

.form-status {
  color: var(--forest-700);
  font-weight: 800;
}

.form-success {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: center;
}

.form-success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 6px 0 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest-800);
  font-size: 1.7rem;
  font-weight: 900;
}

.form-success h2 {
  max-width: 520px;
  margin-bottom: 14px;
  color: var(--forest-950);
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.form-success > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 0 14px;
  color: var(--ink-700);
  font-size: 0.98rem;
  line-height: 1.65;
}

.form-success .button {
  width: fit-content;
  margin-top: 12px;
}

.diagnosis-strip {
  background: var(--forest-900);
}

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

.diagnosis-grid > div {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 16px;
  padding: 24px clamp(16px, 3vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
}

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

.diagnosis-grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.diagnosis-grid strong {
  color: var(--clay-500);
  font-family: Georgia, serif;
  font-size: 2.4rem;
}

.diagnosis-grid p {
  display: grid;
  margin: 0;
  line-height: 1.35;
}

.diagnosis-grid b {
  margin-bottom: 5px;
  font-size: 0.96rem;
}

.diagnosis-grid span {
  color: #c6d9d1;
  font-size: 0.78rem;
}

.section {
  padding-block: clamp(82px, 9vw, 132px);
}

.section-cream {
  background: var(--cream-50);
}

.section-heading {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.section-heading h2 {
  text-wrap: balance;
}

.heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: clamp(30px, 7vw, 100px);
}

.heading-split h2 {
  margin-bottom: 0;
}

.heading-split > p {
  margin: 0 0 7px;
  color: var(--ink-700);
}

.heading-centered {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.heading-centered > p:last-child {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--ink-700);
}

.compact-heading {
  max-width: 650px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--cream-200);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.image-card img {
  width: 100%;
  aspect-ratio: 1.47 / 1;
  object-fit: cover;
}

.image-card-body {
  padding: 26px;
}

.card-kicker {
  margin-bottom: 9px;
  color: var(--clay-600);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.image-card-body p:not(.card-kicker) {
  min-height: 76px;
  color: var(--ink-700);
  font-size: 0.92rem;
}

.image-card-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest-800);
  font-size: 0.83rem;
  font-weight: 850;
}

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

.service-card {
  overflow: hidden;
  border: 1px solid #dce4df;
  border-radius: var(--radius-md);
  background: var(--white);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.service-card > div {
  position: relative;
  padding: 28px;
}

.service-card > div > span {
  position: absolute;
  top: 26px;
  right: 28px;
  color: var(--ink-700);
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.service-card h3 {
  max-width: 82%;
}

.service-card p {
  margin-bottom: 0;
  color: var(--ink-700);
  font-size: 0.9rem;
}

.service-card-text {
  display: flex;
  min-height: 100%;
  align-items: flex-start;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(213, 118, 67, 0.34), transparent 28%),
    linear-gradient(145deg, var(--forest-700), var(--forest-950));
}

.service-card-text > div {
  padding: 38px;
}

.service-card-text h3 {
  max-width: 95%;
  font-size: 2rem;
}

.service-card-text p {
  margin-bottom: 26px;
  color: #d5e2dc;
}

.service-card-text .text-link {
  color: var(--white);
}

.how-section {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 25%, rgba(213, 118, 67, 0.16), transparent 28%),
    var(--forest-950);
}

.how-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(450px, 1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.how-copy h2 {
  color: var(--white);
}

.how-copy > p:not(.eyebrow):not(.technical-note) {
  color: #cfddd7;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 29px;
  color: #e5eee9;
}

.check-list li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid #efb38f;
  border-left: 2px solid #efb38f;
  content: "";
  transform: rotate(-45deg);
}

.technical-note {
  color: #9bb3a9;
  font-size: 0.78rem;
}

.diagram-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: #f5eee2;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.diagram-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  color: var(--forest-950);
  background: var(--white);
}

.diagram-title span {
  font-family: Georgia, serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.diagram-title small {
  color: var(--clay-600);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.education-visual {
  margin: 0;
}

.education-visual img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.education-visual figcaption {
  padding: 16px 22px 20px;
  color: #52615a;
  background: var(--white);
  font-size: 0.76rem;
  line-height: 1.55;
}

.drain-diagram {
  position: relative;
  height: 500px;
  overflow: hidden;
  color: var(--ink-900);
  background: #ad7045;
}

.grass-layer,
.soil-layer,
.fabric-layer,
.gravel-layer,
.pipe,
.flow-arrow,
.diagram-label,
.water-drop {
  position: absolute;
}

.grass-layer {
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 74px;
  background:
    repeating-linear-gradient(78deg, transparent 0 7px, #3d7b43 8px 10px, transparent 11px 15px),
    linear-gradient(#64a45e, #326b39);
}

.soil-layer {
  z-index: 1;
  top: 74px;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(80, 42, 24, 0.26) 0 3px, transparent 4px),
    radial-gradient(circle at 70% 65%, rgba(80, 42, 24, 0.22) 0 4px, transparent 5px),
    #a96d45;
  background-size: 46px 38px, 64px 52px, auto;
}

.fabric-layer {
  z-index: 2;
  right: 12%;
  bottom: 32px;
  left: 18%;
  height: 340px;
  border: 7px solid #e5e1d8;
  border-top: 0;
  border-radius: 0 0 42px 42px;
  background: #e5e1d8;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}

.gravel-layer {
  z-index: 3;
  right: 14%;
  bottom: 40px;
  left: 20%;
  height: 322px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
  background:
    radial-gradient(circle, #d6d0c4 0 5px, #918a80 6px 8px, transparent 9px),
    radial-gradient(circle, #b7afa3 0 6px, #746f67 7px 9px, transparent 10px),
    #8f8980;
  background-position: 0 0, 14px 17px, 0 0;
  background-size: 28px 28px, 34px 34px, auto;
}

.pipe {
  z-index: 4;
  right: 22%;
  bottom: 78px;
  left: 28%;
  height: 104px;
  border: 6px solid #4f5857;
  border-radius: 52px;
  background: linear-gradient(#f8f8f5 0 48%, #d8d9d4 52% 100%);
  box-shadow: inset 0 -12px 16px rgba(45, 54, 51, 0.16), 0 8px 18px rgba(49, 35, 26, 0.22);
}

.pipe i {
  position: absolute;
  top: 16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4e5956;
}

.pipe i:nth-child(1) { left: 14%; }
.pipe i:nth-child(2) { left: 31%; }
.pipe i:nth-child(3) { left: 48%; }
.pipe i:nth-child(4) { left: 65%; }
.pipe i:nth-child(5) { left: 82%; }

.water-drop {
  z-index: 6;
  top: 112px;
  color: #2f87a6;
  font-size: 2.7rem;
  font-weight: 900;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
}

.drop-one { left: 31%; }
.drop-two { top: 155px; left: 49%; }
.drop-three { left: 68%; }

.flow-arrow {
  z-index: 7;
  right: 17%;
  bottom: 50px;
  color: var(--forest-950);
  font-size: 0.78rem;
  font-weight: 850;
}

.flow-arrow b {
  color: #287e9c;
  font-size: 1.8rem;
  vertical-align: middle;
}

.diagram-label {
  z-index: 8;
  right: 20px;
  padding: 5px 8px;
  border-radius: 4px;
  color: var(--forest-950);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.67rem;
  font-weight: 850;
}

.label-grass { top: 18px; }
.label-soil { top: 94px; }
.label-fabric { top: 175px; }
.label-gravel { top: 255px; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.gallery-grid figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--forest-900);
}

.gallery-grid .gallery-large {
  grid-row: 1 / 3;
  min-height: 540px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--white);
  background: rgba(8, 35, 28, 0.83);
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(7px);
}

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

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.process-grid li {
  padding: 30px 26px;
  border-top: 3px solid var(--forest-800);
  background: var(--cream-50);
}

.process-grid li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  color: var(--white);
  background: var(--clay-600);
  font-weight: 850;
}

.process-grid h3 {
  font-size: 1.32rem;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--ink-700);
  font-size: 0.86rem;
}

.area-section {
  color: var(--white);
  background:
    radial-gradient(circle at 92% 4%, rgba(213, 118, 67, 0.24), transparent 23%),
    var(--forest-800);
}

.area-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) 1fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.area-grid h2 {
  color: var(--white);
}

.area-grid > div > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: #d4e3dc;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-list li {
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  color: #e7f0ec;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 750;
}

.faq-section {
  background: var(--cream-50);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) 1fr;
  gap: clamp(45px, 8vw, 110px);
}

.faq-intro h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.faq-intro > p:last-child {
  color: var(--ink-700);
}

.faq-list {
  border-top: 1px solid #ccd7d1;
}

.faq-list details {
  border-bottom: 1px solid #ccd7d1;
}

.faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  color: var(--forest-950);
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 3px;
  color: var(--clay-600);
  content: "+";
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

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

.faq-list details p {
  max-width: 740px;
  padding: 0 36px 24px 0;
  color: var(--ink-700);
}

.final-cta {
  color: var(--white);
  background: var(--clay-600);
}

.final-cta-inner {
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 55px;
}

.final-cta h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(2.3rem, 4.5vw, 4.25rem);
}

.final-cta p:not(.eyebrow) {
  margin-bottom: 0;
  color: #fff0e8;
}

.site-footer {
  color: #cbdad4;
  background: var(--forest-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.65fr 0.8fr;
  gap: 60px;
  padding-block: 68px;
}

.wordmark-footer {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 1.7rem;
}

.wordmark-footer small {
  color: #efb38f;
}

.footer-grid > div:first-child p {
  max-width: 400px;
  color: #9fb4ab;
}

.footer-grid h2 {
  margin-bottom: 17px;
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  font-size: 0.83rem;
}

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

.footer-grid span {
  color: #82998f;
  font-size: 0.73rem;
}

.footer-bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #80978d;
  font-size: 0.73rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #b7c9c1;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto 1fr auto;
  }

  .menu-toggle {
    display: flex;
    grid-column: 3;
    justify-self: end;
  }

  .primary-nav {
    position: absolute;
    top: 74px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--cream-200);
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 12px;
  }

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

  .how-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1fr);
    gap: 45px;
  }

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

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

@media (max-width: 820px) {
  .utility-bar {
    display: none;
  }

  .primary-nav .mobile-call {
    display: block;
    margin-top: 6px;
    border-radius: 8px;
    color: var(--white);
    background: var(--forest-900);
  }

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

  .menu-toggle {
    grid-column: 2;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 78px 54px;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(7, 28, 23, 0.9) 0%, rgba(7, 28, 23, 0.72) 48%, rgba(7, 28, 23, 0.94) 100%);
  }

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

  .estimate-card {
    max-width: 650px;
  }

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

  .diagnosis-grid > div,
  .diagnosis-grid > div:first-child,
  .diagnosis-grid > div:last-child {
    min-height: 96px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .heading-split,
  .how-grid,
  .area-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .heading-split {
    align-items: start;
    gap: 25px;
  }

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

  .image-card-body p:not(.card-kicker) {
    min-height: 0;
  }

  .how-grid {
    gap: 50px;
  }

  .diagram-panel {
    max-width: 650px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .gallery-grid .gallery-large {
    grid-column: 1 / 3;
    grid-row: auto;
    min-height: 430px;
  }

  .city-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.7fr 0.8fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
  }

  .site-header {
    backdrop-filter: none;
  }

  .header-inner {
    min-height: 66px;
  }

  .primary-nav {
    top: 66px;
    right: 14px;
    left: 14px;
  }

  .wordmark-mark {
    display: none;
  }

  .wordmark {
    font-size: 1.15rem;
  }

  .hero-grid {
    padding-block: 58px 34px;
  }

  .hero-actions,
  .hero-points {
    align-items: flex-start;
    flex-direction: column;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .section {
    padding-block: 72px;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .drain-diagram {
    height: 390px;
  }

  .fabric-layer {
    right: 7%;
    left: 7%;
    height: 255px;
  }

  .gravel-layer {
    right: 10%;
    left: 10%;
    height: 240px;
  }

  .pipe {
    right: 17%;
    bottom: 68px;
    left: 17%;
    height: 78px;
  }

  .water-drop {
    top: 100px;
    font-size: 2rem;
  }

  .drop-two {
    top: 125px;
  }

  .diagram-label {
    display: none;
  }

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

  .gallery-grid .gallery-large {
    grid-column: auto;
    min-height: 310px;
  }

  .gallery-grid figure {
    min-height: 260px;
  }

  .city-list {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 20px;
  }
}

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

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