:root {
  --forest: #1d3f2d;
  --deep-forest: #183528;
  --sage: #6f8a60;
  --soft-sage: #cbd9bc;
  --cream: #f1f5e4;
  --paper: #fbfcf5;
  --line: rgba(29, 63, 45, .2);
  color: var(--forest);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251, 252, 245, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .78rem; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--sage); }
.nav-contact { border: 1px solid var(--forest) !important; padding: 12px 18px !important; }
.menu-toggle { display: none; color: var(--forest); background: none; border: 1px solid var(--forest); padding: 10px 15px; font-weight: bold; }
.section-shell { min-height: 610px; display: flex; align-items: center; background: var(--cream); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 22px; color: var(--sage); font-size: .72rem; font-weight: bold; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .96; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(4rem, 9vw, 8.2rem); font-weight: 700; }
h1 em { color: var(--sage); font-style: normal; }
h2 { margin-bottom: 30px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.hero-lead { max-width: 425px; margin-bottom: 34px; font-size: 1.15rem; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 16px 20px; background: var(--forest); color: var(--cream); font-weight: bold; }
.button span { font-size: 1.35rem; }
.hero-mark { display: flex; align-items: center; justify-content: center; min-height: 410px; }
.hero-mark img { width: min(100%, 520px); height: auto; mix-blend-mode: multiply; }
.contact-strip { padding: 80px 0; background: var(--forest); color: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-strip .eyebrow { color: var(--soft-sage); }
.contact-strip h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.person-card { padding: 22px 0; border-top: 1px solid rgba(241,245,228,.5); }
.person-role { color: var(--soft-sage); font-size: .72rem; font-weight: bold; text-transform: uppercase; letter-spacing: .12em; }
.person-card h3 { margin-bottom: 15px; font-size: 1.45rem; }
.person-card a { display: block; margin-top: 5px; color: var(--cream); font-size: .95rem; }
.content-section { padding: 110px 0; }
.tinted { background: var(--cream); }
.two-columns, .project-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.two-columns p, .project-feature p { max-width: 510px; font-size: 1.1rem; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); background: rgba(251,252,245,.5); }
.card-number { color: var(--sage); font-weight: bold; }
.info-card h3 { margin: 75px 0 12px; font-size: 1.5rem; }
.info-card p { margin-bottom: 0; }
.text-link { display: inline-block; margin-top: 15px; border-bottom: 1px solid var(--forest); padding-bottom: 7px; font-weight: bold; }
.news-list { border-top: 1px solid var(--line); }
.news-list article { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.news-list span { color: var(--sage); font-size: .78rem; font-weight: bold; letter-spacing: .1em; }
.news-list h3 { margin: 0; font-size: 1.35rem; }
.news-list a { justify-self: end; font-weight: bold; }
.site-footer { padding: 30px 0; background: var(--deep-forest); color: var(--cream); font-size: .8rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner img { width: 95px; height: 38px; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.footer-inner p { margin: 0; }

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 560px); }
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px 16px; flex-direction: column; align-items: stretch; gap: 8px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; }
  .hero-grid, .contact-grid, .two-columns, .project-feature { grid-template-columns: 1fr; gap: 40px; }
  .section-shell { min-height: auto; padding: 100px 0 90px; }
  .hero-mark { min-height: auto; }
  .hero-mark img { width: min(100%, 400px); }
  .contact-strip, .content-section { padding: 75px 0; }
  .people-grid, .cards-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 220px; }
  .info-card h3 { margin-top: 45px; }
  .news-list article { grid-template-columns: 1fr; gap: 8px; }
  .news-list a { justify-self: start; margin-top: 8px; }
  .footer-inner { flex-wrap: wrap; }
}
