
:root {
  --ink: #151817;
  --muted: #5a6460;
  --paper: #fbfaf6;
  --panel: #ffffff;
  --line: #dce2dd;
  --green: #19735f;
  --blue: #315d8a;
  --coral: #c85d4d;
  --gold: #c79b3b;
  --shadow: 0 22px 60px rgba(21, 24, 23, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.62;
  overflow-x: hidden;
}
a { color: var(--blue); text-decoration-color: rgba(49, 93, 138, 0.32); text-underline-offset: 0.22em; }
a:hover { color: var(--coral); }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 0; padding: .7rem 1rem; background: var(--ink); color: white; z-index: 20; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251, 250, 246, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { max-width: 1180px; margin: 0 auto; padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-weight: 900; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 2.45rem; height: 2.45rem; border-radius: .45rem; display: grid; place-items: center; color: white; font-size: .78rem; background: linear-gradient(135deg, var(--green), var(--blue)); box-shadow: 0 12px 24px rgba(25, 115, 95, .18); }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .2rem .42rem; }
.site-nav a { color: var(--ink); font-weight: 800; text-decoration: none; padding: .48rem .58rem; border-radius: .35rem; }
.site-nav a:hover { background: #eef3ef; color: var(--green); }
.hero { border-bottom: 1px solid var(--line); background: linear-gradient(115deg, #eef5f0 0%, #fbfaf6 55%, #fff4e7 100%); }
.hero-inner { max-width: 1180px; margin: 0 auto; min-height: min(680px, calc(100vh - 150px)); padding: clamp(3.8rem, 7vw, 6.5rem) 1.25rem 3.5rem; display: flex; align-items: center; gap: clamp(1.4rem, 5vw, 4rem); }
.hero-copy { flex: 1 1 560px; min-width: 0; }
.eyebrow, .meta { margin: 0 0 .8rem; color: var(--coral); font-size: .84rem; font-weight: 900; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); max-width: 12ch; }
.page-hero h1, .article-hero h1 { max-width: 960px; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.hero-copy p:not(.eyebrow), .page-hero p, .article-hero p { max-width: 690px; color: #33413c; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.button-row { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 2.8rem; display: inline-flex; align-items: center; justify-content: center; padding: .68rem 1rem; border-radius: .38rem; background: var(--ink); color: white; border: 1px solid var(--ink); font-weight: 900; text-decoration: none; box-shadow: 0 10px 22px rgba(21, 24, 23, .14); }
.button.secondary { background: white; color: var(--ink); border-color: var(--line); box-shadow: none; }
.section { padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem; }
.section.muted { background: #eef3ef; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wrap { max-width: 1180px; margin: 0 auto; }
.narrow { max-width: 850px; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.32rem); color: #33413c; }
.section-head { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.4rem; }
.section-head h2, .topic-band h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.section-head p, .topic-band p { max-width: 620px; color: var(--muted); margin: 0; }
.article-grid { display: flex; flex-wrap: wrap; gap: 1rem; }
.article-card { flex: 1 1 320px; min-width: 0; background: var(--panel); border: 1px solid var(--line); border-radius: .55rem; overflow: hidden; box-shadow: 0 10px 30px rgba(21, 24, 23, .06); }
.article-card.featured { flex: 0 1 430px; box-shadow: var(--shadow); }
.thumb { display: block; aspect-ratio: 16 / 9; background: #dfe6e1; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.article-card:hover .thumb img { transform: scale(1.035); }
.article-copy { padding: 1.1rem; }
.article-copy h3 { font-size: 1.25rem; margin-bottom: .55rem; }
.article-copy h3 a { color: var(--ink); text-decoration: none; }
.article-copy p { color: var(--muted); margin: 0 0 .85rem; }
.topic-row { display: flex; flex-wrap: wrap; gap: .42rem; }
.topic-row span, .topic-row a, .topic-list a { display: inline-flex; align-items: center; min-height: 1.9rem; padding: .28rem .56rem; border-radius: 999px; background: #eef3ef; color: var(--green); font-size: .82rem; font-weight: 800; text-decoration: none; }
.topic-row a { background: #f6eadf; color: #924536; }
.page-hero, .article-hero { background: #eef3ef; border-bottom: 1px solid var(--line); }
.page-hero .wrap, .article-hero .wrap { padding: clamp(3.2rem, 7vw, 5rem) 1.25rem; }
.article-body { max-width: 900px; padding: clamp(2.4rem, 6vw, 4rem) 1.25rem; }
.article-image { width: 100%; max-height: 480px; object-fit: cover; border-radius: .55rem; border: 1px solid var(--line); box-shadow: var(--shadow); margin-bottom: 2rem; }
.article-body section { margin-top: 2.2rem; }
.article-body h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); margin-bottom: .9rem; }
.check-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: .7rem; }
.check-list li { position: relative; padding-left: 1.55rem; }
.check-list li::before { content: ""; width: .56rem; height: .56rem; position: absolute; left: 0; top: .55rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(199, 155, 59, .17); }
.mini-list { display: flex; flex-direction: column; gap: .7rem; }
.mini-list a { padding: .85rem 1rem; border: 1px solid var(--line); border-radius: .45rem; background: white; color: var(--ink); text-decoration: none; font-weight: 800; }
.mini-list span { display: block; color: var(--coral); font-size: .78rem; text-transform: uppercase; margin-bottom: .15rem; }
.topic-band { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.4rem; }
.topic-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; max-width: 620px; }
.info-strip { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.info-strip div { flex: 1 1 190px; padding: 1rem; background: white; border: 1px solid var(--line); border-radius: .5rem; }
.info-strip strong { display: block; font-size: 1.6rem; line-height: 1; }
.info-strip span { color: var(--muted); }
.site-footer { background: var(--ink); color: rgba(255,255,255,.84); padding: 2.3rem 1.25rem; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-inner a { color: white; }
@media (max-width: 900px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; }
  .site-nav { justify-content: flex-start; }
  .hero-inner { flex-direction: column; align-items: stretch; min-height: auto; }
  .hero-copy, .article-card.featured { flex-basis: auto; width: 100%; }
}
@media (max-width: 520px) {
  .nav-wrap, .section, .page-hero .wrap, .article-hero .wrap, .article-body, .hero-inner { padding-left: 1rem; padding-right: 1rem; }
  .site-nav a { padding: .4rem .44rem; font-size: .88rem; }
  h1 { font-size: clamp(2.5rem, 13vw, 3rem); max-width: 100%; overflow-wrap: anywhere; }
  .page-hero h1, .article-hero h1 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .hero-copy p:not(.eyebrow), .page-hero p, .article-hero p { max-width: 100%; }
  .button { padding-left: .8rem; padding-right: .8rem; }
}
