:root {
  --ink: #17231d;
  --muted: #5d6a63;
  --green: #214d3a;
  --green-2: #34735a;
  --gold: #c58a32;
  --cream: #f4efe3;
  --paper: #fffdf8;
  --line: #d9dfda;
  --shadow: 0 18px 50px rgba(23,35,29,.11);
  --radius: 22px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-2); }
img, svg { max-width: 100%; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 999; background: white; padding: .8rem 1rem; border-radius: 8px; }
.skip-link:focus { left: 10px; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217,223,218,.8); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; }
.brand span { display: grid; line-height: 1.15; }
.brand small { color: var(--muted); font-size: .72rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; margin-top: .2rem; }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 10px; padding: .6rem .75rem; font: inherit; }
.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav a { text-decoration: none; padding: .65rem .85rem; border-radius: 10px; font-weight: 700; color: #294034; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: #e9f0eb; color: var(--green); }
.site-nav .nav-cta { background: var(--green); color: white; margin-left: .4rem; }
.site-nav .nav-cta:hover { background: var(--green-2); color: white; }
.hero { overflow: hidden; background: radial-gradient(circle at 85% 20%, rgba(197,138,50,.18), transparent 26%), linear-gradient(135deg, #eef3ee, #fffaf0 68%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 650px; gap: 4rem; padding-block: 5rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; }
.eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--gold); }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.6rem, 6vw, 5.25rem); max-width: 14ch; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.35rem; }
.lede { font-size: clamp(1.08rem, 2vw, 1.32rem); color: #405047; max-width: 62ch; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .75rem 1.08rem; border-radius: 12px; text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.btn-primary { background: var(--green); color: white; box-shadow: 0 10px 22px rgba(33,77,58,.2); }
.btn-primary:hover { background: var(--green-2); color: white; }
.btn-secondary { background: rgba(255,255,255,.75); border-color: var(--line); color: var(--green); }
.hero-card { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); border-radius: 28px; padding: 2rem; position: relative; }
.hero-card::after { content: ''; position: absolute; inset: 12px -12px -12px 12px; border: 2px solid rgba(197,138,50,.35); border-radius: 28px; z-index: -1; }
.hero-card img { width: 112px; height: 112px; }
.fact-list { list-style: none; padding: 0; margin: 1.3rem 0 0; }
.fact-list li { display: grid; grid-template-columns: 138px 1fr; gap: 1rem; padding: .7rem 0; border-top: 1px solid var(--line); }
.fact-list strong { color: var(--muted); font-size: .9rem; }
.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section-soft { background: #f1f5f1; border-block: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; margin-bottom: 3rem; align-items: end; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; background: white; box-shadow: 0 8px 26px rgba(23,35,29,.05); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--cream); color: var(--green); font-weight: 900; margin-bottom: 1.2rem; }
.card p { color: var(--muted); margin-bottom: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.quote-panel { background: var(--green); color: white; padding: clamp(2rem, 5vw, 4rem); border-radius: 28px; box-shadow: var(--shadow); }
.quote-panel p { color: #e6f0ea; font-size: 1.2rem; }
.quote-panel a { color: #ffe0a4; }
.identity { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; }
.identity-table { width: 100%; border-collapse: collapse; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: table; }
.identity-table th, .identity-table td { text-align: left; vertical-align: top; padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); }
.identity-table th { width: 35%; color: var(--muted); font-size: .88rem; text-transform: uppercase; letter-spacing: .06em; }
.identity-table tr:last-child th, .identity-table tr:last-child td { border-bottom: 0; }
.notice { border-left: 4px solid var(--gold); background: #fff7e7; border-radius: 0 14px 14px 0; padding: 1rem 1.2rem; }
.notice strong { display: block; }
.checks { display: grid; gap: .9rem; }
.check { display: flex; gap: .8rem; align-items: flex-start; }
.check-mark { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; background: #e6f2e9; color: var(--green); border-radius: 50%; font-weight: 900; }
.page-hero { padding-block: 4.5rem 3.5rem; background: linear-gradient(135deg,#eef3ee,#fffaf0); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.prose { max-width: 790px; }
.prose h2 { margin-top: 2.8rem; font-size: 2rem; }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: #415047; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }
.contact-card { background: var(--green); color: white; padding: 2rem; border-radius: 24px; }
.contact-card a { color: #ffe1a7; }
.contact-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.contact-list li { padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.sources { display: grid; gap: 1rem; }
.source { display: flex; justify-content: space-between; gap: 1rem; align-items: center; border: 1px solid var(--line); border-radius: 16px; padding: 1rem 1.15rem; background: white; text-decoration: none; }
.source:hover { border-color: #9bb5a5; box-shadow: 0 8px 22px rgba(23,35,29,.07); }
.source span { color: var(--muted); font-size: .9rem; }
.site-footer { background: #142a20; color: #dce7e0; padding-block: 3.5rem 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
.site-footer a { color: #f3d7a0; }
.site-footer h2 { font-size: 1.3rem; color: white; }
.footer-meta { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; font-size: .9rem; color: #b9c8bf; }
.badge-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.badge { border: 1px solid rgba(33,77,58,.25); background: #edf4ef; color: var(--green); border-radius: 999px; padding: .35rem .7rem; font-size: .85rem; font-weight: 800; }
@media (max-width: 900px) {
  .hero-grid, .split, .identity, .contact-grid, .section-head { grid-template-columns: 1fr; gap: 2rem; }
  .hero-grid { min-height: auto; padding-block: 4rem; }
  .cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 82px; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 16px; padding: .7rem; box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
}
@media (max-width: 600px) {
  .brand span { font-size: .9rem; }
  .brand small { display: none; }
  .fact-list li { grid-template-columns: 1fr; gap: .2rem; }
  .identity-table, .identity-table tbody, .identity-table tr, .identity-table th, .identity-table td { display: block; width: 100%; }
  .identity-table th { padding-bottom: .25rem; border-bottom: 0; }
  .identity-table td { padding-top: .25rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media print { .site-header, .site-footer, .actions, .nav-toggle { display: none !important; } body { background: white; color: black; } .section, .page-hero { padding-block: 1rem; } a { color: black; text-decoration: none; } }
