﻿/* Gunvor.uz ? brand layer on top of Amerce styles.css (amerce.css)
 * Design tokens live in /css/tokens.css ? use var(--gv-*) / aliases, do not hardcode.
 */

:root {
  /* Legacy bridges kept for older selectors; values come from tokens.css */
  --primary: var(--gv-accent-primary);
  --color-primary: var(--gv-accent-primary);
  --color-accent: var(--gv-accent-warning);
  --color-accent-dark: var(--gv-accent-warning-hover);
}

/* Homepage section rhythm — unified gap (skip hero + announcement) */
[data-gv-homepage-block]:not([data-gv-homepage-block="hero_slider"]):not([data-gv-homepage-block="announcement_bar"]) > .flat-spacing,
[data-gv-homepage-block]:not([data-gv-homepage-block="hero_slider"]):not([data-gv-homepage-block="announcement_bar"]) > section,
[data-gv-homepage-block]:not([data-gv-homepage-block="hero_slider"]):not([data-gv-homepage-block="announcement_bar"]) > .themesFlat,
[data-gv-homepage-block]:not([data-gv-homepage-block="hero_slider"]):not([data-gv-homepage-block="announcement_bar"]) > .gv-promo-banners {
  padding-top: var(--gv-section-gap) !important;
  padding-bottom: var(--gv-section-gap) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gv-feature {
  padding-block: var(--gv-section-gap);
}

.gv-home-footer-gap {
  height: var(--gv-section-gap-footer);
}

@media (max-width: 991.98px) {
  :root {
    --gv-section-gap: 48px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --gv-section-gap: 36px;
  }
}

/* Amerce .bg-dark used var(--text) ? never let footer/topbars go red again */
.bg-dark {
  background-color: var(--gv-bg-dark) !important;
}

.gv-announcement__text {
  color: var(--gv-text-primary-on-dark);
}

/* ???????????????????????????????????????????????????????????????????
   SITE HEADER ? two rows: tools + catalog/info nav
   ??????????????????????????????????????????????????????????????????? */

.gv-site-header {
  --gv-header-main-h: 64px;
  position: sticky;
  top: 0;
  /* Above catalog hero / filters — flyout overflows the sticky box and
     must win stacking against subsequent page content. */
  z-index: 1050;
  overflow: visible;
  background: var(--gv-surface);
  border-bottom: 1px solid var(--gv-border);
  box-shadow: none;
}

.gv-site-header.is-catalog-open {
  z-index: 1100;
  border-bottom-color: transparent;
}

/* About ONLY: override site sticky top:-main-h (see about block below for full rules) */
body.page-about .gv-site-header,
body.page-about .gv-site-header.gv-site-header--about-pin {
  position: fixed !important;
  top: 0 !important;
}

.gv-header-main {
  width: 100%;
}

.gv-site-header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
  min-height: 64px;
}

.gv-site-header__menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gv-text-primary);
  font-size: 22px;
  cursor: pointer;
  flex-shrink: 0;
}

.gv-site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.gv-site-header__logo img {
  display: block;
  height: 28px;
  width: auto;
}

.gv-site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex-shrink: 0;
}

.gv-site-header__tool {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gv-text-primary);
  text-decoration: none;
  border-radius: var(--gv-radius-sm);
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.15s ease;
}

.gv-site-header__tool:hover {
  color: var(--gv-accent-primary);
  background: transparent;
}

.gv-site-header__tool .icon {
  font-size: 20px;
  line-height: 1;
}

.gv-site-header__tool-count {
  position: absolute;
  top: 4px;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: var(--gv-radius-sm);
  background: var(--gv-accent-primary);
  color: #fff;
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-xs);
  font-weight: var(--gv-weight-semibold);
  line-height: 16px;
  text-align: center;
}

.gv-site-header__divider {
  display: none;
  width: 1px;
  height: 24px;
  margin: 0;
  background: var(--gv-border, #E3E6E7);
  flex-shrink: 0;
}

.gunvor-header-contact--header {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  line-height: 1.2;
  flex-shrink: 0;
}

.gunvor-header-contact--header .gunvor-header-contact__tel {
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  color: var(--gv-text-primary);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.gunvor-header-contact--header .gunvor-header-contact__tel:hover {
  color: var(--gv-accent-primary);
  opacity: 1;
}

.gv-site-header__chat {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: var(--gv-radius-sm);
  color: var(--gv-text-primary);
  text-decoration: none;
  flex-shrink: 0;
  transition: color 0.15s ease;
}

.gv-site-header__chat:hover {
  color: var(--gv-accent-primary);
  background: transparent;
}

.gv-site-header__chat .icon {
  font-size: 18px;
  line-height: 1;
}

.gv-site-header__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--gv-text-primary);
  text-decoration: none;
  border-radius: var(--gv-radius-sm);
  flex-shrink: 0;
  transition: color 0.15s ease;
}

.gv-site-header__cart:hover {
  color: var(--gv-accent-primary);
  background: transparent;
}

.gv-site-header__cart .icon {
  font-size: 20px;
  line-height: 1;
}

.gv-site-header__cart-count {
  position: absolute;
  top: 4px;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: var(--gv-radius-sm);
  background: var(--gv-accent-primary);
  color: #fff;
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-xs);
  font-weight: var(--gv-weight-semibold);
  line-height: 16px;
  text-align: center;
}

.gv-site-header__lang {
  margin-left: 6px;
  flex-shrink: 0;
}

.gv-site-header__lang .gunvor-lang-dropdown__toggle {
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  color: var(--gv-text-muted);
  background: transparent;
  border: 0;
  padding: 8px;
}

.gv-site-header__lang .gunvor-lang-dropdown__toggle:hover,
.gv-site-header__lang .gunvor-lang-dropdown__toggle:focus {
  color: var(--gv-text-primary);
}

/* Row 2 — catalog + info links */
.gv-header-nav {
  display: none;
  background: var(--gv-surface);
  border-top: 1px solid #E3E6E7;
}

.gv-header-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 16px;
}

.gv-header-nav__catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 12px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #171A1C;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}

/* Same surface as level-2 nav — no beige chip, so flyout reads as header expand */
.gv-header-nav__catalog:hover,
.gv-header-nav__catalog.is-active,
.gv-header-catalog.is-open .gv-header-nav__catalog {
  background: transparent;
  color: #171A1C;
}

.gv-header-nav__catalog .icon {
  font-size: 12px;
  line-height: 1;
  color: #5C6569;
  transition: transform 0.2s ease, color 0.15s ease;
}

.gv-header-nav__catalog:hover .icon,
.gv-header-catalog.is-open .gv-header-nav__catalog .icon {
  color: var(--gv-accent-primary);
}

.gv-header-catalog.is-open .gv-header-nav__catalog .icon {
  transform: rotate(180deg);
}

.gv-header-nav__links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.gv-header-nav__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5C6569;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  transition: color 0.15s ease;
}

.gv-header-nav__search:hover {
  color: var(--gv-text-primary);
}

.gv-header-nav__search .icon {
  font-size: 17px;
  line-height: 1;
}

.gv-header-nav__link {
  font-family: var(--gv-font-body);
  font-size: 13px;
  font-weight: var(--gv-weight-medium);
  color: #5C6569;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.gv-header-nav__link:hover,
.gv-header-nav__link.is-active {
  color: var(--gv-text-primary);
}

/* Catalog mega flyout — same surface as level-2 nav (continuous header expand) */
.gv-header-flyout {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background: var(--gv-surface);
  border-top: 0;
  border-bottom: 1px solid var(--gv-border);
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.gv-site-header.is-catalog-open .gv-header-flyout,
.gv-header-flyout.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.gv-header-flyout__panel {
  display: flex;
  gap: 28px;
  max-width: 1410px;
  margin: 0 auto;
  padding: 36px 16px 28px;
}

.gv-header-flyout__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gv-header-flyout__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gv-header-flyout__tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: var(--gv-text-primary);
  min-width: 0;
}

.gv-header-flyout__tile-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 8px;
}

.gv-header-flyout__tile-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.gv-header-flyout__tile:hover .gv-header-flyout__tile-media img {
  transform: scale(1.04);
}

.gv-header-flyout__tile-name {
  font-family: var(--gv-font-body);
  font-size: 13px;
  font-weight: var(--gv-weight-medium);
  line-height: 1.35;
  color: var(--gv-text-primary);
  text-align: center;
}

.gv-header-flyout__tile:hover .gv-header-flyout__tile-name {
  color: var(--gv-accent-primary);
}

.gv-header-flyout__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-family: var(--gv-font-body);
  font-size: 13px;
  font-weight: var(--gv-weight-medium);
  color: #085041;
  text-decoration: none;
}

.gv-header-flyout__all:hover {
  color: var(--gv-accent-primary);
}

.gv-header-flyout__all .icon {
  font-size: 14px;
  line-height: 1;
}

.gv-header-flyout__divider {
  width: 1px;
  align-self: stretch;
  background: #E3E6E7;
  flex-shrink: 0;
}

.gv-header-flyout__side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 180px;
  flex-shrink: 0;
  padding-top: 4px;
}

.gv-header-flyout__side-link {
  font-family: var(--gv-font-body);
  font-size: 13px;
  font-weight: var(--gv-weight-medium);
  color: #5C6569;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.gv-header-flyout__side-link:hover {
  color: var(--gv-text-primary);
}

@media (min-width: 768px) {
  .gunvor-header-contact--header {
    display: flex;
  }

  .gv-site-header__divider {
    display: block;
  }

  .gv-site-header__chat {
    display: inline-flex;
  }
}

@media (min-width: 1100px) {
  /* Stick header so level-1 scrolls away; only level-2 nav stays in view */
  .gv-site-header {
    top: calc(-1 * var(--gv-header-main-h));
  }

  /* About: never apply the -main-h offset — both rows stay until .is-scrolled */
  body.page-about .gv-site-header,
  body.page-about .gv-site-header.gv-site-header--about-pin {
    top: 0 !important;
  }

  .gv-site-header__menu-btn {
    display: none;
  }

  .gv-site-header__inner,
  .gv-header-nav__inner,
  .gv-header-flyout__panel {
    padding-left: 32px;
    padding-right: 32px;
  }

  .gv-site-header__inner {
    min-height: 64px;
  }

  .gv-header-nav {
    display: block;
  }
}

