@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");:root{--bg:#fff;--fg:#0a0a0a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,Inter;color:var(--fg)}img{width:100%;height:100%;object-fit:cover}h1{font-size:4.25rem;font-weight:600;letter-spacing:-.1rem;line-height:1}h2{font-size:1rem;font-weight:400;line-height:1.125;-webkit-font-smoothing:antialiased}a,p{display:block;text-decoration:none;color:var(--fg);font-size:.85rem;font-weight:600}.nav{position:fixed;top:0;left:0;width:100vw;padding:1em;display:flex;gap:1em;z-index:2;background:white;box-shadow:0 2px #f8f9f9}.nav .col:first-child{flex:1}.nav .col:nth-child(2){flex:2;display:flex;justify-content:space-between}.home{width:100%;height:100svh;overflow:hidden;background-color:var(--bg)}.home .header{position:absolute;top:25%;left:50%;transform:translate(-50%,-50%);width:100%}.home .header h1{font-size:15vw;text-align:center}.home .hero-img{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;height:50vh;overflow:hidden;padding:1rem}.work{text-align:center;padding:15em 1em;gap:2em;background-color:var(--bg)}.work,.work .projects{display:flex;flex-direction:column}.work .projects{width:32%;margin:0 auto;gap:4em}.work .projects img{aspect-ratio:4/5}.contact,.studio{padding:15em 1em;display:flex;gap:1em;background-color:var(--bg)}.contact .col:first-child,.studio .col:first-child{flex:1}.contact .col:nth-child(2),.studio .col:nth-child(2){flex:2;display:flex;flex-direction:column;gap:2em}.studio .about-img{aspect-ratio:7/7}.contact{width:100vw;height:100%;min-height:100svh}.contact .socials{position:absolute;bottom:1.5em;display:flex;gap:1em}.letter,.line,.word{position:relative;display:inline-block;will-change:transform}.revealer{position:fixed;top:0;left:0;width:100vw;height:100svh;transform-origin:center top;background-color:var(--fg);pointer-events:none;z-index:2}::view-transition-new(root),::view-transition-old(root){animation:none!important}::view-transition-group(root){z-index:auto!important}::view-transition-image-pair(root){isolation:isolate;will-change:clip-path;z-index:1}::view-transition-new(root){z-index:10000;animation:none!important}::view-transition-old(root){z-index:1;animation:none!important}@media (max-width:900px){.work .projects{width:90%}.contact,.studio{flex-direction:column}}.img-card{position:relative;width:300px;height:400px;background-color:silver;border-radius:.5rem;overflow:hidden}.img-card,.img-card-overlay{display:flex;justify-content:center}.img-card-overlay{position:absolute;left:0;bottom:-100%;width:100%;height:100%;align-items:center;background-color:rgba(0,0,0,.7);transition:.7s}.img-card:hover .img-card-overlay{bottom:0!important}.img-card p{color:white;text-transform:uppercase}.img-card ul{list-style-type:none;color:white}.projects{display:flex;align-items:center;justify-content:center}