@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
}

:root {
  --black: #050505;
  --ink: #0d0f12;
  --white: #f2f2ef;
  --muted: #8e9298;
  --line: rgba(255, 255, 255, 0.16);
  --red: #ff4b2f;
  --blue: #1677ff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: "Inter", "Arial", "Microsoft YaHei", "PingFang SC", sans-serif;
}

main {
  overflow: hidden;
}

.opening-web {
  position: relative;
  min-height: clamp(940px, 78vw, 1320px);
  padding: clamp(70px, 5.5vw, 110px) 0 clamp(110px, 7vw, 160px);
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 46%, rgba(255,255,255,.08), transparent 32%),
    linear-gradient(180deg, #050505 0%, #000 100%);
  display: block;
}

.opening-shadow-card {
  position: absolute;
  width: min(1520px, 78vw);
  aspect-ratio: 1.62;
  border-radius: 32px;
  background: #080808;
  border: 1px solid rgba(255,255,255,.12);
  opacity: .78;
}

.shadow-card-left {
  top: 0;
  left: 4vw;
  transform: rotate(-3deg) translateY(-30%);
}

.shadow-card-right {
  right: -9vw;
  top: 10vw;
  transform: rotate(4deg);
}

.hero-card-web {
  position: relative;
  z-index: 3;
  width: min(1650px, 86vw);
  aspect-ratio: 1.58;
  margin: 0 auto;
  padding: clamp(42px, 4.2vw, 78px);
  color: #0b0b0b;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: clamp(26px, 2.4vw, 42px);
  background:
    radial-gradient(circle at 54% 50%, rgba(0,0,0,.05), transparent 31%),
    radial-gradient(circle at 42% 58%, rgba(0,0,0,.065), transparent 28%),
    linear-gradient(135deg, #f5f6f5 0%, #dfe3e6 100%);
  box-shadow: 0 70px 160px rgba(0,0,0,.66);
  transform: rotate(3deg);
  transform-style: preserve-3d;
}

.hero-card-web::before,
.hero-card-web::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .44;
  background:
    radial-gradient(circle at 47% 43%, rgba(0,0,0,.07), transparent 10%),
    radial-gradient(circle at 68% 64%, rgba(0,0,0,.08), transparent 12%);
  filter: blur(18px);
}

.hero-nav-web,
.hero-copy-web,
.hero-service-card,
.partners-mini,
.hero-bottom-strip,
.hero-watermark {
  position: relative;
  z-index: 4;
}

.hero-nav-web {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: clamp(13px, .75vw, 16px);
}

.hero-brand,
.hero-links a,
.hero-actions a {
  color: inherit;
  text-decoration: none;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-right: auto;
  font-size: clamp(22px, 1.45vw, 30px);
  font-weight: 800;
  letter-spacing: -.05em;
}

.brand-orbit {
  position: relative;
  width: 31px;
  height: 20px;
  display: inline-block;
}

.brand-orbit i {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #141414;
  transform: translateY(-50%);
}

.brand-orbit i:nth-child(1) { left: 0; opacity: .58; }
.brand-orbit i:nth-child(2) { left: 10px; }
.brand-orbit i:nth-child(3) { left: 20px; opacity: .58; }

.hero-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2vw, 42px);
  margin: 0 auto;
}

.hero-links a {
  transition: opacity .25s ease;
}

.hero-links a:hover {
  opacity: .48;
}

.hero-meta {
  display: grid;
  gap: 3px;
  padding-left: 22px;
  border-left: 1px solid rgba(0,0,0,.18);
  font-size: 12px;
  color: rgba(0,0,0,.45);
}

.hero-meta b {
  color: #090909;
  font-size: 13px;
}

.menu-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 12px;
  background: rgba(255,255,255,.22);
  color: #111;
  font-size: 13px;
}

.menu-pill span {
  width: 18px;
  height: 1px;
  background: #111;
  box-shadow: 0 6px 0 #111;
}

.hero-copy-web {
  max-width: 680px;
  margin-top: clamp(70px, 7vw, 130px);
}

.hero-kicker {
  position: relative;
  margin-bottom: 24px;
  padding-left: 26px;
  color: #111;
  font-size: clamp(16px, .95vw, 20px);
}

.hero-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 10px;
  height: 1px;
  background: #111;
}

.hero-copy-web h1 {
  color: #111;
  font-size: clamp(66px, 6.35vw, 126px);
  line-height: .98;
  letter-spacing: -.09em;
  font-weight: 900;
}

.hero-tags {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.hero-tags span {
  color: var(--umo-blue);
  font-size: 20px;
  letter-spacing: .05em;
}

.hero-tags p {
  color: #111;
  font-size: clamp(14px, .9vw, 18px);
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: clamp(48px, 4vw, 72px);
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.primary-action {
  gap: 18px;
  background: #050505;
  color: #fff !important;
}

.primary-action b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #111;
}

.secondary-action {
  background: rgba(0,0,0,.13);
  color: #fff !important;
}

.hero-actions a:hover {
  transform: translateY(-3px);
}

.hero-person-stage {
  position: absolute;
  z-index: 3;
  left: 30.5%;
  top: 14%;
  width: 68%;
  height: 88%;
  pointer-events: none;
  transform-style: preserve-3d;
}

.hero-person-stage .opening-person-layer {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .96;
}

.hero-person-stage .opening-person-head {
  opacity: 1;
}

.hero-service-card {
  position: absolute;
  top: 31%;
  right: 6.2%;
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 24px;
  align-items: center;
  width: min(460px, 28vw);
  min-height: 185px;
  padding: 26px;
  color: #fff;
  border-radius: 32px;
  background: rgba(205,208,211,.72);
  backdrop-filter: blur(18px);
}

.service-logo-box {
  display: grid;
  place-items: center;
  width: 135px;
  height: 135px;
  border-radius: 24px;
  background: #050505;
  color: #fff;
  font-size: 72px;
  font-weight: 900;
}

.hero-service-card > span {
  position: absolute;
  top: 27px;
  left: 182px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}

.hero-service-card h2 {
  color: #fff;
  font-size: clamp(24px, 1.8vw, 38px);
  line-height: 1.15;
  letter-spacing: -.06em;
}

.service-progress {
  position: absolute;
  bottom: 32px;
  left: 184px;
  width: 88px;
  height: 2px;
  background: #111;
  opacity: .55;
}

.service-arrows {
  position: absolute;
  right: 28px;
  bottom: 24px;
  display: flex;
  gap: 10px;
}

.service-arrows button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.22);
  color: #fff;
  font-size: 14px;
}

.partners-mini {
  position: absolute;
  right: 7%;
  bottom: 26%;
  width: min(390px, 26vw);
  color: rgba(0,0,0,.58);
  font-size: 15px;
}

.partners-mini span {
  display: block;
  margin-bottom: 18px;
  color: #111;
  font-weight: 700;
}

.partners-mini p {
  color: rgba(0,0,0,.55);
  font-size: 14px;
  line-height: 2.1;
}

.hero-watermark {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 6%;
  z-index: 1;
  color: rgba(255,255,255,.62);
  font-size: clamp(130px, 14vw, 260px);
  line-height: .8;
  letter-spacing: -.12em;
  pointer-events: none;
}

.hero-bottom-strip {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 3%;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  align-items: center;
  min-height: 74px;
  padding: 0 32px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.90), rgba(0,0,0,.52));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.hero-bottom-strip span,
.hero-bottom-strip b,
.hero-bottom-strip em {
  font-size: clamp(14px, .85vw, 18px);
  font-style: normal;
  font-weight: 500;
}

.hero-bottom-strip b {
  text-align: center;
}

.hero-bottom-strip em {
  justify-self: end;
}

.hero-bottom-strip span::before,
.hero-bottom-strip em::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--umo-blue);
  vertical-align: middle;
}

.about-web {
  position: relative;
  min-height: 1680px;
  padding: 130px 7vw 110px;
  overflow: hidden;
  background: #000;
  display: block;
}

.about-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr minmax(320px, 520px);
  gap: clamp(48px, 5vw, 100px);
  max-width: 1660px;
  min-height: 1120px;
  margin: 0 auto;
}

.about-left {
  padding-top: 80px;
}

.about-left span {
  display: block;
  margin-bottom: 38px;
  color: rgba(255,255,255,.62);
  font-size: 15px;
}

.about-left h2 {
  color: #fff;
  font-size: clamp(50px, 4vw, 82px);
  line-height: 1.22;
  letter-spacing: -.08em;
}

.about-left strong {
  display: block;
  margin-top: 72px;
  color: var(--umo-blue-bright);
  font-size: 18px;
}

.about-left p {
  margin-top: 12px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.65;
}

.about-right {
  padding-top: 250px;
}

.about-right p {
  color: rgba(255,255,255,.68);
  font-size: clamp(17px, 1.05vw, 21px);
  line-height: 1.9;
}

.about-right p + p {
  margin-top: 28px;
}

.about-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.touch-light {
  position: absolute;
  left: 39%;
  top: 10%;
  width: min(560px, 34vw);
  opacity: .96;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 60px rgba(255,255,255,.16));
}

