/* serviced-apartments.css — design của chồng (Bán new). = styles.css (base system) + styles-rental.css. Chỉ enqueue trên template page-vcp-serviced-apartments.php. KHÔNG đụng header/footer (theme lo). */
/* ========== PART 1: styles.css (base) ========== */
/* =========================================================================
   BESTVINHOMES — Luxury homepage redesign
   Design system: Ivory + Charcoal + Champagne Gold
   Type: Playfair Display (display serif) + Be Vietnam Pro (sans body)
   ========================================================================= */

:root {
  /* color — warm neutral luxury base */
  --bg:        #F7F3EB;   /* ivory */
  --bg-soft:   #FCFAF4;   /* lighter paper */
  --bg-card:   #FFFFFF;
  --ink:       #1C1A16;   /* warm near-black */
  --ink-2:     #34302A;
  --muted:     #756D60;   /* warm gray text */
  --muted-2:   #9A9184;
  --line:      #E7E0D2;   /* hairline */
  --line-soft: #F0EBDF;

  /* accent — champagne gold (tweakable) */
  --accent:        #B28E4B;
  --accent-bright: #C9A85E;
  --accent-deep:   #8C6E36;
  --accent-tint:   #F3ECDC;

  /* type */
  --serif: "Inter", system-ui, -apple-system, sans-serif;
  --sans:  "Inter", system-ui, -apple-system, sans-serif;

  /* rhythm */
  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);

  /* radii */
  --r-card: 18px;
  --r-md: 12px;
  --r-sm: 8px;
  --r-pill: 999px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- typography helpers ---------- */
.serif { font-family: var(--serif); }
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
}
.eyebrow-light { color: var(--accent-bright); }
.eyebrow .dash { display:inline-block; width:34px; height:1px; background: currentColor; vertical-align: middle; margin-right: 14px; opacity:.6; }

h1,h2,h3,h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; margin: 0; letter-spacing: -0.01em; }

