
.gssc-shop-grid-v2{
  width:100%;
  background:linear-gradient(180deg,#041821 0%, #071E26 100%);
  color:#fff;
}
.gssc-shop-grid-v2__wrap{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding:78px 0;
}
.gssc-shop-grid-v2__eyebrow{
  margin:0 0 10px;
  color:#2bb3d6;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:800;
  font-size:.84rem;
}
.gssc-shop-grid-v2__title{
  margin:0 0 14px;
  font-size:clamp(2rem, 4.2vw, 3.4rem);
  line-height:1.05;
}
.gssc-shop-grid-v2__copy{
  margin:0 0 28px;
  max-width:760px;
  color:#d4e1e6;
  line-height:1.75;
}
.gssc-shop-grid-v2__grid{
  display:grid;
  gap:22px;
}
.gssc-shop-grid-v2--cols-3{ grid-template-columns:repeat(3,minmax(0,1fr)); }
.gssc-shop-grid-v2--cols-4{ grid-template-columns:repeat(4,minmax(0,1fr)); }
.gssc-shop-grid-v2--cols-2{ grid-template-columns:repeat(2,minmax(0,1fr)); }
.gssc-shop-grid-v2--cols-1{ grid-template-columns:1fr; }
.gssc-shop-grid-v2__card{
  position:relative;
  min-height:255px;
  border-radius:22px;
  overflow:hidden;
  text-decoration:none !important;
  background:#0a2a35;
  border:1px solid rgba(76,154,187,.18);
  box-shadow:0 18px 30px rgba(0,0,0,.18);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.gssc-shop-grid-v2__card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 40px rgba(0,0,0,.28);
  border-color:rgba(43,179,214,.45);
}
.gssc-shop-grid-v2__media{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-image:linear-gradient(135deg,#0a2a35 0%, #071E26 100%);
  transition:transform .35s ease;
}
.gssc-shop-grid-v2__card:hover .gssc-shop-grid-v2__media{ transform:scale(1.05); }
.gssc-shop-grid-v2__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,30,38,.18) 0%, rgba(7,30,38,.84) 100%);
}
.gssc-shop-grid-v2__content{
  position:absolute;
  inset:auto 0 0 0;
  padding:22px;
  z-index:2;
}
.gssc-shop-grid-v2__content h3{
  margin:0 0 8px;
  color:#fff;
  font-size:1.35rem;
}
.gssc-shop-grid-v2__meta{
  display:block;
  color:#d4e1e6;
  margin-bottom:10px;
}
.gssc-shop-grid-v2__cta{
  color:#2bb3d6;
  font-weight:700;
}
@media (max-width: 980px){
  .gssc-shop-grid-v2--cols-3,
  .gssc-shop-grid-v2--cols-4{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px){
  .gssc-shop-grid-v2__wrap{ padding:62px 0; }
  .gssc-shop-grid-v2--cols-3,
  .gssc-shop-grid-v2--cols-4,
  .gssc-shop-grid-v2--cols-2{ grid-template-columns:1fr; }
  .gssc-shop-grid-v2__card{ min-height:220px; }
}
