:root {
  --green: #8dca38;
  --green-deep: #4e741b;
  --brown: #6b3e15;
  --ink: #1c211b;
  --muted: #5c6259;
  --cream: #f6f5ef;
  --white: #ffffff;
  --line: #dfe3d8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { width: min(calc(100% - 3rem), var(--max)); min-height: 106px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: 260px; height: 82px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; align-items: center; gap: 2rem; font-weight: 600; }
nav a { text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--green-deep); }
.nav-cta { padding: .7rem 1rem; border-bottom: 2px solid var(--green); }
.menu-button { display: none; border: 1px solid var(--line); background: white; padding: .65rem .85rem; font: inherit; font-weight: 600; }

.hero { width: min(calc(100% - 3rem), var(--max)); margin: 3.4rem auto 5rem; display: grid; grid-template-columns: 1.35fr .85fr; gap: 5rem; align-items: end; }
.eyebrow { margin: 0 0 1.2rem; color: var(--green-deep); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.5rem, 7.4vw, 6.9rem); font-weight: 600; }
.hero-text { max-width: 660px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.6; }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.25rem; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brown); color: white; }
.button-primary:hover { background: #4d2b0d; }
.text-link { text-decoration-color: var(--green); text-decoration-thickness: 2px; text-underline-offset: 6px; font-weight: 700; }
.hero-panel { padding: 1.6rem 1.8rem; background: var(--cream); border-top: 5px solid var(--green); }
.panel-label { margin: 0; font-weight: 700; }
.hero-panel ol { margin: 1rem 0 0; padding: 0; list-style: none; }
.hero-panel li { display: grid; grid-template-columns: 34px 1fr; gap: .2rem .8rem; padding: 1rem 0; border-top: 1px solid #d9ddcf; }
.hero-panel li span { grid-row: 1 / span 2; color: var(--green-deep); font-size: .8rem; font-weight: 700; }
.hero-panel li strong { line-height: 1.3; }
.hero-panel li small { color: var(--muted); font-size: .92rem; line-height: 1.45; }

.signal-strip { padding: 1.1rem max(1.5rem, calc((100% - var(--max)) / 2)); display: flex; justify-content: space-between; gap: 1rem; overflow: hidden; background: var(--ink); color: white; font-size: .82rem; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.signal-strip span:not(:last-child)::after { content: "/"; margin-left: clamp(1rem, 4vw, 4rem); color: var(--green); }
.section { width: min(calc(100% - 3rem), var(--max)); margin: auto; padding: 7rem 0; }
.section-heading { display: grid; grid-template-columns: .55fr 1.35fr 1fr; gap: 3rem; align-items: start; }
.section-heading h2, .approach h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.2rem); font-weight: 600; }
.section-heading > p:last-child { margin: .2rem 0 0; color: var(--muted); font-size: 1.08rem; }
.capability-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article { min-height: 330px; padding: 2rem; }
.capability-grid article + article { border-left: 1px solid var(--line); }
.card-number { color: var(--green-deep); font-size: .8rem; font-weight: 700; }
.capability-grid h3 { margin: 5.5rem 0 1rem; font-size: 1.55rem; }
.capability-grid p { margin: 0; color: var(--muted); }

.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; border-top: 1px solid var(--line); }
.approach-copy > p { margin-top: 0; color: var(--muted); font-size: 1.15rem; }
.principles { margin-top: 2.5rem; }
.principles div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.principles span { color: var(--muted); }

.contact { padding: 5.5rem max(1.5rem, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 6rem; background: var(--brown); color: white; }
.contact .eyebrow { color: var(--green); }
.contact-copy { align-self: end; }
.contact-copy p { margin: 0 0 2rem; color: #eadfd3; font-size: 1.1rem; }
.button-light { background: white; color: var(--brown); }
.button-light:hover { background: var(--green); color: var(--ink); }
footer { width: min(calc(100% - 3rem), var(--max)); margin: auto; min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; color: var(--muted); font-size: .85rem; }
footer img { width: 130px; height: 70px; object-fit: contain; }

@media (max-width: 850px) {
  .site-header { min-height: 86px; }
  .brand { width: 205px; height: 64px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 78px; left: 1.5rem; right: 1.5rem; z-index: 10; display: none; padding: 1.25rem; flex-direction: column; align-items: stretch; gap: 1rem; background: white; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
  nav.open { display: flex; }
  .nav-cta { border: 0; background: var(--brown); color: white; text-align: center; }
  .hero { margin-top: 2.5rem; grid-template-columns: 1fr; gap: 3rem; }
  .section-heading { grid-template-columns: 1fr; gap: .5rem; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: auto; }
  .capability-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 2.5rem; }
  .approach { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact { grid-template-columns: 1fr; gap: 2rem; }
  footer { grid-template-columns: 1fr; gap: .2rem; padding: 2rem 0; }
  footer img { margin-bottom: .8rem; }
}

@media (max-width: 520px) {
  .site-header, .hero, .section, footer { width: min(calc(100% - 2rem), var(--max)); }
  h1 { font-size: 3.25rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .section { padding: 5rem 0; }
  .signal-strip span:nth-child(even) { display: none; }
  .principles div { grid-template-columns: 1fr; gap: .1rem; }
}

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