/* ==========================================================
   The Grand Aurelia — Luxury Residences
   Emerald & Gold Dark Theme — layered over Bootstrap 5
   ========================================================== */

:root {
  --ivory: #fbf8f3;
  --ivory-deep: #f4efe6;
  --beige: #e9e1d4;
  --champagne: #e8cd97;
  --gold: #c9a34a;
  --gold-soft: #e8cd97;
  --charcoal: #1e1c19;
  --ink: #2b2723;
  --grey: #7c746a;
  --line: rgba(30, 28, 25, 0.1);
  --shadow-sm: 0 2px 12px rgba(40, 33, 22, 0.06);
  --shadow-md: 0 18px 46px -22px rgba(40, 33, 22, 0.35);
  --shadow-lg: 0 40px 90px -40px rgba(40, 33, 22, 0.45);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;

  /* accent colours for extra life/vibrance — emerald + gold mix */
  --emerald: #2e967c;
  --emerald-soft: #5cb79c;
  --terracotta: #b85f3c;
  --terracotta-soft: #d68a68;
  --azure: #3f6a86;

  /* deep forest-green tokens used for the hero and footer */
  --forest: #04140f;
  --forest-deep: #082a22;
  --navy: #062018;
  --navy-deep: #04140f;
  --navy-card: rgba(232, 205, 151, .05);
  --navy-line: rgba(232, 205, 151, .22);
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

h1,
h2,
h3,
.serif {
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.12;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

p {
  color: var(--grey);
}

.section {
  padding: clamp(30px, 4.5vw, 60px) 0;
}

.section-alt {
  background: linear-gradient(180deg, #f3ede3 0%, var(--ivory-deep) 100%);
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--champagne);
}

.rule {
  height: 1px;
  background: var(--line);
  border: 0;
  opacity: 1;
}

/* ---------- Buttons ---------- */
.btn {
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.85rem 1.7rem;
  font-weight: 500;
  transition: all .35s cubic-bezier(.2, .7, .3, 1);
  border-width: 1px;
}

.btn-gold {
  background: var(--charcoal);
  color: var(--ivory);
  border: 1px solid var(--charcoal);
  position: relative;
  overflow: hidden;
}

.hero .btn-gold {
  background: var(--gold);
  border: 1px solid var(--gold);
}

.btn-gold::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--gold) 0%, var(--gold-soft) 100%);
  transform: translateY(101%);
  transition: transform .4s cubic-bezier(.2, .7, .3, 1);
  z-index: 0;
}

.btn-gold:hover::after {
  transform: translateY(0);
}

.btn-gold span,
.btn-gold {
  position: relative;
}

.btn-gold>* {
  position: relative;
  z-index: 1;
}

.btn-gold:hover {
  color: #000 !important;
  border-color: var(--gold);
}

.btn-outline-ink {
  border: 1px solid rgba(30, 28, 25, .28);
  color: var(--charcoal);
  background: transparent;
}

.btn-outline-ink:hover {
  background: var(--charcoal);
  color: var(--ivory);
  border-color: var(--charcoal);
}

.btn-ghost-gold {
  border: 1px solid var(--champagne);
  color: var(--gold);
  background: rgba(255, 255, 255, .6);
}

.btn-ghost-gold:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

.btn-sm-lux {
  padding: .6rem 1.15rem;
  font-size: .7rem;
}

/* ---------- Navbar ---------- */
.lux-nav {
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: box-shadow .35s ease, padding .35s ease, border-color .35s ease;
}

.lux-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(251, 248, 243, .96);
  backdrop-filter: blur(14px);
  z-index: -1;
}

.lux-nav.scrolled {
  background: rgba(251, 248, 243, .96);
  box-shadow: var(--shadow-sm);
  border-color: var(--line);
  padding: .55rem 0;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
}

.brand-mark img {
  width: 125px;
}

.brand-mark .glyph {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 1px solid var(--champagne);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--gold);
}

.brand-mark .name {
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1;
  color: var(--charcoal);
}

.brand-mark .sub {
  font-size: .58rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--grey);
}

.lux-nav .nav-link {
  font-size: .84rem;
  letter-spacing: .14em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--ink);
  padding: .4rem .75rem !important;
  position: relative;
}

