
    /* =========================
   COLOR OVERRIDE ONLY
   Paste this at the END of your CSS
   ========================= */

:root {
  --bg: #f7f1e8;
  --bg-soft: #efe4d6;
  --panel: rgba(255, 250, 244, 0.96);
  --panel-border: rgba(166, 123, 63, 0.16);

  --gold: #b88949;
  --gold-dark: #8f642f;
  --gold-soft: #d8bb8c;

  --text: #2f2418;
  --text-strong: #241a11;
  --text-soft: #5f4b37;
  --text-muted: #7e6953;
  --line: rgba(120, 88, 49, 0.10);

  --white-card: #fffaf4;
  --white-card-2: #fffdf9;
  --shadow: 0 18px 50px rgba(92, 67, 33, 0.08);
}

/* base */
body {
  background:
    radial-gradient(circle at top left, rgba(184, 137, 73, 0.10), transparent 28%),
    linear-gradient(180deg, #f8f2e9 0%, #f2e8db 100%);
  color: var(--text);
}

/* headings */
h1, h2, h3, h4, h5, h6,
.luxury-font {
  color: var(--text-strong);
}

/* normal text */
p,
li,
span,
label,
small,
td,
th,
input,
textarea {
  color: var(--text-soft);
}

/* force-remove faded white utility colors */
.text-white\/45,
.text-white\/52,
.text-white\/60,
.text-white\/65,
.text-white\/68,
.text-white\/70,
.text-white\/72,
.text-white\/80,
.text-white\/84,
.text-white\/90 {
  color: var(--text-soft) !important;
}

/* slightly darker muted text */
.text-gray-300,
.text-gray-400,
.text-gray-500 {
  color: var(--text-muted) !important;
}

/* cards / sections */
.glass,
.lux-card,
.panel-inner,
.modal-panel,
.mobile-bottom-card .card-content,
.config-card,
.config-table-shell {
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.96), rgba(250, 243, 234, 0.92));
  border-color: var(--panel-border);
  color: var(--text);
  box-shadow: var(--shadow);
}

/* section subtitles */
.section-title p,
.price-tag p,
.config-meta-item,
.why-card p,
.amenity-card p,
.spec-card p,
#contact p,
footer p {
  color: var(--text-soft) !important;
}

/* tables */
th {
  color: var(--gold-dark) !important;
  background: rgba(184, 137, 73, 0.06);
  border-bottom-color: rgba(166, 123, 63, 0.10);
}

td {
  color: var(--text-soft) !important;
  border-bottom-color: rgba(166, 123, 63, 0.08);
}

/* location tabs */
.tab-btn {
  background: rgba(255, 255, 255, 0.60);
  color: var(--text-soft) !important;
  border-color: rgba(184, 137, 73, 0.16);
}

.tab-btn.active,
.tab-btn:hover {
  background: rgba(184, 137, 73, 0.10);
  color: var(--gold-dark) !important;
  border-color: rgba(184, 137, 73, 0.34);
}

.tab-pane,
.tab-pane * {
  color: var(--text-soft);
}

/* hero panel */
.location-tag,
.config-badge,
.gold-line + * {
  color: var(--gold-dark);
}

.hl {
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(166, 123, 63, 0.10);
}

.hl .value {
  color: var(--gold-dark);
}

.hl .label {
  color: var(--text-muted);
}

.price-tag {
  background: linear-gradient(180deg, rgba(184, 137, 73, 0.10), rgba(255, 255, 255, 0.44));
  border-color: rgba(184, 137, 73, 0.16);
}

.price-tag h3 {
  color: var(--text-strong);
}

/* buttons */
.btn-gold {
  background: linear-gradient(135deg, #c9954f, #9d6a2f);
  color: #fffdf8 !important;
  border: none;
}

.btn-outline-lux,
.pill-btn {
  background: rgba(255, 255, 255, 0.60);
  color: var(--gold-dark) !important;
  border-color: rgba(184, 137, 73, 0.26);
}

/* forms */
.form-grid input,
.form-grid textarea,
.modal-form input,
.modal-form textarea,
.hero-mobile-form input,
.hero-mobile-form textarea {
  background: var(--white-card-2) !important;
  color: var(--text-strong) !important;
  border: 1.4px solid rgba(166, 123, 63, 0.18) !important;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder,
.modal-form input::placeholder,
.modal-form textarea::placeholder,
.hero-mobile-form input::placeholder,
.hero-mobile-form textarea::placeholder {
  color: var(--text-muted) !important;
}

.form-grid input:focus,
.form-grid textarea:focus,
.modal-form input:focus,
.modal-form textarea:focus,
.hero-mobile-form input:focus,
.hero-mobile-form textarea:focus {
  background: #ffffff !important;
  border-color: rgba(184, 137, 73, 0.55) !important;
}

/* footer */
.footer-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10));
  border-top-color: rgba(166, 123, 63, 0.10);
}

