/* plaza-global · homepage v2 (hv2-*) — enqueued only on templates/page-main-v2.php (inc/homepage-v2.php).
   Visual language = the site: Gilroy, accent #ff0083, text #3a3a3a, greys #898989/#616161, ground #f7f7f7,
   line #f4f5f7. Breakpoints follow application.css: 768 / 992 / 1200. Everything above the fold works
   without JS (scroll-snap hero, CSS-only tabs) because Perfmatters delays every script until first gesture. */

.hv2 {
  --hv2-accent: #ff0083;
  --hv2-text: #3a3a3a;
  --hv2-muted: #898989;
  --hv2-dark: #616161;
  --hv2-bg: #f7f7f7;
  --hv2-line: #f4f5f7;
  --hv2-chip: #e3e5e8;
  --hv2-radius: 4px;
  color: var(--hv2-text);
  overflow-x: clip;
}
.hv2-section { padding: 36px 0; }
@media (min-width: 992px) { .hv2-section { padding: 56px 0; } }
.hv2 .hv2-title { margin: 0 0 20px; }
.hv2 .hv2-title.section-title { font-size: 28px; line-height: 1.15; }
@media (min-width: 768px) { .hv2 .hv2-title.section-title { font-size: 34px; } }
@media (min-width: 1200px) { .hv2 .hv2-title.section-title { font-size: 40px; } }
.hv2-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.hv2-sechead .hv2-title { margin: 0; }
.hv2-sechead__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--hv2-accent); white-space: nowrap; text-decoration: none; }
.hv2-sechead__link:hover { text-decoration: underline; color: var(--hv2-accent); }
.hv2-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hv2-actions .btn, .hv2-hero__actions .btn, .hv2-b2b .btn { margin: 0; }
.hv2 a:focus-visible, .hv2-tabs__label:focus-visible { outline: 2px solid var(--hv2-accent); outline-offset: 2px; }

/* ---------- hero slider ---------- */
.hv2-hero { position: relative; background: var(--hv2-bg); }
.hv2-hero__track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.hv2-hero__track::-webkit-scrollbar { display: none; }
.hv2-hero__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
@media (min-width: 768px) { .hv2-hero__slide { min-height: 440px; align-items: center; padding-bottom: 0; } }
@media (min-width: 1200px) { .hv2-hero__slide { min-height: 500px; } }
.hv2-hero__media { position: absolute; inset: 0; display: block; }
.hv2-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* The slide is a flex row; .container keeps its own width (750/970/1170/1270 from application.css) and the auto
   margins centre it, so the slide content lines up with the rest of the page. width:100% only below 768,
   where .container has no fixed width and would otherwise shrink-wrap the card. */
.hv2-hero__slide > .container { position: relative; }
@media (max-width: 767px) { .hv2-hero__slide > .container { width: 100%; } }
.hv2-hero__content { background: rgba(255, 255, 255, .94); padding: 24px 20px; margin: 0 -15px; }
@media (min-width: 768px) {
  .hv2-hero__content { max-width: 560px; margin: 32px 0; padding: 32px; box-shadow: 0 8px 32px rgba(0, 0, 0, .08); border-radius: var(--hv2-radius); }
}
/* layout=video: the live hero film behind the card. The poster <picture> lies underneath; home-v2.js sets the file and
   the film fades in on `playing`, so a refused autoplay simply leaves the poster. A light scrim keeps the card legible. */
