@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:#2d2d2d;-webkit-tap-highlight-color:transparent;background:#fafaf8;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}.logo-group{flex-direction:column;align-items:center;gap:.6rem;animation:.8s ease-out .3s both fadeIn;display:flex}.logo-title{align-items:center;margin:0;display:inline-flex;position:relative}.logo-mark{z-index:1;background:radial-gradient(circle,#c4354a 0%,#c4354ad9 30%,#c4354a66 50%,#c4354a1a 70%,#c4354a00 100%);border-radius:50%;justify-content:center;align-items:center;width:1.2em;height:1.2em;margin-right:-.15em;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,10vw,4.5rem);font-weight:600;line-height:1;display:inline-flex;position:relative}.logo-k{color:#fff;text-shadow:0 0 15px #c4354a66}.logo-wordmark{letter-spacing:.18em;color:#2d2d2d;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,9vw,4rem);font-weight:600;line-height:1}.tagline{letter-spacing:.2em;text-transform:uppercase;color:#6b6b6b99;margin:0;font-family:Inter,sans-serif;font-size:clamp(.65rem,2vw,.8rem);font-weight:300}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{z-index:1;color:#2d2d2d59;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}}
