.vpd-product {
  --vpd-accent: #d63b36;
  --vpd-accent-dark: #b72b27;
  --vpd-ink: #20242c;
  --vpd-muted: #65707d;
  --vpd-line: #e6e9ed;
  --vpd-soft: #f6f7f9;
  --vpd-white: #ffffff;
  --vpd-dark: #20242c;
  --vpd-radius: 18px;
  --vpd-button-radius: 12px;
  --vpd-section-space: 58px;
  --vpd-content-width: 1200px;
  --vpd-shadow: 0 18px 48px rgba(20, 29, 43, 0.09);
  overflow-x: clip;

}

/* ================================================================
 * VPD 3.1.0 - REAL FULL-WIDTH SINGLE PRODUCT LAYOUT
 * ================================================================
 * Important: older versions only widened theme wrappers. The dossier itself
 * still used --vpd-content-width:1200px, so visually nothing changed.
 * 3.1.0 removes that inner cap as well and stretches the actual WooCommerce
 * product root to the viewport, while retaining safe side gutters.
 */
body.vpd-product {
  --vpd-page-gutter: clamp(18px, 2.5vw, 48px);
}

/* Runtime JS adds these classes to the real product root and every ancestor. */
body.vpd-product .vpd-fw-ancestor {
  max-width: none !important;
  overflow: visible !important;
}

body.vpd-product .vpd-fw-root {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding-left: var(--vpd-page-gutter) !important;
  padding-right: var(--vpd-page-gutter) !important;
  box-sizing: border-box !important;
  transform: translateX(-50%) !important;
}

/* No nested theme/Elementor container may box the product again. */
body.vpd-product .vpd-fw-root .woocommerce,
body.vpd-product .vpd-fw-root .woocommerce-tabs,
body.vpd-product .vpd-fw-root .woocommerce-Tabs-panel,
body.vpd-product .vpd-fw-root .vpd-dossier,
body.vpd-product .vpd-fw-root .related.products,
body.vpd-product .vpd-fw-root .elementor-widget-container,
body.vpd-product .vpd-fw-root .elementor-container,
body.vpd-product .vpd-fw-root .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

body.vpd-product .vpd-fw-root .elementor-section.elementor-section-boxed > .elementor-container,
body.vpd-product .vpd-fw-root .e-con.e-con-boxed > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
}

/* THIS is the key fix: remove the plugin's own legacy 1200px inner cap. */
body.vpd-product .vpd-section__inner {
  width: 100% !important;
  max-width: none !important;
}

/* The tabs panel itself must not re-introduce an internal max width. */
body.vpd-product .woocommerce-Tabs-panel--description,
body.vpd-product #vpd-details {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 767px) {
  body.vpd-product {
    --vpd-page-gutter: 14px;
  }
}

/* Engineer theme and generic WooCommerce cleanup for quote-only products. */
.vpd-product .elementor-widget-rbt-product-title,
.vpd-product .elementor-widget-woocommerce-product-rating,
.vpd-product .elementor-widget-rbt-product-add-to-cart,
.vpd-product .elementor-widget-rbt-product-category,
.vpd-product .summary .woocommerce-product-rating,
.vpd-product .summary form.cart,
.vpd-product .summary .product_meta {
  display: none !important;
}

.vpd-product .elementor-widget-rbt-product-price,
.vpd-product .elementor-widget-rbt-product-price .elementor-widget-container,
.vpd-product .elementor-widget-rbt-product-price .price,
.vpd-product .summary .price {
  width: 100%;
  max-width: none;
  margin: 0 !important;
}

.vpd-quick-card,
.vpd-quick-card * {
  box-sizing: border-box;
}

.vpd-quick-card {
  display: block;
  direction: rtl;
  padding: 30px;
  color: var(--vpd-ink);
  white-space: normal;
  background:
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--vpd-accent) 12%, transparent), transparent 42%),
    var(--vpd-white);
  border: 1px solid var(--vpd-line);
  border-radius: var(--vpd-radius);
  box-shadow: var(--vpd-shadow);
}

@supports not (background: color-mix(in srgb, red 10%, transparent)) {
  .vpd-quick-card {
    background: var(--vpd-white);
  }
}

.vpd-quick-kicker,
.vpd-quick-title,
.vpd-quick-summary,
.vpd-quick-trust,
.vpd-quick-actions {
  display: block;
}