.hv2-hero__media--video picture { position: absolute; inset: 0; display: block; }
.hv2-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .5s ease; pointer-events: none; }
.hv2-hero__video.is-playing { opacity: 1; }
.hv2-hero__media--video::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(29, 37, 48, .15), rgba(29, 37, 48, .45)); }
@media (min-width: 992px) { .hv2-hero__media--video::after { background: linear-gradient(to left, rgba(29, 37, 48, .45), rgba(29, 37, 48, .1)); } }
/* layout=product: no photo behind, the product render is the right column on a light gradient */
.hv2-hero__slide--product { background: linear-gradient(135deg, #fff 0%, #f7f7f7 55%, #ffe3f1 100%); align-items: center; padding-bottom: 0; }
.hv2-hero__grid { display: grid; gap: 12px; align-items: center; padding: 24px 0 44px; }
.hv2-hero__product { display: block; order: -1; }
/* multiply drops the white ground of a product render onto the gradient (a white box would show otherwise) */
.hv2-hero__product img { display: block; width: auto; max-width: 100%; height: 220px; margin: 0 auto; object-fit: contain; mix-blend-mode: multiply; }
.hv2-hero__slide--product .hv2-hero__content { background: none; padding: 0; margin: 0; box-shadow: none; max-width: none; }
.hv2-hero__slide--product .hv2-hero__text { margin-bottom: 14px; }
.hv2-hero__price { display: flex; align-items: baseline; gap: 8px; margin: 0 0 20px; font-size: 15px; color: var(--hv2-dark); }
.hv2-hero__price .amount { font-family: Gilroy, sans-serif; font-weight: 700; font-size: 28px; line-height: 1; color: var(--hv2-text); }
@media (min-width: 768px) {
  .hv2-hero__grid { grid-template-columns: 1fr 1fr; gap: 32px; padding: 32px 0; }
  .hv2-hero__product { order: 0; }
  .hv2-hero__product img { height: auto; max-height: 440px; }
  .hv2-hero__slide--product .hv2-hero__content { max-width: 560px; }
}
.hv2-hero__eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--hv2-accent); margin-bottom: 10px; }
.hv2-hero__title { font-family: Gilroy, sans-serif; font-weight: 700; font-size: 28px; line-height: 1.15; margin: 0 0 12px; color: var(--hv2-text); }
@media (min-width: 768px) { .hv2-hero__title { font-size: 36px; } }
@media (min-width: 1200px) { .hv2-hero__title { font-size: 42px; } }
.hv2-hero__text { font-size: 16px; line-height: 1.5; color: var(--hv2-dark); margin: 0 0 20px; }
.hv2-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hv2-hero__arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, .92); color: var(--hv2-text);
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12); z-index: 2; text-decoration: none;
}
.hv2-hero__arrow:hover { background: #fff; color: var(--hv2-accent); }
.hv2-hero__arrow--prev { left: 16px; }
.hv2-hero__arrow--prev svg { transform: rotate(180deg); }
.hv2-hero__arrow--next { right: 16px; }
@media (min-width: 992px) { .hv2-hero__arrow { display: flex; } }
.hv2-hero__dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 8px; z-index: 2; }
.hv2-hero__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .75); border: 1px solid rgba(0, 0, 0, .18); display: block; }
.hv2-hero__dot.is-active, .hv2-hero__dot[aria-current="true"] { background: var(--hv2-accent); border-color: var(--hv2-accent); }

