:root{--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--header-h: 72px;--radius: 2px;--accent: #c9a45c;--on-accent: #0b0b0b}:root,:root[data-theme=light]{color-scheme:light;--bg: #ffffff;--surface: #f7f6f2;--text: #161616;--text-muted: #6b6b6b;--border: #e2e0d9;--border-strong: #0b0b0b;--accent-text: #8a6a2c;--inv-bg: #0b0b0b;--inv-surface: #161616;--inv-text: #ffffff;--inv-text-muted: #b0b0b0;--inv-border: #2a2a2a;--inv-border-strong: #4a4a4a;--inv-accent-text: #c9a45c}:root[data-theme=dark]{color-scheme:dark;--bg: #0b0b0b;--surface: #151515;--text: #f2f2f2;--text-muted: #a3a3a3;--border: #2a2a2a;--border-strong: #f2f2f2;--accent-text: #d4b36b;--inv-bg: #161616;--inv-surface: #1e1e1e;--inv-text: #ffffff;--inv-text-muted: #b0b0b0;--inv-border: #2e2e2e;--inv-border-strong: #555555;--inv-accent-text: #d4b36b}.tone-inverse{--bg: var(--inv-bg);--surface: var(--inv-surface);--text: var(--inv-text);--text-muted: var(--inv-text-muted);--border: var(--inv-border);--border-strong: var(--inv-border-strong);--accent-text: var(--inv-accent-text)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}@media(max-width:640px){body{font-size:16px}}app-root{display:block}h1,h2,h3,p{margin:0}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.text-display,.text-section,.text-card-title{font-family:var(--font-display);line-height:1.1}.text-display{font-size:clamp(2.8rem,7vw,5.25rem);font-weight:500}.text-display em{color:var(--accent);font-weight:500}.text-section{font-size:clamp(2.2rem,4.5vw,3.25rem);font-weight:600}.text-card-title{font-size:2rem;font-weight:600}.text-lead{font-size:1.15rem;color:var(--text-muted)}.text-intro{font-size:1.05rem;color:var(--text-muted)}.text-muted{color:var(--text-muted)}.text-label{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-text)}