@media (max-width: 1099.98px) {
  .gv-header-flyout {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .gv-header-flyout__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ???????????????????????????????????????????????????????????????????
   HOME HERO ? dark, text + power-line signature
   ??????????????????????????????????????????????????????????????????? */

[data-gv-homepage-block="hero_slider"] {
  display: block;
}

.gv-hero {
  background-color: var(--gv-bg-dark);
  background-image: none;
  color: var(--gv-text-primary-on-dark);
  min-height: 0;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.gv-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.gv-hero__poster,
.gv-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.gv-hero__poster {
  z-index: 0;
  transition: opacity 0.45s ease;
}

.gv-hero__video {
  display: none;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.gv-hero.is-video-ready .gv-hero__video {
  display: block;
  opacity: 1;
}

.gv-hero.is-video-ready .gv-hero__poster {
  opacity: 0;
}

.gv-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(15, 18, 21, 0.65);
}

.gv-hero__ambient {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.gv-hero__ambient-layer path {
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.gv-hero__ambient-layer--a path {
  stroke: var(--gv-accent-primary);
  stroke-width: 1.25;
  stroke-opacity: 0.28;
  animation: gv-ambient-draw 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

.gv-hero__ambient-layer--b path {
  stroke: var(--gv-accent-warning);
  stroke-width: 1;
  stroke-opacity: 0.18;
  animation: gv-ambient-draw 2.8s cubic-bezier(0.4, 0, 0.2, 1) 0.45s forwards;
}

.gv-hero__ambient-layer--b path:nth-child(2) {
  animation-delay: 0.7s;
}

.gv-hero__ambient-layer--b path:nth-child(3) {
  animation-delay: 0.95s;
}

@keyframes gv-ambient-draw {
  to { stroke-dashoffset: 0; }
}

.gv-hero::before,
.gv-hero::after {
  content: none;
  display: none;
}

.gv-hero__inner {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 28px 16px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.gv-hero__copy {
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.gv-hero__title {
  margin: 0 0 12px;
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-2xl);
  font-weight: var(--gv-weight-bold);
  line-height: 1.12;
  letter-spacing: var(--gv-tracking-tighter);
  color: var(--gv-text-primary-on-dark);
}

.gv-hero__title-line {
  display: block;
}

.gv-hero__subtitle {
  margin: 0 0 28px;
  max-width: 34em;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-regular);
  line-height: 1.45;
  color: #8a9296;
}

.gv-hero__stats {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.gv-hero--with-picker .gv-hero__stats {
  margin-bottom: 0;
}

.gv-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
  padding: 0 20px;
}

.gv-hero__stat:first-child {
  padding-left: 0;
}

.gv-hero__stat + .gv-hero__stat {
  border-left: 1px solid #262B2E;
}

.gv-hero__stat-value {
  font-family: var(--gv-font-display);
  font-size: clamp(28px, 2.4vw, 32px);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.15;
  letter-spacing: var(--gv-tracking-tight);
  color: var(--gv-text-primary-on-dark);
  white-space: nowrap;
}

.gv-hero__stat-label {
  font-family: var(--gv-font-body);
  font-size: 12px;
  font-weight: var(--gv-weight-regular);
  line-height: 1.35;
  color: #8a9296;
}

.gv-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--gv-radius-lg);
  background: var(--gv-accent-primary) !important;
  color: #fff !important;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.2;
  text-decoration: none !important;
  -webkit-text-fill-color: #fff;
  transition: background 0.15s ease;
}

.gv-hero__cta:hover,
.gv-hero__cta:focus-visible {
  background: var(--gv-accent-primary-hover) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .gv-hero__ambient-layer path {
    animation: none;
    stroke-dashoffset: 0;
  }
}

@media (min-width: 900px) {
  .gv-hero {
    max-height: 100vh;
    max-height: 100dvh;
  }

  .gv-hero__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 24px 40px;
    padding: 36px 32px 24px;
    align-items: center;
  }

  .gv-hero__title {
    font-size: var(--gv-text-3xl);
    margin-bottom: 16px;
  }

  .gv-hero__subtitle {
    margin-bottom: 32px;
  }
}

@media (max-width: 899.98px) {
  .gv-hero {
    max-height: none;
  }

  .gv-hero__ambient {
    opacity: 0.35;
  }
}

@media (max-width: 575.98px) {
  .gv-hero__inner {
    padding: 24px 16px 16px;
    gap: 16px;
  }

  .gv-hero__title {
    font-size: var(--gv-text-xl);
  }

  .gv-hero__subtitle {
    margin-bottom: 24px;
    font-size: var(--gv-text-sm);
  }

  .gv-hero__stat {
    padding: 0 12px;
  }

  .gv-hero__stat-value {
    font-size: 28px;
  }
}

/* ── "Как это работает" — Tesla-style scene carousel ───────────────────────── */

.gv-how {
  background: #fafaf9;
  color: var(--gv-text-primary);
  position: relative;
  overflow: hidden;
  padding-block: var(--gv-section-gap);
}

.gv-how__inner {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 24px;
}

.gv-how__head {
  position: absolute;
  left: 4%;
  top: 10%;
  z-index: 4;
  max-width: min(280px, 28%);
  margin: 0;
  pointer-events: none;
}

.gv-how__stage {
  position: relative;
}

.gv-how__title {
  margin: 0;
  font-family: var(--gv-font-display);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: var(--gv-weight-bold);
  line-height: 1.15;
  letter-spacing: var(--gv-tracking-tighter);
  color: var(--gv-text-primary);
}

.gv-how__play {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 26, 28, 0.82);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gv-how__play:hover {
  background: #171a1c;
}

.gv-how__play:focus-visible {
  outline: 2px solid var(--gv-accent-primary);
  outline-offset: 3px;
}

.gv-how__play-icon {
  display: none;
}

.gv-how__play.is-playing .gv-how__play-icon--pause,
.gv-how__play:not(.is-playing) .gv-how__play-icon--play {
  display: block;
}

.gv-how__viewport {
  position: relative;
  /* Keep AR when max-height clamps — otherwise cover crops room corners */
  width: min(100%, calc(min(72vh, 760px) * 1024 / 682));
  aspect-ratio: 1024 / 682;
  max-height: min(72vh, 760px);
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  border-radius: 4px;
}

.gv-how__art-stack,
.gv-how__wires,
.gv-how__labels {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gv-how__art-stack {
  z-index: 1;
}

.gv-how__scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  pointer-events: none;
}

.gv-how__scene.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* Identical box model for both scene layers — neutralize global `img`
   (amerce: max-width/height:auto/transform:scale(1)) so opacity crossfade
   can't pick up a 1px edge from divergent compositing. */
.gv-how__bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center center;
  transform: none;
  vertical-align: top;
  user-select: none;
  pointer-events: none;
}

.gv-how__bg--off {
  z-index: 0;
}

.gv-how__bg--on {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* Fault: fade out glowing Grid→UPS layer, reveal bgOff underneath */
.gv-how.is-fault .gv-how__scene.is-active .gv-how__bg--on {
  opacity: 0;
}

.gv-how__wires {
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

/* Load path drawn from scratch — idle in normal, flows in fault */
.gv-how__load-base {
  fill: none;
  stroke: var(--gv-accent-primary);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.08;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.gv-how__load-base.is-on {
  opacity: 0.22;
}

.gv-how__load-flow {
  fill: none;
  stroke: var(--gv-accent-primary);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10 16;
  filter: url(#gv-how-load-glow);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.gv-how__load-flow.is-on {
  opacity: 1;
  animation: gv-how-flow 1.15s linear infinite;
}

.gv-how__leader {
  stroke: #5c6569;
  stroke-width: 1;
  stroke-linecap: round;
  fill: none;
  pointer-events: none;
  opacity: 0.9;
}

.gv-how__labels {
  z-index: 3;
  pointer-events: none;
}

.gv-how__label {
  position: absolute;
  inset: 0;
  transition: opacity 0.35s ease;
}

.gv-how__label-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.gv-how__label-pill {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(23, 26, 28, 0.9);
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: box-shadow 0.4s ease, background 0.35s ease, opacity 0.35s ease;
}

.gv-how__label-row {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.gv-how__label-text {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: var(--gv-font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.gv-how__light-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.gv-how__light-bulb,
.gv-how__light-base {
  transition: fill 0.3s ease, stroke 0.3s ease, filter 0.3s ease;
}

/* NORMAL: lit warm amber (token --gv-accent-warning = #f5a623) */
.gv-how__light-bulb {
  fill: var(--gv-accent-warning);
  stroke: none;
  filter: drop-shadow(0 0 4px rgba(245, 166, 35, 0.85));
}

.gv-how__light-base {
  fill: var(--gv-accent-warning);
  stroke: none;
}

/* FAULT: outline only, extinguished — driven by existing is-dim on grid */
.gv-how__label.is-dim .gv-how__light-bulb,
.gv-how__label.is-dim .gv-how__light-base {
  fill: none;
  stroke: #5c6569;
  stroke-width: 1.25;
  filter: none;
}

.gv-how__label.is-dim .gv-how__label-pill {
  background: rgba(42, 48, 51, 0.9);
}

.gv-how__label.is-dim .gv-how__label-text {
  color: #9aa3a7;
}

.gv-how__label.is-dim .gv-how__label-dot {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.gv-how__label.is-pulse .gv-how__label-pill {
  box-shadow: 0 0 0 1.5px var(--gv-accent-primary), 0 4px 16px rgba(15, 184, 160, 0.22);
}

.gv-how__charge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

.gv-how__charge-seg {
  display: block;
  width: 16px;
  height: 5px;
  border-radius: 2px;
  background: #3a3e41;
  transition: background 0.25s ease;
}

.gv-how__charge-seg.is-filled {
  background: #0fb8a0;
}

.gv-how__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  margin-top: 28px;
  padding-top: 4px;
}

.gv-how__tab {
  position: relative;
  margin: 0;
  padding: 10px 4px 12px;
  border: 0;
  background: transparent;
  color: var(--gv-text-muted);
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  line-height: 1.3;
  cursor: pointer;
  transition: color 0.2s ease;
}

.gv-how__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
  transition: background 0.2s ease;
}

.gv-how__tab:hover {
  color: var(--gv-text-primary);
}

.gv-how__tab.is-active {
  color: var(--gv-accent-primary);
}

.gv-how__tab.is-active::after {
  background: var(--gv-accent-primary);
}

.gv-how__tab:focus-visible {
  outline: 2px solid var(--gv-accent-primary);
  outline-offset: 4px;
  border-radius: 2px;
}

@keyframes gv-how-flow {
  to { stroke-dashoffset: -26; }
}

@media (max-width: 767.98px) {
  .gv-how__inner {
    padding: 28px 16px 44px;
  }

  .gv-how__head {
    position: static;
    max-width: none;
    margin: 0 0 12px;
    pointer-events: auto;
  }

  .gv-how__title {
    font-size: 24px;
  }

  .gv-how__viewport {
    max-height: none;
    min-height: 220px;
  }

  .gv-how__play {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
  }

  .gv-how__label-text {
    font-size: 11px;
  }

  .gv-how__label-pill {
    padding: 8px 11px;
  }

  .gv-how__label-dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
  }

  .gv-how__charge-seg {
    width: 12px;
    height: 4px;
  }

  .gv-how__tabs {
    justify-content: flex-start;
    gap: 4px 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 20px;
    padding-bottom: 4px;
  }

  .gv-how__tabs::-webkit-scrollbar {
    display: none;
  }

  .gv-how__tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gv-how__scene,
  .gv-how__bg--on,
  .gv-how__load-base,
  .gv-how__load-flow,
  .gv-how__label,
  .gv-how__label-pill,
  .gv-how__label-text,
  .gv-how__charge-seg,
  .gv-how__light-bulb,
  .gv-how__light-base {
    transition: none !important;
    animation: none !important;
  }

  .gv-how.is-fault .gv-how__scene.is-active .gv-how__bg--on {
    opacity: 0;
  }
}

/*
 * Footer ticker: ? home-electronics ???????? ???????? jQuery-???????? infiniteslide (jQuery + infinityslide.js).
 * ? Gunvor ???? ??? jQuery ? ????????? ????? ? ???????? ? ?????? ????? transform -50% (??? ???? ????????? ? ???????).
 */
.infiniteSlide-footer-text .infiniteSlide-element {
  overflow: hidden;
}
.infiniteSlide-footer-text .infiniteSlide.infiniteSlide-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: gunvor-footer-marquee 45s linear infinite;
}
.infiniteSlide-footer-text .infiniteSlide-slide {
  flex: none;
}
.infiniteSlide-footer-text .infiniteSlide-slide .ft-text {
  white-space: nowrap;
}
.infiniteSlide-footer-text .infiniteSlide.infiniteSlide-wrapper:hover {
  animation-play-state: paused;
}
@keyframes gunvor-footer-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .infiniteSlide-footer-text .infiniteSlide.infiniteSlide-wrapper {
    animation: none;
  }
}

/* Category dropdown (Amerce used jQuery clickActive; hover matches template UX without jQuery) */
@media (min-width: 1200px) {
  .tf-header.has-by-category .nav-category-wrap:hover .box-nav-category {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  /* ??????? ???: ?????? ??? ?????? ?? ?????? ???? ?????? */
  .header-s3.has-by-category .header-bottom_wrap .nav-category-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: var(--black);
    pointer-events: none;
  }

  .header-s3.has-by-category .header-bottom_wrap .btn-nav-drop {
    position: relative;
    z-index: 1;
  }
}

/* Toasts from main.js */
#toast-container .gunvor-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--surface, #fff);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  color: var(--text, #101010);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#toast-container .gunvor-toast.success {
  border-left: 4px solid var(--success, #3dab25);
}
#toast-container .gunvor-toast.error {
  border-left: 4px solid var(--critical, #f03e3e);
}

/* ??? Header / page search pill ??? */

.br-line.type-vertical {
  width: 1px;
  height: 16px;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  background-color: var(--line);
}

.form_search-product {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 680px;
  width: 100%;
  padding: 11px 20px;
  border-radius: var(--gv-radius-lg);
  background: var(--bg);
}

.form_search-product .ipt {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
}

.form_search-product .btn-action {
  font-size: 24px;
}

.form_search-product .fieldset-search {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

/* Dark topbar: ????? ????? ???????, ??? ????? ????? ?????? (??????????? Amerce text-decoration) */
.tf-topbar.topbar-s2 .link-underline-white {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
}
.tf-topbar.topbar-s2 .link-underline-white::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 1px;
  background-color: var(--white);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s ease;
}
.tf-topbar.topbar-s2 .link-underline-white:hover::after,
.tf-topbar.topbar-s2 .link-underline-white:focus-visible::after {
  transform: scaleX(1);
}
.tf-topbar.topbar-s2 .link-underline-white:hover,
.tf-topbar.topbar-s2 .link-underline-white:focus-visible {
  color: var(--white) !important;
}

/* Header contact: phone + warehouse hours (shtyl-style) */
.gunvor-header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  line-height: 1.3;
  text-align: right;
}

.gunvor-header-contact__tel {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.01em;
  transition: opacity 0.2s ease;
}

.gunvor-header-contact__tel:hover {
  color: var(--primary);
  opacity: 0.82;
}

.gunvor-header-contact__schedule {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--text-2, #5b6578);
  white-space: nowrap;
}

.gunvor-header-contact--bar {
  display: none;
}

@media (min-width: 1200px) {
  .gunvor-header-contact--bar {
    display: flex;
    margin-right: 8px;
  }

  .header-s3 .header-inner .header-right {
    gap: 20px;
  }
}

.gunvor-header-contact--topbar {
  display: none;
}

@media (min-width: 768px) {
  .gunvor-header-contact--topbar {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .gunvor-header-contact--topbar {
    display: none;
  }
}

.gunvor-header-contact--topbar .gunvor-header-contact__tel {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}

.gunvor-header-contact--topbar .gunvor-header-contact__tel:hover {
  color: #fff;
  opacity: 0.88;
}

.gunvor-header-contact--topbar .gunvor-header-contact__schedule {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.58);
}

.gunvor-header-contact--mobile {
  align-items: flex-start;
  text-align: left;
  margin-top: 12px;
}

.gunvor-header-contact--mobile .gunvor-header-contact__tel {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
}

.gunvor-header-contact--mobile .gunvor-header-contact__schedule {
  font-size: 0.8125rem;
}

/* Language switcher: text labels */
.gunvor-lang-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  padding: 4px 10px;
  font-size: inherit;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
  white-space: nowrap;
}

.gunvor-lang-dropdown__label {
  letter-spacing: 0.01em;
}

.gunvor-lang-dropdown__toggle.dropdown-toggle::after {
  margin-left: 2px;
  vertical-align: 0.2em;
}

.gunvor-lang-dropdown__toggle:focus {
  outline: none;
}

.gunvor-lang-dropdown__toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
  border-radius: 4px;
}

.gunvor-lang-dropdown--canvas .gunvor-lang-dropdown__toggle:focus-visible {
  outline-color: rgba(17, 29, 69, 0.35);
}

.gunvor-lang-dropdown__menu {
  min-width: 10.5rem;
  padding: 6px;
  border-radius: 8px;
  margin-top: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gunvor-lang-dropdown__menu .dropdown-item {
  border-radius: 6px;
  padding: 8px 14px;
}

.gunvor-lang-dropdown__menu .dropdown-item.active {
  font-weight: 600;
  background-color: rgba(17, 29, 69, 0.06);
  color: var(--text);
}

.gunvor-lang-dropdown--topbar .gunvor-lang-dropdown__toggle {
  color: var(--white);
}

.gunvor-lang-dropdown--topbar .gunvor-lang-dropdown__toggle:hover,
.gunvor-lang-dropdown--topbar .gunvor-lang-dropdown__toggle.show {
  color: var(--white);
}

.gunvor-lang-dropdown--topbar .gunvor-lang-dropdown__toggle::after {
  border-top-color: rgba(255, 255, 255, 0.85);
}

.gunvor-lang-dropdown--footer {
  margin-bottom: 16px;
}

.gunvor-lang-dropdown--footer .gunvor-lang-dropdown__toggle {
  color: var(--white);
  padding-left: 0;
}

.gunvor-lang-dropdown--footer .gunvor-lang-dropdown__toggle::after {
  border-top-color: rgba(255, 255, 255, 0.65);
}

.gunvor-lang-dropdown--footer .gunvor-lang-dropdown__toggle:focus-visible {
  outline-color: rgba(255, 255, 255, 0.45);
}

.gunvor-lang-dropdown--canvas .gunvor-lang-dropdown__toggle {
  justify-content: center;
  color: var(--text);
  width: 100%;
}

.gunvor-lang-dropdown--canvas .gunvor-lang-dropdown__toggle::after {
  border-top-color: var(--text);
}

/* Footer ? always background-dark, never Amerce .bg-dark ? var(--text) red */
.tf-footer.bg-dark,
.tf-footer.footer-s2 {
  background-color: var(--gv-bg-dark) !important;
  color: var(--gv-text-muted-on-dark);
}
.tf-footer .text-white,
.tf-footer .footer-heading,
.tf-footer .ft-text {
  color: var(--gv-text-primary-on-dark) !important;
}
.tf-footer .cl-text-2,
.tf-footer .cl-text-3,
.tf-footer .footer-desc,
.tf-footer .footer-menu-list a,
.tf-footer .gunvor-footer-bottom__credits,
.tf-footer .gunvor-footer-bottom__copy,
.tf-footer .gunvor-footer-bottom__dealer-text {
  color: var(--gv-text-muted-on-dark) !important;
}
.tf-footer .footer-menu-list a:hover,
.tf-footer a.link:hover {
  color: var(--gv-accent-primary) !important;
}
.tf-footer .br-line.fake-class.bg-white_10 {
  background: rgba(242, 243, 243, 0.08) !important;
}

/* Footer bottom: ????? ?????, ???????? ?? ??????, credits ?????? */
.footer-bottom .gunvor-footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px 20px;
}
.footer-bottom .gunvor-footer-bottom__left {
  grid-column: 1;
  justify-self: start;
  text-align: left;
  min-width: 0;
}
.footer-bottom .gunvor-footer-bottom__copy {
  grid-column: 2;
  margin: 0;
  text-align: center;
  justify-self: center;
  max-width: min(100%, 42rem);
}
.footer-bottom .gunvor-footer-bottom__right {
  grid-column: 3;
  justify-self: end;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 0;
}
.footer-bottom .gunvor-footer-bottom__credits a.link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-bottom .gunvor-footer-bottom__credits a.link:hover,
.footer-bottom .gunvor-footer-bottom__credits a.link:focus-visible {
  color: var(--white);
}
@media (max-width: 991px) {
  .footer-bottom .gunvor-footer-bottom__copy.text-nocopy {
    width: auto;
  }
}
@media (max-width: 767px) {
  .footer-bottom .gunvor-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .footer-bottom .gunvor-footer-bottom__copy {
    grid-column: 1;
    max-width: none;
    order: 1;
  }
  .footer-bottom .gunvor-footer-bottom__left {
    grid-column: 1;
    justify-self: center;
    text-align: center;
    order: 2;
  }
  .footer-bottom .gunvor-footer-bottom__right {
    grid-column: 1;
    align-items: flex-end;
    text-align: right;
    align-self: stretch;
    order: 3;
  }
}

/* Homepage collection_banners ? neutral light promo cards, no gradients */
.gv-promo-banners__grid {
  gap: 16px;
}
.gv-promo-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
  min-height: 220px;
  background: var(--gv-bg-light);
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
}
.gv-promo-banner:hover {
  border-color: var(--gv-border-strong, #c8ced1);
  text-decoration: none;
  color: inherit;
}
.gv-promo-banner__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  min-width: 0;
}
.gv-promo-banner__title {
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-xl, 20px);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.25;
  letter-spacing: var(--gv-tracking-tight, -0.01em);
  color: var(--gv-text-primary);
}
.gv-promo-banner__desc {
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  line-height: 1.45;
  color: var(--gv-text-muted);
}
.gv-promo-banner__cta {
  margin-top: 8px;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-semibold);
  color: var(--gv-accent-primary);
}
.gv-promo-banner:hover .gv-promo-banner__cta {
  color: var(--gv-accent-primary-hover);
}
.gv-promo-banner__media {
  position: relative;
  min-height: 180px;
  background: var(--gv-surface);
}
.gv-promo-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .gv-promo-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .gv-promo-banner__media {
    min-height: 180px;
    order: -1;
  }
  .gv-promo-banner__copy {
    padding: 16px;
  }
}

