:root {
  --navy: #182336;
  --navy-2: #22314b;
  --navy-3: #31415c;
  --gold: #b58a4a;
  --gold-dark: #8e672f;
  --tan: #e7d8bd;
  --sand: #f4efe6;
  --paper: #fbfbfa;
  --gray-50: #f4f5f6;
  --gray-100: #e5e8ec;
  --gray-300: #c6cbd2;
  --gray-600: #606977;
  --white: #ffffff;
  --ink: var(--navy);
  --muted: var(--gray-600);
  --line: var(--gray-100);
  --radius: 24px;
  --shadow: 0 14px 38px rgba(24, 35, 54, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(229, 232, 236, 0.95);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { display: block; width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.brand span:last-child { display: flex; flex-direction: column; }
.brand strong { font: 700 21px Georgia, "Times New Roman", serif; line-height: 1; color: var(--navy); }
.brand small { font-size: 11px; letter-spacing: 0.11em; margin-top: 4px; color: var(--gray-600); }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: var(--navy); }
.primary-nav > a:not(.button):hover, .text-link:hover, footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy); padding: 9px 14px; }

.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; padding-block: 96px 88px; }
.eyebrow { margin: 0 0 16px; font-size: 12px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dark); }
.eyebrow-light { color: var(--tan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.045em; line-height: 1.02; }
h1 { font-size: clamp(50px, 7vw, 82px); max-width: 780px; margin-bottom: 28px; color: var(--navy); }
h2 { font-size: clamp(38px, 5vw, 58px); max-width: 900px; margin-bottom: 28px; color: var(--navy); }
h3 { font-size: 21px; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 12px; color: var(--navy); }
.lede { font-size: 21px; line-height: 1.65; color: var(--muted); max-width: 720px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; padding: 14px 22px; font-weight: 750; cursor: pointer; transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(24, 35, 54, 0.16); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-2); }
.button-light { background: var(--white); color: var(--navy); border-color: var(--gray-300); }
.button-light:hover { border-color: var(--gold); }
.button-small { padding: 10px 16px; }

.leadership-card { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: 30px; padding: 32px 34px 34px; box-shadow: var(--shadow); }
.voice-card { display: flex; flex-direction: column; gap: 5px; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: 16px; padding: 18px 20px; margin-top: 13px; }
.voice-card strong { color: var(--navy); }
.voice-card span, .card-conclusion, .section-intro, .card p { color: var(--muted); }
.card-conclusion { border-top: 1px solid var(--line); margin: 24px 0 0; padding-top: 22px; }
.section-pad { padding-block: 92px; }

.dark-band { background: var(--navy); color: var(--white); }
.dark-band h2, .dark-band h3 { color: var(--white); }
.dark-band h2 { max-width: 950px; }
.approach-break .container { display: flex; justify-content: center; }
.approach-break h2 {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: center;
}
.three-grid, .two-grid { display: grid; gap: 22px; margin-top: 42px; }
.three-grid { grid-template-columns: repeat(3, 1fr); }
.two-grid { grid-template-columns: repeat(2, 1fr); }
.problem-grid article { border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius); background: rgba(255, 255, 255, 0.055); padding: 28px; }
.problem-grid article:hover { background: rgba(255, 255, 255, 0.075); }
.problem-grid p { color: #d7dce3; }
.icon { display: block; font-size: 30px; margin-bottom: 22px; color: var(--gold); }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 29px; box-shadow: 0 5px 16px rgba(24, 35, 54, 0.035); }
.white-band { background: var(--gray-50); border-block: 1px solid var(--line); }
.white-band .card { background: var(--white); }
.section-intro { font-size: 18px; line-height: 1.75; max-width: 850px; }

.process { list-style: none; margin: 52px 0 0; padding: 0; }
.process li { position: relative; display: grid; grid-template-columns: 60px 260px 1fr; gap: 24px; align-items: start; padding-bottom: 48px; }
.process li:not(:last-child)::before { content: ""; position: absolute; left: 22px; top: 47px; bottom: 0; width: 1px; background: var(--tan); }
.step { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: var(--white); border: 3px solid var(--tan); font-weight: 800; }
.process p { color: var(--muted); max-width: 680px; }

.outcome-band { background: var(--sand); border-block: 1px solid var(--tan); }
.outcome-band .card { border-color: rgba(181, 138, 74, 0.28); }

.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: var(--navy); color: var(--white); border-radius: 34px; padding: 52px; box-shadow: 0 18px 48px rgba(24, 35, 54, 0.16); }
.contact-panel h2 { font-size: clamp(38px, 5vw, 56px); color: var(--white); }
.contact-panel > div > p:not(.eyebrow) { color: #d7dce3; font-size: 18px; }
.contact-panel .button-light { background: var(--tan); color: var(--navy); border-color: var(--tan); }
.contact-panel .button-light:hover { background: #efdfc4; border-color: #efdfc4; }
.text-link { display: inline-block; margin-top: 18px; font-weight: 750; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; }
.contact-email { margin-top: 0; color: var(--white); font-size: 18px; }

footer { border-top: 1px solid var(--line); background: var(--white); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; padding-block: 38px; color: var(--muted); font-size: 14px; }
.footer-inner > div:last-child { text-align: right; }
.footer-inner p { margin: 7px 0 0; }
.footer-brand { color: var(--navy); }

.reveal { animation: rise 0.6s ease both; }
.leadership-card.reveal { animation-delay: 0.12s; }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 850px) {
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .hero, .contact-panel { grid-template-columns: 1fr; }
  .hero { padding-block: 70px; }
  .three-grid, .two-grid { grid-template-columns: 1fr; }
  .process li { grid-template-columns: 60px 1fr; }
  .process li p { grid-column: 2; }
  .contact-panel { gap: 34px; padding: 34px; }
  .footer-inner { align-items: flex-start; gap: 28px; flex-direction: column; }
  .footer-inner > div:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding-block: 70px; }
  .hero { padding-block: 55px; }
  .leadership-card { padding: 24px; }
  .contact-panel { padding: 27px; border-radius: 24px; }
  .primary-nav { left: 14px; right: 14px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 10px; }
}

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


