@import url("forms.css");

.careers-page,
.job-page,
.career-apply-page {
  background: var(--white);
  color: var(--ink);
}

.careers-page .site-header,
.job-page .site-header,
.career-apply-page .site-header {
  top: 20px;
  position: absolute;
}

.careers-page .brand,
.job-page .brand,
.career-apply-page .brand {
  flex: none;
}

.careers-page .desktop-nav a[aria-current="page"],
.job-page .desktop-nav a[aria-current="page"],
.career-apply-page .desktop-nav a[aria-current="page"] {
  color: var(--blue);
}

.careers-page .button-acid,
.job-page .button-acid {
  background: var(--acid);
  color: var(--navy-deep);
}

.careers-page .button-acid:hover,
.job-page .button-acid:hover {
  background: #d5f57a;
  color: var(--navy-deep);
}

.career-hero {
  min-height: 790px;
  padding: 152px 0 162px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .98) 0 9%, transparent 38%),
    linear-gradient(126deg, #f5fafb 0%, #e9f6f8 61%, #d8eef2 100%);
}

.career-hero::before {
  content: "";
  width: 520px;
  height: 520px;
  position: absolute;
  right: -230px;
  bottom: -310px;
  border: 1px solid rgba(40, 184, 197, .25);
  border-radius: 50%;
  box-shadow:
    0 0 0 74px rgba(40, 184, 197, .045),
    0 0 0 148px rgba(11, 123, 211, .035);
  pointer-events: none;
}

.career-hero-grid {
  min-height: 470px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: 72px;
}

.career-hero-copy {
  padding: 34px 0 80px;
}

.career-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--navy);
  font-family: Bahnschrift, "Arial Narrow", sans-serif;
  font-size: clamp(62px, 6vw, 94px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: .94;
  text-wrap: balance;
}

html[lang="zh-CN"] .career-hero-copy h1 {
  max-width: 680px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: clamp(50px, 5vw, 76px);
  letter-spacing: -.025em;
  line-height: 1.13;
  line-break: strict;
}

.career-hero-copy > p {
  max-width: 610px;
  margin: 30px 0 0;
  color: #4d6b7f;
  font-size: 17px;
  line-height: 1.75;
}

.career-hero-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.career-hero-media {
  height: 520px;
  margin: 0;
  position: relative;
  isolation: isolate;
}

.career-hero-media::before {
  content: "";
  width: 78%;
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -22px;
  bottom: 42px;
  border: 1px solid rgba(24, 79, 143, .22);
}

.career-hero-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(.82) contrast(1.03);
}

.career-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(14, 59, 92, .3), transparent 42%),
    linear-gradient(90deg, rgba(24, 79, 143, .14), transparent 31%);
}

.career-photo-label {
  padding: 12px 15px;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  background: rgba(16, 57, 99, .92);
  color: var(--white);
  font-family: Bahnschrift, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contribution-slice {
  width: 76%;
  height: 206px;
  position: absolute;
  z-index: 4;
  right: -42px;
  bottom: -48px;
  pointer-events: none;
  perspective: 780px;
}

.contribution-plane {
  height: 55px;
  padding: 0 18px;
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .56);
  color: var(--white);
  box-shadow: 0 18px 32px rgba(16, 57, 99, .16);
  transform: rotateX(55deg) rotateZ(-4deg);
}

.contribution-plane strong {
  font-family: Bahnschrift, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
}

.contribution-plane span {
  font-size: 12px;
  opacity: .78;
}

.contribution-plane:nth-child(1) {
  top: 0;
  background: rgba(40, 184, 197, .88);
}

.contribution-plane:nth-child(2) {
  top: 57px;
  background: rgba(11, 123, 211, .92);
}

.contribution-plane:nth-child(3) {
  top: 114px;
  background: rgba(199, 239, 80, .94);
  color: var(--navy-deep);
}

.opening-dock {
  min-height: 156px;
  padding: 30px 34px;
  position: absolute;
  z-index: 5;
  right: max(24px, calc((100vw - 1280px) / 2));
  bottom: 0;
  left: max(24px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 24px 54px rgba(16, 57, 99, .2);
}

.opening-dock-status {
  align-self: stretch;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.opening-dock-status span {
  color: #b7d0df;
  font-size: 12px;
}

.opening-dock-status strong {
  margin-top: 6px;
  font-family: Bahnschrift, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 650;
}

.opening-dock-copy strong {
  display: block;
  font-size: 20px;
  font-weight: 650;
}

.opening-dock-copy p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #c7d9e5;
  font-size: 13px;
  line-height: 1.65;
}

.opening-dock .button {
  min-width: 218px;
  justify-content: space-between;
}

.careers-intro {
  padding: 136px 0 80px;
}

.careers-intro-row {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .48fr);
  align-items: end;
  gap: 100px;
}

