/* ===== Lite overrides — static hero, no 3D, minimal motion ===== */
.hero.hero-lite {
  height: auto; min-height: 88vh; display: flex; align-items: center; color: #fff; overflow: hidden;
  background: #0b2545 url('../img/hero-surf.jpg') center 40% / cover no-repeat;
}
.hero.hero-lite .hero-content { position: relative; z-index: 2; }
.hero-lite::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(6,26,51,.82) 0%, rgba(6,26,51,.55) 45%, rgba(6,26,51,.15) 100%),
              linear-gradient(180deg, rgba(6,26,51,.6) 0%, rgba(6,26,51,.15) 22%, transparent 42%, rgba(6,26,51,.55) 100%);
}
@media (max-width: 820px) {
  .hero.hero-lite .hero-content { padding-top: calc(150px + env(safe-area-inset-top)); }
  .hero-lite .eyebrow { font-size: 11px; letter-spacing: .14em; }
}
.hero-lite .hero-content { padding-top: 120px; padding-bottom: 80px; pointer-events: auto; }
.hero-lite .reveal { opacity: 1; transform: none; }
.lite-badge {
  position: absolute; right: clamp(16px, 4vw, 48px); bottom: 22px; z-index: 2;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35); padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(6px);
}
/* gallery grid */
.g-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.g-item { display: block; border-radius: 12px; overflow: hidden; background: #0b2545; aspect-ratio: 3/2; }
.g-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.g-item:hover img { transform: scale(1.04); }
.g-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
@media (max-width: 820px) { .g-grid { grid-template-columns: repeat(2, 1fr); } .g-item:nth-child(1) { grid-column: span 2; grid-row: span 1; } }
/* softer motion overall */
.reveal { transform: translateY(14px); transition-duration: .5s; }
.marquee-track { animation-duration: 48s; }
.wa-float { animation: none; }
.fac:hover, .room-pic:hover, .dist div:hover { transform: none; }