/* Examples page */
.nav-active { color: var(--gold-dark); font-weight: 800; }
.examples-hero { background: var(--navy); color: var(--white); }
.examples-hero-inner { padding-block: 94px 88px; }
.examples-hero h1 { max-width: 930px; color: var(--white); margin-bottom: 28px; }
.examples-hero .lede { max-width: 840px; color: #d7dce3; }
.examples-intro { padding-bottom: 56px; }
.examples-list { padding-bottom: 96px; }
.example-case { display: grid; grid-template-columns: 110px 1fr; gap: 34px; padding: 58px 0; border-top: 1px solid var(--line); }
.example-case:last-child { border-bottom: 1px solid var(--line); }
.example-number { font: 700 38px/1 Georgia, "Times New Roman", serif; color: var(--gold); padding-top: 6px; }
.example-content > h2 { max-width: 900px; font-size: clamp(34px, 4vw, 50px); margin-bottom: 22px; }
.example-kicker { margin: 0 0 12px; color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.example-summary { max-width: 850px; font-size: 19px; line-height: 1.7; color: var(--muted); }
.example-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.example-details > div { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 25px 27px; box-shadow: 0 5px 16px rgba(24, 35, 54, 0.03); }
.example-details h3 { font-size: 17px; margin-bottom: 10px; }
.example-details p { margin-bottom: 0; color: var(--muted); }
.example-focus { margin-top: 22px; border-left: 4px solid var(--gold); background: var(--sand); padding: 18px 22px; color: var(--navy-2); }
.examples-principle { background: var(--gray-50); border-block: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.principle-grid p:not(.eyebrow) { color: var(--muted); font-size: 19px; line-height: 1.75; }
.principle-grid p:last-child { margin-bottom: 0; }

@media (max-width: 850px) {
  .example-case { grid-template-columns: 1fr; gap: 12px; padding: 48px 0; }
  .example-number { font-size: 30px; }
  .example-details, .principle-grid { grid-template-columns: 1fr; }
  .principle-grid { gap: 12px; }
}

@media (max-width: 520px) {
  .examples-hero-inner { padding-block: 62px; }
  .example-details > div { padding: 22px; }
  .example-focus { padding: 17px 18px; }
}


/* Examples action section */
.examples-action { background: var(--white); }
.examples-action h2 { max-width: 940px; }
.action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 42px; }
.action-card { position: relative; min-height: 250px; padding: 34px 32px 30px; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--radius); background: var(--gray-50); }
.action-number { display: block; margin-bottom: 24px; font: 700 18px/1 Georgia, "Times New Roman", serif; color: var(--gold-dark); }
.action-card h3 { max-width: 430px; font-size: 24px; }
.action-card p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.action-outcome { margin-top: 24px; padding: 24px 28px; border-left: 4px solid var(--gold); background: var(--navy); color: #e8ebef; font-size: 18px; line-height: 1.65; }
.action-outcome strong { color: var(--tan); }

@media (max-width: 850px) {
  .action-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 0; }
}

@media (max-width: 520px) {
  .action-card { padding: 27px 24px; }
  .action-outcome { padding: 21px 22px; }
}


/* About page */
.about-hero { background: var(--gray-50); border-bottom: 1px solid var(--line); }
.about-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); gap: 72px; align-items: center; padding-block: 82px 90px; }
.about-hero-copy h1 { max-width: 760px; font-size: clamp(48px, 6.4vw, 76px); }
.about-hero-copy > p { max-width: 760px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.about-perspectives { margin: 28px 0; border-left: 4px solid var(--gold); padding: 4px 0 4px 24px; }
.about-perspectives p { margin: 0 0 10px; color: var(--navy-2); }
.about-perspectives p:last-child { margin-bottom: 0; }
.about-perspectives strong { color: var(--navy); }
.about-emphasis { color: var(--navy) !important; font-weight: 800; }
.about-portrait { margin: 0; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.about-portrait img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; }
.about-narrow { max-width: 930px; }
.about-narrow > p:not(.eyebrow) { max-width: 850px; font-size: 19px; line-height: 1.75; color: var(--muted); }
.about-pullquote { margin-top: 36px; padding: 26px 30px; border-left: 4px solid var(--gold); background: var(--white); color: var(--navy) !important; font: 700 clamp(22px, 3vw, 30px)/1.45 Georgia, "Times New Roman", serif; }
.about-background-grid { margin-top: 46px; }
.about-background-card { border-top: 4px solid var(--gold); }
.about-list { margin: 20px 0 0; padding-left: 20px; color: var(--muted); }
.about-list li { margin-bottom: 10px; padding-left: 4px; }
.about-background-close { margin-top: 34px; }
.about-question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 34px; max-width: 980px; }
.about-question-grid div { min-height: 92px; display: flex; align-items: center; padding: 23px 25px; border: 1px solid rgba(181, 138, 74, 0.32); border-radius: 18px; background: var(--white); color: var(--navy); font-weight: 750; }
.about-question-grid div:last-child { grid-column: 1 / -1; }
.about-goal { margin-top: 42px; max-width: 950px; padding: 30px 34px; background: var(--navy); border-left: 5px solid var(--gold); border-radius: 0 22px 22px 0; }
.about-goal p { margin-bottom: 10px; color: var(--tan); font-weight: 800; }
.about-goal h3 { margin: 0; color: var(--white); font-size: clamp(24px, 3vw, 34px); line-height: 1.35; }
.about-founder { display: grid; grid-template-columns: 1fr 0.9fr; gap: 72px; align-items: end; }
.about-founder h2 { margin-bottom: 0; }
.about-founder .section-intro { margin: 0; }

@media (max-width: 850px) {
  .about-hero-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 64px 72px; }
  .about-portrait { max-width: 560px; }
  .about-question-grid, .about-founder { grid-template-columns: 1fr; }
  .about-question-grid div:last-child { grid-column: auto; }
  .about-founder { gap: 20px; }
}

@media (max-width: 520px) {
  .about-hero-grid { padding-block: 48px 58px; }
  .about-portrait { border-radius: 22px; }
  .about-pullquote { padding: 22px; }
  .about-question-grid div { min-height: 0; }
  .about-goal { padding: 25px 23px; }
}