.vpd-quick-kicker {
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: var(--vpd-accent-dark);
  background: color-mix(in srgb, var(--vpd-accent) 9%, transparent);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.vpd-quick-title {
  margin-bottom: 13px;
  color: var(--vpd-ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.55;
}

.vpd-quick-summary {
  margin-bottom: 20px;
  color: var(--vpd-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.vpd-quick-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}

.vpd-quick-trust > span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 13px;
  color: var(--vpd-ink);
  background: var(--vpd-soft);
  border: 1px solid var(--vpd-line);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.vpd-quick-trust > span::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  background: var(--vpd-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--vpd-accent) 10%, transparent);
}

.vpd-quick-actions,
.vpd-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vpd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--vpd-button-radius);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.vpd-button:hover {
  transform: translateY(-2px);
}

.vpd-button--primary {
  color: #fff !important;
  background: var(--vpd-accent);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--vpd-accent) 24%, transparent);
}

.vpd-button--primary:hover {
  color: #fff !important;
  background: var(--vpd-accent-dark);
}

.vpd-button--ghost {
  color: var(--vpd-ink) !important;
  background: var(--vpd-white);
  border-color: var(--vpd-line);
}

.vpd-button--outline {
  color: var(--vpd-accent) !important;
  background: transparent;
  border-color: var(--vpd-accent);
}

.vpd-button--outline:hover {
  color: #fff !important;
  background: var(--vpd-accent);
}

.vpd-button__icon {
  display: inline-flex;
  margin-left: 7px;
  font-size: 1.1em;
  line-height: 1;
}

/* Product tabs. */
.vpd-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 38px;
}

.vpd-product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  padding: 8px !important;
  overflow-x: auto;
  background: var(--vpd-soft);
  border: 1px solid var(--vpd-line);
  border-radius: 14px;
}

.vpd-product .woocommerce-tabs ul.tabs::before,
.vpd-product .woocommerce-tabs ul.tabs li::before,
.vpd-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.vpd-product .woocommerce-tabs ul.tabs li {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
}

.vpd-product .woocommerce-tabs ul.tabs li a {
  padding: 12px 18px !important;
  color: var(--vpd-muted) !important;
  font-weight: 800 !important;
}

.vpd-product .woocommerce-tabs ul.tabs li.active {
  background: var(--vpd-white) !important;
  box-shadow: 0 6px 18px rgba(20, 29, 43, 0.08);
}

.vpd-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--vpd-accent) !important;
}

.vpd-product .woocommerce-Tabs-panel--description {
  overflow: visible;
  padding: 0 !important;
}

/* Technical dossier and section builder output. */
.vpd-dossier,
.vpd-dossier * {
  box-sizing: border-box;
}

.vpd-dossier {
  display: grid;
  direction: rtl;
  gap: 22px;
  width: 100%;
  margin: 0;
  color: var(--vpd-ink);
  font-size: 16px;
  line-height: 2;
}

.vpd-section {
  --vpd-section-text: var(--vpd-ink);
  position: relative;
  width: 100%;
  margin: 0;
  color: var(--vpd-section-text);
  background: var(--vpd-white);
  border: 1px solid var(--vpd-line);
  border-radius: var(--vpd-radius);
  box-shadow: var(--vpd-shadow);
}

.vpd-section--soft {
  background: var(--vpd-soft);
}

