:root {
  --green-900: #164d19;
  --green-800: #1d6721;
  --green-700: #258429;
  --green-600: #30a934;
  --green-500: #3bc532;
  --green-300: #98e989;
  --green-100: #e5f8df;
  --green-050: #f3fbf0;
  --ink: #17311a;
  --text: #29472d;
  --muted: #5d7461;
  --line: #cfe4cc;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(28, 103, 33, .12);
  --shell: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body, button, input, textarea { font-size: 16px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.topbar { background: var(--green-900); color: var(--white); font-size: 13px; }
.topbar .shell { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 260px; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand span { display: grid; line-height: 1.25; }
.brand strong { color: var(--ink); font-size: 17px; text-transform: uppercase; }
.brand small { color: var(--green-700); font-weight: 800; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-weight: 800; color: var(--ink); }
.site-nav a { padding: 10px 0; border-bottom: 3px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green-700); border-color: var(--green-500); }
.header-call { display: grid; border-left: 1px solid var(--line); padding-left: 24px; color: var(--green-800); }
.header-call small { color: var(--muted); font-weight: 800; text-transform: uppercase; }
.header-call strong { font-size: 18px; }
.menu-button { display: none; margin-left: auto; padding: 10px 14px; color: var(--green-900); background: var(--white); border: 1px solid var(--line); border-radius: 6px; font-weight: 900; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero--home { background: var(--green-050); }
.hero--inner { background: var(--white); }
.hero--core { padding: 76px 0 72px; background: var(--green-100); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(38px, 6vw, 96px); min-height: 650px; padding-block: 56px; }
.hero--inner .hero-grid { min-height: 535px; }
.hero h1 { max-width: 850px; margin: 12px 0 22px; color: var(--green-900); font-size: clamp(48px, 6vw, 84px); line-height: .98; letter-spacing: 0; }
.hero--inner h1 { font-size: clamp(44px, 5.2vw, 72px); }
.hero--core h1 { font-size: clamp(46px, 5.2vw, 72px); }
.hero-lead { max-width: 760px; margin: 0 0 28px; color: var(--text); font-size: clamp(18px, 2vw, 22px); }
.eyebrow, .kicker { margin: 0; color: var(--green-700); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--light { color: var(--green-100); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid transparent; border-radius: 6px; font-weight: 900; text-align: center; cursor: pointer; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--green-700); border-color: var(--green-700); }
.button--primary:hover { background: var(--green-900); border-color: var(--green-900); }
.button--outline { color: var(--green-900); background: var(--white); border-color: var(--green-700); }
.button--white { color: var(--green-900); background: var(--white); }
.button--green-outline { color: var(--white); border-color: var(--green-300); }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--green-900); font-size: 14px; font-weight: 750; }
.trust-line li::before { content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 9px; border-radius: 50%; background: var(--green-500); }
.hero-visual { position: relative; align-self: end; min-height: 560px; display: flex; align-items: end; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; inset: 70px 25px 0; background: var(--green-300); border-radius: 50% 50% 8px 8px; }
.hero-visual img { position: relative; z-index: 1; max-height: 560px; object-fit: contain; }
.hero-badge { position: absolute; z-index: 2; top: 52px; left: 0; padding: 13px 16px; color: var(--green-900); background: var(--white); border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); font-weight: 900; line-height: 1.2; }
.hero-photo { overflow: hidden; aspect-ratio: 5 / 4; background: var(--green-100); border: 8px solid var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--green-700); font-weight: 800; }

.quick-path { color: var(--white); background: var(--green-700); }
.quick-path .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-path a { min-height: 112px; display: grid; align-content: center; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.32); }
.quick-path a:first-child { border-left: 1px solid rgba(255,255,255,.32); }
.quick-path strong { font-size: 18px; }
.quick-path span { color: var(--green-100); }

.section { padding: 92px 0; }
.section--mint { background: var(--green-100); }
.section--soft { background: var(--green-050); }
.section--green { color: var(--white); background: var(--green-800); }
.section h2, .cta-band h2 { max-width: 930px; margin: 10px 0 22px; color: var(--green-900); font-size: clamp(36px, 4.4vw, 58px); line-height: 1.05; letter-spacing: 0; }
.section--green h2 { color: var(--white); }
.section-intro, .lede { max-width: 820px; margin-bottom: 38px; color: var(--muted); font-size: 18px; }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: center; gap: clamp(40px, 7vw, 100px); }
.split--reverse > :first-child { order: 2; }
.split--reverse > :last-child { order: 1; }
.notice { margin-top: 24px; padding: 20px; color: var(--green-900); background: var(--white); border-left: 5px solid var(--green-600); box-shadow: var(--shadow); }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }
.service-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(28,103,33,.07); transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 205px; object-fit: cover; }
.service-card__body { padding: 22px; }
.service-card h3 { margin: 7px 0 10px; color: var(--green-900); font-size: 21px; line-height: 1.2; }
.service-card p:not(.kicker) { min-height: 126px; margin: 0 0 16px; color: var(--muted); }
.service-card a { color: var(--green-800); font-weight: 900; }

.mini-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 5px solid var(--white); border-radius: 6px; box-shadow: var(--shadow); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.gallery-grid figure { overflow: hidden; margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-grid figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }

.check-panel, .city-map-card { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.check-list, .fact-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li, .fact-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before, .fact-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 12px; height: 7px; border-left: 3px solid var(--green-700); border-bottom: 3px solid var(--green-700); transform: rotate(-45deg); }
.number-grid, .option-grid, .editorial-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.number-grid article, .option-grid article, .editorial-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 6px; }
.number-grid span { display: block; color: var(--green-600); font-size: 34px; font-weight: 950; }
.number-grid h3, .option-grid h3, .editorial-grid h3 { margin: 8px 0; color: var(--green-900); font-size: 20px; line-height: 1.25; }
.option-grid article { border-color: rgba(255,255,255,.35); }
.option-grid h3 { color: var(--white); }
.option-grid p { color: var(--green-100); }

.link-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.link-card-grid a { min-height: 160px; display: grid; align-content: start; padding: 24px; background: var(--green-050); border: 1px solid var(--line); border-radius: 6px; }
.link-card-grid strong { color: var(--green-900); font-size: 20px; }
.link-card-grid span { margin-top: 10px; color: var(--muted); }
.city-chip-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
.city-chip-grid a { min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 9px; color: var(--green-900); background: var(--green-050); border: 1px solid var(--line); border-radius: 5px; font-weight: 850; text-align: center; }
.city-chip-grid a:hover { color: var(--white); background: var(--green-700); }
.area-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.area-directory article { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.area-directory h3 { margin: 0; color: var(--green-900); font-size: 24px; }
.area-directory article > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.area-directory a { color: var(--green-700); font-size: 14px; font-weight: 800; }

.prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.prose { max-width: 850px; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 70px; align-items: start; }
.accordion-list { display: grid; gap: 10px; }
.accordion-list details { padding: 0 22px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.accordion-list summary { padding: 18px 0; color: var(--green-900); font-weight: 900; cursor: pointer; }
.accordion-list p { margin: 0 0 20px; }

.contact-layout { display: grid; grid-template-columns: 1fr minmax(360px, .7fr); gap: 80px; align-items: start; }
.contact-facts { margin: 32px 0 0; }
.contact-facts div { display: grid; grid-template-columns: 160px 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-facts dt { color: var(--muted); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.contact-facts dd { margin: 0; color: var(--green-900); font-weight: 800; }
.quote-form { padding: 30px; background: var(--green-050); border: 1px solid var(--line); border-radius: 8px; }
.quote-form h2 { font-size: 32px; }
.quote-form label { display: grid; gap: 6px; margin-top: 14px; color: var(--green-900); font-size: 14px; font-weight: 800; }
.quote-form input, .quote-form textarea { width: 100%; padding: 12px; color: var(--ink); background: var(--white); border: 1px solid #a9c9a5; border-radius: 4px; }
.quote-form input:focus, .quote-form textarea:focus { outline: 3px solid var(--green-300); border-color: var(--green-700); }
.quote-form .consent { grid-template-columns: 20px 1fr; align-items: start; }
.quote-form .consent input { margin-top: 4px; }
.quote-form button { margin-top: 18px; }
.quote-form small { display: block; margin-top: 12px; color: var(--muted); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.cta-band { padding: 56px 0; color: var(--white); background: var(--green-700); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-band h2 { margin-bottom: 0; color: var(--white); font-size: clamp(34px, 4vw, 52px); }
.site-footer { padding: 58px 0 26px; color: var(--green-100); background: var(--green-900); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; }
.brand--footer { min-width: 0; }
.brand--footer strong { color: var(--white); }
.brand--footer small { color: var(--green-300); }
.footer-grid h2 { margin: 0 0 14px; color: var(--white); font-size: 16px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:first-child { display: block; }
.footer-grid p { max-width: 430px; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); font-size: 13px; }
.mobile-call { display: none; }

@media (max-width: 1100px) {
  .site-nav { gap: 14px; font-size: 14px; }
  .header-call { display: none; }
  .hero-grid { grid-template-columns: 1fr .8fr; min-height: 580px; }
  .service-grid, .number-grid, .option-grid, .editorial-grid, .link-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .city-chip-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .area-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .topbar .shell { justify-content: center; }
  .topbar a { display: none; }
  .header-inner { min-height: 74px; gap: 10px; }
  .brand { min-width: 0; flex: 1; gap: 8px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 13px; }
  .brand small { display: none; }
  .menu-button { display: inline-flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; margin: 0; padding: 12px 20px 20px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .hero-grid, .split, .prose-grid, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding-block: 46px 0; gap: 24px; }
  .hero--inner .hero-grid { min-height: 0; padding-bottom: 40px; }
  .hero h1, .hero--inner h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-visual { min-height: 360px; }
  .hero-visual::before { inset: 48px 10px 0; }
  .hero-visual img { max-height: 390px; }
  .hero-badge { top: 22px; left: 4px; }
  .hero-photo { margin-bottom: 10px; }
  .quick-path .shell { grid-template-columns: 1fr; }
  .quick-path a, .quick-path a:first-child { min-height: 88px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.32); }
  .section { padding: 64px 0; }
  .section h2 { font-size: 38px; }
  .split--reverse > :first-child, .split--reverse > :last-child { order: initial; }
  .service-grid, .number-grid, .option-grid, .editorial-grid, .link-card-grid, .gallery-grid, .area-directory { grid-template-columns: 1fr; }
  .service-card p:not(.kicker) { min-height: 0; }
  .service-card img { height: 230px; }
  .city-chip-grid { grid-template-columns: 1fr 1fr; }
  .contact-facts div { grid-template-columns: 1fr; gap: 4px; }
  .cta-band .shell { display: grid; }
  .cta-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { display: grid; }
  .mobile-call { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: 10px; min-height: 52px; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--green-700); border: 2px solid var(--white); border-radius: 7px; box-shadow: 0 8px 28px rgba(22,77,25,.3); font-weight: 950; }
}

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