/* Page styles: products.css */

.vsih-hero {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-height) + 72px) 0 70px;
  color: var(--ink-2);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 10, 18, 0.95) 0%, rgba(7, 10, 18, 0.82) 44%, rgba(7, 10, 18, 0.24) 78%, rgba(248, 248, 245, 0.76) 100%),
    var(--vsih-product-bg) right 7vw center / min(44vw, 620px) auto no-repeat,
    linear-gradient(135deg, #0a0a0a 0%, #17213a 52%, #f5f6f3 100%);
}

.vsih-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #f27221;
}

.vsih-hero-inner {
  position: relative;
  z-index: 1;
}

.vsih-hero .hero-kicker {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  white-space: normal;
}

.vsih-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(248, 248, 245, 0.58);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vsih-breadcrumb a {
  color: rgba(248, 248, 245, 0.8);
}

.vsih-breadcrumb span::before {
  content: '/';
  margin-right: 10px;
  color: rgba(248, 248, 245, 0.28);
}

.vsih-title {
  margin: 0;
  max-width: 820px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.65rem, 6vw, 5.15rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.vsih-copy {
  margin: 20px 0 0;
  max-width: 650px;
  color: rgba(248, 248, 245, 0.68);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.76;
  overflow-wrap: anywhere;
}

.vsih-hero-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(34vw, 420px);
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #fff;
  box-shadow: 0 28px 70px rgba(7, 10, 18, 0.28);
}

.vsih-hero-visual img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(14, 14, 14, 0.18));
}

.vsih-hero-visual figcaption {
  margin: 14px 0 0;
  color: var(--ink-60);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.vsih-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vsih-hero-specs {
  width: min(100%, 820px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border: 1px solid rgba(248, 248, 245, 0.12);
  background: rgba(7, 10, 18, 0.42);
  backdrop-filter: blur(14px);
}

.vsih-hero-specs div {
  min-height: 86px;
  padding: 18px;
}

.vsih-hero-specs div + div {
  border-left: 1px solid rgba(248, 248, 245, 0.1);
}

.vsih-hero-specs strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 248, 245, 0.4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsih-hero-specs span {
  display: block;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
}

.vsih-product-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 46px;
  align-items: center;
}

.vsih-product-media {
  margin: 0;
  min-height: 520px;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 38px;
  border: 1px solid #e2e5ec;
  background:
    linear-gradient(135deg, rgba(242, 114, 33, 0.08), rgba(30, 58, 138, 0.06)),
    #fff;
}

.vsih-product-media img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(14, 14, 14, 0.16));
}

.vsih-product-media figcaption {
  margin: 0;
  color: var(--ink-40);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.vsih-product-copy {
  min-width: 0;
}

.vsih-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vsih-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid #dfe5f1;
  background: #fff;
  color: var(--ink-60);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vsih-chip-row span:first-child {
  border-color: rgba(242, 114, 33, 0.32);
  color: #b94f11;
  background: rgba(242, 114, 33, 0.08);
}

.vsih-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: start;
}

.vsih-spec-panel {
  min-width: 0;
}

.vsih-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vsih-resource-card {
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.028) 100%),
    rgba(255, 255, 255, 0.02);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.vsih-resource-card:hover,
.vsih-resource-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(242, 114, 33, 0.65);
  background: rgba(255, 255, 255, 0.08);
}

.vsih-resource-card:focus-visible {
  outline: 2px solid rgba(242, 114, 33, 0.42);
  outline-offset: 2px;
}

.vsih-resource-card span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 114, 33, 0.34);
  background: rgba(242, 114, 33, 0.12);
  color: #ffb07c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vsih-resource-card h3 {
  margin: 0 0 10px;
  color: var(--ink-2);
  font-family: 'Syne', sans-serif;
  font-size: 1.06rem;
  line-height: 1.25;
}

.vsih-resource-card p {
  margin: 0;
  color: rgba(248, 248, 245, 0.64);
  font-size: 14px;
  line-height: 1.72;
}

.vsih-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid #dfe5f1;
  background:
    linear-gradient(135deg, rgba(242, 114, 33, 0.09), rgba(30, 58, 138, 0.08)),
    #fff;
}