.vpd-section--dark,
.vpd-final-cta {
  --vpd-section-text: #fff;
  color: #fff;
  background:
    radial-gradient(circle at 0 0, color-mix(in srgb, var(--vpd-accent) 40%, transparent), transparent 44%),
    var(--vpd-dark);
  border-color: color-mix(in srgb, var(--vpd-dark) 70%, #fff);
}

.vpd-section--custom {
  color: var(--vpd-section-text);
}

.vpd-section--full {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.vpd-section__inner {
  width: min(100%, var(--vpd-content-width));
  margin-inline: auto;
  padding: clamp(28px, 5vw, var(--vpd-section-space));
}

.vpd-section--contained .vpd-section__inner {
  width: 100%;
}

.vpd-section h2,
.vpd-section h3,
.vpd-section p {
  margin-top: 0;
}

.vpd-section h2 {
  margin-bottom: 16px;
  color: var(--vpd-section-text);
  font-size: clamp(23px, 2.8vw, 36px);
  font-weight: 950;
  line-height: 1.55;
}

.vpd-section h3 {
  margin-bottom: 10px;
  color: var(--vpd-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.7;
}

.vpd-section p,
.vpd-rich-text {
  color: var(--vpd-muted);
}

.vpd-section--dark p,
.vpd-section--dark .vpd-rich-text,
.vpd-final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.vpd-section--custom p,
.vpd-section--custom .vpd-rich-text {
  color: color-mix(in srgb, var(--vpd-section-text) 78%, transparent);
}

.vpd-rich-text > :last-child,
.vpd-card__text > :last-child,
.vpd-note > :last-child,
.vpd-faq__item > div > :last-child {
  margin-bottom: 0;
}

.vpd-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--vpd-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.vpd-lead,
.vpd-rich-text {
  max-width: 920px;
  font-size: 17px;
  line-height: 2.15;
}

.vpd-section__split {
  display: grid;
  direction: ltr;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.vpd-section__body {
  min-width: 0;
  direction: rtl;
}

.vpd-section--layout-image-right .vpd-section__media {
  grid-column: 2;
  grid-row: 1;
}

.vpd-section--layout-image-right .vpd-section__body {
  grid-column: 1;
  grid-row: 1;
}

.vpd-section--layout-image-left .vpd-section__media {
  grid-column: 1;
  grid-row: 1;
}

.vpd-section--layout-image-left .vpd-section__body {
  grid-column: 2;
  grid-row: 1;
}

.vpd-section__media {
  overflow: hidden;
  margin: 0;
  background: var(--vpd-soft);
  border: 1px solid var(--vpd-line);
  border-radius: 16px;
  box-shadow: var(--vpd-shadow);
}

.vpd-section__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vpd-grid {
  display: grid;
  grid-template-columns: repeat(var(--vpd-columns, 2), minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.vpd-card {
  padding: 24px;
  background: var(--vpd-white);
  border: 1px solid var(--vpd-line);
  border-radius: 16px;
  box-shadow: var(--vpd-shadow);
}

.vpd-card__label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: var(--vpd-accent-dark);
  background: color-mix(in srgb, var(--vpd-accent) 9%, transparent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.vpd-card__text,
.vpd-card__text p {
  color: var(--vpd-muted) !important;
}

.vpd-card__facts {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vpd-card__facts li,
.vpd-feature-list li {
  position: relative;
  padding-right: 20px;
  color: var(--vpd-muted);
}

.vpd-card__facts li::before,
.vpd-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  right: 0;
  width: 7px;
  height: 7px;
  background: var(--vpd-accent);
  border-radius: 50%;
}

.vpd-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  background: var(--vpd-white);
  border: 1px solid var(--vpd-line);
  border-radius: 16px;
  box-shadow: var(--vpd-shadow);
}

.vpd-table {
  width: 100%;
  min-width: 650px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
}

.vpd-table th,
.vpd-table td {
  padding: 15px 18px !important;
  text-align: right;
  vertical-align: middle;
  border: 0 !important;
  border-bottom: 1px solid var(--vpd-line) !important;
}

.vpd-table tr:last-child th,
.vpd-table tr:last-child td {
  border-bottom: 0 !important;
}

.vpd-table th {
  width: 32%;
  color: var(--vpd-ink);
  background: color-mix(in srgb, var(--vpd-soft) 70%, #fff);
  font-weight: 900;
}

.vpd-table td {
  color: var(--vpd-muted);
  background: var(--vpd-white);
}

.vpd-feature-list {
  display: grid;
  grid-template-columns: repeat(var(--vpd-columns, 2), minmax(0, 1fr));
  gap: 10px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.vpd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vpd-chip {
  padding: 9px 14px;
  color: var(--vpd-ink);
  background: var(--vpd-white);
  border: 1px solid var(--vpd-line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(20, 29, 43, 0.04);
}

.vpd-note {
  margin-top: 22px;
  padding: 15px 18px;
  color: #72522a;
  background: #fff9ee;
  border: 1px solid #f2dfba;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.9;
}

.vpd-faq {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.vpd-faq__item {
  overflow: hidden;
  background: var(--vpd-white);
  border: 1px solid var(--vpd-line);
  border-radius: 14px;
}

.vpd-faq__item summary {
  position: relative;
  padding: 17px 48px 17px 18px;
  color: var(--vpd-ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.vpd-faq__item summary::-webkit-details-marker {
  display: none;
}

.vpd-faq__item summary::before,
.vpd-faq__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 13px;
  height: 2px;
  background: var(--vpd-accent);
  transform: translateY(-50%);
}

.vpd-faq__item summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 180ms ease;
}

.vpd-faq__item[open] summary::after {
  transform: translateY(-50%) rotate(0);
}

.vpd-faq__item > div {
  padding: 0 18px 18px;
  color: var(--vpd-muted);
}

.vpd-section--type-cta .vpd-section__inner,
.vpd-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.vpd-section--type-cta .vpd-section__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.vpd-section--type-cta .vpd-final-cta__actions {
  min-width: max-content;
}

.vpd-section--dark .vpd-button--ghost,
.vpd-section--dark .vpd-button--outline,
.vpd-final-cta .vpd-button--ghost {
  color: #fff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 980px) {
  .vpd-grid[style*="--vpd-columns:3"],
  .vpd-grid[style*="--vpd-columns:4"],
  .vpd-feature-list[style*="--vpd-columns:3"],
  .vpd-feature-list[style*="--vpd-columns:4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vpd-section__split,
  .vpd-section--type-cta .vpd-section__body,
  .vpd-section--type-cta .vpd-section__inner,
  .vpd-final-cta {
    grid-template-columns: 1fr;
  }

  .vpd-section--layout-image-right .vpd-section__media,
  .vpd-section--layout-image-right .vpd-section__body,
  .vpd-section--layout-image-left .vpd-section__media,
  .vpd-section--layout-image-left .vpd-section__body {
    grid-column: 1;
  }

  .vpd-section--layout-image-right .vpd-section__media,
  .vpd-section--layout-image-left .vpd-section__media {
    grid-row: 1;
  }

  .vpd-section--layout-image-right .vpd-section__body,
  .vpd-section--layout-image-left .vpd-section__body {
    grid-row: 2;
  }

  .vpd-section--type-cta .vpd-final-cta__actions {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .vpd-quick-card {
    padding: 22px;
  }

  .vpd-quick-trust,
  .vpd-grid,
  .vpd-grid[style],
  .vpd-feature-list,
  .vpd-feature-list[style] {
    grid-template-columns: 1fr !important;
  }

  .vpd-quick-actions {
    flex-direction: column;
  }

  .vpd-quick-actions .vpd-button {
    width: 100%;
  }

  .vpd-section__inner {
    padding: 28px 20px;
  }

  .vpd-section--contained {
    border-radius: 14px;
  }

  .vpd-table th {
    width: 38%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vpd-button,
  .vpd-faq__item summary::after {
    transition: none;
  }
}
/*
 * Engineer renders the featured image again inside a Swiper thumbnail rail.
 * Viradoor product pages use the main slider only; removing the rail and its
 * generated spacing lets the following product section start immediately.
 */
body.single-product .elementor-widget-rbt-product-images .rbt-gallery-thumbs {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.single-product .elementor-widget-rbt-product-images .swiper.rbt-gallery-slider {
	margin-bottom: 0 !important;
}

body.single-product .elementor-widget-rbt-product-images,
body.single-product .elementor-widget-rbt-product-images > .elementor-widget-container {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Dynamic family landing/model selector — v4.3.0 */
.vpd-category-hub-page .woocommerce-products-header,
.vpd-category-hub-page .woocommerce-notices-wrapper,
.vpd-category-hub-page .site-main,
.vpd-category-hub-page main {
	box-sizing: border-box;
}

.vpd-category-hub {
	direction: rtl;
	clear: both;
	width: 100%;
	margin: 0;
	padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 54px);
	color: var(--vpd-hub-ink, #20242c);
	background-color: var(--vpd-hub-soft, #f6f7f9);
	background:
		radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--vpd-hub-accent, #d63b36) 9%, transparent), transparent 34%),
		var(--vpd-hub-soft, #f6f7f9);
}

.vpd-category-hub--product {
	position: relative;
	border-block: 1px solid var(--vpd-hub-line, #e6e9ed);
}

.vpd-category-hub,
.vpd-category-hub * {
	box-sizing: border-box;
}

.vpd-category-hub__inner {
	width: min(100%, 1440px);
	margin-inline: auto;
}

.vpd-category-hub__header {
	display: grid;
	justify-items: start;
	max-width: 850px;
	margin: 0 0 clamp(24px, 3.5vw, 44px);
}

.vpd-category-hub__kicker {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin-bottom: 12px;
	padding: 5px 13px;
	color: var(--vpd-hub-accent, #d63b36);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.6;
	background: color-mix(in srgb, var(--vpd-hub-accent, #d63b36) 9%, #fff);
	border: 1px solid color-mix(in srgb, var(--vpd-hub-accent, #d63b36) 20%, transparent);
	border-radius: 999px;
}

.vpd-category-hub__header h2 {
	margin: 0;
	color: var(--vpd-hub-ink, #20242c);
	font-size: clamp(28px, 3.2vw, 46px);
	font-weight: 900;
	line-height: 1.35;
}

.vpd-category-hub__intro {
	margin-top: 13px;
	color: var(--vpd-hub-muted, #65707d);
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 2;
}

.vpd-category-hub__intro p {
	margin: 0;
}

.vpd-category-hub__grid {
	display: grid;
	grid-template-columns: repeat(var(--vpd-hub-cols-d, 3), minmax(0, 1fr));
	gap: var(--vpd-hub-gap, 22px);
}

.vpd-model-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: var(--vpd-hub-card-min, 360px);
	overflow: hidden;
	color: var(--vpd-hub-ink, #20242c) !important;
	text-decoration: none !important;
	background: var(--vpd-hub-card, #fff);
	border: 1px solid var(--vpd-hub-line, #e6e9ed);
	border-radius: var(--vpd-hub-radius, 18px);
	box-shadow: 0 16px 42px rgba(20, 29, 43, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.vpd-model-card--linked:hover,
.vpd-model-card--linked:focus-visible {
	color: var(--vpd-hub-ink, #20242c) !important;
	text-decoration: none !important;
	border-color: color-mix(in srgb, var(--vpd-hub-accent, #d63b36) 48%, var(--vpd-hub-line, #e6e9ed));
	box-shadow: 0 24px 58px rgba(20, 29, 43, 0.14);
	transform: translateY(-5px);
}

.vpd-model-card:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--vpd-hub-accent, #d63b36) 50%, transparent);
	outline-offset: 3px;
}

.vpd-model-card__media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 190px;
	overflow: hidden;
	background-color: #f2f4f6;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--vpd-hub-accent, #d63b36) 14%, #fff), transparent 60%),
		linear-gradient(145deg, #f7f8fa, #eef1f4);
	border-bottom: 1px solid var(--vpd-hub-line, #e6e9ed);
}

.vpd-model-card__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 190px;
	object-fit: cover;
	transition: transform 450ms ease;
}

.vpd-model-card--linked:hover .vpd-model-card__image {
	transform: scale(1.045);
}

.vpd-model-card__monogram {
	position: relative;
	z-index: 1;
	padding: 20px;
	color: var(--vpd-hub-ink, #20242c);
	font-family: Arial, sans-serif;
	font-size: clamp(32px, 4vw, 58px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.vpd-model-card__monogram::after {
	position: absolute;
	right: 50%;
	bottom: 3px;
	width: 44px;
	height: 4px;
	content: "";
	background: var(--vpd-hub-accent, #d63b36);
	border-radius: 99px;
	transform: translateX(50%);
}

.vpd-model-card__badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	padding: 4px 9px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	background: color-mix(in srgb, var(--vpd-hub-ink, #20242c) 90%, transparent);
	border-radius: 999px;
}

.vpd-model-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(18px, 2.3vw, 28px);
}

.vpd-model-card__subtitle {
	margin-bottom: 5px;
	color: var(--vpd-hub-accent, #d63b36);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.7;
}

.vpd-model-card h3 {
	margin: 0;
	color: var(--vpd-hub-ink, #20242c);
	font-family: Arial, sans-serif;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.vpd-model-card__description {
	margin-top: 12px;
	color: var(--vpd-hub-muted, #65707d);
	font-size: 14px;
	line-height: 1.95;
}

.vpd-model-card__description p {
	margin: 0;
}

.vpd-model-card__action {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: auto;
	padding-top: 20px;
	color: var(--vpd-hub-accent, #d63b36);
	font-size: 14px;
	font-weight: 900;
}

.vpd-model-card__action span {
	font-size: 18px;
	transition: transform 180ms ease;
}

.vpd-model-card--linked:hover .vpd-model-card__action span {
	transform: translateX(-4px);
}

.vpd-model-card--pending .vpd-model-card__action {
	color: var(--vpd-hub-muted, #65707d);
	font-weight: 700;
}

/*
 * Compact product-summary selector.
 * It is intentionally separate from the larger archive/section presentation:
 * three models form one row, six models form two balanced rows, and one or two
 * models retain the same compact card width instead of stretching full width.
 */
.vpd-category-hub--summary {
	position: relative;
	width: 100%;
	margin: 22px 0 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.vpd-category-hub--summary .vpd-category-hub__inner {
	width: 100%;
	max-width: none;
}

.vpd-category-hub--summary .vpd-category-hub__header {
	display: block;
	max-width: none;
	margin: 0 0 12px;
}

.vpd-category-hub--summary .vpd-category-hub__kicker,
.vpd-category-hub--summary .vpd-category-hub__intro {
	display: none;
}

.vpd-category-hub--summary .vpd-category-hub__header h2 {
	margin: 0;
	color: var(--vpd-hub-ink, #20242c);
	font-size: clamp(17px, 1.35vw, 20px);
	font-weight: 900;
	line-height: 1.65;
}

.vpd-category-hub--summary .vpd-category-hub__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(9px, 1vw, 13px);
}

.vpd-category-hub--summary .vpd-model-card {
	min-height: 0;
	background: var(--vpd-hub-card, #fff);
	border-radius: clamp(12px, 1.2vw, 16px);
	box-shadow: 0 8px 24px rgba(20, 29, 43, 0.07);
}

.vpd-category-hub--summary .vpd-model-card--linked:hover,
.vpd-category-hub--summary .vpd-model-card--linked:focus-visible {
	box-shadow: 0 13px 30px rgba(20, 29, 43, 0.12);
	transform: translateY(-2px);
}

.vpd-category-hub--summary .vpd-model-card__media {
	min-height: 0;
	aspect-ratio: 1.15 / 1;
	padding: 4px;
	background: linear-gradient(145deg, #fbfbfc, #f1f3f5);
}

.vpd-category-hub--summary .vpd-model-card__image {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
}

.vpd-category-hub--summary .vpd-model-card__monogram {
	padding: 12px 6px;
	font-size: clamp(21px, 2.5vw, 31px);
}

.vpd-category-hub--summary .vpd-model-card__badge,
.vpd-category-hub--summary .vpd-model-card__description {
	display: none;
}

.vpd-category-hub--summary .vpd-model-card__content {
	min-height: 86px;
	padding: 10px 12px 12px;
}

.vpd-category-hub--summary .vpd-model-card__subtitle {
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 1.5;
}

.vpd-category-hub--summary .vpd-model-card h3 {
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.25;
}

.vpd-category-hub--summary .vpd-model-card__action {
	gap: 5px;
	margin-top: auto;
	padding-top: 8px;
	font-size: 11px;
	line-height: 1.5;
}

.vpd-category-hub--summary .vpd-model-card__action span {
	font-size: 14px;
}

@media (max-width: 1100px) {
	.vpd-category-hub__grid {
		grid-template-columns: repeat(var(--vpd-hub-cols-t, 2), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.vpd-category-hub {
		padding: 32px 16px;
	}

	.vpd-category-hub__grid {
		grid-template-columns: repeat(var(--vpd-hub-cols-m, 1), minmax(0, 1fr));
		gap: 16px;
	}

	.vpd-model-card {
		min-height: 330px;
	}

	.vpd-model-card__media,
	.vpd-model-card__image {
		min-height: 165px;
	}

	.vpd-category-hub--summary {
		margin-top: 18px;
		padding: 0;
	}

	.vpd-category-hub--summary .vpd-category-hub__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.vpd-category-hub--summary .vpd-model-card {
		min-height: 0;
	}

	.vpd-category-hub--summary .vpd-model-card__media,
	.vpd-category-hub--summary .vpd-model-card__image {
		min-height: 0;
	}

	.vpd-category-hub--summary .vpd-model-card__content {
		min-height: 80px;
		padding: 9px 10px 10px;
	}

	.vpd-category-hub--summary .vpd-model-card__subtitle {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vpd-model-card,
	.vpd-model-card__image,
	.vpd-model-card__action span {
		transition: none;
	}
}