/* Customer adoption and How Dimensional Helps flow */
.adoption-band {
  background: var(--white);
  border-block: 1px solid var(--line);
}
.adoption-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 76px;
  align-items: start;
}
.adoption-grid h2 { margin-bottom: 0; }
.adoption-copy {
  border-left: 4px solid var(--gold);
  padding-left: 30px;
}
.adoption-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.adoption-copy p:first-child {
  color: var(--navy);
  font-size: 21px;
  font-weight: 800;
}
.adoption-copy p:last-child {
  margin-bottom: 0;
  color: var(--navy);
  font-weight: 750;
}

.help-flow {
  display: grid;
  gap: 22px;
  margin-top: 44px;
}
.help-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.help-card {
  border: 1px solid rgba(181, 138, 74, 0.28);
  border-radius: var(--radius);
  background: var(--white);
  padding: 32px;
  box-shadow: 0 5px 16px rgba(24, 35, 54, 0.035);
}
.help-card-full {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: start;
}
.help-card-diagnostic { border-top: 4px solid var(--gold); }
.help-card-heading { min-width: 0; }
.help-number {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-dark);
  font: 700 18px/1 Georgia, "Times New Roman", serif;
}
.help-card h3 {
  margin-bottom: 0;
  font-size: 25px;
}
.help-card-body > p {
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.help-card-body ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}
.help-card-adoption {
  background: var(--navy);
  border-color: var(--gold);
  box-shadow: 0 18px 42px rgba(24, 35, 54, 0.16);
}
.help-card-adoption .help-number { color: var(--tan); }
.help-card-adoption h3 { color: var(--white); }
.help-card-adoption .help-card-body > p,
.help-card-adoption .help-card-body ul { color: #e0e4ea; }
.help-card-adoption li::marker { color: var(--gold); }
.help-card-governance {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--tan);
}

@media (max-width: 850px) {
  .adoption-grid,
  .help-row,
  .help-card-full {
    grid-template-columns: 1fr;
  }
  .adoption-grid { gap: 34px; }
  .help-card-full { gap: 22px; }
}

@media (max-width: 520px) {
  .adoption-copy { padding-left: 22px; }
  .help-card { padding: 26px 23px; }
}


/* Simple five-step Dimensional approach */
.method-steps {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.method-steps li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0 36px;
  border-bottom: 1px solid var(--line);
}
.method-number {
  color: var(--gold-dark);
  font: 700 18px/1 Georgia, "Times New Roman", serif;
  padding-top: 6px;
}
.method-copy {
  max-width: 780px;
}
.method-copy h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 30px;
}
.method-copy p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.method-copy p:last-child { margin-bottom: 0; }

@media (max-width: 650px) {
  .method-steps li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding: 28px 0 30px;
  }
  .method-copy h3 { font-size: 26px; }
  .method-copy p { font-size: 17px; }
}


/* Five-step plan in homepage hero */
.hero {
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.96fr);
  align-items: start;
}
.plan-card {
  padding: 31px 34px 28px;
}
.hero-plan {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.hero-plan li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.hero-plan li:first-child {
  border-top: 0;
  padding-top: 8px;
}
.hero-plan li:last-child {
  padding-bottom: 2px;
}
.hero-plan-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}
.hero-plan strong {
  display: block;
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.2;
}
.hero-plan p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; }
  .plan-card { max-width: 680px; }
}

@media (max-width: 520px) {
  .plan-card { padding: 24px 22px 22px; }
  .hero-plan li { grid-template-columns: 38px minmax(0, 1fr); gap: 13px; padding: 16px 0; }
  .hero-plan-number { width: 33px; height: 33px; }
}