.hand-device {
  position: absolute;
  left: 42%;
  bottom: 3%;
  width: min(1320px, 76vw);
  opacity: .96;
  transform: translateX(-32%);
}

.about-ending {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.about-ending p {
  color: var(--umo-blue-bright);
  font-size: clamp(22px, 1.6vw, 31px);
  font-weight: 700;
}

.about-ending span {
  width: min(640px, 54vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  box-shadow: 0 0 18px rgba(255,255,255,.8);
}

.about-ending strong {
  color: #fff;
  font-size: 20px;
}

.about-ending small {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
}

.frame-opening {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  display: none;
}

.frame-opening img,
.opening-base {
  display: block;
  width: 100%;
  height: auto;
}

.hero-3d-opening {
  isolation: isolate;
  perspective: 1700px;
  transform-style: preserve-3d;
}

.opening-person-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  transform-style: preserve-3d;
  will-change: transform, filter, opacity;
  transition: opacity .32s ease;
  mix-blend-mode: normal;
  backface-visibility: hidden;
}

.opening-person-full {
  z-index: 4;
  transform-origin: 50% 42%;
  transform:
    translate3d(var(--person-tx, 0), var(--person-ty, 0), 0)
    rotateX(var(--person-rx, 0deg))
    rotateY(var(--person-ry, 0deg))
    scale(var(--person-scale, 1));
}

.opening-web .opening-person-layer,
.opening-web.is-hero-3d-active .opening-person-layer {
  opacity: .96;
  object-fit: contain;
}

.opening-web .opening-person-full,
.opening-web.is-hero-3d-active .opening-person-full {
  opacity: 1;
  transform-origin: 50% 42%;
}

.section {
  position: relative;
  min-height: 1080px;
  padding: 88px 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 75, 47, 0.16), transparent 34%),
    radial-gradient(circle at 78% 34%, rgba(22, 119, 255, 0.18), transparent 36%),
    #050505;
}

.section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black, transparent 68%);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: 92px;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

h2 {
  font-size: 96px;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h3 {
  font-size: 32px;
  line-height: 1.25;
}

p {
  color: #b9bec6;
  font-size: 22px;
  line-height: 1.75;
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #111;
}

.brand-mark,
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 15px;
}

.brand-mark {
  gap: 12px;
  font-weight: 800;
  font-size: 28px;
}

.mark {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: conic-gradient(from 45deg, #050505, #050505 24%, transparent 24% 38%, #050505 38% 64%, transparent 64% 74%, #050505 74%);
  transform: rotate(45deg);
}

button,
.actions a,
.closing a {
  border: 0;
  border-radius: 999px;
  padding: 16px 28px;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

button:hover,
.actions a:hover,
.closing a:hover {
  color: #111;
  background: #fff;
  transform: translateY(-2px);
}

.actions .ghost:hover,
.closing a:hover {
  color: #fff;
  background: #111;
}

.hero {
  min-height: 1180px;
  padding-top: 70px;
  background:
    radial-gradient(circle at 76% 28%, rgba(22, 119, 255, 0.22), transparent 34%),
    radial-gradient(circle at 22% 78%, rgba(255, 75, 47, 0.17), transparent 34%),
    #030303;
}

.hero-card {
  position: relative;
  width: 1540px;
  height: 820px;
  margin: 100px auto 0;
  padding: 95px 110px;
  color: #111;
  background: linear-gradient(135deg, #f5f5f1, #dfe3e7);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 36px;
  box-shadow: 0 60px 130px rgba(0,0,0,.58);
  z-index: 2;
}

.tilt {
  transform: rotate(-4deg);
}

.browser-dots {
  display: flex;
  gap: 16px;
  margin-bottom: 84px;
}

.browser-dots i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
}

.browser-dots i:nth-child(2) {
  background: #ffc033;
}

.browser-dots i:nth-child(3) {
  background: #18c97f;
}

.eyebrow,
.pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 30px;
  font-size: 15px;
  color: currentColor;
}

.hero-card p {
  margin-top: 34px;
  color: #62676d;
  font-weight: 700;
}

.actions {
  display: flex;
  gap: 18px;
  margin-top: 58px;
}

.actions .ghost {
  color: #111;
  background: #d9dcde;
}

.floating-system {
  position: absolute;
  right: 115px;
  top: 210px;
  width: 470px;
  height: 420px;
}

.core-orb {
  position: absolute;
  right: 96px;
  top: 72px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #020202 0 35%, #0b0b0b 36% 58%, transparent 59%),
    conic-gradient(from 220deg, transparent 0 68%, var(--blue) 69% 84%, transparent 85%);
}

.mini-panel {
  position: absolute;
  border-radius: 26px;
  padding: 28px;
  color: #fff;
  background: rgba(0,0,0,.92);
  box-shadow: 0 20px 44px rgba(0,0,0,.28);
  font-weight: 800;
  line-height: 1.2;
}

.panel-1 {
  right: 0;
  top: 45px;
  width: 250px;
  height: 130px;
  background: rgba(15, 20, 28, .92);
}

.panel-2 {
  right: 220px;
  top: 310px;
}

.panel-3 {
  right: -50px;
  top: 330px;
  background: #e9ecef;
  color: #111;
}

.huge-word {
  position: absolute;
  left: 70px;
  bottom: -36px;
  font-size: 180px;
  font-weight: 900;
  letter-spacing: -0.1em;
  color: rgba(255,255,255,.44);
}

.hero-caption {
  position: relative;
  z-index: 3;
  margin-top: -36px;
  max-width: 800px;
}

.hero-caption h2 {
  font-size: 56px;
}

.hero-caption p {
  margin-top: 18px;
  font-size: 32px;
  font-weight: 800;
}

.hero-caption strong {
  display: block;
  margin-top: 18px;
  color: var(--red);
  font-size: 24px;
}

.about {
  display: flex;
  align-items: center;
}

.watermark {
  position: absolute;
  top: 80px;
  left: 75px;
  color: rgba(255,255,255,.09);
  font-size: 150px;
  font-weight: 900;
  line-height: .86;
  letter-spacing: -0.08em;
}

.large-copy {
  position: relative;
  z-index: 2;
  max-width: 1580px;
}

.large-copy h2 {
  margin-bottom: 80px;
}

.large-copy p {
  max-width: 1700px;
  color: #fff;
  font-size: 56px;
  line-height: 1.35;
  letter-spacing: -0.05em;
}

.large-copy p + p {
  margin-top: 24px;
}

.large-copy footer {
  margin-top: 120px;
  color: #d3d7de;
  font-size: 24px;
}

.statement,
.video {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 100px;
  align-items: center;
}

.statement-copy {
  border-left: 1px solid var(--line);
  padding-left: 64px;
}

.statement-copy h3 {
  margin-bottom: 34px;
  font-size: 50px;
}

.statement-copy p + p {
  margin-top: 24px;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 34px;
}

.value-card {
  min-height: 610px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255,255,255,.04);
}

.value-card span {
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
}

.value-card h3 {
  margin-top: 240px;
  font-size: 42px;
  line-height: 1.25;
}

.services header,
.works header {
  margin-bottom: 120px;
}

.services header p,
.works header p {
  margin-top: 32px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.service-grid,
.works-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.service-grid article,
.works-grid article,
.why-grid article,
.system-panels article {
  min-height: 185px;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 28px;
  background: rgba(16,18,23,.86);
}

.service-grid b,
.why-grid b {
  color: var(--red);
  font-size: 28px;
}

.service-grid article:nth-child(even) b {
  color: var(--blue);
}

.service-grid h3,
.works-grid h3,
.why-grid h3 {
  margin-top: 28px;
}

.service-grid p,
.works-grid p,
.why-grid p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.4;
}

.white {
  color: #060606;
  background: #f3f1eb;
}

.white::after {
  opacity: .1;
  background-image:
    linear-gradient(rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px);
}

.white p {
  color: #333940;
}

.system {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 80px;
}

.system-title span {
  font-size: 28px;
  color: var(--blue);
  font-weight: 900;
}

.system-title h2 {
  margin-top: 40px;
  max-width: 680px;
  font-size: 68px;
}

.system-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.system-panels article {
  background: #fff;
  border-color: rgba(0,0,0,.14);
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.system-panels h3 {
  color: #111;
}

.creative .split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 100px;
}

.creative p {
  max-width: 720px;
  margin-top: 38px;
}

.red {
  color: var(--red);
}

.blue {
  color: var(--blue);
}

.poster-stack {
  position: relative;
  height: 650px;
}

.poster-stack div {
  position: absolute;
  width: 440px;
  height: 580px;
  padding: 38px;
  border-radius: 32px;
  background: #f2f2ef;
  color: #111;
  font-size: 42px;
  font-weight: 900;
  box-shadow: 0 40px 100px rgba(0,0,0,.38);
}

.poster-stack div:nth-child(1) {
  left: 70px;
  top: 20px;
  transform: rotate(-10deg);
}

.poster-stack div:nth-child(2) {
  left: 310px;
  top: 60px;
  color: #fff;
  background: var(--red);
  transform: rotate(3deg);
}

