:root { color-scheme: light; --cream: #fbf8f1; --paper: #fffdf8; --ink: #171717; --muted: #625d55; --gold: #9a7425; --line: rgba(23,23,23,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.68; }
main { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 52px 0 72px; }
h1, h2, h3 { line-height: 1.2; }
h1 { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.3rem, 7vw, 4.8rem); font-weight: 400; }
h2 { margin: 42px 0 12px; color: var(--gold); font-size: clamp(1.25rem, 3vw, 1.75rem); }
h3 { margin: 26px 0 8px; font-size: 1.08rem; }
p, li, address { font-size: 1rem; }
address { font-style: normal; }
a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.back { display: inline-block; margin-bottom: 32px; }
.meta, .small { color: var(--muted); font-size: .92rem; }
.legal-nav { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin: 30px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.legal-card { margin: 26px 0; padding: clamp(20px,4vw,34px); border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.legal-card h2 { margin-top: 0; }
.price { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; }
.consent { display: grid; grid-template-columns: 1.25rem 1fr; gap: .75rem; align-items: start; margin: 16px 0; }
.consent input { width: 1.2rem; height: 1.2rem; margin-top: .25rem; accent-color: var(--gold); }
.checkout-button { display: inline-flex; justify-content: center; width: 100%; margin-top: 14px; padding: 1rem 1.3rem; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: white; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.checkout-button[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.notice { padding: 14px 16px; border-left: 3px solid var(--gold); background: rgba(154,116,37,.08); }
@media (max-width: 560px) { main { padding-top: 32px; } }
