*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--off-white:#fafafa;--light-gray:#e0e0e0;--mid-gray:#a0a0a0;--dark-gray:#3a3a3a;--near-black:#1a1a1a;--black:#0a0a0a;--font-display:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background-color:var(--black);color:var(--white);height:100dvh;overflow:hidden}#root{height:100%}.landing{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.bg-photo{z-index:0;background-image:url(/main-bg-converted.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;animation:25s ease-out both bg-zoom;position:absolute;inset:0}@keyframes bg-zoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.bg-overlay{z-index:1;background:radial-gradient(#0000008c 0%,#000c 100%),linear-gradient(#0000004d 0%,#000000b3 100%);position:absolute;inset:0}.content{z-index:3;text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.logo-mark{object-fit:contain;filter:brightness(0)invert();width:120px;height:auto;animation:fade-in-up .8s var(--ease-out-expo) both;animation-delay:.1s}.heading{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);animation:fade-in-up .8s var(--ease-out-expo) both;font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:1.1;animation-delay:.25s}.subtext{font-family:var(--font-body);color:var(--mid-gray);max-width:380px;animation:fade-in-up .8s var(--ease-out-expo) both;font-size:clamp(.95rem,1.8vw,1.15rem);font-weight:300;line-height:1.6;animation-delay:.4s}.divider-dot{background-color:var(--mid-gray);width:5px;height:5px;animation:fade-in-up .8s var(--ease-out-expo) both;border-radius:50%;animation-delay:.4s}.quote{text-align:center;max-width:480px;animation:fade-in-up .8s var(--ease-out-expo) both;animation-delay:.55s}.quote-text{font-family:var(--font-body);color:#ffffff8c;font-size:clamp(.95rem,1.6vw,1.1rem);font-style:italic;font-weight:300;line-height:1.7}.quote-author{font-family:var(--font-body);color:#ffffff59;letter-spacing:.06em;margin-top:12px;font-size:.8rem;font-style:normal;font-weight:400;display:block}.footer{text-align:center;z-index:3;animation:fade-in-up .8s var(--ease-out-expo) both;animation-delay:.7s;position:absolute;bottom:32px;left:0;right:0}.footer-text{font-family:var(--font-body);color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:400}.accent-lines{animation:fade-in-up .8s var(--ease-out-expo) both;align-items:center;gap:16px;animation-delay:.3s;display:flex}.accent-line{background-color:#ffffff40;width:40px;height:1px}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.noise-overlay{z-index:2;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}@media (width<=480px){.logo-mark{width:96px}.content{gap:20px;padding:0 24px}.footer{bottom:24px}.accent-line{width:28px}}
