/* Joy Land Homepage – Art Direction Layer */
.home-page { --home-max: min(1180px, calc(100% - 1.5rem)); }
.home-page .container { width: var(--home-max); }

/* Hero Slider */
.home-hero {
  position: relative;
  min-height: min(100svh, 900px);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1s ease, visibility 1s;
}
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.hero-slide.is-active .hero-slide-media { transform: scale(1); }
.hero-slide-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(18, 36, 30, .78) 0%, rgba(18, 36, 30, .42) 48%, rgba(18, 36, 30, .22) 100%),
    linear-gradient(180deg, rgba(18, 36, 30, .18) 0%, rgba(18, 36, 30, .72) 100%);
}
.hero-inner {
  position: relative; z-index: 3;
  min-height: min(100svh, 900px);
  display: grid;
  align-content: end;
  padding: 7.5rem 0 8.5rem;
}
.hero-brand-lockup {
  display: inline-flex; align-items: center; gap: .85rem;
  margin-bottom: 1.25rem;
  animation: homeFadeUp .8s ease both;
}
.hero-logo {
  width: 56px; height: 56px; border-radius: 18px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(10px);
  font-weight: 800; letter-spacing: .04em;
}
.hero-logo-img {
  width: 64px; height: 64px; object-fit: contain;
  border-radius: 50%;
  background: rgba(250, 248, 244, .94);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 14px 36px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}
