*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ─── TOKENS ─── */
:root {
  --navy:        #080d1c;
  --navy-mid:    #0d1528;
  --navy-light:  #111d36;
  --indigo:      #6366f1;
  --indigo-dark: #4f46e5;
  --indigo-glow: rgba(99,102,241,.35);
  --indigo-dim:  rgba(99,102,241,.12);
  --indigo-line: rgba(99,102,241,.22);
  --text-hi:     #f0f2ff;
  --text-mid:    #c4c9e0;
  --text-lo:     #64748b;
  --text-faint:  #2e3a52;
  --serif:       'Cormorant Garamond', Georgia, serif;
  --sans:        'Inter', system-ui, sans-serif;
  --rule:        rgba(99,102,241,.15);
}

body {
  font-family: var(--sans);
  background: var(--navy);
  color: var(--text-mid);
  -webkit-font-smoothing: antialiased;
}

/* ─── NAV ─── */
nav {
  position: sticky; top: 0; z-index: 900;
  background: rgba(8,13,28,.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 80px; height: 80px;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 20px; font-weight: 500; letter-spacing: .04em;
  color: var(--text-hi);
  text-decoration: none;
}
.nav-logo span { color: var(--indigo); }
.nav-links { display: flex; gap: 48px; }
.nav-links a {
  color: rgba(196,201,224,.5); text-decoration: none;
  font-size: 14px; font-weight: 500; letter-spacing: .02em;
  transition: color .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text-hi); }
.nav-cta {
  border: 1px solid var(--indigo-line);
  color: var(--indigo); background: transparent;
  padding: 10px 28px; font-family: var(--sans);
  font-size: 13px; font-weight: 600; letter-spacing: .07em;
  text-transform: uppercase; cursor: pointer;
  transition: all .2s;
}
.nav-cta:hover { background: var(--indigo-dim); border-color: var(--indigo); }

/* ─── HERO ─── */
.hero {
  min-height: 92vh;
  display: flex; align-items: center;
  padding: 100px 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(var(--indigo-dim) 1px, transparent 1px),
    linear-gradient(90deg, var(--indigo-dim) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .35;
}
.hero::after {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 70% 65% at 55% 45%, rgba(99,102,241,.13) 0%, transparent 70%);
}
.hero-content { max-width: 640px; position: relative; z-index: 1; }

.eyebrow {
  font-family: var(--sans);
  font-size: 11px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--indigo);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 36px;
}
.eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--indigo); flex-shrink: 0; }

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 300; line-height: 1.08;
  color: var(--text-hi); margin-bottom: 28px;
  letter-spacing: -.01em;
}
.hero h1 strong {
  font-weight: 700; color: var(--indigo);
  display: block; font-style: italic;
}
.hero-sub {
  font-size: 17px; line-height: 1.9;
  color: rgba(196,201,224,.65);
  max-width: 500px; margin-bottom: 54px;
  font-weight: 300;
}
.hero-ctas { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.cta-primary {
  background: var(--indigo); color: #fff;
  padding: 16px 42px; text-decoration: none;
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  transition: all .25s;
  box-shadow: 0 0 36px var(--indigo-glow);
}
.cta-primary:hover {
  background: var(--indigo-dark);
  box-shadow: 0 0 48px var(--indigo-glow);
  transform: translateY(-1px);
}
.cta-secondary {
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  color: rgba(196,201,224,.55); text-decoration: none;
  border-bottom: 1px solid var(--indigo-line); padding-bottom: 3px;
  transition: all .2s;
}
.cta-secondary:hover { color: var(--indigo); border-bottom-color: var(--indigo); }

/* ─── STATS BAR ─── */
.stats {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: rgba(13,21,40,.6);
}
.stat {
  padding: 56px 48px;
  border-right: 1px solid var(--rule);
  text-align: center;
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--serif);
  font-size: 52px; font-weight: 300;
  color: var(--indigo); letter-spacing: -.02em;
  display: block; margin-bottom: 10px;
}
.stat-label {
  font-family: var(--serif);
  font-size: 15px; font-weight: 300;
  color: var(--text-lo);
  line-height: 1.6;
}

