html {
  width: 100%;
  overflow-x: hidden;
  scroll-padding-top: 86px;
}
.jobs-page {
  min-width: 320px;
  background: #fffaf4;
}
.jobs-page :focus-visible {
  outline: 3px solid rgba(255, 175, 41, 0.5);
  outline-offset: 3px;
}
.top-maps-link,
.instagram-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  color: #171717 !important;
  background: #ffb21c !important;
  font-size: 0.73rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  white-space: nowrap;
}
#topbar .tsoc .instagram-pill,
footer .fsoc .instagram-pill {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  gap: 6px !important;
}
#topbar .tsoc .instagram-pill i,
footer .fsoc .instagram-pill i {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: inherit !important;
  background: transparent !important;
  line-height: 1 !important;
}
#topbar .tsoc .instagram-pill span,
footer .fsoc .instagram-pill span {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1.2 !important;
}
.top-maps-link {
  margin-left: 10px;
}
.top-maps-link:hover,
.instagram-pill:hover {
  color: #171717 !important;
  background: #ffd066 !important;
  transform: translateY(-1px);
}
.top-veg-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #171717;
}
.veg-mark-icon {
  width: 15px;
  height: 15px;
}
.blogo-img {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(77, 41, 20, 0.16));
}
.jobs-page .blogo-mini-text .bname {
  position: relative;
  display: inline-block;
  color: #d99117;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-shadow: 0 1px 0 rgba(255, 247, 221, 0.35), 0 5px 14px rgba(217, 145, 23, 0.1);
  transform: translateZ(0);
  animation: twsJobsBrandFloat 4.8s ease-in-out infinite;
}
.jobs-page .blogo-mini-text .bname span {
  display: inline-block;
  color: inherit;
  font: inherit;
  background: none !important;
  -webkit-text-fill-color: currentColor;
  filter: none;
  animation: none !important;
}
.jobs-page .blogo-mini-text .bname::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  opacity: 0.55;
  background: linear-gradient(90deg, rgba(217, 145, 23, 0), rgba(217, 145, 23, 0.92), rgba(217, 145, 23, 0));
  transform: scaleX(0.62);
  transform-origin: center;
  animation: twsJobsBrandUnderlinePulse 4s ease-in-out infinite;
}
@keyframes twsJobsBrandFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}
@keyframes twsJobsBrandUnderlinePulse {
  0%, 100% { opacity: 0.4; transform: scaleX(0.52); }
  50% { opacity: 0.78; transform: scaleX(1); }
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.nav-call-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 7px 12px;
  border-radius: 13px;
  color: #fff !important;
  background: linear-gradient(135deg, #155b54, #2b8176);
  box-shadow: 0 7px 18px rgba(17, 77, 70, 0.2);
}
.nav-call-cta i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  color: #155b54;
  background: #ffe581;
}
.nav-call-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.nav-call-copy strong {
  color: #fff;
  font-size: 0.7rem;
}
.nav-call-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-legal-text {
  color: inherit;
  font-size: 0.76rem;
  opacity: 0.75;
}

