
:root{
  --paper:#eeeae1;
  --ink:#131313;
  --dim:#706d66;
  --line:rgba(19,19,19,.18);
  --pad:clamp(30px,9vw,180px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.noise{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E")}
.header{position:fixed;z-index:40;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;height:78px;padding:0 var(--pad);mix-blend-mode:difference;color:#fff;transition:background .25s,border-color .25s}
.header.is-solid{mix-blend-mode:normal;color:var(--ink);background:rgba(238,234,225,.91);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}
.wordmark{display:inline-flex;align-items:center;line-height:0}
.wordmark img{width:auto;height:46px}
.brand-lockup{display:inline-flex;align-items:center;line-height:0}
.nav{display:flex;gap:34px;font-size:13px}
.nav a,.arrow-link,.contact-row a{position:relative}
.nav a:after,.arrow-link:after,.contact-row a:after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:1px;background:currentColor;transition:right .25s}
.nav a:hover:after,.arrow-link:hover:after,.contact-row a:hover:after{right:0}
.menu-toggle{display:none;width:42px;height:42px;padding:0;border:0;background:transparent;color:inherit}
.menu-toggle i{display:block;width:22px;height:1px;background:currentColor;margin:6px auto;transition:transform .25s}
.menu-open .menu-toggle i:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-open .menu-toggle i:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-menu{position:fixed;z-index:35;inset:0;padding:125px var(--pad);background:var(--paper);transform:translateY(-101%);transition:transform .35s}
.mobile-menu a{display:block;font-family:"Manrope";font-size:clamp(42px,12vw,76px);letter-spacing:-.06em;line-height:1.13}
.menu-open .mobile-menu{transform:translateY(0)}

.zoom-opening{height:210vh;background:#0c0c0c}
.zoom-sticky{position:sticky;top:0;height:100vh;overflow:hidden;background:#0c0c0c}
.zoom-media{position:absolute;inset:0;display:grid;place-items:center}
.zoom-media:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,calc(.48 - var(--hero-progress,0)*.38))}
.zoom-media img{width:100%;height:100%;object-fit:cover;transform:scale(calc(2.65 - var(--hero-progress,0)*1.65));transform-origin:calc(68% - var(--hero-progress,0)*18%) calc(38% + var(--hero-progress,0)*12%);filter:saturate(.84) contrast(1.06);will-change:transform}
.zoom-copy{position:absolute;z-index:2;color:#fff}
.zoom-copy--start{left:var(--pad);bottom:clamp(85px,12vh,150px);font-family:"Manrope";font-size:clamp(42px,7vw,112px);font-weight:500;line-height:.98;letter-spacing:-.06em;opacity:calc(1 - var(--hero-progress,0)*2);transform:translateY(calc(var(--hero-progress,0)*-35px))}
.zoom-copy--start p{margin:0}
.zoom-copy--end{left:var(--pad);right:var(--pad);bottom:34px;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.04em;opacity:calc((var(--hero-progress,0) - .68)*3.2)}
.scroll-cue{position:absolute;z-index:2;right:var(--pad);bottom:clamp(85px,12vh,150px);margin:0;color:#fff;font-size:11px;opacity:calc(1 - var(--hero-progress,0)*3)}

.label{margin:0 0 25px;color:var(--dim);font-size:11px;text-transform:uppercase;letter-spacing:.16em}
.intro,.atlas,.practice,.contact{padding:clamp(95px,11vw,175px) var(--pad);border-top:1px solid var(--line)}
.intro-grid{display:grid;grid-template-columns:1.15fr .55fr;gap:clamp(50px,10vw,170px);align-items:end}
h1,h2{margin:0;font-family:"Manrope",sans-serif;font-weight:500;line-height:.98;letter-spacing:-.058em}
.intro h1{font-size:clamp(56px,8.3vw,132px)}
h2{font-size:clamp(48px,6.7vw,105px)}
.intro-copy{padding-bottom:8px}
.intro-copy p{margin:0 0 36px;font-size:clamp(17px,1.45vw,23px);line-height:1.55}
.arrow-link{display:inline-flex;gap:14px;font-size:13px}
.arrow-link span{font-size:18px}

.section-top{display:grid;grid-template-columns:1fr minmax(240px,430px);gap:50px;align-items:end;margin-bottom:clamp(80px,10vw,150px)}
.section-aside{margin:0 0 6px;color:var(--dim);font-size:13px;line-height:1.55}
.atlas-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(55px,8vw,130px) clamp(18px,2.7vw,44px);align-items:start}
.atlas-item--7{grid-column:span 7}
.atlas-item--6{grid-column:span 6}
.atlas-item--5{grid-column:span 5}
.atlas-item--4{grid-column:span 4}
.atlas-item--offset{grid-column:9/span 4;margin-top:130px}
.atlas-item--offset-small{grid-column:8/span 4;margin-top:80px}
.atlas-item--push{margin-top:110px}
.atlas-item figure{margin:0;overflow:hidden;background:#d9d4ca}
.atlas-item figure img{width:100%;height:auto;transition:transform .9s cubic-bezier(.19,.85,.2,1),filter .5s}
.atlas-item--landscape figure{aspect-ratio:1.3/1}
.atlas-item--landscape figure img{width:100%;height:100%;object-fit:cover}
.atlas-item:hover figure img{transform:scale(1.022);filter:contrast(1.035)}
.atlas-meta{display:flex;justify-content:space-between;gap:25px;padding-top:14px}
.atlas-meta h3,.atlas-meta p{margin:0;font-size:12px;font-weight:400}
.atlas-meta p{color:var(--dim);text-align:right}
.paper{background:#f5f3ed!important}

.practice{display:grid;grid-template-columns:1.05fr .75fr;gap:clamp(60px,12vw,190px)}
.practice-copy{padding-top:42px}
.practice-copy>p{margin:0 0 28px;font-size:clamp(18px,1.9vw,29px);line-height:1.52}
.facts{display:flex;flex-direction:column;gap:8px;margin-top:65px;padding-top:22px;border-top:1px solid var(--line);color:var(--dim);font-size:11px}
.contact h2{max-width:1180px}
.contact-row{display:flex;flex-wrap:wrap;gap:28px 55px;margin-top:65px;font-size:clamp(20px,2.2vw,32px)}
footer{display:flex;justify-content:space-between;padding:28px var(--pad);border-top:1px solid var(--line);color:var(--dim);font-size:11px}

/* Individual artwork pages */
.work-body{background:#ece8df}
.work-main{padding-top:78px}
.work-lead{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1fr 1fr;position:relative}
.work-lead-detail{min-height:calc(100vh - 78px);overflow:hidden;background:#111}
.work-lead-detail img{width:100%;height:100%;object-fit:cover;transform:scale(2.05);transform-origin:var(--focus-x,58%) var(--focus-y,46%)}
.work-lead-copy{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(36px,6vw,90px) var(--pad)}
.work-back{font-size:11px;text-transform:uppercase;letter-spacing:.14em}
.work-number{color:var(--dim);font-size:11px}
.work-title{font-size:clamp(57px,7.4vw,118px)}
.work-sub{display:flex;justify-content:space-between;gap:25px;color:var(--dim);font-size:11px}
.full-work{padding:clamp(100px,14vw,210px) var(--pad)}
.full-work-frame{display:grid;place-items:center;min-height:75vh}
.full-work-frame img{max-width:min(78vw,900px);max-height:86vh;box-shadow:0 24px 70px rgba(25,20,14,.13)}
.full-work-caption{display:flex;justify-content:space-between;margin-top:18px;color:var(--dim);font-size:11px}
.work-info{display:grid;grid-template-columns:1.15fr .65fr;gap:clamp(60px,11vw,180px);padding:clamp(100px,13vw,190px) var(--pad);border-top:1px solid var(--line)}
.work-statement{margin:0;font-family:"Manrope";font-size:clamp(32px,4.1vw,68px);line-height:1.1;letter-spacing:-.045em}
.work-data{display:grid;grid-template-columns:auto 1fr;align-content:start;gap:13px 28px;padding-top:7px;font-size:12px}
.work-data dt{color:var(--dim)}
.work-data dd{margin:0}
.detail-sequence{padding:clamp(100px,13vw,190px) var(--pad);border-top:1px solid var(--line)}
.detail-heading{margin-bottom:clamp(44px,6vw,82px)}
.detail-heading .label{margin-bottom:18px}
.detail-title{font-size:clamp(48px,6.5vw,104px)}
.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(26px,3.2vw,48px);align-items:start}
.detail-card{margin:0}
.detail-shot{aspect-ratio:1/1;overflow:hidden;background:#111}
.detail-shot img{width:100%;height:100%;object-fit:cover;transform:none;transform-origin:center center}
.detail-caption{margin-top:13px;color:var(--dim);font-size:11px;line-height:1.45}
.work-text{max-width:760px;margin:clamp(100px,13vw,190px) auto 0;font-size:clamp(19px,2vw,30px);line-height:1.55}
.zoom-lab{padding:clamp(100px,13vw,190px) var(--pad);border-top:1px solid var(--line)}
.zoom-lab-top{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}
.zoom-lab-top h2{font-size:clamp(43px,6vw,90px)}
.zoom-controls{display:flex;gap:7px}
.zoom-controls button{width:44px;height:44px;border:1px solid var(--line);background:transparent;cursor:pointer}
.zoom-controls button.active{background:var(--ink);color:var(--paper)}
.zoom-stage{position:relative;height:min(78vh,850px);overflow:hidden;background:#d8d3ca;cursor:crosshair}
.zoom-stage img{width:100%;height:100%;object-fit:contain;transform:scale(var(--zoom,1));transform-origin:var(--origin-x,50%) var(--origin-y,50%);transition:transform .45s cubic-bezier(.2,.75,.2,1);will-change:transform}
.work-next{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}
.work-next a{min-height:270px;display:flex;flex-direction:column;justify-content:space-between;padding:36px var(--pad);transition:background .25s,color .25s}
.work-next a+a{border-left:1px solid var(--line)}
.work-next a:hover{background:var(--ink);color:var(--paper)}
.work-next span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;opacity:.65}
.work-next strong{font-family:"Manrope";font-size:clamp(34px,4vw,65px);font-weight:500;line-height:1;letter-spacing:-.05em}

.reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:850px){
  .nav{display:none}.menu-toggle{display:block}.header{height:70px}.wordmark img{height:38px}.intro-grid,.practice,.work-info{grid-template-columns:1fr}.intro-copy{max-width:650px}.section-top{grid-template-columns:1fr}.atlas-grid{grid-template-columns:repeat(2,1fr)}.atlas-item,.atlas-item--offset,.atlas-item--offset-small{grid-column:span 1;margin-top:0}.atlas-item--7,.atlas-item--6{grid-column:span 2}.work-main{padding-top:70px}.work-lead{grid-template-columns:1fr}.work-lead-detail{min-height:65vh}.work-lead-copy{min-height:65vh}.detail-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .zoom-opening{height:185vh}.zoom-copy--start{font-size:48px}.zoom-copy--end{display:block}.zoom-copy--end span{display:block;margin-top:6px}.scroll-cue{display:none}.atlas-grid{grid-template-columns:1fr}.atlas-item,.atlas-item--7,.atlas-item--6,.atlas-item--5,.atlas-item--4,.atlas-item--offset,.atlas-item--offset-small{grid-column:1}.atlas-meta,.full-work-caption,.work-sub{display:block}.atlas-meta p,.full-work-caption span,.work-sub span{display:block;margin-top:6px;text-align:left}.practice-copy{padding-top:0}.detail-grid{grid-template-columns:1fr}.work-next{grid-template-columns:1fr}.work-next a+a{border-left:0;border-top:1px solid var(--line)}footer{flex-direction:column;gap:15px}.zoom-lab-top{display:block}.zoom-controls{margin-top:25px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}


/* Version 6 — artwork pages start with full work + title */
.work-main{padding-top:78px}
.work-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(34px,4.4vw,68px);align-items:start;padding:clamp(34px,4.6vw,58px) var(--pad) clamp(90px,10vw,130px);border-bottom:1px solid var(--line)}
.work-hero-figure{margin:0}
.work-hero-frame{background:#e4dfd4;display:grid;place-items:center;min-height:min(74vw,980px);padding:clamp(18px,1.8vw,24px)}
.work-hero-frame img{max-width:100%;max-height:min(78vh,980px);width:auto;height:auto;box-shadow:0 24px 70px rgba(25,20,14,.11)}
.work-hero-caption{display:flex;justify-content:space-between;gap:24px;margin-top:14px;color:var(--dim);font-size:11px}
.work-hero-copy{display:flex;flex-direction:column;min-height:min(74vw,980px)}
.work-back{font-size:11px;text-transform:uppercase;letter-spacing:.14em}
.work-number{margin:16px 0 0;color:var(--dim);font-size:11px}
.work-title{margin:clamp(72px,10vh,120px) 0 0;font-size:clamp(60px,8vw,132px);line-height:.94;letter-spacing:-.065em}
.work-sub{display:flex;justify-content:space-between;gap:24px;margin-top:auto;padding-top:30px;color:var(--dim);font-size:11px}
.work-info{display:grid;grid-template-columns:1.15fr .65fr;gap:clamp(60px,11vw,180px);padding:clamp(100px,13vw,170px) var(--pad);border-top:1px solid var(--line)}

@media(max-width:980px){
  .work-hero{grid-template-columns:1fr;gap:28px;padding-top:26px}
  .work-hero-copy{min-height:auto}
  .work-title{margin-top:18px}
}
@media(max-width:850px){
  .work-main{padding-top:70px}
}
@media(max-width:560px){
  .work-hero-caption,.work-sub{display:block}
  .work-hero-caption span,.work-sub span{display:block;margin-top:6px}
}


/* Version 7 — metadata and description integrated into artwork hero */
.work-hero-copy{display:flex;flex-direction:column;min-height:min(74vw,980px)}
.work-title{margin:clamp(70px,9vh,110px) 0 0;font-size:clamp(60px,7.5vw,124px);line-height:.94;letter-spacing:-.065em}
.work-hero-meta{display:grid;grid-template-columns:auto 1fr;gap:11px 30px;margin-top:clamp(42px,6vw,76px);padding-top:22px;border-top:1px solid var(--line);font-size:12px}
.work-hero-meta dt{color:var(--dim)}
.work-hero-meta dd{margin:0}
.work-hero-description{margin:auto 0 0;padding-top:clamp(42px,6vw,76px);font-family:"Manrope",sans-serif;font-size:clamp(24px,2.6vw,43px);line-height:1.18;letter-spacing:-.035em}
.work-info{display:none}

@media(max-width:980px){
  .work-hero-copy{min-height:auto}
  .work-title{margin-top:18px}
  .work-hero-description{margin-top:46px}
}


/* Version 8 — titleless works, tighter integrated information */
.work-title{display:none}
.work-hero-copy{display:block;min-height:0}
.work-number{margin:14px 0 0;color:var(--dim);font-size:12px;letter-spacing:.06em}
.work-hero-meta{display:grid;grid-template-columns:auto 1fr;gap:14px 36px;margin-top:clamp(36px,4vw,56px);padding-top:24px;border-top:1px solid var(--line);font-size:14px;line-height:1.35}
.work-hero-meta dt{color:var(--dim);font-size:13px}
.work-hero-meta dd{margin:0}
.work-hero-description{max-width:720px;margin:30px 0 0;padding-top:0;font-family:"Manrope",sans-serif;font-size:clamp(21.33px,2.35vw,40.33px);line-height:1.22;letter-spacing:-.032em}
.atlas-meta{display:block;padding-top:12px}
.atlas-meta p{margin:0;color:var(--dim);font-size:12px;text-align:left}

@media(max-width:980px){
  .work-hero-meta{margin-top:32px}
  .work-hero-description{margin-top:26px}
}


/* Version 10 — quieter section headings and tighter vertical rhythm */
.work-hero{
  padding-bottom:clamp(46px,5vw,70px);
}
.detail-sequence{
  padding:clamp(62px,6.5vw,94px) var(--pad) clamp(74px,7.5vw,108px);
}
.detail-heading{
  margin-bottom:clamp(30px,3.6vw,48px);
}
.detail-heading .label{
  margin-bottom:12px;
}
.detail-title{
  font-size:clamp(38px,4.7vw,72px);
  line-height:1;
  letter-spacing:-.05em;
}
.zoom-lab{
  padding:clamp(70px,7vw,104px) var(--pad) clamp(82px,8vw,118px);
}
.zoom-lab-top{
  margin-bottom:clamp(28px,3vw,40px);
}
.zoom-lab-top h2{
  font-size:clamp(36px,4.5vw,68px);
  line-height:1;
  letter-spacing:-.05em;
}

@media(max-width:560px){
  .work-hero{padding-bottom:42px}
  .detail-sequence{padding-top:52px;padding-bottom:68px}
  .detail-heading{margin-bottom:28px}
  .detail-title{font-size:40px}
  .zoom-lab{padding-top:58px;padding-bottom:76px}
  .zoom-lab-top h2{font-size:38px}
}


/* Version 11 — tighter transitions between artwork sections */
.detail-sequence{
  padding-top:clamp(54px,5.4vw,76px);
  padding-bottom:clamp(38px,4vw,56px);
}
.zoom-lab{
  padding-top:clamp(42px,4.6vw,62px);
  padding-bottom:clamp(68px,6.8vw,96px);
}
.zoom-lab-top{
  margin-bottom:clamp(22px,2.3vw,32px);
}

@media(max-width:560px){
  .detail-sequence{padding-top:44px;padding-bottom:34px}
  .zoom-lab{padding-top:38px;padding-bottom:64px}
  .zoom-lab-top{margin-bottom:22px}
}


/* Version 12 — restrained editorial landing page */
.landing-body{background:var(--paper)}
.landing-main{padding-top:78px}
.landing-hero{padding:clamp(38px,5vw,72px) var(--pad) clamp(86px,9vw,128px)}
.landing-identity{display:grid;grid-template-columns:1fr minmax(260px,.55fr);gap:clamp(48px,10vw,170px);align-items:end;margin-bottom:clamp(42px,5vw,72px)}
.landing-kicker{margin:0 0 18px;color:var(--dim);font-size:11px;text-transform:uppercase;letter-spacing:.16em}
.landing-identity h1{font-size:clamp(66px,10vw,164px);line-height:.86;letter-spacing:-.075em;text-transform:uppercase}
.landing-intro{padding-bottom:8px}
.landing-intro p{max-width:420px;margin:0 0 24px;font-size:clamp(18px,1.55vw,24px);line-height:1.45}
.landing-intro a{display:inline-flex;gap:12px;font-size:13px}
.landing-feature{display:block}
.landing-feature figure{margin:0;display:grid;place-items:center;min-height:72vh;padding:clamp(22px,3vw,46px);background:#e3ded4;overflow:hidden}
.landing-feature img{width:auto;max-width:100%;max-height:82vh;transition:transform .8s cubic-bezier(.2,.8,.2,1)}
.landing-feature:hover img{transform:scale(1.012)}
.landing-feature-meta{display:flex;justify-content:space-between;gap:30px;padding-top:14px;color:var(--dim);font-size:11px}

.catalogue{padding:clamp(82px,9vw,132px) var(--pad);border-top:1px solid var(--line)}
.catalogue-heading{display:grid;grid-template-columns:1fr minmax(260px,.55fr);gap:clamp(48px,10vw,170px);align-items:end;margin-bottom:clamp(72px,8vw,118px)}
.catalogue-heading .label{grid-column:1/-1;margin-bottom:-12px}
.catalogue-heading h2{font-size:clamp(54px,7.2vw,112px)}
.catalogue-heading>p:last-child{max-width:430px;margin:0 0 7px;color:var(--dim);font-size:13px;line-height:1.55}
.catalogue-list{display:flex;flex-direction:column;gap:clamp(88px,11vw,170px)}
.catalogue-work{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(250px,.42fr);gap:clamp(34px,6vw,96px);align-items:end}
.catalogue-work--right{grid-template-columns:minmax(250px,.42fr) minmax(0,1.18fr)}
.catalogue-work--right .catalogue-image{grid-column:2;grid-row:1}
.catalogue-work--right .catalogue-info{grid-column:1;grid-row:1}
.catalogue-image figure{margin:0;display:grid;place-items:center;min-height:60vh;padding:clamp(18px,2.4vw,34px);background:#ddd8ce;overflow:hidden}
.catalogue-image img{width:auto;max-width:100%;max-height:76vh;transition:transform .8s cubic-bezier(.2,.8,.2,1)}
.catalogue-image:hover img{transform:scale(1.014)}
.catalogue-paper{background:#f4f1eb!important}
.catalogue-info{display:grid;grid-template-columns:auto 1fr;gap:26px;padding-bottom:4px;border-top:1px solid var(--line);padding-top:17px}
.catalogue-index{color:var(--dim);font-size:11px}
.catalogue-info p{margin:0 0 7px;font-size:12px;line-height:1.4}
.catalogue-info p:nth-child(2){color:var(--dim)}
.catalogue-info a{display:inline-block;margin-top:16px;font-size:12px}
.catalogue-work--original .catalogue-image figure{min-height:68vh}

.landing-practice{display:grid;grid-template-columns:1fr .72fr;gap:clamp(58px,11vw,180px);padding:clamp(88px,10vw,148px) var(--pad);border-top:1px solid var(--line)}
.landing-practice h2{font-size:clamp(46px,6vw,92px)}
.landing-practice-copy{padding-top:38px}
.landing-practice-copy>p{margin:0 0 24px;font-size:clamp(18px,1.75vw,27px);line-height:1.5}
.landing-contact{padding:clamp(88px,10vw,148px) var(--pad);border-top:1px solid var(--line)}
.landing-contact h2{max-width:1150px;font-size:clamp(48px,6.5vw,100px)}

@media(max-width:900px){
  .landing-main{padding-top:70px}
  .landing-identity,.catalogue-heading,.landing-practice{grid-template-columns:1fr}
  .landing-identity{gap:38px}
  .catalogue-heading{gap:28px}
  .catalogue-heading .label{margin-bottom:0}
  .catalogue-work,.catalogue-work--right{grid-template-columns:1fr;gap:20px}
  .catalogue-work--right .catalogue-image,.catalogue-work--right .catalogue-info{grid-column:1;grid-row:auto}
  .catalogue-work--right .catalogue-image{order:0}
  .catalogue-image figure{min-height:auto}
  .catalogue-image img{max-height:none;width:100%;height:auto}
  .landing-practice-copy{padding-top:0}
}

@media(max-width:560px){
  .landing-hero{padding-top:32px;padding-bottom:72px}
  .landing-identity h1{font-size:64px}
  .landing-feature figure{min-height:auto;padding:16px}
  .landing-feature-meta{display:block}
  .landing-feature-meta span{display:block;margin-top:6px}
  .catalogue{padding-top:68px;padding-bottom:82px}
  .catalogue-heading{margin-bottom:58px}
  .catalogue-list{gap:72px}
  .catalogue-image figure{padding:14px}
  .catalogue-info{gap:18px}
  .landing-practice,.landing-contact{padding-top:74px;padding-bottom:84px}
}


/* Version 13 — new landing page */
.home-minimal{padding-top:78px}
.home-blank{min-height:44vh;border-bottom:1px solid var(--line)}
.home-works,.home-drawings,.home-about,.home-contact{padding:clamp(58px,7vw,96px) var(--pad);border-top:1px solid var(--line)}
.home-section-head{margin-bottom:26px}
.works-feed{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(22px,2vw,34px) clamp(20px,2vw,30px)}
.feed-item{aspect-ratio:1/1;display:block;background:#ded8cd;border:1px solid rgba(19,19,19,.08);overflow:hidden}
.feed-item img{width:100%;height:100%;object-fit:cover;display:block}
.feed-item--placeholder{background:#d7d2c8}
.feed-item--real{transition:transform .35s ease, opacity .25s ease}
.feed-item--real:hover{transform:translateY(-2px);opacity:.94}
.home-about-grid{max-width:920px}
.home-about-text{margin:0;font-size:clamp(18px,1.7vw,26px);line-height:1.55}
.home-contact .contact-row{margin-top:0}

@media(max-width:1100px){
  .works-feed{grid-template-columns:repeat(3,minmax(0,1fr))}
  .feed-item--wide{grid-column:span 3}
}
@media(max-width:850px){
  .home-minimal{padding-top:70px}
  .home-blank{min-height:34vh}
}
@media(max-width:560px){
  .works-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .feed-item--wide{grid-column:span 3}
  .home-about-text{font-size:18px}
}
@media(max-width:420px){
  .works-feed{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feed-item--wide{grid-column:span 2}
}


/* Version 14 — real artworks in feed */
.feed-item--real{background:#f3f0e9;padding:0}
.feed-item--real img{object-fit:contain;background:#f3f0e9}
.feed-item--wide{grid-column:span 3;aspect-ratio:3/1}
.feed-item--wide img{object-fit:cover}
.feed-item--tondo,.feed-item--tondo img{background:transparent}

.work-hero-figure--tondo .work-hero-frame{background:transparent;padding:0}
.work-hero-figure--tondo .work-hero-frame img{box-shadow:none}
.work-zoom-tondo{background:transparent}


/* Version 16 — transparent artwork tiles and gap-safe grid */
.feed-item--real{background:transparent;border-color:transparent}
.feed-item--real img{background:transparent}
.feed-item--wide{background:transparent}
.work-hero-figure--transparent .work-hero-frame{background:transparent;padding:0}
.work-hero-figure--transparent .work-hero-frame img{box-shadow:none}
.work-zoom-transparent{background:transparent}


/* Version 17 — clean artwork display and triptych breakdown */
.work-hero-frame,.full-work-frame,.zoom-stage{background:transparent !important}
.work-hero-frame{padding:0 !important}
.work-hero-frame img,.full-work-frame img{box-shadow:none !important}
.triptych-panels{padding:clamp(62px,7vw,105px) var(--pad);border-top:1px solid var(--line)}
.panel-heading{margin-bottom:clamp(30px,4vw,52px)}
.panel-heading h2{font-size:clamp(38px,4.7vw,72px)}
.panel-grid{display:grid;grid-template-columns:1fr 1.36fr 1fr;gap:clamp(18px,2.4vw,36px);align-items:start}
.panel-card{margin:0;min-width:0}
.panel-card img{display:block;width:100%;height:auto;background:transparent}
.panel-card figcaption{margin-top:12px;color:var(--dim);font-size:11px}
@media(max-width:760px){
  .panel-grid{grid-template-columns:1fr}
  .panel-card{max-width:720px}
}


/* Version 18 — triptych-specific presentation */
.triptych-primary{padding:clamp(26px,3.2vw,44px) var(--pad) clamp(34px,4vw,56px);border-bottom:1px solid var(--line)}
.triptych-primary-top{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:clamp(22px,2.8vw,38px)}
.triptych-primary-top .work-number{margin:0;color:var(--dim);font-size:11px}
.panel-grid--primary{grid-template-columns:1fr 1.36fr 1fr;gap:clamp(14px,1.8vw,26px);align-items:start}
.panel-grid--primary .panel-card figcaption{margin-top:9px}
.triptych-info{padding:clamp(38px,4.5vw,64px) var(--pad) clamp(42px,5vw,70px);border-bottom:1px solid var(--line)}
.triptych-meta{display:grid;grid-template-columns:.62fr 1.7fr .75fr .72fr;gap:clamp(22px,3vw,50px);margin:0}
.triptych-meta div{min-width:0}
.triptych-meta dt{margin:0 0 9px;color:var(--dim);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.triptych-meta dd{margin:0;font-size:clamp(15px,1.25vw,19px);line-height:1.4}
.triptych-description{max-width:1400px;margin:clamp(32px,3.6vw,52px) 0 0;font-family:"Manrope",sans-serif;font-size:clamp(25px,3vw,48px);line-height:1.18;letter-spacing:-.035em}
.triptych-page .detail-sequence{padding-top:clamp(40px,4.5vw,62px);padding-bottom:clamp(36px,4vw,56px)}
.triptych-page .detail-heading{margin-bottom:clamp(24px,3vw,38px)}
.triptych-page .zoom-lab{padding-top:clamp(38px,4.5vw,60px);padding-bottom:clamp(44px,5vw,68px)}
.triptych-page .zoom-lab-top{margin-bottom:clamp(24px,3vw,36px)}

@media(max-width:900px){
  .triptych-meta{grid-template-columns:1fr 1.7fr}
}
@media(max-width:700px){
  .triptych-primary{padding-top:22px}
  .triptych-primary-top{margin-bottom:22px}
  .panel-grid--primary{grid-template-columns:1fr;gap:24px}
  .panel-grid--primary .panel-card{max-width:none}
  .triptych-info{padding-top:34px;padding-bottom:42px}
  .triptych-meta{grid-template-columns:1fr 1fr;gap:24px 18px}
  .triptych-description{margin-top:30px;font-size:clamp(24px,7vw,36px)}
}
@media(max-width:430px){
  .triptych-meta{grid-template-columns:1fr}
}


/* Version 19 — triptych 3x3 fragment gallery */
.triptych-fragments{padding-top:clamp(32px,3.6vw,48px);padding-bottom:clamp(34px,3.8vw,52px)}
.triptych-fragments .detail-heading{margin-bottom:clamp(20px,2.4vw,30px)}
.triptych-fragment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,1.8vw,30px)}
.detail-card--viewer{position:relative}
.detail-open{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;text-align:left}
.detail-open .detail-shot{display:block}
.detail-open img{transition:transform .45s ease,opacity .25s ease}
.detail-open:hover img{transform:scale(1.018);opacity:.96}
.fragment-index{position:absolute;right:10px;bottom:9px;display:grid;place-items:center;min-width:29px;height:29px;padding:0 7px;background:rgba(238,234,225,.9);color:var(--ink);font-size:10px;letter-spacing:.08em}

.viewer-open{overflow:hidden}
.image-viewer[hidden]{display:none}
.image-viewer{position:fixed;z-index:1000;inset:0;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;background:rgba(12,12,12,.93);padding:clamp(18px,3vw,42px)}
.image-viewer-stage{height:calc(100vh - clamp(36px,6vw,84px));display:grid;place-items:center;overflow:hidden}
.image-viewer-stage img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.image-viewer-close,.image-viewer-arrow{position:relative;z-index:2;border:0;background:transparent;color:#fff;cursor:pointer;font-family:"DM Sans",sans-serif;font-weight:400}
.image-viewer-close{position:absolute;top:18px;right:24px;width:46px;height:46px;font-size:36px;line-height:1}
.image-viewer-arrow{width:54px;height:70px;font-size:48px;opacity:.82}
.image-viewer-arrow:hover,.image-viewer-close:hover{opacity:.55}
.image-viewer-prev{justify-self:start}
.image-viewer-next{justify-self:end}

@media(max-width:850px){
  .triptych-page .triptych-fragment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .image-viewer{grid-template-columns:42px minmax(0,1fr) 42px;padding:14px 8px}
  .image-viewer-stage{height:calc(100vh - 28px)}
  .image-viewer-arrow{width:40px;font-size:40px}
  .image-viewer-close{top:8px;right:8px}
}
@media(max-width:560px){
  .triptych-page .triptych-fragment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .fragment-index{right:5px;bottom:5px;min-width:23px;height:23px;padding:0 4px;font-size:8px}
}


/* Version 20 — nine-fragment galleries and uncropped viewer */
.nine-fragments{padding-top:clamp(34px,4vw,54px);padding-bottom:clamp(36px,4.2vw,58px)}
.nine-fragments .detail-heading{margin-bottom:clamp(22px,2.6vw,34px)}
.fragment-grid--nine{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,1.8vw,30px)}

.image-viewer{display:flex;align-items:center;justify-content:center;padding:clamp(14px,2.5vw,34px) clamp(58px,6vw,92px)}
.image-viewer-stage{width:calc(100vw - clamp(116px,12vw,184px));height:calc(100dvh - clamp(28px,5vw,68px));display:flex;align-items:center;justify-content:center;overflow:hidden}
.image-viewer-stage img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important}
.image-viewer-arrow{position:absolute;top:50%;transform:translateY(-50%)}
.image-viewer-prev{left:10px}
.image-viewer-next{right:10px}

@media(max-width:850px){
  .fragment-grid--nine{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .image-viewer{padding:10px 42px}
  .image-viewer-stage{width:calc(100vw - 84px);height:calc(100dvh - 20px)}
  .image-viewer-prev{left:0}
  .image-viewer-next{right:0}
}
@media(max-width:560px){
  .fragment-grid--nine{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .image-viewer{padding:8px 34px}
  .image-viewer-stage{width:calc(100vw - 68px);height:calc(100dvh - 16px)}
}


/* Version 21 — compact mobile artwork zoom and intact triptych composition */
@media(max-width:700px){
  .triptych-page .panel-grid--primary{
    grid-template-columns:1fr 1.36fr 1fr;
    gap:5px;
    align-items:start;
  }
  .triptych-page .panel-grid--primary .panel-card{
    min-width:0;
    max-width:none;
  }
  .triptych-page .panel-grid--primary .panel-card img{
    display:block;
    width:100%;
    height:auto;
  }
  .triptych-page .panel-grid--primary .panel-card figcaption{
    display:none;
  }
  .triptych-page .triptych-primary{
    padding-top:18px;
    padding-bottom:28px;
  }
  .triptych-page .triptych-primary-top{
    margin-bottom:16px;
  }
}

@media(max-width:560px){
  .zoom-lab{
    padding-top:26px !important;
    padding-bottom:38px !important;
  }
  .zoom-lab-top{
    margin-bottom:16px !important;
  }
  .zoom-lab-top h2{
    font-size:34px;
  }
  .zoom-controls{
    margin-top:16px;
  }
  .zoom-stage{
    width:100%;
    height:auto !important;
    aspect-ratio:var(--stage-ratio,1/1);
    min-height:0;
  }
  .zoom-stage img{
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .triptych-page .zoom-lab{
    padding-top:24px !important;
    padding-bottom:34px !important;
  }
}


/* Version 22 — black artwork and natural rectangular fragments */
.fragment-grid--rectangular{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(16px,1.8vw,30px);
  align-items:start;
}
.detail-shot--rectangular{
  display:block;
  aspect-ratio:auto;
  overflow:hidden;
  background:#0b0b0b;
}
.detail-shot--rectangular img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.feed-item--black,.feed-item--black img{background:transparent}

/* Maintain 3 columns on every mobile width so the grid never ends with empty slots. */
@media(max-width:420px){
  .works-feed{grid-template-columns:repeat(3,minmax(0,1fr))}
  .feed-item--wide{grid-column:span 3}
}
@media(max-width:560px){
  .fragment-grid--rectangular{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
}


/* Version 23 — separate drawings section and new artwork entries */
.detail-grid--single{grid-template-columns:minmax(0,760px)}
@media(max-width:1100px){
  .feed-item--desktop-only{display:none}
}

/* Version 37 — black circuitry artwork beside the triptych on desktop; triptych first on compact grids */
@media(max-width:1100px){
  .home-works .feed-item--opening-triptych{order:-2}
  .home-works .feed-item--opening-single{order:-1}
}


/* Version 22 — larger Baekrä lockup and corrected header proportions */
:root{
  --header-h:104px;
  --wordmark-h:62px;
  --brand-symbol-h:98px;
  --brand-gap:76px;
}
.header{height:var(--header-h)}
.wordmark img{width:auto;height:auto}
.wordmark > img:first-child{height:var(--wordmark-h)}
.brand-lockup{gap:var(--brand-gap)}
.brand-symbol{height:var(--brand-symbol-h);width:auto;flex:0 0 auto;object-fit:contain;align-self:center}
.work-main,.landing-main,.home-minimal{padding-top:var(--header-h)!important}
.work-lead,.work-lead-detail{min-height:calc(100vh - var(--header-h))}
@media(max-width:850px){
  :root{
    --header-h:82px;
    --wordmark-h:44px;
    --brand-symbol-h:72px;
    --brand-gap:32px;
  }
  .header{height:var(--header-h)}
  .work-main,.landing-main,.home-minimal{padding-top:var(--header-h)!important}
  .work-lead,.work-lead-detail{min-height:calc(100vh - var(--header-h))}
}

/* Keep the triptych airy in the feed */
.feed-item--opening-triptych img{object-fit:contain}

/* Version 23 — definitive header lockup fix */
.wordmark.brand-lockup{
  display:inline-flex;
  align-items:center;
  gap:clamp(54px,4.4vw,82px);
  height:100%;
  overflow:visible;
}
.wordmark.brand-lockup > img:first-child{
  display:block;
  width:auto;
  height:62px;
  max-height:62px;
  flex:0 0 auto;
}
.wordmark.brand-lockup > img.brand-symbol{
  display:block;
  width:auto;
  height:88px;
  max-height:88px;
  flex:0 0 auto;
  object-fit:contain;
}
@media(max-width:850px){
  .wordmark.brand-lockup{gap:30px}
  .wordmark.brand-lockup > img:first-child{
    height:44px;
    max-height:44px;
  }
  .wordmark.brand-lockup > img.brand-symbol{
    height:64px;
    max-height:64px;
  }
}
@media(max-width:560px){
  .wordmark.brand-lockup{gap:22px}
  .wordmark.brand-lockup > img:first-child{
    height:38px;
    max-height:38px;
  }
  .wordmark.brand-lockup > img.brand-symbol{
    height:56px;
    max-height:56px;
  }
}


/* Version 24 — nav slightly larger and triptych less isolated in the feed */
.header .nav{
  font-size:15px;
  gap:38px;
}

.home-works .feed-item--opening-triptych{
  aspect-ratio:5 / 2;
}
.home-works .feed-item--opening-triptych img{
  object-fit:contain;
}

@media(max-width:1100px){
  .header .nav{
    font-size:14px;
    gap:30px;
  }
}

@media(max-width:850px){
  .header .nav{
    font-size:13px;
    gap:24px;
  }
  .home-works .feed-item--opening-triptych{
    aspect-ratio:5 / 2;
  }
}


/* Version 25 — black artwork matches the triptych height on desktop */
@media(min-width:1101px){
  .home-works .feed-item--opening-single{
    aspect-ratio:1553 / 2048;
  }
}


/* Version 26 — enforce a true grid: first row same height as the rest */
.home-works .feed-item--opening-triptych{
  aspect-ratio:3 / 1 !important;
}

@media(min-width:1101px){
  .home-works .feed-item--opening-single{
    aspect-ratio:1 / 1 !important;
  }
}

/* Version 28 — private drag-and-drop grid editor */
.grid-editor-mode{
  padding-bottom:118px;
}
.grid-editor-mode .home-works .feed-item--opening-triptych,
.grid-editor-mode .home-works .feed-item--opening-single{
  order:0!important;
}
.grid-editor-mode .works-feed{
  position:relative;
}
.grid-editor-mode .feed-item--real{
  position:relative;
  cursor:grab;
  outline:1px solid rgba(19,19,19,.34);
  outline-offset:3px;
  transition:transform .16s ease,opacity .16s ease,outline-color .16s ease;
  user-select:none;
  -webkit-user-select:none;
}
.grid-editor-mode .feed-item--real:hover{
  transform:translateY(-2px);
  outline-color:rgba(19,19,19,.8);
  opacity:1;
}
.grid-editor-mode .feed-item--real:active{
  cursor:grabbing;
}
.grid-editor-mode .feed-item--real img{
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
.grid-editor-mode .feed-item--real::before{
  content:attr(data-editor-index);
  position:absolute;
  z-index:4;
  top:9px;
  left:9px;
  min-width:28px;
  height:28px;
  padding:0 7px;
  display:grid;
  place-items:center;
  border:1px solid rgba(19,19,19,.24);
  background:rgba(238,234,225,.92);
  color:var(--ink);
  font-size:10px;
  line-height:1;
  letter-spacing:.06em;
  pointer-events:none;
}
.grid-editor-mode .feed-item--real::after{
  content:"ARRASTRAR";
  position:absolute;
  z-index:4;
  right:9px;
  bottom:9px;
  padding:7px 9px 6px;
  background:rgba(19,19,19,.88);
  color:var(--paper);
  font-size:9px;
  line-height:1;
  letter-spacing:.12em;
  pointer-events:none;
}
.grid-editor-mode .feed-item--real.is-dragging{
  opacity:.22;
  outline-color:transparent;
  transform:scale(.985);
}
.grid-editor-mode .feed-item--real.is-drop-target{
  outline:2px solid var(--ink);
  outline-offset:5px;
}
.grid-editor-mode .feed-item--placeholder{
  opacity:.25;
  pointer-events:none;
}
.grid-editor-toolbar{
  position:fixed;
  z-index:1200;
  left:50%;
  bottom:20px;
  width:min(920px,calc(100vw - 32px));
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px;
  border:1px solid rgba(19,19,19,.24);
  background:rgba(238,234,225,.97);
  backdrop-filter:blur(18px);
  box-shadow:0 14px 42px rgba(19,19,19,.14);
  color:var(--ink);
}
.grid-editor-toolbar__message{
  min-width:0;
  flex:1 1 auto;
  padding:0 8px;
}
.grid-editor-toolbar__message strong{
  display:block;
  margin-bottom:3px;
  font-size:12px;
  font-weight:600;
}
.grid-editor-toolbar__message span{
  display:block;
  color:var(--dim);
  font-size:10px;
  line-height:1.35;
}
.grid-editor-toolbar__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:7px;
}
.grid-editor-button{
  min-height:38px;
  padding:0 13px;
  border:1px solid rgba(19,19,19,.28);
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  font-size:11px;
  white-space:nowrap;
}
.grid-editor-button:hover{
  background:rgba(19,19,19,.07);
}
.grid-editor-button--primary{
  border-color:var(--ink);
  background:var(--ink);
  color:var(--paper);
}
.grid-editor-button--primary:hover{
  background:#2a2a2a;
}
.grid-editor-status{
  position:fixed;
  z-index:1250;
  left:50%;
  bottom:112px;
  transform:translate(-50%,12px);
  padding:9px 13px;
  background:var(--ink);
  color:var(--paper);
  font-size:11px;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
.grid-editor-status.is-visible{
  opacity:1;
  transform:translate(-50%,0);
}
@media(max-width:760px){
  .grid-editor-mode{
    padding-bottom:190px;
  }
  .grid-editor-toolbar{
    align-items:stretch;
    flex-direction:column;
  }
  .grid-editor-toolbar__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .grid-editor-button{
    width:100%;
  }
  .grid-editor-status{
    bottom:184px;
  }
}


/* Version 29 — triptych with two companion works on desktop */
@media(min-width:1101px){
  .home-works .feed-item--triptych-desktop-two{
    grid-column:span 2 !important;
    aspect-ratio:2 / 1 !important;
  }
  .home-works .feed-item--triptych-desktop-two img{
    object-fit:contain;
  }
}

/* Version 69 — homepage starts directly with works */
.home-minimal > .home-works:first-child{
  border-top:0;
  padding-top:clamp(34px,4.5vw,62px);
}

/* Version 73 — full-screen navigation cover with visible logo */
.landing-body--menu-cover .home-minimal{
  padding-top:0!important;
}
.home-cover{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  isolation:isolate;
  background:#c9cec9;
}
.home-cover-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center 45%;
  transform:scale(1.008);
}
.home-cover-overlay{
  position:absolute;
  z-index:1;
  inset:0;
  background:transparent;
}
.home-cover-menu{
  position:absolute;
  z-index:2;
  left:var(--pad);
  top:calc(var(--header-h) + clamp(58px,8vh,92px));
  width:min(760px,calc(100% - (var(--pad) * 2)));
  color:#111412;
}
.home-cover-menu a{
  display:grid;
  grid-template-columns:clamp(24px,2.2vw,38px) minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(12px,1.5vw,24px);
  min-height:clamp(62px,8.2vh,98px);
  border-top:1px solid rgba(17,20,18,.30);
  transition:padding-left .35s cubic-bezier(.2,.72,.25,1),opacity .25s ease;
}
.home-cover-menu a:last-child{
  border-bottom:1px solid rgba(17,20,18,.30);
}
.home-cover-menu:hover a:not(:hover){opacity:.48}
.home-cover-menu a:hover{padding-left:clamp(8px,1vw,16px)}
.home-cover-index{
  align-self:start;
  padding-top:clamp(12px,1.55vh,18px);
  font-size:10px;
  line-height:1;
  letter-spacing:.12em;
}
.home-cover-name{
  font-family:"Manrope",sans-serif;
  font-size:clamp(47px,5.35vw,88px);
  font-weight:500;
  line-height:.88;
  letter-spacing:-.072em;
}
.home-cover-arrow{
  font-size:clamp(20px,2vw,30px);
  line-height:1;
  opacity:0;
  transform:translate(-7px,-7px);
  transition:opacity .25s ease,transform .35s cubic-bezier(.2,.72,.25,1);
}
.home-cover-menu a:hover .home-cover-arrow{
  opacity:1;
  transform:translate(0,0);
}
.landing-body--menu-cover .header{
  transition:opacity .3s ease,transform .36s cubic-bezier(.2,.72,.25,1),background .25s,border-color .25s;
}
.landing-body--menu-cover.cover-active .header{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
  mix-blend-mode:normal;
  background:transparent;
  border-bottom-color:transparent;
  backdrop-filter:none;
  box-shadow:none;
}
.landing-body--menu-cover.cover-active .header .nav,
.landing-body--menu-cover.cover-active .header .menu-toggle{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.landing-body--menu-cover:not(.cover-active) .header .nav,
.landing-body--menu-cover:not(.cover-active) .header .menu-toggle{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.home-cover + .home-works{
  border-top:0;
  padding-top:clamp(58px,7vw,96px);
}
.home-works,.home-drawings,.home-about,.home-contact{
  scroll-margin-top:var(--header-h);
}
@media(max-width:850px){
  .home-cover-menu{
    top:calc(var(--header-h) + clamp(30px,5vh,44px));
  }
  .home-cover-menu a{
    min-height:clamp(60px,9vh,82px);
  }
  .home-cover-name{
    font-size:clamp(43px,12vw,72px);
  }
 .home-cover-overlay{
    background:transparent;
  }
}
@media(max-width:560px){
  .home-cover-image{object-position:47% center}
  .home-cover-menu{
    left:22px;
    top:calc(var(--header-h) + 24px);
    width:calc(100% - 44px);
  }
  .home-cover-menu a{
    grid-template-columns:23px minmax(0,1fr) auto;
    gap:12px;
  }
  .home-cover-index{padding-top:10px;font-size:9px}
  .home-cover-name{font-size:clamp(42px,13.2vw,62px)}
  .home-cover-arrow{opacity:.55;transform:none;font-size:20px}
  .home-cover-menu:hover a:not(:hover){opacity:1}
}
@media(prefers-reduced-motion:reduce){
  .home-cover-menu a,.home-cover-arrow,.landing-body--menu-cover .header{transition:none}
}

/* Version 75 — standalone welcome page */
.welcome-page{
  min-height:100svh;
  overflow-x:hidden;
  overflow-y:hidden;
  background:var(--paper);
}

.welcome-shell{
  position:relative;
  min-height:100svh;
  padding:clamp(24px,3.3vw,46px) var(--pad) clamp(126px,16vh,178px);
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto minmax(0,1fr);
  align-items:start;
  gap:clamp(18px,2.3vw,28px);
}
.welcome-logo{
  position:relative;
  top:auto;
  left:auto;
  display:block;
  line-height:0;
  z-index:2;
  justify-self:start;
}
.welcome-logo img{
  width:auto;
  height:clamp(54px,5.7vw,86px);
  max-width:min(46vw,470px);
  object-fit:contain;
}
.welcome-menu{
  position:absolute;
  right:var(--pad);
  bottom:clamp(18px,2.8vw,30px);
  width:min(238px,calc(100vw - (var(--pad) * 2)));
  z-index:4;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}
.welcome-menu a{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:12px;
  padding:5px 0 5px;
  border-top:0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(17px,1.65vw,28px);
  font-weight:500;
  line-height:.92;
  letter-spacing:-.06em;
  transition:padding-right .28s ease,opacity .22s ease;
}
.welcome-menu a::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:min(238px,calc(100vw - (var(--pad) * 2)));
  height:1px;
  background:var(--line);
  pointer-events:none;
}
.welcome-marquee{
  --marquee-hover-scale:1.24;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  align-self:center;
  overflow:visible;
  transform:translateY(clamp(-62px,-5.4vh,-26px));
  margin-top:0;
  margin-bottom:0;
}
.welcome-marquee__viewport{
  width:100vw;
  min-height:clamp(470px,52vh,660px);
  padding-block:clamp(30px,3.2vh,48px);
  overflow:visible;
  display:flex;
  align-items:flex-end;
}
.welcome-marquee__track{
  display:flex;
  width:max-content;
  padding-inline:0;
  animation:welcomeMarquee 142s linear infinite;
  will-change:transform;
}
.welcome-marquee__group{
  display:flex;
  align-items:flex-end;
  gap:clamp(16px,1.5vw,28px);
  padding-right:clamp(16px,1.5vw,28px);
  flex:0 0 auto;
  height:clamp(445px,49vh,590px);
}
.welcome-marquee__item{
  --marquee-shift:0px;
  --marquee-scale:1;
  position:relative;
  flex:0 0 auto;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:visible;
  transform:translateX(var(--marquee-shift)) scale(var(--marquee-scale));
  transform-origin:center center;
  transition:transform 1.28s cubic-bezier(.19,1,.22,1), opacity .58s ease, filter .58s ease;
  z-index:1;
  will-change:transform;
}
.welcome-marquee__item img{
  display:block;
  height:clamp(370px,40vh,470px);
  width:auto;
  max-width:none;
  object-fit:contain;
}
.welcome-marquee__item.is-hovered{
  --marquee-scale:var(--marquee-hover-scale);
  opacity:1;
  z-index:9;
}
.welcome-marquee.is-hovering .welcome-marquee__item:not(.is-hovered){
  opacity:.46;
  filter:saturate(.58) brightness(1.14) contrast(.94);
}
.welcome-marquee.is-hovering .welcome-marquee__track{animation-play-state:paused}
@keyframes welcomeMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}

/* The portfolio is now a separate page and begins directly with works. */
.portfolio-page{
  padding-top:var(--header-h)!important;
}
.portfolio-page > .home-works:first-child{
  border-top:0;
  padding-top:clamp(52px,6vw,88px);
}

/* Version 115 — larger enlargement with no clipping by the square container */
@media (hover:hover) and (pointer:fine){
  .portfolio-page .works-feed{
    overflow:visible;
  }
  .portfolio-page .feed-item--real{
    position:relative;
    z-index:1;
    overflow:visible;
    transform:none;
  }
  .portfolio-page .feed-item--real img{
    transform-origin:center center;
    transition:transform .52s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
  }
  .portfolio-page .feed-item--real.is-hovered{
    z-index:7;
    transform:none;
  }
  .portfolio-page .feed-item--real.is-hovered img{
    transform:scale(1.085);
  }
}

@media(max-width:700px){
  .welcome-shell{
    padding-left:22px;
    padding-right:22px;
    padding-bottom:20px;
    grid-template-rows:auto minmax(0,1fr) auto;
    gap:16px;
  }
  .welcome-logo img{
    height:clamp(48px,13.5vw,72px);
    max-width:68vw;
  }
  .welcome-marquee{
    --marquee-hover-scale:1.18;
    align-self:stretch;
    display:flex;
    align-items:center;
    margin-top:0;
    margin-bottom:0;
    transform:none;
  }
  .welcome-marquee__viewport{
    min-height:clamp(310px,56vw,410px);
    padding-block:22px;
    align-items:flex-end;
  }
  .welcome-marquee__group{
    height:clamp(275px,50vw,350px);
    gap:12px;
    padding-right:12px;
  }
  .welcome-marquee__item{
    height:100%;
  }
  .welcome-marquee__item img{
    height:clamp(245px,45vw,315px);
  }
  .welcome-menu{
    position:relative;
    right:auto;
    bottom:auto;
    width:min(214px,calc(100vw - 44px));
    margin-left:auto;
    justify-self:end;
    align-self:end;
  }
  .welcome-menu a{
    font-size:clamp(24px,7.4vw,38px);
    padding-top:9px;
    gap:16px;
  }
}

@media(prefers-reduced-motion:reduce){
  .welcome-menu a,.welcome-menu a .welcome-menu__arrow,.welcome-marquee__item{transition:none}
  .welcome-marquee__track{animation:none}
}

/* Version 105 — mobile/touch: direct navigation, no hover state */
@media (hover:none), (pointer:coarse){
  .welcome-marquee{
    --marquee-hover-scale:1;
  }
  .welcome-marquee.is-hovering .welcome-marquee__track{
    animation-play-state:running;
  }
  .welcome-marquee__item,
  .welcome-marquee__item.is-hovered{
    --marquee-scale:1 !important;
    --marquee-shift:0px !important;
    opacity:1 !important;
    filter:none !important;
    transform:translateX(0) scale(1) !important;
  }
  .welcome-marquee.is-hovering .welcome-marquee__item:not(.is-hovered){
    opacity:1 !important;
    filter:none !important;
  }
}


/* Version 83 — About page recomposed with portrait */
.about-body{
  min-height:100vh;
}
.about-page{
  min-height:calc(100vh - var(--header-h));
  padding-top:var(--header-h);
}
.about-page-section{
  min-height:calc(100vh - var(--header-h));
  padding:clamp(22px,2.8vw,38px) var(--pad) clamp(82px,9vw,128px);
  display:flex;
  flex-direction:column;
  border-bottom:1px solid var(--line);
}
.about-editorial{
  margin-top:clamp(14px,2vw,24px);
  display:grid;
  grid-template-columns:minmax(300px,.68fr) minmax(420px,1fr);
  gap:clamp(34px,5vw,88px);
  align-items:center;
}
.about-portrait{
  margin:0;
}
.about-portrait img{
  display:block;
  width:100%;
  max-width:560px;
  height:auto;
}
.about-editorial-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
  max-width:720px;
}
.about-editorial-head{
  margin-bottom:clamp(20px,2.4vw,30px);
}
.about-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--dim);
}
.about-editorial-head h1{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(48px,7vw,110px);
  font-weight:500;
  line-height:.92;
  letter-spacing:-.07em;
}
.about-editorial-text p{
  margin:0;
  font-size:clamp(18px,1.6vw,24px);
  line-height:1.58;
  max-width:30ch;
}
.about-editorial-text p + p{
  margin-top:18px;
}
.about-editorial-notes{
  margin-top:clamp(28px,3.4vw,44px);
  padding-top:clamp(18px,2.2vw,26px);
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.about-note-label{
  display:block;
  margin-bottom:8px;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--dim);
}
.about-editorial-notes p{
  margin:0;
  font-size:14px;
  line-height:1.5;
}
.about-page-note{
  margin-top:20px;
  color:var(--dim);
  font-size:12px;
  line-height:1.55;
}
@media(max-width:980px){
  .about-editorial{
    grid-template-columns:1fr;
    gap:30px;
    align-items:start;
  }
  .about-portrait img{
    max-width:460px;
  }
  .about-editorial-text p{
    max-width:unset;
  }
}
@media(max-width:640px){
  .about-page-section{
    padding-top:34px;
    padding-bottom:74px;
  }
  .about-editorial-head h1{
    font-size:clamp(42px,13vw,72px);
  }
  .about-editorial-notes{
    grid-template-columns:1fr;
    gap:14px;
  }
}

/* Version 79 — tondo fragments: four across on desktop */
.detail-grid--tondo-fragments{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(16px,1.8vw,30px);
  align-items:start;
}
@media(max-width:1100px){
  .detail-grid--tondo-fragments{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
}
@media(max-width:560px){
  .detail-grid--tondo-fragments{grid-template-columns:1fr;gap:12px}
}


/* Version 87 — remove artificial empty space in work pages */
.work-hero{
  align-items:start;
}
.work-hero-figure{
  align-self:start;
}
.work-hero-frame{
  min-height:0 !important;
  height:auto !important;
  display:block !important;
  place-items:initial !important;
}
.work-hero-frame img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  max-height:none !important;
}
.work-hero-figure--tondo .work-hero-frame img,
.work-hero-figure--transparent .work-hero-frame img{
  width:100%;
  height:auto;
}
.work-hero-caption{
  margin-top:12px;
}


/* Version 89 — obra 19 fragments: four wider crops in one desktop row */
.detail-grid--obra19-fragments{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(18px,2vw,34px);
  align-items:start;
}
@media(max-width:1100px){
  .detail-grid--obra19-fragments{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
}
@media(max-width:560px){
  .detail-grid--obra19-fragments{grid-template-columns:1fr;gap:12px}
}


/* Version 90 — full-width moving hero with all works */
.works-hero-marquee{
  padding-top:calc(78px + clamp(16px,2vw,28px));
  padding-bottom:clamp(18px,2.6vw,34px);
  overflow:hidden;
}
.works-hero-marquee__viewport{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
}
.works-hero-marquee__track{
  display:flex;
  width:max-content;
  animation:worksMarquee 240s linear infinite;
  will-change:transform;
}
.works-hero-marquee__group{
  display:flex;
  align-items:flex-end;
  gap:clamp(14px,1.4vw,24px);
  padding-right:clamp(14px,1.4vw,24px);
  flex:0 0 auto;
}
.works-hero-item{
  flex:0 0 auto;
  height:clamp(180px,22vw,300px);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  transition:transform .28s ease, opacity .28s ease;
}
.works-hero-item img{
  height:100%;
  width:auto;
  max-width:none;
  object-fit:contain;
}
.works-hero-item--wide img{height:100%; width:auto}
.works-hero-item--dark{background:transparent}
.works-hero-item:hover{transform:translateY(-4px); opacity:.92}
.works-hero-marquee:hover .works-hero-marquee__track{animation-play-state:paused}
@keyframes worksMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (prefers-reduced-motion: reduce){
  .works-hero-marquee__track{animation:none}
}
@media(max-width:1100px){
  .works-hero-item{height:clamp(165px,26vw,240px)}
  .works-hero-marquee{padding-top:calc(78px + 14px);padding-bottom:22px}
}
@media(max-width:700px){
  .works-hero-item{height:clamp(135px,33vw,185px)}
  .works-hero-marquee__group{gap:12px;padding-right:12px}
}


/* Version 112 — obra 18: four fragments in one desktop row */
.detail-grid--obra18-four{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(16px,1.8vw,30px);
  align-items:start;
}
@media(max-width:1100px){
  .detail-grid--obra18-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
}
@media(max-width:560px){
  .detail-grid--obra18-four{grid-template-columns:1fr;gap:12px}
}


/* Version 119 — discreet dark mode toggle */
.theme-toggle{
  width:34px;
  height:34px;
  flex:0 0 auto;
  display:inline-grid;
  place-items:center;
  padding:0;
  border:1px solid var(--line);
  border-radius:999px;
  background:transparent;
  color:var(--dim);
  cursor:pointer;
  transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease,opacity .25s ease;
  opacity:.92;
}
.theme-toggle:hover{
  color:var(--ink);
  border-color:currentColor;
  transform:translateY(-1px);
}
.theme-toggle:focus-visible{
  outline:none;
  color:var(--ink);
  border-color:currentColor;
  box-shadow:0 0 0 3px rgba(19,19,19,.08);
}
.theme-toggle__glyph{
  display:block;
  font-size:14px;
  line-height:1;
  transform:translateY(-.5px);
}
.header .theme-toggle{
  margin-left:16px;
}
.theme-toggle--welcome{
  position:absolute;
  top:clamp(26px,3.5vw,46px);
  right:var(--pad);
  z-index:5;
}

html[data-theme='dark']{
  color-scheme:dark;
  --paper:#2b302c;
  --ink:#f4f1ea;
  --dim:#c5beb2;
  --line:rgba(244,241,234,.17);
  --surface:#313732;
  --surface-2:#383f39;
  --surface-3:#444c45;
}
html[data-theme='dark'],
html[data-theme='dark'] body,
html[data-theme='dark'] .welcome-page,
html[data-theme='dark'] .work-body,
html[data-theme='dark'] .about-body,
html[data-theme='dark'] .portfolio-page{
  background:var(--paper);
  color:var(--ink);
}
html[data-theme='dark'] .noise{
  opacity:.09;
}
html[data-theme='dark'] .header{
  mix-blend-mode:normal;
  color:var(--ink);
}
html[data-theme='dark'] .header.is-solid{
  background:rgba(35,39,36,.92);
  border-bottom:1px solid var(--line);
}
html[data-theme='dark'] .mobile-menu,
html[data-theme='dark'] .grid-editor-panel,
html[data-theme='dark'] .grid-editor-status{
  background:var(--paper);
  color:var(--ink);
}
html[data-theme='dark'] .zoom-stage,
html[data-theme='dark'] .atlas-item figure,
html[data-theme='dark'] .feed-item--placeholder,
html[data-theme='dark'] .paper,
html[data-theme='dark'] .work-hero-frame,
html[data-theme='dark'] .grid-editor-panel,
html[data-theme='dark'] .grid-editor-status,
html[data-theme='dark'] .welcome-marquee__item--dark{
  background:var(--surface-2) !important;
}
html[data-theme='dark'] .work-next a:hover{
  background:var(--surface-3);
  color:var(--ink);
}
html[data-theme='dark'] .image-viewer{
  background:rgba(6,7,7,.94);
}
html[data-theme='dark'] .image-viewer-close,
html[data-theme='dark'] .image-viewer-arrow{
  color:var(--ink);
}
html[data-theme='dark'] .welcome-menu a,
html[data-theme='dark'] footer,
html[data-theme='dark'] .intro,
html[data-theme='dark'] .atlas,
html[data-theme='dark'] .practice,
html[data-theme='dark'] .contact,
html[data-theme='dark'] .work-hero,
html[data-theme='dark'] .work-info,
html[data-theme='dark'] .detail-sequence,
html[data-theme='dark'] .zoom-lab,
html[data-theme='dark'] .work-next,
html[data-theme='dark'] .about-page-section,
html[data-theme='dark'] .about-editorial-notes{
  border-color:var(--line);
}
html[data-theme='dark'] .work-next a+a,
html[data-theme='dark'] .about-editorial-notes > div + div{
  border-color:var(--line);
}
html[data-theme='dark'] .welcome-marquee.is-hovering .welcome-marquee__item:not(.is-hovered){
  opacity:.35;
  filter:saturate(.42) brightness(.8) contrast(.95);
}
html[data-theme='dark'] .theme-toggle{
  color:var(--dim);
  background:rgba(243,240,233,.03);
}
html[data-theme='dark'] .theme-toggle:hover,
html[data-theme='dark'] .theme-toggle:focus-visible{
  color:var(--ink);
  border-color:rgba(243,240,233,.35);
  box-shadow:0 0 0 3px rgba(243,240,233,.08);
}

@media(max-width:850px){
  .header .theme-toggle{
    margin-left:auto;
    margin-right:10px;
  }
}
@media(max-width:700px){
  .theme-toggle--welcome{
    right:22px;
    top:24px;
  }
}


/* Version 120 — dark mode corrections */
.welcome-logo.brand-lockup{
  display:inline-flex;
  align-items:flex-start;
  gap:clamp(42px,4vw,66px);
}
.welcome-logo.brand-lockup > img:first-child{
  width:auto;
  height:clamp(54px,5.7vw,86px);
  max-width:min(46vw,470px);
  object-fit:contain;
}
.welcome-logo.brand-lockup > img.brand-symbol{
  width:auto;
  height:clamp(78px,7.2vw,112px);
  object-fit:contain;
}
.welcome-marquee__item,
.welcome-marquee__item img,
.welcome-marquee__triptych,
.welcome-marquee__triptych img{
  background:transparent !important;
}
.welcome-marquee__item--triptych{
  align-items:flex-end;
}
.welcome-marquee__triptych{
  display:flex;
  align-items:flex-end;
  gap:clamp(14px,1.2vw,20px);
  height:clamp(370px,40vh,470px);
}
.welcome-marquee__triptych img{
  display:block;
  width:auto;
  height:100%;
  max-width:none;
  object-fit:contain;
}
@media(max-width:700px){
  .welcome-logo.brand-lockup{gap:22px}
  .welcome-logo.brand-lockup > img:first-child{height:clamp(48px,13.5vw,72px);max-width:68vw}
  .welcome-logo.brand-lockup > img.brand-symbol{height:clamp(58px,16vw,84px)}
  .welcome-marquee__triptych{height:clamp(245px,45vw,315px);gap:10px}
}
html[data-theme='dark'] .brand-symbol{
  filter:brightness(0) invert(1);
}
html[data-theme='dark'] .welcome-marquee__item--dark,
html[data-theme='dark'] .welcome-marquee__item--triptych,
html[data-theme='dark'] .welcome-marquee__item,
html[data-theme='dark'] .welcome-marquee__viewport,
html[data-theme='dark'] .welcome-marquee__group{
  background:transparent !important;
}
html[data-theme='dark'] .welcome-marquee.is-hovering .welcome-marquee__item:not(.is-hovered){
  opacity:.34;
  filter:none;
}
html[data-theme='dark'] .welcome-marquee__item img,
html[data-theme='dark'] .welcome-marquee__triptych img{
  filter:none !important;
}


/* Version 122 — lighter charcoal and more expressive welcome-menu hover */
@media (hover:hover) and (pointer:fine){
  .welcome-menu{
    overflow:visible;
  }
  .welcome-menu a{
    position:relative;
    z-index:1;
    width:100%;
    margin-left:auto;
    transform-origin:right center;
    transition:width .58s cubic-bezier(.16,1,.3,1),
               transform .58s cubic-bezier(.16,1,.3,1),
               font-size .58s cubic-bezier(.16,1,.3,1),
               padding .58s cubic-bezier(.16,1,.3,1),
               background-color .32s ease,
               border-color .32s ease,
               letter-spacing .58s cubic-bezier(.16,1,.3,1);
  }
  .welcome-menu a::before{
    transform:none !important;
    transform-origin:right top;
  }
  .welcome-menu a span:first-child{
    transform-origin:left center;
    transition:transform .58s cubic-bezier(.16,1,.3,1);
  }
  .welcome-menu a .welcome-menu__arrow{
    transition:transform .58s cubic-bezier(.16,1,.3,1), font-size .58s cubic-bezier(.16,1,.3,1), opacity .28s ease;
  }
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    z-index:8;
    width:min(350px,calc(100vw - (var(--pad) * 2)));
    transform:none;
    font-size:clamp(28px,2.6vw,46px);
    letter-spacing:-.072em;
    padding:12px 13px 13px 18px;
    background:transparent;
    border-color:rgba(19,19,19,.32);
    outline:none;
  }
  .welcome-menu a:hover span:first-child,
  .welcome-menu a:focus-visible span:first-child{
    transform:translateX(3px);
  }
  .welcome-menu a:hover .welcome-menu__arrow,
  .welcome-menu a:focus-visible .welcome-menu__arrow{
    opacity:0;
    transform:translate(16px,-5px) rotate(-4deg) scale(.86);
  }
  html[data-theme='dark'] .welcome-menu a:hover,
  html[data-theme='dark'] .welcome-menu a:focus-visible{
    background:transparent;
    border-color:rgba(244,241,234,.46);
  }
}


/* Version 123 — softer theme crossfade and transparent expanded menu */
html.theme-transitioning,
html.theme-transitioning body,
html.theme-transitioning .welcome-page,
html.theme-transitioning .portfolio-page,
html.theme-transitioning .about-body,
html.theme-transitioning .work-body,
html.theme-transitioning .header,
html.theme-transitioning .header.is-solid,
html.theme-transitioning .mobile-menu,
html.theme-transitioning .welcome-menu,
html.theme-transitioning .welcome-menu a,
html.theme-transitioning footer,
html.theme-transitioning .intro,
html.theme-transitioning .atlas,
html.theme-transitioning .practice,
html.theme-transitioning .contact,
html.theme-transitioning .work-hero,
html.theme-transitioning .work-info,
html.theme-transitioning .detail-sequence,
html.theme-transitioning .zoom-lab,
html.theme-transitioning .work-next,
html.theme-transitioning .about-page-section,
html.theme-transitioning .about-editorial-notes,
html.theme-transitioning .theme-toggle,
html.theme-transitioning .grid-editor-panel,
html.theme-transitioning .grid-editor-status,
html.theme-transitioning .paper,
html.theme-transitioning .zoom-stage,
html.theme-transitioning .feed-item--placeholder,
html.theme-transitioning .brand-symbol{
  transition-property:background-color,color,border-color,box-shadow,filter,opacity;
  transition-duration:.72s;
  transition-timing-function:cubic-bezier(.22,.61,.36,1);
}

@media (hover:hover) and (pointer:fine){
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible,
  html[data-theme='dark'] .welcome-menu a:hover,
  html[data-theme='dark'] .welcome-menu a:focus-visible{
    background:transparent !important;
  }
}

@media (prefers-reduced-motion:reduce){
  html.theme-transitioning,
  html.theme-transitioning body,
  html.theme-transitioning *{
    transition-duration:.01ms !important;
  }
}


/* Version 126 — full triptych hover and truly fixed menu rules */
@media (hover:hover) and (pointer:fine){
  .welcome-menu{
    --welcome-menu-rest-width:min(238px,calc(100vw - (var(--pad) * 2)));
    display:grid;
    grid-template-columns:1fr;
    justify-items:end;
    align-items:end;
    overflow:visible;
  }
  .welcome-menu a{
    justify-self:end;
    margin-left:0;
    margin-right:0;
  }
  .welcome-menu a::before{
    right:0;
    left:auto;
    width:var(--welcome-menu-rest-width);
    transform:none !important;
  }
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    justify-self:end;
    margin-left:0;
    margin-right:0;
  }
}

/* Version 127 — welcome menu hover without lateral drift */
@media (hover:hover) and (pointer:fine){
  .welcome-menu{
    --welcome-menu-fixed-width:min(350px,calc(100vw - (var(--pad) * 2)));
    width:var(--welcome-menu-fixed-width);
    align-items:stretch;
    justify-items:stretch;
  }
  .welcome-menu a{
    width:var(--welcome-menu-fixed-width) !important;
    max-width:var(--welcome-menu-fixed-width);
    min-width:var(--welcome-menu-fixed-width);
    box-sizing:border-box;
    justify-self:stretch !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding:12px 0 13px 0;
    transform:none !important;
    transition:font-size .58s cubic-bezier(.16,1,.3,1),
               padding .58s cubic-bezier(.16,1,.3,1),
               letter-spacing .58s cubic-bezier(.16,1,.3,1),
               border-color .32s ease;
  }
  .welcome-menu a::before{
    left:0 !important;
    right:auto !important;
    width:var(--welcome-menu-fixed-width) !important;
    transform:none !important;
  }
  .welcome-menu a span:first-child{
    display:inline-block;
    justify-self:start;
    transform-origin:left center;
    transition:transform .58s cubic-bezier(.16,1,.3,1),
               letter-spacing .58s cubic-bezier(.16,1,.3,1),
               opacity .28s ease;
    will-change:transform;
  }
  .welcome-menu a .welcome-menu__arrow{
    justify-self:end;
  }
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    width:var(--welcome-menu-fixed-width) !important;
    max-width:var(--welcome-menu-fixed-width);
    min-width:var(--welcome-menu-fixed-width);
    font-size:clamp(17px,1.65vw,28px);
    letter-spacing:-.06em;
    padding:12px 0 13px 0;
    background:transparent !important;
    border-color:transparent;
    outline:none;
  }
  .welcome-menu a:hover span:first-child,
  .welcome-menu a:focus-visible span:first-child{
    transform:scale(1.44);
  }
  .welcome-menu a:hover .welcome-menu__arrow,
  .welcome-menu a:focus-visible .welcome-menu__arrow{
    opacity:0;
    transform:none;
  }
}

/* Version 128 — selected welcome-menu item grows vertically too, line stays fixed */
@media (hover:hover) and (pointer:fine){
  .welcome-menu a{
    padding:12px 0 13px 0 !important;
    transition:padding .62s cubic-bezier(.16,1,.3,1),
               font-size .62s cubic-bezier(.16,1,.3,1),
               letter-spacing .62s cubic-bezier(.16,1,.3,1),
               border-color .32s ease;
  }
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    padding:24px 0 24px 0 !important;
  }
}

/* Version 129 — marquee lifted slightly and welcome-menu arrows appear only on hover */
.welcome-marquee{
  transform:translateY(clamp(-86px,-6.9vh,-38px));
}

@media (hover:hover) and (pointer:fine){
  .welcome-menu a .welcome-menu__arrow{
    opacity:0 !important;
    transform:translateX(-8px);
    transition:opacity .22s ease, transform .42s cubic-bezier(.16,1,.3,1);
    pointer-events:none;
  }
  .welcome-menu a:hover .welcome-menu__arrow,
  .welcome-menu a:focus-visible .welcome-menu__arrow{
    opacity:1 !important;
    transform:translateX(0);
  }
}

/* Version 130 — lift marquee more, slightly reduce welcome logo, soften artwork hover scale */
.welcome-marquee{
  --marquee-hover-scale:1.18;
  transform:translateY(clamp(-112px,-8.2vh,-52px));
}

.welcome-logo.brand-lockup{
  gap:clamp(34px,3.2vw,56px);
}
.welcome-logo.brand-lockup > img:first-child{
  height:clamp(50px,5.1vw,78px);
  max-width:min(43vw,430px);
}
.welcome-logo.brand-lockup > img.brand-symbol{
  height:clamp(70px,6.4vw,98px);
}

@media(max-width:700px){
  .welcome-logo.brand-lockup{gap:18px}
  .welcome-logo.brand-lockup > img:first-child{height:clamp(44px,12.2vw,64px);max-width:64vw}
  .welcome-logo.brand-lockup > img.brand-symbol{height:clamp(52px,14vw,76px)}
  .welcome-marquee{
    --marquee-hover-scale:1.14;
  }
}


/* Version 131 — true triptych panels in portfolio dark mode and stable mobile menu hover */
.home-works .feed-item--opening-triptych{
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  border-color:transparent !important;
}
.feed-triptych-panels{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(7px,.7vw,12px);
  width:100%;
  height:80%;
  background:transparent !important;
  overflow:visible;
}
.feed-triptych-panels img{
  display:block;
  width:auto !important;
  height:100% !important;
  max-width:none;
  object-fit:contain !important;
  background:transparent !important;
  filter:none !important;
  transform-origin:center center;
}
html[data-theme='dark'] .home-works .feed-item--opening-triptych,
html[data-theme='dark'] .feed-triptych-panels{
  background:transparent !important;
  box-shadow:none !important;
}
html[data-theme='dark'] .feed-triptych-panels img{
  filter:none !important;
  mix-blend-mode:normal !important;
}

@media (hover:hover) and (pointer:fine){
  .portfolio-page .feed-item--opening-triptych.is-hovered .feed-triptych-panels img{
    transform:scale(1.085);
  }
}

@media(max-width:700px) and (hover:hover) and (pointer:fine){
  .welcome-menu a,
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    font-size:clamp(24px,7.4vw,38px) !important;
    letter-spacing:-.06em;
  }
  .welcome-menu a:hover span:first-child,
  .welcome-menu a:focus-visible span:first-child{
    transform:scale(1.18);
  }
}


/* Version 132 — no welcome arrows; mobile Obras becomes a vertical moving gallery */
.welcome-menu a{
  grid-template-columns:minmax(0,1fr) !important;
  gap:0 !important;
}
.welcome-menu a .welcome-menu__label{
  display:inline-block;
  justify-self:start;
  opacity:1 !important;
  transform-origin:left center;
  transition:transform .62s cubic-bezier(.16,1,.3,1),
             letter-spacing .62s cubic-bezier(.16,1,.3,1);
}
@media (hover:hover) and (pointer:fine){
  .welcome-menu a:hover .welcome-menu__label,
  .welcome-menu a:focus-visible .welcome-menu__label{
    opacity:1 !important;
    transform:scale(1.44) !important;
  }
}

@media(max-width:700px){
  /* Keep the rest of the portfolio untouched; only Obras changes philosophy. */
  .portfolio-page #obras{
    padding-left:var(--pad);
    padding-right:var(--pad);
    padding-bottom:clamp(34px,8vw,56px);
  }
  .portfolio-page #obras .home-section-head{
    margin-bottom:18px;
  }
  .portfolio-page #obras .works-feed{
    display:flex !important;
    flex-direction:column;
    grid-template-columns:none !important;
    gap:clamp(18px,5vw,28px) !important;
    width:100%;
    height:min(76svh,760px);
    overflow-y:auto;
    overflow-x:visible;
    scroll-behavior:auto;
    overscroll-behavior:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-y;
    padding:0 0 clamp(18px,5vw,28px);
  }
  .portfolio-page #obras .works-feed::-webkit-scrollbar{
    display:none;
  }
  .portfolio-page #obras .feed-item,
  .portfolio-page #obras .feed-item--wide,
  .portfolio-page #obras .feed-item--opening-triptych,
  .portfolio-page #obras .feed-item--opening-single{
    order:initial !important;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:none;
    min-height:0;
    aspect-ratio:auto !important;
    grid-column:auto !important;
    overflow:visible;
    background:transparent !important;
    border:0 !important;
    padding:0;
    transform:none !important;
    opacity:1 !important;
  }
  .portfolio-page #obras .feed-item > img{
    display:block;
    width:100% !important;
    height:auto !important;
    max-width:100%;
    max-height:none;
    object-fit:contain !important;
    background:transparent !important;
    filter:none !important;
  }
  .portfolio-page #obras .feed-item--tondo > img{
    width:min(100%,88vw) !important;
    margin-inline:auto;
  }
  .portfolio-page #obras .feed-triptych-panels{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:clamp(7px,2vw,12px);
    width:100%;
    height:auto;
    overflow:visible;
    background:transparent !important;
  }
  .portfolio-page #obras .feed-triptych-panels img{
    flex:1 1 0;
    width:0 !important;
    height:auto !important;
    max-width:100%;
    object-fit:contain !important;
    background:transparent !important;
    filter:none !important;
    transform:none !important;
  }
  .portfolio-page #obras .mobile-vertical-clone{
    pointer-events:auto;
  }
  .portfolio-page #obras .works-feed.is-touching{
    scroll-snap-type:none;
  }

  /* Mobile welcome menu: labels remain large; there are no arrow glyphs. */
  .welcome-menu a,
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    grid-template-columns:minmax(0,1fr) !important;
    font-size:clamp(24px,7.4vw,38px) !important;
  }
  .welcome-menu a .welcome-menu__label,
  .welcome-menu a:hover .welcome-menu__label,
  .welcome-menu a:focus-visible .welcome-menu__label{
    opacity:1 !important;
    transform:scale(1.18) !important;
  }
}

