.hero-home{padding:var(--space-16) 0 var(--space-20)}.hero-home.hero-bg-gradient{background:linear-gradient(175deg,var(--light-plum) 0,var(--white) 60%)}.hero-home.hero-bg-white{background:var(--white)}.hero-home.hero-bg-plum{background:var(--plum);color:var(--white)}.hero-home.hero-bg-plum .hero-home__sub,.hero-home.hero-bg-plum h1{color:var(--white)}.hero-home__layout{align-items:center;display:grid;gap:var(--space-12);grid-template-columns:1fr 1fr}.hero-home__layout--single{grid-template-columns:1fr;max-width:720px}.hero-home__content h1{font-size:3.25rem;letter-spacing:-.02em;line-height:1.1;margin-bottom:var(--space-6)}.hero-home__content h1 em,.hero-home__content h1 em.accent{color:var(--teal);font-style:normal}.hero-home__sub{color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin-bottom:var(--space-8);max-width:540px}.hero-home__actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.hero-home__image{display:flex;justify-content:center}.hero-home__image img{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);height:auto;max-width:600px;width:100%}@media (max-width:1024px){.hero-home__layout{grid-template-columns:1fr}.hero-home__content h1{font-size:2.5rem}}@media (max-width:768px){.hero-home{padding:var(--space-10) 0 var(--space-12)}.hero-home__content h1{font-size:2rem}.hero-home__actions{align-items:stretch;flex-direction:column}}