@charset "UTF-8";
.resort-membership-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  height: calc(100dvh - 149.5px);
}
.resort-membership-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  /* control how much overlay covers */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}
.resort-membership-banner .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.resort-membership-banner .resort-membership-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  z-index: 3;
}
.resort-membership-banner .resort-membership-content .heading {
  font-size: clamp(42px, calc(2.625rem + (46 - 42) * ((100vw - 768px) / (1920 - 768))), 46px);
  line-height: 1;
  margin-bottom: 0px;
}
.resort-membership-banner .resort-membership-content .subheading {
  font-size: clamp(18px, calc(1.125rem + (24 - 18) * ((100vw - 768px) / (1920 - 768))), 24px);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}
.resort-membership-banner .resort-membership-content .para {
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  max-width: 700px;
  margin: 0 auto;
}

.resort-factfile-sec {
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
  background: #0d0d0d;
  color: #ffffff;
}
.resort-factfile-sec .factfile-head {
  margin-bottom: clamp(32px, 4vw, 56px);
}
.resort-factfile-sec .factfile-head .factfile-title {
  font-size: clamp(42px, calc(2.625rem + (46 - 42) * ((100vw - 768px) / (1920 - 768))), 46px);
  padding-bottom: 4px;
  line-height: 1.1;
  margin-bottom: 0;
}
.resort-factfile-sec .factfile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(150px, 1fr);
  gap: clamp(10px, 1vw, 16px);
}
@media (max-width: 991px) {
  .resort-factfile-sec .factfile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .resort-factfile-sec .factfile-grid {
    grid-template-columns: 1fr;
  }
}
.resort-factfile-sec .factfile-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 150px;
  isolation: isolate;
  /* frosted-glass look by default */
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.4s ease, background 0.4s ease;
  /* ---- size variants for the bento layout ---- */
}
.resort-factfile-sec .factfile-card--lg {
  grid-column: span 2;
  grid-row: span 2;
}
.resort-factfile-sec .factfile-card--tall {
  grid-row: span 2;
}
.resort-factfile-sec .factfile-card--wide {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .resort-factfile-sec .factfile-card--lg, .resort-factfile-sec .factfile-card--tall, .resort-factfile-sec .factfile-card--wide {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media (max-width: 575px) {
  .resort-factfile-sec .factfile-card--lg, .resort-factfile-sec .factfile-card--tall, .resort-factfile-sec .factfile-card--wide {
    grid-column: span 1;
  }
}
.resort-factfile-sec .factfile-card {
  /* image layer — hidden by default, revealed on hover */
}
.resort-factfile-sec .factfile-card .factfile-card__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.5s ease, transform 0.6s ease;
  z-index: 1;
}
.resort-factfile-sec .factfile-card {
  /* dark gradient so text stays readable over the image */
}
.resort-factfile-sec .factfile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.resort-factfile-sec .factfile-card .factfile-card__body {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(18px, 2vw, 30px);
}
.resort-factfile-sec .factfile-card .factfile-card__category {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.4s ease;
}
.resort-factfile-sec .factfile-card .factfile-card__stat {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}
.resort-factfile-sec .factfile-card .factfile-card__stat .gold {
  font-size: clamp(28px, calc(1.75rem + (32 - 28) * ((100vw - 768px) / (1920 - 768))), 32px);
  font-weight: 600;
}
.resort-factfile-sec .factfile-card .factfile-card__stat .unit {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}
.resort-factfile-sec .factfile-card .factfile-card__sub {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  /* hidden by default — slide up + fade in on card hover */
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
}
.resort-factfile-sec {
  /* ---- active = image revealed ----
     All cards are active by default. Once the grid is hovered, only the
     hovered card stays active and the rest fall back to glass. */
}
.resort-factfile-sec .factfile-card .factfile-card__media {
  opacity: 1;
  transform: scale(1);
}
.resort-factfile-sec .factfile-card::after {
  opacity: 0.8;
}
.resort-factfile-sec .factfile-card .factfile-card__category {
  color: rgba(255, 255, 255, 0.85);
}

/* ---- Our Resorts: image-top cards with hover lift + zoom ---- */
.resort-collection-sec {
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
  background: #ffffff;
}
.resort-collection-sec .collection-head {
  margin-bottom: clamp(28px, 3.5vw, 48px);
}
.resort-collection-sec .collection-head .collection-title {
  font-size: clamp(42px, calc(2.625rem + (46 - 42) * ((100vw - 768px) / (1920 - 768))), 46px);
  line-height: 1.1;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.resort-collection-sec .collection-head .collection-subtitle {
  font-size: clamp(15px, calc(0.9375rem + (18 - 15) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #555555;
  margin-bottom: 10px;
}
.resort-collection-sec .collection-head .collection-para {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(15px, calc(0.9375rem + (17 - 15) * ((100vw - 768px) / (1920 - 768))), 17px);
  line-height: 1.6;
  color: #555555;
  margin-bottom: 0;
}
.resort-collection-sec .collection-head .collection-para strong {
  color: #1a1a1a;
  font-weight: 600;
}
.resort-collection-sec .resort-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.resort-collection-sec .resort-card .resort-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.resort-collection-sec .resort-card .resort-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.resort-collection-sec .resort-card .resort-card__media {
  /* subtle dark wash that fades in on hover */
}
.resort-collection-sec .resort-card .resort-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.resort-collection-sec .resort-card .resort-card__body {
  padding: clamp(18px, 1.6vw, 26px);
}
.resort-collection-sec .resort-card .resort-card__title {
  font-size: clamp(20px, calc(1.25rem + (24 - 20) * ((100vw - 768px) / (1920 - 768))), 24px);
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.resort-collection-sec .resort-card .resort-card__desc {
  font-size: 14px;
  line-height: 1.55;
  color: #666666;
  margin-bottom: 16px;
}
.resort-collection-sec .resort-card .resort-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #d4ad68;
  text-decoration: none;
}
.resort-collection-sec .resort-card .resort-card__link span {
  transition: transform 0.3s ease;
}
.resort-collection-sec .resort-card {
  /* ---- hover effects ---- */
}
.resort-collection-sec .resort-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 173, 104, 0.5);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.resort-collection-sec .resort-card:hover .resort-card__media img {
  transform: scale(1.07);
}
.resort-collection-sec .resort-card:hover .resort-card__media::after {
  opacity: 1;
}
.resort-collection-sec .resort-card:hover .resort-card__link {
  color: #aa7215;
}
.resort-collection-sec .resort-card:hover .resort-card__link span {
  transform: translateX(5px);
}

/* ---- Destination Weddings: text + image collage on black ---- */
.resort-weddings-sec {
  padding: clamp(40px, 2.5rem + 50 * (100vw - 768px) / 1152, 90px) 0;
  background: #000000;
  color: #ffffff;
}
.resort-weddings-sec .weddings-script {
  font-size: clamp(42px, calc(2.625rem + (46 - 42) * ((100vw - 768px) / (1920 - 768))), 46px);
  line-height: 1;
  margin-bottom: 8px;
}
.resort-weddings-sec .weddings-heading {
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  font-weight: 600;
  line-height: 1.12;
  color: #ffffff;
  margin-bottom: 22px;
}
.resort-weddings-sec .weddings-para {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
  margin-bottom: clamp(28px, 3vw, 40px);
}
.resort-weddings-sec .weddings-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 5vw, 64px);
}
.resort-weddings-sec .weddings-stat {
  display: flex;
  flex-direction: column;
  max-width: 180px;
}
.resort-weddings-sec .weddings-stat .weddings-stat__num {
  font-size: clamp(40px, calc(2.5rem + (56 - 40) * ((100vw - 768px) / (1920 - 768))), 56px);
  line-height: 1;
  margin-bottom: 10px;
}
.resort-weddings-sec .weddings-stat .weddings-stat__label {
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
.resort-weddings-sec {
  /* ---- image collage ---- */
}
.resort-weddings-sec .weddings-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  min-height: clamp(380px, 38vw, 520px);
}
@media (max-width: 575px) {
  .resort-weddings-sec .weddings-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 200px);
    min-height: 0;
  }
}
.resort-weddings-sec .weddings-fig {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 4px;
  background-color: #111111;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.resort-weddings-sec .weddings-fig--tall {
  grid-row: 1/span 2;
}
@media (max-width: 575px) {
  .resort-weddings-sec .weddings-fig--tall {
    grid-row: auto;
  }
}
.resort-weddings-sec .weddings-fig {
  /* zoom layer mirrors the figure's own background */
}
.resort-weddings-sec .weddings-fig::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
  z-index: 0;
}
.resort-weddings-sec .weddings-fig {
  /* gradient so the caption stays readable */
}
.resort-weddings-sec .weddings-fig::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 45%);
  z-index: 1;
  opacity: 0.9;
  transition: opacity 0.4s ease;
}
.resort-weddings-sec .weddings-fig figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 18px;
  font-size: clamp(14px, 1vw, 16px);
  color: #ffffff;
  letter-spacing: 0.3px;
}
.resort-weddings-sec .weddings-fig {
  /* ---- hover: zoom photo + deepen overlay ---- */
}
.resort-weddings-sec .weddings-fig:hover::before {
  transform: scale(1.07);
}
.resort-weddings-sec .weddings-fig:hover::after {
  opacity: 1;
}

