:root {
  --navy: #193461;
  --navy-dark: #102447;
  --blue: #4167b1;
  --blue-soft: #819bcf;
  --red: #a30000;
  --red-bright: #bf2b25;
  --blush: #f8dcd9;
  --cream: #f2e9df;
  --paper: #fbf9f6;
  --white: #fff;
  --ink: #292929;
  --muted: #656565;
  --line: #ded9d3;
  --max: 1180px;
  --heading: "Arial Black", "League Spartan", Arial, sans-serif;
  --body: "Source Sans Pro", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.site-header {
  position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 30px; min-height: 78px; padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(251, 249, 246, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; white-space: nowrap; }
.brand img { width: 48px; height: 48px; }
.nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 34px); }
.nav a { padding: 8px 0; color: #454545; font-size: .94rem; font-weight: 700; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--red); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--red); }
.header-action { padding: 10px 17px; color: var(--white); background: var(--red); border-radius: 3px; font-size: .9rem; font-weight: 800; text-decoration: none; }
.header-action:hover { background: var(--red-bright); }
.menu-toggle { display: none; color: var(--navy); background: none; border: 0; font-weight: 800; }

h1, h2, h3 { font-family: var(--heading); letter-spacing: -.025em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3.1rem, 7vw, 6.8rem); line-height: .94; }
h2 { margin: 0; font-size: clamp(2.15rem, 4.5vw, 4rem); line-height: 1.03; }
h3 { margin: 0; font-size: 1.3rem; line-height: 1.18; }
p { color: var(--muted); }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #ffd8d3; }
.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 104px 0; }
.section-tight { padding: 88px 0 96px; }

.hero { position: relative; display: grid; align-items: end; min-height: min(760px, calc(100vh - 78px)); isolation: isolate; overflow: hidden; color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; }
.hero-image { object-fit: cover; transform: scale(1.02); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(16,36,71,.98) 0%, rgba(16,36,71,.9) 47%, rgba(16,36,71,.22) 100%); }
.hero-content { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 110px 0 118px; }
.hero-content h1 { max-width: 800px; }
.hero-copy { max-width: 610px; margin: 26px 0 0; color: rgba(255,255,255,.84); font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border: 0; border-radius: 3px; font-weight: 850; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--red-bright); }
.button.primary:hover { background: var(--red); }
.button.secondary { color: var(--white); border: 1px solid rgba(255,255,255,.58); }
.button.dark { color: var(--white); background: var(--navy); }
.button.cream { color: var(--navy); background: var(--cream); }
.text-link { color: var(--navy); font-weight: 850; text-decoration: none; white-space: nowrap; }
.text-link:hover { color: var(--red); }

.intro-split, .consulting-intro, .fit-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.lead-copy { margin: 0; font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
.lead-copy p:first-child, p.lead-copy { margin-top: 0; color: #424242; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-heading > p { max-width: 480px; margin: 0; font-size: 1.08rem; }

.offerings-section { color: var(--navy-dark); background: #dfe7f5; }
.offering-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(25,52,97,.28); border-left: 1px solid rgba(25,52,97,.28); }
.offering-card { min-height: 335px; padding: 28px 24px 30px; background: rgba(255,255,255,.22); border-right: 1px solid rgba(25,52,97,.28); border-bottom: 1px solid rgba(25,52,97,.28); }
.offering-card:nth-child(even) { background: rgba(255,255,255,.44); }
.offering-number, .service-index { display: block; margin-bottom: 56px; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.offering-card h3 { min-height: 62px; color: var(--navy); }
.offering-card p { margin-bottom: 0; }

.approach-preview { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 9vw, 120px); align-items: center; }
.approach-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 30px; font-size: 1.1rem; }
.principles { border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principles strong { color: var(--navy); font-family: var(--heading); }
.principles span { color: var(--muted); }

.team-section { border-top: 1px solid var(--line); }
.team-strip { display: grid; place-items: center; min-height: 290px; padding: 52px; background: var(--cream); }
.team-strip img { width: min(820px, 100%); filter: grayscale(100%); }
.cta-band { color: var(--white); background: var(--red); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 72px 0; }
.cta-inner h2 { max-width: 760px; }

.page-hero { color: var(--white); }
.navy-hero { background: linear-gradient(125deg, var(--navy-dark), var(--navy) 64%, var(--blue)); }
.contact-hero { background: linear-gradient(125deg, var(--red), #831111 62%, var(--navy-dark)); }
.page-hero-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 120px 0 112px; }
.page-hero h1 { max-width: 940px; font-size: clamp(3.2rem, 7vw, 6.25rem); }
.page-hero p:not(.eyebrow) { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.8); font-size: 1.2rem; }

.service-details { padding-top: 0; }
.service-details > article { display: grid; grid-template-columns: 70px .9fr 1.1fr; gap: clamp(28px, 5vw, 72px); padding: 62px 0; border-top: 1px solid var(--line); }
.service-details > article:last-child { border-bottom: 1px solid var(--line); }
.service-index { margin: 5px 0 0; }
.service-details h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); }
.service-details article > div:last-child > p { margin-top: 0; font-size: 1.08rem; }
.service-details ul { margin: 22px 0 0; padding: 0; list-style: none; }
.service-details li { position: relative; padding: 11px 0 11px 22px; border-top: 1px solid var(--line); color: #474747; }
.service-details li::before { content: ""; position: absolute; left: 1px; top: 21px; width: 7px; height: 7px; background: var(--red); border-radius: 50%; }

.process-band { color: var(--white); background: var(--navy); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.process-grid article { min-height: 270px; padding: 25px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.process-grid span { color: #ffaaa3; font-size: .8rem; font-weight: 900; }
.process-grid h3 { margin-top: 54px; }
.process-grid p { color: rgba(255,255,255,.7); }
.fit-section > div:last-child p { margin: 0 0 28px; font-size: 1.15rem; }

.contact-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 9vw, 110px); align-items: start; }
.contact-primary > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 30px; font-size: 1.15rem; }
.contact-card { padding: clamp(28px, 5vw, 48px); background: var(--cream); }
.contact-card ol { margin: 26px 0 0; padding: 0; list-style: none; }
.contact-card li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid #d2c6ba; }
.contact-card li span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--white); background: var(--navy); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.contact-card li p { margin: 0; }
.locations-band { background: #dfe7f5; }
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border-top: 1px solid rgba(25,52,97,.25); }
.locations-grid article { padding: 28px 28px 10px 0; border-right: 1px solid rgba(25,52,97,.25); }
.locations-grid article:not(:first-child) { padding-left: 28px; }
.locations-grid h3 { color: var(--navy); }
.locations-grid p { margin: 5px 0; }

