: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%;min-height:100vh;display:flex;box-shadow:0 0 50px #00000080}.profile-header{border-bottom:1px solid #ffffff1a;width:100%;height:70vh;position:relative;overflow:hidden}.rotating-hero-container{width:100%;height:100%;position:relative}.hero-slide{opacity:0;text-align:left;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;padding:6rem 4rem;transition:opacity 1.5s ease-in-out;display:flex;position:absolute;top:0;left:0}.regional-slide{justify-content:flex-start;padding-top:10vh}.hero-slide.active{opacity:1;z-index:1}.profile-content{z-index:2;width:100%;max-width:1000px;color:var(--foreground);text-shadow:0 2px 10px #000c,0 4px 20px #0009;margin:0 auto;position:relative}.landing-slide .profile-content{color:#000;text-shadow:none}@media (min-width:2500px){.profile-header{height:50vh}}@media (max-width:768px){.profile-header{height:60vh}.hero-slide{padding:4rem 2rem}.landing-slide{justify-content:center}.regional-slide{padding-top:15vh}.regional-slide .profile-content{display:none}}.explorer-hero .profile-content{color:var(--foreground)}.back-link{letter-spacing:.1em;color:var(--accent);margin-bottom:2rem;font-size:.8rem;transition:opacity .3s;display:block}.back-link:hover{opacity:.7}.hero-title{letter-spacing:.2em;text-transform:uppercase;font-size:3rem;font-weight:300}.hero-subtitle{opacity:.8;letter-spacing:.3em;margin-top:1rem;font-size:.9rem}.hero-quote{font-family:var(--font-mono);opacity:.5;letter-spacing:.1em;margin-top:2rem;font-size:.75rem;font-style:italic}@media (max-width:1024px){.hero-title{letter-spacing:.15em;font-size:2rem}.hero-subtitle{letter-spacing:.2em;font-size:.8rem}}@media (min-width:2500px){.profile-header{height:60vh}}@media (max-width:768px){.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:flex-start;align-items:center;min-height:300px;padding:4rem 2rem 2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.hero-nav-dots{z-index:10;gap:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.nav-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.nav-dot.active{background:var(--accent);box-shadow:0 0 10px var(--accent);transform:scale(1.3)}.nav-dot:hover{background:#fff9}.door:hover{background:#ffffff08}.door-title{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;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:1024px){.landing-container{flex-direction:column}.door{border-bottom:1px solid #ffffff1a;border-right:none;min-height:auto;padding:2rem 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}}}
