:root {
  --green: #07532f;
  --green-bright: #08713c;
  --green-dark: #112019;
  --green-soft: #eaf6ef;
  --green-line: #dce9e1;
  --orange: #ff851b;
  --orange-deep: #f58c1f;
  --canvas: #fafaf5;
  --cream: #fff7ea;
  --peach: #fff0dc;
  --white: #fff;
  --muted: #68766f;
  --container: 1288px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shadow: 0 16px 40px rgba(7, 83, 47, .1);
  --section-space: clamp(64px, 7vw, 76px);
  --display: clamp(2.25rem, 4vw, 3.9rem);
  --heading: clamp(2rem, 3vw, 3rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--green-dark); background: var(--canvas); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 10px 16px; border-radius: 8px; background: var(--orange); color: #fff; font-weight: 800; }
.skip-link:focus { top: 12px; }
.content-wrap { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section--forest { background: var(--green); color: #fff; }
.section--white { background: var(--white); }
.section--cream { background: var(--cream); }
.section--soft { background: var(--green-soft); }
.section--peach { background: var(--peach); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.18; }
h2 { margin-bottom: 22px; font-size: var(--heading); }
h3 { margin-bottom: 8px; }
p { color: var(--muted); }
.section--forest p { color: #cde2d6; }
.section--forest .eyebrow--orange { color: var(--orange); }
.eyebrow { margin-bottom: 12px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .015em; }
.eyebrow--green { color: var(--green-bright); }
.eyebrow--green span { color: var(--orange); padding-inline: 4px; }
.eyebrow--orange { color: var(--orange); }
.chip { display: inline-flex; margin-bottom: 12px; padding: 7px 16px; border-radius: 999px; background: var(--orange); color: #fff !important; text-transform: uppercase; font-size: 12px; font-weight: 800; }

.site-header { position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: 180px 1fr 175px; align-items: center; min-height: 88px; padding: 6px max(32px, calc((100vw - var(--container)) / 2)); background: rgba(255, 255, 255, .96); transition: box-shadow .2s, min-height .2s; }
.site-header.is-scrolled { box-shadow: 0 3px 18px rgba(7, 83, 47, .12); }
.brand { display: inline-flex; align-items: center; width: max-content; text-decoration: none; }
.brand-logo { width: 76px; height: 70px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2vw, 28px); }
.site-nav a { position: relative; padding: 11px 0; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-nav a.is-active { color: var(--green-bright); font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 23px; border: 1.5px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(7, 83, 47, .16); }
.button:active { transform: translateY(0) scale(.98); box-shadow: none; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.button:not(.button--hotline):hover svg, .button:not(.button--hotline):focus-visible svg { transform: translateX(3px); }
.button--hotline { justify-self: end; min-height: 48px; padding: 12px 21px; background: var(--orange-deep); color: #fff; font-size: 13px; white-space: nowrap; }
.button--hotline svg { fill: currentColor; stroke: none; }
.button--primary { background: var(--green-bright); color: #fff; }
.button--outline { border-color: var(--green); background: #fff; color: var(--green); }
.button--orange { width: 100%; border: none; background: var(--orange); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); min-height: 720px; background: #fffaf0; }
.hero__copy { display: flex; flex-direction: column; align-self: stretch; justify-content: center; width: min(560px, calc(100% - 76px)); margin: 0 0 0 auto; padding: 70px 28px 70px 0; }
.hero h1 { margin-bottom: 29px; color: var(--green-dark); font-size: var(--display); }
.hero__lede { max-width: 500px; margin-bottom: 38px; font-size: 18px; line-height: 1.62; }
.hero__media { position: relative; overflow: hidden; min-height: 440px; }
.hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(255,250,240,.18), transparent 33%); pointer-events: none; }
.hero__media video { width: 100%; height: 100%; object-fit: cover; }
.video-label { position: absolute; z-index: 1; right: 34px; bottom: 30px; display: flex; align-items: center; gap: 8px; padding: 11px 16px 11px 12px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(5,79,46,.94); color: #fff; font-size: 11px; font-weight: 800; }
.video-label svg { width: 21px; height: 21px; border-radius: 50%; fill: #fff; stroke: #fff; }

.activity h2 { margin-bottom: 40px; color: #fff; font-size: clamp(2rem, 3vw, 2.4rem); }
.activity-grid { display: grid; grid-template-columns: 1.9fr 1fr 1fr; gap: 24px; }
.media-card { overflow: hidden; border-radius: 16px; background: #fff; color: var(--green); }
.media-card img { width: 100%; height: 330px; object-fit: cover; }
.media-card h3 { min-height: 100px; margin: 0; padding: 20px; font-size: 18px; }
.partners h2 { margin-bottom: 35px; font-size: clamp(2rem, 3vw, 2.65rem); }
.partner-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.partner-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 160px; padding: 14px; border: 1px solid var(--green-line); border-radius: 18px; background: #fff; text-align: center; }
.partner-card img { width: 100%; height: 90px; object-fit: contain; mix-blend-mode: multiply; }
.partner-card span { color: #184b37; font-size: 12px; font-weight: 700; }
.partner-card--green { border-color: var(--green-bright); background: var(--green-bright); }
.partner-card--green img { mix-blend-mode: normal; }
.partner-card--green span { color: #fff; }

.split-hero { min-height: 610px; }
.split-hero--soft { background: var(--green-soft); }
.split-hero--forest { background: var(--green); color: #fff; }
.split-hero__inner { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: clamp(36px, 5vw, 76px); min-height: 482px; }
.split-hero h2 { max-width: 600px; margin-bottom: 20px; }
.split-hero p:not(.eyebrow) { max-width: 570px; margin-bottom: 23px; font-size: 16px; }
.split-hero--forest p:not(.eyebrow) { color: #cde2d6; }
.split-hero small { display: block; margin-top: 16px; color: var(--muted); font-size: 12px; }
.split-hero__inner > img { width: 100%; height: 440px; border-radius: var(--radius-lg); object-fit: cover; }
.split-hero--forest .split-hero__inner > img { object-position: center 23%; background: #f6f7f6; }
.split-hero--forest .split-hero__inner > .solution-hero-photo { object-position: center 18%; }
.service-list { display: grid; gap: 12px; }
.service-row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 28px; min-height: 150px; padding: 28px; border: 1px solid var(--green-line); border-radius: var(--radius-md); background: #fff; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.service-row--tint { background: #fff; }
.service-row:hover, .service-row:focus-within { background: var(--green-soft); box-shadow: var(--shadow); transform: translateY(-2px); }
.service-row > b { color: var(--orange); font-size: 16px; }
.service-row h3 { margin-bottom: 6px; color: var(--green); font-size: 24px; }
.service-row p { margin: 0; font-size: 14px; }
.service-row a { color: var(--green-bright); text-transform: uppercase; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.service-row a span { display: inline-block; margin-left: 6px; font-size: 16px; transition: transform .2s ease; }
.service-row a:hover span, .service-row a:focus-visible span { transform: translateX(4px); }
.process h2 { color: #fff; font-size: clamp(2rem, 3vw, 2.4rem); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-grid article { min-height: 160px; padding: 21px 18px; border-radius: 12px; background: #fff; color: var(--green); }
.process-grid b { color: var(--orange); font-size: 11px; }
.process-grid h3 { margin-top: 12px; font-size: 14px; text-transform: uppercase; }
.process-grid p { margin: 0; color: #607168; font-size: 13px; line-height: 1.6; }

.section-intro { max-width: 610px; margin-bottom: 26px; font-size: 15px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.solution-card { position: relative; display: flex; flex-direction: column; min-height: 360px; padding: 28px; border: 1px solid var(--green-line); border-radius: 24px; background: #fff; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.solution-card:hover { background: var(--green-soft); box-shadow: var(--shadow); transform: translateY(-3px); }
.solution-card::after { position: absolute; right: 28px; bottom: 28px; left: 28px; height: 4px; border-radius: 4px; content: ""; background: var(--orange); }
.solution-card--tint { background: #fff; }
.solution-card p { margin-bottom: 15px; color: var(--orange); text-transform: uppercase; font-size: 11px; font-weight: 800; }
.solution-card h3 { color: var(--green); font-size: 26px; }
.solution-card span { color: var(--muted); font-size: 14px; }
.model-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 80px; min-height: 408px; }
.model-grid h2 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 2.4rem); }
.model-grid p:not(.eyebrow) { max-width: 490px; }
.model-grid ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.model-grid li { display: flex; align-items: center; min-height: 75px; padding: 16px 20px; border-radius: 16px; background: #fff; color: var(--green); text-transform: uppercase; font-size: 15px; font-weight: 700; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.model-grid li:hover { background: #d8ede1; box-shadow: 0 8px 20px rgba(7, 83, 47, .1); transform: translateX(4px); }
.model-grid li::before { display: grid; width: 38px; height: 38px; margin-right: 16px; border-radius: 50%; place-items: center; background: var(--green-bright); color: #fff; content: counter(steps); counter-increment: steps; font-size: 13px; }
.model-grid li:last-child::before { background: var(--orange); }

.about-hero { background: var(--peach); }
.about-hero h2 { max-width: 100%; font-size: clamp(2.2rem, 3.35vw, 3rem); }
.about-hero img { width: 100%; height: 350px; border-radius: var(--radius-lg); object-fit: cover; object-position: center 72%; }
.story-grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: 80px; min-height: 248px; }
.story h2 { color: #fff; font-size: clamp(2rem, 3vw, 2.65rem); }
.story p:not(.eyebrow) { max-width: 530px; }
.timeline { display: grid; gap: 10px; }
.timeline article { display: grid; grid-template-columns: 70px 1fr; align-items: center; min-height: 94px; padding: 20px; border-radius: 18px; background: #fff; color: var(--green); font-size: 15px; font-weight: 700; }
.timeline b { color: var(--orange); font-size: 16px; text-transform: uppercase; }

.contact-heading { padding-bottom: 72px; }
.contact-heading h2 { max-width: 100%; margin: 0; color: #fff; font-size: clamp(2.1rem, 3.35vw, 3rem); }
.contact-grid { display: grid; grid-template-columns: .78fr 1fr; gap: clamp(38px, 7vw, 110px); align-items: start; }
.contact-info h2, .contact-form h2 { font-size: 34px; }
.contact-info { display: grid; gap: 12px; }
.contact-info h2 { margin-bottom: 8px; }
.contact-info a { display: grid; gap: 5px; min-height: 96px; padding: 17px 18px; border-radius: var(--radius-sm); background: #fff; color: var(--green); text-decoration: none; transition: transform .2s; }
.contact-info a:hover { transform: translateX(4px); }
.contact-info small { color: var(--orange); text-transform: uppercase; font-size: 10px; font-weight: 800; }
.contact-info strong { font-size: 16px; }
.location-grid { display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: clamp(38px, 6vw, 80px); }
.location-grid h2 { margin-bottom: 15px; font-size: clamp(2rem, 3vw, 2.4rem); }
.location-grid p:not(.eyebrow) { max-width: 450px; font-size: 16px; }
.location-grid .location-hours { margin-top: 26px; font-size: 13px; line-height: 1.65; }
.location-grid iframe { width: 100%; height: 460px; border: 0; border-radius: 26px; }
.contact-form { padding: 30px; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.contact-form h2 { margin-bottom: 5px; }
.contact-form > p { font-size: 13px; }
.contact-form label { display: grid; gap: 5px; margin-top: 10px; color: var(--muted); font-size: 12px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--green-line); border-radius: 12px; outline: none; background: #f8fbf9; color: var(--green-dark); resize: vertical; }
.contact-form input { min-height: 45px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-bright); box-shadow: 0 0 0 3px rgba(8,113,60,.13); }
.contact-form .button { margin-top: 16px; }
.form-status { min-height: 20px; margin: 10px 0 0 !important; color: var(--green) !important; font-size: 12px !important; font-weight: 700; }

.faq h2 { margin-bottom: 30px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { overflow: hidden; border-radius: var(--radius-sm); background: #fff; transition: background .2s ease; }
.faq-item--tint { background: #fff; }
.faq-item:hover { background: var(--green-soft); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 23px 22px; border: 0; background: transparent; color: var(--green); text-align: left; font-size: 15px; font-weight: 700; }
.faq-item button span { color: var(--orange); font-size: 23px; line-height: 1; }
.faq-item div { display: grid; grid-template-rows: 0fr; padding: 0 22px; transition: grid-template-rows .24s ease-out, padding-bottom .24s ease-out; }
.faq-item div > p { overflow: hidden; max-width: 1120px; margin: 0; font-size: 15px; }
.faq-item.is-open div { grid-template-rows: 1fr; padding-bottom: 24px; }
.faq-item button span { transition: transform .2s ease; }
.faq-item.is-open button span { transform: rotate(180deg); }
.site-footer { padding-block: 38px; background: #064829; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 35px; }
.footer-brand span { font-size: 18px; font-weight: 900; text-transform: uppercase; }
.footer-brand p { margin: 6px 0 0; color: #b9d7c7; font-size: 12px; }
.site-footer a { display: block; margin-bottom: 5px; color: #d1e5da; font-size: 12px; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
body.motion-ready [data-reveal] { opacity: 0; }
body.motion-ready [data-reveal].is-revealing { animation: reveal-in .36s cubic-bezier(.16, 1, .3, 1) both; animation-delay: var(--reveal-delay, 0ms); }
body.motion-ready [data-reveal].is-revealed { opacity: 1; }
@keyframes reveal-in { from { opacity: 0; transform: translate3d(0, 16px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@media (max-width: 1050px) {
  .site-header { grid-template-columns: 130px minmax(0, 1fr) max-content; padding-inline: 32px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 12px; }
  .hero { min-height: 620px; }
  .hero__copy { width: min(500px, calc(100% - 48px)); }
  .activity-grid { gap: 16px; }
  .media-card img { height: 270px; }
  .media-card h3 { min-height: 80px; font-size: 16px; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .content-wrap { width: min(100% - 40px, var(--container)); }
  .section { padding-block: 56px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; padding: 8px 20px; }
  .brand-logo { width: 66px; height: 56px; }
  .site-header > .button--hotline { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; padding: 11px 8px; border: 0; border-radius: 10px; background: var(--green-soft); gap: 5px; touch-action: manipulation; }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: var(--green); transform-origin: center; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 49; top: 72px; right: 0; bottom: 0; left: 0; display: grid; justify-content: stretch; align-content: start; gap: 0; min-height: calc(100dvh - 72px); padding: 12px 20px 22px; background: #fff; box-shadow: 0 12px 20px rgba(7, 83, 47, .12); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-105%); transition: transform .25s ease, opacity .15s ease, visibility 0s linear .25s; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .site-nav a { display: flex; align-items: center; justify-content: flex-start; min-height: 58px; padding: 16px 0; border-bottom: 1px solid var(--green-line); font-size: 15px; text-align: left; }
  .site-nav a::after { right: auto; left: 0; width: 34px; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero__copy { order: 2; width: min(100% - 40px, var(--container)); margin-inline: auto; padding: 48px 0 55px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .hero__lede { margin-bottom: 28px; font-size: 16px; }
  .hero__media { order: 1; min-height: 330px; }
  .hero__media video { position: absolute; inset: 0; }
  .video-label { right: 14px; bottom: 14px; font-size: 9px; }
  .button { min-height: 50px; padding-inline: 18px; font-size: 13px; }
  .activity-grid, .solution-grid, .contact-grid, .location-grid, .story-grid, .model-grid { grid-template-columns: 1fr; }
  .activity-grid { gap: 14px; }
  .media-card img { height: auto; aspect-ratio: 1.45; }
  .media-card h3 { min-height: 68px; padding: 16px; }
  .partners h2, .activity h2 { margin-bottom: 28px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .partner-card { min-height: 128px; padding: 10px; border-radius: 14px; }
  .partner-card img { height: 70px; }
  .split-hero { min-height: auto; }
  .split-hero__inner { grid-template-columns: 1fr; gap: 28px; min-height: auto; }
  .split-hero__inner > img { height: 290px; border-radius: 20px; }
  .split-hero h2 { font-size: 2rem; }
  .service-row { grid-template-columns: 33px 1fr; align-items: start; gap: 12px; min-height: 0; padding: 20px; }
  .service-row h3 { font-size: 19px; }
  .service-row a { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 130px; }
  .solution-card { min-height: 250px; padding: 24px; }
  .solution-card h3 { font-size: 23px; }
  .model-grid { gap: 28px; min-height: auto; }
  .model-grid li { min-height: 65px; padding: 13px; font-size: 12px; }
  .about-hero h2 { font-size: 2rem; }
  .about-hero h2 br { display: none; }
  .about-hero img { height: 245px; border-radius: 20px; }
  .story-grid { gap: 25px; min-height: auto; }
  .story h2 { font-size: 2rem; }
  .timeline article { grid-template-columns: 76px 1fr; min-height: 80px; padding: 15px; font-size: 13px; }
  .contact-heading { padding-bottom: 56px; }
  .contact-heading h2 { font-size: 2rem; }
  .contact-grid { gap: 30px; }
  .location-grid { gap: 24px; }
  .location-grid iframe { height: 260px; border-radius: 18px; }
  .contact-info h2, .contact-form h2 { font-size: 28px; }
  .contact-form { padding: 22px; border-radius: 18px; }
  .faq h2 { font-size: 2rem; }
  .faq-item button { padding: 18px 16px; font-size: 14px; }
  .faq-item div { padding-inline: 16px; }
  .faq-item.is-open div { padding-bottom: 19px; }
  .faq-item p { font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
