.hsh-ig{display:grid;gap:22px;}
.hsh-ig__header{display:flex;align-items:flex-start;gap:18px;}
.hsh-ig__avatar-wrap{width:86px;height:86px;border-radius:999px;padding:3px;background:linear-gradient(135deg,#f7d36b,#ef4d7a,#7d5cff);flex:0 0 auto;}
.hsh-ig__avatar{width:100%;height:100%;border-radius:999px;background:linear-gradient(135deg,#d4b892,#f4eee6);border:3px solid #fff;}
.hsh-ig__avatar-image{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block;border:3px solid #fff;}
.hsh-ig__meta{min-width:0;display:grid;gap:10px;}
.hsh-ig__topline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.hsh-ig__username{font-size:28px;font-weight:700;line-height:1.1;}
.hsh-ig__follow{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:10px;background:#4f5cf3;color:#fff;text-decoration:none;font-weight:600;}
.hsh-ig__stats{display:flex;gap:20px;flex-wrap:wrap;font-size:15px;}
.hsh-ig__stats strong{font-weight:700;}
.hsh-ig__subtitle{font-size:16px;font-weight:600;line-height:1.3;}
.hsh-ig__tagline{font-size:15px;line-height:1.5;opacity:.86;max-width:760px;}
.hsh-ig__grid{--hsh-ig-cols:4;display:grid;grid-template-columns:repeat(var(--hsh-ig-cols),minmax(0,1fr));gap:0;border-top:1px solid rgba(0,0,0,.08);border-left:1px solid rgba(0,0,0,.08);}
.hsh-ig__item{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);}
.hsh-ig__item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease;}
.hsh-ig__item::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.14);opacity:0;transition:opacity .3s ease;}
.hsh-ig__item:hover::after{opacity:1;}
.hsh-ig__item:hover img{transform:scale(1.03);}
.hsh-ig__pin{position:absolute;top:10px;right:10px;font-size:18px;z-index:2;}
@media (max-width: 767px){.hsh-ig__header{gap:14px;}.hsh-ig__avatar-wrap{width:72px;height:72px;}.hsh-ig__username{font-size:22px;}.hsh-ig__stats{gap:12px;font-size:14px;}.hsh-ig__grid{--hsh-ig-cols:2;}}
