:root {
  --green: #073d29;
  --green-deep: #052c20;
  --gold: #b97a18;
  --gold-bright: #f3bf5a;
  --cream: #fbf3e5;
  --ink: #10251d;
  --muted: #5e564b;
  --line: rgba(185, 122, 24, 0.34);
  --shadow: 0 18px 60px rgba(5, 44, 32, 0.16);
  --hero-art: url("assets-v20260518-221538/hero-art-web.jpg");
  --overview-art: url("assets-v20260518-221538/overview-community.jpg");
  --amenities-art: url("assets-v20260518-221538/amenities-community.jpg");
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff8ed 0%, var(--cream) 42%, #f6ead6 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
video,
canvas {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
address,
li,
td,
th,
.brand,
.nav-links a,
.primary-button,
.secondary-button {
  overflow-wrap: anywhere;
}

svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  fill: currentColor;
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  color: var(--green);
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: end center;
  width: 54px;
  height: 44px;
  color: var(--green);
}

.brand-mark .roof {
  position: absolute;
  top: 7px;
  width: 40px;
  height: 40px;
  border-top: 9px solid currentColor;
  border-left: 9px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.brand-mark .door {
  width: 18px;
  height: 22px;
  margin-bottom: 0;
  border: 4px solid currentColor;
  border-bottom: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(7, 61, 41, 0.1);
  border-radius: 999px;
  background: rgba(251, 243, 229, 0.72);
  box-shadow: 0 8px 30px rgba(7, 61, 41, 0.08);
  backdrop-filter: blur(14px);
}

.nav-links a {
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 800;
}

.nav-links a:hover {
  background: rgba(7, 61, 41, 0.08);
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.primary-button svg,
.secondary-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 92px);
  padding: 122px max(24px, calc((100vw - 1180px) / 2)) 72px;
  overflow: hidden;
  background-image: var(--hero-art);
  background-size: cover;
  background-position: center right;
  animation: hero-drift 18s ease-in-out infinite alternate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(90deg, rgba(251, 243, 229, 0.98) 0%, rgba(251, 243, 229, 0.96) 37%, rgba(251, 243, 229, 0.76) 54%, rgba(251, 243, 229, 0.18) 77%, rgba(5, 44, 32, 0.06) 100%),
    linear-gradient(180deg, rgba(251, 243, 229, 0.5) 0%, rgba(251, 243, 229, 0.04) 58%, rgba(5, 44, 32, 0.24) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(185, 122, 24, 0.28);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, rgba(251, 243, 229, 0), rgba(251, 243, 229, 0.72));
}

.hero-content {
  width: min(620px, 100%);
  animation: content-rise 800ms ease both;
}

.mobile-hero-visual {
  display: block;
  min-height: 280px;
  margin: 0 0 18px;
  border: 1px solid rgba(185, 122, 24, 0.34);
  border-radius: 8px;
  background-image:
    linear-gradient(180deg, rgba(7, 61, 41, 0.02), rgba(7, 61, 41, 0.16)),
    var(--overview-art);
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 36px rgba(5, 44, 32, 0.13);
  animation: image-pan 16s ease-in-out infinite alternate;
}

.mobile-hero-kicker {
  display: block;
  margin: 0 0 10px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--line);
}

h1 {
  max-width: 520px;
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6.4vw, 6.5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

.title-location {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  color: var(--gold);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.34em;
  line-height: 1.2;
  text-transform: uppercase;
}

.title-location::before,
.title-location::after {
  content: "";
  flex: 1;
  max-width: 94px;
  height: 1px;
  background: var(--line);
}

.hero-subtitle {
  margin: 24px 0 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  font-style: italic;
  line-height: 1.12;
}

.hero-copy {
  max-width: 540px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  font-weight: 600;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  min-width: 170px;
  padding: 0 22px;
}

.primary-button {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--green);
  box-shadow: var(--shadow);
}

.primary-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.24) 45%, transparent 62%);
  transform: translateX(-120%);
  animation: button-sheen 3.8s ease-in-out infinite;
}

.primary-button:hover {
  background: #0b4b33;
}

.secondary-button {
  color: var(--green);
  border: 1px solid rgba(7, 61, 41, 0.24);
  background: rgba(251, 243, 229, 0.7);
  backdrop-filter: blur(12px);
}

