:root {
  --ink: #0a0b0d;
  --blue: #2167b4;
  --blue-dark: #12477f;
  --ice: #eff6fc;
  --paper: #ffffff;
  --muted: #5d6670;
  --line: #dce2e8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  width: min(calc(100% - 48px), var(--max));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { display: block; width: 250px; height: 58px; overflow: hidden; }
.logo-crop { display: block; position: relative; width: 250px; height: 58px; overflow: hidden; }
.logo-crop img { position: absolute; width: 250px; height: 250px; max-width: none; left: 0; top: -103px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 0.92rem; font-weight: 650; }
nav a { text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); }
.nav-cta:hover { background: var(--ink); color: white; }

.hero {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(48px, 8vw, 108px);
  padding: clamp(72px, 10vw, 132px) 0 86px;
  align-items: end;
}
.eyebrow { margin: 0 0 19px; color: var(--blue); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.76rem; font-weight: 800; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 790px; font-size: clamp(3.3rem, 7.2vw, 6.7rem); line-height: 0.94; letter-spacing: -0.064em; font-weight: 800; }
.hero-lede { max-width: 740px; margin: 36px 0 0; color: #333941; font-size: clamp(1.1rem, 1.6vw, 1.32rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 21px; border: 0; text-decoration: none; font: inherit; font-weight: 750; cursor: pointer; }
.button.primary { background: var(--blue); color: white; }
.button.primary:hover, .button.primary:focus-visible { background: var(--blue-dark); }
.button.text-link { padding-inline: 0; background: transparent; color: var(--ink); }
.button.text-link:hover { color: var(--blue); }
.diagnostic { padding: 30px 30px 24px; background: var(--ice); border-top: 4px solid var(--blue); }
.diagnostic-label { margin: 0 0 18px; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.diagnostic ul { margin: 0; padding: 0; list-style: none; }
.diagnostic li { position: relative; padding: 12px 0 12px 22px; border-top: 1px solid #ccdbe8; font-size: 0.94rem; line-height: 1.35; }
.diagnostic li::before { content: ""; position: absolute; left: 0; top: 20px; width: 7px; height: 7px; background: var(--blue); }

.statement { background: var(--ink); color: white; }
.statement p { width: min(calc(100% - 48px), 970px); margin: 0 auto; padding: 64px 0; font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1.34; letter-spacing: -0.025em; }
.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: clamp(86px, 11vw, 136px) 0; }
.section-intro { display: grid; grid-template-columns: 0.55fr 1.45fr; column-gap: 50px; align-items: start; margin-bottom: 52px; }
.section-intro .eyebrow { grid-row: 1 / span 2; }
h2 { margin: 0; font-size: clamp(2.25rem, 4.8vw, 4.25rem); line-height: 1.02; letter-spacing: -0.048em; }
.section-intro > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 265px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card.featured { background: var(--ice); }
.service-number { color: var(--blue); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.12em; }
h3 { margin: 22px 0 14px; font-size: 1.34rem; line-height: 1.23; letter-spacing: -0.018em; }
.service-card p, .proof-grid p, .engagement-list span { margin: 0; color: var(--muted); }

.proof { width: 100%; max-width: none; background: var(--ink); color: white; padding-inline: max(24px, calc((100% - var(--max)) / 2)); }
.section-intro.inverse .eyebrow { color: #79b7f5; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #34383e; border-left: 1px solid #34383e; }
.proof-grid article { min-height: 315px; padding: 31px 28px; border-right: 1px solid #34383e; border-bottom: 1px solid #34383e; }
.proof-grid .proof-stat { color: #79b7f5; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: -0.06em; }
.proof-grid h3 { margin-top: 54px; }
.proof-grid article > p:last-child { color: #bbc2ca; font-size: 0.94rem; }

.engagement { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 68px; }
.engagement .section-intro { display: block; margin: 0; }
.engagement-list { border-top: 1px solid var(--ink); }
.engagement-list article { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.engagement-list strong { font-size: 1rem; }

.contact { background: var(--ice); display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(48px, 8vw, 110px); padding: clamp(70px, 9vw, 110px) max(24px, calc((100% - var(--max)) / 2)); }
.contact h2 { max-width: 580px; font-size: clamp(2.3rem, 4vw, 3.8rem); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.contact-copy > a { display: inline-block; margin-top: 18px; color: var(--blue-dark); font-weight: 800; }
form { background: white; padding: 34px; border-top: 4px solid var(--blue); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 18px; font-size: 0.84rem; font-weight: 800; }
input, textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #bfc8d1; background: white; color: var(--ink); font: inherit; font-size: 1rem; border-radius: 0; }
input:focus, textarea:focus { outline: 3px solid #a8cdf2; border-color: var(--blue); }
textarea { resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 0.79rem; }

footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 36px 0 46px; display: flex; justify-content: space-between; gap: 30px; font-size: 0.83rem; }
footer div:first-child { display: flex; flex-direction: column; }
footer span { color: var(--muted); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-weight: 750; }

@media (max-width: 900px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .diagnostic { max-width: 660px; }
  .section-intro, .engagement, .contact { grid-template-columns: 1fr; }
  .section-intro .eyebrow { grid-row: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-header, .hero, .section, footer { width: min(calc(100% - 32px), var(--max)); }
  .site-header { min-height: 80px; }
  .brand, .logo-crop { width: 190px; height: 52px; }
  .logo-crop img { width: 190px; height: 190px; top: -76px; }
  .nav-cta { padding: 10px 12px; font-size: 0.78rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .service-grid, .proof-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .engagement-list article { grid-template-columns: 1fr; gap: 8px; }
  .contact { padding-inline: 16px; }
  form { padding: 25px 20px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
