:root{--color-paper:#f3f0ea;--color-ink:#141414;--color-muted:#77716a;--color-soft:#4f4a44;--color-line:#14141429;--color-field:#e8e2d8;--color-inverse:#0f0f0f;--color-inverse-text:#f3f0ea;--color-bg:var(--color-paper);--color-bg-raised:#ffffff57;--color-bg-soft:var(--color-field);--color-accent:#9d3943;--color-accent-strong:#7d2f37;--color-focus:#7d2f37;--font-display:"Cormorant Garamond", "EB Garamond", Georgia, serif;--font-body:"Helvetica Neue", Helvetica, Arial, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:clamp(2rem, 6vw, 5.5rem);--text-project-title:clamp(2.5rem, 8vw, 8rem);--space-page-x:clamp(1.25rem, 4vw, 4rem);--space-section-y:clamp(4rem, 12vw, 10rem);--duration-fast:.2s;--duration-medium:.45s;--duration-slow:.9s;--ease-soft:cubic-bezier(.22, 1, .36, 1);--container:min(1280px, calc(100vw - (var(--space-page-x) * 2)));--radius:0;--shadow-soft:0 24px 80px #1414141f}*{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body);scroll-behavior:smooth}body{background:var(--color-bg);min-width:320px;color:var(--color-ink);margin:0}html.theme-dark,body.theme-dark{--color-paper:#0b0b0a;--color-ink:#f3f0ea;--color-muted:#aaa49b;--color-soft:#d0cbc2;--color-line:#f3f0ea2e;--color-field:#151412;--color-inverse:#f3f0ea;--color-inverse-text:#141414;--color-bg:var(--color-paper);--color-bg-raised:#ffffff0e;--color-bg-soft:var(--color-field);--color-accent:#c95f6b;--color-accent-strong:#e28a94;--color-focus:#e28a94;color-scheme:dark}body,button,input,textarea{font:inherit}a{color:inherit}img{max-width:100%;display:block}button{color:inherit}:focus-visible{outline:2px solid var(--color-focus);outline-offset:4px}::selection{background:var(--color-accent);color:#fff}.page-shell{flex-direction:column;min-height:100vh;display:flex}.container{width:var(--container);margin-inline:auto}.site-main{flex:1}.eyebrow{color:var(--color-accent-strong);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;font-weight:700}.section-kicker{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}.button{background:var(--color-ink);border:1px solid var(--color-ink);border-radius:var(--radius);color:var(--color-paper);justify-content:center;align-items:center;gap:.55rem;min-height:2.75rem;padding:.75rem 1rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.secondary{color:var(--color-ink);background:0 0}.site-header{border-bottom:1px solid var(--color-line);z-index:20;backdrop-filter:blur(16px);background:#f3f0ead6;position:sticky;top:0}body.theme-dark .site-header{background:#0b0b0adb}body.theme-dark .site-logo img{filter:invert()}.site-header__inner{justify-content:space-between;align-items:center;min-height:72px;display:flex}.site-logo{color:var(--color-ink);justify-content:center;align-items:center;width:2.4rem;height:2.4rem;text-decoration:none;transition:opacity .18s,transform .18s;display:inline-flex}.site-logo:hover,.site-logo:focus-visible{opacity:.76;transform:translateY(-1px)}.site-logo img{object-fit:contain;width:100%;height:100%}.site-nav{align-items:center;gap:clamp(.75rem,3vw,1.45rem);display:flex}.site-nav a{color:var(--color-muted);font-size:.86rem;text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible{color:var(--color-ink)}.site-footer{border-top:1px solid var(--color-line);color:var(--color-muted);padding:2rem 0}.site-footer__inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.hero{align-items:start;min-height:clamp(520px,100svh - 120px,680px);padding:clamp(1.25rem,3vw,2.5rem) 0 clamp(2.25rem,5vw,4rem);display:grid}.hero__grid{grid-template-columns:minmax(0,.9fr) minmax(320px,.68fr);align-items:center;gap:clamp(1.5rem,5vw,4rem);display:grid}.hero__copy{justify-items:center;padding-bottom:0;display:grid}.hero__identity{place-items:start center;gap:1.15rem;width:min(520px,72vw);display:grid}.hero__logo{width:min(280px,52vw);height:auto}.hero h1{font-family:var(--font-display);max-width:15ch;margin:.45rem 0 1.1rem;font-size:clamp(2.8rem,6.2vw,5.85rem);font-weight:500;line-height:.93}.hero h1.hero__wordmark{text-align:center;text-transform:uppercase;width:100%;max-width:none;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.9rem;font-weight:500;line-height:1.35}.hero p{color:var(--color-soft);max-width:34rem;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.62}.hero__feature{gap:.75rem;display:grid}.hero__galleryBox{background:#f8f6f1;place-items:center;padding:clamp(1.05rem,3.2vw,2.6rem);display:grid;position:relative;box-shadow:0 2rem 4.5rem #1414141f,0 0 0 1px #1414140b}.hero__galleryBox--print:after{content:"";pointer-events:none;background:linear-gradient(#ffffff61,#fff0 34%),linear-gradient(90deg,#14141409,#14141400 12% 88%,#14141406);position:absolute;inset:0}.hero__image{aspect-ratio:2/3;border-radius:var(--radius);box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.hero__image--self{aspect-ratio:2567/3831;background:var(--color-bg);z-index:1;width:min(100%,420px);height:min(72svh,620px);max-height:100%;box-shadow:0 1.35rem 2.6rem #14141424,0 0 0 1px #14141414}.hero__image img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero__image--self img{object-fit:contain}.section{padding:clamp(2.25rem,5vw,4.5rem) 0}.section__header{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:start;gap:clamp(1rem,3vw,2rem);margin-bottom:clamp(1.35rem,2.5vw,2rem);padding-bottom:clamp(.9rem,2vw,1.35rem);display:flex}.section__header h2{font-family:var(--font-body);text-transform:uppercase;margin:0;font-size:clamp(1.55rem,2.45vw,2.25rem);font-weight:500;line-height:1.08}.section__header p{color:var(--color-muted);max-width:430px;margin:0;font-size:.95rem;line-height:1.6}.project-index-section .section__header{margin-bottom:0}.project-grid{gap:0;display:grid}.project-card{border-bottom:1px solid var(--color-line);color:var(--color-ink);grid-template-columns:minmax(0,1fr) clamp(140px,18vw,240px);align-items:start;gap:clamp(1rem,3.5vw,3rem);min-height:clamp(160px,19vw,260px);padding:clamp(1.15rem,3vw,2rem) 0;text-decoration:none;display:grid}.project-card__number{color:var(--color-ink);flex:none;font-size:clamp(1.55rem,2.45vw,2.25rem);font-weight:500;line-height:1.08}.project-card__image{place-items:center;width:100%;height:clamp(190px,26vw,360px);display:grid;overflow:visible}.project-card__image img{object-fit:contain;object-position:center top;width:100%;max-width:none;height:clamp(190px,26vw,360px);max-height:none;transition:opacity .22s,transform .42s}.project-card:hover .project-card__image img,.project-card:focus-visible .project-card__image img{transform:translate(-.25rem)}.project-card__body{gap:clamp(.75rem,1.5vw,1.1rem);padding:0;display:grid}.project-card__heading{align-items:baseline;gap:clamp(.85rem,2vw,1.6rem);display:flex}.project-card h3{font-family:var(--font-body);text-transform:uppercase;margin:0;font-size:clamp(1.55rem,2.45vw,2.25rem);font-weight:500;line-height:1.08}.project-card p{color:var(--color-soft);margin:0;font-size:clamp(.95rem,1.15vw,1.08rem);line-height:1.5}.project-card__philosophy{max-width:52ch}.statement-band{border-block:1px solid var(--color-line);background:#e8e2d870;padding:clamp(1.75rem,4vw,3.25rem) 0}.statement-band p{font-family:var(--font-display);max-width:900px;margin:0;font-size:clamp(1.25rem,2.5vw,2.25rem);line-height:1.22}.simple-page{padding:clamp(3.25rem,6.5vw,5.75rem) 0}.simple-page .container{max-width:min(880px, var(--container))}.simple-page h1{font-family:var(--font-display);max-width:14ch;margin:0 0 clamp(1.1rem,2.5vw,1.85rem);font-size:clamp(2.15rem,3.7vw,3.85rem);font-weight:500;line-height:1.03}.simple-page p,.simple-page li{color:var(--color-soft);max-width:700px;font-size:clamp(.98rem,1.05vw,1.06rem);line-height:1.68}.simple-page p{margin:0 0 1rem}.collaborate-page{padding:clamp(3rem,6vw,5.25rem) 0}.collaborate-page__inner{grid-template-columns:minmax(240px,.34fr) minmax(0,.66fr);gap:clamp(2rem,4.5vw,4.5rem);display:grid}.collaborate-page__header{align-self:start;position:sticky;top:96px}.collaborate-page__header h1{font-family:var(--font-display);max-width:13ch;margin:.6rem 0 1.25rem;font-size:clamp(2.15rem,3.65vw,3.9rem);font-weight:500;line-height:1.03}.collaborate-page__header p{color:var(--color-soft);max-width:34rem;margin:0;font-size:1rem;line-height:1.68}.collaboration-form{border-top:1px solid var(--color-line);gap:1.25rem;padding-top:1.25rem;display:grid}.collaboration-form input[name=_honey]{display:none}.collaboration-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.collaboration-form label{gap:.5rem;display:grid}.collaboration-form label span{color:#1414149e;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.collaboration-form input,.collaboration-form select,.collaboration-form textarea{border:1px solid var(--color-line);border-radius:var(--radius);color:var(--color-ink);background:#ffffff47;width:100%;min-height:2.85rem;padding:.78rem .82rem}.collaboration-form textarea{resize:vertical;line-height:1.6}.collaboration-form input::placeholder,.collaboration-form textarea::placeholder{color:#1414146b}.collaboration-form input:focus,.collaboration-form select:focus,.collaboration-form textarea:focus{outline:2px solid var(--color-focus);outline-offset:2px;background:#ffffff6b}.collaboration-form__message{margin-top:.15rem}.collaboration-form__footer{border-top:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:1rem;padding-top:1.2rem;display:flex}.collaboration-form__footer p{color:var(--color-muted);margin:0;font-size:.9rem;line-height:1.5}.project-article{padding-top:clamp(.75rem,2vw,1.5rem)}.project-essay{border-top:1px solid var(--color-line);grid-template-columns:minmax(180px,.35fr) minmax(0,.65fr);gap:clamp(1.75rem,4vw,3.5rem);padding-block:clamp(2.75rem,5.5vw,4.75rem);display:grid}.project-essay__header{align-self:start;position:sticky;top:96px}.project-essay__header h2{font-family:var(--font-display);margin:.35rem 0 0;font-size:clamp(1.65rem,2.65vw,2.45rem);font-weight:500;line-height:1.06}.project-essay__body{max-width:780px}.project-essay__body .project-essay__lead{color:var(--color-ink);font-family:var(--font-display);margin:0;font-size:clamp(1.18rem,1.75vw,1.55rem);line-height:1.34}.project-essay__body p{color:var(--color-soft);font-size:1rem;line-height:1.68}.project-article__meta{border-top:1px solid var(--color-line);color:var(--color-muted);flex-wrap:wrap;gap:.75rem 1.5rem;margin-top:1.5rem;padding-top:1rem;display:flex}.project-copy{color:var(--color-soft);max-width:720px;margin:1.45rem 0 0;line-height:1.68}.project-copy p{margin:0 0 1rem}.noscript-fallback{border-top:1px solid var(--color-line);margin-top:2rem;padding-top:2rem}.noscript-fallback figure{margin:0 0 2rem}.noscript-fallback figcaption{color:var(--color-soft);margin-top:.8rem;line-height:1.6}@media (width<=820px){.site-header__inner,.site-footer__inner{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:1rem}.hero{min-height:auto}.hero__grid{grid-template-columns:1fr}.hero h1{max-width:15ch;font-size:clamp(2.55rem,11vw,3.25rem)}.hero__identity{gap:.95rem}.hero__logo{width:min(220px,58vw)}.hero h1.hero__wordmark{font-size:1.64rem}.hero__feature{justify-self:center;width:100%;max-width:360px}.hero__galleryBox{padding:clamp(.75rem,4vw,1rem)}.hero__image{max-height:none}.hero__image--self{width:min(100%,360px);height:auto}.hero__copy{padding-bottom:0}.section__header{flex-direction:column;align-items:flex-start}.section__header h2{font-size:clamp(1.5rem,7vw,2.05rem)}.simple-page{padding:clamp(2.75rem,12vw,4.25rem) 0}.simple-page h1,.collaborate-page__header h1{font-size:clamp(2rem,8vw,2.75rem);line-height:1.04}.project-card{grid-template-columns:1fr;align-items:start;gap:1rem;min-height:0;padding:clamp(1.2rem,6vw,1.8rem) 0}.project-card__image{justify-self:center;width:100%;max-width:min(100%,320px);height:clamp(190px,66vw,300px)}.project-card__image img{object-position:center center;height:clamp(190px,66vw,300px)}.project-card__heading{align-items:start;gap:.75rem}.project-card__number,.project-card h3{font-size:clamp(1.42rem,6.2vw,1.92rem)}.project-card__philosophy{max-width:100%}.project-essay{grid-template-columns:1fr}.project-essay__header{position:static}.project-essay__header h2{font-size:clamp(1.55rem,7vw,2.1rem)}.project-essay__body .project-essay__lead{font-size:clamp(1.15rem,5vw,1.45rem)}.collaborate-page__inner{grid-template-columns:1fr}.collaborate-page__header{position:static}.collaborate-page__header h1{max-width:13ch}.collaboration-form__grid{grid-template-columns:1fr}.collaboration-form__footer{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
