.v47-product-explorer,
.v47-other-products {
  padding: 54px 0;
  scroll-margin-top: 142px;
}
.v47-product-explorer { border-bottom: 1px solid #dbe3ee; }
.v47-explorer-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.v47-explorer-heading h2 { margin: 8px 0 5px; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; }
.v47-explorer-heading p:not(.v5-kicker) { margin: 0; color: #5d6b82; font-size: 16px; }
.v47-explorer-heading > span { flex: 0 0 auto; padding: 10px 14px; border-radius: 999px; background: #eef5fb; color: #075bc4; font-size: 13px; font-weight: 850; }

.v47-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.v47-category-card {
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d5e0eb;
  border-radius: 20px;
  background: #fff;
  color: #101b34;
  box-shadow: 0 10px 28px rgba(20, 33, 62, .08);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.v47-category-card:hover { transform: translateY(-4px); border-color: #8ab9e5; box-shadow: 0 18px 38px rgba(20, 33, 62, .14); }
.v47-category-card:focus-visible { outline: 3px solid rgba(7, 91, 196, .28); outline-offset: 3px; }
.v47-category-image { display: block; height: 188px; background: linear-gradient(145deg, #f5f8fb, #eaf4f9); }
.v47-category-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.v47-category-copy {
  position: relative;
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 20px;
  text-align: center;
}
.v47-category-copy strong { font-size: 23px; line-height: 1.15; letter-spacing: -.02em; }

.v47-category-panels { margin-top: 24px; }
.v47-category-panel {
  display: none;
  padding: 28px;
  border: 1px solid #bcd7e8;
  border-radius: 22px;
  background: linear-gradient(145deg, #f5fbfe, #fff 72%);
  box-shadow: 0 18px 42px rgba(20, 33, 62, .09);
  scroll-margin-top: 142px;
}
.v47-category-panel:target { display: block; }
.v47-category-panel > header { display: flex; justify-content: space-between; gap: 24px; align-items: start; margin-bottom: 23px; }
.v47-category-panel h3 { margin: 5px 0; font-size: 32px; letter-spacing: -.035em; }
.v47-category-panel header p:not(.v5-kicker) { margin: 0; color: #5d6b82; }
.v47-category-panel [data-v47-category-close] { padding: 10px 13px; border: 1px solid #bfd0df; border-radius: 10px; background: #fff; color: #075bc4; font: inherit; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.v47-category-panel .v5-product-card,
.v47-other-grid .v5-product-card { display: flex; flex-direction: column; }
.v47-category-panel .v5-product-card > img,
.v47-other-grid .v5-product-card > img { width: 100%; height: 185px; object-fit: contain; background: #f4f7fa; }
.v47-category-panel .v5-product-card > span,
.v47-other-grid .v5-product-card > span {
  flex: 1;
  min-height: 96px;
  display: grid;
  place-items: center;
  place-content: center;
  padding: 20px;
  text-align: center;
}
.v47-category-panel .v5-product-card strong,
.v47-other-grid .v5-product-card strong { display: block; font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
.v47-other-products { padding-bottom: 54px; }

.v9-partner-card > span {
  min-height: 96px;
  display: grid;
  place-items: center;
  place-content: center;
  padding: 20px;
  text-align: center;
}
.v9-partner-card > span strong { font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }

.v7-category-grid > a > span {
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 20px;
  text-align: center;
}
.v7-category-grid > a > span strong { font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }

.v47-catalog-footer-tools {
  padding: 42px 0 58px;
  border-top: 1px solid #dbe3ee;
}
.v47-catalog-footer-tools .v7-catalog-notice { margin: 0 auto 18px; }
.v47-catalog-footer-tools .v5-category-nav {
  position: static;
  top: auto;
  z-index: auto;
  margin: 0;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  background: #fff;
  backdrop-filter: none;
}

.v50-category-page { padding-bottom: 82px; }
.v50-category-page > .v5-back { margin-bottom: 22px; }
.v50-category-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 40px;
  border: 1px solid #c9dbe9;
  border-radius: 24px;
  background: linear-gradient(135deg, #eef8fd, #fff 68%);
  box-shadow: 0 14px 34px rgba(20, 33, 62, .08);
}
.v50-category-hero h1 { margin: 8px 0 8px; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.v50-category-hero p:not(.v5-kicker) { margin: 0; color: #5d6b82; font-size: 17px; }
.v50-category-hero > span {
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #14213e;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}
.v50-category-hero > span strong { font-size: 24px; }
.v50-category-products { padding-top: 28px; }
.v50-category-product-grid .v5-product-card { display: flex; flex-direction: column; }
.v50-category-product-grid .v5-product-card > img { width: 100%; height: 240px; object-fit: contain; background: #f4f7fa; }
.v50-category-product-grid .v5-product-card > span {
  flex: 1;
  min-height: 104px;
  display: grid;
  place-items: center;
  place-content: center;
  padding: 22px;
  text-align: center;
}
.v50-category-product-grid .v5-product-card strong { font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }

@media (max-width: 1050px) {
  .v47-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v47-category-image { height: 210px; }
}
@media (max-width: 760px) {
  .v7-catalog-notice strong { white-space: normal; }
  .v47-product-explorer,
  .v47-other-products { padding: 38px 0; scroll-margin-top: 90px; }
  .v47-explorer-heading { align-items: flex-start; flex-direction: column; margin-bottom: 20px; }
  .v47-category-panel { padding: 20px; scroll-margin-top: 90px; }
  .v47-category-panel > header { align-items: flex-start; }
  .v47-category-panel h3 { font-size: 28px; }
  .v47-category-panel .v5-card-grid,
  .v47-other-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v47-category-panel .v5-product-card > img,
  .v47-other-grid .v5-product-card > img { height: 155px; }
  .v47-catalog-footer-tools { padding: 32px 0 42px; }
  .v47-catalog-footer-tools .v7-catalog-notice { margin: 0 0 14px; }
  .v47-catalog-footer-tools .v5-category-nav { margin: 0; padding-inline: 14px; }
  .v50-category-page { padding-bottom: 58px; }
  .v50-category-hero { align-items: flex-start; flex-direction: column; padding: 28px; }
  .v50-category-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v50-category-product-grid .v5-product-card > img { height: 190px; }
}
@media (max-width: 500px) {
  .v47-category-grid,
  .v47-category-panel .v5-card-grid,
  .v47-other-grid { grid-template-columns: 1fr; }
  .v47-category-image { height: 205px; }
  .v47-category-panel > header { flex-direction: column; }
  .v47-category-panel [data-v47-category-close] { align-self: stretch; }
  .v50-category-hero { padding: 24px; }
  .v50-category-hero h1 { font-size: 42px; }
  .v50-category-product-grid { grid-template-columns: 1fr; }
  .v50-category-product-grid .v5-product-card > img { height: 220px; }
}

/* One ordered public catalog. Keep category pages and partner grids unchanged. */
.v61-public-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  scroll-margin-top: 142px;
}
.v61-public-grid > a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #d5e0eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 33, 62, .08);
}
.v61-public-grid .v47-category-image,
.v61-public-grid > .v5-product-card > img {
  flex: 0 0 auto;
  width: 100%;
  height: clamp(130px, 13vw, 172px);
  object-fit: contain;
  background: #f4f7fa;
}
.v61-public-grid .v47-category-copy,
.v61-public-grid > .v5-product-card > span {
  flex: 1;
  display: grid;
  place-items: center;
  place-content: center;
  min-height: 104px;
  padding: 16px 12px;
  text-align: center;
}
.v61-public-grid .v47-category-copy strong,
.v61-public-grid .v5-product-card strong {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.02em;
  overflow-wrap: break-word;
}
@media (max-width: 1050px) {
  .v61-public-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v61-public-grid .v47-category-image,
  .v61-public-grid > .v5-product-card > img { height: clamp(150px, 22vw, 210px); }
}
@media (max-width: 760px) {
  .v61-public-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; scroll-margin-top: 90px; }
  .v61-public-grid > a { border-radius: 14px; }
  .v61-public-grid .v47-category-image,
  .v61-public-grid > .v5-product-card > img { height: clamp(100px, 30vw, 180px); }
  .v61-public-grid .v47-category-copy,
  .v61-public-grid > .v5-product-card > span { min-height: 96px; padding-inline: 10px; }
  .v61-public-grid .v47-category-copy strong,
  .v61-public-grid .v5-product-card strong { font-size: 16px; }
}
