:root {
  --ink: #0b1624;
  --navy: #07182f;
  --blue: #2462ea;
  --blue-soft: #eaf1ff;
  --paper: #f6f8fc;
  --white: #ffffff;
  --mist: #e6edf7;
  --muted: #526172;
  --sage: #6b7788;
  --line: rgba(7, 24, 47, 0.12);
  --dark-line: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 50px rgba(7, 24, 47, 0.12);
}

/* Premium corporate consultancy pass */
:root {
  --ink: #0b1624;
  --navy: #07182f;
  --blue: #2462ea;
  --blue-soft: #eaf1ff;
  --paper: #f6f8fc;
  --white: #ffffff;
  --mist: #e6edf7;
  --muted: #526172;
  --sage: #6b7788;
  --line: rgba(7, 24, 47, 0.13);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 52px rgba(7, 24, 47, 0.12);
}

body {
  background: linear-gradient(180deg, #fbfcff 0%, var(--paper) 48%, #ffffff 100%);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

::selection {
  background: rgba(40, 96, 232, 0.16);
  color: var(--navy);
}

.section {
  width: min(1160px, calc(100% - 48px));
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  min-height: 78px;
  align-items: center;
  transform: none;
  border: 0;
  border-bottom: 1px solid rgba(7, 24, 47, 0.11);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  padding: 13px max(24px, calc((100vw - 1160px) / 2));
}

.site-header.is-elevated,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.99);
  border-color: rgba(7, 24, 47, 0.16);
}

.brand-logo {
  border-radius: 7px;
  box-shadow: none;
}

.site-nav {
  gap: 2px;
}

.site-nav a {
  border-radius: 0;
  color: #263141;
  font-size: 0.88rem;
  font-weight: 760;
  padding: 12px 12px;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: transparent;
  color: var(--blue);
}

.site-nav .nav-cta {
  margin-left: 10px;
  border: 1px solid rgba(17, 24, 32, 0.18);
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  padding-inline: 16px;
}

.site-nav .nav-cta:hover {
  border-color: var(--navy);
  background: #10284a;
  color: var(--white);
}

.menu-toggle {
  border-radius: 6px;
  box-shadow: none;
}

.hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.76fr);
  align-items: end;
  gap: clamp(3rem, 6vw, 6.25rem);
  padding: clamp(9rem, 13vh, 10.5rem) 0 clamp(5.25rem, 9vh, 7rem);
}

.hero::before {
  position: absolute;
  inset: 78px calc(50% - 50vw) auto;
  height: 1px;
  background: rgba(17, 24, 32, 0.09);
  content: "";
}

.hero-kicker,
.section-label,
.panel-label {
  display: inline-flex;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-kicker {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 1.45rem;
  font-size: clamp(3.05rem, 5.1vw, 5.05rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

h2 {
  max-width: 850px;
  font-size: clamp(2.05rem, 3.9vw, 3.45rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

h3 {
  font-weight: 760;
  letter-spacing: 0;
}

.hero-lede,
.section-intro,
.review-lede,
.final-cta p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.68;
}

.button {
  min-height: 50px;
  border-radius: 6px;
  font-weight: 780;
  box-shadow: none;
}

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

.button-primary {
  background: var(--navy);
  box-shadow: none;
}

.button-primary:hover {
  background: #10284a;
}

.button-secondary {
  border-color: rgba(17, 24, 32, 0.2);
  background: transparent;
}

.button-secondary:hover {
  border-color: var(--blue);
  background: rgba(255, 254, 250, 0.72);
  box-shadow: none;
}

.text-link {
  color: var(--blue);
  font-weight: 820;
  text-underline-offset: 5px;
}

.hero-figure {
  position: relative;
  margin: 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.hero-figure img {
  width: 100%;
  height: clamp(360px, 42vw, 560px);
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.hero-figure figcaption {
  margin-top: 14px;
  border-bottom: 1px solid var(--line);
  color: #354153;
  font-size: 0.9rem;
  line-height: 1.45;
  padding-bottom: 14px;
}

.positioning-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.positioning-strip span {
  display: flex;
  min-height: 76px;
  align-items: center;
  border-right: 1px solid var(--line);
  color: #263141;
  font-size: 0.91rem;
  font-weight: 780;
  line-height: 1.35;
  padding: 18px;
}

.positioning-strip span:last-child {
  border-right: 0;
}

.problem,
.workflow-review,
.approach,
.proof,
.resources,
.final-cta,
.services,
.skillproof-lite {
  padding: clamp(5.2rem, 9vw, 7.5rem) 0;
}

.problem {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(2.8rem, 6vw, 5.25rem);
  align-items: start;
}

.problem-list {
  border-top: 1px solid var(--line);
}

.problem-list p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: #273242;
  font-size: 1.03rem;
  font-weight: 680;
  line-height: 1.52;
  padding: 18px 0;
}

.problem-list p::before {
  width: 7px;
  height: 7px;
  margin-top: 0.52em;
  border-radius: 99px;
  background: var(--blue);
  content: "";
}

.services {
  isolation: isolate;
}

.services::before,
.workflow-review::before,
.skillproof-lite::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: rgba(255, 254, 250, 0.62);
  content: "";
}

.service-ledger {
  border-top: 1px solid var(--line);
}

.service-ledger article {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.4fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: clamp(1.35rem, 3vw, 2rem) 0;
}

.service-ledger article > span,
.approach-steps span,
.resource-ledger span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-ledger h2,
.service-ledger h3,
.service-ledger p,
.approach-steps h3,
.approach-steps p {
  margin: 0;
}

.service-ledger h2,
.service-ledger h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.service-ledger p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.workflow-review {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: start;
}

.workflow-review-copy p:not(.section-label):not(.review-lede) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.review-panel {
  border-top: 3px solid var(--navy);
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 24px 0 0;
}

.review-price {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 780;
  letter-spacing: 0;
}

.review-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-panel li {
  border-top: 1px solid var(--line);
  color: #273242;
  font-size: 0.97rem;
  font-weight: 650;
  line-height: 1.48;
  padding: 15px 0;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 0;
  list-style: none;
}

.approach-steps li {
  min-height: 230px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.approach-steps li:last-child {
  border-right: 0;
}

.approach-steps h3 {
  margin-top: 42px;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}

.approach-steps p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.58;
}

.proof {
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  align-items: start;
}

.proof-visual {
  margin: 0;
}

.proof-visual img {
  height: clamp(340px, 42vw, 560px);
  border-radius: 6px;
  box-shadow: none;
}

.proof-list {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.proof-list p {
  display: grid;
  grid-template-columns: minmax(160px, 0.44fr) minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.proof-list strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.4;
}

.proof-list span {
  color: var(--muted);
  line-height: 1.58;
}

.skillproof-lite {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.skillproof-lite h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.skillproof-lite p:not(.section-label) {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.68;
}

.resource-ledger {
  border-top: 1px solid var(--line);
}

.resource-ledger a {
  display: grid;
  grid-template-columns: 120px minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.resource-ledger a:hover strong {
  color: var(--blue);
}

.resource-ledger strong {
  color: var(--navy);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  transition: color 160ms ease;
}

.resource-ledger em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.final-cta h2 {
  margin-bottom: 18px;
}

.site-footer {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr) minmax(260px, 0.8fr);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-brand {
  display: grid;
  gap: 18px;
}

.footer-brand p {
  max-width: 310px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .site-header {
    padding-inline: 24px;
  }

  .hero,
  .problem,
  .workflow-review,
  .proof,
  .skillproof-lite,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
  }

  .positioning-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .positioning-strip span:nth-child(2n) {
    border-right: 0;
  }

  .positioning-strip span:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .service-ledger article,
  .resource-ledger a {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .service-ledger p,
  .resource-ledger em {
    grid-column: 2;
  }

  .approach-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approach-steps li:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-height: 76px;
    border-radius: 0;
    padding: 12px 86px 12px 22px;
    transform: none;
  }

  .site-nav {
    top: 76px;
    right: 0;
    left: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-nav .nav-cta {
    margin: 8px 0 0;
    text-align: center;
  }

  .menu-toggle {
    right: 22px;
  }

  .hero {
    padding-top: 118px;
  }
}

@media (max-width: 620px) {
  .section {
    width: min(100% - 44px, 520px);
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    font-size: clamp(2.48rem, 12vw, 3.25rem);
    letter-spacing: 0;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.42rem);
  }

  .hero {
    gap: 30px;
    padding-bottom: 56px;
  }

  .hero-figure img {
    height: 320px;
  }

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

  .positioning-strip span,
  .positioning-strip span:nth-child(2n) {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .positioning-strip span:last-child {
    border-bottom: 0;
  }

  .problem,
  .workflow-review,
  .approach,
  .proof,
  .resources,
  .final-cta,
  .services,
  .skillproof-lite {
    padding: 58px 0;
  }

  .service-ledger article,
  .resource-ledger a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-ledger p,
  .resource-ledger em {
    grid-column: auto;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .approach-steps li {
    min-height: auto;
    border-right: 0;
  }

  .approach-steps h3 {
    margin-top: 26px;
  }

  .proof-list p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .final-cta {
    align-items: start;
  }

  .site-footer {
    width: min(100% - 44px, 520px);
    border-radius: 0;
    padding: 26px 0;
  }
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fbfcff 0%, #f2f6fb 52%, #f8fbff 100%);
  color: var(--ink);
  font-family:
    Aptos, "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.section {
  position: relative;
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

[data-section],
#top {
  scroll-margin-top: 128px;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  min-height: 66px;
  align-items: start;
  justify-content: space-between;
  transform: translateX(-50%);
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 30px rgba(20, 34, 53, 0.07);
  padding: 10px 12px;
  backdrop-filter: none;
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-elevated,
.site-header.is-open {
  background: rgba(255, 253, 248, 0.98);
  border-color: rgba(22, 35, 52, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 9px;
  overflow: hidden;
  background: var(--navy) url("/assets/cb-logo-web.png") center / cover no-repeat;
  box-shadow: 0 8px 20px rgba(20, 34, 53, 0.11);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  border-radius: 10px;
  color: #263548;
  font-size: 0.9rem;
  font-weight: 750;
  padding: 11px 13px;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(47, 111, 143, 0.1);
  color: var(--navy);
}

.menu-toggle {
  display: flex;
  width: 46px;
  height: 46px;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--navy);
  border-radius: 12px;
  background: var(--navy);
  box-shadow: 0 10px 22px rgba(22, 35, 52, 0.14);
  padding: 0;
}

.menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 99px;
  background: var(--white);
}

.menu-toggle span + span {
  margin-top: 0;
}

@media (min-width: 981px) {
  .menu-toggle {
    display: none;
  }
}

.hero {
  display: grid;
  width: min(1160px, calc(100% - 48px));
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.86fr);
  align-items: start;
  gap: clamp(2.25rem, 4vw, 4.25rem);
  padding: clamp(6.2rem, 9vh, 6.8rem) 0 clamp(4.2rem, 7vh, 5.4rem);
}

.hero-copy,
.hero-review {
  min-width: 0;
}

.hero-kicker {
  display: inline-flex;
  margin: 0 0 20px;
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.8);
  color: #344251;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  padding: 11px 15px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--ink);
  font-size: clamp(3rem, 4.35vw, 4.35rem);
  line-height: 1.02;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 3.05rem;
  line-height: 1.06;
}

h3 {
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.18;
}

.hero-lede {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.24vw, 1.2rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.96rem;
  font-weight: 800;
  padding: 0 clamp(1rem, 2vw, 1.28rem);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
}

.button-primary {
  background: var(--navy);
  box-shadow: 0 14px 28px rgba(20, 34, 53, 0.18);
  color: var(--white);
}

.button-primary span {
  background: var(--blue);
  color: var(--white);
}

.button-primary:hover {
  background: #10284a;
}

.button-primary:hover span {
  background: var(--white);
  color: var(--navy);
}

.button-secondary {
  border-color: rgba(22, 35, 52, 0.22);
  background: rgba(255, 253, 248, 0.72);
  color: var(--navy);
}

.button-secondary:hover {
  border-color: rgba(47, 111, 143, 0.46);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(22, 35, 52, 0.08);
}

.button-secondary span {
  background: var(--blue);
  color: var(--white);
}

.hero-review {
  width: 100%;
  max-width: 33.5rem;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 28px 58px rgba(7, 24, 47, 0.12);
}

.hero-review-media {
  margin: 0;
}

.hero-review-media img {
  width: 100%;
  height: clamp(250px, 27vw, 330px);
  object-fit: cover;
  object-position: center;
}

.hero-review-content {
  padding: clamp(1.35rem, 2.4vw, 1.85rem);
}

.hero-review-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 850;
}

.hero-review-title {
  max-width: 24rem;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 850;
  line-height: 1.12;
}

.hero-review-list {
  display: grid;
  gap: 10px;
}

.hero-review-list div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 14px;
  align-items: start;
  border-top: 1px solid rgba(20, 34, 53, 0.1);
  padding-top: 12px;
}

.hero-review-list strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.hero-review-list span {
  color: #556270;
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-review-note {
  margin: 20px 0 0;
  border-radius: 12px;
  background: #eef3fb;
  color: #243342;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.45;
  padding: 14px 16px;
}

.timeline span,
.steps span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.work {
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
  padding: 84px 0;
}

.work::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: #eef3fb;
  content: "";
}

.work-statement {
  padding-top: 0;
}

.work-copy {
  display: grid;
  gap: 20px;
  border: 1px solid rgba(20, 34, 53, 0.09);
  border-radius: 16px;
  background: rgba(255, 254, 250, 0.72);
  padding: clamp(1.45rem, 3vw, 2.15rem);
}

.work-copy p,
.proof-intro p:not(.eyebrow),
.contact p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.who-help,
.services,
.examples,
.proof,
.method,
.discovery {
  padding: 72px 0;
}

.section-heading {
  display: block;
  max-width: 820px;
  margin-bottom: 34px;
}

.section-intro {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.help-grid article {
  min-height: 150px;
  border: 1px solid rgba(20, 34, 53, 0.09);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.78);
  padding: 24px;
  transition: background 180ms ease, border-color 180ms ease;
}

.help-grid h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.help-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.section-outcome {
  max-width: 760px;
  margin: 24px 0 0;
  color: #263548;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
}

.proof-intro p:not(.eyebrow) {
  max-width: 620px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  min-height: 0;
  border: 1px solid rgba(20, 34, 53, 0.1);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.84);
  padding: clamp(1.55rem, 2.6vw, 2rem);
  transition: background 180ms ease, border-color 180ms ease;
}

.service-grid article:first-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eef3fb 0%, rgba(255, 254, 250, 0.92) 62%);
}

.service-grid article > span {
  display: inline-block;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-grid h3 {
  margin: 16px 0 14px;
  font-size: 1.52rem;
}

.service-grid p {
  color: var(--muted);
  line-height: 1.62;
}

.service-grid .pillar-outcome {
  margin: 18px 0 0;
  color: #6b7280;
  font-size: 0.96rem;
  font-weight: 500;
}

.capability-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.service-grid article:first-child .capability-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.capability-list li {
  position: relative;
  color: #3d4958;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.45;
  padding: 0 0 0 18px;
}

.capability-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--sage);
  content: "";
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.example-grid article {
  grid-column: span 2;
  min-height: 174px;
  border: 1px solid rgba(20, 34, 53, 0.09);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.76);
  padding: 24px;
  transition: background 180ms ease, border-color 180ms ease;
}

.examples:not(.skillproof) .example-grid article:nth-child(1),
.examples:not(.skillproof) .example-grid article:nth-child(2) {
  grid-column: span 3;
}

.help-grid article:hover,
.service-grid article:hover,
.example-grid article:hover {
  border-color: rgba(47, 111, 143, 0.3);
  background: rgba(255, 253, 248, 0.92);
}

.example-grid h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.example-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.skillproof {
  isolation: isolate;
}

.skillproof::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: #eef3fb;
  content: "";
}

.skillproof .example-grid article {
  border: 1px solid rgba(20, 34, 53, 0.08);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.68);
  padding: 24px;
}

.skillproof .example-grid article:hover {
  border-color: rgba(54, 109, 125, 0.24);
  background: rgba(255, 254, 250, 0.92);
}

.proof {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: start;
}

.proof-visual {
  margin: 28px 0 0;
}

.proof-visual img {
  width: 100%;
  height: clamp(260px, 28vw, 390px);
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(7, 24, 47, 0.12);
  object-fit: cover;
  object-position: center;
}

.proof-principles {
  display: grid;
  gap: 14px;
}

.proof-principles article {
  border: 1px solid rgba(20, 34, 53, 0.09);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.78);
  padding: 24px;
}

.proof-principles h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.08rem;
}

.proof-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.58;
}

.founder-points {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.founder-points p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 18px 0;
}

.method .section-heading h2 {
  font-size: 2.78rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  color: var(--ink);
  overflow: visible;
}

.timeline article {
  min-height: 218px;
  border: 1px solid rgba(20, 34, 53, 0.09);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.78);
  padding: 24px;
}

.timeline article:last-of-type {
  padding-right: 24px;
}

.timeline h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.48rem;
}

.timeline p {
  color: var(--muted);
  line-height: 1.6;
}

.timeline > a {
  grid-column: 1 / -1;
  color: var(--blue);
  font-weight: 800;
  padding: 10px 0 0;
}

.timeline > a:hover {
  color: var(--navy);
  text-decoration: underline;
}

.programme-artefacts {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 22px;
  align-items: start;
  margin-top: 20px;
  border-radius: 14px;
  background: #eef3fb;
  padding: clamp(22px, 3vw, 30px);
}

.programme-artefacts h3 {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.16;
}

.programme-artefacts p {
  margin: 0;
  color: #344251;
  font-size: 1.02rem;
  line-height: 1.62;
}

.discovery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 56px;
  align-items: start;
}

.discovery-lede {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 8px 18px;
  border: 1px solid rgba(20, 34, 53, 0.09);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.72);
  padding: 18px 20px;
}

.steps h3,
.steps p {
  grid-column: 2;
}

.steps h3 {
  margin: 0;
}

.steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.summary-note {
  max-width: 620px;
  margin: 26px 0 0;
  border-left: 4px solid var(--sage);
  color: #263548;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 18px;
}

.discovery-outcome {
  max-width: 620px;
  margin: 20px 0 0;
  color: #6b7280;
  font-weight: 400;
  line-height: 1.6;
}

.download-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 900;
}

.download-link:hover {
  text-decoration: underline;
}

.faq {
  padding: 80px 0;
}

.faq-list {
  display: grid;
  gap: 9px;
  max-width: 900px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.7);
  padding: 0 20px;
  transition: background 180ms ease, border-color 180ms ease;
}

.faq-list details:hover {
  border-color: rgba(47, 111, 143, 0.3);
  background: rgba(255, 253, 248, 0.92);
}

.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 16px 32px 16px 0;
}

.faq-answer {
  max-width: 760px;
  padding: 0 0 16px;
}

.faq-answer p,
.faq-answer li {
  color: var(--muted);
  line-height: 1.65;
}

.faq-answer p {
  margin: 0 0 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding-left: 18px;
}

.faq-answer li::marker {
  color: var(--blue);
}

.offer-card {
  border: 1px solid rgba(20, 34, 53, 0.1);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 244, 243, 0.92));
  color: var(--ink);
  padding: 34px;
  box-shadow: var(--shadow);
}

.offer-card > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.offer-card strong {
  display: block;
  margin-bottom: 20px;
  color: var(--navy);
  font-size: 3.65rem;
  line-height: 1;
}

.offer-card p {
  color: var(--muted);
  line-height: 1.65;
}

.offer-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
}

.offer-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  align-items: start;
  color: #263548;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
}

.offer-list li::before {
  width: 6px;
  height: 6px;
  margin-top: 0.55em;
  border-radius: 999px;
  background: var(--sage);
  content: "";
}

.offer-card .offer-note {
  margin-top: 18px;
  border-radius: 12px;
  background: rgba(20, 34, 53, 0.06);
  padding: 14px;
  color: #263548;
  font-size: 0.92rem;
  font-weight: 650;
}

.offer-card .button {
  margin-top: 20px;
}

.contact {
  background: var(--navy);
  color: var(--white);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: center;
  padding: 98px 0;
}

.contact h2 {
  color: var(--white);
}

.contact-page {
  min-height: 100vh;
}

.contact-page .contact-inner {
  align-items: start;
  padding: 150px 0 92px;
}

.contact-page h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(2.35rem, 3.6vw, 3.75rem);
  line-height: 1.03;
}

.contact-page-intro .contact-details {
  margin-top: 36px;
}

.contact p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.contact-details {
  display: grid;
  gap: 14px;
}

.contact-detail {
  display: flex;
  min-height: 0;
  align-items: baseline;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  padding: 0;
  overflow-wrap: anywhere;
}

.contact-detail span {
  min-width: 72px;
  color: #c9d8f8;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-detail span::after {
  content: ":";
}

.contact-detail strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.35;
}

.contact-detail strong a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(191, 213, 221, 0.85);
  text-underline-offset: 4px;
}

.contact-detail strong a:hover {
  color: #e4ecfb;
}

.contact-panel .button {
  width: 100%;
}

.contact-panel .button-primary {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.button-outline-blue {
  border-color: var(--blue);
  background: transparent;
  color: var(--white);
}

.button-outline-blue:hover {
  background: var(--white);
  color: var(--blue);
}

.enquiry-form,
.booking-form {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.06);
  padding: 20px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquiry-form.is-highlighted,
.booking-form.is-highlighted {
  border-color: rgba(47, 111, 143, 0.9);
  box-shadow: 0 0 0 4px rgba(47, 111, 143, 0.2);
}

.enquiry-form label,
.booking-form label {
  display: grid;
  gap: 8px;
}

.enquiry-form label span,
.booking-form label span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
}

.enquiry-form input,
.enquiry-form select,
.booking-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 253, 248, 0.66);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.95);
  color: var(--navy);
  font: inherit;
  padding: 0 14px;
}

.enquiry-form input::placeholder,
.booking-form input::placeholder {
  color: rgba(15, 23, 33, 0.56);
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.booking-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 143, 0.2);
  outline: 0;
}

.enquiry-form select option {
  color: var(--navy);
}

.response-note,
.booking-note,
.form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.form-status {
  min-height: 1.4em;
}

.form-status.is-success {
  color: #bfdbfe;
}

.form-status.is-error {
  color: #fecaca;
}