.poster-stack div:nth-child(3) {
  left: 540px;
  top: 0;
  background: #12161d;
  color: #fff;
  transform: rotate(10deg);
}

.video-frame {
  height: 620px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), transparent),
    radial-gradient(circle at center, rgba(255,75,47,.26), transparent 32%),
    #121212;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
  display: grid;
  place-items: center;
}

.play {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  padding-left: 8px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 42px;
}

.phone-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 110px;
}

.phone-row article {
  height: 520px;
  padding: 42px;
  border-radius: 52px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.1);
}

.phone-row span {
  display: block;
  width: 100%;
  height: 210px;
  margin-bottom: 70px;
  border-radius: 28px;
  background:
    linear-gradient(90deg, #050505 0 56%, transparent 56%),
    linear-gradient(#1677ff 0 0);
  background-size: 100% 16px, 74% 12px;
  background-position: left 20px top 30px, left 20px top 78px;
  background-repeat: no-repeat;
}

.ai {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 100px;
}

.ai-orb {
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #050505 0 32%, transparent 33%),
    conic-gradient(from 120deg, transparent 0 18%, var(--blue) 19% 36%, transparent 37% 52%, var(--red) 53% 70%, transparent 71%);
  filter: drop-shadow(0 40px 100px rgba(22,119,255,.2));
}

.ai article p {
  margin-top: 28px;
}

.works-grid {
  grid-template-columns: repeat(5, 1fr);
}

.works-grid article {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.method h2,
.method > p {
  position: relative;
  z-index: 2;
}

.method > p {
  margin-top: 28px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 210px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 82px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: rgba(255,255,255,.28);
}

.timeline article {
  position: relative;
  z-index: 2;
  text-align: center;
}

.timeline b {
  width: 142px;
  height: 142px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: #11151b;
  color: var(--blue);
  font-size: 30px;
}

.timeline article:nth-child(odd) b {
  color: var(--red);
}

.timeline h3 {
  margin-top: 22px;
  font-size: 26px;
}

.timeline p {
  font-size: 16px;
  line-height: 1.4;
}

.why h2 {
  color: #050505;
}

.why > p {
  max-width: 1160px;
  margin-top: 40px;
  color: #050505;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 900;
}

.why-grid {
  margin-top: 120px;
}

.why-grid article {
  background: #fff;
  border-color: rgba(0,0,0,.16);
}

.why-grid h3 {
  color: #111;
}

.closing {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 100px;
}

.burst {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: repeating-conic-gradient(from -90deg, var(--red) 0 4deg, transparent 4deg 13deg);
  mask: radial-gradient(circle, transparent 0 28%, black 29%);
  filter: drop-shadow(0 30px 100px rgba(255,75,47,.24));
}

.closing h2 {
  font-size: 106px;
}

.closing p {
  margin-top: 70px;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
}

.closing strong {
  display: block;
  margin-top: 28px;
  color: #c8cfd8;
  font-size: 28px;
}

.closing a {
  display: inline-flex;
  margin-top: 78px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .section {
    min-height: auto;
    padding: 72px 28px;
  }

  h1,
  h2 {
    font-size: 54px;
  }

  .hero-card {
    width: 100%;
    height: auto;
    padding: 48px;
    transform: none;
  }

  .nav-links,
  .floating-system,
  .huge-word {
    display: none;
  }

  .statement,
  .values,
  .system,
  .creative .split,
  .video,
  .ai,
  .closing,
  .service-grid,
  .works-grid,
  .why-grid,
  .phone-row,
  .timeline {
    grid-template-columns: 1fr;
  }

  .large-copy p {
    font-size: 34px;
  }
}

/* Measured static replica pass: 1920px design-coordinate system. */
@media (min-width: 900px) {
  body {
    background: #000;
  }

  .opening-web,
  .about-web {
    --u: calc(100vw / 1920);
  }

  .opening-web {
    display: block;
    height: calc(1518 * var(--u));
    min-height: 0;
    padding: 0;
    background:
      radial-gradient(circle at 58% 6%, rgba(255,255,255,.1) 0 1.1%, transparent 1.25%),
      linear-gradient(90deg, transparent 0 67%, rgba(255,255,255,.92) 67.25% 68.15%, transparent 68.35%),
      #000;
  }

  .opening-shadow-card {
    width: calc(1140 * var(--u));
    height: calc(890 * var(--u));
    border-radius: calc(34 * var(--u));
    background: #050505;
    border: 1px solid rgba(255,255,255,.16);
  }

  .shadow-card-left {
    left: calc(56 * var(--u));
    top: calc(-320 * var(--u));
    transform: rotate(-2.5deg);
  }

  .shadow-card-right {
    right: calc(-270 * var(--u));
    top: calc(230 * var(--u));
    transform: rotate(4deg);
  }

  .hero-card-web {
    position: absolute;
    left: calc(98 * var(--u));
    top: calc(78 * var(--u));
    width: calc(1675 * var(--u));
    height: calc(1316 * var(--u));
    margin: 0;
    padding: calc(82 * var(--u)) calc(92 * var(--u));
    overflow: hidden;
    border-radius: calc(36 * var(--u));
    background:
      radial-gradient(circle at 50% 46%, rgba(0,0,0,.065), transparent 18%),
      radial-gradient(circle at 69% 69%, rgba(0,0,0,.09), transparent 18%),
      radial-gradient(circle at 42% 58%, rgba(0,0,0,.075), transparent 15%),
      linear-gradient(135deg, #f4f6f6 0%, #dfe3e5 100%);
    box-shadow: 0 calc(76 * var(--u)) calc(150 * var(--u)) rgba(0,0,0,.72);
    transform: rotate(3.2deg);
    transform-origin: 50% 50%;
  }

  .hero-card-web::before {
    opacity: .52;
    background-image: url("./assets/youmo-hero-ink-smoke.png");
    background-size: 92% 90%;
    background-position: 50% 49%;
    background-repeat: no-repeat;
    filter: blur(calc(1.2 * var(--u)));
    z-index: 1;
  }

  .hero-card-web::after {
    opacity: .18;
    background:
      linear-gradient(90deg, rgba(255,255,255,.65), transparent 16% 84%, rgba(255,255,255,.5)),
      linear-gradient(180deg, rgba(255,255,255,.36), transparent 28% 82%, rgba(255,255,255,.5));
    filter: none;
  }

  .hero-nav-web {
    height: calc(42 * var(--u));
    gap: calc(34 * var(--u));
    font-size: calc(14 * var(--u));
  }

  .hero-brand {
    gap: calc(12 * var(--u));
    font-size: calc(29 * var(--u));
  }

  .hero-logo-img {
    display: block;
    width: calc(82 * var(--u));
    height: auto;
    object-fit: contain;
  }

  .hero-brand .brand-orbit {
    display: none;
  }

  .hero-brand strong {
    display: block;
    font-size: calc(34 * var(--u));
    letter-spacing: -.08em;
    font-weight: 650;
    color: #111;
  }

  .brand-orbit {
    width: calc(32 * var(--u));
    height: calc(21 * var(--u));
  }

  .brand-orbit i {
    width: calc(9 * var(--u));
    height: calc(9 * var(--u));
  }

  .brand-orbit i:nth-child(2) {
    left: calc(11 * var(--u));
  }

  .brand-orbit i:nth-child(3) {
    left: calc(22 * var(--u));
  }

  .hero-links {
    gap: calc(38 * var(--u));
    transform: translateX(calc(-90 * var(--u)));
  }

  .hero-meta {
    width: calc(160 * var(--u));
    padding-left: calc(18 * var(--u));
    font-size: calc(11 * var(--u));
  }

  .hero-meta b {
    font-size: calc(12 * var(--u));
  }

  .menu-pill {
    min-width: calc(93 * var(--u));
    height: calc(52 * var(--u));
    padding: 0 calc(17 * var(--u));
    border-radius: calc(11 * var(--u));
    font-size: calc(12 * var(--u));
  }

  .menu-pill span {
    width: calc(17 * var(--u));
  }

  .hero-copy-web {
    position: absolute;
    left: calc(95 * var(--u));
    top: calc(290 * var(--u));
    width: calc(690 * var(--u));
    max-width: none;
    margin: 0;
  }

  .hero-kicker {
    margin-bottom: calc(26 * var(--u));
    padding-left: calc(26 * var(--u));
    color: #171717;
    font-size: calc(19 * var(--u));
  }

  .hero-kicker::before {
    width: calc(10 * var(--u));
  }

  .hero-copy-web h1 {
    font-size: calc(104 * var(--u));
    line-height: .98;
    letter-spacing: -.09em;
    font-weight: 900;
    color: rgba(0,0,0,.86);
    text-shadow: calc(8 * var(--u)) calc(10 * var(--u)) 0 rgba(0,0,0,.09);
  }

  .hero-tags {
    gap: calc(24 * var(--u));
    margin-top: calc(36 * var(--u));
  }

  .hero-tags span {
    font-size: calc(19 * var(--u));
  }

  .hero-tags p {
    font-size: calc(17 * var(--u));
  }

  .hero-actions {
    gap: calc(18 * var(--u));
    margin-top: calc(78 * var(--u));
  }

  .hero-actions a {
    height: calc(61 * var(--u));
    min-height: 0;
    padding: 0 calc(28 * var(--u));
    font-size: calc(20 * var(--u));
  }

  .primary-action b {
    width: calc(39 * var(--u));
    height: calc(39 * var(--u));
  }

  .hero-person-stage {
    left: calc(370 * var(--u));
    top: calc(252 * var(--u));
    width: calc(1120 * var(--u));
    height: calc(858 * var(--u));
    z-index: 6;
    perspective: calc(980 * var(--u));
    transform-style: preserve-3d;
  }

  .hero-person-stage .opening-person-layer {
    object-fit: contain;
    opacity: 1;
    filter: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
  }

  .hero-person-stage .opening-person-full {
    display: block;
  }

  .hero-service-card {
    top: calc(333 * var(--u));
    right: calc(82 * var(--u));
    width: calc(500 * var(--u));
    min-height: calc(202 * var(--u));
    grid-template-columns: calc(142 * var(--u)) 1fr;
    gap: calc(26 * var(--u));
    padding: calc(26 * var(--u));
    border-radius: calc(31 * var(--u));
    background: rgba(198,202,205,.72);
    z-index: 7;
  }

  .service-logo-box {
    width: calc(142 * var(--u));
    height: calc(142 * var(--u));
    border-radius: calc(24 * var(--u));
    font-size: calc(76 * var(--u));
    color: transparent;
    background:
      url("./assets/youmo-umore-logo-white.png") center / 76% auto no-repeat,
      #050505;
  }

  .hero-service-card > span {
    top: calc(27 * var(--u));
    left: calc(195 * var(--u));
    font-size: calc(14 * var(--u));
  }

  .hero-service-card h2 {
    font-size: calc(34 * var(--u));
    line-height: 1.14;
  }

  .service-progress {
    left: calc(194 * var(--u));
    bottom: calc(34 * var(--u));
    width: calc(96 * var(--u));
  }

  .service-arrows {
    right: calc(28 * var(--u));
    bottom: calc(24 * var(--u));
    gap: calc(10 * var(--u));
  }

  .service-arrows button {
    width: calc(35 * var(--u));
    height: calc(35 * var(--u));
    font-size: calc(14 * var(--u));
  }

  .partners-mini {
    right: calc(120 * var(--u));
    bottom: calc(335 * var(--u));
    width: calc(410 * var(--u));
    font-size: calc(14 * var(--u));
  }

  .partners-mini span {
    margin-bottom: calc(18 * var(--u));
    font-size: calc(16 * var(--u));
  }

  .partners-mini p {
    font-size: calc(13 * var(--u));
    line-height: 2.2;
  }

  .hero-watermark {
    left: calc(36 * var(--u));
    bottom: calc(138 * var(--u));
    font-size: calc(245 * var(--u));
    letter-spacing: -.13em;
    color: transparent;
    background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.54) 46%, rgba(0,0,0,.2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: .72;
    mix-blend-mode: screen;
  }

  .hero-bottom-strip {
    left: calc(62 * var(--u));
    right: calc(64 * var(--u));
    bottom: calc(53 * var(--u));
    min-height: calc(78 * var(--u));
    padding: 0 calc(30 * var(--u));
    z-index: 8;
  }

  .hero-bottom-strip span,
  .hero-bottom-strip b,
  .hero-bottom-strip em {
    font-size: calc(17 * var(--u));
  }

  .about-web {
    display: block;
    height: calc(2395 * var(--u));
    min-height: 0;
    padding: 0;
    background: #000 !important;
  }

  .about-layout {
    position: absolute;
    inset: 0;
    display: block;
    max-width: none;
    min-height: 0;
    margin: 0;
  }

  .about-left {
    position: absolute;
    left: calc(86 * var(--u));
    top: calc(180 * var(--u));
    width: calc(560 * var(--u));
    padding: 0;
    z-index: 5;
  }

  .about-left span {
    margin-bottom: calc(44 * var(--u));
    font-size: calc(18 * var(--u));
  }

  .about-left h2 {
    font-size: calc(62 * var(--u));
    line-height: 1.24;
    letter-spacing: -.08em;
  }

  .about-left strong {
    margin-top: calc(83 * var(--u));
    color: var(--umo-blue-bright);
    font-size: calc(20 * var(--u));
  }

  .about-left p {
    margin-top: calc(13 * var(--u));
    font-size: calc(13 * var(--u));
    line-height: 1.6;
  }

  .about-right {
    position: absolute;
    right: calc(170 * var(--u));
    top: calc(355 * var(--u));
    width: calc(510 * var(--u));
    padding: 0;
    z-index: 5;
  }

  .about-right p {
    font-size: calc(20 * var(--u));
    line-height: 1.86;
    color: rgba(255,255,255,.72);
  }

  .about-right p + p {
    margin-top: calc(27 * var(--u));
  }

  .about-visual {
    z-index: 2;
  }

  .touch-light {
    left: calc(500 * var(--u));
    top: calc(130 * var(--u));
    width: calc(720 * var(--u));
    transform: none;
    mix-blend-mode: screen;
  }

  .hand-device {
    left: calc(275 * var(--u));
    bottom: calc(185 * var(--u));
    width: calc(1430 * var(--u));
    transform: none;
    mix-blend-mode: screen;
  }

  .about-ending {
    position: absolute;
    left: 50%;
    bottom: calc(120 * var(--u));
    width: calc(900 * var(--u));
    max-width: none;
    transform: translateX(-50%);
    gap: calc(20 * var(--u));
  }

  .about-ending p {
    font-size: calc(29 * var(--u));
  }

  .about-ending span {
    width: calc(710 * var(--u));
  }

  .about-ending strong {
    font-size: calc(20 * var(--u));
  }

  .about-ending small {
    font-size: calc(13 * var(--u));
  }

  .frame-opening {
    display: none;
  }
}

/* UMO case-study continuation */
:root {
  --umo-blue: #2f7dff;
  --umo-blue-bright: #78b3ff;
  --umo-blue-deep: #071a3c;
  --umo-surface: #f1f2f3;
  --umo-ink: #08090b;
  --umo-hairline-dark: rgba(8, 9, 11, 0.16);
  --umo-hairline-light: rgba(255, 255, 255, 0.16);
}

.umo-shell {
  position: relative;
  z-index: 2;
  width: min(1700px, calc(100% - 96px));
  margin: 0 auto;
}

.umo-manifesto,
.umo-services,
.umo-works,
.umo-output,
.umo-ai,
.umo-process,
.umo-contact {
  position: relative;
  overflow: hidden;
}

.umo-manifesto h2,
.umo-services h2,
.umo-works h2,
.umo-output h2,
.umo-ai h2,
.umo-process h2,
.umo-contact h2 {
  text-wrap: balance;
  letter-spacing: -0.04em;
}

.umo-manifesto p,
.umo-services p,
.umo-works p,
.umo-output p,
.umo-ai p,
.umo-process p,
.umo-contact p {
  text-wrap: pretty;
}

.umo-dark {
  color: #fff;
  background: #000;
}

.umo-manifesto {
  min-height: 1080px;
  padding: 150px 0 130px;
  border-top: 1px solid var(--umo-hairline-light);
}

.umo-manifesto::before {
  content: "REMEMBERED";
  position: absolute;
  left: -0.05em;
  top: 38%;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(140px, 17vw, 330px);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.7;
  pointer-events: none;
}

.umo-manifesto::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -280px;
  top: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 255, 0.19), rgba(47, 125, 255, 0.04) 35%, transparent 70%);
  filter: blur(18px);
}

.umo-manifesto-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--umo-hairline-light);
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.umo-manifesto-copy {
  width: min(1180px, 82%);
  margin: 150px 0 0 12%;
}

