/* ==========================================================================
   Oxley KLCC — Property Information Landing Page
   ========================================================================== */

:root {
  --color-bg: #F7F4ED;
  --color-bg-alt: #EFE9DC;
  --color-ink: #211D17;
  --color-ink-soft: #6E6759;
  --color-line: rgba(33, 29, 23, 0.14);
  --color-line-soft: rgba(33, 29, 23, 0.08);
  --color-accent: #7C5A38;
  --color-white: #FFFFFF;
  --color-cream: #F7F4ED;

  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  --container-w: 1200px;
  --shadow-card: 0 10px 30px rgba(33, 29, 23, 0.08);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-ink);
  background: var(--color-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--color-ink);
  margin: 0 0 0.5em;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
p { margin: 0 0 1em; }
.container {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 28px;
}
section { position: relative; }
.section-pad { padding: 58px 0; }
@media (max-width: 768px) {
  .section-pad { padding: 44px 0; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
  font-weight: 500;
  margin-bottom: 16px;
}
.section-head { max-width: 640px; margin-bottom: 28px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.section-head p { color: var(--color-ink-soft); font-size: 1.02rem; max-width: 520px; }
.section-head.center p { margin-left: auto; margin-right: auto; }

/* ---------- Bilingual (ZH) labels ---------- */
.eyebrow .zh-tag {
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-left: 8px;
  opacity: 0.85;
}
.zh-subtitle {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-ink-soft);
  margin: -8px 0 18px;
}
.zh-subtitle.on-dark {
  color: rgba(247,244,237,0.85);
  text-shadow: 0 1px 10px rgba(8,7,5,0.6);
}
.zh {
  display: block;
  font-size: 0.82rem;
  color: var(--color-ink-soft);
  letter-spacing: 0.01em;
  margin-top: 4px;
}
.zh.on-dark { color: rgba(247,244,237,0.78); }
.hero-facts .fact .zh {
  font-size: 0.68rem;
  color: var(--color-ink-soft);
  margin-top: 2px;
}
.location-list li { flex-direction: column; align-items: flex-start; gap: 2px; }
.location-list li .row { display: flex; justify-content: space-between; gap: 16px; width: 100%; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--color-ink);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  background: transparent;
  color: var(--color-ink);
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--color-ink);
  color: var(--color-cream);
}
.btn-primary:hover { background: var(--color-accent); border-color: var(--color-accent); }
.btn-outline { background: transparent; color: var(--color-ink); border-color: var(--color-ink); }
.btn-outline:hover { background: var(--color-ink); color: var(--color-cream); }
.btn-on-dark { border-color: rgba(247,244,237,0.6); color: var(--color-cream); }
.btn-on-dark:hover { background: var(--color-cream); color: var(--color-ink); border-color: var(--color-cream); }
.btn-light { background: var(--color-cream); color: var(--color-ink); border-color: var(--color-cream); }
.btn-light:hover { background: var(--color-white); }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: rgba(247, 244, 237, 0.98);
  border-bottom: 1px solid var(--color-line-soft);
  padding: 18px 0;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-ink);
  letter-spacing: 0.02em;
}
.brand small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-ink-soft);
  margin-top: 2px;
}

.main-nav ul { display: flex; gap: 30px; }
.main-nav a {
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-ink);
  opacity: 0.72;
  transition: opacity 0.2s ease;
}
.main-nav a:hover { opacity: 1; }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-cta .btn { padding: 12px 22px; }
.header-cta .wa-icon-sm { display: none; width: 18px; height: 18px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--color-ink);
  margin: 6px 0;
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-cta .btn-outline-label { display: none; }
  .header-cta .wa-icon-sm { display: block; }
  .header-cta .btn { padding: 11px 14px; }
  .nav-toggle { display: block; }
  body.nav-open .main-nav {
    display: block;
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(78vw, 320px);
    background: var(--color-cream);
    padding: 100px 32px 32px;
    z-index: 600;
    box-shadow: -10px 0 30px rgba(0,0,0,0.15);
  }
  body.nav-open .main-nav ul { flex-direction: column; gap: 22px; }
  body.nav-open .main-nav a { font-size: 1rem; opacity: 1; }
  .nav-scrim { display: none; }
  body.nav-open .nav-scrim {
    display: block;
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 480;
  }
}

