/* Shared Careers presentation. Company logos, fonts, and website navigation stay intact. */
.careers-page { min-width: 280px; }
.noir.careers-page main { padding-top: 104px; }
.careers-page [hidden] { display: none !important; }
.careers-hero, .careers-application { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.careers-hero { padding: 80px 0 48px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; }
.careers-kicker { color: #d8c8b5; letter-spacing: .16em; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 0 0 20px; }
.careers-kicker::before { content: ''; display: inline-block; width: 8px; height: 8px; background: #c93832; border-radius: 50%; margin-right: 12px; }
.careers-page .careers-hero h1 { color: #f4f1e9; font-size: clamp(44px, 4.8vw, 70px); font-weight: 500; line-height: 1.05; letter-spacing: -.055em; margin: 0; text-wrap: balance; }
.careers-page .careers-hero h1 em { color: #c6bcae; font-weight: inherit; }
.careers-intro { color: #d0d1cb; font-size: 17px; line-height: 1.7; margin: 0; max-width: 460px; }
.careers-details { display: flex; gap: 14px 24px; flex-wrap: wrap; color: #bfbfb7; font-size: 12px; letter-spacing: .015em; margin-top: 22px; }
.careers-details span { display: inline-flex; align-items: center; gap: 7px; }
.careers-details span::before { content: '\2713'; color: #ddd0bc; }
.careers-application { padding-bottom: 88px; }
.careers-application-header { padding: 26px 30px; border: 1px solid #d2c6b336; border-bottom: 0; border-radius: 22px 22px 0 0; background: linear-gradient(110deg, #2b2e2a, #191d1c); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.careers-page .careers-application-header h2 { color: #f4f1e9; font-size: clamp(23px, 2.2vw, 30px); line-height: 1.2; letter-spacing: -.03em; font-weight: 500; margin: 0 0 7px; }
.careers-application-header p { color: #bcbdb7; font-size: 13px; line-height: 1.6; margin: 0; }
.careers-application-header .careers-private { color: #e8e1d5; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; white-space: nowrap; }
.careers-frame { display: block; width: 100%; height: 1160px; min-height: 480px; border: 0; background: #f7f6f1; color-scheme: light; }
.careers-support { border: 1px solid #d2c6b336; border-top: 0; border-radius: 0 0 22px 22px; padding: 22px 30px; background: #181c1b; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.careers-support p { color: #c7c8c1; font-size: 13px; line-height: 1.7; margin: 0; }
.careers-support a { color: #fff0dd; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; line-height: 1.6; flex-shrink: 0; padding-block: 8px; }
.careers-support a:hover { color: #fff; }
.careers-support a:focus-visible { outline: 3px solid #df574c; outline-offset: 5px; }
.careers-expect { color: #aeb3ac; font-size: 13px; line-height: 1.8; margin: 24px 6px 0; max-width: 850px; }
.careers-page .footer, .careers-page .site-footer { margin-top: 0; }
.careers-page .site-brand { flex-shrink: 0; }
@media (max-width: 760px) {
  .careers-hero, .careers-application { width: calc(100% - 32px); }
  .careers-hero { padding: 46px 4px 30px; grid-template-columns: 1fr; gap: 24px; }
  .careers-page .careers-hero h1 { font-size: clamp(39px, 9.7vw, 57px); }
  .careers-intro { font-size: 15px; max-width: 580px; }
  .careers-details { margin-top: 16px; gap: 10px 17px; }
  .careers-kicker { font-size: 10px; margin-bottom: 17px; }
  .careers-application { padding-bottom: 52px; }
  .careers-application-header { padding: 22px 20px; gap: 14px; flex-wrap: wrap; border-radius: 17px 17px 0 0; }
  .careers-frame { height: 1450px; }
  .careers-support { padding: 18px 20px; flex-direction: column; align-items: flex-start; gap: 7px; border-radius: 0 0 17px 17px; }
  .careers-support a { white-space: normal; }
  .careers-expect { margin: 20px 4px 0; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { .careers-page * { scroll-behavior: auto !important; } }
