/* ══════════════════════════════════════════════════════════════════════════════
   HOTEL FAMILY VELIPOJE  ·  style.css  ·  EDITION PRESTIGE
   Fonts  : Libre Baskerville (display serif) + Jost (body sans)
   Palette: Adriatic Deep Sea · Warm Sand · Antique Gold · Ivory
   Sections: Reset · Tokens · Base · Typography · Preloader · Header ·
             Lang · Mobile Menu · Buttons · Hero · Stats · Section Shell ·
             About · Rooms · Services · Gallery · Lightbox · Reviews ·
             CTA Band · Contact · Footer · WhatsApp · Animations · Utilities ·
             Responsive 1200px · 980px · 820px · 640px · 480px · 380px · Print
   ══════════════════════════════════════════════════════════════════════════════ */


/* ────────────────────────────────────────────────────────────────────────────
   §1  DESIGN TOKENS
──────────────────────────────────────────────────────────────────────────── */
:root {

  /* — Sea palette —————————————————————————————————————————————————— */
  --ink:        #020F18;
  --abyss:      #04151F;
  --navy:       #071D2C;
  --deep:       #0B2E44;
  --ocean:      #0E3C58;
  --sea:        #145870;
  --sea-md:     #1A6F8C;
  --tide:       #1F88AC;
  --tide-lt:    #2DA3CC;
  --foam:       #5CC0DA;
  --mist:       #8FD0E2;
  --haze:       #BAE1ED;
  --sky:        #D6EEF6;
  --pale:       #E8F6FA;
  --blush:      #F1F9FC;

  /* — Gold & Sand ————————————————————————————————————————————————— */
  --gold-xd:    #6A3E08;
  --gold-dk:    #8C5410;
  --gold:       #A86C18;
  --gold-m:     #C08828;
  --gold-l:     #D8A840;
  --gold-xl:    #ECC860;
  --gold-xxl:   #F6DC88;
  --sand-dk:    #C4A050;
  --sand:       #DCBC70;
  --sand-l:     #EDD890;
  --ivory:      #F6F1EA;
  --ivory-l:    #F9F6F0;
  --cream:      #FCF9F4;
  --white:      #FEFEFE;

  /* — Neutral text ——————————————————————————————————————————————— */
  --text:       #091C2A;
  --text-2:     #182D3C;
  --muted:      #3A5868;
  --soft:       #6A8898;
  --faint:      #9AB5C2;
  --line:       #C2D5DE;
  --line-l:     #DAE9EF;
  --line-xl:    #EDF5F8;

  /* — Semantic ————————————————————————————————————————————————————  */
  --green:      #22c55e;
  --green-dk:   #16a34a;
  --green-bg:   #ecfdf5;

  /* — Shadows ————————————————————————————————————————————————————— */
  --s0:   0 1px  6px rgba(2,15,24,.04);
  --s1:   0 2px 14px rgba(2,15,24,.07);
  --s2:   0 6px 28px rgba(2,15,24,.10);
  --s3:   0 14px 48px rgba(2,15,24,.14);
  --s4:   0 28px 72px rgba(2,15,24,.18);
  --s5:   0 50px 120px rgba(2,15,24,.24);
  --s-gold: 0 8px 28px rgba(168,108,24,.36);
  --s-gold-lg: 0 18px 52px rgba(168,108,24,.52);
  --s-wa: 0 8px 28px rgba(34,197,94,.42);

  /* — Gradients ——————————————————————————————————————————————————— */
  --grad-sea:    linear-gradient(158deg, var(--navy) 0%, var(--deep) 55%, var(--ocean) 100%);
  --grad-sea-v:  linear-gradient(180deg, var(--navy) 0%, var(--ocean) 100%);
  --grad-gold:   linear-gradient(135deg, var(--gold-xl) 0%, var(--gold-m) 45%, var(--gold-dk) 100%);
  --grad-gold-h: linear-gradient(90deg, var(--gold-l), var(--gold-m));
  --grad-sand:   linear-gradient(180deg, var(--ivory-l) 0%, var(--cream) 100%);
  --grad-sky:    linear-gradient(180deg, var(--pale) 0%, var(--blush) 100%);
  --grad-card:   linear-gradient(160deg, var(--white) 0%, var(--ivory-l) 100%);
  --gold-line:   linear-gradient(90deg, transparent 0%, var(--gold-l) 20%, var(--gold-xl) 50%, var(--gold-l) 80%, transparent 100%);
  --sea-line:    linear-gradient(90deg, transparent 0%, var(--tide) 30%, var(--foam) 50%, var(--tide) 70%, transparent 100%);

  /* — Motion ——————————————————————————————————————————————————————— */
  --ease:        cubic-bezier(.22,.68,.3,1);
  --ease-in:     cubic-bezier(.4,0,1,1);
  --ease-out:    cubic-bezier(0,0,.3,1);
  --spring:      cubic-bezier(.34,1.52,.64,1);
  --bounce:      cubic-bezier(.68,-.55,.27,1.55);
  --swift:       cubic-bezier(.4,0,.2,1);

  /* — Layout ——————————————————————————————————————————————————————— */
  --nav-h:       88px;
  --max:         1280px;
  --r:           20px;
  --r-md:        16px;
  --r-sm:        12px;
  --r-xs:        8px;

  /* — Spacing scale ————————————————————————————————————————————————  */
  --sp-2xs:  6px;
  --sp-xs:   10px;
  --sp-sm:   16px;
  --sp-md:   26px;
  --sp-lg:   44px;
  --sp-xl:   68px;
  --sp-2xl:  108px;
}


/* ────────────────────────────────────────────────────────────────────────────
   §2  RESET
──────────────────────────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 10px);
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Jost', 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  background-color: var(--ivory);
  line-height: 1.78;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .22s var(--ease);
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

input, textarea, select {
  font: inherit;
  -webkit-appearance: none;
}

ul, ol { list-style: none; }
strong  { font-weight: 600; }

::selection {
  background: rgba(192,136,40,.2);
  color: var(--text);
}

:focus-visible {
  outline: 2.5px solid var(--gold-m);
  outline-offset: 4px;
  border-radius: 5px;
}


/* ────────────────────────────────────────────────────────────────────────────
   §3  LAYOUT HELPERS
──────────────────────────────────────────────────────────────────────────── */
.container {
  width: min(92%, var(--max));
  margin-inline: auto;
}

.container--narrow {
  width: min(84%, 900px);
  margin-inline: auto;
}

.section {
  padding-block: var(--sp-2xl);
  position: relative;
}

/* Background variants */
.bg-ivory { background: var(--ivory-l); }
.bg-sand  { background: var(--cream); }
.bg-dark  { background: var(--grad-sea); }
.bg-sky   { background: var(--grad-sky); }

/* Horizontal rule — gold */
.divider-gold {
  display: block;
  height: 1px;
  background: var(--gold-line);
  margin-block: var(--sp-md);
  border: none;
  opacity: .55;
}

