.recruit-page {
  --recruit-navy: #001f56;
  --recruit-blue: #073d70;
  --recruit-cyan: #58c4d8;
  --recruit-pale: #edf3f7;
  --recruit-warm: #f6f5f1;
  --recruit-ink: #172238;
  overflow-x: hidden;
  color: var(--recruit-ink);
}

.recruit-page .global-nav a.is-current {
  position: relative;
  color: #06447d;
}

.recruit-page .global-nav a.is-current::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 3px;
  background: var(--recruit-navy);
}

.recruit-container {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
}

.recruit-section {
  padding: 110px 0;
  scroll-margin-top: 84px;
}

.recruit-section-label {
  margin: 0 0 22px;
  color: #0b4b80;
  font: 800 11px/1 Arial, sans-serif;
  letter-spacing: .2em;
}

.recruit-heading h2,
.recruit-message__copy h2,
.recruit-fit__copy h2,
.recruit-cta h2 {
  margin: 0;
  color: #082f60;
  font: 500 clamp(34px, 4.2vw, 54px)/1.42 var(--serif);
  letter-spacing: .07em;
}

.recruit-heading > p:last-child {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 2.05;
}

.recruit-heading--center {
  text-align: center;
}

.recruit-hero {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #031d3f;
}

.recruit-hero__image {
  position: absolute;
  inset: 0 0 0 38%;
  background: url("./assets/images/hero.png") 58% center / cover no-repeat;
  transform: scale(1.02);
}

.recruit-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,30,72,.99) 0%, rgba(0,38,82,.98) 31%, rgba(0,38,82,.82) 48%, rgba(0,24,56,.28) 70%, rgba(0,18,46,.14) 100%),
    linear-gradient(0deg, rgba(0,15,40,.18), transparent 46%);
}

