.plain-page {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
  font-family:
    'Noto Sans JP',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  color: #090909;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
svg {
  display: block;
}

.recruit-page {
  --blue: #0077ff;
  --blue-deep: #3840de;
  --blue-soft: #65adff;
  --ink: #090909;
  --muted: #525252;
  --paper: #ffffff;
  --soft: #f4f6fa;
  --line: #d8e7ff;
  --shadow: 0 0 12px rgba(184, 208, 234, 0.85);
  --motion-fast: 160ms ease;
  --motion-ui: 220ms ease;

  min-width: 320px;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 80px 0;
}

.section--white {
  background: var(--paper);
}

.section--soft {
  background: var(--soft);
}

.section-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.section-title {
  display: grid;
  gap: 12px;
  margin-bottom: 48px;
}

.section-title h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 0;
}

.section-title p {
  max-width: 960px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.section-title--light {
  color: #ffffff;
}

.whydd-section .section-title p {
  max-width: none;
  line-height: 24px;
}

.mobile-header,
.mobile-quick-actions,
.mobile-menu {
  display: none;
}

.mobile-menu[hidden] {
  display: none;
}

.hero-section {
  position: relative;
  height: 766px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(90deg, var(--blue), var(--blue-deep));
}

.hero-section__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
}

.hero-slide {
  --hero-slide-scale: 1;
  --hero-slide-position: 62% center;
  --hero-slide-origin: center center;

  max-width: none;
  object-fit: cover;
  object-position: var(--hero-slide-position);
  opacity: 0;
  transform: scale(var(--hero-slide-scale));
  transform-origin: var(--hero-slide-origin);
  animation: hero-slide-fade 35s infinite both ease-in-out;
}

.hero-slide:nth-child(1) {
  --hero-slide-position: 62% center;
}

.hero-slide:nth-child(2) {
  --hero-slide-scale: 1.6497;
  --hero-slide-position: 0% 35%;
  --hero-slide-origin: left 35%;
}

.hero-slide:nth-child(3) {
  --hero-slide-position: 50% 17%;
  --hero-slide-origin: center 17%;
}

.hero-slide:nth-child(4) {
  --hero-slide-scale: 2.508;
  --hero-slide-position: 50% 13%;
  --hero-slide-origin: center 13%;
}

.hero-slide:nth-child(5) {
  --hero-slide-scale: 1.8719;
  --hero-slide-position: 54% 23%;
  --hero-slide-origin: 54% 23%;
}

.hero-slide:nth-child(6) {
  --hero-slide-scale: 1.281;
  --hero-slide-position: 0% 11%;
  --hero-slide-origin: left 11%;
}

.hero-slide:nth-child(7) {
  --hero-slide-scale: 2.1068;
  --hero-slide-position: 35% 13%;
  --hero-slide-origin: 35% 13%;
}

@keyframes hero-slide-fade {
  0% {
    opacity: 0;
  }

  2.857%,
  14.286% {
    opacity: 1;
  }

  17.143%,
  100% {
    opacity: 0;
  }
}

.hero-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0569e6 0%, rgba(5, 105, 230, 0) 50%);
}

.hero-header {
  --hero-header-margin: 24px;

  position: absolute;
  z-index: 2;
  top: 24px;
  right: var(--hero-header-margin);
  left: var(--hero-header-margin);
  display: flex;
  width: auto;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.67vw, 24px);
  padding: 12px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 32px rgba(3, 39, 80, 0.4);
}

.hero-header__brand,
.hero-header__actions {
  display: flex;
  align-items: center;
}

.hero-header__brand {
  flex: 1 1 auto;
  min-width: 0;
  gap: clamp(12px, 2.22vw, 32px);
}

.hero-header__logo-frame {
  display: grid;
  width: clamp(132px, 13.18vw, 180px);
  height: clamp(44px, 4.25vw, 58px);
  flex: 0 0 auto;
  place-items: center;
  background: #ffffff;
}

.hero-header__logo {
  width: clamp(118px, 11.78vw, 161px);
  height: clamp(31px, 3.08vw, 42px);
  object-fit: contain;
}

.hero-header__nav {
  flex: 1 1 auto;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(8px, 1.25vw, 24px);
  font-size: clamp(11px, 1.03vw, 14px);
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.hero-header__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-block: 4px;
  color: #1f1f1f;
  text-decoration: none;
  transition: color var(--motion-fast);
}

.hero-header__nav-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--blue-soft));
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--motion-ui);
}

.hero-header__nav-link:hover,
.hero-header__nav-link:focus-visible {
  color: #0569e6;
}

.hero-header__nav-link:hover::after,
.hero-header__nav-link:focus-visible::after {
  transform: scaleX(1);
}

.hero-header__nav-link:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 6px;
}

.hero-header__actions {
  flex: 0 0 auto;
  gap: clamp(6px, 0.84vw, 12px);
}