/* Legacy Amerce badge/sale overrides ? accent-primary, not red */
.product-badge_item.sale,
.product-badge_item.new,
.product-badge_item.trend,
.badge-sale {
  background-color: var(--gv-accent-primary) !important;
  color: #fff !important;
}

/* Home hero + product picker */
[data-gv-homepage-block="hero_slider"] {
  position: relative;
  z-index: 12;
}
[data-gv-homepage-block="category_icons"] {
  position: relative;
  z-index: 1;
}
[data-gv-homepage-block="hero_slider"]:has(.gv-hero-picker__field.is-open) {
  z-index: 300;
}
.gv-hero-section {
  position: relative;
  overflow: visible;
  margin-bottom: 4px;
}
.gv-hero-main {
  position: relative;
  overflow: visible;
  border-radius: 0;
}
.gv-hero-main__media {
  display: block;
  pointer-events: none;
  user-select: none;
}
.gv-hero-main__media img {
  display: block;
  width: 100%;
  height: 500px;
  min-height: 500px;
  object-fit: cover;
}
.gv-hero-main__picker {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  z-index: 10;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .gv-hero-section.banner-cls .gv-hero-side-card .box-image_img img {
    height: 246px;
    min-height: 246px;
    max-height: 246px;
    object-fit: cover;
  }
}
/* Tesla-style UPS configurator card (restored picker logic) */
.gv-hero--with-picker .gv-hero__inner {
  align-items: start;
  gap: 16px 28px;
}
.gv-hero__picker-card {
  width: 100%;
  max-width: 440px;
  justify-self: end;
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .gv-hero--with-picker .gv-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 440px);
    padding: 32px 32px 20px;
    align-items: center;
  }
}

.gv-hero-picker {
  position: relative;
  z-index: 20;
  width: 100%;
  color: var(--gv-text-primary);
  background: var(--gv-bg-light);
  border-radius: 12px;
  box-shadow: none;
  border: 0;
  padding: 24px;
}
.gv-hero-picker__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.gv-hero-picker__title {
  margin: 0;
  color: var(--gv-text-primary);
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-xl, 20px);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.2;
  letter-spacing: var(--gv-tracking-tight);
  text-shadow: none;
}
.gv-hero-picker__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.gv-hero-picker__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 0.5px solid var(--gv-border);
  border-radius: 999px;
  background: #fff;
  color: var(--gv-text-primary);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  line-height: 1.2;
  cursor: pointer;
  backdrop-filter: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.gv-hero-picker__tab:hover {
  border-color: var(--gv-text-primary);
}
.gv-hero-picker__tab.is-active {
  background: #171A1C;
  border-color: #171A1C;
  color: #fff;
}
.gv-hero-picker__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  width: 100%;
}
.gv-hero-picker__filters-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  min-width: 0;
}
.gv-hero-picker__bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.gv-hero-picker__power-range {
  display: block;
}
.gv-hero-picker__power-indicator {
  margin: 8px 0 14px;
  font-family: var(--gv-font-mono);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: var(--gv-weight-semibold);
  line-height: 1;
  letter-spacing: var(--gv-tracking-tight);
  color: var(--gv-text-primary);
}
.gv-hero-picker__power-slider {
  position: relative;
  height: 28px;
  display: flex;
  align-items: center;
}
.gv-hero-picker__power-slider-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 1px;
  background: var(--gv-border);
  pointer-events: none;
}
.gv-hero-picker__power-slider-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #171A1C;
  border-radius: 1px;
}
.gv-hero-picker__power-slider-input {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
  height: 28px;
}
.gv-hero-picker__power-slider-input::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}
.gv-hero-picker__power-slider-input::-moz-range-track {
  height: 2px;
  background: transparent;
  border: 0;
}
.gv-hero-picker__power-slider-input::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #171A1C;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0.5px #171A1C;
  pointer-events: auto;
  cursor: pointer;
  margin-top: -8px;
}
.gv-hero-picker__power-slider-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #171A1C;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0.5px #171A1C;
  pointer-events: auto;
  cursor: pointer;
}
.gv-hero-picker__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  position: relative;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 0;
  z-index: 1;
}
.gv-hero-picker__field.is-open {
  z-index: 40;
}
.gv-hero-picker__field--power {
  display: none !important;
}
.gv-hero-picker__label {
  display: block;
  padding: 0;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-xs);
  font-weight: var(--gv-weight-medium);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gv-text-muted);
}
.gv-hero-picker__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: var(--gv-surface);
  color: var(--gv-text-muted);
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.gv-hero-picker__trigger.has-value {
  color: var(--gv-text-primary);
}
.gv-hero-picker__trigger:hover,
.gv-hero-picker__field.is-open .gv-hero-picker__trigger {
  border-color: var(--gv-border-strong);
  color: var(--gv-text-primary);
}
.gv-hero-picker__trigger-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gv-hero-picker__trigger-icon {
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--gv-text-muted);
  transition: transform 0.15s ease;
}
.gv-hero-picker__field.is-open .gv-hero-picker__trigger-icon {
  transform: rotate(180deg);
}
.gv-hero-picker__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 240px;
  overflow: auto;
  padding: 6px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: var(--gv-surface);
  box-shadow: 0 8px 24px rgba(15, 18, 21, 0.12);
}
.gv-hero-picker__menu[hidden] {
  display: none !important;
}
.gv-hero-picker__menu.is-dropup {
  top: auto;
  bottom: calc(100% + 4px);
}
.gv-hero-picker__option {
  display: block;
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 0;
  border-radius: var(--gv-radius-md);
  background: transparent;
  color: var(--gv-text-primary);
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
.gv-hero-picker__option:hover:not(:disabled) {
  background: var(--gv-bg-light);
}
.gv-hero-picker__option.is-active,
.gv-hero-picker__option[aria-selected="true"] {
  background: var(--gv-accent-primary-soft);
  color: var(--gv-text-primary);
}
.gv-hero-picker__option.is-disabled,
.gv-hero-picker__option:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.gv-hero-picker__segments,
.gv-hero-picker__segment,
.gv-hero-picker__control,
.gv-hero-picker__value {
  display: none !important;
}
.gv-hero-picker__empty {
  margin: 0;
  font-size: var(--gv-text-sm);
  color: var(--gv-text-muted);
}
.gv-hero-picker__action {
  width: 100%;
  margin-top: 2px;
}
.gv-hero-picker__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #171A1C;
  color: #fff;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-semibold);
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.gv-hero-picker__submit:hover {
  background: #0b0d0f;
  color: #fff;
}
@media (max-width: 899.98px) {
  .gv-hero__picker-card {
    max-width: none;
    justify-self: stretch;
  }
  .gv-hero-picker {
    padding: 20px;
  }
  .gv-hero-picker__power-indicator {
    font-size: 28px;
  }
}

/* === FILTER COLLECTIONS ? card buttons (image left + label right) === */
.filter-collections-row {
  padding: 10px 0 18px;
  border-bottom: 0;          /* no bottom border / shadow under the container */
  box-shadow: none;
  margin-bottom: 6px;
}
.filter-collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  overflow: visible;         /* no horizontal scroll */
  cursor: default;           /* no grab cursor */
}
.filter-collection-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  height: 84px;
  padding: 12px 16px;
  border: 1.5px solid #e0e0e0;
  border-radius: var(--gv-radius-lg);       /* rounded-xl */
  background: #fff;
  text-decoration: none;
  color: #1a1f33;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.filter-collection-card__thumb {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: var(--gv-radius-lg);
  background: #f5f6f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.filter-collection-card__thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.filter-collection-card__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-collection-card:hover {
  border-color: #b8bdcb;
  box-shadow: 0 4px 14px rgba(17, 29, 69, 0.08);
}
.filter-collection-card.active {
  border-color: var(--gv-bg-dark);
  color: var(--gv-bg-dark);
  box-shadow: 0 4px 14px rgba(17, 29, 69, 0.12);
}

/* Sub-type rows (??? ? ????) */
.filter-collections-row--sub {
  padding-top: 0;
  margin-bottom: 0;
}
.filter-collections-row--nested {
  padding-top: 4px;
  padding-bottom: 14px;
}
.filter-collections-group-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c757d;
}
.filter-collections-row--sub .filter-collections-grid,
.filter-collections-grid--nested {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}
.filter-collections-row--sub .filter-collection-card--sub,
.filter-collections-grid--nested .filter-collection-card--sub {
  flex: 0 0 auto;
  width: auto;
  min-width: 240px;
  max-width: 340px;
}
.filter-collection-card--sub {
  background: #fafbfc;
  height: 84px;
}
.filter-collection-card--sub .filter-collection-card__label {
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
}
.filter-collection-card--sub.active {
  background: #fff;
}
@media (max-width: 575.98px) {
  .filter-collections-row--sub .filter-collection-card--sub,
  .filter-collections-grid--nested .filter-collection-card--sub {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .filter-collections-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
  .filter-collection-card:not(.filter-collection-card--sub) { height: 72px; font-size: 14px; padding: 10px 14px; gap: 12px; }
  .filter-collection-card--sub { height: 72px; font-size: 14px; padding: 10px 14px; gap: 12px; }
  .filter-collection-card__thumb { width: 48px; height: 48px; }
}

/* === FILTER TOP BAR === */
.filter-top-bar { background: #f8f9fa; border-radius: var(--gv-radius-lg); padding: 4px 20px 12px; margin-bottom: 24px; }
.filter-top-row { display: flex; align-items: flex-start; gap: 16px; padding: 10px 0; border-bottom: 1px solid #e9ecef; }
.filter-top-row:last-child { border-bottom: none; }
.filter-top-label { display: flex; align-items: center; gap: 8px; min-width: 150px; color: #6c757d; font-size: 13px; font-weight: 600; padding-top: 5px; white-space: nowrap; }
.filter-top-label i { font-size: 17px; color: var(--color-primary); }
.filter-top-tags { display: flex; flex-wrap: wrap; gap: 6px; flex: 1; }
.filter-tag { display: inline-flex; align-items: center; padding: 4px 12px; border: 1px solid #dee2e6; border-radius: var(--gv-radius-lg); font-size: 12px; color: #495057; text-decoration: none; background: #fff; transition: color 0.15s, border-color 0.15s, background 0.15s; white-space: nowrap; line-height: 1.4; }
.filter-tag:hover, .filter-tag.active { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.filter-tag-more { background: none; border: none; color: var(--color-primary); font-size: 12px; cursor: pointer; padding: 5px 6px; text-decoration: underline; white-space: nowrap; }

/* === ACTIVE FILTERS === */
.active-filter-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--gv-accent-primary-soft); border: 1px solid var(--color-primary); color: var(--color-primary); border-radius: var(--gv-radius-lg); padding: 4px 8px 4px 12px; font-size: 12px; margin: 0 8px 8px 0; }
.active-filter-remove { color: inherit; text-decoration: none; font-size: 15px; line-height: 1; font-weight: 700; opacity: 0.7; }
.active-filter-remove:hover { opacity: 1; }

/* === MOBILE FILTER BUTTON === */
.btn-filter-mobile { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%); background: var(--color-primary); color: #fff; border: none; border-radius: var(--gv-radius-lg); padding: 12px 24px; font-size: 14px; font-weight: 600; z-index: 999; box-shadow: none; display: flex; align-items: center; gap: 8px; }
.filter-badge { background: var(--gv-accent-primary); color: #fff; border-radius: var(--gv-radius-sm); padding: 1px 7px; font-size: var(--gv-text-xs); }

/* === SIDEBAR WIDGETS === */
.widget-filter { border-bottom: 1px solid #f0f0f0; padding: 14px 0; }
.widget-filter:last-of-type { border-bottom: none; }
.widget-title { font-size: 13px; font-weight: 700; color: #212529; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.03em; }
.list-filter { list-style: none; padding: 0; margin: 0; }
.list-filter li { margin-bottom: 7px; }
.list-filter label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #555; cursor: pointer; }
.list-filter input[type="checkbox"], .list-filter input[type="radio"] { accent-color: var(--color-primary); width: 15px; height: 15px; flex-shrink: 0; }
.price-inputs { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.price-inputs input { flex: 1; font-size: 12px; text-align: center; padding: 4px 8px; border: 1px solid #dee2e6; border-radius: 6px; }
.price-inputs span { color: #aaa; font-size: 12px; }
.price-slider-wrap { display: flex; flex-direction: column; gap: 6px; }
input[type="range"] { width: 100%; accent-color: var(--color-primary); }
.filter-actions { padding-top: 16px; display: flex; flex-direction: column; gap: 8px; }

/* Layout breadcrumbs ? centered like Amerce .section-page-title .breadcrumbs */
.tf-breadcrumb {
  padding-top: 16px;
}
.tf-breadcrumb .icon-CaretRightThin {
  font-size: 12px;
  line-height: 1;
  margin-top: 1px;
}
.tf-breadcrumb .item {
  line-height: 1.35;
}

/* About page ? stat strip icons (amerce .fs-32 has no font-size, only line-height) */
.gf-stat-icon-wrap {
  min-height: 56px;
}
.gf-stat-icon {
  font-size: 48px !important;
  line-height: 1 !important;
}
@media (max-width: 575.98px) {
  .gf-stat-icon {
    font-size: 40px !important;
  }
  .gf-stat-icon-wrap {
    min-height: 48px;
  }
}

/* ???????????????????????????????????????????????????????????????????
   ABOUT PAGE ? Revolut-style
   Colors from design tokens (--gv-*). Dark sections use --gv-bg-dark.
   ??????????????????????????????????????????????????????????????????? */

/* ?? Brand constants (from design tokens) ?? */
:root {
  --ab-dark:    var(--gv-bg-dark);
  --ab-dark-80: color-mix(in srgb, var(--gv-bg-dark) 80%, transparent);
  --ab-dark-06: color-mix(in srgb, var(--gv-bg-dark) 6%, transparent);
  --ab-dark-07: color-mix(in srgb, var(--gv-bg-dark) 7%, transparent);
  --ab-dark-10: color-mix(in srgb, var(--gv-bg-dark) 10%, transparent);
  --ab-gray:    var(--gv-bg-light);
  --ab-text:    var(--gv-text-primary);
  --ab-muted:   var(--gv-text-muted);
}

/* ?? 1. HERO — shared shell (blog + about) ?? */
.ab-hero {
  position: relative;
  overflow: hidden;
}

/* About page — Tesla-style full-bleed under header */
.ab-hero--fullscreen {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: stretch;
  background: #0a0c0e;
  overflow: hidden;
}
.ab-hero--fullscreen .ab-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.ab-hero--fullscreen .ab-hero__img {
  position: absolute;
  /* Slight oversize so translate ±1% never exposes edges at scale(1) */
  inset: -5%;
  width: 110%;
  height: 110%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1) translate(-1%, 0);
  transform-origin: center center;
  will-change: transform;
}
.ab-hero--fullscreen.is-ken-burns .ab-hero__img {
  animation: ab-hero-kenburns 24s ease-in-out forwards;
}
@keyframes ab-hero-kenburns {
  from {
    transform: scale(1) translate(-1%, 0);
  }
  to {
    transform: scale(1.08) translate(1%, -1%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-hero--fullscreen .ab-hero__img,
  .ab-hero--fullscreen.is-ken-burns .ab-hero__img {
    animation: none !important;
    transform: none;
    inset: 0;
    width: 100%;
    height: 100%;
    will-change: auto;
  }
}
.ab-hero--fullscreen .ab-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.2) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}
.ab-hero--fullscreen .ab-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 120px 24px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 64px;
  box-sizing: border-box;
}
.ab-hero--fullscreen .ab-hero__copy {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
  margin-top: auto;
  padding-bottom: 8px;
}
.ab-hero--fullscreen .ab-hero__title {
  margin: 0 0 12px;
  font-family: var(--gv-font-display);
  font-size: clamp(40px, 6vw, 56px);
  font-weight: var(--gv-weight-bold);
  line-height: 1.08;
  letter-spacing: var(--gv-tracking-tighter);
  color: #fff;
}
.ab-hero--fullscreen .ab-hero__subtitle {
  margin: 0;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-regular);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.ab-hero--fullscreen .ab-hero__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 24px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 28px;
}
.ab-hero--fullscreen .ab-hero__stat {
  text-align: center;
  min-width: 0;
}
.ab-hero--fullscreen .ab-hero__stat-value {
  display: block;
  font-family: var(--gv-font-display);
  font-size: clamp(32px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: var(--gv-tracking-tight);
  color: #fff;
  margin-bottom: 8px;
}
.ab-hero--fullscreen .ab-hero__stat-label {
  display: block;
  font-family: var(--gv-font-body);
  font-size: 13px;
  font-weight: var(--gv-weight-regular);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.75);
}

/* Buttons on dark surfaces (photo-break, CTA) */
.ab-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--gv-bg-dark) !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: var(--gv-radius-lg);
  text-decoration: none;
  transition: background .2s, transform .2s;
  border: none;
  white-space: nowrap;
}
.ab-btn-primary:hover {
  background: #f0f0f5;
  color: var(--gv-bg-dark) !important;
  transform: translateY(-2px);
}
.ab-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: var(--gv-radius-lg);
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,.4);
  transition: border-color .2s, background .2s;
  white-space: nowrap;
}
.ab-btn-ghost:hover {
  border-color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.08);
  color: #fff;
}

/* Legacy ab-stats kept unused on about (hero embeds metrics) */
.ab-stats { display: none; }

/* ?? 2b. GALLERY ?? */
.ab-gallery {
  padding: 80px 0;
  background: #fff;
}
.ab-gallery__item {
  margin: 0;
  border-radius: var(--gv-radius-lg);
  overflow: hidden;
  height: 100%;
  min-height: 220px;
  background: #eef0f5;
}
.ab-gallery__item--lg {
  min-height: 420px;
}
.ab-gallery__item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

/* ?? 3. MISSION + shared section styles ?? */
.ab-section {
  padding: 120px 0;
}
.ab-section--gray { background: #f7f8fc; }

/* Eyebrow — only History / Team; quiet orienting label */
.ab-eyebrow {
  font-size: 12px;
  font-weight: var(--gv-weight-medium);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gv-text-muted);
  margin-bottom: 12px;
  display: block;
}
.ab-eyebrow--light { color: rgba(255,255,255,.5); }

/* Headings ? hardcoded dark navy */
.ab-h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--gv-bg-dark) !important;  /* never white */
  margin-bottom: 0;
}
.ab-h2--light { color: #fff !important; }

/* Body text */
.ab-body {
  font-size: 1.0625rem;
  color: #4b5569;
  line-height: 1.72;
}
.ab-body--light { color: rgba(255,255,255,.68); }

/* Round image block */
.ab-img-round {
  border-radius: var(--gv-radius-lg);
  overflow: hidden;
  display: block;
}
.ab-img-round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ?? 4. VALUE CARDS ?? */
.ab-card {
  background: #fff;
  border-radius: var(--gv-radius-lg);
  padding: 40px 32px;
  height: 100%;
  border: 1px solid rgba(17,29,69,.07);
  transition: box-shadow .25s, transform .25s;
}
.ab-card:hover {
  box-shadow: 0 16px 48px rgba(17,29,69,.1);
  transform: translateY(-4px);
}
.ab-card__icon {
  width: 56px;
  height: 56px;
  background: rgba(17,29,69,.07);
  border-radius: var(--gv-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  color: var(--gv-bg-dark) !important;
  margin-bottom: 24px;
}
.ab-card__icon .icon {
  font-size: 28px !important;
  line-height: 1 !important;
  display: block;
}
.ab-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--gv-bg-dark) !important;  /* hardcoded dark */
  margin-bottom: 10px;
}
.ab-card__text {
  font-size: 0.9375rem;
  color: #5b6578;
  line-height: 1.65;
  margin: 0;
}