.contact-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-divider::before,
.contact-divider::after {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.cookie-notice {
  position: fixed;
  z-index: 40;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: none;
  max-width: 620px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(22, 35, 52, 0.1);
  padding: 14px 16px;
}

.cookie-notice.is-visible {
  display: flex;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cookie-notice a {
  color: var(--blue);
  font-weight: 800;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.cookie-notice button {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  padding: 0 16px;
}

.cookie-notice .cookie-decline {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--navy);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  border-radius: 10px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  padding: 12px 18px;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.insights-preview {
  padding: 72px 0;
}

.insights-heading {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-card {
  display: grid;
  min-height: 280px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.7);
  padding: 24px;
  transition: background 180ms ease, border-color 180ms ease;
}

.insight-card:hover {
  border-color: rgba(47, 111, 143, 0.3);
  background: rgba(255, 253, 248, 0.92);
}

.insight-topic {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-card h2,
.insight-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.insight-card h2 a:hover,
.insight-card h3 a:hover {
  color: var(--blue);
}

.insight-card > p:not(.insight-topic) {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-self: end;
  color: var(--blue);
  font-weight: 800;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.content-main {
  min-height: 100vh;
}

.content-hero {
  padding: 142px 0 58px;
}

.content-hero .breadcrumb,
.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.breadcrumb a:hover,
.article-breadcrumb a:hover {
  color: var(--blue);
}

.content-hero h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 4.4vw, 4.25rem);
  line-height: 1;
}

.content-hero-lede {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.64;
}

.content-listing {
  padding: 0 0 84px;
}

.content-listing .insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-cta {
  border-radius: 14px;
  background: var(--navy);
  color: var(--white);
  padding: clamp(28px, 5vw, 52px);
}

.content-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
}

.content-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.content-cta .button {
  margin-top: 12px;
}

.content-cta .button + .button {
  margin-left: 10px;
}

.tools-main {
  min-height: 100vh;
}

.tools-hero h1 {
  max-width: 860px;
}

.tools-supporting-copy {
  max-width: 790px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.66;
}

.tools-listing {
  padding: 0 0 76px;
}

.tools-card-grid,
.tools-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tool-card {
  display: grid;
  gap: 24px;
  align-content: start;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
  padding: clamp(24px, 4vw, 34px);
  transition: background 160ms ease, border-color 160ms ease;
}

.tool-card:hover {
  border-color: rgba(47, 111, 143, 0.3);
  background: rgba(255, 253, 248, 0.92);
}

.tool-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.tool-card p:not(.insight-topic) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tool-card .capability-list {
  margin: 0;
}

.tool-card .button,
.tool-card .text-link {
  justify-self: start;
}

.tool-card-compact {
  gap: 18px;
  box-shadow: none;
}

.tool-card-compact h3 {
  font-size: 1.28rem;
}

.tools-preview {
  padding: 0 0 86px;
}

.future-tools {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 8px 0 86px;
}

.future-tools h2 {
  max-width: 620px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.future-tools p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.7;
}

.future-tool-grid {
  display: grid;
  gap: 12px;
}

.future-tool-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  padding: 20px;
}

.future-tool-grid span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.future-tool-grid h3 {
  margin: 8px 0 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.article-main {
  min-height: 100vh;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 56px;
  align-items: start;
  padding: 136px 0 84px;
}

.article-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
  padding-bottom: 28px;
}

.article-header h1 {
  max-width: 850px;
  font-size: clamp(2.35rem, 4vw, 3.85rem);
  line-height: 1;
}

.article-meta {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-lede {
  max-width: 760px;
  margin: 0;
  color: #304057;
  font-size: 1.1rem;
  line-height: 1.65;
}

.article-body {
  max-width: 780px;
}

.article-body h2 {
  margin: 42px 0 14px;
  font-size: 1.82rem;
  line-height: 1.14;
}

.article-body h3 {
  margin: 30px 0 10px;
  font-size: 1.24rem;
}

.article-body p,
.article-body li {
  color: #3d4b60;
  font-size: 1.02rem;
  line-height: 1.68;
}

.article-body ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.article-body li::marker {
  color: var(--blue);
}

.article-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  padding: 22px;
}

.article-aside h2 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.16;
}

.article-aside p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.article-aside .button {
  min-height: 48px;
  font-size: 0.9rem;
}

.related-insights {
  padding: 0 0 82px;
}

.related-insights h2 {
  font-size: 2.15rem;
}

.assessment-main {
  min-height: 100vh;
}

.assessment-inline-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  max-width: 920px;
  border-top: 1px solid var(--line);
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.55;
  padding-top: 18px;
}

.assessment-inline-link a {
  color: var(--blue);
  font-weight: 900;
}

.assessment-inline-link a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.assessment-page-hero {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.66fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: 132px 0 54px;
}

.assessment-page-hero-copy h1,
.assessment-results-header h2 {
  max-width: 800px;
  font-size: clamp(2.45rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.assessment-page-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.assessment-page-hero .breadcrumb a:hover {
  color: var(--blue);
}

.assessment-page-lede {
  max-width: 690px;
  color: #304057;
  font-size: clamp(1.06rem, 1.15vw, 1.18rem);
  line-height: 1.62;
}

.assessment-page-copy {
  max-width: 660px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.58;
}

.assessment-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.assessment-page-actions .button {
  font-family: inherit;
  font-size: 0.96rem;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.assessment-page-actions .button-secondary {
  font-weight: 800;
}

.assessment-context {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 7vw, 94px);
  border-top: 1px solid var(--line);
  padding: 50px 0 66px;
}

.assessment-context h2 {
  max-width: 560px;
  font-size: clamp(1.92rem, 3.2vw, 2.8rem);
}

.assessment-context p {
  max-width: 720px;
  color: #3d4b60;
  line-height: 1.72;
}

.assessment-context p + p {
  margin-top: 16px;
}

.assessment-workspace-heading {
  max-width: 700px;
  margin-bottom: 22px;
}

.assessment-workspace-heading h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
}

.assessment-workspace-heading p {
  max-width: 690px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.assessment-intro {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.76fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: 148px 0 92px;
}

.assessment-intro-copy h1 {
  max-width: 780px;
  font-size: clamp(3.8rem, 6vw, 6.2rem);
  line-height: 0.94;
}

.assessment-results-header h2 {
  max-width: 780px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1;
}

.assessment-intro .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.assessment-intro .breadcrumb a:hover {
  color: var(--blue);
}

.assessment-kicker,
.assessment-panel-label {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.assessment-lede {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.assessment-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.assessment-intro-actions span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.assessment-intro-panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: clamp(24px, 3.2vw, 34px);
}

.assessment-intro-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.assessment-intro-panel li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 15px 0;
}

.assessment-intro-panel li span {
  color: var(--blue);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.assessment-panel-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.assessment-workspace {
  max-width: 940px;
  min-height: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
  scroll-margin-top: 118px;
  margin: 38px auto 92px;
  padding: clamp(24px, 4vw, 38px);
  backdrop-filter: none;
}

.assessment-progress-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.assessment-progress-label,
.assessment-progress-percent {
  margin: 0;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.assessment-progress-category {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
}

.assessment-progress-track {
  height: 5px;
  border-radius: 99px;
  background: rgba(15, 23, 33, 0.1);
  overflow: hidden;
}

.assessment-progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 260ms ease;
}

.assessment-form {
  margin-top: 26px;
}

.assessment-step-heading {
  max-width: 720px;
  margin-bottom: 18px;
}

.assessment-step-heading h2 {
  margin: 0;
  font-size: clamp(1.48rem, 2.35vw, 2.2rem);
  line-height: 1.12;
}

.assessment-question {
  min-width: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.assessment-question legend {
  display: grid;
  max-width: 850px;
  grid-template-columns: 36px 1fr;
  gap: 8px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.32;
}

.assessment-question legend span {
  color: var(--blue);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  padding-top: 4px;
}

.assessment-question-help {
  max-width: 720px;
  margin: 8px 0 0 44px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.52;
}

.assessment-options {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.assessment-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.assessment-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.assessment-option span {
  display: block;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.72);
  color: #3d4958;
  line-height: 1.45;
  padding: 12px 15px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.assessment-option:hover span {
  border-color: rgba(47, 111, 143, 0.4);
  background: rgba(255, 253, 248, 0.95);
}

.assessment-option input:checked + span {
  border-color: var(--blue);
  background: var(--blue-soft);
  color: var(--navy);
  font-weight: 800;
}

.assessment-option input:focus-visible + span {
  outline: 3px solid rgba(47, 111, 143, 0.3);
  outline-offset: 3px;
}

.assessment-range-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin-top: 16px;
}

.assessment-range-wrap input {
  width: 100%;
  accent-color: var(--blue);
  cursor: pointer;
}

.assessment-selected-answer {
  justify-self: start;
  margin: 0 0 10px;
  border: 1px solid rgba(47, 111, 143, 0.24);
  border-radius: 10px;
  background: var(--blue-soft);
  color: #3d4958;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 11px;
}

.assessment-selected-answer strong {
  color: var(--navy);
}

.assessment-range-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  max-width: 760px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.assessment-range-scale span:first-child {
  text-align: left;
}

.assessment-range-scale span:last-child {
  text-align: right;
}

.assessment-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 22px;
}

.assessment-controls .button {
  min-width: 138px;
}

.assessment-controls .button-primary {
  margin-left: auto;
}

.assessment-validation {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: #b42318;
  font-size: 0.9rem;
  font-weight: 800;
}

.assessment-results {
  padding: 150px 0 104px;
}

.assessment-results-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 54px;
  align-items: center;
}

.assessment-results-header > div:first-child > p:last-child {
  max-width: 770px;
  color: #304057;
  font-size: 1.12rem;
  line-height: 1.72;
}

.assessment-score-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: 30px;
}

.assessment-score-card strong {
  display: block;
  font-size: 5.4rem;
  line-height: 0.9;
}

.assessment-score-card span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.assessment-score-card p {
  margin: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-top: 18px;
  text-transform: uppercase;
}

.assessment-category-panel,
.assessment-interpretation,
.assessment-recommendations,
.assessment-report-panel,
.assessment-discovery-cta {
  margin-top: 50px;
}

.assessment-category-panel h2,
.assessment-interpretation h2,
.assessment-recommendations h2,
.assessment-report-panel h2,
.assessment-discovery-cta h2 {
  font-size: 2.55rem;
}

.assessment-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.assessment-category-result {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
  padding: 19px;
}

.assessment-category-result > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
}

.assessment-category-result h3 {
  margin: 0;
  font-size: 1rem;
}

.assessment-category-result strong {
  color: var(--blue);
}

.assessment-category-result > span {
  display: block;
  height: 6px;
  margin-top: 16px;
  border-radius: 99px;
  background: rgba(15, 23, 33, 0.1);
  overflow: hidden;
}

.assessment-category-result i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.assessment-findings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.assessment-interpretation {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  border: 1px solid rgba(47, 111, 143, 0.18);
  border-radius: 14px;
  background: var(--blue-soft);
  padding: 30px 34px;
}

.assessment-interpretation h2 {
  margin: 0;
}

.assessment-interpretation ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.assessment-interpretation li {
  color: #263548;
  line-height: 1.62;
  padding-left: 3px;
}

.assessment-interpretation li::marker {
  color: var(--blue);
  font-weight: 900;
}

.assessment-findings-grid section {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
  padding: 24px;
}

.assessment-findings-grid h2 {
  font-size: 1.62rem;
}

.assessment-findings-grid ul,
.assessment-recommendations ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

.assessment-findings-grid li,
.assessment-recommendations li {
  color: #3d4b60;
  line-height: 1.62;
  padding-left: 3px;
}

.assessment-findings-grid li::marker,
.assessment-recommendations li::marker {
  color: var(--blue);
  font-weight: 900;
}

.assessment-recommendations {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--ink);
  padding: 34px;
}

.assessment-recommendations h2 {
  margin: 0;
  color: var(--navy);
}

.assessment-recommendations li {
  color: var(--muted);
}

.assessment-report-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 50px;
}

.assessment-report-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.assessment-report-panel .button-secondary {
  margin-top: 12px;
}

.assessment-lead-form {
  display: grid;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
  padding: 22px;
}

.assessment-lead-form label {
  display: grid;
  gap: 7px;
}

.assessment-lead-form label span {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.assessment-lead-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(15, 23, 33, 0.2);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  padding: 0 13px;
}

.assessment-lead-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 143, 0.2);
  outline: 0;
}

.assessment-form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.assessment-discovery-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid rgba(47, 111, 143, 0.18);
  border-radius: 14px;
  background: var(--blue-soft);
  padding: 32px;
}

.assessment-discovery-cta > div {
  max-width: 780px;
}

.assessment-discovery-cta h2 {
  margin-bottom: 14px;
}

.assessment-discovery-cta p:last-child {
  margin: 0;
  color: #304057;
  line-height: 1.66;
}

.assessment-discovery-cta .button {
  flex: 0 0 auto;
}

.assessment-restart {
  border: 0;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  margin-top: 28px;
  padding: 0;
}

.assessment-restart:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.assessment-noscript {
  margin: 140px auto 40px;
  max-width: 720px;
  color: var(--navy);
  padding: 20px;
}

.calculator-main {
  min-height: 100vh;
}

.calculator-hero {
  padding-bottom: 38px;
}

.calculator-hero h1 {
  max-width: 900px;
  font-size: clamp(2.45rem, 4vw, 4.05rem);
}

.calculator-hero .content-hero-lede {
  max-width: 780px;
}

.calculator-workspace {
  padding: 0 0 72px;
  scroll-margin-top: 128px;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.calculator-form,
.calculator-results {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.76);
  padding: clamp(24px, 4vw, 34px);
}

.calculator-form .section-heading,
.calculator-results .section-heading {
  margin-bottom: 22px;
}

.calculator-form .section-heading h2,
.calculator-results .section-heading h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 1.12;
}

.calculator-fields,
.breakdown-grid {
  display: grid;
  gap: 14px;
}

.calculator-fields label,
.breakdown-grid label {
  display: grid;
  gap: 8px;
}

.calculator-fields label span,
.breakdown-grid label span {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.calculator-fields small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.calculator-fields input,
.calculator-fields select,
.breakdown-grid input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 23, 33, 0.2);
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  padding: 0 14px;
}

.calculator-fields input:focus,
.calculator-fields select:focus,
.breakdown-grid input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 143, 0.2);
  outline: 0;
}

.breakdown-panel {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 16px;
}

.breakdown-panel summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
  list-style-position: outside;
}

.breakdown-panel p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.55;
}

.calculator-validation {
  min-height: 1.35em;
  margin: 16px 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.calculator-validation.is-error {
  color: #b42318;
  font-weight: 800;
}

.calculator-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.calculator-result-grid article {
  display: grid;
  gap: 10px;
  min-height: 118px;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 18px;
}

.calculator-summary-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--navy);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  padding: clamp(22px, 4vw, 30px);
}

.calculator-summary-card span,
.calculator-result-grid span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.calculator-summary-card span {
  color: var(--muted);
}

.calculator-summary-card strong {
  color: var(--navy);
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  line-height: 1;
}

