/* ================================================================
   pages.css  —  Shared body-padding offsets & page-specific styles
   All @media rules from HTML inline <style> blocks live here.
   ================================================================ */

/* ── Shared CSS Variables ── */
:root {
  --teal:       #174548;
  --teal-mid:   #1e5c60;
  --gold:       #E1AB79;
  --gold-dark:  #B8935E;
  --cream:      #F5F1EB;
  --dark:       #0f2e30;
  --red-accent: #631E0F;
}

/* ==============================================================
   BODY PADDING — fixed header offset (common to all pages)
   ============================================================== */


/* ── Page-specific padding overrides ── */

/* modenmodus — compact section */
@media (max-width: 768px)  { body#pg-modenmodus { padding-top: 30px !important; } }
@media (min-width: 769px)  { body#pg-modenmodus { padding-top: 80px !important; } }
@media (min-width: 1280px) { body#pg-modenmodus { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-modenmodus { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-modenmodus { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-modenmodus { padding-top: 130px !important; } }

/* horizon */
@media (max-width: 768px)  { body#pg-horizon { padding-top: 56px !important; } }
@media (min-width: 769px)  { body#pg-horizon { padding-top: 100px !important; } }
@media (min-width: 1280px) { body#pg-horizon { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-horizon { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-horizon { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-horizon { padding-top: 130px !important; } }

/* doctrine — section carries its own top padding via .doctrine-section */
body#pg-doctrine { padding-top: 0 !important; }
@media (max-width: 768px)  { body#pg-doctrine { padding-top: 30px !important; } }
@media (min-width: 1280px) { body#pg-doctrine { padding-top: 80px !important; } }
@media (min-width: 1600px) { body#pg-doctrine { padding-top: 120px !important; } }
@media (min-width: 1920px) { body#pg-doctrine { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-doctrine { padding-top: 130px !important; } }

/* project */
@media (max-width: 768px)  { body#pg-project { padding-top: 30px !important; } }
@media (min-width: 769px)  { body#pg-project { padding-top: 80px !important; } }
@media (min-width: 1280px) { body#pg-project { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-project { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-project { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-project { padding-top: 130px !important; } }

/* jobs — tablet entry slightly larger */
@media (max-width: 768px)  { body#pg-jobs { padding-top: 30px !important; } }
@media (min-width: 769px)  { body#pg-jobs { padding-top: 80px !important; } }
@media (min-width: 1280px) { body#pg-jobs { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-jobs { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-jobs { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-jobs { padding-top: 130px !important; } }

/* contact */
@media (max-width: 768px)  { body#pg-contact { padding-top: 30px !important; } }
@media (min-width: 769px)  { body#pg-contact { padding-top: 80px !important; } }
@media (min-width: 1280px) { body#pg-contact { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-contact { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-contact { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-contact { padding-top: 130px !important; } }

/* services */
@media (max-width: 768px)  { body#pg-services { padding-top: 30px !important; } }
@media (min-width: 769px)  { body#pg-services { padding-top: 80px !important; } }
@media (min-width: 1280px) { body#pg-services { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-services { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-services { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-services { padding-top: 130px !important; } }

/* engagement model */
@media (max-width: 768px)  { body#pg-engagement { padding-top: 30px !important; } }
@media (min-width: 769px)  { body#pg-engagement { padding-top: 80px !important; } }
@media (min-width: 1280px) { body#pg-engagement { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-engagement { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-engagement { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-engagement { padding-top: 130px !important; } }

/* profile — extra hero space at laptop */
@media (max-width: 768px)  { body#pg-profile { padding-top: 30px !important; } }
@media (min-width: 769px)  { body#pg-profile { padding-top: 80px !important; } }
@media (min-width: 1280px) { body#pg-profile { padding-top: 120px !important; } }
@media (min-width: 1600px) { body#pg-profile { padding-top: 130px !important; } }
@media (min-width: 1920px) { body#pg-profile { padding-top: 140px !important; } }
@media (min-width: 2560px) { body#pg-profile { padding-top: 130px !important; } }

/* ==============================================================
   DOCTRINE SECTION STYLES
   ============================================================== */

.doctrine-section {
  background: #F5F1EB;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 80px 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* Top gradient border */
.doctrine-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(107, 31, 43, 0.18) 20%,
    rgba(225, 171, 121, 0.55) 50%,
    rgba(107, 31, 43, 0.18) 80%,
    transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* Bottom gradient border */
.doctrine-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(107, 31, 43, 0.12) 30%,
    rgba(225, 171, 121, 0.35) 50%,
    rgba(107, 31, 43, 0.12) 70%,
    transparent 100%);
  pointer-events: none;
}

/* Ambient blobs */
.blob-tl {
  position: absolute; top: -100px; left: -80px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%,
    rgba(107, 31, 43, 0.07) 0%,
    rgba(225, 171, 121, 0.05) 45%,
    transparent 70%);
  pointer-events: none; filter: blur(30px);
  animation: blobFloat 8s ease-in-out infinite;
}
.blob-br {
  position: absolute; bottom: -80px; right: -40px;
  width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle at 60% 60%,
    rgba(225, 171, 121, 0.12) 0%,
    rgba(107, 31, 43, 0.04) 50%,
    transparent 70%);
  pointer-events: none; filter: blur(28px);
  animation: blobFloat 11s ease-in-out infinite reverse;
}
.blob-tc {
  position: absolute; top: -40px; left: 35%;
  width: 460px; height: 280px; border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%,
    rgba(107, 31, 43, 0.04) 0%, transparent 65%);
  pointer-events: none; filter: blur(32px);
  animation: blobFloat 13s ease-in-out infinite 2s;
}
@keyframes blobFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  33%      { transform: translate(15px,-20px) scale(1.04); }
  66%      { transform: translate(-10px,12px) scale(0.97); }
}

.doctrine-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  width: 100%;
  text-align: center;
}

.doctrine-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6B1F2B, rgba(225,171,121,0.6), transparent);
  border: none;
  margin: 0 auto 20px;
  border-radius: 2px;
  animation: fadeSlideUp 0.6s ease both;
}

.doctrine-eyebrow {
  display: inline-block;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #6B1F2B;
  margin-bottom: 16px;
  opacity: 0.80;
  animation: fadeSlideUp 0.7s ease 0.05s both;
}

.doctrine-title {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 0 0 6px 0;
  animation: fadeSlideUp 0.7s ease 0.10s both;
}

.doctrine-title .title-accent { color: #6B1F2B; }

.doctrine-divider {
  width: 100%;
  max-width: 520px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(107,31,43,0.20) 15%,
    rgba(225,171,121,0.50) 50%,
    rgba(107,31,43,0.20) 85%,
    transparent 100%);
  border: none;
  margin: 20px auto 40px;
  animation: fadeSlideUp 0.7s ease 0.15s both;
}

.doctrine-body { animation: fadeSlideUp 0.7s ease 0.22s both; }

.doctrine-body p {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.95;
  color: #4A4540;
  margin: 0 0 26px 0;
  text-align: justify;
  letter-spacing: 0.015em;
}

.doctrine-body p strong { color: #6B1F2B; font-weight: 500; }

.doctrine-body p:last-child {
  margin-bottom: 0;
  color: #3A3530;
  font-style: italic;
  border-left: 2px solid rgba(107,31,43,0.25);
  padding-left: 20px;
  text-align: left;
}

.doctrine-card {
  position: relative;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(107,31,43,0.10);
  border-radius: 14px;
  padding: 52px 56px;
  box-shadow:
    0 8px 32px rgba(107,31,43,0.08),
    0 2px 8px rgba(0,0,0,0.04);
  animation: fadeSlideUp 0.7s ease 0.08s both;
}

.doctrine-card::before {
  content: '';
  position: absolute; top: -1px; left: -1px;
  width: 50px; height: 50px;
  border-top: 2px solid rgba(107,31,43,0.35);
  border-left: 2px solid rgba(107,31,43,0.35);
  border-radius: 14px 0 0 0;
  pointer-events: none;
}
.doctrine-card::after {
  content: '';
  position: absolute; bottom: -1px; right: -1px;
  width: 50px; height: 50px;
  border-bottom: 2px solid rgba(225,171,121,0.50);
  border-right: 2px solid rgba(225,171,121,0.50);
  border-radius: 0 0 14px 0;
  pointer-events: none;
}

@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .doctrine-section { padding: 110px 24px 70px; }
  .doctrine-card    { padding: 36px 28px; }
  .doctrine-body p  { font-size: 15px; }
  .doctrine-title   { letter-spacing: 2px; }
}
@media (max-width: 480px) {
  .doctrine-section { padding: 100px 16px 60px; }
  .doctrine-card    { padding: 28px 20px; }
}


/* ==============================================================
   SERVICES PAGE — Bullet slider progress bar
   ============================================================== */

.slider-progress {
  height: 2px;
  background: rgba(99, 30, 15, 0.15);
  border-radius: 2px;
  margin-top: 10px;
  overflow: hidden;
}
.slider-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #953735, #631E0F);
  border-radius: 2px;
  transition: none;
}
.slider-progress-bar.animating {
  transition: width 3.5s linear;
}
.bullet-slider.is-paused .slider-progress-bar {
  opacity: 0.4;
}


/* ==============================================================
   JOBS PAGE
   ============================================================== */

body#pg-jobs { background: #fff; color: #333; overflow-x: hidden; }
body#pg-jobs * { box-sizing: border-box; }

/* HERO — full-bleed cinematic */
.jobs-hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  background-image: url("../images/coverbg.png");
  background-size: cover;
  background-position: center 35%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.jobs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg,
    rgba(15,46,48,0.92) 0%,
    rgba(23,69,72,0.80) 50%,
    rgba(23,69,72,0.40) 100%
  );
  z-index: 1;
}

.jobs-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0; right: 0;
  height: 120px;
  background: #fff;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.jobs-hero-content {
  position: relative;
  z-index: 3;
  padding: 0 80px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.jobs-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 300;
  color: #fff;
  line-height: 1.0;
  margin-bottom: 28px;
}

.jobs-hero-title em { font-style: italic; color: var(--gold); }

.jobs-hero-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  font-weight: 300;
  max-width: 480px;
  line-height: 1.9;
  letter-spacing: 0.3px;
}

.hero-badge {
  background: rgba(225,171,121,0.12);
  border: 1px solid rgba(225,171,121,0.35);
  border-radius: 16px;
  padding: 36px 32px;
  text-align: center;
  backdrop-filter: blur(8px);
  min-width: 200px;
  flex-shrink: 0;
}

.hero-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}

.hero-badge-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 8px;
}

.scroll-hint {
  position: absolute;
  bottom: 140px;
  left: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.scroll-hint::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.25);
  animation: lineGrow 2s infinite;
}

@keyframes lineGrow {
  0%,100% { transform: scaleX(1); opacity: 0.35; }
  50%      { transform: scaleX(1.3); opacity: 0.6; }
}

/* POSITIONS INTRO STRIP */
.positions-strip {
  background: #fff;
  padding: 80px 80px 0;
}

.positions-strip-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.strip-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 70px;
}

.strip-header-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  font-weight: 400;
  color: var(--teal);
  line-height: 1.15;
}

.strip-header-left h2 em { font-style: italic; color: var(--gold-dark); }

.strip-header-right { padding-top: 12px; }

.strip-header-right p {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  font-weight: 300;
  text-align: justify;
}

.strip-header-right .eligibility-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill {
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pill-teal { background: var(--teal); color: #fff; }
.pill-gold { background: var(--gold); color: var(--dark); }
.pill-outline { border: 1.5px solid var(--teal); color: var(--teal); }

/* JOB CARDS */
.jobs-section {
  background: #fff;
  padding: 40px 80px 100px;
}

.jobs-section-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.job-block {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 40px;
  margin-bottom: 2px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(.22,.84,.25,1);
}

.job-block.visible { opacity: 1; transform: translateY(0); }

.job-block:nth-child(2) { transition-delay: 0.1s; }
.job-block:nth-child(3) { transition-delay: 0.2s; }

.job-num { padding-top: 32px; text-align: right; }

.job-num span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  font-weight: 300;
  color: rgba(23,69,72,0.1);
  line-height: 1;
}

.job-panel {
  border-top: 1.5px solid rgba(23,69,72,0.12);
  padding: 32px 0 40px;
}

.job-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.job-category {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 10px;
}

.job-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 400;
  color: var(--teal);
  line-height: 1.1;
}

.job-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.meta-tag {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 4px;
  background: var(--cream);
  color: var(--teal);
}

.job-expand-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(23,69,72,0.2);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.job-expand-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--teal);
  transition: transform 0.35s ease;
}

.job-block.open .job-expand-btn { background: var(--teal); border-color: var(--teal); }
.job-block.open .job-expand-btn svg { stroke: #fff; transform: rotate(45deg); }

.job-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(.4,0,.2,1);
}

.job-block.open .job-body { max-height: 900px; }

.job-body-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 32px;
}

.job-col-label {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(225,171,121,0.3);
}

.job-col ul { list-style: none; padding: 0; }

.job-col ul li {
  font-size: 13.5px;
  color: #555;
  line-height: 1.7;
  padding: 5px 0 5px 18px;
  position: relative;
}

.job-col ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 18px;
  line-height: 1.35;
}

.job-col p { font-size: 14px; color: #555; line-height: 1.8; }

.job-apply-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background: var(--teal);
  border-radius: 10px;
  padding: 20px 28px;
  margin-top: 4px;
}

.job-apply-bar p { font-size: 13px; color: rgba(255,255,255,0.7); margin: 0; }
.job-apply-bar p strong { color: var(--gold); }

.apply-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 28px;
  background: rgba(225,171,121,0.15);
  border: 1px solid rgba(225,171,121,0.5);
  border-radius: 30px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.apply-link:hover { background: rgba(225,171,121,0.3); border-color: var(--gold); }

/* PROCESS — horizontal timeline */
.process-section {
  background: var(--cream);
  padding: 90px 80px;
}

.process-inner { max-width: 1300px; margin: 0 auto; }

.process-header { text-align: center; margin-bottom: 64px; }

.process-header .eyebrow {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}

.process-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 400;
  color: var(--teal);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: calc(12.5% + 16px);
  right: calc(12.5% + 16px);
  height: 1.5px;
  background: linear-gradient(to right, var(--gold), var(--teal));
  z-index: 0;
}

.process-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }

.step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(23,69,72,0.25);
}

.step-circle span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--gold);
}

.process-step h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--teal);
  margin-bottom: 10px;
}

.process-step p { font-size: 12.5px; color: #777; line-height: 1.7; }

/* INTERVIEW CTA */
.interview-cta { background: var(--teal); padding: 90px 80px; }

.interview-cta-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
}

.cta-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cta-left h2 em { color: var(--gold); font-style: italic; }

.cta-left p { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.8; max-width: 500px; }

.cta-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-width: 380px;
}

.cta-detail-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(225,171,121,0.2);
  border-radius: 12px;
  padding: 24px 22px;
}

