/* Olaa-inspired storefront refinement. Loaded last. */
.home-page {
  background:
    radial-gradient(circle at 20% -10%, rgba(235, 82, 49, 0.16), transparent 28%),
    linear-gradient(180deg, #f7f4ed 0%, #fffdfa 42%, #f1eee7 100%);
  overflow-x: hidden;
}

body.home-page main {
  max-width: 100%;
  overflow-x: clip;
}

body.home-page :is(.hero-glass-nav, .olaa-category-row, .system-rail, .olaa-deal-row, .catalog-panel) {
  max-width: 100%;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.home-page .market-header {
  top: 10px;
  width: min(calc(100% - 28px), 1480px);
  border: 1px solid rgba(22, 24, 22, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 52px rgba(18, 22, 20, 0.08);
}

.home-page .market-header-inner {
  min-height: 66px;
}

.home-page .market-brand .brand-mark {
  box-shadow: 0 14px 34px rgba(232, 77, 47, 0.24);
}

.home-page .market-nav {
  border: 1px solid rgba(17, 21, 19, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.home-page .language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(17, 21, 19, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.home-page .language-switcher button {
  min-width: 38px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #26302b;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.home-page .language-switcher button.is-active {
  background: #17201b;
  color: #fff;
}

.home-page .electro-hero {
  width: min(calc(100% - 28px), 1480px);
  margin-top: 14px;
  min-height: clamp(660px, calc(100dvh - 94px), 910px);
  border-radius: 30px;
  box-shadow: 0 28px 90px rgba(20, 25, 22, 0.18);
}

.home-page .electro-hero-video {
  transform: scale(1.03);
  filter: saturate(1.12) contrast(1.07) brightness(1.02);
}

.home-page .electro-hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 12, 11, 0.72) 0%, rgba(10, 12, 11, 0.4) 32%, rgba(10, 12, 11, 0.05) 64%, rgba(10, 12, 11, 0.24) 100%),
    linear-gradient(180deg, rgba(10, 12, 11, 0.04) 0%, rgba(10, 12, 11, 0.78) 100%);
}

.home-page .electro-hero .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.home-page .electro-hero h1 {
  color: #fff;
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.home-page .electro-hero .hero-lead {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.82);
}

.home-page .hero-actions .button:first-child {
  border-color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  color: #151816;
  -webkit-backdrop-filter: blur(22px) saturate(1.24);
  backdrop-filter: blur(22px) saturate(1.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18),
    0 18px 48px rgba(0, 0, 0, 0.2);
}

.home-page .hero-actions .button:first-child:hover,
.home-page .hero-actions .button:first-child:focus-visible {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.4));
}

.home-page .electro-hero .glass-button,
.home-page .hero-glass-nav a,
.home-page .float-chip,
.home-page .hero-hot-row article {
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.12));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12),
    0 20px 54px rgba(0, 0, 0, 0.18);
}

.home-page .hero-glass-nav a:hover,
.home-page .hero-glass-nav a:focus-visible,
.home-page .float-chip:hover,
.home-page .float-chip:focus-visible {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.2));
}

.home-page .hero-glass-nav span {
  color: #161a18;
  background: rgba(255, 255, 255, 0.9);
}

.home-page .hero-glass-nav strong,
.home-page .float-chip {
  color: rgba(255, 255, 255, 0.92);
}

.home-page .hero-hot-row {
  right: clamp(16px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 46px);
  left: clamp(16px, 4vw, 54px);
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
}

.home-page .hero-hot-row article {
  min-height: 118px;
}