.hero-brand-text strong { display: block; font-size: 1.15rem; }
.hero-brand-text span { font-size: .78rem; opacity: .8; letter-spacing: .12em; text-transform: uppercase; }
.hero-copy { max-width: 40rem; }
.hero-copy-block[hidden] { display: none !important; }
.hero-kicker {
  display: inline-block; margin-bottom: .85rem;
  padding: .35rem .8rem; border-radius: 999px;
  background: rgba(196, 163, 90, .18); border: 1px solid rgba(232, 217, 176, .35);
  color: #f3e7c5; font-size: .86rem; font-weight: 700;
}
.hero-headline {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5.6vw, 3.6rem);
  line-height: 1.18; font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 12px 40px rgba(0,0,0,.28);
  animation: homeFadeUp .9s .08s ease both;
}
.hero-sub {
  margin: 0 0 1.6rem; max-width: 34rem;
  color: rgba(255,255,255,.9); font-size: clamp(1rem, 2.2vw, 1.15rem);
  animation: homeFadeUp .9s .16s ease both;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: .7rem;
  animation: homeFadeUp .9s .24s ease both;
}
.btn-hero-ghost {
  background: rgba(255,255,255,.1); color: #fff;
  border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px);
}
.btn-hero-ghost:hover { background: rgba(255,255,255,.18); }
.hero-controls {
  position: absolute; z-index: 4; inset-inline-end: max(1rem, calc((100% - var(--home-max)) / 2));
  bottom: 9.5rem; display: flex; gap: .45rem;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 999px; border: 0;
  background: rgba(255,255,255,.35); cursor: pointer; transition: .25s;
}
.hero-dot.is-active { width: 28px; background: #e8d9b0; }
.hero-scroll {
  position: absolute; z-index: 4; left: 50%; bottom: 1.4rem;
  transform: translateX(-50%);
  display: grid; justify-items: center; gap: .35rem;
  color: rgba(255,255,255,.8); font-size: .78rem; letter-spacing: .08em;
}
.hero-scroll span {
  width: 22px; height: 34px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45);
  position: relative;
}
.hero-scroll span::after {
  content: ""; width: 3px; height: 8px; border-radius: 999px;
  background: #fff; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  animation: scrollPulse 1.8s ease infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .3; transform: translate(-50%, 0); }
  50% { opacity: 1; transform: translate(-50%, 8px); }
}
@keyframes homeFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* Booking dock */
.booking-dock {
  position: relative; z-index: 5;
  margin-top: -4.5rem; margin-bottom: 1rem;
}
.booking-dock .booking-panel {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(47,93,80,.08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(20, 40, 34, .16);
  padding: 1.15rem 1.2rem 1.25rem;
}
.booking-dock-head {
  display: flex; justify-content: space-between; gap: 1rem; align-items: end;
  margin-bottom: .9rem; flex-wrap: wrap;
}
.booking-dock-head h2 {
  margin: 0; font-size: 1.15rem; color: var(--jl-forest-deep);
}
.booking-dock-head p { margin: .2rem 0 0; color: var(--jl-muted); font-size: .92rem; }
.booking-grid-home {
  display: grid; gap: .75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .booking-grid-home { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .booking-grid-home { grid-template-columns: 1.1fr 1.1fr .7fr .7fr 1fr auto; align-items: end; }
}

/* Trust strip */
.trust-strip {
  padding: 1.25rem 0 2.5rem;
}
.trust-track {
  display: grid; gap: .75rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 720px) { .trust-track { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1100px) { .trust-track { grid-template-columns: repeat(8, 1fr); } }
.trust-item {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(47,93,80,.07);
  border-radius: 18px; padding: .95rem .8rem;
  text-align: center; transition: transform .25s, box-shadow .25s;
}
.trust-item:hover { transform: translateY(-3px); box-shadow: var(--jl-shadow-soft); }
.trust-icon {
  width: 42px; height: 42px; margin: 0 auto .55rem;
  color: var(--jl-forest); display: grid; place-items: center;
}
.trust-icon svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { display: block; font-size: .86rem; color: var(--jl-forest-deep); line-height: 1.35; font-weight: 700; }

/* Story / about */
.story-section { padding: 2.75rem 0; }
@media (min-width: 960px) { .story-section { padding: 3.5rem 0; } }
.story-layout {
  display: grid; gap: 1.5rem; align-items: start;
}
@media (min-width: 960px) {
  .story-layout { grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center; }
}
.story-mosaic {
  display: grid;
  gap: .65rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(110px, 22vw);
}
@media (min-width: 720px) {
  .story-mosaic { grid-auto-rows: 160px; gap: .75rem; }
}
@media (min-width: 960px) {
  .story-mosaic { grid-template-columns: 1.25fr 1fr; grid-auto-rows: 150px; }
}
.story-mosaic figure {
  margin: 0; border-radius: 18px; overflow: hidden; position: relative;
  box-shadow: var(--jl-shadow-soft);
  min-height: 0;
}
.story-mosaic figure:first-child {
  grid-column: 1 / -1;
  grid-auto-rows: auto;
  aspect-ratio: 16 / 10;
}
@media (min-width: 960px) {
  .story-mosaic figure:first-child {
    grid-column: 1;
    grid-row: span 2;
    aspect-ratio: auto;
    height: 100%;
  }
}
.story-mosaic img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s ease;
}
@media (hover: hover) {
  .story-mosaic figure:hover img { transform: scale(1.04); }
}
.story-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem;
  margin-top: 1.4rem;
}
.story-stat {
  background: white; border-radius: 18px; padding: 1rem .8rem;
  border: 1px solid rgba(47,93,80,.07); text-align: center;
}
.story-stat strong {
  display: block; font-size: 1.6rem; color: var(--jl-forest);
  font-weight: 800; line-height: 1.1;
}
.story-stat span { color: var(--jl-muted); font-size: .84rem; }

/* Cabin showcase */
.cabin-showcase { padding: 1rem 0 3.5rem; }
.cabin-showcase-grid {
  display: grid; gap: 1.25rem;
}
@media (min-width: 900px) {
  .cabin-showcase-grid { grid-template-columns: 1.15fr .85fr; }
}
.cabin-feature {
  position: relative; border-radius: 28px; overflow: hidden;
  min-height: 420px; color: #fff;
  box-shadow: var(--jl-shadow);
  display: flex; align-items: end;
}
.cabin-feature-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .7s ease;
}
.cabin-feature:hover .cabin-feature-media { transform: scale(1.05); }
.cabin-feature-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,30,26,.05) 20%, rgba(16,30,26,.82) 100%);
}
.cabin-feature-body { position: relative; z-index: 2; padding: 1.5rem; width: 100%; }
.cabin-feature-body h3 { margin: 0 0 .4rem; font-size: 1.7rem; }
.cabin-chips { display: flex; flex-wrap: wrap; gap: .4rem; margin: .7rem 0 1rem; }
.cabin-chips span {
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; padding: .28rem .65rem; font-size: .8rem;
}
.cabin-side-stack { display: grid; gap: 1.25rem; }
.cabin-side {
  background: white; border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(47,93,80,.07); box-shadow: var(--jl-shadow-soft);
  display: grid;
}
@media (min-width: 560px) {
  .cabin-side { grid-template-columns: .9fr 1.1fr; min-height: 220px; }
}
.cabin-side-media { min-height: 180px; background-size: cover; background-position: center; }
.cabin-side-body { padding: 1.15rem 1.2rem; display: flex; flex-direction: column; gap: .45rem; }
.cabin-side-body h3 { margin: 0; color: var(--jl-forest-deep); font-size: 1.25rem; }