.calculator-summary-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.calculator-result-grid strong {
  color: var(--navy);
  font-size: clamp(1.18rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.calculator-hourly-card {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 18px;
}

.calculator-hourly-card span,
.calculator-scenario-grid dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.calculator-hourly-card strong {
  color: var(--navy);
  font-size: clamp(1.18rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.calculator-scenario-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.calculator-scenario-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 18px;
}

.calculator-scenario-grid h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 1.04rem;
  line-height: 1.25;
}

.calculator-scenario-grid dl {
  display: grid;
  gap: 13px;
  margin: 0;
}

.calculator-scenario-grid dl div {
  display: grid;
  gap: 4px;
}

.calculator-scenario-grid dd {
  margin: 0;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.calculator-capacity-note {
  margin: 20px 0 0;
  border-left: 3px solid var(--blue);
  color: #263548;
  font-size: 0.92rem;
  line-height: 1.6;
  padding-left: 16px;
}

.calculator-explanation,
.calculator-disclaimer {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.calculator-recommendation {
  margin: 22px 0 0;
  border-left: 3px solid var(--blue);
  color: #263548;
  padding-left: 16px;
}

.calculator-recommendation h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.calculator-recommendation p {
  margin: 0;
  color: #263548;
  line-height: 1.62;
}

.calculator-disclaimer {
  font-size: 0.82rem;
}

.calculator-email {
  padding: 0 0 68px;
}

.calculator-final-cta {
  margin-bottom: 82px;
}

.calculator-cta-actions {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.calculator-assessment-cta {
  margin-top: 32px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
  padding: 36px clamp(24px, 5vw, 64px);
}

.site-footer .brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-footer nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.site-footer nav a {
  border-radius: 0;
  color: #253247;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.35;
  padding: 0;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.site-footer nav a:hover {
  background: transparent;
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: rgba(47, 111, 143, 0.4);
  text-underline-offset: 4px;
}

.footer-navigation {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.site-footer .footer-legal {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.site-footer .footer-legal a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.footer-company {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.footer-company p:first-child {
  color: #253247;
  font-weight: 800;
}

.footer-company a:hover,
.legal-content a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.footer-company a {
  white-space: nowrap;
}

.about-hero {
  display: grid;
  width: min(1160px, calc(100% - 44px));
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
  gap: clamp(2.75rem, 4.5vw, 4.75rem);
  align-items: center;
  padding: 132px 0 74px;
}

.about-hero-copy h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(2.85rem, 4.6vw, 4.65rem);
  line-height: 1.02;
}

.about-hero-lede {
  max-width: 730px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.62;
}

.about-hero-copy .button {
  margin-top: 30px;
}

.about-hero-panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.74);
  color: var(--ink);
  padding: clamp(2rem, 4vw, 3rem);
}

.about-hero-panel > span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-panel h2 {
  margin: 18px 0 28px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.about-highlights {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.about-highlights p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 750;
  padding: 15px 0;
}

.about-statement-band {
  background: var(--navy);
  color: var(--white);
}

.about-statement-inner {
  max-width: 940px;
  padding: 92px 0;
}

.about-statement-inner p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.68;
}

.about-statement-inner h2 {
  max-width: 790px;
  margin: 22px 0 34px;
  color: var(--white);
  font-size: clamp(1.95rem, 3.1vw, 3.2rem);
  line-height: 1.08;
}

.about-principles,
.about-capabilities {
  padding: 84px 0;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-principles-grid article {
  display: grid;
  align-content: start;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.68);
  padding: 26px;
}

.about-principles-grid h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 1.22rem;
}

.about-principles-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.about-approach {
  border-block: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.44);
}

.about-approach-inner {
  padding: 74px 0;
}

.about-framework {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-framework article {
  min-height: 144px;
  border-right: 1px solid var(--line);
  padding: 22px 22px 22px 0;
}

.about-framework article:last-child {
  border-right: 0;
}

.about-framework h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.2rem;
}

.about-framework p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.about-capabilities {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.about-capabilities h2 {
  margin-top: 0;
}

.about-capabilities > div:first-child p {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.about-capability-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.about-capability-list p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 16px 0;
}

.about-final-cta {
  background: var(--navy);
  color: var(--white);
}

.about-final-cta-inner {
  padding: 92px 0;
}

.about-final-cta h2 {
  max-width: 850px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.25vw, 3.35rem);
  line-height: 1.08;
}

.about-final-cta p {
  max-width: 740px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.68;
}

.about-final-cta .button {
  margin-top: 36px;
}

.about-page .button {
  min-height: 58px;
  padding-inline: clamp(1.35rem, 2.4vw, 1.75rem);
}

@media (min-width: 981px) {
  .about-page .site-nav a {
    padding-inline: 17px;
  }
}

.legal-shell {
  min-height: 100vh;
  padding: 32px 20px;
}

.legal-header,
.legal-content,
.legal-footer {
  width: min(860px, 100%);
  margin: 0 auto;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.legal-header a:last-child {
  color: var(--blue);
  font-weight: 800;
}

.legal-content {
  padding: 44px 0 56px;
}

.legal-content h1 {
  max-width: none;
  font-size: clamp(2.05rem, 5vw, 3.2rem);
  line-height: 1.04;
}

.legal-content h2 {
  margin-top: 28px;
  font-size: 1.32rem;
  line-height: 1.24;
}

.legal-content p,
.legal-content li {
  color: #3d4b60;
  line-height: 1.64;
}

.legal-content a,
.container .section p a,
.container .section li a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.about-page-content {
  width: min(960px, 100%);
}

.about-page-content > p {
  max-width: 780px;
  font-size: 1.08rem;
}

.about-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 44px;
  align-items: start;
  margin-top: 34px;
}

.about-page-grid h2 {
  margin-top: 0;
}

.about-page-cta {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.about-page-cta .button {
  color: var(--white);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(47, 111, 143, 0.48);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.legal-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  padding-top: 20px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.25rem;
    min-height: auto;
  }

  .hero-copy {
    max-width: 46rem;
  }

  .hero-review {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 104px;
  }

  [data-section],
  #top {
    scroll-margin-top: 112px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding-right: 68px;
  }

  .site-header::before,
  .site-header::after {
    display: none;
  }

  .menu-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 5;
    display: flex;
    flex: 0 0 46px;
    margin-left: auto;
    background: var(--navy);
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
  }

  .menu-toggle span {
    width: 20px;
  }

  .site-nav {
    position: fixed;
    top: 84px;
    right: 10px;
    left: 10px;
    display: none;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(22, 35, 52, 0.12);
    padding: 12px;
  }

  .site-nav.is-open {
    display: grid;
    gap: 4px;
  }

  .site-nav a {
    display: block;
    border-radius: 10px;
    color: var(--navy);
    font-size: 1.08rem;
    padding: 16px;
    text-align: left;
  }

  .content-hero {
    padding: 124px 0 50px;
  }

  .content-hero h1,
  .calculator-hero h1,
  .article-header h1 {
    font-size: clamp(2.35rem, 6vw, 3.3rem);
  }

  .article-shell {
    padding: 124px 0 72px;
  }

  .hero,
  .work,
  .proof,
  .about-page-grid,
  .about-hero,
  .about-capabilities,
  .discovery,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .hero-review {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .hero {
    gap: 32px;
    min-height: auto;
    padding-top: 124px;
  }

  h1 {
    font-size: 4.15rem;
  }

  h2 {
    font-size: 2.62rem;
  }

  .method .section-heading h2 {
    font-size: 2.28rem;
  }

  .work-copy {
    padding: 28px;
  }

  .help-grid,
  .example-grid,
  .service-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .example-grid article,
  .examples:not(.skillproof) .example-grid article:nth-child(1),
  .examples:not(.skillproof) .example-grid article:nth-child(2) {
    grid-column: auto;
  }

  .timeline article {
    min-height: auto;
    padding-right: 24px;
  }

  .programme-artefacts {
    grid-template-columns: 1fr;
  }

  .service-grid article:first-child .capability-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer p {
    justify-self: start;
  }

  .about-hero {
    min-height: auto;
    gap: 34px;
    padding: 122px 0 66px;
  }

  .about-principles-grid,
  .about-framework {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-framework article:nth-child(2) {
    border-right: 0;
  }

  .about-framework article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .section {
    width: 330px;
    max-width: calc(100% - 44px);
    margin-left: 22px;
    margin-right: 22px;
  }

  .site-header {
    min-height: 64px;
    left: 22px;
    width: 330px;
    max-width: calc(100% - 44px);
    border-radius: 14px;
    transform: none;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  h1 {
    font-size: 2.36rem;
    line-height: 1.02;
  }

  .eyebrow {
    max-width: 300px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  h2 {
    font-size: 1.98rem;
  }

  .method .section-heading h2 {
    font-size: 1.98rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .hero-review-media img {
    height: 280px;
  }

  .hero-review-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .proof-visual img {
    height: 230px;
    border-radius: 14px;
  }

  .about-hero {
    padding: 112px 0 56px;
  }

  .about-hero-copy h1 {
    font-size: 2.32rem;
    line-height: 1;
  }

  .about-hero-lede {
    font-size: 1.08rem;
  }

  .about-hero-panel {
    padding: 24px;
  }

  .about-hero-panel h2 {
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .about-statement-inner,
  .about-principles,
  .about-approach-inner,
  .about-capabilities,
  .about-final-cta-inner {
    padding: 60px 0;
  }

  .about-statement-inner h2 {
    margin: 18px 0 28px;
    font-size: 1.72rem;
  }

  .about-final-cta h2 {
    font-size: 1.82rem;
  }

  .about-final-cta p {
    margin-top: 24px;
  }

  .about-final-cta .button {
    margin-top: 30px;
  }

  .about-principles-grid,
  .about-framework {
    grid-template-columns: 1fr;
  }

  .about-principles-grid article,
  .about-framework article {
    min-height: auto;
    padding: 22px;
  }

  .about-framework article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-framework article:last-child {
    border-bottom: 0;
  }

  .contact-page .contact-inner {
    padding: 112px 0 60px;
  }

  .contact-page h1 {
    font-size: 2rem;
    line-height: 1.04;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .who-help,
  .services,
  .examples,
  .proof,
  .faq,
  .method,
  .discovery,
  .work {
    padding: 60px 0;
  }

  .service-grid article,
  .example-grid article,
  .proof-principles article,
  .timeline article,
  .offer-card {
    min-height: auto;
    padding: 24px;
  }

  .steps article {
    grid-template-columns: 1fr;
  }

  .steps h3,
  .steps p {
    grid-column: auto;
  }

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

  .footer-navigation,
  .footer-company {
    justify-items: start;
    text-align: left;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 9px 13px;
  }

  .site-footer {
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 24px 22px;
  }

  .footer-navigation {
    gap: 10px;
  }

  .footer-company {
    gap: 8px;
  }

  .contact-detail {
    min-height: 0;
    padding: 0;
  }

  .cookie-notice {
    right: auto;
    left: 22px;
    width: 330px;
    max-width: calc(100% - 44px);
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .insight-grid,
  .content-listing .insight-grid {
    grid-template-columns: 1fr;
  }

  .insight-card {
    min-height: auto;
  }

  .tools-card-grid,
  .tools-preview-grid,
  .future-tools {
    grid-template-columns: 1fr;
  }

  .article-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .article-aside {
    position: static;
  }

  .assessment-intro,
  .assessment-page-hero,
  .assessment-context,
  .assessment-results-header,
  .assessment-interpretation,
  .assessment-recommendations,
  .assessment-report-panel {
    grid-template-columns: 1fr;
  }

  .assessment-intro {
    min-height: auto;
    gap: 34px;
    padding: 132px 0 76px;
  }

  .assessment-page-hero {
    min-height: auto;
    gap: 34px;
    padding: 118px 0 54px;
  }

  .assessment-context {
    gap: 12px;
    padding: 44px 0 58px;
  }

  .assessment-score-card {
    max-width: 240px;
  }

  .assessment-discovery-cta {
    align-items: start;
    flex-direction: column;
  }

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

  .calculator-results {
    order: 2;
  }

  .calculator-cta-actions {
    justify-items: start;
  }

}

@media (max-width: 620px) {
  .insights-heading {
    align-items: start;
    flex-direction: column;
  }

  .content-hero {
    padding: 118px 0 46px;
  }

  .content-hero h1 {
    font-size: 2.35rem;
  }

  .calculator-hero h1 {
    font-size: 2.2rem;
  }

  .content-hero-lede,
  .article-lede {
    font-size: 1rem;
  }

  .content-cta .button + .button {
    margin-left: 0;
  }

  .tools-listing,
  .tools-preview,
  .future-tools {
    padding-bottom: 72px;
  }

  .tool-card {
    border-radius: 22px;
  }

  .article-shell {
    padding: 118px 0 64px;
  }

  .article-header h1 {
    font-size: 2.3rem;
  }

  .article-body h2 {
    font-size: 1.55rem;
  }

  .related-insights h2 {
    font-size: 1.82rem;
  }

  .assessment-intro-copy h1,
  .assessment-page-hero-copy h1 {
    font-size: 2.32rem;
  }

  .assessment-results-header h2 {
    font-size: 2.65rem;
  }

  .assessment-intro-panel {
    border-radius: 24px;
    padding: 24px;
  }

  .assessment-workspace {
    width: min(940px, calc(100% - 28px));
    margin: 28px auto 72px;
    border-radius: 22px;
    padding: 22px 18px;
  }

  .assessment-results {
    padding: 126px 0 72px;
  }

  .assessment-workspace-heading {
    margin-bottom: 18px;
  }

  .assessment-workspace-heading h2 {
    font-size: 1.75rem;
  }

  .assessment-progress-shell {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .assessment-step-heading h2 {
    font-size: 1.45rem;
    line-height: 1.16;
  }

  .assessment-question legend {
    grid-template-columns: 1fr;
    font-size: 0.98rem;
  }

  .assessment-question-help {
    margin-left: 0;
  }

  .assessment-range-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .assessment-range-scale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    font-size: 0.66rem;
  }

  .assessment-range-scale span:not(:first-child):not(:last-child) {
    display: none;
  }

  .assessment-controls .button {
    min-width: 0;
    width: auto;
  }

  .assessment-category-grid,
  .assessment-findings-grid {
    grid-template-columns: 1fr;
  }

  .assessment-category-panel h2,
  .assessment-interpretation h2,
  .assessment-recommendations h2,
  .assessment-report-panel h2,
  .assessment-discovery-cta h2 {
    font-size: 2.05rem;
  }

  .assessment-recommendations,
  .assessment-discovery-cta {
    border-radius: 22px;
    padding: 24px;
  }

  .assessment-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .assessment-page-actions .button {
    min-height: 52px;
    padding: 0.82rem 1.1rem;
    font-size: 0.94rem;
  }

  .assessment-page-actions .button-secondary {
    font-weight: 750;
    line-height: 1.22;
  }

  .assessment-report-panel {
    gap: 22px;
    padding-top: 38px;
  }

  .calculator-workspace {
    padding: 0 0 60px;
  }

  .calculator-form,
  .calculator-results {
    border-radius: 22px;
    padding: 20px;
  }

  .calculator-result-grid {
    grid-template-columns: 1fr;
  }

  .calculator-summary-card strong {
    font-size: 2.65rem;
  }

  .calculator-email {
    padding-bottom: 60px;
  }
}

/* Final cascade: premium corporate consultancy refinement */
:root {
  --ink: #0b1624;
  --navy: #07182f;
  --blue: #2462ea;
  --blue-soft: #eaf1ff;
  --paper: #f6f8fc;
  --white: #ffffff;
  --mist: #e6edf7;
  --muted: #526172;
  --sage: #6b7788;
  --line: rgba(7, 24, 47, 0.13);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 52px rgba(7, 24, 47, 0.12);
}

body {
  background: linear-gradient(180deg, #fbfcff 0%, var(--paper) 48%, #ffffff 100%);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

::selection {
  background: rgba(40, 96, 232, 0.16);
  color: var(--navy);
}

.section {
  width: min(1160px, calc(100% - 48px));
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  min-height: 78px;
  align-items: center;
  transform: none;
  border: 0;
  border-bottom: 1px solid rgba(7, 24, 47, 0.11);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  padding: 13px max(24px, calc((100vw - 1160px) / 2));
}

.site-header.is-elevated,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.99);
  border-color: rgba(7, 24, 47, 0.16);
}

.brand-logo {
  border-radius: 7px;
  box-shadow: none;
}

.site-nav {
  gap: 2px;
}

.site-nav a {
  border-radius: 0;
  color: #263141;
  font-size: 0.88rem;
  font-weight: 760;
  padding: 12px;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: transparent;
  color: var(--blue);
}

.site-nav .nav-cta {
  margin-left: 10px;
  border: 1px solid rgba(17, 24, 32, 0.18);
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  padding-inline: 16px;
}

.site-nav .nav-cta:hover {
  border-color: var(--navy);
  background: #10284a;
  color: var(--white);
}

.menu-toggle {
  border-radius: 6px;
  box-shadow: none;
}

.hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.76fr);
  align-items: end;
  gap: clamp(3rem, 6vw, 6.25rem);
  padding: clamp(9rem, 13vh, 10.5rem) 0 clamp(5.25rem, 9vh, 7rem);
}

.hero::before {
  display: none;
  content: "";
}

.hero-kicker,
.section-label,
.panel-label {
  display: inline-flex;
  margin: 0 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.35;
  padding: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 790px;
  margin-bottom: 1.45rem;
  font-size: clamp(3.05rem, 5.1vw, 5.05rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

h2 {
  max-width: 850px;
  font-size: clamp(2.05rem, 3.9vw, 3.45rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

h3 {
  font-weight: 760;
  letter-spacing: 0;
}

.hero-lede,
.section-intro,
.review-lede,
.final-cta p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.68;
}

.button {
  min-height: 50px;
  border-radius: 6px;
  box-shadow: none;
  font-weight: 780;
}

.button-primary {
  background: var(--navy);
  box-shadow: none;
}

.button-primary:hover {
  background: #10284a;
}

.button-secondary {
  border-color: rgba(17, 24, 32, 0.2);
  background: transparent;
}

.button-secondary:hover {
  border-color: var(--blue);
  background: rgba(255, 254, 250, 0.72);
  box-shadow: none;
}

.hero-figure {
  position: relative;
  margin: 0;
  border-top: 0;
  padding-top: 0;
}

.hero-figure img {
  width: 100%;
  height: clamp(360px, 42vw, 560px);
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.hero-figure figcaption {
  margin-top: 14px;
  border-bottom: 0;
  color: #354153;
  font-size: 0.9rem;
  line-height: 1.45;
  padding-bottom: 0;
}

.positioning-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.6rem;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  padding: 22px 0;
}

.positioning-strip span {
  display: flex;
  min-height: 0;
  align-items: center;
  border-right: 0;
  color: #263141;
  font-size: 0.91rem;
  font-weight: 780;
  line-height: 1.35;
  padding: 0;
}

.positioning-strip span:last-child {
  border-right: 0;
}

.problem,
.workflow-review,
.approach,
.proof,
.resources,
.final-cta,
.services,
.skillproof-lite {
  padding: clamp(5.2rem, 9vw, 7.5rem) 0;
}

.problem,
.workflow-review,
.proof,
.skillproof-lite,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(2.8rem, 6vw, 5.25rem);
  align-items: start;
}

.problem-list,
.service-ledger,
.proof-list,
.resource-ledger {
  border-top: 1px solid var(--line);
}

.problem-list p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: #273242;
  font-size: 1.03rem;
  font-weight: 680;
  line-height: 1.52;
  padding: 18px 0;
}

.problem-list p::before {
  width: 7px;
  height: 7px;
  margin-top: 0.52em;
  border-radius: 99px;
  background: var(--blue);
  content: "";
}

.services,
.workflow-review,
.skillproof-lite {
  isolation: isolate;
}

.services::before,
.workflow-review::before,
.skillproof-lite::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: rgba(255, 254, 250, 0.62);
  content: "";
}

.service-ledger article {
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.4fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: clamp(1.35rem, 3vw, 2rem) 0;
}

.service-ledger article > span,
.approach-steps span,
.resource-ledger span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-ledger h2,
.service-ledger h3,
.service-ledger p,
.approach-steps h3,
.approach-steps p {
  margin: 0;
}

.service-ledger h2,
.service-ledger h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.service-ledger p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.workflow-review {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.workflow-review-copy p:not(.section-label):not(.review-lede),
.skillproof-lite p:not(.section-label) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.review-panel {
  border-top: 3px solid var(--navy);
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 24px 0 0;
}

.review-price {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 780;
  letter-spacing: 0;
}

.review-panel ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-panel li {
  border-top: 1px solid var(--line);
  color: #273242;
  font-size: 0.97rem;
  font-weight: 650;
  line-height: 1.48;
  padding: 15px 0;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 0;
  list-style: none;
}

.approach-steps li {
  min-height: 230px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.approach-steps li:last-child {
  border-right: 0;
}

.approach-steps h3 {
  margin-top: 42px;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}

.approach-steps p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.58;
}

.proof {
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
}

.proof-visual {
  margin: 0;
}

.proof-visual img {
  height: clamp(340px, 42vw, 560px);
  border-radius: 6px;
  box-shadow: none;
}

.proof-list {
  margin-top: 28px;
}

.proof-list p {
  display: grid;
  grid-template-columns: minmax(160px, 0.44fr) minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.proof-list strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.4;
}

.proof-list span {
  color: var(--muted);
  line-height: 1.58;
}

.skillproof-lite {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.skillproof-lite h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.resource-ledger a {
  display: grid;
  grid-template-columns: 120px minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.resource-ledger a:hover strong {
  color: var(--blue);
}

.resource-ledger strong {
  color: var(--navy);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  transition: color 160ms ease;
}

.resource-ledger em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.final-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.site-footer {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr) minmax(260px, 0.8fr);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .site-header {
    padding-inline: 24px;
  }

  .hero,
  .problem,
  .workflow-review,
  .proof,
  .skillproof-lite,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
  }

  .positioning-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .positioning-strip span:nth-child(2n) {
    border-right: 0;
  }

  .positioning-strip span:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .service-ledger article,
  .resource-ledger a {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .service-ledger p,
  .resource-ledger em {
    grid-column: 2;
  }

  .approach-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approach-steps li:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-height: 76px;
    border-radius: 0;
    padding: 12px 86px 12px 22px;
    transform: none;
  }

  .site-nav {
    top: 76px;
    right: 0;
    left: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-nav .nav-cta {
    margin: 8px 0 0;
    text-align: center;
  }

  .menu-toggle {
    right: 22px;
  }

  .hero {
    padding-top: 118px;
  }
}

@media (max-width: 620px) {
  .section {
    width: min(100% - 44px, 520px);
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    font-size: clamp(2.48rem, 12vw, 3.25rem);
    letter-spacing: 0;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.42rem);
  }

  .hero {
    gap: 30px;
    padding-bottom: 56px;
  }

  .hero-figure img {
    height: 320px;
  }

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

  .positioning-strip span,
  .positioning-strip span:nth-child(2n) {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .positioning-strip span:last-child {
    border-bottom: 0;
  }

  .problem,
  .workflow-review,
  .approach,
  .proof,
  .resources,
  .final-cta,
  .services,
  .skillproof-lite {
    padding: 58px 0;
  }

  .service-ledger article,
  .resource-ledger a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-ledger p,
  .resource-ledger em {
    grid-column: auto;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .approach-steps li {
    min-height: auto;
    border-right: 0;
  }

  .approach-steps h3 {
    margin-top: 26px;
  }

  .proof-list p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .final-cta {
    align-items: start;
  }

  .site-footer {
    width: min(100% - 44px, 520px);
    border-radius: 0;
    padding: 26px 0;
  }
}
/* Final wide-frame override */
:root {
  --page-max: 1840px;
  --page-gutter: clamp(24px, 4.5vw, 72px);
  --text-wide: 780px;
}

.section,
.site-footer,
.legal-footer,
.contact-inner {
  width: min(var(--page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  max-width: none;
}

.site-header {
  padding-inline: max(var(--page-gutter), calc((100vw - var(--page-max)) / 2));
}

.hero.section {
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: clamp(3.5rem, 5.4vw, 7rem);
}

h1 {
  max-width: 940px;
}

h2 {
  max-width: 1040px;
}

.hero-lede,
.section-intro,
.review-lede,
.final-cta p,
.workflow-review-copy p:not(.section-label):not(.review-lede),
.skillproof-lite p:not(.section-label),
.content-hero-lede {
  max-width: var(--text-wide);
}

.hero-figure img {
  height: clamp(420px, 38vw, 660px);
}

.positioning-strip {
  gap: clamp(1.15rem, 2.8vw, 3rem);
}

.problem,
.workflow-review,
.proof,
.skillproof-lite {
  gap: clamp(3.5rem, 6vw, 7.5rem);
}

.service-ledger article {
  grid-template-columns: 82px minmax(260px, 0.34fr) minmax(0, 1fr);
}

.service-ledger p,
.resource-ledger em {
  max-width: 820px;
}

.workflow-review {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
}

.review-panel {
  width: 100%;
}

.approach-steps li {
  padding-inline: clamp(1.5rem, 2.8vw, 2.4rem);
}

.proof {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.proof-visual img {
  width: 100%;
}

.resource-ledger a {
  grid-template-columns: 140px minmax(260px, 0.34fr) minmax(0, 1fr);
}

.final-cta {
  gap: clamp(2rem, 5vw, 5rem);
}

.site-footer {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.4fr) minmax(300px, 0.75fr);
}

.footer-brand p {
  max-width: 430px;
}

@media (max-width: 1080px) {
  :root {
    --page-gutter: clamp(22px, 4vw, 44px);
  }

  .hero.section,
  .problem,
  .workflow-review,
  .proof,
  .skillproof-lite,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-figure img {
    height: clamp(360px, 54vw, 560px);
  }

  .service-ledger article,
  .resource-ledger a {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  :root {
    --page-gutter: 22px;
  }

  .section,
  .site-footer,
  .legal-footer,
  .contact-inner {
    width: calc(100% - var(--page-gutter) - var(--page-gutter));
    max-width: none;
  }

  .hero-figure img {
    height: 320px;
  }

  .service-ledger article,
  .resource-ledger a {
    grid-template-columns: 1fr;
  }
}

/* CB brand typography and colour lock */
:root {
  --brand-ink: #101820;
  --brand-navy: #081830;
  --brand-deep: #081020;
  --brand-blue: #2563eb;
  --brand-pale: #c8d8e0;
  --brand-white: #ffffff;
  --ink: var(--brand-ink);
  --navy: var(--brand-navy);
  --blue: var(--brand-blue);
  --blue-soft: #e7eefc;
  --paper: #f3f6fb;
  --white: var(--brand-white);
  --mist: #dfe8f3;
  --muted: #4b596a;
  --sage: #667386;
  --line: rgba(16, 24, 32, 0.14);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 54px rgba(8, 24, 48, 0.14);
  --button-shadow-ink: 0 1px 1px rgba(8, 24, 48, 0.1), 0 10px 22px rgba(8, 24, 48, 0.15), 0 24px 46px rgba(8, 24, 48, 0.11);
  --button-shadow-ink-hover: 0 2px 2px rgba(8, 24, 48, 0.1), 0 15px 28px rgba(8, 24, 48, 0.18), 0 34px 62px rgba(8, 24, 48, 0.14);
  --button-shadow-paper: 0 1px 1px rgba(8, 24, 48, 0.06), 0 8px 18px rgba(8, 24, 48, 0.09), 0 18px 34px rgba(8, 24, 48, 0.07);
  --button-shadow-paper-hover: 0 2px 2px rgba(8, 24, 48, 0.07), 0 12px 24px rgba(8, 24, 48, 0.12), 0 26px 48px rgba(8, 24, 48, 0.09);
  --button-shadow-dark: 0 1px 1px rgba(5, 12, 24, 0.18), 0 12px 26px rgba(5, 12, 24, 0.28), 0 28px 54px rgba(5, 12, 24, 0.22);
  --button-shadow-dark-hover: 0 2px 2px rgba(5, 12, 24, 0.2), 0 17px 34px rgba(5, 12, 24, 0.31), 0 38px 72px rgba(5, 12, 24, 0.25);
  --button-shadow-pressed: 0 1px 1px rgba(8, 24, 48, 0.08), 0 6px 14px rgba(8, 24, 48, 0.1);
}

html {
  background: var(--paper);
  overflow-x: hidden;
}

body {
  background: linear-gradient(180deg, var(--brand-ink) 0 680px, var(--paper) 680px 100%);
  color: var(--brand-ink);
  font-family: "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  display: none;
}

h1,
h2,
h3,
.site-nav a,
.button,
.section-label,
.hero-kicker,
.panel-label,
.review-price {
  font-family: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1 {
  max-width: 980px;
  color: inherit;
  font-size: clamp(2.85rem, 4vw, 4.55rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.03;
}

h2 {
  max-width: 1040px;
  color: var(--brand-ink);
  font-size: clamp(2.15rem, 3.45vw, 3.5rem);
  font-weight: 710;
  letter-spacing: 0;
  line-height: 1.06;
}

h3 {
  color: var(--brand-ink);
  font-weight: 700;
}

.section {
  width: min(var(--page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  max-width: none;
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
  align-items: center;
  transform: none;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: rgba(16, 24, 32, 0.98);
  box-shadow: none;
  padding: 13px max(var(--page-gutter), calc((100vw - var(--page-max)) / 2));
}

.site-header.is-elevated,
.site-header.is-open {
  background: rgba(16, 24, 32, 0.99);
  border-color: rgba(255, 255, 255, 0.18);
}

.brand-logo {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background-color: var(--brand-navy);
  box-shadow: none;
}

.site-nav a {
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--brand-white);
}

.site-nav .nav-cta {
  border-color: var(--brand-white);
  background: var(--brand-white);
  color: var(--brand-ink);
  font-weight: 700;
}

.site-nav .nav-cta:hover {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  color: var(--brand-white);
}

.menu-toggle {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.menu-toggle span {
  background: var(--brand-white);
}

.hero.section {
  isolation: isolate;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(3.5rem, 5.4vw, 7rem);
  padding-top: clamp(9.8rem, 14vh, 12.5rem);
  padding-bottom: clamp(5.6rem, 9vh, 7.4rem);
  color: var(--brand-white);
}

.hero.section.hero-no-visual {
  grid-template-columns: minmax(0, 980px);
  justify-content: start;
  gap: 0;
  min-height: clamp(640px, 78vh, 780px);
}

.hero-no-visual .hero-copy {
  max-width: 980px;
}

.hero-no-visual .hero-brand-watermark {
  left: min(82%, 1120px);
  opacity: 0.072;
}

.hero-flow-chart {
  --flow-shift: clamp(220px, 18vw, 270px);
  position: absolute;
  z-index: 0;
  top: clamp(128px, 20vh, 172px);
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  height: clamp(260px, 26vw, 360px);
  opacity: 0.9;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}

.hero-flow-chart::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(210, 225, 255, 0.2) 42%, rgba(70, 124, 238, 0.18) 50%, transparent 64%);
  content: "";
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
  will-change: opacity, transform;
}

.hero-flow-chart svg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  opacity: 0.96;
  transform: translateX(var(--flow-shift));
}

.hero-flow-draw {
  --flow-opacity: 0.58;
  vector-effect: non-scaling-stroke;
  fill: none;
  stroke: url("#hero-flow-stroke");
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: var(--flow-opacity);
}

.hero-flow-main {
  --flow-opacity: 0.78;
  stroke-width: 2.6;
  filter: drop-shadow(0 0 10px rgba(37, 99, 235, 0.32));
}

.hero-flow-branch {
  --flow-opacity: 0.56;
  stroke-width: 1.65;
}

.hero-flow-branch-soft {
  --flow-opacity: 0.42;
  stroke-width: 1.25;
}

.hero-flow-box,
.hero-flow-decision,
.hero-flow-node {
  --flow-opacity: 0.62;
  fill: rgba(9, 24, 45, 0.52);
  stroke: rgba(198, 215, 255, 0.72);
  stroke-width: 1.55;
}

.hero-flow-box-large {
  --flow-opacity: 0.72;
  fill: rgba(12, 31, 58, 0.66);
  stroke-width: 1.9;
  filter: drop-shadow(0 0 14px rgba(37, 99, 235, 0.2));
}

.hero-flow-box-mid,
.hero-flow-box-small {
  --flow-opacity: 0.52;
}

.hero-flow-node {
  --flow-opacity: 0.66;
  fill: rgba(37, 99, 235, 0.2);
}

.hero-flow-node-soft {
  --flow-opacity: 0.46;
}

.hero-flow-micro {
  --flow-opacity: 0.56;
  stroke: rgba(211, 224, 255, 0.6);
  stroke-width: 1.1;
}

.hero-flow-micro-soft {
  --flow-opacity: 0.42;
  stroke-width: 0.95;
}

.hero-flow-dot {
  --flow-opacity: 0.68;
  fill: rgba(218, 229, 255, 0.82);
  stroke: rgba(99, 145, 245, 0.78);
  stroke-width: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-flow-chart::after {
    animation: heroFlowSweep 6.8s cubic-bezier(0.44, 0, 0.2, 1) infinite;
  }
}

@keyframes heroFlowSweep {
  0%,
  16% {
    opacity: 0;
    transform: translateX(-120%);
  }

  38% {
    opacity: 0.72;
  }

  66% {
    opacity: 0.18;
    transform: translateX(120%);
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow-chart {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero-flow-chart {
    --flow-shift: 42px;
    top: 118px;
    height: 210px;
    opacity: 0.56;
  }
}

.hero::before {
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  height: auto;
  background: linear-gradient(135deg, var(--brand-ink) 0%, var(--brand-navy) 58%, var(--brand-deep) 100%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.hero h1 {
  color: var(--brand-white);
}

.hero h1 .hero-headline-accent {
  color: var(--brand-blue);
}

.hero-kicker,
.section-label,
.panel-label {
  color: var(--brand-blue);
  font-weight: 760;
  letter-spacing: 0.08em;
}

.hero-kicker {
  color: #9db8ff;
}

.hero-lede {
  max-width: 820px;
  color: var(--brand-pale);
  font-size: clamp(1.12rem, 1.25vw, 1.24rem);
  line-height: 1.68;
}

.hero-actions {
  gap: 12px;
}

.button {
  border-radius: 5px;
  font-weight: 700;
}

.button-primary {
  border-color: var(--brand-ink);
  background: var(--brand-ink);
  color: var(--brand-white);
}

.button-primary:hover {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  color: var(--brand-white);
}

.hero .button-primary {
  border-color: var(--brand-white);
  background: var(--brand-white);
  color: var(--brand-ink);
}

.hero .button-primary:hover {
  border-color: var(--brand-blue);
  background: var(--brand-blue);
  color: var(--brand-white);
}

.button-secondary {
  border-color: rgba(16, 24, 32, 0.22);
  background: transparent;
  color: var(--brand-ink);
}

.hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: transparent;
  color: var(--brand-white);
}

.hero .button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
  color: var(--brand-white);
}

.hero-figure {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
}

.hero-figure img {
  height: clamp(430px, 37vw, 650px);
  border-radius: 4px;
}

.hero-figure figcaption {
  color: var(--brand-pale);
}

.hero-process-visual {
  position: relative;
  --process-stack-scale: 1;
  display: grid;
  min-height: clamp(410px, 38vw, 620px);
  place-items: center;
  margin: 0;
  overflow: visible;
  perspective: 1050px;
  perspective-origin: 50% 42%;
}

.hero-process-visual::before {
  position: absolute;
  inset: 6% 2% 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 18%, rgba(37, 99, 235, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0));
  filter: blur(2px);
  content: "";
}

.hero-process-visual::after {
  position: absolute;
  right: 6%;
  bottom: 10%;
  left: 7%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.34), transparent 68%);
  filter: blur(28px);
  transform: translateY(28px);
  content: "";
}

.process-stack {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  height: clamp(330px, 32vw, 470px);
  transform: rotateX(58deg) rotateZ(-34deg) scale(var(--process-stack-scale));
  transform-style: preserve-3d;
}

.process-plane {
  position: absolute;
  left: 50%;
  display: grid;
  width: min(430px, 82vw);
  min-height: 144px;
  grid-template-columns: minmax(0, 0.86fr) minmax(155px, 1fr);
  gap: 1.1rem;
  align-items: center;
  border: 1px solid rgba(156, 184, 255, 0.38);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(44, 68, 106, 0.34), rgba(8, 24, 43, 0.72)),
    rgba(10, 25, 46, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.2);
  padding: 1.25rem 1.35rem;
  transform-style: preserve-3d;
}

.process-plane::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 44px);
  opacity: 0.34;
  content: "";
}

.process-plane::after {
  position: absolute;
  top: 1px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  content: "";
}

.process-plane-one {
  top: 28%;
  transform: translate3d(-50%, -105px, 112px);
}

.process-plane-two {
  top: 38%;
  transform: translate3d(-50%, -30px, 56px);
}

.process-plane-three {
  top: 48%;
  transform: translate3d(-50%, 48px, 0);
}

.process-plane-copy,
.process-route {
  position: relative;
  z-index: 1;
}

.process-plane-copy span {
  display: block;
  color: #9db8ff;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.process-plane-copy strong {
  display: block;
  margin-top: 0.32rem;
  color: var(--brand-white);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 720;
  line-height: 1.2;
}

.process-route {
  display: grid;
  grid-template-columns: 18px 1fr 18px 1fr 18px;
  align-items: center;
  min-width: 0;
}

.process-route span {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(157, 184, 255, 0.84) 0 3px, transparent 4px),
    rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.16);
}

.process-route i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(157, 184, 255, 0.55), rgba(157, 184, 255, 0.16));
}

@media (prefers-reduced-motion: no-preference) {
  .process-stack {
    animation: operatingLayersFloat 8s cubic-bezier(0.45, 0, 0.35, 1) infinite;
  }
}

@keyframes operatingLayersFloat {
  0%,
  100% {
    transform: rotateX(58deg) rotateZ(-34deg) translate3d(0, 0, 0) scale(var(--process-stack-scale));
  }

  50% {
    transform: rotateX(56deg) rotateZ(-33deg) translate3d(0, -10px, 0) scale(var(--process-stack-scale));
  }
}

.positioning-strip {
  isolation: isolate;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--brand-white);
}

.positioning-strip::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: var(--brand-navy);
  content: "";
}

.positioning-strip span {
  color: rgba(255, 255, 255, 0.88);
}

.positioning-strip span:not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.16);
}

.problem,
.services,
.workflow-review,
.approach,
.proof,
.skillproof-lite,
.resources,
.final-cta {
  background: transparent;
}

.section-heading,
.workflow-review-copy,
.proof-copy,
.skillproof-lite > div,
.skillproof-lite > p {
  max-width: none;
}

.section-intro,
.review-lede,
.final-cta p,
.workflow-review-copy p:not(.section-label):not(.review-lede),
.skillproof-lite p:not(.section-label),
.content-hero-lede {
  color: var(--muted);
}

.problem-list p,
.service-ledger article,
.review-panel,
.approach-steps,
.proof-list,
.resource-ledger a,
.final-cta {
  border-color: rgba(16, 24, 32, 0.14);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: none;
}

.service-ledger article,
.resource-ledger a {
  border-radius: 0;
}

.service-ledger article > span,
.resource-ledger span,
.approach-steps span {
  color: var(--brand-blue);
}

.review-panel {
  border-top: 4px solid var(--brand-blue);
  background: var(--brand-white);
}

.review-price {
  color: var(--brand-ink);
}

.proof-visual img {
  border-radius: 4px;
  filter: saturate(0.95) contrast(1.03);
}

.skillproof-lite {
  border-top-color: rgba(16, 24, 32, 0.16);
  border-bottom-color: rgba(16, 24, 32, 0.16);
}

.text-link {
  color: var(--brand-ink);
  text-decoration-color: var(--brand-blue);
}

.text-link:hover {
  color: var(--brand-blue);
}

.problem-note {
  display: grid;
  gap: clamp(1.45rem, 2.6vw, 2.25rem);
  max-width: 56rem;
  padding-top: clamp(0.15rem, 1vw, 0.55rem);
}

.problem-note p {
  margin: 0;
}

.problem-note-lede {
  max-width: 48rem;
  color: #27364a;
  font-size: clamp(1.08rem, 1.35vw, 1.24rem);
  font-weight: 540;
  line-height: 1.55;
  text-wrap: balance;
}

.problem-note-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.35rem, 3vw, 2.4rem);
}

.problem-note-copy p {
  max-width: 18rem;
  color: #344255;
  font-size: 0.98rem;
  line-height: 1.64;
}

/* Replace the numbered services ledger with a calmer consultancy layout. */
.services-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: start;
}

