:root {
  --ink: #f7f5ec;
  --muted: #bbc5b5;
  --forest: #07150d;
  --forest-mid: #0d2416;
  --forest-soft: #15341f;
  --orange: #ef7d00;
  --logo-green: #81cc29;
  --line: rgba(247, 245, 236, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--forest); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.site-shell { min-height: 100vh; background: radial-gradient(circle at 82% 6%, rgba(67,108,68,.18), transparent 28rem), var(--forest); }
.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; min-height: 86px; padding: 0 5vw; border-bottom: 1px solid rgba(16,15,13,.14); background: rgba(255,255,255,.97); color: #100f0d; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: fit-content; text-decoration: none; }
.brand-logo { display: block; width: 164px; height: 68px; object-fit: contain; object-position: left center; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: .95rem; letter-spacing: .03em; }
.brand small { margin-top: .28rem; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { position: relative; width: 34px; height: 42px; border-bottom: 2px solid var(--ink); }
.brand-mark i { position: absolute; left: 50%; width: 0; height: 0; border-right: 10px solid transparent; border-bottom: 14px solid var(--ink); border-left: 10px solid transparent; transform: translateX(-50%); }
.brand-mark i:nth-child(1) { top: 1px; }
.brand-mark i:nth-child(2) { top: 10px; border-right-width: 13px; border-bottom-width: 17px; border-left-width: 13px; }
.brand-mark i:nth-child(3) { top: 21px; border-right-width: 16px; border-bottom-width: 19px; border-left-width: 16px; }
.site-header nav { display: flex; align-items: center; gap: 2rem; }
.site-header nav a, .footer-links a { color: var(--muted); font-size: 1.05rem; text-decoration: none; }
.site-header nav a { color: #100f0d; }
.site-header nav a:hover, .footer-links a:hover { color: var(--ink); }
.site-header nav a:hover { color: #4d7e1f; }
.header-cta { justify-self: end; padding: .8rem 1.1rem; border: 2px solid #100f0d; border-radius: 999px; color: #100f0d; font-size: .92rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: background-color .18s ease, color .18s ease, box-shadow .18s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--logo-green); color: #100f0d; box-shadow: 0 0 0 3px rgba(129,204,41,.28); }
.hero { display: grid; grid-template-columns: 1fr; min-height: 720px; border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 7rem 6vw; background: var(--logo-green); color: #100f0d; }
.hero-copy .eyebrow { color: #100f0d; }
.eyebrow { margin: 0 0 1.2rem; color: var(--orange); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.7rem,7vw,7.7rem); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }
.hero-lead { max-width: 680px; margin: 2rem 0 0; color: #213018; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 1.35rem; border-radius: 999px; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.button-primary { background: #100f0d; color: var(--ink); }
.button-secondary { border: 1px solid rgba(16,15,13,.35); }
.hero-visual { position: relative; min-height: 540px; overflow: hidden; border-top: 1px solid rgba(16,15,13,.18); border-left: 0; background: linear-gradient(135deg,rgba(255,255,255,.08),transparent 44%), repeating-linear-gradient(90deg,transparent 0 54px,rgba(255,255,255,.04) 55px 56px), #6faf2d; }
.terrain { position: absolute; border: 1px solid rgba(239,125,0,.52); border-radius: 50%; transform: rotate(-18deg); }
.terrain-one { width: 640px; height: 340px; top: 8%; left: 4%; }
.terrain-two { width: 520px; height: 270px; top: 18%; left: 15%; }
.terrain-three { width: 390px; height: 205px; top: 28%; left: 26%; }
.field-card { position: absolute; right: 7%; bottom: 8%; left: 9%; padding: 2rem; border: 1px solid var(--line); background: rgba(7,21,13,.9); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.field-card span { color: var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.field-card strong { display: block; margin-top: .7rem; font-size: clamp(1.5rem,3vw,2.4rem); line-height: 1.05; }
.field-card p { margin: 1rem 0 0; color: var(--muted); line-height: 1.6; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: #4f822f; }
.trust-strip span { padding: 1.25rem 1rem; border-right: 1px solid var(--line); color: var(--muted); font-size: .72rem; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.services { padding: 8rem 6vw; background: #285b35; }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 1rem 6vw; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1/-1; margin-bottom: 0; }
.section-heading h2, .safety-panel h2, .contact-panel h2, .legal-header h1 { margin: 0; font-size: clamp(2.6rem,5vw,5.2rem); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.section-heading > p:last-child, .safety-panel > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 320px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #316b3d; }
.service-card:nth-child(2) { background: #2c6238; }
.service-card:nth-child(3) { background: #275832; }
.service-number { color: var(--orange); font-family: monospace; font-size: .8rem; }
.service-card h3 { margin: 5rem 0 1rem; font-size: 1.6rem; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.safety-panel, .contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; padding: 7rem 6vw; border-bottom: 1px solid var(--line); }
.safety-panel { background: #1c492d; }
.contact-panel { background: #123a24; color: var(--ink); }
.contact-panel .eyebrow { color: var(--logo-green); }
.contact-details { display: grid; gap: .45rem; padding: 2rem; border: 1px solid rgba(247,245,236,.25); }
.contact-details p { margin: 0; }
.contact-details a { margin-top: .6rem; font-weight: 700; }
.site-footer { display: flex; align-items: center; justify-content: center; min-height: 86px; padding: 0 5vw; background: #fff; }
.footer-logo { width: 164px; height: 68px; object-fit: contain; }
.footer-legal { display: flex; justify-content: center; gap: 2rem; padding: 1rem 5vw; border-top: 1px solid rgba(16,15,13,.16); background: #f2f4ef; }
.footer-legal a { color: #100f0d; font-size: .9rem; text-decoration: none; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: #4d7e1f; text-decoration: underline; }
.legal-page { min-height: 80vh; }
.legal-header { padding: 7rem 7vw 4rem; border-bottom: 1px solid var(--line); background: var(--forest-mid); }
.legal-header p:last-child { margin: 1.5rem 0 0; color: var(--muted); }
.legal-content { max-width: 940px; margin: 0 auto; padding: 5rem 2rem 7rem; }
.legal-content h2 { margin: 3rem 0 .7rem; color: var(--orange); font-size: .82rem; letter-spacing: .11em; text-transform: uppercase; }
.legal-content p, .legal-content address { margin: 0 0 1.15rem; color: #d5ddd1; font-size: 1rem; font-style: normal; line-height: 1.8; }
.legal-content a { color: var(--ink); }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 74px; }
  .site-header nav { display: none; }
  .hero, .section-heading, .safety-panel, .contact-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding: 6rem 6vw 4rem; }
  .hero-visual { min-height: 480px; border-top: 1px solid var(--line); border-left: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-card h3 { margin-top: 3.5rem; }
}
@media (max-width: 620px) {
  .site-header { padding: 0 1rem; }
  .header-cta { padding: .7rem .85rem; font-size: .66rem; }
  .brand-logo { width: 132px; height: 60px; }
  .site-footer { min-height: 74px; }
  .footer-logo { width: 132px; height: 60px; }
  .footer-legal { flex-wrap: wrap; gap: .8rem 1.4rem; }
  .hero h1 { font-size: clamp(3.2rem,16vw,5rem); }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .services, .safety-panel, .contact-panel { padding: 5rem 1.25rem; }
  .legal-header { padding: 5rem 1.25rem 3rem; }
  .legal-content { padding: 3rem 1.25rem 5rem; }
}
