:root{
  --ink:#171713;
  --paper:#f4f1ea;
  --paper-2:#ebe7de;
  --white:#fffdf8;
  --line:rgba(23,23,19,.16);
  --soft:#9e9b93;
  --serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  --sans:"Helvetica Neue",Helvetica,Arial,sans-serif;
  --ease:cubic-bezier(.16,1,.3,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.45;overflow-x:hidden}
body.intro-locked,body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img,video{display:block;width:100%}
button{font:inherit;color:inherit}
::selection{background:var(--ink);color:var(--paper)}

/* ---------- VVS-LUXE STYLE TEXT REVEAL ---------- */
.vvs-char-wrap{display:inline-block;overflow:hidden;vertical-align:-.12em;line-height:inherit}
.vvs-char{display:inline-block;transform:translateY(112%);opacity:.04;will-change:transform,opacity}
.vvs-space{display:inline-block;width:.27em}
.text-revealed .vvs-char{animation:vvsCharIn .72s var(--ease) forwards;animation-delay:calc(var(--char-index) * 14ms)}
@keyframes vvsCharIn{0%{transform:translateY(112%);opacity:.04}35%{opacity:1}100%{transform:translateY(0);opacity:1}}

/* ---------- INTRO / NON-SCROLL OPENING ---------- */
.intro-sequence{position:fixed;inset:0;z-index:99999;background:var(--paper);display:grid;place-items:center;overflow:hidden;transition:opacity .5s ease,visibility 0s .5s}
.intro-sequence.is-done{opacity:0;visibility:hidden;pointer-events:none}
.intro-logo{position:absolute;z-index:20;display:flex;gap:.55rem;align-items:baseline;font-weight:700;letter-spacing:-.03em;opacity:0;transform:scale(.92)}
.intro-logo span{font-size:clamp(2.4rem,5vw,6rem)}
.intro-logo small{font-size:clamp(.6rem,1vw,.95rem);letter-spacing:.22em;font-weight:600}
.intro-sequence.logo-in .intro-logo{animation:introLogo 1.05s var(--ease) forwards}
@keyframes introLogo{0%{opacity:0;transform:scale(.86)}25%,78%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1.025)}}
.intro-stack{position:absolute;inset:0;display:grid;place-items:center}
.intro-shot{position:absolute;left:50%;top:50%;margin:0;width:min(20vw,320px);aspect-ratio:4/5;overflow:hidden;opacity:0;transform:translate(-50%,-50%) scale(.64);box-shadow:0 16px 60px rgba(0,0,0,.08);will-change:transform,opacity}
.intro-shot img{width:100%;height:100%;object-fit:cover}
.intro-shot.is-active{animation:introPulse .68s var(--ease) forwards}
.intro-shot.is-behind{opacity:.78;transform:translate(-50%,-50%) scale(.92)}
.shot-1{z-index:1}.shot-2{z-index:2}.shot-3{z-index:3}.shot-4{z-index:4}
@keyframes introPulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.56)}45%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}100%{opacity:1;transform:translate(-50%,-50%) scale(1)}}
.intro-video-card{position:absolute;left:50%;top:50%;z-index:10;--intro-w:min(24vw,390px);--intro-h:min(15vw,244px);width:var(--intro-w);height:var(--intro-h);overflow:hidden;opacity:0;transform:translate(-50%,-50%) scale(.7);background:#111;will-change:inset,width,height,transform,opacity,border-radius}
.intro-video-card video{width:100%;height:100%;object-fit:cover}
.intro-video-card.is-active{animation:introVideoPop .66s var(--ease) forwards}
.intro-video-card.is-expand{animation:introVideoExpand 1.05s var(--ease) forwards}
@keyframes introVideoPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.62)}60%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}100%{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes introVideoExpand{0%{opacity:1;width:var(--intro-w);height:var(--intro-h);transform:translate(-50%,-50%) scale(1)}100%{opacity:1;width:100vw;height:100vh;transform:translate(-50%,-50%) scale(1)}}

/* ---------- HEADER ---------- */
.site-header{position:fixed;z-index:5000;top:0;left:0;right:0;height:86px;padding:0 4vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:var(--white);transition:background .32s ease,color .32s ease,border-color .32s ease,height .32s ease;border-bottom:1px solid transparent}
.site-header.scrolled{height:72px;background:rgba(244,241,234,.94);backdrop-filter:blur(14px);color:var(--ink);border-color:var(--line)}
.brand{display:inline-flex;gap:.55rem;align-items:baseline;width:max-content;font-weight:700;letter-spacing:-.03em}
.brand span{font-size:15px}.brand small{font-size:8px;letter-spacing:.2em;font-weight:600}
.desktop-nav{display:flex;gap:2.15rem;text-transform:uppercase;font-size:10px;letter-spacing:.12em}
.desktop-nav a{position:relative;padding:6px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:currentColor;transition:right .25s ease}.desktop-nav a:hover:after{right:0}
.header-actions{justify-self:end;display:flex;align-items:center;gap:1rem}
.header-book{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#161616;color:white;padding:1rem 1.2rem;text-transform:uppercase;font-size:9px;letter-spacing:.13em;min-width:164px;transition:transform .25s ease,background .25s ease}
.site-header:not(.scrolled) .header-book{background:rgba(15,15,15,.82);border:1px solid rgba(255,255,255,.24)}
.header-book:hover{transform:translateY(-2px)}
.menu-toggle{display:none;background:none;border:0;width:38px;height:38px;padding:10px 2px}.menu-toggle span{display:block;height:1px;background:currentColor;margin:6px 0;transition:transform .3s ease}
.mobile-menu{position:fixed;inset:0;z-index:4500;background:var(--ink);color:white;transform:translateY(-100%);transition:transform .65s var(--ease)}
.mobile-menu.open{transform:translateY(0)}
.mobile-menu-inner{height:100%;padding:120px 24px 35px;display:flex;flex-direction:column}
.mobile-menu-inner>a{font-family:var(--serif);font-size:clamp(3rem,14vw,6rem);line-height:1;border-bottom:1px solid rgba(255,255,255,.16);padding:13px 0}
.mobile-menu-inner .mobile-book{font-family:var(--sans);font-size:11px;text-transform:uppercase;letter-spacing:.13em;margin-top:auto;border:1px solid rgba(255,255,255,.4);padding:1rem}

/* ---------- HERO ---------- */
.hero{position:relative;height:100svh;min-height:680px;overflow:hidden;background:#111;color:white}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.012)}
/* no dark overlay by request */
.hero-content{position:absolute;left:4vw;bottom:7vh;width:min(980px,78vw);z-index:2;text-shadow:0 2px 18px rgba(0,0,0,.22)}
.hero h1{margin:0;font-family:var(--serif);font-size:clamp(4.5rem,8.4vw,9.8rem);font-weight:400;line-height:.79;letter-spacing:-.055em}
.hero h1 em{font-weight:400}
.hero-actions{display:flex;gap:12px;margin-top:2.4rem;text-shadow:none}
.button{display:inline-flex;align-items:center;justify-content:center;min-width:184px;padding:1rem 1.25rem;text-transform:uppercase;letter-spacing:.13em;font-size:9px;border:1px solid transparent;transition:background .25s,color .25s,transform .25s}
.button:hover{transform:translateY(-2px)}
.button-light{background:var(--white);color:var(--ink)}
.button-outline{border-color:rgba(255,255,255,.75);color:white;background:rgba(0,0,0,.04);backdrop-filter:blur(3px)}

/* ---------- SHARED ---------- */
.section-pad{padding-left:6.5vw;padding-right:6.5vw}
.section-kicker{text-transform:uppercase;letter-spacing:.25em;font-size:9px;color:rgba(23,23,19,.58)}
.section-kicker.light{color:rgba(255,255,255,.62)}
.arrow-link{font-size:9px;text-transform:uppercase;letter-spacing:.16em;padding-bottom:.45rem;border-bottom:1px solid currentColor}

/* ---------- SERVICES ---------- */
.services{padding-top:10rem;padding-bottom:9rem;background:var(--paper)}
.services-head{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:4.5rem}
.services-head h2{margin:1.4rem 0 0;font-family:var(--serif);font-size:clamp(3.8rem,6.7vw,8rem);line-height:.9;font-weight:400;letter-spacing:-.045em}
.services-collage{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:56px;gap:1.15vw;align-items:start}
.service-card{position:relative;overflow:hidden;background:#c8c5bd;color:white;min-height:360px}
.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.service-card:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(0,0,0,.5));pointer-events:none}
.service-card:hover img{transform:scale(1.025)}
.service-card-copy{position:absolute;z-index:2;left:1.15rem;right:1.15rem;bottom:1rem}
.service-card-copy h3{margin:0 0 .25rem;font-family:var(--serif);font-size:clamp(1.8rem,2.3vw,3rem);font-weight:400;letter-spacing:-.03em}
.service-card-copy p{margin:0;font-size:11px;color:rgba(255,255,255,.82);max-width:280px}
.service-photo{grid-column:1/4;grid-row:1/10}
.service-film{grid-column:4/8;grid-row:2/9}
.service-social{grid-column:8/10;grid-row:1/8}
.service-aerial{grid-column:10/13;grid-row:2/10}
.services-more{display:flex;gap:2.2rem;align-items:center;flex-wrap:wrap;margin-top:2.2rem;padding-top:1.6rem;border-top:1px solid var(--line);font-size:11px;color:#626977}
.services-more>span{text-transform:uppercase;letter-spacing:.22em;font-size:8px;color:#9ca2ad}

/* ---------- VVS MEDIA REVEALS ---------- */
.media-reveal{opacity:.22;filter:blur(5px);transform:translate3d(0,24px,0) scale(.975);transition:opacity .95s var(--ease),filter 1s var(--ease),transform 1.05s var(--ease)}
.media-reveal[data-media-dir="left"]{transform:translate3d(-34px,20px,0) scale(.975)}
.media-reveal[data-media-dir="right"]{transform:translate3d(34px,20px,0) scale(.975)}
.media-reveal.media-in{opacity:1;filter:blur(0);transform:translate3d(0,0,0) scale(1)}

/* ---------- SELECTED WORK ---------- */
.work{padding:9rem 0 10rem;background:var(--paper)}
.work-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:4rem;margin-bottom:4.5rem}
.work-heading>div{width:70%}.work-heading>p{width:min(360px,28vw);margin:0 0 .5rem;font-size:12px;color:rgba(23,23,19,.66)}
.work-heading h2{margin:1.5rem 0 0;font-family:var(--serif);font-size:clamp(3.8rem,6.6vw,8.1rem);font-weight:400;line-height:.9;letter-spacing:-.052em}.work-heading h2 em{font-weight:400}
.scroll-land{will-change:transform,opacity;transform-origin:center center}
.feature-frame{position:relative;height:78vh;min-height:580px;overflow:hidden;margin:0 1.5vw;background:#cbc7bd}
.feature-frame img{width:100%;height:100%;object-fit:cover}
.feature-caption{position:absolute;left:0;right:0;bottom:0;padding:1.1rem 1.3rem;display:flex;justify-content:space-between;color:white;text-transform:uppercase;letter-spacing:.13em;font-size:8px;background:linear-gradient(transparent,rgba(0,0,0,.45))}
.editorial-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5vw;padding-top:8rem}
.project-card{margin:0 0 6rem}.project-image{overflow:hidden;background:#ccc8be}.project-image img{width:100%;height:100%;object-fit:cover}
.project-card-tall{grid-column:1/7}.project-card-tall .project-image{aspect-ratio:4/5}
.project-card-offset{grid-column:8/13;margin-top:9rem}.project-card-offset .project-image{aspect-ratio:1/1}
.project-card-wide{grid-column:3/11;margin-top:2rem}.project-card-wide .project-image{aspect-ratio:16/9}
.project-card-small{grid-column:9/13;margin-top:1rem}.project-card-small .project-image{aspect-ratio:4/5}
.project-meta{display:flex;justify-content:space-between;gap:1rem;margin-top:.7rem;text-transform:uppercase;letter-spacing:.13em;font-size:8px;color:rgba(23,23,19,.58)}

/* ---------- FEATURED REELS ---------- */
.featured-reels{padding:8rem 5vw 9rem;background:#fbfaf7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.reels-heading{text-align:center;margin-bottom:4rem;text-transform:uppercase;letter-spacing:.35em;font-family:var(--serif);font-size:1.05rem;color:#64625e}
.reels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.2vw;max-width:1500px;margin:auto}
.reel-card{display:block}.reel-media{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:9px;background:#ccc}.reel-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.reel-card:hover img{transform:scale(1.025)}
.reel-play{position:absolute;right:12px;bottom:12px;width:32px;height:32px;border:1px solid rgba(255,255,255,.58);display:grid;place-items:center;color:white;border-radius:50%;font-size:12px;background:rgba(0,0,0,.14);backdrop-filter:blur(5px)}
.reel-caption{text-align:center;margin-top:.9rem;text-transform:uppercase;letter-spacing:.2em;font-size:9px;color:#66635e}
.reels-footer{text-align:center;margin-top:3rem}.reels-footer a{text-transform:uppercase;letter-spacing:.18em;font-size:9px;border-bottom:1px solid currentColor;padding-bottom:.35rem}

/* ---------- FULLSCREEN PROPERTY EXPERIENCE (NORMAL FLOW, NO STICKY) ---------- */
.property-experience{position:relative;height:100svh;min-height:680px;overflow:hidden;color:white;background:#111}
.property-bg,.property-bg img{position:absolute;inset:0;width:100%;height:100%}.property-bg img{object-fit:cover}
.property-experience:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.02) 40%,rgba(0,0,0,.28));pointer-events:none}
.property-topline{position:absolute;z-index:2;top:6vh;left:4vw;right:4vw;display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.15em;font-size:8px}
.property-title{position:absolute;z-index:2;left:4vw;bottom:8vh;max-width:1000px}.project-kicker{display:block;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.16em;font-size:9px}
.property-title h2{margin:0;font-family:var(--serif);font-size:clamp(4.2rem,7.8vw,9.3rem);font-weight:400;line-height:.82;letter-spacing:-.055em}.property-title h2 em{font-weight:400}
.property-link{position:absolute;z-index:2;right:4vw;bottom:8vh;min-width:235px;border:1px solid rgba(255,255,255,.7);padding:1rem 1.15rem;text-transform:uppercase;letter-spacing:.13em;font-size:8px;transition:background .25s,color .25s}.property-link:hover{background:white;color:var(--ink)}

/* ---------- SCROLL-DRIVEN FEATURED PROPERTIES ---------- */
.property-scroll{position:relative;height:300vh;background:var(--paper)}
.property-scroll-sticky{position:sticky;top:0;height:100svh;min-height:640px;display:grid;grid-template-columns:40% 60%;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.property-copy-stage{position:relative;background:#faf9f5}
.property-copy-panel{position:absolute;inset:0;padding:12vh 5vw 8vh;opacity:0;pointer-events:none;transition:opacity .38s ease;display:flex;flex-direction:column}
.property-copy-panel.is-active{opacity:1;pointer-events:auto}
.case-count{text-transform:uppercase;letter-spacing:.23em;font-size:9px;color:#77746e}
.case-copy-inner{margin:auto 0}
.case-copy-inner h2{margin:0 0 1rem;font-family:var(--serif);font-size:clamp(3rem,4.6vw,6rem);line-height:.92;font-weight:400;letter-spacing:-.045em}
.case-location{text-transform:uppercase;letter-spacing:.17em;font-size:8px;font-weight:600;margin-bottom:.5rem}.case-copy-inner>p{margin:.35rem 0 0;max-width:500px;font-size:11px;color:#8a8781}
.case-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.7rem}.case-stats div{display:flex;flex-direction:column;gap:.25rem}.case-stats strong{font-family:var(--serif);font-size:clamp(1.7rem,2.4vw,2.8rem);font-weight:400}.case-stats span{text-transform:uppercase;letter-spacing:.13em;font-size:7px;color:#8a8781}
.case-note{margin-top:2rem!important;text-transform:uppercase;letter-spacing:.12em!important;font-size:8px!important;line-height:1.7!important}
.case-dots{position:absolute;left:5vw;bottom:7vh;display:flex;gap:9px}.case-dots i{display:block;width:8px;height:8px;border-radius:50%;background:#d1cfca;transition:width .3s ease,background .3s ease,border-radius .3s}.case-dots i.active{width:28px;border-radius:8px;background:#77746e}
.property-media-stage{position:relative;background:#bdbdbd}.property-media-item{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.018);filter:blur(2px);transition:opacity .55s ease,transform .85s var(--ease),filter .65s ease}.property-media-item.is-active{opacity:1;transform:scale(1);filter:blur(0)}

/* ---------- PROPERTY GALLERY ---------- */
.property-gallery{padding-top:10rem;padding-bottom:10rem;background:var(--paper)}
.gallery-intro{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-bottom:5rem}.gallery-intro p{margin:0;font-family:var(--serif);font-size:clamp(1.9rem,3.1vw,3.7rem);line-height:1.02;letter-spacing:-.035em;max-width:780px}
.gallery-collage{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:80px;gap:1.25vw}.gallery-collage figure{margin:0;overflow:hidden;background:#ccc}.gallery-collage img{width:100%;height:100%;object-fit:cover}.g1{grid-column:1/8;grid-row:1/8}.g2{grid-column:9/13;grid-row:2/7}.g3{grid-column:5/13;grid-row:8/13}

/* ---------- PROOF ---------- */
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}
.proof-item{min-height:260px;padding:4rem 4vw;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line)}.proof-item:last-child{border-right:0}
.proof-item strong{font-family:var(--serif);font-size:clamp(4rem,6vw,7rem);font-weight:400;line-height:1;letter-spacing:-.05em}.proof-item>span{text-transform:uppercase;letter-spacing:.11em;font-size:10px;color:#77746e}

/* ---------- TRUSTED LOGOS — BLACK / TRANSPARENT ---------- */
.trusted{padding:6rem 0 7rem;background:var(--paper);overflow:hidden}
.trusted-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem}.trusted-head p{margin:0;font-family:var(--serif);font-size:1.25rem}
.logo-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.logo-track{width:max-content;display:flex;gap:5vw;align-items:center;animation:marquee 34s linear infinite}.logo-track img{width:175px;height:76px;object-fit:contain;filter:grayscale(1) brightness(0);opacity:.92;background:transparent!important;mix-blend-mode:multiply}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ---------- CONTACT / FOOTER ---------- */
.contact{min-height:78svh;background:#171713;color:white;display:flex;align-items:center}.contact-inner{width:100%;padding-top:8rem;padding-bottom:8rem}.contact h2{margin:2.4rem 0 0;font-family:var(--serif);font-size:clamp(4rem,7.5vw,9rem);font-weight:400;line-height:.88;letter-spacing:-.052em}.contact h2 em{font-weight:400}.contact-actions{display:flex;align-items:center;gap:2rem;margin-top:3.5rem}.contact-phone{font-size:11px;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:.3rem}
.site-footer{background:#171713;color:white;border-top:1px solid rgba(255,255,255,.13);padding:3rem 4vw 2rem}.footer-brand{font-size:clamp(4rem,9vw,10rem);line-height:.84;letter-spacing:-.07em;font-weight:650}.footer-brand em{font-family:var(--serif);font-weight:400}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.16)}.footer-columns>div{display:flex;flex-direction:column;gap:4px;font-size:11px;color:rgba(255,255,255,.72)}.footer-columns span{text-transform:uppercase;letter-spacing:.13em;font-size:8px;color:rgba(255,255,255,.42);margin-bottom:.6rem}.footer-columns p{margin:0}.footer-bottom{display:flex;justify-content:space-between;margin-top:5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16);text-transform:uppercase;letter-spacing:.12em;font-size:8px;color:rgba(255,255,255,.5)}

/* ---------- ABOUT PAGE ---------- */
.about-page{background:var(--paper)}
.about-hero{min-height:55svh;padding:13rem 6.5vw 6rem;display:flex;align-items:flex-end}.about-hero h1{margin:0;font-family:var(--serif);font-weight:400;font-size:clamp(5rem,10vw,11rem);line-height:.83;letter-spacing:-.06em}
.about-content{padding:5rem 6.5vw 11rem;display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:8vw;border-top:1px solid var(--line)}.about-content figure{margin:0}.about-content img{aspect-ratio:3/4;object-fit:cover}.about-copy h2{font-family:var(--serif);font-size:clamp(3rem,5vw,6rem);font-weight:400;line-height:.95;letter-spacing:-.04em;margin:0 0 2rem}.about-copy p{max-width:620px;font-size:14px;color:#5c5a55}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1050px){
  .site-header{grid-template-columns:1fr auto;height:72px;padding:0 22px}.desktop-nav,.header-book{display:none}.menu-toggle{display:block}.site-header.menu-active .menu-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.site-header.menu-active .menu-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .hero-content{left:22px;width:calc(100% - 44px)}
  .section-pad{padding-left:22px;padding-right:22px}
  .services{padding-top:7rem;padding-bottom:7rem}.services-collage{grid-auto-rows:54px;gap:12px}.service-photo{grid-column:1/7;grid-row:1/9}.service-film{grid-column:7/13;grid-row:2/9}.service-social{grid-column:1/6;grid-row:9/16}.service-aerial{grid-column:6/13;grid-row:9/17}
  .work-heading{flex-direction:column;align-items:flex-start}.work-heading>div,.work-heading>p{width:100%}.feature-frame{height:64vh;min-height:500px;margin:0 10px}.editorial-grid{padding-top:5rem}.project-card-offset{margin-top:5rem}
  .property-scroll-sticky{grid-template-columns:46% 54%}.property-copy-panel{padding-left:30px;padding-right:30px}.case-dots{left:30px}
  .gallery-intro{grid-template-columns:1fr;gap:2rem}
}

@media (max-width:760px){
  .intro-shot{width:38vw}.intro-video-card{--intro-w:56vw;--intro-h:35vw;width:var(--intro-w);height:var(--intro-h)}
  .hero{min-height:720px}.hero h1{font-size:clamp(4rem,16.2vw,6.5rem);line-height:.82}.hero-actions{flex-direction:column;width:min(300px,90%)}.button{width:100%}
  .services-head{align-items:flex-start;flex-direction:column}.services-head h2{font-size:clamp(3.8rem,15vw,5.6rem)}.services-collage{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto}.service-card{grid-column:auto!important;grid-row:auto!important;min-height:0;aspect-ratio:4/5}.service-film,.service-aerial{margin-top:42px}.services-more{gap:1rem 1.6rem}
  .work{padding-top:7rem}.work-heading h2{font-size:clamp(3.7rem,15vw,5.7rem)}.feature-frame{height:62svh;min-height:480px}.editorial-grid{display:block}.project-card,.project-card-offset,.project-card-wide,.project-card-small{margin:0 0 4rem}.project-card .project-image{aspect-ratio:4/3}
  .featured-reels{padding:6rem 20px}.reels-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.reel-card{flex:0 0 77vw;scroll-snap-align:center}.reel-media{aspect-ratio:9/15}
  .property-topline{left:22px;right:22px}.property-title{left:22px;bottom:12vh;max-width:calc(100% - 44px)}.property-title h2{font-size:clamp(3.7rem,15vw,5.7rem)}.property-link{left:22px;right:auto;bottom:4vh;width:calc(100% - 44px)}
  .property-scroll{height:300vh}.property-scroll-sticky{grid-template-columns:1fr;grid-template-rows:48% 52%}.property-copy-stage{grid-row:2}.property-media-stage{grid-row:1}.property-copy-panel{padding:4vh 22px 5vh}.case-copy-inner{margin:auto 0}.case-copy-inner h2{font-size:clamp(2.6rem,11vw,4.3rem)}.case-stats{margin-top:1.5rem}.case-stats strong{font-size:1.5rem}.case-note{display:none}.case-dots{left:22px;bottom:2.5vh}
  .property-gallery{padding-top:7rem;padding-bottom:7rem}.gallery-collage{display:block}.gallery-collage figure{aspect-ratio:4/3;margin-bottom:12px}
  .proof-strip{grid-template-columns:1fr}.proof-item{min-height:175px;border-right:0;border-bottom:1px solid var(--line);padding:2.8rem 22px}.proof-item:last-child{border-bottom:0}
  .trusted-head{align-items:flex-start;flex-direction:column}.logo-track{gap:11vw}.logo-track img{width:135px;height:58px}
  .contact h2{font-size:clamp(3.8rem,15vw,5.8rem)}.contact-actions{flex-direction:column;align-items:flex-start}.contact-actions .button{width:min(300px,100%)}
  .footer-columns{grid-template-columns:1fr;gap:2.5rem}.footer-brand{font-size:clamp(4rem,18vw,6.5rem)}
  .about-content{grid-template-columns:1fr;padding-left:22px;padding-right:22px}.about-hero{padding-left:22px;padding-right:22px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.intro-sequence{display:none}.vvs-char{transform:none!important;opacity:1!important}.media-reveal{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}.scroll-land{transform:none!important;opacity:1!important}.logo-track{animation:none}.property-media-item{transition:none}
}
.asset-fallback{width:100%;height:100%;min-height:260px;background:#bdbdbd;display:grid;place-items:center;color:#555;text-transform:uppercase;letter-spacing:.16em;font-size:9px}

/* =========================================================
   V10 — layout cleanup + portfolio / project pages
   ========================================================= */

/* Keep VVS-style character masks generous enough for ascenders,
   descenders and italic glyphs. Negative margins cancel the extra
   clip padding so the text layout itself does not grow. */
.vvs-char-wrap{
  overflow:hidden;
  padding:.24em .015em .30em;
  margin:-.24em -.015em -.30em;
  vertical-align:-.26em;
}
.vvs-char{padding:.01em 0 .02em}
h1,h2,h3,em,.property-title,.contact-inner,.portfolio-title-row,.project-detail-copy-inner{overflow:visible}

/* selected work: remove the isolated final card and finish with a paired row */
.work-heading-side{width:min(390px,30vw);display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}
.work-heading-side p{width:100%!important;margin:0!important}
.feature-frame{display:block}
.project-link{color:inherit}
.project-card-wide{grid-column:1/9;margin-top:2rem}
.project-card-companion{grid-column:9/13;margin-top:2rem}
.project-card-companion .project-image{aspect-ratio:4/5}
.project-card-wide .project-image{aspect-ratio:16/10}
.project-link .project-image img,.feature-frame>img{transition:transform .9s var(--ease)}
.project-link:hover .project-image img,.feature-frame:hover>img{transform:scale(1.018)}

/* fill the lower open corner in Property Delivery */
.g4{grid-column:1/5;grid-row:8/13}

/* destination section: protect the large lettering at shorter browser heights */
.property-title{bottom:clamp(42px,6vh,78px);max-width:min(920px,74vw)}
.property-title h2{font-size:clamp(4rem,7.15vw,8.55rem);line-height:.86;padding:.08em 0 .12em}
.property-link{bottom:clamp(42px,6vh,78px)}

/* ---------- PORTFOLIO / ADOVASIO-INSPIRED SPATIAL RHYTHM ---------- */
.portfolio-page,.project-page{background:var(--paper)}
.portfolio-page .site-header,.project-page .site-header{color:var(--ink)}
.portfolio-intro{padding-top:clamp(9rem,15vh,13rem);padding-bottom:5rem;min-height:58svh;display:flex;flex-direction:column;justify-content:space-between}
.portfolio-title-row{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:1.4rem}
.portfolio-title-row h1{font-family:var(--serif);font-weight:400;font-size:clamp(5.5rem,11vw,12rem);line-height:.82;letter-spacing:-.065em;margin:1.1rem 0 0;padding:.08em 0 .12em}
.portfolio-index{font-family:var(--serif);font-size:clamp(2rem,3.2vw,4rem);padding-bottom:.2rem}
.portfolio-intro-copy{align-self:flex-end;width:min(480px,42vw);font-family:var(--serif);font-size:clamp(1.4rem,2vw,2.15rem);line-height:1.08;letter-spacing:-.025em;margin:3.5rem 0 0}
.portfolio-scatter{padding-top:3rem;padding-bottom:12rem}
.portfolio-row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5vw;position:relative;align-items:start}
.portfolio-row-center{min-height:70svh}.portfolio-row-split{min-height:90svh}.portfolio-row-deep{min-height:78svh}.portfolio-row-offset{min-height:92svh}.portfolio-row-last{min-height:70svh}
.portfolio-tile{display:block;position:relative;color:inherit}
.tile-primary{grid-column:5/9;width:100%;align-self:start}
.tile-primary-alt{grid-column:4/9}
.tile-left-small{grid-column:1/4;margin-top:14vh}
.tile-right-tall{grid-column:9/13;margin-top:2vh}
.tile-landscape{grid-column:4/10;margin-top:8vh}
.tile-left-tall{grid-column:2/6;margin-top:2vh}
.tile-right-small{grid-column:9/12;margin-top:22vh}
.portfolio-media{overflow:hidden;background:#c8c5bd;position:relative}
.tile-primary .portfolio-media,.tile-left-tall .portfolio-media,.tile-right-tall .portfolio-media{aspect-ratio:4/5}
.tile-left-small .portfolio-media,.tile-right-small .portfolio-media{aspect-ratio:1/1}
.tile-landscape .portfolio-media{aspect-ratio:16/10}
.portfolio-media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.portfolio-tile:hover .portfolio-media img{transform:scale(1.02)}
.vvs-portfolio-caption{display:flex;justify-content:space-between;gap:1rem;padding-top:.7rem;text-transform:uppercase;letter-spacing:.13em;font-size:8px;color:rgba(23,23,19,.62)}
.vvs-portfolio-caption span:last-child{text-align:right}
.portfolio-cta{padding-top:9rem;padding-bottom:10rem;border-top:1px solid var(--line)}
.portfolio-cta h2{font-family:var(--serif);font-size:clamp(4rem,7.6vw,9rem);line-height:.87;letter-spacing:-.055em;font-weight:400;margin:2rem 0 3rem;max-width:1000px;padding:.08em 0 .12em}
.portfolio-cta h2 em{font-weight:400}

/* click transition into the split project hero */
.project-transition-layer{position:fixed;z-index:99998;overflow:hidden;pointer-events:none;background:#bbb;box-shadow:0 18px 80px rgba(0,0,0,.16);transition:left .66s var(--ease),top .66s var(--ease),width .66s var(--ease),height .66s var(--ease),border-radius .66s var(--ease)}
.project-transition-layer img{width:100%;height:100%;object-fit:cover}

/* ---------- PROJECT DETAIL ---------- */
.project-detail-hero{padding-top:72px;min-height:100svh;display:grid;grid-template-columns:38% 62%;background:#faf9f5;border-bottom:1px solid var(--line)}
.project-detail-copy{min-height:calc(100svh - 72px);padding:8vh 5vw 6vh;display:flex;flex-direction:column;border-right:1px solid var(--line)}
.project-detail-count{text-transform:uppercase;letter-spacing:.22em;font-size:9px;color:#77746e}
.project-detail-copy-inner{margin:auto 0;max-width:520px}
.project-detail-copy h1{font-family:var(--serif);font-weight:400;font-size:clamp(3.6rem,5.6vw,7rem);line-height:.9;letter-spacing:-.05em;margin:0 0 1.25rem;padding:.08em 0 .12em}
.project-detail-location{text-transform:uppercase;letter-spacing:.17em;font-size:9px;margin-bottom:1.4rem}
.project-detail-copy p{font-family:var(--serif);font-size:clamp(1.25rem,1.7vw,1.9rem);line-height:1.14;letter-spacing:-.02em;color:#4d4b46;margin:0;max-width:480px}
.project-detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;padding-top:1.2rem;border-top:1px solid var(--line)}
.project-detail-meta div{display:flex;flex-direction:column;gap:.35rem}
.project-detail-meta span{text-transform:uppercase;letter-spacing:.15em;font-size:7px;color:#8a8781}
.project-detail-meta strong{font-family:var(--serif);font-weight:400;font-size:1.35rem}
.project-detail-actions{margin-top:3rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}
.project-expand,.project-back{background:none;border:0;border-bottom:1px solid currentColor;padding:0 0 .4rem;text-transform:uppercase;letter-spacing:.14em;font-size:8px;cursor:pointer}
.project-detail-media{position:relative;min-height:calc(100svh - 72px);overflow:hidden;background:#bbb}
.project-detail-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.media-expand-corner{position:absolute;right:20px;bottom:20px;width:46px;height:46px;border:1px solid rgba(255,255,255,.75);background:rgba(0,0,0,.12);color:white;display:grid;place-items:center;font-size:15px;cursor:pointer;backdrop-filter:blur(4px)}
.project-gallery-section{padding-top:10rem;padding-bottom:11rem}
.project-gallery-head{display:flex;justify-content:space-between;gap:4rem;align-items:flex-end;margin-bottom:6rem}
.project-gallery-head h2{font-family:var(--serif);font-size:clamp(3.8rem,6.4vw,7.6rem);font-weight:400;line-height:.88;letter-spacing:-.052em;margin:1.4rem 0 0;padding:.08em 0 .12em}.project-gallery-head h2 em{font-weight:400}
.project-gallery-head>p{width:min(260px,24vw);font-size:11px;color:#77746e;margin:0}
.project-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.6vw;align-items:start}
.project-gallery-item{margin:0 0 6rem}.project-gallery-button{display:block;position:relative;width:100%;padding:0;border:0;background:#c9c6be;cursor:pointer;overflow:hidden;color:inherit}
.project-gallery-button img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}
.project-gallery-button:hover img{transform:scale(1.018)}
.project-gallery-expand{position:absolute;right:12px;bottom:12px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);color:white;background:rgba(0,0,0,.12);backdrop-filter:blur(4px)}
.project-gallery-item-1{grid-column:1/8}.project-gallery-item-1 .project-gallery-button{aspect-ratio:16/10}
.project-gallery-item-2{grid-column:9/13;margin-top:10rem}.project-gallery-item-2 .project-gallery-button{aspect-ratio:4/5}
.project-gallery-item-3{grid-column:2/6;margin-top:2rem}.project-gallery-item-3 .project-gallery-button{aspect-ratio:4/5}
.project-gallery-item-4{grid-column:7/13;margin-top:9rem}.project-gallery-item-4 .project-gallery-button{aspect-ratio:16/10}
.project-gallery-item-5{grid-column:4/10;margin-top:2rem}.project-gallery-item-5 .project-gallery-button{aspect-ratio:3/2}
.project-next{padding-top:6rem;padding-bottom:8rem;border-top:1px solid var(--line)}
.project-next>a{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;font-family:var(--serif);font-size:clamp(3.6rem,7vw,8rem);line-height:1;border-bottom:1px solid var(--line);padding:.1em 0 .35em}
body.lightbox-open{overflow:hidden}
.lightbox{position:fixed;inset:0;z-index:99999;background:rgba(10,10,10,.96);display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s .28s}
.lightbox.is-open{opacity:1;visibility:visible;transition:opacity .28s ease}
.lightbox img{max-width:92vw;max-height:88vh;width:auto;height:auto;object-fit:contain}
.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:1px solid rgba(255,255,255,.42);background:rgba(0,0,0,.2);color:white;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(5px)}
.lightbox-close{top:24px;right:24px;width:48px;height:48px;font-size:26px}.lightbox-prev,.lightbox-next{top:50%;width:48px;height:48px;transform:translateY(-50%)}.lightbox-prev{left:24px}.lightbox-next{right:24px}
.lightbox-count{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:white;text-transform:uppercase;letter-spacing:.18em;font-size:8px}

@media (max-width:980px){
  .work-heading-side{width:100%}.project-card-wide{grid-column:1/9}.project-card-companion{grid-column:9/13}
  .portfolio-intro{min-height:48svh}.portfolio-intro-copy{width:min(520px,65vw)}
  .portfolio-row-center{min-height:58svh}.portfolio-row-split{min-height:74svh}.portfolio-row-deep{min-height:66svh}.portfolio-row-offset{min-height:76svh}.portfolio-row-last{min-height:58svh}
  .tile-primary{grid-column:4/10}.tile-primary-alt{grid-column:3/10}.tile-left-small{grid-column:1/5}.tile-right-tall{grid-column:8/13}.tile-landscape{grid-column:3/11}.tile-left-tall{grid-column:1/6}.tile-right-small{grid-column:9/13}
  .project-detail-hero{grid-template-columns:44% 56%}.project-detail-copy{padding-left:30px;padding-right:30px}
  .project-gallery-item-1{grid-column:1/9}.project-gallery-item-2{grid-column:9/13}.project-gallery-item-3{grid-column:1/6}.project-gallery-item-4{grid-column:6/13}.project-gallery-item-5{grid-column:3/11}
}

@media (max-width:620px){
  .vvs-char-wrap{padding:.28em .01em .34em;margin:-.28em -.01em -.34em;vertical-align:-.29em}
  .work-heading-side{gap:1rem}.project-card-wide,.project-card-companion{margin:0 0 4rem}.project-card-companion .project-image{aspect-ratio:4/3}
  .property-title{max-width:calc(100% - 44px);left:22px;bottom:13vh}.property-title h2{font-size:clamp(3.25rem,14vw,5.2rem);line-height:.9}.property-link{left:22px;right:22px;bottom:4vh;width:auto}
  .gallery-collage .g4{display:block}
  .portfolio-intro{padding-top:8.5rem;min-height:auto;padding-bottom:6rem}.portfolio-title-row h1{font-size:clamp(4.4rem,22vw,7rem)}.portfolio-intro-copy{align-self:flex-start;width:100%;font-size:1.5rem;margin-top:2.5rem}
  .portfolio-scatter{padding-bottom:7rem}.portfolio-row{display:block;min-height:auto}.portfolio-tile{width:100%;margin:0 0 5rem}.tile-left-small,.tile-right-small{width:68%}.tile-right-small{margin-left:auto}.tile-primary,.tile-primary-alt{width:84%;margin-left:auto;margin-right:auto}.tile-left-tall{width:76%}.tile-right-tall{width:76%;margin-left:auto}.tile-landscape{width:100%}
  .portfolio-cta{padding-top:6rem;padding-bottom:7rem}.portfolio-cta h2{font-size:clamp(3.6rem,15vw,5.7rem)}
  .project-detail-hero{padding-top:68px;display:flex;flex-direction:column-reverse;min-height:auto}.project-detail-media{min-height:58svh}.project-detail-copy{min-height:auto;padding:4.5rem 22px 5rem;border-right:0}.project-detail-copy h1{font-size:clamp(3.7rem,16vw,5.8rem)}.project-detail-copy p{font-size:1.3rem}.project-detail-meta{margin-top:2.2rem}.project-detail-actions{margin-top:2.4rem}
  .project-gallery-section{padding-top:7rem;padding-bottom:7rem}.project-gallery-head{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:4rem}.project-gallery-head h2{font-size:clamp(3.5rem,15vw,5.5rem)}.project-gallery-head>p{width:100%}.project-gallery-grid{display:block}.project-gallery-item{margin:0 0 4rem!important}.project-gallery-button{aspect-ratio:4/3!important}.project-gallery-item-2 .project-gallery-button,.project-gallery-item-3 .project-gallery-button{aspect-ratio:4/5!important}
  .project-next>a{font-size:clamp(3rem,13vw,4.8rem)}
  .lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:12px;right:12px}.lightbox img{max-width:96vw;max-height:82vh}
}

/* ---------- PORTFOLIO V11: ADOVASIO-STYLE PROJECT STREAM ---------- */
/* Hero remains Exclusive Media. Everything below it follows the reference's centered editorial project rhythm. */
.portfolio-page .portfolio-scatter,.portfolio-page .portfolio-cta{display:none!important}
.ado-stream{position:relative;background:var(--paper);border-top:1px solid rgba(28,28,24,.08)}
.ado-project{position:relative;height:205svh;min-height:1280px;isolation:isolate;overflow:clip}
.ado-project+.ado-project{border-top:1px solid rgba(28,28,24,.035)}
.ado-project-labels{position:sticky;top:48vh;z-index:6;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 2.1vw;pointer-events:none;font-family:var(--serif);font-size:clamp(1.05rem,1.35vw,1.55rem);line-height:1;letter-spacing:-.02em}
.ado-name-left{justify-self:start}.ado-name-right{justify-self:end}.ado-separator{justify-self:center;font-size:.95em}
.ado-frame{position:absolute;z-index:2;display:block;overflow:hidden;background:#c7c3bb;color:inherit;box-shadow:none}
.ado-frame img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.18,.72,.18,1)}
.ado-frame:hover img{transform:scale(1.018)}
.ado-frame::after{content:"";position:absolute;inset:0;border:1px solid rgba(28,28,24,.04);pointer-events:none}
.ado-view{position:sticky;z-index:8;top:calc(100vh - 78px);margin:0 auto;width:max-content;display:flex;align-items:center;gap:1rem;background:#fff;color:var(--ink);padding:.72rem .85rem .72rem 1.15rem;font-size:8px;text-transform:uppercase;letter-spacing:.14em;box-shadow:0 10px 28px rgba(0,0,0,.05);border:1px solid rgba(28,28,24,.06)}
.ado-view i{font-style:normal;width:24px;height:24px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-size:8px}

/* Alternating image arrangements modeled closely on the reference's scattered central column. */
.ado-project-1 .ado-f1{left:35%;top:8vh;width:30vw;height:53vh}
.ado-project-1 .ado-f2{left:17%;top:82vh;width:29vw;height:35vh}
.ado-project-1 .ado-f3{left:61%;top:77vh;width:16vw;height:42vh}
.ado-project-1 .ado-f4{left:34%;top:142vh;width:38vw;height:45vh}

.ado-project-2 .ado-f1{left:16%;top:8vh;width:19vw;height:39vh}
.ado-project-2 .ado-f2{left:59%;top:0;width:25vw;height:35vh}
.ado-project-2 .ado-f3{left:30%;top:82vh;width:39vw;height:43vh}
.ado-project-2 .ado-f4{left:61%;top:132vh;width:19vw;height:43vh}

.ado-project-3 .ado-f1{left:42.5%;top:5vh;width:15vw;height:33vh}
.ado-project-3 .ado-f2{left:42.5%;top:54vh;width:15vw;height:34vh}
.ado-project-3 .ado-f3{left:42.5%;top:104vh;width:15vw;height:34vh}
.ado-project-3 .ado-f4{left:36%;top:151vh;width:28vw;height:38vh}

.ado-project-4 .ado-f1{left:15%;top:11vh;width:22vw;height:41vh}
.ado-project-4 .ado-f2{left:59%;top:1vh;width:26vw;height:34vh}
.ado-project-4 .ado-f3{left:27%;top:86vh;width:37vw;height:38vh}
.ado-project-4 .ado-f4{left:67%;top:74vh;width:17vw;height:47vh}

.ado-project-5 .ado-f1{left:21%;top:9vh;width:18vw;height:31vh}
.ado-project-5 .ado-f2{left:59%;top:12vh;width:28vw;height:40vh}
.ado-project-5 .ado-f3{left:34%;top:78vh;width:43vw;height:54vh}
.ado-project-5 .ado-f4{left:16%;top:146vh;width:24vw;height:39vh}

.ado-project-6 .ado-f1{left:42%;top:7vh;width:27vw;height:54vh}
.ado-project-6 .ado-f2{left:18%;top:80vh;width:23vw;height:37vh}
.ado-project-6 .ado-f3{left:59%;top:75vh;width:25vw;height:35vh}
.ado-project-6 .ado-f4{left:33%;top:139vh;width:37vw;height:45vh}

.ado-ending{min-height:72svh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-top:1px solid rgba(28,28,24,.08);border-bottom:1px solid rgba(28,28,24,.08)}
.ado-ending p{font-family:var(--serif);font-size:clamp(2.2rem,4.2vw,5.6rem);line-height:.96;letter-spacing:-.045em;max-width:900px;margin:0 0 2.5rem;padding:.12em 0}
.ado-ending a{text-transform:uppercase;letter-spacing:.14em;font-size:9px;border-bottom:1px solid currentColor;padding:.45rem 0}
.ado-scroll-rail{position:fixed;z-index:1001;right:8px;top:84px;bottom:18px;width:2px;background:rgba(28,28,24,.08);pointer-events:none}
.ado-scroll-rail span{position:absolute;left:0;top:0;width:100%;height:8%;background:rgba(28,28,24,.55);transform-origin:top;transform:translateY(0)}

/* Keep letter masks generous so serif tops/descenders never clip during the VVS reveal. */
.portfolio-page .vvs-char-wrap{overflow:hidden!important;padding:.30em .025em .38em;margin:-.30em -.025em -.38em;vertical-align:-.31em}
.portfolio-page .vvs-char{will-change:transform,opacity;padding:.015em 0 .025em}

@media (max-width:980px){
  .ado-project{height:170svh;min-height:1050px}
  .ado-project-labels{top:46vh;padding:0 22px;font-size:1.05rem}
  .ado-project-1 .ado-f1,.ado-project-6 .ado-f1{left:35%;width:32vw}
  .ado-project-1 .ado-f2,.ado-project-2 .ado-f1,.ado-project-4 .ado-f1,.ado-project-5 .ado-f1,.ado-project-6 .ado-f2{left:8%;width:27vw}
  .ado-project-1 .ado-f3,.ado-project-2 .ado-f2,.ado-project-4 .ado-f2,.ado-project-5 .ado-f2,.ado-project-6 .ado-f3{left:65%;width:27vw}
  .ado-project-1 .ado-f4,.ado-project-2 .ado-f3,.ado-project-4 .ado-f3,.ado-project-5 .ado-f3,.ado-project-6 .ado-f4{left:25%;width:50vw}
  .ado-project-3 .ado-f1,.ado-project-3 .ado-f2,.ado-project-3 .ado-f3{left:40%;width:20vw}
  .ado-project-3 .ado-f4{left:32%;width:36vw}
}

@media (max-width:620px){
  .ado-scroll-rail{display:none}
  .ado-project{height:150svh;min-height:880px}
  .ado-project-labels{top:45vh;padding:0 16px;font-size:.95rem;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
  .ado-separator{font-size:.8rem}.ado-name-right{text-align:right}
  .ado-view{top:calc(100vh - 68px);font-size:7px;padding:.6rem .7rem .6rem .9rem}
  .ado-view i{width:21px;height:21px}
  .ado-project .ado-f1{left:29%;top:5vh;width:42vw;height:38vh}
  .ado-project .ado-f2{left:7%;top:58vh;width:35vw;height:31vh}
  .ado-project .ado-f3{left:59%;top:54vh;width:34vw;height:34vh}
  .ado-project .ado-f4{left:21%;top:104vh;width:58vw;height:34vh}
  .ado-project-3 .ado-f1{left:36%;top:3vh;width:28vw;height:29vh}
  .ado-project-3 .ado-f2{left:36%;top:42vh;width:28vw;height:29vh}
  .ado-project-3 .ado-f3{left:36%;top:81vh;width:28vw;height:29vh}
  .ado-project-3 .ado-f4{left:25%;top:118vh;width:50vw;height:28vh}
  .ado-ending{min-height:58svh}.ado-ending p{font-size:clamp(2.5rem,12vw,4.2rem)}
}

/* ========================================================================== */
/* PORTFOLIO V12 — FULL IMAGE HERO + ADOVASIO REFERENCE MOTION                */
/* ========================================================================== */

/* Full-bleed portfolio hero: same visual language as the destination section. */
.portfolio-page .site-header:not(.scrolled),
.project-page .site-header:not(.scrolled){color:var(--white)}
.portfolio-page .site-header:not(.scrolled) .header-book,
.project-page .site-header:not(.scrolled) .header-book{background:rgba(14,14,13,.20);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(4px)}

.portfolio-intro{display:none!important}
.portfolio-hero{position:relative;height:100svh;min-height:680px;overflow:hidden;background:#aaa;color:#fff}
.portfolio-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.002)}
/* keep the picture clean — only a very light bottom readability fade, not a dark overlay */
.portfolio-hero::after{content:"";position:absolute;z-index:1;left:0;right:0;bottom:0;height:34%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.18));pointer-events:none}
.portfolio-hero-top{position:absolute;z-index:2;left:4vw;right:4vw;top:112px;display:flex;justify-content:space-between;gap:2rem;text-transform:uppercase;letter-spacing:.16em;font-size:8px;text-shadow:0 2px 14px rgba(0,0,0,.3)}
.portfolio-hero-title{position:absolute;z-index:2;left:4vw;bottom:5.5vh;max-width:78vw;text-shadow:0 3px 22px rgba(0,0,0,.24)}
.portfolio-hero-title h1{font-family:var(--serif);font-size:clamp(6rem,12.5vw,14rem);line-height:.78;letter-spacing:-.07em;font-weight:400;margin:0;padding:.10em 0 .15em}
.portfolio-hero-foot{position:absolute;z-index:2;right:4vw;bottom:6.4vh;width:min(360px,28vw);display:grid;gap:1.15rem;text-shadow:0 2px 14px rgba(0,0,0,.25)}
.portfolio-hero-foot p{margin:0;font-family:var(--serif);font-size:clamp(1.05rem,1.3vw,1.4rem);line-height:1.12}
.portfolio-hero-foot a{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.65);padding-top:.65rem;text-transform:uppercase;letter-spacing:.14em;font-size:8px}

/* Exact reference-style stream structure remains, but frames themselves stay in place.
   Only the picture INSIDE the frame drifts with scroll. */
.ado-stream{border-top:0}
.ado-project{overflow:hidden}
.ado-frame{isolation:isolate;will-change:auto}
.ado-frame img{
  position:absolute;left:0;top:-7%;width:100%;height:114%;object-fit:cover;
  transform:translate3d(0,var(--ado-image-y,0px),0) scale(var(--ado-image-scale,1.01));
  transition:transform .82s cubic-bezier(.16,1,.3,1),filter .45s ease;
  will-change:transform;
}
.ado-frame:hover{--ado-image-scale:1.055}

/* Diagonal glare sweep: bottom-right -> top-left, as in the recording. */
.ado-frame::before{
  content:"";position:absolute;z-index:4;inset:-65%;pointer-events:none;opacity:0;
  background:linear-gradient(128deg,transparent 42%,rgba(255,255,255,.08) 46%,rgba(255,255,255,.72) 50%,rgba(255,255,255,.12) 54%,transparent 59%);
  transform:translate3d(48%,48%,0);
}
.ado-frame:hover::before{animation:adoGlareSweep .92s cubic-bezier(.2,.75,.2,1)}
@keyframes adoGlareSweep{
  0%{opacity:0;transform:translate3d(52%,52%,0)}
  18%{opacity:.9}
  72%{opacity:.55}
  100%{opacity:0;transform:translate3d(-52%,-52%,0)}
}
.ado-frame::after{z-index:5}

/* Reference names subtly phase in/out as their project occupies the viewport. */
.ado-project-labels{opacity:var(--ado-label-opacity,1);transform:translate3d(0,var(--ado-label-y,0px),0);transition:opacity .12s linear;will-change:opacity,transform}

/* Make the image-to-project transition fill the entire browser like the reference. */
.project-transition-layer{transition:left .72s var(--ease),top .72s var(--ease),width .72s var(--ease),height .72s var(--ease),border-radius .72s var(--ease);box-shadow:none}

/* ========================================================================== */
/* PROJECT PAGE V12 — FULL VIEWPORT PROJECT HERO, THEN COLLAGE                */
/* ========================================================================== */
.project-detail-hero{display:none!important}
.project-full-hero{position:relative;height:100svh;min-height:680px;overflow:hidden;background:#aaa;color:#fff}
.project-full-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.project-full-hero::after{content:"";position:absolute;z-index:1;left:0;right:0;bottom:0;height:36%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.20));pointer-events:none}
.project-full-top{position:absolute;z-index:2;left:4vw;right:4vw;top:112px;display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.16em;font-size:8px;text-shadow:0 2px 14px rgba(0,0,0,.28)}
.project-full-title{position:absolute;z-index:2;left:4vw;bottom:5.5vh;max-width:76vw;text-shadow:0 3px 24px rgba(0,0,0,.24)}
.project-full-title h1{font-family:var(--serif);font-size:clamp(5.5rem,10.8vw,12rem);line-height:.8;letter-spacing:-.065em;font-weight:400;margin:0;padding:.1em 0 .15em}
.project-full-actions{position:absolute;z-index:3;right:4vw;bottom:6vh;display:flex;gap:10px}
.project-full-actions a,.project-full-actions button{appearance:none;border:1px solid rgba(255,255,255,.72);background:rgba(0,0,0,.08);color:#fff;padding:.9rem 1.05rem;text-transform:uppercase;letter-spacing:.14em;font-size:8px;cursor:pointer;backdrop-filter:blur(4px)}
.project-full-actions a:hover,.project-full-actions button:hover{background:#fff;color:var(--ink)}

.project-story{min-height:46svh;padding-top:8rem;padding-bottom:8rem;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:9vw;align-items:center;border-bottom:1px solid var(--line)}
.project-story-copy p{font-family:var(--serif);font-size:clamp(2rem,3.4vw,4.3rem);line-height:1.02;letter-spacing:-.038em;margin:1.5rem 0 0;max-width:850px;padding:.08em 0 .12em}
.project-story-meta{display:grid;grid-template-columns:1fr 1fr;gap:2rem;border-top:1px solid var(--line);padding-top:1.2rem}
.project-story-meta div{display:flex;flex-direction:column;gap:.45rem}
.project-story-meta span{text-transform:uppercase;letter-spacing:.16em;font-size:7px;color:#8a8781}
.project-story-meta strong{font-family:var(--serif);font-weight:400;font-size:clamp(1.25rem,1.7vw,1.8rem)}
.project-gallery-section{padding-top:8rem}
.project-gallery-head-minimal{align-items:center;margin-bottom:4.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}
.project-gallery-head-minimal>p{width:auto;margin:0;text-transform:uppercase;letter-spacing:.13em;font-size:8px;color:#77746e}

/* Use the same hover language inside the project collage, but softer. */
.project-gallery-button::before{content:"";position:absolute;z-index:2;inset:-65%;pointer-events:none;opacity:0;background:linear-gradient(128deg,transparent 43%,rgba(255,255,255,.6) 50%,transparent 57%);transform:translate3d(52%,52%,0)}
.project-gallery-button:hover::before{animation:adoGlareSweep .92s cubic-bezier(.2,.75,.2,1)}
.project-gallery-button img{position:relative;z-index:1}
.project-gallery-expand{z-index:3}

@media (max-width:980px){
  .portfolio-hero-foot{width:min(360px,38vw)}
  .project-full-actions{bottom:5vh}
  .project-story{grid-template-columns:1fr;gap:3.5rem}
  .project-story-meta{max-width:520px}
}

@media (max-width:620px){
  .portfolio-hero,.project-full-hero{min-height:720px}
  .portfolio-hero-top,.project-full-top{left:20px;right:20px;top:90px;font-size:7px}
  .portfolio-hero-title,.project-full-title{left:20px;bottom:18vh;max-width:calc(100% - 40px)}
  .portfolio-hero-title h1{font-size:clamp(5rem,25vw,7.4rem)}
  .project-full-title h1{font-size:clamp(4.4rem,21vw,6.7rem)}
  .portfolio-hero-foot{left:20px;right:20px;bottom:4vh;width:auto;display:block}
  .portfolio-hero-foot p{display:none}.portfolio-hero-foot a{width:100%}
  .project-full-actions{left:20px;right:20px;bottom:4vh;display:grid;grid-template-columns:1fr 1fr}
  .project-full-actions a,.project-full-actions button{text-align:center;padding:.85rem .55rem}
  .project-story{min-height:auto;padding-top:5.5rem;padding-bottom:5.5rem;grid-template-columns:1fr;gap:3rem}
  .project-story-copy p{font-size:clamp(2rem,10vw,3.2rem)}
  .project-gallery-section{padding-top:5.5rem}
  .project-gallery-head-minimal{align-items:flex-start;gap:1rem}
  .ado-frame img{top:-5%;height:110%}
}

/* ===== V13: Adovasio portfolio collage placement =====
   Hero remains Exclusive Media. The collage below intentionally mirrors the reference's
   center portrait -> layered cluster -> alternating wide cluster rhythm. */
.portfolio-page .ado-exact{background:var(--paper);overflow:hidden}
.portfolio-page .ado-exact .ado-project{
  position:relative;
  height:198svh;
  min-height:1380px;
  overflow:hidden;
  border-top:0;
}
.portfolio-page .ado-exact .ado-project+.ado-project{border-top:0}
.portfolio-page .ado-exact .ado-project-labels{
  position:sticky;
  top:49vh;
  z-index:10;
  padding:0 1.15vw;
  grid-template-columns:1fr auto 1fr;
  font-size:clamp(.9rem,1.03vw,1.18rem);
  letter-spacing:-.015em;
  line-height:1;
}
.portfolio-page .ado-exact .ado-name-left{justify-self:start}
.portfolio-page .ado-exact .ado-name-right{justify-self:end}
.portfolio-page .ado-exact .ado-separator{font-size:.75em;opacity:.9}
.portfolio-page .ado-exact .ado-frame{z-index:3}

/* Pattern A: exact first-project rhythm from supplied Adovasio recording. */
.portfolio-page .ado-exact .ado-pattern-a .ado-f1{
  left:40.35%; top:21vh; width:19.3vw; height:42vh;
}
.portfolio-page .ado-exact .ado-pattern-a .ado-f2{
  left:49.15%; top:78vh; width:27.4vw; height:54vh;
}
.portfolio-page .ado-exact .ado-pattern-a .ado-f3{
  left:22.5%; top:96vh; width:18.4vw; height:34vh;
}
.portfolio-page .ado-exact .ado-pattern-a .ado-f4{
  left:72.7%; top:119vh; width:9.6vw; height:21vh;
}
.portfolio-page .ado-exact .ado-pattern-a .ado-f5{
  left:31.2%; top:151vh; width:37.6vw; height:31vh;
}

/* Pattern B: exact second-project rhythm from supplied Adovasio recording. */
.portfolio-page .ado-exact .ado-pattern-b .ado-f1{
  left:33.2%; top:12vh; width:33.7vw; height:37vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f2{
  left:17.8%; top:72vh; width:31.1vw; height:27vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f3{
  left:63.2%; top:72vh; width:18.4vw; height:38vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f4{
  left:12.1%; top:120vh; width:11.5vw; height:24vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f5{
  left:54.2%; top:122vh; width:22.3vw; height:42vh;
}

/* Reference keeps the floating CTA centered close to the lower viewport edge. */
.portfolio-page .ado-exact .ado-view{
  top:calc(100vh - 72px);
  padding:.65rem .72rem .65rem 1rem;
  font-size:7px;
  letter-spacing:.11em;
  box-shadow:none;
  border-color:rgba(28,28,24,.075);
}
.portfolio-page .ado-exact .ado-view i{width:21px;height:21px}

/* Subtle internal scroll drift; frame coordinates themselves remain fixed. */
.portfolio-page .ado-exact .ado-frame img{top:-6%;height:112%;will-change:transform}

@media (max-width:980px){
  .portfolio-page .ado-exact .ado-project{height:176svh;min-height:1120px}
  .portfolio-page .ado-exact .ado-project-labels{top:47vh;padding:0 20px;font-size:.92rem}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f1{left:36%;width:28%;height:37vh;top:18vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f2{left:48%;width:38%;height:48vh;top:70vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f3{left:11%;width:28%;height:31vh;top:88vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f4{left:72%;width:15%;height:20vh;top:108vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f5{left:26%;width:48%;height:30vh;top:137vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f1{left:27%;width:46%;height:34vh;top:10vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f2{left:8%;width:39%;height:25vh;top:64vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f3{left:64%;width:27%;height:33vh;top:63vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f4{left:10%;width:18%;height:21vh;top:108vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f5{left:49%;width:34%;height:38vh;top:110vh}
}

@media (max-width:620px){
  .portfolio-page .ado-exact .ado-project{height:158svh;min-height:900px}
  .portfolio-page .ado-exact .ado-project-labels{top:46vh;padding:0 14px;font-size:.8rem}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f1{left:33%;width:34%;height:32vh;top:14vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f2{left:42%;width:48%;height:39vh;top:61vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f3{left:7%;width:30%;height:27vh;top:75vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f4{left:72%;width:18%;height:18vh;top:91vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f5{left:20%;width:60%;height:27vh;top:120vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f1{left:18%;width:64%;height:31vh;top:9vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f2{left:5%;width:46%;height:23vh;top:57vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f3{left:64%;width:31%;height:30vh;top:56vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f4{left:6%;width:24%;height:20vh;top:101vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f5{left:47%;width:43%;height:34vh;top:102vh}
}


/* ========================================================================== */
/* V14 — REFERENCE-MATCHED ADOVASIO PORTFOLIO COLLAGE                         */
/* The portfolio hero remains Exclusive Media. Everything below it follows    */
/* the supplied reference screenshots' desktop scale, spacing and rhythm.     */
/* ========================================================================== */
.portfolio-page .ado-exact{
  --ado-cream: var(--paper);
  background:var(--ado-cream);
  overflow:clip;
}
.portfolio-page .ado-exact .ado-project{
  position:relative;
  height:188svh;
  min-height:1500px;
  overflow:clip;
  border:0!important;
  isolation:isolate;
}
.portfolio-page .ado-exact .ado-project+.ado-project{border:0!important}

/* In the reference the names sit on the optical center line and remain there
   while the collage moves around them. */
.portfolio-page .ado-exact .ado-project-labels{
  position:sticky;
  top:48.2vh;
  z-index:12;
  width:100%;
  padding:0 2.0vw;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  font-family:var(--serif);
  font-size:clamp(1.9rem,2.2vw,2.55rem);
  line-height:1;
  letter-spacing:-.035em;
  pointer-events:none;
}
.portfolio-page .ado-exact .ado-name-left{justify-self:start}
.portfolio-page .ado-exact .ado-name-right{justify-self:end}
.portfolio-page .ado-exact .ado-separator{
  justify-self:center;
  font-size:.92em;
  opacity:1;
}

.portfolio-page .ado-exact .ado-frame{
  position:absolute;
  overflow:hidden;
  z-index:3;
  background:#c7c3bb;
  border:0;
}
.portfolio-page .ado-exact .ado-frame img{
  position:absolute;
  left:0;
  top:-8%;
  width:100%;
  height:116%;
  object-fit:cover;
  transform:translate3d(0,var(--ado-image-y,0px),0) scale(var(--ado-image-scale,1.005));
}

/* -------------------------------------------------------------------------- */
/* PATTERN A — Emily / David screenshots                                      */
/* 1600px reference: main x≈662 w≈623, second x≈283 w≈466, detail x≈915 w≈243 */
/* -------------------------------------------------------------------------- */
.portfolio-page .ado-exact .ado-pattern-a .ado-f1{
  left:41.35%; top:12.5vh; width:39.0vw; height:79.5vh;
}
.portfolio-page .ado-exact .ado-pattern-a .ado-f2{
  left:17.65%; top:76.0vh; width:29.15vw; height:60.0vh;
}
.portfolio-page .ado-exact .ado-pattern-a .ado-f3{
  left:57.15%; top:116.5vh; width:15.25vw; height:31.0vh;
}
/* Later-frame image visible only near the end of the project, like the
   reference's next composition starting to enter from below. */
.portfolio-page .ado-exact .ado-pattern-a .ado-f4{
  left:57.15%; top:161.5vh; width:23.15vw; height:39.0vh;
}
.portfolio-page .ado-exact .ado-pattern-a .ado-f5{
  display:none;
}

/* -------------------------------------------------------------------------- */
/* PATTERN B — Caterina / Griffin screenshots                                 */
/* Big near-center portrait followed by isolated lower details.               */
/* -------------------------------------------------------------------------- */
.portfolio-page .ado-exact .ado-pattern-b{
  height:205svh;
  min-height:1640px;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f1{
  left:25.60%; top:2.8vh; width:46.75vw; height:96.0vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f2{
  left:72.30%; top:91.0vh; width:8.10vw; height:18.0vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f3{
  left:17.65%; top:139.0vh; width:15.25vw; height:31.0vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f4{
  left:57.15%; top:116.0vh; width:23.15vw; height:35.5vh;
}
.portfolio-page .ado-exact .ado-pattern-b .ado-f5{
  left:57.15%; top:184.0vh; width:23.15vw; height:39.0vh;
}

/* -------------------------------------------------------------------------- */
/* PATTERN C — Carolina / Jace screenshot                                     */
/* Large left portrait + tall upper-right image, then two late details.        */
/* -------------------------------------------------------------------------- */
.portfolio-page .ado-exact .ado-pattern-c{
  height:190svh;
  min-height:1520px;
}
.portfolio-page .ado-exact .ado-pattern-c .ado-f1{
  left:17.65%; top:20.8vh; width:39.00vw; height:79.0vh;
}
.portfolio-page .ado-exact .ado-pattern-c .ado-f2{
  left:57.15%; top:2.0vh; width:23.15vw; height:47.2vh;
}
.portfolio-page .ado-exact .ado-pattern-c .ado-f3{
  left:57.15%; top:119.0vh; width:15.25vw; height:31.0vh;
}
.portfolio-page .ado-exact .ado-pattern-c .ado-f4{
  left:17.65%; top:139.0vh; width:23.15vw; height:35.0vh;
}
.portfolio-page .ado-exact .ado-pattern-c .ado-f5{display:none}

/* Reference CTA: centered, wide white pill-like rectangle near viewport floor. */
.portfolio-page .ado-exact .ado-view{
  position:sticky;
  z-index:20;
  top:calc(100vh - 106px);
  margin:0 auto;
  width:365px;
  max-width:calc(100vw - 36px);
  min-height:66px;
  padding:0 15px 0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  background:#fff;
  border:0;
  border-radius:5px;
  box-shadow:0 14px 36px rgba(0,0,0,.035);
  font-family:var(--sans);
  font-size:16px;
  line-height:1;
  text-transform:none;
  letter-spacing:0;
}
.portfolio-page .ado-exact .ado-view i{
  flex:0 0 auto;
  width:35px;
  height:35px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--ink);
  color:#fff;
  font-size:15px;
  font-style:normal;
  line-height:1;
}

/* Keep the supplied bottom-right -> top-left sheen, but make it more visible
   against real-estate imagery. */
.portfolio-page .ado-exact .ado-frame::before{
  background:linear-gradient(128deg,
    transparent 42%,
    rgba(255,255,255,.10) 46%,
    rgba(255,255,255,.72) 50%,
    rgba(255,255,255,.12) 54%,
    transparent 59%);
}
.portfolio-page .ado-exact .ado-frame:hover{--ado-image-scale:1.045}

@media (max-width:980px){
  .portfolio-page .ado-exact .ado-project,
  .portfolio-page .ado-exact .ado-pattern-b,
  .portfolio-page .ado-exact .ado-pattern-c{
    height:172svh;
    min-height:1120px;
  }
  .portfolio-page .ado-exact .ado-project-labels{
    top:47vh;
    padding:0 20px;
    font-size:clamp(1.25rem,3.0vw,1.8rem);
  }
  .portfolio-page .ado-exact .ado-pattern-a .ado-f1{left:35%;top:11vh;width:48%;height:70vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f2{left:9%;top:73vh;width:39%;height:52vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f3{left:61%;top:108vh;width:23%;height:28vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f4{left:54%;top:143vh;width:34%;height:35vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f1{left:20%;top:3vh;width:60%;height:82vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f2{left:75%;top:78vh;width:13%;height:17vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f3{left:8%;top:122vh;width:25%;height:28vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f4{left:57%;top:103vh;width:31%;height:34vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f5{left:50%;top:151vh;width:38%;height:34vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f1{left:8%;top:18vh;width:52%;height:70vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f2{left:61%;top:2vh;width:31%;height:42vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f3{left:63%;top:107vh;width:24%;height:27vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f4{left:9%;top:125vh;width:34%;height:32vh}
}

@media (max-width:620px){
  .portfolio-page .ado-exact .ado-project,
  .portfolio-page .ado-exact .ado-pattern-b,
  .portfolio-page .ado-exact .ado-pattern-c{
    height:155svh;
    min-height:900px;
  }
  .portfolio-page .ado-exact .ado-project-labels{
    top:45vh;
    padding:0 14px;
    font-size:clamp(.95rem,5.3vw,1.25rem);
  }
  .portfolio-page .ado-exact .ado-pattern-a .ado-f1{left:25%;top:8vh;width:58%;height:58vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f2{left:5%;top:67vh;width:46%;height:43vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f3{left:63%;top:100vh;width:29%;height:25vh}
  .portfolio-page .ado-exact .ado-pattern-a .ado-f4{left:49%;top:128vh;width:43%;height:31vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f1{left:10%;top:3vh;width:80%;height:68vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f2{left:75%;top:67vh;width:17%;height:15vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f3{left:5%;top:104vh;width:34%;height:26vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f4{left:55%;top:90vh;width:37%;height:31vh}
  .portfolio-page .ado-exact .ado-pattern-b .ado-f5{left:49%;top:128vh;width:43%;height:31vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f1{left:5%;top:15vh;width:62%;height:58vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f2{left:60%;top:2vh;width:34%;height:37vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f3{left:64%;top:94vh;width:28%;height:25vh}
  .portfolio-page .ado-exact .ado-pattern-c .ado-f4{left:6%;top:111vh;width:39%;height:29vh}
  .portfolio-page .ado-exact .ado-view{top:calc(100vh - 82px);min-height:54px;width:260px;padding-left:22px;font-size:13px}
  .portfolio-page .ado-exact .ado-view i{width:29px;height:29px;font-size:12px}
}

/* ========================================================================== */
/* V15 — ONE EXCLUSIVE MEDIA VIEW-PROJECT BUTTON                              */
/* ========================================================================== */
/* Per-project reference pills are removed. One button follows the viewport
   and updates its destination as the active project section changes. */
.portfolio-page .portfolio-floating-project{
  position:fixed;
  left:50%;
  bottom:28px;
  z-index:1400;
  width:178px;
  min-height:50px;
  transform:translate3d(-50%,16px,0);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 16px 0 18px;
  border:1px solid var(--ink);
  border-radius:0;
  background:var(--ink);
  color:var(--paper);
  font-family:var(--sans);
  font-size:9px;
  font-weight:500;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease,transform .38s cubic-bezier(.2,.75,.2,1),background .25s ease,color .25s ease;
}
.portfolio-page .portfolio-floating-project.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate3d(-50%,0,0);
}
.portfolio-page .portfolio-floating-project:hover{
  background:var(--paper);
  color:var(--ink);
}
.portfolio-page .portfolio-floating-arrow{
  display:block;
  font-size:13px;
  line-height:1;
  letter-spacing:0;
  transform:translate3d(0,0,0);
  transition:transform .25s ease;
}
.portfolio-page .portfolio-floating-project:hover .portfolio-floating-arrow{
  transform:translate3d(3px,-3px,0);
}

@media (max-width:620px){
  .portfolio-page .portfolio-floating-project{
    bottom:18px;
    width:164px;
    min-height:48px;
    padding:0 14px 0 16px;
    font-size:8px;
  }
}

/* ========================================================================== */
/* ABOUT PAGE — editorial studio structure, Exclusive Media palette           */
/* ========================================================================== */
.about-page{background:var(--paper)}
.about-page .about-story-hero{min-height:100svh;background:var(--ink);color:var(--white);padding:clamp(115px,12vh,150px) 4vw 5vh;display:grid;grid-template-columns:minmax(0,1.32fr) minmax(250px,.48fr) minmax(300px,.72fr);gap:4.5vw;align-items:center;position:relative;overflow:hidden}
.about-page .about-story-heading{align-self:start;padding-top:2vh}
.about-page .about-story-heading h1{margin:2rem 0 1.3rem;font-family:var(--serif);font-size:clamp(4rem,6.9vw,8.6rem);font-weight:400;line-height:.82;letter-spacing:-.055em}
.about-page .about-story-heading h1 em{font-weight:400}
.about-page .about-story-heading>p{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:rgba(255,255,255,.62)}
.about-founder-card{margin:0;align-self:start;position:relative;overflow:hidden;background:#222}
.about-founder-card img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top;filter:saturate(.78) contrast(1.03)}
.about-founder-card figcaption{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(23,23,19,.78);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);padding:9px 11px;text-transform:uppercase;letter-spacing:.12em;font-size:8px;color:rgba(255,255,255,.86)}
.about-story-intro{align-self:center;max-width:520px;padding-bottom:3vh}
.about-story-intro h2{margin:0 0 1.7rem;font-family:var(--serif);font-size:clamp(2rem,3vw,4.25rem);line-height:1.03;font-weight:400;letter-spacing:-.035em}
.about-story-intro p{margin:0;max-width:420px;font-size:12px;line-height:1.65;color:rgba(255,255,255,.63)}
.about-story-dot{display:block;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.48);margin-top:2.3rem}

.about-manifesto{padding-top:10rem;padding-bottom:10rem;text-align:center}
.about-manifesto .section-kicker{margin-bottom:3rem}
.about-manifesto h2{margin:0 auto;font-family:var(--serif);font-size:clamp(5rem,10.2vw,13rem);line-height:.74;letter-spacing:-.06em;font-weight:400}
.about-manifesto h2 em{font-weight:400}
.about-manifesto-lead{max-width:760px;margin:4rem auto 0;font-family:var(--serif);font-size:clamp(1.45rem,2.15vw,2.7rem);line-height:1.15;letter-spacing:-.025em;color:#494741}
.about-manifesto-rule{width:1px;height:80px;background:var(--line);margin:4.2rem auto 0}

.about-split{padding-top:7rem;padding-bottom:11rem;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:9vw;align-items:center;border-top:1px solid var(--line)}
.about-split-copy{max-width:590px}
.about-split-copy h2{font-family:var(--serif);font-size:clamp(3.8rem,6.1vw,7.6rem);font-weight:400;line-height:.9;letter-spacing:-.05em;margin:1.8rem 0 2.4rem}
.about-split-copy h2 em{font-weight:400}
.about-split-copy p{font-size:13px;line-height:1.65;color:#5d5a54;max-width:520px;margin:0 0 1.2rem}
.about-split-copy .arrow-link{display:inline-block;margin-top:1.4rem}
.about-split-image{margin:0;overflow:hidden;background:#c8c5bd}
.about-split-image img{width:100%;aspect-ratio:16/11;object-fit:cover}

.about-founder{padding-top:11rem;padding-bottom:11rem;background:var(--ink);color:var(--white);display:grid;grid-template-columns:minmax(280px,.55fr) minmax(0,1.1fr);gap:9vw;align-items:center}
.about-founder-image{margin:0;width:min(100%,560px);justify-self:center;overflow:hidden;background:#222}
.about-founder-image img{aspect-ratio:3/4;object-fit:cover;object-position:center top;filter:saturate(.74) contrast(1.03)}
.about-founder-copy{max-width:760px}
.about-founder-copy .section-kicker{color:rgba(255,255,255,.5)}
.about-founder-copy h2{font-family:var(--serif);font-size:clamp(4rem,7vw,8.5rem);font-weight:400;line-height:.9;letter-spacing:-.055em;margin:1.8rem 0 2.2rem}
.about-founder-lead{font-family:var(--serif);font-size:clamp(1.7rem,3vw,3.5rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 1.8rem;max-width:760px}
.about-founder-copy>p:not(.about-founder-lead){font-size:13px;line-height:1.65;color:rgba(255,255,255,.62);max-width:560px}
.about-founder-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:3rem 0 2.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.18)}
.about-founder-meta span{font-size:9px;line-height:1.45;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.55)}
.about-founder-copy .arrow-link{display:inline-block}

.about-values{background:var(--paper);border-top:1px solid var(--line)}
.about-value-row{display:grid;grid-template-columns:70px minmax(260px,.85fr) minmax(280px,1fr);gap:3rem;align-items:center;min-height:160px;border-bottom:1px solid var(--line)}
.about-value-number{font-size:9px;color:rgba(23,23,19,.45)}
.about-value-row h3{font-family:var(--serif);font-size:clamp(2.4rem,4vw,5rem);font-weight:400;letter-spacing:-.035em;margin:0}
.about-value-row p{max-width:500px;margin:0;font-size:12px;line-height:1.55;color:#66635d}

.about-instagram{background:var(--ink);color:var(--white);padding:10rem 0 9rem}
.about-instagram-head{display:flex;justify-content:space-between;gap:3rem;align-items:flex-end;margin-bottom:4rem}
.about-instagram-head h2{font-family:var(--serif);font-size:clamp(4rem,7vw,8.5rem);font-weight:400;letter-spacing:-.055em;line-height:.88;margin:1.4rem 0 0}
.about-instagram-head h2 em{font-weight:400}
.about-instagram-head>a{font-size:9px;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid rgba(255,255,255,.6);padding-bottom:.5rem}
.about-reels{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2vw}
.about-reel{position:relative;display:block;overflow:hidden;aspect-ratio:9/14;background:#2b2b28}
.about-reel video{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .8s var(--ease),filter .5s ease}
.about-reel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.45));pointer-events:none}
.about-reel:hover video{transform:scale(1.045)}
.about-reel-index,.about-reel-arrow{position:absolute;z-index:2;bottom:13px;font-size:9px;letter-spacing:.12em}
.about-reel-index{left:13px}.about-reel-arrow{right:13px;font-size:14px}

.about-faq{padding-top:11rem;padding-bottom:11rem;display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:9vw}
.about-faq-title{position:sticky;top:120px;align-self:start}
.about-faq-title h2{font-family:var(--serif);font-size:clamp(5rem,9vw,11rem);font-weight:400;line-height:.82;letter-spacing:-.055em;margin:2rem 0 2rem}
.about-faq-title p{max-width:330px;font-size:12px;line-height:1.55;color:#66635d}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{list-style:none;display:grid;grid-template-columns:1fr 30px;gap:2rem;align-items:center;cursor:pointer;padding:2.2rem 0;font-family:var(--serif);font-size:clamp(1.45rem,2.1vw,2.4rem);line-height:1.1;letter-spacing:-.02em}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary i{font-family:var(--sans);font-size:20px;font-style:normal;font-weight:300;text-align:right;transition:transform .35s var(--ease)}
.faq-item[open] summary i{transform:rotate(45deg)}
.faq-answer{overflow:hidden;padding:0 60px 2rem 0}
.faq-answer p{max-width:690px;margin:0;font-size:13px;line-height:1.7;color:#5f5c56}

.about-projects{padding:10rem 0 12rem;border-top:1px solid var(--line)}
.about-projects-head{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:5rem}
.about-projects-head h2{font-family:var(--serif);font-size:clamp(4.5rem,7vw,8.5rem);font-weight:400;line-height:.9;letter-spacing:-.05em;margin:1.5rem 0 0}
.about-project-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5vw;align-items:start;min-height:620px}
.about-project{margin:0;overflow:hidden;position:relative}
.about-project img{width:100%;height:100%;object-fit:cover;transition:transform .85s var(--ease)}
.about-project:hover img{transform:scale(1.03)}
.about-project figcaption{margin-top:.7rem;font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#6a675f}
.about-project.project-a{grid-column:1/5;aspect-ratio:4/5}
.about-project.project-b{grid-column:6/9;aspect-ratio:3/4;margin-top:7rem}
.about-project.project-c{grid-column:9/13;aspect-ratio:4/3;margin-top:1.5rem}

@media (max-width:980px){
  .about-page .about-story-hero{grid-template-columns:1.1fr .7fr;gap:30px;padding-left:22px;padding-right:22px;min-height:auto;padding-bottom:7rem}
  .about-page .about-story-heading{grid-column:1/3}.about-founder-card{grid-column:1}.about-story-intro{grid-column:2}
  .about-split,.about-founder,.about-faq{grid-template-columns:1fr;gap:4rem;padding-left:22px;padding-right:22px}
  .about-faq-title{position:relative;top:auto}
  .about-founder-meta{grid-template-columns:1fr}
  .about-reels{grid-template-columns:repeat(2,1fr);gap:12px}
  .about-reel{aspect-ratio:9/13}
  .about-value-row{grid-template-columns:45px 1fr;gap:1rem;padding-top:2.2rem;padding-bottom:2.2rem}
  .about-value-row p{grid-column:2}
  .about-project-grid{grid-template-columns:1fr 1fr;min-height:auto;gap:14px}
  .about-project.project-a,.about-project.project-b,.about-project.project-c{grid-column:auto;margin-top:0}
  .about-project.project-c{grid-column:1/3;aspect-ratio:16/9}
}

@media (max-width:620px){
  .about-page .about-story-hero{display:flex;flex-direction:column;align-items:stretch;padding-top:105px;padding-bottom:4rem}
  .about-page .about-story-heading h1{font-size:clamp(3.6rem,16vw,5.4rem);line-height:.82}
  .about-founder-card{width:72%;align-self:flex-end}
  .about-story-intro{padding-top:1rem}
  .about-story-intro h2{font-size:2rem}
  .about-manifesto{padding-top:7rem;padding-bottom:7rem}
  .about-manifesto h2{font-size:clamp(4rem,20vw,6rem);line-height:.78}
  .about-split{padding-top:6rem;padding-bottom:7rem}
  .about-split-copy h2{font-size:clamp(3.4rem,15vw,5rem)}
  .about-founder{padding-top:7rem;padding-bottom:7rem}
  .about-founder-image{width:82%}
  .about-founder-copy h2{font-size:clamp(3.6rem,16vw,5.5rem)}
  .about-founder-lead{font-size:1.9rem}
  .about-instagram{padding-top:7rem;padding-bottom:7rem}
  .about-instagram-head{align-items:flex-start;flex-direction:column}
  .about-instagram-head h2{font-size:clamp(3.5rem,15vw,5.4rem)}
  .about-reels{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-right:0;gap:12px}
  .about-reel{flex:0 0 74vw;scroll-snap-align:start}
  .about-faq{padding-top:7rem;padding-bottom:7rem}
  .about-faq-title h2{font-size:5.5rem}
  .faq-item summary{font-size:1.55rem;padding:1.6rem 0}
  .faq-answer{padding-right:10px}
  .about-projects{padding-top:7rem;padding-bottom:8rem}
  .about-projects-head{align-items:flex-start;flex-direction:column}
  .about-project-grid{display:block}
  .about-project{margin:0 0 18px !important;aspect-ratio:4/3 !important}
}

/* ABOUT V17 — use the same full-screen hero language as the rest of the site */
.about-page .site-header:not(.scrolled){color:var(--white)}
.about-page .site-header:not(.scrolled) .header-book{
  background:rgba(14,14,13,.20);
  border:1px solid rgba(255,255,255,.72);
  backdrop-filter:blur(4px)
}
.about-page .about-hero{background:#8d8a82}
.about-page .about-hero-image{object-position:center 48%}
.about-page .about-hero-title h1{
  font-size:clamp(6rem,12.5vw,14rem);
  line-height:.78;
  padding:.10em 0 .15em
}
.about-page .about-hero-foot p{max-width:350px}

@media(max-width:620px){
  .about-page .about-hero{min-height:720px}
  .about-page .about-hero-image{object-position:58% center}
  .about-page .about-hero-title{left:20px;bottom:18vh;max-width:calc(100% - 40px)}
  .about-page .about-hero-title h1{font-size:clamp(5rem,25vw,7.4rem)}
  .about-page .about-hero-foot{left:20px;right:20px;bottom:4vh;width:auto;display:block}
  .about-page .about-hero-foot p{display:none}
  .about-page .about-hero-foot a{width:100%}
}


/* ========================================================================== */
/* V23 — CLIENT-PRESENTATION POLISH / RESPONSIVE SAFETY                       */
/* ========================================================================== */
html,body{width:100%;max-width:100%;overflow-x:clip!important}
body{position:relative}
main,header,footer,section{max-width:100%}
img,video,svg,canvas{max-width:100%}
button,input,textarea,select{max-width:100%}
*{min-width:0}

/* Preserve words during the VVS letter animation. This prevents mid-word
   breaks such as "Reside / nce" while keeping the same letter entrance. */
.vvs-word{display:inline-block;white-space:nowrap;vertical-align:baseline}
.vvs-space{display:inline-block;width:.27em}
.vvs-char-wrap{
  display:inline-block;
  overflow:hidden!important;
  padding:.36em .085em .46em!important;
  margin:-.36em -.085em -.46em!important;
  vertical-align:-.30em!important;
  line-height:inherit;
}
.vvs-char{padding:.02em 0 .03em!important}
[data-vvs-text]{word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}

/* Critical project titles should stay on one line and are automatically
   scaled down by script.js if the container is narrower. */
.fit-single-line,.case-copy-inner h2,.project-full-title h1,.project-detail-copy h1{
  white-space:nowrap!important;
  max-width:100%!important;
  overflow:visible!important;
  word-break:keep-all!important;
}
.case-copy-inner{max-width:100%;overflow:visible}
.case-copy-inner h2{font-size:clamp(2.75rem,4.25vw,5.5rem);line-height:.98}

/* Cleaner navigation balance now that Home is present. */
.desktop-nav{gap:clamp(1.35rem,2.2vw,2.5rem)}
.desktop-nav a{white-space:nowrap}

/* Portfolio project names: no center dot and no accidental wrap. */
.ado-separator{display:none!important}
.portfolio-page .ado-exact .ado-project-labels,
.ado-project-labels{grid-template-columns:1fr 1fr!important}
.ado-name{white-space:nowrap;max-width:42vw;overflow:visible}
.ado-name-right{text-align:right}

/* More refined full-screen viewer controls. */
.lightbox{background:rgba(12,12,11,.975)}
.lightbox img{
  max-width:min(92vw,1500px)!important;
  max-height:calc(100svh - 92px)!important;
  width:auto;height:auto;object-fit:contain;
  box-shadow:0 20px 70px rgba(0,0,0,.28)
}
.lightbox-close,.lightbox-prev,.lightbox-next{
  width:50px!important;height:50px!important;
  border:1px solid rgba(244,241,234,.42)!important;
  border-radius:999px!important;
  background:rgba(244,241,234,.94)!important;
  color:#171713!important;
  box-shadow:0 8px 30px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(12px)!important;
  transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease!important;
}
.lightbox-close{top:22px!important;right:22px!important;font-size:22px!important}
.lightbox-prev{left:22px!important}.lightbox-next{right:22px!important}
.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{
  transform:scale(1.06);
  background:#171713!important;color:#f4f1ea!important;border-color:#f4f1ea!important;
}
.lightbox-prev:hover,.lightbox-next:hover{transform:translateY(-50%) scale(1.06)}
.lightbox-count{
  bottom:20px!important;
  padding:8px 12px;
  border:1px solid rgba(244,241,234,.26);
  background:rgba(20,20,18,.55);
  border-radius:999px;
  backdrop-filter:blur(10px);
  color:#f4f1ea!important;
}

/* Header/footer text should never create horizontal overflow. */
.brand,.header-book,.footer-bottom a,.footer-bottom span{white-space:nowrap}
.footer-columns a{overflow-wrap:anywhere}

/* Tablet safety. */
@media (max-width:1050px){
  .section-pad{padding-left:22px!important;padding-right:22px!important}
  .property-scroll-sticky{width:100%}
  .property-copy-panel{overflow:visible}
  .case-copy-inner h2{font-size:clamp(2.55rem,5vw,4.6rem)}
  .project-full-title{left:22px!important;right:22px!important;max-width:none!important;width:auto!important}
  .project-full-title h1{max-width:100%!important}
  .portfolio-hero-title{max-width:calc(100% - 44px)!important}
  .about-split,.about-founder,.about-faq{max-width:100%}
}

/* Mobile presentation pass: no right-side whitespace, no clipped media/text. */
@media (max-width:760px){
  html,body{overflow-x:clip!important}
  .site-header{left:0!important;right:0!important;width:100%!important}
  .mobile-menu{width:100vw!important;max-width:100vw!important}
  .mobile-menu-inner{width:100%;overflow-x:hidden}
  .mobile-menu-inner>a{font-size:clamp(2.65rem,12.5vw,4.8rem);white-space:nowrap}

  .hero-content,.portfolio-hero-title,.about-hero-title,.project-full-title{
    max-width:calc(100% - 40px)!important;width:auto!important;right:20px!important;left:20px!important;
  }
  .hero h1,.portfolio-hero-title h1,.about-hero-title h1,.project-full-title h1{
    max-width:100%!important;
  }
  .portfolio-hero-top,.project-full-top,.property-topline{gap:12px}
  .portfolio-hero-top span,.project-full-top span,.property-topline span{white-space:nowrap;font-size:6.5px}

  .property-scroll-sticky{width:100vw;max-width:100vw;overflow:hidden}
  .property-copy-stage,.property-media-stage{width:100%;max-width:100%}
  .property-copy-panel{padding-left:20px!important;padding-right:20px!important}
  .case-copy-inner h2{font-size:clamp(2rem,9vw,3.45rem);line-height:1;max-width:100%}
  .case-location{font-size:6.8px;letter-spacing:.12em;white-space:nowrap}
  .case-stats{gap:10px}.case-stats span{letter-spacing:.08em}

  .portfolio-page .ado-exact{width:100%;max-width:100%;overflow:hidden!important}
  .portfolio-page .ado-exact .ado-project{width:100%;max-width:100%;overflow:hidden!important}
  .portfolio-page .ado-exact .ado-project-labels{width:100%!important;padding-left:14px!important;padding-right:14px!important}
  .ado-name{max-width:46vw;font-size:clamp(.9rem,4.8vw,1.18rem)}

  .project-gallery-section,.project-story,.project-next{width:100%;max-width:100%;overflow:hidden}
  .project-gallery-grid{width:100%;max-width:100%}
  .project-gallery-button img{max-width:100%;object-fit:cover}

  .lightbox{padding:74px 10px 70px}
  .lightbox img{max-width:calc(100vw - 20px)!important;max-height:calc(100svh - 150px)!important;box-shadow:none}
  .lightbox-close,.lightbox-prev,.lightbox-next{width:44px!important;height:44px!important}
  .lightbox-close{top:max(12px,env(safe-area-inset-top))!important;right:12px!important}
  .lightbox-prev{left:12px!important}.lightbox-next{right:12px!important}
  .lightbox-count{bottom:max(12px,env(safe-area-inset-bottom))!important}

  .footer-brand{white-space:nowrap;font-size:clamp(3.2rem,16vw,5.5rem)!important;letter-spacing:-.06em}
  .footer-columns,.footer-bottom{width:100%;max-width:100%}

  .about-project-grid,.about-reels,.services-collage,.editorial-grid{max-width:100%}
  .about-reel{max-width:78vw}
}

@media (max-width:430px){
  .site-header{padding-left:16px!important;padding-right:16px!important}
  .brand{font-size:12px}.brand small{font-size:7px}
  .hero-content,.portfolio-hero-title,.about-hero-title,.project-full-title{left:16px!important;right:16px!important;max-width:calc(100% - 32px)!important}
  .portfolio-hero-top,.project-full-top{left:16px!important;right:16px!important}
  .case-copy-inner h2{font-size:clamp(1.8rem,8.4vw,3rem)}
  .case-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .case-stats strong{font-size:1.25rem}.case-stats span{font-size:5.8px}
  .portfolio-page .portfolio-floating-project{width:156px;min-height:46px;font-size:8px}
  .lightbox-prev{left:8px!important}.lightbox-next{right:8px!important}
}


/* Footer animation disabled — client change V30 */
.site-footer .footer-brand,
.site-footer .footer-brand *,
.site-footer .footer-columns,
.site-footer .footer-columns *,
.site-footer .footer-bottom,
.site-footer .footer-bottom *,
.v24-footer,
.v24-footer * {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}


/* V34 — mobile footer wordmark safety */
@media (max-width: 620px) {
  .footer-brand {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow: visible !important;
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: clamp(2.9rem, 15.5vw, 5.2rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.055em !important;
    padding-right: 2px;
  }

  .site-footer {
    overflow: visible !important;
  }
}


/* V59 — preserve original loader word reveal, with the official EM mark beside it. */
.studio910-mark{align-items:center}
.loader-symbol{
  width:28px;height:auto;display:block;opacity:0;
  transform:translate3d(0,10px,0);will-change:transform,opacity;
  margin-right:.12rem;
}
.studio910-loader.show-main .loader-symbol{
  animation:studioLoaderSymbolIn .58s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes studioLoaderSymbolIn{
  0%{opacity:0;transform:translate3d(0,10px,0)}
  100%{opacity:1;transform:translate3d(0,0,0)}
}

/* V59 — official EM mark added to the original footer wordmark. */
.footer-brand-with-logo{display:flex;align-items:center;gap:clamp(18px,2.2vw,34px)}
.footer-brand-with-logo>span{display:block}
.footer-logo-symbol{
  width:clamp(68px,7.5vw,120px);height:auto;display:block;flex:0 0 auto;
  filter:invert(1);opacity:.98;
}
@media(max-width:620px){
  .loader-symbol{width:24px}
  .footer-brand-with-logo{gap:14px;align-items:center}
  .footer-logo-symbol{width:58px}
}