.hero-header__button {
  position: relative;
  display: inline-flex;
  height: clamp(44px, 3.81vw, 52px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 16px clamp(12px, 2.08vw, 32px);
  border-radius: 4px;
  font-size: clamp(12px, 1.17vw, 16px);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color var(--motion-fast),
    border-color var(--motion-fast),
    background var(--motion-ui);
}

.hero-header__button::before {
  content: none;
}

.hero-header__button:hover::before,
.hero-header__button:focus-visible::before {
  transform: none;
}

.hero-header__button:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.hero-header__button--entry {
  color: #ffffff;
  border: 1px solid var(--blue);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(90deg, var(--blue), var(--blue-deep));
  font-weight: 700;
  transition:
    color var(--motion-fast),
    border-color var(--motion-fast),
    background var(--motion-fast);
}

.hero-header__button--entry::before {
  content: none;
}

.hero-header__button--entry:hover,
.hero-header__button--entry:focus-visible {
  color: var(--blue);
  border-color: var(--blue);
  background: #ffffff;
}

.hero-header__button--entry:hover::before,
.hero-header__button--entry:focus-visible::before {
  transform: none;
}

.hero-header__button--jobs {
  color: #0569e6;
  border: 1px solid #0569e6;
  background: #ffffff;
  font-weight: 400;
}

.hero-header__button--jobs:hover,
.hero-header__button--jobs:focus-visible {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.hero-section__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 56px;
  width: min(620px, calc(100% - 48px));
  padding: 248px 0 0 clamp(24px, 3.35vw, 48px);
}

.hero-section__message {
  display: grid;
  gap: 32px;
}

.hero-wordmark {
  display: grid;
  gap: clamp(4px, 0.9vw, 13px);
  width: min(clamp(210px, 52.54vw, 620px), 100%);
}

.hero-wordmark img:first-child {
  aspect-ratio: 209.53 / 42.981;
  width: 100%;
  height: auto;
}

.hero-wordmark img:last-child {
  aspect-ratio: 182.32 / 43.4788;
  width: 87%;
  height: auto;
}

.hero-section__lead,
.hero-section__message p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hero-section__lead {
  white-space: nowrap;
}

.stats-section {
  display: flex;
  min-height: 228px;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  color: #ffffff;
  background: #1f1f1f;
}

.stats-grid {
  display: grid;
  width: min(1280px, calc(100% - 48px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.stat-card {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 180px;
  padding: 24px;
  background: transparent;
}

.stat-card:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 22.5px;
  width: 1px;
  height: 135px;
  content: '';
  background: rgba(255, 255, 255, 0.42);
}

.stat-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.stat-card__value {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.1;
  white-space: nowrap;
}

.stat-card__value span {
  font-size: 48px;
  font-weight: 700;
}

.stat-card h2 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.stat-card__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.stat-card__note {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.68);
}

.reason-carousel {
  display: grid;
  gap: 48px;
}

.reason-track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 256px;
  padding-inline-end: 32px;
  scroll-padding-inline: 0;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.reason-track::-webkit-scrollbar {
  display: none;
}

.reason-card {
  display: flex;
  flex: 0 0 360px;
  width: 360px;
  flex-direction: column;
  gap: 16px;
  min-height: 234px;
  background: transparent;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.reason-card:last-child {
  scroll-snap-align: end;
}

.reason-card__number {
  position: relative;
  display: block;
  height: 86px;
  color: var(--blue);
  font-size: 72px;
  font-weight: 200;
  line-height: 1;
}

.reason-card__number::after {
  position: absolute;
  left: 51px;
  right: 0;
  top: 81px;
  height: 2px;
  content: '';
  background: linear-gradient(90deg, var(--blue), rgba(255, 255, 255, 0));
}

.reason-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}

.reason-card p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

.reason-card > div:last-child {
  display: grid;
  gap: 16px;
  width: 360px;
  padding: 0;
}

.reason-carousel__footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.reason-carousel__arrow {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--blue);
  background: transparent;
  cursor: pointer;
}

.reason-carousel__arrow::before {
  width: 18px;
  height: 18px;
  border-color: currentColor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
}

.reason-carousel__arrow--prev::before {
  transform: rotate(-135deg);
}

.reason-carousel__arrow:disabled {
  color: #bfddff;
  cursor: default;
}

.reason-carousel__arrow--next::before {
  transform: rotate(45deg);
}

.reason-carousel__dots {
  display: flex;
  width: 74.6667px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.reason-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background: #bfddff;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  transition:
    background var(--motion-fast),
    outline-color var(--motion-fast);
}

.reason-carousel__dots button.is-active,
.reason-carousel__dots button[aria-current='true'] {
  background: var(--blue);
}

.reason-carousel__dots button:focus-visible,
.reason-carousel__dots button:hover {
  background: var(--blue);
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.company-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  overflow: hidden;
}

.company-section__image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: var(--ink);
}

.company-section__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: grayscale(1);
}

.company-section__image div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 92px 0 0 clamp(24px, 5.55vw, 80px);
}

.company-section__image h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.22;
}

.company-section__image p {
  margin: 0;
  font-size: 14px;
}

.company-section__panel {
  display: grid;
  align-content: center;
  gap: 56px;
  padding: 80px clamp(24px, 5.55vw, 80px);
  color: #ffffff;
  background: #1f1f1f;
}

.company-section__panel dl {
  display: grid;
  gap: 32px;
  margin: 0;
}

.company-section__panel dt {
  display: inline-flex;
  width: 180px;
  align-items: center;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.company-section__panel dt::after {
  height: 1px;
  flex: 1 1 auto;
  content: '';
  background: rgba(255, 255, 255, 0.56);
}

.company-section__panel dd {
  margin: 4px 0 0;
  font-size: 22px;
  line-height: 1.45;
}

.company-section__panel .outline-button {
  border-color: #999999;
}

.company-section__panel .outline-button:hover,
.company-section__panel .outline-button:focus-visible {
  color: var(--ink);
  border-color: #ffffff;
  background: #ffffff;
}

.outline-button,
.ghost-button {
  position: relative;
  display: inline-flex;
  width: 280px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    color var(--motion-fast),
    border-color var(--motion-fast),
    background var(--motion-ui);
}

.outline-button::before,
.ghost-button::before {
  content: none;
}

.outline-button:hover::before,
.outline-button:focus-visible::before,
.ghost-button:hover::before,
.ghost-button:focus-visible::before {
  transform: none;
}

.outline-button:hover,
.outline-button:focus-visible,
.ghost-button:hover,
.ghost-button:focus-visible {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.outline-button:focus-visible,
.ghost-button:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.outline-button {
  color: inherit;
  border: 1px solid var(--blue-soft);
}

.ghost-button {
  color: var(--blue);
  border: 1px solid var(--blue);
}

.case-section {
  color: #ffffff;
  background: var(--blue);
}

.case-carousel {
  display: grid;
  gap: 32px;
}

.case-track {
  display: flex;
  gap: 24px;
  margin-block: -16px;
  min-height: 370px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-block: 16px;
  padding-inline-end: 24px;
  scroll-padding-inline: 0;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.case-track::-webkit-scrollbar {
  display: none;
}

.case-card,
.interview-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.case-card::before,
.interview-card::before,
.environment-card::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--blue-soft), transparent);
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--motion-ui);
}

.case-card:hover::before,
.case-card:focus-visible::before,
.interview-card:hover::before,
.interview-card:focus-visible::before,
.environment-card:hover::before,
.environment-card:focus-visible::before {
  transform: scaleX(1);
}

.interview-card {
  display: block;
  text-decoration: none;
}

.interview-card:hover h3,
.interview-card:focus-visible h3 {
  color: var(--blue);
}

.interview-card:focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: 4px;
}

.case-card {
  display: block;
  flex: 0 0 410px;
  color: var(--ink);
  box-shadow: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  text-decoration: none;
}

.case-card:last-child {
  scroll-snap-align: end;
}

.case-card:hover h3,
.case-card:focus-visible h3 {
  color: var(--blue);
}

.case-card:focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: 4px;
}

.case-card__image,
.interview-card__image {
  width: 100%;
  height: 205px;
  overflow: hidden;
}

.case-card__image img,
.interview-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter var(--motion-ui),
    transform 420ms ease;
}

.case-card:hover .case-card__image img,
.case-card:focus-visible .case-card__image img,
.interview-card:hover .interview-card__image img,
.interview-card:focus-visible .interview-card__image img,
.environment-card:hover .environment-card__image img,
.environment-card:focus-visible .environment-card__image img {
  filter: saturate(1.06) brightness(1.03);
  transform: scale(1.025);
}

.case-card__body,
.interview-card__body {
  position: relative;
  padding: 24px;
}

.case-card__body {
  display: flex;
  min-height: 165px;
  flex-direction: column;
  gap: 8px;
  padding: 24px 56px 18px 24px;
}