.secondary-button:hover {
  border-color: rgba(185, 122, 24, 0.55);
  background: rgba(255, 250, 241, 0.88);
}

.highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -36px auto 52px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(243, 191, 90, 0.58);
  border-radius: 8px;
  background: rgba(243, 191, 90, 0.7);
  box-shadow: var(--shadow);
}

.highlight-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 18px 22px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  transition: transform 220ms ease, background 220ms ease;
}

.js-enabled .highlight-item {
  opacity: 0;
  transform: translateY(16px);
  will-change: opacity, transform;
}

.js-enabled .highlight-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, background 220ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, border-color 220ms ease, box-shadow 220ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.highlight-item:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0b4b33, var(--green-deep));
}

.highlight-item svg {
  width: 38px;
  height: 38px;
  color: var(--gold-bright);
}

.highlight-item span {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.overview-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 42px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: 34px 0 0;
}

.overview-copy {
  align-self: center;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.overview-copy h2 {
  max-width: 580px;
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  font-weight: 700;
  line-height: 0.98;
}

.overview-copy p:not(.section-kicker) {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.78;
}

.overview-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.overview-points span {
  padding: 10px 13px;
  border: 1px solid rgba(185, 122, 24, 0.28);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 250, 241, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
}

.overview-visual {
  min-height: 520px;
  border: 1px solid rgba(185, 122, 24, 0.34);
  border-radius: 8px;
  background-image:
    linear-gradient(180deg, rgba(7, 61, 41, 0.02), rgba(7, 61, 41, 0.2)),
    var(--overview-art);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

#lifestyle .overview-copy > .section-kicker,
#lifestyle > .overview-visual {
  display: none;
}

#lifestyle {
  grid-template-columns: 1fr;
}

#lifestyle .overview-copy {
  max-width: 820px;
}

.audience-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.audience-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(185, 122, 24, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: 0 14px 36px rgba(5, 44, 32, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 122, 24, 0.5);
  box-shadow: 0 20px 44px rgba(5, 44, 32, 0.12);
}

.audience-card svg {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--gold);
}

.audience-card h3 {
  margin: 0;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.audience-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}

.amenities-section {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 86px;
  padding-top: 36px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.78fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading h2 {
  max-width: 740px;
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.7;
}

.amenities-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
}

.amenities-visual {
  min-height: 440px;
  border: 1px solid rgba(185, 122, 24, 0.34);
  border-radius: 8px;
  background-image:
    linear-gradient(135deg, rgba(251, 243, 229, 0.18), rgba(7, 61, 41, 0.22)),
    var(--amenities-art);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.amenity-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 136px;
  padding: 22px 16px;
  border: 1px solid rgba(185, 122, 24, 0.28);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 0 12px 28px rgba(5, 44, 32, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.amenity-card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 122, 24, 0.52);
  background: rgba(255, 250, 241, 0.94);
}

.amenity-card svg {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  color: var(--gold);
}

.amenity-card h3 {
  margin: 0;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.feature-row {
  display: grid;
  gap: 3px;
  padding: 20px;
  border: 1px solid rgba(243, 191, 90, 0.5);
  border-radius: 8px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
}

.feature-row strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1;
}

.feature-row span {
  font-size: 0.95rem;
  font-weight: 850;
}

.plans-section,
.furnished-section,
.pricing-section,
.location-section,
.contact-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 86px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.plan-card {
  overflow: hidden;
  border: 1px solid rgba(185, 122, 24, 0.3);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: var(--shadow);
}

.plan-summary {
  padding: 24px;
  border-bottom: 1px solid rgba(185, 122, 24, 0.24);
}

.plan-label {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.plan-summary h3 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1;
}

.plan-summary p:not(.plan-label) {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.plan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.plan-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
}

.plan-card img {
  display: block;
  width: 100%;
  height: auto;
}

.plan-visual {
  margin: 0;
  padding: 14px;
  border-top: 1px solid rgba(185, 122, 24, 0.24);
  background:
    linear-gradient(rgba(185, 122, 24, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 122, 24, 0.07) 1px, transparent 1px),
    rgba(251, 243, 229, 0.66);
  background-size: 22px 22px;
}

.plan-visual a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(185, 122, 24, 0.34);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 14px 30px rgba(5, 44, 32, 0.1);
  cursor: pointer;
}