.home-page .hero-hot-row img {
  width: 92px;
  height: 90px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.home-page .hero-hot-row span,
.home-page .hero-hot-row strong {
  color: #fff;
}

.home-page .olaa-style-shop {
  margin-top: 18px;
}

.home-page .olaa-search-card {
  position: sticky;
  top: 88px;
  z-index: 20;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.home-page .olaa-search-card label {
  background: #fff;
}

.home-page .olaa-promo-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(180px, 0.58fr) minmax(180px, 0.58fr);
}

.home-page .olaa-promo-grid a {
  border-radius: 24px;
  transform: translate3d(0, 0, 0);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
}

.home-page .olaa-promo-grid a:hover,
.home-page .olaa-promo-grid a:focus-visible,
.home-page .olaa-category-row a:hover,
.home-page .olaa-category-row a:focus-visible,
.home-page .olaa-deal-row article:hover,
.home-page .olaa-deal-row article:focus-within {
  outline: none;
  transform: translate3d(0, -3px, 0);
}

.home-page .olaa-promo-grid .olaa-main-promo {
  min-height: 360px;
}

.home-page .olaa-promo-grid a:not(.olaa-main-promo) img {
  object-fit: contain;
  padding: clamp(22px, 4vw, 42px);
}

.home-page .olaa-category-row a,
.home-page .olaa-deal-row article,
.home-page .product-card,
.home-page .showroom-scenario-strip a {
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease;
}

.home-page .olaa-category-row img,
.home-page .olaa-deal-row img,
.home-page .product-card-media img {
  mix-blend-mode: multiply;
}

.home-page .olaa-deal-row article {
  grid-template-rows: 178px auto auto;
  min-height: 280px;
}

.home-page .olaa-deal-row img {
  min-height: 178px;
}

.home-page .showroom-proof-strip,
.home-page .showroom-scenario-strip {
  display: none !important;
}

.home-page .showroom-header {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 14px;
}

.home-page .showroom-header h2,
.home-page .product-area .section-title h2 {
  font-size: clamp(38px, 6.2vw, 92px);
}

.home-page .showroom-header > p,
.home-page .product-area .section-title p:last-child {
  max-width: 210px;
  font-size: 13px;
}

.home-page .showroom-layout {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.home-page .showroom-feature {
  min-height: 620px;
}

.home-page .showroom-card-grid article {
  min-height: 300px;
}

.home-page .showroom-feature img,
.home-page .showroom-card-grid img {
  object-fit: cover;
}

.home-page .showroom-feature > div,
.home-page .showroom-card-grid div {
  padding: 18px;
}

.home-page .showroom-feature h3,
.home-page .showroom-card-grid h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-page .system-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 0;
  margin: 20px 0 12px;
}

.home-page .system-showcase-head h2 {
  margin: 0;
  color: #151816;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  letter-spacing: 0;
}

.home-page .system-showcase-head p:last-child {
  display: none;
}

.home-page .system-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(200px, 18vw, 260px);
  overflow-x: auto;
  gap: 14px;
  padding: 4px 0 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.home-page .system-rail-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(230px, 23vw, 300px);
  overflow: hidden;
  scroll-snap-align: start;
  border: 0;
  border: 1px solid rgba(18, 22, 20, 0.08);
  border-radius: 18px;
  background: #f4f4f2;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
  transform: translate3d(0, 0, 0);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
}

.home-page .system-rail-card:hover,
.home-page .system-rail-card:focus-visible,
.home-page .system-rail-card.is-active {
  outline: none;
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 22px 54px rgba(24, 28, 25, 0.17);
}

.home-page .system-rail-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px 18px 72px;
  transform: scale(1);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-page .system-rail-card:hover img,
.home-page .system-rail-card:focus-visible img {
  transform: scale(1.04);
}

.home-page .system-rail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(15, 18, 17, 0.92) 100%);
}

.home-page .system-sheen {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  pointer-events: none;
}

.home-page .system-index {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #151816;
  font-size: 12px;
  font-weight: 900;
}

.home-page .system-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: calc(100% - 84px);
  padding: 8px 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(15, 18, 17, 0.78);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
}

.home-page .system-copy {
  display: grid;
  gap: 0;
  padding: 16px;
  text-align: left;
}

.home-page .system-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.08;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-page .system-subtitle,
.home-page .system-count {
  display: none;
}

.home-page .system-count {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.home-page .commerce-layout {
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 14px;
}

.home-page .catalog-panel {
  position: sticky;
  top: 156px;
  align-self: start;
}

.home-page .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(184px, 1fr)) !important;
  gap: 12px !important;
}

.home-page .model-search-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 87, 77, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #23302f;
  font-size: 13px;
  line-height: 1.35;
}

.home-page .model-search-hint[hidden] {
  display: none !important;
}

.home-page .model-search-hint strong {
  flex: 0 0 auto;
  color: #e34d33;
  font-size: 12px;
}

.home-page .product-card,
.home-page .product-card:nth-child(1),
.home-page .product-card:nth-child(8n + 1) {
  display: grid !important;
  grid-template-rows: 190px auto !important;
  min-height: 0 !important;
  padding: 8px !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 46px rgba(23, 26, 24, 0.07) !important;
}

.home-page .product-card:hover,
.home-page .product-card:focus-within {
  transform: translate3d(0, -3px, 0);
  background: #fff !important;
}

