@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:dark;font-family:Inter,sans-serif;background:#000;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{overflow:hidden;background:#000}a{color:inherit;text-decoration:none}.landing-page{position:relative;width:100%;min-height:100dvh;overflow:hidden;background:#000;color:#fff}.age-strip{position:fixed;inset:0 0 auto;z-index:50;display:flex;height:40px;width:100%;align-items:center;justify-content:center;padding:0 16px;background:#09090b}.age-strip p{margin:0;color:#00cfff;font-size:10px;font-weight:700;line-height:1;letter-spacing:.3em;text-transform:uppercase}.hero{position:relative;display:flex;height:100dvh;width:100%;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero-image,.hero-overlay{position:absolute;inset:0;height:100%;width:100%}.hero-image{z-index:0;background-image:url(/images/sophie-hero.jpeg);background-position:center 20%;background-size:cover;background-repeat:no-repeat}.hero-overlay{z-index:10;background:#00000080}.hero-content{position:relative;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;margin-top:40px;padding:0 16px;text-align:center}.hero-content h1{margin:0;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:8vw;font-weight:400;line-height:1;letter-spacing:-.05em}.subscribe-button{display:flex;align-items:center;justify-content:center;border-radius:9999px;padding:16px 48px;background:#00cfff;box-shadow:0 0 40px #00cfff33;color:#fff;font-size:14px;font-weight:700;line-height:1;letter-spacing:.1em;text-transform:uppercase;transition:background-color .18s ease,transform .18s ease}.subscribe-button:hover{background:#00cfffe6;transform:scale(1.05)}.subscribe-button:active{transform:scale(.95)}.subscribe-button:focus-visible{outline:2px solid #fff;outline-offset:4px}@media(min-width:640px){.hero-content h1{font-size:6vw}}@media(prefers-reduced-motion:reduce){.subscribe-button{transition:none}}