.plan-visual img {
  transition:
    filter 240ms ease,
    opacity 240ms ease,
    transform 360ms ease;
}

.plan-visual a:hover img {
  transform: scale(1.025);
}

.plan-visual a[href*="plan-type-"] img,
.floorplan-gate img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.9;
  transform: scale(1.015);
}

.plan-visual a[href*="plan-type-"]:hover img,
.floorplan-gate:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.95;
  transform: scale(1.025);
}

.plan-visual a[href*="plan-type-"]::before,
.floorplan-gate::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(5, 44, 32, 0.36), rgba(5, 44, 32, 0.16)),
    linear-gradient(180deg, rgba(5, 44, 32, 0.04), rgba(5, 44, 32, 0.24));
  pointer-events: none;
}

.plan-visual a[href*="plan-type-"]::after,
.floorplan-gate::after {
  content: "VIEW FLOOR PLAN";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(82%, 360px);
  color: var(--gold-bright);
  font-size: clamp(1.2rem, 5vw, 2.4rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.floorplan-lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  color: var(--cream);
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(5, 44, 32, 0.84), rgba(5, 44, 32, 0.46)),
    linear-gradient(180deg, rgba(5, 44, 32, 0.18), rgba(5, 44, 32, 0.68));
  pointer-events: none;
}

.floorplan-lock strong {
  color: var(--gold-bright);
  font-size: clamp(1.15rem, 4vw, 1.8rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floorplan-lock small {
  max-width: 260px;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.plan-visual figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}

.furnished-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.furnished-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.inclusion-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(185, 122, 24, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.76);
  box-shadow: 0 12px 28px rgba(5, 44, 32, 0.07);
}

.inclusion-card h3,
.price-table h3,
.charge-card h3,
.payment-card h3,
.rental-card h3 {
  margin: 0;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.inclusion-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.6;
}

.creative-furnished {
  grid-template-columns: 1fr;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 18px;
}

.price-table,
.charge-card,
.payment-card,
.rental-card {
  padding: 24px;
  border: 1px solid rgba(185, 122, 24, 0.3);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.76);
  box-shadow: 0 14px 34px rgba(5, 44, 32, 0.08);
}

.price-table,
.rental-card {
  grid-column: span 2;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid rgba(185, 122, 24, 0.22);
  text-align: left;
}

th {
  color: var(--cream);
  background: var(--green);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

td {
  color: var(--ink);
  font-weight: 800;
}

td:last-child {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.price-table-lock {
  position: relative;
  display: block;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  outline-offset: 5px;
  text-decoration: none;
}

.price-table-lock tbody {
  display: table-row-group;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: 0.78;
  transition:
    filter 220ms ease,
    opacity 220ms ease,
    transform 260ms ease;
  user-select: none;
}

.price-table-lock::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.18), rgba(5, 44, 32, 0.12));
  pointer-events: none;
}

