:root {
  color-scheme: light;
  --bg: #f6f3eb;
  --surface: #ffffff;
  --surface-soft: #ece6da;
  --ink: #17211d;
  --muted: #5f6e66;
  --line: #d9d0bf;
  --green: #245a46;
  --green-dark: #16392d;
  --rust: #a85f2a;
  --gold: #c88934;
  --blue: #315b7d;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(23, 33, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--bg);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(217, 208, 191, 0.86);
  background: rgba(246, 243, 235, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
}

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

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

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font-weight: 850;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) 0 clamp(36px, 6vw, 76px);
}

.hero-copy {
  align-self: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7.1vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.lede {
  max-width: 690px;
  margin-bottom: 30px;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--green);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.secondary {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.66);
}

.button.light {
  border-color: var(--white);
  color: var(--green-dark);
  background: var(--white);
}

.trust-list {
  display: grid;
  gap: 9px;
  max-width: 650px;
  margin: 0;
  padding: 0;
  color: var(--green-dark);
  font-weight: 760;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 24px;
}

.trust-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
}

.hero-media {
  align-self: stretch;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--surface-soft);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.band,
.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.intro {
  padding: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro p {
  max-width: 920px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 30px;
}

.size-grid,
.project-list,
.area-grid,
.rule-columns {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.size-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.size-grid article,
.project-list article,
.rule-columns article {
  min-height: 245px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
}

.size-label {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--rust);
  font-size: 1.65rem;
  font-weight: 950;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

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

.project-list article {
  min-height: 190px;
}

.process {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.steps li {
  padding-top: 8px;
}

.steps span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.pricing {
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-dark);
  font-weight: 800;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "•";
}

.service-area {
  border-top: 1px solid var(--line);
}

.area-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
}

.area-grid span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.74);
  font-weight: 900;
  text-align: center;
}

.rules {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.rule-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--green-dark);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1.22fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  margin-bottom: clamp(58px, 8vw, 96px);
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  color: var(--white);
  background: var(--green-dark);
}

.quote-section h2,
.quote-section p,
.quote-section .section-kicker {
  color: var(--white);
}

.quote-section p {
  max-width: 760px;
  margin-bottom: 0;
  opacity: 0.88;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 8px;
  background: var(--surface);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fbfaf6;
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form .full,
.quote-form .form-note,
.quote-form button {
  grid-column: 1 / -1;
}

.form-note {
  color: var(--muted) !important;
  font-size: 0.9rem;
}

.form-status {
  min-height: 1.45em;
  margin: 0;
  color: var(--green-dark) !important;
  font-size: 0.95rem;
  font-weight: 850;
}

.form-status[data-status="error"] {
  color: #9f2f22 !important;
}

.form-status[data-status="success"] {
  color: var(--green) !important;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(16px, 4vw, 48px);
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--green-dark);
  font-weight: 900;
}

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

  .nav {
    display: none;
  }

  .hero,
  .split,
  .rules,
  .quote-section {
    grid-template-columns: 1fr;
  }

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

  .hero-media img {
    min-height: 360px;
  }

  .size-grid,
  .steps,
  .rule-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 12px;
  }

  .brand span:last-child {
    max-width: 178px;
    line-height: 1.1;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    width: min(100% - 24px, 560px);
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(2.78rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }

  .hero-actions,
  .quote-section,
  .footer {
    flex-direction: column;
  }

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

  .hero-media,
  .hero-media img {
    min-height: 290px;
  }

  .band,
  .section,
  .quote-section {
    width: min(100% - 24px, 560px);
  }

  .intro,
  .quote-section {
    padding: 28px 20px;
  }

  .size-grid,
  .project-list,
  .steps,
  .area-grid,
  .rule-columns {
    grid-template-columns: 1fr;
  }

  .size-grid article,
  .project-list article,
  .rule-columns article {
    min-height: 0;
  }

  .size-label {
    margin-bottom: 28px;
  }

  .quote-section,
  .quote-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }
}