.lux-nav .nav-link::after {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .1rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.lux-nav .nav-link:hover::after,
.lux-nav .nav-link.active::after {
  transform: scaleX(1);
}

.lux-nav .nav-link:hover {
  color: var(--gold);
}

.navbar-toggler {
  border: 1px solid rgb(30 28 25 / 60%);
  border-radius: 2px;
  padding: .1rem .55rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-phone {
  font-size: .84rem;
  letter-spacing: .14em;
  font-weight: 500;
  color: var(--charcoal);
  text-decoration: none;
  white-space: nowrap;
}

.nav-phone:hover {
  color: var(--gold);
}

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-bottom: clamp(32px, 4.5vw, 56px);
  position: relative;
  isolation: isolate;
  padding-top: 70px;
  background: var(--forest) url('../images/panvelbanner.webp') center/cover no-repeat;
}

.hero::before {
  /* darker emerald/gold tint so text stays crisp against the photo */
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 70% at 0% 0%, rgba(232, 205, 151, .12), transparent 60%),
    radial-gradient(90% 70% at 100% 100%, rgba(46, 150, 124, .24), transparent 60%),
    linear-gradient(180deg, rgba(4, 20, 15, .74) 0%, rgba(4, 20, 15, .58) 30%, rgba(4, 20, 15, .58) 68%, rgba(4, 20, 15, .86) 100%);
}

.hero-copy {
  background: rgba(4, 20, 15, .62);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(232, 205, 151, .22);
  border-radius: 18px;
  padding: clamp(1rem, 3vw, 1rem);
}

.hero-badge-inline {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000;
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .2rem .6rem;
  margin-bottom: 1rem;
}

/* Highlight sweep */
.hero-badge-inline::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;

  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.65),
      transparent);

  transform: skewX(-20deg);
  animation: badgeHighlight 2.5s ease-in-out infinite;
}

@keyframes badgeHighlight {
  0% {
    left: -100%;
  }

  45%,
  100% {
    left: 150%;
  }
}

.hero-label {
  font-size: .8rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  display: block;
}

.hero-title {
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.04;
  margin: .3rem 0 1rem;
  color: var(--ivory);
  text-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.hero-title em {
  font-style: italic;
  color: var(--gold-soft);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  border-top: 1px solid rgba(251, 248, 243, .22);
}

.hero-points li {
display: flex;
    align-items: center;
    gap: .65rem;
    padding: .45rem 0;
    border-bottom: 1px solid rgba(251, 248, 243, .22);
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--ivory-deep);
    background: #1f1e1e7a;
    padding: 5px 10px;
}

.hero-points svg {
  color: var(--gold-soft);
  flex: 0 0 18px;
}

.price-block {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;

  position: relative;
}


@keyframes priceGlow {

  0%,
  100% {
    opacity: .35;
    transform: scale(1);
  }

  50% {
    opacity: .85;
    transform: scale(1.18);
  }
}

.price-block .cap {
  font-size: .88rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(251, 248, 243, .75);
  display: block;
  margin-bottom: .1rem;
}

.price-block .amount {
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  background: linear-gradient(100deg, var(--ivory) 0%, var(--gold-soft) 42%, var(--ivory) 60%, var(--gold-soft) 100%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: priceShimmer 4.5s linear infinite;
}

@keyframes priceShimmer {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: -250% center;
  }
}

.price-block .amount sup {
  color: var(--gold-soft);
  font-size: .45em;
  top: -.9em;
  -webkit-text-fill-color: var(--gold-soft);
}

.price-block .note {
  font-size: .72rem;
  color: rgba(251, 248, 243, .72);
  padding-bottom: .35rem;
}

.hero .btn-outline-ink {
  border: 1px solid rgba(251, 248, 243, .5);
  color: var(--ivory);
}

.hero .btn-outline-ink:hover {
  background: var(--ivory);
  color: var(--charcoal);
  border-color: var(--ivory);
}

.hero-visual {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 332px;
    right: 77px;
    /* top: 0; */
    margin: -130px;

}

.hero-form {
  background: #fff;
  padding: 1.6rem 1.6rem 1.3rem;
  box-shadow: var(--shadow-lg);
  border-top: 2px solid var(--gold);
  width: 100%;
  max-width: 320px;
  border-radius: 14px;
}

.hero-form h3 {
  font-size: 1.35rem;
  margin-bottom: .1rem;
}

.hero-form .sub {
  font-size: .94rem;
  color: #000;
  margin-bottom: .9rem;
}

.lux-input {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: .6rem 0;
  font-size: .9rem;
  color: var(--ink);
  box-shadow: none !important;
  transition: border-color .3s ease;
}

.lux-input::placeholder {
  color: #a79f94;
}

.lux-input:focus {
  border-color: var(--gold);
  background: transparent;
}

.form-note {
  font-size: .66rem;
  color: #9c9489;
  line-height: 1.5;
  margin: .7rem 0 0;
}

/* ---------- Marquee stats ---------- */
.stat-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .5);
}

