.instagram-feed{max-width:1144px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.instagram-feed a{aspect-ratio:1;overflow:hidden;border-radius:12px;background:#111b25}.instagram-feed img{width:100%;height:100%;display:block;object-fit:cover;transition:transform var(--transition)}.instagram-feed a:hover img{transform:scale(1.04)}.instagram-profile-card{max-width:680px;min-height:170px;margin:auto;padding:32px;background:linear-gradient(135deg,#142b3e,#0a6aec);border:1px solid #2a4d67;border-radius:12px;display:flex;flex-direction:column;justify-content:center}.instagram-profile-card span{font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--brand-cyan)}.instagram-profile-card strong{font-size:32px;letter-spacing:-.05em}.instagram-profile-card small{color:#d7e9f5;margin-top:7px}@media(max-width:600px){.instagram-feed{grid-template-columns:repeat(2,1fr);gap:10px}}