/* ?? 5. TIMELINE ?? */
.ab-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.ab-timeline::before {
  content: '';
  position: absolute;
  left: 76px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom, var(--gv-bg-dark) 0%, rgba(17,29,69,.12) 100%);
}
.ab-timeline__item {
  display: flex;
  gap: 0;
  align-items: flex-start;
  padding-bottom: 44px;
}
.ab-timeline__item:last-child { padding-bottom: 0; }
.ab-timeline__year {
  min-width: 68px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--gv-bg-dark);   /* dark ? readable */
  padding-top: 1px;
  text-align: right;
  flex-shrink: 0;
}
.ab-timeline__dot-wrap {
  width: 20px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 5px;
  margin: 0 16px;
  position: relative;
  z-index: 1;
}
.ab-timeline__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gv-bg-dark);     /* hardcoded */
  border: 2.5px solid #fff;
  box-shadow: 0 0 0 2px var(--gv-bg-dark);  /* hardcoded */
}
.ab-timeline__dot--active {
  background: var(--gv-bg-dark);
  box-shadow: 0 0 0 3px rgba(17,29,69,.25);
}
.ab-timeline__content strong {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gv-bg-dark) !important;   /* hardcoded */
  margin-bottom: 5px;
}
.ab-timeline__content p {
  font-size: 0.9375rem;
  color: #5b6578;
  line-height: 1.62;
  margin: 0;
}

/* ?? 6. FULL-WIDTH PHOTO BREAK ?? */
.ab-photo-break {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.ab-photo-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.ab-photo-break__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17,29,69,.9) 0%, rgba(17,29,69,.55) 55%, rgba(17,29,69,.18) 100%);
  display: flex;
  align-items: center;
}
.ab-photo-break__text h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 14px;
}
.ab-photo-break__text p {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.72);
  max-width: 480px;
  line-height: 1.65;
  margin: 0;
}

/* ?? 7. SERVICE CARDS ?? */
.ab-service-card {
  background: #fff;
  border-radius: var(--gv-radius-lg);
  padding: 40px 32px;
  height: 100%;
  border: 1px solid rgba(17,29,69,.07);
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s;
}
.ab-service-card:hover { box-shadow: 0 16px 48px rgba(17,29,69,.1); }
.ab-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gv-bg-dark);   /* solid dark top border on hover */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.ab-service-card:hover::before { transform: scaleX(1); }
.ab-service-card__num {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(17,29,69,.06);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.ab-service-card__icon {
  font-size: 28px !important;
  line-height: 1 !important;
  color: var(--gv-bg-dark) !important;
  margin-bottom: 18px;
  display: block;
}
.ab-service-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--gv-bg-dark) !important;   /* hardcoded */
  margin-bottom: 10px;
}
.ab-service-card__body {
  font-size: 0.9375rem;
  color: #5b6578;
  line-height: 1.65;
  margin: 0;
}

/* Team — initials avatar (teal soft) until real photos exist */
.ab-team-card { text-align: center; }
.ab-team-card__avatar {
  width: 112px;
  height: 112px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #E1F5EE;
  color: #085041;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-xl);
  font-weight: var(--gv-weight-semibold);
  letter-spacing: var(--gv-tracking-tight);
  line-height: 1;
}
.ab-team-card__name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gv-text-primary) !important;
  margin-bottom: 4px;
}
.ab-team-card__role {
  font-size: 0.875rem;
  color: var(--gv-text-muted);
  margin: 0;
}

/* ?? 9. CTA DARK SECTION ?? */
.ab-cta-section {
  background: var(--gv-bg-dark) !important;  /* hardcoded ? never white */
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.ab-cta-section::before {
  content: '';
  position: absolute;
  bottom: -35%;
  left: -8%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(17,29,69,.0) 0%, rgba(255,255,255,.04) 65%);
  pointer-events: none;
  border-radius: 50%;
}
.ab-cta__title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 18px;
}
.ab-cta__sub {
  font-size: 1.125rem;
  color: rgba(255,255,255,.65);
  max-width: 500px;
  line-height: 1.65;
  margin: 0 auto 40px;
}

/* Responsive — about page */
@media (max-width: 991.98px) {
  .ab-hero--fullscreen .ab-hero__inner {
    padding: 100px 16px 36px;
    gap: 40px;
  }
  .ab-hero--fullscreen .ab-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }
  .ab-section { padding: 80px 0; }
  .ab-cta-section { padding: 80px 0; }
  .ab-photo-break { height: 360px; }
  .ab-timeline::before { left: 62px; }
}
@media (max-width: 575.98px) {
  .ab-hero--fullscreen .ab-hero__inner {
    padding: 88px 16px 28px;
    gap: 32px;
  }
  .ab-hero--fullscreen .ab-hero__stat-value {
    font-size: 28px;
  }
  .ab-section { padding: 64px 0; }
  .ab-photo-break { height: 280px; }
  .ab-timeline::before { left: 52px; }
  .ab-timeline__year { min-width: 44px; font-size: 0.875rem; }
  .ab-team-card__avatar { width: 88px; height: 88px; font-size: var(--gv-text-lg); }
}

/* About page ONLY — fixed header over full-bleed hero (not site sticky/-main-h).
   Opaque dark plate (no blur): photo must not paint through the header band,
   otherwise scroll+KenBurns looks like the header itself is moving. */
body.page-about .gv-site-header,
body.page-about .gv-site-header.gv-site-header--about-pin {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  transform: none !important;
  background: #0a0c0e !important;
  background-color: #0a0c0e !important;
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body.page-about .gv-site-header .gv-header-main,
body.page-about .gv-site-header .gv-header-nav {
  background: transparent !important;
  background-color: transparent !important;
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 1100px) {
  body.page-about .gv-site-header,
  body.page-about .gv-site-header.gv-site-header--about-pin {
    top: 0 !important;
  }
  body.page-about .gv-site-header.is-scrolled .gv-header-main {
    display: none !important;
  }
}

.page-about {
  --gv-header-nav-h: 48px;
}

/* Header is fixed (out of flow) → hero is full viewport underneath */
body.page-about .ab-hero--fullscreen {
  margin-top: 0;
  z-index: 0;
}
body.page-about .ab-hero--fullscreen .ab-hero__inner {
  padding-top: calc(var(--gv-header-main-h, 64px) + var(--gv-header-nav-h, 48px) + 48px);
}

/* White chrome while hero is visible */
body.page-about .gv-site-header:not(.is-scrolled) .gv-site-header__menu-btn,
body.page-about .gv-site-header:not(.is-scrolled) .gv-site-header__tool,
body.page-about .gv-site-header:not(.is-scrolled) .gv-site-header__chat,
body.page-about .gv-site-header:not(.is-scrolled) .gv-site-header__cart {
  color: #fff;
}
body.page-about .gv-site-header:not(.is-scrolled) .gv-site-header__logo img {
  filter: brightness(0) invert(1);
}
body.page-about .gv-site-header:not(.is-scrolled) .gunvor-header-contact--header .gunvor-header-contact__tel,
body.page-about .gv-site-header:not(.is-scrolled) .gv-site-header__lang .gunvor-lang-dropdown__toggle {
  color: rgba(255, 255, 255, 0.92);
}
body.page-about .gv-site-header:not(.is-scrolled) .gv-site-header__divider {
  background: rgba(255, 255, 255, 0.28);
}
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__catalog,
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__link {
  color: #fff;
}
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__catalog .icon,
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__search {
  color: rgba(255, 255, 255, 0.75);
}
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__catalog:hover,
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__catalog.is-active,
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-catalog.is-open .gv-header-nav__catalog {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__link:hover,
body.page-about .gv-site-header:not(.is-scrolled) .gv-header-nav__link.is-active {
  color: #fff;
  opacity: 0.85;
}

/* Solid chrome after hero is gone */
body.page-about .gv-site-header.is-scrolled {
  background: var(--gv-surface) !important;
  background-color: var(--gv-surface) !important;
  border-bottom-color: var(--gv-border);
}
body.page-about .gv-site-header.is-scrolled .gv-header-main,
body.page-about .gv-site-header.is-scrolled .gv-header-nav {
  background: var(--gv-surface) !important;
  background-color: var(--gv-surface) !important;
}
body.page-about .gv-site-header.is-scrolled .gv-header-nav {
  border-top-color: transparent;
}

/* Catalog mega-flyout always solid white — even over transparent header */
body.page-about .gv-header-flyout,
body.page-about .gv-header-flyout__panel {
  background: var(--gv-surface);
}
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open {
  background: var(--gv-surface) !important;
  border-bottom-color: var(--gv-border);
}
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-header-main,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-header-nav {
  background: var(--gv-surface) !important;
}
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-site-header__menu-btn,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-site-header__tool,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-site-header__chat,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-site-header__cart,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-header-nav__catalog,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-header-nav__link {
  color: var(--gv-text-primary);
}
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-site-header__logo img {
  filter: none;
}
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gunvor-header-contact--header .gunvor-header-contact__tel,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-site-header__lang .gunvor-lang-dropdown__toggle,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-header-nav__catalog .icon,
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-header-nav__search {
  color: var(--gv-text-muted);
}
body.page-about .gv-site-header:not(.is-scrolled).is-catalog-open .gv-header-catalog.is-open .gv-header-nav__catalog {
  background: transparent;
  color: #171A1C;
}

/* Cart button moved out of the image wrapper into .card-product_info.
   Reset Amerce's absolute positioning so it sits at the bottom of the
   text column instead of falling through to .swiper-slide etc. Applies
   to all uses of product-card.ejs (catalog, search, related products). */
.card-product_info .product-action_bot {
  position: static;
  inset: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
  text-align: left;
  margin: 6px 0 0;
  padding: 0;
  width: 100%;
}
.card-product_info .product-action_bot > * { width: 100%; }

/* ???????????????????????????????????????????????????????????????????
   PRODUCT CARD GRID ? specs as prominent as photo
   ??????????????????????????????????????????????????????????????????? */

.gv-pcard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 768px) {
  .gv-pcard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 1100px) {
  .gv-pcard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

.gv-pcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  background: var(--gv-surface);
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  overflow: hidden;
}

.gv-pcard:hover {
  border-color: var(--gv-border-strong);
}

.gv-pcard__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--gv-bg-light);
  overflow: hidden;
  flex-shrink: 0;
}

.gv-pcard__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  display: block;
}

.gv-pcard__badges {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 16px);
}

.gv-pcard__badge {
  position: static;
  padding: 4px 8px;
  border-radius: var(--gv-radius-sm);
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-xs);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.4;
  background: var(--gv-accent-primary);
  color: #fff;
}

.gv-pcard__badge--sale,
.gv-pcard__badge--hit,
.gv-pcard__badge--new {
  background: var(--gv-accent-primary);
  color: #fff;
}

.gv-pcard__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.gv-pcard__title-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.gv-pcard__title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  line-height: 1.35;
  color: var(--gv-text-primary);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gv-pcard__title:hover {
  color: var(--gv-accent-primary);
}

.gv-pcard__ff {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: var(--gv-text-muted);
}

.gv-pcard__ff-icon {
  display: block;
}

.gv-pcard__ff-label {
  font-size: var(--gv-text-xs);
  font-weight: var(--gv-weight-medium);
  line-height: 1;
}

@media (max-width: 575.98px) {
  .gv-pcard__ff-label { display: none; }
}

.gv-pcard__power {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  min-width: 0;
}

.gv-pcard__power-icon {
  color: var(--gv-accent-primary);
  font-size: 16px;
  line-height: 1.25;
  flex-shrink: 0;
  margin-top: 2px;
}

.gv-pcard__power-val {
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-semibold);
  letter-spacing: var(--gv-tracking-tight);
  color: var(--gv-text-primary);
  line-height: 1.25;
  word-break: break-word;
  overflow-wrap: anywhere;
  min-width: 0;
}

.gv-pcard__runtime {
  display: block;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-xs);
  color: var(--gv-text-muted);
  line-height: 1.4;
  word-break: break-word;
}

.gv-pcard__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.gv-pcard__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.gv-pcard__price-new {
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-bold);
  color: var(--gv-text-primary);
  line-height: 1.2;
  word-break: break-word;
}

.gv-pcard__price-old {
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-xs);
  color: var(--gv-text-muted);
  text-decoration: line-through;
}