.careers-intro h2,
.careers-process h2,
.career-close h2,
.openings-section h2 {
  margin: 0;
  color: var(--navy);
  font-family: Bahnschrift, "Arial Narrow", sans-serif;
  font-size: clamp(46px, 4.7vw, 72px);
  font-weight: 580;
  letter-spacing: -.035em;
  line-height: .96;
  text-wrap: balance;
}

html[lang="zh-CN"] .careers-intro h2,
html[lang="zh-CN"] .careers-process h2,
html[lang="zh-CN"] .career-close h2,
html[lang="zh-CN"] .openings-section h2 {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: clamp(42px, 4vw, 62px);
  letter-spacing: -.025em;
  line-height: 1.16;
  line-break: strict;
}

.careers-intro-row > p {
  margin: 0 0 2px;
  color: #526f81;
  font-size: 16px;
  line-height: 1.75;
}

.contribution-stories {
  padding: 0 0 132px;
}

.contribution-story {
  min-height: 420px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  background: #eef6f8;
  transition: background-color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}

.contribution-story + .contribution-story {
  margin-top: 22px;
}

.contribution-story:nth-child(even) {
  grid-template-columns: .94fr 1.06fr;
}

.contribution-story:nth-child(even) .contribution-image {
  order: 2;
}

.contribution-image {
  min-height: 420px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #d8e7ec;
}

.contribution-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(.8) contrast(1.04);
  transition: transform .8s var(--ease);
}

.contribution-story:hover .contribution-image img {
  transform: scale(1.025);
}

.contribution-image figcaption {
  padding: 10px 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(16, 57, 99, .9);
  color: var(--white);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contribution-copy {
  padding: 66px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.contribution-copy::before {
  content: "";
  width: 64px;
  height: 1px;
  position: absolute;
  top: 44px;
  left: 68px;
  background: var(--cyan);
}

.contribution-copy h3 {
  max-width: 420px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.08;
}

html[lang="zh-CN"] .contribution-copy h3 {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: clamp(28px, 2.65vw, 40px);
  font-weight: 680;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.contribution-copy p {
  max-width: 510px;
  margin: 24px 0 0;
  color: #4f6c7e;
  font-size: 15px;
  line-height: 1.75;
}

.contribution-disciplines {
  margin: 28px 0 0;
  padding: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-top: 1px solid #cadde4;
  color: var(--navy);
  font-size: 12px;
  font-weight: 650;
}

.contribution-disciplines span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contribution-disciplines span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.contribution-openings-link,
.contribution-focus-note {
  width: fit-content;
  margin: 30px 0 0;
  font-family: Bahnschrift, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .025em;
}

.contribution-openings-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(8, 87, 151, .35);
  color: var(--blue);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}

.contribution-openings-link span {
  transition: transform .2s ease;
}

.contribution-openings-link:hover,
.contribution-openings-link:focus-visible {
  border-color: currentColor;
  color: var(--navy);
}

.contribution-openings-link:hover span,
.contribution-openings-link:focus-visible span {
  transform: translateX(4px);
}

.contribution-focus-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #657b89 !important;
  text-transform: uppercase;
}

.contribution-focus-note span {
  width: 22px;
  height: 1px;
  background: #91aab7;
}

.openings-section {
  padding: 122px 0;
  background: #f4f8fa;
}

.openings-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.openings-head [data-jobs-count] {
  color: #5d7587;
  font-size: 13px;
}

.jobs-list {
  margin-top: 54px;
  border-top: 1px solid #cbdde4;
}

.job-row {
  min-height: 158px;
  padding: 30px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr) 132px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #cbdde4;
  background: transparent;
  color: var(--ink);
  transition: background .25s ease, transform .25s ease;
}

.job-row:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.job-row:focus-visible {
  outline: 3px solid rgba(11, 123, 211, .34);
  outline-offset: 3px;
}

.job-row-main strong {
  display: block;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.25;
}

.job-row-main > span {
  max-width: 640px;
  margin-top: 10px;
  display: block;
  color: #5b7284;
  font-size: 13px;
  line-height: 1.6;
}

.job-row-meta {
  display: grid;
  gap: 7px;
  color: #49677c;
  font-size: 12px;
}

.job-row-action {
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
  text-align: right;
}

