.primary-nav a[aria-current="page"] { color: var(--blue); }

.site-story-section { background: #eef3f4; }
.site-story-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; margin-bottom: 68px; }
.site-story-heading > div:last-child { padding-top: 8px; }
.site-story-heading > div:last-child p { margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.story-path-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #c8d7dd; border-bottom: 1px solid #c8d7dd; }
.story-path-grid > a { display: flex; min-height: 380px; padding: 30px 26px; color: var(--ink); background: rgba(255,255,255,.52); border-right: 1px solid #c8d7dd; flex-direction: column; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.story-path-grid > a:first-child { border-left: 1px solid #c8d7dd; }
.story-path-grid > a:hover { background: white; transform: translateY(-4px); }
.story-path-grid > a > span { margin-bottom: 90px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.story-path-grid h3 { margin-bottom: 14px; font-size: 1.38rem; }
.story-path-grid p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.story-path-grid em { margin-top: auto; padding-top: 25px; color: var(--blue); font-size: .77rem; font-style: normal; font-weight: 700; }
.story-path-grid em b { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.story-path-grid > a:hover em b { transform: translateX(4px); }
.story-integration { display: grid; grid-template-columns: .95fr 1.05fr auto; gap: 45px; margin-top: 20px; padding: 34px 36px; align-items: center; color: white; background: var(--navy); border-radius: 18px; }
.story-integration .eyebrow { margin-bottom: 7px; }
.story-integration h3 { margin: 0; color: white; font-size: 1.48rem; }
.story-integration > p { margin: 0; color: #b9ccd5; font-size: .9rem; }
.story-integration > a { color: #9ed6e5; font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.story-integration > a span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.story-integration > a:hover span { transform: translateY(4px); }

.consulting-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 118px;
  background:
    radial-gradient(circle at 82% 20%, rgba(94,184,209,.23), transparent 31%),
    linear-gradient(135deg, #f6fafb 0%, #fff 58%, #eaf4f7 100%);
}
.consulting-hero::after {
  content: ""; position: absolute; width: 420px; height: 420px; right: -250px; bottom: -180px;
  border: 1px solid rgba(29,110,153,.16); border-radius: 50%;
}
.consulting-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.consulting-hero h1 { font-size: clamp(3.2rem, 5.5vw, 5.35rem); }

.system-map { position: relative; min-height: 540px; }
.system-ring { position: absolute; inset: 50% auto auto 50%; border: 1px solid rgba(29,110,153,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-outer { width: 470px; height: 470px; }
.ring-inner { width: 290px; height: 290px; border-style: dashed; }
.system-core {
  position: absolute; inset: 50% auto auto 50%; display: grid; width: 180px; height: 180px; place-content: center;
  color: white; text-align: center; background: var(--navy); border-radius: 50%; transform: translate(-50%,-50%);
  box-shadow: 0 24px 70px rgba(10,35,51,.22);
}
.system-core strong { font: 700 1.35rem/1.2 "Manrope",sans-serif; }
.system-core span { color: #a9c8d6; font-size: .88rem; }
.system-node {
  position: absolute; min-width: 118px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px;
  text-align: center; font-weight: 700; font-size: .86rem; background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(10,35,51,.12);
}
.node-purpose { top: 5%; left: 42%; }
.node-people { top: 43%; right: -1%; }
.node-structure { bottom: 4%; left: 42%; }
.node-market { top: 43%; left: -2%; }

.definition-section { background: white; }
.definition-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.definition-copy { padding-top: 9px; }
.definition-copy p { color: var(--ink-soft); }
.definition-copy .definition-lede { color: var(--ink); font-size: 1.25rem; line-height: 1.65; }
.level-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.level-strip > div { min-height: 200px; padding: 28px 24px; border-right: 1px solid var(--line); }
.level-strip > div:first-child { border-left: 1px solid var(--line); }
.level-strip span, .cas-grid span { display: block; margin-bottom: 58px; color: var(--blue); font-weight: 700; font-size: .8rem; }
.level-strip strong { display: block; font: 700 1.25rem/1.2 "Manrope",sans-serif; }
.level-strip p { margin: 8px 0 0; color: var(--ink-soft); font-size: .86rem; }

.consulting-process { color: white; background: var(--navy); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-intro > p:not(.eyebrow) { color: #adc0ca; font-size: 1.06rem; }
.journey-list { margin: 0; padding: 0; list-style: none; }
.journey-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.18); }
.journey-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.journey-list > li > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--navy); background: var(--blue-bright); border-radius: 50%; font-weight: 700; }
.journey-list h3 { margin: 1px 0 7px; font-size: 1.4rem; }
.journey-list p { margin: 0; color: #adc0ca; }

.cas-section { background: var(--mist); }
.cas-section .section-heading p:not(.eyebrow) { color: var(--ink-soft); }
.cas-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.cas-grid a { display: flex; min-height: 390px; padding: 30px; color: inherit; background: white; border: 1px solid var(--line); border-radius: 18px; flex-direction: column; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.cas-grid a:hover { transform: translateY(-4px); border-color: #9fc7d7; box-shadow: 0 20px 45px rgba(10,35,51,.09); }
.cas-grid h3 { margin: 0 0 13px; font-size: 1.25rem; }
.cas-grid p { margin: 0; color: var(--ink-soft); font-size: .91rem; }
.cas-grid em { margin-top: auto; padding-top: 20px; color: var(--blue); font-size: .8rem; font-style: normal; font-weight: 700; }
.series-cta { display: grid; grid-template-columns: 1fr auto; gap: 60px; margin-top: 30px; padding: 38px 42px; align-items: center; color: white; background: var(--navy); border-radius: 18px; }
.series-cta h3 { margin: 0 0 9px; color: white; font-size: 1.65rem; }
.series-cta p:not(.eyebrow) { max-width: 720px; margin: 0; color: #b7ccd5; font-size: .91rem; }

.fractal-section { color: white; background: linear-gradient(135deg,#0a1f2d,#123c52); }
.fractal-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.fractal-copy p:not(.eyebrow) { color: #b9ccd5; }
.fractal-model { display: grid; min-height: 570px; place-items: center; }
.fractal-level { display: grid; position: relative; place-items: center; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; }
.fractal-level > span { position: absolute; top: 20px; color: #c7d9e1; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.level-market { width: 550px; height: 550px; background: rgba(94,184,209,.05); }
.level-organization { width: 410px; height: 410px; background: rgba(94,184,209,.08); }
.level-team { width: 275px; height: 275px; background: rgba(94,184,209,.13); }
.level-individual { width: 140px; height: 140px; background: var(--blue); border-color: var(--blue-bright); }
.level-individual > span { position: static; color: white; letter-spacing: 0; text-transform: none; }

.wealth-section { background: #eef2f3; }
.wealth-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.wealth-figure { margin: 0; padding: 32px; background: white; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(10,35,51,.09); }
.wealth-figure img { width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.wealth-figure figcaption { margin-top: 18px; color: var(--ink-soft); font-size: .82rem; text-align: center; }
.wealth-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.wealth-callout { margin: 34px 0; padding: 26px 28px; border-left: 4px solid var(--blue); background: white; }
.wealth-callout h3 { margin-bottom: 10px; font-size: 1.2rem; }
.wealth-callout p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

.light-section { background: white; }
.light-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; margin-bottom: 70px; }
.light-lede { color: var(--ink); font-size: 1.2rem; }
.light-intro-grid > div:last-child p:not(.light-lede) { color: var(--ink-soft); }
.light-visual-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.light-visual-grid figure { position: sticky; top: 120px; margin: 0; padding: 28px; background: var(--mist); border-radius: var(--radius); }
.workshop-stack { border-top: 1px solid var(--line); }
.workshop-stack article { display: grid; grid-template-columns: 85px 1fr; padding: 30px 0; border-bottom: 1px solid var(--line); }
.workshop-stack span { grid-row: 1 / 3; color: var(--blue); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.workshop-stack h3 { margin: 0 0 10px; font-size: 1.45rem; }
.workshop-stack p { margin: 0; color: var(--ink-soft); }
.conversation-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; margin-top: 90px; padding: 48px; color: white; background: var(--navy); border-radius: var(--radius); }
.conversation-block h3 { font-size: 2rem; }
.conversation-block p:not(.eyebrow) { color: #adc0ca; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 16px; background: #06131c; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.engagement-section { background: white; }
.engagement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.engagement-grid article { min-height: 360px; padding: 34px; border-radius: var(--radius); background: var(--blue-pale); }
.engagement-grid article:nth-child(2) { color: white; background: var(--blue); }
.engagement-grid article:nth-child(2) p { color: #d7edf4; }
.engagement-grid article:nth-child(3) { color: white; background: var(--navy); }
.engagement-grid article:nth-child(3) p { color: #adc0ca; }
.engagement-label { margin-bottom: 145px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.engagement-grid h3 { font-size: 1.65rem; }
.engagement-grid article > p:last-child { color: var(--ink-soft); font-size: .94rem; }

@media (max-width: 1020px) {
  .consulting-hero-grid, .site-story-heading, .process-grid, .definition-grid, .fractal-grid, .wealth-grid, .light-intro-grid { gap: 55px; }
  .ring-outer { width: 410px; height: 410px; }
  .level-market { width: 440px; height: 440px; }
  .level-organization { width: 330px; height: 330px; }
  .level-team { width: 220px; height: 220px; }
  .level-individual { width: 115px; height: 115px; }
}
@media (max-width: 820px) {
  .consulting-hero { padding: 72px 0 86px; }
  .consulting-hero-grid, .site-story-heading, .process-grid, .definition-grid, .fractal-grid, .wealth-grid, .light-intro-grid, .light-visual-grid, .conversation-block { grid-template-columns: 1fr; }
  .story-path-grid { grid-template-columns: repeat(2,1fr); }
  .story-path-grid > a:nth-child(3) { border-left: 1px solid #c8d7dd; border-top: 1px solid #c8d7dd; }
  .story-path-grid > a:nth-child(4) { border-top: 1px solid #c8d7dd; }
  .story-integration { grid-template-columns: 1fr 1fr; }
  .story-integration > a { grid-column: 1 / -1; }
  .system-map { width: min(100%,560px); margin: 0 auto; }
  .cas-grid { grid-template-columns: repeat(2,1fr); }
  .level-strip { grid-template-columns: repeat(2,1fr); }
  .level-strip > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .level-strip > div:nth-child(4) { border-top: 1px solid var(--line); }
  .fractal-model { min-height: 480px; }
  .wealth-figure { max-width: 560px; }
  .light-visual-grid figure { position: static; max-width: 620px; }
  .engagement-grid { grid-template-columns: 1fr; }
  .engagement-grid article { min-height: 310px; }
  .engagement-label { margin-bottom: 105px; }
  .series-cta { grid-template-columns: 1fr; gap: 25px; }
}
@media (max-width: 560px) {
  .consulting-hero h1 { font-size: 2.85rem; }
  .story-path-grid { grid-template-columns: 1fr; }
  .story-path-grid > a, .story-path-grid > a:nth-child(2), .story-path-grid > a:nth-child(3), .story-path-grid > a:nth-child(4) { min-height: 315px; border: 1px solid #c8d7dd; border-bottom: 0; }
  .story-path-grid > a:last-child { border-bottom: 1px solid #c8d7dd; }
  .story-path-grid > a > span { margin-bottom: 60px; }
  .story-integration { grid-template-columns: 1fr; gap: 20px; padding: 29px 24px; }
  .story-integration > a { grid-column: auto; white-space: normal; }
  .system-map { min-height: 420px; transform: scale(.86); transform-origin: center; }
  .ring-outer { width: 370px; height: 370px; }
  .ring-inner { width: 235px; height: 235px; }
  .system-core { width: 150px; height: 150px; }
  .system-node { min-width: 105px; padding: 10px 13px; }
  .node-purpose, .node-structure { left: 36%; }
  .level-strip { grid-template-columns: 1fr; }
  .level-strip > div, .level-strip > div:nth-child(2), .level-strip > div:nth-child(3), .level-strip > div:nth-child(4) { min-height: 165px; border: 1px solid var(--line); border-bottom: 0; }
  .level-strip > div:last-child { border-bottom: 1px solid var(--line); }
  .level-strip span { margin-bottom: 34px; }
  .cas-grid { grid-template-columns: 1fr; }
  .cas-grid a { min-height: 350px; }
  .series-cta { padding: 30px 25px; }
  .fractal-grid > * { min-width: 0; }
  .fractal-model { width: 100%; min-height: 360px; transform: none; }
  .level-market { width: min(100%,380px); height: auto; aspect-ratio: 1; }
  .level-organization { width: 78%; height: auto; aspect-ratio: 1; }
  .level-team { width: 67%; height: auto; aspect-ratio: 1; }
  .level-individual { width: 52%; height: auto; aspect-ratio: 1; }
  .conversation-block { padding: 30px 22px; }
  .workshop-stack article { grid-template-columns: 1fr; gap: 8px; }
  .workshop-stack span { grid-row: auto; }
}