.recruit-hero__inner {
  width: min(1240px, calc(100% - 96px));
  min-height: 620px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.recruit-hero__copy {
  padding: 44px 0 50px;
}

.recruit-kicker {
  margin: 0 0 34px;
  color: #b9d6e8;
  font: 700 11px/1 Arial, sans-serif;
  letter-spacing: .2em;
}

.recruit-kicker span {
  padding: 0 12px;
  color: var(--recruit-cyan);
}

.recruit-status {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.recruit-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68d2dd;
  box-shadow: 0 0 0 6px rgba(104,210,221,.14);
}

.recruit-hero h1 {
  margin: 0;
  font: 500 clamp(48px, 5.2vw, 72px)/1.34 var(--serif);
  letter-spacing: .1em;
  text-shadow: 0 3px 24px rgba(0,0,0,.24);
}

.recruit-hero__lead {
  margin: 27px 0 34px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.recruit-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.recruit-button {
  min-width: 230px;
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.recruit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.recruit-button--light {
  color: #062f60;
  background: #fff;
}

.recruit-button span {
  font-size: 18px;
}

.recruit-text-link {
  padding: 10px 0 7px;
  border-bottom: 1px solid rgba(255,255,255,.65);
  font-size: 12px;
  font-weight: 700;
  transition: border-color .2s ease, color .2s ease;
}

.recruit-text-link:hover {
  color: #8ce1e6;
  border-color: #8ce1e6;
}

.recruit-hero__fact {
  width: 178px;
  height: 178px;
  margin: 80px 20px 0 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(0,31,73,.33);
  backdrop-filter: blur(4px);
}

.recruit-hero__fact b {
  margin-bottom: auto;
  color: rgba(255,255,255,.75);
  font: 400 13px/1 Arial, sans-serif;
}

.recruit-hero__fact span {
  color: #9adfe5;
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .15em;
}

.recruit-hero__fact strong {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.recruit-scroll {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 72px;
  color: #fff;
}

.recruit-scroll span {
  position: absolute;
  right: 9px;
  top: 4px;
  font: 700 7px/1 Arial, sans-serif;
  letter-spacing: .18em;
  transform: rotate(90deg);
  transform-origin: right top;
}

.recruit-scroll i {
  position: absolute;
  inset: 28px 0 0;
  background: rgba(255,255,255,.6);
}

.recruit-local-nav {
  min-height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #dce4ea;
  background: #fff;
}

.recruit-local-nav a {
  min-width: 154px;
  padding: 22px 25px 17px;
  color: #173b63;
  border-left: 1px solid #e4e9ee;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}

.recruit-local-nav a:last-child {
  border-right: 1px solid #e4e9ee;
}

.recruit-local-nav a:hover {
  color: #00376c;
  background: #f2f7fa;
}

.recruit-local-nav small {
  margin-right: 8px;
  color: #6ba5bd;
  font: 700 8px/1 Arial, sans-serif;
}

.recruit-message {
  background: #fff;
}

.recruit-message__grid {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 9%;
  align-items: center;
}

.recruit-message__photo {
  min-height: 440px;
  position: relative;
}

.recruit-message__photo img {
  width: calc(100% - 52px);
  height: 385px;
  margin-left: 52px;
  position: relative;
  z-index: 2;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.02);
}

.recruit-message__frame {
  position: absolute;
  top: 42px;
  left: 0;
  width: calc(100% - 52px);
  height: 385px;
  border: 1px solid #1c537d;
}

.recruit-message__photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22px;
  right: -22px;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(#8cb3c5 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: .45;
}

.recruit-message__photo > p {
  margin: 17px 0 0 52px;
  color: #263951;
  font-size: 12px;
  font-weight: 700;
}

.recruit-message__photo > p span {
  margin-right: 14px;
  color: #6593a9;
  font: 700 8px/1 Arial, sans-serif;
  letter-spacing: .14em;
}

.recruit-message__copy h2 {
  font-size: clamp(34px, 3.7vw, 50px);
}

.recruit-message__copy > p:not(.recruit-section-label) {
  margin: 28px 0 0;
  color: #344255;
  font-size: 14px;
  line-height: 2.15;
}

.recruit-work {
  position: relative;
  background: var(--recruit-pale);
}

.recruit-work::before {
  content: "THE WORK";
  position: absolute;
  top: 30px;
  left: 50%;
  color: rgba(0,47,95,.035);
  font: 800 clamp(90px, 14vw, 190px)/1 Arial, sans-serif;
  letter-spacing: .04em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.recruit-work .recruit-container {
  position: relative;
}

.work-step-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.work-step {
  min-height: 350px;
  padding: 43px 35px 35px;
  position: relative;
  border-top: 3px solid #0a3b70;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0,37,77,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.work-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0,37,77,.12);
}

.work-step__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 32px;
  display: grid;
  place-items: center;
  color: #0a3d73;
  border-radius: 50%;
  background: #edf5f8;
}

.work-step__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.work-step__number {
  margin: 0;
  color: #72a4b9;
  font: 800 9px/1 Arial, sans-serif;
  letter-spacing: .15em;
}

.work-step h3 {
  margin: 12px 0 18px;
  color: #082f60;
  font: 600 21px/1.5 var(--serif);
  letter-spacing: .04em;
}

.work-step > p:last-child {
  margin: 0;
  color: #475468;
  font-size: 13px;
  line-height: 2;
}

.recruit-note {
  margin: 24px 0 0;
  color: #647386;
  text-align: right;
  font-size: 11px;
}

.recruit-style {
  color: #fff;
  background: #062d5b;
}

.recruit-style .recruit-heading {
  max-width: 600px;
}

.recruit-style .recruit-section-label {
  color: #82d1df;
}

.recruit-style .recruit-heading h2 {
  color: #fff;
}

.style-card-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.25);
}

.style-card {
  min-height: 355px;
  padding: 42px 36px;
  position: relative;
  background: #062d5b;
  transition: background .25s ease;
}

.style-card:hover {
  background: #0a3b6f;
}

.style-card__number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(255,255,255,.34);
  font: 400 12px/1 Arial, sans-serif;
}

.style-card svg {
  width: 58px;
  height: 58px;
  margin-bottom: 38px;
  fill: none;
  stroke: #8dd9e2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.style-card__en {
  margin: 0;
  color: #83cbd7;
  font: 800 9px/1 Arial, sans-serif;
  letter-spacing: .16em;
}

.style-card h3 {
  margin: 13px 0 18px;
  font: 500 23px/1.4 var(--serif);
  letter-spacing: .04em;
}

.style-card > p:last-child {
  margin: 0;
  color: #d3e1eb;
  font-size: 13px;
  line-height: 2;
}

.recruit-fit {
  background: var(--recruit-warm);
}

.recruit-fit__grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 10%;
}

.recruit-fit__copy > p:last-child {
  margin: 30px 0 0;
  color: #4d5867;
  font-size: 13px;
  line-height: 2.1;
}

.fit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b8c2ca;
}

.fit-list li {
  min-height: 120px;
  padding: 25px 12px;
  display: grid;
  grid-template-columns: 65px 1fr;
  border-bottom: 1px solid #b8c2ca;
}

.fit-list li > span {
  padding-top: 5px;
  color: #4c859f;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: .12em;
}

.fit-list b {
  color: #082f60;
  font: 600 20px/1.5 var(--serif);
  letter-spacing: .03em;
}

.fit-list p {
  margin: 8px 0 0;
  color: #59636f;
  font-size: 12px;
  line-height: 1.8;
}

.recruit-requirements {
  background: #fff;
}