/* ---------- Hero ---------- */
/* ---------- Hero (split: copy left, image right) ---------- */
.hero {
  background: var(--color-bg);
  color: var(--color-ink);
  padding: 70px 0 48px;
  border-bottom: 1px solid var(--color-line-soft);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero .eyebrow { color: var(--color-ink-soft); margin-bottom: 18px; }
.hero h1 {
  color: var(--color-ink);
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.06;
  margin-bottom: 20px;
}
/* Hero USP badges - key selling points */
.hero-usps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  max-width: 520px;
}
.hero-usps li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px 10px 14px;
  border: 1px solid rgba(124, 90, 56, 0.35);
  background: rgba(124, 90, 56, 0.07);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.005em;
  color: var(--color-ink);
}
.hero-usps .tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-white);
}

.hero p.lead {
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--color-ink-soft);
  max-width: 480px;
  margin-bottom: 12px;
  font-weight: 300;
}
.hero .hero-zh { color: var(--color-ink-soft); margin-bottom: 34px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.hero-note { color: var(--color-ink-soft); font-size: 0.9rem; }

.hero-figure {
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.hero-figure img {
  display: block;
  width: 100%;
  height: auto;          /* natural 1920x2268 portrait - never cropped */
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  border-top: 1px solid var(--color-line);
  padding-top: 26px;
  margin-top: 40px;
}
.hero-facts .fact strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--color-ink);
  font-weight: 500;
  margin-bottom: 5px;
}
.hero-facts .fact span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
}
.hero-facts .fact span.zh { text-transform: none; letter-spacing: 0.02em; }

@media (max-width: 900px) {
  .hero { padding: 40px 0 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero-figure { order: -1; }
  .hero-usps { max-width: none; gap: 8px; margin-bottom: 18px; }
  .hero-usps li { font-size: 0.94rem; padding: 8px 15px 8px 11px; }

  /* Compact fact rows: value left, label right, one line each */
  .hero-facts {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
    padding-top: 14px;
  }
  .hero-facts .fact {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    column-gap: 16px;
    padding: 9px 0;
    border-bottom: 1px solid var(--color-line-soft);
  }
  .hero-facts .fact:last-child { border-bottom: 0; padding-bottom: 0; }
  .hero-facts .fact strong { font-size: 1.02rem; margin-bottom: 0; }
  .hero-facts .fact span { text-align: right; font-size: 0.65rem; }
  .hero-facts .fact .zh { grid-column: 2; text-align: right; margin-top: 0; font-size: 0.62rem; }
}

/* ---------- Intro (split) ---------- */
.intro { background: var(--color-bg); }
.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.intro-text .section-head { margin-bottom: 28px; }
.intro-text p { color: var(--color-ink-soft); }
.intro-facts { display: grid; gap: 18px; margin-top: 30px; }
.intro-facts li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-line);
  font-size: 0.92rem;
}
.intro-facts li strong { font-family: var(--font-display); font-weight: 500; font-size: 1rem; }
.intro-facts li span { color: var(--color-ink-soft); text-align: right; }
.intro-media { border-radius: 2px; overflow: hidden; box-shadow: var(--shadow-card); }
.intro-media img { width: 100%; height: auto; }

@media (max-width: 900px) {
  .intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .intro-media { order: -1; }
}

