@charset "UTF-8";:root{--bg: #faf8f4;--bg-soft: #f3efe8;--surface: #ffffff;--ink: #16151a;--ink-soft: #211f27;--heading: #1a1822;--body: #56535f;--muted: #8b8794;--line: #e9e3d8;--line-strong: #ddd5c6;--accent: #b8893a;--accent-hover: #a2762d;--accent-soft: #f3e9d6;--accent-rgb: 184, 137, 58;--on-dark: #f6f3ee;--on-dark-muted: #a8a3ad;--success: #2f7d52;--error: #c0392b;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-head: "Fraunces", Georgia, "Times New Roman", serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.5rem;--text-5xl: 3.25rem;--text-6xl: 4rem;--leading-tight: 1.12;--leading-snug: 1.3;--leading-normal: 1.55;--leading-relaxed: 1.7;--container: 1180px;--container-narrow: 820px;--gutter: 1.5rem;--section-y: 7rem;--radius-sm: 8px;--radius: 14px;--radius-lg: 22px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(22, 21, 26, .04), 0 2px 8px rgba(22, 21, 26, .04);--shadow-md: 0 8px 24px rgba(22, 21, 26, .07);--shadow-lg: 0 24px 60px rgba(22, 21, 26, .12);--shadow-accent: 0 10px 30px rgba(var(--accent-rgb), .28);--ease: cubic-bezier(.22, 1, .36, 1);--t-fast: .18s;--t: .3s}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--body);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);color:var(--heading);font-weight:500;line-height:var(--leading-tight);letter-spacing:-.01em}h1{font-size:var(--text-6xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{line-height:var(--leading-relaxed)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:var(--section-y)}.section--ink{background:var(--ink);color:var(--on-dark)}.section--ink h1,.section--ink h2,.section--ink h3,.section--ink h4{color:var(--on-dark)}.section--soft{background:var(--bg-soft)}.eyebrow{display:inline-block;font-family:var(--font-body);font-size:var(--text-sm);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section--ink .eyebrow{color:var(--accent)}.section-head{max-width:720px;margin-bottom:3.5rem}.section-head--center{margin-inline:auto;text-align:center}.section-head .lead{font-size:var(--text-lg);color:var(--body);margin-top:1rem}.section--ink .section-head .lead{color:var(--on-dark-muted)}.lead{font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--body)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-size:var(--text-base);font-weight:600;letter-spacing:.005em;padding:.95rem 1.75rem;border-radius:var(--radius-pill);transition:transform var(--t-fast) var(--ease),background var(--t) var(--ease),color var(--t) var(--ease),box-shadow var(--t) var(--ease),border-color var(--t) var(--ease);white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-accent)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn-dark{background:var(--ink);color:var(--on-dark)}.btn-dark:hover{background:var(--ink-soft);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--heading);border:1px solid var(--line-strong)}.btn-outline:hover{border-color:var(--ink);color:var(--ink)}.section--ink .btn-outline{color:var(--on-dark);border-color:#f6f3ee47}.section--ink .btn-outline:hover{border-color:var(--on-dark)}.btn-ghost{color:var(--heading);padding-inline:.25rem}.btn-ghost:hover{color:var(--accent)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;transition:transform var(--t) var(--ease),box-shadow var(--t) var(--ease),border-color var(--t) var(--ease)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--line-strong)}.numeral{font-family:var(--font-head);font-size:var(--text-2xl);color:var(--accent);font-weight:500}.rule{height:1px;background:var(--line);border:0}.page-hero{padding-block:6rem 2.5rem;text-align:center}.page-hero h1{font-size:var(--text-5xl);margin-block:.5rem 1.25rem}.page-hero .lead{max-width:640px;margin-inline:auto;font-size:var(--text-xl)}.page-cta{background:var(--ink);border-radius:var(--radius-lg);padding:4.5rem 2rem;text-align:center}.page-cta h2{color:var(--on-dark)}.page-cta .lead{color:var(--on-dark-muted);max-width:560px;margin-inline:auto}.page-cta .btn{margin-top:2rem}.legal-page{padding-block:5rem var(--section-y)}.legal-page .legal-head{margin-bottom:3rem}.legal-page .legal-head h1{font-size:var(--text-4xl);margin-bottom:.75rem}.legal-page .legal-updated{color:var(--muted);font-size:var(--text-sm)}.legal-page .legal-intro{font-size:var(--text-lg);color:var(--body);margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--line)}.legal-page .legal-section{margin-bottom:2rem}.legal-page .legal-section h2{font-size:var(--text-xl);margin-bottom:.6rem}.legal-page .legal-section p{color:var(--body);margin:0}.point-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-top:1.75rem}.point-list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--body)}.ic-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(var(--accent-rgb),.18);color:var(--accent);font-size:.8rem;font-weight:700;margin-top:1px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}@media (max-width: 1024px){:root{--section-y: 5.5rem;--text-6xl: 3.25rem;--text-5xl: 2.75rem;--text-4xl: 2.125rem}}@media (max-width: 768px){:root{--section-y: 4.5rem;--text-6xl: 2.6rem;--text-5xl: 2.25rem;--text-4xl: 1.875rem;--text-3xl: 1.5rem;--text-2xl: 1.35rem}.section-head{margin-bottom:2.5rem}}@media (max-width: 480px){:root{--text-6xl: 2.2rem}.btn{width:100%}}@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}