.footer-shell a {
  color: var(--text-soft) !important;
}

/* floating buttons */
.float-btn,
.carousel-btn,
.close-modal {
  background: rgba(255, 250, 244, 0.94);
  color: var(--gold-dark) !important;
  border-color: rgba(166, 123, 63, 0.14);
}

/* mobile hero special text */
.mobile-bottom-card h2,
.mobile-bottom-card .luxury-font,
.mobile-bottom-card .price-tag h3 {
  color: var(--text-strong) !important;
}

.mobile-bottom-card p,
.mobile-bottom-card span,
.mobile-bottom-card label {
  color: var(--text-soft) !important;
}

/* overlay text on images should stay light */
.overlay-copy,
.overlay-copy h3,
.gallery-lightbox .lightbox-btn,
.gallery-lightbox .lightbox-close {
  color: #fffaf2 !important;
}

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background:
        radial-gradient(circle at top left, rgba(181,138,74,.10), transparent 30%),
        radial-gradient(circle at top right, rgba(255,255,255,.6), transparent 22%),
        linear-gradient(180deg, #f7f2e9 0%, #f2ebdf 100%);
      color: var(--text);
      font-family: 'Inter', sans-serif;
      overflow-x: hidden;
    }

    h1,h2,h3,h4,.luxury-font { font-family: 'Cormorant Garamond', serif; letter-spacing: .02em; }

    .section-shell {
      width: min(1240px, calc(100% - 32px));
      margin-inline: auto;
    }

    .glass {
      background: var(--panel);
      border: 1px solid var(--panel-border);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      box-shadow: var(--shadow);
    }

    .gold-line {
      width: 90px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      margin: 0 auto;
    }

    .header-blur {
      background: rgba(247, 242, 233, .76);
      border-bottom: 1px solid rgba(115, 89, 50, .08);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .btn-gold {
      background: linear-gradient(135deg, #c69b5b, #9d7138);
      color: #fffdf8;
      box-shadow: 0 10px 28px rgba(181,138,74,.22);
      transition: var(--transition);
    }

    .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(181,138,74,.28); }

    .btn-outline-lux {
      border: 1px solid rgba(181,138,74,.36);
      color: #6b4f2b;
      background: rgba(255,255,255,.44);
      transition: var(--transition);
    }

    .btn-outline-lux:hover {
      background: rgba(181,138,74,.08);
      border-color: rgba(181,138,74,.58);
      transform: translateY(-2px);
    }

    .hero-master {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: stretch;
      isolation: isolate;
      overflow: hidden;
    }

    .hero-bg,
    .hero-bg::after,
    .hero-bg::before {
      position: absolute;
      inset: 0;
    }

    .hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.04);
      animation: heroZoom 13s ease-in-out infinite alternate;
      filter: saturate(1.02) contrast(1.01) brightness(.92);
    }

    .hero-bg::before {
      content: '';
      /* background:
        linear-gradient(90deg, rgba(245,239,230,.58) 0%, rgba(245,239,230,.20) 38%, rgba(245,239,230,.08) 58%, rgba(245,239,230,.56) 100%),
        linear-gradient(180deg, rgba(245,239,230,.18) 0%, rgba(245,239,230,.04) 25%, rgba(245,239,230,.42) 100%); */
      z-index: 1;
    }

    .hero-bg::after {
      content: '';
      background: radial-gradient(circle at 72% 32%, rgba(181,138,74,.14), transparent 28%);
      z-index: 2;
    }

    .hero-grid {
      position: relative;
      z-index: 3;
      width: min(1320px, calc(100% - 30px));
      margin: auto;
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 28px;
      align-items: end;
      padding: 110px 0 42px;
    }

    .desktop-right-panel {
      align-self: end;
      animation: panelFloat .95s ease forwards;
    }

    .panel-inner {
      border-radius: 34px;
      padding: 28px;
      background: linear-gradient(180deg, rgba(255,251,245,.86), rgba(248,241,231,.95));
      border: 1px solid rgba(152,118,63,.16);
      box-shadow: 0 35px 90px rgba(110, 85, 47, .12);
      position: relative;
      overflow: hidden;
    }

    .panel-inner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(181,138,74,.65), transparent);
    }

    .panel-inner h2 {
      margin: 0;
      font-size: clamp(2rem, 3vw, 3rem);
      font-weight: 600;
      color: #2f2318;
    }

    .location-tag {
      margin-top: 4px;
      color: #9b7440;
      letter-spacing: .22em;
      text-transform: uppercase;
      font-size: .76rem;
    }

    .highlights {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin: 22px 0 22px;
    }

    .hl {
      padding: 16px 10px;
      border-radius: 20px;
      border: 1px solid rgba(152,118,63,.10);
      background: rgba(255,255,255,.56);
      text-align: center;
      transition: var(--transition);
    }

    .hl:hover { transform: translateY(-3px); background: rgba(181,138,74,.07); }

    .hl .value {
      display: block;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.7rem;
      color: #5e4323;
      line-height: 1;
    }

    .hl .label {
      display: block;
      margin-top: 8px;
      font-size: .78rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    .price-tag {
      padding: 20px 22px;
      border: 1px solid rgba(181,138,74,.14);
      background: linear-gradient(180deg, rgba(181,138,74,.09), rgba(255,255,255,.34));
      border-radius: 24px;
      margin-bottom: 18px;
    }

    .price-tag p {
      margin: 0 0 8px;
      color: #6d5843;
      font-size: .92rem;
    }

    .price-tag h3 {
      margin: 0;
      font-size: clamp(1.9rem, 2.7vw, 2.7rem);
      color: #3d2b17;
      line-height: 1;
    }

    .cta-buttons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 18px;
    }

    .enquiry-form-desktop {
      padding-top: 12px;
      border-top: 1px solid rgba(115, 89, 50, .08);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .form-grid input,
    .form-grid textarea,
    .modal-form input,
    .modal-form textarea {
      width: 100%;
      border-radius: 18px;
      border: 1.4px solid rgba(141,104,53,.18);
      background: #fffdfa;
      color: #35281d;
      padding: 14px 16px;
      outline: none;
      transition: var(--transition);
      font-size: .95rem;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 6px 16px rgba(141,104,53,.04);
    }

    .form-grid input:focus,
    .form-grid textarea:focus,
    .modal-form input:focus,
    .modal-form textarea:focus {
      border-color: rgba(181,138,74,.68);
      box-shadow: 0 0 0 4px rgba(181,138,74,.12), 0 10px 24px rgba(141,104,53,.08);
      background: #ffffff;
    }

    .form-grid input::placeholder,
    .modal-form input::placeholder,
    .modal-form textarea::placeholder {
      color: rgba(78,59,37,.55);
    }

    .submit-btn {
      border: 0;
      min-height: 50px;
      border-radius: 16px;
      font-weight: 700;
      cursor: pointer;
    }

    .consent-label {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 14px;
      font-size: .78rem;
      color: #715d4a;
      line-height: 1.5;
    }

    .modal-consent-label input { accent-color: #b58a4a; margin-top: 3px; width: 10% !important; }

    .mobile-bottom-card {
      display: none;
      position: relative;
      z-index: 5;
      width: min(100%, calc(100% - 20px));
      margin: -24px auto 0;
    }

    .mobile-bottom-card .card-content {
      border-radius: 28px 28px 0 0;
      padding: 22px 16px 18px;
      background: linear-gradient(180deg, rgba(255,251,245,.98), rgba(247,240,231,.98));
      border: 1px solid rgba(152,118,63,.12);
      box-shadow: 0 10px 40px rgba(94, 70, 34, .08);
    }

    .mobile-cta-new { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

    .mobile-scroll-cue {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 18px;
      transform: translateX(-50%);
      z-index: 4;
      text-align: center;
      color: #6d5333;
      font-size: .72rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      animation: bounceCue 1.8s infinite;
    }

    .mobile-scroll-cue .line {
      width: 1px;
      height: 28px;
      background: linear-gradient(180deg, rgba(181,138,74,.18), rgba(181,138,74,.72));
      margin: 8px auto 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 30px;
    }

    .section-title h2 {
      font-size: clamp(2rem, 4vw, 4rem);
      margin: 0 0 10px;
      font-weight: 600;
      color: #35281c;
    }

    .section-title p {
      margin: 0;
      color: #63513f;
      font-size: .96rem;
      max-width: 720px;
      margin-inline: auto;
      line-height: 1.75;
    }

    .lux-card {
      border-radius: 28px;
      border: 1px solid rgba(152,118,63,.14);
      background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,250,244,.64));
      transition: var(--transition);
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(94, 70, 34, .06);
    }

    .lux-card:hover {
      transform: translateY(-6px);
      border-color: rgba(181,138,74,.22);
      box-shadow: 0 18px 40px rgba(94, 70, 34, .08);
    }

    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .8s ease, transform .8s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .about-grid,
    .location-grid {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 28px;
      align-items: center;
    }

    .image-frame {
      border-radius: 28px;
      overflow: hidden;
      /* min-height: 520px; */
      position: relative;
      border: 1px solid rgba(152,118,63,.10);
    }

    .image-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 1.2s ease;
    }

    .image-frame:hover img { transform: scale(1.05); }

    .image-frame::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 15%, rgba(97,73,43,.16) 100%);
    }

    .spec-grid,
    .why-grid,
    .amenity-grid,
    .gallery-grid,
    .plans-grid {
      display: grid;
      gap: 20px;
    }

    .spec-grid { grid-template-columns: repeat(3, 1fr); }
    .why-grid { grid-template-columns: repeat(3, 1fr); }
    .amenity-grid { grid-template-columns: repeat(4, 1fr); }

    .carousel-shell {
      position: relative;
      margin-top: 26px;
      display: none;
    }

    .carousel-viewport {
      overflow: hidden;
      border-radius: 28px;
    }

    .carousel-track {
      display: flex;
      gap: 18px;
      transition: transform .55s cubic-bezier(.22,.61,.36,1);
      will-change: transform;
    }

    .carousel-item {
      min-width: calc(25% - 13.5px);
      flex: 0 0 calc(25% - 13.5px);
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 46px;
      height: 46px;
      border-radius: 999px;
      border: 1px solid rgba(152,118,63,.16);
      background: rgba(255,251,245,.94);
      color: #6d5333;
      box-shadow: 0 10px 26px rgba(94,70,34,.08);
      z-index: 3;
      cursor: pointer;
    }

    .carousel-btn.prev { left: -10px; }
    .carousel-btn.next { right: -10px; }
    .gallery-grid { grid-template-columns: repeat(4, 1fr); }
    .plans-grid { grid-template-columns: repeat(2, 1fr); }

    .config-table-shell {
      overflow: hidden;
      border-radius: 26px;
      border: 1px solid rgba(152,118,63,.14);
      background: rgba(255,255,255,.62);
    }

    .config-cards {
      display: none;
      gap: 14px;
      margin-top: 26px;
    }

    .config-card {
      padding: 18px;
      border-radius: 22px;
      border: 1px solid rgba(152,118,63,.14);
      background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,248,240,.78));
      box-shadow: 0 12px 30px rgba(94,70,34,.05);
    }

    .config-card .config-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
    }

    .config-badge {
      font-size: .68rem;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #9b7440;
      background: rgba(181,138,74,.08);
      border: 1px solid rgba(181,138,74,.14);
      padding: 8px 10px;
      border-radius: 999px;
      white-space: nowrap;
    }

    .config-card h3 {
      margin: 0 0 6px;
      font-size: 2rem;
      color: #35281c;
    }

    .config-meta {
      display: grid;
      gap: 10px;
      margin-bottom: 16px;
    }

    .config-meta-item {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 0;
      border-bottom: 1px solid rgba(152,118,63,.08);
      font-size: .92rem;
      color: #5d4a37;
    }

    .config-meta-item strong {
      color: #35281c;
      font-weight: 600;
    }

    .config-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
      padding: 17px 18px;
      text-align: left;
      border-bottom: 1px solid rgba(152,118,63,.08);
    }

    th {
      font-size: .74rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #9c7644;
      background: rgba(181,138,74,.04);
    }

    td { color: #4b3b2c; font-size: .95rem; }

    .pill-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      border-radius: 999px;
      border: 1px solid rgba(181,138,74,.24);
      color: #7b5d34;
      background: rgba(181,138,74,.06);
      font-size: .88rem;
      transition: var(--transition);
    }

    .pill-btn:hover {
      background: rgba(181,138,74,.12);
      transform: translateY(-1px);
    }

    .why-card,
    .amenity-card,
    .gallery-card,
    .plan-card,
    .spec-card {
      padding: 22px;
    }

    .why-number {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      border: 1px solid rgba(181,138,74,.26);
      color: #9a713b;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      margin-bottom: 16px;
      background: rgba(181,138,74,.05);
    }

    .amenity-icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: rgba(181,138,74,.06);
      border: 1px solid rgba(181,138,74,.14);
      color: #9c7541;
      font-size: 1.25rem;
      margin-bottom: 14px;
    }

    .gallery-card,
    .plan-card { padding: 0; }

    .gallery-card img,
    .plan-card img {
      width: 100%;
      height: 100%;
      min-height: 250px;
      object-fit: cover;
      display: block;
      transition: transform 1s ease;
    }

    .gallery-card:hover img,
    .plan-card:hover img { transform: scale(1.06); }

    .overlay-copy {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 2;
    }

    .media-wrap {
      position: relative;
      overflow: hidden;
      /* min-height: 300px; */
      border-radius: 28px;
    }

    .media-wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 28%, rgba(58,42,25,.48) 100%);
    }

    .tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-bottom: 24px;
    }

    .tab-btn {
      border-radius: 999px;
      border: 1px solid rgba(181,138,74,.16);
      background: rgba(255,255,255,.5);
      color: #74573a;
      padding: 11px 17px;
      cursor: pointer;
      transition: var(--transition);
      font-size: .92rem;
    }

    .tab-btn.active,
    .tab-btn:hover {
      background: rgba(181,138,74,.10);
      border-color: rgba(181,138,74,.34);
      color: #6a4f2f;
    }

    .tab-pane { display: none; }
    .tab-pane.active { display: block; }

    .modal {
      position: fixed;
      inset: 0;
      background: rgba(125, 104, 76, .24);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      z-index: 100;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 18px;
    }

    .modal.show { display: flex; }

    .gallery-lightbox {
      position: fixed;
      inset: 0;
      background: rgba(38, 28, 18, .86);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      z-index: 120;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 18px;
    }

    .gallery-lightbox.show { display: flex; }

    .gallery-lightbox-inner {
      position: relative;
      width: min(1100px, 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .gallery-lightbox img {
      width: 100%;
      max-height: 88vh;
      object-fit: contain;
      border-radius: 20px;
      background: rgba(255,255,255,.04);
    }

    .lightbox-btn,
    .lightbox-close {
      position: absolute;
      width: 48px;
      height: 48px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
      color: #fff8ef;
      cursor: pointer;
      z-index: 2;
    }

    .lightbox-btn.prev { left: 14px; }
    .lightbox-btn.next { right: 14px; }
    .lightbox-close { top: 14px; right: 14px; }

    .modal-panel {
      width: min(560px, 100%);
      border-radius: 26px;
      padding: 26px;
      border: 1px solid rgba(152,118,63,.14);
      background: linear-gradient(180deg, rgba(255,251,245,.96), rgba(246,238,227,.98));
      position: relative;
      box-shadow: 0 30px 80px rgba(110, 85, 47, .14);
      animation: riseIn .5s ease;
    }

    .close-modal {
      position: absolute;
      right: 14px;
      top: 14px;
      width: 36px;
      height: 36px;
      border-radius: 999px;
      border: 1px solid rgba(152,118,63,.14);
      background: rgba(255,255,255,.65);
      color: #5f4a2f;
      cursor: pointer;
    }

    .sticky-mobile {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 70;
      padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
      background: rgba(247, 242, 233, .92);
      border-top: 1px solid rgba(115, 89, 50, .08);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      gap: 10px;
    }

    .floating-desktop {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 60;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .float-btn {
      width: 56px;
      height: 56px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(152,118,63,.12);
      background: rgba(255,251,245,.88);
      color: #6d5333;
      box-shadow: 0 10px 25px rgba(94, 70, 34, .10);
      transition: var(--transition);
    }

    .float-btn:hover { transform: translateY(-4px) scale(1.03); }

    .footer-shell {
      border-top: 1px solid rgba(152,118,63,.08);
      background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.08));
    }

    @keyframes riseIn {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes panelFloat {
      from { opacity: 0; transform: translateY(30px) scale(.98); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    @keyframes heroZoom {
      from { transform: scale(1.02); }
      to { transform: scale(1.08); }
    }

    @keyframes bounceCue {
      0%, 100% { transform: translateX(-50%) translateY(0); opacity: .9; }
      50% { transform: translateX(-50%) translateY(8px); opacity: 1; }
    }

    @media (max-width: 1199px) {
      .about-grid,
      .location-grid,
      .amenity-grid,
      .gallery-grid,
      .plans-grid,
      .why-grid,
      .spec-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .hero-grid { grid-template-columns: 1fr; align-items: end; }
      .desktop-right-panel { max-width: 620px; margin-left: auto; }
      /* .image-frame { min-height: 420px; } */
      .carousel-item { min-width: calc(33.333% - 12px); flex: 0 0 calc(33.333% - 12px); }
    }

    @media (max-width: 991px) {
      .desktop-right-panel { display: none; }
      .mobile-bottom-card { display: block; }
      .mobile-scroll-cue { display: block; }
      .hero-master {
        min-height: auto;
        display: block;
        overflow: visible;
      }
      .hero-bg {
        position: relative;
        height: 64svh;
        min-height: 420px;
        max-height: 720px;
      }
      .hero-grid {
        display: none;
      }
      .about-grid,
      .location-grid,
      .why-grid,
      .plans-grid,
      .spec-grid {
        grid-template-columns: 1fr;
      }
      .amenity-grid,
      .gallery-grid { display: none; }
      .carousel-shell { display: block; }
      .config-table-shell { display: none; }
      .config-cards { display: grid; }
      .form-grid { grid-template-columns: 1fr; }
      .sticky-mobile { display: grid; grid-template-columns: 1fr 1fr; }
      .floating-desktop { display: none; }
      .carousel-item { min-width: calc(82% - 8px); flex: 0 0 calc(82% - 8px); }
      .carousel-btn.prev { left: 6px; }
      .carousel-btn.next { right: 6px; }
    }

    @media (max-width: 767px) {
      .section-shell { width: min(100%, calc(100% - 18px)); }
      .header-inner { padding: 10px 0; }
      .header-inner img { height: 34px; }
      .header-inner button { padding: 10px 14px; font-size: 12px; }
      .mobile-bottom-card { width: calc(100% - 12px); margin-top: -22px; }
      .mobile-bottom-card .card-content { padding: 18px 14px 16px; border-radius: 24px 24px 0 0; }
      .mobile-bottom-card h2 { font-size: 2rem; }
      .mobile-bottom-card p { line-height: 1.5; }
      .mobile-bottom-card .grid > div { padding: 10px 6px; }
      .mobile-bottom-card .grid > div .luxury-font { font-size: 1.25rem; }
      .mobile-cta-new { grid-template-columns: 1fr; }
      .section-title { margin-bottom: 22px; }
      .section-title h2 { font-size: clamp(1.75rem, 8vw, 2.5rem); }
      .section-title p { font-size: .88rem; line-height: 1.65; }
      /* .image-frame { min-height: 280px; } */
      .why-card, .amenity-card, .spec-card, .config-card { padding: 18px; }
      .why-card h3, .amenity-card h3, .plan-card h3, .spec-card h4, .config-card h3 { font-size: 1.55rem !important; }
      .why-card p, .amenity-card p, .spec-card p, .lux-card p, td, th { font-size: .84rem; line-height: 1.6; }
      .tabs { gap: 8px; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
      .tab-btn { white-space: nowrap; padding: 10px 14px; font-size: .82rem; }
      .gallery-card img, .plan-card img { min-height: 220px; }
      .overlay-copy { left: 14px; right: 14px; bottom: 14px; }
      .overlay-copy h3 { font-size: 1.5rem !important; margin-bottom: 10px; }
      .modal-panel { padding: 22px 16px; border-radius: 22px; }
      .modal-panel h3 { font-size: 2.3rem !important; }
      .modal-panel p { font-size: .88rem; }
      .modal-form input, .modal-form textarea, .form-grid input { font-size: .88rem; padding: 12px 13px; }
      .consent-label { font-size: .72rem; }
      .btn-gold, .btn-outline-lux, .pill-btn { font-size: .84rem; }
      .sticky-mobile a { font-size: .84rem; padding-top: 12px; padding-bottom: 12px; }
      footer .section-shell { padding-bottom: 64px; }
      .config-actions { grid-template-columns: 1fr; }
      .carousel-btn { width: 40px; height: 40px; }
      .lightbox-btn.prev { left: 6px; }
      .lightbox-btn.next { right: 6px; }
      .lightbox-close { top: -54px; right: 0; }
    }

    @media (max-width: 480px) {
      .hero-bg { height: 60svh; min-height: 380px; }
      .mobile-scroll-cue { bottom: 10px; font-size: .64rem; }
      .mobile-bottom-card .card-content { padding: 16px 12px 15px; }
      .section-shell { width: min(100%, calc(100% - 14px)); }
      .section-title h2 { font-size: 1.65rem; }
      .section-title p,
      .why-card p, .amenity-card p, .spec-card p, .lux-card p { font-size: .82rem; }
      .why-number { width: 44px; height: 44px; font-size: 1.15rem; }
      .amenity-icon { width: 48px; height: 48px; font-size: 1.1rem; }
    }
    /* =========================
   MOBILE FIX FOR LOCATION ADVANTAGES CONTENT PANEL
   Paste at the END of your CSS
   ========================= */

@media (max-width: 991px) {
  /* location layout */
  .location-grid,
  .location-wrapper,
  .location-content {
    display: block !important;
    width: 100% !important;
  }

  /* the right content div */
  .location-content,
  .location-grid .lux-card,
  .location-grid .config-table-shell {
    background: #fffaf4 !important;
    border: 1px solid rgba(166, 123, 63, 0.14) !important;
    color: #2f2418 !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    box-shadow: 0 12px 28px rgba(92, 67, 33, 0.06) !important;
  }

  .location-grid .lux-card {
    padding: 12px !important;
    border-radius: 18px !important;
  }

  /* tab panes */
  .location-content .tab-pane,
  .location-grid .tab-pane,
  #connectivity-content,
  #schools-content,
  #malls-content,
  #it-parks-content {
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .location-content .tab-pane.active,
  .location-grid .tab-pane.active,
  #connectivity-content.active,
  #schools-content.active,
  #malls-content.active,
  #it-parks-content.active {
    display: block !important;
  }

  /* table wrapper */
  .location-content .config-table-shell,
  .location-grid .config-table-shell {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px !important;
    background: #fffdf9 !important;
  }

  /* table text */
  .location-content table,
  .location-grid table {
    width: 100% !important;
    min-width: 100% !important;
    border-collapse: collapse !important;
    background: #fffdf9 !important;
  }

  .location-content th,
  .location-grid th {
    background: rgba(184, 137, 73, 0.07) !important;
    color: #8f642f !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(166, 123, 63, 0.10) !important;
    white-space: nowrap !important;
  }

  .location-content td,
  .location-grid td {
    color: #4f3d2b !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(166, 123, 63, 0.08) !important;
    background: transparent !important;
    white-space: normal !important;
  }

  /* if rows/cards inside are inheriting white */
  .location-content p,
  .location-content span,
  .location-content strong,
  .location-grid p,
  .location-grid span,
  .location-grid strong {
    color: #4f3d2b !important;
  }

  /* tab buttons area */
  .tabs,
  .location-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding-bottom: 6px !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
  }

  .tabs::-webkit-scrollbar,
  .location-tabs::-webkit-scrollbar {
    display: none;
  }

  .tabs .tab-btn,
  .location-tabs .tab-btn {
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    background: #fffaf4 !important;
    color: #6a4f2f !important;
    border: 1px solid rgba(166, 123, 63, 0.16) !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
  }

  .tabs .tab-btn.active,
  .location-tabs .tab-btn.active {
    background: rgba(184, 137, 73, 0.12) !important;
    color: #8f642f !important;
    border-color: rgba(184, 137, 73, 0.32) !important;
  }
}
