:root{font-family:var(--font-family-base);line-height:1.5;font-weight:var(--font-weight-regular);color:var(--color-text);background-color:var(--color-bg-dark);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,a{-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}img,video{max-width:100%}::selection{color:#171113;background:var(--color-gold-light)}:where(a,button):focus-visible{outline:2px solid var(--color-gold-light);outline-offset: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}}:root{--color-bg: #100c0e;--color-bg-dark: #0b0809;--color-surface: #171113;--color-surface-raised: #21161a;--color-burgundy: #381820;--color-burgundy-deep: #241015;--color-rose: #dc8895;--color-rose-light: #f1b6bd;--color-accent: #e8aaa9;--color-accent-light: #f3c5c2;--color-gold: #cda45d;--color-gold-light: #e4c58e;--color-ivory: #f7f0e8;--color-text: var(--color-ivory);--color-text-muted: rgba(247, 240, 232, .7);--color-line: rgba(232, 197, 142, .16);--gradient-brand: linear-gradient(135deg, #efb0b5 0%, #d7ac68 100%);--gradient-ink: linear-gradient(145deg, #1c1215, #0c090a);--glass-bg: rgba(255, 248, 241, .045);--glass-border: rgba(255, 248, 241, .1);--glass-blur: 18px;--glass-shadow: 0 24px 70px rgba(0, 0, 0, .3);--font-family-display: "Cormorant Garamond", Georgia, serif;--font-family-base: "Lexend", system-ui, sans-serif;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 20px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: clamp(5rem, 9vw, 8rem);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 28px;--page-gutter: clamp(1.25rem, 4vw, 3rem);--content-width: 1160px}.landing{position:relative;min-height:100vh;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 82% 5%,rgba(91,35,49,.3),transparent 28rem),radial-gradient(circle at 5% 40%,rgba(205,164,93,.07),transparent 25rem),var(--color-bg)}.landing:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.16;background:repeating-linear-gradient(116deg,rgba(255,255,255,.025) 0 1px,transparent 1px 5px),repeating-linear-gradient(24deg,rgba(0,0,0,.08) 0 1px,transparent 1px 7px)}.landing-content{position:relative;z-index:1}.route-loading{min-height:100vh;display:grid;place-items:center;color:var(--color-text-muted);background:var(--color-bg);font-family:var(--font-family-display);font-size:1.25rem}
