/* Jobs list and jobs modal styles. */
/* ===== Jobs list page ===== */
.page-jobs {
  background: #fff;
  overflow-x: hidden;
}
.jobs-hero {
  padding-top: 7.5rem;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.jobs-hero img {
  display: block;
  width: 100%;
  height: auto;
}
.jobs-search-band {
  position: relative;
  height: 6.375rem;
  width: min(120rem, 100%);
  margin: 0 auto;
  background: #fff;
}
.jobs-search {
  position: absolute;
  left: 50%;
  top: -2.125rem;
  z-index: 2;
  width: 63.4375rem;
  height: 4.25rem;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.4375rem 0.375rem 2.125rem;
  border-radius: 62.4375rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.625rem rgba(31, 35, 41, .12);
  transform: translateX(-50%);
}
.jobs-search-icon {
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.jobs-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #555c65;
  font: inherit;
  font-size: 1.5rem;
  line-height: 4.25rem;
  background: transparent;
}
.jobs-search input::-webkit-search-decoration,
.jobs-search input::-webkit-search-cancel-button,
.jobs-search input::-webkit-search-results-button,
.jobs-search input::-webkit-search-results-decoration {
  appearance: none;
}
.jobs-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  min-width: 7.375rem;
  padding: 0 1.125rem;
  border: 0;
  border-radius: 62.4375rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  background: #050505;
  cursor: pointer;
}
.jobs-board {
  width: min(97.25rem, calc(100% - clamp(2.5rem, 6vw, 7.5rem)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16.25rem, 26.875rem) minmax(0, 66.875rem);
  align-items: start;
  justify-content: center;
  gap: clamp(1.75rem, 3vw, 3.5rem);
  padding: 0 0 50px;
}
.jobs-filter {
  min-width: 0;
  padding-right: 1.875rem;
  border-right: 1px solid #d9d9d9;
}
.jobs-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  min-height: 1.9375rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.jobs-filter-head strong,
.jobs-filter-group h2 {
  color: #535860;
  font-size: 1.5rem;
  font-weight: 900;
}
.jobs-filter-head a {
  color: #8f949b;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}
.jobs-filter-group {
  padding: 2.125rem 0 1.875rem;
  border-bottom: 1px solid #d9d9d9;
}
.jobs-filter-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.jobs-filter-group h2 {
  margin: 0 0 1.375rem;
  line-height: 1.25;
}
.jobs-filter label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 1.5rem;
  margin: 0 0 1.125rem;
  color: #8a9098;
  font-size: 1.5rem;
  line-height: 1.35;
  text-align: left;
  overflow-wrap: anywhere;
}
.jobs-filter label:last-child {
  margin-bottom: 0;
}
.jobs-filter input {
  appearance: none;
  flex: 0 0 1.0625rem;
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0;
  border: 1px solid #b6bcc4;
  background: #fff;
}
.jobs-filter input:checked {
  border-color: #ff9b55;
  background:
    linear-gradient(135deg, transparent 0 42%, #fff 42% 58%, transparent 58%),
    #ff9b55;
}
.jobs-content {
  min-width: 0;
  padding-left: 0;
}
.jobs-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 1.9375rem;
  margin-bottom: 1.125rem;
}
.jobs-content h1 {
  margin: 0;
  color: #535860;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.2;
}
.jobs-results-head p {
  margin: 0.5rem 0 0;
  color: #8a9098;
  font-size: 0.9375rem;
}
.jobs-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.375rem;
}
.jobs-filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.125rem;
  padding: 0 0.875rem;
  border-radius: 62.4375rem;
  background: #fff3e6;
  color: #da7d1f;
  font-size: 0.8125rem;
  font-weight: 700;
}
.jobs-filter-chip--muted {
  background: #f3f5f7;
  color: #818892;
}
.jobs-list {
  display: grid;
  gap: 1.5rem;
}
.jobs-item {
  min-height: 11.125rem;
  padding: 1.625rem 2rem 1.75rem;
  margin-left: -2rem;
  color: #6e747d;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow .18s ease, transform .18s ease;
}
.jobs-item:hover,
.jobs-item:focus-visible,
.jobs-item--active {
  background: #fff;
  box-shadow: 0 0.5625rem 1.75rem rgba(31, 35, 41, .12);
  outline: 0;
}
.jobs-item:hover {
  transform: translateY(-2px);
}
.jobs-item--orange {
  border-left: 0.3125rem solid #ff9b55;
}
.jobs-item--blue {
  border-left: 0.3125rem solid #76a8e4;
}
.jobs-item--green {
  border-left: 0.3125rem solid #52b788;
}
.jobs-item-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1.5rem;
}
.jobs-item-type {
  margin: 0 0 0.5rem;
  color: #ff9b55;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.jobs-item h2 {
  margin: 0 0 0.75rem;
  color: #535860;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
}
.jobs-item h2 a {
  color: inherit;
}
.jobs-item-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 62.4375rem;
  border: 1px solid #ffbd86;
  color: #e07f25;
  font-size: 0.875rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.jobs-item-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.625rem 1.125rem rgba(255, 155, 85, .16);
}
.jobs-meta {
  margin: 0 0 1.125rem;
  color: #8a9098;
  font-size: 1.125rem;
  line-height: 1.5;
}
.jobs-meta span {
  margin: 0 0.6875rem;
  color: #c3c6cb;
}
.jobs-summary {
  margin: 0;
  color: #69707a;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.jobs-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.125rem;
}
.jobs-tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.875rem;
  padding: 0 0.75rem;
  border-radius: 62.4375rem;
  background: #f5f7fa;
  color: #6f7780;
  font-size: 0.75rem;
  font-weight: 700;
}
.jobs-empty {
  min-height: 23.75rem;
  display: grid;
  align-content: center;
  padding: 3rem 2.25rem;
  border-radius: 0.5rem;
  text-align: center;
  background: #f8fafc;
  color: #707882;
}
.jobs-empty[hidden] {
  display: none;
}
.jobs-empty h2 {
  margin: 0 0 0.625rem;
  color: #505862;
  font-size: 1.5rem;
}
.jobs-empty p {
  margin: 0;
}
.jobs-item ol {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  color: #6e747d;
  font-size: 1.125rem;
  line-height: 1.7;
}
.jobs-item--page-two {
  display: none;
}
.jobs-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  margin-top: 3.5rem;
  padding-right: 0;
}
.jobs-pagination a {
  color: #8d9299;
  font-size: 1.25rem;
  font-weight: 800;
}
.jobs-pagination a.active {
  color: #4e535a;
}

