:root{--blush: #FDF1F4;--petal: #F7CFDC;--rose: #E9A3B8;--ink: #8A3050;--cream: #FFFAF8;--gold: #C9955C;--script: "Snell Roundhand", "Apple Chancery", "Savoye LET", "Segoe Script", cursive;--display: "Didot", "Bodoni 72", "Playfair Display", "Big Caslon", Georgia, serif;--caps: "Optima", "Avenir Next", "Gill Sans", "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{background:radial-gradient(ellipse 80% 60% at 50% 0%,#FBE4EC 0%,transparent 60%),radial-gradient(ellipse 70% 50% at 15% 100%,#FAE0E9 0%,transparent 55%),var(--blush);color:var(--ink);font-family:var(--caps);overflow-x:hidden}#root{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:3rem 1.25rem;position:relative}.petals{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.petal{position:absolute;top:-6vh;width:14px;height:18px;background:radial-gradient(ellipse at 40% 30%,#FBDCE7 0%,var(--rose) 90%);border-radius:70% 30% 60% 40%/60% 40%;opacity:.7;animation:fall linear infinite}@keyframes fall{0%{transform:translateY(-6vh) rotate(0)}to{transform:translateY(110vh) rotate(340deg)}}@media (prefers-reduced-motion: reduce){.petal{animation:none;display:none}}.card{position:relative;z-index:1;background:var(--cream);max-width:34rem;width:100%;padding:4.5rem 2.5rem 3.25rem;text-align:center;border:1px solid #F0C4D3;box-shadow:0 0 0 6px var(--cream),0 0 0 7px #efbed0,0 24px 60px -24px #8a305059;border-radius:4px}.bow{position:absolute;top:-54px;left:50%;transform:translate(-50%);width:132px;height:108px}.corner{position:absolute;width:92px;height:92px;opacity:.95}.corner.tl{top:10px;left:10px}.corner.tr{top:10px;right:10px;transform:scaleX(-1)}.corner.bl{bottom:10px;left:10px;transform:scaleY(-1)}.corner.br{bottom:10px;right:10px;transform:scale(-1)}.eyebrow{font-family:var(--script);font-size:1.6rem;color:var(--rose);margin-bottom:.75rem}h1{font-family:var(--display);font-weight:500;font-size:clamp(2.1rem,7vw,3.1rem);line-height:1.12;letter-spacing:.01em;text-wrap:balance;margin-bottom:.4rem}h1 .num{font-style:italic;color:var(--rose)}.flourish{font-family:var(--script);font-size:1.35rem;color:var(--gold);margin:1.1rem 0 1.6rem}.rule{display:flex;align-items:center;gap:.8rem;margin:0 auto 1.6rem;max-width:16rem}.rule:before,.rule:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,#E3A9BE)}.rule:after{background:linear-gradient(to left,transparent,#E3A9BE)}.rule svg{flex:none}.details{display:flex;flex-direction:column;gap:1.1rem}.detail .label{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:#c77e9a;margin-bottom:.25rem}.detail .value{font-family:var(--display);font-size:1.35rem;color:var(--ink)}.closing{font-family:var(--script);font-size:1.5rem;color:var(--rose);margin-top:2.2rem}
