@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Outfit:wght@300;400;500;600&display=swap";:root{--bg:#050507;--text-primary:#f4f4f7;--text-secondary:#9a9aa6;--text-tertiary:#56565f;--grad:linear-gradient(110deg, #8b5cf6 0%, #ec4899 48%, #3b82f6 100%)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Outfit,sans-serif;overflow-x:hidden}body:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#0000 50%,#0009 100%);position:fixed;inset:0}.aurora{z-index:-2;pointer-events:none;position:fixed;inset:0;overflow:hidden}.aurora-blob{filter:blur(110px);mix-blend-mode:screen;will-change:transform;border-radius:50%;width:55vw;min-width:420px;height:55vw;min-height:420px;display:block;position:absolute}.aurora-blob--violet{background:radial-gradient(circle,#8b5cf680,#0000 68%);animation:26s ease-in-out infinite alternate drift-a;top:-18%;left:-8%}.aurora-blob--blue{background:radial-gradient(circle,#3b82f66b,#0000 68%);animation:32s ease-in-out infinite alternate drift-b;bottom:-22%;right:-12%}.aurora-blob--pink{background:radial-gradient(circle,#ec48994d,#0000 68%);animation:38s ease-in-out infinite alternate drift-c;top:28%;left:38%}.grain{z-index:-1;pointer-events:none;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.app-container{flex-direction:column;max-width:1200px;min-height:100svh;margin:0 auto;padding:2.5rem;display:flex;position:relative}.brand{opacity:0;align-items:center;gap:.6rem;animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards reveal;display:flex}.brand-mark{object-fit:contain;width:26px;height:26px}.brand-name{letter-spacing:.005em;color:var(--text-primary);font-size:.95rem;font-weight:500}.hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 0;display:flex}.statement{letter-spacing:-.015em;color:var(--text-primary);flex-direction:column;font-family:Instrument Serif,serif;font-size:clamp(2.75rem,8.5vw,6.5rem);font-weight:400;line-height:1.02;display:flex}.statement .line{opacity:0;animation:1.4s cubic-bezier(.16,1,.3,1) forwards reveal;display:block}.statement .line:first-child{animation-delay:.25s}.statement .line:nth-child(2){animation-delay:.4s}.statement .line:nth-child(3){animation-delay:.55s}.highlight{background:var(--grad);color:#0000;background-size:220%;-webkit-background-clip:text;background-clip:text;padding-right:.06em;font-style:italic;animation:9s ease-in-out infinite alternate shimmer}.sub{max-width:34ch;color:var(--text-secondary);opacity:0;margin-top:2rem;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:300;line-height:1.65;animation:1.4s cubic-bezier(.16,1,.3,1) .85s forwards reveal}.footer{opacity:0;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;animation:1.2s cubic-bezier(.16,1,.3,1) 1s forwards reveal;display:flex}.contact-email{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:color .3s}.contact-email:hover{color:var(--text-primary)}.copyright{color:var(--text-tertiary);font-size:.8rem}@keyframes reveal{0%{opacity:0;filter:blur(8px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes shimmer{0%{background-position:0%}to{background-position:150%}}@keyframes drift-a{0%{transform:translate(0)scale(1)}to{transform:translate(12vw,8vh)scale(1.15)}}@keyframes drift-b{0%{transform:translate(0)scale(1.05)}to{transform:translate(-10vw,-6vh)scale(1)}}@keyframes drift-c{0%{transform:translate(0)scale(1)}to{transform:translate(-8vw,10vh)scale(1.2)}}@media (width<=560px){.app-container{padding:1.75rem}.footer{flex-direction:column;align-items:flex-start;gap:.4rem}}@media (prefers-reduced-motion:reduce){.brand,.statement .line,.sub,.footer{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.aurora-blob,.highlight{animation:none!important}}
