:root {
  --ink: #14241f;
  --muted: #5e6e68;
  --forest: #102a22;
  --forest-2: #1c4639;
  --green: #2f7058;
  --cream: #f5f1e8;
  --sand: #e7dcc5;
  --gold: #d9a441;
  --white: #ffffff;
  --line: #d9e0dc;
  --shadow: 0 24px 60px rgba(16, 42, 34, .14);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(217,224,220,.75); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--green); background: var(--cream); border-radius: 12px; padding: 7px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.02rem; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: var(--green); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: .95rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover { color: var(--green); }
.nav-cta { color: #fff !important; background: var(--forest); padding: 12px 18px; border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 9px 13px; border-radius: 10px; font-weight: 800; }

.hero { overflow: hidden; background: linear-gradient(145deg, #fbfaf7 0%, #f5f1e8 60%, #ede5d4 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 64px; padding-block: 86px; }
.eyebrow { margin: 0 0 13px; color: var(--green); font-weight: 850; letter-spacing: .16em; text-transform: uppercase; font-size: .76rem; }
.eyebrow.light { color: #bfe5d3; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.05rem, 6vw, 5.9rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
p { margin-top: 0; }
.hero-text { max-width: 660px; color: var(--muted); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 26px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 13px 24px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 12px 30px rgba(16,42,34,.2); }
.button-primary:hover { background: var(--forest-2); }
.button-secondary { color: var(--forest); background: transparent; border: 1.5px solid var(--forest); }
.contact-inline { margin: -10px 0 24px; color: var(--muted); font-size: .95rem; font-weight: 700; }
.contact-inline a { color: var(--forest); font-weight: 850; text-underline-offset: 3px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .92rem; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }

.hero-card { position: relative; min-height: 510px; border-radius: 34px; background: linear-gradient(165deg, #fefefe, #dcebe4); box-shadow: var(--shadow); overflow: hidden; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.art-ground { fill: #9cb8a8; }
.art-sun { fill: #f0c66c; }
.art-trees { fill: none; stroke: #2f7058; stroke-width: 20; stroke-linejoin: round; }
.art-rv { fill: #fff; stroke: #102a22; stroke-width: 9; stroke-linejoin: round; }
.art-window { fill: #b8d7e0; stroke: #102a22; stroke-width: 8; }
.art-wheel { fill: none; stroke: #102a22; stroke-width: 13; }
.art-hub { fill: #d9a441; stroke: #102a22; stroke-width: 8; }
.art-toolbox { fill: #d9a441; stroke: #102a22; stroke-width: 7; }
.art-tool-handle { fill: none; stroke: #102a22; stroke-width: 7; stroke-linecap: round; }
.availability-card { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 14px 34px rgba(16,42,34,.18); border-radius: 16px; padding: 16px 18px; backdrop-filter: blur(10px); }
.availability-card strong, .availability-card small { display: block; }
.availability-card small { margin-top: 3px; color: var(--muted); }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: #2e9468; box-shadow: 0 0 0 7px rgba(46,148,104,.14); }

.section { padding-block: 105px; }
.section-muted { background: #f5f7f5; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.04rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 230px; border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; background: #fff; box-shadow: 0 8px 30px rgba(16,42,34,.04); }
.service-card p { color: var(--muted); margin-bottom: 0; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 13px; background: var(--cream); font-size: 1.25rem; }
.scope-note { margin-top: 24px; border-left: 4px solid var(--gold); background: #fbf7ed; border-radius: 0 14px 14px 0; padding: 18px 20px; color: #5f533e; }

.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.process-heading { position: sticky; top: 120px; }
.steps { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 22px; }
.steps li > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-weight: 900; }
.steps p { color: var(--muted); margin-bottom: 0; }

.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.area-grid p { color: var(--muted); font-size: 1.06rem; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.area-tags span { border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 8px 13px; font-size: .88rem; font-weight: 800; }
.map-card { min-height: 390px; display: grid; place-items: center; border-radius: 30px; background: linear-gradient(145deg, #dfece6, #f8f5ed); overflow: hidden; }
.map-card svg { width: 86%; }
.map-land { fill: #bfd3c7; }
.map-pin { fill: var(--forest); }
.map-pin-dot { fill: var(--gold); }
.map-ring { fill: none; stroke: rgba(47,112,88,.27); stroke-width: 24; }

.request-section { color: #fff; background: var(--forest); }
.request-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.request-copy { position: sticky; top: 120px; }
.request-copy > p { color: #d3e0da; }
.request-copy .eyebrow { color: #bfe5d3; }
.request-points { display: grid; gap: 20px; margin-top: 34px; }
.request-points div { display: grid; gap: 5px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; }
.request-points span { color: #bfcfc7; }
.request-points a { color: #fff; font-weight: 800; text-underline-offset: 3px; }
.service-form { color: var(--ink); background: #fff; border-radius: 26px; padding: 30px; box-shadow: 0 28px 70px rgba(0,0,0,.23); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-three { grid-template-columns: .65fr 1fr 1fr; }
label { display: grid; gap: 7px; margin-bottom: 16px; color: #293a34; font-size: .9rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cbd5d0; border-radius: 11px; background: #fff; color: var(--ink); padding: 12px 13px; outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(47,112,88,.12); }
.check-label { display: flex; align-items: flex-start; gap: 10px; font-weight: 650; }
.check-label input { width: 18px; height: 18px; margin-top: 2px; }
.button-submit { width: 100%; color: var(--forest); background: var(--gold); }
.button-submit:hover { background: #e2b65d; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .82rem; }
.hidden-field { position: absolute; left: -9999px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; list-style: none; font-weight: 850; font-size: 1.05rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--green); font-size: 1.5rem; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { max-width: 720px; margin: 14px 0 2px; color: var(--muted); }

.site-footer { color: #d8e2dd; background: #0a1d17; padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; }
.brand-footer { color: #fff; }
.brand-footer + p { max-width: 360px; margin-top: 18px; color: #9fb3aa; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid a { width: fit-content; color: #aebfb7; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #81978d; font-size: .85rem; }
.mobile-cta { display: none; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(145deg, #fbfaf7, #ede5d4); padding: 30px; }
.thank-you-card { width: min(100%, 680px); padding: 46px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.thank-you-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: #e3f1ea; color: var(--green); font-size: 2rem; font-weight: 900; }
.thank-you-card p { color: var(--muted); }
.thank-you-contact a { color: var(--forest); font-weight: 850; overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; gap: 14px; }
  .nav-cta { text-align: center; }
  .hero-grid, .process-grid, .area-grid, .request-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; padding-block: 62px; }
  .hero-card { min-height: 430px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-heading, .request-copy { position: static; }
  .area-grid, .process-grid, .request-grid, .faq-grid { gap: 40px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding-block: 76px; }
  .hero-grid { min-height: auto; padding-top: 52px; padding-bottom: 68px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.05rem, 11vw, 3.15rem); }
  .hero-card { min-height: 350px; border-radius: 24px; }
  .availability-card { left: 14px; right: 14px; bottom: 14px; padding: 13px; }
  .service-grid, .form-row, .form-row-three, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-form { padding: 22px 17px; border-radius: 20px; }
  .steps li { grid-template-columns: 46px 1fr; padding: 18px; }
  .steps li > span { width: 42px; height: 42px; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; display: flex; min-height: 50px; align-items: center; justify-content: center; color: #fff; background: var(--forest); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.26); font-weight: 850; text-decoration: none; }
  .site-footer { padding-bottom: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.footer-grid a { overflow-wrap: anywhere; }
