:root {
  --bg: #030d15;
  --bg-soft: #071827;
  --bg-card: #0b2334;
  --bg-panel: rgba(7, 24, 36, 0.8);
  --bg-panel-strong: rgba(10, 31, 47, 0.94);
  --text: #e8f3ff;
  --muted: #a3bed2;
  --line: rgba(162, 201, 225, 0.16);
  --line-strong: rgba(162, 201, 225, 0.32);
  --brand: #69dcff;
  --brand-strong: #0eaede;
  --accent: #f39a4f;
  --brand-soft: #9ce5e8;
  --accent-soft: #f8cb9c;
  --radius: 18px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-action: 14px;
  --shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
  --container: min(1240px, 92vw);
  --space-section: clamp(4.4rem, 8vw, 6.8rem);
  --space-stack: clamp(0.95rem, 2vw, 1.4rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(31, 167, 225, 0.2), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(255, 164, 84, 0.16), transparent 30%),
    linear-gradient(160deg, #02080d, #061522 40%, #081a28 100%);
  min-height: 100vh;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.8rem);
}

h2 {
  font-size: clamp(1.55rem, 3.5vw, 2.55rem);
}

h3 {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

p {
  margin: 0;
}

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
  display: block;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-action);
  padding: 0.84rem 1.34rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent-soft) 100%);
  color: #042338;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 14px 30px rgba(40, 124, 152, 0.18);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(40, 124, 152, 0.22);
}

.btn:focus-visible {
  outline: 2px solid rgba(14, 174, 222, 0.35);
  outline-offset: 3px;
}

.btn-sm {
  padding: 0.56rem 1.02rem;
  font-size: 0.88rem;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
  box-shadow: none;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 10vw, 7.2rem) 0 clamp(3.5rem, 7vw, 5rem);
  overflow: hidden;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  z-index: -3;
  opacity: 0.23;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(112deg, rgba(2, 12, 20, 0.97) 27%, rgba(5, 23, 36, 0.65) 66%),
    radial-gradient(circle at 25% 40%, rgba(0, 166, 232, 0.35), transparent 44%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 2.35rem;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5aaeb9;
  font-weight: 700;
  font-size: 0.74rem;
  margin-bottom: 0.9rem;
}

.hero-copy p {
  color: var(--muted);
  max-width: 65ch;
}

.hero-intro {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.8rem;
  max-width: 70ch;
}

.hero-subtitle {
  margin: 0.45rem 0 0.1rem;
  font-size: clamp(1.02rem, 1.6vw, 1.26rem);
  line-height: 1.32;
}

.hero-list {
  margin-top: 0.15rem;
}

.hero-compact-note {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.hero-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 38, 56, 0.92), rgba(6, 20, 30, 0.82));
  box-shadow: var(--shadow);
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  transition: transform 0.25s ease;
}

.hero-card img {
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.hero-card figcaption {
  padding: 0.95rem 1rem 1.08rem;
  font-size: 0.93rem;
  color: var(--muted);
}

.products-hero .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(1.2rem, 2.8vw, 2.2rem);
}

.products-hero .hero-copy h1 {
  max-width: 20ch;
}

.products-hero .hero-lead {
  max-width: 62ch;
  line-height: 1.56;
}

.products-hero-card {
  max-width: 390px;
  width: 100%;
  margin-left: auto;
  transform: none;
}

.products-hero-card img {
  width: 100%;
  height: clamp(220px, 22vw, 290px);
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0.8rem 0.9rem 0.4rem;
}

.products-hero-card figcaption {
  font-size: 0.87rem;
  line-height: 1.42;
  padding-top: 0.64rem;
}

.section {
  padding: var(--space-section) 0;
}

.section-slim {
  padding: clamp(3.2rem, 6vw, 4.5rem) 0;
}

.section-compact {
  padding-top: 2.2rem;
}

.section-layered {
  background:
    linear-gradient(180deg, rgba(5, 17, 27, 0.62), rgba(4, 12, 20, 0.16)),
    radial-gradient(circle at 12% 0, rgba(88, 178, 216, 0.12), transparent 30%);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(8, 29, 44, 0.84), rgba(4, 17, 27, 0.95)),
    radial-gradient(circle at 85% 10%, rgba(255, 170, 95, 0.2), transparent 30%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.spotlight-grid,
.featured-grid,
.glance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.spotlight-copy p,
.featured-copy p {
  color: var(--muted);
  line-height: 1.68;
}

.spotlight-media,
.glance-media,
.featured-media {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(5, 19, 30, 0.78);
}

.featured-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.glance-media {
  min-height: clamp(360px, 38vw, 560px);
  display: grid;
  align-content: end;
  background:
    radial-gradient(circle at 58% 32%, rgba(24, 96, 140, 0.34), transparent 58%),
    linear-gradient(170deg, #081726, #020a12 70%);
}

.glance-media img {
  width: 100%;
  height: clamp(300px, 31vw, 480px);
  object-fit: contain;
  aspect-ratio: auto;
  padding: 0.8rem 0.9rem 0.4rem;
}

.spotlight-media {
  min-height: clamp(320px, 34vw, 520px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 56% 42%, rgba(35, 125, 170, 0.42), transparent 60%),
    linear-gradient(165deg, #081826, #040d15 68%);
}

.spotlight-media img {
  width: min(100%, 620px);
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  transform: translateX(4%) scale(1.08);
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.46));
}

.partnership-media {
  align-items: center;
  padding: 0.7rem;
}

.partnership-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: saturate(1.05) contrast(1.04);
}

