/* ===== Prima Homestay Mentawai — styles ===== */
:root {
  --navy: #0b2545;
  --deep: #061a33;
  --ocean: #0d6a8f;
  --lagoon: #14a3c7;
  --aqua: #4fd1e0;
  --foam: #eaf7fa;
  --sand: #f6efe4;
  --sun: #ffb347;
  --coral: #ff6b4a;
  --ink: #12222f;
  --muted: #5b6b78;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(6, 26, 51, .18);
  --font-display: 'Bebas Neue', 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--foam);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92vw); margin: 0 auto; }
.section { padding: clamp(72px, 10vw, 130px) 0; position: relative; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.1; letter-spacing: -.01em; }
h2 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 18px; }
h3 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: 12px; }
h4 { font-size: 19px; margin-bottom: 8px; }
p { margin-bottom: 14px; }
.eyebrow {
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--lagoon); font-weight: 700; margin-bottom: 14px;
}
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 17px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
  border: 2px solid transparent; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s, color .25s;
  font-family: var(--font-body);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 30px rgba(255, 107, 74, .35); }
.btn-primary:hover { background: #ff5a36; }
.btn-ghost { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.25); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-sm { padding: 9px 18px; font-size: 14px; background: var(--coral); color: #fff; white-space: nowrap; }
.btn-block { width: 100%; justify-content: center; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }

/* ===== Loader ===== */
.loader {
  position: fixed; inset: 0; z-index: 9999; background: var(--deep);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  color: rgba(255,255,255,.7); transition: opacity .6s, visibility .6s;
}
.loader img { width: 120px; filter: drop-shadow(0 0 10px rgba(255,255,255,.45)) drop-shadow(0 10px 30px rgba(0,0,0,.4)); animation: bob 2s ease-in-out infinite; }
.loader-bar { width: 160px; height: 3px; background: rgba(255,255,255,.15); border-radius: 3px; overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: 40%; background: var(--aqua); animation: slide 1.2s ease-in-out infinite; }
.loader.hide { opacity: 0; visibility: hidden; }
@keyframes bob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-8px) } }
@keyframes slide { 0% { transform: translateX(-100%) } 100% { transform: translateX(400%) } }