/* Horizontal rule — sea */
.divider-sea {
  display: block;
  height: 1px;
  background: var(--sea-line);
  margin-block: var(--sp-md);
  border: none;
  opacity: .4;
}


/* ────────────────────────────────────────────────────────────────────────────
   §4  TYPOGRAPHY
──────────────────────────────────────────────────────────────────────────── */

/* — Section eyebrow label — */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .48em;
  text-transform: uppercase;
  color: var(--sea-md);
  margin-bottom: 10px;
}

.section-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  flex-shrink: 0;
  border-radius: 2px;
}

.section-label.light {
  color: var(--foam);
}

/* — Main heading — */
.section-title {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 14px;
}

.section-title.light { color: #fff; }
.section-title.gold  { color: var(--gold-l); }

/* — Subtitle — */
.section-sub {
  font-size: .96rem;
  line-height: 1.92;
  color: var(--muted);
  max-width: 560px;
  margin-top: 8px;
}

.section-sub.light { color: rgba(255,255,255,.52); }

/* — Lead text — */
.section-lead {
  font-size: 1.06rem;
  line-height: 1.88;
  color: var(--sea);
  font-weight: 500;
  font-style: italic;
  border-left: 2.5px solid var(--gold-l);
  padding-left: 16px;
  margin-bottom: 4px;
}

/* — Section head row — */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 54px;
  flex-wrap: wrap;
}

.section-head.center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-head.center .section-sub {
  margin-inline: auto;
}


/* ────────────────────────────────────────────────────────────────────────────
   §5  PRELOADER
──────────────────────────────────────────────────────────────────────────── */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--abyss);
  transition: opacity .9s var(--ease), visibility .9s;
  overflow: hidden;
}

/* Deep ocean radial ambience */
#preloader::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 900px 600px at 50% 115%, rgba(20,88,112,.40), transparent 68%),
    radial-gradient(ellipse 500px 350px at 78% 18%,  rgba(31,136,172,.13), transparent 62%),
    radial-gradient(ellipse 300px 200px at 20% 80%,  rgba(168,108,24,.06),  transparent 55%);
  pointer-events: none;
}

/* Floating particles */
#preloader::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle 1.5px at 20% 30%, rgba(90,192,218,.28), transparent),
    radial-gradient(circle 1px   at 70% 60%, rgba(216,168,64,.22),  transparent),
    radial-gradient(circle 1px   at 40% 80%, rgba(90,192,218,.18), transparent),
    radial-gradient(circle 1.5px at 85% 25%, rgba(216,168,64,.16),  transparent),
    radial-gradient(circle 1px   at 10% 65%, rgba(90,192,218,.14), transparent);
  pointer-events: none;
}

#preloader.done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pre-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  padding: 0 28px;
}

.pre-wave {
  width: 100px;
  animation: waveFloat 2.6s ease-in-out infinite;
  filter: drop-shadow(0 0 16px rgba(200,136,40,.5)) drop-shadow(0 0 40px rgba(200,136,40,.18));
}

.pre-name {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.7rem, 6vw, 3.1rem);
  font-weight: 400;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 30px rgba(90,192,218,.15), 0 0 100px rgba(255,255,255,.04);
}

.pre-sub {
  font-size: .58rem;
  font-weight: 400;
  letter-spacing: .58em;
  text-transform: uppercase;
  color: rgba(90,192,218,.40);
  margin-top: -20px;
}

.pre-line {
  width: 220px;
  height: 2px;
  background: rgba(255,255,255,.06);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 1px rgba(255,255,255,.04);
}

.pre-fill {
  height: 100%;
  width: 0;
  background: var(--grad-gold);
  transition: width .12s linear;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(220,170,60,.7);
}

/* Dots decoration under bar */
.pre-inner::after {
  content: '· · · · ·';
  display: block;
  font-size: .42rem;
  letter-spacing: 1em;
  color: rgba(255,255,255,.10);
  margin-top: -12px;
  padding-left: 1em;
}


/* ────────────────────────────────────────────────────────────────────────────
   §6  HEADER
──────────────────────────────────────────────────────────────────────────── */
#hdr {
  position: fixed;
  inset: 0 0 auto;
  z-index: 800;
  height: var(--nav-h);
  transition:
    height     .42s var(--ease),
    background .42s var(--ease),
    box-shadow .42s var(--ease);
}

/* Gold top accent line — appears on scroll */
#hdr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: var(--gold-line);
  opacity: 0;
  transition: opacity .5s;
  z-index: 1;
}

/* Bottom border on scroll */
#hdr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  background: rgba(255,255,255,.05);
  opacity: 0;
  transition: opacity .5s;
}

#hdr.scrolled {
  height: 66px;
  background: rgba(2,15,24,.97);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.04),
    0 8px 48px rgba(0,0,0,.40);
}

#hdr.scrolled::before { opacity: 1; }
#hdr.scrolled::after  { opacity: 1; }

.hdr-wrap {
  height: 100%;
  width: min(94%, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

/* — Logo — */
.logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
  flex-shrink: 0;
  text-decoration: none;
  padding: 4px 0;
}

.logo-main {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.05rem, 2.2vw, 1.65rem);
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  transition: color .28s;
}

.logo-sub {
  font-size: .5rem;
  font-weight: 500;
  letter-spacing: .46em;
  text-transform: uppercase;
  color: rgba(92,192,218,.38);
  transition: color .28s;
}

.logo:hover .logo-main { color: var(--gold-l); }
.logo:hover .logo-sub  { color: rgba(220,170,60,.55); }

/* — Desktop nav — */
.desk-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
  justify-content: center;
}

.desk-nav a {
  position: relative;
  font-size: .69rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  padding: 5px 0;
  transition: color .26s;
  white-space: nowrap;
}

/* Animated underline */
.desk-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--grad-gold-h);
  border-radius: 2px;
  transition: width .36s var(--ease);
}

.desk-nav a:hover       { color: rgba(255,255,255,.92); }
.desk-nav a:hover::after { width: 100%; }

/* — Header right cluster — */
.hdr-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* — Book CTA pill — */
.book-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 22px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--grad-gold);
  color: #0d0700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.28),
    var(--s-gold);
  transition:
    transform   .28s var(--spring),
    box-shadow  .28s;
}

.book-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.32),
    var(--s-gold-lg);
}

/* — Hamburger button — */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5.5px;
  width: 44px;
  height: 44px;
  padding: 11px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  transition: background .22s, border-color .22s;
  flex-shrink: 0;
}

.burger:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
}

/* Active (menu open) state — turns into X */
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.burger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: rgba(255,255,255,.82);
  border-radius: 2px;
  transform-origin: center;
  transition: transform .32s var(--ease), opacity .22s, scaleX .22s;
}

.burger span:last-child { width: 68%; }


/* ────────────────────────────────────────────────────────────────────────────
   §7  LANGUAGE SWITCHER
──────────────────────────────────────────────────────────────────────────── */
.lang-wrap {
  position: relative;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .07em;
  cursor: pointer;
  white-space: nowrap;
  transition: background .22s, border-color .22s, color .22s;
}