.glance-media figcaption {
  padding: 0.8rem 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.featured-media {
  position: relative;
}

.spotlight-copy,
.featured-copy,
.glance-copy {
  max-width: 640px;
}

.spotlight-copy p + p,
.featured-copy p + p {
  margin-top: 1rem;
}

.spotlight-copy h2,
.featured-copy h2,
.glance-copy h2 {
  margin-bottom: 1rem;
}

.cta-inline {
  display: inline-flex;
  align-items: center;
  margin-top: 1.2rem;
  border: 0;
  background: transparent;
  font-family: inherit;
  color: #d8f0ff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

.cta-inline::after {
  content: "";
  width: 15px;
  height: 13px;
  margin-left: 0.48rem;
  background: url("../assets/images/triangle-arrow.png") center / contain no-repeat;
  transition: transform 0.2s ease;
}

.cta-inline:hover {
  color: #fff;
}

.cta-inline:hover::after {
  transform: translateX(3px);
}

button.cta-inline {
  appearance: none;
}

.glance-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 1rem;
}

.glance-list li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.95rem 1rem;
  background: rgba(5, 19, 30, 0.64);
}

.glance-list h3 {
  margin-bottom: 0.35rem;
  font-size: 1.03rem;
}

.glance-list p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* VELDAR-like composition for Spotlight / Featured / Glance */
#spotlight .veldar-spotlight-grid,
#featured-app .veldar-featured-grid,
#glance .veldar-glance-grid {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#spotlight .veldar-spotlight-grid {
  background-image: radial-gradient(circle at 80%, #0c2046, #000);
}

#featured-app .veldar-featured-grid,
#glance .veldar-glance-grid {
  background-image: radial-gradient(circle at 100%, #0b070e, #0d091e);
}

#spotlight .veldar-spotlight-copy .eyebrow,
#featured-app .veldar-featured-copy .eyebrow {
  color: #fff;
  margin-bottom: 0.35rem;
}

#spotlight .veldar-spotlight-copy h2,
#featured-app .veldar-featured-copy h2 {
  color: #8dd9de;
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.1;
}

#spotlight .veldar-spotlight-copy p,
#featured-app .veldar-featured-copy p,
#glance .veldar-glance-copy p {
  color: #cfcfcf;
  font-size: 1.02rem;
  line-height: 1.65;
}

#spotlight .veldar-spotlight-copy p + p,
#featured-app .veldar-featured-copy p + p {
  margin-top: 1rem;
}

#spotlight .veldar-spotlight-media {
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: auto;
  overflow: visible;
}

#spotlight .veldar-spotlight-media img {
  filter: hue-rotate(318deg);
  width: min(100%, 450px);
  min-width: 150px;
  margin: auto;
  aspect-ratio: auto;
  object-fit: contain;
  transform: none;
}

#featured-app .veldar-featured-media {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

#featured-app .veldar-featured-media img {
  border-radius: 0;
  height: clamp(190px, 20vw, 248px);
  aspect-ratio: auto;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

#featured-app .play-fab {
  width: min(6.8vw, 62px);
  height: min(6.8vw, 62px);
  min-width: 44px;
  min-height: 44px;
  z-index: 3;
  pointer-events: none;
}

#featured-app .veldar-featured-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 1.9vw, 1.4rem);
  align-items: center;
}

#featured-app .veldar-featured-media {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  position: relative;
}

#featured-app .veldar-featured-copy {
  max-width: 600px;
}

#featured-app .featured-video-hit {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

#featured-app .featured-video-hit:focus-visible {
  outline: 2px solid rgba(141, 217, 222, 0.9);
  outline-offset: -3px;
}

#featured-app .veldar-featured-copy .eyebrow {
  margin-bottom: 0.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#featured-app .veldar-featured-copy h2 {
  text-transform: uppercase;
  font-size: clamp(1.6rem, 2.15vw, 2.02rem);
  line-height: 1.1;
  margin-bottom: 0.68rem;
}