.stat {
  padding: 1.6rem .5rem;
  text-align: center;
}

.stat .num {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--charcoal);
  line-height: 1;
}

.stat .lbl {
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: .4rem;
}

.stat-strip .col-6:nth-child(1) .num {
  color: var(--gold);
}

.stat-strip .col-6:nth-child(2) .num {
  color: var(--emerald);
}

.stat-strip .col-6:nth-child(3) .num {
  color: var(--terracotta);
}

.stat-strip .col-6:nth-child(4) .num {
  color: var(--azure);
}

/* ---------- About ---------- */

#about {
  background: linear-gradient(180deg, #ffffff 0%, var(--ivory-deep) 100%);
}

.about-img-wrap {
  position: relative;
  padding: 12px;
}

.about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.about-img-wrap::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid var(--champagne);
  z-index: -1;
}

.about-quote {
  border-left: 2px solid var(--champagne);
  padding-left: 1.2rem;
  font-family: var(--serif);
  font-size: 1.32rem;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.5;
}

/* ---------- Highlights ---------- */
.hl-row {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: .6rem;
}

.hl-row li {
  display: flex;
  gap: .55rem;
  align-items: center;
  padding: .6rem .95rem;
  font-size: .94rem;
  margin-bottom: 8px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}

.hl-row li:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
  border-color: var(--champagne);
}

.hl-row svg {
  flex: 0 0 15px;
  color: var(--gold);
}

.hl-row li:nth-child(5n+1) svg {
  color: var(--gold);
}

.hl-row li:nth-child(5n+2) svg {
  color: var(--emerald);
}

.hl-row li:nth-child(5n+3) svg {
  color: var(--terracotta);
}

.hl-row li:nth-child(5n+4) svg {
  color: var(--azure);
}

.hl-row li:nth-child(5n+5) svg {
  color: var(--emerald-soft);
}

/* image teaser with a "View" button pinned to the top */
.hl-image-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  padding: 12px;
}

.hl-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 620px;
  transform: scale(1.02);
  transition: transform .5s ease;
}

.hl-image-wrap:hover img {
  transform: scale(1.06);
}

.hl-image-veil {
  position: absolute;
  inset: 0 0 auto 0;
  padding: 1.3rem 1rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: .6rem;
  background: linear-gradient(180deg, rgba(20, 17, 13, .55) 0%, rgba(20, 17, 13, .15) 70%, rgba(20, 17, 13, 0) 100%);
}

.hl-image-veil .tag-pop {
  background: rgba(251, 248, 243, .92);
}

/* ---------- Pricing ---------- */
.price-table {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.price-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 170px;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.4rem;
  border-bottom: 1px solid var(--line);
  transition: background .3s ease;
  position: relative;
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row:hover {
  background: var(--ivory);
}

.price-row.is-featured {
  background: linear-gradient(90deg, rgba(217, 195, 154, .16), rgba(217, 195, 154, 0));
}

.price-row.is-featured::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
}

.price-head {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  background: var(--ivory-deep);
}

.price-row .cfg {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--charcoal);
}

.price-row .amt {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: #000;
}

.tag-pop {
  font-size: .58rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--champagne);
  padding: .1rem .4rem;
  margin-left: .5rem;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .price-row {
    grid-template-columns: 1fr 1fr;
    row-gap: .35rem;
  }

  .price-row .act {
    grid-column: 1 / -1;
  }

  .price-head {
    display: none;
  }
}

/* ---------- Amenities ---------- */
.amenity {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.5rem 1.3rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.2, .7, .3, 1), box-shadow .4s ease, border-color .4s ease;
}

.amenity::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--champagne));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.2, .7, .3, 1);
}

.amenity:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--champagne);
}

.amenity:hover::after {
  transform: scaleX(1);
}

.amenity .ic {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--champagne);
  color: var(--gold);
  margin-bottom: 1rem;
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}

.amenity:hover .ic {
  background: var(--gold);
  color: #fff;
}

.amenity:nth-child(4n+2) .ic {
  color: var(--emerald);
  border-color: var(--emerald-soft);
}

.amenity:nth-child(4n+2):hover .ic {
  background: var(--emerald);
}

.amenity:nth-child(4n+3) .ic {
  color: var(--terracotta);
  border-color: var(--terracotta-soft);
}

.amenity:nth-child(4n+3):hover .ic {
  background: var(--terracotta);
}

.amenity:nth-child(4n+4) .ic {
  color: var(--azure);
  border-color: #9fb9c8;
}

.amenity:nth-child(4n+4):hover .ic {
  background: var(--azure);
}

.amenity h3 {
  font-size: 1.08rem;
  margin-bottom: .2rem;
}

