:root {
  --green: #a9df59;
  --green-dark: #8fc53f;
  --green-soft: #edf8dc;
  --ink: #172207;
  --ink-2: #263413;
  --text: #333a2b;
  --muted: #62675d;
  --band: #f2f3f0;
  --white: #fff;
  --line: #dde1d8;
  --danger: #b3261e;
  --shadow: 0 18px 45px rgba(23, 34, 7, .12);
  --shadow-card: 0 8px 24px rgba(23, 34, 7, .075);
  --radius: 14px;
  --radius-lg: 22px;
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0 0 1rem; color: var(--ink); font-weight: 800; line-height: 1.1; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.35rem); letter-spacing: -.012em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #5d960a; outline-offset: 3px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: .7rem 1rem; color: var(--white); background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4.2rem, 8vw, 7.5rem) 0; }
.section--band { background: var(--band); }
.section--ink { color: var(--white); background: var(--ink); }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--green { color: var(--ink); background: var(--green); }
.defer-section { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.eyebrow { display: inline-flex; margin-bottom: .85rem; color: #4f790e; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: var(--green); }
.section-head { max-width: 790px; margin-bottom: 2.4rem; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section--ink .section-head p { color: rgba(255, 255, 255, .76); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.25rem; border: 2px solid transparent; border-radius: 8px; font-weight: 850; text-decoration: none; transition: transform .16s ease, background-color .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button--green { color: var(--ink); background: var(--green); border-color: var(--green); }
.button--green:hover { color: var(--ink); background: var(--green-dark); border-color: var(--green-dark); }
.button--ink { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button--outline-light { color: var(--white); border-color: rgba(255, 255, 255, .55); }
.button--outline-light:hover { border-color: var(--white); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); font-weight: 900; text-decoration: none; }
.brand img { width: 70px; height: 58px; object-fit: contain; }
.brand span { max-width: 230px; line-height: 1.08; }
.desktop-nav { display: flex; align-items: center; gap: 1.4rem; }
.desktop-nav > a:not(.button) { color: var(--ink); font-size: .94rem; font-weight: 750; text-decoration: none; }
.desktop-nav > a:not(.button):hover { color: #4f790e; }
.nav-toggle { width: 46px; height: 46px; display: none; place-items: center; padding: 0; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.nav-toggle svg { width: 24px; height: 24px; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--white); }
.mobile-nav.is-open { display: block; }
.mobile-nav-inner { display: grid; gap: .2rem; padding: .8rem 0 1.2rem; }
.mobile-nav a { padding: .72rem .3rem; color: var(--ink); font-weight: 750; text-decoration: none; }

.hero { position: relative; min-height: clamp(560px, calc(100svh - 100px), 650px); display: grid; align-items: center; padding: clamp(2.5rem, 4vw, 3.75rem) 0; color: var(--white); background: var(--ink); isolation: isolate; overflow: hidden; }
.hero::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, rgba(12, 22, 3, .97) 0%, rgba(12, 22, 3, .93) 42%, rgba(12, 22, 3, .67) 65%, rgba(12, 22, 3, .28) 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: block; }
.hero-copy { max-width: 650px; }
.hero h1 { max-width: 650px; margin-bottom: .8rem; color: var(--white); font-size: clamp(2.9rem, 4.35vw, 3.55rem); line-height: 1.02; }
.hero-copy > p { max-width: 630px; margin-bottom: .85rem; color: rgba(255, 255, 255, .88); font-size: clamp(.96rem, 1.25vw, 1.04rem); line-height: 1.58; }
.hero-media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; margin: 0; }
.hero-media picture { width: 100%; height: 100%; display: block; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-meta { margin: 1rem 0 1.15rem; display: flex; flex-wrap: wrap; gap: .5rem 1.05rem; color: rgba(255, 255, 255, .9); font-size: .87rem; font-weight: 750; }
.hero-meta span { display: inline-flex; align-items: center; gap: .42rem; }
.hero-meta span::before { width: 8px; height: 8px; content: ""; background: var(--green); border-radius: 50%; }
.trust-strip { position: relative; margin: clamp(2rem, 4vw, 3rem) 0; color: var(--ink); background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.25rem 1rem; border-right: 1px solid rgba(23, 34, 7, .18); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: .92rem; }
.trust-item span { display: block; margin-top: .1rem; font-size: .82rem; opacity: .76; }

.intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(2.2rem, 6vw, 5.8rem); }
.intro-image { margin: 0; }
.intro-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.intro-copy p { font-size: 1.04rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.service-card { min-width: 0; display: flex; flex-direction: column; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-card); }
.service-card:hover { border-color: #b8ce99; box-shadow: 0 14px 32px rgba(23, 34, 7, .11); }
.service-card-media { margin: -1.45rem -1.45rem 1.2rem; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: var(--band); }
.service-card-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.service-card-mark { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 1.05rem; color: var(--ink); background: var(--green); border-radius: 10px; font-weight: 900; }
.service-card h3 { margin-bottom: .65rem; }
.service-card p { color: var(--muted); font-size: .93rem; line-height: 1.62; }

.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; padding: 0; list-style: none; }
.why-grid li { min-height: 72px; display: flex; align-items: center; gap: .9rem; padding: 1rem 1.1rem; border: 1px solid rgba(23, 34, 7, .18); border-radius: 10px; background: rgba(255, 255, 255, .33); font-weight: 780; }
.why-grid li::before { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; content: "✓"; color: var(--white); background: var(--ink); border-radius: 50%; font-size: .8rem; font-weight: 900; }

.area-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; padding: 0; list-style: none; }
.area-grid a { min-height: 70px; display: flex; align-items: center; justify-content: center; padding: .85rem; text-align: center; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-card); font-weight: 800; text-decoration: none; }
.area-grid a:hover { color: var(--ink); border-color: var(--green-dark); background: var(--green-soft); }

.faq-list { max-width: 900px; display: grid; gap: .75rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 10px; background: var(--white); overflow: hidden; }
.faq-list summary { position: relative; padding: 1.15rem 3.2rem 1.15rem 1.2rem; color: var(--ink); cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 1.2rem; top: 50%; content: "+"; color: #4f790e; font-size: 1.5rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { background: var(--green-soft); }
.faq-list details p { margin: 0; padding: 0 1.2rem 1.2rem; color: var(--muted); }

.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 3.5rem); border-radius: var(--radius-lg); background: var(--ink-2); }
.cta-band h2 { margin-bottom: .7rem; }
.cta-band p { max-width: 760px; margin: 0; color: rgba(255, 255, 255, .78); }

