.careers-page {
  width: 100%;
  overflow-x: hidden;
  background: #020609;
}

.careers-main {
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 8%, rgba(21, 92, 132, 0.16), transparent 28%),
    linear-gradient(180deg, #020609 0%, #071017 48%, #02070a 100%);
}

.careers-main * {
  min-width: 0;
}

.careers-hero h1,
.careers-section-heading h2,
.careers-notice h2,
.role-card h3 {
  overflow-wrap: anywhere;
}

.careers-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  min-height: 0;
  padding: 58px clamp(38px, 7vw, 92px) 52px;
  border-bottom: 1px solid rgba(255, 196, 0, 0.42);
}

.careers-eyebrow,
.careers-kicker,
.role-status,
.hiring-status-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.7px;
}

.careers-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(55px, 7vw, 88px);
  line-height: 0.98;
  letter-spacing: -2px;
}

.careers-hero h1 span {
  color: var(--gold);
}

.careers-lead {
  max-width: 790px;
  margin: 30px 0 0;
  color: #d5dbdd;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.72;
}

.hiring-status {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  width: 100%;
  padding: 21px 24px;
  border: 1px solid rgba(255, 196, 0, 0.35);
  border-left: 3px solid var(--gold);
  background:
    linear-gradient(145deg, rgba(255, 196, 0, 0.055), transparent 55%),
    rgba(2, 8, 12, 0.72);
}

.hiring-status-label {
  margin: 0;
  white-space: nowrap;
  font-size: 13px;
}

.hiring-status p:not(.hiring-status-label) {
  margin: 0;
  color: #d5dbdd;
  font-size: 16px;
  line-height: 1.6;
}

.hiring-status strong {
  color: #fff;
}

.career-values,
.future-roles,
.equal-opportunity,
.careers-notice {
  padding: 78px clamp(38px, 7vw, 92px);
}

.career-values {
  border-bottom: 1px solid rgba(255, 196, 0, 0.28);
}

.careers-section-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  max-width: 1040px;
  margin-bottom: 40px;
}

.careers-section-number {
  margin: 8px 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}

.careers-section-heading h2,
.careers-notice h2 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.06;
}

.career-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 196, 0, 0.3);
  background: rgba(255, 196, 0, 0.26);
}

.career-values-grid article {
  min-height: 235px;
  padding: 29px 25px;
  background: #061117;
}

.career-values-grid p {
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
}

.career-values-grid h3 {
  margin: 25px 0 14px;
  color: #fff;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.career-values-grid span {
  color: #c6ced1;
  font-size: 14px;
  line-height: 1.65;
}

.future-roles {
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.025) 0 1px, transparent 1px 48px),
    rgba(1, 6, 9, 0.5);
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.role-card {
  padding: 31px 30px 30px;
  border: 1px solid rgba(255, 196, 0, 0.28);
  background:
    linear-gradient(145deg, rgba(13, 54, 76, 0.24), transparent 40%),
    rgba(3, 11, 15, 0.91);
}

.role-card header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  margin-bottom: 22px;
}

.role-number {
  margin: 3px 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1;
}

.role-status {
  margin-bottom: 7px;
  font-size: 10px;
}

.role-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.08;
}

.role-summary {
  margin: 0 0 23px;
  color: #d5dadd;
  font-size: 16px;
  line-height: 1.7;
}

.role-card h4 {
  margin: 24px 0 11px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.role-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.role-card li {
  position: relative;
  padding-left: 19px;
  color: #c4cccf;
  font-size: 14px;
  line-height: 1.58;
}

.role-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.role-card > p:last-child {
  margin: 0;
  color: #c4cccf;
  font-size: 14px;
  line-height: 1.68;
}

.equal-opportunity {
  border-top: 1px solid rgba(255, 196, 0, 0.32);
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 184, 212, 0.07), transparent 34%),
    #030a0e;
}

.equal-opportunity-lead {
  max-width: 1010px;
  margin: 0 0 37px;
  color: #d3d8da;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.55;
}

.equal-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.equal-opportunity-grid article {
  padding: 29px 27px;
  border: 1px solid rgba(255, 196, 0, 0.25);
  background: rgba(5, 17, 23, 0.86);
}

.equal-opportunity-grid h3 {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.commitment-icon {
  display: inline-grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 196, 0, 0.65);
  border-radius: 50%;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.equal-opportunity-grid p {
  margin: 0;
  color: #c8d0d3;
  font-size: 14px;
  line-height: 1.72;
}

.careers-notice {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid rgba(255, 196, 0, 0.52);
  border-bottom: 1px solid rgba(255, 196, 0, 0.52);
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(255, 196, 0, 0.07), transparent 58%),
    #03090d;
}

.careers-notice h2 {
  margin-bottom: 13px;
  font-size: clamp(25px, 3vw, 34px);
}

.careers-notice > p:not(.careers-kicker) {
  max-width: 900px;
  margin: 0 auto;
  color: #d4d9db;
  font-size: 15px;
  line-height: 1.65;
}

.careers-notice a {
  display: inline-block;
  margin-top: 19px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.careers-notice a:hover,
.careers-notice a:focus-visible {
  color: #fff;
}

.careers-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 27px 30px;
  color: #aeb6b9;
  background: #010405;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.careers-footer span:first-child {
  color: var(--gold);
}

@media (max-width: 920px) {
  .hiring-status {
    width: 100%;
  }

  .role-grid {
    grid-template-columns: 1fr;
  }

  .career-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .equal-opportunity-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .careers-page .site-header {
    overflow: hidden;
  }

  .careers-page .brand {
    max-width: calc(100vw - 78px);
    overflow: hidden;
  }

  .careers-page .brand-copy {
    min-width: 0;
    overflow: hidden;
  }

  .careers-page .brand-tagline {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .careers-hero,
  .career-values,
  .future-roles,
  .equal-opportunity,
  .careers-notice {
    padding-right: 22px;
    padding-left: 22px;
  }

  .careers-hero {
    min-height: 0;
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .careers-hero h1 {
    font-size: clamp(45px, 13vw, 56px);
    letter-spacing: -1px;
  }

  .careers-lead {
    font-size: 17px;
  }

  .hiring-status {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 19px 20px;
  }

  .careers-section-heading {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .careers-section-heading h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .careers-notice h2 {
    font-size: 27px;
  }

  .role-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .role-card header {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
  }

  .role-card h3 {
    overflow-wrap: anywhere;
  }

  .career-values-grid {
    grid-template-columns: 1fr;
  }

  .career-values-grid article {
    min-height: 0;
  }

  .careers-notice > p:not(.careers-kicker) {
    font-size: 16px;
  }
}