/* ---- Extreme Adventure: text + hero image on black ---- */
.resort-adventure-sec {
  padding: clamp(40px, 2.5rem + 50 * (100vw - 768px) / 1152, 90px) 0;
  background: #000000;
  color: #ffffff;
}
.resort-adventure-sec .adventure-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #d4ad68;
}
.resort-adventure-sec .adventure-heading {
  font-size: clamp(42px, calc(2.625rem + (46 - 42) * ((100vw - 768px) / (1920 - 768))), 46px);
  font-weight: 500;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: clamp(22px, 2.5vw, 32px);
}
.resort-adventure-sec .adventure-heading .adventure-script {
  font-weight: 500;
}
.resort-adventure-sec .adventure-toplines {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(24px, 2.5vw, 32px);
}
.resort-adventure-sec .adventure-topline {
  display: flex;
  flex-direction: column;
}
.resort-adventure-sec .adventure-topline__num {
  font-size: clamp(26px, calc(1.625rem + (34 - 26) * ((100vw - 768px) / (1920 - 768))), 34px);
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 6px;
}
.resort-adventure-sec .adventure-topline__label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
}
.resort-adventure-sec .adventure-para {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin-bottom: clamp(28px, 3vw, 40px);
}
.resort-adventure-sec .adventure-para strong {
  color: #ffffff;
  font-weight: 600;
}
.resort-adventure-sec .adventure-thrills-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, calc(1.25rem + (26 - 20) * ((100vw - 768px) / (1920 - 768))), 26px);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 18px;
}
.resort-adventure-sec .adventure-thrills {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: clamp(26px, 3vw, 36px);
}
.resort-adventure-sec .adventure-thrill {
  padding: clamp(18px, 1.6vw, 24px) clamp(14px, 1.4vw, 22px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  height: 100%;
}
.resort-adventure-sec .adventure-thrill__cat {
  display: block;
  margin-bottom: 14px;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #d4ad68;
}
.resort-adventure-sec .adventure-thrill__num {
  display: block;
  font-size: clamp(28px, calc(1.75rem + (38 - 28) * ((100vw - 768px) / (1920 - 768))), 38px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.resort-adventure-sec .adventure-thrill__num small {
  font-size: 0.4em;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 3px;
  -webkit-text-fill-color: #d4ad68;
}
.resort-adventure-sec .adventure-thrill__name {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(15px, calc(0.9375rem + (18 - 15) * ((100vw - 768px) / (1920 - 768))), 18px);
  color: rgba(255, 255, 255, 0.9);
}
.resort-adventure-sec {
  /* drop the left border on the first item of each row so the grid edge stays clean */
}
.resort-adventure-sec .adventure-thrills > [class*=col-]:first-child .adventure-thrill {
  border-left: 0;
}
@media (max-width: 575px) {
  .resort-adventure-sec {
    /* 2-up on mobile: clear the left border on the start of the 2nd row */
  }
  .resort-adventure-sec .adventure-thrills > [class*=col-]:nth-child(odd) .adventure-thrill {
    border-left: 0;
  }
  .resort-adventure-sec .adventure-thrills > [class*=col-]:nth-child(n+3) .adventure-thrill {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}
.resort-adventure-sec .adventure-more {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
}
.resort-adventure-sec .adventure-more__lead {
  font-family: "Playfair Display", serif;
  font-size: clamp(15px, 1.2vw, 17px);
  color: #ffffff;
  white-space: nowrap;
}
.resort-adventure-sec .adventure-more__list {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}
.resort-adventure-sec .adventure-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3/4;
}
@media (max-width: 991px) {
  .resort-adventure-sec .adventure-media {
    aspect-ratio: 16/11;
  }
}
.resort-adventure-sec .adventure-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.resort-adventure-sec .adventure-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.resort-adventure-sec .adventure-media:hover img {
  transform: scale(1.05);
}
.resort-adventure-sec .adventure-disclaimer {
  margin: clamp(30px, 3.5vw, 48px) 0 0;
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: rgba(212, 173, 104, 0.75);
}

/* ---- Corporate & MICE: hero + stats bar + full-bleed gallery + logos ---- */
.resort-mice-sec {
  background: #000000;
  color: #ffffff;
}
.resort-mice-sec .mice-hero {
  position: relative;
  background-color: #0d0d0d;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  padding: clamp(60px, 3.75rem + 80 * (100vw - 768px) / 1152, 140px) 0 clamp(40px, 2.5rem + 50 * (100vw - 768px) / 1152, 90px);
  /* dark wash so the centered text stays readable, deepening at the bottom */
}
.resort-mice-sec .mice-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 0;
}
.resort-mice-sec .mice-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}
.resort-mice-sec .mice-hero__num {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(56px, calc(3.5rem + (110 - 56) * ((100vw - 768px) / (1920 - 768))), 110px);
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.resort-mice-sec .mice-hero__num sup {
  font-size: 0.4em;
  font-weight: 500;
  color: #d4ad68;
  top: -0.7em;
}
.resort-mice-sec .mice-script {
  display: block;
  line-height: 1.1;
  font-size: clamp(26px, calc(1.625rem + (40 - 26) * ((100vw - 768px) / (1920 - 768))), 40px);
}
.resort-mice-sec .mice-title {
  font-size: clamp(24px, calc(1.5rem + (40 - 24) * ((100vw - 768px) / (1920 - 768))), 40px);
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
  margin: 10px 0 0;
}
.resort-mice-sec .mice-divider {
  display: block;
  width: 54px;
  height: 1px;
  margin: clamp(16px, 1.8vw, 24px) auto;
  background: rgba(212, 173, 104, 0.7);
}
.resort-mice-sec .mice-tags {
  list-style: none;
  margin: 0 0 clamp(18px, 2vw, 26px);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.resort-mice-sec .mice-tag {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(10px, calc(0.625rem + (12 - 10) * ((100vw - 768px) / (1920 - 768))), 12px);
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.75);
}
.resort-mice-sec .mice-para {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.resort-mice-sec .mice-para strong {
  font-weight: 600;
  color: #d4ad68;
}
.resort-mice-sec {
  /* ---- stats bar ---- */
}
.resort-mice-sec .mice-stats {
  padding: clamp(24px, 2.5vw, 36px) 0;
  background: #000000;
}
.resort-mice-sec .mice-stat {
  padding: 12px clamp(6px, 1vw, 14px);
}
.resort-mice-sec .mice-stat__num {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, calc(1.5rem + (34 - 24) * ((100vw - 768px) / (1920 - 768))), 34px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.resort-mice-sec .mice-stat__label {
  display: block;
  font-size: clamp(10px, calc(0.625rem + (11 - 10) * ((100vw - 768px) / (1920 - 768))), 11px);
  letter-spacing: 1.2px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
}
.resort-mice-sec {
  /* ---- full-bleed gallery: 6-across on desktop, 3 + 3 on mobile (no scroll) ---- */
}
.resort-mice-sec .mice-figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16/6;
  background-color: #111111;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.resort-mice-sec .mice-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
  z-index: 0;
}
.resort-mice-sec .mice-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 1;
}
.resort-mice-sec .mice-figure__label {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(8px, 1vw, 14px);
  font-size: clamp(9px, calc(0.5625rem + (11 - 9) * ((100vw - 768px) / (1920 - 768))), 11px);
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.92);
}
.resort-mice-sec .mice-figure:hover::before {
  transform: scale(1.06);
}
.resort-mice-sec {
  /* ---- logos ---- */
}
.resort-mice-sec .mice-logos {
  padding: clamp(28px, 3vw, 44px) 0 clamp(36px, 4vw, 60px);
  text-align: center;
}
.resort-mice-sec .mice-logos__title {
  display: block;
  margin-bottom: clamp(18px, 2vw, 28px);
  font-size: clamp(10px, calc(0.625rem + (12 - 10) * ((100vw - 768px) / (1920 - 768))), 12px);
  letter-spacing: 2.5px;
  color: rgba(212, 173, 104, 0.85);
}
.resort-mice-sec .mice-logos__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 56px);
}
.resort-mice-sec .mice-logos__logo {
  height: clamp(26px, 2.4vw, 56px);
  width: auto;
  object-fit: contain;
  opacity: 0.6;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}
