:root {
  --bg: #f5f1e8;
  --surface: #fffdf8;
  --surface-soft: #eee8dc;
  --section-bg: #f7f3ea;
  --container-bg: #edf7ef;
  --text: #102f2a;
  --muted: #65736c;
  --brand: #18845f;
  --brand-dark: #0f3b34;
  --accent: #208766;
  --accent-soft: #dff3e8;
  --line: #ded8cc;
  --shadow: 0 18px 42px rgba(24, 49, 40, 0.11);
  --radius: 14px;
  --max-width: 1180px;
}

/* Full WhatsApp glyph, including the phone handset detail. */
body .action-whatsapp::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 2 131.5 2 253.9c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.5 224.1-221.9 0-59.3-25.2-115-67.1-157.1zM223.9 438.7h-.1c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 2 131.5 2 253.9c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.5 224.1-221.9 0-59.3-25.2-115-67.1-157.1zM223.9 438.7h-.1c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 243, 234, 0.96);
  border-bottom: 1px solid rgba(16, 47, 42, 0.1);
  box-shadow: 0 10px 30px rgba(16, 47, 42, 0.06);
  backdrop-filter: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(247, 243, 234, 0.96);
  border-bottom-color: rgba(16, 47, 42, 0.1);
  box-shadow: 0 10px 30px rgba(16, 47, 42, 0.06);
}

.navbar {
  width: min(100% - 32px, var(--max-width));
  min-height: 76px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 2vw, 22px);
}

.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  gap: 10px;
  font-weight: 800;
  color: var(--brand-dark);
  transition: gap 0.24s ease;
}

.brand-name {
  position: relative;
  display: inline-flex;
  gap: 0.28em;
  padding-bottom: 3px;
  font-size: 1.18rem;
  line-height: 1.1;
  white-space: nowrap;
}

.logo .brand-name,
.footer-logo .brand-name {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.logo .brand-name > span,
.footer-logo .brand-name > span {
  display: inline;
  white-space: nowrap;
}

.brand-vic {
  color: #f89b1c;
}

.site-header .brand-homestay {
  color: #111111;
}

.brand-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.32s ease;
}

.site-header .brand-name::after {
  height: 2px;
}

.logo:hover .brand-name::after,
.logo:focus-visible .brand-name::after,
.footer-logo:hover .brand-name::after,
.footer-logo:focus-visible .brand-name::after {
  transform: scaleX(1);
  transform-origin: left;
}

.logo-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(16, 47, 42, 0.14);
}

.site-header .logo-mark {
  width: 58px;
  height: 68px;
  max-height: 70px;
  background: transparent;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.35vw, 18px);
  color: var(--muted);
  font-size: clamp(0.84rem, 0.88vw, 1rem);
  font-weight: 700;
}

