/* =========================================================
CAREERS PAGE — styles
========================================================= */


/* =========================================================
PAGE BASE
========================================================= */

body.careers-body{
  background: #ffffff;
}


/* =========================================================
HERO
========================================================= */

.careers-hero{
  position: relative;
  background: #1a1f3c;
  color: #fff;

  padding: 150px 24px 90px;
  text-align: center;
  overflow: hidden;
}

.careers-hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a84c, #e8d28d, #c9a84c, transparent);
}

.careers-hero::after{
  content: '';
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.careers-hero-inner{
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}

.careers-eyebrow{
  display: inline-block;

  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;

  color: #c9a84c;

  padding: 6px 14px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 999px;

  margin-bottom: 22px;
}

.careers-title{
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;

  color: #fff;
  margin: 0 0 18px;
}

.careers-title em{
  color: #c9a84c;
  font-style: italic;
}

.careers-lede{
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 1.12rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
  margin: 0 auto;
}


/* =========================================================
SECTION BASE — common pattern
========================================================= */

.careers-section{
  padding: 100px 24px;
}

.careers-section-cream{
  background: #faf6ee;
}

.careers-section-white{
  background: #ffffff;
}

.careers-section-inner{
  max-width: 1180px;
  margin: 0 auto;
}

.careers-section-narrow{
  max-width: 760px;
  margin: 0 auto;
}

.careers-section-head{
  text-align: center;
  margin-bottom: 56px;
}

.careers-section-eyebrow{
  display: block;
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 14px;
}

.careers-section-head h2{
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
  color: #1a1f3c;
  letter-spacing: -0.01em;
  margin: 0;
}


/* =========================================================
WHY JOIN — 3 cards
========================================================= */

.careers-why-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.careers-why-card{
  background: #ffffff;
  border: 1px solid #e8e0d0;
  border-radius: 16px;
  padding: 32px 28px;

  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.careers-why-card:hover{
  transform: translateY(-4px);
  border-color: #c9a84c;
  box-shadow: 0 16px 40px rgba(15, 18, 36, 0.08);
}

.careers-why-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;
  border-radius: 14px;

  background: rgba(201, 168, 76, 0.12);
  color: #c9a84c;

  margin-bottom: 22px;
  transition: background .3s ease, color .3s ease;
}

.careers-why-card:hover .careers-why-icon{
  background: #c9a84c;
  color: #fff;
}

.careers-why-icon svg{
  width: 26px;
  height: 26px;
}

.careers-why-card h3{
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: #1a1f3c;
  margin: 0 0 12px;
}

.careers-why-card p{
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}


/* =========================================================
OPEN POSITIONS — list / empty state
========================================================= */

.careers-positions-empty{
  background: #ffffff;
  border: 1px dashed #c9a84c;
  border-radius: 16px;
  padding: 52px 32px;
  text-align: center;
}

.careers-positions-empty-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.12);
  color: #c9a84c;
  margin-bottom: 20px;
}

.careers-positions-empty-icon svg{
  width: 28px;
  height: 28px;
}

.careers-positions-empty h3{
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1f3c;
  margin: 0 0 12px;
}

.careers-positions-empty p{
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0 auto 20px;
  max-width: 540px;
}

.careers-positions-empty a{
  color: #c9a84c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.careers-positions-empty a:hover{
  color: #b89535;
}


/* For when positions exist (future) */
.careers-positions-list{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.careers-position-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  padding: 22px 26px;
  background: #ffffff;
  border: 1px solid #e8e0d0;
  border-radius: 14px;

  transition: border-color .25s ease, transform .2s ease, box-shadow .25s ease;
}

.careers-position-card:hover{
  border-color: #c9a84c;
  transform: translateX(4px);
  box-shadow: 0 10px 28px rgba(15, 18, 36, 0.06);
}

.careers-position-meta{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.careers-position-title{
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  color: #1a1f3c;
  margin: 0;
}

.careers-position-tags{
  font-size: 0.85rem;
  color: #6b7280;
}

.careers-position-arrow{
  color: #c9a84c;
  font-size: 22px;
  font-weight: 600;
}


/* =========================================================
CTA (final)
========================================================= */

.careers-cta{
  background: #1a1f3c;
  color: #fff;
  padding: 90px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.careers-cta::after{
  content: '';
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.16) 0%, transparent 60%);
  pointer-events: none;
}

.careers-cta-inner{
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

.careers-cta h2{
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  line-height: 1.15;
}

.careers-cta p{
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 1.06rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin: 0 auto 32px;
  max-width: 580px;
}

.careers-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;

  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;

  background: #c9a84c;
  color: #1a1f3c;
  border-radius: 10px;
  text-decoration: none;
  border: 0;
  cursor: pointer;

  transition: background .25s ease, transform .15s ease;
}

.careers-btn:hover{
  background: #e8d28d;
  transform: translateY(-2px);
  color: #1a1f3c;
}


/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 900px){

  .careers-why-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

}

@media (max-width: 768px){

  .careers-hero{
    padding: 110px 20px 70px;
  }

  .careers-section,
  .careers-cta{
    padding: 70px 20px;
  }

  .careers-why-card{
    padding: 26px 22px;
  }

  .careers-positions-empty{
    padding: 40px 24px;
  }

  .careers-position-card{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

}