:root {
  --ink: #17362f;
  --ink-soft: #31574d;
  --green: #1b6a53;
  --green-dark: #104535;
  --leaf: #d8e9be;
  --sun: #e9a83b;
  --sun-pale: #fff2d8;
  --clay: #c96545;
  --mist: #f5f7f2;
  --paper: #fffefa;
  --line: #dbe4db;
  --muted: #5f7069;
  --white: #fff;
  --shadow: 0 16px 40px rgba(21, 62, 48, .10);
  --shadow-small: 0 8px 20px rgba(21, 62, 48, .08);
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --container: 74rem;
  --space-1: .5rem;
  --space-2: .875rem;
  --space-3: 1.25rem;
  --space-4: 1.75rem;
  --space-5: 2.5rem;
  --space-6: 4.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .17em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.skip-link { position: absolute; left: .75rem; top: -4rem; z-index: 100; background: var(--ink); color: #fff; padding: .65rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: .75rem; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding: var(--space-6) 0; }
.section-soft { background: var(--mist); }
.section-sun { background: var(--sun-pale); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 .7rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { width: 1.6rem; height: 2px; content: ""; background: var(--sun); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.13; letter-spacing: -.035em; }
h1 { max-width: 14ch; font-size: clamp(2.55rem, 7vw, 5.4rem); margin-bottom: 1.3rem; }
h2 { max-width: 18ch; font-size: clamp(2rem, 4.2vw, 3.3rem); margin-bottom: 1.1rem; }
h3 { font-size: 1.25rem; margin-bottom: .65rem; }
.lead { max-width: 62ch; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.section-head { display: flex; gap: 2rem; align-items: end; justify-content: space-between; margin-bottom: 2.15rem; }
.section-head > p { max-width: 42ch; color: var(--muted); margin-bottom: .2rem; }
.text-link { color: var(--green-dark); font-weight: 750; white-space: nowrap; }
.text-link::after { content: " →"; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(219,228,219,.85); background: rgba(255,254,250,.95); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .65rem 1rem; min-height: 4.6rem; padding: .55rem 0; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); font-weight: 850; letter-spacing: -.035em; line-height: 1.05; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; flex: 0 0 2.35rem; border-radius: 50% 50% 48% 48%; background: var(--green); color: #fff; }
.brand svg { width: 1.35rem; height: 1.35rem; }
.brand-text small { display: block; margin-top: .13rem; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; flex: 1 1 100%; order: 3; gap: .1rem; overflow-x: auto; padding: .18rem 0 .3rem; scrollbar-width: thin; }
.site-nav a { flex: 0 0 auto; border-radius: .6rem; color: var(--ink-soft); font-size: .88rem; font-weight: 700; padding: .55rem .72rem; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--leaf); color: var(--green-dark); }
.nav-cta { flex: 0 0 auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 2.8rem; border: 1px solid transparent; border-radius: .7rem; cursor: pointer; padding: .7rem 1.05rem; background: var(--green); color: #fff; font-size: .9rem; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; transition: background-color .2s ease, transform .2s ease, border-color .2s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-outline { border-color: var(--green); background: transparent; color: var(--green-dark); }
.button-outline:hover { background: var(--leaf); }
.button-light { background: #fff; color: var(--green-dark); }
.button-light:hover { background: var(--leaf); }
.button svg { width: 1.15rem; height: 1.15rem; }

.hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(4rem, 9vw, 7.75rem); background: var(--mist); }
.hero::after { position: absolute; right: -9rem; bottom: -11rem; width: 32rem; height: 32rem; border: 3.7rem solid var(--leaf); border-radius: 50%; content: ""; opacity: .8; }
.hero-grid { position: relative; z-index: 1; display: grid; align-items: center; gap: 2.5rem; }
.hero-copy { position: relative; }
.hero-copy::before { position: absolute; left: -1.1rem; top: .65rem; width: .38rem; height: 4.2rem; border-radius: 1rem; background: var(--sun); content: ""; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.55rem; }
.hero-visual { position: relative; min-height: 21rem; }
.hero-image, .hero-image img { width: 100%; height: 100%; }
.hero-image { overflow: hidden; min-height: 21rem; border-radius: 50% 50% 1.2rem 1.2rem; box-shadow: var(--shadow); }
.hero-image img { min-height: 21rem; object-fit: cover; }
.floating-note { position: absolute; bottom: 1rem; left: -.2rem; width: min(15rem, 75%); padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.9); border-radius: 1rem; background: rgba(255,254,250,.95); box-shadow: var(--shadow-small); }
.floating-note strong { display: block; color: var(--green-dark); font-size: .95rem; }
.floating-note span { color: var(--muted); font-size: .8rem; }
.page-hero { padding: clamp(3rem, 7vw, 5.5rem) 0 3rem; background: linear-gradient(115deg, var(--mist) 0%, var(--mist) 66%, var(--sun-pale) 66%); }
.page-hero .lead { margin-bottom: 0; }
.crumb { display: inline-flex; gap: .45rem; margin-bottom: 1.5rem; color: var(--muted); font-size: .88rem; }
.crumb a { color: var(--green); }

.grid { display: grid; gap: 1rem; }
.focus-grid { grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.card { height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 4px 0 rgba(21,62,48,.025); }
.card-body { padding: 1.35rem; }
.icon-tile { display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: 1.2rem; border-radius: .85rem; background: var(--leaf); color: var(--green-dark); }
.icon-tile.sun { background: var(--sun-pale); color: #965400; }
.icon-tile.clay { background: #fae6de; color: #9e3e23; }
.icon-tile svg { width: 1.55rem; height: 1.55rem; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.focus-card { transition: transform .2s ease, box-shadow .2s ease; }
.focus-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-small); }

.impact-panel { overflow: hidden; border-radius: var(--radius-lg); background: var(--green-dark); color: #fff; }
.impact-intro { padding: 2rem; background: linear-gradient(145deg, #155542, var(--green-dark)); }
.impact-intro h2 { color: #fff; }
.impact-intro p { max-width: 45ch; margin-bottom: 0; color: #d9e6dc; }
.impact-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.impact-item { min-height: 9.3rem; padding: 1.25rem; border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); }
.impact-item:nth-child(even) { border-right: 0; }
.impact-symbol { display: block; margin-bottom: .45rem; color: var(--sun); font-size: 1.7rem; font-weight: 900; line-height: 1; }
.impact-item strong { display: block; font-size: 1rem; }
.impact-item span { display: block; margin-top: .3rem; color: #d9e6dc; font-size: .83rem; line-height: 1.45; }

.image-copy { display: grid; align-items: center; gap: 2rem; }
.image-frame { position: relative; overflow: hidden; min-height: 22rem; border-radius: var(--radius-lg)  var(--radius) var(--radius-lg) var(--radius); }
.image-frame::after { position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.85); border-radius: inherit; content: ""; pointer-events: none; }
.image-frame img { width: 100%; height: 100%; min-height: 22rem; object-fit: cover; }
.check-list { display: grid; gap: .8rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; color: var(--ink-soft); }
.check-list li::before { position: absolute; left: 0; top: .36rem; width: .92rem; height: .92rem; border-radius: 50%; background: var(--leaf); box-shadow: inset 0 0 0 .25rem var(--green); content: ""; }

.program-grid { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.program-card { display: flex; flex-direction: column; overflow: hidden; }
.program-card .card-body { display: flex; height: 100%; flex-direction: column; }
.program-card .meta { margin: .95rem 0; padding-top: .85rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .82rem; }
.program-card .text-link { margin-top: auto; padding-top: .9rem; }
.program-art { height: 9rem; background: var(--leaf); }
.program-art img { width: 100%; height: 100%; object-fit: cover; }

.journey { position: relative; display: grid; gap: .8rem; counter-reset: journey; }
.journey-step { position: relative; display: grid; grid-template-columns: 2.85rem 1fr; gap: 1rem; align-items: start; padding: .85rem 0; }
.journey-step:not(:last-child)::after { position: absolute; left: 1.35rem; top: 3.25rem; width: 1px; height: calc(100% - .3rem); background: var(--line); content: ""; }
.journey-number { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: var(--green); color: #fff; font-size: .85rem; font-weight: 850; }
.journey-step:nth-child(2) .journey-number, .journey-step:nth-child(4) .journey-number { background: var(--sun); color: var(--ink); }
.journey-step h3 { margin-bottom: .25rem; }
.journey-step p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.voice-grid { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.voice { position: relative; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.voice::before { position: absolute; right: 1.1rem; top: .55rem; color: var(--sun); content: "“"; font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.voice p { position: relative; margin: 0 0 .95rem; color: var(--ink-soft); }
.voice small { color: var(--muted); font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(1.75rem, 5vw, 3.5rem); border-radius: var(--radius-lg); background: var(--sun); color: var(--ink); }
.cta-panel::after { position: absolute; right: -3rem; top: -7rem; width: 17rem; height: 17rem; border: 2rem solid rgba(255,255,255,.3); border-radius: 50%; content: ""; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 17ch; }
.cta-panel p { max-width: 50ch; }
.cta-panel .button { margin-top: .45rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.editorial { display: grid; gap: 1.2rem; }
.editorial-card { min-height: 19rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius-lg); background: var(--green-dark); color: #fff; }
.editorial-card h2 { color: #fff; }
.editorial-card p { max-width: 43ch; color: #dce9df; }
.quote-strip { padding: 1.6rem; border-left: .35rem solid var(--sun); background: var(--sun-pale); border-radius: 0 var(--radius) var(--radius) 0; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 650; line-height: 1.45; }
.values-grid { grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); }

.objective-grid { grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.objective { padding: 1.3rem; border-top: 3px solid var(--sun); border-radius: 0 0 var(--radius) var(--radius); background: #fff; box-shadow: var(--shadow-small); }
.objective:nth-child(3n+2) { border-color: var(--green); }
.objective:nth-child(3n) { border-color: var(--clay); }
.objective .number { margin-bottom: .7rem; color: var(--muted); font-size: .78rem; font-weight: 850; letter-spacing: .09em; }
.objective p { margin: 0; color: var(--muted); font-size: .92rem; }

.faq-list { display: grid; gap: .75rem; max-width: 54rem; }
details { border: 1px solid var(--line); border-radius: .85rem; background: #fff; padding: 0 1rem; }
details[open] { border-color: #bcd2bf; box-shadow: var(--shadow-small); }
summary { position: relative; cursor: pointer; padding: 1rem 2rem 1rem 0; color: var(--ink); font-weight: 780; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: .25rem; color: var(--green); content: "+"; font-size: 1.4rem; font-weight: 500; line-height: 1.2; }
details[open] summary::after { content: "−"; }
details p { margin: 0 0 1rem; color: var(--muted); }

.service-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1rem; }
.service-item { display: flex; gap: .85rem; padding: 1.1rem; border-radius: var(--radius); background: #fff; }
.service-item .mini-icon { display: grid; place-items: center; width: 2rem; height: 2rem; flex: 0 0 2rem; border-radius: 50%; background: var(--leaf); color: var(--green-dark); }
.service-item svg { width: 1.05rem; height: 1.05rem; }
.service-item h3 { font-size: 1.05rem; margin: .1rem 0 .25rem; }
.service-item p { margin: 0; color: var(--muted); font-size: .88rem; }
.work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); gap: .7rem; }
.work-step { min-height: 10rem; padding: 1rem; border-radius: var(--radius); background: #fff; }
.work-step span { display: block; margin-bottom: .8rem; color: var(--sun); font-size: .82rem; font-weight: 900; }
.work-step h3 { margin: 0; font-size: 1rem; }
.comparison { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.comparison table { width: 100%; min-width: 38rem; border-collapse: collapse; text-align: left; }
.comparison th, .comparison td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison tr:last-child td { border-bottom: 0; }
.comparison th { background: var(--green-dark); color: #fff; font-size: .9rem; }
.comparison td { color: var(--ink-soft); font-size: .92rem; }

.contact-grid { display: grid; gap: 1.5rem; align-items: start; }
.contact-stack { display: grid; gap: .8rem; }
.contact-card { display: flex; gap: .9rem; padding: 1.05rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-card svg { width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; color: var(--green); margin-top: .2rem; }
.contact-card h3 { font-size: 1rem; margin: 0 0 .2rem; }
.contact-card p, .contact-card a { margin: 0; color: var(--muted); font-size: .9rem; overflow-wrap: anywhere; }
.form-card { padding: clamp(1.2rem, 3vw, 2rem); border-radius: var(--radius-lg); background: var(--green-dark); box-shadow: var(--shadow); }
.form-card h2, .form-card p { color: #fff; }
.form-card p { color: #dce9df; }
.form-grid { display: grid; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field label { color: #fff; font-size: .88rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid transparent; border-radius: .65rem; background: #fff; color: var(--ink); padding: .78rem .85rem; }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sun); outline: 3px solid rgba(233,168,59,.35); }
.form-note { display: block; margin-top: .8rem; color: #dce9df; font-size: .8rem; }
.location-card { overflow: hidden; display: grid; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.location-card img { width: 100%; min-height: 16rem; height: 100%; object-fit: cover; }
.location-copy { padding: 1.5rem; }
.location-copy p { color: var(--muted); }

.site-footer { margin-top: 0; background: #102d27; color: #dce9df; }
.footer-grid { display: grid; gap: 2rem; padding: 3.25rem 0 2rem; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { background: var(--sun); color: var(--ink); }
.footer-brand .brand-text small { color: #bcd2c5; }
.footer-about { max-width: 31ch; margin: 1rem 0 0; color: #c4d5ca; font-size: .9rem; }
.footer-title { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-links { display: grid; gap: .45rem; padding: 0; margin: 0; list-style: none; }
.footer-links a { color: #dce9df; font-size: .9rem; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: .65rem; font-style: normal; }
.footer-contact a, .footer-contact span { color: #dce9df; font-size: .87rem; overflow-wrap: anywhere; }
.social-row { display: flex; gap: .55rem; margin-top: 1.1rem; }
.social-icon { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border: 1px solid rgba(220,233,223,.35); border-radius: 50%; color: #fff; }
.social-icon svg { width: 1.12rem; height: 1.12rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem; padding: 1rem 0; border-top: 1px solid rgba(220,233,223,.2); color: #bcd2c5; font-size: .8rem; }

@media (min-width: 42rem) {
  .form-grid.two { grid-template-columns: 1fr 1fr; }
  .impact-intro { padding: 3rem; }
  .impact-grid { grid-template-columns: repeat(4, 1fr); }
  .impact-item { border-top: 0; }
  .impact-item:nth-child(even) { border-right: 1px solid rgba(255,255,255,.16); }
  .impact-item:last-child { border-right: 0; }
  .editorial { grid-template-columns: 1.1fr .9fr; }
  .contact-grid { grid-template-columns: .85fr 1.15fr; }
  .location-card { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1.25fr; }
}
@media (min-width: 54rem) {
  .nav-wrap { flex-wrap: nowrap; }
  .site-nav { flex: 0 1 auto; order: 0; overflow: visible; padding: 0; }
  .hero-grid { grid-template-columns: 1.03fr .97fr; gap: 4rem; }
  .hero-visual { min-height: 31rem; }
  .hero-image, .hero-image img { min-height: 31rem; }
  .image-copy { grid-template-columns: .94fr 1.06fr; gap: 4.5rem; }
  .image-copy.reverse > :first-child { order: 2; }
  .journey { grid-template-columns: repeat(5, 1fr); gap: 1rem; }
  .journey-step { display: block; padding: 0; }
  .journey-step:not(:last-child)::after { left: 3rem; top: 1.35rem; width: calc(100% - 3.5rem); height: 1px; }
  .journey-number { margin-bottom: 1rem; }
  .journey-step h3 { font-size: 1.06rem; }
  .journey-step p { font-size: .85rem; }
  .contact-grid { grid-template-columns: .78fr 1.22fr; gap: 3rem; }
}
@media (min-width: 65rem) {
  .footer-grid { grid-template-columns: 1.55fr .75fr .8fr 1.25fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
