:root {
  --ivory: #f3efe5;
  --paper: #f7f3eb;
  --stone: #d8d0c1;
  --ink: #143a2e;
  --sage: #5d7167;
  --deep: #0c3b2e;
  --water: #7d9a8c;
  --gold: #b9a271;
  --gold-light: #d1c09b;
  --line: #143a2e2e;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: 'Montserrat', Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }

::selection { color: #fff; background: var(--sage); }

/* ── SHARED ── */
.section-shell { padding-inline: clamp(24px, 7vw, 134px); }

.eyebrow {
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.eyebrow.dark { color: var(--sage); }

h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(3rem, 6.5vw, 7.4rem);
  font-weight: 300;
  line-height: .94;
}

.text-link {
  color: inherit;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
  background: 0;
  border: 0;
  border-bottom: 1px solid;
  padding: 0 0 8px;
  font-size: 10px;
  line-height: 1.6;
  display: inline-block;
  transition: opacity .2s;
}

.text-link:hover { opacity: .55; }

.lead-copy {
  letter-spacing: -.02em;
  font-weight: 300;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.45;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s, transform .8s cubic-bezier(.22,.61,.36,1);
}

.reveal.is-visible { opacity: 1; transform: none; }

.editorial-image { position: relative; overflow: hidden; }
.editorial-image img { object-fit: cover; width: 100%; height: 100%; }

/* ── HEADER ── */
.site-header {
  z-index: 50;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 88px;
  padding: 0 clamp(24px, 4vw, 76px);
  transition: background .35s, color .35s, height .35s, border-color .35s;
  position: fixed;
  inset: 0 0 auto;
  isolation: isolate;
  transform: translateZ(0);
}

.site-header.is-scrolled {
  height: 72px;
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: var(--ivory);
  box-shadow: 0 8px 24px rgba(20,58,46,.07);
}

.brand {
  letter-spacing: .32em;
  font-size: 17px;
  font-weight: 400;
}

.site-header nav {
  letter-spacing: .08em;
  gap: 34px;
  font-size: 11px;
  display: flex;
}

.site-header nav a { transition: opacity .2s; }
.site-header nav a:hover { opacity: .55; }

.nav-cta {
  color: inherit;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  justify-self: end;
  padding: 8px 0;
  font-size: 10px;
  transition: opacity .2s;
}

.nav-cta:hover { opacity: .55; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: inherit;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  justify-self: end;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--deep);
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  z-index: 49;
}

.mobile-menu.open { display: flex; }
.mobile-menu a, .mobile-menu button {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #fff;
  font-weight: 300;
}

/* ── HERO ── */
.hero {
  color: #fff;
  background: #0c3b2e;
  display: grid;
  place-items: center;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  object-position: center 54%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* video placeholder */
.hero-video-bg {
  position: absolute;
  inset: 0;
  background: #0c3b2e;
}

.hero-shade {
  background: linear-gradient(#07100d70, #07100d14 43%, #07100d8a);
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 2;
  text-align: center;
  padding: 120px 24px 82px;
  position: relative;
}

.hero h1 {
  letter-spacing: .15em;
  margin: 0;
  font-size: clamp(4.2rem, 11vw, 9.375rem);
  font-weight: 200;
  line-height: .84;
}

.hero-line {
  letter-spacing: .07em;
  margin: 30px 0 0;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 300;
  opacity: .8;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
}

.button {
  letter-spacing: .15em;
  text-transform: uppercase;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  font-size: 9px;
  transition: background .25s, color .25s, border-color .25s;
}

.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: var(--ivory); }
.button-ghost { border: 1px solid rgba(255,255,255,.7); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-dark { color: #fff; background: var(--deep); }
.button-dark:hover { background: var(--sage); }
.button-gold { color: var(--ink); background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }

.scroll-cue {
  z-index: 2;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 8px;
  position: absolute;
  bottom: 22px;
  left: clamp(20px, 3vw, 50px);
  color: rgba(255,255,255,.5);
}

/* ── VISION / CONCEPT ── */
.vision {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 55px 9vw;
  padding-top: clamp(110px, 13vw, 230px);
  padding-bottom: clamp(100px, 12vw, 210px);
}

.vision-heading { grid-column: 1; }

.vision-copy {
  grid-column: 2;
  max-width: 520px;
  padding-bottom: 8px;
}

.vision-copy p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.85;
}

.vision-image {
  grid-column: 1 / -1;
  height: min(65vw, 800px);
  margin-top: clamp(35px, 6vw, 90px);
}

/* ── PROOF BAR ── */
.proof {
  color: #fff;
  background: var(--deep);
  padding: clamp(84px, 9vw, 150px) clamp(24px, 7vw, 134px);
}

.proof-intro {
  border-bottom: 1px solid rgba(255,255,255,.22);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 46px;
}

.proof-intro p:last-child {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(1.5rem, 2.7vw, 2.6rem);
  font-weight: 300;
}

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

.proof-item {
  border-right: 1px solid rgba(255,255,255,.12);
  min-width: 0;
  padding: 44px 4vw 10px 0;
}

.proof-item:not(:first-child) { padding-left: 4vw; }
.proof-item:last-child { border-right: 0; }

.proof-value {
  letter-spacing: -.055em;
  white-space: nowrap;
  margin: 0 0 10px;
  font-size: clamp(2.3rem, 4vw, 4.7rem);
  font-weight: 300;
  line-height: 1;
}

.proof-value span { font-size: .45em; margin-left: 4px; opacity: .6; }

.proof-item p:last-child {
  font-size: 11px;
  letter-spacing: .06em;
  opacity: .55;
  margin: 0;
}

.proof-action {
  text-align: right;
  margin-top: 50px;
}

.proof-action .text-link { color: #fff; }

/* ── UNIT TYPES / RESIDENCE CHOICE ── */
.residence-choice {
  padding-top: clamp(105px, 10vw, 165px);
}

.section-intro {
  padding-bottom: clamp(70px, 8vw, 120px);
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: grid-template-columns .55s cubic-bezier(.22,.61,.36,1);
}
.choice-grid:has(.choice-panel:first-child:hover) {
  grid-template-columns: 62fr 38fr;
}
.choice-grid:has(.choice-panel:last-child:hover) {
  grid-template-columns: 38fr 62fr;
}

.choice-panel {
  color: #fff;
  min-height: min(70vh, 820px);
  position: relative;
  overflow: hidden;
  display: block;
}

.choice-panel-bg {
  position: absolute;
  inset: 0;
  transition: transform .7s cubic-bezier(.22,.61,.36,1);
}

.choice-panel:hover .choice-panel-bg { transform: scale(1.04); }

.choice-bg-1 { background: linear-gradient(170deg, #184b3a 0%, #12392c 60%, #0a291f 100%); }
.choice-bg-2 { background: linear-gradient(170deg, #174634 0%, #103326 60%, #09251c 100%); }
.choice-bg-3 { background: linear-gradient(170deg, #153d30 0%, #0d2d22 60%, #071f17 100%); }
.choice-bg-4 { background: linear-gradient(170deg, #10372b 0%, #0a291f 60%, #051b14 100%); }

.choice-shade {
  background: linear-gradient(rgba(6,26,19,.12), rgba(6,26,19,.7));
  position: absolute;
  inset: 0;
  z-index: 1;
}

.choice-content {
  z-index: 2;
  position: absolute;
  bottom: clamp(40px, 6vw, 80px);
  left: clamp(22px, 4vw, 40px);
  right: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}
.choice-panel:hover .choice-content {
  opacity: 1;
  transform: translateY(0);
}

/* Static label — visible at rest, fades on hover */
.choice-label-static {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  pointer-events: none;
  transition: opacity .35s ease;
  white-space: nowrap;
}
.choice-panel:hover .choice-label-static {
  opacity: 0;
}
.choice-label-static span {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
}

.choice-content p {
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .55;
  margin: 0 0 10px;
}

.choice-content h3 {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 300;
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 0 0 8px;
}

.choice-content .size {
  display: block;
  font-size: 10px;
  letter-spacing: .1em;
  opacity: .6;
  margin-bottom: 16px;
}

.choice-content .price {
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .02em;
  margin-bottom: 20px;
  opacity: .85;
}

.choice-link {
  color: inherit;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
  width: fit-content;
  padding-bottom: 6px;
  display: block;
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: opacity .2s;
}

.choice-link:hover { opacity: .6; }

/* ── AMENITIES ── */
.amenities-section {
  background: var(--paper);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 134px);
}

.amenities-top {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(56px, 7vw, 88px);
}

.amenities-top h2 {
  margin-bottom: 20px;
}

.amenities-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--sage);
  max-width: 58ch;
  margin: 0 auto;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.amenity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(24px, 3.5vw, 40px) 20px clamp(20px, 3vw, 32px);
  border-bottom: 1px solid var(--stone);
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1),
              transform .7s cubic-bezier(.22,.61,.36,1);
}

.amenity-card.in {
  opacity: 1;
  transform: translateY(0);
}

.amenity-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.amenity-icon i {
  font-size: 28px;
  color: var(--ink);
  line-height: 1;
}

.amenity-name {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .05em;
  color: var(--ink);
  line-height: 1.5;
}

.amenities-cta {
  text-align: center;
  margin-top: clamp(48px, 6vw, 72px);
}

/* ── LOCATION ── */
.location-section {
  display: grid;
  grid-template-columns: 340px 1fr;
  min-height: clamp(480px, 60vw, 700px);
}

.location-c-left {
  background: var(--deep);
  padding: clamp(52px, 7vw, 100px) clamp(32px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.location-c-kicker {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
}

.location-c-h {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 200;
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1.05;
}

.location-c-h em { font-style: italic; color: var(--gold); }

.location-c-list {
  display: flex;
  flex-direction: column;
  border-top: 0.5px solid rgba(255,255,255,.08);
  flex: 1;
}

.location-c-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(255,255,255,.07);
}

.location-c-name {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,.5);
}

.location-c-time {
  font-size: 22px;
  font-weight: 200;
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1;
}

.location-c-unit {
  font-size: 10px;
  font-weight: 300;
  color: var(--gold);
}

.location-c-map {
  position: relative;
  overflow: hidden;
}

.location-c-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ── PAYMENT PLAN ── */
.payment-section {
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  overflow: hidden;
}

.payment-left {
  padding: clamp(72px, 9vw, 140px) clamp(36px, 6vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 0.5px solid var(--line);
}

.payment-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .12em;
  border: 0.5px solid rgba(23,32,29,.25);
  padding: 5px 14px;
  color: rgba(23,32,29,.55);
  margin-bottom: 24px;
}

.payment-left h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 200;
  letter-spacing: -.03em;
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 28px;
}

.payment-left-body {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--sage);
  max-width: 44ch;
  margin-bottom: 36px;
}

.payment-left-body strong {
  font-weight: 500;
  color: var(--ink);
}

.payment-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.payment-btn-dark {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ink);
  border: none;
  padding: 15px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background .2s;
}

.payment-btn-dark:hover { background: var(--sage); }

.payment-btn-outline {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 0.5px solid rgba(23,32,29,.35);
  padding: 15px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .2s;
}

.payment-btn-outline:hover { background: var(--ink); color: #fff; }

.payment-right {
  background: var(--beige, #e3ded2);
  display: flex;
  flex-direction: column;
}

.payment-step {
  flex: 1;
  padding: clamp(36px, 5vw, 56px) clamp(32px, 5vw, 72px);
  border-bottom: 0.5px solid rgba(23,32,29,.1);
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 36px);
  opacity: 0;
  transform: translateX(24px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1),
              transform .7s cubic-bezier(.22,.61,.36,1);
}

.payment-step:last-child { border-bottom: none; }
.payment-step.in { opacity: 1; transform: translateX(0); }

.payment-pct {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 100;
  letter-spacing: -.04em;
  color: var(--ink);
  line-height: 1;
  white-space: nowrap;
  min-width: clamp(80px, 8vw, 110px);
}

.payment-pct-suf {
  font-size: clamp(1rem, 1.5vw, 1.6rem);
  font-weight: 100;
  color: var(--ink);
}

.payment-step-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  color: var(--ink);
  margin-bottom: 6px;
}

.payment-step-body {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--sage);
}

/* ── DEVELOPER ── */
.developer {
  background: var(--paper);
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 700px;
}

.developer-image {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.dev-img-placeholder {
  width: 100%; height: 100%;
  min-height: 600px;
  background: linear-gradient(160deg, #0c3b2e 0%, #143a2e 100%);
  display: flex;
  align-items: flex-end;
  padding: 32px;
}

.developer-copy {
  align-self: center;
  padding: clamp(70px, 8vw, 140px) clamp(35px, 6vw, 100px);
}

.dev-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.dev-stat {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.dev-stat:nth-child(even) { border-right: 0; padding-left: 24px; }
.dev-stat:nth-child(odd) { padding-right: 24px; }

.dev-stat-num {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 200;
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 6px;
}

.dev-stat-label {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ── GALLERY ── */
.gallery-section {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  background: #143a2e;
}

.gallery-slides {
  display: flex;
  height: 100%;
  transition: transform 1.1s cubic-bezier(.77,0,.18,1);
}

.gallery-slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}

.gs1 { background: linear-gradient(180deg,#0c3b2e 0%,#143a2e 60%,#09251c 100%); }
.gs2 { background: linear-gradient(180deg,#12392c 0%,#18120e 60%,#072219 100%); }
.gs3 { background: linear-gradient(180deg,#174636 0%,#103328 60%,#0a281f 100%); }
.gs4 { background: linear-gradient(180deg,#103629 0%,#0b2a20 60%,#071f18 100%); }
.gs5 { background: linear-gradient(180deg,#153d30 0%,#0e3025 60%,#08231b 100%); }

.gallery-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 55%);
  pointer-events: none;
}

.gallery-dots {
  position: absolute;
  top: 28px;
  right: clamp(24px, 4vw, 52px);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.gallery-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0.5px solid rgba(255,255,255,.45);
  background: transparent;
  cursor: pointer;
  transition: background .3s, border-color .3s;
}

.gallery-dot.active {
  background: var(--gold);
  border-color: var(--gold);
}

.gallery-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(24px, 3vw, 40px) clamp(24px, 4vw, 52px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
}

.gallery-caption {}

.gallery-cap-label {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 6px;
}

.gallery-cap-title {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,.85);
  letter-spacing: .02em;
  transition: opacity .4s;
}

.gallery-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.gallery-counter {
  font-size: 11px;
  font-weight: 200;
  letter-spacing: .06em;
  color: rgba(255,255,255,.4);
}

.gallery-counter em {
  font-style: normal;
  color: #fff;
  font-weight: 300;
}

.gallery-arrows {
  display: flex;
  gap: 8px;
}

.gallery-arrow {
  width: 48px;
  height: 48px;
  border: 0.5px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255,255,255,.7);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}

.gallery-arrow:hover {
  border-color: rgba(255,255,255,.5);
  color: #fff;
  background: rgba(0,0,0,.4);
}

/* ── FLOOR PLANS ── */
.masterplan-section {
  color: #fff;
  background: #0c3b2e;
  padding: clamp(100px, 12vw, 190px) 0;
}

.masterplan-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 6vw;
  padding-bottom: clamp(48px, 6vw, 80px);
}

.fp-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin: 0 0 clamp(40px, 6vw, 80px);
}

.fp-tab {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(255,255,255,.35);
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  padding: 14px 28px 14px 0;
  margin-right: 24px;
  transition: color .2s;
}

.fp-tab:first-child { padding-left: 0; }
.fp-tab.active { color: #fff; border-bottom-color: var(--gold); }
.fp-tab:hover { color: rgba(255,255,255,.7); }

.fp-image {
  width: 100%;
  cursor: zoom-in;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 40vw, 580px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
  padding: 20px;
}

.fp-ghost {
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.12);
  position: relative;
}

.fp-ghost::before {
  content: '';
  position: absolute;
  top: 25%; left: 0; right: 42%;
  bottom: 0;
  border: 1px solid rgba(255,255,255,.08);
}

.fp-ghost::after {
  content: '';
  position: absolute;
  top: 0; left: 55%; right: 0;
  bottom: 48%;
  border: 1px solid rgba(255,255,255,.08);
}

.fp-label {
  position: absolute;
  bottom: 12px; right: 14px;
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.2);
}

.fp-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: clamp(28px, 4vw, 48px) 0;
  background: rgba(255,255,255,.08);
}

.fp-detail {
  background: #0c3b2e;
  padding: 24px;
}

.fp-detail-val {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  font-weight: 200;
  letter-spacing: -.02em;
  margin-bottom: 6px;
}

.fp-detail-key {
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .45;
}

.masterplan-action {
  text-align: center;
  padding-top: 46px;
}

/* ── ENQUIRY / FORM ── */
.enquiry {
  color: #fff;
  background: var(--deep);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(60px, 10vw, 180px);
  padding-top: clamp(110px, 13vw, 210px);
  padding-bottom: clamp(110px, 12vw, 190px);
}

.enquiry-eyebrow { color: rgba(255,255,255,.45); }

.enquiry h2 { color: #fff; }

.enquiry-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  opacity: .55;
  margin-top: 24px;
}

.enquiry-phone {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.enquiry-phone p {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .4;
  margin-bottom: 8px;
}

.enquiry-phone a {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 200;
  letter-spacing: -.01em;
  color: #fff;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  gap: 22px 18px;
}

.full-field { grid-column: 1 / -1; }

.field { position: relative; }

.field label {
  display: block;
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .45;
  margin-bottom: 10px;
}

.field input,
.field select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
  outline: none;
  transition: border-color .2s;
  appearance: none;
}

.field input::placeholder { color: rgba(255,255,255,.25); }
.field input:focus,
.field select:focus { border-color: var(--gold); }
.field select option { background: var(--deep); color: #fff; }

.choice-group {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  grid-column: 1 / -1;
}

.choice-chip {
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.5);
  background: transparent;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 16px;
  cursor: pointer;
  transition: all .2s;
}

.choice-chip:hover,
.choice-chip.selected { border-color: var(--gold); color: #fff; }

.submit-button {
  height: 55px;
  width: 100%;
  color: var(--ink);
  letter-spacing: .18em;
  text-transform: uppercase;
  background: #fff;
  border: 0;
  margin-top: 10px;
  font-size: 9px;
  font-weight: 500;
  transition: background .2s;
  grid-column: 1 / -1;
}

.submit-button:hover { background: var(--ivory); }

.privacy-note {
  color: rgba(255,255,255,.35);
  font-size: 9px;
  line-height: 1.6;
  grid-column: 1 / -1;
  margin-top: -8px;
}

/* ── FOOTER ── */
footer {
  background: var(--ink);
  color: rgba(255,255,255,.5);
  padding: clamp(48px, 6vw, 80px) clamp(24px, 7vw, 134px);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 40px;
  margin-bottom: 32px;
}

.footer-brand {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .32em;
  color: #fff;
  margin-bottom: 8px;
}

.footer-dev {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .4;
}

.footer-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.footer-links a {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  transition: color .2s;
}

.footer-links a:hover { color: #fff; }

.footer-copy {
  font-size: 10px;
  line-height: 1.7;
  opacity: .35;
  max-width: 800px;
}

footer > div:nth-of-type(2) {
  margin-bottom: 24px !important;
}

footer > div:nth-of-type(2) img {
  opacity: .45 !important;
}

footer > div:nth-of-type(2) span {
  color: rgba(255,255,255,.45);
  opacity: 1 !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .vision { grid-template-columns: 1fr; }
  .vision-copy { grid-column: 1; max-width: none; }
  .proof-row { grid-template-columns: repeat(2, 1fr); }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .location-section { grid-template-columns: 1fr; }
  .location-c-map { min-height: 320px; }
  .developer { grid-template-columns: 1fr; }
  .enquiry { grid-template-columns: 1fr; }
  .masterplan-top { grid-template-columns: 1fr; }
  .payment-section { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 28px; }
  .site-header {
    grid-template-columns: auto 1fr auto;
    column-gap: 18px;
  }
  .site-header nav { display: none; }
  .desktop-enquire { grid-column: 2; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 3;
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 600px) {
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .choice-grid { grid-template-columns: 1fr; }
  .proof-row { grid-template-columns: 1fr 1fr; }
  .payment-steps { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .full-field { grid-column: 1; }
  .choice-group { grid-column: 1; }
  .submit-button { grid-column: 1; }
  .privacy-note { grid-column: 1; }
  .fp-details { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
  .gt1 { grid-column: span 12; grid-row: span 1; }
  .gt2, .gt3, .gt4, .gt5, .gt6 { grid-column: span 6; }
}

/* ── ENQUIRY MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7,25,19,.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s cubic-bezier(.22,.61,.36,1), visibility 0s linear .35s;
}
.modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-delay: 0s;
}
.modal-card {
  background: #f7f3eb;
  width: 100%;
  max-width: 560px;
  padding: clamp(32px, 5vw, 52px);
  transform: translateY(24px);
  transition: transform .4s cubic-bezier(.22,.61,.36,1);
  max-height: 90svh;
  overflow-y: auto;
}
.modal-overlay.open .modal-card { transform: translateY(0); }
.modal-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.modal-eyebrow { font-size: 9px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.modal-h { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 200; letter-spacing: -.03em; color: var(--ink); line-height: 1.1; }
.modal-close { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; color: rgba(20,58,46,.35); background: none; border: none; cursor: pointer; flex-shrink: 0; margin-left: 16px; transition: color .2s; }
.modal-close:hover { color: var(--ink); }
.modal-sub { font-size: 12px; font-weight: 300; line-height: 1.8; color: var(--sage); margin-bottom: 22px; }
.modal-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.modal-chip { font-size: 9px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; padding: 8px 16px; border: 0.5px solid rgba(20,58,46,.2); color: rgba(20,58,46,.45); cursor: pointer; transition: all .2s; user-select: none; }
.modal-chip.sel { border-color: var(--ink); color: var(--ink); background: rgba(20,58,46,.05); }
.modal-form { display: flex; flex-direction: column; gap: 16px; }
.modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.modal-field { display: flex; flex-direction: column; gap: 7px; }
.modal-label { font-size: 8px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: rgba(20,58,46,.4); }
.modal-input { background: transparent; border: none; border-bottom: 0.5px solid rgba(20,58,46,.2); color: var(--ink); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 300; padding: 10px 0; outline: none; transition: border-color .2s; }
.modal-input::placeholder { color: rgba(20,58,46,.25); }
.modal-input:focus { border-color: var(--gold); }
.modal-btn { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; background: var(--ink); color: #fff; border: none; padding: 17px; cursor: pointer; margin-top: 6px; transition: background .2s; }
.modal-btn:hover { background: var(--sage); }
.modal-btn.success { background: var(--sage); pointer-events: none; }
.modal-note { font-size: 9px; font-weight: 300; text-align: center; color: rgba(20,58,46,.3); line-height: 1.6; }
@media (max-width: 480px) { .modal-row { grid-template-columns: 1fr; } }

/* Prevent iOS Safari from zooming the viewport when a form field receives focus. */
@media (max-width: 600px) {
  .modal-input,
  .field input,
  .field select {
    font-size: 16px;
  }
}

/* ── LOGO IMAGES ── */
.logo-img-light {
  height: 52px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-header.is-scrolled .logo-img-light {
  filter: brightness(0);
}

.logo-img-dark {
  height: 60px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}

.logo-img-dev {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

.logo-img-dev-dark {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

/* ── RENDER IMAGES ── */
.choice-panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dev-section-img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

/* ── RENDER PLACEHOLDERS ── */
.rp-hero {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 24px;
  border: 1.5px dashed rgba(185,162,113,.4);
  margin: 24px;
}

.rp-icon { font-size: 32px; opacity: .4; }

.rp-title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}

.rp-spec {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .06em;
  color: rgba(255,255,255,.3);
  line-height: 1.6;
}

.rp-fp {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  line-height: 1.6;
}

.rp-fp span {
  font-size: 9px;
  font-weight: 300;
  text-transform: none;
  color: rgba(255,255,255,.2);
  margin-top: 6px;
  display: block;
  letter-spacing: .04em;
}

/* WhatsApp Float */
/* FLOATING BUTTON GROUP */
.float-group {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 150;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.wa-float,
.ri-float {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  box-shadow: 0 4px 24px rgba(0,0,0,.18);
  transition: background .2s, box-shadow .2s;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
.wa-float { background: #f7f3eb; color: #143a2e; }
.wa-float:hover { background: #fff; box-shadow: 0 6px 32px rgba(0,0,0,.24); }
.wa-float svg { width: 20px; height: 20px; color: #25D366; flex-shrink: 0; }
.ri-float { background: #0c3b2e; color: #f3efe5; }
.ri-float:hover { background: #5d7167; box-shadow: 0 6px 32px rgba(0,0,0,.24); }
.ri-float svg { width: 18px; height: 18px; color: #f3efe5; flex-shrink: 0; }
.wa-label,
.float-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wa-label { color: #143a2e; }
.float-label { color: #f3efe5; }

@media (max-width: 600px) {
  .wa-float {
    bottom: calc(16px + env(safe-area-inset-bottom));
    right: 16px;
    width: 54px;
    height: 54px;
    justify-content: center;
    gap: 0;
    padding: 0;
  }
  .wa-float svg { width: 22px; height: 22px; }
  .wa-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* ── MOBILE RESPONSIVE FIXES ── */

/* HERO: reduce padding so hero doesn't become excessively tall on small phones */
@media (max-width: 600px) {
  .hero-content {
    padding: 88px 20px 64px;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 14.5vw, 4.2rem);
    letter-spacing: .1em;
  }
  /* Hero-line: the updated SEO text is longer — allow it to wrap at smaller font */
  .hero-line {
    font-size: 0.85rem;
    letter-spacing: .04em;
    margin-top: 20px;
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .hero-content {
    padding: 80px 18px 56px;
  }
}

@media (max-width: 340px) {
  .hero h1 {
    font-size: 3.2rem;
    letter-spacing: .07em;
  }
}

/* FP TABS: four tabs now — allow horizontal scrolling to prevent overflow */
@media (max-width: 700px) {
  .fp-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  .fp-tabs::-webkit-scrollbar { display: none; }
  .fp-tab {
    flex-shrink: 0;
    padding: 14px 20px 14px 0;
    margin-right: 16px;
    font-size: 9px;
    letter-spacing: .14em;
  }
}

@media (max-width: 600px) {
  .fp-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }
  .fp-tab {
    width: 100%;
    margin-right: 0;
    padding: 14px 8px;
    text-align: left;
  }
}

/* FOOTER: compact two-column navigation and keep clear of the floating CTA */
@media (max-width: 960px) {
  .footer-links {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 44px 24px calc(94px + env(safe-area-inset-bottom));
  }
  .footer-top {
    gap: 30px;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }
  .footer-dev {
    max-width: 36ch;
    font-size: 9px;
    line-height: 1.7;
    opacity: .58;
  }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 16px 24px;
  }
  .footer-links a {
    font-size: 9px;
    line-height: 1.45;
    color: rgba(255,255,255,.64);
  }
  footer > div:nth-of-type(2) {
    gap: 14px !important;
    margin-bottom: 18px !important;
  }
  footer > div:nth-of-type(2) span {
    font-size: 9px !important;
    color: rgba(255,255,255,.52);
  }
  .footer-copy {
    font-size: 9px;
    line-height: 1.65;
    opacity: .48;
  }
}

/* DEVELOPER IMAGE: reduce excessive min-height on mobile */
@media (max-width: 960px) {
  .developer-image {
    min-height: 360px;
  }
  .dev-section-img {
    min-height: 360px;
  }
}

@media (max-width: 600px) {
  .developer-image {
    min-height: 280px;
  }
  .dev-section-img {
    min-height: 280px;
  }
}

/* PAYMENT: remove right border when stacked, prevent visual artefact */
@media (max-width: 960px) {
  .payment-left {
    border-right: none;
    border-bottom: 0.5px solid var(--line);
  }
  /* Ensure payment buttons don't overflow */
  .payment-btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .payment-btn-dark,
  .payment-btn-outline {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

/* RESIDENCE CARDS: min-height adjustment for mobile so they don't fill 2 full screens */
@media (max-width: 600px) {
  /* Disable hover expand on mobile — stacks to single column */
  .choice-grid,
  .choice-grid:has(.choice-panel:first-child:hover),
  .choice-grid:has(.choice-panel:last-child:hover) {
    grid-template-columns: 1fr;
    transition: none;
  }
  /* Always show content on mobile (no hover state) */
  .choice-content {
    opacity: 1;
    transform: none;
  }
  .choice-label-static {
    display: none;
  }
  .choice-panel {
    min-height: min(60vh, 480px);
  }
  /* Ensure updated h3 text doesn't overflow the card */
  .choice-content h3 {
    font-size: 1.15rem;
  }
  .choice-content .size {
    font-size: 9px;
    letter-spacing: .07em;
  }
}

/* VISION SECTION: add bottom padding for readable spacing when stacked */
@media (max-width: 960px) {
  .vision-copy {
    padding-bottom: 0;
  }
}

/* AMENITY GRID: on very small phones keep 2-col but reduce padding */
@media (max-width: 360px) {
  .amenity-card {
    padding: 20px 12px 16px;
  }
  .amenity-name {
    font-size: 10px;
  }
}

/* LOCATION: left panel gap adjustment for mobile so items breathe */
@media (max-width: 600px) {
  .location-c-left {
    gap: 20px;
    padding: 40px 24px 36px;
  }
  .location-c-item {
    padding: 12px 0;
  }
}

/* FLOOR PLAN IMAGE: ensure container doesn't exceed viewport */
@media (max-width: 600px) {
  .fp-image {
    min-height: clamp(220px, 70vw, 380px);
  }
}

/* ENQUIRY SECTION: reduce excess top/bottom padding on small screens */
@media (max-width: 600px) {
  .enquiry {
    padding-top: clamp(64px, 13vw, 110px);
    padding-bottom: clamp(64px, 12vw, 110px);
  }
}

/* MODAL: ensure modal card has enough padding and room on tiny screens */
@media (max-width: 390px) {
  .modal-overlay {
    padding: 16px;
  }
  .modal-card {
    padding: 28px 22px;
  }
}

/* GALLERY TOUCH: ensure arrow controls are reachable above WhatsApp float */
@media (max-width: 600px) {
  .gallery-bottom {
    padding-bottom: 80px;
  }
  .gallery-cap-title {
    font-size: 13px;
  }
}

/* HEADER: ensure logo doesn't get too large on mobile */
@media (max-width: 600px) {
  .logo-img-light {
    height: 44px;
    max-width: 150px;
  }
}

/* PROOF BAR: ensure numbers don't run together at 2-col mobile */
@media (max-width: 600px) {
  .proof-value {
    font-size: clamp(1.8rem, 8vw, 3rem);
    white-space: normal;
  }
}

/* SECTION-INTRO: reduce bottom padding on smallest screens */
@media (max-width: 375px) {
  .section-intro {
    padding-bottom: clamp(40px, 8vw, 80px);
  }
}

/* PREVENT any stray horizontal overflow */
@media (max-width: 600px) {
  .masterplan-section {
    overflow-x: hidden;
  }
}


/* RESIDENCES SECTION — MOBILE SPACING */
@media (max-width: 600px) {
  .residence-choice {
    padding-top: clamp(48px, 8vw, 80px);
  }
  .residence-choice .section-intro {
    padding-bottom: clamp(32px, 6vw, 56px);
  }
  .residence-choice h2 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.05;
  }
}

/* PAYMENT MOBILE BUTTONS */
.payment-btns-mobile {
  display: none;
}
@media (max-width: 960px) {
  .payment-btns {
    display: none;
  }
  .payment-btns-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(32px, 6vw, 48px) clamp(24px, 5vw, 40px);
    background: var(--paper);
  }
  .payment-btns-mobile .payment-btn-dark,
  .payment-btns-mobile .payment-btn-outline {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}

/* FOOTER DISCLAIMER */
.footer-disclaimer {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 1.8;
  color: var(--stone);
  opacity: .55;
  margin-top: 12px;
  max-width: 860px;
}
.footer-disclaimer strong {
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* MAP DIRECTIONS LINK */
.map-directions-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--deep);
  color: var(--ivory);
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 16px;
  z-index: 2;
  transition: background .2s;
}
.map-directions-link:hover { background: var(--sage); }
.map-directions-link svg { width: 13px; height: 13px; flex-shrink: 0; }
