/* ── LABEL COLOUR OVERRIDES ──────────────────────────────────────────── */

/* Dark sections: yellow */
.product-hero .label-sm,
.vdma-section .label-sm,
.aerosol-section .label-sm,
.product-cases .label-sm,
.related-products .label-sm {
  color: var(--yellow);
  margin-bottom: 28px;
}
.product-hero .label-sm::before,
.vdma-section .label-sm::before,
.aerosol-section .label-sm::before,
.product-cases .label-sm::before,
.related-products .label-sm::before {
  background: var(--yellow);
}

/* Light sections: black */
.voor-wie .label-sm,
.tech-specs .label-sm,
.product-faq .label-sm {
  color: var(--black);
  margin-bottom: 28px;
}
.voor-wie .label-sm::before,
.tech-specs .label-sm::before,
.product-faq .label-sm::before {
  background: var(--black);
}


/* ── 1. PRODUCT HERO ─────────────────────────────────────────────────── */

.product-hero {
  position: relative;
  overflow: hidden;
  background: var(--black);
  padding: 140px var(--page-px) 100px;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.product-hero-inner {
  width: 100%;
  max-width: 720px;
  z-index: 2;
}

/* Breadcrumb */
.ph-breadcrumb {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  color: var(--gray-40);
  margin-bottom: 20px;
}
.ph-breadcrumb a { color: var(--gray-40); }
.ph-breadcrumb a:hover { color: var(--gray-20); }
.ph-breadcrumb .material-icons { font-size: 13px; opacity: 0.5; }

/* Title */
.ph-title {
  font-family: 'Space Mono', monospace;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 400;
  color: var(--white);
  letter-spacing: -0.02em;
  word-spacing: -0.3em;
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 24px;
}

/* Body */
.ph-body {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 460px;
  margin-bottom: 36px;
}

/* Feature list */
.ph-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ph-features li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-20);
}
.ph-features li .material-icons {
  font-size: 15px;
  color: var(--yellow);
}

/* Cert chips */
.ph-chips {
  margin-bottom: 44px;
}

/* CTA buttons */
.ph-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}


/* ── 3. VOOR WIE ─────────────────────────────────────────────────────── */

.voor-wie {
  background: var(--off-white);
  padding: 110px var(--page-px);
  color: var(--black);
}

.voor-wie .section-header {
  margin-bottom: 0;
}

.voor-wie .icon-card-grid {
  margin-top: 56px;
}


/* ── 4. VDMA DEEP DIVE ───────────────────────────────────────────────── */

.vdma-section {
  background: var(--black);
  padding: 110px var(--page-px);
}

.vdma-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.vdma-inner h2.section-heading {
  margin-bottom: 32px;
}

.vdma-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray-20);
  line-height: 1.7;
  margin-bottom: 36px;
}

.vdma-test-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.vdma-test-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: baseline;
}

.vdma-test-num {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.04em;
}

.vdma-test-text {
  font-size: 14px;
  color: var(--gray-20);
  line-height: 1.55;
}


/* Right: badge image + quote */
.vdma-badge-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.vdma-quote-block {
  background: var(--gray-90);
  border-left: 2px solid var(--yellow);
  padding: 24px 28px;
}

.vdma-quote-text {
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: var(--gray-20);
  line-height: 1.7;
}


/* ── 5. TECH SPECS ───────────────────────────────────────────────────── */

.tech-specs {
  background: var(--off-white);
  padding: 110px var(--page-px);
  color: var(--black);
}

.tech-specs-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 56px;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
}

.specs-table tr {
  border-bottom: 1px solid var(--gray-10);
}
.specs-table tr:first-child {
  border-top: 1px solid var(--gray-10);
}

.specs-table td {
  padding: 14px 0;
  font-size: 13px;
  vertical-align: top;
}

.specs-table td:first-child {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--gray-40);
  width: 48%;
  padding-right: 16px;
  padding-top: 16px;
}

.specs-table td:last-child {
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
}

.specs-table[data-limited] tr:nth-child(n+11) {
  display: none;
}

.specs-show-more {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  color: var(--gray-40);
  padding: 0;
  transition: color 0.2s;
}

.specs-show-more:hover {
  color: var(--black);
}

.specs-show-more .material-icons {
  font-size: 16px;
  transition: transform 0.3s;
}

.specs-show-more[aria-expanded="true"] .material-icons {
  transform: rotate(180deg);
}