/* ---------- USP strip ---------- */
.usp-strip { background: var(--color-bg-alt); border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.usp-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.usp-item {
  padding: 34px 26px;
  border-left: 1px solid var(--color-line);
  text-align: left;
}
.usp-item:first-child { border-left: none; }
.usp-item h4 { font-size: 1.02rem; margin-bottom: 4px; font-weight: 500; }
.usp-item span { display: block; font-size: 0.84rem; color: var(--color-ink-soft); }

@media (max-width: 900px) {
  .usp-row { grid-template-columns: repeat(2, 1fr); }
  .usp-item:nth-child(3) { border-left: none; }
}
@media (max-width: 560px) {
  .usp-row { grid-template-columns: 1fr; }
  .usp-item { border-left: none !important; border-top: 1px solid var(--color-line); }
  .usp-item:first-child { border-top: none; }
}

/* ---------- Image Banners ---------- */
.banner {
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.banner-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.banner .eyebrow { color: rgba(247,244,237,0.9); text-shadow: 0 1px 10px rgba(8,7,5,0.75); }
.banner h2 {
  color: var(--color-cream);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  max-width: 760px;
  margin-bottom: 6px;
  text-shadow: 0 2px 26px rgba(8,7,5,0.8), 0 1px 5px rgba(8,7,5,0.65);
}
.banner-cta { min-height: 56vh; }
.banner-tall { min-height: 64vh; background-size: cover; }

/* ---------- Gallery ---------- */
.gallery { background: var(--color-bg); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 20px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--color-ink);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 16px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,0.65), transparent);
  color: var(--color-cream);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.25s ease;
}
.gallery-item:hover .cap { opacity: 1; transform: translateY(0); }

.gallery-note {
  margin-top: 26px;
  font-size: 0.8rem;
  color: var(--color-ink-soft);
  font-style: italic;
}

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
}
@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
}

/* ---------- Gallery auto-slider ---------- */
.gallery-slider {
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}
.gallery-slider::before,
.gallery-slider::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 70px;
  z-index: 2;
  pointer-events: none;
}
.gallery-slider::before { left: 0; background: linear-gradient(90deg, var(--color-bg), transparent); }
.gallery-slider::after { right: 0; background: linear-gradient(270deg, var(--color-bg), transparent); }
.slider-track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: slider-scroll 26s linear infinite;
}
.gallery-slider:hover .slider-track { animation-play-state: paused; }
.slide-item {
  flex: 0 0 auto;
  width: 380px;
  height: 260px;
  overflow: hidden;
}
.slide-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes slider-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 560px) {
  .slide-item { width: 260px; height: 180px; }
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(15, 13, 10, 0.94);
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 80vh; }
.lightbox .lb-cap { color: var(--color-cream); text-align: center; margin-top: 14px; font-size: 0.88rem; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: rgba(247,244,237,0.1);
  border: 1px solid rgba(247,244,237,0.3);
  color: var(--color-cream);
  border-radius: 50%;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }

/* ---------- Layout / Floor Plans ---------- */
.layout-section { background: var(--color-bg-alt); }
.floorplan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 24px;
}
.floorplan-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.floorplan-card:hover { box-shadow: var(--shadow-card); }
.floorplan-card .fp-img {
  aspect-ratio: 4/4.9;   /* Conlay plans are portrait - match them so they render large */
  overflow: hidden;
  background: var(--color-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorplan-card .fp-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s ease; }
.floorplan-card:hover .fp-img img { transform: scale(1.04); }
.floorplan-card .fp-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(247, 244, 237, 0.94);
  border-top: 1px solid var(--color-line);
}
.floorplan-card .fp-meta h4 { font-size: 0.92rem; margin: 0; white-space: nowrap; }
.floorplan-card .fp-meta span {
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--color-ink-soft);
  white-space: nowrap;
}
.layout-cta {
  margin-top: 44px;
  background: var(--color-ink);
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--color-cream);
}
.layout-cta h3 { color: var(--color-cream); margin-bottom: 6px; font-size: 1.4rem; }
.layout-cta span { color: rgba(247,244,237,0.8); max-width: 480px; display: block; }

/* ---------- Location ---------- */
.location { background: var(--color-bg); }
.location-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.location-list { display: grid; gap: 6px; margin: 20px 0 26px; }
.location-list li {
  display: flex;
  justify-content: space-between;
  gap: 0;              /* column layout - the zh line supplies its own spacing */
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-line);
  font-size: 0.92rem;
}
.location-list li .zh { margin-top: 2px; }
.location-list li .row span:last-child { color: var(--color-ink-soft); white-space: nowrap; }
.location-media {
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-line);
}
.location-media img { width: 100%; display: block; }