.price-table-lock::after {
  content: "VIEW PRICE";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 11px 20px;
  border: 1px solid rgba(185, 122, 24, 0.38);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 12px 28px rgba(5, 44, 32, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.price-table-lock:hover tbody,
.price-table-lock:focus-visible tbody {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.88;
  transform: scale(1.01);
}

.price-gate {
  position: relative;
  display: inline-flex;
  min-width: clamp(132px, 24vw, 190px);
  align-items: center;
  justify-content: center;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  outline-offset: 4px;
}

.price-gate-text {
  display: block;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  opacity: 0.68;
  transition:
    filter 220ms ease,
    opacity 220ms ease;
  user-select: none;
}

.price-gate::after {
  content: "VIEW PRICE";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 5px 10px;
  border: 1px solid rgba(185, 122, 24, 0.38);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 250, 241, 0.9);
  box-shadow: 0 8px 18px rgba(5, 44, 32, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.price-gate:hover .price-gate-text,
.price-gate:focus-visible .price-gate-text {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.78;
}

.charge-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.charge-card li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(185, 122, 24, 0.18);
  color: var(--muted);
  font-weight: 700;
}

.charge-card strong {
  color: var(--green);
  text-align: right;
}

.payment-options,
.rental-rows {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.payment-options p,
.rental-rows p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(185, 122, 24, 0.18);
  border-radius: 8px;
  background: rgba(251, 243, 229, 0.62);
}

.payment-options strong,
.rental-rows strong {
  color: var(--green);
}

.payment-options span,
.rental-rows span {
  color: var(--muted);
  font-weight: 650;
}

.rental-card {
  color: var(--cream);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
}

.rental-card .section-kicker,
.rental-card h3,
.rental-rows strong {
  color: var(--gold-bright);
}

.rental-rows p {
  border-color: rgba(243, 191, 90, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.rental-rows span {
  color: var(--cream);
}

.rental-know-more {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 22px;
  border: 1px solid rgba(243, 191, 90, 0.54);
  border-radius: 999px;
  color: var(--green);
  background: var(--gold-bright);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rental-know-more:hover,
.rental-know-more:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.location-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
  padding: 20px;
  border: 1px solid rgba(185, 122, 24, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 0 12px 28px rgba(5, 44, 32, 0.07);
}

.location-item strong {
  color: var(--green);
  font-size: 1rem;
}

.location-item span {
  flex: 0 0 auto;
  color: var(--gold);
  font-weight: 950;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.contact-panel,
.enquiry-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(185, 122, 24, 0.34);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: 28px;
  align-items: stretch;
}

.contact-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.contact-panel h2,
.enquiry-panel h2 {
  max-width: 640px;
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.4vw, 4.2rem);
  line-height: 1.02;
}

.contact-panel address {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin: 22px 0 26px;
  color: var(--muted);
  font-style: normal;
  font-weight: 650;
  line-height: 1.65;
}

.contact-panel address strong {
  color: var(--green);
  font-size: 1.2rem;
}

.location-gate {
  position: relative;
  display: grid;
  gap: 20px;
  justify-items: center;
  width: min(760px, 100%);
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(185, 122, 24, 0.34);
  border-radius: 8px;
  color: inherit;
  background:
    radial-gradient(circle at 50% 0%, rgba(243, 191, 90, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(251, 243, 229, 0.9));
  box-shadow: var(--shadow);
  text-align: center;
  text-decoration: none;
}

.location-gate::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 1px solid rgba(185, 122, 24, 0.22);
  border-radius: 6px;
  pointer-events: none;
}

.location-gate-copy {
  display: grid;
  gap: 4px;
  justify-items: center;
  max-width: 620px;
  padding: 6px 0 2px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: 0.78;
  transition:
    filter 200ms ease,
    opacity 200ms ease,
    transform 220ms ease;
}

.location-gate-copy::before,
.location-gate-copy::after {
  content: "";
  width: min(140px, 42vw);
  height: 1px;
  margin: 2px 0;
  background: linear-gradient(90deg, transparent, rgba(185, 122, 24, 0.88), transparent);
}

.location-gate-copy span {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.28;
  text-shadow: 0 1px 0 rgba(255, 250, 241, 0.72);
}

.location-gate-copy span:nth-child(3) {
  color: var(--gold);
}

.location-gate-action {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-self: center;
  width: min(82%, 300px);
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 229, 157, 0.72);
  border-radius: 999px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  box-shadow: 0 14px 28px rgba(5, 44, 32, 0.18);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-gate:hover .location-gate-copy,
.location-gate:focus-visible .location-gate-copy {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.88;
  transform: scale(1.01);
}

.enquiry-panel {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.88)),
    var(--overview-art);
  background-size: cover;
  background-position: center;
}

.enquiry-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(185, 122, 24, 0.22);
  border-radius: 6px;
  pointer-events: none;
}

.enquiry-brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--green);
}

.enquiry-brand .brand-mark {
  width: 58px;
  height: 48px;
}

