:root {
  color-scheme: light;
  --forest-950: #102a25;
  --forest-900: #183d35;
  --forest-800: #245549;
  --green-500: #48a982;
  --green-300: #8ee0b9;
  --lime: #dceba0;
  --paper: #f6f8f5;
  --white: #fff;
  --ink: #16221f;
  --muted: #50615c;
  --line: #ced8d3;
  --content: 1140px;
  --shadow: 0 18px 45px rgba(20, 59, 50, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: #176b53; text-underline-offset: .2em; }
a:hover { color: #0e4436; }
:where(a, button):focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 8vw, 5.6rem); }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }
.container { width: min(calc(100% - 2.5rem), var(--content)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .7rem 1rem; background: white; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { color: var(--green-300); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .7rem 1.15rem; border: 1px solid var(--forest-900); background: var(--forest-900); color: white; font: inherit; font-weight: 800; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: var(--forest-800); color: white; transform: translateY(-1px); }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(24, 61, 53, .97); backdrop-filter: blur(12px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 235px; height: 40px; object-fit: contain; }
.nav-list { display: flex; align-items: center; gap: 2rem; padding: 0; margin: 0; list-style: none; }
.nav-list a { color: white; font-weight: 800; text-decoration: none; }
.nav-list a:hover { color: var(--green-300); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }
.hero { color: white; background: linear-gradient(120deg, var(--forest-800), var(--forest-950)); }
.hero-grid { width: min(calc(100% - 2.5rem), 1240px); min-height: 610px; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-block: clamp(3rem, 7vw, 6rem); }
.hero-visual { overflow: hidden; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.hero-visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-copy .lead { color: #dce8e4; max-width: 650px; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading { max-width: 720px; margin: 0 auto 2.8rem; text-align: center; }
.section-heading .eyebrow { color: #176b53; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.service-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.service-card:nth-child(1) { border-top: 6px solid #64ba94; }
.service-card:nth-child(2) { border-top: 6px solid #8ca48f; }
.service-card:nth-child(3) { border-top: 6px solid #c7d86e; }
.service-image { overflow: hidden; background: #edf3ef; }
.service-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.service-body { padding: 1.6rem; }
.service-body p { color: var(--muted); }
.contact-section { color: white; background: var(--forest-900); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 7rem); align-items: center; }
.contact-grid address { font-style: normal; }
.contact-grid a { color: var(--green-300); }
.contact-panel { padding: clamp(1.7rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.contact-panel h2 { margin-bottom: 1.2rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.value { padding: 1rem; border-left: 3px solid var(--green-300); background: rgba(255,255,255,.06); }
.value strong { display: block; }
.map-section { position: relative; min-height: 460px; overflow: hidden; border-top: 1px solid var(--line); background: #d9e2de; }
.map-frame { display: block; width: 100%; height: 460px; border: 0; }
.map-card { position: absolute; z-index: 2; top: 50%; left: max(2rem, calc((100vw - var(--content)) / 2)); width: min(390px, calc(100% - 4rem)); padding: 2rem; color: white; background: rgba(16, 42, 37, .95); box-shadow: var(--shadow); transform: translateY(-50%); }
.map-card .eyebrow, .map-card a { color: var(--green-300); }
.map-card h2 { margin-bottom: .4rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.map-card .button { color: white; }
.map-credit { margin: 1rem 0 0; font-size: .72rem; }
.privacy-page { min-height: 70vh; }
.privacy-copy { max-width: 850px; }
.privacy-copy h1 { color: var(--forest-900); }
.privacy-copy h2 { margin-top: 2.2rem; color: var(--forest-800); font-size: 1.55rem; }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.site-footer { padding: 2.2rem 0; color: #d5e1dd; background: var(--forest-950); }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.footer-row p { margin: 0; font-size: .9rem; }
.footer-links { display: flex; gap: 1rem; }
.footer-links a { color: white; }
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.2); background: var(--forest-900); }
  .site-nav.is-open { display: block; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { display: block; padding: .7rem 0; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { order: 2; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .8fr 1.2fr; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 2rem), var(--content)); }
  .nav-shell { min-height: 72px; }
  .site-nav { top: 72px; }
  .brand img { width: 190px; height: 32px; }
  .hero-grid { min-height: auto; }
  .service-card { display: block; }
  .values { grid-template-columns: 1fr; }
  .map-section { display: flex; flex-direction: column; }
  .map-frame { height: 360px; order: 2; }
  .map-card { position: static; width: 100%; transform: none; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
