:root{--bg-deep: #0c0609;--bg-mid: #1a0f14;--rose: #e8b4bc;--rose-dim: rgba(232, 180, 188, .55);--gold: #c9a87c;--gold-soft: rgba(201, 168, 124, .35);--mist: rgba(255, 248, 252, .06);--font-display: "Syne", system-ui, sans-serif;--font-body: "Outfit", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;background:radial-gradient(ellipse 120% 80% at 50% 100%,var(--bg-mid) 0%,var(--bg-deep) 55%);color:var(--rose-dim);font-family:var(--font-body);overflow-x:hidden}#hero-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.shell{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem 5rem;text-align:center}.brand{font-family:var(--font-display);font-weight:700;font-size:clamp(3rem,12vw,5.5rem);letter-spacing:-.02em;background:linear-gradient(135deg,#fff5f8 0%,var(--rose) 45%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.05;margin-bottom:.75rem}.tagline{font-size:clamp(1rem,3vw,1.25rem);font-weight:300;max-width:28rem;line-height:1.6;color:var(--rose-dim);margin-bottom:2rem}.status-row{display:inline-flex;align-items:center;gap:.65rem;padding:.55rem 1.15rem;border-radius:999px;border:1px solid var(--mist);background:#0c060973;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 14px var(--gold-soft);animation:pulse-dot 2.2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.footer-note{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:2;font-size:.75rem;letter-spacing:.08em;color:#e8b4bc59}.footer-note a{color:var(--gold-soft);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.footer-note a:hover{color:var(--gold);border-bottom-color:var(--gold-soft)}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;left:1rem;top:1rem;width:auto;height:auto;padding:.5rem 1rem;background:var(--bg-mid);color:var(--rose);z-index:100;border-radius:4px}@media (prefers-reduced-motion: reduce){.pulse-dot{animation:none}}
