@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..700;1,400..700&family=Fraunces:ital,opsz,wght@1,9..144,100&family=Inter:wght@400..700&display=swap");:root{--color-bg:#2A1F32;--color-accent:#CB776B;--color-text:#ECE6CE;--color-bg-deep:#1E1524;--color-bg-soft:#3A2C46;--color-accent-deep:#B5644F;--color-accent-soft:#DBA19A;--font-serif-brand:"Playfair Display",Georgia,serif;--font-serif-card:"Fraunces",Georgia,serif;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--weight-editorial:500;--weight-emphasis:600;--weight-strong:700;--weight-whisper:100;--weight-body:400;--weight-action:500;--weight-label:600;--style-intimate:italic;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:5rem;--radius-sm:4px;--radius-md:12px;--radius-lg:24px;--radius-full:9999px;--shadow-card:0 1px 0 rgba(236,230,206,0.04) inset,0 12px 32px -16px rgba(0,0,0,0.6);--shadow-card-hover:0 1px 0 rgba(203,119,107,0.18) inset,0 24px 48px -20px rgba(0,0,0,0.75),0 0 0 1px rgba(203,119,107,0.45);--shadow-coral-glow:0 0 0 1px rgba(203,119,107,0.3),0 20px 60px -16px rgba(203,119,107,0.18);--shadow-lift:0 24px 60px -24px rgba(0,0,0,0.65);--ease-smooth:cubic-bezier(0.25,0.1,0.25,1);--ease-bounce:cubic-bezier(0.68,-0.55,0.265,1.55);--ease-luxury:cubic-bezier(0.16,1,0.3,1);--duration-fast:150ms;--duration-base:250ms;--duration-slow:400ms;--duration-lux:700ms}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html{min-height:100%}body{position:relative;background-color:var(--color-bg);background-image:radial-gradient(ellipse 80% 60% at 50% 0,rgba(203,119,107,.06),transparent 60%),radial-gradient(ellipse 100% 80% at 50% 120%,rgba(30,21,36,.7),transparent 60%);color:var(--color-text);font-family:var(--font-sans);font-weight:var(--weight-body);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:pan-y}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.92, 0 0 0 0 0.90, 0 0 0 0 0.81, 0 0 0 0.22 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");opacity:.3;mix-blend-mode:overlay}main{position:relative;z-index:2}::selection{background:var(--color-accent);color:var(--color-bg)}#__next{height:100%}button{font-family:inherit;border:none;cursor:pointer;background:transparent}a,button{color:inherit}a{text-decoration:none}