.gv-pcard__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--gv-radius-lg);
  background: var(--gv-accent-primary);
  color: #fff;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-semibold);
  cursor: pointer;
  transition: background 0.15s ease;
}

.gv-pcard__cart:hover {
  background: var(--gv-accent-primary-hover);
}

a.gv-pcard__cart {
  text-decoration: none;
  box-sizing: border-box;
}

.gv-pcard__price-new--request {
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-semibold);
  color: var(--gv-accent-primary);
}

/* Swiper slides on home: stretch card height */
.swiper-slide .gv-pcard {
  height: 100%;
}

@media (min-width: 768px) {
  .gv-pcard__power-val {
    font-size: var(--gv-text-lg);
  }
}

@media (max-width: 575.98px) {
  .gv-pcard-grid {
    gap: 8px;
  }

  .gv-pcard__body {
    padding: 8px;
    gap: 8px;
  }

  .gv-pcard__img {
    padding: 8px;
  }

  .gv-pcard__power,
  .gv-pcard__specs,
  .gv-pcard__price {
    visibility: visible;
    opacity: 1;
  }

  .gv-pcard__power {
    display: flex;
  }

  .gv-pcard__specs {
    display: flex;
  }

  .gv-pcard__price {
    display: flex;
  }

  .gv-pcard__power-val {
    font-size: var(--gv-text-sm);
  }

  .gv-pcard__cart {
    min-height: 40px;
    font-size: var(--gv-text-xs);
  }
}

.gv-pcard__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gv-text-muted);
  font-size: var(--gv-text-xs);
  line-height: 1;
}

.gv-pcard__rating-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--gv-accent-warning);
}

.gv-pcard__rating-stars .icon {
  font-size: 12px;
  line-height: 1;
}

.gv-pcard__rating-val {
  font-family: var(--gv-font-mono);
  font-weight: var(--gv-weight-semibold);
  color: var(--gv-text-primary);
}

.gv-pcard__specs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gv-pcard__spec {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: 8px;
  align-items: baseline;
}

.gv-pcard__spec-label {
  font-size: var(--gv-text-xs);
  color: var(--gv-text-muted);
  line-height: 1.35;
}

.gv-pcard__spec-val {
  font-size: var(--gv-text-xs);
  color: var(--gv-text-primary);
  line-height: 1.35;
  min-width: 0;
}

.gv-pcard__spec .gv-pcard__ff {
  gap: 4px;
}

/* Homepage: ?????? Gunvor */
.gv-why {
  background: var(--gv-bg-light);
}

.gv-why__head {
  margin-bottom: 40px;
}

.gv-why__title {
  margin: 0;
  color: var(--gv-text-primary);
}

.gv-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 32px;
}

@media (min-width: 768px) {
  .gv-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 40px;
  }
}

@media (min-width: 1100px) {
  .gv-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 48px;
  }
}

.gv-why__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.gv-why__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: var(--gv-radius-lg);
  background: var(--gv-surface);
  border: 1px solid var(--gv-border);
  color: var(--gv-accent-primary);
  font-size: 22px;
  line-height: 1;
}

.gv-why__icon-fallback {
  font-size: 20px;
  line-height: 1;
}

.gv-why__content {
  min-width: 0;
}

.gv-why__item-title {
  margin: 0 0 6px;
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.3;
  color: var(--gv-text-primary);
}

.gv-why__item-text {
  margin: 0;
  font-size: var(--gv-text-sm);
  line-height: 1.5;
  color: var(--gv-text-muted);
}

/* Homepage: catalog_shortcuts — use-case image grid */
.gv-shortcuts {
  padding-block: var(--gv-section-gap);
}

.gv-shortcuts__head {
  margin-bottom: 20px;
}

.gv-shortcuts__title {
  margin: 0;
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-xl);
  font-weight: var(--gv-weight-semibold);
  letter-spacing: var(--gv-tracking-tight);
  line-height: 1.2;
  color: var(--gv-text-primary);
}

.gv-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.gv-shortcuts__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border-radius: var(--gv-radius-lg);
  overflow: hidden;
  background: var(--gv-surface);
  border: 1px solid var(--gv-border);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.gv-shortcuts__card:hover {
  border-color: var(--gv-border-strong);
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}

.gv-shortcuts__card:focus-visible {
  outline: 2px solid var(--gv-accent-primary);
  outline-offset: 2px;
}

.gv-shortcuts__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--gv-bg-light);
}

.gv-shortcuts__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gv-shortcuts__card:hover .gv-shortcuts__img {
  transform: scale(1.03);
}

.gv-shortcuts__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px 16px;
}

.gv-shortcuts__name {
  margin: 0;
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.25;
  letter-spacing: var(--gv-tracking-tight);
  color: var(--gv-text-primary);
}

.gv-shortcuts__blurb {
  margin: 0;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-regular);
  line-height: 1.4;
  color: var(--gv-text-muted);
}

.gv-shortcuts__power {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.gv-shortcuts__power-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--gv-border);
  border-radius: 999px;
  background: var(--gv-bg-light);
  color: var(--gv-text-primary);
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.gv-shortcuts__power-chip:hover {
  border-color: var(--gv-accent-primary);
  background: var(--gv-accent-primary-soft);
  color: var(--gv-text-primary);
  text-decoration: none;
}

.gv-shortcuts__power-chip:focus-visible {
  outline: 2px solid var(--gv-accent-primary);
  outline-offset: 2px;
}

@media (max-width: 1199.98px) {
  .gv-shortcuts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .gv-shortcuts {
    padding-block: calc(var(--gv-section-gap) * 0.6);
  }

  .gv-shortcuts__title {
    font-size: var(--gv-text-lg);
  }

  .gv-shortcuts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gv-shortcuts__body {
    padding: 12px;
  }

  .gv-shortcuts__name {
    font-size: var(--gv-text-sm);
  }

  .gv-shortcuts__blurb {
    font-size: var(--gv-text-xs);
  }

  .gv-shortcuts__power {
    justify-content: stretch;
  }

  .gv-shortcuts__power-chip {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 479.98px) {
  .gv-shortcuts__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gv-shortcuts__card,
  .gv-shortcuts__img {
    transition: none;
  }

  .gv-shortcuts__card:hover {
    transform: none;
  }

  .gv-shortcuts__card:hover .gv-shortcuts__img {
    transform: none;
  }
}

/* Homepage: feature_carousel (Tesla-style image tiles) */
.gv-feature__carousel {
  position: relative;
}

.gv-feature__swiper {
  overflow: hidden;
  padding-right: 8px;
}

.gv-feature__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gv-feature__card:hover {
  color: inherit;
  text-decoration: none;
}

.gv-feature__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--gv-radius-lg);
  background: var(--gv-bg-dark);
}

.gv-feature__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gv-feature__caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 14px;
  min-height: 4.5rem;
}

.gv-feature__caption-title {
  margin: 0;
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.3;
  letter-spacing: var(--gv-tracking-tight);
  color: var(--gv-text-primary);
}

.gv-feature__caption-sub {
  margin: 0;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-regular);
  line-height: 1.4;
  color: var(--gv-text-muted);
}

.gv-feature__nav {
  position: absolute;
  top: 28%;
  z-index: 4;
  transform: translateY(-50%);
  background: #e8eaeb;
  border-color: transparent;
  color: var(--gv-text-primary);
  box-shadow: 0 2px 10px rgba(15, 18, 21, 0.12);
  cursor: pointer;
}

.gv-feature__nav--next {
  right: 8px;
}

.gv-feature__nav--prev {
  left: 8px;
}

.gv-feature__nav .icon {
  font-size: 18px;
  line-height: 1;
  color: inherit;
}

.gv-feature__nav:hover {
  background: var(--gv-surface);
  border-color: var(--gv-border-strong);
  color: var(--gv-text-primary);
}

.gv-feature__nav.swiper-button-lock,
.gv-feature__carousel--no-nav .gv-feature__nav {
  display: none !important;
}

.gv-feature__nav.swiper-button-disabled:not(.swiper-button-lock),
.gv-feature__nav[hidden] {
  display: none !important;
}

@media (max-width: 767.98px) {
  .gv-feature__caption {
    min-height: 0;
  }

  .gv-feature__nav {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .gv-feature__nav--next {
    right: 0;
  }

  .gv-feature__nav--prev {
    left: 0;
  }
}

/* Homepage FAQ CTA — same visual as product-card «В корзину» */
a.gv-faq__cta.gv-pcard__cart {
  display: inline-flex;
  width: auto;
  min-width: 200px;
  text-decoration: none;
  -webkit-text-fill-color: #fff;
}

a.gv-faq__cta.gv-pcard__cart:hover {
  color: #fff;
  text-decoration: none;
}

/* Homepage FAQ list (right column) */
.gv-faq__list {
  display: flex;
  flex-direction: column;
}

.gv-faq__item {
  border-top: 0.5px solid var(--gv-border);
  transition: background 0.2s ease, padding 0.2s ease, border-radius 0.2s ease;
}

.gv-faq__item:first-child {
  border-top: 0;
}

.gv-faq__item:has(.gv-faq__q:not(.collapsed)),
.gv-faq__item:has(.gv-faq__collapse.show) {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  border-top-color: transparent;
}

.gv-faq__item:has(.gv-faq__q:not(.collapsed)) + .gv-faq__item,
.gv-faq__item:has(.gv-faq__collapse.show) + .gv-faq__item {
  border-top: 0.5px solid var(--gv-border);
}

.gv-faq__q.accordion-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 16px 0;
  cursor: pointer;
  color: #171a1c;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-md);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.gv-faq__item:has(.gv-faq__q:not(.collapsed)) .gv-faq__q,
.gv-faq__item:has(.gv-faq__collapse.show) .gv-faq__q {
  padding-top: 0;
  padding-bottom: 0;
}

.gv-faq__q.accordion-action:not(.collapsed) {
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gv-faq__q-text {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 8px;
}

.gv-faq__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #e1f5ee;
  transition: background 0.2s ease;
}

.gv-faq__icon {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

.gv-faq__icon::before,
.gv-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #085041;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

/* plus: horizontal + vertical */
.gv-faq__icon::before {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.gv-faq__icon::after {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

/* open: teal badge, white minus (hide vertical bar) */
.gv-faq__q.accordion-action:not(.collapsed) .gv-faq__badge {
  background: #0fb8a0;
}

.gv-faq__q.accordion-action:not(.collapsed) .gv-faq__icon::before,
.gv-faq__q.accordion-action:not(.collapsed) .gv-faq__icon::after {
  background: #ffffff;
}

.gv-faq__q.accordion-action:not(.collapsed) .gv-faq__icon::before {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.gv-faq__a {
  margin: 0;
  padding: 12px 28px 0 0;
  font-family: var(--gv-font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gv-text-muted);
}

.gv-faq__collapse.collapsing .gv-faq__a,
.gv-faq__collapse.show .gv-faq__a {
  padding-top: 12px;
}

/* Override Amerce FAQ accordion defaults inside .gv-faq */
.gv-faq .faq-accordion_item .accordion-action,
.gv-faq .faq-accordion_item .faq-content {
  border: 0;
  background: transparent;
}

.gv-faq .faq-accordion_item .accordion-action.collapsed,
.gv-faq .faq-accordion_item .accordion-action:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

/* ?? Catalog filters (left sidebar) ?? */
.gv-filters {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gv-filters__group {
  padding: 16px 0;
  border-bottom: 1px solid var(--gv-border);
}

.gv-filters__group:first-child {
  padding-top: 0;
}

.gv-filters__title {
  margin: 0 0 8px;
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-xs);
  font-weight: var(--gv-weight-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gv-text-primary);
}

.gv-filters__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gv-filters__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-regular);
  color: var(--gv-text-primary);
  line-height: 1.35;
}

.gv-filters__check input {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--gv-accent-primary);
  cursor: pointer;
}

.gv-filters__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.gv-filters__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: var(--gv-radius-lg);
  background: var(--gv-accent-primary);
  color: #fff;
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-semibold);
  cursor: pointer;
}

.gv-filters__apply:hover {
  background: var(--gv-accent-primary-hover);
}

.gv-filters__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  background: transparent;
  color: var(--gv-text-primary);
  font-size: var(--gv-text-sm);
  font-weight: var(--gv-weight-medium);
  text-decoration: none;
}

.gv-filters__reset:hover {
  border-color: var(--gv-border-strong);
  color: var(--gv-text-primary);
}

/* ???????????????????????????????????????????????????????????????????
   CATALOG PAGE ? Redesign (scoped to .gunvor-catalog)
   Touches visuals only; filter form action, names, JS hooks intact.
   ??????????????????????????????????????????????????????????????????? */

.gunvor-catalog {
  --gc-accent:        var(--gv-accent-primary);
  --gc-accent-hover:  var(--gv-accent-primary-hover);
  --gc-line:          var(--gv-border);
  --gc-line-strong:   var(--gv-border-strong);
  --gc-text:          var(--gv-text-primary);
  --gc-muted:         var(--gv-text-muted);
  --gc-bg-soft:       var(--gv-bg-light);
  --gc-danger:        var(--gv-danger);
  --gc-radius:        var(--gv-radius-lg);
  --gc-radius-sm:     var(--gv-radius-sm);
}

/* ?? Hero (compact page-title, inside .container with catalog) ?? */
.gunvor-catalog-hero {
  padding: 16px 0 24px;
  text-align: left;
}
.gunvor-catalog-hero__crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.gunvor-catalog-hero__crumbs .icon-CaretRightThin {
  font-size: 12px;
  line-height: 1;
}
.gunvor-catalog-hero__crumb {
  line-height: 1.35;
}
.gunvor-catalog-hero__title {
  font-family: var(--gv-font-display);
  font-size: var(--gv-text-xl);
  font-weight: var(--gv-weight-bold);
  line-height: 1.25;
  color: var(--gv-text-primary);
  margin: 0 0 10px;
  letter-spacing: var(--gv-tracking-tight);
}
.gunvor-catalog-hero__sub {
  font-size: var(--gv-text-sm);
  color: var(--gv-text-muted);
  line-height: 1.6;
  margin: 0;
  max-width: none;
}
@media (max-width: 575.98px) {
  .gunvor-catalog-hero { padding: 8px 0 16px; }
  .gunvor-catalog-hero__crumbs { margin-bottom: 12px; }
  .gunvor-catalog-hero__title { font-size: var(--gv-text-lg); margin-bottom: 8px; }
}

/* The catalog section itself ? tighter vertical rhythm */
.gunvor-catalog.gunvor-catalog--section {
  padding-top: 8px;
  padding-bottom: 40px;
}

/* ?? Top filter rows (Shtil-style wrapping pills with show-N + toggle) ?? */
.gunvor-catalog .filter-top-bar {
  background: #fff;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  padding: 8px 18px;
  margin-bottom: 20px;
}
.gunvor-catalog .filter-top-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--gc-line);
}
.gunvor-catalog .filter-top-row:last-child { border-bottom: none; }

.gunvor-catalog .filter-top-label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 170px;
  flex: 0 0 auto;
  padding-top: 7px;              /* align with first tag baseline */
  font-size: 14px;
  font-weight: 600;
  color: var(--gc-muted);
  white-space: nowrap;
}
.gunvor-catalog .filter-top-label i {
  font-size: 18px;
  color: var(--gc-accent);
}

/* Wrap pills onto multiple lines ? collapsed by default by data-max JS */
.gunvor-catalog .filter-top-tags {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  overflow: visible;             /* drop horizontal scroll */
  padding-bottom: 0;
}

.gunvor-catalog .filter-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid var(--gc-line-strong);
  border-radius: var(--gv-radius-lg);
  background: #fff;
  color: var(--gc-text);
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
  text-decoration: none;
  transition: border-color .15s, background .15s, color .15s, box-shadow .15s;
}
.gunvor-catalog .filter-tag:hover {
  border-color: var(--gc-accent);
  color: var(--gc-accent);
  background: #fff;
}
.gunvor-catalog .filter-tag.active {
  background: var(--gc-accent);
  border-color: var(--gc-accent);
  color: #fff;
  box-shadow: 0 4px 12px rgba(17, 29, 69, 0.18);
}

