header{background:var(--color-secondary-bg);justify-content:center;align-items:center;width:100%;height:320px;padding:24px 0;display:flex}.banner{border-radius:10px;justify-content:center;align-items:center;max-width:860px;height:280px;display:flex;overflow:hidden}main{max-width:860px;margin:0 auto}main nav{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:6px;padding-top:24px;font-size:1rem;font-weight:600}a{color:var(--color-accent)}h1{letter-spacing:.01em;margin:0 0 32px;font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700}.container{flex-direction:column;gap:36px;display:flex}section .banner{margin-bottom:14px}section h2{margin:0 0 10px;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700}section h2 a:hover,section h2 a:focus{text-decoration:underline}section .thumbs{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}section .thumbs a img{border-radius:8px}@media (width<=720px){header,main,.wrapper{padding:12px}section .thumbs{margin-bottom:30px;display:none}}