.services-editorial-compact {
  padding-top: clamp(0.5rem, 1vw, 1rem);
}

.services-intro {
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.6rem);
  max-width: 42rem;
}

.services-intro h2 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(2rem, 3.25vw, 3rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

.services-intro p {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.25vw, 1.13rem);
  line-height: 1.66;
}

.services-image {
  overflow: hidden;
  margin: clamp(0.4rem, 1vw, 0.8rem) 0 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
}

.services-image img {
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
}

.services-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.8rem, 3.3vw, 3rem) clamp(2.2rem, 4.5vw, 4.5rem);
  padding-top: clamp(0.25rem, 1vw, 0.8rem);
}

.service-offer {
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.service-offer-primary {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  margin-bottom: clamp(0.4rem, 1vw, 0.8rem);
  background: transparent;
}

.service-offer h2,
.service-offer h3,
.service-offer p {
  margin: 0;
}

.service-offer h2,
.service-offer h3 {
  color: var(--brand-ink);
  font-size: clamp(1.12rem, 1.45vw, 1.32rem);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}

.service-offer-primary h2,
.service-offer-primary h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.service-offer p {
  margin-top: 0.8rem;
  color: #344255;
  font-size: 0.97rem;
  line-height: 1.62;
}

.service-offer-primary p {
  margin-top: 0;
  max-width: 46rem;
  color: var(--muted);
  font-size: 1.03rem;
}

.site-footer {
  isolation: isolate;
  position: relative;
  width: min(var(--page-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  max-width: none;
  border: 0;
  background: transparent;
  color: var(--brand-white);
  padding-top: 42px;
  padding-bottom: 42px;
}

.site-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: var(--brand-ink);
  content: "";
}

.site-footer p,
.site-footer nav a,
.site-footer .footer-legal a,
.footer-company {
  color: var(--brand-pale);
}

.site-footer nav a:hover,
.site-footer .footer-legal a:hover,
.footer-company a:hover {
  color: var(--brand-white);
}

/* Make the review offer feel like a consultancy note, not a pricing table. */
.review-panel {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(0.35rem, 1vw, 0.75rem) 0 0;
}

.review-price {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
}

.review-price span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.5;
}

.review-panel-copy {
  max-width: 32rem;
  margin: clamp(1.15rem, 2vw, 1.55rem) 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.review-panel .review-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.45rem;
  margin: clamp(1.1rem, 2.2vw, 1.65rem) 0 0;
  padding: 0;
  list-style: none;
}

.review-panel .review-includes li {
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #263141;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.48;
  padding: 0 0 0 1rem;
}

.review-panel .review-includes li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-blue);
  content: "";
}

.review-panel .button {
  margin-top: clamp(1.4rem, 3vw, 2rem);
}

@media (max-width: 620px) {
  .review-panel .review-includes {
    grid-template-columns: 1fr;
  }
}

/* Replace the table-like approach grid with a calmer process path. */
.approach-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(0.8rem, 1.5vw, 1.2rem) 0 0;
  list-style: none;
}

.approach-steps li {
  position: relative;
  overflow: hidden;
  min-height: auto;
  border: 0;
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 253, 0.82)),
    var(--brand-white);
  box-shadow: 0 20px 46px rgba(8, 18, 34, 0.06);
  padding: clamp(1.3rem, 2.4vw, 1.8rem);
}

.approach-steps li:nth-child(even) {
  margin-top: clamp(1.35rem, 3vw, 2.2rem);
}

.approach-steps span {
  display: block;
  color: rgba(37, 99, 235, 0.16);
  font-size: clamp(3.2rem, 5vw, 4.6rem);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.approach-steps h3 {
  margin-top: clamp(2rem, 3.6vw, 2.8rem);
  color: var(--brand-ink);
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  letter-spacing: -0.015em;
}

.approach-steps p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

@media (max-width: 900px) {
  .approach-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approach-steps li:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .approach-steps {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
}

.footer-company a {
  color: var(--brand-white);
}

.cookie-notice {
  border-color: rgba(16, 24, 32, 0.16);
  background: var(--brand-white);
}

.button,
.site-nav .nav-cta {
  transform: translateY(0);
  transition:
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
  will-change: transform;
}

.button-primary {
  box-shadow: var(--button-shadow-ink);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--button-shadow-paper);
}

.hero .button-primary,
.hero .button-secondary,
.site-nav .nav-cta,
.button-outline-blue {
  box-shadow: var(--button-shadow-dark);
}

.button:hover,
.site-nav .nav-cta:hover {
  transform: translateY(0);
}

.button:active,
.site-nav .nav-cta:active {
  transform: translateY(-1px) scale(0.992);
  box-shadow: var(--button-shadow-pressed);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .site-nav .nav-cta:hover {
    transform: translateY(-3px);
  }

  .button-primary:hover {
    box-shadow: var(--button-shadow-ink-hover);
  }

  .button-secondary:hover {
    box-shadow: var(--button-shadow-paper-hover);
  }

  .hero .button-primary:hover,
  .hero .button-secondary:hover,
  .site-nav .nav-cta:hover,
  .button-outline-blue:hover {
    box-shadow: var(--button-shadow-dark-hover);
  }
}

.button:active,
.site-nav .nav-cta:active {
  transform: translateY(-1px) scale(0.992);
  box-shadow: var(--button-shadow-pressed);
}

.hero .button-primary:active,
.hero .button-secondary:active,
.button-outline-blue:active {
  box-shadow: var(--button-shadow-pressed);
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .button:hover,
  .button:active,
  .site-nav .nav-cta,
  .site-nav .nav-cta:hover,
  .site-nav .nav-cta:active {
    transform: none;
    will-change: auto;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  body {
    background: linear-gradient(180deg, var(--brand-ink) 0 900px, var(--paper) 900px 100%);
  }

  .site-nav {
    top: 78px;
    background: var(--brand-ink);
    color: var(--brand-white);
  }

  .site-nav a {
    color: rgba(255, 255, 255, 0.86);
  }

  .site-nav .nav-cta {
    display: inline-flex;
    justify-content: center;
    color: var(--brand-ink);
  }

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

  .hero-process-visual {
    min-height: 420px;
    perspective-origin: 50% 36%;
  }

  .process-stack {
    width: min(500px, 92vw);
    height: 360px;
  }

  .services-editorial,
  .service-offer-primary {
    grid-template-columns: 1fr;
  }

  .problem-note-copy {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .problem-note-copy p {
    max-width: 34rem;
  }
}

@media (max-width: 620px) {
  body {
    background: linear-gradient(180deg, var(--brand-ink) 0 820px, var(--paper) 820px 100%);
  }

  .site-header {
    min-height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  h1 {
    max-width: 9.4em;
    font-size: clamp(2.25rem, 9.8vw, 2.7rem);
    font-weight: 700;
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.95rem, 9vw, 2.5rem);
  }

  .hero-kicker {
    max-width: 19rem;
    font-size: 0.68rem;
    letter-spacing: 0.075em;
  }

  .hero-lede {
    font-size: 1.06rem;
    line-height: 1.62;
  }

  .hero.section {
    padding-top: 108px;
    padding-bottom: 54px;
  }

  .hero-process-visual {
    min-height: 305px;
    margin-top: 0.35rem;
    overflow: hidden;
    perspective: 850px;
  }

  .hero-process-visual::before {
    inset: 0 0 6%;
  }

  .hero-process-visual::after {
    right: 4%;
    bottom: 4%;
    left: 4%;
  }

  .process-stack {
    width: min(300px, 78vw);
    height: 270px;
  }

  .hero-process-visual {
    --process-stack-scale: 0.78;
  }

  .process-plane {
    width: min(295px, 76vw);
    min-height: 112px;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1rem;
  }

  .process-plane-copy strong {
    font-size: 0.95rem;
  }

  .process-route {
    grid-template-columns: 14px 1fr 14px 1fr 14px;
  }

  .process-route span {
    width: 14px;
    height: 14px;
  }

  .services-offers {
    grid-template-columns: 1fr;
  }

  .service-offer {
    min-height: auto;
  }

  .services-image img {
    height: 360px;
  }

  .positioning-strip span,
  .positioning-strip span:nth-child(2n) {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .site-footer {
    width: calc(100% - var(--page-gutter) - var(--page-gutter));
  }
}

@media (max-width: 620px) {
  .hero.section {
    width: calc(100% - 32px);
    margin-inline: 16px;
    gap: 2.4rem;
    padding-top: 102px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 10em;
  }

  .hero-lede {
    max-width: 32rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-process-visual {
    width: 100%;
    min-height: 318px;
  }
}

/* Remove repeated eyebrow labels that add visual noise across the site. */
.hero-kicker,
.section-label,
.panel-label,
.eyebrow,
.assessment-kicker,
.assessment-panel-label,
.header-label {
  display: none !important;
}

figure figcaption {
  display: none !important;
}

/* Retire the generic capability strip below the homepage hero. */
.positioning-strip {
  display: none !important;
}

/* Tighten the first post-hero section so it reads as one clear idea. */
.problem {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.92fr);
  align-items: center;
  padding-top: clamp(4.2rem, 7vw, 6rem);
  padding-bottom: clamp(4.6rem, 7vw, 6.25rem);
}

.problem .section-heading {
  max-width: 45rem;
}

.problem .section-heading h2 {
  max-width: 11em;
}

.problem .section-intro {
  max-width: 37rem;
  margin-top: 1.25rem;
}

.problem-note {
  display: grid;
  gap: clamp(1.05rem, 2vw, 1.35rem);
  max-width: none;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 253, 0.86)),
    var(--brand-white);
  box-shadow: 0 24px 58px rgba(8, 18, 34, 0.07);
  padding: clamp(1.35rem, 3vw, 2rem);
}

.problem-note-lede {
  max-width: none;
  color: var(--brand-ink);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 760;
  line-height: 1.45;
}

.problem-note-copy {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.6vw, 1.1rem);
}

.problem-note-copy p {
  display: grid;
  gap: 0.35rem;
  max-width: none;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.56;
  padding: 1rem;
}

.problem-note-copy strong {
  color: var(--brand-ink);
  font-size: 0.98rem;
  font-weight: 780;
  line-height: 1.25;
}

.problem-note-copy span {
  display: block;
}

.services {
  padding-top: clamp(4.5rem, 7vw, 6.25rem);
}

@media (min-width: 621px) {
  .cookie-notice {
    right: 22px;
    left: auto;
    width: min(500px, calc(100% - 44px));
    max-width: none;
    gap: 0.8rem;
    padding: 0.8rem 0.9rem;
  }

  .cookie-notice p {
    font-size: 0.86rem;
  }
}

@media (max-width: 900px) {
  .problem {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .problem .section-heading h2 {
    max-width: 12em;
  }
}

@media (max-width: 620px) {
  .problem {
    gap: 1.6rem;
    padding-top: 3.8rem;
    padding-bottom: 4.1rem;
  }

  .problem .section-heading h2 {
    max-width: 11em;
    font-size: clamp(2rem, 8vw, 2.35rem);
    line-height: 1.05;
  }

  .problem .section-intro {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .problem-note {
    padding: 1.05rem;
  }

  .problem-note-copy {
    grid-template-columns: 1fr;
  }

  .problem-note-copy p {
    padding: 0.95rem;
  }
}

@media (max-width: 620px) {
  .cookie-notice {
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    border-radius: 11px;
    padding: 0.7rem;
  }

  .cookie-notice p {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .cookie-actions {
    gap: 0.4rem;
  }

  .cookie-notice button {
    min-height: 38px;
    border-radius: 9px;
    padding: 0 0.75rem;
    font-size: 0.84rem;
  }
}

/* Homepage layout system pass. Scoped to avoid changing supporting pages. */
:root {
  --home-container: 1184px;
  --home-gutter: clamp(1.25rem, 4vw, 3rem);
  --home-section-pad: clamp(5.5rem, 8vw, 7.25rem);
  --home-section-pad-tight: clamp(4.25rem, 6vw, 5.5rem);
  --home-grid-gap: clamp(1.5rem, 3.6vw, 3rem);
  --home-panel-radius: 10px;
  --home-soft-border: rgba(16, 24, 32, 0.11);
  --home-soft-shadow: 0 22px 54px rgba(8, 18, 34, 0.06);
}

.home-page .section:not(.hero) {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--home-section-pad) 0;
}

.home-page .problem,
.home-page .approach,
.home-page .resources {
  background: var(--paper);
}

.home-page .services,
.home-page .proof {
  background: #ffffff;
}

.home-page .workflow-review {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.home-page .final-cta {
  background: #ffffff;
}

.home-page .section-inner {
  width: min(var(--home-container), calc(100% - var(--home-gutter) - var(--home-gutter)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--home-grid-gap);
  align-items: start;
}

.home-page .section-stack {
  row-gap: clamp(2.4rem, 4.2vw, 3.5rem);
}

.home-page .section-heading {
  max-width: none;
}

.home-page .section-heading h2,
.home-page .services-intro h2,
.home-page .workflow-review-copy h2,
.home-page .proof-copy h2,
.home-page .final-cta h2 {
  max-width: 11em;
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(2.15rem, 3.6vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.home-page .section-intro,
.home-page .services-intro p,
.home-page .workflow-review-copy p,
.home-page .proof-copy p,
.home-page .final-cta p {
  max-width: 62ch;
  margin: clamp(1rem, 1.8vw, 1.35rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.home-page .text-link {
  justify-self: start;
  margin-top: 0.15rem;
}

.home-page .problem {
  padding-top: clamp(5rem, 7.5vw, 6.75rem);
}

.home-page .section-split > .section-heading {
  grid-column: 1 / span 5;
}

.home-page .problem-note {
  grid-column: 7 / -1;
  align-self: start;
  gap: clamp(1.2rem, 2vw, 1.55rem);
  border: 1px solid var(--home-soft-border);
  border-radius: var(--home-panel-radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.9));
  box-shadow: var(--home-soft-shadow);
  padding: clamp(1.45rem, 2.8vw, 2.1rem);
}

.home-page .problem-note-lede {
  color: var(--brand-ink);
  font-size: 1.02rem;
  font-weight: 780;
}

.home-page .problem-note-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.55rem) clamp(1.25rem, 2.6vw, 2rem);
}

.home-page .problem-note-copy p {
  display: grid;
  gap: 0.42rem;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
  padding: 0;
}

.home-page .problem-note-copy strong {
  color: var(--brand-ink);
  font-size: 0.98rem;
  font-weight: 780;
}

.home-page .services {
  padding-block: var(--home-section-pad);
}

.home-page .services::before,
.home-page .workflow-review::before {
  display: none;
}

.home-page .services-editorial {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--home-grid-gap);
}

.home-page .services-intro {
  grid-column: 1 / span 4;
  display: grid;
  gap: clamp(1.1rem, 1.8vw, 1.45rem);
  max-width: none;
}

.home-page .services-intro p {
  max-width: 34rem;
}

.home-page .services-offers {
  grid-column: 6 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-self: start;
  padding: 0;
}

.home-page .service-offer,
.home-page .service-offer-primary {
  display: grid;
  gap: 0.6rem;
  grid-column: auto;
  min-height: 148px;
  margin: 0;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--home-panel-radius);
  background: rgba(249, 251, 254, 0.72);
  box-shadow: none;
  padding: clamp(1.15rem, 2vw, 1.45rem);
}

.home-page .service-offer-primary {
  grid-column: 1 / -1;
  min-height: 0;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  align-items: start;
  background: #ffffff;
}

.home-page .service-offer h3 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(1.08rem, 1.25vw, 1.22rem);
  font-weight: 790;
  line-height: 1.18;
}

.home-page .service-offer-primary h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.home-page .service-offer p,
.home-page .service-offer-primary p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.home-page .offer-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--home-grid-gap);
  align-items: start;
  border: 1px solid var(--home-soft-border);
  border-radius: var(--home-panel-radius);
  background: #ffffff;
  box-shadow: var(--home-soft-shadow);
  padding: clamp(2rem, 4.8vw, 3.8rem);
}

.home-page .workflow-review-copy {
  grid-column: 1 / span 6;
  max-width: none;
}

.home-page .workflow-review-copy .button {
  margin-top: clamp(1.35rem, 2.5vw, 1.9rem);
}

.home-page .review-lede {
  max-width: 58ch;
  color: #2e3b4f;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
}

.home-page .review-panel {
  grid-column: 8 / -1;
  align-self: stretch;
  border: 0;
  border-left: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 0 0 clamp(1.5rem, 3vw, 2.5rem);
}

.home-page .review-price {
  color: var(--brand-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 820;
  letter-spacing: 0;
}

.home-page .review-price span {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 620;
}

.home-page .review-panel .review-includes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.78rem;
  margin-top: clamp(1.25rem, 2.4vw, 1.8rem);
}

.home-page .review-panel .review-includes li {
  color: #263141;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.46;
  padding: 0;
}

.home-page .review-panel .review-includes li::before {
  display: none;
}

.home-page .approach {
  padding-block: var(--home-section-pad-tight);
}

.home-page .approach .section-heading,
.home-page .resources .section-heading {
  grid-column: 1 / span 8;
}

.home-page .approach-steps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.home-page .approach-steps li,
.home-page .approach-steps li:nth-child(even) {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.85rem;
  min-height: 240px;
  margin: 0;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--home-panel-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  padding: clamp(1.2rem, 2.4vw, 1.6rem);
}

.home-page .approach-steps span {
  color: rgba(40, 96, 232, 0.7);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1;
}

.home-page .approach-steps h3 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(1.25rem, 1.55vw, 1.5rem);
  line-height: 1.16;
}

