/* Career page and job details only. */
.dw-career { --career-space: clamp(40px, 5vw, 70px); }
.dw-career-section { padding-block: var(--career-space); }
.dw-career h1 { font-size: clamp(36px, 4.4vw, 62px); line-height: 1.08; letter-spacing: -.035em; margin: 16px 0 24px; }
.dw-career h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.2; margin: 0 0 24px; max-width: 760px; }
.dw-career h3 { font-size: 20px; line-height: 1.35; margin: 18px 0 12px; }
.dw-career p { font-size: 16px; line-height: 1.7; color: var(--color-muted); max-width: 760px; }
.dw-career .eyebrow { font-size: 12px; color: var(--color-blue); }
.dw-career-hero { position: relative; isolation: isolate; background: #e7ecea; }
.dw-career-hero > .container { position: relative; z-index: 1; }
.dw-career-hero-copy { max-width: 680px; }
.dw-career-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #e7ecea 0%, rgb(231 236 234 / 80%) 8%, transparent 30%), linear-gradient(90deg, rgb(247 249 248 / 60%), rgb(247 249 248 / 35%) 35%, transparent 65%); pointer-events: none; }
.dw-career-image { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(135deg, #f7f9f8, #d9e3e4); }
.dw-career-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dw-career-fields { background: var(--color-paper); }
.dw-career-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin-top: 30px; }
.dw-career-grid p { font-size: 15px; }
.dw-career-teaser { aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(145deg, #eef2f2 40%, #d7e1e4 40.3%, #f4f6f6 72%, #c9d8df 72.3%); }
.dw-career-teaser img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dw-career-empty { border-left: 3px solid var(--color-yellow); padding: 4px 0 4px 24px; }
.dw-career-empty h3 { margin-top: 0; }
.dw-career-cta { background: var(--color-dark); }
.dw-career-cta h2 { color: #fff; }
.dw-career-cta p { color: #d7dfe3; }
.dw-career .button { margin-top: 12px; }
.dw-career-cta :focus-visible { outline-color: var(--color-yellow); }
.dw-career-jobs { display: grid; gap: 26px; }
.dw-career-job { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 26px; border-top: 1px solid var(--color-line); padding-top: 26px; }
.dw-career-job h3 { margin-top: 0; }
.dw-career-job-detail { max-width: 1200px; }
.dw-job-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 52px); margin-top: 24px; align-items: start; }
.dw-job-main, .dw-job-aside { min-width: 0; overflow-wrap: anywhere; }
.dw-career-job-detail h1 { font-size: clamp(30px, 3vw, 44px); }
.dw-career-job-detail h2 { font-size: clamp(22px, 2vw, 27px); margin-bottom: 14px; }
.dw-career-job-section { margin-block: 24px; }
.dw-job-aside { background: var(--color-paper); padding: clamp(20px, 2.5vw, 30px); border-top: 3px solid var(--color-yellow); }
.dw-job-aside .dw-career-facts { display: grid; gap: 16px; }
.dw-job-aside .button { white-space: normal; }
.dw-career-job-image { max-height: 260px; margin-block: 24px; }
.dw-career-facts { display: flex; flex-wrap: wrap; gap: 24px; }
.dw-career-facts dt { font-weight: 600; }
.dw-career-facts dd { margin: 0; }
@media (max-width: 1100px) { .dw-career-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 800px) {
  .dw-job-layout { grid-template-columns: minmax(0, 1fr); }
  .dw-career-grid, .dw-career-job { grid-template-columns: minmax(0, 1fr); }
  .dw-career-hero::after { background: linear-gradient(180deg, #e7ecea 0%, rgb(231 236 234 / 80%) 6%, transparent 24%), linear-gradient(90deg, rgb(247 249 248 / 65%), rgb(247 249 248 / 30%) 65%, transparent); }
}