/* ---------- USP bar ---------- */
.hv2-usp { background: #fff; border-bottom: 1px solid var(--hv2-line); }
.hv2-usp__list {
  list-style: none; margin: 0; padding: 12px 0;
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none;
}
.hv2-usp__list::-webkit-scrollbar { display: none; }
.hv2-usp__item { flex: 0 0 auto; min-width: 220px; display: flex; align-items: center; gap: 12px; scroll-snap-align: start; padding: 6px 0; }
.hv2-usp__icon { width: 36px; height: 36px; flex: 0 0 36px; object-fit: contain; display: inline-flex; align-items: center; justify-content: center; }
.hv2-usp__title { display: block; font-size: 14px; font-weight: 700; line-height: 1.25; }
.hv2-usp__text { display: block; font-size: 12px; color: var(--hv2-muted); line-height: 1.3; }
@media (min-width: 992px) {
  .hv2-usp__list { overflow: visible; justify-content: space-between; padding: 18px 0; gap: 24px; }
  .hv2-usp__item { flex: 1 1 0; min-width: 0; }
}

/* ---------- category cards: photo on top, white body, CTA arrow bottom-right ----------
   2 large (half width) + 3 small (a third). Phone: large cards stacked, small ones as thumb-rows. */
.hv2-cats__grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.hv2-cat {
  --hv2-cat-ratio: 16 / 10;
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--hv2-line); border-radius: var(--hv2-radius);
  color: var(--hv2-text); text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hv2-cat--s { --hv2-cat-ratio: 4 / 3; }
.hv2-cat__media { display: block; position: relative; aspect-ratio: var(--hv2-cat-ratio); overflow: hidden; background: var(--hv2-bg); }
.hv2-cat__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hv2-cat__body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 14px 16px 16px; }
.hv2-cat__label { display: block; font-family: Gilroy, sans-serif; font-weight: 700; font-size: 18px; line-height: 1.2; }
.hv2-cat--l .hv2-cat__label { font-size: 22px; }
.hv2-cat__sub { display: block; font-size: 13px; line-height: 1.35; color: var(--hv2-muted); margin-top: 3px; }
.hv2-cat__foot { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; }
.hv2-cat__price { font-size: 13px; color: var(--hv2-dark); white-space: nowrap; }
.hv2-cat__price .amount { font-family: Gilroy, sans-serif; font-weight: 700; font-size: 16px; color: var(--hv2-text); }
.hv2-cat__cta {
  display: inline-flex; align-items: center; gap: 4px; margin-left: auto;
  font-size: 14px; font-weight: 600; line-height: 1; color: var(--hv2-accent); white-space: nowrap;
}
.hv2-cat__cta svg { width: 18px; height: 18px; transition: transform .25s ease; }
.hv2-cat:hover, .hv2-cat:focus-visible { color: var(--hv2-text); text-decoration: none; border-color: #e6e8ec; box-shadow: 0 12px 28px rgba(58, 58, 58, .12); transform: translateY(-3px); }
.hv2-cat:hover .hv2-cat__img { transform: scale(1.05); }
.hv2-cat:hover .hv2-cat__cta { text-decoration: underline; text-underline-offset: 3px; }
.hv2-cat:hover .hv2-cat__cta svg { transform: translateX(4px); }
@media (max-width: 575px) {
  .hv2-cat--s { flex-direction: row; align-items: stretch; }
  .hv2-cat--s .hv2-cat__media { flex: 0 0 112px; aspect-ratio: auto; min-height: 96px; }
  .hv2-cat--s .hv2-cat__body { padding: 12px 14px; justify-content: center; }
  .hv2-cat--s .hv2-cat__label { font-size: 16px; }
  .hv2-cat--s .hv2-cat__foot { padding-top: 8px; }
}
@media (min-width: 576px) {
  .hv2-cats__grid { grid-template-columns: repeat(6, 1fr); gap: 16px; }
  .hv2-cat--l { grid-column: span 3; }
  .hv2-cat--s { grid-column: span 2; }
}
@media (min-width: 992px) {
  .hv2-cats__grid { gap: 20px; }
  .hv2-cat__body { padding: 18px 20px 20px; }
  .hv2-cat--l .hv2-cat__label { font-size: 24px; }
  .hv2-cat__sub { font-size: 14px; }
}

/* ---------- product grids (existing .catalog-item cards) ----------
   The catalog card is designed for ~295px: below 992 the row is a snap-scroll carousel (all cards),
   992–1199 = 3 columns (tabs: 2 full rows, brand: 3 cards + photo card full width), ≥1200 = 4 columns. */
.hv2-products {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 72%);
  gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 2px 0 12px; -webkit-overflow-scrolling: touch; scrollbar-width: thin;
}
.hv2-products > .catalog-item { scroll-snap-align: start; margin: 0; height: auto; background: #fff; }
.hv2-products > .hv2-brand__card { scroll-snap-align: start; }
@media (min-width: 576px) {
  .hv2-products { grid-auto-columns: 280px; gap: 16px; }
}
@media (min-width: 992px) {
  .hv2-products { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(3, 1fr); gap: 20px; overflow: visible; padding: 0; }
  .hv2-products--tabs > .catalog-item:nth-child(n+7) { display: none; }
  .hv2-products--brand > .hv2-brand__card:nth-child(4) { grid-column: 1 / -1; min-height: 200px; }
  .hv2-products--brand > .hv2-brand__card:nth-child(4) .hv2-brand__card-body { max-width: 520px; }
}
@media (min-width: 1200px) {
  .hv2-products { grid-template-columns: repeat(4, 1fr); }
  .hv2-products--tabs > .catalog-item:nth-child(n+7) { display: block; }
  .hv2-products--brand > .hv2-brand__card:nth-child(4) { grid-column: auto; min-height: 0; }
  .hv2-products--brand > .hv2-brand__card:nth-child(4) .hv2-brand__card-body { max-width: none; }
  .hv2-products--brand-short > .hv2-brand__card { grid-column: span 2; }
}

/* ---------- CSS-only tabs (variant A) ---------- */
.hv2-tabs { position: relative; }
.hv2-tabs__input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; overflow: hidden; pointer-events: none; }
.hv2-tabs__nav { display: flex; gap: 8px; overflow-x: auto; margin: 0 0 20px; padding-bottom: 4px; scrollbar-width: none; }
.hv2-tabs__nav::-webkit-scrollbar { display: none; }
.hv2-tabs__label {
  flex: 0 0 auto; padding: 10px 18px; border: 1px solid var(--hv2-chip); border-radius: 999px;
  font-weight: 600; font-size: 14px; line-height: 1.2; cursor: pointer; background: #fff; color: var(--hv2-text);
  user-select: none; transition: background .15s, color .15s, border-color .15s; margin: 0;
}
.hv2-tabs__label:hover { border-color: var(--hv2-accent); color: var(--hv2-accent); }
.hv2-tabs__panel { display: none; }
.hv2-tabs__input:nth-of-type(1):checked ~ .hv2-tabs__panels > .hv2-tabs__panel:nth-child(1),
.hv2-tabs__input:nth-of-type(2):checked ~ .hv2-tabs__panels > .hv2-tabs__panel:nth-child(2),
.hv2-tabs__input:nth-of-type(3):checked ~ .hv2-tabs__panels > .hv2-tabs__panel:nth-child(3),
.hv2-tabs__input:nth-of-type(4):checked ~ .hv2-tabs__panels > .hv2-tabs__panel:nth-child(4),
.hv2-tabs__input:nth-of-type(5):checked ~ .hv2-tabs__panels > .hv2-tabs__panel:nth-child(5),
.hv2-tabs__input:nth-of-type(6):checked ~ .hv2-tabs__panels > .hv2-tabs__panel:nth-child(6) { display: block; }
.hv2-tabs__input:nth-of-type(1):checked ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(1),
.hv2-tabs__input:nth-of-type(2):checked ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(2),
.hv2-tabs__input:nth-of-type(3):checked ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(3),
.hv2-tabs__input:nth-of-type(4):checked ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(4),
.hv2-tabs__input:nth-of-type(5):checked ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(5),
.hv2-tabs__input:nth-of-type(6):checked ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(6) { background: var(--hv2-accent); border-color: var(--hv2-accent); color: #fff; }
.hv2-tabs__input:nth-of-type(1):focus-visible ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(1),
.hv2-tabs__input:nth-of-type(2):focus-visible ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(2),
.hv2-tabs__input:nth-of-type(3):focus-visible ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(3),
.hv2-tabs__input:nth-of-type(4):focus-visible ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(4),
.hv2-tabs__input:nth-of-type(5):focus-visible ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(5),
.hv2-tabs__input:nth-of-type(6):focus-visible ~ .hv2-tabs__nav > .hv2-tabs__label:nth-child(6) { outline: 2px solid var(--hv2-accent); outline-offset: 2px; }

/* ---------- chips ---------- */
.hv2-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hv2-chip {
  display: inline-block; padding: 8px 14px; border: 1px solid var(--hv2-chip); border-radius: 999px;
  font-size: 14px; font-weight: 600; line-height: 1.2; color: var(--hv2-text); background: #fff; text-decoration: none;
}
.hv2-chip:hover { border-color: var(--hv2-accent); color: var(--hv2-accent); }
.hv2-chip.is-active, .hv2-chip.is-active:hover { background: var(--hv2-accent); border-color: var(--hv2-accent); color: #fff; }

/* ---------- brand bands ---------- */
.hv2-brand--velux { background: var(--hv2-bg); }
.hv2-brand--roto { background: #fff; border-top: 1px solid var(--hv2-line); }
.hv2-brand__head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.hv2-brand__logo {
  width: 96px; height: auto; flex: 0 0 96px; object-fit: contain;
  padding: 10px; background: #fff; border: 1px solid var(--hv2-line); border-radius: var(--hv2-radius);
}
.hv2-brand__intro { min-width: 0; }
.hv2-brand__intro .hv2-title { margin-bottom: 10px; }
.hv2-brand__text { margin: 0 0 14px; color: var(--hv2-dark); max-width: 720px; }
@media (min-width: 992px) {
  .hv2-brand__head { gap: 32px; align-items: center; }
  .hv2-brand__logo { width: 150px; flex-basis: 150px; padding: 16px; }
}
/* photo card that closes the brand row → the brand's window category */
.hv2-brand__card {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 320px; overflow: hidden; border-radius: var(--hv2-radius);
  background: var(--hv2-text); color: #fff; text-decoration: none;
}
.hv2-brand__card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hv2-brand__card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, .05) 0%, rgba(20, 20, 20, .25) 45%, rgba(20, 20, 20, .82) 100%);
}
.hv2-brand__card-body { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 22px 20px; }
.hv2-brand__card-logo { display: inline-flex; align-items: center; padding: 6px 10px; margin-bottom: 6px; background: #fff; border-radius: var(--hv2-radius); }
.hv2-brand__card-logo img { display: block; height: 22px; width: auto; }
.hv2-brand__card-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .9; }
.hv2-brand__card-title { font-family: Gilroy, sans-serif; font-weight: 700; font-size: 22px; line-height: 1.15; text-wrap: balance; }
.hv2-brand__card-text { font-size: 14px; line-height: 1.45; opacity: .92; }
.hv2-brand__card-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 14px; font-weight: 700; line-height: 1; }
.hv2-brand__card-cta svg { width: 18px; height: 18px; transition: transform .25s ease; }
.hv2-brand__card:hover, .hv2-brand__card:focus-visible { color: #fff; text-decoration: none; }
.hv2-brand__card:hover .hv2-brand__card-img { transform: scale(1.06); }
.hv2-brand__card:hover .hv2-brand__card-cta { text-decoration: underline; text-underline-offset: 3px; }
.hv2-brand__card:hover .hv2-brand__card-cta svg { transform: translateX(4px); }
@media (min-width: 992px) {
  .hv2-brand__card-body { padding: 26px 24px; }
  .hv2-brand__card-title { font-size: 24px; }
}

/* ---------- promo tiles ---------- */
.hv2-promo { background: #fff; }
.hv2-promo__inner { display: grid; gap: 24px; }
@media (min-width: 992px) { .hv2-promo__inner { grid-template-columns: minmax(260px, 1fr) 2fr; gap: 40px; align-items: center; } }
.hv2-promo__text { color: var(--hv2-dark); margin-bottom: 16px; }
.hv2-promo__text p:last-child { margin-bottom: 0; }
.hv2-promo__tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px) { .hv2-promo__tiles { gap: 16px; } }
.hv2-tile {
  position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden;
  border-radius: var(--hv2-radius); background: var(--hv2-bg); color: #fff; text-decoration: none;
}
.hv2-tile__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
a.hv2-tile:hover .hv2-tile__img { transform: scale(1.04); }
a.hv2-tile:hover { color: #fff; }
.hv2-tile__label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 14px 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .62));
  font-weight: 700; font-size: 15px; line-height: 1.25; color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}