.lang-btn:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
  color: #fff;
}

.lang-btn svg {
  opacity: .44;
  flex-shrink: 0;
  transition: transform .28s var(--ease), opacity .22s;
}

.lang-btn[aria-expanded="true"] svg {
  transform: rotate(180deg);
  opacity: .8;
}

/* Dropdown panel */
.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 164px;
  background: rgba(3,16,26,.98);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.025),
    var(--s4);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(.95);
  transform-origin: top right;
  transition:
    opacity   .22s var(--ease),
    transform .22s var(--ease);
  z-index: 200;
}

.lang-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

/* Gradient top accent */
.lang-menu::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--tide), var(--gold-l), var(--tide));
  flex-shrink: 0;
}

.lang-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 15px;
  font-size: .83rem;
  font-weight: 400;
  color: rgba(255,255,255,.48);
  text-align: left;
  border-radius: 0;
  transition: background .16s, color .16s, padding-left .18s var(--ease);
}

.lang-menu button span { flex: 1; }

.lang-menu button:hover {
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.9);
  padding-left: 20px;
}

.lang-menu button.active {
  color: var(--gold-l);
  font-weight: 600;
}

.lang-menu button.active::after {
  content: '✓';
  font-size: .72rem;
  color: var(--gold-l);
  opacity: .7;
  margin-left: auto;
}


/* ────────────────────────────────────────────────────────────────────────────
   §8  MOBILE MENU
──────────────────────────────────────────────────────────────────────────── */
.mob-overlay {
  position: fixed;
  inset: 0;
  z-index: 890;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .36s;
}

.mob-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.mob-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 88vw);
  z-index: 900;
  display: flex;
  flex-direction: column;
  background: var(--abyss);
  border-left: 1px solid rgba(255,255,255,.05);
  transform: translateX(102%);
  transition: transform .44s var(--ease);
  box-shadow: -24px 0 90px rgba(0,0,0,.58);
  overflow: hidden;
}

/* Ambient bottom glow */
.mob-menu::before {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(20,88,112,.20), transparent 66%);
  pointer-events: none;
  z-index: 0;
}

/* Gold top accent line */
.mob-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: var(--gold-line);
  z-index: 2;
}

.mob-menu.open {
  transform: none;
}

/* Stop body scroll when menu open */
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

.mob-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 2.5px; /* make room for gold line */
}

/* Top bar inside mobile menu */
.mob-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex-shrink: 0;
}

.mob-logo {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.22rem;
  font-weight: 400;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  user-select: none;
}

.mob-close {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.56);
  display: grid;
  place-items: center;
  transition: background .22s, color .22s, rotate .32s var(--spring);
}

.mob-close:hover {
  background: rgba(255,255,255,.10);
  color: #fff;
  rotate: 90deg;
}

/* Big navigation links */
.mob-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 20px;
  gap: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mob-nav a {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.85rem;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Entrance animation */
  opacity: 0;
  transform: translateX(28px);
  transition:
    color       .24s,
    padding-left .24s,
    opacity      .44s var(--ease),
    transform    .44s var(--ease);
}

.mob-nav a:last-child { border-bottom: none; }

/* Arrow */
.mob-nav a::after {
  content: '→';
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  color: var(--gold-l);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .22s, transform .24s var(--ease);
}

.mob-nav a:hover,
.mob-nav a:focus {
  color: var(--gold-l);
  padding-left: 8px;
}

.mob-nav a:hover::after,
.mob-nav a:focus::after {
  opacity: .7;
  transform: none;
}

/* Staggered entrance when menu opens */
.mob-menu.open .mob-nav a                { opacity: 1; transform: none; }
.mob-menu.open .mob-nav a:nth-child(1)   { transition-delay: .04s; }
.mob-menu.open .mob-nav a:nth-child(2)   { transition-delay: .09s; }
.mob-menu.open .mob-nav a:nth-child(3)   { transition-delay: .14s; }
.mob-menu.open .mob-nav a:nth-child(4)   { transition-delay: .19s; }
.mob-menu.open .mob-nav a:nth-child(5)   { transition-delay: .24s; }
.mob-menu.open .mob-nav a:nth-child(6)   { transition-delay: .29s; }

/* Bottom CTA buttons */
.mob-ctas {
  padding: 18px 22px 28px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.mob-call, .mob-wa {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 18px;
  border-radius: 15px;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: transform .24s var(--spring), box-shadow .24s;
  text-align: center;
  justify-content: center;
}

.mob-call {
  background: var(--grad-gold);
  color: #0c0700;
  box-shadow: var(--s-gold);
}

.mob-call:hover {
  transform: translateY(-2px);
  box-shadow: var(--s-gold-lg);
}

.mob-wa {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.62);
}

.mob-wa:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.20);
  color: #fff;
  transform: translateY(-1px);
}


/* ────────────────────────────────────────────────────────────────────────────
   §9  BUTTONS
──────────────────────────────────────────────────────────────────────────── */

/* Primary — gold gradient pill */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  background: var(--grad-gold);
  color: #0d0700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.28),
    var(--s-gold);
  transition:
    transform   .28s var(--spring),
    box-shadow  .28s;
  touch-action: manipulation;
}

.btn-gold:hover, .btn-gold:focus-visible {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.32),
    var(--s-gold-lg);
}

.btn-gold:active { transform: translateY(0) scale(.99); }

/* Secondary — glass outline on dark backgrounds */
.btn-outline-w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.28);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  transition:
    transform    .28s var(--spring),
    background   .24s,
    border-color .24s;
}

.btn-outline-w:hover, .btn-outline-w:focus-visible {
  transform: translateY(-3px);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.58);
}

/* Ghost — minimal outline on dark */
.btn-ghost-w {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: .73rem;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
  border: 1.5px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.66);
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform    .28s var(--spring),
    background   .24s,
    border-color .24s,
    color        .24s;
}

.btn-ghost-w:hover, .btn-ghost-w:focus-visible {
  transform: translateY(-3px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.44);
  color: #fff;
}

/* Full-width button modifier */
.btn--full {
  width: 100%;
  justify-content: center;
}


/* ────────────────────────────────────────────────────────────────────────────
   §10  HERO
──────────────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  max-height: 1200px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Slideshow container */
.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.09);
  transition:
    opacity    2s   var(--ease),
    transform  11s  linear;
  will-change: transform, opacity;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Layered vignette overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(2,15,24,.98)  0%,
      rgba(2,15,24,.72)  26%,
      rgba(2,15,24,.30)  52%,
      rgba(2,15,24,.14)  70%,
      rgba(2,15,24,.22)  100%
    ),
    linear-gradient(
      to right,
      rgba(2,15,24,.42)  0%,
      rgba(2,15,24,.08)  45%,
      transparent        70%
    );
}

