:root {
  --forest: #173f35;
  --forest-2: #0f2f28;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --rust: #b4522d;
  --gold: #d9a441;
  --ink: #20302b;
  --muted: #64716c;
  --line: #e5ddce;
  --shadow: 0 18px 50px rgba(31, 45, 39, .10);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: #8d3d21; text-underline-offset: .18em; }
a:hover { color: var(--forest); }
h1, h2, h3, h4 { color: var(--forest); font-family: Georgia, Cambria, "Times New Roman", serif; line-height: 1.16; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); letter-spacing: -.04em; margin: .25em 0; }
h2 { font-size: clamp(1.7rem, 3vw, 2.55rem); margin-top: 1.7em; }
h3 { font-size: 1.35rem; }
p, li { font-size: 1.04rem; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: #fff; padding: 12px; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 248, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); text-decoration: none; }
.brand strong { display: block; line-height: 1.05; font-size: 1.05rem; }
.brand small { display: block; color: var(--muted); margin-top: 4px; font-size: .72rem; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--forest); font-family: Georgia, serif; font-weight: 700; letter-spacing: -.08em; }
.custom-logo { display: block; width: auto; max-width: 250px; max-height: 58px; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav ul { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: var(--ink); font-size: .92rem; font-weight: 700; text-decoration: none; }
.primary-nav .official-link { padding: 10px 15px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 9px 13px; font-weight: 800; }
.hero { background: linear-gradient(145deg, #f9f0dc 0%, #fffaf0 55%, #f0e4ca 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-block: 70px; }
.eyebrow { color: var(--rust); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-copy > p:not(.eyebrow) { max-width: 720px; color: #47554f; font-size: 1.18rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 19px; border-radius: 999px; background: var(--forest); color: #fff; text-decoration: none; font-weight: 800; }
.button:hover { background: var(--forest-2); color: #fff; }
.button.secondary { color: var(--forest); background: transparent; border: 1px solid var(--forest); }
.hero-art { position: relative; }
.hero-art img { display: block; border-radius: 34px; box-shadow: var(--shadow); background: #fff; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.stat { padding: 14px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.55); }
.stat strong { display: block; color: var(--forest); font-size: 1.15rem; }
.stat span { color: var(--muted); font-size: .78rem; }
.trust-strip { padding-block: 26px; background: var(--forest); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item strong { display: block; }
.trust-item span { color: #d7e2de; font-size: .88rem; }
.section { padding-block: 76px; }
.section.alt { background: #f6f0e4; }
.section-heading { max-width: 780px; margin-bottom: 30px; }
.section-heading h2 { margin: .15em 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.content-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 22px rgba(40,45,38,.04); }
.content-card h2 { margin: .15em 0 .5em; font-size: 1.45rem; }
.content-card h2 a { color: var(--forest); text-decoration: none; }
.content-card p { color: #58645f; font-size: .95rem; }
.card-label { color: var(--rust) !important; font-weight: 900; font-size: .72rem !important; letter-spacing: .09em; text-transform: uppercase; }
.text-link { font-weight: 800; }
.state-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.state-link { display: flex; flex-direction: column; gap: 2px; padding: 14px; border-radius: 12px; background: #fff; border: 1px solid var(--line); text-decoration: none; }
.state-link strong { color: var(--forest); }
.state-link span { color: var(--muted); font-size: .75rem; }
.notice { padding: 20px 24px; margin-block: 26px; border-left: 5px solid var(--gold); border-radius: 0 12px 12px 0; background: #fff5db; }
.archive-hero { padding-block: 72px 48px; background: #f6f0e4; border-bottom: 1px solid var(--line); }
.archive-hero h1 { font-size: clamp(2.35rem, 5vw, 4rem); }
.content-grid { padding-block: 54px 80px; }
.article-layout { width: min(800px, calc(100% - 40px)); padding-block: 66px 90px; }
.article-header { margin-bottom: 28px; }
.article-header h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.article-deck { color: #51605a; font-size: 1.22rem; }
.review-line { display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: .86rem; font-weight: 700; }
.review-line span + span::before { content: "•"; margin-right: 14px; }
.trust-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 28px 0 40px; padding: 20px; background: #f6f0e4; border: 1px solid var(--line); border-radius: var(--radius); }
.trust-panel div { font-size: .9rem; }
.trust-panel strong { display: block; color: var(--forest); }
.article-content { font-family: Georgia, Cambria, "Times New Roman", serif; }
.article-content p, .article-content li { font-size: 1.1rem; }
.article-content a { overflow-wrap: anywhere; }
.article-content table { width: 100%; border-collapse: collapse; margin: 26px 0; font-family: Inter, sans-serif; font-size: .92rem; display: block; overflow-x: auto; }
.article-content th, .article-content td { min-width: 150px; padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { background: var(--forest); color: #fff; }
.answer-box { margin: 26px 0; padding: 24px; border-radius: var(--radius); background: #eaf2ee; border: 1px solid #c9ddd4; }
.answer-box h2 { margin-top: 0; }
.faq-list details { margin: 10px 0; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq-list summary { cursor: pointer; color: var(--forest); font-family: Inter, sans-serif; font-weight: 800; }
.author-box { display: grid; grid-template-columns: 62px 1fr; gap: 18px; margin-top: 48px; padding: 24px; border-radius: var(--radius); background: var(--forest); color: #fff; }
.author-avatar { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--forest); font-weight: 900; }
.author-box h2 { color: #fff; margin: 0 0 6px; font-size: 1.35rem; }
.author-box p { margin: 0; color: #d9e4df; font-size: .92rem; }
.site-footer { background: #102e27; color: #d9e4df; padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-brand { color: #fff; }
.site-footer h2 { color: #fff; font-family: Inter, sans-serif; font-size: .9rem; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer a { color: #edf4f1; }
.site-footer p, .site-footer li { font-size: .86rem; }
.copyright { margin-top: 38px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.pagination { margin-top: 35px; }
@media (max-width: 980px) {
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 36px; }
  .hero-art { max-width: 660px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .state-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 10px; margin-bottom: 18px; }
}
@media (max-width: 680px) {
  .wrap, .article-layout { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand small { display: none; }
  .primary-nav { top: 68px; left: 14px; right: 14px; }
  .hero-grid { padding-block: 50px; }
  .stats, .card-grid, .trust-grid, .footer-grid, .trust-panel { grid-template-columns: 1fr; }
  .state-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding-block: 54px; }
  .review-line { display: grid; gap: 3px; }
  .review-line span + span::before { content: none; }
}
