/*
  M.G CONVENTION HALL — LUXURY RESORT & VENUE STYLESHEET
  Curated Palette: White (#ffffff), Olive Sage (#545B45), Dark Charcoal (#25281e)
  Softened (Un-boxy), Responsive, High-End Aesthetic
*/

:root {
  --primary: #12372F;
  --primary-hover: #0d2b24;
  --primary-light: #CC9249;
  --dark: #12372F;
  --dark-soft: #1d493f;
  --dark-deep: #0a241f;
  --white: #F9ECDC;
  --light-bg: #ffffff;
  --light-bg-2: #F9ECDC;
  --light-bg-3: #ffffff;
  --ink: #12372F;
  --muted: rgba(18, 55, 47, 0.7);
  --muted-light: rgba(18, 55, 47, 0.48);
  --light-muted: rgba(255, 255, 255, 0.72);
  --line: rgba(18, 55, 47, 0.14);
  --line-light: rgba(255, 255, 255, 0.14);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 28px;
  --radius-pill: 999px;
  --shadow-soft: 0 16px 36px -12px rgba(37, 40, 30, 0.08);
  --shadow-float: 0 24px 50px -15px rgba(37, 40, 30, 0.14);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--light-bg);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button, input, select, textarea {
  font: inherit;
}

::selection {
  background: var(--primary);
  color: #fff;
}

/* LAYOUT & UTILITIES */
.lux-container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.lux-section {
  padding: clamp(44px, 5vw, 76px) 0;
}

.lux-section-compact {
  padding: clamp(30px, 3.5vw, 50px) 0;
}

.feature-section {
  padding: clamp(38px, 4.2vw, 62px) 0;
}

.lux-section-cream {
  background: var(--light-bg);
}

.lux-section-sand {
  background: var(--light-bg-2);
}

.lux-section-white {
  background: #ffffff !important;
  color: var(--ink) !important;
}

.lux-section-dark {
  background: var(--dark);
  color: var(--white);
}

.lux-section-enquiry {
  background: linear-gradient(180deg, #f0f2ee 0%, #f9faf8 100%);
  color: var(--ink);
}

#about { background: var(--light-bg); }
#highlights { background: var(--dark); color: var(--white); }
#convention-hall { background: linear-gradient(180deg, #ffffff 0%, #F9ECDC 100%) !important; }
#dining { background: linear-gradient(180deg, #F9ECDC 0%, #ffffff 100%) !important; }
#rooms { background: linear-gradient(180deg, #ffffff 0%, #F9ECDC 100%) !important; }
#garden { background: linear-gradient(180deg, #F9ECDC 0%, #ffffff 100%) !important; }
#facilities { background: var(--dark) !important; color: var(--white) !important; }
#gallery { background: linear-gradient(180deg, #ffffff 0%, #F9ECDC 100%) !important; color: var(--ink) !important; }
#enquiry { background: linear-gradient(180deg, #F9ECDC 0%, #ffffff 100%) !important; color: var(--ink) !important; }
#location { background: linear-gradient(180deg, #ffffff 0%, #F9ECDC 100%) !important; }

.section-kicker {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--primary);
}

.section-kicker.light {
  color: rgba(255, 255, 255, 0.85);
}

.section-title {
  margin: 18px 0 0;
  max-width: 780px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--ink);
}

.section-title.light {
  color: var(--white);
}

.muted {
  color: var(--muted);
}

.light-muted {
  color: var(--light-muted);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-side-copy {
  max-width: 380px;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  font-weight: 300;
}

/* SLEEK SVG ARROWS & BUTTONS (NORMAL STATE: HORIZONTAL →, HOVER: 45° ↗) */
.icon-arrow-diagonal,
.icon-arrow-right,
.icon-arrow-action {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

a:hover .icon-arrow-diagonal,
a:hover .icon-arrow-right,
a:hover .icon-arrow-action,
button:hover .icon-arrow-diagonal,
button:hover .icon-arrow-right,
button:hover .icon-arrow-action,
.lux-btn:hover .icon-arrow-diagonal,
.lux-btn:hover .icon-arrow-right,
.lux-btn:hover .icon-arrow-action,
.header-enquire-btn:hover .icon-arrow-diagonal,
.header-enquire-btn:hover .icon-arrow-right,
.header-enquire-btn:hover .icon-arrow-action,
.contact-pill-link:hover .icon-arrow-diagonal,
.contact-pill-link:hover .icon-arrow-right,
.contact-pill-link:hover .icon-arrow-action,
.contact-channel-card:hover .icon-arrow-diagonal,
.contact-channel-card:hover .icon-arrow-right,
.contact-channel-card:hover .icon-arrow-action,
.text-link:hover .icon-arrow-diagonal,
.text-link:hover .icon-arrow-right,
.text-link:hover .icon-arrow-action,
.highlight-card-vertical:hover .icon-arrow-diagonal,
.highlight-card-vertical:hover .icon-arrow-right,
.highlight-card-vertical:hover .icon-arrow-action,
.mobile-enquire-link:hover .icon-arrow-diagonal,
.mobile-enquire-link:hover .icon-arrow-right,
.mobile-enquire-link:hover .icon-arrow-action {
  transform: rotate(-45deg);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1.5px solid currentColor;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  text-decoration: none;
  background: transparent;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.text-link:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}

.lux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-size: 13.5px;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 500;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.lux-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -6px rgba(37, 40, 30, 0.2);
}

/* ENQUIRY & CALL BUTTONS WITH CUSTOM PALETTE HOVER */
.lux-btn-solid {
  background: #ffffff;
  color: var(--dark);
  border-color: var(--white);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
}

.lux-btn-solid:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
  border-color: var(--primary) !important;
}

.lux-btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.lux-btn-outline:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.lux-btn-dark {
  background: var(--dark);
  color: #fff;
}

.lux-btn-dark:hover {
  background: var(--primary);
}

/* 01 HEADER (FLOATING ROUNDED ISLAND NAVBAR WITH LIGHT & DARK GLASS THEMES) */
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0;
  pointer-events: none;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              padding 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.3s ease;
}

/* When scrolling down: hide header */
.site-header.header-hidden {
  transform: translateY(-130%);
}

