/* =========================================================
   Sky Hotel Emali — Premium 4-Star Theme
   Palette: Charcoal/Deep Navy + Gold/Warm Orange
   ========================================================= */

:root {
  --bg-1: #0b0f17;
  --bg-2: #111826;
  --bg-3: #1a2333;
  --line: #2a3550;
  --text: #e8eaf0;
  --muted: #a4adc2;
  --gold-1: #d4a857;
  --gold-2: #f0d181;
  --gold-3: #b88a3c;
  --warm: #e8a85a;
  --danger: #e36464;
  --ok: #6cd296;
  --shadow-1: 0 14px 40px rgba(0,0,0,.45);
  --shadow-2: 0 24px 80px rgba(0,0,0,.55);
  --radius: 14px;
  --radius-sm: 8px;
  --container: 1240px;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: 'Poppins', 'Open Sans', -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg-1);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', 'Poppins', serif;
  font-weight: 700;
  letter-spacing: .2px;
  color: #fff;
  margin: 0 0 .6em;
}

h1 { font-size: clamp(2.2rem, 4.4vw, 3.8rem); line-height: 1.12; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; }
h3 { font-size: 1.4rem; }
p  { color: var(--muted); }

a { color: var(--gold-2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-1); }

img { max-width: 100%; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.section { padding: 90px 0; position: relative; }
.section-tight { padding: 60px 0; }

.eyebrow {
  display: inline-block;
  color: var(--gold-1);
  font-size: .8rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

.section-title { text-align: center; margin-bottom: 14px; }
.section-sub { text-align: center; max-width: 720px; margin: 0 auto 56px; color: var(--muted); }

.divider-gold {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold-1), var(--gold-2));
  margin: 0 auto 28px;
  border-radius: 3px;
}

/* ------- BUTTONS ------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .25s ease, background .25s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  color: #1a1305;
  box-shadow: 0 10px 24px rgba(212,168,87,.25);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(212,168,87,.4); color:#1a1305; }

.btn-outline {
  background: transparent; color: var(--gold-2);
  border-color: var(--gold-1);
}
.btn-outline:hover { background: var(--gold-1); color: #1a1305; }

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

.btn-sm { padding: 10px 18px; font-size: .85rem; }
.btn-block { display: flex; width: 100%; }

/* ------- TOP BAR + NAV ------- */
.topbar {
  background: var(--bg-2);
  font-size: .82rem;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.topbar .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 8px; padding-bottom: 8px; gap: 16px; flex-wrap: wrap;
}
.topbar a { color: var(--muted); }
.topbar a:hover { color: var(--gold-2); }
.topbar .tb-info span { margin-right: 22px; }
.topbar .tb-info i { color: var(--gold-1); margin-right: 6px; }

.nav-wrap {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11, 15, 23, .82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .25s;
}
.nav-wrap.is-scrolled { background: rgba(11,15,23,.96); }

.navbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  display: grid; place-items: center;
  color: #1a1305; font-weight: 800; font-family: 'Playfair Display', serif;
  box-shadow: 0 6px 16px rgba(212,168,87,.35);
}
.brand-logo {
  width: 56px; height: 56px;
  background: #fff; border-radius: 12px;
  display: grid; place-items: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.4);
  padding: 6px;
  flex-shrink: 0;
}
.brand-logo img {
  width: 100%; height: 100%; object-fit: contain; display: block;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { color: #fff; font-family: 'Playfair Display', serif; font-size: 1.15rem; letter-spacing: .5px; }
.brand-text small { color: var(--gold-2); font-size: .7rem; letter-spacing: 3px; text-transform: uppercase; }

.menu { display: flex; gap: 6px; align-items: center; list-style: none; padding: 0; margin: 0; }
.menu a {
  color: var(--text); font-size: .92rem; font-weight: 500;
  padding: 10px 14px; border-radius: 6px; position: relative;
}
.menu a:hover { color: var(--gold-2); }
.menu a.active { color: var(--gold-2); }
.menu a.active::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: linear-gradient(90deg, var(--gold-1), var(--gold-2)); border-radius: 2px;
}

.nav-cta { display: flex; gap: 10px; align-items: center; }

.menu-toggle {
  display: none; background: none; border: 0; color: #fff;
  font-size: 1.6rem; cursor: pointer; padding: 6px 10px;
}

/* ------- HERO ------- */
.hero {
  position: relative; min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden; isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background: url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?w=2000&q=85') center/cover no-repeat;
  transform: scale(1.05);
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(135deg, rgba(11,15,23,.88) 0%, rgba(11,15,23,.55) 60%, rgba(11,15,23,.85) 100%);
}
.hero-inner { padding: 120px 0; max-width: 760px; }
.hero h1 { color: #fff; }
.hero h1 .accent {
  background: linear-gradient(120deg, var(--gold-1), var(--gold-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { font-size: 1.15rem; color: #e0e3ee; max-width: 560px; margin: 18px 0 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; margin-top: 50px; max-width: 700px;
}
.hero-stat {
  border-left: 2px solid var(--gold-1);
  padding-left: 14px;
}
.hero-stat strong { display:block; font-family:'Playfair Display',serif; color:#fff; font-size:1.7rem; }
.hero-stat span { color: var(--muted); font-size:.8rem; letter-spacing:1px; text-transform: uppercase;}

/* ------- BOOKING WIDGET ------- */
.booking-widget {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-2);
  margin-top: -60px; position: relative; z-index: 5;
}
.booking-widget form {
  display: grid; grid-template-columns: repeat(5, 1fr) auto;
  gap: 14px; align-items: end;
}
.bw-field label {
  display:block; color: var(--gold-2); font-size:.72rem;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; font-weight:600;
}
.bw-field input, .bw-field select, .bw-field textarea {
  width:100%; padding: 12px 14px;
  background: var(--bg-3); color: #fff;
  border: 1px solid var(--line); border-radius: 8px;
  font-family: inherit; font-size: .95rem;
}
.bw-field input:focus, .bw-field select:focus, .bw-field textarea:focus {
  outline: none; border-color: var(--gold-1); box-shadow: 0 0 0 3px rgba(212,168,87,.2);
}

/* ------- CARDS ------- */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.room-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .35s, box-shadow .35s, border-color .35s;
  position: relative;
}
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); border-color: rgba(212,168,87,.4); }
.room-thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.room-thumb img { width: 100%; height:100%; object-fit: cover; transition: transform .8s; }
.room-card:hover .room-thumb img { transform: scale(1.08); }
.room-price-tag {
  position: absolute; top: 16px; right: 16px;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  color: #1a1305; font-weight: 700; font-size: .85rem;
  padding: 8px 14px; border-radius: 6px;
}
.room-body { padding: 22px 22px 24px; }
.room-body h3 { margin-bottom: 8px; }
.room-meta {
  display: flex; gap: 16px; color: var(--muted); font-size:.85rem;
  margin: 10px 0 14px; flex-wrap: wrap;
}
.room-meta i { color: var(--gold-1); margin-right: 4px; }
.room-amenity-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 18px; }
.amenity-pill {
  font-size: .72rem; padding: 4px 10px; background: rgba(212,168,87,.1);
  border: 1px solid rgba(212,168,87,.25); color: var(--gold-2); border-radius: 99px;
}
.room-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; }