.umo-manifesto-copy > p {
  margin-bottom: 30px;
  color: var(--umo-blue-bright);
  font-size: clamp(17px, 1.25vw, 22px);
}

.umo-manifesto-copy h2 {
  color: #fff;
  font-size: clamp(64px, 7vw, 128px);
  line-height: 1.02;
  font-weight: 650;
}

.umo-manifesto-foot {
  display: grid;
  grid-template-columns: minmax(360px, 600px) 1fr;
  gap: 120px;
  align-items: end;
  margin-top: 150px;
}

.umo-manifesto-foot > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.85;
}

.umo-capability-line {
  display: flex;
  justify-content: flex-end;
  gap: clamp(24px, 3.5vw, 70px);
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.35vw, 24px);
}

.umo-capability-line span {
  position: relative;
}

.umo-capability-line span + span::before {
  content: "";
  position: absolute;
  left: clamp(-36px, -2vw, -18px);
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--umo-blue);
}

.umo-services {
  padding: 170px 0 190px;
  color: var(--umo-ink);
  background: var(--umo-surface);
}

.umo-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 56%, rgba(47, 125, 255, 0.035) 56% 100%);
  pointer-events: none;
}

.umo-section-head {
  display: grid;
  grid-template-columns: 0.7fr 2fr 0.85fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 96px;
}

.umo-section-head > p {
  max-width: 230px;
  color: #50535a;
  font-size: 13px;
  line-height: 1.55;
}