.amenity p {
  font-size: .82rem;
  margin: 0;
}

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

.gal figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.gal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .3, 1);
}

.gal figure:hover img {
  transform: scale(1.07);
}

.gal figure figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: .9rem 1rem;
  background: linear-gradient(180deg, rgba(20, 17, 13, 0), rgba(20, 17, 13, .72));
  color: #fff;
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: all .4s ease;
}

.gal figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.gal .g-lg {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 767.98px) {
  .gal {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
  }

  .gal .g-lg {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  background: rgba(20, 17, 13, .92);
  padding: 4vh 4vw;
  align-items: center;
  justify-content: center;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: 100%;
  max-height: 92vh;
  object-fit: contain;
  box-shadow: var(--shadow-lg);
}

.lightbox .lb-close,
.lightbox .lb-nav {
  position: absolute;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .3s;
}

.lightbox .lb-close:hover,
.lightbox .lb-nav:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.lightbox .lb-close {
  top: 18px;
  right: 18px;
}

.lightbox .lb-prev {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox .lb-next {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* ---------- Floor plans ---------- */
.seg {
  display: inline-flex;
  border: 1px solid var(--line);
  background: #fff;
  flex-wrap: wrap;
}

.seg button {
  border: 0;
  background: transparent;
  padding: .7rem 1.35rem;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--grey);
  transition: all .3s ease;
}

.seg button.is-active {
  background: var(--charcoal);
  color: var(--ivory);
}

.plan-image-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  padding: 1.4rem;
  max-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-image-wrap img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: contain;
  display: block;
  filter: blur(6px);
  transform: scale(1.02);
  transition: filter .5s ease, opacity .4s ease;
}

.plan-image-wrap:hover img {
  filter: blur(3px);
}

.plan-image-veil {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(20, 17, 13, .08) 0%, rgba(20, 17, 13, .28) 100%);
}

.plan-meta dt {
  font-size: .64rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 400;
}

.plan-meta dd {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--charcoal);
  margin-bottom: 1.1rem;
}

/* ---------- Location ---------- */
.map-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  min-height: 340px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  display: block;
  filter: grayscale(.35) contrast(1.02);
}

.conn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: .72rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .9rem;
}

.conn .d {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--gold);
  white-space: nowrap;
}

/* ---------- Final CTA ---------- */
.cta-band {
  background:
    radial-gradient(120% 70% at 0% 0%, rgba(232, 205, 151, .10), transparent 60%),
    radial-gradient(90% 70% at 100% 100%, rgba(46, 150, 124, .20), transparent 60%),
    linear-gradient(155deg, #04140f 0%, #082a22 48%, #04140f 100%);
  color: var(--ivory);
  position: relative;
  overflow: hidden;
}

.cta-band h2,
.cta-band .amount {
  color: var(--ivory);
}

.cta-band p {
  color: rgba(251, 248, 243, .66);
}

.cta-band::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(217, 195, 154, .22);
  border-radius: 50%;
}

.btn-ivory {
  background: var(--ivory);
  color: var(--charcoal);
  border: 1px solid var(--ivory);
}

.btn-ivory:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.btn-outline-ivory {
  border: 1px solid rgba(251, 248, 243, .4);
  color: var(--ivory);
}

.btn-outline-ivory:hover {
  background: var(--ivory);
  color: var(--charcoal);
}