/* Version 133 — corrected mobile menu alignment and true vertical artwork marquee */
@media(max-width:700px){
  .welcome-menu{
    width:min(300px,calc(100vw - 44px)) !important;
    display:flex !important;
    flex-direction:column;
    align-items:stretch !important;
    justify-items:stretch !important;
    margin-left:auto;
    margin-right:0;
  }
  .welcome-menu a,
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    box-sizing:border-box;
    justify-self:stretch !important;
    text-align:left !important;
    padding:11px 0 12px !important;
  }
  .welcome-menu a::before{
    left:0 !important;
    right:auto !important;
    width:100% !important;
  }
  .welcome-menu a .welcome-menu__label{
    display:block !important;
    width:max-content;
    justify-self:auto !important;
    text-align:left !important;
    transform:none !important;
    transform-origin:left center;
  }
  .welcome-menu a:hover .welcome-menu__label,
  .welcome-menu a:focus-visible .welcome-menu__label{
    transform:scale(1.14) !important;
  }

  .portfolio-page #obras .works-feed.mobile-works-viewport{
    display:block !important;
    position:relative;
    width:100%;
    height:min(76svh,760px);
    overflow:hidden !important;
    padding:0 !important;
    touch-action:none;
    overscroll-behavior:contain;
  }
  .portfolio-page #obras .mobile-works-track{
    display:flex;
    flex-direction:column;
    width:100%;
    will-change:transform;
    transform:translate3d(0,0,0);
  }
  .portfolio-page #obras .mobile-works-segment{
    display:flex;
    flex-direction:column;
    gap:clamp(20px,5vw,30px);
    width:100%;
    padding-bottom:clamp(20px,5vw,30px);
  }
  .portfolio-page #obras .mobile-works-segment > .feed-item,
  .portfolio-page #obras .mobile-works-segment > .feed-item--wide,
  .portfolio-page #obras .mobile-works-segment > .feed-item--opening-triptych,
  .portfolio-page #obras .mobile-works-segment > .feed-item--opening-single{
    flex:0 0 auto;
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    overflow:visible !important;
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    transform:none !important;
    opacity:1 !important;
  }
  .portfolio-page #obras .mobile-works-segment > .feed-item > img{
    display:block;
    width:100% !important;
    height:auto !important;
    max-width:100%;
    max-height:none;
    object-fit:contain !important;
    background:transparent !important;
    filter:none !important;
  }
  .portfolio-page #obras .mobile-works-segment > .feed-item--tondo > img{
    width:min(100%,88vw) !important;
    margin-inline:auto;
  }
  .portfolio-page #obras .mobile-works-segment .feed-triptych-panels{
    display:flex !important;
    align-items:stretch !important;
    justify-content:center;
    gap:clamp(7px,2vw,11px);
    width:100%;
    aspect-ratio:2.59 / 1;
    height:auto !important;
    overflow:visible;
    background:transparent !important;
  }
  .portfolio-page #obras .mobile-works-segment .feed-triptych-panels img{
    display:block;
    flex:0 0 auto !important;
    width:auto !important;
    height:100% !important;
    max-width:none !important;
    object-fit:contain !important;
    background:transparent !important;
    filter:none !important;
    transform:none !important;
  }
  .portfolio-page #obras .works-feed.is-touching .mobile-works-track{
    will-change:transform;
  }
}

