.inner-page { background: #f3f6fc; }
.inner-page main { min-height: 100svh; }
.inner-page .site-header { color: var(--ice); background: rgba(247,249,253,.90); border-bottom-color: rgba(34,58,111,.10); backdrop-filter: blur(16px); }
.inner-page .site-nav a[aria-current="page"] { color: var(--ice); }
.inner-page .site-nav a[aria-current="page"]::after { right: 0; }

.inner-hero {
  min-height: 78svh;
  padding: 150px 0 86px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid rgba(34,58,111,.11);
  background:
    radial-gradient(circle at 74% 42%, rgba(35,79,255,.13), transparent 29%),
    radial-gradient(circle at 12% 88%, rgba(121,150,211,.15), transparent 32%),
    #edf2fa;
}
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background-image: linear-gradient(rgba(42,68,126,.05) 1px, transparent 1px), linear-gradient(90deg,rgba(42,68,126,.05) 1px,transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg,rgba(0,0,0,.7),transparent 84%);
}
.inner-hero-copy { position: relative; z-index: 2; width: var(--shell); max-width: 920px; }
.inner-breadcrumb { margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 10px; color: var(--dim); font: 9px/1.4 var(--font-mono); letter-spacing: .1em; }
.inner-breadcrumb a:hover { color: #234fff; }
.inner-hero h1 { max-width: 13ch; margin: 0; color: var(--ice); font-size: clamp(54px,8.2vw,120px); line-height: .96; letter-spacing: -.052em; font-weight: 760; text-wrap: balance; }
.inner-hero p { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: clamp(15px,1.4vw,19px); line-height: 1.75; }
.inner-hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }

.inner-section { padding-block: clamp(92px,10vw,150px); border-bottom: 1px solid rgba(34,58,111,.10); }
.inner-section--soft { background: rgba(232,238,248,.72); }
.inner-heading { max-width: 900px; }
.inner-heading h2 { margin: 0; color: var(--ice); font-size: clamp(40px,5.5vw,76px); line-height: .96; letter-spacing: -.047em; font-weight: 720; text-wrap: balance; }
.inner-heading p { max-width: 670px; margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }

