/* ═══════════════════════════════════════════════════
   CAREERS PAGE
═══════════════════════════════════════════════════ */

nav { background: rgba(0,0,0,.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
nav.scrolled { background: rgba(0,0,0,.92); }

/* HERO */
#c-hero {
  min-height: 90vh;
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 var(--pad-x);
  overflow: hidden;
}
.c-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 25%, rgba(255,255,255,.08), transparent 50%),
    radial-gradient(ellipse at 85% 80%, rgba(255,255,255,.05), transparent 55%),
    linear-gradient(180deg, #000 0%, #0a0a0a 100%);
}
.c-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, transparent 49.9%, rgba(255,255,255,.03) 50%, transparent 50.1%) 0 0/100px 100% repeat-x,
    linear-gradient(180deg, transparent 0%, transparent 49.9%, rgba(255,255,255,.03) 50%, transparent 50.1%) 0 0/100% 100px repeat-y;
  opacity: .3;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
}
.c-hero-inner { position: relative; z-index: 2; max-width: 900px; padding-top: 120px; padding-bottom: 60px; }
.c-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 10px; font-weight: 400; letter-spacing: .35em; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-bottom: 28px;
  opacity: 0; animation: cFadeUp .9s .3s ease forwards;
}
.c-eyebrow::before { content: ''; display: block; width: 36px; height: 1px; background: rgba(255,255,255,.4); }
.c-hero-title {
  font-family: var(--display);
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 400; line-height: 1; letter-spacing: .04em;
  color: var(--white);
  opacity: 0; animation: cFadeUp 1s .5s ease forwards;
}
.c-hero-title em { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.05em; display: block; }
.c-hero-sub {
  margin-top: 32px;
  font-size: 14px; font-weight: 300; line-height: 2;
  color: rgba(255,255,255,.55);
  max-width: 560px;
  opacity: 0; animation: cFadeUp 1s .7s ease forwards;
}
.c-hero-actions { margin-top: 44px; display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: cFadeUp 1s .9s ease forwards; }
@keyframes cFadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

/* WHY US — light theme to match the "THE STRATEGIC SHIFT" / #shift section */
#why { background: var(--grey1); color: var(--black); }
#why .eyebrow { color: rgba(0,0,0,.5); }
#why .eyebrow::before { background: rgba(0,0,0,.2); }
#why .sec-title { color: var(--black); }
#why .why-lead { color: rgba(0,0,0,.65); }
#why .why-grid { background: transparent; gap: 0; }
#why .why-card { background: var(--grey1); }
#why .why-card:hover { background: rgba(0,0,0,.03); }
#why .why-card::before { background: linear-gradient(90deg, transparent, rgba(0,0,0,.4), transparent); }
#why .why-num { color: rgba(0,0,0,.35); }
#why .why-icon { border-color: rgba(0,0,0,.18); }
#why .why-icon svg { stroke: rgba(0,0,0,.75); }
#why .why-card:hover .why-icon { border-color: rgba(0,0,0,.5); background: rgba(0,0,0,.04); }
#why .why-title { color: var(--black); }
#why .why-text { color: rgba(0,0,0,.55); }
.why-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: end; margin-bottom: 64px; }
.why-lead { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); font-weight: 300; font-style: italic; line-height: 1.6; color: rgba(255,255,255,.7); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(255,255,255,.06); }
.why-card { background: var(--black2); padding: clamp(32px, 3.5vw, 48px) clamp(24px, 2.8vw, 36px); position: relative; overflow: hidden; transition: background .4s, transform .4s; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent); transform: scaleX(0); transform-origin: left; transition: transform .5s ease; }
.why-card:hover { background: rgba(255,255,255,.03); transform: translateY(-4px); }
.why-card:hover::before { transform: scaleX(1); }
.why-num { font-family: 'Cormorant SC', serif; font-size: 20px; font-weight: 400; color: rgba(255,255,255,.3); letter-spacing: .2em; display: block; margin-bottom: 12px; }
.why-icon { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: border-color .35s, background .35s, transform .35s; }
.why-card:hover .why-icon { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); transform: rotate(-6deg); }
.why-icon svg { width: 20px; height: 20px; stroke: rgba(255,255,255,.8); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.why-title { font-family: var(--serif); font-size: clamp(20px, 1.6vw, 24px); font-weight: 300; line-height: 1.25; color: var(--white); margin-bottom: 14px; }
.why-text  { font-size: 12.5px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,.45); }

/* CULTURE */
#culture { background: var(--black2); }
.culture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.culture-list { display: flex; flex-direction: column; gap: 2px; margin-top: 32px; }
.culture-item { display: grid; grid-template-columns: 60px 1fr; align-items: start; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.culture-item:last-child { border-bottom: none; }
.culture-item-num { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); font-family: 'Cormorant SC', serif; font-size: 16px; font-weight: 300; color: rgba(255,255,255,.55); transition: border-color .3s, color .3s; }
.culture-item:hover .culture-item-num { border-color: rgba(255,255,255,.5); color: var(--white); }
.culture-item-name { font-family: var(--serif); font-size: 20px; font-weight: 300; color: var(--white); margin-bottom: 6px; }
.culture-item-text { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.8; }
.culture-visual { position: relative; display: flex; align-items: center; justify-content: center; background: transparent; border: 0; border-radius: 0; aspect-ratio: auto; overflow: visible; }
.culture-visual-inner { text-align: center; padding: 40px; position: relative; z-index: 1; }
.culture-visual-quote { font-family: var(--serif); font-size: clamp(22px, 2vw, 32px); font-weight: 300; font-style: italic; line-height: 1.4; color: var(--white); margin-bottom: 24px; }
.culture-visual-attrib { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.4); }

/* APPLY */
#apply { background: var(--black2); }
.apply-box {
  background: linear-gradient(135deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.01) 100%);
  border: 1px solid rgba(255,255,255,.1);
  padding: clamp(40px, 5vw, 72px);
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  position: relative; overflow: hidden;
}
.apply-box::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.05), transparent 70%); pointer-events: none; }
.apply-title { font-family: var(--display); font-size: clamp(28px, 3vw, 44px); font-weight: 400; line-height: 1.15; letter-spacing: .03em; color: var(--white); margin-bottom: 20px; }
.apply-title em { font-style: italic; font-family: var(--serif); }
.apply-text { font-size: 13px; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,.55); max-width: 480px; }
.apply-meta { margin-top: 18px; font-size: 10px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.35); }
.apply-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; position: relative; z-index: 1; }
.apply-email { margin-top: 10px; font-size: 11px; letter-spacing: .06em; color: rgba(255,255,255,.55); }
.apply-email a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 2px; transition: border-color .3s; }
.apply-email a:hover { border-color: var(--white); }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .why-head, .culture-grid { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .apply-box { grid-template-columns: 1fr; }
}
@media (max-width: 768px) { .c-hero-scroll { display: none; } }
@media (max-width: 560px) {
  .why-grid { grid-template-columns: 1fr; }
  .culture-item { grid-template-columns: 48px 1fr; gap: 12px; }
}
