:root {
  --ink: #07131b;
  --ink-2: #0b202b;
  --paper: #f4f6f2;
  --white: #fff;
  --muted: #5b6970;
  --line: #dce3df;
  --mint: #75fbd2;
  --cyan: #3ec8ff;
  --signal: #f5ff8b;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --shadow: 0 24px 70px rgba(7, 19, 27, .12);
  --shell: min(1180px, calc(100vw - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.045em; }
p { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--signal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(244, 246, 242, .9); box-shadow: 0 1px 0 rgba(7, 19, 27, .08); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.brand img { width: 48px; height: 48px; }
.brand-wordmark { color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 1.48rem; font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.brand-wordmark > span { color: #247f84; }
.primary-nav { display: flex; align-items: center; gap: 22px; font-size: .84rem; font-weight: 650; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--ink); transition: right .2s; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.nav-product { position: relative; }
.nav-product summary { position: relative; display: flex; align-items: center; gap: 6px; padding: 28px 0; cursor: pointer; list-style: none; }
.nav-product summary::-webkit-details-marker { display: none; }
.nav-product summary::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--ink); transition: right .2s; }
.nav-product summary:hover::after, .nav-product[open] summary::after, .nav-product[data-current="true"] summary::after { right: 0; }
.nav-product summary span { display: inline-block; font-size: .85rem; transition: transform .2s; }
.nav-product[open] summary span { transform: rotate(180deg); }
.nav-product-menu { position: absolute; z-index: 10; top: calc(100% - 8px); left: 50%; width: 310px; padding: 9px; color: var(--ink); border: 1px solid #d5e0dc; border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 22px 55px rgba(7,19,27,.18); transform: translateX(-50%); }
.nav-product-menu::before { content: ""; position: absolute; top: -7px; left: 50%; width: 12px; height: 12px; border-top: 1px solid #d5e0dc; border-left: 1px solid #d5e0dc; background: white; transform: translateX(-50%) rotate(45deg); }
.nav-product-menu a { position: relative; z-index: 1; display: block; padding: 13px 14px; border-radius: 10px; }
.nav-product-menu a:hover, .nav-product-menu a:focus-visible, .nav-product-menu a[aria-current="page"] { background: #edf6f3; }
.nav-product-menu strong { display: block; margin-bottom: 2px; font-size: .92rem; }
.nav-product-menu small { display: block; color: #5b6d73; font-size: .76rem; font-weight: 550; line-height: 1.4; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--ink); font-weight: 700; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.nav-cta { color: white; background: var(--ink); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(7, 19, 27, .16); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--ink); padding: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: white; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }

.message-stack { position: fixed; z-index: 120; top: 96px; right: 20px; width: min(420px, calc(100vw - 40px)); }
.message { padding: 16px 18px; border: 1px solid #a8ded0; border-radius: var(--radius-sm); background: #eafff8; box-shadow: var(--shadow); font-weight: 600; }

.home-page .site-header:not(.is-scrolled), .dark-intro .site-header:not(.is-scrolled) { color: white; }
.home-page .site-header:not(.is-scrolled) .brand img, .dark-intro .site-header:not(.is-scrolled) .brand img { filter: brightness(0) invert(1); }
.home-page .site-header:not(.is-scrolled) .brand-wordmark, .dark-intro .site-header:not(.is-scrolled) .brand-wordmark { color: white; }
.home-page .site-header:not(.is-scrolled) .brand-wordmark > span, .dark-intro .site-header:not(.is-scrolled) .brand-wordmark > span { color: var(--mint); }
.home-page .site-header:not(.is-scrolled) .primary-nav > a:not(.nav-cta)::after,
.dark-intro .site-header:not(.is-scrolled) .primary-nav > a:not(.nav-cta)::after { background: white; }
.home-page .site-header:not(.is-scrolled) .nav-product summary::after,
.dark-intro .site-header:not(.is-scrolled) .nav-product summary::after { background: white; }
.home-page .site-header:not(.is-scrolled) .nav-cta,
.dark-intro .site-header:not(.is-scrolled) .nav-cta { color: var(--ink); border-color: var(--signal); background: var(--signal); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(72px, 8vw, 96px) 0; }
.section--white { background: var(--white); }
.section--ink { color: white; background: var(--ink); }
.section--ink p { color: #afbdc3; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #237e83; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section--ink .eyebrow { color: var(--mint); }
.display { max-width: 900px; margin-bottom: 24px; font-size: clamp(3rem, 5.5vw, 5.6rem); font-weight: 600; }
.section-title { max-width: 900px; margin-bottom: 22px; font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.section-intro { max-width: 670px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading .section-title { margin-bottom: 0; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; white-space: nowrap; }
.button--primary { color: var(--ink); border-color: var(--signal); background: var(--signal); }
.button--light { color: white; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.06); }
.button--dark { color: white; background: var(--ink); }
.button--ghost { background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: url("../media/platform-ecosystem.svg") center / cover no-repeat; opacity: .38; pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 48%, rgba(36,122,132,.14), transparent 38%); }
.hero-shell { position: relative; z-index: 2; width: var(--shell); min-height: 100svh; margin: auto; padding: 150px 0 70px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy { position: relative; z-index: 3; max-width: 620px; }
.hero h1 { max-width: 620px; margin-bottom: 30px; font-size: clamp(3.7rem, 6.3vw, 6.6rem); font-weight: 600; letter-spacing: -.065em; }
.hero h1 span { color: var(--mint); }
.hero-copy > p { max-width: 620px; margin-bottom: 38px; color: #c0ccd0; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-proof { position: absolute; left: 0; right: 0; bottom: 32px; display: flex; align-items: center; gap: 14px; color: #96a9b1; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-proof::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 6px rgba(245,255,139,.1); }
.hero-visual { position: absolute; z-index: 2; top: 92px; right: -10vw; bottom: 76px; left: 53%; min-height: 620px; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: contain; opacity: .96; pointer-events: none; }
.hero-visual-label { position: absolute; left: 50%; top: 76%; transform: translateX(-50%); color: #91afb5; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.capability { position: absolute; z-index: 2; width: 176px; min-height: 46px; padding: 12px 15px 12px 29px; text-align: left; color: #eaf8f6; border: 1px solid rgba(145,238,226,.24); border-radius: 14px; background: rgba(10,29,39,.9); box-shadow: 0 14px 35px rgba(0,0,0,.2); cursor: help; backdrop-filter: blur(12px); transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.capability::before { content: ""; position: absolute; top: 50%; left: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(117,251,210,.09); transform: translateY(-50%); }
.capability:hover, .capability:focus-visible, .capability.is-active { z-index: 6; border-color: rgba(117,251,210,.72); background: rgba(15,45,56,.98); box-shadow: 0 18px 45px rgba(0,0,0,.34), 0 0 0 1px rgba(117,251,210,.1); transform: translateY(-3px); }
.capability-name { display: block; font-size: .8rem; font-weight: 800; letter-spacing: .025em; line-height: 1.25; }
.capability-detail { position: absolute; top: calc(100% + 9px); left: 0; width: 244px; padding: 13px 15px; color: #b8ccd1; border: 1px solid rgba(145,238,226,.18); border-radius: 12px; background: #0a1d27; box-shadow: 0 18px 40px rgba(0,0,0,.32); font-size: .76rem; font-weight: 500; line-height: 1.45; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-5px); transition: opacity .18s, visibility .18s, transform .18s; }
.capability--right .capability-detail { right: 0; left: auto; }
.capability--bottom .capability-detail { top: auto; bottom: calc(100% + 9px); transform: translateY(5px); }
.capability:hover .capability-detail, .capability:focus-visible .capability-detail, .capability.is-active .capability-detail { opacity: 1; visibility: visible; transform: none; }
.capability--language { top: 8%; left: 7%; }
.capability--knowledge { top: 31%; left: 0; }
.capability--analytics { top: 57%; left: 1%; }
.capability--recommendations { top: 81%; left: 12%; }
.capability--vision { top: 8%; right: 5%; }
.capability--multimodal { top: 31%; right: 0; }
.capability--forecast { top: 57%; right: 0; }
.capability--agentic { top: 81%; right: 10%; }

.point-of-view { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: clamp(38px, 5vh, 64px); padding-bottom: clamp(38px, 5vh, 64px); background: #f7f4ec; }
.manifesto { display: grid; grid-template-columns: .72fr 2fr; gap: clamp(40px, 5vw, 70px); align-items: start; }
.manifesto blockquote { margin: 0; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1.08; letter-spacing: -.045em; }
.manifesto blockquote em { color: #1f8b90; font-style: normal; }
.manifesto-media figure { position: relative; margin: 12px 0 0; overflow: hidden; border-radius: var(--radius-md); background: #dce7e2; }
.manifesto-media img { width: 100%; height: clamp(190px, 24vh, 280px); object-fit: cover; object-position: 51% center; }
.foundation-bar { margin-top: clamp(22px, 3vh, 34px); padding: clamp(18px, 2.5vh, 24px) 0 0; border-top: 1px solid var(--line); }
.foundation-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 18px; }
.foundation-heading .eyebrow { margin-bottom: 0; white-space: nowrap; }
.foundation-heading p { max-width: 620px; margin: 0; font-size: .92rem; }
.foundation-bar ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.foundation-bar li { position: relative; }
.foundation-item { position: relative; z-index: 1; width: 100%; min-height: 54px; padding: 10px 34px 10px 15px; text-align: left; color: #185f62; border: 1px solid #cbded8; border-radius: 14px; background: #f4fbf8; cursor: help; transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.foundation-item::after { content: "+"; position: absolute; top: 50%; right: 14px; color: #33898a; font-size: 1.05rem; font-weight: 500; transform: translateY(-50%); }
.foundation-item:hover, .foundation-item:focus-visible, .foundation-item.is-active { z-index: 4; border-color: #77cfc3; background: white; box-shadow: 0 16px 38px rgba(7,19,27,.13); transform: translateY(-2px); }
.foundation-item:hover::after, .foundation-item:focus-visible::after, .foundation-item.is-active::after { content: "−"; }
.foundation-name { display: block; font-size: .76rem; font-weight: 800; line-height: 1.35; }
.foundation-detail { position: absolute; z-index: 5; top: calc(100% + 8px); left: 0; width: 100%; min-width: 230px; padding: 13px 15px; color: #425a60; border: 1px solid #cbded8; border-radius: 12px; background: white; box-shadow: 0 18px 42px rgba(7,19,27,.16); font-size: .76rem; font-weight: 500; line-height: 1.45; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-5px); transition: opacity .18s, visibility .18s, transform .18s; }
.foundation-item:hover .foundation-detail, .foundation-item:focus-visible .foundation-detail, .foundation-item.is-active .foundation-detail { opacity: 1; visibility: visible; transform: none; }
.platform-layer { margin-top: 18px; padding-top: 16px; border-top: 1px solid #cbd6d2; }
.platform-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 10px; }
.platform-heading > span { color: #526970; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.platform-heading p { margin: 0; font-size: .76rem; }
.platform-layer ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.platform-item { position: relative; z-index: 1; width: 100%; min-height: 46px; padding: 9px 32px 9px 13px; text-align: left; color: white; border: 1px solid #183a45; border-radius: 12px; background: var(--ink-2); cursor: help; transition: border-color .2s, transform .2s, box-shadow .2s; }
.platform-item::after { content: "+"; position: absolute; top: 50%; right: 12px; color: var(--mint); transform: translateY(-50%); }
.platform-item:hover, .platform-item:focus-visible, .platform-item.is-active { z-index: 5; border-color: #57cbb9; box-shadow: 0 15px 36px rgba(7,19,27,.2); transform: translateY(-2px); }
.platform-item:hover::after, .platform-item:focus-visible::after, .platform-item.is-active::after { content: "−"; }
.platform-name { display: block; font-size: .8rem; font-weight: 800; line-height: 1.3; }
.platform-detail { position: absolute; z-index: 6; right: 0; bottom: calc(100% + 8px); width: 100%; min-width: 230px; padding: 13px 15px; color: #c3d3d7; border: 1px solid #244852; border-radius: 12px; background: #0a1d27; box-shadow: 0 18px 42px rgba(7,19,27,.25); font-size: .76rem; font-weight: 500; line-height: 1.45; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(5px); transition: opacity .18s, visibility .18s, transform .18s; }
.platform-item:hover .platform-detail, .platform-item:focus-visible .platform-detail, .platform-item.is-active .platform-detail { opacity: 1; visibility: visible; transform: none; }

.products-section { position: relative; overflow: hidden; color: white; border-bottom: 1px solid #24414b; background: radial-gradient(circle at 50% 15%, rgba(62,200,255,.12), transparent 32%), #0b202b; }
.products-section .shell { position: relative; z-index: 2; }
.products-media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .62; pointer-events: none; }
.products-section .section-title, .outcomes-section .section-title, .why-section .section-title { max-width: 900px; font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.products-section .section-title em { color: var(--mint); font-style: normal; }
.why-section .section-title em { color: #1f8b90; font-style: normal; }
.outcomes-section .section-title em { color: var(--mint); font-style: normal; }
.platform-system-heading { max-width: 850px; margin: 0 auto 58px; text-align: center; }
.platform-system-heading .eyebrow { justify-content: center; color: var(--mint); }
.platform-system-heading .section-title { margin: 0 auto 20px; }
.platform-system-heading .section-intro { margin: auto; color: #aebfc4; }
.platform-architecture { position: relative; width: 100%; margin: 0 auto; text-align: center; }
.core-mark { position: relative; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto -15px; border-radius: 18px; box-shadow: 0 0 38px rgba(117,251,210,.13); }
.core-mark img { width: 58px; height: 58px; }
.platform-core { position: relative; z-index: 1; width: min(720px, 100%); margin: auto; padding: 26px 30px 22px; border: 1px solid rgba(117,251,210,.28); border-radius: 22px; background: rgba(13,41,52,.9); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.platform-core-label { display: block; margin-bottom: 3px; color: var(--mint); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.platform-core strong { display: block; font-size: 1.22rem; }
.platform-core div { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 14px; }
.platform-core div span { padding: 5px 10px; border: 1px solid rgba(166,219,215,.17); border-radius: 999px; color: #a9bec3; font-size: .76rem; font-weight: 700; }
.platform-branches { position: relative; z-index: 3; height: 66px; margin: 0; border-top: 0; }
.platform-branches::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 30px; background: linear-gradient(var(--mint), rgba(117,251,210,.35)); }
.platform-branches::after { content: ""; position: absolute; top: 30px; left: 16.66%; right: 16.66%; height: 1px; background: linear-gradient(90deg, rgba(117,251,210,.28), var(--mint), rgba(62,200,255,.3)); }
.platform-branches i { position: absolute; top: 30px; width: 1px; height: 36px; background: rgba(117,251,210,.4); }
.platform-branches i:nth-child(1) { left: 16.66%; }.platform-branches i:nth-child(2) { left: 50%; }.platform-branches i:nth-child(3) { right: 16.66%; }
.platform-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.platform-card { position: relative; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid rgba(145,238,226,.16); border-radius: var(--radius-md); background: rgba(12,34,45,.9); box-shadow: 0 10px 30px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.035); transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }
.platform-card::after { content: ""; position: absolute; top: -1px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--platform-accent); box-shadow: 0 0 14px color-mix(in srgb, var(--platform-accent) 45%, transparent); transform: translate(-50%, -50%); }
.platform-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; opacity: .75; background: var(--platform-accent); }
.platform-card:hover { border-color: color-mix(in srgb, var(--platform-accent) 52%, transparent); background: rgba(15,46,58,.96); box-shadow: 0 24px 58px rgba(0,0,0,.25); transform: translateY(-6px); }
.platform-card--studio { --platform-accent: #75fbd2; }.platform-card--vision { --platform-accent: #3ec8ff; }.platform-card--ds { --platform-accent: #f5ff8b; }
.platform-card-top { display: flex; align-items: center; justify-content: flex-end; }
.platform-symbol { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--platform-accent) 35%, transparent); border-radius: 18px; background: color-mix(in srgb, var(--platform-accent) 7%, transparent); }
.platform-symbol img { width: 46px; height: 46px; transition: transform .25s; }
.platform-card:hover .platform-symbol img { transform: scale(1.06) translateY(-2px); }
.platform-card h3 { margin: 38px 0 10px; font-size: clamp(2rem, 3vw, 3rem); }
.platform-card h4 { margin: 0 0 16px; color: var(--platform-accent); font-size: .88rem; line-height: 1.45; letter-spacing: .01em; }
.platform-card p { color: #aebfc4; font-size: .91rem; line-height: 1.58; }
.platform-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 9px 0 28px; padding: 0; list-style: none; }
.platform-card li { padding: 5px 9px; border: 1px solid rgba(151,196,197,.16); border-radius: 999px; color: #a7bcc1; font-size: .74rem; font-weight: 700; transition: color .2s, border-color .2s; }
.platform-card:hover li { color: #d7e7e8; border-color: color-mix(in srgb, var(--platform-accent) 30%, transparent); }
.platform-link { display: flex; justify-content: space-between; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(148,192,192,.14); color: white; font-size: .82rem; font-weight: 800; }
.platform-card:hover .platform-link { color: var(--platform-accent); }

.outcomes-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 86% 8%, rgba(62,200,255,.18), transparent 34%), radial-gradient(circle at 8% 92%, rgba(117,251,210,.13), transparent 32%), #07131b; }
.outcomes-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7,19,27,.04), rgba(7,19,27,.35)); }
.outcomes-section .shell { position: relative; z-index: 2; }
.outcomes-media { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .34; pointer-events: none; }
.outcomes-heading { align-items: end; }
.outcomes-heading > div { max-width: 790px; }
.outcomes-heading .section-title { margin-bottom: 20px; }
.outcomes-heading .eyebrow { color: var(--mint); }
.outcomes-heading .section-intro { margin-bottom: 0; color: #b8c9ce; }
.outcomes-heading .text-link { color: var(--signal); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.outcome-card { padding: 24px; border: 1px solid rgba(143,232,224,.18); border-radius: 20px; background: rgba(11,32,43,.8); box-shadow: 0 8px 24px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.03); backdrop-filter: blur(12px); transition: transform .22s, border-color .22s, background .22s, box-shadow .22s; }
.outcome-card:hover { border-color: rgba(117,251,210,.52); background: rgba(15,46,58,.92); box-shadow: 0 20px 48px rgba(0,0,0,.24), 0 0 36px rgba(62,200,255,.06); transform: translateY(-4px); }
.outcome-card h3 { margin-bottom: 14px; font-size: 1.14rem; letter-spacing: -.025em; }
.outcome-card p { margin-bottom: 0; color: #aebfc4; font-size: .94rem; line-height: 1.58; }
.business-benefits .section-heading > div { max-width: 900px; }
.business-benefits .section-heading .section-intro { max-width: 760px; margin-top: 18px; margin-bottom: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.benefit-grid article { position: relative; padding: 26px; overflow: hidden; border: 1px solid #d8e2de; border-radius: 20px; background: linear-gradient(145deg, #fff, #f4f8f5); box-shadow: 0 10px 28px rgba(7,19,27,.055); }
.benefit-grid article::before { display: block; width: 34px; height: 4px; margin-bottom: 22px; border-radius: 999px; background: linear-gradient(90deg, #258488, #7bd8bd); content: ''; }
.benefit-grid h3 { margin: 0 0 10px; font-size: 1.38rem; }
.benefit-grid p { margin: 0; color: #52656c; font-size: .94rem; }

.why-section { position: relative; overflow: hidden; background: #e7edfa; }
.why-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 88% 12%, rgba(62,200,255,.12), transparent 30%), radial-gradient(circle at 8% 88%, rgba(117,251,210,.11), transparent 30%); }
.why-media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .86; pointer-events: none; }
.why-section .shell { position: relative; z-index: 1; }
.why-heading { max-width: 900px; margin: 0 0 40px; text-align: left; }
.why-heading .eyebrow { justify-content: flex-start; }
.why-heading .section-title { max-width: 900px; margin: 0; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.why-card { padding: 25px; border: 1px solid rgba(53,74,129,.1); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 8px 28px rgba(38,54,94,.08); transition: transform .22s, box-shadow .22s; }
.why-card:hover { box-shadow: 0 22px 50px rgba(38,54,94,.11); transform: translateY(-5px); }
.why-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: #267d83; background: #def1ed; }
.why-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why-card h3 { margin: 28px 0 11px; font-size: 1.35rem; }
.why-card p { margin-bottom: 0; }

.platform-page { --page-accent: var(--mint); }
.vision-page { --page-accent: var(--cyan); }
.ds-page { --page-accent: var(--signal); }
.platform-hero { position: relative; overflow: hidden; min-height: 680px; display: flex; align-items: center; padding: 132px 0 76px; color: white; background: radial-gradient(circle at 77% 42%, color-mix(in srgb, var(--page-accent) 14%, transparent), transparent 28%), #07131b; }
.platform-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(143,232,224,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(143,232,224,.04) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent 15%, black 65%, transparent); }
.platform-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.platform-hero .eyebrow { color: var(--page-accent); }
.platform-hero h1 { max-width: 780px; margin: 0 0 24px; font-size: clamp(3.2rem, 5.7vw, 5.8rem); font-weight: 550; line-height: 1; letter-spacing: -.06em; }
.platform-hero h1 em { color: var(--page-accent); font-style: normal; }
.platform-hero p { max-width: 690px; margin-bottom: 36px; color: #b4c5ca; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.platform-orbit { position: relative; width: min(420px, 36vw); aspect-ratio: 1; margin: auto; border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent); border-radius: 50%; animation: orbit-pulse 5s ease-in-out infinite; }
.platform-orbit::before, .platform-orbit::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb, var(--page-accent) 14%, transparent); border-radius: 50%; }
.platform-orbit::before { inset: 12%; }.platform-orbit::after { inset: 27%; background: color-mix(in srgb, var(--page-accent) 4%, transparent); }
.platform-orbit > b { position: absolute; z-index: 0; border: 1px solid color-mix(in srgb, var(--page-accent) 11%, transparent); border-radius: 50%; pointer-events: none; }
.platform-orbit > b:nth-of-type(1) { inset: 20%; }
.platform-orbit > b:nth-of-type(2) { inset: 35%; }
.platform-orbit i { position: absolute; z-index: 2; inset: 38%; display: grid; place-items: center; padding: 8px; text-align: center; border: 1px solid color-mix(in srgb, var(--page-accent) 45%, transparent); border-radius: 30%; color: var(--page-accent); background: #0c2631; box-shadow: 0 0 48px color-mix(in srgb, var(--page-accent) 12%, transparent); font-size: clamp(.86rem, 1.35vw, 1.15rem); font-style: normal; font-weight: 900; line-height: 1.1; }
.platform-orbit span { position: absolute; z-index: 3; max-width: 132px; padding: 6px 10px; text-align: center; border: 1px solid color-mix(in srgb, var(--page-accent) 25%, transparent); border-radius: 999px; color: #c2d3d6; background: rgba(10,31,41,.94); font-size: .7rem; font-weight: 800; line-height: 1.2; white-space: nowrap; }
.platform-orbit .orbit-tech--inner { color: #effffb; border-color: color-mix(in srgb, var(--page-accent) 52%, transparent); background: color-mix(in srgb, var(--page-accent) 13%, #0a1f29); box-shadow: 0 0 20px color-mix(in srgb, var(--page-accent) 9%, transparent); }
.platform-orbit .orbit-tech--middle { color: #c2d3d6; border-color: color-mix(in srgb, var(--page-accent) 30%, transparent); }
.platform-orbit .orbit-tech--outer { color: #9fb3b8; border-color: color-mix(in srgb, var(--page-accent) 20%, transparent); background: rgba(10,31,41,.88); }
.platform-orbit .orbit-tech--inner.orbit-tech--top { top: 25%; left: 50%; transform: translateX(-50%); }
.platform-orbit .orbit-tech--inner.orbit-tech--right { top: 50%; right: 16%; transform: translateY(-50%); }
.platform-orbit .orbit-tech--inner.orbit-tech--left { top: 50%; left: 16%; transform: translateY(-50%); }
.platform-orbit .orbit-tech--middle.orbit-tech--top-right { top: 14%; right: 8%; }
.platform-orbit .orbit-tech--middle.orbit-tech--bottom-right { right: 8%; bottom: 17%; }
.platform-orbit .orbit-tech--middle.orbit-tech--bottom-left { bottom: 17%; left: 8%; }
.platform-orbit .orbit-tech--outer.orbit-tech--bottom { bottom: 3%; left: 50%; transform: translateX(-50%); }
.platform-orbit .orbit-tech--outer.orbit-tech--top-left { top: 5%; left: 5%; }
@keyframes orbit-pulse { 0%,100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--page-accent) 0%, transparent); } 50% { box-shadow: 0 0 80px color-mix(in srgb, var(--page-accent) 8%, transparent); } }
.platform-capabilities { background: #f4f6f2; }
.platform-section-heading { max-width: 900px; margin-bottom: 38px; }
.platform-section-heading .section-title em { color: #1f8b90; font-style: normal; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.capability-grid article { padding: 25px; border: 1px solid rgba(46,83,84,.11); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 8px 24px rgba(7,19,27,.06); transition: transform .2s, box-shadow .2s; }
.capability-grid article:hover { box-shadow: 0 16px 38px rgba(7,19,27,.1); transform: translateY(-3px); }
.capability-grid h3 { margin: 0 0 11px; font-size: 1.35rem; }
.capability-grid p { margin: 0; }
.platform-solutions { background: white; }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.solution-grid > article, .solution-grid > a { display: flex; padding: 24px; flex-direction: column; border: 1px solid rgba(46,83,84,.12); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(7,19,27,.055); transition: transform .22s, box-shadow .22s, border-color .22s; }
.solution-grid > article:hover, .solution-grid > a:hover { border-color: #9fc9c1; box-shadow: var(--shadow); transform: translateY(-4px); }
.solution-grid > a:focus-visible { outline: 3px solid #7bd9c9; outline-offset: 3px; }
.solution-grid > article > span, .solution-grid > a > span { color: #1a686c; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.solution-grid h3 { margin: 15px 0 10px; font-size: 1.45rem; }
.solution-grid p { margin: 0; }
.solution-grid b { margin-top: 16px; padding-top: 14px; border-top: 1px solid #e2e9e6; color: #247f84; font-size: .78rem; }
.platform-crosslink { padding: 42px 0; color: white; background: var(--ink-2); }
.platform-crosslink .shell { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: center; }
.platform-crosslink span { color: var(--page-accent); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.platform-crosslink p { margin: 0; color: #aebfc4; }
.platform-crosslink a { color: white; border-bottom: 1px solid var(--page-accent); }

.page-hero { padding: 150px 0 84px; background: var(--paper); }
.page-hero--dark { color: white; background: var(--ink); }
.page-hero--dark p { color: #afbdc3; }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.page-hero-note { padding: 24px; border-left: 1px solid currentColor; font-size: .93rem; }

.usecase-card ul { padding: 0; list-style: none; }
.usecase-card li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); }
.usecase-card li::before { content: "↗"; position: absolute; left: 0; color: #1e858a; }

.usecase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.usecase-grid--platforms { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.usecase-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 24px rgba(7,19,27,.055); }
.usecase-card h2 { margin-top: 24px; font-size: 1.7rem; }
.usecase-card .usecase-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--mint); font-weight: 800; }

.usecase-hero { position: relative; overflow: hidden; }
.usecase-hero::before { content: ""; position: absolute; inset: 0; background: url("../media/domain-network.svg") center / cover no-repeat; opacity: .2; pointer-events: none; }
.usecase-hero .shell { position: relative; z-index: 1; }
.usecase-hero .display { margin-bottom: 0; font-size: clamp(3rem, 5.5vw, 5.6rem); }
.usecase-hero .display em, .usecase-catalog .section-title em { color: var(--mint); font-style: normal; }
.usecase-catalog { background: #eef3f1; }
.usecase-catalog .section-title { max-width: 900px; font-size: clamp(2rem, 3vw, 3.3rem); }
.usecase-catalog .section-title em { color: #1f8b90; }
.usecase-catalog .section-intro { max-width: 790px; }
.case-capability-index { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.case-capability-index span { padding: 8px 12px; color: #34545b; border: 1px solid #cbdcd7; border-radius: 999px; background: rgba(255,255,255,.6); font-size: .7rem; font-weight: 750; letter-spacing: .035em; }
.case-filter { display: grid; grid-template-columns: minmax(260px, 1.5fr) minmax(190px, .7fr) auto auto; align-items: end; gap: 14px; margin: 0 0 22px; padding: 20px; border: 1px solid #cfdeda; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 8px 28px rgba(7,19,27,.055); }
.case-filter label { display: block; margin-bottom: 7px; color: #31464d; font-size: .82rem; font-weight: 800; }
.case-filter input, .case-filter select { width: 100%; min-height: 48px; padding: 0 14px; color: var(--ink); border: 1px solid #afc4bf; border-radius: 11px; background: white; }
.case-filter input:focus, .case-filter select:focus { border-color: #176c70; outline: 3px solid rgba(62,200,255,.22); outline-offset: 1px; }
.case-filter__clear { min-height: 48px; display: inline-flex; align-items: center; color: #185f64; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.case-results { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.case-results p { margin: 0; color: #52656c; }
.case-empty { padding: 56px; text-align: center; border: 1px dashed #a8bdb7; border-radius: var(--radius-md); background: rgba(255,255,255,.55); }
.case-empty h3 { font-size: 1.7rem; }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.case-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #d7e2de; border-radius: 20px; background: white; box-shadow: 0 8px 28px rgba(7,19,27,.07); transition: transform .22s, box-shadow .22s, border-color .22s; }
.case-card:hover { border-color: #a9cbc4; box-shadow: 0 22px 54px rgba(7,19,27,.11); transform: translateY(-4px); }
.case-card-media { position: relative; display: block; flex: none; height: 180px; overflow: hidden; background: #122a35; }
.case-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,16,24,.72)); pointer-events: none; }
.case-card-media-button { display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: pointer; }
.case-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease, filter .35s ease; }
.case-card-media:hover img, .case-card-media:focus-visible img { filter: brightness(.72); transform: scale(1.035); }
.case-card-media:focus-visible { outline: 3px solid var(--mint); outline-offset: -3px; }
.case-card-media-button:hover img, .case-card-media-button:focus-visible img { filter: brightness(.72); transform: scale(1.035); }
.case-card-media-button:focus-visible { outline: 3px solid var(--mint); outline-offset: -3px; }
.case-card-media-action { position: absolute; z-index: 2; left: 16px; bottom: 14px; display: flex; align-items: center; gap: 8px; padding: 7px 10px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(7,19,27,.8); opacity: 0; transform: translateY(6px); transition: opacity .22s, transform .22s; font-size: .78rem; font-weight: 800; pointer-events: none; }
.case-card-media-button:hover .case-card-media-action, .case-card-media-button:focus-visible .case-card-media-action, .case-card-media:hover .case-card-media-action, .case-card-media:focus-visible .case-card-media-action { opacity: 1; transform: none; }
.case-card-media-action b { color: var(--mint); }
.case-card-media--contain img { object-fit: contain; }
.case-card-platform { position: absolute; z-index: 3; right: 16px; bottom: 14px; padding: 5px 10px; color: #daf7ef; border: 1px solid rgba(117,251,210,.32); border-radius: 999px; background: rgba(7,19,27,.78); font-size: .76rem; font-weight: 800; letter-spacing: .04em; pointer-events: none; }
.case-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.case-category { margin: 0 0 12px; color: #1a686c; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-card h3 { margin: 0 0 13px; font-size: 1.55rem; }
.case-card-body .case-tagline { margin: -5px 0 14px; color: #1a686c; font-size: .84rem; font-weight: 800; letter-spacing: .04em; }
.case-card-body > p:not(.case-category):not(.case-tagline) { margin-bottom: 18px; font-size: .88rem; }
.case-detail-button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 13px 16px; color: white; border: 1px solid #0d6065; border-radius: 12px; background: #146d72; box-shadow: 0 8px 18px rgba(20,109,114,.18); cursor: pointer; font-weight: 800; transition: background .2s, box-shadow .2s, transform .2s; }
.case-detail-button:hover { background: #146d72; box-shadow: 0 11px 24px rgba(31,133,138,.26); transform: translateY(-1px); }
.case-detail-button:focus-visible { outline: 3px solid #9de3d4; outline-offset: 3px; }
.case-detail-button span { font-size: 1.15rem; transition: transform .2s; }
.case-detail-button:hover span { transform: translateX(3px); }

.case-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.case-gallery-title { margin: -4px 0 18px; color: #247f84; font-size: 1.15rem; }
.case-gallery--1 { grid-template-columns: minmax(0, 850px); }
.case-gallery figure { margin: 0; overflow: hidden; border: 1px solid #d7e0dc; border-radius: 16px; background: white; }
.case-gallery-trigger { display: block; cursor: zoom-in; }
.case-gallery-trigger:focus-visible { outline: 3px solid #176f74; outline-offset: -3px; }
.case-gallery img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: #e8edeb; }
.case-gallery figcaption { padding: 12px 14px; color: #52656c; font-size: .82rem; line-height: 1.45; }
.case-gallery--analysis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.case-gallery--analysis figure { display: flex; flex-direction: column; align-items: stretch; }
.case-gallery--analysis figure:nth-child(-n+2) { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr); }
.case-gallery--analysis .case-analysis-media { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid #d7e0dc; background: white; }
.case-gallery--analysis img { flex: 1; min-height: 210px; max-height: 330px; aspect-ratio: auto; object-fit: contain; }
.case-image-analysis { display: flex; flex: 1; flex-direction: column; justify-content: center; padding: 20px 22px; background: #eef5f2; }
.case-image-analysis h4 { margin: 0 0 8px; font-size: 1.05rem; }
.case-image-analysis p { margin: 0; color: #445960; font-size: .82rem; line-height: 1.55; }
.case-screenshot-notes { padding: 20px 22px 22px; border-top: 1px solid #d7e0dc; }
.case-screenshot-notes--gallery { margin-top: 16px; border: 1px solid #d7e0dc; border-radius: 16px; background: white; }
.case-screenshot-notes h4 { margin: 0 0 12px; font-size: 1rem; }
.case-screenshot-notes ol { display: grid; grid-template-columns: 1fr; gap: 9px; margin: 0; padding-left: 22px; }
.case-screenshot-notes li { padding: 0 0 0 5px; border: 0; color: #445960; font-size: .82rem; line-height: 1.55; }
.case-screenshot-notes li::before { content: none; }

.breadcrumbs { margin-bottom: 34px; color: #aebfc4; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: .86rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 9px; color: #627981; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.case-page-hero { padding: 112px 0 82px; color: white; background: radial-gradient(circle at 85% 25%, rgba(62,200,255,.16), transparent 33%), var(--ink); }
.case-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .68fr); align-items: center; gap: clamp(42px, 6vw, 76px); }
.case-page-hero h1 { margin-bottom: 12px; font-size: clamp(3.1rem, 5.5vw, 5.6rem); }
.case-page-tagline { margin-bottom: 18px; color: var(--mint); font-weight: 800; letter-spacing: .08em; }
.case-page-summary { max-width: 720px; margin-bottom: 30px; color: #bdcbd0; font-size: 1.12rem; }
.case-page-cover { position: relative; width: min(100%, 470px); height: clamp(205px, 20vw, 265px); margin: 0; justify-self: end; padding-top: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: #dfe7e5; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.case-page-cover::before { content: ""; position: absolute; z-index: 2; inset: 0 0 auto; height: 28px; border-bottom: 1px solid #c6d1ce; background: #f5f7f6; }
.case-page-cover::after { content: ""; position: absolute; z-index: 3; top: 10px; left: 13px; width: 8px; height: 8px; border-radius: 50%; background: #e3746b; box-shadow: 14px 0 #e8ba58, 28px 0 #68b987; }
.case-page-cover-link { display: grid; width: 100%; height: 100%; place-items: center; cursor: zoom-in; background: #e8edeb; }
.case-page-cover-link:focus-visible { outline: 3px solid var(--mint); outline-offset: -4px; }
.case-page-cover img { display: block; width: 100%; height: 100%; object-fit: contain; background: #e8edeb; transition: transform .25s ease; }
.case-page-cover:hover img { transform: scale(1.015); }
.case-page-content { background: var(--paper); }
.case-page-content .section { padding: 58px 0; }
.case-page-section { max-width: 1050px; }
.case-page-section h2 { margin-bottom: 16px; font-size: clamp(1.65rem, 2.5vw, 2.25rem); letter-spacing: -.035em; }
.case-page-section p { max-width: 860px; margin-bottom: 10px; font-size: .95rem; line-height: 1.65; }
.case-page-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.case-page-list li { position: relative; padding: 12px 14px 12px 31px; color: #344a52; border: 1px solid #d8e1dd; border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 4px 14px rgba(7,19,27,.035); font-size: .88rem; line-height: 1.45; }
.case-page-list li::before { content: ""; position: absolute; top: 19px; left: 14px; width: 6px; height: 6px; border-radius: 50%; background: #176f74; }
.case-page-section--screens { align-items: start; }
.case-workflow-body { min-width: 0; }
.case-media-note { max-width: 760px; margin-bottom: 0; padding: 11px 14px; border-left: 3px solid #176f74; background: #edf4f1; font-size: .86rem !important; }
.case-page-content .case-gallery-title { margin: 24px 0 12px; font-size: 1rem; }
.case-page-content .case-gallery { gap: 12px; }
.case-page-content .case-gallery figure { border-radius: 12px; box-shadow: 0 8px 24px rgba(7,19,27,.05); }
.case-page-content .case-gallery img { max-height: 260px; }
.image-lightbox { width: min(1380px, calc(100% - 32px)); max-width: none; max-height: calc(100svh - 32px); padding: 48px 18px 18px; border: 0; border-radius: 18px; background: #07131b; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.image-lightbox::backdrop { background: rgba(3,10,15,.84); backdrop-filter: blur(6px); }
.image-lightbox img { display: block; width: 100%; max-height: calc(100svh - 100px); object-fit: contain; }
.image-lightbox button { position: absolute; top: 8px; right: 12px; width: 36px; height: 36px; padding: 0; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.65rem; line-height: 1; }
.case-benefit-note { color: #52656c; font-size: .85rem !important; }
.responsible-use { padding-top: 0; }
.case-page-content .case-gallery--analysis figure:nth-child(-n+2) { grid-column: auto; display: flex; }
.case-page-content .case-gallery--analysis .case-analysis-media { border-right: 0; border-bottom: 1px solid #d7e0dc; }
.case-page-content .case-gallery--analysis img { min-height: 180px; max-height: 250px; }
.case-page-content .case-image-analysis { padding: 17px 18px; }
.case-page-content .case-image-analysis h4 { font-size: .98rem; }
.case-page-content .case-image-analysis p { font-size: .8rem; }
.case-page-content .case-screenshot-notes--gallery { margin-top: 14px; }
.case-related { padding: 64px 0; background: #e9f0ed; }
.case-related .section-heading { margin-bottom: 30px; }
.case-related .section-title { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.case-related .solution-grid > a { padding: 23px; }
.case-related .solution-grid h3 { font-size: 1.45rem; }
.case-related .solution-grid p { font-size: .88rem; }
.case-pagination { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-block: 34px; }
.case-pagination a { display: flex; flex-direction: column; padding: 17px 19px; border: 1px solid #ccd9d5; border-radius: 12px; background: white; }
.case-pagination a:last-child { text-align: right; }
.case-pagination span { color: #5b6970; font-size: .82rem; }
.case-pagination strong { font-size: 1.05rem; }

.architecture { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.architecture-step { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #0c222d; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.architecture-step h3 { margin: 0 0 12px; font-size: 1.2rem; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.principle { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 24px rgba(7,19,27,.055); }
.principle h3 { margin-bottom: 11px; font-size: 1.45rem; }
.principle .text-link { margin-top: 8px; color: #176f74; }
.technology-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.technology-map article { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 24px rgba(7,19,27,.055); }
.technology-map h3 { margin-bottom: 18px; font-size: 1.5rem; }
.technology-map ul { margin: 0; padding-left: 20px; color: #40545b; }

.technology-hero .display em { color: var(--mint); font-style: normal; }
.technology-hero-copy .button-row { margin-top: 28px; }
.technology-foundation { border-bottom: 0; }
.technology-path { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.technology-path::before { content: none; }
.technology-path article { position: relative; padding: 23px; border: 1px solid rgba(143,232,224,.17); border-radius: 18px; background: rgba(11,32,43,.9); box-shadow: 0 8px 24px rgba(0,0,0,.12); transition: transform .22s, border-color .22s, background .22s; }
.technology-path article:hover { border-color: rgba(117,251,210,.48); background: rgba(15,46,58,.94); transform: translateY(-4px); }
.technology-path h3 { margin: 0 0 10px; font-size: 1.25rem; }
.technology-path p { margin: 0; color: #aebfc4; font-size: .88rem; line-height: 1.58; }

.technology-services { position: relative; overflow: hidden; background: #e7edfa; }
.technology-services::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 88% 12%, rgba(62,200,255,.12), transparent 30%), radial-gradient(circle at 8% 88%, rgba(117,251,210,.11), transparent 30%); }
.technology-services .shell { position: relative; z-index: 1; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-card { --service-accent: #258488; position: relative; padding: 26px; overflow: hidden; border: 1px solid rgba(53,74,129,.11); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 8px 28px rgba(38,54,94,.08); transition: transform .22s, box-shadow .22s; }
.service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--service-accent); }
.service-card:hover { box-shadow: 0 22px 50px rgba(38,54,94,.12); transform: translateY(-5px); }
.service-card--apps { --service-accent: #287bb8; }.service-card--automation { --service-accent: #7968be; }.service-card--quality { --service-accent: #a17424; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--service-accent); border-radius: 18px; background: color-mix(in srgb, var(--service-accent) 12%, white); font-size: 1rem; font-weight: 900; }
.service-card h3 { margin: 22px 0 11px; font-size: 1.5rem; }
.service-card > p { max-width: 580px; margin-bottom: 22px; }
.service-card ul, .ecosystem-grid ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 10px; color: #40565d; border: 1px solid #cedcd8; border-radius: 999px; background: rgba(244,248,246,.82); font-size: .78rem; font-weight: 700; }

.delivery-section .section-heading > p { max-width: 430px; margin-bottom: 0; font-size: 1rem; }
.delivery-section .technology-map article > span { display: block; margin-bottom: 12px; color: #176f74; font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.technology-ecosystem { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 86% 8%, rgba(62,200,255,.18), transparent 34%), radial-gradient(circle at 8% 92%, rgba(117,251,210,.13), transparent 32%), var(--ink); }
.ecosystem-heading > div { max-width: 720px; }
.ecosystem-heading .eyebrow { color: var(--mint); }
.ecosystem-heading .section-title { font-size: clamp(2rem, 3vw, 3.3rem); }
.ecosystem-heading > p { max-width: 420px; margin-bottom: 0; color: #b8c9ce; font-size: 1rem; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ecosystem-grid article { padding: 23px; border: 1px solid rgba(143,232,224,.18); border-radius: 20px; background: rgba(11,32,43,.84); box-shadow: 0 8px 24px rgba(0,0,0,.13); transition: transform .22s, border-color .22s, background .22s; }
.ecosystem-grid article:hover { border-color: rgba(117,251,210,.48); background: rgba(15,46,58,.92); transform: translateY(-4px); }
.ecosystem-grid h3 { margin: 0 0 16px; font-size: 1.28rem; }
.ecosystem-grid li { padding: 5px 9px; color: #bed0d4; border: 1px solid rgba(151,196,197,.17); border-radius: 999px; font-size: .8rem; font-weight: 700; }
.ecosystem-note { max-width: 920px; margin: 24px 0 0; color: #a7bbc0; font-size: .86rem; }

.about-statement { max-width: 980px; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1.12; letter-spacing: -.045em; }
.about-statement span { color: #258488; }
.page-hero-note--light { max-width: 760px; margin: 24px 0 0; color: #475b62; font-size: 1.08rem; }
.leader-profile { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 16px 42px rgba(7,19,27,.08); }
.leader-profile__portrait { min-height: 100%; background: white; }
.leader-profile__portrait img { width: 100%; height: calc(100% - 14px); object-fit: cover; object-position: 34% 28%; }
.leader-profile__content { align-self: center; padding: clamp(30px, 5vw, 62px); }
.leader-profile__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.leader-profile__heading h3 { margin: 0 0 5px; font-size: clamp(2rem, 3vw, 3rem); }
.leader-profile__heading p { margin: 0; color: #258488; font-weight: 700; }
.leader-profile__content > p { max-width: 760px; color: #475b62; }
.leader-credentials { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.leader-credentials li { padding: 9px 13px; border: 1px solid #cfdcda; border-radius: 999px; color: #214d4f; background: #f1f7f5; font-size: .8rem; font-weight: 700; }
.company-timeline { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.company-timeline::before { position: absolute; top: 15px; bottom: 15px; left: 196px; width: 1px; background: #bed0cc; content: ''; }
.company-timeline li { display: grid; grid-template-columns: 166px minmax(0, 1fr); gap: 60px; padding: 0 0 35px; }
.company-timeline li:last-child { padding-bottom: 0; }
.company-timeline time { padding-top: 4px; color: #176f74; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.company-timeline div { position: relative; max-width: 800px; }
.company-timeline div::before { position: absolute; top: 7px; left: -36px; width: 11px; height: 11px; border: 3px solid white; border-radius: 50%; background: #258488; box-shadow: 0 0 0 1px #258488; content: ''; }
.company-timeline h3 { margin: 0 0 8px; font-size: 1.4rem; }
.company-timeline p { margin: 0; color: #52656c; }
.about-facts .section-heading { margin-bottom: 34px; }
.company-facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.16); }
.company-facts-grid > div { padding: 25px; background: #0d202b; }
.company-facts-grid dt { margin-bottom: 9px; color: #88c9bf; font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.company-facts-grid dd { margin: 0; color: white; font-size: 1.08rem; line-height: 1.45; }
.company-facts-grid a { color: white; text-decoration-color: #88c9bf; text-underline-offset: 4px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 24px rgba(7,19,27,.055); }
.value-card h3 { margin: 0 0 11px; font-size: 1.45rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-page-section { min-height: 100svh; display: flex; align-items: center; padding: 112px 0 42px; background: linear-gradient(135deg, #f4f6f2 0%, #fff 56%, #edf4f1 100%); }
.contact-page .contact-grid { grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: clamp(42px, 6vw, 82px); align-items: center; }
.contact-intro h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(2.8rem, 4.8vw, 4.6rem); font-weight: 620; letter-spacing: -.055em; }
.contact-intro h2 { max-width: 560px; margin-bottom: 12px; font-size: clamp(1.35rem, 2vw, 1.8rem); letter-spacing: -.035em; }
.contact-intro .section-intro { max-width: 570px; margin-bottom: 0; font-size: 1rem; }
.contact-details { margin-top: 48px; }
.contact-details a { display: block; width: fit-content; margin: 12px 0; border-bottom: 1px solid currentColor; font-weight: 700; }
.contact-form { padding: 38px; border-radius: var(--radius-md); background: white; box-shadow: var(--shadow); }
.contact-page .contact-details { margin-top: 26px; }
.contact-page .contact-details .eyebrow { margin-bottom: 7px; }
.contact-page .contact-details a { margin: 7px 0; font-size: .9rem; }
.contact-page .contact-form { padding: 25px 28px; border: 1px solid #dce5e1; border-radius: 20px; box-shadow: 0 20px 55px rgba(7,19,27,.1); }
.contact-page .field { margin-bottom: 12px; }
.contact-page .field label { margin-bottom: 5px; font-size: .85rem; }
.contact-page .field input, .contact-page .field select, .contact-page .field textarea { padding: 10px 13px; }
.contact-page .field textarea { min-height: 104px; max-height: 160px; }
.contact-page .contact-form .button { min-height: 44px; }
.contact-page .form-note { margin: 9px 0 0; font-size: .82rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; color: var(--ink); border: 1px solid #cbd6d2; border-radius: 12px; background: #f8faf8; outline: none; transition: border .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #1f8a90; box-shadow: 0 0 0 4px rgba(62,200,255,.12); }
.field textarea { resize: vertical; }
.field-errors { margin: 6px 0 0; color: #a63434; font-size: .8rem; }
.form-note { margin-top: 14px; font-size: .8rem; }
.testimonial-section { position: relative; overflow: hidden; background: #f7f4ec; }
.testimonial-shell { display: block; }
.testimonial-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.testimonial-heading .section-title { max-width: 900px; margin-bottom: 0; font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.testimonial-heading .section-title em { color: #14766f; font-style: normal; }
.testimonial-intro { max-width: 720px; margin: 13px 0 0; color: #52656c; font-size: .95rem; }
.testimonial-controls { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.testimonial-controls button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: var(--ink); border: 1px solid #c9d7d2; border-radius: 50%; background: white; cursor: pointer; font-size: 1.1rem; transition: color .2s, border-color .2s, background .2s; }
.testimonial-controls button:hover, .testimonial-controls button:focus-visible { color: white; border-color: var(--ink); background: var(--ink); }
.testimonial-controls button:disabled { color: #9aaba7; border-color: #dce4e1; background: #f4f6f4; cursor: default; }
.testimonial-controls .testimonial-autoplay { margin-left: 4px; font-size: .8rem; }
.testimonial-controls span { min-width: 42px; color: #52656c; text-align: center; font-size: .78rem; font-weight: 800; }
.testimonial-track { display: grid; grid-auto-columns: min(82%, 930px); grid-auto-flow: column; gap: 20px; padding: 5px 4px 32px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-color: #87a49e transparent; scrollbar-width: thin; }
.testimonial-track--single { grid-template-columns: minmax(0, 1fr); grid-auto-columns: auto; grid-auto-flow: row; padding-right: 0; padding-left: 0; overflow: visible; scroll-snap-type: none; }
.testimonial-track:focus-visible { outline: 3px solid #27888b; outline-offset: 6px; }
.testimonial-card { position: relative; display: grid; align-content: space-between; gap: 22px; margin: 0; padding: clamp(30px,4vw,48px); overflow: hidden; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(135deg, #102d37 0%, #0b202a 48%, #123c40 100%); box-shadow: 0 3px 8px rgba(7,19,27,.12), 0 22px 48px rgba(7,19,27,.18); scroll-snap-align: start; }
.testimonial-card::before { content: ""; position: absolute; top: -155px; right: -105px; width: 370px; height: 370px; border-radius: 50%; background: radial-gradient(circle, rgba(69,214,184,.24), rgba(20,130,130,.08) 48%, transparent 70%); pointer-events: none; }
.testimonial-card::after { content: "“"; position: absolute; right: 34px; bottom: -64px; color: rgba(168,255,226,.07); font-family: Georgia, serif; font-size: 15rem; line-height: 1; pointer-events: none; }
.testimonial-card > * { position: relative; z-index: 1; }
.testimonial-product { display: inline-flex; width: fit-content; align-items: center; gap: 8px; padding: 7px 11px; color: #d9fff4; border: 1px solid rgba(128,244,215,.28); border-radius: 999px; background: rgba(91,220,190,.09); box-shadow: inset 0 1px rgba(255,255,255,.08); font-size: .72rem; font-weight: 750; letter-spacing: .03em; }
.testimonial-product b { color: #7bf1cf; font-weight: 900; }
.testimonial-product i { width: 4px; height: 4px; border-radius: 50%; background: #8ca9aa; }
.testimonial-person { display: flex; align-items: center; gap: 16px; }
.testimonial-person > div:last-child { display: grid; gap: 3px; }
.testimonial-person strong { font-size: 1.02rem; }
.testimonial-person span { color: #aebfc4; font-size: .82rem; }
.testimonial-monogram { display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--mint); font-weight: 900; }
.testimonial-portrait { width: 56px; height: 56px; flex: 0 0 56px; object-fit: cover; object-position: center 30%; border: 2px solid rgba(117,251,210,.55); border-radius: 50%; background: #f1dfbd; }
.testimonial-card blockquote { max-width: 820px; margin: 0; color: #e3eded; font-size: clamp(1rem,1.5vw,1.2rem); line-height: 1.68; text-wrap: pretty; }
.testimonial-card figcaption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; color: #9eb2b7; font-size: .8rem; }
.testimonial-card figcaption a { color: var(--mint); text-decoration: underline; text-underline-offset: 4px; }
.testimonial-draft { position: absolute; z-index: 2; top: 32px; right: 28px; padding: 5px 9px; color: #dce9e6; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); font-size: .65rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(8px); }

.legal { padding: 140px 0 88px; background: #f7f4ec; }
.legal article { max-width: 880px; padding: clamp(26px, 5vw, 54px); border: 1px solid #dce3df; border-radius: 24px; background: white; box-shadow: 0 12px 36px rgba(7,19,27,.07); }
.legal h1 { font-size: clamp(3rem, 5.5vw, 5.6rem); }
.legal h2 { margin: 32px 0 10px; font-size: 1.4rem; }

.cta-band { position: relative; overflow: hidden; padding: 64px 0; color: var(--ink); background: var(--signal); }
.cta-flow { position: absolute; z-index: 0; top: 0; right: -4%; width: min(64%, 900px); height: 100%; max-width: none; object-fit: cover; opacity: .8; pointer-events: none; }
.cta-band .shell { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; }

.site-footer { position: relative; overflow: hidden; padding: 80px max(20px, calc((100vw - 1180px) / 2)) 24px; color: white; background: #051018; }
.site-footer::before { content: ""; position: absolute; z-index: 0; inset: 0; background: url("../media/domain-network.svg") center 42% / cover no-repeat; opacity: .16; pointer-events: none; }
.footer-shell, .footer-bottom { position: relative; z-index: 1; }
.footer-shell { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; padding-bottom: 70px; }
.footer-brand img { width: 56px; height: 56px; filter: brightness(0) invert(1); }
.footer-brand .brand-wordmark { color: white; font-size: 1.65rem; }
.footer-brand .brand-wordmark > span { color: var(--mint); }
.footer-lead p { max-width: 330px; margin: 28px 0; color: #94a6ad; }
.footer-cta { color: var(--mint); font-weight: 700; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links h2 { margin-bottom: 22px; color: #879aa1; font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-links a { display: block; margin: 11px 0; color: #d5dfe2; font-size: .9rem; }
.footer-links small { display: block; color: #8fa2a9; font-size: .78rem; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid #18303a; }
.footer-bottom p, .footer-bottom a { margin: 0; color: #879aa1; font-size: .82rem; }
.footer-bottom div { display: flex; gap: 24px; }


@media (max-width: 1200px) {
  .hero { min-height: auto; }
  .hero-shell { min-height: auto; padding: 140px 0 60px; }
  .hero-copy, .hero h1 { max-width: 720px; }
  .hero-visual { position: relative; inset: auto; width: 100%; min-height: 580px; margin: 58px 0 16px; }
  .hero-proof { position: static; margin-top: 54px; }
}

@media (max-width: 980px) {
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principles { grid-template-columns: 1fr; }
  .usecase-grid--platforms { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-branches { height: 30px; }
  .platform-branches::before { height: 30px; }
  .platform-branches::after, .platform-branches i { display: none; }
  .architecture { grid-template-columns: repeat(2, 1fr); }
  .architecture-step:last-child { grid-column: 1 / -1; }
  .technology-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .technology-path::before { display: none; }
  .technology-path article:last-child { grid-column: 1 / -1; }
  .ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { gap: 42px; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-gallery { grid-template-columns: 1fr; }
  .case-gallery--analysis figure { grid-template-columns: 1fr; }
  .case-gallery--analysis .case-analysis-media { border-right: 0; border-bottom: 1px solid #d7e0dc; }
  .case-gallery--analysis img { min-height: 220px; }
  .case-image-analysis { padding: 22px; }
}

@media (max-width: 1080px) {
  .nav-shell { height: 72px; }
  .brand img { width: 44px; height: 44px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 72px 0 0; padding: 38px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: white; background: var(--ink); transform: translateX(100%); transition: transform .28s ease; }
  .primary-nav.is-open { transform: none; }
  .primary-nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid #1a3440; font-size: 1.2rem; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-product { border-bottom: 1px solid #1a3440; }
  .nav-product summary { justify-content: space-between; padding: 15px 0; font-size: 1.2rem; }
  .nav-product summary::after { display: none; }
  .nav-product-menu { position: static; width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding: 0 0 12px; color: white; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
  .nav-product-menu::before { display: none; }
  .nav-product-menu a { padding: 10px 11px; border: 1px solid #274754; border-radius: 10px; }
  .nav-product-menu a:hover, .nav-product-menu a:focus-visible, .nav-product-menu a[aria-current="page"] { color: var(--mint); background: rgba(117,251,210,.06); }
  .nav-product-menu strong { font-size: .94rem; }
  .nav-product-menu small { display: none; }
  .nav-cta { margin-top: 22px; color: var(--ink); background: var(--signal); }
}

@media (max-width: 860px) {
  .testimonial-track { grid-auto-columns: 90%; }
  .testimonial-track--single { grid-template-columns: minmax(0, 1fr); grid-auto-columns: auto; }
  :root { --shell: min(100% - 32px, 680px); }
  .section { padding: 86px 0; }
  .point-of-view { min-height: auto; }
  .nav-shell { height: 72px; }
  .brand img { width: 44px; height: 44px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 72px 0 0; padding: 54px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: white; background: var(--ink); transform: translateX(100%); transition: transform .28s ease; }
  .primary-nav.is-open { transform: none; }
  .primary-nav > a:not(.nav-cta) { padding: 17px 0; border-bottom: 1px solid #1a3440; font-size: 1.35rem; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-product { border-bottom: 1px solid #1a3440; }
  .nav-product summary { justify-content: space-between; padding: 17px 0; font-size: 1.35rem; }
  .nav-product summary::after { display: none; }
  .nav-product-menu { position: static; width: 100%; padding: 0 0 12px 14px; color: white; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
  .nav-product-menu::before { display: none; }
  .nav-product-menu a { padding: 11px 12px; border-left: 1px solid #274754; border-radius: 0; }
  .nav-product-menu a:hover, .nav-product-menu a:focus-visible, .nav-product-menu a[aria-current="page"] { color: var(--mint); background: rgba(117,251,210,.06); }
  .nav-product-menu strong { font-size: 1rem; }
  .nav-product-menu small { color: #92aab1; font-size: .78rem; }
  .nav-cta { margin-top: 28px; color: var(--ink); background: var(--signal); }
  .hero-shell { padding-top: 130px; }
  .hero-visual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: end; gap: 10px; min-height: 620px; padding-top: 190px; }
  .hero-art { opacity: .66; }
  .hero-visual-label { top: 47%; }
  .capability { position: relative; inset: auto; width: 100%; min-height: 50px; cursor: pointer; transform: none; }
  .capability:hover, .capability:focus-visible, .capability.is-active { transform: none; }
  .capability-detail, .capability--right .capability-detail, .capability--bottom .capability-detail { position: static; width: auto; max-height: 0; margin: 0; padding: 0; overflow: hidden; border: 0; box-shadow: none; opacity: 0; visibility: hidden; transform: none; transition: max-height .22s, margin .22s, padding .22s, opacity .18s; }
  .capability:hover .capability-detail, .capability:focus-visible .capability-detail, .capability.is-active .capability-detail { max-height: 100px; margin-top: 9px; padding-top: 9px; border-top: 1px solid rgba(145,238,226,.14); opacity: 1; visibility: visible; }
  .foundation-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .foundation-bar ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .manifesto, .page-hero-grid, .platform-hero-grid, .contact-grid, .footer-shell, .leader-profile { grid-template-columns: 1fr; }
  .leader-profile__portrait { height: min(78vw, 540px); }
  .leader-profile__heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .platform-hero { min-height: auto; padding: 130px 0 80px; }
  .platform-orbit { width: min(390px, 80vw); margin-top: 24px; }
  .capability-grid, .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-crosslink .shell { grid-template-columns: 1fr; gap: 12px; }
  .manifesto { gap: 28px; }
  .manifesto-media figure { max-width: 520px; }
  .manifesto-media img { height: min(72vw, 560px); }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 25px; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-shell { gap: 50px; }
}

@media (min-width: 1081px) and (max-height: 780px) {
  .contact-page-section { min-height: auto; padding: 94px 0 30px; }
  .contact-intro h1 { margin-bottom: 14px; font-size: clamp(2.35rem, 4vw, 3.5rem); }
  .contact-page .contact-details { margin-top: 16px; }
  .contact-page .contact-form { padding-block: 20px; }
  .contact-page .field { margin-bottom: 9px; }
  .contact-page .field textarea { min-height: 78px; }
}

@media (max-width: 1080px) {
  .no-js .menu-toggle { display: none; }
  .no-js .primary-nav { position: static; padding: 92px 20px 20px; color: white; background: var(--ink); transform: none; }
  .no-js .site-header { position: static; background: var(--ink); }
  .no-js .nav-shell { height: auto; display: block; }
  .no-js .brand { position: absolute; top: 14px; left: 20px; }
  .no-js .brand img { filter: brightness(0) invert(1); }
  .no-js .brand-wordmark { color: white; }
}

@media (max-width: 640px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .company-facts-grid { grid-template-columns: 1fr; }
  .company-timeline::before { left: 5px; }
  .company-timeline li { display: block; padding: 0 0 32px 34px; }
  .company-timeline time { display: block; margin-bottom: 8px; padding: 0; }
  .company-timeline div::before { top: -28px; left: -34px; }
  .leader-profile__portrait { height: 340px; }
  .leader-profile__content { padding: 26px 22px 30px; }
  :root { --shell: calc(100% - 28px); }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-title { margin-bottom: 18px; }
  .testimonial-heading { align-items: flex-start; flex-direction: column; margin-bottom: 24px; }
  .testimonial-controls { align-self: flex-end; }
  .testimonial-track { grid-auto-columns: 94%; gap: 12px; }
  .testimonial-track--single { grid-template-columns: minmax(0, 1fr); grid-auto-columns: auto; }
  .testimonial-card { padding: 24px 21px; }
  .testimonial-draft { position: static; width: fit-content; order: -1; }
  .eyebrow { margin-bottom: 13px; }
  .display { font-size: 3.2rem; }
  .nav-shell { height: 66px; }
  .brand, .footer-brand { gap: 9px; }
  .brand img { width: 40px; height: 40px; }
  .brand-wordmark { font-size: 1.28rem; }
  .menu-toggle { width: 42px; height: 42px; }
  .primary-nav { inset-block-start: 66px; padding: 34px 20px; }
  .hero-shell { min-height: auto; padding: 108px 0 46px; }
  .hero::before { background-position: 58% center; opacity: .3; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-copy > p { margin-bottom: 26px; font-size: 1rem; }
  .hero-copy .button-row { display: grid; grid-template-columns: 1fr; }
  .hero-copy .button { width: 100%; }
  .hero-visual { display: grid; grid-template-columns: 1fr; gap: 8px; min-height: 0; margin: 38px 0 0; padding-top: 190px; }
  .hero-art { top: 0; bottom: auto; height: 185px; opacity: .78; object-fit: contain; }
  .hero-visual-label { top: 166px; font-size: .72rem; }
  .capability { min-height: 0; padding: 11px 13px 11px 28px; }
  .capability::before { left: 12px; }
  .capability-name { font-size: .76rem; }
  .capability-detail, .capability--right .capability-detail, .capability--bottom .capability-detail { position: static; width: auto; max-height: none; margin-top: 6px; padding: 6px 0 0; overflow: visible; color: #aebfc4; border: 0; border-top: 1px solid rgba(145,238,226,.12); box-shadow: none; font-size: .72rem; opacity: 1; visibility: visible; transform: none; }
  .capability:hover .capability-detail, .capability:focus-visible .capability-detail, .capability.is-active .capability-detail { margin-top: 6px; padding-top: 6px; }
  .hero-proof { margin-top: 30px; font-size: .76rem; line-height: 1.45; }
  .point-of-view { padding-block: 56px; }
  .manifesto { gap: 20px; }
  .manifesto blockquote { font-size: 1.9rem; }
  .manifesto-media figure { margin-top: 7px; }
  .manifesto-media img { height: auto; object-fit: contain; object-position: center; }
  .foundation-bar { margin-top: 28px; padding-top: 20px; }
  .foundation-heading { gap: 7px; margin-bottom: 14px; }
  .foundation-heading p { font-size: .84rem; }
  .foundation-bar ul { grid-template-columns: 1fr; }
  .foundation-bar ul, .platform-layer ul { gap: 7px; }
  .platform-layer { margin-top: 14px; padding-top: 14px; }
  .platform-heading { margin-bottom: 8px; }
  .foundation-item, .platform-item { min-height: 0; padding: 15px 16px; cursor: default; appearance: none; -webkit-appearance: none; }
  .foundation-item:hover, .foundation-item:focus-visible, .foundation-item.is-active, .platform-item:hover, .platform-item:focus-visible, .platform-item.is-active { transform: none; }
  .foundation-detail, .platform-detail { position: static; display: block; width: 100%; min-width: 0; max-height: none; margin: 7px 0 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; pointer-events: none; transform: none; transition: none; }
  .foundation-item:hover .foundation-detail, .foundation-item:focus-visible .foundation-detail, .foundation-item.is-active .foundation-detail, .platform-item:hover .platform-detail, .platform-item:focus-visible .platform-detail, .platform-item.is-active .platform-detail { margin: 7px 0 0; padding: 0; border: 0; opacity: 1; visibility: visible; }
  .foundation-item::after, .platform-item::after, .foundation-item:hover::after, .foundation-item:focus-visible::after, .foundation-item.is-active::after, .platform-item:hover::after, .platform-item:focus-visible::after, .platform-item.is-active::after { display: none; content: none; }
  .outcome-grid, .why-grid, .usecase-grid, .principles, .architecture, .field-grid { grid-template-columns: 1fr; }
  .capability-grid, .solution-grid { grid-template-columns: 1fr; }
  .platform-hero h1 { font-size: clamp(3.35rem, 16vw, 5rem); }
  .platform-orbit { width: min(350px, 91vw); }
  .platform-orbit span { padding: 5px 7px; font-size: .61rem; }
  .platform-orbit i { inset: 36%; font-size: .85rem; }
  .platform-system-heading { margin-bottom: 36px; text-align: left; }
  .platform-system-heading .eyebrow { justify-content: flex-start; }
  .platform-architecture { width: 100%; }
  .core-mark { width: 52px; height: 52px; margin-bottom: -13px; }
  .core-mark img { width: 52px; height: 52px; }
  .platform-core { padding: 23px 15px 17px; }
  .platform-core strong { font-size: 1.05rem; }
  .platform-core div { gap: 5px; margin-top: 10px; }
  .platform-core div span { padding: 4px 8px; }
  .platform-branches { height: 42px; margin: 0; }
  .platform-branches::before { left: 50%; height: 25px; }
  .platform-branches::after { display: block; top: 24px; right: 50%; left: 8px; }
  .platform-branches i { display: none; }
  .platform-grid { position: relative; gap: 13px; padding-left: 26px; }
  .platform-grid::before { content: ""; position: absolute; top: -18px; bottom: 28px; left: 8px; width: 1px; background: linear-gradient(rgba(117,251,210,.55), rgba(62,200,255,.5), rgba(245,255,139,.45)); }
  .platform-card { padding: 22px; overflow: visible; }
  .platform-card::after { top: 30px; left: -18px; width: 9px; height: 9px; }
  .platform-card-top::before { content: ""; position: absolute; top: 30px; left: -18px; width: 18px; height: 1px; background: var(--platform-accent); opacity: .62; }
  .platform-card h3 { margin-top: 25px; }
  .platform-card h4 { margin-bottom: 13px; }
  .platform-card p { font-size: .86rem; }
  .platform-card ul { margin: 5px 0 20px; }
  .platform-symbol { width: 54px; height: 54px; }
  .platform-symbol img { width: 40px; height: 40px; }
  .why-heading { margin-bottom: 30px; text-align: left; }
  .why-heading .eyebrow { justify-content: flex-start; }
  .why-grid { gap: 10px; }
  .why-card { padding: 22px; }
  .why-card h3 { margin: 30px 0 12px; }
  .outcomes-heading .text-link { margin-top: 18px; }
  .outcome-grid { gap: 9px; }
  .outcome-card { padding: 21px; }
  .outcome-card h3 { margin-bottom: 8px; }
  .architecture-step:last-child { grid-column: auto; }
  .page-hero { padding: 140px 0 72px; }
  .usecase-card { padding: 24px; }
  .usecase-card h2 { margin-top: 22px; }
  .usecase-hero .display { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .case-grid { grid-template-columns: 1fr; gap: 12px; }
  .case-card-media { height: 190px; }
  .case-card-body { padding: 21px; }
  .case-gallery { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .cta-band { padding: 55px 0; }
  .cta-band .shell, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta-band h2 { font-size: 2.15rem; }
  .cta-band .button { width: 100%; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .site-footer { padding-top: 52px; }
  .site-footer::before { background-position: 58% center; opacity: .13; }
}

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

@media (max-width: 860px) {
  .case-filter { grid-template-columns: 1fr 1fr; }
  .case-page-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .case-page-cover { width: min(100%, 540px); height: clamp(210px, 42vw, 280px); justify-self: start; }
  .case-page-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .technology-map { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .technology-hero-copy .button-row { margin-top: 20px; }
  .contact-page-section { min-height: auto; padding: 112px 0 64px; }
  .contact-page .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-intro h1 { max-width: 720px; }
}

@media (max-width: 640px) {
  .case-filter { grid-template-columns: 1fr; margin-top: 0; padding: 18px; }
  .case-filter__clear { min-height: 36px; }
  .case-results { justify-content: flex-start; }
  .case-page-hero { padding: 94px 0 58px; }
  .breadcrumbs { margin-bottom: 24px; padding-top: 0; }
  .case-page-hero h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .case-page-cover { height: clamp(190px, 54vw, 245px); }
  .case-page-summary { font-size: 1rem; }
  .case-page-content .section { padding: 46px 0; }
  .case-page-section { grid-template-columns: 1fr; gap: 8px; }
  .case-page-list { grid-template-columns: 1fr; }
  .case-page-section--screens { margin-bottom: 0; }
  .case-page-content .case-gallery img, .case-page-content .case-gallery--analysis img { max-height: 230px; }
  .case-related { padding: 48px 0; }
  .case-pagination { grid-template-columns: 1fr; }
  .case-pagination a:last-child { text-align: left; }
  .case-empty { padding: 36px 20px; }
  .technology-map article { padding: 24px; }
  .technology-path, .ecosystem-grid { grid-template-columns: 1fr; }
  .technology-path article:last-child { grid-column: auto; }
  .technology-path article { padding: 22px; }
  .service-card { padding: 24px; }
  .service-card h3 { margin-top: 20px; }
  .contact-page-section { padding: 96px 0 48px; }
  .contact-intro h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  .contact-page .contact-form { padding: 22px 20px; }

  .capability-detail, .capability--right .capability-detail, .capability--bottom .capability-detail,
  .foundation-detail, .platform-detail {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
  .capability.is-active .capability-detail,
  .foundation-item.is-active .foundation-detail,
  .platform-item.is-active .platform-detail {
    max-height: 180px;
    margin-top: 7px;
    padding-top: 7px;
    opacity: 1;
    visibility: visible;
  }
  .foundation-item, .platform-item { cursor: pointer; }
}
