/**
 * Honeymoon theme landing — reuses first-timers tokens.
 */

body.page-id-3316,
body.gcn-honeymoon-page {
  --gcn-ft-ink: var(--gcn-figma-fg, #1c1a18);
  --gcn-ft-muted: var(--gcn-figma-muted-fg, #7a6e67);
  --gcn-ft-line: var(--gcn-figma-border, rgba(28, 26, 24, 0.12));
  --gcn-ft-paper: #f3ebe4;
  --gcn-ft-cream: #fbf7f2;
  --gcn-ft-brand: #8b2e2a;
  --gcn-ft-brand-dark: #6f221f;
  --gcn-ft-display: var(--gcn-figma-display, "Playfair Display", Georgia, "Times New Roman", serif);
  --gcn-ft-max: var(--gcn-figma-max, 1280px);
  --gcn-ft-px: var(--gcn-figma-px, clamp(16px, 4vw, 32px));
  --gcn-hm-wine: #8b2e2a;
}

body.page-id-3316 .gcn-page,
body.gcn-honeymoon-page .gcn-page,
body.gcn-honeymoon-page .gcn-page-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: none;
  background: var(--gcn-ft-cream);
}

body.page-id-3316 .gcn-page-content,
body.gcn-honeymoon-page .gcn-page-content,
body.gcn-honeymoon-page .gcn-page-fullwidth {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.gcn-hm-hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: #120e0c;
}

.gcn-hm-hero__media,
.gcn-hm-hero__video,
.gcn-hm-hero__poster,
.gcn-hm-hero__veil,
.gcn-hm-hero__glow {
  position: absolute;
  inset: 0;
}

.gcn-hm-hero__video,
.gcn-hm-hero__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.gcn-hm-hero__video { z-index: 1; }
.gcn-hm-hero__poster { z-index: 0; }

.gcn-hm-hero__veil {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(18, 10, 10, 0.84) 0%, rgba(18, 10, 10, 0.46) 48%, rgba(18, 10, 10, 0.16) 100%),
    linear-gradient(180deg, rgba(18, 10, 10, 0.28) 0%, rgba(18, 10, 10, 0.1) 40%, rgba(18, 10, 10, 0.8) 100%);
}

.gcn-hm-hero__glow {
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at 16% 88%, rgba(139, 46, 42, 0.38), transparent 58%);
}

.gcn-hm-hero__inner {
  position: relative;
  z-index: 3;
  padding-top: clamp(7.5rem, 18vw, 11rem);
  padding-bottom: clamp(2.8rem, 7vw, 4.6rem);
}

.gcn-hm-hero__copy { max-width: 40rem; }

.gcn-hm-hero__eyebrow { color: rgba(255, 255, 255, 0.78); }

.gcn-hm-hero__title {
  font-family: var(--gcn-ft-display);
  font-size: clamp(2.2rem, 5.2vw, 3.55rem);
  line-height: 1.08;
  margin: 0 0 0.9rem;
  font-weight: 600;
  text-wrap: balance;
}

.gcn-hm-hero__lead {
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
}

.gcn-hm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.gcn-hm-hero__actions .gcn-ft-btn--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.gcn-hm-hero__note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.gcn-hm-switch {
  background: #f4ece4;
  border-bottom: 1px solid rgba(28, 26, 24, 0.08);
}

.gcn-hm-switch__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1.25rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.gcn-hm-switch__inner p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 650;
  color: var(--gcn-ft-ink);
}

.gcn-hm-switch__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
}

.gcn-hm-switch__yes {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  background: var(--gcn-hm-wine);
  color: #fff !important;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
}

.gcn-hm-switch__yes:hover { filter: brightness(0.96); }

.gcn-hm-switch__no {
  color: var(--gcn-ft-muted) !important;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.gcn-hm-switch__no:hover { color: var(--gcn-ft-ink) !important; }

.gcn-hm-seo .gcn-hm-seo__jumps,
.gcn-fs-seo__jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin: 0.75rem 0 1rem;
}