/* Family gallery — clean responsive grid (no overlaps) */
.family-bento { padding: 2.5rem 0 3rem; }
.bento-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 560px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); gap: .85rem; }
}
@media (min-width: 980px) {
  .bento-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.bento-card {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: var(--jl-shadow-soft);
  isolation: isolate;
  aspect-ratio: 4 / 3;
  background: var(--jl-forest-deep);
}
.bento-card.is-feature { aspect-ratio: 16 / 10; }
@media (min-width: 560px) {
  .bento-card.is-feature { grid-column: 1 / -1; aspect-ratio: 21 / 9; }
}
@media (min-width: 980px) {
  .bento-card.is-feature {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: auto;
    min-height: 100%;
    height: 100%;
  }
}
.bento-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
@media (hover: hover) {
  .bento-card:hover img { transform: scale(1.04); }
}
.bento-card figcaption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  padding: .9rem 1rem 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(16,30,26,.88) 72%);
  pointer-events: none;
}
.bento-card h3 { margin: 0 0 .15rem; font-size: 1.05rem; font-weight: 800; }
.bento-card p {
  margin: 0;
  font-size: .86rem;
  color: rgba(255,255,255,.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.facility-chips {
  margin-top: 1.15rem;
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  padding-bottom: .35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.facility-chips::-webkit-scrollbar { display: none; }
.facility-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: .55rem .95rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(47,93,80,.12);
  color: var(--jl-forest-deep);
  font-weight: 700;
  font-size: .86rem;
  box-shadow: var(--jl-shadow-soft);
  white-space: nowrap;
}
.facility-chip:active { transform: scale(.98); }
@media (min-width: 720px) {
  .facility-chips {
    flex-wrap: wrap;
    overflow: visible;
    scroll-snap-type: none;
  }
}

/* Ladies hours */
.ladies-section { padding: 1rem 0 3.5rem; }
.ladies-panel {
  display: grid; gap: 0; border-radius: 30px; overflow: hidden;
  background: linear-gradient(135deg, #2a4f45, #3d6d62 55%, #4a7f8f);
  color: #fff; box-shadow: var(--jl-shadow);
}
@media (min-width: 900px) {
  .ladies-panel { grid-template-columns: 1.1fr .9fr; min-height: 380px; }
}
.ladies-copy { padding: 2rem 1.5rem; }
@media (min-width: 900px) { .ladies-copy { padding: 2.6rem; } }
.ladies-copy h2 { margin: 0 0 .7rem; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.ladies-copy p { margin: 0 0 1rem; color: rgba(255,255,255,.9); max-width: 34rem; }
.ladies-note {
  display: inline-block; margin: .5rem 0 1.2rem;
  padding: .4rem .75rem; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  font-size: .86rem;
}
.ladies-schedule {
  margin: 1rem 0 1.3rem; display: grid; gap: .45rem;
}
.ladies-schedule li {
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
  padding: .65rem .85rem; border-radius: 14px; background: rgba(255,255,255,.08);
}
.ladies-media { min-height: 240px; background-size: cover; background-position: center; }

/* Wellness calm */
.wellness-section {
  padding: 3.5rem 0;
  background:
    linear-gradient(180deg, rgba(243,238,230,.85), rgba(232,240,236,.9)),
    radial-gradient(700px 280px at 10% 20%, rgba(196,163,90,.12), transparent);
}
.wellness-layout {
  display: grid; gap: 1.5rem; align-items: center;
}
@media (min-width: 960px) {
  .wellness-layout { grid-template-columns: .9fr 1.1fr; }
}
.wellness-photos {
  display: grid;
  gap: .7rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .wellness-photos { grid-template-columns: 1.2fr 1fr; }
}
.wellness-photos figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--jl-mist);
}
@media (min-width: 560px) {
  .wellness-photos figure:first-child {
    grid-row: span 2;
    aspect-ratio: auto;
    height: 100%;
    min-height: 280px;
  }
}
.wellness-photos img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.wellness-list { display: grid; gap: .7rem; margin-top: 1.2rem; }
.wellness-list a {
  display: flex; justify-content: space-between; align-items: center;
  padding: .9rem 1rem; border-radius: 16px; background: rgba(255,255,255,.75);
  border: 1px solid rgba(47,93,80,.07); transition: .2s;
}
.wellness-list a:hover { transform: translateX(-4px); background: #fff; }

/* Dining */
.dining-section { padding: 3.5rem 0; }
.dining-hero {
  position: relative; border-radius: 30px; overflow: hidden; min-height: 360px;
  color: #fff; display: grid; align-items: end;
  box-shadow: var(--jl-shadow);
}
.dining-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dining-hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(20,34,30,.78), rgba(20,34,30,.25));
}
.dining-hero-copy { position: relative; z-index: 2; padding: 2rem 1.5rem; max-width: 34rem; }
.dining-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin-top: 1rem;
}
@media (min-width: 560px) {
  .dining-thumbs { grid-template-columns: repeat(2, 1fr); }
}
.dining-thumbs img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--jl-shadow-soft);
  display: block;
}

