.site{min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--border);background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.logo{font-family:var(--font-head);font-weight:400;font-size:1.4rem;letter-spacing:.05em;color:var(--white)}.logo-dot{color:var(--yellow)}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;border-bottom:1px solid var(--border)}.hero-inner{max-width:1100px;margin:0 auto;width:100%}.hero-badge{display:inline-block;font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--black);background:var(--yellow);padding:.3rem .8rem;margin-bottom:2rem}.hero-title{font-family:var(--font-head);font-size:clamp(4rem,10vw,9rem);font-weight:400;line-height:.95;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.5rem}.accent{color:var(--yellow)}.hero-sub{font-size:clamp(.95rem,1.8vw,1.1rem);color:var(--grey);max-width:560px;margin-bottom:2.5rem;line-height:1.75}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--yellow);color:var(--black);padding:.85rem 2rem;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--white);transform:translateY(-1px)}.btn-primary.btn-large{padding:1rem 2.5rem;font-size:.9rem}.btn-ghost{display:inline-block;color:var(--grey);padding:.85rem 2rem;font-weight:500;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--border);transition:color .2s,border-color .2s}.btn-ghost:hover{color:var(--white);border-color:#555}.section{padding:6rem 2rem;border-bottom:1px solid var(--border)}.section-alt{background:#0e0e0e}.section-inner{max-width:1100px;margin:0 auto}.section-inner.narrow{max-width:720px}.section-inner.center{text-align:center}.section-label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--yellow);margin-bottom:1rem}.section-title{font-family:var(--font-head);font-size:clamp(2.5rem,5vw,5rem);font-weight:400;letter-spacing:.03em;text-transform:uppercase;margin-bottom:1rem;line-height:1}.section-sub{color:var(--grey);font-size:1rem;margin-bottom:3rem;max-width:560px;line-height:1.75}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;margin-top:3rem;border:1px solid var(--border)}.card{background:var(--grey-light);padding:2rem;transition:background .2s}.card:hover{background:#1a1a1a}.card-title{font-family:var(--font-head);font-size:1.6rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;color:var(--yellow)}.card-desc{color:var(--grey);font-size:.9rem;line-height:1.7}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin-top:3rem;border:1px solid var(--border)}.stack-item{background:var(--grey-light);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem;transition:background .2s}.stack-item:hover{background:#1a1a1a}.stack-name{font-family:var(--font-head);font-weight:400;font-size:1.2rem;letter-spacing:.05em;text-transform:uppercase;color:var(--white)}.stack-desc{color:var(--grey);font-size:.82rem;line-height:1.5}.bio{display:flex;flex-direction:column;gap:1.25rem;margin-top:2.5rem}.bio p{color:var(--grey);font-size:1rem;line-height:1.8}.footer{padding:2rem}.footer-yellow{background:var(--yellow);border-top:none}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--black);font-weight:600}@media (max-width: 600px){.hero-actions{flex-direction:column}.footer-inner{flex-direction:column;gap:.5rem;text-align:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--white: #f8f8f8;--yellow: #f5c518;--pink: #e8879a;--grey: #888;--grey-light: #141414;--border: #1e1e1e;--font-body: "Inter", sans-serif;--font-head: "Bebas Neue", "Arial Black", sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}