/* When scrolling up / scrolled: floating top offset */
.site-header.scrolled {
  padding-top: 14px;
}

.site-header-inner {
  height: 82px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  pointer-events: auto;
  border-radius: 20px;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 0 16px;
  will-change: transform, background, box-shadow;
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              width 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              padding 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.35s ease,
              border-color 0.35s ease,
              box-shadow 0.4s ease,
              backdrop-filter 0.35s ease;
}

/* Floating Rounded Header - DARK THEME (floating over light sections) */
.site-header.scrolled .site-header-inner {
  width: min(920px, calc(100% - 32px));
  height: 68px;
  padding: 0 28px;
  border-radius: var(--radius-pill);
  background: rgba(18, 55, 47, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(18, 55, 47, 0.18);
  box-shadow: 0 16px 36px -8px rgba(18, 55, 47, 0.28), 0 4px 12px -2px rgba(18, 55, 47, 0.12);
  color: #ffffff;
}

/* Logo scaling in compact scrolled bar */
.site-header.scrolled .brand-logo-img {
  height: 48px;
  width: 48px;
}

.site-header.scrolled .brand-logo-text {
  height: 72px;
  margin-left: -48px;
}

.site-header.scrolled .brand-logo-text-light {
  margin-top: 10px;
}

.site-header.scrolled .brand-logo-text-dark {
  margin-top: 4px;
}

.site-header.scrolled .header-enquire-btn {
  padding: 8px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
}

.site-header.scrolled .header-enquire-btn:hover {
  background: #ffffff;
  color: var(--dark);
  border-color: #ffffff;
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-decoration: none;
}

.brand-logo-img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.brand:hover .brand-logo-img {
  transform: scale(1.05);
}

.brand-logo-text {
  height: 90px;
  width: auto;
  object-fit: contain;
  margin-left: -60px;
  display: block;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.brand-logo-text-light {
  margin-top: 14px;
}

.brand-logo-text-dark {
  margin-top: 8px;
}

.brand:hover .brand-logo-text {
  transform: translateX(2px);
}

/* Default header (dark background / light text): show light text logo, hide dark */
.site-header:not(.header-dark-text) .brand-logo-text-light {
  display: block !important;
}
.site-header:not(.header-dark-text) .brand-logo-text-dark {
  display: none !important;
}

/* Header over light background (.header-dark-text): show dark text logo, hide light */
.site-header.header-dark-text .brand-logo-text-light {
  display: none !important;
}
.site-header.header-dark-text .brand-logo-text-dark {
  display: block !important;
}

.brand-mark {
  display: none;
}

.brand-copy {
  display: none;
}

/* CENTER NAV: HOME, ABOUT, SPACES, GALLERY */
.header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 14.5px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-weight: 500;
  opacity: 0.88;
  transition: opacity 0.25s, transform 0.25s;
  position: relative;
  padding-bottom: 5px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-links a:hover,
.nav-links a.active {
  opacity: 1;
}

.nav-links a:hover {
  transform: translateY(-1px);
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 2;
}

/* ENQUIRY BUTTON & HOVER (CLEAN TRANSPARENT) */
.header-enquire-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  border: 1.5px solid currentColor;
  color: inherit;
  background: transparent;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease;
}

.header-enquire-btn:hover {
  background: #ffffff;
  color: var(--dark);
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.2);
}

.site-header.scrolled .header-enquire-btn {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.site-header.scrolled .header-enquire-btn:hover {
  background: #ffffff;
  color: var(--dark);
  border-color: #ffffff;
}

.menu-btn {
  display: none;
  border: 0;
  background: none;
  color: inherit;
  width: 36px;
  padding: 8px 4px;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  height: 1.5px;
  width: 100%;
  margin: 5px 0;
  background: currentColor;
  transform-origin: center;
  transition: transform 0.34s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.22s ease;
}

.menu-btn.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; transform: scaleX(.45); }
.menu-btn.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  display: none;
}

/* LIGHT THEME / DARK TEXT ON HEADER (FOR LIGHT SECTIONS) */
.site-header.header-dark-text {
  color: var(--dark) !important;
}

.site-header.header-dark-text .brand-mark {
  border-color: var(--dark) !important;
  color: var(--dark) !important;
}

.site-header.header-dark-text .brand-copy strong {
  color: var(--dark) !important;
}

.site-header.header-dark-text .brand-copy small {
  color: rgba(37, 40, 30, 0.7) !important;
}

.site-header.header-dark-text .nav-links a {
  color: var(--dark) !important;
}

.site-header.header-dark-text .header-enquire-btn {
  border-color: var(--dark) !important;
  color: var(--dark) !important;
  background: transparent;
}

.site-header.header-dark-text .header-enquire-btn:hover {
  background: var(--dark) !important;
  color: #ffffff !important;
  border-color: var(--dark) !important;
}

.site-header.header-dark-text .menu-btn {
  color: var(--dark) !important;
}

/* Floating Rounded Header - LIGHT THEME (floating over dark sections) */
.site-header.header-dark-text.scrolled .site-header-inner {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.45), 0 4px 12px -2px rgba(0, 0, 0, 0.25);
  color: var(--dark) !important;
}

.site-header.header-dark-text.scrolled .header-enquire-btn {
  background: rgba(18, 55, 47, 0.04);
  color: var(--dark) !important;
  border-color: var(--dark) !important;
}

.site-header.header-dark-text.scrolled .header-enquire-btn:hover {
  background: var(--dark) !important;
  color: #ffffff !important;
  border-color: var(--dark) !important;
}

.site-header.header-dark-text .mobile-menu {
  background: rgba(255, 255, 255, 0.98);
  color: var(--dark);
  border: 1px solid rgba(37, 40, 30, 0.12);
  box-shadow: 0 20px 40px -10px rgba(37, 40, 30, 0.15);
}

.site-header.header-dark-text .mobile-menu a {
  color: var(--dark);
  border-bottom: 1px solid rgba(37, 40, 30, 0.08);
}

.site-header.header-dark-text .mobile-enquire-link {
  background: var(--dark) !important;
  color: #fff !important;
}

