@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');

:root {
  --green: #175b3d;
  --green-dark: #0e3f2a;
  --cream: #f5f3eb;
  --paper: #fbfaf5;
  --ink: #17201b;
  --muted: #5d6861;
  --line: #d7ddd6;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.utility { padding: .48rem 4vw; background: var(--green-dark); color: rgba(255,255,255,.82); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 700; text-align: center; }
.site-header { min-height: 88px; padding: 1rem 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header.compact { min-height: 80px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--green); }
.brand img { display: block; width: min(310px, 31vw); height: auto; object-fit: contain; }
nav { display: flex; gap: 2rem; }
nav a, .back-link { text-decoration: none; font-size: .93rem; font-weight: 600; }
nav a:hover, .back-link:hover { color: var(--green); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.2rem; border: 1px solid var(--green); background: var(--green); color: var(--white); text-decoration: none; font-weight: 700; }
.button:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button.ghost { color: var(--green); background: transparent; }
.button.ghost:hover { color: var(--white); background: var(--green); }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,42,28,.95) 0%, rgba(10,42,28,.82) 42%, rgba(10,42,28,.2) 78%); }
.hero-copy { position: relative; z-index: 1; width: min(680px, 88vw); margin-left: 7vw; padding: 6rem 0; color: var(--white); }
.eyebrow { margin: 0 0 1rem; color: #dbe9df; font-size: .77rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: #c7dfd0; }
h1, h2 { margin: 0; font-family: 'Libre Caslon Display', Georgia, serif; font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
.hero-copy > p:not(.eyebrow) { max-width: 630px; margin: 1.5rem 0; font-size: 1.14rem; line-height: 1.75; }
.notice { margin: 1.6rem 0; padding: 1rem 1.15rem; border-left: 3px solid #dcebdc; background: rgba(255,255,255,.11); backdrop-filter: blur(8px); }
.notice span { margin-right: .55rem; color: #eaf4ec; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero .button { background: var(--white); color: var(--green-dark); border-color: var(--white); }

.intro, .contractors { width: min(1180px, 90vw); margin: 0 auto; padding: 7rem 0; display: grid; grid-template-columns: .92fr 1.08fr; gap: 7vw; align-items: start; }
.intro > p, .contractors p { margin: .2rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }
.steps { width: min(1180px, 90vw); margin: 0 auto 7rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { padding: 2.5rem 2rem 2.8rem 0; }
.steps article + article { padding-left: 2rem; border-left: 1px solid var(--line); }
.steps span { color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }
.steps h3 { margin: 1rem 0 .55rem; font-size: 1.25rem; }
.steps p { margin: 0; color: var(--muted); }
.coverage { padding: 6rem 7vw; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; background: var(--green-dark); color: var(--white); }
.place-list { font-size: 1.15rem; line-height: 2.2; }
.place-list i { display: inline-block; width: 4px; height: 4px; margin: 0 .7rem .25rem; border-radius: 50%; background: #a9c9b5; }
.contractors { align-items: center; }
.contractors .button { justify-self: end; min-width: 210px; }
footer { padding: 3rem 4vw; display: grid; grid-template-columns: 1fr 1.5fr 1.2fr; gap: 2rem; align-items: center; background: #10271d; color: rgba(255,255,255,.76); font-size: .9rem; scroll-margin-top: 1rem; }
footer:target { box-shadow: inset 0 4px 0 #a9c9b5; }
.footer-brand { color: var(--white); font-family: 'Libre Caslon Display', Georgia, serif; font-size: 1.45rem; }
.footer-brand strong { font-family: 'DM Sans', Arial, sans-serif; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
footer p { margin: 0; }
footer > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.15rem; }
footer a { color: var(--white); text-underline-offset: .25rem; }

.legal-body { background: var(--cream); }
.legal { width: min(820px, 88vw); margin: 0 auto; padding: 6rem 0 8rem; }
.legal h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5rem); }
.legal .effective { margin: 1.2rem 0 2rem; color: var(--muted); font-size: .92rem; }
.legal .lead { font-size: 1.2rem; line-height: 1.8; }
.legal h2 { margin: 3.25rem 0 .7rem; font-family: 'DM Sans', Arial, sans-serif; font-size: 1.32rem; font-weight: 700; letter-spacing: 0; }
.legal p { color: #354039; }
.legal a { color: var(--green); font-weight: 700; }

@media (max-width: 850px) {
  .site-header { align-items: flex-start; flex-wrap: wrap; }
  nav { order: 3; width: 100%; gap: 1rem; overflow-x: auto; padding-top: .65rem; border-top: 1px solid var(--line); }
  nav a { white-space: nowrap; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,42,28,.94), rgba(10,42,28,.68)); }
  .hero-copy { margin: 0 auto; padding: 5rem 0; }
  .intro, .contractors, .coverage { grid-template-columns: 1fr; gap: 2rem; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 2rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .steps article:first-child { border-top: 0; }
  .contractors .button { justify-self: start; }
  footer { grid-template-columns: 1fr; }
  footer > div:last-child { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .site-header { padding: 1rem 5vw; }
  .site-header > .button { display: none; }
  .brand img { width: min(255px, 64vw); }
  nav { font-size: .9rem; }
  .hero { min-height: 690px; }
  h1 { font-size: 3.1rem; }
  .intro, .contractors { padding: 5rem 0; }
  .coverage { padding: 5rem 5vw; }
  .legal { padding: 4.5rem 0 6rem; }
}