.gunvor-catalog .filter-tag-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border: 1px solid var(--gc-line-strong);
  border-radius: var(--gv-radius-lg);
  padding: 9px 16px;
  background: #fff;
  text-decoration: none;
  color: var(--gc-accent);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
}
.gunvor-catalog .filter-tag-more:hover {
  background: #f3f4f8;
  border-color: var(--gc-accent);
}
.gunvor-catalog .filter-tag-more i { font-size: 13px; }

@media (max-width: 575.98px) {
  .gunvor-catalog .filter-top-row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .gunvor-catalog .filter-top-label { min-width: 0; padding-top: 0; }
}

/* ?? Main row ? gap between sidebar and grid ?? */
.gunvor-catalog .gunvor-catalog__row {
  --bs-gutter-x: 32px;
  row-gap: 24px;
}

/* ?? Bar above the grid ? Found + Sort on one line ?? */
.gunvor-catalog .gunvor-catalog__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 4px 0 16px;
  border-bottom: 1px solid var(--gc-line);
  margin-bottom: 20px;
}
.gunvor-catalog .gunvor-catalog__found {
  font-size: 14px;
  color: var(--gc-muted);
}
.gunvor-catalog .gunvor-catalog__found strong {
  color: var(--gc-text);
  font-weight: 700;
}
.gunvor-catalog .gunvor-catalog__sort {
  width: auto;
  max-width: 240px;
  border: 1px solid var(--gc-line-strong);
  border-radius: var(--gc-radius-sm);
  padding: 7px 32px 7px 12px;
  font-size: 13px;
  color: var(--gc-text);
  background-color: #fff;
}
.gunvor-catalog .gunvor-catalog__sort:focus {
  border-color: var(--gc-accent);
  box-shadow: 0 0 0 3px rgba(17, 29, 69, 0.1);
}

/* ?? SIDEBAR (natural flow, no sticky, no inner scroll) ?? */
.gunvor-catalog .gunvor-catalog__sidebar { position: relative; }
.gunvor-catalog .gunvor-catalog__sidebar-inner {
  position: static;            /* no sticky */
  top: auto;
  max-height: none;            /* grow with content */
  overflow: visible;           /* no inner scrollbar */
  padding: 4px 20px 4px 0;
  margin-right: -4px;
  border-right: 1px solid var(--gc-line);
}

/* In mobile offcanvas (no sticky/no border) */
#filterOffcanvas .gunvor-catalog__sidebar-inner,
#filterOffcanvas .widget-filter { /* offcanvas uses its own context */ }
#filterOffcanvas { z-index: 1080; }

.gunvor-catalog .widget-filter {
  padding: 18px 0;
  border-bottom: 1px solid var(--gc-line);
}
.gunvor-catalog .widget-filter:first-of-type { padding-top: 4px; }
.gunvor-catalog .widget-filter:last-of-type { border-bottom: none; }
.gunvor-catalog .widget-filter .widget-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gc-muted);
  margin: 0 0 12px;
}
.gunvor-catalog .list-filter { list-style: none; padding: 0; margin: 0; }
.gunvor-catalog .list-filter li { margin: 0; padding: 0; }
.gunvor-catalog .list-filter li + li { margin-top: 8px; }
.gunvor-catalog .list-filter a {
  display: inline-flex;
  gap: 6px;
  color: var(--gc-text);
  text-decoration: none;
  font-size: 14px;
  padding: 4px 0;
  transition: color .15s;
}
.gunvor-catalog .list-filter a:hover { color: var(--gc-accent); }
.gunvor-catalog .list-filter a .text-muted {
  color: var(--gc-muted) !important;
  font-size: 12px;
}

/* Custom radios + checkboxes (hide native, draw our own) */
.gunvor-catalog .list-filter label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--gc-text);
  cursor: pointer;
  user-select: none;
  padding: 2px 0;
  line-height: 1.35;
}
.gunvor-catalog .list-filter input[type="checkbox"],
.gunvor-catalog .list-filter input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 0;
  border: 1.5px solid var(--gc-line-strong);
  background: #fff;
  display: inline-grid;
  place-content: center;
  transition: border-color .15s, background .15s, box-shadow .15s;
  cursor: pointer;
}
.gunvor-catalog .list-filter input[type="checkbox"] { border-radius: 4px; }
.gunvor-catalog .list-filter input[type="radio"]    { border-radius: 50%; }

.gunvor-catalog .list-filter input[type="checkbox"]:hover,
.gunvor-catalog .list-filter input[type="radio"]:hover { border-color: var(--gc-accent); }

.gunvor-catalog .list-filter input[type="checkbox"]:checked {
  background: var(--gc-accent);
  border-color: var(--gc-accent);
}
.gunvor-catalog .list-filter input[type="checkbox"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: no-repeat center / contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3.2 3L13 4.5'/></svg>");
}
.gunvor-catalog .list-filter input[type="radio"]:checked {
  border-color: var(--gc-accent);
}
.gunvor-catalog .list-filter input[type="radio"]:checked::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gc-accent);
}
.gunvor-catalog .list-filter input[type="checkbox"]:focus-visible,
.gunvor-catalog .list-filter input[type="radio"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 29, 69, 0.15);
}

/* Price + numeric inputs */
.gunvor-catalog .price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.gunvor-catalog .price-inputs input {
  width: 100%;
  min-width: 0;
  flex: 1;
  font-size: 13px;
  text-align: left;
  padding: 8px 10px;
  border: 1px solid var(--gc-line-strong);
  border-radius: var(--gc-radius-sm);
  background: #fff;
  color: var(--gc-text);
  transition: border-color .15s, box-shadow .15s;
}
.gunvor-catalog .price-inputs input:focus {
  outline: none;
  border-color: var(--gc-accent);
  box-shadow: 0 0 0 3px rgba(17, 29, 69, 0.1);
}
.gunvor-catalog .price-inputs span { color: var(--gc-muted); font-size: 13px; }

/* Dual-range price slider with filled track */
.gunvor-catalog .price-slider-wrap {
  position: relative;
  height: 32px;
  margin: 8px 4px 4px;
  --p-min: 0%;
  --p-max: 100%;
}
.gunvor-catalog .price-slider-wrap::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto 0;
  height: 4px;
  transform: translateY(-50%);
  background: var(--gc-line);
  border-radius: var(--gv-radius-lg);
}
.gunvor-catalog .price-slider-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--p-min);
  right: calc(100% - var(--p-max));
  height: 4px;
  transform: translateY(-50%);
  background: var(--gc-accent);
  border-radius: var(--gv-radius-lg);
  pointer-events: none;
}
.gunvor-catalog .price-slider-wrap input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;          /* track itself isn't draggable */
  margin: 0;
  padding: 0;
}
.gunvor-catalog .price-slider-wrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 32px;
  border: 0;
}
.gunvor-catalog .price-slider-wrap input[type="range"]::-moz-range-track {
  background: transparent;
  height: 32px;
  border: 0;
}
.gunvor-catalog .price-slider-wrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  pointer-events: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--gc-accent);
  box-shadow: 0 2px 6px rgba(17, 29, 69, 0.25);
  cursor: grab;
  margin-top: 0;                 /* track is 32px so thumb is centered */
  position: relative;
  z-index: 2;
  transition: transform .12s;
}
.gunvor-catalog .price-slider-wrap input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing;
  transform: scale(1.1);
}
.gunvor-catalog .price-slider-wrap input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--gc-accent);
  box-shadow: 0 2px 6px rgba(17, 29, 69, 0.25);
  cursor: grab;
}
.gunvor-catalog .price-slider-wrap input[type="range"]:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(17, 29, 69, 0.18);
}

/* Filter action buttons ? natural flow, no sticky */
.gunvor-catalog .filter-actions {
  position: static;
  background: transparent;
  padding: 16px 0 4px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gunvor-catalog .filter-actions .tf-btn {
  width: 100%;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--gc-radius-sm);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s, box-shadow .15s;
  padding: 0 16px;
}
.gunvor-catalog .filter-actions .btn-fill {
  background: var(--gc-accent);
  color: #fff;
  border: 1px solid var(--gc-accent);
}
.gunvor-catalog .filter-actions .btn-fill:hover {
  background: var(--gc-accent-hover);
  border-color: var(--gc-accent-hover);
  color: #fff;
}

/* Catalog / category numbered pagination */
.gv-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.gv-pagination__list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gv-pagination__page,
.gv-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-md);
  background: var(--gv-surface);
  color: var(--gv-text-primary);
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-sm);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
  line-height: 1;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.gv-pagination__arrow {
  color: var(--gv-text-muted);
}
.gv-pagination__arrow .icon {
  font-size: 16px;
  line-height: 1;
}
.gv-pagination__page:hover,
.gv-pagination__arrow:hover {
  color: var(--gv-accent-primary);
  border-color: var(--gv-accent-primary);
  background: var(--gv-accent-primary-soft);
}
.gv-pagination__page.is-active {
  color: #fff;
  background: var(--gv-accent-primary);
  border-color: var(--gv-accent-primary);
  pointer-events: none;
}
.gv-pagination__arrow.is-disabled {
  color: var(--gv-border-strong);
  border-color: var(--gv-border);
  background: var(--gv-bg-light);
  pointer-events: none;
  opacity: 0.7;
}
.gv-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 40px;
  color: var(--gv-text-muted);
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-sm);
  user-select: none;
}

@media (max-width: 575.98px) {
  .gv-pagination {
    gap: 6px;
    margin-top: 28px;
  }
  .gv-pagination__page,
  .gv-pagination__arrow {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
  }
}

.gunvor-catalog .filter-actions .btn-outline {
  background: #fff;
  color: var(--gc-accent);
  border: 1px solid var(--gc-line-strong);
}
.gunvor-catalog .filter-actions .btn-outline:hover {
  border-color: var(--gc-accent);
  background: #f5f6fa;
}

/* ?? PRODUCT GRID ?? 3 columns on desktop, gap-6 (24px), min card 280px */
.gunvor-catalog .gunvor-catalog__main { max-width: none; }
.gunvor-catalog .gunvor-catalog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 4px;
  max-width: none;
}
@media (min-width: 1024px) {
  /* Force 3 columns on desktop regardless of available width */
  .gunvor-catalog .gunvor-catalog__grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }
}
@media (max-width: 539.98px) {
  /* Allow single-column fallback on very narrow screens */
  .gunvor-catalog .gunvor-catalog__grid {
    grid-template-columns: 1fr;
  }
}

/* ?? PRODUCT CARD (scoped redesign) ?? */
.gunvor-catalog .card-product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  gap: 0;
  background: #fff;
  border: 1px solid var(--gc-line);
  border-radius: var(--gc-radius);
  overflow: hidden;             /* hide on container only ? text blocks inside are NOT clipped */
  position: relative;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.gunvor-catalog .card-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(17, 29, 69, 0.08);
  border-color: var(--gc-line-strong);
}

/* Image area ? white frame, slight inset, image fills inner area */
.gunvor-catalog .card-product .card-product_wrapper,
.gunvor-catalog .card-product .card-product_wrapper.square {
  position: relative;
  width: 100%;
  height: 176px;
  min-height: 176px;
  aspect-ratio: auto;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  border-radius: 0;
  flex: 0 0 auto;
  z-index: auto;
}
.gunvor-catalog .card-product .card-product_wrapper .product-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.gunvor-catalog .card-product .card-product_wrapper img,
.gunvor-catalog .card-product .card-product_wrapper.square img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #fff;
  transition: opacity .35s ease, transform .35s ease;
}
.gunvor-catalog .card-product .card-product_wrapper .img-product {
  position: relative;
  z-index: 1;
}
.gunvor-catalog .card-product .card-product_wrapper .img-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
}
.gunvor-catalog .card-product .card-product_wrapper img.img-broken {
  display: none;
}
.gunvor-catalog .card-product .card-product_wrapper:hover .img-product {
  transform: scale(1.04);
}
.gunvor-catalog .card-product .card-product_wrapper:hover .img-hover {
  opacity: 1;
  transform: scale(1.04);
}

/* Placeholder ? shown when image is missing or onerror fires.
   Hidden behind the image; revealed via inline display:flex by JS. */
.gunvor-catalog .card-product__noimg {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #fff;
  color: #6b7180;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}
.gunvor-catalog .card-product__noimg svg {
  opacity: 0.5;
  flex-shrink: 0;
}
.gunvor-catalog .card-product__noimg-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  color: #4b5569;
  word-break: break-word;
  hyphens: auto;
}

/* Discount badge ? top left, red */
.gunvor-catalog .card-product .product-badge_list {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gunvor-catalog .card-product .product-badge_item {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #fff;
}
.gunvor-catalog .card-product .product-badge_item.sale { background: var(--gv-accent-primary); color: #fff; }
.gunvor-catalog .card-product .product-badge_item.new  { background: var(--gv-accent-primary); color: #fff; }
.gunvor-catalog .card-product .product-badge_item.trend { background: var(--gv-accent-primary); color: #fff; }

/* Wishlist / compare / eye ? top right, visible on hover */
.gunvor-catalog .card-product .product-action_list {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gunvor-catalog .card-product .product-action_list li {
  opacity: 0;
  transform: translateX(6px);
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.gunvor-catalog .card-product:hover .product-action_list li,
.gunvor-catalog .card-product:focus-within .product-action_list li {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.gunvor-catalog .card-product .product-action_list .box-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 29, 69, 0.12);
  color: var(--gc-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s;
}
.gunvor-catalog .card-product .product-action_list .box-icon:hover {
  background: var(--gc-accent);
  color: #fff;
}
.gunvor-catalog .card-product .product-action_list .icon { font-size: 16px; }

@media (max-width: 575.98px) {
  /* On mobile show all icons by default (no hover) */
  .gunvor-catalog .card-product .product-action_list li {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

/* Card content ? paddings and stack */
.gunvor-catalog .card-product .card-product_info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 16px;
  flex: 1 1 auto;
  min-height: 0;
}
.gunvor-catalog .card-product .star-wrap {
  gap: 2px;
  margin: 0;
  color: var(--gc-muted);
}
.gunvor-catalog .card-product .star-wrap .icon {
  color: #f5b031;
  font-size: 12px;
}
.gunvor-catalog .card-product .star-wrap .star-count {
  margin-left: 6px;
  font-size: 12px;
  color: var(--gc-muted);
}
.gunvor-catalog .card-product .name-product {
  font-size: var(--gv-text-sm);
  line-height: 1.35;
  font-weight: var(--gv-weight-medium);
  color: var(--gc-text);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.7em;
  min-height: 2.7em;
}
.gunvor-catalog .card-product .name-product:hover { color: var(--gc-accent); }
.gunvor-catalog .card-product .card-product_specs {
  font-size: var(--gv-text-xs);
  color: var(--gc-muted);
  line-height: 1.4;
}
.gunvor-catalog .card-product .price-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;             /* push prices+button to bottom of info */
}
.gunvor-catalog .card-product .price-wrap .price-new {
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-bold);
  color: var(--gc-text);
}
.gunvor-catalog .card-product .price-wrap .price-old {
  font-size: var(--gv-text-xs);
  color: var(--gc-muted);
  text-decoration: line-through;
}

/* Cart button ? full-width, bottom of card */
.gunvor-catalog .card-product .product-action_bot {
  position: static;
  inset: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
  margin: 4px 0 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
}
.gunvor-catalog .card-product .product-action_bot > * { margin: 0; padding: 0; }
.gunvor-catalog .card-product .product-action_bot .tf-btn,
.gunvor-catalog .card-product .product-action_bot .js-add-to-cart {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: var(--gc-radius-sm);
  background: var(--gc-accent);
  border: 1px solid var(--gc-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 0 14px;
  box-shadow: none;
  transition: background .15s, border-color .15s, color .15s, transform .15s;
}
.gunvor-catalog .card-product .product-action_bot .tf-btn:hover {
  background: var(--gc-accent-hover);
  border-color: var(--gc-accent-hover);
  color: #fff;
}

/* Empty-state container in catalog/category */
.gunvor-catalog .gunvor-catalog__main > .col-12.text-center { padding: 48px 0; }

/* Active-filters chips ? match the new look */
.gunvor-catalog .active-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--gc-line-strong);
  color: var(--gc-text);
  border-radius: var(--gv-radius-lg);
  padding: 4px 8px 4px 12px;
  font-size: 12px;
  margin: 0 6px 6px 0;
}
.gunvor-catalog .active-filter-tag strong { font-weight: 600; color: var(--gc-accent); }
.gunvor-catalog .active-filter-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f3f4f8;
  color: var(--gc-text);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  opacity: .9;
}
.gunvor-catalog .active-filter-remove:hover { background: var(--gc-accent); color: #fff; opacity: 1; }

/* ?? Offcanvas (mobile filter drawer) ? same filter look without sticky ?? */
#filterOffcanvas .catalog-filter-form { color: var(--gc-text, #1a1f33); }
#filterOffcanvas .widget-filter {
  padding: 16px 0;
  border-bottom: 1px solid #e7e9ef;
}
#filterOffcanvas .widget-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7180;
  margin: 0 0 12px;
}
#filterOffcanvas .filter-actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 16px;
}

/* ???????????????????????????????????????????????????????????????????????????
   PRODUCT PAGE ? minimalist official redesign 2026
   ??????????????????????????????????????????????????????????????????????????? */

/* ?? Tokens ?? */
.pd-page {
  --pd-navy:   var(--gv-bg-dark);
  --pd-text:   var(--gv-text-primary);
  --pd-muted:  var(--gv-text-muted);
  --pd-light:  var(--gv-bg-light);
  --pd-border: var(--gv-border);
  --pd-white:  var(--gv-surface);
  --pd-accent: var(--gv-accent-warning);
  --pd-green:  var(--gv-accent-primary);
  --pd-red:    var(--gv-danger);
  background: var(--pd-white);
}

/* ????????????????????????????????????????????
   HERO
???????????????????????????????????????????? */
.pd-hero {
  background: var(--pd-white);
  padding: 52px 0 64px;
}
.pd-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 992px) {
  .pd-hero__inner {
    grid-template-columns: 2fr 3fr;
    gap: 72px;
    align-items: start;
  }
}