.vsih-cta-band p {
  margin: 0;
  color: var(--ink-60);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .vsih-hero {
    background:
      linear-gradient(90deg, rgba(7, 10, 18, 0.96) 0%, rgba(7, 10, 18, 0.82) 58%, rgba(7, 10, 18, 0.34) 100%),
      var(--vsih-product-bg) right 2vw center / min(48vw, 520px) auto no-repeat,
      linear-gradient(135deg, #0a0a0a 0%, #17213a 64%, #f5f6f3 100%);
  }

  .vsih-hero-visual {
    position: static;
    width: min(100%, 380px);
    margin-top: 24px;
  }

  .vsih-product-shell,
  .vsih-spec-layout,
  .vsih-cta-band {
    grid-template-columns: 1fr;
  }

  .vsih-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsih-cta-band {
    align-items: start;
  }
}

@media (max-width: 768px) {
  .vsih-hero {
    min-height: auto;
    padding-top: calc(var(--nav-height) + 38px);
    padding-bottom: 38px;
    background:
      linear-gradient(180deg, rgba(7, 10, 18, 0.88) 0%, rgba(7, 10, 18, 0.92) 56%, rgba(7, 10, 18, 0.96) 100%),
      var(--vsih-product-bg) right 8px top 78px / 58vw auto no-repeat,
      linear-gradient(135deg, #0a0a0a 0%, #17213a 100%);
  }

  .vsih-hero-inner {
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }

  .vsih-breadcrumb {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .vsih-title {
    max-width: 100%;
    font-size: 2.35rem;
    line-height: 1.06;
  }

  .vsih-copy {
    margin-top: 14px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.68;
  }

  .vsih-hero .hero-kicker {
    max-width: 100%;
  }

  .vsih-hero-visual {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    padding: 16px;
  }

  .vsih-hero-visual img {
    max-height: 150px;
  }

  .vsih-hero-visual figcaption {
    margin-top: 8px;
  }

  .vsih-hero-actions {
    margin-top: 20px;
    gap: 8px;
  }

  .vsih-hero-actions .btn-primary,
  .vsih-hero-actions .btn-ghost {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
  }

  .vsih-hero-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .vsih-hero-specs div {
    min-height: 78px;
    padding: 15px;
  }

  .vsih-hero-specs div + div {
    border-left: 0;
  }

  .vsih-hero-specs div:nth-child(even) {
    border-left: 1px solid rgba(248, 248, 245, 0.1);
  }

  .vsih-hero-specs div:nth-child(n + 3) {
    border-top: 1px solid rgba(248, 248, 245, 0.1);
  }

  .vsih-product-shell {
    gap: 28px;
  }

  .vsih-product-media {
    min-height: 330px;
    padding: 24px;
  }

  .vsih-product-media img {
    max-height: 260px;
  }

  .vsih-resource-grid {
    grid-template-columns: 1fr;
  }

  .vsih-resource-card {
    min-height: 190px;
  }

  .vsih-resource-card span {
    margin-bottom: 24px;
  }

  .vsih-cta-band {
    padding: 24px;
    gap: 18px;
  }
}

/* Premium VSIH product detail */
.vsih-detail-page {
  background: #f4f6f3;
}

.vsih-premium-hero {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--nav-height) + 46px) 0 54px;
  color: var(--ink-2);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 12, 20, 0.94) 0%, rgba(8, 12, 20, 0.88) 47%, rgba(14, 20, 32, 0.72) 100%),
    url('../images/product-custom.jpg') center / cover no-repeat,
    #101620;
}

.vsih-premium-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 78%);
  pointer-events: none;
}

.vsih-premium-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #f27221, #d7dee9, transparent);
}

.vsih-premium-inner {
  position: relative;
  z-index: 1;
}

.vsih-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: 26px;
  align-items: start;
}

.vsih-premium-hero .vsih-breadcrumb {
  margin-bottom: 18px;
}

.vsih-gallery,
.vsih-buy-panel {
  min-width: 0;
}

.vsih-gallery {
  display: grid;
  grid-template-rows: auto auto;
  gap: 14px;
}

.vsih-main-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 76px 54px 86px;
  overflow: hidden; 
 }

.vsih-main-stage::before {
  content: '';
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(16, 22, 32, 0.08);
  pointer-events: none;
}

.vsih-main-stage::after {
  content: '';
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 22, 32, 0.24), transparent);
}

.vsih-main-image {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 78%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 34px 30px rgba(15, 22, 32, 0.18));
  transition: opacity 0.18s ease, transform 0.28s ease, filter 0.28s ease;
}

.vsih-main-stage.is-cover {
  padding: 0;
  place-items: stretch;
  background: #111827;
}

