:root{--background:#0d0d0d;--foreground:#f2f2f2;--accent:#d4af37;--font-mono:"Geist Mono", monospace;--font-sans:"Geist Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--foreground);font-family:var(--font-sans);background:#141414;overflow-x:hidden}a{color:inherit;text-decoration:none}.landing-wrapper{background:var(--background);flex-direction:column;width:100%;max-width:1000px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 50px #00000080}.profile-header{border-bottom:1px solid #ffffff1a;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:50vh;padding:4rem;display:flex;position:relative;overflow:hidden}.profile-content{z-index:1;position:relative}.hero-title{letter-spacing:.2em;text-transform:uppercase;font-size:3rem;font-weight:300}.hero-subtitle{opacity:.6;letter-spacing:.3em;margin-top:1rem;font-size:.9rem}@media (max-width:1024px){.hero-title{letter-spacing:.15em;font-size:1.2rem}.hero-subtitle{letter-spacing:.2em;font-size:.7rem}}@media (max-width:480px){.hero-subtitle span{line-height:1.4;display:block}}.landing-container{flex:1;display:flex}.door{text-align:center;cursor:pointer;border-right:1px solid #ffffff1a;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.door:last-child{border-right:none}.door:hover{background:#ffffff08}.door-title{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:2rem;font-weight:300}.door-subtitle{font-family:var(--font-mono);opacity:.6;max-width:250px;font-size:.8rem;line-height:1.6}.door-accent{letter-spacing:.2em;opacity:0;color:var(--accent);font-size:.7rem;transition:all .5s;position:absolute;bottom:15%;transform:translateY(20px)}.door:hover .door-accent{opacity:1;transform:translateY(0)}@media (max-width:768px){.landing-container{flex-direction:column}.door{border-bottom:1px solid #ffffff1a;border-right:none;padding:3rem 1rem}.door-accent{opacity:.6;margin-top:1.5rem;animation:2s infinite pulse;position:relative;bottom:1rem;transform:translateY(0)}@keyframes pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.profile-header{height:40vh;padding:2rem}}
