@font-face{font-family:Bebas;src:url('assets/fonts/bebas-neue.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:DM;src:url('assets/fonts/dm-sans.ttf') format('truetype');font-weight:400 700;font-display:swap}
@font-face{font-family:Instrument;src:url('assets/fonts/instrument-serif-italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}
:root{--paper:#f6f6f6;--ink:#181818;--muted:#656565;--line:#cecece;--accent:#ee4b1b;--surface:#e9e9e9;--display:Bebas,'Arial Narrow',sans-serif;--body:DM,Arial,sans-serif;--serif:Instrument,Georgia,serif;--gutter:clamp(1.25rem,4.2vw,5rem);--max:1600px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}::selection{background:var(--accent);color:white}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,video:focus-visible{outline:2px solid var(--accent);outline-offset:6px}img{display:block;max-width:100%;height:auto}figure,p,h1,h2,h3{margin:0}h1,h2,h3{font-weight:400}button{border:0}em{font-family:var(--serif);font-weight:400}main{max-width:var(--max);margin:auto}section{scroll-margin-top:6rem}.eyebrow,.small-index{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;line-height:1.6}.orange{color:var(--accent)}.skip-link{position:fixed;left:1rem;top:-5rem;background:var(--ink);color:white;z-index:20;padding:.8rem 1.2rem}.skip-link:focus{top:1rem}
.site-header{max-width:var(--max);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:1.55rem var(--gutter);border-bottom:1px solid var(--line)}.wordmark{font-family:var(--display);font-size:2rem;line-height:1;letter-spacing:-.02em;position:relative}.wordmark i{color:var(--accent);font-size:2.4rem;font-style:normal;display:inline-block;margin-left:.18rem;vertical-align:middle}.site-header nav{display:flex;gap:clamp(1.5rem,3vw,3.5rem);align-items:center}.site-header nav a{font-size:.875rem;position:relative}.site-header nav a::after{content:'';height:1px;background:var(--ink);position:absolute;bottom:-5px;left:0;right:100%;transition:right .25s}.site-header nav a:hover::after{right:0}.site-header nav span{font-size:.75rem;color:var(--muted);margin-left:.25rem;vertical-align:super}
.hero{padding:1.5rem var(--gutter) 2.4rem}.hero-topline{display:flex;justify-content:space-between;gap:1rem;font-size:.75rem;letter-spacing:.03em}.hero-composition{position:relative;min-height:clamp(32rem,45.5vw,46rem);margin-top:2.2rem}.hero h1{font-family:var(--display);font-size:clamp(6rem,12.8vw,12.8rem);letter-spacing:-.025em;line-height:.91;display:flex;gap:.2em;position:relative;z-index:1;animation:enter-up .9s cubic-bezier(.2,.7,.3,1) both}.hero-line{white-space:nowrap}.round-letter{font-family:Arial,sans-serif;font-size:.88em;letter-spacing:-.085em;margin-left:-.025em;margin-right:.05em;vertical-align:.015em}.hero-object{position:absolute;right:0;top:25%;width:69%;height:81%;animation:enter-up 1.2s .12s cubic-bezier(.2,.7,.3,1) both}.hero-object img{width:100%;height:100%;object-fit:cover;object-position:50% 40%}.hero-note{position:absolute;left:0;bottom:17%;width:24%;max-width:16rem}.hero-note p{font-family:var(--serif);font-style:italic;font-size:clamp(1.4rem,2.3vw,2.2rem);line-height:1.1;margin-top:1rem}.hero-note .small-index{font-size:.75rem}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding-top:1.3rem;border-top:1px solid var(--line)}.hero-bottom p{font-size:1rem;line-height:1.6}.hero-bottom p span{color:var(--muted)}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:3rem;border-bottom:1px solid var(--ink);padding:.7rem 0;font-size:.875rem}.text-link span{font-size:1.6rem;line-height:1;transition:transform .2s}.text-link:hover span{transform:translateY(3px)}
.work-section{padding:6rem var(--gutter) 5rem}.section-heading{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:end;margin-bottom:3.4rem}.section-heading>.eyebrow{grid-column:1/-1}.section-heading h2{font-size:clamp(2.8rem,4.7vw,5rem);letter-spacing:-.065em;line-height:1.1}.section-heading h2 em{letter-spacing:-.035em}.section-heading>p{font-size:.875rem;color:var(--muted);line-height:1.6;padding-bottom:.4rem}.project-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:4rem 3rem;align-items:start}.project-card{min-width:0}.project-card:nth-child(2){margin-top:7rem}.project-image-button{display:block;width:100%;padding:0;background:var(--surface);position:relative;overflow:hidden;text-align:left}.project-image-button img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .7s cubic-bezier(.2,.65,.3,1)}.project-card:nth-child(2) .project-image-button img{aspect-ratio:4/5}.project-image-button:hover img{transform:scale(1.025)}.project-open{width:3rem;height:3rem;display:grid;place-items:center;background:var(--paper);border-radius:50%;position:absolute;bottom:1.25rem;right:1.25rem;font-size:1.6rem;transition:background .2s,color .2s,transform .2s}.project-image-button:hover .project-open{background:var(--ink);color:white;transform:rotate(90deg)}.project-caption{display:flex;gap:1rem;justify-content:space-between;align-items:start;padding-top:1.2rem}.project-caption h3{font-size:clamp(1.25rem,1.7vw,1.8rem);letter-spacing:-.045em;line-height:1.2}.project-caption p{font-size:.75rem;color:var(--muted);margin-top:.5rem}.project-number{font-family:var(--serif);font-size:1.7rem;font-style:italic;color:var(--muted);line-height:1}.project-card-wide{grid-column:1/-1;display:grid;grid-template-columns:1.12fr .88fr;gap:3rem;align-items:center;margin-top:1rem}.project-card-wide .project-image-button img{aspect-ratio:4/3;object-fit:contain}.project-card-wide .project-caption{padding:0;flex-direction:column-reverse;gap:2rem;max-width:25rem}.project-card-wide h3{font-size:clamp(2.5rem,4.5vw,4.5rem);letter-spacing:-.06em}.project-card-wide .project-caption p{font-size:.875rem}.project-summary{font-size:1rem!important;color:var(--muted);margin-top:1.5rem!important;line-height:1.7}.project-detail-link{background:none;padding:.75rem 0;margin-top:1.5rem;border-bottom:1px solid var(--ink);font-size:.875rem;display:inline-flex;gap:2rem;align-items:center}
.motion-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:4rem;align-items:center;margin:2rem var(--gutter) 6rem;padding-top:4rem;border-top:1px solid var(--line)}.motion-intro h2{font-size:clamp(2.7rem,4.8vw,4.8rem);letter-spacing:-.06em;line-height:1.05;margin:1.5rem 0}.motion-intro h2 em{letter-spacing:-.02em}.motion-intro p{color:var(--muted);max-width:22rem;line-height:1.7}.film-poster{padding:0;border:0;position:relative;display:block;width:100%;aspect-ratio:16/10;overflow:hidden;background:#211a16}.film-poster>img{width:100%;height:100%;object-fit:cover;opacity:.93;transition:transform .6s}.film-poster:hover>img{transform:scale(1.035)}.play-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:4.5rem;width:4.5rem;background:rgba(246,246,246,.94);border-radius:50%;display:grid;place-items:center;transition:background .2s}.play-circle::after{content:'';border-top:.5rem solid transparent;border-bottom:.5rem solid transparent;border-left:.8rem solid var(--ink);margin-left:.2rem}.film-poster:hover .play-circle{background:white}.film-label{position:absolute;left:1.3rem;right:1.3rem;bottom:1.1rem;color:white;font-size:.75rem;display:flex;justify-content:space-between;gap:1rem;text-align:left;text-shadow:0 1px 5px #000}.motion-media iframe,.motion-media video{display:block;width:100%;aspect-ratio:16/10;border:0;background:#111}.video-fallback{display:inline-block;margin-top:.75rem;font-size:.875rem;border-bottom:1px solid var(--line);color:var(--muted)}
.about-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:6rem var(--gutter);background:var(--ink);color:var(--paper)}.about-title h2{font-family:var(--display);font-size:clamp(3.3rem,6.5vw,6.5rem);letter-spacing:-.02em;line-height:.99;margin-top:2rem}.about-title h2 em{font-size:.79em;line-height:1.08;display:inline-block;letter-spacing:-.03em}.about-copy{padding-top:3.5rem;max-width:37rem}.about-copy>p{font-size:1rem;line-height:1.8;color:#b9b9b9}.about-copy .about-lead{font-size:clamp(1.25rem,1.8vw,1.65rem);line-height:1.5;color:var(--paper);margin-bottom:1.5rem;letter-spacing:-.02em}.expertise{margin:2.5rem 0 0}.expertise>div{border-top:1px solid #424242;padding:1.15rem 0;display:grid;grid-template-columns:5.3rem 1fr;gap:1.1rem}.expertise dt{font-size:.75rem;color:#a9a9a9}.expertise dd{margin:0;font-size:.875rem;line-height:1.7}
.contact-section{padding:5rem var(--gutter) 4rem}.contact-top{display:flex;justify-content:space-between;gap:2rem;align-items:center}.contact-top>span:last-child{font-size:.75rem;color:var(--muted)}.contact-section h2{font-family:var(--display);font-size:clamp(4.5rem,12vw,12rem);letter-spacing:-.03em;line-height:1.05;margin:3rem 0 2rem}.contact-section h2 em{color:var(--accent);font-size:.86em;letter-spacing:-.055em}.contact-bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem}.contact-bottom>p{font-family:var(--serif);font-style:italic;font-size:clamp(1.5rem,2.5vw,2.5rem);letter-spacing:-.02em}.contact-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;min-width:0;max-width:100%}#contact-links a{max-width:100%}#contact-links a>span:first-child{min-width:0;overflow-wrap:anywhere}#contact-links a>span:last-child{flex-shrink:0}#contact-links a{border:1px solid var(--ink);padding:.9rem 1.6rem;display:inline-flex;gap:2rem;align-items:center;border-radius:4rem;transition:background .2s,color .2s;font-size:.875rem}#contact-links a:hover{color:var(--paper);background:var(--ink)}.site-footer{max-width:var(--max);margin:auto;padding:1.7rem var(--gutter);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:2rem;font-size:.75rem;color:var(--muted)}.site-footer a{color:var(--ink)}
dialog{color:var(--ink);background:var(--paper);border:0;padding:0;width:min(1120px,calc(100% - 3rem));max-height:calc(100dvh - 3rem);overflow:auto;overscroll-behavior:contain}dialog::backdrop{background:rgba(0,0,0,.7);backdrop-filter:blur(6px)}.dialog-top{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--paper);padding:1.3rem 2rem;border-bottom:1px solid var(--line)}.close-dialog{background:transparent;padding:.5rem;font-size:.875rem;display:flex;gap:1.3rem;align-items:center}.close-dialog span{font-size:1.8rem;line-height:1}.dialog-inner{padding:2rem}.dialog-inner h2{font-size:clamp(2.5rem,6vw,5rem);font-family:var(--display);letter-spacing:-.01em;line-height:1.05}.dialog-inner>p{max-width:42rem;line-height:1.8;margin:1.5rem 0 2.5rem;color:var(--muted)}#dialog-gallery{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1.5rem}#dialog-gallery figure:first-child,#dialog-gallery .gallery-wide{grid-column:1/-1}#dialog-gallery img{width:100%;max-height:38rem;object-fit:contain;background:var(--surface)}#dialog-gallery figcaption{font-size:.75rem;color:var(--muted);margin-top:.8rem}#dialog-gallery video{display:block;width:100%;max-height:32rem;background:#111}#dialog-gallery .gallery-wide img{max-height:38rem}.photo-note{font-size:.75rem;color:var(--muted);padding-top:1.5rem;border-top:1px solid var(--line);margin-top:2rem}
.reveal{transition:opacity .75s cubic-bezier(.2,.65,.3,1),transform .75s cubic-bezier(.2,.65,.3,1)}.js .reveal{opacity:0;transform:translateY(24px)}.js .reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes enter-up{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1700px){.hero h1{font-size:13.1rem}.hero-composition{min-height:45rem}}
@media(max-width:1000px){.project-grid{gap:3rem 2rem}.project-card:nth-child(2){margin-top:5rem}.project-card-wide{gap:2rem}.motion-section{gap:2rem}.about-section{gap:2.5rem}.hero h1{font-size:12.4vw}.hero-note{bottom:19%;width:23%}.hero-note .small-index{font-size:.75rem}.hero-composition{min-height:31rem}.hero-object{width:72%;height:81%;top:24%}.site-footer{gap:1rem}}
@media(max-width:720px){html{scroll-padding-top:1rem}.site-header{padding-top:1.2rem;padding-bottom:1.2rem;gap:1rem}.wordmark{font-size:1.55rem}.wordmark span{display:block}.wordmark i{position:absolute;top:-.2rem;right:-.65rem;font-size:1.6rem}.site-header nav{gap:1.1rem}.site-header nav a{font-size:.875rem}.site-header nav span{display:none}.hero{padding-top:1.25rem}.hero-topline{font-size:.75rem;gap:2rem;align-items:start}.hero-topline>span{max-width:48%}.hero-topline>span:last-child{text-align:right}.hero-composition{min-height:0;margin-top:2rem;display:flex;flex-direction:column}.hero h1{display:block;font-size:19vw;line-height:.91;letter-spacing:-.02em}.hero-line{display:block}.hero h1 .second{font-size:1.22em}.hero-object{position:relative;top:auto;right:auto;width:100%;height:auto;aspect-ratio:1.15;margin:1rem auto .75rem}.hero-note{display:none}.hero-bottom{gap:1rem;padding-top:1rem}.hero-bottom p{font-size:.875rem}.text-link{font-size:.875rem;gap:1.25rem;white-space:nowrap}.work-section{padding-top:3.5rem;padding-bottom:2.5rem}.section-heading{display:block;margin-bottom:2rem}.section-heading>.eyebrow{display:block;margin-bottom:1rem}.section-heading h2{font-size:3rem}.section-heading>p{margin-top:1rem;font-size:.875rem}.section-heading>p br{display:none}.project-grid{grid-template-columns:1fr;gap:2.5rem}.project-card:nth-child(2){margin-top:0}.project-image-button img{aspect-ratio:4/3}.project-card:nth-child(2) .project-image-button img{aspect-ratio:1/1;object-fit:contain}.project-caption h3{font-size:1.4rem}.project-card-wide{display:block;margin-top:0}.project-card-wide .project-caption{display:flex;flex-direction:row;padding-top:1.2rem;max-width:none;gap:1rem}.project-card-wide h3{font-size:1.4rem;letter-spacing:-.045em}.project-card-wide .project-caption p{font-size:.75rem}.project-card-wide .project-number{order:2}.project-summary{font-size:1rem!important;margin-top:1rem!important}.project-detail-link{margin-top:.6rem}.motion-section{grid-template-columns:1fr;gap:1.7rem;margin-top:1rem;margin-bottom:3.5rem;padding-top:2.5rem}.motion-intro h2{font-size:3.3rem;margin:1rem 0}.motion-intro h2 br{display:none}.motion-intro p{max-width:28rem}.film-poster,.motion-media iframe,.motion-media video{aspect-ratio:16/10}.about-section{grid-template-columns:1fr;gap:2.2rem;padding-top:3.5rem;padding-bottom:3rem}.about-title h2{font-size:4.4rem;margin-top:1.5rem}.about-title h2 em br{display:none}.about-copy{padding-top:0;max-width:none}.about-copy .about-lead{font-size:1.35rem}.expertise{margin-top:2rem}.expertise>div{grid-template-columns:4.5rem 1fr;gap:1rem}.contact-section{padding-top:3rem;padding-bottom:3rem}.contact-top{display:block}.contact-top>span:last-child{display:block;margin-top:.6rem}.contact-section h2{font-size:16vw;margin:2.2rem 0 1.5rem}.contact-bottom{flex-direction:column;align-items:flex-start;gap:1.6rem}.contact-links{justify-content:flex-start}.contact-bottom>p{font-size:1.7rem}#contact-links a{padding:.8rem 1.5rem}.site-footer{flex-wrap:wrap;font-size:.75rem;justify-content:space-between;gap:.7rem}.site-footer>span:nth-child(2){display:none}dialog{width:calc(100% - 1rem);max-height:calc(100dvh - 1rem)}.dialog-top{padding:.8rem 1.1rem}.dialog-top .eyebrow{max-width:70%;font-size:.75rem}.dialog-inner{padding:1.5rem 1rem}#dialog-gallery{grid-template-columns:1fr;gap:1.8rem}#dialog-gallery figure:first-child,#dialog-gallery .gallery-wide{grid-column:auto}.dialog-inner>p{font-size:1rem}}
@media(max-width:360px){.site-header nav{gap:.8rem}.wordmark{font-size:1.4rem}.hero-bottom{align-items:flex-start;flex-direction:column;gap:.6rem}.hero-topline{font-size:.75rem}.section-heading h2{font-size:2.5rem}.contact-section h2{font-size:15vw}.about-title h2{font-size:3.6rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}}

.work-divider{grid-column:1/-1;border-top:1px solid var(--line);padding-top:3rem;margin-top:2rem}.work-divider h3{font-size:clamp(2rem,3.6vw,3.8rem);letter-spacing:-.05em;line-height:1.15;margin-top:1rem}.document-cover .project-image-button{background:white}.document-cover .project-image-button img{object-fit:contain;padding:1.25rem}.preview-link{display:inline-block;font-size:.75rem;border-bottom:1px solid var(--line);margin-top:.6rem;padding:.3rem 0}.preview-link:hover{border-color:var(--ink)}@media(max-width:720px){.work-divider{margin-top:.75rem;padding-top:2rem}.work-divider h3{font-size:2.4rem}.document-cover .project-image-button img{padding:.75rem}#contact-links a{padding:.8rem 1.15rem;gap:1rem}}
