:root {
  --ink: #101312;
  --green: #102d24;
  --green-2: #173d31;
  --sage: #c9d2c6;
  --cream: #f1f0eb;
  --white: #fcfcfa;
  --gray: #8e948f;
  --line: rgba(16, 19, 18, 0.15);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --label: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.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;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--white);
  color: var(--ink);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 4.2vw, 72px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--label);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-copy strong { font-size: 17px; letter-spacing: .09em; }
.brand-copy small { font-family: var(--label); font-size: 8px; letter-spacing: .16em; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a {
  font-family: var(--label);
  font-size: 12px;
  text-decoration: none;
  color: rgba(255,255,255,.78);
  transition: color .2s ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.site-header > .button { justify-self: end; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: var(--label);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { border-color: rgba(255,255,255,.5); }
.button-outline:hover { background: var(--white); color: var(--green); }
.button-primary { background: var(--white); color: var(--green); }
.button-light { background: var(--sage); color: var(--green); }
.button-white { background: var(--white); color: var(--green); }
.button-outline-white { border-color: rgba(255,255,255,.52); color: var(--white); }
.button-dark { background: var(--green); color: var(--white); }

.hero {
  min-height: 780px;
  padding-top: 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 42%, rgba(70,108,90,.44), transparent 27%),
    linear-gradient(120deg, #0b201a, var(--green) 54%, #0a241c);
}
.hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr);
  padding: clamp(66px, 8vw, 130px) clamp(24px, 6.8vw, 112px) 70px;
  gap: clamp(48px, 8vw, 140px);
  align-items: center;
}
.hero-content { max-width: 750px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  font-family: var(--label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green); }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(64px, 7.7vw, 126px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .79;
}
.hero h1 em { color: var(--sage); font-weight: 400; }
.hero-lede {
  max-width: 650px;
  margin: 40px 0 34px;
  color: rgba(255,255,255,.7);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.68;
}
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link {
  font-family: var(--label);
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 5px;
}
.text-link span { margin-left: 8px; }
.hero-panel {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.25);
  background:
    linear-gradient(155deg, rgba(255,255,255,.1), transparent 55%),
    rgba(0,0,0,.12);
}
.hero-panel::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  right: -150px;
  top: 30px;
}
.hero-panel-top, .hero-panel-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--label);
  font-size: 9px;
  letter-spacing: .14em;
}
.monogram {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  font-family: var(--serif);
  font-size: clamp(90px, 10vw, 150px);
  font-style: italic;
  letter-spacing: -.16em;
  color: var(--sage);
}
.monogram span:nth-child(2) { transform: translateY(22px); }
.hero-panel-bottom { align-items: flex-end; }
.hero-panel-bottom div { display: flex; flex-direction: column; }
.hero-panel-bottom strong { font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: 0; }
.hero-panel-bottom span { color: rgba(255,255,255,.62); }
.trust-strip {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.16);
}
.trust-strip span {
  position: relative;
  text-align: center;
  color: rgba(255,255,255,.62);
  font-family: var(--label);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.trust-strip span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,.2);
  transform: translateY(-50%);
}