.jobs-empty {
  min-height: 260px;
  margin-top: 54px;
  padding: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.jobs-empty[hidden] {
  display: none;
}

.jobs-empty::after {
  content: "";
  width: 290px;
  height: 210px;
  position: absolute;
  right: 210px;
  bottom: -142px;
  border: 1px solid rgba(40, 184, 197, .22);
  transform: skewX(-28deg);
}

.jobs-empty-copy {
  max-width: 680px;
}

.jobs-empty-copy strong {
  display: block;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.jobs-empty-copy p {
  max-width: 600px;
  margin: 18px 0 0;
  color: #587184;
  font-size: 15px;
  line-height: 1.7;
}

.jobs-empty .button {
  position: relative;
  z-index: 1;
}

.jobs-load-error {
  min-height: 220px;
  padding: 48px;
  display: grid;
  align-content: center;
  justify-items: start;
  border-bottom: 1px solid #cbdde4;
  background: var(--white);
}

.jobs-load-error strong {
  color: var(--navy);
  font-size: 24px;
}

.jobs-load-error p {
  margin: 10px 0 20px;
  color: #5b7284;
}

.jobs-load-error button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 650;
}

.careers-process {
  padding: 128px 0;
  background: var(--white);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 100px;
}

.process-intro p {
  max-width: 490px;
  margin: 28px 0 0;
  color: #597184;
  font-size: 15px;
  line-height: 1.75;
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cddfe5;
}

.process-steps li {
  min-height: 150px;
  padding: 30px 18px 30px 116px;
  position: relative;
  border-bottom: 1px solid #cddfe5;
  transition: background-color .25s ease, transform .25s var(--ease);
}

.process-steps li::before {
  content: attr(data-step);
  width: 68px;
  height: 68px;
  position: absolute;
  top: 26px;
  left: 16px;
  display: grid;
  place-items: center;
  border: 1px solid #94bac8;
  border-radius: 50%;
  color: var(--navy);
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: 400;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .contribution-story:hover {
    position: relative;
    z-index: 2;
    background: #f5fbfc;
    box-shadow: 0 24px 46px rgba(26, 76, 105, .12);
    transform: translateY(-5px) scale(1.004);
  }

  .process-steps li:hover {
    background: #f3f9fb;
    transform: translateX(6px);
  }

  .process-steps li:hover::before {
    border-color: var(--cyan);
    background: var(--cyan);
    color: #ffffff;
    transform: scale(1.06);
  }
}

.process-steps strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
}

.process-steps p {
  max-width: 620px;
  margin: 9px 0 0;
  color: #5a7284;
  font-size: 13px;
  line-height: 1.65;
}

.career-close {
  padding: 116px 0;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}


.career-close::after {
  content: "";
  width: 570px;
  height: 260px;
  position: absolute;
  right: -100px;
  bottom: -144px;
  border: 1px solid rgba(255, 255, 255, .16);
  transform: skewX(-26deg);
  box-shadow:
    -72px -48px 0 -71px rgba(40, 184, 197, .6),
    -144px -96px 0 -143px rgba(199, 239, 80, .6);
}

.career-close-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
}

.career-close h2 {
  max-width: 790px;
  color: var(--white);
}

.career-close p {
  max-width: 640px;
  margin: 26px 0 0;
  color: #c6d8e4;
  font-size: 15px;
  line-height: 1.75;
}

/* Job detail */

.job-hero {
  min-height: 570px;
  padding: 158px 0 92px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 248, 250, .98) 0 55%, rgba(226, 242, 246, .9) 55% 100%),
      url("assets/concept-rd-innovation-v1.webp") center / cover;
}

.job-hero::after {
  content: "";
  width: 46%;
  height: 120px;
  position: absolute;
  right: -50px;
  bottom: 44px;
  border-top: 1px solid rgba(24, 79, 143, .22);
  border-bottom: 1px solid rgba(40, 184, 197, .32);
  transform: skewX(-24deg);
}

.job-hero-inner {
  position: relative;
  z-index: 1;
}

.career-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #5a7488;
  font-size: 12px;
}

.career-breadcrumb a:hover {
  color: var(--blue);
}

.job-hero-copy {
  max-width: 830px;
  margin-top: 64px;
}

.job-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: Bahnschrift, "Arial Narrow", sans-serif;
  font-size: clamp(44px, 4.4vw, 68px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}

html[lang="zh-CN"] .job-hero h1 {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  letter-spacing: -.025em;
  line-height: 1.08;
  line-break: strict;
}

.job-hero-copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #506d80;
  font-size: 16px;
  line-height: 1.75;
}

