:root {
  --green-950: #043724;
  --green-900: #064b32;
  --green-800: #08603f;
  --green-100: #e8f3ee;
  --green-50: #f5faf7;
  --gold: #d7a233;
  --ink: #14211d;
  --muted: #64726d;
  --line: #d9e5df;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(4, 55, 36, 0.14);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--white);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(170px, 250px) 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 12px clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.site-brand img {
  width: 118px;
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
}

.site-nav,
.header-actions,
.hero-actions,
.contact-lines {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-nav {
  justify-content: center;
}

.site-nav a {
  padding: 9px 4px;
  color: #22352e;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--green-800);
}

.solid-button,
.outline-button,
.gold-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.solid-button {
  color: var(--white);
  background: var(--green-900);
  box-shadow: 0 12px 26px rgba(4, 75, 50, 0.18);
}

.solid-button:hover {
  background: var(--green-800);
}

.outline-button {
  color: var(--green-950);
  border-color: #93b8aa;
  background: var(--white);
}

.outline-button:hover {
  border-color: var(--green-800);
}

.gold-button {
  color: #18231f;
  background: var(--gold);
}

.gold-button:hover {
  background: #e0b44a;
}

.gold-button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.hero {
  min-height: min(680px, calc(100vh - 82px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  background: linear-gradient(90deg, #eef7f3 0%, #f8fbf9 46%, #ffffff 46%);
}

.hero-copy {
  align-self: center;
  padding: clamp(54px, 8vw, 112px) clamp(22px, 6vw, 82px);
}

.hero-line,
.section-heading h2,
.site-faq h2,
.process h2,
.quote-band h2 {
  margin: 0;
  color: var(--green-950);
  letter-spacing: 0;
}

.hero-logo {
  display: block;
  width: min(100%, 420px);
  max-height: 315px;
  object-fit: contain;
  object-position: center center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(10px, 1.4vw, 18px);
}

.hero-line {
  margin-top: 20px;
  color: #273630;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 900;
  line-height: 1.1;
}

.hero-text {
  max-width: 620px;
  margin: 20px 0 0;
  color: #4c5d57;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 32px;
}

.hero-media {
  min-height: 470px;
  overflow: hidden;
}

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

.trust-strip,
.service-grid,
.process ol,
.site-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-strip {
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, var(--green-50) 100%);
}

.trust-strip article {
  min-height: 138px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: center;
  padding: 26px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-strip h2,
.service-grid h3 {
  margin: 0;
  color: var(--green-950);
  font-size: 1.05rem;
}

.trust-strip p,
.service-grid p,
.section-heading p,
.site-faq p,
.process span,
.quote-band p,
.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.line-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  color: var(--green-900);
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.sparkle-icon {
  color: var(--gold);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 3l4.6 13.4L40 21l-13.4 4.6L22 39l-4.6-13.4L4 21l13.4-4.6L22 3zm17 25l2.4 7.1 7.1 2.4-7.1 2.4L39 47l-2.4-7.1-7.1-2.4 7.1-2.4L39 28z'/%3E%3C/svg%3E");
}

.shield-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 3l18 7v13c0 10.6-6.8 18.1-18 22C12.8 41.1 6 33.6 6 23V10l18-7zm0 4.4L10 12.8V23c0 8.2 5 14.2 14 17.7 9-3.5 14-9.5 14-17.7V12.8L24 7.4zm9.3 11.4l2.8 2.8L22.5 35 14 26.6l2.8-2.8 5.7 5.6 10.8-10.6z'/%3E%3C/svg%3E");
}

.calendar-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4h4v6h12V4h4v6h7v33H7V10h7V4zm23 18H11v17h26V22zM11 18h26v-4H11v4zm5 8h4v4h-4v-4zm8 0h4v4h-4v-4zm8 0h4v4h-4v-4zm-16 8h4v4h-4v-4zm8 0h4v4h-4v-4z'/%3E%3C/svg%3E");
}

.home-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 5L4 22h5v21h12V30h6v13h12V22h5L24 5zm11 34h-4V26H17v13h-4V18.7L24 9.4l11 9.3V39z'/%3E%3C/svg%3E");
}

.building-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 43V5h22v12h10v26H8zm4-4h14V9H12v30zm18 0h6V21h-6v18zM16 14h6v4h-6v-4zm0 8h6v4h-6v-4zm0 8h6v4h-6v-4z'/%3E%3C/svg%3E");
}

