/* Iannello Inox 2.5.0 — dynamic global rebuild over the preserved release. */
:root {
  --qv-color-brand: #df0a14;
  --qv-color-brand-dark: #941016;
  --qv-color-brand-bright: #df0a14;
  --qv-color-brand-soft: #f7e4e6;
  --qv-color-night: #101820;
  --qv-final-red: #df0a14;
  --qv-final-red-dark: #941016;
  --qv-final-black: #101820;
}

/* Product applications: compact 9:10 editorial modules instead of oversized panels. */
.qv-home--final .qv-products--v3 .qv-products__grid--editorial {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1vw, 1rem);
}

.qv-home--final .qv-products--v3 .qv-product-card,
.qv-home--final .qv-products--v3 .qv-product-card--feature {
  grid-column: span 1;
  min-height: 0;
  aspect-ratio: 9 / 10;
  border: 1px solid var(--qv-color-steel-300);
  background: #fff;
  box-shadow: 0 0.25rem 1rem rgb(16 24 32 / 4%);
  transition: border-color 360ms ease, box-shadow 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-home--final .qv-products--v3 .qv-product-card > img {
  position: absolute;
  inset: clamp(0.85rem, 1.3vw, 1.25rem) clamp(0.75rem, 1.1vw, 1rem) auto;
  width: calc(100% - (2 * clamp(0.75rem, 1.1vw, 1rem)));
  height: 46%;
  object-fit: contain;
  object-position: center;
  filter: none;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
}

.qv-home--final .qv-products--v3 .qv-product-card:hover,
.qv-home--final .qv-products--v3 .qv-product-card:focus-visible {
  border-color: rgb(16 24 32 / 24%);
  box-shadow: 0 1.2rem 2.6rem rgb(16 24 32 / 12%);
}

.qv-home--final .qv-products--v3 .qv-product-card:hover > img,
.qv-home--final .qv-products--v3 .qv-product-card:focus-visible > img {
  transform: translateY(-0.2rem) scale(1.035);
  filter: drop-shadow(0 0.9rem 0.8rem rgb(16 24 32 / 12%));
}

.qv-home--final .qv-products--v3 .qv-product-card__shade {
  background: none !important;
}

.qv-home--final .qv-products--v3 .qv-product-card__content {
  position: absolute;
  inset: auto 0 0;
  gap: 0.6rem;
  padding: clamp(1.2rem, 1.8vw, 1.8rem);
}

.qv-home--final .qv-products--v3 .qv-product-card__content small {
  color: #5b6266;
  font-size: clamp(0.76rem, 0.78vw, 0.86rem);
}

.qv-home--final .qv-products--v3 .qv-product-card__content strong,
.qv-home--final .qv-products--v3 .qv-product-card:not(.qv-product-card--feature) .qv-product-card__content strong {
  max-width: 15ch;
  color: var(--qv-color-night);
  font-size: clamp(1.5rem, 1.9vw, 2.3rem);
  line-height: 1;
}

.qv-home--final .qv-products--v3 .qv-product-card__content > span {
  padding-top: 0.7rem;
  color: var(--qv-color-brand);
}

/* Business paths: luminous white soft-light instead of a red overlay. */
.qv-home--final .qv-journeys--v3 .qv-journey {
  transition: box-shadow 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-home--final .qv-journeys--v3 .qv-journey::before {
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 18% 8%, rgb(255 255 255 / 100%) 0 12%, transparent 46%),
    linear-gradient(135deg, rgb(255 255 255 / 98%) 0%, rgb(235 240 242 / 94%) 54%, rgb(255 255 255 / 100%) 100%);
  opacity: 0;
  transform: translate3d(0, 14%, 0);
  transition: opacity 360ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-home--final .qv-journeys--v3 .qv-journey:hover,
.qv-home--final .qv-journeys--v3 .qv-journey:focus-within {
  box-shadow: 0 1.25rem 3rem rgb(16 24 32 / 11%);
}

.qv-home--final .qv-journeys--v3 .qv-journey:hover::before,
.qv-home--final .qv-journeys--v3 .qv-journey:focus-within::before,
.qv-home--final .qv-journeys--v3 .qv-journey:active::before {
  height: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 64rem) {
  .qv-home--final .qv-products--v3 .qv-products__grid--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qv-home--final .qv-products--v3 .qv-product-card,
  .qv-home--final .qv-products--v3 .qv-product-card--feature {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 40rem) {
  .qv-home--final .qv-products--v3 .qv-products__grid--editorial {
    grid-template-columns: 1fr;
  }

  .qv-home--final .qv-products--v3 .qv-product-card,
  .qv-home--final .qv-products--v3 .qv-product-card--feature {
    aspect-ratio: 1 / 1;
  }
}

/* Header: transparent on the hero, white compact state and an accessible mega menu. */
.qv-header {
  contain: none !important;
}

body.qv-site .qv-header.qv-header--compact,
body.qv-site .qv-header.qv-header--mega-open {
  border-bottom-color: rgb(16 24 32 / 12%) !important;
  background: rgb(255 255 255 / 97%) !important;
  color: var(--qv-color-ink) !important;
  box-shadow: 0 0.75rem 2rem rgb(16 24 32 / 9%) !important;
  backdrop-filter: blur(1rem);
}

body.qv-site .qv-header.qv-header--compact .qv-brand__light,
body.qv-site .qv-header.qv-header--mega-open .qv-brand__light {
  display: none !important;
}

body.qv-site .qv-header.qv-header--compact .qv-brand__dark,
body.qv-site .qv-header.qv-header--mega-open .qv-brand__dark {
  display: block !important;
}

body.qv-site .qv-header .qv-brand img {
  filter: none !important;
}

body.qv-site .qv-header.qv-header--compact :where(a,a:visited,button,summary),
body.qv-site .qv-header.qv-header--mega-open :where(a,a:visited,button,summary),
body.qv-site .qv-header.qv-header--compact .qv-nav-toggle__label,
body.qv-site .qv-header.qv-header--mega-open .qv-nav-toggle__label {
  color: var(--qv-color-ink) !important;
}

body.home.qv-site .qv-header.qv-header--compact .qv-navigation--desktop .qv-navigation__list > li > a,
body.home.qv-site .qv-header.qv-header--compact .qv-navigation--desktop .qv-navigation__list > li > button,
body.home.qv-site .qv-header.qv-header--mega-open .qv-navigation--desktop .qv-navigation__list > li > a,
body.home.qv-site .qv-header.qv-header--mega-open .qv-navigation--desktop .qv-navigation__list > li > button,
body.home.qv-site .qv-header.qv-header--compact .qv-search-toggle,
body.home.qv-site .qv-header.qv-header--mega-open .qv-search-toggle,
body.home.qv-site .qv-header.qv-header--compact .qv-language summary,
body.home.qv-site .qv-header.qv-header--mega-open .qv-language summary {
  color: var(--qv-color-ink) !important;
}

body.qv-site:not(.home) .qv-header .qv-navigation--desktop .qv-navigation__list > li > a,
body.qv-site:not(.home) .qv-header .qv-navigation--desktop .qv-navigation__list > li > button,
body.qv-site:not(.home) .qv-header .qv-search-toggle,
body.qv-site:not(.home) .qv-header .qv-language summary {
  color: var(--qv-color-ink) !important;
}

body.qv-site:not(.home) .qv-header .qv-navigation--desktop .qv-navigation__list > li > a:hover,
body.qv-site:not(.home) .qv-header .qv-navigation--desktop .qv-navigation__list > li > a:focus-visible,
body.qv-site:not(.home) .qv-header .qv-navigation--desktop .qv-navigation__list > li > button:hover,
body.qv-site:not(.home) .qv-header .qv-navigation--desktop .qv-navigation__list > li > button:focus-visible {
  color: var(--qv-color-brand) !important;
}

body.qv-site .qv-header.qv-header--compact .qv-navigation--desktop .qv-navigation__list > li > :where(a,button):hover,
body.qv-site .qv-header.qv-header--compact .qv-navigation--desktop .qv-navigation__list > li > :where(a,button):focus-visible,
body.qv-site .qv-header.qv-header--mega-open .qv-navigation--desktop .qv-navigation__list > li > :where(a,button):hover,
body.qv-site .qv-header.qv-header--mega-open .qv-navigation--desktop .qv-navigation__list > li > :where(a,button):focus-visible {
  color: var(--qv-color-brand) !important;
}

body.qv-site .qv-header.qv-header--compact .qv-navigation--desktop .qv-navigation__list a::after,
body.qv-site .qv-header.qv-header--mega-open .qv-navigation--desktop .qv-navigation__list a::after,
body.qv-site .qv-header.qv-header--compact .qv-nav-toggle > span:not(.qv-nav-toggle__label),
body.qv-site .qv-header.qv-header--mega-open .qv-nav-toggle > span:not(.qv-nav-toggle__label) {
  background-color: var(--qv-color-brand) !important;
}

body.qv-site .qv-header.qv-header--compact .qv-button--header,
body.qv-site .qv-header.qv-header--compact .qv-button--header:visited,
body.qv-site .qv-header.qv-header--mega-open .qv-button--header,
body.qv-site .qv-header.qv-header--mega-open .qv-button--header:visited {
  border-color: var(--qv-color-brand) !important;
  background: var(--qv-color-brand) !important;
  color: #fff !important;
}

.qv-navigation--desktop .qv-navigation__list > li > button {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.65rem 0;
  border: 0;
  background: transparent !important;
  color: inherit;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.qv-navigation__mega-item > button span {
  font-size: 0.85rem;
  transition: transform var(--qv-transition-fast);
}

.qv-navigation__mega-item[data-open] > button span {
  transform: rotate(180deg);
}

/* Keep the desktop trigger and its fixed mega panel in one continuous hover area. */
@media (min-width: 76.01rem) {
  .qv-navigation--desktop {
    align-self: stretch;
  }

  .qv-navigation--desktop .qv-navigation__list {
    height: 100%;
  }

  .qv-navigation--desktop .qv-navigation__mega-item {
    align-self: stretch;
    display: flex;
    align-items: center;
  }
}

.qv-mega {
  position: fixed;
  top: 88px;
  right: 0;
  left: 0;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  visibility: hidden;
  background: #fff;
  color: var(--qv-color-ink);
  box-shadow: 0 2rem 4rem rgb(16 24 32 / 14%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.75rem);
  transition: opacity var(--qv-transition-fast), transform var(--qv-transition-base), visibility var(--qv-transition-fast);
}

.qv-header--compact .qv-mega {
  top: 72px;
}

.admin-bar .qv-mega {
  margin-top: 0;
}

.qv-navigation__mega-item[data-open] .qv-mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.qv-mega__inner {
  display: grid;
  grid-template-columns: minmax(19rem, 1.3fr) repeat(3, minmax(10rem, 0.65fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  width: min(calc(100% - 2 * var(--qv-final-gutter)), 88rem);
  margin: 0 auto;
}

.qv-mega__intro {
  padding-right: clamp(1rem, 3vw, 3.5rem);
  border-right: 1px solid var(--qv-color-steel-300);
}

.qv-mega__intro h2 {
  max-width: 12ch;
  margin: 0 0 2rem;
  color: var(--qv-color-ink);
  font-size: clamp(2rem, 3vw, 3.5rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.qv-mega__action,
.qv-mega__action:visited {
  color: var(--qv-color-brand-dark) !important;
  font-size: 0.72rem !important;
  font-weight: 900;
  letter-spacing: 0.07em !important;
  text-decoration: none;
  text-transform: uppercase !important;
}

.qv-mega__column > span {
  display: block;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--qv-color-steel-300);
  color: var(--qv-color-steel-700);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qv-mega__column ul {
  display: grid;
  gap: 0;
  padding: 0.6rem 0 0;
  margin: 0;
  list-style: none;
}

body.qv-site .qv-navigation--desktop .qv-mega__column a,
body.qv-site .qv-navigation--desktop .qv-mega__column a:visited,
.home.qv-site .qv-navigation--desktop .qv-mega__column a,
.home.qv-site .qv-navigation--desktop .qv-mega__column a:visited {
  display: block;
  padding: 0.5rem 0;
  color: var(--qv-color-ink) !important;
  font-size: 0.82rem;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

body.qv-site .qv-navigation--desktop .qv-mega__column a:hover,
body.qv-site .qv-navigation--desktop .qv-mega__column a:focus-visible {
  color: var(--qv-color-brand) !important;
}

body.qv-site .qv-header--mega-open .qv-navigation--desktop .qv-mega__column a,
body.qv-site .qv-header--mega-open .qv-navigation--desktop .qv-mega__column a:visited {
  color: var(--qv-color-ink) !important;
}

body.qv-site .qv-header--mega-open .qv-navigation--desktop .qv-mega__column a:hover,
body.qv-site .qv-header--mega-open .qv-navigation--desktop .qv-mega__column a:focus-visible {
  color: var(--qv-color-brand) !important;
}

/* Full-screen navigation and search use graphite, with red reserved for controls. */
.qv-navigation--mobile,
.qv-search-panel {
  background: var(--qv-color-night) !important;
}

.qv-navigation__mobile-body {
  display: grid;
  align-content: center;
  padding: 1rem 0 3rem;
}

body.qv-site .qv-navigation--mobile .qv-navigation__mobile-main,
body.qv-site .qv-navigation--mobile .qv-navigation__mobile-main:visited {
  display: block;
  padding: 0.32em 0;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  color: #fff !important;
  font-size: clamp(2rem, 6.8vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  text-decoration: none;
}

.qv-mobile-accordion {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.qv-mobile-accordion summary {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.32em 0;
  color: #fff;
  font-size: clamp(2rem, 6.8vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  list-style: none;
  cursor: pointer;
}

.qv-mobile-accordion summary::-webkit-details-marker {
  display: none;
}

.qv-mobile-accordion summary span {
  color: var(--qv-color-brand);
  font-size: 0.65em;
  font-weight: 400;
  transition: transform var(--qv-transition-fast);
}

.qv-mobile-accordion[open] summary span {
  transform: rotate(45deg);
}

.qv-mobile-accordion__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.25rem;
  padding: 0.75rem 0 1.5rem;
}

body.qv-site .qv-navigation--mobile .qv-mobile-accordion__links a,
body.qv-site .qv-navigation--mobile .qv-mobile-accordion__links a:visited {
  padding: 0.55rem 0;
  color: rgb(255 255 255 / 78%) !important;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-decoration: none;
}

body.qv-site .qv-navigation--mobile .qv-navigation__mobile-footer .qv-button--light,
body.qv-site .qv-navigation--mobile .qv-navigation__mobile-footer .qv-button--light:visited {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--qv-color-night) !important;
}

.qv-search-panel .qv-kicker,
.qv-search-panel__hint {
  color: #fff !important;
}

.qv-search-form button {
  background: var(--qv-color-brand) !important;
}

/* Green belongs only to white surfaces; dark and coloured panels use white. */
:where(.qv-hero,.qv-evolution,.qv-credibility,.qv-lead,.qv-internal-hero,.qv-internal-section--dark,.qv-page-hero--dark,.qv-detail-hero,.qv-detail-section--red,.qv-detail-cta,.qv-global-collection-cta) .qv-kicker,
:where(.qv-hero,.qv-evolution,.qv-credibility,.qv-lead,.qv-internal-hero,.qv-internal-section--dark,.qv-page-hero--dark,.qv-detail-hero,.qv-detail-section--red,.qv-detail-cta,.qv-global-collection-cta) .qv-eyebrow,
:where(.qv-hero,.qv-evolution,.qv-credibility,.qv-lead,.qv-internal-hero,.qv-internal-section--dark,.qv-page-hero--dark,.qv-detail-hero,.qv-detail-section--red,.qv-detail-cta,.qv-global-collection-cta) .qv-page-hero__eyebrow {
  color: #fff !important;
}

/* Footer: inox steel field and dark text, including the conversion area. */
.qv-footer--final,
.qv-footer--red {
  background: linear-gradient(135deg, #eef1f2 0%, #cfd4d6 52%, #f3f5f5 100%) !important;
  color: var(--qv-color-ink) !important;
}

.qv-footer--final .qv-footer__cta,
.qv-footer--red .qv-footer__cta,
.qv-footer--final .qv-footer__grid,
.qv-footer--red .qv-footer__grid,
.qv-footer--final .qv-footer__bottom,
.qv-footer--red .qv-footer__bottom {
  border-color: rgb(16 24 32 / 18%) !important;
  background: transparent !important;
  color: var(--qv-color-ink) !important;
}

.qv-footer--final :where(h2,h3,p,.qv-kicker,a,a:visited,address,small,span),
.qv-footer--red :where(h2,h3,p,.qv-kicker,a,a:visited,address,small,span) {
  color: var(--qv-color-ink) !important;
}

body.qv-site .qv-footer--final .qv-footer__cta :where(h2,p,.qv-kicker,.qv-text-action,.qv-text-action:visited),
body.qv-site .qv-footer--red .qv-footer__cta :where(h2,p,.qv-kicker,.qv-text-action,.qv-text-action:visited) {
  color: var(--qv-color-ink) !important;
}

.qv-footer--final .qv-footer__brand img,
.qv-footer--red .qv-footer__brand img,
.qv-footer--final .qv-footer__credit img {
  filter: brightness(0) !important;
}

.qv-footer--final .qv-footer__brand .qv-footer__official-logo,
.qv-footer--red .qv-footer__brand .qv-footer__official-logo {
  width: min(11rem, 100%);
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) !important;
}

.qv-footer--final .qv-motion-visual--footer,
.qv-footer--red .qv-motion-visual--footer {
  overflow: visible;
  border: 0;
  background: transparent !important;
  clip-path: none;
}

.qv-footer--final .qv-motion-visual--footer img,
.qv-footer--red .qv-motion-visual--footer img {
  object-fit: contain;
  object-position: center;
  filter: none;
}

.qv-footer--final .qv-motion-visual--footer:hover img,
.qv-footer--red .qv-motion-visual--footer:hover img {
  transform: scale(1.025);
  filter: none;
}

.qv-footer--final .qv-motion-visual--footer::after,
.qv-footer--red .qv-motion-visual--footer::after {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .qv-home--final .qv-products--v3 .qv-product-card,
  .qv-home--final .qv-products--v3 .qv-product-card > img,
  .qv-home--final .qv-journeys--v3 .qv-journey,
  .qv-home--final .qv-journeys--v3 .qv-journey::before,
  .qv-footer--final .qv-motion-visual--footer img,
  .qv-footer--red .qv-motion-visual--footer img {
    transition: none !important;
  }
}

/* Focused six-chapter home. */
.qv-home--focused .qv-home-chapter {
  padding-block: 8rem;
}

.qv-home--focused .qv-home-chapter__heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(24rem, 1.3fr);
  gap: 1.5rem 4rem;
  align-items: start;
  margin-bottom: 4rem;
}

.qv-home--focused .qv-home-chapter__heading .qv-kicker {
  grid-row: 1 / span 2;
}

.qv-home--focused .qv-home-chapter__heading h2 {
  max-width: 13ch;
  margin: 0;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0;
}

.qv-home--focused .qv-home-chapter__heading > p:not(.qv-kicker) {
  grid-column: 2;
  max-width: 44rem;
  margin: 0;
  color: #566169;
  font-size: 1.2rem;
  line-height: 1.65;
}

.qv-home-products,
.qv-home-services {
  background: #fff;
}

.qv-home-products__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid #ccd4d7;
}

.qv-home-route-card {
  position: relative;
  display: grid;
  min-height: 19rem;
  padding: 2rem;
  border-right: 1px solid #ccd4d7;
  color: #101820;
  background: #fff;
  transition: color 260ms ease, background-color 260ms ease;
}

.qv-home-route-card:last-child {
  border-right: 0;
}

.qv-home-route-card > span,
.qv-home-family-link > span,
.qv-home-service-card > span {
  color: #d9001b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.qv-home-route-card strong {
  align-self: end;
  max-width: 12ch;
  font-size: 1.65rem;
  line-height: 1.08;
}

.qv-home-route-card i {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-style: normal;
}

.qv-home-route-card:hover,
.qv-home-route-card:focus-visible {
  color: #fff;
  background: #101820;
}

.qv-home-families {
  background: #edf2f4;
}

.qv-home-families__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #bdc8cc;
}

.qv-home-family-link {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 8rem;
  padding: 1.5rem;
  border-right: 1px solid #bdc8cc;
  border-bottom: 1px solid #bdc8cc;
  color: #101820;
  background: transparent;
  transition: background-color 240ms ease, transform 240ms ease;
}

.qv-home-family-link:nth-child(3n) {
  border-right: 0;
}

.qv-home-family-link strong {
  font-size: 1.35rem;
  line-height: 1.2;
}

.qv-home-family-link i {
  font-style: normal;
}

.qv-home-family-link:hover,
.qv-home-family-link:focus-visible {
  background: #fff;
  transform: translateY(-0.2rem);
}

.qv-home-technology {
  color: #fff;
  background: #101a22;
}

.qv-home-technology__layout {
  display: grid;
  grid-template-columns: minmax(20rem, 5fr) minmax(0, 7fr);
  gap: 5rem;
  align-items: center;
}

.qv-home-technology .qv-kicker {
  color: #ff6677;
}

.qv-home-technology__copy h2 {
  max-width: 12ch;
  margin: 0.75rem 0 1.5rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.qv-home-technology__copy > p:not(.qv-kicker) {
  max-width: 42rem;
  color: #c7d0d5;
  font-size: 1.15rem;
  line-height: 1.65;
}

.qv-home-technology__proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-block: 2.5rem;
  background: #46525a;
}

.qv-home-technology__proofs span {
  min-width: 0;
  padding: 1.25rem;
  color: #aebbc2;
  background: #101a22;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.qv-home-technology__proofs strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 1.45rem;
}

.qv-home-technology__visual {
  position: relative;
  min-height: 36rem;
  margin: 0;
  overflow: hidden;
}

.qv-home-technology__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-home-technology__visual:hover img {
  transform: scale(1.025);
}

.qv-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.qv-home-service-card {
  display: flex;
  min-height: 24rem;
  padding: 2.5rem;
  border-top: 3px solid #d9001b;
  border-radius: 4px;
  flex-direction: column;
  background: #f1f4f5;
}

.qv-home-service-card h3 {
  margin: 3rem 0 1rem;
  font-size: 2rem;
  line-height: 1.08;
}

.qv-home-service-card h3 a {
  color: #101820;
}

.qv-home-service-card p {
  color: #566169;
  line-height: 1.65;
}

.qv-home-service-card .qv-text-action {
  margin-top: auto;
  padding-top: 2rem;
}

.qv-home-service-card .qv-text-action i {
  font-style: normal;
}

.qv-home--focused .qv-legacy-lead {
  background: #eaf0f2;
}

@media (max-width: 75rem) {
  .qv-home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qv-home-route-card,
  .qv-home-route-card:last-child {
    border-right: 1px solid #ccd4d7;
    border-bottom: 1px solid #ccd4d7;
  }

  .qv-home-route-card:nth-child(2n) {
    border-right: 0;
  }

  .qv-home-route-card:last-child {
    grid-column: 1 / -1;
  }

  .qv-home-technology__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .qv-home-technology__visual {
    min-height: 28rem;
  }
}

@media (max-width: 64rem) {
  .qv-home--focused .qv-home-chapter {
    padding-block: 6rem;
  }

  .qv-home--focused .qv-home-chapter__heading {
    grid-template-columns: 1fr;
  }

  .qv-home--focused .qv-home-chapter__heading .qv-kicker,
  .qv-home--focused .qv-home-chapter__heading > p:not(.qv-kicker) {
    grid-column: 1;
    grid-row: auto;
  }

  .qv-home-families__grid,
  .qv-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qv-home-family-link:nth-child(3n) {
    border-right: 1px solid #bdc8cc;
  }

  .qv-home-family-link:nth-child(2n) {
    border-right: 0;
  }

  .qv-home-service-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 48rem) {
  .qv-home--focused .qv-home-chapter {
    padding-block: 4.5rem;
  }

  .qv-home--focused .qv-home-chapter__heading {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .qv-home--focused .qv-home-chapter__heading h2,
  .qv-home-technology__copy h2 {
    font-size: 2.7rem;
  }

  .qv-home-products__grid,
  .qv-home-families__grid,
  .qv-home-services__grid {
    grid-template-columns: 1fr;
  }

  .qv-home-route-card,
  .qv-home-route-card:last-child,
  .qv-home-route-card:nth-child(2n),
  .qv-home-family-link,
  .qv-home-family-link:nth-child(2n),
  .qv-home-family-link:nth-child(3n) {
    grid-column: auto;
    border-right: 0;
  }

  .qv-home-route-card {
    min-height: 12rem;
  }

  .qv-home-family-link {
    min-height: 6.5rem;
  }

  .qv-home-technology__proofs {
    grid-template-columns: 1fr;
  }

  .qv-home-technology__visual {
    min-height: 18rem;
  }

  .qv-home-service-card,
  .qv-home-service-card:last-child {
    grid-column: auto;
    min-height: 20rem;
    padding: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qv-home-route-card,
  .qv-home-family-link,
  .qv-home-technology__visual img {
    transition: none !important;
    transform: none !important;
  }
}

/* Rebuild 2.5: historical homepage content in an automotive-grade editorial system. */
.qv-home--legacy-premium {
  overflow: clip;
  color: var(--qv-color-ink);
  background: #f7f8f8;
}

.qv-legacy-shell {
  width: min(100% - clamp(2rem, 7vw, 9rem), 100rem);
  margin-inline: auto;
}

.qv-legacy-hero {
  position: relative;
  display: grid;
  min-height: min(54rem, calc(100svh - var(--qv-header-height, 5rem)));
  overflow: hidden;
  color: #fff;
  background: #101820;
  isolation: isolate;
}

.qv-legacy-hero__media,
.qv-legacy-hero__overlay {
  position: absolute;
  inset: 0;
}

.qv-legacy-hero__media :is(video, img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.qv-legacy-hero__overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgb(8 14 19 / 88%) 0%, rgb(8 14 19 / 58%) 44%, rgb(8 14 19 / 10%) 76%), linear-gradient(0deg, rgb(8 14 19 / 54%), transparent 42%);
}

.qv-legacy-hero__content {
  position: relative;
  z-index: 2;
  align-self: end;
  padding-block: clamp(8rem, 18vh, 13rem) clamp(5rem, 10vh, 8rem);
}

.qv-legacy-hero__content .qv-kicker,
.qv-legacy-hero__content h1,
.qv-legacy-hero__content > p {
  color: #fff;
}

.qv-legacy-hero__content h1 {
  max-width: 12ch;
  margin: 0.8rem 0 1.5rem;
  font-size: clamp(3.3rem, 7vw, 7rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qv-legacy-hero__content > p {
  max-width: 44rem;
  margin: 0 0 2rem;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.55;
}

.qv-legacy-hero__video-control {
  position: absolute;
  z-index: 3;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: clamp(1.25rem, 4vw, 3rem);
  display: grid;
  width: 3.25rem;
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: 50%;
  color: #fff;
  background: rgb(8 14 19 / 54%);
  place-items: center;
}

.qv-legacy-section {
  padding-block: clamp(5rem, 9vw, 9rem);
}

.qv-legacy-about,
.qv-legacy-news {
  background: #fff;
}

.qv-legacy-reliability,
.qv-legacy-assistance,
.qv-legacy-lead {
  background: #edf1f2;
}

.qv-legacy-research {
  background: #f8f9f9;
}

.qv-legacy-split,
.qv-legacy-lead__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.qv-legacy-split--reverse {
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}

.qv-legacy-copy h2,
.qv-legacy-heading h2 {
  max-width: 14ch;
  margin: 0.8rem 0 1.5rem;
  font-size: clamp(2.6rem, 5vw, 5.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.qv-legacy-copy > p:not(.qv-kicker),
.qv-legacy-heading > p:not(.qv-kicker) {
  max-width: 47rem;
  color: #505b61;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.7;
}

.qv-legacy-visual,
.qv-legacy-wide-visual {
  position: relative;
  min-height: clamp(28rem, 46vw, 44rem);
  margin: 0;
  overflow: hidden;
  background: #dce2e4;
  clip-path: inset(0 0 0 0);
}

.qv-legacy-visual--portrait {
  min-height: clamp(34rem, 52vw, 49rem);
}

.qv-legacy-wide-visual {
  min-height: clamp(28rem, 44vw, 42rem);
  margin-top: clamp(3.5rem, 7vw, 7rem);
}

.qv-legacy-visual img,
.qv-legacy-wide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-legacy-visual:hover img,
.qv-legacy-wide-visual:hover img {
  transform: scale(1.025);
}

.qv-legacy-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(20rem, 1.35fr);
  gap: 3rem;
  align-items: start;
}

.qv-legacy-heading .qv-kicker {
  grid-row: 1 / span 2;
}

.qv-legacy-heading h2,
.qv-legacy-heading > p:not(.qv-kicker) {
  grid-column: 2;
}

.qv-legacy-pillars,
.qv-legacy-assistance__services,
.qv-legacy-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(3rem, 6vw, 6rem);
  background: #cfd6d8;
}

.qv-legacy-pillars article,
.qv-legacy-assistance__services article {
  min-height: 21rem;
  padding: clamp(2rem, 4vw, 3.75rem);
  background: #fff;
  transition: background-color 300ms ease, transform 300ms ease;
}

.qv-legacy-pillars article:hover,
.qv-legacy-assistance__services article:hover {
  background: #f9dfe2;
  transform: translateY(-0.35rem);
}

.qv-legacy-pillars article > span,
.qv-legacy-assistance__services article > span {
  color: #d9001b;
  font-weight: 800;
}

.qv-legacy-pillars h3,
.qv-legacy-assistance__services h3,
.qv-legacy-news-card h3 {
  margin: 2.5rem 0 1rem;
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.qv-legacy-pillars p,
.qv-legacy-assistance__services p,
.qv-legacy-news-card p {
  color: #58636a;
  line-height: 1.65;
}

.qv-legacy-assistance__services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qv-legacy-assistance__services a {
  display: inline-flex;
  margin-top: 1.5rem;
  color: #08617b;
  font-weight: 800;
}

.qv-legacy-heading--row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.qv-legacy-heading--row > div {
  grid-column: 1;
}

.qv-legacy-heading--row h2 {
  grid-column: auto;
}

.qv-legacy-news__grid {
  background: transparent;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.qv-legacy-news-card {
  overflow: hidden;
  border-top: 3px solid #d9001b;
  background: #f3f5f5;
}

.qv-legacy-news-card > a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.qv-legacy-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-legacy-news-card:hover img {
  transform: scale(1.04);
}

.qv-legacy-news-card > div {
  padding: 2rem;
}

.qv-legacy-news-card time {
  color: #68737a;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.qv-legacy-news-card h3 {
  margin-block: 1rem;
}

.qv-legacy-news-card h3 a {
  color: #101820;
}

.qv-legacy-lead__layout {
  align-items: start;
}

.qv-legacy-lead .qv-lead__form-wrap {
  padding: clamp(1.5rem, 3vw, 3rem);
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgb(16 24 32 / 10%);
}

@media (max-width: 64rem) {
  .qv-legacy-split,
  .qv-legacy-split--reverse,
  .qv-legacy-lead__layout,
  .qv-legacy-heading {
    grid-template-columns: 1fr;
  }

  .qv-legacy-heading .qv-kicker,
  .qv-legacy-heading h2,
  .qv-legacy-heading > p:not(.qv-kicker) {
    grid-column: 1;
    grid-row: auto;
  }

  .qv-legacy-pillars,
  .qv-legacy-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  .qv-legacy-shell {
    width: min(100% - 2rem, 100rem);
  }

  .qv-legacy-hero {
    min-height: 46rem;
  }

  .qv-legacy-hero__content {
    padding-block: 8rem 5.5rem;
  }

  .qv-legacy-hero__content h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .qv-legacy-hero__overlay {
    background: linear-gradient(0deg, rgb(8 14 19 / 92%) 0%, rgb(8 14 19 / 58%) 67%, rgb(8 14 19 / 18%) 100%);
  }

  .qv-legacy-section {
    padding-block: 4.5rem;
  }

  .qv-legacy-pillars,
  .qv-legacy-assistance__services,
  .qv-legacy-news__grid {
    grid-template-columns: 1fr;
  }

  .qv-legacy-pillars article,
  .qv-legacy-assistance__services article {
    min-height: auto;
  }

  .qv-legacy-visual,
  .qv-legacy-visual--portrait,
  .qv-legacy-wide-visual {
    min-height: clamp(20rem, 92vw, 30rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .qv-legacy-visual img,
  .qv-legacy-wide-visual img,
  .qv-legacy-news-card img,
  .qv-legacy-pillars article,
  .qv-legacy-assistance__services article {
    transition: none !important;
    transform: none !important;
  }
}

.qv-footer--final .qv-footer__cta .qv-button,
.qv-footer--red .qv-footer__cta .qv-button {
  border-color: var(--qv-color-brand) !important;
  background: var(--qv-color-brand) !important;
  color: #fff !important;
}

.qv-footer--final .qv-footer__socials a,
.qv-footer--red .qv-footer__socials a {
  border-color: rgb(16 24 32 / 28%) !important;
  color: var(--qv-color-ink) !important;
}

/* Final credit bar: black field with a restrained stainless-steel treatment. */
.qv-footer--final .qv-footer__bottom,
.qv-footer--red .qv-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid rgb(196 201 203 / 24%) !important;
  background: #080a0b !important;
  color: #c4c9cb !important;
}

.qv-footer__bottom-left,
.qv-footer__legal-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.qv-footer__bottom-right {
  justify-self: end;
}

.qv-footer--final .qv-footer__credit,
.qv-footer--red .qv-footer__credit {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

@media (max-width: 48rem) {
  .qv-footer--final .qv-footer__bottom,
  .qv-footer--red .qv-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .qv-footer--final .qv-footer__credit,
  .qv-footer--red .qv-footer__credit,
  .qv-footer__bottom-right {
    grid-column: 1;
    justify-self: center;
  }

  .qv-footer__bottom-left,
  .qv-footer__legal-links {
    justify-content: center;
  }
}

.qv-footer--final .qv-footer__bottom :where(span,a,a:visited),
.qv-footer--red .qv-footer__bottom :where(span,a,a:visited) {
  color: #c4c9cb !important;
}

.qv-footer--final .qv-footer__credit:hover,
.qv-footer--final .qv-footer__credit:focus-visible,
.qv-footer--red .qv-footer__credit:hover,
.qv-footer--red .qv-footer__credit:focus-visible {
  color: #eef1f2 !important;
}

.qv-footer--final .qv-footer__credit img,
.qv-footer--red .qv-footer__credit img {
  filter: brightness(0) invert(79%) !important;
}

/* The twelve verified machine families remain visible as first-class navigation. */
.qv-family-index {
  border-block: 1px solid var(--qv-color-steel-300);
  background: var(--qv-color-steel-100);
}

.qv-family-index__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--qv-color-steel-300);
}

.qv-family-index__card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  color: var(--qv-color-ink);
  text-decoration: none;
}

.qv-family-index__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e5eaec;
}

.qv-family-index__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter var(--qv-transition-base);
}

.qv-family-index__copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 7.5rem;
  padding: 1.4rem;
}

.qv-family-index__copy small {
  color: var(--qv-color-brand-dark);
  font-size: 0.68rem;
  font-weight: 900;
}

.qv-family-index__copy strong {
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.qv-family-index__copy b {
  color: var(--qv-color-brand);
}

.qv-family-index__card:hover,
.qv-family-index__card:focus-visible {
  color: var(--qv-color-ink);
}

.qv-family-index__card:hover img,
.qv-family-index__card:focus-visible img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.045);
}

/* Product-first applications landing. */
.qv-application-index {
  padding: clamp(4rem, 8vw, 8rem) var(--qv-final-gutter);
  background: #fff;
}

.qv-application-index__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2.5rem, 5vw, 5rem);
  background: var(--qv-color-steel-300);
}

.qv-application-card {
  position: relative;
  display: block;
  min-height: clamp(25rem, 42vw, 42rem);
  overflow: hidden;
  background: var(--qv-color-night);
  color: #fff;
  text-decoration: none;
}

.qv-application-card__media,
.qv-application-card__shade {
  position: absolute;
  inset: 0;
}

.qv-application-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.06);
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1), filter var(--qv-transition-base);
}

.qv-application-card__shade {
  background: linear-gradient(180deg, rgb(16 24 32 / 4%) 30%, rgb(16 24 32 / 88%) 100%);
}

.qv-application-card__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: #fff;
}

.qv-application-card__copy small {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
}

.qv-application-card__copy strong {
  font-size: clamp(1.4rem, 2.1vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.qv-application-card__copy b {
  color: var(--qv-color-brand);
}

.qv-application-card:hover,
.qv-application-card:focus-visible {
  color: #fff;
}

.qv-application-card:hover img,
.qv-application-card:focus-visible img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.05);
}

/* Native legacy collections supplied by the core plugin. */
.qv-page-hero--global-collection {
  position: relative;
  min-height: min(68vh, 48rem) !important;
  overflow: hidden;
  border-bottom: 1px solid var(--qv-color-steel-300);
  background:
    linear-gradient(90deg, transparent 0 68%, rgb(255 255 255 / 72%) 68%),
    linear-gradient(135deg, #f8fafb 0%, #d9e0e3 100%) !important;
  color: var(--qv-color-ink) !important;
}

.qv-page-hero--global-collection::after {
  position: absolute;
  top: 0;
  right: var(--qv-final-gutter);
  width: clamp(3rem, 7vw, 7rem);
  height: 0.35rem;
  background: var(--qv-color-brand);
  content: "";
}

.qv-page-hero--global-collection > div {
  position: relative;
  z-index: 1;
}

.qv-global-text-action,
.qv-global-text-action:visited {
  color: var(--qv-color-ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.qv-empty-state--global {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.qv-empty-state--global h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.qv-empty-state--global p {
  max-width: 42rem;
  margin: 0;
  color: var(--qv-color-steel-700);
}

.qv-global-collection-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem 5rem;
  align-items: end;
  padding: clamp(4rem, 8vw, 8rem) var(--qv-final-gutter);
  background: var(--qv-color-night);
  color: #fff;
}

.qv-global-collection-cta .qv-kicker {
  grid-column: 1 / -1;
  margin: 0;
  color: #fff;
}

.qv-global-collection-cta h2 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 6rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

@media (min-width: 76.01rem) and (max-width: 82rem) {
  .qv-navigation--desktop {
    display: block !important;
  }

  .qv-nav-toggle {
    display: none !important;
  }

  .qv-button--header {
    display: inline-flex !important;
  }

  .qv-header__inner {
    grid-template-columns: minmax(7rem, 8.5rem) minmax(0, 1fr) auto !important;
  }

  .qv-navigation--desktop .qv-navigation__list {
    gap: 0.65rem !important;
  }

  .qv-search-toggle span {
    font-size: 0 !important;
  }
}

@media (max-width: 76rem) {
  .qv-navigation--desktop,
  .qv-button--header {
    display: none !important;
  }

  .qv-nav-toggle {
    display: grid !important;
  }

  .qv-navigation-open .qv-header {
    background: var(--qv-color-night) !important;
    color: #fff !important;
  }

  .qv-navigation-open .qv-header .qv-brand__light {
    display: block !important;
  }

  .qv-navigation-open .qv-header .qv-brand__dark {
    display: none !important;
  }

  .qv-navigation-open .qv-header :where(button,summary,.qv-nav-toggle__label) {
    color: #fff !important;
  }
}

@media (max-width: 64rem) {
  .qv-family-index__grid,
  .qv-application-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qv-global-collection-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 48rem) {
  .admin-bar .qv-mega {
    margin-top: 0;
  }

  .qv-navigation__mobile-body {
    align-content: start;
  }

  .qv-mobile-accordion__links {
    grid-template-columns: 1fr;
  }

  .qv-family-index__grid,
  .qv-application-index__grid {
    grid-template-columns: 1fr;
  }

  .qv-application-card {
    min-height: 28rem;
  }
}

/* 2.4.1 targeted visual fixes: sticky navigation, shared conversion media and machine imagery. */
html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-navigation--desktop .qv-navigation__list > li > :is(a, a:visited, button),
html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-search-toggle,
html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-language summary {
  color: var(--qv-color-ink) !important;
}

html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-navigation--desktop .qv-navigation__list > li > :is(a, button):hover,
html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-navigation--desktop .qv-navigation__list > li > :is(a, button):focus-visible,
html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-navigation--desktop .qv-navigation__list > li.current-menu-item > :is(a, button) {
  color: var(--qv-color-brand) !important;
}

html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-mega :is(a, a:visited) {
  color: var(--qv-color-ink) !important;
}

html body.qv-site .qv-header.qv-header--mega-open .qv-navigation--desktop .qv-mega .qv-mega__column :is(a, a:visited),
html body.qv-site .qv-header.qv-header--compact .qv-navigation--desktop .qv-mega .qv-mega__column :is(a, a:visited),
html body.qv-site .qv-header .qv-navigation--desktop .qv-navigation__list .qv-mega .qv-mega__column :is(a, a:visited) {
  color: var(--qv-color-ink) !important;
}

html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-mega :is(a:hover, a:focus-visible),
html body.qv-site .qv-header:is(.qv-header--compact, .qv-header--mega-open) .qv-mega .current-menu-item > a,
html body.qv-site .qv-header.qv-header--mega-open .qv-navigation--desktop .qv-mega .qv-mega__column :is(a:hover, a:focus-visible),
html body.qv-site .qv-header.qv-header--compact .qv-navigation--desktop .qv-mega .qv-mega__column :is(a:hover, a:focus-visible),
html body.qv-site .qv-header .qv-navigation--desktop .qv-navigation__list .qv-mega .qv-mega__column :is(a:hover, a:focus-visible, a:active) {
  color: var(--qv-color-brand) !important;
}

@media (min-width: 80.01rem) {
  .qv-home--final .qv-journeys--v3 .qv-section-heading--editorial {
    grid-template-columns: minmax(0, 0.78fr) minmax(32rem, 1.22fr);
    align-items: end;
  }

  .qv-home--final .qv-heading-aside--journeys {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
  }

  .qv-home--final .qv-motion-visual--journeys {
    min-height: clamp(20rem, 27vw, 25rem);
  }
}

.qv-footer--final .qv-footer__cta,
.qv-footer--red .qv-footer__cta {
  grid-template-columns: minmax(22rem, 0.78fr) minmax(31rem, 1.22fr);
  align-items: center;
  overflow: hidden;
}

.qv-footer--final .qv-footer__cta-side,
.qv-footer--red .qv-footer__cta-side {
  align-content: center;
}

.qv-footer--final .qv-motion-visual--footer,
.qv-footer--red .qv-motion-visual--footer {
  min-height: clamp(24rem, 34vw, 34rem);
}

.qv-footer--final .qv-motion-visual--footer img,
.qv-footer--red .qv-motion-visual--footer img {
  width: 118%;
  max-width: none;
  margin-left: -9%;
}

/* Service archive: an official engineering visual, without changing other archives. */
body.qv-site .qv-page-hero--services {
  min-height: min(82svh, 54rem);
  background:
    radial-gradient(circle at 72% 46%, rgb(255 255 255 / 88%) 0 14%, transparent 38%),
    linear-gradient(135deg, #f8f9f9 0%, #d4dade 100%) !important;
  color: var(--qv-color-ink) !important;
}

.qv-page-hero--services .qv-page-hero__media-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(31rem, 1.12fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

body.qv-site .qv-page-hero--services :where(h1, .qv-page-hero__intro) {
  color: var(--qv-color-ink) !important;
}

body.qv-site .qv-page-hero--services .qv-page-hero__eyebrow {
  color: var(--qv-color-brand-dark) !important;
}

.qv-page-hero--services .qv-page-hero__media {
  position: relative;
  display: grid;
  min-height: clamp(27rem, 38vw, 38rem);
  margin: 0;
  place-items: center;
}

.qv-page-hero--services .qv-page-hero__media > span {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(255 255 255 / 70%);
  box-shadow: inset 0 0 0 1px rgb(16 24 32 / 7%), 0 2rem 5rem rgb(16 24 32 / 8%);
}

.qv-page-hero--services .qv-page-hero__media img {
  position: relative;
  z-index: 1;
  width: min(48rem, 112%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2rem 1.7rem rgb(16 24 32 / 20%));
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-page-hero--services .qv-page-hero__media:hover img {
  transform: translateY(-0.35rem) scale(1.025);
}

/* All native machine-family routes receive a pertinent, real machine in the hero. */
.qv-page-hero--global-machine .qv-global-collection-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(31rem, 1.16fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.qv-global-collection-hero__copy {
  min-width: 0;
}

.qv-global-collection-hero__media {
  position: relative;
  display: grid;
  min-height: clamp(28rem, 38vw, 38rem);
  margin: 0;
  overflow: hidden;
  background: rgb(255 255 255 / 68%);
  place-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 86% 100%, 0 100%);
}

.qv-global-collection-hero__media > span {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgb(16 24 32 / 8%);
  border-radius: 50%;
}

.qv-global-collection-hero__media img {
  position: relative;
  z-index: 1;
  width: min(46rem, 92%);
  max-height: 34rem;
  object-fit: contain;
  filter: drop-shadow(0 1.8rem 1.4rem rgb(16 24 32 / 18%));
  transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-global-collection-hero__media:hover img {
  transform: scale(1.035);
}

/* Single machines: repeat the actual product only where text previously had no visual support. */
.qv-detail--machine .qv-detail-machine-media,
.qv-detail--machine .qv-detail-machine-showcase {
  position: relative;
  display: grid;
  margin: clamp(3.5rem, 6vw, 6rem) 0 0;
  overflow: hidden;
  background: rgb(255 255 255 / 72%);
  place-items: center;
  isolation: isolate;
}

.qv-detail--machine .qv-detail-machine-media {
  min-height: clamp(27rem, 43vw, 43rem);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 88% 100%, 0 100%);
}

.qv-detail--machine .qv-detail-machine-media > span {
  position: absolute;
  z-index: -1;
  width: min(48rem, 76%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #f9fafa, #cfd5d7);
  box-shadow: inset 0 0 0 1px rgb(16 24 32 / 7%);
}

.qv-detail--machine .qv-detail-machine-media img,
.qv-detail--machine .qv-detail-machine-showcase img {
  position: relative;
  z-index: 1;
  width: min(72rem, 88%);
  max-height: 38rem;
  object-fit: contain;
  filter: drop-shadow(0 2rem 1.5rem rgb(16 24 32 / 18%));
  transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-detail--machine .qv-detail-machine-showcase {
  min-height: clamp(24rem, 36vw, 36rem);
  background: linear-gradient(135deg, #f8f9f9, #d8dddf);
}

.qv-detail--machine .qv-detail-machine-showcase figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
  color: var(--qv-color-steel-700);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qv-detail--machine :is(.qv-detail-machine-media, .qv-detail-machine-showcase):hover img {
  transform: scale(1.028);
}

.qv-detail--machine .qv-detail-cta__media img {
  object-fit: contain;
  object-position: right center;
  filter: grayscale(0.2) contrast(1.02);
}

/* Dynamic catalogue details */
.qv-detail :is(h1, h2, h3, h4),
.qv-page-company :is(h1, h2, h3, h4),
.qv-page-applications :is(h1, h2, h3, h4),
.qv-page-evolution :is(h1, h2, h3, h4) {
  letter-spacing: 0 !important;
}

.qv-detail-breadcrumb {
  width: min(calc(100% - 3rem), 90rem);
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: var(--qv-color-steel-700);
  font-size: 0.78rem;
  font-weight: 700;
}

.qv-detail-breadcrumb a {
  color: var(--qv-color-accent-dark);
  text-decoration: none;
}

.qv-detail-breadcrumb a:hover,
.qv-detail-breadcrumb a:focus-visible {
  color: var(--qv-color-brand);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.qv-detail-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 1.5rem 0 0;
}

.qv-detail-hero__facts > div {
  min-width: min(100%, 12rem);
  padding-left: 0.9rem;
  border-left: 0.18rem solid var(--qv-color-brand);
}

.qv-detail-hero__facts dt {
  margin: 0 0 0.25rem;
  color: rgb(255 255 255 / 68%);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.qv-detail-hero__facts dd {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.qv-detail-grid article :is(ul, dl),
.qv-detail-copy ul {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.qv-detail-grid article li,
.qv-detail-copy li {
  margin: 0.42rem 0;
  color: var(--qv-color-steel-700);
}

.qv-detail-grid article dl {
  padding-left: 0;
}

.qv-detail-grid article dt {
  margin-top: 0.85rem;
  color: var(--qv-color-ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.qv-detail-grid article dd {
  margin: 0.2rem 0 0;
  color: var(--qv-color-steel-700);
}

.qv-content-grid--embedded {
  width: 100%;
  margin-top: 2.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qv-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.qv-detail-gallery figure {
  overflow: hidden;
  min-height: 18rem;
  margin: 0;
  border: 1px solid var(--qv-color-steel-300);
  border-radius: 0.35rem;
  background: var(--qv-color-steel-100);
}

.qv-detail-gallery img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-detail-gallery figure:hover img {
  transform: scale(1.025);
}

.qv-detail-faq {
  display: grid;
  gap: 0.75rem;
}

.qv-detail-faq details {
  border: 1px solid var(--qv-color-steel-300);
  border-radius: 0.35rem;
  background: #fff;
}

.qv-detail-faq summary {
  padding: 1.1rem 1.25rem;
  color: var(--qv-color-ink);
  font-weight: 800;
  cursor: pointer;
}

.qv-detail-faq details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: var(--qv-color-steel-700);
}

@media (max-width: 80rem) {
  .qv-footer--final .qv-footer__cta,
  .qv-footer--red .qv-footer__cta {
    grid-template-columns: 1fr;
  }

  .qv-footer--final .qv-footer__cta-side,
  .qv-footer--red .qv-footer__cta-side {
    width: min(100%, 52rem);
    max-width: none;
  }
}

@media (max-width: 64rem) {
  .qv-page-hero--services .qv-page-hero__media-layout,
  .qv-page-hero--global-machine .qv-global-collection-hero__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .qv-page-hero--services .qv-page-hero__media,
  .qv-global-collection-hero__media {
    min-height: clamp(24rem, 64vw, 34rem);
  }

  .qv-footer--final .qv-motion-visual--footer,
  .qv-footer--red .qv-motion-visual--footer {
    min-height: clamp(22rem, 54vw, 30rem);
  }

  .qv-footer--final .qv-motion-visual--footer img,
  .qv-footer--red .qv-motion-visual--footer img {
    width: 106%;
    margin-left: -3%;
  }

  .qv-content-grid--embedded,
  .qv-detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  .qv-page-hero--services,
  .qv-page-hero--global-machine {
    min-height: auto !important;
  }

  .qv-page-hero--services .qv-page-hero__media,
  .qv-global-collection-hero__media,
  .qv-detail--machine .qv-detail-machine-media,
  .qv-detail--machine .qv-detail-machine-showcase {
    min-height: clamp(19rem, 86vw, 28rem);
  }

  .qv-detail--machine .qv-detail-machine-media img,
  .qv-detail--machine .qv-detail-machine-showcase img {
    width: 96%;
  }

  .qv-footer--final .qv-motion-visual--footer,
  .qv-footer--red .qv-motion-visual--footer {
    min-height: clamp(18rem, 76vw, 24rem);
  }

  .qv-detail-breadcrumb {
    width: min(calc(100% - 2rem), 90rem);
    padding: 0.9rem 0;
  }

  .qv-content-grid--embedded,
  .qv-detail-gallery {
    grid-template-columns: 1fr;
  }

  .qv-detail-gallery figure,
  .qv-detail-gallery img {
    min-height: 16rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qv-page-hero--services .qv-page-hero__media img,
  .qv-global-collection-hero__media img,
  .qv-detail--machine .qv-detail-machine-media img,
  .qv-detail--machine .qv-detail-machine-showcase img {
    transition: none !important;
    transform: none !important;
  }

  .qv-detail-gallery img {
    transition: none !important;
    transform: none !important;
  }
}