.job-meta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
}

.job-meta div {
  min-width: 150px;
}

.job-meta span {
  display: block;
  color: #6a8090;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.job-meta strong {
  margin-top: 6px;
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.job-detail-section {
  padding: 100px 0 130px;
}

.job-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 90px;
}

.job-description-block + .job-description-block {
  margin-top: 64px;
}

.job-description-block h2 {
  margin: 0 0 26px;
  color: var(--navy);
  font-size: 31px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.job-description-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cedfe5;
}

.job-description-block li {
  min-height: 65px;
  padding: 19px 0 19px 30px;
  position: relative;
  border-bottom: 1px solid #cedfe5;
  color: #4f6c7e;
  line-height: 1.65;
}

.job-description-block li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 27px;
  left: 4px;
  border-radius: 50%;
  background: var(--cyan);
}

.job-apply-rail {
  padding: 30px;
  position: sticky;
  top: 28px;
  background: var(--navy);
  color: var(--white);
}

.job-apply-rail strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
}

.job-apply-rail p {
  margin: 14px 0 28px;
  color: #c3d6e2;
  font-size: 13px;
  line-height: 1.65;
}

.job-apply-rail .button {
  width: 100%;
}

.job-apply-rail [data-job-updated] {
  margin-top: 22px;
  display: block;
  color: #9fbdcd;
  font-size: 12px;
}

.job-unavailable {
  min-height: 700px;
  padding: 176px 0 120px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, .98) 0 8%, transparent 35%),
    linear-gradient(128deg, #f4f9fa, #dff2f5);
}

.job-unavailable-inner {
  max-width: 820px;
}

.job-unavailable h1 {
  margin: 70px 0 0;
  color: var(--navy);
  font-family: Bahnschrift, "Arial Narrow", sans-serif;
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: .95;
}

html[lang="zh-CN"] .job-unavailable h1 {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.job-unavailable p {
  max-width: 650px;
  margin: 28px 0 36px;
  color: #516f82;
  font-size: 16px;
  line-height: 1.75;
}

/* Career application */

.career-apply-page .inquiry-hero {
  min-height: 520px;
  padding-bottom: 132px;
}

.career-apply-page .inquiry-hero-copy {
  max-width: 920px;
}

.career-apply-page .inquiry-hero h1 {
  max-width: 900px;
}

.career-context-note {
  max-width: 720px;
  margin-top: 24px;
  padding: 14px 17px;
  border: 1px solid rgba(24, 79, 143, .18);
  background: rgba(255, 255, 255, .54);
  color: #45677d;
  font-size: 13px;
  line-height: 1.6;
}

.career-context-note strong {
  color: var(--navy);
}

.career-apply-page .inquiry-layout {
  grid-template-columns: 320px minmax(0, 1fr);
}

.career-apply-page .request-rail {
  min-height: 760px;
}

.career-apply-page .material-route {
  height: 205px;
}

.career-apply-page .privacy-note {
  align-items: flex-start;
}

.launch-policy-note {
  margin: 18px 0 0;
  padding: 13px 15px;
  background: #eef6f8;
  color: #526f81;
  font-size: 12px;
  line-height: 1.6;
}

.career-apply-page .form-submit {
  min-width: 244px;
}

.career-application-result .result-signal {
  background: var(--acid);
  color: var(--navy-deep);
}

@media (max-width: 1180px) {
  .career-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .85fr);
    gap: 42px;
  }

  .career-hero-copy h1 {
    font-size: clamp(58px, 6.8vw, 80px);
  }

  .opening-dock {
    right: 28px;
    left: 28px;
  }

  .contribution-copy {
    padding: 56px 48px;
  }

  .contribution-copy::before {
    left: 48px;
  }
}

