.project-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(.5rem,.9vw,.9rem);display:grid}.project-card{aspect-ratio:4/3;color:#fff;background:#ded9cf;grid-column:span 4;display:block;position:relative;overflow:hidden}.project-card.wide{aspect-ratio:16/9;grid-column:span 8}.project-card.tall{aspect-ratio:4/5}.project-image{position:absolute;inset:0}.project-image-asset{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.project-info{z-index:1;opacity:0;background:linear-gradient(#0000 28%,#171714c7 100%);grid-template-rows:auto 1fr;grid-template-columns:1fr auto;padding:1rem;transition:opacity .35s;display:grid;position:absolute;inset:0}.project-meta{color:#ffffffb8;text-transform:uppercase;letter-spacing:.09em;gap:1rem;font-size:.58rem;display:flex}.project-title{font-family:var(--serif);letter-spacing:-.035em;grid-column:1;align-self:end;margin:.45rem 0 0;font-size:clamp(1.35rem,2vw,2.15rem);font-weight:500;line-height:.9}.project-tagline,.project-description,.project-card .project-link{display:none}.project-arrow{border:1px solid #ffffff73;border-radius:50%;grid-area:1/2/span 2;align-self:end;place-items:center;width:2.2rem;height:2.2rem;transition:background .25s,color .25s,transform .25s;display:grid}.project-card:hover .project-image-asset,.project-card:focus-visible .project-image-asset{transform:scale(1.04)}.project-card:hover .project-info,.project-card:focus-visible .project-info{opacity:1}.project-card:hover .project-arrow,.project-card:focus-visible .project-arrow{background:var(--project-accent);color:#fff;border-color:var(--project-accent);transform:rotate(45deg)}.project-grid:not(.project-grid--bento){border-bottom:1px solid var(--line);display:block}.project-grid:not(.project-grid--bento) .project-card,.project-grid:not(.project-grid--bento) .project-card.wide,.project-grid:not(.project-grid--bento) .project-card.tall{aspect-ratio:auto;border-top:1px solid var(--line);width:100%;min-height:25rem;color:var(--ink);background:0 0;grid-template-columns:minmax(0,1.12fr) minmax(20rem,.88fr);gap:clamp(2rem,5vw,6rem);padding-block:clamp(1.25rem,2.4vw,2.5rem);display:grid;overflow:visible}.project-grid:not(.project-grid--bento) .project-image{aspect-ratio:16/10;background:#ded9cf;position:relative;inset:auto;overflow:hidden}.project-grid:not(.project-grid--bento) .project-info{min-width:0;color:var(--ink);opacity:1;background:0 0;flex-direction:column;padding:.4rem 0;display:flex;position:relative;inset:auto}.project-grid:not(.project-grid--bento) .project-meta{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;padding-bottom:1rem}.project-grid:not(.project-grid--bento) .project-title{text-align:left;align-self:flex-start;width:100%;margin:clamp(2rem,4vw,4.5rem) 0 1rem;font-size:clamp(3.3rem,6vw,5rem);line-height:.86}.project-grid:not(.project-grid--bento) .project-tagline{max-width:25rem;font-family:var(--serif);letter-spacing:-.02em;align-self:flex-start;margin:0;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.12;display:block}.project-grid:not(.project-grid--bento) .project-description{max-width:32rem;color:var(--muted);align-self:flex-start;margin:1.5rem 0 0;font-size:.94rem;line-height:1.65;display:block}.project-grid:not(.project-grid--bento) .project-link{letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid;width:fit-content;margin-top:auto;padding-top:2rem;font-size:.62rem;font-weight:650;display:inline-block}.project-grid:not(.project-grid--bento) .project-arrow{border-color:var(--line);grid-area:auto;position:absolute;bottom:0;right:0}.project-grid:not(.project-grid--bento) .project-card:hover .project-arrow,.project-grid:not(.project-grid--bento) .project-card:focus-visible .project-arrow{border-color:var(--project-accent)}.project-grid--bento{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:clamp(3.5rem,5vw,5rem);align-items:stretch;gap:clamp(1.25rem,2.25vw,2.5rem);max-width:86rem;margin-inline:auto}.project-grid--bento .project-card{aspect-ratio:auto;width:auto;min-width:0}.project-grid--bento .project-card-1{grid-area:1/1/span 4/span 7}.project-grid--bento .project-card-2{grid-area:2/9/span 4/span 4}.project-grid--bento .project-card-3{grid-area:6/2/span 3/span 4}.project-grid--bento .project-card-4{grid-area:5/7/span 3/span 4}.project-grid--bento .project-card-5{grid-area:9/1/span 4/span 7}.project-grid--bento .project-card-6{grid-area:8/9/span 5/span 4}@media (hover:none){.project-info{opacity:1}}@media (width<=1050px){.project-card,.project-card.wide{aspect-ratio:4/3;grid-column:span 6}.project-card.tall{aspect-ratio:4/5}.project-grid--bento{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:clamp(3.5rem,8vw,5rem);gap:clamp(1rem,2vw,1.75rem)}.project-grid--bento .project-card{aspect-ratio:auto}.project-grid--bento .project-card-1{grid-area:1/1/span 4/span 5}.project-grid--bento .project-card-2{grid-area:2/6/span 3/span 3}.project-grid--bento .project-card-3{grid-area:6/1/span 3/span 3}.project-grid--bento .project-card-4{grid-area:5/4/span 3/span 4}.project-grid--bento .project-card-5{grid-area:9/1/span 4/span 5}.project-grid--bento .project-card-6{grid-area:8/6/span 5/span 3}}@media (width<=800px){.project-grid:not(.project-grid--bento) .project-card,.project-grid:not(.project-grid--bento) .project-card.wide,.project-grid:not(.project-grid--bento) .project-card.tall{grid-template-columns:1fr;gap:1.5rem;min-height:0}.project-grid:not(.project-grid--bento) .project-title{margin-top:1.5rem}.project-grid:not(.project-grid--bento) .project-link{margin-top:2rem}}@media (width<=650px){.project-card,.project-card.wide,.project-card.tall{aspect-ratio:16/10;grid-column:1/-1}.project-title{font-size:1.6rem}.project-grid--bento{grid-template-columns:1fr;grid-auto-rows:auto;gap:1.5rem;max-width:31rem;display:grid}.project-grid--bento .project-card-1,.project-grid--bento .project-card-2,.project-grid--bento .project-card-3,.project-grid--bento .project-card-4,.project-grid--bento .project-card-5,.project-grid--bento .project-card-6{aspect-ratio:4/3;grid-area:auto/1}}
