@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@300;400;500&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;-webkit-tap-highlight-color:transparent;background:#080808;min-height:100vh;overflow-x:hidden}#root{justify-content:center;align-items:center;min-height:100dvh;display:flex}.scene{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.bg-canvas{z-index:0;position:fixed;inset:0}.content{z-index:1;flex-direction:column;align-items:center;gap:2rem;padding:2rem 1.5rem;display:flex;position:relative}.frame-block{padding:2.5rem 3rem 2.5rem 3.5rem;position:relative}.frame-corner{pointer-events:none;border-bottom:1.5px solid #dc143c66;border-left:1.5px solid #dc143c66;border-bottom-left-radius:4px;width:60%;height:70%;animation:1.2s ease-out .8s both frameIn;position:absolute;bottom:0;left:0}.frame-corner:before{content:"";filter:blur(1px);pointer-events:none;border-bottom:1.5px solid #0000;border-left:1.5px solid #0000;border-bottom-left-radius:8px;width:calc(100% + 12px);height:calc(100% + 12px);position:absolute;bottom:-6px;left:-6px;box-shadow:-8px 8px 25px #dc143c26,-4px 4px 12px #dc143c1a}.frame-corner:after{content:"";filter:blur(2px);background:radial-gradient(circle,#dc143c99,#0000);border-radius:50%;width:6px;height:6px;animation:3s ease-in-out infinite cornerGlow;position:absolute;bottom:0;left:0}@keyframes frameIn{0%{opacity:0;width:0%;height:0%}to{opacity:1;width:60%;height:70%}}@keyframes cornerGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.8)}}.title{z-index:1;letter-spacing:.25em;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,11vw,5.5rem);font-weight:700;display:flex;position:relative;overflow:hidden}.title-char{background:linear-gradient(#f46 0%,#dc143c 40%,#c8285a 70%,#a0102e 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 25px #dc143c59);-webkit-background-clip:text;background-clip:text;animation:.5s ease-out both charReveal;display:inline-block}@keyframes charReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tagline{letter-spacing:.25em;text-transform:uppercase;color:#dc143c66;font-family:Inter,sans-serif;font-size:clamp(.8rem,2.5vw,.95rem);font-weight:300;animation:.8s ease-out 1.3s both fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{z-index:1;color:#ffffff40;letter-spacing:.1em;font-family:Inter,sans-serif;font-size:.65rem;font-weight:300;animation:1s ease-out 2s both fadeIn;position:absolute;bottom:1.5rem}@media (width<=768px){.content{gap:1.5rem;padding:1.5rem 1rem}.frame-block{padding:2rem 2rem 2rem 2.5rem}}