.umo-section-head h2 {
  color: var(--umo-ink);
  font-size: clamp(58px, 5.25vw, 100px);
  line-height: 1.04;
  font-weight: 650;
}

.umo-section-head > span {
  justify-self: end;
  padding-bottom: 9px;
  color: #4c5057;
  font-size: clamp(16px, 1.05vw, 20px);
}

.umo-service-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.umo-service-side {
  position: relative;
  min-height: 780px;
  padding: 62px 66px 58px;
}

.umo-service-vision {
  border: 1px solid var(--umo-hairline-dark);
  border-right: 0;
}

.umo-service-tech {
  color: #fff;
  border: 1px solid rgba(47, 125, 255, 0.36);
  background: #06080d;
}

.umo-service-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -250px;
  top: -250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 148, 255, 0.35), rgba(47, 125, 255, 0.08) 40%, transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.umo-service-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid currentColor;
}

.umo-service-title > span {
  max-width: 150px;
  color: #727780;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.umo-service-tech .umo-service-title > span {
  color: var(--umo-blue-bright);
}

.umo-service-title h3 {
  color: inherit;
  font-size: clamp(56px, 4.6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.umo-service-side > p {
  max-width: 620px;
  margin-top: 48px;
  color: #5f646d;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.75;
}

.umo-service-tech > p {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.66);
}

.umo-service-side ul {
  position: relative;
  z-index: 2;
  margin: 72px 0 0;
  padding: 0;
  list-style: none;
}

.umo-service-side li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid rgba(8, 9, 11, 0.13);
}

.umo-service-tech li {
  border-color: rgba(255, 255, 255, 0.12);
}

.umo-service-side li:last-child {
  border-bottom: 1px solid rgba(8, 9, 11, 0.13);
}

.umo-service-tech li:last-child {
  border-color: rgba(255, 255, 255, 0.12);
}

.umo-service-side li b {
  font-size: clamp(17px, 1.15vw, 21px);
}

.umo-service-side li span {
  color: #777c84;
  font-size: 14px;
  line-height: 1.55;
}

.umo-service-tech li span {
  color: rgba(255, 255, 255, 0.5);
}

.umo-works {
  padding: 180px 0 220px;
  color: #fff;
  background: #000;
}

.umo-works-intro {
  display: grid;
  grid-template-columns: 0.6fr 1.65fr 0.75fr;
  gap: 50px;
  align-items: end;
  padding-bottom: 120px;
}

.umo-works-intro > p {
  align-self: start;
  color: var(--umo-blue-bright);
  font-size: 14px;
}

.umo-works-intro h2 {
  color: #fff;
  font-size: clamp(60px, 5.8vw, 112px);
  line-height: 1.02;
  font-weight: 620;
}

.umo-works-intro > span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 16px;
  line-height: 1.75;
}

.umo-project {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) 1.75fr;
  gap: 54px;
  min-height: 860px;
  margin-bottom: 140px;
  padding: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: #08090b;
}

.umo-project:last-child {
  margin-bottom: 0;
}

.umo-project::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  left: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 255, 0.16), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.umo-project-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0 8px;
}