.case-library-section { overflow: visible; }
.case-logo-sequence { position: relative; height: 172svh; margin-top: clamp(44px,7vw,94px); view-timeline-name: --case-logo-sequence; view-timeline-axis: block; }
.case-logo-sticky { position: sticky; top: 74px; height: calc(100svh - 74px); overflow: hidden; display: grid; place-items: center; isolation: isolate; border-block: 1px solid rgba(34,58,111,.1); background: rgba(243,246,252,.76); perspective: 1200px; }
.case-logo-sticky::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .54; background-image: linear-gradient(rgba(42,68,126,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(42,68,126,.045) 1px,transparent 1px); background-size: 78px 78px; }
.case-logo-sticky::after { content: ""; position: absolute; z-index: -1; inset: 8% 12%; background: radial-gradient(circle,rgba(35,79,255,.08),transparent 68%); }
.case-logo-split { position: relative; z-index: 2; width: min(76vw,940px); aspect-ratio: 464 / 182; transform: scale(.66); transform-style: preserve-3d; will-change: transform; }
.case-logo-slice { position: absolute; inset: 0; display: block; will-change: transform,opacity; transform-style: preserve-3d; backface-visibility: hidden; }
.case-logo-slice img { width: 100%; height: 100%; display: block; object-fit: contain; filter: drop-shadow(0 28px 54px rgba(35,79,255,.16)); }
.case-logo-slice--left { clip-path: inset(0 50% 0 0); transform-origin: 50% center; }
.case-logo-slice--right { clip-path: inset(0 0 0 50%); transform-origin: 50% center; }
.case-logo-axis { position: absolute; z-index: 4; top: 12%; bottom: 12%; left: 50%; width: 1px; background: rgba(35,79,255,.24); transform: scaleY(0); transform-origin: center; }
.case-logo-scroll { position: absolute; z-index: 5; right: 24px; bottom: 25px; display: flex; align-items: center; gap: 10px; color: var(--dim); font: 8px/1 var(--font-mono); letter-spacing: .1em; writing-mode: vertical-rl; }
.case-logo-scroll span { width: 1px; height: 42px; background: var(--cobalt-bright); animation: scroll-pulse 1.8s ease-in-out infinite; }
.case-logo-sequence.is-split .case-logo-split { transform: scale(1); }
.case-logo-sequence.is-split .case-logo-slice--left { opacity: .08; transform: translateX(-78%) rotateY(-12deg); }
.case-logo-sequence.is-split .case-logo-slice--right { opacity: .08; transform: translateX(78%) rotateY(12deg); }
.case-logo-sequence.is-split .case-logo-axis { transform: scaleY(1); }
.case-library-heading { margin-top: 0; }
.case-library-heading .eyebrow { display: block; margin-bottom: 20px; color: var(--cobalt-bright); font: 8px/1 var(--font-mono); letter-spacing: .18em; }
.case-gallery { margin-top: clamp(78px,9vw,132px); display: grid; gap: clamp(28px,4vw,54px); }
.case-gallery-item { position: relative; view-timeline-name: --case-card; view-timeline-axis: block; }
.case-gallery-link { min-height: 540px; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); color: var(--ice); border: 1px solid rgba(34,58,111,.12); background: rgba(248,250,254,.94); box-shadow: 0 27px 68px rgba(48,69,117,.075); transition: transform .65s var(--ease), border-color .35s ease, box-shadow .5s var(--ease); }
.case-gallery-item:nth-child(even) .case-gallery-link { grid-template-columns: minmax(320px,.75fr) minmax(0,1.25fr); }
.case-gallery-item:nth-child(even) .case-gallery-media { order: 2; border-right: 0; border-left: 1px solid rgba(34,58,111,.12); }
.case-gallery-link:hover { transform: translateY(-7px); border-color: rgba(35,79,255,.34); box-shadow: 0 38px 88px rgba(48,69,117,.12); }
.case-gallery-link:focus-visible { outline: 2px solid var(--cobalt-bright); outline-offset: 5px; }
.case-gallery-media { position: relative; min-height: 540px; overflow: hidden; border-right: 1px solid rgba(34,58,111,.12); perspective: 1000px; }
.case-gallery-media > .media-placeholder { width: 100%; height: 100%; border: 0; }
.case-gallery-door { position: absolute; z-index: 2; top: 0; bottom: 0; width: 50.2%; overflow: hidden; display: block; background: rgba(233,239,251,.97); transition: transform 1.1s var(--ease),opacity .75s ease; will-change: transform,opacity; }
.case-gallery-door::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(35,79,255,.035),transparent 55%); }
.case-gallery-door img { position: absolute; top: 50%; width: 200%; max-width: none; height: 100%; object-fit: contain; transform: translateY(-50%); filter: drop-shadow(0 20px 38px rgba(35,79,255,.14)); }
.case-gallery-door--left { left: 0; border-right: 1px solid rgba(35,79,255,.18); transform-origin: right center; }
.case-gallery-door--left img { left: 0; }
.case-gallery-door--right { right: 0; border-left: 1px solid rgba(35,79,255,.18); transform-origin: left center; }
.case-gallery-door--right img { right: 0; }
.case-gallery-item.is-open .case-gallery-door--left { opacity: 0; transform: translateX(-104%) rotateY(-8deg); }
.case-gallery-item.is-open .case-gallery-door--right { opacity: 0; transform: translateX(104%) rotateY(8deg); }
.case-gallery-copy { padding: clamp(34px,4.4vw,66px); display: flex; flex-direction: column; justify-content: flex-end; }
.case-gallery-copy > span { color: var(--cobalt-bright); font: 9px/1.2 var(--font-mono); letter-spacing: .11em; }
.case-gallery-copy h2 { margin: 18px 0 16px; color: var(--ice); font-size: clamp(36px,4.2vw,62px); line-height: .96; letter-spacing: -.045em; text-wrap: balance; }
.case-gallery-copy p { margin: 0; color: var(--muted); line-height: 1.78; }
.case-gallery-copy b { min-height: 44px; margin-top: 28px; display: inline-flex; align-items: center; align-self: flex-start; border-bottom: 1px solid rgba(35,79,255,.34); font-size: 11px; }