.requirements-table {
  max-width: 920px;
  margin: 62px auto 0;
  border-top: 2px solid #082f60;
}

.requirements-row {
  min-height: 74px;
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid #cfd7df;
}

.requirements-row b,
.requirements-row p {
  margin: 0;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.8;
}

.requirements-row b {
  color: #0a396c;
  background: #edf3f7;
}

.requirements-row p {
  color: #354254;
}

.requirements-row p strong {
  padding: 3px 10px;
  color: #fff;
  border-radius: 2px;
  background: #0c567b;
  font-size: 12px;
}

.recruit-flow {
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0,31,74,.98), rgba(0,52,93,.94)),
    url("./assets/images/hero.png") center / cover no-repeat;
}

.recruit-flow .recruit-section-label {
  color: #89d3df;
}

.recruit-flow .recruit-heading h2 {
  color: #fff;
}

.flow-list {
  margin: 58px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.flow-list li {
  min-height: 220px;
  padding: 25px 28px;
  position: relative;
  border-top: 1px solid rgba(255,255,255,.48);
  border-left: 1px solid rgba(255,255,255,.24);
}

.flow-list li:first-child {
  border-left: 0;
}

.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.flow-list li > span {
  color: #83cfdb;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: .12em;
}

.flow-list b {
  display: block;
  margin-top: 40px;
  font: 500 20px/1.5 var(--serif);
  letter-spacing: .04em;
}

.flow-list p {
  margin: 14px 0 0;
  color: #d7e4ed;
  font-size: 12px;
  line-height: 1.9;
}

.recruit-faq {
  background: #fff;
}

.recruit-faq__grid {
  display: grid;
  grid-template-columns: 29% 1fr;
  gap: 9%;
  align-items: start;
}

.recruit-faq .recruit-heading h2 {
  font-size: 44px;
}

.recruit-faq .recruit-heading > p:last-child {
  color: #596674;
  font-size: 12px;
}

.faq-list {
  border-top: 2px solid #082f60;
}

.faq-list details {
  border-bottom: 1px solid #cfd7df;
}

.faq-list summary {
  min-height: 82px;
  padding: 20px 52px 20px 8px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #203249;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary > span,
.faq-answer > span {
  width: 42px;
  flex: 0 0 42px;
  color: #0a5980;
  font: 600 19px/1 var(--serif);
}

.faq-list summary i,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 1px;
  background: #365b79;
  content: "";
}

.faq-list summary i::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-answer {
  padding: 0 48px 25px 8px;
  display: flex;
  color: #596674;
}

.faq-answer p {
  margin: -2px 0 0;
  font-size: 13px;
  line-height: 2;
}

.recruit-cta {
  min-height: 445px;
  padding: 86px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #002b5d;
}

.recruit-cta__metal {
  position: absolute;
  inset: 0 0 0 54%;
  background: url("./assets/images/hero.png") center / cover no-repeat;
}

.recruit-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #002b5d 0%, #002b5d 46%, rgba(0,43,93,.82) 63%, rgba(0,43,93,.15) 100%);
}

.recruit-cta__inner {
  position: relative;
  z-index: 2;
}

.recruit-cta .recruit-section-label {
  color: #8ad4df;
}

.recruit-cta h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
}

.recruit-cta__inner > p:not(.recruit-section-label) {
  margin: 24px 0 30px;
  color: #dce8f0;
  font-size: 13px;
  line-height: 2;
}

.recruit-cta__actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.recruit-cta .recruit-button {
  min-width: 270px;
}

.recruit-phone {
  display: flex;
  flex-direction: column;
}

.recruit-phone small {
  color: #b9ccda;
  font-size: 9px;
  letter-spacing: .05em;
}

.recruit-phone b {
  margin-top: 7px;
  font: 500 24px/1 Arial, sans-serif;
  letter-spacing: .05em;
}

.recruit-page .site-footer {
  min-height: 220px;
  height: auto;
}

.recruit-page .footer-inner {
  min-height: 220px;
}

.recruit-page .footer-bottom {
  bottom: 0;
}

