/* Iannello Inox V1.0.3 — premium editorial / Red Brand Edition */
:root {
  --qv-color-brand: #df0a14;
  --qv-color-brand-dark: #970817;
  --qv-color-brand-bright: #e21b2d;
  --qv-color-brand-soft: #f8e9eb;
  --qv-color-canvas: #f7f7f5;
  --qv-color-steel-100: #eef1f1;
  --qv-color-steel-300: #d5dada;
  --qv-color-ink: #171717;
  --qv-color-night: #171717;
  --qv-color-accent: #14743f;
  --qv-color-accent-dark: #0c5b30;
}

body.qv-site {
  background: #fff;
}

.qv-home--v3 {
  overflow: clip;
  background: #fff;
}

.qv-home--v3 .qv-home-section {
  padding-top: clamp(5.5rem, 9vw, 9rem);
  padding-bottom: clamp(5.5rem, 9vw, 9rem);
}

.qv-home--v3 .qv-kicker {
  color: var(--qv-color-brand);
}

.qv-home--v3 h2 {
  text-wrap: balance;
}

/* Header: transparent over hero, solid red after scrolling. */
.home .qv-header {
  background: linear-gradient(180deg, rgb(20 10 10 / 62%) 0%, rgb(20 10 10 / 16%) 72%, transparent 100%);
}

.home .qv-header.qv-header--compact {
  background: rgb(200 16 34 / 97%);
  box-shadow: 0 1px 0 rgb(255 255 255 / 20%);
}

.qv-header__inner {
  grid-template-columns: minmax(7rem, 9.5rem) minmax(0, 1fr) auto;
  gap: clamp(0.75rem, 1.55vw, 1.5rem);
}

.qv-navigation--desktop .qv-navigation__list {
  gap: clamp(0.55rem, 1vw, 1.15rem);
}

body.qv-site .qv-navigation--desktop .qv-navigation__list a,
body.qv-site .qv-navigation--desktop .qv-navigation__list a:visited {
  font-size: 0.64rem;
  letter-spacing: 0.045em;
}

.qv-header__actions {
  gap: 0.55rem;
}

.qv-search-toggle {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 0.15rem;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.qv-search-toggle svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.qv-search-toggle:hover,
.qv-search-toggle:focus-visible {
  color: var(--qv-color-brand);
}

.home .qv-search-toggle:hover,
.home .qv-search-toggle:focus-visible {
  color: #fff;
  opacity: 0.75;
}

.qv-search-panel {
  position: fixed;
  inset: 0;
  z-index: calc(var(--qv-z-header) + 20);
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 5vw, 5rem);
  visibility: hidden;
  background: rgb(200 16 34 / 98%);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease, visibility 320ms ease;
}

.qv-search-panel[data-open] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.qv-search-panel__close {
  position: absolute;
  top: clamp(1rem, 3vw, 2.5rem);
  right: clamp(1rem, 3vw, 2.5rem);
  display: grid;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.qv-search-panel__inner {
  width: min(70rem, 100%);
}

.qv-search-panel .qv-kicker {
  color: #fff;
}

.qv-search-panel h2 {
  max-width: 12ch;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  color: #fff;
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.qv-search-form label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qv-search-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 2px solid #fff;
}

.qv-search-form input {
  min-width: 0;
  padding: 0.9rem 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2.7rem);
  outline: 0;
}

.qv-search-form input::placeholder {
  color: rgb(255 255 255 / 58%);
}

.qv-search-form button {
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.qv-search-panel__hint {
  margin: 1.2rem 0 0;
  color: rgb(255 255 255 / 70%);
}

body.qv-search-open {
  overflow: hidden;
}

/* Hero */
.qv-hero--v3 {
  min-height: 100svh;
  isolation: isolate;
  background: #57101a;
}

.qv-hero--v3 .qv-hero__media {
  filter: saturate(0.9) contrast(1.03);
  transform: translateY(var(--qv-parallax-y, 0));
  scale: 1.04;
}

.qv-hero--v3 .qv-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(62 0 8 / 88%) 0%, rgb(93 2 15 / 66%) 44%, rgb(20 10 10 / 14%) 82%),
    linear-gradient(0deg, rgb(20 5 8 / 76%) 0%, transparent 54%);
  content: "";
}