#featured-app .veldar-featured-copy p {
  color: #d4e0eb;
  font-size: 0.96rem;
  line-height: 1.52;
  max-width: 52ch;
}

#featured-app .veldar-featured-copy p + p {
  margin-top: 0.62rem;
}

#featured-app .veldar-featured-copy .cta-inline {
  margin-top: 0.88rem;
  font-size: 0.93rem;
}

#glance .veldar-glance-copy h2 {
  color: #d6ecff;
  margin: 0 0 1.2rem;
  padding: 0;
  font-size: clamp(1.58rem, 2.2vw, 2rem);
  line-height: 1.2;
}

#glance .veldar-glance-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1rem, 1.9vw, 1.45rem);
  align-items: center;
}

#glance .veldar-glance-copy {
  max-width: 620px;
  order: 2;
}

#glance .veldar-glance-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

#glance .veldar-glance-list li {
  margin: 0;
  border: 1px solid rgba(151, 209, 248, 0.24);
  border-radius: 12px;
  padding: 0.92rem 1rem;
  background: linear-gradient(160deg, rgba(7, 28, 44, 0.74), rgba(6, 20, 31, 0.5));
}

#glance .veldar-glance-list h3 {
  color: #ffffff;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.28;
  margin: 0 0 0.32rem;
  font-weight: 700;
}

#glance .veldar-glance-list p {
  color: #cfe2f1;
  padding: 0;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.48;
}

#glance .veldar-glance-media {
  z-index: 0;
  border: 1px solid rgba(154, 210, 246, 0.22);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(9, 30, 45, 0.9), rgba(5, 19, 30, 0.88));
  width: 100%;
  max-width: 500px;
  min-height: auto;
  margin-left: 0;
  margin-right: auto;
  order: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

#glance .veldar-glance-media img {
  width: min(100%, 460px);
  height: clamp(220px, 21vw, 300px);
  filter: brightness(1.08) saturate(1.08) contrast(1.04) drop-shadow(0 20px 36px rgba(0, 0, 0, 0.42));
  object-fit: contain;
  padding: 0.46rem 0.55rem 0.2rem;
  transform: none;
  transform-origin: center;
}

#glance .veldar-glance-caption {
  color: #9fb7ca;
  text-align: center;
  margin-top: 0.15rem;
  padding: 0 0.7rem 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  white-space: normal;
}

#spotlight .cta-inline,
#featured-app .cta-inline {
  color: #fff;
}

#glance .cta-inline {
  color: #fff;
  margin-top: 0.85rem;
  font-size: 0.92rem;
}

.play-fab {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
}

.play-fab:hover {
  transform: translate(-50%, -50%) scale(1.04);
}

.play-fab img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.42));
}

.section-head {
  display: grid;
  gap: 0.85rem;
  max-width: 860px;
  margin-bottom: clamp(1.7rem, 4vw, 2.6rem);
}

.section-head p {
  color: var(--muted);
  max-width: 70ch;
  line-height: 1.68;
}

.products-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
}

.bullet-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
  display: grid;
  gap: 0.55rem;
  line-height: 1.62;
}

.bullet-list li + li {
  margin-top: 0;
}

#partnership .spotlight-copy .btn {
  margin-top: 1rem;
}

.product-specs .section-head {
  max-width: 920px;
  margin-bottom: 1.45rem;
}

.spec-tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.22rem;
  border: 1px solid rgba(157, 212, 245, 0.2);
  border-radius: 12px;
  background: rgba(4, 18, 28, 0.72);
}

.spec-tab {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.66rem 0.9rem;
  font-family: inherit;
  font-size: 0.89rem;
  font-weight: 700;
  color: #c3def0;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.spec-tab:hover {
  color: #ffffff;
  border-color: rgba(140, 214, 248, 0.26);
}

.spec-tab:focus-visible {
  outline: 2px solid rgba(140, 223, 255, 0.92);
  outline-offset: 2px;
}

.spec-tab.is-active {
  color: #ffffff;
  border-color: rgba(142, 220, 255, 0.64);
  background: linear-gradient(170deg, rgba(39, 113, 153, 0.66), rgba(6, 25, 38, 0.8));
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(197, 238, 255, 0.28);
}

.spec-panel {
  min-width: 0;
}

.spec-panel[hidden] {
  display: none;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.video-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 31, 46, 0.86), rgba(4, 18, 28, 0.95));
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-card h3 {
  font-size: 1.02rem;
  padding: 0.88rem 0.95rem 0.25rem;
}

