/*
 * Adopted TOP FV treatment based on the approved brand guideline preview.
 * The Tatami logo-mark preview adds its own small override stylesheet.
 */

.brand-concept-preview .hero {
  align-items: center;
  background: var(--orche);
  display: flex;
  height: 560px;
  min-height: 560px;
  padding-bottom: 52px;
  padding-top: 58px;
}

.brand-concept-preview .hero::before {
  display: none;
}

.brand-concept-preview .hero::after {
  display: none;
}

.brand-concept-preview .hero-slider {
  -webkit-mask-image: url("img/logo-mark.svg");
  -webkit-mask-position: right -69vw top -18vw;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 150vw auto;
  mask-image: url("img/logo-mark.svg");
  mask-position: right -69vw top -18vw;
  mask-repeat: no-repeat;
  mask-size: 150vw auto;
  border-radius: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  transform: none;
  width: 100%;
}

.brand-concept-preview .hero-slider::after {
  background: rgba(19, 19, 19, 0.24);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.brand-concept-preview .hero-slider picture {
  margin-left: auto;
  width: 80vw;
}

.brand-concept-preview .hero-slide-image {
  object-position: center;
}

.brand-concept-preview .hero-content {
  margin-left: max(24px, calc((100vw - var(--max)) / 2));
  margin-right: auto;
  max-width: min(840px, 62vw);
  width: 100%;
}

.brand-concept-preview .hero-kicker {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(19, 19, 19, 0.32);
}

.brand-concept-preview .hero h1 {
  color: var(--white);
  font-size: clamp(58px, 6.6vw, 92px);
  line-height: 0.94;
  max-width: 840px;
  text-shadow: 0 3px 18px rgba(19, 19, 19, 0.32);
  text-transform: none;
}

.brand-concept-preview .hero-subtitle {
  color: var(--white);
  font-family: var(--display-font);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 700;
  line-height: 1.04;
  margin: 14px 0 0;
  max-width: 760px;
  text-shadow: 0 3px 16px rgba(19, 19, 19, 0.32);
}

.brand-concept-preview .hero-lead {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  max-width: 640px;
  text-shadow: 0 2px 12px rgba(19, 19, 19, 0.38);
}

.brand-concept-preview .hero-activities-link {
  align-items: center;
  border: 2px solid currentColor;
  color: var(--white);
  display: none;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  margin-top: 22px;
  min-height: 48px;
  padding: 0 20px;
  position: relative;
  text-shadow: 0 2px 12px rgba(19, 19, 19, 0.38);
  z-index: 3;
}

.brand-concept-preview .hero-activities-link:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .brand-concept-preview .hero-content {
    max-width: 52vw;
  }
}

@media (max-width: 680px) {
  .brand-concept-preview .hero {
    height: auto;
    min-height: 340px;
    padding: 24px 18px 22px;
  }

  .brand-concept-preview .hero-slider {
    -webkit-mask-position: right -120vw top 8%;
    -webkit-mask-size: 220vw auto;
    mask-position: right -120vw top 8%;
    mask-size: 220vw auto;
    border-radius: 0;
    transform: none;
  }

  .brand-concept-preview:not(.brand-tatami-preview) .hero-slider {
    -webkit-mask-image: url("img/logo-mark.svg"), linear-gradient(#000 0 0);
    -webkit-mask-position: right -120vw top 8%, right bottom;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-size: 220vw auto, 26vw 34%;
    mask-image: url("img/logo-mark.svg"), linear-gradient(#000 0 0);
    mask-position: right -120vw top 8%, right bottom;
    mask-repeat: no-repeat, no-repeat;
    mask-size: 220vw auto, 26vw 34%;
  }

  .brand-concept-preview .hero-slider picture {
    width: 100%;
  }

  .brand-concept-preview .hero-content {
    margin: 0;
    max-width: 100%;
  }

  .brand-concept-preview .hero h1 {
    font-size: 40px;
    line-height: 1.02;
    max-width: 350px;
  }

  .brand-concept-preview .hero-subtitle {
    font-size: 27px;
    line-height: 1.06;
    margin-top: 8px;
    max-width: 320px;
  }

  .brand-concept-preview .hero-lead {
    font-size: 12px;
    line-height: 1.55;
    max-width: 300px;
  }

  .brand-concept-preview .hero-activities-link {
    display: inline-flex;
    font-size: 13px;
    margin-top: 14px;
    min-height: 44px;
    padding: 0 16px;
  }

}