.jobs-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 110px;
  background:
    linear-gradient(112deg, rgba(16, 58, 52, 0.98), rgba(22, 90, 80, 0.96)),
    radial-gradient(circle at 20% 20%, rgba(255, 193, 74, 0.32), transparent 32%);
}
.jobs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: radial-gradient(rgba(255,255,255,0.8) 0.8px, transparent 0.8px);
  background-size: 22px 22px;
}
.jobs-hero-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 190, 61, 0.42), rgba(255, 255, 255, 0.04));
  filter: blur(1px);
  pointer-events: none;
  will-change: transform, opacity;
}
.jobs-hero-orb-one {
  width: 360px;
  height: 360px;
  top: -180px;
  right: -80px;
  animation: jobsOrbDriftOne 10s ease-in-out infinite;
}
.jobs-hero-orb-two {
  width: 220px;
  height: 220px;
  bottom: -140px;
  left: 8%;
  animation: jobsOrbDriftTwo 8s ease-in-out infinite;
}
.jobs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 225, 153, 0.32);
  border-radius: 999px;
  color: #ffe5a7;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(5, 35, 31, 0.12);
  will-change: transform;
  animation: jobsKickerHover 3.4s ease-in-out infinite;
}
.jobs-kicker i {
  animation: jobsKickerSparkle 2.4s ease-in-out infinite;
}
@keyframes jobsOrbDriftOne {
  0%, 100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(1);
  }
  45% {
    opacity: 0.95;
    transform: translate3d(-34px, 25px, 0) scale(1.08);
  }
  72% {
    opacity: 0.78;
    transform: translate3d(-12px, 42px, 0) scale(1.03);
  }
}
@keyframes jobsOrbDriftTwo {
  0%, 100% {
    opacity: 0.68;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 0.92;
    transform: translate3d(30px, -34px, 0) scale(1.12);
  }
}
@keyframes jobsKickerHover {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 8px 24px rgba(5, 35, 31, 0.12);
  }
  50% {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(5, 35, 31, 0.2);
  }
}
@keyframes jobsKickerSparkle {
  0%, 100% { opacity: 0.75; transform: rotate(-8deg) scale(0.92); }
  50% { opacity: 1; transform: rotate(8deg) scale(1.12); }
}
.jobs-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.jobs-hero h1 span {
  color: #ffc553;
}
.jobs-hero p {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.8;
}
.jobs-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px 14px 22px;
  border-radius: 14px;
  color: #1a403a;
  background: #ffbe44;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  font-weight: 800;
}
.jobs-hero-cta i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.6);
}
.jobs-hero-cta:hover {
  color: #103a34;
  background: #ffd16e;
  transform: translateY(-2px);
}
.jobs-hero-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}
.jobs-hero-logo {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 104px;
  height: 104px;
}
.jobs-hero-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2));
}
.jobs-hero-card > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-right: 112px;
}
.jobs-hero-card > div span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.jobs-hero-card > div strong {
  margin-top: 3px;
  color: #ffcf70;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}
.jobs-hero-card ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.jobs-hero-card li {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.88rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.jobs-hero-card li:hover {
  border-color: rgba(255, 204, 103, 0.48);
  background: rgba(255, 204, 103, 0.1);
  transform: translateX(3px);
}
.jobs-hero-card li a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 14px;
  color: #fff;
}
.jobs-hero-card li a:hover {
  color: #fff;
}
.jobs-hero-card li:has(a:focus-visible) {
  border-color: #ffcc67;
  box-shadow: 0 0 0 3px rgba(255, 204, 103, 0.2);
}
.jobs-hero-card li i {
  width: 25px;
  color: #ffcc67;
  text-align: center;
}

.jobs-intro {
  padding: 90px 0;
  background: #fffaf4;
}
.jobs-section-heading {
  max-width: 700px;
  margin: 0 auto 44px;
}
.jobs-section-heading p {
  margin: 0;
  color: #777;
  line-height: 1.75;
}
.jobs-path-card {
  position: relative;
  height: 100%;
  padding: 28px;
  border: 1px solid #f1dfc8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(91, 55, 15, 0.07);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.jobs-path-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 175, 41, 0.55);
  box-shadow: 0 22px 52px rgba(91, 55, 15, 0.12);
}
.jobs-path-card.featured {
  border-color: rgba(35, 112, 101, 0.34);
  background: linear-gradient(180deg, #fff, #f2fbf8);
}
.jobs-path-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: #26766c;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.jobs-path-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 21px;
  border-radius: 18px;
  font-size: 1.25rem;
}
.jobs-path-icon.chef {
  color: #a45e00;
  background: #fff0cf;
}
.jobs-path-icon.office {
  color: #1b655c;
  background: #dcf4ef;
}
.jobs-path-icon.remote {
  color: #7445a5;
  background: #f0e7fb;
}
.jobs-path-card h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
  font-weight: 800;
}
.jobs-path-card p {
  min-height: 92px;
  margin-bottom: 18px;
  color: #777;
  font-size: 0.87rem;
  line-height: 1.7;
}
.jobs-path-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a45e00;
  font-size: 0.83rem;
  font-weight: 800;
}
.jobs-path-card.featured a {
  color: #1b655c;
}
.jobs-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
}
.jobs-path-card:has(.jobs-card-link:focus-visible) {
  border-color: #e79a1a;
  box-shadow: 0 0 0 4px rgba(231, 154, 26, 0.17), 0 22px 52px rgba(91, 55, 15, 0.12);
}

