:root {
  color-scheme: light;
  --paper: #fffdf8;
  --ink: #14271d;
  --muted: #5f7067;
  --line: #d7ddd9;
  --green: #176b52;
  --green-dark: #0e4e3b;
  --green-soft: #e7f0e4;
  --amber: #f2a83b;
  --shadow: 0 24px 70px rgb(20 39 29 / 10%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: var(--green); }
a:hover { color: var(--green-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}
img { max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { padding: 22px 0; }
.nav { align-items: center; display: flex; justify-content: space-between; gap: 24px; }
.brand { align-items: center; color: var(--ink); display: inline-flex; gap: 11px; font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.brand img { height: 38px; width: 38px; }
.brand-word { font-size: 1.15rem; }
.nav-links { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; font-size: .93rem; }
.nav-links a { text-decoration: none; }
.nav-links .nav-cta { background: var(--green); border-radius: 999px; color: white; padding: 10px 16px; }
.nav-links .nav-cta:hover { background: var(--green-dark); color: white; }
.hero { overflow: hidden; padding: 78px 0 102px; position: relative; }
.hero::after { background: var(--green-soft); border-radius: 50%; content: ""; height: 560px; position: absolute; right: -180px; top: -120px; width: 560px; z-index: -1; }
.eyebrow { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 8vw, 6.4rem); margin: 0; max-width: 850px; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin: 0 0 18px; }
h3 { font-size: 1.25rem; margin: 0 0 10px; }
.hero-copy { font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; margin: 25px 0 0; max-width: 650px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { background: var(--green); border: 0; border-radius: 999px; color: white; display: inline-block; font: inherit; font-weight: 750; padding: 13px 20px; text-decoration: none; }
.button:hover { background: var(--green-dark); color: white; }
.button.secondary { background: transparent; border: 1px solid #9aaca1; color: var(--green-dark); }
.button.secondary:hover { border-color: var(--green); }
.route-line { align-items: center; color: var(--muted); display: flex; font-size: .91rem; gap: 10px; margin-top: 34px; }
.route-line::before { background: var(--amber); border-radius: 50%; content: ""; height: 10px; width: 10px; }
.section { padding: 92px 0; }
.section.tinted { background: var(--green-soft); }
.section-intro { color: var(--muted); font-size: 1.1rem; line-height: 1.6; max-width: 650px; }
.grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 38px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); padding: 28px; }
.card p, .prose p, .prose li { color: var(--muted); line-height: 1.7; }
.card-mark { align-items: center; background: var(--amber); border-radius: 14px; display: flex; font-size: 1.4rem; height: 44px; justify-content: center; margin-bottom: 22px; width: 44px; }
.split { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.map-illustration { background: var(--green); border-radius: 28px; box-shadow: var(--shadow); min-height: 370px; overflow: hidden; padding: 30px; position: relative; }
.map-illustration::before, .map-illustration::after { border: 2px solid rgb(255 253 248 / 30%); border-radius: 50%; content: ""; height: 420px; left: -110px; position: absolute; top: 60px; width: 700px; }
.map-illustration::after { height: 280px; left: 80px; top: 170px; width: 480px; }
.map-pin { align-items: center; background: var(--amber); border: 8px solid var(--paper); border-radius: 50% 50% 50% 0; box-shadow: 0 12px 25px rgb(0 0 0 / 20%); color: var(--green-dark); display: flex; font-size: 1.5rem; height: 58px; justify-content: center; left: 48%; position: absolute; top: 42%; transform: rotate(-45deg); width: 58px; }
.map-pin span { transform: rotate(45deg); }
.quote { border-left: 4px solid var(--amber); font-size: 1.4rem; line-height: 1.45; margin: 28px 0 0; padding-left: 22px; }
.page-hero { background: var(--green-soft); padding: 74px 0 66px; }
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.prose { max-width: 780px; padding-bottom: 92px; padding-top: 62px; }
.prose h2 { font-size: 1.7rem; margin-top: 44px; }
.prose h3 { margin-top: 30px; }
.prose ul { padding-left: 24px; }
.prose strong { color: var(--ink); }
.contact-grid { align-items: start; display: grid; gap: 50px; grid-template-columns: .8fr 1.2fr; }
form { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); padding: 28px; }
label { display: block; font-weight: 700; margin: 0 0 8px; }
input, textarea { background: var(--paper); border: 1px solid #a9b4ae; border-radius: 10px; color: var(--ink); font: inherit; margin: 0 0 20px; padding: 13px 14px; width: 100%; }
textarea { min-height: 150px; resize: vertical; }
.field-hint { color: var(--muted); font-size: .88rem; margin: -12px 0 20px; }
.trap { height: 1px; left: -9999px; opacity: 0; position: absolute; top: auto; width: 1px; }
.form-status { min-height: 1.6em; }
.form-status.success { color: var(--green); }
.form-status.error { color: #9d292b; }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0 48px; }
.footer-row { align-items: start; display: flex; justify-content: space-between; gap: 28px; }
.footer-row p { color: var(--muted); font-size: .9rem; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; font-size: .9rem; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 600px); }
  .site-header { padding: 16px 0; }
  .nav, .footer-row { align-items: start; flex-direction: column; }
  .nav-links { gap: 13px 16px; }
  .hero { padding: 55px 0 76px; }
  .section { padding: 64px 0; }
  .grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .split { gap: 34px; }
  .map-illustration { min-height: 290px; }
  .card { padding: 23px; }
}

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