/* ============================================
   Hawkfield Recruitment — Design System v2
   ============================================ */

:root {
  --navy-950: #08142b;
  --navy-900: #0e1d3d;
  --navy-800: #14264a;
  --navy-700: #1b3a75;
  --navy-600: #244a8e;
  --blue-400: #7ba3d9;
  --blue-300: #9bbce6;
  --blue-200: #c5d6ec;
  --blue-100: #dde7f4;
  --blue-50:  #eef3fa;

  --gold-600: #b88e1d;
  --gold-500: #d4a82c;
  --gold-400: #e3bd4d;
  --gold-300: #ecd07a;
  --gold-50:  #faf3df;

  --ink-950:  #060a17;
  --ink-900:  #0b1220;
  --ink-700:  #2b3648;
  --ink-500:  #5b6678;
  --ink-300:  #9aa3b2;
  --ink-200:  #c4cad4;
  --line:     #e6ebf2;
  --line-soft:#eff3f8;
  --bg:       #f4f1ea;
  --bg-card:  #ffffff;
  --bg-soft:  #ece8df;
  --bg-tint:  #eaf0f9;
  --bg-warm:  #f4f1ea;
  --cream:    #f4f1ea;
  --cream-2:  #ece8df;

  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-xs: 0 1px 2px rgba(15,31,61,.05);
  --shadow-sm: 0 2px 4px rgba(15,31,61,.06), 0 1px 2px rgba(15,31,61,.04);
  --shadow:    0 12px 32px rgba(15,31,61,.08);
  --shadow-lg: 0 30px 80px rgba(15,31,61,.20);
  --shadow-gold: 0 16px 40px rgba(212,168,44,.30);

  --font-sans:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono:    ui-monospace, 'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace;
  --font-serif:   'Fraunces', Georgia, serif;

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 56px);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ============================================
   Reset & base
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-700);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { padding: 0; margin: 0; list-style: none; }
::selection { background: var(--gold-300); color: var(--navy-900); }