/* ????????????????????????????????????????????
   GALLERY
???????????????????????????????????????????? */
.pd-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pd-gallery__main {
  position: relative;
  background: var(--pd-light);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.pd-gallery__swiper,
.pd-gallery__swiper .swiper-wrapper,
.pd-gallery__swiper .swiper-slide { height: 100%; }
.pd-gallery__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 32px;
}
.pd-gallery__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}
.pd-gallery__main:hover .pd-gallery__img { transform: scale(1.035); }

.pd-gallery__badge-sale {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gv-accent-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 4px 8px;
  z-index: 2;
}
.pd-gallery__badge-stock {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--pd-white);
  color: var(--pd-green);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
  box-shadow: 0 1px 6px rgba(0,0,0,.10);
}
.pd-gallery__arrow {
  width: 34px;
  height: 34px;
  background: var(--pd-white) !important;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0,0,0,.12);
  color: var(--pd-navy);
  --swiper-navigation-size: 13px;
}
.pd-gallery__arrow::after { font-size: 13px !important; }
.pd-gallery__thumbs { overflow: hidden; }
.pd-gallery__thumb-slide {
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  background: var(--pd-light);
  border: 1px solid transparent;
  transition: border-color .18s;
}
.pd-gallery__thumb-slide.swiper-slide-thumb-active,
.pd-gallery__thumb-slide:hover { border-color: var(--pd-navy); }
.pd-gallery__thumb-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 6px;
  display: block;
}

/* ????????????????????????????????????????????
   INFO PANEL
???????????????????????????????????????????? */
.pd-info__sticky {
  position: sticky;
  top: 92px;
}

/* Meta row: category / brand / sku */
.pd-info__meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.pd-info__cat-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pd-muted);
  text-decoration: none;
  transition: color .15s;
}
.pd-info__cat-tag:hover { color: var(--pd-navy); }
.pd-info__meta-sep {
  color: var(--pd-border);
  font-size: 0.75rem;
}
.pd-info__brand {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pd-accent);
}
.pd-info__sku {
  margin-left: auto;
  font-size: 0.6875rem;
  color: #94a3b8;
  letter-spacing: .03em;
}

/* Heading */
.pd-info__name {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--pd-navy);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}

/* Summary */
.pd-info__summary {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--pd-muted);
  margin: 0 0 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--pd-border);
}

/* ? Highlights table ? */
.pd-highlights {
  margin-bottom: 28px;
}
.pd-highlights__item {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--pd-border);
}
.pd-highlights__item:last-child { border-bottom: none; }
.pd-highlights__label {
  font-size: 0.8125rem;
  color: var(--pd-muted);
  flex: 0 0 48%;
  line-height: 1.5;
}
.pd-highlights__value {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--pd-navy);
  flex: 1;
  line-height: 1.5;
}

/* ? Divider ? */
.pd-divider {
  height: 1px;
  background: var(--pd-border);
  margin: 24px 0;
}

/* ? Price block ? */
.pd-price-block {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.pd-price-block__price {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 900;
  color: var(--pd-navy);
  letter-spacing: -0.04em;
  line-height: 1;
}
.pd-price-block__old {
  font-size: 1rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 400;
}
.pd-price-block__discount {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pd-red);
  letter-spacing: .02em;
}
.pd-price-block__stock {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
}
.pd-price-block__stock--in  { color: var(--pd-green); }
.pd-price-block__stock--out { color: var(--pd-red); }

/* ? Cart ? */
.pd-cart {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.pd-qty {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--pd-border);
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--pd-white);
}
.pd-qty__btn {
  width: 42px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pd-text);
  transition: background .12s;
}
.pd-qty__btn:hover { background: var(--pd-light); }
.pd-qty__input {
  width: 44px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pd-navy);
  border: none;
  border-left: 1px solid var(--pd-border);
  border-right: 1px solid var(--pd-border);
  outline: none;
  background: var(--pd-white);
  height: 52px;
  padding: 0;
}
.pd-cart__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--pd-navy);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  height: 52px;
  cursor: pointer;
  letter-spacing: .02em;
  transition: opacity .15s;
}
.pd-cart__btn:hover { opacity: .88; }
.pd-cart--request {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-cart__btn--consult,
.pd-cart__btn--outline {
  text-decoration: none;
}
.pd-cart__btn--outline {
  background: transparent;
  color: var(--pd-navy);
  border: 1.5px solid var(--pd-navy);
}
.pd-cart__btn--outline:hover {
  background: var(--pd-navy);
  color: #fff;
  opacity: 1;
}
.pd-price-block__price--request {
  font-size: 1.25rem;
  font-weight: 600;
}

/* ? Secondary actions ? */
.pd-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}
.pd-actions__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: none;
  border: 1px solid var(--pd-border);
  border-radius: 4px;
  height: 40px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--pd-muted);
  cursor: pointer;
  letter-spacing: .01em;
  transition: border-color .15s, color .15s;
}
.pd-actions__btn:hover {
  border-color: var(--pd-navy);
  color: var(--pd-navy);
}

/* ? Trust row ? */
.pd-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--pd-border);
  border-radius: 4px;
  overflow: hidden;
}
.pd-trust__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 14px;
  border-right: 1px solid var(--pd-border);
}
.pd-trust__item:last-child { border-right: none; }
.pd-trust__icon {
  color: var(--pd-navy);
  margin-bottom: 2px;
  opacity: .7;
}
.pd-trust__text strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pd-navy);
  line-height: 1.35;
}
.pd-trust__text span,
.pd-trust__phone {
  font-size: 0.6875rem;
  color: var(--pd-muted);
  text-decoration: none;
  line-height: 1.35;
}
.pd-trust__phone:hover { color: var(--pd-navy); }

/* ????????????????????????????????????????????
   TABS
???????????????????????????????????????????? */
.pd-tabs-wrap {
  background: var(--pd-white);
  border-bottom: 1px solid var(--pd-border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.pd-tabs__nav {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 0;
}
.pd-tabs__nav::-webkit-scrollbar { display: none; }
.pd-tabs__tab {
  flex-shrink: 0;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 16px 28px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pd-muted);
  cursor: pointer;
  letter-spacing: .02em;
  transition: color .15s, border-color .15s;
}
.pd-tabs__tab:hover { color: var(--pd-navy); }
.pd-tabs__tab.active {
  color: var(--pd-navy);
  border-bottom-color: var(--pd-navy);
}
.pd-tabs__tab--passport {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.pd-tabs__passport-icon {
  flex-shrink: 0;
  opacity: 0.85;
}
.pd-tabs__tab--passport:hover {
  color: var(--pd-navy);
}
.pd-tabs__tab--passport:hover .pd-tabs__passport-icon {
  opacity: 1;
}

/* ????????????????????????????????????????????
   TAB CONTENT
???????????????????????????????????????????? */
.pd-tab-content {
  background: #fafcfe;
  padding: 52px 0 72px;
}
.pd-tab-pane { display: none; }
.pd-tab-pane.active { display: block; }

.pd-section-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--pd-navy);
  margin: 0 0 28px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pd-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--pd-border);
}
.pd-section-title--lg {
  font-size: 1.375rem;
  text-transform: none;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.pd-section-title--lg::after { display: none; }

/* Description */
.pd-overview__desc {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #374151;
  max-width: 740px;
  margin-bottom: 52px;
}
.pd-overview__desc p { margin-bottom: 14px; }
.pd-overview__desc p:last-child { margin-bottom: 0; }
.pd-overview__desc ul,
.pd-overview__desc ol { padding-left: 22px; margin-bottom: 14px; }
.pd-overview__desc li { margin-bottom: 5px; }
.pd-overview__empty { color: #94a3b8; font-size: 0.9375rem; margin-bottom: 52px; }

/* Purpose / features hierarchy */
.pd-purpose,
.pd-features {
  max-width: 780px;
  margin-bottom: 40px;
}
.pd-purpose__title,
.pd-features__title {
  margin: 0 0 16px;
  font-family: var(--gv-font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: var(--gv-weight-bold);
  letter-spacing: var(--gv-tracking-tight);
  line-height: 1.2;
  color: var(--pd-navy);
}
.pd-purpose__body {
  font-size: 0.975rem;
  line-height: 1.75;
  color: #374151;
}
.pd-purpose__body p { margin: 0 0 12px; }
.pd-purpose__body p:last-child { margin-bottom: 0; }
.pd-purpose__body strong { color: var(--pd-navy); font-weight: 600; }
.pd-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pd-features__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--pd-border);
  border-radius: var(--gv-radius-lg);
  background: var(--gv-bg-light);
}
.pd-features__icon {
  flex-shrink: 0;
  color: var(--gv-accent-primary);
  margin-top: 1px;
}
.pd-features__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--pd-navy);
}

/* Spec accordion + tables */
.pd-spec-acc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 860px;
  margin-bottom: 40px;
}
.pd-spec-acc__item {
  border: 1px solid var(--pd-border);
  border-radius: var(--gv-radius-lg);
  background: var(--pd-white);
  overflow: visible;
}
.pd-spec-acc__heading {
  margin: 0;
}
.pd-spec-acc__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: var(--pd-navy);
  font-family: var(--gv-font-body);
}
.pd-spec-acc__title {
  flex: 1 1 auto;
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-semibold);
  line-height: 1.3;
}
.pd-spec-acc__count {
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-xs);
  color: var(--pd-muted);
  background: var(--gv-bg-light);
  border-radius: var(--gv-radius-sm);
  padding: 2px 8px;
}
.pd-spec-acc__chevron {
  flex-shrink: 0;
  color: var(--pd-muted);
  transition: transform 0.15s ease;
}
.pd-spec-acc__item.is-open .pd-spec-acc__chevron {
  transform: rotate(180deg);
}
.pd-spec-acc__panel {
  padding: 0 16px 12px;
  border-top: 1px solid var(--pd-border);
}
.pd-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.pd-spec-table__key,
.pd-spec-table__val {
  padding: 10px 0;
  font-size: 0.875rem;
  line-height: 1.45;
  vertical-align: top;
  border-bottom: 1px solid var(--pd-border);
}
.pd-spec-table tr:last-child .pd-spec-table__key,
.pd-spec-table tr:last-child .pd-spec-table__val {
  border-bottom: none;
}
.pd-spec-table__key {
  width: 52%;
  padding-right: 12px;
  color: var(--pd-muted);
  font-weight: 400;
}
.pd-spec-table__key-text {
  margin-right: 4px;
}
.pd-spec-table__val {
  width: 48%;
  color: var(--pd-navy);
  font-weight: 600;
  font-family: var(--gv-font-mono);
  font-size: 0.8125rem;
}

/* Spec help tooltip */
.pd-spec-help {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 2px;
}
.pd-spec-help__btn {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--pd-border);
  background: var(--pd-white);
  color: var(--pd-muted);
  font-family: var(--gv-font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
}
.pd-spec-help__btn:hover,
.pd-spec-help.is-open .pd-spec-help__btn {
  border-color: var(--gv-accent-primary);
  color: var(--gv-accent-primary);
}
.pd-spec-help__tip {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 20;
  width: min(280px, 70vw);
  padding: 12px;
  border: 1px solid var(--pd-border);
  border-radius: var(--gv-radius-lg);
  background: var(--pd-white);
  box-shadow: 0 8px 24px rgba(15, 18, 21, 0.12);
  color: var(--pd-navy);
}
.pd-spec-help__tip-title {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.pd-spec-help__tip-text {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
  font-weight: 400;
  color: var(--pd-muted);
}
.pd-highlights__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Autonomy table */
.pd-autonomy {
  max-width: 860px;
  margin: 8px 0 48px;
  padding: 20px;
  border: 1px solid var(--pd-border);
  border-radius: var(--gv-radius-lg);
  background: var(--gv-bg-light);
}
.pd-autonomy__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.pd-autonomy__head .pd-section-title {
  margin: 0;
}
.pd-autonomy__badge {
  margin: 0;
  padding: 4px 8px;
  border-radius: var(--gv-radius-sm);
  background: var(--gv-accent-primary-soft);
  color: var(--gv-accent-primary-hover);
  font-size: var(--gv-text-xs);
  font-weight: 600;
}
.pd-autonomy__scroll {
  overflow-x: auto;
}
.pd-autonomy__table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  background: var(--pd-white);
  border-radius: var(--gv-radius-sm);
}
.pd-autonomy__table th,
.pd-autonomy__table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--pd-border);
  text-align: left;
  font-size: 0.875rem;
}
.pd-autonomy__table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pd-muted);
  background: var(--pd-white);
}
.pd-autonomy__load {
  font-family: var(--gv-font-mono);
  font-weight: 600;
  color: var(--pd-navy);
}
.pd-autonomy__mono {
  font-family: var(--gv-font-mono);
  font-weight: 600;
  color: var(--pd-navy);
}
.pd-autonomy__val.is-estimated .pd-autonomy__mono {
  color: var(--pd-muted);
  font-weight: 500;
}
.pd-autonomy__note {
  margin: 12px 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--pd-muted);
}

