:root {
  --paper: #f3f0e8;
  --ink: #11120f;
  --muted: #67675f;
  --blue: #1248f5;
  --line: #c8c5bc;
  --white: #fffefa;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffb000;
  outline-offset: 4px;
}

::selection {
  background: var(--blue);
  color: #fff;
}

.site-header {
  width: min(100% - 48px, 1440px);
  height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.brand {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.06em;
  width: max-content;
}

.brand span {
  color: var(--blue);
}

nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 700;
}

nav a,
.text-link {
  transition: color 160ms ease;
}

nav a:hover,
.text-link:hover {
  color: var(--blue);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
}

.header-cta svg,
.button svg {
  width: 19px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero {
  width: min(100% - 48px, 1440px);
  min-height: 690px;
  margin: 0 auto;
  padding: 82px 0 74px;
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(390px, 0.74fr);
  gap: 6vw;
  align-items: center;
}

.eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  background: var(--blue);
}

.hero h1 {
  margin: 24px 0 30px;
  max-width: 940px;
  font-size: clamp(64px, 7.6vw, 124px);
  line-height: 0.86;
  letter-spacing: -0.075em;
  font-weight: 900;
}

h1 em,
h2 em {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 660px;
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: #464741;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  min-height: 58px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--blue);
  color: #fff;
}

.button-primary:hover {
  background: #0c39ce;
}

.text-link {
  font-size: 13px;
  font-weight: 800;
}

.text-link span {
  margin-left: 8px;
}

.growth-map {
  position: relative;
  background: var(--ink);
  color: #fff;
  min-height: 510px;
  padding: 24px;
  box-shadow: 18px 18px 0 var(--blue);
}

.map-head,
.map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status {
  color: #b8b9b4;
  display: flex;
  align-items: center;
  gap: 7px;
}

.status i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #70ff91;
  box-shadow: 0 0 0 5px rgb(112 255 145 / 10%);
}

.growth-map ol {
  padding: 34px 0 30px;
  margin: 0;
  list-style: none;
}

.growth-map li {
  min-height: 86px;
  padding: 15px 14px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-content: center;
  border-top: 1px solid #343530;
}

.growth-map li:last-child {
  border-bottom: 1px solid #343530;
}

.growth-map li.active {
  background: var(--blue);
  border-color: var(--blue);
}

.map-index {
  grid-row: 1 / span 2;
  color: #777872;
  font: 11px/1 monospace;
  padding-top: 3px;
}

.active .map-index {
  color: #b6c6ff;
}

.growth-map strong {
  font-size: 20px;
  letter-spacing: -0.03em;
}

.growth-map small {
  margin-top: 5px;
  color: #a6a7a1;
  font-size: 11px;
}

.active small {
  color: #dbe2ff;
}

.map-footer {
  justify-content: flex-start;
  gap: 11px;
  color: #b0b1ab;
}

.map-footer b {
  color: var(--blue);
}

.proof-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--blue);
  color: #fff;
}