@media (max-width: 900px) {
  .location-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- Contact ---------- */
.contact { background: var(--color-bg-alt); }
.contact-grid.single { display: flex; justify-content: center; }
.contact-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  padding: 40px;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contact-card .agent-row { justify-content: center; flex-direction: column; gap: 4px; }
.contact-card .contact-list { justify-content: center; }
.contact-card .contact-list li { justify-content: center; }
.contact-card .contact-actions { justify-content: center; }
.agent-row { display: flex; align-items: center; margin-bottom: 24px; }
.agent-row h4 { margin: 0; font-size: 1.2rem; }
.agent-row span { font-size: 0.82rem; letter-spacing: 0.04em; color: var(--color-ink-soft); }
.contact-list { display: grid; gap: 14px; margin-bottom: 26px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.94rem; }
.contact-list svg { width: 18px; height: 18px; color: var(--color-ink-soft); flex-shrink: 0; margin-top: 2px; }
.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-ink);
  color: rgba(247,244,237,0.72);
  padding: 60px 0 30px;
  font-size: 0.86rem;
}
.disclaimer {
  border: 1px solid rgba(247,244,237,0.14);
  padding: 24px 26px;
  font-size: 0.76rem;
  line-height: 1.8;
  color: rgba(247,244,237,0.55);
  margin-bottom: 26px;
}
.disclaimer strong { color: rgba(247,244,237,0.78); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.76rem;
  color: rgba(247,244,237,0.42);
}
.footer-agency { display: inline-flex; align-items: center; gap: 10px; }
.footer-agency .agency-logo {
  height: 20px;
  width: auto;
  background: var(--color-cream);
  padding: 4px 8px;
  border-radius: 4px;
}

