/* v122: keep v115 visual template, only reduce hero height and make Home the first left-nav entry */
.station{
  grid-template-rows:auto clamp(118px,13dvh,150px) minmax(470px,1fr) 50px !important;
}

.trust-carousel{
  min-height:118px !important;
  max-height:150px !important;
}

.hero-card{
  min-height:118px !important;
  grid-template-columns:minmax(260px,39%) 1fr !important;
  gap:18px !important;
  padding:12px 84px 12px 18px !important;
}

.hero-visual{
  min-height:92px !important;
  max-height:126px !important;
  border-radius:15px !important;
}

.hero-copy{
  justify-content:center !important;
  gap:6px !important;
}

.hero-copy span{
  font-size:11px !important;
  line-height:1 !important;
  padding:5px 9px !important;
}

.hero-copy h1,
.hero-copy h2{
  font-size:clamp(22px,2.15vw,32px) !important;
  line-height:1.05 !important;
  max-width:780px !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

.hero-copy p{
  font-size:13px !important;
  line-height:1.35 !important;
  max-width:760px !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

.catalog-cta{
  min-height:30px !important;
  padding:7px 14px !important;
  font-size:12px !important;
}

.carousel-controls{
  right:16px !important;
  bottom:12px !important;
  padding:5px !important;
}

.carousel-controls button{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
}

.side-home-link{
  border:1px solid rgba(31,58,95,.12);
  background:#fff;
}

.side-home-link.active{
  background:#eaf1f8 !important;
  color:#10243f !important;
}

@media (max-width: 920px){
  .station{
    grid-template-rows:auto auto auto auto !important;
  }

  .trust-carousel{
    min-height:260px !important;
    max-height:none !important;
  }

  .hero-card{
    grid-template-columns:1fr !important;
    min-height:260px !important;
    padding:14px 54px 16px 14px !important;
  }

  .hero-visual{
    min-height:120px !important;
    max-height:150px !important;
  }
}
