body{min-width:320px;color:#fff;font-family:var(--font-display);background:#0a0a0a}.small-project{overflow:clip}.small-project__mark{position:fixed;z-index:5;top:clamp(1rem,2vw,2rem);left:clamp(1rem,2vw,2rem);display:grid;width:clamp(2.5rem,4vw,3.5rem);aspect-ratio:1;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:#0006;color:#fff;font-size:clamp(1.45rem,2.3vw,2rem);text-decoration:none;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem)}.small-project__mark:hover{transform:scale(1.08);background:#ffffff26}.small-project__hero{position:relative;display:grid;height:100dvh;min-height:100dvh;overflow:hidden;background:var(--hero-background) center/cover}.small-project__hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#00000080,#00000008)}.small-project__copy{position:relative;z-index:1;align-self:center;width:min(100% - 3rem,1080px);margin:auto}.small-project h1{margin:0 0 .75rem;font-size:clamp(3rem,7vw,7rem);font-weight:500;line-height:.92}.small-project__subtitle{margin:0 0 clamp(2rem,5vw,5rem);font-size:clamp(1.4rem,2.5vw,2.3rem);font-weight:300}.small-project__description{max-width:27rem;margin:0;font-size:clamp(1rem,1.5vw,1.45rem);line-height:1.3}.small-project__content{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(1.5rem,7vw,7rem);width:min(100% - 3rem,1080px);min-height:clamp(34rem,52vw,52rem);margin:auto}.small-project__content img,.small-project__content video{width:100%;max-height:40rem;border-radius:.4rem;object-fit:cover;background:#171717}.small-project__panel{padding:clamp(1.5rem,3vw,3rem);border:1px solid rgba(255,255,255,.3);border-radius:.4rem;background:linear-gradient(135deg,#6e6e6eb8,#0a0a0ab3)}.small-project__panel h2{margin:0 0 .7rem;font-size:clamp(1.4rem,2vw,2rem)}.small-project__panel ul{margin:0;padding-left:1.25rem;font-size:clamp(1rem,1.45vw,1.3rem);line-height:1.35}.small-project__content--zensus{width:100%;padding:clamp(3rem,7vw,7rem) max(1.5rem,calc((100vw - 1080px)/2));background:url(../assets/projects/zensus/Zensus_2.jpg) center / cover no-repeat}.small-project__content--zensus .small-project__panel{grid-column:2}.small-project__gallery{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2.5vw,2.5rem);width:min(100% - 3rem,1080px);margin:clamp(2rem,5vw,5rem) auto clamp(5rem,10vw,10rem)}.small-project__gallery img,.small-project__gallery video{width:100%;min-height:22rem;border-radius:.4rem;object-fit:cover;background:#171717}.small-project__gallery--zensus{grid-template-columns:1fr 1fr;align-items:stretch;width:80%;max-width:none}.small-project__gallery--tea-time,.small-project__gallery--a-jugar{grid-template-columns:.9fr 1.1fr;align-items:stretch;width:80%;max-width:none}.small-project__gallery--lanza-y-gana{grid-template-columns:.9fr 1.1fr;align-items:stretch;width:80%;height:70dvh;max-width:none}.small-project__gallery-stack{display:grid;grid-template-rows:1fr 1fr;gap:clamp(1rem,2.5vw,2.5rem)}.small-project__lightbox-trigger{display:block;min-width:0;min-height:0;padding:0;overflow:hidden;border:0;border-radius:.4rem;background:#171717;cursor:zoom-in}.small-project__lightbox-trigger>img{display:block;width:100%;height:100%;min-height:0;border-radius:0;object-fit:cover;transition:transform .45s ease}.small-project__lightbox-trigger:hover>img{transform:scale(1.035)}.small-project__gallery--zensus>.small-project__lightbox-trigger{min-height:clamp(30rem,52vw,42rem)}.small-project__gallery--zensus .small-project__gallery-stack .small-project__lightbox-trigger{min-height:0}.small-project__gallery--tea-time>.small-project__lightbox-trigger{min-height:clamp(30rem,52vw,42rem)}.small-project__gallery--tea-time .small-project__gallery-stack .small-project__lightbox-trigger{min-height:0}.small-project__gallery-stack--a-jugar{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.small-project__gallery-stack--a-jugar>:first-child{grid-column:1 / -1}.small-project__gallery-stack--a-jugar .small-project__lightbox-trigger{min-height:0}.small-project__gallery--a-jugar>.small-project__lightbox-trigger{min-height:clamp(30rem,52vw,42rem)}.small-project__gallery--lanza-y-gana>.small-project__lightbox-trigger{min-height:0}.small-project__gallery--lanza-y-gana .small-project__gallery-stack{min-height:0}.small-project__gallery--lanza-y-gana .small-project__gallery-stack .small-project__lightbox-trigger{min-height:0;height:100%}.small-project__gallery--lanza-y-gana .small-project__lightbox-trigger>img{min-height:0;height:100%;object-fit:cover}.small-project__lightbox{position:fixed;z-index:20;inset:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:clamp(1rem,4vw,4rem);opacity:0;visibility:hidden;background:#000000eb;transition:opacity .25s ease,visibility .25s ease}.small-project__lightbox.is-open{opacity:1;visibility:visible}.small-project__lightbox-image{display:block;max-width:100%;max-height:calc(100dvh - 4rem);margin:auto}.small-project__lightbox-close,.small-project__lightbox-arrow{border:0;background:transparent;color:#fff;cursor:pointer}.small-project__lightbox-close{position:absolute;top:1rem;right:1.5rem;font-size:2.5rem;line-height:1}.small-project__lightbox-arrow{font-size:clamp(2.5rem,5vw,4rem)}.small-project__reveal{opacity:0;transform:translateY(2rem);transition:opacity .65s ease,transform .8s cubic-bezier(.22,1,.36,1)}.small-project__reveal.is-visible{opacity:1;transform:none}@media(max-width:760px){.small-project__hero{height:100dvh;min-height:100dvh}.small-project__copy,.small-project__content,.small-project__gallery{width:min(100% - 2rem,34rem)}.small-project__copy{text-align:center}.small-project__description{margin-inline:auto}.small-project__content,.small-project__gallery{grid-template-columns:1fr;min-height:auto;padding-block:3.5rem}.small-project__content--zensus{width:100%;padding-inline:10%}.small-project__content--zensus .small-project__panel{grid-column:auto}.small-project__gallery{margin-top:0}.small-project__gallery img,.small-project__gallery video{min-height:18rem}.small-project__gallery--zensus,.small-project__gallery--tea-time,.small-project__gallery--a-jugar,.small-project__gallery--lanza-y-gana{grid-template-columns:1fr;width:80%}.small-project__gallery--lanza-y-gana{height:auto}.small-project__gallery--zensus>.small-project__lightbox-trigger,.small-project__gallery--tea-time>.small-project__lightbox-trigger,.small-project__gallery--a-jugar>.small-project__lightbox-trigger,.small-project__gallery--lanza-y-gana>.small-project__lightbox-trigger{min-height:24rem}.small-project__gallery-stack{gap:1rem}.small-project__gallery--zensus .small-project__gallery-stack .small-project__lightbox-trigger,.small-project__gallery--tea-time .small-project__gallery-stack .small-project__lightbox-trigger,.small-project__gallery--lanza-y-gana .small-project__gallery-stack .small-project__lightbox-trigger{min-height:18rem}.small-project__gallery-stack--a-jugar{grid-template-columns:1fr 1fr;grid-template-rows:12rem 12rem}.small-project__gallery-stack--a-jugar .small-project__lightbox-trigger{min-height:0}.small-project__gallery--zensus .small-project__lightbox-trigger>img,.small-project__gallery--tea-time .small-project__lightbox-trigger>img,.small-project__gallery--a-jugar .small-project__lightbox-trigger>img,.small-project__gallery--lanza-y-gana .small-project__lightbox-trigger>img{min-height:0}.small-project__lightbox{gap:.25rem;padding:.75rem}.small-project__lightbox-arrow{font-size:2.5rem}}@media(prefers-reduced-motion:reduce){.small-project__reveal{opacity:1;transform:none;transition:none}}
