:root{--color-bg:#0a1930;--color-bg-elev:#0f2040;--color-gold:#d4a84a;--color-gold-hairline:#f4c653;--color-text:#e9e6dd;--color-text-muted:#b7b0a0;--font-serif:"Cormorant Garamond", "Times New Roman", Georgia, serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width:40rem}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(at top,#d4a84a14 0%,#0000 55%),radial-gradient(at bottom,#d4a84a0a 0%,#0000 60%);background-attachment:fixed;line-height:1.5}.page{place-items:center;min-height:100svh;padding:3rem 1rem;display:grid}.hero{width:100%;max-width:var(--max-width);text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.hero__emblem{border-radius:50%;width:7rem;height:7rem;animation:.9s ease-out both emblem-fade;box-shadow:0 0 0 1px #f4c65359,0 8px 32px #00000073}.hero__wordmark{font-family:var(--font-serif);letter-spacing:.04em;color:var(--color-gold);margin:0;font-size:clamp(2.5rem,8vw,4.25rem);font-weight:600;line-height:1.05;animation:.7s ease-out .12s both lift}.hero__amp{color:var(--color-gold-hairline);padding:0 .15em;font-style:italic;font-weight:500}.hero__description{font-family:var(--font-sans);max-width:34rem;color:var(--color-text);text-wrap:pretty;margin:0;font-size:clamp(1rem,1.5vw,1.0625rem);line-height:1.65;animation:.7s ease-out .22s both lift}.hero__cta{font-family:var(--font-sans);letter-spacing:.04em;text-transform:uppercase;color:var(--color-bg);background:var(--color-gold);border:1px solid var(--color-gold-hairline);border-radius:999px;align-items:center;gap:.6rem;margin-top:.75rem;padding:.95rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;animation:.7s ease-out .42s both lift;display:inline-flex;box-shadow:0 4px 18px #d4a84a40}.hero__cta:hover,.hero__cta:focus-visible{background:var(--color-gold-hairline);outline:none;transform:translateY(-2px);box-shadow:0 8px 24px #d4a84a66}.hero__cta:focus-visible{outline:2px solid var(--color-gold-hairline);outline-offset:4px}.hero__cta-arrow{transition:transform .16s}.hero__cta:hover .hero__cta-arrow,.hero__cta:focus-visible .hero__cta-arrow{transform:translate(3px)}.hero__footer{border-top:1px solid #f4c65340;width:12rem;margin-top:1.5rem;padding-top:1.25rem;animation:.7s ease-out .52s both lift}.hero__email{font-family:var(--font-sans);color:var(--color-text-muted);letter-spacing:.02em;font-size:.9rem;text-decoration:none;transition:color .16s}.hero__email:hover,.hero__email:focus-visible{color:var(--color-gold);outline:none}.hero__email:focus-visible{outline:2px solid var(--color-gold-hairline);outline-offset:4px;border-radius:2px}@keyframes emblem-fade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes lift{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero__emblem,.hero__wordmark,.hero__description,.hero__cta,.hero__footer{animation:none}}@media (width<=480px){.page{padding:2rem 1rem}.hero{gap:1.25rem}.hero__emblem{width:6rem;height:6rem}.hero__cta{padding:.85rem 1.4rem;font-size:.95rem}}
