/* ═══════════════════════════════════════
   careers.css — Careers page
   ═══════════════════════════════════════ */

/* ─── PAGE HERO ─── */
.page-hero { background: linear-gradient(135deg,#060606 0%,#111 50%,#0a0a0a 100%); padding: 100px 0 70px; position: relative; overflow: hidden; width: 100%; }
.page-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px,rgba(184,134,11,.05) 1px,transparent 0); background-size: 32px 32px; }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb-bar a { font-size: .76rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.breadcrumb-bar a:hover { color: var(--gold-light); }
.breadcrumb-bar span { font-size: .65rem; color: rgba(255,255,255,.2); }
.breadcrumb-bar p { font-size: .76rem; color: var(--gold-light); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.page-title { font-size: clamp(2rem,4vw,3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.page-title span { color: var(--gold-bright); }
.page-subtitle { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 600px; }

/* ─── WHY JOIN ─── */
.sec-why-join { padding: 90px 0; background: #fff; }
.why-join-card { background: #F9F8F5; border: 1px solid rgba(184,134,11,.12); border-radius: 8px; padding: 2rem 1.75rem; height: 100%; text-align: center; transition: all .3s; }
.why-join-card:hover { border-color: rgba(184,134,11,.35); box-shadow: 0 10px 32px rgba(184,134,11,.09); transform: translateY(-4px); background: var(--gold-pale); }
.why-icon { font-size: 2rem; color: var(--gold); margin-bottom: 1rem; }
.why-join-card h5 { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; font-family: 'Inter',sans-serif; }
.why-join-card p { font-size: .82rem; color: #666; line-height: 1.7; margin: 0; }

/* ─── CULTURE ─── */
.sec-culture { padding: 90px 0; background: linear-gradient(135deg,var(--dark) 0%,#111 100%); position: relative; overflow: hidden; }
.sec-culture::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 70% 50%,rgba(184,134,11,.07) 0%,transparent 70%); }
.culture-feat { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; position: relative; z-index: 2; }
.culture-icon { width: 46px; height: 46px; background: rgba(184,134,11,.12); border: 1px solid rgba(184,134,11,.25); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold-bright); flex-shrink: 0; }
.culture-feat h6 { font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: .25rem; font-family: 'Inter',sans-serif; }
.culture-feat p { font-size: .82rem; color: rgba(255,255,255,.5); margin: 0; line-height: 1.65; }
.culture-stat-box { background: rgba(255,255,255,.04); border: 1px solid rgba(184,134,11,.15); border-radius: 8px; padding: 1.6rem; text-align: center; margin-bottom: 1rem; }
.culture-stat-num { font-family: 'Playfair Display',serif; font-size: 2.2rem; color: var(--gold-bright); font-weight: 700; line-height: 1; }
.culture-stat-lbl { font-size: .7rem; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .1em; margin-top: .4rem; }

/* ─── JOB LISTINGS ─── */
.sec-jobs { padding: 90px 0; background: #F9F8F5; }
.job-filter-bar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem; }
.job-filter-btn { background: #fff; border: 1px solid rgba(184,134,11,.2); border-radius: 50px; padding: .45rem 1.2rem; font-size: .78rem; font-weight: 600; color: #555; cursor: pointer; transition: all .25s; font-family: 'Inter',sans-serif; }
.job-filter-btn:hover, .job-filter-btn.active { background: var(--gold); border-color: var(--gold); color: #000; }
.job-card { background: #fff; border: 1px solid rgba(184,134,11,.12); border-radius: 8px; padding: 1.6rem 1.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: .75rem; transition: all .28s; }
.job-card:hover { border-color: rgba(184,134,11,.35); box-shadow: 0 6px 20px rgba(184,134,11,.08); }
.job-info { flex: 1; min-width: 0; }
.job-title { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; font-family: 'Inter',sans-serif; }
.job-meta { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.job-tag { font-size: .68rem; padding: .22rem .6rem; background: var(--gold-pale); color: var(--gold); border-radius: 2px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.job-tag.dept { background: #F9F8F5; color: #666; border: 1px solid #e0e0e0; }
.job-loc { font-size: .78rem; color: #888; display: flex; align-items: center; gap: .3rem; }
.job-loc i { font-size: .8rem; color: var(--gold); }
.no-jobs { text-align: center; padding: 3rem 1rem; color: #888; font-size: .9rem; display: none; }

/* ─── APPLICATION FORM ─── */
.sec-apply { padding: 90px 0; background: #fff; }
.apply-card { background: linear-gradient(135deg,var(--dark),#1c1c1c); border-radius: 10px; padding: 2.8rem; }
.apply-card h4 { font-family: 'Playfair Display',serif; color: var(--gold-bright); font-size: 1.5rem; margin-bottom: .5rem; }
.apply-card p { color: rgba(255,255,255,.55); font-size: .9rem; margin-bottom: 2rem; }
.form-field { margin-bottom: 1rem; }
.form-field label { display: block; font-size: .76rem; color: rgba(255,255,255,.5); letter-spacing: .05em; margin-bottom: .4rem; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(184,134,11,.25); color: #fff; border-radius: 4px; padding: .7rem 1rem; font-size: .88rem; font-family: 'Inter',sans-serif; transition: all .25s; outline: none; appearance: none; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.3); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: rgba(255,255,255,.09); border-color: rgba(184,134,11,.5); box-shadow: 0 0 0 3px rgba(184,134,11,.1); }
.form-field select option { background: #111; color: #fff; }
.form-field textarea { resize: vertical; min-height: 100px; }
.file-upload-label { display: flex; align-items: center; gap: .75rem; background: rgba(255,255,255,.06); border: 1px dashed rgba(184,134,11,.3); border-radius: 4px; padding: .9rem 1rem; cursor: pointer; transition: all .25s; }
.file-upload-label:hover { background: rgba(184,134,11,.08); border-color: rgba(184,134,11,.5); }
.file-upload-label i { font-size: 1.2rem; color: var(--gold); }
.file-upload-label span { font-size: .84rem; color: rgba(255,255,255,.5); }
input[type="file"] { display: none; }
.form-success { display: none; background: rgba(184,134,11,.12); border: 1px solid rgba(184,134,11,.3); border-radius: 4px; padding: 1rem; color: var(--gold-bright); font-size: .88rem; text-align: center; margin-top: 1rem; }
.form-success.show { display: block; }

/* ─── CTA ─── */
.sec-cta { background: var(--gold); padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-title { font-size: clamp(1.4rem,3vw,2rem); color: #000; margin-bottom: .4rem; }
.cta-sub { font-size: .92rem; color: rgba(0,0,0,.62); margin: 0; }
.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.btn-dark-solid { display: inline-flex; align-items: center; background: var(--dark); color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .78rem 2rem; border-radius: 3px; transition: all .28s; }
.btn-dark-solid:hover { background: #000; color: #fff; transform: translateY(-2px); }
.cta-call { display: inline-flex; align-items: center; color: rgba(0,0,0,.72); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.cta-call:hover { color: #000; }

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .page-hero { padding: 80px 0 55px; }
  .job-card { flex-direction: column; align-items: flex-start; }
  .apply-card { padding: 2rem; }
}
@media(max-width:767px) {
  .page-title { font-size: 1.75rem; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .job-card { padding: 1.25rem; }
}
@media(max-width:480px) {
  .page-title { font-size: 1.45rem; }
  .page-hero { padding: 70px 0 45px; }
  .apply-card { padding: 1.5rem; }
}