/* Accessories */
.pd-accessories {
  background: var(--pd-white);
  border-top: 1px solid var(--pd-border);
  padding: 56px 0 24px;
}
.pd-accessories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.pd-acc-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--pd-border);
  border-radius: var(--gv-radius-lg);
  background: var(--gv-bg-light);
}
.pd-acc-card__media {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: var(--gv-radius-sm);
  background: var(--pd-white);
  overflow: hidden;
}
.pd-acc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.pd-acc-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pd-acc-card__kind {
  font-size: var(--gv-text-xs);
  font-weight: 600;
  color: var(--gv-accent-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pd-acc-card__name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--pd-navy);
  text-decoration: none;
}
.pd-acc-card__name:hover {
  color: var(--gv-accent-primary);
}
.pd-acc-card__row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pd-acc-card__price {
  font-family: var(--gv-font-mono);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pd-navy);
}
.pd-acc-card__cart {
  border: 0;
  border-radius: var(--gv-radius-sm);
  background: var(--gv-accent-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
}
.pd-acc-card__cart:hover {
  background: var(--gv-accent-primary-hover);
}

/* Related */
.pd-related {
  background: var(--pd-white);
  border-top: 1px solid var(--pd-border);
  padding: 56px 0;
}

/* ????????????????????????????????????????????
   RESPONSIVE
???????????????????????????????????????????? */
@media (max-width: 991px) {
  .pd-hero { padding: 32px 0 40px; }
  .pd-info__sticky { position: static; }
  .pd-trust {
    grid-template-columns: 1fr;
    border-radius: 4px;
  }
  .pd-trust__item { border-right: none; border-bottom: 1px solid var(--pd-border); }
  .pd-trust__item:last-child { border-bottom: none; }
}
@media (max-width: 575px) {
  .pd-tabs__tab { padding: 13px 16px; }
  .pd-spec-group__key { width: 50%; }
  .pd-trust { grid-template-columns: repeat(3, 1fr); }
  .pd-trust__item { border-right: 1px solid var(--pd-border); border-bottom: none; }
  .pd-trust__item:last-child { border-right: none; }
}



/* ===== MERGED FROM DELIVERY CHECKPOINT ===== */
/* ── About ONLY: hero-embedded chrome + fixed level-2 after hero ─────────
   Global .gv-site-header is not rendered on about (see main.ejs).
   No transparent↔white scroll toggle on the site header. */
.ab-hero-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.ab-hero-header .gv-header-main,
.ab-hero-header .gv-header-nav {
  background: transparent;
  border-top-color: transparent;
}
.ab-hero-header .gv-site-header__menu-btn,
.ab-hero-header .gv-site-header__tool,
.ab-hero-header .gv-site-header__chat,
.ab-hero-header .gv-site-header__cart {
  color: #fff;
}
.ab-hero-header .gv-site-header__logo img {
  filter: brightness(0) invert(1);
}
.ab-hero-header .gunvor-header-contact--header .gunvor-header-contact__tel,
.ab-hero-header .gv-site-header__lang .gunvor-lang-dropdown__toggle {
  color: rgba(255, 255, 255, 0.92);
}
.ab-hero-header .gv-site-header__divider {
  background: rgba(255, 255, 255, 0.28);
}
.ab-hero-header .gv-header-nav__catalog,
.ab-hero-header .gv-header-nav__link {
  color: #fff;
}
.ab-hero-header .gv-header-nav__catalog .icon,
.ab-hero-header .gv-header-nav__search {
  color: rgba(255, 255, 255, 0.75);
}
.ab-hero-header .gv-header-nav__catalog:hover,
.ab-hero-header .gv-header-nav__catalog.is-active,
.ab-hero-header .gv-header-catalog.is-open .gv-header-nav__catalog {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.ab-hero-header .gv-header-nav__link:hover,
.ab-hero-header .gv-header-nav__link.is-active {
  color: #fff;
  opacity: 0.85;
}
/* Catalog panel always solid white when opened from hero chrome */
.ab-hero-header .gv-header-flyout,
.ab-hero-header .gv-header-flyout__panel {
  background: var(--gv-surface);
}

/* Hero chrome → solid white while catalog flyout is open (about + delivery) */
.ab-hero-header.is-catalog-open {
  z-index: 1100;
  background: var(--gv-surface);
  border-bottom-color: transparent;
}
.ab-hero-header.is-catalog-open .gv-header-main,
.ab-hero-header.is-catalog-open .gv-header-nav {
  background: var(--gv-surface);
  border-top-color: var(--gv-border);
}
.ab-hero-header.is-catalog-open .gv-site-header__menu-btn,
.ab-hero-header.is-catalog-open .gv-site-header__tool,
.ab-hero-header.is-catalog-open .gv-site-header__chat,
.ab-hero-header.is-catalog-open .gv-site-header__cart,
.ab-hero-header.is-catalog-open .gv-header-nav__catalog,
.ab-hero-header.is-catalog-open .gv-header-nav__link {
  color: var(--gv-text-primary);
}
.ab-hero-header.is-catalog-open .gv-site-header__logo img {
  filter: none;
}
.ab-hero-header.is-catalog-open .gunvor-header-contact--header .gunvor-header-contact__tel,
.ab-hero-header.is-catalog-open .gv-site-header__lang .gunvor-lang-dropdown__toggle,
.ab-hero-header.is-catalog-open .gv-header-nav__catalog .icon,
.ab-hero-header.is-catalog-open .gv-header-nav__search {
  color: var(--gv-text-muted);
}
.ab-hero-header.is-catalog-open .gv-site-header__divider {
  background: var(--gv-border);
}
.ab-hero-header.is-catalog-open .gv-header-nav__catalog:hover,
.ab-hero-header.is-catalog-open .gv-header-nav__catalog.is-active,
.ab-hero-header.is-catalog-open .gv-header-catalog.is-open .gv-header-nav__catalog {
  background: transparent;
  color: var(--gv-text-primary);
}
.ab-hero-header.is-catalog-open .gv-header-nav__catalog:hover .icon,
.ab-hero-header.is-catalog-open .gv-header-catalog.is-open .gv-header-nav__catalog .icon {
  color: var(--gv-accent-primary);
}
.ab-hero-header.is-catalog-open .gv-header-nav__link:hover,
.ab-hero-header.is-catalog-open .gv-header-nav__link.is-active {
  color: var(--gv-text-primary);
  opacity: 1;
}

/* Fixed level-2 strip — Catalog + links only */
.ab-sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: var(--gv-surface);
  border-bottom: 1px solid var(--gv-border);
  box-shadow: none;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    visibility 0.25s ease;
}
.ab-sticky-nav.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ab-sticky-nav .gv-header-nav {
  display: block;
  border-top: 0;
  background: var(--gv-surface);
}
.ab-sticky-nav .gv-header-flyout,
.ab-sticky-nav .gv-header-flyout__panel {
  background: var(--gv-surface);
}

@media (max-width: 1099.98px) {
  /* Level-2 nav is desktop-only (same as site header row 2) */
  .ab-sticky-nav {
    display: none !important;
  }
  .ab-hero--fullscreen .ab-hero__inner {
    padding-top: 88px;
  }
}

/* Cart button moved out of the image wrapper into .card-product_info.
   Reset Amerce's absolute positioning so it sits at the bottom of the
   text column instead of falling through to .swiper-slide etc. Applies
   to all uses of product-card.ejs (catalog, search, related products). */
.card-product_info .product-action_bot {
  position: static;
  inset: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
  text-align: left;
  margin: 6px 0 0;
  padding: 0;
  width: 100%;
}
.card-product_info .product-action_bot > * { width: 100%; }

/* Delivery & quality — Tesla-style 3-up feature cards */
.gv-dq__hero-img {
  object-fit: cover;
  height: 420px;
}

.gv-dq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.gv-dq .gv-feature__caption-title {
  font-size: var(--gv-text-md);
}

.gv-dq .gv-feature__caption-sub {
  max-width: 36ch;
}

@media (max-width: 991.98px) {
  .gv-dq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
}

@media (max-width: 575.98px) {
  .gv-dq__hero-img {
    height: 280px;
  }

  .gv-dq__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ===================================================================
   BLOG — Tesla Learn–inspired editorial
   =================================================================== */

.bl-page-head {
  padding: clamp(48px, 7vw, 88px) 0 0;
  background: #fff;
}
.bl-page-head__title {
  font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--gv-bg-dark);
  margin: 0;
  line-height: 1.02;
}

.bl-content {
  padding: clamp(32px, 4vw, 48px) 0 clamp(72px, 9vw, 112px);
  background: #fff;
}

/* Tag chip filters (simplified) */
.bl-tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(24px, 3vw, 32px);
  border-bottom: 1px solid #eceef2;
}
.bl-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5b6578;
  background: transparent;
  border: 1px solid #e3e6ec;
  border-radius: 0;
  padding: 6px 12px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
}
.bl-tag:hover {
  border-color: var(--gv-bg-dark);
  color: var(--gv-bg-dark);
}
.bl-tag.is-active {
  background: var(--gv-bg-dark);
  border-color: var(--gv-bg-dark);
  color: #fff;
}

.bl-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  color: #8d969e;
  margin: 8px 0 0;
}
.bl-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
/* Related cards sit on tinted bg — keep chip chrome identical to article header tags */
.bl-related .bl-tag,
.bl-card__tags .bl-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5b6578;
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 0;
  padding: 6px 12px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.bl-related .bl-tag:hover,
.bl-card__tags .bl-tag:hover {
  border-color: var(--gv-bg-dark);
  color: var(--gv-bg-dark);
}

.bl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 48px) clamp(24px, 3vw, 40px);
}
.bl-grid--3 { grid-template-columns: repeat(3, 1fr); }
.bl-card {
  display: flex;
  flex-direction: column;
}
.swiper-slide .bl-card--teaser { height: 100%; }
.bl-card--teaser .bl-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.bl-card--teaser .bl-meta { margin: 0; }
.bl-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eef0f5;
  margin-bottom: 16px;
  border-radius: 0;
}
.bl-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}
.bl-card:hover .bl-card__media img { transform: scale(1.03); }
.bl-card__title {
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gv-bg-dark);
  margin: 0;
}
.bl-card__title a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s;
}
.bl-card__title a:hover { opacity: .65; }
.bl-card__excerpt {
  font-size: 0.875rem;
  color: #5b6578;
  line-height: 1.55;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Tesla-style pagination: Prev  1 of 3  Next */
.bl-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: clamp(48px, 6vw, 72px);
  font-size: 0.9375rem;
}
.bl-pagination__nav {
  color: var(--gv-bg-dark);
  text-decoration: none;
  font-weight: 500;
  transition: opacity .2s;
}
.bl-pagination__nav:hover { opacity: .55; }
.bl-pagination__nav.is-disabled {
  color: #b8c0cc;
  pointer-events: none;
}
.bl-pagination__status {
  color: #5b6578;
  font-variant-numeric: tabular-nums;
}

.bl-empty {
  text-align: center;
  padding: 80px 24px;
}
.bl-empty h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gv-bg-dark);
  margin-bottom: 12px;
}
.bl-empty p {
  color: #5b6578;
  margin-bottom: 24px;
}

/* —— Single article (Tesla Learn) —— */
.bl-learn {
  background: #fff;
  padding: clamp(32px, 5vw, 56px) 0 clamp(64px, 8vw, 96px);
}
.bl-learn__col {
  max-width: 740px;
  margin: 0 auto;
}
.bl-learn__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--gv-bg-dark);
  text-decoration: none;
  margin-bottom: clamp(28px, 4vw, 40px);
  transition: opacity .2s;
}
.bl-learn__back:hover { opacity: .55; }

.bl-learn__header {
  margin-bottom: clamp(28px, 4vw, 40px);
}
.bl-learn__title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--gv-bg-dark);
  margin: 0 0 16px;
}
.bl-learn__meta {
  font-size: 0.875rem;
  color: #8d969e;
  margin-bottom: 14px;
}
.bl-learn__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bl-learn__hero {
  margin: 0 0 clamp(32px, 4vw, 48px);
}
.bl-learn__hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #eef0f5;
}

.bl-learn__prose,
.bl-prose {
  font-size: 1.125rem;
  color: #393c41;
  line-height: 1.7;
}
.bl-prose h2 {
  font-size: clamp(1.375rem, 2.4vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--gv-bg-dark);
  margin: 2.5em 0 0.75em;
  line-height: 1.25;
}
.bl-prose h2:first-child { margin-top: 0; }
.bl-prose h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gv-bg-dark);
  margin: 2em 0 0.65em;
}
.bl-prose p { margin: 0 0 1.25em; }
.bl-prose ul,
.bl-prose ol {
  margin: 0 0 1.5em;
  padding-left: 1.25rem;
}
.bl-prose li { margin-bottom: 0.45em; }
.bl-prose strong { color: var(--gv-bg-dark); font-weight: 600; }
.bl-prose a {
  color: var(--gv-bg-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bl-prose img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2em 0;
}
.bl-prose .bl-figure {
  margin: 0 0 2em;
}
.bl-prose .bl-figure img {
  margin: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.bl-prose .bl-pullquote {
  margin: 2em 0;
  padding: 0 0 0 1.25em;
  border-left: 2px solid var(--gv-bg-dark);
  background: none;
  border-radius: 0;
}
.bl-prose .bl-pullquote p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  color: var(--gv-bg-dark);
  margin: 0 0 8px;
  line-height: 1.45;
}
.bl-prose .bl-pullquote cite {
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  color: #8d969e;
}

.bl-related {
  padding: clamp(56px, 7vw, 88px) 0 clamp(72px, 9vw, 112px);
  background: #f7f8fa;
}
.bl-related__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--gv-bg-dark);
  margin: 0 0 clamp(32px, 4vw, 48px);
}

@media (max-width: 991.98px) {
  .bl-grid,
  .bl-grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
  .bl-grid,
  .bl-grid--3 { grid-template-columns: 1fr; }
  .bl-pagination { gap: 16px; }
}

/* ===================================================================
   UPS OUTAGE CONTINUITY DEMO ? product page
   =================================================================== */

.gv-ups-demo-wrap {
  padding: 0 0 40px;
  background: var(--gv-bg-light);
}

.gv-ups-demo__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gv-ups-demo {
  position: relative;
}

.gv-ups-demo__card {
  background: var(--gv-surface);
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  padding: 24px;
}

.gv-ups-demo__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.gv-ups-demo__brand {
  font-size: var(--gv-text-sm);
  color: var(--gv-text-muted);
}

.gv-ups-demo__status {
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-xs);
  font-weight: var(--gv-weight-medium);
  padding: 4px 8px;
  border-radius: var(--gv-radius-lg);
  line-height: 1.3;
  white-space: nowrap;
}

.gv-ups-demo__status--ok {
  background: var(--gv-accent-primary-soft);
  color: var(--gv-accent-primary);
}

.gv-ups-demo__status--warn {
  background: var(--gv-accent-warning-soft);
  color: var(--gv-accent-warning-hover);
}

.gv-ups-demo__diagram {
  display: flex;
  align-items: center;
  gap: 0;
}

.gv-ups-demo__node {
  width: 64px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.gv-ups-demo__icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gv-bg-light);
  color: var(--gv-text-primary);
}

.gv-ups-demo__node-label {
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-xs);
  color: var(--gv-text-muted);
  line-height: 1.2;
  text-align: center;
}

.gv-ups-demo__line {
  flex: 1 1 auto;
  height: 2px;
  margin: 0 8px;
  margin-bottom: 24px;
  border-radius: 0;
  min-width: 24px;
}

.gv-ups-demo__line--flow {
  background: repeating-linear-gradient(
    90deg,
    var(--gv-accent-primary) 0 8px,
    transparent 8px 16px
  );
  background-size: 32px 100%;
  animation: gv-ups-flow 0.6s linear infinite;
}

.gv-ups-demo__line--broken {
  background: var(--gv-border);
  animation: none;
}

@keyframes gv-ups-flow {
  from { background-position: 0 0; }
  to { background-position: -32px 0; }
}

.gv-ups-demo__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.gv-ups-demo__metric {
  background: var(--gv-bg-light);
  border: 1px solid var(--gv-border);
  border-radius: var(--gv-radius-lg);
  padding: 8px;
  min-width: 0;
}

.gv-ups-demo__metric-label {
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-xs);
  color: var(--gv-text-muted);
  margin-bottom: 4px;
}

.gv-ups-demo__metric-value {
  font-family: var(--gv-font-mono);
  font-size: var(--gv-text-md);
  font-weight: var(--gv-weight-medium);
  color: var(--gv-text-primary);
  line-height: 1.3;
  word-break: break-word;
}

.gv-ups-demo__caption {
  margin: 16px 0 0;
  font-family: var(--gv-font-body);
  font-size: var(--gv-text-sm);
  color: var(--gv-text-muted);
  line-height: 1.45;
}

@media (prefers-reduced-motion: reduce) {
  .gv-ups-demo__line--flow {
    animation: none;
    background: var(--gv-accent-primary);
  }
}

@media (max-width: 575.98px) {
  .gv-ups-demo__card {
    padding: 16px;
  }

  .gv-ups-demo__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }

  .gv-ups-demo__node {
    width: 48px;
  }

  .gv-ups-demo__icon {
    width: 40px;
    height: 40px;
  }

  .gv-ups-demo__icon svg {
    width: 18px;
    height: 18px;
  }

  .gv-ups-demo__line {
    margin-bottom: 16px;
  }

  .gv-ups-demo__metrics {
    gap: 8px;
    margin-top: 16px;
  }

  .gv-ups-demo__metric-value {
    font-size: var(--gv-text-sm);
  }
}