.specs-downloads {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.specs-downloads .btn-secondary {
  color: var(--black);
  border-color: var(--black);
}

.specs-downloads .btn-secondary:hover {
  border-color: var(--yellow);
  color: var(--black);
}

/* Specs drawing  */
.specs-drawing-wrap {
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: var(--gray-40);
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.specs-drawing-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


/* ── 6. AEROSOL OPTIE ────────────────────────────────────────────────── */

.aerosol-section {
  background: var(--black);
  padding: 110px var(--page-px);
}

.aerosol-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.aerosol-section h2.section-heading {
  margin-bottom: 24px;
}

.aerosol-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--gray-20);
  line-height: 1.7;
  margin-bottom: 32px;
}

.aerosol-usps {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 36px;
}

.aerosol-usp-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  color: var(--gray-20);
  line-height: 1.5;
}

.aerosol-usp-item .material-icons {
  font-size: 15px;
  color: var(--yellow);
  margin-top: 1px;
  flex-shrink: 0;
}


.aerosol-media-wrap {
  position: relative;
}

.aerosol-img {
  width: 100%;
  display: block;
  border: 1px solid var(--gray-70);
  aspect-ratio: 4/3;
  object-fit: cover;
}

.aerosol-caption {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--gray-40);
  margin-top: 14px;
}


/* ── 7. PRODUCT CASES ────────────────────────────────────────────────── */

.product-cases {
  background: var(--black);
  padding: 110px var(--page-px);
  overflow: hidden;
}

.product-cases .section-header {
  margin-bottom: 0;
}

.product-cases-subtext {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 8px;
}

.product-cases-track-wrap {
  overflow: hidden;
  margin-top: 56px;
}

.product-cases-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  background: var(--gray-70);
  will-change: transform;
}

/* Each card: exactly 1/3 of the section content width */
.case-card--real {
  flex: 0 0 calc((100vw - 2 * var(--page-px) - 2px) / 3);
}

.case-card--real.is-placeholder {
  opacity: 0.35;
}

/* Placeholder image: dark gray stand-in */
.solution-img--placeholder {
  background: var(--gray-80);
}

.case-coming-soon {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 6px;
}


/* ── 8. GERELATEERDE PRODUCTEN ───────────────────────────────────────── */

.related-products {
  background: var(--black);
  padding: 110px var(--page-px);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 56px;
}

.related-card {
  background: var(--black);
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
}

.related-card:hover {
  background: var(--gray-90);
}

.related-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.related-card:hover .related-card-img img {
  transform: scale(1.04);
}

.related-card .btn-secondary::after {
  content: '';
  position: absolute;
  inset: 0;
}

.related-card-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.related-card-name {
  font-family: 'Geist', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.related-card-desc {
  font-size: 13px;
  color: var(--gray-40);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 24px;
}



/* ── RESPONSIVE ──────────────────────────────────────────────────────── */

/* Tablet */
@media (max-width: 1023px) {
  .product-hero {
    padding: 120px 40px 80px;
    min-height: auto;
  }
  .ph-body { max-width: none; }

  .voor-wie { padding: 80px 40px; }
  .voor-wie-grid { grid-template-columns: repeat(2, 1fr); }

  .vdma-section { padding: 80px 40px; }
  .vdma-inner { grid-template-columns: 1fr; gap: 48px; }

  .tech-specs { padding: 80px 40px; }
  .tech-specs-inner { grid-template-columns: 1fr; gap: 48px; }

  .aerosol-section { padding: 80px 40px; }
  .aerosol-inner { grid-template-columns: 1fr; gap: 48px; }

  .product-cases { padding: 80px 40px; }
  .product-cases-track-wrap { overflow: visible; }
  .product-cases-grid {
    flex-wrap: wrap;
    gap: 1px;
  }
  .case-card--real {
    flex: 0 0 calc(50% - 1px);
  }

  .related-products { padding: 80px 40px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile */
@media (max-width: 599px) {
  .product-hero {
    padding: 100px clamp(18px, 5vw, 32px) 64px;
  }
  .ph-title { margin-bottom: 18px; }
  .ph-ctas { flex-direction: column; align-items: stretch; }
  .ph-ctas .btn-primary,
  .ph-ctas .btn-secondary { justify-content: center; }

  .voor-wie { padding: 64px clamp(18px, 5vw, 32px); }
  .voor-wie-grid { grid-template-columns: 1fr; }

  .vdma-section { padding: 64px clamp(18px, 5vw, 32px); }

  .tech-specs { padding: 64px clamp(18px, 5vw, 32px); }
  .specs-downloads { flex-direction: column; }

  .aerosol-section { padding: 64px clamp(18px, 5vw, 32px); }

  .product-cases { padding: 64px clamp(18px, 5vw, 32px); }
  .case-card--real { flex: 0 0 100%; }

  .related-products { padding: 64px clamp(18px, 5vw, 32px); }
  .related-grid { grid-template-columns: 1fr; }
}