.video-card .video-open,
.video-card a {
  display: inline-flex;
  margin: 0 0.95rem 0.5rem;
  font-weight: 700;
  font-size: 0.92rem;
  background: transparent;
  border: none;
  padding: 0;
  color: var(--accent);
  text-decoration: none;
  cursor: pointer;
}

.video-card .video-open {
  color: #c5eaff;
}

.video-card a:hover {
  text-decoration: underline;
}

.video-card a:last-child {
  margin-bottom: 1rem;
}

.demo-section {
  border-top: 0;
}

#videos .veldar-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.4rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-image: radial-gradient(circle at 95% 35%, rgba(57, 111, 160, 0.3), rgba(12, 11, 26, 0.92) 58%);
}

.demo-cta-copy {
  max-width: 620px;
}

#videos .demo-primary {
  margin-top: 0;
  font-size: clamp(1.12rem, 1.8vw, 1.42rem);
  font-weight: 800;
}

.demo-secondary {
  display: inline-block;
  margin-top: 0.6rem;
  color: #d0e2f0;
  text-decoration: none;
  max-width: 560px;
  line-height: 1.55;
  font-size: 1.01rem;
}

.demo-secondary:hover {
  color: #ffffff;
  text-decoration: underline;
}

.demo-mini-links {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.demo-chip {
  border: 1px solid rgba(159, 221, 255, 0.35);
  border-radius: 999px;
  background: rgba(8, 30, 45, 0.76);
  color: #d9f0ff;
  padding: 0.48rem 0.82rem;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.demo-chip:hover {
  border-color: rgba(127, 224, 255, 0.8);
  background: rgba(10, 43, 65, 0.88);
  color: #ffffff;
}

.demo-cta-media {
  display: grid;
  justify-items: end;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  text-decoration: none;
}

.demo-cta-media img {
  width: min(100%, 430px);
  height: auto;
  object-fit: contain;
  filter: brightness(1.04) drop-shadow(0 22px 38px rgba(0, 0, 0, 0.52));
}

.industries-hero {
  padding-top: 4.6rem;
  padding-bottom: 1.5rem;
  background:
    radial-gradient(circle at 50% -10%, rgba(37, 102, 150, 0.34), transparent 52%),
    linear-gradient(180deg, rgba(5, 20, 31, 0.94), rgba(5, 20, 31, 0.46));
}

.industries-hero-inner {
  max-width: 980px;
  text-align: center;
}

.industries-hero-inner img {
  width: min(100%, 460px);
  height: auto;
  margin: 0 auto 0.3rem;
  filter: brightness(1.1) hue-rotate(284deg);
}

.industries-hero-inner h1 {
  margin: 0;
  font-size: clamp(1.95rem, 3.3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.industries-hero-inner p {
  max-width: 720px;
  margin: 0.9rem auto 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
}


.more-videos {
  margin-top: 1rem;
  color: var(--muted);
}

.more-videos a {
  color: #b1e7ff;
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 2vh 0;
}

.media-lightbox[hidden] {
  display: none;
}

.media-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.media-lightbox-dialog {
  position: relative;
  width: min(980px, 92vw);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(3, 15, 23, 0.98);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-lightbox-title {
  margin: 0;
  padding: 1rem 5rem 0.9rem 1.15rem;
  color: #eef6ff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.media-lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(8, 29, 42, 0.96);
  color: #fff;
  border-radius: 999px;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.media-lightbox-close:hover {
  transform: scale(1.04);
  background: rgba(12, 42, 61, 0.98);
  border-color: rgba(147, 220, 255, 0.46);
}

.media-lightbox-close:focus-visible {
  outline: 2px solid rgba(134, 217, 255, 0.9);
  outline-offset: 2px;
}

.media-lightbox-body {
  aspect-ratio: 16 / 9;
}

.media-lightbox-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

html.js .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

  .hero-card {
    max-width: 600px;
  }

  .products-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .products-hero-card {
    max-width: 460px;
    margin: 0 auto;
  }

  .products-hero-card img {
    height: clamp(220px, 46vw, 300px);
  }

  .spotlight-grid,
  .featured-grid,
  .glance-grid {
    grid-template-columns: 1fr;
  }

  #featured-app .veldar-featured-grid {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  #featured-app .veldar-featured-media {
    max-width: 460px;
  }

  #featured-app .veldar-featured-media img {
    height: clamp(180px, 42vw, 232px);
  }

  .spotlight-media {
    min-height: 300px;
  }

  .spotlight-media img {
    transform: none;
    width: min(100%, 520px);
  }

  .partnership-media img {
    width: 100%;
  }

  #glance .veldar-glance-media {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  #glance .veldar-glance-media img {
    transform: none;
    height: clamp(210px, 36vw, 300px);
  }

  .glance-media img {
    height: clamp(280px, 45vw, 430px);
  }

}

@media (max-width: 1024px) {
  .hero-grid {
    gap: 1.5rem;
  }

  .spotlight-grid,
  .featured-grid,
  .glance-grid,
  .products-grid {
    gap: 1rem;
  }
}

@media (max-width: 992px) {
  .products-grid,
  .video-grid,
  .spotlight-grid,
  .featured-grid,
  .glance-grid {
    grid-template-columns: 1fr;
  }

  .spec-tabs {
    flex-wrap: wrap;
  }

  .spec-tab {
    flex: 1 1 calc(33.333% - 0.5rem);
  }

  #spotlight .veldar-spotlight-grid,
  #featured-app .veldar-featured-grid,
  #glance .veldar-glance-grid,
  #videos .veldar-demo-grid {
    padding: 16px;
  }

  #glance .veldar-glance-copy h2 {
    padding-left: 0;
    padding-right: 0;
  }

  #glance .veldar-glance-list li {
    margin-left: 0;
  }

  #glance .veldar-glance-media img {
    transform: none;
    object-fit: contain;
    height: clamp(220px, 54vw, 320px);
  }

  #glance .veldar-glance-caption {
    margin-top: 0.2rem;
  }

  #spotlight .veldar-spotlight-media img {
    width: min(100%, 360px);
  }

  #videos .veldar-demo-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .demo-cta-media {
    justify-items: start;
    max-width: 360px;
    margin-left: 0;
  }

}

