:root {
  --ink: #0b0d0c;
  --ink-soft: #1b211d;
  --paper: #f6f8f4;
  --white: #ffffff;
  --muted: #5b665f;
  --line: #d9dfd8;
  --green: #a8d62a;
  --green-light: #e9f6bf;
  --green-dark: #5f8500;
  --orange: #f47b20;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 18px 50px rgba(11, 13, 12, .12);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--paper); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; background: var(--green); color: var(--ink); padding: 12px 16px; border-radius: 10px; transform: translateY(-160%); font-weight: 800; }
.skip-link:focus { transform: none; }
.utility { background: var(--ink); color: white; font-size: .82rem; }
.utility .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility a { color: white; text-decoration: none; }
.utility a:hover { color: var(--green); }
.utility-links { display: flex; align-items: center; gap: 18px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 245px; max-height: 68px; object-fit: contain; object-position: left center; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: white; border-radius: 14px; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 23px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle span { margin: 5px 0; }
.menu-panel { display: flex; align-items: center; gap: 4px; }
.menu-panel > a:not(.button) { text-decoration: none; padding: 12px 11px; border-radius: 10px; font-size: .93rem; font-weight: 680; color: var(--ink-soft); }
.menu-panel > a:not(.button):hover, .menu-panel > a[aria-current="page"] { background: var(--green-light); color: var(--green-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 14px; background: var(--green); color: var(--ink); text-decoration: none; font-weight: 820; cursor: pointer; box-shadow: 0 6px 16px rgba(95,133,0,.15); transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(95,133,0,.23); background: #b9e63f; }
.button--dark { background: var(--ink); color: white; box-shadow: none; }
.button--dark:hover { background: #222925; }
.button--outline { background: transparent; color: var(--ink); border-color: var(--ink); box-shadow: none; }
.button--outline:hover { background: var(--ink); color: white; }
.button--white { background: white; color: var(--ink); box-shadow: none; }
.button--small { min-height: 40px; padding: 9px 14px; border-radius: 11px; font-size: .9rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: .8rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--green); border-radius: 2px; }
h1, h2, h3 { line-height: 1.06; margin: 0 0 .6em; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); max-width: 12ch; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); max-width: 16ch; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.32rem); color: var(--muted); max-width: 62ch; }
.hero { padding: 72px 0 62px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.hero-copy .eyebrow { margin-bottom: 20px; }
.hero-copy .lead { font-size: clamp(1.08rem, 1.7vw, 1.35rem); max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--green-light); color: var(--green-dark); }
.hero-art { position: relative; }
.hero-art img { width: 100%; filter: drop-shadow(0 28px 55px rgba(11,13,12,.25)); }
.hero-card { position: absolute; left: -24px; bottom: 28px; background: white; border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow); max-width: 270px; border-left: 6px solid var(--green); }
.hero-card strong { display: block; font-size: 1.04rem; }
.hero-card span { color: var(--muted); font-size: .86rem; }
.trust-strip { background: white; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { min-height: 124px; padding: 25px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: .88rem; }
.section { padding: 92px 0; }
.section--white { background: white; }
.section--dark { background: var(--ink); color: white; }
.section--green { background: var(--green); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }
.section-head p { max-width: 560px; color: var(--muted); margin: 0; }
.section--dark .section-head p { color: #bcc5bf; }
.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 8px 28px rgba(11,13,12,.04); }
.card--dark { background: var(--ink-soft); border-color: #333b36; color: white; }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--green-light); color: var(--green-dark); margin-bottom: 22px; font-size: 1.5rem; font-weight: 900; }
.card p { color: var(--muted); }
.card--dark p { color: #bcc5bf; }
.card-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 800; color: var(--green-dark); }
.card-link::after { content: "→"; transition: transform .15s ease; }
.card-link:hover::after { transform: translateX(4px); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px,7vw,90px); align-items: center; }
.split-media img { border-radius: 34px; box-shadow: var(--shadow); width: 100%; }
.tick-list { list-style: none; padding: 0; margin: 24px 0 0; }
.tick-list li { position: relative; padding-left: 34px; margin: 14px 0; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--ink); font-weight: 900; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; }
.stat { border-top: 2px solid var(--green); padding-top: 14px; }
.stat strong { display: block; font-size: 1.65rem; }
.stat span { color: var(--muted); font-size: .84rem; }
.quote-band { padding: 48px 0; background: var(--green); }
.quote-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quote-band h2 { max-width: 18ch; margin-bottom: .25em; }
.quote-band p { margin: 0; max-width: 55ch; }
.page-hero { padding: 68px 0 50px; background: linear-gradient(135deg,#eff4ec 0%,#fff 65%); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.7rem,5vw,4.9rem); max-width: 15ch; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .86rem; margin-bottom: 28px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--green-dark); }
.timeline { position: relative; display: grid; gap: 16px; margin-top: 34px; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 16px; bottom: 16px; width: 2px; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 18px; }
.timeline-dot { width: 40px; height: 40px; border-radius: 50%; background: var(--green); border: 8px solid white; box-shadow: 0 0 0 1px var(--line); z-index: 1; }
.timeline-body { padding: 6px 0 22px; }
.timeline-body strong { display: block; }
.timeline-body span { color: var(--muted); }
.service-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 20px; align-items: start; padding: 27px 0; border-top: 1px solid var(--line); }
.service-row:first-child { border-top: 0; }
.service-number { color: var(--green-dark); font-size: 1.5rem; font-weight: 900; }
.service-row p { color: var(--muted); margin-bottom: 0; max-width: 68ch; }
.area-list { display: grid; gap: 10px; }
.area-item { display: flex; gap: 16px; align-items: center; padding: 17px 18px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.area-pin { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green-light); color: var(--green-dark); font-weight: 900; flex: 0 0 auto; }
.area-item strong { display: block; }
.area-item span { color: var(--muted); font-size: .86rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.contact-stack { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 15px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; }
.contact-card:hover { border-color: var(--green); }
.contact-card .icon { width: 43px; height: 43px; border-radius: 12px; display: grid; place-items: center; background: var(--green-light); color: var(--green-dark); flex: 0 0 auto; }
.contact-card strong { display: block; }
.contact-card span { color: var(--muted); font-size: .9rem; }
.form-card { background: white; border: 1px solid var(--line); border-radius: 28px; padding: clamp(24px,4vw,42px); box-shadow: 0 10px 34px rgba(11,13,12,.05); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { display: block; font-size: .88rem; font-weight: 800; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd4cc; border-radius: 13px; background: white; color: var(--ink); padding: 13px 14px; min-height: 49px; outline: none; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 4px rgba(168,214,42,.22); }
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: .78rem; }
.check-row { display: flex; align-items: flex-start; gap: 10px; }
.check-row input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--green-dark); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 22px; }
.form-status { min-height: 1.5em; color: var(--green-dark); font-weight: 700; }
.summary-panel { margin-top: 22px; padding: 18px; border-radius: 16px; background: #f1f4ef; border: 1px solid var(--line); }
.summary-panel pre { white-space: pre-wrap; word-break: break-word; margin: 10px 0 0; font: .87rem/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; }
.form-note { background: var(--green-light); border-left: 5px solid var(--green); padding: 16px 18px; border-radius: 12px; margin: 22px 0; }
.social-row { display: flex; gap: 14px; flex-wrap: wrap; }
.social-link { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; background: #242b27; color: white; border: 1px solid #3a443e; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.social-link:hover, .social-link:focus-visible { transform: translateY(-2px); background: var(--green-dark); border-color: var(--green); outline: none; }
.social-link img { width: 30px; height: 30px; padding: 0; background: transparent; border-radius: 0; object-fit: contain; }
.site-footer { background: var(--ink); color: white; padding: 68px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .9fr; gap: 35px; }
.footer-brand > img { width: 250px; background: white; border-radius: 12px; padding: 8px; }
.footer-brand p { color: #b9c3bd; max-width: 40ch; margin-top: 18px; }
.footer-col h3 { font-size: .92rem; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 18px; color: var(--green); }
.footer-col a { display: block; color: #d5ddd7; text-decoration: none; margin: 9px 0; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid #303733; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px 24px; color: #9eaaa2; font-size: .82rem; }
.footer-credit { margin-left: auto; }
.footer-credit a { color: var(--green); font-weight: 800; text-decoration: none; }
.footer-credit a:hover { color: white; text-decoration: underline; }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 7px 11px; background: var(--green-light); color: var(--green-dark); font-weight: 800; font-size: .78rem; }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.notice { border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 16px; color: var(--muted); font-size: .9rem; }
.icon-inline { width: 19px; height: 19px; display: inline-block; vertical-align: -4px; }

@media (max-width: 1080px) {
  .brand img { width: 205px; }
  .menu-panel > a:not(.button) { padding-inline: 8px; font-size: .87rem; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 960px) {
  .utility { display: none; }
  .site-header { top: 0; }
  .nav { min-height: 76px; }
  .menu-toggle { display: flex; flex-direction: column; }
  .menu-panel { position: fixed; inset: 76px 0 auto 0; max-height: calc(100dvh - 76px); overflow: auto; background: white; border-bottom: 1px solid var(--line); padding: 16px 20px 28px; display: none; flex-direction: column; align-items: stretch; gap: 4px; box-shadow: 0 18px 30px rgba(11,13,12,.16); }
  .menu-panel[data-open="true"] { display: flex; }
  .menu-panel > a:not(.button) { padding: 14px; font-size: 1rem; }
  .menu-panel .button { margin-top: 10px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; max-width: 720px; }
  .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 var(--line); }
}
@media (max-width: 720px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 190px; }
  .hero { padding-top: 48px; }
  .hero-card { position: relative; left: auto; bottom: auto; margin: -28px 16px 0; }
  .section { padding: 68px 0; }
  .section-head, .quote-band .container { align-items: flex-start; flex-direction: column; }
  .grid-2, .grid-3, .grid-4, .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .service-row { grid-template-columns: 48px 1fr; }
  .service-row .button { grid-column: 2; justify-self: start; }
  .stat-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-top: 48px; }
}
@media (max-width: 500px) {
  .brand img { width: 168px; }
  .nav { min-height: 70px; }
  .menu-panel { top: 70px; max-height: calc(100dvh - 70px); }
  h1 { font-size: 2.6rem; }
  .hero-actions .button, .quote-band .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .form-card { padding: 22px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Hybrid email form states */
.form-submitting { opacity: .72; pointer-events: none; }
.form-status.is-error { color: #a1261c; }
.form-status.is-success { color: var(--green-dark); }
.form-status a { color: inherit; font-weight: 850; }
.form-success { margin-top: 22px; padding: 24px; border-radius: 18px; background: #f1f9d9; border: 2px solid var(--green); color: var(--ink); }
.form-success h3 { margin-bottom: 8px; }
.form-success p { margin-bottom: 0; color: var(--muted); }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
@media (max-width: 720px) {
  .footer-credit { margin-left: 0; }
  .social-link { width: 64px; height: 64px; }
  .social-link img { width: 32px; height: 32px; }
}