/* Film grain */
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* Main content area */
.hero-content {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 108px;
  padding-top: calc(var(--nav-h) + 50px);
  width: min(92%, var(--max));
  margin-inline: auto;
}

/* Location badge */
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 17px;
  border-radius: 999px;
  background: rgba(31,136,172,.12);
  border: 1px solid rgba(31,136,172,.28);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--foam);
  width: fit-content;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tide-lt);
  flex-shrink: 0;
  box-shadow: 0 0 10px var(--tide-lt);
  animation: dotPulse 2.4s ease-in-out infinite;
}

/* Hero main heading */
.hero-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(3.4rem, 10vw, 9.5rem);
  font-weight: 400;
  line-height: .88;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #fff;
  margin-bottom: 26px;
  text-shadow: 0 4px 48px rgba(0,0,0,.36);
}

.hero-title em {
  display: block;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  color: var(--gold-l);
  font-size: .88em;
  letter-spacing: .01em;
  line-height: 1.02;
  text-shadow: 0 0 80px rgba(216,168,60,.3);
}

/* Hero description */
.hero-desc {
  font-size: .96rem;
  line-height: 1.94;
  color: rgba(255,255,255,.55);
  max-width: 500px;
  margin-bottom: 36px;
}

/* CTA button row */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

/* Feature pills strip */
.hero-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 8px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.40);
}

.hero-pills > span       { padding: 0 12px; }
.hero-pills > span:first-child { padding-left: 0; }
.hero-pills .divider     { opacity: .22; padding: 0 2px; font-weight: 300; }

/* Slide prev / next */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  translate: 0 -50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: grid;
  place-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background .22s,
    border-color .22s,
    scale .28s var(--spring);
}

.slide-prev:hover, .slide-next:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.38);
  scale: 1.1;
}

.slide-prev { left: 22px; }
.slide-next { right: 22px; }

/* Slide dots */
.slide-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  translate: -50% 0;
  z-index: 4;
  display: flex;
  gap: 7px;
  align-items: center;
}

.dot {
  width: 26px;
  height: 2.5px;
  border-radius: 3px;
  background: rgba(255,255,255,.20);
  cursor: pointer;
  border: none;
  transition:
    width      .4s var(--ease),
    background .3s;
}

.dot.active {
  width: 50px;
  background: var(--gold-l);
  box-shadow: 0 0 12px rgba(216,168,60,.55);
}

/* Wave bottom separator */
.hero-wave {
  position: relative;
  z-index: 3;
  line-height: 0;
  margin-top: -2px;
  flex-shrink: 0;
}

.hero-wave svg {
  width: 100%;
  display: block;
  height: 80px;
}


/* ────────────────────────────────────────────────────────────────────────────
   §11  SCROLL REVEAL
──────────────────────────────────────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transition:
    opacity   .78s var(--ease),
    transform .78s var(--ease);
}

[data-reveal]:not([data-reveal="left"]):not([data-reveal="right"]) {
  transform: translateY(30px);
}

[data-reveal="left"]  { transform: translateX(-30px); }
[data-reveal="right"] { transform: translateX(30px); }

[data-reveal].visible {
  opacity: 1 !important;
  transform: none !important;
}


/* ────────────────────────────────────────────────────────────────────────────
   §12  STATS BAR
──────────────────────────────────────────────────────────────────────────── */
.stats-bar {
  background: var(--grad-sea);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Thin horizontal wave lines */
.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.015) 0,
      rgba(255,255,255,.015) 1px,
      transparent 1px,
      transparent 88px
    );
  pointer-events: none;
}

/* Subtle bottom gold line */
.stats-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold-line);
  opacity: .22;
}

.stats-inner {
  position: relative;
  z-index: 1;
  width: min(92%, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: stretch;
}

.stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 46px 24px;
  text-align: center;
  position: relative;
  transition: background .28s;
}

/* Separator lines between stats */
.stat::after {
  content: '';
  position: absolute;
  right: 0;
  top: 22%;
  height: 56%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.09), transparent);
}

.stat:last-child::after { display: none; }
.stat:hover { background: rgba(255,255,255,.03); }

.stat strong {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -.01em;
  text-shadow: 0 2px 24px rgba(92,192,218,.22);
}

.stat span {
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: rgba(92,192,218,.38);
}

.stat-sep { display: none; }


/* ────────────────────────────────────────────────────────────────────────────
   §13  ABOUT / HOTEL SECTION
──────────────────────────────────────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Image mosaic layout */
.img-mosaic {
  display: flex;
  gap: 12px;
  height: 560px;
}

.img-main {
  position: relative;
  flex: 1.4;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--s3);
}

/* Light vignette on main image */
.img-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, transparent 50%, rgba(2,15,24,.22));
  pointer-events: none;
}

.img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .92s var(--ease);
}

.img-main:hover img { transform: scale(1.05); }

/* "Dal 2005" tag badge */
.img-tag {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(2,15,24,.80);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.14);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--foam);
  box-shadow: 0 2px 14px rgba(0,0,0,.3);
}

.img-side {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.img-sm {
  flex: 1;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--s2);
}

.img-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}

.img-sm:hover img { transform: scale(1.07); }

/* Text column */
.about-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-paras {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-paras p {
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.96;
}

.about-paras strong { color: var(--text-2); }

/* Info rows — address / phone / email / WhatsApp */
.info-list {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--s1);
  margin-top: 6px;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  background: var(--white);
  border-bottom: 1px solid var(--line-l);
  color: inherit;
  transition:
    background   .22s,
    padding-left .22s var(--ease);
}

.info-row:last-child { border-bottom: none; }

.info-row:hover {
  background: var(--pale);
  padding-left: 22px;
}

.info-row.info-wa:hover { background: var(--green-bg); }

.info-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--sky);
  display: grid;
  place-items: center;
  font-size: .95rem;
  flex-shrink: 0;
  box-shadow: var(--s0);
  transition: box-shadow .22s;
}

.info-row:hover .info-icon { box-shadow: var(--s1); }

.info-body { flex: 1; min-width: 0; }

.info-body strong {
  display: block;
  font-size: .53rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 2px;
}

.info-body span {
  font-size: .86rem;
  color: var(--text);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-arr {
  opacity: .22;
  flex-shrink: 0;
  transition: opacity .22s, transform .22s var(--ease);
}

.info-row:hover .info-arr {
  opacity: .6;
  transform: translate(3px,-3px);
}


/* ────────────────────────────────────────────────────────────────────────────
   §14  ROOMS SECTION
──────────────────────────────────────────────────────────────────────────── */
.room-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  border-radius: calc(var(--r) + 4px);
  overflow: hidden;
  box-shadow: var(--s4);
  border: 1px solid var(--line-l);
  background: var(--white);
  transition: box-shadow .45s var(--ease);
}

.room-card:hover { box-shadow: var(--s5); }

/* Photo side */
.room-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.room-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .92s var(--ease);
}

.room-card:hover .room-img-wrap img { transform: scale(1.06); }