.case-card h3,
.interview-card h3,
.environment-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  transition: color var(--motion-fast);
}

.case-card p,
.interview-card p,
.environment-card p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.case-card h3,
.case-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.case-card h3 {
  -webkit-line-clamp: 2;
}

.case-card p {
  margin: 0;
  line-height: 1.25;
  -webkit-line-clamp: 3;
}

.case-card__chevron,
.interview-card__chevron,
.environment-card__chevron {
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
  transition: transform var(--motion-fast);
}

.case-card__chevron,
.interview-card__chevron,
.environment-card__chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.case-card__chevron,
.interview-card__chevron {
  right: 20px;
}

.case-card:hover .case-card__chevron,
.case-card:focus-visible .case-card__chevron,
.interview-card:hover .interview-card__chevron,
.interview-card:focus-visible .interview-card__chevron,
.environment-card:hover .environment-card__chevron,
.environment-card:focus-visible .environment-card__chevron {
  transform: translateY(-50%) translateX(4px);
}

.environment-card__chevron {
  right: 20px;
}

.case-carousel__footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.case-carousel__arrow {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--blue);
  background: transparent;
  cursor: pointer;
}

.case-carousel__arrow::before {
  width: 18px;
  height: 18px;
  border-color: currentColor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
}

.case-carousel__arrow--prev::before {
  transform: rotate(-135deg);
}

.case-carousel__arrow:disabled {
  color: #bfddff;
  cursor: default;
}

.case-section .case-carousel__arrow:not(:disabled) {
  color: #ffffff;
}

.case-section .case-carousel__arrow:disabled {
  color: var(--blue-soft);
}

.case-carousel__arrow--next::before {
  transform: rotate(45deg);
}

.case-carousel__dots {
  display: flex;
  width: 74.6667px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.case-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background: #bfddff;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  transition:
    background var(--motion-fast),
    outline-color var(--motion-fast);
}

.case-carousel__dots button.is-active,
.case-carousel__dots button[aria-current='true'] {
  background: var(--blue);
}

.case-section .case-carousel__dots button {
  background: var(--blue-soft);
}

.case-section .case-carousel__dots button.is-active,
.case-section .case-carousel__dots button[aria-current='true'] {
  background: #ffffff;
}

.case-carousel__dots button:focus-visible,
.case-carousel__dots button:hover {
  background: var(--blue);
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.case-section .section-action {
  margin-top: 32px;
  padding-top: 0;
  border-top: 0;
}

.case-section .ghost-button {
  color: #ffffff;
  border-color: var(--blue-soft);
}

.case-section .ghost-button:hover,
.case-section .ghost-button:focus-visible {
  color: var(--blue);
  border-color: #ffffff;
  background: #ffffff;
}

.case-section .more-button,
.interview-section .more-button {
  color: #ffffff;
  border-color: var(--blue-soft);
  background: transparent;
}

.case-section .more-button:hover,
.case-section .more-button:focus-visible,
.interview-section .more-button:hover,
.interview-section .more-button:focus-visible {
  color: var(--blue);
  border-color: #ffffff;
  background: #ffffff;
}

.entry-section .entry-button {
  color: #ffffff;
  border-color: var(--blue-soft);
  background: transparent;
}

.entry-section .entry-button:hover,
.entry-section .entry-button:focus-visible {
  color: var(--blue);
  border-color: var(--blue);
  background: #ffffff;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 2px solid var(--blue);
}

@media (min-width: 961px) {
  .interview-section .section-action {
    margin-top: 32px;
    padding-top: 0;
    border-top: 0;
  }
}

.job-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 80px 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--soft);
}

.job-section__bg {
  --job-slide-distance: 3080px;
  --job-slide-duration: 56s;
  --job-slide-gap: 40px;
  --job-slide-start: 0px;
  --job-slide-width: 400px;

  position: relative;
  order: 2;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
}

.job-section__bg-track {
  display: flex;
  width: max-content;
  height: 100%;
  gap: var(--job-slide-gap);
  animation: job-image-marquee var(--job-slide-duration) linear infinite;
  will-change: transform;
}

.job-section__bg img {
  width: var(--job-slide-width);
  height: 100%;
  flex: 0 0 var(--job-slide-width);
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

@keyframes job-image-marquee {
  from {
    transform: translate3d(var(--job-slide-start), 0, 0);
  }

  to {
    transform: translate3d(calc(var(--job-slide-start) - var(--job-slide-distance)), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .job-section__bg-track {
    animation: none;
    transform: translate3d(var(--job-slide-start), 0, 0);
  }
}

.job-section::after {
  content: '';
  display: none;
}

.job-section__content {
  position: relative;
  z-index: 1;
  order: 1;
}

.job-section .section-title--light {
  color: var(--ink);
}

.job-section__text-link {
  position: relative;
  display: inline-flex;
  color: var(--blue);
  text-decoration: none;
  transition: color var(--motion-fast);
}

.job-section__text-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  content: '';
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform var(--motion-ui);
}

.job-section__text-link:hover,
.job-section__text-link:focus-visible {
  color: var(--blue-deep);
}

.job-section__text-link:hover::after,
.job-section__text-link:focus-visible::after {
  transform: scaleX(1.08);
}

.job-section__text-link:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 4px;
}

.job-section__subheading {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.45;
}

.job-map {
  position: relative;
  height: 500px;
  overflow: visible;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(90deg, var(--blue), var(--blue-deep));
}

.job-map::before {
  position: absolute;
  left: 50%;
  top: 50px;
  bottom: 50px;
  width: 1px;
  content: '';
  background: rgba(82, 191, 255, 0.5);
}

.job-map::after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 1px;
  content: '';
  background: rgba(82, 191, 255, 0.5);
}

.job-map__axis {
  position: absolute;
  z-index: 1;
  display: flex;
  color: #52bfff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.job-map__axis--horizontal {
  left: 10px;
  right: 10px;
  top: calc(50% - 28px);
  justify-content: space-between;
}

.job-map__axis--vertical {
  left: 50%;
  top: 16px;
  bottom: 16px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-50%);
}

.job-pill {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  border: 0;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 0;
  color: var(--blue);
  background: var(--soft);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition:
    color var(--motion-fast),
    background var(--motion-fast);
}

.job-pill__trigger {
  display: inline-flex;
  min-height: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: inherit;
  appearance: none;
  background: transparent;
  cursor: inherit;
  font: inherit;
  line-height: inherit;
  outline: none;
  white-space: inherit;
}

.job-pill:hover,
.job-pill:focus-within {
  z-index: 20;
  color: #ffffff;
  background: var(--blue);
}

.job-pill--closed,
.job-pill--closed:hover,
.job-pill--closed:focus-within {
  color: #5f6b7c;
  background: rgba(255, 255, 255, 0.74);
}

