.home{background:#fff;min-height:100dvh}.home__wrapper{display:grid;grid-template-columns:repeat(2,1fr);padding:2em;gap:2em}@media(min-width:769px){.home__wrapper{grid-template-columns:repeat(12,1fr)}}.home__info{grid-column:1/-1;margin-top:6em}@media(min-width:769px){.home__info{position:sticky;top:2em;flex-shrink:0;align-self:flex-start;grid-column:3/6;margin-top:0}}.home__headlines{display:flex;flex-direction:column;gap:3.6em}@media(min-width:769px){.home__headlines{gap:2.4em}}.home__headline-link{color:inherit;text-decoration:none;transition:color .3s var(--ease-out-expo)}.home__headline-link:hover{color:#757171}.home__column{display:flex;flex-direction:column;gap:4em;padding-top:10em;padding-bottom:6em}@media(min-width:769px){.home__column{gap:10em;padding-top:0}}@media(min-width:769px){.home__column--left{grid-column:8/10}}@media(min-width:769px){.home__column--right{grid-column:11/13}}.home__project{text-decoration:none;color:#030303;display:block}.home__project-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:1.2em}.home__project-image>img,.home__project-image>video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.home__project-image--archives{background:#fff}.home__archives-grid{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);gap:2em;place-items:center}.home__archives-grid-item{overflow:hidden;background:#0000000a;aspect-ratio:1;height:100%}.home__archives-grid-item img{width:100%;height:100%;object-fit:cover;display:block}.home__project-info{display:flex;align-items:flex-start;justify-content:space-between;gap:1em}.home__project-title,.home__project-year{font-size:1.2em;line-height:1.2;font-weight:500}@media(min-width:769px){.home__project-title,.home__project-year{font-size:1.6em}}.home__project-wip{flex-shrink:0;display:inline-flex;align-items:center;padding:.25em .5em;border-radius:100px;background:#8d8d8d;color:#fff;font-size:1.2em;line-height:1;font-weight:500}