.gcn-hm-seo__jumps a {
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--gcn-hm-wine) !important;
  text-decoration: none;
}

.gcn-hm-moods__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
  gap: 1.15rem;
  align-items: stretch;
}

.gcn-hm-moods__stage {
  position: relative;
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
  background: #1c1210;
  color: #fff;
}

.gcn-hm-moods__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.gcn-hm-moods__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 10, 10, 0.08) 0%, rgba(16, 10, 10, 0.2) 42%, rgba(16, 10, 10, 0.84) 100%),
    linear-gradient(90deg, rgba(16, 10, 10, 0.42) 0%, transparent 55%);
}

.gcn-hm-moods__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  max-width: 36rem;
}

.gcn-hm-moods__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.gcn-hm-moods__window {
  margin: 0 0 0.7rem;
  font-family: var(--gcn-ft-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.25;
  font-weight: 600;
}

.gcn-hm-moods__tip {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.gcn-hm-moods__nav {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-height: 560px;
  overflow: auto;
}

.gcn-hm-moods__nav-title {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gcn-ft-muted);
}

.gcn-hm-moods__tab {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 1px solid var(--gcn-ft-line);
  background: #fff;
  border-radius: 14px;
  padding: 0.4rem 0.55rem;
  cursor: pointer;
  color: inherit;
  scroll-margin-top: calc(var(--gcn-header-h, 72px) + 24px);
}

.gcn-hm-moods__tab img {
  width: 72px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.gcn-hm-moods__tab strong,
.gcn-hm-moods__tab em { display: block; }

.gcn-hm-moods__tab strong {
  font-size: 0.92rem;
  line-height: 1.25;
}

.gcn-hm-moods__tab em {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--gcn-ft-muted);
}

.gcn-hm-moods__tab.is-active {
  border-color: var(--gcn-hm-wine);
  box-shadow: 0 0 0 1px var(--gcn-hm-wine);
}

.gcn-hm-day__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.gcn-hm-day__item {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--gcn-ft-line);
  border-radius: 16px;
}

.gcn-hm-day__num {
  font-family: var(--gcn-ft-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gcn-hm-wine);
}

.gcn-hm-day__item h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
}

.gcn-hm-day__item p {
  margin: 0;
  color: var(--gcn-ft-muted);
  line-height: 1.55;
}

.gcn-hm-day__cta,
.gcn-hm-private__cta {
  margin: 1.4rem 0 0;
}

.gcn-hm-evenings__grid,
.gcn-hm-products__grid,
.gcn-hm-private__grid,
.gcn-hm-season__grid,
.gcn-hm-days__grid,
.gcn-hm-photos__grid {
  display: grid;
  gap: 1rem;
}

.gcn-hm-evenings__grid,
.gcn-hm-season__grid,
.gcn-hm-days__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcn-hm-photos__grid,
.gcn-hm-products__grid,
.gcn-hm-private__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcn-hm-evening,
.gcn-hm-product,
.gcn-hm-private__card,
.gcn-hm-season__card,
.gcn-hm-days__card {
  background: #fff;
  border: 1px solid var(--gcn-ft-line);
  border-radius: 18px;
  overflow: hidden;
}

.gcn-hm-private__card,
.gcn-hm-season__card,
.gcn-hm-days__card {
  padding: 1.15rem 1.2rem 1.25rem;
}

.gcn-hm-evening__media img,
.gcn-hm-product__media img,
.gcn-hm-photo img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gcn-hm-evening__body,
.gcn-hm-product__body {
  padding: 1rem 1.1rem 1.2rem;
}

.gcn-hm-evening h3,
.gcn-hm-product h3,
.gcn-hm-private__card h3,
.gcn-hm-season__card h3,
.gcn-hm-days__card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.12rem;
}

.gcn-hm-evening p,
.gcn-hm-product__desc,
.gcn-hm-private__card p,
.gcn-hm-season__card p {
  margin: 0 0 0.7rem;
  color: var(--gcn-ft-muted);
  line-height: 1.55;
}

