:root {
  --ink: #152018;
  --muted: #5e6a62;
  --paper: #f7f5ee;
  --white: #ffffff;
  --forest: #173c2b;
  --forest-dark: #0f291e;
  --green: #2f7d53;
  --lime: #dceca8;
  --gold: #e3b85d;
  --line: #d9ded8;
  --shadow: 0 20px 60px rgba(21, 32, 24, 0.12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); background: var(--white); padding: 10px 14px; z-index: 999; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.narrow-container { max-width: 860px; }
.section { padding: 96px 0; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(2.7rem, 6vw, 5.4rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { margin-bottom: 10px; font-size: 1.35rem; }
p { margin-top: 0; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(217, 222, 216, .8); background: rgba(247, 245, 238, .92); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--white); background: var(--forest); font-size: 1.35rem; font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand strong { line-height: 1.1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { font-weight: 700; text-decoration: none; font-size: .94rem; }
.desktop-nav a:hover { color: var(--green); }

.hero { padding: 80px 0 74px; overflow: hidden; background: radial-gradient(circle at 90% 10%, rgba(220, 236, 168, .85), transparent 30%), linear-gradient(180deg, #fbfaf6, var(--paper)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); align-items: center; gap: 64px; }
.hero-text { max-width: 720px; margin-bottom: 28px; color: var(--muted); font-size: 1.14rem; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--forest); border-radius: 999px; padding: 12px 20px; color: var(--white); background: var(--forest); font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(15, 41, 30, .18); background: var(--forest-dark); }
.button-secondary { color: var(--forest); background: transparent; }
.button-secondary:hover { color: var(--white); }
.button-small { min-height: 40px; padding: 8px 15px; color: var(--white) !important; }
.text-link { padding: 10px 4px; color: var(--forest); font-weight: 850; text-underline-offset: 4px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--green); }

.quote-recipe { padding: 28px; border: 1px solid rgba(255,255,255,.35); border-radius: 30px; color: var(--white); background: var(--forest); box-shadow: var(--shadow); }
.card-label { margin-bottom: 18px; color: var(--lime); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.recipe-step { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.recipe-step > span { color: var(--gold); font-weight: 900; }
.recipe-step p { margin: 4px 0 0; color: rgba(255,255,255,.72); font-size: .92rem; }
.price-note { margin-top: 16px; padding: 18px; border-radius: 17px; color: var(--forest-dark); background: var(--lime); }
.price-note p { margin: 6px 0 0; font-size: .9rem; }

.stats-section { padding: 28px 0; color: var(--white); background: var(--forest-dark); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.stats-grid div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; }
.stats-grid strong { color: var(--lime); font-size: 2.15rem; line-height: 1; }
.stats-grid span { color: rgba(255,255,255,.75); font-size: .9rem; line-height: 1.35; }

.section-heading { max-width: 790px; margin-bottom: 44px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 30px rgba(21,32,24,.045); }
.service-number { position: absolute; top: 25px; right: 25px; color: #b4bdb7; font-weight: 900; }
.starting-price { color: var(--green); font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-card p:last-child { max-width: 510px; margin-bottom: 0; color: var(--muted); }
.also-available { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; align-items: center; }
.also-available span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .9rem; }

.section-dark { color: var(--white); background: var(--forest); }
.light-heading .eyebrow { color: var(--lime); }
.light-heading > p:last-child { color: rgba(255,255,255,.7); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.process-grid span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; color: var(--forest-dark); background: var(--lime); font-weight: 900; }
.process-grid p { margin-bottom: 0; color: rgba(255,255,255,.7); }

.before-after-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
figure img { height: 410px; object-fit: cover; }
.proof-grid figure img { height: 310px; }
figure figcaption { padding: 15px 18px; color: var(--muted); }
figure figcaption strong { margin-right: 8px; color: var(--ink); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
blockquote { margin: 0; padding: 26px; border-radius: var(--radius); color: var(--white); background: var(--forest-dark); }
blockquote p { font-size: 1.03rem; }
blockquote footer { color: rgba(255,255,255,.65); font-size: .84rem; }
.stars { margin-bottom: 14px; color: var(--gold); letter-spacing: .12em; }
.fine-print { margin: 16px 0 0; color: var(--muted); font-size: .82rem; }

.quote-section { background: #eef0e6; }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: start; }
.quote-layout > div:first-child { position: sticky; top: 110px; }
.privacy-note { margin: 24px 0; padding: 16px 18px; border-left: 4px solid var(--green); background: var(--white); font-size: .92rem; }
.flyer-link { font-weight: 800; text-underline-offset: 4px; }
.quote-form { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 16px; }
.two-columns { grid-template-columns: 1fr 1fr; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .88rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #c6cec8; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fcfcfa; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(47,125,83,.18); border-color: var(--green); }
textarea { resize: vertical; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.button-copy:disabled { cursor: not-allowed; opacity: .45; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--green); font-weight: 750; }
.message-preview { margin-top: 12px; padding: 16px; border-radius: 14px; background: #f1f3ee; }
.message-preview pre { margin: 10px 0 0; white-space: pre-wrap; word-break: break-word; font-family: inherit; font-size: .87rem; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { padding: 22px 0; cursor: pointer; font-size: 1.05rem; font-weight: 850; }
details p { padding: 0 28px 20px 0; color: var(--muted); }
.final-cta { padding: 72px 0; color: var(--white); background: var(--forest-dark); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 34px; }
.final-cta h2 { max-width: 660px; margin-bottom: 0; font-size: clamp(2rem,4vw,3.4rem); }
.final-cta .button { color: var(--forest-dark); border-color: var(--lime); background: var(--lime); }
.final-cta .button-secondary { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.final-cta .text-link { color: var(--white); }

.site-footer { padding: 44px 0 86px; color: rgba(255,255,255,.72); background: #091711; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid strong { color: var(--white); }
.footer-grid p { margin: 6px 0 0; }
.footer-grid > div:last-child { display: grid; gap: 8px; align-content: start; text-align: right; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero-grid, .quote-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .quote-recipe { max-width: 650px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { grid-template-columns: 90px 1fr; }
  .process-grid, .reviews-grid { grid-template-columns: 1fr; }
  .quote-layout > div:first-child { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 66px; }
  .brand small { display: none; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero { padding: 45px 0 52px; }
  .button-row .button { width: 100%; }
  .button-row .text-link { width: 100%; text-align: center; }
  .services-grid, .before-after-grid, .proof-grid, .two-columns { grid-template-columns: 1fr; }
  figure img, .proof-grid figure img { height: 300px; }
  .quote-form { padding: 20px; border-radius: 20px; }
  .footer-grid { flex-direction: column; }
  .footer-grid > div:last-child { text-align: left; }
  .mobile-actions { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 110; display: grid; grid-template-columns: repeat(3, 1fr); padding: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(9,23,17,.94); box-shadow: 0 16px 50px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
  .mobile-actions a { padding: 10px; color: var(--white); font-weight: 850; text-align: center; text-decoration: none; }
  .site-footer { padding-bottom: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
