:root{color-scheme:light;--ink:#171b1c;--muted:#596260;--paper:#f7f4ed;--paper-strong:#fffaf1;--forest:#163f35;--moss:#7d8d57;--rust:#a95e32;--steel:#d7d8d2;--line:rgba(23,27,28,0.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.hero{position:relative;min-height:84svh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:linear-gradient(135deg,rgba(22,63,53,.98),rgba(22,63,53,.9) 54%,rgba(125,141,87,.86)),var(--forest);color:var(--paper-strong)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,20,18,.64),rgba(11,20,18,.42) 44%,rgba(11,20,18,.1)),linear-gradient(0deg,rgba(11,20,18,.3),rgba(11,20,18,.02));z-index:1}.heroContent,.nav{position:relative;z-index:2}.nav{display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0}.brandMark{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(255,250,241,.45);border-radius:50%;font-weight:800}.navLinks{display:flex;gap:24px;align-items:center;color:rgba(255,250,241,.84);font-size:.95rem}.navLinks a{padding:8px 0}.navLinks a:hover{color:var(--paper-strong)}.heroContent{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:9svh 0 8svh}.eyebrow{margin:0 0 14px;color:var(--rust);font-size:.78rem;font-weight:800;text-transform:uppercase}.hero .eyebrow{color:#e7b07a}h1,h2,h3,p{margin-top:0}h1{max-width:820px;margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.05rem,8vw,7.5rem);line-height:.95;font-weight:500}.heroLead{max-width:650px;color:rgba(255,250,241,.88);font-size:clamp(1.08rem,2vw,1.38rem);line-height:1.55}.contactPanel,.heroActions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:0;border-radius:6px;padding:0 18px;font:inherit;font-weight:800;cursor:pointer}.buttonPrimary{background:var(--rust);color:var(--paper-strong)}.buttonSecondary{border:1px solid rgba(255,250,241,.55);color:var(--paper-strong)}.proofStrip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:var(--paper-strong)}.proofStrip div{padding:28px clamp(20px,5vw,56px);border-right:1px solid var(--line)}.proofStrip div:last-child{border-right:0}.proofStrip span,.proofStrip strong{display:block}.proofStrip strong{margin-bottom:8px;font-size:1.05rem}.proofStrip span{color:var(--muted)}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:clamp(72px,9vw,124px) 0}.split{display:grid;grid-template-columns:minmax(0,.94fr) minmax(320px,.72fr);grid-gap:clamp(36px,8vw,96px);gap:clamp(36px,8vw,96px);align-items:start}.sectionTint{width:100%;max-width:none;padding-inline:max(20px,calc((100% - 1180px) / 2));background:#ece8dd}.contact h2,.sectionHeader h2,.sectionText h2{margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4vw,4.6rem);line-height:1;font-weight:500}.contactPanel p,.sectionHeader p,.sectionText p{color:var(--muted);font-size:1.05rem;line-height:1.7}.checkList{display:grid;grid-gap:14px;gap:14px;margin:0;padding:0;list-style:none}.checkList li{position:relative;min-height:58px;padding:18px 18px 18px 50px;border:1px solid var(--line);border-radius:8px;background:rgba(255,250,241,.58);line-height:1.45}.checkList li:before{content:"";position:absolute;top:22px;left:20px;width:12px;height:12px;border-radius:50%;background:var(--moss)}.standards{width:min(1240px,calc(100% - 40px))}.sectionHeader{max-width:790px;margin-bottom:34px}.pillarGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.brandGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.pillar{min-height:290px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper-strong)}.pillar p{color:var(--rust);font-size:.85rem;font-weight:800;text-transform:uppercase}.brandCard h3,.pillar h3{margin-bottom:14px;font-size:1.45rem}.brandCard p,.pillar small,.pillar span{display:block;color:var(--muted);line-height:1.6}.pillar small{margin-top:24px;font-size:.92rem}.standardsNote{margin-top:18px;padding:22px 24px;border-left:4px solid var(--rust);background:#e7ded0;line-height:1.65}.brands{width:min(1240px,calc(100% - 40px))}.brandCard{display:grid;min-height:260px;align-content:start;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper-strong)}.brandCard span{display:inline-flex;margin-bottom:14px;color:var(--rust);font-size:.82rem;font-weight:800;text-transform:uppercase}.contact{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,.62fr);grid-gap:clamp(28px,6vw,84px);gap:clamp(28px,6vw,84px);align-items:center;padding:clamp(72px,9vw,118px) max(20px,calc((100% - 1180px) / 2));background:var(--forest);color:var(--paper-strong)}.contact .eyebrow{color:#e7b07a}.contactPanel{justify-content:flex-start}.contactPanel p{width:100%;color:rgba(255,250,241,.82)}@media (max-width:900px){.contact,.proofStrip,.split{grid-template-columns:1fr}.proofStrip div{border-right:0;border-bottom:1px solid var(--line)}.brandGrid,.pillarGrid{grid-template-columns:1fr}}@media (max-width:760px){.nav{align-items:flex-start;gap:18px}.navLinks{flex-wrap:wrap;justify-content:flex-end;gap:12px 16px;font-size:.9rem}.hero{min-height:82svh}.hero:after{background:linear-gradient(0deg,rgba(11,20,18,.68),rgba(11,20,18,.38) 70%,rgba(11,20,18,.08)),linear-gradient(90deg,rgba(11,20,18,.26),rgba(11,20,18,.04))}.heroContent{padding:6svh 0}h1{font-size:clamp(2.9rem,14.5vw,4.2rem)}.button{width:100%}.brands,.section,.standards{width:min(100% - 28px,1180px)}.contact h2,.sectionHeader h2,.sectionText h2{font-size:clamp(2.15rem,11vw,3.35rem)}}