@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');

:root { --ink: #080d18; --paper: #f5f7fb; --blue: #729dff; --muted: #657286; --border: #d3dce9; --gutter: clamp(20px, 5vw, 88px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--ink); color: #f9fbff; font-family: 'DM Sans', Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #9bbaff; outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.04em; }
h1, h2 { line-height: 1.08; }
em { font-style: normal; color: var(--blue); }
.muted { color: var(--muted); }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px 18px; background: white; color: var(--ink); z-index: 20; }
.skip-link:focus { top: 12px; }
.header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding: 24px var(--gutter); border-bottom: 1px solid #ffffff16; }
.wordmark { display: inline-flex; align-items: center; font-size: 2rem; font-weight: 650; letter-spacing: -.055em; line-height: 1; min-height: 44px; }
.wordmark svg { width: 30px; height: 30px; margin-right: 10px; color: #91b2ff; flex-shrink: 0; }
.wordmark-dot { color: #8dafff; }
.header-cta { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; border-bottom: 1px solid #62718a; font-weight: 500; }
.header-cta:hover, .back-to-top:hover { color: var(--blue); }
.hero { position: relative; overflow: hidden; padding: 76px var(--gutter) 28px; }
.hero-image { position: absolute; inset: 0 0 0 24%; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #080d18 0%, #080d18ee 24%, #080d1866 56%, #080d1800 85%), linear-gradient(0deg, #080d18 0%, transparent 26%); }
.hero-copy, .hero-bottom { position: relative; z-index: 1; }
.hero-copy { max-width: 1040px; }
.eyebrow { font-size: .875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; line-height: 1.7; }
.hero .eyebrow { max-width: 650px; color: #b9c9e4; margin-bottom: 28px; }
.hero h1 { font-size: clamp(3rem, 6.9vw, 6.75rem); letter-spacing: -.055em; line-height: 1.03; }
.hero-intro { max-width: 590px; margin-top: 30px; color: #e1e9f7; font-size: 1.25rem; line-height: 1.65; }
.hero-support { max-width: 570px; margin-top: 14px; color: #b8c6dc; font-size: 1.0625rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 56px; max-width: 100%; padding: 15px 24px; font-weight: 550; font-size: 1rem; line-height: 1.5; transition: background .2s, transform .2s; }
.button span { flex-shrink: 0; font-size: 1.45rem; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-light { margin-top: 30px; background: #edf3ff; color: var(--ink); }
.button-light:hover { background: #bfd3ff; }
.button-dark { background: #09111f; color: white; }
.button-dark:hover { background: #1b3156; }
.hero-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 16px 36px; margin-top: 62px; color: #aebdd3; font-size: .875rem; }
.hero-bottom a { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; color: #e0e9f8; }
.hero-bottom a:hover { color: var(--blue); }
.focus-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 24px var(--gutter); border-block: 1px solid #2c384e; color: #c5d1e5; font-size: .9375rem; }
.focus-strip span + span { padding-left: 28px; border-left: 1px solid #354159; }
.section-light { background: var(--paper); color: #152133; }
.expertise { padding: 84px var(--gutter) 64px; }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: end; margin-bottom: 52px; }
.section-heading .eyebrow { color: #536784; margin-bottom: 22px; }
h2 { font-size: clamp(2.125rem, 4.05vw, 3.5rem); }
.section-lede { max-width: 480px; color: #536176; font-size: 1.0625rem; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 64px; }
.expertise-item { border-top: 1px solid var(--border); padding-top: 24px; }
.item-number { display: block; margin-bottom: 14px; color: #56739f; font-size: .875rem; font-variant-numeric: tabular-nums; }
.expertise-item h3 { font-size: 1.5rem; letter-spacing: -.025em; line-height: 1.25; margin-bottom: 15px; max-width: 440px; }
.expertise-item p { max-width: 550px; color: #536176; }
.approach-note { display: grid; grid-template-columns: 1fr 2.1fr; gap: 40px; border-top: 1px solid var(--border); margin-top: 48px; padding-top: 28px; }
.approach-note .eyebrow { color: #425c82; }
.approach-note > p:last-child { color: #536176; max-width: 800px; }
.contact { padding: 58px var(--gutter) 64px; background: #739cff; color: #091426; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 64px; }
.contact .eyebrow { margin-bottom: 22px; }
.contact h2 { font-size: clamp(2.75rem, 5.2vw, 4.5rem); }
.contact h2 em { color: #183873; }
.contact-copy > p:first-child { max-width: 480px; margin-bottom: 24px; font-size: 1.0625rem; }
.contact-email { display: table; max-width: 100%; padding-block: 8px; margin-top: 13px; border-bottom: 1px solid #315397; overflow-wrap: anywhere; }
.contact-note { font-size: .875rem; margin-top: 10px; }
.section-light a:focus-visible, .contact a:focus-visible { outline-color: #172e55; }
footer { padding: 28px var(--gutter); }
.footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 28px; }
.footer-top .wordmark { font-size: 1.625rem; }
.footer-top > p, .back-to-top, .copyright { color: #b0bdd2; font-size: .875rem; }
.back-to-top { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.copyright { border-top: 1px solid #2c384e; margin-top: 20px; padding-top: 20px; }
@media (min-width: 1700px) {
  :root { --gutter: max(88px, calc((100vw - 1520px) / 2)); }
}
@media (max-width: 1000px) {
  .section-heading, .expertise-grid, .contact-grid { column-gap: 36px; }
  .hero-shade { background: linear-gradient(90deg, #080d18 0%, #080d18df 30%, #080d1855 90%), linear-gradient(0deg, #080d18, transparent 30%); }
}
@media (max-width: 640px) {
  .header { min-height: 84px; padding-block: 18px; gap: 12px; }
  .wordmark { font-size: 1.625rem; }
  .wordmark svg { width: 25px; height: 25px; margin-right: 8px; }
  .header-cta { gap: 12px; font-size: .9375rem; }
  .hero { padding-top: 48px; }
  .hero-image { inset: 110px -65px 0 0; opacity: .6; }
  .hero-image img { object-position: 65% center; }
  .hero-shade { background: linear-gradient(180deg, #080d18, #080d18c4 44%, #080d1866 75%, #080d18); }
  .hero .eyebrow { font-size: .875rem; letter-spacing: .08em; max-width: 330px; }
  .hero h1 { font-size: clamp(2.65rem, 9.4vw, 3.75rem); }
  .hero-intro { font-size: 1.125rem; margin-top: 24px; }
  .hero-support { font-size: 1rem; }
  .hero-bottom { margin-top: 38px; gap: 10px; }
  .hero-bottom > span { max-width: 280px; }
  .focus-strip { gap: 12px; font-size: .875rem; padding-block: 20px; }
  .focus-strip span + span { padding-left: 12px; }
  .expertise { padding-block: 54px 42px; }
  .section-heading, .expertise-grid, .approach-note, .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .section-heading { gap: 22px; margin-bottom: 34px; }
  .section-heading .eyebrow { margin-bottom: 16px; }
  .expertise-grid { gap: 28px; }
  .expertise-item { padding-top: 20px; }
  .expertise-item h3 { font-size: 1.375rem; }
  .approach-note { margin-top: 34px; padding-top: 24px; gap: 12px; }
  .contact { padding-block: 42px; }
  .contact-grid { gap: 28px; }
  .contact h2 { font-size: clamp(2.5rem, 10vw, 3.5rem); }
  .button { padding-inline: 20px; gap: 24px; }
  .footer-top > p { flex-basis: 100%; order: 3; }
}
@media (max-width: 360px) {
  .focus-strip { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .focus-strip span + span { padding: 0; border: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