@media (max-width: 768px) {
  :root {
    --container: min(1240px, 94vw);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn,
  .btn-sm {
    width: 100%;
  }

  .spotlight-media,
  .featured-media,
  .glance-media {
    border-radius: 14px;
  }

  .products-hero-card {
    max-width: 100%;
  }

  .products-hero-card img {
    height: clamp(200px, 58vw, 270px);
  }

  .spec-tab {
    flex-basis: 100%;
    text-align: left;
  }

  #glance .veldar-glance-media {
    max-width: 100%;
  }

  #glance .veldar-glance-media img {
    height: clamp(220px, 56vw, 300px);
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  #featured-app .veldar-featured-media {
    max-width: 100%;
  }

  #featured-app .veldar-featured-media img {
    height: clamp(188px, 52vw, 238px);
  }

  #featured-app .veldar-featured-copy h2 {
    font-size: clamp(1.42rem, 6vw, 1.82rem);
  }

  .spotlight-media {
    min-height: 250px;
  }

  .glance-media img {
    height: clamp(250px, 58vw, 360px);
  }

  .play-fab {
    width: 64px;
    height: 64px;
  }

  .industries-hero {
    padding-top: 4.1rem;
  }

  .industries-hero-inner img {
    width: min(100%, 330px);
  }

  .industries-hero-inner h1 {
    font-size: clamp(1.62rem, 8vw, 2.1rem);
  }

  .demo-mini-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .demo-chip {
    width: 100%;
    text-align: left;
  }

  .demo-cta-media {
    max-width: 320px;
  }

}

@media (max-width: 560px) {
  .section {
    padding: 3.5rem 0;
  }

  .section-slim {
    padding: 2.8rem 0;
  }

  .hero {
    padding-top: 4.6rem;
  }

  .media-lightbox-dialog {
    width: 95vw;
  }
}

@media (max-width: 390px) {
  .hero-copy p {
    font-size: 0.92rem;
  }

  .section-head p {
    font-size: 0.9rem;
  }

  .media-lightbox-title {
    padding-right: 4.4rem;
    font-size: 0.95rem;
  }

  .media-lightbox-close {
    top: 0.6rem;
    right: 0.6rem;
    width: 42px;
    height: 42px;
    font-size: 1.55rem;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 2.6rem;
  }

  .hero-grid {
    gap: 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.48rem, 8.2vw, 1.72rem);
    line-height: 1.2;
  }

  .hero-lead {
    display: block;
  }

  .hero-compact-note {
    display: none;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero-actions {
    margin: 1.1rem 0 0.95rem;
    gap: 0.55rem;
  }

  .hero-actions .btn {
    font-size: 0.89rem;
    padding: 0.66rem 0.88rem;
  }

  .hero-card img {
    max-height: 200px;
    aspect-ratio: 1.35 / 1;
  }

  .hero-card figcaption {
    padding: 0.62rem 0.72rem 0.68rem;
    font-size: 0.77rem;
  }
}

@media (min-width: 1440px) {
  :root {
    --container: min(1320px, 90vw);
  }

  .hero-grid {
    gap: 3rem;
  }
}

/* --- KaizenWay partner branding --- */
.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(34, 58, 84, 0.05);
  color: #52697f;
  font-size: 0.76rem;
  line-height: 1;
  white-space: nowrap;
}