.job-application-section {
  padding: 96px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,238,0.98)),
    radial-gradient(circle at 12% 12%, #ffe6ba, transparent 32%);
}
.job-application-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.6fr);
  gap: 28px;
  align-items: start;
}
.job-application-aside {
  position: sticky;
  top: 105px;
  overflow: hidden;
  padding: 34px 30px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(150deg, #154e47, #0d342f);
  box-shadow: 0 20px 55px rgba(18, 72, 64, 0.2);
}
.job-application-aside::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 190, 68, 0.1);
}
.job-aside-label {
  color: #ffcd6d;
  font-family: "Dancing Script", cursive;
  font-size: 1.25rem;
}
.job-application-aside h2 {
  margin: 6px 0 14px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.1;
}
.job-application-aside > p {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.7;
}
.job-aside-point {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 19px;
}
.job-aside-point > i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #1a574f;
  background: #ffcd6d;
}
.job-aside-point div {
  display: flex;
  flex-direction: column;
}
.job-aside-point strong {
  margin: 1px 0 3px;
  color: #fff;
  font-size: 0.83rem;
}
.job-aside-point span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.73rem;
  line-height: 1.55;
}
.job-aside-note {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.7rem;
  line-height: 1.55;
}
.job-aside-note i {
  margin-right: 6px;
  color: #ffcd6d;
}
.job-form-card {
  padding: 34px;
  border: 1px solid #efdfcc;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(82, 53, 20, 0.11);
}
.job-form-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
.job-form-heading span {
  color: #bc7000;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.job-form-heading h2 {
  margin: 4px 0 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 900;
}
.job-step-count {
  flex: 0 0 auto;
  color: #999;
  font-size: 0.9rem;
}
.job-step-count strong {
  color: #e49312;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}
.job-progress {
  margin-bottom: 32px;
}
.job-progress-bar {
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: #f1e9df;
}
.job-progress-bar span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffb026, #25766c);
  transition: width 0.35s ease;
}
.job-progress ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}
.job-progress li {
  display: flex;
}
.job-progress li:nth-child(2) {
  justify-content: center;
}
.job-progress li:nth-child(3) {
  justify-content: flex-end;
}
.job-progress-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 13px 7px 8px;
  border: 1px solid #e8ded3;
  border-radius: 999px;
  color: #a39a91;
  background: #f7f2ec;
  box-shadow: 0 3px 9px rgba(67, 43, 17, 0.04);
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.job-progress-pill span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #999;
  background: #eee7df;
  font-size: 0.65rem;
}
.job-progress-pill:hover:not(:disabled) {
  color: #8f5500;
  border-color: #efb85f;
  background: #fff7e9;
  box-shadow: 0 6px 15px rgba(211, 126, 0, 0.1);
  transform: translateY(-1px);
}
.job-progress-pill.active {
  color: #fff;
  border-color: #df8a09;
  background: linear-gradient(135deg, #f0a018, #d97905);
  box-shadow: 0 7px 17px rgba(213, 119, 0, 0.2);
}
.job-progress-pill.active span {
  color: #9b5b00;
  background: #fff4db;
}
.job-progress-pill.complete {
  color: #785020;
  border-color: #f0c67c;
  background: #fff8eb;
}
.job-progress-pill.complete span {
  color: #fff;
  background: #e59415;
}
.job-progress-pill:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  animation: jobStepIn 0.35s ease both;
}
.no-js .form-step {
  display: block;
  margin-bottom: 42px;
}
@keyframes jobStepIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.form-step fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.form-step legend {
  margin-bottom: 5px;
  color: #26211d;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 800;
}
.field-help {
  margin-bottom: 22px;
  color: #999;
  font-size: 0.76rem;
}
.job-role-options {
  display: grid;
  gap: 13px;
}
.job-role-option {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px;
  border: 1.5px solid #eadfD2;
  border-radius: 17px;
  cursor: pointer;
  background: #fffdf9;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.job-role-option:hover {
  border-color: rgba(255, 175, 41, 0.65);
  transform: translateY(-2px);
}
.job-role-option:has(input:checked) {
  border-color: #eda326;
  background: #fffaf0;
  box-shadow: 0 8px 22px rgba(238, 161, 36, 0.14);
}
.job-role-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.job-role-option-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  color: #a86400;
  background: #ffedcb;
}
.job-role-option:nth-child(2) .job-role-option-icon {
  color: #1e675e;
  background: #ddf3ef;
}
.job-role-option:nth-child(3) .job-role-option-icon {
  color: #7445a5;
  background: #eee5f8;
}
.job-role-copy {
  display: flex;
  flex-direction: column;
}
.job-role-copy strong {
  color: #27201a;
  font-size: 0.95rem;
}
.job-role-copy small {
  margin-top: 3px;
  color: #8c837b;
  font-size: 0.73rem;
}
.job-role-check {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd0c2;
  border-radius: 50%;
  color: transparent;
  font-size: 0.57rem;
}
.job-role-option input:checked ~ .job-role-check {
  border-color: #e69a1c;
  color: #fff;
  background: #e69a1c;
}

