:root{--bg: #FAF1EA;--bg-blush: #F6E3DC;--bg-edge: #EFDACF;--ink: #46322E;--accent: #B4123F;--glow: #F3B8C0;--glow-core: #EE8FA4;--shadow: #5C4038;--font-display: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--ink);font-family:var(--font-display);overflow-x:hidden;-webkit-font-smoothing:antialiased}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E")}#stage{position:relative;height:100vh;height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(ellipse 90% 75% at 50% 34%,var(--bg-blush) 0%,var(--bg) 55%,var(--bg-edge) 100%)}#stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 80% 74% at center,transparent 52%,rgba(70,50,46,.08) 100%)}#rose{display:block;height:min(80vh,760px);height:min(80svh,760px);max-width:92vw;margin-bottom:5vh;overflow:visible}#bokeh{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.3}#bokeh span{position:absolute;border-radius:50%;background:radial-gradient(circle,#f3b8c08c,#f3b8c000 70%);animation:bokeh-drift ease-in-out infinite alternate}#bokeh span:nth-child(1){left:8%;top:18%;width:90px;height:90px;animation-duration:13s}#bokeh span:nth-child(2){left:20%;top:64%;width:46px;height:46px;animation-duration:17s;animation-delay:-6s}#bokeh span:nth-child(3){left:30%;top:30%;width:26px;height:26px;animation-duration:11s;animation-delay:-3s}#bokeh span:nth-child(4){left:44%;top:76%;width:70px;height:70px;animation-duration:19s;animation-delay:-9s}#bokeh span:nth-child(5){left:56%;top:12%;width:34px;height:34px;animation-duration:15s;animation-delay:-2s}#bokeh span:nth-child(6){left:66%;top:48%;width:100px;height:100px;animation-duration:21s;animation-delay:-12s}#bokeh span:nth-child(7){left:76%;top:24%;width:40px;height:40px;animation-duration:12s;animation-delay:-5s}#bokeh span:nth-child(8){left:86%;top:66%;width:58px;height:58px;animation-duration:18s;animation-delay:-8s}#bokeh span:nth-child(9){left:12%;top:44%;width:30px;height:30px;animation-duration:14s;animation-delay:-4s}#bokeh span:nth-child(10){left:38%;top:8%;width:52px;height:52px;animation-duration:20s;animation-delay:-10s}#bokeh span:nth-child(11){left:90%;top:36%;width:24px;height:24px;animation-duration:16s;animation-delay:-7s}#bokeh span:nth-child(12){left:60%;top:84%;width:44px;height:44px;animation-duration:22s;animation-delay:-14s}@keyframes bokeh-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(2vw,-4vh,0) scale(1.15)}}.intro{position:absolute;top:clamp(3rem,9vh,6rem);left:0;right:0;text-align:center;font-style:italic;font-weight:300;font-size:clamp(1.05rem,2.6vw,1.5rem);letter-spacing:.04em;color:color-mix(in srgb,var(--ink) 72%,var(--bg));padding:0 8vw;pointer-events:none}#message{position:absolute;bottom:clamp(2.5rem,8vh,5.5rem);left:0;right:0;z-index:1;text-align:center;padding:0 7vw;pointer-events:none;opacity:0}#message:before{content:"";position:absolute;top:-4rem;right:-20%;bottom:-4rem;left:-20%;z-index:-1;background:radial-gradient(ellipse 75% 95% at center,rgba(250,241,234,.96) 48%,transparent 80%)}.message-name{font-style:italic;font-size:clamp(1rem,2.2vw,1.3rem);letter-spacing:.2em;color:var(--accent);margin-bottom:.6em}.message-text{font-weight:300;font-size:clamp(1.45rem,4vw,2.35rem);line-height:1.5;max-width:30ch;margin:0 auto;color:var(--ink)}.scroll-hint{position:absolute;bottom:clamp(1.5rem,4vh,2.5rem);left:0;right:0;text-align:center;pointer-events:none}.scroll-hint:before{content:"";display:block;width:1px;height:26px;margin:0 auto .7rem;background:color-mix(in srgb,var(--ink) 40%,transparent);animation:hint-pulse 2.4s ease-in-out infinite}.scroll-hint span{font-family:var(--font-sans);font-size:.72rem;text-transform:uppercase;letter-spacing:.35em;color:color-mix(in srgb,var(--ink) 55%,transparent);animation:hint-pulse 2.4s ease-in-out infinite}@keyframes hint-pulse{0%,to{opacity:.3}50%{opacity:.85}}@media (prefers-reduced-motion: reduce){.scroll-hint{display:none}.scroll-hint span,.scroll-hint:before{animation:none}#bokeh span{animation:none}}html.reduced-motion #message{opacity:1;animation:soft-fade 1.6s ease both}html.reduced-motion .scroll-hint{display:none}@keyframes soft-fade{0%{opacity:0}to{opacity:1}}
