:root{--bg:#faf9f6;--ink:#171715;--muted:#74736e;--line:#d8d6cf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}header{height:84px;margin:0 6.5vw;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.04em}.brand{font-weight:700;font-size:14px}a{color:inherit;text-decoration:none}nav{display:flex;gap:30px}main{margin:0 6.5vw}.intro{padding:64px 0 40px}.eyebrow,.meta{font-size:10px;letter-spacing:.09em;color:var(--muted)}h1{font-size:clamp(38px,4vw,58px);font-weight:400;letter-spacing:-.03em;margin:24px 0 14px}.intro>p:not(.eyebrow):not(.meta){font-size:15px}.hero{margin:0}.hero img{display:block;width:100%;height:min(68vh,720px);object-fit:cover}.split,.section-head{border-top:1px solid var(--line);margin-top:120px;padding:34px 0 100px;display:grid;grid-template-columns:1fr 1.05fr;gap:9vw}.split h2,.section-head h2{font-size:clamp(28px,3vw,42px);font-weight:400;line-height:1.05;margin:56px 0 0;letter-spacing:-.025em}.lead,.section-head>p{font-size:17px;line-height:1.55;max-width:600px;margin:56px 0 40px}dl{display:grid;grid-template-columns:110px 1fr;gap:14px 20px;font-size:12px}dt{color:var(--muted);font-size:10px;letter-spacing:.06em}dd{margin:0}.master>img{display:block;width:94%;margin:0 auto}.callouts{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:52px 0 150px}.callouts article{border-top:1px solid var(--line);padding-top:14px}.callouts b{font-size:10px;color:var(--muted)}.callouts h3{font-size:11px;margin:18px 0 8px}.callouts p{font-size:12px;line-height:1.45;color:var(--muted)}.next{border-top:1px solid var(--line);padding:36px 0 110px;display:flex;justify-content:space-between}.next p{font-size:10px;color:var(--muted)}.next a{font-size:28px}footer{border-top:1px solid var(--line);margin:0 6.5vw;padding:30px 0 50px;font-size:10px;color:var(--muted)}@media(max-width:760px){header{margin:0 22px}nav{gap:14px}main,footer{margin-left:22px;margin-right:22px}.hero img{height:auto}.split,.section-head{grid-template-columns:1fr;gap:0;margin-top:75px;padding-bottom:65px}.split h2,.section-head h2,.lead,.section-head>p{margin-top:30px}.callouts{grid-template-columns:1fr 1fr}.master>img{width:100%}.next a{font-size:20px}}


/* Studio Archarrette homepage */
.home main{margin:0 6.5vw}
.home-intro{min-height:56vh;padding:68px 0 90px;display:grid;grid-template-columns:1.05fr .95fr;align-content:end;column-gap:8vw;border-bottom:1px solid var(--line)}
.home-intro>.eyebrow{grid-column:1/-1;align-self:start;margin:0 0 auto}
.home-intro h1{font-size:clamp(56px,7.2vw,108px);line-height:.9;margin:150px 0 0;max-width:900px;letter-spacing:-.055em}
.home-statement{display:flex;align-items:flex-end;padding-bottom:8px}
.home-statement p{font-size:clamp(18px,1.65vw,24px);line-height:1.4;max-width:540px;margin:0}

.featured{padding:88px 0 150px}
.project-card{display:block}
.project-card--hero .project-image{overflow:hidden}
.project-card--hero img{display:block;width:100%;height:min(72vh,760px);object-fit:cover;transition:transform .7s ease}
.project-card--hero:hover img{transform:scale(1.012)}
.project-info{display:grid;grid-template-columns:1.2fr .9fr auto;align-items:end;gap:30px;border-bottom:1px solid var(--line);padding:20px 0 24px}
.project-info>div{display:flex;align-items:baseline;gap:18px}
.project-no{font-size:10px;color:var(--muted)}
.project-info h2{font-size:clamp(23px,2.2vw,34px);font-weight:400;letter-spacing:-.025em;margin:0}
.project-info p,.view-project{font-size:11px;color:var(--muted);margin:0;letter-spacing:.02em}
.view-project{color:var(--ink)}

.work-index{border-top:1px solid var(--line);padding:32px 0 150px}
.work-heading{display:grid;grid-template-columns:1fr 1fr;gap:8vw;margin-bottom:70px}
.work-heading h2{font-size:clamp(28px,3.2vw,46px);font-weight:400;line-height:1.08;letter-spacing:-.035em;max-width:660px;margin:0}
.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px 28px}
.project-tile{display:block}
.project-tile .placeholder{aspect-ratio:16/10;background:#eceae4;display:flex;align-items:center;justify-content:center;overflow:hidden}
.project-tile .placeholder span{font-size:clamp(28px,4vw,60px);letter-spacing:-.04em;color:#c7c4bc}
.tile-meta{display:grid;grid-template-columns:35px 1fr;gap:4px 10px;padding-top:15px;border-top:1px solid var(--line);margin-top:10px}
.tile-meta>span{grid-row:1/3;font-size:10px;color:var(--muted);padding-top:4px}
.tile-meta h3{font-size:17px;font-weight:400;margin:0}
.tile-meta p{font-size:10px;color:var(--muted);margin:3px 0 0}
.muted-tile{cursor:default}

.practice-strip{border-top:1px solid var(--line);padding:32px 0 110px;display:grid;grid-template-columns:.55fr 1.35fr .55fr;gap:5vw;align-items:start}
.practice-line{font-size:clamp(22px,2.3vw,34px);line-height:1.25;letter-spacing:-.025em;margin:0;max-width:760px}
.practice-strip a{font-size:11px;text-align:right;padding-top:8px}

.home footer{display:flex;justify-content:space-between}

@media(max-width:760px){
  .home main{margin-left:22px;margin-right:22px}
  .home-intro{min-height:auto;padding:55px 0 65px;display:block}
  .home-intro h1{margin-top:90px;font-size:52px}
  .home-statement{margin-top:45px}
  .featured{padding:55px 0 90px}
  .project-card--hero img{height:auto}
  .project-info{grid-template-columns:1fr;gap:9px}
  .work-heading,.project-grid,.practice-strip{grid-template-columns:1fr}
  .project-grid{gap:55px}
  .practice-strip{gap:25px}
  .practice-strip a{text-align:left}
  .home footer{display:block}
  .home footer span{display:block;margin-bottom:8px}
}


/* V04: Studio identity */
.brand{display:flex;align-items:center;gap:11px}
.brand img{width:30px;height:24px;object-fit:contain;display:block}
.brand span{white-space:nowrap}

/* V04: D-Circle master-plan reading */
.masterplan-wrap{position:relative;max-width:1180px;margin-left:auto;margin-right:auto}
.masterplan-wrap>img{display:block;width:100%;height:auto}
.plan-marker{
  position:absolute;width:31px;height:31px;border-radius:50%;
  background:rgba(20,20,18,.90);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:9px;line-height:1;text-decoration:none;
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 1px 5px rgba(0,0,0,.14);
  transition:transform .18s ease,background .18s ease;
  z-index:3
}
.plan-marker:hover{transform:scale(1.12);background:#000}
.marker-01{left:49%;top:19%}
.marker-02{left:61%;top:36%}
.marker-03{left:58%;top:58%}
.marker-04{left:17%;top:55%}
body.highlight-01 .marker-01,
body.highlight-02 .marker-02,
body.highlight-03 .marker-03,
body.highlight-04 .marker-04{transform:scale(1.16);background:#000}

@media(max-width:760px){
  .brand{gap:8px}
  .brand img{width:25px;height:20px}
  .plan-marker{width:25px;height:25px;font-size:8px}
}

/* V05: Karanjade Officers’ Housing project sequence */
.project-visual-section{margin-top:120px}
.editorial-figure,.full-bleed-figure,.community-hero,.masterplan-clean{margin:0}
.editorial-figure img,.full-bleed-figure img,.community-hero img,.masterplan-clean img{display:block;width:100%;height:auto}
.editorial-figure{max-width:1420px;margin:0 auto 150px}
.masterplan-clean{max-width:1420px;margin:0 auto}
.data-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:34px 0 150px;padding:16px 0;display:flex;flex-wrap:wrap;gap:18px 34px;font-size:9px;letter-spacing:.07em;color:var(--muted)}
.full-bleed-figure{margin-bottom:150px}
.full-bleed-figure img{aspect-ratio:16/9;object-fit:cover}
.community-hero img{aspect-ratio:16/9;object-fit:cover}
.community-analysis{border-top:1px solid var(--line);margin:44px 0 150px;padding-top:28px;display:grid;grid-template-columns:.42fr 1.58fr;gap:5vw;align-items:start}
.community-analysis figure{margin:0}
.community-analysis figure img{display:block;width:100%;height:auto}
.community-copy{position:sticky;top:110px}
.program-columns{margin-top:42px;display:grid;gap:34px}
.program-columns h3{font-size:10px;letter-spacing:.08em;margin:0 0 10px}
.program-columns p{font-size:12px;line-height:1.55;color:var(--muted);margin:0;max-width:310px}
@media(max-width:760px){
 .project-visual-section{margin-top:75px}
 .editorial-figure,.full-bleed-figure{margin-bottom:90px}
 .data-line{margin-bottom:90px;gap:12px 20px}
 .community-analysis{grid-template-columns:1fr;margin-bottom:90px}
 .community-copy{position:static}
 .program-columns{grid-template-columns:1fr 1fr;margin-top:25px}
}

/* V06: framework section cleanup */
.framework-section .section-head{padding-bottom:52px}
.framework-section .editorial-figure{max-width:1500px;margin:0 auto 150px}
.framework-section .editorial-figure img{display:block;width:100%;height:auto}
@media(max-width:760px){
 .framework-section .section-head{padding-bottom:34px}
 .framework-section .editorial-figure{margin-bottom:90px}
}

/* V07: Morbhe Resort */
.morbhe-project{padding-bottom:0}
.project-opening{padding:120px 5vw 62px;border-bottom:1px solid var(--line)}
.project-kicker,.section-index{font-size:9px;letter-spacing:.16em;color:var(--muted);margin-bottom:26px}
.project-opening h1{font-size:clamp(52px,8vw,124px);font-weight:400;letter-spacing:-.045em;line-height:.88;margin:0 0 58px}
.project-opening-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:9vw;align-items:start}
.project-deck{font-size:clamp(18px,2vw,28px);line-height:1.35;max-width:850px;margin:0}
.project-facts{margin:0;display:grid;gap:16px}
.project-facts div{display:grid;grid-template-columns:90px 1fr;border-top:1px solid var(--line);padding-top:10px}
.project-facts dt{font-size:8px;letter-spacing:.12em;color:var(--muted)}
.project-facts dd{margin:0;font-size:11px;line-height:1.5}
.morbhe-hero{margin:0;background:#111}
.morbhe-hero img{display:block;width:100%;height:auto}
.morbhe-text-section{max-width:1280px;margin:0 auto;padding:130px 5vw;display:grid;grid-template-columns:.34fr 1fr;gap:7vw;border-bottom:1px solid var(--line)}
.morbhe-text-section.compact{padding-top:110px;padding-bottom:58px;border-bottom:0}
.morbhe-text-section h2,.experience-label h2,.next-project h2{font-size:clamp(30px,4vw,60px);font-weight:400;letter-spacing:-.025em;line-height:1;margin:0 0 25px}
.morbhe-text-section p{max-width:720px;font-size:15px;line-height:1.75;color:var(--muted);margin:0}
.morbhe-plan-section,.morbhe-water-section{padding:0 5vw 145px}
.morbhe-plan,.morbhe-section{max-width:1500px;margin:0 auto}
.morbhe-plan img,.morbhe-section img{display:block;width:100%;height:auto}
.morbhe-section{background:#f4f1eb}
.morbhe-experience{padding:110px 0 140px;border-top:1px solid var(--line)}
.experience-label{padding:0 5vw 46px;display:grid;grid-template-columns:.34fr 1fr;gap:7vw;align-items:start}
.experience-label span{font-size:9px;letter-spacing:.16em;color:var(--muted)}
.morbhe-experience figure{margin:0}
.morbhe-experience figure img{display:block;width:100%;height:auto}
.experience-caption{max-width:620px;margin:28px 5vw 0 auto;font-size:11px;line-height:1.65;color:var(--muted)}
.next-project{padding:110px 5vw 130px;border-top:1px solid var(--line)}
.next-project>span{font-size:9px;letter-spacing:.16em;color:var(--muted);display:block;margin-bottom:25px}
.next-project h2{margin-bottom:12px}
.next-project p{font-size:11px;color:var(--muted);margin:0}
@media(max-width:760px){
 .project-opening{padding-top:85px}
 .project-opening-grid,.morbhe-text-section,.experience-label{grid-template-columns:1fr;gap:28px}
 .project-opening h1{margin-bottom:38px}
 .morbhe-text-section{padding:80px 5vw}
 .morbhe-text-section.compact{padding-top:75px;padding-bottom:38px}
 .morbhe-plan-section,.morbhe-water-section{padding-bottom:85px}
 .morbhe-experience{padding-top:75px;padding-bottom:90px}
 .experience-caption{margin-left:5vw;margin-right:5vw}
}

/* V08 — practice website refinement */
.practice-project .eyebrow,.studio-page .eyebrow{letter-spacing:.18em}
.refined-opening{padding-bottom:72px}
.practice-copy-section{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(320px,.72fr);gap:10vw;align-items:start;padding:150px 6vw 90px;border-top:1px solid rgba(20,20,20,.14)}
.practice-copy-section h2{font-size:clamp(34px,4.2vw,68px);font-weight:400;line-height:.98;letter-spacing:-.035em;margin:16px 0 0}
.practice-copy-section>p{font-size:clamp(18px,1.5vw,24px);line-height:1.55;margin:30px 0 0;max-width:680px}
.image-note{display:grid;grid-template-columns:180px minmax(280px,620px);gap:40px;margin:28px 6vw 0 36vw;padding-top:22px;border-top:1px solid rgba(20,20,20,.18)}
.image-note span{font-size:11px;letter-spacing:.18em}.image-note p{margin:0;line-height:1.55;font-size:14px}
.refined-experience{padding-top:130px}.refined-experience figure{margin:0}.refined-experience img{width:100%;display:block}
.studio-opening{padding:120px 6vw 150px;display:grid;grid-template-columns:1fr 1fr;column-gap:8vw}
.studio-opening>.eyebrow{grid-column:1/-1}.studio-opening h1{font-size:clamp(48px,6vw,96px);font-weight:400;line-height:.96;letter-spacing:-.045em;margin:24px 0 0}.studio-opening-copy{padding-top:35px;max-width:650px}.studio-opening-copy p{font-size:18px;line-height:1.65;margin:0 0 24px}
.studio-workband{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;padding:0 6vw 150px;align-items:end}.studio-image{margin:0;overflow:hidden}.studio-image img{display:block;width:100%;height:100%;object-fit:cover}.studio-image--wide{aspect-ratio:16/10}.studio-image--tall{aspect-ratio:4/5}
.studio-practice{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:140px 6vw;border-top:1px solid rgba(20,20,20,.14)}.studio-practice h2{font-size:clamp(38px,4.5vw,70px);font-weight:400;line-height:1;letter-spacing:-.035em;margin:18px 0}.studio-practice-copy{max-width:650px;padding-top:34px}.studio-practice-copy p{font-size:17px;line-height:1.7;margin:0 0 22px}
.studio-selected{padding:40px 6vw 150px}.studio-project-line{margin-top:36px;border-top:1px solid #222}.studio-project-line>a,.studio-project-line>div{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:25px 0;border-bottom:1px solid rgba(20,20,20,.18);text-decoration:none;color:inherit}.studio-project-line span{font-size:clamp(18px,2vw,28px)}.studio-project-line small{font-size:12px;letter-spacing:.04em;align-self:center}
@media(max-width:760px){.practice-copy-section,.studio-opening,.studio-practice{grid-template-columns:1fr;gap:35px}.practice-copy-section{padding:90px 6vw 60px}.image-note{margin:22px 6vw 0;grid-template-columns:1fr;gap:12px}.studio-opening{padding:80px 6vw 90px}.studio-workband{grid-template-columns:1fr;padding-bottom:90px}.studio-image--wide,.studio-image--tall{aspect-ratio:4/3}.studio-practice{padding:90px 6vw}.studio-project-line>a,.studio-project-line>div{grid-template-columns:1fr;gap:8px}}

/* V09 — unified practice design system */
:root{--page:6.5vw;--section:clamp(88px,10vw,150px);--measure:690px}
body{font-synthesis:none} header{position:relative;background:var(--bg);z-index:20}nav a{position:relative;padding:34px 0 31px}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:24px;height:1px;background:var(--ink);transition:right .25s ease}nav a:hover:after,nav a.active:after{right:0}
.eyebrow{font-size:9px;letter-spacing:.16em}.meta{letter-spacing:.12em}p{font-weight:400}.project-info h2,.tile-meta h3,.next a{line-height:1.08}
/* homepage proportions */
.home-intro{min-height:62vh}.featured{padding-top:72px}.project-card--hero img{height:min(70vh,760px)}.project-grid{gap:92px 34px}.project-tile .placeholder{aspect-ratio:16/9}.practice-strip{padding-bottom:130px}
/* project pages: shared rhythm */
.intro{padding-top:86px;padding-bottom:58px}.intro h1{max-width:1120px}.split,.section-head{margin-top:105px;padding-bottom:86px}.section-head h2,.split h2{margin-top:44px}.lead,.section-head>p{margin-top:44px}.project-visual-section{margin-top:95px}.editorial-figure,.full-bleed-figure{margin-bottom:125px}.data-line{margin-bottom:125px}
/* Morbhe: reduce portfolio-board feel */
.project-opening{padding-top:96px;padding-bottom:70px}.project-opening h1{font-size:clamp(58px,7.2vw,112px);margin-bottom:52px}.project-deck{max-width:760px}.practice-copy-section{padding-top:125px;padding-bottom:78px}.practice-copy-section h2{font-size:clamp(34px,3.7vw,58px)}.practice-copy-section>p{font-size:clamp(16px,1.25vw,20px);line-height:1.65}.morbhe-plan-section,.morbhe-water-section{padding-bottom:120px}.image-note{grid-template-columns:210px minmax(280px,560px);margin-left:auto;margin-right:0;width:64%;gap:28px}.image-note span{font-size:9px}.image-note p{font-size:12px;color:var(--muted)}.refined-experience{padding-top:100px}
/* Studio: two equal editorial frames, not mismatched project cards */
.studio-main{margin:0}.studio-opening{padding-top:105px;padding-bottom:120px}.studio-opening h1{font-size:clamp(48px,5.7vw,88px)}.studio-opening-copy{padding-top:24px}.studio-workband{grid-template-columns:1fr 1fr;gap:14px;padding-bottom:125px;align-items:stretch}.studio-image{aspect-ratio:16/10;background:#eceae4}.studio-image img{width:100%;height:100%;object-fit:cover}.studio-practice{padding-top:120px;padding-bottom:120px}.studio-capabilities{margin:0 6vw;padding:34px 0 140px;border-top:1px solid var(--line)}.capability-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.capability-grid span{font-size:clamp(17px,1.6vw,24px);padding:22px 0;border-bottom:1px solid var(--line)}
/* Contact */
.contact-opening{min-height:calc(100vh - 84px);padding:110px 0 80px;display:flex;flex-direction:column}.contact-opening h1{font-size:clamp(58px,8vw,120px);font-weight:400;letter-spacing:-.05em;margin:24px 0 24px}.contact-opening>p:not(.eyebrow){font-size:18px;color:var(--muted)}.contact-rule{margin-top:auto;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.08em;color:var(--muted)}
@media(max-width:760px){:root{--page:22px}.home-intro{min-height:auto}.studio-workband{grid-template-columns:1fr}.studio-image{aspect-ratio:4/3}.capability-grid{grid-template-columns:1fr 1fr}.image-note{width:auto;margin-left:5vw;margin-right:5vw;grid-template-columns:1fr}.contact-opening{min-height:calc(100vh - 84px);padding-top:80px}.project-opening h1{font-size:52px}}

/* V10 — global viewport, typography and homepage identity */
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,svg,video,canvas{display:block;max-width:100%;height:auto}
figure{max-width:100%}
header,main,footer,section,div{min-width:0}
:root{--content-max:1480px;--reading:680px}
body{font-size:15px;line-height:1.55}
h1,h2,h3,p{overflow-wrap:break-word}
header{width:auto;max-width:var(--content-max);margin-left:max(22px,6.5vw);margin-right:max(22px,6.5vw)}
main{max-width:none}
.eyebrow,.project-kicker,.section-index{font-size:9px;line-height:1.3;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.project-deck,.lead,.studio-opening-copy p,.practice-copy-section>p{font-size:clamp(16px,1.25vw,19px);line-height:1.65}

/* Home: practice identity before project index */
.home-intro{min-height:72vh;padding:72px 0 84px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.62fr);grid-template-rows:auto 1fr auto;column-gap:7vw;align-items:end}
.home-intro>.eyebrow{grid-column:1/-1;align-self:start}
.home-identity{align-self:end}
.home-mark{width:clamp(110px,11vw,176px);height:auto;margin:0 0 38px}
.home-intro h1{font-size:clamp(58px,7.1vw,112px);line-height:.88;margin:0;max-width:950px;letter-spacing:-.055em}
.home-statement{align-self:end;padding:0 0 4px}
.home-statement p{font-size:clamp(17px,1.45vw,22px);line-height:1.5;max-width:510px}
.home-statement .home-scope{font-size:10px;line-height:1.5;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-top:30px}
.home .featured{padding-top:84px}
.work-heading{grid-template-columns:.55fr 1fr}
.work-heading h2{font-size:clamp(26px,2.7vw,40px);max-width:760px}
.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.project-tile img,.project-tile .placeholder{width:100%;aspect-ratio:16/10;object-fit:cover}

/* All project imagery respects the page grid */
.hero,.morbhe-hero,.morbhe-experience{overflow:hidden}
.hero img,.morbhe-hero img,.morbhe-experience img{width:100%;max-width:100%;height:auto;object-fit:cover}
.morbhe-project{width:100%;max-width:100%;overflow:hidden}
.project-opening,.practice-copy-section,.morbhe-plan-section,.morbhe-water-section,.next-project{width:100%;max-width:100%}
.morbhe-plan,.morbhe-section{width:100%;max-width:min(var(--content-max),100%)}
.morbhe-plan img,.morbhe-section img{width:100%;max-width:100%;height:auto;object-fit:contain}
.image-note{max-width:900px}
.masterplan-clean,.editorial-figure,.community-hero,.community-analysis,.full-bleed-figure{max-width:100%;overflow:hidden}
.masterplan-clean img,.editorial-figure img,.community-hero img,.community-analysis img,.full-bleed-figure img{width:100%;max-width:100%;height:auto}

/* Studio images stay editorial but never compete with viewport */
.studio-workband{grid-template-columns:repeat(2,minmax(0,1fr))}
.studio-image{min-width:0}

@media(max-width:900px){
 .home-intro{min-height:auto;grid-template-columns:1fr;padding-top:56px}
 .home-identity{margin-top:100px}
 .home-statement{margin-top:48px;max-width:650px}
 .home-mark{width:120px;margin-bottom:28px}
 .project-info{grid-template-columns:1fr;gap:10px}
 .work-heading{grid-template-columns:1fr;gap:24px}
}
@media(max-width:760px){
 header{margin-left:22px;margin-right:22px}
 .brand span{font-size:12px}
 .home-intro{padding:48px 0 62px}
 .home-identity{margin-top:76px}
 .home-intro h1{font-size:clamp(48px,14vw,68px)}
 .home-mark{width:96px}
 .home-statement{margin-top:38px}
 .project-grid,.studio-workband{grid-template-columns:1fr}
 .project-opening,.practice-copy-section,.morbhe-plan-section,.morbhe-water-section,.next-project{padding-left:22px;padding-right:22px}
 .morbhe-hero,.morbhe-experience{margin-left:0;margin-right:0}
 .morbhe-plan-section,.morbhe-water-section{padding-bottom:80px}
 .image-note{width:auto;margin-left:0;margin-right:0}
}

/* V11: Horale Housing */
.horale-project{width:100%;max-width:100%;overflow:hidden}
.horale-hero{margin:0;overflow:hidden;background:#e9e8e2}
.horale-hero img{display:block;width:100%;height:auto}
.horale-plan-section,.horale-scales{padding-bottom:125px}
.horale-copy{border-top:1px solid var(--line)}
.horale-plan-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:5vw;align-items:start;padding:0 5vw}
.horale-plan-grid figure{margin:0;min-width:0}
.horale-plan-grid figure img{display:block;width:100%;height:auto}
.horale-legend{border-top:1px solid var(--line);padding-top:18px;margin-top:3vw}
.horale-legend>dl{display:block;margin-top:30px}
.horale-legend dl>div{border-top:1px solid var(--line);padding:12px 0;display:grid;grid-template-columns:1fr;gap:6px}
.horale-legend dt{font-size:8px;letter-spacing:.12em}
.horale-legend dd{font-size:11px;line-height:1.45}
.horale-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:0 5vw}
.horale-pair figure{margin:0;min-width:0}
.horale-pair img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.horale-pair figcaption{border-top:1px solid var(--line);margin-top:14px;padding-top:12px;display:grid;grid-template-columns:150px 1fr;gap:20px}
.horale-pair figcaption strong{font-size:9px;letter-spacing:.12em;font-weight:400}
.horale-pair figcaption span{font-size:11px;line-height:1.5;color:var(--muted)}
@media(max-width:760px){
 .horale-plan-grid,.horale-pair{grid-template-columns:1fr;padding-left:22px;padding-right:22px}
 .horale-plan-grid{gap:35px}.horale-legend{margin-top:0}
 .horale-pair{gap:55px}.horale-pair figcaption{grid-template-columns:1fr;gap:8px}
}

/* V12: unified project image rhythm */
:root{--project-gutter:5vw;--project-gap:28px}
.horale-hero{margin:0 var(--project-gutter);background:transparent}
.horale-hero img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center 52%}
.horale-plan-grid,.horale-pair{padding-left:var(--project-gutter);padding-right:var(--project-gutter)}
.horale-plan-grid{gap:var(--project-gap);grid-template-columns:minmax(0,1fr) 260px}
.horale-pair{gap:var(--project-gap)}
.horale-plan-grid figure,.horale-pair figure{overflow:hidden}
.horale-plan-grid figure img{width:100%;max-width:100%;height:auto;object-fit:contain}
.home .project-tile{min-width:0}
.home .project-tile>img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.home .project-tile[href="horale.html"]>img{object-position:center 52%}
@media(max-width:760px){
 :root{--project-gutter:22px;--project-gap:22px}
 .horale-hero{margin-left:var(--project-gutter);margin-right:var(--project-gutter)}
 .horale-hero img{aspect-ratio:4/3}
}

/* V13: Horale alignment and image-resolution correction */
.horale-page main{margin-left:0;margin-right:0}
.horale-page{--horale-gutter:max(22px,6.5vw);--horale-max:1480px}
.horale-project{overflow-x:clip}
.horale-opening,
.horale-copy,
.horale-plan-grid,
.horale-pair,
.horale-page .next-project{
  padding-left:var(--horale-gutter);
  padding-right:var(--horale-gutter);
}
.horale-opening{margin:0 auto}
.horale-hero{
  width:calc(100% - (2 * var(--horale-gutter)));
  max-width:var(--horale-max);
  margin-left:auto;
  margin-right:auto;
}
.horale-plan-grid,
.horale-pair{
  width:100%;
  max-width:calc(var(--horale-max) + (2 * var(--horale-gutter)));
  margin-left:auto;
  margin-right:auto;
}
.horale-plan-grid{grid-template-columns:minmax(0,1fr) 240px;gap:clamp(24px,3vw,48px)}
.horale-plan-grid figure{display:flex;justify-content:center;align-items:flex-start}
.horale-plan-grid figure img{
  width:auto;
  max-width:min(100%,975px);
  height:auto;
  object-fit:contain;
}
.horale-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,2vw,32px)}
.horale-pair figure{width:100%;min-width:0}
.horale-pair img{width:100%;max-width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.horale-pair figcaption{grid-template-columns:minmax(120px,150px) minmax(0,1fr)}
.horale-pair figcaption span{min-width:0;overflow-wrap:anywhere}
@media(max-width:900px){
  .horale-plan-grid{grid-template-columns:1fr}
  .horale-legend{margin-top:0}
}
@media(max-width:760px){
  .horale-page{--horale-gutter:22px}
  .horale-opening,.horale-copy,.horale-plan-grid,.horale-pair,.horale-page .next-project{padding-left:var(--horale-gutter);padding-right:var(--horale-gutter)}
  .horale-hero{width:calc(100% - (2 * var(--horale-gutter)));margin-left:auto;margin-right:auto}
  .horale-pair{grid-template-columns:1fr}
  .horale-pair figcaption{grid-template-columns:1fr}
}

/* V14: shared project-page alignment system for Morbhe + Karanjade */
:root{--practice-gutter:max(22px,6.5vw);--practice-max:1480px}

/* Morbhe: remove inherited main margin and give every drawing one centered frame */
body:has(.morbhe-project) main{margin-left:0;margin-right:0}
.morbhe-project{overflow-x:clip}
.morbhe-project .project-opening,
.morbhe-project .practice-copy-section,
.morbhe-project .next-project{
  padding-left:var(--practice-gutter);
  padding-right:var(--practice-gutter);
}
.morbhe-hero,
.morbhe-plan,
.morbhe-section,
.morbhe-experience figure{
  width:calc(100% - (2 * var(--practice-gutter)));
  max-width:var(--practice-max);
  margin-left:auto;
  margin-right:auto;
}
.morbhe-hero{background:transparent}
.morbhe-plan img,.morbhe-section img,.morbhe-experience figure img,.morbhe-hero img{
  width:100%;max-width:100%;height:auto;object-fit:contain;
}
.morbhe-plan-section,.morbhe-water-section{overflow:hidden}
.morbhe-plan-section .image-note,.morbhe-water-section .image-note{
  width:min(64%,900px);
  max-width:calc(var(--practice-max) * .64);
  margin-left:auto;
  margin-right:var(--practice-gutter);
}
.morbhe-text-section,.practice-copy-section{
  max-width:calc(var(--practice-max) + (2 * var(--practice-gutter)));
  margin-left:auto;margin-right:auto;
}

/* Karanjade: cap and center the full project column at the same width */
body:has(#work) main#work{
  width:calc(100% - (2 * var(--practice-gutter)));
  max-width:var(--practice-max);
  margin-left:auto;
  margin-right:auto;
}
body:has(#work) main#work .hero,
body:has(#work) main#work .editorial-figure,
body:has(#work) main#work .masterplan-clean,
body:has(#work) main#work .full-bleed-figure,
body:has(#work) main#work .community-hero{
  width:100%;max-width:100%;margin-left:auto;margin-right:auto;
}
body:has(#work) main#work img{max-width:100%}

@media(max-width:760px){
  :root{--practice-gutter:22px}
  .morbhe-plan-section .image-note,.morbhe-water-section .image-note{
    width:auto;max-width:none;margin-left:var(--practice-gutter);margin-right:var(--practice-gutter)
  }
  body:has(#work) main#work{width:calc(100% - 44px)}
}

/* V15: project fact grid integrity — prevent global dl rules from colliding */
.project-opening-grid{grid-template-columns:minmax(0,1.45fr) minmax(420px,.75fr);gap:clamp(48px,7vw,120px)}
.project-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px 20px;
  width:100%;
  min-width:0;
}
.project-facts>div{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  column-gap:16px;
  align-items:start;
  min-width:0;
  border-top:1px solid var(--line);
  padding-top:10px;
}
.project-facts>div:last-child{grid-column:1/-1}
.project-facts dt,.project-facts dd{min-width:0}
.project-facts dt{white-space:nowrap}
.project-facts dd{overflow-wrap:normal;word-break:normal;hyphens:none}
@media(max-width:1100px){
  .project-opening-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.75fr);gap:48px}
  .project-facts{grid-template-columns:1fr}
  .project-facts>div:last-child{grid-column:auto}
}
@media(max-width:760px){
  .project-opening-grid{grid-template-columns:1fr;gap:34px}
  .project-facts{grid-template-columns:1fr}
}

/* V16: Greenway Factory Complex */
.greenway-page main{margin-left:0;margin-right:0}.greenway-project{overflow-x:clip}.greenway-opening,.greenway-copy,.greenway-page .next-project{padding-left:var(--practice-gutter);padding-right:var(--practice-gutter)}
.greenway-hero,.greenway-board,.greenway-production,.greenway-built-grid{width:calc(100% - (2 * var(--practice-gutter)));max-width:var(--practice-max);margin-left:auto;margin-right:auto}.greenway-hero{margin-top:0}.greenway-hero img{width:100%;height:min(72vh,780px);object-fit:cover;object-position:center 42%}.greenway-board{margin-top:0;margin-bottom:125px;background:#fff}.greenway-board img{width:100%;height:auto;object-fit:contain}.greenway-production{margin-top:-35px;margin-bottom:130px}.greenway-production img{width:100%;height:auto}.greenway-built-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.7fr);gap:28px;margin-bottom:140px}.greenway-built-grid figure{margin:0;min-width:0;overflow:hidden}.greenway-built-grid .wide{grid-row:span 2}.greenway-built-grid img{width:100%;height:100%;object-fit:cover}.greenway-built-grid .wide img{aspect-ratio:4/3}.greenway-built-grid figure:not(.wide) img{aspect-ratio:4/3}.greenway-copy{max-width:calc(var(--practice-max) + (2 * var(--practice-gutter)));margin-left:auto;margin-right:auto}.home .project-tile[href="greenway.html"]>img{object-position:center 48%}
@media(max-width:760px){.greenway-hero,.greenway-board,.greenway-production,.greenway-built-grid{width:calc(100% - 44px)}.greenway-hero img{height:auto;aspect-ratio:4/3}.greenway-production{margin-top:0}.greenway-built-grid{grid-template-columns:1fr;gap:22px}.greenway-built-grid .wide{grid-row:auto}.greenway-built-grid img,.greenway-built-grid .wide img,.greenway-built-grid figure:not(.wide) img{height:auto;aspect-ratio:auto}}

/* Greenway V17 assembly */
.greenway-site-gallery{display:grid;grid-template-columns:1.28fr .72fr;gap:18px;align-items:start;margin:18px auto 96px;max-width:var(--page-max,1440px);padding:0 var(--page-pad,28px)}
.greenway-site-gallery figure{margin:0;overflow:hidden;background:#f4f3ef}
.greenway-site-gallery img{display:block;width:100%;height:auto;max-width:100%}
.greenway-site-gallery .site-interior img{aspect-ratio:1.62/1;object-fit:cover}
.greenway-detail-row{max-width:760px;margin:24px auto 96px;padding:0 var(--page-pad,28px)}
.greenway-detail-row figure{margin:0}.greenway-detail-row img{display:block;width:100%;height:auto}
.greenway-built-heading{margin-top:36px}
@media(max-width:800px){.greenway-site-gallery{grid-template-columns:1fr}.greenway-detail-row{max-width:none}}
/* Greenway V20: individual architectural assets, no composite presentation sheets */
.greenway-page .gw-figure{margin:0;min-width:0}.greenway-page .gw-figure img{display:block;width:100%;height:auto;max-width:100%}.greenway-page .gw-figure figcaption,.greenway-site-gallery figcaption{display:flex;justify-content:space-between;gap:24px;padding-top:12px;border-top:1px solid #d8d6d0;margin-top:10px;font-size:12px;line-height:1.45;color:#6b6964}.greenway-page .gw-figure figcaption strong,.greenway-site-gallery figcaption strong{font-weight:500;color:#222}.greenway-page .gw-figure figcaption span,.greenway-site-gallery figcaption span{text-align:right}.gw-site{width:calc(100% - (2 * var(--practice-gutter)));max-width:1050px;margin:0 auto 140px!important}.gw-site img{background:#fff}.gw-production-system{width:calc(100% - (2 * var(--practice-gutter)));max-width:var(--practice-max);margin:0 auto 140px;display:grid;grid-template-columns:.8fr 1.35fr;gap:42px;align-items:end}.gw-production-system .gw-factory-section{grid-column:1/-1}.gw-production-system .gw-factory-section img{width:100%}.gw-worker-pair{width:calc(100% - (2 * var(--practice-gutter)));max-width:var(--practice-max);margin:0 auto 140px;display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:end}.gw-worker-pair img{background:#fff}.gw-envelope{width:calc(100% - (2 * var(--practice-gutter)));max-width:var(--practice-max);margin:0 auto 140px;display:grid;grid-template-columns:.42fr 1.58fr;gap:34px;align-items:end}.gw-envelope .gw-jali img{max-height:560px;object-fit:contain;background:#f6f4ef}.gw-envelope .gw-jali-photo img{aspect-ratio:16/9;object-fit:cover}.greenway-site-gallery{max-width:var(--practice-max);padding:0;width:calc(100% - (2 * var(--practice-gutter)));grid-template-columns:1.35fr .65fr;gap:28px;margin-bottom:140px}.greenway-site-gallery .site-exterior img{aspect-ratio:16/9;object-fit:cover}.greenway-site-gallery .site-interior img{aspect-ratio:16/10;object-fit:cover}.greenway-site-gallery figure{background:transparent}.greenway-page .greenway-board,.greenway-page .greenway-production,.greenway-page .greenway-detail-row{display:none!important}
@media(max-width:800px){.gw-production-system,.gw-worker-pair,.gw-envelope,.greenway-site-gallery{grid-template-columns:1fr;gap:28px;width:calc(100% - 44px)}.gw-site{width:calc(100% - 44px)}.greenway-page .gw-figure figcaption,.greenway-site-gallery figcaption{display:block}.greenway-page .gw-figure figcaption span,.greenway-site-gallery figcaption span{display:block;text-align:left;margin-top:3px}}

/* Greenway: Filtered Light at the Occupied Edge */
.gw-filtered-light{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:start}
.gw-filtered-light .gw-figure img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}
@media(max-width:800px){.gw-filtered-light{grid-template-columns:1fr}}

/* V25 Greenway production environment: built result + isolated architectural system */
.gw-production-built{display:block!important;max-width:var(--practice-max);margin:0 auto 140px;width:calc(100% - (2 * var(--practice-gutter)));}
.gw-production-built .gw-production-photo{margin:0 0 72px;}
.gw-production-built .gw-production-photo img{width:100%;aspect-ratio:16/9;object-fit:cover;}
.gw-production-built .gw-roof-clean{width:76%;max-width:1040px;margin:0 auto;}
.gw-production-built .gw-roof-clean img{width:100%;height:auto;background:#f7f5f0;}
@media(max-width:800px){.gw-production-built{width:calc(100% - 44px)}.gw-production-built .gw-production-photo{margin-bottom:44px}.gw-production-built .gw-roof-clean{width:100%;}}

/* V26 Greenway exploded drawing refinement */
.gw-production-built .gw-roof-clean{width:68%;max-width:900px;margin:0 auto;}
.gw-production-built .gw-roof-clean img{display:block;width:100%;height:auto;object-fit:contain;background:#fbfaf7;}
@media(max-width:800px){.gw-production-built .gw-roof-clean{width:100%;max-width:none;}}

/* V28 Greenway hero: preserve the complete facade and roofline */
.greenway-hero img,
.project-hero.greenway img,
body.greenway-page .project-hero img,
body.greenway-page .hero img {
  width:100%;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block;
}


/* V30 Pushpak Galaxy */
.pushpak-page main{margin-left:0;margin-right:0}.pushpak-project{overflow-x:clip}.pushpak-opening,.pushpak-copy,.pushpak-page .next-project{padding-left:var(--practice-gutter);padding-right:var(--practice-gutter)}
.pushpak-hero,.pushpak-floorplate,.pushpak-podium{width:calc(100% - (2 * var(--practice-gutter)));max-width:var(--practice-max);margin-left:auto;margin-right:auto}.pushpak-hero{margin-top:0;margin-bottom:130px}.pushpak-hero img{display:block;width:100%;height:auto;object-fit:contain}.pushpak-copy{max-width:calc(var(--practice-max) + (2 * var(--practice-gutter)));margin-left:auto;margin-right:auto}.pushpak-floorplate{max-width:1180px;margin-top:-24px;margin-bottom:140px}.pushpak-floorplate img{display:block;width:100%;height:auto;object-fit:contain;background:#fff}.pushpak-podium{margin-top:-22px;margin-bottom:140px}.pushpak-podium img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.next-project-link{display:block;color:inherit;text-decoration:none}.home .project-tile[href="pushpak.html"]>img{object-position:center 50%}
@media(max-width:760px){.pushpak-hero,.pushpak-floorplate,.pushpak-podium{width:calc(100% - 44px)}.pushpak-hero{margin-bottom:90px}.pushpak-floorplate,.pushpak-podium{margin-top:0;margin-bottom:100px}.pushpak-podium img{aspect-ratio:auto}}

/* Pushpak Galaxy — typical-floor drawing key */
.floorplate-key{display:grid;grid-template-columns:minmax(220px,1.6fr) repeat(3,minmax(105px,.7fr)) minmax(150px,.9fr);gap:0;border-top:1px solid #bdbdbd;border-bottom:1px solid #d8d8d8;margin-top:22px;padding:16px 0 15px;color:#222;align-items:end}
.floorplate-key>div{min-height:46px;padding:0 18px;border-left:1px solid #ddd;display:flex;flex-direction:column;justify-content:flex-end}
.floorplate-key>div:first-child{border-left:0;padding-left:0}.floorplate-key strong{font-size:13px;letter-spacing:.08em;font-weight:600}.floorplate-title span,.floorplate-stat span,.floorplate-scale span{font-size:9px;letter-spacing:.13em;color:#777;margin-top:6px}.floorplate-stat strong{font-size:18px;line-height:1}.floorplate-scale{padding-right:0!important}.scale-line{display:block!important;width:74px;height:7px;border-left:1px solid #222;border-right:1px solid #222;border-bottom:1px solid #222;margin:0 0 2px!important}
@media(max-width:760px){.floorplate-key{grid-template-columns:1fr 1fr;row-gap:18px}.floorplate-key>div{border-left:0;padding:0}.floorplate-scale{grid-column:1/-1}.floorplate-title{grid-column:1/-1}}

/* Pushpak V32 — direct plan annotations */
.floorplate-annotated{position:relative;background:#fff}
.floorplate-annotated>img{display:block;width:100%;height:auto}
.plan-label{position:absolute;z-index:2;font-size:9px;line-height:1;letter-spacing:.12em;font-weight:600;color:#242424;background:rgba(255,255,255,.88);padding:5px 7px;white-space:nowrap;border:1px solid rgba(30,30,30,.14)}
.plan-label.residence{font-size:8px;letter-spacing:.14em;color:#555;background:rgba(255,255,255,.78)}
.plan-label.r1{left:26%;top:21%}.plan-label.r2{right:26%;top:21%}.plan-label.r3{left:22%;top:61%}.plan-label.r4{right:22%;top:61%}
.plan-label.lobby{left:50%;top:43%;transform:translate(-50%,-50%);font-size:10px;padding:6px 9px}
.plan-label.l1{left:43.1%;top:49%;transform:translate(-50%,-50%)}.plan-label.l2{left:56.9%;top:49%;transform:translate(-50%,-50%)}
.plan-label.s1{left:37.5%;top:65%;transform:translate(-50%,-50%)}.plan-label.s2{left:62.5%;top:65%;transform:translate(-50%,-50%)}
.floorplate-caption{border-top:1px solid #c7c7c7;margin-top:22px;padding-top:16px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,2fr);gap:42px;align-items:start;color:#222}
.floorplate-caption strong{font-size:12px;letter-spacing:.1em;font-weight:600}.floorplate-caption span{font-size:12px;line-height:1.55;color:#666;max-width:650px}
@media(max-width:760px){.plan-label{font-size:6px;padding:3px 4px}.plan-label.residence{font-size:5px}.plan-label.lobby{font-size:6px;padding:4px 5px}.floorplate-caption{grid-template-columns:1fr;gap:7px}.floorplate-caption span{font-size:11px}}

/* Wadh Al-Naqqa */
.wadh-page .project-opening{padding-bottom:clamp(40px,6vw,90px)}
.wadh-hero,.wadh-diagram,.wadh-systems,.wadh-commons{margin:0 auto;max-width:1600px;padding:0 clamp(20px,4vw,64px)}
.wadh-hero img,.wadh-diagram img,.wadh-systems img,.wadh-commons img{display:block;width:100%;height:auto}
.wadh-diagram,.wadh-systems{background:#fff}
.wadh-copy{margin-top:clamp(70px,10vw,150px)}
.wadh-tags{max-width:1480px;margin:28px auto 0;padding:0 clamp(20px,4vw,64px);display:flex;flex-wrap:wrap;gap:10px 22px;font-size:11px;letter-spacing:.12em;line-height:1.5}
.wadh-tags span{border-top:1px solid currentColor;padding-top:8px}
.wadh-commons{margin-bottom:clamp(70px,10vw,150px)}
@media(max-width:700px){.wadh-tags{font-size:9px;gap:8px 14px}.wadh-hero,.wadh-diagram,.wadh-systems,.wadh-commons{padding-left:16px;padding-right:16px}}

/* V34 — international multidisciplinary practice */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:none}
nav a{white-space:nowrap}.studio-v34,.services-main,.contact-v34{margin:0 6.5vw}
.studio-manifesto{padding:105px 0 125px;border-bottom:1px solid var(--line)}.studio-manifesto h1{font-size:clamp(48px,6vw,94px);line-height:.94;max-width:1200px;margin:36px 0 85px}.studio-manifesto h1 em{font-style:normal;color:var(--muted)}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw;margin-left:34%}.manifesto-grid p{font-size:clamp(16px,1.35vw,20px);line-height:1.65;margin:0}.archive-wide{padding:110px 0 130px}.archive-wide img{width:100%;max-height:78vh;object-fit:cover;object-position:center 58%}.archive-caption{border-top:1px solid var(--line);padding-top:14px;margin-top:14px;display:grid;grid-template-columns:1fr 2fr;gap:5vw}.archive-caption span{font-size:9px;letter-spacing:.12em}.archive-caption p{font-size:12px;color:var(--muted);margin:0;max-width:620px}.principal{border-top:1px solid var(--line);padding:110px 0 140px;display:grid;grid-template-columns:1.25fr .62fr;gap:10vw}.principal-copy h2{font-size:clamp(44px,5vw,78px);font-weight:400;letter-spacing:-.04em;margin:26px 0 8px}.principal-role{font-size:12px;letter-spacing:.06em;color:var(--muted);margin:0 0 58px}.principal-copy>p:not(.eyebrow):not(.principal-role){font-size:clamp(15px,1.2vw,18px);line-height:1.72;max-width:760px}.principal-portrait{margin:0}.principal-portrait img{width:100%;aspect-ratio:1/1;object-fit:cover}.principal-portrait figcaption{border-top:1px solid var(--line);margin-top:13px;padding-top:11px;font-size:10px;letter-spacing:.08em}.principal-portrait figcaption span{color:var(--muted)}.practice-fields{border-top:1px solid var(--line);padding:100px 0 140px;display:grid;grid-template-columns:.65fr 1.35fr;gap:7vw}.practice-fields h2{font-size:clamp(34px,4vw,62px);font-weight:400;line-height:1.05;letter-spacing:-.035em}.field-list a{display:grid;grid-template-columns:50px .75fr 1fr;gap:20px;padding:20px 0;border-top:1px solid var(--line);align-items:baseline}.field-list span,.field-list small{font-size:9px;color:var(--muted)}.field-list strong{font-size:18px;font-weight:400}.international-note{border-top:1px solid var(--line);padding:85px 0 130px}.international-note h2{font-size:clamp(32px,4vw,62px);font-weight:400;line-height:1.1;max-width:1050px;letter-spacing:-.035em}.international-note a{display:inline-block;margin-top:30px;font-size:11px;border-bottom:1px solid var(--ink);padding-bottom:4px}
.home-services{border-top:1px solid var(--line);padding:32px 0 120px;display:grid;grid-template-columns:.55fr 1.8fr;gap:5vw}.home-services>div a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:18px 0;font-size:clamp(20px,2vw,30px)}.home-services>div a span{font-size:18px}.home-contact{border-top:1px solid var(--line);padding:34px 0 130px;display:grid;grid-template-columns:.55fr 1.15fr .65fr;gap:5vw}.home-contact h2{font-size:clamp(34px,4vw,64px);font-weight:400;line-height:1.05;letter-spacing:-.04em;margin:0}.home-contact div p{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 35px}.home-contact a{font-size:11px;border-bottom:1px solid var(--ink);padding-bottom:4px}
.services-intro{padding:105px 0 120px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:.5fr 1.2fr .7fr;gap:5vw;align-items:end}.services-intro h1{font-size:clamp(48px,6vw,94px);line-height:.94;margin:0}.services-intro>p:last-child{font-size:15px;line-height:1.65;color:var(--muted);margin:0}.service-rows article{display:grid;grid-template-columns:.18fr .82fr;border-bottom:1px solid var(--line);padding:70px 0}.service-rows article>span{font-size:10px;color:var(--muted)}.service-rows h2{font-size:clamp(36px,4.5vw,70px);font-weight:400;letter-spacing:-.04em;margin:0 0 26px}.service-rows p{font-size:clamp(15px,1.2vw,18px);line-height:1.7;max-width:720px;margin:0;color:var(--muted)}.services-cta{padding:110px 0 140px}.services-cta h2{font-size:clamp(42px,6vw,90px);font-weight:400;letter-spacing:-.05em;margin:28px 0 45px}.services-cta a{font-size:11px;border-bottom:1px solid var(--ink);padding-bottom:4px}
.contact-hero{padding:105px 0 125px;border-bottom:1px solid var(--line)}.contact-hero h1{font-size:clamp(58px,8vw,124px);line-height:.86;margin:35px 0 55px}.contact-hero>p:last-child{font-size:clamp(16px,1.4vw,21px);max-width:650px;color:var(--muted)}.contact-grid{padding:80px 0 130px;display:grid;grid-template-columns:1.15fr .85fr;gap:9vw}.contact-big{display:inline-block;font-size:clamp(24px,3vw,46px);letter-spacing:-.025em;margin-top:30px;border-bottom:1px solid var(--ink)}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:50px 28px}.contact-details div{border-top:1px solid var(--line);padding-top:14px;display:flex;flex-direction:column;align-items:flex-start}.contact-details span{font-size:9px;letter-spacing:.12em;color:var(--muted);margin-bottom:20px}.contact-details a,.contact-details p{font-size:12px;margin:0 0 8px}.contact-details p{color:var(--muted)}.enquiry-types{border-top:1px solid var(--line);padding:34px 0 120px;display:grid;grid-template-columns:.4fr 1.2fr .5fr;gap:5vw}.enquiry-types>div{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.enquiry-types>div span{font-size:11px;border-top:1px solid var(--line);padding:14px 0}.enquiry-types>p:last-child{font-size:12px;color:var(--muted)}
@media(max-width:900px){nav{gap:18px}.manifesto-grid{margin-left:0}.principal{grid-template-columns:1fr .6fr;gap:6vw}.services-intro{grid-template-columns:1fr}.home-contact{grid-template-columns:1fr 1.2fr}.home-contact>div{grid-column:2}.contact-grid{grid-template-columns:1fr}.enquiry-types{grid-template-columns:1fr}}
@media(max-width:760px){nav{gap:11px;font-size:9px}.studio-v34,.services-main,.contact-v34{margin:0 22px}.studio-manifesto,.contact-hero{padding-top:72px}.manifesto-grid,.principal,.practice-fields,.home-services,.home-contact{grid-template-columns:1fr}.manifesto-grid{gap:24px}.archive-wide{padding:70px 0 90px}.archive-wide img{max-height:none}.archive-caption{grid-template-columns:1fr;gap:10px}.principal{gap:45px;padding:80px 0}.principal-portrait{max-width:360px}.practice-fields{padding:75px 0 90px}.field-list a{grid-template-columns:35px 1fr}.field-list small{grid-column:2}.home-contact>div{grid-column:auto}.services-intro{padding:75px 0}.service-rows article{grid-template-columns:40px 1fr;padding:50px 0}.contact-grid{padding:60px 0 90px}.contact-details{grid-template-columns:1fr}.enquiry-types>div{grid-template-columns:1fr}}

/* V36 — visual, compact homepage */
.home-v36{background:#f2f0ea}.home-v36 header{position:absolute;top:0;left:0;right:0;max-width:none;margin:0;padding:0 4vw;border-bottom:1px solid rgba(255,255,255,.35);background:transparent;color:#fff}.home-v36 header .brand,.home-v36 header nav a{color:#fff}.home-v36 header .brand img{filter:brightness(0) invert(1)}.home-v36 header nav a:after{background:#fff}
.v36-hero{position:relative;height:min(88vh,850px);min-height:620px;color:#fff;overflow:hidden}.v36-hero figure{position:absolute;inset:0;margin:0}.v36-hero figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.18),rgba(10,10,10,.03) 45%,rgba(10,10,10,.45))}.v36-hero img{width:100%;height:100%;object-fit:cover}.v36-hero-title{position:absolute;left:5vw;bottom:12vh}.v36-hero-title .eyebrow{color:#fff;margin-bottom:16px}.v36-hero-title h1{font-size:clamp(54px,7vw,108px);line-height:.86;letter-spacing:-.055em;font-weight:400;margin:0}.v36-hero-foot{position:absolute;right:5vw;bottom:7vh;width:min(410px,34vw);font-size:14px}.v36-hero-foot p{margin:0 0 20px;line-height:1.55}.v36-hero-foot a{color:#fff;font-size:10px;letter-spacing:.13em;text-decoration:none}
.v36-work{padding:110px 5vw 125px}.v36-section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:34px}.v36-section-head p:last-child{font-size:14px;color:var(--muted);margin:0}.v36-grid{display:grid;grid-template-columns:1fr 1fr;gap:62px 28px}.v36-project{text-decoration:none;color:inherit}.v36-project img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .45s ease}.v36-project{overflow:hidden}.v36-project>div{display:grid;grid-template-columns:1fr auto;gap:20px;padding-top:14px;border-top:1px solid var(--line);margin-top:12px}.v36-project h2{font-size:clamp(17px,1.55vw,23px);font-weight:400;letter-spacing:-.02em;margin:0}.v36-project p{font-size:10px;color:var(--muted);margin:4px 0 0;text-align:right}.v36-project:hover img{transform:scale(1.012)}
.v36-charrette{background:#d8d0c3;padding:95px 5vw 105px;display:grid;grid-template-columns:.34fr 1fr;gap:7vw}.v36-charrette>div{max-width:820px}.v36-charrette h2{font-size:clamp(36px,4.3vw,68px);font-weight:400;line-height:1;letter-spacing:-.035em;margin:0 0 26px}.v36-charrette p{font-size:17px;line-height:1.6;max-width:650px}.v36-charrette a,.v36-studio a,.v36-contact a{display:inline-block;margin-top:22px;color:inherit;text-decoration:none;font-size:10px;letter-spacing:.13em}
.v36-practice{padding:95px 5vw 110px}.v36-practice-links{margin-top:35px;border-top:1px solid var(--line)}.v36-practice-links a{display:grid;grid-template-columns:80px 1fr;padding:22px 0;border-bottom:1px solid var(--line);font-size:clamp(25px,3vw,43px);line-height:1;text-decoration:none;color:inherit}.v36-practice-links span{font-size:9px;letter-spacing:.12em;color:var(--muted);align-self:center}
.v36-studio{background:#e8e4dc;padding:0 5vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw}.v36-studio figure{margin:0}.v36-studio img{width:100%;height:480px;object-fit:cover}.v36-studio>div{padding:75px 0}.v36-studio h2{font-size:clamp(30px,3.5vw,54px);font-weight:400;line-height:1.08;letter-spacing:-.03em;max-width:650px;margin:24px 0}
.v36-contact{background:#20211f;color:#f2f0ea;padding:90px 5vw 100px}.v36-contact .eyebrow{color:#aaa}.v36-contact h2{font-size:clamp(38px,5vw,76px);font-weight:400;line-height:1;letter-spacing:-.04em;margin:24px 0 0;max-width:900px}.v36-contact a{color:#f2f0ea}
@media(max-width:800px){.home-v36 header{position:relative;background:#f2f0ea;color:var(--ink);padding:0 22px}.home-v36 header .brand,.home-v36 header nav a{color:var(--ink)}.home-v36 header .brand img{filter:none}.v36-hero{height:72vh;min-height:520px}.v36-hero-title{bottom:15vh}.v36-hero-foot{left:5vw;right:auto;bottom:5vh;width:80vw}.v36-grid{grid-template-columns:1fr;gap:48px}.v36-project>div{grid-template-columns:1fr}.v36-project p{text-align:left}.v36-charrette{grid-template-columns:1fr;gap:28px}.v36-studio{grid-template-columns:1fr;padding:0}.v36-studio>div{padding:60px 22px}.v36-studio img{height:auto}.v36-work,.v36-charrette,.v36-practice,.v36-contact{padding-left:22px;padding-right:22px}.v36-section-head{display:block}.v36-section-head p:last-child{margin-top:12px}.v36-practice-links a{grid-template-columns:50px 1fr}}

/* V37 landing-page refinement */
.home-v36 header{padding:0 3.5vw}
.v36-hero{height:min(82vh,790px);min-height:590px;margin:0 3.4vw 0}
.v36-hero figure:after{background:linear-gradient(180deg,rgba(12,12,12,.22),rgba(12,12,12,.015) 44%,rgba(12,12,12,.36))}
.v36-hero-title{left:5.6vw;right:5.6vw;bottom:8.5vh}
.v36-hero-title .eyebrow{font-size:10px;letter-spacing:.15em;margin-bottom:13px;max-width:760px}
.v36-hero-title h1{font-size:clamp(46px,5.25vw,82px);line-height:.95;letter-spacing:-.045em;font-weight:400;white-space:nowrap}
.v36-hero-foot{right:5.6vw;bottom:8.8vh;width:min(390px,30vw);font-size:13px}
.v36-hero-foot p{margin:0 0 15px;line-height:1.48}
.v36-hero-foot a{font-size:10px;letter-spacing:.15em}
@media(max-width:1100px){
 .v36-hero-title h1{font-size:clamp(42px,5vw,62px)}
 .v36-hero-foot{width:31vw}
}
@media(max-width:800px){
 .v36-hero{margin:0;height:74vh;min-height:520px}
 .v36-hero-title{left:22px;right:22px;bottom:16vh}
 .v36-hero-title h1{white-space:normal;font-size:clamp(42px,11vw,62px);line-height:.92}
 .v36-hero-title .eyebrow{font-size:9px;line-height:1.6}
 .v36-hero-foot{left:22px;right:22px;bottom:4vh;width:auto}
}


/* V38 — landing composition: identity first, services second */
.home-v36 header{padding:0 5.8vw;border-bottom:1px solid rgba(255,255,255,.28)}
.home-v36 header .brand img{filter:none;width:38px;height:30px}
.home-v36 header .brand span{display:none}
.v36-hero{height:min(82vh,790px);min-height:590px;margin:0 3.4vw}
.v36-hero-title{left:6.2vw;right:auto;bottom:7.4vh;max-width:1000px}
.v36-hero-title h1{font-size:clamp(48px,5.6vw,86px);line-height:.94;letter-spacing:-.048em;white-space:nowrap;margin:0}
.v36-hero-title .hero-services{font-size:clamp(11px,.9vw,14px);line-height:1.4;letter-spacing:.11em;text-transform:uppercase;margin:18px 0 0;color:#fff}
.v36-hero-foot{display:none}
.home-proposition{margin:0 5vw;padding:72px 0 78px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:.62fr 1.38fr;column-gap:7vw;align-items:start}
.home-proposition>.eyebrow{grid-row:1 / span 2;margin:9px 0 0}
.home-proposition h2{font-size:clamp(32px,3.5vw,54px);font-weight:400;line-height:1;letter-spacing:-.035em;margin:0 0 20px}
.home-proposition>p:last-child{font-size:clamp(15px,1.15vw,18px);line-height:1.6;max-width:720px;margin:0;color:#55544f}
.v36-work{padding-top:72px}
.v36-studio--text{display:block;padding:92px 5vw 100px}
.v36-studio--text>div{padding:0;max-width:940px;margin-left:auto}
.v36-studio--text h2{max-width:900px}
@media(max-width:1050px){
 .v36-hero-title h1{font-size:clamp(44px,5.2vw,64px)}
 .home-v36 header{padding-left:4.5vw;padding-right:4.5vw}
}
@media(max-width:800px){
 .home-v36 header .brand img{width:32px;height:26px}
 .v36-hero{margin:0;height:72vh;min-height:520px}
 .v36-hero-title{left:22px;right:22px;bottom:7vh}
 .v36-hero-title h1{white-space:normal;font-size:clamp(40px,11vw,62px);line-height:.94}
 .v36-hero-title .hero-services{font-size:9px;line-height:1.65;margin-top:15px}
 .home-proposition{margin:0 22px;padding:54px 0 60px;grid-template-columns:1fr;gap:24px}
 .home-proposition>.eyebrow{grid-row:auto;margin:0}
 .home-proposition h2{margin:0 0 16px}
 .v36-work{padding-top:56px}
 .v36-studio--text{padding:70px 22px 76px}
}

/* V40 Greenway reset: restore one clear project grid before further experimentation */
body.greenway-page{background:#f2f0ea}
.greenway-page header{margin-left:6.5vw;margin-right:6.5vw;max-width:none}
.greenway-page main{margin:0}
.greenway-project{--gw-grid:6.5vw;--gw-max:1440px;overflow-x:hidden}
.greenway-opening,.greenway-copy,.greenway-page .next-project,
.gw-site,.gw-production-built,.gw-filtered-light,.greenway-site-gallery{
  width:auto!important;max-width:none!important;margin-left:var(--gw-grid)!important;margin-right:var(--gw-grid)!important;
}
.greenway-opening{padding:72px 0 44px!important;border-bottom:0}
.greenway-opening .project-kicker{margin:0 0 26px;font-size:10px;letter-spacing:.16em;color:var(--muted)}
.greenway-opening h1{font-size:clamp(48px,5.2vw,78px)!important;line-height:.94!important;letter-spacing:-.045em!important;margin:0 0 40px!important;max-width:1050px}
.greenway-meta{border-top:1px solid var(--line);padding-top:14px;display:flex;gap:48px;font-size:11px;color:#65635e}
.greenway-hero{width:auto!important;max-width:none!important;margin:0 var(--gw-grid) 88px!important;overflow:hidden;aspect-ratio:2.05/1;background:#e8e5de}
.greenway-hero img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block}
.greenway-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:9vw;padding:0 0 42px!important;margin-top:0!important;border-top:1px solid var(--line)}
.greenway-copy>div,.greenway-copy>p{padding-top:26px}
.greenway-copy .section-index{font-size:10px;letter-spacing:.14em;margin:0 0 16px;color:var(--muted)}
.greenway-copy h2{font-size:clamp(30px,3vw,46px)!important;line-height:1.03;margin:0!important;font-weight:400;letter-spacing:-.035em}
.greenway-copy>p{font-size:15px!important;line-height:1.55!important;margin:0;max-width:560px}
.gw-site{margin-top:0!important;margin-bottom:88px!important}
.gw-site img{width:100%;height:auto;background:#fff}
.gw-production-built{margin-top:0!important;margin-bottom:88px!important}
.gw-production-built .gw-production-photo{margin:0 0 36px!important}
.gw-production-built .gw-production-photo img{aspect-ratio:2.05/1!important;object-fit:cover!important}
.gw-production-built .gw-roof-clean{width:72%!important;max-width:1000px!important;margin:0 0 0 auto!important}
.gw-filtered-light{margin-top:0!important;margin-bottom:88px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;align-items:start!important}
.gw-filtered-light .gw-figure img{aspect-ratio:16/10!important;object-fit:cover!important}
.greenway-site-gallery{margin-top:0!important;margin-bottom:92px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;align-items:start!important;padding:0!important}
.greenway-site-gallery .site-exterior img,.greenway-site-gallery .site-interior img{aspect-ratio:16/10!important;object-fit:cover!important}
.greenway-page .gw-figure figcaption,.greenway-site-gallery figcaption{font-size:10px;padding-top:9px;margin-top:8px}
.greenway-page .next-project{padding:62px 0 82px!important;border-top:1px solid var(--line)}
.greenway-page .next-project h2{font-size:clamp(36px,4vw,58px)}
@media(max-width:800px){
 .greenway-project{--gw-grid:22px}
 .greenway-opening{padding-top:55px!important}
 .greenway-meta{display:block}.greenway-meta span{display:block;margin-bottom:5px}
 .greenway-hero{aspect-ratio:4/3;margin-bottom:60px!important}
 .greenway-copy{grid-template-columns:1fr;gap:0;padding-bottom:32px!important}
 .greenway-copy>p{padding-top:20px}
 .gw-production-built .gw-roof-clean{width:100%!important}
 .gw-filtered-light,.greenway-site-gallery{grid-template-columns:1fr!important}
}

/* V41 Greenway review corrections: unify page tone + center technical axon */
body.greenway-page,
.greenway-page header,
.greenway-page main,
.greenway-page .greenway-project,
.greenway-page .greenway-opening,
.greenway-page .greenway-copy,
.greenway-page .next-project,
.greenway-page footer{background:var(--bg)!important;}
.greenway-page .gw-production-built .gw-roof-clean{
  width:72%!important;
  max-width:1000px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.greenway-page .gw-production-built .gw-roof-clean img{background:#fff!important;}


/* V42 Greenway experiment — one controlled dark technical interlude */
.greenway-page .gw-tech-dark{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-top:54px;
  margin-bottom:0;
  padding:72px max(6.5vw,32px) 58px;
  box-sizing:border-box;
  background:#252522;
}
.greenway-page .gw-tech-dark .gw-roof-clean{
  width:min(72%,1000px)!important;
  margin:0 auto!important;
}
.greenway-page .gw-tech-dark .gw-roof-clean img{
  display:block;
  width:100%;
  height:auto;
  background:#fff!important;
}
.greenway-page .gw-tech-dark .gw-roof-clean figcaption{
  border-top-color:rgba(255,255,255,.22)!important;
  color:rgba(255,255,255,.72)!important;
}
.greenway-page .gw-tech-dark .gw-roof-clean figcaption strong{color:#fff!important;}
@media(max-width:800px){
  .greenway-page .gw-tech-dark{padding:42px 22px 36px;margin-top:36px;}
  .greenway-page .gw-tech-dark .gw-roof-clean{width:100%!important;}
}


/* V43 Greenway experiment — dark drawing-table fields for both architectural sheets */
.greenway-page .gw-sheet-dark{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:0;
  margin-bottom:88px;
  padding:72px max(6.5vw,32px) 58px;
  box-sizing:border-box;
  background:#252522;
}
.greenway-page .gw-site-dark .gw-site{
  width:min(100%,1440px)!important;
  margin:0 auto!important;
}
.greenway-page .gw-site-dark .gw-site img{
  display:block;
  width:100%;
  height:auto;
  background:#fff!important;
}
.greenway-page .gw-site-dark .gw-site figcaption{
  border-top-color:rgba(255,255,255,.22)!important;
  color:rgba(255,255,255,.72)!important;
}
.greenway-page .gw-site-dark .gw-site figcaption strong{color:#fff!important;}
@media(max-width:800px){
  .greenway-page .gw-sheet-dark{padding:42px 22px 36px;margin-bottom:60px;}
  .greenway-page .gw-site-dark .gw-site{width:100%!important;}
}


/* V44 Greenway experiment — drawings merge into charcoal field */
.greenway-page .gw-site-dark .gw-site img,
.greenway-page .gw-tech-dark .gw-roof-clean img{
  background:transparent!important;
}
.greenway-page .gw-site-dark .gw-site,
.greenway-page .gw-tech-dark .gw-roof-clean{
  background:transparent!important;
}
.greenway-page .gw-site-dark{
  padding-top:42px;
}
.greenway-page .gw-tech-dark{
  padding-top:48px;
}

/* V45 approved Greenway dark drawing assets — final scale balance */
.greenway-page .gw-site-dark .gw-site{
  width:min(92%,1325px)!important;
  margin:0 auto!important;
}
.greenway-page .gw-tech-dark .gw-roof-clean{
  width:min(84%,1160px)!important;
  max-width:none!important;
  margin:0 auto!important;
}
.greenway-page .gw-site-dark .gw-site img,
.greenway-page .gw-tech-dark .gw-roof-clean img{
  display:block;
  width:100%;
  height:auto;
  background:transparent!important;
}
@media(max-width:800px){
  .greenway-page .gw-site-dark .gw-site,
  .greenway-page .gw-tech-dark .gw-roof-clean{width:100%!important;}
}

/* V46 Greenway — match each dark drawing field to its approved image edge tone */
.greenway-page .gw-site-dark{
  background:#272724!important;
}
.greenway-page .gw-tech-dark{
  background:#2b2525!important;
}

/* V47 Wadh — inherit the locked Greenway V46 project-page system */
body.wadh-v47{background:var(--bg)}
.wadh-v47 header{margin-left:6.5vw;margin-right:6.5vw;max-width:none;background:var(--bg)}
.wadh-v47 main{margin:0}
.wadh-v47 .wadh-project{--wadh-grid:6.5vw;overflow-x:hidden}
.wadh-v47 .wadh-opening,.wadh-v47 .wadh-copy,.wadh-v47 .next-project{
  width:auto!important;max-width:none!important;margin-left:var(--wadh-grid)!important;margin-right:var(--wadh-grid)!important;
}
.wadh-v47 .wadh-opening{padding:72px 0 44px!important;border-bottom:0}
.wadh-v47 .wadh-opening .project-kicker{margin:0 0 26px;font-size:10px;letter-spacing:.16em;color:var(--muted)}
.wadh-v47 .wadh-opening h1{font-size:clamp(48px,5.2vw,78px)!important;line-height:.94!important;letter-spacing:-.045em!important;margin:0 0 40px!important;max-width:1050px;font-weight:400}
.wadh-v47 .wadh-meta{border-top:1px solid var(--line);padding-top:14px;display:flex;gap:48px;font-size:11px;color:#65635e}
.wadh-v47 .wadh-hero{width:auto!important;max-width:none!important;margin:0 var(--wadh-grid) 88px!important;padding:0!important;overflow:hidden;aspect-ratio:2.05/1;background:#e8e5de}
.wadh-v47 .wadh-hero img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block}
.wadh-v47 .wadh-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:9vw;padding:0 0 42px!important;margin-top:0!important;border-top:1px solid var(--line)}
.wadh-v47 .wadh-copy>div,.wadh-v47 .wadh-copy>p{padding-top:26px}
.wadh-v47 .wadh-copy .section-index{font-size:10px;letter-spacing:.14em;margin:0 0 16px;color:var(--muted)}
.wadh-v47 .wadh-copy h2{font-size:clamp(30px,3vw,46px)!important;line-height:1.03;margin:0!important;font-weight:400;letter-spacing:-.035em}
.wadh-v47 .wadh-copy>p{font-size:15px!important;line-height:1.55!important;margin:0;max-width:560px}
.wadh-v47 .wadh-diagram,.wadh-v47 .wadh-systems,.wadh-v47 .wadh-commons{width:auto!important;max-width:none!important;margin:0 var(--wadh-grid) 88px!important;padding:0!important;background:transparent}
.wadh-v47 .wadh-diagram img,.wadh-v47 .wadh-systems img,.wadh-v47 .wadh-commons img{display:block;width:100%;height:auto}
.wadh-v47 .wadh-diagram img,.wadh-v47 .wadh-systems img{object-fit:contain}
.wadh-v47 figure figcaption{display:flex;justify-content:space-between;gap:24px;padding-top:9px;border-top:1px solid var(--line);margin-top:8px;font-size:10px;line-height:1.45;color:#6b6964}
.wadh-v47 figure figcaption strong{font-weight:500;color:#222}
.wadh-v47 figure figcaption span{text-align:right}
.wadh-v47 .wadh-diagram{max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;width:calc(100% - (2 * var(--wadh-grid)))!important}
.wadh-v47 .wadh-systems{max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;width:calc(100% - (2 * var(--wadh-grid)))!important}
.wadh-v47 .wadh-commons img{aspect-ratio:2.05/1;object-fit:cover}
.wadh-v47 .next-project{padding:62px 0 82px!important;border-top:1px solid var(--line)}
.wadh-v47 .next-project h2{font-size:clamp(36px,4vw,58px);font-weight:400}
.wadh-v47 footer{background:var(--bg)}
@media(max-width:800px){
 .wadh-v47 .wadh-project{--wadh-grid:22px}
 .wadh-v47 .wadh-opening{padding-top:55px!important}
 .wadh-v47 .wadh-meta{display:block}.wadh-v47 .wadh-meta span{display:block;margin-bottom:5px}
 .wadh-v47 .wadh-hero{aspect-ratio:4/3;margin-bottom:60px!important}
 .wadh-v47 .wadh-copy{grid-template-columns:1fr;gap:0;padding-bottom:32px!important}
 .wadh-v47 .wadh-copy>p{padding-top:20px}
 .wadh-v47 figure figcaption{display:block}.wadh-v47 figure figcaption span{display:block;text-align:left;margin-top:3px}
 .wadh-v47 .wadh-diagram,.wadh-v47 .wadh-systems{width:calc(100% - 44px)!important}
 .wadh-v47 .wadh-commons img{aspect-ratio:auto}
}

/* V48 — approved Wadh dark analytical drawings */
.wadh-v47 .wadh-diagram,
.wadh-v47 .wadh-systems{
  background:#020202!important;
  padding:0!important;
}
.wadh-v47 .wadh-diagram img,
.wadh-v47 .wadh-systems img{
  display:block;
  width:100%!important;
  height:auto!important;
}
.wadh-v47 .wadh-diagram figcaption,
.wadh-v47 .wadh-systems figcaption{
  margin:0!important;
  padding:10px 0 0!important;
  border-top:1px solid rgba(241,239,232,.28)!important;
  color:#bdb9af!important;
  background:#020202!important;
}
.wadh-v47 .wadh-diagram figcaption strong,
.wadh-v47 .wadh-systems figcaption strong{
  color:#f1efe8!important;
}

/* V50 — Wadh hero: preserve complete approved image without cropping */
.wadh-v47 .wadh-hero{
  aspect-ratio:auto!important;
  overflow:visible!important;
}
.wadh-v47 .wadh-hero img{
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:700px){
  .wadh-v47 .wadh-hero{aspect-ratio:auto!important;}
}

/* V51 — GLOBAL TYPOGRAPHY TEST
   Lighter, quieter editorial hierarchy. No layout, imagery, spacing, or content changes. */
body{font-size:14px;font-weight:400;}
header{font-size:11px;}
.brand{font-weight:500;font-size:13px;}
nav a{font-weight:400;letter-spacing:.045em;}
.eyebrow,.meta,.project-kicker,.section-index{font-size:8.5px;font-weight:400;letter-spacing:.17em;}

/* Shared project-page opening hierarchy */
.project-opening h1{font-size:clamp(52px,6.4vw,98px);font-weight:300;letter-spacing:-.038em;}
.project-deck,.lead,.studio-opening-copy p,.practice-copy-section>p{font-size:clamp(15px,1.15vw,18px);font-weight:400;line-height:1.68;}
.morbhe-text-section h2,.experience-label h2,.next-project h2{font-size:clamp(27px,3.5vw,52px);font-weight:300;letter-spacing:-.02em;}
.morbhe-text-section p{font-size:14px;line-height:1.78;}
.next-project>span{font-size:8.5px;}.next-project p{font-size:10px;}

/* Greenway / shared practice sections */
.practice-copy-section h2{font-size:clamp(30px,3.25vw,51px);font-weight:300;letter-spacing:-.025em;}
.practice-copy-section>p{font-size:clamp(15px,1.12vw,18px);line-height:1.7;}
.greenway-page .gw-figure figcaption,.greenway-site-gallery figcaption{font-size:11px;}
.greenway-page .gw-figure figcaption strong,.greenway-site-gallery figcaption strong{font-weight:400;}

/* Wadh — preserve composition, quiet the typography */
.wadh-v47 .wadh-opening .project-kicker{font-size:8.5px;}
.wadh-v47 .wadh-opening h1{font-size:clamp(43px,4.65vw,70px)!important;font-weight:300!important;letter-spacing:-.038em!important;}
.wadh-v47 .wadh-meta{font-size:10px;}
.wadh-v47 .wadh-copy .section-index{font-size:8.5px;}
.wadh-v47 .wadh-copy h2{font-size:clamp(27px,2.65vw,40px)!important;font-weight:300!important;letter-spacing:-.025em;}
.wadh-v47 .wadh-copy>p{font-size:14px!important;line-height:1.62!important;}
.wadh-v47 figure figcaption{font-size:9.5px;}
.wadh-v47 figure figcaption strong{font-weight:400;}
.wadh-v47 .next-project h2{font-size:clamp(32px,3.5vw,50px);font-weight:300;}

/* Landing / index — same quieter typographic voice */
.home-intro h1{font-size:clamp(52px,6.45vw,98px);font-weight:300;letter-spacing:-.045em;}
.home-statement p{font-size:clamp(16px,1.3vw,20px);font-weight:400;}
.work-heading h2{font-size:clamp(24px,2.45vw,36px);font-weight:300;letter-spacing:-.025em;}
.project-info h2{font-size:clamp(21px,2vw,30px);font-weight:300;}
.tile-meta h3{font-size:16px;font-weight:300;}
.practice-line{font-size:clamp(20px,2.05vw,30px);font-weight:300;}

/* Studio / contact */
.studio-opening h1{font-size:clamp(44px,5.1vw,78px);font-weight:300;letter-spacing:-.035em;}
.studio-opening-copy p{font-size:16px;line-height:1.7;}
.studio-practice h2{font-size:clamp(34px,4vw,62px);font-weight:300;letter-spacing:-.025em;}
.studio-practice-copy p{font-size:16px;line-height:1.75;}
.studio-project-line span{font-size:clamp(17px,1.8vw,25px);font-weight:300;}
.contact-opening h1{font-size:clamp(52px,7vw,104px);font-weight:300;letter-spacing:-.04em;}
.contact-opening>p:not(.eyebrow){font-size:16px;}

@media(max-width:760px){
  .project-opening h1{font-size:46px;}
  .wadh-v47 .wadh-opening h1{font-size:44px!important;}
  .home-intro h1{font-size:48px;}
}

/* V52 — Wadh full-width dark drawing fields. Locked dark-field rule. */
.wadh-v47 .wadh-diagram,
.wadh-v47 .wadh-systems{
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-bottom:88px!important;
  padding:0 var(--wadh-grid) 12px!important;
  background:#000!important;
}
.wadh-v47 .wadh-diagram img{
  width:min(1320px,100%)!important;
  margin:0 auto!important;
}
.wadh-v47 .wadh-systems img{
  width:min(1240px,100%)!important;
  margin:0 auto!important;
}
.wadh-v47 .wadh-diagram figcaption,
.wadh-v47 .wadh-systems figcaption{
  width:100%!important;
  max-width:1320px!important;
  margin:0 auto!important;
  padding:10px 0 0!important;
  background:#000!important;
}
.wadh-v47 .wadh-systems figcaption{max-width:1240px!important;}
@media(max-width:800px){
 .wadh-v47 .wadh-diagram,
 .wadh-v47 .wadh-systems{
   width:100vw!important;
   margin-left:calc(50% - 50vw)!important;
   margin-right:calc(50% - 50vw)!important;
   padding-left:22px!important;
   padding-right:22px!important;
 }
}

/* V53 — GLOBAL RHYTHM + SPACING REFINEMENT
   Site-system pass only: shared rhythm, homepage bands, CTA, header/logo and footer. */
:root{
  --space-xs:12px;
  --space-sm:20px;
  --space-md:36px;
  --space-lg:64px;
  --space-xl:92px;
  --space-2xl:120px;
}

/* Header: one optical baseline. The logo file is transparency-cropped only. */
header{height:76px;align-items:center;}
.brand{height:100%;display:flex;align-items:center;gap:10px;line-height:1;}
.brand img{width:auto;height:27px;object-fit:contain;object-position:center;display:block;}
nav{align-items:center;gap:26px;}
nav a{line-height:1;}
.home-v36 header{height:76px;padding-left:5vw;padding-right:5vw;align-items:center;}
.home-v36 header .brand img{width:auto;height:29px;filter:none;}

/* Landing: controlled section rhythm instead of unrelated band depths. */
.home-proposition{padding:58px 0 62px;}
.v36-work{padding:68px 5vw 92px;}
.v36-section-head{margin-bottom:30px;}
.v36-grid{gap:54px 28px;}
.v36-project>div{padding-top:12px;margin-top:10px;}
.v36-charrette{padding:68px 5vw 74px;}
.v36-charrette h2{font-size:clamp(30px,3.35vw,50px);font-weight:300;line-height:1.04;margin-bottom:20px;}
.v36-charrette p{font-size:15px;line-height:1.65;}
.v36-practice{padding:66px 5vw 78px;}
.v36-practice-links{margin-top:28px;}
.v36-practice-links a{padding:18px 0;font-size:clamp(22px,2.5vw,35px);font-weight:300;}
.v36-studio--text{padding:68px 5vw 74px;}
.v36-studio--text>div{max-width:820px;}
.v36-studio h2{font-size:clamp(28px,3vw,44px);font-weight:300;line-height:1.1;margin:20px 0;}

/* Contact transition: supporting band, never a second hero. */
.v36-contact{padding:58px 5vw 64px;}
.v36-contact h2{font-size:clamp(30px,3.5vw,52px);font-weight:300;line-height:1.05;letter-spacing:-.03em;margin:18px 0 0;max-width:760px;}
.v36-contact a{margin-top:24px;font-size:9px;letter-spacing:.14em;}
.v36-contact .eyebrow{font-size:8.5px;}

/* Footer: quieter and tighter, with one current studio location. */
footer{padding:22px 0 30px;font-size:9px;line-height:1.4;}
.home footer{align-items:center;}

/* Shared project-page tail rhythm; project compositions themselves remain locked. */
.greenway-page .next-project,.wadh-v47 .next-project{padding-top:52px!important;padding-bottom:66px!important;}
.greenway-page footer,.wadh-v47 footer{padding-top:22px;padding-bottom:30px;}

@media(max-width:800px){
  header,.home-v36 header{height:68px;}
  .brand img,.home-v36 header .brand img{height:24px;}
  nav{gap:16px;}
  .home-proposition{padding:46px 0 50px;}
  .v36-work{padding-top:52px;padding-bottom:70px;}
  .v36-charrette,.v36-practice,.v36-studio--text,.v36-contact{padding-top:54px;padding-bottom:58px;}
  .v36-contact h2{font-size:clamp(29px,8vw,42px);}
}


/* V54 — LANDING ALIGNMENT + COMPRESSION
   Homepage-only refinement from screenshot review. Locked project pages untouched. */
.home-v36{--home-grid:5vw;}
.home-v36 header{
  padding-left:var(--home-grid);
  padding-right:var(--home-grid);
}
.home-v36 .v36-hero{
  margin-left:var(--home-grid);
  margin-right:var(--home-grid);
}
.home-v36 .home-proposition{
  margin-left:var(--home-grid);
  margin-right:var(--home-grid);
}
.home-v36 .v36-work,
.home-v36 .v36-charrette,
.home-v36 .v36-practice,
.home-v36 .v36-contact{
  padding-left:var(--home-grid);
  padding-right:var(--home-grid);
}
.keep-together{white-space:nowrap;}

/* Charrette is an editorial interlude, not a tall content band. */
.v36-charrette{
  padding-top:46px;
  padding-bottom:48px;
  grid-template-columns:.30fr 1fr;
  gap:6vw;
}
.v36-charrette h2{
  font-size:clamp(28px,3vw,44px);
  margin-bottom:14px;
}
.v36-charrette p{margin-top:0;margin-bottom:10px;max-width:700px;}
.v36-charrette a{margin-top:12px;}

/* Combine studio positioning and services into one compact section. */
.v36-practice--combined{
  padding-top:58px;
  padding-bottom:66px;
}
.v36-practice--combined .practice-intro{
  display:grid;
  grid-template-columns:.30fr 1fr;
  gap:6vw;
  align-items:start;
  padding-bottom:52px;
  border-bottom:1px solid var(--line);
}
.v36-practice--combined .practice-intro .eyebrow{margin:7px 0 0;}
.v36-practice--combined .practice-intro h2{
  grid-column:2;
  font-size:clamp(28px,3vw,44px);
  font-weight:300;
  line-height:1.08;
  letter-spacing:-.03em;
  max-width:860px;
  margin:0;
}
.v36-practice--combined .practice-intro a{
  grid-column:2;
  margin-top:20px;
  font-size:9px;
  letter-spacing:.13em;
}
.v36-practice--combined .practice-services{padding-top:48px;}
.v36-practice--combined .v36-practice-links{margin-top:24px;}
.v36-practice--combined .v36-practice-links a{padding:16px 0;}

@media(max-width:800px){
  .home-v36{--home-grid:22px;}
  .home-v36 .v36-hero{margin-left:0;margin-right:0;}
  .keep-together{white-space:normal;}
  .v36-charrette{grid-template-columns:1fr;gap:20px;padding-top:42px;padding-bottom:44px;}
  .v36-practice--combined{padding-top:48px;padding-bottom:54px;}
  .v36-practice--combined .practice-intro{grid-template-columns:1fr;gap:18px;padding-bottom:42px;}
  .v36-practice--combined .practice-intro .eyebrow,
  .v36-practice--combined .practice-intro h2,
  .v36-practice--combined .practice-intro a{grid-column:1;}
  .v36-practice--combined .practice-intro .eyebrow{margin:0;}
  .v36-practice--combined .practice-intro a{margin-top:4px;}
  .v36-practice--combined .practice-services{padding-top:40px;}
}

/* V55 — LANDING HEADER ALIGNMENT ONLY
   Align logo and navigation to the actual hero/content edge.
   main already carries 6.5vw; the landing hero adds 5vw, so header uses their combined 11.5vw inset. */
@media (min-width:801px){
  .home-v36 header{
    padding-left:11.5vw;
    padding-right:11.5vw;
  }
}

/* V56 — LANDING HEADER OPTICAL INSET ONLY
   The header controls sit slightly inside the hero frame rather than touching its edges.
   This creates a deliberate inner header rail while preserving the locked hero/content grid. */
@media (min-width:801px){
  .home-v36 header{
    padding-left:calc(11.5vw + 30px);
    padding-right:calc(11.5vw + 30px);
  }
  .home-v36 header .brand img{height:27px;}
  .home-v36 header nav{gap:28px;}
}
\n\n/* V57 — LANDING MASTHEAD LOCKUP ONLY
   Move the studio identity beside the logo; preserve the V56 hero, header rail and navigation. */
@media (min-width:801px){
  .home-v36 header .home-brand-lockup{
    display:flex;
    align-items:center;
    gap:14px;
    height:100%;
  }
  .home-v36 header .home-brand-lockup img{
    width:auto;
    height:27px;
    flex:0 0 auto;
  }
  .home-v36 header .home-brand-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:3px;
    white-space:nowrap;
    line-height:1;
  }
  .home-v36 header .home-brand-copy strong{
    display:block;
    font-size:11px;
    font-weight:500;
    letter-spacing:.075em;
    line-height:1.1;
  }
  .home-v36 header .home-brand-copy small{
    display:block;
    font-size:7.5px;
    font-weight:400;
    letter-spacing:.045em;
    line-height:1.2;
    opacity:.82;
    text-transform:none;
  }
}
@media (max-width:800px){
  .home-v36 header .home-brand-copy{display:none;}
}

/* V58 — restore landing masthead copy hidden by legacy brand-span rule. */
@media (min-width:801px){
  .home-v36 header .brand .home-brand-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:3px;
    white-space:nowrap;
    line-height:1;
  }
}

/* V59 — Pushpak Galaxy. Project-specific composition only; V58 global system remains locked. */
.pushpak-v59 main{margin:0;overflow-x:clip;}
.pushpak-v59 header{margin-left:6.5vw;margin-right:6.5vw;max-width:none;background:var(--bg);}
.pushpak-v59-opening,
.pushpak-v59-intro,
.pushpak-v59-drawing,
.pushpak-v59-spatial,
.pushpak-v59-next{width:min(87%,1480px);margin-left:auto;margin-right:auto;}
.pushpak-v59-opening{padding:clamp(70px,7vw,110px) 0 clamp(46px,5vw,72px);}
.pushpak-v59-kicker{margin:0 0 26px;font-size:9px;line-height:1;letter-spacing:.18em;color:var(--muted);}
.pushpak-v59-opening h1{margin:0 0 clamp(38px,4vw,58px);font-size:clamp(54px,6.2vw,96px);font-weight:300;line-height:.92;letter-spacing:-.04em;}
.pushpak-v59-meta{border-top:1px solid var(--line);padding-top:16px;display:flex;gap:clamp(46px,8vw,130px);font-size:11px;color:#5f5e59;}
.pushpak-v59-hero{width:min(87%,1480px);margin:0 auto;}
.pushpak-v59-hero img{display:block;width:100%;height:auto;}
.pushpak-v59-intro{padding:clamp(64px,7vw,110px) 0 clamp(86px,9vw,138px);display:grid;grid-template-columns:1fr minmax(520px, .95fr);}
.pushpak-v59-intro p{grid-column:2;margin:0;font-size:clamp(16px,1.25vw,19px);font-weight:300;line-height:1.58;letter-spacing:-.012em;max-width:760px;}
.pushpak-v59-drawing{border-top:1px solid var(--line);padding:30px 0 clamp(105px,10vw,160px);}
.pushpak-v59-sectionhead{display:grid;grid-template-columns:70px 1fr;align-items:baseline;margin-bottom:clamp(42px,5vw,72px);}
.pushpak-v59-sectionhead span{font-size:9px;letter-spacing:.12em;color:var(--muted);}
.pushpak-v59-sectionhead h2{margin:0;font-size:clamp(28px,3vw,44px);font-weight:300;letter-spacing:-.025em;line-height:1.05;}
.pushpak-v59-drawing figure{margin:0 auto;width:min(88%,1180px);}
.pushpak-v59-drawing img{display:block;width:100%;height:auto;object-fit:contain;}
.pushpak-v59-drawing figcaption,
.pushpak-v59-spatial figcaption{margin-top:13px;padding-top:10px;border-top:1px solid var(--line);font-size:10px;line-height:1.45;color:var(--muted);}
.pushpak-v59-spatial{border-top:1px solid var(--line);padding:30px 0 clamp(110px,10vw,160px);}
.pushpak-v59-spatial figure{margin:0;width:100%;}
.pushpak-v59-spatial img{display:block;width:100%;height:auto;}
.pushpak-v59-next{display:block;color:inherit;text-decoration:none;border-top:1px solid var(--line);padding:52px 0 68px;}
.pushpak-v59-next>span{display:block;margin-bottom:20px;font-size:8.5px;letter-spacing:.16em;color:var(--muted);}
.pushpak-v59-next h2{margin:0 0 10px;font-size:clamp(32px,3.5vw,50px);font-weight:300;letter-spacing:-.025em;line-height:1;}
.pushpak-v59-next p{margin:0;font-size:10px;color:var(--muted);}
.pushpak-v59 footer{margin-left:6.5vw;margin-right:6.5vw;}
@media(max-width:760px){
 .pushpak-v59-opening,.pushpak-v59-intro,.pushpak-v59-drawing,.pushpak-v59-spatial,.pushpak-v59-next,.pushpak-v59-hero{width:calc(100% - 44px);}
 .pushpak-v59-intro{grid-template-columns:1fr;padding-top:54px;padding-bottom:78px;}
 .pushpak-v59-intro p{grid-column:1;}
 .pushpak-v59-sectionhead{grid-template-columns:42px 1fr;}
 .pushpak-v59-drawing figure{width:100%;}
 .pushpak-v59-meta{gap:22px;flex-wrap:wrap;}
}


/* V60 — Pushpak editorial alignment follows the locked Wadh project logic. */
.pushpak-v59 .pushpak-editorial-row{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(320px,.72fr);gap:10vw;align-items:start;}
.pushpak-v59 .pushpak-v59-intro.pushpak-editorial-row{padding:clamp(82px,8vw,125px) 0 clamp(74px,7vw,105px);}
.pushpak-v59 .pushpak-editorial-row h2{margin:14px 0 0;font-size:clamp(34px,3.7vw,58px);font-weight:300;line-height:1;letter-spacing:-.035em;}
.pushpak-v59 .pushpak-editorial-row>p{grid-column:auto;margin:25px 0 0;font-size:clamp(16px,1.25vw,19px);font-weight:300;line-height:1.65;letter-spacing:-.012em;max-width:680px;}
.pushpak-v59 .pushpak-v59-drawing,.pushpak-v59 .pushpak-v59-spatial{padding-top:0;}
.pushpak-v59 .pushpak-section-copy{padding:34px 0 clamp(52px,5vw,78px);border-top:1px solid var(--line);}
.pushpak-v59 .pushpak-v59-drawing figure{width:min(88%,1180px);}
.pushpak-v59 .pushpak-plan-key{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line);}
.pushpak-v59 .pushpak-plan-key span{font-size:9.5px;line-height:1.45;letter-spacing:.02em;color:var(--muted);}
.pushpak-v59 .pushpak-plan-key b{font-weight:400;color:var(--ink);margin-right:8px;}
.pushpak-v59 .pushpak-v59-spatial figure{margin-top:0;}
@media(max-width:760px){
 .pushpak-v59 .pushpak-editorial-row{grid-template-columns:1fr;gap:24px;}
 .pushpak-v59 .pushpak-editorial-row>p{margin-top:0;}
 .pushpak-v59 .pushpak-plan-key{grid-template-columns:1fr 1fr;}
}

/* V61 — Pushpak plan callouts: restrained keyed markers tied to the existing legend. */
.pushpak-v59 .pushpak-plan-wrap{position:relative;}
.pushpak-v59 .pushpak-plan-wrap img{display:block;width:100%;height:auto;}
.pushpak-v59 .plan-marker{position:absolute;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(247,245,239,.94);border:1px solid rgba(31,31,29,.55);color:var(--ink);font-size:8px;font-weight:500;letter-spacing:.04em;line-height:1;box-shadow:0 1px 4px rgba(0,0,0,.08);transform:translate(-50%,-50%);}
.pushpak-v59 .marker-01a{left:27%;top:34%;}.pushpak-v59 .marker-01b{left:73%;top:66%;}
.pushpak-v59 .marker-02{left:50%;top:51%;}
.pushpak-v59 .marker-03a{left:43%;top:70%;}.pushpak-v59 .marker-03b{left:57%;top:70%;}
.pushpak-v59 .marker-04a{left:19%;top:24%;}.pushpak-v59 .marker-04b{left:81%;top:76%;}
@media(max-width:760px){.pushpak-v59 .plan-marker{width:19px;height:19px;font-size:6.5px;}}

/* V62 — Morbhe editorial refinement. Scoped to Morbhe only. */
.morbhe-v62{background:var(--bg)}
.morbhe-v62 header{margin-left:6.5vw;margin-right:6.5vw;max-width:none;background:var(--bg)}
.morbhe-v62 main{margin:0}
.morbhe-v62 .morbhe-project{--morbhe-grid:6.5vw;overflow-x:hidden}
.morbhe-v62 .morbhe-opening,.morbhe-v62 .morbhe-copy,.morbhe-v62 .next-project{width:auto!important;max-width:none!important;margin-left:var(--morbhe-grid)!important;margin-right:var(--morbhe-grid)!important}
.morbhe-v62 .morbhe-opening{padding:72px 0 44px!important;border-bottom:0}
.morbhe-v62 .morbhe-opening .project-kicker{margin:0 0 26px;font-size:8.5px;letter-spacing:.16em;color:var(--muted)}
.morbhe-v62 .morbhe-opening h1{font-size:clamp(43px,4.65vw,70px)!important;line-height:.94!important;letter-spacing:-.038em!important;margin:0 0 40px!important;max-width:1050px;font-weight:300!important}
.morbhe-v62 .morbhe-meta{border-top:1px solid var(--line);padding-top:14px;display:flex;gap:48px;font-size:10px;color:#65635e}
.morbhe-v62 .morbhe-hero{width:auto!important;max-width:none!important;margin:0 var(--morbhe-grid) 88px!important;padding:0!important;overflow:hidden;aspect-ratio:2.05/1;background:#e8e5de}
.morbhe-v62 .morbhe-hero img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block}
.morbhe-v62 .morbhe-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:9vw;padding:0 0 42px!important;margin-top:0!important;border-top:1px solid var(--line)}
.morbhe-v62 .morbhe-copy>div,.morbhe-v62 .morbhe-copy>p{padding-top:26px}
.morbhe-v62 .morbhe-copy .section-index{font-size:8.5px;letter-spacing:.14em;margin:0 0 16px;color:var(--muted)}
.morbhe-v62 .morbhe-copy h2{font-size:clamp(27px,2.65vw,40px)!important;line-height:1.03;margin:0!important;font-weight:300!important;letter-spacing:-.025em;text-transform:none}
.morbhe-v62 .morbhe-copy>p{font-size:14px!important;line-height:1.62!important;margin:0;max-width:560px}
.morbhe-v62 .morbhe-plan-section,.morbhe-v62 .morbhe-water-section,.morbhe-v62 .morbhe-experience{width:calc(100% - (2 * var(--morbhe-grid)))!important;max-width:1320px!important;margin:0 auto 88px!important;padding:0!important;overflow:visible}
.morbhe-v62 .morbhe-plan,.morbhe-v62 .morbhe-section,.morbhe-v62 .morbhe-experience figure{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.morbhe-v62 .morbhe-plan img,.morbhe-v62 .morbhe-experience img{display:block;width:100%!important;height:auto!important}
.morbhe-v62 .morbhe-section-crop{aspect-ratio:2.15/1;overflow:hidden;background:#f4f1eb}
.morbhe-v62 .morbhe-section-crop img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 76%!important}
.morbhe-v62 .image-note{display:grid!important;grid-template-columns:260px 1fr!important;gap:24px!important;padding-top:9px!important;border-top:1px solid var(--line)!important;margin:8px 0 0!important;font-size:9.5px!important;line-height:1.45!important;color:#6b6964!important}
.morbhe-v62 .image-note span{font-weight:400;color:#222;letter-spacing:.14em}
.morbhe-v62 .image-note p{margin:0!important;max-width:650px}
.morbhe-v62 .morbhe-final-copy{margin-top:8px!important}
.morbhe-v62 .morbhe-experience{max-width:none!important;margin-left:var(--morbhe-grid)!important;margin-right:var(--morbhe-grid)!important;width:auto!important}
.morbhe-v62 .morbhe-experience figure img{aspect-ratio:2.05/1;object-fit:cover}
.morbhe-v62 .next-project{padding:52px 0 66px!important;border-top:1px solid var(--line)}
.morbhe-v62 .next-project h2{font-size:clamp(32px,3.5vw,50px);font-weight:300}
.morbhe-v62 footer{background:var(--bg);padding-top:22px;padding-bottom:30px}
@media(max-width:700px){.morbhe-v62 .morbhe-project{--morbhe-grid:22px}.morbhe-v62 header{margin-left:22px;margin-right:22px}.morbhe-v62 .morbhe-opening{padding-top:55px!important}.morbhe-v62 .morbhe-meta{display:block}.morbhe-v62 .morbhe-meta span{display:block;margin-bottom:5px}.morbhe-v62 .morbhe-hero{aspect-ratio:4/3;margin-bottom:60px!important}.morbhe-v62 .morbhe-copy{grid-template-columns:1fr;gap:0;padding-bottom:32px!important}.morbhe-v62 .morbhe-copy>p{padding-top:20px}.morbhe-v62 .morbhe-plan-section,.morbhe-v62 .morbhe-water-section{width:calc(100% - 44px)!important;margin-bottom:60px!important}.morbhe-v62 .image-note{grid-template-columns:1fr!important;gap:4px!important}.morbhe-v62 .morbhe-section-crop{aspect-ratio:1.55/1}.morbhe-v62 .morbhe-experience figure img{aspect-ratio:auto}}

/* V65 — Karanjade master-plan refinement only */
.master-refined .section-head{
  padding-bottom:64px;
}
.master-refined .masterplan-clean{
  width:92% !important;
  max-width:1360px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.master-refined .data-line{
  width:92%;
  max-width:1360px;
  margin-left:auto;
  margin-right:auto;
  justify-content:space-between;
  gap:16px 28px;
  padding:15px 0;
}
@media(max-width:760px){
  .master-refined .section-head{padding-bottom:42px}
  .master-refined .masterplan-clean,
  .master-refined .data-line{width:100% !important}
  .master-refined .data-line{justify-content:flex-start}
}

/* V66 — Karanjade master plan: labels + project-page typography alignment */
.master-refined .section-head h2{
  text-transform:none !important;
  letter-spacing:-.025em;
  line-height:1.04;
}
.master-refined .section-head > p{
  line-height:1.55;
}
.masterplan-labelled{
  position:relative;
}
.masterplan-labelled > img{
  display:block;
  width:100%;
}
.masterplan-labelled .plan-label{
  position:absolute;
  z-index:2;
  background:rgba(250,249,245,.94);
  border:1px solid rgba(25,25,25,.10);
  padding:7px 10px 6px;
  font-size:10px;
  line-height:1.12;
  letter-spacing:.035em;
  color:#222;
  box-shadow:0 1px 4px rgba(0,0,0,.04);
  pointer-events:none;
}
.masterplan-labelled .plan-label strong{
  display:block;
  font-size:10px;
  letter-spacing:.045em;
  font-weight:600;
}
.masterplan-labelled .plan-label span{
  display:block;
  margin-top:2px;
  font-size:8px;
  letter-spacing:0;
  color:#666;
  white-space:nowrap;
}
.label-public{left:47%;top:14%;transform:translateX(-50%)}
.label-entry{left:49.5%;top:22%;transform:translateX(-50%)}
.label-community{left:52%;top:58%;transform:translate(-50%,-50%)}
.label-landscape{left:6%;top:52%}
.label-support{left:8.5%;top:80%}

@media(max-width:760px){
  .masterplan-labelled .plan-label{
    font-size:7px;
    padding:4px 5px;
  }
  .masterplan-labelled .plan-label strong{font-size:7px}
  .masterplan-labelled .plan-label span{display:none}
}

/* V67 — Karanjade residential landscape alignment only */
.residential-landscape .section-head h2,
.landscape-section .section-head h2{
  text-transform:none !important;
  letter-spacing:-.025em;
  line-height:1.04;
}
.residential-landscape .section-head > p,
.landscape-section .section-head > p{
  line-height:1.55;
}

/* V68 — Karanjade final editorial normalization.
   One system only: small uppercase numbered eyebrow + sentence-case section title + body copy. */
body.karanjade .section-head,
body.dcircle .section-head,
.dcircle-page .section-head{
  align-items:start;
}
body.karanjade .section-head .eyebrow,
body.dcircle .section-head .eyebrow,
.dcircle-page .section-head .eyebrow{
  font-size:10px !important;
  line-height:1.2 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  margin:0 0 22px !important;
}
body.karanjade .section-head h2,
body.dcircle .section-head h2,
.dcircle-page .section-head h2,
.master-refined .section-head h2{
  font-size:clamp(36px,3.35vw,58px) !important;
  line-height:1.02 !important;
  letter-spacing:-.035em !important;
  font-weight:400 !important;
  text-transform:none !important;
  margin:0 !important;
}
body.karanjade .section-head > p,
body.dcircle .section-head > p,
.dcircle-page .section-head > p,
.master-refined .section-head > p{
  font-size:17px !important;
  line-height:1.52 !important;
  max-width:570px !important;
  margin-top:3px !important;
}

/* V69 — Karanjade text hierarchy correction:
   match approved project-page convention: uppercase display headings,
   uppercase tracked eyebrows, normal-case body copy. */
body.karanjade .section-head h2,
body.dcircle .section-head h2,
.dcircle-page .section-head h2,
.master-refined .section-head h2{
  text-transform:uppercase !important;
  font-weight:400 !important;
  letter-spacing:-.025em !important;
  line-height:1.02 !important;
}


/* V70 — Karanjade aligned to the locked Greenway / Wadh / Morbhe project-page system. */
.karanjade-v70 main{margin:0}
.karanjade-v70 .karanjade-project{--kar-grid:6.5vw;overflow-x:hidden}
.karanjade-v70 .karanjade-opening,
.karanjade-v70 .karanjade-copy,
.karanjade-v70 .karanjade-next{width:auto!important;max-width:none!important;margin-left:var(--kar-grid)!important;margin-right:var(--kar-grid)!important}
.karanjade-v70 .karanjade-opening{padding:72px 0 44px!important;border-bottom:0}
.karanjade-v70 .karanjade-opening .project-kicker{margin:0 0 26px;font-size:8.5px;letter-spacing:.16em;color:var(--muted)}
.karanjade-v70 .karanjade-opening h1{font-size:clamp(43px,4.65vw,70px)!important;line-height:.94!important;letter-spacing:-.038em!important;margin:0 0 40px!important;max-width:1050px;font-weight:300!important}
.karanjade-v70 .karanjade-meta{border-top:1px solid var(--line);padding-top:14px;display:flex;gap:48px;font-size:10px;color:#65635e}
.karanjade-v70 .karanjade-hero{width:auto!important;max-width:none!important;margin:0 var(--kar-grid) 88px!important;padding:0!important;overflow:hidden;aspect-ratio:2.05/1;background:#e8e5de}
.karanjade-v70 .karanjade-hero img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block}
.karanjade-v70 .karanjade-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:9vw;padding:0 0 42px!important;margin-top:0!important;border-top:1px solid var(--line)}
.karanjade-v70 .karanjade-copy>div,.karanjade-v70 .karanjade-copy>p{padding-top:26px}
.karanjade-v70 .karanjade-copy .section-index{font-size:8.5px;letter-spacing:.14em;margin:0 0 16px;color:var(--muted)}
.karanjade-v70 .karanjade-copy h2{font-size:clamp(27px,2.65vw,40px)!important;line-height:1.03!important;margin:0!important;font-weight:300!important;letter-spacing:-.025em!important;text-transform:none!important}
.karanjade-v70 .karanjade-copy>p,.karanjade-v70 .karanjade-copy .lead{font-size:14px!important;line-height:1.62!important;margin:0;max-width:560px;padding-top:26px}
.karanjade-v70 .karanjade-commission>div:last-child{padding-top:0}
.karanjade-v70 .karanjade-commission dl{margin-top:30px}
.karanjade-v70 .project-visual-section,.karanjade-v70 .master{margin-top:0}
.karanjade-v70 .editorial-figure,.karanjade-v70 .full-bleed-figure,.karanjade-v70 .community-hero,.karanjade-v70 .community-analysis{width:calc(100% - (2 * var(--kar-grid)));max-width:1320px;margin-left:auto;margin-right:auto}
.karanjade-v70 .editorial-figure{margin-bottom:88px}
.karanjade-v70 .master-refined .masterplan-clean,.karanjade-v70 .master-refined .data-line{width:calc(100% - (2 * var(--kar-grid)))!important;max-width:1320px!important}
.karanjade-v70 .master-refined .data-line{margin-bottom:88px}
.karanjade-v70 .full-bleed-figure{margin-bottom:88px}
.karanjade-v70 .community-analysis{margin-bottom:88px}
.karanjade-v70 .community-copy .section-index{font-size:8.5px;letter-spacing:.14em;margin:0 0 16px;color:var(--muted)}
.karanjade-v70 .karanjade-next{padding:52px 0 66px!important;border-top:1px solid var(--line)}
.karanjade-v70 .karanjade-next h2{font-size:clamp(32px,3.5vw,50px);font-weight:300}
.karanjade-v70 footer{background:var(--bg);padding-top:22px;padding-bottom:30px}
@media(max-width:700px){
 .karanjade-v70 .karanjade-project{--kar-grid:22px}
 .karanjade-v70 header{margin-left:22px;margin-right:22px}
 .karanjade-v70 .karanjade-opening{padding-top:55px!important}
 .karanjade-v70 .karanjade-meta{display:block}.karanjade-v70 .karanjade-meta span{display:block;margin-bottom:5px}
 .karanjade-v70 .karanjade-hero{aspect-ratio:4/3;margin-bottom:60px!important}
 .karanjade-v70 .karanjade-copy{grid-template-columns:1fr;gap:0;padding-bottom:32px!important}
 .karanjade-v70 .karanjade-copy>p{padding-top:20px}
 .karanjade-v70 .editorial-figure,.karanjade-v70 .full-bleed-figure,.karanjade-v70 .community-hero,.karanjade-v70 .community-analysis{width:calc(100% - 44px)}
 .karanjade-v70 .master-refined .masterplan-clean,.karanjade-v70 .master-refined .data-line{width:calc(100% - 44px)!important}
}

/* V71 — Karanjade final lower-section margin alignment */
.karanjade-v70 .project-visual-section > .karanjade-copy,
.karanjade-v70 .community-section > .karanjade-copy{
  padding-bottom:46px!important;
}
.karanjade-v70 .full-bleed-figure,
.karanjade-v70 .community-hero{
  width:auto!important;
  max-width:none!important;
  margin-left:var(--kar-grid)!important;
  margin-right:var(--kar-grid)!important;
}
.karanjade-v70 .full-bleed-figure{margin-bottom:96px!important;}
.karanjade-v70 .community-hero{margin-bottom:0!important;}
.karanjade-v70 .community-analysis{
  width:auto!important;
  max-width:none!important;
  margin:44px var(--kar-grid) 88px!important;
}
@media(max-width:760px){
  .karanjade-v70 .full-bleed-figure,
  .karanjade-v70 .community-hero,
  .karanjade-v70 .community-analysis{
    width:auto!important;
    margin-left:var(--kar-grid)!important;
    margin-right:var(--kar-grid)!important;
  }
  .karanjade-v70 .full-bleed-figure{margin-bottom:70px!important;}
}
\n\n/* V73 — Horale opening normalization only. Everything below the hero remains unchanged. */\n.horale-v73 .horale-opening{\n  padding-top:72px!important;\n  padding-bottom:44px!important;\n  border-bottom:0!important;\n}\n.horale-v73 .horale-opening h1{\n  font-size:clamp(43px,4.65vw,70px)!important;\n  line-height:.94!important;\n  letter-spacing:-.038em!important;\n  margin:0 0 40px!important;\n  max-width:1050px;\n  font-weight:300!important;\n}\n.horale-v73 .horale-meta{\n  border-top:1px solid var(--line);\n  padding-top:14px;\n  display:flex;\n  gap:48px;\n  font-size:10px;\n  color:#65635e;\n}\n.horale-v73 .horale-intro-grid{\n  display:grid;\n  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);\n  gap:clamp(48px,7vw,110px);\n  align-items:start;\n  margin-top:42px;\n}\n.horale-v73 .horale-intro-grid>p{\n  margin:0;\n  max-width:760px;\n  font-size:14px;\n  line-height:1.62;\n}\n.horale-v73 .horale-facts{margin:0;}\n.horale-v73 .horale-facts>div{\n  display:grid;\n  grid-template-columns:90px minmax(0,1fr);\n  gap:18px;\n  border-top:1px solid var(--line);\n  padding-top:10px;\n}\n.horale-v73 .horale-facts dt{font-size:8.5px;letter-spacing:.14em;color:var(--muted);}\n.horale-v73 .horale-facts dd{margin:0;font-size:10px;line-height:1.5;}\n@media(max-width:760px){\n  .horale-v73 .horale-opening{padding-top:58px!important;}\n  .horale-v73 .horale-opening h1{font-size:46px!important;margin-bottom:32px!important;}\n  .horale-v73 .horale-meta{flex-direction:column;gap:8px;}\n  .horale-v73 .horale-intro-grid{grid-template-columns:1fr;gap:28px;margin-top:34px;}\n}\n

/* V74 — Horale opening matched to the locked Greenway / Morbhe project-opening system. */
.horale-v74 .horale-opening{
  padding:72px 0 44px!important;
  border-bottom:0!important;
}
.horale-v74 .horale-opening .project-kicker{
  margin:0 0 26px!important;
  font-size:8.5px!important;
  line-height:1.3!important;
  letter-spacing:.16em!important;
  color:var(--muted)!important;
}
.horale-v74 .horale-opening h1{
  font-size:clamp(43px,4.65vw,70px)!important;
  line-height:.94!important;
  letter-spacing:-.038em!important;
  margin:0 0 40px!important;
  max-width:1050px!important;
  font-weight:300!important;
}
.horale-v74 .horale-meta{
  border-top:1px solid var(--line)!important;
  padding-top:14px!important;
  display:flex!important;
  gap:48px!important;
  font-size:10px!important;
  line-height:1.45!important;
  color:#65635e!important;
}
.horale-v74 .horale-hero{margin-top:0!important;}
@media(max-width:700px){
  .horale-v74 .horale-opening{padding-top:55px!important;}
  .horale-v74 .horale-meta{display:block!important;}
  .horale-v74 .horale-meta span{display:block;margin-bottom:5px;}
}