/* 01 HERO SECTION (FULL SCREEN BASED ON SCREEN: 100VH / 100DVH) */
.lux-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  background: var(--dark);
  overflow: hidden;
  color: #fff;
}

.lux-hero-image,
.lux-hero-media {
  position: absolute;
  inset: -5%;
  will-change: transform;
}

.lux-hero-image img,
.lux-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
}

.lux-hero-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 15, 11, 0.78), rgba(14, 15, 11, 0.2) 65%, rgba(14, 15, 11, 0.5)),
              linear-gradient(0deg, rgba(14, 15, 11, 0.75), transparent 55%);
}



.lux-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 64px;
}

.hero-split-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}

.hero-title-col {
  max-width: 820px;
  flex: 1 1 auto;
}

.hero-title-col h1 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: 0 !important;
  font-weight: 400;
  white-space: normal;
}

.hero-title-col h1 em {
  font-style: normal;
  color: #d4c7ab;
  display: inline-block;
}

.hero-desc-col {
  max-width: 440px;
  padding-bottom: 12px;
}

.hero-desc-col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}

/* 02 ABOUT & INTRO */
.split-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10%;
  align-items: start;
}

.intro-copy {
  max-width: 680px;
  padding-top: 32px;
}

.intro-copy p {
  margin: 0 0 20px;
  font-size: 17.5px;
  line-height: 1.85;
  font-weight: 300;
}

/* 03 KEY HIGHLIGHTS — 4 TALL VERTICAL CARDS (WEIGHT 500 AND BELOW) */
.highlight-cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.highlight-card-vertical {
  position: relative;
  min-height: 490px;
  height: 530px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--dark);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.45);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
  display: block;
}

.highlight-card-vertical:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -12px rgba(0, 0, 0, 0.65);
}

.highlight-card-vertical img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.highlight-card-vertical:hover img {
  transform: scale(1.05);
}

.card-shade-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(20, 22, 16, 0.25) 45%, rgba(20, 22, 16, 0.94) 100%);
  border-radius: inherit;
}

.card-content-bottom {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
}

.card-num-sub {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400; /* 500 and below */
  margin-bottom: 8px;
}

.card-content-bottom h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 450; /* 500 and below per user requirement */
  letter-spacing: -0.01em;
  color: #ffffff;
}

.card-content-bottom p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300; /* 500 and below */
}

/* 04 & 05 & 06 FEATURE SECTIONS */
.feature-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10%;
  align-items: center;
}

.feature-layout-reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.feature-copy {
  max-width: 530px;
}

.feature-copy > p:not(.section-kicker) {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
}

.feature-visual {
  position: relative;
  min-height: 450px;
}

.feature-image-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  height: 90%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.feature-image-main.wide {
  width: 86%;
}

.feature-image-main img,
.feature-image-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.feature-visual:hover img {
  transform: scale(1.03);
}

.feature-image-float {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 45%;
  padding: 5px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
}

.feature-image-float.lower {
  background: var(--light-bg-2);
}

.feature-image-float img {
  border-radius: calc(var(--radius-lg) - 5px);
}

.vertical-label {
  position: absolute;
  right: -8px;
  top: 0;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: capitalize;
  color: rgba(37, 40, 30, 0.4);
  font-weight: 500;
}

.feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge-pill {
  display: inline-block;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  background: rgba(18, 55, 47, 0.08);
  border: 1px solid rgba(18, 55, 47, 0.18);
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
  text-transform: capitalize;
}

.mini-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 26px;
}

.mini-list span {
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  background: rgba(18, 55, 47, 0.06);
  border: 1px solid rgba(18, 55, 47, 0.12);
  font-size: 13.5px;
  color: var(--primary);
  font-weight: 500;
  text-transform: capitalize;
}

/* 07 GARDEN & OUTDOOR LOUNGE PERKS */
.garden-perks-row {
  display: grid;
  gap: 12px;
  margin: 22px 0 26px;
}

.garden-perk-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(18, 55, 47, 0.05);
  border: 1px solid rgba(18, 55, 47, 0.12);
  border-radius: var(--radius-sm);
  transition: all 0.25s ease;
}

.garden-perk-card:hover {
  background: #ffffff;
  border-color: var(--primary-light);
  transform: translateX(4px);
  box-shadow: 0 8px 20px -6px rgba(18, 55, 47, 0.12);
}

.garden-perk-card .perk-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary-light);
  flex-shrink: 0;
}

.garden-perk-card strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}

.garden-perk-card p {
  margin: 2px 0 0 !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: var(--muted) !important;
}

/* 08 FACILITIES */
.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.facility-item {
  min-height: 200px;
  padding: 26px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-light);
  will-change: transform, box-shadow;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.4s ease,
              border-color 0.4s ease,
              box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: default;
}

.facility-item:hover {
  background: #ffffff !important;
  border-color: var(--primary-light) !important;
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.38), 0 6px 18px rgba(0, 0, 0, 0.12);
}

.facility-item span {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.35s ease;
}

.facility-item:hover span {
  color: var(--primary-light) !important;
  font-weight: 600;
}

.facility-item h3 {
  margin: 36px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: capitalize;
  transition: color 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.facility-item:hover h3 {
  color: var(--primary) !important;
  transform: translateY(-2px);
}

.facility-item p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.35s ease;
}

.facility-item:hover p {
  color: var(--muted) !important;
}

/* 09 HOME GALLERY */
.home-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
  gap: 14px;
  margin-top: 56px;
}

.home-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #e4e7e0;
  box-shadow: var(--shadow-soft);
}

.home-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
  transition: transform 0.9s, filter 0.7s;
}

.home-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 15, 11, 0.7) 0%, transparent 55%);
}

.home-gallery-item:hover img {
  transform: scale(1.05);
  filter: saturate(0.95);
}

.home-gallery-item span {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 16px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  font-weight: 500;
}

.item-a { grid-column: span 7; grid-row: span 5; }
.item-b { grid-column: span 5; grid-row: span 3; }
.item-c { grid-column: span 5; grid-row: span 2; }
.item-d { grid-column: span 4; grid-row: span 4; }
.item-e { grid-column: span 8; grid-row: span 4; }