.home-page .product-card-media,
.home-page .product-card:nth-child(1) .product-card-media,
.home-page .product-card:nth-child(8n + 1) .product-card-media {
  height: 190px !important;
  min-height: 190px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

.home-page .product-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 14px !important;
}

.home-page .product-copy,
.home-page .product-card:nth-child(1) .product-copy,
.home-page .product-card:nth-child(8n + 1) .product-copy {
  display: grid !important;
  grid-template-rows: auto minmax(42px, auto) 1fr auto auto !important;
  min-height: 178px !important;
  padding: 10px 4px 2px !important;
}

.home-page .product-copy p {
  display: none !important;
}

.home-page .product-copy small {
  min-height: 14px;
}

.home-page .product-copy h3,
.home-page .product-card:nth-child(1) h3,
.home-page .product-card:nth-child(8n + 1) h3 {
  display: -webkit-box !important;
  min-height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.home-page .price-row,
.home-page .product-actions {
  align-self: end;
}

.home-page .product-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}

.home-page .product-actions button,
.home-page .product-actions .chat-action {
  min-height: 38px !important;
  padding-inline: 8px !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}

.home-page .mobile-shop-nav span {
  font-family: Arial, sans-serif;
}

@media (max-width: 980px) {
  .home-page .hero-hot-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .showroom-layout,
  .home-page .commerce-layout {
    grid-template-columns: 1fr;
  }

  .home-page .catalog-panel {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 2px 0 8px;
  }

  .home-page .catalog-panel .category-button {
    flex: 0 0 auto;
  }
}