.brand-partner-logo {
  width: 84px;
  height: auto;
  display: block;
  opacity: 1;
  filter: contrast(1.08) saturate(1.08);
}

@media (max-width: 760px) {
  .brand-badge {
    display: none;
  }
}

@media (max-width: 560px) {
  .brand-partner-logo {
    width: 72px;
  }
}

/* --- 2026 light redesign: radar-first homepage --- */
:root {
  --bg: #f6f8fc;
  --bg-soft: #eef4f6;
  --bg-card: #ffffff;
  --bg-panel: rgba(255, 255, 255, 0.94);
  --bg-panel-strong: rgba(248, 251, 255, 0.98);
  --text: #122033;
  --muted: #5f748a;
  --line: rgba(18, 32, 51, 0.1);
  --line-strong: rgba(18, 32, 51, 0.18);
  --brand: #59ceda;
  --brand-strong: #0eaede;
  --accent: #f39a4f;
  --brand-soft: #dff4f6;
  --accent-soft: #f9d5b2;
  --shadow: 0 22px 60px rgba(32, 55, 82, 0.12);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at 0 0, rgba(89, 206, 218, 0.14), transparent 26%),
    radial-gradient(circle at 100% 0, rgba(243, 154, 79, 0.1), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 48%, #eef3f8 100%);
}

.btn {
  background: linear-gradient(135deg, #67d6df 0%, #f3b276 100%);
  color: #0c2236;
  box-shadow: 0 16px 36px rgba(73, 141, 166, 0.18);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.84);
  color: #183049;
  border-color: rgba(24, 48, 73, 0.1);
  box-shadow: none;
}

.section-layered,
.section-dark {
  background:
    linear-gradient(180deg, rgba(246, 249, 253, 0.98), rgba(239, 244, 249, 0.94)),
    radial-gradient(circle at 100% 0, rgba(243, 154, 79, 0.08), transparent 24%),
    radial-gradient(circle at 0 0, rgba(89, 206, 218, 0.09), transparent 24%);
  border-top: 1px solid rgba(18, 32, 51, 0.06);
  border-bottom: 1px solid rgba(18, 32, 51, 0.06);
}

.section-head p,
.spotlight-copy p,
.featured-copy p,
#spotlight .veldar-spotlight-copy p,
#featured-app .veldar-featured-copy p,
#glance .veldar-glance-copy p,
.demo-secondary {
  color: #607486;
}

#spotlight .veldar-spotlight-grid,
#featured-app .veldar-featured-grid,
#glance .veldar-glance-grid,
#videos .veldar-demo-grid {
  border-color: rgba(18, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 52px rgba(40, 63, 89, 0.08);
}

#spotlight .veldar-spotlight-grid {
  background:
    radial-gradient(circle at 90% 10%, rgba(160, 223, 255, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 249, 255, 0.95));
}

#featured-app .veldar-featured-grid,
#glance .veldar-glance-grid,
#videos .veldar-demo-grid {
  background:
    radial-gradient(circle at 100% 0, rgba(181, 231, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 253, 0.96));
}

#spotlight .veldar-spotlight-copy .eyebrow,
#featured-app .veldar-featured-copy .eyebrow {
  color: #1c8ad6;
}

#spotlight .veldar-spotlight-copy h2,
#featured-app .veldar-featured-copy h2,
#glance .veldar-glance-copy h2,
#videos .demo-primary,
.section-head h2 {
  color: #13263a;
}

#spotlight .veldar-spotlight-media img {
  filter: none;
}

#featured-app .veldar-featured-media,
#glance .veldar-glance-media,
.spotlight-media,
.featured-media,
.glance-media,
.demo-cta-media {
  background: rgba(247, 250, 254, 0.96);
}

.demo-chip {
  background: rgba(255, 255, 255, 0.88);
  color: #20415f;
  border-color: rgba(26, 60, 91, 0.12);
}

.demo-chip:hover {
  background: rgba(242, 248, 253, 1);
  color: #102235;
  border-color: rgba(26, 60, 91, 0.2);
}

.cta-inline,
#spotlight .cta-inline,
#featured-app .cta-inline,
#glance .cta-inline {
  color: #136fb8;
}

.cta-inline:hover {
  color: #0d4f82;
}

.brand-badge {
  background: rgba(255, 255, 255, 0.82);
  color: #62788d;
  border-color: rgba(18, 32, 51, 0.08);
}

/* --- Products & industries consistency pass --- */
.products-hero-card {
  border-color: rgba(18, 32, 51, 0.08);
  background:
    radial-gradient(circle at 50% 20%, rgba(125, 207, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.94));
  box-shadow: 0 24px 60px rgba(35, 63, 92, 0.12);
}