.modal-lock {
  overflow: hidden;
}
.jobs-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}
.jobs-modal.open {
  display: flex;
}
.jobs-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(4px);
}
.jobs-modal-card {
  position: relative;
  z-index: 1;
  width: min(61.25rem, calc(100vw - 5.5rem));
  max-height: none;
  padding: 0;
  overflow: visible;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 1.25rem 3.75rem rgba(31, 35, 41, .16);
}
.jobs-modal-inner {
  width: 100%;
  min-height: 0;
  padding: 3.625rem min(7.5rem, 10vw) 3.75rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #6e747d;
}
.jobs-modal-close {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  z-index: 2;
  width: 2.125rem;
  height: 2.125rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #8a9098;
  background: rgba(255, 255, 255, .8);
  font-size: 1.625rem;
  line-height: 1;
  cursor: pointer;
}
.jobs-modal-close:hover {
  color: #ff9b55;
}
.jobs-modal h2 {
  margin: 0 0 0.875rem;
  color: #535860;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.18;
}
.jobs-modal-meta {
  margin: 0 0 1.5rem;
  color: #8a9098;
  font-size: 1.125rem;
}
.jobs-modal section {
  margin-top: 3rem;
}
.jobs-modal h3 {
  position: relative;
  margin: 0 0 1rem;
  color: #535860;
  font-size: 1.5rem;
  font-weight: 900;
}
.jobs-modal h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.25rem;
  height: 1.125rem;
  border-radius: 2px;
  background: #ff9b55;
}
.jobs-modal-title-img {
  padding-left: 0;
}
.jobs-modal-title-img::before {
  display: none;
}
.jobs-modal-title-img img {
  display: block;
  width: 101px;
  height: 21px;
  object-fit: contain;
}
.jobs-modal ol {
  display: grid;
  gap: 0.5625rem;
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  color: #6e747d;
  font-size: 1.125rem;
  line-height: 1.55;
}
.jobs-modal-apply {
  width: 235px;
  height: 89px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  box-shadow: none;
  cursor: pointer;
}
.jobs-modal-apply img {
  display: block;
  width: 235px;
  height: 89px;
  object-fit: contain;
}
.jobs-modal-apply:hover {
  transform: translateY(-1px);
}
.jobs-modal-apply-info {
  margin-top: 1.75rem;
  color: #535860;
}
.jobs-modal-apply-info p {
  margin: 0 0 1.5rem;
  color: #6e747d;
  font-size: 1.125rem;
  line-height: 1.6;
}
.jobs-modal-apply-info a {
  color: #535860;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