.vsih-main-stage.is-cover .vsih-main-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  filter: none;
}

.vsih-main-stage.is-cover::before {
  inset: 18px;
  border-color: rgba(255, 255, 255, 0.14);
  z-index: 2;
}

.vsih-main-stage.is-cover::after {
  display: none;
}

.vsih-stage-label,
.vsih-stage-caption {
  position: absolute;
  z-index: 3;
}

.vsih-stage-label {
  top: 26px;
  left: 28px;
  display: grid;
  gap: 5px;
}

.vsih-stage-label span {
  color: rgba(16, 22, 32, 0.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsih-stage-label strong {
  color: #101620;
  font-family: 'Syne', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.vsih-main-stage.is-cover .vsih-stage-label span,
.vsih-main-stage.is-cover .vsih-stage-label strong {
  color: #fff;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
}

.vsih-stage-caption {
  left: 28px;
  right: 28px;
  bottom: 22px;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-left: 3px solid #f27221;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.vsih-stage-caption p {
  margin: 0;
  color: rgba(16, 22, 32, 0.72);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.vsih-main-stage.is-cover .vsih-stage-caption {
  background: rgba(12, 18, 28, 0.76);
}

.vsih-main-stage.is-cover .vsih-stage-caption p {
  color: rgba(255, 255, 255, 0.82);
}

.vsih-thumbnail-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vsih-thumb {
  min-width: 0;
  min-height: 94px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: rgba(248, 248, 245, 0.72);
  background: rgba(255, 255, 255, 0.065);
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.vsih-thumb:hover,
.vsih-thumb:focus-visible,
.vsih-thumb.is-active {
  border-color: rgba(242, 114, 33, 0.86);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.vsih-thumb:focus-visible {
  outline: 2px solid rgba(242, 114, 33, 0.5);
  outline-offset: 2px;
}

.vsih-thumb-media {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
}

.vsih-thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vsih-thumb:first-child .vsih-thumb-media img,
.vsih-thumb:nth-child(3) .vsih-thumb-media img {
  object-fit: contain;
}

.vsih-thumb-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.vsih-thumb-copy strong {
  overflow: hidden;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vsih-thumb-copy small {
  color: rgba(248, 248, 245, 0.52);
  font-size: 11px;
  line-height: 1.25;
}

.vsih-buy-panel {
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.055)),
    rgba(8, 12, 20, 0.66);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.vsih-premium-hero .hero-kicker {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(242, 114, 33, 0.34);
  color: #ffb783;
  background: rgba(242, 114, 33, 0.09);
  line-height: 1.35;
}

.vsih-premium-hero .vsih-title {
  max-width: 100%;
  font-size: 3.55rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.vsih-premium-hero .vsih-copy {
  max-width: 100%;
  color: rgba(248, 248, 245, 0.72);
  overflow-wrap: anywhere;
}

.vsih-sku-panel {
  margin-top: 24px;
  padding: 18px 18px 18px 20px;
  border-left: 3px solid #f27221;
  background: rgba(255, 255, 255, 0.08);
}

.vsih-sku-panel span {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 248, 245, 0.45);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsih-sku-panel strong {
  display: block;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 1.56rem;
  line-height: 1;
  letter-spacing: 0;
}

.vsih-sku-panel p {
  margin: 10px 0 0;
  color: rgba(248, 248, 245, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.vsih-premium-hero .vsih-hero-actions {
  margin-top: 24px;
}

.vsih-premium-hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.vsih-key-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vsih-key-grid div {
  min-height: 86px;
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vsih-key-grid strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 248, 245, 0.42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsih-key-grid span {
  display: block;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.vsih-premium-hero .vsih-chip-row {
  margin-top: auto;
  padding-top: 22px;
}

.vsih-premium-hero .vsih-chip-row span {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(248, 248, 245, 0.72);
  background: rgba(255, 255, 255, 0.06);
}

.vsih-premium-hero .vsih-chip-row span:first-child {
  border-color: rgba(242, 114, 33, 0.48);
  color: #ffb783;
  background: rgba(242, 114, 33, 0.12);
}

.vsih-overview-section {
  background:
    linear-gradient(180deg, #f7f8f5 0%, #eef2f4 100%);
}

.vsih-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: 42px;
  align-items: start;
}

.vsih-feature-list .feature-item {
  border-color: #dce3ec;
  background: rgba(255, 255, 255, 0.7);
}

.vsih-verification-panel {
  padding: 30px;
  border: 1px solid rgba(16, 22, 32, 0.12);
  background:
    linear-gradient(135deg, rgba(242, 114, 33, 0.1), transparent 34%),
    #101620;
  color: var(--ink-2);
  box-shadow: 0 28px 70px rgba(15, 22, 32, 0.14);
}

.vsih-verification-panel > span {
  color: #ffb783;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsih-verification-panel h3 {
  margin: 14px 0 24px;
  font-family: 'Syne', sans-serif;
  font-size: 1.55rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.vsih-verification-panel dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vsih-verification-panel dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vsih-verification-panel dt {
  color: rgba(248, 248, 245, 0.44);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vsih-verification-panel dd {
  margin: 0;
  color: rgba(248, 248, 245, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.vsih-verification-panel p {
  margin: 22px 0 0;
  color: rgba(248, 248, 245, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.vsih-detail-page .section.alt {
  background: #edf1f4;
}

.vsih-detail-page .card,
.vsih-detail-page .vsih-spec-panel,
.vsih-detail-page .process-band {
  border: 1px solid #dce3ec;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 54px rgba(15, 22, 32, 0.08);
}

.vsih-detail-page .card {
  border-radius: 6px;
}

.vsih-detail-page .vsih-spec-panel {
  padding: 18px;
}

.vsih-detail-page .note-panel {
  border-color: rgba(242, 114, 33, 0.24);
  background: rgba(242, 114, 33, 0.065);
}

.vsih-detail-page .section.deep {
  background:
    linear-gradient(135deg, rgba(30, 58, 138, 0.72), rgba(16, 22, 32, 0.96)),
    #101620;
}

.vsih-detail-page .vsih-resource-card {
  border-radius: 6px;
}

.vsih-detail-page .vsih-cta-band {
  border-radius: 6px;
}

.vsih-detail-page .mobile-rfq-cta {
  display: none;
}

@media (max-width: 1180px) {
  .vsih-premium-hero {
    min-height: auto;
  }

  .vsih-premium-grid {
    grid-template-columns: 1fr;
  }

  .vsih-main-stage {
    min-height: 480px;
  }

  .vsih-buy-panel {
    min-height: 0;
  }

  .vsih-premium-hero .vsih-title {
    font-size: 3rem;
  }

  .vsih-overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .vsih-premium-hero {
    padding-top: calc(var(--nav-height) + 32px);
    padding-bottom: 38px;
  }

  .vsih-premium-inner {
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
  }

  .vsih-main-stage {
    min-height: 380px;
    padding: 70px 24px 84px;
  }

  .vsih-main-image {
    max-width: 88%;
    max-height: 260px;
  }

  .vsih-thumbnail-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsih-buy-panel {
    padding: 24px;
  }

  .vsih-premium-hero .vsih-title {
    font-size: 2.55rem;
  }

  .vsih-premium-hero .vsih-copy {
    font-size: 15px;
    line-height: 1.65;
  }

  .vsih-premium-hero .vsih-hero-actions .btn-primary,
  .vsih-premium-hero .vsih-hero-actions .btn-ghost {
    width: 100%;
  }

  .vsih-verification-panel dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .vsih-main-stage {
    min-height: 340px;
    padding: 64px 18px 92px;
  }

  .vsih-stage-label {
    top: 18px;
    left: 18px;
  }

  .vsih-stage-caption {
    left: 18px;
    right: 18px;
    bottom: 16px;
  }

  .vsih-thumbnail-strip {
    grid-template-columns: 1fr;
  }

  .vsih-thumb {
    min-height: 82px;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .vsih-thumb-media {
    width: 64px;
    height: 64px;
  }

  .vsih-key-grid {
    grid-template-columns: 1fr;
  }

  .vsih-premium-hero .vsih-title {
    font-size: 2.18rem;
  }
}

/* Simpler, calmer VSIH layout */
.vsih-detail-page .vsih-premium-hero {
  min-height: auto;
  padding-bottom: 76px;
  background:
    linear-gradient(90deg, rgba(8, 12, 20, 0.94) 0%, rgba(8, 12, 20, 0.9) 52%, rgba(14, 20, 32, 0.78) 100%),
    url('../images/product-custom.jpg') center / cover no-repeat,
    #101620;
}

.vsih-detail-page .vsih-premium-hero::before {
  opacity: 0.42;
  background-size: 72px 72px;
}

.vsih-detail-page .vsih-premium-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.64fr);
  gap: 42px;
}

.vsih-detail-page .vsih-main-stage {
  min-height: 500px;
  box-shadow: none;
}

.vsih-detail-page .vsih-buy-panel {
  justify-content: center;
  padding: 42px;
  background: rgba(13, 19, 30, 0.58);
  box-shadow: none;
}

.vsih-detail-page .vsih-premium-hero .hero-kicker {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  color: rgba(255, 183, 131, 0.9);
  background: transparent;
}

.vsih-detail-page .vsih-premium-hero .vsih-title {
  max-width: 560px;
  font-size: clamp(2.8rem, 5.4vw, 5rem);
}

.vsih-detail-page .vsih-premium-hero .vsih-copy {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.55;
}

.vsih-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vsih-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(248, 248, 245, 0.78);
  background: rgba(255, 255, 255, 0.055);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vsih-detail-page .vsih-key-grid {
  margin-top: 34px;
  border-left: 0;
}

.vsih-detail-page .vsih-key-grid div {
  min-height: 72px;
  padding: 16px 0;
  border-right: 0;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.vsih-detail-page .vsih-key-grid div:nth-child(odd) {
  padding-right: 18px;
}

.vsih-detail-page .vsih-key-grid div:nth-child(even) {
  padding-left: 18px;
}

.vsih-snapshot-section {
  padding: 42px 0;
  background: #fff;
}

.vsih-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dde4ec;
  border-left: 1px solid #dde4ec;
  background: #fff;
}

.vsih-snapshot-grid article {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  border-right: 1px solid #dde4ec;
  border-bottom: 1px solid #dde4ec;
}

.vsih-snapshot-grid span {
  color: var(--ink-40);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsih-snapshot-grid strong {
  color: #101620;
  font-family: 'Syne', sans-serif;
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.vsih-minimal-main .section {
  padding: 82px 0;
}

.vsih-minimal-main .vsih-snapshot-section {
  padding: 42px 0;
}

.vsih-minimal-head {
  margin-bottom: 26px;
}

.vsih-minimal-head .display {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.vsih-minimal-main .vsih-spec-layout {
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: 54px;
}

.vsih-minimal-main .vsih-spec-panel {
  padding: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.vsih-minimal-main .spec-table th,
.vsih-minimal-main .spec-table td {
  padding: 18px 20px;
}

.vsih-document-section .vsih-resource-card {
  min-height: 154px;
  padding: 24px;
  box-shadow: none;
}

.vsih-document-section .vsih-resource-card span {
  margin-bottom: 22px;
}

.vsih-document-section .vsih-resource-card h3 {
  margin-bottom: 0;
}

.vsih-minimal-cta {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr) auto;
  box-shadow: none;
}

.vsih-minimal-cta .display {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.vsih-minimal-cta p {
  max-width: 460px;
}

@media (max-width: 1180px) {
  .vsih-detail-page .vsih-premium-grid,
  .vsih-minimal-main .vsih-spec-layout,
  .vsih-minimal-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .vsih-detail-page .vsih-premium-hero {
    padding-bottom: 44px;
  }

  .vsih-detail-page .vsih-buy-panel {
    padding: 28px;
  }

  .vsih-detail-page .vsih-premium-hero .vsih-title {
    font-size: 2.6rem;
  }

  .vsih-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsih-minimal-main .section {
    padding: 58px 0;
  }

  .vsih-minimal-main .vsih-snapshot-section {
    padding: 28px 0;
  }
}

@media (max-width: 560px) {
  .vsih-detail-page .vsih-main-stage {
    min-height: 330px;
  }

  .vsih-detail-page .vsih-premium-hero .vsih-title {
    font-size: 2.25rem;
  }

  .vsih-detail-page .vsih-premium-hero .vsih-copy {
    font-size: 15px;
  }

  .vsih-hero-meta span {
    min-height: 32px;
    font-size: 11px;
  }

  .vsih-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .vsih-snapshot-grid article {
    min-height: 82px;
    padding: 18px;
  }

  .vsih-minimal-main .spec-table th,
  .vsih-minimal-main .spec-table td {
    padding: 14px;
  }
}

/* Image-only gallery treatment */
body.vsih-lightbox-lock {
  overflow: hidden;
}

.vsih-detail-page .vsih-gallery {
  gap: 18px;
}

.vsih-detail-page .vsih-main-stage {
  height: min(72vh, 720px);
  min-height: 600px;
  padding: 0;
  isolation: isolate;
  background: transparent;
  box-shadow: none;
}

.vsih-detail-page .vsih-main-stage::before {
  inset: 0;
  z-index: 2;
  border: 0;
  box-shadow: none;
}

.vsih-detail-page .vsih-main-stage::after {
  display: none;
}

.vsih-detail-page .vsih-main-image,
.vsih-detail-page .vsih-main-stage.is-cover .vsih-main-image {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  max-width: calc(100% - clamp(18px, 3vw, 44px));
  max-height: calc(100% - clamp(18px, 3vw, 44px));
  padding: 0;
  object-fit: contain;
  cursor: zoom-in;
  filter: drop-shadow(0 28px 34px rgba(15, 22, 32, 0.16));
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.5s ease, filter 0.5s ease;
}

.vsih-detail-page .vsih-main-stage.is-cover {
  padding: 0;
  place-items: center;
  background: transparent;
}

.vsih-detail-page .vsih-main-stage:hover .vsih-main-image {
  transform: scale(1.018);
  filter: drop-shadow(0 40px 44px rgba(15, 22, 32, 0.22));
}

.vsih-fullscreen-trigger {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 22, 32, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.vsih-fullscreen-trigger::before,
.vsih-fullscreen-trigger::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #101620;
}

.vsih-fullscreen-trigger::before {
  top: 10px;
  right: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.vsih-fullscreen-trigger::after {
  left: 10px;
  bottom: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
}

.vsih-fullscreen-trigger:hover,
.vsih-fullscreen-trigger:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(242, 114, 33, 0.74);
  background: rgba(255, 255, 255, 0.94);
}

.vsih-fullscreen-trigger:focus-visible {
  outline: 2px solid rgba(242, 114, 33, 0.44);
  outline-offset: 2px;
}

.vsih-detail-page .vsih-thumbnail-strip {
  grid-template-columns: repeat(4, 112px);
  justify-content: center;
  gap: 16px;
}

.vsih-detail-page .vsih-thumb {
  position: relative;
  min-height: 0;
  width: 112px;
  height: 112px;
  display: block;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}

.vsih-detail-page .vsih-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  pointer-events: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.vsih-detail-page .vsih-thumb:hover,
.vsih-detail-page .vsih-thumb:focus-visible,
.vsih-detail-page .vsih-thumb.is-active {
  transform: translateY(-4px);
  background: transparent;
}

.vsih-detail-page .vsih-thumb.is-active::after {
  border-color: #f27221;
  box-shadow: 0 0 0 1px rgba(242, 114, 33, 0.22), 0 16px 34px rgba(242, 114, 33, 0.2);
}

.vsih-detail-page .vsih-thumb-media {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: transparent;
}

.vsih-detail-page .vsih-thumb-media img,
.vsih-detail-page .vsih-thumb:first-child .vsih-thumb-media img,
.vsih-detail-page .vsih-thumb:nth-child(3) .vsih-thumb-media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.vsih-detail-page .vsih-thumb:hover .vsih-thumb-media img,
.vsih-detail-page .vsih-thumb:focus-visible .vsih-thumb-media img {
  transform: scale(1.07);
}

.vsih-detail-page .vsih-thumb-copy,
.vsih-detail-page .vsih-stage-label,
.vsih-detail-page .vsih-stage-caption {
  display: none;
}

.vsih-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(6, 9, 15, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.vsih-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.vsih-lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.985);
  transition: transform 0.28s ease;
}

.vsih-lightbox.is-open img {
  transform: scale(1);
}

.vsih-lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.vsih-lightbox-close::before,
.vsih-lightbox-close::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 12px;
  width: 20px;
  height: 2px;
  background: #fff;
}

.vsih-lightbox-close::before {
  transform: rotate(45deg);
}

.vsih-lightbox-close::after {
  transform: rotate(-45deg);
}

.vsih-lightbox-close:hover,
.vsih-lightbox-close:focus-visible {
  border-color: rgba(242, 114, 33, 0.74);
  background: rgba(255, 255, 255, 0.16);
}

@keyframes vsih-gallery-sweep {
  0%,
  46% {
    left: -32%;
    opacity: 0;
  }

  54% {
    opacity: 1;
  }

  78%,
  100% {
    left: 112%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vsih-detail-page .vsih-main-stage::after {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .vsih-detail-page .vsih-main-stage {
    height: min(66vh, 660px);
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .vsih-detail-page .vsih-main-stage {
    height: 56vh;
    min-height: 390px;
  }

  .vsih-detail-page .vsih-main-image,
  .vsih-detail-page .vsih-main-stage.is-cover .vsih-main-image {
    max-width: calc(100% - 28px);
    max-height: calc(100% - 28px);
  }

  .vsih-detail-page .vsih-thumbnail-strip {
    grid-template-columns: repeat(4, minmax(64px, 1fr));
    gap: 10px;
  }

  .vsih-detail-page .vsih-thumb {
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
}

@media (max-width: 560px) {
  .vsih-detail-page .vsih-main-stage {
    height: 52vh;
    min-height: 360px;
  }

  .vsih-detail-page .vsih-main-image,
  .vsih-detail-page .vsih-main-stage.is-cover .vsih-main-image {
    max-width: calc(100% - 24px);
    max-height: calc(100% - 24px);
  }

  .vsih-detail-page .vsih-thumbnail-strip {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .vsih-detail-page .vsih-thumb {
    width: 100%;
    min-width: 0;
  }

  .vsih-fullscreen-trigger {
    width: 38px;
    height: 38px;
    top: 12px;
    right: 12px;
  }

  .vsih-lightbox {
    padding: 18px;
  }

  .vsih-lightbox-close {
    top: 14px;
    right: 14px;
  }
}

/* Description and table anchors */
.vsih-copy-section,
.vsih-minimal-section {
  scroll-margin-top: calc(var(--nav-height) + 24px);
}

.vsih-detail-page .vsih-premium-hero .vsih-title {
  max-width: 500px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.04;
}

.vsih-detail-page .vsih-premium-hero .vsih-copy {
  max-width: 480px;
}

.vsih-detail-page .vsih-hero-actions {
  gap: 12px;
}

.vsih-copy-section {
  background: #fff;
}

.vsih-description-shell {
  max-width: 920px;
}

.vsih-description-shell .display,
.vsih-minimal-main .vsih-spec-layout .display {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.vsih-description-shell .lead {
  max-width: 860px;
  margin-top: 22px;
  color: var(--ink-60);
  font-size: 18px;
  line-height: 1.78;
}

.vsih-inline-jump {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 26px;
  padding: 0 16px;
  border: 1px solid #dbe3ee;
  color: var(--blue);
  background: #f8fafc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.vsih-inline-jump:hover,
.vsih-inline-jump:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(30, 58, 138, 0.32);
  background: #eef3fb;
}

.vsih-minimal-main .vsih-spec-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.vsih-minimal-main .vsih-spec-panel {
  width: 100%;
}

@media (max-width: 820px) {
  .vsih-detail-page .vsih-premium-hero .vsih-title {
    font-size: 2.3rem;
  }

  .vsih-description-shell .lead {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 560px) {
  .vsih-detail-page .vsih-premium-hero .vsih-title {
    font-size: 2rem;
  }

  .vsih-detail-page .vsih-hero-actions .btn-primary,
  .vsih-detail-page .vsih-hero-actions .btn-ghost {
    width: 100%;
  }
}

/* Right-side hero balance */
.vsih-detail-page .vsih-premium-grid {
  align-items: stretch;
}

.vsih-detail-page .vsih-buy-panel {
  min-height: 100%;
  justify-content: flex-start;
}

.vsih-side-visual {
  position: relative;
  flex: 1 1 auto;
  min-height: 260px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(242, 114, 33, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.035);
  background-size: 28px 28px, 28px 28px, 100% 100%, 100% 100%;
}

.vsih-side-visual::before {
  content: '';
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vsih-side-visual::after {
  content: '';
  position: absolute;
  left: -26%;
  top: 0;
  bottom: 0;
  width: 18%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-14deg);
  animation: vsih-side-scan 6.8s ease-in-out infinite;
}

.vsih-side-track,
.vsih-side-node,
.vsih-side-plate {
  position: absolute;
  display: block;
}

.vsih-side-track {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 114, 33, 0.74), rgba(255, 255, 255, 0.18), transparent);
}

.vsih-side-track-a {
  left: 10%;
  right: 16%;
  top: 26%;
}

.vsih-side-track-b {
  left: 22%;
  right: 8%;
  top: 50%;
}

.vsih-side-track-c {
  left: 8%;
  right: 28%;
  top: 74%;
}

.vsih-side-node {
  width: 12px;
  height: 12px;
  border: 2px solid #f27221;
  border-radius: 50%;
  background: rgba(8, 12, 20, 0.92);
  box-shadow: 0 0 0 6px rgba(242, 114, 33, 0.08);
}

.vsih-side-node-a {
  left: 18%;
  top: calc(26% - 6px);
}

.vsih-side-node-b {
  right: 18%;
  top: calc(50% - 6px);
}

.vsih-side-node-c {
  left: 42%;
  top: calc(74% - 6px);
}

.vsih-side-plate {
  width: 34%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(8, 12, 20, 0.36);
}

.vsih-side-plate::before,
.vsih-side-plate::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.vsih-side-plate::before {
  top: 18px;
}

.vsih-side-plate::after {
  top: 32px;
}

.vsih-side-plate-a {
  right: 10%;
  top: 14%;
}

.vsih-side-plate-b {
  left: 10%;
  bottom: 13%;
}

@keyframes vsih-side-scan {
  0%,
  42% {
    left: -26%;
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  78%,
  100% {
    left: 112%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vsih-side-visual::after {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .vsih-side-visual {
    min-height: 220px;
  }
}

@media (max-width: 820px) {
  .vsih-detail-page .vsih-premium-grid {
    align-items: start;
  }

  .vsih-side-visual {
    min-height: 150px;
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .vsih-side-visual {
    min-height: 118px;
  }
}

/* Product-image copy panel */
.vsih-side-visual {
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(8, 12, 20, 0.9) 0%, rgba(8, 12, 20, 0.64) 48%, rgba(8, 12, 20, 0.22) 100%),
    linear-gradient(180deg, rgba(8, 12, 20, 0.18), rgba(8, 12, 20, 0.72)),
    var(--vsih-side-image, url('../images/vsih-plug-cover.webp')) right 18px center / min(52%, 230px) auto no-repeat,
    rgba(255, 255, 255, 0.04);
}

.vsih-side-visual::before {
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vsih-side-visual::after {
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.vsih-side-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
}

.vsih-side-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 14px;
  color: #ffb783;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vsih-side-copy h2 {
  margin: 0;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.vsih-side-copy p {
  margin: 14px 0 0;
  max-width: 260px;
  color: rgba(248, 248, 245, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.vsih-side-copy a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 20px;
  padding: 0 13px;
  border: 1px solid rgba(242, 114, 33, 0.46);
  color: #ffb783;
  background: rgba(242, 114, 33, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.vsih-side-copy a:hover,
.vsih-side-copy a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(242, 114, 33, 0.78);
  background: rgba(242, 114, 33, 0.16);
}

@media (max-width: 1180px) {
  .vsih-side-visual {
    min-height: 240px;
  }
}

@media (max-width: 820px) {
  .vsih-side-visual {
    min-height: 210px;
    background:
      linear-gradient(90deg, rgba(8, 12, 20, 0.9) 0%, rgba(8, 12, 20, 0.66) 54%, rgba(8, 12, 20, 0.28) 100%),
      linear-gradient(180deg, rgba(8, 12, 20, 0.18), rgba(8, 12, 20, 0.72)),
      var(--vsih-side-image, url('../images/vsih-plug-cover.webp')) right 12px center / min(48%, 180px) auto no-repeat,
      rgba(255, 255, 255, 0.04);
  }
}

@media (max-width: 560px) {
  .vsih-side-visual {
    min-height: 190px;
    padding: 22px;
    background:
      linear-gradient(90deg, rgba(8, 12, 20, 0.94) 0%, rgba(8, 12, 20, 0.78) 58%, rgba(8, 12, 20, 0.48) 100%),
      var(--vsih-side-image, url('../images/vsih-plug-cover.webp')) right -10px center / 46% auto no-repeat,
      rgba(255, 255, 255, 0.04);
  }

  .vsih-side-copy {
    width: 72%;
  }

  .vsih-side-copy p {
    font-size: 13px;
  }
}

/* Keep enlarged gallery images complete but restrained */
.vsih-lightbox {
  padding: clamp(24px, 5vw, 64px);
}

.vsih-lightbox img {
  width: auto;
  height: auto;
  max-width: min(90vw, 1180px);
  max-height: 88vh;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

@media (max-width: 560px) {
  .vsih-lightbox img {
    max-width: calc(100vw - 24px);
    max-height: 82vh;
    padding: 0;
  }
}