/* Gallery — stable CSS grid (no masonry overlap) */
.home-gallery { padding: 2.5rem 0 3rem; }
.photo-grid,
.masonry {
  display: grid;
  gap: .7rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .photo-grid,
  .masonry { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
}
@media (min-width: 980px) {
  .photo-grid,
  .masonry { grid-template-columns: repeat(3, 1fr); gap: .9rem; }
}
.photo-grid a,
.masonry a {
  display: block;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--jl-mist);
  box-shadow: var(--jl-shadow-soft);
}
.photo-grid a:nth-child(3n+1),
.masonry a:nth-child(3n+1) { aspect-ratio: 5 / 4; }
.photo-grid img,
.masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
@media (hover: hover) {
  .photo-grid a:hover img,
  .masonry a:hover img { transform: scale(1.03); }
}

/* Video */
.video-section { padding: 1rem 0 3.5rem; }
.video-shell {
  position: relative; border-radius: 30px; overflow: hidden; min-height: 360px;
  background: #1e3d34; box-shadow: var(--jl-shadow);
}
.video-shell img, .video-shell video {
  width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block;
}
.video-play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(16,30,26,.28); border: 0; cursor: pointer; color: #fff;
}
.video-play-btn {
  width: 84px; height: 84px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.92); color: var(--jl-forest-deep);
  font-size: 1.4rem; box-shadow: 0 16px 40px rgba(0,0,0,.25);
  transition: transform .25s;
}
.video-play:hover .video-play-btn { transform: scale(1.06); }
.video-caption {
  position: absolute; inset-inline-start: 1.25rem; bottom: 1.25rem;
  color: #fff; text-shadow: 0 6px 20px rgba(0,0,0,.35);
}

/* Offers */
.offer-cards { display: grid; gap: 1rem; }
@media (min-width: 860px) { .offer-cards { grid-template-columns: repeat(3, 1fr); } }
.offer-card {
  background: #fff; border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(47,93,80,.07); box-shadow: var(--jl-shadow-soft);
  display: flex; flex-direction: column;
}
.offer-card-media {
  aspect-ratio: 16/10; background: linear-gradient(135deg, var(--jl-sage), var(--jl-aqua));
  position: relative;
}
.offer-card-media img { width: 100%; height: 100%; object-fit: cover; }
.offer-badge {
  position: absolute; top: .85rem; inset-inline-start: .85rem;
  background: var(--jl-gold); color: var(--jl-forest-deep);
  padding: .3rem .7rem; border-radius: 999px; font-size: .8rem; font-weight: 800;
}
.offer-card-body { padding: 1.15rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }

/* Reviews slider */
.reviews-section { padding: 2.5rem 0 3.5rem; }
.review-slider {
  display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: .5rem; -webkit-overflow-scrolling: touch;
}
.review-slide {
  flex: 0 0 min(88vw, 360px); scroll-snap-align: start;
  background: #fff; border-radius: 22px; padding: 1.25rem;
  border: 1px solid rgba(47,93,80,.07); box-shadow: var(--jl-shadow-soft);
}
.review-meta { display: flex; justify-content: space-between; gap: .75rem; margin-top: .9rem; }
.review-scores { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .7rem; }
.review-scores span {
  font-size: .78rem; background: var(--jl-mist); color: var(--jl-forest-deep);
  padding: .25rem .55rem; border-radius: 999px;
}