.resort-mice-sec .mice-logos__logo:hover {
  opacity: 1;
}

/* ---- Spa & Wellness: heading + main swiper synced to thumbnail swiper ---- */
.resort-spa-sec {
  padding: clamp(40px, 2.5rem + 50 * (100vw - 768px) / 1152, 90px) 0;
  background: #000000;
  color: #ffffff;
}
.resort-spa-sec .spa-head {
  margin-bottom: clamp(28px, 3vw, 44px);
}
.resort-spa-sec .spa-eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #d4ad68;
}
.resort-spa-sec .spa-heading {
  font-size: clamp(42px, calc(2.625rem + (46 - 42) * ((100vw - 768px) / (1920 - 768))), 46px);
  font-weight: 500;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 0;
}
.resort-spa-sec .spa-heading .spa-script {
  font-style: italic;
  font-weight: 500;
}
.resort-spa-sec {
  /* top-right stat trio */
}
.resort-spa-sec .spa-toplines {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 52px);
}
@media (min-width: 992px) {
  .resort-spa-sec .spa-toplines {
    justify-content: flex-end;
  }
}
.resort-spa-sec .spa-topline {
  display: flex;
  flex-direction: column;
}
.resort-spa-sec .spa-topline__num {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, calc(1.5rem + (32 - 24) * ((100vw - 768px) / (1920 - 768))), 32px);
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 6px;
}
.resort-spa-sec .spa-topline__label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
}
.resort-spa-sec {
  /* ---- main slider ---- */
}
.resort-spa-sec .spa-main-swiper {
  position: relative;
  overflow: hidden;
}
.resort-spa-sec .spa-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  min-height: clamp(420px, 42vw, 600px);
  height: 100%;
  background-color: #111111;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  /* zoom layer mirrors the card's own background */
}
.resort-spa-sec .spa-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
  z-index: 0;
}
.resort-spa-sec .spa-card {
  /* gradient so text stays readable */
}
.resort-spa-sec .spa-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.45) 38%, rgba(0, 0, 0, 0) 72%);
  z-index: 1;
}
.resort-spa-sec .spa-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(22px, 2.2vw, 36px);
  padding-bottom: clamp(46px, 4vw, 64px);
}
.resort-spa-sec .spa-card__tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 10px;
  letter-spacing: 2px;
  color: #d4ad68;
}
.resort-spa-sec .spa-card__title {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, calc(1.5rem + (34 - 24) * ((100vw - 768px) / (1920 - 768))), 34px);
  font-weight: 500;
  line-height: 1.15;
  color: #ffffff;
}
.resort-spa-sec .spa-card__desc {
  margin: 0;
  max-width: 460px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}
