:root {
  --ink: #13211d;
  --paper: #f5f1e8;
  --cream: #fffdf8;
  --green: #163e32;
  --mint: #b8e2c8;
  --copper: #df6f3d;
  --line: rgba(19, 33, 29, 0.16);
  --muted: #58635f;
  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-width: 320px; background: var(--paper); }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -0.03em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--paper); background: var(--green); border-radius: 50%; font-size: 12px; letter-spacing: 0; }
.nav-cta { padding-bottom: 4px; font-size: 14px; font-weight: 750; text-decoration: none; border-bottom: 2px solid var(--copper); }
.hero { padding: 104px 0 76px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--copper); font-size: 12px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--copper); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 870px; margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 8.2vw, 112px); font-weight: 500; line-height: 0.9; letter-spacing: -0.065em; }
.hero-lead { max-width: 720px; color: var(--muted); font-size: clamp(20px, 2.6vw, 29px); line-height: 1.45; letter-spacing: -0.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 38px 0 72px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 3px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--ink); }
.primary { color: var(--cream); background: var(--ink); }
.secondary { background: transparent; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; flex-direction: column; padding: 24px 22px; border-right: 1px solid var(--line); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.proof-strip span { margin-top: 5px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.contrast { padding: 72px 0; color: var(--paper); background: var(--green); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: end; }
.split h2, .section h2 { max-width: 800px; margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -0.05em; }
.split p:last-child { margin: 0; color: #d9e5df; font-size: 18px; line-height: 1.7; }
.section { padding-top: 108px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.card { min-height: 390px; padding: 30px; background: var(--cream); border: 1px solid var(--line); }
.card-accent { background: var(--mint); }
.card-number { color: var(--copper); font: 600 13px ui-monospace, SFMono-Regular, Menlo, monospace; }
.card h3 { margin: 80px 0 14px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; letter-spacing: -0.04em; }
.card p { color: var(--muted); line-height: 1.6; }
.card ul { margin: 26px 0 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); }
.card li { margin: 9px 0; font-size: 14px; }
.card li::before { content: "→"; margin-right: 9px; color: var(--copper); }
.process { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.process li > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; font-size: 13px; font-weight: 800; }
.process strong { font-size: 19px; }
.process li p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }
.order-panel { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; padding: 58px; color: var(--paper); background: var(--ink); }
.section-kicker.light { color: var(--mint); }
.order-panel h2 { max-width: 620px; }
.order-copy { max-width: 620px; margin: 24px 0 32px; color: #cdd4d1; font-size: 17px; line-height: 1.65; }
.paper { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.payment-card { align-self: stretch; padding: 28px; color: var(--ink); background: var(--paper); }
.payment-card > p { font-size: 12px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.payment-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); }
.payment-row div { min-width: 0; }
.payment-row span, .payment-row strong { display: block; }
.payment-row span { margin-bottom: 6px; color: var(--muted); font-size: 12px; }
.payment-row strong { overflow-wrap: anywhere; font-size: 14px; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px !important; }
.payment-row button { align-self: start; padding: 7px 9px; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; }
.payment-card small { display: block; margin-top: 20px; color: var(--muted); line-height: 1.45; }
.faq { padding-bottom: 110px; }
.faq h2 { margin-bottom: 42px; }
details { padding: 22px 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 18px; font-weight: 750; }
details p { max-width: 760px; margin: 16px 0 0; color: var(--muted); line-height: 1.65; }
.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; padding: 34px 0 48px; border-top: 1px solid var(--line); font-size: 13px; }
.footer p { margin: 0; color: var(--muted); }
.footer > a:last-child { font-weight: 700; }

@media (max-width: 800px) {
  .shell { width: min(100% - 28px, 1120px); }
  .hero { padding-top: 72px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:first-child { padding-left: 22px; }
  .proof-strip div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .split, .process, .order-panel { grid-template-columns: 1fr; gap: 44px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 330px; }
  .order-panel { padding: 34px 24px; }
  .footer { grid-template-columns: 1fr; gap: 18px; }
}

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

