.post-type-archive-eb_job .site-header--jobs,
.single-eb_job .site-header--jobs {
  position: absolute;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(4 11 16 / 0.78);
  color: #fff;
  backdrop-filter: blur(18px);
}

.post-type-archive-eb_job .site-header--jobs .primary-navigation a,
.single-eb_job .site-header--jobs .primary-navigation a,
.post-type-archive-eb_job .site-header--jobs .site-header__phone,
.single-eb_job .site-header--jobs .site-header__phone {
  color: rgb(255 255 255 / 0.82);
}

.post-type-archive-eb_job .site-header--jobs .primary-navigation a:hover,
.single-eb_job .site-header--jobs .primary-navigation a:hover,
.post-type-archive-eb_job .site-header--jobs .primary-navigation .is-current,
.single-eb_job .site-header--jobs .primary-navigation .is-current {
  color: #ef9a66;
}

.post-type-archive-eb_job .site-header--jobs .site-header__cta,
.single-eb_job .site-header--jobs .site-header__cta {
  border-color: #c46b3e;
  background: linear-gradient(145deg, #dd8451, #a9502a);
  color: #071017;
  box-shadow: inset 0 1px rgb(255 255 255 / 0.36), 0 0.8rem 2rem rgb(0 0 0 / 0.2);
}

.eb-jobs,
.eb-job-detail {
  overflow: hidden;
  background: #f2f0ec;
  color: #172027;
}

.eb-jobs__hero,
.eb-job-detail__hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgb(26 128 168 / 0.2), transparent 24rem),
    radial-gradient(circle at 13% 82%, rgb(197 101 52 / 0.15), transparent 30rem),
    linear-gradient(145deg, #02080d, #071923 58%, #06131b);
  color: #fff;
  isolation: isolate;
}

.eb-jobs__hero-grid,
.eb-job-detail__hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.12) 1px, transparent 1px);
  background-size: 5.4rem 5.4rem;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.eb-jobs__hero-layout,
.eb-job-detail__hero-layout {
  display: grid;
  min-height: clamp(48rem, 66vw, 61rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding-block: clamp(11rem, 17vw, 15rem) clamp(5rem, 9vw, 8rem);
}

.eb-jobs__hero .breadcrumbs,
.eb-job-detail__hero .breadcrumbs {
  width: auto;
  margin: 0 0 clamp(3rem, 7vw, 6rem);
  color: rgb(255 255 255 / 0.48);
  font-size: 0.72rem;
}

.eb-jobs__hero .breadcrumbs p,
.eb-job-detail__hero .breadcrumbs p {
  display: flex;
  gap: 0.7rem;
}

.eb-jobs__hero .breadcrumbs a,
.eb-job-detail__hero .breadcrumbs a {
  color: rgb(255 255 255 / 0.74);
}

.eb-jobs__hero .eyebrow,
.eb-job-detail__hero .eyebrow,
.eb-jobs__index .eyebrow,
.eb-jobs__culture .eyebrow,
.eb-job-detail__apply .eyebrow {
  color: #de8150;
}

.eb-jobs__hero h1,
.eb-job-detail__hero h1 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(3.7rem, 6.2vw, 7rem);
  font-weight: 480;
  letter-spacing: -0.066em;
  line-height: 0.93;
}

.eb-jobs__hero h1 span {
  display: block;
  color: #dd8150;
}

.eb-jobs__hero-layout > div > p:not(.eyebrow, .breadcrumbs),
.eb-job-detail__hero-layout > div > p:not(.eyebrow, .breadcrumbs) {
  max-width: 43rem;
  margin-top: 1.7rem;
  color: rgb(255 255 255 / 0.67);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.eb-jobs__hero .button,
.eb-job-detail__hero .button {
  margin-top: 2rem;
  border-radius: 0.18rem;
  background: linear-gradient(145deg, #e08a57, #b85a31);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.38), 0 1rem 2.6rem rgb(0 0 0 / 0.22);
}

.eb-jobs__hero aside,
.eb-job-detail__hero aside {
  padding: clamp(1.8rem, 3vw, 2.8rem);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-top-color: rgb(255 255 255 / 0.34);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.09), rgb(255 255 255 / 0.025)),
    rgb(3 12 18 / 0.58);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.08), 0 2rem 5rem rgb(0 0 0 / 0.24);
  backdrop-filter: blur(16px);
}