/* Typography */
h1, h2, h3, h4 {
  font-family: var(--font-sans);
  color: var(--navy-900);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 .5em;
  font-weight: 600;
}
h1 { font-size: clamp(2.6rem, 6.4vw, 5.6rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1.02; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 600; letter-spacing: -0.035em; }
h3 { font-size: clamp(1.15rem, 1.4vw, 1.35rem); font-weight: 600; letter-spacing: -0.015em; }
p  { margin: 0 0 1rem; }
.lede {
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  color: var(--ink-500);
  line-height: 1.6;
}
em.italic, .italic { font-style: italic; font-family: var(--font-serif); font-weight: 400; }

/* Gold underline accent */
.u-mark {
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.u-mark::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 0.06em;
  height: 0.32em;
  background: linear-gradient(90deg, var(--gold-300), var(--gold-500));
  z-index: -1;
  border-radius: 4px;
  opacity: .55;
  transform: skewX(-6deg);
}

/* Layout */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.section {
  padding-block: clamp(88px, 12vw, 168px);
  position: relative;
}
.section--soft  {
  background: var(--bg-soft);
  background-image: radial-gradient(rgba(27,58,117,.06) 1px, transparent 1px);
  background-size: 32px 32px;
}
.section--warm  { background: var(--bg-warm); }
.section--navy  {
  background: linear-gradient(180deg, var(--navy-950), var(--navy-900));
  color: rgba(220, 230, 245, .8);
  position: relative;
  overflow: hidden;
}
.section--navy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(800px 400px at 80% 20%, rgba(123,163,217,.18), transparent 60%),
    radial-gradient(600px 320px at 10% 90%, rgba(212,168,44,.14), transparent 60%);
  pointer-events: none;
}
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.section--navy .lede { color: rgba(230,237,248,.78); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 24px;
}
.section-head--left .eyebrow,
.section--navy .section-head .eyebrow,
.split .eyebrow {
  /* keep clean — no rule */
}
.section-head .eyebrow {
  justify-content: center;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--gold-500);
  border-radius: 50%;
}
.eyebrow::after { display: none; }
.section--navy .eyebrow { color: var(--gold-400); }

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: .92rem;
  letter-spacing: -0.005em;
  transition: transform .25s var(--ease-out), background .2s, color .2s, border-color .2s, box-shadow .2s;
  white-space: nowrap;
  position: relative;
}
.btn--primary {
  background: #fff;
  color: var(--navy-900);
}
.btn--primary:hover {
  background: var(--gold-500);
  color: var(--navy-900);
  transform: translateY(-1px);
}
.btn--ghost {
  border: 1px solid rgba(255,255,255,.20);
  color: #fff;
  background: transparent;
}
.btn--ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); }
.btn--dark {
  background: var(--navy-900);
  color: #fff;
}
.btn--dark:hover { background: #000; transform: translateY(-1px); }
.btn--outline {
  border: 1px solid rgba(15,31,61,.18);
  color: var(--navy-900);
  background: transparent;
}
.btn--outline:hover { border-color: var(--navy-900); background: var(--navy-900); color: #fff; }
.btn .arrow {
  transition: transform .25s var(--ease-out);
  display: inline-flex;
}
.btn:hover .arrow { transform: translateX(4px); }
.btn--sm { padding: 10px 18px; font-size: .85rem; }

/* ============================================
   Header
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244,241,234,.85);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-header.is-scrolled {
  background: rgba(244,241,234,.96);
  border-bottom-color: rgba(15,31,61,.06);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 16px;
  transition: padding .3s var(--ease-out);
}
.site-header.is-scrolled .nav { padding-block: 10px; }
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  height: 144px;
  width: auto;
  transition: height .3s var(--ease-out);
}
.site-header.is-scrolled .brand img { height: 96px; }
@media (max-width: 600px) {
  .brand img { height: 88px; }
  .site-header.is-scrolled .brand img { height: 64px; }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 500;
  font-size: .95rem;
  color: var(--ink-700);
  position: relative;
  transition: color .2s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity .2s, transform .25s var(--ease-out);
}
.nav-links a:hover { color: var(--navy-900); }
.nav-links a:hover::after,
.nav-links a.is-active::after { opacity: 1; transform: scaleX(1); }
.nav-links a.is-active { color: var(--navy-900); font-weight: 600; }

.nav-cta { display: flex; gap: 10px; align-items: center; }

.menu-toggle {
  display: none;
  width: 46px; height: 46px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: var(--navy-900);
  color: #fff;
}
.menu-toggle svg { width: 22px; height: 22px; }

@media (max-width: 940px) {
  .nav-links, .nav-cta .btn { display: none; }
  .menu-toggle { display: inline-flex; }
}
.mobile-panel {
  display: none;
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 12px var(--gutter) 24px;
}
.mobile-panel.is-open { display: block; }
.mobile-panel a {
  display: block;
  padding: 16px 8px;
  border-bottom: 1px solid var(--line-soft);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--navy-900);
}
.mobile-panel a:last-of-type { border-bottom: 0; }
.mobile-panel .btn { margin-top: 16px; width: 100%; justify-content: center; }

/* ============================================
   Hero — inset rounded navy panel
   ============================================ */
.hero-shell {
  padding: clamp(8px, 1.5vw, 20px);
  padding-top: 0;
  background: var(--cream);
}
.hero {
  position: relative;
  background: var(--navy-900);
  color: #e6edf8;
  overflow: hidden;
  isolation: isolate;
  border-radius: clamp(20px, 2.4vw, 32px);
  box-shadow: 0 30px 80px -30px rgba(8,20,43,.30);
}
.hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(36,74,142,.55), rgba(20,38,74,.0) 60%);
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(212,168,44,.10), transparent 60%);
  z-index: 0;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(56px, 9vw, 120px) clamp(28px, 5vw, 80px);
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 32px;
}
.hero-eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  background: var(--gold-500);
  border-radius: 50%;
}
.hero-eyebrow .dot {
  width: 8px; height: 8px;
  background: var(--gold-400);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(212,168,44,.20);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(212,168,44,.20); }
  50% { box-shadow: 0 0 0 8px rgba(212,168,44,.05); }
}

.hero h1 {
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.0;
  font-size: clamp(2.6rem, 6.4vw, 5.6rem);
}
.hero h1 .accent {
  display: inline;
  color: var(--blue-300);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hero p.lede {
  color: rgba(230, 237, 248, .82);
  max-width: 560px;
  margin-block: 28px 36px;
  font-size: clamp(1.08rem, 1.3vw, 1.22rem);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.hero-meta {
  display: flex;
  gap: clamp(28px, 5vw, 56px);
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.08);
  flex-wrap: wrap;
}
.hero-meta div { min-width: 100px; }
.hero-meta strong {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.hero-meta strong em { color: var(--blue-300); font-family: var(--font-serif); font-style: italic; font-weight: 400; }
.hero-meta span { font-family: var(--font-mono); font-size: .7rem; color: rgba(230,237,248,.5); letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }

/* Hero visual — clean photo with floating UI cards */
.hero-visual {
  position: relative;
  aspect-ratio: 4/3;
}
.hero-visual .photo {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--navy-700);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.5);
}
.hero-visual .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

