.project-page{background-color:var(--base-100)}.project-page h3{font-size:4rem}.project-page .project-header{width:100vw;height:50svh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:1.5em;padding-bottom:3em;text-align:center}.project-header .visit-link,.project-header .visit-link .button-label{color:var(--base-400)}.project-header .visit-link .button-label:after{background:var(--base-400)}.project-page .project-header p{margin-bottom:2rem}.project-page .project-banner-img{position:relative;width:100%;height:100svh;overflow:hidden}.project-page img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-page .project-banner-img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.project-page .project-details{width:55%;padding:8rem 1rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4rem;margin:0 auto 4rem}.project-page .details{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.project-page .project-images{background-color:var(--fg);color:var(--bg);padding:4em 2em}.project-page .project-images-container{width:75%;margin:0 auto;display:flex;flex-direction:column;gap:2em}.project-page .project-img{position:relative;width:100%;height:80svh;border-radius:1rem;overflow:hidden}.project-page .project-img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.project-page .next-project{width:100vw;height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5em;text-align:center}.project-page .next-project-img{position:relative;width:35%;height:400px;border-radius:1rem;overflow:hidden}.project-page .next-project-img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:1000px){.project-page .project-header{padding:1.25em 1.25em 3em}.project-page .project-details{width:100%;padding:6em 1.25em;gap:3em}.project-page h3{font-size:1.75rem}.project-page .project-images{padding:4em 0}.project-page .project-images-container{width:100%;gap:1.25em}.project-page .next-project{padding:1.25em 0}.project-page .next-project-img{width:100%;border-radius:0}.project-page .project-img{height:auto;border-radius:0}.project-page .project-img-wrapper{position:relative;height:auto}.project-page .project-img img{-o-object-fit:cover;object-fit:cover;height:auto;display:block}}@media (min-width:1001px) and (max-height:800px),(min-width:1001px) and (max-width:1440px){.project-page .project-header{min-height:22rem;height:48svh;padding-bottom:2rem}.project-page .project-details{width:65%;padding-top:6rem;gap:3rem}.project-page .project-images-container{width:82%}.project-page .next-project{min-height:36rem}.project-page .next-project-img{width:42%;height:min(42svh,20rem)}}