.projects-page{min-height:100svh;background-color:var(--bg)}.projects-hero{border-bottom:1px solid var(--rule)}.projects-hero .container{padding-top:clamp(7rem,12vw,10rem);padding-bottom:clamp(4rem,7vw,6rem)}.projects-hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(18rem,1fr);grid-gap:3rem;gap:3rem;align-items:end}.projects-hero-copy{display:flex;flex-direction:column;gap:1rem}.projects-hero-copy h1{max-width:14ch}.projects-hero-note{max-width:24rem}@media (max-width:1000px){.projects-hero-grid{grid-template-columns:1fr}}