.nav-links a,
.footer-grid a,
.contact-list a {
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-links a {
  position: relative;
  padding: 8px 4px;
  border-radius: 10px;
  white-space: nowrap;
  transition: color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.nav-links a::after {
  content: none;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-grid a:hover,
.contact-list a:hover {
  color: var(--brand);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(223, 243, 232, 0.52);
  transform: translateY(-1px);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: none;
}

.nav-links a.active {
  color: var(--brand-dark);
  background: var(--accent-soft);
}

.nav-links a.active::after {
  transform: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

/*.site-header.is-scrolled .nav-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}*/

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  cursor: pointer;
  transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle.active {
  border-color: rgba(24, 132, 95, 0.24);
  background: var(--accent-soft);
  box-shadow: 0 10px 22px rgba(24, 49, 40, 0.1);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 0.28s ease, opacity 0.22s ease, background-color 0.24s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #ffffff;
  background: var(--brand);
  box-shadow: 0 12px 25px rgba(24, 132, 95, 0.22);
}

.btn-primary:hover {
  background: var(--brand-dark);
}

.btn-ghost {
  color: var(--accent);
  background: var(--accent-soft);
  border-color: rgba(24, 132, 95, 0.14);
}

.btn-light {
  color: var(--brand-dark);
  background: #fffdf8;
}

.btn-large {
  min-height: 44px;
  padding: 0 18px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: var(--brand-dark);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: 0;
  background-image: url("Images/1. Vic Homestay Entrance 2.png");
  background-position: center 48%;
  background-size: cover;
  filter: contrast(1.03) saturate(1.08) brightness(1.1);
  transform: scale(1.015);
}

.hero-overlay {
  z-index: 0;
  background: linear-gradient(180deg, rgba(5, 18, 16, 0.02) 42%, rgba(5, 18, 16, 0.28) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 76px);
  padding: 84px 0 54px;
}

.hero-copy {
  max-width: 660px;
  margin: 0 auto;
  padding: 24px 28px;
  border-radius: 18px;
  background: rgba(129, 127, 127, 0.503);
  text-align: left;
}

.hero-content .eyebrow,
.hero-content h1,
.hero-content .hero-subtitle {
  color: transparent;
  background: linear-gradient(105deg, #fffdf2 0%, #f7e7a6 34%, #e7c45f 68%, #d9a936 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.42));
}

.hero-content h1 {
  font-size: clamp(2.25rem, 5vw, 4.6rem);
}

.hero-content .hero-subtitle {
  color: #ffffff;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.hero-side-actions {
  display: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.90rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.015em;
}

h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
}

h3 {
  margin-bottom: 8px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.00rem;
}

.hero-subtitle {
  max-width: 640px;
  margin-bottom: 30px;
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-actions .btn,
.hero-actions .btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: #ffffff;
  border-color: rgba(16, 47, 42, 0.12);
  box-shadow: 0 10px 22px rgba(24, 49, 40, 0.1);
}

.nav-actions .btn {
  background: #f5f1e8;
}

.nav-actions .btn:hover,
.hero-actions .btn:hover {
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(16, 47, 42, 0.18);
}

.nav-actions .btn::before {
  content: "";
  display: none;
  width: 21px;
  height: 21px;
  background: currentColor;
}

.action-call:hover {
  background: linear-gradient(135deg, #d99a43, #b86624);
  border-color: rgba(184, 102, 36, 0.24);
}

.action-enquiry:hover {
  background: linear-gradient(135deg, #548abe, #315f94);
  border-color: rgba(49, 95, 148, 0.24);
}

.action-whatsapp:hover {
  background: linear-gradient(135deg, #4ca970, #287d4d);
  border-color: rgba(40, 125, 77, 0.24);
}

.action-enquiry::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.action-call::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.11 5.18 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L9 10.7a16 16 0 0 0 4.3 4.3l1.27-1.27a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.11 5.18 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.72c.12.9.33 1.77.62 2.6a2 2 0 0 1-.45 2.11L9 10.7a16 16 0 0 0 4.3 4.3l1.27-1.27a2 2 0 0 1 2.11-.45c.83.29 1.7.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.action-whatsapp::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 2 131.5 2 253.9c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.5 224.1-221.9 0-59.3-25.2-115-67.1-157.1z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 2 131.5 2 253.9c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.5 224.1-221.9 0-59.3-25.2-115-67.1-157.1z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section {
  padding: 88px 0;
  background: var(--section-bg);
}

.two-column,
.contact-layout,
.enquiry-layout,
.private-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 48px;
  align-items: center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading p,
.about-section p,
.enquiry-layout > div p,
.private-panel p {
  color: var(--muted);
}

.highlight-grid,
.feature-grid,
.gallery-grid,
.floor-grid {
  display: grid;
  gap: 18px;
}

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

.highlight-card,
.feature-card,
.floor-card,
.access-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(24, 49, 40, 0.07);
}

.highlight-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  min-height: 138px;
  animation: highlightFloat 4.8s ease-in-out infinite;
  transition: box-shadow 0.24s ease, border-color 0.24s ease;
}

.highlight-card:nth-child(2) {
  animation-delay: 0.7s;
}

.highlight-card:nth-child(3) {
  animation-delay: 1.4s;
}

.highlight-card:nth-child(4) {
  animation-delay: 2.1s;
}

.highlight-card:hover,
.highlight-card:focus-visible {
  animation-play-state: paused;
  border-color: rgba(24, 132, 95, 0.36);
  box-shadow: var(--shadow);
}

.highlight-card strong,
.highlight-card span {
  display: block;
}

.highlight-card strong {
  margin-bottom: 0;
  color: var(--brand-dark);
}

.highlight-card span,
.feature-card p,
.floor-card span,
.access-box small {
  color: var(--muted);
}

.highlight-card span {
  opacity: 1;
  transform: none;
  transition: color 0.24s ease;
}

.highlight-card:hover span,
.highlight-card:focus-visible span {
  color: var(--brand-dark);
}

.about-extra-section {
  background: var(--surface-soft);
}

.about-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-choice-card {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-choice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(24, 49, 40, 0.14);
}

.about-choice-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--brand);
  background: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 900;
}

.about-choice-card h3 {
  color: var(--brand-dark);
}

.about-choice-card p,
.about-stay-layout p {
  color: var(--muted);
}

.about-stay-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.about-image-card {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.about-image-card img {
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.about-process-section {
  background: var(--surface-soft);
}

.about-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-step-card {
  position: relative;
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.about-step-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  font-weight: 900;
}

.about-step-card h3 {
  color: var(--brand-dark);
}

.stats-band {
  padding: 42px 0;
  background: var(--brand-dark);
}

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

.stats-grid article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #ffffff;
  text-align: center;
}

.stat-number,
.stat-label {
  display: block;
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.stat-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.rooms-section {
  background: var(--section-bg);
}

.floor-grid {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 28px;
}

.floor-card {
  padding: 20px;
}

.floor-card strong {
  display: block;
  margin-top: 4px;
}

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

.feature-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 14px;
  align-items: center;
  padding: 26px;
}

.feature-card > .feature-card-symbol {
  position: relative;
  grid-column: 3;
  grid-row: 1;
  z-index: 1;
  width: 32px;
  height: 32px;
  color: rgba(24, 132, 95, 0.72);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 0.24s ease, transform 0.24s ease;
}

.feature-card .feature-icon {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.feature-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
}

.feature-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 14px 0 0;
}

.feature-card:hover .feature-card-symbol {
  color: var(--brand-dark);
  transform: scale(1.08) rotate(-3deg);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: var(--radius);
  font-weight: 900;
}

.gallery-section {
  background: var(--surface-soft);
}

.gallery-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 14px;
  align-items: center;
}

.gallery-viewport {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 18px;
  scroll-behavior: smooth;
  transition: transform 0.4s ease;
}

.gallery-card {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: none;
}

.gallery-card img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 9px;
  border-radius: var(--radius);
  color: #ffffff;
  background: rgb(86 93 92 / 78%);
  line-height: 1.3;
  font-weight: 600;
}

.carousel-btn {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(16, 47, 42, 0.14);
  border-radius: 50%;
  color: var(--brand-dark);
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(24, 49, 40, 0.1);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.carousel-btn:hover {
  background: var(--accent-soft);
  transform: translateY(-2px);
}

.carousel-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 47, 42, 0.24);
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease, opacity 0.22s ease;
}

