@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");:root{--ink:#191918;--soft:#77746e;--paper:#f6f5f1;--line:#d8d6cf;--side:clamp(1.25rem,4.5vw,5.5rem)}*{box-sizing:border-box}body,html{background:var(--paper)}body{margin:0;color:var(--ink);font-family:Montserrat,Arial,sans-serif;font-size:14px;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-footer,.site-header{display:flex;align-items:center;justify-content:space-between;padding:2rem var(--side)}.site-header{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.wordmark{font-weight:600;letter-spacing:.05em}.desktop-navigation{display:flex;gap:clamp(1rem,2.5vw,2.75rem)}.desktop-navigation a,.site-footer a{transition:opacity .2s ease}.desktop-navigation a:hover,.site-footer a:hover{opacity:.5}.drawer-backdrop,.menu-toggle,.mobile-drawer{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal-card{min-width:0}.site-footer{margin-top:7rem;border-top:1px solid var(--line);letter-spacing:.08em}.eyebrow,.site-footer{color:var(--soft);font-size:10px;text-transform:uppercase}.eyebrow{margin:0 0 1rem;font-weight:500;letter-spacing:.13em}.text-link{display:inline-flex;gap:.65rem;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:.25rem;font-size:11px;font-weight:500;letter-spacing:.09em;text-transform:uppercase}.text-link b,.text-link span{font-size:15px;font-weight:400;line-height:.7}.hero{display:grid;grid-template-columns:.92fr 1.08fr;min-height:min(740px,calc(100vh - 94px));align-items:center;padding:0 var(--side) 4rem;grid-gap:clamp(2.5rem,7vw,9rem);gap:clamp(2.5rem,7vw,9rem)}.hero-copy{max-width:30rem;padding:2.5rem 0}h1,h2,p{margin-top:0}h1,h2{font-weight:400;letter-spacing:-.045em;line-height:1.12}.hero h1{margin-bottom:3.25rem;font-size:clamp(2.3rem,4.5vw,5.25rem)}.hero-image{width:100%;height:min(65vh,660px);object-fit:cover;object-position:center}.feature-section{padding:6rem var(--side) 7rem}.section-intro{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem}.section-intro a{border-bottom:1px solid var(--ink);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.artwork-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(1rem,2vw,2rem);gap:clamp(1rem,2vw,2rem)}.artwork-tile img{width:100%;height:clamp(280px,39vw,600px);object-fit:cover;transition:filter .3s ease}.artwork-tile:nth-child(2) img{object-position:center}.artwork-tile:hover img{filter:brightness(.92)}.artwork-tile span{display:inline-block;margin-top:.75rem;font-size:13px}.artwork-tile small{margin-left:.55rem;color:var(--soft);font-size:11px}.statement{display:grid;grid-template-columns:minmax(0,44rem) 1fr;grid-gap:4rem;gap:4rem;align-items:end;padding:9rem var(--side);background:#e9e7df}.statement p{margin:0;font-size:clamp(1.75rem,3.4vw,3.5rem);letter-spacing:-.04em;line-height:1.2}.project-teaser{display:grid;grid-template-columns:1fr .86fr;grid-gap:clamp(3rem,10vw,12rem);gap:clamp(3rem,10vw,12rem);align-items:center;padding:9rem var(--side)}.project-teaser h2{max-width:31rem;margin-bottom:3rem;font-size:clamp(2rem,3.8vw,4.2rem)}.project-teaser img{width:100%;height:min(54vw,590px);object-fit:cover}.about-page,.collection-page,.contact-page,.not-found{padding:8rem var(--side) 2rem}.collection-header{max-width:40rem;margin-bottom:5.5rem}.collection-header h1{margin-bottom:1.5rem;font-size:clamp(3rem,7vw,7rem)}.collection-header>p:last-child{max-width:25rem;color:var(--soft)}.collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5rem 2rem;gap:5rem 2rem}.collection-card img{width:100%;height:min(57vw,680px);object-fit:contain;background:#eceae4}.collection-card div{padding-top:1rem}.collection-card h2{display:inline;margin:0 .5rem 0 0;font-size:16px}.collection-card p{display:inline;color:var(--soft);font-size:11px}.project-list{display:grid;grid-gap:7rem;gap:7rem}.project-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(16rem,.8fr);grid-gap:clamp(2rem,6vw,7rem);gap:clamp(2rem,6vw,7rem);align-items:center}.project-row img{width:100%;max-height:620px;object-fit:cover}.project-row h2{margin-bottom:1.4rem;font-size:clamp(2.2rem,4vw,4.4rem)}.project-row>div>p:not(.eyebrow){color:var(--soft);margin-bottom:2rem}.detail-page{padding:7rem var(--side) 2rem}.detail-header{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-column-gap:8rem;column-gap:8rem;max-width:85rem;margin:0 auto 4rem}.detail-header .eyebrow,.detail-header h1{grid-column:1}.detail-header h1{margin-bottom:3.5rem;font-size:clamp(3rem,7vw,7rem)}.detail-header>p:not(.eyebrow){grid-column:2;grid-row:2/span 2;color:var(--soft)}dl{grid-column:1;display:flex;flex-wrap:wrap;gap:1.75rem 4rem}dt{color:var(--soft);font-size:10px;letter-spacing:.1em;text-transform:uppercase}dd{margin:.25rem 0 0}.detail-image{display:block;width:min(100%,100rem);max-height:78vh;margin:0 auto;object-fit:contain}.back-link{margin-top:3rem}.project-detail{padding:7rem var(--side) 2rem}.project-detail-header{max-width:53rem;margin:0 auto 5rem}.project-detail-header h1{margin-bottom:2rem;font-size:clamp(3rem,7vw,7rem)}.project-detail-header>p:not(.eyebrow){max-width:39rem;color:var(--soft);font-size:15px}.project-detail-header .materials{color:var(--ink);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(1rem,2vw,2rem);gap:clamp(1rem,2vw,2rem);max-width:100rem;margin:auto}.project-gallery figure{margin:0}.project-gallery img{width:100%;height:auto}.project-gallery .gallery-lead{grid-column:1/-1}.project-gallery .gallery-lead img{width:78%;margin:auto}.about-page{max-width:88rem}.about-page>h1{max-width:68rem;margin-bottom:5rem;font-size:clamp(2.6rem,5.5vw,6.3rem)}.about-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:3rem;gap:3rem;max-width:56rem;margin-bottom:8rem;color:var(--soft);font-size:15px}.about-columns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;margin-bottom:4rem;border-top:1px solid var(--line);padding-top:2rem}ul{padding:0;margin:0;list-style:none}li{margin-bottom:.8rem}.contact-page{min-height:65vh}.contact-page h1{max-width:54rem;margin:2rem 0 4rem;font-size:clamp(2.8rem,6vw,7rem)}.contact-links{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;margin-bottom:2.5rem}.contact-link{display:inline-flex;gap:1rem;align-items:center;border-bottom:1px solid var(--ink);padding-bottom:.5rem;font-size:clamp(1.1rem,2vw,1.75rem);transition:opacity .2s ease}.contact-link:hover{opacity:.7}.contact-note{margin-top:1.25rem;color:var(--soft)}.not-found h1{font-size:clamp(2.6rem,5vw,5rem)}@media (prefers-reduced-motion:no-preference){.hero-copy>*{opacity:0;animation:initial-rise .65s cubic-bezier(.2,.65,.2,1) forwards}.hero-copy .eyebrow{animation-delay:.08s}.hero-copy h1{animation-delay:.18s}.hero-copy .text-link{animation-delay:.29s}.hero-image{opacity:0;animation:initial-image .85s cubic-bezier(.2,.65,.2,1) .14s forwards}.motion-ready .reveal{opacity:0;transform:translateY(1.15rem);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.65,.2,1)}.motion-ready .reveal.reveal--shown{opacity:1;transform:translateY(0)}}@keyframes initial-rise{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(.9rem)}}@keyframes initial-image{to{opacity:1;transform:scale(1)}0%{opacity:0;transform:scale(1.015)}}@media (max-width:700px){.site-header{padding-top:1.25rem;align-items:center}.desktop-navigation{display:none}.menu-toggle{display:inline-flex;position:relative;z-index:4;align-items:center;justify-content:center;min-width:3.25rem;min-height:2.25rem;padding:0;border:0;background:transparent;color:var(--ink);font:inherit;font-size:10px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.drawer-backdrop{display:block;position:fixed;z-index:2;inset:0;background:rgba(25,25,24,.18);opacity:0;pointer-events:none;transition:opacity .25s ease}.drawer-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-drawer{display:flex;position:fixed;z-index:3;top:0;right:0;bottom:0;width:min(84vw,24rem);flex-direction:column;padding:6.5rem 1.7rem 1.8rem;background:#efeee8;box-shadow:-16px 0 45px rgba(25,25,24,.08);transform:translateX(105%);transition:transform .3s cubic-bezier(.2,.65,.2,1)}.mobile-drawer.is-open{transform:translateX(0)}.mobile-drawer>.eyebrow{margin-bottom:2.5rem}.mobile-drawer a:not(.drawer-email){display:flex;gap:1rem;align-items:baseline;border-top:1px solid var(--line);padding:1.15rem 0;font-size:1.75rem;letter-spacing:-.045em;line-height:1.05}.mobile-drawer a span{color:var(--soft);font-size:9px;letter-spacing:.1em}.drawer-email{margin-top:auto;border-bottom:1px solid var(--ink);padding-bottom:.3rem;align-self:flex-start;font-size:10px;letter-spacing:.04em}.site-footer{align-items:flex-start;flex-direction:column;gap:.7rem;margin-top:4rem}.detail-header,.hero,.project-row,.project-teaser{grid-template-columns:1fr}.hero{min-height:calc(100svh - 4.8rem);padding-top:2rem;padding-bottom:2rem;gap:1.5rem}.hero h1{margin-bottom:2.5rem}.hero-image{height:min(49svh,440px)}.feature-section,.project-teaser,.statement{min-block-size:100svh;padding-top:4.5rem;padding-bottom:4.5rem}.feature-section{display:flex;flex-direction:column;justify-content:center}.artwork-grid{display:flex;grid-template-columns:none;gap:1rem;overflow-x:auto;margin-right:calc(var(--side) * -1);padding-right:var(--side);scroll-snap-type:x mandatory;scrollbar-width:thin}.artwork-grid .reveal-card{flex:0 0 min(80vw,25rem);scroll-snap-align:start}.artwork-tile img{height:min(51svh,450px);object-fit:contain;background:#eceae4}.statement{gap:2.5rem}.project-teaser,.statement{align-content:center}.project-teaser img{height:min(40svh,350px)}.about-page,.collection-page,.contact-page,.detail-page,.not-found,.project-detail{padding-top:5rem}.collection-header{margin-bottom:3.75rem}.collection-grid{grid-template-columns:1fr;gap:3.5rem}.collection-card img{height:auto;max-height:70vh}.project-list{gap:5rem}.project-row{gap:1.5rem}.detail-header{gap:1rem}.detail-header>p:not(.eyebrow){grid-column:1;grid-row:auto}.detail-header h1{margin-bottom:1rem}dl{grid-column:1}.project-detail-header{margin-bottom:3rem}.project-gallery{grid-template-columns:1fr}.project-gallery .gallery-lead img{width:100%}.about-columns,.about-copy{grid-template-columns:1fr;gap:1.5rem}.about-copy{margin-bottom:5rem}}