:root{--rose:#e8aeb7;--rose-light:#f5d5dc;--rose-pale:#faf0f2;--gold:#c9a227;--gold-light:#f0e8cc;--cream:#fff8f5;--cream-dark:#f5ede8;--ink:#2d1f1f;--muted:#7d6a6a;--hint:#b09090;--border:#ead8d2;--font-serif:"Cormorant Garamond",Georgia,serif;--font-sans:"DM Sans",system-ui,sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--ink);min-height:100dvh}body,html{overscroll-behavior:none}h1,h2,h3,h4,h5,h6{font-weight:inherit;line-height:1.1}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}img,video{max-width:100%;display:block}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.anim-up{animation:fadeUp .5s ease both}.anim-in{animation:fadeIn .3s ease both}.anim-scale{animation:scaleIn .35s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}