/* ── Careers ─────────────────────────────────────────────────────────── */

.r-careers-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px 28px 0;
  text-align: center;
}

.r-careers-hero__h1 {
  margin: 10px 0 0;
  font-family: var(--r-display);
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--r-ink);
}

.r-careers-hero__sub {
  margin: 20px auto 0;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--r-muted);
}

.r-careers-section {
  max-width: 820px;
  padding-top: 40px;
}

.r-role {
  background: var(--r-surface, #fff);
  border: 1px solid var(--r-line);
  border-radius: 16px;
  padding: 36px;
}

.r-role__badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--r-green);
  color: #fff;
  font-family: var(--r-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.r-role__title {
  margin: 18px 0 0;
  font-family: var(--r-display);
  font-size: 30px;
  line-height: 1.2;
  color: var(--r-ink);
}

.r-role__title-note {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  color: var(--r-muted);
}

.r-role__body {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--r-ink-2, var(--r-muted));
}

.r-role__subhead {
  margin: 32px 0 0;
  font-family: var(--r-display);
  font-size: 20px;
  color: var(--r-ink);
}

.r-role__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.r-role__list li {
  position: relative;
  padding-left: 30px;
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--r-ink-2, var(--r-muted));
}

.r-role__list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 6px;
  height: 11px;
  border: solid var(--r-green);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.r-role__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.r-role__note {
  margin: 22px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--r-muted);
}

@media (max-width: 640px) {
  .r-careers-hero {
    padding: 48px 18px 0;
  }

  .r-role {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .r-role__title {
    font-size: 25px;
  }

  .r-role__actions .r-btn {
    width: 100%;
    justify-content: center;
  }
}