.room-img-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,  rgba(2,15,24,.78) 0%, transparent 55%),
    linear-gradient(to right, rgba(2,15,24,.12) 0%, transparent 40%);
  pointer-events: none;
}

.room-badges {
  position: absolute;
  bottom: 22px;
  left: 22px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  z-index: 1;
}

.room-badges span {
  padding: 7px 15px;
  border-radius: 999px;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(2,15,24,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 2px 14px rgba(0,0,0,.2);
}

/* Body side */
.room-body {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  background: linear-gradient(170deg, var(--white) 0%, var(--cream) 100%);
}

.room-body h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--text);
  line-height: 1.0;
}

.room-body > p {
  font-size: .94rem;
  color: var(--muted);
  line-height: 1.96;
  max-width: 440px;
}

/* Feature 2-col grid */
.room-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  padding: 22px;
  background: var(--pale);
  border-radius: var(--r-sm);
  border: 1px solid var(--line-xl);
  box-shadow: inset 0 1px 4px rgba(2,15,24,.04);
}

.feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feat-icon {
  font-size: 1.08rem;
  flex-shrink: 0;
  margin-top: 2px;
  width: 24px;
  text-align: center;
  line-height: 1;
}

.feat strong {
  display: block;
  font-size: .79rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 2px;
}

.feat span {
  font-size: .71rem;
  color: var(--muted);
  line-height: 1.44;
}

/* Tag chips */
.room-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.room-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: .67rem;
  font-weight: 600;
  background: var(--sky);
  color: var(--ocean);
  border: 1px solid var(--haze);
  letter-spacing: .04em;
  transition: background .22s, border-color .22s;
}

.room-tags span:hover {
  background: var(--haze);
  border-color: var(--mist);
}


/* ────────────────────────────────────────────────────────────────────────────
   §15  SERVICES GRID
──────────────────────────────────────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.svc-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line-l);
  border-radius: var(--r);
  padding: 34px 22px 30px;
  text-align: center;
  box-shadow: var(--s1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  transition:
    transform    .34s var(--spring),
    box-shadow   .34s,
    border-color .34s;
}

/* Top glow on hover */
.svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 78%;
  height: 2px;
  background: var(--sea-line);
  opacity: 0;
  transition: opacity .34s;
}

.svc-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--s3);
  border-color: rgba(20,88,112,.18);
}

.svc-card:hover::before { opacity: 1; }

.svc-ico {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 19px;
  background: linear-gradient(148deg, var(--sky), var(--pale));
  font-size: 1.55rem;
  flex-shrink: 0;
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.95),
    0 4px 16px rgba(20,88,112,.09);
  transition:
    transform .34s var(--spring),
    rotate    .34s var(--spring),
    box-shadow .3s;
}

.svc-card:hover .svc-ico {
  transform: scale(1.13);
  rotate: -8deg;
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.95),
    0 10px 28px rgba(20,88,112,.18);
}

.svc-card h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: .96rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--text);
  line-height: 1.32;
}

.svc-card p {
  font-size: .81rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 175px;
}


/* ────────────────────────────────────────────────────────────────────────────
   §16  GALLERY
──────────────────────────────────────────────────────────────────────────── */
.gal-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-self: flex-end;
}

.gf {
  padding: 8px 18px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  border: 1.5px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition:
    background   .24s var(--ease),
    border-color .24s,
    color        .24s,
    transform    .24s var(--spring),
    box-shadow   .24s;
  touch-action: manipulation;
}

.gf:hover {
  transform: translateY(-2px);
  border-color: var(--soft);
  color: var(--text);
}

.gf.active {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
  box-shadow: 0 4px 18px rgba(9,28,42,.22);
  transform: none;
}

/* Masonry grid */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 218px;
  gap: 10px;
}

.gi {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-sm);
  cursor: pointer;
  background: var(--navy);
  transition:
    opacity   .44s var(--ease),
    transform .44s var(--ease);
}

.gi.span2  { grid-column: span 2; }
.gi.tall   { grid-row:    span 2; }

.gi.hidden {
  opacity: 0;
  transform: scale(.92);
  pointer-events: none;
}

.gi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform .7s var(--ease),
    filter    .4s;
}

.gi:hover img {
  transform: scale(1.10);
  filter: brightness(1.06) saturate(1.08);
}

/* Hover veil */
.gi::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2,15,24,.70), transparent 56%);
  opacity: 0;
  transition: opacity .32s;
  pointer-events: none;
}

.gi:hover::after { opacity: 1; }

/* Zoom "+" button */
.gi-zoom {
  position: absolute;
  bottom: 13px;
  left: 13px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.72) translateY(5px);
  transition:
    opacity   .28s var(--ease),
    transform .28s var(--spring),
    background .2s;
}

.gi:hover .gi-zoom {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.gi-zoom:hover { background: rgba(255,255,255,.28); }


/* ────────────────────────────────────────────────────────────────────────────
   §17  LIGHTBOX
──────────────────────────────────────────────────────────────────────────── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9500;
  background: rgba(1,7,14,.97);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s var(--ease);
  touch-action: pan-y;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

#lbImg {
  max-width: min(90vw, 1100px);
  max-height: 86vh;
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.07),
    var(--s5);
  transform: scale(.88);
  opacity: 0;
  transition:
    transform .44s var(--spring),
    opacity   .28s var(--ease);
  object-fit: contain;
}

.lightbox.open #lbImg {
  transform: scale(1);
  opacity: 1;
}

.lb-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background .22s, rotate .32s var(--spring);
}

.lb-close:hover { background: rgba(255,255,255,.18); rotate: 90deg; }

.lb-prev, .lb-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background .22s, scale .28s var(--spring);
}

.lb-prev:hover, .lb-next:hover {
  background: rgba(255,255,255,.18);
  scale: 1.1;
}

.lb-prev { left: 20px; }
.lb-next { right: 20px; }

.lb-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .24em;
  color: rgba(255,255,255,.32);
}


/* ────────────────────────────────────────────────────────────────────────────
   §18  REVIEWS SECTION
──────────────────────────────────────────────────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.review-card {
  position: relative;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  transition:
    background .32s,
    transform  .34s var(--spring),
    border-color .32s;
}

/* Decorative large quote mark */
.review-card::before {
  content: '"';
  position: absolute;
  top: 6px;
  right: 22px;
  font-family: 'Libre Baskerville', serif;
  font-size: 8rem;
  line-height: 1;
  color: rgba(255,255,255,.038);
  pointer-events: none;
  user-select: none;
}

.review-card:hover {
  background: rgba(255,255,255,.08);
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.12);
}

.rev-stars {
  display: flex;
  gap: 3px;
  color: var(--gold-l);
  font-size: .98rem;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(216,168,60,.42);
}

.review-card > p {
  font-size: .9rem;
  color: rgba(255,255,255,.58);
  line-height: 1.9;
  font-style: italic;
  flex: 1;
}