/* ===== Nav ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: calc(16px + env(safe-area-inset-top)) clamp(16px, 4vw, 48px) 16px; transition: background .4s, padding .4s, box-shadow .4s;
  color: #fff;
}
.nav.scrolled { background: rgba(6, 26, 51, .85); backdrop-filter: blur(14px); padding: 10px clamp(16px, 4vw, 48px); box-shadow: 0 6px 30px rgba(0,0,0,.2); }
.nav-brand { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 17px; line-height: 1.1; }
.nav-brand img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 0 4px rgba(255,255,255,.55)); }
.nav-brand small { display: block; font-weight: 400; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); font-size: 14.5px; font-weight: 500; white-space: nowrap; }
.nav-links a:not(.btn) { position: relative; opacity: .9; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--aqua); transition: width .3s; }
.nav-links a:not(.btn):hover::after { width: 100%; }
.nav-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }

/* ===== Hero ===== */
.hero {
  position: relative; height: 100vh; min-height: 640px; overflow: hidden;
  background: linear-gradient(180deg, #0a2a4a 0%, #0d6a8f 60%, #0b4f70 100%);
  color: #fff;
}
.hero::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: clamp(160px, 30vh, 260px); z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(4,16,31,.65) 0%, rgba(4,16,31,.32) 55%, transparent 100%);
}
#hero3d { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(120px + env(safe-area-inset-top)) clamp(20px, 6vw, 90px) 60px; max-width: 760px;
  pointer-events: none;
}
.hero-content a, .hero-content button { pointer-events: auto; }
.hero .eyebrow { color: var(--aqua); text-shadow: 0 2px 10px rgba(0,0,0,.4); }
.hero h1 {
  font-family: var(--font-display); font-weight: 400; letter-spacing: .02em;
  font-size: clamp(56px, 9vw, 124px); line-height: .92; margin-bottom: 22px;
  text-shadow: 0 10px 40px rgba(0,0,0,.45);
}
.hero h1 .line { display: block; }
.hero h1 .accent { color: var(--sun); }
.hero .lead { font-size: clamp(16px, 1.5vw, 19px); max-width: 560px; text-shadow: 0 2px 12px rgba(0,0,0,.5); font-weight: 400; margin-bottom: 26px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stats strong { font-family: var(--font-display); font-size: 40px; font-weight: 400; letter-spacing: .02em; display: block; line-height: 1; }
.hero-stats strong span { font-size: 20px; color: var(--aqua); }
.hero-stats small { font-size: 12px; opacity: .8; letter-spacing: .05em; text-transform: uppercase; }
.hero-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; text-align: center; opacity: .8; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.mouse { display: block; width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.7); border-radius: 14px; margin: 0 auto 8px; position: relative; }
.mouse span { position: absolute; left: 50%; top: 6px; width: 3px; height: 7px; margin-left: -1.5px; background: #fff; border-radius: 3px; animation: wheel 1.8s infinite; }
@keyframes wheel { 0% { opacity: 1; transform: translateY(0) } 100% { opacity: 0; transform: translateY(14px) } }

/* ===== Marquee ===== */
.marquee { background: var(--navy); color: #fff; overflow: hidden; padding: 14px 0; font-family: var(--font-display); font-size: 20px; letter-spacing: .08em; }
.marquee-track { display: flex; gap: 28px; white-space: nowrap; width: max-content; animation: marquee 32s linear infinite; }
.marquee i { color: var(--sun); font-style: normal; }
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Tilt cards ===== */
[data-tilt] { transform-style: preserve-3d; will-change: transform; transition: transform .15s ease-out; }
.tilt-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.tilt-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.tilt-badge {
  position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.92); padding: 10px 16px 10px 10px; border-radius: 14px; transform: translateZ(40px);
}
.tilt-badge img { width: 40px; height: 40px; }
.tilt-badge small { display: block; font-size: 11px; color: var(--muted); }
.about-media { position: relative; }
.about-float { position: absolute; right: -8%; bottom: -12%; width: 46%; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); border: 6px solid #fff; transform: rotate(3deg); }
.check-list { list-style: none; margin: 16px 0 26px; display: grid; gap: 10px; }
.check-list li { padding-left: 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--lagoon); color: #fff; font-size: 13px; display: grid; place-items: center; }

/* ===== Surf ===== */
.surf { background: linear-gradient(180deg, var(--foam) 0%, #fff 100%); }
.surf-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; margin-bottom: 48px; background: var(--navy); color: #fff; border-radius: 26px; overflow: hidden; padding: 0; }
.surf-feature-media { position: relative; height: 100%; min-height: 380px; }
.surf-feature-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.surf-feature-media .tag { position: absolute; left: 20px; top: 20px; background: var(--sun); color: var(--navy); font-weight: 700; font-size: 12px; padding: 8px 14px; border-radius: 999px; letter-spacing: .06em; text-transform: uppercase; }
.surf-feature-text { padding: 40px 40px 40px 0; }
.surf-feature-text p { opacity: .85; }
.spec { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
.spec div { background: rgba(255,255,255,.08); border-radius: 12px; padding: 12px; }
.spec small { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.spec strong { font-size: 16px; }
.spot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.spot { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 40px rgba(6,26,51,.08); }
.spot img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.spot-body { padding: 18px 20px 22px; }
.spot-dist { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--lagoon); font-weight: 700; display: block; margin-bottom: 6px; }
.spot p { font-size: 14px; color: var(--muted); margin: 0; }
.season { margin-top: 56px; background: #fff; border-radius: 22px; padding: 32px; box-shadow: 0 10px 40px rgba(6,26,51,.08); }
.season-head { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.season-head p { color: var(--muted); font-size: 14px; }
.season-bar { display: grid; grid-template-columns: repeat(12, 1fr); gap: 6px; margin: 18px 0 16px; }
.season-bar .m { text-align: center; padding: 14px 0; border-radius: 10px; font-weight: 700; font-size: 13px; color: #fff; }
.m.off, i.off { background: #b8c7d1; }
.m.sh, i.sh { background: #6fc3d6; }
.m.on, i.on { background: var(--lagoon); }
.m.peak, i.peak { background: var(--coral); }
.season-legend { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; color: var(--muted); }
.season-legend i { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 8px; vertical-align: -1px; }

/* ===== Facilities ===== */
.facilities { background: var(--sand); }
.fac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 56px; }
.fac { background: #fff; border-radius: 16px; padding: 26px 22px; transition: transform .3s, box-shadow .3s; }
.fac:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.fac .ico { font-size: 30px; display: block; margin-bottom: 12px; }
.fac p { color: var(--muted); font-size: 14px; margin: 0; }
.room-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; background: #fff; border-radius: 26px; padding: clamp(20px, 3vw, 36px); box-shadow: var(--shadow); }
.room-media { border-radius: 18px; overflow: hidden; }
.room-media img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.room-text h3 span { color: var(--coral); font-family: var(--font-display); font-size: 1.5em; font-weight: 400; letter-spacing: .02em; }

/* ===== Gallery / coverflow ===== */
.gallery { background: var(--deep); color: #fff; overflow: hidden; }
.gallery .section-head p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.coverflow { position: relative; height: clamp(300px, 46vw, 520px); perspective: 1400px; display: flex; align-items: center; justify-content: center; }
.cf-stage { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; }
.cf-item {
  position: absolute; left: 50%; top: 50%; width: clamp(240px, 40vw, 620px); aspect-ratio: 3/2;
  margin-left: calc(clamp(240px, 40vw, 620px) / -2); margin-top: calc(clamp(240px, 40vw, 620px) / -3);
  border-radius: 14px; overflow: hidden; cursor: pointer;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .7s, filter .7s;
  box-shadow: 0 30px 80px rgba(0,0,0,.5); backface-visibility: hidden;
}
.cf-item img { width: 100%; height: 100%; object-fit: cover; }
.cf-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.35)); }
.cf-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.1); color: #fff; font-size: 30px; cursor: pointer; backdrop-filter: blur(6px); transition: background .3s; line-height: 1; }
.cf-btn:hover { background: rgba(255,255,255,.25); }
.cf-btn.prev { left: clamp(8px, 3vw, 40px); } .cf-btn.next { right: clamp(8px, 3vw, 40px); }
.cf-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.cf-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: rgba(255,255,255,.3); cursor: pointer; transition: .3s; }
.cf-dots button.on { background: var(--aqua); width: 24px; border-radius: 4px; }

/* ===== Location ===== */
.dist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0 36px; }
.dist div { background: #fff; border-radius: 12px; padding: 14px 16px 14px 64px; box-shadow: 0 6px 20px rgba(6,26,51,.06); position: relative; transition: transform .3s, box-shadow .3s; }
.dist div:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(6,26,51,.12); }
.dico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--foam), #d6f0f6); color: var(--ocean); display: grid; place-items: center; }
.dico svg { width: 22px; height: 22px; }
.dist strong { display: block; font-family: var(--font-display); font-size: 26px; font-weight: 400; color: var(--ocean); letter-spacing: .02em; }
.dist span { font-size: 13px; color: var(--muted); }
.steps { display: grid; gap: 14px; margin-top: 14px; }
.step { display: flex; gap: 16px; }
.step > span { flex: 0 0 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.step p { font-size: 14px; color: var(--muted); margin: 2px 0 0; }
.map-wrap { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); height: 100%; min-height: 520px; background: #dfe9ee; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; position: absolute; inset: 0; }
.map-link { position: absolute; left: 16px; bottom: 16px; background: #fff; padding: 10px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; box-shadow: 0 6px 20px rgba(0,0,0,.15); }

/* ===== Reviews ===== */
.reviews { background: #fff; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rev { background: var(--foam); border-radius: 18px; padding: 28px; border: 1px solid rgba(13,106,143,.08); }
.rev .stars { color: var(--sun); letter-spacing: 2px; margin-bottom: 12px; }
.rev p { font-size: 16px; margin-bottom: 14px; }
.rev footer { font-size: 13px; color: var(--muted); font-weight: 600; }
.rev-note { margin-top: 22px; font-size: 13px; color: var(--muted); }

/* ===== Booking ===== */
.booking { background: radial-gradient(1200px 600px at 20% 0%, #0f5c80 0%, var(--deep) 60%); color: #fff; }
.booking-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.booking-text p:not(.eyebrow) { opacity: .85; }
.contact-list { display: grid; gap: 10px; margin: 26px 0; }
.contact-list a { display: flex; justify-content: space-between; align-items: center; gap: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); padding: 14px 18px; border-radius: 12px; transition: background .3s; }
.contact-list a:hover { background: rgba(255,255,255,.14); }
.contact-list span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; opacity: .7; }
.contact-list strong { text-align: right; }
.ota { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; opacity: .85; }
.ota a { border: 1px solid rgba(255,255,255,.3); padding: 6px 12px; border-radius: 999px; transition: .3s; }
.ota a:hover { background: #fff; color: var(--navy); }
.booking-form { background: #fff; color: var(--ink); border-radius: 22px; padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow); display: grid; gap: 14px; }
.booking-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; color: var(--muted); }
.booking-form input, .booking-form select, .booking-form textarea { font-family: var(--font-body); font-size: 15px; padding: 12px 14px; border-radius: 10px; border: 1.5px solid #dbe4ea; background: #f8fbfc; color: var(--ink); outline: none; transition: border .2s; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--lagoon); }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-form small { color: var(--muted); text-align: center; font-size: 12px; }

/* ===== Footer ===== */
.footer { background: #04101f; color: rgba(255,255,255,.7); padding: 56px 0 28px; font-size: 14px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.footer-logo { width: 90px; margin-bottom: 14px; filter: drop-shadow(0 0 6px rgba(255,255,255,.4)); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a:hover { color: #fff; }
.copy { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; margin: 0; font-size: 12px; }

/* ===== WA float ===== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5) } 100% { box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 0 0 18px rgba(37,211,102,0) } }

/* ===== Lightbox ===== */
.lightbox { position: fixed; inset: 0; z-index: 500; background: rgba(4,16,31,.94); display: none; align-items: center; justify-content: center; flex-direction: column; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox p { color: rgba(255,255,255,.7); margin-top: 14px; font-size: 14px; }
.lb-close, .lb-nav { position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 0; width: 50px; height: 50px; border-radius: 50%; font-size: 30px; cursor: pointer; line-height: 1; }
.lb-close { top: 20px; right: 20px; }
.lb-nav { top: 50%; transform: translateY(-50%); }
.lb-nav.prev { left: 20px; } .lb-nav.next { right: 20px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .spot-grid, .fac-grid { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: 1fr; }
  .surf-feature { grid-template-columns: 1fr; }
  .surf-feature-text { padding: 30px; }
}
@media (max-width: 820px) {
  .nav-links { position: fixed; top: 0; right: 0; bottom: 0; width: min(320px, 80vw); flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 40px; background: var(--deep); transform: translateX(100%); transition: transform .4s; font-size: 18px; }
  .nav-links.open { transform: none; }
  .nav-toggle { display: flex; z-index: 101; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .grid-2, .room-card, .booking-inner, .footer-inner { grid-template-columns: 1fr; }
  .about-float { position: relative; right: 0; bottom: 0; width: 60%; margin: -40px 0 0 auto; }
  .hero { min-height: 560px; }
  .hero-content { padding-top: calc(140px + env(safe-area-inset-top)); }
  .hero .eyebrow { font-size: 11px; letter-spacing: .14em; }
  .hero-stats { gap: 22px; }
  .hero-hint { display: none; }
  .spec { grid-template-columns: repeat(2, 1fr); }
  .season-bar { grid-template-columns: repeat(6, 1fr); }
  .dist { grid-template-columns: 1fr 1fr; }
  .map-wrap { min-height: 380px; }
  .map-wrap iframe { min-height: 380px; }
}
@media (max-width: 520px) {
  .spot-grid, .fac-grid, .f2, .dist { grid-template-columns: 1fr; }
  .hero h1 { font-size: 60px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}

/* ===== Language selector ===== */
.lang-modal {
  position: fixed; inset: 0; z-index: 10000; display: none; align-items: center; justify-content: center;
  background: rgba(4, 16, 31, .72); backdrop-filter: blur(10px); padding: 20px;
  animation: fadeIn .4s ease-out;
}
.lang-modal.open { display: flex; }
.lang-modal.closing { animation: fadeOut .45s ease-in forwards; }
.lang-box {
  background: #fff; color: var(--ink); border-radius: 26px; padding: clamp(28px, 4vw, 44px); width: min(460px, 100%);
  text-align: center; box-shadow: 0 40px 100px rgba(0,0,0,.5); animation: popIn .55s cubic-bezier(.2,.9,.3,1.2);
}
.lang-box img { width: 110px; margin: 0 auto 14px; }
.lang-box h2 { font-size: 26px; margin-bottom: 6px; }
.lang-box p { color: var(--muted); margin-bottom: 22px; font-size: 15px; }
.lang-btns { display: grid; gap: 12px; }
.lang-btns button {
  display: flex; align-items: center; gap: 14px; width: 100%; padding: 14px 18px; border-radius: 14px;
  border: 2px solid #dbe4ea; background: #f8fbfc; font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--ink);
  cursor: pointer; transition: border .2s, background .2s, transform .2s;
}
.lang-btns button:hover { border-color: var(--lagoon); background: var(--foam); transform: translateY(-2px); }
.lang-btns .flag { flex: 0 0 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 800; letter-spacing: .05em; color: #fff; }
.lang-btns .flag-id { background: linear-gradient(180deg, #e0242b 50%, #f4f4f4 50%); color: #333; text-shadow: 0 0 3px #fff; }
.lang-btns .flag-en { background: var(--navy); }
@keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }
@keyframes fadeOut { from { opacity: 1 } to { opacity: 0 } }
@keyframes popIn { from { opacity: 0; transform: translateY(24px) scale(.94) } to { opacity: 1; transform: none } }

.lang-toggle {
  display: inline-flex; align-items: center; gap: 4px; padding: 7px 12px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.4); background: rgba(255,255,255,.08); color: #fff; font-family: var(--font-body);
  font-size: 12px; font-weight: 700; letter-spacing: .08em; cursor: pointer; transition: background .3s;
}
.lang-toggle:hover { background: rgba(255,255,255,.2); }
.lang-toggle span { opacity: .5; transition: opacity .2s, color .2s; }
.lang-toggle span.on { opacity: 1; color: var(--aqua); }
.lang-toggle i { font-style: normal; opacity: .4; }
.booking-form label > span { display: block; }
@media (max-width: 820px) {
  .lang-toggle { margin-top: 10px; }
}

/* ===== Rooms ===== */
.rooms { background: #fff; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.room-pic { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--foam); box-shadow: 0 10px 40px rgba(6,26,51,.08); position: relative; transition: transform .3s, box-shadow .3s; }
.room-pic:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.room-pic img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.room-pic figcaption { padding: 16px 18px 18px; }
.room-pic strong { display: block; font-size: 17px; margin-bottom: 4px; }
.room-pic span { font-size: 13px; color: var(--muted); display: block; }
.room-pic em { display: none; }
.room-pic.is-ph em { display: inline-block; font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ocean); background: var(--foam); border-radius: 999px; padding: 4px 10px; margin-top: 10px; }
.copy a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 820px) { .room-grid { grid-template-columns: 1fr; } }