.qv-hero--v3 .qv-hero__shade {
  background: radial-gradient(circle at 78% 42%, rgb(255 255 255 / 4%) 0 22%, transparent 48%);
}

.qv-hero__brand-line {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: clamp(1rem, 4vw, 4.5rem);
  width: 3px;
  background: linear-gradient(180deg, transparent 6%, #fff 32%, var(--qv-color-brand-bright) 78%, transparent 96%);
  opacity: 0.62;
}

.qv-hero--v3 .qv-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(3rem, 8vw, 10rem);
  align-items: end;
  width: var(--qv-container);
  padding: clamp(10rem, 19vh, 14rem) 0 clamp(11rem, 18vh, 14rem);
}

.qv-hero--v3 .qv-hero__copy {
  max-width: 66rem;
}

.qv-hero--v3 h1 {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.8rem, 7.1vw, 7.8rem);
  font-weight: 650;
  letter-spacing: -0.067em;
  line-height: 0.89;
}

.qv-hero--v3 .qv-hero__intro {
  max-width: 43rem;
  margin: 1.65rem 0 0;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(1.03rem, 1.4vw, 1.26rem);
  line-height: 1.58;
}

.qv-hero--v3 .qv-kicker {
  color: #fff;
}

.qv-hero--v3 .qv-button--ghost {
  border-color: rgb(255 255 255 / 72%);
  color: #fff;
}

.qv-hero--v3 .qv-button--ghost:hover,
.qv-hero--v3 .qv-button--ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--qv-color-brand-dark);
}

.qv-hero__signature {
  display: grid;
  gap: 1.1rem;
  align-self: center;
  min-width: 9rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgb(255 255 255 / 42%);
}

.qv-hero__signature span {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qv-hero__facts {
  border-top-color: rgb(255 255 255 / 28%);
}

.qv-hero__facts > div {
  border-right-color: rgb(255 255 255 / 22%);
}

.qv-hero--v3 .qv-hero__control {
  bottom: 8.5rem;
}

/* Shared editorial headings */
.qv-home--v3 .qv-section-heading--editorial {
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  align-items: end;
}

.qv-home--v3 .qv-section-heading--editorial h2 {
  max-width: 14ch;
  font-size: clamp(3rem, 5.1vw, 6.15rem);
}

.qv-home--v3 .qv-section-heading--editorial > p {
  max-width: 34rem;
  margin: 0;
  color: #5c6062;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

/* Product cards remain cinematic, while the surrounding page stays light. */
.qv-products--v3 {
  background: #fff;
}

.qv-products--v3 .qv-products__grid--editorial {
  gap: 0.85rem;
}

.qv-products--v3 .qv-product-card {
  overflow: hidden;
  border-radius: 0;
  background: #72101c;
}

.qv-products--v3 .qv-product-card img {
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
  filter: saturate(0.84) contrast(1.02);
}

.qv-products--v3 .qv-product-card:hover img,
.qv-products--v3 .qv-product-card:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.04);
}

.qv-products--v3 .qv-product-card__shade {
  background: linear-gradient(0deg, rgb(75 0 10 / 92%) 0%, rgb(52 0 8 / 25%) 58%, transparent 100%);
}

