/* Reuse the three approved Ahoj Epoxy hero compositions across catalog pages. */

/* Variant 1: the bright Index 4 composition used by the tables page. */
.ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .section-heading .section-title {
  display: block;
  font-size: clamp(40px, 4.1vw, 72px);
  line-height: 1.03;
}

.ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .section-heading .section-title .ae-hero-title-line {
  width: auto;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
}

.ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .section-heading .section-title .ae-hero-title-line--ink {
  font-size: 1.25em;
  line-height: .92;
}

.ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .section-heading .section-title .ae-hero-title-line:last-child {
  margin-top: .12em;
  font-size: .82em;
  line-height: 1.05;
}

.ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .hero-btn {
  flex-wrap: wrap;
  row-gap: 16px;
}

.ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .hero-img img {
  object-position: center;
}

/* Variant 2: the full-height, photograph-backed B2B/floor composition. */
.ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused {
  height: auto;
  min-height: 100svh;
}

.ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .hero-wrap-6 {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: 110px 80px;
}

.ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .hero-content-6 .section-heading .section-title {
  max-width: 950px;
  font-size: clamp(48px, 5vw, 88px);
  line-height: 1.02;
}

.ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .hero-content-left p {
  max-width: 800px;
}

.ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .ae-b2b-hero-actions .tl-primary-btn {
  min-height: 62px;
  white-space: normal;
  line-height: 1.25;
}

.ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .hero-text span {
  font-size: clamp(110px, 16vw, 270px);
}

/* Variant 3: the wide image and soft wood-ring pattern from Výroba na mieru. */
.ae-catalog .ae-catalog-hero-woodgrain {
  position: relative;
  isolation: isolate;
}

.ae-catalog .ae-catalog-hero-woodgrain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: min(850px, 72vw);
  height: min(680px, 78%);
  pointer-events: none;
  background:
    repeating-radial-gradient(ellipse at -8% -12%, transparent 0 22px, rgba(177, 126, 62, .2) 23px 24px, transparent 25px 38px),
    repeating-radial-gradient(ellipse at 4% -5%, transparent 0 35px, rgba(177, 126, 62, .09) 36px 37px, transparent 38px 56px);
  -webkit-mask-image: radial-gradient(ellipse at 0 0, #000 0 15%, rgba(0, 0, 0, .75) 34%, transparent 74%);
  mask-image: radial-gradient(ellipse at 0 0, #000 0 15%, rgba(0, 0, 0, .75) 34%, transparent 74%);
}

.ae-catalog .ae-catalog-hero-woodgrain > .container {
  position: relative;
  z-index: 1;
}

.ae-catalog .ae-catalog-hero-woodgrain .hero-content-2 .hero-btn {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 14px;
}

.ae-catalog .ae-catalog-hero-woodgrain .hero-content-2 .hero-btn .ae-table-text-link {
  align-items: center;
  min-height: 62px;
  white-space: nowrap;
}

.ae-catalog .ae-catalog-hero-woodgrain .hero-bottom-img figcaption {
  display: none;
}

@media (max-width: 991px) {
  .ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .hero-wrap-6 {
    padding-block: 130px 85px;
  }
}

@media (max-width: 767px) {
  /* The template hides the desktop <br> here; retain a word boundary. */
  .ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused h1 span {
    margin-left: .16em;
  }
}

@media (max-width: 575px) {
  .ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .section-heading .section-title {
    font-size: clamp(30px, 8.4vw, 36px);
  }

  .ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .section-heading .section-title .ae-hero-title-line--ink {
    font-size: 1.06em;
  }

  .ae-catalog .ae-catalog-hero-index4.ae-catalog-hero-reused .section-heading .section-title .ae-hero-title-line:last-child {
    font-size: .78em;
  }

  .ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .hero-wrap-6 {
    min-height: 100svh;
    padding-block: 120px 64px;
  }

  .ae-catalog .ae-catalog-floor-b2b-hero.ae-catalog-hero-reused .hero-content-6 .section-heading .section-title {
    font-size: clamp(40px, 10vw, 56px);
  }

  .ae-catalog .ae-catalog-hero-woodgrain::before {
    opacity: .65;
  }

  .ae-catalog .ae-catalog-hero-woodgrain .hero-content-2 .hero-btn .ae-table-text-link {
    min-height: 0;
  }
}
