.vm-page {
  --vm-navy: #102f52;
  --vm-blue: #1e5f93;
  --vm-cyan: #10a4d5;
  --vm-ink: #18324a;
  --vm-muted: #5c7285;
  --vm-line: #d9e6ee;
  --vm-soft: #f3f8fb;
  color: var(--vm-ink);
  background: #fff;
  overflow-x: clip;
}

.vm-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 44px 0 64px;
  background:
    radial-gradient(circle at 84% 46%, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .58) 31%, transparent 57%),
    linear-gradient(110deg, #e8f4f9 0%, #f4fafc 52%, #fff 100%);
  color: var(--vm-ink);
  box-shadow: inset 0 -1px 0 rgba(46, 103, 139, .12);
}

.vm-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../images/ftir/veemax-spotlight/veemax-iii-with-atr-official.png") calc(100% - 76px) calc(50% + 60px) / auto 88% no-repeat;
  opacity: 1;
  filter: none;
  pointer-events: none;
}

.vm-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(222, 240, 247, .34) 0%, rgba(236, 247, 251, .18) 46%, transparent 66%);
  pointer-events: none;
}

.vm-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .10) 0%, rgba(172, 210, 226, .03) 100%);
  pointer-events: none;
}

.vm-hero > .container {
  position: relative;
  z-index: 2;
}

.vm-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: #6f8799;
  font-size: 13px;
}

.vm-breadcrumb a {
  color: #4f6e84;
  text-decoration: none;
}

.vm-hero-grid {
  display: block;
}

.vm-hero-copy {
  max-width: 660px;
}

.vm-hero h1 {
  max-width: 790px;
  margin: 0;
  color: var(--vm-navy);
  font-size: clamp(38px, 4.7vw, 65px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -.038em;
}

.vm-hero-product-name,
.vm-hero-positioning {
  display: block;
}

.vm-hero-product-name {
  line-height: 1.02;
}

.vm-hero-positioning {
  max-width: 700px;
  margin-top: 12px;
  font-size: .72em;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.vm-hero-positioning > span {
  display: block;
}

.vm-hero-copy > p {
  max-width: 650px;
  margin: 26px 0 0;
  color: #3e5b70;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.85;
}

.vm-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.vm-chip-row span {
  padding: 8px 13px;
  border: 1px solid rgba(46, 103, 139, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--vm-blue);
  font-size: 12px;
  font-weight: 700;
}

.vm-shell {
  padding: 62px 0 82px;
  background: linear-gradient(180deg, #f4f9fc 0, #fff 300px);
}

.vm-layout {
  display: grid;
  grid-template-columns: minmax(0, 850px) minmax(230px, 285px);
  gap: 60px;
  justify-content: center;
  align-items: start;
}

.vm-article {
  min-width: 0;
}

.vm-intro {
  margin-bottom: 48px;
  padding: 2px 0 2px 24px;
  border-left: 3px solid var(--vm-cyan);
}

.vm-article h2 {
  margin: 66px 0 22px;
  color: var(--vm-navy);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.34;
  letter-spacing: -.025em;
}

.vm-article h3 {
  margin: 44px 0 14px;
  color: var(--vm-blue);
  font-size: 23px;
  line-height: 1.5;
}

.vm-article p,
.vm-article li {
  color: #334f65;
  font-size: 17px;
  line-height: 1.94;
}

.vm-article a {
  color: #0879b7;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.vm-figure {
  margin: 38px 0 46px;
  overflow: hidden;
  border: 1px solid var(--vm-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 47, 82, .08);
}

.vm-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.vm-figure--optical {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.vm-figure--optical img {
  padding: 26px 34px;
  box-sizing: border-box;
  object-fit: contain;
}

.vm-figure figcaption {
  padding: 18px 22px 21px;
  border-top: 1px solid var(--vm-line);
  color: #60768a;
  font-size: 13px;
  line-height: 1.75;
}

.vm-figure figcaption strong {
  display: block;
  margin-bottom: 3px;
  color: var(--vm-navy);
  font-size: 15px;
}

.vm-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--vm-line);
}

.vm-related-links a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--vm-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.vm-sources {
  margin-top: 66px;
  padding: 32px 34px;
  border: 1px solid var(--vm-line);
  border-radius: 22px;
  background: var(--vm-soft);
}

.vm-sources h2 {
  margin-top: 0;
  font-size: 28px;
}

.vm-sources ol {
  margin: 0;
  padding-left: 23px;
}

.vm-sources li {
  margin: 9px 0;
  font-size: 14px;
  line-height: 1.7;
}

.vm-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}

.vm-side-panel {
  padding: 22px;
  border: 1px solid var(--vm-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 38px rgba(18, 63, 122, .07);
}

.vm-side-panel h2 {
  margin: 0 0 14px;
  color: var(--vm-blue);
  font-size: 16px;
}

.vm-product-links {
  display: grid;
  gap: 10px;
}

.vm-side-panel .vm-product-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dce8f0;
  border-radius: 12px;
  background: #f8fbfd;
  color: var(--vm-ink);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.vm-side-panel .vm-product-link:hover {
  border-color: #9ecde5;
  background: #f1f9fd;
  transform: translateY(-1px);
}

.vm-product-link-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #e6f4fb;
  color: var(--vm-cyan);
  font-size: 14px;
}

.vm-product-link-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.vm-product-link-copy strong {
  color: var(--vm-blue);
  font-size: 13px;
  line-height: 1.45;
}

.vm-product-link-copy small {
  color: #60798c;
  font-size: 11px;
  line-height: 1.4;
}

.vm-product-link-arrow {
  color: var(--vm-cyan);
  font-size: 14px;
}

.vm-side-panel .vm-product-link--contact {
  border-color: #c7e5f3;
  background: #eef8fc;
}

.vm-product-link--contact .vm-product-link-icon {
  background: var(--vm-blue);
  color: #fff;
}

.vm-side-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vm-side-tags span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #edf6fb;
  color: var(--vm-blue);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .vm-hero {
    min-height: 0;
  }

  .vm-hero-copy {
    max-width: 720px;
  }

  .vm-hero-media {
    display: none;
  }

  .vm-hero::before {
    background: linear-gradient(90deg, rgba(222, 240, 247, .24) 0%, rgba(238, 247, 251, .10) 56%, transparent 82%);
  }

  .vm-layout {
    grid-template-columns: minmax(0, 790px);
  }

  .vm-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

@media (max-width: 780px) {
  .vm-hero {
    min-height: 0;
    padding: 30px 0 42px;
    background: linear-gradient(105deg, #e9f5f9 0%, #f5fafc 60%, #fff 100%);
  }

  .vm-hero::before {
    background: linear-gradient(90deg, rgba(222, 240, 247, .18) 0%, transparent 86%);
  }

  .vm-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(95, 168, 200, .08) 100%);
  }

  .vm-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .vm-hero-positioning {
    margin-top: 9px;
    font-size: .70em;
    line-height: 1.32;
  }

  .vm-shell {
    padding-top: 42px;
  }

  .vm-sources {
    padding: 24px;
  }

  .vm-intro {
    padding-left: 18px;
  }

  .vm-sidebar {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .vm-article p,
  .vm-article li {
    font-size: 16px;
    line-height: 1.86;
  }

  .vm-side-panel {
    padding: 20px;
  }

  .vm-figure--optical img {
    padding: 18px;
  }
}
