.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery figure{margin:0;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #dce7f1;box-shadow:0 14px 40px rgba(8,43,98,.12)}.gallery img{width:100%;height:300px;object-fit:cover}.gallery figure:first-child{grid-row:span 2}.gallery figure:first-child img{height:640px}.gallery figcaption{padding:.8rem 1rem;color:#5e6b7c;font-size:.9rem}.area-group{margin:1.4rem 0}.area-group h3{margin-bottom:.5rem;color:#082b62}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-block;padding:.4rem .72rem;border-radius:999px;background:#eaf6ff;color:#082b62;font-weight:700;font-size:.88rem;border:1px solid #cae4f6}@media(max-width:800px){.gallery{grid-template-columns:1fr 1fr}.gallery figure:first-child{grid-row:auto}.gallery figure:first-child img{height:300px}}@media(max-width:520px){.gallery{grid-template-columns:1fr}.gallery img,.gallery figure:first-child img{height:260px}}