.resort-spa-sec .swiper-slide-active .spa-card::before {
  transform: scale(1.04);
}
.resort-spa-sec {
  /* ---- arrows ---- */
}
.resort-spa-sec .spa-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.resort-spa-sec .spa-nav--prev {
  left: clamp(12px, 1.4vw, 20px);
}
.resort-spa-sec .spa-nav--next {
  right: clamp(12px, 1.4vw, 20px);
}
.resort-spa-sec .spa-nav:hover {
  background: #d4ad68;
  border-color: #d4ad68;
  color: #0d0d0d;
}
.resort-spa-sec .spa-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.resort-spa-sec {
  /* ---- pagination ---- */
}
.resort-spa-sec .spa-main-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(18px, 2vw, 26px);
  z-index: 5;
  text-align: center;
}
.resort-spa-sec .spa-main-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50px;
  transition: width 0.3s ease, background 0.3s ease;
}
.resort-spa-sec .spa-main-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #d4ad68;
}
.resort-spa-sec {
  /* ---- right column intro ---- */
}
.resort-spa-sec .spa-intro {
  margin-bottom: clamp(28px, 3.5vw, 48px);
}
.resort-spa-sec .spa-lead {
  font-size: clamp(20px, calc(1.25rem + (28 - 20) * ((100vw - 768px) / (1920 - 768))), 28px);
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 20px;
}
.resort-spa-sec .spa-lead strong {
  font-weight: 600;
  color: #d4ad68;
}
.resort-spa-sec .spa-sub {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
  margin-bottom: 0;
}
.resort-spa-sec {
  /* ---- thumbnail swiper ---- */
}
.resort-spa-sec .spa-thumbs-title {
  font-size: clamp(18px, calc(1.125rem + (22 - 18) * ((100vw - 768px) / (1920 - 768))), 22px);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
}
.resort-spa-sec .spa-thumbs-swiper .swiper-slide {
  cursor: pointer;
}
.resort-spa-sec .spa-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 3/4;
  background-color: #111111;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  opacity: 0.55;
  transition: opacity 0.4s ease, border-color 0.4s ease;
}
.resort-spa-sec .spa-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 55%);
}
.resort-spa-sec .spa-thumb__label {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
}
.resort-spa-sec .spa-thumbs-swiper .swiper-slide:hover .spa-thumb {
  opacity: 0.8;
}
.resort-spa-sec .spa-thumbs-swiper .swiper-slide-thumb-active .spa-thumb {
  opacity: 1;
  border-color: #d4ad68;
}
.resort-spa-sec {
  /* ---- disclaimer ---- */
}
.resort-spa-sec .spa-disclaimer {
  margin: clamp(30px, 3.5vw, 48px) 0 0;
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: rgba(212, 173, 104, 0.75);
}

