/* 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;
  }
}

/* v126: category UX fixes. Keep the restored workbench visual; only reduce noise and enlarge product imagery. */
.is-filter-hidden{
  display:none !important;
}

.catalog-grid{
  align-items:stretch !important;
}

.catalog-card{
  min-height:360px !important;
}

.catalog-art{
  min-height:180px !important;
}

.catalog-art .image-zoom-trigger{
  min-height:180px !important;
}

.catalog-art img{
  width:100% !important;
  height:100% !important;
  min-height:180px !important;
  object-fit:contain !important;
  padding:10px !important;
}

.visual-landing-card figure{
  min-height:230px !important;
}

.visual-landing-card figure img{
  width:100% !important;
  height:100% !important;
  min-height:230px !important;
  object-fit:contain !important;
  padding:12px !important;
}

.visual-sample-strip img,
.side-sample-strip img{
  object-fit:cover !important;
}

.sticky-footer{
  min-height:44px !important;
  max-height:54px !important;
  overflow:hidden !important;
}

.sticky-footer small,
.sticky-footer p{
  font-size:11px !important;
  line-height:1.25 !important;
  max-height:28px !important;
  overflow:hidden !important;
}

@media (max-width:760px){
  .catalog-card{min-height:auto !important}
  .catalog-art,.catalog-art .image-zoom-trigger,.catalog-art img{min-height:160px !important}
  .visual-landing-card figure,.visual-landing-card figure img{min-height:180px !important}
}

/* v128: standalone SEO category pages. */
.seo-category-page {
  min-height: 100vh;
  background: #f4f7fb;
  color: #172033;
  font-family: Inter, Arial, "Noto Sans", sans-serif;
  padding: clamp(20px, 4vw, 48px);
}

.seo-category-page .breadcrumb {
  max-width: 1160px;
  margin: 0 auto 18px;
  color: #627086;
  font-size: 14px;
}

.seo-category-page .breadcrumb a {
  color: #163755;
  font-weight: 800;
  text-decoration: none;
}

.seo-category-hero {
  max-width: 1160px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(22,55,85,.12);
  border-radius: 24px;
  padding: clamp(18px, 3vw, 34px);
  box-shadow: 0 18px 48px rgba(18,39,63,.08);
}

.seo-category-hero img,
.seo-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(22,55,85,.1);
}

.seo-category-hero .eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e9f1f8;
  color: #163755;
  font-weight: 900;
}

.seo-category-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.seo-category-hero p {
  margin: 0 0 18px;
  color: #4e5d72;
  font-size: 17px;
  line-height: 1.7;
}

.seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #163755;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.seo-grid {
  max-width: 1160px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.seo-grid article,
.seo-faq {
  background: #fff;
  border: 1px solid rgba(22,55,85,.1);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 12px 32px rgba(18,39,63,.06);
}

.seo-grid h2,
.seo-faq h2 {
  margin: 12px 0 8px;
  font-size: 20px;
  color: #172033;
}

.seo-grid p,
.seo-faq p {
  margin: 8px 0;
  color: #536177;
  line-height: 1.65;
}

.seo-faq {
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width:820px) {
  .seo-category-hero {
    grid-template-columns: 1fr;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }
}

.seo-grid article img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
}
.seo-card-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #102a43;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.seo-card-quote:hover {
  background: #0b1f33;
}
