:root {
  --bg: #fff;
  --bg-elev: #f7f7f7;
  --bg-dark: #0a0a0a;
  --bg-dark-2: #111214;
  --panel-dark: #242427;
  --fg: #171717;
  --muted: #555;
  --text-muted-dark: rgba(255, 255, 255, .68);
  --text-subtle-dark: rgba(255, 255, 255, .56);
  --font-micro: 12px;
  --font-small: 14px;
  --font-body: 17px;
  --line: rgba(10, 10, 10, .12);
  --line-dark: rgba(255, 255, 255, .13);
  --brand: #4950ff;
  --fit: #e8a928;
  --fund: #4e95d9;
  --float: #13b584;
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --shell: 1200px;
  --gutter: 24px;
  --ease-out: cubic-bezier(.2, .7, .2, 1);
  --ease-soft: cubic-bezier(.4, 0, .2, 1);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg-dark); }
body { margin: 0; color: var(--fg); background: var(--bg); font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif; font-size: var(--font-body); line-height: 1.65; letter-spacing: -.005em; overflow-x: clip; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(100% - (var(--gutter) * 2), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: #000; border-radius: 6px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 50%, transparent); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; height: 64px; z-index: 90; color: #fff; background: rgba(10,10,10,.01); transition: background-color .25s, border-color .25s, color .25s; border-bottom: 1px solid transparent; backdrop-filter: blur(0); }
.site-header.is-filled { background: var(--bg-dark); border-bottom-color: rgba(255,255,255,.07); }
.site-header.is-light { color: var(--fg); background: rgba(255,255,255,.96); border-bottom-color: rgba(10,10,10,.07); }
.theme-narrative .site-header,
.theme-numbers .site-header,
.theme-blog .site-header,
.theme-data-room .site-header,
.theme-legal .site-header { color: var(--fg); }
.header-inner { height: 64px; display: flex; align-items: center; justify-content: space-between; }
.logo-link { display: inline-flex; text-decoration: none; }
.brand-mark { width: 156px; height: 27px; display: inline-flex; align-items: center; line-height: 1; }
.brand-logo { width: 100%; height: 100%; display: block; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.site-header.is-light .brand-logo,
.theme-narrative .site-header .brand-logo,
.theme-numbers .site-header .brand-logo,
.theme-blog .site-header .brand-logo,
.theme-data-room .site-header .brand-logo,
.theme-legal .site-header .brand-logo,
.footer-brand .brand-logo { filter: none; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.nav-link { position: relative; height: 42px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 8px; font-size: 14px; font-weight: 540; overflow: hidden; transition: color .2s, background .2s; }
.nav-link span { display: block; }
.nav-link span + span { display: none; }
.nav-link:hover { background: rgba(255,255,255,.08); }
.site-header.is-light .nav-link:hover { background: rgba(10,10,10,.05); }
.nav-link.is-current:after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 5px; height: 1px; background: currentColor; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; }
.menu-toggle i { position: absolute; left: 9px; right: 9px; height: 1px; background: currentColor; transition: transform .3s var(--ease-out), top .3s var(--ease-out); }
.menu-toggle i:first-of-type { top: 17px; }
.menu-toggle i:last-of-type { top: 24px; }
.menu-toggle[aria-expanded="true"] i:first-of-type { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-of-type { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 64px 0 auto; width: 100vw; height: calc(100dvh - 64px); z-index: 89; background: var(--bg-dark); color: #fff; opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .3s, transform .35s var(--ease-out), visibility .3s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu-inner { display: flex; min-height: calc(100dvh - 64px); padding: 30px 20px 50px; flex-direction: column; justify-content: center; }
.mobile-menu a { display: grid; grid-template-columns: 32px 1fr; padding: 20px 4px; border-bottom: 1px solid var(--line-dark); font-size: clamp(25px, 8vw, 34px); font-weight: 680; line-height: 1.2; text-decoration: none; letter-spacing: -.035em; }
.mobile-menu a > span { font-size: 11px; font-weight: 500; color: rgba(255,255,255,.38); letter-spacing: .06em; padding-top: 7px; }
.mobile-menu a small { grid-column: 2; margin-top: 8px; font-size: 12px; color: rgba(255,255,255,.45); font-weight: 450; letter-spacing: 0; }

@media (min-width: 1024px) {
  .site-header, .header-inner { height: clamp(48px, 2.5vw, 64px); }
  .brand-mark { width: clamp(146px, 8vw, 168px); height: clamp(24px, 1.35vw, 28px); }
  .header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; }
  .logo-link { position: relative; z-index: 1; }
  .desktop-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(2px, .3vw, 6px);
    margin-left: auto;
    pointer-events: auto;
  }
  .nav-link { height: clamp(31.5px, 1.640625vw, 42px); padding-block: 0; font-size: clamp(10.5px, .546875vw, 14px); border-radius: clamp(6px, .3125vw, 8px); }
  .desktop-nav .nav-link { padding-inline: clamp(12px, .8vw, 17px); pointer-events: auto; }
  .desktop-nav .nav-link span + span { inset-inline: clamp(12px, .8vw, 17px); }
  .desktop-nav .nav-link.is-current:after { left: clamp(12px, .8vw, 17px); right: clamp(12px, .8vw, 17px); }
  .desktop-nav .nav-link:last-child {
    position: static;
    min-width: clamp(104px, 5.5vw, 116px);
    margin-left: clamp(6px, .5vw, 12px);
    padding-inline: clamp(13.5px, .703125vw, 18px);
    text-align: center;
    background: var(--brand);
    color: #fff;
  }
  .desktop-nav .nav-link:last-child:hover { background: #5e64ff; }
  .theme-contact .site-header { right: auto; width: 58%; }
  .theme-contact .header-inner {
    width: auto;
    margin-left: clamp(48px, 7vw, 132px);
    margin-right: 24px;
    grid-template-columns: 1fr;
  }
  .theme-contact .desktop-nav { display: none; }
  .theme-contact .contact-page-heading {
    position: absolute;
    top: calc(50% - 13.6px);
    left: clamp(48px, 7vw, 132px);
    right: clamp(48px, 7vw, 132px);
    margin: 0;
    transform: translateY(-50%);
  }
}

.dark-stage { padding-top: 42px; background-color: var(--why-stage-color, var(--bg-dark)); background-image: radial-gradient(ellipse 42% 340px at 50% 0, rgba(73,80,255,.19) 0%, rgba(73,80,255,.1) 44%, transparent 100%); background-repeat: no-repeat; color: #fff; }
.light-stage { background: var(--bg); }
.section-pad { padding: 208px 0; }
.section-bottom { padding: 0 0 164px; }
.eyebrow { margin: 0 0 22px; font-size: 11px; line-height: 1.3; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(34px, 3.3vw, 42px); line-height: 1.35; letter-spacing: -.04em; font-weight: 710; text-wrap: balance; }
.section-summary { margin: 28px 0 0; color: var(--muted); font-size: 14px; }
.body-copy { margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.8; }
.body-copy p { margin: 0 0 18px; }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 80px; align-items: start; }
.button { min-height: 48px; padding: 0 20px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 14px; font-weight: 620; text-decoration: none; border: 1px solid transparent; transition: transform .2s var(--ease-out), background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg { width: 18px; transition: transform .25s var(--ease-out); }
.button:hover svg, .text-link:hover svg { transform: translateX(4px); }
.button-primary { background: var(--brand); color: #fff; }
.button-primary:hover { background: #5e64ff; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-light { background: #fff; color: #111; }
.button-dark { background: #111; color: #fff; }
.button-small { min-height: 38px; padding: 0 14px; border-radius: 7px; font-size: 12px; gap: 8px; }
.button-small svg { width: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 650; text-decoration: none; }

.hero { min-height: 764px; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--bg-dark); color: #fff; }
.hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 42% 340px at 50% 100%, rgba(73,80,255,.19) 0%, rgba(73,80,255,.1) 44%, transparent 100%); pointer-events: none; }
.hero-story-inner { width: min(100% - (var(--gutter) * 2), 960px); min-height: 764px; padding: 313px 0 88px; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; position: relative; z-index: 1; text-align: center; }
.hero .hero-lead { margin: 0 0 22px; color: rgba(255,255,255,.4); font-size: 12px; font-weight: 590; letter-spacing: -.01em; word-break: keep-all; opacity: 1; }
.hero-title { margin: 0; display: grid; justify-items: center; font-weight: 750; letter-spacing: -.06em; }
.hero-title-gates { --gate-final-gap: 44px; width: 100%; margin: 0; display: flex; justify-content: center; gap: var(--gate-final-gap); align-items: baseline; font-size: clamp(calc(74px * 1.3), calc(7.5vw * 1.3), calc(96px * 1.3)); font-weight: inherit; line-height: .96; letter-spacing: -.065em; transform-origin: 50% 55%; }
.hero-title-gates > span { --word-start: .308s; --solo-x: 2.76em; position: relative; color: #fff; white-space: nowrap; transform: none; font-variation-settings: "wght" 760; }
.hero-title-gates > .gate-fund { --word-start: 1.123s; --solo-x: .51em; }
.hero-title-gates > .gate-float { --word-start: 1.985s; --solo-x: -2.25em; }
.hero-title-gates b,
.hero-title-gates i { display: inline-block; font: inherit; font-style: normal; backface-visibility: hidden; will-change: transform, opacity; }
.hero-title-gates .gate-fit i { color: var(--fit); }
.hero-title-gates .gate-fund i { color: var(--fund); }
.hero-title-gates .gate-float i { color: var(--float); }
.hero-copy { max-width: 680px; margin: 27px auto 0; color: rgba(255,255,255,.5); font-size: 15px; line-height: 1.75; word-break: keep-all; }
.hero-copy strong { color: rgba(255,255,255,.88); font-weight: 640; }
.hero-copy { opacity: 1; }
.hero-actions { margin-top: 30px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; opacity: 1; }
.hero-taxonomy { position: absolute; left: 50%; bottom: 38px; width: min(100%, 700px); min-height: 52px; padding-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 0; border-top: 1px solid rgba(255,255,255,.13); opacity: 1; transform: translateX(-50%); }
.hero-taxonomy > span { min-height: 24px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 620; line-height: 1.3; letter-spacing: .01em; white-space: nowrap; transition: color .2s; }
.hero-taxonomy > span:last-child { border-right: 0; }
.hero-taxonomy > span:hover { color: #fff; background: rgba(255,255,255,.035); }
.hero-index { display: none; }
html.hero-motion-ready .hero .hero-lead,
html.hero-motion-ready .hero-copy,
html.hero-motion-ready .hero-actions { opacity: 0; transform: translateY(18px); }
html.hero-motion-ready .hero-taxonomy { opacity: 0; transform: translate(-50%, 18px); }
html.hero-motion-ready .hero-title-gates { transform: scale(.88); }
html.hero-motion-ready .hero-title-gates > span { opacity: 0; transform: translateX(var(--solo-x)); }
html.hero-motion-ready .gate-letter { --letter-delay: 0s; opacity: 0; transform: translateY(-46px); }
html.hero-motion-ready .gate-letter:nth-child(2) { --letter-delay: .068s; }
html.hero-motion-ready .gate-letter:nth-child(3) { --letter-delay: .135s; }
html.hero-motion-ready .gate-letter:nth-child(4) { --letter-delay: .203s; }
html.hero-motion-ready .gate-letter:nth-child(5) { --letter-delay: .271s; }
html.hero-motion-ready .gate-letter:nth-child(6) { --letter-delay: .338s; }
html.hero-motion-ready.hero-intro-active .hero .hero-lead { animation: heroLift .8s var(--ease-out) .08s both; }
html.hero-motion-ready.hero-intro-active .gate-letter { animation: topDownLetter .308s cubic-bezier(.18,1,.32,1) calc(var(--word-start) + var(--letter-delay)) both; }
html.hero-motion-ready.hero-intro-active .hero-title-gates { animation: gateSpread .808s cubic-bezier(.18,1,.32,1) 2.962s both; }
html.hero-motion-ready.hero-intro-active .hero-title-gates > .gate-fit { animation: gateFitTimeline 3.769s linear both, gateWordSpread .808s cubic-bezier(.18,1,.32,1) 2.962s both; }
html.hero-motion-ready.hero-intro-active .hero-title-gates > .gate-fund { animation: gateFundTimeline 3.769s linear both, gateWordSpread .808s cubic-bezier(.18,1,.32,1) 2.962s both; }
html.hero-motion-ready.hero-intro-active .hero-title-gates > .gate-float { animation: gateFloatTimeline 3.769s linear both, gateWordSpread .808s cubic-bezier(.18,1,.32,1) 2.962s both; }
html.hero-motion-ready.hero-intro-active .hero-copy { animation: heroLift .692s var(--ease-out) 3.346s both; }
html.hero-motion-ready.hero-intro-active .hero-actions { animation: heroLift .654s var(--ease-out) 3.523s both; }
html.hero-motion-ready.hero-intro-active .hero-taxonomy { animation: heroTaxonomyLift .615s var(--ease-out) 3.692s both; }
@keyframes heroLift {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroTaxonomyLift {
  from { opacity: 0; transform: translate(-50%, 18px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes topDownLetter {
  from { opacity: 0; transform: translateY(-46px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes gateSpread {
  from { transform: scale(.88); }
  to { transform: scale(1); }
}
@keyframes gateWordSpread {
  from { transform: translateX(var(--solo-x)); }
  to { transform: translateX(0); }
}
@keyframes gateFitTimeline {
  0%, 8.1% { opacity: 0; }
  8.2%, 24.5% { opacity: 1; }
  29.6%, 80.6% { opacity: 0; }
  84.7%, 100% { opacity: 1; }
}
@keyframes gateFundTimeline {
  0%, 29.7% { opacity: 0; }
  29.8%, 47.3% { opacity: 1; }
  52.4%, 80.6% { opacity: 0; }
  84.7%, 100% { opacity: 1; }
}
@keyframes gateFloatTimeline {
  0%, 52.6% { opacity: 0; }
  52.7%, 71.4% { opacity: 1; }
  76.5%, 80.6% { opacity: 0; }
  84.7%, 100% { opacity: 1; }
}
.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out); }
.in-view .reveal-item { opacity: 1; transform: none; }
.reveal-group .reveal-item:nth-child(2) { transition-delay: .08s; }
.reveal-group .reveal-item:nth-child(3) { transition-delay: .16s; }
.reveal-group .reveal-item:nth-child(4) { transition-delay: .24s; }
.reveal-group .reveal-item:nth-child(5) { transition-delay: .32s; }
html:not(.motion-ready) .reveal-item,
html:not(.motion-ready) .reveal-card,
html:not(.motion-ready) .service-card,
html:not(.motion-ready) .sector-card,
html:not(.motion-ready) .public-card,
html:not(.motion-ready) .empty-insights,
html:not(.motion-ready) .review-card,
html:not(.motion-ready) .roadmap-sequence .growth-model-title,
html:not(.motion-ready) .roadmap-sequence .growth-group { opacity: 1; transform: none; }
.hero .reveal-item { opacity: 1; transform: none; }

.gate-intro { height: 577px; padding-top: 240px; padding-bottom: 120px; }
.gate-intro .two-column { min-height: 217px; }
.gate-intro .body-copy { word-break: keep-all; text-wrap: pretty; }
.gate-services { overflow: hidden; padding-bottom: 220px; }
.growth-pathway { margin-bottom: 56px; }
.growth-roadmap { padding: 0; overflow: visible; border: 0; border-radius: 0; background: none; }
.growth-model-title { position: relative; z-index: 5; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; text-align: left; }
.growth-model-title span { padding: 0; border: 0; border-radius: 0; display: inline-flex; color: rgba(255,255,255,.4); font-size: 10px; font-weight: 650; letter-spacing: .1em; }
.growth-model-title button { min-width: 80px; padding: 8px 0; border: 0; background: none; color: rgba(255,255,255,.58); font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-align: right; cursor: pointer; transition: color .2s ease; }
.growth-model-title button:hover,
.growth-model-title button:focus-visible { color: #fff; outline: none; }
.roadmap-rounds { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.roadmap-rounds span { min-height: 44px; padding: 0 16px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.7); font-size: 13px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.roadmap-rounds span:last-child { border-right: 0; }
.roadmap-stage-grid { height: 332px; position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.roadmap-stage { --service-color: #fff; --roadmap-level: 258px; min-width: 0; height: 332px; position: relative; }
.roadmap-stage-fit { --service-color: var(--fit); --roadmap-level: 258px; }
.roadmap-stage-fund { --service-color: var(--fund); --roadmap-level: 174px; }
.roadmap-stage-float { --service-color: var(--float); --roadmap-level: 90px; }
.roadmap-path { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; overflow: visible; pointer-events: none; }
.roadmap-path path { fill: none; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.roadmap-path-base { stroke: rgba(255,255,255,.12); }
.roadmap-path-fill { stroke-dasharray: 1; stroke-dashoffset: 1; filter: drop-shadow(0 0 8px rgba(77,155,230,.2)); transition: stroke-dashoffset .36s linear; }
.roadmap-path-mobile { display: none; }
.roadmap-node { --node-delay: 0ms; width: 18px; height: 18px; padding: 0; position: absolute; left: var(--node-x); top: calc(var(--roadmap-level) - 9px); z-index: 4; border: 0; border-radius: 50%; background: transparent; color: rgba(255,255,255,.58); pointer-events: none; transform: translateX(-50%); }
.roadmap-node > i { width: 16px; height: 16px; position: absolute; inset: 1px; border: 2px solid rgba(255,255,255,.26); border-radius: 50%; background: #09090b; box-shadow: 0 0 0 0 transparent; transition: border-color .2s ease var(--node-delay), background .2s ease var(--node-delay), box-shadow .2s ease var(--node-delay), transform .2s ease var(--node-delay); }
.roadmap-node > span { min-width: 132px; position: absolute; left: 50%; top: 30px; bottom: auto; color: currentColor; font-size: 14px; font-weight: 650; line-height: 1.25; text-align: center; white-space: nowrap; transform: translateX(-50%); transition: color .2s ease var(--node-delay), transform .2s ease var(--node-delay); }
.roadmap-node small { margin-bottom: 8px; display: block; color: rgba(255,255,255,.45); font-size: 11px; font-weight: 550; letter-spacing: .03em; }
.roadmap-node.is-active { color: rgba(255,255,255,.92); }
.roadmap-node.is-active > i { border-color: var(--service-color); background: #09090b; box-shadow: 0 0 0 1px color-mix(in srgb, var(--service-color) 45%, transparent), 0 0 16px color-mix(in srgb, var(--service-color) 42%, transparent); transform: scale(1.08); }
.roadmap-node[data-current] > i { animation: roadmapNodeArrival .44s cubic-bezier(.22,1,.36,1); }
@keyframes roadmapNodeArrival { 0% { transform: scale(.86); } 55% { transform: scale(1.34); } 100% { transform: scale(1.08); } }
.growth-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.growth-group { --service-color: #fff; min-width: 0; display: grid; grid-template-rows: 44px auto; opacity: .52; transform: translateY(10px); transition: opacity .35s ease, transform .35s var(--ease-out); }
.growth-group-fit { --service-color: var(--fit); }
.growth-group-fund { --service-color: var(--fund); }
.growth-group-float { --service-color: var(--float); }
.group-validation { --validation-color: #fff; min-width: 0; display: grid; grid-template-columns: minmax(44px, 1fr) auto; gap: 14px; align-items: center; }
.validation-fit { --validation-color: var(--fit) !important; }
.validation-fund { --validation-color: var(--fund) !important; }
.validation-float { --validation-color: var(--float) !important; }
.group-validation i { height: 2px; position: relative; background: linear-gradient(90deg, transparent 0%, var(--validation-color) 40%, var(--validation-color) 100%); opacity: .9; }
.group-validation i:after { content: ""; width: 7px; height: 7px; position: absolute; right: 0; top: 50%; border-top: 2px solid var(--validation-color); border-right: 2px solid var(--validation-color); transform: translateY(-50%) rotate(45deg); }
.group-validation strong { color: var(--validation-color); font-size: 13px; line-height: 1.25; white-space: nowrap; }
.growth-group.is-active { opacity: 1; transform: none; }
.service-card { min-height: 270px; padding: 28px; border: 1px solid color-mix(in srgb, var(--service-color) 55%, rgba(255,255,255,.1)); border-radius: 18px; background: linear-gradient(145deg, color-mix(in srgb, var(--service-color) 7%, transparent), rgba(255,255,255,.018)); box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 24px 60px rgba(0,0,0,.12); display: flex; flex-direction: column; justify-content: space-between; transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s var(--ease-out); }
.service-card:hover { border-color: color-mix(in srgb, var(--service-color) 82%, white); background: linear-gradient(145deg, color-mix(in srgb, var(--service-color) 11%, transparent), rgba(255,255,255,.025)); box-shadow: 0 28px 70px color-mix(in srgb, var(--service-color) 8%, rgba(0,0,0,.18)); transform: translateY(-5px); }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.service-stage { max-width: 210px; text-align: right; }
.service-stage span { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .1em; }
.service-stage p { margin: 5px 0 0; color: rgba(255,255,255,.3); font-size: 9px; font-weight: 500; line-height: 1.45; word-break: keep-all; }
.service-icon svg { width: 42px; height: 42px; stroke: rgba(255,255,255,.8); stroke-width: 1.2; }
.service-card > div:last-child { height: 140px; display: grid; grid-template-rows: 46px 36px minmax(0, 1fr); align-content: start; }
.service-card-gate { padding-right: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.service-card-gate b { color: var(--service-color); font-size: 14px; line-height: 1.25; white-space: nowrap; }
.service-card h3 { margin: 0; font-size: 36px; line-height: 1; letter-spacing: -.05em; }
.service-card p { margin: 10px 0 7px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.78); }
.service-card small { display: block; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.55; word-break: keep-all; }

.proof-section { overflow: hidden; padding: 120px 0; background: var(--bg-dark); color: #fff; }
.proof-heading { padding-bottom: 34px; }
.proof-heading .eyebrow { margin-bottom: 16px; color: rgba(255,255,255,.35); }
.proof-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.metric-card { min-height: 180px; padding: 28px 24px; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: space-between; opacity: 0; transform: translateY(22px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out); }
.metric-card:last-child { border-right: 0; }
.metric-card.in-view { opacity: 1; transform: none; }
.metric-card strong { color: #fff; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.06em; }
.metric-card p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }
.reviews-heading { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 14px 64px; align-items: end; padding-bottom: 34px; }
.reviews-heading .eyebrow { grid-column: 1; margin: 0; color: rgba(255,255,255,.35); }
.reviews-heading .section-title { grid-column: 1; }
.reviews-heading > p:last-child { grid-column: 2; grid-row: 2; margin: 0; color: rgba(255,255,255,.36); font-size: 11px; line-height: 1.7; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.reviews-section { padding: 120px 0; background: var(--bg-dark); }
.review-card { min-height: 300px; margin: 0; padding: 28px 32px; border: 1px solid var(--line-dark); border-radius: 24px; background: #151517; display: flex; flex-direction: column; opacity: 0; transform: translateY(24px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out), background .3s; }
.review-card.in-view { opacity: 1; transform: none; }
.review-card:hover { background: rgba(255,255,255,.045); }
.review-card > div { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 11px; }
.review-card b { color: #e8a928; font-size: 12px; letter-spacing: .12em; }
.review-card h3 { margin: 24px 0 16px; font-size: clamp(28px, 2.8vw, 38px); line-height: 1.05; letter-spacing: -.05em; }
.review-card > p { margin: 0; max-width: none; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; word-break: keep-all; text-wrap: pretty; }
.clients-section { overflow: hidden; padding: 120px 0 80px; }
.client-rail { min-height: 82px; display: flex; align-items: center; pointer-events: none; }
.client-rail-mask { width: 100%; min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent); }
.client-rail-track { display: flex; width: max-content; animation: clientRail 320s linear infinite; animation-play-state: paused; }
.client-rail.is-reverse .client-rail-track { animation-direction: reverse; animation-duration: 380s; }
.client-rail.is-ready .client-rail-track { animation-play-state: running; }
.client-rail-track > div { display: flex; align-items: center; }
.client-logo { width: 141px; min-width: 141px; height: 56px; padding: 11px 19px; display: grid; place-items: center; }
.client-logo img { display: block; width: 100%; height: 100%; max-width: 102px; max-height: 34px; object-fit: contain; filter: grayscale(1); opacity: .72; }
@keyframes clientRail { to { transform: translateX(-50%); } }

.why-section { padding: 208px 0; position: relative; overflow: hidden; }
.why-logic { position: relative; }
.why-heading { max-width: 940px; }
.why-heading .eyebrow { color: rgba(255,255,255,.74); font-size: 14px; }
.why-heading .section-title { margin-top: 22px; font-size: clamp(42px, 5.35vw, 68px); line-height: 1.16; }
.why-heading > p:last-child { max-width: 790px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.75; word-break: keep-all; }
.why-question-grid { margin-top: 82px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.why-question-card { --question-color: var(--fund); min-height: 356px; padding: 34px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(145deg, color-mix(in srgb, var(--question-color) 8%, transparent), rgba(255,255,255,.025)); }
.why-question-narrative { --question-color: var(--fit); }
.why-question-numbers { --question-color: var(--fund); }
.why-question-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.7); font-size: 14px; letter-spacing: .05em; }
.why-question-meta span { color: var(--question-color); font-weight: 750; }
.why-question-meta b { font-weight: 600; }
.why-question-card h3 { margin: 50px 0 42px; font-size: clamp(27px, 2.5vw, 34px); line-height: 1.38; letter-spacing: -.045em; word-break: keep-all; }
.why-answer { margin-top: auto; padding-top: 22px; display: grid; grid-template-columns: 30px 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.12); }
.why-answer > span { color: var(--question-color); font-size: 18px; font-weight: 800; }
.why-answer p { margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; word-break: keep-all; }
.why-answer strong { color: #fff; font-weight: 750; }
.why-merge { min-height: 124px; position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; gap: 22px; color: rgba(255,255,255,.52); font-size: 13px; font-weight: 650; letter-spacing: .08em; }
.why-merge:before { content: ""; width: 320px; height: 88px; position: absolute; z-index: -1; left: 50%; top: 50%; background: url("/assets/nextgrowth/content/why/section-flow-arrow-blue-v2.png") center / contain no-repeat; opacity: .68; -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 20%, rgba(0,0,0,.1) 34%, #000 48%, #000 52%, rgba(0,0,0,.1) 66%, transparent 80%, transparent 100%), linear-gradient(180deg, transparent 0%, transparent 14%, rgba(0,0,0,.1) 36%, rgba(0,0,0,.62) 68%, #000 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 0%, transparent 20%, rgba(0,0,0,.1) 34%, #000 48%, #000 52%, rgba(0,0,0,.1) 66%, transparent 80%, transparent 100%), linear-gradient(180deg, transparent 0%, transparent 14%, rgba(0,0,0,.1) 36%, rgba(0,0,0,.62) 68%, #000 100%); mask-composite: intersect; pointer-events: none; transform: translate(-50%, -50%); }
.why-merge span,
.why-merge i { position: relative; z-index: 1; }
.why-merge i { width: min(150px, 14vw); height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3)); }
.why-merge i:last-child { background: linear-gradient(90deg, rgba(255,255,255,.3), transparent); }
.why-conclusion { padding: 48px 48px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: radial-gradient(circle at 50% 115%, rgba(73,80,255,.28), transparent 48%), rgba(255,255,255,.025); text-align: center; }
.why-conclusion-kicker { color: rgba(255,255,255,.58); font-size: 13px; font-weight: 750; letter-spacing: .16em; }
.why-conclusion > p { margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 17px; font-weight: 650; }
.why-conclusion h3 { margin: 28px auto 48px; font-size: clamp(38px, 5vw, 64px); line-height: 1.2; letter-spacing: -.055em; }
.why-conclusion h3 em { color: #fff; font-style: normal; text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 4px; text-underline-offset: 9px; }
.why-conclusion-gates { margin-inline: -48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.why-conclusion-gates span { min-height: 78px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.7); font-size: 15px; }
.why-conclusion-gates span:last-child { border-right: 0; }
.why-conclusion-gates span:nth-child(1) b { color: var(--fit); }
.why-conclusion-gates span:nth-child(2) b { color: var(--fund); }
.why-conclusion-gates span:nth-child(3) b { color: var(--float); }
.framework-comparison { position: relative; z-index: 3; width: min(1200px, calc(100% - (var(--gutter) * 2))); margin: 0 auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.framework-title { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; padding: 96px 4px 28px; text-align: center; }
.framework-title:before { content: ""; width: 320px; height: 88px; position: absolute; z-index: -1; top: 4px; left: 50%; background: url("/assets/nextgrowth/content/why/section-flow-arrow-blue-v2.png") center / contain no-repeat; opacity: .68; -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 20%, rgba(0,0,0,.1) 34%, #000 48%, #000 52%, rgba(0,0,0,.1) 66%, transparent 80%, transparent 100%), linear-gradient(180deg, transparent 0%, transparent 14%, rgba(0,0,0,.1) 36%, rgba(0,0,0,.62) 68%, #000 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 0%, transparent 20%, rgba(0,0,0,.1) 34%, #000 48%, #000 52%, rgba(0,0,0,.1) 66%, transparent 80%, transparent 100%), linear-gradient(180deg, transparent 0%, transparent 14%, rgba(0,0,0,.1) 36%, rgba(0,0,0,.62) 68%, #000 100%); mask-composite: intersect; pointer-events: none; transform: translateX(-50%); }
.framework-title:after { content: none; }
.framework-title p { position: relative; z-index: 1; margin: 0; color: var(--brand); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.framework-flow { display: grid; grid-template-columns: 1fr .92fr 1fr; gap: 14px; align-items: stretch; }
html.motion-ready .framework-comparison .framework-title { opacity: 0; transform: translateY(14px); transition: opacity .72s var(--ease-out) .06s, transform .72s var(--ease-out) .06s; }
html.motion-ready .framework-comparison .framework-flow > section { opacity: 0; transform: translateX(-30px) scale(.985); filter: blur(8px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out), filter .9s var(--ease-out); will-change: opacity, transform, filter; }
html.motion-ready .framework-comparison .framework-flow > section:nth-child(1) { transition-delay: .22s; }
html.motion-ready .framework-comparison .framework-flow > section:nth-child(2) { transition-delay: .58s; }
html.motion-ready .framework-comparison .framework-flow > section:nth-child(3) { transition-delay: .94s; }
html.motion-ready .framework-comparison.in-view .framework-title,
html.motion-ready .framework-comparison.in-view .framework-flow > section { opacity: 1; transform: none; filter: none; }
html.motion-ready [data-why-section] .why-question-card { opacity: 0; filter: blur(8px); transition: opacity .72s var(--ease-out), transform .72s var(--ease-out), filter .72s var(--ease-out); will-change: opacity, transform, filter; }
html.motion-ready [data-why-section] .why-question-card:nth-child(1) { transform: translateX(-34px) scale(.985); transition-delay: .06s; }
html.motion-ready [data-why-section] .why-question-card:nth-child(2) { transform: translateX(34px) scale(.985); transition-delay: .24s; }
html.motion-ready [data-why-section].is-sequence-active .why-question-card { opacity: 1; transform: none; filter: none; }
html.motion-ready [data-why-section] .why-merge span { opacity: 0; transform: translateY(8px); transition: opacity .42s linear .68s, transform .42s var(--ease-out) .68s; }
html.motion-ready [data-why-section] .why-merge i { transform: scaleX(0); transition: transform .52s linear .58s; }
html.motion-ready [data-why-section] .why-merge i:first-child { transform-origin: right center; }
html.motion-ready [data-why-section] .why-merge i:last-child { transform-origin: left center; }
html.motion-ready [data-why-section] .why-merge:before { opacity: 0; filter: blur(10px); transform: translate(-50%, -38%) scale(.88); transition: opacity .58s linear .72s, filter .58s linear .72s, transform .58s var(--ease-out) .72s; }
html.motion-ready [data-why-section].is-sequence-active .why-merge span { opacity: 1; transform: none; }
html.motion-ready [data-why-section].is-sequence-active .why-merge i { transform: scaleX(1); }
html.motion-ready [data-why-section].is-sequence-active .why-merge:before { opacity: .68; filter: none; transform: translate(-50%, -50%) scale(1); }
html.motion-ready [data-why-section] .why-conclusion { opacity: 0; transform: translateY(28px) scale(.99); transition: opacity .78s var(--ease-out) 1.08s, transform .78s var(--ease-out) 1.08s; will-change: opacity, transform; }
html.motion-ready [data-why-section].is-sequence-active .why-conclusion { opacity: 1; transform: none; }
html.motion-ready [data-why-section] .why-conclusion-kicker,
html.motion-ready [data-why-section] .why-conclusion > p,
html.motion-ready [data-why-section] .why-conclusion h3,
html.motion-ready [data-why-section] .why-conclusion-gates span { opacity: 0; transform: translateY(12px); transition: opacity .5s var(--ease-out), transform .5s var(--ease-out); }
html.motion-ready [data-why-section] .why-conclusion-kicker { transition-delay: 1.28s; }
html.motion-ready [data-why-section] .why-conclusion > p { transition-delay: 1.4s; }
html.motion-ready [data-why-section] .why-conclusion h3 { transition-delay: 1.54s; }
html.motion-ready [data-why-section] .why-conclusion h3 em { text-decoration-color: transparent; transition: text-decoration-color .45s linear 1.82s; }
html.motion-ready [data-why-section] .why-conclusion-gates span:nth-child(1) { transition-delay: 1.78s; }
html.motion-ready [data-why-section] .why-conclusion-gates span:nth-child(2) { transition-delay: 1.92s; }
html.motion-ready [data-why-section] .why-conclusion-gates span:nth-child(3) { transition-delay: 2.06s; }
html.motion-ready [data-why-section].is-sequence-active .why-conclusion-kicker,
html.motion-ready [data-why-section].is-sequence-active .why-conclusion > p,
html.motion-ready [data-why-section].is-sequence-active .why-conclusion h3,
html.motion-ready [data-why-section].is-sequence-active .why-conclusion-gates span { opacity: 1; transform: none; }
html.motion-ready [data-why-section].is-sequence-active .why-conclusion h3 em { text-decoration-color: var(--brand); }
.framework-side, .framework-core { min-width: 0; display: flex; flex-direction: column; border-radius: 20px; overflow: hidden; }
.framework-side { padding: 22px 22px 0; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.framework-side header, .framework-core header { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.framework-side header span, .framework-core header span { color: rgba(255,255,255,.38); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.framework-side header h4, .framework-core header h4 { margin: 0; font-size: 17px; letter-spacing: -.025em; }
.framework-step { min-height: 76px; display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
.framework-step:last-child { border-bottom: 0; }
.framework-step > b { font-size: 12px; color: rgba(255,255,255,.4); }
.framework-step div strong { display: block; font-size: 13px; line-height: 1.35; }
.framework-step div p { margin: 5px 0 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.45; word-break: keep-all; }
.framework-before .framework-step > b { color: rgba(255,255,255,.38); }
.framework-after { border-color: rgba(73,80,255,.42); background: linear-gradient(145deg, rgba(73,80,255,.08), rgba(73,80,255,.015)); }
.framework-after .framework-step:nth-child(2) > b { color: var(--fit); }
.framework-after .framework-step:nth-child(3) > b { color: var(--fund); }
.framework-after .framework-step:nth-child(4) > b { color: var(--float); }
.framework-core { padding: 22px 22px 0; border: 1px solid transparent; background: linear-gradient(155deg, #315fe4, #263aa4); box-shadow: 0 18px 42px rgba(35,63,181,.28); }
.framework-core header { border-bottom-color: rgba(255,255,255,.2); }
.framework-core header span { color: rgba(255,255,255,.65); }
.framework-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.framework-pillars article { min-height: 150px; padding: 16px 13px; border-radius: 14px; background: rgba(8,10,28,.68); }
.framework-pillars b, .framework-pillars small { display: block; text-align: center; }
.framework-pillars b { font-size: 16px; }
.framework-pillars small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 10px; }
.framework-pillars p { margin: 16px 0 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.45; text-align: center; }
.framework-pillars p + p { margin-top: 7px; }
.framework-n2 { height: 66px; margin: 10px 0 14px; display: flex; align-items: center; justify-content: center; gap: 14px; border-radius: 14px; background: #fff; color: #111; }
.framework-n2 span { font-size: 11px; font-weight: 700; }
.framework-card-outcome { min-height: 62px; flex: 0 0 62px; margin: auto -22px 0; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; text-align: center; }
.framework-card-outcome.framework-x strong { color: #ff6464; font-size: 17px; }
.framework-card-outcome.framework-o { background: rgba(10,20,66,.48); color: rgba(255,255,255,.84); }
.framework-card-outcome.framework-o strong { color: var(--fit); font-size: 17px; }
.framework-card-outcome.framework-proof { background: linear-gradient(90deg, rgba(73,80,255,.24), rgba(73,80,255,.58)); color: rgba(255,255,255,.78); }
.framework-proof strong { color: #fff; font-size: 17px; }

.section-head { margin-bottom: 58px; }
.lifetech .eyebrow, .solutions .eyebrow, .public-solutions .eyebrow, .latest .eyebrow { color: var(--muted); }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sector-card { min-height: 380px; padding: 22px; border-radius: 18px; background: var(--bg-elev); overflow: hidden; position: relative; opacity: 0; transform: translateY(26px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.sector-card:nth-child(2) { transition-delay: .07s; }.sector-card:nth-child(3) { transition-delay: .14s; }.sector-card:nth-child(4) { transition-delay: .21s; }
.sector-card.in-view { opacity: 1; transform: none; }
.sector-card > span { font-size: 10px; color: #8b8b8b; letter-spacing: .08em; }
.sector-card h3 { margin: 22px 0 0; font-size: 21px; line-height: 1.2; letter-spacing: -.035em; }
.sector-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.sector-art { height: 220px; display: flex; align-items: center; justify-content: center; position: relative; transition: transform .55s var(--ease-soft); }
.sector-card:hover .sector-art { transform: scale(1.06) rotate(-2deg); }
.sector-art i { display: block; position: absolute; }
.art-food i { width: 108px; height: 108px; border-radius: 50%; border: 22px solid var(--fit); }
.art-food i:nth-child(2) { width: 62px; height: 62px; background: #fff; border: 0; }
.art-food i:nth-child(3) { width: 20px; height: 80px; background: var(--fund); border: 0; border-radius: 20px; transform: rotate(45deg); }
.art-bio i { width: 150px; height: 2px; background: var(--brand); transform: rotate(55deg); }
.art-bio i:nth-child(2) { transform: rotate(-55deg); }
.art-bio i:nth-child(3) { width: 74px; height: 74px; background: transparent; border: 12px solid #e3e3ff; border-radius: 50%; transform: none; }
.art-ai i { width: 120px; height: 120px; border: 1px solid #a7a7a7; transform: rotate(45deg); }
.art-ai i:nth-child(2) { width: 82px; height: 82px; background: var(--brand); border: 0; }
.art-ai i:nth-child(3) { width: 14px; height: 14px; background: #fff; border-radius: 50%; transform: none; }
.art-green i { width: 80px; height: 140px; border-radius: 80px 0; background: var(--fit); transform: rotate(32deg); }
.art-green i:nth-child(2) { width: 58px; height: 100px; background: #b5f1c4; transform: rotate(-42deg) translate(25px, 20px); }
.art-green i:nth-child(3) { width: 2px; height: 140px; background: #266139; transform: rotate(30deg); }

.manifesto { --manifesto-progress: 1; --manifesto-clip-inline: 0vw; --manifesto-edge-fade: 0px; --manifesto-copy-y: 0px; height: 780px; padding-top: 60px; position: relative; overflow: hidden; background: #161923; color: #fff; display: flex; align-items: center; clip-path: inset(0 var(--manifesto-clip-inline)); -webkit-mask-image: linear-gradient(90deg, transparent 0, transparent var(--manifesto-clip-inline), #000 calc(var(--manifesto-clip-inline) + var(--manifesto-edge-fade)), #000 calc(100% - var(--manifesto-clip-inline) - var(--manifesto-edge-fade)), transparent calc(100% - var(--manifesto-clip-inline)), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, transparent var(--manifesto-clip-inline), #000 calc(var(--manifesto-clip-inline) + var(--manifesto-edge-fade)), #000 calc(100% - var(--manifesto-clip-inline) - var(--manifesto-edge-fade)), transparent calc(100% - var(--manifesto-clip-inline)), transparent 100%); will-change: clip-path, mask-image; }
.manifesto:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 42%, rgba(73,80,255,.4), transparent 32%), radial-gradient(circle at 26% 70%, rgba(82,214,117,.15), transparent 24%), linear-gradient(90deg, rgba(5,6,9,.4), rgba(5,6,9,.08)); }
.manifesto-grid { position: absolute; inset: -20%; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; transform: perspective(500px) rotateX(58deg) translateY(10%); mask-image: linear-gradient(transparent, #000 35%, #000 70%, transparent); }
.manifesto-copy { position: relative; z-index: 2; text-align: center; opacity: var(--manifesto-progress); transform: translateY(var(--manifesto-copy-y)); }
.manifesto-copy p { margin: 0 0 8px; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .16em; }
.manifesto-copy h2 { margin: 0; font-size: clamp(58px, 5.6vw, 72px); line-height: 1.05; letter-spacing: -.055em; }
.manifesto-copy > span { display: block; margin-top: 32px; font-size: 11px; color: rgba(255,255,255,.55); letter-spacing: .2em; }

.solution-finder { padding: 184px 0 208px; background: #f4f4f1; overflow: hidden; }
.solution-finder-head { text-align: left; }
.solution-finder-pill { margin: 0 0 34px; color: #777; font-size: 10px; font-weight: 680; line-height: 1; letter-spacing: .14em; text-transform: uppercase; }
.solution-finder-head h2 { max-width: 1040px; margin: 0; word-break: keep-all; text-wrap: balance; }
.solution-finder-head h2 strong { font-weight: 760; text-decoration: none; }
.solution-finder-group { margin-top: 110px; }
.solution-finder-public { margin-top: 74px; }
.solution-finder-label { display: flex; align-items: center; gap: 24px; margin-bottom: 22px; }
.solution-finder-label h3 { margin: 0; flex: none; color: #666; font-size: 11px; font-weight: 680; letter-spacing: .09em; text-transform: uppercase; }
.solution-finder-label span { height: 1px; flex: 1; background: rgba(10,10,10,.16); }
.solution-finder-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.solution-finder-card { --finder-color: var(--fit); min-height: 320px; padding: 30px; border: 0; border-radius: 28px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; background: linear-gradient(145deg, #fff 4%, color-mix(in srgb, var(--finder-color) 9%, #f3f3f1) 100%); box-shadow: inset 0 0 0 1px rgba(10,10,10,.065); opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out), box-shadow .3s; }
.solution-finder-card:before { content: ""; position: absolute; z-index: -1; width: 245px; aspect-ratio: 1; right: -58px; top: 36px; border: 1px solid color-mix(in srgb, var(--finder-color) 23%, transparent); border-radius: 50%; box-shadow: 0 0 0 34px color-mix(in srgb, var(--finder-color) 5%, transparent), 0 0 0 68px color-mix(in srgb, var(--finder-color) 3%, transparent); transition: transform .5s var(--ease-out); }
.solution-finder-card:after { content: ""; position: absolute; z-index: -1; left: 30px; right: 30px; bottom: 80px; height: 1px; background: currentColor; opacity: .08; transform: rotate(-8deg); transform-origin: right; }
.solution-finder-card:nth-child(2) { transition-delay: .1s; }
.solution-finder-card:nth-child(3) { transition-delay: .2s; }
.solution-finder-card.in-view { opacity: 1; transform: none; }
.solution-finder-card.finder-fund { --finder-color: var(--fund); }
.solution-finder-card.finder-float { --finder-color: var(--float); }
.solution-finder-card.finder-public { --finder-color: #334a7a; }
.solution-finder-card > span { width: fit-content; color: color-mix(in srgb, var(--finder-color) 78%, #555); font-size: 10px; font-weight: 720; line-height: 1; letter-spacing: .1em; text-transform: uppercase; }
.solution-finder-card h4 { margin: auto 0 34px; max-width: 330px; font-size: clamp(24px, 2.2vw, 31px); line-height: 1.28; letter-spacing: -.045em; font-weight: 640; word-break: keep-all; }
.solution-finder-card a { width: fit-content; display: flex; align-items: center; gap: 12px; color: #222; font-size: 13px; font-weight: 680; letter-spacing: -.02em; text-decoration: none; }
.solution-finder-card a svg { width: 32px; height: 32px; padding: 8px; border: 1px solid color-mix(in srgb, var(--finder-color) 48%, transparent); border-radius: 50%; color: var(--finder-color); transition: transform .25s var(--ease-out), background .25s; }
.solution-finder-card:hover { box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--finder-color) 25%, transparent), 0 18px 50px rgba(10,10,10,.06); }
.solution-finder-card:hover:before { transform: scale(1.06); }
.solution-finder-card a:hover svg { transform: translateX(4px); background: #fff; }
.solutions { padding: 184px 0 220px; overflow: hidden; background: #fff; }
.solutions .section-head { margin-bottom: 70px; display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 16px 56px; align-items: end; }
.solutions .section-head .eyebrow, .solutions .section-head .section-title { grid-column: 1; }
.solution-intro { grid-column: 2; grid-row: 2; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; word-break: keep-all; }
.solution-shell { display: flex; flex-direction: column; border: 0; border-radius: 0; overflow: visible; }
.solution-tabs { order: 1; margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px 16px 0 0; overflow: hidden; }
.solution-tabs button { height: 64px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; padding: 0 24px; font-size: 24px; font-weight: 650; letter-spacing: -.04em; cursor: pointer; transition: background .25s, color .25s; }
.solution-tabs button:first-child { border-left: 1px solid var(--line); }
.solution-tabs button span { margin-right: 16px; font-size: 10px; font-weight: 500; color: var(--muted); letter-spacing: .1em; }
.solution-tabs button[aria-selected="true"] { background: var(--fg); color: #fff; }
.solution-panels { order: 2; }
.solution-panel { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 190px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 16px 16px; overflow: hidden; background: var(--bg-elev); animation: panelIn .5s var(--ease-out); }
.solution-panel[hidden] { display: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } }
.solution-panel > div, .solution-panel dl { padding: 24px 30px; margin: 0; }
.solution-panel > div { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.client-voice { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.solution-panel h3 { margin: 0; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.2; letter-spacing: -.05em; }
.solution-panel dl { display: flex; flex-direction: column; justify-content: center; }
.solution-panel dl div { display: grid; grid-template-columns: minmax(150px, 190px) 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.solution-panel dl div:first-child { border-top: 1px solid var(--line); }
.solution-panel dt { color: #222; font-size: 14px; font-weight: 700; line-height: 1.5; word-break: keep-all; }
.solution-panel dd { margin: 0; color: #555; font-size: 14px; line-height: 1.5; word-break: keep-all; }
.solution-panel dt { font-size: 12px; color: var(--muted); }
.solution-panel dd { margin: 0; font-size: 15px; }
.solution-case-panels { order: 3; margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.solution-case-panel { display: contents; }
.solution-case-panel article { min-height: 320px; padding: 28px; border: 0; border-radius: 16px; display: flex; flex-direction: column; position: relative; overflow: hidden; isolation: isolate; background: var(--bg-elev); opacity: .72; filter: saturate(.72); transform: translateY(24px); transition: background .25s, color .25s, transform .55s var(--ease-out), opacity .55s, filter .3s; }
.solution-case-panel.is-active article { opacity: 1; filter: none; transform: none; }
.solution-case-panel article:before,
.solution-case-panel article:after { content: ""; position: absolute; z-index: -1; pointer-events: none; transition: transform .5s var(--ease-out), opacity .3s; }
.solution-case-panel article.in-view { transform: none; }
.solution-case-panel article:before { width: 190px; aspect-ratio: 1; right: -44px; top: 24px; border: 1px solid rgba(10,10,10,.12); border-radius: 50%; box-shadow: 0 0 0 28px rgba(10,10,10,.025), 0 0 0 56px rgba(10,10,10,.018); }
.solution-case-panel article:after { left: 28px; right: 28px; bottom: 74px; height: 1px; background: currentColor; opacity: .08; transform: rotate(-12deg); }
.solution-case-panel:nth-child(1) article:nth-child(1) { background: #eef0ff; }
.solution-case-panel:nth-child(1) article:nth-child(2) { background: #edf8f1; }
.solution-case-panel:nth-child(2) article:nth-child(1) { background: #eef6fb; }
.solution-case-panel:nth-child(2) article:nth-child(2) { background: #f8f3e8; }
.solution-case-panel:nth-child(3) article:nth-child(1) { background: #f1eff8; }
.solution-case-panel:nth-child(3) article:nth-child(2) { background: #eef7f4; }
.solution-case-panel article:hover { transform: none; }
.solution-case-panel span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.solution-case-panel h4 { margin: auto 0 24px; font-size: clamp(26px, 3vw, 40px); line-height: 1.2; letter-spacing: -.05em; }
.solution-case-panel b { padding-top: 17px; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; }
.solution-case-panel article:hover:before { transform: scale(1.03); }
.solution-case-panel article:hover:after { opacity: .14; }
.solution-flip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; perspective: 1600px; }
.solution-flip-card { --solution-color: var(--fit); height: 520px; position: relative; border-radius: 28px; outline: none; cursor: pointer; opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease-out), transform .65s var(--ease-out); }
.solution-flip-card:nth-child(2) { --solution-color: var(--fund); transition-delay: .1s; }
.solution-flip-card:nth-child(3) { --solution-color: var(--float); transition-delay: .2s; }
.solution-flip-card.in-view { opacity: 1; transform: none; }
.solution-flip-card:focus-visible { box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--solution-color); }
.solution-flip-inner { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; transition: transform .82s cubic-bezier(.2,.72,.2,1); }
.solution-flip-card.is-flipped .solution-flip-inner { transform: rotateY(180deg); }
.solution-face { position: absolute; inset: 0; padding: 34px; display: flex; flex-direction: column; border: 0; border-radius: 28px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(10,10,10,.07); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.solution-face:before { content: ""; position: absolute; z-index: -1; width: 250px; aspect-ratio: 1; right: -58px; top: 52px; border: 1px solid color-mix(in srgb, var(--solution-color) 24%, transparent); border-radius: 50%; box-shadow: 0 0 0 38px color-mix(in srgb, var(--solution-color) 7%, transparent), 0 0 0 76px color-mix(in srgb, var(--solution-color) 4%, transparent); }
.solution-face-front { background: linear-gradient(150deg, #fff 0%, color-mix(in srgb, var(--solution-color) 12%, #f5f5f3) 100%); }
.solution-face-back { background: #121214; color: #fff; transform: rotateY(180deg); }
.solution-card-index { color: color-mix(in srgb, var(--solution-color) 72%, #555); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.solution-face h3 { margin: 28px 0 34px; font-size: clamp(32px, 3vw, 43px); line-height: 1; letter-spacing: -.05em; }
.solution-service, .solution-result { padding: 20px 0; border-top: 1px solid color-mix(in srgb, var(--solution-color) 42%, transparent); }
.solution-service b, .solution-result b { display: block; color: #222; font-size: 14px; line-height: 1.45; }
.solution-service p, .solution-result p { margin: 7px 0 0; color: #555; font-size: 15px; line-height: 1.55; word-break: keep-all; }
.solution-result { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; }
.solution-result b { width: 46px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: var(--solution-color); color: #fff; }
.solution-result p { margin: 0; color: rgba(255,255,255,.82); font-size: 18px; font-weight: 650; }
.solution-face-back .solution-card-index { color: var(--solution-color); }
.solution-face-back h3 { color: #fff; }
.solution-face-back:before { opacity: .35; }
.solution-flip-hint { margin-top: auto; padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--solution-color) 32%, transparent); color: color-mix(in srgb, var(--solution-color) 78%, #555); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.solution-face-back .solution-flip-hint { color: var(--solution-color); }

.public-solutions { padding: 184px 0 220px; background: #f4f4f1; }
.public-solutions .body-copy { color: var(--muted); padding-top: 10px; }
.public-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.public-card { min-height: 360px; padding: 32px; position: relative; isolation: isolate; overflow: hidden; background: #fff; border-radius: 28px; display: flex; flex-direction: column; box-shadow: inset 0 0 0 1px rgba(10,10,10,.06); opacity: 0; transform: translateY(24px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out), background .3s, color .3s, box-shadow .3s; }
.public-card:before { content: ""; position: absolute; z-index: -1; width: 260px; aspect-ratio: 1; right: -70px; top: 34px; border: 1px solid rgba(10,10,10,.09); border-radius: 50%; box-shadow: 0 0 0 38px rgba(10,10,10,.018), 0 0 0 76px rgba(10,10,10,.012); }
.public-card:nth-child(2) { transition-delay: .1s; }.public-card:nth-child(3) { transition-delay: .2s; }
.public-card.in-view { opacity: 1; transform: none; }
.public-card > span { color: var(--muted); font-size: 10px; }
.public-card h3 { margin: auto 0 20px; font-size: 40px; line-height: 1.1; letter-spacing: -.05em; }
.public-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.public-card small { display: block; margin-top: 18px; color: #999; font-size: 11px; line-height: 1.7; }
.public-card b { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .13em; }
.public-card:hover { background: var(--fg); color: #fff; box-shadow: 0 18px 50px rgba(10,10,10,.12); }
.public-card:hover p, .public-card:hover small, .public-card:hover > span { color: rgba(255,255,255,.5); }
.public-card:hover b { border-color: var(--line-dark); }

.cases-section { overflow: hidden; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.case-card { min-height: 310px; padding: 26px; border-radius: 18px; background: var(--bg-elev); display: flex; flex-direction: column; opacity: 0; transform: translateY(24px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out), background .25s, color .25s; }
.case-card.in-view { opacity: 1; transform: none; }
.case-card span { color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.case-card h3 { margin: auto 0 24px; font-size: 29px; line-height: 1.28; letter-spacing: -.045em; }
.case-card b { padding-top: 16px; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; }
.case-card:hover { background: var(--brand); color: #fff; }
.case-card:hover span { color: rgba(255,255,255,.6); }
.case-card:hover b { border-color: rgba(255,255,255,.22); }

.latest { padding: 190px 0 176px; background: #fff; }
.latest-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }
.circle-arrow { width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: background .25s, color .25s; }
.circle-arrow:hover { background: var(--fg); color: #fff; }
.latest-content-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; padding-top: 32px; border-top: 1px solid var(--line); }
.latest-content-group > header { min-height: 72px; margin-bottom: 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.latest-content-group > header span { color: var(--muted); font-size: 9px; font-weight: 670; letter-spacing: .13em; }
.latest-content-group > header h3 { margin: 7px 0 0; font-size: 26px; line-height: 1; letter-spacing: -.04em; }
.latest-content-group > header a { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 650; text-decoration: none; }
.latest-content-group > header a svg { width: 15px; transition: transform .25s var(--ease-out); }
.latest-content-group > header a:hover svg { transform: translateX(3px); }
.latest-content-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.latest-content-card { min-width: 0; opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.latest-content-card:nth-child(2) { transition-delay: .1s; }
.latest-content-card.in-view { opacity: 1; transform: none; }
.latest-content-card > a { display: block; color: var(--fg); text-decoration: none; }
.latest-content-image { width: 100%; aspect-ratio: 4 / 3; border-radius: 18px; display: block; overflow: hidden; background: #f0f0ee; }
.latest-content-image > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s var(--ease-out); }
.latest-content-card a:hover .latest-content-image > img { transform: scale(1.035); }
.latest-content-meta { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #8b8b8b; font-size: 9px; line-height: 1; }
.latest-content-meta > span { min-width: 0; display: flex; gap: 5px; overflow: hidden; }
.latest-content-meta b { padding: 5px 7px; border-radius: 999px; background: #f1f1ef; color: #686868; font-size: 8px; font-weight: 680; white-space: nowrap; }
.latest-content-meta time { flex: none; letter-spacing: .04em; }
.latest-content-card h3 { margin: 14px 0 9px; display: -webkit-box; overflow: hidden; font-size: 20px; line-height: 1.35; letter-spacing: -.04em; word-break: keep-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.latest-content-card p { margin: 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.65; word-break: keep-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.latest-ebook-card .ebook-thumbnail-overlay { padding: 18px; }
.latest-ebook-card .ebook-thumbnail-brand { font-size: 12px; }
.latest-ebook-card .ebook-thumbnail-overlay strong { max-width: 210px; font-size: 19px; line-height: 1.28; }
.empty-insights { min-height: 400px; padding: 48px; border-radius: 28px; background: #f4f4f1; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 64px; opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.empty-insights.in-view { opacity: 1; transform: none; }
.empty-orbit { width: min(100%, 280px); aspect-ratio: 1; margin: auto; border-radius: 50%; border: 1px solid #ccc; position: relative; display: grid; place-items: center; }
.empty-orbit:before, .empty-orbit:after { content: ""; position: absolute; inset: 17%; border: 1px solid #ddd; border-radius: 50%; }
.empty-orbit:after { inset: 34%; background: var(--brand); border: 0; }
.empty-orbit b { position: relative; z-index: 2; color: #fff; font-size: 32px; letter-spacing: -.08em; }
.empty-orbit b sup { font-size: .4em; }
.empty-orbit i { position: absolute; top: 12%; left: 48%; width: 9px; height: 9px; border-radius: 50%; background: var(--fit); transform-origin: 4px 106px; animation: none; }
.empty-orbit i:nth-child(2) { background: var(--float); transform-origin: 4px 80px; top: 21%; }
.empty-insights > div:last-child > span { font-size: 10px; color: var(--muted); letter-spacing: .12em; }
.empty-insights h3 { margin: 15px 0 12px; font-size: clamp(25px, 3vw, 38px); line-height: 1.35; letter-spacing: -.04em; }
.empty-insights p { color: var(--muted); font-size: 14px; }
.empty-insights .text-link { margin-top: 24px; }
.latest-empty-streams { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.latest-empty-streams article { min-height: 245px; display: flex; flex-direction: column; }
.latest-empty-streams article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.latest-empty-streams article > span { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.latest-empty-streams article h3 { margin: auto 0 10px; font-size: clamp(22px, 2.3vw, 31px); }
.latest-empty-streams > p { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; }
.latest-stream-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.content-stream { min-height: 390px; padding: 36px; border-radius: 22px; background: var(--bg-elev); display: flex; flex-direction: column; opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
.content-stream.in-view { opacity: 1; transform: none; }
.content-stream > span { color: var(--muted); font-size: 10px; letter-spacing: .13em; }
.content-stream h3 { margin: auto 0 15px; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.27; letter-spacing: -.045em; }
.content-stream p { margin: 0; color: var(--muted); font-size: 13px; }
.content-stream .text-link { margin-top: 28px; }
.content-stream-dark { background: var(--fg); color: #fff; }
.content-stream-dark > span, .content-stream-dark p { color: rgba(255,255,255,.46); }

.contact-cta { height: auto; min-height: 513px; padding: 160px 0 140px; background: #fff; color: var(--fg); display: flex; align-items: flex-start; }
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.contact-copy { text-align: center; }
.contact-inner .eyebrow { color: var(--muted); }
.contact-inner h2 { margin: 0; font-size: clamp(36px, 3.3vw, 42px); line-height: 1.35; letter-spacing: -.045em; }
.contact-inner h2 span { color: var(--fg); }
.contact-copy > p:not(.eyebrow) { margin: 16px auto 0; max-width: 620px; color: var(--muted); font-size: 14px; }
.contact-copy .contact-tagline { margin-top: 18px; color: #a0a0a0; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-action-bar { width: min(100%, 850px); min-height: 72px; margin-inline: auto; padding: 7px 9px 7px 22px; border-radius: 20px; background: var(--fg); color: #fff; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; text-align: left; box-shadow: 0 18px 55px rgba(0,0,0,.12); }
.contact-action-bar p { margin: 0; display: flex; flex-direction: column; }
.contact-action-bar b { font-size: 12px; font-weight: 650; }
.contact-action-bar small { margin-top: 4px; color: rgba(255,255,255,.45); font-size: 10px; }
.contact-action-bar .button-light { min-height: 58px; padding-inline: 22px; background: #fff; color: var(--fg); }
.contact-readiness { width: min(100%, 850px); margin: 0 auto; border-top: 1px solid var(--line); text-align: left; }
.contact-readiness summary { padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; }
.contact-readiness summary::-webkit-details-marker { display: none; }
.contact-readiness summary span { font-size: 12px; font-weight: 650; }
.contact-readiness summary small { margin-left: auto; color: var(--muted); font-size: 10px; }
.contact-readiness summary:after { content: "+"; margin-left: 12px; color: var(--muted); font-size: 18px; }
.contact-readiness[open] summary:after { content: "−"; }
.contact-readiness ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.contact-readiness li { min-height: 82px; padding: 18px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; color: var(--muted); font-size: 11px; line-height: 1.45; }
.contact-readiness li:last-child { border-right: 0; }
.contact-readiness li span { margin-bottom: 8px; color: #aaa; font-size: 9px; letter-spacing: .1em; }
.contact-readiness > p { margin: 16px 0 0; color: var(--muted); font-size: 10px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(73,80,255,.1); }

.floating-dock { position: fixed; z-index: 70; left: 50%; bottom: 28px; transform: translate(-50%, 6px); width: 700px; max-width: calc(100% - 32px); min-height: 82px; padding: 10px 12px 10px 22px; border-radius: 20px; background: rgba(255,255,255,.96); color: #111; box-shadow: 0 18px 64px rgba(0,0,0,.2); display: flex; flex-direction: row; align-items: center; gap: 6px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, transform .25s, visibility .25s, background .25s, color .25s; white-space: nowrap; backdrop-filter: blur(14px); }
.floating-dock.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.floating-dock.is-dark { background: rgba(10,10,10,.94); color: #fff; }
.dock-copy { min-width: 190px; margin-right: auto; display: flex; flex-direction: column; color: #777; text-align: left; }
.dock-copy b { color: currentColor; font-size: 10px; letter-spacing: 0; }
.dock-copy small { margin-top: 3px; color: currentColor; font-size: 9px; letter-spacing: 0; }
.floating-dock.is-dark .dock-copy { color: rgba(255,255,255,.55); }
.floating-dock .button { min-height: 48px; padding: 0 16px; gap: 8px; font-size: 11px; }
.floating-dock .button svg { width: 13px; }
.dock-link { padding: 14px 12px; border-radius: 9px; font-size: 11px; text-align: center; text-decoration: none; }
.dock-link:hover { background: rgba(10,10,10,.05); }
.floating-dock.is-dark .dock-link:hover { background: rgba(255,255,255,.08); }
.dock-top { width: 38px; height: 38px; border: 0; border-radius: 9px; background: rgba(10,10,10,.06); cursor: pointer; display: none; }
.floating-dock.is-dark .dock-top { background: rgba(255,255,255,.1); }
.floating-dock.has-top .dock-top { display: block; }
.data-room-download-dock { width: min(680px, calc(100% - 32px)); }
.data-room-download-dock .dock-copy { min-width: 0; }
.data-room-download-dock .dock-copy b { color: #fff; font-size: 12px; }
.data-room-download-dock .dock-copy small { color: rgba(255,255,255,.58); font-size: 10px; }

.site-footer { padding: 48px 0 22px; background: var(--bg-elev); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr) 60px; gap: 30px; }
.footer-brand .brand-mark { width: 190px; height: 32px; }
.footer-brand p { margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { margin-bottom: 9px; font-size: 11px; letter-spacing: .06em; }
.footer-grid a { color: var(--muted); font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: var(--fg); }
.to-top { width: 56px; height: 56px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; display: grid; place-items: center; }
.to-top:hover { background: #fff; }
.footer-bottom { margin-top: 54px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #949494; font-size: 10px; }

.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 72px; font-size: 11px; color: rgba(255,255,255,.42); }
.breadcrumb a { text-decoration: none; }
.insights-hero { height: 680px; padding-top: 105px; background: var(--bg-dark); color: #fff; overflow: hidden; position: relative; }
.insights-hero .shell { position: relative; z-index: 2; }
.insights-hero .eyebrow { color: rgba(255,255,255,.42); }
.insights-hero h1 { margin: 0; font-size: clamp(66px, 10vw, 128px); line-height: .9; letter-spacing: -.07em; }
.insights-hero h1 span { color: rgba(255,255,255,.32); }
.insights-hero .shell > p:last-child { margin: 30px 0 0; color: rgba(255,255,255,.55); font-size: 15px; }
.insights-hero-word { position: absolute; right: -1.5vw; bottom: -10vw; color: rgba(255,255,255,.035); font-size: 28vw; line-height: 1; font-weight: 750; letter-spacing: -.08em; pointer-events: none; }
.insights-index { min-height: 780px; }
.insight-groups { margin-bottom: 54px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insight-groups a { min-height: 150px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); color: var(--fg); text-decoration: none; transition: background .25s, color .25s; }
.insight-groups a:last-child { border-right: 0; }
.insight-groups span { font-size: clamp(28px, 4vw, 48px); font-weight: 680; line-height: 1; letter-spacing: -.05em; }
.insight-groups small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.insight-groups a:hover, .insight-groups a.is-active { background: var(--fg); color: #fff; }
.insight-groups a:hover small, .insight-groups a.is-active small { color: rgba(255,255,255,.48); }
.insights-tools { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.filter-tabs { display: flex; gap: 6px; }
.filter-tabs a { min-width: 66px; padding: 10px 14px; border-radius: 999px; text-align: center; font-size: 12px; text-decoration: none; color: var(--muted); transition: background .2s, color .2s; }
.filter-tabs a.is-active, .filter-tabs a:hover { background: var(--fg); color: #fff; }
.search-box { width: 230px; height: 44px; display: flex; align-items: center; border-bottom: 1px solid #aaa; color: #888; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; }
.search-box svg { width: 18px; }
.insights-count { padding: 36px 0; display: flex; justify-content: space-between; align-items: center; }
.insights-count p { margin: 0; display: flex; gap: 14px; align-items: baseline; }
.insights-count strong { font-size: 28px; letter-spacing: -.04em; }
.insights-count span { color: var(--muted); font-size: 11px; }
.insight-material-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px 24px; }
.insight-material-card[hidden] { display: none; }
.insight-material-card a { display: block; color: var(--fg); text-decoration: none; }
.insight-material-image { aspect-ratio: 16 / 10; display: block; overflow: hidden; border-radius: 12px; background: #eee; }
.insight-material-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.insight-material-card a:hover .insight-material-image img { transform: scale(1.035); }
.insight-material-meta { margin-top: 17px; display: flex; justify-content: space-between; color: #777; font-size: 11px; font-weight: 650; letter-spacing: .08em; }
.insight-material-meta i { font-style: normal; }
.insight-material-card h2 { margin: 11px 0 9px; font-size: 20px; line-height: 1.42; letter-spacing: -.035em; word-break: keep-all; }
.insight-material-card p { margin: 0; display: -webkit-box; overflow: hidden; color: #777; font-size: 13px; line-height: 1.65; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.insights-empty { min-height: 340px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insights-empty[hidden] { display: none; }
.empty-number { font-size: clamp(110px, 18vw, 220px); line-height: 1; font-weight: 720; color: #eee; letter-spacing: -.09em; }
.insights-empty h2 { margin: 12px 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.04em; }
.insights-empty > div:last-child > p:last-child { max-width: 570px; color: var(--muted); font-size: 14px; }
.insights-bottom { min-height: 460px; background: var(--bg-dark); color: #fff; display: flex; align-items: center; }
.insights-bottom p { margin: 0 0 15px; color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .15em; }
.insights-bottom h2 { margin: 0 0 36px; font-size: clamp(40px, 5.3vw, 66px); line-height: 1.18; letter-spacing: -.05em; }

.content-index-page { background: #fff; }
.content-index-hero { min-height: calc(100vh - 64px); padding: 140px 0 104px; background: #fff; }
.content-index-layout { width: min(100% - (var(--gutter) * 2), 1168px); display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 56px; align-items: start; }
.content-side-nav { position: sticky; top: 104px; }
.content-side-nav nav { display: flex; flex-direction: column; gap: 1px; }
.content-side-nav a { min-height: 39px; padding: 9px 14px; display: flex; align-items: center; border-radius: 8px; color: #777; font-size: 14px; line-height: 21px; text-decoration: none; transition: background .2s, color .2s; }
.content-side-nav a:hover,
.content-side-nav a[aria-current="page"] { color: var(--fg); background: #f0f0f0; }
.content-index-main > h1 { margin: 0; font-size: 42px; line-height: 1.2; font-weight: 700; letter-spacing: -.045em; }
.content-index-description { max-width: 650px; margin: 16px 0 0; color: #777; font-size: 14px; line-height: 1.7; }
.content-feature-stack { margin-top: 36px; }
.content-feature[hidden], .content-card[hidden] { display: none; }
.content-feature { height: 310px; overflow: hidden; border-radius: 20px; background: #f5f5f5; }
.content-feature > a,
.content-feature-static { height: 100%; display: grid; grid-template-columns: 52% 48%; color: var(--fg); text-decoration: none; }
.content-feature-image { min-width: 0; overflow: hidden; background: #e9e9e9; }
.content-feature-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.content-feature > a:hover .content-feature-image img,
.content-feature-static:hover .content-feature-image img { transform: scale(1.035); }
.content-feature-copy { min-width: 0; padding: 34px 38px; display: flex; flex-direction: column; justify-content: center; }
.content-feature-copy small,
.content-card small { color: #777; font-size: 11px; font-weight: 650; letter-spacing: .06em; }
.content-feature-copy h2 { margin: 12px 0 12px; font-size: 27px; line-height: 1.4; letter-spacing: -.04em; word-break: keep-all; }
.content-feature-copy p { margin: 0; display: -webkit-box; overflow: hidden; color: #777; font-size: 13px; line-height: 1.65; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.content-feature-copy > b { margin-top: 22px; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; }
.content-feature-copy > b svg { width: 16px; fill: none; stroke: currentColor; }
.content-card-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px 24px; }
.content-card a,
.content-card > div { display: block; color: var(--fg); text-decoration: none; }
.content-card-image { aspect-ratio: 16 / 10; display: block; overflow: hidden; border-radius: 12px; background: #eee; }
.content-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.content-card a:hover .content-card-image img { transform: scale(1.035); }
.content-card small { display: block; margin-top: 17px; }
.content-card h2 { margin: 10px 0 9px; font-size: 19px; line-height: 1.45; letter-spacing: -.035em; word-break: keep-all; }
.content-card p { margin: 0; display: -webkit-box; overflow: hidden; color: #777; font-size: 13px; line-height: 1.65; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.content-feature-ebook { height: 310px; }
.content-feature-ebook .content-feature-static { grid-template-columns: 496px minmax(0, 1fr); }
.content-feature-ebook .content-feature-image { width: auto; height: 100%; padding: 0; background: #eee; }
.content-feature-ebook .content-feature-image img { object-fit: cover; }
.content-card-ebook .content-card-image { aspect-ratio: 16 / 10; padding: 0; }
.content-card-ebook .content-card-image img { object-fit: cover; }
.ebook-thumbnail { position: relative; isolation: isolate; color: #fff; }
.ebook-thumbnail:after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,7,14,.02) 24%, rgba(4,7,14,.32) 55%, rgba(4,7,14,.93) 100%); pointer-events: none; }
.ebook-thumbnail-overlay { position: absolute; inset: 0; z-index: 2; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; pointer-events: none; }
.ebook-thumbnail-brand { font-size: 16px; line-height: 1; font-weight: 780; letter-spacing: -.05em; text-shadow: 0 1px 12px rgba(0,0,0,.38); }
.ebook-thumbnail-overlay strong { max-width: 290px; font-size: 27px; line-height: 1.23; font-weight: 720; letter-spacing: -.045em; word-break: keep-all; text-wrap: balance; text-shadow: 0 2px 18px rgba(0,0,0,.46); }
.content-card-ebook .ebook-thumbnail-overlay { padding: 22px; }
.content-card-ebook .ebook-thumbnail-brand { font-size: 14px; }
.content-card-ebook .ebook-thumbnail-overlay strong { max-width: 235px; font-size: 23px; line-height: 1.25; }
.content-filter-empty { min-height: 260px; margin-top: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 54px; }
.content-filter-empty[hidden] { display: none; }
.content-filter-empty span { color: #eee; font-size: 120px; font-weight: 720; letter-spacing: -.08em; }
.content-filter-empty h2 { margin: 0; font-size: 25px; }

.blog-post-page { padding: 158px 0 180px; background: #fff; }
.blog-post-page > article { width: min(calc(100% - (var(--gutter) * 2)), 932px); margin: 0 auto; }
.blog-post-header { width: min(100%, 760px); margin: 0 auto; }
.blog-post-header .breadcrumb { margin-bottom: 76px; color: #888; }
.blog-post-header .eyebrow { color: var(--brand); }
.blog-post-header h1 { margin: 14px 0 22px; font-size: 42px; line-height: 1.2; font-weight: 720; letter-spacing: -.048em; word-break: keep-all; }
.blog-post-excerpt { margin: 0; color: #666; font-size: 17px; line-height: 1.8; word-break: keep-all; }
.blog-post-hero { margin: 70px 0 90px; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 14px; background: #eee; }
.blog-post-hero img { width: 100%; height: 100%; display: block; object-fit: cover; }
.blog-post-body { width: min(100%, 760px); margin: 0 auto; }
.blog-post-body h2 { margin: 104px 0 28px; font-size: 31px; line-height: 1.42; letter-spacing: -.04em; word-break: keep-all; }
.blog-post-body h3 { margin: 70px 0 24px; font-size: 25px; line-height: 1.45; letter-spacing: -.035em; }
.blog-post-body p { margin: 0 0 24px; color: #333; font-size: 17px; line-height: 1.82; letter-spacing: -.012em; word-break: keep-all; }
.blog-post-body ul { margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.blog-post-body li { position: relative; padding: 16px 10px 16px 28px; border-bottom: 1px solid var(--line); color: #333; font-size: 16px; line-height: 1.7; word-break: keep-all; }
.blog-post-body li:before { content: ""; width: 6px; height: 6px; position: absolute; left: 8px; top: 26px; border-radius: 50%; background: var(--brand); }
.blog-post-body blockquote { margin: 46px 0; padding: 30px 32px; border-left: 3px solid var(--brand); background: #f6f6f8; color: #222; font-size: 19px; font-weight: 600; line-height: 1.75; }
.blog-post-body figure { width: 100%; margin: 64px 0; }
.blog-post-body figure img { width: 100%; height: auto; display: block; border-radius: 12px; }
.blog-post-body figcaption { margin-top: 12px; color: #999; font-size: 11px; text-align: center; }
.blog-post-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.blog-post-link svg { width: 17px; fill: none; stroke: currentColor; }
.blog-post-footer { width: min(100%, 760px); margin: 120px auto 0; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.blog-post-footer a { display: inline-flex; align-items: center; gap: 7px; color: #555; font-size: 12px; text-decoration: none; }
.blog-post-footer svg { width: 17px; fill: none; stroke: currentColor; }
.data-room-post-hero { background: #f2f2f2; }
.data-room-post-hero img { object-fit: contain; }
.data-room-private { margin-top: 10px; padding: 54px 48px 58px; border: 1px solid var(--line); border-radius: 16px; background: #f7f7f7; text-align: center; }
.data-room-private span { color: #888; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.data-room-private h2 { margin: 14px 0 18px; font-size: 31px; }
.data-room-private p { margin: 0; color: #666; font-size: 15px; line-height: 1.8; }
.contact-page { background: #fff; }
.contact-split { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 58%) minmax(520px, 42%); align-items: stretch; }
.contact-page-left { min-height: 100vh; position: relative; overflow: hidden; background: var(--bg-dark); color: #fff; }
.contact-page-left:before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 74% 58% at 72% 72%, rgba(73,80,255,.42), rgba(73,80,255,.12) 45%, transparent 74%); }
.contact-page-left:after { content: ""; position: absolute; width: min(65vw, 880px); aspect-ratio: 1; right: -20%; bottom: -42%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.contact-page-left-inner { min-height: 100vh; padding: 96px clamp(48px, 7vw, 132px) 44px; position: sticky; top: 0; z-index: 1; display: flex; flex-direction: column; }
.contact-page-left .breadcrumb { margin-bottom: auto; }
.contact-page-heading { margin-block: 72px; }
.contact-page-heading .eyebrow { margin-bottom: 16px; color: rgba(255,255,255,.42); }
.contact-page-heading h1 { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.4; font-weight: 560; letter-spacing: -.01em; }
.contact-heading-rule { width: 48px; height: 1px; margin: 22px 0; display: block; background: rgba(255,255,255,.28); }
.contact-page-heading h2 { margin: 0; font-size: clamp(40px, 3.7vw, 56px); line-height: 1.18; font-weight: 720; letter-spacing: -.055em; word-break: keep-all; }
.contact-page-heading > p:last-child { max-width: 500px; margin: 22px 0 0; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.7; word-break: keep-all; }
.contact-page-left-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.contact-gate-line { display: flex; align-items: center; gap: 18px; font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.contact-gate-line span { display: inline-flex; align-items: center; gap: 18px; }
.contact-gate-line span:not(:last-child):after { content: ""; width: 30px; height: 1px; background: rgba(255,255,255,.16); }
.contact-gate-line span:nth-child(1) { color: var(--fit); }
.contact-gate-line span:nth-child(2) { color: var(--fund); }
.contact-gate-line span:nth-child(3) { color: var(--float); }
.contact-page-panel { min-width: 0; min-height: 100vh; padding: 48px clamp(34px, 3.2vw, 64px) 20px; background: #fff; }
.contact-form-wrap { width: min(100%, 650px); margin-inline: auto; padding: 0; background: #fff; border: 0; border-radius: 0; box-shadow: none; }
.contact-form-head { padding-bottom: 16px; display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.contact-form-head span { color: var(--brand); font-size: 9px; font-weight: 720; letter-spacing: .14em; }
.contact-form-head h2 { margin: 5px 0 0; font-size: 26px; line-height: 1.25; letter-spacing: -.045em; }
.contact-form-head div > p { margin: 4px 0 0; color: #888; font-size: 10px; }
.contact-form-head > p { margin: 0; color: #8b8b8b; font-size: 10px; }
.contact-form-head > p b,
.contact-field > span > b,
.contact-human-check b,
.contact-consent b { color: #f25b4f; font-weight: 700; }
.contact-request-context { margin-top: 12px; padding: 13px 15px; border: 1px solid #d9d9d5; border-radius: 9px; background: #f5f5f1; }
.contact-request-context[hidden] { display: none; }
.contact-request-kind { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid #ddddda; }
.contact-request-kind span,
.contact-request-context dt { color: #777; font-size: 9px; font-weight: 650; letter-spacing: .04em; }
.contact-request-kind strong { color: #0d7e61; font-size: 12px; letter-spacing: -.02em; }
.contact-request-context dl { margin: 0; }
.contact-request-context dl > div { padding-top: 8px; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 12px; }
.contact-request-context dt,
.contact-request-context dd { margin: 0; }
.contact-request-context dd { min-width: 0; color: #242424; font-size: 10px; line-height: 1.4; word-break: keep-all; }
.contact-page[data-request-kind="data-room"] .contact-page-left:before { background: radial-gradient(ellipse 74% 58% at 72% 72%, rgba(232,169,40,.34), rgba(232,169,40,.1) 48%, transparent 74%); }
.contact-page[data-request-kind="data-room"] .contact-form-head span { color: var(--brand); }
.contact-form { padding-top: 14px; }
.contact-field-grid { display: grid; grid-template-columns: 1fr; gap: 9px; }
.contact-field { min-width: 0; display: grid; gap: 4px; }
.contact-field-wide { grid-column: auto; }
.contact-field > span:first-child,
.contact-human-check label > span { color: #292929; font-size: 11px; font-weight: 650; }
.contact-field > span em { margin-left: 6px; color: #999; font-size: 10px; font-style: normal; font-weight: 500; }
.contact-field input:not([type="file"]),
.contact-field textarea,
.contact-human-check input { width: 100%; border: 1px solid #dedede; border-radius: 7px; background: #fff; color: #171717; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-field input:not([type="file"]) { height: 34px; padding-inline: 11px; font-size: 11px; }
.contact-field textarea { min-height: 68px; padding: 8px 11px; font-size: 11px; resize: vertical; line-height: 1.5; }
.contact-field input::placeholder,
.contact-field textarea::placeholder,
.contact-human-check input::placeholder { color: #aaa; }
.contact-field input:not([type="file"]):focus,
.contact-field textarea:focus,
.contact-human-check input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(73,80,255,.08); }
.contact-field > small { color: #999; font-size: 9px; }
.contact-field-wide > small:first-of-type { justify-self: end; margin-top: -3px; }
.contact-file-field { position: relative; }
.contact-file-field input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.contact-file-control { height: 36px; padding: 0 10px; display: flex; align-items: center; gap: 10px; border: 1px dashed #c8c8c8; border-radius: 7px; cursor: pointer; transition: border-color .2s, background .2s; }
.contact-file-control:hover { border-color: var(--brand); background: #f8f8ff; }
.contact-field > .contact-file-control > b { flex: none; padding: 6px 9px; border-radius: 6px; background: var(--brand); color: #fff; font-size: 9px; }
.contact-file-control small { min-width: 0; overflow: hidden; color: #777; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.contact-human-check { margin-top: 10px; padding: 8px 11px; display: flex; align-items: end; justify-content: space-between; gap: 18px; background: #f6f6f4; border-radius: 7px; }
.contact-human-check label { width: min(100%, 230px); display: grid; gap: 6px; }
.contact-human-check input { height: 30px; padding-inline: 9px; font-size: 10px; }
.contact-human-check p { margin: 0 0 5px; color: #777; font-size: 9px; }
.contact-consent { margin-top: 10px; display: flex; align-items: flex-start; gap: 8px; color: #666; font-size: 9px; line-height: 1.4; cursor: pointer; }
.contact-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--brand); }
.contact-consent a { color: #222; text-underline-offset: 3px; }
.contact-submit-row { margin-top: 10px; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); }
.contact-submit-row p { margin: 0; color: #929292; font-size: 8px; line-height: 1.5; }
.contact-submit-row .button { min-width: 156px; min-height: 36px; border: 0; font-size: 10px; cursor: pointer; }
.contact-form-status { min-height: 14px; margin: 6px 0 0; color: var(--brand); font-size: 9px; text-align: right; }
.legal-hero { padding: 320px 0 160px; background: var(--bg-elev); }
.legal-hero .breadcrumb { color: var(--muted); margin-bottom: 76px; }
.legal-hero .eyebrow { color: var(--muted); }
.legal-hero h1 { margin: 0; font-size: clamp(45px, 6vw, 72px); letter-spacing: -.055em; }
.legal-hero > .shell > p:last-child { color: var(--muted); }
.legal-body { padding: 160px 0 280px; min-height: 520px; }
.legal-copy { max-width: 880px; }
.legal-notice { padding: 44px; border: 1px solid var(--line); border-radius: 18px; margin-bottom: 34px; }
.legal-notice > span { color: var(--muted); font-size: 10px; letter-spacing: .13em; }
.legal-notice h2 { margin: 13px 0 10px; font-size: 30px; letter-spacing: -.035em; }
.legal-notice p { margin: 0; color: var(--muted); font-size: 14px; }
.not-found { min-height: calc(100vh - 250px); padding: 150px 24px 100px; background: #fff; display: grid; place-items: center; text-align: center; }
.not-found span { display: block; color: #e9e9e9; font-size: clamp(120px, 25vw, 260px); line-height: .8; font-weight: 750; letter-spacing: -.1em; }
.not-found h1 { margin: 40px 0 10px; font-size: 34px; letter-spacing: -.04em; }
.not-found p { color: var(--muted); }
.not-found .button { margin-top: 24px; }

@media (min-width: 1024px) {
  .hero, .hero-story-inner { min-height: clamp(640px, 72vh, 764px); }
  .hero-story-inner { padding-top: clamp(228px, 23.9453125vh, 313px); padding-bottom: clamp(64px, 6.7278287vh, 88px); }
  .hero .hero-lead { margin-bottom: clamp(16.5px, .859375vw, 22px); font-size: clamp(9px, .46875vw, 12px); }
  .hero-title-gates { --gate-final-gap: clamp(33px, 1.71875vw, 44px); margin-top: clamp(7.5px, .390625vw, 10px); font-size: clamp(93.6px, 4.875vw, 124.8px); }
  .hero-copy { margin-top: clamp(20.25px, 1.0546875vw, 27px); font-size: clamp(11.25px, .5859375vw, 15px); }
  .hero-actions { margin-top: clamp(22.5px, 1.171875vw, 30px); gap: clamp(7.5px, .390625vw, 10px); }
  .hero-actions .button { min-height: clamp(36px, 1.875vw, 48px); padding-inline: clamp(15px, .78125vw, 20px); gap: clamp(10.5px, .546875vw, 14px); border-radius: clamp(6.75px, .3515625vw, 9px); font-size: clamp(10.5px, .546875vw, 14px); }
  .hero-actions .button svg { width: clamp(13.5px, .703125vw, 18px); }
  .dark-stage { padding-top: clamp(31px, 3.2110092vh, 42px); }
  .clients-section { padding-top: clamp(87px, 9.1743119vh, 120px); padding-bottom: clamp(58px, 6.116208vh, 80px); }
  .client-rail { min-height: clamp(61.5px, 3.203125vw, 82px); }
  .client-logo { width: clamp(105.75px, 5.5078125vw, 141px); min-width: clamp(105.75px, 5.5078125vw, 141px); height: clamp(42px, 2.1875vw, 56px); padding: clamp(8.25px, .4296875vw, 11px) clamp(14.25px, .7421875vw, 19px); }
  .client-logo img { max-width: clamp(76.5px, 3.984375vw, 102px); max-height: clamp(25.5px, 1.328125vw, 34px); }
}

@media (max-width: 1023px) {
  :root { --gutter: 20px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .site-header.menu-active { background: var(--bg-dark); color: #fff; border-bottom-color: var(--line-dark); transform: none; }
  .two-column { gap: 46px; }
  .hero-title-gates { font-size: clamp(64px, 9.6vw, 84px); }
  .why-section { height: auto; padding: 180px 0; overflow: hidden; }
  .why-heading .section-title { font-size: clamp(40px, 6vw, 54px); }
  .why-question-grid { margin-top: 68px; }
  .why-question-card { min-height: 370px; padding: 28px; }
  .why-conclusion { padding-inline: 34px; }
  .why-conclusion-gates { margin-inline: -34px; }
  .why-layout { height: auto; grid-template-columns: 250px 1fr; gap: 42px; }
  .why-list { gap: 40px; }
  .why-row, .why-row-pin { min-height: 0; position: static; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; }
  .why-visual { width: 100%; height: auto; aspect-ratio: 1 / 1.05; }
  .why-tail { display: none; }
  .framework-comparison { position: relative; left: auto; bottom: auto; width: auto; margin: 0 var(--gutter); }
  .growth-groups { grid-template-columns: 1fr; gap: 72px; }
  .growth-group { grid-template-rows: 44px auto; }
  .proof-metrics { grid-template-columns: repeat(2, 1fr); }
  .metric-card:nth-child(2) { border-right: 0; }
  .metric-card:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .reviews-heading { grid-template-columns: 120px minmax(0, 1fr); }
  .reviews-heading > p:last-child { grid-column: 2; }
  .framework-flow { grid-template-columns: 1fr; }
  .framework-core { order: 2; }
  .framework-after { order: 3; }
  .solution-finder-card { min-height: 230px; padding: 24px 20px; }
  .solution-finder-card h4 { font-size: 21px; }
  .solution-flip-grid { grid-template-columns: 1fr; max-width: 680px; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-panel > div, .solution-panel dl { padding: 38px; }
  .latest-content-groups { grid-template-columns: 1fr; gap: 74px; }
  .contact-cta { height: auto; min-height: 513px; }
  .contact-layout { grid-template-columns: 1fr; gap: 24px; }
  .contact-action-bar, .contact-readiness { max-width: 680px; }
  .content-index-layout { grid-template-columns: 150px minmax(0, 1fr); gap: 34px; }
  .insight-material-grid, .content-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-feature { height: 360px; }
  .content-feature > a, .content-feature-static { grid-template-columns: 48% 52%; }
  .content-feature-copy { padding-inline: 28px; }
  .blog-post-body figure { margin-inline: 0; }
  .contact-split { grid-template-columns: 1fr; }
  .contact-page-left,
  .contact-page-left-inner { min-height: 650px; }
  .contact-page-left-inner { position: relative; padding: 108px var(--gutter) 48px; }
  .contact-page-left .breadcrumb { margin-bottom: 72px; }
  .contact-page-heading { margin: 0 0 72px; }
  .contact-page-heading h2 { font-size: 52px; }
  .contact-page-panel { min-height: 0; padding: 88px var(--gutter) 120px; }
  .contact-form-wrap { max-width: 720px; }
}

@media (max-width: 767px) {
  :root { --gutter: 16px; }
  .section-pad { padding: 144px 0; }
  .section-bottom { padding-bottom: 136px; }
  .section-title { font-size: 34px; line-height: 1.35; }
  .two-column { grid-template-columns: 1fr; gap: 32px; }
  .hero, .hero-story-inner { min-height: 523px; }
  .hero-story-inner { padding-top: 92px; padding-bottom: 112px; align-items: center; text-align: center; }
  .hero .hero-lead { margin-bottom: 18px; }
  .hero-title-gates { --gate-final-gap: 12px; margin-top: 8px; justify-content: center; font-size: clamp(46px, 13vw, 56px); line-height: 1; text-align: center; }
  .hero-copy { margin: 24px auto 0; font-size: 13px; text-align: center; }
  .hero-copy br { display: none; }
  .hero-actions { margin-top: 28px; }
  .hero-actions { justify-content: center; }
  .hero-actions .button { min-height: 44px; padding-inline: 15px; }
  .brand-mark { width: 142px; height: 24px; }
  .hero-taxonomy { bottom: 22px; width: min(100%, 360px); min-height: 76px; padding-top: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-taxonomy > span { min-height: 30px; padding: 0 8px; font-size: 12px; }
  .hero-taxonomy > span:nth-child(2) { border-right: 0; }
  .hero-index { display: none; }
  .dark-stage { padding-top: 44px; }
  .gate-intro { height: auto; padding-top: 160px; padding-bottom: 120px; }
  .gate-intro .two-column { min-height: 0; }
  .growth-pathway { margin-bottom: 44px; }
  .growth-roadmap { padding: 0; }
  .growth-model-title span { width: auto; padding: 0; }
  .growth-model-title { align-items: flex-start; }
  .growth-model-title button { min-width: 66px; padding-top: 6px; font-size: 10px; }
  .roadmap-rounds { display: none; }
  .roadmap-stage-grid { height: 720px; grid-template-columns: 1fr; gap: 0; }
  .roadmap-stage,
  .roadmap-stage-fit,
  .roadmap-stage-fund,
  .roadmap-stage-float { height: 240px; padding: 0; }
  .roadmap-stage:before { content: attr(data-round); position: absolute; left: 72px; top: 16px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
  .roadmap-path-desktop { display: none; }
  .roadmap-path-mobile { display: block; }
  .roadmap-node { left: 40px!important; top: auto; }
  .roadmap-node:nth-of-type(1) { top: 61px; }
  .roadmap-node:nth-of-type(2) { top: 126px; }
  .roadmap-node:nth-of-type(3) { top: 191px; }
  .roadmap-node > span { min-width: 220px; left: 30px; top: 50%; bottom: auto; font-size: 12px; text-align: left; white-space: normal; transform: translateY(-50%); }
  .roadmap-node small { margin-bottom: 5px; font-size: 10px; }
  .growth-groups { gap: 52px; }
  .group-validation { grid-template-columns: 1fr auto; }
  .gate-services { padding-bottom: 160px; }
  .service-card { min-height: 250px; padding: 24px 20px; }
  .service-stage { max-width: 180px; }
  .service-card > div:last-child { height: auto; min-height: 140px; }
  .service-card-gate { padding-right: 0; }
  .service-card-gate b { font-size: 13px; }
  .service-card h3 { font-size: 34px; }
  .proof-metrics { grid-template-columns: 1fr 1fr; }
  .proof-section { padding: 96px 0; }
  .reviews-section { padding: 96px 0; }
  .proof-heading { padding-bottom: 28px; }
  .metric-card { min-height: 165px; padding: 24px 18px; }
  .metric-card strong { font-size: 34px; }
  .reviews-heading { display: block; padding-bottom: 30px; }
  .reviews-heading .section-title { margin-bottom: 22px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 285px; padding: 28px 20px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .review-card:last-child { border-bottom: 0; }
  .client-rail { min-height: 60px; }
  .client-logo { width: 105px; min-width: 105px; height: 46px; padding: 10px 13px; }
  .client-logo img { max-width: 79px; max-height: 26px; }
  .why-section { height: auto; padding: 144px 0; }
  .why-heading .eyebrow { font-size: 12px; line-height: 1.6; }
  .why-heading .section-title { margin-top: 18px; font-size: 36px; line-height: 1.24; }
  .why-heading > p:last-child { margin-top: 24px; font-size: 16px; line-height: 1.7; }
  .why-question-grid { margin-top: 56px; grid-template-columns: 1fr; gap: 14px; }
  .why-question-card { min-height: 320px; padding: 24px 20px; border-radius: 20px; }
  .why-question-meta { font-size: 12px; }
  .why-question-card h3 { margin: 36px 0 32px; font-size: 26px; }
  .why-answer { grid-template-columns: 26px 1fr; padding-top: 18px; }
  .why-answer p { font-size: 16px; }
  .why-merge { min-height: 96px; gap: 14px; font-size: 11px; }
  .why-merge:before { width: 220px; height: 61px; }
  .why-conclusion { padding: 32px 20px 0; border-radius: 22px; }
  .why-conclusion-kicker { font-size: 11px; }
  .why-conclusion > p { margin-top: 18px; font-size: 15px; line-height: 1.6; }
  .why-conclusion h3 { margin: 24px auto 38px; font-size: 34px; line-height: 1.28; }
  .why-conclusion h3 em { text-decoration-thickness: 3px; text-underline-offset: 6px; }
  .why-conclusion-gates { margin-inline: -20px; grid-template-columns: 1fr; }
  .why-conclusion-gates span { min-height: 58px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .why-conclusion-gates span:last-child { border-bottom: 0; }
  .why-layout { height: auto; grid-template-columns: 1fr; gap: 38px; }
  .why-heading { position: static; }
  .why-list { gap: 28px; }
  .why-row, .why-row-pin { min-height: 0; position: static; grid-template-columns: 1fr; gap: 20px; }
  .why-visual { position: relative; top: auto; width: 100%; height: auto; aspect-ratio: 343 / 364; border-radius: 28px; transform: none; opacity: 1; }
  .why-copy, .why-row:nth-child(even) .why-copy { grid-column: 1; grid-row: auto; }
  .why-copy { opacity: 1; transform: none; }
  .why-copy > span { margin-bottom: 18px; }
  .why-tail { display: none; }
  .framework-comparison { position: relative; left: auto; bottom: auto; width: auto; margin: 0 16px; padding: 0; }
  .framework-title { padding: 72px 4px 24px; }
  .framework-title:before { width: 220px; height: 61px; top: 4px; }
  .framework-side, .framework-core { padding: 18px 18px 0; }
  .framework-pillars { grid-template-columns: 1fr; }
  .framework-pillars article { min-height: 122px; }
  .framework-card-outcome { min-height: 64px; flex-basis: 64px; margin-inline: -18px; }
  .flow-track b { width: 65px; }
  .section-head { margin-bottom: 40px; }
  .sector-grid { grid-template-columns: 1fr; gap: 12px; }
  .sector-card { min-height: 330px; }
  .sector-art { height: 190px; }
  .manifesto { height: 563px; padding-top: 40px; clip-path: inset(0 var(--manifesto-clip-inline)); }
  .manifesto-copy h2 { font-size: 58px; }
  .solution-finder { padding: 120px 0 144px; }
  .solution-finder-pill { margin-bottom: 28px; }
  .solution-finder-head h2 br { display: none; }
  .solution-finder-group { margin-top: 62px; }
  .solution-finder-public { margin-top: 44px; }
  .solution-finder-label { gap: 16px; }
  .solution-finder-label span { height: 6px; }
  .solution-finder-grid { grid-template-columns: 1fr; gap: 12px; }
  .solution-finder-card { min-height: 238px; padding: 24px 22px; }
  .solution-finder-card h4 { margin-block: 26px 30px; font-size: 24px; }
  .solutions { padding: 144px 0 180px; }
  .solutions .section-head { display: block; }
  .solution-intro { margin-top: 24px; font-size: 13px; }
  .solution-intro br { display: none; }
  .solution-flip-card { height: 440px; }
  .solution-face { padding: 26px 22px; }
  .solution-face h3 { margin: 24px 0 28px; }
  .solution-tabs { margin-top: 28px; }
  .solution-tabs button { height: 64px; padding: 0 14px; font-size: 22px; }
  .solution-tabs button span { display: none; }
  .solution-panel { grid-template-columns: 1fr; min-height: 0; }
  .solution-panel > div, .solution-panel dl { padding: 28px 22px; }
  .solution-panel > div { min-height: 260px; border: 0; border-bottom: 1px solid var(--line); }
  .solution-panel h3 { font-size: 35px; }
  .solution-panel dl div { grid-template-columns: 1fr; gap: 7px; }
  .solution-case-panel { grid-template-columns: 1fr; }
  .solution-case-panels { grid-template-columns: 1fr; }
  .solution-case-panel article { min-height: 193px; padding: 26px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-case-panel article:last-child { border-bottom: 0; }
  .public-solutions { padding: 144px 0 180px; }
  .public-solutions .two-column { gap: 26px; }
  .public-grid { grid-template-columns: 1fr; margin-top: 46px; }
  .public-card { min-height: 260px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 270px; }
  .latest-heading { align-items: flex-start; }
  .latest-content-list { grid-template-columns: 1fr; gap: 42px; }
  .latest-content-group > header { margin-bottom: 22px; }
  .latest-content-image { aspect-ratio: 16 / 10; }
  .latest-content-card h3 { font-size: 22px; }
  .circle-arrow { width: 50px; height: 50px; flex: none; }
  .empty-insights { padding: 28px 20px; grid-template-columns: 1fr; gap: 30px; }
  .empty-orbit { width: 210px; }
  .latest-empty-streams { grid-template-columns: 1fr; }
  .latest-empty-streams article { min-height: 190px; }
  .latest-empty-streams article + article { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .latest-empty-streams > p { grid-column: 1; }
  .latest-stream-grid { grid-template-columns: 1fr; }
  .content-stream { min-height: 330px; padding: 28px 22px; }
  .latest { padding: 144px 0 136px; }
  .contact-cta { height: auto; min-height: 513px; padding: 144px 0 128px; }
  .contact-layout { gap: 24px; }
  .contact-inner h2 { font-size: 37px; }
  .contact-copy .contact-tagline { margin-top: 18px; }
  .contact-action-bar { min-height: 0; padding: 18px; grid-template-columns: auto 1fr; }
  .contact-action-bar .button { grid-column: 1 / -1; width: 100%; }
  .contact-readiness { margin-top: -18px; }
  .contact-readiness summary { align-items: flex-start; }
  .contact-readiness summary small { text-align: right; }
  .contact-readiness ol { grid-template-columns: 1fr 1fr; }
  .contact-readiness li { border-bottom: 1px solid var(--line); }
  .contact-readiness li:nth-child(2n) { border-right: 0; }
  .contact-readiness li:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .contact-page-left,
  .contact-page-left-inner { min-height: 560px; }
  .contact-page-left-inner { padding-top: 96px; padding-bottom: 34px; }
  .contact-page-left .breadcrumb { margin-bottom: 50px; }
  .contact-page-heading { margin-bottom: 54px; }
  .contact-page-heading h2 { font-size: 40px; line-height: 1.22; }
  .contact-page-heading > p:last-child { margin-top: 20px; font-size: 13px; }
  .contact-page-left-foot { align-items: flex-start; flex-direction: column; gap: 18px; }
  .contact-gate-line { gap: 15px; }
  .contact-gate-line span { gap: 15px; }
  .contact-gate-line span:not(:last-child):after { width: 26px; }
  .contact-page-panel { padding: 72px var(--gutter) 100px; }
  .contact-form-wrap { margin-inline: auto; }
  .contact-form-head { padding-bottom: 26px; display: block; }
  .contact-form-head h2 { font-size: 25px; }
  .contact-form-head > p { margin-top: 12px; }
  .contact-field-grid { grid-template-columns: 1fr; gap: 27px; }
  .contact-field-wide { grid-column: auto; }
  .contact-human-check { align-items: stretch; flex-direction: column; gap: 8px; }
  .contact-human-check label { width: 100%; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit-row .button { width: 100%; }
  .floating-dock { right: auto; left: 50%; bottom: 20px; width: auto; max-width: calc(100% - 24px); min-height: 58px; padding: 6px; gap: 2px; border-radius: 14px; flex-direction: row; align-items: center; transform: translate(-50%, 6px); }
  .floating-dock.is-visible { transform: translate(-50%, 0); }
  .dock-copy { display: none; }
  .data-room-download-dock { width: calc(100% - 24px); padding-left: 14px; gap: 10px; }
  .data-room-download-dock .dock-copy { display: flex; }
  .data-room-download-dock .dock-copy b { font-size: 10px; }
  .data-room-download-dock .dock-copy small { display: none; }
  .data-room-download-dock .button { margin-left: auto; padding-inline: 12px; }
  .dock-link { padding: 8px; }
  .floating-dock .button { min-height: 40px; }
  .dock-top { width: 34px; height: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(4) { grid-column: 1 / -1; }
  .to-top { position: absolute; right: 16px; width: 50px; height: 50px; }
  .site-footer { position: relative; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .insights-hero { height: 570px; padding-top: 92px; }
  .insights-hero .breadcrumb { margin-bottom: 70px; }
  .insights-hero h1 { font-size: 64px; }
  .insight-groups { margin-bottom: 42px; }
  .insight-groups a { min-height: 120px; padding: 20px 16px; }
  .insights-tools { align-items: stretch; flex-direction: column; }
  .filter-tabs { overflow-x: auto; padding-bottom: 4px; }
  .filter-tabs a { flex: none; }
  .search-box { width: 100%; }
  .insights-count { padding: 28px 0; }
  .insights-empty { grid-template-columns: 1fr; padding: 40px 0 60px; }
  .empty-number { font-size: 140px; }
  .insight-material-grid { grid-template-columns: 1fr; gap: 44px; }
  .insights-bottom { min-height: 470px; }
  .content-index-hero { padding: 104px 0 88px; }
  .content-index-layout { grid-template-columns: 1fr; gap: 0; }
  .content-side-nav { display: none; }
  .content-index-main { grid-row: 1; }
  .content-index-main > h1 { font-size: 42px; }
  .content-index-description { font-size: 13px; }
  .content-feature { height: auto; border-radius: 18px; }
  .content-feature > a, .content-feature-static { grid-template-columns: 1fr; }
  .content-feature-image { aspect-ratio: 16 / 10; }
  .content-feature-copy { padding: 28px 24px 32px; }
  .content-feature-copy h2 { font-size: 25px; }
  .content-card-grid { margin-top: 48px; grid-template-columns: 1fr; gap: 46px; }
  .content-feature-ebook .content-feature-static { grid-template-columns: 1fr; }
  .content-feature-ebook .content-feature-image { width: 100%; height: auto; aspect-ratio: 16 / 10; }
  .content-card-ebook .content-card-image { aspect-ratio: 16 / 10; }
  .blog-post-page { padding: 112px 0 130px; }
  .blog-post-header .breadcrumb { margin-bottom: 55px; }
  .blog-post-header h1 { font-size: 34px; line-height: 1.3; }
  .blog-post-excerpt { font-size: 15px; line-height: 1.75; }
  .blog-post-hero { margin: 48px 0 64px; border-radius: 10px; }
  .blog-post-body h2 { margin-top: 72px; font-size: 26px; }
  .blog-post-body h3 { margin-top: 55px; font-size: 22px; }
  .blog-post-body p { font-size: 16px; line-height: 1.8; }
  .blog-post-body blockquote { margin: 36px 0; padding: 24px 20px; font-size: 17px; }
  .blog-post-body figure { margin-block: 48px; }
  .blog-post-footer { margin-top: 88px; gap: 20px; flex-direction: column; }
  .legal-hero { padding-top: 260px; }
  .legal-hero .breadcrumb { margin-bottom: 62px; }
  .legal-notice { padding: 28px 22px; }
}

/* Global readability pass: keep supporting copy legible across every public route. */
.brand-mark,
.nav-link { font-size: 15px; }
.mobile-menu a > span { color: var(--text-subtle-dark); font-size: var(--font-micro); }
.mobile-menu a small { color: var(--text-muted-dark); font-size: var(--font-small); }

.eyebrow,
.button-small,
.growth-model-title span,
.service-stage span,
.framework-title p,
.framework-side header span,
.framework-core header span,
.sector-card > span,
.solution-finder-pill,
.solution-finder-label h3,
.solution-finder-card > span,
.solution-tabs button span,
.solution-case-panel span,
.solution-case-panel b,
.solution-card-index,
.public-card > span,
.public-card b,
.case-card span,
.case-card b,
.latest-content-group > header span,
.empty-insights > div:last-child > span,
.latest-empty-streams article > span,
.content-stream > span,
.contact-copy .contact-tagline,
.contact-readiness li span,
.dock-copy b,
.footer-grid strong,
.insight-groups small,
.data-room-private span,
.legal-notice > span { font-size: var(--font-micro); }

.section-summary,
.text-link,
.group-axis,
.group-validation strong,
.service-card p,
.service-card small,
.metric-card p,
.reviews-heading > p:last-child,
.review-card > div,
.review-card > p,
.why-heading > p:last-child,
.why-copy p,
.framework-step > b,
.framework-step div strong,
.framework-step div p,
.framework-pillars small,
.framework-pillars p,
.framework-n2 span,
.framework-card-outcome,
.sector-card p,
.manifesto-copy p,
.manifesto-copy > span,
.solution-finder-card a,
.solution-panel dt,
.public-card p,
.public-card small,
.latest-content-group > header a,
.latest-content-card p,
.latest-empty-streams > p,
.content-stream p,
.contact-copy > p:not(.eyebrow),
.contact-action-bar b,
.contact-action-bar small,
.contact-readiness summary span,
.contact-readiness summary small,
.contact-readiness li,
.contact-readiness > p,
.floating-dock .button,
.dock-link,
.footer-brand p,
.footer-grid a,
.footer-bottom,
.breadcrumb,
.filter-tabs a,
.search-box input,
.insights-count span,
.insight-material-meta,
.insight-material-card p,
.content-side-nav a,
.content-index-description,
.content-card small,
.content-feature-copy p,
.content-feature-copy > b,
.content-card p,
.blog-post-body figcaption,
.blog-post-footer a,
.legal-notice p { font-size: var(--font-small); }

.body-copy,
.hero-copy,
.client-voice,
.solution-intro,
.solution-panel dd,
.solution-service p,
.solution-result p,
.insights-hero .shell > p:last-child,
.blog-post-excerpt,
.data-room-private p { font-size: var(--font-body); }

.hero .hero-lead { color: var(--text-muted-dark); font-size: var(--font-small); }
.hero-copy,
.body-copy { color: var(--text-muted-dark); }
.hero-taxonomy > span { color: var(--text-muted-dark); font-size: 14px; }
.growth-model-title span,
.journey-track small,
.proof-heading .eyebrow,
.reviews-heading .eyebrow,
.why-copy > span,
.framework-side header span,
.framework-core header span { color: var(--text-subtle-dark); }
.group-axis,
.service-stage span,
.service-card small,
.metric-card p,
.review-card > div,
.why-heading > p:last-child,
.why-copy p,
.framework-step div p,
.manifesto-copy p,
.manifesto-copy > span { color: var(--text-muted-dark); }
.journey-track b { font-size: 12px; }
.journey-track small { font-size: 12px; }
.service-stage p { color: var(--text-subtle-dark); font-size: 12px; }
.reviews-heading > p:last-child,
.review-card > p { color: var(--text-muted-dark); }
.why-copy > span { font-size: var(--font-micro); }
.framework-step > b { color: var(--text-subtle-dark); }
.framework-pillars small,
.framework-card-outcome { color: var(--text-muted-dark); }

.solution-flip-hint { font-size: var(--font-micro); }
.latest-content-meta { color: #626262; font-size: 12px; }
.latest-content-meta b { color: #4d4d4d; font-size: 12px; }
.content-feature-copy small { font-size: var(--font-small); }
.content-feature-copy p,
.content-card p,
.content-index-description,
.insight-material-card p { color: var(--muted); }

.contact-page-heading h1 { color: var(--text-muted-dark); font-size: 15px; }
.contact-page-heading > p:last-child { color: var(--text-muted-dark); font-size: 15px; }
.contact-gate-line { font-size: 13px; }
.contact-form-head span { font-size: 12px; }
.contact-form-head div > p,
.contact-form-head > p { color: #666; font-size: 12px; }
.contact-field > span:first-child,
.contact-human-check label > span { font-size: 12px; }
.contact-field > span em { color: #6f6f6f; font-size: 12px; }
.contact-field input:not([type="file"]) { height: 38px; font-size: 12px; }
.contact-field textarea { min-height: 76px; font-size: 12px; }
.contact-field input::placeholder,
.contact-field textarea::placeholder,
.contact-human-check input::placeholder { color: #737373; }
.contact-field > small,
.contact-field > .contact-file-control > b,
.contact-file-control small,
.contact-human-check p,
.contact-consent,
.contact-submit-row p,
.contact-form-status { font-size: 12px; }
.contact-field > small,
.contact-file-control small,
.contact-human-check p,
.contact-consent,
.contact-submit-row p { color: #5f5f5f; }
.contact-human-check input { font-size: 12px; }
.contact-submit-row .button { font-size: 12px; }

/* Revision item 4: roadmap and Gate-card readability. */
.growth-model-title span { color: rgba(255,255,255,.76); font-size: 21px; }
.group-validation strong { font-size: 15px; }
.service-stage span { color: rgba(255,255,255,.76); font-size: 13px; }
.service-stage p { color: rgba(255,255,255,.7); font-size: 13px; }
.service-card-gate b { font-size: 16px; }
.service-card p { color: rgba(255,255,255,.9); font-size: 15px; }
.service-card small { color: rgba(255,255,255,.72); font-size: 14px; }

/* Revision item 5: proof-band supporting copy readability. */
.proof-heading .eyebrow { color: rgba(255,255,255,.82); font-size: 16px; font-weight: 650; letter-spacing: .14em; }
.metric-card p { color: rgba(255,255,255,.82); font-size: 18px; font-weight: 600; line-height: 1.55; text-wrap: balance; }

/* Revision item 7: N2 comparison copy and hierarchy readability. */
.framework-title p { color: var(--brand); font-size: 16px; font-weight: 750; }
.framework-side, .framework-core { padding: 26px 26px 0; }
.framework-side header, .framework-core header { min-height: 50px; padding-bottom: 18px; }
.framework-side header span, .framework-core header span { color: rgba(255,255,255,.72); font-size: 13px; }
.framework-side header h4, .framework-core header h4 { font-size: 20px; }
.framework-step { min-height: 88px; grid-template-columns: 54px 1fr; gap: 14px; }
.framework-step > b { color: rgba(255,255,255,.68); font-size: 15px; }
.framework-step div strong { font-size: 16px; }
.framework-step div p { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.55; }
.framework-pillars article { min-height: 174px; padding: 20px 14px; }
.framework-pillars b { font-size: 19px; }
.framework-pillars small { color: rgba(255,255,255,.72); font-size: 13px; }
.framework-pillars p { color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.5; }
.framework-n2 { height: 74px; margin: 12px 0 16px; }
.framework-n2 span { font-size: 18px; font-weight: 800; }
.framework-card-outcome { min-height: 74px; flex-basis: 74px; margin-inline: -26px; color: rgba(255,255,255,.8); font-size: 14px; }
.framework-card-outcome.framework-o { color: rgba(255,255,255,.9); }
.framework-card-outcome.framework-proof { color: rgba(255,255,255,.9); }

@media (min-width: 1024px) {
  .brand-mark,
  .nav-link { font-size: clamp(15px, .78vw, 16px); }
  .hero .hero-lead { font-size: clamp(15px, .85vw, 17px); }
  .hero-copy { font-size: clamp(16px, 1vw, 18px); }
  .hero-actions .button { font-size: clamp(14px, .8vw, 16px); }
}

@media (max-width: 767px) {
  .hero-copy,
  .solution-intro,
  .content-index-description,
  .blog-post-excerpt { font-size: 15px; }
  .contact-page-heading > p:last-child { font-size: 15px; }
  .proof-heading .eyebrow { font-size: 15px; }
  .metric-card { min-height: 185px; }
  .metric-card p { font-size: 17px; line-height: 1.5; }
  .framework-title p { font-size: 14px; }
  .framework-side, .framework-core { padding: 20px 18px 0; }
  .framework-side header span, .framework-core header span { font-size: 12px; }
  .framework-side header h4, .framework-core header h4 { font-size: 18px; }
  .framework-step { min-height: 84px; grid-template-columns: 48px 1fr; }
  .framework-step > b { font-size: 14px; }
  .framework-step div strong { font-size: 15px; }
  .framework-step div p { font-size: 14px; }
  .framework-pillars b { font-size: 18px; }
  .framework-pillars small { font-size: 13px; }
  .framework-pillars p { font-size: 14px; }
  .framework-n2 span { font-size: 16px; }
  .framework-card-outcome { margin-inline: -18px; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal-item, .reveal-card, .service-card, .sector-card, .public-card, .empty-insights, .review-card, .roadmap-sequence .growth-model-title, .roadmap-sequence .growth-group, .hero-title-gates span, .hero-title-gates b, .hero-title-gates i, .hero .hero-lead, .hero-copy, .hero-actions { opacity: 1!important; transform: none!important; clip-path: none!important; }
  .roadmap-path-fill { stroke-dashoffset: 0!important; }
  .hero-taxonomy { opacity: 1!important; transform: translateX(-50%)!important; clip-path: none!important; }
  .why-heading, .manifesto-copy { opacity: 1!important; transform: none!important; }
  .framework-comparison .framework-title, .framework-comparison .framework-flow > section { opacity: 1!important; transform: none!important; filter: none!important; }
  .manifesto { clip-path: none!important; -webkit-mask-image: none!important; mask-image: none!important; }
  .client-rail-track { animation: none!important; transform: none!important; }
  .empty-orbit i { animation: none!important; }
}
