body{margin:0;background:#0B1220;color:#F4F1E9;font:16px system-ui}header,footer,main>section{padding:28px 5%}header{display:flex;gap:18px;background:#111A28}.hero{min-height:70vh;background-size:cover;display:flex;align-items:end}.btn{padding:12px;background:#D8B36A;color:#111}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.cards img{width:100%;aspect-ratio:2/3;object-fit:cover}.tiles{display:grid;grid-template-columns:repeat(6,1fr)}.tiles img{width:100%;aspect-ratio:16/9;object-fit:cover}.lead{color:#CCD3DC}@media(max-width:700px){.cards{grid-template-columns:repeat(2,1fr)}}