/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties,theme,base;@layer components{.hero-grid{min-height:var(--hero-min-h,78vh);place-items:flex-end center;display:grid;position:relative}.hero-grid--v-top{align-items:flex-start}.hero-grid--v-bottom{align-items:flex-end}.hero-grid--h-left{justify-items:start}.hero-grid--h-right{justify-items:end}.hero-split{grid-template-columns:repeat(1,minmax(0,1fr));display:grid}.hero-split__content{flex-direction:column;justify-content:center;padding:3rem 1.5rem;display:flex}.hero-split__media{position:relative;overflow:hidden}@media(min-width:1024px){.hero-grid{--hero-min-h:70vh;align-items:center}.hero-grid--v-top{align-items:flex-start}.hero-grid--v-bottom{align-items:flex-end}.hero-split{grid-template-columns:1fr 1fr}.hero-split--image-left .hero-split__media{order:-1}.hero-split__content{padding:3rem}}}@layer utilities;