.products-hero-card figcaption {
  color: #64798e;
}

.product-specs .section-head,
.industries-videos .section-head {
  max-width: 780px;
}

/* --- Visual system polish pass --- */
.section {
  padding: clamp(4.7rem, 7vw, 6.1rem) 0;
}

.section-slim {
  padding: clamp(3.8rem, 6vw, 4.9rem) 0;
}

.section-head {
  gap: 0.72rem;
  max-width: 780px;
  margin-bottom: clamp(1.9rem, 4vw, 2.9rem);
}

.section-head h2 {
  font-size: clamp(2rem, 3.25vw, 3.1rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.section-head p {
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.72;
}

.contact-meta {
  align-items: stretch;
}

.glance-list li {
  border-radius: 22px;
}

.glance-list li {
  min-height: 100%;
  padding: 1.22rem 1.18rem;
}

.glance-list li {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.spotlight-grid,
.featured-grid,
.glance-grid {
  gap: clamp(1.2rem, 2.8vw, 2rem);
}

#spotlight .veldar-spotlight-grid,
#featured-app .veldar-featured-grid,
#glance .veldar-glance-grid,
#videos .veldar-demo-grid {
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-radius: 30px;
}

.spotlight-media,
.featured-media,
.glance-media,
.demo-cta-media,
.products-hero-card,
.industries-hero-visual {
  border-radius: 30px;
}

.spotlight-media,
.featured-media,
.glance-media,
.demo-cta-media {
  border-color: rgba(18, 32, 51, 0.08);
  box-shadow: 0 24px 56px rgba(35, 63, 92, 0.1);
}

.spotlight-copy p,
.featured-copy p,
.glance-copy p {
  font-size: 0.98rem;
  line-height: 1.68;
}

.featured-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.play-fab {
  width: 74px;
  height: 74px;
}

#hero .products-hero-card,
#hero .products-hero-card img {
  box-shadow: none;
}

#videos .veldar-demo-grid {
  background:
    radial-gradient(circle at 100% 0, rgba(181, 231, 255, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.96));
}

.demo-secondary {
  max-width: 52ch;
  font-size: 0.98rem;
}

.demo-cta-media {
  max-width: 500px;
}

.demo-cta-media img {
  width: min(100%, 460px);
}

.industries-videos {
  padding-top: 0.6rem;
}

@media (max-width: 992px) {
  .section {
    padding: 4.3rem 0;
  }

  #videos .veldar-demo-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {
  .section-head h2 {
    max-width: none;
    font-size: clamp(1.8rem, 7vw, 2.45rem);
  }

  .glance-list li {
    border-radius: 20px;
    padding: 1.05rem;
  }

}

.products-tech-hero-card {
  max-width: 460px;
}

.products-tech-hero-card img {
  width: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.products-tech-hero-card figcaption {
  max-width: 38ch;
}


.sensor-family-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sensor-family-card {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.compact-bullet-list {
  margin-top: 0.1rem;
  padding-left: 1rem;
  gap: 0.42rem;
  font-size: 0.93rem;
  line-height: 1.56;
}

.testing-card {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.testing-card-media {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(18, 32, 51, 0.08);
  background: #081827;
}

.testing-card-product {
  object-fit: contain;
  padding: 0.45rem;
  background:
    radial-gradient(circle at 50% 18%, rgba(123, 206, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(247, 250, 254, 0.98), rgba(239, 245, 251, 0.98));
}

#spotlight .container {
  max-width: 980px;
}

#videos .container {
  max-width: 1120px;
}

#spotlight .spotlight-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(1rem, 2.2vw, 1.55rem);
}

#spotlight .spotlight-copy {
  display: grid;
  justify-items: start;
  text-align: left;
  gap: 0.72rem;
  max-width: 430px;
}

#spotlight .spotlight-copy h2 {
  margin-bottom: 0.05rem;
  max-width: 10ch;
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  line-height: 1.04;
}

#spotlight .spotlight-copy p {
  max-width: 41ch;
  font-size: 0.96rem;
  line-height: 1.58;
}

#spotlight .cta-inline {
  margin-top: 0.45rem;
}

#spotlight .spotlight-media {
  min-height: auto;
  width: min(100%, 410px);
  max-width: 410px;
  justify-self: end;
  padding: 0.92rem;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0, rgba(184, 228, 255, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.95));
  box-shadow: 0 22px 48px rgba(35, 63, 92, 0.1);
}

#spotlight .spotlight-media-frame {
  display: grid;
  place-items: center;
  min-height: 280px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 40%, rgba(205, 234, 255, 0.34), transparent 44%),
    linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(239, 245, 251, 0.94));
}