/* 11 LOCATION (CARD CANVAS STYLE: LIGHT GRADIENT SECTION WRAPPER + DARK PRIMARY CARD CANVAS) */
.location-section-wrapper {
  padding: clamp(48px, 6vw, 84px) 0;
  background: linear-gradient(180deg, #F9ECDC 0%, #ffffff 100%) !important;
}

.location-card-canvas {
  background: var(--dark) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px -15px rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: clamp(32px, 4.5vw, 60px);
}

.location-card-canvas .section-kicker {
  color: #CC9249 !important;
}

.location-card-canvas .section-title {
  color: #ffffff !important;
}

.location-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.location-content-col {
  display: flex;
  flex-direction: column;
}

.location-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.location-detail span {
  font-size: 10.5px;
  text-transform: capitalize;
  letter-spacing: 0.14em;
  color: #CC9249;
  font-weight: 600;
}

.location-detail strong {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.location-card-canvas .text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  background: #ffffff;
  color: var(--primary);
  font-size: 13.5px;
  font-weight: 600;
  width: fit-content;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.location-card-canvas .text-link:hover {
  background: #CC9249;
  color: #ffffff;
  border-color: #CC9249;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.location-card-canvas .map-wrap {
  height: 380px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, 0.5);
  background: #dfe2dc;
}

.location-card-canvas .map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* 11 ENQUIRY SECTION (LIGHT WARM IVORY PALETTE) */
.enquiry-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8%;
  align-items: stretch;
}

.enquiry-left-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.enquiry-intro {
  margin-bottom: 32px;
}

.enquiry-copy {
  max-width: 420px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.85;
}

.contact-stack {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.contact-pill-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid rgba(37, 40, 30, 0.09);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px -8px rgba(37, 40, 30, 0.05);
  transition: transform 0.3s, background 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.contact-pill-link:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
  box-shadow: var(--shadow-soft);
}

.contact-pill-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(84, 91, 69, 0.09);
  display: grid;
  place-items: center;
  color: var(--primary);
  flex-shrink: 0;
}

.contact-pill-icon.whatsapp-icon {
  background: rgba(84, 91, 69, 0.14);
  color: var(--primary);
}

.contact-pill-link span {
  display: block;
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 0.12em;
  color: rgba(37, 40, 30, 0.55);
  font-weight: 500;
}

.contact-pill-link strong {
  display: block;
  margin-top: 2px;
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.address-box {
  cursor: pointer;
}

.contact-pill-dark {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
}

.contact-pill-dark:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.contact-pill-dark span {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact-pill-dark strong {
  color: #ffffff !important;
}

.contact-icon-dark {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

/* LUXURY LIGHT FORM (UN-BOXY) */
.lux-form-light {
  padding: clamp(28px, 4vw, 44px);
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(37, 40, 30, 0.09);
  box-shadow: 0 25px 60px -15px rgba(37, 40, 30, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-card-header h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: var(--ink);
  text-transform: capitalize;
}

.form-card-header p {
  margin: 6px 0 24px;
  font-size: 13.5px;
  color: var(--muted);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lux-form-light label {
  display: block;
  margin-bottom: 16px;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgba(37, 40, 30, 0.7);
}

.lux-form-light input,
.lux-form-light select,
.lux-form-light textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 13px 16px;
  border: 1px solid rgba(37, 40, 30, 0.14);
  border-radius: var(--radius-sm);
  outline: 0;
  background: var(--light-bg);
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 400;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.lux-form-light input:focus,
.lux-form-light select:focus,
.lux-form-light textarea:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(84, 91, 69, 0.15);
}

.lux-form-light textarea {
  resize: vertical;
  min-height: 105px;
}

.form-status {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
}

.hidden {
  display: none !important;
}

.w-full {
  width: 100%;
}

/* ================================================================
   CUSTOM LUXURY FORM CONTROLS (CALENDAR UI & SELECT DROPDOWN UI)
   ================================================================ */
.custom-date-picker-wrap,
.custom-select-wrap {
  position: relative;
  width: 100%;
  margin-top: 8px;
}

/* Common trigger button styling matching luxury form inputs */
.custom-date-trigger,
.custom-select-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  background: var(--light-bg);
  border: 1px solid rgba(37, 40, 30, 0.16);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  user-select: none;
}

.custom-date-trigger:hover,
.custom-select-trigger:hover {
  border-color: var(--primary);
  background: #ffffff;
}

.custom-date-trigger:focus,
.custom-select-trigger:focus,
.custom-date-picker-wrap.is-open .custom-date-trigger,
.custom-select-wrap.is-open .custom-select-trigger {
  border-color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(18, 55, 47, 0.14);
}

.custom-date-display.is-placeholder,
.custom-select-label.is-placeholder {
  color: rgba(18, 55, 47, 0.55);
}

.custom-date-icon,
.custom-select-chevron {
  color: var(--primary);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.custom-select-wrap.is-open .custom-select-chevron {
  transform: rotate(180deg);
}

/* CUSTOM SELECT MENU */
.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(18, 55, 47, 0.16);
  box-shadow: 0 20px 45px -10px rgba(18, 55, 47, 0.22), 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 8px;
  max-height: 280px;
  overflow-y: auto;
}

.custom-select-option {
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 14.5px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.15s ease, color 0.15s ease;
}

.custom-select-option:hover {
  background: rgba(18, 55, 47, 0.07);
  color: var(--primary);
}

.custom-select-option.is-selected {
  background: var(--primary);
  color: #ffffff;
  font-weight: 500;
}

.custom-select-option .opt-check {
  display: none;
}

.custom-select-option.is-selected .opt-check {
  display: inline-block;
  color: #CC9249;
}

/* CUSTOM CALENDAR POPUP */
.custom-calendar-popup {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  width: 350px;
  max-width: 94vw;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(18, 55, 47, 0.16);
  box-shadow: 0 24px 50px -12px rgba(18, 55, 47, 0.25), 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 18px;
  user-select: none;
}

.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cal-month-year-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--primary);
  cursor: pointer;
  transition: all 0.2s ease;
}

.cal-month-year-btn:hover {
  background: rgba(18, 55, 47, 0.07);
  border-color: rgba(18, 55, 47, 0.15);
}

.cal-switch-year-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 4px 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--primary);
  cursor: pointer;
  transition: all 0.2s ease;
}