.review-card > p::before { content: '\201C'; }
.review-card > p::after  { content: '\201D'; }

.review-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 16px;
}

.rev-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ocean), var(--sea), var(--tide));
  display: grid;
  place-items: center;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 3px 14px rgba(2,15,24,.32);
}

.rev-name {
  display: block;
  font-style: normal;
  font-size: .86rem;
  font-weight: 600;
  color: rgba(255,255,255,.82);
  margin-bottom: 2px;
}

.review-card footer > div span {
  font-size: .7rem;
  color: rgba(255,255,255,.34);
  letter-spacing: .04em;
}


/* ────────────────────────────────────────────────────────────────────────────
   §19  CTA BAND
──────────────────────────────────────────────────────────────────────────── */
.cta-band {
  position: relative;
  overflow: hidden;
  padding-block: 120px;
}

.cta-band-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
}

.cta-band-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(148deg,
      rgba(2,10,18,.98) 0%,
      rgba(10,44,64,.92) 58%,
      rgba(7,32,48,.96) 100%
    );
}

/* Glowing orb decoration */
.cta-band::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,136,172,.09), transparent 66%);
  pointer-events: none;
  z-index: 1;
}

.cta-band-content {
  position: relative;
  z-index: 2;
  width: min(92%, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 56px;
}

.cta-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  min-width: 200px;
}

.cta-btns > * { justify-content: center; }


/* ────────────────────────────────────────────────────────────────────────────
   §20  CONTACT SECTION
──────────────────────────────────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 48px;
  align-items: start;
}

.contact-cards {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--s2);
  margin-bottom: 16px;
}

.cc {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  border-bottom: 1px solid var(--line-l);
  padding: 14px 16px;
  color: inherit;
  transition:
    background   .22s,
    padding-left .22s var(--ease);
}

.cc:last-child { border-bottom: none; }

.cc:hover {
  background: var(--pale);
  padding-left: 22px;
}

.cc.cc-green:hover { background: var(--green-bg); }

.cc-ico {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--sky);
  display: grid;
  place-items: center;
  font-size: .96rem;
  flex-shrink: 0;
  box-shadow: var(--s0);
  transition: box-shadow .22s, background .22s;
}

.cc:hover .cc-ico {
  background: var(--haze);
  box-shadow: var(--s1);
}

.cc > div { flex: 1; min-width: 0; }

.cc strong {
  display: block;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 2px;
}

.cc span {
  font-size: .86rem;
  color: var(--text);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* "How to book" box */
.how-to-book {
  background: linear-gradient(158deg, var(--sky) 0%, var(--pale) 100%);
  border: 1px solid rgba(20,88,112,.14);
  border-radius: var(--r);
  padding: 26px;
  box-shadow: var(--s1);
  position: relative;
  overflow: hidden;
}

.how-to-book::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2.5px;
  background: var(--sea-line);
}

.how-to-book h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.08rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--text);
  margin-bottom: 10px;
}

.how-to-book p {
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.88;
}

/* Map container */
.map-wrap {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--s4);
  border: 1px solid var(--line);
  height: 510px;
  position: relative;
}

/* Gold top accent on map */
.map-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-gold);
  z-index: 1;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/* ────────────────────────────────────────────────────────────────────────────
   §21  FOOTER
──────────────────────────────────────────────────────────────────────────── */
footer {
  background: var(--abyss);
  padding: 76px 0 34px;
  position: relative;
  overflow: hidden;
}

/* Ambient ocean glow */
footer::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  translate: -50% 0;
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(20,88,112,.12), transparent 66%);
  pointer-events: none;
}

/* Horizontal gold line at very top */
footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-line);
  opacity: .3;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  margin-bottom: 26px;
  width: min(92%, var(--max));
  margin-inline: auto;
}

/* Brand column */
.footer-brand { display: flex; flex-direction: column; gap: 5px; }

.ftr-name {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #fff;
  display: block;
}

.ftr-sub {
  font-size: .5rem;
  font-weight: 500;
  letter-spacing: .50em;
  text-transform: uppercase;
  color: rgba(92,192,218,.28);
  display: block;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: .84rem;
  line-height: 1.84;
  max-width: 270px;
  color: rgba(255,255,255,.38);
}

/* Social icons row */
.ftr-socials {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.ftr-socials a {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.36);
  font-size: 1rem;
  transition:
    background   .22s,
    color        .22s,
    border-color .22s,
    transform    .22s var(--spring);
}

.ftr-socials a:hover {
  background: rgba(255,255,255,.10);
  color: #fff;
  border-color: rgba(255,255,255,.18);
  transform: translateY(-3px);
}

/* Navigation columns */
.footer-col h5 {
  font-size: .54rem;
  font-weight: 700;
  letter-spacing: .46em;
  text-transform: uppercase;
  color: var(--gold-l);
  margin-bottom: 20px;
}

.footer-col ul { display: flex; flex-direction: column; gap: 11px; }

.footer-col li {
  font-size: .84rem;
  color: rgba(255,255,255,.34);
}

.footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s, padding-left .2s var(--ease);
}

.footer-col a::before {
  content: '–';
  opacity: 0;
  font-size: .7rem;
  transform: translateX(-6px);
  transition: opacity .2s, transform .2s var(--ease);
}

.footer-col a:hover {
  color: rgba(255,255,255,.78);
  padding-left: 7px;
}

.footer-col a:hover::before {
  opacity: .4;
  transform: none;
}

/* Bottom copyright bar */
.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: .7rem;
  color: rgba(255,255,255,.20);
  width: min(92%, var(--max));
  margin-inline: auto;
}

.footer-bottom strong {
  color: rgba(255,255,255,.44);
  font-weight: 600;
}


/* ────────────────────────────────────────────────────────────────────────────
   §22  WHATSAPP FLOAT
──────────────────────────────────────────────────────────────────────────── */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 700;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, var(--green-dk));
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.22),
    var(--s-wa);
  transition:
    transform   .28s var(--spring),
    box-shadow  .28s;
}

.wa-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,.28),
    0 18px 48px rgba(34,197,94,.62);
}

.wa-float svg { flex-shrink: 0; }

/* Pulse ring behind WA button */
.wa-float::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  border: 2px solid rgba(34,197,94,.44);
  animation: pulseRing 2.8s ease-out infinite;
}


/* ────────────────────────────────────────────────────────────────────────────
   §23  KEYFRAME ANIMATIONS
──────────────────────────────────────────────────────────────────────────── */
@keyframes dotPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 10px var(--tide-lt);
  }
  50% {
    opacity: .12;
    transform: scale(.44);
    box-shadow: 0 0 0 transparent;
  }
}

@keyframes waveFloat {
  0%, 100% { transform: translateY(0)    rotate(0deg); }
  33%       { transform: translateY(-10px) rotate(.6deg); }
  66%       { transform: translateY(-6px)  rotate(-.4deg); }
}