@supports (animation-timeline: view()) {
  .case-logo-split { animation: case-logo-zoom linear both; animation-timeline: --case-logo-sequence; animation-range: entry 0% exit 100%; }
  .case-logo-slice--left { animation: case-logo-left-split linear both; animation-timeline: --case-logo-sequence; animation-range: entry 0% exit 100%; }
  .case-logo-slice--right { animation: case-logo-right-split linear both; animation-timeline: --case-logo-sequence; animation-range: entry 0% exit 100%; }
  .case-logo-axis { animation: case-logo-axis-reveal linear both; animation-timeline: --case-logo-sequence; animation-range: entry 0% exit 100%; }
  .case-logo-scroll { animation: case-logo-scroll-hide linear both; animation-timeline: --case-logo-sequence; animation-range: entry 0% exit 100%; }
  .case-gallery-door--left { animation: case-door-left linear both; animation-timeline: --case-card; animation-range: entry 0% cover 45%; }
  .case-gallery-door--right { animation: case-door-right linear both; animation-timeline: --case-card; animation-range: entry 0% cover 45%; }
}

@keyframes case-logo-zoom {
  0%,24% { transform: scale(.66); }
  42%,100% { transform: scale(1); }
}
@keyframes case-logo-left-split {
  0%,39% { opacity: 1; transform: translateX(0) rotateY(0); }
  62%,100% { opacity: .08; transform: translateX(-78%) rotateY(-12deg); }
}
@keyframes case-logo-right-split {
  0%,39% { opacity: 1; transform: translateX(0) rotateY(0); }
  62%,100% { opacity: .08; transform: translateX(78%) rotateY(12deg); }
}
@keyframes case-logo-axis-reveal {
  0%,40% { transform: scaleY(0); }
  59%,100% { transform: scaleY(1); }
}
@keyframes case-logo-scroll-hide {
  0%,29% { opacity: 1; }
  47%,100% { opacity: 0; }
}
@keyframes case-door-left {
  0%,20% { opacity: 1; transform: translateX(0) rotateY(0); }
  100% { opacity: 0; transform: translateX(-104%) rotateY(-8deg); }
}
@keyframes case-door-right {
  0%,20% { opacity: 1; transform: translateX(0) rotateY(0); }
  100% { opacity: 0; transform: translateX(104%) rotateY(8deg); }
}

