/* ================================================
   RUPAREL PALACIO — style.css
   ================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --red: #C0392B; --red-dark: #96281B; --red-light: #E74C3C;
  --dark: #1A1A1A; --charcoal: #2C2C2C; --white: #FFFFFF;
  --off-white: #F8F5F0; --border: rgba(192,57,43,0.25);
}
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body { font-family: 'Montserrat', sans-serif; background: var(--dark); color: var(--white); overflow-x: hidden; max-width: 100%; padding-top: 72px; }

/* TOPBAR */
.topbar { background: #0f0f0f; padding: 8px 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.05); width: 100%; overflow: hidden;position:fixed; top:0; left:0; right:0; z-index: 1001; }
.topbar-left { font-size: 0.7rem; letter-spacing: 1px; }
.topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-social { display: flex; gap: 14px; }
.topbar-social a { color: rgba(255,255,255,0.35); transition: color 0.2s; }
.topbar-social a:hover { color: var(--red-light); }
.topbar-phone { color: var(--red-light); font-size: 0.75rem; font-weight: 600; text-decoration: none; letter-spacing: 1px; }

/* NAV */
nav { position: fixed; top: 0px; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 3px solid var(--red); padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 72px; width: 100%; overflow: hidden; }
.nav-logo img { height: 46px; display: block; }
.nav-links { display: flex; list-style: none; }
.nav-links a { display: block; padding: 0 18px; line-height: 72px; color: var(--dark); text-decoration: none; font-size: 0.72rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; transition: all 0.2s; border-bottom: 3px solid transparent; margin-bottom: -3px; }
.nav-links a:hover { color: var(--red); border-bottom-color: var(--red); }
.nav-cta { background: var(--red); color: var(--white); padding: 11px 26px; border: none; cursor: pointer; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; font-family: 'Montserrat', sans-serif; transition: background 0.2s; }
.nav-cta:hover { background: var(--red-dark); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: rgba(255,255,255,0.98); border-bottom: 2px solid var(--red); z-index: 999; padding: 10px 0; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 13px 24px; color: var(--dark); text-decoration: none; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; border-bottom: 1px solid rgba(0,0,0,0.06); }
.mobile-menu a:hover { color: var(--red); }
.mob-cta { background: var(--red) !important; color: var(--white) !important; text-align: center; font-weight: 600 !important; border: none !important; margin: 10px 20px 4px; display: block; }

/* HERO */
.hero { position: relative; overflow: hidden; height: 100vh; min-height: 580px; display: flex; align-items: center; justify-content: center; text-align: center; background: #0a0a0a; }
/*.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.75) 100%); z-index: 0; }*/
.hero-overlay { display: none; }
.hero-content { position: relative; z-index: 1; padding: 0 20px; max-width: 800px; }
.hero-tag { display: inline-block; background: var(--red); color: var(--white); padding: 7px 22px; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 22px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.6rem, 7vw, 5.2rem); font-weight: 700; line-height: 1.1; margin-bottom: 16px; }
.hero-title span { color: var(--red-light); }
.hero-sub { font-size: 0.9rem; color: rgba(255,255,255,0.7); margin-bottom: 10px; letter-spacing: 1px; }
.hero-rera { font-size: 0.68rem; color: rgba(255,255,255,0.4); letter-spacing: 1px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--red); color: var(--white); padding: 14px 36px; border: none; cursor: pointer; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; font-family: 'Montserrat', sans-serif; transition: all 0.2s; }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { background: transparent; color: var(--white); padding: 14px 36px; border: 1px solid rgba(255,255,255,0.4); cursor: pointer; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; font-family: 'Montserrat', sans-serif; transition: all 0.2s; }
.btn-outline:hover { border-color: var(--red-light); color: var(--red-light); }

/* HERO BACKGROUND — desktop only */