/* Three business paths */
.qv-journeys--v3 {
  background: linear-gradient(135deg, #f8e9eb 0%, #fff 60%);
}

.qv-journeys--v3 .qv-journeys__grid {
  gap: 1px;
  border: 1px solid #ead2d6;
  background: #ead2d6;
}

.qv-journeys--v3 .qv-journey {
  min-height: 31rem;
  border: 0;
  background: #fff;
  color: var(--qv-color-ink);
  transition: background 350ms ease, color 350ms ease, transform 350ms ease;
}

.qv-journeys--v3 .qv-journey:hover {
  z-index: 1;
  background: var(--qv-color-brand);
  color: #fff;
  transform: translateY(-0.35rem);
}

.qv-journeys--v3 .qv-journey > span,
.qv-journeys--v3 .qv-journey a {
  color: var(--qv-color-brand);
}

.qv-journeys--v3 .qv-journey p {
  color: #606467;
}

.qv-journeys--v3 .qv-journey:hover > span,
.qv-journeys--v3 .qv-journey:hover a,
.qv-journeys--v3 .qv-journey:hover p,
.qv-journeys--v3 .qv-journey:hover h3 {
  color: #fff;
}

/* Evolution Series */
.qv-evolution--v3 {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: min(54rem, 92svh);
  background: var(--qv-color-brand);
  color: #fff;
}

.qv-evolution__media {
  position: relative;
  overflow: hidden;
  min-height: 38rem;
}

.qv-evolution__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 65%, rgb(200 16 34 / 92%));
  content: "";
}

.qv-evolution__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
  transition: transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.qv-evolution--v3:hover .qv-evolution__media img {
  transform: scale(1.035);
}

.qv-evolution__content {
  display: grid;
  align-content: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem);
}

.qv-evolution__content .qv-kicker {
  color: #fff;
}

.qv-evolution__content h2 {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.6vw, 6.4rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.qv-evolution__content > p {
  max-width: 34rem;
  color: rgb(255 255 255 / 82%);
  font-size: 1.05rem;
  line-height: 1.65;
}

.qv-evolution__content ul {
  display: grid;
  gap: 0;
  max-width: 39rem;
  padding: 0;
  margin: 1.5rem 0 2.2rem;
  border-top: 1px solid rgb(255 255 255 / 35%);
  list-style: none;
}

.qv-evolution__content li {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
  font-size: 0.88rem;
  font-weight: 700;
}

/* Merged process + families section requested by the client. */
.qv-process-system {
  display: grid;
  grid-template-columns: minmax(19rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
  background: #fff;
}

.qv-process-system__heading {
  position: sticky;
  top: calc(var(--qv-header-height-compact) + 2rem);
}

.qv-process-system__heading h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3.2rem, 5.5vw, 6.5rem);
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.qv-process-system__heading > p:not(.qv-kicker) {
  max-width: 31rem;
  color: #5e6264;
  line-height: 1.65;
}

.qv-process-system__heading .qv-actions {
  justify-content: flex-start;
  margin-top: 2rem;
}

.qv-process-system__grid {
  display: grid;
  gap: 1rem;
}

.qv-process-card {
  display: grid;
  grid-template-columns: minmax(10rem, 0.72fr) minmax(0, 1.28fr);
  min-height: 19rem;
  overflow: hidden;
  border: 1px solid #e2e4e4;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 300ms ease, box-shadow 400ms ease, transform 400ms ease;
}

.qv-process-card:hover,
.qv-process-card:focus-visible {
  border-color: var(--qv-color-brand);
  box-shadow: 0 2rem 5rem rgb(97 0 12 / 12%);
  color: inherit;
  transform: translateX(-0.45rem);
}

.qv-process-card__media {
  position: relative;
  overflow: hidden;
  background: var(--qv-color-steel-100);
}

.qv-process-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgb(255 255 255 / 65%));
  content: "";
}

.qv-process-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.02);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 350ms ease;
}

.qv-process-card:hover img {
  transform: scale(1.055);
  filter: saturate(0.95) contrast(1.04);
}

