:root{--accent: #e8e4dc;--space: 1rem;--font-display: "Cormorant Garamond", serif;--font-body: "Syne", sans-serif}:root,[data-theme=dark]{--bg: #050505;--bg-elevated: #121212;--text: #f4f4f2;--text-muted: #8c8c88;--line: rgba(244, 244, 242, .12);--header-bg: rgba(5, 5, 5, .9);--hero-scrim: radial-gradient( ellipse 70% 55% at 50% 45%, rgba(5, 5, 5, .25) 0%, rgba(5, 5, 5, .72) 100% ), linear-gradient(180deg, rgba(5, 5, 5, .35) 0%, rgba(5, 5, 5, .15) 40%, rgba(5, 5, 5, .7) 100%);color-scheme:dark}[data-theme=light]{--bg: #f3f2ef;--bg-elevated: #ffffff;--text: #121212;--text-muted: #6a6a66;--accent: #1a1a1a;--line: rgba(18, 18, 18, .12);--header-bg: rgba(243, 242, 239, .92);--hero-scrim: radial-gradient( ellipse 70% 55% at 50% 45%, rgba(243, 242, 239, .2) 0%, rgba(243, 242, 239, .78) 100% ), linear-gradient(180deg, rgba(243, 242, 239, .25) 0%, rgba(243, 242, 239, .1) 40%, rgba(243, 242, 239, .75) 100%);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-body);font-size:1rem;line-height:1.55;color:var(--text);background:var(--bg);transition:background-color .35s ease,color .35s ease}img{max-width:100%;display:block}a{color:var(--text);text-decoration-thickness:1px;text-underline-offset:.2em}a:hover{color:var(--text-muted)}.grain{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.site-header{position:fixed;inset:0 0 auto;z-index:40;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.85rem clamp(1rem,3vw,2rem);background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .3s ease}.site-header.is-scrolled{border-bottom-color:var(--line)}.wordmark{justify-self:center;font-family:var(--font-display);font-weight:600;font-size:1.15rem;letter-spacing:.04em;color:var(--text);text-decoration:none;white-space:nowrap}.wordmark:hover{opacity:.75;color:var(--text)}.nav{display:flex;gap:clamp(.75rem,2vw,1.35rem);justify-self:start}.nav a{color:var(--text-muted);text-decoration:none;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.nav a:hover{color:var(--text)}.header-actions{justify-self:end;display:flex;align-items:center;gap:.75rem}.availability{display:none;align-items:center;gap:.45rem;margin:0;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.availability__dot{width:.4rem;height:.4rem;border-radius:50%;background:#3dd68c;box-shadow:0 0 0 3px #3dd68c2e}@media(min-width:900px){.availability{display:inline-flex}}.theme-toggle{position:relative;width:2.1rem;height:2.1rem;border:1px solid var(--line);border-radius:0;background:transparent;cursor:pointer}.theme-toggle__moon,.theme-toggle__sun{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:.8rem;height:.8rem;border-radius:50%;transition:opacity .3s ease,transform .3s ease}.theme-toggle__moon{box-shadow:inset -.24rem 0 0 .06rem var(--text)}.theme-toggle__sun{background:var(--text);box-shadow:0 0 0 2px var(--bg),0 -.4rem 0 -.15rem var(--text),0 .4rem 0 -.15rem var(--text),-.4rem 0 0 -.15rem var(--text),.4rem 0 0 -.15rem var(--text)}[data-theme=dark] .theme-toggle__sun,[data-theme=light] .theme-toggle__moon{opacity:0;transform:scale(.6)}@media(max-width:720px){.site-header{grid-template-columns:1fr auto}.nav{display:none}.wordmark{justify-self:start}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:clamp(5rem,12vh,7rem) clamp(1.25rem,4vw,2.5rem) 4rem;overflow:hidden;text-align:center}.hero__visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);animation:hero-ken 20s ease-in-out infinite alternate}.hero__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-scrim)}.hero__content{position:relative;z-index:1;max-width:48rem}.hero__name{margin:0 0 .55rem;font-family:var(--font-display);font-weight:600;font-size:clamp(3rem,10vw,6.25rem);line-height:.92;letter-spacing:.06em;text-transform:uppercase;opacity:0;transform:translateY(1rem);animation:rise-in .95s cubic-bezier(.22,1,.36,1) .12s forwards}.hero__role{margin:0 0 1.5rem;font-size:clamp(.82rem,1.6vw,1rem);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);opacity:0;transform:translateY(.85rem);animation:rise-in .95s cubic-bezier(.22,1,.36,1) .28s forwards}.hero__social{display:flex;justify-content:center;gap:.85rem;opacity:0;transform:translateY(.75rem);animation:rise-in .95s cubic-bezier(.22,1,.36,1) .42s forwards}.hero__social a{display:inline-flex;align-items:center;justify-content:center;width:2.55rem;height:2.55rem;border:1px solid var(--line);border-radius:50%;color:var(--text);text-decoration:none;background:#00000038;transition:border-color .25s ease,transform .25s ease}[data-theme=light] .hero__social a{background:#ffffff59}.hero__social a:hover{border-color:var(--text);color:var(--text);transform:translateY(-2px)}@keyframes rise-in{to{opacity:1;transform:translateY(0)}}@keyframes hero-ken{0%{transform:scale(1.05) translateZ(0)}to{transform:scale(1.1) translate3d(-1%,-.6%,0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.2rem;font-family:inherit;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;border-radius:0;border:1px solid transparent;transition:background .25s ease,color .25s ease,border-color .25s ease}.btn--primary{background:var(--text);color:var(--bg)}.btn--primary:hover{background:var(--text-muted);color:var(--bg)}.btn--ghost{border-color:var(--line);color:var(--text);background:transparent}.btn--ghost:hover{border-color:var(--text)}.section{padding:calc(var(--space) * 4.5) clamp(1.25rem,4vw,2.5rem);max-width:78rem;margin:0 auto}.section__head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.75rem}.section__title{margin:0 0 1.5rem;font-family:var(--font-display);font-size:clamp(1.75rem,3.4vw,2.4rem);font-weight:600;letter-spacing:.01em}.section__head .section__title{margin-bottom:0}.filters{display:flex;flex-wrap:wrap;gap:.15rem}.filter{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--text-muted);font-family:inherit;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .55rem;cursor:pointer}.filter:hover,.filter.is-active{color:var(--text)}.filter.is-active{text-decoration:underline;text-underline-offset:.35em}.featured-list{display:grid;gap:clamp(1.25rem,3vw,2rem)}.featured-card{display:grid;gap:1rem;color:inherit;text-decoration:none}@media(min-width:860px){.featured-card{grid-template-columns:1.35fr 1fr;gap:1.5rem}.featured-card:nth-child(2n){grid-template-columns:1fr 1.35fr}.featured-card:nth-child(2n) .featured-card__media{order:2}}.featured-card__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-elevated)}.featured-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.featured-card:hover .featured-card__media img{transform:scale(1.04)}.featured-card__body{display:flex;flex-direction:column;justify-content:center}.featured-card__meta{margin:0 0 .65rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.featured-card__title{margin:0 0 .65rem;font-family:var(--font-display);font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:600;line-height:1.1}.featured-card__summary{margin:0 0 1rem;color:var(--text-muted);max-width:28rem;text-wrap:pretty}.featured-card__link{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.featured-card:hover .featured-card__link{color:var(--text-muted)}.work-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.85rem,2vw,1.35rem)}@media(min-width:900px){.work-grid{grid-template-columns:repeat(3,1fr)}}.work-item{opacity:0;transform:translateY(1.1rem);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.work-item.is-visible{opacity:1;transform:translateY(0)}.work-item.is-hidden{display:none}.work-card{display:block;color:inherit;text-decoration:none}.work-card__media{aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-elevated)}.work-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1)}.work-card:hover .work-card__media img{transform:scale(1.05)}.work-card__meta{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.7rem .05rem 0}.work-card__title{margin:0;font-size:.88rem;font-weight:600;line-height:1.25}.work-card__year{flex-shrink:0;font-size:.78rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.work-card__role{margin:.2rem 0 0;font-size:.75rem;color:var(--text-muted)}.clients__list{margin:0;max-width:52rem;font-family:var(--font-display);font-size:clamp(1.35rem,2.8vw,1.9rem);line-height:1.45;color:var(--text-muted)}.clients__list .sep{opacity:.35;margin:0 .35em}.about__grid{display:grid;gap:1.25rem}@media(min-width:800px){.about__grid{grid-template-columns:.45fr 1fr;gap:2rem}}.about__body{max-width:40rem}.about__body p{margin:0 0 1rem;color:var(--text-muted);text-wrap:pretty}.about__body p:first-of-type{color:var(--text);font-size:1.1rem}.tools{list-style:none;margin:1.75rem 0 0;padding:1.25rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;border-top:1px solid var(--line)}.tools li{font-size:.85rem;font-weight:600}.tools li:before{content:"";display:inline-block;width:.35rem;height:.35rem;margin-right:.5rem;background:var(--text);vertical-align:.15em}.contact__lead{margin:-.5rem 0 2rem;max-width:28rem;color:var(--text-muted)}.contact__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.contact__links a{font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2rem);color:var(--text);text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:.2rem;align-self:flex-start;transition:border-color .2s ease,opacity .2s ease}.contact__links a:hover{opacity:.7;border-bottom-color:var(--text);color:var(--text)}.site-footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1.25rem,4vw,2.5rem) 3rem;border-top:1px solid var(--line);color:var(--text-muted);font-size:.8rem}.site-footer a{color:var(--text-muted);text-decoration:none}.site-footer a:hover{color:var(--text)}.page-project .project-main{max-width:52rem;margin:0 auto;padding:clamp(5.5rem,12vh,7rem) clamp(1.25rem,4vw,2.5rem) 3rem}.project-hero-media{aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-elevated);margin-bottom:1.75rem}.project-hero-media img{width:100%;height:100%;object-fit:cover}.project-kicker{margin:0 0 .5rem;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.project-title{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.05}.project-meta{display:grid;gap:.75rem 1.5rem;margin:1.5rem 0;padding:1.25rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}@media(min-width:560px){.project-meta{grid-template-columns:repeat(2,1fr)}}.project-meta dt{margin:0;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.project-meta dd{margin:.15rem 0 0;font-weight:600}.project-summary{color:var(--text-muted);max-width:36rem}.project-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.project-missing{padding:4rem 0}.project-loading{color:var(--text-muted)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero__img,.hero__name,.hero__role,.hero__social,.work-item{animation:none!important;opacity:1!important;transform:none!important}}