/* Version 134 — flush mobile Obras viewport and equal-height triptych panels */
@media(max-width:700px){
  .portfolio-page #obras{
    padding-top:0 !important;
    padding-left:var(--pad);
    padding-right:var(--pad);
    border-top:0 !important;
  }
  .portfolio-page #obras .home-section-head{
    display:none !important;
  }
  .portfolio-page #obras .works-feed.mobile-works-viewport{
    height:calc(100svh - var(--header-h));
    margin-top:0 !important;
  }
  .portfolio-page #obras .mobile-works-segment{
    padding-top:0;
  }
  .portfolio-page #obras .mobile-works-segment .feed-triptych-panels{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:stretch !important;
    justify-items:stretch;
    gap:clamp(7px,2vw,11px);
    width:100%;
    aspect-ratio:3.15 / 1;
    height:auto !important;
  }
  .portfolio-page #obras .mobile-works-segment .feed-triptych-panels img{
    display:block;
    width:100% !important;
    height:100% !important;
    min-width:0;
    max-width:100% !important;
    object-fit:contain !important;
    object-position:center center;
  }
}

/* Version 135 — desktop and mobile are isolated deliberately. */
/* Desktop: restore the welcome menu labels without affecting mobile. */
@media (min-width:701px){
  .welcome-menu a .welcome-menu__label{
    display:inline-block !important;
    width:max-content;
    justify-self:start !important;
    opacity:1 !important;
    transform:scale(1) !important;
    transform-origin:left center;
  }
}
@media (min-width:701px) and (hover:hover) and (pointer:fine){
  .welcome-menu a:hover .welcome-menu__label,
  .welcome-menu a:focus-visible .welcome-menu__label{
    opacity:1 !important;
    transform:scale(1.44) !important;
  }
}

