:root{color-scheme:light;--ink: #17201a;--muted: #657066;--line: #dde4dc;--paper: #f8f7f1;--white: #ffffff;--green: #2f6b4f;--green-dark: #153e2d;--gold: #d7a642;--steel: #6f7e83;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,4vw,56px);background:#f8f7f1eb;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:0}.brand-mark{display:grid;width:42px;height:42px;place-items:center;background:var(--green-dark);color:var(--white);font-size:.82rem}nav{display:flex;align-items:center;gap:clamp(12px,2vw,28px);color:var(--muted);font-size:.94rem;font-weight:650}nav a:hover{color:var(--green-dark)}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:clamp(28px,5vw,72px);min-height:calc(100vh - 79px);padding:clamp(44px,8vw,96px) clamp(20px,4vw,56px) clamp(28px,5vw,64px);align-items:center}.hero h1,.section-copy h2,.section-heading h2,.cta-section h2{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:.98;letter-spacing:0}.hero h1{max-width:740px;font-size:clamp(3.4rem,8vw,8.4rem)}.hero-copy p:not(.eyebrow),.section-copy p,.cta-section p,.project-row p,.product-card p{color:var(--muted);line-height:1.75}.hero-copy>p:not(.eyebrow){max-width:650px;margin:26px 0 0;font-size:1.08rem}.eyebrow{margin:0 0 18px;color:var(--green);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--green-dark);font-weight:800}.button.primary{background:var(--green-dark);color:var(--white)}.button.secondary{background:transparent;color:var(--green-dark)}.image-panel{position:relative;overflow:hidden;min-height:260px;background:linear-gradient(135deg,#153e2dd9,#2f6b4f73),repeating-linear-gradient(45deg,#dfe6df 0 12px,#edf1ea 12px 24px)}.image-panel img{position:relative;z-index:1}.image-panel img[src$=".jpg"]{background:transparent}.hero-media{min-height:min(68vh,720px)}.hero-media figcaption{position:absolute;right:18px;bottom:18px;z-index:2;padding:12px 14px;background:var(--gold);color:var(--ink);font-size:.82rem;font-weight:800}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.stats-strip div{padding:28px clamp(18px,3vw,42px);border-right:1px solid var(--line)}.stats-strip div:last-child{border-right:0}.stats-strip strong{display:block;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,4rem);font-weight:500}.stats-strip span{color:var(--muted);font-weight:700}.split-section,.products-section,.projects-section,.cta-section{padding:clamp(64px,9vw,118px) clamp(20px,4vw,56px)}.split-section{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1fr);gap:clamp(32px,6vw,88px);align-items:center}.tall{min-height:620px}.section-copy h2,.section-heading h2,.cta-section h2{font-size:clamp(2.5rem,5vw,5.5rem)}.section-copy p{max-width:760px;margin:24px 0 0}.capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.capability-grid span{padding:14px 16px;background:var(--white);border-left:4px solid var(--gold);color:var(--green-dark);font-weight:800}.products-section{background:var(--green-dark);color:var(--white)}.products-section .eyebrow,.products-section .product-card p{color:#c8d8cd}.section-heading{display:flex;justify-content:space-between;gap:32px;margin-bottom:36px}.section-heading h2{max-width:840px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#ffffff29}.product-card{background:#204b38;padding:18px}.card-image{aspect-ratio:4 / 3;min-height:0;margin-bottom:22px}.product-card h3,.project-row h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.4vw,2.2rem);font-weight:500}.product-card p{margin:14px 0 0}.project-list{display:grid;gap:1px;background:var(--line)}.project-row{display:grid;grid-template-columns:minmax(240px,.42fr) 1fr;gap:clamp(22px,4vw,56px);align-items:center;padding:clamp(18px,3vw,32px);background:var(--white)}.project-image{aspect-ratio:16 / 10;min-height:0}.project-row span{display:block;margin-bottom:8px;color:var(--green);font-weight:800;text-transform:uppercase}.cta-section{background:var(--gold)}.cta-section h2{max-width:1040px}.cta-section p{max-width:780px;color:#403619}.site-footer{display:grid;grid-template-columns:1fr auto;gap:28px;padding:42px clamp(20px,4vw,56px);background:#111912;color:var(--white)}.site-footer p,.site-footer address{color:#c2ccc4;font-style:normal;line-height:1.8}.footer-brand .brand-mark{background:var(--gold);color:var(--ink)}@media(max-width:980px){.hero,.split-section{grid-template-columns:1fr}.hero{min-height:0}.stats-strip,.product-grid{grid-template-columns:repeat(2,1fr)}.section-heading,.site-footer{display:block}}@media(max-width:680px){.site-header{position:static;align-items:flex-start;flex-direction:column}nav{width:100%;justify-content:space-between;overflow-x:auto}.hero h1{font-size:clamp(3rem,16vw,4.4rem)}.stats-strip,.product-grid,.capability-grid,.project-row{grid-template-columns:1fr}.stats-strip div{border-right:0;border-bottom:1px solid var(--line)}.tall,.hero-media{min-height:360px}}