/* ---------- Footer ---------- */
.lux-footer {
  background:
    radial-gradient(120% 70% at 0% 0%, rgba(232, 205, 151, .10), transparent 60%),
    radial-gradient(90% 70% at 100% 100%, rgba(46, 150, 124, .18), transparent 60%),
    linear-gradient(155deg, #04140f 0%, #082a22 48%, #04140f 100%);
  padding-top: clamp(48px, 6vw, 76px);
  color: rgba(255, 255, 255, .86);
}

.footer-heading {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-about p {
  color: rgba(255, 255, 255, .62);
  font-size: .92rem;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 1.6rem;
}

.footer-call {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.footer-call .ic {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--navy-line);
  display: grid;
  place-items: center;
  color: var(--gold-soft);
}

.footer-call .lbl {
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  display: block;
  margin-bottom: .15rem;
}

.footer-call a {
  color: #fff;
  font-weight: 600;
  font-size: 1.15rem;
  text-decoration: none;
}

.footer-call a:hover {
  color: var(--gold-soft);
}

.footer-card {
  background: #fff;
  border: 1px solid var(--navy-line);
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  backdrop-filter: blur(6px);
  max-width: 420px;
  width: 100%;
  margin-left: auto;
}

.footer-card h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}

.footer-card .lux-input {
  border: 1px solid var(--navy-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  padding: .78rem .9rem;
  font-size: .86rem;
}

.footer-card .lux-input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.footer-card .lux-input:focus {
  border-color: var(--gold-soft);
  background: rgba(255, 255, 255, .08);
}

.footer-card .btn-gold {
  border-radius: 999px;
}

.footer-card .form-note {
  color: rgba(255, 255, 255, .42);
}

.footer-legal {
  border-top: 1px solid var(--navy-line);
  margin-top: 12px;
  padding: clamp(1.5rem, 4vw, 1.5rem) 0;
  text-align: center;
}

.footer-rera {
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .04em;
  color: #fff;
}

.legal {
  font-size: .78rem;
  color: rgba(255, 255, 255, .5);
  line-height: 1.75;
  margin: 1rem auto 0;
  max-width: 75%;
}

.foot-bottom {
  border-top: 1px solid var(--navy-line);
  padding: 1.1rem 0;
  font-size: .78rem;
  color: rgba(255, 255, 255, .55);
}

.foot-bottom .container {
  justify-content: center;
  gap: 1.6rem;
}

.foot-bottom a {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}

.foot-bottom a:hover {
  color: var(--gold-soft);
}

.foot-bottom strong {
  color: #fff;
  font-weight: 600;
}

/* ---------- Modal ---------- */
.modal-content {
  border-radius: 0;
  border: 0;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.modal-content .modal-top {
  border-top: 3px solid var(--gold);
}

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(251, 248, 243, .97);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 26px -18px rgba(40, 33, 22, .5);
}

.sticky-cta a {
  padding: .78rem .4rem;
  text-align: center;
  text-decoration: none;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: #c9a34a;

  color: #fff;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  border-right: 1px solid rgb(255 255 255);
}

.sticky-cta a:last-child {
  border-right: 0;
  background: #c9a34a;
  color: #fff;
}

.sticky-cta svg {
  color: #fff;
}

.sticky-cta a:last-child svg {
  color: #fff;
}

@media (min-width: 992px) {
  .sticky-cta {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 42px;
  }

  .hero-copy {
    padding: 1rem;
  }

  .lux-nav {
    padding: 8px 4px;
  }

  .brand-mark img {
    width: 110px;
  }

  .hero-badge-inline {
    margin-bottom: 8px;
    font-size: .72rem !important;
  }

  .hero-title {
    font-size: 24px;
  }

  .legal {
    max-width: 100%;
  }

  .amenity {
    padding: 1rem;
  }

  .lux-nav .nav-link::after {
    display: none;
  }
}

.lux-footer .btn-gold {
  background: var(--gold);
  border: 1px solid var(--gold);
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s cubic-bezier(.2, .7, .3, 1), transform .9s cubic-bezier(.2, .7, .3, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.reveal[data-delay="1"] {
  transition-delay: .1s;
}

.reveal[data-delay="2"] {
  transition-delay: .2s;
}

.reveal[data-delay="3"] {
  transition-delay: .3s;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  * {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 1199.98px) {
  #navMenu.offcanvas {
    width: 300px;
    background: var(--ivory);
    height: 100vh !important;
    height: 100svh !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 1050;
  }

  #navMenu .offcanvas-header {
    border-bottom: 1px solid var(--line);
    flex-shrink: 0;
  }

  #navMenu .offcanvas-body {
    display: flex !important;
    flex-direction: column;
    background: var(--ivory);
    flex: 1 1 auto;
    overflow-y: auto;
  }

  #navMenu .navbar-nav {
    width: 100%;
  }

  #navMenu .nav-link {
    padding: .9rem .2rem !important;
    border-bottom: 1px solid var(--line);
    display: block;
    width: 100%;
  }
}

.hero-mobile-img {
  display: none;
}

@media (max-width: 991.98px) {
  .hero {
    background: radial-gradient(120% 70% at 0% 0%, rgba(232, 205, 151, .10), transparent 60%),
      radial-gradient(90% 70% at 100% 100%, rgba(46, 150, 124, .18), transparent 60%),
      linear-gradient(155deg, #04140f 0%, #082a22 48%, #04140f 100%);
    /* no bg-image on mobile, image is a real element now */
    min-height: 0;

    display: block;
    padding-top: 0;
  }

  .hero::before {
    display: none;
  }

  /* this gradient was tuned to sit over the photo */

  .hero-mobile-img {
    display: block;
    width: 100%;
    height: 31vh;
    object-fit: cover;
  }

  .hero-visual {
    min-height: 0;
    position: relative;
    top: auto !important;
    margin: 0 !important;
    right: auto !important;
  }
}