/* Talent & Workforce page (page-templates/talent.php). Values from src/pages/Talent.jsx. */

/* Two-column hero inside the white band (.m2-page-hero supplies the background + border-bottom). */
.m2-talent-hero__inner { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 48px; align-items: center; }
.m2-talent-hero__lede { margin: 0 0 30px; max-width: 640px; }
.m2-talent-hero__img { width: 100%; height: 420px; object-fit: cover; border-radius: 12px; display: block; box-shadow: 0 30px 60px -30px rgba(0, 32, 80, .45); }

/* Offering card: the recruiter link sits at the bottom of the card body. */
.m2-talent-card__link { margin-top: auto; padding-top: 12px; }