/* ---------- installation band ---------- */
.hv2-install { background: var(--hv2-bg); }
.hv2-install__inner { display: grid; gap: 24px; }
@media (min-width: 992px) { .hv2-install__inner { grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; } }
.hv2-install__media img { width: 100%; height: auto; display: block; border-radius: var(--hv2-radius); }
.hv2-install__text { color: var(--hv2-dark); margin-bottom: 16px; }
.hv2-install__text p:last-child { margin-bottom: 0; }
.hv2-checklist { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.hv2-checklist li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.4; }
.hv2-checklist svg { flex: 0 0 20px; margin-top: 1px; }

/* ---------- about band: the live hero film beside the text (white, right above the grey VELUX band) ---------- */
.hv2-about { background: #fff; border-top: 1px solid var(--hv2-line); }
.hv2-about__inner { display: grid; gap: 24px; }
@media (min-width: 992px) { .hv2-about__inner { grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; } }
/* 4/3 shows the square mobile film, 16/9 the wide desktop film (object-fit crops the rest); the box has its height
   before anything loads, so no layout shift when the film replaces the poster */
.hv2-about__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--hv2-radius); background: var(--hv2-bg); }
@media (min-width: 992px) { .hv2-about__media { aspect-ratio: 16 / 9; } }
.hv2-about__media picture { position: absolute; inset: 0; display: block; }
.hv2-about__media img, .hv2-about__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hv2-about__video { opacity: 0; transition: opacity .4s ease; }
.hv2-about__video.is-playing, .hv2-about__video[controls] { opacity: 1; }
.hv2-about__eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--hv2-accent); margin-bottom: 10px; }
.hv2-about__text { color: var(--hv2-dark); margin-bottom: 16px; }
.hv2-about__text p:last-child { margin-bottom: 0; }

