@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,300;0,400;1,300;1,400&family=Public+Sans:wght@300;400;500&family=Space+Mono:wght@400;700&display=swap");:root{--paper:#ece8df;--mat:#f6f3ec;--ink:#262622;--ink-soft:#6b6a62;--line:#d2cbbb;--accent:#9c7c4f}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--paper);color:var(--ink);font-family:Public Sans,sans-serif;font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit}.ic-mono{font-family:Space Mono,monospace}img{max-width:100%}.site-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;background:var(--paper);z-index:20}.site-word{font-family:Newsreader,serif;font-style:italic;font-size:1.1rem;padding:0;white-space:nowrap}.nav-burger,.site-word{background:none;border:none;cursor:pointer;color:inherit}.nav-burger{display:none;font-size:1.3rem;padding:.25rem}.nav-links{gap:2rem}.nav-btn,.nav-links{display:flex;align-items:center}.nav-btn{background:none;border:none;cursor:pointer;color:inherit;opacity:.55;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;padding:0;gap:.4rem;white-space:nowrap}.nav-btn.active{opacity:1}.nav-dd{position:relative}.chev{font-size:.6rem;transition:transform .2s ease}.nav-dd.open .chev{transform:rotate(180deg)}.nav-dd-backdrop{position:fixed;inset:0;z-index:25}.nav-dd-panel{position:absolute;top:calc(100% + .6rem);left:0;min-width:230px;background:var(--paper);border:1px solid var(--line);z-index:30;box-shadow:0 14px 34px rgba(38,38,34,.1)}.nav-dd-opt{display:block;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid var(--line);padding:.85rem 1.05rem;cursor:pointer;color:inherit}.nav-dd-opt:last-child{border-bottom:none}.nav-dd-opt.active,.nav-dd-opt:hover{background:var(--mat)}.nav-dd-opt .no{display:block;font-family:Space Mono,monospace;font-size:.62rem;opacity:.5;margin-bottom:.25rem}.nav-dd-opt .t{font-family:Newsreader,serif;font-style:italic;font-size:1rem}@media (max-width:760px){.site-nav{padding:1.1rem 1.25rem;flex-wrap:wrap}.nav-burger{display:block}.nav-links{display:none;flex-direction:column;align-items:flex-start;gap:1.1rem;width:100%;padding-top:1.25rem;margin-top:1rem;border-top:1px solid var(--line)}.nav-links.open{display:flex}.nav-dd{width:100%}.nav-dd-panel{position:static;margin-top:.8rem;width:100%;box-shadow:none}.nav-dd-backdrop{display:none}}.ic-grain{position:fixed;inset:0;pointer-events:none;z-index:60;opacity:.03}.ic-hero{padding:6rem 2rem;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:3rem;gap:3rem;align-items:center;min-height:85vh}.ic-hero-copy{display:flex;flex-direction:column;gap:1.75rem}.ic-hero-eyebrow{font-size:.78rem;letter-spacing:.08em;opacity:.65}.ic-hero-h1{font-size:clamp(1.7rem,3.4vw,2.8rem);font-weight:300;line-height:1.28;font-family:Newsreader,serif;font-style:italic;margin:0}.ic-hero-quote{margin:0;padding-left:1rem;border-left:1px solid var(--line)}.ic-hero-quote p{font-size:.95rem;line-height:1.6;opacity:.75;margin:0;font-style:italic}.ic-hero-quote footer{margin-top:.5rem;font-size:.7rem;opacity:.55;font-style:normal}.ic-hero-foot{margin-top:1rem}.ic-hero-cta{cursor:pointer;background:none;color:inherit;padding:0;font-size:.75rem;letter-spacing:.04em;border:none;border-bottom:1px solid}.ic-hero-media{display:flex;justify-content:flex-end;width:100%}@media (max-width:820px){.ic-hero{grid-template-columns:1fr;padding:2.75rem 1.25rem 3.5rem;gap:2rem;min-height:0}.ic-hero-media{order:2;justify-content:center}.ic-hero-copy{order:1;gap:1.4rem}.ic-hero-h1{font-size:clamp(1.5rem,6vw,2rem);line-height:1.3}.ic-hero-eyebrow{font-size:.68rem}.ic-hero-quote p{font-size:.88rem}}.piece-photo img{width:100%;display:block;filter:grayscale(.85) sepia(.06) contrast(1.04) brightness(.99);transition:transform 1.4s ease,filter .8s ease}.piece-photo:hover img{transform:scale(1.012)}.piece-drawing{background:var(--mat);padding:clamp(1.4rem,4vw,2.6rem);position:relative;box-shadow:0 1px 0 var(--line) inset;width:100%}.piece-drawing svg{width:100%;height:auto;display:block;position:relative;z-index:1}.piece-drawing:before{content:"";position:absolute;inset:0;opacity:.5;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.15  0 0 0 0 0.14  0 0 0 0 0.12  0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.piece-film{width:100%;height:100%;min-height:160px;position:relative;overflow:hidden;background:#17160f}.piece-film .beam{position:absolute;inset:-20%;opacity:.9;background:radial-gradient(ellipse 60% 45% at var(--bx,30%) var(--by,40%),rgba(255,248,225,.5),rgba(255,248,225,0) 60%);animation:ic-drift 11s ease-in-out infinite;filter:blur(2px)}@keyframes ic-drift{0%{--bx:20%;--by:30%}25%{--bx:70%;--by:20%}50%{--bx:60%;--by:75%}75%{--bx:15%;--by:65%}to{--bx:20%;--by:30%}}.piece-film .grain{position:absolute;inset:0;opacity:.18;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");animation:ic-flicker .6s steps(4) infinite}@keyframes ic-flicker{0%,to{opacity:.14}50%{opacity:.24}}.piece-film .scan{position:absolute;inset:0;opacity:.12;background:repeating-linear-gradient(180deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 1px,transparent 0,transparent 3px)}.piece-film .vig{position:absolute;inset:0;box-shadow:inset 0 0 8vw 1vw rgba(0,0,0,.65)}@media (prefers-reduced-motion:reduce){.piece-film .beam,.piece-film .grain{animation:none}}.proj-page{padding:4rem 2rem 8rem}.ic-section-head{margin-bottom:3rem}.proj-title{font-size:2rem;font-family:Newsreader,serif;font-style:italic;font-weight:300;margin:.5rem 0 0}.proj-flow{display:flex;flex-direction:column;margin-top:4rem}@media (max-width:760px){.proj-page{padding:2.5rem 1.25rem 5rem}.ic-section-head{margin-bottom:2rem}.proj-title{font-size:1.5rem}.proj-flow{margin-top:2.5rem}}.sec{opacity:0;transform:translateY(26px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1);margin-bottom:clamp(3.5rem,9vh,7rem);display:flex;flex-direction:column;width:var(--w,100%)}.sec.in{opacity:1;transform:translateY(0)}.sec-cap{margin-top:.85rem;display:flex;gap:.9rem;align-items:baseline}.sec-cap .idx{color:var(--accent)}.sec-cap .txt{color:var(--ink-soft)}.sec-cap span{font-family:Space Mono,monospace;font-size:.68rem;letter-spacing:.03em}.sec-space{min-height:16vh;display:flex;align-items:flex-end;border-bottom:1px dashed var(--line)}.sec-space .sec-cap{margin-bottom:.6rem}@media (max-width:760px){.sec{width:100%!important;align-self:stretch!important;margin-bottom:3rem}}.rail-hint{font-family:Space Mono,monospace;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:1rem;display:flex;align-items:center;gap:.7rem}.rail-hint .rline{flex:1 1;height:1px;background:var(--line)}.rail{display:flex;gap:clamp(1rem,2.6vw,2.4rem);overflow-x:auto;padding-bottom:.6rem;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.rail::-webkit-scrollbar{display:none}.rail-item{flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;gap:.55rem;width:var(--iw)}.rail-item .cap{font-family:Space Mono,monospace;font-size:.62rem;letter-spacing:.03em;color:var(--ink-soft)}.rail-caption{margin-top:.9rem;font-size:.68rem;color:var(--ink-soft);letter-spacing:.02em}@media (max-width:760px){.rail-item{width:68vw!important}}.film-slot{width:var(--fw,100%);margin:0 auto;aspect-ratio:4/3;border:1px dashed var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink-soft);background:hsla(42,20%,78%,.12)}.film-slot span{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;opacity:.6;text-align:center;padding:0 1rem}@media (max-width:760px){.film-slot{width:100%!important;aspect-ratio:16/10}}.film-real{width:var(--fw,100%);margin:0 auto}.film-real video{width:100%;display:block;background:#17160f;box-shadow:0 10px 30px rgba(38,38,34,.16)}.film-real .rail-caption{text-align:center}@media (max-width:760px){.film-real{width:100%!important}}.mosaic{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:1rem 0}.mosaic-item{overflow:hidden;flex:0 0 auto;box-shadow:0 2px 10px rgba(38,38,34,.12)}.mosaic-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:500px){.mosaic-item{width:84px!important;height:84px!important}}.clean-grid{display:grid;grid-template-columns:repeat(var(--cols),1fr);grid-gap:6px;gap:6px}.clean-grid-item{aspect-ratio:1/1;overflow:hidden}.clean-grid-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:700px){.clean-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:420px){.clean-grid{grid-template-columns:repeat(2,1fr)}}.book-spread{display:flex;width:100%;aspect-ratio:16/6;box-shadow:0 8px 28px rgba(38,38,34,.14)}.book-page{flex:1 1 50%;overflow:hidden;position:relative}.book-page img{width:100%;height:100%;object-fit:cover;display:block}.book-gutter{width:2px;background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.05),rgba(0,0,0,.18));flex:0 0 auto}@media (max-width:700px){.book-spread{aspect-ratio:3/4;flex-direction:column}.book-gutter{width:100%;height:2px;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.05),rgba(0,0,0,.18))}}.contact-sheet{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:4px;gap:4px;max-width:720px;margin:0 auto}.contact-sheet-item{aspect-ratio:1/1;overflow:hidden}.contact-sheet-item img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(.15)}.about-page{padding:4rem 2rem 8rem}.about-emblem{width:84px;margin-bottom:2.5rem}.about-body{max-width:34em;margin-left:32%;opacity:.9}.about-body p{margin:0 0 1.4rem;line-height:1.7}.about-list{margin-top:2.6rem}.about-list h3{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;opacity:.55;font-weight:400;margin:0 0 .9rem}.about-list-row{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--line);font-size:.88rem}.about-list-row .ic-mono{font-size:.68rem;opacity:.55;white-space:nowrap}@media (max-width:760px){.about-page{padding:2.5rem 1.25rem 5rem}.about-body{margin-left:0;max-width:100%}.about-emblem{width:60px;margin-bottom:1.8rem}}.contact-page{padding:8rem 2rem 12rem;min-height:50vh;display:flex;flex-direction:column;justify-content:center}.contact-h2{font-weight:300;font-size:clamp(1.8rem,5vw,3.2rem);margin:1rem 0 2rem;max-width:14em}.contact-h2,.contact-link{font-family:Newsreader,serif;font-style:italic}.contact-link{font-size:clamp(1.1rem,2.4vw,1.5rem);border-bottom:1px solid var(--line);padding-bottom:.3rem;display:inline-block;width:-moz-fit-content;width:fit-content;text-decoration:none;color:inherit;transition:border-color .3s ease,color .3s ease;word-break:break-word}.contact-link:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:760px){.contact-page{padding:5rem 1.25rem 7rem}}.pdf-book-tile{display:block;text-decoration:none;color:inherit}.pdf-book-tile img{width:100%;display:block;filter:none!important;box-shadow:0 10px 30px rgba(38,38,34,.16)}.pdf-book-caption{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.pdf-book-caption>span:first-child{font-size:.72rem;line-height:1.5;color:var(--ink-soft);letter-spacing:.02em}.pdf-book-link{font-size:.7rem;letter-spacing:.04em;border-bottom:1px solid var(--line);width:-moz-fit-content;width:fit-content;padding-bottom:.2rem;transition:border-color .3s ease,color .3s ease}.pdf-book-tile:hover .pdf-book-link{border-color:var(--accent);color:var(--accent)}.embed-3d-wrap{width:100%;aspect-ratio:16/9;background:var(--mat);overflow:hidden}.embed-3d{width:100%;height:100%;border:none;display:block}@media (max-width:700px){.embed-3d-wrap{aspect-ratio:4/5}}