@keyframes shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position:  600px 0; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(.9); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes pulseRing {
  0%   { transform: scale(1);   opacity: .55; }
  70%  { transform: scale(1.6); opacity: .1; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: none; }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/* ────────────────────────────────────────────────────────────────────────────
   §24  UTILITY CLASSES
──────────────────────────────────────────────────────────────────────────── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.text-center { text-align: center; }
.text-right  { text-align: right; }

/* Skeleton loading shimmer */
.skeleton {
  background: linear-gradient(90deg,
    var(--line-xl) 0%,
    var(--line-l)  40%,
    var(--line-xl) 80%
  );
  background-size: 1200px 100%;
  animation: shimmer 1.8s infinite linear;
  border-radius: var(--r-xs);
}

/* Separator star ornament */
.ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-l);
  font-size: .55rem;
  letter-spacing: .5em;
}

.ornament::before,
.ornament::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-l), transparent);
  opacity: .5;
}

/* Aspect ratio boxes */
.ratio-16-9  { aspect-ratio: 16/9; }
.ratio-4-3   { aspect-ratio: 4/3; }
.ratio-square{ aspect-ratio: 1; }


/* ────────────────────────────────────────────────────────────────────────────
   §25  RESPONSIVE — max-width: 1200px (large tablet)
──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  :root {
    --nav-h:  76px;
    --sp-2xl: 88px;
  }

  .desk-nav { gap: 18px; }
  .desk-nav a { font-size: .65rem; }

  .about-grid  { gap: 52px; }
  .img-mosaic  { height: 460px; }

  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid { gap: 38px; }
}


/* ────────────────────────────────────────────────────────────────────────────
   §26  RESPONSIVE — max-width: 980px (tablet)
──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  :root {
    --nav-h:  70px;
    --sp-2xl: 76px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .img-mosaic { height: 320px; }

  .room-card  {
    grid-template-columns: 1fr;
  }

  .room-img-wrap { min-height: 380px; }
  .room-body     { padding: 40px 36px; }

  .services-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }

  .gal-grid { grid-template-columns: repeat(3, 1fr); }
  .gi.tall  { grid-row: auto; }

  .cta-band-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cta-btns {
    flex-direction: row;
    min-width: 0;
  }

  .cta-btns > * { flex: 1; }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-wrap { height: 360px; }

  /* Stats wrap */
  .stats-inner { flex-wrap: wrap; }
  .stat        { flex: 0 0 50%; }
  .stat:nth-child(2)::after { display: none; }

  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-brand { grid-column: span 2; }
}


/* ────────────────────────────────────────────────────────────────────────────
   §27  RESPONSIVE — max-width: 820px (mobile breakpoint)
──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 820px) {
  :root {
    --nav-h:  64px;
    --sp-2xl: 68px;
  }

  /* Hide desktop nav and show burger */
  .desk-nav { display: none; }
  .book-btn  { display: none; }
  .burger    { display: flex; }

  /* Hide slide arrows on mobile */
  .slide-prev,
  .slide-next { display: none; }

  /* Make hero shorter on tablets */
  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding-bottom: 88px;
  }

  .section { padding-block: 68px; }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .section-head.center { align-items: center; }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gal-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
  }

  .gi.span2 { grid-column: auto; }
  .gi:first-child { grid-column: span 2; }
  .gi.tall  { grid-row: auto; }

  .cta-btns { flex-direction: column; }
  .cta-btns > * { width: 100%; }
  .cta-band { padding-block: 88px; }

  .reviews-grid { grid-template-columns: 1fr; }

  .footer-grid  {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-brand { grid-column: auto; }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  /* WhatsApp float — icon only */
  .wa-float span { display: none; }
  .wa-float {
    padding: 14px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}


/* ────────────────────────────────────────────────────────────────────────────
   §28  RESPONSIVE — max-width: 640px (mobile)
──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  :root {
    --nav-h:  60px;
    --sp-2xl: 58px;
    --r:      16px;
    --r-sm:   10px;
  }

  /* Typography scale down */
  .section-title {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }

  .section-sub {
    font-size: .9rem;
  }

  .section { padding-block: 58px; }

  /* Hero */
  .hero { min-height: 520px; }

  .hero-title {
    font-size: clamp(2.8rem, 11vw, 4.2rem);
  }

  .hero-desc {
    font-size: .88rem;
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn-gold,
  .hero-actions .btn-outline-w,
  .hero-actions .btn-ghost-w {
    width: 100%;
    justify-content: center;
  }

  .hero-pills .divider { display: none; }
  .hero-pills > span   { padding: 0 8px; }

  .hero-label {
    font-size: .58rem;
    letter-spacing: .24em;
    padding: 6px 14px;
  }

  .hero-wave svg { height: 50px; }

  .slide-dots { bottom: 40px; }

  /* Logo sub hidden on small screens */
  .logo-sub { display: none; }

  /* About */
  .img-mosaic { height: 240px; }
  .img-side   { display: none; }
  .img-main   { flex: 1; }

  /* Rooms */
  .room-img-wrap { min-height: 260px; }

  .room-body { padding: 28px 22px; }

  .room-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .room-body h3 {
    font-size: 1.8rem;
  }

  .room-body > p { font-size: .88rem; }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .svc-card {
    padding: 26px 16px 22px;
  }

  .svc-ico {
    width: 56px;
    height: 56px;
  }

  /* Gallery */
  .gal-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 145px;
  }

  .gal-filters { gap: 6px; }
  .gf { padding: 7px 14px; font-size: .64rem; }

  /* Stats — single column */
  .stats-inner { flex-direction: column; }
  .stat {
    flex: auto;
    width: 100%;
    padding: 28px 20px;
    border-bottom: 1px solid rgba(255,255,255,.05);
  }
  .stat:last-child { border-bottom: none; }
  .stat::after { display: none; }

  /* Map */
  .map-wrap { height: 280px; }

  /* Reviews */
  .review-card { padding: 26px 22px; }
  .review-card::before { font-size: 5.5rem; }

  /* CTA band */
  .cta-band { padding-block: 72px; }
  .cta-band-content { gap: 22px; }

  /* Footer */
  .footer-grid { gap: 20px; }

  .ftr-name { font-size: 1.4rem; }

  /* Lightbox prev/next closer to edges */
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
}


