/* ============================================================
   4S SECTOR 88, GURGAON — PAGE STYLES
   Recolored to match the 4sprojects.co.in portfolio site palette
   (cream / navy / gold / sage, Cormorant Garamond + DM Sans) so
   this inner page reads as part of the same brand system.
   Layout, blueprint dimension-line motif and structure unchanged.
   ============================================================ */

:root {
  --ink:        #3E4095;   /* navy — was ink, now matches portfolio's dark anchor */
  --pine:       #3E4095;   /* navy — headings / primary accent */
  --pine-mid:   #4F52AC;   /* navy-mid, hovers */
  --stone:      #FAF7F2;   /* cream */
  --stone-mid:  #F0EBE1;   /* sand */
  --stone-dp:   #E4D9CA;   /* sand-deep */
  --moss:       #7A8C6E;   /* sage */
  --moss-lt:    #A8BA9A;   /* sage-light */
  --brick:      #C5924A;   /* gold — primary CTA / price accent */
  --brick-lt:   #E0AC70;   /* gold-light */
  --brass:      #E0AC70;   /* gold-light — dividers / dashed accents */
  --white:      #FFFFFF;
  --text-mid:   #4A5568;
  --text-lt:    #718096;
  --border:     #E2D9CC;
  --border-lt:  #EDE6DD;

  --shadow-xs: 0 1px 4px rgba(62,64,149,0.06);
  --shadow-sm: 0 2px 12px rgba(62,64,149,0.08);
  --shadow-md: 0 8px 32px rgba(62,64,149,0.12);
  --shadow-lg: 0 20px 60px rgba(62,64,149,0.16);

  --radius-sm: 6px;
  --radius:    12px;
  --ease: cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--stone);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* ── TYPE ── */
.display { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1.08; }
.display em { font-style: italic; color: var(--brick); }

/* Eyebrow: architectural annotation, not a symmetric dash-rule label */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--brick); margin-bottom: 16px;
}
.eyebrow::before { content: ''; width: 8px; height: 8px; border: 1.5px solid var(--brick); transform: rotate(45deg); flex-shrink: 0; }

.section-head { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.section-head p { font-size: 14.5px; color: var(--text-mid); line-height: 1.8; }
.section-title { font-size: clamp(28px, 2.7vw, 44px); color: var(--pine); margin-bottom: 6px; }

/* Signature divider: a dimension line, like a blueprint measurement */
.dim-line { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 16px auto 26px; width: fit-content; }
.dim-line span { font-size: 10.5px; letter-spacing: 1.5px; color: var(--moss); text-transform: uppercase; white-space: nowrap; }
.dim-line::before, .dim-line::after { content: ''; width: 44px; height: 1px; background: var(--brass); position: relative; }
.dim-line::before { border-left: 1px solid var(--brass); }
.dim-line::after { border-right: 1px solid var(--brass); }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.4px; border-radius: var(--radius-sm); transition: all .25s var(--ease); white-space: nowrap; }
.btn--brick { background: var(--brick); color: var(--white); }
.btn--brick:hover { background: var(--pine); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--pine  { background: var(--pine); color: var(--white); }
.btn--pine:hover { background: var(--ink); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--outline { background: transparent; color: var(--pine); border: 1.5px solid var(--border-dp, var(--stone-dp)); }
.btn--outline:hover { border-color: var(--brick); background: var(--brick); color: var(--white); }
.btn--wa { background: #25D366; color: var(--white); }
.btn--wa:hover { background: #1EB356; }
.btn--sm { padding: 10px 18px; font-size: 12px; }
.btn--ghost-light { background: rgba(255,255,255,0.10); color: var(--white); border: 1.5px solid rgba(255,255,255,0.4); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.7); }

/* ── HEADER ── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(244,241,231,0.96); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border-lt); transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 2px 18px rgba(27,43,34,0.10); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo img { height: 70px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 12.5px; font-weight: 500; color: var(--text-mid); transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--brick); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-phone { display: flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--pine); padding: 8px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.nav-phone i { color: var(--brick); font-size: 11px; }
.nav-toggle { display: none; font-size: 20px; color: var(--pine); }

/* ── BREADCRUMB ── */
.breadcrumb-bar { background: var(--stone-mid); padding: 12px 0; margin-top: 0px; border-bottom: 1px solid var(--border-lt); }
.breadcrumb-bar ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; font-size: 12.5px; color: var(--text-mid); }
.breadcrumb-bar a { color: var(--moss); font-weight: 500; }
.breadcrumb-bar a:hover { color: var(--brick); }
.breadcrumb-bar li:not(:last-child)::after { content: '/'; margin-left: 8px; color: var(--text-lt); }
.breadcrumb-bar li[aria-current] { color: var(--ink); font-weight: 600; }

/* ── HERO ── */
.hero { position: relative; min-height: 74vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,43,34,0.25) 0%, rgba(27,43,34,0.55) 55%, rgba(27,43,34,0.94) 100%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 60px 0 50px; }
.hero-content h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5.6vw, 68px); font-weight: 500; color: var(--white); margin-bottom: 16px; }
.hero-content h1 em { font-style: italic; color: var(--brass); }
.hero-loc { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--brass); margin-bottom: 10px; font-weight: 600; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.h-tag { background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22); color: var(--white); font-size: 12.5px; font-weight: 600; padding: 8px 16px; border-radius: 3px; }
.h-tag.price { background: var(--brick); border-color: var(--brick); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 10px; }