.home-page .approach-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.home-page .proof-layout {
  align-items: center;
}

.home-page .proof-visual {
  grid-column: 1 / span 5;
  overflow: hidden;
  margin: 0;
  border-radius: var(--home-panel-radius);
  background: var(--paper);
}

.home-page .proof-visual img {
  display: block;
  width: 100%;
  height: clamp(420px, 42vw, 560px);
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.home-page .proof-copy {
  grid-column: 7 / -1;
}

.home-page .proof-list {
  display: grid;
  gap: 0.9rem;
  margin-top: clamp(1.8rem, 3vw, 2.4rem);
}

.home-page .proof-list p {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
  margin: 0;
  border: 1px solid rgba(16, 24, 32, 0.09);
  border-radius: var(--home-panel-radius);
  background: rgba(249, 251, 254, 0.76);
  padding: clamp(1rem, 1.8vw, 1.25rem);
}

.home-page .proof-list strong {
  color: var(--brand-ink);
  font-size: 0.98rem;
  font-weight: 780;
  line-height: 1.32;
}

.home-page .proof-list span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.home-page .resources {
  padding-block: var(--home-section-pad-tight);
}

.home-page .resource-ledger {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.85rem;
}

.home-page .resource-ledger a {
  display: grid;
  grid-template-columns: minmax(8rem, 0.18fr) minmax(14rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: center;
  min-height: 96px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--home-panel-radius);
  background: rgba(255, 255, 255, 0.74);
  color: inherit;
  box-shadow: none;
  padding: clamp(1rem, 2vw, 1.35rem);
  text-decoration: none;
}

.home-page .resource-ledger a:hover {
  border-color: rgba(40, 96, 232, 0.28);
  background: #ffffff;
}

.home-page .resource-ledger span {
  color: var(--blue);
  font-size: 0.77rem;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .resource-ledger strong {
  color: var(--brand-ink);
  font-size: clamp(1.03rem, 1.25vw, 1.16rem);
  line-height: 1.22;
}

.home-page .resource-ledger em {
  color: var(--muted);
  font-size: 0.96rem;
  font-style: normal;
  line-height: 1.5;
}

.home-page .final-cta {
  padding-block: clamp(4.5rem, 7vw, 6rem);
}

.home-page .final-cta-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  border-radius: var(--home-panel-radius);
  background: var(--brand-ink);
  color: var(--brand-white);
  padding: clamp(2rem, 4.2vw, 3rem);
}

.home-page .final-cta-panel h2 {
  max-width: 12em;
  color: var(--brand-white);
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.home-page .final-cta-panel p {
  max-width: 66ch;
  color: rgba(255, 255, 255, 0.78);
}

.home-page .final-cta-panel .button-primary {
  white-space: nowrap;
  background: var(--brand-white);
  color: var(--brand-ink);
}

.home-page .final-cta-panel .button-primary:hover {
  background: #edf3fb;
  color: var(--brand-ink);
}

@media (max-width: 1080px) {
  .home-page .section-split > .section-heading,
  .home-page .problem-note,
  .home-page .services-intro,
  .home-page .services-offers,
  .home-page .workflow-review-copy,
  .home-page .review-panel,
  .home-page .approach .section-heading,
  .home-page .resources .section-heading,
  .home-page .proof-visual,
  .home-page .proof-copy {
    grid-column: 1 / -1;
  }

  .home-page .services-offers,
  .home-page .approach-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .review-panel {
    border-left: 0;
    border-top: 1px solid rgba(16, 24, 32, 0.12);
    padding: clamp(1.5rem, 3vw, 2rem) 0 0;
  }

  .home-page .proof-layout {
    align-items: start;
  }

  .home-page .proof-visual img {
    height: clamp(320px, 52vw, 460px);
  }
}

@media (max-width: 720px) {
  .home-page .section:not(.hero) {
    padding-block: clamp(3.6rem, 12vw, 4.7rem);
  }

  .home-page .section-inner {
    width: min(calc(100% - 32px), var(--home-container));
    grid-template-columns: 1fr;
    gap: clamp(1.35rem, 6vw, 2rem);
  }

  .home-page .section-heading h2,
  .home-page .services-intro h2,
  .home-page .workflow-review-copy h2,
  .home-page .proof-copy h2,
  .home-page .final-cta h2 {
    max-width: 12em;
    font-size: clamp(2rem, 8vw, 2.45rem);
  }

  .home-page .problem-note,
  .home-page .offer-panel,
  .home-page .final-cta-panel {
    padding: clamp(1.2rem, 6vw, 1.65rem);
  }

  .home-page .problem-note-copy,
  .home-page .services-offers,
  .home-page .approach-steps,
  .home-page .service-offer-primary,
  .home-page .proof-list p,
  .home-page .resource-ledger a,
  .home-page .final-cta-panel,
  .home-page .offer-panel {
    grid-template-columns: 1fr;
  }

  .home-page .service-offer,
  .home-page .approach-steps li {
    min-height: 0;
  }

  .home-page .proof-visual img {
    height: min(74vw, 330px);
  }

  .home-page .resource-ledger a {
    align-items: start;
    min-height: 0;
  }

  .home-page .resource-ledger span {
    letter-spacing: 0.07em;
  }

  .home-page .final-cta-panel .button-primary {
    justify-self: stretch;
  }
}

/* Final homepage tidy pass: keep the corporate direction, remove template tells. */
:root {
  --home-container: 1240px;
  --home-card-shadow: 0 1px 2px rgba(8, 18, 34, 0.05), 0 14px 34px rgba(8, 18, 34, 0.08), 0 36px 80px rgba(8, 18, 34, 0.07);
  --home-card-shadow-hover: 0 2px 4px rgba(8, 18, 34, 0.06), 0 20px 44px rgba(8, 18, 34, 0.11), 0 48px 96px rgba(8, 18, 34, 0.09);
  --home-panel-radius: 12px;
}

body {
  font-family: Aptos, "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
.site-nav a,
.button,
.review-price {
  font-family: "Aptos Display", Aptos, "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.cookie-notice {
  z-index: 2147483000;
  pointer-events: auto;
  isolation: isolate;
}

.cookie-notice * {
  pointer-events: auto;
}

.home-page main > .section:not(.hero) {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-page main > .section:not(.hero) > .section-inner {
  width: min(var(--home-container), calc(100% - var(--home-gutter) - var(--home-gutter)));
  max-width: var(--home-container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--home-grid-gap);
  align-items: start;
}

.home-page .section-heading h2,
.home-page .services-intro h2,
.home-page .workflow-review-copy h2,
.home-page .proof-copy h2,
.home-page .final-cta h2 {
  font-weight: 720;
  letter-spacing: 0;
}

.home-page .problem-note {
  border: 0;
  border-radius: var(--home-panel-radius);
  background: linear-gradient(145deg, #ffffff, #f7f9fd);
  box-shadow: var(--home-card-shadow);
  padding: clamp(1.15rem, 2vw, 1.45rem);
}

.home-page .problem-note-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1rem);
}

.home-page .problem-note-copy p {
  border: 1px solid rgba(16, 24, 32, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(8, 18, 34, 0.045);
  padding: clamp(1rem, 1.7vw, 1.2rem);
}

.home-page .service-offer,
.home-page .approach-steps li,
.home-page .proof-list p,
.home-page .resource-ledger a {
  border: 1px solid rgba(16, 24, 32, 0.08);
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  box-shadow: var(--home-card-shadow);
  transition:
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 180ms ease,
    background-color 180ms ease;
}

.home-page .service-offer:hover,
.home-page .approach-steps li:hover,
.home-page .resource-ledger a:hover {
  border-color: rgba(40, 96, 232, 0.18);
  background: #ffffff;
  box-shadow: var(--home-card-shadow-hover);
  transform: translateY(-4px);
}

.home-page .service-offer-primary {
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  align-items: start;
  min-height: 172px;
}

.home-page .service-offer h3,
.home-page .approach-steps h3,
.home-page .resource-ledger strong {
  font-weight: 720;
  letter-spacing: 0;
}

.home-page .offer-panel {
  border: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.9)),
    #ffffff;
  box-shadow: var(--home-card-shadow);
}

.home-page .review-panel {
  border-left: 0;
  border-radius: var(--home-panel-radius);
  background: #f6f8fc;
  padding: clamp(1.4rem, 2.6vw, 2rem);
}

.home-page .review-panel .review-includes {
  gap: 0.9rem;
}

.home-page .review-panel .review-includes li {
  position: relative;
  padding-left: 1.1rem;
}

.home-page .review-panel .review-includes li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-blue);
  content: "";
}

.home-page .approach-steps li:nth-child(even) {
  margin-top: clamp(0.65rem, 1.4vw, 1rem);
}

.home-page .approach-steps li {
  min-height: 230px;
}

.home-page .resource-ledger {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  border-top: 0;
}

.home-page .resource-ledger a {
  position: relative;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 210px;
  padding: clamp(1.35rem, 2.4vw, 1.7rem);
}

.home-page .resource-ledger a::after {
  display: none;
  content: none;
}

.home-page .resource-ledger strong {
  max-width: 16rem;
  font-size: clamp(1.2rem, 1.55vw, 1.45rem);
}

.home-page .resource-ledger em {
  max-width: 26rem;
}

.home-page .proof-list {
  border-top: 0;
}

.home-page .button,
.home-page .site-nav .nav-cta {
  box-shadow: var(--button-shadow-paper);
}

.home-page .button-primary,
.home-page .site-nav .nav-cta {
  box-shadow: var(--button-shadow-ink);
}

.home-page .button:hover,
.home-page .site-nav .nav-cta:hover {
  box-shadow: var(--button-shadow-paper-hover);
  transform: translateY(-2px);
}

.home-page .button-primary:hover,
.home-page .site-nav .nav-cta:hover {
  box-shadow: var(--button-shadow-ink-hover);
}

.home-page .final-cta-panel > .button-primary {
  justify-self: end;
  width: auto;
  min-width: 230px;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 1080px) {
  .home-page .resource-ledger {
    grid-template-columns: 1fr;
  }

  .home-page .resource-ledger a {
    min-height: 0;
  }

  .home-page .service-offer-primary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-page main > .section:not(.hero) > .section-inner {
    width: min(calc(100% - 32px), var(--home-container));
    grid-template-columns: 1fr;
  }

  .home-page .problem-note-copy {
    grid-template-columns: 1fr;
  }

  .home-page .approach-steps li,
  .home-page .approach-steps li:nth-child(even) {
    min-height: 0;
    margin-top: 0;
  }

  .home-page .final-cta-panel > .button-primary {
    justify-self: stretch;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .button,
  .home-page .site-nav .nav-cta,
  .home-page .service-offer,
  .home-page .approach-steps li,
  .home-page .resource-ledger a {
    transition: none;
  }

  .home-page .button:hover,
  .home-page .site-nav .nav-cta:hover,
  .home-page .service-offer:hover,
  .home-page .approach-steps li:hover,
  .home-page .resource-ledger a:hover {
    transform: none;
  }
}

/* Hero process map refinement: keep 3D depth without a framed illustration box. */
.hero-process-visual {
  min-height: clamp(430px, 39vw, 620px);
  background: transparent;
  cursor: default;
  isolation: isolate;
}

.hero-process-visual::before {
  display: none;
  content: none;
}

.hero-process-visual::after {
  right: 10%;
  bottom: 11%;
  left: 10%;
  height: 24%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(37, 99, 235, 0.22), transparent 45%),
    radial-gradient(ellipse at 50% 64%, rgba(0, 0, 0, 0.36), transparent 70%);
  filter: blur(30px);
  opacity: 0.78;
}

.process-stack {
  width: min(600px, 100%);
  height: clamp(350px, 34vw, 500px);
  transform: rotateX(58deg) rotateZ(-31deg) scale(var(--process-stack-scale));
}

.process-stack::before {
  position: absolute;
  inset: 8% 9% 4%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.18), transparent 62%);
  filter: blur(42px);
  content: "";
  transform: translateZ(-64px);
}

.process-plane {
  width: min(520px, 86vw);
  min-height: 154px;
  grid-template-columns: minmax(130px, 0.52fr) minmax(230px, 1fr);
  gap: clamp(1rem, 2vw, 1.45rem);
  border-color: rgba(157, 184, 255, 0.34);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(43, 70, 112, 0.32), rgba(8, 24, 43, 0.78)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0)),
    rgba(7, 21, 42, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 18px 42px rgba(0, 0, 0, 0.24);
  padding: clamp(1.1rem, 2vw, 1.35rem) clamp(1.2rem, 2.2vw, 1.55rem);
}

.process-plane::before {
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.08), transparent 36%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 36px);
  opacity: 0.48;
}

.process-plane-one {
  top: 26%;
  transform: translate3d(-50%, -110px, 124px);
}

.process-plane-two {
  top: 38%;
  transform: translate3d(-50%, -27px, 62px);
}

.process-plane-three {
  top: 50%;
  transform: translate3d(-50%, 60px, 0);
}

.process-plane-copy {
  transform: translateZ(28px);
}

.process-plane-copy span {
  color: #a9bded;
  font-size: 0.68rem;
}

.process-plane-copy strong {
  font-size: clamp(0.98rem, 1.35vw, 1.16rem);
}

.process-map {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-width: 0;
  overflow: visible;
  transform: translateZ(22px);
}

.map-route,
.map-lane {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-route {
  stroke: rgba(157, 184, 255, 0.78);
  stroke-width: 2.2;
  filter: drop-shadow(0 0 7px rgba(37, 99, 235, 0.24));
}

.map-route-branch {
  stroke: rgba(200, 216, 224, 0.48);
  stroke-width: 1.8;
}

.map-lane {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
}

.map-node,
.map-decision,
.map-owner,
.map-view {
  fill: rgba(12, 30, 57, 0.88);
  stroke: rgba(171, 196, 255, 0.8);
  stroke-width: 1.4;
  filter: drop-shadow(0 0 7px rgba(37, 99, 235, 0.22));
}

.map-node {
  fill: rgba(48, 84, 132, 0.46);
}

.map-labels rect {
  fill: rgba(255, 255, 255, 0.16);
}

.map-view {
  fill: rgba(17, 42, 74, 0.82);
}

.process-map-handover .map-owner {
  fill: rgba(37, 99, 235, 0.2);
}

.process-map-visibility .map-view {
  stroke: rgba(200, 216, 224, 0.66);
}

@media (prefers-reduced-motion: no-preference) {
  .map-route {
    stroke-dasharray: 13 9;
    animation: processRouteFlow 4.8s linear infinite;
  }

  .process-plane-one .map-node,
  .process-plane-two .map-owner,
  .process-plane-three .map-view {
    animation: processNodePulse 3.6s ease-in-out infinite;
  }

  .process-plane-two .map-node,
  .process-plane-three .map-node {
    animation: processNodePulse 4.2s ease-in-out infinite 0.8s;
  }
}

@keyframes processRouteFlow {
  to {
    stroke-dashoffset: -44;
  }
}

@keyframes processNodePulse {
  0%,
  100% {
    opacity: 0.78;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .process-stack {
    width: min(560px, 94vw);
  }
}

@media (max-width: 620px) {
  .hero-process-visual {
    min-height: 330px;
    width: 100%;
    overflow: hidden;
    perspective: 900px;
  }

  .hero-process-visual::after {
    right: 8%;
    bottom: 6%;
    left: 8%;
    height: 22%;
  }

  .hero-process-visual {
    --process-stack-scale: 0.74;
  }

  .process-stack {
    width: min(330px, 86vw);
    height: 292px;
    transform: rotateX(58deg) rotateZ(-31deg) scale(var(--process-stack-scale));
  }

  .process-plane {
    width: min(330px, 84vw);
    min-height: 124px;
    grid-template-columns: minmax(98px, 0.48fr) minmax(160px, 1fr);
    gap: 0.7rem;
    padding: 0.9rem;
  }

  .process-plane-one {
    top: 24%;
    transform: translate3d(-50%, -84px, 96px);
  }

  .process-plane-two {
    top: 38%;
    transform: translate3d(-50%, -20px, 48px);
  }

  .process-plane-three {
    top: 52%;
    transform: translate3d(-50%, 45px, 0);
  }

  .process-plane-copy span {
    font-size: 0.58rem;
  }

  .process-plane-copy strong {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-stack,
  .map-route,
  .map-node,
  .map-owner,
  .map-view {
    animation: none !important;
  }
}

/* Interactive hero process layers: subtle hover/flick tilt, no click-drag. */
.process-plane {
  --plane-y: 0px;
  --plane-z: 0px;
  --hover-rotate-x: 0deg;
  --hover-rotate-y: 0deg;
  --hover-shift-x: 0px;
  --hover-shift-y: 0px;
  --hover-lift: 0px;
  cursor: default;
  pointer-events: none;
  touch-action: auto;
  transform:
    translate3d(
      calc(-50% + var(--hover-shift-x)),
      calc(var(--plane-y) + var(--hover-shift-y)),
      calc(var(--plane-z) + var(--hover-lift))
    )
    rotateX(var(--hover-rotate-x))
    rotateY(var(--hover-rotate-y));
  transition:
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease,
    filter 180ms ease;
  will-change: transform;
}

.process-plane-one {
  --plane-y: -110px;
  --plane-z: 124px;
}

.process-plane-two {
  --plane-y: -27px;
  --plane-z: 62px;
}

.process-plane-three {
  --plane-y: 60px;
  --plane-z: 0px;
}

.process-plane.is-hovering {
  filter: brightness(1.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 24px 52px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(37, 99, 235, 0.11);
  transition:
    transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 160ms ease,
    filter 160ms ease;
}

.process-plane.is-settling {
  transition:
    transform 460ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 240ms ease,
    filter 240ms ease;
}

@media (hover: none), (pointer: coarse) {
  .process-plane {
    transform: translate3d(-50%, var(--plane-y), var(--plane-z));
    transition: none;
    will-change: auto;
  }
}

@media (max-width: 620px) {
  .process-plane-one {
    --plane-y: -84px;
    --plane-z: 96px;
  }

  .process-plane-two {
    --plane-y: -20px;
    --plane-z: 48px;
  }

  .process-plane-three {
    --plane-y: 45px;
    --plane-z: 0px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-plane {
    cursor: default;
    touch-action: auto;
    transform: translate3d(-50%, var(--plane-y), var(--plane-z)) !important;
    transition: none !important;
    filter: none !important;
  }
}

/* Hero background polish: richer brand depth without a neon or SaaS-style glow. */
.hero::before {
  background:
    radial-gradient(ellipse at 82% 22%, rgba(40, 96, 232, 0.25), transparent 42%),
    radial-gradient(ellipse at 58% 96%, rgba(157, 184, 255, 0.13), transparent 46%),
    linear-gradient(132deg, #07111f 0%, #07182f 40%, #0a2140 74%, #071423 100%);
}

.hero::after {
  inset: 0 calc(50% - 50vw);
  height: auto;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.07)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065), transparent 18%, transparent 80%, rgba(157, 184, 255, 0.075)),
    linear-gradient(180deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.16) calc(100% - 1px));
}

.hero-process-visual::after {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(40, 96, 232, 0.26), transparent 46%),
    radial-gradient(ellipse at 50% 64%, rgba(0, 0, 0, 0.40), transparent 70%);
  opacity: 0.82;
}

.hero-brand-watermark {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: clamp(540px, 58vw, 860px);
  aspect-ratio: 1;
  background: url("/assets/cb-logo.png") center / contain no-repeat;
  filter: saturate(0.9) contrast(1.05);
  mix-blend-mode: screen;
  opacity: 0.062;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-2deg);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0 54%, rgba(0, 0, 0, 0.72) 66%, transparent 82%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0 54%, rgba(0, 0, 0, 0.72) 66%, transparent 82%);
}