.cal-switch-year-btn:hover {
  color: #CC9249;
  background: rgba(18, 55, 47, 0.05);
  transform: translateY(-1px);
}

.cal-switch-year-btn svg {
  stroke: #CC9249;
  transition: transform 0.2s ease;
}

.cal-view-heading {
  font-family: "Manrope", sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--primary);
}

.cal-back-pill-btn {
  background: #ffffff;
  border: 1.5px solid rgba(18, 55, 47, 0.2);
  border-radius: var(--radius-pill);
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;
  transition: all 0.2s ease;
}

.cal-back-pill-btn:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

/* Month Grid (4 columns of cards) */
.cal-months-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 12px 0 6px;
}

.cal-month-card {
  padding: 13px 2px;
  border: 1px solid rgba(18, 55, 47, 0.12);
  border-radius: 10px;
  background: #ffffff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cal-month-card:hover:not(.is-past) {
  background: rgba(204, 146, 73, 0.14);
  border-color: #CC9249;
  color: var(--primary);
  transform: translateY(-1px);
}

.cal-month-card.is-selected {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(18, 55, 47, 0.32);
}

.cal-month-card.is-past {
  opacity: 0.28;
  cursor: not-allowed;
  pointer-events: none;
}

/* Year Grid (3 columns of cards) */
.cal-years-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 12px 0 6px;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 2px;
}

.cal-year-card {
  padding: 13px 6px;
  border: 1px solid rgba(18, 55, 47, 0.12);
  border-radius: 10px;
  background: #ffffff;
  color: var(--primary);
  font-family: "Manrope", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cal-year-card:hover {
  background: rgba(204, 146, 73, 0.14);
  border-color: #CC9249;
  color: var(--primary);
  transform: translateY(-1px);
}

.cal-year-card.is-selected {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(18, 55, 47, 0.32);
}

.cal-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(18, 55, 47, 0.12);
  background: #ffffff;
  color: var(--primary);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cal-nav-btn:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #CC9249;
  margin-bottom: 8px;
}

.cal-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.cal-day {
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
  position: relative;
}

.cal-day:not(.is-empty):not(.is-past):hover {
  background: rgba(18, 55, 47, 0.09);
  color: var(--primary);
  transform: scale(1.06);
}

.cal-day.is-today::after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #CC9249;
}

.cal-day.is-selected {
  background: var(--primary) !important;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(18, 55, 47, 0.35);
}

.cal-day.is-selected::after {
  background: #ffffff;
}

.cal-day.is-past {
  opacity: 0.28;
  cursor: not-allowed;
  pointer-events: none;
}

.cal-day.is-empty {
  pointer-events: none;
}

.cal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(18, 55, 47, 0.1);
}

.cal-action-btn {
  background: none;
  border: none;
  padding: 4px 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.cal-action-btn:hover {
  background: rgba(18, 55, 47, 0.08);
}

.cal-clear-btn {
  color: rgba(18, 55, 47, 0.6);
}

.cal-clear-btn:hover {
  color: #d9534f;
  background: rgba(217, 83, 79, 0.08);
}

/* Visually hidden native elements maintained for form submit/validation */
.custom-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ================================================================
   LUXURY ARCHITECTURAL FOOTER DESIGN (CLEAN & MINIMAL)
   ================================================================ */
.site-footer {
  background: linear-gradient(180deg, #10332B 0%, #0B251F 100%);
  color: #fff;
  border-top: 1px solid rgba(204, 146, 73, 0.22);
  position: relative;
  overflow: hidden;
}

.footer-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 24px;
}

/* 01 MID GRID: BRAND & PROMISE, LINKS, LOCATION, QR */
.footer-mid-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 1.25fr 0.9fr;
  gap: clamp(24px, 3.5vw, 48px);
  padding-bottom: 34px;
  align-items: flex-start;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-left: -26px;
  margin-top: -46px;
}

