:root{--green:#063f12;--green-2:#0b6812;--mint:#e9f5e8;--cream:#fffdf8;--ink:#101510;--muted:#5b645c;--line:rgba(16,21,16,.12);--paper:#fff;--shadow:0 24px 70px rgba(7,38,12,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fffdf8 0%,#fbf8f0 45%,#fffdf8 100%);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;display:block}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.resources-header{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.resources-brand img{width:148px;height:auto}
.resources-nav{display:flex;justify-content:center;gap:30px}
.resources-nav a,.resources-actions a{font-size:14px;font-weight:800;text-decoration:none}
.resources-nav a{color:#303831;position:relative;padding:10px 0}
.resources-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;border-radius:999px;background:var(--green)}
.resources-actions{display:flex;align-items:center;gap:10px}
.text-link{padding:11px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.76)}
.primary-link{padding:12px 18px;border-radius:999px;background:var(--green);color:#fff!important;box-shadow:0 10px 28px rgba(6,63,18,.16)}
.resources-menu-toggle{display:none;border:1px solid var(--line);background:#fff;width:42px;height:42px;border-radius:14px;font-size:22px}
.resources-mobile-menu{display:none}
.resources-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:64px;align-items:center;padding:70px 0 58px}
.eyebrow{margin:0 0 16px;color:var(--green-2);font-size:12px;line-height:1;font-weight:900;letter-spacing:.14em}
.resources-hero h1,.article-header h1{margin:0;font-size:clamp(52px,6vw,78px);line-height:.98;letter-spacing:-.065em}
.resources-hero h1 span{color:var(--green-2)}
.hero-lead{max-width:700px;margin:26px 0 0;color:#455047;font-size:19px;line-height:1.6}
.hero-panel{padding:30px;border:1px solid rgba(6,63,18,.12);border-radius:28px;background:linear-gradient(150deg,#f1f7ed,#fff);box-shadow:var(--shadow)}
.panel-kicker{margin:0 0 16px;font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--muted)}
.topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.topic-grid a{display:flex;align-items:center;min-height:52px;padding:13px 14px;border-radius:14px;background:#fff;border:1px solid rgba(16,21,16,.08);text-decoration:none;font-size:13px;font-weight:800;line-height:1.25}
.featured-resource{padding:18px 0 74px}
.featured-card{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border:1px solid rgba(16,21,16,.10);border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.featured-media{min-height:390px;background:linear-gradient(145deg,#0a5311,#173e1f);position:relative;overflow:hidden}
.featured-media img{width:100%;height:100%;object-fit:cover}
.featured-placeholder{width:100%;height:100%;min-height:390px;display:grid;place-items:center;color:#dff5df;font-size:84px;font-weight:900;letter-spacing:-.08em;background:radial-gradient(circle at 30% 30%,rgba(109,218,91,.32),transparent 40%),linear-gradient(145deg,#0d5b16,#08320d)}
.featured-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}
.category-pill{display:inline-flex;width:max-content;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:var(--mint);color:var(--green);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;text-decoration:none}
.featured-copy h2{margin:18px 0 16px;font-size:clamp(34px,4vw,52px);line-height:1.03;letter-spacing:-.055em}
.featured-copy p{margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.featured-copy>a:last-child{margin-top:24px;font-weight:900;text-decoration:none;color:var(--green)}
.resources-library{padding:72px 0 94px;border-top:1px solid var(--line)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}
.section-heading h2{margin:0;font-size:clamp(34px,4.5vw,52px);line-height:1.03;letter-spacing:-.055em}
.section-heading>p{max-width:380px;margin:0;color:var(--muted);font-size:15px;line-height:1.6}
.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.resource-card{display:flex;flex-direction:column;overflow:hidden;min-height:100%;border:1px solid rgba(16,21,16,.10);border-radius:22px;background:#fff;box-shadow:0 14px 42px rgba(14,34,17,.055);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.resource-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(14,34,17,.09)}
.resource-card-media{aspect-ratio:16/10;background:linear-gradient(145deg,#edf6e9,#d9ecd5);overflow:hidden}
.resource-card-media img{width:100%;height:100%;object-fit:cover}
.resource-card-placeholder{height:100%;display:grid;place-items:center;color:#0b5f14;font-size:44px;font-weight:900;background:radial-gradient(circle at 30% 30%,rgba(35,126,39,.14),transparent 42%),linear-gradient(145deg,#eff8ec,#dcefd8)}
.resource-card-body{padding:22px;display:flex;flex:1;flex-direction:column}
.resource-card h3{margin:14px 0 10px;font-size:22px;line-height:1.15;letter-spacing:-.035em}
.resource-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.resource-card-meta{display:flex;justify-content:space-between;gap:10px;margin-top:auto;padding-top:22px;color:#69736b;font-size:11px;font-weight:700}
.empty-state{padding:52px 30px;border:1px dashed rgba(6,63,18,.22);border-radius:24px;text-align:center;background:rgba(255,255,255,.55)}
.empty-state h3{margin:0;font-size:26px}.empty-state p{max-width:560px;margin:12px auto 0;color:var(--muted);line-height:1.6}
.resources-cta{margin-bottom:88px;padding:46px 50px;border-radius:28px;background:linear-gradient(135deg,#063f12,#0a6813);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;box-shadow:0 28px 74px rgba(6,63,18,.18)}
.resources-cta .eyebrow{color:#aee5a9}.resources-cta h2{max-width:700px;margin:0;font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.05em}.resources-cta p:not(.eyebrow){max-width:650px;color:#d9ead9;line-height:1.6}.resources-cta>a{flex:0 0 auto;padding:15px 20px;border-radius:999px;background:#fff;color:var(--green);font-weight:900;text-decoration:none}
.resources-footer{background:#0a2410;color:#dce8de}.footer-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:52px 0}.footer-brand-block img{display:block;width:150px;height:auto;padding:9px 11px;border-radius:12px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.12)}.footer-brand-block p{margin:16px 0 5px;font-weight:900;color:#fff}.footer-brand-block span{font-size:13px;color:#adbfaf}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links div{display:flex;flex-direction:column;gap:9px}.footer-links strong{margin-bottom:4px;color:#fff;font-size:13px}.footer-links a{color:#bacbbb;text-decoration:none;font-size:13px}.footer-bottom{padding:20px 0 28px;border-top:1px solid rgba(255,255,255,.09);font-size:11px;color:#91a794}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding-top:44px;color:#6a736b;font-size:12px;font-weight:700}.breadcrumbs a{text-decoration:none}.article-header{max-width:920px;padding:46px 0 42px}.article-header h1{font-size:clamp(48px,6.2vw,74px)}.article-categories{display:flex;gap:8px;flex-wrap:wrap}.article-deck{max-width:820px;margin:24px 0 0;color:#4d584f;font-size:20px;line-height:1.55}.article-meta{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:24px;color:#6a736b;font-size:12px;font-weight:700}.article-hero{overflow:hidden;border-radius:28px;max-height:650px;background:#edf4ea}.article-hero img{width:100%;max-height:650px;object-fit:cover}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:72px;align-items:start;padding:60px 0 86px}.article-content{min-width:0;color:#202721;font-size:18px;line-height:1.82}.article-content>*:first-child{margin-top:0}.article-content h2{margin:48px 0 18px;font-size:34px;line-height:1.15;letter-spacing:-.04em}.article-content h3{margin:36px 0 14px;font-size:25px;line-height:1.2;letter-spacing:-.025em}.article-content p{margin:0 0 22px}.article-content ul,.article-content ol{padding-left:24px;margin:0 0 24px}.article-content li{margin:8px 0}.article-content a{color:var(--green-2);font-weight:700}.article-content blockquote{margin:32px 0;padding:22px 26px;border-left:4px solid var(--green-2);border-radius:0 16px 16px 0;background:#f2f7ef;font-size:20px;line-height:1.55}.article-content img{margin:32px auto;border-radius:18px}.article-content table{width:100%;border-collapse:collapse;margin:28px 0;font-size:14px;display:block;overflow-x:auto}.article-content th,.article-content td{padding:12px;border:1px solid var(--line);text-align:left}.article-content th{background:#f2f6f0}.article-aside{position:sticky;top:28px;display:grid;gap:16px}.aside-card{padding:26px;border-radius:20px;background:#0a4b11;color:#fff}.aside-card .eyebrow{color:#b5e6b2}.aside-card h2{margin:0;font-size:26px;line-height:1.12;letter-spacing:-.04em}.aside-card p{color:#d7e8d8;font-size:14px;line-height:1.55}.aside-card a{display:inline-flex;margin-top:8px;color:#fff;font-weight:900;text-decoration:none}.aside-card.subtle{background:#fff;color:var(--ink);border:1px solid var(--line)}.aside-card.subtle p{color:var(--muted)}.aside-card.subtle a{color:var(--green)}
.related-resources{padding:72px 0 92px;border-top:1px solid var(--line)}.compact-grid .resource-card h3{font-size:19px}.compact-grid .resource-card-media{aspect-ratio:16/8.5}
@media(max-width:900px){.resources-header{grid-template-columns:auto 1fr auto}.resources-nav,.resources-actions{display:none}.resources-menu-toggle{display:block;justify-self:end}.resources-mobile-menu{position:fixed;top:70px;left:20px;right:20px;z-index:100;display:none;padding:14px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(5,30,9,.18);border:1px solid var(--line)}.resources-mobile-menu.is-open{display:grid}.resources-mobile-menu a{padding:13px 12px;border-radius:12px;text-decoration:none;font-weight:800}.resources-mobile-menu .mobile-primary{background:var(--green);color:#fff;text-align:center}.resources-hero{grid-template-columns:1fr;gap:30px;padding-top:50px}.hero-panel{padding:24px}.featured-card{grid-template-columns:1fr}.featured-media,.featured-placeholder{min-height:320px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resources-cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr;gap:38px}.article-aside{position:static;grid-template-columns:1fr 1fr}.article-header{padding-top:34px}}
@media(max-width:620px){.shell{width:min(100% - 28px,1160px)}.resources-header{height:70px}.resources-brand img{width:136px}.resources-hero{padding:36px 0 42px}.resources-hero h1{font-size:clamp(43px,13vw,58px)}.hero-lead{font-size:17px}.topic-grid{grid-template-columns:1fr}.featured-resource{padding-bottom:58px}.featured-media,.featured-placeholder{min-height:240px}.featured-copy{padding:28px 24px}.featured-copy h2{font-size:34px}.resources-library{padding:58px 0 70px}.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.section-heading h2{font-size:36px}.resource-grid{grid-template-columns:1fr}.resources-cta{margin-bottom:60px;padding:32px 26px}.footer-grid{padding:42px 0;gap:34px}.footer-links{grid-template-columns:1fr 1fr}.article-header h1{font-size:clamp(40px,12vw,56px)}.article-deck{font-size:18px}.article-layout{padding-top:40px}.article-content{font-size:17px;line-height:1.75}.article-content h2{font-size:29px}.article-content h3{font-size:23px}.article-aside{grid-template-columns:1fr}.article-hero{border-radius:20px}.breadcrumbs{padding-top:28px}.related-resources{padding:56px 0 70px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
