:root {
  --forest: #143c2c;
  --forest-deep: #09261c;
  --lime: #d7ef62;
  --cream: #f5f2e9;
  --ink: #17201b;
  --muted: #5e6a63;
  --white: #fff;
  --line: rgba(23,32,27,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 86px; padding: 0 clamp(22px,5vw,72px); color: white; background: linear-gradient(to bottom,rgba(5,24,17,.65),transparent); }
.brand img { width: 72px; height: 66px; object-fit: contain; filter: brightness(0) invert(1); }
nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 600; }
nav a { border-bottom: 1px solid transparent; }
nav a:hover { border-color: currentColor; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.65)!important; border-radius: 999px; }
.menu-toggle { display: none; border: 0; color: white; background: transparent; font: inherit; font-weight: 600; }
.hero { position: relative; min-height: 94vh; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.hero-image,.hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg,rgba(4,29,19,.88) 0%,rgba(4,29,19,.54) 48%,rgba(4,29,19,.12) 78%),linear-gradient(0deg,rgba(4,29,19,.68),transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(900px,88vw); margin: 0 0 clamp(86px,12vh,130px) clamp(22px,7vw,110px); }
.eyebrow,.section-label { text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; }
.eyebrow { color: var(--lime); }
h1,h2 { font-family: "Fraunces", serif; line-height: 1.03; letter-spacing: -.035em; }
h1 { margin: 15px 0 24px; max-width: 15ch; font-size: clamp(2.7rem,5.6vw,5.1rem); }
.hero-content > p:not(.eyebrow) { max-width: 640px; margin: 0 0 30px; font-size: clamp(1.05rem,2vw,1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 23px; border-radius: 999px; font-weight: 700; transition: transform .2s,background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--forest-deep); }
.button-ghost { border: 1px solid rgba(255,255,255,.65); }
.scroll-cue { position: absolute; z-index: 2; right: clamp(22px,5vw,72px); bottom: 38px; display: flex; gap: 12px; align-items: center; font-size: .84rem; }
.scroll-cue span { font-size: 1.5rem; }
.section { padding: clamp(80px,11vw,150px) clamp(22px,7vw,110px); }
.section-label { color: #557064; margin-bottom: 25px; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px,8vw,120px); }
.intro h2,.section-heading h2,.corporate h2,.contact h2 { margin: 0; font-size: clamp(2.5rem,5vw,5rem); }
.intro p,.section-heading p,.corporate p { color: var(--muted); }
.intro p:first-child { margin-top: 4px; font-size: 1.2rem; color: var(--ink); }
.impact-band { display: grid; grid-template-columns: repeat(5,1fr); background: var(--forest); color: white; padding: 54px clamp(22px,5vw,72px); }
.impact-band div { padding: 6px 20px; border-right: 1px solid rgba(255,255,255,.2); }
.impact-band div:last-child { border: 0; }
.impact-band strong { display: block; color: var(--lime); font-family: "Fraunces",serif; font-size: clamp(2rem,3vw,3.2rem); line-height: 1; }
.impact-band span { display: block; margin-top: 10px; font-size: .82rem; line-height: 1.4; color: rgba(255,255,255,.86); }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 50px; align-items: end; margin-bottom: 60px; }
.section-heading p { margin: 0; }
.cards { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.card { grid-column: span 2; min-height: 450px; position: relative; overflow: hidden; background: #173d2e; color: white; }
.card-wide { grid-column: span 3; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,24,17,.88),transparent 65%); }
.card:hover img { transform: scale(1.035); }
.card-copy { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 24px; }
.card-copy span { color: var(--lime); font-size: .78rem; }
.card h3 { margin: 0 0 8px; font-family: "Fraunces",serif; font-size: 1.75rem; line-height: 1.15; }
.card p { margin: 0; font-size: .93rem; color: rgba(255,255,255,.82); }
.corporate { display: grid; grid-template-columns: 1fr 1fr; padding-top: 20px; gap: clamp(40px,8vw,110px); align-items: center; }
.corporate-image { position: relative; }
.corporate-image::before { content: ""; position: absolute; left: -18px; top: -18px; width: 45%; height: 45%; background: var(--lime); }
.corporate-image img { position: relative; width: 100%; min-height: 560px; object-fit: cover; }
.corporate ul { padding: 0; margin: 28px 0; list-style: none; }
.corporate li { padding: 11px 0 11px 28px; border-bottom: 1px solid var(--line); position: relative; }
.corporate li::before { content: "+"; position: absolute; left: 0; color: #5f7f23; font-weight: 700; }
.text-link { display: inline-flex; gap: 18px; border-bottom: 1px solid; padding-bottom: 3px; font-weight: 700; }
.method { background: white; }
.method-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.method article { padding: 5px 28px 5px 0; margin-right: 28px; border-right: 1px solid var(--line); }
.method article:last-child { border: 0; }
.method article span { display: inline-block; padding: 4px 11px; border: 1px solid rgba(100,133,44,.45); border-radius: 999px; color: #4f6d23; font-size: .8rem; font-weight: 700; }
.method h3 { margin: 20px 0 8px; font-family: "Fraunces",serif; font-size: 1.6rem; }
.method p { margin: 0; color: var(--muted); font-size: .95rem; }
.contact { padding: clamp(75px,10vw,130px) clamp(22px,7vw,110px); display: grid; grid-template-columns: 1.25fr .55fr; gap: 60px; align-items: end; color: white; background: var(--forest-deep); }
.section-label.light { color: var(--lime); }
.contact p { max-width: 760px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.button-white { background: white; color: var(--forest-deep); }
.social-link { border-bottom: 1px solid rgba(255,255,255,.55); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px clamp(22px,7vw,110px); background: #061c15; color: rgba(255,255,255,.62); font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; font-weight: 700; }
.footer-brand img { width: 43px; height: 43px; object-fit: contain; filter: brightness(0) invert(1); }
@media (max-width: 900px) {
  .impact-band { grid-template-columns: repeat(2,1fr); gap: 25px 0; }
  .impact-band div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 20px; }
  .intro-grid,.section-heading,.corporate,.contact { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .card,.card-wide { grid-column: span 1; }
  .method-grid { grid-template-columns: 1fr 1fr; gap: 42px 0; }
}
@media (max-width: 680px) {
  .site-header { height: 70px; }
  .brand img { width: 54px; height: 52px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; left: 18px; right: 18px; top: 67px; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; background: var(--forest-deep); border-radius: 8px; }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .nav-cta { border: 0!important; padding: 12px; }
  .hero { min-height: 780px; }
  .hero-overlay { background: linear-gradient(0deg,rgba(4,29,19,.93) 0%,rgba(4,29,19,.48) 70%,rgba(4,29,19,.35)); }
  .hero-content { margin: 0 22px 90px; width: auto; }
  h1 { font-size: clamp(2.4rem,10vw,3.4rem); max-width: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .scroll-cue { display: none; }
  .impact-band,.cards,.method-grid { grid-template-columns: 1fr; }
  .card { min-height: 390px; }
  .corporate-image img { min-height: 420px; }
  .method article { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
  .method h3 { margin-top: 16px; }
  footer { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none!important; } }

footer p { margin: 0; }
footer a:hover { color: #fff; }
.contact-actions .social-link { font-size: .95rem; }