.proof-strip p {
  min-height: 108px;
  margin: 0;
  padding: 30px 38px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid rgb(255 255 255 / 25%);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.proof-strip p:last-child {
  border: 0;
}

.proof-strip strong {
  color: #afc0ff;
  font: 11px/1 monospace;
}

.section {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
  padding: 130px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.service-card {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: background 180ms ease, color 180ms ease;
}

.service-card:hover {
  background: var(--ink);
  color: #fff;
}

.service-number {
  font: 11px/1 monospace;
  color: var(--blue);
}

.service-card h3 {
  max-width: 420px;
  margin: 58px 0 15px;
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.service-card > p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-card:hover > p {
  color: #b8b9b4;
}

.tag-list {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-list span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.approach {
  background: var(--ink);
  color: #fff;
}

.approach-inner {
  width: min(100% - 48px, 1440px);
  min-height: 720px;
  margin: 0 auto;
  padding: 130px 0;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 8vw;
  align-items: start;
}

.eyebrow-light {
  color: #a6a7a1;
}

.approach-title h2 {
  max-width: 760px;
  margin: 34px 0 0;
  font-size: clamp(54px, 6.1vw, 94px);
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.approach-title h2 em,
.diagnostic-card h2 em,
.contact h2 em {
  color: #8ca6ff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.approach-copy {
  padding-top: 74px;
}

.approach-lead {
  margin: 0 0 58px;
  color: #d3d3ce;
  font-size: 19px;
  line-height: 1.65;
}

.approach-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #383934;
}

.approach-copy li {
  min-height: 74px;
  padding: 19px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  border-bottom: 1px solid #383934;
  color: #e1e1dc;
  font-size: 13px;
  line-height: 1.5;
}

.approach-copy li span {
  color: #73746e;
  font: 10px/1 monospace;
}

.process-heading {
  margin-bottom: 76px;
}

.steps {
  border-top: 1px solid var(--ink);
}

.step {
  min-height: 126px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.step > span {
  color: var(--blue);
  font: 11px/1 monospace;
}

.step > div {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}

.step h3 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 52px);
  letter-spacing: -0.055em;
}

.step p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.outcomes {
  padding: 0 24px;
}

.outcomes-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 105px 72px 72px;
  background: var(--white);
  border: 1px solid var(--ink);
}

.outcomes-header {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 42px;
  align-items: start;
  margin-bottom: 78px;
}

.outcomes-header h2 {
  margin: 0;
  font-size: clamp(52px, 6.4vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.outcome-card {
  min-height: 370px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.outcome-index {
  color: var(--blue);
  font: 11px/1 monospace;
}

.outcome-card small {
  margin-top: 70px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.outcome-card h3 {
  max-width: 330px;
  margin: 13px 0 20px;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.outcome-card p {
  max-width: 360px;
  margin: auto 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.diagnostic-card {
  min-height: 500px;
  padding: 66px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8vw;
  align-items: end;
  background: var(--blue);
  color: #fff;
}

.diagnostic-card h2 {
  margin: 38px 0 0;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.diagnostic-side p {
  margin: 0 0 34px;
  color: #dfe5ff;
  font-size: 16px;
  line-height: 1.65;
}

.button-white {
  background: #fff;
  color: var(--ink);
}

.button-white:hover {
  background: #e7e9f2;
}

.faq {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8vw;
}

.faq-title h2 {
  margin: 30px 0 0;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 86px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue);
  font-size: 28px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 690px;
  margin: -4px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact {
  background: var(--ink);
  color: #fff;
}

.contact-inner {
  width: min(100% - 48px, 1440px);
  min-height: 650px;
  margin: 0 auto;
  padding: 115px 0 80px;
}

.contact h2 {
  margin: 38px 0 70px;
  font-size: clamp(62px, 8.4vw, 132px);
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: end;
  padding-top: 38px;
  border-top: 1px solid #383934;
}

.contact-row > p {
  max-width: 500px;
  margin: 0;
  color: #bdbeb8;
  font-size: 16px;
  line-height: 1.6;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.contact-placeholder {
  margin: 0;
  color: #dddeda;
  font-size: 12px;
}

.contact-placeholder span {
  display: block;
  margin-top: 5px;
  color: #747570;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

footer {
  min-height: 110px;
  padding: 30px max(24px, calc((100% - 1440px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  background: var(--ink);
  color: #797a75;
  border-top: 1px solid #30312d;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

footer p {
  margin: 0;
}

footer p:last-child {
  justify-self: end;
}

.brand-footer {
  color: #fff;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .growth-map {
    max-width: 620px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    max-width: 440px;
  }

  .approach-inner,
  .diagnostic-card,
  .faq {
    grid-template-columns: 1fr;
  }

  .approach-copy {
    padding-top: 0;
  }

  .outcomes-header {
    grid-template-columns: 1fr;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .outcome-card {
    min-height: 310px;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .section,
  .approach-inner,
  .contact-inner {
    width: min(100% - 30px, 1440px);
  }

  .site-header {
    height: 72px;
  }

  .header-cta {
    font-size: 0;
  }

  .header-cta svg {
    width: 24px;
  }

  .hero {
    min-height: 0;
    padding: 54px 0 66px;
    gap: 58px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(52px, 17vw, 78px);
    line-height: 0.9;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .growth-map {
    min-height: 490px;
    padding: 20px;
    box-shadow: 9px 9px 0 var(--blue);
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip p {
    min-height: 86px;
    padding: 24px 18px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
  }

  .section {
    padding: 94px 0;
  }

  .section-heading {
    gap: 24px;
    margin-bottom: 44px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 320px;
    padding: 26px;
  }

  .approach-inner {
    min-height: 0;
    padding: 94px 0;
    gap: 58px;
  }

  .approach-lead {
    font-size: 16px;
  }

  .step {
    grid-template-columns: 42px 1fr;
  }

  .step > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .outcomes {
    padding: 0 15px;
  }

  .outcomes-inner {
    padding: 72px 22px 22px;
  }

  .outcomes-header {
    margin-bottom: 48px;
  }

  .outcome-card {
    padding: 24px;
  }

  .diagnostic-card {
    min-height: 600px;
    padding: 32px 24px;
    gap: 64px;
  }

  .faq {
    gap: 52px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .contact-inner {
    min-height: 680px;
    padding: 94px 0 64px;
  }

  .contact h2 {
    margin-bottom: 54px;
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: 190px;
    padding: 34px 15px;
  }

  footer p:last-child {
    justify-self: start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
