:root{
  --ink:#0b1823;
  --navy:#102738;
  --navy-2:#18364a;
  --steel:#557184;
  --blue-grey:#94aab6;
  --bronze:#b28b63;
  --bone:#f2f0eb;
  --paper:#fbfaf7;
  --white:#ffffff;
  --text:#18232d;
  --muted:#687580;
  --line:#dfe4e6;
  --soft-line:rgba(255,255,255,.16);
  --shadow:0 24px 70px rgba(9,23,34,.14);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
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,92vw);margin:0 auto}
.skip-link{position:fixed;left:14px;top:14px;z-index:9999;background:#fff;color:#000;padding:10px 14px;border-radius:8px;transform:translateY(-180%)}
.skip-link:focus{transform:none}
.utility-bar{background:var(--ink);color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-markets{color:#fff}
.site-header{position:sticky;top:0;z-index:60;background:rgba(251,250,247,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(11,24,35,.08)}
.header-inner{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;width:max-content}
.brand-symbol{width:42px;height:42px;border:1.5px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-family:Georgia,"Times New Roman",serif;font-size:17px;font-weight:700;letter-spacing:-.03em}
.brand-text{display:grid;line-height:1.05}
.brand-text strong{font-size:17px;letter-spacing:.01em;color:var(--ink)}
.brand-text small{margin-top:7px;font-size:9px;letter-spacing:.32em;color:var(--steel)}
.desktop-nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:700}
.desktop-nav a{position:relative;padding:10px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--bronze);transition:right .25s ease}
.desktop-nav a:hover:after{right:0}
.header-actions{justify-self:end;display:flex;align-items:center;gap:16px}
.text-cta{border:0;background:transparent;padding:10px 2px;font-size:13px;font-weight:800;cursor:pointer;position:relative}
.text-cta:after{content:"↗";margin-left:8px;color:var(--bronze)}
.menu-toggle{display:none;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{width:15px;height:1.5px;background:var(--ink)}
.mobile-nav{display:none}
.hero{position:relative;min-height:680px;overflow:hidden;background:var(--ink);color:#fff}
.hero-media,.hero-shade{position:absolute;inset:0}
.hero-media{background:url("../images/hero-residential.webp") center center/cover no-repeat;transform:scale(1.001)}
.hero-shade{background:linear-gradient(90deg,rgba(8,19,29,.92) 0%,rgba(8,19,29,.77) 34%,rgba(8,19,29,.32) 66%,rgba(8,19,29,.08) 100%),linear-gradient(180deg,rgba(8,19,29,.08),rgba(8,19,29,.38))}
.hero-inner{position:relative;z-index:2;min-height:680px;display:grid;grid-template-columns:minmax(0,760px) 1fr;align-items:end;gap:56px;padding-top:88px;padding-bottom:58px}
.hero-copy{align-self:center;padding-top:26px}
.kicker{display:inline-block;font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--steel)}
.kicker.light{color:#d7e1e7}
.hero h1{font-size:clamp(48px,6.5vw,82px);line-height:.98;letter-spacing:-.052em;margin:16px 0 22px;max-width:830px;font-weight:680}
.hero p{max-width:640px;margin:0;color:rgba(255,255,255,.78);font-size:17px;line-height:1.75}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button{border:1px solid transparent;min-height:48px;padding:0 20px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:20px;font-weight:800;font-size:12px;letter-spacing:.02em;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}
.button:hover{transform:translateY(-2px)}
.button-light{background:#fff;color:var(--ink);border-color:#fff}
.button-light:hover{background:#e8edf0;border-color:#e8edf0}
.button-ghost{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.48);color:#fff;backdrop-filter:blur(8px)}
.button-ghost:hover{background:rgba(255,255,255,.10)}
.button-dark{background:var(--ink);border-color:var(--ink);color:#fff}
.button-outline-light{background:transparent;border-color:rgba(255,255,255,.45);color:#fff}
.button-outline-light:hover{background:#fff;color:var(--ink)}
.hero-index{align-self:end;justify-self:end;width:250px;border-top:1px solid rgba(255,255,255,.42);padding-top:14px}
.hero-index-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.58);margin-bottom:10px}
.hero-index div{display:flex;align-items:flex-end;gap:16px}
.hero-index strong{font-size:46px;line-height:1;font-weight:650}
.hero-index small{font-size:11px;line-height:1.5;color:rgba(255,255,255,.66);padding-bottom:4px}
.section-pad{padding:108px 0}
.comparison{background:#fff}
.comparison-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.comparison h2,.section-intro h2,.guide h2,.faq h2,.closing-cta h2{margin:12px 0 0;font-size:clamp(36px,4.3vw,58px);line-height:1.04;letter-spacing:-.045em;font-weight:650;color:var(--ink)}
.comparison-copy>p{margin:0;color:var(--muted);font-size:17px;max-width:660px}
.steps{margin-top:38px;border-top:1px solid var(--line)}
.step{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}
.step>span{font-size:11px;letter-spacing:.12em;color:var(--bronze);font-weight:800}
.step div{display:flex;align-items:baseline;justify-content:space-between;gap:20px}
.step strong{font-size:16px;color:var(--ink)}
.step small{font-size:13px;color:var(--muted)}
.projects{background:var(--bone)}
.section-intro{display:grid;grid-template-columns:1fr .62fr;gap:60px;align-items:end;margin-bottom:62px}
.section-intro p{margin:0;color:var(--muted);max-width:450px;justify-self:end}
.market-label{display:flex;align-items:center;gap:18px;padding:16px 0;border-top:1px solid rgba(11,24,35,.16);border-bottom:1px solid rgba(11,24,35,.16);margin-bottom:24px}
.market-label>span{font-size:11px;letter-spacing:.14em;font-weight:800;color:var(--bronze)}
.market-label div{display:flex;align-items:baseline;justify-content:space-between;width:100%;gap:18px}
.market-label strong{font-size:18px;color:var(--ink)}
.market-label small{color:var(--muted)}
.bento-projects{display:grid;grid-template-columns:1.18fr .82fr;gap:18px;min-height:670px;margin-bottom:90px}
.project-feature{position:relative;min-height:670px;overflow:hidden;background:var(--ink)}
.project-media{position:absolute;inset:0}
.project-media img{height:100%;object-fit:cover;object-position:center 48%}
.project-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,17,25,.02) 38%,rgba(6,17,25,.88) 100%)}
.project-overlay{position:absolute;z-index:2;left:34px;right:34px;bottom:34px;color:#fff;max-width:560px}
.pill{display:inline-block;border:1px solid rgba(255,255,255,.5);padding:7px 10px;border-radius:999px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}
.micro-location{display:block;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--bronze);font-weight:800}
.project-overlay h3,.slice-copy h3,.band-copy h3{font-size:clamp(28px,3vw,45px);line-height:1.02;letter-spacing:-.035em;margin:8px 0 12px;font-weight:650}
.project-overlay p{margin:0 0 18px;color:rgba(255,255,255,.75);max-width:520px}
.inline-link{border:0;background:transparent;padding:0;color:#fff;font-weight:800;font-size:12px;cursor:pointer;display:inline-flex;gap:10px;align-items:center}
.inline-link.dark{color:var(--ink)}
.inline-link span{color:var(--bronze)}
.project-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.project-slice{display:grid;grid-template-columns:.48fr .52fr;background:#fff;min-height:326px;overflow:hidden}
.project-slice.reverse{grid-template-columns:.52fr .48fr}
.project-slice.reverse img{order:2}
.project-slice img{height:100%;object-fit:cover}
.slice-copy{padding:30px;align-self:end}
.slice-copy h3{font-size:30px;color:var(--ink)}
.slice-copy p{margin:0 0 18px;font-size:13px;color:var(--muted)}
.market-band{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px;margin-top:22px;overflow:hidden}
.market-band-dark{background:var(--navy);color:#fff}
.market-band-light{background:#fff;color:var(--ink)}
.band-image{min-height:520px;overflow:hidden}
.band-image img{height:100%;object-fit:cover}
.band-copy{position:relative;padding:60px;display:flex;flex-direction:column;justify-content:center}
.band-copy h3{font-size:clamp(38px,4.4vw,58px);margin-top:12px}
.market-band-dark .band-copy h3{color:#fff}
.band-copy>p{margin:0 0 28px;max-width:520px;color:var(--muted)}
.market-band-dark .band-copy>p{color:rgba(255,255,255,.7)}
.band-number{position:absolute;top:30px;right:36px;font-size:70px;line-height:1;font-weight:700;color:rgba(255,255,255,.06)}
.market-band-light .band-number{color:rgba(11,24,35,.05)}
.band-facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);margin-bottom:28px}
.market-band-light .band-facts{border-color:var(--line)}
.band-facts span{padding:16px 0}
.band-facts span+span{padding-left:24px;border-left:1px solid rgba(255,255,255,.16)}
.market-band-light .band-facts span+span{border-color:var(--line)}
.band-facts small{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:9px;color:var(--bronze)}
.band-facts strong{display:block;margin-top:5px;font-size:13px}
.locations{background:var(--ink);color:#fff}
.location-heading h2{color:#fff}
.location-heading p{color:rgba(255,255,255,.62)}
.location-mosaic{display:grid;grid-template-columns:1.3fr .7fr .7fr;grid-template-rows:290px 290px;gap:14px}
.location-tile{position:relative;overflow:hidden;background:var(--navy);min-height:0}
.location-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,17,25,.04) 38%,rgba(6,17,25,.84) 100%)}
.location-tile img{height:100%;object-fit:cover;transition:transform .55s ease}
.location-tile:hover img{transform:scale(1.025)}
.tile-bengaluru{grid-row:1/3}
.tile-hyderabad{grid-column:2/4}
.tile-sector{grid-column:2}
.tile-expressway{grid-column:3}
.tile-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:flex;align-items:flex-end;gap:16px;color:#fff}
.tile-copy>span{font-size:10px;letter-spacing:.12em;color:var(--bronze);font-weight:800;padding-bottom:4px}
.tile-copy strong{display:block;font-size:23px;line-height:1.08;letter-spacing:-.025em}
.tile-copy small{display:block;margin-top:5px;color:rgba(255,255,255,.68)}
.guide{background:#fff}
.guide-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:86px;align-items:start}
.guide-heading{position:sticky;top:130px}
.guide-heading p{color:var(--muted);max-width:460px}
.guide-list{border-top:1px solid var(--line)}
.guide-row{display:grid;grid-template-columns:58px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}
.guide-row>span{font-size:11px;letter-spacing:.14em;font-weight:800;color:var(--bronze);padding-top:3px}
.guide-row h3{margin:0 0 7px;font-size:22px;line-height:1.2;color:var(--ink)}
.guide-row p{margin:0;color:var(--muted);font-size:14px}
.faq{background:var(--bone)}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}
.faq-list{border-top:1px solid rgba(11,24,35,.16)}
.faq-list details{border-bottom:1px solid rgba(11,24,35,.16);padding:22px 0}
.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:700;color:var(--ink)}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{font-size:20px;font-weight:400;color:var(--bronze);transition:transform .2s ease}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list p{margin:14px 42px 0 0;color:var(--muted);font-size:14px}
.closing-cta{background:var(--navy-2);color:#fff;padding:72px 0}
.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.closing-cta h2{color:#fff;font-size:clamp(36px,4vw,52px);margin:14px 0 20px}
.closing-cta p{margin:0;max-width:860px;color:rgba(255,255,255,.72);line-height:1.75}
.footer{background:#08131c;color:rgba(255,255,255,.62);padding:62px 0 100px}
.footer-grid{display:grid;grid-template-columns:1.35fr .6fr .6fr;gap:60px}
.brand-footer .brand-symbol{border-color:#fff;color:#fff}
.brand-footer .brand-text strong{color:#fff}
.footer-note{max-width:430px;margin:24px 0 0;font-size:13px}
.footer h3{margin:0 0 14px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.footer a,.footer span,.footer button{display:block;margin:8px 0;font-size:13px}
.footer button{border:0;background:transparent;padding:0;color:rgba(255,255,255,.62);cursor:pointer}
.disclaimer{border-top:1px solid rgba(255,255,255,.10);margin-top:42px;padding-top:22px;font-size:11px;line-height:1.7;color:rgba(255,255,255,.46)}
.modal{position:fixed;inset:0;z-index:100;display:none;place-items:center}
.modal.open{display:grid}
.modal-backdrop{position:absolute;inset:0;background:rgba(3,10,16,.74);backdrop-filter:blur(5px)}
.modal-panel{position:relative;z-index:2;width:min(520px,92vw);background:#fff;padding:34px;box-shadow:var(--shadow)}
.modal-close{position:absolute;right:17px;top:11px;border:0;background:transparent;font-size:30px;cursor:pointer;color:var(--ink)}
.modal-panel h2{font-size:38px;line-height:1.05;letter-spacing:-.04em;margin:10px 0 12px;color:var(--ink)}
.modal-panel>p{margin:0 0 18px;color:var(--muted);font-size:14px}
.modal-panel label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ink);margin:12px 0}
.modal-panel input,.modal-panel select{width:100%;margin-top:6px;padding:13px 12px;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--text);outline:none}
.modal-panel input:focus,.modal-panel select:focus{border-color:var(--steel);box-shadow:0 0 0 3px rgba(85,113,132,.1)}
.form-submit{width:100%;margin-top:10px}
.mobile-actions{display:none}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.reveal.in-view{opacity:1;transform:none}

/* Header location pages dropdown */
.nav-dropdown{position:relative}
.nav-dropdown summary{list-style:none;cursor:pointer;position:relative;padding:10px 18px 10px 0;font:inherit;font-weight:700;color:inherit}
.nav-dropdown summary::-webkit-details-marker{display:none}
.nav-dropdown summary:after{content:"";position:absolute;right:1px;top:50%;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-65%) rotate(45deg);transition:transform .2s ease}
.nav-dropdown[open] summary:after{transform:translateY(-30%) rotate(225deg)}
.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:190px;padding:8px;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 44px rgba(11,24,35,.14);z-index:80}
.nav-dropdown-menu a{display:block;padding:11px 13px;border-radius:9px;white-space:nowrap;font-size:13px}
.nav-dropdown-menu a:after{display:none}
.nav-dropdown-menu a:hover{background:rgba(11,31,51,.06)}
.mobile-location-dropdown{border-bottom:1px solid var(--line)}
.mobile-location-dropdown summary{list-style:none;cursor:pointer;padding:12px 0;font-weight:800;position:relative}
.mobile-location-dropdown summary::-webkit-details-marker{display:none}
.mobile-location-dropdown summary:after{content:"+";position:absolute;right:2px;font-size:18px;font-weight:500}
.mobile-location-dropdown[open] summary:after{content:"−"}
.mobile-location-links{display:grid;padding:0 0 8px 14px}
.mobile-nav .mobile-location-links a{padding:10px 0;font-weight:700;border-bottom:0}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.location-tile img,.button{transition:none}}
@media(max-width:980px){
  .desktop-nav{display:none}
  .header-inner{grid-template-columns:1fr auto;height:70px}
  .menu-toggle{display:flex}
  .text-cta{display:none}
  .mobile-nav{position:absolute;left:0;right:0;top:70px;background:var(--paper);border-bottom:1px solid var(--line);padding:16px 4vw 22px;box-shadow:0 18px 40px rgba(11,24,35,.10)}
  .mobile-nav.open{display:grid;gap:4px}
  .mobile-nav a,.mobile-nav button{display:block;text-align:left;border:0;background:transparent;padding:12px 0;border-bottom:1px solid var(--line);font-weight:800}
  .hero,.hero-inner{min-height:610px}
  .hero-inner{grid-template-columns:1fr;align-items:end}
  .hero-copy{align-self:end;padding-bottom:20px}
  .hero-index{display:none}
  .comparison-grid,.guide-grid,.faq-grid{grid-template-columns:1fr;gap:48px}
  .guide-heading{position:static}
  .section-intro{grid-template-columns:1fr;gap:20px}
  .section-intro p{justify-self:start}
  .bento-projects{grid-template-columns:1fr;min-height:0}
  .project-feature{min-height:620px}
  .project-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .project-slice,.project-slice.reverse{grid-template-columns:1fr;min-height:0}
  .project-slice.reverse img{order:0}
  .project-slice img{height:300px}
  .market-band{grid-template-columns:1fr 1fr;min-height:0}
  .band-copy{padding:42px}
  .band-image{min-height:470px}
  .location-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:330px 280px 280px}
  .tile-bengaluru{grid-row:1/3;grid-column:1}
  .tile-hyderabad{grid-row:1;grid-column:2}
  .tile-sector{grid-row:2;grid-column:2}
  .tile-expressway{grid-row:3;grid-column:1/3}
  .closing-inner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  body{padding-bottom:60px}
  .utility-inner{justify-content:center;text-align:center;min-height:30px}
  .utility-markets{display:none}
  .brand-symbol{width:38px;height:38px;font-size:15px}
  .brand-text strong{font-size:15px}
  .hero,.hero-inner{min-height:590px}
  .hero-media{background-position:62% center}
  .hero-shade{background:linear-gradient(90deg,rgba(8,19,29,.92),rgba(8,19,29,.62) 72%,rgba(8,19,29,.42))}
  .hero-inner{padding-top:52px;padding-bottom:38px}
  .hero h1{font-size:47px}
  .hero p{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .button{padding:0 14px;gap:10px}
  .section-pad{padding:74px 0}
  .comparison h2,.section-intro h2,.guide h2,.faq h2{font-size:38px}
  .step div{display:block}
  .step small{display:block;margin-top:2px}
  .market-label div{display:block}
  .market-label small{display:block;margin-top:2px}
  .bento-projects{margin-bottom:58px}
  .project-feature{min-height:540px}
  .project-overlay{left:22px;right:22px;bottom:24px}
  .project-stack{grid-template-columns:1fr}
  .project-slice img{height:270px}
  .slice-copy{padding:24px}
  .market-band{grid-template-columns:1fr;margin-top:14px}
  .market-band-light .band-copy{order:2}
  .market-band-light .band-image{order:1}
  .band-image{min-height:330px;max-height:380px}
  .band-copy{padding:34px 24px}
  .band-copy h3{font-size:38px}
  .band-number{top:24px;right:22px;font-size:54px}
  .location-mosaic{grid-template-columns:1fr;grid-template-rows:380px 300px 300px 300px}
  .tile-bengaluru,.tile-hyderabad,.tile-sector,.tile-expressway{grid-column:1;grid-row:auto}
  .guide-grid,.faq-grid{gap:38px}
  .closing-cta{padding:60px 0}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .mobile-actions{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:1fr 1fr 1fr;background:#fff;border-top:1px solid var(--line)}
  .mobile-actions a,.mobile-actions button{display:flex;align-items:center;justify-content:center;min-height:48px;border:0;background:#fff;color:var(--ink);padding:13px 6px;text-align:center;font-weight:800;font-size:12px;text-decoration:none}
  .mobile-actions .mobile-call{background:#fff;color:var(--ink)}
  .mobile-actions .mobile-whatsapp{background:#e8f7ee;color:#12663b}
  .mobile-actions button{background:var(--ink);color:#fff}
}

/* Project + location sections preserved from the user-provided reference ZIP. */
.reference-sections{
  --ref-ink:#0b1f33;
  --ref-blue:#5368b8;
  --ref-sand:#f8f4ec;
  --ref-muted:#65707d;
  --ref-line:#dde3e8;
  --ref-shadow:0 18px 50px rgba(11,31,51,.10);
  background:#fffdfa;
}
.reference-sections .container{width:min(1180px,92%);margin:auto}
.reference-sections .section{padding:88px 0}
.reference-sections .section.alt{background:var(--ref-sand)}
.reference-sections .section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
.reference-sections .section-title{font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.02;letter-spacing:-.035em;font-size:clamp(38px,5vw,58px);margin:8px 0 0;color:var(--ref-ink)}
.reference-sections .section-head p{max-width:510px;margin:0;color:var(--ref-muted)}
.reference-sections .eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--ref-blue)}
.reference-sections .projects-main-heading{text-align:center;max-width:900px;margin:0 auto}
.reference-sections .project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.reference-sections .project-card{background:#fff;border:1px solid var(--ref-line);border-radius:24px;overflow:hidden;transition:.25s;box-shadow:0 6px 20px rgba(11,31,51,.04)}
.reference-sections .project-card:hover{transform:translateY(-5px);box-shadow:var(--ref-shadow)}
.reference-sections .project-image{position:relative;overflow:hidden}
.reference-sections .project-image img{height:250px;object-fit:cover;transition:.4s}
.reference-sections .project-card:hover .project-image img{transform:scale(1.03)}
.reference-sections .project-status{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.92);color:var(--ref-ink);border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.reference-sections .project-body{padding:22px}
.reference-sections .project-place{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--ref-blue);text-transform:uppercase}
.reference-sections .project-body h3{font-family:Georgia,serif;font-size:28px;line-height:1.1;margin:8px 0 8px;color:var(--ref-ink);letter-spacing:normal}
.reference-sections .project-body p{font-size:14px;color:var(--ref-muted);margin:0 0 18px}
.reference-sections .project-facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--ref-line);border-bottom:1px solid var(--ref-line);margin:0 -2px 18px}
.reference-sections .project-facts span{padding:13px 0}
.reference-sections .project-facts span+span{border-left:1px solid var(--ref-line);padding-left:14px}
.reference-sections .project-facts small{display:block;font-size:10px;color:var(--ref-muted);text-transform:uppercase;letter-spacing:.08em}
.reference-sections .project-facts b{display:block;font-size:13px;margin-top:3px;color:var(--ref-ink)}
.reference-sections .card-actions{display:flex;gap:10px}
.reference-sections .card-actions button{flex:1;border:1px solid var(--ref-ink);background:#fff;color:var(--ref-ink);padding:11px 12px;border-radius:14px;font-weight:700;cursor:pointer}
.reference-sections .card-actions button.primary{background:var(--ref-ink);color:#fff}
.reference-sections .card-actions button:hover{border-color:var(--ref-blue);background:var(--ref-blue);color:#fff}
.reference-sections .city-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.reference-sections .city-card{position:relative;border-radius:24px;overflow:hidden;min-height:290px;background:var(--ref-ink)}
.reference-sections .city-card img{height:100%;min-height:290px;object-fit:cover}
.reference-sections .city-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(6,17,30,.86))}
.reference-sections .city-label{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:#fff}
.reference-sections .city-label strong{font-family:Georgia,serif;font-size:27px;display:block}
.reference-sections .city-label small{opacity:.8}
.reference-sections .city-card.static{cursor:default}
@media(max-width:900px){
  .reference-sections .project-grid{grid-template-columns:repeat(2,1fr)}
  .reference-sections .city-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .reference-sections .section{padding:64px 0}
  .reference-sections .section-head{display:block}
  .reference-sections .project-grid,.reference-sections .city-strip{grid-template-columns:1fr}
  .reference-sections .project-image img{height:220px}
  .reference-sections .city-card{min-height:260px}
  .reference-sections .city-card img{min-height:260px}
}

/* FAQ and footer content refinements */
.faq-intro{margin:18px 0 0;max-width:520px;color:var(--muted);font-size:15px;line-height:1.7}
.footer-item{margin:0 0 16px}
.footer-item a,.footer-item button{margin-bottom:5px}
.footer-item small{display:block;max-width:260px;color:rgba(255,255,255,.45);font-size:11px;line-height:1.55}

/* Custom LNT Realty logo */
.brand-logo{display:inline-flex;align-items:center;width:auto;line-height:0}
.brand-logo img{display:block;width:205px;height:auto;max-height:58px;object-fit:contain}
.brand-footer.brand-logo{padding:7px 10px;background:rgba(255,255,255,.96);border-radius:12px}
.brand-footer.brand-logo img{width:190px;max-height:54px}
@media (max-width:600px){
  .brand-logo img{width:158px;max-height:46px}
  .brand-footer.brand-logo img{width:166px;max-height:48px}
}


/* Footer redesign inspired by the supplied reference layout; content retained from this website only */
.footer-reference-style{
  background:#0d0f10;
  color:rgba(255,255,255,.72);
  padding:64px 0 94px;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-reference-wrap{max-width:1180px}
.footer-reference-brand{padding-bottom:30px}
.footer-reference-brand .brand-logo{
  display:inline-flex;
  background:transparent;
  padding:0;
  border-radius:0;
}
.footer-reference-brand .brand-logo img{
  width:250px;
  max-height:78px;
  object-fit:contain;
  object-position:left center;
}
.footer-reference-brand p{
  max-width:760px;
  margin:18px 0 0;
  font-size:13px;
  line-height:1.75;
  color:rgba(255,255,255,.58);
}
.footer-reference-section{
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.11);
}
.footer-reference-section h3{
  margin:0 0 22px;
  color:#fff;
  font-size:17px;
  line-height:1.3;
  letter-spacing:-.01em;
  text-transform:none;
}
.footer-market-grid,
.footer-explore-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:58px;
  row-gap:18px;
}
.footer-market-grid span,
.footer-explore-grid a,
.footer-explore-grid button{
  display:block;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.6;
}
.footer-explore-grid a:hover,
.footer-explore-grid button:hover{color:#fff}
.footer-explore-grid button{
  border:0;
  background:transparent;
  padding:0;
  text-align:left;
  cursor:pointer;
  font-family:inherit;
}
.footer-explore-grid small{
  display:block;
  max-width:280px;
  margin-top:6px;
  color:rgba(255,255,255,.43);
  font-size:11px;
  line-height:1.55;
}
.footer-reference-disclaimer{
  border-top:1px solid rgba(255,255,255,.11);
  padding-top:24px;
  font-size:12px;
  line-height:1.75;
  color:rgba(255,255,255,.56);
}
.footer-reference-disclaimer strong{color:#fff}
@media (max-width:800px){
  .footer-market-grid,.footer-explore-grid{grid-template-columns:1fr;gap:18px}
  .footer-reference-brand .brand-logo img{width:210px;max-height:68px}
  .footer-reference-style{padding:48px 0 86px}
}

/* Footer color matched to the site header */
.footer-reference-style{
  background:#fbfaf7;
  color:rgba(11,24,35,.72);
  border-top:1px solid rgba(11,24,35,.08);
}
.footer-reference-brand p{
  color:rgba(11,24,35,.60);
}
.footer-reference-section{
  border-top:1px solid rgba(11,24,35,.10);
}
.footer-reference-section h3{
  color:var(--ink);
}
.footer-market-grid span,
.footer-explore-grid a,
.footer-explore-grid button{
  color:rgba(11,24,35,.78);
}
.footer-explore-grid a:hover,
.footer-explore-grid button:hover{
  color:var(--ink);
}
.footer-explore-grid small{
  color:rgba(11,24,35,.48);
}
.footer-reference-disclaimer{
  border-top:1px solid rgba(11,24,35,.10);
  color:rgba(11,24,35,.58);
}
.footer-reference-disclaimer strong{
  color:var(--ink);
}


/* Footer location grouping: uses only locations already present in site content */
.footer-location-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px 58px;
}
.footer-location-column strong{
  display:block;
  margin-bottom:12px;
  color:var(--ink);
  font-size:14px;
  line-height:1.4;
}
.footer-location-column ul{
  list-style:none;
  margin:0;
  padding:0;
}
.footer-location-column li{
  padding:8px 0;
  border-bottom:1px solid rgba(11,24,35,.07);
  color:rgba(11,24,35,.68);
  font-size:13px;
  line-height:1.5;
}
.footer-location-column li:last-child{border-bottom:0}
@media (max-width:800px){
  .footer-location-grid{grid-template-columns:1fr;gap:26px}
}


/* City landing pages */
.reference-sections .city-card[href]{display:block;text-decoration:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}
.reference-sections .city-card[href]:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(11,31,51,.14)}
.footer-location-column strong a{color:inherit;text-decoration:none}
.footer-location-column strong a:hover{text-decoration:underline}
.city-page-hero{position:relative;min-height:470px;display:flex;align-items:flex-end;background-size:cover;background-position:center;border-bottom:1px solid rgba(11,24,35,.08)}
.city-page-hero .shell{width:100%}
.city-page-hero-inner{padding:110px 0 64px;max-width:850px;color:#fff}
.city-page-hero .kicker{color:#dfe8ff}
.city-page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(46px,7vw,82px);line-height:1.02;letter-spacing:-.035em;margin:14px 0 18px}
.city-page-hero p{max-width:720px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.88);margin:0}
.city-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12px;margin-bottom:24px;color:rgba(255,255,255,.78)}
.city-breadcrumb a{color:#fff;text-decoration:none}
.city-breadcrumb span{opacity:.65}
.city-intro{padding:70px 0;background:#fffdfa}
.city-intro-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:70px;align-items:start}
.city-intro h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,4.5vw,58px);line-height:1.05;letter-spacing:-.03em;margin:8px 0 0;color:var(--ink)}
.city-intro p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}
.city-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.city-location-card{position:relative;min-height:310px;border-radius:24px;overflow:hidden;background:#0b1f33;color:#fff}
.city-location-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.city-location-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,17,30,.08) 28%,rgba(6,17,30,.88) 100%)}
.city-location-card .content{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}
.city-location-card h3{font-family:Georgia,'Times New Roman',serif;font-size:28px;margin:0 0 6px}
.city-location-card p{margin:0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.55}
.city-project-note{margin-top:24px;color:var(--muted);font-size:13px}
.city-page-cta{padding:58px 0;background:var(--navy-2);color:#fff}
.city-page-cta .shell{display:flex;align-items:center;justify-content:space-between;gap:32px}
.city-page-cta h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,50px);margin:0 0 18px;line-height:1.08}
.city-page-cta p{margin:0;max-width:760px;color:rgba(255,255,255,.74);line-height:1.72}
@media(max-width:900px){
  .city-intro-grid{grid-template-columns:1fr;gap:26px}
  .city-location-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .city-page-hero{min-height:410px}
  .city-page-hero-inner{padding:92px 0 48px}
  .city-page-hero p{font-size:16px}
  .city-location-grid{grid-template-columns:1fr}
  .city-page-cta .shell{display:block}
  .city-page-cta button{margin-top:22px;width:100%}
}

.reference-sections .project-grid.count-1{grid-template-columns:minmax(0,420px)}
.city-location-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:600px){.reference-sections .project-grid.count-1,.city-location-grid.count-2{grid-template-columns:1fr}}

/* Match city page hero heading/content spacing with homepage hero */
.city-page-hero .kicker{display:block}
.city-page-hero h1{margin:16px 0 22px}
.city-page-hero p{line-height:1.75}
.city-breadcrumb{margin-bottom:28px}
@media(max-width:600px){
  .city-page-hero h1{margin:16px 0 22px}
  .city-breadcrumb{margin-bottom:24px}
}

/* City hero spacing aligned to the homepage hero */
.city-page-hero{
  min-height:680px;
  align-items:stretch;
}
.city-page-hero .shell{
  display:flex;
  width:100%;
}
.city-page-hero-inner{
  min-height:680px;
  width:100%;
  max-width:760px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:88px 0 58px;
}
.city-page-hero .city-breadcrumb{
  margin:0 0 30px;
}
.city-page-hero .kicker{
  margin:0;
}
.city-page-hero h1{
  margin:16px 0 22px;
}
.city-page-hero p{
  margin:0;
  max-width:640px;
  line-height:1.75;
}

@media (max-width:980px){
  .city-page-hero,
  .city-page-hero-inner{min-height:610px}
  .city-page-hero-inner{padding:72px 0 48px}
}

@media (max-width:680px){
  .city-page-hero,
  .city-page-hero-inner{min-height:590px}
  .city-page-hero-inner{padding:52px 0 38px}
  .city-page-hero .city-breadcrumb{margin-bottom:24px}
  .city-page-hero h1{margin:16px 0 22px}
}

/* FINAL: city hero layout matched to homepage hero */
.city-page-hero{
  position:relative;
  min-height:680px;
  display:block;
  overflow:hidden;
  color:#fff;
  background-size:cover;
  background-position:center center;
}
.city-page-hero .shell{
  position:relative;
  z-index:2;
  width:min(1180px,92vw);
  min-height:680px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,760px) 1fr;
  align-items:center;
  gap:56px;
  padding-top:88px;
  padding-bottom:58px;
}
.city-page-hero-inner{
  width:100%;
  max-width:760px;
  min-height:0;
  display:block;
  padding:26px 0 0;
  color:#fff;
}
.city-page-hero .city-breadcrumb{
  position:absolute;
  top:36px;
  left:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  font-size:12px;
  color:rgba(255,255,255,.78);
}
.city-page-hero .kicker{
  display:inline-block;
  margin:0;
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:#d7e1e7;
}
.city-page-hero h1{
  font-family:inherit;
  font-size:clamp(48px,6.5vw,82px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:680;
  max-width:830px;
  margin:16px 0 22px;
}
.city-page-hero p{
  max-width:640px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.75;
}
@media (max-width:980px){
  .city-page-hero,
  .city-page-hero .shell{min-height:610px}
  .city-page-hero .shell{
    grid-template-columns:1fr;
    align-items:end;
    padding-top:72px;
    padding-bottom:48px;
  }
  .city-page-hero-inner{align-self:end;padding:0 0 20px}
  .city-page-hero .city-breadcrumb{top:30px}
}
@media (max-width:680px){
  .city-page-hero,
  .city-page-hero .shell{min-height:590px}
  .city-page-hero .shell{padding-top:52px;padding-bottom:38px}
  .city-page-hero-inner{padding:0}
  .city-page-hero .city-breadcrumb{top:20px}
  .city-page-hero h1{font-size:47px;margin:16px 0 22px}
  .city-page-hero p{font-size:15px}
}

/* SEO / performance refinements */
img{height:auto}
.official-resources{margin-top:18px;padding-top:16px;border-top:1px solid rgba(11,24,35,.12);display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:12px;line-height:1.6;color:var(--muted)}
.official-resources strong{color:var(--ink);font-weight:800}
.official-resources a{color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.official-resources a:hover{color:var(--bronze)}


/* Core Web Vitals hardening */
.site-header{background:#fbfaf7;backdrop-filter:none;-webkit-backdrop-filter:none}
.button-ghost{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(8,19,29,.28)}
.comparison,.projects,.locations,.guide,.faq,.closing-cta,.footer,.city-intro,.reference-sections,.city-page-cta{content-visibility:auto;contain-intrinsic-size:1px 900px}
.project-feature,.project-slice,.market-band,.location-tile,.city-location-card{contain:layout paint}
.hero-media{background-image:url("../images/hero-residential.webp");transform:none}
.city-hero-bangalore{background-image:linear-gradient(90deg,rgba(7,20,34,.90),rgba(7,20,34,.38)),url("../images/banner-bangalore.webp")}
.city-hero-noida{background-image:linear-gradient(90deg,rgba(7,20,34,.90),rgba(7,20,34,.38)),url("../images/banner-noida.webp")}
.city-hero-hyderabad{background-image:linear-gradient(90deg,rgba(7,20,34,.90),rgba(7,20,34,.38)),url("../images/banner-hyderabad.webp")}
@media(max-width:680px){
  .hero-media{background-image:url("../images/hero-residential-mobile.webp")}
  .city-hero-bangalore{background-image:linear-gradient(90deg,rgba(7,20,34,.91),rgba(7,20,34,.42)),url("../images/banner-bangalore-mobile.webp")}
  .city-hero-noida{background-image:linear-gradient(90deg,rgba(7,20,34,.91),rgba(7,20,34,.42)),url("../images/banner-noida-mobile.webp")}
  .city-hero-hyderabad{background-image:linear-gradient(90deg,rgba(7,20,34,.91),rgba(7,20,34,.42)),url("../images/banner-hyderabad-mobile.webp")}
}
