/* CoCreate · Careers page layout */
.page-hero { position: relative; padding-top: calc(var(--nav-height) + var(--s-9)); padding-bottom: var(--s-9); min-height: 70vh; display: flex; align-items: center; }
.page-hero__inner { text-align: center; max-width: 880px; margin-inline: auto; }
.page-hero__eyebrow { margin-bottom: var(--s-5); }
.page-hero__h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: var(--track-display); line-height: 1.02; margin-bottom: var(--s-5); }
.page-hero__sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--text-secondary); max-width: 56ch; margin: 0 auto var(--s-6); line-height: 1.6; }
.page-hero__ctas { display: inline-flex; gap: var(--s-3); flex-wrap: wrap; justify-content: center; }
.cc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--s-5); }

/* page-specific — job role card */
.role-card { padding: var(--s-6); display: flex; flex-direction: column; gap: var(--s-3); }
.role-card__dept { color: var(--accent); letter-spacing: var(--track-eyebrow); text-transform: uppercase; font-size: 0.75rem; font-weight: 600; }
.role-card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; }
.role-card__meta { color: var(--text-muted); font-size: 0.85rem; }
.role-card__excerpt { color: var(--text-secondary); line-height: 1.7; flex: 1; }