.eb-jobs__hero aside > span,
.eb-job-detail__hero aside > span {
  color: #de8150;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eb-jobs__hero aside > strong {
  display: block;
  margin-top: 1rem;
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 520;
  line-height: 1.25;
}

.eb-jobs__hero aside ul {
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid rgb(255 255 255 / 0.14);
  list-style: none;
}

.eb-jobs__hero aside li {
  padding: 0.9rem 0 0.9rem 1.5rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
  color: rgb(255 255 255 / 0.68);
  font-size: 0.8rem;
}

.eb-jobs__hero aside li::before {
  margin-left: -1.5rem;
  padding-right: 0.8rem;
  color: #de8150;
  content: "•";
}

.eb-jobs__index,
.eb-jobs__culture,
.eb-job-detail__content,
.eb-job-detail__apply {
  padding-block: clamp(6rem, 10vw, 10rem);
}

.eb-jobs__section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.55fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.eb-jobs__section-head h2,
.eb-jobs__culture h2,
.eb-job-detail__apply h2 {
  max-width: 15ch;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.eb-jobs__section-head > p {
  color: #657078;
}

.eb-jobs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.eb-jobs__card {
  min-width: 0;
}

.eb-jobs__card > a {
  position: relative;
  display: flex;
  min-height: 28rem;
  overflow: hidden;
  flex-direction: column;
  padding: clamp(1.8rem, 3.2vw, 3rem);
  border: 1px solid #d0cec9;
  border-top-color: #e7e4df;
  background:
    radial-gradient(circle at 94% 4%, rgb(196 103 57 / 0.11), transparent 13rem),
    linear-gradient(145deg, #fbfaf8, #ebe9e4);
  color: #172027;
  box-shadow: inset 0 1px #fff, 0 1.4rem 3.5rem rgb(12 25 33 / 0.08);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.eb-jobs__card > a::after {
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgb(190 95 47 / 0.2);
  border-radius: 50%;
  content: "";
}

.eb-jobs__card > a:hover {
  transform: translateY(-0.3rem);
  border-color: #bf693d;
  box-shadow: inset 0 1px #fff, 0 2rem 5rem rgb(12 25 33 / 0.14);
}

.eb-jobs__card-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.eb-jobs__card-top span,
.eb-jobs__card-top small {
  color: #b8582e;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eb-jobs__card h2 {
  max-width: 15ch;
  margin-top: clamp(3rem, 7vw, 5.5rem);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 1;
}

.eb-jobs__card p {
  max-width: 38rem;
  margin-top: 1.2rem;
  color: #657078;
}

.eb-jobs__card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: auto 0 0;
  padding: 2rem 0 0;
  list-style: none;
}

.eb-jobs__card li {
  padding: 0.4rem 0.65rem;
  border: 1px solid #cac6c0;
  color: #4f5b61;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.eb-jobs__card > a > strong {
  margin-top: 1.8rem;
  color: #b8582e;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eb-jobs__empty {
  max-width: 58rem;
  padding: clamp(2.5rem, 6vw, 5rem);
  border: 1px solid #cecbc5;
  background: linear-gradient(145deg, #fcfbf9, #eceae5);
  box-shadow: inset 0 1px #fff, 0 1.5rem 4rem rgb(9 25 34 / 0.08);
}

.eb-jobs__empty h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.eb-jobs__empty > p:last-child {
  max-width: 42rem;
  margin-top: 1rem;
  color: #657078;
}

.eb-jobs__culture {
  background:
    radial-gradient(circle at 88% 12%, rgb(0 139 197 / 0.14), transparent 28rem),
    #061018;
  color: #fff;
}

.eb-jobs__culture h2 {
  color: #fff;
}

.eb-jobs__culture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid rgb(255 255 255 / 0.17);
}

.eb-jobs__culture-grid article {
  min-height: 21rem;
  padding: 2.2rem clamp(1.5rem, 3vw, 2.7rem);
  border-left: 1px solid rgb(255 255 255 / 0.17);
}

.eb-jobs__culture-grid article:last-child {
  border-right: 1px solid rgb(255 255 255 / 0.17);
}

.eb-jobs__culture-grid span {
  color: #dd8150;
  font-size: 0.75rem;
  font-weight: 800;
}

.eb-jobs__culture-grid h3 {
  margin-top: 6rem;
  color: #fff;
  font-size: 1.35rem;
}

.eb-jobs__culture-grid p {
  margin-top: 0.8rem;
  color: rgb(255 255 255 / 0.55);
  font-size: 0.82rem;
}

.eb-job-detail__hero-layout > div {
  min-width: 0;
}

.eb-job-detail__closed {
  display: inline-flex;
  margin-top: 2rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgb(255 255 255 / 0.22);
  color: #fff;
}

.eb-job-detail__hero aside dl {
  margin: 1.6rem 0 0;
}

.eb-job-detail__hero aside dl > div {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgb(255 255 255 / 0.14);
}

.eb-job-detail__hero aside dt {
  color: rgb(255 255 255 / 0.48);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.eb-job-detail__hero aside dd {
  margin: 0;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 650;
}

.eb-job-detail__content {
  width: min(calc(100vw - 4rem), 58rem);
}

.eb-job-detail__content > * + * {
  margin-top: 1.2rem;
}

.eb-job-detail__content h2 {
  margin-top: clamp(3rem, 6vw, 5rem);
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 1;
}

.eb-job-detail__content h3 {
  margin-top: 2.5rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.eb-job-detail__content p,
.eb-job-detail__content li {
  color: #58656c;
  font-size: 1.03rem;
  line-height: 1.75;
}

.eb-job-detail__content ul,
.eb-job-detail__content ol {
  padding-left: 1.4rem;
}

.eb-job-detail__content li::marker {
  color: #bd6637;
}

.eb-job-detail__apply {
  background:
    radial-gradient(circle at 12% 110%, rgb(202 106 58 / 0.17), transparent 26rem),
    #07131b;
  color: #fff;
}

.eb-job-detail__apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.eb-job-detail__apply h2 {
  color: #fff;
}

.eb-job-detail__apply-layout > div:first-child > p:last-child {
  max-width: 40rem;
  margin-top: 1.5rem;
  color: rgb(255 255 255 / 0.58);
}

.eb-job-detail__apply-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eb-job-detail__apply-actions .button {
  border-radius: 0.18rem;
  background: linear-gradient(145deg, #e08a57, #b85a31);
}

.eb-job-detail__apply-actions > a:not(.button) {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgb(255 255 255 / 0.17);
  color: #fff;
  text-decoration: none;
}

.eb-job-detail__apply-actions > a span,
.eb-job-detail__apply-actions small {
  color: rgb(255 255 255 / 0.5);
}

.eb-job-detail__apply-actions small {
  margin-top: 1.5rem;
  line-height: 1.5;
}

.eb-job-detail__back {
  padding-block: 2.2rem;
}

.eb-job-detail__back a {
  color: #9f4e29;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 58rem) {
  .eb-jobs__hero-layout,
  .eb-job-detail__hero-layout,
  .eb-jobs__section-head,
  .eb-job-detail__apply-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .eb-jobs__hero-layout,
  .eb-job-detail__hero-layout {
    align-content: end;
  }

  .eb-jobs__hero aside,
  .eb-job-detail__hero aside {
    max-width: 36rem;
  }

  .eb-jobs__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 46rem) {
  .eb-jobs__hero-layout,
  .eb-job-detail__hero-layout {
    min-height: auto;
    padding-block: 9rem 4rem;
  }

  .eb-jobs__hero h1,
  .eb-job-detail__hero h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .eb-jobs__hero .button,
  .eb-job-detail__hero .button,
  .eb-job-detail__apply-actions .button {
    width: 100%;
  }

  .eb-jobs__culture-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .eb-jobs__culture-grid article,
  .eb-jobs__culture-grid article:last-child {
    min-height: auto;
    padding: 1.7rem 0;
    border-top: 1px solid rgb(255 255 255 / 0.17);
    border-right: 0;
    border-left: 0;
  }

  .eb-jobs__culture-grid h3 {
    margin-top: 2rem;
  }

  .eb-job-detail__content {
    width: min(calc(100vw - 2rem), 42rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eb-jobs__card > a {
    transition: none;
  }

  .eb-jobs__card > a:hover {
    transform: none;
  }
}

/* Founder-led employer presentation: only Jens and Kerstin are pictured. */
.eb-jobs__founders {
  overflow: hidden;
  padding: 0 !important;
}

.eb-jobs__founders-images,
.eb-job-detail__portraits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background:
    radial-gradient(circle at 50% 0%, rgb(26 128 168 / 0.22), transparent 70%),
    #07141d;
}

.eb-jobs__founders picture,
.eb-job-detail__portraits picture {
  min-width: 0;
}

.eb-jobs__founders img,
.eb-job-detail__portraits img {
  display: block;
  width: 100%;
  height: clamp(14rem, 25vw, 24rem);
  object-fit: cover;
  object-position: 50% 15%;
}

.eb-jobs__founders > span,
.eb-jobs__founders > strong,
.eb-jobs__founders > p {
  display: block;
  margin-inline: clamp(1.5rem, 3vw, 2.7rem);
}

.eb-jobs__founders > span {
  margin-top: 1.6rem;
}

.eb-jobs__founders > strong {
  margin-top: 0.65rem;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.18;
}

.eb-jobs__founders > p {
  margin-block: 0.9rem 2rem;
  color: rgb(255 255 255 / 0.58);
  font-size: 0.82rem;
}

.eb-jobs__card-salary {
  display: block;
  margin-top: 1rem;
  color: #394850;
  font-size: 0.75rem;
  font-weight: 700;
}

.eb-job-detail__hero-layout--people {
  grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.82fr);
  align-items: end;
}

.eb-job-detail__hero-copy {
  padding-bottom: 1rem;
}

.eb-job-detail__lead {
  max-width: 42rem !important;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem) !important;
  line-height: 1.65;
}

.eb-job-detail__people {
  overflow: hidden;
  padding: 0 !important;
}

.eb-job-detail__people-caption {
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border-top: 1px solid rgb(255 255 255 / 0.14);
}

.eb-job-detail__people-caption span {
  color: #de8150;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eb-job-detail__people-caption strong {
  display: block;
  margin-top: 0.65rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.eb-job-detail__people-caption p {
  margin-top: 0.75rem;
  color: rgb(255 255 255 / 0.57);
  font-size: 0.82rem;
}

.eb-job-detail__facts {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #c9c7c2;
  background:
    linear-gradient(120deg, rgb(255 255 255 / 0.7), transparent 35%),
    linear-gradient(145deg, #f8f7f4, #e4e2dd);
  box-shadow: inset 0 1px #fff, 0 1.5rem 4rem rgb(7 25 35 / 0.08);
}

.eb-job-detail__facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eb-job-detail__facts-grid > div {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  border-left: 1px solid #d0cec9;
}

.eb-job-detail__facts-grid > div:last-child {
  border-right: 1px solid #d0cec9;
}

.eb-job-detail__facts-grid span,
.eb-job-detail__aside dt {
  display: block;
  color: #a4512c;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eb-job-detail__facts-grid strong {
  display: block;
  margin-top: 0.5rem;
  color: #172027;
  font-size: clamp(0.88rem, 1.2vw, 1.05rem);
  line-height: 1.3;
}

.eb-job-detail__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.36fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  padding-block: clamp(6rem, 10vw, 10rem);
}

.eb-job-detail__main {
  min-width: 0;
}

.eb-job-detail__content {
  width: auto;
  padding: 0;
}

.eb-job-detail__content .eyebrow,
.eb-job-detail__section .eyebrow,
.eb-job-detail__aside .eyebrow {
  color: #b95f33;
}

.eb-job-detail__section {
  padding-block: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid #c9c7c1;
}

.eb-job-detail__section h2,
.eb-job-detail__aside h2 {
  max-width: 13ch;
  margin-top: 1rem;
  color: #132029;
  font-size: clamp(2.5rem, 4.4vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.eb-job-detail__checklist,
.eb-job-detail__profile ul,
.eb-job-detail__offer-grid {
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.eb-job-detail__checklist li {
  position: relative;
  padding: 1.2rem 1rem 1.2rem 2.8rem;
  border-top: 1px solid #d0cdc7;
  color: #4b5961;
  font-size: 1rem;
}

.eb-job-detail__checklist li::before {
  position: absolute;
  left: 0.35rem;
  color: #bd6437;
  content: "✓";
  font-weight: 800;
}

.eb-job-detail__profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.eb-job-detail__profile-grid > div {
  min-height: 22rem;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border: 1px solid #cac8c3;
  background:
    radial-gradient(circle at 100% 0%, rgb(194 96 49 / 0.12), transparent 12rem),
    linear-gradient(145deg, #fdfcf9, #e9e6e1);
  box-shadow: inset 0 1px #fff, 0 1.2rem 3rem rgb(12 29 38 / 0.07);
}

.eb-job-detail__profile-grid h3 {
  color: #17242c;
  font-size: 1.15rem;
}

.eb-job-detail__profile-grid li {
  padding: 0.85rem 0;
  border-top: 1px solid #d1cec8;
  color: #526068;
  font-size: 0.88rem;
}

.eb-job-detail__offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #c9c6c0;
  border-left: 1px solid #c9c6c0;
}

.eb-job-detail__offer-grid li {
  min-height: 9rem;
  padding: 1.5rem;
  border-right: 1px solid #c9c6c0;
  border-bottom: 1px solid #c9c6c0;
  background: rgb(255 255 255 / 0.33);
  color: #34434b;
  font-weight: 650;
}

.eb-job-detail__workday > p:last-child {
  max-width: 46rem;
  margin-top: 2rem;
  color: #526068;
  font-size: 1.03rem;
  line-height: 1.8;
}

.eb-job-detail__aside {
  position: sticky;
  top: 7rem;
  padding: clamp(1.8rem, 3vw, 2.7rem);
  border: 1px solid #273943;
  border-top-color: #59707c;
  background:
    radial-gradient(circle at 100% 0%, rgb(28 129 168 / 0.19), transparent 14rem),
    linear-gradient(145deg, #0b202b, #07141c);
  color: #fff;
  box-shadow: inset 0 1px rgb(255 255 255 / 0.09), 0 2rem 5rem rgb(6 21 29 / 0.2);
}

.eb-job-detail__aside h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
}

.eb-job-detail__aside > p:not(.eyebrow) {
  margin-top: 1rem;
  color: rgb(255 255 255 / 0.58);
  font-size: 0.85rem;
}

.eb-job-detail__aside .button {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 0.15rem;
  background: linear-gradient(145deg, #e08a57, #b85a31);
}

.eb-job-detail__phone {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding-block: 1rem;
  border-top: 1px solid rgb(255 255 255 / 0.15);
  border-bottom: 1px solid rgb(255 255 255 / 0.15);
  color: #fff;
  text-decoration: none;
}

.eb-job-detail__phone span {
  color: rgb(255 255 255 / 0.5);
  font-size: 0.75rem;
}

.eb-job-detail__aside dl {
  margin: 1.8rem 0 0;
}

.eb-job-detail__aside dl > div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.8rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgb(255 255 255 / 0.12);
}

.eb-job-detail__aside dd {
  margin: 0;
  color: rgb(255 255 255 / 0.8);
  font-size: 0.78rem;
}

.eb-job-detail__aside small {
  display: block;
  margin-top: 1.5rem;
  color: rgb(255 255 255 / 0.42);
  line-height: 1.55;
}

.eb-job-detail__aside a,
.eb-job-detail__apply small a {
  color: #ef9b68;
}

@media (max-width: 68rem) {
  .eb-job-detail__hero-layout--people,
  .eb-job-detail__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .eb-job-detail__people {
    max-width: 42rem !important;
  }

  .eb-job-detail__aside {
    position: static;
    max-width: 42rem;
  }
}

@media (max-width: 46rem) {
  .eb-job-detail__facts-grid,
  .eb-job-detail__profile-grid,
  .eb-job-detail__offer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .eb-job-detail__facts-grid > div,
  .eb-job-detail__facts-grid > div:last-child {
    border-right: 1px solid #d0cec9;
    border-bottom: 1px solid #d0cec9;
  }

  .eb-job-detail__portraits img,
  .eb-jobs__founders img {
    height: 14rem;
  }

  .eb-job-detail__profile-grid > div {
    min-height: auto;
  }
}