.umo-project-info > span {
  color: var(--umo-blue-bright);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.umo-project-info h3 {
  margin-top: 32px;
  color: #fff;
  font-size: clamp(52px, 4.35vw, 84px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.umo-project-info > p {
  max-width: 480px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.85;
}

.umo-project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.umo-project-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.umo-project-media {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  transform: perspective(1200px) rotateX(var(--project-rx, 0deg)) rotateY(var(--project-ry, 0deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.umo-project-media figure,
.umo-output-grid figure,
.umo-ai-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.umo-project-media figure {
  border-radius: 10px;
}

.umo-project-media img,
.umo-output-grid img,
.umo-ai-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.umo-project-media figure:hover img,
.umo-output-grid figure:hover img,
.umo-ai-gallery figure:hover img {
  transform: scale(1.025);
}

.umo-media-triple {
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.umo-media-triple .umo-media-main {
  grid-row: 1 / 3;
}

.umo-media-split {
  grid-template-columns: 1fr 1fr;
}

.umo-output {
  padding: 180px 0 210px;
  color: var(--umo-ink);
  background: #e7e9ec;
}

.umo-output-head {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 80px;
}

.umo-output-head h2 {
  max-width: 980px;
  color: var(--umo-ink);
  font-size: clamp(64px, 6.2vw, 118px);
  line-height: 0.98;
  font-weight: 650;
}

.umo-output-head p {
  max-width: 390px;
  color: #5d6168;
  font-size: 15px;
  line-height: 1.7;
}

.umo-output-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.umo-output-grid figure {
  min-height: 480px;
  border-radius: 10px;
}

.umo-output-grid .umo-output-wide {
  grid-column: 1 / -1;
  min-height: 720px;
}

.umo-output-grid figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.76);
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.umo-ai {
  min-height: 1480px;
  padding: 190px 0 220px;
  color: #fff;
  background: #02040a;
}

.umo-ai::after {
  content: "AI";
  position: absolute;
  right: -0.04em;
  top: 40px;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(300px, 38vw, 720px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.umo-ai-orbit {
  position: absolute;
  width: 900px;
  height: 900px;
  left: 44%;
  top: 120px;
  border-radius: 50%;
  border: 1px solid rgba(80, 150, 255, 0.18);
  box-shadow: inset 0 0 180px rgba(47, 125, 255, 0.08), 0 0 180px rgba(47, 125, 255, 0.08);
  transform: translateX(-50%);
}

.umo-ai-orbit::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 143, 255, 0.22), rgba(47, 125, 255, 0.05) 42%, transparent 70%);
  filter: blur(18px);
}

.umo-ai-head {
  position: relative;
  z-index: 3;
  width: min(1220px, 78%);
}

.umo-ai-head > span {
  color: var(--umo-blue-bright);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.umo-ai-head h2 {
  margin-top: 42px;
  color: #fff;
  font-size: clamp(66px, 6.2vw, 118px);
  line-height: 1;
  font-weight: 620;
}

.umo-ai-head p {
  max-width: 720px;
  margin: 52px 0 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.85;
}

.umo-ai-gallery {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 0.8fr;
  grid-template-rows: 360px 360px;
  gap: 16px;
  margin-top: 130px;
}

.umo-ai-gallery figure {
  border-radius: 10px;
}

.umo-ai-gallery .umo-ai-feature {
  grid-row: 1 / 3;
}

.umo-ai-gallery figure:last-child {
  grid-column: 2 / 4;
}

.umo-process {
  padding: 190px 0 210px;
  color: var(--umo-ink);
  background: #f4f5f6;
}

.umo-process-title {
  display: grid;
  grid-template-columns: 0.6fr 1.8fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 110px;
}

.umo-process-title > p {
  color: var(--umo-blue);
  font-size: 14px;
}

.umo-process-title h2 {
  color: var(--umo-ink);
  font-size: clamp(62px, 5.6vw, 108px);
  line-height: 1.02;
  font-weight: 650;
}

.umo-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--umo-hairline-dark);
}

.umo-process-list li {
  display: grid;
  grid-template-columns: 0.45fr 2fr;
  gap: 50px;
  min-height: 180px;
  padding: 38px 0;
  border-bottom: 1px solid var(--umo-hairline-dark);
  transition: color 250ms ease, padding-left 350ms cubic-bezier(0.16, 1, 0.3, 1), background 250ms ease;
}

.umo-process-list li:hover {
  padding-left: 28px;
  color: #fff;
  background: var(--umo-blue);
}

.umo-process-list li > span {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

.umo-process-list li > div {
  display: grid;
  grid-template-columns: 0.7fr 1.5fr;
  gap: 60px;
  align-items: baseline;
}

.umo-process-list h3 {
  color: inherit;
  font-size: clamp(42px, 3.5vw, 66px);
  letter-spacing: -0.04em;
  font-weight: 600;
}

.umo-process-list p {
  max-width: 640px;
  color: #61656c;
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.7;
}

.umo-process-list li:hover p {
  color: rgba(255, 255, 255, 0.82);
}

.umo-contact {
  min-height: 100vh;
  padding: 120px 0 56px;
  color: #fff;
  background: #000;
}

.umo-contact-glow {
  position: absolute;
  left: 50%;
  bottom: -420px;
  width: 1050px;
  height: 1050px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 158, 255, 0.42), rgba(47, 125, 255, 0.12) 30%, transparent 68%);
  filter: blur(22px);
  transform: translateX(-50%);
  pointer-events: none;
}

.umo-contact .umo-shell {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 176px);
}

.umo-contact .umo-shell > p {
  color: var(--umo-blue-bright);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.umo-contact h2 {
  max-width: 1400px;
  margin-top: 13vh;
  color: #fff;
  font-size: clamp(72px, 8.2vw, 156px);
  line-height: 0.98;
  font-weight: 600;
}

.umo-contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: auto;
  padding: 42px 0;
  border-top: 1px solid var(--umo-hairline-light);
}

.umo-contact-bottom > span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
}

.umo-contact-bottom a {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.umo-contact-bottom a:hover {
  color: #fff;
  border-color: var(--umo-blue);
  background: var(--umo-blue);
  transform: translateY(-3px);
}

.umo-contact footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
  border-top: 1px solid var(--umo-hairline-light);
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.umo-contact footer span:nth-child(2) {
  text-align: center;
}

.umo-contact footer span:last-child {
  text-align: right;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.motion-ready [data-reveal] {
  opacity: 0.38;
  transform: translateY(34px);
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-ready [data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--umo-blue-bright);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .umo-shell {
    width: min(100% - 64px, 1700px);
  }

  .umo-manifesto-foot,
  .umo-section-head,
  .umo-works-intro {
    gap: 40px;
  }

  .umo-service-side {
    padding: 48px 42px;
  }

  .umo-service-side li {
    grid-template-columns: 150px 1fr;
  }

  .umo-project {
    grid-template-columns: 0.62fr 1.38fr;
    padding: 40px;
  }
}

@media (max-width: 899px) {
  .umo-shell {
    width: calc(100% - 40px);
  }

  .umo-manifesto,
  .umo-services,
  .umo-works,
  .umo-output,
  .umo-ai,
  .umo-process {
    padding: 104px 0;
  }

  .umo-manifesto {
    min-height: 860px;
  }

  .umo-manifesto-meta,
  .umo-output-head,
  .umo-contact-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .umo-manifesto-meta span:last-child {
    display: none;
  }

  .umo-manifesto-copy {
    width: 100%;
    margin: 110px 0 0;
  }

  .umo-manifesto-copy h2,
  .umo-section-head h2,
  .umo-works-intro h2,
  .umo-output-head h2,
  .umo-ai-head h2,
  .umo-process-title h2 {
    font-size: clamp(46px, 12vw, 72px);
  }

  .umo-manifesto-foot,
  .umo-section-head,
  .umo-works-intro,
  .umo-process-title {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .umo-manifesto-foot {
    margin-top: 100px;
  }

  .umo-capability-line {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .umo-section-head > span {
    justify-self: start;
  }

  .umo-service-duo {
    grid-template-columns: 1fr;
  }

  .umo-service-vision {
    border-right: 1px solid var(--umo-hairline-dark);
  }

  .umo-service-side {
    min-height: 0;
    padding: 42px 28px;
  }

  .umo-service-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .umo-service-side li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .umo-works-intro {
    padding-bottom: 70px;
  }

  .umo-project {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: 0;
    margin-bottom: 70px;
    padding: 28px;
  }

  .umo-project-info > p {
    margin-top: 28px;
  }

  .umo-project-tags {
    margin-top: 36px;
  }

  .umo-project-media {
    min-height: 620px;
  }

  .umo-media-triple,
  .umo-media-split {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .umo-media-split {
    grid-template-rows: repeat(2, 1fr);
  }

  .umo-media-triple .umo-media-main {
    grid-row: auto;
  }

  .umo-output-grid {
    grid-template-columns: 1fr;
  }

  .umo-output-grid .umo-output-wide {
    grid-column: auto;
    min-height: 420px;
  }

  .umo-output-grid figure {
    min-height: 360px;
  }

  .umo-ai {
    min-height: 0;
  }

  .umo-ai-head {
    width: 100%;
  }

  .umo-ai-head p {
    margin-left: 0;
  }

  .umo-ai-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    margin-top: 80px;
  }

  .umo-ai-gallery figure,
  .umo-ai-gallery .umo-ai-feature,
  .umo-ai-gallery figure:last-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 330px;
  }

  .umo-process-list li,
  .umo-process-list li > div {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .umo-process-list li:hover {
    padding-left: 16px;
  }

  .umo-contact {
    min-height: 850px;
    padding: 90px 0 36px;
  }

  .umo-contact .umo-shell {
    min-height: 724px;
  }

  .umo-contact h2 {
    margin-top: 16vh;
    font-size: clamp(52px, 13.5vw, 84px);
  }

  .umo-contact footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .umo-contact footer span:nth-child(2),
  .umo-contact footer span:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .motion-ready [data-reveal],
  .umo-project-media,
  .umo-project-media img,
  .umo-output-grid img,
  .umo-ai-gallery img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Zenixa-depth visual study: UMO continuation */
.umo-manifesto,
.umo-services,
.umo-works,
.umo-output,
.umo-ai,
.umo-process,
.umo-contact {
  display: none !important;
}

.zen-stage,
.zen-services,
.zen-foundation,
.zen-interface,
.zen-duality,
.zen-devices,
.zen-process,
.zen-closing {
  position: relative;
  overflow: hidden;
  font-family: "Inter Tight", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.zen-wrap {
  position: relative;
  z-index: 3;
  width: min(1700px, calc(100% - 120px));
  margin: 0 auto;
}

.zen-stage {
  height: min(79vw, 1510px);
  min-height: 1040px;
  color: #fff;
  background: #050505;
  isolation: isolate;
}

.zen-stage::before {
  content: "";
  position: absolute;
  left: 72%;
  top: -12%;
  width: 18px;
  height: 132%;
  background: #eef0f2;
  transform: rotate(3deg);
  box-shadow: 0 0 80px rgba(47, 125, 255, 0.2);
}

.zen-stage::after {
  content: "UMO";
  position: absolute;
  right: 5vw;
  top: 2.8vw;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 72px);
  font-weight: 700;
  letter-spacing: -0.08em;
}

.zen-stage-noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(47, 125, 255, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 25%);
}

.zen-stage-caption {
  position: absolute;
  z-index: 2;
  left: 5vw;
  right: 5vw;
  top: 3.4vw;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.zen-stage-caption span:last-child {
  margin-right: 19vw;
}

.zen-browser {
  position: absolute;
  z-index: 4;
  left: 7.6%;
  top: 9.8%;
  width: 85.2%;
  height: 79%;
  overflow: hidden;
  padding: clamp(34px, 3.2vw, 64px);
  color: #0a0a0a;
  border: 1px solid rgba(47, 125, 255, 0.7);
  border-radius: clamp(18px, 2vw, 34px);
  background: #e0e3e6;
  box-shadow: 0 80px 160px rgba(0, 0, 0, 0.74), 0 0 55px rgba(47, 125, 255, 0.16);
  transform: perspective(1800px) rotateZ(2.6deg) rotateX(var(--zen-rx, 0deg)) rotateY(var(--zen-ry, 0deg));
  transform-origin: 50% 48%;
  transition: transform 220ms ease-out;
}

.zen-browser::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 55% 48%, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.34), transparent 36% 74%, rgba(255, 255, 255, 0.2));
  pointer-events: none;
}

.zen-browser-nav,
.zen-browser-hero,
.zen-browser-widget,
.zen-browser-word,
.zen-browser-foot {
  position: relative;
  z-index: 2;
}

.zen-browser-nav {
  display: grid;
  grid-template-columns: 0.9fr 1.7fr 0.9fr;
  align-items: center;
  gap: 30px;
  min-height: 42px;
}

.zen-browser-brand,
.zen-browser-nav a {
  color: #090909;
  text-decoration: none;
}

.zen-browser-brand {
  font-size: clamp(24px, 1.8vw, 36px);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.zen-browser-nav nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 2.2vw, 46px);
  font-size: clamp(12px, 0.8vw, 16px);
}

.zen-browser-nav > span {
  justify-self: end;
  color: rgba(0, 0, 0, 0.48);
  font-size: clamp(10px, 0.68vw, 13px);
}

.zen-browser-hero {
  width: 58%;
  margin-top: 10.8%;
}

.zen-browser-hero > p {
  color: #151515;
  font-size: clamp(13px, 0.92vw, 18px);
}

.zen-browser-hero h2 {
  margin-top: 24px;
  color: #0a0a0a;
  font-size: clamp(58px, 5.15vw, 102px);
  line-height: 0.91;
  letter-spacing: -0.065em;
  font-weight: 500;
}

.zen-browser-note {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(560px, 70%);
  margin-top: 38px;
  color: rgba(0, 0, 0, 0.6);
  font-size: clamp(12px, 0.82vw, 16px);
}

.zen-browser-note i {
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.22);
}

.zen-browser-widget {
  position: absolute;
  top: 31%;
  right: 5.4%;
  display: grid;
  grid-template-columns: 38% 1fr;
  grid-template-rows: auto 1fr;
  width: 31%;
  height: 23%;
  padding: 22px;
  border-radius: 22px;
  background: #c9cdd1;
}

.zen-browser-widget::before {
  content: "UMO";
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  margin-right: 20px;
  border-radius: 16px;
  color: #fff;
  background: #050505;
  font-size: clamp(19px, 1.5vw, 30px);
  font-weight: 650;
  letter-spacing: -0.06em;
}

.zen-browser-widget > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.zen-browser-widget strong {
  align-self: center;
  color: #fff;
  font-size: clamp(19px, 1.7vw, 34px);
  line-height: 1.02;
  font-weight: 400;
}

.zen-browser-widget b {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  font-weight: 500;
}

.zen-browser-word {
  position: absolute;
  left: 3.2%;
  right: 3.2%;
  bottom: -0.09em;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(150px, 15vw, 300px);
  line-height: 0.78;
  letter-spacing: -0.11em;
  font-weight: 700;
  pointer-events: none;
}

.zen-browser-foot {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 3.4%;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 20px 28px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.83);
  font-size: clamp(11px, 0.74vw, 14px);
}