/* Floating top status pill */
.float-status {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--navy-900);
  z-index: 3;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.float-status .live-dot {
  width: 6px; height: 6px;
  background: #2bb673;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(43,182,115,.22);
  animation: pulse-green 2s ease-in-out infinite;
}
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 3px rgba(43,182,115,.22); }
  50% { box-shadow: 0 0 0 6px rgba(43,182,115,.04); }
}

/* Floating mini stats card (top-right) */
.float-stats {
  position: absolute;
  top: -16px;
  right: -16px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 16px 40px -8px rgba(8,20,43,.30);
  z-index: 3;
  min-width: 160px;
}
.float-stats-label {
  font-family: var(--font-mono);
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 500;
  margin-bottom: 6px;
}
.float-stats-value {
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy-900);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 8px;
}
.float-stats-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 28px;
}
.float-stats-bars span {
  flex: 1;
  background: var(--blue-200);
  border-radius: 2px;
}
.float-stats-bars span:nth-child(1) { height: 40%; }
.float-stats-bars span:nth-child(2) { height: 70%; }
.float-stats-bars span:nth-child(3) { height: 55%; background: var(--navy-700); }
.float-stats-bars span:nth-child(4) { height: 90%; background: var(--gold-500); }
.float-stats-bars span:nth-child(5) { height: 65%; }

/* Floating profile card (bottom-left) */
.float-profile {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px 16px 16px;
  box-shadow: 0 16px 40px -8px rgba(8,20,43,.30);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
}
.float-profile .avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: var(--gold-400);
  display: grid; place-items: center;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: .85rem;
  flex-shrink: 0;
}
.float-profile-name {
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 600;
  color: var(--navy-900);
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.float-profile-name svg { color: var(--blue-400); width: 14px; height: 14px; }
.float-profile-role {
  font-family: var(--font-mono);
  font-size: .66rem;
  color: var(--ink-500);
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 80px; }
  .hero-visual { aspect-ratio: 4/3; max-width: 520px; margin-inline: auto; }
}
@media (max-width: 600px) {
  .float-stats { right: 0; top: -12px; }
  .float-profile { left: 0; bottom: -16px; }
}

/* ============================================
   Marquee strip
   ============================================ */
.strip {
  background: #fff;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding-block: clamp(32px, 5vw, 56px);
}
.strip-inner {
  display: grid;
  gap: 28px;
  text-align: center;
}
.strip-label {
  font-size: .74rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink-500);
  font-weight: 600;
}
.brand-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}
.brand-row span {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  color: var(--navy-900);
  font-weight: 500;
  letter-spacing: -0.015em;
  opacity: .7;
  transition: opacity .25s;
}
.brand-row span:hover { opacity: 1; }

/* ============================================
   Section head
   ============================================ */
.section-head {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.section-head--left { margin-inline: 0; text-align: left; max-width: 640px; }
.section-head h2 { margin-bottom: 16px; }

/* ============================================
   Stats / Numbers band
   ============================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(15,31,61,.12);
  border-bottom: 1px solid rgba(15,31,61,.12);
}
@media (max-width: 700px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat {
  padding: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 32px);
  border-right: 1px solid rgba(15,31,61,.08);
  position: relative;
}
.stat:last-child { border-right: 0; }
@media (max-width: 700px) {
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(15,31,61,.08); }
}
.stat strong {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--navy-900);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}
.stat strong em {
  color: var(--gold-500);
  font-style: normal;
  font-weight: 600;
}
.stat span {
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--ink-500);
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ============================================
   Cards / features grid
   ============================================ */
.grid {
  display: grid;
  gap: 24px;
}
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 940px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
}

.feature {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  transition: border-color .25s, transform .35s var(--ease-out);
  position: relative;
}
.feature:hover {
  border-color: var(--navy-700);
  transform: translateY(-2px);
}
.feature .icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--bg-tint);
  color: var(--navy-700);
  display: grid; place-items: center;
  margin-bottom: 28px;
  transition: background .25s, color .25s;
}
.feature .icon svg { width: 24px; height: 24px; }
.feature:hover .icon { background: var(--navy-900); color: var(--gold-400); }
.feature h3 { margin-bottom: 12px; font-size: 1.25rem; }
.feature p { margin: 0; color: var(--ink-500); }

