/* ===== HERO ===== */
.hero{
  position: relative;
  background: var(--bg);
  margin-bottom: 100px; /* Space below hero for the overlap */
}

.hero__media{
  position: relative;
  height: 500px;
  overflow: hidden;
}

.hero__slide{
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero__slide--active{
  opacity: 1;
}

.hero__caption{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: min(980px, calc(100% - 140px));
  background: var(--gold);
  padding: 28px 24px;
  text-align: center;
}

.hero__caption h1{
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  color: #21342b;
  letter-spacing: .4px;
  line-height: 1.15;
}

/* ===== DESKTOP HERO BOOKING BOX ===== */
.hero-booking{
  position: absolute;
  top: 90px;
  right: 70px;
  z-index: 4;
}

.hero-booking__inner{
  background: #ffffff;
  width: 360px;
  padding: 28px 24px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.hero-booking__top{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.hero-booking__col{
  text-align: center;
}

.hero-booking__label{
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: #111;
  margin-bottom: 12px;
}

.hero-booking__dayname{
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(0,0,0,.45);
  margin-bottom: 8px;
}

.hero-booking__day{
  display: block;
  font-size: 78px;
  line-height: .95;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.hero-booking__month{
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #111;
}

.hero-booking__divider{
  font-size: 24px;
  color: rgba(0,0,0,.5);
}

.hero-booking__button{
  display: block;
  background: #c49c44;
  color: #111;
  text-decoration: none;
  text-align: center;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Hide header book button on desktop */
.cta-book{
  display: none;
}


@media (max-width: 760px){
  .hero__media{ height: 420px; }

  .hero__caption{
    width: calc(100% - 24px);
    padding: 18px 14px;
    transform: translate(-50%, 40%);
  }

  .hero__caption h1{ font-size: 26px; }

  .hero{ margin-bottom: 70px; }

  .hero-booking{
    display: none;
  }

  .cta-book{
    display: inline-flex;
  }
}

/* ===== EXPLORE INTRO ===== */

.explore-intro{
  background: #21342b;
  padding: 90px 0;
}

.explore-intro__inner{
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.explore-intro__eyebrow{
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 0 18px;
}

.explore-intro h2{
  margin: 0 0 26px;
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 500;
}

.explore-intro p{
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.9;
}

@media (max-width: 760px){

  .explore-intro{
    padding: 60px 0;
  }

  .explore-intro h2{
    font-size: 32px;
  }

  .explore-intro p{
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ===== EXPLORE PAGE ===== */

.explore-history,
.explore-arts,
.explore-food,
.explore-beyond{
  background: #e7e2dc;
  padding: 80px 0;
}

.explore-arts,
.explore-beyond{
  background: #21342b;
}

.explore-history-content,
.explore-arts-content,
.explore-food-content,
.explore-beyond-content{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.explore-history-text,
.explore-food-text{
  color: rgba(0,0,0,.6);
}

.explore-arts-text,
.explore-beyond-text{
  color: rgba(255,255,255,.78);
}

.explore-history-text h2,
.explore-arts-text h2,
.explore-food-text h2,
.explore-beyond-text h2{
  margin: 0 0 28px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
}

.explore-arts-text h2,
.explore-beyond-text h2{
  color: #fff;
}

.explore-history-text ul,
.explore-arts-text ul,
.explore-food-text ul,
.explore-beyond-text ul{
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.explore-history-text li,
.explore-arts-text li,
.explore-food-text li,
.explore-beyond-text li{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.explore-history-text strong,
.explore-food-text strong{
  color: #21342b;
}

.explore-arts-text strong,
.explore-beyond-text strong{
  color: var(--gold);
}

.explore-link{
  display: inline-block;
  margin-top: 8px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
}

.explore-link:hover{
  text-decoration: underline;
}

.room-btn{
  display: inline-block;
  background: var(--gold);
  color: #111;
  text-decoration: none;
  padding: 16px 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.explore-history-image img,
.explore-arts-image img,
.explore-food-image img,
.explore-beyond-image img{
  width: 100%;
  height: auto;
  display: block;
}

/* ===== MOBILE ===== */

@media (max-width: 760px){
  .explore-history,
  .explore-arts,
  .explore-food,
  .explore-beyond{
    padding: 56px 0;
  }

  .explore-history-content,
  .explore-arts-content,
  .explore-food-content,
  .explore-beyond-content{
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .explore-history-text h2,
  .explore-arts-text h2,
  .explore-food-text h2,
  .explore-beyond-text h2{
    font-size: 30px;
  }

  .explore-history-text li,
  .explore-arts-text li,
  .explore-food-text li,
  .explore-beyond-text li{
    font-size: 16px;
    line-height: 1.7;
  }

  .room-btn{
    width: 100%;
    text-align: center;
  }

  .explore-arts-image,
  .explore-beyond-image{
    order: 2;
  }

  .explore-arts-text,
  .explore-beyond-text{
    order: 1;
  }
}

/* ===== ADVENTURE SECTION ===== */

.explore-adventure{
  background: #e7e2dc;
  padding: 80px 0;
}

.explore-adventure-content{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  align-items: center;
}

.explore-adventure-image{
  order: 2;
}

.explore-adventure-text{
  order: 1;
}

.explore-adventure-text{
  color: rgba(0,0,0,.6);
}

.explore-adventure-text h2{
  margin: 0 0 28px;
  color: #21342b;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
}

.explore-adventure-text ul{
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.explore-adventure-text li{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.explore-adventure-text strong{
  color: #21342b;
}

.explore-link{
  display: inline-block;
  margin-top: 8px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
}

.explore-link:hover{
  text-decoration: underline;
}

.explore-adventure-image img{
  width: 100%;
  height: auto;
  display: block;
}

.room-btn{
  display: inline-block;
  background: var(--gold);
  color: #111;
  text-decoration: none;
  padding: 16px 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.room-btn:hover{
  background: var(--gold-light);
}

/* ===== MOBILE ===== */

@media (max-width: 760px){

  .explore-adventure{
    padding: 56px 0;
  }

  .explore-adventure-content{
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .explore-adventure-text{
    order: 1;
  }

  .explore-adventure-image{
    order: 2;
  }

  .explore-adventure-text h2{
    font-size: 30px;
  }

  .explore-adventure-text li{
    font-size: 16px;
    line-height: 1.7;
  }

  .room-btn{
    width: 100%;
    text-align: center;
  }
}

/* ===== SEASONAL EVENTS ===== */

.explore-events{
  background: #21342b;
  padding: 80px 0;
}

.explore-events-content{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  align-items: center;
}

.explore-events-text{
  color: rgba(255,255,255,.78);
  order: 2;
}

.explore-events-image{
  order: 1;
}

.explore-events-text h2{
  margin: 0 0 28px;
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
}

.explore-events-text ul{
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.explore-events-text li{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.explore-events-text strong{
  color: var(--gold);
}

.explore-link{
  display: inline-block;
  margin-top: 8px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
}

.explore-link:hover{
  text-decoration: underline;
}

.explore-events-image img{
  width: 100%;
  height: auto;
  display: block;
}

.room-btn{
  display: inline-block;
  background: var(--gold);
  color: #111;
  text-decoration: none;
  padding: 16px 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.room-btn:hover{
  background: var(--gold-light);
}

/* ===== MOBILE ===== */

@media (max-width: 760px){

  .explore-events{
    padding: 56px 0;
  }

  .explore-events-content{
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .explore-events-text{
    order: 1;
  }

  .explore-events-image{
    order: 2;
  }

  .explore-events-text h2{
    font-size: 30px;
  }

  .explore-events-text li{
    font-size: 16px;
    line-height: 1.7;
  }

  .room-btn{
    width: 100%;
    text-align: center;
  }
}

/* ===== BEACHES MAP SECTION ===== */

.explore-beaches{
  background: #e7e2dc;
  padding: 80px 0;
}

.explore-beaches-content{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.explore-beaches-text{
  color: rgba(0,0,0,.6);
}

.explore-beaches-text h2{
  margin: 0 0 24px;
  color: #21342b;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
}

.explore-beaches-text p,
.explore-beaches-text li{
  font-size: 18px;
  line-height: 1.8;
}

.explore-beaches-text ul{
  margin: 24px 0 0;
  padding-left: 20px;
}

.explore-beaches-map{
  width: 100%;
}

#beachMap{
  width: 100%;
  height: 460px;
}

.custom-map-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

@media (max-width: 760px){

  .explore-beaches{
    padding: 56px 0;
  }

  .explore-beaches-content{
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .explore-beaches-text h2{
    font-size: 30px;
  }

  .explore-beaches-text p,
  .explore-beaches-text li{
    font-size: 16px;
    line-height: 1.7;
  }

  #beachMap{
    height: 380px;
  }
}