.carousel-dots button.active {
  background: var(--brand);
}

.carousel-dots button.window-edge {
  opacity: 0.72;
  transform: scale(0.68);
}

.private-section {
  background: var(--section-bg);
}

.private-panel {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--container-bg);
  box-shadow: var(--shadow);
}

.muted {
  color: var(--muted);
}

.access-box {
  padding: 26px;
}

.access-box label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.access-box input {
  width: 100%;
  height: 52px;
  margin-bottom: 12px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: #f7f3ea;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a,
.contact-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.contact-list strong {
  color: var(--brand-dark);
}

.contact-list span {
  color: var(--muted);
}

.contact-card strong,
.contact-card span {
  grid-column: 1;
}

.contact-card-icon {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 30px;
  height: 30px;
  color: var(--brand);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 0.24s ease, transform 0.24s ease;
}

.contact-card .whatsapp-icon {
  fill: currentColor;
  stroke: none;
}

.contact-phone .contact-card-icon {
  color: #b86624;
}

.contact-whatsapp .contact-card-icon {
  color: #228b52;
}

.contact-email .contact-card-icon {
  color: #315f94;
}

.contact-address .contact-card-icon {
  color: #a95347;
}

.contact-card:is(:hover, :focus-visible) .contact-card-icon {
  color: var(--brand-dark);
  transform: scale(1.08);
}

.map-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 430px;
  border: 0;
}

.map-link {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(16, 47, 42, 0.88);
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(16, 47, 42, 0.18);
}

.map-link:hover,
.map-link:focus-visible {
  background: var(--brand);
}

.enquiry-section {
  background: var(--surface-soft);
}

.enquiry-layout {
  align-items: start;
}

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

.enquiry-info .section-kicker,
.enquiry-info h2,
.enquiry-info h3,
.enquiry-info p {
  margin-top: 0;
}

.enquiry-intro {
  margin-bottom: 2px;
  color: var(--muted);
}

.enquiry-benefits h3,
.enquiry-next-card h3 {
  margin-bottom: 14px;
  color: var(--brand-dark);
}

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

.enquiry-benefit-card,
.enquiry-next-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(24, 49, 40, 0.09);
}

