*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#0b0b0b;color:#f2f2f2;line-height:1.5}a{text-decoration:none;color:inherit}.hero{min-height:70vh;padding:2rem 4vw 4rem;background:linear-gradient(160deg,#0b0b0b 0%,#151515 65%,#1e1e1e 100%)}.nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.logo{letter-spacing:.2em;font-weight:700;font-size:.9rem}.cta{border:1px solid #666;padding:.65rem 1rem;border-radius:999px;font-size:.85rem;transition:.2s}.cta:hover{background:#fff;color:#000;border-color:#fff}.hero-content{max-width:860px}.kicker{text-transform:uppercase;letter-spacing:.18em;color:#b3b3b3;font-size:.75rem}.hero h1{font-size:clamp(2rem,6vw,4.5rem);margin:.5rem 0 1rem;line-height:1.08}.subtitle{max-width:680px;color:#c9c9c9;font-size:1.05rem}.section{padding:3rem 4vw 5rem}.section-head{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:end;margin-bottom:1.6rem}.section-head h2{margin:0;font-size:1.8rem}.section-head p{margin:0;color:#b7b7b7}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.card{background:#121212;border:1px solid #232323;border-radius:20px;overflow:hidden}.card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.03)}.card-body{padding:1rem}.card h3{margin:.2rem 0 .4rem;font-size:1rem}.card p{margin:0;color:#bbb;font-size:.92rem}footer{padding:1.4rem 4vw;border-top:1px solid #1f1f1f;color:#9c9c9c;font-size:.85rem}