@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap";:root{--font-heading:"Cormorant Garamond","Georgia",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-quote:"Cormorant Garamond","Georgia",serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--text-6xl:4.5rem;--leading-tight:1.15;--leading-snug:1.3;--leading-normal:1.6;--leading-relaxed:1.75;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.05em;--tracking-wider:.1em;--tracking-widest:.2em}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{color:var(--text-heading);font-family:var(--font-heading);font-weight:600;line-height:var(--leading-tight)}h1{font-size:var(--text-5xl)}h1,h2{letter-spacing:var(--tracking-wide)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}p{margin-bottom:1.25em}@media(max-width:768px){h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}}@media(max-width:480px){h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}}:root{--bg-primary:#0a0a0a;--bg-elevated:#1a1816;--bg-surface:#231f1b;--accent:#6b21a8;--accent-light:#9333ea;--text-primary:#e8e0d4;--text-secondary:#8a7560;--text-heading:#f0e6d8;--border:#2a2520;--room-accent:var(--accent);--max-width:1200px;--header-height:72px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-light)}img{display:block;height:auto;max-width:100%}ol,ul{list-style:none}.noise-overlay{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;height:100%;left:0;opacity:.03;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.vignette{background:radial-gradient(ellipse at center,transparent 40%,hsla(0,0%,4%,.7) 100%);inset:0;pointer-events:none;position:absolute}.container{margin:0 auto;max-width:var(--max-width);padding:0 1.5rem;width:100%}.section{padding:6rem 0}@media(max-width:768px){.section{padding:4rem 0}}.text-center{text-align:center}.text-secondary{color:var(--text-secondary)}@keyframes scroll-bounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.scroll-indicator{animation:scroll-bounce 2s ease-in-out infinite}@keyframes fog-drift{0%{opacity:.3;transform:translate(-10%) translateY(0)}50%{opacity:.15;transform:translate(10%) translateY(-5%)}to{opacity:.3;transform:translate(-10%) translateY(0)}}.fog-layer{animation:fog-drift 20s ease-in-out infinite}.fog-layer-reverse{animation:fog-drift 25s ease-in-out infinite reverse}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.page-enter-active,.page-leave-active{transition:opacity .3s ease}.page-enter-from,.page-leave-to{opacity:0}
