:root{--bg:#111210;--surface:#191a18;--text:#f2f0e9;--muted:#96978f;--line:#343631;--accent:#d2d96b;color:var(--text);background:var(--bg);font-synthesis:none;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--bg);min-width:320px;margin:0;overflow-x:clip}a{color:inherit}button{font:inherit}#app{min-height:100svh}.skip-link{z-index:10;background:var(--accent);color:#111;padding:.7rem 1rem;position:fixed;top:-4rem;left:1rem}.skip-link:focus{top:1rem}main,footer{width:min(100% - 3rem,1600px);margin-inline:auto}.site-header{z-index:20;background:var(--bg);border-bottom:1px solid #f2f0e914;width:100%;height:5.2rem;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;width:min(100% - 3rem,1600px);height:100%;margin-inline:auto;display:flex}.wordmark{color:var(--text);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:.82rem;text-decoration:none;display:flex}.wordmark__mark{color:#111210;background:#fff;border-radius:50%;flex:none;place-items:center;width:2.5rem;height:2.5rem;font-size:1.55rem;font-weight:700;line-height:1;display:grid}.wordmark__copy{gap:.2rem;display:grid}.wordmark__copy strong{font-weight:700}.wordmark__copy>span{color:var(--muted);letter-spacing:.08em;font-size:.58rem;font-weight:700}nav{gap:1.7rem;display:flex}nav a{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding-bottom:.4rem;font-size:.72rem;font-weight:700;text-decoration:none;position:relative}nav a:hover,nav a:focus-visible,nav a.is-active{color:var(--text)}nav a.is-active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:0;left:0;right:0}.nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.32rem;width:2.5rem;height:2.5rem;padding:0;display:none}.nav-toggle span{background:var(--text);width:1.4rem;height:2px;transition:transform .2s,opacity .2s;display:block}body.nav-open .nav-toggle span:first-child{transform:translateY(.52rem)rotate(45deg)}body.nav-open .nav-toggle span:nth-child(2){opacity:0}body.nav-open .nav-toggle span:nth-child(3){transform:translateY(-.52rem)rotate(-45deg)}.home-intro{grid-template-columns:18rem minmax(0,1fr) 15rem;align-items:end;gap:2rem;padding-block:clamp(2.5rem,6vw,5.5rem) clamp(3rem,7vw,6rem);display:grid}.home-intro p,.home-intro span,.project-hero p,.moments>div>p{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:700;line-height:1.4}h1,h2{letter-spacing:-.04em;margin:0}.home-intro__statement{grid-column:1/span 2}.home-intro h1{max-width:19ch;font-size:clamp(3rem,6.5vw,7rem);line-height:1}.home-intro h1 em{color:var(--accent);font-style:normal}.home-intro__secondary{max-width:30rem;color:var(--muted)!important;letter-spacing:0!important;text-transform:none!important;margin-top:1.5rem!important;font-size:.9rem!important;font-weight:400!important;line-height:1.5!important}.experience-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-bottom:clamp(3rem,6vw,5.5rem);display:grid}.experience-stats div{border-left:1px solid var(--line);flex-direction:column;justify-content:center;gap:.65rem;min-height:8.5rem;padding:1.5rem clamp(1rem,2vw,2.2rem);display:flex}.experience-stats div:first-child{border-left:0;flex-direction:row;align-items:baseline}.experience-stats strong{color:var(--text);letter-spacing:-.06em;font-size:clamp(2.1rem,4vw,4.6rem);line-height:.85}.experience-stats div:first-child strong{color:var(--accent)}.experience-stats span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:700;line-height:1.4}.project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding-bottom:clamp(4rem,9vw,8rem);display:grid}.project-card{--tilt-x:0deg;--tilt-y:0deg;--sheen-x:50%;--sheen-y:50%;aspect-ratio:2/3;background:var(--surface);transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1);transform-style:preserve-3d;will-change:transform;border-radius:10px;text-decoration:none;transition:transform .36s cubic-bezier(.2,.8,.2,1),box-shadow .36s;display:block;position:relative;overflow:hidden;box-shadow:0 0 #0000}.project-card img{object-fit:cover;filter:saturate(.88);width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .35s}.project-card:before{content:"";z-index:2;pointer-events:none;background:radial-gradient(circle at var(--sheen-x) var(--sheen-y),#ffffff3d,transparent 38%);opacity:0;transition:opacity .36s;position:absolute;inset:0}.project-card__shade{opacity:.8;background:linear-gradient(#0000 55%,#000000b8);transition:opacity .36s;position:absolute;inset:0}.project-card__meta{z-index:3;flex-wrap:wrap;align-items:flex-start;gap:.4rem;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem}.project-card__meta li{color:#f2f0e9;letter-spacing:.06em;text-shadow:0 1px 2px #00000080;text-transform:uppercase;background:#111210d1;border:1px solid #f2f0e96b;flex:none;width:auto;min-height:0;padding:.35rem .55rem;font-size:.58rem;font-weight:700;line-height:1;display:inline-block}.project-card:hover,.project-card.is-hovered,.project-card:focus-visible{z-index:1;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.07);box-shadow:0 1.5rem 3rem #0000007a}.project-card:hover:before,.project-card.is-hovered:before,.project-card:focus-visible:before{opacity:1}.project-card:hover img,.project-card.is-hovered img,.project-card:focus-visible img{filter:saturate(1.06);transform:scale(1.04)}.project-card:hover .project-card__shade,.project-card.is-hovered .project-card__shade,.project-card:focus-visible .project-card__shade{opacity:.58}.project-card__status-banner{z-index:4;color:#fff;letter-spacing:.14em;pointer-events:none;text-align:center;text-shadow:0 1px 2px #000;text-transform:uppercase;background:linear-gradient(#1112109e,#1112109e),repeating-linear-gradient(135deg,#f7d54aeb 0 12px,#111210eb 12px 24px);border-bottom:2px solid #f7d54aeb;place-items:center;min-height:2.25rem;padding:.35rem .75rem;font-size:.7rem;font-weight:800;line-height:1;display:grid;position:absolute;top:0;left:0;right:0}.project-card .project-card__protected-label{color:var(--project-accent,var(--accent));letter-spacing:.12em;text-shadow:0 1px 2px #000000e6;white-space:nowrap;background:0 0;border:0;border-radius:0;padding:0;font-size:.82rem;line-height:1}.project-card__request-access{z-index:5;color:var(--project-accent,var(--accent));text-align:center;text-shadow:0 1px 2px #000000e6;font-size:.62rem;position:absolute;top:calc(50% + 1.65rem);left:50%;transform:translate(-50%)}.project-card__request-access:hover,.project-card__request-access:focus-visible,.project-card.is-protected:hover .project-card__request-access,.project-card.is-protected.is-hovered .project-card__request-access{border-color:var(--project-accent,var(--accent));color:var(--project-accent,var(--accent));background:#111210f5;text-decoration:none}.project-card[data-project-slug]{cursor:pointer}.project-card.is-work-in-progress{cursor:default}.project-card.is-work-in-progress:hover,.project-card.is-work-in-progress:focus-visible{box-shadow:none;transform:perspective(1000px)rotateX(0)rotateY(0)scale(1)}.project-card.is-work-in-progress:hover:before,.project-card.is-work-in-progress:focus-visible:before{opacity:0}.project-card.is-work-in-progress:hover .project-card__shade,.project-card.is-work-in-progress:focus-visible .project-card__shade{opacity:.8}.project-card.is-restricted{cursor:default}.project-card.is-restricted:hover,.project-card.is-restricted:focus-visible{box-shadow:none;transform:perspective(1000px)rotateX(0)rotateY(0)scale(1)}.project-card.is-restricted:hover:before,.project-card.is-restricted:focus-visible:before{opacity:0}.project-card.is-restricted:hover img,.project-card.is-restricted:focus-visible img{filter:saturate(.88);transform:scale(1)}.project-card.is-restricted:hover .project-card__shade,.project-card.is-restricted:focus-visible .project-card__shade{opacity:.8}.project-card.is-restricted.is-protected{cursor:pointer}.project-card.is-restricted.is-protected:hover,.project-card.is-restricted.is-protected.is-hovered,.project-card.is-restricted.is-protected:focus-visible{z-index:1;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.07);box-shadow:0 1.5rem 3rem #0000007a}.project-card.is-restricted.is-protected:hover:before,.project-card.is-restricted.is-protected.is-hovered:before,.project-card.is-restricted.is-protected:focus-visible:before{opacity:1}.project-card.is-restricted.is-protected:hover img,.project-card.is-restricted.is-protected.is-hovered img,.project-card.is-restricted.is-protected:focus-visible img{filter:blur(14px)saturate(.72);transform:scale(1.08)}.project-card.is-restricted.is-protected:hover .project-card__shade,.project-card.is-restricted.is-protected.is-hovered .project-card__shade,.project-card.is-restricted.is-protected:focus-visible .project-card__shade{opacity:.58}.project-list{border-top:1px solid var(--line);padding-bottom:clamp(5rem,12vw,10rem)}.project-list a{border-bottom:1px solid var(--line);min-height:4.6rem;color:var(--text);letter-spacing:-.03em;grid-template-columns:4rem 1fr 13rem;align-items:center;gap:1rem;font-size:clamp(1.2rem,1.8vw,1.75rem);font-weight:700;text-decoration:none;transition:padding .2s,color .2s;display:grid}.project-list a:hover,.project-list a:focus-visible{color:var(--accent);padding-inline:.5rem}.project-list span,.project-list i{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-style:normal;font-weight:700}.work-highlights{border-top:1px solid var(--line);padding-block:clamp(4rem,9vw,8rem)}.work-highlights__heading h2{margin-top:.8rem;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.88}.work-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3.5rem;display:grid}.work-highlight-card{--tilt-x:0deg;--tilt-y:0deg;--sheen-x:50%;--sheen-y:50%;aspect-ratio:16/9;min-height:0;color:var(--text);background:var(--surface);cursor:pointer;text-align:left;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1);transform-style:preserve-3d;will-change:transform;border:0;border-radius:16px;padding:1rem;text-decoration:none;transition:transform .36s cubic-bezier(.2,.8,.2,1),box-shadow .36s;position:relative;overflow:hidden}.work-highlight-card img{object-fit:contain;filter:saturate(.96)brightness(1.04);width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .35s;position:absolute;inset:0}.work-highlight-card__shade{background:linear-gradient(#00000005,#000000a3);position:absolute;inset:0}.work-highlight-card__number,.work-highlight-card strong,.work-highlight-card__project{z-index:1;display:block;position:relative}.work-highlight-card__number{color:var(--project-accent,var(--accent));letter-spacing:.08em;font-size:.64rem;font-weight:700}.work-highlight-card__tags{z-index:2;flex-wrap:wrap;justify-content:flex-end;gap:.35rem;max-width:70%;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:1rem;right:1rem}.work-highlight-card__tags li{color:#f2f0e9;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#111210d1;border:1px solid #f2f0e96b;border-radius:4px;padding:.35rem .55rem;font-size:.58rem;font-weight:700;line-height:1}.work-highlight-card__tags .feature-designer-name{color:var(--project-accent,var(--accent));display:inline}.work-highlight-card__tags li.is-lead{border-color:var(--accent);color:var(--accent)}.work-highlight-card strong{letter-spacing:-.03em;font-size:1.45rem;transition:bottom .3s;position:absolute;bottom:2.8rem;left:1rem;right:1rem}.work-highlight-card__project{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.64rem;font-weight:700;transition:bottom .3s;position:absolute;bottom:1rem;left:1rem;right:1rem}.work-highlight-card__project i{float:right;color:var(--text);font-style:normal}.work-highlight-card__description{z-index:1;color:#d1d2c9;opacity:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.1rem;font-size:.72rem;line-height:1.4;transition:opacity .25s;display:-webkit-box;position:absolute;bottom:1rem;left:1rem;right:1rem;overflow:hidden}.work-highlight-card:hover strong,.work-highlight-card.is-hovered strong,.work-highlight-card:focus-visible strong{bottom:5.2rem}.work-highlight-card:hover .work-highlight-card__project,.work-highlight-card.is-hovered .work-highlight-card__project,.work-highlight-card:focus-visible .work-highlight-card__project{bottom:3.6rem}.work-highlight-card:hover .work-highlight-card__description,.work-highlight-card.is-hovered .work-highlight-card__description,.work-highlight-card:focus-visible .work-highlight-card__description{opacity:1}.work-highlight-card:before{content:"";z-index:2;pointer-events:none;background:radial-gradient(circle at var(--sheen-x) var(--sheen-y),#ffffff3d,transparent 38%);opacity:0;transition:opacity .22s;position:absolute;inset:0}.work-highlight-card:hover,.work-highlight-card.is-hovered,.work-highlight-card:focus-visible{z-index:1;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.07);box-shadow:0 1.5rem 3rem #0000007a}.work-highlight-card:hover,.work-highlight-card.is-hovered{box-shadow:0 1.5rem 3rem #0000007a, 0 0 0 1px color-mix(in srgb, var(--project-accent,var(--accent)) 20%, transparent)}.work-highlight-card:focus-visible{outline:2px solid var(--project-accent,var(--accent));outline-offset:2px}.work-highlight-card:hover:before,.work-highlight-card.is-hovered:before,.work-highlight-card:focus-visible:before{opacity:1}.work-highlight-card:hover img,.work-highlight-card.is-hovered img,.work-highlight-card:focus-visible img{filter:saturate(1.06);transform:scale(1.04)}footer{border-top:1px solid var(--line);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:2rem;padding:1.4rem 0 2rem;font-size:.65rem;font-weight:700;display:flex}.footer-legal{max-width:56rem}.footer-legal p{margin:0;line-height:1.6}.footer-legal p+p{color:#676961;white-space:nowrap;margin-top:.45rem}.footer-links{flex-shrink:0;align-items:flex-start;gap:1.25rem;display:flex}footer a{color:var(--text);text-decoration:none}footer a:hover,footer a:focus-visible{color:var(--accent)}.back-link{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:2.5rem;font-size:.7rem;font-weight:700;text-decoration:none;display:inline-block}.back-link:hover{color:var(--accent)}.project-hero{grid-template-columns:.85fr 1.15fr;align-items:end;gap:clamp(2rem,7vw,8rem);padding-block:clamp(3.5rem,8vw,7rem);display:grid}.project-hero h1{margin:.8rem 0 1.5rem;font-size:clamp(4rem,9vw,10rem);line-height:.82}.project-hero img.project-hero__logo{aspect-ratio:auto;object-fit:contain;background:0 0;width:auto;max-width:100%;height:clamp(6.5rem,12vw,13rem);display:block}.project-hero__role{color:var(--accent)!important}.project-hero img{aspect-ratio:4/3;object-fit:cover;background:var(--surface);width:100%}.project-page{isolation:isolate;position:relative}.project-page:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(ellipse, color-mix(in srgb, var(--project-accent) 28%, transparent), transparent 68%);opacity:.65;width:52rem;height:32rem;position:absolute;top:2rem;right:-22rem}.project-page .project-hero__role{color:var(--project-accent)!important}.is-project-page .site-header{-webkit-backdrop-filter:blur(10px);background:#1112108c;border-bottom-color:#f2f0e914}.project-page .project-hero{grid-template-columns:1fr;align-items:end;min-height:clamp(28rem,54svh,42rem);padding-block:clamp(6rem,10vw,8rem) clamp(3rem,6vw,5rem);position:relative}.project-page .project-hero>div:first-child{z-index:2;max-width:46rem;padding-left:64px;position:relative}.project-hero__visual-kicker{color:var(--project-accent,var(--accent));letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1.4rem;font-size:.64rem;font-weight:700;display:flex}.project-hero__visual-kicker i{background:var(--project-accent,var(--accent));width:3.5rem;height:1px;box-shadow:0 0 .8rem color-mix(in srgb, var(--project-accent,var(--accent)) 70%, transparent);display:block}.project-hero__visual-kicker span:last-child{color:var(--text);opacity:.72}.project-page .project-hero__image-wrap{z-index:0;width:100vw;height:100%;margin-left:-50vw;position:absolute;top:0;left:50%;overflow:hidden}.project-page .project-hero__image-wrap:before{content:"";z-index:1;background:linear-gradient(90deg,#111210eb 0%,#1112107a 38%,#11121014 76%),linear-gradient(180deg,#1112101f 35%,var(--bg) 100%);position:absolute;inset:0}.project-page .project-hero__image-wrap:after{background:linear-gradient(180deg,transparent 48%,var(--bg) 100%);opacity:.9}.project-page .project-hero__image-wrap img{aspect-ratio:auto;object-fit:cover;-webkit-mask-composite:source-in;width:100%;height:100%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%),linear-gradient(#000 32%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%),linear-gradient(#000 32%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect;object-position:var(--hero-position,50% 58%)!important}.action-tag{-webkit-backdrop-filter:blur(10px);color:#f2f0e9;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#1112108c;border:1px solid #f2f0e98c;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem .8rem;font-size:.65rem;font-weight:700;text-decoration:none;transition:background .3s,border-color .3s,color .3s,transform .3s;display:inline-flex}.action-tag:hover,.action-tag:focus-visible{border-color:var(--project-accent,var(--accent));color:var(--project-accent,var(--accent));background:#111210f5}.action-tag.is-disabled,.action-tag:disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.project-hero-nav{z-index:10;gap:.65rem;position:absolute;top:1.5rem;transform:scale(1)}.project-hero-nav:hover,.project-hero-nav:focus-visible{transform:scale(1.05)}.project-hero-nav--prev{left:64px}.project-hero-nav--next{right:64px}.project-hero-nav__arrow{font-size:1.1rem;line-height:1}.project-hero-nav__label{flex-direction:column;gap:.15rem;max-width:12rem;line-height:1;display:flex}.project-hero-nav__eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:700}.project-hero-nav__title{text-overflow:ellipsis;white-space:nowrap;min-height:1em;font-size:.78rem;font-weight:700;overflow:hidden}.project-overview-jump{flex:none;margin-top:2rem;transform:scale(1)}.project-overview-jump:hover,.project-overview-jump:focus-visible{transform:scale(1.05)}.project-overview-jump span{font-size:1rem;line-height:.7}.project-hero__image-wrap{position:relative;overflow:hidden}.project-hero__image-wrap:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(ellipse at center, transparent 52%, var(--bg) 100%);opacity:.48;position:absolute;inset:0}.project-hero__image-wrap img{-webkit-mask-composite:source-in;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%),linear-gradient(#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%),linear-gradient(#0000 0%,#000 8% 92%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.project-card__protected-label,.project-hero__protected-label{z-index:4;color:#f2f0e9;letter-spacing:.08em;text-transform:uppercase;background:#111210e0;border:1px solid #f2f0e98c;border-radius:4px;padding:.45rem .65rem;font-size:.65rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-summary{border-top:1px solid var(--line);flex-direction:column;gap:1.5rem;width:100%;max-width:none;padding-block:clamp(2.5rem,5vw,4rem);display:flex}.project-summary__role{letter-spacing:-.03em;font-size:clamp(2rem,3.4vw,3.4rem);font-weight:700;display:block}.project-summary__lede{max-width:44rem;color:var(--muted);letter-spacing:0;margin:.9rem 0 0;font-size:clamp(.85rem,1.05vw,1rem);font-weight:400;line-height:1.55}.project-detail-list{width:min(100%,44rem);margin:0;display:block}.project-detail-list>div{border-bottom:1px solid var(--line);justify-content:flex-start;align-items:baseline;gap:1.5rem;padding-block:.9rem;display:flex}.project-detail-list>div:last-child{border-bottom:0}dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex:0 0 8rem;margin-bottom:0;font-size:.63rem;font-weight:700}dd{text-align:left;margin:0;font-size:.85rem}.project-summary:has(.project-points){grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);grid-template-areas:"role role""lede points""details points";gap:1.1rem clamp(2rem,5vw,4rem);max-width:none;display:grid}.project-summary:has(.project-points) .project-summary__role{grid-area:role}.project-summary:has(.project-points) .project-summary__lede{grid-area:lede;align-self:end;max-width:none}.project-summary:has(.project-points) .project-detail-list{grid-area:details}.project-summary:has(.project-points) .project-points{grid-area:points}.project-points{border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;align-items:start;gap:2rem 2.5rem;margin:0;padding:0 0 0 clamp(1.5rem,3vw,2.5rem);list-style:none;display:grid}.project-points li{grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-content:start;align-items:center;gap:.35rem .5rem;display:grid}.project-points li:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 1.25rem)}.project-points__bullet{background:var(--project-accent,var(--accent));grid-area:1/1;width:.55rem;height:.55rem;display:inline-block}.project-points li strong{grid-area:1/2}.project-points li p{grid-area:2/1/auto/-1}.project-points strong{letter-spacing:-.01em;font-size:.95rem}.project-points p{max-width:none;color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.about-page{padding-bottom:clamp(5rem,11vw,10rem)}.eyebrow{color:var(--project-accent,var(--accent));letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.65rem;font-weight:700}.about-profile{grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(3rem,10vw,10rem);padding-block:clamp(3rem,6vw,5.5rem);display:grid}.about-profile__identity{display:block}.about-portrait{place-items:center;width:min(100%,16rem);display:grid}.about-portrait img{object-fit:contain;width:100%;height:100%}.about-copy{max-width:40rem;padding-top:.1rem}.about-copy h1{margin:.8rem 0 2rem;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.88}.about-copy>p:not(.eyebrow){color:#d1d2c9;margin:0;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.55}.about-copy>p+p{color:var(--muted);margin-top:1.2rem}.about-resume-link{border-bottom:1px solid var(--accent);color:var(--text);letter-spacing:.06em;text-transform:uppercase;gap:.65rem;margin-top:1.8rem;padding-bottom:.45rem;font-size:.76rem;font-weight:700;text-decoration:none;display:inline-flex}.about-resume-link:hover,.about-resume-link:focus-visible{color:var(--accent)}.about-timeline,.about-capabilities,.gameography{border-top:1px solid var(--line);grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,10vw,10rem);padding-block:clamp(4rem,9vw,8rem);display:grid}.about-timeline{padding-block:clamp(3rem,6vw,5.5rem)}.about-section-heading h2{margin-top:.8rem;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.88}.about-timeline ol{margin:0;padding:0;list-style:none}.about-timeline li{border-bottom:1px solid var(--line);grid-template-columns:8rem 1fr;gap:1rem;padding-block:1.7rem;display:grid}.about-timeline li:last-child{border-bottom:0}.about-timeline time{color:var(--muted);letter-spacing:.08em;padding-top:.25rem;font-size:.7rem;font-weight:700}.about-timeline strong{letter-spacing:-.03em;font-size:clamp(1.1rem,1.7vw,1.65rem);display:block}.about-timeline span{color:var(--muted);margin-top:.4rem;font-size:.75rem;display:block}.about-timeline p{color:#c6c7bf;max-width:44rem;margin:1rem 0 0;font-size:.9rem;line-height:1.5}.role-tags{flex-wrap:wrap;align-items:flex-start;gap:.4rem;margin:1.15rem 0 0;padding:0;list-style:none;display:flex}.role-tags li{border:1px solid var(--line);width:auto;min-height:0;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;flex:none;padding:.35rem .55rem;font-size:.58rem;font-weight:700;line-height:1;display:inline-block}.about-career{grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(3rem,10vw,10rem);padding-block:clamp(3rem,6vw,5.5rem);display:grid}.about-career__profile{text-align:left;max-width:32rem}.about-career__profile h1{margin:1rem 0 1.2rem;font-size:clamp(1.8rem,2.6vw,2.8rem);line-height:.95}.about-career__profile>p{color:#d1d2c9;margin:0;font-size:.9rem;line-height:1.5}.about-career__profile>p+p{color:var(--muted);margin-top:.85rem}.about-career__timeline .about-resume-link{margin-top:0;margin-bottom:1.8rem}.about-career__timeline ol{margin:0;padding:0;list-style:none}.about-career__timeline li{border-bottom:1px solid var(--line);grid-template-columns:8rem 1fr;gap:1rem;padding-block:1.7rem;display:grid}.about-career__timeline li:first-child{border-top:1px solid var(--line)}.about-career__timeline time{color:var(--muted);letter-spacing:.08em;padding-top:.25rem;font-size:.7rem;font-weight:700}.about-career__timeline strong{letter-spacing:-.03em;font-size:clamp(1.1rem,1.7vw,1.65rem);display:block}.about-career__timeline span{color:var(--muted);margin-top:.4rem;font-size:.75rem;display:block}.about-career__timeline p{color:#c6c7bf;max-width:44rem;margin:1rem 0 0;font-size:.9rem;line-height:1.5}.about-career__timeline .role-tags li{border:1px solid var(--line);width:auto;min-height:0;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;flex:none;padding:.35rem .55rem;font-size:.58rem;font-weight:700;line-height:1;display:inline-block}.capability-groups{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;display:grid}.capability-groups>div{padding:0}.capability-groups h3{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .85rem;font-size:.65rem}.capability-groups ul{flex-wrap:wrap;align-items:flex-start;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.capability-groups li{border:1px solid var(--line);width:auto;min-height:0;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;flex:none;padding:.35rem .55rem;font-size:.58rem;font-weight:700;line-height:1;display:inline-block}.gameography-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.gameography-list li{border-bottom:1px solid var(--line);grid-template-columns:3rem minmax(10rem,1fr) 4rem;align-items:center;gap:1rem;min-height:4.8rem;display:grid}.gameography-list span,.gameography-list time,.gameography-list em{color:var(--muted);letter-spacing:.08em;font-size:.65rem;font-style:normal;font-weight:700}.gameography-list li>div{gap:.35rem;display:grid}.gameography-list strong{letter-spacing:-.02em;font-size:clamp(1rem,1.55vw,1.45rem)}.gameology-disclaimer{max-width:43rem;color:var(--muted);margin:1rem 0 0;font-size:.72rem;line-height:1.5}.moments{border-top:1px solid var(--line);padding-block:clamp(4rem,9vw,8rem)}.moments h2{margin-top:.7rem;font-size:clamp(2.5rem,5vw,5.5rem);line-height:.88}.moment-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3.5rem;display:grid}.moment-card{min-height:24rem;color:var(--text);background:var(--surface);cursor:pointer;text-align:left;border:0;padding:1rem;position:relative;overflow:hidden}.moment-card img{object-fit:cover;opacity:.76;width:100%;height:100%;transition:transform .4s,opacity .3s;position:absolute;inset:0}.moment-card:after{content:"";background:linear-gradient(#0000001a,#000000d9);position:absolute;inset:0}.moment-card span,.moment-card strong,.moment-card i{z-index:1;display:block;position:relative}.moment-card span{letter-spacing:.08em;font-size:.64rem;font-weight:700}.moment-card strong{letter-spacing:-.04em;font-size:1.6rem;position:absolute;bottom:2.6rem;left:1rem;right:1rem}.moment-card i{letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-style:normal;font-weight:700;position:absolute;bottom:1rem;left:1rem}.moment-card:hover img,.moment-card:focus-visible img{opacity:1;transform:scale(1.06)}.moment-dialog{width:min(100% - 2rem,1100px);max-height:calc(100svh - 2rem);color:var(--text);background:var(--surface);border:1px solid var(--line);padding:0}.dialog-close{z-index:2;position:absolute;top:1rem;right:1rem}.dialog-close:hover,.dialog-close:focus-visible{transform:scale(1.05)}.dialog-content{grid-template-columns:1.25fr .75fr;min-height:min(700px,100svh - 2rem);display:grid}.dialog-content img{object-fit:cover;width:100%;height:100%;min-height:28rem}.dialog-content div{align-self:end;padding:clamp(2rem,5vw,4rem)}.dialog-content p:first-child{color:var(--project-accent,var(--accent));letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:700}.dialog-content h2{font-size:clamp(2.5rem,5vw,4.5rem);line-height:.88}.dialog-content p:last-child,.dialog-content__copy{color:var(--muted);font-size:1rem;line-height:1.5}.dialog-feature-nav{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.6rem;padding-top:1.2rem;display:flex}.dialog-feature-nav__btn{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:.5rem;padding:0;font-size:.7rem;font-weight:700;transition:color .2s;display:inline-flex}.dialog-feature-nav__btn:hover,.dialog-feature-nav__btn:focus-visible{color:var(--project-accent,var(--accent))}.dialog-feature-nav__btn--next{margin-left:auto}.feature-dialog-nav__btn{gap:.55rem}.feature-dialog-nav__btn>span{text-align:left;flex-direction:column;gap:.15rem;display:flex}.feature-dialog-nav__btn>span small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.55rem;font-weight:700}.moment-dialog{width:calc(100vw - 256px);max-width:none;height:calc(100vh - 256px);max-height:none;color:var(--text);background:var(--bg);border:1px solid var(--line);padding:0;overflow:hidden}.moment-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d6}.feature-dialog-shell{overscroll-behavior:contain;height:100%;overflow:auto}.feature-dialog-header{z-index:8;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111210e6;justify-content:space-between;align-items:center;min-height:4.5rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.feature-dialog-nav{align-items:center;gap:.55rem;display:flex}.feature-dialog-nav:empty{display:none}.feature-dialog-nav__btn{min-width:0}.feature-dialog-close{width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;background:#1112109e;border:1px solid #f2f0e98c;border-radius:50%;place-items:center;padding:0;font-size:1.35rem;line-height:1;transition:background .2s,border-color .2s,color .2s,transform .2s;display:grid}.feature-dialog-close:hover,.feature-dialog-close:focus-visible{border-color:var(--project-accent,var(--accent));color:var(--project-accent,var(--accent));background:#111210f5;transform:scale(1.05)}.moment-dialog .dialog-content{min-height:0;display:block}.feature-content-intro{max-width:none;margin:0;padding:2.5rem clamp(2rem,6vw,7rem) 1.5rem}.feature-content-intro h2{margin-top:.7rem;font-size:clamp(3rem,7vw,7rem);line-height:.88}.feature-content-intro__project{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:.9rem 0 0;font-size:.7rem;font-weight:700}.feature-content-intro__tags{flex-wrap:wrap;gap:.4rem;margin:1.3rem 0 0;padding:0;list-style:none;display:flex}.feature-content-intro__tags li{color:var(--text);letter-spacing:.06em;text-transform:uppercase;background:#111210d1;border:1px solid #f2f0e96b;border-radius:4px;padding:.35rem .55rem;font-size:.58rem;font-weight:700}.feature-content-intro .dialog-content__copy{color:#d1d2c9;max-width:44rem;margin:1.5rem 0 0;font-size:1rem;line-height:1.55}.feature-custom-content{min-height:clamp(20rem,46vw,42rem);color:var(--muted);letter-spacing:.1em;text-transform:uppercase;background:#191a186b;border:1px dashed #f2f0e933;place-items:center;margin:0 clamp(2rem,6vw,7rem);font-size:.65rem;font-weight:700;display:grid}.feature-content-media{margin:clamp(2rem,5vw,5rem) clamp(2rem,6vw,7rem) 0}.feature-content-media img{object-fit:cover;border-radius:12px;width:100%;max-height:42rem;display:block}.feature-trailer{border-top:1px solid var(--line);margin:2rem clamp(2rem,6vw,7rem) 0;padding-top:1.5rem}.feature-trailer__heading h3{margin-top:.7rem;font-size:clamp(2.5rem,5vw,5rem);line-height:.88}.feature-trailer__frame{aspect-ratio:16/9;background:#000;border-radius:12px;margin-top:1.25rem;position:relative;overflow:hidden}.feature-trailer .project-trailer__preview{margin-top:1.25rem}.feature-trailer__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.feature-related{border-top:1px solid var(--line);margin:3rem clamp(2rem,6vw,7rem) 0;padding:2.5rem 0 6rem}.feature-related__heading h3{margin-top:.7rem;font-size:clamp(2.5rem,5vw,5rem);line-height:.88}.feature-related__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.feature-related__grid .project-card{aspect-ratio:2/3}.moment-dialog{border:0;width:auto;max-width:none;height:auto;max-height:calc(100dvh - 128px);margin:0;inset:64px}.feature-dialog-shell{height:auto;max-height:calc(100dvh - 128px);overflow:auto}.feature-dialog-footer{width:auto;max-width:none;margin:0;padding:2rem clamp(2rem,6vw,7rem) 2.5rem}.project-trailer{border-top:1px solid var(--line);padding-block:clamp(4rem,9vw,8rem)}.project-trailer__heading h2{margin-top:.8rem;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.88}.project-trailer__preview{--tilt-x:0deg;--tilt-y:0deg;aspect-ratio:16/9;cursor:pointer;width:100%;transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1);transform-style:preserve-3d;will-change:transform;background:#000;border:0;border-radius:16px;margin-top:3rem;padding:0;transition:transform .36s cubic-bezier(.2,.8,.2,1),box-shadow .36s;display:block;position:relative;overflow:hidden}.project-trailer__preview:hover,.project-trailer__preview.is-hovered,.project-trailer__preview:focus-visible{transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.02);box-shadow:0 1.5rem 3rem #0000007a}.project-trailer__preview:after{content:"";z-index:1;background:linear-gradient(#11121033 0%,#1112108c 100%);transition:background .3s;position:absolute;inset:0}.project-trailer__preview:hover:after,.project-trailer__preview:focus-visible:after{background:linear-gradient(#1112108c 0%,#111210cc 100%)}.project-trailer__preview img{object-fit:cover;filter:none;width:100%;height:100%;transition:filter .3s,transform .5s cubic-bezier(.2,.8,.2,1);transform:scale(1)}.project-trailer__preview:hover img,.project-trailer__preview:focus-visible img{filter:blur(22px)saturate(.75)brightness(.68);transform:scale(1.08)}.project-trailer__play{z-index:4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-trailer__preview:hover .project-trailer__play,.project-trailer__preview:focus-visible .project-trailer__play{border-color:var(--project-accent,var(--accent));color:var(--project-accent,var(--accent));background:#111210f5;transform:translate(-50%,-50%)scale(1.05)}.video-dialog{border:1px solid var(--line);background:#000;width:min(96vw,160vh,1900px);padding:0}.video-dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000db}.video-dialog__frame{aspect-ratio:16/9;position:relative}.video-dialog__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.about-career__profile{padding-left:clamp(.5rem,1.5vw,1.5rem)}.about-career__profile .about-portrait{width:min(100%,18rem);margin-inline:0}.about-career__profile h1{text-align:center;margin-top:1.75rem}.about-career__profile>p{margin-left:0}.process-page{padding-bottom:clamp(5rem,11vw,10rem)}.process-intro{padding-block:clamp(3rem,6vw,5.5rem) clamp(2rem,4vw,3rem)}.process-intro h1{margin-top:.8rem;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.88}.process-lede{max-width:38rem;color:var(--muted);margin:1.2rem 0 0;font-size:1rem;line-height:1.55}.process-timeline{border-top:1px solid var(--line);padding-block:clamp(3rem,6vw,5.5rem)}.process-timeline ol{margin:0;padding:0;list-style:none}.process-timeline li{border-bottom:1px solid var(--line);grid-template-columns:8rem 1fr;gap:1rem;padding-block:1.7rem;display:grid}.process-timeline time{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding-top:.25rem;font-size:.7rem;font-weight:700}.process-timeline strong{letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(1.1rem,1.7vw,1.65rem);display:block}.process-timeline p{color:#c6c7bf;max-width:44rem;margin:1rem 0 0;font-size:.9rem;line-height:1.5}@media (width<=1020px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){main,footer,.site-header__inner{width:min(100% - 2rem,1480px)}.site-header{height:4.5rem}.nav-toggle{display:flex}nav{background:var(--bg);border-bottom:1px solid var(--line);opacity:0;visibility:hidden;flex-direction:column;gap:0;padding:.5rem 1.5rem;transition:opacity .2s,transform .2s,visibility .2s;position:fixed;top:4.5rem;left:0;right:0;transform:translateY(-.5rem)}nav a{border-bottom:1px solid var(--line);padding-block:.9rem;font-size:.72rem}nav a:last-child{border-bottom:0}body.nav-open nav{opacity:1;visibility:visible;transform:translateY(0)}.home-intro{grid-template-columns:1fr;gap:1.5rem;padding-block:4rem 3.5rem}.home-intro h1{font-size:clamp(3rem,13vw,5rem)}.experience-stats{grid-template-columns:repeat(2,1fr)}.experience-stats div{min-height:7rem;padding:1.2rem}.experience-stats div:nth-child(odd){border-left:0}.experience-stats div:nth-child(n+3){border-top:1px solid var(--line)}.experience-stats strong{font-size:2.25rem}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.moment-grid{grid-template-columns:1fr}.project-card{aspect-ratio:2/3}.project-list a{grid-template-columns:2.2rem 1fr;min-height:4rem}.project-list i{display:none}footer{display:grid}.footer-legal p+p{white-space:normal}.footer-links{flex-wrap:wrap}.project-hero,.project-summary,.dialog-content,.about-profile,.about-career,.about-intro,.about-timeline,.about-capabilities,.gameography{grid-template-columns:1fr}.project-summary:has(.project-points){grid-template-columns:1fr;grid-template-areas:"role""lede""details""points"}.project-points{border-left:0;border-top:1px solid var(--line);grid-template-columns:1fr;padding-top:1.5rem;padding-left:0}.project-hero{padding-block:3.5rem}.project-hero h1{font-size:clamp(4rem,18vw,6.5rem)}.project-hero img{order:-1}.project-hero-nav__label{display:none}.project-hero-nav{padding:.6rem}.about-profile{gap:2rem;padding-block:4rem}.about-career{gap:2.5rem;padding-block:4rem}.about-career__timeline li{grid-template-columns:5.5rem 1fr}.about-portrait{width:min(100%,22rem)}.about-intro{gap:2rem;padding-block:4rem}.about-intro .eyebrow{grid-column:auto}.about-intro h1{font-size:clamp(3.3rem,14vw,5rem)}.about-timeline li{grid-template-columns:5.5rem 1fr}.capability-groups{grid-template-columns:1fr}.gameography-list li{grid-template-columns:2rem 1fr 3.5rem;gap:.65rem;padding-block:.8rem}.gameography-list em{grid-column:2/-1;font-size:.61rem}dl{grid-template-columns:1fr;gap:1.2rem}.moment-card{min-height:19rem}.dialog-content img{min-height:18rem;max-height:42svh}.about-career__profile{text-align:center;max-width:none;padding-left:0}.about-career__profile .about-portrait{width:min(100%,14rem);margin-inline:auto}.about-career__profile>p{margin-left:0}.process-timeline li{grid-template-columns:5.5rem 1fr}.wordmark__copy{display:grid}.project-page .project-hero{height:min(125vw,42rem);min-height:0;padding-block:5.5rem 3rem}.project-page .project-hero>div:first-child{padding-left:0}.project-page .project-hero__image-wrap{height:100%;top:0}.project-page .project-hero__image-wrap img{-webkit-mask-image:linear-gradient(#000 28%,#0000 100%);mask-image:linear-gradient(#000 28%,#0000 100%);object-position:var(--hero-position,50% 58%)!important}.project-page .project-hero__logo{height:clamp(5rem,28vw,7rem)}.project-hero-nav--prev{left:0}.project-hero-nav--next{right:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}.project-card__meta li,.role-tags li,.capability-groups li{color:#f2f0e9;letter-spacing:.06em;text-transform:uppercase;background:#111210d1;border:1px solid #f2f0e96b;border-radius:4px;padding:.35rem .55rem;font-size:.58rem;font-weight:700;line-height:1}.project-card__meta li.is-lead{border-color:var(--accent);color:var(--accent)}.project-card.is-protected img,.project-card.is-protected:hover img,.project-card.is-protected.is-hovered img,.project-card.is-protected:focus-visible img,.project-card.project-card--fc28 img,.project-card.project-card--fc28:hover img,.project-card.project-card--fc28.is-hovered img,.project-card.project-card--fc28:focus-visible img{filter:blur(14px)saturate(.72);transform:scale(1.08)}.project-title--blur{filter:blur(8px)}.project-hero img.is-protected{filter:blur(14px)saturate(.72);transform:scale(1.04)}.about-career__profile .about-portrait{margin-inline:auto}.about-career__timeline .role-tags li{color:#f2f0e9;background:#111210d1;border:1px solid #f2f0e96b}@media (width<=760px){.experience-stats div:first-child{flex-direction:column;align-items:flex-start}.experience-stats div:first-child span{white-space:normal}}.process-timeline li{transition:background .2s,padding-inline .2s;position:relative}.process-timeline li:before{content:"";background:var(--accent);opacity:.22;transform-origin:50%;width:2px;transition:opacity .2s,transform .2s;position:absolute;top:1.7rem;bottom:1.7rem;left:0;transform:scaleY(.35)}.process-timeline li:hover,.process-timeline li:focus-within{background:#d2d96b0b;padding-inline:.75rem}.process-timeline li:hover:before,.process-timeline li:focus-within:before{opacity:1;transform:scaleY(1)}.process-timeline time{border:1px solid var(--line);width:max-content;color:var(--accent);background:#111210d1;border-radius:4px;padding:.35rem .5rem;display:inline-flex}nav a,footer a{color:var(--muted)}nav a:hover,nav a:focus-visible,footer a:hover,footer a:focus-visible,.about-resume-link:hover,.about-resume-link:focus-visible,.back-link:hover,.back-link:focus-visible,a:focus-visible{color:var(--accent)}nav a,.footer-links a{font-size:.72rem}@media (width<=760px){.footer-links a{font-size:.61rem}}.experience-stats div:first-child{flex-direction:column;align-items:flex-start}.experience-stats div:first-child span{white-space:normal}@media (width<=760px){.project-page .project-hero{grid-template-columns:1fr;height:min(125vw,42rem);min-height:0;padding:0}.project-page .project-hero>div:first-child{z-index:2;text-align:center;flex-direction:column;align-items:center;padding-left:0;display:flex;position:absolute;bottom:3rem;left:0;right:0}.project-page .project-hero__image-wrap{z-index:0;order:initial;width:calc(100% + 2rem);height:100%;margin-left:0;position:absolute;top:0;left:-1rem}.project-page .project-hero__image-wrap img{aspect-ratio:auto;object-fit:cover;width:100%;height:100%;transform:scale(var(--mobile-hero-scale,1.45));transform-origin:var(--mobile-hero-origin,50% 58%);-webkit-mask-image:none;mask-image:none}}@media (width<=1020px){.work-highlights{grid-template-columns:1fr;gap:2rem}.work-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.work-highlights{gap:2rem;padding-block:4rem}.work-highlight-grid{grid-template-columns:1fr}.work-highlight-card{min-height:0}}@keyframes route-out{to{opacity:0;filter:blur(2px)}}@keyframes route-in{0%{opacity:0;filter:blur(3px)}to{opacity:1;filter:blur()}}::view-transition-old(root){animation:.2s cubic-bezier(.4,0,1,1) both route-out}::view-transition-new(root){animation:.42s cubic-bezier(.2,.8,.2,1) both route-in}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}}.project-card.is-work-in-progress img{filter:grayscale(.45)saturate(.35)}.project-card.is-work-in-progress:hover,.project-card.is-work-in-progress:focus-visible{z-index:1;transform:perspective(1000px)rotateX(0)rotateY(0)scale(1.07);box-shadow:0 1.5rem 3rem #0000007a}.project-card.is-work-in-progress:hover img,.project-card.is-work-in-progress:focus-visible img{filter:grayscale(.45)saturate(.35);transform:scale(1.04)}.moments .work-highlight-card img{object-fit:contain;opacity:1;width:100%;height:100%;inset:0}.work-highlights .work-highlight-card{aspect-ratio:16/9;min-height:0}.work-highlights .work-highlight-card img{object-fit:contain;opacity:1;width:100%;height:100%;inset:0}.work-highlights .work-highlight-card strong{color:var(--project-accent,var(--accent));letter-spacing:-.03em;font-size:1.45rem;position:absolute;bottom:2.8rem;left:1rem;right:1rem}.work-highlights .work-highlight-card__number{position:absolute;inset:1rem auto auto 1rem}.work-highlights .work-highlight-card__project,.work-highlights .work-highlight-card__description{position:absolute;bottom:1rem;left:1rem;right:1rem}.work-highlights .work-highlight-card:hover strong,.work-highlights .work-highlight-card.is-hovered strong,.work-highlights .work-highlight-card:focus-visible strong{bottom:5.2rem}.work-highlights .work-highlight-card:hover .work-highlight-card__project,.work-highlights .work-highlight-card.is-hovered .work-highlight-card__project,.work-highlights .work-highlight-card:focus-visible .work-highlight-card__project{bottom:3.6rem}.work-highlights .work-highlight-card:hover .work-highlight-card__description,.work-highlights .work-highlight-card.is-hovered .work-highlight-card__description,.work-highlights .work-highlight-card:focus-visible .work-highlight-card__description{opacity:1}@media (width<=760px){.moment-dialog{width:auto;height:auto;max-height:calc(100dvh - 128px);inset:64px}.feature-dialog-header{min-height:4rem;padding:.75rem 1rem}.feature-content-intro{padding:2.5rem 1rem 1.5rem}.feature-content-intro h2{font-size:clamp(2.5rem,12vw,4.5rem)}.feature-custom-content{min-height:24rem;margin-inline:1rem}.feature-content-media,.feature-related{margin-inline:1rem}.feature-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}.feature-dialog-nav{gap:.8rem}.feature-dialog-nav__btn{white-space:nowrap;gap:.65rem}.feature-dialog-nav__btn>span{white-space:nowrap;display:block}.feature-dialog-header__actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.feature-dialog-project{white-space:nowrap}.feature-dialog-close{flex:none}@keyframes mobile-tile-select{0%{transform:scale(1)}50%{transform:scale(.985)}to{transform:scale(1)}}@media (width<=760px){.project-card,.project-card:hover,.project-card.is-hovered,.project-card:focus-visible,.work-highlight-card,.work-highlight-card:hover,.work-highlight-card.is-hovered,.work-highlight-card:focus-visible{box-shadow:none;transform:none!important}.project-card:active,.project-card:focus-visible,.work-highlight-card:active,.work-highlight-card:focus-visible{animation:.2s ease-out mobile-tile-select}.project-card img,.project-card:hover img,.project-card.is-hovered img,.project-card:focus-visible img,.work-highlight-card img,.work-highlight-card:hover img,.work-highlight-card.is-hovered img,.work-highlight-card:focus-visible img{transform:none!important}}.project-card.project-card--fc28 img,.project-card.project-card--fc28:hover img,.project-card.project-card--fc28.is-hovered img,.project-card.project-card--fc28:focus-visible img,.project-card.project-card--fc28.is-work-in-progress img,.project-card.project-card--fc28.is-work-in-progress:hover img,.project-card.project-card--fc28.is-work-in-progress:focus-visible img{filter:blur(14px)grayscale()saturate(0)!important;transform:scale(1.08)!important}.project-card__unlock{z-index:5;color:var(--project-accent,var(--accent));text-align:center;text-shadow:0 1px 2px #000000e6;font-size:.62rem;position:absolute;top:calc(50% + 1.65rem);left:50%;transform:translate(-50%)}.project-card__unlock:hover{color:#f2f0e9;background:#1112108c;border-color:#f2f0e98c;text-decoration:none}.project-card__unlock:focus-visible,.project-card__unlock:active{border-color:var(--project-accent,var(--accent));color:var(--project-accent,var(--accent));background:#111210f5;text-decoration:none}.project-card__unlock:disabled{opacity:.7;cursor:wait}.project-card.is-restricted.is-protected:hover .project-card__unlock,.project-card.is-restricted.is-protected.is-hovered .project-card__unlock,.project-card.is-restricted.is-protected:focus-visible .project-card__unlock{border-color:var(--project-accent,var(--accent));color:var(--project-accent,var(--accent));background:#111210f5}.unlock-dialog{border:1px solid var(--line);width:min(100% - 2rem,30rem);color:var(--text);background:linear-gradient(#191a18fa,#111210fa);border-radius:14px;padding:0}.unlock-dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000c7}.unlock-dialog__panel{gap:.85rem;margin:0;padding:1.4rem;display:grid}.unlock-dialog__panel .eyebrow{margin:0}.unlock-dialog__panel h2{letter-spacing:-.03em;margin:0;font-size:1.65rem}.unlock-dialog__copy{color:var(--muted);margin:0 0 .2rem;font-size:.82rem;line-height:1.45}.unlock-dialog__label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:700}.unlock-dialog__input{border:1px solid var(--line);width:100%;color:var(--text);background:#111210f2;border-radius:10px;padding:.78rem .9rem;font-size:.92rem}.unlock-dialog__input:focus-visible{outline:2px solid var(--project-accent,var(--accent));outline-offset:1px}.unlock-dialog__error{color:#ff8686;margin:0;font-size:.78rem}.unlock-dialog__actions{justify-content:flex-end;gap:.6rem;margin-top:.4rem;display:flex}.unlock-dialog__actions .action-tag[disabled]{opacity:.7;cursor:wait}.project-card__request-access{display:none!important}
