:root {
  --ink: #10231d;
  --muted: #586b64;
  --paper: #f7f4ed;
  --card: #fffdf8;
  --line: #d8ded8;
  --green: #16624a;
  --green-dark: #0c4735;
  --mint: #dfeee7;
  --gold: #c7923e;
  --max: 1120px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; line-height: 1.65; }
a { color: var(--green-dark); text-underline-offset: 3px; }
a:hover { color: var(--green); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid rgba(16, 35, 29, .12);
  background: rgba(247, 244, 237, .93);
  backdrop-filter: blur(12px);
}

.nav, .footer-inner, .hero, .section, .legal {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 760; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--green-dark); letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: .94rem; }
.nav-links a { color: var(--muted); text-decoration: none; }

.hero { padding: 96px 0 78px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 7vw, 6.1rem); font-weight: 500; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; }
h3 { margin: 0 0 8px; font-size: 1.34rem; font-weight: 600; }
.hero-copy { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: 0 26px 70px rgba(18, 53, 41, .09); }
.hero-card::before { content: ""; position: absolute; inset: -12px 22px auto -12px; height: 3px; border-radius: 9px; background: var(--gold); }
.status { display: inline-flex; gap: 9px; align-items: center; color: var(--green-dark); font-size: .86rem; font-weight: 750; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #2c9a6e; box-shadow: 0 0 0 5px #e6f4ed; }
.holding-title { margin-top: 30px; font-size: 1.8rem; }
.holding-copy { color: var(--muted); }
.text-link { display: inline-block; margin-top: 12px; font-weight: 750; text-decoration: none; }
.check-list { margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 13px 0 13px 30px; border-top: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 800; }

.section { padding: 84px 0; border-top: 1px solid var(--line); }
.section-intro { max-width: 710px; color: var(--muted); font-size: 1.1rem; }
.grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 220px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.card-number { display: block; margin-bottom: 42px; color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.card p { margin: 0; color: var(--muted); }
.callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 34px; border-radius: 22px; color: white; background: var(--green-dark); }
.callout h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.callout p { margin: 7px 0 0; color: #d9e8e2; }
.button { display: inline-block; padding: 12px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: white; text-decoration: none; white-space: nowrap; }

.legal { max-width: 840px; padding: 72px 0 96px; }
.legal-header { padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal h1 { font-size: clamp(2.6rem, 6vw, 4.7rem); }
.updated { color: var(--muted); }
.legal article { padding-top: 30px; }
.legal section { margin-top: 36px; }
.legal h2 { font-size: 1.65rem; }
.legal ul { padding-left: 22px; }
.legal .notice { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--green); background: var(--mint); }

footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--muted); font-size: .9rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: inherit; }

@media (max-width: 780px) {
  .nav { min-height: 66px; }
  .nav-links a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 68px; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .card-number { margin-bottom: 24px; }
  .callout { grid-template-columns: 1fr; }
  .footer-inner { padding: 28px 0; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
