@font-face { font-family: "Manrope Local"; src: url("../fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope Local"; src: url("../fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope Local"; src: url("../fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope Local"; src: url("../fonts/manrope-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
    --black: #17124f;
    --black-2: #ffffff;
    --paper: #ffffff;
    --white: #ffffff;
    --ink: #201d3a;
    --muted: #545454;
    --line: #d5dadd;
    --line-dark: rgba(255, 255, 255, 0.14);
    --signal: #00b4f5;
    --violet: #7a4ff2;
    --cyan: #d9e5ff;
    --max: 1240px;
    --radius: 12px;
    --font-en: "Manrope Local", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-en), "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.dark-surface { background: #f5f6f7; color: var(--ink); }
.eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: inherit;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--violet); }
.eyebrow,.map-core span,.ops-window__bar,.ops-label,.flow-step b,.health-score,.ops-metrics em,.integration-row b,.integration-row em,.system-chip,.industry-rail__title span,.service-block__index,.process-item > span,.case-carousel__status,.manifesto__kicker,.manifesto__copy span,.value-card span,.growth-year,.timeline time,.detail-cover__label span,.detail-metrics div::before,.detail-background__title span,.detail-section-head span,.detail-background__copy::after,.challenge-row span,.detail-section span,.contact-option span,.site-footer__bottom { font-family: var(--font-en) !important; font-weight: 700; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 56px; }
.section-head h2 { max-width: 760px; font-size: clamp(32px, 4vw, 48px); line-height: 1.18; letter-spacing: -.025em; font-weight: 600; }
.section-head p { max-width: 520px; justify-self: end; color: var(--muted); font-size: 16px; line-height: 1.9; }
.section-head--dark p { color: var(--muted); }
.section-head--dark .eyebrow { color: var(--ink); }
.section-head__title .eyebrow { margin-bottom: 24px; }
.button {
    min-height: 50px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #7a4ff2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, color .22s ease;
}
.button:hover { transform: translateY(-2px); background: #4f34d8; }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.48); color: var(--ink); }
.button--ink { background: var(--black); color: var(--white); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }

/* Header */
.site-header {
    width: 100%;
    height: 72px;
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    color: var(--ink);
    border-bottom: 1px solid rgba(19,21,26,.08);
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(16px);
    transition: background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled, .site-header.nav-open { background: rgba(255,255,255,.97); border-color: var(--line); backdrop-filter: blur(20px); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 40px; width: auto; display: block; content: url("../images/logo-full-m.png"); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav__links { display: flex; gap: 28px; align-items: center; }
.site-nav__links a { color: rgba(19,21,26,.58); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.site-nav__links a:hover, .site-nav__links a[aria-current="page"] { color: #7a4ff2; }
.site-nav__links a[aria-current="page"]::before { display: none; }
.site-header .site-nav > .button { min-height: 42px; padding: 0 18px; border-radius: 7px; font-size: 13px; box-shadow: 0 7px 18px rgba(122,79,242,.14); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.6); }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; width: 18px; height: 1px; display: block; margin: 4px auto; background: var(--ink); transition: .2s ease; }
.site-header.nav-open .nav-toggle span { opacity: 0; }
.site-header.nav-open .nav-toggle::before { transform: translateY(5px) rotate(45deg); }
.site-header.nav-open .nav-toggle::after { transform: translateY(-5px) rotate(-45deg); }

/* Hero */
.hero-v3 { min-height: 760px; padding: 146px 0 86px; position: relative; overflow: hidden; background: radial-gradient(circle at 88% 14%, rgba(0,112,242,.13), transparent 32%), linear-gradient(135deg,#ffffff 0%,#f7f6fe 58%,#efedfd 100%); color: var(--ink); }
.hero-v3::before { content: ""; width: 650px; height: 650px; position: absolute; right: -180px; top: -220px; border-radius: 50%; border: 1px solid rgba(122,79,242,.12); pointer-events: none; z-index: -1; }
.hero-v3__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; }
.hero-v3 h1 { margin-top: 30px; max-width: 720px; font-size: clamp(48px, 5.4vw, 68px); line-height: 1.08; letter-spacing: -.04em; font-weight: 700; }
.hero-v3 h1 em { color: #7a4ff2; font-style: normal; }
.hero-v3__copy { max-width: 610px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-v3__actions { display: flex; gap: 14px; margin-top: 34px; }
.hero-v3__proof { display: flex; gap: 34px; margin-top: 52px; list-style: none; }
.hero-v3__proof li { min-width: 112px; }
.hero-v3__proof strong { display: block; font-size: 30px; letter-spacing: -.04em; }
.hero-v3__proof span { color: var(--muted); font-size: 12px; }
.system-map { aspect-ratio: 1 / .92; position: relative; border: 1px solid #d5dadd; border-radius: 12px; background: rgba(255,255,255,.86); box-shadow: 0 24px 64px rgba(32,29,58,.1); overflow: hidden; backdrop-filter: blur(18px); }
.system-map::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(122,79,242,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(122,79,242,.12) 1px, transparent 1px); background-size: 38px 38px; }
.map-lines { width: 100%; height: 100%; position: absolute; inset: 0; }
.map-lines path { fill: none; stroke: rgba(122,79,242,.5); stroke-width: 1.5; stroke-dasharray: 6 8; }
.map-core { width: 160px; height: 160px; display: grid; place-content: center; gap: 8px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; border: 1px solid rgba(122,79,242,.32); border-radius: 50%; background: rgba(255,255,255,.9); text-align: center; box-shadow: 0 0 80px rgba(122,79,242,.12); }
.map-core strong { color: var(--violet); font-size: 28px; }
.map-core span { color: var(--muted); font-family: monospace; font-size: 10px; letter-spacing: .12em; }
.map-node { min-width: 94px; padding: 12px 14px; position: absolute; z-index: 2; border: 1px solid rgba(122,79,242,.18); border-radius: 8px; background: rgba(255,255,255,.9); color: var(--muted); font-size: 12px; text-align: center; backdrop-filter: blur(8px); }
.map-node::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--cyan); }
.map-node--1 { left: 7%; top: 15%; } .map-node--2 { right: 6%; top: 22%; } .map-node--3 { left: 10%; bottom: 16%; } .map-node--4 { right: 8%; bottom: 14%; }

/* Hero digital operations cockpit */
.ops-visual { min-height: 520px; position: relative; }
.ops-window { position: absolute; inset: 4px 8px 34px 0; overflow: hidden; border: 1px solid #d5dadd; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 28px 70px rgba(32,29,58,.14); }
.ops-window__bar { height: 48px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #e5e7eb; color: #6a6d70; font: 10px monospace; letter-spacing: .08em; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d5dadd; }
.window-dots i:nth-child(1) { background: #f2a6a6; }.window-dots i:nth-child(2) { background: #f2d68b; }.window-dots i:nth-child(3) { background: #93d3b4; }
.ops-live { justify-self: end; display: flex; align-items: center; gap: 6px; color: #256f3a; }
.ops-live i { width: 7px; height: 7px; border-radius: 50%; background: #30914c; box-shadow: 0 0 0 0 rgba(48,145,76,.35); animation: live-pulse 2s ease-out infinite; }
.ops-window__body { height: calc(100% - 48px); display: grid; grid-template-columns: 138px 1fr; }
.ops-flow { padding: 18px 14px; border-right: 1px solid #e5e7eb; background: #f7f8f9; }
.ops-label { display: block; margin-bottom: 22px; color: #89919a; font: 9px monospace; letter-spacing: .12em; }
.flow-step { min-height: 73px; display: grid; grid-template-columns: 24px 1fr; align-content: start; gap: 8px; position: relative; color: #667085; }
.flow-step b { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #b8c2cc; border-radius: 50%; background: #fff; color: #5b5674; font: 9px monospace; z-index: 1; }
.flow-step span { padding-top: 3px; font-size: 11px; white-space: nowrap; }
.flow-step i { width: 1px; height: 50px; position: absolute; left: 12px; top: 24px; overflow: hidden; background: #d5dadd; }
.flow-step i::after { content: ""; width: 1px; height: 18px; position: absolute; left: 0; top: -18px; background: #00b4f5; animation: flow-progress 2.8s linear infinite; }
.flow-step:nth-of-type(3) i::after { animation-delay: .7s; }.flow-step:nth-of-type(4) i::after { animation-delay: 1.4s; }
.flow-step.is-active b { border-color: #00b4f5; background: #efedfd; color: #7a4ff2; }
.flow-step.is-active span { color: #7a4ff2; font-weight: 600; }
.ops-dashboard { min-width: 0; padding: 18px; display: flex; flex-direction: column; gap: 13px; }
.ops-dashboard__head { display: flex; justify-content: space-between; align-items: center; }
.ops-dashboard__head > div { display: grid; gap: 3px; }
.ops-dashboard__head span { color: #7a7d80; font-size: 10px; }
.ops-dashboard__head strong { color: #201d3a; font-size: 15px; font-weight: 600; }
.health-score { padding: 5px 8px; border-radius: 5px; background: #e8f5e9; color: #256f3a !important; font: 10px monospace !important; }
.ops-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.ops-metrics > div { min-width: 0; padding: 10px; border: 1px solid #e1e5ea; border-radius: 7px; background: #fff; }
.ops-metrics span { display: block; color: #7a7d80; font-size: 9px; }
.ops-metrics strong { display: block; margin-top: 8px; color: #201d3a; font-size: 18px; }
.ops-metrics em { display: block; margin-top: 3px; color: #256f3a; font: normal 9px monospace; }
.trend-panel { min-height: 178px; padding: 12px 14px 4px; position: relative; overflow: hidden; border: 1px solid #e1e5ea; border-radius: 8px; background: linear-gradient(180deg,#fff,#f7fbff); }
.trend-panel::before { content: ""; position: absolute; inset: 38px 14px 12px; opacity: .7; background-image: linear-gradient(#edebf6 1px,transparent 1px); background-size: 100% 29px; }
.trend-panel__head { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.trend-panel__head > span { color: #372f5c; font-size: 11px; font-weight: 600; }
.trend-panel__head div { display: flex; align-items: center; gap: 5px; color: #7a7d80; font-size: 9px; }
.trend-panel__head i { width: 6px; height: 6px; border-radius: 50%; background: #00b4f5; }
.trend-panel svg { width: 100%; height: 128px; position: relative; z-index: 1; overflow: visible; }
.trend-area { fill: url(../../index.html); }
.trend-line { fill: none; stroke: #00b4f5; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 520; stroke-dashoffset: 520; animation: trend-draw 3s ease forwards, trend-breathe 5s ease-in-out 3s infinite; }
.trend-panel circle { fill: #fff; stroke: #00b4f5; stroke-width: 3; animation: chart-point 2s ease-in-out infinite; }
.integration-row { display: flex; align-items: center; gap: 6px; overflow: hidden; white-space: nowrap; }
.integration-row span { color: #7a7d80; font-size: 9px; }
.integration-row b,.integration-row em { padding: 4px 6px; border-radius: 4px; background: #eef1f4; color: #5b5674; font: normal 8px monospace; }
.integration-row em { background: #efedfd; color: #7a4ff2; }
.ops-scan { height: 80px; position: absolute; left: 138px; right: 0; top: -80px; pointer-events: none; background: linear-gradient(180deg,transparent,rgba(0,112,242,.055),transparent); animation: ops-scan 7s ease-in-out infinite; }
.ops-toast { max-width: 275px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; position: absolute; right: -10px; bottom: 4px; z-index: 3; border: 1px solid #d5dadd; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 16px 38px rgba(32,29,58,.14); animation: toast-float 4s ease-in-out infinite; }
.ops-toast > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e8f5e9; color: #256f3a; font-style: normal; }
.ops-toast div { display: grid; gap: 2px; }
.ops-toast strong { color: #201d3a; font-size: 11px; }.ops-toast span { color: #7a7d80; font-size: 9px; }

/* Hero layered digital foundation */
.foundation-visual { min-height: 520px; position: relative; }
.foundation-scene { width: 100%; height: 100%; position: absolute; inset: 0; overflow: visible; animation: foundation-breathe 6s ease-in-out infinite; }
.foundation-canvas { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; display: none; }
.foundation-visual.is-3d .foundation-canvas { display: block; }
.foundation-visual.is-3d .foundation-scene { display: none; }
.foundation-guides path { fill: none; stroke: rgba(122,79,242,.11); stroke-width: 1; stroke-dasharray: 5 8; }
.stack-layer { transform-origin: center; }
.stack-layer--top { animation: layer-float-top 5.6s ease-in-out infinite; }
.stack-layer--middle { animation: layer-float-middle 6.2s ease-in-out infinite; }
.stack-layer--bottom { animation: layer-float-bottom 6.8s ease-in-out infinite; }
.layer-side { fill: #6558d8; }.stack-layer--middle .layer-side { fill: #5b55e8; }.stack-layer--top .layer-side { fill: #3e2bb8; }
.layer-side--left { opacity: .7; }.layer-side--front { opacity: .88; }
.layer-plane { stroke: rgba(255,255,255,.78); stroke-width: 1; }
.layer-grid path { fill: none; stroke: rgba(0,64,176,.2); stroke-width: 1; }
.process-nodes circle { fill: #fff; stroke: #7a4ff2; stroke-width: 2; }
.process-nodes path { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 2; stroke-dasharray: 5 5; animation: process-route 8s linear infinite; }
.decision-bars rect { fill: rgba(255,255,255,.86); }
.decision-bars path { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.data-beams path { fill: none; stroke: rgba(0,112,242,.38); stroke-width: 2; stroke-dasharray: 6 7; }
.data-packet { fill: #00b4f5; filter: drop-shadow(0 0 6px rgba(0,112,242,.8)); }
.data-packet--1 { animation: packet-one 3.2s ease-in infinite; }.data-packet--2 { animation: packet-two 3.6s ease-in .8s infinite; }.data-packet--3 { animation: packet-three 3.4s ease-in 1.5s infinite; }
.layer-label { min-width: 210px; padding: 14px 16px; display: grid; gap: 5px; position: absolute; z-index: 3; border: 1px solid rgba(122,79,242,.18); border-radius: 9px; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(32,29,58,.13); backdrop-filter: blur(10px); }
.layer-label span { color: #7a4ff2; font-size: 12px; font-weight: 700; line-height: 1.4; letter-spacing: .03em; }
.layer-label strong { color: #201d3a; font-size: 17px; line-height: 1.35; }.layer-label em { color: #544f6c; font: normal 12px/1.5 "PingFang SC","Microsoft YaHei",sans-serif; }
.layer-label--top { right: -2%; top: 14%; }.layer-label--middle { right: -4%; top: 42%; }.layer-label--bottom { left: -1%; bottom: 14%; }
.system-chip { min-width: 56px; height: 36px; padding: 0 12px; display: grid; place-items: center; position: absolute; z-index: 4; border: 1px solid #c3bde4; border-radius: 7px; background: #fff; color: #4f34d8; font: 700 12px monospace; box-shadow: 0 10px 24px rgba(32,29,58,.12); animation: system-chip-float 4s ease-in-out infinite; }
.system-chip--crm { left: 4%; top: 16%; }.system-chip--erp { right: 8%; top: 4%; animation-delay: -.8s; }.system-chip--oa { left: 0; top: 49%; animation-delay: -1.7s; }.system-chip--bi { right: 1%; bottom: 20%; animation-delay: -2.4s; }.system-chip--api { left: 26%; top: 3%; animation-delay: -3.1s; }
.foundation-status { min-width: 340px; height: 60px; padding: 0 18px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: 12px; align-items: center; position: absolute; left: 50%; bottom: -4px; z-index: 5; transform: translateX(-50%); border: 1px solid #d5dadd; border-radius: 9px; background: rgba(255,255,255,.97); box-shadow: 0 16px 40px rgba(32,29,58,.13); }
.foundation-status i { width: 11px; height: 11px; grid-row: 1 / 3; border-radius: 50%; background: #30914c; animation: live-pulse 2s ease-out infinite; }
.foundation-status span { align-self: end; color: #372f5c; font-size: 12px; font-weight: 700; line-height: 1.35; }.foundation-status strong { align-self: start; color: #256f3a; font-size: 12px; font-weight: 600; line-height: 1.35; }

@keyframes foundation-breathe { 50% { transform: translateY(-4px); } }
@keyframes layer-float-top { 50% { transform: translateY(-8px); } }
@keyframes layer-float-middle { 50% { transform: translateY(-4px); } }
@keyframes layer-float-bottom { 50% { transform: translateY(2px); } }
@keyframes process-route { to { stroke-dashoffset: -80; } }
@keyframes packet-one { 0% { opacity: 0; transform: translate(0,0); } 18% { opacity: 1; } 82% { opacity: 1; } 100% { opacity: 0; transform: translate(51px,-200px); } }
@keyframes packet-two { 0% { opacity: 0; transform: translate(0,0); } 18% { opacity: 1; } 82% { opacity: 1; } 100% { opacity: 0; transform: translate(4px,-193px); } }
@keyframes packet-three { 0% { opacity: 0; transform: translate(0,0); } 18% { opacity: 1; } 82% { opacity: 1; } 100% { opacity: 0; transform: translate(-37px,-186px); } }
@keyframes system-chip-float { 50% { transform: translateY(-6px); } }

@keyframes live-pulse { 70%,100% { box-shadow: 0 0 0 7px rgba(48,145,76,0); } }
@keyframes flow-progress { to { transform: translateY(70px); } }
@keyframes trend-draw { to { stroke-dashoffset: 0; } }
@keyframes trend-breathe { 50% { opacity: .62; } }
@keyframes chart-point { 50% { r: 7; } }
@keyframes ops-scan { 0%,18% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 72% { opacity: 1; } 84%,100% { transform: translateY(520px); opacity: 0; } }
@keyframes toast-float { 50% { transform: translateY(-7px); } }
.industry-rail { min-height: 150px; padding: 25px 0; position: relative; isolation: isolate; overflow: hidden; border: 0; background: linear-gradient(112deg,#17124f 0%,#3e2bb8 48%,#7a4ff2 100%); color: #fff; }
.industry-rail::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 44px 44px; }
.industry-rail::after { content: ""; width: 520px; height: 520px; position: absolute; right: -160px; top: -290px; z-index: -1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02); }
.industry-rail__layout { min-height: 100px; display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 26px; align-items: center; }
.industry-rail__title { height: 78px; display: grid; align-content: center; gap: 7px; position: relative; z-index: 2; border-right: 1px solid rgba(255,255,255,.24); }
.industry-rail__title span { color: rgba(255,255,255,.58); font: 9px monospace; letter-spacing: .14em; }.industry-rail__title strong { font-size: 22px; font-weight: 600; }
.industry-rail__viewport { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }

/* Home content */
.problem-section { padding: 138px 0 154px; position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#f7f6fe 48%,#fff 100%); }
.problem-section::before { content: ""; width: 520px; height: 520px; position: absolute; right: -190px; top: 70px; z-index: -2; border: 1px solid rgba(122,79,242,.1); border-radius: 50%; box-shadow: 0 0 0 78px rgba(122,79,242,.025),0 0 0 156px rgba(122,79,242,.018); }
.problem-section::after { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .28; background-image: radial-gradient(rgba(122,79,242,.18) .7px,transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(90deg,transparent,#000 18%,#000 82%,transparent); }
.problem-section .shell { position: relative; z-index: 1; }
.problem-section .section-head { margin-bottom: 72px; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; position: relative; }
.problem-grid::before { content: ""; height: 1px; position: absolute; left: 6%; right: 6%; top: calc(50% - 9px); z-index: -1; background: linear-gradient(90deg,transparent,rgba(122,79,242,.2) 15%,rgba(122,79,242,.2) 85%,transparent); }
.problem-card { --problem-no: "01"; min-height: 242px; padding: 27px 30px 30px; position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(122,79,242,.13); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 18px 50px rgba(32,29,58,.07); transition: transform .35s cubic-bezier(.2,.7,.2,1),border-color .35s ease,box-shadow .35s ease; }
.problem-card:nth-child(2) { --problem-no: "02"; margin-top: 22px; background: linear-gradient(145deg,rgba(255,255,255,.96),rgba(232,243,255,.94)); }
.problem-card:nth-child(3) { --problem-no: "03"; }
.problem-card:nth-child(4) { --problem-no: "04"; }
.problem-card:nth-child(5) { --problem-no: "05"; margin-top: 22px; background: linear-gradient(145deg,rgba(255,255,255,.96),rgba(232,243,255,.94)); }
.problem-card:nth-child(6) { --problem-no: "06"; }
.problem-card::before { content: var(--problem-no); position: absolute; right: 17px; top: 2px; z-index: -1; color: rgba(122,79,242,.055); font: 700 86px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: -.08em; }
.problem-card::after { content: ""; width: 4px; position: absolute; left: 0; top: 28px; bottom: 28px; border-radius: 0 4px 4px 0; background: linear-gradient(180deg,#7a4ff2,#55c3fa); transform: scaleY(.26); transform-origin: top; transition: transform .35s ease; }
.problem-card:hover { transform: translateY(-8px); border-color: rgba(122,79,242,.32); box-shadow: 0 26px 66px rgba(122,79,242,.14); }
.problem-card:hover::after { transform: scaleY(1); }
.problem-card span { display: inline-flex; align-items: center; gap: 10px; color: var(--violet); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.problem-card span::before { content: ""; width: 20px; height: 2px; background: linear-gradient(90deg,#7a4ff2,#55c3fa); }
.problem-card h3 { max-width: 300px; margin-top: 50px; font-size: 20px; line-height: 1.5; }
.problem-card p { max-width: 310px; margin-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.8; }
@keyframes problem-pulse { 0% { box-shadow: 0 0 0 0 rgba(0,112,242,.28); } 65%,100% { box-shadow: 0 0 0 8px rgba(0,112,242,0); } }
.service-section { padding: 130px 0; position: relative; overflow: hidden; background: linear-gradient(180deg,#f5f8fb 0%,#eef4f9 100%); color: var(--ink); }
.service-section::before { content: ""; width: 520px; height: 520px; position: absolute; right: -220px; top: 120px; border: 1px solid rgba(122,79,242,.08); border-radius: 50%; box-shadow: 0 0 0 76px rgba(122,79,242,.018),0 0 0 152px rgba(122,79,242,.012); }
.capability-explorer { min-height: 530px; display: grid; grid-template-columns: 360px minmax(0,1fr); position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.14); border-radius: 18px; background: #fff; box-shadow: 0 30px 80px rgba(32,29,58,.1); }
.capability-explorer__nav { padding: 18px; display: grid; align-content: center; gap: 8px; position: relative; z-index: 2; background: linear-gradient(160deg,#17124f 0%,#3e2bb8 100%); }
.capability-tab { min-height: 105px; padding: 19px 18px; display: grid; grid-template-columns: 38px 1fr; gap: 3px 12px; align-content: center; position: relative; border: 1px solid transparent; border-radius: 12px; background: transparent; color: rgba(255,255,255,.66); text-align: left; cursor: pointer; transition: background .28s ease,color .28s ease,transform .28s ease; }
.capability-tab span { grid-row: 1 / 3; align-self: center; color: #6fcdf9; font-family: var(--font-en); font-size: 12px; font-weight: 800; }
.capability-tab strong { color: inherit; font-size: 16px; font-weight: 700; }
.capability-tab small { font-family: var(--font-en); font-size: 9px; font-weight: 700; letter-spacing: .13em; opacity: .56; }
.capability-tab::after { content: ""; width: 3px; position: absolute; right: 0; top: 18px; bottom: 18px; border-radius: 3px; background: #12c2f4; opacity: 0; transform: scaleY(.4); transition: .28s ease; }
.capability-tab:hover { background: rgba(255,255,255,.08); color: #fff; }
.capability-tab.is-active { transform: translateX(4px); background: #fff; color: #17124f; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.capability-tab.is-active::after { opacity: 1; transform: scaleY(1); }
.capability-explorer__stage { min-width: 0; position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg,#fff 0%,#f2f8fd 100%); }
.capability-explorer__stage::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .36; background-image: linear-gradient(rgba(122,79,242,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(122,79,242,.06) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,transparent,#000 55%); }
.capability-panel { min-height: 530px; padding: 52px 54px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(290px,.95fr); gap: 44px; align-items: center; animation: capability-enter .46s cubic-bezier(.22,.75,.22,1); }
.capability-panel[hidden] { display: none; }
.capability-panel__meta { display: flex; align-items: center; gap: 12px; }
.capability-panel__meta span { color: #7a4ff2; font-family: var(--font-en); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.capability-panel__meta em { padding: 6px 10px; border: 1px solid rgba(122,79,242,.16); border-radius: 999px; background: #edf6ff; color: #3d3670; font-size: 11px; font-style: normal; }
.capability-panel h3 { max-width: 600px; margin-top: 30px; font-size: clamp(34px,3.4vw,48px); line-height: 1.14; letter-spacing: -.04em; font-weight: 650; }
.capability-panel__copy > p { max-width: 610px; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.capability-panel ul { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.capability-panel li { padding: 9px 12px; border: 1px solid #dddcea; border-radius: 8px; background: rgba(255,255,255,.72); color: #37335e; font-size: 12px; }
.capability-visual { --visual-accent: #7a4ff2; width: min(100%,330px); aspect-ratio: 1; justify-self: center; position: relative; border: 1px solid rgba(122,79,242,.18); border-radius: 50%; background: radial-gradient(circle at center,rgba(0,112,242,.12) 0 2%,transparent 3% 24%,rgba(122,79,242,.08) 25% 25.5%,transparent 26% 47%,rgba(122,79,242,.08) 48% 48.5%,transparent 49%),rgba(255,255,255,.72); box-shadow: 0 26px 70px rgba(122,79,242,.1); }
.capability-visual::before { content: ""; position: absolute; inset: 26px; border: 1px dashed rgba(122,79,242,.24); border-radius: 50%; animation: capability-orbit 18s linear infinite; }
.capability-visual::after { content: ""; position: absolute; left: 50%; top: 8%; bottom: 8%; border-left: 1px solid rgba(122,79,242,.1); box-shadow: 0 0 0 0 rgba(122,79,242,.1); }
.capability-visual strong { min-width: 108px; height: 108px; display: grid; place-items: center; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%,-50%); border-radius: 50%; background: linear-gradient(145deg,#17124f,var(--visual-accent)); color: #fff; font-family: var(--font-en); font-size: 20px; letter-spacing: .08em; box-shadow: 0 18px 38px rgba(122,79,242,.22); }
.capability-visual span { min-width: 82px; padding: 10px 12px; position: absolute; z-index: 3; border: 1px solid rgba(122,79,242,.15); border-radius: 8px; background: rgba(255,255,255,.94); color: #37335e; font-size: 12px; text-align: center; box-shadow: 0 10px 24px rgba(32,29,58,.09); }
.capability-visual span:nth-child(1) { left: -5px; top: 68px; }.capability-visual span:nth-child(2) { right: -5px; top: 82px; }.capability-visual span:nth-child(3) { left: 50%; bottom: -5px; transform: translateX(-50%); }
.capability-visual--paas { --visual-accent: #0089c7; }.capability-visual--integration { --visual-accent: #6a5cf0; }.capability-visual--saas { --visual-accent: #5a3ee0; }
@keyframes capability-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes capability-orbit { to { transform: rotate(360deg); } }
.signal-band { padding: 58px 0; position: relative; isolation: isolate; overflow: hidden; border-top: 1px solid rgba(122,79,242,.1); border-bottom: 1px solid rgba(122,79,242,.1); background: linear-gradient(110deg,#efedff 0%,#f8fbfe 50%,#edf7ff 100%); color: var(--ink); }
.signal-band::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .28; background-image: linear-gradient(rgba(122,79,242,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(122,79,242,.08) 1px,transparent 1px); background-size: 48px 48px; }
.signal-band__grid { display: grid; grid-template-columns: 1.28fr repeat(3, 1fr); gap: 18px; align-items: stretch; }
.signal-band h2 { padding: 22px 28px 22px 0; display: flex; align-items: center; position: relative; font-size: 32px; line-height: 1.22; letter-spacing: -.04em; }
.signal-band h2::before { content: ""; width: 4px; align-self: stretch; margin-right: 20px; border-radius: 4px; background: linear-gradient(180deg,#7a4ff2,#12c2f4); }
.signal-stat { min-height: 118px; padding: 23px 24px; display: flex; justify-content: center; flex-direction: column; border: 1px solid rgba(122,79,242,.12); border-radius: 12px; background: rgba(255,255,255,.68); box-shadow: 0 12px 32px rgba(32,29,58,.05); backdrop-filter: blur(10px); }
.signal-stat strong { display: block; color: #7a4ff2; font-size: 43px; line-height: 1; letter-spacing: -.05em; }
.signal-stat span { margin-top: 12px; color: #5d5876; font-size: 11px; }
.process-section { padding: 130px 0; }
.process-list { border-top: 1px solid var(--line); }
.process-item { min-height: 138px; display: grid; grid-template-columns: 110px .7fr 1.3fr; gap: 40px; align-items: center; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--violet); font-family: monospace; }
.process-item h3 { font-size: 25px; }
.process-item p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.case-section { padding: 130px 0; background: #f5f6f7; }
.case-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.case-card { min-width: 0; }
.case-card__link { height: 100%; display: flex; flex-direction: column; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.case-card__media { aspect-ratio: 1.24 / 1; position: relative; overflow: hidden; border-radius: 8px; background: #eaecee; }
.case-card__media img { width: 100%; height: 100%; object-fit: cover; filter: none; transition: transform .45s ease; }
.case-card:hover img { transform: scale(1.04); }
.case-card__meta { position: absolute; inset: auto 16px 16px; display: flex; gap: 12px; color: #fff; }
.case-card__meta span { min-height: 34px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.46); border-radius: 999px; background: linear-gradient(135deg,#7a4ff2,#00b4f5); box-shadow: 0 10px 24px rgba(0,40,110,.28); font-size: 12px; font-weight: 700; backdrop-filter: blur(8px); }
.case-card__meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.16); }
.case-card h3 { margin-top: 22px; font-size: 23px; line-height: 1.35; letter-spacing: -.025em; }
.case-card p { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.75; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.case-card__action { margin-top: auto; padding-top: 22px; color: var(--violet); font-size: 13px; font-weight: 800; }
.library-section .case-card h3 { font-size: 20px; }
.library-section .case-card p { font-size: 12px; }
.trust-section { padding: 126px 0 138px; position: relative; overflow: hidden; background: linear-gradient(180deg,#fff,#f5f4fe); }
.trust-section::before { content: ""; width: 520px; height: 520px; position: absolute; left: -330px; top: -260px; border: 1px solid rgba(122,79,242,.1); border-radius: 50%; box-shadow: 0 0 0 72px rgba(122,79,242,.022),0 0 0 144px rgba(122,79,242,.016); }
.trust-layout { position: relative; z-index: 1; }
.trust-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.trust-head .eyebrow { margin-bottom: 24px; }
.trust-head > p { max-width: 510px; justify-self: end; color: var(--muted); font-size: 15px; line-height: 1.9; }
.trust-statement { max-width: 730px; font-size: clamp(38px,4.4vw,54px); line-height: 1.14; letter-spacing: -.035em; font-weight: 600; }
.trust-statement em { color: var(--violet); font-style: normal; }
.trust-list { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.trust-list article { min-height: 240px; padding: 28px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.13); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 18px 48px rgba(32,29,58,.07); transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease; }
.trust-list article::after { content: ""; height: 4px; position: absolute; left: 28px; right: 28px; bottom: 0; background: linear-gradient(90deg,#7a4ff2,#55c3fa); transform: scaleX(.28); transform-origin: left; transition: transform .3s ease; }
.trust-list article:hover { transform: translateY(-7px); border-color: rgba(122,79,242,.3); box-shadow: 0 26px 62px rgba(122,79,242,.13); }
.trust-list article:hover::after { transform: scaleX(1); }
.trust-list span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #efedfd; color: var(--violet); font: 700 12px ui-monospace,SFMono-Regular,Menlo,monospace; }
.trust-list article > div { margin-top: auto; }
.trust-list h3 { font-size: 23px; }
.trust-list p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.8; }

/* Page hero and library */
.page-hero { min-height: 570px; padding: 160px 0 88px; position: relative; overflow: hidden; background: radial-gradient(circle at 86% 18%,rgba(0,112,242,.14),transparent 32%),linear-gradient(145deg,#ffffff,#efedfd); color: var(--ink); }
.page-hero::after { content: attr(data-code); position: absolute; right: -20px; bottom: -88px; color: rgba(122,79,242,.06); font: 700 260px/1 monospace; }
.page-hero h1 { max-width: 900px; margin-top: 34px; font-size: clamp(46px,6vw,72px); line-height: 1.04; letter-spacing: -.04em; font-weight: 600; }
.page-hero p { max-width: 650px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.page-hero--compact { min-height: 380px; padding: 126px 0 54px; }
.page-hero--compact h1 { margin-top: 20px; font-size: clamp(40px,4.4vw,56px); }
.page-hero--compact p { max-width: 760px; margin-top: 18px; font-size: 16px; }
.page-hero--compact::after { bottom: -72px; font-size: 190px; }
.library-section { padding: 100px 0 140px; }
.library-section--top { padding-top: 142px; }
.library-toolbar { margin-bottom: 48px; }
.library-count { font: 700 72px/1 monospace; letter-spacing: -.08em; }
.library-count::after { content: " CASES"; display: block; margin-top: 10px; color: var(--muted); font: 11px/1 monospace; letter-spacing: .14em; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-start; }
.filter-chip { min-height: 40px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 13px; cursor: pointer; }
.filter-chip:hover, .filter-chip.is-active { border-color: #7a4ff2; background: #7a4ff2; color: #ffffff; }
.data-message { grid-column: 1 / -1; padding: 48px; border: 1px solid var(--line); color: var(--muted); text-align: center; }

/* About */
.manifesto { padding: 118px 0 132px; position: relative; overflow: hidden; background: linear-gradient(180deg,#fff,#f6f5fe); }
.manifesto::before { content: ""; width: 560px; height: 560px; position: absolute; left: -330px; bottom: -350px; border: 1px solid rgba(122,79,242,.1); border-radius: 50%; box-shadow: 0 0 0 72px rgba(122,79,242,.025),0 0 0 144px rgba(122,79,242,.018); }
.manifesto__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: stretch; }
.manifesto__statement { min-height: 464px; padding: 42px; display: flex; flex-direction: column; position: relative; isolation: isolate; overflow: hidden; border-radius: 16px; background: linear-gradient(145deg,#17124f 0%,#3e2bb8 54%,#7a4ff2 100%); color: #fff; box-shadow: 0 28px 70px rgba(0,40,110,.2); }
.manifesto__statement::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 42px 42px; }
.manifesto__statement::after { content: ""; width: 330px; height: 330px; position: absolute; right: -150px; top: -150px; z-index: -1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.025),0 0 0 116px rgba(255,255,255,.018); }
.manifesto__kicker { font: 700 11px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .12em; color: rgba(255,255,255,.7); }
.manifesto__lead { max-width: 520px; margin-top: auto; font-size: clamp(36px,4vw,52px); line-height: 1.14; letter-spacing: -.035em; font-weight: 600; }
.manifesto__statement > p { max-width: 500px; margin-top: 24px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }
.manifesto__copy { display: grid; gap: 14px; }
.manifesto__copy article { padding: 25px 28px; position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.12); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 14px 38px rgba(32,29,58,.06); transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease; }
.manifesto__copy article::after { content: ""; width: 3px; position: absolute; left: 0; top: 24px; bottom: 24px; border-radius: 0 3px 3px 0; background: #7a4ff2; }
.manifesto__copy article:hover { transform: translateX(7px); border-color: rgba(122,79,242,.28); box-shadow: 0 18px 48px rgba(122,79,242,.11); }
.manifesto__copy span { color: #7a4ff2; font: 700 11px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .08em; }
.manifesto__copy p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.about-numbers { margin-top: 20px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.about-number { min-height: 148px; padding: 25px 26px; position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.12); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 15px 40px rgba(32,29,58,.065); transition: transform .3s ease,box-shadow .3s ease; }
.about-number::before { content: ""; height: 3px; position: absolute; left: 0; right: 0; top: 0; background: linear-gradient(90deg,#7a4ff2,#55c3fa); }
.about-number:nth-child(2),.about-number:nth-child(4) { transform: translateY(10px); }
.about-number:hover { transform: translateY(-5px); box-shadow: 0 22px 52px rgba(122,79,242,.12); }
.about-number strong { display: block; color: #17124f; font-size: 48px; letter-spacing: -.06em; }
.about-number span { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; }
.values-section { padding: 126px 0; position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(125deg,#17124f 0%,#3e2bb8 52%,#7a4ff2 100%); color: #fff; }
.values-section::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.32) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.32) 1px,transparent 1px); background-size: 48px 48px; }
.values-section::after { content: ""; width: 610px; height: 610px; position: absolute; right: -280px; top: -330px; z-index: -1; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 78px rgba(255,255,255,.022),0 0 0 156px rgba(255,255,255,.016); }
.values-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: center; }
.values-intro .eyebrow { color: rgba(255,255,255,.72); }
.values-intro .eyebrow::before { background: #6fcdf9; }
.values-intro h2 { margin-top: 26px; font-size: clamp(38px,4vw,52px); line-height: 1.15; letter-spacing: -.035em; }
.values-intro p { max-width: 390px; margin-top: 24px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.9; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.value-card { min-height: 210px; padding: 26px; display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: end; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.075); box-shadow: 0 18px 42px rgba(0,18,58,.14); backdrop-filter: blur(10px); transition: transform .3s ease,background .3s ease,border-color .3s ease; }
.value-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.13); }
.value-card span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font: 700 13px ui-monospace,SFMono-Regular,Menlo,monospace; }
.value-card h3 { font-size: 23px; line-height: 1.35; }
.value-card p { margin-top: 10px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }
.timeline-section { padding: 130px 0; position: relative; overflow: hidden; background: linear-gradient(180deg,#fff,#f6f9fc); }
.growth-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 94px; align-items: center; }
.growth-rings { width: 100%; max-width: 520px; aspect-ratio: 1; position: relative; margin-inline: auto; border-radius: 50%; background: radial-gradient(circle,rgba(122,79,242,.08),rgba(122,79,242,.025) 52%,transparent 72%); }
.growth-ring { position: absolute; border: 1.5px solid rgba(122,79,242,.3); box-shadow: inset 0 0 40px rgba(122,79,242,.025); transform-origin: center; }
.growth-ring::before { content: ""; width: 8px; height: 8px; position: absolute; left: 50%; top: -5px; border: 2px solid #fff; border-radius: 50%; background: #00b4f5; box-shadow: 0 0 0 4px rgba(0,112,242,.12),0 4px 12px rgba(122,79,242,.25); }
.growth-ring--2026 { inset: 1%; border-radius: 47% 53% 49% 51% / 52% 46% 54% 48%; animation: growth-ring-spin 30s linear infinite; }
.growth-ring--2025 { inset: 10%; border-radius: 54% 46% 52% 48% / 47% 55% 45% 53%; animation: growth-ring-spin-reverse 25s linear infinite; }
.growth-ring--2024 { inset: 19%; border-radius: 46% 54% 48% 52% / 55% 47% 53% 45%; animation: growth-ring-spin 21s linear infinite; }
.growth-ring--2023 { inset: 28%; border-radius: 52% 48% 55% 45% / 46% 54% 48% 52%; animation: growth-ring-spin-reverse 17s linear infinite; }
.growth-ring--2022 { inset: 37%; border-radius: 48% 52% 46% 54% / 53% 47% 55% 45%; animation: growth-ring-spin 13s linear infinite; }
.growth-rings__core { width: 112px; height: 112px; display: grid; place-content: center; gap: 5px; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%,-50%); border-radius: 50%; background: linear-gradient(145deg,#17124f,#7a4ff2); color: #fff; text-align: center; box-shadow: 0 20px 50px rgba(122,79,242,.24); }
.growth-rings__core strong { font-size: 26px; }.growth-rings__core span { color: rgba(255,255,255,.7); font-size: 11px; }
.growth-year { padding: 8px 12px; position: absolute; z-index: 3; border: 1px solid rgba(122,79,242,.2); border-radius: 999px; background: rgba(255,255,255,.94); color: #7a4ff2; font: 700 11px ui-monospace,SFMono-Regular,Menlo,monospace; box-shadow: 0 10px 26px rgba(32,29,58,.1); animation: growth-year-float 3.8s ease-in-out infinite; }
.growth-year--2022 { left: 34%; bottom: 36%; }.growth-year--2023 { left: 18%; bottom: 24%; }.growth-year--2024 { right: 16%; top: 43%; }.growth-year--2025 { right: 7%; top: 22%; }.growth-year--2026 { left: 50%; top: 0; transform: translateX(-50%); }
.growth-story .eyebrow { color: #7a4ff2; }
.growth-story h2 { margin-top: 24px; font-size: clamp(38px,4.2vw,54px); line-height: 1.14; letter-spacing: -.035em; }
.growth-story__intro { max-width: 560px; margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.timeline { margin-top: 38px; display: grid; grid-template-columns: 1fr; position: relative; }
.timeline::before { content: ""; width: 1px; position: absolute; left: 35px; top: 10px; bottom: 32px; background: linear-gradient(#7a4ff2,rgba(122,79,242,.12)); }
.timeline article,.timeline article + article { padding: 0 0 25px; display: grid; grid-template-columns: 70px 1fr; gap: 22px; position: relative; border: 0; }
.timeline time { width: 70px; padding-top: 4px; position: relative; z-index: 1; color: #7a4ff2; font: 700 12px ui-monospace,SFMono-Regular,Menlo,monospace; text-align: center; }
.timeline time::after { content: ""; width: 9px; height: 9px; position: absolute; left: 31px; top: 27px; border: 3px solid #fff; border-radius: 50%; background: #7a4ff2; box-shadow: 0 0 0 1px rgba(122,79,242,.25); }
.timeline article > div { padding: 0 0 23px; border-bottom: 1px solid var(--line); }
.timeline h3 { margin: 0; font-size: 20px; }
.timeline p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.75; }
@keyframes growth-ring-spin { to { transform: rotate(360deg); } }
@keyframes growth-ring-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes growth-year-float { 50% { translate: 0 -5px; box-shadow: 0 15px 32px rgba(122,79,242,.16); } }

/* Detail */
.detail-root { background: var(--paper); }
.detail-hero { min-height: 690px; padding: 132px 0 90px; position: relative; overflow: hidden; background: radial-gradient(circle at 88% 10%,rgba(0,112,242,.16),transparent 30%),linear-gradient(145deg,#fff 0%,#f4f9fe 56%,#ebe7fc 100%); color: var(--ink); }
.detail-hero::before { content: ""; width: 640px; height: 640px; position: absolute; right: -260px; top: -300px; border: 1px solid rgba(122,79,242,.12); border-radius: 50%; box-shadow: 0 0 0 76px rgba(122,79,242,.025),0 0 0 152px rgba(122,79,242,.018); }
.detail-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.detail-hero__meta { max-width: 650px; margin-bottom: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.back-link { display: inline-flex; gap: 10px; align-items: center; color: #454063; font-size: 13px; font-weight: 600; transition: color .2s ease,transform .2s ease; }
.back-link::before { content: "←"; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(122,79,242,.18); border-radius: 50%; background: #fff; color: #7a4ff2; box-shadow: 0 8px 20px rgba(32,29,58,.07); }
.back-link:hover { color: #7a4ff2; transform: translateX(-4px); }
.detail-industry { width: max-content; min-height: 34px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; background: #7a4ff2; color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 10px 24px rgba(122,79,242,.2); }
.detail-industry::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.detail-hero h1 { max-width: 650px; margin-top: 20px; font-size: clamp(42px,4.8vw,62px); line-height: 1.08; letter-spacing: -.04em; font-weight: 650; }
.detail-summary { max-width: 610px; margin-top: 24px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.detail-hero__note { margin-top: 30px; display: flex; align-items: center; gap: 10px; color: #4d4768; font-size: 12px; }
.detail-hero__note i { width: 9px; height: 9px; border-radius: 50%; background: #30914c; box-shadow: 0 0 0 5px rgba(48,145,76,.1); }
.detail-cover-wrap { min-height: 510px; padding: 18px; position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.14); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 30px 80px rgba(32,29,58,.16); backdrop-filter: blur(12px); }
.detail-cover { width: 100%; height: 100%; min-height: 474px; display: block; object-fit: cover; border-radius: 12px; filter: none; }
.detail-cover__label { min-width: 180px; padding: 13px 15px; display: grid; gap: 4px; position: absolute; left: 34px; bottom: 34px; border: 1px solid rgba(255,255,255,.45); border-radius: 9px; background: rgba(0,20,74,.82); color: #fff; backdrop-filter: blur(10px); }
.detail-cover__label span { color: rgba(255,255,255,.62); font: 10px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .12em; }.detail-cover__label strong { font-size: 14px; }
.detail-results { padding: 94px 0 104px; background: linear-gradient(180deg,#fff 0%,#f6f5fe 100%); }
.detail-results__head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: end; }
.detail-results__head h2 { margin-top: 22px; font-size: clamp(34px,4vw,48px); line-height: 1.15; letter-spacing: -.035em; }
.detail-results__head > p { max-width: 470px; justify-self: end; color: var(--muted); font-size: 16px; line-height: 1.9; }
.detail-metrics { margin-top: 46px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.detail-metric { --metric-accent: #7a4ff2; min-height: 252px; padding: 28px 30px 30px; display: grid; grid-template-rows: auto 1fr auto; position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.15); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 18px 44px rgba(32,29,58,.07); }
.detail-metric::before { content: ""; height: 4px; position: absolute; inset: 0 0 auto; background: var(--metric-accent); }
.detail-metric:nth-child(2) { --metric-accent: #0089c7; }
.detail-metric:nth-child(3) { --metric-accent: #6a5cf0; }
.detail-metric__top { display: flex; align-items: center; justify-content: space-between; color: #615c7a; }
.detail-metric__top span { font-family: var(--font-en); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.detail-metric__top i { width: 9px; height: 9px; border: 2px solid var(--metric-accent); border-radius: 50%; box-shadow: 0 0 0 5px color-mix(in srgb,var(--metric-accent) 10%,transparent); }
.detail-metric__result { align-self: center; }
.detail-metric__result strong { display: block; color: #17124f; font-size: clamp(48px,5vw,64px); line-height: 1; letter-spacing: -.06em; }
.detail-metric__result p { margin-top: 18px; color: #332e58; font-size: 15px; font-weight: 600; line-height: 1.55; }
.detail-metric__track { height: 7px; overflow: hidden; border-radius: 999px; background: #eeeaf6; }
.detail-metric__fill { width: var(--metric-progress); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,var(--metric-accent),#5fcdf4); }
.detail-content { padding: 120px 0 140px; background: #f4f7fa; }
.detail-background { max-width: 1120px; }
.detail-background__title { position: relative; }
.detail-background__title span,.detail-section-head span { color: #7a4ff2; font: 700 11px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .1em; }
.detail-background__title h2 { max-width: 820px; margin-top: 22px; font-size: clamp(38px,4.2vw,52px); line-height: 1.14; letter-spacing: -.035em; }
.detail-background__copy { min-height: 220px; margin-top: 42px; padding: 46px 58px 46px 78px; display: flex; align-items: center; position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.12); border-left: 6px solid #7a4ff2; border-radius: 0 14px 14px 0; background: #fff; box-shadow: 0 18px 48px rgba(32,29,58,.065); }
.detail-background__copy::before { content: "“"; position: absolute; left: 26px; top: 22px; color: rgba(122,79,242,.16); font: 700 66px/1 Georgia,serif; }
.detail-background__copy::after { content: "CONTEXT"; position: absolute; right: 22px; bottom: -7px; color: rgba(122,79,242,.045); font: 700 62px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: -.08em; }
.detail-background__copy p { max-width: 900px; position: relative; z-index: 1; color: #454063; font-size: 19px; line-height: 2; }
.detail-challenge-section,.detail-practice { margin-top: 112px; }
.detail-section-head { max-width: 820px; }
.detail-section-head h2 { margin-top: 22px; font-size: clamp(34px,4vw,48px); line-height: 1.15; letter-spacing: -.035em; }
.challenge-list { margin-top: 46px; display: grid; grid-template-columns: 1fr; gap: 14px; }
.challenge-row { min-height: 190px; padding: 0; display: grid; grid-template-columns: 1fr 76px 1fr; gap: 0; align-items: stretch; position: relative; overflow: hidden; border: 1px solid rgba(122,79,242,.13); border-radius: 14px; background: #fff; box-shadow: 0 16px 42px rgba(32,29,58,.065); }
.challenge-row > div { min-height: 190px; padding: 30px 34px; display: flex; justify-content: center; flex-direction: column; }
.challenge-row > div:first-child { background: #fff; }.challenge-row > div:last-child { background: linear-gradient(145deg,#efedff,#fff); }
.challenge-row span { color: var(--violet); font: 700 11px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .1em; }
.challenge-row p { margin-top: 18px; font-size: 16px; line-height: 1.8; }
.challenge-row i { width: 44px; height: 44px; display: grid; place-items: center; place-self: center; z-index: 2; border-radius: 50%; background: #7a4ff2; color: #fff; font: normal 20px/1 sans-serif; box-shadow: 0 10px 24px rgba(122,79,242,.22); }
.detail-sections { margin-top: 46px; display: grid; gap: 20px; }
.detail-section { min-height: 440px; padding: 18px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; align-items: stretch; overflow: hidden; border: 1px solid rgba(122,79,242,.12); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(32,29,58,.065); }
.detail-section > div { padding: 34px 28px; display: flex; justify-content: center; flex-direction: column; }
.detail-section:nth-child(even) > div { order: 2; }
.detail-section:nth-child(even) img { order: 1; }
.detail-section span { color: var(--violet); font: 700 12px ui-monospace,SFMono-Regular,Menlo,monospace; }
.detail-section h2 { margin-top: 26px; font-size: 36px; line-height: 1.15; letter-spacing: -.04em; }
.detail-section p { margin-top: 18px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.detail-section img { width: 100%; height: 100%; min-height: 402px; object-fit: cover; border-radius: 12px; }
.detail-root:not(.is-ready) .detail-hero__grid,.detail-root:not(.is-ready) .detail-results,.detail-root:not(.is-ready) .detail-content { opacity: .25; }

/* CTA, dialog, footer */
.contact-band { padding: 92px 0; background: #f5f4fe; color: var(--ink); }
.contact-band__inner { min-height: 270px; padding: 52px 58px; display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(122,79,242,.16); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 24px 70px rgba(32,29,58,.09); }
.contact-band__inner::before { content: ""; width: 6px; position: absolute; left: 0; top: 0; bottom: 0; background: linear-gradient(180deg,#7a4ff2,#55c3fa); }
.contact-band__inner::after { content: ""; width: 360px; height: 360px; position: absolute; right: -170px; top: -180px; z-index: -1; border: 1px solid rgba(122,79,242,.12); border-radius: 50%; box-shadow: 0 0 0 58px rgba(122,79,242,.025),0 0 0 116px rgba(122,79,242,.018); }
.contact-band h2 { max-width: 770px; font-size: clamp(34px,4vw,50px); line-height: 1.14; letter-spacing: -.03em; font-weight: 600; }
.contact-band p { margin-top: 16px; color: var(--muted); font-size: 15px; }
.contact-band .button { min-width: 156px; }
.contact-dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; position: fixed; inset: 0; overflow: auto; border: 0; border-radius: 16px; background: var(--paper); color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.contact-dialog::backdrop { background: rgba(5,7,10,.78); backdrop-filter: blur(8px); }
.contact-dialog__inner { padding: 38px; }
.dialog-close { width: 40px; height: 40px; float: right; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.contact-dialog h2 { max-width: 480px; font-size: 42px; line-height: 1.08; letter-spacing: -.05em; }
.contact-dialog > div > p { margin-top: 14px; color: var(--muted); line-height: 1.8; }
.contact-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 30px; }
.contact-option { min-height: 112px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; }
.contact-option span { display: block; color: var(--muted); font: 11px monospace; }
.contact-option strong { display: block; margin-top: 16px; font-size: 17px; }
.site-footer { padding: 0 0 32px; position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg,#17124f 0%,#2a1d86 62%,#4f34d8 100%); color: var(--white); }
.site-footer::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px); background-size: 48px 48px; }
.site-footer::after { content: ""; width: 560px; height: 560px; position: absolute; right: -300px; top: -330px; z-index: -1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.018),0 0 0 144px rgba(255,255,255,.012); }
.site-footer__cta { min-height: 300px; padding: 68px 0 58px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.14); }
.site-footer__cta .eyebrow { color: rgba(255,255,255,.68); }
.site-footer__cta .eyebrow::before { background: #6fcdf9; }
.site-footer__cta h2 { max-width: 820px; margin-top: 24px; font-size: clamp(38px,4.5vw,58px); line-height: 1.12; letter-spacing: -.04em; }
.site-footer__cta-button { margin-bottom: 6px; border-color: rgba(255,255,255,.35); background: #fff; color: #4f34d8; }
.site-footer__cta-button:hover { background: #e0e7ff; color: #17124f; }
.site-footer__top { padding-top: 46px; display: grid; grid-template-columns: minmax(260px,.75fr) minmax(590px,1.25fr); gap: 54px; align-items: end; }
.site-footer__brand img { height: 46px; width: auto; content: url("../images/logo-full-m-white.png"); filter: none; }
.site-footer__brand p { max-width: 390px; margin-top: 18px; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.8; }
.site-footer__links { display: grid; grid-template-columns: .85fr .75fr 1.4fr; gap: 10px; color: #fff; }
.footer-contact { min-width: 0; min-height: 88px; padding: 16px 18px; display: flex; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.055); transition: transform .25s ease,background .25s ease,border-color .25s ease; }
a.footer-contact:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); }
.footer-contact span { color: rgba(255,255,255,.48); font-size: 11px; }
.footer-contact strong { margin-top: 9px; overflow-wrap: anywhere; color: #fff; font-size: 14px; font-weight: 600; }
.site-footer__bottom { margin-top: 38px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font: 11px ui-monospace,SFMono-Regular,Menlo,monospace; }

/* Motion system */
.industry-rail__track { width: max-content; min-height: 70px; display: flex; align-items: center; animation: industry-flow 52s linear infinite; will-change: transform; }
.industry-rail__group { display: flex; align-items: center; gap: 12px; padding-right: 12px; }
.industry-rail__group span { min-width: 140px; height: 54px; padding: 0 16px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; font-size: 13px; white-space: nowrap; backdrop-filter: blur(8px); }
.industry-rail__group span::before { content: ""; width: 8px; height: 8px; margin-right: 10px; border: 2px solid #93c9f8; border-radius: 50%; box-shadow: 0 0 0 4px rgba(141,200,255,.1); }

.map-lines path { animation: map-dash 10s linear infinite; }
.map-lines path:nth-child(even) { animation-direction: reverse; animation-duration: 13s; }
.map-core::after { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(122,79,242,.18); border-radius: 50%; animation: core-pulse 3.2s ease-out infinite; }
.map-node { animation: node-float 5s ease-in-out infinite; }
.map-node--2 { animation-delay: -1.2s; }.map-node--3 { animation-delay: -2.6s; }.map-node--4 { animation-delay: -3.8s; }
.service-block { transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.service-block:hover { transform: translateY(-7px); border-color: rgba(122,79,242,.22); box-shadow: 0 30px 80px rgba(32,29,58,.12); }

.case-carousel { overflow: hidden; }
.case-carousel__track { display: flex; grid-template-columns: none; flex-wrap: nowrap; gap: 18px; transition: transform .68s cubic-bezier(.22,.75,.22,1); will-change: transform; }
.case-carousel__track .case-card { flex: 0 0 calc((100% - 36px) / 3); }
.case-carousel__controls { margin-top: 32px; display: flex; justify-content: space-between; align-items: center; }
.case-carousel__status { color: var(--muted); font: 12px monospace; letter-spacing: .12em; }
.case-carousel__controls > div { display: flex; gap: 8px; }
.case-carousel__controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.48); color: var(--ink); font-size: 18px; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.case-carousel__controls button:hover { background: var(--violet); color: #fff; transform: translateY(-2px); }

.partner-section { padding: 130px 0; overflow: hidden; background: #ffffff; color: var(--ink); }

.partner-section { padding: 130px 0; overflow: hidden; background: #ffffff; color: var(--ink); }
.partner-section .section-head { margin-bottom: 64px; }
.partner-marquee { display: grid; gap: 16px; }
.partner-marquee__row { width: max-content; display: flex; gap: 16px; animation: partner-flow 42s linear infinite; will-change: transform; }
.partner-marquee__row--reverse { animation-name: partner-flow-reverse; animation-duration: 48s; }
.partner-marquee__group { display: flex; gap: 16px; }
.partner-tile { width: 176px; height: 78px; display: grid; place-items: center; padding: 12px 16px; border: 1px solid #d5dadd; border-radius: 8px; background: #ffffff; box-shadow: 0 8px 24px rgba(32,29,58,.06); }
.partner-tile img { width: 100%; height: 100%; object-fit: contain; filter: none; opacity: 1; }
.partner-marquee:hover .partner-marquee__row { animation-play-state: paused; }

@keyframes industry-flow { to { transform: translateX(-50%); } }
@keyframes partner-flow { to { transform: translateX(calc(-50% - 8px)); } }
@keyframes partner-flow-reverse { from { transform: translateX(calc(-50% - 8px)); } to { transform: translateX(0); } }
@keyframes map-dash { to { stroke-dashoffset: -120; } }
@keyframes core-pulse { 0% { opacity: .6; transform: scale(.92); } 75%,100% { opacity: 0; transform: scale(1.22); } }
@keyframes node-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }

@media (max-width: 1024px) {
    .hero-v3__grid, .detail-hero__grid { grid-template-columns: 1fr; }
    .system-map { max-width: 650px; }
    .ops-visual { width: 100%; max-width: 650px; }
    .foundation-visual { width: 100%; max-width: 650px; }
    .problem-grid, .case-grid { grid-template-columns: repeat(2,1fr); }
    .case-carousel__track .case-card { flex-basis: calc((100% - 18px) / 2); }
    .capability-explorer { grid-template-columns: 300px minmax(0,1fr); }
    .capability-panel { padding: 42px; grid-template-columns: 1fr; gap: 34px; }
    .capability-visual { width: 270px; }
    .signal-band__grid { grid-template-columns: repeat(3,1fr); }
    .signal-band h2 { grid-column: 1 / -1; }
    .trust-head, .manifesto__grid, .values-layout, .growth-layout { grid-template-columns: 1fr; gap: 55px; }
    .trust-head > p { justify-self: start; }
    .growth-rings { max-width: 520px; }
    .detail-cover-wrap { max-width: 760px; }
    .site-footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .shell { width: min(calc(100% - 32px), var(--max)); }
    .eyebrow { gap: 9px; font-size: 10px; line-height: 1.55; letter-spacing: .1em; }
    .eyebrow::before { width: 22px; }
    .button { min-height: 48px; padding: 0 16px; font-size: 13px; }

    /* Mobile header and navigation */
    .site-header { height: 68px; }
    .brand img { height: 34px; width: auto; content: url("../images/logo-full-m.png"); }
    .nav-toggle { width: 46px; height: 46px; display: block; }
    .site-nav { display: none; position: absolute; left: 16px; right: 16px; top: 76px; padding: 10px 18px 18px; align-items: stretch; flex-direction: column; gap: 14px; border: 1px solid rgba(122,79,242,.14); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(32,29,58,.16); }
    .site-header.nav-open .site-nav { display: flex; }
    .site-nav__links { flex-direction: column; align-items: stretch; gap: 0; }
    .site-nav__links a { min-height: 48px; padding: 0 4px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
    .site-nav .button { width: 100%; }

    /* Shared mobile typography and rhythm */
    .section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 30px; }
    .section-head__title .eyebrow { margin-bottom: 17px; }
    .section-head h2 { font-size: 34px; line-height: 1.14; letter-spacing: -.035em; }
    .section-head p { justify-self: start; font-size: 14px; line-height: 1.75; }
    .problem-section, .service-section, .process-section, .case-section, .trust-section, .manifesto, .values-section, .timeline-section { padding: 68px 0; }

    /* Mobile home hero */
    .hero-v3 { min-height: 0; padding: 104px 0 56px; }
    .hero-v3__grid { grid-template-columns: 1fr; gap: 28px; }
    .hero-v3 .eyebrow { max-width: 100%; letter-spacing: .055em; }
    .hero-v3 h1 { max-width: 100%; margin-top: 22px; font-size: clamp(32px, 10vw, 42px); line-height: 1.07; letter-spacing: -.045em; }
    .hero-v3__copy { margin-top: 20px; font-size: 14px; line-height: 1.8; }
    .hero-v3__actions { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .hero-v3__actions .button { min-width: 0; padding-inline: 10px; font-size: 12px; }
    .hero-v3__proof { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid rgba(122,79,242,.13); border-bottom: 1px solid rgba(122,79,242,.13); }
    .hero-v3__proof li { min-width: 0; padding: 14px 7px; text-align: center; }
    .hero-v3__proof li + li { border-left: 1px solid rgba(122,79,242,.13); }
    .hero-v3__proof strong { font-size: 22px; }
    .hero-v3__proof span { display: block; margin-top: 3px; font-size: 9px; line-height: 1.35; }
    .system-map { aspect-ratio: 1 / 1.06; }
    .ops-visual { min-height: 510px; }
    .ops-window { inset: 0 0 38px; }
    .ops-window__bar { grid-template-columns: 1fr auto; }
    .ops-window__bar > span:not(.ops-live) { display: none; }
    .ops-window__body { grid-template-columns: 1fr; grid-template-rows: 112px 1fr; }
    .ops-flow { padding: 11px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; border-right: 0; border-bottom: 1px solid #e5e7eb; }
    .ops-label { grid-column: 1 / -1; margin-bottom: 3px; }
    .flow-step { min-height: 50px; display: flex; align-items: center; flex-direction: column; gap: 4px; text-align: center; }
    .flow-step span { padding-top: 0; font-size: 9px; }
    .flow-step i { display: none; }
    .ops-dashboard { padding: 11px; gap: 9px; }
    .ops-metrics > div { padding: 8px; }
    .ops-metrics strong { font-size: 15px; }
    .trend-panel { min-height: 150px; }
    .integration-row b:nth-of-type(n+4) { display: none; }
    .ops-scan { left: 0; }
    .ops-toast { right: 0; }
    .foundation-visual { min-height: 430px; }
    .layer-label { min-width: 137px; padding: 8px 9px; gap: 2px; }
    .layer-label span { font-size: 9px; }
    .layer-label strong { font-size: 12px; }
    .layer-label em { font-size: 8px; }
    .layer-label--top { right: 0; top: 15%; }
    .layer-label--middle { right: -1%; top: 42%; }
    .layer-label--bottom { left: 0; bottom: 17%; }
    .system-chip { min-width: 36px; height: 24px; font-size: 8px; }
    .system-chip--oa,.system-chip--api { display: none; }
    .system-chip--crm { left: 1%; top: 13%; }
    .system-chip--erp { right: 5%; top: 2%; }
    .system-chip--bi { right: 1%; bottom: 20%; }
    .foundation-status { min-width: 250px; height: 50px; bottom: 0; }
    .foundation-status span,.foundation-status strong { font-size: 10px; }

    /* Mobile industry rail */
    .industry-rail { min-height: 0; padding: 20px 0; }
    .industry-rail__layout { min-height: 0; grid-template-columns: 1fr; gap: 10px; }
    .industry-rail__title { height: 46px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
    .industry-rail__title strong { font-size: 17px; }
    .industry-rail__track { min-height: 50px; }
    .industry-rail__group { gap: 8px; padding-right: 8px; }
    .industry-rail__group span { min-width: 116px; height: 43px; padding-inline: 12px; font-size: 11px; }
    .industry-rail__inner { padding: 14px 0; flex-wrap: wrap; justify-content: flex-start; }

    /* Mobile pain points */
    .problem-section { padding: 64px 0 70px; }
    .problem-section .section-head { margin-bottom: 30px; }
    .problem-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .problem-grid::before { display: none; }
    .problem-card, .problem-card:nth-child(2), .problem-card:nth-child(5) { min-height: 168px; margin-top: 0; padding: 16px 15px; border-radius: 11px; }
    .problem-card::before { right: 10px; top: 5px; font-size: 54px; }
    .problem-card::after { top: 18px; bottom: 18px; }
    .problem-card span { gap: 6px; font-size: 9px; letter-spacing: .06em; }
    .problem-card span::before { width: 13px; }
    .problem-card h3 { margin-top: 24px; font-size: 16px; line-height: 1.42; }
    .problem-card p { margin-top: 8px; font-size: 11px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

    /* Mobile capability explorer */
    .capability-explorer { min-height: 0; grid-template-columns: 1fr; border-radius: 14px; }
    .capability-explorer__nav { padding: 8px; display: flex; align-content: initial; gap: 6px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
    .capability-explorer__nav::-webkit-scrollbar { display: none; }
    .capability-tab { min-width: 146px; min-height: 70px; padding: 12px; flex: 0 0 auto; grid-template-columns: 26px 1fr; gap: 2px 8px; scroll-snap-align: start; }
    .capability-tab span { font-size: 10px; }
    .capability-tab strong { font-size: 13px; }
    .capability-tab small { font-size: 8px; letter-spacing: .08em; }
    .capability-tab.is-active { transform: none; }
    .capability-panel { min-height: 0; padding: 24px 18px 28px; grid-template-columns: 1fr; gap: 26px; }
    .capability-panel__meta { gap: 8px; }
    .capability-panel__meta span { font-size: 9px; }
    .capability-panel__meta em { padding: 5px 8px; font-size: 10px; }
    .capability-panel h3 { margin-top: 20px; font-size: 30px; line-height: 1.13; }
    .capability-panel__copy > p { margin-top: 16px; font-size: 13px; line-height: 1.75; }
    .capability-panel ul { margin-top: 20px; gap: 6px; }
    .capability-panel li { padding: 7px 9px; font-size: 10px; }
    .capability-visual { width: 210px; }
    .capability-visual strong { min-width: 82px; height: 82px; font-size: 16px; }
    .capability-visual span { min-width: 70px; padding: 8px; font-size: 10px; }
    .capability-visual span:nth-child(1) { left: -5px; top: 46px; }
    .capability-visual span:nth-child(2) { right: -5px; top: 58px; }

    /* Mobile proof data */
    .signal-band { padding: 38px 0; }
    .signal-band__grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
    .signal-band h2 { grid-column: 1 / -1; padding: 0 0 17px; font-size: 27px; line-height: 1.2; }
    .signal-band h2::before { width: 3px; margin-right: 13px; }
    .signal-stat { min-height: 94px; padding: 14px 10px; }
    .signal-stat strong { font-size: 31px; }
    .signal-stat span { margin-top: 9px; font-size: 9px; line-height: 1.35; }

    /* Mobile cases and partners */
    .case-section { padding: 68px 0 72px; }
    .case-carousel__track .case-card { flex-basis: 100%; }
    .case-card__media { aspect-ratio: 1.45 / 1; }
    .case-card h3 { margin-top: 18px; font-size: 20px; }
    .case-card p { margin-top: 9px; font-size: 12px; line-height: 1.7; }
    .case-card__action { padding-top: 16px; }
    .case-carousel__controls { margin-top: 24px; }
    .case-carousel__controls button { width: 44px; height: 44px; }
    .partner-section { padding: 68px 0; }
    .partner-section .section-head { margin-bottom: 34px; }
    .partner-marquee { gap: 10px; }
    .partner-marquee__row,.partner-marquee__group { gap: 10px; }
    .partner-tile { width: 128px; height: 58px; padding: 10px 13px; }
    .partner-marquee:hover .partner-marquee__row { animation-play-state: running; }

    /* Mobile trust cards */
    .trust-head { grid-template-columns: 1fr; gap: 18px; }
    .trust-head .eyebrow { margin-bottom: 17px; }
    .trust-statement { font-size: 34px; line-height: 1.14; }
    .trust-head > p { font-size: 14px; line-height: 1.75; }
    .trust-list { margin-top: 32px; grid-template-columns: 1fr; gap: 10px; }
    .trust-list article { min-height: 152px; padding: 20px; display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: center; }
    .trust-list article::after { left: 20px; right: 20px; }
    .trust-list article > div { margin-top: 0; }
    .trust-list h3 { font-size: 20px; }
    .trust-list p { margin-top: 7px; font-size: 12px; line-height: 1.7; }

    /* Mobile case library */
    .page-hero { min-height: 0; padding: 108px 0 58px; }
    .page-hero--compact { padding: 104px 0 50px; }
    .page-hero h1,.page-hero--compact h1 { margin-top: 18px; font-size: 38px; line-height: 1.1; }
    .page-hero p,.page-hero--compact p { margin-top: 18px; font-size: 14px; line-height: 1.75; }
    .page-hero::after,.page-hero--compact::after { right: -8px; bottom: -18px; font-size: 92px; }
    .library-section { padding: 58px 0 76px; }
    .library-section--top { padding-top: 104px; }
    .library-toolbar { margin-bottom: 28px; }
    .filter-list { width: calc(100% + 16px); padding: 0 16px 10px 0; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
    .filter-list::-webkit-scrollbar { display: none; }
    .filter-chip { min-height: 38px; padding: 0 14px; flex: 0 0 auto; font-size: 12px; }
    .case-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 10px; }
    .library-section .case-card__link { padding-bottom: 18px; }
    .library-section .case-card__media { aspect-ratio: 1.16 / 1; border-radius: 9px; }
    .library-section .case-card__meta { inset: auto 9px 9px; }
    .library-section .case-card__meta span { min-height: 27px; padding: 0 9px; font-size: 9px; }
    .library-section .case-card h3 { margin-top: 13px; font-size: 16px; line-height: 1.42; }
    .library-section .case-card p { margin-top: 7px; font-size: 11px; line-height: 1.6; -webkit-line-clamp: 3; }
    .library-section .case-card__action { padding-top: 12px; font-size: 11px; }
    .data-message { padding: 32px 16px; }

    /* Mobile about page */
    .manifesto__grid { grid-template-columns: 1fr; gap: 12px; }
    .manifesto__statement { min-height: 315px; padding: 26px; border-radius: 14px; }
    .manifesto__lead { font-size: 30px; line-height: 1.15; }
    .manifesto__statement > p { margin-top: 18px; font-size: 13px; line-height: 1.7; }
    .manifesto__copy { gap: 10px; }
    .manifesto__copy article { padding: 18px 19px; }
    .manifesto__copy article::after { top: 18px; bottom: 18px; }
    .manifesto__copy p { margin-top: 9px; font-size: 12px; line-height: 1.7; }
    .about-numbers { margin-top: 12px; grid-template-columns: repeat(2,1fr); gap: 10px; }
    .about-number,.about-number:nth-child(2),.about-number:nth-child(4) { min-height: 104px; margin: 0; padding: 16px; transform: none; }
    .about-number strong { font-size: 34px; }
    .about-number span { margin-top: 6px; font-size: 10px; }
    .values-layout { grid-template-columns: 1fr; gap: 30px; }
    .values-intro h2 { margin-top: 20px; font-size: 34px; }
    .values-intro p { margin-top: 17px; font-size: 13px; line-height: 1.75; }
    .values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .value-card { min-height: 182px; padding: 18px 16px; grid-template-columns: 1fr; gap: 15px; align-items: start; }
    .value-card span { width: 38px; height: 38px; font-size: 11px; }
    .value-card h3 { font-size: 18px; }
    .value-card p { margin-top: 7px; font-size: 11px; line-height: 1.65; }
    .growth-layout { grid-template-columns: 1fr; gap: 34px; }
    .growth-rings { max-width: 310px; }
    .growth-rings__core { width: 88px; height: 88px; }
    .growth-rings__core strong { font-size: 21px; }
    .growth-year { padding: 6px 9px; font-size: 9px; }
    .growth-story h2 { margin-top: 19px; font-size: 34px; }
    .growth-story__intro { margin-top: 16px; font-size: 13px; line-height: 1.75; }
    .timeline { margin-top: 28px; grid-template-columns: 1fr; }
    .timeline::before { left: 28px; }
    .timeline article,.timeline article + article { padding: 0 0 18px; grid-template-columns: 58px 1fr; gap: 13px; border: 0; }
    .timeline time { width: 58px; font-size: 10px; }
    .timeline time::after { left: 24px; }
    .timeline article > div { padding-bottom: 17px; }
    .timeline h3 { font-size: 17px; }
    .timeline p { margin-top: 6px; font-size: 11px; line-height: 1.65; }

    /* Mobile case detail */
    .detail-hero { min-height: 0; padding: 104px 0 56px; }
    .detail-hero__grid { grid-template-columns: 1fr; gap: 30px; }
    .detail-hero__meta { margin-bottom: 26px; gap: 12px; }
    .back-link { font-size: 12px; }
    .detail-industry { min-height: 32px; padding-inline: 12px; font-size: 10px; }
    .detail-hero h1 { margin-top: 16px; font-size: 38px; line-height: 1.1; }
    .detail-summary { margin-top: 18px; font-size: 14px; line-height: 1.8; }
    .detail-hero__note { margin-top: 22px; font-size: 11px; }
    .detail-cover-wrap { min-height: 0; padding: 10px; border-radius: 14px; }
    .detail-cover { min-height: 0; height: auto; aspect-ratio: 1.34 / 1; border-radius: 9px; }
    .detail-cover__label { min-width: 150px; left: 20px; bottom: 20px; padding: 10px 12px; }
    .detail-results { padding: 68px 0 72px; }
    .detail-results__head { grid-template-columns: 1fr; gap: 14px; }
    .detail-results__head h2 { margin-top: 17px; font-size: 34px; }
    .detail-results__head > p { justify-self: start; font-size: 14px; line-height: 1.75; }
    .detail-metrics { margin-top: 30px; grid-template-columns: 1fr; gap: 10px; }
    .detail-metric { min-height: 148px; padding: 20px; grid-template-rows: auto 1fr auto; }
    .detail-metric__result strong { font-size: 42px; }
    .detail-metric__result p { margin-top: 9px; font-size: 13px; }
    .detail-metric__track { height: 5px; }
    .detail-content { padding: 68px 0 80px; }
    .detail-background__title h2 { margin-top: 17px; font-size: 34px; }
    .detail-background__copy { min-height: 0; margin-top: 28px; padding: 28px 20px 28px 35px; border-left-width: 4px; }
    .detail-background__copy::before { left: 10px; top: 14px; font-size: 45px; }
    .detail-background__copy::after { right: 10px; font-size: 38px; }
    .detail-background__copy p { font-size: 14px; line-height: 1.85; }
    .detail-challenge-section,.detail-practice { margin-top: 72px; }
    .detail-section-head h2 { margin-top: 17px; font-size: 32px; }
    .challenge-list,.detail-sections { margin-top: 28px; }
    .challenge-row { min-height: 0; grid-template-columns: 1fr; }
    .challenge-row > div { min-height: 0; padding: 22px 20px; }
    .challenge-row p { margin-top: 11px; font-size: 14px; line-height: 1.7; }
    .challenge-row i { width: 34px; height: 34px; margin-block: -12px; transform: rotate(90deg); font-size: 16px; }
    .detail-sections { gap: 12px; }
    .detail-section { min-height: 0; padding: 10px; grid-template-columns: 1fr; gap: 0; border-radius: 14px; }
    .detail-section:nth-child(even) > div,.detail-section:nth-child(even) img { order: initial; }
    .detail-section > div { padding: 22px 16px 24px; }
    .detail-section h2 { margin-top: 16px; font-size: 28px; }
    .detail-section p { margin-top: 13px; font-size: 13px; line-height: 1.75; }
    .detail-section img { min-height: 0; height: auto; aspect-ratio: 1.34 / 1; border-radius: 9px; }

    /* Mobile contact surfaces and footer */
    .contact-band { padding: 54px 0; }
    .contact-band__inner { min-height: 0; padding: 28px 22px; grid-template-columns: 1fr; gap: 22px; border-radius: 14px; }
    .contact-band h2 { font-size: 30px; }
    .contact-band p { font-size: 13px; line-height: 1.7; }
    .contact-band .button { width: 100%; }
    .contact-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 16px; }
    .contact-dialog__inner { padding: 22px; }
    .contact-dialog h2 { max-width: 270px; font-size: 29px; line-height: 1.12; }
    .contact-dialog > div > p { font-size: 13px; line-height: 1.65; }
    .contact-options { margin-top: 22px; grid-template-columns: 1fr; gap: 8px; }
    .contact-option { min-height: 76px; padding: 14px 16px; }
    .contact-option strong { margin-top: 9px; font-size: 14px; }
    .site-footer { padding-bottom: 24px; }
    .site-footer__cta { min-height: 0; padding: 44px 0 36px; grid-template-columns: 1fr; gap: 24px; align-items: start; }
    .site-footer__cta h2 { margin-top: 18px; font-size: 32px; line-height: 1.14; }
    .site-footer__cta-button { justify-self: start; margin: 0; }
    .site-footer__top { padding-top: 32px; grid-template-columns: 1fr; gap: 30px; }
    .site-footer__brand img { height: 38px; width: auto; content: url("../images/logo-full-m-white.png"); }
    .site-footer__brand p { margin-top: 14px; font-size: 12px; line-height: 1.7; }
    .site-footer__links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .footer-contact { min-height: 72px; padding: 13px 14px; }
    .footer-contact:last-child { grid-column: 1 / -1; }
    .footer-contact span { font-size: 10px; }
    .footer-contact strong { margin-top: 7px; font-size: 13px; }
    .site-footer__bottom { margin-top: 26px; padding-top: 18px; align-items: flex-start; flex-direction: column; gap: 8px; font-size: 9px; }
}

@media (max-width: 360px) {
    .shell { width: calc(100% - 28px); }
    .hero-v3 h1 { font-size: 34px; }
    .hero-v3__actions { grid-template-columns: 1fr; }
    .problem-grid,.values-grid,.case-grid { grid-template-columns: 1fr; }
    .problem-card, .problem-card:nth-child(2), .problem-card:nth-child(5) { min-height: 145px; }
    .library-section .case-card__media { aspect-ratio: 1.42 / 1; }
    .page-hero h1,.page-hero--compact h1,.detail-hero h1 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .industry-rail__track, .partner-marquee__row, .map-lines path, .map-core::after, .map-node, .capability-panel, .capability-visual::before { animation: none !important; }
}
