/* Shared by the careers landing and employee interviews. */
.career-contact {
  --cta-gold: #a47c3c;
  --cta-ink: #171817;
  color: var(--cta-ink);
  background: linear-gradient(#f5f2eee6, #f5f2eee6), url('images/paper.webp') center / 640px;
  border-top: 1px solid #bcae9760;
}
.career-contact__panels {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 29.2% 38.4% 32.4%;
  min-height: clamp(490px, 45.4vw, 720px);
}
.career-contact__panels::before {
  content: '';
  position: absolute;
  inset: 0 0 0 50%;
  z-index: -1;
  background: linear-gradient(#191a19e6, #191a19e6), url('images/black-texture.webp') center / 640px;
}
.career-contact__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 54px 10%;
  text-align: center;
}
.career-contact__panel--recruit { grid-column: 1; }
.career-contact__panel--partner { grid-column: 3; color: #f8f5f0; }
.career-contact__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: clamp(260px, 22.5vw, 324px);
}
.career-contact__icon { flex: 0 0 auto; width: clamp(60px, 5.4vw, 78px); height: clamp(60px, 5.4vw, 78px); margin-bottom: 12px; object-fit: contain; }
.career-contact__panel h3 {
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 2.78vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .045em;
}
.career-contact__panel h3 span { display: block; }
.career-contact__panel p { margin: auto 0 0; font-size: clamp(1rem, 1.53vw, 1.375rem); line-height: 1.9; letter-spacing: .025em; }
.career-contact__photo {
  position: absolute;
  inset: 0 auto 0 29.2%;
  width: 38.4%;
  height: 100%;
  overflow: hidden;
  clip-path: ellipse(50% 61% at 50% 50%);
}
.career-contact__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transform: scale(1.16); transform-origin: 50% 70%; }
.career-contact__photo--secondary { display: none; }
.career-contact .career-contact__button {
  --paint-base-fill: #151714;
  --paint-fill: var(--gold-bright);
  --paint-ink: #151714;
  --paint-arrow-fill: var(--gold-bright);
  --paint-arrow-ink: #151714;
  --paint-arrow-over-fill: #151714;
  --paint-arrow-over-ink: var(--gold-bright);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  max-width: 312px;
  min-height: 60px;
  margin-top: 34px;
  padding: 13px 26px;
  border: 1px solid var(--gold-bright);
  border-radius: 100px;
  color: var(--gold-bright);
  background: var(--paint-base-fill);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-align: center;
  text-wrap: balance;
}
.career-contact__phone { padding: clamp(40px, 4.6vw, 66px) 2.7%; border-top: 1px solid #bcae9760; text-align: center; }
.career-contact__phone-row { display: flex; align-items: center; gap: clamp(20px, 3.2vw, 46px); }
.career-contact__phone-row::before,
.career-contact__phone-row::after { content: ''; flex: 1 1 0; height: 1px; background: var(--cta-gold); opacity: .75; }
.career-contact__phone-link { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 28px; color: #111; font: clamp(2.25rem, 4.6vw, 4.125rem)/1.2 Georgia, serif; letter-spacing: .055em; text-decoration: none; transition: color .3s; }
.career-contact__phone-link svg { flex-shrink: 0; width: clamp(32px, 3.4vw, 48px); height: clamp(32px, 3.4vw, 48px); color: var(--cta-gold); }
.career-contact__phone-link:hover { color: var(--cta-gold); text-decoration: none; }
.career-contact__phone p { margin: 12px 0 0; font-size: clamp(.875rem, 1.65vw, 1.5rem); font-weight: 500; line-height: 1.7; letter-spacing: .025em; }
.career-contact__phone .career-contact__phone-label { margin: 0 0 14px; font-size: clamp(.875rem, 1.25vw, 1.125rem); }

@media (min-width: 900px) and (max-width: 1099px) {
  .career-contact__panel { padding-inline: 5%; }
  .career-contact .career-contact__button { gap: 14px; padding-inline: 18px; }
}

/* The supplied SP design repeats the scene within each independent entry panel. */
@media (max-width: 899px) {
  .career-contact__panels { display: block; min-height: 0; }
  .career-contact__panels::before { content: none; }
  .career-contact__panel { padding: 20px 8% 16px; }
  .career-contact__panel--partner { padding-inline: 13.5%; background: linear-gradient(#191a19e6, #191a19e6), url('images/black-texture.webp') center / 640px; }
  .career-contact__intro { min-height: 0; max-width: 520px; }
  .career-contact__icon { width: 60px; height: 60px; margin-bottom: 4px; }
  .career-contact__panel h3 { margin-bottom: 8px; font-size: clamp(1.25rem, 5.65vw, 1.625rem); line-height: 1.5; letter-spacing: .025em; }
  .career-contact__panel h3 span { display: inline; }
  .career-contact__panel p { margin: 0; font-size: .875rem; line-height: 1.6; }
  .career-contact__photo,
  .career-contact__photo--secondary { position: static; display: block; width: 100%; max-width: 440px; height: auto; aspect-ratio: 1.45; margin-top: 12px; border-radius: 50% 50% 0 0 / 40% 40% 0 0; clip-path: none; }
  .career-contact__photo img { transform: scale(1.3); transform-origin: 52% 60%; }
  .career-contact .career-contact__button { max-width: 440px; margin-top: 12px; }
  .career-contact__phone { padding: 32px 6.5%; }
  .career-contact__phone::before,
  .career-contact__phone::after { content: ''; display: block; height: 1px; background: var(--cta-gold); opacity: .75; }
  .career-contact__phone::before { margin-bottom: 18px; }
  .career-contact__phone::after { margin-top: 24px; }
  .career-contact__phone-row { display: block; }
  .career-contact__phone-row::before,
  .career-contact__phone-row::after { content: none; }
  .career-contact__phone-link { flex-direction: row; gap: 10px; font-size: clamp(1.625rem, 8.5vw, 2.125rem); letter-spacing: .035em; }
  .career-contact__phone-link svg { width: 34px; height: 34px; }
  .career-contact__phone p { margin-top: 8px; font-size: .75rem; letter-spacing: 0; line-height: 1.7; }
  .career-contact__phone .career-contact__phone-label { margin: 0 0 12px; font-size: .875rem; }
}
@media (max-width: 699px) {
  .career-contact .career-contact__button { font-size: 1rem; min-height: 54px; gap: 14px; padding: 12px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .career-contact__phone-link { transition: none; }
}