.plans-section { padding: 110px clamp(24px, 6.8vw, 112px) 120px; }
.division-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .58fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}
.division-intro h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.8vw, 86px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
}
.division-intro > p { margin: 0; color: #626965; font-size: 14px; line-height: 1.85; }
.division-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.division-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.5);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.division-card:hover { z-index: 1; transform: translateY(-5px); box-shadow: 0 22px 45px rgba(19,43,34,.1); }
.division-card > span { color: #717873; font-family: var(--label); font-size: 9px; letter-spacing: .14em; }
.division-card h3 { margin: auto 0 16px; font-family: var(--serif); font-size: clamp(30px, 3vw, 45px); font-weight: 400; }
.division-card p { min-height: 48px; margin: 0 0 30px; color: #69706b; font-size: 12px; line-height: 1.7; }
.division-card strong { display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid currentColor; font-family: var(--label); font-size: 10px; font-weight: 500; }
.featured-division { color: var(--white); background: var(--green); }
.featured-division > span, .featured-division p { color: rgba(255,255,255,.6); }
.handled-heading { scroll-margin-top: 30px; margin-top: 125px; }
.plans-section > .residential-segment { margin-top: 95px; padding: 80px clamp(34px, 5vw, 78px); box-shadow: 0 24px 60px rgba(19,43,34,.07); }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .58fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 66px;
}
.section-heading h2, .story h2, .residential-main h2, .walkthrough h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5.4vw, 82px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.section-heading > p {
  margin: 0;
  color: #626965;
  font-size: 14px;
  line-height: 1.85;
}

.finder {
  display: grid;
  grid-template-columns: .75fr 1.65fr .8fr;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(22,35,29,.06);
}
.finder-intro, .finder-questions, .recommendation { padding: 34px; }
.finder-intro { border-right: 1px solid var(--line); }
.step-label {
  font-family: var(--label);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .17em;
  color: var(--green);
}
.finder-intro h3 { margin: 22px 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.finder-intro p { margin: 0; color: #777d79; font-size: 12px; }
.finder-questions { display: grid; gap: 25px; }
.finder fieldset { margin: 0; padding: 0; border: 0; }
.finder legend {
  margin-bottom: 11px;
  font-family: var(--label);
  font-size: 9px;
  letter-spacing: .13em;
  color: #7f8581;
}
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice, .filter-button {
  border: 1px solid #d1d5d1;
  border-radius: 999px;
  background: transparent;
  color: #555b57;
  cursor: pointer;
  padding: 9px 14px;
  font-family: var(--label);
  font-size: 10px;
  transition: .2s ease;
}
.choice:hover, .choice:focus-visible, .filter-button:hover, .filter-button:focus-visible { border-color: var(--green); color: var(--green); }
.choice.active, .filter-button.active { background: var(--green); border-color: var(--green); color: var(--white); }
.recommendation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background: var(--green);
}
.recommendation div { display: flex; flex-direction: column; gap: 10px; }
.recommendation span { font-family: var(--label); font-size: 9px; letter-spacing: .15em; color: var(--sage); }
.recommendation strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.recommendation p { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }
.text-button {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 11px 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  background: none;
  color: var(--white);
  cursor: pointer;
  font-family: var(--label);
  font-size: 11px;
  text-align: left;
}
.plan-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 72px 0 26px;
}
.plan-toolbar p { margin: 0; font-family: var(--serif); font-size: 21px; }
.compare-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: none;
  cursor: pointer;
  color: #555b57;
  font-family: var(--label);
  font-size: 11px;
}
.toggle-track { position: relative; width: 38px; height: 20px; border-radius: 999px; background: #c9ceca; transition: background .2s ease; }
.toggle-track span { position: absolute; width: 14px; height: 14px; left: 3px; top: 3px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
.compare-toggle[aria-expanded="true"] .toggle-track { background: var(--green); }
.compare-toggle[aria-expanded="true"] .toggle-track span { transform: translateX(18px); }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.plan-card {
  min-width: 0;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.4);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.plan-card:hover, .plan-card.recommended-highlight { z-index: 2; transform: translateY(-6px); background: var(--white); box-shadow: 0 22px 45px rgba(19,43,34,.12); }
.plan-card.featured { background: var(--green); color: var(--white); }
.plan-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.plan-number { font-family: var(--serif); font-style: italic; font-size: 20px; color: #6d756f; }
.featured .plan-number { color: var(--sage); }
.plan-badge { padding: 6px 9px; border: 1px solid rgba(255,255,255,.28); font-family: var(--label); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.plan-badge.subtle { border-color: #d5d8d5; color: #6d746f; }
.plan-card h3 { margin: 46px 0 14px; font-family: var(--serif); font-size: clamp(26px, 2.1vw, 35px); font-weight: 400; line-height: 1; }
.plan-card > p { min-height: 70px; margin: 0 0 30px; color: #727873; font-size: 12px; line-height: 1.7; }
.plan-card.featured > p { color: rgba(255,255,255,.64); }
.plan-card dl { margin: 0 0 34px; }
.plan-card dl div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.plan-card.featured dl div { border-color: rgba(255,255,255,.16); }
.plan-card dt { color: #777e79; font-size: 9px; }
.plan-card.featured dt { color: rgba(255,255,255,.55); }
.plan-card dd { margin: 0; font-size: 10px; font-weight: 600; text-align: right; }
.plan-card > a { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid currentColor; font-family: var(--label); font-size: 10px; text-decoration: none; }
.comparison-wrap { margin-top: 24px; background: var(--white); border: 1px solid var(--line); }
.comparison-scroll { overflow-x: auto; }
table { width: 100%; min-width: 780px; border-collapse: collapse; }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; font-size: 11px; }
thead th { background: #e8e9e4; color: #656b67; font-family: var(--label); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
tbody th { font-family: var(--serif); font-size: 16px; font-weight: 400; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.handled-benefit { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-top: 34px; padding: 34px; color: var(--white); background: var(--green); }
.handled-benefit div { display: flex; flex-direction: column; gap: 10px; }
.handled-benefit span { color: var(--sage); font-family: var(--label); font-size: 8px; letter-spacing: .16em; }
.handled-benefit strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.handled-benefit p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.7; }

.services-section { color: var(--white); background: #0d1210; }
.services-main { padding: 115px clamp(24px, 6.8vw, 112px) 0; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p { color: rgba(255,255,255,.56); }
.service-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.service-filters .filter-button { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.65); }
.service-filters .filter-button.active { border-color: var(--sage); background: var(--sage); color: var(--green); }
.service-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.service-list article { min-height: 230px; padding: 26px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: opacity .18s ease, transform .18s ease, background .18s ease; }
.service-list article:hover { background: rgba(255,255,255,.04); }
.service-list article.is-hidden { display: none; }
.service-list article > span { color: var(--sage); font-family: var(--serif); font-style: italic; font-size: 17px; }
.service-list h3 { margin: 56px 0 13px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.15; }
.service-list p { margin: 0; color: rgba(255,255,255,.49); font-size: 11px; line-height: 1.65; }
.upgrades-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  padding: 70px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.upgrades-grid .step-label { color: var(--sage); }
.upgrades-grid h3 { margin: 12px 0 0; font-family: var(--serif); font-size: 35px; font-weight: 400; }
.upgrades-grid ul { margin: 0; padding: 0; list-style: none; }
.upgrades-grid li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); font-size: 11px; }
.utility-section { padding: 115px clamp(24px, 6.8vw, 112px); color: var(--ink); background: #dde1d9; }
.utility-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 80px; align-items: end; margin-bottom: 55px; }
.utility-heading .eyebrow { grid-column: 1 / -1; }
.utility-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 88px); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.utility-heading h2 em { color: var(--green); font-weight: 400; }
.utility-heading > p { margin: 0; color: #626965; font-size: 14px; line-height: 1.85; }
.utility-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.utility-card { min-height: 640px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; }
.water-card { color: var(--white); background: var(--green); }
.plumbing-card { border: 1px solid rgba(16,45,36,.22); background: var(--white); }
.utility-card-top { display: flex; justify-content: space-between; font-family: var(--label); font-size: 8px; letter-spacing: .15em; }
.water-card .utility-card-top { color: var(--sage); }
.water-mark { align-self: center; display: grid; place-items: center; width: 152px; height: 152px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: var(--sage); font-family: var(--serif); font-size: 88px; font-style: italic; }
.pipe-mark { align-self: center; display: grid; place-items: center; width: 152px; height: 152px; border: 1px solid var(--green); border-radius: 50%; }
.pipe-mark svg { width: 82px; fill: none; stroke: var(--green); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.utility-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 400; }
.utility-card p { max-width: 580px; margin: 0 0 24px; color: #656d68; font-size: 12px; line-height: 1.7; }
.water-card p { color: rgba(255,255,255,.6); }
.utility-card ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 30px; padding: 0; list-style: none; }
.utility-card li { padding-top: 12px; border-top: 1px solid rgba(16,45,36,.2); color: #646c67; font-size: 9px; line-height: 1.5; }
.water-card li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.62); }
.utility-card .button { width: max-content; }

.residential-segment {
  display: grid;
  grid-template-columns: .44fr 1.25fr .58fr;
  gap: clamp(45px, 6vw, 100px);
  align-items: center;
  padding: 105px clamp(24px, 6.8vw, 112px);
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 38%, rgba(201,210,198,.48), transparent 24%),
    var(--white);
}
.residential-meta { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-right: 35px; border-right: 1px solid var(--line); }
.residential-meta > div { display: flex; flex-direction: column; gap: 4px; }
.residential-meta strong { font-family: var(--label); font-size: 11px; letter-spacing: .12em; }
.residential-meta small { color: #757c77; font-family: var(--label); font-size: 8px; letter-spacing: .13em; }
.residential-monogram { display: grid; place-items: center; width: 74px; height: 74px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: var(--label); font-size: 18px; font-weight: 600; letter-spacing: -.04em; }
.residential-main h2 em { color: var(--green); font-weight: 400; }
.residential-lede { max-width: 700px; margin: 28px 0 42px; color: #646b67; font-size: 14px; line-height: 1.8; }
.residential-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.residential-principles > div { padding-top: 17px; border-top: 1px solid var(--line); }
.residential-principles span { display: block; margin-bottom: 18px; color: var(--green); font-family: var(--serif); font-size: 16px; font-style: italic; }
.residential-principles strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.residential-principles p { margin-bottom: 0; color: #777d79; font-size: 10px; line-height: 1.65; }
.residential-price { min-height: 395px; display: flex; flex-direction: column; justify-content: center; padding: 38px; color: var(--white); background: var(--green); }
.residential-price > span { color: var(--sage); font-family: var(--label); font-size: 8px; letter-spacing: .17em; }
.price-lockup { display: flex; align-items: flex-end; gap: 9px; margin: 38px 0 25px; }
.price-lockup strong { font-family: var(--serif); font-size: clamp(68px, 6.2vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .76; }
.price-lockup small { padding-bottom: 4px; color: rgba(255,255,255,.58); font-size: 11px; }
.residential-price p { margin: 0 0 34px; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.7; }
.residential-price .button { align-self: stretch; }

.story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr);
  gap: clamp(55px, 8vw, 130px);
  padding: 115px clamp(24px, 6.8vw, 112px);
  color: var(--ink);
  background: var(--cream);
}
.story-lede { max-width: 760px; margin: 32px 0 55px; color: #5e6661; font-size: 16px; line-height: 1.75; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.principles div { padding-top: 20px; border-top: 1px solid var(--line); }
.principles span { display: block; margin-bottom: 30px; color: var(--green); font-family: var(--serif); font-style: italic; }
.principles strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.principles p { color: #737a75; font-size: 11px; line-height: 1.65; }
.savings-card { display: flex; flex-direction: column; justify-content: center; min-height: 440px; padding: 42px; color: var(--white); background: var(--green); }
.savings-card > span { font-family: var(--label); font-size: 9px; letter-spacing: .16em; color: var(--sage); }
.savings-card > strong { margin-top: 45px; font-family: var(--serif); font-size: clamp(49px, 5vw, 72px); font-weight: 400; letter-spacing: -.05em; }
.savings-card h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.savings-card p { color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.7; }
.savings-card small { margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.55; }
.walkthrough {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 90px;
  align-items: end;
  padding: 92px clamp(24px, 6.8vw, 112px);
  background: var(--green-2);
}
.walkthrough h2 { margin-bottom: 22px; }
.walkthrough p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.59); font-size: 13px; line-height: 1.75; }
.walkthrough-actions { display: flex; gap: 10px; }
footer {
  min-height: 100px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px clamp(24px, 6.8vw, 112px);
  border-top: 1px solid rgba(255,255,255,.14);
  background: var(--green-2);
}
footer p { margin: 0; color: rgba(255,255,255,.45); font-family: var(--label); font-size: 9px; letter-spacing: .07em; }
footer p:last-child { justify-self: end; }

:focus-visible { outline: 2px solid #b4d5c1; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr .65fr; gap: 50px; }
  .division-grid { grid-template-columns: 1fr 1fr; }
  .division-card:last-child { grid-column: 1 / -1; }
  .finder { grid-template-columns: .75fr 1.25fr; }
  .recommendation { grid-column: 1 / -1; min-height: 190px; display: grid; grid-template-columns: .7fr 1.2fr auto; align-items: center; gap: 30px; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .service-list { grid-template-columns: repeat(2, 1fr); }
  .utility-card ul { grid-template-columns: 1fr; gap: 7px; }
  .residential-segment { grid-template-columns: .72fr 1.28fr; }
  .residential-main { grid-column: 1 / -1; grid-row: 1; }
  .residential-meta { grid-row: 2; }
  .residential-price { grid-row: 2; }
  .story { grid-template-columns: 1fr .48fr; gap: 55px; }
  .principles { grid-template-columns: 1fr; gap: 18px; }
  .principles span { margin-bottom: 12px; }
  .walkthrough { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 76px; padding: 0 20px; }
  .site-header > .button { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: auto; padding-top: 76px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 72px 22px 50px; }
  .hero h1 { font-size: clamp(58px, 18vw, 84px); }
  .hero-lede { margin: 32px 0; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-panel { min-height: 340px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding: 16px 0; }
  .trust-strip span { padding: 13px 5px; font-size: 8px; }
  .trust-strip span:nth-child(3)::before { display: none; }
  .plans-section, .services-main { padding: 80px 20px; }
  .services-main { padding-bottom: 0; }
  .division-intro, .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .division-intro h2 { font-size: 50px; }
  .division-grid { grid-template-columns: 1fr; }
  .division-card, .division-card:last-child { min-height: 300px; grid-column: auto; }
  .handled-heading { margin-top: 85px; }
  .plans-section > .residential-segment { margin-top: 65px; padding: 58px 24px; }
  .section-heading h2, .story h2, .residential-main h2, .walkthrough h2 { font-size: 48px; }
  .finder { grid-template-columns: 1fr; }
  .finder-intro { border-right: 0; border-bottom: 1px solid var(--line); }
  .finder-intro, .finder-questions, .recommendation { padding: 26px; }
  .recommendation { grid-column: auto; min-height: 240px; display: flex; align-items: stretch; gap: 16px; }
  .plan-toolbar { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 55px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { padding: 28px 25px; }
  .plan-card h3 { margin-top: 35px; font-size: 34px; }
  .plan-card > p { min-height: auto; }
  .handled-benefit { grid-template-columns: 1fr; gap: 22px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article { min-height: 200px; }
  .service-list h3 { margin-top: 38px; }
  .upgrades-grid { grid-template-columns: 1fr; gap: 25px; padding: 55px 0; }
  .utility-section { padding: 80px 20px; }
  .utility-heading { grid-template-columns: 1fr; gap: 25px; }
  .utility-heading h2 { font-size: 49px; }
  .utility-grid { grid-template-columns: 1fr; }
  .utility-card { min-height: 590px; padding: 28px; }
  .utility-card ul { grid-template-columns: 1fr; }
  .utility-card .button { width: 100%; }
  .residential-segment { grid-template-columns: 1fr; gap: 42px; padding: 78px 20px; }
  .residential-main, .residential-meta, .residential-price { grid-column: auto; grid-row: auto; }
  .residential-meta { min-height: 155px; padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .residential-principles { grid-template-columns: 1fr; }
  .residential-price { min-height: 365px; }
  .story { grid-template-columns: 1fr; padding: 80px 20px; }
  .principles { margin-bottom: 10px; }
  .savings-card { min-height: 390px; }
  .walkthrough { padding: 75px 20px; }
  .walkthrough-actions { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 24px; text-align: left; padding: 38px 20px; }
  footer p:last-child { justify-self: start; }
}
