.studio-hero{position:relative;width:100%;color:var(--base-100);padding-top:clamp(7rem,25svh,18rem);padding-bottom:8svh}.studio-hero .container{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem)}.studio-hero-col{min-width:0;display:flex;flex-direction:column;gap:2rem}.studio-hero-col:first-child{color:var(--base-250)}.studio-hero-col:first-child p{max-width:28ch}.studio-hero .studio-label{color:var(--base-100)}.studio-hero-col:last-child p{max-width:45ch;color:var(--base-200);line-height:1.6}.studio-hero-hero-img{border-radius:1rem;width:85%;aspect-ratio:3/2;opacity:.65;overflow:hidden}.studio-hero-hero-img img{display:block}.more-facts{width:100%;color:var(--base-100);padding:2rem 0 4rem}.more-facts-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:3rem;gap:3rem;background-color:var(--base-450);padding:clamp(2rem,5vw,5rem);border-radius:1rem}.more-facts .fact{min-width:0;display:flex;flex-direction:column;gap:1.5rem}.more-facts .fact h2{font-size:clamp(1.75rem,2.5vw,2.5rem);letter-spacing:-.035em}.more-facts .fact p{color:var(--base-250);line-height:1.6}@media (max-width:1000px){.studio-hero .container{grid-template-columns:minmax(0,1fr);gap:3rem}.studio-hero-hero-img{width:100%}.more-facts-items{grid-template-columns:minmax(0,1fr);padding:2rem 1.5rem}}