/* ─── SERVICES ─── */
.services {
  padding: 130px 80px;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 56px); font-weight: 300;
  color: var(--text-hi); margin-bottom: 80px;
  letter-spacing: -.01em; line-height: 1.15;
}
.section-title span { color: var(--indigo); font-style: italic; }

.service-list { display: flex; flex-direction: column; }
.service-item {
  display: flex; align-items: flex-start; gap: 64px;
  padding: 52px 0;
  border-bottom: 1px solid var(--rule);
  transition: all .3s;
  cursor: default;
}
.service-item:first-child { border-top: 1px solid var(--rule); }
.service-item:hover {
  background: rgba(99,102,241,.04);
  margin: 0 -48px; padding-left: 48px; padding-right: 48px;
}
.service-title {
  font-family: var(--serif);
  font-size: 28px; font-weight: 400;
  color: var(--text-hi);
  flex: 0 0 300px;
  line-height: 1.3;
}
.service-desc {
  font-size: 16px; line-height: 1.85;
  color: rgba(196,201,224,.55);
  font-weight: 300; max-width: 560px;
}

/* ─── ABOUT ─── */
.about {
  padding: 130px 80px;
  background: rgba(13,21,40,.7);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.about-header {
  display: grid; grid-template-columns: auto 1fr 1fr;
  gap: 64px; align-items: center;
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--rule);
}
.about-photo {
  width: 180px; height: 180px; flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--navy), 0 0 0 6px var(--indigo), 0 0 28px var(--indigo-glow);
  object-fit: cover;
  display: block;
}
.about-label {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--indigo); margin-bottom: 28px;
}
.about h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 44px); font-weight: 300;
  color: var(--text-hi); line-height: 1.2; margin-bottom: 0;
}
.about p {
  font-size: 16px; line-height: 1.9;
  color: rgba(196,201,224,.6); font-weight: 300;
  margin-bottom: 18px;
}
.exp-highlights {
  list-style: none; margin-top: 14px;
  display: flex; flex-direction: column; gap: 9px;
}
.exp-highlights li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; line-height: 1.65;
  color: rgba(196,201,224,.5); font-weight: 300;
}
.exp-highlights li::before {
  content: '–'; color: var(--indigo); font-weight: 600;
  flex-shrink: 0; font-family: var(--sans);
}

/* Experience grid */
.exp-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; background: var(--rule);
  border: 1px solid var(--rule);
}
.exp-block {
  background: var(--navy-mid);
  padding: 40px 44px;
  display: flex; flex-direction: column; gap: 0;
  transition: background .25s;
}
.exp-block:hover { background: rgba(99,102,241,.05); }
.exp-badge {
  display: inline-block;
  background: var(--indigo-dim);
  border: 1px solid var(--indigo-line);
  color: var(--indigo); padding: 3px 10px;
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .04em; margin-bottom: 16px; align-self: flex-start;
}
.exp-co {
  font-family: var(--serif);
  font-size: 24px; font-weight: 400; color: var(--text-hi);
  line-height: 1.3; margin-bottom: 4px;
}
.exp-role {
  font-size: 13px; color: var(--indigo);
  font-weight: 500; letter-spacing: .02em; margin-bottom: 20px;
}

/* ─── RESULTS ─── */
.results {
  padding: 130px 80px;
}
.results-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; margin-top: 72px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.result-card {
  background: var(--navy-mid);
  padding: 52px 56px;
  transition: background .25s;
}
.result-card:hover { background: rgba(99,102,241,.06); }
.result-card-num {
  font-family: var(--serif);
  font-size: 54px; font-weight: 300;
  color: var(--indigo); letter-spacing: -.02em;
  display: block; margin-bottom: 12px;
}
.result-card-title {
  font-family: var(--serif);
  font-size: 22px; font-weight: 500; color: var(--text-hi);
  margin-bottom: 10px;
}
.result-card-desc {
  font-size: 14px; line-height: 1.8; color: var(--text-lo); font-weight: 300;
}

