/* ===== START CSS BEPHONG HOME HERO 2026 ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,400;1,500&display=swap');
.bephong-home-hero-2026 {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #070707;
  font-family: "Be Vietnam Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  overflow: hidden;
}

.bephong-home-hero-2026,
.bephong-home-hero-2026 * {
  box-sizing: border-box;
}

.bephong-home-hero-2026__stage {
  position: relative;
  width: 100%;
  min-height: 596px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 30%, rgba(216, 170, 85, 0.10), transparent 34%),
    linear-gradient(135deg, #080808 0%, #111 48%, #060606 100%);
}

.bephong-home-hero-2026__slide {
  position: relative;
  width: 100%;
  min-height: 596px;
  overflow: hidden;
}

.bephong-home-hero-2026__picture,
.bephong-home-hero-2026__image {
  display: block;
  width: 100%;
  height: 596px;
}

.bephong-home-hero-2026__image {
  object-fit: cover;
  object-position: center center;
}

.bephong-home-hero-2026__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.66) 27%, rgba(0,0,0,0.18) 62%, rgba(0,0,0,0.30) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.48));
}

.bephong-home-hero-2026__content {
  position: absolute;
  z-index: 3;
  left: max(40px, calc((100vw - 1680px) / 2 + 40px));
  top: 50%;
  transform: translateY(-50%);
  width: min(560px, 42vw);
  color: #f7ead0;
}

.bephong-home-hero-2026__sub {
  display: none;
}

.bephong-home-hero-2026__title {
  margin: 0;
  color: #e0ad55;
  font-family: "Be Vietnam Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(26px, 2.18vw, 39px);
font-weight: 600;
letter-spacing: 0.006em;
line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0,0,0,0.42);
}
.bephong-home-hero-2026__script {
  margin-top: 12px;
  color: #e7b95f;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.38vw, 27px);
  line-height: 1.12;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.006em;
  text-shadow: 0 5px 16px rgba(0,0,0,0.42);
}
.bephong-home-hero-2026__desc {
  max-width: 460px;
  margin: 24px 0 0;
  color: rgba(250, 241, 226, 0.88);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

.bephong-home-hero-2026__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.bephong-home-hero-2026__btn {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.bephong-home-hero-2026__btn--primary {
  color: #fff7e8 !important;
  border: 1px solid rgba(210, 58, 50, 0.76);
  background: linear-gradient(135deg, #871619 0%, #b32024 52%, #741014 100%);
  box-shadow: 0 10px 22px rgba(150, 20, 24, 0.22);
}

.bephong-home-hero-2026__btn--outline {
  color: #efc46c !important;
  border: 1px solid rgba(214, 165, 78, 0.7);
  background: rgba(7, 6, 5, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
}

.bephong-home-hero-2026__btn:hover {
  transform: translateY(-1px);
}

.bephong-home-hero-2026__watermark {
  position: absolute;
  z-index: 3;
  left: max(40px, calc((100vw - 1680px) / 2 + 40px));
  right: max(40px, calc((100vw - 1680px) / 2 + 40px));
  bottom: 54px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  pointer-events: none;
  color: rgba(216, 170, 85, 0.18);
  font-size: 14px;
  letter-spacing: 0.02em;
}

.bephong-home-hero-2026__dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}

.bephong-home-hero-2026__dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(216, 170, 85, 0.58);
  background: rgba(0,0,0,0.32);
}

.bephong-home-hero-2026__dots span.is-active {
  background: #d7a74f;
}

@media (max-width: 991px) {
  .bephong-home-hero-2026__stage,
  .bephong-home-hero-2026__slide {
    min-height: 480px;
  }

  .bephong-home-hero-2026__picture,
  .bephong-home-hero-2026__image {
    height: 480px;
  }

  .bephong-home-hero-2026__content {
    left: 28px;
    width: min(520px, calc(100% - 56px));
  }

  .bephong-home-hero-2026__title {
    font-size: 40px;
  }

  .bephong-home-hero-2026__script {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .bephong-home-hero-2026__stage,
  .bephong-home-hero-2026__slide {
    min-height: 386px;
  }

  .bephong-home-hero-2026__picture,
  .bephong-home-hero-2026__image {
    height: 386px;
  }

  .bephong-home-hero-2026__shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.42)),
      linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.64));
  }

  .bephong-home-hero-2026__content {
    left: 20px;
    right: 20px;
    width: auto;
  }

  .bephong-home-hero-2026__title {
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: 0.004em;
}

 .bephong-home-hero-2026__script {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.12;
}
 .bephong-home-hero-2026__desc {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.46;
  max-width: 270px;
}

  .bephong-home-hero-2026__actions {
  margin-top: 12px;
  gap: 6px;
  flex-wrap: wrap;
}

 .bephong-home-hero-2026__btn {
  min-height: 34px;
  padding: 0 11px;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.025em;
  border-radius: 5px;
}

  .bephong-home-hero-2026__watermark {
    display: none;
  }

  .bephong-home-hero-2026__dots {
    bottom: 16px;
  }
}

/* ===== END CSS BEPHONG HOME HERO 2026 ===== */