.resort-dining-sec {
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
  background: #ffffff;
}
.resort-dining-sec .dining-head .dining-title {
  font-size: clamp(42px, calc(2.625rem + (46 - 42) * ((100vw - 768px) / (1920 - 768))), 46px);
  line-height: 1.1;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.resort-dining-sec .dining-head .dining-subtitle {
  font-size: clamp(15px, calc(0.9375rem + (18 - 15) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 0;
}
.resort-dining-sec {
  /* ---- horizontal slider ---- */
}
.resort-dining-sec .dining-slider-wrap {
  position: relative;
}
.resort-dining-sec .dining-swiper {
  /* let the active/edge slides bleed slightly so it reads as a scroll gallery */
  overflow: visible;
}
@media (min-width: 1024px) {
  .resort-dining-sec .dining-swiper {
    overflow: hidden;
  }
}
.resort-dining-sec .swiper-slide {
  height: auto;
}
.resort-dining-sec .dining-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  min-height: clamp(380px, 30vw, 460px);
  height: 100%;
  background-color: #111111;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  /* zoom layer — mirrors the card's own background image */
}
.resort-dining-sec .dining-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
  z-index: 0;
}
.resort-dining-sec .dining-card {
  /* gradient so all text stays readable over the photo */
}
.resort-dining-sec .dining-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.resort-dining-sec .dining-card .dining-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(22px, 2vw, 32px);
}
.resort-dining-sec .dining-card .dining-card__tag {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d4ad68;
}
.resort-dining-sec .dining-card .dining-card__title {
  margin: 0 0 10px;
  font-size: clamp(22px, calc(1.375rem + (30 - 22) * ((100vw - 768px) / (1920 - 768))), 30px);
  font-weight: 500;
  line-height: 1.15;
}
.resort-dining-sec .dining-card .dining-card__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  /* trimmed by default; expands on hover/focus */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resort-dining-sec .dining-card .dining-card__btn {
  display: inline-block;
  margin-top: 16px;
  padding: 9px 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.resort-dining-sec .dining-card .dining-card__btn:hover {
  background: #d4ad68;
  border-color: #d4ad68;
  color: #0d0d0d;
}
.resort-dining-sec .dining-card {
  /* ---- hover: zoom photo + reveal CTA + show full description ---- */
}
.resort-dining-sec .dining-card:hover::before, .resort-dining-sec .dining-card:focus-within::before {
  transform: scale(1.06);
}
.resort-dining-sec .dining-card:hover .dining-card__desc, .resort-dining-sec .dining-card:focus-within .dining-card__desc {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.resort-dining-sec .dining-card:hover .dining-card__btn, .resort-dining-sec .dining-card:focus-within .dining-card__btn {
  opacity: 1;
  transform: translateY(0);
}
.resort-dining-sec {
  /* ---- arrows + pagination ---- */
}
.resort-dining-sec .dining-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(24px, 3vw, 40px);
}
.resort-dining-sec .dining-nav__btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.resort-dining-sec .dining-nav__btn:hover {
  background: #d4ad68;
  border-color: #d4ad68;
  color: #0d0d0d;
}
.resort-dining-sec .dining-nav__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.resort-dining-sec .dining-nav__btn.swiper-button-disabled:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
.resort-dining-sec .dining-pagination {
  position: static;
  margin-top: 18px;
  text-align: center;
}
.resort-dining-sec .dining-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.resort-dining-sec .dining-pagination .swiper-pagination-bullet-active {
  background: #d4ad68;
}/*# sourceMappingURL=della-resorts-adventure.css.map */