/* Bento grid for editorial feature blocks */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px;
}
.bento .feature { padding: 36px; display: flex; flex-direction: column; }
.bento-lg { grid-column: span 3; grid-row: span 2; padding: 48px !important; }
.bento-md { grid-column: span 3; }
.bento-sm { grid-column: span 2; }
.bento-flag {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-950));
  color: rgba(255,255,255,.78);
  border: 0;
  position: relative;
  overflow: hidden;
}
.bento-flag::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(400px 240px at 100% 0%, rgba(123,163,217,.20), transparent 60%),
    radial-gradient(360px 200px at 0% 100%, rgba(212,168,44,.16), transparent 60%);
}
.bento-flag > * { position: relative; z-index: 1; }
.bento-flag h3 { color: #fff; font-size: 2rem; font-family: var(--font-display); font-weight: 400; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 16px; }
.bento-flag p { color: rgba(230,237,248,.78); font-size: 1.02rem; }
.bento-flag .icon { background: rgba(255,255,255,.06); color: var(--gold-400); }
.bento-flag:hover { border-color: transparent; }
.bento-flag:hover .icon { background: var(--gold-500); color: var(--navy-900); }
@media (max-width: 940px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-lg, .bento-md, .bento-sm { grid-column: span 2; grid-row: auto; }
  .bento-lg { padding: 36px !important; }
}

/* ============================================
   Split / About
   ============================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
@media (max-width: 940px) {
  .split { grid-template-columns: 1fr; gap: 56px; }
}
.split-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  transition: transform 1.2s var(--ease-out);
}
.split-media:hover img { transform: scale(1.05); }
.split-media .badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--gold-500);
  color: var(--navy-900);
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: .82rem;
  letter-spacing: .04em;
  box-shadow: var(--shadow-gold);
  text-transform: uppercase;
}
.split-media::after {
  content: "";
  position: absolute;
  inset: -16px;
  border: 2px solid var(--gold-400);
  border-radius: var(--radius-xl);
  z-index: -1;
  opacity: .4;
  transform: translate(20px, 20px);
}
.split ul.checks { margin-top: 28px; }
.split ul.checks li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  color: var(--ink-700);
  border-bottom: 1px solid var(--line-soft);
  font-weight: 500;
}
.split ul.checks li:last-child { border-bottom: 0; }
.split ul.checks li::before {
  content: "";
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--gold-500);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e1d3d' stroke-width='3.5'><path d='M5 12l5 5L20 7'/></svg>");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 3px;
  box-shadow: 0 4px 10px rgba(212,168,44,.30);
}

/* ============================================
   Sectors grid
   ============================================ */
.sectors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 940px) { .sectors { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .sectors { grid-template-columns: repeat(2, 1fr); } }
.sector {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: all .3s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.sector::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(212,168,44,.10));
  opacity: 0;
  transition: opacity .3s;
}
.sector:hover {
  border-color: var(--gold-400);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.sector:hover::after { opacity: 1; }
.sector .icon {
  width: 60px; height: 60px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
  color: var(--gold-400);
  display: grid; place-items: center;
  position: relative;
  box-shadow: 0 8px 20px rgba(14,29,61,.18);
}
.sector .icon svg { width: 28px; height: 28px; }
.sector h4 { margin: 0; font-family: var(--font-sans); font-size: .95rem; font-weight: 600; color: var(--navy-900); letter-spacing: -0.005em; line-height: 1.3; }

/* ============================================
   Process timeline
   ============================================ */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
@media (max-width: 940px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .process { grid-template-columns: 1fr; } }
.step {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  transition: all .3s var(--ease-out);
  backdrop-filter: blur(6px);
}
.step:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(212,168,44,.4);
  transform: translateY(-4px);
}
.step .num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  color: var(--gold-400);
  line-height: 1;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.04em;
  display: inline-block;
}
.step h3 { color: #fff; font-size: 1.18rem; margin-bottom: 10px; font-weight: 600; }
.step p { color: rgba(230,237,248,.7); margin: 0; font-size: .92rem; line-height: 1.55; }

/* ============================================
   Testimonial
   ============================================ */
.testimonial {
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}
@media (max-width: 700px) { .testimonial { grid-template-columns: 1fr; gap: 16px; } }
.testimonial .quote-mark {
  font-family: var(--font-display);
  font-size: clamp(7rem, 14vw, 12rem);
  line-height: .7;
  color: var(--blue-300);
  display: block;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.04em;
}
.testimonial blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  color: var(--navy-900);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 36px;
  font-style: normal;
  letter-spacing: -0.025em;
}
.testimonial cite {
  font-style: normal;
  color: var(--ink-500);
  font-size: .92rem;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.testimonial cite .avatar {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: var(--gold-400);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .02em;
  flex-shrink: 0;
}
.testimonial cite { display: inline-flex; gap: 14px; align-items: center; }
.testimonial cite strong { color: var(--navy-900); display: block; font-family: var(--font-sans); font-weight: 600; text-align: left; font-size: .98rem; line-height: 1.2; margin-bottom: 2px; }
.testimonial cite span { display: block; text-align: left; font-size: .82rem; color: var(--ink-500); }

/* ============================================
   CTA banner
   ============================================ */
.cta {
  background:
    radial-gradient(800px 360px at 90% 20%, rgba(212,168,44,.30), transparent 60%),
    radial-gradient(600px 300px at 0% 90%, rgba(123,163,217,.20), transparent 60%),
    linear-gradient(135deg, var(--navy-800) 0%, var(--navy-950) 100%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: clamp(44px, 6vw, 84px);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  pointer-events: none;
}
@media (max-width: 880px) { .cta { grid-template-columns: 1fr; text-align: center; } }
.cta > * { position: relative; }
.cta h2 { color: #fff; margin: 0 0 14px; }
.cta p { color: rgba(255,255,255,.78); margin: 0; }
.cta-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 880px) { .cta-actions { justify-content: center; } }

/* ============================================
   Page hero (subpage)
   ============================================ */
.page-hero {
  background:
    radial-gradient(900px 400px at 100% 0%, rgba(123,163,217,.22), transparent 60%),
    radial-gradient(700px 300px at 0% 100%, rgba(212,168,44,.15), transparent 60%),
    linear-gradient(180deg, var(--navy-950), var(--navy-800));
  color: #fff;
  padding-block: clamp(96px, 11vw, 160px) clamp(72px, 9vw, 120px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at center, #000 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at center, #000 20%, transparent 80%);
  pointer-events: none;
}
.page-hero > * { position: relative; }
.page-hero h1 { color: #fff; max-width: 18ch; margin: 0 auto 20px; font-weight: 500; }
.page-hero p { color: rgba(255,255,255,.78); max-width: 60ch; margin: 0 auto; font-size: clamp(1.05rem, 1.3vw, 1.2rem); }
.crumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(8px);
}

/* ============================================
   Contact / forms
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 940px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info { padding-right: 16px; }
.contact-info ul { display: grid; gap: 24px; margin-top: 32px; }
.contact-info li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line-soft);
  transition: all .25s;
}
.contact-info li:hover { box-shadow: var(--shadow-sm); border-color: transparent; transform: translateX(4px); }
.contact-info .pin {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue-50), var(--blue-100));
  color: var(--navy-700);
  display: grid; place-items: center;
}
.contact-info span.label {
  display: block;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 6px;
  font-weight: 600;
}
.contact-info a, .contact-info p { color: var(--navy-900); font-weight: 500; margin: 0; font-size: 1rem; }
.contact-info a:hover { color: var(--gold-600); }

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(32px, 4vw, 52px);
  box-shadow: var(--shadow);
  position: relative;
}
.form-card::before {
  content: "";
  position: absolute;
  top: 0; left: 32px; right: 32px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-500));
  border-radius: 0 0 4px 4px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.field { display: block; margin-bottom: 18px; }
.field label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: var(--navy-900);
  margin-bottom: 8px;
  letter-spacing: .02em;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-size: .95rem;
  color: var(--navy-900);
  background: var(--bg-soft);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-300); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  background: #fff;
  border-color: var(--navy-700);
  box-shadow: 0 0 0 4px var(--blue-50);
}
.field textarea { min-height: 140px; resize: vertical; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 8px; }
.form-note { font-size: .78rem; color: var(--ink-500); margin-top: 14px; text-align: center; }

/* ============================================
   Footer
   ============================================ */
.site-footer {
  background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
  color: rgba(255,255,255,.65);
  padding: 96px 0 32px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 160px;
  background: radial-gradient(ellipse, rgba(212,168,44,.18), transparent 70%);
  filter: blur(40px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 940px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand img { height: 44px; filter: brightness(0) invert(1); margin-bottom: 20px; }
.footer-brand p { font-size: .92rem; max-width: 34ch; line-height: 1.55; }

.footer h5 {
  color: #fff;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.footer ul li { margin-bottom: 12px; }
.footer ul a { color: rgba(255,255,255,.65); font-size: .92rem; transition: color .2s, padding-left .2s; }
.footer ul a:hover { color: var(--gold-400); padding-left: 4px; }

.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  display: grid; place-items: center;
  color: #fff;
  transition: all .25s;
}
.socials a:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }

.footer-base {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: .82rem;
  color: rgba(255,255,255,.45);
  flex-wrap: wrap;
  position: relative;
}
.footer-base em { color: var(--gold-400); font-style: italic; font-family: var(--font-display); }

/* ============================================
   Reveal on scroll
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none !important; }
}

/* ============================================
   Jobs board
   ============================================ */
.jobs-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.jobs-search {
  position: relative;
  flex: 1 1 360px;
  max-width: 520px;
}
.jobs-search svg {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--ink-500);
  pointer-events: none;
}
.jobs-search input {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 14px 20px 14px 48px;
  font: inherit;
  color: var(--ink-900);
  transition: border-color .2s, box-shadow .2s;
}
.jobs-search input:focus {
  outline: none;
  border-color: var(--navy-700);
  box-shadow: 0 0 0 4px rgba(36,74,142,.12);
}
.jobs-count {
  color: var(--ink-500);
  font-size: .92rem;
  font-weight: 500;
}

.filter-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.filter-label {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-right: 8px;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-700);
  font-size: .88rem;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.chip:hover { border-color: var(--navy-700); color: var(--navy-900); }
.chip.is-active {
  background: var(--navy-900);
  border-color: var(--navy-900);
  color: #fff;
}

.jobs-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}
.job-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  transition: border-color .25s, transform .35s var(--ease-out), box-shadow .25s;
}
.job-card:hover {
  border-color: var(--navy-700);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.job-card[hidden] { display: none; }
.job-card__main { min-width: 0; }
.job-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--bg-tint);
  color: var(--navy-700);
}
.tag--gold {
  background: var(--gold-50);
  color: var(--gold-600);
}
.tag--dark {
  background: var(--navy-900);
  color: var(--gold-300);
}
.job-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0 0 12px;
  color: var(--ink-500);
  font-size: .92rem;
  font-weight: 500;
}
.job-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.job-card__meta svg {
  width: 16px;
  height: 16px;
  color: var(--navy-700);
}
.job-card__main p:last-child {
  margin: 0;
  color: var(--ink-500);
}
.job-card__cta { flex-shrink: 0; }