/* Refined five-step hero plan */
.hero {
  align-items: start;
}
.plan-column {
  min-width: 0;
}
.plan-column > .eyebrow {
  margin-bottom: 16px;
}
.plan-card {
  padding: 10px 34px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.hero-plan {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  margin: 0;
}
.hero-plan li,
.hero-plan li:first-child,
.hero-plan li:last-child {
  min-height: 126px;
  padding: 16px 0;
  align-items: start;
}
.hero-plan-copy {
  display: flex;
  min-height: 92px;
  flex-direction: column;
}
.hero-plan-link {
  display: inline-block;
  width: fit-content;
  margin-top: auto;
  padding-top: 7px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
.hero-plan-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#understand,
#core,
#tail,
#adoption,
#sustain {
  scroll-margin-top: 92px;
}

@media (max-width: 850px) {
  .plan-column { max-width: 680px; }
}

@media (max-width: 520px) {
  .plan-card { padding: 8px 22px; }
  .hero-plan li,
  .hero-plan li:first-child,
  .hero-plan li:last-child { min-height: 130px; padding: 16px 0; }
}

/* Balance the homepage hero by tightening the five-step plan */
.hero-copy {
  max-width: 545px;
}
.plan-card {
  padding: 6px 30px;
}
.hero-plan {
  grid-template-rows: repeat(5, 94px);
}
.hero-plan li,
.hero-plan li:first-child,
.hero-plan li:last-child {
  min-height: 0;
  height: 94px;
  padding: 10px 0;
  align-items: center;
}
.hero-plan-copy {
  min-height: 0;
  justify-content: center;
}
.hero-plan strong {
  margin-bottom: 2px;
  font-size: 17px;
}
.hero-plan p {
  font-size: 14px;
  line-height: 1.35;
}
.hero-plan-link {
  margin-top: 4px;
  padding-top: 0;
  font-size: 12.5px;
}

@media (max-width: 850px) {
  .hero-copy { max-width: 680px; }
}

@media (max-width: 520px) {
  .plan-card { padding: 4px 20px; }
  .hero-plan { grid-template-rows: none; }
  .hero-plan li,
  .hero-plan li:first-child,
  .hero-plan li:last-child {
    height: auto;
    min-height: 112px;
    padding: 14px 0;
  }
}


/* Emphasize the action verb in each hero-plan title */
.hero-plan-title {
  white-space: nowrap;
}
.hero-plan-action {
  color: var(--navy);
  font-weight: 800;
}
.hero-plan-detail {
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 520px) {
  .hero-plan-title { white-space: normal; }
}

/* Align the numbered steps with their titles and keep Learn more inline */
.hero-plan li,
.hero-plan li:first-child,
.hero-plan li:last-child {
  align-items: start;
}
.hero-plan-number {
  margin-top: 0;
}
.hero-plan-copy {
  justify-content: flex-start;
}
.hero-plan-title,
.hero-plan strong {
  display: block;
  margin: 0;
  line-height: 36px;
}
.hero-plan p {
  margin: 0;
}
.hero-plan-link {
  display: inline;
  width: auto;
  margin: 0 0 0 5px;
  padding: 0;
  white-space: nowrap;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

@media (max-width: 520px) {
  .hero-plan-title,
  .hero-plan strong {
    line-height: 33px;
  }
}

/* Center each numbered circle vertically within its full step row */
.hero-plan-number {
  align-self: center;
}

/* Place each Learn more action on its own line within the step copy */
.hero-plan-link {
  display: block;
  width: fit-content;
  margin: 4px 0 0;
}

/* Keep each step together: title, description, and action appear before the divider. */
.hero-plan {
  grid-template-rows: repeat(5, 100px);
}
.hero-plan li,
.hero-plan li:first-child,
.hero-plan li:last-child {
  height: 100px;
  min-height: 0;
  padding: 8px 0;
  align-items: center;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
.hero-plan li:last-child {
  border-bottom: 0;
}
.hero-plan-copy {
  min-height: 0;
  justify-content: center;
}
.hero-plan-title,
.hero-plan strong {
  margin: 0 0 2px;
  line-height: 1.2;
}
.hero-plan p {
  margin: 0;
  line-height: 1.35;
}
.hero-plan-link {
  display: block;
  width: fit-content;
  margin: 3px 0 0;
  padding: 0;
  line-height: 1.2;
}
.hero-plan-number {
  align-self: center;
}

@media (max-width: 520px) {
  .hero-plan {
    grid-template-rows: none;
  }
  .hero-plan li,
  .hero-plan li:first-child,
  .hero-plan li:last-child {
    height: auto;
    min-height: 112px;
    padding: 12px 0;
  }
}

/* Plain-English five-step plan: title plus action only. */
.hero-plan {
  grid-template-rows: repeat(5, 82px);
}
.hero-plan li,
.hero-plan li:first-child,
.hero-plan li:last-child {
  height: 82px;
  min-height: 0;
  padding: 10px 0;
}
.hero-plan-copy {
  justify-content: center;
}
.hero-plan-title,
.hero-plan strong {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
}
.hero-plan-link {
  display: block;
  width: fit-content;
  margin: 5px 0 0;
  padding: 0;
  font-size: 12.5px;
  line-height: 1.2;
}
.hero-plan-number {
  align-self: center;
}

@media (max-width: 520px) {
  .hero-plan { grid-template-rows: none; }
  .hero-plan li,
  .hero-plan li:first-child,
  .hero-plan li:last-child {
    height: auto;
    min-height: 88px;
    padding: 12px 0;
  }
}

/* Mobile-only simplification: preserve the desktop composition while reducing visual layers on small screens. */
@media (max-width: 700px) {
  .hero {
    gap: 38px;
    padding-block: 46px 58px;
    align-items: start;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-copy > .eyebrow,
  .plan-column > .eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.35;
    text-transform: none;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(44px, 12vw, 58px);
    line-height: 0.99;
  }

  .hero .lede {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.45;
  }

  .hero-copy > p > strong {
    font-weight: 600;
  }

  .actions {
    display: grid;
    gap: 14px;
    justify-items: start;
    margin-top: 26px;
  }

  .actions .button-dark {
    min-height: 50px;
    padding: 13px 21px;
  }

  .actions .button-light {
    display: inline-flex;
    min-height: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .actions .button-light:hover {
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .plan-column {
    width: 100%;
  }

  .plan-column > .eyebrow {
    margin-bottom: 8px;
  }

  .plan-card {
    border: 1px solid var(--line);
    border-top: 5px solid var(--gold);
    border-radius: 26px;
    padding: 8px 22px 10px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .hero-plan {
    display: block;
  }

  .hero-plan li,
  .hero-plan li:first-child,
  .hero-plan li:last-child {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 15px;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 17px 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
  }

  .hero-plan li:first-child {
    padding-top: 10px;
  }

  .hero-plan li:last-child {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .hero-plan-number {
    width: 38px;
    height: 38px;
    align-self: center;
    font-size: 14px;
  }

  .hero-plan-copy {
    min-height: 0;
    justify-content: center;
  }

  .hero-plan-title,
  .hero-plan strong {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .hero-plan-link {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
  }
}

/* Preserve the five-step card as a distinct mobile surface at the narrowest widths. */
@media (max-width: 400px) {
  .plan-card {
    border-radius: 22px;
    padding: 6px 16px 8px;
  }
}

/* Four independent patterns: how businesses arrive at this point */
.arrival-patterns {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.arrival-pattern {
  display: grid;
  grid-template-columns: 64px minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.arrival-number {
  padding-top: 4px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
.arrival-pattern h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
}
.arrival-pattern p {
  max-width: 720px;
  margin: 0;
  color: #d7dce3;
  line-height: 1.7;
}

@media (max-width: 850px) {
  .arrival-pattern {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px 18px;
    padding: 25px 0;
  }
  .arrival-pattern p {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .arrival-patterns { margin-top: 34px; }
  .arrival-pattern {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 23px 0;
  }
  .arrival-pattern h3 { font-size: 20px; }
  .arrival-pattern p { line-height: 1.6; }
}

/* Cause-and-effect progression: the usual approach */
.usual-progression {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}
.usual-progression li {
  position: relative;
  min-width: 0;
}
.usual-progression li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 22px;
  left: 48px;
  right: -24px;
  height: 2px;
  background: var(--tan);
}
.usual-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 3px solid var(--tan);
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
}
.usual-copy {
  padding-top: 22px;
}
.usual-copy h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.usual-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 850px) {
  .usual-progression {
    display: block;
    margin-top: 38px;
  }
  .usual-progression li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 34px;
  }
  .usual-progression li:last-child {
    padding-bottom: 0;
  }
  .usual-progression li:not(:last-child)::after {
    top: 48px;
    bottom: 0;
    left: 22px;
    right: auto;
    width: 2px;
    height: auto;
  }
  .usual-copy {
    padding-top: 1px;
  }
  .usual-copy h3 {
    font-size: 21px;
  }
}

@media (max-width: 520px) {
  .usual-progression li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    padding-bottom: 30px;
  }
  .usual-marker {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .usual-progression li:not(:last-child)::after {
    top: 42px;
    left: 19px;
  }
  .usual-copy h3 {
    font-size: 19px;
  }
}

/* Bain-benchmarked editorial homepage */
.homepage-v2 .site-header { position: sticky; }
.home-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}
.home-hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 72px;
  align-items: center;
  padding-block: 104px 110px;
}
.home-hero-copy { position: relative; z-index: 2; }
.home-hero h1 {
  max-width: 830px;
  margin-bottom: 30px;
  color: var(--white);
  font-size: clamp(64px, 8.5vw, 112px);
  line-height: 0.92;
  letter-spacing: -0.058em;
}
.home-hero-question {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.24;
  letter-spacing: -0.025em;
}
.home-hero-intro {
  max-width: 720px;
  margin-bottom: 0;
  color: #d7dce3;
  font-size: 18px;
  line-height: 1.7;
}
.home-hero .actions { align-items: center; margin-top: 34px; }
.button-gold { background: var(--tan); color: var(--navy); border-color: var(--tan); }
.button-gold:hover { background: #f0e2c9; }
.home-text-link,
.home-light-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.42);
  text-underline-offset: 5px;
}
.home-hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-hero-visual img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  opacity: 0.96;
}

.home-impact {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.home-impact-inner { padding-block: 54px 58px; }
.home-impact-inner > .eyebrow { margin-bottom: 30px; }
.home-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.home-impact-grid article {
  min-height: 190px;
  padding: 30px 34px 12px 0;
}
.home-impact-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 34px;
}
.home-impact-grid h2 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -0.035em;
}
.home-impact-grid p { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.65; }

.home-editorial { padding-block: 112px; }
.home-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 92px;
  align-items: start;
}
.home-editorial h2 { margin-bottom: 0; }
.home-editorial-copy {
  padding-top: 32px;
  border-top: 3px solid var(--gold);
}
.home-editorial-copy p {
  max-width: 700px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.72;
}
.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-dark);
  font-weight: 800;
  text-decoration: none;
}
.editorial-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.home-offerings h2 { max-width: 760px; }
.home-offering-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}
.home-offering {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 34px 34px 30px 0;
  transition: background-color 0.18s ease, padding-left 0.18s ease;
}
.home-offering + .home-offering {
  border-left: 1px solid var(--gray-300);
  padding-left: 34px;
}
.home-offering:hover { background: rgba(255,255,255,0.6); }
.home-offering-number {
  margin-bottom: 42px;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.home-offering h3 {
  max-width: 330px;
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
}
.home-offering p { max-width: 340px; color: var(--muted); line-height: 1.7; }
.home-offering .editorial-link { margin-top: auto; }

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.home-section-heading h2 { margin-bottom: 0; }
.home-situation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid rgba(255,255,255,0.22);
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.home-situation {
  min-height: 330px;
  padding: 34px 34px 30px 0;
}
.home-situation + .home-situation {
  border-left: 1px solid rgba(255,255,255,0.22);
  padding-left: 34px;
}
.home-situation > span {
  display: block;
  margin-bottom: 48px;
  color: var(--tan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-situation h3 { font-size: 27px; line-height: 1.18; }
.home-situation p { color: #d7dce3; line-height: 1.65; }
.home-situation:hover h3 { text-decoration: underline; text-underline-offset: 6px; }

.home-questions h2 { max-width: 850px; }
.home-question-list { margin-top: 48px; border-top: 1px solid var(--gray-300); }
.home-question-list details { border-bottom: 1px solid var(--gray-300); }
.home-question-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 30px 64px 30px 0;
  color: var(--navy);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 750;
  letter-spacing: -0.025em;
}
.home-question-list summary::-webkit-details-marker { display: none; }
.home-question-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-dark);
  font-size: 34px;
  font-weight: 400;
}
.home-question-list details[open] summary::after { content: "–"; }
.home-question-list details p {
  max-width: 850px;
  padding: 0 70px 30px 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.home-principal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 92px;
  align-items: center;
}
.home-principal-copy h2 { max-width: 760px; }
.home-principal-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}
.home-principal-photo {
  margin: 0;
  max-width: 390px;
  justify-self: end;
  overflow: hidden;
  border-radius: 2px;
}
.home-principal-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.home-contact-panel { border-radius: 4px; }