/* ─── CTA BAND ─── */
.cta-band {
  padding: 130px 80px; text-align: center;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-top: 1px solid var(--rule);
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 60%, rgba(99,102,241,.1) 0%, transparent 70%);
}
.cta-band-content { position: relative; z-index: 1; }
.cta-band h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 62px); font-weight: 300;
  color: var(--text-hi); margin-bottom: 18px; line-height: 1.15;
}
.cta-band h2 em { font-style: italic; color: var(--indigo); }
.cta-band p {
  font-size: 17px; color: rgba(196,201,224,.55);
  margin-bottom: 52px; font-weight: 300;
  max-width: 520px; margin-left: auto; margin-right: auto;
  line-height: 1.8;
}
.cta-band a {
  display: inline-block; background: transparent;
  border: 1px solid var(--indigo);
  color: var(--indigo); padding: 18px 60px;
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  transition: all .25s;
}
.cta-band a:hover {
  background: var(--indigo); color: #fff;
  box-shadow: 0 0 36px var(--indigo-glow);
}

/* ─── FOOTER ─── */
footer {
  background: #050810; padding: 44px 80px;
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(99,102,241,.08);
}
footer .f-logo {
  font-family: var(--serif);
  font-size: 17px; font-weight: 400; color: rgba(240,242,255,.3);
  letter-spacing: .03em;
}
footer .f-contact {
  font-family: var(--sans); font-size: 13px;
  color: var(--text-faint); text-align: right; line-height: 1.8;
}
footer .f-copy {
  font-family: var(--sans); font-size: 12px;
  color: var(--text-faint); letter-spacing: .03em;
}

/* ─── INSIGHTS (blog index) ─── */
.insights-hero {
  padding: 160px 80px 90px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.insights-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(var(--indigo-dim) 1px, transparent 1px),
    linear-gradient(90deg, var(--indigo-dim) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .25;
}
.insights-hero-content { position: relative; z-index: 1; max-width: 700px; }
.insights-hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 64px); font-weight: 300;
  color: var(--text-hi); line-height: 1.15; margin-bottom: 24px;
  letter-spacing: -.01em;
}
.insights-hero h1 em { color: var(--indigo); font-style: italic; }
.insights-hero p {
  font-size: 17px; line-height: 1.9; font-weight: 300;
  color: rgba(196,201,224,.65); max-width: 540px;
}

.insight-list { padding: 20px 80px 130px; display: flex; flex-direction: column; }
.insight-card {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 48px;
  padding: 52px 0;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  transition: all .3s;
}
.insight-card:first-child { border-top: 1px solid var(--rule); }
.insight-card:hover {
  background: rgba(99,102,241,.04);
  margin: 0 -48px; padding-left: 48px; padding-right: 48px;
}
.insight-card-main { max-width: 700px; }
.insight-meta {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--indigo);
  margin-bottom: 16px;
}
.insight-title {
  font-family: var(--serif);
  font-size: 30px; font-weight: 400; color: var(--text-hi);
  line-height: 1.3; margin-bottom: 14px;
}
.insight-excerpt {
  font-size: 15px; line-height: 1.85; font-weight: 300;
  color: rgba(196,201,224,.55);
}
.insight-arrow {
  font-family: var(--serif); font-size: 26px; font-style: italic;
  color: var(--indigo); flex-shrink: 0; margin-top: 8px;
  transition: transform .25s;
}
.insight-card:hover .insight-arrow { transform: translateX(6px); }