/* ── INFO STRIP (blueprint dimension bar) ── */
.info-strip { background: var(--pine); padding: 0; }
.info-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.info-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 18px 10px; text-align: center; border-left: 1px dashed rgba(255,255,255,0.18); }
.info-item:first-child { border-left: none; }
.info-item .num { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--brass); }
.info-item .lbl { font-size: 11px; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 0.6px; }

/* ── OVERVIEW ── */
.overview { background: var(--white); padding: 92px 0; }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.overview-text p { font-size: 15px; color: var(--text-mid); line-height: 1.85; margin-bottom: 16px; }
.overview-img { position: relative; }
.overview-img img { width: 100%; aspect-ratio: 4/4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); position: relative; z-index: 1; }
.overview-img::before { content: ''; position: absolute; inset: -16px -16px auto auto; top: -16px; right: -16px; width: 70%; height: 70%; border: 1.5px dashed var(--brass); border-radius: var(--radius); z-index: 0; }

/* ── HIGHLIGHTS ── */
.highlights { background: var(--stone-mid); padding: 80px 0; }
.highlights-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.h-card { background: var(--white); border: 1px solid var(--border-lt); border-radius: var(--radius); padding: 30px 20px; text-align: center; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.h-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--brass); }
.h-icon { width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 14px; background: rgba(166,90,52,0.10); border: 1px solid rgba(166,90,52,0.25); display: flex; align-items: center; justify-content: center; color: var(--brick); font-size: 19px; }
.h-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 600; color: var(--pine); margin-bottom: 6px; }
.h-card p { font-size: 12px; color: var(--text-mid); text-transform: uppercase; letter-spacing: 0.4px; }

/* ── PRICE ── */
.price-sec { background: var(--white); padding: 92px 0; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; max-width: 720px; margin: 0 auto; }
.price-card { background: var(--stone); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 26px; text-align: center; transition: all .3s var(--ease); }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--brass); }
.price-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--pine); margin-bottom: 10px; }
.price-card .amt { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 600; color: var(--brick); margin-bottom: 6px; }
.price-card .amt small { font-size: 12.5px; font-family: 'DM Sans'; color: var(--text-lt); font-weight: 400; }
.price-card .meta { font-size: 13px; color: var(--text-mid); margin-bottom: 22px; }
.price-card .btn { width: 100%; justify-content: center; }
.price-note { text-align: center; font-size: 12.5px; color: var(--text-lt); margin-top: 26px; }

/* ── AMENITIES ── */
.amenities { background: var(--stone-mid); padding: 92px 0; }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.a-card { background: var(--white); border: 1px solid var(--border-lt); border-radius: var(--radius); padding: 28px 16px; text-align: center; transition: all .25s var(--ease); }
.a-card:hover { border-color: var(--brass); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.a-icon { width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 14px; background: rgba(90,114,99,0.12); display: flex; align-items: center; justify-content: center; color: var(--moss); font-size: 18px; }
.a-card p { font-size: 12.5px; font-weight: 500; color: var(--ink); }

/* ── FLOOR PLANS ── */
.floorplans { background: var(--white); padding: 92px 0; }
.fp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.fp-card { background: var(--stone); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all .3s var(--ease); }
.fp-card:hover { box-shadow: var(--shadow-md); border-color: var(--brass); }
.fp-img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.fp-img img { width: 100%; height: 100%; object-fit: cover; filter: blur(5px); }
.fp-body { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.fp-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--pine); }
.fp-body span { font-size: 12.5px; color: var(--text-lt); }

