*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;background:#030303;color:#e8d5a3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100dvh}.app{min-height:100dvh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;flex-shrink:0;background:linear-gradient(180deg,#101010,#070707 48%,#050505);border-bottom:1px solid rgba(201,162,39,.14);box-shadow:0 1px #ffffff0a inset,0 12px 40px #000000a6,0 4px 16px #00000080}.site-header__bar{height:2px;background:linear-gradient(90deg,transparent 0%,rgba(201,162,39,.35) 50%,transparent 100%);opacity:.85}.site-header__inner{display:flex;align-items:center;justify-content:center;padding:.65rem clamp(1rem,4vw,2rem);min-height:3.5rem}.site-header__logo{display:block;width:auto;max-width:min(200px,52vw);height:clamp(2.25rem,6.5vw,2.85rem);object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.75)) drop-shadow(0 0 20px rgba(201,162,39,.12))}.landing{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(1.75rem,5vw,3.5rem) 1.5rem;overflow:hidden}.landing__ambient{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(ellipse 55% 45% at 50% 38%,rgba(180,140,50,.12) 0%,transparent 55%),radial-gradient(circle at 20% 80%,rgba(90,70,30,.06) 0%,transparent 40%),radial-gradient(circle at 85% 20%,rgba(120,95,40,.05) 0%,transparent 35%);pointer-events:none}.landing__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none}.landing__content{position:relative;z-index:1;text-align:center;max-width:min(40rem,100%);width:100%;animation:landing-enter 1.2s ease-out both}@keyframes landing-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing__eyebrow{margin:0 0 1.25rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(.95rem,2.2vw,1.05rem);font-weight:300;letter-spacing:.35em;text-transform:uppercase;color:#d4af6ea6}.landing__title{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing__logo-hero{display:block;width:100%;max-width:min(520px,92vw);height:auto;object-fit:contain;filter:drop-shadow(0 16px 48px rgba(0,0,0,.55)) drop-shadow(0 0 32px rgba(201,162,39,.18));animation:hero-logo-glow 8s ease-in-out infinite}@keyframes hero-logo-glow{0%,to{filter:drop-shadow(0 14px 44px rgba(0,0,0,.52)) drop-shadow(0 0 28px rgba(201,162,39,.14))}50%{filter:drop-shadow(0 18px 52px rgba(0,0,0,.58)) drop-shadow(0 0 40px rgba(232,213,163,.22))}}.landing__ornament{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:clamp(1.75rem,4vw,2.5rem) 0}.landing__ornament-line{display:block;width:clamp(3rem,14vw,5.5rem);height:1px;background:linear-gradient(90deg,transparent,rgba(201,162,39,.55),transparent)}.landing__ornament-dot{width:5px;height:5px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#f5e6c8,#9a7b2e);box-shadow:0 0 12px #c9a22773}.landing__soon{margin:0 0 1rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(1.65rem,4.5vw,2.15rem);font-weight:300;font-style:italic;letter-spacing:.12em;color:#e8d5b0eb}.landing__hint{margin:0;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(1rem,2.6vw,1.15rem);font-weight:300;line-height:1.55;color:#b4a5828c}.landing__footer{position:relative;z-index:1;margin-top:auto;padding-top:2rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:.8rem;letter-spacing:.12em;color:#8c806473}@media (prefers-reduced-motion: reduce){.landing__content,.landing__logo-hero{animation:none}}