.wfh-skill-selector {
  margin-top: 24px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  background: linear-gradient(145deg, #f7efe5, #eadcca);
  box-shadow: 10px 10px 23px rgba(121, 92, 61, 0.18), -9px -9px 21px rgba(255, 255, 255, 0.82);
}
.wfh-skill-selector[hidden] {
  display: none !important;
}
.wfh-skill-selector.is-visible {
  animation: jobStepIn 0.35s ease both;
}
.wfh-skill-heading {
  margin-bottom: 17px;
}
.wfh-skill-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #167066;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wfh-skill-eyebrow i {
  color: #dc850d;
}
.wfh-skill-heading h3 {
  margin: 0 0 7px;
  color: #2d241e;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
}
.wfh-skill-heading p {
  max-width: 650px;
  margin: 0;
  color: #766b62;
  font-size: 0.76rem;
  line-height: 1.65;
}
.wfh-skill-heading p strong {
  color: #4c4139;
}
.wfh-skill-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.wfh-skill-option {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 22px;
  gap: 11px;
  align-items: center;
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  background: #f3e8da;
  box-shadow: 5px 5px 11px rgba(121, 92, 61, 0.16), -4px -4px 10px rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.wfh-skill-option:hover {
  transform: translateY(-2px);
  box-shadow: 7px 8px 15px rgba(121, 92, 61, 0.2), -5px -5px 12px rgba(255, 255, 255, 0.8);
}
.wfh-skill-option:has(input:checked) {
  transform: translateY(1px);
  box-shadow: inset 5px 5px 11px rgba(121, 92, 61, 0.18), inset -4px -4px 10px rgba(255, 255, 255, 0.7);
}
.wfh-skill-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wfh-skill-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  color: #a65d04;
  background: #f4e5cf;
  box-shadow: inset 2px 2px 5px rgba(121, 92, 61, 0.14), inset -2px -2px 5px rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 800;
}
.wfh-skill-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.wfh-skill-copy strong {
  color: #312820;
  font-size: 0.77rem;
  line-height: 1.35;
}
.wfh-skill-copy small {
  margin-top: 4px;
  color: #80756c;
  font-size: 0.66rem;
  line-height: 1.45;
}
.wfh-skill-check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #d8c9b9;
  border-radius: 50%;
  color: transparent;
  font-size: 0.55rem;
}
.wfh-skill-option input:checked ~ .wfh-skill-number {
  color: #fff;
  background: linear-gradient(145deg, #268077, #12564f);
  box-shadow: 3px 3px 7px rgba(18, 86, 79, 0.2), inset 0 1px 0 rgba(224, 255, 249, 0.28);
}
.wfh-skill-option input:checked ~ .wfh-skill-check {
  border-color: #19665e;
  color: #fff;
  background: #19665e;
}
.wfh-skill-option input:focus-visible ~ .wfh-skill-check {
  outline: 3px solid rgba(225, 137, 20, 0.32);
  outline-offset: 3px;
}
.wfh-other-field {
  margin-top: 15px;
  padding: 16px;
  border-left: 4px solid #d9870d;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 3px 3px 8px rgba(121, 92, 61, 0.1);
}
.wfh-other-field[hidden] {
  display: none !important;
}
.wfh-skill-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}
.wfh-skill-actions .job-next-btn {
  min-width: 150px;
}
.wfh-skill-actions .job-next-btn:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  filter: grayscale(0.28);
  transform: none;
}
.job-label {
  display: block;
  margin-bottom: 7px;
  color: #484038;
  font-size: 0.75rem;
  font-weight: 700;
}
.job-label span {
  color: #aaa;
  font-weight: 500;
}
.job-control {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1.5px solid #e8ddd1;
  border-radius: 13px;
  color: #28221d;
  background: #fffdfa;
  font-family: "Poppins", sans-serif;
  font-size: 0.84rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.job-control:focus {
  border-color: #eaa126;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(234, 161, 38, 0.11);
}
.job-control:user-invalid {
  border-color: #d65d4a;
}
.job-textarea {
  min-height: 118px;
  resize: vertical;
  line-height: 1.65;
}
.field-counter {
  margin-top: 5px;
  color: #aaa;
  font-size: 0.65rem;
  text-align: right;
}
.job-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.job-radio-row label {
  position: relative;
  cursor: pointer;
}
.job-radio-row input {
  position: absolute;
  opacity: 0;
}
.job-radio-row label span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1.5px solid #e8ddd1;
  border-radius: 12px;
  color: #6e655d;
  background: #fffdfa;
  font-size: 0.75rem;
  font-weight: 700;
}
.job-radio-row input:checked + span {
  border-color: #e69a1c;
  color: #7f4a00;
  background: #fff2d7;
  box-shadow: 0 0 0 3px rgba(230, 154, 28, 0.09);
}
.job-check-row {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  align-items: start;
  cursor: pointer;
}
.job-check-row input {
  position: absolute;
  opacity: 0;
}
.job-check-row > span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1.5px solid #dccfC1;
  border-radius: 7px;
  color: transparent;
  font-size: 0.62rem;
}
.job-check-row input:checked + span {
  border-color: #e69a1c;
  color: #fff;
  background: #e69a1c;
}
.job-check-row small {
  color: #756c64;
  font-size: 0.72rem;
  line-height: 1.6;
}
.job-check-row small a {
  color: #9a5b00;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.job-check-row.consent {
  padding: 15px;
  border: 1px solid #eadfD2;
  border-radius: 14px;
  background: #fffaf1;
}
.role-specific-field {
  display: none;
}
.role-specific-field.is-visible {
  display: block;
}
.current-employment-field.is-muted {
  opacity: 0.48;
}
.job-file-drop {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 17px;
  border: 1.5px dashed #ddc9ad;
  border-radius: 16px;
  cursor: pointer;
  background: #fffcf6;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.job-file-drop:hover,
.job-file-drop.has-file {
  border-color: #e69a1c;
  background: #fff6e5;
}
.job-file-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.job-file-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  color: #a56000;
  background: #ffecc7;
  font-size: 1.1rem;
}
.job-file-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.job-file-copy strong {
  overflow: hidden;
  color: #37302a;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-file-copy small {
  margin-top: 3px;
  color: #999;
  font-size: 0.67rem;
}
.job-file-button {
  padding: 8px 11px;
  border: 1px solid #dfc7a6;
  border-radius: 10px;
  color: #925600;
  background: #fff;
  font-size: 0.69rem;
  font-weight: 800;
}
.job-file-error {
  min-height: 19px;
  margin-top: 6px;
  color: #bb4234;
  font-size: 0.7rem;
}
.job-form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #f0e8df;
}
.job-form-actions.end {
  justify-content: flex-end;
}
.job-next-btn,
.job-submit-btn,
.job-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 17px;
  border: 0;
  border-radius: 13px;
  font-family: "Poppins", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}
