:root {
  --ink: #0b1020;
  --text: #1b2335;
  --muted: #667084;
  --blue: #3977ff;
  --violet: #7756ff;
  --cyan: #28d8ff;
  --coral: #ff6685;
  --green: #21c97a;
  --night: #050814;
  --night-soft: #0a1020;
  --line: #e1e6ef;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { color: var(--ink); font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
.dark-section, .dark-section h1, .dark-section h2, .dark-section h3 { color: #fff; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(96px, 10vw, 150px); }
.noise { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; color: #fff; border-radius: 10px; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: #9eb7ff; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(33,201,122,.11); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(33,201,122,0); } }
.section-index { margin: 7px 0 0; color: #929bad; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.display { max-width: 1000px; margin: 0; font-size: clamp(52px, 7.5vw, 104px); line-height: .96; }
.display span, .section-heading h2 span, .studio h2 span { color: var(--blue); }
.button { min-height: 58px; padding: 0 23px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; border: 0; border-radius: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { position: relative; overflow: hidden; color: #081023; background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.button.primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 20%, rgba(57,119,255,.18), rgba(40,216,255,.2), transparent 80%); transform: translateX(-100%); animation: buttonSweep 4.5s ease-in-out infinite; }
.button.primary > * { position: relative; }
@keyframes buttonSweep { 45%,100% { transform: translateX(100%); } }
.button.ghost { color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.dark-button { color: #fff; background: var(--night); }
.outline-button { color: var(--ink); border: 1px solid #d9dfeb; background: #fff; }
.text-link { display: inline-flex; gap: 22px; align-items: center; font-weight: 800; }
.light-link { color: #fff; }

.site-header { position: fixed; z-index: 80; inset: 18px max(18px, calc((100% - 1280px)/2)) auto; min-height: 68px; padding: 9px 10px 9px 16px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(5,8,20,.54); box-shadow: 0 14px 50px rgba(0,0,0,.16); backdrop-filter: blur(18px) saturate(1.25); transition: background .25s, border-color .25s, transform .25s; }
.site-header.scrolled { background: rgba(5,8,20,.93); border-color: rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 18px/1 "Manrope", sans-serif; letter-spacing: -.035em; }
.brand b { color: #8daaff; }
.brand img { border-radius: 12px; }
.desktop-nav { display: flex; gap: 27px; align-items: center; }
.desktop-nav a { color: #bfc8d9; font-size: 12px; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.header-cta { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 22px; color: var(--ink); border-radius: 12px; background: #fff; font-size: 12px; font-weight: 800; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 980px; overflow: hidden; display: flex; align-items: center; background: var(--night); }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; opacity: .78; }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,16,.99) 0%, rgba(4,7,16,.92) 39%, rgba(4,7,16,.55) 67%, rgba(4,7,16,.22)), linear-gradient(0deg, rgba(4,7,16,.7), transparent 35%); }
.hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, #000 0%, transparent 78%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding-top: 100px; }
.hero-copy { width: min(760px, 62vw); }
.hero h1 { margin: 0; font-size: clamp(62px, 7.6vw, 112px); line-height: .9; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, #fff, #78a2ff 50%, #b868ff); -webkit-background-clip: text; background-clip: text; }
.hero-lede { max-width: 660px; margin: 30px 0 0; color: #b6c1d5; font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 11px; }
.hero-proof { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 11px 25px; color: #90a0b8; }
.hero-proof span { position: relative; padding-left: 14px; font-size: 11px; font-weight: 700; }
.hero-proof span::before { content: ""; position: absolute; top: .5em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.hero-system { position: relative; height: 540px; opacity: .85; }
.system-core { position: absolute; top: 50%; left: 53%; width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 32px; background: rgba(255,255,255,.08); box-shadow: 0 0 90px rgba(57,119,255,.34); transform: translate(-50%,-50%) rotate(45deg); backdrop-filter: blur(14px); }
.system-core::before, .system-core::after { content: ""; position: absolute; inset: -80px; border: 1px solid rgba(98,142,255,.2); border-radius: 50%; animation: orbitSpin 16s linear infinite; }
.system-core::after { inset: -170px; border-style: dashed; animation-duration: 28s; animation-direction: reverse; }
.system-core img { width: 58px; transform: rotate(-45deg); }
.system-label { position: absolute; padding: 9px 12px; color: #dfe8ff; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(5,8,20,.52); backdrop-filter: blur(12px); font-size: 9px; font-weight: 800; letter-spacing: .16em; animation: float 5s ease-in-out infinite; }
.system-label-one { top: 20%; left: 8%; }.system-label-two { top: 15%; right: 4%; animation-delay: -1s; }.system-label-three { bottom: 15%; left: 4%; animation-delay: -2s; }.system-label-four { right: 0; bottom: 20%; animation-delay: -3s; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-12px); } }
.hero-bottom { position: absolute; z-index: 3; left: 50%; bottom: 28px; display: flex; justify-content: space-between; color: #596981; font-size: 8px; font-weight: 800; letter-spacing: .18em; transform: translateX(-50%); }

.trust-bar { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid span { padding: 27px 20px; color: #465064; border-left: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.trust-grid span:first-child { border-left: 0; }
.trust-grid b { margin-right: 12px; color: var(--blue); font-size: 9px; }

.positioning { background: #fff; }
.positioning-grid { display: grid; grid-template-columns: .22fr 1fr; gap: 55px; }
.statement-kicker { margin: 0 0 22px; color: var(--blue); font-weight: 800; }
.statement-copy { max-width: 820px; margin: 44px 0 0 auto; color: var(--muted); font-size: 21px; line-height: 1.7; }

.section-heading { display: grid; grid-template-columns: 1fr .42fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading h2 { max-width: 850px; margin: 0; font-size: clamp(46px, 6.2vw, 86px); line-height: .98; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.65; }
.section-heading.light > p { color: #97a4b9; }

.work-showcase { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 15%, #17244b 0%, #080d1a 32%, #050814 72%); }
.work-showcase::before { content: ""; position: absolute; inset: 0; pointer-events: none; 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: 60px 60px; }
.device-marquee { position: relative; display: grid; gap: 18px; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.device-track { width: max-content; display: flex; gap: 18px; will-change: transform; }
.device-track-right { animation: marqueeRight 62s linear infinite; }
.device-track-left { animation: marqueeLeft 70s linear infinite; }
.device-marquee:hover .device-track { animation-play-state: paused; }
@keyframes marqueeRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes marqueeLeft { to { transform: translateX(-50%); } }
.device-card, .proof-card { width: 386px; min-height: 565px; padding: 20px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.11); border-radius: 30px; background: rgba(255,255,255,.055); box-shadow: 0 22px 70px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.device-head { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.device-head b { font: 800 19px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.device-status { padding: 6px 8px; color: #aab8ce; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.device-status.live { color: #79eeb3; border-color: rgba(41,216,136,.28); background: rgba(41,216,136,.08); }
.device-card > p { min-height: 48px; margin: 17px 2px 0; color: #9ca9bc; font-size: 13px; line-height: 1.55; }
.device-card > a { display: inline-block; margin: 12px 2px 0; color: #fff; font-size: 12px; font-weight: 800; }
.browser-device { height: 392px; margin-top: 13px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 19px; background: #fff; }
.browser-device > img { width: 100%; height: calc(100% - 32px); object-fit: cover; object-position: center top; }
.browser-chrome { height: 32px; padding: 0 10px; display: flex; align-items: center; gap: 5px; color: #9199a8; background: #edf0f5; font-size: 8px; }
.browser-chrome i { width: 6px; height: 6px; border-radius: 50%; background: #ff6676; }.browser-chrome i:nth-child(2) { background: #ffc54d; }.browser-chrome i:nth-child(3) { background: #24c875; }.browser-chrome span { margin-left: 8px; }
.phone-device { position: relative; width: 230px; height: 430px; margin: 12px auto 0; overflow: hidden; color: var(--ink); border: 7px solid #151a24; border-radius: 35px; background: #f7f8fc; box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.phone-island { width: 78px; height: 20px; margin: 7px auto 9px; border-radius: 99px; background: #111522; }
.command-ui { padding: 0 15px 14px; background: linear-gradient(#edf2ff, #fff 45%); }
.app-top { display: flex; justify-content: space-between; color: var(--blue); font-size: 10px; font-weight: 800; }.app-top i { color: var(--green); font-style: normal; }
.app-greeting { margin: 26px 0 3px; color: #788397; font-size: 9px; }.app-title { font: 800 18px/1.1 "Manrope",sans-serif; }
.metric-row { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.metric-row span { padding: 12px; display: grid; gap: 3px; border: 1px solid #e0e6f1; border-radius: 13px; background: #fff; }.metric-row b { font-size: 20px; }.metric-row i { color: #7b8494; font-size: 8px; font-style: normal; }
.task-card { margin-top: 9px; padding: 10px; display: grid; grid-template-columns: 22px 1fr auto; gap: 7px; align-items: center; border-radius: 12px; background: #fff; box-shadow: 0 6px 18px rgba(30,53,90,.06); }.task-card > i { width: 22px; height: 22px; border-radius: 8px; background: #dde7ff; }.task-card span { display: grid; gap: 3px; }.task-card b { font-size: 8px; }.task-card small { color: #929aa8; font-size: 6.5px; }.task-card em { padding: 4px 5px; color: #38805e; border-radius: 99px; background: #e6faef; font-size: 6px; font-style: normal; }
.app-nav { position: absolute; left: 12px; right: 12px; bottom: 10px; padding: 9px; display: flex; justify-content: space-around; color: #8c96a7; border-radius: 13px; background: #fff; box-shadow: 0 8px 28px rgba(30,53,90,.1); font-size: 11px; }
.admin-ui { padding-bottom: 18px; color: var(--ink); background: #f6f8fc; }
.dash-title { padding: 22px 18px 14px; display: flex; justify-content: space-between; align-items: end; }.dash-title span { display: grid; gap: 5px; }.dash-title small { color: #8a94a5; font-size: 8px; }.dash-title b { font-size: 17px; }.dash-title em { padding: 5px 7px; color: #26865e; border-radius: 99px; background: #dff8ec; font-size: 7px; font-style: normal; }
.dash-metrics { padding: 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.dash-metrics span { padding: 13px; display: grid; gap: 5px; border: 1px solid #e1e6ef; border-radius: 12px; background: #fff; }.dash-metrics small { color: #838c9d; font-size: 8px; }.dash-metrics b { font-size: 18px; }.dash-metrics i { color: var(--green); font-size: 7px; font-style: normal; }
.dash-chart { height: 122px; margin: 15px 18px; padding: 0 14px; display: flex; gap: 9px; align-items: end; border-radius: 14px; background: #fff; }.dash-chart i { width: 24px; height: 20%; border-radius: 7px 7px 0 0; background: linear-gradient(var(--cyan),var(--blue)); }.dash-chart i:nth-child(2) { height: 32%; }.dash-chart i:nth-child(3) { height: 27%; }.dash-chart i:nth-child(4) { height: 55%; }.dash-chart i:nth-child(5) { height: 49%; }.dash-chart i:nth-child(6) { height: 72%; }.dash-chart i:nth-child(7) { height: 64%; }.dash-chart i:nth-child(8) { height: 89%; }
.dash-list { margin: 0 18px; display: grid; gap: 7px; }.dash-list span { padding: 10px; display: flex; align-items: center; gap: 7px; border-radius: 10px; background: #fff; font-size: 8px; }.dash-list span > i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }.dash-list b { margin-left: auto; font-size: 8px; }
.city-ui { padding: 0 13px 15px; color: #fff; background: linear-gradient(165deg,#061424,#102843 55%,#0b1728); }
.city-ui .phone-island { background: #fff; }.city-kicker { margin: 24px 0 5px; color: #7fdfff; font-size: 7px; letter-spacing: .16em; font-weight: 800; }.city-ui h3 { margin: 0; color: #fff; font-size: 24px; line-height: 1; }.city-photo { height: 155px; margin-top: 17px; padding: 12px; display: flex; align-items: end; border-radius: 18px; background: linear-gradient(0deg,rgba(0,0,0,.6),transparent), url('/assets/blue-axis-system.jpg') center/cover; }.city-photo span { font-size: 9px; font-weight: 800; }.city-pills { margin-top: 10px; display: flex; gap: 5px; }.city-pills i { padding: 6px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: 7px; font-style: normal; }.city-list { margin-top: 14px; padding: 11px; display: grid; gap: 4px; border-radius: 12px; background: rgba(255,255,255,.08); }.city-list b { font-size: 9px; }.city-list span { color: #9db2c8; font-size: 7px; }
.proof-card { min-height: 315px; }
.proof-card > span { color: #8296b9; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.proof-card h3 { max-width: 330px; margin: 18px 0 20px; font-size: 25px; line-height: 1.08; }
.proof-card > p { color: #8f9db1; font-size: 12px; line-height: 1.55; }.proof-card > a { color: #fff; font-size: 11px; font-weight: 800; }
.site-preview { height: 130px; margin-bottom: 15px; padding: 20px; display: flex; flex-direction: column; justify-content: end; border-radius: 16px; background: linear-gradient(0deg,rgba(1,8,18,.87),rgba(1,8,18,.15)), url('/assets/blue-axis-system.jpg') center/cover; }.site-preview b { font-size: 17px; }.site-preview em { margin-top: 4px; color: #bac6d8; font-size: 10px; font-style: normal; }.site-preview i { margin-top: 13px; color: #fff; font-size: 9px; font-style: normal; font-weight: 800; }
.automation-map { min-height: 110px; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 7px; border-radius: 16px; background: rgba(255,255,255,.06); }.automation-map i { padding: 10px 8px; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: 8px; font-style: normal; }.automation-map b { color: var(--cyan); }
.search-preview { padding: 16px; display: grid; gap: 9px; border-radius: 16px; background: #fff; }.search-preview small { color: #8791a2; font-size: 8px; }.search-preview b { color: var(--ink); font-size: 11px; }.search-preview div { height: 68px; display: flex; align-items: end; gap: 8px; }.search-preview i { width: 36px; height: 18%; border-radius: 5px 5px 0 0; background: var(--blue); }.search-preview i:nth-child(2){height:28%}.search-preview i:nth-child(3){height:38%}.search-preview i:nth-child(4){height:54%}.search-preview i:nth-child(5){height:72%}.search-preview i:nth-child(6){height:94%; background: linear-gradient(var(--cyan),var(--blue))}
.media-preview { padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-radius: 16px; background: rgba(255,255,255,.06); }.media-preview span { padding: 12px; display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; }.media-preview b { font-size: 11px; }.media-preview i { color: #8998ad; font-size: 8px; font-style: normal; }.media-preview em { grid-column: 1/-1; color: #7ee7bb; font-size: 8px; font-style: normal; text-align: center; }
.work-footer { position: relative; margin-top: 48px; padding-top: 34px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }.work-footer p { color: #95a2b7; }

.services { background: #f2f4f8; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.service-card { position: relative; min-height: 460px; padding: 34px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #dfe4ed; border-radius: 28px; background: #fff; box-shadow: 0 20px 60px rgba(21,31,52,.05); }
.service-card::after { content: ""; position: absolute; width: 280px; height: 280px; top: -180px; right: -110px; border-radius: 50%; background: radial-gradient(circle,rgba(57,119,255,.18),transparent 68%); }
.service-card > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.service-icon { width: 58px; height: 58px; margin-top: 30px; display: grid; place-items: center; color: var(--blue); border: 1px solid #dce3ef; border-radius: 18px; background: #f6f8ff; font-size: 20px; font-weight: 800; }
.service-card h3 { max-width: 470px; margin: auto 0 15px; font-size: clamp(32px,4vw,50px); line-height: 1; }
.service-card p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.6; }
.service-card ul { margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }.service-card li { padding: 8px 10px; color: #5d687a; border: 1px solid #dde3ec; border-radius: 99px; font-size: 10px; font-weight: 700; }
.service-grow { color: #fff; border-color: #2c6ff5; background: linear-gradient(145deg,#2d75ff,#4c50df); }.service-grow h3 { color: #fff; }.service-grow p { color: #dce7ff; }.service-grow > span { color: #c5d4ff; }.service-grow .service-icon { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); }.service-grow li { color: #e8efff; border-color: rgba(255,255,255,.22); }
.service-create { color: #fff; border-color: #252c3d; background: var(--night); }.service-create h3 { color: #fff; }.service-create p { color: #9eabc0; }.service-create > span { color: var(--cyan); }.service-create .service-icon { color: #fff; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }.service-create li { color: #c1cada; border-color: rgba(255,255,255,.13); }

.studio { position: relative; overflow: hidden; background: #050814; }
.studio-glow { position: absolute; inset: 0; background: radial-gradient(circle at 17% 25%, rgba(57,119,255,.25), transparent 30%), radial-gradient(circle at 87% 72%, rgba(255,64,133,.18), transparent 30%); }
.studio-layout { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.studio-copy h2 { margin: 0; font-size: clamp(52px,6.5vw,88px); line-height: .95; }.studio-copy > p:not(.eyebrow) { max-width: 560px; color: #9eabc0; font-size: 17px; line-height: 1.65; }.studio-tags { margin: 28px 0 34px; display: flex; flex-wrap: wrap; gap: 8px; }.studio-tags span { padding: 8px 10px; color: #bac5d7; border: 1px solid rgba(255,255,255,.13); border-radius: 99px; font-size: 9px; font-weight: 700; }
.reel-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; align-items: center; }.reel-card { position: relative; aspect-ratio: 9/14; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: #11182a; box-shadow: 0 30px 90px rgba(0,0,0,.4); }.reel-card.reel-main { aspect-ratio: 16/12; }.reel-card video { width: 100%; height: 100%; object-fit: cover; }.reel-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg,rgba(2,5,12,.9),transparent 55%); }.reel-overlay { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; display: grid; grid-template-columns: 1fr auto; gap: 5px 15px; }.reel-overlay span { grid-column: 1/-1; color: #8ca1c0; font-size: 7px; font-weight: 800; letter-spacing: .13em; }.reel-overlay b { font: 800 20px/1 "Manrope",sans-serif; }.reel-overlay i { color: #8c98aa; font-size: 9px; font-style: normal; }.reel-toggle { position: absolute; z-index: 3; top: 18px; right: 18px; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(5,8,20,.55); backdrop-filter: blur(10px); cursor: pointer; }

.process { background: #fff; }
.process-flow { position: relative; padding-top: 30px; display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }.process-line { position: absolute; top: 56px; left: 5%; right: 5%; height: 2px; overflow: hidden; background: #e4e8ef; }.process-line span { display: block; width: 25%; height: 100%; background: linear-gradient(90deg,transparent,var(--blue),var(--cyan),transparent); animation: processLine 4.5s linear infinite; }@keyframes processLine { from{transform:translateX(-100%)}to{transform:translateX(500%)}}
.process-step { position: relative; z-index: 1; padding-top: 80px; }.process-step::before { content: ""; position: absolute; top: 13px; left: 0; width: 22px; height: 22px; border: 7px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px #cbd4e2, 0 10px 24px rgba(57,119,255,.25); }.process-step b { color: var(--blue); font-size: 9px; letter-spacing: .14em; }.process-step h3 { margin: 11px 0 10px; font-size: 25px; }.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.why { background: #f5f7fa; }.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.why-card { min-height: 300px; padding: 28px; display: flex; flex-direction: column; border: 1px solid #e0e5ed; border-radius: 22px; background: #fff; transition: transform .2s, box-shadow .2s; }.why-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(16,27,49,.07); }.why-card i { color: var(--blue); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .15em; }.why-card h3 { margin: auto 0 13px; font-size: 23px; line-height: 1.12; }.why-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.company { background: #eef2f8; }.company-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,8vw,120px); align-items: center; }.founder-visual { min-height: 620px; padding: 58px; display: grid; place-items: center; align-content: center; border: 1px solid #d9e0eb; border-radius: 32px; background: radial-gradient(circle at 50% 30%,#dce7ff,#fff 58%); box-shadow: 0 30px 80px rgba(28,46,78,.08); }.portrait-ring { position: relative; padding: 7px; border-radius: 50%; background: linear-gradient(135deg,var(--cyan),var(--blue),var(--violet),var(--coral)); box-shadow: 0 25px 65px rgba(69,91,236,.25); }.portrait-ring img { width: min(310px,52vw); height: min(310px,52vw); aspect-ratio: 1; object-fit: cover; border: 7px solid #fff; border-radius: 50%; }.verified { position: absolute; right: 4%; bottom: 6%; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; border: 6px solid #fff; border-radius: 50%; background: #1687f8; font-size: 24px; font-weight: 800; }.founder-badge { margin-top: 36px; display: flex; align-items: center; gap: 13px; }.founder-badge span { display: grid; gap: 4px; }.founder-badge b { font: 800 16px/1 "Manrope",sans-serif; }.founder-badge i { color: var(--muted); font-size: 11px; font-style: normal; }.company-copy h2 { max-width: 670px; margin: 0; font-size: clamp(50px,6vw,82px); line-height: .96; }.company-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.7; }.company-copy .founder-intro { margin-top: 30px; color: var(--text) !important; font-size: 21px !important; font-weight: 700; }.company-facts { margin-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.company-facts span { padding: 14px; display: grid; gap: 6px; color: #7a8495; border: 1px solid #d9e0eb; border-radius: 14px; background: rgba(255,255,255,.7); font-size: 9px; line-height: 1.4; }.company-facts b { color: var(--ink); font-size: 11px; }.company-actions { margin-top: 27px; display: flex; gap: 10px; }

.standards { overflow: hidden; background: #fff; }.compact-heading { max-width: 820px; text-align: center; }.compact-heading .eyebrow { justify-content: center; }.compact-heading h2 { margin: 0; font-size: clamp(44px,6vw,78px); }.compact-heading > p:last-child { max-width: 700px; margin: 24px auto 0; color: var(--muted); line-height: 1.65; }.training-marquee { overflow: hidden; margin-top: 54px; mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }.training-track { width: max-content; display: flex; gap: 14px; animation: trainingMarquee 44s linear infinite; }.training-marquee:hover .training-track { animation-play-state: paused; }@keyframes trainingMarquee { to { transform: translateX(-50%); } }.training-card { width: 345px; min-height: 106px; padding: 19px; display: flex; align-items: center; gap: 17px; border: 1px solid #dfe4ec; border-radius: 18px; background: #f8f9fc; }.training-card img { width: 56px; max-height: 42px; object-fit: contain; }.training-card span { display: grid; gap: 5px; }.training-card b { font: 800 15px/1.15 "Manrope",sans-serif; }.training-card i { color: var(--muted); font-size: 11px; font-style: normal; }.standards-note { margin-top: 32px; color: #939baa; text-align: center; font-size: 10px; line-height: 1.6; }

.contact { padding-block: clamp(100px,10vw,150px); background: var(--night); }.contact-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }.contact h2 { margin: 0; font-size: clamp(50px,6.3vw,84px); line-height: .96; }.contact-copy > p:not(.eyebrow) { max-width: 540px; color: #9ba8bc; font-size: 17px; line-height: 1.65; }.contact-channels { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: #8693a8; font-size: 12px; font-weight: 700; }.contact-channels a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.3); }.contact-form { padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.045); }.contact-form label { display: grid; gap: 8px; color: #a9b5c8; font-size: 10px; font-weight: 700; }.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 16px; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; outline: none; background: rgba(255,255,255,.05); resize: vertical; }.contact-form select { color-scheme: dark; }.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #7396ff; box-shadow: 0 0 0 3px rgba(57,119,255,.15); }.contact-form ::placeholder { color: #707d91; }.contact-form .full { grid-column: 1/-1; }.contact-form button { width: 100%; }.form-note { margin: 0; color: #758198; text-align: center; font-size: 9px; }

.footer { padding: 64px 0 24px; border-top: 1px solid rgba(255,255,255,.1); background: var(--night); }.footer-top { padding-bottom: 42px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 50px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }.footer-top p { color: #8794a9; line-height: 1.55; }.footer-top > a:last-child { justify-self: end; color: #dbe4f3; font-weight: 800; }.footer-links { padding-block: 42px; display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }.footer-links > div { display: grid; gap: 12px; align-content: start; }.footer-links span { margin-bottom: 7px; color: #657287; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.footer-links a { color: #adb8ca; font-size: 13px; }.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; color: #647187; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-header { inset: 12px 12px auto; grid-template-columns: 1fr auto; }.desktop-nav,.header-cta { display:none; }.menu-toggle { justify-self:end; width:48px; height:48px; display:grid; place-content:center; gap:6px; color:#fff; border:1px solid rgba(255,255,255,.18); border-radius:13px; background:rgba(255,255,255,.07); }.menu-toggle span { width:20px; height:2px; background:#fff; transition:transform .2s; }.menu-toggle[aria-expanded=true] span:first-child { transform:translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded=true] span:last-child { transform:translateY(-4px) rotate(-45deg); }.mobile-nav { position:absolute; top:76px; left:0; right:0; padding:15px; display:grid; gap:3px; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(5,8,20,.97); box-shadow:0 30px 60px rgba(0,0,0,.35); }.mobile-nav[hidden]{display:none}.mobile-nav a{padding:14px;border-radius:10px;color:#d5deed;font-weight:700}.mobile-nav a:last-child{margin-top:6px;color:var(--ink);text-align:center;background:#fff}
  .hero-content { grid-template-columns: 1fr; }.hero-copy { width: min(760px,82vw); }.hero-system { position:absolute; width:470px; right:-120px; opacity:.42; }.hero-vignette { background:linear-gradient(90deg,rgba(4,7,16,.99),rgba(4,7,16,.84) 62%,rgba(4,7,16,.35)); }
  .section-heading { grid-template-columns:1fr; gap:24px; }.positioning-grid { grid-template-columns:1fr; }.statement-copy { margin-left:0; }.studio-layout,.company-grid,.contact-inner { grid-template-columns:1fr; }.studio-layout { gap:60px; }.reel-grid { max-width:780px; }.service-grid { grid-template-columns:1fr 1fr; }.process-flow { grid-template-columns:repeat(3,1fr); row-gap:42px; }.process-line { display:none; }.process-step { padding-top:55px; }.process-step::before { top:3px; }.why-grid { grid-template-columns:1fr 1fr; }.company-grid { gap:60px; }.company-copy { order:-1; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px,1180px); }
  .site-header { min-height:61px; padding:7px 7px 7px 10px; border-radius:16px; }.brand { font-size:16px; }.brand img { width:38px; height:38px; }.menu-toggle { width:44px; height:44px; }
  .hero { min-height:760px; height:100svh; max-height:880px; align-items:end; }.hero-art { object-position:66% center; opacity:.58; }.hero-vignette { background:linear-gradient(0deg,rgba(4,7,16,.99),rgba(4,7,16,.87) 62%,rgba(4,7,16,.48)); }.hero-content { padding:105px 0 76px; }.hero-copy { width:100%; }.hero-system { display:none; }.hero h1 { font-size:clamp(48px,13.2vw,66px); line-height:.92; }.hero-lede { margin-top:22px; font-size:16px; line-height:1.55; }.hero-actions { margin-top:28px; display:grid; }.button { width:100%; }.hero-proof { margin-top:26px; gap:9px 15px; }.hero-proof span { font-size:9px; }.hero-bottom { display:none; }.eyebrow { margin-bottom:18px; font-size:8px; }
  .trust-grid { grid-template-columns:1fr 1fr; }.trust-grid span { padding:20px 14px; border-top:1px solid var(--line); font-size:9px; }.trust-grid span:nth-child(odd){border-left:0}.trust-grid span:nth-child(-n+2){border-top:0}
  .section-pad { padding-block:78px; }.positioning-grid { gap:24px; }.display { font-size:clamp(42px,12vw,57px); }.statement-copy { margin-top:28px; font-size:17px; }.section-heading { margin-bottom:36px; }.section-heading h2,.studio-copy h2,.company-copy h2,.contact h2,.compact-heading h2 { font-size:clamp(40px,11vw,56px); }
  .device-marquee { gap:13px; mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); }.device-track { gap:13px; }.device-card,.proof-card { width:310px; min-height:510px; padding:16px; border-radius:24px; }.browser-device { height:340px; }.phone-device { height:375px; width:200px; border-width:6px; }.device-card > p { font-size:12px; }.proof-card { min-height:285px; }.proof-card h3 { font-size:22px; }.work-footer { align-items:flex-start; flex-direction:column; gap:13px; }
  .service-grid { grid-template-columns:1fr; }.service-card { min-height:430px; padding:26px; }.service-card h3 { font-size:37px; }.service-card p { font-size:14px; }
  .reel-grid { grid-template-columns:1fr; }.reel-card,.reel-card.reel-main { aspect-ratio:16/11; }.reel-card:nth-child(2) { aspect-ratio:16/10; }.studio-copy > p:not(.eyebrow) { font-size:15px; }
  .process-flow { grid-template-columns:1fr; gap:25px; padding-left:24px; }.process-step { padding:0 0 0 42px; }.process-step::before { top:0; }.process-step h3 { margin-top:8px; }.why-grid { grid-template-columns:1fr; }.why-card { min-height:235px; }
  .founder-visual { min-height:430px; padding:35px 20px; border-radius:24px; }.verified { width:50px; height:50px; }.company-copy .founder-intro { font-size:18px!important; }.company-facts { grid-template-columns:1fr; }.company-actions { display:grid; }.training-card { width:285px; min-height:96px; }.training-card img { width:45px; }.training-track { animation-duration:36s; }
  .contact-inner { gap:48px; }.contact-form { padding:20px; grid-template-columns:1fr; }.contact-form label,.contact-form .full { grid-column:1; }.footer-top { grid-template-columns:1fr; gap:20px; }.footer-top > a:last-child { justify-self:start; }.footer-links { grid-template-columns:1fr 1fr; }.footer-links > div:last-child { grid-column:1/-1; }.footer-bottom { flex-direction:column; gap:9px; }
}

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

/* Systems in Motion — additive project showcase */
.systems-motion { --motion-accent:#28d8ff; position:relative; isolation:isolate; overflow:hidden; padding-block:clamp(110px,10vw,160px); background:radial-gradient(circle at 50% -8%,rgba(57,119,255,.26),transparent 34%),linear-gradient(180deg,#060a16 0%,#03050d 100%); }
.motion-grid { position:absolute; inset:0; z-index:-3; opacity:.22; background-image:linear-gradient(rgba(116,145,209,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(116,145,209,.12) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(180deg,#000,transparent 88%); }
.motion-ambient { position:absolute; z-index:-2; width:560px; height:560px; border-radius:50%; pointer-events:none; filter:blur(110px); opacity:.16; transition:background 1s ease,transform 1.2s ease; background:var(--motion-accent); }
.motion-ambient-one { top:8%; left:-280px; }.motion-ambient-two { right:-300px; bottom:5%; transform:scale(.8); }
.motion-heading { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr); gap:clamp(45px,8vw,120px); align-items:end; }
.motion-heading h2 { max-width:820px; margin:0; font-size:clamp(54px,6.7vw,92px); line-height:.94; letter-spacing:-.055em; }.motion-heading h2 span { color:#7f91b2; }
.motion-heading-side { padding-bottom:7px; }.motion-heading-side > p { margin:0; color:#9ba8bc; font-size:15px; line-height:1.7; }
.motion-controls { margin-top:28px; display:flex; align-items:center; gap:13px; }.motion-arrow { width:48px; height:48px; display:grid; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(255,255,255,.055); font-size:20px; transition:background .2s,border-color .2s,transform .2s; }.motion-arrow:hover { border-color:var(--motion-accent); background:rgba(255,255,255,.1); transform:translateY(-2px); }.motion-arrow:focus-visible,.motion-carousel:focus-visible,.motion-video-toggle:focus-visible { outline:2px solid var(--motion-accent); outline-offset:4px; }
.motion-count { margin:0; display:flex; align-items:center; gap:9px; color:#fff; font:800 10px/1 "Manrope",sans-serif; letter-spacing:.12em; }.motion-count i { width:42px; height:1px; background:linear-gradient(90deg,var(--motion-accent),rgba(255,255,255,.18)); }
.motion-carousel { width:100%; margin-top:clamp(50px,7vw,90px); overflow-x:auto; overflow-y:hidden; cursor:grab; touch-action:pan-y; scrollbar-width:none; }.motion-carousel::-webkit-scrollbar { display:none; }.motion-carousel.is-dragging { cursor:grabbing; }.js .motion-carousel { overflow:hidden; }
.motion-rail { width:max-content; padding:24px 0 34px; display:flex; gap:clamp(16px,2vw,28px); align-items:center; will-change:transform; transition:transform .9s cubic-bezier(.2,.8,.2,1); }
.motion-card { position:relative; width:min(600px,72vw); min-height:780px; padding:27px; display:grid; grid-template-rows:auto 1fr auto; flex:0 0 auto; overflow:hidden; border:1px solid transparent; border-radius:38px; background:linear-gradient(155deg,rgba(15,23,45,.98),rgba(5,9,21,.98)) padding-box,linear-gradient(145deg,var(--card-accent),rgba(255,255,255,.08) 42%,var(--card-accent-2)) border-box; box-shadow:0 42px 110px rgba(0,0,0,.46),inset 0 1px rgba(255,255,255,.06); transform:scale(.91); opacity:.46; filter:saturate(.62); transition:transform .9s cubic-bezier(.2,.8,.2,1),opacity .7s ease,filter .7s ease,box-shadow .7s ease; }
.motion-card::before { content:""; position:absolute; inset:-1px; pointer-events:none; opacity:.28; background:radial-gradient(circle at 50% 34%,color-mix(in srgb,var(--card-accent) 28%,transparent),transparent 42%); }
.motion-card.is-active { z-index:2; opacity:1; filter:none; transform:scale(1); box-shadow:0 52px 150px rgba(0,0,0,.58),0 0 85px color-mix(in srgb,var(--card-accent) 12%,transparent),inset 0 1px rgba(255,255,255,.08); }
.motion-card-head,.motion-card-foot { position:relative; z-index:2; }.motion-card-head { display:flex; align-items:start; justify-content:space-between; gap:24px; }.motion-card-head > div { display:grid; gap:8px; }.motion-card-head span { color:var(--card-accent); font-size:8px; font-weight:900; letter-spacing:.16em; }.motion-card-head h3 { margin:0; color:#fff; font-size:clamp(28px,3vw,40px); line-height:1; }.motion-card-head > b { color:rgba(255,255,255,.28); font:800 11px/1 "Manrope",sans-serif; letter-spacing:.15em; }
.motion-stage { min-height:552px; display:grid; place-items:center; perspective:1200px; }.motion-stage-wide { min-height:520px; }
.motion-device { position:relative; }.motion-phone { width:270px; height:555px; padding:9px; border:1px solid rgba(255,255,255,.32); border-radius:49px; background:linear-gradient(145deg,#6f7786 0%,#141922 12%,#05070c 56%,#9da5b1 100%); box-shadow:0 35px 65px rgba(0,0,0,.55),-13px 14px 35px rgba(0,0,0,.3),inset 0 0 0 2px rgba(255,255,255,.09); transform:rotateY(-4deg) rotateX(2deg); }.motion-phone::after { content:""; position:absolute; inset:5px; z-index:4; border-radius:44px; pointer-events:none; box-shadow:inset 2px 1px 2px rgba(255,255,255,.24),inset -2px -2px 3px rgba(0,0,0,.48); }
.motion-phone-button { position:absolute; left:-4px; width:4px; border-radius:3px 0 0 3px; background:#333a46; }.motion-phone-button-one { top:115px; height:58px; }.motion-phone-button-two { top:184px; height:92px; }
.motion-phone-screen { position:relative; width:100%; height:100%; overflow:hidden; border-radius:41px; color:var(--ink); background:#fff; }.motion-phone-island { position:absolute; z-index:6; top:9px; left:50%; width:86px; height:24px; border-radius:99px; background:#030407; transform:translateX(-50%); box-shadow:inset 0 0 0 1px rgba(255,255,255,.05); }
.motion-screen-shot { width:100%; height:100%; object-fit:cover; object-position:top; transform-origin:center top; }.motion-card.is-active .motion-screen-shot-auto { animation:motionScreenshot 8s ease-in-out infinite alternate; }
@keyframes motionScreenshot { 0% { transform:scale(1.01) translateY(0); } 100% { transform:scale(1.08) translateY(-2.5%); } }
@keyframes motionFloat { 0%,100% { translate:0 5px; } 50% { translate:0 -8px; } }.motion-card.is-active .motion-float { animation:motionFloat 5.8s ease-in-out infinite; }.motion-card.is-active .motion-float-delay { animation-delay:-2.4s; }
.motion-city-screen { color:#fff; background:#07101b; }.motion-city-feed { min-height:700px; padding:48px 16px 24px; background:linear-gradient(180deg,#081725,#07101b); }.motion-card.is-active .motion-city-feed { animation:motionCityTour 9s ease-in-out infinite alternate; }@keyframes motionCityTour { 0%,18% { transform:translateY(0); } 82%,100% { transform:translateY(-105px); } }
.motion-city-nav { display:flex; align-items:center; justify-content:space-between; }.motion-city-nav b { font-size:16px; }.motion-city-nav i { font-size:14px; font-style:normal; }.motion-city-feed > p { margin:42px 0 7px; color:#68ddff; font-size:7px; font-weight:900; letter-spacing:.16em; }.motion-city-feed h4 { margin:0; max-width:190px; color:#fff; font:800 28px/1 "Manrope",sans-serif; letter-spacing:-.045em; }.motion-city-hero { height:190px; margin-top:22px; padding:15px; display:flex; flex-direction:column; justify-content:end; gap:4px; border-radius:22px; background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 65%),url('/assets/blue-axis-system.jpg') 68% center/cover; box-shadow:0 16px 36px rgba(0,0,0,.35); }.motion-city-hero span { color:#b9c9da; font-size:7px; text-transform:uppercase; letter-spacing:.12em; }.motion-city-hero b { font-size:15px; }.motion-city-pills { margin-top:12px; display:flex; gap:7px; }.motion-city-pills span { padding:7px 10px; border:1px solid rgba(255,255,255,.16); border-radius:99px; font-size:8px; }.motion-city-place { margin-top:11px; padding:10px; display:flex; align-items:center; gap:10px; border-radius:14px; background:rgba(255,255,255,.07); }.motion-city-place > i { width:38px; height:38px; flex:0 0 auto; border-radius:10px; background:linear-gradient(145deg,#2b6d92,#203148); }.motion-city-place > span { display:grid; gap:3px; }.motion-city-place b { font-size:9px; }.motion-city-place small { color:#8fa5ba; font-size:7px; }
.motion-command-screen { padding:50px 16px 22px; background:linear-gradient(180deg,#f8fbff,#eef2f8); }.motion-command-top { display:flex; justify-content:space-between; font-size:13px; }.motion-command-top i { color:var(--green); font-style:normal; }.motion-command-screen > p { margin:35px 0 4px; color:#718097; font-size:10px; }.motion-command-screen > h4 { margin:0; font:800 22px/1.1 "Manrope",sans-serif; }.motion-command-metrics { margin-top:17px; display:grid; grid-template-columns:1fr 1fr; gap:8px; }.motion-command-metrics span { padding:12px; display:grid; gap:3px; border:1px solid #e0e5ee; border-radius:14px; background:#fff; box-shadow:0 7px 18px rgba(23,39,67,.06); }.motion-command-metrics b { font-size:21px; }.motion-command-metrics small { color:#7b8799; font-size:7px; }.motion-command-list { margin-top:12px; display:grid; gap:8px; }.motion-command-list > div { padding:10px 9px; display:grid; grid-template-columns:8px 1fr auto; gap:8px; align-items:center; border:1px solid #e2e7ef; border-radius:13px; background:#fff; }.motion-command-list > div > i { width:7px; height:7px; border-radius:50%; background:var(--green); }.motion-command-list span { display:grid; gap:3px; }.motion-command-list b { font-size:8px; }.motion-command-list small { color:#8490a0; font-size:6px; }.motion-command-list em { padding:5px 6px; color:#168f5b; border-radius:99px; background:#e5f8ef; font-size:5px; font-style:normal; font-weight:800; }.motion-command-nav { position:absolute; left:16px; right:16px; bottom:16px; padding:10px; display:flex; justify-content:space-around; color:#8794a6; border:1px solid #e0e5ee; border-radius:14px; background:rgba(255,255,255,.9); font-size:12px; }
.motion-browser { width:min(100%,550px); overflow:hidden; border:1px solid rgba(255,255,255,.2); border-radius:24px; background:#f4f6fa; box-shadow:0 35px 75px rgba(0,0,0,.46); transform:rotateY(2deg) rotateX(1deg); }.motion-browser-bar { height:42px; padding:0 13px; display:grid; grid-template-columns:1fr 1.5fr 1fr; align-items:center; color:#8490a2; border-bottom:1px solid #dce1ea; background:#fff; font-size:7px; }.motion-browser-bar > span { display:flex; gap:5px; }.motion-browser-bar > span i { width:6px; height:6px; border-radius:50%; background:#ff6e74; }.motion-browser-bar > span i:nth-child(2){background:#ffbd55}.motion-browser-bar > span i:nth-child(3){background:#38cf7b}.motion-browser-bar b { text-align:center; }.motion-browser-bar em { justify-self:end; padding:4px 7px; color:#168f5b; border-radius:99px; background:#e4f8ee; font-style:normal; font-weight:800; }
.motion-admin { min-height:360px; display:grid; grid-template-columns:116px 1fr; color:var(--ink); }.motion-admin-nav { padding:22px 12px; display:grid; align-content:start; gap:16px; color:#91a0b5; background:#0b1221; font-size:7px; }.motion-admin-nav b { margin-bottom:12px; color:#fff; font-size:7px; letter-spacing:.08em; }.motion-admin-nav span:first-of-type { color:#fff; }.motion-admin-main { padding:28px; }.motion-admin-main > small { color:#7b8798; font-size:6px; font-weight:900; letter-spacing:.12em; }.motion-admin-main h4 { margin:5px 0 20px; font:800 21px/1 "Manrope",sans-serif; }.motion-admin-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }.motion-admin-stats span { padding:12px; display:grid; gap:4px; border:1px solid #e0e5ed; border-radius:11px; background:#fff; }.motion-admin-stats small { color:#8793a4; font-size:6px; }.motion-admin-stats b { font-size:17px; }.motion-admin-stats i { color:#16925c; font-size:6px; font-style:normal; }.motion-admin-chart { height:95px; margin-top:12px; padding:12px; display:flex; align-items:end; gap:8px; border:1px solid #e0e5ed; border-radius:12px; background:#fff; }.motion-admin-chart span { align-self:start; width:60px; height:5px; margin-right:auto; border-radius:9px; background:#dce2ec; }.motion-admin-chart i { width:14px; border-radius:4px 4px 0 0; background:linear-gradient(#6e8dff,#3977ff); }.motion-admin-chart i:nth-of-type(1){height:30%}.motion-admin-chart i:nth-of-type(2){height:46%}.motion-admin-chart i:nth-of-type(3){height:39%}.motion-admin-chart i:nth-of-type(4){height:62%}.motion-admin-chart i:nth-of-type(5){height:55%}.motion-admin-chart i:nth-of-type(6){height:79%}.motion-admin-chart i:nth-of-type(7){height:92%}.motion-admin-events { margin-top:10px; display:grid; gap:5px; }.motion-admin-events span { padding:8px 10px; display:grid; grid-template-columns:7px 1fr auto; gap:7px; color:#69768a; border:1px solid #e1e6ed; border-radius:9px; background:#fff; font-size:6px; }.motion-admin-events i { width:6px; height:6px; border-radius:50%; background:var(--green); }.motion-admin-events b { color:var(--ink); }
.motion-cinema { position:relative; width:100%; overflow:hidden; border:1px solid rgba(255,255,255,.2); border-radius:25px; background:#020307; box-shadow:0 38px 80px rgba(0,0,0,.58); }.motion-cinema video { width:100%; aspect-ratio:16/9; display:block; object-fit:cover; }.motion-cinema::before { content:""; position:absolute; inset:0; z-index:2; pointer-events:none; background:linear-gradient(180deg,transparent 52%,rgba(2,3,7,.82)); }.motion-cinema-scan { position:absolute; z-index:3; inset:0; opacity:.18; pointer-events:none; background:linear-gradient(180deg,transparent 0 49%,rgba(255,255,255,.14) 50%,transparent 51% 100%); background-size:100% 12px; }.motion-cinema-meta { position:absolute; z-index:4; left:19px; right:19px; bottom:17px; display:flex; justify-content:space-between; color:#fff; font-size:7px; font-weight:900; letter-spacing:.12em; }.motion-cinema-meta b { color:var(--card-accent); }
.motion-card-foot { padding-top:18px; display:flex; align-items:end; justify-content:space-between; gap:24px; border-top:1px solid rgba(255,255,255,.1); }.motion-card-foot p { max-width:340px; margin:0; color:#a3aec0; font-size:13px; line-height:1.5; }.motion-card-foot a,.motion-video-toggle { flex:0 0 auto; padding:0; color:#fff; border:0; background:none; font-size:11px; font-weight:800; }.motion-card-foot a span,.motion-video-toggle span { margin-left:5px; color:var(--card-accent); }.motion-video-toggle { cursor:pointer; }
.motion-close { margin-top:clamp(55px,7vw,90px); padding-top:36px; display:flex; align-items:end; justify-content:space-between; gap:40px; border-top:1px solid rgba(255,255,255,.12); }.motion-close h3 { max-width:760px; margin:0; color:#fff; font-size:clamp(31px,4vw,54px); line-height:1.05; }.motion-close .button { flex:0 0 auto; }

@media (max-width:1020px) {
  .motion-heading { grid-template-columns:1fr; gap:28px; }.motion-heading-side { max-width:620px; }.motion-card { width:min(580px,78vw); }.motion-close { align-items:start; flex-direction:column; }.motion-close .button { width:auto; }
}
@media (max-width:680px) {
  .systems-motion { padding-block:86px; }.motion-grid { background-size:44px 44px; }.motion-heading h2 { font-size:clamp(42px,11.7vw,54px); }.motion-heading-side > p { font-size:14px; }.motion-controls { margin-top:22px; }.motion-arrow { width:44px; height:44px; }.motion-carousel { margin-top:42px; }.motion-rail { gap:14px; padding-block:14px 24px; }.motion-card { width:calc(100vw - 30px); min-height:690px; padding:19px; border-radius:30px; }.motion-card:not(.is-active) { transform:scale(.94); }.motion-card-head span { font-size:7px; }.motion-card-head h3 { font-size:29px; }.motion-stage { min-height:475px; }.motion-stage-wide { min-height:430px; }.motion-phone { width:225px; height:465px; padding:7px; border-radius:42px; }.motion-phone-screen { border-radius:35px; }.motion-phone::after { inset:4px; border-radius:38px; }.motion-phone-island { top:8px; width:72px; height:20px; }.motion-city-feed { padding:42px 13px 20px; }.motion-city-feed > p { margin-top:30px; }.motion-city-feed h4 { font-size:24px; }.motion-city-hero { height:155px; }.motion-command-screen { padding:44px 13px 18px; }.motion-command-screen > p { margin-top:25px; }.motion-command-list > div { padding:8px 7px; }.motion-command-nav { left:13px; right:13px; bottom:13px; }.motion-browser { width:100%; border-radius:17px; }.motion-browser-bar { height:33px; }.motion-admin { min-height:300px; grid-template-columns:1fr; }.motion-admin-nav { display:none; }.motion-admin-main { padding:19px; }.motion-admin-main h4 { font-size:18px; }.motion-admin-stats { gap:5px; }.motion-admin-stats span { padding:9px 7px; }.motion-admin-stats b { font-size:14px; }.motion-admin-chart { height:82px; gap:5px; }.motion-cinema { border-radius:18px; }.motion-card-foot { min-height:72px; padding-top:15px; align-items:start; flex-direction:column; gap:9px; }.motion-card-foot p { font-size:12px; }.motion-close { margin-top:54px; }.motion-close .button { width:100%; }.motion-close h3 { font-size:34px; }
}