.refresh-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 12V4h4v15H28v-4h8.1A14 14 0 1 0 38 30.5l3.7 1.5A18 18 0 1 1 39 12z'/%3E%3C/svg%3E");
}

.brush-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6h34v10H7V6zm4 4v2h26v-2H11zm11 10h4v6h5v17H17V26h5v-6zm-1 10v9h6v-9h-6z'/%3E%3C/svg%3E");
}

.gutter-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10h38v8H31v4c0 7.7-6.3 14-14 14h-2v-4h2c5.5 0 10-4.5 10-10v-4H5v-8zm4 4h30H9zM9 14v0h30v0H9z'/%3E%3C/svg%3E");
}

.panel-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7h36v34H6V7zm4 4v11h12V11H10zm16 0v11h12V11H26zM10 26v11h12V26H10zm16 0v11h12V26H26z'/%3E%3C/svg%3E");
}

.services,
.process,
.education {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 6vw, 90px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.education h2,
.site-faq h2,
.customer-questions-copy h2,
.process h2,
.quote-band h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.04;
}

.service-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 214px;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.education {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #f8fbf9 0%, #eef7f3 100%);
}

.education-copy > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4c5d57;
  font-size: 1.05rem;
  line-height: 1.65;
}

.pure-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pure-facts span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #cfe0d8;
  border-radius: 8px;
  padding: 9px 13px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.pure-facts strong {
  color: var(--green-800);
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.benefit-list article,
.aftercare-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 1px rgba(4, 55, 36, 0.04);
}

.benefit-list article {
  min-height: 180px;
  padding: 22px;
}

.benefit-list h3 {
  margin: 0;
  color: var(--green-950);
  font-size: 1.05rem;
}

.benefit-list p {
  margin: 9px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.aftercare-panel {
  padding: 28px;
}

.aftercare-panel h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1.05;
}

.aftercare-panel ol {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: aftercare;
}

.aftercare-panel li {
  counter-increment: aftercare;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 12px;
}

.aftercare-panel li::before {
  content: counter(aftercare);
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-900);
  font-size: 0.9rem;
  font-weight: 900;
}

.aftercare-panel strong {
  color: var(--green-950);
}

.aftercare-panel span {
  color: var(--muted);
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 14px 48px 14px 16px;
  color: var(--green-950);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--green-800);
  border-bottom: 2px solid var(--green-800);
  transform: rotate(45deg);
  transition: transform 0.16s ease;
}

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

.faq-list p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
  line-height: 1.55;
}

.site-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  align-items: stretch;
  gap: 28px;
  padding: clamp(34px, 5vw, 70px) clamp(18px, 6vw, 90px);
  background: var(--green-50);
}

.site-faq > div:first-child {
  align-self: center;
  max-width: 560px;
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--green-900);
  font-weight: 900;
}

.faq-panel {
  display: grid;
  gap: 14px;
  align-self: center;
  border: 1px solid #c9dbd2;
  border-radius: 8px;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(22, 46, 38, 0.08);
}

.site-faq .faq-list {
  margin-top: 0;
}

.site-faq .faq-list details {
  border-color: #d1e3da;
  background: #f7fbf9;
}

.site-faq .faq-list details[open] {
  background: #ffffff;
}

.customer-questions {
  padding: clamp(44px, 6vw, 84px) clamp(18px, 6vw, 90px);
  background: var(--green-50);
}

