.studio-hero{background:#fff}.studio-hero__grid{display:grid;grid-template-columns:1fr 420px;grid-gap:56px;gap:56px;align-items:center}.studio-hero img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.about-stats{background:var(--brand-bg-alt)}.stat-line{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--brand-border);margin-bottom:32px}.stat-line div{padding:24px;background:#fff}.stat-line strong{display:block;color:var(--brand-accent);font-size:2.2rem;line-height:1}.stat-line span{color:var(--brand-text)}.about-copy{max-width:980px}.studio-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.studio-gallery img{width:100%;aspect-ratio:5/4;-o-object-fit:cover;object-fit:cover}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.faq-list details,.team-grid article{border:1px solid var(--brand-border);padding:24px;background:#fff;border-radius:var(--brand-radius)}.about-faq{background:var(--brand-bg-alt)}.faq-list{display:grid;grid-gap:14px;gap:14px}.faq-list summary{cursor:pointer;color:var(--brand-primary-dark);font-weight:800}.faq-list p{margin-top:12px;color:var(--brand-text)}@media (max-width:991px){.stat-line,.studio-gallery,.studio-hero__grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.stat-line,.studio-gallery,.studio-hero__grid,.team-grid{grid-template-columns:1fr}}