@media (max-width: 950px) {
  .home-hero-grid { min-height: auto; grid-template-columns: 1fr 260px; gap: 36px; padding-block: 82px 88px; }
  .home-hero-visual img { width: 250px; }
  .home-offering-grid, .home-situation-grid { grid-template-columns: 1fr; }
  .home-offering, .home-situation { min-height: 0; padding: 30px 0; }
  .home-offering + .home-offering, .home-situation + .home-situation { border-left: 0; border-top: 1px solid var(--gray-300); padding-left: 0; }
  .home-situation + .home-situation { border-top-color: rgba(255,255,255,0.22); }
  .home-offering-number, .home-situation > span { margin-bottom: 20px; }
  .home-offering .editorial-link { margin-top: 18px; }
}

@media (max-width: 760px) {
  .primary-nav { gap: 18px; }
  .home-hero-grid { grid-template-columns: 1fr; padding-block: 68px 72px; }
  .home-hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .home-hero-question { font-size: 25px; }
  .home-hero-visual { display: none; }
  .home-impact-grid, .home-editorial-grid, .home-principal-grid { grid-template-columns: 1fr; }
  .home-impact-grid article { min-height: 0; padding: 26px 0; }
  .home-impact-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .home-editorial { padding-block: 82px; }
  .home-editorial-grid { gap: 36px; }
  .home-editorial-copy { padding-top: 26px; }
  .home-section-heading { align-items: flex-start; flex-direction: column; }
  .home-principal-grid { gap: 42px; }
  .home-principal-photo { justify-self: start; max-width: 330px; }
}

@media (max-width: 520px) {
  .home-hero-grid { padding-block: 56px 62px; }
  .home-hero h1 { margin-bottom: 24px; font-size: 58px; }
  .home-hero-question { font-size: 22px; }
  .home-hero-intro { font-size: 16px; }
  .home-hero .actions { align-items: flex-start; flex-direction: column; }
  .home-impact-inner { padding-block: 44px; }
  .home-offering-grid, .home-situation-grid { margin-top: 38px; }
  .home-question-list { margin-top: 34px; }
  .home-question-list summary { padding-block: 24px; font-size: 23px; }
  .home-question-list details p { padding-right: 0; font-size: 16px; }
  .home-principal-photo { max-width: 100%; }
}