/* ─── ARTICLE PAGE ─── */
.article-header {
  padding: 160px 80px 70px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.article-header::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 70% 65% at 55% 20%, rgba(99,102,241,.12) 0%, transparent 70%);
}
.article-header-content { position: relative; z-index: 1; max-width: 760px; }
.article-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: .05em; color: rgba(196,201,224,.5);
  text-decoration: none; margin-bottom: 40px;
  transition: color .2s;
}
.article-back:hover { color: var(--indigo); }
.article-header h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.2vw, 58px); font-weight: 300;
  color: var(--text-hi); line-height: 1.18; margin-bottom: 28px;
  letter-spacing: -.01em;
}
.article-meta {
  display: flex; gap: 24px; align-items: center;
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  color: var(--text-lo); letter-spacing: .02em;
}
.article-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--text-lo); }

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 80px 60px;
}
.article-body p {
  font-size: 18px; line-height: 1.95; font-weight: 300;
  color: rgba(196,201,224,.75); margin-bottom: 28px;
}
.article-body h3 {
  font-family: var(--serif);
  font-size: 28px; font-weight: 500; font-style: italic;
  color: var(--indigo); margin: 52px 0 22px;
  line-height: 1.3;
}
.article-body strong { color: var(--text-hi); font-weight: 600; }
.article-table {
  width: 100%; border-collapse: collapse; margin: 8px 0 36px;
  font-family: var(--sans); font-size: 14px;
}
.article-table td {
  padding: 10px 18px; border-bottom: 1px solid var(--rule);
  color: rgba(196,201,224,.7);
}
.article-table td:last-child { text-align: right; color: var(--text-hi); font-weight: 500; }

.article-footer-cta {
  max-width: 760px; margin: 0 auto;
  padding: 0 80px 130px;
}
.article-footer-cta-inner {
  border: 1px solid var(--indigo-line);
  padding: 48px 56px;
  text-align: center;
  background: rgba(99,102,241,.04);
}
.article-footer-cta-inner p {
  font-family: var(--serif); font-size: 22px; font-weight: 300;
  color: var(--text-hi); margin-bottom: 24px; line-height: 1.4;
}
.article-footer-cta-inner p em { color: var(--indigo); font-style: italic; }
.article-footer-cta-inner a {
  display: inline-block; background: transparent;
  border: 1px solid var(--indigo);
  color: var(--indigo); padding: 14px 42px;
  font-family: var(--sans); font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; text-decoration: none;
  transition: all .25s;
}
.article-footer-cta-inner a:hover { background: var(--indigo); color: #fff; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  nav, .hero, .stats, .services, .about, .results, .cta-band, footer,
  .insights-hero, .insight-list, .article-header, .article-footer-cta {
    padding-left: 40px; padding-right: 40px;
  }
  .article-body { padding-left: 40px; padding-right: 40px; }
  .about-header { grid-template-columns: 1fr; gap: 28px; }
  .about-photo { width: 140px; height: 140px; }
  .exp-list { grid-template-columns: 1fr; }
  .service-item { gap: 36px; flex-wrap: wrap; }
  .service-title { min-width: unset; }
  .service-item:hover { margin: 0; padding-left: 0; padding-right: 0; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .results-grid { grid-template-columns: 1fr; }
  .insight-card { flex-direction: column; gap: 16px; }
  .insight-card:hover { margin: 0; padding-left: 0; padding-right: 0; }
}
@media (max-width: 768px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { padding: 80px 24px; min-height: auto; }
  .stats { padding: 0; }
  .stat { padding: 36px 24px; }
  .services, .about, .results, .cta-band { padding: 80px 24px; }
  footer { flex-direction: column; gap: 16px; text-align: center; padding: 36px 24px; }
  .f-contact { text-align: center; }
  .insights-hero { padding: 120px 24px 60px; }
  .insight-list { padding: 20px 24px 80px; }
  .article-header { padding: 120px 24px 50px; }
  .article-body { padding: 60px 24px 40px; }
  .article-footer-cta { padding: 0 24px 80px; }
  .article-footer-cta-inner { padding: 36px 28px; }
}