/* ── GALLERY ── */
.gallery { background: var(--stone-mid); padding: 92px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-grid a { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-xs); display: block; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.gallery-grid a:hover img { transform: scale(1.06); }

/* ── LOCATION ── */
.location { background: var(--white); padding: 92px 0; }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.loc-point { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px dashed var(--border); }
.loc-point:first-child { padding-top: 0; }
.lp-left { display: flex; align-items: center; gap: 12px; }
.lp-icon { width: 32px; height: 32px; border-radius: 6px; flex-shrink: 0; background: rgba(183,154,98,0.15); display: flex; align-items: center; justify-content: center; color: var(--brass); font-size: 12px; }
.lp-left p { font-size: 13.5px; color: var(--text-mid); }
.lp-time { font-size: 12px; font-weight: 700; color: var(--pine); background: var(--stone-mid); padding: 5px 12px; border-radius: 50px; white-space: nowrap; }
.loc-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.loc-img-wrap iframe, .loc-img-wrap img { width: 100%; height: 100%; object-fit: cover; border: 0; }

/* ── ABOUT DEVELOPER ── */
.about-dev { background: var(--stone-mid); padding: 92px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-text p { font-size: 14.5px; color: var(--text-mid); line-height: 1.85; margin-bottom: 14px; }

/* ── FAQ ── */
.faq { background: var(--white); padding: 92px 0; }
.faq-wrap { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--stone); border: 1px solid var(--border-lt); border-radius: var(--radius); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq-item:hover { border-color: var(--brass); }
.faq-item[open] { border-color: var(--brass); box-shadow: var(--shadow-sm); background: var(--white); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; list-style: none; font-family: 'Cormorant Garamond', serif; font-size: 16.5px; font-weight: 600; color: var(--pine); }
.faq-q::-webkit-details-marker { display: none; }
.faq-icon { width: 26px; height: 26px; flex-shrink: 0; border: 1.5px solid var(--brass); display: flex; align-items: center; justify-content: center; color: var(--brick); font-size: 12px; transition: transform .3s var(--ease), background .25s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--brick); color: var(--white); border-color: var(--brick); }
.faq-a { padding: 0 22px 20px; font-size: 13.5px; color: var(--text-mid); line-height: 1.8; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--ink); padding: 60px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 3.2vw, 34px); font-weight: 500; color: var(--white); margin-bottom: 6px; }
.cta-text p { font-size: 13.5px; color: rgba(255,255,255,0.7); }
.cta-btns { display: flex; flex-wrap: wrap; gap: 10px; }

/* ── CONTACT ── */
.contact { background: var(--stone-mid); padding: 92px 0; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
.contact-text p { font-size: 14.5px; color: var(--text-mid); line-height: 1.8; margin-bottom: 14px; }
.contact-details { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.c-detail { display: flex; align-items: center; gap: 12px; }
.c-icon { width: 34px; height: 34px; border-radius: 6px; background: var(--white); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--brick); font-size: 13px; flex-shrink: 0; }
.c-text span { display: block; }
.c-text span:first-child { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--text-lt); margin-bottom: 2px; }
.c-text span:last-child { font-size: 14px; font-weight: 500; color: var(--pine); }
.contact-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; }
.contact-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--pine); margin-bottom: 4px; }
.contact-card .sub { font-size: 12.5px; color: var(--text-lt); margin-bottom: 22px; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: 11.5px; font-weight: 600; color: var(--text-mid); margin-bottom: 5px; }
.field input { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 13px; font-family: 'DM Sans'; color: var(--ink); background: var(--stone); outline: none; transition: border-color .2s; }
.field input:focus { border-color: var(--brass); background: var(--white); }
.submit-btn { width: 100%; padding: 13px; background: var(--brick); color: var(--white); border-radius: var(--radius-sm); font-size: 13px; font-weight: 700; transition: all .22s; }
.submit-btn:hover { background: var(--pine); transform: translateY(-1px); }
.consent { display: flex; align-items: flex-start; gap: 8px; margin-top: 12px; }
.consent input { margin-top: 3px; accent-color: var(--brick); flex-shrink: 0; }
.consent p, .consent label { font-size: 10.5px; color: var(--text-lt); line-height: 1.6; }