/* Location */
.location-section { padding: 1rem 0 3.5rem; }
.location-grid {
  display: grid; gap: 1rem;
}
@media (min-width: 900px) {
  .location-grid { grid-template-columns: 1.2fr .8fr; }
}
.location-card {
  background: #fff; border-radius: 24px; padding: 1.25rem;
  border: 1px solid rgba(47,93,80,.07);
}
.nearby-list { margin: 1rem 0 0; padding: 0; display: grid; gap: .55rem; }
.nearby-list li {
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
  padding: .7rem 0; border-bottom: 1px solid rgba(47,93,80,.07); color: var(--jl-muted);
}
.nearby-list strong { color: var(--jl-forest-deep); }

/* FAQ */
.home-faq { padding: 1rem 0 3.5rem; }
.faq-item {
  background: #fff; border-radius: 18px; margin-bottom: .65rem;
  border: 1px solid rgba(47,93,80,.07); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1rem 1.15rem;
  font-weight: 700; color: var(--jl-forest-deep);
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--jl-sage); font-size: 1.2rem; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0; padding: 0 1.15rem 1.1rem; color: var(--jl-muted); }

/* Final CTA */
.final-cta {
  position: relative; margin: 1rem 0 2rem; border-radius: 32px; overflow: hidden;
  min-height: 340px; color: #fff; display: grid; align-items: center;
  box-shadow: var(--jl-shadow);
}
.final-cta-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.final-cta-shade {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(18,36,30,.86), rgba(18,36,30,.45));
}
.final-cta-copy { position: relative; z-index: 2; padding: 2.4rem 1.5rem; max-width: 38rem; }
.final-cta-copy h2 { margin: 0 0 .7rem; font-size: clamp(1.7rem, 3.5vw, 2.5rem); }

/* Empty / loading */
.home-empty {
  padding: 1.5rem; border-radius: 18px; background: rgba(255,255,255,.7);
  border: 1px dashed rgba(47,93,80,.18); color: var(--jl-muted); text-align: center;
}

/* Sticky mobile conversion bar */
.mobile-convert-bar {
  display: none;
  position: fixed; inset-inline: .65rem; bottom: .65rem; z-index: 96;
  background: rgba(250,248,244,.96); backdrop-filter: blur(14px);
  border: 1px solid rgba(47,93,80,.12); border-radius: 18px;
  padding: .55rem; gap: .45rem; box-shadow: 0 14px 34px rgba(20,40,34,.16);
}
.mobile-convert-bar a {
  flex: 1; text-align: center; border-radius: 12px; padding: .7rem .35rem;
  font-weight: 700; font-size: .86rem;
}
.mobile-convert-bar .mc-book { background: var(--jl-forest); color: #fff; }
.mobile-convert-bar .mc-wa { background: #25D366; color: #fff; }
.mobile-convert-bar .mc-call { background: white; color: var(--jl-forest-deep); border: 1px solid rgba(47,93,80,.12); }

body.has-home .float-actions,
body.has-home .mobile-book-bar { display: none !important; }

@media (max-width: 719px) {
  .home-page { padding-bottom: 5.75rem; }
  .mobile-convert-bar { display: flex; }
  .hero-inner { padding: 6.5rem 0 9.5rem; }
  .booking-dock { margin-top: -3.2rem; }
  .hero-controls { bottom: 10.5rem; }

  /* Calmer mobile rhythm */
  .section-head { margin-bottom: 1.15rem; }
  .section-title { font-size: clamp(1.45rem, 6.4vw, 1.85rem); line-height: 1.3; }
  .section-desc { font-size: .95rem; }
  .cabin-feature { min-height: 340px; border-radius: 22px; }
  .cabin-side { border-radius: 20px; }
  .cabin-side-media { min-height: 160px; }
  .ladies-panel,
  .dining-hero,
  .video-shell,
  .final-cta { border-radius: 22px; }
  .trust-track { gap: .55rem; }
  .story-stats { gap: .55rem; }
  .story-stat { padding: .85rem .55rem; border-radius: 14px; }
  .story-stat strong { font-size: 1.35rem; }

  /* Keep media transforms from breaking layout */
  .bento-card img,
  .story-mosaic img,
  .photo-grid img,
  .wellness-photos img {
    transform: none !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-slide, .hero-slide-media, .cabin-feature-media, .bento-card img, .masonry img,
  [data-reveal], .hero-brand-lockup, .hero-headline, .hero-sub, .hero-actions {
    animation: none !important; transition: none !important; transform: none !important;
  }
  .hero-scroll span::after { animation: none; }
}