.site-footer { color: rgba(255,255,255,.7); background: var(--navy-dark); }
.footer-inner { width: min(var(--max), calc(100% - 40px)); min-height: 190px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.footer-brand img { width: 118px; }
.footer-nav { display: flex; gap: 28px; }
.footer-nav a { color: var(--white); font-weight: 700; text-decoration: none; }
.footer-inner > p { grid-column: 1 / -1; margin: -40px 0 0; color: rgba(255,255,255,.55); font-size: .86rem; }

.not-found { width: min(720px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0; text-align: center; }
.not-found img { width: 92px; margin: 0 auto 36px; }
.not-found h1 { color: var(--navy); font-size: clamp(3rem, 8vw, 5.5rem); }
.not-found .button { margin-top: 20px; }

@media (max-width: 940px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .header-action { display: none; }
  .nav { justify-content: end; }
  .offering-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .offering-card { min-height: 290px; }
  .service-details > article { grid-template-columns: 52px 1fr; }
  .service-details > article > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding: 10px 20px; }
  .brand img { width: 44px; height: 44px; }
  .brand span { display: none; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 69px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 10px 20px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav a[aria-current="page"] { box-shadow: none; }
  .hero { min-height: 650px; }
  .hero-shade { background: linear-gradient(0deg, rgba(16,36,71,.98) 0%, rgba(16,36,71,.78) 75%, rgba(16,36,71,.48) 100%); }
  .hero-content, .page-hero-inner { width: min(100% - 32px, var(--max)); }
  .hero-content { padding: 90px 0 74px; }
  .section { width: min(100% - 32px, var(--max)); padding: 72px 0; }
  .intro-split, .consulting-intro, .fit-section, .approach-preview, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .section-heading { align-items: start; flex-direction: column; }
  .offering-grid, .process-grid { grid-template-columns: 1fr; }
  .offering-card { min-height: 0; }
  .offering-number { margin-bottom: 38px; }
  .offering-card h3 { min-height: 0; }
  .principles article { grid-template-columns: 1fr; gap: 4px; }
  .team-strip { min-height: 210px; padding: 28px 18px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero-inner { padding: 88px 0 80px; }
  .service-details > article { grid-template-columns: 1fr; gap: 20px; padding: 48px 0; }
  .service-details > article > div:last-child { grid-column: auto; }
  .service-index { margin-bottom: 0; }
  .locations-grid { grid-template-columns: 1fr; }
  .locations-grid article, .locations-grid article:not(:first-child) { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(25,52,97,.25); }
  .footer-inner { grid-template-columns: 1fr; padding: 46px 0; }
  .footer-nav { flex-wrap: wrap; }
  .footer-inner > p { grid-column: auto; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