/* ── FOOTER ── */
.footer { background: var(--ink); padding: 56px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo img { height: 28px; filter: brightness(0) invert(1) opacity(0.75); margin-bottom: 14px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.75; max-width: 240px; }
.footer-socials { display: flex; gap: 8px; margin-top: 18px; }
.f-social { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); font-size: 12px; transition: all .2s; }
.f-social:hover { background: var(--brick); border-color: var(--brick); color: var(--white); }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(183,154,98,0.6); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color .2s; }
.footer-col ul li a:hover { color: var(--brass); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom p, .footer-bottom a { font-size: 11.5px; color: rgba(255,255,255,0.32); }
.footer-links { display: flex; gap: 20px; }
.footer-disclaimer { font-size: 10.5px; color: rgba(255,255,255,0.22); line-height: 1.7; margin-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 14px; }

/* ── FLOATING BUTTONS + STICKY MOBILE BAR ── */
.float-wa { position: fixed; bottom: 84px; right: 22px; z-index: 997; width: 50px; height: 50px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 22px; box-shadow: var(--shadow-md); transition: transform .22s; }
.float-wa:hover { transform: scale(1.08); }
.float-call { position: fixed; bottom: 22px; right: 22px; z-index: 997; width: 50px; height: 50px; background: var(--brick); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 16px; box-shadow: var(--shadow-md); transition: transform .22s; }
.float-call:hover { transform: scale(1.08); background: var(--pine); }
.sticky-mob { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); padding: 10px 14px 14px; z-index: 998; gap: 7px; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); }
.sticky-mob a { flex: 1; padding: 11px 6px; border-radius: var(--radius-sm); font-size: 12px; font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; gap: 5px; }
.s-call { background: var(--brick); color: var(--white) !important; }
.s-enq { background: var(--pine); color: var(--white) !important; }
.s-wa { background: #25D366; color: var(--white) !important; }

/* ── MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(27,43,34,0.6); backdrop-filter: blur(6px); z-index: 9999; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal-box { background: var(--white); border-radius: var(--radius); width: 100%; max-width: 400px; overflow: hidden; box-shadow: var(--shadow-lg); animation: pop .28s var(--ease) both; }
@keyframes pop { from { opacity: 0; transform: scale(.94) translateY(12px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.modal-head { background: var(--pine); padding: 22px 24px; position: relative; }
.modal-head h3 { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.modal-head p { font-size: 12px; color: rgba(255,255,255,0.65); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.15); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 11px; transition: background .18s; }
.modal-close:hover { background: rgba(255,255,255,0.28); }
.modal-body { padding: 22px; }
.m-note { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 10px; font-size: 10.5px; color: var(--text-lt); }
.m-note i { color: var(--brick); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .overview-grid, .loc-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .overview-img { order: -1; max-width: 440px; margin: 0 auto; }
  .highlights-grid, .info-strip .container { grid-template-columns: repeat(2, 1fr); }
  .info-item:nth-child(3) { border-left: none; }
  .amenities-grid { grid-template-columns: repeat(3, 1fr); }
  .fp-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--stone); border-bottom: 1px solid var(--border-lt); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 32px 16px; box-shadow: var(--shadow-sm); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 0; width: 100%; border-bottom: 1px solid var(--border-lt); }
  .nav-toggle { display: block; }
}
@media (max-width: 768px) {
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .float-wa, .float-call { display: none; }
  .sticky-mob { display: flex; }
  body { padding-bottom: 68px; }
}
@media (max-width: 480px) {
  .hero-content h1 { font-size: 34px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { justify-content: center; }
  .info-strip .container { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 22px 16px; }
}
@media (max-width: 768px) {
  .nav-phone {
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
  }
  .nav-phone span { display: none; }
}
.overview-img img {
  width: 100%;
  aspect-ratio: 4/4;
  max-height: 450px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
}
/* ── WHY INVEST (append to style.css) ── */
.why-invest { background: var(--stone-mid); padding: 92px 0; }
.why-invest .section-head { max-width: 780px; }

.why-subhead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  color: var(--pine);
  margin: 44px 0 22px;
  text-align: center;
}
.why-invest > .container > .reason-grid:first-of-type .why-subhead,
.reason-grid + .who-buy .why-subhead { margin-top: 0; }

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.reason-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius);
  padding: 22px;
  transition: all .25s var(--ease);
}
.reason-item:hover { border-color: var(--brass); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.reason-item i { color: var(--brick); font-size: 18px; margin-top: 2px; flex-shrink: 0; }
.reason-item strong { display: block; font-size: 14.5px; color: var(--ink); margin-bottom: 4px; }
.reason-item p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

.who-buy { margin-top: 20px; }
.who-buy > p { max-width: 780px; margin: 0 auto 6px; text-align: center; font-size: 14.5px; color: var(--text-mid); line-height: 1.8; }
.who-buy-lede { font-weight: 600; color: var(--pine) !important; margin-bottom: 22px !important; }

.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.who-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius);
  padding: 20px;
}
.who-item i {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(90,114,99,0.12);
  color: var(--moss);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.who-item p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
.who-item strong { color: var(--ink); }

.why-conclusion { max-width: 780px; margin: 40px auto 0; text-align: center; }
.why-conclusion p { font-size: 14.5px; color: var(--text-mid); line-height: 1.85; }

@media (max-width: 1024px) {
  .reason-grid, .who-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .reason-grid, .who-grid { grid-template-columns: 1fr; }
}