/* Mobile only: the home marquee is driven by touch-aware JavaScript. */
@media (max-width:700px){
  .welcome-marquee__viewport{
    touch-action:pan-y;
    overscroll-behavior-x:contain;
  }
  .welcome-marquee__track.is-mobile-inertia{
    animation:none !important;
    transform:translate3d(var(--mobile-marquee-x,0px),0,0);
    will-change:transform;
  }
  .welcome-marquee__track.is-mobile-dragging{
    cursor:grabbing;
  }
}

/* Version 169 — subtle brand-symbol pointer on devices with a real cursor. */
@media (hover:hover) and (pointer:fine){
  html.has-art-cursor,
  html.has-art-cursor *{
    cursor:none !important;
  }

  .art-cursor{
    --art-cursor-x:-100px;
    --art-cursor-y:-100px;
    position:fixed;
    z-index:2147483647;
    top:var(--art-cursor-y);
    left:var(--art-cursor-x);
    width:19px;
    aspect-ratio:388 / 793;
    pointer-events:none;
    opacity:0;
    transform:translate3d(-32%,-12%,0) scale(.94);
    transform-origin:top center;
    transition:opacity .14s ease,transform .18s cubic-bezier(.22,.61,.36,1);
    will-change:opacity,transform;
  }

  .art-cursor.is-visible{
    opacity:.86;
  }

  .art-cursor.is-interactive{
    transform:translate3d(-32%,-12%,0) scale(1.08);
  }

  .art-cursor.is-pressed{
    transform:translate3d(-32%,-12%,0) scale(.9);
  }

  .art-cursor__symbol{
    display:block;
    width:100%;
    height:auto;
    filter:brightness(0);
  }

  html[data-theme='dark'] .art-cursor__symbol{
    filter:brightness(0) invert(1);
  }

  html.has-art-cursor.has-art-cursor--text-input input,
  html.has-art-cursor.has-art-cursor--text-input textarea,
  html.has-art-cursor.has-art-cursor--text-input [contenteditable='true']{
    cursor:text !important;
  }

  html.has-art-cursor.has-art-cursor--text-input select{
    cursor:default !important;
  }
}

