:root {
  --navy-950: #03162b;
  --navy-900: #061f3d;
  --navy-800: #002b5b;
  --blue: #1e8fff;
  --blue-soft: #8cc7ff;
  --sand: #d7b28a;
  --sand-light: #f0ddc7;
  --slate: #616d7e;
  --ink: #132033;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: rgba(10, 39, 75, 0.16);
  --shadow: 0 24px 70px rgba(3, 22, 43, 0.16);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--navy-900); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  background: rgba(3, 22, 43, 0.84);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: grid; grid-template-columns: 26px auto; grid-template-rows: 23px 12px; column-gap: 11px; text-decoration: none; letter-spacing: .08em; line-height: 1; }
.wordmark > span:nth-child(2) { font: 700 1.28rem/1 "Barlow Condensed", sans-serif; }
.wordmark small { grid-column: 2; font-size: .61rem; letter-spacing: .38em; color: var(--blue-soft); }
.trail { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: center; gap: 4px; }
.trail i { display: block; height: 2px; background: var(--blue); transform: skewX(-28deg); }
.trail i:nth-child(1) { width: 20px; }
.trail i:nth-child(2) { width: 26px; }
.trail i:nth-child(3) { width: 15px; margin-left: 8px; background: var(--sand); }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--blue-soft); }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.35); }
.nav-cta:hover { background: var(--white); color: var(--navy-900); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); padding: 150px 0 70px; }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; left: -490px; top: -300px; border: 1px solid rgba(30,143,255,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(30,143,255,.025), 0 0 0 180px rgba(30,143,255,.02); }
.hero::after { content: ""; position: absolute; height: 4px; width: 44%; right: -6%; bottom: 0; background: linear-gradient(90deg, transparent, var(--blue), var(--sand)); transform: skewX(-35deg); transform-origin: right; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 92px); align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue-soft); font-size: .76rem; font-weight: 700; letter-spacing: .18em; }
.eyebrow.dark { color: var(--navy-800); }
h1, h2, h3 { margin-top: 0; font-family: "Barlow Condensed", Arial, sans-serif; line-height: .98; }
h1 { margin-bottom: 27px; font-size: clamp(3.6rem, 6.6vw, 6rem); letter-spacing: -.02em; }
h1 em, .approach h2 em { color: var(--sand-light); font-style: normal; }
.hero-lead { max-width: 680px; margin: 0 0 31px; color: #d9e2ed; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; font-size: .94rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: #50a7ff; }
.button-dark { color: var(--white); background: var(--navy-900); }
.button-light { color: var(--navy-900); background: var(--white); }
.text-link { color: var(--white); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 48px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { padding-right: 16px; }
.hero-proof dt { font-weight: 700; font-size: .88rem; }
.hero-proof dd { margin: 2px 0 0; color: #99aabc; font-size: .78rem; }
.hero-visual { position: relative; min-height: 570px; box-shadow: var(--shadow); }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 18px -18px -18px 18px; border: 1px solid rgba(215,178,138,.55); pointer-events: none; }
.hero-visual img { width: 100%; height: 570px; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.image-note { position: absolute; z-index: 3; left: -36px; bottom: 30px; width: 245px; padding: 18px 21px; background: var(--white); color: var(--navy-900); box-shadow: var(--shadow); }
.image-note span { display: block; margin-bottom: 4px; color: var(--slate); font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.image-note strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.28rem; }

.marquee { overflow: hidden; color: var(--navy-900); background: var(--sand); }
.marquee-track { display: flex; justify-content: center; gap: clamp(20px, 3.8vw, 55px); min-width: max-content; padding: 15px 22px; font: 700 1.05rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.marquee-track b { color: var(--blue); }

.section { padding: clamp(82px, 10vw, 132px) 0; }
.split-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
.section-intro h2, .approach h2, .audience-panel h2, .closing-cta h2 { margin-bottom: 0; font-size: clamp(3.2rem, 5.7vw, 5.2rem); letter-spacing: -.015em; }
.section-intro > p { max-width: 610px; margin: 0 0 6px; color: var(--slate); font-size: 1.08rem; line-height: 1.8; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border: 1px solid var(--line); }
.practice-card { position: relative; min-height: 420px; padding: 35px; background: var(--white); border-right: 1px solid var(--line); }
.practice-card:last-child { border-right: 0; }
.practice-card.featured { color: var(--white); background: var(--navy-800); transform: translateY(-14px); box-shadow: 0 18px 40px rgba(0,43,91,.19); }
.card-number { display: block; margin-bottom: 65px; color: var(--blue); font-family: "Barlow Condensed", sans-serif; font-weight: 700; }
.practice-card h3 { margin-bottom: 17px; font-size: 2rem; }
.practice-card p { color: var(--slate); }
.practice-card.featured p { color: #c7d5e6; }
.practice-card ul { margin: 26px 0 0; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.practice-card.featured ul { border-color: rgba(255,255,255,.18); }
.practice-card li { position: relative; margin: 9px 0; padding-left: 17px; font-size: .88rem; }
.practice-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 2px; background: var(--blue); }

.approach { color: var(--white); background: var(--navy-900); }
.approach-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 125px); }
.approach-heading { position: sticky; top: 130px; align-self: start; }
.approach-heading > p:last-child { max-width: 420px; margin-top: 28px; color: #a9b7c8; font-size: 1.05rem; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 29px 0 32px; border-bottom: 1px solid rgba(255,255,255,.17); }
.steps > li > span { color: var(--blue-soft); font: 700 .82rem/1.3 "Inter", sans-serif; }
.steps h3 { margin-bottom: 8px; font-size: 2.25rem; }
.steps p { max-width: 560px; margin: 0; color: #adbac9; }

.dual { padding: 0; background: var(--white); }
.dual-grid { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; }
.audience-panel { min-height: 510px; padding: clamp(60px, 8vw, 120px) max(20px, calc((100vw - 1180px) / 2)); }
.client-panel { padding-right: clamp(42px, 7vw, 100px); background: var(--sand-light); }
.talent-panel { padding-left: clamp(42px, 7vw, 100px); color: var(--white); background: var(--blue); }
.audience-panel h2 { max-width: 580px; font-size: clamp(3.2rem, 5vw, 4.8rem); }
.audience-panel p:not(.eyebrow) { max-width: 590px; margin: 28px 0 34px; font-size: 1.03rem; }
.talent-panel .eyebrow { color: var(--navy-900); }

.closing-cta { padding: 95px 0; color: var(--white); background: var(--navy-950); }
.closing-grid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.closing-cta h2 { max-width: 760px; font-size: clamp(3.3rem, 5.5vw, 5.4rem); }
.closing-action { text-align: right; }
.closing-action p { margin: 15px 0 0; color: #9fb0c3; font-size: .9rem; }
.closing-action p a { text-decoration-color: rgba(255,255,255,.35); }

.site-footer { padding: 45px 0; color: #91a2b5; background: #020f1e; font-size: .82rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; }
.footer-mark { color: var(--white); }
.site-footer p { margin: 0; }
.legal { text-align: right; }

@media (max-width: 940px) {
  :root { --shell: min(100% - 34px, 760px); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 82px 0 auto; display: none; padding: 22px max(20px, calc((100% - 760px) / 2)); flex-direction: column; align-items: stretch; gap: 0; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .nav-cta { margin-top: 8px; padding: 12px 14px !important; text-align: center; }
  .hero { padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; width: calc(100% - 20px); margin-left: 20px; }
  .hero-visual img { height: 510px; }
  .image-note { left: -20px; }
  .split-intro, .approach-grid { grid-template-columns: 1fr; gap: 45px; }
  .approach-heading { position: static; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-card:last-child { border-bottom: 0; }
  .practice-card.featured { transform: none; }
  .card-number { margin-bottom: 30px; }
  .closing-grid { grid-template-columns: 1fr; align-items: start; }
  .closing-action { text-align: left; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .hero { padding: 116px 0 55px; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.5rem); }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-proof div { display: flex; gap: 10px; align-items: baseline; }
  .hero-visual { min-height: 400px; }
  .hero-visual img { height: 400px; }
  .image-note { width: 220px; }
  .marquee-track { justify-content: flex-start; animation: ticker 22s linear infinite; }
  .split-intro { gap: 26px; }
  .practice-card { padding: 29px 25px; }
  .steps li { grid-template-columns: 44px 1fr; gap: 10px; }
  .dual-grid { grid-template-columns: 1fr; }
  .audience-panel { min-height: 430px; padding: 68px 22px; }
  .closing-cta { padding: 75px 0; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .legal { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@keyframes ticker { to { transform: translateX(-50%); } }