.case-triptych-sequence { position: relative; height: 220svh; margin-top: clamp(44px,7vw,94px); view-timeline-name: --case-triptych; view-timeline-axis: block; }
.case-triptych-sticky { position: sticky; top: 74px; height: calc(100svh - 74px); overflow: hidden; display: grid; place-items: center; isolation: isolate; border-block: 1px solid rgba(34,58,111,.10); background: rgba(243,246,252,.76); perspective: 1400px; }
.case-triptych-sticky::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .54; background-image: linear-gradient(rgba(42,68,126,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(42,68,126,.045) 1px,transparent 1px); background-size: 78px 78px; }
.case-triptych-sticky::after { content: ""; position: absolute; z-index: -1; inset: 7% 9%; background: radial-gradient(circle,rgba(35,79,255,.085),transparent 69%); }
.case-triptych-stage { position: relative; width: 100%; height: 100%; display: grid; place-items: center; }
.case-triptych-stack { position: relative; width: min(92vw,1320px); aspect-ratio: 464 / 182; display: grid; grid-template-rows: repeat(3,1fr); transform: scale(.66); transform-style: preserve-3d; will-change: transform; }
.case-triptych-card { --tilt-x: 0deg; --tilt-y: 0deg; --glare-x: 50%; --glare-y: 50%; --click-x: 50%; --click-y: 50%; position: relative; min-height: 0; overflow: visible; color: var(--ice); cursor: pointer; transform-style: preserve-3d; will-change: transform; }
.js .case-triptych-card { pointer-events: none; }
.js .case-triptych-sequence.is-ready .case-triptych-card { pointer-events: auto; }
.case-triptych-inner { position: absolute; inset: 0; display: block; transform-style: preserve-3d; transform-origin: center; will-change: transform; }
.case-triptych-face { position: absolute; inset: 0; overflow: hidden; display: block; border-inline: 1px solid rgba(34,58,111,.12); border-top: 1px solid rgba(34,58,111,.12); backface-visibility: hidden; -webkit-backface-visibility: hidden; transform-style: preserve-3d; }
.case-triptych-card:last-child .case-triptych-face { border-bottom: 1px solid rgba(34,58,111,.12); }
.case-triptych-front { background: rgba(243,246,252,.82); }
.case-triptych-back { background: rgba(248,250,254,.96); transform: rotateX(180deg); }
.case-triptych-interactive { position: absolute; inset: 0; display: block; transform-style: preserve-3d; transition: transform .48s cubic-bezier(.2,.8,.2,1),box-shadow .48s ease; }
.case-triptych-logo { position: absolute; z-index: 0; inset: 0; overflow: hidden; display: block; will-change: opacity,transform; }
.case-triptych-logo img { position: absolute; left: 0; width: 100%; height: 300%; max-width: none; object-fit: fill; filter: drop-shadow(0 24px 48px rgba(35,79,255,.15)); }
.case-triptych-card--top .case-triptych-logo img { top: 0; }
.case-triptych-card--middle .case-triptych-logo img { top: -100%; }
.case-triptych-card--bottom .case-triptych-logo img { top: -200%; }
.case-triptych-surface { position: absolute; z-index: 1; inset: 0; display: block; opacity: 1; background: rgba(248,250,254,.94); box-shadow: 0 22px 58px rgba(48,69,117,.09); }
.case-triptych-surface::after { content: ""; position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(rgba(42,68,126,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(42,68,126,.045) 1px,transparent 1px); background-size: 72px 72px; }
.case-triptych-copy { position: relative; z-index: 2; height: 100%; padding: clamp(17px,2vw,28px) clamp(20px,3vw,44px); display: grid; grid-template-columns: minmax(150px,.5fr) minmax(250px,.8fr) minmax(310px,1.25fr) auto; align-items: center; gap: clamp(18px,3vw,48px); opacity: 1; transform: translateZ(18px); transition: transform .48s cubic-bezier(.2,.8,.2,1); }
.case-triptych-copy small { color: var(--cobalt-bright); font: 9px/1.35 var(--font-mono); letter-spacing: .1em; }
.case-triptych-copy strong { color: var(--ice); font-size: clamp(23px,2.4vw,36px); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.case-triptych-copy > span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.case-triptych-copy b { min-width: 92px; min-height: 46px; display: inline-flex; align-items: center; justify-content: flex-end; gap: 12px; color: var(--ice); font-size: 11px; white-space: nowrap; }
.case-triptych-copy i { color: var(--cobalt-bright); font-style: normal; transition: transform .34s ease; }
.case-triptych-shine { position: absolute; z-index: 3; inset: 0; display: block; opacity: 0; pointer-events: none; background: radial-gradient(circle at var(--glare-x) var(--glare-y),rgba(248,250,254,.72),rgba(77,116,255,.11) 18%,transparent 46%); mix-blend-mode: screen; transition: opacity .3s ease; }
.case-triptych-ripple { position: absolute; z-index: 4; left: var(--click-x); top: var(--click-y); width: min(38vw,540px); aspect-ratio: 1; display: block; opacity: 0; pointer-events: none; border: 1px solid rgba(35,79,255,.64); border-radius: 50%; background: radial-gradient(circle,rgba(35,79,255,.18),rgba(35,79,255,.055) 43%,transparent 70%); transform: translate(-50%,-50%) scale(.06); }
.case-triptych-card:focus-visible { z-index: 6; outline: 2px solid var(--cobalt-bright); outline-offset: 5px; }
.case-triptych-cut { position: absolute; z-index: 7; left: 8%; right: 8%; height: 1px; opacity: 0; background: rgba(35,79,255,.58); transform: scaleX(.16); transform-origin: center; pointer-events: none; }
.case-triptych-cut--one { top: 33.333%; }
.case-triptych-cut--two { top: 66.666%; }
.case-triptych-scroll { position: absolute; z-index: 8; right: 24px; bottom: 25px; display: flex; align-items: center; gap: 10px; color: var(--dim); font: 8px/1 var(--font-mono); letter-spacing: .1em; writing-mode: vertical-rl; }
.case-triptych-scroll span { width: 1px; height: 42px; background: var(--cobalt-bright); animation: scroll-pulse 1.8s ease-in-out infinite; }
.case-triptych-sequence.is-expanded .case-triptych-stack { transform: scale(1); }
.case-triptych-sequence.is-expanded .case-triptych-card--top { transform: translate(-2.2vw,-18px); }
.case-triptych-sequence.is-expanded .case-triptych-card--middle { transform: translateX(2.2vw); }
.case-triptych-sequence.is-expanded .case-triptych-card--bottom { transform: translate(-1.2vw,18px); }
.case-triptych-sequence.is-expanded .case-triptych-inner { transform: rotateX(180deg); }
.case-triptych-sequence.is-expanded .case-triptych-scroll { opacity: 0; }

@media (hover:hover) and (pointer:fine) {
  .case-triptych-sequence.is-ready .case-triptych-card:hover { z-index: 9; }
  .case-triptych-sequence.is-ready .case-triptych-card:hover .case-triptych-interactive { transform: rotateY(var(--tilt-x)) rotateX(var(--tilt-y)) translateZ(14px); box-shadow: 0 30px 64px rgba(35,79,255,.14); }
  .case-triptych-sequence.is-ready .case-triptych-card:hover .case-triptych-copy { transform: translateZ(34px) translateX(7px); }
  .case-triptych-sequence.is-ready .case-triptych-card:hover .case-triptych-copy b { color: var(--cobalt-bright); }
  .case-triptych-sequence.is-ready .case-triptych-card:hover .case-triptych-copy i { transform: translate(4px,-3px); }
  .case-triptych-sequence.is-ready .case-triptych-card:hover .case-triptych-shine { opacity: 1; }
}

.case-triptych-card.is-launching .case-triptych-interactive { animation: case-triptych-press .36s cubic-bezier(.2,.8,.2,1) both; }
.case-triptych-card.is-launching .case-triptych-ripple { animation: case-triptych-ripple .42s ease-out both; }

@supports (animation-timeline: view()) {
  .case-triptych-stack { animation: case-triptych-expand linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-card--top { animation: case-triptych-top linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-card--middle { animation: case-triptych-middle linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-card--bottom { animation: case-triptych-bottom linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-card--top .case-triptych-inner { animation: case-triptych-flip-top linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-card--middle .case-triptych-inner { animation: case-triptych-flip-middle linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-card--bottom .case-triptych-inner { animation: case-triptych-flip-bottom linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-cut { animation: case-triptych-cut-line linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
  .case-triptych-scroll { animation: case-triptych-scroll-hide linear both; animation-timeline: --case-triptych; animation-range: entry 0% exit 100%; }
}

@keyframes case-triptych-expand { 0%,33% { transform: scale(.66); } 62%,100% { transform: scale(1); } }
@keyframes case-triptych-top { 0%,40% { transform: none; } 64%,100% { transform: translate(-2.2vw,-18px); } }
@keyframes case-triptych-middle { 0%,40% { transform: none; } 64%,100% { transform: translateX(2.2vw); } }
@keyframes case-triptych-bottom { 0%,40% { transform: none; } 64%,100% { transform: translate(-1.2vw,18px); } }
@keyframes case-triptych-flip-top { 0%,40% { transform: rotateX(0); } 54%,100% { transform: rotateX(180deg); } }
@keyframes case-triptych-flip-middle { 0%,44% { transform: rotateX(0); } 58%,100% { transform: rotateX(180deg); } }
@keyframes case-triptych-flip-bottom { 0%,48% { transform: rotateX(0); } 62%,100% { transform: rotateX(180deg); } }
@keyframes case-triptych-cut-line { 0%,35% { opacity: 0; transform: scaleX(.16); } 43%,54% { opacity: 1; transform: scaleX(1); } 66%,100% { opacity: 0; transform: scaleX(1); } }
@keyframes case-triptych-scroll-hide { 0%,34% { opacity: 1; } 52%,100% { opacity: 0; } }
@keyframes case-triptych-press { 0% { transform: rotateY(var(--tilt-x)) rotateX(var(--tilt-y)) translateZ(14px) scale(1); } 48% { transform: rotateY(0) rotateX(0) translateZ(2px) scale(.985); } 100% { transform: rotateY(0) rotateX(0) translateZ(22px) scale(1.01); } }
@keyframes case-triptych-ripple { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.06); } 24% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1); } }

.standards-grid { margin-top: 54px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 16px; }
.standard-card { min-height: 320px; padding: 34px; border: 1px solid rgba(34,58,111,.12); background: rgba(248,250,254,.72); }
.standard-card h3 { margin: 0 0 18px; color: var(--ice); font-size: 26px; letter-spacing: -.03em; }
.standard-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.standard-list { margin: 31px 0 0; padding: 0; list-style: none; }
.standard-list li { padding: 13px 0; color: #45536d; border-bottom: 1px solid rgba(34,58,111,.10); font-size: 12px; }

.case-meta { padding: 24px 0; border-bottom: 1px solid rgba(34,58,111,.10); background: #e9eef8; }
.case-meta-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.case-meta-grid span { display: block; color: var(--dim); font-size: 9px; }
.case-meta-grid strong { display: block; margin-top: 8px; color: var(--ice); font-size: 13px; font-weight: 600; }
.case-hero-media { min-height: min(72vw,760px); margin-top: 56px; }
.case-story-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(48px,8vw,130px); align-items: start; }
.case-story-nav { position: sticky; top: 105px; display: grid; border-top: 1px solid rgba(34,58,111,.13); }
.case-story-nav a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); border-bottom: 1px solid rgba(34,58,111,.10); font-size: 11px; }
.case-story-nav a:hover { color: #234fff; }
.case-story-content { display: grid; gap: 92px; }
.case-chapter h2 { margin: 0; color: var(--ice); font-size: clamp(38px,4.6vw,66px); line-height: .98; letter-spacing: -.045em; }
.case-chapter > p { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.84; }
.case-content-slot { min-height: 230px; margin-top: 34px; }
.workflow-slots { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.workflow-slots article { min-height: 190px; padding: 25px; border: 1px solid rgba(34,58,111,.12); background: rgba(248,250,254,.74); }
.workflow-slots span { color: var(--cobalt-bright); font: 9px/1 var(--font-mono); }
.workflow-slots h3 { margin: 50px 0 10px; color: var(--ice); font-size: 18px; }
.workflow-slots p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.evidence-box { margin-top: 34px; padding: 32px; border: 1px dashed rgba(35,79,255,.32); background: rgba(243,246,252,.65); }
.evidence-box strong { color: var(--ice); }
.evidence-box p { margin: 12px 0 0; color: var(--muted); line-height: 1.72; }

.filter-bar { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-bar button { min-height: 44px; padding: 0 16px; color: var(--muted); border: 1px solid rgba(34,58,111,.13); border-radius: 3px; background: rgba(248,250,254,.7); cursor: pointer; }
.filter-bar button.is-active { color: #f8faff; border-color: #234fff; background: #234fff; }
.insight-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.insight-index-card { grid-column: span 4; padding-bottom: 28px; color: var(--ice); border-bottom: 1px solid rgba(34,58,111,.16); }
.insight-index-card:first-child { grid-column: span 8; }
.insight-index-card[hidden] { display: none; }
.insight-index-media { min-height: 350px; }
.insight-index-card:first-child .insight-index-media { min-height: 470px; }
.insight-index-card > span { display: block; margin-top: 22px; color: var(--cobalt-bright); font-size: 10px; }
.insight-index-card h2 { margin: 11px 0 10px; font-size: clamp(23px,2.5vw,36px); letter-spacing: -.035em; }
.insight-index-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.insight-index-card b { min-height: 44px; margin-top: 14px; display: inline-flex; align-items: center; border-bottom: 1px solid rgba(35,79,255,.32); font-size: 11px; }

.article-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,370px); gap: clamp(54px,8vw,120px); align-items: start; }
.article-body { max-width: 780px; }
.article-body h2 { margin: 72px 0 20px; color: var(--ice); font-size: clamp(31px,3.5vw,47px); letter-spacing: -.04em; }
.article-body p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.article-content-slot { min-height: 260px; margin: 40px 0; }
.article-aside { position: sticky; top: 104px; padding: 27px; border: 1px solid rgba(34,58,111,.12); background: #e9eef8; }
.article-aside h3 { margin: 0 0 18px; color: var(--ice); font-size: 20px; }
.article-aside p { color: var(--muted); font-size: 12px; line-height: 1.72; }

.inner-cta { padding-block: clamp(86px,9vw,135px); text-align: center; background: #e9eef8; }
.inner-cta h2 { max-width: 900px; margin: 0 auto; color: var(--ice); font-size: clamp(42px,6vw,88px); line-height: .93; letter-spacing: -.05em; }
.inner-cta p { max-width: 620px; margin: 24px auto 0; color: var(--muted); line-height: 1.75; }
.inner-cta .button { margin-top: 31px; }

@media (max-width: 900px) {
  .case-triptych-copy { grid-template-columns: minmax(118px,.5fr) minmax(230px,1fr) auto; gap: 18px; }
  .case-triptych-copy > span { display: none; }
  .case-logo-sequence { height: 156svh; }
  .case-logo-split { width: min(82vw,720px); }
  .case-gallery-link,
  .case-gallery-item:nth-child(even) .case-gallery-link,
  .standards-grid,
  .case-story-grid,
  .article-layout { grid-template-columns: 1fr; }
  .case-gallery-item:nth-child(even) .case-gallery-media { order: 0; border-left: 0; }
  .case-gallery-media { min-height: 420px; border-right: 0; border-bottom: 1px solid rgba(34,58,111,.12); }
  .case-story-nav,
  .article-aside { position: static; }
  .case-meta-grid { grid-template-columns: repeat(2,1fr); }
  .insight-index-card,
  .insight-index-card:first-child { grid-column: span 6; }
}

@media (max-width: 560px) {
  .inner-hero { min-height: 70svh; padding-top: 122px; }
  .inner-hero h1 { font-size: clamp(44px,11.5vw,56px); line-height: 1; letter-spacing: -.045em; }
  .case-triptych-sequence { height: auto; margin-top: 52px; }
  .case-triptych-sticky { position: relative; top: auto; height: auto; min-height: 0; overflow: visible; padding-block: 18px; }
  .case-triptych-stage { height: auto; }
  .case-triptych-stack { width: 100%; aspect-ratio: auto; gap: 10px; transform: none !important; }
  .case-triptych-card,
  .case-triptych-sequence.is-expanded .case-triptych-card { min-height: 168px; border: 1px solid rgba(34,58,111,.12); transform: none !important; }
  .case-triptych-inner { position: relative; height: 100%; transform: none !important; animation: none !important; }
  .case-triptych-front { display: none; }
  .case-triptych-back { position: relative; min-height: 168px; border: 0; transform: none; }
  .case-triptych-interactive { position: relative; min-height: 168px; transform: none !important; animation: none !important; }
  .case-triptych-logo { display: none; }
  .case-triptych-surface { opacity: 1 !important; animation: none !important; }
  .case-triptych-copy { height: auto; min-height: 168px; padding: 22px; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto 1fr; gap: 8px 18px; opacity: 1 !important; transform: none !important; animation: none !important; }
  .case-triptych-copy small { grid-column: 1; grid-row: 1; }
  .case-triptych-copy strong { grid-column: 1; grid-row: 2; font-size: clamp(25px,7.5vw,32px); }
  .case-triptych-copy > span { grid-column: 1; grid-row: 3; display: block; font-size: 10px; }
  .case-triptych-copy b { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .case-triptych-cut,
  .case-triptych-scroll { display: none; }
  .case-logo-sequence { height: 142svh; }
  .case-logo-sticky { top: 66px; height: calc(100svh - 66px); }
  .case-logo-split { width: 88vw; }
  .case-logo-scroll { right: 12px; }
  .case-gallery { margin-top: 62px; gap: 24px; }
  .case-gallery-link { min-height: 0; }
  .case-gallery-media { min-height: 320px; }
  .case-gallery-copy { padding: 29px 24px 32px; }
  .case-gallery-copy h2 { font-size: clamp(36px,11vw,48px); }
  .case-meta-grid { grid-template-columns: 1fr 1fr; }
  .workflow-slots { grid-template-columns: 1fr; }
  .workflow-slots article { min-height: 155px; }
  .workflow-slots h3 { margin-top: 30px; }
  .insight-grid { display: block; }
  .insight-index-card { margin-bottom: 38px; }
  .insight-index-card:first-child .insight-index-media,
  .insight-index-media { min-height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .case-triptych-sequence { height: auto; }
  .case-triptych-sticky { position: relative; top: auto; height: auto; min-height: 0; padding-block: clamp(40px,6vw,76px); }
  .case-triptych-stack { animation: none !important; transform: none !important; }
  .case-triptych-card,
  .case-triptych-sequence.is-expanded .case-triptych-card { animation: none !important; transform: none !important; }
  .case-triptych-inner { animation: none !important; transform: rotateX(180deg) !important; }
  .case-triptych-interactive { animation: none !important; transition: none; }
  .case-triptych-logo { animation: none !important; opacity: .055; transform: scale(1.03); }
  .case-triptych-surface { animation: none !important; opacity: 1; }
  .case-triptych-copy { animation: none !important; opacity: 1; transform: none; }
  .case-triptych-cut,
  .case-triptych-scroll { display: none; }
  .case-logo-sequence { height: 100svh; }
  .case-logo-split { animation: none !important; opacity: .12; transform: scale(1); }
  .case-logo-slice--left { animation: none !important; opacity: .08; transform: translateX(-68%); }
  .case-logo-slice--right { animation: none !important; opacity: .08; transform: translateX(68%); }
  .case-logo-axis { animation: none !important; transform: scaleY(1); }
  .case-logo-scroll { display: none; }
  .case-gallery-door--left { animation: none !important; opacity: 0; transform: translateX(-104%); }
  .case-gallery-door--right { animation: none !important; opacity: 0; transform: translateX(104%); }
}

@media (prefers-reduced-motion: reduce) and (max-width: 560px) {
  .case-triptych-inner { transform: none !important; }
}