/* Homepage v3: specialist professional-services architecture */
.homepage-v3 .site-header { position: sticky; }
.homepage-v3 h1,
.homepage-v3 h2,
.homepage-v3 h3 { text-wrap: balance; }

.dp-hero {
  background: var(--navy);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.dp-hero-inner {
  padding-block: 116px 124px;
}
.dp-hero h1 {
  max-width: 1040px;
  margin-bottom: 30px;
  color: var(--white);
  font-size: clamp(58px, 8.2vw, 104px);
  line-height: 0.98;
}
.dp-hero-lede {
  max-width: 850px;
  margin: 0;
  color: #d8dde4;
  font-size: clamp(20px, 2.25vw, 27px);
  line-height: 1.55;
}
.dp-hero-actions { align-items: center; margin-top: 42px; }
.button-gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.button-gold:hover { background: var(--tan); border-color: var(--tan); }
.button-hero-secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.58);
}
.button-hero-secondary:hover {
  background: rgba(255,255,255,.09);
  border-color: var(--white);
}
.dp-hero-link,
.dp-light-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 750;
}
.dp-hero-link { margin-left: 8px; }
.dp-hero-link:hover,
.dp-light-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.dp-outcome-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.dp-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dp-outcome-grid article {
  min-height: 220px;
  padding: 46px 38px 44px 0;
}
.dp-outcome-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 38px;
}
.dp-outcome-label {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dp-outcome-grid h2 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.dp-editorial { padding-block: 116px; }
.dp-editorial-grid,
.dp-pov-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 88px;
  align-items: start;
}
.dp-editorial-grid h2,
.dp-pov-grid h2 { margin-bottom: 0; }
.dp-editorial-copy,
.dp-pov-copy {
  border-top: 4px solid var(--gold);
  padding-top: 30px;
}
.dp-editorial-copy p,
.dp-pov-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}
.dp-editorial-emphasis {
  color: var(--navy) !important;
  font-weight: 750;
}

.dp-section-heading h2 { max-width: 980px; }
.dp-potential-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--gray-300);
}
.dp-potential-grid article {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 24px;
  row-gap: 8px;
  padding: 34px 32px 34px 0;
  border-bottom: 1px solid var(--gray-300);
}
.dp-potential-grid article:nth-child(even) {
  border-left: 1px solid var(--gray-300);
  padding-left: 32px;
}
.dp-potential-grid article > span {
  grid-row: 1 / 3;
  color: var(--gold-dark);
  font-weight: 800;
}
.dp-potential-grid h3 { margin: 0; font-size: 26px; }
.dp-potential-grid p { margin: 0; color: var(--muted); line-height: 1.7; }

.dp-point-of-view .dp-pov-copy { border-top-color: var(--tan); }
.dp-pov-copy p { color: #d7dce3; }
.dp-pov-copy ul {
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}
.dp-pov-copy li {
  position: relative;
  padding: 16px 0 16px 28px;
  border-top: 1px solid rgba(255,255,255,0.16);
  color: var(--white);
  font-size: 17px;
}
.dp-pov-copy li:last-child { border-bottom: 1px solid rgba(255,255,255,0.16); }
.dp-pov-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.dp-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}
.dp-capability {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 38px 34px 36px 0;
}
.dp-capability + .dp-capability {
  border-left: 1px solid var(--gray-300);
  padding-left: 34px;
}
.dp-capability:hover h3 { text-decoration: underline; text-underline-offset: 6px; }
.dp-capability-number {
  margin-bottom: 54px;
  color: var(--gold-dark);
  font-weight: 800;
}
.dp-capability h3 { font-size: 31px; }
.dp-capability p { color: var(--muted); line-height: 1.72; }
.dp-capability .editorial-link { margin-top: auto; }
.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-dark);
  font-weight: 800;
}
.editorial-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.dp-work-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}
.dp-work-heading h2 { margin-bottom: 0; }
.dp-work-heading > .editorial-link { flex: 0 0 auto; margin-bottom: 8px; }
.dp-work-list {
  margin-top: 56px;
  border-top: 1px solid var(--gray-300);
}
.dp-work-row {
  display: grid;
  grid-template-columns: 64px minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--gray-300);
}
.dp-work-row:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.dp-work-index { color: var(--gold-dark); font-weight: 800; }
.dp-work-row h3 { margin: 0; font-size: 23px; }
.dp-work-row p { margin: 0; color: var(--muted); line-height: 1.7; }

.dp-principal-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 82px;
  align-items: center;
}
.dp-principal-photo {
  margin: 0;
  max-width: 430px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--gray-50);
}
.dp-principal-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}
.dp-principal-copy h2 { max-width: 760px; }
.dp-principal-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.dp-contact-panel { border-radius: 4px; }

@media (max-width: 900px) {
  .dp-hero-inner { padding-block: 92px 98px; }
  .dp-outcome-grid { grid-template-columns: 1fr; }
  .dp-outcome-grid article { min-height: 0; padding: 34px 0; }
  .dp-outcome-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .dp-editorial-grid,
  .dp-pov-grid,
  .dp-principal-grid { grid-template-columns: 1fr; gap: 42px; }
  .dp-editorial { padding-block: 88px; }
  .dp-potential-grid,
  .dp-capability-grid { grid-template-columns: 1fr; }
  .dp-potential-grid article,
  .dp-potential-grid article:nth-child(even) { border-left: 0; padding-left: 0; }
  .dp-capability { min-height: 0; padding: 34px 0; }
  .dp-capability + .dp-capability { border-left: 0; border-top: 1px solid var(--gray-300); padding-left: 0; }
  .dp-capability-number { margin-bottom: 22px; }
  .dp-work-heading { align-items: flex-start; flex-direction: column; }
  .dp-work-row { grid-template-columns: 52px 1fr; }
  .dp-work-row p { grid-column: 2; }
  .dp-principal-photo { max-width: 360px; }
}

