:root {
  --ink: #172c3d;
  --ink-deep: #0d202f;
  --blue: #86bde8;
  --blue-bright: #62b5f5;
  --blue-pale: #dceefb;
  --paper: #f4f5f2;
  --white: #fff;
  --muted: #5e6d76;
  --line: #ccd5d8;
  --lime: #d7f777;
  --radius: 2px;
  --shadow: 0 24px 70px rgba(13, 32, 47, .13);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { height: 76px; position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, height .25s; }
.site-header.is-scrolled { height: 68px; background: rgba(244,245,242,.92); border-color: rgba(23,44,61,.13); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font: 700 21px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand img { width: 38px; height: 38px; }
.brand-accent { color: #548eb8; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; min-height: 42px; padding: 10px 0; display: inline-flex; align-items: center; font-size: 15px; font-weight: 500; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--ink); transition: right .25s; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { right: 0; }
.header-cta { margin-left: 8px; }
.menu-toggle { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--ink); color: var(--white); font-weight: 600; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button span { display: inline-block; transition: transform .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(23,44,61,.15); }
.button:hover span { transform: translate(2px,-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 14px; }
.button-dark { background: var(--ink-deep); }
.button-row { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--ink); font-weight: 600; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(2px,-2px); }
.light-link { border-color: rgba(255,255,255,.5); color: var(--white); }

.hero { min-height: 100vh; padding: 148px 0 0; position: relative; overflow: hidden; background: #eef1ef; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -240px; top: -200px; border-radius: 50%; background: rgba(134,189,232,.35); filter: blur(2px); }
.hero-grid-bg, .services-hero .hero-grid-bg { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(23,44,61,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,44,61,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-layout { display: grid; grid-template-columns: .98fr 1.02fr; gap: 76px; align-items: center; position: relative; z-index: 2; }
.hero-layout > *, .intro-layout > *, .platform-layout > *, .case-feature-layout > *, .security-layout > *, .outcomes-layout > *, .founders-intro > *, .complex-layout > * { min-width: 0; }
.eyebrow, .kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(46px, 5.25vw, 76px); line-height: 1.02; letter-spacing: -.06em; font-weight: 500; }
h1 em, h2 em { color: #4b84ad; font-style: normal; }
.hero-lede { max-width: 630px; color: #465a66; font-size: 18px; line-height: 1.65; }

.hero-media { min-height: 570px; position: relative; overflow: hidden; background: var(--ink-deep); box-shadow: var(--shadow); }
.fold-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media .fold-video { object-position: center; filter: saturate(.82) contrast(1.04); }
.hero-media-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,32,47,.06), rgba(13,32,47,.26)), radial-gradient(circle at 75% 25%, transparent 20%, rgba(13,32,47,.22) 100%); pointer-events: none; }
.hero-media::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }

.credibility { position: relative; z-index: 3; margin-top: 88px; padding: 24px 0; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 32px; }
.credibility p { margin: 0; color: var(--muted); font-size: 13px; }
.credibility div { flex: 1; display: flex; justify-content: space-between; gap: 18px; font-size: 13px; font-weight: 600; }
.section { padding: 128px 0; }
.section-heading h2, .outcomes-copy h2, .founders-intro h2, .complex-copy h2, .cta-box h2 { margin: 0; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.08; letter-spacing: -.05em; font-weight: 500; }
.kicker { color: #4e85aa; }
.intro-section { background: var(--white); }
.intro-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: end; }
.intro-copy { margin: 0 0 6px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.three-pillars { margin-top: 84px; border-top: 1px solid var(--line); }
.pillar { min-height: 150px; display: grid; grid-template-columns: 90px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.pillar-number { color: #5c8fb4; font-size: 13px; }
.pillar h3 { margin-bottom: 6px; font-size: 25px; letter-spacing: -.03em; font-weight: 600; }
.pillar p { max-width: 640px; margin: 0; color: var(--muted); }

.services-section { background: var(--ink); color: var(--white); }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.split-heading h2 { max-width: 680px; }
.kicker-light { color: var(--blue); }
.capability-matrix { margin-top: 72px; display: grid; grid-template-columns: 1.16fr .84fr; grid-template-rows: repeat(3, minmax(210px, auto)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.capability { position: relative; padding: 32px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; overflow: hidden; transition: background .25s; }
.capability::before { content: ""; position: absolute; z-index: 3; width: 180px; height: 180px; border: 1px solid rgba(134,189,232,.25); border-radius: 50%; right: -120px; top: -100px; transition: transform .4s; }
.capability::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(115deg, rgba(13,32,47,.96) 18%, rgba(13,32,47,.68) 100%); transition: background .35s; }
.capability.feature::after { background: linear-gradient(145deg, rgba(13,32,47,.9) 10%, rgba(20,49,69,.52) 100%); }
.capability > *:not(.capability-video) { position: relative; z-index: 2; }
.capability-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; pointer-events: none; transform: scale(1.01); filter: saturate(.78) contrast(1.05); transition: transform .8s cubic-bezier(.2,.7,.2,1), opacity .4s, filter .4s; }
.capability.feature { grid-row: 1 / span 3; padding: 42px; background: #203d52; }
.cap-index { color: var(--blue); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.capability h3 { margin: auto 0 18px; max-width: 420px; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.capability.feature h3 { font-size: clamp(42px,5vw,65px); }
.capability p { max-width: 470px; color: #b9c7cf; }
.cap-link { margin-top: 28px; display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; }
.cap-link b { font-weight: 400; transition: transform .2s; }

.capability-flow { margin-top: 72px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: stretch; }
.capability-route { position: relative; min-height: 190px; padding: 28px 0; display: flex; flex-direction: column; color: var(--white); border-top: 1px solid rgba(255,255,255,.22); overflow: hidden; }
.capability-route::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--blue); transition: width .28s; }
.capability-route:hover::after { width: 100%; }
.capability-route:hover .cap-link b { transform: translate(3px,-3px); }
.capability-route-primary { min-height: 610px; padding: 42px; justify-content: flex-end; background: #203d52; border: 0; box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.capability-route-primary::before { content: ""; position: absolute; z-index: 2; inset: 22px; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.capability-route-primary::after { display: none; }
.capability-route-primary > *:not(.capability-video) { position: relative; z-index: 3; }
.capability-route-primary .capability-video { opacity: .62; }
.capability-route-primary:hover .capability-video { opacity: .82; transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.capability-route-list { display: flex; flex-direction: column; justify-content: space-between; }
.capability-route h3 { margin: auto 0 14px; max-width: 520px; font-size: 30px; line-height: 1.12; letter-spacing: -.04em; font-weight: 500; }
.capability-route-primary h3 { margin-top: 150px; font-size: clamp(44px,5vw,66px); }
.capability-route p { max-width: 640px; margin-bottom: 0; color: #b9c7cf; }
.capability-route .cap-link { max-width: 650px; margin-top: 28px; }

.approach-section { background: var(--blue-pale); }
.approach-heading { display: grid; grid-template-columns: 1fr .72fr; column-gap: 80px; align-items: end; }
.approach-heading .kicker { grid-column: 1/-1; }
.approach-heading p:last-child { color: var(--muted); font-size: 18px; }
.pathway { margin: 84px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5,1fr); }
.pathway li { position: relative; min-height: 260px; padding: 28px 20px 20px; border-top: 2px solid var(--ink); }
.pathway li::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; background: var(--ink); border-radius: 50%; }
.pathway li:not(:last-child)::after { content: "→"; position: absolute; top: -18px; right: 8px; padding: 0 8px; background: var(--blue-pale); }
.pathway li > span { color: #4e85aa; font-size: 12px; }
.pathway li div { margin-top: 72px; }
.pathway h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.25; }
.pathway p { margin: 0; color: var(--muted); font-size: 14px; }

.outcomes-section { padding: 130px 0; background: var(--ink-deep); color: var(--white); }
.outcomes-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.outcomes-copy { position: sticky; top: 120px; }
.outcomes-copy p:last-child { margin-top: 28px; max-width: 520px; color: #aebec7; font-size: 17px; }
.outcome-list { border-top: 1px solid rgba(255,255,255,.18); }
.outcome { min-height: 82px; display: grid; grid-template-columns: 50px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.outcome span { color: var(--blue); font-size: 12px; }.outcome strong { font: 500 20px "Manrope", sans-serif; }

.founders-section { background: var(--white); }
.founders-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: end; }
.founders-intro > p { margin: 0; color: var(--muted); font-size: 18px; }
.founder-grid { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.founder-card { min-height: 520px; display: grid; grid-template-columns: .88fr 1.12fr; background: var(--paper); }
.portrait-wrap { background: var(--blue-pale); overflow: hidden; }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88); }
.founder-content { padding: 34px 30px; display: flex; flex-direction: column; }
.role { color: #4e85aa; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.founder-content h3 { margin: 10px 0 18px; font-size: 30px; letter-spacing: -.04em; }.founder-content p { color: var(--muted); }
.founder-content ul { margin: auto 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: #455965; font-size: 13px; }
.founder-content li { padding: 6px 0; }.founder-content li::before { content: "/"; margin-right: 8px; color: #4e85aa; }

.complex-section { padding: 120px 0; background: #e8edf0; }
.complex-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.complex-copy > p:last-child { margin-top: 26px; color: var(--muted); font-size: 17px; }
.complex-map { aspect-ratio: 1.35; position: relative; display: grid; place-items: center; background: radial-gradient(circle, rgba(134,189,232,.32), transparent 58%); }
.complex-map::before, .complex-map::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(23,44,61,.16); border-radius: 50%; }.complex-map::after { inset: 25%; border-style: dashed; }
.complex-map strong { z-index: 2; width: 180px; height: 180px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--ink); color: var(--white); font: 500 17px/1.4 "Manrope"; }
.complex-map span { position: absolute; z-index: 3; padding: 10px 13px; background: var(--white); border: 1px solid var(--line); font-size: 12px; font-weight: 600; box-shadow: 0 8px 24px rgba(23,44,61,.08); }
.complex-map span:nth-child(1){top:5%;left:42%}.complex-map span:nth-child(2){top:27%;right:3%}.complex-map span:nth-child(3){bottom:20%;right:5%}.complex-map span:nth-child(5){bottom:5%;left:39%}.complex-map span:nth-child(6){bottom:22%;left:3%}.complex-map span:nth-child(7){top:27%;left:4%}

.platform-teaser { background: var(--blue-pale); }
.platform-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: end; }
.platform-layout .section-heading p { max-width: 650px; margin: 26px 0 34px; color: var(--muted); font-size: 18px; }
.module-stack { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(23,44,61,.18); border-left: 1px solid rgba(23,44,61,.18); background: rgba(255,255,255,.36); }
.module-stack div { min-height: 134px; padding: 24px; border-right: 1px solid rgba(23,44,61,.18); border-bottom: 1px solid rgba(23,44,61,.18); display: flex; flex-direction: column; justify-content: space-between; }
.module-stack span { color: #4e85aa; font-size: 12px; font-weight: 700; }
.module-stack strong { max-width: 250px; font: 500 21px/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }

.work-section { background: var(--white); }
.work-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.work-card { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.work-card span, .summary-block > span, .feature-row > span, .layer-row span, .security-item h3 + p::before { color: #4e85aa; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.work-card h3 { margin: 46px 0 12px; font-size: 24px; line-height: 1.2; letter-spacing: -.035em; font-weight: 500; }
.work-card p { margin: 0; color: var(--muted); }
.work-editorial { margin-top: 66px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: start; }
.work-theme { padding-top: 26px; border-top: 1px solid var(--line); }
.work-theme span { color: #4e85aa; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.work-theme h3 { margin: 46px 0 14px; font-size: clamp(28px,3.2vw,46px); line-height: 1.08; letter-spacing: -.045em; font-weight: 500; }
.work-theme p { margin: 0; color: var(--muted); font-size: 17px; }
.work-theme-large { position: sticky; top: 118px; padding-right: 30px; border-top-color: var(--ink); }
.work-theme-large h3 { font-size: clamp(38px,4.6vw,62px); }
.work-theme-stack { display: grid; gap: 54px; }
.work-theme ul { margin: 28px 0 0; padding: 0; list-style: none; color: #455965; font-weight: 600; }
.work-theme li { padding: 9px 0; border-top: 1px solid var(--line); }
.work-theme li::before { content: "/"; margin-right: 9px; color: #4e85aa; }
.client-note { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); }
.client-note p { max-width: 880px; margin: 0; }

.featured-case { padding: 120px 0; background: var(--ink); color: var(--white); }
.case-feature-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.case-feature-layout h2 { margin: 0 0 24px; font-size: clamp(42px,5vw,68px); line-height: 1.02; letter-spacing: -.055em; font-weight: 500; }
.case-feature-layout p:last-child { max-width: 640px; color: #b9c7cf; font-size: 18px; }
.case-feature-panel { position: relative; min-height: 470px; padding: 38px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.055); overflow: hidden; }
.case-feature-panel ul { margin: 0 0 34px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.case-feature-panel li { min-height: 72px; padding: 15px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: #d5e1e7; font-weight: 600; }
.case-orbit { position: absolute; top: 34px; right: 34px; width: 210px; height: 210px; display: grid; place-items: center; color: var(--white); }
.case-orbit::before, .case-orbit::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(134,189,232,.38); border-radius: 50%; }
.case-orbit::after { inset: 42px; border-style: dashed; opacity: .7; }
.case-orbit span { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--blue); }
.case-orbit span:first-child { top: 22px; left: 58px; }.case-orbit span:nth-child(2) { right: 32px; bottom: 50px; }
.case-orbit strong { z-index: 2; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: rgba(13,32,47,.72); font: 500 15px "Manrope"; }
.case-preview-flow { position: relative; z-index: 2; max-width: 370px; margin: 176px 0 34px; padding: 0; list-style: none; }
.case-preview-flow li { position: relative; min-height: 72px; padding: 0 0 22px 42px; border: 0; color: #d5e1e7; font-weight: 600; }
.case-preview-flow li::before { content: ""; position: absolute; left: 8px; top: 7px; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); }
.case-preview-flow li:not(:last-child)::after { content: ""; position: absolute; left: 13px; top: 25px; bottom: 5px; width: 1px; background: rgba(134,189,232,.35); }
.case-preview-flow span { display: block; margin-bottom: 5px; color: var(--blue); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.page-hero .button-row, .case-hero .button-row { margin-top: 34px; }
.stacked-copy p { max-width: 720px; color: var(--muted); font-size: 18px; }
.stacked-copy p:last-child { margin-bottom: 0; }
.platform-problem { display: grid; grid-template-columns: .74fr 1.26fr; gap: 86px; align-items: start; }
.platform-problem-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 42px; }
.platform-problem-flow p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.platform-problem-flow strong { display: block; margin-bottom: 10px; color: var(--ink); font: 500 26px/1.14 "Manrope", sans-serif; letter-spacing: -.035em; }
.approach-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.approach-card { min-height: 250px; padding: 26px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; }
.approach-card span { color: var(--blue); font-size: 12px; font-weight: 700; }
.approach-card h3 { margin: auto 0 14px; font-size: 22px; line-height: 1.2; letter-spacing: -.035em; font-weight: 500; }
.approach-card p { margin: 0; color: #b9c7cf; font-size: 15px; }
.method-spectrum { margin-top: 72px; display: grid; grid-template-columns: minmax(320px,.62fr) minmax(0,1.38fr); gap: 54px; align-items: start; }
.method-statement { position: sticky; top: 116px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); }
.method-statement p { max-width: 390px; margin: 0; color: #d5e1e7; font: 500 clamp(23px,2.35vw,34px)/1.18 "Manrope", sans-serif; letter-spacing: -.04em; }
.method-rail { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 42px; }
.method-node { position: relative; min-height: 160px; padding: 22px 0 24px 38px; border-top: 1px solid rgba(255,255,255,.18); }
.method-node::before { content: ""; position: absolute; left: 0; top: 28px; width: 12px; height: 12px; border-radius: 50%; background: var(--blue); }
.method-node::after { content: ""; position: absolute; left: 5px; top: 50px; bottom: 0; width: 1px; background: rgba(134,189,232,.28); }
.method-node span { color: var(--blue); font-size: 12px; font-weight: 700; }
.method-node h3 { margin: 34px 0 10px; font-size: 22px; line-height: 1.18; letter-spacing: -.035em; font-weight: 500; }
.method-node p { margin: 0; color: #b9c7cf; font-size: 15px; }

.layer-section { background: var(--paper); }
.layer-list { margin-top: 72px; border-top: 1px solid var(--line); }
.layer-row { display: grid; grid-template-columns: .58fr 1.42fr; gap: 60px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.layer-row h3 { margin: 10px 0 0; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.layer-row ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.layer-row li { min-height: 54px; padding: 13px 14px; display: flex; align-items: center; background: var(--white); border: 1px solid var(--line); color: #455965; font-weight: 600; font-size: 14px; }
.platform-system { margin-top: 76px; min-height: 620px; position: relative; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(8,72px); }
.platform-system::before { content: ""; position: absolute; inset: 8% 13%; border: 1px solid rgba(23,44,61,.14); border-radius: 50%; }
.platform-system::after { content: ""; position: absolute; inset: 21% 28%; border: 1px dashed rgba(23,44,61,.18); border-radius: 50%; }
.system-core { z-index: 2; grid-column: 5 / span 4; grid-row: 3 / span 3; align-self: center; justify-self: center; width: 250px; height: 250px; border-radius: 50%; display: grid; place-items: center; align-content: center; padding: 36px; text-align: center; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.system-core strong { font: 500 25px/1.1 "Manrope", sans-serif; letter-spacing: -.035em; }
.system-core span { margin-top: 12px; color: #b9c7cf; font-size: 13px; }
.system-layer { z-index: 3; padding: 24px; background: rgba(255,255,255,.76); border-top: 2px solid var(--ink); box-shadow: 0 16px 42px rgba(23,44,61,.08); }
.system-layer span { color: #4e85aa; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.system-layer h3 { margin: 18px 0 12px; font-size: 24px; line-height: 1.14; letter-spacing: -.035em; font-weight: 500; }
.system-layer p { margin: 0; color: var(--muted); font-size: 14px; }
.layer-foundations { grid-column: 1 / span 4; grid-row: 1 / span 3; }
.layer-agentic { grid-column: 9 / span 4; grid-row: 1 / span 3; }
.layer-domain { grid-column: 1 / span 4; grid-row: 6 / span 3; }
.layer-solutions { grid-column: 9 / span 4; grid-row: 6 / span 3; }
.platform-outcomes { padding: 120px 0; }
.proof-statements { display: grid; gap: 34px; }
.proof-statement { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.18); }
.proof-statement span { color: var(--blue); font-size: 12px; font-weight: 700; }
.proof-statement h3 { grid-column: 2; margin: 0 0 10px; font-size: clamp(30px,3.6vw,52px); line-height: 1.02; letter-spacing: -.05em; font-weight: 500; }
.proof-statement p { max-width: 620px; margin: 0; color: #b9c7cf; font-size: 16px; }
.proof-statement p { grid-column: 2; }

.security-section { background: var(--white); }
.security-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.security-item { min-height: 215px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.security-item h3 { margin-bottom: 38px; font-size: 22px; line-height: 1.2; letter-spacing: -.035em; font-weight: 500; }
.security-item p { margin: 0; color: var(--muted); }
.control-layers { display: grid; gap: 18px; }
.control-layer { position: relative; padding: 24px 0 24px 34px; border-top: 1px solid var(--line); }
.control-layer::before { content: ""; position: absolute; left: 0; top: 30px; bottom: -18px; width: 1px; background: var(--line); }
.control-layer:last-child::before { bottom: 24px; }
.control-layer::after { content: ""; position: absolute; left: -5px; top: 30px; width: 11px; height: 11px; border-radius: 50%; background: #4e85aa; }
.control-layer span { color: #4e85aa; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.control-layer h3 { margin: 18px 0 10px; font-size: 28px; line-height: 1.12; letter-spacing: -.04em; font-weight: 500; }
.control-layer p { max-width: 660px; margin: 0; color: var(--muted); }
.inline-link { min-height: 40px; display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-weight: 600; }

.case-hero h1 { margin-bottom: 20px; }
.case-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.summary-block { min-height: 380px; padding: 34px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; }
.summary-block h2 { margin: auto 0 22px; font-size: clamp(32px,3vw,46px); line-height: 1.08; letter-spacing: -.045em; font-weight: 500; }
.summary-block p { margin: 0; color: var(--muted); font-size: 17px; }
.case-capabilities { grid-template-columns: repeat(4,1fr); }
.case-bridge { display: grid; grid-template-columns: 1fr 120px 1fr; gap: 36px; align-items: center; }
.case-bridge span, .standout-feature > span { color: #4e85aa; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.case-bridge h2 { margin: 24px 0 20px; font-size: clamp(34px,4vw,56px); line-height: 1.06; letter-spacing: -.05em; font-weight: 500; }
.case-bridge p { margin: 0; color: var(--muted); font-size: 17px; }
.case-bridge-line { height: 1px; background: var(--line); position: relative; }
.case-bridge-line::before, .case-bridge-line::after { content: ""; position: absolute; top: -5px; width: 11px; height: 11px; border-radius: 50%; background: #4e85aa; }
.case-bridge-line::before { left: 0; }.case-bridge-line::after { right: 0; }
.advisory-workflow { margin: 76px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(6,1fr); }
.advisory-workflow li { position: relative; min-height: 280px; padding: 0 18px 0 0; }
.advisory-workflow li::before { content: ""; position: absolute; top: 32px; left: 0; right: 18px; height: 1px; background: rgba(134,189,232,.32); }
.advisory-workflow li:not(:last-child)::after { content: ""; position: absolute; top: 26px; right: 12px; width: 12px; height: 12px; border-top: 1px solid rgba(134,189,232,.7); border-right: 1px solid rgba(134,189,232,.7); transform: rotate(45deg); }
.advisory-workflow span { display: grid; place-items: center; width: 64px; height: 64px; position: relative; z-index: 2; border-radius: 50%; background: var(--ink); border: 1px solid rgba(134,189,232,.42); color: var(--blue); font-size: 12px; font-weight: 700; }
.advisory-workflow h3 { margin: 58px 0 12px; font-size: 24px; line-height: 1.12; letter-spacing: -.035em; font-weight: 500; }
.advisory-workflow p { margin: 0; color: #b9c7cf; font-size: 15px; }
.feature-rows { margin-top: 72px; border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 90px 1fr; gap: 34px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.feature-row h3 { margin-bottom: 12px; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; font-weight: 500; }
.feature-row p { max-width: 820px; margin: 0; color: var(--muted); font-size: 17px; }
.standout-system { margin-top: 76px; display: grid; gap: 34px; }
.standout-feature { display: grid; grid-template-columns: 90px minmax(0,1fr) minmax(280px,.78fr); gap: 34px; align-items: center; padding: 38px 0; border-top: 1px solid var(--line); }
.standout-feature h3 { margin: 0 0 12px; font-size: 32px; line-height: 1.12; letter-spacing: -.04em; font-weight: 500; }
.standout-feature p { max-width: 780px; margin: 0; color: var(--muted); font-size: 17px; }
.standout-feature ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.standout-feature ol li { position: relative; min-height: 42px; padding: 11px 14px 11px 34px; background: var(--white); color: #455965; font-weight: 600; font-size: 13px; }
.standout-feature ol li::before { content: ""; position: absolute; left: 13px; top: 18px; width: 8px; height: 8px; border-radius: 50%; background: #4e85aa; }
.standout-docs ol { grid-template-columns: 1fr; }
.standout-refine { grid-template-columns: 90px minmax(280px,.78fr) minmax(0,1fr); }
.standout-refine > div { grid-column: 3; }.standout-refine ol { grid-column: 2; grid-row: 1; }
.standout-retrieval ol { grid-template-columns: 1fr 1fr; }
.case-outcome { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.case-outcome h3 { margin: 0 0 34px; font-size: clamp(34px,4vw,58px); line-height: 1.04; letter-spacing: -.05em; font-weight: 500; }
.case-outcome ul { margin: 0; padding: 0; list-style: none; color: #d5e1e7; font-weight: 600; }
.case-outcome li { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.16); }
.case-outcome li::before { content: "/"; margin-right: 10px; color: var(--blue); }

.cta-section { padding: 100px 0; background: var(--paper); }
.cta-box { min-height: 430px; position: relative; overflow: hidden; padding: 64px; display: flex; align-items: end; justify-content: space-between; gap: 50px; background: var(--ink-deep); color: var(--white); }
.cta-video-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(13,32,47,.93) 0%, rgba(13,32,47,.74) 50%, rgba(13,32,47,.22) 100%); }
.cta-copy, .cta-box .button { position: relative; z-index: 2; }
.cta-box h2 { max-width: 760px; }.cta-box p:last-child { margin: 20px 0 0; font-size: 18px; }
.cta-box .button { flex: 0 0 auto; }
.cta-box h2 em { color: var(--blue); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--blue-pale); }

.site-footer { padding: 74px 0 28px; background: var(--ink-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr 1.15fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.footer-grid p { color: #9fb0ba; }.footer-brand { margin-bottom: 18px; }.footer-label { margin-bottom: 12px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.footer-grid a:not(.brand) { min-height: 40px; display: inline-flex; align-items: center; }
.footer-grid a:not(.brand):hover { color: var(--blue); }
.footer-bottom { margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; color: #8296a1; font-size: 12px; }
.mobile-cta { display: none; }

/* Services */
.services-hero { min-height: 680px; position: relative; padding: 180px 0 100px; background: #eef1ef; overflow: hidden; }
.services-hero .shell { position: relative; z-index: 2; }.services-hero h1 { max-width: 1050px; }.services-hero p:last-child { max-width: 680px; color: var(--muted); font-size: 19px; }
.service-jump { margin-top: -42px; position: relative; z-index: 4; min-height: 84px; display: grid; grid-template-columns: repeat(4,1fr); background: var(--ink); color: white; box-shadow: var(--shadow); }
.service-jump a { padding: 20px; border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: center; font-weight: 600; transition: background .2s; }.service-jump a:hover { background: #234258; }.service-jump span { color: var(--blue); font-size: 12px; }
.service-detail { padding: 130px 0; display: grid; grid-template-columns: .3fr 1.7fr; border-bottom: 1px solid rgba(23,44,61,.14); }
.service-marker span { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; border: 1px solid var(--ink); font: 500 26px/1 "Manrope", sans-serif; letter-spacing: -.04em; }.service-marker p { margin: 14px 0; color: #4e85aa; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.service-main h2 { max-width: 920px; margin-bottom: 28px; font-size: clamp(40px,5vw,66px); line-height: 1.05; letter-spacing: -.055em; font-weight: 500; }.service-intro { max-width: 780px; color: var(--muted); font-size: 20px; }
.service-spec { margin-top: 65px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 34px; }.service-spec > div { padding-top: 24px; border-top: 1px solid var(--line); }.service-spec h3 { font-size: 16px; }.service-spec ul { margin: 0; padding: 0; list-style: none; color: var(--muted); }.service-spec li { padding: 5px 0; }.service-spec li::before { content: "↗"; margin-right: 9px; color: #4e85aa; }.service-spec p { color: var(--muted); }
.service-detail-primary .service-main h2 { max-width: 1040px; }
.service-detail-inset { grid-template-columns: 1fr; gap: 34px; }
.service-detail-inset .service-marker { display: flex; align-items: center; gap: 18px; }
.service-detail-inset .service-marker p { margin: 0; }
.service-detail-inset .service-main { width: min(920px,100%); margin-left: auto; }
.service-detail-span { grid-template-columns: .52fr 1.48fr; }
.service-detail-span .service-main h2 { max-width: 760px; }
.service-detail-span .service-spec { grid-template-columns: .9fr .9fr 1.2fr; }
.service-detail-aside { grid-template-columns: .78fr 1.22fr; align-items: start; }
.service-detail-aside .service-marker { position: sticky; top: 116px; }
.service-detail-aside .service-spec { grid-template-columns: 1fr; max-width: 760px; }
.implementation-band { padding: 130px 0; background: var(--ink); color: var(--white); }.implementation-steps { margin-top: 70px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); }.implementation-steps > div { min-height: 220px; padding: 25px 24px 0 0; }.implementation-steps > div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }.implementation-steps span { color: var(--blue); font-size: 12px; }.implementation-steps h3 { margin: 55px 0 10px; font-size: 25px; }.implementation-steps p { color: #afbec7; }

.placeholder-page main { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--ink); }.placeholder-card { width: min(720px,100%); padding: 56px; background: var(--paper); box-shadow: var(--shadow); }.placeholder-card .brand { margin-bottom: 70px; }.placeholder-card h1 { font-size: clamp(40px,6vw,68px); }.placeholder-card > p:not(.kicker) { color: var(--muted); }.placeholder-card .button { margin: 22px 26px 0 0; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms), transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms); }.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .header-cta { display: none; }.menu-toggle { position: relative; z-index: 111; order: 3; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; display: grid; place-content: center; gap: 6px; }.menu-toggle span:not(.sr-only) { width: 20px; height: 1px; background: var(--ink); transition: transform .2s; }.menu-toggle[aria-expanded="true"] span:nth-last-child(2){transform: translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform: translateY(-3.5px) rotate(-45deg)}
  .site-nav { display: none; position: fixed; z-index: 110; top: 68px; right: 0; bottom: 0; left: 0; height: calc(100dvh - 68px); overflow-y: auto; padding: 30px 24px; background: var(--paper); flex-direction: column; align-items: flex-start; gap: 14px; }.site-nav.is-open { display: flex; }.site-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); font: 500 28px "Manrope"; }
  .hero { min-height: auto; padding-top: 128px; }.hero-layout { grid-template-columns: 1fr; gap: 60px; }.hero-media { min-height: 520px; }.credibility { margin-top: 68px; align-items: flex-start; }.credibility div { flex-wrap: wrap; justify-content: flex-start; }
  .section { padding: 96px 0; }.intro-layout, .approach-heading, .outcomes-layout, .founders-intro, .complex-layout, .platform-layout, .security-layout, .case-feature-layout { grid-template-columns: 1fr; gap: 38px; }.three-pillars { margin-top: 60px; }
  .capability-matrix { grid-template-columns: 1fr; grid-template-rows: none; }.capability.feature { grid-row: auto; min-height: 430px; }.capability { min-height: 240px; }
  .pathway { grid-template-columns: 1fr; }.pathway li { min-height: 150px; display: grid; grid-template-columns: 60px 1fr; border-top: 0; border-left: 2px solid var(--ink); padding: 0 0 38px 28px; }.pathway li::before { top: 0; left: -7px; }.pathway li:not(:last-child)::after { display: none; }.pathway li div { margin: 0; }.pathway li > span { padding-top: 2px; }
  .outcomes-copy { position: static; }.founder-grid { grid-template-columns: 1fr; }.founder-card { min-height: 460px; }.complex-map { max-width: 640px; width: 100%; justify-self: center; }.cta-box { padding: 48px; align-items: flex-start; flex-direction: column; }
  .work-grid, .approach-grid, .case-capabilities { grid-template-columns: 1fr 1fr; }.layer-row { grid-template-columns: 1fr; gap: 24px; }.layer-row ul { grid-template-columns: 1fr 1fr; }.case-summary { grid-template-columns: 1fr; }.summary-block { min-height: 300px; }.security-grid { grid-template-columns: 1fr 1fr; }
  .service-jump { grid-template-columns: 1fr 1fr; }.service-detail { grid-template-columns: 1fr; gap: 38px; padding: 100px 0; }.service-marker { display: flex; align-items: center; gap: 12px; }.service-spec { grid-template-columns: 1fr; }.service-spec > div + div { border-left: 0; padding-left: 0; }.service-spec > div { padding-bottom: 18px; }.implementation-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }.site-header { height: 66px; }.brand img { width: 34px; height: 34px; }.site-nav { top: 66px; }
  h1 { max-width: 358px; font-size: 38px; letter-spacing: -.052em; }.hero { padding-top: 112px; }.hero-copy, .hero-lede { max-width: 358px; }.hero-lede, .services-hero p:last-child { font-size: 17px; }.button-row { align-items: flex-start; flex-direction: column; gap: 14px; }.hero-media { min-height: 330px; }.hero-media::after { inset: 10px; }
  .credibility { flex-direction: column; gap: 14px; }.credibility div { font-size: 12px; }.section { padding: 78px 0; }.section-heading h2, .outcomes-copy h2, .founders-intro h2, .complex-copy h2, .cta-box h2 { font-size: 40px; }.pillar { grid-template-columns: 48px 1fr; }.pillar h3 { font-size: 21px; }
  .split-heading { align-items: flex-start; flex-direction: column; }.capability-matrix { margin-top: 50px; }.capability.feature { min-height: 360px; padding: 30px 24px; }.capability { padding: 26px 24px; }.capability.feature h3 { font-size: 44px; }.outcomes-section { padding: 90px 0; }.outcomes-layout { gap: 55px; }.outcome strong { font-size: 17px; }
  .module-stack, .work-grid, .approach-grid, .case-capabilities, .security-grid { grid-template-columns: 1fr; }.module-stack div { min-height: 112px; }.module-stack strong { font-size: 19px; }.work-card { min-height: 220px; padding: 24px; }.work-card h3 { margin-top: 38px; }.featured-case { padding: 82px 0; }.case-feature-panel { padding: 24px; }.case-feature-panel ul, .layer-row ul { grid-template-columns: 1fr; }.approach-card { min-height: 210px; }.security-item { min-height: 190px; }.summary-block { min-height: 280px; padding: 26px 24px; }.feature-row { grid-template-columns: 1fr; gap: 14px; }.feature-row h3, .layer-row h3 { font-size: 25px; }
  .founder-card { min-height: 0; grid-template-columns: 1fr; }.portrait-wrap { height: 320px; }.founder-content { min-height: 390px; }.complex-section { padding: 80px 0; }.complex-map { aspect-ratio: 1; margin-top: 20px; }.complex-map strong { width: 138px; height: 138px; font-size: 14px; }.complex-map span { max-width: 110px; padding: 7px; text-align: center; font-size: 12px; }.cta-section { padding: 50px 0 90px; }.cta-box { min-height: 420px; padding: 32px 24px; }.footer-grid { grid-template-columns: 1fr; gap: 44px; }.footer-bottom { margin-top: 50px; }.mobile-cta { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; min-height: 50px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: var(--white); box-shadow: 0 10px 28px rgba(0,0,0,.25); font-weight: 600; }
  .services-hero { min-height: 620px; padding-top: 140px; }.service-jump { margin-top: -28px; grid-template-columns: 1fr; }.service-jump a { min-height: 68px; flex-direction: row; align-items: center; gap: 10px; }.service-main h2 { font-size: 42px; }.service-intro { font-size: 18px; }.implementation-steps { grid-template-columns: 1fr; }.implementation-steps > div { min-height: 170px; border-bottom: 1px solid rgba(255,255,255,.2); }.implementation-steps > div + div { padding-left: 0; border-left: 0; }.implementation-steps h3 { margin-top: 38px; }.placeholder-card { padding: 30px 24px; }.placeholder-card .brand { margin-bottom: 45px; }.placeholder-card .button { margin-right: 0; width: 100%; }.placeholder-card .text-link { margin-top: 20px; }
}

@media (max-width: 980px) {
  .capability-flow, .work-editorial, .platform-problem, .method-spectrum, .case-bridge { grid-template-columns: 1fr; gap: 44px; }
  .capability-route-primary { min-height: 470px; }
  .work-theme-large, .method-statement, .service-detail-aside .service-marker { position: static; }
  .platform-problem-flow { grid-template-columns: 1fr 1fr; }
  .method-rail { grid-template-columns: 1fr; }
  .platform-system { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 18px; }
  .platform-system::before, .platform-system::after { display: none; }
  .system-core { grid-column: 1 / -1; grid-row: auto; width: auto; height: auto; border-radius: 0; padding: 34px; }
  .system-layer, .layer-foundations, .layer-agentic, .layer-domain, .layer-solutions { grid-column: auto; grid-row: auto; }
  .advisory-workflow { grid-template-columns: 1fr 1fr 1fr; gap: 24px 0; }
  .advisory-workflow li { min-height: 230px; }
  .standout-feature, .standout-refine { grid-template-columns: 72px 1fr; }
  .standout-feature ol, .standout-refine ol, .standout-refine > div { grid-column: 2; grid-row: auto; }
  .service-detail, .service-detail-span, .service-detail-aside { grid-template-columns: 1fr; gap: 34px; }
  .service-detail-inset .service-main { margin-left: 0; }
  .service-detail-aside .service-spec { max-width: none; }
}

@media (max-width: 620px) {
  .capability-flow, .work-editorial { margin-top: 50px; }
  .services-hero h1, .services-hero p:last-child { max-width: 100%; }
  .services-hero .shell, .services-hero h1, .services-hero p, .case-bridge > *, .standout-feature > *, .case-outcome, .platform-problem-flow > * { min-width: 0; max-width: 100%; overflow-wrap: break-word; }
  .capability-route-primary { min-height: 390px; padding: 30px 24px; }
  .capability-route-primary h3 { font-size: 42px; }
  .capability-route { min-height: 0; padding: 26px 0; }
  .work-theme h3, .work-theme-large h3 { font-size: 34px; }
  .case-feature-panel { min-height: 0; }
  .case-orbit { position: relative; top: auto; right: auto; margin-left: auto; width: 170px; height: 170px; }
  .case-preview-flow { margin-top: 28px; }
  .platform-problem-flow, .platform-system, .proof-statement { grid-template-columns: 1fr; }
  .platform-problem-flow strong { font-size: 23px; }
  .method-node { min-height: 0; }
  .platform-system { gap: 14px; }
  .system-core { padding: 28px 24px; }
  .system-layer { padding: 22px 0; background: transparent; box-shadow: none; }
  .proof-statement { gap: 10px; }
  .proof-statement h3, .proof-statement p { grid-column: auto; }
  .proof-statement h3 { font-size: 34px; }
  .control-layer { padding-left: 26px; }
  .case-bridge-line { display: none; }
  .advisory-workflow { grid-template-columns: 1fr; }
  .advisory-workflow li { min-height: 0; padding: 0 0 34px 78px; }
  .advisory-workflow li::before { top: 0; left: 32px; right: auto; bottom: 0; width: 1px; height: auto; }
  .advisory-workflow li:not(:last-child)::after { display: none; }
  .advisory-workflow span { position: absolute; left: 0; top: 0; }
  .advisory-workflow h3 { margin: 0 0 10px; }
  .standout-feature, .standout-refine { grid-template-columns: 1fr; gap: 20px; }
  .standout-feature ol, .standout-refine ol, .standout-refine > div { grid-column: auto; }
  .standout-retrieval ol { grid-template-columns: 1fr; }
  .case-outcome h3 { font-size: 34px; }
  .service-marker span { width: 68px; height: 68px; font-size: 22px; }
  .service-spec, .service-detail-span .service-spec { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }.capability-video { display: none; }
}
