:root {
  --ink: #101723;
  --ink-2: #192231;
  --ivory: #f4f0e8;
  --paper: #fbfaf6;
  --gold: #c7a267;
  --gold-light: #e3ca9a;
  --text: #202a37;
  --muted: #6d7278;
  --line: rgba(22, 30, 42, .16);
  --blue-texture: url('./assets/maison-privee-blue-texture.webp');
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Be Vietnam Pro", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--paper); font: 400 16px/1.65 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 78px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(rgba(8, 15, 27, .78), rgba(8, 15, 27, .78)), var(--blue-texture) center 46%/cover; color: white; position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: flex; gap: 12px; align-items: center; }
.brand-logo { width: 76px; height: 43px; object-fit: cover; object-position: center; border: 1px solid rgba(227,202,154,.5); }
.brand strong, .brand small { display: block; letter-spacing: .14em; }
.brand strong { font: 600 17px var(--serif); }
.brand small { color: #cfc7b9; font-size: 9px; margin-top: 1px; }
nav { display: flex; gap: clamp(13px, 1.7vw, 26px); align-items: center; font-size: 12px; letter-spacing: .035em; white-space: nowrap; }
nav a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); color: var(--gold-light); padding: 9px 14px; }

.hero { min-height: 820px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 430px); gap: clamp(34px, 5vw, 72px); align-items: center; padding: 125px clamp(22px, 5vw, 76px) 70px; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(8,14,22,.93) 0%, rgba(8,14,22,.76) 42%, rgba(8,14,22,.28) 72%, rgba(8,14,22,.57) 100%), linear-gradient(0deg, rgba(8,14,22,.6), transparent 40%); }
.hero-copy, .lead-card { position: relative; z-index: 2; }
.hero-copy { max-width: 730px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); letter-spacing: .22em; font-size: 12px; font-weight: 600; }
.hero h1 { font: 500 clamp(54px, 6.1vw, 90px)/.9 var(--serif); letter-spacing: -.02em; margin: 0 0 28px; }
.hero h1 em, h2 em { font-weight: 500; color: var(--gold-light); }
.hero-lead { max-width: 630px; color: #e6e3dd; font-size: 17px; line-height: 1.8; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-facts span { color: #d8d6d1; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-facts b { color: var(--gold-light); font: 600 26px var(--serif); margin-right: 7px; }

.lead-card { background: rgba(250,248,242,.97); color: var(--text); padding: 34px; box-shadow: 0 30px 70px rgba(0,0,0,.3); border-top: 3px solid var(--gold); backdrop-filter: blur(8px); }
.lead-card h2 { font: 600 37px/1.05 var(--serif); margin: 0 0 10px; color: var(--ink); }
.lead-card > p { font-size: 13px; color: #65686b; line-height: 1.65; margin: 0 0 22px; }
.lead-card label { display: block; font-size: 12px; font-weight: 600; margin: 12px 0 5px; }
.lead-card input, .lead-card select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cdc7bb; border-radius: 0; background: white; color: var(--text); font: 400 14px var(--sans); outline: none; }
.lead-card input:focus, .lead-card select:focus { border-color: #9f7a43; box-shadow: 0 0 0 2px rgba(199,162,103,.18); }
.lead-card button { width: 100%; min-height: 53px; border: 0; margin-top: 19px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(rgba(7,14,25,.84), rgba(7,14,25,.84)), var(--blue-texture) center/cover; color: white; font: 600 13px var(--sans); letter-spacing: .08em; cursor: pointer; }
.lead-card button:hover { background: #25344a; }
.lead-card button:disabled { opacity: .65; cursor: wait; }
.privacy { font-size: 10px; line-height: 1.5; color: #7d7d7d; margin: 12px 0 0; }
.form-status { display: none; margin-top: 12px; padding: 10px; font-size: 12px; line-height: 1.5; }
.form-status.success { display: block; background: #e9f2e9; color: #26572d; }
.form-status.error { display: block; background: #f9e9e6; color: #8a332b; }
.honey { position: absolute !important; left: -9999px !important; }

.lead-popup[hidden] { display: none; }
.lead-popup { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 18px; }
.popup-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(5,10,18,.78); backdrop-filter: blur(6px); cursor: pointer; animation: popup-fade .24s ease-out both; }
.popup-panel { position: relative; width: min(100%, 410px); animation: popup-rise .3s ease-out both; }
.popup-card { width: 100%; max-height: calc(100vh - 50px); padding: 27px 28px 24px; overflow-y: auto; border-radius: 14px; }
.popup-card h2 { padding: 0; text-align: center; color: #172640; font: 700 24px/1.15 var(--sans); letter-spacing: -.025em; }
.popup-card > p { text-align: center; margin-bottom: 16px; }
.popup-card label { margin: 8px 0 4px; }
.popup-card input, .popup-card select { min-height: 43px; }
.popup-close { position: absolute; z-index: 3; top: -14px; left: -14px; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(16,23,35,.12); border-radius: 50%; background: #f4ebdf; box-shadow: 0 5px 16px rgba(0,0,0,.2); color: #6f6961; font: 500 20px/1 var(--sans); cursor: pointer; }
.popup-close:hover { color: var(--ink); }
.lead-card .popup-submit { min-height: 49px; margin-top: 14px; background: #c51f2d; color: #fff; box-shadow: 0 0 0 rgba(217,37,49,0); animation: popup-cta-pulse 1.15s ease-in-out infinite; }
.lead-card .popup-submit:hover { background: #df2733; }
body.popup-open { overflow: hidden; }
@keyframes popup-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes popup-rise { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes popup-cta-pulse { 0%, 100% { background: #b91e2b; box-shadow: 0 0 0 0 rgba(217,37,49,.18); transform: scale(1); } 50% { background: #ec2937; box-shadow: 0 0 24px 7px rgba(217,37,49,.4); transform: scale(1.015); } }

.section-pad { padding: clamp(78px, 9vw, 130px) clamp(22px, 7vw, 110px); }
.section-label { display: flex; align-items: center; gap: 16px; color: #8c7248; font-size: 11px; letter-spacing: .2em; font-weight: 600; margin-bottom: 52px; }
.section-label::after { content: ""; height: 1px; width: 90px; background: var(--line); }
.section-label span { font: 600 22px var(--serif); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: start; }
.intro h2, .amenities h2, .products h2, .floorplans h2 { font: 500 clamp(44px, 5vw, 70px)/.98 var(--serif); color: var(--ink); margin: 0; }
.intro h2 em, .amenities h2 em, .products h2 em, .floorplans h2 em { color: #a47c43; }
.intro-grid > div > p { font-size: 17px; line-height: 1.9; margin: 6px 0 38px; max-width: 610px; }
.distance-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); padding-top: 24px; }
.distance-row b, .distance-row span { display: block; }
.distance-row b { font: 600 34px var(--serif); color: #9a743e; }
.distance-row span { font-size: 11px; color: var(--muted); }
.location-map { position: relative; margin-top: clamp(48px, 6vw, 82px); margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); overflow: hidden; background: var(--ink); }
.location-map img { width: 100%; height: auto; }
.location-map figcaption { left: 20px; bottom: 14px; padding: 7px 10px; background: rgba(7,14,24,.72); color: #fff; }
.map-highlight { position: absolute; left: 37.7%; top: 35.8%; width: clamp(24px, 3.2vw, 54px); aspect-ratio: 1; transform: translate(-50%, -50%); border: 2px solid rgba(255,226,145,.95); border-radius: 50%; background: rgba(205,156,68,.22); box-shadow: 0 0 24px 9px rgba(255,199,91,.56); pointer-events: none; animation: map-glow 1.7s ease-in-out infinite; }
.map-highlight::before, .map-highlight::after { content: ""; position: absolute; inset: -3px; border: 2px solid rgba(255,220,133,.85); border-radius: inherit; animation: map-ripple 1.9s ease-out infinite; }
.map-highlight::after { animation-delay: .85s; }
.map-highlight i { position: absolute; inset: 36%; border-radius: 50%; background: #fff1bb; box-shadow: 0 0 12px 4px #e8b85f; }
@keyframes map-ripple { 0% { transform: scale(.55); opacity: .95; } 100% { transform: scale(2.8); opacity: 0; } }
@keyframes map-glow { 0%, 100% { box-shadow: 0 0 18px 7px rgba(255,199,91,.42); } 50% { box-shadow: 0 0 34px 15px rgba(255,199,91,.72); } }

.image-story { background: #ece7dd; display: grid; grid-template-columns: 1.3fr .7fr; min-height: 650px; }
.feature-image { margin: 0; min-height: 650px; position: relative; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
figure figcaption { position: absolute; left: 18px; bottom: 13px; color: rgba(255,255,255,.85); font-size: 9px; letter-spacing: .08em; text-shadow: 0 1px 8px #000; }
.story-copy { padding: clamp(55px, 8vw, 120px) clamp(28px, 6vw, 90px); align-self: center; }
.eyebrow.dark { color: #926e3c; }
.story-copy h2 { font: 500 clamp(42px, 4.2vw, 64px)/1.02 var(--serif); color: var(--ink); margin: 0 0 26px; }
.story-copy p:not(.eyebrow) { color: #62666c; line-height: 1.9; }
.story-copy a { display: inline-flex; gap: 28px; border-bottom: 1px solid #9d7a45; margin-top: 22px; padding-bottom: 7px; color: #7e5d30; font-size: 13px; font-weight: 600; }

.privileges { background: linear-gradient(rgba(8,15,27,.83), rgba(8,15,27,.83)), var(--blue-texture) center/cover fixed; color: #ebe8e2; }
.section-label.light { color: var(--gold-light); }
.section-label.light::after { background: rgba(255,255,255,.18); }
.privilege-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.privilege-head h2 { font: 500 clamp(45px, 5.4vw, 75px)/.98 var(--serif); margin: 0; }
.privilege-head p { color: #aeb5bf; max-width: 430px; }
.privilege-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); margin: 68px 0; }
.privilege-grid article { background: rgba(10,18,31,.76); padding: 30px 25px 36px; min-height: 225px; backdrop-filter: blur(2px); }
.privilege-grid article > span { color: var(--gold); font: 500 18px var(--serif); }
.privilege-grid h3 { font: 500 26px/1.1 var(--serif); margin: 30px 0 12px; }
.privilege-grid p { color: #aeb5bf; font-size: 13px; line-height: 1.7; }
.gallery-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.gallery-row figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.22/1; }
.gallery-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-row figure:hover img { transform: scale(1.025); }

.amenities { background: #e9e3d9; }
.amenities-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 9vw; align-items: end; }
.amenities-head > p { color: var(--muted); line-height: 1.85; margin: 0; }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.amenity-card { min-width: 0; background: var(--paper); box-shadow: 0 12px 34px rgba(16,23,35,.07); overflow: hidden; }
.amenity-card img { width: 100%; aspect-ratio: 1.7 / 1; object-fit: cover; transition: transform .55s ease; }
.amenity-card:hover img { transform: scale(1.025); }
.amenity-card > div { padding: 24px 25px 28px; }
.amenity-card span { color: #9b743d; font: 600 18px var(--serif); }
.amenity-card h3 { color: var(--ink); font: 600 25px/1.12 var(--serif); margin: 15px 0 10px; }
.amenity-card p { color: #676c72; font-size: 13px; line-height: 1.7; margin: 0; }

.products { background: var(--ivory); }
.products-head { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; align-items: end; }
.products-head > p { color: var(--muted); line-height: 1.85; }
.tower-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 62px; }
.tower-card { background: #fff; padding: 34px 38px; border: 1px solid rgba(16,23,35,.09); }
.tower-card.featured { background: linear-gradient(rgba(9,17,29,.83), rgba(9,17,29,.83)), var(--blue-texture) center/cover; color: white; }
.tower-title { display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.featured .tower-title { border-color: rgba(255,255,255,.14); }
.tower-title span { grid-row: 1; font-size: 10px; letter-spacing: .18em; }
.tower-title b { grid-row: 1 / span 2; font: 600 78px/.8 var(--serif); color: #a98249; }
.tower-title small { grid-column: 1; font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.featured .tower-title small { color: #abb2bb; }
.tower-card ul { list-style: none; margin: 20px 0; padding: 0; }
.tower-card li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.featured li { border-color: rgba(255,255,255,.12); }
.tower-card li b { color: #9a7139; font-weight: 600; }
.featured li b { color: var(--gold-light); }
.tower-card > p { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.featured > p { color: #afb5bd; }
.center-cta { text-align: center; margin-top: 48px; }
.center-cta p { color: var(--muted); }
.center-cta a { display: inline-flex; gap: 30px; align-items: center; padding: 14px 24px; background: linear-gradient(rgba(7,14,25,.84), rgba(7,14,25,.84)), var(--blue-texture) center/cover; color: white; font-size: 13px; }

.floorplans { background: #e9e3d9; }
.floorplans-head { display: grid; grid-template-columns: 1fr .8fr; gap: 9vw; align-items: end; }
.floorplans-head > p { color: #5f646b; line-height: 1.9; margin: 0; }
.floorplan-list { display: grid; gap: 24px; margin-top: 62px; }
.floorplan-list figure { position: relative; margin: 0; overflow: hidden; background: #fff; border: 1px solid rgba(16,23,35,.1); box-shadow: 0 16px 42px rgba(16,23,35,.08); }
.floorplan-list img { width: 100%; height: auto; }
.floorplan-list figcaption { left: 18px; bottom: 16px; padding: 8px 11px; background: rgba(7,14,24,.8); color: #fff; }
.floorplans-cta { display: flex; justify-content: center; margin-top: 42px; }
.floorplans-cta a { min-width: min(100%, 360px); padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(rgba(7,14,25,.84), rgba(7,14,25,.84)), var(--blue-texture) center/cover; color: white; font-size: 13px; letter-spacing: .06em; }

.developer { background: var(--paper); }
.developer-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 120px); align-items: stretch; }
.developer-signature { min-height: 470px; padding: clamp(42px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(rgba(7,14,25,.76), rgba(7,14,25,.76)), var(--blue-texture) center/cover; color: white; }
.developer-signature span { color: var(--gold-light); font-size: 12px; letter-spacing: .32em; }
.developer-signature strong { font: 500 clamp(52px, 6vw, 84px)/.95 var(--serif); margin: 8px 0 32px; }
.developer-signature p { color: #cfd4db; font: 500 25px/1.25 var(--serif); margin: 0; }
.developer-copy { align-self: center; }
.developer-copy h2 { font: 500 clamp(44px, 4.8vw, 68px)/1 var(--serif); color: var(--ink); margin: 0 0 28px; }
.developer-copy h2 em { color: #9b743d; }
.developer-copy > p:not(.eyebrow) { color: #60656d; font-size: 16px; line-height: 1.9; max-width: 760px; }
.developer-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 38px; background: rgba(16,23,35,.14); }
.developer-facts div { background: var(--paper); padding: 20px 15px; }
.developer-facts b, .developer-facts span { display: block; }
.developer-facts b { color: #936d38; font: 600 25px var(--serif); }
.developer-facts span { color: var(--muted); font-size: 10px; margin-top: 3px; }

.consultant { display: grid; grid-template-columns: minmax(360px, .9fr) 1.1fr; background: #e9e2d7; }
.consultant-photo { min-height: 650px; overflow: hidden; }
.consultant-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.consultant-copy { align-self: center; padding: 70px clamp(30px, 8vw, 120px); max-width: 820px; }
.consultant-copy h2 { font: 500 clamp(54px, 6vw, 82px)/.88 var(--serif); color: var(--ink); margin: 0 0 32px; }
.consultant-copy h2 em { color: #9c753e; }
.consultant-copy > p:not(.eyebrow) { color: #62666c; font-size: 17px; line-height: 1.9; max-width: 620px; }
.consultant-links { display: flex; gap: 38px; margin: 34px 0; padding: 22px 0; border-block: 1px solid rgba(16,23,35,.14); }
.consultant-links a span, .consultant-links a b { display: block; }
.consultant-links a span { color: #7b7e82; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.consultant-links a b { color: var(--ink); font-size: 17px; margin-top: 3px; }
.consultant-cta { width: min(100%, 310px); padding: 15px 18px; background: linear-gradient(rgba(7,14,25,.84), rgba(7,14,25,.84)), var(--blue-texture) center/cover; color: white; display: flex; justify-content: space-between; font-size: 13px; }

.final-cta { min-height: 370px; padding: 75px clamp(22px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: white; position: relative; background: linear-gradient(90deg, rgba(9,15,24,.93), rgba(9,15,24,.68)), url('./assets/maison-privee-aerial.webp') center 46%/cover; }
.final-cta h2 { font: 500 clamp(42px, 5vw, 68px)/.98 var(--serif); margin: 0 0 18px; }
.final-cta > div > p:last-child { color: #d0d2d5; }
.final-cta > a { border: 1px solid var(--gold); color: var(--gold-light); min-width: 250px; padding: 17px 20px; display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .06em; }

footer { background: linear-gradient(rgba(6,11,19,.88), rgba(6,11,19,.88)), var(--blue-texture) center 68%/cover; color: #aeb3ba; padding: 46px clamp(22px, 7vw, 110px) 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 60px; font-size: 12px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font: 500 24px var(--serif); letter-spacing: .05em; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.footer-contact a:hover { color: var(--gold-light); }
.disclaimer { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; color: #737a84; font-size: 10px; line-height: 1.6; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { padding-top: 40px; }
  .lead-card { max-width: 650px; }
  .intro-grid, .privilege-head, .amenities-head, .products-head, .floorplans-head { grid-template-columns: 1fr; gap: 32px; }
  .image-story { grid-template-columns: 1fr; }
  .feature-image { min-height: 480px; }
  .consultant { grid-template-columns: .85fr 1.15fr; }
  .consultant-photo { min-height: 550px; }
  .privilege-grid { grid-template-columns: 1fr 1fr; }
  .developer-grid { grid-template-columns: 1fr; gap: 36px; }
  .developer-signature { min-height: 360px; }
  .gallery-row { grid-template-columns: 1fr 1fr; }
  .gallery-row figure:last-child { display: none; }
  .amenities-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .site-header { height: 68px; padding-inline: 16px; }
  nav { display: none; }
  .brand strong { font-size: 15px; }
  .brand-logo { width: 62px; height: 38px; }
  .brand small { display: none; }
  .privileges { background-attachment: scroll; }
  .hero { display: block; min-height: auto; padding: 118px 18px 48px; }
  .hero-image { height: 620px; }
  .hero-shade { height: 620px; background: linear-gradient(0deg, rgba(8,14,22,.96) 5%, rgba(8,14,22,.62) 65%, rgba(8,14,22,.35)); }
  .hero-copy { min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 24px; }
  .hero h1 { font-size: 53px; }
  .hero-lead { font-size: 15px; }
  .hero-facts { gap: 12px 18px; }
  .hero-facts b { font-size: 23px; }
  .lead-card { padding: 27px 22px; margin-inline: -2px; }
  .lead-card h2 { font-size: 33px; }
  .lead-popup { padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom)); align-items: center; }
  .popup-panel { width: min(calc(100vw - 20px), 390px); }
  .popup-card { max-height: calc(100dvh - 28px); margin: 0; padding: 38px 18px 18px; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .popup-card h2 { font-size: 20px; }
  .popup-card > p { font-size: 12px; line-height: 1.55; margin-bottom: 12px; }
  .popup-card label { margin-top: 7px; }
  .popup-card input, .popup-card select { min-height: 42px; font-size: 16px; }
  .popup-card .privacy { font-size: 9px; }
  .popup-close { top: 8px; left: 8px; width: 27px; height: 27px; font-size: 16px; box-shadow: 0 3px 10px rgba(0,0,0,.16); }
  .lead-card .popup-submit { min-height: 47px; padding-inline: 13px; font-size: 11px; }
  .section-pad { padding: 75px 20px; }
  .section-label { margin-bottom: 35px; }
  .intro h2, .amenities h2, .products h2, .floorplans h2, .privilege-head h2 { font-size: 45px; }
  .distance-row { grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
  .distance-row b { font-size: 28px; }
  .distance-row span { font-size: 9px; }
  .feature-image { min-height: 330px; }
  .story-copy { padding: 60px 22px 70px; }
  .story-copy h2 { font-size: 43px; }
  .privilege-grid { grid-template-columns: 1fr; margin: 46px 0; }
  .privilege-grid article { min-height: auto; }
  .developer-signature { min-height: 300px; padding: 42px 28px; }
  .developer-facts { grid-template-columns: 1fr 1fr; }
  .gallery-row { display: block; }
  .gallery-row figure { margin-bottom: 14px; aspect-ratio: 1.35/1; }
  .gallery-row figure:last-child { display: block; }
  .amenities-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .amenity-card h3 { font-size: 26px; }
  .tower-grid { grid-template-columns: 1fr; }
  .tower-card { padding: 28px 23px; }
  .floorplan-list { gap: 16px; margin-top: 44px; }
  .floorplan-list figcaption { position: static; padding: 10px 12px; background: var(--ink); text-shadow: none; }
  .floorplans-cta { margin-top: 30px; }
  .consultant { grid-template-columns: 1fr; }
  .consultant-photo { min-height: 520px; }
  .consultant-copy { padding: 58px 22px 66px; }
  .consultant-copy h2 { font-size: 60px; }
  .consultant-links { gap: 22px; flex-direction: column; }
  .final-cta { display: block; padding: 66px 22px; }
  .final-cta h2 { font-size: 46px; }
  .final-cta > a { margin-top: 32px; max-width: 280px; }
  footer { grid-template-columns: 1fr; padding: 42px 22px 32px; }
  .footer-contact { justify-content: flex-start; flex-direction: column; }
  .disclaimer { grid-column: auto; }
  .mobile-actions { position: fixed; z-index: 99; inset: auto 0 0; height: 64px; display: grid; grid-template-columns: .75fr .9fr 1.35fr; box-shadow: 0 -8px 25px rgba(0,0,0,.16); }
  .mobile-actions a { display: flex; gap: 6px; align-items: center; justify-content: center; color: white; font-size: 12px; font-weight: 600; }
  .mobile-actions .call { background: #243247; }
  .mobile-actions .zalo { background: #0a68cf; }
  .mobile-actions .zalo span { width: 21px; height: 21px; border-radius: 50%; background: white; color: #0a68cf; display: grid; place-items: center; font-weight: 700; }
  .mobile-actions .register { background: #a87c3e; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .map-highlight, .map-highlight::before, .map-highlight::after, .popup-backdrop, .popup-panel, .popup-submit { animation: none !important; }
}
