/* Shared careers job-detail styles */
.page-jobs-body { background: #fff; }
.job-subnav {
  position: sticky;
  top: var(--header-h, 64px);
  z-index: 95;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eaeaea;
}
.job-subnav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.job-subnav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.25rem;
}
.job-subnav__links a {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
}
.job-subnav__links a:hover { color: #F25C54; }
.job-subnav__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.1rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: #f5e6d8;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, transform 0.15s ease;
}
.job-subnav__cta:hover { background: #edd9c5; transform: translateY(-1px); }
.page-jobs { padding: 0 0 2rem; }
.job-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #666;
  text-decoration: none;
  padding: 0.75rem 1.25rem 0;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.job-back:hover { color: #82AD49; }
.job-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2.5rem;
}
.job-detail__eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F25C54;
  margin: 0 0 0.65rem;
}
.job-detail__title {
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #0a0a0a;
  margin: 0 0 1rem;
}
.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin: 0 0 1.25rem;
}
.job-meta__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #333;
}
.job-prr {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
}
.job-prr img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}
.job-prr__caption {
  margin: 0.65rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #555;
}
.job-share {
  margin: 0 0 1.75rem;
}
.job-share__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 0.55rem;
}
.job-share__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.job-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.45rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}
.job-share__btn:hover { border-color: #bbb; background: #fafafa; }
.job-share__btn.is-copied { border-color: #82AD49; color: #3d6b1a; }
.job-detail-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .job-detail-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 2.5rem;
  }
}
.job-body h2 {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
  margin: 2rem 0 0.75rem;
}
.job-body h2:first-child { margin-top: 0; }
.job-body p {
  font-size: 1rem;
  line-height: 1.65;
  color: #444;
  margin: 0 0 1rem;
}
.job-body ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: #444;
}
.job-body li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.45rem;
}
.job-aside {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .job-aside { position: sticky; top: calc(var(--header-h, 64px) + 4.5rem); }
}
.job-card {
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
  background: #fafafa;
}
.job-card h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  color: #111;
}
.job-card p,
.job-card address {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #444;
  margin: 0 0 0.75rem;
  font-style: normal;
}
.job-card a.map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0b57d0;
  text-decoration: none;
}
.job-card a.map-link:hover { text-decoration: underline; }
.job-card a.map-link svg { width: 16px; height: 16px; flex-shrink: 0; }
.job-map {
  margin-top: 0.85rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  aspect-ratio: 16 / 11;
  background: #eee;
}
.job-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.job-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1.35rem;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, transform 0.15s ease;
  box-sizing: border-box;
}
.job-btn-dark:hover { background: #333; transform: translateY(-1px); }
.job-btn-dark:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}
.job-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.55rem;
  padding: 0.75rem 1.35rem;
  background: #fff;
  color: #1a1a1a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.job-btn-light:hover { border-color: #bbb; }
.job-ai {
  margin-top: 2.25rem;
  padding: 1.35rem 1.25rem;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fff;
}
.job-ai h2 {
  margin-top: 0;
}
.job-ai__notice {
  padding: 0.85rem 1rem;
  background: #fff8f0;
  border: 1px solid #f0e0cc;
  border-radius: 10px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #333;
  margin: 0 0 1rem;
}
.job-ai__privacy h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #111;
}
.job-ai__privacy p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #444;
  margin: 0 0 1rem;
}
.job-ai__consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #222;
}
.job-ai__consent input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
}
.job-ai__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.job-ai__actions .job-btn-dark,
.job-ai__actions .job-btn-light {
  width: auto;
  margin-top: 0;
  min-width: min(100%, 220px);
}
.job-ai__alt {
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.job-ai__alt h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  margin: 0 0 0.45rem;
}
.job-ai__alt p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #444;
  margin: 0;
}
.job-ai__frame-wrap {
  margin-top: 1rem;
  width: 100%;
  max-width: 450px;
}
.job-ai__frame-wrap iframe {
  width: 100%;
  max-width: 450px;
  height: 650px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #f7f7f7;
  display: block;
}
@media (max-width: 520px) {
  .job-ai__frame-wrap iframe {
    height: min(650px, 85vh);
  }
}
.job-strip {
  border-top: 1px solid #eaeaea;
  padding: 2rem 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.job-strip__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.job-strip__logo { font-weight: 800; font-size: 1rem; color: #111; }
.job-strip__logo em { font-style: normal; color: #F25C54; }
.job-strip__email { font-size: 0.9375rem; font-weight: 600; }
.job-strip__email a { color: #0b57d0; text-decoration: none; }
.job-strip__email a:hover { text-decoration: underline; }
.job-strip__legal {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #888;
}
.job-strip__legal a { color: #666; text-decoration: none; }
.job-strip__legal a:hover { text-decoration: underline; }