/* ------- AMENITY GRID ------- */
.amenities-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.amenity-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: transform .25s, border-color .25s, background .25s;
}
.amenity-card:hover { transform: translateY(-4px); border-color: rgba(212,168,87,.4); background: var(--bg-3); }
.amenity-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(212,168,87,.15), rgba(240,209,129,.05));
  border: 1px solid rgba(212,168,87,.3);
  display: grid; place-items: center; margin: 0 auto 18px;
  color: var(--gold-2); font-size: 1.6rem;
}
.amenity-card h4 { margin: 0 0 6px; font-family: 'Poppins', sans-serif; color:#fff; font-size: 1rem; }
.amenity-card p { margin: 0; font-size: .88rem; }

/* ------- TESTIMONIALS ------- */
.testimonial {
  background: var(--bg-2); border:1px solid var(--line); border-radius: var(--radius);
  padding: 30px; position: relative;
}
.testimonial::before {
  content:'\201C'; position:absolute; top: -10px; left: 22px;
  font-family: 'Playfair Display', serif; font-size: 5rem; color: var(--gold-1); line-height:1;
}
.testimonial p { color: #d6dae6; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.test-avatar {
  width:44px;height:44px;border-radius:50%; background:linear-gradient(135deg,var(--gold-3),var(--gold-2));
  display:grid;place-items:center;color:#1a1305;font-weight:700;
}
.test-author strong { color:#fff; display:block; }
.test-author span { font-size:.8rem; color: var(--muted); }
.stars { color: var(--gold-2); margin-bottom: 8px; }

/* ------- ABOUT/STORY SPLIT ------- */
.split { display:grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.split-img {
  position: relative; aspect-ratio: 4/5; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-2);
}
.split-img img { width:100%;height:100%;object-fit:cover; }
.split-img::after {
  content:''; position:absolute; inset: 12px;
  border: 2px solid rgba(212,168,87,.6); border-radius: var(--radius);
  pointer-events: none;
}

/* ------- GALLERY ------- */
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.gallery-grid a {
  position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 1; display:block;
}
.gallery-grid img { width:100%;height:100%;object-fit:cover; transition: transform .6s; }
.gallery-grid a:hover img { transform: scale(1.1); }
.gallery-grid a::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,.6));
  opacity: 0; transition: opacity .3s;
}
.gallery-grid a:hover::after { opacity: 1; }

/* ------- CTA STRIP ------- */
.cta-strip {
  background: linear-gradient(135deg, rgba(212,168,87,.15), rgba(11,15,23,.95)),
              url('https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?w=2000&q=80') center/cover no-repeat;
  border-radius: var(--radius);
  padding: 60px;
  text-align: center;
  border: 1px solid rgba(212,168,87,.25);
}

