/* Local prototypes for wooden-floor manufacturers: Baltic Wood and Barlinek. */
.baltic-wood-v2-page,
.barlinek-v2-page {
  --wood-ink: #171616;
  --wood-paper: #f6f2ec;
  --wood-warm: #b48b62;
}

.baltic-wood-v2-page .hero__image::before,
.barlinek-v2-page .hero__image::before {
  background:
    linear-gradient(90deg, rgba(6, 6, 7, .98) 0%, rgba(6, 6, 7, .86) 30%, rgba(6, 6, 7, .35) 58%, rgba(6, 6, 7, .07) 100%),
    linear-gradient(0deg, rgba(6, 6, 7, .58) 0%, transparent 48%);
}

.baltic-wood-v2-page .hero__image > img {
  object-position: 62% 58%;
}

.barlinek-v2-page .hero__image > img {
  object-position: 65% 54%;
}

.baltic-wood-v2-page .single-brand-logo {
  width: clamp(92px, 7.3vw, 116px) !important;
  aspect-ratio: 550 / 512;
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .32);
}

.baltic-wood-v2-page .single-brand-logo img,
.barlinek-v2-page .single-brand-logo img {
  filter: none;
}

.barlinek-v2-page .single-brand-logo {
  width: clamp(188px, 15vw, 244px) !important;
  aspect-ratio: 170 / 38;
  margin-bottom: 0;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .3);
}

.baltic-wood-v2-page .hero__brand-row,
.barlinek-v2-page .hero__brand-row {
  gap: 14px !important;
  margin-bottom: 20px !important;
}

.baltic-wood-v2-page .single-brand-selector,
.baltic-wood-v2-page .single-brand-selector .decor-gallery {
  min-height: 680px;
}

.baltic-wood-v2-page .single-brand-selector .collection-panel {
  max-height: 680px;
}

.baltic-wood-v2-page .collection-panel__group > p,
.barlinek-v2-page .collection-panel__group > p {
  background: linear-gradient(90deg, rgba(255, 255, 255, .055), transparent 82%);
}

.baltic-wood-v2-page .collection-panel__group > p strong,
.barlinek-v2-page .collection-panel__group > p strong {
  color: #f1e9e0;
  font-size: .64rem;
  letter-spacing: .14em;
}

.baltic-wood-v2-page .collection-panel__group > p span,
.barlinek-v2-page .collection-panel__group > p span {
  color: #a99e95;
}

.baltic-wood-v2-page .decor-gallery,
.barlinek-v2-page .decor-gallery {
  background: #9a7b5d;
}

.baltic-wood-v2-page .decor-gallery > picture > img,
.barlinek-v2-page .decor-gallery > picture > img {
  object-fit: cover;
}

.baltic-wood-v2-page .single-brand-logo--closing {
  width: 88px !important;
}

.barlinek-v2-page .single-brand-logo--closing {
  width: 210px !important;
  padding: 10px 15px;
}

.baltic-wood-v2-page .single-brand-showroom .showroom-stage__main img,
.barlinek-v2-page .single-brand-showroom .showroom-stage__main img {
  object-position: center 58%;
}

.baltic-wood-v2-page .single-brand-closing .closing__background > img {
  object-position: 65% 54%;
}

.barlinek-v2-page .single-brand-closing .closing__background > img {
  object-position: 63% 58%;
}


/* Keep the Barlinek logo and breadcrumb in separate rows, including short desktop viewports. */
@media (min-width: 701px) {
  .barlinek-v2-page .hero__inner {
    display: grid;
    padding-top: 24px;
    padding-bottom: 28px;
    grid-template-rows: auto minmax(min-content, 1fr);
    row-gap: 24px;
  }

  .barlinek-v2-page .breadcrumbs {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    align-self: start;
    margin: 8px 0 0;
  }

  .barlinek-v2-page .hero__copy {
    position: relative;
    top: auto;
    left: auto;
    align-self: center;
    transform: none;
  }
}

@media (max-width: 760px) {
  .baltic-wood-v2-page .hero__image::before,
  .barlinek-v2-page .hero__image::before {
    background: linear-gradient(180deg, rgba(5, 5, 6, .95) 0%, rgba(5, 5, 6, .77) 58%, rgba(5, 5, 6, .38) 100%);
  }

  .baltic-wood-v2-page .hero__image > img {
    object-position: 60% center;
  }

  .barlinek-v2-page .hero__image > img {
    object-position: 61% center;
  }

  .baltic-wood-v2-page .single-brand-logo {
    width: 84px !important;
  }

  .barlinek-v2-page .single-brand-logo {
    width: 184px !important;
    padding: 10px 14px;
  }

  .baltic-wood-v2-page .single-brand-selector,
  .baltic-wood-v2-page .single-brand-selector .decor-gallery {
    min-height: 0;
  }

  .baltic-wood-v2-page .single-brand-selector .collection-panel {
    max-height: none;
  }

  .baltic-wood-v2-page .sample-card__choice {
    min-height: 102px;
  }

  .baltic-wood-v2-page .collection-picker__group > p,
  .barlinek-v2-page .collection-picker__group > p {
    background: #201f1f;
    color: #fff;
    box-shadow: inset 3px 0 0 #ed1c24;
  }

  .baltic-wood-v2-page .collection-picker__group > p strong,
  .barlinek-v2-page .collection-picker__group > p strong {
    color: #fff;
  }

  .baltic-wood-v2-page .single-brand-logo--closing {
    width: 74px !important;
  }

  .barlinek-v2-page .single-brand-logo--closing {
    width: 180px !important;
  }
}

@media (max-width: 360px) {
  .baltic-wood-v2-page .sample-card__choice {
    min-height: 140px;
  }
}
