.job-page {
  color: var(--ink);
  background: #f5f5f7;
}

.job-hero {
  padding: 112px 0 68px;
  color: var(--paper);
  background: #171820;
}

.job-hero .container {
  max-width: 1040px;
  text-align: center;
}

.job-hero .eyebrow {
  text-align: center;
}

.job-hero h1 {
  max-width: 560px;
  margin: 0 auto 24px;
  font-size: clamp(40px, 5vw, 52px);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: 0;
}

.job-hero .lead {
  max-width: 820px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.8;
}

.job-main {
  padding: 76px 0 112px;
  background: #f5f5f7;
}

.job-card {
  width: min(1288px, 100%);
  margin: 0 auto;
  padding: 40px 46px;
  border: 1px solid #e0deda;
  border-radius: 4px;
  background: #fbffff;
}

.job-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 56px;
}

.job-summary h2 {
  margin: 0 0 8px;
  color: #171820;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.job-summary p {
  margin: 0;
  color: #171820;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 338px;
  min-height: 62px;
  padding: 0 28px;
  color: var(--paper);
  background: var(--blue);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.apply-button:hover,
.apply-button:focus-visible {
  background: #0a65cc;
}

.job-content {
  display: grid;
}

.job-section {
  display: grid;
  gap: 22px;
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #928c97;
}

.job-section:first-child {
  padding-bottom: 0;
  margin-bottom: 34px;
  border-bottom: 0;
}

.job-section:last-of-type {
  margin-bottom: 40px;
}

.job-section h2 {
  margin: 0;
  color: #928c97;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.job-section h3 {
  margin: 0;
  color: #171820;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.job-section p {
  margin: 0;
  color: #171820;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.job-section p span {
  color: #928c97;
}

.job-section a {
  color: var(--blue);
  font-weight: 600;
}

.job-list {
  display: grid;
  gap: 7px;
  margin: 8px 0 0;
  padding-left: 22px;
  color: #171820;
  font-size: 16px;
  line-height: 1.5;
}

.work-preview {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .job-hero {
    padding-top: 76px;
  }

  .job-hero .container {
    text-align: left;
  }

  .job-hero .eyebrow {
    text-align: left;
  }

  .job-card {
    padding: 28px 22px;
  }

  .job-summary {
    grid-template-columns: 1fr;
  }

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