.gcn-hm-evening__kicker,
.gcn-hm-days__len,
.gcn-hm-days__badge {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gcn-hm-wine);
}

.gcn-hm-photo {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.gcn-hm-photo img { height: 280px; }

.gcn-hm-photo__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.05rem;
  background: linear-gradient(180deg, transparent, rgba(16, 10, 10, 0.82));
  color: #fff;
}

.gcn-hm-photo__cap strong,
.gcn-hm-photo__cap em { display: block; }

.gcn-hm-photo__cap em {
  font-style: normal;
  font-size: 0.86rem;
  opacity: 0.88;
}

.gcn-hm-days__card.is-featured {
  border-color: var(--gcn-hm-wine);
  box-shadow: 0 10px 30px rgba(139, 46, 42, 0.08);
}

.gcn-hm-days__cities {
  margin: 0 0 0.7rem;
  font-weight: 650;
}

.gcn-hm-days__card ul {
  margin: 0 0 1rem;
  padding-left: 1.05rem;
  color: var(--gcn-ft-muted);
}

.gcn-hm-extras__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.gcn-hm-extras__pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--gcn-ft-line);
  background: #fff;
  color: var(--gcn-ft-ink) !important;
  text-decoration: none;
  font-weight: 650;
}

.gcn-hm-extras__pill:hover {
  border-color: var(--gcn-hm-wine);
  color: var(--gcn-hm-wine) !important;
}

.gcn-hm-product__media { position: relative; }

.gcn-hm-product__days {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(16, 10, 10, 0.72);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.gcn-hm-product__route {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--gcn-hm-wine);
}

.gcn-hm-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.9rem;
  align-items: center;
}

.gcn-hm-products__empty,
.gcn-hm-products__foot {
  margin: 0.4rem 0 0;
}

.gcn-hm-section--alt,
.gcn-hm-photos,
.gcn-hm-days,
.gcn-hm-extras,
.gcn-hm-faq {
  background: var(--gcn-ft-paper);
}

.gcn-hm-stays-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: 100svh;
  background: #120e0c;
  color: #fff;
  overflow: hidden;
}

.gcn-hm-stays-carousel__stage {
  position: relative;
  flex: 1;
  min-height: 0;
}

.gcn-hm-stays-carousel__slide {
  position: absolute;
  inset: 0;
}

.gcn-hm-stays-carousel__slide[hidden] {
  display: none !important;
}

.gcn-hm-stays-carousel__bg,
.gcn-hm-stays-carousel__overlay {
  position: absolute;
  inset: 0;
}

.gcn-hm-stays-carousel__bg {
  z-index: 0;
  overflow: hidden;
  background: #120e0c;
}

.gcn-hm-stays-carousel__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.08);
}

.gcn-hm-stays-carousel__bg-img.is-kenburns {
  animation: gcn-hm-stay-kenburns 5.5s ease-out forwards;
}

@keyframes gcn-hm-stay-kenburns {
  from { transform: scale(1.1) translate(0.5%, 0.3%); }
  to { transform: scale(1) translate(0, 0); }
}

.gcn-hm-stays-carousel__overlay {
  z-index: 1;
  background:
    linear-gradient(270deg, rgba(12, 8, 7, 0.9) 0%, rgba(12, 8, 7, 0.64) 40%, rgba(12, 8, 7, 0.22) 70%, rgba(12, 8, 7, 0.08) 100%),
    linear-gradient(180deg, rgba(12, 8, 7, 0.28) 0%, rgba(12, 8, 7, 0.08) 42%, rgba(12, 8, 7, 0.58) 100%);
  pointer-events: none;
}