.job-next-btn,
.job-submit-btn {
  color: #fff;
  background: linear-gradient(135deg, #f0a322, #cc7600);
  box-shadow: 0 8px 19px rgba(204, 118, 0, 0.2);
}
.job-back-btn {
  color: #746a61;
  background: #f4eee8;
}
.job-next-btn:hover,
.job-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(204, 118, 0, 0.28);
}
.job-submit-btn[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}
.job-form-message {
  display: none;
  margin-top: 18px;
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 0.74rem;
  line-height: 1.55;
}
.job-form-message.is-visible {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.job-form-message.is-error {
  color: #96372b;
  background: #fff0ed;
  border: 1px solid #f3c7c0;
}
.job-form-message.is-warning {
  color: #805000;
  background: #fff7df;
  border: 1px solid #efd58e;
}
.job-success-panel {
  padding: 36px 14px 20px;
  text-align: center;
}
.job-success-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #31927f, #1a6559);
  box-shadow: 0 12px 28px rgba(26, 101, 89, 0.24);
  font-size: 1.65rem;
}
.job-success-panel > span {
  color: #25766c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.job-success-panel h2 {
  margin: 7px 0 10px;
  font-size: 2.3rem;
  font-weight: 900;
}
.job-success-panel p {
  max-width: 480px;
  margin: 0 auto 18px;
  color: #777;
  line-height: 1.7;
}
.job-application-id {
  display: inline-block;
  margin-bottom: 22px;
  padding: 10px 14px;
  border-radius: 11px;
  color: #766c63;
  background: #f7f1ea;
  font-size: 0.75rem;
}
.job-success-panel > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #9b5a00;
  font-size: 0.78rem;
  font-weight: 800;
}
.job-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.jobs-process {
  padding: 88px 0 100px;
  background: #fffaf4;
}
.jobs-process-card {
  position: relative;
  height: 100%;
  padding: 29px 26px;
  overflow: hidden;
  border: 1px solid #eee0ce;
  border-radius: 22px;
  background: #fff;
}
.jobs-process-card > span {
  position: absolute;
  top: -12px;
  right: 15px;
  color: rgba(255, 175, 41, 0.1);
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 900;
}
.jobs-process-card > i {
  position: relative;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: #9c5c00;
  background: #fff0d2;
}
.jobs-process-card h3 {
  position: relative;
  margin-bottom: 9px;
  font-size: 1.25rem;
  font-weight: 800;
}
.jobs-process-card p {
  position: relative;
  margin: 0;
  color: #81786f;
  font-size: 0.8rem;
  line-height: 1.7;
}