.customer-questions-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(26px, 4vw, 60px);
  align-items: center;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.customer-questions-copy {
  max-width: 560px;
}

.customer-questions-copy h2 {
  margin: 0 0 16px;
  color: var(--green-950);
  letter-spacing: 0;
}

.customer-questions-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
}

.customer-questions-panel {
  display: grid;
  gap: 14px;
  border: 1px solid #c9dbd2;
  border-radius: 8px;
  padding: clamp(16px, 2.4vw, 28px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(22, 46, 38, 0.08);
}

.customer-questions-panel .faq-list {
  margin-top: 0;
}

.customer-questions-panel .faq-list details {
  border-color: #d1e3da;
  background: #f7fbf9;
}

.customer-questions-panel .faq-list details[open] {
  background: #ffffff;
}

.process {
  background: #ffffff;
}

.process ol {
  position: relative;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process-step;
}

.process li {
  counter-increment: process-step;
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 140px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, var(--green-50));
}

.process li::before {
  content: counter(process-step);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-900);
  font-weight: 900;
}

.process strong {
  color: var(--green-950);
  font-size: 1.05rem;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: clamp(42px, 6vw, 70px) clamp(18px, 6vw, 90px);
  color: var(--white);
  background: linear-gradient(135deg, #043724, #076440);
}

.quote-band h2,
.quote-band p,
.quote-band a {
  color: var(--white);
}

.contact-lines {
  flex-wrap: wrap;
  margin-top: 22px;
}

.contact-lines a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-weight: 900;
}

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

.quote-form label {
  display: grid;
  gap: 6px;
}

.quote-form span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  padding: 11px 13px;
  color: var(--ink);
  background: #ffffff;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(215, 162, 51, 0.25);
  border-color: var(--gold);
  background: #ffffff;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form .wide {
  grid-column: 1 / -2;
}

.quote-form .gold-button {
  align-self: end;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.form-status.error {
  color: #ffd1c7;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
}

.site-footer {
  gap: 40px;
  padding: 36px clamp(18px, 6vw, 90px);
  color: #dbece5;
  background: var(--green-950);
}

.site-footer img {
  width: min(100%, 150px);
  border-radius: 8px;
  background: var(--white);
  padding: 5px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 0.9rem;
}

.site-footer a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  color: #dbece5;
}

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

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

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

  .hero-media {
    min-height: 390px;
    order: -1;
  }

  .hero-copy {
    padding-top: 48px;
  }

  .trust-strip,
  .service-grid,
  .process ol,
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-band,
  .education,
  .site-faq,
  .customer-questions-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .site-brand img {
    width: 132px;
    max-height: 98px;
  }

  .site-nav {
    display: none;
  }

  .header-actions,
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .solid-button,
  .outline-button,
  .gold-button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 0;
    background: var(--green-50);
  }

  .hero-media {
    min-height: 285px;
  }

  .hero-copy {
    padding: 34px 18px 44px;
  }

  .hero-logo {
    width: min(100%, 320px);
    max-height: 240px;
    margin-inline: auto;
  }

  .hero-line {
    font-size: 1.5rem;
  }

  .trust-strip,
  .service-grid,
  .process ol,
  .site-footer,
  .benefit-list,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    grid-template-columns: 44px 1fr;
    min-height: 0;
    padding: 20px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .line-icon {
    width: 40px;
    height: 40px;
  }

  .services,
  .process,
  .education,
  .site-faq,
  .customer-questions,
  .quote-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-grid article {
    min-height: 0;
    padding: 22px;
  }

  .benefit-list article,
  .aftercare-panel {
    min-height: 0;
    padding: 22px;
  }

  .faq-panel {
    padding: 16px;
  }

  .customer-questions {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .customer-questions-inner {
    gap: 22px;
  }

  .customer-questions-panel {
    padding: 14px;
  }

  .process li {
    min-height: 0;
    padding: 22px;
  }

  .quote-form .wide {
    grid-column: 1;
  }
}
