:root{
  --ink:#161d17;
  --paper:#fbfaf6;
  --card:#ffffff;
  --green:#0e8a42;
  --green-deep:#0a6a33;
  --blue:#2f9fd6;
  --line:#e3e0d3;
  --muted:#5d6459;
}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;line-height:1.65}
img{max-width:100%;display:block}
a{color:var(--green-deep)}
.skip-link{position:absolute;left:-999px;top:0;background:var(--ink);color:#fff;padding:10px 16px;z-index:100}
.skip-link:focus{left:10px;top:10px}

.site-header{background:var(--ink)}
.header-inner{max-width:1080px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:14px}
.brand{display:flex;align-items:center;text-decoration:none}
.brand-logo{width:100px;height:15px;filter:brightness(0) invert(1)}
.brand-tag{font-size:12.5px;color:#c9cfc4;flex:1}
.header-cta{font-size:14px;padding:9px 16px}

.btn{display:inline-block;border-radius:999px;font-weight:700;text-decoration:none;padding:12px 24px;font-size:15px;text-align:center}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{background:var(--green-deep)}
.btn-lg{padding:15px 32px;font-size:16px}

.hero{max-width:1080px;margin:0 auto;padding:40px 20px 0}
.hero-inner{max-width:640px}
.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:var(--green-deep);font-weight:700;margin:0 0 10px}
.hero h1{font-size:clamp(26px,4vw,36px);line-height:1.2;margin:0 0 14px;font-weight:800;font-family:Georgia,serif}
.lede{color:var(--muted);font-size:16.5px;margin:0}

.hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0 6px}
.hg-card{margin:0;background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.hg-card img{aspect-ratio:444/292;object-fit:cover;width:100%}
.hg-tall img{aspect-ratio:212/292}
.hg-card figcaption{font-size:12.5px;padding:8px 10px;color:var(--muted);font-weight:600}

.article-wrap{max-width:760px;margin:0 auto;padding:44px 20px 10px}
.article h2{font-size:22px;margin:34px 0 12px;font-family:Georgia,serif}
.article h3{font-size:17px;margin:22px 0 8px}
.article p{margin:0 0 14px;font-size:16px}
.article ul{margin:0 0 16px;padding-left:20px}
.article li{margin:0 0 8px}

table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14.5px}
th,td{border:1px solid var(--line);padding:10px 12px;text-align:left}
th{background:#f1efe4;font-weight:700}

.badge-row{display:flex;gap:16px;align-items:center;margin:14px 0 4px;flex-wrap:wrap}

.cta-panel{background:linear-gradient(135deg,var(--green-deep),var(--green));color:#fff;margin-top:24px}
.cta-inner{max-width:760px;margin:0 auto;padding:40px 20px;text-align:center}
.cta-title{font-size:22px;font-weight:800;margin:0 0 6px;font-family:Georgia,serif}
.cta-sub{color:#dff3e6;margin:0 0 18px}
.cta-panel .btn-primary{background:#fff;color:var(--green-deep)}
.cta-panel .btn-primary:hover{background:#f1f7f2}

.site-footer{margin-top:30px;background:var(--ink);color:#c7cdc1}
.footer-inner{max-width:760px;margin:0 auto;padding:26px 20px 10px}
.footer-brand-logo{width:96px;height:14px;margin-bottom:10px;filter:brightness(0) invert(1)}
.footer-tag{font-size:13.5px;color:#b2b8ab;max-width:520px;margin:0 0 6px}
.footer-tag a{color:#dff3e6}
.footer-legal{max-width:760px;margin:0 auto;padding:10px 20px 30px;font-size:12.5px;color:#9aa294}
.rg-line{margin:0 0 8px}
.copyright{margin:0}

@media (max-width:720px){
  .hero-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:480px){
  .header-inner{flex-wrap:wrap}
  .brand-tag{order:3;flex-basis:100%}
}