@media (max-width: 1020px) {
  .career-hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .career-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .career-hero-copy {
    padding-bottom: 20px;
  }

  .career-hero-copy h1 {
    max-width: 760px;
  }

  .career-hero-media {
    width: min(760px, 100%);
    height: 430px;
    justify-self: end;
  }

  .opening-dock {
    margin-top: 82px;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .careers-intro {
    padding-top: 108px;
  }

  .contribution-story,
  .contribution-story:nth-child(even) {
    grid-template-columns: 1fr 1fr;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .job-detail-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 52px;
  }
}

@media (max-width: 820px) {
  .opening-dock {
    grid-template-columns: 1fr auto;
  }

  .opening-dock-status {
    grid-column: 1 / -1;
    min-height: 54px;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .careers-intro-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contribution-story,
  .contribution-story:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .contribution-story:nth-child(even) .contribution-image {
    order: initial;
  }

  .contribution-image {
    min-height: 380px;
  }

  .job-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .job-row-action {
    text-align: left;
  }

  .jobs-empty {
    grid-template-columns: 1fr;
  }

  .career-close-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .job-detail-layout {
    grid-template-columns: 1fr;
  }

  .job-apply-rail {
    position: relative;
    top: auto;
  }
}

@media (max-width: 780px) {
  .career-apply-page .inquiry-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .career-apply-page .request-rail {
    min-height: 0;
    position: relative;
    top: 0;
  }
}

@media (max-width: 680px) {
  .careers-page .site-header,
  .job-page .site-header,
  .career-apply-page .site-header {
    top: 10px;
  }

  .career-hero {
    padding: 118px 0 0;
  }

  .career-hero-copy {
    padding-top: 22px;
  }

  .career-hero-copy h1 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: .96;
  }

  html[lang="zh-CN"] .career-hero-copy h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .career-hero-copy > p {
    margin-top: 22px;
    font-size: 15px;
  }

  .career-hero-actions {
    display: grid;
  }

  .career-hero-actions .button {
    width: 100%;
  }

  .career-hero-media {
    height: 330px;
    margin-top: 16px;
  }

  .career-hero-media::before {
    top: -12px;
    right: -12px;
  }

  .career-photo-label {
    font-size: 12px;
  }

  .contribution-slice {
    width: 90%;
    height: 160px;
    right: -18px;
    bottom: -45px;
  }

  .contribution-plane {
    height: 44px;
    padding: 0 12px;
  }

  .contribution-plane:nth-child(2) {
    top: 46px;
  }

  .contribution-plane:nth-child(3) {
    top: 92px;
  }

  .opening-dock {
    min-height: 0;
    margin-top: 68px;
    padding: 25px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .opening-dock-status,
  .opening-dock-copy,
  .opening-dock .button {
    grid-column: auto;
  }

  .opening-dock .button {
    width: 100%;
  }

  .careers-intro {
    padding: 88px 0 52px;
  }

  .careers-intro h2,
  .careers-process h2,
  .career-close h2,
  .openings-section h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  html[lang="zh-CN"] .careers-intro h2,
  html[lang="zh-CN"] .careers-process h2,
  html[lang="zh-CN"] .career-close h2,
  html[lang="zh-CN"] .openings-section h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .contribution-stories {
    padding-bottom: 88px;
  }

  .contribution-image {
    min-height: 290px;
  }

  .contribution-copy {
    padding: 54px 24px 42px;
  }

  .contribution-copy::before {
    top: 34px;
    left: 24px;
  }

  .contribution-copy h3 {
    font-size: 31px;
  }

  .openings-section,
  .careers-process {
    padding: 86px 0;
  }

  .openings-head {
    display: grid;
    gap: 18px;
  }

  .jobs-empty {
    min-height: 0;
    margin-top: 38px;
    padding: 34px 24px;
    gap: 28px;
  }

  .jobs-empty .button {
    width: 100%;
  }

  .process-intro p {
    margin-top: 22px;
  }

  .process-steps li {
    min-height: 0;
    padding: 26px 0 26px 84px;
  }

  .process-steps li::before {
    width: 56px;
    height: 56px;
    top: 24px;
    left: 2px;
    font-size: 20px;
  }

  .career-close {
    padding: 84px 0;
  }


  .career-close .button {
    width: 100%;
  }

  .job-hero {
    min-height: 520px;
    padding: 126px 0 76px;
    background: linear-gradient(126deg, #f4f8fa, #dceff3);
  }

  .job-hero-copy {
    margin-top: 48px;
  }

  .job-hero h1 {
    font-size: clamp(38px, 10vw, 44px);
  }

  .job-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .job-detail-section {
    padding: 78px 0 96px;
  }

  .job-description-block + .job-description-block {
    margin-top: 48px;
  }

  .job-unavailable {
    min-height: 650px;
    padding: 132px 0 90px;
  }

  .job-unavailable h1 {
    margin-top: 54px;
    font-size: clamp(46px, 13vw, 62px);
  }

  .career-apply-page .inquiry-hero {
    min-height: 540px;
    padding-bottom: 120px;
  }

  .career-apply-page .inquiry-hero h1 {
    font-size: clamp(45px, 12.5vw, 60px);
  }

  .career-apply-page .form-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contribution-story,
  .contribution-image img,
  .job-row,
  .process-steps li,
  .process-steps li::before {
    transition: none;
  }
}
