/* MAKEWONDER — material, typography and direct manipulation. */
:root{--wonder-ink:#0b0c0d;--wonder-paper:#f0f0ec;--wonder-line:#ffffff2d;--wonder-ease:cubic-bezier(.2,.8,.15,1)}
.portfolio-home{background:var(--wonder-ink)}
.portfolio-home .site-header{height:94px;border-bottom:1px solid #ffffff25}
.portfolio-home .wordmark{letter-spacing:-.065em;font-size:1.625rem}
.portfolio-home .header-cta{background:transparent;color:#fff;padding:12px 0;border-bottom:1px solid #ffffff8c;border-radius:0}
.portfolio-home .header-cta:hover{background:transparent;color:#d2b79a}
.wonder-hero{position:relative;isolation:isolate;min-height:780px;height:100svh;max-height:1250px;overflow:hidden;background:#070808;color:#f4f4ef}
.wonder-material{position:absolute;inset:0;overflow:hidden;--stage-inset:0px}
.wonder-material #hero-art,.wonder-material #wonder-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:none;max-width:none}
.wonder-material #wonder-canvas{opacity:0;pointer-events:none;transition:opacity .8s}
.wonder-material #wonder-canvas.ready{opacity:1}
.wonder-hero-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#050606ce 0%,#05060675 29%,#05060600 65%),linear-gradient(180deg,#05060660,transparent 28%,transparent 62%,#050606ef)}
.wonder-hero-top{position:absolute;top:125px;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;align-items:start;gap:24px;color:#c7c9c7;pointer-events:none}
.wonder-hero-top>.mono{font-size:.75rem;letter-spacing:.06em;max-width:290px;line-height:1.8}
.wonder-hero-top .motion-toggle{padding:0;min-height:44px;pointer-events:auto;color:#e1e1db;align-items:start}
.wonder-hero-top .motion-icon{width:30px;height:30px}
.wonder-hero-top .motion-label{padding-top:4px}
.wonder-hero-title{position:absolute;left:var(--pad);right:var(--pad);top:26%;pointer-events:none}
.wonder-hero-title h1{font-size:clamp(100px,12.3vw,205px);line-height:.91;letter-spacing:-.078em;font-weight:500;width:max-content;max-width:100%;padding-bottom:.1em}
.wonder-hero-title h1>span{display:block;overflow:hidden;padding-right:.12em}
.wonder-hero-title em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.07em;line-height:1.1}
.wonder-hero-title>p{font-size:clamp(17px,1.4vw,22px);line-height:1.65;letter-spacing:-.025em;margin-top:28px;color:#e4e4df;word-break:keep-all}
.wonder-hero-bottom{position:absolute;bottom:30px;left:var(--pad);right:var(--pad);display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:35px;border-top:1px solid var(--wonder-line);padding-top:24px}
.wonder-work-link{display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:270px;font-size:1rem}
.wonder-link-icon{display:grid;place-items:center;border:1px solid #ffffff66;width:50px;height:50px;border-radius:50%;font-size:1.5rem;transition:background .3s,color .3s,transform .5s var(--wonder-ease);flex:none}
.wonder-work-link:hover .wonder-link-icon{background:#f0f0ec;color:#111;transform:translateY(4px)}
.wonder-hero-fields{display:flex;flex-direction:column;font-size:.875rem;line-height:1.75;color:#a5a7a3}
.wonder-material-caption{color:#91958e;max-width:150px;text-align:right;font-size:.75rem}
.portfolio-home .project-gallery{position:relative;background:#0b0c0d;color:#f0f0ec;padding-top:88px;padding-bottom:56px;border-top:1px solid #ffffff15}
.portfolio-home .gallery-heading h2{font-size:clamp(40px,5.7vw,88px);letter-spacing:-.06em;font-weight:500;margin-top:17px}
.portfolio-home .gallery-heading>.mono,.portfolio-home .gallery-heading .mono{color:#aaa99f}
.portfolio-home .gallery-heading>p{color:#abaea9;font-size:1rem;text-align:left;max-width:235px}
.portfolio-home .gallery-stage{height:clamp(380px,43vw,650px);perspective:1800px;perspective-origin:50% 47%;margin-top:12px}
.portfolio-home .gallery-card{width:min(65%,840px);--drag-x:0px;--tilt-x:0deg;--tilt-y:0deg;transform:translate3d(calc(-50% + var(--card-x,0px) + var(--drag-x)), -50%,var(--card-z,0px)) rotateY(var(--card-rotate,0deg));transition:transform .85s var(--wonder-ease),opacity .7s,visibility .7s;will-change:auto}
.portfolio-home .gallery-card.is-visible{opacity:.37;will-change:transform}
.portfolio-home .gallery-card.is-current{opacity:1}
.portfolio-home .gallery-card-surface{border-radius:2px;border-color:#ffffff38;box-shadow:0 25px 75px #0009;transform:rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .55s var(--wonder-ease),border-color .4s;}
.portfolio-home .gallery-card.is-current .gallery-card-surface{border-color:#a8aaa5;box-shadow:0 32px 80px #000b}
.portfolio-home .gallery-card-select{border-radius:2px}
.portfolio-home .gallery-stage.is-dragging .gallery-card{transition:opacity .3s,visibility .3s}
.portfolio-home .gallery-stage.is-dragging .gallery-card-surface{transition:none}
.portfolio-home .gallery-detail{border-top-color:#ffffff35;padding-top:30px;grid-template-columns:minmax(0,1fr) 300px}
.portfolio-home #gallery-title{font-size:clamp(35px,4.5vw,68px);letter-spacing:-.05em}
.portfolio-home #gallery-kind{color:#b4b6af;font-size:.875rem}
.portfolio-home #gallery-description{max-width:670px;color:#a5aaa5;line-height:1.85;min-height:60px}
.portfolio-home .gallery-project-index{gap:0;justify-content:space-between;border-top-color:#ffffff24;padding-top:0;margin-top:36px}
.portfolio-home .gallery-project-index button{position:relative;padding:20px 14px 16px 0;color:#999e98;border:0;min-height:58px}
.portfolio-home .gallery-project-index button:after{position:absolute;content:'';left:0;right:14px;top:-1px;height:2px;background:#deded7;transform:scaleX(0);transform-origin:left;transition:transform .6s var(--wonder-ease)}
.portfolio-home .gallery-project-index button[aria-pressed=true]:after{transform:scaleX(1)}
.portfolio-home .gallery-project-index button[aria-pressed=true]{color:#f2f2ec}
.portfolio-home .gallery-instruction{color:#8f958e}
.portfolio-home .gallery-navigation button{width:46px;height:46px;border-color:#6f7770;transition:background .25s,color .25s}
.portfolio-home .gallery-actions>a{border-color:#7c837b}
.portfolio-home .home-scope{background:var(--wonder-paper);color:#151815;padding-top:88px;padding-bottom:84px}
.portfolio-home .home-scope-heading h2{font-size:clamp(35px,3.6vw,58px);letter-spacing:-.05em;line-height:1.22}
.portfolio-home .home-scope-heading>p{font-size:1rem;color:#62685f;line-height:1.8;margin-top:27px;max-width:460px}
.portfolio-home .home-preview-note{font-size:.75rem;line-height:1.8;color:#6e756b}
.portfolio-home .home-discipline-group-header{border-color:#a8afa4}
.portfolio-home .home-discipline-group nav>a{transition:color .3s,padding .4s var(--wonder-ease);min-height:52px}
.portfolio-home .home-discipline-group nav>a:hover{padding-left:7px;color:#425e4a}
.portfolio-home .home-studio-note{padding-top:72px;padding-bottom:68px;background:#dfe3da;color:#152017;border-top:1px solid #aeb6a7}
.portfolio-home .home-studio-note>p{font-size:clamp(31px,4vw,60px);line-height:1.3;letter-spacing:-.045em}
.wonder-films{background:#0b0c0d;color:#e9ebe4;padding-top:76px;padding-bottom:74px}
.wonder-films-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:40px}
.wonder-films-heading .mono{color:#9ca096}
.wonder-films-heading h2{font-size:clamp(34px,4.3vw,66px);letter-spacing:-.05em;line-height:1.2;margin-top:16px}
.wonder-films-heading>a{font-size:.875rem;border-bottom:1px solid #7c8577;padding-bottom:8px;flex:none}
.wonder-film-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.wonder-film{padding:0;display:block;width:100%;text-align:left;min-width:0}
.wonder-film-picture{position:relative;display:block;overflow:hidden;background:#1a151e;aspect-ratio:16/9}
.wonder-film-picture>img{width:100%;height:100%;object-fit:contain;transition:transform .8s var(--wonder-ease)}
.wonder-film-play{position:absolute;right:15px;bottom:15px;display:grid;place-items:center;height:45px;width:45px;border:1px solid #ffffff85;border-radius:50%;color:#fff;background:#09090975;font-size:.875rem;transition:background .3s,color .3s}
.wonder-film:hover .wonder-film-picture>img{transform:scale(1.025)}
.wonder-film:hover .wonder-film-play{background:#f0f0ec;color:#111}
.wonder-film-caption{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:19px}
.wonder-film-caption strong{display:block;font-size:clamp(18px,1.6vw,25px);font-weight:500;letter-spacing:-.03em;line-height:1.4;margin-top:5px}
.wonder-film-caption .mono{color:#939c91;font-size:.75rem;white-space:nowrap}
.wonder-film-caption>span:last-child{padding-bottom:3px}
.portfolio-home .portfolio-contact{background:#0b0c0d;padding-top:68px;padding-bottom:70px}
.portfolio-home .portfolio-contact>p{font-size:clamp(35px,5.5vw,84px);letter-spacing:-.06em;line-height:1.2}
.portfolio-home .portfolio-contact>button{min-height:54px;min-width:270px}
.portfolio-home .site-footer{background:#0b0c0d}
@media(min-width:1800px){.wonder-hero-title{top:25%}.wonder-hero-title>p{margin-top:40px}.wonder-hero-title h1{font-size:205px}}
@media(max-width:1100px){.wonder-hero{min-height:760px}.wonder-hero-title{top:29%}.wonder-hero-title h1{font-size:clamp(105px,14vw,155px)}.wonder-material-caption{display:none}.wonder-hero-bottom{grid-template-columns:1fr 1fr}.wonder-hero-fields{justify-self:end}.portfolio-home .gallery-project-index{justify-content:flex-start;gap:14px;overflow-x:auto;flex-wrap:nowrap}.portfolio-home .gallery-project-index button{white-space:nowrap;flex:none}.portfolio-home .gallery-card{width:73%}.wonder-film-grid{gap:18px}.wonder-films-heading h2{font-size:44px}}
@media(max-width:760px){.portfolio-home .site-header{height:80px}.wonder-hero{height:100svh;min-height:710px;max-height:1050px}.wonder-hero-top{top:102px;gap:15px}.wonder-hero-top>.mono{max-width:195px;font-size:.75rem;line-height:1.7}.wonder-hero-top .motion-label{display:none}.wonder-hero-title{top:29%}.wonder-hero-title h1{font-size:clamp(91px,19vw,143px);line-height:.94;letter-spacing:-.07em}.wonder-hero-title>p{font-size:1rem;margin-top:25px;max-width:310px}.wonder-material #hero-art{object-position:64% center}.wonder-hero-shade{background:linear-gradient(90deg,#050606a8,#05060620),linear-gradient(180deg,#05060670,transparent 25%,#05060635 62%,#050606f0)}.wonder-hero-bottom{bottom:24px;padding-top:20px;gap:18px}.wonder-work-link{font-size:.9375rem;gap:15px}.wonder-link-icon{width:44px;height:44px;font-size:1.3rem}.wonder-hero-fields{font-size:.75rem;line-height:1.7}.portfolio-home .project-gallery{padding-top:48px;padding-bottom:35px}.portfolio-home .gallery-heading{align-items:end}.portfolio-home .gallery-heading h2{font-size:40px}.portfolio-home .gallery-heading>p{font-size:.875rem;max-width:145px}.portfolio-home .gallery-stage{height:clamp(265px,74vw,510px);margin-top:9px;perspective:1100px}.portfolio-home .gallery-card{width:85%;max-width:620px}.portfolio-home .gallery-detail{display:block;padding-top:24px}.portfolio-home #gallery-title{font-size:36px}.portfolio-home #gallery-description{min-height:0}.portfolio-home .gallery-navigation button{width:44px;height:44px}.portfolio-home .gallery-actions{gap:18px}.portfolio-home .gallery-navigation{gap:11px}.portfolio-home .gallery-project-index{margin-top:28px;gap:15px}.portfolio-home .home-scope{padding-top:50px;padding-bottom:48px}.portfolio-home .home-scope-heading h2{font-size:35px}.portfolio-home .home-studio-note{padding-top:42px;padding-bottom:40px}.portfolio-home .home-studio-note>p{font-size:31px}.wonder-films{padding-top:47px;padding-bottom:45px}.wonder-films-heading{display:block;margin-bottom:28px}.wonder-films-heading h2{font-size:36px;max-width:350px}.wonder-films-heading>a{display:inline-block;margin-top:23px}.wonder-film-grid{grid-template-columns:1fr;gap:32px}.wonder-film-caption strong{font-size:22px}.wonder-film-caption{padding-top:14px}.portfolio-home .portfolio-contact{padding-top:45px;padding-bottom:42px}.portfolio-home .portfolio-contact>p{font-size:clamp(34px,8vw,49px)}.portfolio-home .portfolio-contact>button{min-width:0}}
@media(max-width:400px){.wonder-hero{min-height:690px}.wonder-hero-title{top:29%}.wonder-hero-title h1{font-size:24vw}.wonder-hero-title>p{font-size:1rem}.wonder-hero-bottom{grid-template-columns:1fr}.wonder-hero-fields{display:none}.wonder-work-link{max-width:none}.portfolio-home .gallery-heading>p{display:none}.portfolio-home .gallery-stage{height:260px}.portfolio-home .gallery-actions{flex-wrap:wrap}.portfolio-home .gallery-navigation{margin-left:auto}}
@media(prefers-reduced-motion:reduce){.wonder-material #wonder-canvas{display:none}.wonder-work-link:hover .wonder-link-icon,.wonder-film:hover .wonder-film-picture>img{transform:none}.portfolio-home .gallery-card,.portfolio-home .gallery-card-surface,.portfolio-home .gallery-project-index button:after{transition:none}.portfolio-home .home-discipline-group nav>a:hover{padding-left:0}}
.motion-paused .wonder-material #wonder-canvas{display:none}.motion-paused .wonder-work-link:hover .wonder-link-icon,.motion-paused .wonder-film:hover .wonder-film-picture>img{transform:none}.motion-paused.portfolio-home .gallery-card,.motion-paused .portfolio-home .gallery-card,.motion-paused .portfolio-home .gallery-card-surface,.motion-paused .portfolio-home .gallery-project-index button:after{transition:none}
