.careers-page {
  background: #090a0d;
}

.careers-page .site-nav a[aria-current="page"] {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 0.45rem;
}

.career-hero {
  position: relative;
  z-index: 2;
  min-height: 900px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.98) 0%, rgba(9, 10, 13, 0.88) 51%, rgba(9, 10, 13, 0.38) 100%),
    url("/assets/video/zyel-bg.jpg") center / cover no-repeat;
}

.career-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, transparent 3%, #000 22%, #000 82%, transparent);
}

.career-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 82% 35%, rgba(185, 244, 74, 0.1), transparent 26rem);
}

.career-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 850px;
  padding: 176px 0 140px;
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.58fr);
}

.career-hero-copy h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(4.3rem, 9vw, 8.8rem);
  line-height: 0.87;
  letter-spacing: -0.075em;
}

.career-hero-lede {
  max-width: 760px;
  margin: 2.2rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.career-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.6rem;
}

.career-signal {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.career-signal-head {
  display: grid;
  padding: 0.85rem 0;
  align-items: center;
  gap: 0.6rem;
  grid-template-columns: auto 1fr auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.career-signal-head > span {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(185, 244, 74, 0.75);
  animation: career-pulse 1.6s ease-in-out infinite;
}

.career-signal-head em {
  color: var(--accent);
  font-style: normal;
}

@keyframes career-pulse { 50% { opacity: 0.35; transform: scale(0.72); } }

.career-signal > p {
  margin: 0;
  padding: 1.35rem 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.92rem;
}

.career-signal dl {
  margin: 0;
}

.career-signal dl > div {
  display: flex;
  padding: 0.82rem 0;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.career-signal dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.career-signal dd {
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}

.career-signal-bar {
  position: absolute;
  z-index: 4;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(9, 10, 13, 0.74);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.career-signal-bar span {
  min-height: 58px;
  padding: 1.15rem 1rem;
  color: rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.career-hero-art {
  position: absolute;
  z-index: 1;
  top: 15%;
  right: -8vw;
  width: min(48vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  opacity: 0.7;
}

.career-hero-art::before,
.career-hero-art::after,
.career-hero-art span {
  position: absolute;
  content: "";
}

.career-hero-art::before { inset: 16%; border: 1px solid rgba(185, 244, 74, 0.28); border-radius: 50%; }
.career-hero-art::after { top: 50%; left: -15%; width: 130%; height: 1px; background: rgba(255,255,255,.18); }
.career-hero-art span { width: 0.6rem; height: 0.6rem; background: var(--accent); border-radius: 50%; box-shadow: 0 0 1rem rgba(185,244,74,.7); }
.career-hero-art span:nth-child(1) { top: 8%; left: 30%; }
.career-hero-art span:nth-child(2) { top: 49.4%; left: -15%; background: #ec1968; }
.career-hero-art span:nth-child(3) { top: 49.4%; right: -15%; background: #f9a31a; }
.career-hero-art span:nth-child(4) { bottom: 12%; left: 22%; background: #8ed6ff; }
.career-hero-art span:nth-child(5) { right: 22%; bottom: 15%; background: #9b3d96; }

.career-intro {
  position: relative;
  z-index: 2;
  padding: clamp(6rem, 10vw, 10rem) 0;
  background: var(--paper);
}

.career-intro-grid {
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1.65fr);
}

.career-intro-copy h2,
.career-principles-heading h2,
.career-openings-heading h2,
.career-process-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.3rem, 6.8vw, 7rem);
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.career-intro-copy > p {
  max-width: 850px;
  margin: 2.3rem 0 0;
  color: #4b4f57;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.career-principles {
  position: relative;
  z-index: 2;
  padding: clamp(6rem, 10vw, 9rem) 0;
  color: #fff;
  background: #0d0f14;
}

.career-principles-heading {
  max-width: 960px;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.career-principles-heading .section-label,
.career-process .section-label { color: rgba(255,255,255,.62); }
.career-principles-heading h2,
.career-process-heading h2 { color: #fff; }

.career-principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.career-principle-grid article {
  min-height: 330px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.career-principle-grid article:last-child { border-right: 0; }
.career-principle-grid article > span { color: var(--accent); font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.career-principle-grid h3 { margin: 4.8rem 0 1rem; font-size: clamp(1.55rem, 2.4vw, 2.25rem); line-height: 1; letter-spacing: -.04em; }
.career-principle-grid p { margin: 0; color: rgba(255,255,255,.59); font-size: .94rem; line-height: 1.65; }

.career-openings {
  position: relative;
  z-index: 2;
  padding: clamp(6rem, 10vw, 10rem) 0;
  background: var(--paper-bright);
}

.career-openings-heading {
  display: grid;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
}

.career-openings-heading h2 { font-size: clamp(3.4rem, 6vw, 6.5rem); }
.career-openings-heading > p { margin: 0 0 .5rem; color: #5e6269; font-size: 1.05rem; }

.career-role-list { border-top: 2px solid var(--ink); }
.career-role { border-bottom: 1px solid rgba(23, 25, 29, 0.28); }
.career-role summary {
  display: grid;
  min-height: 148px;
  padding: 1.7rem .4rem;
  align-items: center;
  gap: 1.5rem;
  grid-template-columns: 70px minmax(0, 1fr) minmax(180px, .34fr) 46px;
  cursor: pointer;
  list-style: none;
  transition: padding 180ms ease, background 180ms ease;
}
.career-role summary::-webkit-details-marker { display: none; }
.career-role summary:hover,
.career-role[open] summary { padding-right: 1.4rem; padding-left: 1.4rem; background: #eceae3; }
.career-role-index { color: #929497; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.career-role-title { display: grid; gap: .35rem; }
.career-role-title small { color: #73777e; font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.career-role-title strong { color: var(--ink); font-size: clamp(1.7rem, 3.1vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.career-role-place { color: #60646b; font-size: .76rem; font-weight: 780; line-height: 1.55; text-transform: uppercase; }
.career-role-action { position: relative; width: 42px; height: 42px; border: 1px solid #bbbcb7; border-radius: 50%; }
.career-role-action::before,
.career-role-action::after { position: absolute; top: 50%; left: 50%; width: 15px; height: 1px; content: ""; background: var(--ink); transform: translate(-50%, -50%); }
.career-role-action::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 180ms ease; }
.career-role[open] .career-role-action { background: var(--accent); border-color: var(--accent); }
.career-role[open] .career-role-action::after { transform: translate(-50%, -50%) rotate(0); }

.career-role-body {
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  background: #0d0f14;
  border-left: 5px solid var(--accent);
}
.career-role:nth-child(2) .career-role-body { border-left-color: #ec1968; }
.career-role:nth-child(3) .career-role-body { border-left-color: #f9a31a; }
.career-role:nth-child(4) .career-role-body { border-left-color: #9b3d96; }
.career-role--intern .career-role-body { color: var(--ink); background: var(--accent); border-left-color: #ec1968; }
.career-role-lede { max-width: 970px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.55; }
.career-role--intern .career-role-lede { color: rgba(12,14,18,.78); }
.career-role-columns { display: grid; margin-top: 3rem; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.career-role-columns h3 { margin: 0 0 1.2rem; color: #fff; font-size: 1.15rem; }
.career-role--intern .career-role-columns h3 { color: var(--ink); }
.career-role-columns ul { margin: 0; padding-left: 1.1rem; }
.career-role-columns li { margin-bottom: .75rem; color: rgba(255,255,255,.63); }
.career-role--intern .career-role-columns li { color: rgba(12,14,18,.75); }
.career-role-columns li::marker { color: var(--accent); }
.career-role--intern .career-role-columns li::marker { color: #ec1968; }
.career-apply { display: flex; width: fit-content; margin-top: 3rem; padding: .9rem 1.1rem; gap: 2.2rem; align-items: center; color: var(--ink); background: var(--accent); font-size: .82rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.career-apply:hover,
.career-apply:focus-visible { color: var(--ink); background: #fff; box-shadow: 5px 5px 0 #ec1968; transform: translate(-3px, -3px); }
.career-role--intern .career-apply { color: #fff; background: var(--ink); }

.career-process {
  position: relative;
  z-index: 2;
  padding: clamp(6rem, 10vw, 10rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(142, 214, 255, 0.12), transparent 26rem),
    #0d0f14;
}
.career-process-grid { display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
.career-process-heading h2 { font-size: clamp(3rem, 5vw, 5rem); }
.career-process-heading > p:last-child { max-width: 510px; margin: 2rem 0 0; color: rgba(255,255,255,.58); }
.career-process ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.26); list-style: none; }
.career-process li { display: grid; padding: 2rem 0; gap: 1.6rem; grid-template-columns: 60px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); }
.career-process li > span { color: var(--accent); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.career-process h3 { margin: 0 0 .55rem; font-size: 1.35rem; }
.career-process li p { margin: 0; color: rgba(255,255,255,.6); font-size: .94rem; }
.career-equal { margin-top: 5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); }
.career-equal p { max-width: 920px; margin: 0; color: rgba(255,255,255,.4); font-size: .72rem; }

@media (max-width: 980px) {
  .career-hero-grid { min-height: 880px; grid-template-columns: 1fr; }
  .career-signal { max-width: 580px; }
  .career-principle-grid { grid-template-columns: repeat(2, 1fr); }
  .career-principle-grid article { border-bottom: 1px solid rgba(255,255,255,.16); }
  .career-principle-grid article:nth-child(2) { border-right: 0; }
  .career-openings-heading,
  .career-process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .career-hero { min-height: 880px; }
  .career-hero-grid { min-height: 830px; padding-top: 140px; }
  .career-hero-copy h1 { font-size: clamp(3.7rem, 17vw, 5.7rem); }
  .career-hero-art { top: 25%; right: -44vw; width: 95vw; }
  .career-signal-bar { grid-template-columns: repeat(2, 1fr); }
  .career-signal-bar span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .career-intro-grid { grid-template-columns: 1fr; }
  .career-principle-grid { grid-template-columns: 1fr; }
  .career-principle-grid article { min-height: 260px; border-right: 0; }
  .career-principle-grid h3 { margin-top: 3.5rem; }
  .career-role summary { min-height: 130px; grid-template-columns: 42px minmax(0, 1fr) 42px; }
  .career-role-place { display: none; }
  .career-role-title strong { font-size: clamp(1.45rem, 7vw, 2.25rem); }
  .career-role-columns { grid-template-columns: 1fr; }
  .career-role-body { padding: 2rem 1.3rem; }
  .career-apply { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  .career-signal-head > span { animation: none; }
}

/* Career signals and principles are visual routes, not equal-number boxes. */
.career-signal dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding-bottom: 0.45rem;
}

.career-signal dl > div {
  min-height: 92px;
  padding: 0.75rem 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 0.35rem;
  border: 0;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
}

.career-signal dl > div:nth-child(1) { box-shadow: inset 0 2px #ff6b9f; }
.career-signal dl > div:nth-child(2) { box-shadow: inset 0 2px var(--accent); }
.career-signal dl > div:nth-child(3) { box-shadow: inset 0 2px #8ed6ff; }
.career-signal dt { max-width: 10ch; font-size: 0.58rem; line-height: 1.2; }
.career-signal dd { font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1; }

.career-signal-bar {
  padding: 0.55rem max(0.65rem, calc((100vw - var(--max)) / 2));
  display: flex;
  gap: 0.55rem;
  border: 0;
}

.career-signal-bar span {
  min-height: 50px;
  padding: 0.75rem 0.85rem;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
}

.career-signal-bar span:nth-child(2),
.career-signal-bar span:nth-child(3) { flex-grow: 1.12; }
.career-signal-bar span::before { width: 0.45rem; height: 0.45rem; flex: 0 0 auto; content: ""; background: #ff6b9f; transform: rotate(45deg); }
.career-signal-bar span:nth-child(2)::before { border-radius: 50%; background: var(--accent); transform: none; }
.career-signal-bar span:nth-child(3)::before { background: #8ed6ff; transform: rotate(45deg) skew(-12deg, -12deg); }
.career-signal-bar span:nth-child(4)::before { border-radius: 50% 0 50% 50%; background: #f9a31a; }

.career-principles {
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 13%, rgba(236, 25, 104, 0.15), transparent 25rem),
    radial-gradient(circle at 95% 82%, rgba(142, 214, 255, 0.12), transparent 28rem),
    #11141a;
}

.career-principle-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  border: 0;
}

.career-principle-grid::before {
  position: absolute;
  top: 10%;
  right: 12%;
  bottom: 10%;
  left: 10%;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.career-principle-grid article {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 350px;
  padding: clamp(1.6rem, 3.5vw, 2.8rem);
  border: 0;
  background: #fff7fb;
  color: #14171c;
  box-shadow: 0 1.7rem 4rem rgba(0, 0, 0, 0.24);
}

.career-principle-grid article:nth-child(1) { grid-column: 1 / 8; }
.career-principle-grid article:nth-child(2) { grid-column: 8 / 13; margin-top: 4rem; background: #f3ffdf; }
.career-principle-grid article:nth-child(3) { grid-column: 2 / 7; background: #eaf7ff; }
.career-principle-grid article:nth-child(4) { grid-column: 7 / 13; margin-top: 2rem; background: #fff0d7; }

.career-principle-grid article small {
  display: block;
  margin-top: 1.3rem;
  color: #676c74;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.career-principle-grid h3 {
  max-width: 12ch;
  margin: 0.45rem 0 1rem;
  color: #14171c;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  line-height: 0.93;
}

.career-principle-grid p { max-width: 52ch; color: #50555d; font-size: 0.98rem; }

.career-principle-mark {
  position: relative;
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border: 1px solid #c32961;
  border-radius: 50%;
  color: #c32961;
}

.career-principle-mark b { position: absolute; top: 4px; right: 0; padding: 0.15rem 0.3rem; background: inherit; font-size: 0.58rem; letter-spacing: 0.08em; }
.career-principle-mark i,
.career-principle-mark i::before,
.career-principle-mark i::after { position: absolute; content: ""; }
.career-principle-mark i { width: 32px; height: 32px; border: 2px solid currentColor; border-radius: 50%; }
.career-principle-mark i::before { top: 14px; left: -8px; width: 44px; height: 2px; background: currentColor; }
.career-principle-mark i::after { top: -8px; left: 14px; width: 2px; height: 44px; background: currentColor; }

.career-principle--outcome .career-principle-mark { border-color: #5b8512; color: #5b8512; }
.career-principle--outcome .career-principle-mark i { width: 31px; height: 15px; border: 0; border-bottom: 4px solid currentColor; border-left: 4px solid currentColor; border-radius: 0; transform: rotate(-45deg); }
.career-principle--outcome .career-principle-mark i::before,
.career-principle--outcome .career-principle-mark i::after { display: none; }
.career-principle--legible .career-principle-mark { border-color: #1b749e; border-radius: 5px; color: #1b749e; }
.career-principle--legible .career-principle-mark i { width: 42px; height: 34px; border-radius: 2px; }
.career-principle--legible .career-principle-mark i::before { top: 9px; left: 7px; width: 25px; height: 2px; box-shadow: 0 8px 0 currentColor; }
.career-principle--legible .career-principle-mark i::after { display: none; }
.career-principle--range .career-principle-mark { border-color: #bb6d00; color: #bb6d00; }
.career-principle--range .career-principle-mark i { width: 11px; height: 11px; border: 0; background: currentColor; box-shadow: -24px 18px 0 currentColor, 24px 18px 0 currentColor; }
.career-principle--range .career-principle-mark i::before { top: 7px; left: -19px; width: 48px; height: 2px; background: currentColor; transform: rotate(21deg); }
.career-principle--range .career-principle-mark i::after { top: 7px; left: -19px; width: 48px; height: 2px; background: currentColor; transform: rotate(-21deg); }

.career-process ol {
  position: relative;
  border: 0;
}

.career-process ol::before {
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  left: 42px;
  width: 1px;
  content: "";
  background: linear-gradient(#ff6b9f, var(--accent), #8ed6ff);
}

.career-process li {
  position: relative;
  min-height: 132px;
  margin-bottom: 1rem;
  padding: 1.35rem;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 1.3rem;
  border: 0;
  background: rgba(255, 255, 255, 0.05);
}

.career-process li:nth-child(2) { margin-left: clamp(1rem, 5vw, 4rem); }
.career-process li:nth-child(3) { margin-left: clamp(0.35rem, 2vw, 1.5rem); }
.career-process h3 { font-size: clamp(1.5rem, 2.4vw, 2.05rem); }

.career-process-mark {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid #ff6b9f;
  border-radius: 50%;
  background: #0d0f14;
  color: #ff6b9f;
}

.career-process-mark b { position: absolute; top: -0.3rem; right: -0.2rem; padding: 0.12rem 0.25rem; background: #0d0f14; color: #fff; font-size: 0.56rem; }
.career-process-mark i,
.career-process-mark i::before,
.career-process-mark i::after { position: absolute; content: ""; }
.career-process-mark i { width: 31px; height: 24px; border: 2px solid currentColor; border-radius: 3px; }
.career-process-mark i::before { right: 3px; bottom: -7px; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; background: #0d0f14; transform: rotate(45deg); }
.career-process-mark i::after { top: 7px; left: 6px; width: 15px; height: 2px; background: currentColor; }
.career-process-step--talk .career-process-mark { border-color: var(--accent); color: var(--accent); }
.career-process-step--talk .career-process-mark i { width: 11px; height: 11px; border: 0; border-radius: 50%; background: currentColor; box-shadow: -19px 14px 0 currentColor, 19px 14px 0 currentColor; }
.career-process-step--talk .career-process-mark i::before { top: 7px; left: -15px; width: 40px; height: 2px; border: 0; background: currentColor; transform: rotate(21deg); }
.career-process-step--talk .career-process-mark i::after { top: 7px; left: -15px; width: 40px; height: 2px; background: currentColor; transform: rotate(-21deg); }
.career-process-step--scenario .career-process-mark { border-color: #8ed6ff; color: #8ed6ff; }
.career-process-step--scenario .career-process-mark i { width: 29px; height: 29px; border-radius: 50%; }
.career-process-step--scenario .career-process-mark i::before { top: 12px; right: auto; bottom: auto; left: 6px; width: 13px; height: 2px; border: 0; background: currentColor; transform: none; }
.career-process-step--scenario .career-process-mark i::after { top: 6px; left: 12px; width: 2px; height: 13px; background: currentColor; transform: none; }

@media (max-width: 980px) {
  .career-principle-grid article,
  .career-principle-grid article:nth-child(1),
  .career-principle-grid article:nth-child(2),
  .career-principle-grid article:nth-child(3),
  .career-principle-grid article:nth-child(4) { grid-column: span 6; margin-top: 0; border: 0; }
  .career-process ol { max-width: 760px; }
}

@media (max-width: 700px) {
  .career-signal-bar { flex-wrap: wrap; }
  .career-signal-bar span,
  .career-signal-bar span:nth-child(2),
  .career-signal-bar span:nth-child(3) { flex: 1 1 calc(50% - 0.55rem); min-height: 44px; font-size: 0.59rem; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .career-principle-grid { display: block; }
  .career-principle-grid::before { display: none; }
  .career-principle-grid article,
  .career-principle-grid article:nth-child(1),
  .career-principle-grid article:nth-child(2),
  .career-principle-grid article:nth-child(3),
  .career-principle-grid article:nth-child(4) { min-height: 0; margin: 0 0 1rem; padding: 1.5rem; }
  .career-principle-grid h3 { margin-top: 0.4rem; }
  .career-process ol::before { left: 33px; }
  .career-process li,
  .career-process li:nth-child(2),
  .career-process li:nth-child(3) { margin-left: 0; padding: 1rem; grid-template-columns: 68px minmax(0, 1fr); gap: 0.9rem; }
  .career-process-mark { width: 58px; height: 58px; }
}

@media (max-width: 410px) {
  .career-signal dt { font-size: 0.5rem; }
  .career-signal dl > div { min-height: 82px; }
}