.hero-copy,
.hero-process-visual {
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) {
  .hero-brand-watermark {
    width: min(680px, 92vw);
    opacity: 0.052;
  }
}

@media (max-width: 620px) {
  .hero-brand-watermark {
    width: 520px;
    opacity: 0.044;
  }
}

/* Home header: leave only the logo and menu controls over the hero at the top. */
.home-page .site-header {
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .site-header.is-elevated,
.home-page .site-header.is-open {
  border-bottom: 0;
  background:
    radial-gradient(ellipse at 82% 22%, rgba(40, 96, 232, 0.25), transparent 42%),
    linear-gradient(132deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 24, 47, 0.96) 40%, rgba(10, 33, 64, 0.96) 74%, rgba(7, 20, 35, 0.96) 100%);
  backdrop-filter: blur(14px);
}

.home-page .site-nav a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.82);
}

.home-page .site-nav a:not(.nav-cta):hover,
.home-page .site-nav a:not(.nav-cta).is-active {
  background: rgba(255, 255, 255, 0.075);
  color: var(--brand-white);
}

.home-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.075);
}

@media (max-width: 1080px) {
  .home-page .site-nav {
    border-color: rgba(255, 255, 255, 0.16);
    background:
      radial-gradient(ellipse at 88% 0%, rgba(40, 96, 232, 0.18), transparent 44%),
      linear-gradient(145deg, rgba(7, 17, 31, 0.98), rgba(7, 24, 47, 0.98) 52%, rgba(10, 33, 64, 0.98));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  }

  .home-page .site-nav a:not(.nav-cta) {
    color: rgba(255, 255, 255, 0.88);
  }
}

/* Keep the wide 3D stack inside the desktop viewport after hover refinements. */
.hero-process-visual {
  --process-stack-shift-x: -28px;
}

.process-stack {
  transform: translate3d(var(--process-stack-shift-x), 0, 0) rotateX(27deg) rotateZ(-6deg) scale(var(--process-stack-scale));
}

@keyframes operatingLayersFloat {
  0%,
  100% {
    transform: translate3d(var(--process-stack-shift-x), 0, 0) rotateX(27deg) rotateZ(-6deg) scale(var(--process-stack-scale));
  }

  50% {
    transform: translate3d(var(--process-stack-shift-x), -10px, 0) rotateX(25deg) rotateZ(-7deg) scale(var(--process-stack-scale));
  }
}

@media (max-width: 1080px) {
  .hero-process-visual {
    --process-stack-shift-x: -10px;
  }
}

@media (max-width: 620px) {
  .hero-process-visual {
    --process-stack-shift-x: 0px;
  }
}

/* Secondary actions: remove outlined button boxes so supporting CTAs read as text. */
.button.button-secondary,
.button.button-outline-blue,
.hero .button.button-secondary,
.home-page .button.button-secondary,
.contact-panel .button.button-outline-blue {
  width: auto;
  min-height: auto;
  padding: 0.25rem 0;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--brand-blue);
  transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.button.button-secondary:hover,
.button.button-outline-blue:hover,
.hero .button.button-secondary:hover,
.home-page .button.button-secondary:hover,
.contact-panel .button.button-outline-blue:hover {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: var(--brand-ink);
  transform: none;
}

.button.button-secondary:active,
.button.button-outline-blue:active,
.hero .button.button-secondary:active,
.home-page .button.button-secondary:active,
.contact-panel .button.button-outline-blue:active {
  box-shadow: none;
  transform: none;
}

.hero .button.button-secondary,
.hero .button.button-secondary:hover,
.contact-panel .button.button-outline-blue,
.contact-panel .button.button-outline-blue:hover {
  color: var(--brand-white);
}

/* Hero process model: labels and routes live inside one SVG per plane so they move together. */
.process-plane {
  display: block;
  width: min(470px, 86vw);
  height: 154px;
  min-height: 154px;
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
}

.process-board {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  font-family: Aptos, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
}

.process-board-step {
  fill: #a9bded;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.process-board-title {
  fill: var(--brand-white);
  font-size: 19px;
  font-weight: 760;
  letter-spacing: 0;
}

.process-small-label,
.process-chip-text,
.process-owner-text {
  fill: rgba(230, 238, 255, 0.72);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0;
}

.process-owner-text,
.process-chip-text {
  fill: rgba(255, 255, 255, 0.78);
}

.process-flow,
.process-lane,
.process-view-line,
.process-bridge-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-flow-primary {
  stroke: rgba(157, 184, 255, 0.86);
  stroke-width: 2.4;
  filter: drop-shadow(0 0 7px rgba(37, 99, 235, 0.25));
}

.process-flow-secondary {
  stroke: rgba(200, 216, 224, 0.42);
  stroke-width: 1.8;
  stroke-dasharray: 8 8;
}

.process-lane {
  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1;
}

.process-node,
.process-decision,
.process-owner-card,
.process-view-card,
.process-bridge-node {
  fill: rgba(13, 32, 59, 0.9);
  stroke: rgba(171, 196, 255, 0.78);
  stroke-width: 1.4;
  filter: drop-shadow(0 0 7px rgba(37, 99, 235, 0.2));
}

.process-node {
  fill: rgba(48, 84, 132, 0.48);
}

.process-node-output,
.process-owner-card-active {
  fill: rgba(37, 99, 235, 0.22);
}

.process-chip,
.process-view-block {
  fill: rgba(255, 255, 255, 0.14);
}

.process-view-card {
  fill: rgba(17, 42, 74, 0.72);
  stroke: rgba(200, 216, 224, 0.58);
}

.process-view-line {
  stroke: rgba(200, 216, 224, 0.4);
  stroke-width: 1.2;
}

.process-view-block-soft {
  opacity: 0.56;
}

.process-bridge {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transform: translateZ(26px);
}

.process-bridge-line {
  stroke: rgba(157, 184, 255, 0.36);
  stroke-width: 1.6;
  stroke-dasharray: 7 9;
  filter: drop-shadow(0 0 6px rgba(37, 99, 235, 0.16));
}

.process-bridge-line-two {
  stroke: rgba(200, 216, 224, 0.28);
}

.process-bridge-node {
  fill: rgba(20, 45, 80, 0.82);
  opacity: 0.82;
}

@media (prefers-reduced-motion: no-preference) {
  .process-flow-primary,
  .process-bridge-line {
    stroke-dasharray: 14 10;
    animation: processRouteFlow 5.8s linear infinite;
  }

  .process-node-output,
  .process-owner-card-active,
  .process-view-card {
    animation: processNodePulse 4.4s ease-in-out infinite;
  }
}

@media (max-width: 620px) {
  .process-plane {
    width: min(430px, 92vw);
    height: 146px;
    min-height: 146px;
  }
}

/* Navigation polish: modern, quiet and premium without adding a heavy bar. */
.site-header {
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.brand-logo {
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.brand:hover .brand-logo {
  transform: translateY(-1px);
}

.site-nav {
  align-items: center;
  gap: clamp(0.18rem, 0.5vw, 0.42rem);
}

.site-nav a:not(.nav-cta) {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 720;
  letter-spacing: 0.005em;
  line-height: 1;
  padding: 0.72rem 0.78rem;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0.8rem;
  bottom: 0.48rem;
  left: 0.8rem;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.34);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta).is-active {
  background: rgba(255, 255, 255, 0.075);
  color: var(--brand-white);
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta).is-active::after {
  opacity: 0.34;
  transform: scaleX(1);
}

.site-nav .nav-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--brand-ink);
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0;
  padding: 0 1.14rem;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-nav .nav-cta:hover {
  background: linear-gradient(180deg, #ffffff 0%, #e3edff 100%);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: var(--brand-ink);
}

.home-page .site-nav a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.22);
}

.home-page .site-nav a:not(.nav-cta)::after {
  background: rgba(255, 255, 255, 0.82);
}

.home-page .site-nav a:not(.nav-cta):hover,
.home-page .site-nav a:not(.nav-cta).is-active {
  background: rgba(255, 255, 255, 0.075);
  color: var(--brand-white);
}

.home-page .site-nav .nav-cta {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--brand-ink);
}

.home-page .site-nav .nav-cta:hover {
  background: linear-gradient(180deg, #ffffff 0%, #e3edff 100%);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: var(--brand-ink);
}

.menu-toggle {
  border-radius: 10px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-page .menu-toggle {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home-page .menu-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:not(.nav-cta):hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 1080px) {
  .site-nav {
    right: 16px;
    left: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding: 0.75rem;
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .home-page .site-nav {
    background:
      radial-gradient(ellipse at 92% 0%, rgba(37, 99, 235, 0.22), transparent 42%),
      linear-gradient(145deg, #07111f 0%, #07182f 52%, #0a2140 100%);
    backdrop-filter: blur(18px);
  }

  .site-nav a:not(.nav-cta) {
    display: flex;
    min-height: 46px;
    justify-content: flex-start;
    border-radius: 10px;
    padding: 0.86rem 0.94rem;
  }

  .site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .site-nav .nav-cta {
    width: 100%;
    margin: 0.42rem 0 0;
  }
}

@media (max-width: 620px) {
  .site-nav {
    right: 12px;
    left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo,
  .brand:hover .brand-logo,
  .site-nav a:not(.nav-cta),
  .site-nav a:not(.nav-cta):hover,
  .site-nav .nav-cta,
  .site-nav .nav-cta:hover,
  .menu-toggle,
  .menu-toggle:hover {
    transform: none;
    transition-duration: 0.01ms;
  }
}

/* Homepage copy reset: process-led, fewer sections, more deliberate rhythm. */
.home-page .pillars {
  background: #ffffff;
}

.home-page .pillars .services-intro {
  grid-column: 1 / span 6;
}

.home-page .pillars .services-intro h2 {
  max-width: 12em;
}

.home-page .pillars .three-pillar-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.home-page .pillars .service-offer {
  min-height: 320px;
  align-content: start;
  gap: clamp(0.9rem, 1.5vw, 1.15rem);
  padding: clamp(1.35rem, 2.4vw, 1.8rem);
}

.home-page .pillars .service-offer h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
}

.home-page .pillars .service-offer p + p {
  margin-top: 0.1rem;
}

.home-page .delivery-record {
  background:
    linear-gradient(180deg, rgba(247, 249, 253, 0.95), rgba(255, 255, 255, 1));
  padding-block: clamp(3rem, 5vw, 4.5rem);
}

.home-page .delivery-record-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(16rem, 0.28fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  border-top: 1px solid rgba(16, 24, 32, 0.12);
  border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  padding-block: clamp(2rem, 4vw, 3.1rem);
}

.home-page .delivery-record-panel h2 {
  max-width: 15em;
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.04;
}

.home-page .delivery-record-panel p {
  max-width: 27ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.6;
}

.home-page .workflow-review-copy h2 {
  max-width: 13em;
}

.home-page .review-panel .review-includes {
  counter-reset: review-item;
}

.home-page .review-panel .review-includes li {
  position: relative;
  padding-left: 2rem;
}

.home-page .review-panel .review-includes li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: inline-grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(40, 96, 232, 0.1);
  color: var(--brand-blue);
  content: counter(review-item);
  counter-increment: review-item;
  font-size: 0.72rem;
  font-weight: 820;
}

.home-page .built-on-delivery {
  background: #ffffff;
}

.home-page .built-on-delivery .proof-copy {
  display: grid;
  gap: clamp(0.95rem, 1.5vw, 1.15rem);
}

.home-page .built-on-delivery .proof-copy p {
  margin: 0;
}

.home-page .proof-credential {
  border-left: 3px solid var(--brand-blue);
  color: #263141;
  font-weight: 700;
  padding-left: 1rem;
}

.home-page .final-cta-panel {
  align-items: end;
}

.home-page .final-cta-panel p + p {
  margin-top: 0.65rem;
}

.home-page .final-cta-email a {
  color: var(--brand-white);
  font-weight: 760;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 0.22em;
}

.home-page .final-cta-email a:hover {
  text-decoration-color: var(--brand-white);
}

@media (max-width: 1080px) {
  .home-page .pillars .services-intro,
  .home-page .pillars .three-pillar-grid,
  .home-page .delivery-record-panel {
    grid-column: 1 / -1;
  }

  .home-page .pillars .three-pillar-grid {
    grid-template-columns: 1fr;
  }

  .home-page .pillars .service-offer {
    min-height: 0;
  }

  .home-page .delivery-record-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-page .delivery-record-panel p {
    max-width: 54ch;
  }
}

@media (max-width: 720px) {
  .home-page .delivery-record-panel h2 {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
  }

  .home-page .review-panel .review-includes li {
    padding-left: 1.85rem;
  }
}

/* Navigation contrast pass: stronger brand presence, no outline-pill menu links. */
.home-page .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.88), rgba(7, 24, 47, 0.72) 54%, rgba(13, 43, 88, 0.7));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.home-page .site-header.is-elevated,
.home-page .site-header.is-open {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.96), rgba(7, 24, 47, 0.9) 54%, rgba(13, 43, 88, 0.84));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.home-page .site-nav {
  gap: clamp(0.9rem, 1.55vw, 1.45rem);
}

.site-nav a:not(.nav-cta),
.home-page .site-nav a:not(.nav-cta) {
  min-height: 42px;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 780;
  letter-spacing: 0.01em;
  padding: 0.74rem 0;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.site-nav a:not(.nav-cta)::after,
.home-page .site-nav a:not(.nav-cta)::after {
  right: 0;
  bottom: 0.42rem;
  left: 0;
  height: 2px;
  border-radius: 0;
  background: var(--brand-blue);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta).is-active,
.home-page .site-nav a:not(.nav-cta):hover,
.home-page .site-nav a:not(.nav-cta).is-active {
  background: transparent;
  color: var(--brand-white);
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta).is-active::after,
.home-page .site-nav a:not(.nav-cta):hover::after,
.home-page .site-nav a:not(.nav-cta).is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav .nav-cta,
.home-page .site-nav .nav-cta {
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  color: var(--brand-ink);
}

.site-nav .nav-cta:hover,
.home-page .site-nav .nav-cta:hover {
  background: #f1f6ff;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color: var(--brand-ink);
}

.home-page .menu-toggle {
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

@media (hover: hover) and (pointer: fine) {
  .site-nav a:not(.nav-cta):hover,
  .home-page .site-nav a:not(.nav-cta):hover {
    transform: none;
  }
}

@media (max-width: 1080px) {
  .home-page .site-nav {
    gap: 0;
    border: 0;
    border-radius: 10px;
    background:
      linear-gradient(145deg, rgba(5, 17, 33, 0.98), rgba(7, 24, 47, 0.96) 60%, rgba(13, 43, 88, 0.92));
  }

  .site-nav a:not(.nav-cta),
  .home-page .site-nav a:not(.nav-cta) {
    min-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 0.95rem 0.2rem;
  }

  .site-nav a:not(.nav-cta)::after,
  .home-page .site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .site-nav .nav-cta,
  .home-page .site-nav .nav-cta {
    margin-top: 0.8rem;
    border-radius: 6px;
  }
}

/* Full-site consistency pass: keep secondary page heroes readable on the dark brand band. */
body:not(.home-page) .content-hero,
body:not(.home-page) .calculator-hero {
  color: var(--brand-white);
}

body:not(.home-page) .content-hero h1,
body:not(.home-page) .calculator-hero h1 {
  color: var(--brand-white);
}

body:not(.home-page) .content-hero .breadcrumb,
body:not(.home-page) .content-hero .breadcrumb a,
body:not(.home-page) .calculator-hero .breadcrumb,
body:not(.home-page) .calculator-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

body:not(.home-page) .content-hero-lede,
body:not(.home-page) .tools-supporting-copy,
body:not(.home-page) .calculator-hero .content-hero-lede {
  color: rgba(232, 239, 248, 0.84);
}

body:not(.home-page) .content-hero .button-secondary {
  color: var(--brand-white);
}

body:not(.home-page) .content-hero .button-secondary:hover {
  color: var(--brand-white);
}

body:not(.home-page) .content-hero .button-primary,
.about-page .about-hero-copy .button-primary {
  background: var(--brand-white);
  color: var(--brand-ink);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body:not(.home-page) .content-hero .button-primary:hover,
.about-page .about-hero-copy .button-primary:hover {
  background: #f4f8ff;
  color: var(--brand-ink);
}

body:not(.home-page) .content-hero .text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--brand-white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

body:not(.home-page) .content-hero .text-link:hover {
  color: #dbe8ff;
}

.services-main .content-hero {
  position: relative;
  isolation: isolate;
  padding-top: clamp(9rem, 14vh, 10.5rem);
  padding-bottom: clamp(4.25rem, 7vw, 5.75rem);
}

.services-main .content-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background:
    radial-gradient(ellipse at 86% 28%, rgba(37, 99, 235, 0.32), transparent 46%),
    radial-gradient(ellipse at 18% 90%, rgba(80, 130, 210, 0.14), transparent 42%),
    linear-gradient(145deg, #081020 0%, #07182f 55%, #0f2b52 100%);
  content: "";
}

.services-main .content-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto calc(50% - 50vw) 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.services-main .content-hero h1 {
  max-width: 10.8em;
}

.services-main .content-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-top: clamp(1.6rem, 3vw, 2rem);
}

.services-main .content-hero .button-primary {
  background: var(--brand-white);
  color: var(--brand-ink);
}

.services-main .content-hero .button-primary:hover {
  background: #f4f8ff;
  color: var(--brand-ink);
}

.services-main .content-hero .button-secondary {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--brand-white);
  padding-inline: 0.15rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.services-main .content-hero .button-secondary:hover {
  background: transparent;
  color: #dbe8ff;
}

.services-main .services {
  padding-top: clamp(4.25rem, 7vw, 6rem);
}

body:not(.home-page) .content-main > section:not(.content-hero),
body:not(.home-page) .calculator-main > section:not(.content-hero),
body:not(.home-page) .assessment-main > section:not(.content-hero) {
  position: relative;
  isolation: isolate;
}

body:not(.home-page) .content-main > section:not(.content-hero)::before,
body:not(.home-page) .calculator-main > section:not(.content-hero)::before,
body:not(.home-page) .assessment-main > section:not(.content-hero)::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: var(--paper);
  content: "";
}

@media (max-width: 620px) {
  .site-footer {
    box-sizing: border-box;
    width: calc(100% - 44px) !important;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-right: 22px !important;
    margin-left: 22px !important;
    overflow-wrap: anywhere;
  }

  .footer-brand,
  .footer-navigation,
  .footer-company,
  .site-footer nav {
    min-width: 0;
  }

  .footer-company a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* About page completion pass: improve contrast and add a calmer delivery layer. */
.about-page .about-hero {
  color: var(--brand-white);
}

.about-page .about-hero-copy h1 {
  max-width: 11.5em;
  color: var(--brand-white);
}

.about-page .about-hero-lede {
  max-width: 44rem;
  color: rgba(232, 239, 248, 0.86);
}

.about-page .about-hero-panel {
  box-shadow: 0 28px 70px rgba(3, 12, 28, 0.2);
}

.about-page .about-hero-panel h2 {
  margin-top: 0;
}

.about-delivery-note {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
  padding: clamp(4.75rem, 7vw, 6.25rem) 0;
}

.about-delivery-note h2 {
  max-width: 10em;
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  line-height: 1.05;
}

.about-delivery-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.2rem);
}

.about-delivery-points p {
  min-height: 118px;
  margin: 0;
  border: 1px solid rgba(9, 24, 43, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.9)),
    var(--brand-white);
  box-shadow: 0 18px 42px rgba(9, 24, 43, 0.07);
  color: var(--brand-ink);
  font-size: 1.02rem;
  font-weight: 760;
  line-height: 1.42;
  padding: clamp(1.15rem, 2.2vw, 1.45rem);
}

@media (max-width: 980px) {
  .about-delivery-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .about-page .about-hero-copy h1 {
    max-width: none;
  }

  .about-delivery-points {
    grid-template-columns: 1fr;
  }

  .about-delivery-points p {
    min-height: auto;
  }
}

/* Alignment hardening: keep buttons and the mobile menu consistent on every page. */
.button,
.button:link,
.button:visited,
.site-nav .nav-cta,
.home-page .site-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.button-primary,
.button-outline-blue,
.site-nav .nav-cta,
.home-page .site-nav .nav-cta {
  min-height: 48px;
}