.enquiry-benefit-card {
  display: grid;
  align-content: start;
  min-height: 158px;
  padding: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.enquiry-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.enquiry-mini-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: var(--brand-dark);
  background: var(--container-bg);
  font-size: 0.72rem;
  font-weight: 900;
}

.enquiry-benefit-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-dark);
}

.enquiry-benefit-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.enquiry-next-card {
  padding: 20px;
}

/* Smooth gradient fill for interactive information cards. */
.highlight-card,
.stats-grid article,
.floor-card,
.feature-card,
.contact-list a,
.contact-list div,
.enquiry-benefit-card,
.enquiry-next-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.highlight-card > *,
.stats-grid article > *,
.floor-card > *,
.feature-card > *,
.contact-list a > *,
.contact-list div > *,
.enquiry-benefit-card > *,
.enquiry-next-card > * {
  position: relative;
  z-index: 1;
}

.highlight-card::before,
.stats-grid article::before,
.floor-card::before,
.feature-card::before,
.contact-list a::before,
.contact-list div::before,
.enquiry-benefit-card::before,
.enquiry-next-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #dff3e8 0%, #edf7ef 48%, #ffe1a8 100%);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.42s ease, opacity 0.32s ease;
}

.stats-grid article::before {
  background: linear-gradient(135deg, #18845f 0%, #156c55 50%, #b46a16 100%);
}

.highlight-card:is(:hover, :focus-visible)::before,
.stats-grid article:hover::before,
.floor-card:hover::before,
.feature-card:hover::before,
.contact-list a:is(:hover, :focus-visible)::before,
.contact-list div:hover::before,
.enquiry-benefit-card:hover::before,
.enquiry-next-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .highlight-card {
    animation: none;
  }

  .highlight-card::before,
  .stats-grid article::before,
  .floor-card::before,
  .feature-card::before,
  .contact-list a::before,
  .contact-list div::before,
  .enquiry-benefit-card::before,
  .enquiry-next-card::before {
    transition: opacity 0.01ms linear;
  }
}

.enquiry-timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.enquiry-timeline li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-weight: 500;
}

.enquiry-timeline span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  font-size: 0.9rem;
  font-weight: 900;
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

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