@media (prefers-reduced-motion:reduce){
  .art-cursor{
    transition:none;
  }
}

/* Mesa — an open, draggable worktable. */
.mesa-page{
  --header-h:70px;
  --wordmark-h:43px;
  --brand-symbol-h:58px;
  --brand-gap:clamp(36px,3.2vw,54px);
  overflow:hidden;
  overscroll-behavior:none;
}
.mesa-page .header{height:var(--header-h)}
.mesa-page .wordmark.brand-lockup{gap:var(--brand-gap)}
.mesa-page .wordmark.brand-lockup > .brand-wordmark-link > img{
  height:var(--wordmark-h);
  max-height:var(--wordmark-h);
}
.mesa-page .wordmark.brand-lockup > .brand-secret-link > img.brand-symbol{
  height:var(--brand-symbol-h);
  max-height:var(--brand-symbol-h);
}
.mesa-page .noise{display:none}
.mesa-viewport{
  position:fixed;
  inset:var(--header-h) 0 0;
  overflow:hidden;
  background:var(--paper);
  cursor:grab;
  touch-action:none;
  user-select:none;
  -webkit-user-select:none;
}
.mesa-viewport.is-dragging{cursor:grabbing}
.mesa-plane{
  position:absolute;
  width:1px;
  height:1px;
  transform:translate3d(var(--mesa-x, -2400px),var(--mesa-y, -1750px),0) scale(var(--mesa-camera-scale,1));
  transform-origin:0 0;
  will-change:transform;
}
.mesa-card{
  position:absolute;
  left:var(--mesa-left);
  top:var(--mesa-top);
  z-index:var(--mesa-layer);
  width:var(--mesa-width);
  transform:translate3d(-50%,-50%,0) rotate(var(--mesa-rotate));
  transform-origin:center;
  box-shadow:0 1px 1px rgba(17,17,17,.13),0 9px 23px rgba(17,17,17,.14);
  transition:filter .24s ease,box-shadow .24s ease;
  -webkit-user-drag:none;
}
button.mesa-card{
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:inherit;
  font:inherit;
  text-align:inherit;
  cursor:zoom-in;
}
.mesa-viewport.is-dragging .mesa-card{cursor:grabbing}
.mesa-card--visibility-pending,
.mesa-card--viewport-duplicate{
  visibility:hidden;
  pointer-events:none;
}
.mesa-card:hover,
.mesa-card:focus-visible{
  z-index:150;
  filter:brightness(1.025) contrast(1.015);
  box-shadow:0 14px 32px rgba(17,17,17,.22);
  outline:0;
}
.mesa-card img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  pointer-events:none;
  -webkit-user-drag:none;
}
.mesa-card--obra-03-tondo,
.mesa-card--obra-03-tondo:hover,
.mesa-card--obra-03-tondo:focus-visible{
  background:transparent;
  box-shadow:none;
}
.mesa-card--obra-03-tondo:hover,
.mesa-card--obra-03-tondo:focus-visible{
  filter:brightness(1.025) contrast(1.015) drop-shadow(0 12px 18px rgba(17,17,17,.18));
}
.mesa-card--obra-16{
  z-index:180 !important;
}
.mesa-card--obra-16:hover,
.mesa-card--obra-16:focus-visible{
  z-index:190 !important;
}
.mesa-instruction{
  position:fixed;
  z-index:42;
  right:var(--pad);
  bottom:24px;
  margin:0;
  color:var(--dim);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  pointer-events:none;
  transition:opacity .35s ease;
}
.mesa-instruction.is-dismissed{opacity:0}
html[data-theme='dark'] .mesa-card{box-shadow:0 9px 25px rgba(0,0,0,.32)}
html[data-theme='dark'] .mesa-card:hover,
html[data-theme='dark'] .mesa-card:focus-visible{box-shadow:0 15px 34px rgba(0,0,0,.46)}
html[data-theme='dark'] .mesa-card--obra-03-tondo,
html[data-theme='dark'] .mesa-card--obra-03-tondo:hover,
html[data-theme='dark'] .mesa-card--obra-03-tondo:focus-visible{box-shadow:none}
@media(max-width:850px){
  .mesa-page{
    --header-h:70px;
    --wordmark-h:38px;
    --brand-symbol-h:56px;
    --brand-gap:22px;
  }
  .mesa-viewport{inset:var(--header-h) 0 0}
  .mesa-plane{width:1px;height:1px}
  .mesa-instruction{right:22px;bottom:18px;font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .mesa-card,.mesa-instruction{transition:none}
}

/* Mesa is reached only through the figure; keep it out of every header menu. */
.nav a[href$="mesa.html"],
.mobile-menu a[href$="mesa.html"]{
  display:none !important;
}


/* Version 136 — mobile combined Obras + Dibujos feed, plus a hard desktop restore for the welcome menu. */
@media (min-width:701px){
  .welcome-menu{
    --welcome-menu-fixed-width:min(350px,calc(100vw - (var(--pad) * 2)));
    width:var(--welcome-menu-fixed-width) !important;
    align-items:stretch !important;
    justify-items:stretch !important;
  }
  .welcome-menu a{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    gap:0 !important;
    justify-items:start !important;
    padding:12px 0 13px !important;
  }
  .welcome-menu a::before{
    left:0 !important;
    right:auto !important;
    width:100% !important;
  }
  .welcome-menu a .welcome-menu__label{
    display:inline-block !important;
    width:max-content !important;
    opacity:1 !important;
    visibility:visible !important;
    color:var(--ink) !important;
    transform:scale(1) !important;
    transform-origin:left center;
  }
  .welcome-menu a:hover .welcome-menu__label,
  .welcome-menu a:focus-visible .welcome-menu__label{
    opacity:1 !important;
    transform:scale(1.44) !important;
  }
}

@media (max-width:700px){
  .portfolio-page.mobile-combined-feed-active #obras{
    padding-top:0 !important;
    padding-left:var(--pad);
    padding-right:var(--pad);
    padding-bottom:clamp(34px,8vw,56px);
    border-top:0 !important;
  }
  .portfolio-page.mobile-combined-feed-active #obras .home-section-head,
  .portfolio-page.mobile-combined-feed-active #obras > .works-feed,
  .portfolio-page.mobile-combined-feed-active #dibujos{
    display:none !important;
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-feed{
    display:block;
    position:relative;
    width:100%;
    height:calc(100svh - var(--header-h));
    overflow:hidden;
    touch-action:none;
    overscroll-behavior:contain;
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-track{
    display:flex;
    flex-direction:column;
    width:100%;
    will-change:transform;
    transform:translate3d(0,0,0);
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment{
    display:flex;
    flex-direction:column;
    gap:clamp(20px,5vw,30px);
    width:100%;
    padding:0 0 clamp(20px,5vw,30px);
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-anchor{
    width:100%;
    height:0;
    margin:0;
    padding:0;
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-divider{
    margin:clamp(8px,2vw,12px) 0 0;
    font-family:"Manrope",sans-serif;
    font-size:13px;
    letter-spacing:.26em;
    text-transform:uppercase;
    color:var(--muted);
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment > .feed-item,
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment > .feed-item--wide,
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment > .feed-item--opening-triptych,
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment > .feed-item--opening-single{
    flex:0 0 auto;
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    grid-column:auto !important;
    overflow:visible !important;
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    transform:none !important;
    opacity:1 !important;
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment > .feed-item > img{
    display:block;
    width:100% !important;
    height:auto !important;
    max-width:100%;
    max-height:none;
    object-fit:contain !important;
    background:transparent !important;
    filter:none !important;
  }
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment > .feed-item--tondo > img{
    width:min(100%,88vw) !important;
    margin-inline:auto;
  }
  .portfolio-page.mobile-combined-feed-active .mobile-feed-triptych-full{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100% !important;
    background:transparent !important;
  }
  .portfolio-page.mobile-combined-feed-active .mobile-feed-triptych-full > img{
    display:block;
    width:100% !important;
    height:auto !important;
    background:transparent !important;
    filter:none !important;
    object-fit:contain !important;
  }
}

/* Version 148 — welcome-marquee hover with technique and year only */
.welcome-marquee__caption{
  display:none;
}

@media (hover:hover) and (pointer:fine){
  .welcome-marquee.is-hovering .welcome-marquee__item:not(.is-hovered){
    filter:blur(1.35px) saturate(.58) brightness(1.14) contrast(.94);
  }

  html[data-theme='dark'] .welcome-marquee.is-hovering .welcome-marquee__item:not(.is-hovered){
    filter:blur(1.35px);
  }

  .welcome-marquee__caption{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    display:block;
    box-sizing:border-box;
    padding:34px 12px 10px;
    color:#fff;
    background:linear-gradient(to bottom,rgba(12,12,12,0),rgba(12,12,12,.7));
    font-family:"DM Sans",sans-serif;
    font-size:clamp(8.5px,.66vw,10.5px);
    font-weight:400;
    line-height:1.28;
    letter-spacing:.015em;
    text-align:left;
    text-shadow:0 1px 2px rgba(0,0,0,.28);
    opacity:0;
    transform:translateY(7px);
    transition:opacity .34s ease,transform .54s cubic-bezier(.16,1,.3,1);
    pointer-events:none;
  }

  .welcome-marquee__item.is-hovered .welcome-marquee__caption{
    opacity:1;
    transform:translateY(0);
  }

  .welcome-marquee__caption-technique{
    font-weight:500;
  }
}

@media (prefers-reduced-motion:reduce){
  .welcome-marquee__caption{
    transition:none;
  }
}


/* Version 137 — mobile without the triptych, faster marquees, and stronger desktop menu restore. */
@media (min-width:701px){
  .welcome-menu{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
  }
  .welcome-menu a{
    position:relative !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    align-items:end !important;
    justify-items:start !important;
    width:100% !important;
    color:var(--ink) !important;
    font-size:clamp(17px,1.65vw,28px) !important;
    line-height:.92 !important;
    letter-spacing:-.06em !important;
    text-decoration:none !important;
  }
  .welcome-menu a .welcome-menu__label{
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    color:var(--ink) !important;
    font-size:inherit !important;
    line-height:inherit !important;
    letter-spacing:inherit !important;
    white-space:nowrap !important;
    text-indent:0 !important;
    filter:none !important;
  }
}

@media (max-width:700px){
  /* The triptych disappears completely on mobile. */
  .welcome-marquee__item--triptych,
  .home-works .feed-item--opening-triptych,
  .home-drawings .feed-item--opening-triptych{
    display:none !important;
  }

  /* Welcome screen: keep the moving band visually centred between logo and lower menu. */
  .welcome-shell{
    gap:0 !important;
    grid-template-rows:auto minmax(0,1fr) auto !important;
    padding-bottom:22px !important;
  }
  .welcome-logo{
    align-self:start;
  }
  .welcome-marquee{
    align-self:stretch !important;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 !important;
    transform:translateY(clamp(10px,1.9vh,18px)) !important;
  }
  .welcome-marquee__viewport{
    min-height:clamp(320px,57vw,420px) !important;
    height:100%;
    padding-block:0 !important;
    align-items:center !important;
    touch-action:pan-y;
  }
  .welcome-marquee__group{
    align-items:center !important;
    height:clamp(282px,51vw,356px) !important;
  }
  .welcome-marquee__item,
  .welcome-marquee__item img{
    align-self:center;
  }

  /* Combined Obras + Dibujos feed a bit faster and without extra top gap. */
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-feed{
    height:calc(100svh - var(--header-h)) !important;
  }
}


/* Version 138 — definitive desktop fix: welcome menu labels are always visible before hover. */
@media (min-width:701px){
  .welcome-menu{
    z-index:20 !important;
  }
  .welcome-menu a,
  .welcome-menu a:visited,
  .welcome-menu a:hover,
  .welcome-menu a:focus-visible{
    color:var(--ink) !important;
    opacity:1 !important;
    visibility:visible !important;
    text-decoration:none !important;
    -webkit-text-fill-color:currentColor !important;
  }
  .welcome-menu a .welcome-menu__label,
  .welcome-menu a:visited .welcome-menu__label,
  .welcome-menu a:hover .welcome-menu__label,
  .welcome-menu a:focus-visible .welcome-menu__label{
    display:inline-block !important;
    position:relative !important;
    z-index:2 !important;
    color:var(--ink) !important;
    opacity:1 !important;
    visibility:visible !important;
    text-indent:0 !important;
    font-size:inherit !important;
    line-height:inherit !important;
    letter-spacing:inherit !important;
    -webkit-text-fill-color:currentColor !important;
    transform:scale(1) !important;
    filter:none !important;
  }
  .welcome-menu a:hover .welcome-menu__label,
  .welcome-menu a:focus-visible .welcome-menu__label{
    transform:scale(1.44) !important;
  }
}

/* Version 192 — welcome-menu rules reach the right edge of the viewport. */
@media (min-width:701px){
  .welcome-menu a::before{
    width:calc(100% + var(--pad)) !important;
  }
}


/* Version 139 — remove the obsolete arrow collision and clean mobile artwork controls. */
@media (min-width:701px){
  .welcome-menu a .welcome-menu__label,
  .welcome-menu a:visited .welcome-menu__label{
    opacity:1 !important;
    visibility:visible !important;
    color:var(--ink) !important;
    -webkit-text-fill-color:var(--ink) !important;
  }
}

@media (max-width:700px){
  .fragment-index{
    display:none !important;
  }
  .zoom-controls button{
    color:var(--ink) !important;
    -webkit-text-fill-color:var(--ink) !important;
  }
  .zoom-controls button.active{
    color:var(--paper) !important;
    -webkit-text-fill-color:var(--paper) !important;
  }
}


/* Version 140 — compact previous/next navigation and correct initial Dibujos jump on mobile. */
@media (max-width:560px){
  .work-next a{
    min-height:168px !important;
    padding:24px var(--pad) 22px !important;
  }
  .work-next span{
    font-size:10px !important;
    letter-spacing:.18em;
  }
  .work-next strong{
    font-size:clamp(32px,10vw,45px) !important;
    line-height:.96;
  }
}

/* Version 141 — desktop header navigation distributed across the available right side. */
@media (min-width:851px){
  .header{
    position:fixed;
  }
  .header .nav{
    position:absolute;
    left:50%;
    right:calc(var(--pad) + 62px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0;
    width:auto;
    margin:0;
  }
  .header .nav a{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

/* Version 142 — mobile portfolio view toggle with list / grid modes. */
.mobile-view-toggle{
  display:none;
}

@media (max-width:700px){
  .mobile-view-toggle{
    position:fixed;
    z-index:33;
    top:calc(var(--header-h) + 10px);
    right:var(--pad);
    display:flex;
    align-items:center;
    gap:4px;
    padding:4px;
    border:1px solid rgba(19,19,19,.12);
    border-radius:999px;
    background:rgba(243,240,233,.92);
    backdrop-filter:blur(12px);
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    transition:opacity .24s ease, transform .24s ease, border-color .24s ease, background .24s ease;
  }
  .menu-open .mobile-view-toggle{
    opacity:0;
    transform:translateY(-6px);
    pointer-events:none;
  }
  .mobile-view-toggle__button{
    appearance:none;
    border:0;
    background:transparent;
    color:var(--ink);
    width:34px;
    height:34px;
    border-radius:999px;
    display:grid;
    place-items:center;
    padding:0;
    cursor:pointer;
    transition:background .22s ease, color .22s ease, transform .22s ease;
  }
  .mobile-view-toggle__button svg{
    width:17px;
    height:17px;
    fill:currentColor;
    display:block;
  }
  .mobile-view-toggle__button.is-active,
  .mobile-view-toggle__button[aria-pressed='true']{
    background:rgba(19,19,19,.1);
  }
  .mobile-view-toggle__button:active{
    transform:scale(.96);
  }

  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-portfolio-feed{
    display:none !important;
  }
  .portfolio-page.mobile-combined-feed-active.mobile-list-view .mobile-grid-feed{
    display:none !important;
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view #obras{
    padding-top:0 !important;
    padding-left:var(--pad);
    padding-right:var(--pad);
    padding-bottom:clamp(38px,9vw,72px);
    border-top:0 !important;
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-grid-feed{
    display:block;
    width:100%;
    padding:0;
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-grid-anchor{
    width:100%;
    height:0;
    margin:0;
    padding:0;
    scroll-margin-top:calc(var(--header-h) + 56px);
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-grid-divider{
    margin:26px 0 16px;
    font-family:"Manrope",sans-serif;
    font-size:12px;
    letter-spacing:.26em;
    text-transform:uppercase;
    color:var(--muted);
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-grid-block{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-grid-card{
    aspect-ratio:1/1;
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100%;
    overflow:hidden;
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    margin:0 !important;
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-grid-card img{
    width:100%;
    height:100%;
    object-fit:contain !important;
    object-position:center center;
    display:block;
    background:transparent !important;
    filter:none !important;
  }
  .portfolio-page.mobile-combined-feed-active.mobile-grid-view .mobile-grid-card--tondo img{
    width:86%;
    height:86%;
    margin:auto;
  }
}

html[data-theme='dark'] .mobile-view-toggle{
  background:rgba(56,58,58,.88);
  border-color:rgba(242,241,236,.14);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
html[data-theme='dark'] .mobile-view-toggle__button{
  color:var(--ink);
}
html[data-theme='dark'] .mobile-view-toggle__button.is-active,
html[data-theme='dark'] .mobile-view-toggle__button[aria-pressed='true']{
  background:rgba(242,241,236,.14);
}


/* Version 143 — selector lista/grid visible en móvil */
@media (max-width:700px){
  .mobile-view-toggle{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  .menu-open .mobile-view-toggle{
    opacity:0 !important;
    pointer-events:none !important;
  }
}
@media (min-width:701px){
  .mobile-view-toggle{
    display:none !important;
  }
}


/* Version 150 — ordered square grid for Obras and Dibujos */
@media (min-width:701px){
  .portfolio-page .home-works > .home-section-head,
  .portfolio-page .home-drawings > .home-section-head,
  .portfolio-page .works-feed{
    width:min(100%,1460px);
    margin-inline:auto;
  }
  .portfolio-page .home-works > .home-section-head,
  .portfolio-page .home-drawings > .home-section-head{
    margin-bottom:26px;
  }
  .portfolio-page .works-feed{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-auto-flow:row;
    grid-auto-rows:auto;
    gap:clamp(22px,2vw,32px);
    align-items:stretch;
  }
  .portfolio-page .works-feed > .feed-item{
    grid-column:auto !important;
    grid-row:auto !important;
    align-self:stretch;
    box-sizing:border-box;
    width:100%;
    height:auto;
    min-width:0;
    aspect-ratio:1 / 1 !important;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:clamp(10px,1.05vw,16px);
    overflow:hidden;
    background:transparent;
    border-color:transparent;
  }
  .portfolio-page .works-feed > .feed-item > img{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    object-fit:contain !important;
    background:transparent;
  }
  .portfolio-page .works-feed > .feed-item--tondo > img{
    width:92%;
    height:92%;
    margin:auto;
  }
  .portfolio-page .feed-item--opening-triptych{
    min-height:0;
  }
  .portfolio-page .feed-item--opening-triptych .feed-triptych-panels{
    width:100%;
    height:auto;
    max-height:100%;
    aspect-ratio:2.497 / 1;
    gap:clamp(6px,.7vw,11px);
  }
  .portfolio-page .feed-item--opening-triptych .feed-triptych-panels img{
    width:auto !important;
    height:100% !important;
    max-width:none;
    object-fit:contain !important;
  }
  .grid-editor-mode .portfolio-page .works-feed > .feed-item{
    overflow:hidden;
  }
}

@media (min-width:701px) and (max-width:1000px){
  .portfolio-page .works-feed{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* Version 154 — exact caption alignment, including the triptych panel gaps */
.feed-item__caption{
  display:none;
}

@media (min-width:701px) and (hover:hover) and (pointer:fine){
  .portfolio-page .works-feed{
    overflow:visible;
  }

  .portfolio-page .works-feed > .feed-item{
    position:relative;
    overflow:visible;
    transition:opacity .58s ease,filter .58s ease;
  }

  .portfolio-page .works-feed.is-hovering > .feed-item:not(.is-hovered){
    opacity:.46;
    filter:blur(1.35px) saturate(.58) brightness(1.14) contrast(.94);
  }

  html[data-theme='dark'] .portfolio-page .works-feed.is-hovering > .feed-item:not(.is-hovered){
    opacity:.34;
    filter:blur(1.35px);
  }

  .portfolio-page .works-feed > .feed-item.is-hovered{
    z-index:20;
    opacity:1;
    filter:none;
  }

  .portfolio-page .feed-item__artwork{
    position:relative;
    display:block;
    flex:0 0 auto;
    max-width:100%;
    max-height:100%;
    transform-origin:center center;
    transition:transform .52s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
  }

  .portfolio-page .feed-item__artwork--portrait{
    width:auto;
    height:100%;
    aspect-ratio:var(--artwork-ratio);
  }

  .portfolio-page .feed-item__artwork--landscape{
    width:100%;
    height:auto;
    aspect-ratio:var(--artwork-ratio);
  }

  .portfolio-page .feed-item--tondo .feed-item__artwork{
    width:92%;
    height:auto;
  }

  .portfolio-page .feed-item__artwork > img{
    display:block;
    width:100% !important;
    height:100% !important;
    max-width:100%;
    object-fit:contain !important;
    transform:none !important;
  }

  .portfolio-page .feed-item--opening-triptych .feed-item__artwork--triptych{
    --triptych-panel-gap:clamp(6px,.7vw,11px);
    position:relative;
    display:flex;
    gap:var(--triptych-panel-gap);
  }

  .portfolio-page .feed-item--opening-triptych .feed-item__artwork--triptych img{
    width:auto !important;
    height:100% !important;
    max-width:none;
    transform:none !important;
  }

  .portfolio-page .feed-item.is-hovered .feed-item__artwork{
    transform:scale(1.12);
  }

  .feed-item__caption{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:9;
    display:block;
    box-sizing:border-box;
    width:100%;
    padding:34px 12px 10px;
    color:#fff;
    background:linear-gradient(to bottom,rgba(12,12,12,0),rgba(12,12,12,.7));
    font-family:"DM Sans",sans-serif;
    font-size:clamp(8.5px,.66vw,10.5px);
    font-weight:400;
    line-height:1.28;
    letter-spacing:.015em;
    text-align:left;
    text-shadow:0 1px 2px rgba(0,0,0,.28);
    opacity:0;
    transition:opacity .34s ease;
    pointer-events:none;
  }

  .portfolio-page .feed-item--opening-triptych .feed-item__artwork--triptych > .feed-item__caption{
    left:calc(0px - var(--triptych-panel-gap));
    right:auto;
    width:calc(100% + var(--triptych-panel-gap) + var(--triptych-panel-gap));
  }

  .portfolio-page .feed-item.is-hovered .feed-item__caption{
    opacity:1;
  }

  .feed-item__caption-technique{
    font-weight:500;
  }
}

@media (prefers-reduced-motion:reduce){
  .portfolio-page .works-feed > .feed-item,
  .feed-item__caption{
    transition:none;
  }
}


/* Version 155 — larger mobile welcome strip with captions locked to the artwork */
@media (max-width:700px){
  .welcome-marquee__viewport{
    min-height:clamp(340px,61vw,450px) !important;
  }

  .welcome-marquee__group{
    height:clamp(300px,54vw,378px) !important;
  }

  .welcome-marquee__item{
    height:auto !important;
    align-self:center !important;
    align-items:center !important;
  }

  .welcome-marquee__item > img{
    height:clamp(260px,48vw,334px) !important;
  }

  .welcome-marquee__caption{
    bottom:0;
    transform:none !important;
  }

  .welcome-marquee__item.is-hovered .welcome-marquee__caption{
    transform:none !important;
  }
}

/* Version 156 — consistent three-column fragment galleries on desktop */
@media (min-width:851px){
  .detail-sequence .detail-grid:not(.detail-grid--single){
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Version 157 — direct, bounded and kinetic artwork navigation */
.zoom-stage{
  cursor:zoom-in;
  touch-action:pan-y pinch-zoom;
  overscroll-behavior:contain;
  -webkit-user-select:none;
  user-select:none;
}

.zoom-stage img{
  transform:translate3d(var(--pan-x,0px),var(--pan-y,0px),0) scale(var(--zoom,1));
  transform-origin:center center;
  -webkit-user-drag:none;
}

.zoom-stage.is-zoomed{
  cursor:grab;
  touch-action:none;
}

.zoom-stage.is-panning{
  cursor:grabbing;
}

.zoom-stage.is-panning img,
.zoom-stage.is-gliding img{
  transition:none;
}

/* Version 158 — more compact previous/next artwork navigation */
.work-next a{
  min-height:220px;
  padding-top:28px;
  padding-bottom:28px;
}

@media (max-width:700px){
  .work-next a{
    min-height:176px;
    padding-top:22px;
    padding-bottom:20px;
  }
}

@media (max-width:560px){
  .work-next a{
    min-height:136px !important;
    padding-top:18px !important;
    padding-bottom:17px !important;
  }
}

/* Version 159 — optically aligned desktop header and independent brand hover */
.theme-toggle{
  width:40px;
  height:40px;
}

.theme-toggle__glyph{
  font-size:16px;
  transform:translateY(.5px);
}

@media (min-width:851px){
  .header > .wordmark.brand-lockup{
    align-self:center;
  }

  .header .nav{
    top:50%;
    transform:translateY(-50%);
  }

  .header > .theme-toggle{
    position:absolute;
    top:50%;
    right:clamp(18px,1.65vw,30px);
    margin:0;
    transform:translateY(-50%);
  }

  .header > .theme-toggle:hover{
    transform:translateY(calc(-50% - 1px));
  }

  .wordmark.brand-lockup > img{
    transform-origin:center center;
    transition:transform .4s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
  }

  .wordmark.brand-lockup > img.brand-symbol{
    transform:translateY(1px);
  }
}

@media (min-width:851px) and (hover:hover) and (pointer:fine){
  .wordmark.brand-lockup > img:first-child:hover{
    transform:scale(1.06);
  }

  .wordmark.brand-lockup > img.brand-symbol:hover{
    transform:translateY(1px) scale(1.085);
  }
}

/* Version 160 — stronger independent brand hover, also on the welcome page */
@media (min-width:701px){
  .welcome-logo.brand-lockup > img{
    transform-origin:center center;
    transition:transform .4s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
  }
}

@media (min-width:701px) and (hover:hover) and (pointer:fine){
  .welcome-logo.brand-lockup > img:first-child:hover{
    transform:scale(1.06);
  }

  .welcome-logo.brand-lockup > img.brand-symbol:hover{
    transform:scale(1.085);
  }
}

/* Version 161 — tondo fragments retain the page background outside the circular cut */
.detail-grid--tondo-fragments .detail-shot{
  background:transparent;
}

/* Version 167 — obra 23: three fragments in one desktop row */
@media (min-width:851px){
  .obra-23-fragments .fragment-grid--rectangular{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Version 163 — bounded mobile triptych in the welcome strip and equal panels in Obras */
@media (max-width:700px){
  .welcome-marquee__item--triptych,
  .home-works .feed-item--opening-triptych,
  .portfolio-page.mobile-combined-feed-active .mobile-portfolio-segment > .feed-item--opening-triptych{
    display:flex !important;
  }

  /*
   * On the welcome page the previous percentage height resolved against an
   * auto-height item, so Safari could expand a panel to its intrinsic size.
   * The triptych now has the same explicit visual height as every other work
   * in the strip.
   */
  .welcome-marquee__item--triptych{
    flex:0 0 auto !important;
    width:auto !important;
    height:auto !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
  }

  .welcome-marquee__item--triptych .welcome-marquee__triptych{
    display:block !important;
    flex:0 0 auto !important;
    width:clamp(648px,119.6vw,832px) !important;
    height:clamp(260px,48vw,334px) !important;
    aspect-ratio:2048 / 822;
    background-color:transparent !important;
    overflow:visible !important;
  }

  .welcome-marquee__item--triptych .welcome-marquee__triptych > img{
    display:block !important;
  }

  /*
   * The older mobile feed rules forced every panel to the same width and used
   * !important, which made the wider centre panel visibly shorter.
   */
  .portfolio-page #obras .feed-item--opening-triptych .feed-triptych-panels{
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:2048 / 822 !important;
    background-color:transparent !important;
    overflow:visible !important;
  }

  .portfolio-page #obras .feed-item--opening-triptych .feed-triptych-panels > img{
    display:block !important;
  }

  .portfolio-page.mobile-combined-feed-active.mobile-grid-view #obras .mobile-grid-block--obras > .mobile-grid-card.feed-item--opening-triptych{
    grid-column:1 / -1 !important;
    order:-100 !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:2048 / 822 !important;
    padding:0 !important;
    overflow:visible !important;
  }
}

/* Version 164 — true-colour mobile triptych and breathing room below the header */
@media (max-width:700px){
  /*
   * Use the three original, opaque panels instead of the transparent composite.
   * The composite contained semi-transparent artwork pixels, so its colour
   * changed when the page background became dark.
   */
  .welcome-marquee__item--triptych .welcome-marquee__triptych{
    display:flex !important;
    align-items:stretch !important;
    justify-content:center !important;
    gap:clamp(7px,1.8vw,10px) !important;
    width:auto !important;
    height:clamp(260px,48vw,334px) !important;
    aspect-ratio:auto !important;
    background-image:none !important;
    background-color:transparent !important;
    overflow:visible !important;
    isolation:isolate;
  }

  .welcome-marquee__item--triptych .welcome-marquee__triptych > img{
    display:block !important;
    flex:0 0 auto !important;
    width:auto !important;
    height:100% !important;
    max-width:none !important;
    object-fit:contain !important;
    opacity:1 !important;
    filter:none !important;
    mix-blend-mode:normal !important;
  }

  /*
   * The column proportions match the three source files. Because each column
   * follows its panel's real aspect ratio, all three resolve to exactly the
   * same height without stretching or rasterising the artwork.
   */
  .portfolio-page #obras .feed-item--opening-triptych .feed-triptych-panels{
    display:grid !important;
    grid-template-columns:
      minmax(0,.7421875fr)
      minmax(0,1.012364fr)
      minmax(0,.742676fr) !important;
    align-items:start !important;
    justify-content:stretch !important;
    gap:clamp(5px,1.6vw,8px) !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    background-image:none !important;
    background-color:transparent !important;
    overflow:visible !important;
    isolation:isolate;
  }

  .portfolio-page #obras .feed-item--opening-triptych .feed-triptych-panels > img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    opacity:1 !important;
    filter:none !important;
    mix-blend-mode:normal !important;
    transform:none !important;
  }

  .portfolio-page.mobile-combined-feed-active.mobile-grid-view #obras,
  .portfolio-page.mobile-combined-feed-active.mobile-list-view #obras{
    padding-top:clamp(60px,16vw,72px) !important;
  }

  .portfolio-page.mobile-combined-feed-active.mobile-grid-view #obras
    .mobile-grid-block--obras > .mobile-grid-card.feed-item--opening-triptych{
    aspect-ratio:auto !important;
  }
}

/* Version 165 — individual high-resolution triptych panel breakdown */
.panel-breakdown{
  padding:clamp(58px,7vw,104px) var(--pad) 0;
  border-bottom:1px solid var(--line);
}
.panel-breakdown__heading{
  margin-bottom:clamp(34px,4vw,58px);
}
.panel-breakdown__heading h2{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(40px,5.2vw,78px);
  font-weight:500;
  line-height:1;
  letter-spacing:-.055em;
}
.panel-breakdown__item.zoom-lab{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
  gap:clamp(38px,5.5vw,92px);
  padding:clamp(40px,5vw,72px) 0;
  border-top:1px solid var(--line);
}
.panel-breakdown__stage.zoom-stage{
  height:min(76vh,820px);
  min-height:520px;
  align-self:center;
  background:transparent;
}
.panel-breakdown__stage img{
  object-fit:contain;
}
.panel-breakdown__info{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-width:0;
  padding:clamp(18px,3vw,48px) 0;
}
.panel-breakdown__info h3{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(34px,4vw,62px);
  font-weight:500;
  line-height:1.02;
  letter-spacing:-.05em;
}
.panel-breakdown__description{
  max-width:650px;
  margin:clamp(24px,3vw,42px) 0 0;
  font-size:clamp(17px,1.45vw,22px);
  line-height:1.55;
}
.panel-breakdown__meta{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(120px,.65fr);
  width:100%;
  max-width:650px;
  gap:20px clamp(24px,3vw,50px);
  margin:clamp(32px,4vw,54px) 0 0;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.panel-breakdown__meta div{
  min-width:0;
}
.panel-breakdown__meta dt{
  margin:0 0 8px;
  color:var(--dim);
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.panel-breakdown__meta dd{
  margin:0;
  font-size:14px;
  line-height:1.45;
}
.panel-breakdown__controls.zoom-controls{
  margin-top:clamp(30px,4vw,52px);
}

@media (max-width:900px){
  .panel-breakdown__item.zoom-lab{
    gap:34px;
  }
  .panel-breakdown__stage.zoom-stage{
    min-height:420px;
  }
}

@media (max-width:700px){
  .panel-breakdown{
    padding-top:52px;
  }
  .panel-breakdown__heading{
    margin-bottom:28px;
  }
  .panel-breakdown__heading h2{
    font-size:clamp(38px,11vw,52px);
  }
  .panel-breakdown__item.zoom-lab{
    grid-template-columns:1fr;
    gap:26px;
    padding:34px 0 44px;
  }
  .panel-breakdown__stage.zoom-stage{
    width:100%;
    height:auto;
    min-height:0;
    max-height:78vh;
    aspect-ratio:var(--stage-ratio,3 / 4);
  }
  .panel-breakdown__info{
    padding:0;
  }
  .panel-breakdown__info h3{
    font-size:clamp(34px,10vw,46px);
  }
  .panel-breakdown__description{
    margin-top:22px;
    font-size:16px;
    line-height:1.55;
  }
  .panel-breakdown__meta{
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:28px;
  }
  .panel-breakdown__controls.zoom-controls{
    margin-top:28px;
  }
}

/* Version 170 — neutral recycled-paper background */
:root{
  --paper-texture:none;
}

html[data-theme='dark']{
  --paper-texture:none;
}

html,
body,
.welcome-page,
.landing-body,
.work-body,
.about-body,
.portfolio-page{
  background-color:var(--paper);
  background-image:var(--paper-texture);
  background-repeat:repeat;
  background-position:center top;
  background-size:1440px auto;
  background-attachment:fixed;
}

.mobile-menu,
.grid-editor-panel,
.grid-editor-status{
  background-color:var(--paper);
  background-image:var(--paper-texture);
  background-repeat:repeat;
  background-position:center top;
  background-size:1440px auto;
}

/* The photographic paper texture replaces the previous synthetic grain. */
.noise{
  opacity:0 !important;
}

@media (max-width:700px), (hover:none), (pointer:coarse){
  html,
  body,
  .welcome-page,
  .landing-body,
  .work-body,
  .about-body,
  .portfolio-page{
    background-attachment:scroll;
  }
}

/* Version 171 — softer paper texture and translucent textured header */
:root{
  --paper-texture-veil:rgba(238,234,225,.62);
}

html[data-theme='dark']{
  --paper-texture-veil:rgba(43,48,44,.62);
}

html,
body,
.welcome-page,
.landing-body,
.work-body,
.about-body,
.portfolio-page{
  background-color:var(--paper);
  background-image:
    linear-gradient(var(--paper-texture-veil),var(--paper-texture-veil)),
    var(--paper-texture);
}

/*
 * The earlier dark-mode declaration used the `background` shorthand with a
 * more specific selector. Repeating the full dark declaration here keeps the
 * negative paper visible instead of letting that shorthand erase it.
 */
html[data-theme='dark'],
html[data-theme='dark'] body,
html[data-theme='dark'] .welcome-page,
html[data-theme='dark'] .landing-body,
html[data-theme='dark'] .work-body,
html[data-theme='dark'] .about-body,
html[data-theme='dark'] .portfolio-page{
  background-color:var(--paper);
  background-image:
    linear-gradient(var(--paper-texture-veil),var(--paper-texture-veil)),
    var(--paper-texture);
  background-repeat:repeat;
  background-position:center top;
  background-size:1440px auto;
  background-attachment:fixed;
}

.mobile-menu,
.grid-editor-panel,
.grid-editor-status,
html[data-theme='dark'] .mobile-menu,
html[data-theme='dark'] .grid-editor-panel,
html[data-theme='dark'] .grid-editor-status{
  background-color:var(--paper);
  background-image:
    linear-gradient(var(--paper-texture-veil),var(--paper-texture-veil)),
    var(--paper-texture);
  background-repeat:repeat;
  background-position:center top;
  background-size:1440px auto;
}

.header.is-solid{
  color:var(--ink);
  background:rgba(16,15,13,.065);
  -webkit-backdrop-filter:blur(4px) brightness(.97);
  backdrop-filter:blur(4px) brightness(.97);
  border-bottom:1px solid rgba(19,19,19,.13);
}

html[data-theme='dark'] .header.is-solid{
  color:var(--ink);
  background:rgba(0,0,0,.15);
  -webkit-backdrop-filter:blur(4px) brightness(.94);
  backdrop-filter:blur(4px) brightness(.94);
  border-bottom:1px solid rgba(244,241,234,.13);
}

@media (max-width:700px), (hover:none), (pointer:coarse){
  html[data-theme='dark'],
  html[data-theme='dark'] body,
  html[data-theme='dark'] .welcome-page,
  html[data-theme='dark'] .landing-body,
  html[data-theme='dark'] .work-body,
  html[data-theme='dark'] .about-body,
  html[data-theme='dark'] .portfolio-page{
    background-attachment:scroll;
  }
}

/* Version 172 — calm, consistently legible translucent header */
.header.is-solid{
  background:rgba(238,234,225,.84);
  -webkit-backdrop-filter:blur(14px) saturate(.72);
  backdrop-filter:blur(14px) saturate(.72);
  border-bottom:1px solid rgba(19,19,19,.12);
  box-shadow:0 1px 0 rgba(255,255,255,.16);
}

html[data-theme='dark'] .header.is-solid{
  background:rgba(35,39,36,.84);
  -webkit-backdrop-filter:blur(14px) saturate(.68);
  backdrop-filter:blur(14px) saturate(.68);
  border-bottom:1px solid rgba(244,241,234,.12);
  box-shadow:0 1px 0 rgba(0,0,0,.18);
}

/* Version 173 — desktop header contracts into the mobile-style menu on scroll */
@media (min-width:851px){
  .header{
    transition:
      height .52s cubic-bezier(.22,.74,.2,1),
      background-color .38s ease,
      border-color .38s ease,
      box-shadow .38s ease,
      -webkit-backdrop-filter .38s ease,
      backdrop-filter .38s ease;
  }

  .header .wordmark.brand-lockup{
    transition:gap .52s cubic-bezier(.22,.74,.2,1);
  }

  .header .wordmark.brand-lockup > img:first-child,
  .header .wordmark.brand-lockup > img.brand-symbol{
    transition:
      height .52s cubic-bezier(.22,.74,.2,1),
      max-height .52s cubic-bezier(.22,.74,.2,1),
      transform .4s cubic-bezier(.22,.61,.36,1),
      opacity .35s ease;
  }

  .header .nav{
    transform-origin:right center;
    transition:
      opacity .25s ease,
      filter .36s ease,
      transform .46s cubic-bezier(.22,.74,.2,1),
      visibility 0s linear 0s;
  }

  .header > .theme-toggle{
    transition:
      right .52s cubic-bezier(.22,.74,.2,1),
      width .4s ease,
      height .4s ease,
      background .25s ease,
      border-color .25s ease,
      color .25s ease,
      opacity .25s ease,
      transform .25s ease;
  }

  .header > .menu-toggle{
    display:block;
    position:absolute;
    z-index:2;
    top:50%;
    right:clamp(18px,1.65vw,30px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-50%) scaleX(1.9);
    transform-origin:center;
    transition:
      opacity .24s ease,
      transform .46s cubic-bezier(.22,.74,.2,1),
      visibility 0s linear .3s;
  }

  .header > .menu-toggle i{
    width:24px;
    transition:
      transform .32s cubic-bezier(.22,.74,.2,1),
      width .32s ease;
  }

  .header.is-compact{
    height:70px;
    background:rgba(238,234,225,.88);
    -webkit-backdrop-filter:blur(21px) saturate(.66);
    backdrop-filter:blur(21px) saturate(.66);
    box-shadow:0 1px 0 rgba(255,255,255,.2),0 8px 24px rgba(20,17,13,.025);
  }

  html[data-theme='dark'] .header.is-compact{
    background:rgba(35,39,36,.88);
    -webkit-backdrop-filter:blur(21px) saturate(.62);
    backdrop-filter:blur(21px) saturate(.62);
    box-shadow:0 1px 0 rgba(0,0,0,.22),0 8px 24px rgba(0,0,0,.06);
  }

  .header.is-compact .wordmark.brand-lockup{
    gap:clamp(36px,3.2vw,54px);
  }

  .header.is-compact .wordmark.brand-lockup > img:first-child{
    height:43px;
    max-height:43px;
  }

  .header.is-compact .wordmark.brand-lockup > img.brand-symbol{
    height:58px;
    max-height:58px;
  }

  .header.is-compact .nav{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    filter:blur(5px);
    transform:translateY(-50%) translateX(34px) scaleX(.16);
    transition:
      opacity .2s ease,
      filter .34s ease,
      transform .44s cubic-bezier(.22,.74,.2,1),
      visibility 0s linear .22s;
  }

  .header.is-compact > .theme-toggle{
    right:clamp(72px,5vw,90px);
    width:36px;
    height:36px;
  }

  .header.is-compact > .theme-toggle:hover{
    transform:translateY(calc(-50% - 1px));
  }

  .header.is-compact > .menu-toggle{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(-50%) scaleX(1);
    transition:
      opacity .28s ease .13s,
      transform .48s cubic-bezier(.22,.74,.2,1),
      visibility 0s linear 0s;
  }

  .menu-open .header.is-compact > .menu-toggle{
    transform:translateY(-50%) scaleX(1);
  }

  .mobile-menu{
    padding-top:clamp(118px,15vh,166px);
    transition:transform .52s cubic-bezier(.22,.74,.2,1);
  }
}

@media (prefers-reduced-motion:reduce){
  .header,
  .header .wordmark.brand-lockup,
  .header .wordmark.brand-lockup > img,
  .header .nav,
  .header > .theme-toggle,
  .header > .menu-toggle{
    transition-duration:.01ms!important;
    transition-delay:0s!important;
  }
}

/* Version 174 — slightly larger custom figure cursor */
@media (hover:hover) and (pointer:fine){
  .art-cursor{
    width:23px;
  }
}

/* Version 175 — quieter paper and a more neutral translucent header */
:root{
  --paper-texture-veil:rgba(238,234,225,.67);
}

html[data-theme='dark']{
  --paper-texture-veil:rgba(43,48,44,.67);
}

.header.is-solid{
  background:rgba(235,235,232,.79);
  -webkit-backdrop-filter:blur(14px) saturate(.68);
  backdrop-filter:blur(14px) saturate(.68);
}

html[data-theme='dark'] .header.is-solid{
  background:rgba(31,32,31,.81);
  -webkit-backdrop-filter:blur(14px) saturate(.64);
  backdrop-filter:blur(14px) saturate(.64);
}

@media (min-width:851px){
  .header.is-compact{
    background:rgba(235,235,232,.83);
    -webkit-backdrop-filter:blur(21px) saturate(.62);
    backdrop-filter:blur(21px) saturate(.62);
  }

  html[data-theme='dark'] .header.is-compact{
    background:rgba(31,32,31,.85);
    -webkit-backdrop-filter:blur(21px) saturate(.58);
    backdrop-filter:blur(21px) saturate(.58);
  }
}

/* Version 176 — flat backgrounds; header behaviour remains unchanged */
html,
body,
.welcome-page,
.landing-body,
.work-body,
.about-body,
.portfolio-page,
.mobile-menu,
.grid-editor-panel,
.grid-editor-status,
html[data-theme='dark'],
html[data-theme='dark'] body,
html[data-theme='dark'] .welcome-page,
html[data-theme='dark'] .landing-body,
html[data-theme='dark'] .work-body,
html[data-theme='dark'] .about-body,
html[data-theme='dark'] .portfolio-page,
html[data-theme='dark'] .mobile-menu,
html[data-theme='dark'] .grid-editor-panel,
html[data-theme='dark'] .grid-editor-status{
  background-color:var(--paper);
  background-image:none !important;
}

/* Visually hidden text for accessible status messages. */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}


/* Independent wordmark and figure links. */
.brand-wordmark-link,
.brand-secret-link{
  display:inline-flex;
  align-items:center;
  height:100%;
  line-height:0;
}

.wordmark.brand-lockup > .brand-wordmark-link > img{
  display:block;
  width:auto;
  height:62px;
  max-height:62px;
  flex:0 0 auto;
}

.wordmark.brand-lockup > .brand-secret-link > img.brand-symbol{
  display:block;
  width:auto;
  height:88px;
  max-height:88px;
  flex:0 0 auto;
  object-fit:contain;
}

.welcome-logo.brand-lockup > .brand-wordmark-link > img{
  width:auto;
  height:clamp(50px,5.1vw,78px);
  max-width:min(43vw,430px);
  object-fit:contain;
}

.welcome-logo.brand-lockup > .brand-secret-link > img.brand-symbol{
  width:auto;
  height:clamp(70px,6.4vw,98px);
  object-fit:contain;
}

@media (min-width:851px){
  .header > .wordmark.brand-lockup{
    align-self:center;
  }

  .wordmark.brand-lockup > a > img{
    transform-origin:center center;
    transition:
      height .52s cubic-bezier(.22,.74,.2,1),
      max-height .52s cubic-bezier(.22,.74,.2,1),
      transform .4s cubic-bezier(.22,.61,.36,1),
      opacity .35s ease;
    will-change:transform;
  }

  .wordmark.brand-lockup > .brand-secret-link > img.brand-symbol{
    transform:translateY(1px);
  }

  .header.is-compact .wordmark.brand-lockup > .brand-wordmark-link > img{
    height:43px;
    max-height:43px;
  }

  .header.is-compact .wordmark.brand-lockup > .brand-secret-link > img.brand-symbol{
    height:58px;
    max-height:58px;
  }
}

@media (min-width:851px) and (hover:hover) and (pointer:fine){
  .wordmark.brand-lockup > .brand-wordmark-link:hover > img{
    transform:scale(1.06);
  }

  .wordmark.brand-lockup > .brand-secret-link:hover > img.brand-symbol{
    transform:translateY(1px) scale(1.085);
  }
}

@media (min-width:701px){
  .welcome-logo.brand-lockup > a > img{
    transform-origin:center center;
    transition:transform .4s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
  }
}

@media (min-width:701px) and (hover:hover) and (pointer:fine){
  .welcome-logo.brand-lockup > .brand-wordmark-link:hover > img{
    transform:scale(1.06);
  }

  .welcome-logo.brand-lockup > .brand-secret-link:hover > img.brand-symbol{
    transform:scale(1.085);
  }
}

@media(max-width:850px){
  .wordmark.brand-lockup > .brand-wordmark-link > img{
    height:44px;
    max-height:44px;
  }

  .wordmark.brand-lockup > .brand-secret-link > img.brand-symbol{
    height:64px;
    max-height:64px;
  }
}

@media(max-width:700px){
  .welcome-logo.brand-lockup > .brand-wordmark-link > img{
    height:clamp(44px,12.2vw,64px);
    max-width:64vw;
  }

  .welcome-logo.brand-lockup > .brand-secret-link > img.brand-symbol{
    height:clamp(52px,14vw,76px);
  }
}

@media(max-width:560px){
  .wordmark.brand-lockup > .brand-wordmark-link > img{
    height:38px;
    max-height:38px;
  }

  .wordmark.brand-lockup > .brand-secret-link > img.brand-symbol{
    height:56px;
    max-height:56px;
  }
}

/* Version 208 — fine optical vertical centring of the figure beside the wordmark.
   The figure keeps its exact size; only its vertical position changes. */
.brand-lockup > .brand-secret-link{
  position:relative;
  top:clamp(2px,.28vw,4px);
}

/* Version 193 — technical sheets as compact editorial cells */
.work-body[data-obra^="obra-"] [data-etiqueta="extraEtiqueta"],
.work-body[data-obra^="obra-"] [data-campo="extraValor"]{
  display:none;
}

.work-body[data-obra^="obra-"]:not([data-obra="obra-01"]):not([data-obra="obra-02"]):not([data-obra="obra-03"]):not([data-obra="obra-05"]):not([data-obra="obra-12"]) .work-hero-description,
.work-body[data-obra^="obra-"]:not([data-obra="obra-01"]):not([data-obra="obra-02"]):not([data-obra="obra-03"]):not([data-obra="obra-05"]):not([data-obra="obra-12"]) .triptych-description{
  display:none;
}

.work-hero-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin-top:clamp(32px,4vw,54px);
  padding:0;
  overflow:hidden;
  border:1px solid var(--line);
  font-size:inherit;
  line-height:1.35;
}

.work-hero-meta .work-meta-cell,
.triptych-meta .work-meta-cell{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-width:0;
  min-height:clamp(116px,10vw,148px);
  padding:clamp(18px,2vw,26px);
  background:var(--paper);
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.work-meta-cell--ano{order:1}
.work-meta-cell--medidas{order:2;border-right:0!important}
.work-meta-cell--tecnica{
  order:3;
  grid-column:1 / -1;
  min-height:clamp(128px,11vw,160px)!important;
  border-right:0!important;
}
.work-meta-cell--extraValor{
  order:4;
  grid-column:1 / -1;
  border-right:0!important;
  border-bottom:0!important;
}

.work-hero-meta:not(:has(.work-meta-cell--extraValor)) .work-meta-cell--tecnica,
.triptych-meta:not(:has(.work-meta-cell--extraValor)) .work-meta-cell--tecnica{
  border-bottom:0;
}

.work-hero-meta .work-meta-cell dt,
.triptych-meta .work-meta-cell dt{
  margin:0;
  color:var(--dim);
  font-size:11px;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.work-hero-meta .work-meta-cell dd,
.triptych-meta .work-meta-cell dd{
  margin:clamp(18px,2vw,28px) 0 0;
  font-family:"Manrope",sans-serif;
  font-size:clamp(17px,1.45vw,22px);
  line-height:1.32;
  letter-spacing:-.018em;
}

.work-hero-meta .work-meta-cell--tecnica dd,
.triptych-meta .work-meta-cell--tecnica dd{
  max-width:34ch;
  font-size:clamp(19px,1.65vw,25px);
}

.work-hero-description{
  margin-top:clamp(30px,3.4vw,46px);
}

.triptych-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  width:100%;
  max-width:1080px;
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
}

.triptych-description{
  margin-top:clamp(34px,4vw,56px);
}

.panel-breakdown__info > h3 + .panel-breakdown__meta{
  margin-top:clamp(22px,2.6vw,34px);
}

@media(max-width:560px){
  .work-hero-meta,
  .triptych-meta{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .work-hero-meta .work-meta-cell,
  .triptych-meta .work-meta-cell{
    min-height:108px;
    padding:17px;
  }

  .work-hero-meta .work-meta-cell--tecnica,
  .triptych-meta .work-meta-cell--tecnica{
    min-height:122px!important;
  }

  .work-hero-meta .work-meta-cell dd,
  .triptych-meta .work-meta-cell dd{
    margin-top:16px;
    font-size:16px;
  }

  .work-hero-meta .work-meta-cell--tecnica dd,
  .triptych-meta .work-meta-cell--tecnica dd{
    font-size:18px;
  }
}

/* Version 194 — full-bleed triptych and tighter editorial rhythm */
@media(min-width:701px){
  .triptych-page .triptych-primary{
    padding-left:0;
    padding-right:0;
  }

  .triptych-page .triptych-primary-top{
    padding-left:var(--pad);
    padding-right:var(--pad);
  }

  .triptych-page .panel-grid--primary{
    grid-template-columns:1520fr 2073.4fr 1521fr;
    gap:clamp(6px,.55vw,12px);
    width:100%;
    align-items:start;
  }

  .triptych-page .panel-grid--primary .panel-card figcaption{
    padding:0 clamp(8px,.7vw,14px);
  }

  .work-hero-meta,
  .triptych-meta{
    grid-template-columns:minmax(0,.72fr) minmax(0,.92fr) minmax(0,1.65fr);
  }

  .work-hero-meta .work-meta-cell,
  .triptych-meta .work-meta-cell{
    min-height:clamp(88px,6.2vw,106px);
    padding:clamp(14px,1.25vw,19px) clamp(16px,1.45vw,22px);
    justify-content:flex-start;
    border-bottom:0;
  }

  .work-hero-meta .work-meta-cell--medidas,
  .triptych-meta .work-meta-cell--medidas{
    border-right:1px solid var(--line)!important;
  }

  .work-hero-meta .work-meta-cell--tecnica,
  .triptych-meta .work-meta-cell--tecnica{
    grid-column:auto;
    min-height:clamp(88px,6.2vw,106px)!important;
    border-bottom:0!important;
  }
}

.work-hero-meta{
  margin-top:clamp(24px,2.6vw,36px);
}

.work-hero-meta .work-meta-cell dd,
.triptych-meta .work-meta-cell dd{
  margin-top:clamp(13px,1.35vw,18px);
}

/* Version 198 — artwork titles replace the internal catalogue number */
.work-number--title{
  max-width:34ch;
  color:var(--ink);
  font-family:"DM Sans",sans-serif;
  font-size:clamp(14px,1.08vw,16px);
  font-weight:500;
  line-height:1.35;
  letter-spacing:.01em;
}

.triptych-primary-top .work-number--title{
  color:var(--ink);
  font-size:clamp(14px,1.08vw,16px);
  letter-spacing:.01em;
  text-align:right;
}

.work-hero-caption__title{
  color:var(--ink);
  font-size:clamp(12px,.88vw,13px);
  font-weight:500;
  letter-spacing:.01em;
  text-align:right;
}

@media(max-width:700px){
  .work-number--title,
  .triptych-primary-top .work-number--title{
    max-width:none;
    font-size:14px;
    line-height:1.35;
    text-align:left;
  }

  .work-hero-caption__title{
    font-size:12px;
    text-align:left;
  }
}

/* Version 204 — tighter right alignment for the welcome menu on mobile. */
@media(max-width:700px){
  .welcome-menu{
    right:22px !important;
    width:min(250px,calc(100vw - 66px)) !important;
    margin-left:auto !important;
    margin-right:0 !important;
  }

  .welcome-tools{
    top:30px;
  }
}

.work-hero-meta .work-meta-cell--tecnica dd,
.triptych-meta .work-meta-cell--tecnica dd{
  font-size:clamp(18px,1.42vw,22px);
}

.work-hero-description{
  margin-top:clamp(24px,2.6vw,34px);
}

.triptych-info{
  padding-top:clamp(28px,3vw,42px);
  padding-bottom:clamp(32px,3.4vw,48px);
}

.triptych-description{
  margin-top:clamp(26px,2.8vw,38px);
}

.work-next a{
  min-height:0;
  justify-content:flex-start;
  gap:clamp(32px,2.4vw,44px);
  padding-top:clamp(24px,2.1vw,30px);
  padding-bottom:clamp(26px,2.3vw,34px);
}

@media(max-width:700px){
  .work-hero-meta .work-meta-cell,
  .triptych-meta .work-meta-cell{
    min-height:92px;
    padding:15px;
    justify-content:flex-start;
  }

  .work-hero-meta .work-meta-cell--tecnica,
  .triptych-meta .work-meta-cell--tecnica{
    min-height:100px!important;
  }

  .work-next a{
    min-height:0;
    gap:24px;
    padding-top:20px;
    padding-bottom:22px;
  }
}

@media(max-width:560px){
  .work-next a{
    min-height:0!important;
    padding-top:18px!important;
    padding-bottom:20px!important;
  }
}


/* Version 195 — bilingual navigation and long-form About copy */
.language-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-width:57px;
  height:34px;
  padding:0 7px;
  border:0;
  background:transparent;
  color:inherit;
  font-size:10px;
  font-weight:500;
  line-height:1;
  letter-spacing:.12em;
  cursor:pointer;
  opacity:.9;
  transition:opacity .22s ease,transform .22s ease;
}

.language-switch:hover{
  opacity:1;
}

.language-switch:focus-visible{
  outline:1px solid currentColor;
  outline-offset:4px;
}

.language-switch__option{
  opacity:.38;
  transition:opacity .2s ease;
}

.language-switch[data-active-language='es'] .language-switch__option--es,
.language-switch[data-active-language='en'] .language-switch__option--en{
  opacity:1;
}

.language-switch__separator{
  opacity:.28;
}

.language-switch--header{
  position:absolute;
  top:50%;
  right:clamp(70px,5.1vw,86px);
  transform:translateY(-50%);
}

@media(min-width:851px){
  .header.is-compact > .language-switch--header{
    right:clamp(116px,8.2vw,150px);
  }
}

.welcome-tools{
  position:absolute;
  z-index:5;
  top:clamp(26px,3.5vw,46px);
  right:var(--pad);
  display:flex;
  align-items:center;
  gap:8px;
}

.welcome-tools .theme-toggle--welcome{
  position:static;
  inset:auto;
}

.language-switch--mobile-menu{
  display:none;
}

.about-editorial{
  align-items:start;
}

.about-editorial-copy{
  justify-content:flex-start;
  max-width:820px;
  padding-top:clamp(8px,1.4vw,20px);
}

.about-editorial-text p{
  max-width:52ch;
  font-size:clamp(16px,1.22vw,20px);
  line-height:1.62;
}

.about-editorial-text p + p{
  margin-top:20px;
}

@media(max-width:850px){
  .language-switch--header{
    display:none;
  }

  .language-switch--mobile-menu{
    position:absolute;
    left:var(--pad);
    bottom:34px;
    display:inline-flex;
    justify-content:flex-start;
    min-width:0;
    padding:0;
    font-size:12px;
  }
}

@media(max-width:700px){
  .welcome-tools{
    top:38px;
    right:22px;
  }
}

@media(max-width:640px){
  .about-editorial-copy{
    padding-top:0;
  }

  .about-editorial-text p{
    font-size:16px;
    line-height:1.62;
  }
}

/* Version 199 — slightly clearer titles and fixed editorial navigation */
.work-number--title,
.triptych-primary-top .work-number--title{
  font-size:clamp(16px,1.16vw,18px);
}

.work-hero-caption__title{
  font-size:clamp(13px,.94vw,14px);
}

.work-side-nav{
  position:fixed;
  z-index:34;
  inset:0;
  display:block;
  pointer-events:none;
}

@media (min-width:960px){
  .work-side-nav__link{
    position:absolute;
    top:calc(50% + 20px);
    display:flex;
    align-items:center;
    width:clamp(56px,5.2vw,88px);
    height:clamp(96px,10vh,126px);
    color:var(--ink);
    opacity:.52;
    pointer-events:auto;
    transform:translateY(-50%);
    transition:opacity .28s ease;
  }

  .work-side-nav__link--prev{
    left:0;
    justify-content:flex-start;
    padding-left:clamp(17px,1.35vw,26px);
  }

  .work-side-nav__link--next{
    right:0;
    justify-content:flex-end;
    padding-right:clamp(17px,1.35vw,26px);
  }

  .work-side-nav__glyph{
    position:relative;
    display:block;
    width:22px;
    height:68px;
    transition:transform .34s cubic-bezier(.22,.75,.22,1),color .25s ease;
  }

  .work-side-nav__glyph::before,
  .work-side-nav__glyph::after{
    content:"";
    position:absolute;
    top:50%;
    width:34px;
    height:1px;
    background:currentColor;
  }

  .work-side-nav__link--prev .work-side-nav__glyph::before,
  .work-side-nav__link--prev .work-side-nav__glyph::after{
    left:1px;
    transform-origin:left center;
  }

  .work-side-nav__link--prev .work-side-nav__glyph::before{
    transform:rotate(-68deg);
  }

  .work-side-nav__link--prev .work-side-nav__glyph::after{
    transform:rotate(68deg);
  }

  .work-side-nav__link--next .work-side-nav__glyph::before,
  .work-side-nav__link--next .work-side-nav__glyph::after{
    right:1px;
    transform-origin:right center;
  }

  .work-side-nav__link--next .work-side-nav__glyph::before{
    transform:rotate(68deg);
  }

  .work-side-nav__link--next .work-side-nav__glyph::after{
    transform:rotate(-68deg);
  }

  .work-side-nav__link:hover,
  .work-side-nav__link:focus-visible{
    opacity:1;
  }

  .work-side-nav__link--prev:hover .work-side-nav__glyph,
  .work-side-nav__link--prev:focus-visible .work-side-nav__glyph{
    transform:translateX(5px) scale(1.12);
    transform-origin:center;
  }

  .work-side-nav__link--next:hover .work-side-nav__glyph,
  .work-side-nav__link--next:focus-visible .work-side-nav__glyph{
    transform:translateX(-5px) scale(1.12);
    transform-origin:center;
  }

  .work-side-nav__link:focus-visible{
    outline:1px solid var(--line);
    outline-offset:-6px;
  }
}

@media (max-width:959px){
  .work-side-nav__link{
    position:absolute;
    top:50%;
    display:flex;
    align-items:center;
    width:52px;
    height:104px;
    color:var(--ink);
    opacity:.64;
    pointer-events:auto;
    transform:translateY(-50%);
    -webkit-tap-highlight-color:transparent;
    transition:opacity .2s ease;
  }

  .work-side-nav__link--prev{
    left:0;
    justify-content:flex-start;
    padding-left:12px;
  }

  .work-side-nav__link--next{
    right:0;
    justify-content:flex-end;
    padding-right:12px;
  }

  .work-side-nav__glyph{
    position:relative;
    display:block;
    width:17px;
    height:54px;
    transition:transform .18s ease;
  }

  .work-side-nav__glyph::before,
  .work-side-nav__glyph::after{
    content:"";
    position:absolute;
    top:50%;
    width:27px;
    height:1px;
    background:currentColor;
  }

  .work-side-nav__link--prev .work-side-nav__glyph::before,
  .work-side-nav__link--prev .work-side-nav__glyph::after{
    left:1px;
    transform-origin:left center;
  }

  .work-side-nav__link--prev .work-side-nav__glyph::before{transform:rotate(-68deg)}
  .work-side-nav__link--prev .work-side-nav__glyph::after{transform:rotate(68deg)}

  .work-side-nav__link--next .work-side-nav__glyph::before,
  .work-side-nav__link--next .work-side-nav__glyph::after{
    right:1px;
    transform-origin:right center;
  }

  .work-side-nav__link--next .work-side-nav__glyph::before{transform:rotate(68deg)}
  .work-side-nav__link--next .work-side-nav__glyph::after{transform:rotate(-68deg)}

  .work-side-nav__link:active{opacity:1}
  .work-side-nav__link--prev:active .work-side-nav__glyph{transform:translateX(3px) scale(1.08)}
  .work-side-nav__link--next:active .work-side-nav__glyph{transform:translateX(-3px) scale(1.08)}
}

@media(max-width:700px){
  .work-number--title,
  .triptych-primary-top .work-number--title{
    font-size:15px;
  }

  .work-hero-caption__title{
    font-size:13px;
  }
}

/* Version 206 — final title scale */
.work-number--title,
.triptych-primary-top .work-number--title{
  font-size:clamp(18px,1.5vw,22px);
  line-height:1.28;
}

.work-hero-caption__title{
  font-size:clamp(15px,1.12vw,17px);
  line-height:1.3;
}

@media(max-width:700px){
  .work-number--title,
  .triptych-primary-top .work-number--title{
    font-size:18px;
    line-height:1.3;
  }

  .work-hero-caption__title{
    display:none;
  }
}

/* Version 209 — avoid repeating the artwork title below the viewer on mobile. */
@media(max-width:959px){
  .work-hero-caption__title{
    display:none;
  }
}

/* Version 210 — mobile welcome menu sits closer to the right viewport edge. */
@media(max-width:700px){
  .welcome-menu{
    right:-12px !important;
  }
}

/* Version 211 — installed view shared by the triptych and black-background work. */
.context-view{
  padding:clamp(54px,5.4vw,76px) var(--pad) clamp(42px,4.6vw,62px);
  border-top:1px solid var(--line);
}

.context-view__heading{
  margin-bottom:clamp(22px,2.3vw,32px);
}

.context-view__figure{
  margin:0;
  overflow:hidden;
}

.context-view__figure + .context-view__figure{
  margin-top:clamp(18px,2.2vw,30px);
}

.context-view__figure img{
  display:block;
  width:100%;
  height:auto;
}

.context-view--contained .context-view__figure{
  width:min(64vw,820px);
  margin-inline:auto;
}

@media(max-width:700px){
  .context-view--contained .context-view__figure{
    width:100%;
  }
}

@media(max-width:560px){
  .context-view{
    padding-top:44px;
    padding-bottom:38px;
  }

  .context-view__heading{
    margin-bottom:22px;
  }
}

/* Version 216 — full-size viewer for the first image on every work sheet. */
.hero-viewer-trigger{
  cursor:zoom-in;
  touch-action:manipulation;
}

.hero-viewer-trigger:focus-visible{
  outline:1px solid currentColor;
  outline-offset:7px;
}

.hero-image-viewer[hidden]{
  display:none;
}

.hero-image-viewer{
  position:fixed;
  z-index:2000;
  inset:0;
  background:rgba(235,235,232,.74);
  -webkit-backdrop-filter:blur(16px) saturate(.72);
  backdrop-filter:blur(16px) saturate(.72);
}

.hero-image-viewer__stage{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:clamp(18px,4vw,58px);
  cursor:zoom-out;
}

.hero-image-viewer__stage img{
  display:block;
  width:auto;
  height:auto;
  max-width:calc(100vw - clamp(36px,8vw,116px));
  max-height:calc(100dvh - clamp(36px,8vw,116px));
  object-fit:contain;
  cursor:default;
  filter:drop-shadow(0 18px 42px rgba(12,12,12,.18));
  animation:hero-viewer-enter .24s cubic-bezier(.2,.68,.25,1) both;
}

.hero-image-viewer__close{
  position:fixed;
  z-index:2;
  top:max(12px,env(safe-area-inset-top));
  right:max(14px,env(safe-area-inset-right));
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0 0 4px;
  border:0;
  border-radius:50%;
  background:rgba(235,235,232,.58);
  color:#161616;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  font:400 36px/1 "DM Sans",sans-serif;
  cursor:pointer;
  transition:transform .2s ease,background-color .2s ease;
}

.hero-image-viewer__close:hover,
.hero-image-viewer__close:focus-visible{
  background:rgba(235,235,232,.9);
  transform:scale(1.06);
  outline:none;
}

html[data-theme='dark'] .hero-image-viewer{
  background:rgba(21,22,21,.76);
}

html[data-theme='dark'] .hero-image-viewer__stage img{
  filter:drop-shadow(0 20px 48px rgba(0,0,0,.42));
}

html[data-theme='dark'] .hero-image-viewer__close{
  background:rgba(31,32,31,.62);
  color:#f1f0ec;
}

html[data-theme='dark'] .hero-image-viewer__close:hover,
html[data-theme='dark'] .hero-image-viewer__close:focus-visible{
  background:rgba(31,32,31,.92);
}

@keyframes hero-viewer-enter{
  from{opacity:0;transform:scale(.985)}
  to{opacity:1;transform:scale(1)}
}

@media(max-width:700px){
  .hero-image-viewer__stage{
    padding:10px;
  }

  .hero-image-viewer__stage img{
    max-width:calc(100vw - 20px);
    max-height:calc(100dvh - 20px);
  }

  .hero-image-viewer__close{
    width:44px;
    height:44px;
    font-size:34px;
  }
}

@media(prefers-reduced-motion:reduce){
  .hero-image-viewer__stage img{
    animation:none;
  }
}

/* Version 213 — keep the original 1× fit while allowing page scroll over the stage. */
.zoom-stage{
  overscroll-behavior:auto;
}

.header.is-solid{
  background:rgba(235,235,232,.66);
  -webkit-backdrop-filter:blur(20px) saturate(.78);
  backdrop-filter:blur(20px) saturate(.78);
  border-bottom-color:rgba(19,19,19,.15);
  box-shadow:0 1px 0 rgba(255,255,255,.22);
}

html[data-theme='dark'] .header.is-solid{
  background:rgba(31,32,31,.69);
  -webkit-backdrop-filter:blur(20px) saturate(.74);
  backdrop-filter:blur(20px) saturate(.74);
  border-bottom-color:rgba(244,241,234,.15);
  box-shadow:0 1px 0 rgba(0,0,0,.22);
}

@media (min-width:851px){
  .header.is-compact{
    background:rgba(235,235,232,.70);
    -webkit-backdrop-filter:blur(24px) saturate(.74);
    backdrop-filter:blur(24px) saturate(.74);
  }

  html[data-theme='dark'] .header.is-compact{
    background:rgba(31,32,31,.73);
    -webkit-backdrop-filter:blur(24px) saturate(.70);
    backdrop-filter:blur(24px) saturate(.70);
  }
}

/* Version 214 — clearer glass and artwork visible behind the header. */
.header.is-solid{
  background:rgba(235,235,232,.56);
  -webkit-backdrop-filter:blur(20px) saturate(.82);
  backdrop-filter:blur(20px) saturate(.82);
}

html[data-theme='dark'] .header.is-solid{
  background:rgba(31,32,31,.59);
  -webkit-backdrop-filter:blur(20px) saturate(.78);
  backdrop-filter:blur(20px) saturate(.78);
}

@media (min-width:851px){
  .header.is-compact{
    background:rgba(235,235,232,.60);
  }

  html[data-theme='dark'] .header.is-compact{
    background:rgba(31,32,31,.63);
  }
}

/* Version 218 — the primary triptych spans the full mobile viewport. */
@media(max-width:700px){
  .triptych-page .panel-grid--primary{
    width:100vw;
    margin-left:calc(50% - 50vw);
  }
}