/* ---------- WhatsApp floating button ---------- */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 700;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; }
.wa-float .pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.5;
  animation: wa-pulse 2.2s ease-out infinite;
  z-index: -1;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.9); opacity: 0; }
}
@media (max-width: 600px) {
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .wa-float svg { width: 25px; height: 25px; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ===================== VIDEO BANNER ===================== */
.video-banner {
  position: relative;
  width: 100%;
  background: #0b0a08;
  overflow: hidden;
}
.video-banner video {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  max-height: 56vh;
  object-fit: cover;
}

/* Sound toggle — the film carries its own soundtrack, but it must
   start muted or browsers will block autoplay entirely. */
.video-sound {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 17px;
  border: 1px solid rgba(247, 244, 237, 0.45);
  border-radius: 999px;
  background: rgba(15, 13, 10, 0.42);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: var(--color-cream);
  font-family: inherit;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.video-sound:hover,
.video-sound:focus-visible {
  background: rgba(15, 13, 10, 0.72);
  border-color: rgba(247, 244, 237, 0.85);
}
.video-sound svg { width: 17px; height: 17px; flex: none; }
.video-sound .wave { display: none; }
.video-sound.is-on .wave { display: inline; }
.video-sound.is-on .cross { display: none; }

@media (max-width: 640px) {
  .video-banner video { aspect-ratio: 16 / 9; max-height: 42vh; }
  .video-sound { right: 12px; bottom: 12px; padding: 8px 13px; font-size: 0.68rem; }
}
@media (prefers-reduced-motion: reduce) {
  .video-banner video { animation: none; }
}

/* ===================== MOBILE COMPACTION =====================
   Tightens vertical rhythm on phones so the page scrolls shorter. */
@media (max-width: 640px) {
  .section-pad { padding: 34px 0; }

  /* Layout / floorplan cards */
  .floorplan-grid { gap: 12px; }
  .floorplan-card .fp-meta { padding: 8px 13px; }
  .floorplan-card .fp-meta h4 { font-size: 0.86rem; }
  .floorplan-card .fp-meta span { font-size: 0.68rem; }

  /* Location list */
  .location-list { gap: 7px; margin: 20px 0 26px; }
  .location-list li { padding-bottom: 9px; font-size: 0.88rem; gap: 2px; }
  .location-list li .zh { font-size: 0.72rem; }

  /* Footer */
  .site-footer { padding: 40px 0 24px; }
  .disclaimer {
    padding: 16px 17px;
    font-size: 0.72rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .disclaimer p { margin-bottom: 9px; }
  .disclaimer p:last-child { margin-bottom: 0; }
  .footer-bottom { font-size: 0.72rem; gap: 8px; }
}

/* ---------- Services list (Conlay hospitality) ---------- */
@media (max-width: 640px) {
}

/* ===== Photo bands: shorter + consistent across all four projects ===== */
@media (max-width: 900px) {
  .banner { min-height: 46vh; }
  .banner-cta { min-height: 44vh; }
  .banner-tall { min-height: 50vh; }
}

/* A banner shown with a very light scrim needs its own text shadow so the
   heading stays legible without darkening the photograph. */
.banner-bright h2,
.banner-bright .eyebrow,
.banner-bright .zh-subtitle {
  text-shadow: 0 2px 18px rgba(8,7,5,0.75), 0 1px 4px rgba(8,7,5,0.55);
}

/* ===== Banner text without a scrim =====
   Overlays were removed so the photography reads at full strength; the
   headings keep their legibility from a shadow that only darkens the
   pixels behind the letters. */
.banner h2,
.banner .eyebrow,
.banner .zh-subtitle,
.banner .zh,
.banner p {
  text-shadow: 0 2px 18px rgba(8,7,5,0.8), 0 1px 5px rgba(8,7,5,0.6);
}

/* Lead paragraph sat at --color-ink-soft, which is light for reading at a
   glance. Step it darker while keeping it lighter than the headline. */
.hero p.lead { color: #4A4339; }
.hero .hero-zh { color: #57503F; }


/* ---------- USP icon badges (matching the CloutHaus treatment) ---------- */
.usp-item .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* The strip itself is --color-bg-alt, so a badge in that colour was
     invisible. White gives the same light-badge contrast CloutHaus gets
     from sitting its beige badge on a white card. */
  background: var(--color-white);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

/* ---------- Banner CTAs ----------
   Overlays are gone, so a transparent outline button disappeared into the
   photography. Solid cream reads on any frame, light or dark. */
.banner .btn,
.banner .btn-on-dark,
.banner .btn-primary {
  background: var(--color-cream);
  color: var(--color-ink);
  border-color: var(--color-cream);
  box-shadow: 0 6px 22px rgba(8, 7, 5, 0.3);
}
.banner .btn:hover,
.banner .btn-on-dark:hover,
.banner .btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color-ink);
}

/* ---------- Hero fact icons: same circular badge, scaled for a compact row ---------- */
.hero-facts .fact .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-line-soft);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  flex: none;
}
@media (max-width: 900px) {
  /* Compact mobile rows put the badge inline with the value */
  .hero-facts .fact { grid-template-columns: auto auto 1fr; column-gap: 11px; }
  .hero-facts .fact .icon { width: 26px; height: 26px; margin-bottom: 0; align-self: center; }
  .hero-facts .fact .icon svg { width: 14px; height: 14px; }
  .hero-facts .fact .zh { grid-column: 3; }
}


/* ---------- Independent-site notice (above the fold) ---------- */
.site-notice {
  background: var(--color-bg-alt, #ECE6D8);
  border-bottom: 1px solid rgba(33, 29, 24, 0.09);
  color: var(--color-ink-soft, #635C4E);
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-align: center;
  margin: 0;
  padding: 9px 20px;
}
.site-notice strong { font-weight: 600; color: var(--color-ink, #211D18); }
@media (max-width: 600px) {
  .site-notice { font-size: 0.66rem; padding: 8px 14px; letter-spacing: 0; }
}