.form-wide {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: #fffdf8;
  font-size: 0.92rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row input {
  height: 44px;
  padding: 0 12px;
}

.form-row textarea {
  resize: vertical;
  min-height: 120px;
  padding: 12px;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(24, 132, 95, 0.12);
}

.form-row.error input,
.form-row.error textarea {
  border-color: #bd2d2d;
}

.form-message {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  font-weight: 700;
}

.form-message.success {
  color: var(--accent);
}

.form-message.error {
  color: #bd2d2d;
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: #102f2a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
  padding: 58px 0 34px;
}

.footer-logo {
  margin-bottom: 12px;
  display: inline-flex;
  padding: 0;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background: transparent;
  font-size: 1.35rem;
}

.footer-logo .brand-name {
  color: #ffffff;
  font-size: 1.35rem;
}

.footer-logo .brand-homestay {
  color: #ffffff;
}

.footer-logo img {
  width: 60px;
  height: 72px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.footer-grid h2 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 1rem;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 8px;
}

.footer-grid .footer-logo {
  display: inline-flex;
}

.footer-highlight {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.footer-highlight::after {
  content: attr(data-reveal);
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #ccebdc;
  position:absolute;
  font-weight: 500;
  font-size: 0.80rem;
  opacity: 0;
  transform: translateY(-4px);
  transition: .25s;
}

.footer-highlight:hover::after,
.footer-highlight:focus-visible::after {
  max-height: 42px;
  opacity: 1;
  transform: translateY(0);
}

.section,
.stats-grid article,
.floor-card,
.feature-card,
.contact-list a,
.contact-list div,
.private-panel,
.enquiry-form {
  animation: sectionRise 0.7s ease both;
}

@keyframes sectionRise {
  from {
    opacity: 0.86;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes highlightFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

.footer-note {
  color: #ccebdc;
  font-weight: 800;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  padding: 18px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #ffffff;
  background: #25d366;
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}

.floating-whatsapp::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  line-height: 1;
  background: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 2 131.5 2 253.9c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.5 224.1-221.9 0-59.3-25.2-115-67.1-157.1zM223.9 438.7h-.1c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 2 131.5 2 253.9c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.5 224.1-221.9 0-59.3-25.2-115-67.1-157.1zM223.9 438.7h-.1c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.move-up {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 95;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  box-shadow: 0 14px 32px rgba(16, 47, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.24s ease, transform 0.24s ease, background-color 0.24s ease;
}

.move-up::before {
  content: "";
  width: 22px;
  height: 22px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.move-up.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.move-up:hover,
.move-up:focus-visible {
  background: var(--brand-dark);
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .nav-actions .btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }

  .nav-actions .btn span {
    display: none;
  }

  .nav-actions .btn::before {
    display: block;
  }
}

@media (max-width: 980px) {
  .navbar {
    grid-template-columns: auto 1fr auto;
    justify-content: space-between;
    gap: 14px;
  }

  .nav-actions {
    justify-self: end;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 120;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(16, 47, 42, 0.12);
    border-top: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    background: rgba(255, 253, 248, 0.98);
    box-shadow: 0 18px 36px rgba(16, 47, 42, 0.12);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition: max-height 0.32s ease, opacity 0.24s ease, transform 0.32s ease, visibility 0.32s ease;
  }

  .nav-links.active {
    max-height: 360px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-links a {
    padding: 12px 10px;
    border-radius: 10px;
    color: var(--brand-dark);
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a.active {
    background: var(--accent-soft);
    text-shadow: none;
    transform: none;
  }

  .menu-toggle {
    display: block;
  }

  .two-column,
  .contact-layout,
  .enquiry-layout,
  .private-panel,
  .about-stay-layout {
    grid-template-columns: 1fr;
  }

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

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

  .gallery-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 680px) {
  .navbar .nav-actions {
    display: none;
  }

  .hero-side-actions {
    position: fixed;
    top: 50%;
    right: 12px;
    z-index: 90;
    display: grid;
    gap: 10px;
    transform: translateY(-50%);
  }

  .hero-quick-action {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--brand);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .hero-quick-action:hover,
  .hero-quick-action:focus-visible {
    filter: brightness(1.08);
    transform: translateX(-3px);
  }

  .hero-quick-action span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .hero-quick-action::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: currentColor;
  }

  .hero-quick-action.action-call {
    color: #f07800;
    background: #f5f1e8;
  }

  .hero-quick-action.action-enquiry {
    color: #1554d1;
    background: #f5f1e8;
  }

  .hero-quick-action.action-whatsapp {
    color: #25d366;
    background: #f5f1e8;
  }

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

  .logo {
    font-size: 0.98rem;
  }

  .navbar {
    grid-template-columns: auto 1fr auto;
    min-height: 68px;
    gap: 10px;
  }

  .menu-toggle {
    justify-self: end;
    margin-left: auto;
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: min(720px, calc(100svh - 68px));
  }

  .hero-image {
    background-image: url("Images/Hero_image_for_mobile.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: none;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

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

  .btn {
    width: 100%;
  }

  .highlight-grid,
  .stats-grid,
  .feature-grid,
  .about-choice-grid,
  .about-timeline,
  .footer-grid,
  .enquiry-form {
    grid-template-columns: 1fr;
  }

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

  .floor-card {
    padding: 16px;
  }

  .highlight-card {
    width: 65%;
    min-height: 112px;
    padding: 16px;
    justify-self: start;
  }

  .highlight-card:nth-child(even) {
    justify-self: end;
  }

  .about-choice-card,
  .about-step-card {
    min-height: auto;
  }

  .about-image-card,
  .about-image-card img {
    min-height: 300px;
  }

  .private-panel,
  .enquiry-form {
    padding: 22px;
  }

  .contact-layout,
  .enquiry-layout {
    gap: 30px;
  }

  .enquiry-next-card {
    margin-bottom: 6px;
  }

  .enquiry-benefit-grid {
    grid-template-columns: 1fr;
  }

  .enquiry-benefit-card {
    min-height: auto;
  }

  .map-card,
  .map-card iframe {
    min-height: 320px;
    height: 320px;
  }

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

  .site-header .logo-mark {
    width: 52px;
    height: 62px;
  }

  .site-header .brand-name {
    font-size: 0.98rem;
  }

  .hero-content {
    align-items: center;
    min-height: calc(100svh - 68px);
    padding-bottom: 28px;
  }

  .hero-copy {
    max-width: calc(100% - 64px);
    margin: 0 auto 0 0;
    padding: 18px 8px;
    transform: translateY(clamp(36px, 6svh, 52px));
  }

  .gallery-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .carousel-btn {
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }

  .gallery-card {
    flex-basis: 100%;
  }
}
