:root{--bg-color: #050505;--text-color: #e6e6e6;--text-muted: #888;--highlight: #d4af37;--font-main: "Inter", sans-serif;--max-width: 900px;--spacing-unit: 1.5rem}body{margin:0;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;line-height:1.6;min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");z-index:-1;opacity:.15}#app{width:100%;padding:4rem 2rem;box-sizing:border-box}.container{max-width:var(--max-width);margin:0 auto}header{margin-bottom:8vh;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:700;font-size:1.1rem;letter-spacing:-.03em;color:#fff;text-transform:uppercase;position:relative}.logo:after{content:"";display:block;width:40px;height:2px;background:#fff;margin-top:4px}.hero{margin-bottom:12vh}h1{font-size:clamp(3rem,6vw,5.5rem);font-weight:500;line-height:1.05;letter-spacing:-.04em;margin:0 0 2rem;color:#fff;max-width:90%}.subtitle{font-size:1.2rem;color:var(--text-muted);max-width:580px;font-weight:300;line-height:1.6;margin-top:2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:8vh}.feature-item h3{font-size:1rem;color:#fff;margin-bottom:.5rem;font-weight:500}.feature-item p{font-size:.9rem;color:var(--text-muted)}.contact{margin-top:8vh;border-top:1px solid rgba(255,255,255,.1);padding-top:3rem;display:flex;flex-direction:column;gap:1rem}.contact-link{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:300;display:inline-block;transition:opacity .3s ease}.contact-link:hover{opacity:.7}.location{color:var(--text-muted);font-size:.9rem;font-weight:300}footer{margin-top:4rem;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn 1s cubic-bezier(.16,1,.3,1) forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.5s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){#app{padding:2rem 1.5rem}h1{font-size:2.8rem}.logo:after{width:30px}}
