:root{
  --ink:#29251f;
  --ink-soft:#4d463d;
  --muted:#746c61;
  --paper:#f7f1e7;
  --panel:#fffaf1;
  --line:#ded4c5;
  --stone:#c9bda9;
  --charcoal:#211f1b;
  --accent:#8b6f56;
  --radius:1.1rem;
  --space-page:clamp(1rem,5vw,4.5rem);
}
*{box-sizing:border-box}
html{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;line-height:1.6;text-rendering:optimizeLegibility;overflow-x:hidden}
a{color:inherit;text-underline-offset:.22em}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
img,svg{max-width:100%;height:auto}.skip-link{position:absolute;left:-999px;top:1rem;background:var(--ink);color:#fff;padding:.6rem .8rem;z-index:10}.skip-link:focus{left:1rem}
.site-header{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;gap:1.5rem;align-items:center;padding:1rem var(--space-page);border-bottom:1px solid rgba(41,37,31,.14);background:rgba(247,241,231,.93);backdrop-filter:saturate(140%) blur(12px)}
.site-footer{display:flex;justify-content:space-between;gap:2rem;align-items:flex-start;flex-wrap:wrap;padding:2rem var(--space-page);border-top:1px solid var(--line);background:#efe7da}.brand{font-weight:700;text-decoration:none;letter-spacing:.03em;text-transform:uppercase;font-size:.86rem}.nav{display:flex;gap:clamp(.7rem,2vw,1.2rem);flex-wrap:wrap;align-items:center}.nav a{text-decoration:none;color:var(--ink-soft);font-size:.95rem}.nav a:hover,.nav a[aria-current="page"]{color:var(--ink);text-decoration:underline}
main{min-height:60vh}.section{padding:clamp(3rem,7vw,6.5rem) var(--space-page);max-width:1240px;margin:0 auto}.hero{padding-top:clamp(4.5rem,10vw,8rem);display:grid;gap:1rem}.hero::after{content:"";display:block;width:min(100%,920px);height:clamp(220px,32vw,430px);margin-top:clamp(1.5rem,4vw,3rem);background:linear-gradient(135deg,rgba(33,31,27,.08),rgba(139,111,86,.22)),linear-gradient(90deg,#d8ccb8,#f2eadf);border:1px solid var(--line);border-radius:var(--radius)}
#work-hero::after,#studio-hero::after,#services-hero::after,#contact-hero::after{height:clamp(150px,22vw,280px)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:var(--muted);margin:0 0 .5rem}h1,h2{font-family:Georgia,'Times New Roman',serif;line-height:1.04;font-weight:500;text-wrap:balance}h1{font-size:clamp(2.35rem,7vw,5.8rem);letter-spacing:-.045em;margin:0 0 .8rem;max-width:1000px}h2{font-size:clamp(1.75rem,3.4vw,3.1rem);letter-spacing:-.025em;margin:0 0 1rem}h3{margin:.5rem 0 .1rem;font-size:1.08rem;line-height:1.25}.intro{font-size:clamp(1.1rem,2vw,1.45rem);max-width:780px;color:var(--ink-soft);margin:0}.lede{max-width:790px;color:var(--ink-soft)}p{overflow-wrap:anywhere}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);padding:.78rem 1.05rem;text-decoration:none;border-radius:999px;background:var(--ink);color:#fff;min-height:44px;cursor:pointer}.button:hover{background:#000}.button.secondary{background:transparent;color:var(--ink)}.button.secondary:hover{background:rgba(41,37,31,.07)}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.4rem);align-items:stretch}.card{background:var(--panel);border:1px solid var(--line);padding:1rem;min-height:100%;display:flex;flex-direction:column}.card p:last-child{margin-bottom:0}.image-fallback{display:flex;align-items:flex-end;justify-content:flex-start;aspect-ratio:4/3;min-height:180px;background:linear-gradient(145deg,#cfc3b0,#ede4d6);color:#5c5247;text-align:left;padding:1rem;margin:-1rem -1rem 1rem;font-size:.88rem;letter-spacing:.02em}.meta{color:var(--muted);margin:.1rem 0 .7rem;font-size:.92rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.2rem,4vw,3rem)}.list{padding-left:1.2rem;columns:2;column-gap:3rem}.list li{break-inside:avoid;margin:.2rem 0}.contact-list{list-style:none;padding:0;margin:1rem 0}.contact-list li{margin:.45rem 0;overflow-wrap:anywhere}.form{display:grid;gap:1rem;max-width:720px}.form label{display:grid;gap:.35rem;color:var(--ink-soft)}.form input,.form textarea{font:inherit;padding:.85rem;border:1px solid #cfc4b5;background:var(--panel);border-radius:.35rem;color:var(--ink);width:100%}.form textarea{resize:vertical}.notice{background:var(--panel);border-left:4px solid var(--accent);padding:1rem;max-width:720px}.small{font-size:.9rem;color:var(--muted)}.cta-panel{background:var(--charcoal);color:#fff;padding:clamp(1.4rem,4vw,2.5rem);border-radius:var(--radius);display:grid;gap:.5rem}.cta-panel h2,.cta-panel p{max-width:820px}.cta-panel a{color:#fff;width:max-content}.cta-panel p{color:#eee;margin-top:0}
.page-hero{grid-template-columns:minmax(0,1.05fr) minmax(280px,.75fr);align-items:end;gap:clamp(1.5rem,4vw,4rem);max-width:1360px}.page-hero::after{display:none}.hero-copy{display:grid;gap:1rem}.visual-panel{position:relative;min-height:clamp(260px,34vw,480px);border:1px solid rgba(41,37,31,.16);border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,rgba(33,31,27,.10),rgba(139,111,86,.16)),linear-gradient(160deg,#bfb39f 0%,#eee6d9 55%,#d8ccba 100%)}.visual-panel::before{content:"";position:absolute;inset:clamp(1rem,3vw,2rem);border:1px solid rgba(255,250,241,.62)}.visual-panel::after{content:"";position:absolute;right:12%;bottom:18%;width:46%;height:38%;background:rgba(255,250,241,.30);border:1px solid rgba(41,37,31,.10)}.visual-panel span{position:absolute;left:1rem;right:1rem;bottom:1rem;color:#4f463b;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.section-kicker{margin:0 0 .85rem;color:var(--muted);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase}.services-section{padding-top:clamp(2rem,5vw,4rem)}.service-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line);background:var(--panel)}.service-card{min-height:185px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(255,250,241,.92),rgba(239,231,218,.64))}.service-card h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.05rem,1.8vw,1.35rem);font-weight:500;margin:0;letter-spacing:-.01em}.service-index{color:var(--accent);font-size:.78rem;letter-spacing:.12em}.process-panel{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(1rem,4vw,3rem);align-items:center;padding:clamp(1.4rem,4vw,2.6rem);border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}.editorial-cta{background:linear-gradient(135deg,#211f1b,#3b332b)}.button.light{border-color:#fff;background:#fff;color:var(--ink)}.button.light:hover{background:#efe7da}.contact-overview{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(1rem,4vw,2rem);align-items:stretch}.contact-detail-panel,.map-panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.3rem,3vw,2rem)}.contact-detail-panel address{font-style:normal;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.35rem,2.6vw,2.2rem);line-height:1.18;margin:1.2rem 0 1.6rem;color:var(--ink)}.contact-actions{display:grid;gap:.7rem}.detail-link{display:grid;grid-template-columns:7.5rem minmax(0,1fr);gap:1rem;align-items:baseline;padding:.85rem 0;border-top:1px solid var(--line);text-decoration:none}.detail-link:hover{text-decoration:underline}.detail-link span{color:var(--muted);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.map-panel{display:flex;min-height:100%;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,rgba(33,31,27,.08),rgba(139,111,86,.18)),linear-gradient(160deg,#e6dccd,#cfc1ac)}.map-panel p:last-child{max-width:520px}.form-section{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:clamp(1.2rem,4vw,3rem);align-items:start}.enquiry-form{max-width:none;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1rem,3vw,1.5rem)}
@media(max-width:1100px){.service-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:940px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.list{columns:1}.site-header{align-items:flex-start;flex-direction:column;gap:.75rem;position:static}.hero::after{height:clamp(180px,38vw,320px)}.page-hero,.contact-overview,.form-section,.process-panel{grid-template-columns:1fr}.visual-panel{min-height:clamp(210px,42vw,330px)}.service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.section{padding:2.6rem 1rem}.hero{padding-top:3.2rem}.grid,.split{grid-template-columns:1fr}.nav{gap:.75rem}.nav a{font-size:.92rem}.site-footer{padding:1.6rem 1rem}.image-fallback{min-height:155px}.button{width:100%}.button-row{width:100%}h1{font-size:clamp(2.1rem,13vw,3.4rem)}.service-card-grid{grid-template-columns:1fr}.service-card{min-height:120px}.detail-link{grid-template-columns:1fr;gap:.2rem}.contact-detail-panel,.map-panel,.enquiry-form{border-radius:.8rem}.form-section{gap:1rem}}
@media(max-width:360px){.section{padding-left:.85rem;padding-right:.85rem}.site-header{padding-left:.85rem;padding-right:.85rem}.nav{gap:.55rem}.nav a{font-size:.86rem}.image-fallback{min-height:135px}.card{padding:.85rem}.image-fallback{margin:-.85rem -.85rem .85rem}.contact-list{font-size:.95rem}.service-card,.contact-detail-panel,.map-panel,.enquiry-form{padding:.85rem}}

/* Developed Contact + Services prototype pass */
.developed-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:clamp(1.4rem,5vw,5rem);align-items:end;max-width:1380px;padding-top:clamp(4rem,8vw,7rem)}
.developed-hero__copy{display:grid;gap:1rem;max-width:850px}.developed-hero .intro{max-width:760px}.hero-image-card{position:relative;margin:0;min-height:clamp(320px,44vw,620px);border-radius:calc(var(--radius)*1.25);overflow:hidden;background:var(--stone);border:1px solid rgba(41,37,31,.16);box-shadow:0 24px 70px rgba(41,37,31,.14)}
.hero-image-card img,.service-group--image img,.context-image-grid img{width:100%;height:100%;object-fit:cover;display:block}.hero-image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(33,31,27,0) 45%,rgba(33,31,27,.58))}.hero-image-card figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;color:#fff;font-size:.82rem;letter-spacing:.04em}.hero-image-card--tall img{object-position:center 55%}.contact-hero-card{min-height:clamp(280px,36vw,520px)}
.editorial-band{display:grid;grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);gap:clamp(1rem,4vw,3.5rem);border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:none;margin:0;padding-left:var(--space-page);padding-right:var(--space-page);background:rgba(255,250,241,.46)}.editorial-band__body{max-width:980px}.editorial-band__body p{font-size:1.05rem;color:var(--ink-soft);max-width:780px}.section-heading-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.38fr);gap:clamp(1rem,4vw,3rem);align-items:end;margin-bottom:clamp(1.2rem,3vw,2rem)}.section-heading-row>p{color:var(--ink-soft);margin:0 0 1rem}
.service-groups{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.service-group{grid-column:span 2;min-height:310px;background:var(--panel);padding:clamp(1rem,2.2vw,1.6rem);display:flex;flex-direction:column;gap:.65rem}.service-group--feature{grid-column:span 3;background:linear-gradient(135deg,#fffaf1 0%,#eadfce 100%)}.service-group--dark{grid-column:span 3;background:var(--charcoal);color:#fff}.service-group--dark p,.service-group--dark li{color:#eee}.service-group--image{grid-column:span 6;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);padding:0;gap:0}.service-group--image>div{padding:clamp(1rem,2.5vw,2rem);display:flex;flex-direction:column;gap:.65rem}.service-group--image img{min-height:360px}.service-group h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.45rem,3vw,2.5rem);font-weight:500;line-height:1.03;letter-spacing:-.03em;margin:0}.service-group p{margin:0;color:var(--ink-soft)}.service-group__eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;color:var(--muted)!important}.service-group ul{margin:auto 0 0;padding:0;list-style:none;border-top:1px solid rgba(116,108,97,.28)}.service-group li{padding:.45rem 0;border-bottom:1px solid rgba(116,108,97,.22);color:var(--ink-soft)}
.context-showcase{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(1.2rem,4vw,3rem);align-items:start}.context-showcase__intro{position:sticky;top:6rem}.context-showcase__intro p{color:var(--ink-soft)}.context-image-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.context-image-grid figure{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.context-image-grid figure:first-child{grid-row:span 2}.context-image-grid figure:first-child img{height:100%;min-height:560px}.context-image-grid img{aspect-ratio:4/3}.context-image-grid figcaption{padding:.75rem 1rem;color:var(--muted);font-size:.86rem}.scope-note__inner{background:linear-gradient(135deg,#efe6d8,#fffaf1);border:1px solid var(--line);border-radius:calc(var(--radius)*1.1);padding:clamp(1.4rem,4vw,3rem);max-width:980px}.scope-note__inner p:last-child{max-width:760px;color:var(--ink-soft)}.developed-cta{padding:clamp(1.6rem,5vw,3.4rem)}
.contact-quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}.contact-quick-links a{display:grid;gap:.3rem;padding:.85rem;border:1px solid var(--line);border-radius:.85rem;background:rgba(255,250,241,.68);text-decoration:none;overflow-wrap:anywhere}.contact-quick-links a:hover{text-decoration:underline;background:var(--panel)}.contact-quick-links span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.contact-detail-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(1rem,4vw,2rem);align-items:stretch}.contact-primary-card{background:var(--charcoal);color:#fff;border-radius:calc(var(--radius)*1.2);padding:clamp(1.5rem,4vw,3rem);display:flex;flex-direction:column;min-height:520px}.contact-primary-card .section-kicker,.contact-primary-card .detail-link span{color:#d8ccba}.contact-primary-card address{font-style:normal;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.65rem,3.5vw,3.3rem);line-height:1.06;margin:1rem 0 auto;letter-spacing:-.035em}.contact-card-actions{display:grid;margin-top:2rem}.contact-primary-card .detail-link{color:#fff;border-top-color:rgba(255,255,255,.18)}.contact-secondary-stack{display:grid;gap:1rem}.contact-note-card,.local-context-card,.form-intro-panel{border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.2rem,3vw,2rem);background:var(--panel)}.contact-note-card h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.4rem,2.6vw,2.25rem);line-height:1.08;font-weight:500;margin:.5rem 0}.local-context-card{min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,rgba(33,31,27,.06),rgba(139,111,86,.20)),linear-gradient(160deg,#e8dfd1,#cfc1ac)}.developed-form-section{grid-template-columns:minmax(280px,.58fr) minmax(0,1fr)}.form-support-list{margin:1.2rem 0 0;padding-left:1.1rem;color:var(--ink-soft)}.developed-enquiry-form{box-shadow:0 18px 55px rgba(41,37,31,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-submit-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.form-submit-row .small{margin:0;max-width:360px}
@media(max-width:1040px){.developed-hero,.editorial-band,.context-showcase,.contact-detail-layout,.developed-form-section{grid-template-columns:1fr}.context-showcase__intro{position:static}.service-group,.service-group--feature,.service-group--dark{grid-column:span 3}.contact-quick-links{grid-template-columns:1fr}.contact-primary-card{min-height:auto}.contact-primary-card address{margin-bottom:2rem}}
@media(max-width:720px){.developed-hero{padding-top:3rem}.hero-image-card,.contact-hero-card{min-height:260px;border-radius:.9rem}.service-groups{display:block;background:transparent;border:0;border-radius:0}.service-group,.service-group--feature,.service-group--dark,.service-group--image{display:flex;min-height:auto;margin-bottom:1rem;border:1px solid var(--line);border-radius:.9rem;overflow:hidden}.service-group--image img{min-height:220px;aspect-ratio:4/3}.context-image-grid{grid-template-columns:1fr}.context-image-grid figure:first-child{grid-row:auto}.context-image-grid figure:first-child img{min-height:0;aspect-ratio:4/3}.section-heading-row,.form-row{grid-template-columns:1fr}.form-submit-row .button{width:100%}.editorial-band{padding-top:2.6rem;padding-bottom:2.6rem}}

/* Developed Work + Studio prototype pass */
.work-developed-hero{align-items:center}.work-hero-card img{object-position:center 45%}.work-featured{padding-top:clamp(2rem,5vw,4.5rem)}.featured-project-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;align-items:stretch}.featured-project{background:var(--panel);border:1px solid var(--line);border-radius:calc(var(--radius)*1.05);overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 18px 50px rgba(41,37,31,.07)}.featured-project--large{grid-row:span 2}.featured-project--dark{background:var(--charcoal);color:#fff}.featured-project--dark p{color:#eee}.featured-project__image{display:block;min-height:260px;background:var(--stone);overflow:hidden}.featured-project--large .featured-project__image{min-height:clamp(420px,52vw,720px)}.featured-project__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.featured-project__image:hover img{transform:scale(1.025)}.featured-project__copy{padding:clamp(1rem,2.3vw,1.8rem)}.featured-project__copy h3,.project-card h3,.team-editorial h2,.credentials-location h2,.studio-project-context h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.025em}.featured-project__copy h3{font-size:clamp(1.55rem,3.3vw,2.8rem);line-height:1.03;margin:.25rem 0 .75rem}.project-location{margin:0 0 .35rem;color:var(--muted);font-size:.78rem;letter-spacing:.13em;text-transform:uppercase}.featured-project--dark .project-location{color:#d8ccba}.work-index-section{max-width:1380px}.work-index-intro{max-width:900px;margin-bottom:clamp(1.2rem,4vw,2.6rem)}.project-mosaic{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;align-items:stretch}.project-card{grid-column:span 4;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-height:100%}.project-card--wide{grid-column:span 8;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr)}.project-card--portrait{grid-row:span 2}.project-card figure{margin:0;background:var(--stone);min-height:235px}.project-card--wide figure{min-height:100%}.project-card--portrait figure{min-height:420px}.project-card img{width:100%;height:100%;object-fit:cover;display:block}.project-card>div{padding:clamp(1rem,2vw,1.35rem)}.project-card h3{font-size:clamp(1.25rem,2.1vw,1.85rem);line-height:1.08;margin:.2rem 0 .55rem}.project-card p:last-child{margin-bottom:0}.project-card--quiet{min-height:180px;background:linear-gradient(135deg,rgba(255,250,241,.96),rgba(232,222,205,.74))}.project-card__text-only{min-height:100%;display:flex;flex-direction:column;justify-content:flex-end}.work-context-band{margin-top:clamp(1rem,3vw,2rem)}
.studio-developed-hero{align-items:center}.studio-hero-card{min-height:clamp(360px,52vw,680px)}.studio-hero-card img{object-position:center 18%}.studio-positioning-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);gap:1rem;align-items:stretch}.studio-positioning-card{background:var(--charcoal);color:#fff;border-radius:calc(var(--radius)*1.15);padding:clamp(1.5rem,4vw,3rem);min-height:480px;display:flex;flex-direction:column;justify-content:flex-end}.studio-positioning-card .section-kicker{color:#d8ccba}.studio-positioning-card p{color:#eee}.studio-context-stack{display:grid;gap:1rem}.studio-context-stack article,.approach-panels article,.credentials-card,.studio-location-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.1rem,3vw,2rem)}.studio-context-stack article{display:flex;flex-direction:column;justify-content:flex-end;min-height:235px}.studio-stat{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.1rem,5vw,4.6rem);line-height:.95;letter-spacing:-.055em;margin:0 0 1rem;color:var(--accent)}.practice-approach{padding-top:clamp(2rem,5vw,4rem)}.approach-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.approach-panels article{min-height:300px;display:flex;flex-direction:column}.approach-panels span{color:var(--accent);font-size:.78rem;letter-spacing:.14em}.approach-panels h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.35rem,2.6vw,2.2rem);line-height:1.06;font-weight:500;margin:auto 0 .75rem}.team-editorial{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);gap:clamp(1.2rem,4vw,3rem);align-items:start}.team-editorial__copy{position:sticky;top:6rem}.team-editorial__copy p{color:var(--ink-soft)}.people-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.people-image-grid figure{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.people-image-grid figure:nth-child(2),.people-image-grid figure:nth-child(4){margin-top:clamp(2rem,6vw,5rem)}.people-image-grid img{width:100%;aspect-ratio:2/3;object-fit:cover;display:block}.people-image-grid figcaption{padding:.65rem .85rem;color:var(--muted);font-size:.82rem}.credentials-location{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1rem;align-items:stretch}.credentials-card{background:linear-gradient(135deg,#fffaf1,#eadfce);min-height:360px}.studio-location-card{background:var(--charcoal);color:#fff}.studio-location-card .section-kicker,.studio-location-card a{color:#d8ccba}.studio-location-card .contact-list{margin-top:2rem}.studio-project-context{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(1.2rem,4vw,3rem);align-items:center}.studio-project-context figure{margin:0;border:1px solid var(--line);border-radius:calc(var(--radius)*1.1);overflow:hidden;background:var(--panel)}.studio-project-context img{width:100%;min-height:clamp(320px,42vw,560px);object-fit:cover;display:block}.studio-project-context figcaption{padding:.75rem 1rem;color:var(--muted);font-size:.86rem}.studio-project-context p{color:var(--ink-soft)}
@media(max-width:1040px){.featured-project-grid,.studio-positioning-layout,.team-editorial,.credentials-location,.studio-project-context{grid-template-columns:1fr}.project-card,.project-card--wide{grid-column:span 6}.project-card--wide{display:flex}.project-card--wide figure{min-height:300px}.team-editorial__copy{position:static}.people-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-positioning-card{min-height:340px}.approach-panels{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.featured-project-grid,.project-mosaic,.approach-panels,.people-image-grid{display:grid;grid-template-columns:1fr}.featured-project--large .featured-project__image,.featured-project__image{min-height:250px}.project-card,.project-card--wide,.project-card--portrait{grid-column:auto;grid-row:auto}.project-card--portrait figure{min-height:260px}.project-card figure,.project-card--wide figure{min-height:230px}.studio-hero-card{min-height:300px}.studio-positioning-card,.studio-context-stack article,.approach-panels article,.credentials-card{min-height:auto}.people-image-grid figure:nth-child(2),.people-image-grid figure:nth-child(4){margin-top:0}.studio-project-context img{min-height:260px}.work-index-intro{margin-bottom:1rem}}

/* Developed Homepage prototype pass */
.home-developed-hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(380px,1.12fr);gap:clamp(1.4rem,5vw,5rem);align-items:center;max-width:1440px;padding-top:clamp(4rem,8vw,7.5rem);padding-bottom:clamp(3rem,6vw,5rem)}
.home-hero__copy{display:grid;gap:1rem;position:relative;z-index:1}.home-hero__copy h1{max-width:860px}.home-hero__media{position:relative;min-height:clamp(520px,58vw,760px);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem}.home-hero__media::before{content:"";position:absolute;inset:9% 5% 7% 17%;border:1px solid rgba(41,37,31,.18);border-radius:calc(var(--radius)*1.35);transform:rotate(-2deg);pointer-events:none}.home-hero__image{position:relative;margin:0;border:1px solid rgba(41,37,31,.16);border-radius:calc(var(--radius)*1.15);overflow:hidden;background:var(--stone);box-shadow:0 22px 60px rgba(41,37,31,.12)}.home-hero__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.home-hero__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(33,31,27,0) 45%,rgba(33,31,27,.58))}.home-hero__image figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;color:#fff;font-size:.82rem;letter-spacing:.04em}.home-hero__image--main{grid-column:1 / 3;grid-row:1 / 3;margin-right:24%;min-height:100%}.home-hero__image--main img{object-position:center 50%}.home-hero__image--inset{grid-column:2;grid-row:1;align-self:end;margin-left:12%;height:68%;z-index:2}.home-hero__image--small{grid-column:2;grid-row:2;align-self:start;margin:0 0 0 24%;height:64%;z-index:2}.home-hero__image:hover img,.home-feature-card__image:hover img,.home-context-gallery figure:hover img{transform:scale(1.025)}
.home-selected-work{max-width:1380px;padding-top:clamp(2.5rem,5vw,5rem)}.home-featured-work{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:stretch}.home-feature-card{background:var(--panel);border:1px solid var(--line);border-radius:calc(var(--radius)*1.05);overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 18px 50px rgba(41,37,31,.07)}.home-feature-card--large{grid-row:span 2}.home-feature-card--dark{background:var(--charcoal);color:#fff}.home-feature-card--dark p{color:#eee}.home-feature-card--dark .project-location{color:#d8ccba}.home-feature-card__image{display:block;min-height:270px;background:var(--stone);overflow:hidden}.home-feature-card--large .home-feature-card__image{min-height:clamp(440px,54vw,720px)}.home-feature-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.home-feature-card__copy{padding:clamp(1rem,2.3vw,1.8rem)}.home-feature-card__copy h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.55rem,3.2vw,2.7rem);font-weight:500;line-height:1.03;letter-spacing:-.03em;margin:.2rem 0 .75rem}.home-work-link{margin:1rem 0 0}
.home-practice{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(1.2rem,4vw,3rem);align-items:center;max-width:1380px}.home-practice__image{margin:0;border:1px solid var(--line);border-radius:calc(var(--radius)*1.15);overflow:hidden;background:var(--panel);box-shadow:0 20px 60px rgba(41,37,31,.09)}.home-practice__image img{width:100%;min-height:clamp(360px,45vw,620px);object-fit:cover;display:block}.home-practice__image figcaption,.home-context-gallery figcaption{padding:.75rem 1rem;color:var(--muted);font-size:.86rem}.home-practice__content>p:not(.section-kicker){color:var(--ink-soft);max-width:760px}.home-practice-panels{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.home-practice-panels article{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.1rem,2.4vw,1.7rem);min-height:280px;display:flex;flex-direction:column}.home-practice-panels span{color:var(--accent);font-size:.78rem;letter-spacing:.14em}.home-practice-panels h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.35rem,2.5vw,2.1rem);line-height:1.06;font-weight:500;margin:auto 0 .75rem}.home-practice-panels p{color:var(--ink-soft)}.home-practice-panels a{margin-top:auto}
.home-context{display:grid;grid-template-columns:minmax(280px,.36fr) minmax(0,1fr);gap:clamp(1.2rem,4vw,3rem);align-items:start;max-width:1380px}.home-context__intro{position:sticky;top:6rem}.home-context__intro p{color:var(--ink-soft)}.home-context-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-context-gallery figure{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.home-context-gallery figure:nth-child(2){margin-top:clamp(2rem,5vw,4rem)}.home-context-gallery figure:nth-child(3){margin-top:clamp(4rem,8vw,7rem)}.home-context-gallery img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .5s ease}.home-context-gallery figure:first-child img{aspect-ratio:4/5}.home-context-gallery figure:nth-child(2) img{aspect-ratio:1/1}.home-pathways{padding-top:clamp(2rem,5vw,4rem)}.home-pathway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-pathway-card{min-height:210px;background:linear-gradient(135deg,#fffaf1,#eadfce);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1rem,2.4vw,1.5rem);text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.home-pathway-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(41,37,31,.10);background:var(--panel)}.home-pathway-card span{color:var(--muted);font-size:.76rem;letter-spacing:.15em;text-transform:uppercase}.home-pathway-card strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.35rem,2.4vw,2.1rem);font-weight:500;line-height:1.08;letter-spacing:-.025em}.home-cta{position:relative;overflow:hidden}.home-cta::after{content:"";position:absolute;right:-6rem;bottom:-9rem;width:22rem;height:22rem;border-radius:50%;background:rgba(255,250,241,.08);pointer-events:none}.reveal-panel{opacity:1;transform:none}.js .reveal-panel{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.js .reveal-panel.is-visible{opacity:1;transform:none}
@media(max-width:1040px){.home-developed-hero,.home-practice,.home-context{grid-template-columns:1fr}.home-hero__media{min-height:clamp(420px,72vw,650px)}.home-context__intro{position:static}.home-practice-panels,.home-pathway-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.home-developed-hero{padding-top:3rem}.home-hero__media{display:block;min-height:0}.home-hero__media::before{display:none}.home-hero__image{height:auto;margin:0 0 1rem}.home-hero__image--main img,.home-hero__image--inset img,.home-hero__image--small img{aspect-ratio:4/3}.home-hero__image--inset,.home-hero__image--small{height:auto}.home-featured-work,.home-practice-panels,.home-context-gallery,.home-pathway-grid{grid-template-columns:1fr}.home-feature-card--large .home-feature-card__image,.home-feature-card__image{min-height:250px}.home-practice__image img{min-height:260px}.home-practice-panels article,.home-pathway-card{min-height:auto}.home-context-gallery figure:nth-child(2),.home-context-gallery figure:nth-child(3){margin-top:0}.home-context-gallery img,.home-context-gallery figure:first-child img,.home-context-gallery figure:nth-child(2) img{aspect-ratio:4/3}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.home-hero__image img,.home-feature-card__image img,.home-context-gallery img,.home-pathway-card,.featured-project__image img{transition:none!important}.home-pathway-card:hover{transform:none}.js .reveal-panel{opacity:1;transform:none;transition:none}}

/* Developed Homepage prototype pass */
.home-hero{max-width:1480px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:clamp(1.4rem,5vw,5rem);align-items:center;padding-top:clamp(4rem,8vw,7rem)}.home-hero__copy{display:grid;gap:1rem}.home-hero__media{position:relative;min-height:clamp(420px,54vw,760px)}.home-hero__image{margin:0;position:absolute;overflow:hidden;border:1px solid rgba(41,37,31,.16);background:var(--stone);box-shadow:0 24px 70px rgba(41,37,31,.14)}.home-hero__image img,.home-project-card img,.home-practice__image img,.home-context-gallery img{width:100%;height:100%;object-fit:cover;display:block}.home-hero__image figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;color:#fff;font-size:.82rem;z-index:1}.home-hero__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(33,31,27,0) 50%,rgba(33,31,27,.58))}.home-hero__image--main{inset:0 14% 9% 0;border-radius:calc(var(--radius)*1.25)}.home-hero__image--inset{right:0;top:7%;width:42%;height:34%;border-radius:var(--radius)}.home-hero__image--small{right:0;bottom:0;width:38%;height:34%;border-radius:var(--radius)}.home-selected-work{max-width:1400px}.home-featured-work{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:stretch}.home-feature-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-rows:auto 1fr;box-shadow:0 16px 45px rgba(41,37,31,.06)}.home-feature-card--large{grid-row:span 2}.home-feature-card--dark{background:var(--charcoal);color:#fff}.home-feature-card--dark p{color:#eee}.home-feature-card--dark .project-location{color:#d8ccba}.home-feature-card__image{display:block;min-height:clamp(250px,28vw,390px);overflow:hidden;background:var(--stone)}.home-feature-card--large .home-feature-card__image{min-height:clamp(430px,52vw,720px)}.home-feature-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.home-feature-card a:hover img{transform:scale(1.025)}.home-feature-card__copy{padding:clamp(1rem,2vw,1.45rem)}.home-feature-card h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.3rem,2.5vw,2.15rem);font-weight:500;letter-spacing:-.025em;line-height:1.08;margin:.2rem 0 .55rem}.home-work-link{margin-top:clamp(1.4rem,4vw,3rem)}.home-practice{max-width:1400px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);gap:clamp(1.2rem,4vw,3rem);align-items:center}.home-practice__image{margin:0;border-radius:calc(var(--radius)*1.15);overflow:hidden;border:1px solid var(--line);min-height:clamp(340px,48vw,650px);background:var(--stone)}.home-practice__image figcaption{padding:.75rem 1rem;color:var(--muted);font-size:.86rem;background:var(--panel)}.home-practice__content{display:grid;gap:1rem}.home-practice-panels{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.home-practice-panels article{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1rem,2.4vw,1.6rem);min-height:260px;display:flex;flex-direction:column}.home-practice-panels h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.25rem,2.3vw,1.9rem);line-height:1.08;font-weight:500;margin:0 0 .7rem}.home-practice-panels a{margin-top:auto}.home-context{display:grid;grid-template-columns:minmax(280px,.36fr) minmax(0,1fr);gap:clamp(1.2rem,4vw,3rem);align-items:start;border-top:1px solid var(--line)}.home-context-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.home-context-gallery figure{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.home-context-gallery figure:first-child{grid-row:span 2}.home-context-gallery figure:first-child img{min-height:520px}.home-context-gallery img{aspect-ratio:4/3}.home-context-gallery figcaption{padding:.75rem 1rem;color:var(--muted);font-size:.86rem}.home-pathways{padding-top:clamp(2rem,5vw,4rem)}.home-pathway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-pathway-card{display:grid;gap:.65rem;text-decoration:none;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1rem,2.4vw,1.6rem);min-height:180px}.home-pathway-card:hover{text-decoration:underline;background:#fff}.home-pathway-card span{color:var(--muted);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase}.home-pathway-card strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.3rem,2.3vw,2rem);line-height:1.08;font-weight:500}.reveal-panel{animation:ramaFadeUp .7s ease both}.reveal-panel:nth-child(2){animation-delay:.08s}.home-feature-card:nth-child(2){animation-delay:.12s}.home-feature-card:nth-child(3){animation-delay:.18s}@keyframes ramaFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1040px){.home-hero,.home-practice,.home-context{grid-template-columns:1fr}.home-hero__media{min-height:clamp(360px,70vw,620px)}.home-featured-work{grid-template-columns:1fr 1fr}.home-practice-panels{grid-template-columns:1fr}.home-pathway-grid{grid-template-columns:1fr}}
@media(max-width:720px){.home-hero{padding-top:3rem}.home-hero__media{min-height:340px}.home-hero__image--main{inset:0;border-radius:.9rem}.home-hero__image--inset,.home-hero__image--small{display:none}.home-featured-work,.home-context-gallery{grid-template-columns:1fr}.home-feature-card--large{grid-row:auto}.home-feature-card__image,.home-feature-card--large .home-feature-card__image{min-height:240px}.home-practice__image{min-height:260px}.home-context-gallery figure:first-child{grid-row:auto}.home-context-gallery figure:first-child img{min-height:0;aspect-ratio:4/3}}
@media(prefers-reduced-motion:reduce){.reveal-panel,.featured-project__image img,.home-feature-card img{animation:none!important;transition:none!important;transform:none!important}}

/* Preview deployment banner */
.prototype-banner{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.65rem var(--space-page);background:var(--charcoal);color:#fff;font-size:.9rem;line-height:1.35;position:relative;z-index:20}
.prototype-banner a{color:#fff;font-weight:700;text-decoration:none}.prototype-banner a:hover{text-decoration:underline}.prototype-banner span{color:#efe7da;text-align:right}
@media(max-width:620px){.prototype-banner{align-items:flex-start;flex-direction:column;padding:.75rem 1rem}.prototype-banner span{text-align:left}}
