@import url("./ecosystem-map.css");

.is-story-embed>.skip-link,.is-story-embed>.page-header,.is-story-embed>.page-footer{display:none!important}
.is-story-embed main{padding-top:0!important}
@font-face { font-family: "Onest"; src: url("../fonts/onest/onest-cyrillic.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 100 900; }

:root {
  color-scheme: dark;
  --bg: #020308;
  --surface: rgba(12, 17, 27, .82);
  --surface-solid: #0a0e17;
  --line: rgba(255,255,255,.11);
  --gold-line: rgba(239,202,113,.34);
  --gold: #f2d48d;
  --gold-bright: #fff0b7;
  --text: #f7f4ed;
  --muted: #9ca3b1;
  --max: 1180px;
  --safe: max(18px, env(safe-area-inset-top));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: "Onest", "Segoe UI Variable", "Segoe UI", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 15% 8%, rgba(56,89,108,.16), transparent 30rem), radial-gradient(circle at 85% 32%, rgba(139,92,39,.12), transparent 28rem), linear-gradient(#020308, #050914 56%, #020308); content: ""; }
body::after { position: fixed; z-index: -1; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.32) 0 1px, transparent 1.3px); background-size: 112px 112px; content: ""; opacity: .08; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.wrap { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); border-radius: 999px; background: var(--gold-bright); color: #181107; font-weight: 800; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.page-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(2,3,8,.78); backdrop-filter: blur(18px); }
.page-nav { min-height: 68px; display: flex; align-items: center; gap: 18px; }
.page-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.page-brand img { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.page-brand__mark { position: relative; display: grid !important; width: 36px; height: 36px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: #05070b; box-shadow: 0 0 20px rgba(239,202,113,.08); }
.page-brand__mark video { width: 100%; height: 100%; object-fit: cover; }
.page-brand span { display: grid; font-size: 12px; font-weight: 850; letter-spacing: .13em; line-height: 1.05; }
.page-brand small { margin-top: 3px; color: rgba(255,255,255,.46); font-size: 6px; }
.nav-toggle { display: grid; width: 40px; height: 40px; margin-left: auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); color: var(--text); cursor: pointer; }
.nav-toggle::before { width: 15px; height: 9px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ""; }
.page-links { position: fixed; z-index: 29; top: 69px; right: 12px; left: 12px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,10,17,.97); box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.page-links.is-open { display: grid; }
.page-links a { padding: 13px 12px; border-radius: 10px; color: #c8cbd2; font-size: 12px; text-decoration: none; }
.page-links a[aria-current="page"] { background: rgba(239,202,113,.08); color: var(--gold-bright); }
.page-links .nav-cta { background: var(--gold-bright); color: #171006; font-weight: 800; text-align: center; }

@media (max-width: 759px) {
  .page-links { top: 68px; right: 10px; left: 10px; gap: 6px; max-height: calc(100dvh - 80px); overflow-y: auto; padding: 12px; border-radius: 22px; background: linear-gradient(155deg, rgba(11,15,23,.985), rgba(3,5,10,.99)); box-shadow: 0 30px 90px rgba(0,0,0,.64); }
  .page-links.is-open { display: grid; animation: nav-sheet-in .24s ease both; }
  .page-links a { position: relative; min-height: 52px; display: grid; grid-template-columns: minmax(0,1fr) 24px; align-items: center; padding: 12px 13px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(255,255,255,.018); color: #d7d9df; font-size: 12px; font-weight: 720; }
  .page-links a::after { justify-self: end; color: #f2d48d; font-size: 13px; content: "↗︎"; }
  .page-links a[aria-current="page"] { border-color: rgba(239,202,113,.3); background: linear-gradient(112deg, rgba(239,202,113,.1), rgba(255,255,255,.025)); }
  .page-links .nav-cta { min-height: 56px; margin-top: 4px; background: linear-gradient(105deg,#e3b851,#fff0b7 48%,#d99b31); background-size: 200% 100%; animation: action-signal 5s ease-in-out infinite; }
  .page-links .nav-cta::after { color: #171006; }
  .nav-toggle[aria-expanded="true"] { border-color: rgba(255,230,165,.52); color: #fff0b7; box-shadow: 0 0 24px rgba(239,202,113,.12); }
  .nav-toggle[aria-expanded="true"]::before { height: 14px; border: 0; background: linear-gradient(currentColor,currentColor) center/15px 1px no-repeat; transform: rotate(45deg); box-shadow: none; }
  .nav-toggle[aria-expanded="true"]::after { position: absolute; width: 15px; height: 1px; background: currentColor; transform: rotate(-45deg); content: ""; }
  body.is-nav-open { overscroll-behavior: none; }
}

@keyframes nav-sheet-in { from { transform: translateY(-10px) scale(.985); opacity: 0; } to { transform: none; opacity: 1; } }

.page-hero { min-height: min(760px, calc(100svh - 68px)); display: grid; align-items: center; padding: 84px 0 64px; }
.hero-grid { display: grid; gap: 32px; align-items: center; }
.hero-grid > *, .card-grid > *, .proof-flow > *, .proof-montage > * { min-width: 0; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 12vw, 96px); font-weight: 360; line-height: .94; letter-spacing: -.055em; }
.page-hero h1 em, .section-head h2 em { color: var(--gold-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 720px; margin: 20px 0 0; color: #b2b7c2; font-size: clamp(16px, 4vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { position: relative; display: inline-flex; min-height: 50px; align-items: center; justify-content: center; overflow: hidden; padding: 12px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: linear-gradient(115deg, rgba(255,255,255,.035) 15%, rgba(242,212,141,.12) 44%, rgba(255,255,255,.035) 74%); background-size: 220% 100%; color: var(--text); box-shadow: inset 0 1px rgba(255,255,255,.05); font-size: 12px; font-weight: 800; text-decoration: none; animation: action-signal 5.8s ease-in-out infinite; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button::after { position: absolute; inset: 1px; border: 1px solid rgba(255,255,255,.04); border-radius: 11px; content: ""; pointer-events: none; }
.button:active { transform: scale(.975); border-color: rgba(255,238,183,.55); box-shadow: 0 0 26px rgba(239,202,113,.12); }
.button--gold { border-color: rgba(255,236,174,.75); background: linear-gradient(112deg, #e5bb5d 5%, #fff1b7 38%, #d59c32 64%, #ffe7a1 92%); background-size: 220% 100%; color: #181107; box-shadow: 0 10px 32px rgba(211,155,49,.16), inset 0 1px rgba(255,255,255,.65); }
@keyframes action-signal { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
.hero-orbit { position: relative; width: min(82vw, 440px); aspect-ratio: 1; margin: 0 auto; }
.hero-orbit::before, .hero-orbit::after { position: absolute; inset: 10%; border: 1px solid rgba(239,202,113,.18); border-radius: 50%; content: ""; transform: rotate(-18deg) scaleY(.56); }
.hero-orbit::after { inset: 22%; border-color: rgba(132,173,193,.22); transform: rotate(25deg) scaleY(.7); }
.hero-orbit__core { position: absolute; top: 50%; left: 50%; display: grid; width: 45%; aspect-ratio: 1; transform: translate(-50%,-50%); place-items: center; overflow: hidden; border: 1px solid rgba(239,202,113,.38); border-radius: 50%; background: radial-gradient(circle at 35% 28%, #8b704c, #17202a 18%, #05080d 65%); box-shadow: inset -20px -18px 40px #010204, 0 0 80px rgba(215,158,71,.16); }
.hero-orbit__core img { width: 48%; border-radius: 50%; opacity: .9; }
.hero-orbit i { position: absolute; width: 10px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); box-shadow: 0 0 20px var(--gold); }
.hero-orbit i:nth-of-type(1) { top: 21%; left: 11%; }
.hero-orbit i:nth-of-type(2) { top: 16%; right: 20%; background: #7ba1b3; }
.hero-orbit i:nth-of-type(3) { right: 10%; bottom: 30%; background: #7c9d88; }
.hero-orbit i:nth-of-type(4) { bottom: 14%; left: 30%; background: #9b87a8; }

.page-section { padding: 78px 0; scroll-margin-top: 78px; }
.section-head { display: grid; gap: 12px; margin-bottom: 30px; }
.section-head h2 { max-width: 900px; margin: 0; font-size: clamp(34px, 8vw, 68px); font-weight: 380; line-height: .98; letter-spacing: -.045em; }
.section-head > p:last-child { max-width: 680px; margin: 0; color: var(--muted); }
.card-grid { display: grid; gap: 12px; }
.card { position: relative; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(20,27,38,.88), rgba(7,10,16,.84)); }
.card::after { position: absolute; right: -45px; bottom: -65px; width: 170px; aspect-ratio: 1; border: 1px solid rgba(239,202,113,.12); border-radius: 50%; content: ""; }
.card small { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.card h3 { margin: 10px 0 8px; font-size: clamp(22px, 5vw, 32px); font-weight: 500; line-height: 1.05; }
.card p { margin: 0; color: #a8afba; font-size: 13px; }
.card a { position: relative; z-index: 1; display: inline-block; margin-top: 18px; color: var(--gold-bright); font-size: 11px; font-weight: 800; text-decoration: none; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.tag-list span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #b8bdc7; font-size: 9px; }

.process { display: grid; gap: 10px; counter-reset: process; }
.process article { counter-increment: process; display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(10,14,23,.72); }
.process article::before { color: var(--gold); font-size: 10px; font-weight: 900; content: "0" counter(process); }
.process h3 { margin: 0 0 5px; font-size: 18px; }
.process p { margin: 0; color: var(--muted); font-size: 12px; }

.case-grid { display: grid; gap: 14px; }
.case-card { display: grid; min-height: 390px; align-content: end; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #080c14; color: var(--text); text-decoration: none; }
.case-card__media { position: relative; min-height: 215px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(99,139,159,.2), transparent 46%), #05080d; }
.case-card__media img { width: 100%; height: 100%; min-height: 215px; object-fit: cover; }
.case-card__media--logo { display: grid; place-items: center; }
.case-card__media--logo img { width: 42%; height: auto; min-height: 0; border-radius: 18px; object-fit: contain; }
.case-card__body { padding: 20px; }
.case-card__body small { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.case-card__body h3 { margin: 8px 0 8px; font-size: 25px; line-height: 1.05; }
.case-card__body p { margin: 0; color: var(--muted); font-size: 12px; }
.case-card__body span { display: inline-block; margin-top: 16px; color: var(--gold-bright); font-size: 11px; font-weight: 800; }

.proof-flow { display: grid; gap: 10px; }
.proof-flow article { min-height: 180px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(9,13,21,.82); }
.proof-flow small { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.proof-flow strong { display: block; margin-top: 12px; font-size: 21px; line-height: 1.1; }
.proof-flow p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.evidence-panel { margin-top: 14px; padding: 18px; border-left: 2px solid var(--gold); border-radius: 0 14px 14px 0; background: rgba(239,202,113,.055); color: #bbc0c9; font-size: 12px; }
.proof-montage { display: grid; gap: 10px; }
.proof-montage figure { position: relative; min-height: 240px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #070a11; }
.proof-montage img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.proof-montage figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(4,6,10,.8); color: #d6d8dd; font-size: 10px; backdrop-filter: blur(10px); }
.deep-story { margin-top: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.deep-story summary { display: grid; gap: 4px; padding: 17px; cursor: pointer; list-style: none; }
.deep-story summary::-webkit-details-marker { display: none; }
.deep-story summary strong { color: var(--gold-bright); font-size: 13px; }
.deep-story summary span { color: var(--muted); font-size: 10px; }
.deep-story__body { padding: 0 17px 17px; color: #aeb4bf; font-size: 13px; }
.deep-story__body h3 { margin: 22px 0 8px; color: var(--text); font-size: 20px; }

.case-screen { position: relative; width: 100%; max-width: 100%; min-width: 0; margin: 0; }
.case-screen__frame { position: relative; display: grid; width: 100%; max-width: 100%; min-width: 0; min-height: 260px; place-items: center; overflow: hidden; border: 1px solid var(--gold-line); border-radius: 22px; background: radial-gradient(circle at 70% 20%, rgba(239,202,113,.12), transparent 36%), #060910; box-shadow: 0 28px 80px rgba(0,0,0,.38); }
.case-screen__frame::before { position: absolute; z-index: 2; top: 12px; right: 12px; width: 7px; aspect-ratio: 1; border-radius: 50%; background: #e8c779; box-shadow: 0 0 18px rgba(232,199,121,.8); content: ""; }
.case-screen img { width: 100%; max-width: 100%; min-width: 0; height: auto; max-height: 560px; object-fit: contain; }
.case-screen--portrait { width: min(100%, 360px); margin-inline: auto; }
.case-screen--portrait img { max-height: 620px; }
.case-screen__stamp { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(3,5,9,.82); color: var(--gold-bright); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(10px); }
.case-screen figcaption { margin-top: 10px; color: #8e95a2; font-size: 10px; }
.case-screen--restricted img { filter: blur(10px) saturate(.55); transform: scale(1.08); }
.privacy-shield { position: absolute; z-index: 4; inset: 50% auto auto 50%; width: min(82%, 320px); padding: 18px; transform: translate(-50%,-50%); border: 1px solid var(--gold-line); border-radius: 16px; background: rgba(5,8,13,.92); text-align: center; backdrop-filter: blur(18px); }
.privacy-shield strong { display: block; color: var(--gold-bright); font-size: 15px; }
.privacy-shield span { display: block; margin-top: 7px; color: #aab0ba; font-size: 10px; }

.module-strip { display: flex; gap: 8px; margin-top: 20px; overflow-x: auto; padding: 0 0 8px; scrollbar-width: none; }
.module-strip::-webkit-scrollbar { display: none; }
.module-strip span { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: #bcc1ca; font-size: 9px; }

.signal-board { position: relative; min-height: 370px; padding: 24px 18px; overflow: hidden; border: 1px solid var(--gold-line); border-radius: 24px; background: radial-gradient(circle at 50% 0, rgba(89,137,158,.16), transparent 42%), linear-gradient(160deg, #0b111b, #03050a 70%); }
.signal-board::before { position: absolute; inset: 24% -18%; border: 1px solid rgba(239,202,113,.13); border-radius: 50%; content: ""; transform: rotate(-10deg) scaleY(.36); }
.signal-board__title { position: relative; z-index: 1; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.signal-route { position: relative; z-index: 1; display: grid; gap: 12px; margin-top: 28px; }
.signal-route article { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(5,8,13,.82); }
.signal-route article:not(:last-child)::after { position: absolute; bottom: -13px; left: 33px; width: 1px; height: 13px; background: linear-gradient(var(--gold), transparent); content: ""; }
.signal-route b { display: grid; width: 40px; aspect-ratio: 1; place-items: center; border: 1px solid var(--gold-line); border-radius: 50%; color: var(--gold-bright); font-size: 10px; }
.signal-route strong { display: block; font-size: 14px; }
.signal-route small { display: block; margin-top: 4px; color: #8f97a4; font-size: 9px; }
.case-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 18px; }
.case-metrics article { padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(5,8,13,.82); }
.case-metrics strong { display: block; color: var(--gold-bright); font-size: 22px; line-height: 1; }
.case-metrics span { display: block; margin-top: 6px; color: #9097a3; font-size: 8px; }
.case-disclaimer { margin-top: 12px; color: #747d8b; font-size: 9px; }

.case-hero--kongsize { position: relative; overflow: hidden; }
.case-hero--kongsize::before { position: absolute; z-index: -1; inset: 35% -25% -15% 18%; background: radial-gradient(circle at 64% 30%, rgba(181,226,255,.12), transparent 28%), radial-gradient(circle at 45% 75%, rgba(242,212,141,.12), transparent 35%); content: ""; }
.case-card--live { border-color: rgba(177,235,255,.16); box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.case-card--live .case-card__media { max-height: 460px; }
.case-card--live .case-card__media::after { position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent,#080c14); content: ""; pointer-events: none; }

.case-journey { position: relative; overflow: hidden; }
.case-journey--kongsize::before { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 70% 18%,rgba(239,202,113,.08),transparent 30%),linear-gradient(#020308,#050811 55%,#020308); content: ""; }
.case-journey--kongsize::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(#020308 0,transparent 22%,rgba(2,3,8,.8) 70%,#020308 100%); content: ""; }
.case-journey__rail { position: relative; display: grid; gap: 34px; padding-left: 30px; }
.case-journey__rail::before { position: absolute; top: 10px; bottom: 10px; left: 9px; width: 1px; background: linear-gradient(var(--gold-bright),rgba(121,180,207,.55),rgba(255,255,255,.08)); content: ""; }
.case-journey__rail article { position: relative; min-height: 178px; padding: 4px 0 24px; }
.case-journey__rail article::before { position: absolute; top: 6px; left: -26px; width: 10px; height: 10px; border: 1px solid var(--gold-bright); border-radius: 50%; background: #070a10; box-shadow: 0 0 18px rgba(242,212,141,.55); content: ""; }
.case-journey__rail small { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.case-journey__rail strong { display: block; max-width: 670px; margin-top: 12px; font-size: clamp(24px,7vw,46px); font-weight: 520; line-height: 1.04; }
.case-journey__rail p { max-width: 580px; margin: 12px 0 0; color: #b3bac5; font-size: 13px; }
.case-journey--kongsize .case-journey__scene { isolation: isolate; min-height: 470px; padding: 250px 18px 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: #070a10; box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.case-journey--kongsize .case-journey__rail { padding-left: 0; }
.case-journey--kongsize .case-journey__rail::before,
.case-journey--kongsize .case-journey__scene::before { display: none; }
.case-journey--kongsize .case-journey__scene::after { position: absolute; z-index: -1; inset: 0; background-position: center; background-size: cover; content: ""; filter: saturate(.72) contrast(1.04); }
.case-journey--kongsize .case-journey__scene--asset::after { background-image: linear-gradient(180deg,rgba(3,5,8,.05),rgba(3,5,8,.18) 42%,rgba(3,5,8,.97) 78%),url("../media/generated/kongsize-before-bg-v1.webp"); }
.case-journey--kongsize .case-journey__scene--work::after { background-image: linear-gradient(180deg,rgba(3,5,8,.05),rgba(3,5,8,.18) 42%,rgba(3,5,8,.97) 78%),url("../media/generated/kongsize-build-bg-v1.webp"); }
.case-journey--kongsize .case-journey__scene--result::after { background-image: linear-gradient(180deg,rgba(3,5,8,.05),rgba(3,5,8,.18) 42%,rgba(3,5,8,.97) 78%),url("../media/generated/kongsize-after-bg-v1.webp"); }

.case-exhibits { position: relative; overflow: hidden; }
.case-exhibits::before { position: absolute; z-index: -1; inset: 10% -40% auto; height: 720px; background: radial-gradient(circle,rgba(231,185,91,.12),transparent 58%); content: ""; }
.case-exhibit-stage { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: radial-gradient(circle at 50% 34%,rgba(107,165,190,.12),transparent 35%), linear-gradient(165deg,#0b1019,#03050a 76%); box-shadow: 0 38px 100px rgba(0,0,0,.45); touch-action: pan-y; perspective: 1000px; isolation: isolate; }
.case-exhibit-stage::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(#000,transparent 86%); content: ""; }
.case-exhibit-stage__world { --stage-x: -5deg; --stage-y: 0deg; position: absolute; top: 45px; left: 50%; width: min(660px,125%); height: 390px; transform: translateX(-50%) rotateX(var(--stage-x)) rotateY(var(--stage-y)); transform-style: preserve-3d; transition: transform .22s ease-out; }
.case-exhibit { position: absolute; top: 12px; width: 46%; height: 300px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #070a11; box-shadow: 0 28px 70px rgba(0,0,0,.48); transform-style: preserve-3d; }
.case-exhibit::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; content: ""; pointer-events: none; }
.case-exhibit--screen { left: 4%; transform: translateZ(54px) rotateY(10deg); }
.case-exhibit--hardware { right: 4%; top: 52px; transform: translateZ(18px) rotateY(-12deg); }
.case-exhibit img { width: 100%; height: 100%; object-fit: cover; }
.case-exhibit--screen img { object-position: center top; }
.case-exhibit figcaption { position: absolute; right: 9px; bottom: 9px; left: 9px; display: flex; gap: 9px; align-items: center; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(3,5,9,.82); backdrop-filter: blur(12px); }
.case-exhibit figcaption b { color: var(--gold-bright); font-size: 10px; }
.case-exhibit figcaption span,.case-exhibit figcaption small { display: block; }.case-exhibit figcaption span { font-size: 10px; font-weight: 760; }.case-exhibit figcaption small { margin-top: 2px; color: #919aa7; font-size: 7px; }
.case-exhibit-stage__base { position: absolute; z-index: -1; bottom: -8px; left: 50%; display: grid; width: 76%; height: 86px; place-items: center; transform: translateX(-50%) rotateX(74deg) translateZ(-14px); border: 1px solid rgba(242,212,141,.26); border-radius: 50%; background: radial-gradient(circle,rgba(242,212,141,.16),rgba(5,8,14,.94) 62%); box-shadow: 0 0 60px rgba(239,202,113,.12); }
.case-exhibit-stage__base span { color: var(--gold-bright); font-size: 13px; font-weight: 850; letter-spacing: .12em; }.case-exhibit-stage__base small { margin-top: -29px; color: #8d96a3; font-size: 7px; }
.case-exhibit-stage__hint { position: absolute; right: 14px; bottom: 13px; left: 14px; margin: 0; color: #969eaa; font-size: 9px; text-align: center; }.case-exhibit-stage__hint span { margin-left: 5px; color: var(--gold-bright); }
.case-wide-proof { position: relative; min-height: 320px; margin: 14px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #06080d; }
.case-wide-proof img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.case-wide-proof figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: grid; gap: 3px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(3,5,9,.84); backdrop-filter: blur(12px); }.case-wide-proof figcaption b { color: var(--gold-bright); font-size: 10px; }.case-wide-proof figcaption span { color: #adb4bf; font-size: 9px; }
.case-capabilities { display: grid; gap: 8px; margin-top: 34px; }.case-capabilities p { margin: 0 0 5px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.case-capabilities a { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: linear-gradient(110deg,rgba(255,255,255,.025),rgba(242,212,141,.06),rgba(255,255,255,.025)); background-size: 220% 100%; color: #e9e5dc; font-size: 11px; font-weight: 760; text-decoration: none; animation: action-signal 7s ease-in-out infinite; }.case-capabilities a span { color: var(--gold-bright); }
.case-final-action { margin-top: 44px; padding: 28px 20px; border: 1px solid var(--gold-line); border-radius: 22px; background: radial-gradient(circle at 90% 12%,rgba(242,212,141,.13),transparent 38%),rgba(8,12,19,.92); }.case-final-action h2 { max-width: 720px; margin: 0 0 22px; font-size: clamp(28px,8vw,52px); font-weight: 390; line-height: 1; }

.contact-panel { display: grid; gap: 22px; padding: 24px; border: 1px solid var(--gold-line); border-radius: 22px; background: radial-gradient(circle at 90% 90%, rgba(168,110,42,.14), transparent 36%), rgba(9,13,21,.9); }
.contact-panel h2 { margin: 0; font-size: clamp(30px, 8vw, 56px); font-weight: 390; line-height: 1; }
.contact-panel p { color: var(--muted); }
.lead-form { display: grid; gap: 12px; }
.lead-form label { display: grid; gap: 6px; color: #bdc1c9; font-size: 11px; }
.lead-form input, .lead-form textarea { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.04); color: var(--text); outline: none; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--gold-line); box-shadow: 0 0 0 3px rgba(239,202,113,.06); }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px !important; color: var(--muted) !important; font-size: 9px !important; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; padding: 0; accent-color: #d5aa5e; }
.consent a { color: var(--gold); }
.submit { min-height: 48px; border: 0; border-radius: 11px; background: var(--gold-bright); color: #181107; font-weight: 850; cursor: pointer; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 0 !important; color: #7f8694 !important; font-size: 9px !important; }

.page-footer { margin-top: 60px; padding: 30px 0 max(30px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: #858c99; font-size: 10px; }
.footer-grid { display: grid; gap: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.footer-links a { color: #b7bbc4; text-decoration: none; }

@media (min-width: 760px) {
  .wrap { width: min(var(--max), calc(100% - 10vw)); }
  .nav-toggle { display: none; }
  .page-links { position: static; display: flex; margin-left: auto; padding: 0; border: 0; background: none; box-shadow: none; }
  .page-links a { padding: 9px 10px; }
  .page-links .nav-cta { margin-left: 4px; padding-inline: 14px; }
  .hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .process article { grid-template-columns: 1fr; min-height: 190px; }
  .case-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .proof-flow { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .proof-montage { grid-template-columns: .82fr 1.18fr; }
  .case-screen__frame { min-height: 390px; }
  .case-screen--portrait .case-screen__frame { min-height: 560px; }
  .signal-board { min-height: 470px; padding: 34px; }
  .contact-panel { grid-template-columns: minmax(0,.8fr) minmax(360px,1.2fr); padding: 38px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .case-journey__rail { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; padding: 0; }
  .case-journey__rail::before { top: 9px; right: 10px; bottom: auto; left: 10px; width: auto; height: 1px; }
  .case-journey__rail article { padding: 32px 12px 0; }.case-journey__rail article::before { top: 4px; left: 4px; }
  .case-journey--kongsize .case-journey__scene { min-height: 560px; padding: 310px 22px 26px; }
  .case-exhibit-stage { min-height: 650px; }.case-exhibit-stage__world { top: 78px; width: min(860px,90%); height: 490px; }.case-exhibit { height: 390px; }.case-exhibit--hardware { top: 58px; }.case-wide-proof { min-height: 500px; }.case-wide-proof img { min-height: 500px; }.case-capabilities { grid-template-columns: repeat(4,minmax(0,1fr)); }.case-capabilities p { grid-column: 1/-1; }
}

@media (max-width: 759px) {
  .case-detail .page-hero { padding: 52px 0 44px; }
  .case-detail .page-hero .hero-grid { gap: 18px; }
  .case-detail .page-hero .hero-grid > div:first-child { display: contents; }
  .case-detail .page-hero .eyebrow { order: 1; }
  .case-detail .page-hero h1 { order: 2; }
  .case-detail .page-hero .hero-lead { order: 3; margin-top: 0; }
  .case-detail .page-hero .hero-actions { order: 4; margin-top: 2px; }
  .case-detail .page-hero .case-screen,
  .case-detail .page-hero .case-card,
  .case-detail .page-hero .signal-board { order: 5; margin-top: 4px; }
  .case-detail .page-hero .module-strip { order: 6; margin-top: 0; }
  .case-detail .hero-actions .button { width: 100%; }
}

[data-module-demo],
[data-module-demo] canvas,
[data-lead-lab],
[data-lead-lab] canvas,
[data-geo-route-stage],
[data-geo-route-stage] canvas,
[data-operations-rail-stage],
[data-operations-rail-stage] canvas,
[data-fotolab-vitrine],
[data-fotolab-vitrine] canvas,
[data-system-story],
.session-compare,
.case-exhibit-stage,
.ad-flow-stage,
.ad-flow-stage canvas,
.call-game,
.call-game canvas {
  touch-action: pan-y !important;
  overscroll-behavior-y: auto;
}

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