.hero-studio-photo{min-height:100vh;width:100%;color:var(--white);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 3rem 3rem;box-sizing:border-box;position:relative;overflow:hidden}.hero-studio-photo__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0}.hero-studio-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 50%,rgba(0,0,0,0));z-index:1}.hero-studio-photo__bottom{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:2}.hero-studio-photo__title{font-family:var(--font-tussilago);font-size:clamp(4rem,10vw,11rem);font-weight:600;color:var(--white);margin:0;line-height:.9}.hero-studio-photo__topbar{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;letter-spacing:.08em;color:var(--white)}@media (max-width:768px){.hero-studio-photo{padding:1.5rem 1.5rem 2.5rem}.hero-studio-photo__topbar{flex-direction:column;align-items:flex-start;gap:.25rem}}