.enquiry-brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.enquiry-brand small {
  display: block;
  margin-top: 5px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.enquiry-panel h2,
.enquiry-form {
  position: relative;
  z-index: 1;
}

.enquiry-panel h2 {
  margin-bottom: 28px;
}

.enquiry-form {
  display: grid;
  gap: 18px;
}

.enquiry-form label {
  display: grid;
  gap: 8px;
}

.enquiry-form label span {
  color: rgba(7, 61, 41, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form select {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(7, 61, 41, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(5, 44, 32, 0.02);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.enquiry-form input::placeholder {
  color: rgba(16, 37, 29, 0.42);
}

.enquiry-form input:focus,
.enquiry-form select:focus {
  outline: 2px solid rgba(185, 122, 24, 0.36);
  border-color: rgba(185, 122, 24, 0.54);
}

.enquiry-submit {
  min-height: 58px;
  margin-top: 6px;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.enquiry-submit svg {
  order: 2;
}

.form-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  cursor: pointer;
}

.enquiry-form .form-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.enquiry-form .form-consent .consent-box {
  display: grid;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  place-items: center;
  border: 1px solid rgba(7, 61, 41, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(185, 122, 24, 0.08);
}

.enquiry-form .form-consent input:checked + .consent-box {
  border-color: var(--green);
  background: var(--green);
}

.enquiry-form .form-consent input:checked + .consent-box::after {
  content: "";
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.enquiry-form .form-consent input:focus-visible + .consent-box {
  outline: 2px solid rgba(185, 122, 24, 0.42);
  outline-offset: 2px;
}

.enquiry-form .form-consent .consent-copy {
  color: rgba(16, 37, 29, 0.7);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.consent-copy strong,
.consent-link {
  color: var(--green);
  font-weight: 850;
}

.consent-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-enquiry-grid .form-consent,
.contact-enquiry-grid .enquiry-form .form-consent .consent-copy {
  color: rgba(255, 250, 241, 0.9);
}

.contact-enquiry-grid .consent-copy strong,
.contact-enquiry-grid .consent-link {
  color: #ffd36f;
}

@media (min-width: 901px) {
  .contact-enquiry-grid .enquiry-panel {
    align-self: start;
  }

  .contact-image-grid {
    align-self: start;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
    height: var(--contact-image-grid-height, 897px);
  }

  .contact-image-card-primary {
    max-height: none;
  }
}

.availability-box {
  overflow: hidden;
  border: 1px solid rgba(7, 61, 41, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 12px 28px rgba(5, 44, 32, 0.08);
}

.availability-title {
  padding: 12px 14px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.availability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 12px;
}

.availability-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.availability-grid svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
}

.form-note.is-success {
  color: var(--green);
}

.form-note.is-error {
  color: #9b2f1f;
}

.form-botcheck {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.sticky-enquiry {
  position: fixed;
  left: 50%;
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(320px, calc(100vw - 150px));
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid rgba(255, 235, 180, 0.9);
  border-radius: 999px;
  color: var(--green-deep);
  background:
    linear-gradient(135deg, rgba(255, 232, 159, 0.98), rgba(194, 127, 29, 0.98)),
    var(--gold);
  box-shadow:
    0 18px 38px rgba(5, 44, 32, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 22px) scale(0.94);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.sticky-enquiry svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.sticky-enquiry.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.sticky-enquiry.is-visible:hover,
.sticky-enquiry.is-visible:focus-visible {
  box-shadow:
    0 22px 44px rgba(5, 44, 32, 0.3),
    0 0 0 5px rgba(243, 191, 90, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -3px) scale(1.02);
}

body.modal-open .sticky-enquiry {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 22px) scale(0.94);
}

.floating-contact {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 45;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.floating-call,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 229, 157, 0.78);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(5, 44, 32, 0.28);
  text-decoration: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.floating-call {
  width: 74px;
  height: 74px;
  color: var(--green-deep);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  animation: floating-call-pulse 2.8s ease-in-out infinite;
}

.floating-whatsapp {
  width: 62px;
  height: 62px;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.72);
}

.floating-contact.is-open .floating-whatsapp {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-call svg,
.floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
}

.floating-call:hover,
.floating-call:focus-visible,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 42px rgba(5, 44, 32, 0.34);
}

.floating-call:active,
.floating-whatsapp:active {
  transform: scale(0.96);
}

@keyframes floating-call-pulse {
  0%,
  100% {
    box-shadow: 0 18px 34px rgba(5, 44, 32, 0.28), 0 0 0 0 rgba(243, 191, 90, 0.38);
  }

  50% {
    box-shadow: 0 18px 34px rgba(5, 44, 32, 0.28), 0 0 0 12px rgba(243, 191, 90, 0);
  }
}

.enquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 18px;
  overflow-y: auto;
  background: rgba(5, 44, 32, 0.72);
  backdrop-filter: blur(10px);
}

.enquiry-modal.is-open,
.enquiry-modal:target {
  display: grid;
}

.enquiry-modal[hidden] {
  display: none;
}

.enquiry-modal .enquiry-panel {
  width: min(560px, 100%);
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  animation: modal-rise 240ms ease both;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(185, 122, 24, 0.32);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 250, 241, 0.88);
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

@keyframes modal-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-visual {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5, 44, 32, 0), rgba(5, 44, 32, 0.18)),
    var(--overview-art);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(243, 191, 90, 0.34);
}

.contact-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(243, 191, 90, 0.38);
  border-radius: 6px;
  pointer-events: none;
}

@keyframes hero-drift {
  from {
    background-position: center right;
  }

  to {
    background-position: 56% center;
  }
}

@keyframes content-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes button-sheen {
  0%,
  48% {
    transform: translateX(-120%);
  }

  68%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes image-pan {
  from {
    background-position: 48% center;
  }

  to {
    background-position: 62% center;
  }
}

@keyframes cta-breathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 46px rgba(5, 44, 32, 0.18);
  }

  50% {
    transform: translateY(-2px);
    box-shadow: 0 24px 56px rgba(5, 44, 32, 0.24);
  }
}

@keyframes brand-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-wrap: wrap;
    width: min(100% - 28px, 680px);
    min-height: auto;
    padding: 14px 0 0;
    gap: 12px;
  }

  .nav-links {
    order: 2;
    justify-content: flex-start;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero {
    min-height: calc(100svh - 20px);
    padding: 146px 20px 86px;
    background-position: 66% center;
  }

  .hero::before {
    background-image:
      linear-gradient(180deg, rgba(251, 243, 229, 0.98) 0%, rgba(251, 243, 229, 0.9) 50%, rgba(251, 243, 229, 0.35) 100%),
      linear-gradient(90deg, rgba(251, 243, 229, 0.98) 0%, rgba(251, 243, 229, 0.66) 54%, rgba(5, 44, 32, 0.1) 100%);
  }

  .hero::after {
    inset: 12px;
  }

  .hero-content {
    width: min(560px, 100%);
  }

  .highlights {
    grid-template-columns: repeat(2, 1fr);
    width: min(100% - 28px, 680px);
    margin-top: -48px;
  }

  .overview-section {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 680px);
    gap: 24px;
    margin-bottom: 54px;
  }

  .overview-visual {
    min-height: 420px;
    order: -1;
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-section {
    width: min(100% - 28px, 680px);
    margin-bottom: 62px;
  }

  .section-heading,
  .amenities-layout {
    grid-template-columns: 1fr;
  }

  .amenities-visual {
    min-height: 340px;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .plans-section,
  .furnished-section,
  .pricing-section,
  .location-section,
  .contact-section {
    width: min(100% - 28px, 680px);
    margin-bottom: 62px;
  }

  .plans-grid,
  .furnished-layout,
  .pricing-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-visual {
    min-height: 320px;
    order: -1;
  }

  .creative-furnished {
    grid-template-columns: 1fr;
  }

  .furnished-list,
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-table,
  .rental-card {
    grid-column: auto;
  }

  .rental-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  body {
    background:
      linear-gradient(180deg, #fff8ed 0%, var(--cream) 48%, #f5e8d1 100%);
  }

  .site-header {
    position: sticky;
    inset: 0 auto auto 0;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: 10px 12px 8px;
    gap: 8px;
    border-bottom: 1px solid rgba(185, 122, 24, 0.18);
    background: linear-gradient(180deg, rgba(255, 248, 237, 0.98), rgba(251, 243, 229, 0.9));
    box-shadow: 0 14px 34px rgba(5, 44, 32, 0.1);
    backdrop-filter: blur(18px);
  }

  .brand {
    width: 100%;
    min-width: 0;
    gap: 14px;
    padding: 4px 2px 2px;
  }

  .brand strong {
    font-size: 1.75rem;
  }

  .brand small {
    font-size: 0.78rem;
    letter-spacing: 0.24em;
  }

  .brand-mark {
    flex: 0 0 68px;
    width: 68px;
    height: 56px;
    animation: brand-breathe 4.6s ease-in-out infinite;
  }

  .brand-mark .roof {
    width: 50px;
    height: 50px;
    border-top-width: 11px;
    border-left-width: 11px;
  }

  .brand-mark .door {
    width: 21px;
    height: 25px;
    border-width: 4px;
    border-bottom: 0;
  }

  .nav-links {
    order: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 5px;
    overflow-x: visible;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 250, 241, 0.86);
    box-shadow: 0 10px 28px rgba(5, 44, 32, 0.08);
  }

  .nav-links a {
    min-height: 38px;
    padding: 7px 4px;
    border-radius: 7px;
    font-size: clamp(0.62rem, 2.6vw, 0.78rem);
    line-height: 1;
    text-align: center;
    transition: background 180ms ease, transform 180ms ease;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: rgba(7, 61, 41, 0.08);
  }

  .nav-links a:active {
    transform: scale(0.97);
  }

  .hero {
    align-items: flex-start;
    min-height: auto;
    padding: 28px 14px 44px;
    background-position: 68% top;
    animation: none;
  }

  .hero::before {
    background-image:
      linear-gradient(180deg, rgba(255, 248, 237, 0.94) 0%, rgba(251, 243, 229, 0.82) 52%, rgba(251, 243, 229, 0.44) 100%),
      linear-gradient(90deg, rgba(255, 248, 237, 0.98) 0%, rgba(251, 243, 229, 0.78) 52%, rgba(5, 44, 32, 0.04) 100%);
  }

  .hero::after {
    inset: 10px;
  }

  .hero-overlay {
    height: 130px;
  }

  .hero-content {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }

  .mobile-hero-visual {
    display: block;
    min-height: 270px;
    margin-bottom: 18px;
    border: 1px solid rgba(185, 122, 24, 0.34);
    border-radius: 8px;
    background-image:
      linear-gradient(180deg, rgba(7, 61, 41, 0.02), rgba(7, 61, 41, 0.16)),
      var(--overview-art);
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 36px rgba(5, 44, 32, 0.13);
    animation: image-pan 16s ease-in-out infinite alternate;
  }

  .mobile-hero-kicker {
    display: block;
    margin: 0 0 10px;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .eyebrow {
    display: none;
  }

  h1 {
    display: none;
  }

  .title-location {
    gap: 8px;
    max-width: 100%;
    font-size: 0.88rem;
    letter-spacing: 0.16em;
  }

  .title-location::before,
  .title-location::after {
    flex: 0 1 34px;
    max-width: 34px;
  }

  .hero-subtitle {
    margin-top: 0;
    font-size: clamp(1.8rem, 8.4vw, 2.55rem);
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    gap: 10px;
    margin-top: 24px;
  }

  .primary-button,
  .secondary-button {
    min-width: 0;
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .primary-button {
    animation: cta-breathe 3.2s ease-in-out infinite;
  }

  .highlights {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    max-width: 430px;
    margin: -12px auto 38px;
    gap: 10px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .highlight-item {
    min-height: 74px;
    padding: 14px 16px;
    border: 1px solid rgba(243, 191, 90, 0.42);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(5, 44, 32, 0.12);
  }

  .highlight-item svg {
    width: 34px;
    height: 34px;
  }

  .overview-section,
  .amenities-section,
  .plans-section,
  .furnished-section,
  .pricing-section,
  .location-section,
  .contact-section {
    width: calc(100% - 24px);
    max-width: 430px;
    margin-bottom: 44px;
    scroll-margin-top: 138px;
  }

  .overview-section {
    gap: 18px;
    padding-top: 12px;
  }

  .overview-copy h2,
  .section-heading h2 {
    font-size: clamp(2.15rem, 11vw, 3.3rem);
    line-height: 1.02;
  }

  .overview-copy p:not(.section-kicker),
  .section-heading p:last-child {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .overview-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .overview-points span {
    border-radius: 8px;
  }

  .overview-visual {
    display: none;
  }

  #lifestyle .overview-copy > .section-kicker {
    display: none;
  }

  .audience-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .audience-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
    min-height: auto;
    padding: 16px;
  }

  .audience-card svg {
    grid-row: span 2;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .audience-card p {
    margin-top: 6px;
  }

  .amenities-section {
    padding-top: 12px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .amenities-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .amenities-visual {
    min-height: 240px;
    animation: image-pan 18s ease-in-out infinite alternate;
  }

  .amenities-grid,
  .feature-list,
  .plans-grid,
  .furnished-list,
  .location-grid,
  .rental-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .amenity-card {
    min-height: 86px;
    grid-template-columns: 44px 1fr;
    justify-items: start;
    align-items: center;
    padding: 14px;
    text-align: left;
  }

  .amenity-card svg {
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .feature-row {
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 10px;
    padding: 16px;
  }

  .plan-summary,
  .price-table,
  .charge-card,
  .payment-card,
  .rental-card,
  .contact-panel,
  .inclusion-card {
    padding: 18px;
  }

  .plan-summary h3 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .plan-tags span {
    border-radius: 8px;
  }

  .plan-visual {
    padding: 8px;
  }

  .plan-visual figcaption {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .furnished-layout,
  .creative-furnished,
  .pricing-grid,
  .contact-panel,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .inclusion-card {
    min-height: auto;
  }

  .table-wrap {
    overflow-x: visible;
  }

  table {
    min-width: 0;
    table-layout: fixed;
  }

  th,
  td {
    padding: 10px 8px;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }

  td:last-child {
    font-size: 1.05rem;
  }

  .price-table table,
  .price-table thead,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table thead {
    display: none;
  }

  .price-table tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid rgba(185, 122, 24, 0.18);
    border-radius: 8px;
    background: rgba(251, 243, 229, 0.62);
  }

  .price-table tr:last-child {
    margin-bottom: 0;
  }

  .price-table td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(185, 122, 24, 0.16);
    text-align: right;
  }

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

  .price-table td::before {
    flex: 0 0 auto;
    color: var(--green);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
  }

  .price-table td:nth-child(1)::before {
    content: "Villa Type";
  }

  .price-table td:nth-child(2)::before {
    content: "Area";
  }

  .price-table td:nth-child(3)::before {
    content: "Price";
  }

  .charge-card li {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .charge-card strong {
    text-align: left;
  }

  .location-item {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .location-gate {
    gap: 18px;
    padding: 20px;
  }

  .location-gate-copy {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .location-gate-copy span {
    font-size: clamp(1.18rem, 5.4vw, 1.45rem);
    line-height: 1.32;
  }

  .location-gate-action {
    width: min(84%, 280px);
    min-height: 54px;
  }

  .contact-panel h2 {
    font-size: clamp(2.15rem, 11vw, 3.35rem);
  }

  .enquiry-brand {
    margin-bottom: 20px;
  }

  .enquiry-panel h2 {
    margin-bottom: 20px;
  }

  .enquiry-form {
    gap: 14px;
  }

  .enquiry-form input,
  .enquiry-form select {
    min-height: 54px;
    padding-inline: 16px;
    font-size: 0.96rem;
  }

  .form-consent {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
  }

  .enquiry-form .form-consent .consent-box {
    width: 20px;
    height: 20px;
  }

  .enquiry-form .form-consent .consent-copy {
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .availability-title {
    padding: 11px 12px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .availability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 10px;
  }

  .availability-grid span {
    font-size: 0.76rem;
  }

  .availability-grid span:last-child {
    grid-column: 1 / -1;
  }

  .sticky-enquiry {
    left: calc(50% - 34px);
    bottom: max(28px, env(safe-area-inset-bottom));
    width: min(214px, calc(100vw - 154px));
    min-height: 50px;
    padding-inline: 18px;
    gap: 8px;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .sticky-enquiry svg {
    width: 15px;
    height: 15px;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-visual {
    min-height: 240px;
    order: -1;
    animation: image-pan 18s ease-in-out infinite alternate;
  }

  .floating-contact {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    gap: 10px;
  }

  .floating-call {
    width: 72px;
    height: 72px;
  }

  .floating-call svg {
    width: 32px;
    height: 32px;
  }

  .floating-whatsapp {
    width: 62px;
    height: 62px;
  }

  .floating-whatsapp svg {
    width: 31px;
    height: 31px;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-inline: 10px;
  }

  .brand strong {
    font-size: 1.48rem;
  }

  .brand small {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
  }

  .brand-mark {
    flex-basis: 58px;
    width: 58px;
    height: 48px;
  }

  .brand-mark .roof {
    width: 43px;
    height: 43px;
    border-top-width: 10px;
    border-left-width: 10px;
  }

  .brand-mark .door {
    width: 18px;
    height: 22px;
    border-width: 4px;
    border-bottom: 0;
  }

  .nav-links a {
    font-size: 0.62rem;
  }

  .hero {
    padding: 22px 12px 38px;
  }

  .overview-copy h2,
  .section-heading h2,
  .contact-panel h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}
