:root {
  --orange: #B35000; --orange-dk: #9E4800; --orange-lt: #FEF3EC;
  --slate: #1B2A3B; --charcoal: #111;
  --white: #fff; --warm: #F5F1EC; --border: #E2DDD8;
  --text: #1A1A1A; --muted: #6B6560; --subtle: #9B9590;
  --font: 'Inter', -apple-system, sans-serif;
  --max: 1160px; --r: 10px; --r-lg: 16px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }

/* ── Hero ── */
.careers-hero {
  background: linear-gradient(155deg, #111 0%, #1B2A3B 55%, #111 100%);
  padding: 4.5rem 0 4rem;
  position: relative; overflow: hidden;
}
.careers-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 100% at 90% 50%, rgba(191,87,0,0.18) 0%, transparent 65%),
              radial-gradient(ellipse 40% 60% at 5% 80%, rgba(191,87,0,0.08) 0%, transparent 55%);
  pointer-events: none;
}
.hero-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 3rem;
  display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-eyebrow {
  display: inline-flex; align-items: center;
  background: rgba(191,87,0,0.2); border: 1px solid rgba(191,87,0,0.35);
  color: #f9a875; padding: 0.35rem 0.9rem; border-radius: 20px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.07em;
  text-transform: uppercase; margin-bottom: 1.25rem;
}
.hero-title {
  font-size: 3rem; font-weight: 800; color: #fff;
  line-height: 1.06; letter-spacing: -0.03em; margin-bottom: 1.1rem;
}
.hero-title span { color: #f9a875; }
.hero-desc {
  font-size: 1.05rem; color: rgba(255,255,255,0.76);
  line-height: 1.72; max-width: 620px;
}

.btn-primary-hero {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--orange); color: #fff;
  padding: 0.85rem 1.5rem; border-radius: 8px;
  font-size: 0.9rem; font-weight: 700; text-decoration: none;
}
.btn-primary-hero:hover { background: var(--orange-dk); }
.btn-outline-hero {
  display: inline-flex; align-items: center; gap: 0.4rem;
  border: 1.5px solid rgba(255,255,255,0.28); color: rgba(255,255,255,0.82);
  padding: 0.85rem 1.5rem; border-radius: 8px;
  font-size: 0.9rem; font-weight: 600; text-decoration: none;
}
.btn-outline-hero:hover { border-color: rgba(255,255,255,0.6); color: #fff; }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 1.75rem; }
.hero-stat-cluster {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem;
}
.hero-stat-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-lg); padding: 1.25rem;
  text-align: center;
}
.stat-val { font-size: 1.8rem; font-weight: 900; color: #fff; line-height: 1; }
.stat-label { font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.5); margin-top: 0.35rem; letter-spacing: 0.04em; text-transform: uppercase; }

/* ── Shared layout ── */
.section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.6rem; }
.why-inner, .roles-inner, .benefits-inner, .process-inner { max-width: var(--max); margin: 0 auto; padding: 0 3rem; }

/* ── Why section ── */
.why-section { padding: 5rem 0; background: var(--white); }
.why-section h2 { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 0.75rem; }
.why-sub { font-size: 1rem; color: var(--muted); line-height: 1.7; max-width: 720px; margin-bottom: 3rem; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.25rem; }
.why-card { background: var(--warm); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.75rem; }
.why-icon { font-size: 1.5rem; display: block; margin-bottom: 0.85rem; }
.why-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 0.5rem; }
.why-card p { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }

/* ── Roles section ── */
.roles-section { padding: 5rem 0; background: var(--warm); }
.roles-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 2.5rem; }
.roles-header h2 { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 0.5rem; }
.roles-header p { font-size: 0.9rem; color: var(--muted); max-width: 560px; line-height: 1.65; }
.btn-view-jobs {
  white-space: nowrap; flex-shrink: 0;
  background: var(--orange); color: #fff;
  padding: 0.65rem 1.2rem; border-radius: 8px;
  font-size: 0.85rem; font-weight: 700; text-decoration: none;
}
.roles-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.role-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.5rem;
}
.role-card-students { border-color: var(--orange); background: var(--orange-lt); }
.role-team { font-size: 0.8rem; font-weight: 800; color: var(--orange); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.85rem; }
.role-list { padding-left: 1.1rem; display: grid; gap: 0.4rem; }
.role-list li { font-size: 0.85rem; color: var(--muted); line-height: 1.55; }
.role-note { margin-top: 1rem; font-size: 0.78rem; color: var(--orange); font-style: italic; line-height: 1.5; }

