:root {
  color-scheme: dark;
  --ink: #07130e;
  --forest: #0b2e1d;
  --green: #75a31d;
  --green-bright: #a8d73f;
  --mint: #dff4d2;
  --paper: #fff1c9;
  --paper-deep: #ead49a;
  --plum: #7b4b84;
  --white: #fffdf5;
  --muted: #afbaae;
  --line: rgba(223, 244, 210, .16);
  --shadow: 0 22px 70px rgba(0, 0, 0, .3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 4%, rgba(117, 163, 29, .16), transparent 26rem),
    linear-gradient(180deg, #06110c 0%, var(--ink) 55%, #0a1810 100%);
  color: var(--white);
  font: 16px/1.65 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--green-bright); }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1 { max-width: 820px; margin-bottom: 1.5rem; font-size: clamp(3.15rem, 8vw, 7.4rem); letter-spacing: -.065em; }
h1 em { color: var(--green-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h2 { margin-bottom: 1.1rem; font-size: clamp(2.2rem, 4vw, 4.2rem); letter-spacing: -.045em; }
h3 { margin-bottom: .7rem; font-size: 1.35rem; letter-spacing: -.02em; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: .6rem .9rem; transform: translateY(-180%); background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.site-header, main, .site-footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--white); font-size: 1rem; font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand img { border: 1px solid var(--line); border-radius: 12px; }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.site-header nav a, .site-footer nav a { color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); min-height: 720px; padding: 6.5rem 0; }
.lede { max-width: 690px; color: #c8d1c7; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.eyebrow { margin-bottom: 1rem; color: var(--green-bright); font-size: .77rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin: 2rem 0; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 1px solid var(--green-bright); border-radius: 8px; background: var(--green-bright); color: var(--ink); font-weight: 850; text-decoration: none; }
.button:hover { background: var(--paper); color: var(--ink); }
.button.light { border-color: var(--paper); background: var(--paper); }
.text-link { font-weight: 750; text-decoration: none; }
.launch-note { max-width: 640px; margin: 2.3rem 0 0; padding: .9rem 1rem; border-left: 3px solid var(--plum); background: rgba(123, 75, 132, .1); color: #d6c9d9; font-size: .92rem; }
.hero-mark { position: relative; }
.mark-frame { overflow: hidden; transform: rotate(2deg); border: 1px solid rgba(255, 241, 201, .23); border-radius: 34% 34% 14% 14%; background: var(--forest); box-shadow: var(--shadow); }
.mark-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.inventory-label { position: absolute; right: -.5rem; bottom: -1rem; padding: .45rem .75rem; transform: rotate(-3deg); border: 1px solid var(--paper-deep); background: var(--paper); color: var(--ink); font: 800 .68rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 6rem; border-block: 1px solid var(--line); }
.proof-strip p { margin: 0; padding: 1.35rem; border-right: 1px solid var(--line); }
.proof-strip p:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: .88rem; }
.proof-strip span { color: var(--muted); font-size: .78rem; }
.section { padding: 6rem 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading.compact { margin-bottom: 2rem; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card { min-height: 290px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(117,163,29,.04)); }
.card:hover { border-color: rgba(168, 215, 63, .55); transform: translateY(-2px); }
.card-number { display: block; margin-bottom: 4rem; color: var(--green-bright); font: 700 .72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.card p { color: var(--muted); }
.format { color: var(--paper-deep); font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 8rem); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green-bright); font-weight: 850; }
.steps p { margin-bottom: 0; color: var(--muted); }
.policy-callout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 8rem); }
.policy-links a { display: grid; grid-template-columns: .7fr 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.policy-links span { color: var(--muted); font-size: .9rem; }
.contact { margin: 4rem 0 7rem; padding: clamp(2rem, 7vw, 5.5rem); border-radius: 22px; background: var(--plum); box-shadow: var(--shadow); }
.contact h2 { max-width: 700px; }
.contact p:not(.eyebrow) { max-width: 620px; color: #efe6f0; }
.contact .eyebrow { color: var(--paper); }
.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 2rem; padding: 2.2rem 0 3rem; border-top: 1px solid var(--line); }
.footer-brand { margin-bottom: .7rem; }
.site-footer p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); }

.legal-main { max-width: 860px; padding: 5rem 0 7rem; }
.legal-header { margin-bottom: 3.2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.legal-header h1 { max-width: 780px; margin-bottom: 1rem; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.effective { color: var(--paper-deep); font: 700 .76rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .05em; text-transform: uppercase; }
.legal-section { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.legal-section:first-of-type { border-top: 0; }
.legal-section h2 { font-size: 1.65rem; letter-spacing: -.025em; }
.legal-section p, .legal-section li { color: #c5cec4; }
.legal-section li + li { margin-top: .55rem; }
.notice-box { margin: 2rem 0; padding: 1.2rem 1.3rem; border: 1px solid rgba(168, 215, 63, .35); border-radius: 10px; background: rgba(117, 163, 29, .08); }
.notice-box p { margin: 0; color: var(--mint); }
.inline-choice { padding: 0; border: 0; background: none; color: var(--green-bright); font: inherit; text-decoration: underline; text-underline-offset: .22em; cursor: pointer; }
.consent-banner { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 20; display: flex; width: min(900px, calc(100% - 2rem)); margin-inline: auto; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.1rem; border: 1px solid rgba(168, 215, 63, .55); border-radius: 12px; background: #0b2016; box-shadow: var(--shadow); }
.consent-banner strong { color: var(--paper); }
.consent-banner p { max-width: 650px; margin: .25rem 0 0; color: #c8d1c7; font-size: .86rem; line-height: 1.45; }
.consent-actions { display: flex; flex: 0 0 auto; gap: .65rem; }
.consent-actions button { min-height: 42px; padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 7px; background: transparent; color: var(--white); font: 750 .82rem/1 ui-sans-serif, system-ui, sans-serif; cursor: pointer; }
.consent-actions button.accept { border-color: var(--green-bright); background: var(--green-bright); color: var(--ink); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 5rem 0; }
  .hero-mark { width: min(420px, 78vw); margin-inline: auto; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .process, .policy-callout { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 640px) {
  .site-header, main, .site-footer { width: min(100% - 28px, 1180px); }
  .site-header { align-items: flex-start; }
  .site-header nav a:not(:last-child) { display: none; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero { padding-top: 4rem; }
  .proof-strip, .card-grid { grid-template-columns: 1fr; }
  .proof-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip p:last-child { border-bottom: 0; }
  .card { min-height: 230px; }
  .card-number { margin-bottom: 2.4rem; }
  .policy-links a { grid-template-columns: 1fr; gap: .25rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { gap: .8rem 1.2rem; }
  .consent-banner { align-items: stretch; flex-direction: column; gap: .85rem; }
  .consent-actions { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