/* ------- FORMS (general) ------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-row { margin-bottom: 18px; }
.form-row label {
  display:block; font-size:.78rem; letter-spacing:1.5px; text-transform:uppercase;
  color: var(--gold-2); margin-bottom: 6px; font-weight:600;
}
.form-row input, .form-row select, .form-row textarea {
  width:100%; padding: 13px 16px;
  background: var(--bg-3); color:#fff;
  border: 1px solid var(--line); border-radius: 8px;
  font-family: inherit; font-size: .95rem;
}
.form-row textarea { min-height: 120px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none; border-color: var(--gold-1); box-shadow: 0 0 0 3px rgba(212,168,87,.2);
}

.alert {
  padding: 14px 18px; border-radius: 10px; margin-bottom: 22px;
  border: 1px solid; font-size: .92rem;
}
.alert-success { background: rgba(108,210,150,.08); border-color: rgba(108,210,150,.35); color: #a6efc1; }
.alert-error   { background: rgba(227,100,100,.08); border-color: rgba(227,100,100,.35); color: #ffb3b3; }

/* ------- PAGE HEADER ------- */
.page-header {
  position: relative;
  padding: 130px 0 80px;
  background: url('https://images.unsplash.com/photo-1564501049412-61c2a3083791?w=2000&q=85') center/cover no-repeat;
  text-align: center; isolation: isolate;
}
.page-header::before {
  content:''; position:absolute; inset:0; z-index:-1;
  background: linear-gradient(180deg, rgba(11,15,23,.92), rgba(11,15,23,.7) 50%, rgba(11,15,23,.95));
}
.page-header h1 { color:#fff; margin-bottom: 8px; }
.breadcrumb { color: var(--muted); font-size:.85rem; }
.breadcrumb a { color: var(--gold-2); }
.breadcrumb span { margin: 0 8px; opacity:.6; }

/* ------- ROOM DETAIL ------- */
.room-detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; }
.detail-gallery { display:grid; gap: 10px; grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
.detail-gallery a:first-child { grid-column: span 2; grid-row: span 2; }
.detail-gallery a { overflow:hidden; border-radius: 10px; }
.detail-gallery img { width:100%; height:100%; object-fit:cover; transition: transform .6s; }
.detail-gallery a:hover img { transform: scale(1.06); }

.book-box {
  position: sticky; top: 110px;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-1);
}
.book-box .price-row {
  font-family: 'Playfair Display', serif;
  display: flex; align-items: baseline; gap: 8px; margin-bottom: 18px;
  padding-bottom: 18px; border-bottom: 1px solid var(--line);
}
.book-box .price-row strong { font-size: 2.2rem; color:#fff; }
.book-box .price-row span { color: var(--muted); font-family: 'Poppins', sans-serif; font-size:.9rem; }

.amenities-list { list-style:none; padding:0; margin: 0; columns: 2; column-gap: 24px; }
.amenities-list li { padding: 6px 0 6px 24px; position: relative; color: #d6dae6; font-size: .93rem; }
.amenities-list li::before {
  content: '✓'; position: absolute; left:0; color: var(--gold-2); font-weight:700;
}

/* ------- FOOTER ------- */
.footer {
  background: #07090f;
  border-top: 1px solid var(--line);
  padding: 70px 0 0; margin-top: 60px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px;
}
.footer h5 {
  color: #fff; font-family: 'Poppins', sans-serif; font-size: .95rem;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px;
}
.footer h5::after {
  content:''; display:block; width:32px; height:2px; background: var(--gold-1); margin-top: 8px;
}
.footer ul { list-style:none; padding:0; margin:0; }
.footer ul li { margin: 8px 0; }
.footer ul a { color: var(--muted); font-size: .9rem; }
.footer ul a:hover { color: var(--gold-2); }
.footer p { color: var(--muted); font-size: .9rem; }
.contact-line { display:flex; gap: 12px; align-items:flex-start; margin: 10px 0; color: var(--muted); font-size:.9rem; }
.contact-line i { color: var(--gold-2); margin-top: 4px; }
.socials { display:flex; gap: 10px; margin-top: 16px; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(212,168,87,.1); border: 1px solid rgba(212,168,87,.3);
  color: var(--gold-2); display: grid; place-items: center; transition: all .25s;
}
.socials a:hover { background: var(--gold-1); color: #1a1305; transform: translateY(-2px); }
.copyright {
  border-top: 1px solid var(--line);
  padding: 22px 0; text-align: center; color: var(--muted); font-size:.85rem;
}

/* ------- STICKY BOOK BUTTON (mobile) ------- */
.sticky-book {
  position: fixed; bottom: 22px; right: 22px; z-index: 90;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  color: #1a1305; font-weight: 700;
  padding: 14px 22px; border-radius: 99px; text-decoration: none;
  box-shadow: 0 14px 32px rgba(212,168,87,.45);
  display: inline-flex; gap: 8px; align-items: center;
  transition: transform .2s;
}
.sticky-book:hover { transform: translateY(-3px); color:#1a1305; }

.whatsapp-fab {
  position: fixed; bottom: 22px; left: 22px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; color:#fff; display: grid; place-items: center;
  font-size: 1.6rem; box-shadow: 0 12px 28px rgba(37,211,102,.45);
  transition: transform .2s;
}
.whatsapp-fab:hover { transform: scale(1.08); color:#fff; }

/* ------- PRELOADER ------- */
body.has-preloader { overflow: hidden; }
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: radial-gradient(ellipse at center, #111826 0%, #0b0f17 70%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 30px;
  opacity: 1; visibility: visible;
  transition: opacity .6s ease, visibility 0s linear .6s;
}
.preloader.is-hidden { opacity: 0; visibility: hidden; }

.preloader-stage {
  position: relative;
  width: 150px; height: 150px;
  display: grid; place-items: center;
}
.preloader-ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(212,168,87,.18);
  border-top-color: var(--gold-2);
  border-right-color: var(--gold-1);
  animation: preloader-spin 1.2s linear infinite;
}
.preloader-stage::after {
  content: ''; position: absolute; inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,168,87,.18) 0%, transparent 70%);
  animation: preloader-pulse 2.4s ease-in-out infinite;
  z-index: -1;
}
.preloader-logo {
  width: 110px; height: 110px;
  background: #fff;
  border-radius: 18px;
  display: grid; place-items: center;
  padding: 12px;
  box-shadow: 0 18px 38px rgba(0,0,0,.5), 0 0 0 1px rgba(212,168,87,.25);
  animation: preloader-float 2.4s ease-in-out infinite;
}
.preloader-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }

.preloader-brand {
  text-align: center; opacity: 0; animation: preloader-fadein .8s ease .2s forwards;
}
.preloader-brand strong {
  display: block; color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; letter-spacing: 1px;
  margin-bottom: 4px;
}
.preloader-brand span {
  display: block; color: var(--gold-2);
  font-size: .72rem; letter-spacing: 4px; text-transform: uppercase;
}

@keyframes preloader-spin { to { transform: rotate(360deg); } }
@keyframes preloader-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
@keyframes preloader-pulse {
  0%, 100% { opacity: .4; transform: scale(.95); }
  50%      { opacity: .9; transform: scale(1.08); }
}
@keyframes preloader-fadein { to { opacity: 1; } }

@media (max-width: 480px) {
  .preloader-stage { width: 130px; height: 130px; }
  .preloader-logo { width: 92px; height: 92px; padding: 10px; }
  .preloader-brand strong { font-size: 1.15rem; }
  .preloader-brand span { font-size: .65rem; letter-spacing: 3px; }
}

/* ------- ANIMATIONS ------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
.float { animation: float 4s ease-in-out infinite; }

/* ------- BOOKING SUMMARY ------- */
.summary-row {
  display:flex; justify-content: space-between; padding: 10px 0;
  border-bottom: 1px dashed var(--line); color: #d6dae6; font-size: .93rem;
}
.summary-total {
  display:flex; justify-content: space-between; padding: 16px 0 0;
  font-family: 'Playfair Display', serif; color:#fff; font-size: 1.4rem;
}
.summary-total .gold { color: var(--gold-2); }

/* ------- RESPONSIVE ------- */
@media (max-width: 1024px) {
  .container { padding: 0 20px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .amenities-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .booking-widget form { grid-template-columns: repeat(3, 1fr); }
  .room-detail { grid-template-columns: 1fr; gap: 36px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .book-box { position: static; }
}

@media (max-width: 720px) {
  html { -webkit-text-size-adjust: 100%; }
  body { font-size: 15px; }
  .container { padding: 0 16px; }

  /* Nav */
  .menu {
    position: fixed; top: 60px; left: 0; right: 0;
    max-height: calc(100vh - 60px); overflow-y: auto;
    background: var(--bg-2); flex-direction: column; padding: 8px 0;
    border-top: 1px solid var(--line); transform: translateY(-110%);
    transition: transform .3s; gap: 0; z-index: 99;
  }
  .menu.is-open { transform: translateY(0); }
  .menu li { width: 100%; }
  .menu a { display: block; padding: 14px 20px; border-radius: 0; }
  .menu a.active::after { display: none; }
  .menu-toggle { display: block; }
  .navbar { padding: 10px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-logo { width: 44px; height: 44px; padding: 4px; border-radius: 10px; }
  .brand-text strong { font-size: 1rem; }
  .brand-text small { font-size: .62rem; letter-spacing: 2px; }
  .nav-cta { gap: 6px; }
  .nav-cta .btn { padding: 8px 12px; font-size: .78rem; }
  .topbar { font-size: .72rem; padding: 4px 0; }
  .topbar .container { gap: 8px; padding-top: 4px; padding-bottom: 4px; }
  .topbar .tb-info { display: none; }

  /* Hero */
  .hero { min-height: 78vh; }
  .hero-inner { padding: 70px 0 60px; }
  .hero h1 { font-size: 2rem; line-height: 1.18; }
  .hero p.lead { font-size: 1rem; margin: 14px 0 24px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { padding: 12px 18px; font-size: .85rem; flex: 1 1 calc(50% - 10px); justify-content: center; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); margin-top: 32px; gap: 12px; }
  .hero-stat { padding-left: 10px; }
  .hero-stat strong { font-size: 1.3rem; }
  .hero-stat span { font-size: .68rem; }

  /* Page headers */
  .page-header { padding: 100px 0 48px; }
  h1 { font-size: 1.85rem; }
  h2 { font-size: 1.5rem; }

  /* Sections */
  .section { padding: 50px 0; }
  .section-tight { padding: 40px 0; }
  .section-sub { margin-bottom: 36px; font-size: .92rem; }

  /* Booking widget */
  .booking-widget { padding: 16px; margin-top: -28px; }
  .booking-widget form { grid-template-columns: 1fr 1fr; gap: 10px; }
  .booking-widget form > .bw-field:nth-child(5),
  .booking-widget form > button { grid-column: span 2; }
  .bw-field input, .bw-field select { padding: 11px 12px; font-size: .92rem; }
  .bw-field label { font-size: .66rem; letter-spacing: 1.5px; }

  /* Grids */
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; gap: 22px; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .amenity-card { padding: 22px 16px; }
  .amenity-icon { width: 54px; height: 54px; font-size: 1.3rem; margin-bottom: 12px; }
  .amenity-card h4 { font-size: .95rem; }
  .amenity-card p { font-size: .82rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }

  /* Cards */
  .room-card .room-body { padding: 18px 16px 20px; }
  .room-meta { gap: 12px; font-size: .8rem; }
  .room-amenity-pills .amenity-pill { font-size: .68rem; padding: 3px 8px; }
  .room-foot { flex-wrap: wrap; }
  .room-foot .btn { flex: 1 1 100%; justify-content: center; }

  /* Forms */
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-row input, .form-row select, .form-row textarea { padding: 12px 14px; font-size: .95rem; }

  /* Misc */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 30px; }
  .footer { padding: 50px 0 0; }
  .amenities-list { columns: 1; }
  .detail-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 130px; gap: 8px; }
  .detail-gallery a:first-child { grid-column: span 2; grid-row: span 1; }
  .cta-strip { padding: 32px 18px; }
  .cta-strip h2 { font-size: 1.4rem; }
  .cta-strip p { font-size: .9rem; }
  .cta-strip .btn { flex: 1 1 calc(50% - 8px); justify-content: center; }
  .testimonial { padding: 24px 20px; }

  /* Floating buttons - ensure they don't overlap CTAs */
  .sticky-book { bottom: 16px; right: 16px; padding: 12px 18px; font-size: .85rem; }
  .whatsapp-fab { bottom: 16px; left: 16px; width: 48px; height: 48px; font-size: 1.4rem; }

  /* Booking summary on mobile shouldn't be sticky */
  .book-box { position: static; padding: 22px; }
  .book-box .price-row strong { font-size: 1.7rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .topbar { display: none; }
  .nav-cta .btn { padding: 7px 11px; font-size: .72rem; }
  .nav-cta .btn i { display: none; }
  .hero h1 { font-size: 1.7rem; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .booking-widget form { grid-template-columns: 1fr; }
  .booking-widget form > .bw-field:nth-child(5),
  .booking-widget form > button { grid-column: auto; }
  .amenities-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .room-thumb { aspect-ratio: 16/10; }
  .page-header { padding: 90px 0 40px; }
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.3rem; }
  .section { padding: 40px 0; }
  .room-foot { gap: 8px; }
  .sticky-book span,
  .sticky-book { padding: 11px 16px; font-size: .8rem; }
  .menu a { padding: 13px 18px; font-size: .9rem; }
  .alert { font-size: .85rem; padding: 12px 14px; }
  .summary-row, .summary-total { font-size: .9rem; }
  .summary-total { font-size: 1.15rem; }
  .breadcrumb { font-size: .78rem; }
  .breadcrumb span { margin: 0 6px; }
}