.hero-bg {
  position: absolute; inset: 0;
  background-repeat: no-repeat;
  opacity: 1;
}
.hero-bg-desktop {
  background-image: url('../images/hero-bg.jpg');
  background-size: contain;
  background-position: center center;
  background-color: #0a0a0a;
}
.hero-bg-mobile {
  display: none;
}
/* OTP STYLES */
.otp-input-wrap { display: flex; gap: 8px; align-items: stretch; }
.otp-input-wrap input { flex: 1; }
.get-otp-btn { background: #C0392B; color: #fff; border: none; padding: 0 14px; cursor: pointer; font-size: 0.65rem; letter-spacing: 1px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; white-space: nowrap; transition: background 0.2s; flex-shrink: 0; }
.get-otp-btn:hover { background: #96281B; }
.get-otp-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.resend-otp-btn { background: transparent; color: #C0392B; border: 1px solid #C0392B; padding: 0 12px; cursor: pointer; font-size: 0.62rem; letter-spacing: 1px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 600; white-space: nowrap; transition: all 0.2s; flex-shrink: 0; }
.resend-otp-btn:hover { background: #C0392B; color: #fff; }
.otp-timer { font-size: 0.65rem; color: #777; margin-top: 4px; display: block; }
.otp-field { animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }


/* HIGHLIGHTS BAR */
.hl-bar { background: var(--red); display: grid; grid-template-columns: repeat(6,1fr); text-align: center; width: 100%; overflow: hidden; }
.hl-bar-item { padding: 22px 10px; border-right: 1px solid rgba(255,255,255,0.18); }
.hl-bar-item:last-child { border-right: none; }
.hl-bar-num { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--white); }
.hl-bar-label { font-size: 0.58rem; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 4px; }

/* SECTION BASE */
section { padding: 96px 48px; width: 100%; }
.container { max-width: 1200px; margin: 0 auto; width: 100%; }
.section-eyebrow { font-size: 0.68rem; letter-spacing: 4px; text-transform: uppercase; color: var(--red-light); margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; line-height: 1.2; margin-bottom: 20px; }
.section-divider { width: 48px; height: 3px; background: var(--red); margin-bottom: 40px; }
.section-divider.center { margin: 0 auto 40px; }

/* OVERVIEW */
#overview { background: var(--off-white); color: var(--dark); }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.overview-img { width: 100%; display: block; box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
.overview-text p { font-size: 0.87rem; line-height: 1.95; color: #555; margin-bottom: 24px; }
.hl-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.hl-point { display: flex; align-items: flex-start; gap: 10px; }
.hl-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); margin-top: 6px; flex-shrink: 0; }
.hl-text { font-size: 0.78rem; line-height: 1.6; color: #444; }
.rera-tag { display: inline-block; margin-top: 24px; background: var(--dark); color: rgba(255,255,255,0.55); padding: 10px 16px; font-size: 0.67rem; letter-spacing: 1px; border-left: 3px solid var(--red); }

/* AMENITIES */
#amenities { background-image: url('../images/palacio-banner-image-rez-dark.jpg'); background-size: cover; background-position: center; }
.amenities-intro { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.amenities-intro p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.8; }
.amenities-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: linear-gradient(180deg, rgba(238,166,87,1) 0%, rgb(211,0,21) 100%); }
.amenity-card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); padding: 36px 20px; text-align: center; transition: all 0.3s; position: relative; overflow: hidden; }
.amenity-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red); transform: scaleX(0); transition: transform 0.3s; }
.amenity-icon { width: 83px; height: 60px; object-fit: contain; margin: 0 auto 16px; display: block; filter: brightness(0) invert(1) opacity(0.55); transition: filter 0.3s; }
.amenity-name { font-size: 0.76rem; color: rgba(255,255,255,0.65); line-height: 1.5; }

/* Amenity hover glow — only for devices with real hover capability (mouse/trackpad), never on touchscreens */
@media (hover: hover) and (pointer: fine) {
  .amenity-card:hover { background: rgba(192,57,43,0.07); }
  .amenity-card:hover::before { transform: scaleX(1); }
  .amenity-card:hover .amenity-icon { filter: brightness(0) invert(1) opacity(0.9); }
}

/* GALLERY */
#gallery { background: var(--dark); }
.gallery-tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 36px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.g-tab { padding: 12px 28px; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer; color: rgba(255,255,255,0.35); border: none; border-bottom: 3px solid transparent; background: none; font-family: 'Montserrat', sans-serif; transition: all 0.2s; margin-bottom: -1px; white-space: nowrap; flex-shrink: 0; }
.g-tab.active, .g-tab:hover { color: var(--white); border-bottom-color: var(--red); }
.g-panel { display: none; }
.g-panel.active { display: block; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.g-item { aspect-ratio: 4/3; overflow: hidden; position: relative; cursor: pointer; }
.g-item.wide { grid-column: span 1; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.g-item:hover img { transform: scale(1.06); }
.g-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.85), transparent); padding: 24px 14px 10px; font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.8); opacity: 0; transition: opacity 0.3s; }
.g-item:hover .g-caption { opacity: 1; }

/* PLANS */
#plans { background: var(--off-white); color: var(--dark); }
.plans-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 40px; }
.plan-card img { cursor: zoom-in; }
.plan-card { position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); cursor: pointer; }
.plan-card img { width: 100%; display: block; transition: transform 0.4s; }
.plan-card:hover img { transform: scale(1.03); }
.plan-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(192,57,43,0.92); color: var(--white); padding: 12px 14px; font-size: 0.66rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }

/* LIGHTBOX */
.lightbox-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; align-items: center; justify-content: center; padding: 20px; }
.lightbox-overlay.active { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 85vh; object-fit: contain; border: 2px solid rgba(255,255,255,0.1); }
.lightbox-close { position: fixed; top: 20px; right: 24px; background: var(--red); color: #fff; border: none; font-size: 1.5rem; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; }
.lightbox-prev, .lightbox-next { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.1); color: #fff; border: none; font-size: 1.5rem; width: 44px; height: 44px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background 0.2s; }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-prev:hover, .lightbox-next:hover { background: var(--red); }
.lightbox-caption { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.g-item { cursor: zoom-in; }

/* LOCATION */
#location { background: var(--charcoal); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 48px; align-items: start; }
.map-wrap { height: 480px; }
.map-wrap iframe { width: 100%; height: 100%; border: none; filter: grayscale(0.15); }
.connectivity { display: flex; flex-direction: column; gap: 20px; }
.conn-group-title { font-size: 0.63rem; letter-spacing: 3px; text-transform: uppercase; color: var(--white); background: var(--red); padding: 8px 14px; font-weight: 600; }
.conn-item { display: flex; justify-content: space-between; padding: 7px 0; font-size: 0.76rem; color: rgba(255,255,255,0.6); border-bottom: 1px solid rgba(255,255,255,0.05); }
.conn-dist { color: var(--red-light); font-weight: 500; font-size: 0.72rem; }
.proj-address { margin-top: 20px; background: rgba(255,255,255,0.04); border-left: 3px solid var(--red); padding: 18px; font-size: 0.78rem; line-height: 1.85; color: rgba(255,255,255,0.55); }
.proj-address strong { color: var(--white); display: block; margin-bottom: 6px; }

/* ENQUIRY */
#enquiry { background: var(--dark); border-top: 3px solid var(--red); }
.enquiry-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.enq-left .section-title { color: var(--white); }
.enq-left > p { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.9; margin-bottom: 28px; }
.enq-usps { display: flex; flex-direction: column; gap: 14px; }
.enq-usp { display: flex; align-items: center; gap: 12px; font-size: 0.8rem; color: rgba(255,255,255,0.6); }
.enq-usp::before { content: '✓'; color: var(--red-light); font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.form-wrap { background: var(--charcoal); border-top: 4px solid var(--red); padding: 40px 36px; }
.form-wrap h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; margin-bottom: 6px; }
.form-wrap > p { font-size: 0.73rem; color: rgba(255,255,255,0.38); margin-bottom: 28px; }
.form-fields { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-field { display: flex; flex-direction: column; gap: 6px; }
.f-field label { font-size: 0.63rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.38); font-weight: 600; }
.f-field input, .f-field select, .f-field textarea { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 13px 15px; color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 0.84rem; outline: none; transition: border-color 0.2s; width: 100%; }
.f-field input:focus, .f-field select:focus, .f-field textarea:focus { border-color: var(--red); }
.f-field input::placeholder, .f-field textarea::placeholder { color: rgba(255,255,255,0.2); }
.f-field select { appearance: none; cursor: pointer; }
.f-field select option { background: var(--charcoal); }
.f-field textarea { resize: vertical; min-height: 80px; }
.f-consent { display: flex; align-items: flex-start; gap: 10px; }
.f-consent input { margin-top: 3px; accent-color: var(--red); flex-shrink: 0; cursor: pointer; }
.f-consent label { font-size: 0.68rem; color: rgba(255,255,255,0.3); line-height: 1.6; cursor: pointer; }
.f-submit { background: var(--red); color: var(--white); width: 100%; padding: 15px; border: none; cursor: pointer; font-size: 0.76rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; font-family: 'Montserrat', sans-serif; transition: background 0.2s; margin-top: 6px; }
.f-submit:hover { background: var(--red-dark); }

/* DISCLAIMER */
.disclaimer { background: #0a0a0a; padding: 24px 48px; font-size: 0.64rem; line-height: 1.85; color: rgba(255,255,255,0.22); border-top: 1px solid rgba(255,255,255,0.04); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.disclaimer-text { flex: 1; color: white; }
.disclaimer img { width: 80px; height: 80px; object-fit: contain; opacity: 0.7; flex-shrink: 0; }
/* FOOTER */
footer { background: #111; padding: 22px 48px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; border-top: 1px solid rgba(192,57,43,0.25); }
.footer-logo img { height: 34px; opacity: 0.75; }
footer p { font-size: 0.68rem; color: rgba(255,255,255,0.22); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,0.22); text-decoration: none; font-size: 0.68rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--red-light); }

/* FLOATING */
.float-btns { position: fixed; right: 22px; bottom: 80px; display: flex; flex-direction: column; gap: 12px; z-index: 999; }
.float-btn { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: transform 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.5); }
.float-btn:hover { transform: scale(1.1); }
.float-wa { background: #25D366; }
.float-call { background: var(--red); }
.float-btn svg { width: 22px; height: 22px; fill: white; }

/* MODAL */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 2000; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.active { display: flex; }
.modal { background: var(--charcoal); padding: 40px; max-width: 460px; width: 100%; position: relative; border-top: 4px solid var(--red); max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 14px; right: 18px; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; line-height: 1; }
.modal h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; margin-bottom: 6px; }
.modal > p { font-size: 0.73rem; color: rgba(255,255,255,0.38); margin-bottom: 22px; }

/* SNACKBAR */
#snackbar { visibility: hidden; min-width: 300px; background: #1f1f1f; color: #fff; text-align: center; border-left: 4px solid var(--red); border-radius: 6px; padding: 16px 20px; position: fixed; z-index: 99999; right: 20px; bottom: 20px; transform: translateY(20px); opacity: 0; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
#snackbar.show { visibility: visible; opacity: 1; transform: translateY(0); }

/* ================================================
   RESPONSIVE — TABLET (max 768px)
   ================================================ */
@media (max-width: 768px) {

  /* TOPBAR */
  .topbar { padding: 8px 16px; }
  .topbar-left { display: none; color:white; }

  /* NAV */
  nav { padding: 0 16px; height: 64px; }
  .mobile-menu { top: 64px; }
  body {padding-top: 64px;}
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }

  /* HERO — hide desktop image, show mobile image */
  .hero { height: 100svh; min-height: 500px; }
  .hero-bg-desktop { display: none; }
  .hero-bg-mobile {
    display: block;
    position: absolute; inset: 0;
    background-image: url('../images/hero-mob.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
      /*z-index: 1;*/
  }
  
  .hero-bg-mobile::before {
  content: '';
  position: absolute;
  inset: -30px;
  background-image: url('../images/hero-mob.jpg');
  background-size: cover;
  background-position: center center;
  filter: blur(30px) brightness(0.55);
  z-index: -1;
}

  .hero-title { font-size: 2rem; }
  .hero-sub { font-size: 0.82rem; }
  .hero-btns { flex-direction: column; align-items: center; gap: 12px; }
  .btn-primary, .btn-outline { width: 100%; max-width: 280px; padding: 13px 20px; }

  /* HIGHLIGHTS BAR */
  .hl-bar { grid-template-columns: repeat(3, 1fr); }
  .hl-bar-item { padding: 16px 8px; }
  .hl-bar-num { font-size: 1.1rem; }

  /* SECTIONS */
  section { padding: 56px 16px; }
  .section-title { font-size: 1.6rem; }

  /* OVERVIEW */
  .overview-grid { grid-template-columns: 1fr; gap: 28px; }
  .hl-list { grid-template-columns: 1fr; gap: 10px; }

  /* AMENITIES */
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity-card { padding: 24px 14px; }

  /* GALLERY */
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .g-item.wide { grid-column: span 1; }

  /* PLANS */
  .plans-grid { grid-template-columns: 1fr; }

  /* LOCATION */
  .location-grid { grid-template-columns: 1fr; gap: 28px; }
  .map-wrap { height: 260px; }
  .map-wrap iframe { height: 260px; }

  /* ENQUIRY */
  .enquiry-wrapper { grid-template-columns: 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .form-wrap { padding: 24px 16px; }

  /* FOOTER */
  footer { flex-direction: column; text-align: center; padding: 20px 16px; gap: 10px; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 12px; }

  /* DISCLAIMER */
  .disclaimer { padding: 20px 16px; }

  /* MODAL */
  .modal { padding: 28px 16px; }

  /* SNACKBAR */
  #snackbar { width: calc(100% - 32px); right: 16px; left: 16px; min-width: unset; }
}
.gallery-tabs { scrollbar-width: none; }
.gallery-tabs::-webkit-scrollbar { display: none; }

.disclaimer { flex-direction: column; padding: 20px 16px; }
.disclaimer img { width: 60px; height: 60px; }

/* ================================================
   RESPONSIVE — SMALL PHONES (max 480px)
   ================================================ */
@media (max-width: 480px) {
  .hero-title { font-size: 1.75rem; }
  .hero-tag { font-size: 0.6rem; letter-spacing: 2px; }
  .hl-bar { grid-template-columns: repeat(2, 1fr); }
  .hl-bar-item:nth-child(2n) { border-right: none; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .g-item.wide { grid-column: span 1; }
  .section-title { font-size: 1.4rem; }
}