.studio-hero{width:100vw;height:100%;color:var(--base-100);padding-top:10svh;padding-bottom:10svh;position:relative}.studio-hero .container{gap:2rem;display:flex}.studio-hero .studio-hero-col:first-child{color:var(--base-400);flex:2}.studio-hero .studio-hero-col:first-child p{width:50%}.studio-hero .studio-hero-col:nth-child(2){flex-direction:column;flex:3;gap:4rem;display:flex}.studio-hero .studio-hero-hero-img{opacity:.65;border-radius:1rem;width:75%;overflow:hidden}@media (max-width:1000px){.studio-hero .container{flex-direction:column;gap:4rem}.studio-hero .studio-hero-hero-img{width:100%}}.more-facts{width:100vw;height:100%;color:var(--base-100);padding:2rem 0;position:relative}.more-facts .container{flex-direction:column;align-items:center;gap:4rem;display:flex}.more-facts .container p{color:var(--base-300)}.more-facts .more-facts-items{background-color:var(--base-450);border-radius:1rem;justify-content:space-around;gap:2rem;width:100%;padding:8rem 4rem;display:flex}.more-facts .fact{flex-direction:column;flex:1;align-items:center;gap:2rem;display:flex}.more-facts .fact h2{justify-content:center;display:flex}.more-facts .fact p{margin-bottom:1rem}@media (max-width:1000px){.studio-hero .studio-hero-col:first-child p{width:85%}.more-facts .more-facts-items{flex-direction:column;justify-content:center;align-items:center;gap:4rem}.more-facts .fact{gap:1.5rem}.more-facts .fact h2{font-size:4rem}}.how-we-work-container{background-color:var(--base-500);width:100vw;height:100%;min-height:100svh;position:relative}.project-nav{z-index:10;width:100vw;padding:4svh 0 2rem;position:relative}.project-nav .container{justify-content:center;gap:5rem;display:flex}.project-nav-link{color:var(--base-200);cursor:pointer;font-size:2rem;transition:color .3s;position:relative}.project-nav-link:after{content:"";background-color:var(--base-100);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.project-nav-link:hover:after{width:100%}.project-nav-link:hover{color:var(--base-100)}.projects-section{width:100vw;color:var(--base-100);padding:2.5rem 0;position:relative}.section-header{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.projects-section .section-title{letter-spacing:.1em;margin-bottom:.5rem;font-size:2rem;font-weight:500}.projects-section .section-subtitle{color:var(--base-300);letter-spacing:.05em;font-size:.875rem}.projects-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.project-card{cursor:pointer;border:1px solid var(--base-400);border-radius:.75rem;flex-direction:column;gap:0;transition:border-color .3s,transform .3s;display:flex;overflow:hidden}.project-card:hover{border-color:var(--base-300);transform:translateY(-4px)}.project-card-img{aspect-ratio:4/5;width:100%;position:relative;overflow:hidden}.project-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card:hover .project-card-img img{transform:scale(1.05)}.project-badge{color:var(--base-100);white-space:nowrap;background-color:#000000b3;border-radius:.25rem;padding:.5rem 1rem;font-size:.75rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.project-card-info{background-color:var(--base-450);padding:1rem}.project-card-info h3{letter-spacing:.05em;color:var(--base-100);font-size:1rem;font-weight:500}.project-card-info p{color:var(--base-300);letter-spacing:.05em;margin-top:.25rem;font-size:.75rem}.project-card-static{cursor:default}@media (max-width:1400px){.projects-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1100px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.projects-grid{grid-template-columns:1fr}}@media (max-width:1000px){.project-nav .container{gap:1.5rem}}@media (max-width:768px){.project-nav{padding-top:10rem}.project-nav-link{font-size:1.25rem}}.loading-text,.empty-text{color:var(--base-300);text-align:center;grid-column:1/-1;padding:2rem;font-size:1rem}
