:root {
  --ink: #17221c;
  --muted: #5c6961;
  --paper: #f4f1e8;
  --card: #fffdf7;
  --green: #155b3a;
  --green-2: #0d422b;
  --lime: #d8e86a;
  --line: #d8d7cc;
  --max: 1160px;
  --shadow: 0 18px 55px rgba(21, 56, 38, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.6; }
body::selection { background: var(--lime); color: var(--ink); }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-2); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 10; background: #fff; padding: .6rem 1rem; }
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(244,241,232,.94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 5; }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 850; font-size: 1.15rem; }
.brand-mark { width: 34px; height: 34px; border-radius: 50% 50% 46% 54%; display: grid; place-items: center; background: var(--green); color: var(--lime); font-size: .78rem; }
.nav-links { display: flex; gap: 22px; align-items: center; font-size: .92rem; }
.nav-links a { color: var(--ink); text-decoration: none; }
.button, .nav-links .button { display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.05rem; border-radius: 7px; background: var(--green); color: #fff; text-decoration: none; font-weight: 760; }
.button.alt { background: transparent; color: var(--green); border: 1px solid var(--green); }
.hero { position: relative; overflow: hidden; padding: clamp(4rem, 10vw, 8rem) 0 4rem; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 15%, rgba(216,232,106,.62), transparent 29%), linear-gradient(135deg, #f4f1e8 0%, #edf0df 100%); }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(21,91,58,.16); border-radius: 50%; right: -100px; bottom: -220px; box-shadow: 0 0 0 55px rgba(21,91,58,.035), 0 0 0 110px rgba(21,91,58,.025); }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 850; color: var(--green); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); max-width: 900px; margin: .25em 0; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin: 0 0 .55em; }
h3 { font-size: 1.45rem; }
.lead { max-width: 760px; font-size: clamp(1.08rem, 2vw, 1.28rem); color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.fact { background: var(--card); padding: 26px; min-height: 130px; }
.fact strong { display: block; font-size: 1.55rem; }
.fact span { color: var(--muted); font-size: .9rem; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: end; margin-bottom: 38px; }
.section-head p { color: var(--muted); margin: 0; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { display: block; padding: 26px; background: var(--card); border: 1px solid var(--line); border-radius: 4px; color: var(--ink); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.card:hover { border-color: var(--green); transform: translateY(-2px); }
.card:hover { box-shadow: var(--shadow); }
.card p { color: var(--muted); }
.card .arrow { color: var(--green); font-weight: 800; }
.notice { border-left: 5px solid var(--lime); background: var(--green-2); color: #fff; padding: 24px 28px; }
.notice a { color: var(--lime); }
.notice h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-strip span { display: inline-flex; align-items: center; gap: 7px; padding: .38rem .7rem; border: 1px solid rgba(21,91,58,.22); border-radius: 99px; color: var(--green); font-size: .82rem; font-weight: 700; }
.trust-strip span::before { content: "✓"; }
.answer { padding: 22px 24px; background: #e8ecdc; border-left: 4px solid var(--green); margin: 26px 0; }
.answer p:last-child { margin-bottom: 0; }
.meta { display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--muted); font-size: .86rem; margin-top: 22px; }
.pill { display: inline-flex; padding: .25rem .6rem; border-radius: 99px; background: #e8ecdc; color: var(--green-2); font-size: .8rem; font-weight: 750; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 800; color: var(--ink); }
.faq details p { color: var(--muted); }
.cta-band { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; padding: 32px; background: var(--card); border: 1px solid var(--line); }
.cta-band h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: .25em; }
.cta-band .actions { justify-content: flex-end; margin-top: 0; }
.legal-note { font-size: .84rem; color: var(--muted); }
.article { display: grid; grid-template-columns: minmax(0, 720px) 260px; gap: 70px; align-items: start; }
.article-main p, .article-main li { font-size: 1.04rem; }
.article-main h2 { margin-top: 1.6em; }
.article-main h3 { margin-top: 1.5em; }
.article-aside { position: sticky; top: 100px; border-top: 3px solid var(--green); padding-top: 16px; font-size: .88rem; color: var(--muted); }
.article-aside strong { color: var(--ink); }
.breadcrumb { font-size: .86rem; color: var(--muted); margin-bottom: 28px; }
.breadcrumb a { color: var(--muted); }
.page-hero { padding: 52px 0 42px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); }
.source-list { padding-left: 1.2rem; }
.source-list li { margin-bottom: .8rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: var(--card); }
th, td { text-align: left; padding: 14px; border: 1px solid var(--line); vertical-align: top; }
th { background: #e8ecdc; }
.site-footer { background: var(--green-2); color: #dbe6df; padding: 50px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.site-footer a { color: #fff; }
.site-footer small { color: #aebeb4; }
@media (max-width: 850px) {
  .nav-links a:not(.button) { display: none; }
  .facts, .grid { grid-template-columns: 1fr 1fr; }
  .section-head, .article, .footer-grid, .cta-band { grid-template-columns: 1fr; }
  .cta-band .actions { justify-content: flex-start; }
  .article-aside { position: static; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .facts, .grid { grid-template-columns: 1fr; }
  .hero { padding-top: 3rem; }
  h1 { font-size: 2.7rem; }
}