.job-pill--closed::after {
  position: absolute;
  top: -12px;
  right: -8px;
  min-height: 14px;
  padding: 0 4px;
  color: #ffffff;
  content: 'CLOSE';
  background: #5f6b7c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 14px;
}

.job-pill:focus-within {
  box-shadow: 0 0 0 3px rgba(82, 191, 255, 0.45);
}

.job-popover {
  --job-popover-x: -50%;
  --job-popover-y: 8px;
  --job-popover-open-y: 0;

  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 30;
  display: grid;
  width: min(360px, calc(100vw - 48px));
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(82, 191, 255, 0.35);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(0, 25, 95, 0.18);
  font-weight: 400;
  line-height: 1.6;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translate(var(--job-popover-x), var(--job-popover-y));
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  visibility: hidden;
  white-space: normal;
}

.job-popover::before {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgba(82, 191, 255, 0.35);
  border-bottom: 1px solid rgba(82, 191, 255, 0.35);
  content: '';
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(-50%) rotate(45deg);
}

.job-popover::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 16px;
  content: '';
}

.job-pill--popover-bottom .job-popover {
  top: calc(100% + 12px);
  bottom: auto;
  --job-popover-y: -8px;
}

.job-pill--popover-bottom .job-popover::before {
  top: -7px;
  bottom: auto;
  border-top: 1px solid rgba(82, 191, 255, 0.35);
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid rgba(82, 191, 255, 0.35);
}

.job-pill--popover-bottom .job-popover::after {
  top: -16px;
  bottom: auto;
}

.job-pill--popover-left .job-popover {
  left: 0;
  --job-popover-x: 0;
}

.job-pill--popover-right .job-popover {
  left: auto;
  right: 0;
  --job-popover-x: 0;
}

.job-pill--popover-left .job-popover::before {
  left: 24px;
}

.job-pill--popover-right .job-popover::before {
  right: 24px;
  left: auto;
  transform: rotate(45deg);
}

.job-pill:hover .job-popover,
.job-pill:focus .job-popover,
.job-pill:focus-within .job-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(var(--job-popover-x), var(--job-popover-open-y));
  visibility: visible;
}

.job-popover__category,
.job-popover__closed-notice,
.job-popover__title,
.job-popover__desc,
.job-popover__req-title,
.job-popover__reqs,
.job-popover__req,
.job-popover__action,
.job-popover__closed-message {
  display: block;
}

.job-popover__closed-notice {
  color: #d60000;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.job-popover__category {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.job-popover__title {
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.job-popover__desc {
  color: #222222;
  font-size: 13px;
}

.job-popover__req-title {
  margin-top: 4px;
  color: #444444;
  font-size: 11px;
  font-weight: 800;
}

.job-popover__reqs {
  display: grid;
  gap: 4px;
}

.job-popover__req {
  position: relative;
  padding-left: 11px;
  color: #333333;
  font-size: 12px;
  line-height: 1.45;
}

.job-popover__req::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 4px;
  height: 4px;
  content: '';
  background: #52bfff;
  transform: translateY(-50%);
}

.job-popover__action,
.job-popover__closed-message {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.job-popover__action {
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid var(--blue);
  color: #ffffff;
  background: var(--blue);
  text-decoration: none;
  transition:
    color var(--motion-fast),
    background var(--motion-fast);
}

.job-popover__action:hover,
.job-popover__action:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  background: var(--soft);
}

.job-popover__action:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.job-popover__closed-message {
  color: #5f6b7c;
}

.interview-section {
  padding: 80px 0 48px;
  color: #ffffff;
  background: var(--blue);
}

.environment-section {
  padding: 0 0 80px;
  color: #ffffff;
  background: var(--blue);
}

.flow-section {
  padding: 80px 0 48px;
  color: var(--ink);
  background: var(--soft);
}

.flow-section .section-title {
  margin-bottom: 6px;
}

.interview-carousel {
  display: grid;
  gap: 32px;
}

.interview-track {
  display: flex;
  gap: 24px;
  margin-block: -16px;
  min-height: 370px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-block: 16px;
  padding-inline-end: 24px;
  scroll-padding-inline: 0;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.interview-track::-webkit-scrollbar {
  display: none;
}

.interview-card {
  flex: 0 0 410px;
  color: var(--ink);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.interview-card:last-child {
  scroll-snap-align: end;
}

.interview-card__role {
  position: absolute;
  left: 0;
  top: 177px;
  z-index: 1;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-radius: 0 4px 0 0;
  color: #ffffff;
  background: #1f1f1f;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.interview-card__body {
  display: grid;
  min-height: 159px;
  align-content: start;
  gap: 16px;
  padding: 24px 56px 24px 24px;
}

.interview-card h3 {
  min-height: 78px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
}

.interview-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  line-height: normal;
}

.interview-card__person {
  min-width: 0;
}

.interview-card__date {
  margin-left: 8px;
  color: #727272;
  font-size: 11px;
}

.interview-card__chevron {
  right: 20px;
}

.interview-carousel__footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.interview-carousel__arrow {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}

.interview-carousel__arrow::before {
  width: 18px;
  height: 18px;
  border-color: currentColor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
}

.interview-carousel__arrow--prev::before {
  transform: rotate(-135deg);
}

.interview-carousel__arrow:disabled {
  color: rgba(255, 255, 255, 0.42);
  cursor: default;
}

.interview-carousel__arrow--next::before {
  transform: rotate(45deg);
}

.interview-carousel__dots {
  display: flex;
  width: 74.6667px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.interview-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  transition:
    background var(--motion-fast),
    outline-color var(--motion-fast);
}

.reason-carousel__arrow,
.case-carousel__arrow,
.interview-carousel__arrow {
  transition:
    color var(--motion-fast),
    transform var(--motion-fast);
}

.reason-carousel__arrow--prev:not(:disabled):hover,
.reason-carousel__arrow--prev:not(:disabled):focus-visible,
.case-carousel__arrow--prev:not(:disabled):hover,
.case-carousel__arrow--prev:not(:disabled):focus-visible,
.interview-carousel__arrow--prev:not(:disabled):hover,
.interview-carousel__arrow--prev:not(:disabled):focus-visible {
  transform: translateX(-3px);
}

.reason-carousel__arrow--next:not(:disabled):hover,
.reason-carousel__arrow--next:not(:disabled):focus-visible,
.case-carousel__arrow--next:not(:disabled):hover,
.case-carousel__arrow--next:not(:disabled):focus-visible,
.interview-carousel__arrow--next:not(:disabled):hover,
.interview-carousel__arrow--next:not(:disabled):focus-visible {
  transform: translateX(3px);
}

.interview-carousel__dots button.is-active,
.interview-carousel__dots button[aria-current='true'] {
  background: #ffffff;
}

.interview-carousel__dots button:focus-visible,
.interview-carousel__dots button:hover {
  background: #ffffff;
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.environment-list {
  display: grid;
  gap: 24px;
}

.environment-card {
  position: relative;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 180px;
  overflow: hidden;
  align-items: stretch;
  color: var(--ink);
  background: #ffffff;
  text-decoration: none;
}

.environment-card:hover h3,
.environment-card:focus-visible h3 {
  color: var(--blue);
}

.environment-card:focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: 4px;
}

.environment-card__image {
  width: 360px;
  height: 180px;
  overflow: hidden;
}

.environment-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter var(--motion-ui),
    transform 420ms ease;
}