.section { padding: clamp(64px, 9vw, 132px) 0; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

.section-head { max-width: 760px; margin: 0 auto clamp(40px,5vw,68px); text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head h2 { font-size: clamp(32px, 4.6vw, 56px); margin: 20px 0 0; }
.section-head p { color: var(--muted); font-size: 17px; margin: 18px auto 0; max-width: 620px; }
.section-head.left p { margin-left: 0; }

/* gold rule */
.rule { width: 56px; height: 2px; background: var(--accent); margin: 22px auto 0; }
.section-head.left .rule { margin-left: 0; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-weight: 600; font-size: 13.5px;
  letter-spacing: 0.13em; text-transform: uppercase;
  padding: 16px 32px; cursor: pointer; border: none; border-radius: var(--r-sm);
  transition: all .35s cubic-bezier(.2,.7,.3,1);
}
.btn .arr { transition: transform .35s ease; }
.btn:hover .arr { transform: translateX(5px); }
.btn-gold { background: var(--accent); color: #fff; }
.btn-gold:hover { background: var(--accent-deep); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--bg); }
.btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: #fff; color: var(--ink); border-color:#fff; }

/* link with arrow */
.link-more {
  display:inline-flex; align-items:center; gap:10px;
  font-weight:600; font-size:13px; letter-spacing:.12em; text-transform:uppercase;
  color: var(--accent-deep); border-bottom:1px solid transparent; padding-bottom:3px;
  transition: border-color .3s, gap .3s;
}
.link-more:hover { border-color: var(--accent); gap:16px; }

/* =========================================================================
   TOP BAR + NAV
   ========================================================================= */
/* header in normal flow — scrolls away with the page */
.site-header {
  position: relative; z-index: 40;
}

.topbar {
  background: var(--ink); color: #d9d2c4;
  font-size: 12.5px; letter-spacing: .02em;
}
.topbar .wrap { display:flex; justify-content:space-between; align-items:center; height: 40px; }
.topbar a { color: #d9d2c4; transition: color .25s; }
.topbar a:hover { color: var(--accent-bright); }
.topbar .tb-right { display:flex; gap: 26px; align-items:center; }
.topbar .tb-left { display:flex; gap: 22px; align-items:center; }
.topbar .sep { color: #4a463d; }
.topbar .tb-phone { color:#fff; font-weight:600; letter-spacing:.04em; }

.nav {
  background: rgba(247,243,235,.92);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid var(--line);
  transition: background .3s;
}
.nav .wrap { display:flex; align-items:center; justify-content:space-between; height: 78px; }
.wordmark { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .01em; color: var(--ink); }
.wordmark .dot { color: var(--accent); }
.nav-links { display:flex; gap: 38px; align-items:center; list-style:none; margin:0; padding:0; }
.nav-links > li > a {
  font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-2); position: relative; padding: 8px 0;
}
.nav-links > li > a::after {
  content:''; position:absolute; left:0; bottom:0; width:0; height:1.5px; background: var(--accent); transition: width .3s ease;
}
.nav-links > li > a:hover::after { width:100%; }
.nav-cta {
  font-size:12.5px; font-weight:600; letter-spacing:.12em; text-transform:uppercase;
  border:1px solid var(--accent); color: var(--accent-deep); padding:11px 22px; border-radius: var(--r-sm); transition: all .3s;
}
.nav-cta:hover { background: var(--accent); color:#fff; }
.nav-burger { display:none; }

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  position: relative; min-height: 92vh; display:flex; align-items:flex-end;
  color: #fff; overflow: hidden;
}
.hero-bg { position:absolute; inset:0; z-index:0; background:#16130f; }
.hero-bg img { width:100%; height:100%; object-fit: cover; }
.hero-bg::after {
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(to top, rgba(16,14,11,.92) 0%, rgba(16,14,11,.45) 42%, rgba(16,14,11,.25) 70%, rgba(16,14,11,.5) 100%);
}
.hero .wrap { position: relative; z-index:2; padding-bottom: clamp(56px, 8vw, 104px); padding-top: 120px; width:100%; }
.hero-inner { max-width: 920px; }
.hero .eyebrow { margin-bottom: 26px; }
.hero h1 {
  font-size: clamp(40px, 6.6vw, 88px); font-weight: 500; line-height: 1.04;
  letter-spacing: -0.015em; text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--accent-bright); }
.hero-sub { font-size: clamp(16px,1.7vw,20px); color: #e7e0d2; max-width: 560px; margin: 26px 0 0; line-height:1.6; }
.hero-actions { display:flex; gap:18px; margin-top: 40px; flex-wrap:wrap; }

/* hero stat strip */
.hero-stats {
  position: relative; z-index:2;
  display:grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.16);
  margin-top: clamp(40px,5vw,64px);
}
.hero-stats .st { padding: 26px 28px 4px 0; }
.hero-stats .st .v { font-family: var(--serif); font-size: clamp(26px,3vw,38px); color:#fff; line-height:1; }
.hero-stats .st .v small { color: var(--accent-bright); font-size: .55em; }
.hero-stats .st .l { font-size: 12px; letter-spacing:.12em; text-transform:uppercase; color:#b8b0a0; margin-top:10px; }

.scroll-cue {
  position:absolute; left:50%; bottom: 26px; transform:translateX(-50%); z-index:3;
  font-size:11px; letter-spacing:.25em; text-transform:uppercase; color:#cfc7b6; display:flex; flex-direction:column; align-items:center; gap:10px;
}
.scroll-cue .line { width:1px; height:42px; background:linear-gradient(to bottom, var(--accent-bright), transparent); animation: cue 2.2s ease-in-out infinite; }
@keyframes cue { 0%,100%{ transform: scaleY(.5); transform-origin: top; opacity:.4 } 50%{ transform: scaleY(1); opacity:1 } }

/* =========================================================================
   CREDENTIAL BAND
   ========================================================================= */
.creds { background: var(--ink); color:#e9e2d4; }
.creds .wrap { display:grid; grid-template-columns: repeat(5,1fr); gap: 0; padding-top: 0; padding-bottom:0; }
.creds .cd { padding: 40px 28px; border-right: 1px solid rgba(255,255,255,.08); }
.creds .cd:last-child { border-right:none; }
.creds .cd .k { font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color: var(--accent-bright); }
.creds .cd .v { font-family: var(--serif); font-size: 22px; margin-top: 8px; color:#fff; line-height:1.2; }

/* =========================================================================
   LISTINGS (giỏ hàng)
   ========================================================================= */
.listings { background: var(--bg); }
.bed-block { margin-bottom: clamp(60px, 8vw, 104px); }
.bed-block:last-of-type { margin-bottom: 0; }
.bed-head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; padding-bottom:26px; border-bottom:1px solid var(--line); margin-bottom: 38px; }
.bed-head .bh-l { display:flex; align-items:baseline; gap:20px; flex-wrap:wrap; }
.bed-head h3 { font-size: clamp(28px,3.4vw,42px); }
.bed-head .count { font-size:13px; color: var(--muted); letter-spacing:.04em; }
.bed-head .count b { color: var(--accent-deep); font-weight:600; }

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

.lcard {
  background: var(--bg-card); display:flex; flex-direction:column;
  border:1px solid var(--line-soft); border-radius: var(--r-card); overflow:hidden;
  box-shadow: 0 1px 2px rgba(40,33,20,.04);
  transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s, border-color .4s;
}
.lcard:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -28px rgba(40,33,20,.45); border-color: var(--line); }
.lcard-img { position:relative; aspect-ratio: 4/3; overflow:hidden; background: var(--accent-tint); }
.lcard-img img { width:100%; height:100%; object-fit:cover; transition: transform 1.1s cubic-bezier(.2,.7,.3,1); }
.lcard:hover .lcard-img img { transform: scale(1.06); }
.lcard-body { padding: 22px 22px 22px; display:flex; flex-direction:column; flex:1; }
.lcard-pills { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:16px; }
.lcard-pills span {
  font-size:12px; font-weight:600; color: var(--ink-2); letter-spacing:.01em;
  border:1px solid var(--line); border-radius: var(--r-pill); padding:6px 13px; background: var(--bg-soft);
}
.lcard h4 { font-family: var(--sans); font-size: 17px; font-weight:600; line-height:1.35; color: var(--ink); letter-spacing:0; }
.lcard p { font-size: 14px; color: var(--muted); margin: 11px 0 0; line-height:1.6;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.lcard-rule { height:1px; background: var(--line-soft); margin-top:auto; }
.lcard-foot { padding-top:16px; display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.lcard-price { font-family: var(--serif); color: var(--ink); line-height:1; }
.lcard-price b { font-size: 27px; font-weight:600; letter-spacing:-.01em; }
.lcard-price small { font-size:14px; color: var(--muted); font-family: var(--sans); font-weight:500; margin-left:3px; }
.lcard-view { display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color: var(--accent-deep); padding-bottom:2px; }
.lcard-view .arr { transition: transform .3s; }
.lcard:hover .lcard-view .arr { transform: translateX(5px); }

/* recent posts row */
.recent { margin-top: 40px; display:grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rpost { display:flex; gap:20px; padding: 24px; background: var(--bg-soft); border:1px solid var(--line-soft); border-radius: var(--r-md); transition: border-color .3s, background .3s; }
.rpost:hover { border-color: var(--accent); background:#fff; }
.rpost .date { flex-shrink:0; width:62px; text-align:center; border-right:1px solid var(--line); padding-right:18px; }
.rpost .date .d { font-family:var(--serif); font-size:26px; color: var(--accent-deep); line-height:1; }
.rpost .date .m { font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-top:6px; }
.rpost .rp-body h5 { font-family:var(--sans); font-size:15px; font-weight:600; line-height:1.4; margin:0; color:var(--ink); }
.rpost .rp-body p { font-size:13px; color:var(--muted); margin:8px 0 0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.bed-more { text-align:center; margin-top: 40px; }

/* =========================================================================
   SUPPORT CTA BAND
   ========================================================================= */
.support { position:relative; overflow:hidden; background: var(--ink); color:#fff; text-align:center; }
.support::before {
  content:''; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:min(860px,120vw); aspect-ratio:1; pointer-events:none;
  background: radial-gradient(circle, rgba(201,168,94,.16), transparent 60%);
}
.support::after {
  content:''; position:absolute; inset:0; pointer-events:none; opacity:.5;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 26px 26px; mask-image: radial-gradient(circle at center, #000, transparent 72%);
}
.support .wrap { position:relative; z-index:1; }
.support-card {
  max-width: 840px; margin:0 auto;
  border:1px solid rgba(201,168,94,.34); border-radius: var(--r-card);
  background: rgba(255,255,255,.018);
  padding: clamp(44px,6vw,76px) clamp(26px,5vw,72px);
  display:flex; flex-direction:column; align-items:center;
}
.support-card .eyebrow { margin-bottom:22px; }
.support-card h2 { font-size: clamp(30px,4.4vw,54px); line-height:1.08; }
.support-card p { color:#d4cdbf; font-size:18px; margin: 22px auto 0; max-width:500px; line-height:1.6; }
.support-phone {
  display:inline-block; white-space:nowrap; font-size: clamp(32px,5.4vw,60px); font-weight:500;
  color: var(--accent-bright); letter-spacing:.005em; line-height:1; margin: 38px 0 0;
  transition: color .3s, letter-spacing .4s;
}
.support-phone:hover { color:#fff; letter-spacing:.03em; }
.support-meta { font-size:13px; letter-spacing:.14em; color:#a59d8e; margin-top:18px; text-transform:uppercase; }
.support-actions { margin-top:36px; display:flex; gap:16px; flex-wrap:wrap; justify-content:center; }
.support-trust {
  display:flex; align-items:center; justify-content:center; gap:18px; flex-wrap:wrap;
  margin-top:42px; padding-top:30px; border-top:1px solid rgba(255,255,255,.1);
  width:100%; max-width:560px;
}
.support-trust span { font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:#b8b0a0; }
.support-trust .dotsep { width:4px; height:4px; border-radius:50%; background: var(--accent); flex:0 0 auto; }

/* =========================================================================
   PROJECT INFO
   ========================================================================= */
.info { background: var(--bg-soft); }

/* pricing table */
.price-table { display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border:1px solid var(--line); border-radius: var(--r-card); overflow:hidden; }
.price-cell { background: var(--bg-card); padding: 34px 30px; transition: background .3s; }
.price-cell:hover { background: var(--accent-tint); }
.price-cell .pc-type { font-family:var(--serif); font-size:24px; color:var(--ink); }
.price-cell .pc-area { font-size:13px; color:var(--muted); letter-spacing:.04em; margin-top:10px; text-transform:uppercase; }
.price-cell .pc-price { font-family:var(--serif); font-size:30px; color: var(--accent-deep); margin-top:18px; }
.price-cell .pc-price small { font-size:14px; color:var(--muted); font-family:var(--sans); }
.price-note { font-size:13px; color:var(--muted); font-style:italic; margin-top:22px; line-height:1.6; }

/* editorial split */
.editorial { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,80px); align-items:center; }
.editorial.rev .ed-text { order:2; }
.editorial .ed-img { position:relative; aspect-ratio: 4/3; overflow:hidden; background:var(--accent-tint); border-radius: var(--r-card); }
.editorial .ed-img img { width:100%; height:100%; object-fit:cover; }
.editorial .ed-img figcaption { position:absolute; left:0; bottom:0; right:0; background:linear-gradient(transparent, rgba(0,0,0,.6)); color:#eee; font-size:12px; padding:30px 18px 14px; font-style:italic; }
.editorial h2 { font-size: clamp(28px,3.6vw,46px); margin-top:18px; }
.editorial p { color: var(--muted); margin: 18px 0 0; }
.editorial p strong { color: var(--ink-2); font-weight:600; }

/* spec list */
.specs { display:grid; grid-template-columns: repeat(2,1fr); gap: 0 40px; margin-top: 28px; }
.spec-row { display:flex; justify-content:space-between; gap:16px; padding: 15px 0; border-bottom:1px solid var(--line); }
.spec-row .sk { font-size:13.5px; color:var(--muted); letter-spacing:.02em; }
.spec-row .sv { font-size:14px; font-weight:600; color:var(--ink); text-align:right; }

/* benefits grid */
.benefits { display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border:1px solid var(--line); border-radius: var(--r-card); overflow:hidden; }
.benefit { background: var(--bg-card); padding: 40px 32px; transition: background .35s; }
.benefit:hover { background: var(--accent-tint); }
.benefit .bn { font-family:var(--serif); font-size:30px; color: var(--accent); opacity:.45; }
.benefit h4 { font-family:var(--serif); font-size:21px; margin:16px 0 0; color:var(--ink); }
.benefit p { font-size:14px; color:var(--muted); margin:14px 0 0; line-height:1.65; }

/* amenity gallery */
.gallery { display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery a { position:relative; overflow:hidden; background:var(--accent-tint); border-radius: var(--r-md); }
.gallery a img { width:100%; height:100%; object-fit:cover; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.gallery a:hover img { transform: scale(1.08); }
.gallery a::after { content:''; position:absolute; inset:0; background:linear-gradient(transparent 55%, rgba(0,0,0,.55)); opacity:0; transition:opacity .4s; }
.gallery a:hover::after { opacity:1; }
.gallery a .cap { position:absolute; left:16px; bottom:14px; right:16px; color:#fff; font-size:13px; font-weight:500; letter-spacing:.02em; opacity:0; transform:translateY(8px); transition: all .4s; z-index:2; }
.gallery a:hover .cap { opacity:1; transform:none; }
.gallery .g-wide { grid-column: span 2; }
.gallery .g-tall { grid-row: span 2; }

/* feature columns (security, fees, legal) */
.fcols { display:grid; grid-template-columns: repeat(3,1fr); gap: clamp(30px,4vw,56px); }
.fcol h4 { font-family:var(--serif); font-size:24px; color:var(--ink); padding-bottom:18px; border-bottom:2px solid var(--accent); display:inline-block; }
.fcol .fitem { padding: 20px 0; border-bottom:1px solid var(--line); }
.fcol .fitem .ft { font-size:14.5px; font-weight:600; color:var(--ink-2); }
.fcol .fitem .fd { font-size:13.5px; color:var(--muted); margin-top:6px; line-height:1.6; }
.fcol .fitem .fbig { font-family:var(--serif); font-size:22px; color:var(--accent-deep); }

/* checklist */
.checklist { display:grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.chk { background: var(--bg-card); border:1px solid var(--line); border-radius: var(--r-md); padding: 30px 28px; }
.chk .cn { font-family:var(--serif); font-size:15px; color:#fff; background:var(--accent); width:34px; height:34px; border-radius: var(--r-sm); display:flex; align-items:center; justify-content:center; }
.chk h5 { font-family:var(--sans); font-size:16px; font-weight:600; margin:18px 0 14px; color:var(--ink); }
.chk ul { margin:0; padding:0; list-style:none; }
.chk li { font-size:13.5px; color:var(--muted); padding:7px 0 7px 20px; position:relative; line-height:1.5; }
.chk li::before { content:''; position:absolute; left:0; top:13px; width:6px; height:6px; background:var(--accent); transform:rotate(45deg); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer { background: #14120F; color:#a9a192; padding: clamp(60px,7vw,90px) 0 40px; }
.footer-top { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 56px; border-bottom:1px solid rgba(255,255,255,.08); }
.footer .wordmark { color:#fff; font-size:28px; }
.footer .f-about { font-size:14px; color:#9a9286; margin-top:20px; max-width:300px; line-height:1.7; }
.footer .f-col h5 { font-size:12px; letter-spacing:.16em; text-transform:uppercase; color: var(--accent-bright); margin:0 0 20px; font-family:var(--sans); font-weight:600; }
.footer .f-col ul { list-style:none; margin:0; padding:0; }
.footer .f-col li { margin-bottom:13px; }
.footer .f-col a { font-size:14px; color:#b5ad9f; transition: color .25s; }
.footer .f-col a:hover { color: var(--accent-bright); }
.footer .f-contact p { font-size:14px; margin:0 0 14px; line-height:1.6; color:#b5ad9f; }
.footer .f-contact .fc-phone { font-family:var(--serif); font-size:24px; color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding-top:28px; font-size:12.5px; color:#736c5f; flex-wrap:wrap; gap:12px; }
.footer-bottom a { color:#736c5f; }
.footer-bottom a:hover { color: var(--accent-bright); }

/* =========================================================================
   reveal animation
   ========================================================================= */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity:0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2,.7,.3,1), transform .9s cubic-bezier(.2,.7,.3,1); }
  .reveal.in { opacity:1; transform:none; }
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1080px) {
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap:36px; }
}
@media (max-width: 860px) {
  .nav-links, .topbar .tb-left .hide-sm { display:none; }
  .nav-burger { display:flex; flex-direction:column; gap:5px; cursor:pointer; }
  .nav-burger span { width:24px; height:2px; background:var(--ink); }
  .creds .wrap { grid-template-columns: repeat(2,1fr); }
  .creds .cd:nth-child(2n){ border-right:none; }
  .creds .cd { border-bottom:1px solid rgba(255,255,255,.08); }
  .support .wrap { grid-template-columns: 1fr; }
  .support-img { order:-1; }
  .editorial, .editorial.rev { grid-template-columns: 1fr; }
  .editorial.rev .ed-text { order:0; }
  .editorial .ed-img { order:-1; }
  .specs { grid-template-columns:1fr; }
  .benefits { grid-template-columns: 1fr; }
  .fcols { grid-template-columns:1fr; }
  .checklist { grid-template-columns:1fr; }
  .recent { grid-template-columns:1fr; }
  .price-table { grid-template-columns:1fr 1fr; }
}
@media (max-width: 560px) {
  .card-grid { grid-template-columns: 1fr; }
  .price-table { grid-template-columns:1fr; }
  .hero-stats { grid-template-columns:1fr 1fr; }
  .gallery { grid-template-columns:1fr; grid-auto-rows:220px; }
  .gallery .g-wide { grid-column: span 1; }
}

/* =========================================================================
   SEO PROSE / ARTICLE BLOCKS  (added keyword-rich content)
   ========================================================================= */
.prose { max-width: 880px; margin: 0 auto; }
.loc-prose { margin-top: clamp(36px, 5vw, 60px); }
.prose-lead { font-size: 18px; color: var(--ink-2); line-height: 1.78; margin: 0 0 4px; }
.pblock { padding: 28px 0; border-bottom: 1px solid var(--line); }
.pblock:first-child { padding-top: 0; }
.pblock:last-child { border-bottom: none; padding-bottom: 0; }
.pblock h4 { font-family: var(--serif); font-size: clamp(20px, 2.3vw, 26px); color: var(--ink); margin: 0 0 14px; line-height: 1.2; }
.pblock p { color: var(--muted); font-size: 16px; line-height: 1.78; margin: 0 0 12px; }
.pblock p:last-child { margin-bottom: 0; }
.pblock ul { margin: 10px 0 0; padding: 0; list-style: none; }
.pblock li { color: var(--muted); font-size: 16px; line-height: 1.7; padding: 7px 0 7px 22px; position: relative; }
.pblock li::before { content:''; position:absolute; left:0; top:15px; width:6px; height:6px; background:var(--accent); transform:rotate(45deg); }
.pblock strong { color: var(--ink-2); font-weight: 600; }

/* notes grid — lưu ý khi chọn mua */
.notes-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.note { background: var(--bg-card); border:1px solid var(--line); border-radius: var(--r-md); padding: 32px 28px; transition: border-color .35s, transform .4s, box-shadow .4s; }
.note:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 22px 44px -30px rgba(40,33,20,.4); }
.note .nn { font-family:var(--serif); font-size:30px; color: var(--accent); opacity:.42; line-height:1; }
.note h4 { font-family:var(--serif); font-size:20px; margin:14px 0 0; color:var(--ink); line-height:1.22; }
.note p { font-size:14px; color:var(--muted); margin:13px 0 0; line-height:1.66; }

/* about us */
.about-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.about-card { background: var(--bg-card); border:1px solid var(--line); border-radius: var(--r-card); padding: 38px 30px; transition: border-color .35s, transform .4s, box-shadow .4s; }
.about-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 22px 44px -30px rgba(40,33,20,.4); }
.about-card .ac-icon { width: 60px; height: 60px; object-fit: contain; margin-bottom: 22px; }
.about-card h4 { font-family:var(--serif); font-size:21px; color:var(--ink); }
.about-card p { font-size:14px; color:var(--muted); margin-top:13px; line-height:1.66; }

@media (max-width: 1080px) {
  .notes-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .notes-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
}

/* ========== PART 2: styles-rental.css ========== */
/* =========================================================================
   BESTVINHOMES — Serviced Apartments (EN) page
   Extends styles.css with: editorial tables, callouts, service grids,
   FAQ accordion, zone cards, contact band, listing placeholders.
   ========================================================================= */

/* =========================================================================
   PAGE PALETTE OVERRIDE — matches template (page-vcp-serviced-apartments)
   Scoped to THIS page only (loads after styles.css). Three accent families:
   Long-Term green / Short-Term blue / Luxury champagne. Homepage unaffected.
   ========================================================================= */
body {
  --ink:        #15160f;
  --ink-2:      #34362a;
  --muted:      #4f5446;
  --muted-2:    #8b8f7e;
  --line:       #e7e6df;
  --line-soft:  #f0efe8;
  --bg:         #ffffff;
  --bg-soft:    #faf9f5;
  --bg-card:    #ffffff;
  /* default page accent = Long-Term green */
  --accent:        #639922;
  --accent-bright: #7bb52e;
  --accent-deep:   #4d7a1a;
  --accent-tint:   rgba(99,153,34,.10);
  --accent-line:   rgba(99,153,34,.30);
  background: var(--bg);
}

/* accent families — placed on a section to recolour everything inside it */
.acc-lt { --accent:#639922; --accent-bright:#7bb52e; --accent-deep:#4d7a1a; --accent-tint:rgba(99,153,34,.10); --accent-line:rgba(99,153,34,.30); }
.acc-st { --accent:#378add; --accent-bright:#5aa0e5; --accent-deep:#2b6eb3; --accent-tint:rgba(55,138,221,.10); --accent-line:rgba(55,138,221,.30); }
.acc-lx { --accent:#b8962e; --accent-bright:#c9a85e; --accent-deep:#8a6d1f; --accent-tint:rgba(184,150,46,.12); --accent-line:rgba(184,150,46,.32); }

/* section background utilities */
.bg-white { background:#ffffff; }
.bg-st    { background:#f3f8fd; }
.bg-paper { background:#faf9f5; }
.bg-lx    { background:#fbf8f2; }
.bg-lt-soft { background:#f3f7ec; }

/* table header + chips use the section's accent tint */
.ctable thead th { background: var(--accent-tint); color: var(--ink); }
.ctable thead th:first-child { color: var(--accent-deep); }
.lcard-pills span { background: var(--accent-tint); border-color: var(--accent-line); color: var(--ink); }

/* credential band — light to fit the white system */
.creds { background:#faf9f5; color:var(--ink); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.creds .cd { border-right-color: var(--line); }
.creds .cd .k { color: var(--accent-deep); }
.creds .cd .v { color: var(--ink); }

/* red-flag callout block (🚩 walk-away) */
.tip-block.redflag { background: rgba(192,73,43,.08); border-color: rgba(192,73,43,.28); }
.tip-block.redflag .blist-title { color:#a23a20; }
.tip-block.redflag .blist li::before { background:#c0492b; }

/* golden tip callout (🌿 golden rule / mẹo vàng) */
.tip-block.golden { background: rgba(184,134,46,.10); border-color: rgba(184,134,46,.30); }
.tip-block.golden .blist-title { color:#8a6420; }
.tip-block.golden .blist li::before { background:#b8862e; }

/* comparison: highlight winner column (VCP = 2nd col) */
.ctable.winner-2 tbody td:nth-child(2) { background: var(--accent-tint); }

/* ---------- intro / lead paragraphs under section heads ---------- */
.lead-para { max-width: 880px; margin: 0 auto clamp(46px,5vw,68px); color: var(--muted); font-size: 17px; line-height: 1.8; text-align: center; }
.lead-para.left { margin-left: 0; text-align: left; }

/* sub-block heading inside a section (h3 rows like "Monthly Rates by ...") */
.subhead { margin-top: clamp(68px, 8vw, 108px); margin-bottom: clamp(30px,3.2vw,40px); }
.subhead:first-child { margin-top: 0; }
.subhead h3 { font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); color: var(--ink); line-height: 1.15; }
.subhead .rule { margin: 18px 0 0; }
.subhead p { color: var(--muted); font-size: 16px; line-height: 1.78; margin: 18px 0 0; max-width: 880px; }
.subhead.center { text-align: center; }
.subhead.center .rule { margin: 18px auto 0; }
.subhead.center p { margin-left: auto; margin-right: auto; }

/* ---------- editorial data table ---------- */
.ctable-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--bg-card); -webkit-overflow-scrolling: touch; }
.ctable { width: 100%; border-collapse: collapse; min-width: 640px; }
.ctable caption { display: none; }
.ctable thead th {
  background: var(--accent-tint); color: var(--ink);
  font-family: var(--sans); font-weight: 600; font-size: 12px;
  letter-spacing: .1em; text-transform: uppercase; text-align: left;
  padding: 18px 22px; white-space: nowrap;
}
.ctable thead th:first-child { color: var(--accent-deep); }
.ctable td, .ctable tbody th {
  text-align: left; padding: 17px 22px; border-bottom: 1px solid var(--line);
  font-size: 14.5px; color: var(--muted); line-height: 1.55; vertical-align: top;
}
.ctable tbody tr:last-child td, .ctable tbody tr:last-child th { border-bottom: none; }
.ctable tbody tr:hover { background: var(--accent-tint); }
.ctable tbody td:first-child, .ctable tbody th:first-child { font-weight: 600; color: var(--ink); white-space: normal; }
.ctable td strong, .ctable th strong { color: var(--ink); font-weight: 600; }
.ctable td em { color: var(--accent-deep); font-style: normal; font-family: var(--serif); }

/* compact 3-zone wide table keeps min-width larger */
.ctable.wide { min-width: 760px; }

/* ---------- callout boxes (💡 💰 ⏱️ notes) ---------- */
.callout { background: var(--accent-tint); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--r-md); padding: 22px 26px; font-size: 15px; color: var(--ink-2); line-height: 1.72; margin-top: 30px; }
.callout strong { color: var(--ink); font-weight: 600; }
.callout + .callout { margin-top: 18px; }
.callout.plain { background: var(--bg-soft); border-left-color: var(--line); }

/* ---------- bullet list (golden rules, walk-away, why-choose) ---------- */
.blist { margin: 22px 0 0; padding: 0; list-style: none; }
.blist.boxed { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 30px 34px; }
.blist li { color: var(--muted); font-size: 15.5px; line-height: 1.72; padding: 11px 0 11px 26px; position: relative; border-bottom: 1px solid var(--line-soft); }
.blist li:last-child { border-bottom: none; }
.blist li::before { content: ''; position: absolute; left: 0; top: 19px; width: 7px; height: 7px; background: var(--accent); transform: rotate(45deg); }
.blist li strong { color: var(--ink-2); font-weight: 600; }
.blist-title { font-family: var(--serif); font-size: clamp(19px,2.2vw,24px); color: var(--ink); margin: 0 0 6px; }

/* a paired callout + bullet list block */
.tip-block { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-card); padding: clamp(30px,3.5vw,44px); margin-top: clamp(36px,4vw,48px); }
.tip-block .blist li:last-child { border-bottom: none; }

/* ---------- service / amenity emoji grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; }
.svc-grid.cols-2 { grid-template-columns: repeat(2,1fr); }
.svc { background: var(--bg-card); padding: 38px 32px; transition: background .35s; }
.svc:hover { background: var(--accent-tint); }
.svc .ic { font-size: 30px; line-height: 1; display: block; }
.svc h4 { font-family: var(--serif); font-size: 20px; color: var(--ink); margin: 18px 0 0; }
.svc .ov { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-deep); font-weight: 600; margin: 14px 0 0; }
.svc p { font-size: 14px; color: var(--muted); margin: 10px 0 0; line-height: 1.65; }

/* ---------- numbered / icon process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.step { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-md); padding: 34px 30px; }
.step .sn { font-family: var(--serif); font-size: 15px; color: #fff; background: var(--accent); width: 38px; height: 38px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; }
.step h4 { font-family: var(--serif); font-size: 20px; color: var(--ink); margin: 20px 0 0; line-height: 1.2; }
.step p { font-size: 14px; color: var(--muted); margin: 12px 0 0; line-height: 1.66; }

/* ---------- check / warning cards (guide section) ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.gcard { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px 28px; transition: border-color .35s, transform .4s, box-shadow .4s; }
.gcard:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 22px 44px -30px rgba(40,33,20,.4); }
.gcard .mk { width: 38px; height: 38px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.gcard.check .mk { background: var(--accent-tint); color: var(--accent-deep); border: 1px solid var(--accent); }
.gcard.warn .mk { background: rgba(192,73,43,.10); color: #c0492b; }
.gcard h4 { font-family: var(--serif); font-size: 19px; color: var(--ink); margin: 18px 0 0; line-height: 1.25; }
.gcard p { font-size: 14px; color: var(--muted); margin: 12px 0 0; line-height: 1.66; }

/* ---------- zone cards (Other Tower Zones) ---------- */
.zone-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.zone { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 40px 34px; transition: border-color .35s, transform .4s; }
.zone:hover { border-color: var(--accent); transform: translateY(-4px); }
.zone .zn { font-family: var(--serif); font-size: 26px; color: var(--ink); }
.zone .zt { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-deep); font-weight: 600; margin: 12px 0 0; }
.zone p { font-size: 14.5px; color: var(--muted); margin: 18px 0 0; line-height: 1.72; }

/* ---------- quick facts list (Landmark 81) ---------- */
.facts { list-style: none; margin: 26px 0 0; padding: 0; }
.facts li { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.facts li:last-child { border-bottom: none; }
.facts li .fk { color: var(--muted); }
.facts li .fv { color: var(--ink); font-weight: 600; text-align: right; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 26px 44px 26px 0; position: relative; font-family: var(--serif); font-size: clamp(18px,2.1vw,22px); color: var(--ink); line-height: 1.35; transition: color .25s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--accent-deep); }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-weight: 300; font-size: 28px; color: var(--accent); transition: transform .3s; line-height: 1; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .faq-body { padding: 0 44px 28px 0; }
.faq .faq-body p { color: var(--muted); font-size: 15.5px; line-height: 1.8; margin: 0; }

/* ---------- "when to choose" trio ---------- */
.choose-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 8px; }
.choose { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 36px 32px; }
.choose h4 { font-family: var(--serif); font-size: 22px; color: var(--ink); padding-bottom: 16px; border-bottom: 2px solid var(--accent); display: inline-block; }
.choose p { font-size: 14.5px; color: var(--muted); margin: 20px 0 0; line-height: 1.72; }

/* ---------- contact band (night navy) ---------- */
.contact { position: relative; overflow: hidden; background: linear-gradient(160deg, #1c2233 0%, #141826 100%); color: #fff; }
.contact::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 26px 26px; mask-image: radial-gradient(circle at center, #000, transparent 75%);
}
.contact .wrap { position: relative; z-index: 1; }
.contact .section-head h2 { color: #ffffff; }
.contact .section-head p { color: #c4cbdb; }
.contact .eyebrow { color: #9db4e8; }
.contact-sub { text-align: center; color: #aebbd6; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin: 16px 0 0; }
.contact-methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 880px; margin: clamp(40px,5vw,56px) auto 0; }
.cmethod { display: flex; align-items: center; gap: 16px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-md); background: rgba(255,255,255,.05); transition: border-color .3s, background .3s, transform .3s; }
.cmethod:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.09); transform: translateY(-3px); }
.cmethod img { width: 26px; height: 26px; flex: 0 0 auto; }
.cmethod .cm-label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #8fa0c0; font-weight: 600; }
.cmethod .cm-val { font-family: var(--serif); font-size: 19px; color: #dde3ef; margin-top: 3px; }
.office { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-card); overflow: hidden; max-width: 980px; margin: 40px auto 0; }
.office .ocell { background: rgba(20,24,38,.55); padding: 30px 26px; }
.office .ocell .oi { font-size: 24px; line-height: 1; }
.office .ocell .ok { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: #8fa0c0; font-weight: 600; margin: 16px 0 0; }
.office .ocell .ov { font-size: 14px; color: #dde3ef; margin: 8px 0 0; line-height: 1.6; }

/* ---------- listing symbolic placeholder ---------- */
.lcard-img.ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px;
  background:
    repeating-linear-gradient(45deg, rgba(0,0,0,.035) 0 13px, rgba(0,0,0,0) 13px 26px),
    var(--accent-tint);
}
.lcard-img.ph .ph-zone { font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-deep); font-weight: 600; }
.lcard-img.ph .ph-sub { font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted-2); }
.lcard-img.ph .ph-beds { font-family: var(--serif); font-size: 30px; color: var(--accent-line); line-height: 1; margin-bottom: 2px; }

/* tag pill on luxury card */
.exclusive-tag { display: inline-block; font-size: 11px; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; color: var(--accent-deep); margin-bottom: 18px; }

/* single exclusive listing — horizontal feature card */
.card-grid.single { display: block; max-width: 900px; margin: 0 auto; }
.card-grid.single .lcard { flex-direction: row; }
.card-grid.single .lcard-img { flex: 0 0 44%; aspect-ratio: auto; min-height: 320px; }
.card-grid.single .lcard-body { flex: 1; justify-content: center; padding: 36px 36px; }
.card-grid.single .lcard h4 { font-size: 21px; }
@media (max-width: 640px) {
  .card-grid.single .lcard { flex-direction: column; }
  .card-grid.single .lcard-img { flex-basis: auto; aspect-ratio: 4/3; min-height: 0; }
}

/* gold ghost button — secondary action in brand color on dark hero */
.btn-ghost-gold { background: transparent; color: var(--accent-bright); border: 1px solid var(--accent); }
.btn-ghost-gold:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* section action row */
.sec-action { text-align: center; margin-top: clamp(44px,4.5vw,62px); }
.sec-action.left { text-align: left; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: repeat(2,1fr); }
  .zone-grid { grid-template-columns: 1fr; }
  .choose-grid { grid-template-columns: 1fr; }
  .contact-methods { grid-template-columns: repeat(2,1fr); }
  .office { grid-template-columns: repeat(2,1fr); }
  .card-grid.single { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .svc-grid, .svc-grid.cols-2 { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .contact-methods { grid-template-columns: 1fr; }
  .office { grid-template-columns: 1fr; }
  .card-grid.single { grid-template-columns: 1fr; }
}

/* =========================================================================
   LIGHT SPLIT HERO — text + framed Landmark 81 photo (matches template)
   ========================================================================= */
.hero.hero-split {
  min-height: auto; display: block; color: var(--ink); overflow: visible;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8f1 100%);
  border-bottom: 1px solid var(--line);
}
.hero.hero-split .wrap {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px,5vw,76px);
  align-items: center; padding-top: clamp(56px,7vw,100px); padding-bottom: clamp(56px,7vw,100px);
}
.hero.hero-split .hero-inner { max-width: none; }
.hero.hero-split .eyebrow { color: var(--accent); margin-bottom: 22px; }
.hero.hero-split .eyebrow .dash { background: var(--accent); opacity: .8; }
.hero.hero-split h1 { color: var(--ink); font-size: clamp(36px,4.4vw,62px); line-height: 1.05; }
.hero.hero-split h1 em { color: var(--accent); font-style: italic; }
.hero.hero-split .hero-tagline { color: var(--accent-deep); font-weight: 600; font-size: clamp(17px,1.6vw,20px); margin-top: 22px; }
.hero.hero-split .hero-lead { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 540px; margin-top: 16px; }
.hero.hero-split .hero-actions { margin-top: 34px; }
.hero-figure {
  position: relative; margin: 0; aspect-ratio: 4/5; border-radius: var(--r-card);
  overflow: hidden; background: var(--accent-tint);
  box-shadow: 0 44px 86px -52px rgba(20,30,12,.55);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; color: #fff; font-size: 12.5px;
  font-style: italic; padding: 38px 20px 16px; background: linear-gradient(transparent, rgba(0,0,0,.6));
}
.btn-hero-st { background: #ffffff; color: #2b6eb3; border: 1px solid rgba(55,138,221,.30); }
.btn-hero-st:hover { background: #378add; color: #fff; border-color: #378add; }

/* outline button tinted to its section accent (green / blue) */
.btn-outline-accent { background: transparent; color: var(--accent-deep); border: 1px solid var(--accent); }
.btn-outline-accent:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* keep "View All…" buttons on a single line on phones */
@media (max-width: 640px) {
  .sec-action .btn { font-size: 11.5px; letter-spacing: .05em; padding: 13px 18px; gap: 8px; white-space: nowrap; }
}
@media (max-width: 860px) {
  .hero.hero-split .wrap { grid-template-columns: 1fr; }
  .hero-figure { order: -1; aspect-ratio: 16/10; }
}

/* =========================================================================
   PRO POLISH — typography, tabular figures, card / table / icon refinement
   ========================================================================= */
/* crisper, more authoritative headings */
h1, h2, h3, h4 { font-weight: 600; letter-spacing: -0.02em; }
.hero.hero-split h1 { font-weight: 600; }
.section-head h2, .subhead h3, .editorial h2 { text-wrap: balance; }
[id] { scroll-margin-top: 28px; }

/* tabular figures everywhere numbers matter */
.ctable, .lcard-price, .facts, .creds .cd .v { font-variant-numeric: tabular-nums; }

/* table refinement — subtle zebra, accent hover */
.ctable tbody tr:nth-child(even) { background: rgba(20,22,15,.018); }
.ctable tbody tr:hover { background: var(--accent-tint); }

/* listing cards — accent reveal bar on hover (colour-coded per section) */
.lcard { position: relative; }
.lcard::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 3;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.2,.7,.3,1);
}
.lcard:hover::before { transform: scaleX(1); }

/* primary buttons gain quiet depth */
.btn-gold { box-shadow: 0 10px 24px -13px rgba(20,30,12,.45); }
.btn-gold:hover { box-shadow: 0 14px 30px -13px rgba(20,30,12,.55); }

/* hero photo inner hairline for a framed, gallery feel */
.hero-figure::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  border: 1px solid rgba(255,255,255,.16);
}

/* emoji icons sit in tinted badges — reads designed, not casual */
.svc .ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%; background: var(--accent-tint); font-size: 24px;
}
.office .ocell .oi {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.07); font-size: 20px;
}

/* refined keyboard focus */
a:focus-visible, .btn:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px;
}

/* Landmark 81 editorial photo — show full portrait ratio, no crop */
.editorial .ed-img { aspect-ratio: auto; align-self: stretch; }
.editorial .ed-img img { height: auto; object-fit: contain; }

/* =========================================================================
   MOTION — scroll-reveal + hero entrance (JS-gated; print/reduced-motion safe)
   ========================================================================= */
@media (prefers-reduced-motion: no-preference) {
  html.js-motion .r-up {
    opacity: 0; transform: translateY(24px);
    transition: opacity .85s cubic-bezier(.2,.7,.3,1), transform .85s cubic-bezier(.2,.7,.3,1);
    transition-delay: var(--d, 0ms); will-change: opacity, transform;
  }
  html.js-motion .r-up.is-in { opacity: 1; transform: none; }

  html.js-motion .hero-split .h-enter {
    opacity: 0; transform: translateY(20px);
    transition: opacity .9s cubic-bezier(.2,.7,.3,1), transform .9s cubic-bezier(.2,.7,.3,1);
    transition-delay: var(--hd, 0ms);
  }
  html.js-motion .hero-split .hero-figure.h-enter { transform: translateY(20px) scale(.985); }
  html.js-motion .hero-split.hero-in .h-enter,
  html.js-motion .hero-split.hero-in .hero-figure.h-enter { opacity: 1; transform: none; }
}
@media print {
  html.js-motion .r-up, html.js-motion .h-enter { opacity: 1 !important; transform: none !important; }
}

/* ========== PART 3: bridge — plugin grid [bds_rent_grid] khớp design ========== */
/* Grid plugin nằm trong section .wrap; canh padding theo grid plugin tự lo, chỉ chỉnh khoảng cách dọc + nền trong suốt để ăn theo section. */
.vsa-grid { margin-top: clamp(8px,2vw,20px); }
.vsa-grid .bvl-grid-sec { padding-top: 0 !important; padding-bottom: 0 !important; background: transparent !important; }
.vsa-grid .bvl-grid-inner { max-width: var(--maxw) !important; padding-left: 0 !important; padding-right: 0 !important; }
/* Luxury grid → champagne accent (đè xanh lá mặc định của plugin cho EN) */
.vsa-grid-lux .bvl-grid--rent.bvl-grid--en {
  --bvl-gold:#B8962E; --bvl-gold-deep:#8A6D1F; --bvl-gold-tint:rgba(184,150,46,.12); --bvl-gold-line:rgba(184,150,46,.34);
}

/* ========== PART 4: dòng tiêu đề trên grid (giống trang LT/ST landing) ========== */
.vsa-grid-head { display:flex; align-items:center; gap:14px; margin:0 0 22px; padding-bottom:18px; border-bottom:1px solid var(--line); }
.vsa-grid-head h3 { font-family:var(--serif); font-size:clamp(22px,2.6vw,30px); color:var(--ink); line-height:1.1; letter-spacing:-.02em; margin:0; }
.vsa-units { flex:0 0 auto; font-size:12.5px; font-weight:600; letter-spacing:.02em; color:#fff; background:var(--accent); border-radius:var(--r-pill); padding:5px 14px; white-space:nowrap; font-variant-numeric:tabular-nums; }
@media (max-width:560px){ .vsa-grid-head h3 { font-size:21px; } }

/* contact = tượng trưng, KHÔNG phải link → bỏ con trỏ + hiệu ứng nhấc lên (vẫn giữ khung) */
.contact-methods .cmethod { cursor: default; }
.contact-methods .cmethod:hover { transform:none; border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.05); }

/* ========== PART 5: gợi ý cuộn ngang bảng (chỉ mobile) ========== */
.ctable-hint { display: none; }
@media (max-width: 640px) {
  .ctable-hint {
    display: flex; align-items: center; gap: 8px;
    font-family: var(--sans); font-size: 12.5px; font-weight: 600;
    letter-spacing: .04em; color: var(--accent-deep);
    margin: 0 0 10px; opacity: 1; transition: opacity .4s ease;
  }
  .ctable-hint.is-hidden { opacity: 0; }
  .ctable-hint .cth-arrow {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--accent-tint); color: var(--accent-deep); font-size: 14px;
    animation: cth-nudge 1.6s ease-in-out infinite;
  }
  @keyframes cth-nudge { 0%,100% { transform: translateX(0); } 50% { transform: translateX(3px); } }
}

/* ========== PART 6: hero ảnh — picture fill khung; mobile đổi ảnh + crop 3:4 ========== */
.hero-figure picture { display:block; width:100%; height:100%; }
.hero-figure picture img { width:100%; height:100%; object-fit:cover; }
@media (max-width: 860px) {
  .hero.hero-split .hero-figure { aspect-ratio: 3 / 4; }   /* desktop giữ 4/5; mobile dùng ảnh webp dọc 3:4 */
}

/* ========== PART 7: gallery — Pinterest masonry (giống homepage, đè bản grid cũ) ========== */
.gallery { display: block; columns: 4; column-gap: 14px; grid-template-columns: none; grid-auto-rows: auto; }
.gallery a { display: block; break-inside: avoid; margin-bottom: 14px; position: relative; overflow: hidden; background: var(--accent-tint); border-radius: var(--r-md); }
.gallery a img { width: 100%; height: auto; display: block; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.gallery a:hover img { transform: scale(1.06); }
.gallery a::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(0,0,0,.58)); opacity: 0; transition: opacity .4s; }
.gallery a:hover::after { opacity: 1; }
.gallery a .cap { position: absolute; left: 14px; bottom: 12px; right: 14px; color: #fff; font-size: 13px; font-weight: 500; letter-spacing: .02em; opacity: 0; transform: translateY(6px); transition: all .4s; z-index: 2; }
.gallery a:hover .cap { opacity: 1; transform: none; }
.gallery .g-wide, .gallery .g-tall { grid-column: auto; grid-row: auto; }
@media (max-width: 1080px) { .gallery { columns: 3; } }
@media (max-width: 560px) {
  .gallery { columns: 2; column-gap: 10px; }
  .gallery a { margin-bottom: 10px; }
  .gallery a::after { opacity: .55; }
  .gallery a .cap { opacity: 1; transform: none; }
}
