:root {
  --ink: #17251f;
  --muted: #5d6963;
  --forest: #244d3f;
  --forest-2: #183c31;
  --sage: #dce8df;
  --sage-2: #eef4ef;
  --cream: #fbf8f0;
  --sand: #e7dcc7;
  --amber: #9b6628;
  --amber-bg: #fff4dd;
  --line: #d7ded9;
  --white: #ffffff;
  --danger: #8a2f2f;
  --shadow: 0 14px 34px rgba(23, 37, 31, .10);
  --radius: 18px;
  --max: 1180px;
}
* { 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(--white); line-height: 1.6; }
a { color: var(--forest); text-underline-offset: 3px; }
a:hover { color: var(--forest-2); }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { max-width: var(--max); margin: 0 auto; min-height: 74px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--forest); color: white; font-size: 21px; }
.brand small { display: block; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 10px 12px; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { text-decoration: none; font-weight: 680; color: var(--ink); font-size: 15px; }
.primary-nav a[aria-current="page"] { color: var(--forest); text-decoration: underline; text-decoration-thickness: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 12px; font-weight: 750; text-decoration: none; border: 1px solid transparent; cursor: pointer; }
.button-primary { background: var(--forest); color: white; }
.button-primary:hover { background: var(--forest-2); color: white; }
.button-secondary { background: white; border-color: var(--forest); color: var(--forest); }
.button-muted, .button[aria-disabled="true"] { background: #eef1ef; border-color: #d4dbd7; color: #626b66; cursor: not-allowed; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.section { padding: 78px 0; }
.section-tight { padding: 48px 0; }
.section-sage { background: var(--sage-2); }
.section-cream { background: var(--cream); }
.hero { padding: 82px 0 70px; background: radial-gradient(circle at 85% 15%, #dfece2 0, transparent 30%), linear-gradient(135deg, #fbf8f0 0%, #ffffff 62%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; }
.eyebrow { color: var(--forest); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(42px, 6.2vw, 72px); margin-bottom: 24px; }
h2 { font-size: clamp(31px, 4.5vw, 48px); margin-bottom: 18px; }
h3 { font-size: 23px; margin-bottom: 12px; }
.lead { font-size: 20px; color: var(--muted); max-width: 760px; }
.hero .lead { font-size: 21px; max-width: 660px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 14px; font-weight: 650; }
.trust-row span::before { content: "✓"; color: var(--forest); font-weight: 900; margin-right: 7px; }
.paper-stack { position: relative; min-height: 440px; }
.paper { position: absolute; inset: 30px 10px 10px 45px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 34px; transform: rotate(2.5deg); }
.paper::before { content: ""; position: absolute; inset: 12px 24px auto auto; width: 70%; height: 10px; background: var(--sage); border-radius: 4px; box-shadow: 0 34px 0 #e9eeeb, 0 68px 0 #e9eeeb, 0 102px 0 #e9eeeb, 0 136px 0 #e9eeeb, 0 170px 0 #e9eeeb; }
.paper-back { transform: rotate(-4deg); inset: 18px 35px 25px 18px; background: var(--sand); opacity: .65; }
.paper-label { position: absolute; left: 32px; bottom: 30px; right: 32px; padding: 15px; border-radius: 12px; background: var(--forest); color: white; font-weight: 760; transform: rotate(-2.5deg); }
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 6px 18px rgba(23,37,31,.045); }
.card:hover { border-color: #b8c7be; }
.card-icon { width: 48px; height: 48px; border-radius: 13px; background: var(--sage); display: grid; place-items: center; font-size: 22px; margin-bottom: 18px; }
.card p { color: var(--muted); }
.card-link { font-weight: 750; text-decoration: none; }
.status { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.status-review { background: var(--amber-bg); color: #744b18; border: 1px solid #efcf92; }
.status-released { background: #e2f3e6; color: #245731; }
.notice { border: 1px solid #e6c37b; background: var(--amber-bg); padding: 18px 20px; border-radius: 14px; color: #684419; }
.notice strong { color: #55340e; }
.steps { counter-reset: steps; }
.step { position: relative; padding-left: 64px; }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 0; top: 0; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-weight: 850; }
.product-card { display: flex; flex-direction: column; height: 100%; }
.product-card .product-meta { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.product-card .button { margin-top: auto; width: 100%; }
.product-card ul { padding-left: 20px; color: var(--muted); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 32px; }
.filter-button { border: 1px solid var(--line); background: white; padding: 9px 13px; border-radius: 999px; cursor: pointer; font-weight: 700; }
.filter-button[aria-pressed="true"] { background: var(--forest); color: white; border-color: var(--forest); }
.state-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.state-link { display: block; padding: 18px 16px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--ink); background: white; }
.state-link strong { display: block; }
.state-link span { color: var(--muted); font-size: 13px; }
.state-link:hover { border-color: var(--forest); transform: translateY(-1px); }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { position: relative; padding-left: 30px; margin-bottom: 11px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--forest); font-weight: 900; }
.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 780; font-size: 18px; }
.faq details p { color: var(--muted); max-width: 840px; }
.form-card { max-width: 720px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-weight: 720; margin-bottom: 7px; }
input, select, textarea { width: 100%; border: 1px solid #bfc9c3; border-radius: 11px; padding: 12px 13px; background: white; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(36,77,63,.18); border-color: var(--forest); }
.field { margin-bottom: 18px; }
.honeypot { position: absolute; left: -9999px; }
.form-message { margin-top: 14px; font-weight: 700; }
.prose { max-width: 820px; }
.prose h2 { font-size: 34px; margin-top: 50px; }
.prose h3 { margin-top: 34px; }
.prose p, .prose li { color: #35413b; }
.callout { border-left: 5px solid var(--forest); padding: 14px 18px; background: var(--sage-2); border-radius: 0 12px 12px 0; }
.footer { background: var(--ink); color: #e9efeb; padding: 60px 0 26px; }
.footer a { color: #e9efeb; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
.footer h3 { color: white; font-size: 17px; letter-spacing: 0; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: 7px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); margin-top: 38px; padding-top: 22px; color: #bfc9c3; font-size: 13px; }
.kicker { font-size: 14px; color: var(--muted); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.hidden { display: none !important; }
@media (max-width: 960px) {
  .hero-grid, .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .paper-stack { min-height: 340px; max-width: 600px; }
  .state-grid { grid-template-columns: repeat(3, 1fr); }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 20px 22px 26px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .primary-nav.open { display: flex; }
}
@media (max-width: 640px) {
  .section { padding: 58px 0; }
  .hero { padding: 54px 0; }
  h1 { font-size: 42px; }
  .grid-3, .grid-2, .footer-grid, .form-row, .state-grid { grid-template-columns: 1fr; }
  .paper-stack { min-height: 300px; }
  .paper { inset: 24px 0 8px 22px; padding: 22px; }
  .paper-back { inset: 12px 24px 18px 0; }
  .actions .button { width: 100%; }
  .header-inner { padding: 0 16px; }
  .container { padding: 0 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