@media (max-width: 520px) {
  .dp-hero-inner { padding-block: 68px 76px; }
  .dp-hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .dp-hero-lede { font-size: 19px; }
  .dp-hero-actions { align-items: flex-start; flex-direction: column; }
  .dp-hero-link { margin-left: 0; }
  .dp-outcome-grid h2 { font-size: 27px; }
  .dp-editorial { padding-block: 72px; }
  .dp-editorial-copy p,
  .dp-pov-copy p { font-size: 17px; }
  .dp-potential-grid { margin-top: 38px; }
  .dp-potential-grid article,
  .dp-potential-grid article:nth-child(even) {
    grid-template-columns: 38px 1fr;
    column-gap: 14px;
    padding: 27px 0;
  }
  .dp-potential-grid h3 { font-size: 23px; }
  .dp-capability-grid { margin-top: 38px; }
  .dp-capability h3 { font-size: 27px; }
  .dp-work-list { margin-top: 38px; }
  .dp-work-row { grid-template-columns: 38px 1fr; gap: 14px; padding: 26px 0; }
  .dp-work-row h3 { font-size: 21px; }
  .dp-principal-photo { max-width: 100%; }
}

/* Homepage hero rotating outcome word */
.dp-hero-heading-static {
  display: inline;
}

.dp-hero-cycle {
  --dp-hero-cycle-row: 1.18em;
  display: inline-block;
  position: relative;
  width: 9.2ch;
  vertical-align: baseline;
  color: var(--gold);
  line-height: 1.055;
}

/* The invisible measure text preserves the exact baseline of the static
   headline. The animation viewport extends slightly below that line box so
   descenders such as p, g, and y are never clipped. */
.dp-hero-cycle-measure {
  display: inline-block;
  visibility: hidden;
  white-space: nowrap;
  line-height: 1.055;
}

.dp-hero-cycle-viewport {
  position: absolute;
  top: -0.02em;
  right: 0;
  bottom: -0.16em;
  left: 0;
  overflow: hidden;
}

.dp-hero-cycle-track {
  position: absolute;
  top: 0.02em;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-rows: var(--dp-hero-cycle-row) var(--dp-hero-cycle-row);
  transform: translateY(0);
  transition: transform 420ms cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.dp-hero-cycle-track.is-moving {
  transform: translateY(calc(-1 * var(--dp-hero-cycle-row)));
}

.dp-hero-cycle-track.no-transition {
  transition: none;
}

.dp-hero-cycle-word {
  display: block;
  height: var(--dp-hero-cycle-row);
  line-height: 1.055;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .dp-hero-cycle {
    display: block;
    width: 100%;
    margin-top: 0.08em;
    vertical-align: baseline;
  }
}


/* =============================================================
   TYPOGRAPHY SYSTEM
   Editorial display type + open, humanist sans-serif body copy.
   The brand wordmark treatment remains unchanged.
   ============================================================= */
:root {
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.62;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Preserve the established brand treatment in the header and footer. */
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.brand small {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.065;
  font-optical-sizing: auto;
}

h3 {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.25;
}

p,
li,
a,
button,
summary,
input,
textarea {
  font-family: var(--font-body);
}

.eyebrow,
.example-kicker,
.dp-outcome-label {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.095em;
}

.primary-nav,
.button,
.text-link,
.editorial-link,
.dp-hero-link,
.dp-light-link,
.nav-active {
  font-weight: 600;
}

/* Replace dense display treatments with the new editorial system. */
.dp-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.024em;
  line-height: 1.055;
}

.dp-hero-lede,
.lede,
.section-intro,
.dp-editorial-copy p,
.dp-pov-copy p,
.dp-principal-copy > p:not(.eyebrow),
.example-summary,
.about-section p,
.about-hero-copy > p {
  font-family: var(--font-body);
  font-weight: 400;
}

.dp-editorial-emphasis,
.about-emphasis,
.adoption-copy p:first-child,
.adoption-copy p:last-child,
.about-question-grid div,
.about-goal p {
  font-weight: 600;
}

.dp-outcome-grid h2,
.example-content > h2,
.contact-panel h2,
.about-section h2,
.about-hero h1,
.examples-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Supporting labels and numbers use one restrained sans-serif treatment. */
.example-number,
.action-number,
.help-number,
.method-number,
.arrival-index,
.usual-number,
.dp-work-index,
.dp-capability-number,
.dp-potential-grid article > span,
.hero-plan-number,
.step {
  font-family: var(--font-body);
  font-weight: 600;
}

.about-pullquote {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.012em;
}

.hero-plan strong,
.hero-plan-title,
.hero-plan-action,
.method-copy h3,
.help-card h3,
.dp-capability h3,
.dp-work-row h3,
.dp-potential-grid h3,
.home-offering h3,
.home-situation h3 {
  font-family: var(--font-body);
  font-weight: 600;
}

@media (max-width: 700px) {
  .dp-hero h1 {
    line-height: 1.08;
    letter-spacing: -0.018em;
  }
}

/* Bain-inspired principal profile page */
.profile-hero {
  background: var(--gray-50);
  border-bottom: 1px solid var(--line);
}

.profile-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "portrait"
    "intro";
  padding-block: 48px 0;
}

.profile-portrait {
  position: relative;
  grid-area: portrait;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
}

.profile-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.profile-portrait-mobile,
.profile-identity-mobile {
  display: none;
}

.profile-identity-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 70px);
  color: var(--white);
}

.profile-identity-overlay::before {
  content: none;
}

.profile-identity-overlay .eyebrow {
  color: var(--gold-dark);
}

.profile-identity h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(58px, 7vw, 90px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.profile-identity-overlay h1,
.profile-identity-overlay .profile-role {
  color: var(--navy);
  text-shadow: none;
}

.profile-role {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 650;
  line-height: 1.2;
}

.profile-location {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.profile-identity-overlay .profile-location {
  color: var(--muted);
}

.profile-intro {
  grid-area: intro;
  padding-bottom: 72px;
}

.profile-positioning {
  max-width: 760px;
  margin: 36px 0 30px;
  color: var(--navy-2);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(25px, 3.2vw, 38px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.024em;
}

.profile-about {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.65fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: start;
}

.profile-sidebar {
  position: sticky;
  top: 112px;
}

.profile-fact-group + .profile-fact-group {
  margin-top: 52px;
}

.profile-fact-group h2 {
  margin-bottom: 22px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-tag-list,
.profile-highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-tag-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--navy-2);
  font-size: 17px;
  line-height: 1.4;
}

.profile-tag-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.profile-highlight-list li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.profile-highlight-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--gold);
}