@media (max-width: 900px) {
  .recruit-page .global-nav a.is-current::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
  }

  .recruit-container {
    width: min(100% - 40px, 700px);
  }

  .recruit-section {
    padding: 78px 0;
    scroll-margin-top: 68px;
  }

  .recruit-hero,
  .recruit-hero__inner {
    min-height: 690px;
  }

  .recruit-hero__image {
    inset: 0;
    background-position: 61% center;
  }

  .recruit-hero__overlay {
    background: linear-gradient(90deg, rgba(0,29,69,.98) 0%, rgba(0,35,77,.88) 58%, rgba(0,20,52,.44) 100%);
  }

  .recruit-hero__inner {
    width: calc(100% - 44px);
    align-items: flex-start;
  }

  .recruit-hero__copy {
    padding-top: 92px;
  }

  .recruit-hero__fact {
    display: none;
  }

  .recruit-local-nav {
    padding: 0;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .recruit-local-nav a {
    min-width: 135px;
  }

  .recruit-message__grid,
  .recruit-fit__grid,
  .recruit-faq__grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .recruit-message__photo {
    max-width: 560px;
    min-height: 0;
  }

  .recruit-message__photo img,
  .recruit-message__frame {
    height: 420px;
  }

  .work-step-grid,
  .style-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-step:last-child,
  .style-card:last-child {
    grid-column: 1 / -1;
  }

  .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-list li:nth-child(3) {
    border-left: 0;
  }

  .recruit-page .site-footer,
  .recruit-page .footer-inner {
    min-height: 560px;
  }
}

@media (max-width: 600px) {
  .recruit-section {
    padding: 68px 0;
  }

  .recruit-section-label {
    margin-bottom: 17px;
    font-size: 9px;
  }

  .recruit-heading h2,
  .recruit-message__copy h2,
  .recruit-fit__copy h2,
  .recruit-cta h2 {
    font-size: 32px;
    line-height: 1.52;
  }

  .recruit-hero,
  .recruit-hero__inner {
    min-height: 650px;
  }

  .recruit-hero__overlay {
    background: linear-gradient(100deg, rgba(0,29,69,.98) 0%, rgba(0,34,76,.9) 69%, rgba(0,22,55,.55) 100%);
  }

  .recruit-hero__copy {
    padding-top: 74px;
  }

  .recruit-kicker {
    margin-bottom: 28px;
    font-size: 8px;
  }

  .recruit-status {
    font-size: 11px;
  }

  .recruit-hero h1 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.42;
  }

  .recruit-hero__lead {
    margin: 23px 0 30px;
    font-size: 12px;
  }

  .recruit-hero__actions,
  .recruit-cta__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .recruit-button {
    width: 100%;
    min-width: 0;
  }

  .recruit-local-nav a {
    min-width: 126px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .recruit-message__grid {
    gap: 52px;
  }

  .recruit-message__photo img {
    width: calc(100% - 30px);
    height: 270px;
    margin-left: 30px;
  }

  .recruit-message__frame {
    top: 26px;
    width: calc(100% - 30px);
    height: 270px;
  }

  .recruit-message__photo > p {
    margin-left: 30px;
  }

  .recruit-message__copy > p:not(.recruit-section-label) {
    font-size: 13px;
    line-height: 2;
  }

  .recruit-work::before {
    top: 44px;
    font-size: 67px;
  }

  .work-step-grid,
  .style-card-grid,
  .flow-list {
    margin-top: 44px;
    grid-template-columns: 1fr;
  }

  .work-step,
  .style-card {
    min-height: 310px;
    padding: 35px 28px;
  }

  .work-step:last-child,
  .style-card:last-child {
    grid-column: auto;
  }

  .recruit-note {
    text-align: left;
    line-height: 1.7;
  }

  .recruit-fit__grid,
  .recruit-faq__grid {
    gap: 45px;
  }

  .fit-list li {
    grid-template-columns: 44px 1fr;
  }

  .fit-list b {
    font-size: 18px;
  }

  .requirements-table {
    margin-top: 42px;
  }

  .requirements-row {
    display: block;
  }

  .requirements-row b,
  .requirements-row p {
    padding: 16px 18px;
  }

  .requirements-row b {
    padding-bottom: 10px;
  }

  .requirements-row p {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .flow-list li,
  .flow-list li:nth-child(3) {
    min-height: 0;
    padding: 27px 8px 32px;
    display: grid;
    grid-template-columns: 48px 1fr;
    border-left: 0;
  }

  .flow-list li:not(:last-child)::after {
    display: none;
  }

  .flow-list b {
    margin-top: 0;
  }

  .flow-list p {
    margin-top: 8px;
  }

  .recruit-faq .recruit-heading h2 {
    font-size: 36px;
  }

  .faq-list summary {
    min-height: 78px;
    padding-right: 40px;
    font-size: 13px;
    line-height: 1.7;
  }

  .faq-answer {
    padding-right: 18px;
  }

  .recruit-cta {
    min-height: 530px;
    padding: 72px 0;
  }

  .recruit-cta__metal {
    inset: 0;
    opacity: .42;
  }

  .recruit-cta::before {
    background: linear-gradient(90deg, rgba(0,43,93,.98), rgba(0,43,93,.7));
  }

  .recruit-cta .recruit-button {
    min-width: 0;
  }

  .recruit-page .site-footer,
  .recruit-page .footer-inner {
    min-height: 660px;
  }
}