.qv-process-card__body {
  display: grid;
  align-content: center;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.qv-process-card__body em {
  color: var(--qv-color-brand);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.qv-process-card__body strong {
  max-width: 15ch;
  margin-top: 1.1rem;
  font-size: clamp(1.8rem, 2.8vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.qv-process-card__body small {
  max-width: 34rem;
  margin-top: 1rem;
  color: #65696b;
  font-size: 0.94rem;
  line-height: 1.55;
}

.qv-process-card__body > span {
  margin-top: 1rem;
  color: var(--qv-color-accent-dark);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.qv-process-card__body b {
  margin-top: 1.25rem;
  color: var(--qv-color-brand);
  font-size: 0.76rem;
  font-weight: 900;
}

.qv-process-card__body i {
  font-style: normal;
}

/* Red proof section with line icons, as requested in the PDF. */
.qv-credibility--v3 {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  background: linear-gradient(135deg, #a80819 0%, var(--qv-color-brand) 58%, #df1b2d 100%);
  color: #fff;
}

.qv-credibility--v3 .qv-kicker,
.qv-credibility--v3 h2 {
  color: #fff;
}

.qv-credibility--v3 .qv-credibility__headline > p:not(.qv-kicker) {
  color: rgb(255 255 255 / 80%);
}

.qv-credibility--v3 .qv-credibility__list {
  border-top: 1px solid rgb(255 255 255 / 34%);
}

.qv-credibility--v3 .qv-credibility__list li {
  grid-template-columns: 3.25rem minmax(6rem, 0.35fr) 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 34%);
}

.qv-credibility--v3 .qv-credibility__list strong,
.qv-credibility--v3 .qv-credibility__list span {
  color: #fff;
}

.qv-credibility__icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
}

.qv-credibility__icon svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

/* Services */
.qv-services-home--v3 {
  background: #f6f6f4;
}

.qv-services-home--v3 .qv-services-home__grid {
  background: #dedede;
}

.qv-services-home--v3 .qv-services-home__grid article {
  min-height: 16.5rem;
  background: #fff;
}

.qv-services-home--v3 .qv-services-home__grid article:hover {
  background: var(--qv-color-brand-soft);
}

.qv-services-home--v3 .qv-services-home__grid h3 {
  margin-top: 3.4rem;
}

/* Lead generation */
.qv-lead--v3 {
  background: #f3f1ef;
  color: var(--qv-color-ink);
}

.qv-lead--v3 .qv-lead__intro {
  padding: clamp(2rem, 5vw, 4.5rem);
  background: var(--qv-color-brand);
  color: #fff;
}

.qv-lead--v3 .qv-lead__intro .qv-kicker,
.qv-lead--v3 .qv-lead__intro h2 {
  color: #fff;
}

.qv-lead--v3 .qv-lead__intro > p:last-of-type,
.qv-lead--v3 .qv-lead__checklist ul {
  color: rgb(255 255 255 / 82%);
}

.qv-lead--v3 .qv-lead__checklist {
  border-top-color: rgb(255 255 255 / 34%);
}

.qv-lead--v3 .qv-lead__checklist li::before {
  color: #fff;
}

.qv-lead--v3 .qv-lead__form-wrap {
  box-shadow: 0 2rem 5rem rgb(70 31 31 / 11%);
}

/* Footer: red final screen, white type and social icons. */
.qv-footer--red {
  background: var(--qv-color-brand);
  color: rgb(255 255 255 / 82%);
}

.qv-footer--red .qv-footer__cta {
  border-bottom-color: rgb(255 255 255 / 28%);
}

.qv-footer--red h2,
.qv-footer--red h3,
.qv-footer--red .qv-kicker,
.qv-footer--red a,
.qv-footer--red a:visited,
.qv-footer--red address {
  color: #fff;
}

.qv-footer--red a:hover,
.qv-footer--red a:focus-visible {
  color: #fff;
  opacity: 0.72;
}

.qv-footer--red .qv-footer__brand img {
  filter: brightness(0) invert(1);
}

.qv-footer--red .qv-footer__bottom {
  border-top-color: rgb(255 255 255 / 28%);
  background: #970817;
  color: rgb(255 255 255 / 72%);
}

.qv-footer__socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.qv-footer__socials a {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
}

.qv-footer__socials svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.qv-footer__socials a:first-child svg path,
.qv-footer__socials .qv-social-fill {
  fill: currentColor;
  stroke: none;
}

.qv-footer__contacts small {
  margin-top: 0.35rem;
  color: rgb(255 255 255 / 68%);
}

/* Internal pages: preserve premium hierarchy without black-dominant surfaces. */
.qv-internal-hero,
.qv-internal-hero--iaevo {
  background: linear-gradient(135deg, #fff 0%, #f6e7e9 100%);
  color: var(--qv-color-ink);
}

.qv-internal-hero h1,
.qv-internal-hero p {
  color: inherit;
}

.qv-internal-hero figure {
  background: var(--qv-color-brand);
}

.qv-internal-section--dark {
  background: var(--qv-color-brand);
  color: #fff;
}

.qv-internal-section--dark h2,
.qv-internal-section--dark h3,
.qv-internal-section--dark p,
.qv-internal-section--dark span {
  color: #fff;
}

.qv-page-hero--dark,
.qv-page-hero--catalogue {
  background:
    linear-gradient(90deg, rgb(117 3 18 / 88%), rgb(117 3 18 / 34%)),
    url("../images/hero-machinery.webp") center / cover no-repeat;
}

.qv-single-cta {
  background: var(--qv-color-brand);
}

/* Motion refinement */
.qv-js [data-qv-reveal] {
  transition-duration: 780ms;
}

.qv-products__grid [data-qv-reveal]:nth-child(2),
.qv-journeys__grid [data-qv-reveal]:nth-child(2),
.qv-process-system__grid [data-qv-reveal]:nth-child(2n) {
  transition-delay: 90ms;
}

.qv-products__grid [data-qv-reveal]:nth-child(3),
.qv-journeys__grid [data-qv-reveal]:nth-child(3) {
  transition-delay: 160ms;
}

@media (max-width: 90rem) {
  .qv-search-toggle > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (max-width: 82rem) {
  .qv-header__inner {
    grid-template-columns: 1fr auto;
  }

  .qv-search-toggle > span,
  .qv-search-toggle--mobile > span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }

  .qv-header__actions > .qv-search-toggle {
    display: none;
  }

  .qv-navigation--mobile,
  .qv-navigation-open .qv-header {
    background: var(--qv-color-brand);
  }

  .qv-navigation--mobile .qv-navigation__mobile-footer {
    align-items: flex-start;
  }

  .qv-search-toggle--mobile {
    color: #fff;
  }

  .qv-evolution--v3 {
    grid-template-columns: 1fr;
  }

  .qv-evolution__media {
    min-height: 34rem;
  }

  .qv-evolution__media::after {
    background: linear-gradient(0deg, var(--qv-color-brand), transparent 45%);
  }

  .qv-process-system {
    grid-template-columns: 1fr;
  }

  .qv-process-system__heading {
    position: static;
  }
}

@media (max-width: 64rem) {
  .qv-home--v3 .qv-section-heading--editorial,
  .qv-credibility--v3 {
    grid-template-columns: 1fr;
  }

  .qv-hero--v3 .qv-hero__content {
    grid-template-columns: 1fr;
  }

  .qv-hero__signature {
    display: flex;
    gap: 1.25rem;
    padding: 1rem 0 0;
    border-top: 1px solid rgb(255 255 255 / 35%);
    border-left: 0;
  }

  .qv-process-card {
    grid-template-columns: 0.75fr 1.25fr;
  }
}

@media (max-width: 48rem) {
  .qv-hero--v3 {
    min-height: 50rem;
  }

  .qv-hero--v3 .qv-hero__media {
    background-position: 60% center;
  }

  .qv-hero--v3 .qv-hero__media::after {
    background: linear-gradient(0deg, rgb(82 0 12 / 96%) 0%, rgb(87 0 13 / 58%) 58%, rgb(30 5 8 / 34%) 100%);
  }

  .qv-hero__brand-line {
    left: 1rem;
  }

  .qv-hero--v3 .qv-hero__content {
    width: calc(100% - 2rem);
    padding: 8.5rem 0 12.5rem;
  }

  .qv-hero--v3 h1 {
    max-width: 10ch;
    font-size: clamp(3.15rem, 14vw, 4.7rem);
  }

  .qv-hero__signature {
    flex-wrap: wrap;
  }

  .qv-hero__facts > div:first-child {
    padding-left: 0.75rem;
  }

  .qv-search-panel h2 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .qv-search-form > div {
    grid-template-columns: 1fr;
  }

  .qv-search-form button {
    justify-self: start;
    padding: 0.9rem 0;
  }

  .qv-evolution__media {
    min-height: 25rem;
  }

  .qv-evolution__content {
    padding: 3.5rem 1rem 4.5rem;
  }

  .qv-evolution__content h2 {
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .qv-process-system__heading h2 {
    font-size: clamp(3rem, 13vw, 4.65rem);
  }

  .qv-process-card {
    grid-template-columns: 1fr;
  }

  .qv-process-card__media {
    min-height: 14rem;
  }

  .qv-process-card__media::after {
    background: linear-gradient(0deg, #fff, transparent 48%);
  }

  .qv-process-card:hover,
  .qv-process-card:focus-visible {
    transform: translateY(-0.25rem);
  }

  .qv-credibility--v3 .qv-credibility__list li {
    grid-template-columns: 2.75rem 5.7rem 1fr;
    gap: 0.8rem;
  }

  .qv-credibility__icon svg {
    width: 1.9rem;
    height: 1.9rem;
  }

  .qv-lead--v3 .qv-lead__intro {
    padding: 2rem 1rem 3rem;
  }

  .qv-footer--red .qv-footer__grid {
    grid-template-columns: 1fr;
  }
}

.qv-internal-cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qv-internal-section--dark .qv-internal-cards {
  background: rgb(255 255 255 / 22%);
}

.qv-internal-section--dark .qv-internal-cards article {
  background: rgb(255 255 255 / 8%);
}

.qv-internal-section--dark .qv-internal-cards article span,
.qv-internal-section--dark .qv-internal-cards article p {
  color: rgb(255 255 255 / 82%);
}

@media (max-width: 900px) {
  .qv-internal-cards--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .qv-internal-cards--four {
    grid-template-columns: 1fr;
  }
}

/* V1.0.4 — Header viewport-height regression fix.
 * Fullscreen navigation/search overlays now live outside <header>.
 * These bounds also protect against stale parent-theme or browser rules. */
.qv-header,
.home .qv-header,
.home .qv-header.qv-header--compact {
  display: block !important;
  height: var(--qv-header-height) !important;
  min-height: var(--qv-header-height) !important;
  max-height: var(--qv-header-height) !important;
  overflow: visible !important;
  contain: layout style;
}

.qv-header.qv-header--compact,
.home .qv-header.qv-header--compact {
  height: var(--qv-header-height-compact) !important;
  min-height: var(--qv-header-height-compact) !important;
  max-height: var(--qv-header-height-compact) !important;
}

.qv-header__inner,
.qv-header--compact .qv-header__inner {
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
}

/* Hidden fullscreen panels must not participate in layout or painting. */
.qv-navigation--mobile:not([data-open]),
.qv-search-panel:not([data-open]) {
  display: none !important;
}

.qv-navigation--mobile[data-open],
.qv-search-panel[data-open] {
  display: grid !important;
}

@media (max-width: 82rem) {
  .qv-navigation-open .qv-navigation--mobile {
    display: grid !important;
  }
}