@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .nav-call-copy {
    display: none;
  }
  .nav-call-cta {
    min-width: 42px;
    padding: 7px;
  }
}
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 78px;
  }
  #nav .container {
    padding: 8px 20px;
  }
  #nav .navbar-brand {
    min-width: 0;
    max-width: calc(100% - 60px);
  }
  .blogo-img {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }
  .blogo-mini-text {
    min-width: 0;
  }
  .bname {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .bsub {
    overflow: hidden;
    font-size: 0.5rem;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #nav .navbar-toggler {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    color: #b56b00;
    background: #fff4df;
  }
  #navmenu {
    margin-top: 8px;
    padding: 10px 14px 16px;
    border: 1px solid #f2dfc4;
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(26, 26, 26, 0.08);
  }
  .navbar-nav .nav-link {
    min-height: 44px;
    padding: 10px 4px !important;
    border-bottom: 1px solid rgba(26, 26, 26, 0.055);
  }
  .nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    width: 100%;
    margin-top: 12px;
  }
  .nav-call-cta,
  .nav-actions .nav-cta {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    margin: 0 !important;
  }
  .nav-call-copy {
    display: flex;
  }
  .jobs-hero {
    padding: 80px 0;
  }
  .job-application-layout {
    grid-template-columns: 1fr;
  }
  .job-application-aside {
    position: relative;
    top: auto;
  }
}
@media (max-width: 767.98px) {
  #topbar {
    display: none;
  }
  #nav .container {
    padding: 8px 16px;
  }
  .blogo-img {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
  .bname {
    font-size: 1.03rem;
  }
  .bsub {
    font-size: 0.46rem;
  }
  #navmenu {
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
  }
  .nav-actions {
    grid-template-columns: 1fr;
  }
  .jobs-hero {
    padding: 62px 0 70px;
  }
  .jobs-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .jobs-hero p {
    font-size: 0.9rem;
  }
  .jobs-hero-card {
    padding: 24px 20px;
  }
  .jobs-hero-logo {
    top: 16px;
    right: 16px;
    width: 78px;
    height: 78px;
  }
  .jobs-hero-card > div:nth-child(2) {
    padding-right: 84px;
  }
  .jobs-intro,
  .job-application-section,
  .jobs-process {
    padding: 66px 0;
  }
  .job-application-aside,
  .job-form-card {
    padding: 24px 19px;
    border-radius: 21px;
  }
  .job-application-aside h2 {
    font-size: 1.85rem;
  }
  .job-form-heading {
    align-items: flex-start;
  }
  .job-form-heading h2 {
    font-size: 1.45rem;
  }
  .job-progress ol {
    gap: 7px;
  }
  .job-progress-pill {
    justify-content: center;
    width: 100%;
    min-height: 36px;
    padding: 6px 8px;
    font-size: 0.66rem;
  }
  .job-progress-pill span {
    width: 21px;
    height: 21px;
  }
  .job-role-option {
    grid-template-columns: 45px 1fr;
    padding: 14px;
  }
  .job-role-option-icon {
    width: 45px;
    height: 45px;
  }
  .wfh-skill-selector {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
  }
  .wfh-skill-options {
    grid-template-columns: 1fr;
  }
  .wfh-skill-option {
    min-height: 82px;
  }
  .wfh-skill-actions .job-next-btn {
    width: 100%;
  }
  .job-radio-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .job-radio-row label span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .job-file-drop {
    grid-template-columns: 46px 1fr;
  }
  .job-file-icon {
    width: 46px;
    height: 46px;
  }
  .job-file-button {
    grid-column: 1 / -1;
    text-align: center;
  }
  .job-form-actions {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
  }
  .job-form-actions.end {
    display: flex;
  }
  .job-next-btn,
  .job-submit-btn,
  .job-back-btn {
    width: 100%;
    padding: 11px 10px;
  }
  footer {
    padding-top: 48px;
  }
  footer .row {
    --bs-gutter-y: 2rem;
  }
  .flinks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 14px;
  }
  .flinks li {
    margin: 0;
  }
  .fbot .d-flex {
    display: grid !important;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-legal-links {
    justify-content: center;
  }
}
@media (max-width: 389.98px) {
  .bsub {
    display: none;
  }
  .job-radio-row {
    grid-template-columns: 1fr;
  }
  .flinks {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jobs-page .blogo-mini-text .bname,
  .jobs-page .blogo-mini-text .bname::after {
    animation: none !important;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
