.join-page-body {
  background: #e6dcd0;
}

.canvas--join {
  height: 4072px;
}

.join-mobile-track {
  display: none;
}

.join-frame {
  position: relative;
  width: 1728px;
  height: 4298px;
  overflow: hidden;
  background: #e6dcd0;
}

.join-bg-top {
  position: absolute;
  inset: 0 0 auto 0;
  height: 2176px;
  background: linear-gradient(180deg, #af8b72 0%, #e6dcd0 71%);
}

.join-bg-mid {
  position: absolute;
  left: 0;
  top: 1418px;
  width: 1728px;
  height: 1042px;
  background: #754636;
}

.join-bg-bottom {
  position: absolute;
  left: 0;
  top: 2430px;
  width: 1728px;
  height: 1169px;
  background: linear-gradient(180deg, #e6dcd0 0%, #af8b72 100%);
}

.join-hero-figma {
  position: absolute;
  left: 0;
  top: 0;
  width: 1728px;
  height: 360px;
  z-index: 3;
  pointer-events: none;
  transform: scale(0.82);
  transform-origin: top center;
}

.join-title-lines .join-title-line {
  position: absolute;
  display: block;
  height: 2px;
  background: repeating-linear-gradient(to right, #fff 0 30px, transparent 30px 60px);
}

.join-title-line--1 { left: -390px; top: 295px; width: 931px; }
.join-title-line--2 { left: 1369px; top: 295px; width: 749px; }
.join-title-line--3 { left: 1180px; top: 240px; width: 938px; }
.join-title-line--4 { left: -390px; top: 240px; width: 749px; }
.join-title-line--5 { left: 482px; top: 240px; width: 217px; }
.join-title-line--6 { left: 816px; top: 240px; width: 233px; }
.join-title-line--7 { left: 1031px; top: 295px; width: 195px; }
.join-title-line--8 { left: 679px; top: 295px; width: 200px; }

.join-word {
  position: absolute;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 84px;
  line-height: 1.24;
  font-weight: 700;
  color: #fefcf8;
}

.join-word-j { left: 387px; top: 183px; }
.join-word-o { left: 559px; top: 249px; }
.join-word-i { left: 732px; top: 191px; }
.join-word-n { left: 906px; top: 249px; }
.join-word-u { left: 1083px; top: 191px; }
.join-word-s { left: 1268px; top: 249px; }

.join-intro-photo {
  position: absolute;
  left: 410px;
  top: 601px;
  width: 444px;
  height: 666px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 4px 28px 5px rgba(0, 0, 0, 0.25);
}

.join-intro-title,
.join-intro-title-italic {
  position: absolute;
  margin: 0;
  color: #754636;
}

.join-intro-title {
  font-family: "League Spartan", sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
}

.join-intro-title-italic {
  font-family: "Libre Baskerville", serif;
  font-size: 100px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}

.join-intro-title--start { left: 717px; top: 479px; }
.join-intro-title-italic { left: 829px; top: 528px; }
.join-intro-title--with { left: 1028px; top: 632px; }

.join-intro-copy {
  position: absolute;
  left: 844px;
  top: 778px;
  width: 392px;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 1.24;
  color: #000;
}

.join-apply-now {
  left: 845px;
  top: 1088px;
  width: 335px;
  height: 48px;
}

.join-strapline {
  top: 1390px;
  left: 0;
  background: #fefcf8;
  color: #754636;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  font-style: italic;
}

.join-strapline .strap-icon {
  filter: brightness(0) saturate(100%) invert(31%) sepia(22%) saturate(1058%) hue-rotate(324deg) brightness(95%) contrast(88%);
}

.join-job-title-1,
.join-job-title-2 {
  position: absolute;
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 100px;
  line-height: 1;
  color: #eee8dc;
  text-align: center;
}

.join-job-title-1 { left: 323px; top: 1570px; width: 676px; }
.join-job-title-2 { left: 620px; top: 1677px; width: 676px; }

.join-job-line {
  position: absolute;
  height: 2px;
  background: repeating-linear-gradient(to right, #fff 0 30px, transparent 30px 60px);
}

.join-job-line--left { left: 765px; top: 1625px; width: calc(100% - 765px); }
.join-job-line--right { left: -99px; top: 1715px; width: 859px; }

.join-vacancy-carousel {
  position: absolute;
  left: 332px;
  top: 1821px;
  width: 1064px;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  perspective: 1200px;
  perspective-origin: 50% 42%;
  transform-style: preserve-3d;
}

.join-job-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.58s cubic-bezier(0.28, 0.65, 0.25, 1), filter 0.45s ease, opacity 0.45s ease;
}

.join-job-image-btn {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  border-radius: 80px;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.join-job-image-btn:focus {
  outline: none;
}

.join-job-image-btn:focus-visible {
  outline: 2px solid #eee8dc;
  outline-offset: 6px;
}

.join-job-image-btn:hover .join-job-image {
  filter: brightness(1.08);
  transform: scale(1.02);
}

.join-job-image {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 64px;
  box-shadow: 0 4px 25px 8px rgba(0, 0, 0, 0.25);
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1), filter 0.35s ease, box-shadow 0.45s ease;
}

.join-job-card--center .join-job-image {
  animation: joinCenterImageAmbient 6s ease-in-out infinite;
}

.join-job-name {
  margin: 14px 0 0;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.join-job-card--center {
  transform: translateZ(40px) scale(1.16);
  z-index: 2;
}

.join-job-card--left {
  transform: translateX(-12px) scale(0.9) rotateY(12deg);
  z-index: 1;
  opacity: 0.86;
  filter: saturate(0.92);
}

.join-job-card--right {
  transform: translateX(12px) scale(0.9) rotateY(-12deg);
  z-index: 1;
  opacity: 0.86;
  filter: saturate(0.92);
}

.join-job-card--left:hover {
  transform: translateX(-7px) scale(0.93) rotateY(7deg);
  opacity: 0.94;
  filter: saturate(1);
}

.join-job-card--right:hover {
  transform: translateX(7px) scale(0.93) rotateY(-7deg);
  opacity: 0.94;
  filter: saturate(1);
}

.join-job-card--center:hover {
  transform: translateZ(48px) scale(1.19);
}

.join-vacancy-carousel.join-carousel--refresh .join-job-card:nth-child(1) .join-job-image {
  animation-delay: 0s;
}

.join-vacancy-carousel.join-carousel--refresh .join-job-card:nth-child(2) .join-job-image {
  animation-delay: 0.06s;
}

.join-vacancy-carousel.join-carousel--refresh .join-job-card:nth-child(3) .join-job-image {
  animation-delay: 0.11s;
}

.join-vacancy-carousel.join-carousel--refresh .join-job-image {
  animation: joinVacancyImageFlash 0.55s ease forwards !important;
}

.join-vacancy-carousel.join-carousel--refresh .join-job-name {
  animation: joinVacancyTitleNudge 0.48s cubic-bezier(0.34, 1.35, 0.64, 1) forwards;
}

.join-vacancy-carousel.join-carousel--refresh .join-job-card:nth-child(2) .join-job-name {
  animation-delay: 0.04s;
}

@keyframes joinCenterImageAmbient {
  0%,
  100% {
    box-shadow: 0 4px 25px 8px rgba(0, 0, 0, 0.28), 0 0 26px rgba(175, 139, 114, 0.22);
    filter: brightness(1);
  }

  50% {
    box-shadow: 0 8px 40px 14px rgba(0, 0, 0, 0.2), 0 0 42px rgba(238, 232, 220, 0.45);
    filter: brightness(1.06);
  }
}

@keyframes joinVacancyImageFlash {
  0% {
    filter: brightness(1);
    box-shadow: 0 4px 25px 8px rgba(0, 0, 0, 0.25);
    transform: scale(1);
  }

  40% {
    filter: brightness(1.22) saturate(1.12);
    box-shadow: 0 12px 45px 16px rgba(0, 0, 0, 0.2), 0 0 36px rgba(175, 139, 114, 0.55);
    transform: scale(1.035);
  }

  100% {
    filter: brightness(1);
    box-shadow: 0 4px 25px 8px rgba(0, 0, 0, 0.25);
    transform: scale(1);
  }
}

@keyframes joinVacancyTitleNudge {
  0% {
    transform: translateY(8px);
    opacity: 0.55;
    letter-spacing: 0.06em;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    letter-spacing: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .join-job-card--center .join-job-image {
    animation: none;
  }

  .join-vacancy-carousel.join-carousel--refresh .join-job-image {
    animation-duration: 0.01ms !important;
    animation-delay: 0s !important;
  }

  .join-job-card {
    transition-duration: 0.12s;
  }
}

.join-carousel-arrow {
  position: absolute;
  top: 2010px;
  width: 80px;
  height: 43px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.join-carousel-arrow--left { left: 95px; }
.join-carousel-arrow--right { left: 1553px; }

.join-carousel-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.join-carousel-arrow:hover {
  transform: scale(1.05);
  filter: brightness(1.07);
}

.join-carousel-arrow:active {
  transform: scale(0.94);
  filter: brightness(0.95);
  transition: transform 0.12s ease;
}

.join-carousel-dots {
  position: absolute;
  top: 2360px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.join-carousel-dot {
  width: 15px;
  height: 15px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(230, 220, 208, 0.42);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.join-carousel-dot.is-active {
  background: #e6dcd0;
  transform: scale(1.2);
  box-shadow: 0 0 7px rgba(230, 220, 208, 0.75);
}

.join-application {
  position: absolute;
  left: 512px;
  top: 2584px;
  width: 704px;
}

.join-application h2 {
  margin: 0 0 44px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 84px;
  font-weight: 700;
  color: #754636;
}

.join-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.join-form input {
  width: 704px;
  height: 56px;
  border-radius: 50px;
  border: 3px solid #af8b72;
  background: #faf6ef;
  padding: 0 40px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #333;
  outline: none;
}

.join-custom-select {
  position: relative;
  width: 342px;
  height: 56px;
}

.join-custom-select--employment {
  margin-left: auto;
  margin-top: -78px;
}

.join-custom-select__trigger {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 3px solid #af8b72;
  background: #faf6ef;
  padding: 0 38px 0 40px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.join-custom-select__label {
  opacity: 0.75;
}

.join-custom-select.is-selected .join-custom-select__label {
  opacity: 1;
}

.join-custom-select__arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #af8b72;
  transform-origin: 50% 35%;
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0.9;
}

.join-custom-select__trigger:hover .join-custom-select__arrow {
  opacity: 1;
  transform: translateY(1px);
}

.join-custom-select.is-open .join-custom-select__arrow {
  transform: rotate(180deg) translateY(1px);
}

.join-custom-select__menu {
  display: none;
  list-style: none;
  position: absolute;
  left: 20px;
  top: calc(100% - 3px);
  width: calc(100% - 40px);
  margin: 0;
  padding: 6px 0;
  background: #faf6ef;
  border: 3px solid #af8b72;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  z-index: 40;
}

.join-custom-select.is-open .join-custom-select__menu {
  display: block;
}

.join-custom-select__option {
  padding: 4px 18px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.9);
  cursor: pointer;
}

.join-custom-select__option:hover {
  background: rgba(175, 139, 114, 0.12);
}

.join-application-note {
  margin: -6px 0 0;
  margin-left: 40px;
  width: auto;
  max-width: calc(100% - 40px);
  align-self: flex-start;
  text-align: left;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #754636;
  opacity: 0.9;
}

.join-resume-field {
  position: relative;
  width: 704px;
  height: 56px;
  border-radius: 50px;
  border: 3px solid #af8b72;
  background: #faf6ef;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
}

.join-resume-label {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.7);
}

.join-resume-pick {
  margin-left: auto;
  width: 142px;
  height: 36px;
  border-radius: 22px;
  background: rgba(217, 217, 217, 0.45);
  border: 1px solid rgba(175, 139, 114, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  max-width: 142px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.join-resume-field:hover .join-resume-pick {
  background: rgba(217, 217, 217, 0.62);
}

.join-resume-pick.is-file-selected {
  background: #af8b72;
  border-color: #af8b72;
  color: #fefcf8;
}

.join-resume-field input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.join-submit-btn {
  width: 145px;
  height: 48px;
  margin: 0 0 0 auto;
  border: 0;
  border-radius: 50px;
  background: #fff;
  color: #754636;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.join-lower {
  position: absolute;
  top: 3290px;
  left: 0;
  width: 1728px;
}

.join-lower .footer {
  top: 0;
}

@keyframes joinHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes joinHeroLineSweep {
  from {
    opacity: 0;
    transform: scaleX(0.88);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
    filter: blur(0);
  }
}

.join-hero-fx-lines .join-title-line,
.join-hero-fx-word,
.join-hero-fx-copy {
  opacity: 0;
  animation: none;
}

.join-hero-fx-lines .join-title-line {
  transform-origin: center;
}

.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line {
  animation: joinHeroLineSweep 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(1) { animation-delay: 60ms; }
.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(2) { animation-delay: 120ms; }
.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(3) { animation-delay: 180ms; }
.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(4) { animation-delay: 240ms; }
.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(5) { animation-delay: 300ms; }
.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(6) { animation-delay: 360ms; }
.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(7) { animation-delay: 420ms; }
.canvas--join.is-hero-animated .join-hero-fx-lines .join-title-line:nth-child(8) { animation-delay: 480ms; }

.canvas--join.is-hero-animated .join-hero-fx-word {
  animation: joinHeroFadeUp 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.canvas--join.is-hero-animated .join-word-j.join-hero-fx-word { animation-delay: 260ms; }
.canvas--join.is-hero-animated .join-word-o.join-hero-fx-word { animation-delay: 340ms; }
.canvas--join.is-hero-animated .join-word-i.join-hero-fx-word { animation-delay: 420ms; }
.canvas--join.is-hero-animated .join-word-n.join-hero-fx-word { animation-delay: 500ms; }
.canvas--join.is-hero-animated .join-word-u.join-hero-fx-word { animation-delay: 580ms; }
.canvas--join.is-hero-animated .join-word-s.join-hero-fx-word { animation-delay: 660ms; }

@media (prefers-reduced-motion: reduce) {
  .join-hero-fx-lines .join-title-line,
  .join-hero-fx-word,
  .join-hero-fx-copy {
    opacity: 1;
    animation: none;
    transform: none;
    filter: none;
  }
}

.join-page-body .footer-inner,
.join-page-body .copyright {
  transform: scale(var(--home-content-scale));
  transform-origin: top center;
}

.join-page-body .copyright {
  top: 649px;
}

.join-page-body .footer-inner .footer-socials {
  left: 13px;
  top: 420px;
}

.join-page-body .footer-inner .footer-submit {
  left: 288px;
  top: 420px;
}

body.join-job-modal-open {
  overflow: hidden;
}

.join-job-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.join-job-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.join-job-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(117, 70, 54, 0.48);
  backdrop-filter: blur(5px);
}

.join-job-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  padding: 38px 42px 30px;
  background: linear-gradient(165deg, #faf6ef 0%, #eee8dc 100%);
  border: 2px solid #af8b72;
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(53, 33, 27, 0.38);
  text-align: center;
}

.join-job-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(117, 70, 54, 0.12);
  color: #754636;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.join-job-modal__close:hover {
  background: rgba(117, 70, 54, 0.22);
  color: #4a2e24;
}

.join-job-modal__title {
  margin: 0 38px 18px 0;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 700;
  color: #754636;
  text-align: center;
}

.join-job-modal__body {
  margin: 0 0 26px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  color: #4a2e24;
  text-align: left;
}

.join-job-modal__cta {
  display: inline-flex;
  margin: 0 auto;
  text-decoration: none;
  justify-content: center;
}

.join-job-modal__cta.pill-btn {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  min-width: min(200px, 100%);
  max-width: 220px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 44px 0 22px;
  border-width: 1.5px;
  border-color: var(--brown, #754636);
}

.join-job-modal__cta .btn-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
}

.join-job-modal__cta.pill-btn:hover .btn-arrow {
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  html,
  body.join-page-body {
    width: 100%;
    overflow-x: hidden;
    background: #e6dcd0;
  }

  body.join-page-body .canvas.canvas--join {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    background: #e6dcd0;
    overflow: hidden;
  }

  body.join-page-body .join-frame {
    position: relative;
    width: 100% !important;
    max-width: 430px !important;
    height: 2380px !important;
    margin: 0 auto !important;
    overflow: hidden;
    background: #e6dcd0;
  }

  body.join-page-body .join-bg-top {
    inset: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 1260px;
    background: linear-gradient(180deg, #af8b72 0%, #e6dcd0 78%);
  }

  body.join-page-body .join-bg-mid {
    left: 0;
    top: 1180px;
    width: 100%;
    height: 540px;
    background: #754636;
  }

  body.join-page-body .join-bg-bottom {
    left: 0;
    top: 1700px;
    width: 100%;
    height: 680px;
    background: linear-gradient(180deg, #e6dcd0 0%, #af8b72 100%);
  }

  body.join-page-body .top-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 430px !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: 0 auto !important;
    padding: 6px 26px !important;
    background: #e6dcd0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    box-sizing: border-box !important;
    z-index: 300 !important;
  }

  body.join-page-body .top-nav > a:first-child {
    position: absolute !important;
    left: 50% !important;
    top: 36px !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
  }

  body.join-page-body .nav-logo {
    width: 82px !important;
    height: 82px !important;
    object-fit: contain !important;
  }

  body.join-page-body .nav-toggle {
    position: absolute !important;
    right: 26px !important;
    top: 12px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    z-index: 2 !important;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
  }

  body.join-page-body .nav-toggle:hover,
  body.join-page-body .nav-toggle:focus,
  body.join-page-body .nav-toggle:active {
    background: transparent !important;
    box-shadow: none !important;
  }

  body.join-page-body .nav-toggle-bar {
    display: block !important;
    width: 42px !important;
    height: 3px !important;
    border-radius: 1px !important;
    background: #652c23 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }

  body.join-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  body.join-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0 !important;
  }

  body.join-page-body .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  body.join-page-body .nav-links {
    position: fixed !important;
    top: 72px !important;
    right: 22px !important;
    left: auto !important;
    width: 210px !important;
    max-width: none !important;
    height: auto !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: #e6dcd0 !important;
    border-radius: 0 0 34px 34px !important;
    box-shadow: none !important;
    font-family: "League Spartan", sans-serif !important;
    font-size: 20px !important;
    color: #652c23 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    z-index: 299 !important;
    transition: max-height 0.35s ease, padding 0.35s ease !important;
  }

  body.join-page-body .nav-links.is-open {
    max-height: 620px !important;
    padding: 18px 0 28px !important;
  }

  body.join-page-body .nav-links li {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 0 !important;
    text-align: center !important;
  }

  body.join-page-body .nav-links li.active,
  body.join-page-body .nav-links li.active .nav-page-link {
    color: #af8b72 !important;
  }

  body.join-page-body .nav-page-link {
    color: inherit !important;
    text-decoration: none !important;
  }

  body.join-page-body .nav-underline {
    display: none !important;
  }

  body.join-page-body .join-hero-figma {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 84px !important;
    width: 100% !important;
    max-width: 360px !important;
    height: 118px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: translateX(12px) !important;
    pointer-events: none !important;
    z-index: 3 !important;
  }

  body.join-page-body .join-title-lines {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }

  body.join-page-body .join-title-line {
    display: block !important;
    position: absolute !important;
    height: 1.5px !important;
    opacity: 1 !important;
    background: repeating-linear-gradient(to right, #fefcf8 0 14px, transparent 14px 28px) !important;
    transform: none !important;
  }

  body.join-page-body .join-title-line--4 {
    left: -240px !important;
    top: 32px !important;
    width: 262px !important;
  }
  body.join-page-body .join-title-line--5 {
    left: 52px !important;
    top: 32px !important;
    width: 58px !important;
  }
  body.join-page-body .join-title-line--6 {
    left: 134px !important;
    top: 32px !important;
    width: 100px !important;
  }
  body.join-page-body .join-title-line--3 {
    left: 264px !important;
    top: 32px !important;
    right: 0 !important;
    width: auto !important;
  }

  body.join-page-body .join-title-line--1 {
    left: -240px !important;
    top: 74px !important;
    width: 300px !important;
  }
  body.join-page-body .join-title-line--8 {
    left: 102px !important;
    top: 74px !important;
    width: 46px !important;
  }
  body.join-page-body .join-title-line--7 {
    left: 188px !important;
    top: 74px !important;
    width: 92px !important;
  }
  body.join-page-body .join-title-line--2 {
    left: 308px !important;
    top: 74px !important;
    right: 0 !important;
    width: auto !important;
  }

  body.join-page-body .join-word {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Libre Baskerville", serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 1 !important;
    color: #fefcf8 !important;
    opacity: 1 !important;
    animation: none !important;
    filter: none !important;
    transform: none !important;
  }

  body.join-page-body .join-word-j {
    left: 22px !important;
    top: 14px !important;
  }
  body.join-page-body .join-word-i {
    left: 116px !important;
    top: 14px !important;
  }
  body.join-page-body .join-word-u {
    left: 236px !important;
    top: 14px !important;
  }

  body.join-page-body .join-word-o {
    left: 64px !important;
    top: 56px !important;
  }
  body.join-page-body .join-word-n {
    left: 152px !important;
    top: 56px !important;
  }
  body.join-page-body .join-word-s {
    left: 282px !important;
    top: 56px !important;
  }

  body.join-page-body .join-intro-photo {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 240px !important;
    width: 220px !important;
    height: 304px !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22) !important;
    z-index: 4 !important;
  }

  body.join-page-body .join-intro-title,
  body.join-page-body .join-intro-title-italic {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    color: #754636 !important;
  }

  body.join-page-body .join-intro-title {
    font: 500 30px/1 "League Spartan", sans-serif !important;
  }

  body.join-page-body .join-intro-title-italic {
    font: italic 400 44px/1 "Libre Baskerville", serif !important;
  }

  body.join-page-body .join-intro-title--start {
    top: 580px !important;
  }

  body.join-page-body .join-intro-title-italic {
    top: 615px !important;
  }

  body.join-page-body .join-intro-title--with {
    top: 670px !important;
  }

  body.join-page-body .join-intro-copy {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 730px !important;
    width: auto !important;
    max-width: 290px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    font: 400 14.5px/1.4 "Libre Baskerville", serif !important;
    color: #000 !important;
    text-align: center !important;
    z-index: 4 !important;
  }

  body.join-page-body .join-apply-now {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 1000px !important;
    width: 200px !important;
    height: 44px !important;
    margin: 0 auto !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    z-index: 5 !important;
  }

  body.join-page-body .join-apply-now .btn-label {
    font-size: 15px !important;
  }

  body.join-page-body .join-apply-now .btn-arrow {
    right: 14px !important;
    width: 34px !important;
  }

  body.join-page-body .join-strapline {
    position: absolute !important;
    top: 1132px !important;
    left: 0 !important;
    width: 100% !important;
    height: 48px !important;
    font-size: 15px !important;
    z-index: 12 !important;
  }

  body.join-page-body .join-job-title-1,
  body.join-page-body .join-job-title-2 {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font: 700 52px/1 "League Spartan", sans-serif !important;
    color: #eee8dc !important;
    text-align: left !important;
    white-space: nowrap !important;
    z-index: 4 !important;
  }

  body.join-page-body .join-job-title-1 {
    top: 1240px !important;
  }

  body.join-page-body .join-job-title-2 {
    top: 1304px !important;
  }

  body.join-page-body .join-job-title-1::after {
    content: "" !important;
    position: absolute !important;
    left: calc(100% + 18px) !important;
    top: 50% !important;
    width: 120px !important;
    height: 2px !important;
    margin-top: -1px !important;
    background: repeating-linear-gradient(to right, #fefcf8 0 14px, transparent 14px 28px) !important;
    pointer-events: none !important;
  }

  body.join-page-body .join-job-title-2::before {
    content: "" !important;
    position: absolute !important;
    right: calc(100% + 18px) !important;
    top: 50% !important;
    width: 90px !important;
    height: 2px !important;
    margin-top: -1px !important;
    background: repeating-linear-gradient(to right, #fefcf8 0 14px, transparent 14px 28px) !important;
    pointer-events: none !important;
  }

  body.join-page-body .join-job-line,
  body.join-page-body .join-job-line--left,
  body.join-page-body .join-job-line--right {
    display: none !important;
  }

  body.join-page-body .join-vacancy-carousel {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 1400px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    perspective: none !important;
    transform-style: flat !important;
    overflow: visible !important;
    z-index: 5 !important;
  }

  body.join-page-body .join-job-card,
  body.join-page-body .join-job-card--left,
  body.join-page-body .join-job-card--center,
  body.join-page-body .join-job-card--right {
    display: none !important;
  }

  body.join-page-body .join-mobile-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 28px !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 calc(50% - 90px) !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    overscroll-behavior-x: contain !important;
  }

  body.join-page-body .join-mobile-track::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  body.join-page-body .join-mobile-card {
    flex: 0 0 180px !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease !important;
    transform: scale(0.82) !important;
    opacity: 0.6 !important;
    filter: saturate(0.92) !important;
  }

  body.join-page-body .join-mobile-card.is-center {
    transform: scale(1) !important;
    opacity: 1 !important;
    filter: none !important;
  }

  body.join-page-body .join-mobile-card__btn {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    line-height: 0 !important;
    border-radius: 44px !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.join-page-body .join-mobile-card__img {
    width: 180px !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 44px !important;
    box-shadow: 0 6px 22px 4px rgba(0, 0, 0, 0.28) !important;
    display: block !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    pointer-events: none !important;
  }

  body.join-page-body .join-mobile-card__name {
    margin: 14px 0 0 !important;
    font: 700 20px/1.15 "Libre Baskerville", serif !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.join-page-body .join-carousel-arrow {
    display: none !important;
  }

  body.join-page-body .join-carousel-dots,
  body.join-page-body .join-carousel-dot {
    display: none !important;
  }

  body.join-page-body .join-job-modal__dialog {
    max-width: calc(100% - 24px) !important;
    padding: 28px 18px 22px !important;
    border-radius: 22px !important;
  }

  body.join-page-body .join-job-modal__close {
    top: 10px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 20px !important;
  }

  body.join-page-body .join-job-modal__title {
    margin: 0 0 14px !important;
    padding: 0 36px !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  body.join-page-body .join-job-modal__body {
    margin: 0 0 20px !important;
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }

  body.join-page-body .join-job-modal__cta.pill-btn {
    height: 38px !important;
    font-size: 13.5px !important;
    min-width: 170px !important;
    max-width: 200px !important;
    padding: 0 42px 0 22px !important;
  }

  body.join-page-body .join-application {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 1740px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
    z-index: 5 !important;
  }

  body.join-page-body .join-application h2 {
    margin: 0 0 22px !important;
    font-size: 36px !important;
    text-align: center !important;
  }

  body.join-page-body .join-form {
    gap: 14px !important;
  }

  body.join-page-body .join-form input {
    width: 100% !important;
    height: 44px !important;
    border-radius: 36px !important;
    border-width: 2px !important;
    padding: 0 22px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
  }

  body.join-page-body .join-custom-select {
    width: 100% !important;
    height: 44px !important;
  }

  body.join-page-body .join-custom-select--employment {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  body.join-page-body .join-custom-select__trigger {
    height: 100% !important;
    border-width: 2px !important;
    border-radius: 36px !important;
    padding: 0 28px !important;
    font-size: 14px !important;
  }

  body.join-page-body .join-custom-select__menu {
    left: 12px !important;
    width: calc(100% - 24px) !important;
    border-width: 2px !important;
    border-top: 0 !important;
  }

  body.join-page-body .join-application-note {
    margin: 0 !important;
    padding: 0 6px !important;
    max-width: 100% !important;
    align-self: stretch !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 12px !important;
  }

  body.join-page-body .join-submit-btn {
    margin: 4px auto 0 !important;
    width: 130px !important;
    height: 44px !important;
    font-size: 15px !important;
  }

  body.join-page-body .join-lower {
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    background: #e6dcd0 !important;
    z-index: 20 !important;
  }

  body.join-page-body .join-lower .footer,
  body.join-page-body .canvas--join .footer {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 8 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 16px 20px !important;
    background: #e6dcd0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.join-page-body .footer-float-up,
  body.join-page-body .footer-backtop {
    display: none !important;
  }

  body.join-page-body .footer-float-chat {
    right: max(14px, calc(50vw - 186px)) !important;
    bottom: 20px !important;
    width: 58px !important;
    height: 58px !important;
  }

  body.join-page-body .footer-inner {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    transform: none !important;
  }

  body.join-page-body .footer-logo-half {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 118px !important;
    height: 58px !important;
    margin: -30px auto 8px !important;
    border-radius: 70px 70px 0 0 !important;
    background: #e6dcd0 !important;
  }

  body.join-page-body .footer-logo-half::after {
    display: none !important;
  }

  body.join-page-body .footer-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
  }

  body.join-page-body .contact-col {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 1 !important;
    width: 100% !important;
    max-width: 295px !important;
    margin: 0 auto !important;
  }

  body.join-page-body .footer h3 {
    font-family: "League Spartan", sans-serif !important;
    font-size: 31px !important;
    line-height: 1 !important;
    margin: 0 0 14px !important;
    text-align: center !important;
    color: #652c23 !important;
  }

  body.join-page-body .contact-col input {
    width: 100% !important;
    height: 34px !important;
    margin-top: 8px !important;
    border-width: 1px !important;
    font-size: 11px !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
  }

  body.join-page-body .contact-col .row {
    display: block !important;
  }

  body.join-page-body .footer-submit {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 2 !important;
    align-self: flex-end !important;
    width: 88px !important;
    height: 34px !important;
    margin: 12px 32px 0 0 !important;
    font-size: 11px !important;
  }

  body.join-page-body .footer-socials {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 3 !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 34px !important;
    margin-top: 40px !important;
  }

  body.join-page-body .footer-socials a img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
  }

  body.join-page-body .links-col {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 4 !important;
    width: 100% !important;
    max-width: 310px !important;
    margin: 28px auto 0 !important;
    text-align: center !important;
  }

  body.join-page-body .links-col > h3,
  body.join-page-body .links-grid {
    display: none !important;
  }

  body.join-page-body .meta {
    justify-content: center !important;
    gap: 0 !important;
    margin-top: 14px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  body.join-page-body .meta img {
    display: none !important;
  }

  body.join-page-body .meta p {
    margin: 0 !important;
  }

  body.join-page-body .copyright {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    order: 9 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 0 !important;
    padding: 0 !important;
    font-size: 7px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    transform: none !important;
  }
}