.profile-bio h2 {
  max-width: 760px;
  margin-bottom: 32px;
  font-size: clamp(38px, 5vw, 58px);
}

.profile-bio > p:not(.eyebrow) {
  max-width: 830px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.78;
}

.profile-bio > p:first-of-type:not(.eyebrow) {
  color: var(--navy-2);
  font-size: 22px;
}

.profile-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(50px, 8vw, 104px);
  align-items: start;
}

.profile-approach-grid h2 {
  margin-bottom: 0;
}

.profile-approach-copy {
  padding-top: 33px;
}

.profile-approach-copy p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .profile-hero-grid {
    display: block;
    padding-top: 0;
  }

  .profile-portrait-desktop,
  .profile-identity-overlay {
    display: none;
  }

  .profile-portrait-mobile {
    display: block;
    width: 100vw;
    max-width: none;
    margin: 0 0 0 calc(50% - 50vw);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--white);
  }

  .profile-portrait-mobile img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .profile-identity-mobile {
    display: block;
    min-width: 0;
    padding-top: 30px;
  }

  .profile-identity-mobile .eyebrow {
    margin-bottom: 12px;
  }

  .profile-identity h1 {
    margin-bottom: 12px;
    font-size: clamp(42px, 8vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .profile-role {
    font-size: clamp(19px, 3.5vw, 25px);
    line-height: 1.2;
  }

  .profile-location {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.35;
  }

  .profile-intro {
    padding-bottom: 48px;
  }

  .profile-positioning {
    margin-top: 24px;
    font-size: clamp(25px, 4vw, 32px);
  }

  .profile-about,
  .profile-approach-grid {
    grid-template-columns: 1fr;
  }

  .profile-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
  }

  .profile-fact-group + .profile-fact-group {
    margin-top: 0;
  }

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

@media (max-width: 620px) {
  .profile-identity-mobile {
    padding-top: 28px;
  }

  .profile-identity h1 {
    font-size: clamp(38px, 10.8vw, 52px);
  }

  .profile-role {
    font-size: clamp(17px, 4.8vw, 21px);
  }

  .profile-location {
    font-size: 15px;
  }

  .profile-intro {
    padding-bottom: 40px;
  }

  .profile-positioning {
    margin-top: 18px;
    font-size: 25px;
  }

  .profile-sidebar {
    grid-template-columns: 1fr;
  }

  .profile-fact-group + .profile-fact-group {
    margin-top: 8px;
  }

  .profile-bio > p:not(.eyebrow),
  .profile-approach-copy p {
    font-size: 18px;
  }
}


/* Homepage refinements: expertise, diagnostic choices, and split-color heading */
.dp-heading-accent {
  display: block;
  margin-top: 0.08em;
  color: var(--gold-dark);
}

.dp-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--gray-300);
  border-left: 1px solid var(--gray-300);
}
.dp-expertise-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border-right: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
  background: var(--white);
}
.dp-expertise-card .dp-capability-number {
  margin-bottom: 42px;
}
.dp-expertise-card h3 {
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 1.12;
}
.dp-expertise-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.dp-diagnostic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}
.dp-diagnostic-card {
  display: flex;
  flex-direction: column;
  min-height: 490px;
  padding: 38px 38px 34px;
  border: 1px solid var(--gray-300);
  border-top: 5px solid var(--gold);
  border-radius: 4px;
  background: var(--white);
}
.dp-diagnostic-card h3 {
  max-width: 560px;
  margin-bottom: 10px;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.08;
}
.dp-diagnostic-subtext {
  margin: 0 0 14px;
  color: var(--navy-2) !important;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 500;
  line-height: 1.35 !important;
}
.dp-diagnostic-duration {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 24px;
  padding: 7px 11px;
  border: 1px solid var(--tan);
  border-radius: 999px;
  background: var(--sand);
  color: var(--gold-dark) !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.2 !important;
}
.dp-diagnostic-card > p:not(.dp-diagnostic-subtext):not(.dp-diagnostic-duration) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.dp-diagnostic-card ul {
  margin: 12px 0 30px;
  padding: 0;
  list-style: none;
}
.dp-diagnostic-card li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-top: 1px solid var(--line);
  color: var(--navy-2);
  font-weight: 600;
}
.dp-diagnostic-card li:last-child {
  border-bottom: 1px solid var(--line);
}
.dp-diagnostic-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.dp-diagnostic-card .editorial-link {
  margin-top: auto;
}

@media (max-width: 900px) {
  .dp-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dp-diagnostic-grid {
    grid-template-columns: 1fr;
  }
  .dp-diagnostic-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .dp-expertise-grid {
    grid-template-columns: 1fr;
  }
  .dp-expertise-card {
    min-height: 0;
    padding: 28px 24px;
  }
  .dp-expertise-card .dp-capability-number {
    margin-bottom: 26px;
  }
  .dp-diagnostic-card {
    padding: 30px 24px 28px;
  }
}


/* Homepage credibility statistics */
.dp-statistics {
  padding-block: 34px 28px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.dp-statistics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.dp-stat-card {
  min-width: 0;
  padding: 26px 26px 24px;
  border-radius: 12px;
}
.dp-stat-card-primary {
  background: var(--white);
  border: 1px solid var(--gray-300);
}
.dp-stat-card-supporting {
  background: var(--sand);
  border: 1px solid transparent;
}
.dp-stat-label {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.dp-stat-number {
  margin: 0 0 13px;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}
.dp-stat-card-primary .dp-stat-number {
  font-size: clamp(40px, 4.2vw, 44px);
}
.dp-stat-support {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.dp-statistics-source {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 800px) and (min-width: 641px) {
  .dp-statistics-grid { gap: 12px; }
  .dp-stat-card { padding: 22px 18px 20px; }
  .dp-stat-card-primary .dp-stat-number { font-size: 38px; }
  .dp-stat-number { font-size: 27px; }
  .dp-stat-support { font-size: 12px; }
}

@media (max-width: 640px) {
  .dp-statistics { padding-block: 24px 22px; }
  .dp-statistics-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .dp-stat-card { padding: 24px 22px 22px; }
  .dp-stat-card-primary { order: -1; }
  .dp-stat-card-primary .dp-stat-number { font-size: 42px; }
  .dp-stat-number { font-size: 30px; }
  .dp-statistics-source { margin-top: 12px; }
}
