*{box-sizing:border-box}body{margin:0;background:#f6f7f9;color:#172033;font:16px/1.7 Arial,sans-serif}.wrap{width:min(1100px,92%);margin:auto}header{background:#fff;border-bottom:1px solid #e5e7eb}header .wrap{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:25px;font-weight:800;color:#172033;text-decoration:none}nav{display:flex;gap:18px;flex-wrap:wrap}a{color:#2457c5;text-decoration:none}.hero{padding:65px 0 45px}.eyebrow{font-weight:700;letter-spacing:.1em}.hero h1{font-size:clamp(32px,6vw,56px);line-height:1.1;margin:8px 0 14px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px}.thumb{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:14px}.article{max-width:820px;padding:45px 0}.article img{max-width:100%;height:auto;border-radius:10px}.muted{color:#6b7280}footer{margin-top:65px;padding:30px 0;background:#fff;border-top:1px solid #e5e7eb}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:12px}@media(max-width:800px){.grid,.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){header .wrap{flex-direction:column;align-items:flex-start;padding:14px 0}.grid,.gallery{grid-template-columns:1fr}.hero{padding:45px 0 30px}}