.environment-card__body {
  position: relative;
  display: grid;
  align-content: center;
  align-self: stretch;
  padding: 24px 56px 24px 24px;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  gap: 32px;
  justify-content: center;
}

.flow-item {
  position: relative;
  display: grid;
  grid-template-rows: 120px 26px auto;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.flow-item__icon {
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
}

.flow-item__image {
  display: block;
  object-fit: contain;
}

.flow-item__image--apply {
  width: 56px;
  height: 68px;
}

.flow-item__image--screening {
  width: 54.17px;
  height: 73.66px;
}

.flow-item__image--interview {
  width: 64px;
  height: 64px;
}

.flow-item__image--offer {
  width: 56px;
  height: 56px;
}

.flow-item h3 {
  display: flex;
  width: 220px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.flow-item p {
  width: min(220px, 100%);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.flow-section__note {
  max-width: 960px;
  margin: 0 0 48px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.7;
}

.flow-item__arrow {
  position: absolute;
  top: 122px;
  right: -32px;
  width: 32.5px;
  height: 5.7735px;
}

.faq-section .section-title {
  margin-bottom: 48px;
}

.faq-section {
  padding-top: 0;
}

.faq-grid {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: transparent;
}

.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 84px;
  padding: 16px 69px 16px 24px;
  background: #ffffff;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition:
    background var(--motion-fast),
    color var(--motion-fast);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 1px;
  background: var(--blue);
  content: '';
  transform: translateY(-50%);
  transition:
    opacity var(--motion-fast),
    transform var(--motion-fast);
}

.faq-item summary::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary {
  font-weight: 700;
}

.faq-item[open] summary::before {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scaleX(0);
}

.faq-item summary span {
  width: 21px;
  color: var(--blue);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.faq-item summary:hover,
.faq-item summary:focus-visible {
  background: #ffffff;
  color: var(--blue);
  outline: none;
}

.faq-item summary:focus-visible {
  box-shadow: inset 0 0 0 2px var(--blue-soft);
}

.faq-item p {
  margin: 2px 0 0;
  padding: 24px 69px;
  background: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.faq-item p span {
  display: block;
  max-width: 824px;
}

.entry-section {
  display: grid;
  grid-template-columns: 39% 61%;
  height: 486px;
  min-height: 486px;
  color: #ffffff;
  background: linear-gradient(115deg, var(--blue), var(--blue-deep));
}

.entry-section__copy {
  display: grid;
  align-content: center;
  gap: 24px;
  padding-left: clamp(24px, 5.55vw, 80px);
}

.entry-section__copy h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.25;
}

.entry-section__copy p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
}

.entry-section__image {
  align-self: center;
  height: calc(100% - 48px);
  overflow: hidden;
}

.entry-section__image img {
  width: 100%;
  height: 132.97%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transform: translateY(-9.2%);
}

.footer-section {
  display: flex;
  min-height: 424px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 56px 80px 24px;
  color: #ffffff;
  background: #1f1f1f;
}

.footer-section a {
  color: inherit;
  text-decoration: none;
}

.footer-official-link {
  position: relative;
  display: inline-flex;
  min-width: 304px;
  height: 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 16px 32px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: transparent;
  font-size: 16px;
  line-height: normal;
  transition:
    border-color var(--motion-fast),
    background var(--motion-fast),
    color var(--motion-fast);
}

.footer-official-link::before {
  content: none;
}

.footer-official-link:hover,
.footer-official-link:focus-visible {
  color: var(--ink);
  border-color: #ffffff;
  background: #ffffff;
}

.footer-official-link:hover::before,
.footer-official-link:focus-visible::before {
  transform: none;
}

.footer-official-link:focus-visible {
  outline: 2px solid #b8b8b8;
  outline-offset: 3px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-link {
  position: relative;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.6;
  white-space: nowrap;
  transition: color var(--motion-fast);
}

.footer-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: var(--blue-soft);
  content: '';
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--motion-ui);
}

.footer-link:hover,
.footer-link:focus-visible {
  color: var(--blue-soft);
}

.footer-link:hover::after,
.footer-link:focus-visible::after {
  transform: scaleX(1);
}

.footer-link:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 4px;
}

.footer-divider {
  position: relative;
  display: block;
  width: 40px;
  height: 8px;
}

.footer-divider::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666666;
  content: '';
}

.footer-social {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer-social__link {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  transition: background var(--motion-fast);
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
  background: rgba(0, 119, 255, 0.18);
}

.footer-social__link:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
}

.footer-social__icon {
  display: block;
  object-fit: contain;
}

.footer-social__icon--facebook,
.footer-social__icon--x {
  width: 32px;
  height: 32px;
}

.footer-social__icon--linkedin {
  width: 34px;
  height: 30px;
  transform: translateX(3px);
}

.hero-header__button:hover,
.hero-header__button:focus-visible,
.hero-header__button:active,
.outline-button:hover,
.outline-button:focus-visible,
.outline-button:active,
.ghost-button:hover,
.ghost-button:focus-visible,
.ghost-button:active,
.footer-official-link:hover,
.footer-official-link:focus-visible,
.footer-official-link:active,
.footer-social__link:hover,
.footer-social__link:focus-visible,
.footer-social__link:active,
.mobile-menu__button:hover,
.mobile-menu__button:focus-visible,
.mobile-menu__button:active,
.mobile-quick-actions a:hover,
.mobile-quick-actions a:focus-visible,
.mobile-quick-actions a:active {
  transform: none;
}