.cta-detail-card .dc-label {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.cta-detail-card .dc-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

.cta-detail-card.full { grid-column: span 2; }

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  background: var(--gold);
  border-radius: 30px;
  color: var(--dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 32px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* JOBS ENTRY ANIMATIONS */
.fade-slide {
  opacity: 0;
  transform: translateY(32px);
  transition: all 0.75s cubic-bezier(.22,.84,.25,1);
}
.fade-slide.visible { opacity: 1; transform: translateY(0); }

/* JOBS RESPONSIVE */
@media (max-width: 1100px) {
  .jobs-hero-content, .positions-strip, .jobs-section, .process-section, .interview-cta {
    padding-left: 40px;
    padding-right: 40px;
  }
  .strip-header { grid-template-columns: 1fr; gap: 32px; }
  .interview-cta-inner { grid-template-columns: 1fr; }
  .cta-details { min-width: auto; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-steps::before { display: none; }
}

@media (max-width: 768px) {
  .jobs-hero-content { grid-template-columns: 1fr; padding: 0 24px; }
  .hero-badge { display: none; }
  .job-block { grid-template-columns: 1fr; }
  .job-num { display: none; }
  .job-body-inner { grid-template-columns: 1fr; }
  .job-panel-top { flex-direction: column; }
  .positions-strip, .jobs-section, .process-section, .interview-cta { padding-left: 24px; padding-right: 24px; }
  .process-steps { grid-template-columns: 1fr; }
  .cta-details { grid-template-columns: 1fr; }
  .cta-detail-card.full { grid-column: span 1; }
}