.button.button-secondary,
.button.button-outline-blue,
.hero .button.button-secondary,
.home-page .button.button-secondary,
.contact-panel .button.button-outline-blue {
  min-height: 44px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

@media (max-width: 1080px) {
  .site-header .site-nav.is-open,
  .site-header.is-open .site-nav,
  body.menu-open .site-header .site-nav {
    position: fixed !important;
    top: 86px !important;
    right: 16px !important;
    left: 16px !important;
    display: grid !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 14px !important;
    background:
      radial-gradient(ellipse at 92% 0%, rgba(37, 99, 235, 0.18), transparent 42%),
      linear-gradient(145deg, #07111f 0%, #07182f 56%, #0a2140 100%) !important;
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    padding: 0.75rem !important;
  }

  .site-header .site-nav.is-open a,
  .site-header.is-open .site-nav a,
  body.menu-open .site-header .site-nav a {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.98rem !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    padding: 0.9rem 1rem !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  .site-header .site-nav.is-open a:not(.nav-cta),
  .site-header.is-open .site-nav a:not(.nav-cta),
  body.menu-open .site-header .site-nav a:not(.nav-cta) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .site-header .site-nav.is-open .nav-cta,
  .site-header.is-open .site-nav .nav-cta,
  body.menu-open .site-header .site-nav .nav-cta {
    margin-top: 0.75rem !important;
    background: #ffffff !important;
    color: var(--brand-ink) !important;
    box-shadow:
      0 14px 30px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  }
}

@media (max-width: 620px) {
  .site-header .site-nav.is-open,
  .site-header.is-open .site-nav,
  body.menu-open .site-header .site-nav {
    top: 82px !important;
    right: 12px !important;
    left: 12px !important;
  }

  .services-main .content-hero {
    width: 100%;
    padding: calc(7.6rem + env(safe-area-inset-top)) 22px 3.75rem;
  }

  .services-main .content-hero::before {
    inset: 0;
    background:
      radial-gradient(ellipse at 94% 30%, rgba(37, 99, 235, 0.36), transparent 50%),
      radial-gradient(ellipse at 0% 100%, rgba(80, 130, 210, 0.16), transparent 44%),
      linear-gradient(150deg, #081020 0%, #07182f 58%, #0e2b53 100%);
  }

  .services-main .content-hero .breadcrumb {
    margin-bottom: 1.15rem;
    color: rgba(255, 255, 255, 0.78);
  }

  .services-main .content-hero .section-label {
    display: none;
  }

  .services-main .content-hero h1 {
    max-width: 9.5em;
    font-size: clamp(2.55rem, 10vw, 3.05rem);
    line-height: 1.02;
  }

  .services-main .content-hero-lede {
    max-width: none;
    color: rgba(232, 239, 248, 0.88);
    font-size: 1.04rem;
    line-height: 1.68;
  }

  .services-main .content-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: stretch;
    margin-top: 1.55rem;
  }

  .services-main .content-hero-actions .button-primary {
    width: 100%;
    min-height: 52px;
  }

  .services-main .content-hero-actions .button-secondary {
    align-self: center;
    width: auto;
    max-width: 100%;
    min-height: 44px;
    text-align: center;
  }

  .services-main .services {
    padding-top: 4.25rem;
  }

  .hero-actions,
  .content-hero-actions,
  .assessment-page-actions,
  .calculator-actions,
  .contact-panel,
  .final-cta,
  .content-cta {
    align-items: stretch;
  }

  .hero-actions .button-primary,
  .content-hero-actions .button-primary,
  .assessment-page-actions .button-primary,
  .calculator-actions .button-primary,
  .contact-panel .button-primary,
  .final-cta .button-primary,
  .content-cta .button-primary {
    width: 100%;
  }

  .hero-actions .button-secondary,
  .content-hero-actions .button-secondary,
  .assessment-page-actions .button-secondary,
  .calculator-actions .button-secondary,
  .contact-panel .button-outline-blue,
  .final-cta .button-secondary,
  .content-cta .button-secondary {
    align-self: center;
    width: auto;
    max-width: 100%;
  }
}

/* Services IA pass: dropdown navigation and category pages. */
.site-nav .nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-nav .nav-dropdown-label {
  gap: 0.42rem;
}

.site-nav .nav-dropdown-label::before {
  width: 0.36rem;
  height: 0.36rem;
  margin-top: -0.16rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  opacity: 0.72;
  order: 2;
  transform: rotate(45deg);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-nav .nav-dropdown:hover .nav-dropdown-label::before,
.site-nav .nav-dropdown:focus-within .nav-dropdown-label::before {
  opacity: 1;
  transform: translateY(2px) rotate(45deg);
}

.site-nav .nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 0.72rem);
  left: -1.1rem;
  z-index: 20;
  display: grid;
  width: min(25rem, calc(100vw - 2rem));
  gap: 0.35rem;
  border: 1px solid rgba(10, 24, 43, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.98)),
    #ffffff;
  box-shadow:
    0 26px 70px rgba(4, 12, 25, 0.22),
    0 2px 0 rgba(37, 99, 235, 0.4) inset;
  opacity: 0;
  padding: 0.55rem;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 170ms ease,
    transform 170ms ease;
}

.site-nav .nav-dropdown:hover .nav-dropdown-panel,
.site-nav .nav-dropdown:focus-within .nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-nav .nav-dropdown-panel a,
.home-page .site-nav .nav-dropdown-panel a {
  display: grid;
  min-height: auto;
  gap: 0.24rem;
  border-radius: 8px;
  color: var(--brand-ink);
  padding: 0.82rem 0.9rem;
  text-shadow: none;
}

.site-nav .nav-dropdown-panel a::after,
.home-page .site-nav .nav-dropdown-panel a::after {
  display: none;
}

.site-nav .nav-dropdown-panel a span {
  color: var(--brand-ink);
  font-size: 0.94rem;
  font-weight: 790;
  letter-spacing: 0;
  line-height: 1.2;
}

.site-nav .nav-dropdown-panel a small {
  color: #506078;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.site-nav .nav-dropdown-panel a:hover,
.site-nav .nav-dropdown-panel a:focus-visible,
.site-nav .nav-dropdown-panel a.is-active,
.home-page .site-nav .nav-dropdown-panel a:hover,
.home-page .site-nav .nav-dropdown-panel a:focus-visible,
.home-page .site-nav .nav-dropdown-panel a.is-active {
  background: rgba(37, 99, 235, 0.08);
  color: var(--brand-ink);
  transform: none;
}

.site-nav .nav-dropdown-panel a:hover small,
.site-nav .nav-dropdown-panel a:focus-visible small,
.site-nav .nav-dropdown-panel a.is-active small {
  color: #33455e;
}

.service-routes .services-intro {
  position: sticky;
  top: 7.25rem;
}

.service-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
}

.service-route-card,
.category-service-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  border: 1px solid rgba(9, 24, 43, 0.09);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.94)),
    #ffffff;
  box-shadow:
    0 22px 60px rgba(9, 24, 43, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  padding: clamp(1.25rem, 2.2vw, 1.65rem);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-route-card:hover,
.category-service-card:hover {
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow:
    0 30px 76px rgba(9, 24, 43, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  transform: translateY(-3px);
}

.service-route-card > span,
.category-service-card > span {
  color: var(--brand-blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.service-route-card h3,
.category-service-card h3 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(1.34rem, 2vw, 1.75rem);
  font-weight: 790;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}

.service-route-card p,
.category-service-card p {
  margin: 0;
  color: #344255;
  font-size: 0.98rem;
  line-height: 1.62;
}

.service-route-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-route-card li {
  position: relative;
  color: var(--brand-ink);
  font-size: 0.92rem;
  font-weight: 730;
  line-height: 1.35;
  padding-left: 1rem;
}

.service-route-card li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--brand-blue);
  content: "";
}

.service-route-card .text-link,
.category-service-card .text-link {
  align-self: end;
  margin-top: 0.2rem;
  color: var(--brand-blue);
  font-size: 0.9rem;
  font-weight: 780;
}

.service-category-overview,
.category-outcomes {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding-top: clamp(4.75rem, 7vw, 6.6rem);
  padding-bottom: clamp(4.75rem, 7vw, 6.6rem);
}

.category-fit-copy h2,
.category-outcomes h2 {
  max-width: 11em;
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(2rem, 3.35vw, 3.1rem);
  font-weight: 770;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: balance;
}

.category-fit-copy p:not(.section-label) {
  max-width: 35rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.66;
}

.category-fit-list,
.category-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.category-fit-list p,
.category-outcome-grid p {
  min-height: 118px;
  margin: 0;
  border: 1px solid rgba(9, 24, 43, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(9, 24, 43, 0.06);
  color: var(--brand-ink);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.45;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.category-services {
  padding-top: clamp(4.75rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.75rem, 7vw, 6.5rem);
}

.category-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: clamp(1.8rem, 3vw, 2.5rem);
}

.category-service-card {
  min-height: 275px;
}

.category-service-card-featured {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(240, 246, 255, 0.96)),
    #ffffff;
  box-shadow:
    0 26px 70px rgba(37, 99, 235, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
}

@media (max-width: 1180px) {
  .service-route-grid,
  .category-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .site-nav .nav-dropdown {
    display: grid;
    width: 100%;
  }

  .site-nav .nav-dropdown-label {
    width: 100%;
  }

  .site-nav .nav-dropdown-panel {
    position: static;
    display: grid;
    width: 100%;
    margin: 0.25rem 0 0.65rem;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: none;
    opacity: 1;
    padding: 0.35rem;
    pointer-events: auto;
    transform: none;
  }

  .site-header .site-nav.is-open .nav-dropdown-panel a,
  .site-header.is-open .site-nav .nav-dropdown-panel a,
  body.menu-open .site-header .site-nav .nav-dropdown-panel a {
    justify-content: flex-start !important;
    min-height: auto !important;
    border-bottom: 0 !important;
    border-radius: 8px !important;
    color: var(--brand-white) !important;
    padding: 0.78rem 0.84rem !important;
    text-align: left !important;
  }

  .site-header .site-nav.is-open .nav-dropdown-panel a span,
  .site-header.is-open .site-nav .nav-dropdown-panel a span,
  body.menu-open .site-header .site-nav .nav-dropdown-panel a span {
    color: var(--brand-white);
  }

  .site-header .site-nav.is-open .nav-dropdown-panel a small,
  .site-header.is-open .site-nav .nav-dropdown-panel a small,
  body.menu-open .site-header .site-nav .nav-dropdown-panel a small {
    color: rgba(232, 239, 248, 0.72);
  }

  .site-header .site-nav.is-open .nav-dropdown-panel a.is-active,
  .site-header.is-open .site-nav .nav-dropdown-panel a.is-active,
  body.menu-open .site-header .site-nav .nav-dropdown-panel a.is-active {
    background: rgba(255, 255, 255, 0.1) !important;
  }

  .service-routes .services-intro {
    position: static;
  }

  .service-category-overview,
  .category-outcomes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .service-route-grid,
  .category-services-grid,
  .category-fit-list,
  .category-outcome-grid {
    grid-template-columns: 1fr;
  }

  .service-route-card,
  .category-service-card,
  .category-fit-list p,
  .category-outcome-grid p {
    min-height: auto;
  }

  .service-category-overview,
  .category-outcomes,
  .category-services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1081px) {
  .site-nav .nav-dropdown > .nav-dropdown-panel {
    visibility: hidden;
  }

  .site-nav .nav-dropdown:hover > .nav-dropdown-panel,
  .site-nav .nav-dropdown:focus-within > .nav-dropdown-panel {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    visibility: visible;
  }
}

/* Mobile hero brand mark: keep the faded CB fully inside the hero on narrow phones. */
@media (max-width: 620px) {
  .home-page .hero-no-visual .hero-brand-watermark {
    top: 50%;
    left: 68%;
    width: min(292px, 74vw);
    opacity: 0.034;
  }

  .home-page .hero.section,
  .home-page .hero.section.hero-no-visual {
    grid-template-columns: minmax(0, calc(100vw - 32px)) !important;
    justify-content: stretch !important;
    width: auto;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 16px;
    overflow: hidden;
  }

  .home-page .hero-copy {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px) !important;
    min-width: 0;
  }

  .home-page .hero h1 {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px) !important;
    font-size: clamp(2.15rem, 8.4vw, 2.52rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .home-page .hero h1 span {
    max-width: 100%;
  }

  .home-page .hero h1 .hero-headline-accent {
    color: #4e82df;
    font-size: 0.98em;
  }

  .home-page .hero-lede {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px) !important;
    font-size: 0.98rem;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .home-page .hero-actions {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px) !important;
  }

  .home-page .hero-flow-chart {
    --flow-shift: -84px;
    top: 188px;
    height: 220px;
    opacity: 0.28;
    filter: saturate(0.75);
  }

  .home-page .hero-flow-chart::after {
    opacity: 0 !important;
  }

  .home-page .hero-flow-chart svg {
    transform: translateX(var(--flow-shift)) scale(1.04);
  }

  .home-page .hero-flow-main {
    filter: none;
    stroke-width: 2.1;
  }

  .home-page .hero-flow-branch {
    stroke-width: 1.35;
  }

  .home-page .hero-flow-box,
  .home-page .hero-flow-decision,
  .home-page .hero-flow-node {
    stroke: rgba(198, 215, 255, 0.54);
  }

  .home-page .pillars {
    padding-top: clamp(4.2rem, 14vw, 5.5rem);
  }

  .home-page .pillars .services-intro h2 {
    max-width: 10.5em;
    font-size: clamp(2.05rem, 8.6vw, 2.62rem);
    line-height: 1.08;
  }

  .home-page .pillars .services-intro p {
    font-size: 1rem;
    line-height: 1.68;
  }
}

@media (max-width: 760px) {
  .site-header .site-nav.is-open,
  .site-header.is-open .site-nav,
  body.menu-open .site-header .site-nav {
    bottom: auto !important;
    height: auto !important;
    min-height: min(620px, calc(100dvh - 120px)) !important;
    align-content: start !important;
    overflow-y: auto !important;
  }
}

/* Final legal-page accessibility rule: inline links need a non-colour cue. */
main.container > .section a:not(.button):not(.brand):not(.nav-cta),
main.container > .callout a:not(.button):not(.brand):not(.nav-cta) {
  color: var(--blue);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

main.container .contact-block a {
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

/* Publication polish: make the hero diagram draw itself instead of flashing over static lines. */
.hero-flow-chart {
  --flow-shift: clamp(470px, 34vw, 660px);
  top: clamp(164px, 24vh, 218px);
  height: clamp(235px, 23vw, 330px);
  opacity: 0.58;
}

.hero-flow-chart::after {
  display: none !important;
  animation: none !important;
}

.hero-flow-chart svg {
  opacity: 0.92;
  transform: translateX(var(--flow-shift));
}

.hero-flow-draw {
  --flow-opacity: 0.54;
  opacity: 0;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hero-flow-box,
.hero-flow-decision,
.hero-flow-node {
  fill: rgba(8, 24, 48, 0.2);
  stroke: rgba(204, 220, 255, 0.6);
}

.hero-flow-box-large {
  fill: rgba(12, 32, 62, 0.34);
  filter: drop-shadow(0 0 18px rgba(59, 112, 220, 0.13));
}

.hero-flow-main {
  --flow-opacity: 0.58;
  filter: drop-shadow(0 0 10px rgba(108, 151, 236, 0.2));
}

.hero-flow-branch,
.hero-flow-decision,
.hero-flow-box {
  --flow-opacity: 0.46;
}

.hero-flow-detail .hero-flow-draw,
.hero-flow-node,
.hero-flow-dot {
  --flow-opacity: 0.34;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-flow-draw {
    animation: heroFlowDrawErase 6.6s cubic-bezier(0.44, 0, 0.2, 1) infinite;
    will-change: opacity, stroke-dashoffset;
  }

  .hero-flow-branch {
    animation-delay: 0.12s;
  }

  .hero-flow-structure .hero-flow-draw {
    animation-delay: 0.24s;
  }

  .hero-flow-detail .hero-flow-draw {
    animation-delay: 0.42s;
  }

  .hero-flow-dot {
    animation-delay: 0.58s;
  }

  .hero-flow-chart svg {
    animation: heroFlowRouteDrift 6.6s cubic-bezier(0.44, 0, 0.2, 1) infinite;
  }
}

@keyframes heroFlowDrawErase {
  0%,
  9% {
    opacity: 0;
    stroke-dashoffset: 1;
  }

  30%,
  44% {
    opacity: var(--flow-opacity);
    stroke-dashoffset: 0;
  }

  65% {
    opacity: var(--flow-opacity);
    stroke-dashoffset: -1;
  }

  72%,
  100% {
    opacity: 0;
    stroke-dashoffset: -1;
  }
}

@keyframes heroFlowRouteDrift {
  0%,
  10% {
    opacity: 0;
    transform: translateX(calc(var(--flow-shift) - 34px));
  }

  28%,
  54% {
    opacity: 0.92;
    transform: translateX(var(--flow-shift));
  }

  68% {
    opacity: 0.68;
    transform: translateX(calc(var(--flow-shift) + 26px));
  }

  78%,
  100% {
    opacity: 0;
    transform: translateX(calc(var(--flow-shift) + 42px));
  }
}

/* Services menu polish: grouped services, stable hover bridge, no delivery-step dropdown. */
.site-nav .nav-services {
  position: relative;
}

.site-nav .nav-services::after {
  position: absolute;
  top: 100%;
  left: -2rem;
  right: -2rem;
  height: 1rem;
  content: "";
}

.site-nav .nav-services-panel {
  left: auto;
  right: clamp(-420px, -28vw, -320px);
  width: min(720px, calc(100vw - 48px));
  gap: 0;
  border: 1px solid rgba(11, 25, 45, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 253, 0.985)),
    #ffffff;
  box-shadow:
    0 30px 82px rgba(4, 12, 25, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
  padding: 0.85rem;
  transform: translateY(10px);
}

.site-nav .nav-services-panel::before {
  position: absolute;
  top: -1px;
  left: 1rem;
  right: 1rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.72), transparent);
  content: "";
}

.nav-services-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.nav-service-overview {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: minmax(10rem, 0.32fr) minmax(0, 1fr);
  gap: 0.7rem 1.2rem !important;
  align-items: center;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: linear-gradient(135deg, rgba(232, 239, 252, 0.92), rgba(255, 255, 255, 0.98));
}

.nav-service-group {
  display: grid;
  align-content: start;
  gap: 0.18rem;
  min-width: 0;
  border: 1px solid rgba(9, 24, 43, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.7rem;
}

.nav-service-group p {
  margin: 0 0 0.38rem;
  color: #56657a;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav .nav-services-panel a,
.home-page .site-nav .nav-services-panel a {
  min-width: 0;
  border-radius: 8px;
  padding: 0.62rem 0.65rem;
}

.site-nav .nav-services-panel a span {
  color: #101820;
  font-size: 0.88rem;
  font-weight: 790;
  letter-spacing: 0;
}

.site-nav .nav-services-panel a small {
  color: #59677a;
  font-size: 0.74rem;
  line-height: 1.34;
}

.site-nav .nav-services-panel a:hover,
.site-nav .nav-services-panel a:focus-visible,
.site-nav .nav-services-panel a.is-active {
  background: rgba(37, 99, 235, 0.08);
}

@media (min-width: 1081px) {
  .site-nav .nav-dropdown:hover > .nav-services-panel,
  .site-nav .nav-dropdown:focus-within > .nav-services-panel {
    transform: translateY(0) !important;
  }
}

@media (max-width: 1080px) {
  .site-nav .nav-services::after,
  .site-nav .nav-services-panel::before {
    display: none;
  }

  .site-nav .nav-dropdown-label::before {
    display: none;
  }

  .site-nav .nav-services-panel {
    display: none !important;
  }

  .nav-services-menu {
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

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

  .nav-service-group {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-service-group p {
    color: rgba(232, 239, 248, 0.68);
  }

  .site-header .site-nav.is-open .nav-services-panel a,
  .site-header.is-open .site-nav .nav-services-panel a,
  body.menu-open .site-header .site-nav .nav-services-panel a {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: auto !important;
    text-align: left !important;
  }
}

@media (max-width: 620px) {
  .home-page .hero-flow-chart {
    --flow-shift: -42px;
    top: 220px;
    opacity: 0.16;
  }
}

@media (max-width: 760px) {
  .site-header .site-nav.is-open,
  .site-header.is-open .site-nav,
  body.menu-open .site-header .site-nav {
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 120px) !important;
    padding-bottom: 0.95rem !important;
  }
}

/* Corporate restraint pass: calmer typography, flatter navigation and more formal surfaces. */
:root {
  --brand-ink: #0b1626;
  --brand-navy: #071527;
  --brand-deep: #050d19;
  --brand-blue: #2462ea;
  --blue: var(--brand-blue);
  --blue-soft: #e8eef7;
  --paper: #f6f8fb;
  --muted: #415168;
  --brand-pale: #d3deea;
  --corporate-line: rgba(11, 22, 38, 0.13);
  --corporate-line-dark: rgba(255, 255, 255, 0.13);
  --corporate-shadow: 0 18px 46px rgba(5, 13, 25, 0.12);
  --corporate-shadow-soft: 0 10px 28px rgba(5, 13, 25, 0.08);
}

html,
body {
  font-family: "Segoe UI Variable Text", "Segoe UI", Aptos, Arial, sans-serif !important;
  color: var(--brand-ink);
}

h1,
h2,
h3,
.site-nav a,
.button,
.review-price,
.section-label,
.breadcrumb,
.service-route-card > span,
.category-service-card > span {
  font-family: "Segoe UI Variable Display", "Segoe UI", Aptos, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

h1,
h2,
.hero h1,
.content-hero h1,
.about-hero-copy h1,
.calculator-hero h1 {
  font-weight: 680 !important;
}

h3,
.service-route-card h3,
.category-service-card h3,
.service-offer h3,
.nav-service-group a span {
  font-weight: 660 !important;
}

p,
li,
.hero-lede,
.content-hero-lede,
.review-lede,
.site-footer p {
  font-weight: 400 !important;
}

.site-header,
.home-page .site-header {
  height: 76px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background:
    linear-gradient(90deg, rgba(5, 13, 25, 0.96), rgba(7, 21, 39, 0.98) 56%, rgba(10, 32, 61, 0.94)) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

.site-header.is-elevated,
.site-header.is-open,
.home-page .site-header.is-elevated,
.home-page .site-header.is-open {
  background:
    linear-gradient(90deg, rgba(5, 13, 25, 0.98), rgba(7, 21, 39, 0.99) 58%, rgba(10, 32, 61, 0.96)) !important;
  box-shadow: 0 14px 38px rgba(3, 8, 16, 0.22) !important;
}

.brand-logo {
  width: 42px !important;
  height: 42px !important;
  border-radius: 7px !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background-color: rgba(7, 21, 39, 0.92) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.site-nav,
.home-page .site-nav {
  gap: 1.55rem !important;
}

.site-nav a:not(.nav-cta),
.home-page .site-nav a:not(.nav-cta) {
  min-height: 36px !important;
  color: rgba(244, 248, 252, 0.82) !important;
  font-size: 0.88rem !important;
  font-weight: 620 !important;
  line-height: 1 !important;
  padding: 0.35rem 0 !important;
  text-shadow: none !important;
}

.site-nav a:not(.nav-cta)::after,
.home-page .site-nav a:not(.nav-cta)::after {
  bottom: -0.36rem !important;
  height: 1px !important;
  background: rgba(211, 222, 234, 0.7) !important;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta).is-active,
.home-page .site-nav a:not(.nav-cta):hover,
.home-page .site-nav a:not(.nav-cta).is-active {
  color: #ffffff !important;
}

.site-nav .nav-cta,
.home-page .site-nav .nav-cta,
.button,
.button-primary,
.button-outline-blue {
  border-radius: 6px !important;
}

.site-nav .nav-cta,
.home-page .site-nav .nav-cta {
  min-height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--brand-ink) !important;
  font-size: 0.86rem !important;
  font-weight: 680 !important;
  padding: 0.78rem 1.15rem !important;
  box-shadow: none !important;
}

.site-nav .nav-cta:hover,
.home-page .site-nav .nav-cta:hover {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--brand-ink) !important;
  transform: translateY(-1px) !important;
}

.menu-toggle {
  width: 54px !important;
  height: 50px !important;
  border-radius: 8px !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.hero,
.home-page .hero.section,
.home-page .hero.section.hero-no-visual {
  min-height: clamp(560px, 70vh, 690px) !important;
  background:
    radial-gradient(ellipse at 82% 28%, rgba(36, 98, 234, 0.34), transparent 48%),
    linear-gradient(135deg, #050d19 0%, #071527 54%, #102d50 100%) !important;
}

.hero-copy {
  max-width: 760px !important;
}

.hero h1 {
  max-width: 10.8em !important;
  font-size: clamp(3.35rem, 5.5vw, 5.65rem) !important;
  line-height: 1.02 !important;
}

.hero h1 .hero-headline-accent {
  color: #5f91dc !important;
}

.hero-lede {
  max-width: 690px !important;
  color: rgba(227, 235, 244, 0.86) !important;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem) !important;
  line-height: 1.72 !important;
}

.hero-flow-chart {
  opacity: 0.42 !important;
  filter: saturate(0.72) contrast(0.94) !important;
}

.hero-brand-watermark {
  opacity: 0.038 !important;
}

.button,
.button:link,
.button:visited {
  min-height: 46px !important;
  border-width: 1px !important;
  font-size: 0.9rem !important;
  font-weight: 660 !important;
  padding: 0.82rem 1.12rem !important;
  box-shadow: var(--corporate-shadow-soft) !important;
}

.button:hover {
  box-shadow: var(--corporate-shadow) !important;
  transform: translateY(-1px) !important;
}

.button-primary {
  border-color: var(--brand-ink) !important;
  background: var(--brand-ink) !important;
  color: #ffffff !important;
}

.button-primary:hover {
  border-color: #12233a !important;
  background: #12233a !important;
}

.hero .button-primary,
.content-hero .button-primary,
.about-hero-copy .button-primary {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--brand-ink) !important;
}

.button.button-secondary,
.hero .button.button-secondary,
.home-page .button.button-secondary,
.content-hero .button-secondary,
.contact-panel .button-outline-blue {
  min-height: 40px !important;
  border-radius: 0 !important;
  color: currentColor !important;
  font-weight: 640 !important;
  padding-inline: 0 !important;
  box-shadow: none !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 7px !important;
}

.hero .button.button-secondary,
.content-hero .button-secondary,
.about-hero-copy .button-secondary {
  color: #ffffff !important;
}

.section-label,
.breadcrumb,
.service-route-card > span,
.category-service-card > span,
.nav-service-group p {
  color: #5a6880 !important;
  font-size: 0.68rem !important;
  font-weight: 720 !important;
  letter-spacing: 0.08em !important;
}

.content-hero,
.services-main .content-hero,
.about-hero,
.tools-hero,
.calculator-hero {
  background:
    radial-gradient(ellipse at 82% 18%, rgba(36, 98, 234, 0.24), transparent 46%),
    linear-gradient(135deg, #050d19 0%, #071527 62%, #102d50 100%) !important;
}

.content-hero h1,
.about-hero-copy h1,
.tools-hero h1,
.calculator-hero h1 {
  max-width: 12.2em !important;
  font-size: clamp(2.7rem, 5.1vw, 5.25rem) !important;
  line-height: 1.04 !important;
}

.content-hero-lede,
.about-hero-copy p,
.tools-hero p,
.calculator-hero p {
  color: rgba(227, 235, 244, 0.84) !important;
}

.service-offer,
.service-route-card,
.category-service-card,
.review-panel,
.offer-panel,
.delivery-record-panel,
.final-cta-panel,
.tool-card,
.assessment-card,
.contact-panel,
.category-fit-list p,
.category-outcome-grid p {
  border: 1px solid var(--corporate-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 36px rgba(5, 13, 25, 0.07) !important;
}

.service-offer:hover,
.service-route-card:hover,
.category-service-card:hover,
.tool-card:hover {
  box-shadow: 0 20px 50px rgba(5, 13, 25, 0.1) !important;
  transform: translateY(-2px) !important;
}

.site-nav .nav-services-panel {
  width: min(760px, calc(100vw - 48px)) !important;
  right: clamp(-440px, -29vw, -340px) !important;
  border-radius: 8px !important;
  border: 1px solid rgba(11, 22, 38, 0.16) !important;
  background: #ffffff !important;
  box-shadow: 0 28px 74px rgba(5, 13, 25, 0.24) !important;
  padding: 0.9rem !important;
}

.site-nav .nav-services-panel::before {
  left: 0.9rem !important;
  right: 0.9rem !important;
  height: 1px !important;
  background: rgba(36, 98, 234, 0.42) !important;
}

.nav-services-menu {
  gap: 0.75rem !important;
}

.nav-service-overview,
.nav-service-group {
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.nav-service-overview {
  border-color: rgba(36, 98, 234, 0.2) !important;
  background: #f5f8fc !important;
}

.nav-service-group {
  border-color: rgba(11, 22, 38, 0.11) !important;
}

.site-nav .nav-services-panel a,
.home-page .site-nav .nav-services-panel a {
  border-radius: 5px !important;
}

.site-nav .nav-services-panel a span {
  font-size: 0.86rem !important;
  font-weight: 650 !important;
}

.site-nav .nav-services-panel a small {
  color: #526178 !important;
  font-size: 0.73rem !important;
  font-weight: 450 !important;
}

.site-nav .nav-services-panel a:hover,
.site-nav .nav-services-panel a:focus-visible,
.site-nav .nav-services-panel a.is-active {
  background: #edf3fb !important;
}

.site-footer {
  background: #050d19 !important;
  border-top: 1px solid var(--corporate-line-dark) !important;
}

.site-footer a {
  color: rgba(244, 248, 252, 0.86) !important;
}

.site-footer a:hover {
  color: #ffffff !important;
}

@media (max-width: 1080px) {
  .site-header,
  .home-page .site-header {
    height: 72px !important;
  }

  .site-header .site-nav.is-open,
  .site-header.is-open .site-nav,
  body.menu-open .site-header .site-nav {
    top: 82px !important;
    border-radius: 8px !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    background:
      linear-gradient(145deg, rgba(5, 13, 25, 0.98), rgba(7, 21, 39, 0.99) 58%, rgba(10, 32, 61, 0.96)) !important;
    box-shadow: 0 22px 54px rgba(3, 8, 16, 0.34) !important;
  }

  .site-header .site-nav.is-open a,
  .site-header.is-open .site-nav a,
  body.menu-open .site-header .site-nav a {
    min-height: 48px !important;
    font-size: 1rem !important;
    font-weight: 620 !important;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: 46px !important;
    height: 46px !important;
  }

  .menu-toggle {
    width: 52px !important;
    height: 48px !important;
  }

  .home-page .hero.section,
  .home-page .hero.section.hero-no-visual {
    min-height: 760px !important;
    padding-top: 8.75rem !important;
  }

  .home-page .hero h1 {
    font-size: clamp(2.35rem, 9.4vw, 2.86rem) !important;
    line-height: 1.08 !important;
  }

  .home-page .hero-lede {
    font-size: 0.98rem !important;
    line-height: 1.68 !important;
  }

  .home-page .hero h1 .hero-headline-accent {
    color: #78a5e8 !important;
  }

  .home-page .hero-flow-chart {
    opacity: 0.11 !important;
  }

  .button,
  .button:link,
  .button:visited {
    border-radius: 6px !important;
  }

  .content-hero h1,
  .services-main .content-hero h1,
  .about-hero-copy h1,
  .tools-hero h1,
  .calculator-hero h1 {
    font-size: clamp(2.25rem, 9.4vw, 3.1rem) !important;
  }
}

/* Corporate pass refinement: reduce oversized landing-page scale and tighten mobile hero rhythm. */
.hero h1 {
  font-size: clamp(3rem, 5vw, 4.95rem) !important;
  font-weight: 650 !important;
}

.content-hero h1,
.about-hero-copy h1,
.tools-hero h1,
.calculator-hero h1 {
  font-size: clamp(2.55rem, 4.7vw, 4.55rem) !important;
  font-weight: 650 !important;
}

.hero-lede,
.content-hero-lede {
  font-size: clamp(1rem, 1.05vw, 1.1rem) !important;
}

@media (max-width: 620px) {
  .home-page .hero.section,
  .home-page .hero.section.hero-no-visual {
    min-height: 690px !important;
    align-content: start !important;
    align-items: start !important;
    padding-top: 7.35rem !important;
  }

  .home-page .hero-copy {
    align-self: start !important;
    margin-top: 0 !important;
  }

  .home-page .hero h1 {
    font-size: clamp(2.16rem, 8.7vw, 2.62rem) !important;
    font-weight: 650 !important;
    line-height: 1.09 !important;
  }

  .home-page .hero-lede {
    margin-top: 1.3rem !important;
    font-size: 0.95rem !important;
    line-height: 1.66 !important;
  }

  .home-page .hero-actions {
    margin-top: 2rem !important;
  }

  .home-page .hero-flow-chart {
    top: 160px !important;
    opacity: 0.08 !important;
  }
}

/* Premium corporate reset after the sharp experiment. */
:root {
  --brand-ink: #041424;
  --brand-navy: #071d35;
  --brand-deep: #030b14;
  --brand-blue: #2462ea;
  --blue: #2462ea;
  --blue-soft: #edf4ff;
  --paper: #f6f9fd;
  --white: #ffffff;
  --muted: #405168;
  --line: rgba(4, 20, 36, 0.12);
  --corporate-line: rgba(4, 20, 36, 0.12);
  --corporate-line-dark: rgba(255, 255, 255, 0.13);
  --corporate-shadow: 0 24px 70px rgba(12, 31, 55, 0.14), 0 2px 8px rgba(12, 31, 55, 0.06);
  --corporate-shadow-lift: 0 34px 90px rgba(12, 31, 55, 0.2), 0 8px 18px rgba(12, 31, 55, 0.09);
}

html,
body {
  background: linear-gradient(180deg, #f7faff 0%, #f3f7fc 44%, #ffffff 100%) !important;
  color: var(--brand-ink) !important;
  font-family: "Segoe UI Variable Text", "Plus Jakarta Sans", Aptos, "Segoe UI", system-ui, sans-serif !important;
}

h1,
h2,
h3,
.site-nav a,
.nav-dropdown-label,
.button,
.review-price,
.section-label,
.assessment-kicker,
.breadcrumb {
  font-family: "Segoe UI Variable Display", "Plus Jakarta Sans", Aptos, "Segoe UI", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

h1,
h2,
.content-hero h1,
.about-hero-copy h1,
.contact-page-intro h1 {
  font-weight: 720 !important;
  line-height: 1.04 !important;
}

p,
li,
.content-hero-lede,
.about-hero-lede,
.section-intro,
.review-lede {
  color: var(--muted) !important;
  font-weight: 400 !important;
}

.site-header,
.home-page .site-header {
  height: 76px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background:
    linear-gradient(90deg, rgba(4, 20, 36, 0.98), rgba(7, 29, 53, 0.98) 58%, rgba(16, 52, 116, 0.9)) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.site-header.is-elevated,
.site-header.is-open,
.home-page .site-header.is-elevated,
.home-page .site-header.is-open {
  box-shadow: 0 16px 42px rgba(3, 8, 16, 0.24) !important;
}

.brand-logo {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(4, 20, 36, 0.88) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.brand-logo::before {
  color: #ffffff !important;
  content: "CB" !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.site-nav,
.home-page .site-nav {
  gap: 1.25rem !important;
}

.site-nav a:not(.nav-cta),
.nav-dropdown-label,
.home-page .site-nav a:not(.nav-cta) {
  min-height: 38px !important;
  border-radius: 8px !important;
  color: rgba(244, 248, 252, 0.82) !important;
  font-size: 0.88rem !important;
  font-weight: 640 !important;
  padding: 0.45rem 0.2rem !important;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta):focus-visible,
.site-nav a:not(.nav-cta).is-active,
.nav-dropdown-label:hover,
.nav-dropdown:focus-within .nav-dropdown-label {
  background: transparent !important;
  color: #ffffff !important;
}

.site-nav .nav-cta,
.home-page .site-nav .nav-cta,
.button,
.button-primary,
.button-secondary,
.button-outline-blue {
  border-radius: 9px !important;
}

.site-nav .nav-cta,
.home-page .site-nav .nav-cta {
  min-height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.86) !important;
  background: #ffffff !important;
  color: var(--brand-ink) !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  padding: 0.76rem 1.12rem !important;
  box-shadow: none !important;
}

.site-nav .nav-cta:hover,
.home-page .site-nav .nav-cta:hover {
  transform: translateY(-1px) !important;
}

.nav-services-panel {
  width: min(840px, calc(100vw - 48px)) !important;
  right: clamp(-460px, -30vw, -340px) !important;
  border: 1px solid rgba(4, 20, 36, 0.12) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ffffff, #f2f7fd) !important;
  box-shadow: 0 32px 90px rgba(4, 20, 36, 0.2) !important;
  padding: 1rem !important;
}

.nav-services-panel::before {
  background:
    linear-gradient(90deg, rgba(36, 98, 234, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), transparent) !important;
}

.nav-service-overview,
.nav-service-group {
  border: 1px solid rgba(4, 20, 36, 0.1) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
}

.nav-service-group p,
.nav-service-group a span,
.site-nav .nav-services-panel a span {
  color: var(--brand-ink) !important;
}

.nav-service-group small,
.site-nav .nav-services-panel a small {
  color: #5c6c7e !important;
}

.site-nav .nav-services-panel a {
  border-radius: 8px !important;
}

.site-nav .nav-services-panel a:hover,
.site-nav .nav-services-panel a:focus-visible,
.site-nav .nav-services-panel a.is-active {
  background: rgba(36, 98, 234, 0.08) !important;
}

.menu-toggle {
  width: 54px !important;
  height: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.content-main,
.tools-main,
.about-main,
.contact-page-main {
  padding-top: 76px !important;
}

.content-hero,
.about-hero,
.contact-page,
.calculator-hero,
.assessment-hero {
  position: relative !important;
  overflow: hidden !important;
}

.content-hero,
.about-hero,
.contact-page .contact-inner {
  min-height: clamp(500px, 58vh, 650px) !important;
  align-items: center !important;
}

.content-hero::before,
.about-hero::before,
.contact-page::before,
.tools-hero::before {
  position: absolute !important;
  inset: 0 calc(50% - 50vw) !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(36, 98, 234, 0.28), transparent 31rem),
    linear-gradient(112deg, #041424 0%, #071d35 58%, #123d74 100%) !important;
  content: "" !important;
}

.content-hero h1,
.about-hero-copy h1,
.contact-page-intro h1,
.content-hero .breadcrumb,
.content-hero .section-label,
.content-hero .assessment-kicker {
  color: #ffffff !important;
}

.content-hero-lede,
.about-hero-lede,
.contact-page-intro > p,
.tools-supporting-copy {
  max-width: 720px !important;
  color: rgba(237, 244, 252, 0.86) !important;
}

.breadcrumb a,
.breadcrumb span {
  color: rgba(237, 244, 252, 0.78) !important;
}

.content-hero h1,
.about-hero-copy h1,
.contact-page-intro h1 {
  max-width: 820px !important;
  font-size: clamp(3rem, 5.2vw, 5.45rem) !important;
}

.section {
  width: min(1320px, calc(100% - 48px)) !important;
}

.section-label,
.assessment-kicker,
.breadcrumb,
.insight-topic,
.service-route-card > span,
.category-service-card > span {
  color: var(--brand-blue) !important;
  font-size: 0.74rem !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.button,
.button:link,
.button:visited {
  min-height: 46px !important;
  border-width: 1px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  padding: 0.8rem 1.1rem !important;
  box-shadow: 0 12px 28px rgba(12, 31, 55, 0.09) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease !important;
}

.button:hover {
  box-shadow: 0 20px 48px rgba(12, 31, 55, 0.14) !important;
  transform: translateY(-2px) !important;
}

.button-primary {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--brand-ink) !important;
}

.content-main .button-primary,
.about-main .button-primary,
.contact-panel .button-primary,
.tool-card .button-primary,
.review-panel .button-primary {
  border-color: var(--brand-ink) !important;
  background: var(--brand-ink) !important;
  color: #ffffff !important;
}

.content-hero .button-primary,
.about-hero .button-primary,
.tools-hero .button-primary {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--brand-ink) !important;
}

.button-secondary,
.button-outline-blue {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: transparent !important;
  color: #ffffff !important;
}

.services-editorial,
.service-route-card,
.category-service-card,
.service-offer,
.review-panel,
.offer-panel,
.delivery-record-panel,
.final-cta-panel,
.tool-card,
.assessment-card,
.contact-panel,
.category-fit-list p,
.category-outcome-grid p,
.insight-card,
.article-card,
.legal-card,
.calculator-panel,
.result-panel,
.about-hero-panel,
.about-principles-grid article,
.about-delivery-points p,
.about-capability-list p,
.future-tool-grid article {
  border: 1px solid rgba(4, 20, 36, 0.1) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: var(--corporate-shadow) !important;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease !important;
}

.service-route-card:hover,
.category-service-card:hover,
.service-offer:hover,
.tool-card:hover,
.assessment-card:hover,
.insight-card:hover,
.article-card:hover,
.future-tool-grid article:hover {
  border-color: rgba(36, 98, 234, 0.22) !important;
  box-shadow: var(--corporate-shadow-lift) !important;
  transform: translateY(-4px) !important;
}

.service-route-grid {
  align-items: stretch !important;
}

.service-route-card:nth-child(1) {
  background:
    linear-gradient(145deg, rgba(4, 20, 36, 0.96), rgba(16, 52, 116, 0.86)) !important;
}

.service-route-card:nth-child(1) span,
.service-route-card:nth-child(1) h3,
.service-route-card:nth-child(1) p,
.service-route-card:nth-child(1) li,
.service-route-card:nth-child(1) a {
  color: #ffffff !important;
}

.workflow-review,
.final-cta {
  border-radius: 0 !important;
}

.review-panel,
.workflow-review .review-panel {
  background:
    linear-gradient(135deg, #ffffff 0%, #f6f9fd 68%, rgba(36, 98, 234, 0.08)) !important;
}

.review-price,
.review-price span {
  color: var(--brand-ink) !important;
}

.final-cta,
.about-final-cta {
  background:
    linear-gradient(112deg, #041424 0%, #071d35 58%, #123d74 100%) !important;
}

.final-cta h2,
.final-cta p,
.about-final-cta h2,
.about-final-cta p {
  color: #ffffff !important;
}

.contact-page {
  padding: 0 !important;
}

.contact-inner {
  gap: clamp(2rem, 4vw, 4rem) !important;
  padding-top: clamp(4rem, 7vw, 6.5rem) !important;
  padding-bottom: clamp(4rem, 7vw, 6.5rem) !important;
}

.contact-page-intro h1,
.contact-page-intro p,
.contact-detail span,
.contact-detail strong,
.contact-detail a {
  color: #ffffff !important;
}

.contact-detail {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.075) !important;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.96) !important;
}

.contact-panel label span,
.booking-note,
.response-note {
  color: var(--brand-ink) !important;
}

input,
textarea,
select {
  border: 1px solid rgba(4, 20, 36, 0.16) !important;
  border-radius: 9px !important;
  background: #ffffff !important;
  color: var(--brand-ink) !important;
}

input:focus,
textarea:focus,
select:focus,
a:focus-visible,
button:focus-visible,
.button:focus-visible {
  outline: 3px solid rgba(36, 98, 234, 0.42) !important;
  outline-offset: 3px !important;
}

.site-footer {
  background: #041424 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}

.site-footer p,
.site-footer a {
  color: rgba(237, 244, 252, 0.76) !important;
}

.site-footer a:hover {
  color: #ffffff !important;
}

.cookie-notice {
  right: 1rem !important;
  left: auto !important;
  max-width: 560px !important;
  border: 1px solid rgba(4, 20, 36, 0.13) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--corporate-shadow) !important;
}

.cookie-notice p,
.cookie-notice a {
  color: var(--brand-ink) !important;
}

.cookie-notice button {
  border: 1px solid rgba(4, 20, 36, 0.16) !important;
  border-radius: 9px !important;
  background: var(--brand-ink) !important;
  color: #ffffff !important;
}

.cookie-notice .cookie-decline {
  background: #ffffff !important;
  color: var(--brand-ink) !important;
}

@media (max-width: 1080px) {
  .site-header .site-nav.is-open,
  .site-header.is-open .site-nav,
  body.menu-open .site-header .site-nav {
    top: 86px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    background:
      linear-gradient(145deg, rgba(4, 20, 36, 0.98), rgba(7, 29, 53, 0.98) 58%, rgba(16, 52, 116, 0.94)) !important;
    box-shadow: 0 24px 70px rgba(3, 8, 16, 0.34) !important;
  }

  .nav-services-panel {
    width: 100% !important;
    right: auto !important;
  }
}

@media (max-width: 760px) {
  .section {
    width: min(100%, calc(100% - 1.5rem)) !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
  }

  .content-main,
  .tools-main,
  .about-main,
  .contact-page-main {
    padding-top: 72px !important;
  }

  .content-hero,
  .about-hero,
  .contact-page .contact-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .content-hero h1,
  .about-hero-copy h1,
  .contact-page-intro h1 {
    max-width: 9.4em !important;
    font-size: clamp(2.18rem, 9vw, 2.82rem) !important;
    line-height: 1.08 !important;
  }

  .content-hero-lede,
  .about-hero-lede,
  .contact-page-intro > p,
  .tools-supporting-copy {
    max-width: 100% !important;
  }

  .service-route-card,
  .category-service-card,
  .service-offer,
  .review-panel,
  .final-cta-panel,
  .tool-card,
  .assessment-card,
  .contact-panel,
  .about-hero-panel {
    border-radius: 12px !important;
  }

  .cookie-notice {
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
    max-width: none !important;
  }
}

/* Use the real CB Transformation logo asset, not a CSS text stand-in. */
.brand-logo {
  display: block !important;
  object-fit: cover;
  background: url("/assets/cb-logo-web.png") center / cover no-repeat !important;
  border: 0 !important;
  box-shadow: none !important;
}

.brand-logo::before {
  content: none !important;
}

img.brand-logo {
  background: none !important;
}
