:root {
  color-scheme: light dark;
  --bg: #eef1ec;
  --surface: #dde4dc;
  --panel: #f8faf6;
  --text: #13261b;
  --muted: #526359;
  --line: #b3c1b7;
  --accent: #12673a;
  --accent-hover: #0b4f2b;
  --on-accent: #f5fbf7;
  --container: 1380px;
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Trebuchet MS", Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 30; padding: 12px 18px; background: var(--accent); color: var(--on-accent); }
.skip-link:focus { top: 12px; }
.site-header { height: 76px; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 32px; white-space: nowrap; }
nav a { font-size: .92rem; font-weight: 800; text-decoration: none; }
nav a:not(.button):hover { color: var(--accent); }
.menu-button { display: none; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); color: var(--text); font: inherit; font-weight: 800; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 2px solid var(--accent); border-radius: var(--radius); background: var(--accent); color: var(--on-accent); font-weight: 800; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 44px; }
.hero { height: 84vh; min-height: 680px; max-height: 844px; padding: 0; }
.hero-shell { height: 100%; position: relative; overflow: hidden; border-radius: 0 0 var(--radius) var(--radius); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 25 15 / .82) 0%, rgb(7 25 15 / .61) 43%, rgb(7 25 15 / .12) 72%); }
.hero-copy { position: absolute; left: clamp(28px, 6vw, 92px); bottom: clamp(42px, 8vh, 84px); width: min(680px, calc(100% - 56px)); color: #f3f7f4; }
.eyebrow { margin: 0 0 18px; color: #98d2ac; font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 24px; font-size: clamp(3.7rem, 5.2vw, 5.4rem); line-height: .98; letter-spacing: -.06em; }
.hero-lead { max-width: 580px; margin-bottom: 30px; font-size: 1.15rem; color: #dae5dc; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-phone { color: #f3f7f4; font-weight: 900; text-underline-offset: 5px; }
.section { padding: 108px 0; }
.section + .section { border-top: 1px solid var(--line); }
h2 { max-width: 780px; margin-bottom: 20px; font-size: clamp(2.4rem, 4.2vw, 4.4rem); line-height: 1; letter-spacing: -.055em; }
h3 { margin-bottom: 12px; font-size: 1.45rem; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading p, .proof p, .contact p { color: var(--muted); max-width: 58ch; }
.service-index { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.service-index article { min-height: 220px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.service-index p { color: var(--muted); max-width: 42ch; }
.service-home { grid-row: span 2; min-height: 456px !important; display: flex; flex-direction: column; justify-content: flex-end; background: var(--accent) !important; color: var(--on-accent); }
.service-home h3 { font-size: clamp(2.5rem, 4vw, 4.1rem); }
.service-home p { color: color-mix(in srgb, var(--on-accent) 82%, transparent); font-size: 1.1rem; }
.service-site { background: var(--surface) !important; }
.proof { background: var(--surface); }
.proof-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 86px; align-items: center; }
.proof figure { margin: 0; height: 570px; overflow: hidden; border-radius: var(--radius); }
.proof figure img { width: 100%; height: 100%; object-fit: cover; }
.inline-link { display: inline-block; margin-top: 12px; color: var(--accent); font-weight: 900; text-underline-offset: 5px; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 86px; align-items: start; }
.contact-copy { display: grid; justify-items: start; }
.contact-copy a { margin-top: 8px; color: var(--accent); font-weight: 900; text-underline-offset: 4px; }
.locations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.locations a { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; }
.locations span { color: var(--muted); }
.locations strong { font-size: 1.22rem; }
.locations b { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
footer { padding: 46px 0 26px; background: var(--surface); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.footer-main img { width: 62px; height: 62px; }
.footer-main div { display: grid; }
.footer-main span { color: var(--muted); font-size: .9rem; }
.footer-main a { color: var(--accent); font-weight: 900; text-underline-offset: 4px; }
.disclaimer { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.reveal { opacity: 1; transform: translateY(20px); transition: transform .6s ease; }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 70%, white); outline-offset: 3px; }

@media (prefers-color-scheme: dark) {
  :root { --bg: #101712; --surface: #19221c; --panel: #202b23; --text: #edf4ef; --muted: #b8c6bc; --line: #3b4a3f; --accent: #4bad70; --accent-hover: #65c187; --on-accent: #0a1c10; }
  .hero-image, .proof img { filter: brightness(.78) saturate(.82); }
}

@media (max-width: 767px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: 64px; }
  .brand img { width: 52px; height: 52px; }
  .menu-button { display: inline-flex; }
  nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: var(--bg); border-bottom: 1px solid var(--line); }
  nav.is-open { display: flex; }
  nav a { padding: 12px 8px; }
  nav .button { margin-top: 8px; }
  .hero { height: auto; min-height: 0; max-height: none; }
  .hero-shell { height: 720px; border-radius: 0 0 var(--radius) var(--radius); }
  .hero-image { height: 100%; }
  .hero-shade { background: linear-gradient(180deg, rgb(7 25 15 / .18), rgb(7 25 15 / .88) 62%); }
  .hero-copy { left: 22px; right: 22px; bottom: 34px; width: auto; }
  h1 { font-size: clamp(2.9rem, 13.5vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-phone { text-align: center; }
  .section { padding: 72px 0; }
  h2 { font-size: 2.55rem; }
  .service-index { grid-template-columns: 1fr; grid-template-rows: auto; }
  .service-index article, .service-home { grid-row: auto; min-height: 220px !important; }
  .service-home { min-height: 360px !important; }
  .proof-layout, .contact-layout { grid-template-columns: 1fr; gap: 46px; }
  .proof figure { height: 72vw; max-height: 430px; }
  .locations { grid-template-columns: 1fr; }
  .locations a { min-height: 240px; }
  .footer-main { grid-template-columns: auto 1fr; }
  .footer-main > a { grid-column: 1 / -1; }
}

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