body{background:#F5F0E8;font-family:Inter,sans-serif}.container{width:min(1200px,92%);margin:auto}.top{display:flex;justify-content:space-between;font:12px 'IBM Plex Mono';padding:20px 0}.logo{text-align:center}.logo h1,.hero h1,h2{font-family:'Libre Bodoni',serif}.logo span,.footer span{font-family:'Cormorant Garamond';font-style:italic;color:#B93431}.hero{display:grid;grid-template-columns:58% 42%;gap:40px;margin:40px 0}.hero img,.cards img{width:100%}.meta{font:12px 'IBM Plex Mono';color:#B93431}.cards{display:grid;grid-template-columns:1fr 1fr;gap:30px}.desks{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.desks div{border:1px solid #ccc;padding:30px}.footer{background:#120805;color:#fff;padding:40px;margin-top:50px}nav ul{display:flex;gap:20px;justify-content:center;list-style:none}@media(max-width:768px){.hero,.cards,.desks{grid-template-columns:1fr}}