/* About banner: soft image fade and theme-colored title. */
.hero.hero-about {
  --about-header-height: 88px;
  min-height: calc(100vh - var(--about-header-height));
  min-height: calc(100svh - var(--about-header-height));
  display: flex;
  flex-direction: column;
  padding: 48px max(24px, calc((100% - 80rem) / 2));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 20%, rgba(255, 255, 255, .65) 42%, rgba(255, 255, 255, 0) 72%), url('../images/banner-one.webp') center/cover no-repeat;
  border-bottom: 0;
  box-shadow: inset 0 8px 20px rgba(32, 45, 43, .06), 0 12px 28px rgba(32, 45, 43, .1);
}

.hero.hero-about .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-about .breadcrumb {
  color: darkred;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-about h1 {
  margin: auto 0;
  font-family: var(--font-display);
  font-size: clamp(64px, 6vw, 96px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
  color: darkred;
  white-space: nowrap;
}

.hero-about h1 span {
  display: block;
}

/* Explore banner: mirrors the Our Story hero with the Find Your Kashi artwork. */
.hero.hero-explore {
  --explore-header-height: 88px;
  min-height: calc(100vh - var(--explore-header-height));
  min-height: calc(100svh - var(--explore-header-height));
  display: flex;
  flex-direction: column;
  padding: 48px max(24px, calc((100% - 80rem) / 2));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 20%, rgba(255, 255, 255, .65) 42%, rgba(255, 255, 255, 0) 72%), url('../images/find-your-kashi.png') center/cover no-repeat;
  border-bottom: 0;
  box-shadow: inset 0 8px 20px rgba(32, 45, 43, .06), 0 12px 28px rgba(32, 45, 43, .1);
}

.hero.hero-explore .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-explore .breadcrumb {
  color: darkred;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-explore h1 {
  margin: auto 0;
   color: darkred;
  font-family: var(--font-display);
  font-size: clamp(64px, 6vw, 96px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.hero-explore h1 span {
  display: block;
}

/* Featured Experiences uses the same visual system as the Explore banner. */
.hero.hero-featured {
  --featured-header-height: 88px;
  min-height: calc(100vh - var(--featured-header-height));
  min-height: calc(100svh - var(--featured-header-height));
  display: flex;
  flex-direction: column;
  padding: 48px max(24px, calc((100% - 80rem) / 2));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 20%, rgba(255, 255, 255, .65) 42%, rgba(255, 255, 255, 0) 72%), url('../images/Featured-Experiences.png') center /cover no-repeat;
  border-bottom: 0;
  box-shadow: inset 0 8px 20px rgba(32, 45, 43, .06), 0 12px 28px rgba(32, 45, 43, .1);
}

.hero.hero-featured .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-featured .breadcrumb {
  color: darkred;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-featured h1 {
  margin: auto 0;
  font-family: var(--font-display);
  font-size: clamp(64px, 6vw, 96px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
   color: darkred;
  white-space: nowrap;
}

.hero-featured h1 span {
  display: block;
}

/* Festive and Wedding Events share the Find Your Kashi banner treatment. */
.hero.hero-events,
.hero.hero-wedding {
  min-height: calc(100vh - 88px);
  min-height: calc(100svh - 88px);
  display: flex;
  flex-direction: column;
  padding: 48px max(24px, calc((100% - 80rem) / 2));
  border-bottom: 0;
  box-shadow: inset 0 8px 20px rgba(32, 45, 43, .06), 0 12px 28px rgba(32, 45, 43, .1);
}

.hero.hero-events {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 20%, rgba(255, 255, 255, .65) 42%, rgba(255, 255, 255, 0) 72%), url('../images/festive-event.png') center/cover no-repeat;
}

.hero.hero-wedding {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 20%, rgba(255, 255, 255, .65) 42%, rgba(255, 255, 255, 0) 72%), url('../images/wedding-event.png') center/cover no-repeat;
}

.hero.hero-events .hero-content,
.hero.hero-wedding .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-events .breadcrumb,
.hero-wedding .breadcrumb {
  color: darkred;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-events h1,
.hero-wedding h1 {
  margin: auto 0;
   color: darkred;
  font-family: var(--font-display);
  font-size: clamp(64px, 6vw, 96px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.hero-events h1 span,
.hero-wedding h1 span {
  display: block;
}

/* Shared image-banner treatment for the remaining destination pages. */
.hero.hero-image-page {
  min-height: calc(100vh - 88px);
  min-height: calc(100svh - 88px);
  display: flex;
  flex-direction: column;
  padding: 48px max(24px, calc((100% - 80rem) / 2));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 20%, rgba(255, 255, 255, .65) 42%, rgba(255, 255, 255, 0) 72%), var(--hero-image) center bottom/cover no-repeat;
  border-bottom: 0;
  box-shadow: inset 0 8px 20px rgba(32, 45, 43, .06), 0 12px 28px rgba(32, 45, 43, .1);
}

.hero-stays { --hero-image: url('../images/where-to-stay.png'); }
.hero-flavours { --hero-image: url('../images/banarasi-flavor.png'); }
.hero-travel-guide { --hero-image: url('../images/travel-guide.png'); }
.hero-contact { --hero-image: url('../images/contact-us.png'); }

.hero.hero-image-page .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-image-page .breadcrumb {
  color: darkred;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-image-page h1 {
  margin: auto 0;
  color: darkred;
  font-family: var(--font-display);
  font-size: clamp(64px, 6vw, 96px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.hero-image-page h1 span {
  display: block;
}

@media (max-width: 1199px) {
  .hero.hero-about {
    --about-header-height: 76px;
  }

  .hero.hero-explore {
    --explore-header-height: 76px;
  }

  .hero.hero-featured {
    --featured-header-height: 76px;
  }

  .hero.hero-events,
  .hero.hero-wedding,
  .hero.hero-image-page {
    min-height: calc(100vh - 76px);
    min-height: calc(100svh - 76px);
  }
}

@media (max-width: 768px) {
  .hero.hero-about {
    padding: 32px 24px;
    background-position: 60% center;
  }

  .hero-about h1 {
    font-size: clamp(32px, 9vw, 64px);
  }

  .hero.hero-explore {
    padding: 32px 24px;
    background-position: 60% top;
  }

  .hero-explore h1 {
    font-size: clamp(32px, 9vw, 64px);
  }

  .hero.hero-featured {
    padding: 32px 24px;
    background-position: 60% top;
  }

  .hero-featured h1 {
    font-size: clamp(32px, 9vw, 64px);
  }

  .hero.hero-events,
  .hero.hero-wedding,
  .hero.hero-image-page {
    padding: 32px 24px;
    background-position: 60% top;
  }

  .hero-events h1,
  .hero-wedding h1,
  .hero-image-page h1 {
    font-size: clamp(32px, 9vw, 64px);
  }
}

/* Full-width video banner inspired by the Surgeine homepage. */
.hero.hero-home {
  --banner-unit: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  padding: 160px clamp(calc(1.5 * var(--banner-unit)), 6vw, calc(7 * var(--banner-unit))) 80px;
  background: #18232b;
  color: #fff;
  line-height: 1.6;
}

.hero-home::before {
  content: none;
}

.hero-home::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-home .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}





.hero-home .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  text-align: left;
  color: #fff;
  animation: banner-enter 1s ease;
}

.hero-home .hero-content h1 {
  margin: 0 0 var(--banner-unit);
  font-size: calc(4 * var(--banner-unit));
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .02em;
  color: var(--color-white);
  text-shadow: none;
  text-wrap: wrap;
}

.hero-home .hero-content p {
  margin: 0 0 calc(2 * var(--banner-unit));
  font-size: calc(1.3 * var(--banner-unit));
  line-height: 1.6;
  color: var(--color-white);
  text-shadow: none;
}

.hero-home .hero-buttons {
  display: flex;
  gap: var(--banner-unit);
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hero-home .btn {
  min-height: 0;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: calc(.5 * var(--banner-unit));
  border: 2px solid transparent;
}

.hero-home .btn-primary {
  background: #c0392b;
  color: white;
}

.hero-home .btn-primary:hover {
  background: #a93225;
  box-shadow: 0 8px 20px #c0392b66;
  transform: translateY(-3px);
}

.hero-home .btn-secondary {
  background: #f5f1e8;
  color: #8e4015;
  border-color: #fff;
}

.hero-home .btn-secondary:hover {
  background: white;
  color: #8e4015;
  box-shadow: 0 8px 20px #00000026;
  transform: translateY(-3px);
}

@keyframes banner-enter {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero.hero-home {
    --banner-unit: 14px;
  }

  .hero.hero-home {
    padding-top: 120px;
  }

  .hero-home .hero-content h1 {
    font-size: calc(2.5 * var(--banner-unit));
  }

  .hero-home .hero-content p {
    font-size: var(--banner-unit);
  }

  .hero-home .hero-buttons {
    gap: calc(.5 * var(--banner-unit));
  }

  .hero-home .btn {
    padding: calc(.8 * var(--banner-unit)) calc(1.5 * var(--banner-unit));
    font-size: calc(.9 * var(--banner-unit));
  }
}

@media (max-width: 480px) {
  .hero.hero-home {
    --banner-unit: 13px;
  }

  .hero-home .hero-content h1 {
    font-size: calc(1.8 * var(--banner-unit));
    margin-bottom: calc(.5 * var(--banner-unit));
  }

  .hero-home .hero-content p {
    font-size: calc(.9 * var(--banner-unit));
    margin-bottom: var(--banner-unit);
  }

  .hero-home .hero-buttons {
    flex-direction: column;
  }

  .hero-home .btn {
    width: 100%;
    padding: calc(.7 * var(--banner-unit)) calc(1.2 * var(--banner-unit));
    font-size: calc(.85 * var(--banner-unit));
  }
}

@media (max-width: 360px) {
  .hero-home .hero-content h1 {
    font-size: calc(1.5 * var(--banner-unit));
  }

  .hero-home .btn {
    padding: calc(.6 * var(--banner-unit)) var(--banner-unit);
    font-size: calc(.8 * var(--banner-unit));
  }
}

@media (max-height: 600px) and (orientation: landscape) {
  .hero-home .hero-content h1 {
    font-size: calc(2 * var(--banner-unit));
  }

  .hero-home .hero-content p {
    font-size: calc(.85 * var(--banner-unit));
  }

  .hero-home .btn {
    padding: calc(.6 * var(--banner-unit)) calc(1.5 * var(--banner-unit));
    font-size: calc(.8 * var(--banner-unit));
  }
}

@media (min-width: 1920px) {
  .hero-home .hero-content h1 {
    font-size: 4.5rem;
  }
}

@media print {
  .hero.hero-home {
    min-height: auto;
    padding: 1rem;
    background: white;
  }

  .hero-home .hero-video,
  .hero-home::before,
  .hero-home::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-home .hero-content {
    animation: none;
  }
}