.footer-copyright {
  margin: 0;
  color: #7a7a7a;
  font-size: 10px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .hero-header {
    gap: 12px;
  }

  .hero-header__brand {
    gap: 16px;
  }

  .hero-header__logo-frame {
    width: 132px;
  }

  .hero-header__logo {
    width: 118px;
    height: 31px;
  }

  .hero-header__nav {
    gap: 12px;
    font-size: 11px;
  }

  .hero-header__button {
    height: 44px;
    padding-inline: 12px;
    font-size: 12px;
  }

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

  .flow-list {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .flow-item:not(:last-child) {
    padding-bottom: 18px;
  }

  .flow-item__arrow {
    top: auto;
    right: auto;
    bottom: -24px;
    left: 50%;
    display: block;
    transform: translateX(-50%) rotate(90deg);
    transform-origin: center;
  }
}

@media (max-width: 960px) {
  .section {
    padding: 56px 0;
  }

  .section-inner,
  .stats-grid {
    width: min(100% - 32px, 720px);
  }

  .footer-section {
    min-height: auto;
    justify-content: flex-start;
    gap: 32px;
    padding: 64px 16px 24px;
  }

  .footer-official-link {
    width: min(343px, 100%);
    min-width: 0;
    height: 52px;
  }

  .footer-nav {
    width: min(343px, 100%);
    align-items: flex-start;
  }

  .footer-link-list {
    display: grid;
    width: 100%;
    gap: 0 17px;
    justify-content: space-between;
  }

  .footer-link-list--primary,
  .footer-link-list--secondary {
    grid-template-columns: repeat(2, minmax(0, 163px));
  }

  .footer-link-list--primary .footer-link-item:nth-child(5),
  .footer-link-list--secondary .footer-link-item:nth-child(1),
  .footer-link-list--secondary .footer-link-item:nth-child(2),
  .footer-link-list--secondary .footer-link-item:nth-child(5) {
    grid-column: 1 / -1;
  }

  .footer-link-list--tertiary {
    grid-template-columns: 1fr;
  }

  .footer-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    font-size: 14px;
    white-space: normal;
  }

  .footer-social {
    gap: 21.333px;
  }

  .footer-social__link {
    width: 64px;
    height: 64px;
  }

  .footer-social__icon--facebook,
  .footer-social__icon--x {
    width: 42.667px;
    height: 42.667px;
  }

  .footer-social__icon--linkedin {
    width: 45.625px;
    height: 40px;
    transform: translateX(4px);
  }

  .footer-copyright {
    color: #989898;
    font-size: 12px;
    line-height: 1.6;
  }

  .section-title h2,
  .company-section__image h2,
  .job-section__subheading,
  .entry-section__copy h2 {
    font-size: 40px;
  }

  .hero-section {
    height: 680px;
  }

  .hero-header {
    display: none;
  }

  .hero-section__copy {
    padding-top: 230px;
  }

  .stats-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .reason-card {
    flex-basis: 360px;
  }

  .company-section,
  .entry-section {
    grid-template-columns: 1fr;
  }

  .entry-section {
    height: auto;
  }

  .company-section__image,
  .company-section__panel,
  .entry-section__copy,
  .entry-section__image {
    min-height: 360px;
  }

  .entry-section__image {
    height: 360px;
  }

  .entry-section__image img {
    height: 100%;
    transform: none;
  }

  .entry-section__copy {
    padding-inline: 16px;
  }

  .company-section__panel {
    gap: 32px;
    padding: 48px 16px;
  }

  .company-section__panel dl {
    gap: 24px;
  }

  .company-section__panel dd {
    font-size: 16px;
    line-height: 1.6;
  }

  .job-section {
    min-height: auto;
    padding: 48px 0;
    gap: 40px;
  }

  .job-section__bg {
    --job-slide-distance: 1642.6676px;
    --job-slide-duration: 37.333s;
    --job-slide-gap: 21.3334px;
    --job-slide-start: -131.7334px;
    --job-slide-width: 213.3334px;

    height: 160px;
  }

  .job-section__content {
    overflow: visible;
    padding-bottom: 0;
  }

  .job-map {
    width: 100%;
    min-width: 0;
    height: 544px;
  }

  .job-map::before {
    top: 42px;
    bottom: 42px;
  }

  .job-map::after {
    left: 12px;
    right: 11px;
  }

  .job-map__axis {
    font-size: 11px;
    line-height: 24px;
  }

  .job-map__axis--horizontal {
    left: 12px;
    right: 11px;
    top: 244px;
  }

  .job-map__axis--vertical {
    top: 14px;
    bottom: 14px;
  }

  .job-pill {
    min-height: 19px;
    padding: 0 4px;
    max-width: 108px;
    font-size: 8px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .job-pill__trigger {
    white-space: normal;
  }

  .job-pill--closed::after {
    top: -9px;
    right: -6px;
    min-height: 12px;
    padding: 0 3px;
    font-size: 7px;
    line-height: 12px;
  }

  .job-popover {
    width: min(292px, calc(100vw - 32px));
    max-height: none;
    gap: 5px;
    overflow: visible;
    padding: 10px;
  }

  .job-popover__title {
    font-size: 14px;
    line-height: 1.35;
  }

  .job-popover__desc {
    font-size: 12px;
    line-height: 1.45;
  }

  .job-popover__req-title {
    margin-top: 2px;
  }

  .job-popover__reqs {
    gap: 2px;
  }

  .job-popover__req {
    font-size: 11px;
    line-height: 1.35;
  }

  .job-map > .job-pill--position-1,
  .job-map > .job-pill--position-3,
  .job-map > .job-pill--position-15,
  .job-map > .job-pill--position-16 {
    transform: translate(0, -50%);
  }

  .job-map > .job-pill--position-4,
  .job-map > .job-pill--position-6 {
    transform: translate(-100%, -50%);
  }

  .job-map > .job-pill--position-1 .job-popover,
  .job-map > .job-pill--position-3 .job-popover,
  .job-map > .job-pill--position-8 .job-popover,
  .job-map > .job-pill--position-15 .job-popover,
  .job-map > .job-pill--position-16 .job-popover {
    left: 0;
    --job-popover-x: 0;
  }

  .job-map > .job-pill--position-8 .job-popover::before {
    left: 24px;
  }

  .job-map > .job-pill--position-5 .job-popover::before,
  .job-map > .job-pill--position-10 .job-popover::before {
    right: 24px;
    left: auto;
    transform: rotate(45deg);
  }

  .job-map > .job-pill--position-4 .job-popover,
  .job-map > .job-pill--position-5 .job-popover,
  .job-map > .job-pill--position-6 .job-popover,
  .job-map > .job-pill--position-10 .job-popover,
  .job-map > .job-pill--position-11 .job-popover,
  .job-map > .job-pill--position-13 .job-popover,
  .job-map > .job-pill--position-14 .job-popover,
  .job-map > .job-pill--position-17 .job-popover {
    right: 0;
    left: auto;
    --job-popover-x: 0;
  }

  .job-map > .job-pill--position-1 {
    left: 17.2% !important;
    top: 17% !important;
  }

  .job-map > .job-pill--position-2 {
    left: 34% !important;
    top: 26.9% !important;
  }

  .job-map > .job-pill--position-3 {
    left: 22.3% !important;
    top: 36.9% !important;
  }

  .job-map > .job-pill--position-4 {
    left: 80.5% !important;
    top: 17% !important;
  }

  .job-map > .job-pill--position-5 {
    left: 67.4% !important;
    top: 26.9% !important;
  }

  .job-map > .job-pill--position-6 {
    left: 82.2% !important;
    top: 36.9% !important;
  }

  .job-map > .job-pill--position-7 {
    left: 50.1% !important;
    top: 49.7% !important;
  }

  .job-map > .job-pill--position-8 {
    left: 23.8% !important;
    top: 66.2% !important;
  }

  .job-map > .job-pill--position-9 {
    left: 50% !important;
    top: 70.2% !important;
  }

  .job-map > .job-pill--position-10 {
    left: 71.9% !important;
    top: 56.3% !important;
  }

  .job-map > .job-pill--position-11 {
    left: 79.8% !important;
    top: 62.4% !important;
  }

  .job-map > .job-pill--position-12 {
    left: 38.3% !important;
    top: 82.1% !important;
  }

  .job-map > .job-pill--position-13 {
    left: 82% !important;
    top: 70.2% !important;
  }

  .job-map > .job-pill--position-14 {
    left: 82% !important;
    top: 76.4% !important;
  }

  .job-map > .job-pill--position-15 {
    left: 17% !important;
    top: 76.4% !important;
  }

  .job-map > .job-pill--position-16 {
    left: 17.8% !important;
    top: 88.7% !important;
  }

  .job-map > .job-pill--position-17 {
    left: 86% !important;
    top: 82.1% !important;
  }

  .environment-card {
    grid-template-columns: 1fr;
  }

  .environment-card__image {
    width: 100%;
    height: 210px;
  }

  .environment-card__body {
    align-self: stretch;
    padding: 16px 56px 20px 16px;
  }

  .environment-card__chevron {
    right: 20px;
  }

  .case-card:hover h3,
  .interview-card:hover h3,
  .environment-card:hover h3 {
    color: var(--ink);
  }

  .case-card:focus-visible h3,
  .interview-card:focus-visible h3,
  .environment-card:focus-visible h3 {
    color: var(--blue);
  }

  .case-card:hover::before,
  .interview-card:hover::before,
  .environment-card:hover::before {
    transform: scaleX(0);
  }

  .case-card:focus-visible::before,
  .interview-card:focus-visible::before,
  .environment-card:focus-visible::before {
    transform: scaleX(1);
  }

  .case-card:hover .case-card__image img,
  .interview-card:hover .interview-card__image img,
  .environment-card:hover .environment-card__image img {
    filter: none;
    transform: none;
  }

  .case-card:focus-visible .case-card__image img,
  .interview-card:focus-visible .interview-card__image img,
  .environment-card:focus-visible .environment-card__image img {
    filter: saturate(1.06) brightness(1.03);
    transform: scale(1.025);
  }

  .case-card:hover .case-card__chevron,
  .interview-card:hover .interview-card__chevron {
    transform: translateY(-50%);
  }

  .environment-card:hover .environment-card__chevron {
    transform: translateY(-50%);
  }

  .case-card:focus-visible .case-card__chevron,
  .interview-card:focus-visible .interview-card__chevron {
    transform: translateY(-50%) translateX(4px);
  }

  .environment-card:focus-visible .environment-card__chevron {
    transform: translateY(-50%) translateX(4px);
  }

}

@media (max-width: 960px) {
  .recruit-page {
    padding-top: 60px;
  }

  .mobile-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 16px;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(3, 39, 80, 0.4);
  }

  .mobile-header__brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 16px;
  }

  .mobile-header__logo {
    width: 80px;
    height: 30px;
    flex: 0 0 auto;
    object-fit: contain;
  }

  .mobile-header__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
    color: #000000;
  }

  .mobile-header__copy p {
    margin: 0;
    font-weight: 400;
    line-height: 1.35;
  }

  .mobile-header__copy p:first-child {
    font-size: 10px;
  }

  .mobile-header__copy p:last-child {
    width: 112px;
    font-size: 12px;
  }

  .mobile-header__menu {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.5px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-header__menu span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: #202020;
    transition:
      background 0.2s ease,
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  .mobile-header__menu.is-open span {
    background: #0569e6;
  }

  .mobile-header__menu.is-open span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-header__menu.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-header__menu.is-open span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 999;
    top: 60px;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(300px, calc(100% - 75px));
    min-width: 245px;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    color: #ffffff;
    background: rgba(31, 31, 31, 0.95);
  }

  .mobile-menu__links {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
    min-height: 0;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }

  .mobile-menu__link {
    position: relative;
    display: inline-flex;
    width: fit-content;
    color: #ffffff;
    text-decoration: none;
    transition: color var(--motion-fast);
  }

  .mobile-menu__link::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    background: var(--blue-soft);
    content: '';
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--motion-ui);
  }

  .mobile-menu__link:hover,
  .mobile-menu__link:focus-visible {
    color: var(--blue-soft);
  }

  .mobile-menu__link:hover::after,
  .mobile-menu__link:focus-visible::after {
    transform: scaleX(1);
  }

  .mobile-menu__link:focus-visible {
    outline: 2px solid var(--blue-soft);
    outline-offset: 5px;
  }

  .mobile-menu__actions {
    display: grid;
    flex: 0 0 auto;
    gap: 8px;
    width: 100%;
  }

  .mobile-menu__button {
    position: relative;
    display: inline-flex;
    height: 49px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px 32px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition:
      color var(--motion-fast),
      background var(--motion-ui);
  }

  .mobile-menu__button::before {
    content: none;
  }

  .mobile-menu__button:focus-visible {
    outline: 2px solid var(--blue-soft);
    outline-offset: 3px;
  }

  .mobile-menu__button--entry {
    color: #ffffff;
    border-color: var(--blue);
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      linear-gradient(90deg, var(--blue), var(--blue-deep));
    font-weight: 700;
  }

  .mobile-menu__button--entry:hover,
  .mobile-menu__button--entry:focus-visible,
  .mobile-menu__button--entry:active {
    color: var(--blue);
    border-color: var(--blue);
    background: #ffffff;
  }

  .mobile-menu__button--jobs {
    color: #0569e6;
    border-color: #0569e6;
    background: #ffffff;
    font-weight: 400;
  }

  .mobile-menu__button--jobs:hover,
  .mobile-menu__button--jobs:focus-visible,
  .mobile-menu__button--jobs:active {
    color: #ffffff;
    border-color: var(--blue);
    background: var(--blue);
  }

  .section {
    padding: 48px 0;
  }

  .interview-section {
    padding: 48px 0 40px;
  }

  .environment-section {
    padding: 0 0 48px;
  }

  .flow-section {
    padding: 48px 0 40px;
  }

  .section-inner {
    width: calc(100% - 32px);
  }

  .section-title {
    gap: 16px;
    margin-bottom: 40px;
  }

  .section-title h2,
  .company-section__image h2,
  .job-section__subheading,
  .entry-section__copy h2 {
    font-size: 32px;
  }

  .job-section__subheading {
    font-size: 26px;
  }

  .section-title p {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-section {
    height: 556px;
    background: #f3f3f3;
  }

  .hero-slide,
  .hero-slide:nth-child(n) {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    transform-origin: center center;
  }

  .hero-section__overlay {
    background: linear-gradient(180deg, rgba(5, 105, 230, 0) 50%, #0569e6 100%);
  }

  .hero-section__copy {
    position: absolute;
    left: 16px;
    bottom: 48px;
    width: min(clamp(343px, 52.54vw, 620px), calc(100% - 32px));
    gap: 10px;
    padding: 0;
  }

  .hero-section__lead {
    display: none;
  }

  .hero-section__message {
    gap: 10px;
  }

  .hero-wordmark {
    gap: clamp(4px, 0.9vw, 10px);
    width: min(clamp(210px, 52.54vw, 620px), 100%);
    max-width: 100%;
  }

  .hero-wordmark img:first-child {
    width: 100%;
    height: auto;
  }

  .hero-wordmark img:last-child {
    width: 87%;
    height: auto;
  }

  .hero-section__message p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .stats-section {
    min-height: auto;
    flex-direction: column;
    gap: 32px;
    justify-content: flex-start;
    padding: 0 0 48px;
    background: #1f1f1f;
  }

  .mobile-quick-actions {
    display: grid;
    width: 100%;
    min-height: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    box-shadow: 0 0 32px rgba(3, 39, 80, 0.4);
  }

  .mobile-quick-actions a {
    position: relative;
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition:
      color var(--motion-fast),
      background var(--motion-ui);
  }

  .mobile-quick-actions a::before {
    content: none;
  }

  .mobile-quick-actions a:focus-visible {
    outline: 2px solid var(--blue-soft);
    outline-offset: -4px;
  }

  .mobile-quick-actions__entry {
    color: #ffffff;
    border-color: var(--blue);
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      linear-gradient(90deg, var(--blue), var(--blue-deep));
  }

  .mobile-quick-actions__entry:hover,
  .mobile-quick-actions__entry:focus-visible,
  .mobile-quick-actions__entry:active {
    color: var(--blue);
    border-color: var(--blue);
    background: #ffffff;
  }

  .mobile-quick-actions__jobs {
    color: #0569e6;
    border-color: #0569e6;
    background: #ffffff;
  }

  .mobile-quick-actions__jobs:hover,
  .mobile-quick-actions__jobs:focus-visible,
  .mobile-quick-actions__jobs:active {
    color: #ffffff;
    border-color: var(--blue);
    background: var(--blue);
  }

  .stats-grid {
    width: min(300px, 100%);
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stat-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }

  .stat-card {
    min-height: auto;
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
  }

  .stat-card:not(:last-child)::after {
    display: none;
  }

  .stat-card:last-child {
    border-bottom: 0;
  }

  .stat-card img {
    width: 37px;
    height: 28px;
    align-self: center;
    justify-self: center;
  }

  .stat-card__value {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .stat-card__value span {
    font-size: 32px;
  }

  .stat-card h2 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .stat-card__body {
    font-size: 14px;
    line-height: 1.4;
  }

  .stat-card__note {
    font-size: 11px;
    line-height: 1.4;
  }

  .reason-card {
    display: flex;
    flex: 0 0 210px;
    width: 210px;
    flex-direction: column;
    gap: 8px;
    min-height: 248px;
    background: transparent;
  }

  .reason-card__number {
    display: block;
    height: 70px;
    padding: 0;
    font-size: 48px;
    font-weight: 200;
  }

  .reason-card__number::after {
    left: 37px;
    top: 54px;
  }

  .reason-card > div:last-child {
    width: 100%;
    padding: 0;
  }

  .reason-card h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
  }

  .reason-card p {
    font-size: 16px;
    line-height: 22px;
  }

  .reason-carousel {
    gap: 16px;
  }

  .reason-track {
    gap: 40px;
    min-height: 248px;
  }

  .reason-carousel__footer {
    display: flex;
    min-height: 44px;
    gap: 32px;
  }

  .reason-carousel__arrow {
    width: 44px;
    height: 44px;
  }

  .reason-carousel__dots {
    display: flex;
  }

  .case-carousel {
    gap: 32px;
  }

  .case-track {
    align-items: flex-start;
    gap: 24px;
    min-height: 0;
  }

  .case-card {
    flex-basis: 100%;
  }

  .case-card__image,
  .interview-card__image {
    height: 205px;
  }

  .case-card__body {
    min-height: 0;
    gap: 8px;
    padding: 16px 56px 32px 16px;
  }

  .case-card h3 {
    font-size: 20px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }

  .case-card p {
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 4;
  }

  .case-card__chevron {
    font-size: 28px;
  }

  .case-carousel__footer {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    gap: 0;
  }

  .case-carousel__arrow {
    width: 44px;
    height: 44px;
  }

  .case-carousel__arrow:not(:disabled) {
    color: #202020;
  }

  .case-carousel__arrow:disabled {
    color: #d6d6d6;
  }

  .case-carousel__dots button {
    background: #d6d6d6;
  }

  .case-carousel__dots button.is-active,
  .case-carousel__dots button[aria-current='true'] {
    background: #2d4cfe;
  }

  .case-section .section-action {
    display: flex;
    width: 100%;
    margin-top: 24px;
  }

  .case-section .ghost-button {
    width: 100%;
  }

  .interview-carousel {
    gap: 32px;
  }

  .interview-track {
    align-items: flex-start;
    gap: 24px;
    min-height: 0;
  }

  .interview-card {
    flex-basis: 100%;
  }

  .interview-card__body {
    min-height: 0;
    gap: 8px;
    padding: 16px 56px 32px 16px;
  }

  .interview-card h3 {
    font-size: 20px;
    line-height: 1.6;
    -webkit-line-clamp: 4;
  }

  .interview-card__meta {
    align-items: flex-end;
    gap: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .interview-card__person {
    display: block;
  }

  .interview-card__date {
    display: block;
    margin: 6px 0 0;
    font-size: 12px;
  }

  .interview-card__chevron {
    font-size: 28px;
  }

  .interview-carousel__footer {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    gap: 0;
  }

  .interview-carousel__arrow {
    width: 44px;
    height: 44px;
  }

  .interview-section .section-action {
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
    border-top: 0;
  }

  .faq-item summary {
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 79px;
    gap: 16px;
    padding: 16px 52px 16px 16px;
    font-size: 16px;
  }

  .faq-section .section-title {
    margin-bottom: 16px;
  }

  .faq-section {
    padding-top: 0;
  }

  .faq-grid {
    gap: 16px;
  }

  .faq-item summary span {
    width: 18px;
    font-size: 28px;
  }

  .faq-item summary::before,
  .faq-item summary::after {
    right: 16px;
  }

  .faq-item p {
    padding: 16px;
    line-height: 22px;
  }

  .faq-item p span {
    max-width: none;
  }

  .outline-button,
  .ghost-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recruit-page *,
  .recruit-page *::before,
  .recruit-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-slide {
    animation: none;
    opacity: 0;
  }

  .hero-slide:first-child {
    opacity: 1;
  }
}