.jobs-empty {
  text-align: center;
  padding: 56px 24px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  margin-top: 32px;
  background: #fff;
}
.jobs-empty h3 { margin-bottom: 10px; }
.jobs-empty p { color: var(--ink-500); max-width: 480px; margin: 0 auto 20px; }

@media (max-width: 720px) {
  .job-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .job-card__cta { width: 100%; }
  .job-card__cta .btn { width: 100%; justify-content: center; }
}

/* ============================================
   Apply page
   ============================================ */
.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 880px) {
  .apply-grid { grid-template-columns: 1fr; gap: 32px; }
}
.apply-aside {
  position: sticky;
  top: 110px;
}
@media (max-width: 880px) {
  .apply-aside { position: static; }
}
.apply-points {
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apply-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink-700);
}
.apply-points svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold-500);
}
.apply-help {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apply-help .label {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-500);
}

.file-drop {
  display: block;
  position: relative;
  border: 1.5px dashed var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
  padding: 24px 20px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.file-drop:hover,
.file-drop.is-dragging {
  border-color: var(--navy-700);
  background: #fff;
}
.file-drop.has-file {
  border-style: solid;
  border-color: var(--gold-500);
  background: var(--gold-50);
}
.file-drop input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-drop__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  pointer-events: none;
}
.file-drop__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  color: var(--navy-700);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.file-drop.has-file .file-drop__icon {
  background: var(--gold-500);
  color: #fff;
}
.file-drop__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.file-drop__text strong {
  color: var(--navy-900);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-drop__text span { color: var(--ink-500); font-size: .85rem; }