/* ---------- trust band: section head + intro + a row of cards (rating card + 3 facts with icons) ---------- */
.hv2-trust { background: #fff; border-top: 1px solid var(--hv2-line); }
.hv2-trust__intro { max-width: 640px; margin: -4px 0 24px; font-size: 16px; line-height: 1.5; color: var(--hv2-dark); }
.hv2-trust__grid { display: grid; gap: 12px; }
.hv2-trust__card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px; min-height: 100%;
  padding: 22px 20px; background: var(--hv2-bg); border: 1px solid var(--hv2-line); border-radius: var(--hv2-radius);
}
.hv2-trust__icon {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 6px;
  border-radius: 50%; background: #ffe6f2; color: var(--hv2-accent);
}
.hv2-trust__icon svg { width: 22px; height: 22px; }
.hv2-trust__fact { font-family: Gilroy, sans-serif; font-weight: 700; font-size: 17px; line-height: 1.25; }
.hv2-trust__sub { font-size: 14px; line-height: 1.45; color: var(--hv2-dark); }
.hv2-trust__score { font-family: Gilroy, sans-serif; font-weight: 700; font-size: 44px; line-height: 1; }
.hv2-trust__score small { font-size: 18px; color: var(--hv2-muted); font-weight: 600; }
.hv2-stars { position: relative; display: inline-block; font-size: 22px; line-height: 1; letter-spacing: 2px; color: #e2e4e8; width: max-content; }
.hv2-stars::before { content: "★★★★★"; }
.hv2-stars::after { content: "★★★★★"; position: absolute; left: 0; top: 0; width: var(--hv2-stars, 0%); overflow: hidden; white-space: nowrap; color: #ffb400; }
.hv2-trust__count { font-size: 14px; line-height: 1.4; color: var(--hv2-dark); }
.hv2-trust__badge { margin-top: auto; padding-top: 10px; }
.hv2-trust__badge:empty { display: none; }
@media (min-width: 576px) { .hv2-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (min-width: 992px) {
  .hv2-trust__grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .hv2-trust__grid--3 { grid-template-columns: repeat(3, 1fr); }
  .hv2-trust__card { padding: 26px 24px; }
}

/* ---------- B2B band ---------- */
.hv2-b2b__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  padding: 24px; background: var(--hv2-text); color: #fff; border-radius: var(--hv2-radius);
}
@media (min-width: 992px) { .hv2-b2b__inner { padding: 32px 40px; } }
.hv2-b2b__title { font-family: Gilroy, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.2; margin: 0 0 6px; color: #fff; }
.hv2-b2b__body p { margin: 0; color: rgba(255, 255, 255, .85); }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .hv2-hero__track { scroll-behavior: auto; } /* the slider still advances, but it jumps instead of gliding */
  .hv2-cat, .hv2-cat__img, .hv2-cat__cta svg, .hv2-tile__img, .hv2-brand__card-img, .hv2-brand__card-cta svg, .hv2-hero__video, .hv2-about__video { transition: none; }
}