/* ── Benefits section ── */
.benefits-section { padding: 5rem 0; background: var(--white); }
.benefits-header { margin-bottom: 2.5rem; }
.benefits-header h2 { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 0.5rem; }
.benefits-header p { font-size: 0.95rem; color: var(--muted); max-width: 640px; line-height: 1.65; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; }
.benefit-card {
  background: var(--warm); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.75rem;
}
.benefit-icon { font-size: 1.75rem; margin-bottom: 0.85rem; display: block; }
.benefit-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 0.6rem; }
.benefit-card > p { font-size: 0.875rem; color: var(--muted); line-height: 1.65; margin-bottom: 0.85rem; }
.benefit-list { padding-left: 1rem; display: grid; gap: 0.4rem; }
.benefit-list li { font-size: 0.83rem; color: var(--muted); line-height: 1.55; }

/* ── Student band ── */
.student-band { background: #1B2A3B; padding: 3.5rem 0; }
.student-band-inner { max-width: var(--max); margin: 0 auto; padding: 0 3rem; display: flex; justify-content: space-between; align-items: center; gap: 3rem; flex-wrap: wrap; }
.student-band h3 { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; }
.student-band p { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 600px; }
.student-band-actions { flex-shrink: 0; }
.btn-cta-primary { background: var(--orange); color: #fff; padding: 0.7rem 1.4rem; border-radius: 8px; font-size: 0.88rem; font-weight: 700; text-decoration: none; display: inline-block; }
.btn-cta-primary:hover { background: var(--orange-dk); }
.btn-cta-secondary { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.8); padding: 0.7rem 1.4rem; border-radius: 8px; font-size: 0.88rem; font-weight: 600; text-decoration: none; display: inline-block; }

/* ── Process section ── */
.process-section { padding: 5rem 0; background: var(--warm); }
.process-inner { max-width: var(--max); margin: 0 auto; padding: 0 3rem; }
.process-section h2 { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.025em; margin: 0.5rem 0 2.5rem; }
.process-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.25rem; }
.process-step-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.75rem; }
.step-num { font-size: 0.72rem; font-weight: 800; color: var(--orange); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.85rem; }
.process-step-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 0.5rem; }
.process-step-card p { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

/* ── CTA ── */
.careers-cta { background: var(--charcoal); position: relative; overflow: hidden; padding: 5rem 0; }
.careers-cta-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 120% at 50% 100%, rgba(191,87,0,0.14) 0%, transparent 60%);
  pointer-events: none;
}
.careers-cta-inner { max-width: var(--max); margin: 0 auto; padding: 0 3rem; position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 3rem; flex-wrap: wrap; }
.careers-cta-inner h2 { font-size: 2rem; font-weight: 800; color: #fff; letter-spacing: -0.025em; margin-bottom: 0.75rem; }
.careers-cta-inner p { font-size: 0.95rem; color: rgba(255,255,255,0.6); line-height: 1.65; max-width: 560px; }
.cta-actions { display: flex; flex-direction: column; gap: 0.75rem; flex-shrink: 0; }

/* ── Responsive ── */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-stat-cluster { grid-template-columns: repeat(4,1fr); }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .roles-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .roles-header { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .hero-inner, .why-inner, .roles-inner, .benefits-inner, .process-inner,
  .student-band-inner, .careers-cta-inner { padding: 0 1.25rem; }
  .why-grid, .roles-grid, .benefits-grid, .process-steps, .hero-stat-cluster { grid-template-columns: 1fr 1fr; }
  .careers-cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .why-grid, .benefits-grid, .process-steps { grid-template-columns: 1fr; }
}