.footer-logo-img {
  width: 80px;
  height: 75px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.footer-brand:hover .footer-logo-img {
  transform: scale(1.05);
}

.footer-logo-text {
  height: 100px;
  width: auto;
  object-fit: contain;
  margin-left: -69px;
  margin-top: 18px;
  display: block;
}

.footer-tagline-text {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(23px, 2.2vw, 27px);
  line-height: 1.15;
  color: #ffffff !important;
  margin: 14px 0 10px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.footer-desc-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.65;
  max-width: 330px;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link-item {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13.5px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: fit-content;
}

.footer-link-item:hover {
  color: #CC9249;
  transform: translateX(3px);
}

.footer-link-home {
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff !important;
  letter-spacing: 0.02em;
}

.footer-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

.footer-address-line {
  display: block;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  max-width: 360px;
  transition: color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.footer-address-line:hover {
  color: #CC9249;
  transform: translateX(2px);
}

.footer-call-wrap {
  margin-top: 4px;
}

.footer-call-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-call-link svg {
  color: #CC9249;
  flex-shrink: 0;
}

.footer-call-link:hover {
  color: #CC9249;
  transform: translateX(2px);
}

.footer-col-qr {
  display: flex;
  flex-direction: column;
}

.footer-qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-qr-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(204, 146, 73, 0.35);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.footer-qr-link:hover {
  transform: translateY(-2px);
  border-color: #CC9249;
  box-shadow: 0 6px 18px rgba(204, 146, 73, 0.3);
}

.footer-qr-img {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
  border-radius: 4px;
}

.footer-qr-caption {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  color: #ffffff;
  margin: 0;
  max-width: 190px;
  text-align: center;
}

/* 02 BOTTOM ROW */
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-credit-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-credit-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* ================================================================
   FLOATING WHATSAPP BUTTON (BOTTOM CORNER - NO BG COLOR)
   ================================================================ */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 54px;
  height: 54px;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  text-decoration: none;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s ease;
  cursor: pointer;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.floating-whatsapp-btn:hover {
  transform: scale(1.12) translateY(-2px);
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.floating-whatsapp-icon {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

@media (max-width: 500px) {
  .floating-whatsapp-btn {
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
  }
}

/* ================================================================
   GALLERY PAGE STYLES (WARM PALETTE REPLACING #F4EFE7)
   ================================================================ */
.gallery-hero-section {
  padding: 130px 0 90px;
  background: var(--light-bg);
}

.gallery-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.gallery-filter-wrapper {
  margin-top: 48px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-btn {
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(37, 40, 30, 0.12);
  background: #ffffff;
  color: rgba(37, 40, 30, 0.75);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  transform: translateY(-1px);
}

.filter-btn.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 6px 18px -4px rgba(84, 91, 69, 0.35);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 0;
  padding: 0;
  background: #e2e5df;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20, 22, 16, 0.82) 100%);
  border-radius: inherit;
  transition: opacity 0.3s;
}

.gallery-caption {
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 22px;
  z-index: 2;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: capitalize;
}

/* LIGHTBOX MODAL */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(20, 22, 16, 0.94);
  backdrop-filter: blur(18px);
  display: none;
  place-items: center;
  padding: 30px;
}

.lightbox.open {
  display: grid;
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1010;
  outline: none;
  transition: background 0.3s, transform 0.3s, border-color 0.3s, color 0.3s;
}

.lightbox-close svg {
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.lightbox-close:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: scale(1.08);
}

@media (max-width: 640px) {
  .lightbox {
    padding: 16px;
  }
  .lightbox-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}

.lightbox img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
  object-fit: contain;
}

.lightbox-caption {
  position: absolute;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: capitalize;
}

/* ABOUT PAGE: FULL SCREEN HERO (100VH) WITH ARCHITECTURAL ILLUSTRATION & INTERCONNECTING AXIS */
.about-hero-section {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 24px 60px;
  overflow: hidden;
  background: var(--light-bg);
  border-bottom: 1px solid rgba(37, 40, 30, 0.1);
}

.about-hero-illustration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  opacity: 0.85;
  mask-image: radial-gradient(ellipse 72% 56% at 50% 46%, transparent 34%, black 78%);
  -webkit-mask-image: radial-gradient(ellipse 72% 56% at 50% 46%, transparent 34%, black 78%);
}

.about-arch-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arch-landscape-contours {
  animation: subtleContourShift 22s ease-in-out infinite alternate;
}

@keyframes subtleContourShift {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.about-hero-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 10%;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 91, 69, 0.12) 0%, rgba(84, 91, 69, 0) 70%);
  filter: blur(60px);
  pointer-events: none;
  animation: floatAuraOne 14s ease-in-out infinite alternate;
}

.about-hero-section::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 12%;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 199, 171, 0.3) 0%, rgba(212, 199, 171, 0) 70%);
  filter: blur(55px);
  pointer-events: none;
  animation: floatAuraTwo 16s ease-in-out infinite alternate;
}

@keyframes floatAuraOne {
  0% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(45px, 25px) scale(1.15); opacity: 1; }
  100% { transform: translate(-30px, 20px) scale(0.95); opacity: 0.75; }
}

@keyframes floatAuraTwo {
  0% { transform: translate(0, 0) scale(1); opacity: 0.65; }
  50% { transform: translate(-50px, -25px) scale(1.12); opacity: 1; }
  100% { transform: translate(25px, -35px) scale(0.9); opacity: 0.6; }
}

.about-hero-container {
  position: relative;
  z-index: 2;
  margin-top: -10px;
}

.about-intro-copy {
  max-width: 860px;
  margin: 0 auto;
}

.about-main-title {
  margin: 18px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: var(--dark);
}

.about-main-title span {
  color: var(--primary);
}

.about-main-sub {
  max-width: 640px;
  margin: 22px auto 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
}

.about-feature-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.about-feature-tags span {
  display: inline-block;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  background: #ffffff;
  border: 1px solid rgba(37, 40, 30, 0.1);
  font-size: 13.5px;
  color: var(--dark);
  font-weight: 500;
  box-shadow: 0 4px 12px -2px rgba(37, 40, 30, 0.04);
}

/* ABOUT PAGE: LAST SECTION IMAGE OVERLAY CANVAS */
.about-cta-canvas {
  position: relative;
  min-height: 480px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 6vw, 84px) 24px;
  color: #ffffff;
  box-shadow: 0 30px 70px -20px rgba(18, 20, 15, 0.4);
}

.cta-canvas-image {
  position: absolute;
  inset: 0;
}

.cta-canvas-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.cta-canvas-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(10 24 20 / 48%) 0%, rgb(37 40 30 / 41%) 100%);
}

.cta-canvas-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

.about-cta-canvas .section-kicker {
  color: #ffffff !important;
  opacity: 0.95;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.about-cta-canvas .section-title {
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
}

.about-cta-canvas p {
  color: #ffffff !important;
  opacity: 0.92;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.page-hero-wrapper {
  padding-top: 104px;
  background: var(--light-bg);
}

.page-hero-canvas {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 6vw, 84px) 24px;
  color: #fff;
  box-shadow: 0 24px 50px -15px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.page-hero-image {
  position: absolute;
  inset: 0;
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 15, 11, 0.35) 0%, rgba(14, 15, 11, 0.85) 100%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.page-hero-title {
  margin: 16px auto 0;
  max-width: 1050px;
  width: 100%;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.1;
  letter-spacing: 0 !important;
  font-weight: 400;
  text-align: center;
}

.page-hero-title span {
  color: #ded9cd;
  display: inline-block;
}

.page-hero-sub {
  margin: 18px auto 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  max-width: 620px;
  text-align: center;
}

.about-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-feature-card {
  padding: 34px 28px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}

.about-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -10px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}

.about-card-num {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--primary-light);
  font-weight: 600;
}

.about-feature-card h3 {
  margin: 36px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--primary);
}

.about-feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(18, 55, 47, 0.8);
}

.visual-trio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.visual-card {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(37, 40, 30, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s ease;
}

.visual-card:hover {
  transform: translateY(-4px);
}

.visual-card img {
  width: 100%;
  aspect-ratio: 4 / 3.2;
  object-fit: cover;
}

.visual-card figcaption {
  padding: 20px;
}

.visual-card figcaption strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.visual-card figcaption span {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--muted);
}

