:root {
  --rust: #a95537;
  --rust-dark: #7f3725;
  --rust-deep: #5f2b1f;
  --cream: #f7f1e7;
  --cream-deep: #eddfca;
  --gold: #f0cf8d;
  --gold-strong: #d9ab56;
  --ink: #102338;
  --ink-soft: #405064;
  --paper: #fffdf9;
  --white: #fff;
  --line: rgba(16, 35, 56, .14);
  --shadow: 0 24px 70px rgba(74, 43, 30, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --header-h: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.full-bleed { width: 100%; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-140%); padding: 10px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1000; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--gold), #fff0bd, var(--rust)); transform: scaleX(0); transform-origin: left center; will-change: transform; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); color: #fff; transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(95, 43, 31, .96); box-shadow: 0 10px 30px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; color: var(--gold); }
.brand-logo { display: block; width: 186px; height: auto; max-height: 58px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; font: 700 31px/1 var(--serif); transform: skewX(-8deg); }
.brand-copy { display: grid; gap: 5px; }
.brand-copy strong { font: 600 20px/1 var(--serif); letter-spacing: .06em; }
.brand-copy small { font-size: 8px; letter-spacing: .48em; padding-left: 2px; }
.brand-light { color: var(--gold); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 12px 0; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-current::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { padding: 9px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 12px; font-weight: 700; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; padding: 11px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .25s ease; }

.drawer { position: fixed; inset: 0; z-index: 300; visibility: hidden; pointer-events: none; }
.drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(15,24,31,.56); opacity: 0; transition: opacity .3s ease; }
.drawer.is-open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; inset: 0 0 0 auto; width: min(520px, 88vw); padding: 32px 36px max(32px, env(safe-area-inset-bottom)); background: var(--rust); color: var(--cream); transform: translateX(105%); transition: transform .4s cubic-bezier(.22,.75,.2,1); overflow-y: auto; }
.drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-top { display: flex; justify-content: space-between; align-items: center; }
.drawer-close { width: 50px; height: 50px; border: 1px solid var(--gold); border-radius: 50%; background: transparent; color: var(--gold); font-size: 34px; line-height: 1; cursor: pointer; }
.drawer-nav { margin-top: 90px; display: grid; }
.drawer-nav a { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); font: 500 clamp(21px, 5vw, 28px)/1.2 var(--serif); text-transform: uppercase; }
.drawer-nav a span { font: 600 10px/1 var(--sans); letter-spacing: .15em; color: var(--gold); }
.drawer-contact { display: grid; gap: 5px; margin-top: 42px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.drawer-contact a { font-size: 16px; font-weight: 700; letter-spacing: 0; text-transform: none; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; display: grid; align-items: end; isolation: isolate; color: #fff; background: var(--rust-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-image { background: var(--rust-deep) url("media/the-westique-hero-song-co-chat.webp") center top / 110% auto no-repeat; }
.hero-image { transform: scale(1.035); will-change: transform; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(24,27,25,.92) 0%, rgba(34,35,30,.68) 48%, rgba(42,27,20,.18) 76%), linear-gradient(0deg, rgba(17,24,27,.75) 0%, transparent 45%); }
.hero-content { padding-bottom: 72px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--rust); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { display: inline-flex; align-items: center; min-height: 38px; padding: 0 18px; border: 1px solid rgba(240,207,141,.6); border-radius: 999px; color: var(--gold); background: rgba(20,27,27,.35); backdrop-filter: blur(8px); }
.hero h1, .section-heading h2, .design-copy h2, .contact-copy h2 { margin: 0; font: 600 clamp(58px, 8.2vw, 116px)/.82 var(--serif); letter-spacing: -.04em; }
.hero h1 em, .section-heading h2 em, .design-copy h2 em, .contact-copy h2 em { color: var(--gold-strong); font-weight: 500; }
.hero-lead { max-width: 680px; margin: 30px 0 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.6; color: rgba(255,255,255,.88); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; border: 1px solid transparent; border-radius: 6px; font-size: 13px; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: linear-gradient(135deg, #f5dda6, #dfb45e); color: #172638; box-shadow: 0 15px 35px rgba(218,171,86,.25); }
.btn-ghost { border-color: rgba(255,255,255,.65); background: rgba(0,0,0,.16); color: #fff; backdrop-filter: blur(7px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-rust { background: var(--rust); color: #fff; }
.btn-full { width: 100%; }
.hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(720px, 100%); margin-top: 44px; border-top: 1px solid rgba(255,255,255,.32); }
.hero-meta div { padding: 22px 20px 0 0; display: grid; gap: 4px; }
.hero-meta strong { color: var(--gold); font: 600 34px/1 var(--serif); }
.hero-meta span { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.72); }
.hero-scroll { position: absolute; right: 28px; bottom: 40px; display: grid; justify-items: center; gap: 9px; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 45px; background: rgba(255,255,255,.7); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.section-heading h2, .design-copy h2, .contact-copy h2 { font-size: clamp(50px, 6.2vw, 82px); line-height: .94; color: var(--ink); }
.section-heading h2 em { color: var(--rust); }
.section-heading > p:last-child { max-width: 660px; margin: 22px auto 0; color: var(--ink-soft); }
.intro-copy p { margin: 0 0 22px; color: var(--ink-soft); }
.intro-copy .lead { color: var(--ink); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--rust); color: var(--rust); font-weight: 700; font-size: 13px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 84px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid article { min-height: 220px; padding: 28px 24px; border-right: 1px solid var(--line); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid article > span { color: var(--rust); font-size: 11px; font-weight: 800; }
.stats-grid strong { display: block; margin-top: 36px; font: 600 25px/1.15 var(--serif); }
.stats-grid p { margin: 13px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }

.visual-break { position: relative; height: min(78vw, 780px); min-height: 460px; overflow: hidden; }
.visual-break img { height: 100%; object-fit: cover; }
.visual-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,25,32,.72), transparent 58%); }
.visual-caption { position: absolute; z-index: 1; left: max(24px, calc((100% - 1132px)/2)); bottom: 45px; display: grid; color: #fff; }
.visual-caption span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.visual-caption strong { font: 600 clamp(34px, 5vw, 66px)/1 var(--serif); }

.video-story { position: relative; overflow: hidden; background: #102634; color: #fff; isolation: isolate; }
.video-story::before { content: "W"; position: absolute; z-index: -1; left: -2vw; bottom: -16vw; color: rgba(240,207,141,.035); font: 700 min(58vw, 820px)/1 var(--serif); }
.video-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 6vw, 90px); align-items: center; }
.video-copy h2 { margin: 0; font: 600 clamp(52px, 6.5vw, 86px)/.92 var(--serif); letter-spacing: -.035em; }
.video-copy h2 em { color: var(--gold); font-weight: 500; }
.video-copy > p:not(.kicker) { max-width: 650px; margin: 30px 0; color: rgba(255,255,255,.72); }
.video-points { display: grid; max-width: 650px; margin: 0 0 32px; border-top: 1px solid rgba(255,255,255,.16); }
.video-points span { display: flex; gap: 16px; align-items: center; min-height: 54px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 12px; font-weight: 600; }
.video-points i { color: var(--gold); font-size: 9px; font-style: normal; }
.text-link-light { border-color: var(--gold); color: var(--gold); }
.video-device { position: relative; width: 100%; justify-self: center; padding: 12px; border: 1px solid rgba(240,207,141,.44); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 42px 90px rgba(0,0,0,.33); backdrop-filter: blur(12px); }
.video-device::after { content: ""; position: absolute; inset: -22px; z-index: -1; border: 1px solid rgba(240,207,141,.12); border-radius: 48px; }
.video-device-top { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; }
.video-device-top span { width: 68px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.22); }
.video-device-top small { color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .16em; }
.local-video { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; background: #0a141c; }
.local-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
.video-orbit { position: absolute; z-index: -1; border: 1px solid rgba(240,207,141,.15); border-radius: 50%; pointer-events: none; }
.video-orbit-one { width: 430px; height: 430px; right: -150px; top: -160px; }
.video-orbit-two { width: 260px; height: 260px; right: 24%; bottom: -180px; }

.boutique-story { background: #f7f0e7; }
.boutique-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.boutique-gallery figure { position: relative; aspect-ratio: 1; min-height: 0; margin: 0; overflow: hidden; background: var(--rust); }
.boutique-gallery img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; transition: transform .65s ease, filter .65s ease; }
.boutique-gallery figure:hover img { transform: scale(1.035); filter: saturate(1.06); }
.boutique-gallery figure::after { display: none; }
.boutique-gallery figcaption { display: none; }
.boutique-gallery figcaption span { color: var(--gold); font-size: 9px; font-weight: 800; }
.boutique-gallery figcaption strong { font: 600 25px/1.1 var(--serif); }

.location-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.location-media { position: relative; }
.location-media::before { content: ""; position: absolute; width: 36%; height: 36%; left: -18px; bottom: -18px; border: 1px solid var(--gold-strong); z-index: -1; }
.location-media img { min-height: 560px; object-fit: cover; cursor: zoom-in; }
.image-hint { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; background: rgba(16,35,56,.86); color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.location-copy h2 { margin: 0; font: 600 clamp(48px, 6vw, 76px)/.94 var(--serif); }
.location-copy h2 em { color: var(--rust); }
.location-copy > p:not(.kicker) { color: var(--ink-soft); margin: 28px 0; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 34px; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-list li > span { color: var(--rust); font-size: 10px; font-weight: 800; }
.feature-list div { display: grid; gap: 2px; }
.feature-list strong { font: 600 20px/1.3 var(--serif); }
.feature-list small { color: var(--ink-soft); font-size: 11px; }

.section-rust { background: var(--rust); color: var(--cream); }
.centered { text-align: center; }
.kicker-light { color: var(--gold); }
.section-rust .section-heading h2, .contact-copy h2 { color: #fff; }
.section-rust .section-heading h2 em, .contact-copy h2 em { color: var(--gold); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border: 1px solid rgba(255,255,255,.22); }
.facts-grid div { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.facts-grid div:nth-child(4n) { border-right: 0; }
.facts-grid div:nth-last-child(-n+4) { border-bottom: 0; }
.facts-grid span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.facts-grid strong { font: 600 23px/1.2 var(--serif); color: #fff; }

.section-heading.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section-heading.split > p { margin: 0 0 8px; color: var(--ink-soft); }
.tabs { margin-top: 55px; }
.tab-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 12px; background: var(--rust); }
.tab-button { min-height: 58px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.62); background: transparent; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.tab-button:hover { transform: translateY(-2px); }
.tab-button.is-active { background: var(--cream); color: var(--rust); border-color: var(--cream); }
.tab-stage { border: 1px solid var(--cream-deep); border-top: 0; background: #fff; }
.tab-panel { animation: panel-in .35s ease; }
.tab-panel[hidden] { display: none !important; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.panel-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 26px 30px 6px; }
.panel-heading span { color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.panel-heading h3 { margin: 0; font: 600 clamp(30px, 4vw, 48px)/1 var(--serif); }
.tab-panel-media { padding: 20px 30px 34px; }
.tab-panel-media img { max-height: 720px; object-fit: contain; cursor: zoom-in; }

.section-cream { background: var(--cream); }
.layout-tabs .tab-list-four { grid-template-columns: repeat(4, 1fr); }
.layout-stage { padding-top: 18px; }
.layout-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(380px, 48%); gap: 18px; overflow-x: auto; padding: 10px 3px 22px; scroll-snap-type: x mandatory; scrollbar-color: var(--rust) transparent; }
.layout-card { scroll-snap-align: start; display: grid; grid-template-columns: 145px 1fr; min-height: 470px; background: #fff; box-shadow: 0 10px 35px rgba(75,45,30,.08); overflow: hidden; }
.layout-card > div { padding: 30px 18px; background: var(--rust); color: #fff; }
.layout-card span { color: var(--gold); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.layout-card h3 { margin: 12px 0; color: #fff; font: 600 56px/1 var(--serif); }
.layout-card p { font-size: 11px; line-height: 1.6; color: rgba(255,255,255,.78); }
.layout-card img { height: 100%; max-height: 520px; object-fit: contain; background: #fff; cursor: zoom-in; }
.swipe-hint { display: none; text-align: center; color: var(--rust); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.amenity-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 54px; }
.amenity-gallery figure { position: relative; margin: 0; min-height: 380px; overflow: hidden; background: var(--ink); }
.amenity-gallery .gallery-wide { grid-column: 1 / -1; min-height: 610px; }
.amenity-gallery img { height: 100%; object-fit: cover; cursor: zoom-in; transition: transform .7s ease; }
.amenity-gallery figure:hover img { transform: scale(1.035); }
.amenity-gallery figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(11,24,34,.82), transparent); pointer-events: none; }
.amenity-gallery figcaption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 14px; color: #fff; font: 600 25px/1.2 var(--serif); }
.amenity-gallery figcaption span { font: 800 10px/1 var(--sans); color: var(--gold); }

.design-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; background: var(--ink); }
.design-image img { height: 100%; object-fit: cover; }
.design-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 120px); color: #fff; }
.design-copy h2 { color: #fff; }
.design-copy h2 em { color: var(--gold); }
.design-copy > p:last-child { max-width: 560px; margin-top: 28px; color: rgba(255,255,255,.72); }

.policy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.policy .section-heading > p:last-of-type { margin: 28px 0; }
.policy-cards { display: grid; gap: 16px; }
.policy-cards article { position: relative; padding: 28px 32px 28px 120px; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.policy-cards article:hover { transform: translateX(-5px); box-shadow: var(--shadow); }
.policy-cards article > span { position: absolute; left: 26px; top: 33px; color: var(--rust); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.policy-cards h3 { margin: 0; font: 600 29px/1 var(--serif); }
.policy-cards strong { display: block; margin-top: 10px; color: var(--rust); font-size: 14px; }
.policy-cards p { margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; }
.development-partners { margin-top: 58px; }
.development-partners figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(165,77,48,.18); border-radius: 18px; background: var(--rust); box-shadow: 0 18px 46px rgba(64,35,25,.14); }
.development-partners img { display: block; width: 100%; height: auto; cursor: zoom-in; transition: transform .6s ease, filter .6s ease; }
.development-partners figure:hover img { transform: scale(1.012); filter: saturate(1.04); }
.development-partners figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 17px 22px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.development-partners figcaption span { color: var(--rust); }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); }
.faq-list details { border-bottom: 1px solid rgba(16,35,56,.2); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; cursor: pointer; font: 600 22px/1.3 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid var(--rust); border-radius: 50%; color: var(--rust); font: 400 22px/1 var(--sans); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 54px 24px 0; color: var(--ink-soft); }

.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.contact-copy > p:not(.kicker) { max-width: 600px; color: rgba(255,255,255,.76); }
.agent-card { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.agent-avatar { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--gold); color: var(--ink); font: 700 20px/1 var(--serif); }
.agent-card > div:last-child { display: grid; }
.agent-card span { font-size: 11px; color: rgba(255,255,255,.7); }
.agent-card a { color: #fff; font-size: 18px; font-weight: 800; }
.contact-project-card { display: grid; gap: 18px; width: min(100%, 470px); margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.25); }
.contact-project-card img { display: block; width: min(250px, 68vw); height: auto; }
.contact-project-card address { display: grid; gap: 7px; color: rgba(255,255,255,.82); font-style: normal; font-size: 12px; line-height: 1.55; }
.contact-project-card address a { color: var(--gold); font-size: 15px; font-weight: 800; }
.lead-form { padding: 38px; background: #fff; color: var(--ink); box-shadow: 0 28px 70px rgba(54,20,14,.28); }
.lead-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--rust); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.lead-form input, .lead-form select { width: 100%; height: 52px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: 0; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--rust); }
.lead-form .btn { margin-top: 8px; border: 0; }
.form-note { margin: 14px 0 0; color: #6b7580; font-size: 9px; line-height: 1.55; text-align: center; }

.contact-rail { position: fixed; z-index: 90; right: 16px; top: 50%; transform: translateY(-50%); display: grid; gap: 8px; }
.contact-rail a { position: relative; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; background: rgba(169,85,55,.92); color: #fff; box-shadow: 0 10px 25px rgba(70,30,20,.2); backdrop-filter: blur(7px); }
.contact-rail span { font-style: normal; font-weight: 800; }
.contact-rail em { position: absolute; right: 60px; opacity: 0; pointer-events: none; white-space: nowrap; padding: 7px 10px; background: var(--ink); color: #fff; font-size: 9px; font-style: normal; font-weight: 700; transition: opacity .2s ease; }
.contact-rail a:hover em { opacity: 1; }
.mobile-dock { display: none; }

.lightbox { width: min(96vw, 1260px); max-width: none; max-height: 94dvh; padding: 42px 20px 18px; border: 0; background: #fff; box-shadow: 0 25px 100px rgba(0,0,0,.4); }
.lightbox::backdrop { background: rgba(7,15,21,.82); backdrop-filter: blur(5px); }
.lightbox img { max-height: 80dvh; object-fit: contain; }
.lightbox p { margin: 10px 0 0; text-align: center; font-size: 11px; }
.lightbox-close { position: absolute; top: 6px; right: 8px; width: 36px; height: 36px; border: 0; background: transparent; color: var(--ink); font-size: 30px; cursor: pointer; }
.toast { position: fixed; z-index: 500; left: 50%; bottom: calc(30px + env(safe-area-inset-bottom)); transform: translate(-50%, 20px); min-width: min(330px, calc(100vw - 34px)); padding: 13px 18px; border-radius: 8px; background: var(--ink); color: #fff; font-size: 11px; text-align: center; opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .82s cubic-bezier(.22,.75,.2,1), transform .82s cubic-bezier(.22,.75,.2,1); will-change: opacity, transform; }
.reveal.reveal-left { transform: translate3d(-48px, 10px, 0); }
.reveal.reveal-right { transform: translate3d(48px, 10px, 0); }
.reveal.reveal-scale { transform: translate3d(0, 18px, 0) scale(.965); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: block; }
  .intro-grid, .location-grid, .policy-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .video-story-grid { grid-template-columns: 1fr; }
  .video-device { width: min(100%, 390px); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid div:nth-child(2n) { border-right: 0; }
  .facts-grid div:nth-child(4n) { border-right: 0; }
  .facts-grid div:nth-last-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .facts-grid div:nth-last-child(-n+2) { border-bottom: 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 25px; }
  .design-story { grid-template-columns: 1fr; }
  .design-image { height: 62vw; min-height: 470px; }
  .policy-grid, .contact-grid { gap: 60px; }
}

@media (max-width: 700px) {
  :root { --header-h: 66px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .site-header { background: rgba(95,43,31,.94); }
  .site-header.is-scrolled { height: 62px; }
  .brand { gap: 8px; }
  .brand-logo { width: 154px; max-height: 48px; }
  .brand-mark { width: 36px; height: 36px; font-size: 25px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 6px; }
  .menu-toggle { width: 44px; height: 44px; padding: 8px; }
  .drawer-panel { width: 86vw; padding: 24px 22px max(24px, env(safe-area-inset-bottom)); }
  .drawer-nav { margin-top: 64px; }
  .drawer-nav a { padding: 17px 0; font-size: 21px; }

  .hero { min-height: 760px; height: 100svh; max-height: none; }
  .hero-image { background-size: cover; background-position: 56% top; }
  .hero-shade { background: linear-gradient(0deg, rgba(14,24,28,.94) 0%, rgba(30,31,27,.7) 54%, rgba(58,31,22,.28) 100%); }
  .hero-content { padding-top: 130px; padding-bottom: 36px; }
  .hero .eyebrow { font-size: 9px; min-height: 34px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); line-height: .86; }
  .hero-lead { margin-top: 22px; font-size: 15px; line-height: 1.6; }
  .hero-cta { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .hero-cta .btn { width: 100%; }
  .hero-meta { margin-top: 28px; }
  .hero-meta div { padding: 16px 8px 0 0; }
  .hero-meta strong { font-size: 27px; }
  .hero-meta span { font-size: 8px; line-height: 1.35; }
  .hero-scroll { display: none; }

  .section-heading h2, .location-copy h2, .design-copy h2, .contact-copy h2 { font-size: clamp(45px, 13vw, 62px); }
  .intro-grid { gap: 34px; }
  .intro-copy .lead { font-size: 17px; }
  .stats-grid { margin-top: 55px; }
  .stats-grid article { min-height: 190px; padding: 20px 15px; }
  .stats-grid strong { margin-top: 28px; font-size: 20px; }
  .stats-grid p { font-size: 10px; }
  .visual-break { height: 72vh; min-height: 480px; }
  .visual-break img { object-position: 55% center; }
  .visual-caption { left: 18px; bottom: 24px; }
  .visual-caption strong { font-size: 34px; }
  .video-story-grid { gap: 50px; }
  .video-copy h2 { font-size: clamp(45px, 13vw, 62px); }
  .video-device { width: min(92vw, 390px); }
  .video-device::after { inset: -11px; border-radius: 42px; }
  .video-points span { font-size: 10px; }
  .boutique-gallery { width: 100vw; margin-left: calc(50% - 50vw); grid-template-columns: 1fr 1fr; gap: 4px; }
  .boutique-gallery figure { min-height: 0; grid-row: auto; }
  .boutique-gallery figcaption { left: 14px; right: 14px; bottom: 13px; }
  .boutique-gallery figcaption strong { font-size: 19px; }

  .location-media { width: 100vw; margin-left: calc(50% - 50vw); }
  .location-media::before { display: none; }
  .location-media img { min-height: 0; height: auto; border-radius: 0; }
  .location-grid { gap: 45px; }
  .facts-grid div { min-height: 135px; padding: 17px 13px; }
  .facts-grid strong { font-size: 18px; }

  .tabs { margin-top: 35px; }
  .tab-list { grid-template-columns: repeat(2, 1fr); width: 100vw; margin-left: calc(50% - 50vw); gap: 10px; padding: 16px; }
  .tab-list .tab-button:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .tab-list-four .tab-button:last-child { grid-column: auto !important; }
  .tab-button { min-height: 56px; padding: 8px 10px; font-size: 10px; }
  .tab-stage { width: 100vw; margin-left: calc(50% - 50vw); border-left: 0; border-right: 0; }
  .panel-heading { display: grid; padding: 25px 18px 4px; }
  .panel-heading h3 { font-size: 34px; }
  .tab-panel-media { padding: 12px 0 22px; overflow: auto; }
  .tab-panel-media img { width: 100%; max-width: none; height: auto; padding: 0; }
  .layout-stage { width: 100vw; margin-left: calc(50% - 50vw); }
  .layout-scroller { grid-auto-columns: 86vw; gap: 12px; padding: 8px 16px 20px; }
  .layout-card { grid-template-columns: 105px 1fr; min-height: 440px; }
  .layout-card > div { padding: 23px 12px; }
  .layout-card h3 { font-size: 44px; }
  .layout-card p { font-size: 9px; }
  .swipe-hint { display: block; }

  .amenity-gallery { width: 100vw; margin-left: calc(50% - 50vw); grid-template-columns: 1fr; gap: 5px; }
  .amenity-gallery .gallery-wide { grid-column: auto; }
  .amenity-gallery figure, .amenity-gallery .gallery-wide { min-height: 62vw; }
  .amenity-gallery figcaption { left: 17px; bottom: 16px; font-size: 21px; }
  .design-image { height: 80vw; min-height: 360px; }
  .design-copy { padding: 65px 18px; }
  .policy-cards article { padding: 88px 20px 24px; }
  .policy-cards article > span { left: 20px; top: 23px; }
  .development-partners { width: 100vw; margin-left: calc(50% - 50vw); }
  .development-partners figure { border-left: 0; border-right: 0; border-radius: 0; }
  .development-partners img { min-height: 190px; object-fit: cover; object-position: center; }
  .development-partners figcaption { display: grid; padding: 14px 18px; font-size: 9px; }
  .faq-list summary { font-size: 19px; }
  .faq-list details p { padding-right: 10px; font-size: 13px; }
  .lead-form { width: 100vw; margin-left: calc(50% - 50vw); padding: 30px 18px; }

  .contact-rail { display: none; }
  .mobile-dock { position: fixed; z-index: 180; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(16,35,56,.16); backdrop-filter: blur(12px); }
  .mobile-dock a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 7px; color: #fff; font-size: 14px; font-weight: 800; }
  .dock-call { background: #db2435; }
  .dock-zalo { background: #087ff5; }
  .lightbox { width: 100vw; max-height: 92dvh; padding: 50px 8px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