/* ────────────────────────────────────────────────────────────────────────────
   §29  RESPONSIVE — max-width: 480px (small phones)
──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  :root {
    --nav-h:  58px;
    --sp-2xl: 50px;
    --r:      14px;
  }

  /* Hero even more compact */
  .hero { min-height: 480px; }

  .hero-title {
    font-size: clamp(2.4rem, 12vw, 3.2rem);
    margin-bottom: 18px;
  }

  .hero-content { padding-bottom: 76px; }

  /* Single column services */
  .services-grid { grid-template-columns: 1fr; }

  .svc-card {
    flex-direction: row;
    text-align: left;
    padding: 18px 18px;
    gap: 16px;
  }

  .svc-card::before { display: none; }

  .svc-ico {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 15px;
  }

  .svc-card .text-block { flex: 1; }

  .svc-card h4 { margin-bottom: 4px; font-size: .9rem; }
  .svc-card p  { max-width: none; font-size: .78rem; }

  /* Gallery single col */
  .gal-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .gi:first-child { grid-column: auto; }

  /* Room card compact */
  .room-img-wrap { min-height: 220px; }
  .room-body     { padding: 22px 18px; gap: 16px; }
  .room-features { padding: 14px; gap: 11px; }
  .room-tags     { gap: 6px; }

  /* Review card compact */
  .review-card { padding: 20px 18px; }

  /* Map shorter */
  .map-wrap { height: 240px; }

  /* CTA band tighter */
  .cta-band { padding-block: 58px; }

  /* Info rows compact */
  .info-row  { padding: 11px 14px; }
  .info-icon { width: 36px; height: 36px; font-size: .84rem; }

  /* Mobile menu wider */
  .mob-menu { width: min(320px, 92vw); }

  .mob-nav a { font-size: 1.55rem; padding: 10px 0; }
}


/* ────────────────────────────────────────────────────────────────────────────
   §30  RESPONSIVE — max-width: 380px (very small phones)
──────────────────────────────────────────────────────────────────────────── */
@media (max-width: 380px) {
  :root { --sp-2xl: 44px; }

  .hero-title { font-size: 2.2rem; }
  .hero-label { letter-spacing: .18em; font-size: .56rem; }
  .hero-desc  { font-size: .84rem; }

  .section-title { font-size: 1.78rem; }

  .room-body h3  { font-size: 1.6rem; }

  .about-grid    { gap: 26px; }
  .img-mosaic    { height: 200px; }

  .footer-grid   { gap: 18px; }

  .stats-inner   { gap: 0; }
  .stat strong   { font-size: 2.8rem; }

  .gal-filters   { gap: 5px; }
  .gf            { padding: 6px 11px; font-size: .6rem; }

  .how-to-book   { padding: 18px; }

  .section       { padding-block: 44px; }

  /* WA float on very small screens */
  .wa-float      { bottom: 14px; right: 14px; }
}


/* ────────────────────────────────────────────────────────────────────────────
   §31  TOUCH & HOVER OPTIMIZATIONS
──────────────────────────────────────────────────────────────────────────── */

/* On touch devices, remove hover effects that don't make sense */
@media (hover: none) and (pointer: coarse) {

  /* Remove persistent hover states that can get stuck on tap */
  .svc-card:hover    { transform: none; box-shadow: var(--s1); }
  .review-card:hover { transform: none; }
  .img-main:hover img,
  .img-sm:hover img  { transform: none; }
  .room-img-wrap img { transform: none !important; }
  .info-row:hover    { padding-left: 16px; }
  .cc:hover          { padding-left: 16px; }

  /* Keep tap visual feedback via active state */
  .btn-gold:active     { transform: scale(.97); }
  .btn-outline-w:active { transform: scale(.97); }
  .btn-ghost-w:active   { transform: scale(.97); }

  /* Bigger tap targets */
  .gf          { min-height: 44px; }
  .dot         { min-height: 24px; min-width: 24px; }
  .slide-prev,
  .slide-next  { min-width: 48px; min-height: 48px; }

  .mob-nav a   { min-height: 56px; }
  .mob-call,
  .mob-wa      { min-height: 52px; }

  /* Remove decorative gallery zoom button on touch */
  .gi-zoom { display: none; }

  /* Keep gallery hover veil always slightly visible on touch */
  .gi::after { opacity: .25; }
}


/* ────────────────────────────────────────────────────────────────────────────
   §32  REDUCED MOTION
──────────────────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-slide {
    transition: opacity .2s !important;
    transform: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .mob-menu.open .mob-nav a {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ────────────────────────────────────────────────────────────────────────────
   §33  DARK MODE HINT (if system is dark, enhance slightly)
──────────────────────────────────────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
  /* Increase shadow contrast for cards on dark ambient */
  .svc-card  { box-shadow: var(--s2); }
  .room-card { box-shadow: var(--s5); }
}


/* ────────────────────────────────────────────────────────────────────────────
   §34  PRINT STYLES
──────────────────────────────────────────────────────────────────────────── */
@media print {

  #preloader,
  #hdr,
  .mob-menu,
  .mob-overlay,
  .slide-prev,
  .slide-next,
  .slide-dots,
  .wa-float,
  .lightbox,
  .gal-filters,
  .hero-actions,
  .cta-band,
  .cta-btns { display: none !important; }

  body {
    font-size: 11pt;
    color: #000;
    background: #fff;
    line-height: 1.6;
  }

  .section { padding-block: 20pt; }

  .hero {
    height: auto;
    min-height: 0;
    background: #000;
    page-break-after: avoid;
  }

  .hero-slides,
  .hero-overlay,
  .hero-grain { display: none; }

  .hero-content {
    position: static;
    padding: 20pt 0;
    color: #000;
  }

  .hero-title,
  .hero-title em { color: #000; text-shadow: none; }
  .hero-desc     { color: #333; }
  .hero-pills    { color: #555; }
  .hero-label    { border: 1px solid #ccc; color: #333; background: none; }
  .label-dot     { background: #999; animation: none; box-shadow: none; }

  /* Force single column layouts */
  .about-grid,
  .contact-grid  { grid-template-columns: 1fr; }

  .room-card     { grid-template-columns: 1fr; }
  .room-img-wrap { min-height: 0; height: 200pt; }

  .services-grid { grid-template-columns: repeat(4, 1fr); }

  .reviews-grid  { grid-template-columns: 1fr; }

  .footer-grid   { grid-template-columns: 1fr; }

  /* Remove shadows for print */
  * { box-shadow: none !important; text-shadow: none !important; }

  a { text-decoration: underline; color: #000; }
  a[href^="http"]::after  { content: " (" attr(href) ")"; font-size: .8em; color: #555; }
  a[href^="tel"]::after   { content: " (" attr(href) ")"; font-size: .8em; color: #555; }
  a[href^="mailto"]::after { content: " (" attr(href) ")"; font-size: .8em; }

  /* Page breaks */
  #hotel,
  #rooms,
  #services,
  #contact  { page-break-before: always; }

  .review-card  { background: #f8f8f8; border: 1px solid #ddd; }
  .review-card::before { display: none; }
  .review-card > p { color: #444; font-style: normal; }
  .review-card > p::before,
  .review-card > p::after  { content: ''; }

  .rev-avatar { background: #ccc; color: #000; }
  .rev-stars  { color: #999; text-shadow: none; }

  .info-row,
  .cc { background: #f8f8f8; padding-left: 16px; }
  .info-row:hover,
  .cc:hover { background: #f8f8f8; padding-left: 16px; }

  .stats-bar { background: #1a3a50; color: #fff; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .stat strong { color: #fff; }
  .stat span   { color: rgba(255,255,255,.6); }
}