.about-cta-box {
  padding: clamp(48px, 6vw, 76px) 30px;
  border-radius: var(--radius-xl);
  background: var(--light-bg-2);
  border: 1px solid rgba(37, 40, 30, 0.09);
  max-width: 900px;
  margin: 0 auto;
}

.about-cta-dark {
  background: var(--dark) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4) !important;
}

/* CONTACT HERO (FULL HERO SECTION LIKE HOMEPAGE HERO WITH CENTERED CONTENT) */
.contact-lux-hero {
  position: relative;
  min-height: 64vh;
  min-height: 64dvh;
  height: auto;
  background: var(--dark);
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 15, 11, 0) 0%, rgba(14, 15, 11, 0) 40%, rgba(18, 55, 47, 0.45) 84%, #12372F 100% );
  pointer-events: none;
  z-index: 1;
}

/* ARCHITECTURAL VECTOR ILLUSTRATION BETWEEN SECTION 01 AND SECTION 02 (SCREENSHOT 1) */
.contact-between-divider {
  position: relative;
  width: 100%;
  height: clamp(100px, 13vw, 170px);
  background: #12372F;
  overflow: hidden;
  display: block;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 2;
  pointer-events: none;
}

.contact-arch-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-center-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 20px 32px;
}

.contact-hero-center-content {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact-center-kicker {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #CC9249;
  background: rgba(204, 146, 73, 0.12);
  border: 1px solid rgba(204, 146, 73, 0.28);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}

.contact-center-title {
  margin: 0 auto;
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.08;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.contact-center-title span {
  color: #ded9cd;
  display: inline-block;
}

.contact-center-sub {
  margin: 18px auto 0;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  text-align: center;
}

/* 02 CONTACT CHANNELS SECTION (DARK THEME GRADIENT FINISH) */
.contact-channels-section {
  padding: clamp(32px, 4vw, 56px) 0 clamp(54px, 6vw, 84px);
  background: linear-gradient(180deg, #12372F 0%, #153e35 50%, #1d4d42 100%) !important;
  color: #ffffff;
  position: relative;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.contact-channel-card {
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.35s ease,
              border-color 0.35s ease,
              box-shadow 0.4s ease;
  text-decoration: none;
  color: inherit;
}

.contact-channel-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.1);
  border-color: #CC9249;
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, 0.45);
}

.contact-channel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.contact-channel-num {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #CC9249;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-channel-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(204, 146, 73, 0.14);
  color: #CC9249;
  display: grid;
  place-items: center;
  border: 1px solid rgba(204, 146, 73, 0.28);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.contact-channel-card:hover .contact-channel-icon {
  transform: scale(1.08);
  background: #CC9249;
  color: #12372F;
}

.contact-channel-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0 0 10px;
}

.contact-channel-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.contact-channel-action {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #CC9249;
  transition: gap 0.25s ease, color 0.25s ease;
}

.contact-channel-card:hover .contact-channel-action {
  color: #ffffff;
  gap: 12px;
}

@media (max-width: 1024px) {
  .contact-channels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .contact-channels-grid {
    grid-template-columns: 1fr;
  }
}

/* 03 CONTACT FORM SECTION (FORM ONLY - FULL GRADIENT ENDING IN PURE WHITE) */
.contact-form-section {
  padding: clamp(60px, 7vw, 104px) 0 clamp(80px, 9vw, 120px);
  background: linear-gradient(180deg, #F9ECDC 0%, #fefcf9 40%, #ffffff 100%) !important;
}

.contact-form-center-wrap {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}

.contact-form-center-wrap .lux-form-light {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(18, 55, 47, 0.12);
  box-shadow: 0 24px 60px -15px rgba(18, 55, 47, 0.1), 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: clamp(34px, 5vw, 56px);
}



.form-main-title {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  color: var(--primary);
  margin: 0 0 8px;
}

.form-sub-text {
  font-size: 14.5px;
  color: rgba(18, 55, 47, 0.7);
  margin: 0;
}

/* CONTACT PAGE STYLES (EQUAL HEIGHT FORM & INFO/MAP) */
.contact-equal-row {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 32px;
  align-items: stretch;
}

.contact-form-stretch {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-right-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.contact-map-stretch {
  flex: 1;
  min-height: 240px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(37, 40, 30, 0.12);
  box-shadow: 0 16px 36px -12px rgba(37, 40, 30, 0.08);
  background: #dfe2dc;
}

.contact-map-stretch iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
  display: block;
}

.page-title-section {
  padding: 130px 0 36px;
  background: var(--light-bg);
}

.contact-info-card {
  padding: 32px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(37, 40, 30, 0.08);
  box-shadow: var(--shadow-soft);
}

.contact-action-pills {
  display: grid;
  gap: 12px;
}

/* REVEAL ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
  .highlight-cards-row { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .highlight-card-vertical { height: 440px; min-height: 440px; }
  .about-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .facility-grid { grid-template-columns: repeat(2, 1fr); }
  .garden-content-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .site-header.scrolled {
    padding-top: 8px;
  }
  .site-header-inner {
    height: 70px;
    width: min(100% - 24px, 720px);
    padding: 0 14px;
    border-radius: 16px;
  }
  .site-header.scrolled .site-header-inner {
    height: 60px;
    width: min(100% - 24px, 720px);
    padding: 0 14px;
    border-radius: 16px;
  }
  .lux-container, .lux-hero-inner, .footer-inner {
    width: min(100% - 36px, 720px);
  }
  .brand-logo-img {
    height: 48px;
    width: 48px;
  }
  .brand-logo-text {
    height: 70px;
    width: auto;
    margin-left: -40px;
  }
  .brand-logo-text-light {
    margin-top: 10px;
  }
  .brand-logo-text-dark {
    margin-top: 6px;
  }
  .site-header.scrolled .brand-logo-img {
    height: 42px;
    width: 42px;
  }
  .site-header.scrolled .brand-logo-text {
    height: 62px;
    margin-left: -36px;
  }
  .footer-brand {
    margin-left: -15px;
  }
  .footer-logo-img {
    height: 48px;
    width: 48px;
  }
  .footer-logo-text {
    height: 70px;
    margin-left: -40px;
    margin-top: 10px;
  }
  .header-center { display: none; }
  .menu-btn { display: block; }
  .mobile-menu {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    padding: 12px;
    background: rgba(18, 55, 47, 0.98);
    border-radius: var(--radius-lg);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transform-origin: top;
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.36s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.36s;
  }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
  .mobile-menu a {
    display: block;
    padding: 14px 16px;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.28s ease;
  }
  .mobile-menu.open a { opacity: 1; transform: translateY(0); }
  .mobile-menu.open a:nth-child(1) { transition-delay: .06s; }
  .mobile-menu.open a:nth-child(2) { transition-delay: .1s; }
  .mobile-menu.open a:nth-child(3) { transition-delay: .14s; }
  .mobile-menu.open a:nth-child(4) { transition-delay: .18s; }
  .mobile-menu a:last-child { border-bottom: 0; }
  .mobile-enquire-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: var(--primary) !important;
    color: #fff !important;
    border-radius: var(--radius-md);
    margin-top: 8px;
  }
  .split-intro, .feature-layout, .feature-layout-reverse, .location-grid, .enquiry-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .intro-copy { padding-top: 0; }
  .feature-copy { order: 2; }
  .feature-visual { order: 1; min-height: 540px; }
  .feature-layout-reverse .feature-copy { order: 2; }
  .feature-layout-reverse .feature-visual { order: 1; }
  .section-head, .gallery-header-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .visual-trio-grid { grid-template-columns: 1fr; }
  .map-wrap { height: 320px; }
  .footer-mid-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-col-venue-info { grid-column: auto; }

  /* Hide enquiry button in mobile navbar across home, about, and all pages */
  .header-enquire-btn,
  .site-header .header-enquire-btn {
    display: none !important;
  }

  /* Homepage Hero split row: stack title and paragraph vertically one by one on mobile */
  .hero-split-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  .hero-title-col,
  .hero-desc-col {
    max-width: 100% !important;
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .hero-title-col h1 {
    font-size: clamp(34px, 7vw, 48px) !important;
    line-height: 1.1 !important;
  }
  .hero-desc-col p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    max-width: 560px !important;
  }

  /* Section 09 Gallery: clean responsive grid on mobile */
  .home-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 14px !important;
    margin-top: 36px !important;
  }
  .home-gallery-item {
    border-radius: var(--radius-md) !important;
    height: 180px !important;
  }
  .item-a {
    grid-column: span 2 !important;
    grid-row: auto !important;
    height: 250px !important;
  }
  .item-b,
  .item-c,
  .item-d,
  .item-e {
    grid-column: span 1 !important;
    grid-row: auto !important;
    height: 180px !important;
  }
  .home-gallery-item span {
    left: 16px !important;
    bottom: 14px !important;
    font-size: 12px !important;
  }

  /* Contact hero and divider on tablet/mobile */
  .contact-lux-hero,
  .contact-lux-hero.lux-hero {
    min-height: auto !important;
    height: auto !important;
  }
  .contact-center-hero-inner {
    padding-top: 110px !important;
    padding-bottom: 24px !important;
  }
  .contact-between-divider {
    height: clamp(80px, 14vw, 120px) !important;
  }
  .contact-channels-section {
    padding: 24px 0 44px !important;
  }
  .contact-channels-grid {
    margin-top: 24px !important;
  }
}

