:root {
  color-scheme: light;
  --ink: #1c1a17;
  --muted: #625e58;
  --paper: #f9f7f4;
  --surface: #f0ede8;
  --card: #fff;
  --accent: #327f6d;
  --accent-soft: #d8e3dd;
  --line: #d7d0c9;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 10; background: var(--ink); color: white; padding: .7rem 1rem; border-radius: 99px; }
.skip:focus { top: 1rem; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(207,200,193,.7); background: rgba(249,247,244,.9); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 550; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.pill { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.2rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white !important; text-decoration: none; font-weight: 650; }
.pill.secondary { color: var(--ink) !important; background: transparent; }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7vw; padding: 96px 0 88px; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 750; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 740px; margin: 0; font-size: clamp(3.3rem, 7vw, 6.7rem); font-weight: 680; }
.lead { max-width: 620px; margin: 1.7rem 0 2rem; color: var(--muted); font-size: clamp(1.12rem, 1.6vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-art { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-icon { position: relative; width: min(78%, 430px); border-radius: 30%; box-shadow: 0 30px 80px rgba(28,26,23,.16); }
.note { position: absolute; background: rgba(255,255,255,.92); border: 1px solid rgba(207,200,193,.8); border-radius: 20px; padding: 1rem 1.1rem; box-shadow: 0 12px 40px rgba(28,26,23,.08); font-size: .9rem; font-weight: 600; }
.note.one { top: 8%; right: 0; }.note.two { bottom: 10%; left: 0; }
.section { padding: 110px 0; }
.section.alt { background: var(--surface); }
.section h2 { max-width: 760px; margin: 0 0 1.2rem; font-size: clamp(2.4rem, 5vw, 4.7rem); font-weight: 650; }
.section-intro { max-width: 660px; margin: 0 0 3.5rem; color: var(--muted); font-size: 1.15rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 290px; padding: 2rem; border: 1px solid var(--line); border-radius: 28px; background: var(--card); display: flex; flex-direction: column; }
.card .number { color: var(--accent); font-size: .78rem; letter-spacing: .12em; font-weight: 700; }
.card h3 { margin: auto 0 .8rem; font-size: 1.65rem; }
.card p { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; align-items: center; }
.statement { padding: clamp(2rem, 5vw, 5rem); border-radius: 36px; background: var(--accent-soft); }
.statement strong { display: block; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.04em; }
.facts { display: grid; gap: 1rem; }
.fact { padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: .25rem; font-size: 1.08rem; }
.fact span { color: var(--muted); }
.membership { background: var(--ink); color: var(--paper); border-radius: 40px; padding: clamp(2.2rem, 6vw, 6rem); }
.membership h2 { max-width: 850px; }
.membership p { max-width: 700px; color: #c7c2bc; font-size: 1.16rem; }
.membership .pill { border-color: var(--paper); background: var(--paper); color: var(--ink) !important; }
.legal-main { padding: 90px 0 120px; }
.legal-main article { max-width: 780px; }
.legal-main h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-main h2 { margin-top: 3rem; font-size: 1.65rem; }
.legal-main h3 { margin-top: 2rem; font-size: 1.18rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-status { margin: 2rem 0; padding: 1rem 1.2rem; border-left: 3px solid var(--accent); background: var(--accent-soft); color: #142e28; }
footer { padding: 48px 0; border-top: 1px solid var(--line); }
.footer { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.footer p { margin: .7rem 0 0; color: var(--muted); font-size: .88rem; }
.footer-links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
:focus-visible { outline: 3px solid #0c6b58; outline-offset: 3px; }
@media (max-width: 820px) {
  .nav-links a:not(.pill) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 64px 0 76px; }
  .hero-art { min-height: 390px; order: -1; }
  .hero-icon { width: min(70%, 310px); }
  .grid, .split { grid-template-columns: 1fr; }
  .card { min-height: 230px; }
  .section { padding: 78px 0; }
  .footer { flex-direction: column; }
}
@media (max-width: 480px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 66px; }
  .nav .pill { min-height: 42px; padding: .55rem .85rem; font-size: .84rem; }
  h1 { font-size: 3rem; }
  .hero-art { min-height: 310px; }
  .note { font-size: .78rem; padding: .7rem .8rem; }
  .membership { border-radius: 28px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