.gcn-hm-stays-carousel__rail {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: var(--gcn-ft-max, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(5.5rem, 12vw, 8rem) var(--gcn-ft-px, 32px);
  box-sizing: border-box;
  pointer-events: none;
}

.gcn-hm-stays-carousel__copy {
  width: 100%;
  max-width: 36rem;
  color: #fff;
  text-align: left;
  opacity: 1;
  transition: opacity 0.35s ease;
  pointer-events: auto;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.gcn-hm-stays-carousel__slide.is-fading .gcn-hm-stays-carousel__copy {
  opacity: 0;
}

.gcn-hm-stays-carousel__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.gcn-hm-stays-carousel__title {
  margin: 0 0 0.8rem;
  font-family: var(--gcn-ft-display);
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.08;
  font-weight: 600;
  color: #fff !important;
  text-wrap: balance;
}

.gcn-hm-stays-carousel__text {
  margin: 0 0 1.35rem;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
}

.gcn-hm-stays-carousel__nav {
  position: absolute;
  left: clamp(16px, 3vw, 32px);
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.gcn-hm-stays-carousel__arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px);
}

.gcn-hm-stays-carousel__arrow:hover {
  background: rgba(255, 255, 255, 0.28);
}

.gcn-hm-stays-carousel__counter {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.62);
}

.gcn-hm-stays-carousel__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 72px;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 3;
}

.gcn-hm-stays-carousel__progress-bar {
  display: block;
  height: 100%;
  background: var(--gcn-hm-wine, #8b2e2a);
  transition: width 0.45s ease;
}

.gcn-hm-stays-carousel__filmstrip-wrap {
  position: relative;
  z-index: 4;
  height: 72px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gcn-hm-stays-carousel__filmstrip {
  display: flex;
  height: 100%;
  max-width: var(--gcn-ft-max, 1280px);
  margin: 0 auto;
  padding: 0 var(--gcn-ft-px, 24px);
  overflow-x: auto;
  scrollbar-width: none;
}

.gcn-hm-stays-carousel__filmstrip::-webkit-scrollbar {
  display: none;
}

.gcn-hm-stays-carousel__film-item {
  flex: 1 1 0;
  min-width: max-content;
  height: 100%;
  padding: 0 1rem;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  text-align: left;
  cursor: pointer;
}

.gcn-hm-stays-carousel__film-item.is-active {
  color: #fff;
  border-bottom-color: var(--gcn-hm-wine, #8b2e2a);
}

.gcn-hm-stays-carousel__film-label {
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (min-width: 901px) and (max-width: 1360px) {
  .gcn-hm-stays-carousel__content {
    margin-right: 3.75rem;
  }
}

@media (max-width: 900px) {
  .gcn-hm-moods__layout,
  .gcn-hm-evenings__grid,
  .gcn-hm-season__grid,
  .gcn-hm-days__grid,
  .gcn-hm-photos__grid,
  .gcn-hm-products__grid,
  .gcn-hm-private__grid {
    grid-template-columns: 1fr;
  }

  .gcn-hm-moods__stage { min-height: 420px; }
  .gcn-hm-moods__nav { max-height: none; }

  .gcn-hm-stays-carousel {
    min-height: clamp(580px, 82vh, 780px);
  }

  .gcn-hm-stays-carousel__stage {
    min-height: 500px;
  }

  .gcn-hm-stays-carousel__slide {
    align-items: flex-end;
  }

  .gcn-hm-stays-carousel__overlay {
    background:
      linear-gradient(180deg, rgba(14, 9, 8, 0.12) 0%, rgba(14, 9, 8, 0.18) 38%, rgba(14, 9, 8, 0.82) 100%);
  }

  .gcn-hm-stays-carousel__content {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3.5rem;
    padding-bottom: 2.2rem;
  }

  .gcn-hm-stays-carousel__nav {
    display: none;
  }

  .gcn-hm-stays-carousel__rail {
    justify-content: flex-end;
    padding-top: clamp(4.5rem, 14vw, 6rem);
    padding-bottom: clamp(4.5rem, 14vw, 6rem);
  }

  .gcn-hm-stays-carousel__copy {
    max-width: min(36rem, 100%);
  }

  .gcn-hm-stays-carousel__progress {
    bottom: 64px;
  }

  .gcn-hm-stays-carousel__filmstrip-wrap {
    height: 64px;
  }
}