@media (max-width: 500px) {
  .lux-section { padding: 42px 0; }
  .feature-section { padding: 34px 0; }
  #rooms.feature-section { padding-bottom: 0; }
  .garden-section-wrapper { padding-top: 8px; padding-bottom: 38px; }
  .lux-container, .lux-hero-inner, .site-header-inner, .footer-inner {
    width: calc(100% - 32px);
  }
  .lux-hero, .lux-hero-inner { min-height: 85vh; height: 85vh; }
  .highlight-cards-row { grid-template-columns: 1fr; gap: 16px; }
  .highlight-card-vertical { height: 380px; min-height: 380px; }
  .feature-visual { min-height: 400px; }
  .feature-image-main { width: 84%; height: 84%; }
  .feature-image-float { width: 52%; height: 46%; }
  .garden-card-canvas { min-height: 520px; }
  .garden-content-grid { padding: 36px 20px; }
  .facility-grid { grid-template-columns: 1fr; }
  .about-cards-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lux-form-light { padding: 24px 18px; }
  .map-wrap { height: 260px; }
  .footer-mid-grid { grid-template-columns: 1fr; gap: 24px; padding: 22px 0 18px; }
  .footer-col-venue-info { grid-column: auto; }
  .footer-bottom-row { flex-direction: column; align-items: flex-start; gap: 8px; }

  /* Small phone gallery sizing */
  .home-gallery {
    gap: 10px !important;
    margin-top: 24px !important;
  }
  .item-a {
    height: 215px !important;
  }
  .item-b,
  .item-c,
  .item-d,
  .item-e {
    height: 150px !important;
  }
  .home-gallery-item span {
    left: 12px !important;
    bottom: 10px !important;
    font-size: 11px !important;
  }

  /* Contact hero spacing on mobile - reduced bottom padding */
  .contact-lux-hero,
  .contact-lux-hero.lux-hero {
    min-height: auto !important;
    height: auto !important;
  }
  .contact-center-hero-inner {
    padding-top: 105px !important;
    padding-bottom: 20px !important;
  }
  .contact-between-divider {
    height: 85px !important;
  }
  .contact-center-title {
    font-size: clamp(30px, 7.5vw, 40px) !important;
    line-height: 1.12 !important;
  }
  .contact-center-sub {
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .contact-center-kicker {
    margin-bottom: 12px !important;
    font-size: 10.5px !important;
    padding: 5px 14px !important;
  }
  .contact-channels-section {
    padding: 20px 0 36px !important;
  }
  .footer-qr-card {
    align-items: flex-start;
  }
  .footer-qr-caption {
    text-align: left;
  }
 
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Brand typography: display titles are serif; navigation, controls and body use Plus Jakarta Sans. */
body *, button, input, select, textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0 !important;
}

h1, h1 *, h2, h2 *, h3, h3 *, .section-title, .section-title *, .page-hero-title, .page-hero-title *, .about-main-title, .about-main-title *, .footer-statement, .footer-statement * {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.lux-hero h1, .lux-hero h1 * {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-style: normal;
}