.site-footer { padding: 3.5rem 0 5.4rem; color: rgba(255, 255, 255, .75); background: #0e1603; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .85fr; gap: 2rem; }
.footer-brand { color: var(--white); font-size: 1.15rem; font-weight: 900; }
.footer-label { margin-bottom: .7rem; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: .45rem; padding: 0; list-style: none; }
.footer-links a { color: rgba(255, 255, 255, .78); }
.footer-note { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .82rem; }
.mobile-call { display: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .nav-toggle { display: grid; }
  .intro-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(23, 34, 7, .18); }
}

@media (max-width: 680px) {
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .section { padding: 3.6rem 0; }
  .brand span { display: none; }
  .brand img { width: 62px; height: 52px; }
  .hero { min-height: 0; padding: 2.25rem 0 2.5rem; }
  .hero h1 { max-width: none; font-size: clamp(2.45rem, 11vw, 3.2rem); }
  .hero::before { background: linear-gradient(90deg, rgba(12, 22, 3, .97) 0%, rgba(12, 22, 3, .9) 72%, rgba(12, 22, 3, .72) 100%); }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .trust-grid, .service-grid, .why-grid, .area-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(23, 34, 7, .18); }
  .trust-item:last-child { border-bottom: 0; }
  .why-grid li { min-height: 0; }
  .area-grid a { min-height: 58px; }
  .cta-band { grid-template-columns: 1fr; padding: 1.7rem; }
  .cta-band .button { width: 100%; }
  .mobile-call { position: fixed; inset: auto 0 0; z-index: 150; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: .5rem; color: var(--ink); background: var(--green); box-shadow: 0 -8px 24px rgba(23, 34, 7, .18); font-weight: 900; text-decoration: none; transform: translateY(110%); transition: transform .22s ease; }
  .mobile-call.is-visible { transform: translateY(0); }
}

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