.frontpage-hero{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));min-height:800px}.frontpage-hero__grid{display:grid;grid-template-rows:repeat(1,minmax(0,1fr));grid-template-columns:repeat(1,minmax(0,1fr))}.frontpage-hero__background,.frontpage-hero__title{grid-row:1 / -1;grid-column:1 / -1}.frontpage-hero__teasers{grid-row:2 / -1;grid-column:1 / -1}.frontpage-hero:has(.frontpage-hero__teasers){min-height:min(80vh,1200px)}.frontpage-hero:has(.frontpage-hero__teasers) .frontpage-hero__grid{grid-template-rows:auto 300px min-content}.frontpage-hero:has(.frontpage-hero__teasers) .frontpage-hero__background{grid-row:1 / 3}.frontpage-hero:has(.frontpage-hero__teasers) .frontpage-hero__title{grid-row:1 / 2}
