:root{--color-primary: #1a1f3b;--color-primary-dark: #0f1224;--color-accent: #c4a574;--color-accent-light: #e8dcc8;--color-bg: #faf8f5;--color-surface: #ffffff;--color-text: #141824;--color-text-muted: #5a6178;--hero-gradient: linear-gradient(145deg, #0f1224 0%, #1a1f3b 42%, #2d3561 100%);--font-heading: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-script: "Cormorant Garamond", Georgia, serif;--page-gutter: clamp(1rem, 4vw, 1.5rem);--section-y: clamp(3rem, 8vw, 4rem);--content-max: 1200px;--announcement-height: 2.25rem;--header-height: 3.75rem;--site-chrome-height: calc(var(--announcement-height) + var(--header-height))}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--site-chrome-height);-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.65;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);text-wrap:balance}p{text-wrap:pretty}.accent{color:var(--color-primary)}img{max-width:100%;height:auto;display:block}a,button{touch-action:manipulation}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