.zen-stage-scroll {
  position: absolute;
  left: 50%;
  bottom: 3.2vw;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  transform: translateX(-50%);
}

.zen-services {
  min-height: 1320px;
  padding: 170px 0 200px;
  color: #fff;
  background: #050505;
}

.zen-services-head {
  display: grid;
  grid-template-columns: 0.5fr 1.7fr 0.75fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 120px;
}

.zen-services-head > span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

.zen-services-head h2 {
  color: #fff;
  font-size: clamp(60px, 5.5vw, 106px);
  line-height: 1.01;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.zen-services-head p {
  color: rgba(255, 255, 255, 0.54);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.75;
}

.zen-service-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.zen-service-list article {
  display: grid;
  grid-template-columns: 0.25fr 1.1fr 1.5fr 0.55fr;
  gap: 30px;
  align-items: center;
  min-height: 142px;
  padding: 26px 28px 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: color 260ms ease, background 260ms ease, padding-left 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zen-service-list article:hover {
  padding-left: 28px;
  color: #fff;
  background: var(--umo-blue);
}

.zen-service-list article > span,
.zen-service-list article > b {
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  font-weight: 400;
}

.zen-service-list article:hover > span,
.zen-service-list article:hover > b {
  color: rgba(255, 255, 255, 0.8);
}

.zen-service-list h3 {
  color: inherit;
  font-size: clamp(30px, 2.4vw, 46px);
  letter-spacing: -0.04em;
  font-weight: 400;
}

.zen-service-list p {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(14px, 0.95vw, 18px);
}

.zen-service-list article:hover p {
  color: rgba(255, 255, 255, 0.86);
}

.zen-foundation {
  min-height: 1095px;
  padding: 90px max(7vw, calc((100vw - 1180px) / 2));
  color: #fff;
  background: #050505;
}

.zen-foundation-title {
  color: transparent;
  background: linear-gradient(180deg, #f3f3f3 0%, #333 70%, #111 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(76px, 8vw, 150px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 400;
}

.zen-type-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 170px;
}

.zen-type-columns article {
  padding-right: 40px;
}

.zen-type-columns article + article {
  padding-left: 70px;
  border-left: 1px solid rgba(47, 125, 255, 0.28);
}

.zen-type-columns article > span {
  display: inline-block;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.zen-type-columns h2 {
  margin-top: 48px;
  color: #f2f2f2;
  font-size: clamp(34px, 3.1vw, 60px);
  letter-spacing: -0.04em;
  font-weight: 400;
}

.zen-type-sample {
  margin-top: 36px;
  color: transparent;
  background: linear-gradient(180deg, #777, #151515);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(110px, 11vw, 210px);
  line-height: 0.9;
  letter-spacing: -0.09em;
}

.zen-type-columns dl {
  margin: 62px 0 0;
}

.zen-type-columns dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.zen-type-columns dt,
.zen-type-columns dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.zen-type-columns dd {
  color: rgba(255, 255, 255, 0.84);
}

.zen-color-stack {
  width: min(1080px, 86%);
  margin: 150px auto 0;
}

.zen-color-stack > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 108px;
  padding: 24px;
  color: #111;
  border-bottom: 10px solid #050505;
}

.zen-color-stack strong {
  font-size: 20px;
  font-weight: 400;
}

.zen-color-stack span {
  margin-top: 10px;
  font-size: 13px;
}

.zen-color-blue { background: #2f7dff; color: #fff !important; }
.zen-color-silver { background: #dce0e5; }
.zen-color-gray { background: #8d9097; color: #fff !important; }
.zen-color-white { background: #f2f3f4; }
.zen-color-black { background: #191b20; color: #fff !important; }

.zen-interface {
  min-height: 1550px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 40%, rgba(47, 125, 255, 0.12), transparent 32%),
    #050505;
  perspective: 1600px;
}

.zen-interface-meta {
  position: absolute;
  z-index: 5;
  left: 6vw;
  right: 6vw;
  top: 74px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
}

.zen-interface-board {
  position: absolute;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 70px 130px rgba(0, 0, 0, 0.6);
}

.zen-board-primary {
  left: 8%;
  top: 15%;
  width: 59%;
  height: 67%;
  padding: 56px;
  color: #0a0a0a;
  background: #e4e7ea;
  transform: rotateY(7deg) rotateZ(-2deg);
}

.zen-board-primary header,
.zen-board-primary footer,
.zen-board-tech header,
.zen-board-tech footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zen-board-primary header strong {
  font-size: 28px;
}

.zen-board-primary header span,
.zen-board-primary footer span {
  color: rgba(0, 0, 0, 0.48);
  font-size: 12px;
}

.zen-board-primary > div {
  margin-top: 22%;
}

.zen-board-primary p {
  color: rgba(0, 0, 0, 0.52);
  font-size: clamp(18px, 1.5vw, 29px);
  line-height: 1.3;
}

.zen-board-primary h2 {
  margin-top: 26px;
  color: #080808;
  font-size: clamp(90px, 9vw, 170px);
  line-height: 0.82;
  letter-spacing: -0.08em;
  font-weight: 500;
}

.zen-board-primary footer {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.zen-board-tech {
  right: 7%;
  top: 25%;
  width: 35%;
  height: 57%;
  padding: 46px;
  border: 1px solid rgba(47, 125, 255, 0.58);
  color: #fff;
  background: #0b0e14;
  transform: rotateY(-8deg) rotateZ(2.5deg) translateZ(70px);
}

.zen-board-tech header span,
.zen-board-tech header b,
.zen-board-tech footer span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 400;
}

.zen-board-tech h2 {
  margin-top: 25%;
  color: #fff;
  font-size: clamp(62px, 5.5vw, 106px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 400;
}

.zen-tech-signal {
  display: flex;
  gap: 8px;
  margin-top: 52px;
}

.zen-tech-signal i {
  width: 18%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.zen-tech-signal i:nth-child(2),
.zen-tech-signal i:nth-child(3) {
  background: var(--umo-blue);
  box-shadow: 0 0 18px rgba(47, 125, 255, 0.85);
}

.zen-board-tech footer {
  position: absolute;
  left: 46px;
  right: 46px;
  bottom: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.zen-board-note {
  right: 12%;
  bottom: 8%;
  width: 26%;
  min-height: 250px;
  padding: 34px;
  color: #0a0a0a;
  background: #f3f4f5;
  transform: rotateZ(-3deg) translateZ(120px);
}

.zen-board-note > span,
.zen-board-note small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.zen-board-note p {
  margin-top: 36px;
  color: #0a0a0a;
  font-size: clamp(30px, 2.5vw, 48px);
  line-height: 1.02;
}

.zen-board-note small {
  position: absolute;
  left: 34px;
  bottom: 28px;
}

.zen-interface-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 125, 255, 0.65), transparent);
  box-shadow: 0 0 30px rgba(47, 125, 255, 0.55);
}

.zen-duality {
  min-height: 1180px;
  padding: 160px 0;
  color: #090909;
  background: #e1e4e7;
}

.zen-duality-head {
  display: grid;
  grid-template-columns: 0.45fr 1.7fr;
  gap: 70px;
}

.zen-duality-head > span {
  color: #555a62;
  font-size: 13px;
}

.zen-duality-head h2 {
  color: #0a0a0a;
  font-size: clamp(62px, 5.7vw, 110px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.zen-duality-stage {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  min-height: 560px;
  margin-top: 110px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.16);
  transform: perspective(1500px) rotateX(var(--zen-rx, 0deg)) rotateY(var(--zen-ry, 0deg));
  transition: transform 220ms ease-out;
}

.zen-duality-stage article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 58px;
}

.zen-duality-vision {
  color: #0a0a0a;
  background: #f6f7f7;
}

.zen-duality-tech {
  color: #fff;
  background: #080b12;
}

.zen-duality-stage article > span {
  color: #70747a;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.zen-duality-tech > span {
  color: var(--umo-blue-bright) !important;
}

.zen-duality-stage h3 {
  color: inherit;
  font-size: clamp(90px, 9vw, 170px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 500;
}

.zen-duality-stage p {
  max-width: 500px;
  color: #5f646b;
  font-size: 17px;
  line-height: 1.7;
}

.zen-duality-tech p {
  color: rgba(255, 255, 255, 0.56);
}

.zen-duality-axis {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--umo-blue);
}

.zen-duality-axis span {
  font-size: 40px;
  font-weight: 300;
}

.zen-devices {
  min-height: 1500px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 64%, rgba(47, 125, 255, 0.22), transparent 30%),
    #050505;
  perspective: 1600px;
}

.zen-devices-copy {
  position: absolute;
  z-index: 6;
  left: 7%;
  top: 120px;
  width: 62%;
}

.zen-devices-copy span {
  color: var(--umo-blue-bright);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.zen-devices-copy h2 {
  margin-top: 30px;
  color: #fff;
  font-size: clamp(62px, 5.8vw, 112px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.zen-device-deck {
  position: absolute;
  inset: 0;
}

.zen-device {
  position: absolute;
  top: 41%;
  width: 22%;
  height: 48%;
  overflow: hidden;
  padding: 32px;
  border: 10px solid #11151c;
  border-radius: 44px;
  background: #e4e7ea;
  box-shadow: 0 70px 120px rgba(0, 0, 0, 0.72), 0 0 38px rgba(47, 125, 255, 0.12);
}

.zen-device header {
  display: flex;
  justify-content: space-between;
  color: #0a0a0a;
  font-size: 14px;
}

.zen-device header i {
  width: 52px;
  height: 15px;
  border-radius: 999px;
  background: #111;
}

.zen-device > p {
  margin-top: 32%;
  color: #0a0a0a;
  font-size: clamp(32px, 3vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.zen-device footer {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.zen-device-left {
  left: 14%;
  transform: rotateY(22deg) rotateZ(-6deg) translateZ(-90px);
}

.zen-device-center {
  left: 39%;
  top: 35%;
  width: 24%;
  height: 55%;
  z-index: 4;
  border-color: #1a2436;
  box-shadow: 0 80px 150px rgba(0, 0, 0, 0.8), 0 0 70px rgba(47, 125, 255, 0.34);
  transform: translateZ(80px);
}

.zen-device-center > div {
  display: flex;
  gap: 8px;
  margin-top: 34px;
}

.zen-device-center > div span {
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  color: rgba(0, 0, 0, 0.58);
  font-size: 9px;
}

.zen-device-right {
  right: 14%;
  transform: rotateY(-22deg) rotateZ(6deg) translateZ(-90px);
}

.zen-process {
  min-height: 1120px;
  padding: 150px 0 190px;
  color: #fff;
  background: #050505;
}

.zen-process-head {
  display: grid;
  grid-template-columns: 0.4fr 1.7fr;
  gap: 70px;
}

.zen-process-head > span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

.zen-process-head h2 {
  color: #fff;
  font-size: clamp(62px, 5.7vw, 110px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.zen-process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 140px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.zen-process-track li {
  min-height: 390px;
  padding: 34px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 260ms ease, transform 260ms ease;
}

.zen-process-track li:hover {
  background: var(--umo-blue);
  transform: translateY(-16px);
}

.zen-process-track li > span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

.zen-process-track h3 {
  margin-top: 80px;
  color: #fff;
  font-size: clamp(44px, 4vw, 76px);
  letter-spacing: -0.05em;
  font-weight: 400;
}

.zen-process-track p {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
}

.zen-process-track li:hover p {
  color: rgba(255, 255, 255, 0.86);
}

.zen-closing {
  min-height: 1120px;
  padding: 76px 0 50px;
  color: #fff;
  background: #050505;
}

.zen-closing-glow {
  position: absolute;
  left: 54%;
  bottom: -560px;
  width: 1050px;
  height: 1050px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 255, 0.45), rgba(47, 125, 255, 0.08) 36%, transparent 70%);
  filter: blur(26px);
  transform: translateX(-50%);
}

.zen-closing .zen-wrap {
  display: flex;
  flex-direction: column;
  min-height: 990px;
}

.zen-closing .zen-wrap > p {
  color: var(--umo-blue-bright);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.zen-closing h2 {
  max-width: 1620px;
  margin-top: 150px;
  color: #fff;
  font-size: clamp(90px, 9.6vw, 184px);
  line-height: 0.88;
  letter-spacing: -0.075em;
  font-weight: 400;
}

.zen-closing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: auto;
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.zen-closing-row > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.zen-closing-row a {
  padding: 15px 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: background 220ms ease, border-color 220ms ease;
}

.zen-closing-row a:hover {
  border-color: var(--umo-blue);
  background: var(--umo-blue);
}

.zen-closing footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
}

.zen-closing footer span:nth-child(2) { text-align: center; }
.zen-closing footer span:last-child { text-align: right; }

[data-zen-reveal] {
  opacity: 1;
  transform: none;
}

.zen-motion [data-zen-reveal] {
  opacity: 0.25;
  transform: translateY(34px);
  transition: opacity 950ms cubic-bezier(0.16, 1, 0.3, 1), transform 950ms cubic-bezier(0.16, 1, 0.3, 1);
}

.zen-motion [data-zen-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 899px) {
  .zen-wrap {
    width: calc(100% - 40px);
  }

  .zen-stage {
    height: 980px;
    min-height: 0;
  }

  .zen-stage::before {
    left: 78%;
    width: 7px;
  }

  .zen-stage-caption {
    top: 28px;
  }

  .zen-stage-caption span:last-child {
    display: none;
  }

  .zen-browser {
    left: 20px;
    top: 100px;
    width: calc(100% - 40px);
    height: 760px;
    padding: 26px;
    border-radius: 18px;
    transform: rotateZ(1.6deg);
  }

  .zen-browser-nav {
    grid-template-columns: 1fr auto;
  }

  .zen-browser-nav nav,
  .zen-browser-nav > span {
    display: none;
  }

  .zen-browser-hero {
    width: 100%;
    margin-top: 120px;
  }

  .zen-browser-hero h2 {
    font-size: 53px;
  }

  .zen-browser-widget {
    top: auto;
    right: 26px;
    bottom: 110px;
    width: calc(100% - 52px);
    height: 150px;
  }

  .zen-browser-word {
    font-size: 84px;
  }

  .zen-browser-foot {
    display: none;
  }

  .zen-services,
  .zen-duality,
  .zen-process {
    min-height: 0;
    padding: 104px 0;
  }

  .zen-services-head,
  .zen-duality-head,
  .zen-process-head {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .zen-services-head {
    padding-bottom: 70px;
  }

  .zen-services-head h2,
  .zen-duality-head h2,
  .zen-process-head h2,
  .zen-devices-copy h2 {
    font-size: 49px;
  }

  .zen-service-list article {
    grid-template-columns: 38px 1fr;
    gap: 10px 18px;
    padding: 25px 0;
  }

  .zen-service-list article p,
  .zen-service-list article b {
    grid-column: 2;
  }

  .zen-foundation {
    min-height: 0;
    padding: 90px 20px;
  }

  .zen-foundation-title {
    font-size: 70px;
  }

  .zen-type-columns {
    grid-template-columns: 1fr;
    gap: 80px;
    margin-top: 90px;
  }

  .zen-type-columns article + article {
    padding: 70px 0 0;
    border-top: 1px solid rgba(47, 125, 255, 0.28);
    border-left: 0;
  }

  .zen-type-sample {
    font-size: 120px;
  }

  .zen-color-stack {
    width: 100%;
    margin-top: 90px;
  }

  .zen-interface {
    min-height: 1080px;
  }

  .zen-interface-meta {
    left: 20px;
    right: 20px;
    top: 36px;
  }

  .zen-interface-meta span:last-child {
    display: none;
  }

  .zen-board-primary {
    left: -18%;
    top: 14%;
    width: 108%;
    height: 54%;
    padding: 32px;
  }

  .zen-board-primary h2 {
    font-size: 76px;
  }

  .zen-board-tech {
    right: -16%;
    top: 49%;
    width: 92%;
    height: 42%;
    padding: 28px;
  }

  .zen-board-tech h2 {
    font-size: 58px;
  }

  .zen-board-note {
    display: none;
  }

  .zen-duality-stage {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .zen-duality-stage article {
    min-height: 440px;
    padding: 36px;
  }

  .zen-duality-axis {
    min-height: 70px;
  }

  .zen-duality-stage h3 {
    font-size: 100px;
  }

  .zen-devices {
    min-height: 1240px;
  }

  .zen-devices-copy {
    left: 20px;
    top: 90px;
    width: calc(100% - 40px);
  }

  .zen-device {
    top: 42%;
    width: 56%;
    height: 47%;
    padding: 22px;
    border-width: 7px;
    border-radius: 30px;
  }

  .zen-device-left {
    left: -24%;
  }

  .zen-device-center {
    left: 22%;
    top: 37%;
    width: 58%;
    height: 54%;
  }

  .zen-device-right {
    right: -26%;
  }

  .zen-device > p {
    font-size: 34px;
  }

  .zen-process-track {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .zen-process-track li {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .zen-process-track h3 {
    margin-top: 38px;
  }

  .zen-closing {
    min-height: 850px;
    padding: 56px 0 30px;
  }

  .zen-closing .zen-wrap {
    min-height: 764px;
  }

  .zen-closing h2 {
    margin-top: 120px;
    font-size: 62px;
    line-height: 0.94;
  }

  .zen-closing-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .zen-closing footer {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .zen-closing footer span:nth-child(2),
  .zen-closing footer span:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zen-motion [data-zen-reveal],
  .zen-browser,
  .zen-duality-stage {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media print {
  @page {
    size: 20in 11.25in;
    margin: 0;
  }

  html,
  body {
    width: 1920px;
    margin: 0;
    background: #050505;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .section {
    width: 1920px;
    height: 1080px;
    min-height: 1080px;
    break-after: page;
    page-break-after: always;
  }

  .section:last-child {
    break-after: auto;
    page-break-after: auto;
  }
}
