:root{--ink:#1b2018;--olive:#667238;--olive2:#87984c;--cream:#f4f1e9;--paper:#fff;--muted:#656b61;--line:#d9d9cf;--max:1180px;--radius:20px;--shadow:0 16px 40px rgba(23,30,20,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 2rem));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(21,25,18,.96);color:white;border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(12px)}.nav-row{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.8rem}.brand img{width:50px;height:50px;border-radius:12px}.brand strong{display:block;font-size:1.2rem;letter-spacing:.045em}.brand small{display:block;color:#bec4b6;letter-spacing:.08em;text-transform:uppercase;font-size:.69rem}.site-header nav{display:flex;gap:1.5rem;flex-wrap:wrap}.site-header nav a{font-size:.91rem;font-weight:750;color:#e6e9e1}.site-header nav a:hover{color:#c7da70}
.hero{position:relative;min-height:670px;display:grid;align-items:center;overflow:hidden;background:#151a13}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(12,15,10,.94) 0%,rgba(12,15,10,.76) 40%,rgba(12,15,10,.14) 78%)}.hero-content{position:relative;z-index:2;color:#fff;padding:6rem 0;max-width:720px}.kicker,.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.76rem;font-weight:850;color:#b7ca61}.hero h1{font-size:clamp(3rem,7vw,6.2rem);line-height:.92;margin:.8rem 0 1.5rem;letter-spacing:-.055em;text-transform:uppercase}.hero h1 span{color:#b8ca62}.lead{max-width:640px;font-size:1.14rem;color:#e2e6de}.actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:2rem}.button{padding:.95rem 1.25rem;border-radius:8px;font-weight:850;text-transform:uppercase;letter-spacing:.035em;font-size:.85rem}.primary{background:var(--olive2);color:#10140e}.ghost{border:1px solid rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.05)}.button:hover{transform:translateY(-2px)}
.quick{background:#fff;border-bottom:1px solid var(--line)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}.quick article{display:flex;gap:1rem;padding:2rem 1.25rem;border-right:1px solid var(--line)}.quick article:last-child{border-right:0}.quick span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--olive);color:white;font-size:1.3rem}.quick h2{font-size:1rem;margin:0 0 .3rem;text-transform:uppercase}.quick p{margin:0;color:var(--muted);font-size:.91rem}
.section{padding:6rem 0}.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:4rem;align-items:center}.copy h2,.section-heading h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:.5rem 0 1.2rem;letter-spacing:-.035em}.copy p{color:var(--muted)}.checklist{list-style:none;padding:0;margin:1.6rem 0 0;display:grid;gap:.7rem}.checklist li{position:relative;padding-left:2rem;font-weight:680}.checklist li:before{content:"✓";position:absolute;left:0;top:.05rem;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--olive);color:white;display:grid;place-items:center;font-size:.78rem}.media-card{margin:0;background:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.media-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.media-card figcaption{padding:1.1rem 1.25rem;color:var(--muted);font-size:.94rem}
.dark-section{background:#20261b;color:#fff}.section-heading{text-align:center;max-width:760px;margin:0 auto 2.6rem}.section-heading p:last-child{color:#bfc5ba}.feature-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:1.2rem}.feature-photo,.feature-text{border-radius:var(--radius);overflow:hidden;background:#2e3627;border:1px solid rgba(255,255,255,.08)}.feature-photo img{width:100%;height:260px;object-fit:cover}.feature-photo div,.feature-text{padding:1.35rem}.feature-grid h3{margin:.2rem 0 .6rem;font-size:1.13rem}.feature-grid p{margin:0;color:#cbd0c6;font-size:.94rem}.feature-text{display:flex;flex-direction:column;justify-content:flex-end;min-height:340px}.number{font-size:2.7rem;color:#a9bb59;font-weight:900;line-height:1;margin-bottom:auto}
.resources{background:#f7f6f1}.resources .section-heading p:last-child{color:var(--muted)}.link-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.link-grid a{background:white;border:1px solid #e3e2d9;border-radius:16px;padding:1.25rem;min-height:250px;display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(20,28,18,.06);transition:.2s}.link-grid a:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.link-grid span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--olive);font-weight:850}.link-grid h3{margin:.45rem 0;font-size:1.08rem}.link-grid p{color:var(--muted);font-size:.9rem;margin:0 0 1rem}.link-grid b{margin-top:auto;color:var(--olive);font-size:.88rem}
footer{background:#12170f;color:#fff;padding:3.2rem 0;border-top:4px solid var(--olive2)}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.footer-label{color:#b6c75f;font-weight:900;letter-spacing:.15em;margin:0}.footer-grid h2{margin:.25rem 0 0;font-size:2rem}.footer-grid>div:last-child{text-align:right}.footer-grid p{color:#cbd1c5;margin:.2rem 0}.mail{display:inline-block;color:#d1e278;font-size:1.35rem;font-weight:850;margin-top:.35rem}
@media(max-width:1000px){.site-header nav{display:none}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick article:nth-child(2){border-right:0}.split{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-photo{grid-column:1/-1}.link-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.hero{min-height:610px}.hero-content{padding:4rem 0}.hero-shade{background:linear-gradient(90deg,rgba(12,15,10,.94),rgba(12,15,10,.63))}.quick-grid,.feature-grid,.link-grid,.footer-grid{grid-template-columns:1fr}.quick article{border-right:0;border-bottom:1px solid var(--line)}.quick article:last-child{border-bottom:0}.feature-text{min-height:230px}.footer-grid>div:last-child{text-align:left}.section{padding:4.2rem 0}.actions{flex-direction:column}.button{text-align:center}}