@media (max-width: 620px) {
  .home-page .market-header {
    top: 8px;
    width: min(calc(100% - 16px), 1480px);
    border-radius: 22px;
  }

  .home-page .market-header-inner {
    min-height: 58px;
    padding-inline: 10px;
  }

  .home-page .market-nav {
    display: none;
  }

  .home-page .electro-hero {
    width: min(calc(100% - 16px), 1480px);
    min-height: 720px;
    border-radius: 24px;
  }

  .home-page .electro-hero-overlay {
    background:
      linear-gradient(180deg, rgba(9, 11, 10, 0.28) 0%, rgba(9, 11, 10, 0.06) 40%, rgba(9, 11, 10, 0.84) 100%);
  }

  .home-page .electro-hero-content {
    align-content: start;
    padding-top: 96px;
  }

  .home-page .electro-hero h1 {
    font-size: clamp(58px, 19vw, 86px);
  }

  .home-page .hero-glass-nav {
    right: 12px;
    bottom: 222px;
    left: 12px;
    display: flex;
    width: auto;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
  }

  .home-page .hero-glass-nav a,
  .home-page .hero-glass-nav a:nth-child(2),
  .home-page .hero-glass-nav a:nth-child(3) {
    flex: 0 0 112px;
    margin-left: 0;
    scroll-snap-align: start;
  }

  .home-page .hero-hot-row {
    right: 10px;
    bottom: 12px;
    left: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-page .hero-hot-row article {
    min-height: 96px;
    padding: 8px;
  }

  .home-page .hero-hot-row img {
    width: 70px;
    height: 70px;
  }

  .home-page .olaa-search-card {
    top: 76px;
  }

  .home-page .olaa-promo-grid a:nth-child(n + 2) {
    display: none;
  }

  .home-page .showroom-header,
  .home-page .product-area .section-title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-page .showroom-header > p,
  .home-page .product-area .section-title p:last-child {
    max-width: none;
  }

  .home-page .system-showcase-head {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 26px;
  }

  .home-page .system-showcase-head p:last-child {
    max-width: 280px;
  }

  .home-page .showroom-feature {
    min-height: 390px;
  }

  .home-page .showroom-card-grid article {
    min-height: 230px;
  }

  .home-page .system-rail {
    grid-auto-columns: minmax(238px, 76vw);
    gap: 10px;
    padding-bottom: 16px;
  }

  .home-page .system-rail-card {
    min-height: 292px;
    border-radius: 22px;
  }

  .home-page .system-copy {
    padding: 18px;
  }

  .home-page .system-copy strong {
    font-size: 25px;
  }

  .home-page .system-index {
    top: 14px;
    left: 14px;
    width: 38px;
    height: 38px;
  }

  .home-page .system-badge {
    top: 14px;
    right: 14px;
    max-width: calc(100% - 76px);
  }

  .home-page .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-page .product-card,
  .home-page .product-card:nth-child(1),
  .home-page .product-card:nth-child(8n + 1) {
    grid-template-rows: 142px auto !important;
    padding: 7px !important;
  }

  .home-page .product-card-media,
  .home-page .product-card:nth-child(1) .product-card-media,
  .home-page .product-card:nth-child(8n + 1) .product-card-media {
    height: 142px !important;
    min-height: 142px !important;
  }

  .home-page .product-card-media img {
    padding: 10px !important;
  }

  .home-page .product-copy,
  .home-page .product-card:nth-child(1) .product-copy,
  .home-page .product-card:nth-child(8n + 1) .product-copy {
    min-height: 156px !important;
  }

  .home-page .price-row strong {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page .customer-contact-dock {
    display: none !important;
  }

  .home-page .customer-contact-copy {
    gap: 2px;
  }

  .home-page .customer-contact-copy span {
    display: none;
  }

  .home-page .customer-contact-copy strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .home-page .customer-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .home-page .customer-contact-actions a {
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 999px;
    font-size: 12px;
  }

  .home-page .customer-contact-actions a:nth-child(n + 3) {
    display: none;
  }
}

/* 20260716 model-card-spec-pills-a: final card order after OLA-style refinements. */
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(1) .product-copy,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card:nth-child(8n + 1) .product-copy {
  display: grid !important;
  grid-template-areas:
    "tag"
    "name"
    "specs"
    "price"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 20px minmax(46px, auto) 28px 32px 52px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 196px !important;
  gap: 9px !important;
  overflow: hidden !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > small {
  grid-area: tag !important;
  width: 100% !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-copy > h3 {
  grid-area: name !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-spec-pills {
  grid-area: specs !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 28px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-spec-pills span {
  display: inline-flex !important;
  align-items: center !important;
  max-width: calc(50% - 3px) !important;
  min-width: 0 !important;
  height: 24px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .price-row {
  grid-area: price !important;
  width: 100% !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card .product-actions {
  grid-area: actions !important;
  width: 100% !important;
}

/* 20260716 model-card-spec-pills-b: line-numbered override for cached card rules. */
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(1) .product-copy,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf:nth-child(8n + 1) .product-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 20px 60px 28px 32px 88px !important;
  min-height: 237px !important;
  height: auto !important;
  gap: 9px !important;
  overflow: hidden !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > small {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-copy > h3 {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-spec-pills,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-spec-pills {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .price-row {
  grid-column: 1 / -1 !important;
  grid-row: 4 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions,
body.home-page .product-area .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--shelf .product-actions {
  grid-column: 1 / -1 !important;
  grid-row: 5 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.home-page .product-load-more {
  display: block;
  width: min(100%, 360px);
  min-height: 48px;
  margin: 22px auto 0;
  border: 1px solid rgba(22, 28, 25, 0.12);
  border-radius: 999px;
  background: #171a18;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(24, 28, 25, 0.12);
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), background 180ms ease;
}

/* Model catalog cards stay image-first; specifications and commerce live in details. */
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model:nth-child(1),
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model:nth-child(8n + 1) {
  display: flex !important;
  flex-direction: column !important;
  align-self: start !important;
  grid-template-rows: none !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: 10px !important;
  gap: 10px !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model .product-card-media,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model:nth-child(1) .product-card-media,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model:nth-child(8n + 1) .product-card-media {
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model .product-copy--model,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model:nth-child(1) .product-copy--model,
body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model:nth-child(8n + 1) .product-copy--model {
  display: grid !important;
  grid-template-areas: "name" "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(42px, auto) 38px !important;
  width: 100% !important;
  min-width: 0 !important;
  flex: 0 0 90px !important;
  min-height: 90px !important;
  height: 90px !important;
  max-height: 90px !important;
  padding: 0 2px 2px !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model .product-copy--model > h3 {
  grid-area: name !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 42px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: visible !important;
  color: #111614 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  -webkit-line-clamp: unset !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model .product-actions--model {
  grid-area: actions !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  min-height: 38px !important;
  height: 38px !important;
  max-height: 38px !important;
  gap: 0 !important;
}

body.home-page :is(#showroom, #products, .product-area) .commerce-layout .product-grid[data-product-grid] > article.product-card.product-card--model .product-actions--model button {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  border: 1px solid rgba(17, 22, 20, 0.12) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #111614 !important;
  font-size: 13px !important;
}

body.home-page .product-load-more:hover,
body.home-page .product-load-more:focus-visible {
  outline: none;
  background: #2f8b68;
  transform: translate3d(0, -2px, 0);
}

body.home-page .product-load-more:active {
  transform: translate3d(0, 0, 0) scale(0.98);
}

body.home-page .product-load-more[hidden] {
  display: none !important;
}

/* Compact, image-led 14-system rail. */
body.home-page .olaa-style-shop .system-rail.system-rail--covers {
  grid-auto-columns: clamp(200px, 18vw, 260px) !important;
  gap: 12px !important;
  padding: 4px 0 14px !important;
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card {
  align-content: stretch !important;
  min-height: clamp(230px, 23vw, 300px) !important;
  padding: 0 !important;
  border-radius: 18px !important;
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card::after {
  inset: 0 !important;
  z-index: -1 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(15, 18, 17, 0.94) 100%) !important;
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card .system-copy {
  position: absolute !important;
  inset: auto 0 0 !important;
  z-index: 2 !important;
  display: block !important;
  padding: 16px !important;
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card .system-copy strong {
  color: #fff !important;
  font-size: clamp(18px, 1.7vw, 24px) !important;
  line-height: 1.08 !important;
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card[data-system-index="12"] img {
  transform: scale(1.32);
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card[data-system-index="13"] img {
  transform: scale(1.72);
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card[data-system-index="12"]:hover img,
body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card[data-system-index="12"]:focus-visible img {
  transform: scale(1.38);
}

body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card[data-system-index="13"]:hover img,
body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card[data-system-index="13"]:focus-visible img {
  transform: scale(1.8);
}

@media (max-width: 620px) {
  body.home-page .olaa-style-shop .system-rail.system-rail--covers {
    grid-auto-columns: minmax(184px, 62vw) !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
  }

  body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card {
    min-height: 230px !important;
    border-radius: 16px !important;
  }

  body.home-page .olaa-style-shop .system-rail.system-rail--covers > .system-rail-card .system-copy strong {
    font-size: 19px !important;
  }
}

/* Mobile hero fit: keep the video dominant without clipping the brand or hiding the next section. */
@media (max-width: 620px) {
  .home-page .electro-hero {
    min-height: 600px;
  }

  .home-page .electro-hero-content {
    padding: 64px 24px 24px;
  }

  .home-page .electro-hero h1 {
    max-width: 100%;
    font-size: 56px;
    line-height: 0.92;
  }

  .home-page .hero-actions {
    margin-top: 20px;
  }

  .home-page .hero-glass-nav {
    bottom: 150px;
  }

  .home-page .hero-hot-row article {
    min-height: 90px;
  }
}

@media (max-width: 390px) {
  .home-page .electro-hero h1 {
    font-size: 52px;
  }
}

/* Compact home information architecture: video, 14 system covers, then products. */
body.home-page:not(.is-showroom-view) .olaa-style-shop :is(
  .olaa-search-card,
  .olaa-promo-grid,
  .olaa-category-row,
  .olaa-deal-row
) {
  display: none !important;
}

body.home-page:not(.is-showroom-view) .olaa-style-shop {
  padding-top: 34px;
  padding-bottom: 0;
}

body.home-page:not(.is-showroom-view) .system-showcase-head {
  margin-top: 0;
}

body.home-page:not(.is-showroom-view) .showroom-products {
  display: none !important;
}

body.home-page.is-showroom-view :is(
  .electro-hero,
  .olaa-style-shop,
  .product-area,
  .home-contact-strip,
  .last-order-panel
) {
  display: none !important;
}

body.home-page.is-showroom-view .showroom-products {
  display: block !important;
  padding-top: 118px;
}

body.home-page #products .commerce-layout .product-grid[data-product-grid] {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

@media (max-width: 1320px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1040px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 430px) {
  body.home-page #products .commerce-layout .product-grid[data-product-grid] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (min-width: 621px) {
  body.home-page:not(.is-showroom-view) .electro-hero {
    min-height: min(760px, calc(100dvh - 176px));
  }
}

@media (max-width: 620px) {
  body.home-page:not(.is-showroom-view) .hero-hot-row {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(154px, 44vw);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body.home-page:not(.is-showroom-view) .hero-hot-row::-webkit-scrollbar {
    display: none;
  }

  body.home-page:not(.is-showroom-view) .hero-hot-row article,
  body.home-page:not(.is-showroom-view) .hero-hot-row article:nth-child(n + 3),
  body.home-page:not(.is-showroom-view) .hero-hot-row article:nth-child(n + 4) {
    display: grid !important;
    scroll-snap-align: start;
  }
}