#spotlight .spotlight-media img {
  width: min(100%, 252px);
  height: auto;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 18px 32px rgba(46, 73, 103, 0.18));
}

#videos .veldar-demo-grid {
  max-width: 1120px;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  padding: 1.15rem 1.2rem;
  background:
    radial-gradient(circle at 100% 0, rgba(181, 231, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 252, 0.96));
  box-shadow: 0 20px 48px rgba(35, 63, 92, 0.08);
}

#videos .veldar-demo-grid {
  max-width: 1120px;
  padding: 1.1rem 1.2rem;
}

.demo-cta-copy {
  display: grid;
  gap: 0.7rem;
  max-width: 450px;
}

#videos .demo-cta-copy {
  gap: 0.7rem;
  max-width: 560px;
}

.demo-title {
  margin: 0;
  color: #13263a;
  font-size: clamp(1.65rem, 2.1vw, 2.05rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

#videos .demo-title {
  font-size: clamp(1.65rem, 2.1vw, 2.05rem);
}

.demo-secondary {
  display: block;
  margin: 0;
  color: #607486;
  font-size: 0.95rem;
  line-height: 1.58;
  max-width: 42ch;
  text-decoration: none;
}

#videos .demo-secondary {
  max-width: 42ch;
  font-size: 0.95rem;
  line-height: 1.58;
}

.demo-mini-links {
  margin-top: 0.2rem;
  gap: 0.5rem;
}

.demo-chip {
  min-height: 40px;
  padding: 0.52rem 0.82rem;
  border: 1px solid rgba(24, 58, 88, 0.1);
  background: rgba(255, 255, 255, 0.88);
  color: #23445f;
  font-size: 0.83rem;
  font-weight: 700;
  box-shadow: none;
}

.demo-chip:hover {
  border-color: rgba(24, 58, 88, 0.18);
  background: rgba(243, 248, 253, 0.98);
  color: #12263a;
}

.demo-cta-media {
  max-width: 400px;
  padding: 0.72rem;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(35, 63, 92, 0.08);
}

#videos .demo-cta-media {
  max-width: 400px;
  padding: 0.72rem;
}

.demo-cta-frame {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 42% 42%, rgba(193, 230, 255, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(241, 246, 252, 0.94));
}

#videos .demo-cta-frame {
  min-height: 220px;
}

.demo-cta-media img {
  width: min(100%, 320px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(52, 84, 117, 0.12));
}

#videos .demo-cta-media img {
  width: min(100%, 320px);
}

.brand-badge {
  gap: 0.42rem;
  padding: 0.34rem 0.66rem;
  color: #566d83;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.brand-partner-logo {
  width: 82px;
  opacity: 1;
}

@media (max-width: 1200px) {
  .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-model-subgrid-legacy {
    grid-template-columns: 1fr;
  }

  .products-models-section .products-section-head h2 {
    white-space: normal;
    text-wrap: balance;
  }

}

@media (max-width: 992px) {
  .products-tech-bridge-grid,
  .products-tech-intro-grid,
  .products-clear-vision-grid,
  .products-models-grid,
  #spotlight .spotlight-grid,
  #videos .veldar-demo-grid,
  .testing-grid {
    grid-template-columns: 1fr;
  }

  #spotlight .spotlight-copy,
  #spotlight .spotlight-media,
  .demo-cta-copy,
  .demo-cta-media {
    max-width: none;
  }

  .products-radar-lottie {
    min-height: 240px;
  }

  .products-tech-intro-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .products-tech-hardware {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    min-height: unset;
  }

  .products-features-showcase {
    grid-template-columns: 1fr;
  }

  .spec-sheet-media {
    aspect-ratio: 2.6 / 1;
  }

  .products-features-object {
    justify-self: center;
    width: min(100%, 760px);
  }

  .products-tech-bridge-copy {
    max-width: none;
  }

  .products-connectivity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-features-object {
    width: min(100%, 720px);
  }

  .spec-compare-scroll {
    padding: 0 0.65rem;
  }

  #spotlight .spotlight-media,
  .demo-cta-media {
    justify-self: stretch;
  }

  #spotlight .spotlight-copy {
    justify-items: start;
    text-align: left;
  }

}

@media (max-width: 768px) {
  .products-tech-hardware {
    max-width: 100%;
    aspect-ratio: auto;
    min-height: 0;
    padding: 0.85rem;
    border-radius: 22px;
  }

  .products-tech-hardware img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .range-metric-grid,
  .sensor-summary-grid,
  .sensor-family-grid,
  .capability-grid,
  .testing-grid,
  .products-features-grid,
  .products-connectivity-grid {
    grid-template-columns: 1fr;
  }

  .products-features-object {
    width: 100%;
    margin-top: 0.1rem;
  }
}
