:root { --ink:#14211b; --night:#0b1c16; --forest:#17382b; --moss:#315542; --paper:#f3ead4; --cream:#fff9ea; --brass:#c89638; --copper:#9d4c2c; --line:rgba(20,33,27,.18); --soft:rgba(255,255,255,.46); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:radial-gradient(circle at 8% 0,rgba(200,150,56,.16),transparent 30rem),repeating-linear-gradient(0deg,rgba(11,28,22,.025) 0 1px,transparent 1px 5px),var(--paper); font:17px/1.65 Georgia,"Times New Roman",serif; }
a { color:var(--copper); text-underline-offset:.2em; }
a:hover { color:#71341f; }
.wrap { width:min(1120px,calc(100% - 38px)); margin:0 auto; }
.narrow { width:min(780px,100%); }
.mono { font-family:"SFMono-Regular",Consolas,monospace; }
.eyebrow { color:var(--copper); font:700 .72rem/1.4 "SFMono-Regular",Consolas,monospace; letter-spacing:.14em; text-transform:uppercase; }
.skip-link { position:absolute; left:-9999px; top:0; }
.skip-link:focus { left:12px; top:12px; z-index:20; padding:10px 14px; background:var(--cream); }
.site-header { color:var(--cream); background:linear-gradient(145deg,#071510,var(--night) 52%,#1d3c2e); border-bottom:6px double var(--brass); }
.nav { display:flex; justify-content:space-between; align-items:center; gap:26px; padding:20px 0; border-bottom:1px solid rgba(255,249,234,.15); }
.brand { color:var(--cream); text-decoration:none; font-weight:700; letter-spacing:.13em; white-space:nowrap; }
.nav-links { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:8px 22px; }
.nav-links a { color:#e7d9b8; text-decoration:none; font-size:.9rem; }
.nav-links a[aria-current="page"] { color:#fff; border-bottom:1px solid var(--brass); }
.language-switch { display:flex; gap:6px; align-items:center; margin-left:10px; font:700 .72rem "SFMono-Regular",Consolas,monospace; letter-spacing:.06em; }
.language-switch a { color:#e7d9b8; text-decoration:none; padding:4px 6px; border:1px solid rgba(255,249,234,.26); }
.language-switch a[aria-current="true"] { color:var(--night); background:var(--brass); border-color:var(--brass); }
.hero { padding:clamp(64px,9vw,116px) 0 72px; }
.hero-grid { display:grid; grid-template-columns:1.45fr .7fr; gap:clamp(36px,7vw,90px); align-items:end; }
h1,h2,h3 { font-weight:400; letter-spacing:-.025em; }
h1 { max-width:18ch; margin:14px 0 22px; font-size:clamp(2.65rem,6vw,5.5rem); line-height:.98; }
.hero .lead { max-width:690px; margin:0; color:#ded4bf; font-size:clamp(1.08rem,2vw,1.28rem); }
.actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:12px 21px; border:1px solid var(--brass); background:var(--brass); color:var(--night); text-decoration:none; font-weight:700; }
.button:hover { background:#dfae50; color:var(--night); }
.button.secondary { background:transparent; color:var(--cream); }
.button.secondary:hover { background:rgba(255,255,255,.08); color:white; }
.hero-note { padding:22px; border:1px solid rgba(255,249,234,.18); background:rgba(0,0,0,.18); }
.hero-note p { margin:8px 0 0; color:#d8cfbc; font-size:.92rem; }
main section { padding:clamp(58px,8vw,92px) 0; border-bottom:1px solid var(--line); }
h2 { max-width:24ch; margin:10px 0 18px; font-size:clamp(2rem,4.2vw,3.5rem); line-height:1.06; }
h3 { margin:4px 0 10px; font-size:1.45rem; line-height:1.18; }
.section-lead { max-width:760px; font-size:1.08rem; }
.grid-2,.grid-3,.grid-4 { display:grid; gap:16px; margin-top:30px; }
.grid-2 { grid-template-columns:repeat(2,1fr); }
.grid-3 { grid-template-columns:repeat(3,1fr); }
.grid-4 { grid-template-columns:repeat(4,1fr); }
.card { padding:25px; border:1px solid var(--line); background:var(--soft); }
.card p:last-child { margin-bottom:0; }
.number { display:block; margin-bottom:20px; color:var(--copper); font:700 .8rem "SFMono-Regular",Consolas,monospace; }
.dark { color:var(--cream); background:linear-gradient(145deg,var(--night),var(--forest)); }
.dark .eyebrow { color:#e1be70; }
.dark p { color:#d4dcd2; }
.dark .card { border-color:rgba(255,255,255,.16); background:rgba(255,255,255,.045); }
.dark a { color:#e1be70; }
.split { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(35px,7vw,90px); align-items:start; }
.plain-list { padding:0; list-style:none; }
.plain-list li { position:relative; padding:13px 0 13px 28px; border-bottom:1px solid var(--line); }
.plain-list li::before { content:"—"; position:absolute; left:0; color:var(--copper); }
.dark .plain-list li { border-color:rgba(255,255,255,.14); }
.status { display:inline-flex; gap:8px; align-items:center; padding:7px 10px; border:1px solid var(--line); font:700 .72rem "SFMono-Regular",Consolas,monospace; letter-spacing:.08em; text-transform:uppercase; }
.status::before { content:""; width:8px; height:8px; border-radius:50%; background:var(--brass); }
.status.verified::before { background:#3c8b63; }
.price { margin:12px 0; font-size:clamp(2.6rem,6vw,4.8rem); line-height:1; }
.price small { display:block; margin-top:9px; color:#657269; font-size:.85rem; }
.callout { margin:28px 0; padding:20px 22px; border-left:3px solid var(--brass); background:rgba(255,255,255,.33); }
.facts { width:100%; border-collapse:collapse; margin-top:24px; }
.facts th,.facts td { padding:13px 12px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.facts th { width:34%; color:var(--moss); font-size:.88rem; }
.proof-hash { overflow-wrap:anywhere; font:.78rem/1.5 "SFMono-Regular",Consolas,monospace; }
.cta { text-align:center; }
.cta h2,.cta p { margin-left:auto; margin-right:auto; }
.fine { color:#59665d; font-size:.88rem; }
.site-footer { padding:45px 0; color:#4d5a51; font-size:.9rem; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr; gap:30px; }
.footer-links { display:flex; justify-content:flex-end; align-items:flex-start; flex-wrap:wrap; gap:8px 18px; }
@media (max-width:860px) { .hero-grid,.split,.grid-3,.grid-4,.grid-2 { grid-template-columns:1fr; } .hero-note { max-width:520px; } }
@media (max-width:620px) { body { font-size:16px; } .nav { align-items:flex-start; flex-direction:column; } .nav-links { justify-content:flex-start; gap:8px 16px; } .language-switch { margin-left:0; } .hero { padding-top:48px; } .footer-grid { grid-template-columns:1fr; } .footer-links { justify-content:flex-start; } .facts th,.facts td { display:block; width:100%; padding-left:0; } .facts th { padding-bottom:0; border-bottom:0; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
