:root {
  --green: #078b19;
  --green-dark: #056611;
  --black: #111111;
  --cream: #f7f5ef;
  --white: #ffffff;
  --gray: #666a70;
  --line: #dddcd6;
  --shadow: 0 18px 45px rgba(17, 17, 17, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Montserrat', sans-serif; color: var(--black); background: var(--white); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,.08); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 285px; max-height: 74px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: .91rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: white !important; padding: 13px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.8rem; }
.hero { background: linear-gradient(135deg, #fbfaf6 0%, #eef8ef 100%); padding: 90px 0 75px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-block; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin-bottom: 14px; }
.hero h1, .section-heading h2, .about-card h2, .cta-section h2 { font-family: 'Libre Baskerville', serif; line-height: 1.12; margin: 0; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); max-width: 840px; }
.hero h1 span { color: var(--green); }
.hero-copy > p { color: var(--gray); font-size: 1.1rem; max-width: 720px; margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; text-decoration: none; font-weight: 800; border-radius: 6px; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: white; }
.button.secondary { border: 2px solid var(--black); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.trust-row div { border-left: 3px solid var(--green); padding-left: 14px; }
.trust-row strong, .trust-row span { display: block; }
.trust-row span { color: var(--gray); font-size: .78rem; margin-top: 5px; }
.hero-panel { position: relative; }
.hero-panel::before { content: ''; position: absolute; width: 340px; height: 340px; border: 55px solid rgba(7,139,25,.08); border-radius: 50%; right: -130px; top: -100px; }
.hero-card { position: relative; background: white; box-shadow: var(--shadow); border-radius: 18px; padding: 34px; }
.hero-card-main { min-height: 340px; display: flex; flex-direction: column; justify-content: center; border-top: 8px solid var(--green); }
.hero-card h2 { font-family: 'Libre Baskerville', serif; font-size: 2rem; line-height: 1.25; margin: 8px 0 16px; }
.hero-card p, .stat-card span { color: var(--gray); }
.mini-tag { font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; color: var(--green); }
.stat-card { margin: -25px 25px 0 -28px; padding: 22px 26px; }
.stat-card strong, .stat-card span { display: block; }
.stat-card span { font-size: .88rem; margin-top: 5px; }
.section { padding: 95px 0; }
.section.alt { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading h2, .about-card h2, .cta-section h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
.section-heading p { color: var(--gray); font-size: 1.02rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .75fr; gap: 50px; align-items: end; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { border: 1px solid var(--line); padding: 28px; border-radius: 12px; background: white; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.service-card > span { color: var(--green); font-weight: 800; font-size: .8rem; }
.service-card h3 { margin: 12px 0 9px; font-size: 1.18rem; }
.service-card p { margin: 0; color: var(--gray); font-size: .91rem; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { background: white; border-radius: 14px; padding: 28px; border: 1px solid var(--line); }
.project-card.featured { grid-row: span 2; background: var(--black); color: white; padding: 36px; }
.project-label { color: var(--green); text-transform: uppercase; font-weight: 800; letter-spacing: .1em; font-size: .73rem; }
.project-card h3 { font-family: 'Libre Baskerville', serif; font-size: 1.35rem; margin: 12px 0; }
.project-card p { color: var(--gray); margin-bottom: 0; }
.project-card.featured p, .project-card.featured li { color: #d7d7d7; }
.project-card ul { padding-left: 20px; margin-top: 22px; }
.process-wrap { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step span { width: 44px; height: 44px; display: grid; place-items: center; background: var(--green); color: white; border-radius: 50%; font-weight: 800; }
.process-step h3 { margin: 18px 0 8px; }
.process-step p { color: var(--gray); margin: 0; font-size: .92rem; }
.about-section { background: #101510; color: white; }
.about-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: center; }
.about-card p { color: #cfd3cf; max-width: 730px; }
.location-card { background: white; color: var(--black); padding: 34px; border-radius: 14px; }
.location-card p { color: var(--gray); }
.location-card hr { border: 0; border-top: 1px solid var(--line); margin: 26px 0; }
.cta-section { background: var(--green); color: white; padding: 80px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: center; }
.cta-section p { max-width: 650px; color: rgba(255,255,255,.86); }
.eyebrow.light { color: #d9ffd9; }
.contact-card { background: white; color: var(--black); padding: 30px; border-radius: 14px; }
.contact-line { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.contact-line span { color: var(--gray); }
.contact-line a { color: var(--green-dark); font-weight: 700; text-decoration: none; }
.button.white { background: var(--black); color: white; width: 100%; margin-top: 22px; }
footer { padding: 34px 0; background: #f3f3f1; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.footer-grid img { width: 220px; }
.footer-grid strong, .footer-grid span { display: block; }
.footer-grid span, footer p { color: var(--gray); font-size: .83rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; font-weight: 700; }
footer p { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 20px; margin: 0; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 92px; background: white; padding: 24px; flex-direction: column; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .hero-grid, .about-grid, .cta-grid, .split-heading { grid-template-columns: 1fr; }
  .hero-panel { max-width: 650px; }
  .service-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 26px, 1180px); }
  .brand img { width: 220px; }
  .nav-wrap { min-height: 78px; }
  .site-nav { top: 78px; }
  .hero { padding-top: 58px; }
  .trust-row, .service-grid, .project-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .project-card.featured { grid-row: auto; }
  .stat-card { margin: 16px 0 0; }
  .hero-card { padding: 26px; }
  .section { padding: 70px 0; }
  .footer-links { justify-content: flex-start; }
}
