/* Multiply Mavericks 2.9.6 — semantic dual-theme design system */

:root,
html[data-theme="light"] {
  --font-display: "Sora", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --bg-canvas: #fafafa;
  --bg-surface: #ffffff;
  --bg-surface-2: #f4f4f5;
  --bg-elevated: #ffffff;
  --text-strong: #0a0a0a;
  --text-body: #3f3f46;
  --text-muted: #71717a;
  --border-subtle: #e3e3e7;
  --border-strong: #c9cad2;
  --accent: #2240d8;
  --accent-bright: #3857ed;
  --accent-soft: #e8ecff;
  --accent-rgb: 34,64,216;
  --on-accent: #ffffff;
  --header-bg: rgba(250,250,250,.88);
  --hero-grid: rgba(34,64,216,.08);
  --logo-filter: none;
  --shadow-soft: 0 24px 70px rgba(22,30,74,.11);
  --shadow-card: 0 18px 50px rgba(22,30,74,.08);
  --proof-bg: #eef1ff;
  --proof-surface: rgba(255,255,255,.72);
  --proof-text: #0a0a0a;
  --proof-muted: #54586b;
  --kinetic-bg: radial-gradient(circle at 52% 47%,#dce3ff 0%,#afbcff 23%,#edf0ff 50%,#f7f8ff 78%);
  --kinetic-border: rgba(34,64,216,.22);
  --field-bg: #ffffff;
  --field-border: #d8d9e0;

  /* Shared component aliases. */
  --ink: var(--text-strong);
  --ink-soft: var(--bg-surface);
  --panel: var(--bg-surface-2);
  --paper: var(--bg-surface-2);
  --muted: var(--text-muted);
  --line: var(--border-subtle);
  --violet: var(--accent-bright);
  --coral: #6680ff;
  --shadow: var(--shadow-soft);
}

html[data-theme="dark"] {
  --bg-canvas: #050505;
  --bg-surface: #101014;
  --bg-surface-2: #1a1a1f;
  --bg-elevated: #202027;
  --text-strong: #ffffff;
  --text-body: #d4d4d8;
  --text-muted: #a1a1aa;
  --border-subtle: #2a2a32;
  --border-strong: #454550;
  --accent: #6680ff;
  --accent-bright: #8094ff;
  --accent-soft: #18214f;
  --accent-rgb: 102,128,255;
  --on-accent: #08090d;
  --header-bg: rgba(5,5,5,.88);
  --hero-grid: rgba(102,128,255,.1);
  --logo-filter: invert(1);
  --shadow-soft: 0 28px 84px rgba(0,0,0,.38);
  --shadow-card: 0 20px 56px rgba(0,0,0,.28);
  --proof-bg: #08090d;
  --proof-surface: rgba(255,255,255,.07);
  --proof-text: #ffffff;
  --proof-muted: #b9bdc9;
  --kinetic-bg: radial-gradient(circle at 52% 47%,#182465 0%,#0c1028 28%,#08090d 68%);
  --kinetic-border: rgba(175,186,255,.22);
  --field-bg: #121217;
  --field-border: #34343e;
}

html { color-scheme: light; background: var(--bg-canvas); }
html[data-theme="dark"] { color-scheme: dark; }
body {
  color: var(--text-body);
  background: var(--bg-canvas);
  font-family: var(--font-body);
  transition: color .22s ease, background-color .22s ease;
}
body::before { z-index: 0; opacity: .026; }
main, .mm-footer { position: relative; z-index: 1; }
.reveal { transition-delay: var(--reveal-delay,0ms); }
.mm-motion-paused, .mm-motion-paused * { animation-play-state: paused !important; }

h1, h2, h3, h4, h5, h6, .mm-title {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.012em;
}
p { text-wrap: pretty; }
a, button { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--on-accent); background: var(--accent); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.mm-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mm-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 16px;
  color: var(--on-accent);
  background: var(--accent);
  font: 600 .78rem var(--font-mono);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.mm-skip-link:focus { transform: none; }

.mm-wrap { width: min(calc(100% - 48px),1280px); }
.mm-section { padding: clamp(88px,9vw,144px) 0; }
.mm-kicker,
.mm-service__num,
.mm-service__result,
.mm-case__tag,
.mm-case__result,
.mm-feature b,
.mm-step b,
.mm-pill,
.mm-post time,
.mm-insight-card__meta,
.mm-stat__index,
.mm-proof__signal {
  color: var(--accent);
  font-family: var(--font-mono);
  font-weight: 500;
  letter-spacing: .14em;
}
.mm-kicker { font-size: .7rem; }
.mm-title {
  max-width: 940px;
  font-size: clamp(3.5rem,7.5vw,6rem);
  line-height: .9;
  letter-spacing: -.012em;
}
.mm-title em {
  color: var(--accent);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}
.mm-lede { color: var(--text-muted); line-height: 1.7; }

.mm-btn {
  min-height: 56px;
  padding-inline: 26px;
  color: var(--on-accent);
  background: var(--accent);
  border-color: var(--accent);
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .075em;
  box-shadow: none;
}
.mm-btn:hover { background: var(--accent-bright); box-shadow: 0 16px 42px rgba(var(--accent-rgb),.26); }
.mm-btn--ghost { color: var(--text-strong); background: transparent; border-color: var(--border-strong); }
.mm-btn--ghost:hover { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }

/* Header and theme control */
.mm-header { padding: 16px 0; color: var(--text-strong); }
.admin-bar .mm-header { top: 32px; }
.mm-header.is-scrolled {
  padding: 9px 0;
  border-color: var(--border-subtle);
  background: var(--header-bg);
  box-shadow: 0 10px 40px rgba(0,0,0,.06);
}
.mm-nav { gap: 24px; }
.mm-brand { width: 168px; }
.mm-brand img { filter: var(--logo-filter); transition: filter .22s ease; }
.mm-links { gap: 25px; }
.mm-links a:not(.mm-btn) {
  color: var(--text-strong);
  font-family: var(--font-mono);
  font-size: .69rem;
  font-weight: 500;
  letter-spacing: .145em;
}
.mm-links a:not(.mm-btn)::after { height: 1px; background: var(--accent); }
.mm-menu { color: var(--text-strong); border-color: var(--border-subtle); }
.mm-menu span, .mm-menu span::before, .mm-menu span::after { background: currentColor; }
.mm-theme-toggle {
  position: relative;
  width: 48px;
  height: 30px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--bg-surface-2);
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}
.mm-theme-toggle:hover { border-color: var(--accent); transform: translateY(-2px); }
.mm-theme-toggle__orbit { position: absolute; inset: 3px; border-radius: inherit; }
.mm-theme-toggle__orbit::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--text-muted);
  border-radius: 50%;
}
.mm-theme-toggle__orbit i {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(var(--accent-rgb),.34);
  transition: transform .35s cubic-bezier(.2,.75,.2,1),background .22s ease;
}
html[data-theme="dark"] .mm-theme-toggle__orbit i { transform: translateX(18px); }

/* Hero */
.mm-hero { min-height: 100svh; color: var(--text-strong); background: var(--bg-canvas); }
.mm-hero::before { background: radial-gradient(circle,rgba(var(--accent-rgb),.19),transparent 67%); }
.mm-hero::after {
  opacity: 1;
  background-image: linear-gradient(var(--hero-grid) 1px,transparent 1px),linear-gradient(90deg,var(--hero-grid) 1px,transparent 1px);
}
.mm-hero__grid { grid-template-columns: minmax(0,1.02fr) minmax(450px,.98fr); gap: clamp(36px,5vw,72px); }
.mm-hero__art--kinetic { min-height: 540px; }
.mm-hero h1 {
  color: var(--text-strong);
  font-size: clamp(5rem,10.5vw,10.5rem);
  font-weight: 400;
  line-height: .79;
  letter-spacing: -.012em;
}
.mm-hero h1 span { color: var(--accent); }
.mm-hero h1::first-line { color: inherit; }
.mm-hero__copy { max-width: 670px; color: var(--text-body); line-height: 1.65; }
.mm-availability { color: var(--text-muted); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.mm-kinetic-scene {
  border-color: var(--kinetic-border);
  background: var(--kinetic-bg);
  box-shadow: var(--shadow-soft),inset 0 0 70px rgba(var(--accent-rgb),.08);
}
html[data-theme="light"] .mm-kinetic-grid { opacity: .28; }
html[data-theme="light"] .mm-kinetic-chip {
  color: #0a0a0a;
  border-color: rgba(34,64,216,.22);
  background: rgba(255,255,255,.74);
  box-shadow: 0 16px 44px rgba(34,64,216,.12);
}
html[data-theme="light"] .mm-kinetic-chip b,
html[data-theme="light"] .mm-kinetic-word { color: #0a0a0a; }
html[data-theme="light"] .mm-kinetic-word { mix-blend-mode: multiply; }
.mm-kinetic-chip b, .mm-kinetic-word { font-family: var(--font-display); font-weight: 400; }

/* Homepage growth operating system */
.mm-growth-lab {
  --lab-line: rgba(143,158,255,.3);
  --lab-node: rgba(9,11,19,.78);
  --lab-node-line: rgba(255,255,255,.18);
  --lab-copy: #ffffff;
  --lab-muted: #9da7c7;
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: var(--lab-copy);
  border: 1px solid var(--kinetic-border);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 44%,rgba(72,91,235,.36),transparent 26%),
    radial-gradient(circle at 100% 0%,rgba(77,96,245,.2),transparent 36%),
    linear-gradient(145deg,#0c0e17 0%,#07080e 72%);
  box-shadow: var(--shadow-soft),inset 0 0 90px rgba(var(--accent-rgb),.08);
  transform-style: preserve-3d;
}
html[data-theme="light"] .mm-growth-lab {
  --lab-line: rgba(34,64,216,.25);
  --lab-node: rgba(255,255,255,.78);
  --lab-node-line: rgba(34,64,216,.2);
  --lab-copy: #0a0a0a;
  --lab-muted: #5c6278;
  background:
    radial-gradient(circle at 50% 44%,rgba(67,90,232,.25),transparent 27%),
    radial-gradient(circle at 100% 0%,rgba(93,117,255,.18),transparent 38%),
    linear-gradient(145deg,#f8f9ff 0%,#e9edff 72%);
}
.mm-growth-lab__grid {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(var(--lab-line) 1px,transparent 1px),
    linear-gradient(90deg,var(--lab-line) 1px,transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
  transform: perspective(620px) rotateX(58deg) scale(1.26) translateY(30%);
  transform-origin: center bottom;
  animation: mmGrowthGrid 12s linear infinite;
}
.mm-growth-lab__scan {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -22%;
  width: 24%;
  opacity: .5;
  background: linear-gradient(90deg,transparent,rgba(var(--accent-rgb),.15),transparent);
  filter: blur(2px);
  transform: skewX(-13deg);
  animation: mmGrowthScan 7s ease-in-out infinite;
}
.mm-growth-lab__topline {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 18px;
  color: var(--lab-muted);
  border-bottom: 1px solid var(--lab-node-line);
  background: color-mix(in srgb,var(--lab-node) 72%,transparent);
  backdrop-filter: blur(14px);
  font: 500 .58rem/1 var(--font-mono);
  letter-spacing: .13em;
}
.mm-growth-lab__topline b { display: flex; align-items: center; gap: 8px; color: var(--lab-copy); font-weight: 500; }
.mm-growth-lab__topline i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(var(--accent-rgb),.13); animation: mmGrowthLive 1.8s ease-out infinite; }
.mm-growth-lab__map { position: absolute; z-index: 2; inset: 6% 3% 8%; width: 94%; height: 86%; overflow: visible; }
.mm-growth-path {
  fill: none;
  stroke: var(--lab-line);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-dasharray: 8 11;
  animation: mmGrowthDash 9s linear infinite;
}
.mm-growth-path--two { animation-duration: 12s; animation-direction: reverse; }
.mm-growth-path--three { stroke-dasharray: 2 12; animation-duration: 7s; }
.mm-growth-path--four { stroke-dasharray: 14 9; animation-duration: 15s; animation-direction: reverse; }
.mm-growth-core {
  position: absolute;
  z-index: 5;
  top: 21%;
  left: 26%;
  width: 48%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}
.mm-growth-core__halo {
  position: absolute;
  inset: -15%;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(var(--accent-rgb),.3),rgba(var(--accent-rgb),.07) 48%,transparent 70%);
  filter: blur(18px);
  animation: mmGrowthHalo 4.8s ease-in-out infinite;
}
.mm-growth-core__sphere {
  position: relative;
  z-index: 5;
  width: 58%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(210,216,255,.68);
  border-radius: 50%;
  background:
    radial-gradient(circle at 67% 25%,#ffffff 0 1.4%,#aebaff 2.7%,transparent 7%),
    radial-gradient(circle at 37% 35%,#7f93ff 0%,#4254d9 34%,#111847 68%,#070913 100%);
  box-shadow:
    inset -30px -24px 54px rgba(1,3,16,.72),
    inset 16px 12px 28px rgba(255,255,255,.18),
    0 0 54px rgba(var(--accent-rgb),.48);
  text-align: center;
  animation: mmGrowthSphere 5.4s ease-in-out infinite;
}
.mm-growth-core__sphere::before {
  content: "";
  position: absolute;
  inset: -45%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 42%;
  background: repeating-linear-gradient(18deg,transparent 0 20px,rgba(255,255,255,.1) 21px,transparent 22px);
  animation: mmGrowthSpin 13s linear infinite;
}
.mm-growth-core__sphere span { position: relative; z-index: 1; font: 400 clamp(4rem,8vw,7rem)/.65 var(--font-display); }
.mm-growth-core__sphere small { position: relative; z-index: 1; margin-top: 15px; font: 500 .5rem/1 var(--font-mono); letter-spacing: .17em; }
.mm-growth-orbit { position: absolute; z-index: 4; border: 1px solid var(--lab-line); border-radius: 50%; animation: mmGrowthSpin 11s linear infinite; }
.mm-growth-orbit--one { inset: 5%; transform: rotate(19deg) scaleY(.64); }
.mm-growth-orbit--two { inset: -5% 11%; transform: rotate(-48deg) scaleY(.72); animation-duration: 15s; animation-direction: reverse; }
.mm-growth-orbit--three { inset: 17% -7%; transform: rotate(72deg) scaleY(.6); animation-duration: 8s; }
.mm-growth-orbit i { position: absolute; top: 48%; left: -5px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px 7px rgba(var(--accent-rgb),.78); }
.mm-growth-orbit i + i { top: 15%; right: 9%; left: auto; width: 6px; height: 6px; }
.mm-growth-node {
  position: absolute;
  z-index: 8;
  min-width: 132px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 10px;
  padding: 12px 14px;
  color: var(--lab-copy);
  border: 1px solid var(--lab-node-line);
  border-radius: 13px;
  background: var(--lab-node);
  box-shadow: 0 14px 35px rgba(0,0,0,.16);
  backdrop-filter: blur(16px);
  animation: mmGrowthNode 5.5s ease-in-out infinite;
  transition: border-color .3s ease,box-shadow .3s ease,transform .4s cubic-bezier(.16,1,.3,1);
}
.mm-growth-node b { grid-row: span 2; align-self: center; color: var(--accent); font: 400 1.5rem/1 var(--font-display); }
.mm-growth-node span { font: 600 .56rem/1 var(--font-mono); letter-spacing: .1em; }
.mm-growth-node small { color: var(--lab-muted); font-size: .58rem; }
.mm-growth-node--strategy { top: 14%; left: 4%; }
.mm-growth-node--creative { top: 14%; right: 4%; animation-delay: -1.2s; }
.mm-growth-node--technology { bottom: 17%; left: 4%; animation-delay: -2.6s; }
.mm-growth-node--performance { right: 4%; bottom: 17%; animation-delay: -3.8s; }
.mm-growth-lab:hover .mm-growth-node { border-color: rgba(var(--accent-rgb),.55); box-shadow: 0 18px 46px rgba(var(--accent-rgb),.14); }
.mm-growth-lab__statement {
  position: absolute;
  z-index: 3;
  top: 49%;
  right: 3%;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: color-mix(in srgb,var(--lab-copy) 24%,transparent);
  font: 400 clamp(1.6rem,3.1vw,3.2rem)/1 var(--font-display);
  letter-spacing: .04em;
}
.mm-growth-lab__statement i { color: var(--accent); font-style: normal; font-size: .8em; }
.mm-growth-lab__statement strong { color: color-mix(in srgb,var(--accent) 48%,transparent); font-weight: 400; }
.mm-growth-lab__metric {
  position: absolute;
  z-index: 9;
  right: 8%;
  top: 39%;
  width: 82px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  color: var(--lab-copy);
  border: 1px solid var(--lab-node-line);
  border-radius: 50%;
  background: var(--lab-node);
  box-shadow: 0 0 0 7px rgba(var(--accent-rgb),.06),0 12px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
  text-align: center;
  animation: mmGrowthMetric 6s ease-in-out infinite;
}
.mm-growth-lab__metric b { font: 400 1.7rem/1 var(--font-display); }
.mm-growth-lab__metric span { margin-top: 6px; color: var(--lab-muted); font: 500 .43rem/1.25 var(--font-mono); letter-spacing: .1em; }
.mm-growth-lab__ticker {
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 9px;
  padding: 0 14px;
  color: var(--lab-muted);
  border-top: 1px solid var(--lab-node-line);
  background: color-mix(in srgb,var(--lab-node) 78%,transparent);
  backdrop-filter: blur(14px);
  font: 500 .5rem/1 var(--font-mono);
  letter-spacing: .12em;
}
.mm-growth-lab__ticker i { color: var(--accent); font-style: normal; }
.mm-growth-lab__ticker strong { color: var(--lab-copy); }

@keyframes mmGrowthGrid { to { background-position: 46px 46px; } }
@keyframes mmGrowthScan { 0%,12% { left: -28%; } 76%,100% { left: 112%; } }
@keyframes mmGrowthDash { to { stroke-dashoffset: -190; } }
@keyframes mmGrowthSpin { to { rotate: 360deg; } }
@keyframes mmGrowthHalo { 50% { transform: scale(1.13); opacity: .65; } }
@keyframes mmGrowthSphere { 0%,100% { transform: translateY(0) rotate(-2deg) scale(1); } 50% { transform: translateY(-8px) rotate(2deg) scale(1.025); } }
@keyframes mmGrowthNode { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes mmGrowthMetric { 50% { transform: translateY(-8px) rotate(4deg); } }
@keyframes mmGrowthLive { 75%,100% { box-shadow: 0 0 0 11px rgba(var(--accent-rgb),0); } }

/* Homepage connected domain system */
.mm-domain-system {
  --domain-line: rgba(143,158,255,.34);
  --domain-card: rgba(10,12,20,.82);
  --domain-card-line: rgba(255,255,255,.16);
  --domain-copy: #fff;
  --domain-muted: #929bb8;
  position: absolute;
  inset: 4% 1% 3%;
  overflow: hidden;
  color: var(--domain-copy);
  border: 1px solid var(--kinetic-border);
  border-radius: 27px;
  background:
    radial-gradient(circle at 50% 49%,rgba(86,101,245,.26),transparent 28%),
    radial-gradient(circle at 84% 12%,rgba(113,128,255,.11),transparent 28%),
    linear-gradient(145deg,#0b0d16 0%,#05060a 74%);
  box-shadow: var(--shadow-soft),inset 0 0 80px rgba(var(--accent-rgb),.07);
  transform-style: preserve-3d;
}

.mm-domain-system::before {
  content: "";
  position: absolute;
  inset: 46px 0 40px;
  opacity: .2;
  background-image: radial-gradient(circle,rgba(143,158,255,.48) 0 1px,transparent 1.3px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%,#000,transparent 72%);
  mask-image: radial-gradient(circle at 50% 50%,#000,transparent 72%);
}

html[data-theme="light"] .mm-domain-system {
  --domain-line: rgba(34,64,216,.27);
  --domain-card: rgba(255,255,255,.86);
  --domain-card-line: rgba(34,64,216,.18);
  --domain-copy: #0a0a0a;
  --domain-muted: #626a82;
  background:
    radial-gradient(circle at 50% 49%,rgba(86,101,245,.18),transparent 29%),
    radial-gradient(circle at 84% 12%,rgba(113,128,255,.1),transparent 29%),
    linear-gradient(145deg,#f8f9ff 0%,#e9edff 76%);
}

.mm-domain-system__topline,
.mm-domain-system__footer {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  color: var(--domain-muted);
  border-color: var(--domain-card-line);
  background: color-mix(in srgb,var(--domain-card) 78%,transparent);
  backdrop-filter: blur(14px);
  font: 500 .52rem/1 var(--font-mono);
  letter-spacing: .12em;
}

.mm-domain-system__topline {
  top: 0;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 17px;
  border-bottom: 1px solid var(--domain-card-line);
}

.mm-domain-system__topline b { display: flex; align-items: center; gap: 8px; color: var(--domain-copy); font-weight: 500; }
.mm-domain-system__topline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb),.13);
  animation: mmDomainLive 1.9s ease-out infinite;
}

.mm-domain-system__canvas { position: absolute; inset: 46px 0 40px; }
.mm-domain-system__map { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.mm-domain-connection {
  fill: none;
  stroke: var(--domain-line);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-dasharray: 5 9;
  animation: mmDomainDash 8s linear infinite;
}
.mm-domain-connection:nth-child(even) { animation-direction: reverse; animation-duration: 10s; }
.mm-domain-signals circle { fill: #fff; filter: drop-shadow(0 0 7px var(--accent)); }

.mm-domain-core {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 194px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  color: #fff;
  border: 1px solid rgba(191,201,255,.55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 25%,rgba(255,255,255,.86) 0 1.2%,rgba(174,186,255,.48) 2.6%,transparent 7%),
    radial-gradient(circle at 36% 32%,#8192ff 0%,#4858df 33%,#141b50 67%,#070911 100%);
  box-shadow: inset -24px -18px 42px rgba(1,3,16,.62),inset 13px 10px 24px rgba(255,255,255,.14),0 0 48px rgba(var(--accent-rgb),.42);
  text-align: center;
  transform: translate(-50%,-50%);
  animation: mmDomainCore 5.2s ease-in-out infinite;
}

.mm-domain-core::before,
.mm-domain-core::after,
.mm-domain-core__ring {
  content: "";
  position: absolute;
  border: 1px solid rgba(143,158,255,.27);
  border-radius: 50%;
  pointer-events: none;
}
.mm-domain-core::before { inset: -16%; animation: mmDomainRing 7s linear infinite; }
.mm-domain-core::after { inset: -31%; border-style: dashed; opacity: .52; animation: mmDomainRing 12s linear infinite reverse; }
.mm-domain-core__ring { inset: -46%; opacity: .28; }
.mm-domain-core__eyebrow { color: rgba(235,239,255,.75); font: 600 .43rem/1 var(--font-mono); letter-spacing: .19em; }
.mm-domain-core__bars { height: 22px; display: flex; align-items: end; gap: 4px; margin: 9px 0 7px; }
.mm-domain-core__bars i { width: 4px; border-radius: 4px; background: #fff; box-shadow: 0 0 8px rgba(255,255,255,.6); animation: mmDomainBars 1.6s ease-in-out infinite alternate; }
.mm-domain-core__bars i:nth-child(1) { height: 7px; animation-delay: -.8s; }
.mm-domain-core__bars i:nth-child(2) { height: 12px; animation-delay: -.45s; }
.mm-domain-core__bars i:nth-child(3) { height: 17px; animation-delay: -.65s; }
.mm-domain-core__bars i:nth-child(4) { height: 13px; animation-delay: -.25s; }
.mm-domain-core__bars i:nth-child(5) { height: 22px; animation-delay: -.95s; }
.mm-domain-core strong { font: 400 2.35rem/.78 var(--font-display); letter-spacing: .035em; }
.mm-domain-core small { margin-top: 10px; color: rgba(226,231,255,.68); font: 500 .38rem/1 var(--font-mono); letter-spacing: .13em; }

.mm-domain-node {
  position: absolute;
  z-index: 7;
  width: 148px;
  min-height: 66px;
  display: grid;
  grid-template-columns: 27px auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 7px;
  padding: 10px 11px;
  color: var(--domain-copy);
  border: 1px solid var(--domain-card-line);
  border-radius: 13px;
  background: var(--domain-card);
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
  backdrop-filter: blur(13px);
  animation: mmDomainNode 5.4s ease-in-out infinite;
  transition: transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease;
}
.mm-domain-node:hover { border-color: rgba(var(--accent-rgb),.56); box-shadow: 0 18px 40px rgba(var(--accent-rgb),.15); transform: translateY(-5px); }
.mm-domain-node > i { grid-row: span 2; display: grid; place-items: center; width: 27px; aspect-ratio: 1; color: var(--accent); border: 1px solid rgba(var(--accent-rgb),.35); border-radius: 8px; background: rgba(var(--accent-rgb),.1); font-style: normal; font-size: .78rem; }
.mm-domain-node b { color: var(--accent); font: 500 .48rem/1 var(--font-mono); letter-spacing: .09em; }
.mm-domain-node strong { grid-column: 3; font: 600 .58rem/1 var(--font-mono); letter-spacing: .07em; text-transform: uppercase; }
.mm-domain-node small { grid-column: 2 / 4; color: var(--domain-muted); font-size: .54rem; line-height: 1.15; }
.mm-domain-node--strategy { top: 6%; left: 4%; }
.mm-domain-node--performance { top: 6%; right: 4%; animation-delay: -1.1s; }
.mm-domain-node--social { top: 43%; left: 2.5%; animation-delay: -2.2s; }
.mm-domain-node--branding { top: 43%; right: 2.5%; animation-delay: -3.1s; }
.mm-domain-node--web { bottom: 6%; left: 4%; animation-delay: -4s; }
.mm-domain-node--video { right: 4%; bottom: 6%; animation-delay: -4.8s; }

.mm-domain-system__footer {
  bottom: 0;
  justify-content: center;
  gap: clamp(9px,2vw,18px);
  min-height: 40px;
  padding: 0 12px;
  border-top: 1px solid var(--domain-card-line);
}
.mm-domain-system__footer i { color: var(--accent); font-style: normal; }
.mm-domain-system__footer strong { color: var(--domain-copy); font-weight: 600; }

@keyframes mmDomainDash { to { stroke-dashoffset: -150; } }
@keyframes mmDomainCore { 50% { transform: translate(-50%,calc(-50% - 6px)) scale(1.02); } }
@keyframes mmDomainRing { to { rotate: 360deg; } }
@keyframes mmDomainBars { to { transform: scaleY(.48); opacity: .55; } }
@keyframes mmDomainNode { 50% { translate: 0 -5px; } }
@keyframes mmDomainLive { 75%,100% { box-shadow: 0 0 0 11px rgba(var(--accent-rgb),0); } }

@media (max-width: 680px) {
  .mm-domain-system { inset: 2% 0 1%; border-radius: 22px; }
  .mm-domain-system__topline { min-height: 40px; padding-inline: 11px; font-size: .43rem; }
  .mm-domain-system__topline > span { max-width: 152px; overflow: hidden; white-space: nowrap; }
  .mm-domain-system__canvas { inset: 40px 0 36px; }
  .mm-domain-system__footer { min-height: 36px; gap: 7px; padding-inline: 8px; font-size: .39rem; }
  .mm-domain-core { width: 146px; }
  .mm-domain-core::after { inset: -24%; }
  .mm-domain-core__ring { inset: -37%; }
  .mm-domain-core strong { font-size: 1.82rem; }
  .mm-domain-core small { font-size: .3rem; }
  .mm-domain-node { width: 108px; min-height: 56px; grid-template-columns: 22px auto 1fr; gap: 3px 5px; padding: 7px; }
  .mm-domain-node > i { width: 22px; font-size: .65rem; }
  .mm-domain-node strong { font-size: .45rem; letter-spacing: .04em; }
  .mm-domain-node b { font-size: .4rem; }
  .mm-domain-node small { font-size: .43rem; }
  .mm-domain-node--strategy,.mm-domain-node--performance { top: 5%; }
  .mm-domain-node--social,.mm-domain-node--branding { top: 43%; }
  .mm-domain-node--web,.mm-domain-node--video { bottom: 5%; }
}

@media (max-width: 460px) {
  .mm-domain-system__footer span:nth-of-type(2) { display: none; }
  .mm-domain-system__footer i:nth-of-type(2) { display: none; }
  .mm-domain-node { width: 98px; }
  .mm-domain-node small { display: none; }
  .mm-domain-core { width: 132px; }
  .mm-domain-core__eyebrow { font-size: .35rem; }
  .mm-domain-core strong { font-size: 1.62rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-domain-system *,
  .mm-domain-system *::before,
  .mm-domain-system *::after { animation: none !important; transition: none !important; }
  .mm-domain-signals { display: none; }
}

/* Proof ticker and services */
.mm-marquee { color: var(--text-strong); background: var(--bg-surface-2); border-color: var(--border-subtle); }
.mm-marquee__group span { color: var(--text-body); font-family: var(--font-mono); font-size: .7rem; font-weight: 500; }
.mm-services { color: var(--text-strong); background: var(--bg-surface-2); }
.mm-services .mm-kicker, .mm-services .mm-title em { color: var(--accent); }
.mm-services .mm-lede { color: var(--text-muted); }
.mm-service {
  isolation: isolate;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 34px 36px 32px;
  overflow: hidden;
  color: var(--text-strong);
  border-color: var(--border-subtle);
  border-radius: 24px;
  background: var(--bg-surface);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transform: translateZ(0);
  will-change: transform;
  transition:
    color .3s ease,
    transform .48s cubic-bezier(.16,1,.3,1),
    border-color .35s ease,
    background-color .35s ease,
    box-shadow .45s ease;
}
.mm-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -20% -60% 35%;
  height: 75%;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(var(--accent-rgb),.2),transparent 68%);
  opacity: 0;
  transform: scale(.72) translate3d(8%,16%,0);
  transition: opacity .4s ease,transform .7s cubic-bezier(.16,1,.3,1);
}
.mm-service::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -35%;
  bottom: -35%;
  left: -34%;
  width: 22%;
  pointer-events: none;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.11),transparent);
  opacity: 0;
  transform: skewX(-17deg) translate3d(-180%,0,0);
  transition: opacity .2s ease,transform .82s cubic-bezier(.16,1,.3,1);
}
.mm-service:nth-child(5) { min-height: 300px; }
.mm-service__num {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  color: var(--accent);
  transition: letter-spacing .38s ease,transform .42s cubic-bezier(.16,1,.3,1);
}
.mm-service h3 {
  position: relative;
  z-index: 2;
  margin: 74px 0 20px;
  font-size: clamp(2.65rem,4vw,4.2rem);
  font-weight: 400;
  line-height: .9;
  transition: color .3s ease,transform .45s cubic-bezier(.16,1,.3,1);
}
.mm-service p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
  transition: color .3s ease,transform .45s cubic-bezier(.16,1,.3,1);
}
.mm-service__icon {
  z-index: 3;
  width: 64px;
  height: 64px;
  color: var(--on-accent);
  background: var(--accent);
  box-shadow: 0 12px 30px rgba(var(--accent-rgb),.2);
  transition:
    color .3s ease,
    transform .52s cubic-bezier(.16,1,.3,1),
    background-color .3s ease,
    box-shadow .35s ease;
}
.mm-service__result {
  position: relative;
  z-index: 2;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 38px;
  color: var(--text-muted);
  font-size: .62rem;
  line-height: 1.5;
  transition: color .3s ease,letter-spacing .4s ease,transform .45s cubic-bezier(.16,1,.3,1);
}
.mm-service__result::before {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-bottom: 16px;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(var(--accent-rgb),.48);
  transform-origin: left center;
  transition: width .5s cubic-bezier(.16,1,.3,1),box-shadow .35s ease;
}

@media (hover:hover) and (pointer:fine) {
  .mm-service:hover,
  .mm-service:focus-visible {
    z-index: 2;
    color: var(--text-strong);
    border-color: rgba(var(--accent-rgb),.58);
    background: var(--bg-elevated);
    box-shadow: 0 28px 70px rgba(0,0,0,.17),0 0 0 1px rgba(var(--accent-rgb),.07);
    transform: translate3d(0,-10px,0) scale(1.012);
  }
  .mm-service:hover::before,
  .mm-service:focus-visible::before { opacity: 1; transform: scale(1.2) translate3d(-5%,-4%,0); }
  .mm-service:hover::after,
  .mm-service:focus-visible::after { opacity: 1; transform: skewX(-17deg) translate3d(650%,0,0); }
  .mm-service:hover .mm-service__num,
  .mm-service:focus-visible .mm-service__num { letter-spacing: .16em; transform: translateX(5px); }
  .mm-service:hover h3,
  .mm-service:focus-visible h3 { color: var(--accent); transform: translateX(6px); }
  .mm-service:hover p,
  .mm-service:focus-visible p { color: var(--text-body); transform: translateX(3px); }
  .mm-service:hover .mm-service__icon,
  .mm-service:focus-visible .mm-service__icon {
    color: var(--accent);
    background: var(--text-strong);
    box-shadow: 0 16px 38px rgba(var(--accent-rgb),.34);
    transform: rotate(45deg) scale(1.08);
  }
  .mm-service:hover .mm-service__result,
  .mm-service:focus-visible .mm-service__result { color: var(--text-body); letter-spacing: .13em; transform: translateX(3px); }
  .mm-service:hover .mm-service__result::before,
  .mm-service:focus-visible .mm-service__result::before { width: min(180px,42%); box-shadow: 0 0 18px rgba(var(--accent-rgb),.75); }
}
.mm-service.is-pressed { transform: translate3d(0,-3px,0) scale(.988); transition-duration: .12s; }
.mm-service.is-activating {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb),.12),0 20px 54px rgba(var(--accent-rgb),.16);
  transform: translate3d(0,-4px,0) scale(.985);
}
.mm-service.is-activating .mm-service__icon { transform: rotate(45deg) scale(.88); }

/* Client partnership showcase */
.mm-client-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--text-strong);
  background:
    radial-gradient(circle at 8% 22%,rgba(var(--accent-rgb),.13),transparent 27%),
    radial-gradient(circle at 92% 72%,rgba(var(--accent-rgb),.1),transparent 30%),
    var(--bg-canvas);
}
.mm-client-showcase__mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .62;
  background-image:
    linear-gradient(var(--hero-grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--hero-grid) 1px,transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom,transparent 0,#000 15%,#000 86%,transparent 100%);
  mask-image: linear-gradient(to bottom,transparent 0,#000 15%,#000 86%,transparent 100%);
}
.mm-client-showcase__head {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
  gap: clamp(38px,7vw,100px);
  align-items: end;
}
.mm-client-showcase__head .mm-title { max-width: 820px; }
.mm-client-showcase__head .mm-lede { margin: 0 0 6px; }
.mm-client-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 24px;
  margin-top: 66px;
}
.mm-client-carousel__viewport { overflow: visible; }
.mm-client-carousel__status { display: none; }
.mm-client-showcase.is-collapsed .mm-client-card:nth-child(n+9) { display: none; }
.mm-client-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  color: var(--text-strong);
  border: 1px solid var(--border-subtle);
  border-radius: 24px;
  background: var(--bg-surface);
  box-shadow: 0 12px 38px rgba(0,0,0,.06);
  transform: translateZ(0);
  transition:
    transform .52s cubic-bezier(.16,1,.3,1),
    border-color .34s ease,
    box-shadow .45s ease,
    background-color .3s ease;
}
.mm-client-card::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 24px;
  width: 44px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--accent);
  box-shadow: 0 0 20px rgba(var(--accent-rgb),.68);
  transition: width .55s cubic-bezier(.16,1,.3,1);
}
.mm-client-card::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: -30%;
  bottom: -30%;
  left: -42%;
  width: 24%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.17),transparent);
  transform: skewX(-18deg) translateX(-160%);
  transition: opacity .18s ease,transform .85s cubic-bezier(.16,1,.3,1);
}
.mm-client-card__visual {
  position: relative;
  aspect-ratio: 5 / 3;
  overflow: visible;
  background: var(--accent-soft);
}
.mm-client-card__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.02);
  transform: scale(1.001);
  transition: transform .8s cubic-bezier(.16,1,.3,1),filter .45s ease;
}
.mm-client-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,transparent 18%,rgba(5,7,13,.08) 58%,rgba(5,7,13,.72) 100%);
  transition: opacity .4s ease;
}
.mm-client-card__logo {
  position: absolute;
  z-index: 3;
  bottom: -58px;
  left: 26px;
  display: grid;
  width: 116px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb),.24);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,.18),0 0 0 7px rgba(var(--accent-rgb),.08);
  transition: transform .55s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease;
}
.mm-client-card__logo img { width: 76%; height: 76%; object-fit: contain; }
.mm-client-card__body {
  min-height: 226px;
  display: flex;
  flex-direction: column;
  padding: 78px 24px 24px;
}
.mm-client-card__category {
  color: var(--accent);
  font: 500 .58rem/1.4 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mm-client-card h3 {
  margin: 10px 0 24px;
  font-size: clamp(2rem,2.4vw,2.7rem);
  line-height: .92;
  text-wrap: balance;
  transition: color .3s ease,transform .45s cubic-bezier(.16,1,.3,1);
}
.mm-client-card__links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.mm-client-card__links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  color: var(--text-body);
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  background: var(--bg-surface-2);
  font: 500 .55rem/1 var(--font-mono);
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,transform .3s cubic-bezier(.16,1,.3,1);
}
.mm-client-card__links svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}
.mm-client-card__links a:hover,
.mm-client-card__links a:focus-visible { color: var(--on-accent); border-color: var(--accent); background: var(--accent); transform: translateY(-3px); }
.mm-client-showcase__actions { display: flex; justify-content: center; gap: 12px; margin-top: 44px; }
.mm-client-showcase__actions .mm-btn[hidden] { display: none; }

@media (hover:hover) and (pointer:fine) {
  .mm-client-card:hover,
  .mm-client-card:focus-within {
    z-index: 3;
    border-color: rgba(var(--accent-rgb),.58);
    background: var(--bg-elevated);
    box-shadow: 0 28px 70px rgba(0,0,0,.2),0 0 0 1px rgba(var(--accent-rgb),.08);
    transform: translateY(-11px) rotateX(.8deg) scale(1.012);
  }
  .mm-client-card:hover::before,
  .mm-client-card:focus-within::before { width: calc(100% - 48px); }
  .mm-client-card:hover::after,
  .mm-client-card:focus-within::after { opacity: 1; transform: skewX(-18deg) translateX(700%); }
  .mm-client-card:hover .mm-client-card__cover,
  .mm-client-card:focus-within .mm-client-card__cover { filter: saturate(1.06) contrast(1.04); transform: scale(1.075); }
  .mm-client-card:hover .mm-client-card__logo,
  .mm-client-card:focus-within .mm-client-card__logo {
    border-color: rgba(var(--accent-rgb),.7);
    box-shadow: 0 24px 48px rgba(0,0,0,.22),0 0 0 7px rgba(var(--accent-rgb),.1);
    transform: translateY(-7px) rotate(-3deg) scale(1.045);
  }
  .mm-client-card:hover h3,
  .mm-client-card:focus-within h3 { color: var(--accent); transform: translateX(4px); }
}
.mm-client-card:active { transform: translateY(-3px) scale(.988); transition-duration: .12s; }

/* Work */
.mm-case { border: 1px solid var(--border-subtle); box-shadow: var(--shadow-card); }
.mm-case, .mm-case h3 { color: #ffffff; }
.mm-case__tag { color: #aab7ff; }
.mm-case__result {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  padding: 8px 11px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(5,5,5,.46);
  backdrop-filter: blur(12px);
  font-size: .6rem;
}
.mm-case__link { border-color: rgba(255,255,255,.42); }
.mm-case:hover .mm-case__link { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }

/* Maverick proof */
.mm-proof { color: var(--proof-text); background: var(--proof-bg); }
.mm-proof::before {
  background: radial-gradient(circle at 76% 42%,rgba(var(--accent-rgb),.24),transparent 34%),radial-gradient(circle at 8% 100%,rgba(var(--accent-rgb),.13),transparent 36%),linear-gradient(132deg,var(--proof-bg),var(--bg-surface-2));
}
.mm-proof::after { color: transparent; -webkit-text-stroke-color: rgba(var(--accent-rgb),.09); font-family: var(--font-display); }
.mm-proof .mm-title, .mm-proof .mm-title em { color: var(--proof-text); }
.mm-proof .mm-title em { -webkit-text-stroke: 1px rgba(var(--accent-rgb),.52); text-shadow: 0 0 42px rgba(var(--accent-rgb),.16); }
.mm-proof .mm-lede { color: var(--proof-muted); }
.mm-proof__mesh { background-image: linear-gradient(rgba(var(--accent-rgb),.17) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--accent-rgb),.17) 1px,transparent 1px); }
.mm-proof__aurora { background: conic-gradient(from 90deg,transparent,rgba(var(--accent-rgb),.4),transparent 34%,rgba(var(--accent-rgb),.2),transparent 72%); }
.mm-proof__signal { color: var(--text-muted); }
.mm-stat { color: var(--proof-text); border-color: rgba(var(--accent-rgb),.24); background: var(--proof-surface); box-shadow: inset 0 1px rgba(255,255,255,.08),var(--shadow-card); }
.mm-stat strong { color: var(--proof-text); font-family: var(--font-display); font-weight: 400; }
.mm-stat__label { color: var(--proof-muted); }
.mm-stat--accent { background: linear-gradient(145deg,rgba(var(--accent-rgb),.2),var(--proof-surface)); }

/* Process */
.mm-process-grid { position: relative; }
.mm-process-grid::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 1px; background: linear-gradient(90deg,var(--accent),var(--border-subtle)); transform: scaleX(0); transform-origin: left; }
.mm-process-grid.is-visible::before { animation: mmProcessLine 1.2s .18s both cubic-bezier(.2,.75,.2,1); }
.mm-step { border-color: transparent; }
.mm-step::before { background: var(--accent); box-shadow: 0 0 0 6px rgba(var(--accent-rgb),.1); }
.mm-step b { color: var(--accent); }
.mm-step h3 { font-size: 2rem; }
.mm-step p { color: var(--text-muted); }

/* Testimonials */
.mm-testimonials { background: var(--bg-surface-2); }
.mm-section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: end; }
.mm-section-head .mm-lede { margin: 0; }
.mm-testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 58px; }
.mm-quote {
  position: relative;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  overflow: hidden;
  color: var(--text-strong);
  border: 1px solid var(--border-subtle);
  background: var(--bg-surface);
  box-shadow: var(--shadow-card);
  transition: transform .38s cubic-bezier(.2,.75,.2,1),border-color .25s ease;
}
.mm-quote::before { content: ""; position: absolute; right: -80px; bottom: -100px; width: 230px; height: 230px; border: 1px solid rgba(var(--accent-rgb),.25); border-radius: 50%; transition: transform .5s ease; }
.mm-quote:hover { border-color: var(--accent); transform: translateY(-9px); }
.mm-quote:hover::before { transform: scale(1.2); }
.mm-quote--accent { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }
.mm-quote--accent::before { border-color: rgba(255,255,255,.35); }
.mm-quote__mark { color: var(--accent); font: 500 .72rem/1 var(--font-mono); letter-spacing: .14em; }
.mm-quote--accent .mm-quote__mark { color: var(--on-accent); }
.mm-quote p { position: relative; z-index: 1; margin: 38px 0; font-size: 1.13rem; line-height: 1.65; }
.mm-quote footer { position: relative; z-index: 1; display: grid; gap: 5px; }
.mm-quote footer b { font: 500 .7rem var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.mm-quote footer span { color: var(--text-muted); font-size: .8rem; }
.mm-quote--accent footer span { color: inherit; opacity: .72; }

/* Insights */
.mm-insights { background: var(--bg-canvas); }
.mm-insight-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; margin-top: 56px; }
.mm-insight-card {
  position: relative;
  min-height: 420px;
  display: flex;
  grid-column: span 4;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  color: var(--text-strong);
  border: 1px solid var(--border-subtle);
  background: var(--bg-surface);
  transition: transform .38s cubic-bezier(.2,.75,.2,1),background .25s ease,border-color .25s ease;
}
.mm-insight-card::after { content: "↗"; position: absolute; right: 24px; bottom: 20px; color: var(--accent); font-size: 1.5rem; transition: transform .3s ease; }
.mm-insight-card:hover { border-color: var(--accent); background: var(--accent-soft); transform: translateY(-8px); }
.mm-insight-card:hover::after { transform: translate(4px,-4px); }
.mm-insight-card__meta { color: var(--accent); font-size: .63rem; }
.mm-insight-card h3 { margin: 60px 0 18px; font-size: clamp(2.2rem,3.4vw,3.4rem); line-height: .93; }
.mm-insight-card p { margin: 0; color: var(--text-muted); }
.mm-insight-card b { margin-top: auto; color: var(--accent); font: 500 .69rem var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.mm-insight-card--book { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }
.mm-insight-card--book .mm-insight-card__meta,
.mm-insight-card--book p,
.mm-insight-card--book b,
.mm-insight-card--book::after { color: inherit; }
.mm-insight-card--book:hover { color: var(--on-accent); background: var(--accent-bright); }

/* CTA and form */
.mm-cta { color: var(--text-strong); background: var(--bg-surface-2); }
.mm-cta .mm-kicker { color: var(--accent); }
.mm-cta .mm-lede { color: var(--text-muted); }
.mm-call-steps { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--border-subtle); }
.mm-call-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border-subtle); }
.mm-call-steps b { color: var(--accent); font: 500 .66rem var(--font-mono); }
.mm-call-steps span { color: var(--text-body); font-size: .9rem; }
.mm-contact-list a, .mm-contact-list span { color: var(--text-body); }
.mm-contact-list b { color: var(--accent); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; }
.mm-form { color: var(--text-strong); background: var(--bg-surface); border: 1px solid var(--border-subtle); box-shadow: var(--shadow-soft); }
.mm-field label { color: var(--text-strong); font-family: var(--font-mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.mm-field input, .mm-field select, .mm-field textarea { color: var(--text-strong); background: var(--field-bg); border-color: var(--field-border); }
.mm-field input::placeholder, .mm-field textarea::placeholder { color: var(--text-muted); }
.mm-field input:focus, .mm-field select:focus, .mm-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(var(--accent-rgb),.12); outline: none; }
.mm-form .mm-btn { color: var(--on-accent); background: var(--accent); }

/* Shared inner-page system */
.mm-pagehero,
.mm-specialhero {
  color: var(--text-strong);
  border-color: var(--border-subtle);
  background: radial-gradient(circle at 84% 20%,rgba(var(--accent-rgb),.2),transparent 32%),var(--bg-canvas);
}
.mm-pagehero::after,
.mm-specialhero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(var(--hero-grid) 1px,transparent 1px),linear-gradient(90deg,var(--hero-grid) 1px,transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right,transparent 4%,#000 55%,transparent 96%);
}
.mm-pagehero .mm-wrap,
.mm-specialhero .mm-wrap { position: relative; z-index: 1; }
.mm-pagehero h1,
.mm-specialhero h1 { color: var(--text-strong); font-size: clamp(4.8rem,9vw,9rem); font-weight: 400; line-height: .83; letter-spacing: -.012em; }
.mm-pagehero h1 em,
.mm-specialhero h1 em { color: var(--accent) !important; font-family: var(--font-display) !important; font-style: normal !important; font-weight: 400 !important; }
.mm-pagehero p, .mm-specialhero .mm-hero__copy { color: var(--text-muted); }

/* Unified page hero — the only inner-page theme treatment. */
.mm-pagehero--system {
  position: relative;
  isolation: isolate;
  min-height: min(760px,88svh);
  display: grid;
  align-items: center;
  padding: 190px 0 126px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%,rgba(var(--accent-rgb),.24),transparent 34%),
    linear-gradient(135deg,rgba(var(--accent-rgb),.035),transparent 46%),
    var(--bg-canvas);
}
.mm-pagehero--system::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22%;
  left: 56%;
  width: 2px;
  height: 150%;
  pointer-events: none;
  background: linear-gradient(to bottom,transparent,rgba(var(--accent-rgb),.72),transparent);
  box-shadow: 0 0 38px rgba(var(--accent-rgb),.42);
  transform: rotate(24deg) translate3d(0,-30%,0);
  animation: mmPageSignal 5.8s cubic-bezier(.16,1,.3,1) infinite;
}
.mm-pagehero--system::after {
  opacity: .72;
  background-size: 64px 64px;
  mask-image: linear-gradient(to right,transparent 2%,#000 46%,#000 86%,transparent 100%);
}
.mm-pagehero__inner {
  width: 100%;
  padding-right: clamp(30px,11vw,170px);
}
.mm-pagehero--system .mm-kicker {
  margin-bottom: 24px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
}
.mm-pagehero--system h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(5rem,10vw,10rem);
  line-height: .79;
  letter-spacing: -.015em;
  text-transform: uppercase;
  text-wrap: balance;
}
.mm-pagehero--system h1 > span { display: block; }
.mm-pagehero--system h1 .mm-pagehero__accent {
  position: relative;
  color: var(--accent);
  background: linear-gradient(92deg,var(--accent) 0%,var(--accent-bright) 56%,var(--text-strong) 135%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mm-pagehero--system .mm-pagehero__copy {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--text-body);
  font-size: clamp(1rem,1.4vw,1.16rem);
  line-height: 1.75;
}
.mm-pagehero__signal {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: max(22px,calc((100vw - var(--max))/2));
  color: var(--text-muted);
  font: 500 .58rem/1 var(--font-mono);
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}
.mm-pagehero__signal::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(var(--accent-rgb),.1),0 0 22px rgba(var(--accent-rgb),.75);
  animation: mmPagePulse 2s ease-in-out infinite;
}
.mm-pagehero__rail {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  color: var(--text-muted);
  border-top: 1px solid var(--border-subtle);
  list-style: none;
}
.mm-pagehero__rail li {
  position: relative;
  padding: 18px 20px 19px;
  font: 500 .6rem/1 var(--font-mono);
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}
.mm-pagehero__rail li + li { border-left: 1px solid var(--border-subtle); }
.mm-pagehero__rail li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 9px 1px 0;
  border-radius: 50%;
  background: rgba(var(--accent-rgb),.65);
}
@keyframes mmPageSignal {
  0%,18% { opacity: 0; transform: rotate(24deg) translate3d(0,-34%,0); }
  42%,68% { opacity: .75; }
  100% { opacity: 0; transform: rotate(24deg) translate3d(0,48%,0); }
}
@keyframes mmPagePulse { 50% { opacity: .42; transform: scale(.72); } }

.mm-specialhero__visual img { border-color: var(--border-subtle); box-shadow: var(--shadow-soft); }
.mm-page-performance-marketing .mm-specialhero { --service-glow: 56,87,237; }
.mm-page-packaging-design .mm-specialhero { --service-glow: 102,128,255; }
.mm-page-uiux-and-website-developement .mm-specialhero { --service-glow: 34,125,216; }
.mm-page-performance-marketing .mm-specialhero,
.mm-page-packaging-design .mm-specialhero,
.mm-page-uiux-and-website-developement .mm-specialhero {
  background: radial-gradient(circle at 82% 27%,rgba(var(--service-glow),.26),transparent 33%),var(--bg-canvas);
}
.mm-page-performance-marketing .mm-specialhero__visual::before,
.mm-page-packaging-design .mm-specialhero__visual::before,
.mm-page-uiux-and-website-developement .mm-specialhero__visual::before {
  content: "";
  position: absolute;
  inset: 8% 4%;
  border: 1px solid rgba(var(--service-glow),.28);
  border-radius: 50%;
  animation: mmServiceOrbit 18s linear infinite;
}
.mm-page-packaging-design .mm-specialhero__visual img:first-of-type { transform: rotate(-3deg); }
.mm-page-packaging-design .mm-specialhero__visual img:last-of-type { transform: rotate(7deg); }
.mm-page-uiux-and-website-developement .mm-specialhero__visual img:first-of-type { transform: rotate(1deg) translateY(-8px); }
.mm-page-performance-marketing .mm-specialhero__visual img:last-of-type { transform: rotate(-8deg) translateX(16px); }
.mm-feature,
.mm-detail-card,
.mm-person,
.mm-post,
.mm-faq-list details {
  color: var(--text-strong);
  border-color: var(--border-subtle);
  background: var(--bg-surface);
  box-shadow: none;
}
.mm-feature:hover,
.mm-post:hover { border-color: var(--accent); box-shadow: var(--shadow-card); }
.mm-feature b, .mm-person small, .mm-post time, .mm-contact-list b { color: var(--accent); }
.mm-feature p, .mm-detail-card p, .mm-person p, .mm-faq-list details p { color: var(--text-muted); }
.mm-avatar { color: var(--on-accent); background: linear-gradient(135deg,var(--accent),var(--accent-bright)); }

/* Services directory cards */
.mm-page-services .mm-inner-grid,
.mm-page-services-2 .mm-inner-grid { gap: 28px; }
.mm-service-card {
  position: relative;
  isolation: isolate;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 38px 40px 36px;
  overflow: hidden;
  color: var(--text-strong);
  border-radius: 24px;
  background:
    linear-gradient(145deg,rgba(var(--accent-rgb),.055),transparent 45%),
    var(--bg-surface);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  transition:
    transform .48s cubic-bezier(.16,1,.3,1),
    border-color .32s ease,
    box-shadow .4s ease,
    background-color .32s ease;
}
.mm-service-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  top: -150px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(var(--accent-rgb),.28),transparent 68%);
  opacity: .5;
  transform: scale(.72);
  transition: transform .65s cubic-bezier(.16,1,.3,1),opacity .4s ease;
}
.mm-service-card::after {
  content: attr(data-index);
  position: absolute;
  z-index: -1;
  right: 24px;
  bottom: -25px;
  color: transparent;
  font: 400 9rem/.8 var(--font-display);
  -webkit-text-stroke: 1px rgba(var(--accent-rgb),.1);
  opacity: .75;
  transform: translateY(20px);
  transition: transform .55s cubic-bezier(.16,1,.3,1),-webkit-text-stroke-color .35s ease;
}
.mm-service-card__beam {
  position: absolute;
  top: -1px;
  left: 34px;
  width: 72px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--accent);
  box-shadow: 0 0 22px rgba(var(--accent-rgb),.7);
  transform-origin: left center;
  transition: width .5s cubic-bezier(.16,1,.3,1);
}
.mm-service-card .mm-pill {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin: 0 0 30px;
  padding: 8px 13px;
  box-shadow: 0 8px 26px rgba(var(--accent-rgb),.2);
  transition: transform .38s cubic-bezier(.16,1,.3,1),box-shadow .35s ease;
}
.mm-service-card h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 90%;
  font-size: clamp(2.15rem,3vw,3.35rem);
  line-height: .92;
  letter-spacing: -.01em;
  text-wrap: balance;
  transition: color .3s ease,transform .45s cubic-bezier(.16,1,.3,1);
}
.mm-service-card p {
  position: relative;
  z-index: 2;
  max-width: 94%;
  margin: 24px 0 34px;
  font-size: 1rem;
  line-height: 1.7;
}
.mm-service-card__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--text-strong);
  font: 600 .7rem/1 var(--font-mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mm-service-card__link i {
  color: var(--accent);
  font-style: normal;
  font-size: 1.2rem;
  transition: transform .32s cubic-bezier(.16,1,.3,1);
}
.mm-service-card:hover,
.mm-service-card:focus-visible {
  color: var(--text-strong);
  border-color: rgba(var(--accent-rgb),.68);
  box-shadow: 0 24px 60px rgba(0,0,0,.16),0 0 0 1px rgba(var(--accent-rgb),.08);
  transform: translateY(-10px);
}
.mm-service-card:hover::before,
.mm-service-card:focus-visible::before { opacity: .9; transform: scale(1.35) translate(-10px,12px); }
.mm-service-card:hover::after,
.mm-service-card:focus-visible::after { -webkit-text-stroke-color: rgba(var(--accent-rgb),.2); transform: translateY(0); }
.mm-service-card:hover .mm-service-card__beam,
.mm-service-card:focus-visible .mm-service-card__beam { width: calc(100% - 68px); }
.mm-service-card:hover .mm-pill,
.mm-service-card:focus-visible .mm-pill { transform: translateY(-3px) rotate(-2deg); box-shadow: 0 12px 34px rgba(var(--accent-rgb),.34); }
.mm-service-card:hover h2,
.mm-service-card:focus-visible h2 { color: var(--accent); transform: translateX(4px); }
.mm-service-card:hover .mm-service-card__link i,
.mm-service-card:focus-visible .mm-service-card__link i { transform: translateX(7px) rotate(-20deg); }

.mm-person { overflow: hidden; }
.mm-person__photo { height: 290px; margin: -30px -30px 26px; overflow: hidden; background: var(--accent-soft); }
.mm-person__photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .65s cubic-bezier(.2,.75,.2,1),filter .35s ease; }
.mm-person:hover .mm-person__photo img { transform: scale(1.045); filter: saturate(1.05); }
.mm-pill { color: var(--on-accent); background: var(--accent); }
.mm-faq-list summary::after { color: var(--accent); }
.mm-showcase { color: var(--text-strong); background: var(--bg-surface-2); }
.mm-showcase .mm-kicker { color: var(--accent); }
.mm-showcase .mm-lede { color: var(--text-muted); }
.mm-image-pair figure { background: var(--bg-surface); box-shadow: var(--shadow-card); }
.mm-book { color: var(--text-strong); background: radial-gradient(circle at 18% 50%,rgba(var(--accent-rgb),.18),transparent 28%),var(--bg-surface-2); }
.mm-book .mm-kicker { color: var(--accent); }
.mm-book .mm-lede { color: var(--text-muted); }
.mm-book .mm-btn { color: var(--on-accent); background: var(--accent); }
.mm-article-section { background: var(--bg-surface-2); }
.mm-article { color: var(--text-body); background: var(--bg-surface); box-shadow: var(--shadow-soft); }
.mm-article h2, .mm-article h3, .mm-article h4, .mm-article h5 { color: var(--text-strong); }
.mm-article p, .mm-article li { color: var(--text-body); }
.mm-article a { color: var(--accent); }
.mm-article th, .mm-article td { border-color: var(--border-subtle); }
.mm-article blockquote { color: var(--text-strong); border-color: var(--accent); background: var(--accent-soft); }
.mm-legal-item { border-color: var(--border-subtle); background: var(--bg-surface-2); }
.mm-legal-item p, .mm-legal-item li { color: var(--text-body); }
.mm-thanks { color: var(--text-strong); background: radial-gradient(circle at 50% 40%,rgba(var(--accent-rgb),.24),transparent 36%),var(--bg-canvas); }
.mm-thanks__icon { color: var(--on-accent); background: var(--accent); }

/* Footer */
.mm-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--text-body);
  background:
    radial-gradient(circle at 8% 18%,rgba(var(--accent-rgb),.11),transparent 27%),
    radial-gradient(circle at 92% 86%,rgba(var(--accent-rgb),.07),transparent 24%),
    var(--bg-canvas);
  border-top: 1px solid var(--border-subtle);
}
.mm-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -22%;
  width: 22%;
  height: 2px;
  background: linear-gradient(90deg,transparent,var(--accent),transparent);
  box-shadow: 0 0 18px rgba(var(--accent-rgb),.55);
  animation: mmFooterSignal 7s linear infinite;
}
.mm-footer__top > div { position: relative; }
.mm-footer__statement { margin: 28px 0 18px; color: var(--text-strong); font: 400 clamp(3.4rem,6vw,6rem)/.82 var(--font-display); text-transform: uppercase; }
.mm-footer__statement span { color: var(--accent); }
.mm-footer__intro { color: var(--text-muted); }
.mm-footer h3 { color: var(--text-strong); font-family: var(--font-mono); font-size: .68rem; font-weight: 500; }
.mm-footer__links { color: var(--text-body); }
.mm-footer__links a {
  position: relative;
  width: fit-content;
  transition: color .25s ease,transform .35s cubic-bezier(.16,1,.3,1);
}
.mm-footer__links a::after {
  content: "↗";
  display: inline-block;
  margin-left: 8px;
  color: var(--accent);
  opacity: 0;
  transform: translate(-5px,3px);
  transition: opacity .25s ease,transform .35s cubic-bezier(.16,1,.3,1);
}
.mm-footer__links a:hover,
.mm-footer__links a:focus-visible { color: var(--accent); transform: translateX(4px); }
.mm-footer__links a:hover::after,
.mm-footer__links a:focus-visible::after { opacity: 1; transform: none; }
.mm-footer__bottom { color: var(--text-muted); border-color: var(--border-subtle); }
.mm-socials { margin-top: 24px; }
.mm-socials a {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: var(--text-strong);
  border-color: var(--border-subtle);
  background: var(--bg-surface);
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
  transition: color .28s ease,background-color .28s ease,border-color .28s ease,transform .42s cubic-bezier(.16,1,.3,1),box-shadow .35s ease;
}
.mm-socials a::before {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  background: var(--accent);
  transform: scale(0);
  transition: inset .42s cubic-bezier(.16,1,.3,1),transform .42s cubic-bezier(.16,1,.3,1);
}
.mm-socials svg {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .42s cubic-bezier(.16,1,.3,1);
}
.mm-socials a:hover,
.mm-socials a:focus-visible { color: var(--on-accent); border-color: var(--accent); transform: translateY(-6px) rotate(-4deg); box-shadow: 0 18px 34px rgba(var(--accent-rgb),.2); }
.mm-socials a:hover::before,
.mm-socials a:focus-visible::before { inset: 0; transform: scale(1.1); }
.mm-socials a:hover svg,
.mm-socials a:focus-visible svg { transform: scale(1.08) rotate(4deg); }

@keyframes mmProcessLine { from { transform: scaleX(.18); opacity: .45; } to { transform: scaleX(1); opacity: 1; } }
@keyframes mmServiceOrbit { to { transform: rotate(360deg); } }
@keyframes mmFooterSignal { from { transform: translateX(0); } to { transform: translateX(660%); } }

@media (max-width: 1120px) {
  .mm-links { gap: 18px; }
  .mm-links a:not(.mm-btn) { letter-spacing: .1em; }
  .mm-links .mm-btn { padding-inline: 18px; }
  .mm-hero__grid { grid-template-columns: 1fr; }
  .mm-hero__art--kinetic { width: min(100%,720px); }
  .mm-growth-core__sphere span { font-size: 6.6rem; }
  .mm-client-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  body.mm-menu-open { overscroll-behavior: none; }
  .mm-header.is-menu-open {
    inset: 0;
    height: 100dvh;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: none;
  }
  .mm-header.is-menu-open .mm-nav { width: 100%; max-width: none; height: 100%; pointer-events: none; }
  .mm-header.is-menu-open .mm-brand {
    position: fixed;
    z-index: 103;
    top: max(20px,env(safe-area-inset-top));
    left: max(20px,env(safe-area-inset-left));
    pointer-events: auto;
  }
  .mm-header.is-menu-open .mm-menu {
    position: fixed;
    z-index: 104;
    top: max(22px,env(safe-area-inset-top));
    right: max(20px,env(safe-area-inset-right));
    pointer-events: auto;
  }
  .mm-links {
    position: fixed;
    inset: 0;
    z-index: 102;
    width: 100vw;
    height: 100dvh;
    max-height: none;
    justify-content: center;
    gap: clamp(12px,2.5vh,24px);
    padding: calc(max(104px,env(safe-area-inset-top) + 86px)) max(24px,6vw) calc(max(30px,env(safe-area-inset-bottom) + 18px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--text-strong);
    background: color-mix(in srgb,var(--bg-canvas) 97%,transparent);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    pointer-events: auto;
  }
  .mm-links.is-open { transform: none; }
  .mm-links a:not(.mm-btn) { flex: 0 0 auto; color: var(--text-strong); font-family: var(--font-display); font-size: clamp(2.15rem,7vw,3.1rem); font-weight: 400; line-height: .9; letter-spacing: .02em; }
  .mm-links .mm-btn { flex: 0 0 auto; width: min(100%,330px); min-height: 58px; margin-top: 4px; }
  .mm-theme-toggle { width: 54px; height: 32px; }
  .mm-section-head { grid-template-columns: 1fr; gap: 22px; }
  .mm-testimonial-grid { grid-template-columns: 1fr 1fr; }
  .mm-quote:last-child { grid-column: 1 / -1; }
  .mm-insight-card { grid-column: span 6; }
  .mm-insight-card:last-child { grid-column: 1 / -1; }
  .mm-service { min-height: 370px; padding: 32px 30px 30px; }
  .mm-service:nth-child(5) { min-height: 290px; }
  .mm-service h3 { margin-top: 70px; font-size: clamp(2.75rem,6vw,3.8rem); }
  .mm-client-showcase__head { grid-template-columns: 1fr; gap: 24px; }
  .mm-client-showcase__head .mm-lede { margin: 0; }
  .mm-client-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 48px; }
}

@media (max-width: 782px) {
  .admin-bar .mm-header { top: 46px; }
}

@media (max-width: 680px) {
  .mm-wrap { width: min(calc(100% - 28px),1280px); }
  .mm-brand { width: 146px; }
  .mm-hero { padding-top: 132px; }
  .mm-hero h1 { font-size: clamp(4.3rem,20vw,6rem); line-height: .8; }
  .mm-hero__copy { font-size: .98rem; }
  .mm-hero__art--kinetic { min-height: 500px; }
  .mm-growth-lab { border-radius: 22px; }
  .mm-growth-lab__topline { min-height: 40px; padding-inline: 12px; font-size: .48rem; }
  .mm-growth-core { top: 22%; left: 20%; width: 60%; }
  .mm-growth-core__sphere { width: 62%; }
  .mm-growth-core__sphere span { font-size: 4.5rem; }
  .mm-growth-node { min-width: 105px; padding: 9px 10px; gap: 2px 7px; }
  .mm-growth-node b { font-size: 1.25rem; }
  .mm-growth-node span { font-size: .47rem; }
  .mm-growth-node small { font-size: .49rem; }
  .mm-growth-node--strategy,
  .mm-growth-node--creative { top: 13%; }
  .mm-growth-node--technology,
  .mm-growth-node--performance { bottom: 14%; }
  .mm-growth-lab__metric { width: 66px; right: 5%; top: 41%; }
  .mm-growth-lab__metric b { font-size: 1.35rem; }
  .mm-growth-lab__statement { top: 51%; font-size: 1.55rem; }
  .mm-growth-lab__ticker { min-height: 38px; padding-inline: 10px; font-size: .42rem; }
  .mm-actions { align-items: stretch; flex-direction: column; }
  .mm-actions .mm-btn { width: 100%; }
  .mm-service,
  .mm-service:nth-child(5) { min-height: 350px; padding: 26px 24px 24px; border-radius: 20px; }
  .mm-service h3 { margin: 68px 0 18px; font-size: clamp(2.75rem,14vw,3.7rem); }
  .mm-service p { font-size: .94rem; line-height: 1.62; }
  .mm-service__icon { top: 22px; right: 22px; width: 56px; height: 56px; }
  .mm-service__result { margin-top: 30px; padding-top: 0; font-size: .57rem; }
  .mm-service__result::before { margin-bottom: 14px; }
  .mm-client-showcase.is-collapsed .mm-client-card:nth-child(n+7) { display: block; }
  .mm-client-carousel { margin-top: 40px; }
  .mm-client-carousel__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .mm-client-carousel__viewport::-webkit-scrollbar { display: none; }
  .mm-client-grid {
    display: flex;
    width: 100%;
    grid-template-columns: none;
    gap: 14px;
    margin-top: 0;
  }
  .mm-client-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 20px;
  }
  .mm-client-card.reveal { opacity: 1; transform: translateZ(0); }
  .mm-client-card__visual { aspect-ratio: 16 / 9; }
  .mm-client-card__body { min-height: 210px; padding: 74px 22px 22px; }
  .mm-client-card__logo { left: 22px; width: 108px; }
  .mm-client-card h3 { font-size: clamp(2.3rem,11vw,3rem); }
  .mm-client-carousel__status {
    display: grid;
    grid-template-columns: auto minmax(80px,1fr) auto;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    color: var(--text-muted);
    font: 500 .55rem/1 var(--font-mono);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .mm-client-carousel__status b { color: var(--accent); font-weight: 600; }
  .mm-client-carousel__progress { position: relative; height: 2px; overflow: hidden; border-radius: 99px; background: var(--border-subtle); }
  .mm-client-carousel__progress i { position: absolute; inset: 0; background: var(--accent); transform: scaleX(.05); transform-origin: left; transition: transform .35s cubic-bezier(.16,1,.3,1); }
  .mm-client-showcase__actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .mm-client-showcase__actions [data-client-toggle] { display: none !important; }
  .mm-client-showcase__actions .mm-btn { width: 100%; }
  .mm-testimonial-grid, .mm-insight-grid { grid-template-columns: 1fr; }
  .mm-quote, .mm-quote:last-child { min-height: 320px; grid-column: 1; }
  .mm-insight-card, .mm-insight-card:last-child { min-height: 360px; grid-column: 1; }
  .mm-section-head { gap: 18px; }
  .mm-pagehero h1, .mm-specialhero h1 { font-size: clamp(4rem,18vw,6rem); }
  .mm-proof__stats { grid-template-columns: 1fr 1fr; }
  .mm-stat { min-width: 0; }
  .mm-service-card { min-height: 320px; padding: 30px 26px 28px; border-radius: 20px; }
  .mm-service-card .mm-pill { margin-bottom: 26px; }
  .mm-service-card h2 { max-width: 100%; font-size: clamp(2.25rem,12vw,3.1rem); }
  .mm-service-card p { max-width: 100%; margin-top: 20px; }
  .mm-service-card::after { right: 16px; font-size: 7.5rem; }
  .mm-service-card__beam { left: 24px; }
  .mm-service-card:hover .mm-service-card__beam,
  .mm-service-card:focus-visible .mm-service-card__beam { width: calc(100% - 48px); }
  .mm-footer__statement { font-size: 4.2rem; }
  .mm-footer { padding-top: 54px; }
  .mm-footer__top { gap: 42px; }
  .mm-footer__bottom { margin-top: 44px; }
}

@media (max-width: 460px) {
  .mm-header.is-menu-open .mm-brand { width: 138px; }
  .mm-links { gap: clamp(10px,2.2vh,18px); padding-inline: 20px; }
  .mm-links a:not(.mm-btn) { font-size: clamp(2rem,10.5vw,2.7rem); }
  .mm-links .mm-btn { min-height: 54px; font-size: .72rem; }
  .mm-service,
  .mm-service:nth-child(5) { min-height: 365px; }
  .mm-service h3 { max-width: calc(100% - 8px); font-size: clamp(2.55rem,14.2vw,3.35rem); }
  .mm-service__num { max-width: calc(100% - 70px); font-size: .63rem; line-height: 1.5; }
  .mm-pagehero--system { min-height: 680px; padding: 148px 0 104px; }
  .mm-pagehero__inner { padding-right: 12px; }
  .mm-pagehero--system h1 { font-size: clamp(4rem,19vw,5.6rem); }
  .mm-pagehero--system .mm-pagehero__copy { margin-top: 24px; }
  .mm-pagehero__signal { display: none; }
  .mm-pagehero__rail { width: 100%; grid-template-columns: repeat(2,1fr); }
  .mm-pagehero__rail li { padding: 12px 7px; font-size: .47rem; }
  .mm-pagehero__rail li:nth-child(3) { border-left: 0; border-top: 1px solid var(--border-subtle); }
  .mm-pagehero__rail li:nth-child(4) { border-top: 1px solid var(--border-subtle); }
  .mm-proof__stats { grid-template-columns: 1fr; }
  .mm-stat { min-height: 190px; }
  .mm-insight-card h3 { font-size: 2.65rem; }
  .mm-growth-node small { display: none; }
  .mm-growth-node { min-width: 90px; grid-template-columns: auto 1fr; }
  .mm-growth-lab__topline > span { max-width: 175px; overflow: hidden; white-space: nowrap; }
  .mm-growth-lab__ticker span:nth-of-type(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-client-card,
  .mm-client-card::before,
  .mm-client-card::after,
  .mm-client-card *,
  .mm-client-card:hover,
  .mm-client-card:focus-within,
  .mm-client-card:active { transition: none; transform: none; }
  .mm-service,
  .mm-service::before,
  .mm-service::after,
  .mm-service *,
  .mm-service:hover,
  .mm-service:focus-visible,
  .mm-service.is-pressed,
  .mm-service.is-activating { transition: none; transform: none; }
  .mm-pagehero--system::before,
  .mm-pagehero__signal::before { animation: none; }
  .mm-process-grid::before { animation: none; transform: none; }
  .mm-theme-toggle, .mm-theme-toggle__orbit i { transition: none; }
  .mm-service-card,
  .mm-service-card::before,
  .mm-service-card::after,
  .mm-service-card *,
  .mm-service-card:hover,
  .mm-service-card:focus-visible { transition: none; transform: none; }
  .mm-growth-lab *,
  .mm-growth-lab *::before,
  .mm-growth-lab *::after { animation: none !important; transition: none !important; }
}

/* Work portfolio carousels */
.mm-work-studio {
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0,rgba(var(--accent-rgb),.12),transparent 32%),
    var(--bg-canvas);
}
.mm-work-studio--web { background: var(--bg-surface-2); }
.mm-work-studio__head {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
  align-items: end;
  gap: 56px;
}
.mm-work-studio__head .mm-lede { margin: 0; }
.mm-work-carousel {
  --carousel-gap: 20px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 28px;
  background: var(--bg-surface);
  box-shadow: var(--shadow-card);
}
.mm-work-carousel__bar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px 12px 24px;
  border-bottom: 1px solid var(--border-subtle);
}
.mm-work-carousel__bar p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--accent);
  font: 500 .66rem/1 var(--font-mono);
  letter-spacing: .12em;
}
.mm-work-carousel__bar p small {
  margin-left: 8px;
  color: var(--text-muted);
  font: inherit;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mm-carousel-controls { display: flex; gap: 8px; }
.mm-carousel-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--text-strong);
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
  background: var(--bg-surface-2);
  cursor: pointer;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,transform .25s cubic-bezier(.16,1,.3,1);
}
.mm-carousel-controls button:hover,
.mm-carousel-controls button:focus-visible {
  color: var(--on-accent);
  border-color: var(--accent);
  background: var(--accent);
  transform: translateY(-2px) scale(1.04);
}
.mm-carousel-controls button:active { transform: scale(.9); }
.mm-work-carousel__viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.mm-work-carousel__viewport::-webkit-scrollbar { display: none; }
.mm-work-carousel__track { display: flex; gap: var(--carousel-gap); }
.mm-pack-slide,
.mm-web-slide { scroll-snap-align: start; scroll-snap-stop: always; }
.mm-pack-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  background: var(--bg-surface);
}
.mm-pack-slide__identity {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 42px;
  padding: clamp(34px,5vw,72px);
  background:
    linear-gradient(var(--hero-grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--hero-grid) 1px,transparent 1px),
    radial-gradient(circle at 25% 45%,rgba(var(--accent-rgb),.16),transparent 44%),
    var(--bg-surface-2);
  background-size: 54px 54px,54px 54px,auto,auto;
}
.mm-pack-slide__label {
  color: var(--accent);
  font: 500 .62rem/1 var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mm-pack-slide__identity > img {
  width: min(100%,460px);
  height: 174px;
  object-fit: contain;
  object-position: center;
  padding: 26px clamp(26px,3vw,42px);
  border: 1px solid rgba(var(--accent-rgb),.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15,22,64,.1),inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .55s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .35s ease;
}
.mm-pack-slide__identity h3 { margin: 0; font-size: clamp(3rem,5vw,5.5rem); line-height: .86; }
.mm-pack-slide__identity p { margin: 12px 0 0; color: var(--text-muted); }
.mm-pack-slide__product {
  position: relative;
  min-height: 560px;
  display: block;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #101014;
}
.mm-pack-slide__product::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(4,5,10,.62),transparent 42%);
  pointer-events: none;
}
.mm-pack-slide__product > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.01);
  transition: transform .8s cubic-bezier(.16,1,.3,1),filter .4s ease;
}
.mm-pack-slide__product > span {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 500 .66rem var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mm-pack-slide__product i { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-style: normal; }
.mm-pack-slide:hover .mm-pack-slide__identity > img { border-color: rgba(var(--accent-rgb),.34); transform: translateY(-7px) rotate(-1deg); box-shadow: 0 25px 65px rgba(var(--accent-rgb),.18),inset 0 1px 0 rgba(255,255,255,.95); }
.mm-pack-slide:hover .mm-pack-slide__product > img { filter: saturate(1.08) contrast(1.03); transform: scale(1.055); }
.mm-pack-slide:active { transform: scale(.994); }

.mm-work-carousel--web { padding-bottom: 22px; }
.mm-work-carousel--web .mm-work-carousel__viewport { padding: 14px 18px 24px; }
.mm-web-slide {
  flex: 0 0 calc((100% - (var(--carousel-gap) * 2)) / 3);
  min-width: 0;
  overflow: hidden;
  color: var(--text-strong);
  border: 1px solid var(--border-subtle);
  border-radius: 22px;
  background: var(--bg-surface-2);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  transition: transform .45s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease;
}
.mm-web-slide__media {
  display: block;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  padding: 14px;
  background: #ffffff;
}
.mm-web-slide__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .75s cubic-bezier(.16,1,.3,1); }
.mm-web-slide__copy {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
}
.mm-web-slide__copy small { display: block; color: var(--accent); font: 500 .56rem/1.3 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.mm-web-slide__copy strong { display: block; margin-top: 9px; color: var(--text-strong); font: 400 clamp(1.8rem,2.6vw,2.55rem)/.9 var(--font-display); text-transform: uppercase; }
.mm-web-slide__copy > i { flex: 0 0 42px; display: grid; width: 42px; height: 42px; place-items: center; color: var(--on-accent); border-radius: 50%; background: var(--accent); font-style: normal; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.mm-web-slide:hover,
.mm-web-slide:focus-visible { border-color: rgba(var(--accent-rgb),.62); box-shadow: 0 22px 54px rgba(var(--accent-rgb),.14); transform: translateY(-8px); }
.mm-web-slide:hover .mm-web-slide__media img,
.mm-web-slide:focus-visible .mm-web-slide__media img { transform: scale(1.045); }
.mm-web-slide:hover .mm-web-slide__copy > i,
.mm-web-slide:focus-visible .mm-web-slide__copy > i { transform: rotate(45deg) scale(1.08); }
.mm-web-slide:active { transform: translateY(-2px) scale(.98); transition-duration: .12s; }
.mm-carousel-dots { display: flex; justify-content: center; gap: 7px; padding: 18px 20px 22px; }
.mm-work-carousel--web .mm-carousel-dots { padding-block: 0; }
.mm-carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: var(--border-strong);
  cursor: pointer;
  transition: width .3s ease,background-color .3s ease,transform .25s ease;
}
.mm-carousel-dots button[aria-current="true"] { width: 28px; background: var(--accent); }
.mm-carousel-dots button:active { transform: scale(.78); }

/* Global section rhythm: 40px desktop, 20px mobile. */
:root { --mm-section-x: 40px; --mm-section-y: 40px; }
.mm-wrap { width: min(100%,1280px); }
.mm-section,
.mm-section--tight { padding: var(--mm-section-y) var(--mm-section-x); }
.mm-header,
.mm-footer,
.mm-hero,
.mm-pagehero,
.mm-specialhero,
.mm-thanks { padding-right: var(--mm-section-x); padding-left: var(--mm-section-x); }
.mm-kicker::before { content: none !important; display: none !important; }

@media (max-width: 980px) {
  .mm-work-studio__head { grid-template-columns: 1fr; gap: 20px; }
  .mm-work-studio__head .mm-lede { max-width: 720px; }
  .mm-pack-slide__identity,
  .mm-pack-slide__product { min-height: 480px; }
  .mm-web-slide { flex-basis: calc((100% - var(--carousel-gap)) / 2); }
}

@media (max-width: 680px) {
  :root { --mm-section-x: 20px; --mm-section-y: 20px; }
  .mm-section,
  .mm-section--tight { padding: var(--mm-section-y) var(--mm-section-x); }
  .mm-work-carousel { margin-top: 24px; border-radius: 20px; }
  .mm-work-carousel__bar { min-height: 62px; padding: 10px 12px 10px 16px; }
  .mm-work-carousel__bar p small { display: none; }
  .mm-carousel-controls button { width: 40px; height: 40px; }
  .mm-pack-slide { grid-template-columns: 1fr; }
  .mm-pack-slide__identity { min-height: 320px; gap: 24px; padding: 28px 24px; }
  .mm-pack-slide__identity > img { width: 100%; height: 124px; padding: 20px 24px; border-radius: 17px; }
  .mm-pack-slide__identity h3 { font-size: clamp(3rem,15vw,4.4rem); }
  .mm-pack-slide__product { min-height: auto; aspect-ratio: 1; }
  .mm-work-carousel--web .mm-work-carousel__viewport { padding: 12px 12px 20px; }
  .mm-web-slide { flex-basis: 100%; border-radius: 18px; }
  .mm-web-slide__copy { min-height: 100px; padding: 18px; }
  .mm-web-slide__copy strong { font-size: 2rem; }
  .mm-carousel-dots { overflow: hidden; padding: 14px 14px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-work-carousel__viewport { scroll-behavior: auto; }
  .mm-pack-slide,
  .mm-pack-slide *,
  .mm-web-slide,
  .mm-web-slide * { transition: none !important; transform: none !important; }
}

/* Transparent hero capability system */
.mm-domain-system,
html[data-theme="light"] .mm-domain-system {
  --domain-card: rgba(8,10,18,.26);
  inset: 1% 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
html[data-theme="light"] .mm-domain-system { --domain-card: rgba(255,255,255,.26); }
.mm-domain-system::before { opacity: .13; }
.mm-domain-system__topline,
.mm-domain-system__footer {
  border-color: rgba(var(--accent-rgb),.2);
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.mm-domain-node {
  background: var(--domain-card);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.mm-domain-node:hover {
  background: rgba(var(--accent-rgb),.08);
  box-shadow: 0 16px 42px rgba(var(--accent-rgb),.12);
}

/* About: premium editorial glass team cards */
.mm-team-section {
  --team-glass: rgba(255,255,255,.62);
  --team-glass-2: rgba(244,246,255,.32);
  --team-line: rgba(34,64,216,.18);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 14%,rgba(var(--accent-rgb),.12),transparent 26%),
    radial-gradient(circle at 5% 82%,rgba(var(--accent-rgb),.07),transparent 30%),
    var(--bg-canvas);
}
html[data-theme="dark"] .mm-team-section {
  --team-glass: rgba(17,18,25,.66);
  --team-glass-2: rgba(11,12,18,.38);
  --team-line: rgba(128,148,255,.2);
}
.mm-team-section .mm-lede { max-width: 820px; }
.mm-team-grid {
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
.mm-person {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(330px,.82fr);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--team-line);
  border-radius: 28px;
  background: linear-gradient(135deg,var(--team-glass),var(--team-glass-2));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 20px 60px rgba(3,7,24,.08);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  backdrop-filter: blur(22px) saturate(125%);
  transform: translateZ(0);
  cursor: pointer;
  transition:
    transform .52s cubic-bezier(.16,1,.3,1),
    border-color .32s ease,
    box-shadow .45s ease,
    background-color .32s ease;
}
.mm-person::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: clamp(34px,5vw,72px);
  width: 58px;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: var(--accent);
  box-shadow: 0 0 24px rgba(var(--accent-rgb),.55);
  transition: width .58s cubic-bezier(.16,1,.3,1);
}
.mm-person::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 320px;
  aspect-ratio: 1;
  right: 23%;
  bottom: -68%;
  pointer-events: none;
  opacity: .3;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(var(--accent-rgb),.34),transparent 68%);
  filter: blur(18px);
  transition: opacity .4s ease,transform .65s cubic-bezier(.16,1,.3,1);
}
.mm-person__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(38px,6vw,78px);
}
.mm-person h3 {
  margin: 0;
  font-size: clamp(4rem,7vw,6.8rem);
  line-height: .82;
  letter-spacing: -.015em;
  text-wrap: balance;
  transition: color .3s ease,transform .48s cubic-bezier(.16,1,.3,1);
}
.mm-person small {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--accent);
  font: 500 .68rem/1.3 var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mm-person small::before {
  content: "";
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb),.1);
}
.mm-person p {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--text-muted);
  font-size: clamp(.98rem,1.45vw,1.14rem);
  line-height: 1.75;
}
.mm-person__photo {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--team-line);
  background: var(--accent-soft);
}
.mm-person__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(7,8,13,.2),transparent 24%);
  mix-blend-mode: multiply;
}
.mm-person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.88) contrast(1.02);
  transform: scale(1.001);
  transition: transform .8s cubic-bezier(.16,1,.3,1),filter .42s ease;
}
@media (hover:hover) and (pointer:fine) {
  .mm-person:hover {
    z-index: 3;
    border-color: rgba(var(--accent-rgb),.58);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16),0 32px 84px rgba(3,7,24,.18),0 0 0 1px rgba(var(--accent-rgb),.07);
    transform: translateY(-9px) scale(1.006);
  }
  .mm-person:hover::before { width: calc(100% - clamp(68px,10vw,144px)); }
  .mm-person:hover::after { opacity: .72; transform: translate3d(24px,-18px,0) scale(1.15); }
  .mm-person:hover h3 { color: var(--accent); transform: translateX(5px); }
  .mm-person:hover .mm-person__photo img { filter: saturate(1.05) contrast(1.04); transform: scale(1.065); }
}
.mm-person.is-pressed,
.mm-person:active {
  border-color: rgba(var(--accent-rgb),.72);
  box-shadow: 0 12px 34px rgba(var(--accent-rgb),.16);
  transform: translateY(-2px) scale(.988);
  transition-duration: .12s;
}
.mm-person.is-clicked::after { animation: mmTeamClick .62s cubic-bezier(.16,1,.3,1); }
@keyframes mmTeamClick {
  0% { opacity: .25; transform: scale(.7); }
  45% { opacity: .85; }
  100% { opacity: .25; transform: scale(1.42); }
}

@media (max-width: 900px) {
  .mm-person { grid-template-columns: minmax(0,1fr) minmax(280px,.78fr); min-height: 380px; }
  .mm-person__photo { min-height: 380px; }
  .mm-person h3 { font-size: clamp(3.7rem,9vw,5.4rem); }
}

@media (max-width: 680px) {
  .mm-team-grid { gap: 18px; margin-top: 28px; }
  .mm-person { min-height: 0; grid-template-columns: 1fr; border-radius: 22px; }
  .mm-person__photo { grid-row: 1; min-height: 0; aspect-ratio: 4 / 3; border-left: 0; border-bottom: 1px solid var(--team-line); }
  .mm-person__photo::after { background: linear-gradient(to top,rgba(7,8,13,.2),transparent 28%); }
  .mm-person__content { padding: 30px 26px 34px; }
  .mm-person h3 { font-size: clamp(3.5rem,16vw,4.8rem); }
  .mm-person small { margin-top: 18px; font-size: .6rem; }
  .mm-person p { margin-top: 22px; font-size: .94rem; line-height: 1.65; }
  .mm-person::before { left: 26px; }
  .mm-domain-system,
  html[data-theme="light"] .mm-domain-system { inset: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-person,
  .mm-person *,
  .mm-person::before,
  .mm-person::after { animation: none !important; transition: none !important; transform: none !important; }
}

/* 3.1 page identity system: every inner-page hero gets its own motion language. */
.mm-pagehero--system {
  min-height: 780px;
  display: grid;
  align-items: center;
  padding-top: 156px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 78% 22%,rgba(var(--accent-rgb),.15),transparent 33%),
    var(--bg-canvas);
}
.mm-pagehero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(430px,.92fr);
  gap: clamp(44px,6vw,90px);
  align-items: center;
}
.mm-pagehero__inner { width: auto; padding-right: 0; }
.mm-pagehero--system h1 { max-width: 820px; font-size: clamp(4.7rem,8vw,8.6rem); }
.mm-pagehero--system .mm-pagehero__copy { max-width: 650px; }
.mm-pagehero__visual {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb),.18);
  border-radius: 36px;
  background:
    linear-gradient(var(--hero-grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--hero-grid) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(var(--accent-rgb),.16),transparent 47%);
  background-size: 52px 52px,52px 52px,auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.52),0 30px 90px rgba(var(--accent-rgb),.1);
}
.mm-pagehero__visual::before,
.mm-pagehero__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.mm-pagehero__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(var(--accent-rgb),.24);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.mm-pagehero__orbit::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(var(--accent-rgb),.09),0 0 25px rgba(var(--accent-rgb),.62);
}
.mm-pagehero__orbit--one { width: 69%; aspect-ratio: 1; animation: mmPageOrbit 18s linear infinite; }
.mm-pagehero__orbit--two { width: 48%; aspect-ratio: 1; animation: mmPageOrbitReverse 13s linear infinite; }
.mm-pagehero__scan {
  position: absolute;
  z-index: -1;
  inset: -25% 48% -25% 48%;
  background: linear-gradient(90deg,transparent,rgba(var(--accent-rgb),.19),transparent);
  transform: rotate(18deg);
  animation: mmPageHeroScan 5.8s ease-in-out infinite;
}
.mm-pagehero__glyph {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 42%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(var(--accent-rgb),.35);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%,rgba(255,255,255,.9),rgba(var(--accent-rgb),.12) 48%,rgba(var(--accent-rgb),.06));
  box-shadow: inset 0 0 50px rgba(var(--accent-rgb),.13),0 24px 70px rgba(var(--accent-rgb),.16);
  transform: translate(-50%,-50%);
}
html[data-theme="dark"] .mm-pagehero__glyph { background: radial-gradient(circle at 38% 30%,rgba(102,124,255,.28),rgba(13,15,28,.92) 58%); }
.mm-pagehero__glyph strong { color: var(--text-strong); font: 400 clamp(3rem,5vw,5.6rem)/.75 var(--font-display); text-transform: uppercase; }
.mm-pagehero__glyph small { margin-top: 16px; color: var(--accent); font: 600 .56rem/1 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; }
.mm-pagehero__token {
  position: absolute;
  z-index: 4;
  min-width: 126px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  color: var(--text-body);
  border: 1px solid rgba(var(--accent-rgb),.2);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 15px 36px rgba(14,27,85,.09);
  font: 550 .56rem/1 var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: mmPageToken 4.8s ease-in-out infinite;
}
html[data-theme="dark"] .mm-pagehero__token { background: rgba(15,17,27,.76); }
.mm-pagehero__token i { color: var(--accent); font-style: normal; }
.mm-pagehero__token--1 { top: 10%; left: 7%; }
.mm-pagehero__token--2 { top: 12%; right: 6%; animation-delay: -1.1s; }
.mm-pagehero__token--3 { bottom: 11%; left: 6%; animation-delay: -2.2s; }
.mm-pagehero__token--4 { right: 7%; bottom: 10%; animation-delay: -3.3s; }

/* Work uses moving project frames instead of the capability target. */
.mm-pagehero--work .mm-pagehero__visual { background: radial-gradient(circle at 60% 40%,rgba(var(--accent-rgb),.15),transparent 47%),var(--bg-surface-2); }
.mm-pagehero--work .mm-pagehero__visual::before,
.mm-pagehero--work .mm-pagehero__visual::after {
  inset: 16% 13%;
  border: 1px solid rgba(var(--accent-rgb),.26);
  border-radius: 24px;
  background: linear-gradient(135deg,rgba(var(--accent-rgb),.1),transparent 58%);
  animation: mmProjectFrame 6s ease-in-out infinite;
}
.mm-pagehero--work .mm-pagehero__visual::after { inset: 23% 20% 9% 7%; animation-delay: -3s; }
.mm-pagehero--work .mm-pagehero__orbit { border-radius: 28%; transform: translate(-50%,-50%) rotate(12deg); }
.mm-pagehero--work .mm-pagehero__glyph { left: 67%; top: 63%; width: 34%; border-radius: 24px; transform: translate(-50%,-50%) rotate(-3deg); }
.mm-pagehero--work .mm-pagehero__token { border-radius: 999px; }

/* About is a precise team orbit. */
.mm-pagehero--about .mm-pagehero__visual { border-radius: 50%; background: radial-gradient(circle,rgba(var(--accent-rgb),.19),transparent 63%); }
.mm-pagehero--about .mm-pagehero__glyph { width: 48%; }
.mm-pagehero--about .mm-pagehero__glyph strong { color: transparent; -webkit-text-stroke: 1px var(--accent); }
.mm-pagehero--about .mm-pagehero__token { min-width: 116px; border-radius: 999px; }
.mm-pagehero--about .mm-pagehero__orbit--one { animation-duration: 22s; }
.mm-pagehero--about .mm-pagehero__orbit--two { animation-duration: 10s; }

/* Contact is an open transmission with expanding radio waves. */
.mm-pagehero--contact .mm-pagehero__visual { border-radius: 36px 130px 36px 130px; background: linear-gradient(140deg,rgba(var(--accent-rgb),.05),rgba(var(--accent-rgb),.16)); }
.mm-pagehero--contact .mm-pagehero__orbit { animation: mmContactWave 4.8s ease-out infinite; }
.mm-pagehero--contact .mm-pagehero__orbit--two { animation-delay: -2.4s; }
.mm-pagehero--contact .mm-pagehero__glyph { width: 39%; border-radius: 36px; }
.mm-pagehero--contact .mm-pagehero__glyph strong { font-size: clamp(2.8rem,4.7vw,5rem); }

/* Insights becomes an editorial stack with a scanning cursor. */
.mm-pagehero--blog .mm-pagehero__visual { background: linear-gradient(155deg,var(--bg-surface),var(--bg-surface-2)); }
.mm-pagehero--blog .mm-pagehero__visual::before,
.mm-pagehero--blog .mm-pagehero__visual::after { inset: 13% 11% 21% 21%; border: 1px solid rgba(var(--accent-rgb),.25); border-radius: 22px; transform: rotate(5deg); }
.mm-pagehero--blog .mm-pagehero__visual::after { inset: 21% 20% 12% 10%; transform: rotate(-5deg); }
.mm-pagehero--blog .mm-pagehero__glyph { left: 45%; width: 38%; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.mm-pagehero--blog .mm-pagehero__glyph strong { color: var(--accent); }
.mm-pagehero--blog .mm-pagehero__scan { inset: 0 0 94%; transform: none; background: linear-gradient(90deg,transparent,var(--accent),transparent); animation: mmEditorialScan 4.8s ease-in-out infinite; }

/* Premium service-detail banner system. */
.mm-specialhero {
  min-height: 900px;
  padding-top: 146px;
  padding-bottom: 90px;
  background: var(--bg-canvas) !important;
}
.mm-specialhero__mesh {
  position: absolute;
  inset: 0;
  opacity: .65;
  pointer-events: none;
  background-image: linear-gradient(var(--hero-grid) 1px,transparent 1px),linear-gradient(90deg,var(--hero-grid) 1px,transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom,transparent,#000 18%,#000 88%,transparent);
  mask-image: linear-gradient(to bottom,transparent,#000 18%,#000 88%,transparent);
}
.mm-specialhero__grid { grid-template-columns: minmax(0,1.03fr) minmax(460px,.97fr); gap: clamp(48px,6vw,88px); }
.mm-specialhero__content { position: relative; z-index: 3; }
.mm-specialhero__content .mm-hero__copy { max-width: 720px; font-size: 1.04rem; line-height: 1.75; }
.mm-specialhero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; color: var(--text-muted); font: 500 .56rem/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.mm-specialhero__meta i { color: var(--accent); font-style: normal; }
.mm-specialhero__visual {
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(var(--service-glow,56,87,237),.2);
  border-radius: 32px;
  background: radial-gradient(circle at 50% 45%,rgba(var(--service-glow,56,87,237),.18),transparent 55%),var(--bg-surface-2);
  box-shadow: 0 32px 90px rgba(var(--service-glow,56,87,237),.12);
}
.mm-specialhero__hud {
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  left: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(var(--service-glow,56,87,237),.18);
  font: 500 .52rem/1 var(--font-mono);
  letter-spacing: .11em;
}
.mm-specialhero__hud b { color: var(--text-body); font-weight: 500; }
.mm-specialhero__hud b i { display: inline-block; width: 7px; aspect-ratio: 1; margin-right: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent); animation: mmPagePulse 2s ease-in-out infinite; }
.mm-specialhero__orbit { position: absolute; top: 52%; left: 50%; border: 1px solid rgba(var(--service-glow,56,87,237),.22); border-radius: 50%; transform: translate(-50%,-50%); }
.mm-specialhero__orbit::after { content: ""; position: absolute; top: -4px; left: 48%; width: 8px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.mm-specialhero__orbit--one { width: 80%; aspect-ratio: 1; animation: mmPageOrbit 18s linear infinite; }
.mm-specialhero__orbit--two { width: 57%; aspect-ratio: 1; animation: mmPageOrbitReverse 12s linear infinite; }
.mm-specialhero__frame {
  position: absolute;
  z-index: 4;
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--service-glow,56,87,237),.25);
  border-radius: 22px;
  background: var(--bg-surface);
  box-shadow: 0 24px 64px rgba(6,12,44,.18);
  transition: transform .65s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;
}
.mm-specialhero__frame img { position: static !important; display: block; width: 100% !important; height: 100%; border: 0 !important; border-radius: 0 !important; object-fit: cover; box-shadow: none !important; transform: none !important; }
.mm-specialhero__frame > span { position: absolute; right: 14px; bottom: 12px; padding: 7px 9px; color: #fff; border-radius: 999px; background: rgba(5,7,14,.7); font: 500 .5rem/1 var(--font-mono); letter-spacing: .08em; }
.mm-specialhero__frame--primary { top: 16%; right: 7%; width: 78%; aspect-ratio: 16 / 10; animation: mmServiceFloat 6.4s ease-in-out infinite; }
.mm-specialhero__frame--secondary { bottom: 15%; left: 6%; width: 57%; aspect-ratio: 16 / 10; animation: mmServiceFloat 5.8s -2.8s ease-in-out infinite; }
.mm-specialhero__status { position: absolute; z-index: 6; right: 18px; bottom: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; max-width: 280px; padding: 11px 13px; color: var(--text-muted); border: 1px solid rgba(var(--service-glow,56,87,237),.2); border-radius: 14px; background: rgba(255,255,255,.74); font: 500 .48rem/1.25 var(--font-mono); letter-spacing: .06em; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
html[data-theme="dark"] .mm-specialhero__status { background: rgba(13,15,24,.78); }
.mm-specialhero__status > i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); box-shadow: 0 0 13px var(--accent); }
.mm-specialhero__status strong { color: var(--accent); font-size: .65rem; }
.mm-specialhero:hover .mm-specialhero__frame--primary { box-shadow: 0 34px 84px rgba(var(--service-glow,56,87,237),.2); transform: translateY(-6px) rotate(1deg); }
.mm-specialhero:hover .mm-specialhero__frame--secondary { transform: translateY(6px) rotate(-2deg); }
.mm-specialhero--packaging-design .mm-specialhero__visual { border-radius: 110px 32px 32px; }
.mm-specialhero--packaging-design .mm-specialhero__frame--primary { right: 4%; width: 72%; transform: rotate(3deg); }
.mm-specialhero--packaging-design .mm-specialhero__frame--secondary { left: 4%; transform: rotate(-5deg); }
.mm-specialhero--uiux-and-website-developement .mm-specialhero__visual { border-radius: 28px; background: linear-gradient(150deg,var(--bg-surface),rgba(var(--service-glow),.13)); }
.mm-specialhero--uiux-and-website-developement .mm-specialhero__frame { border-radius: 14px; }
.mm-specialhero--uiux-and-website-developement .mm-specialhero__frame--primary { top: 19%; right: 5%; width: 86%; }

/* Service feature cards: animated, tactile and content-safe. */
.mm-service-features { overflow: hidden; background: linear-gradient(180deg,var(--bg-canvas),var(--bg-surface-2)); }
.mm-service-features .mm-feature-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 46px; }
.mm-service-features .mm-feature {
  position: relative;
  isolation: isolate;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 24px;
  background: linear-gradient(145deg,rgba(var(--accent-rgb),.04),transparent 45%),var(--bg-surface);
  box-shadow: 0 15px 44px rgba(10,17,50,.05);
  cursor: pointer;
  transform: translateZ(0);
  transition: transform .5s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease,background-color .3s ease;
}
.mm-service-features .mm-feature::before { content: attr(data-index); position: absolute; z-index: -1; right: 18px; bottom: -29px; color: transparent; font: 400 9rem/.8 var(--font-display); -webkit-text-stroke: 1px rgba(var(--accent-rgb),.09); transition: transform .55s cubic-bezier(.16,1,.3,1),-webkit-text-stroke-color .3s ease; }
.mm-feature__beam { position: absolute; top: 0; left: 30px; width: 54px; height: 3px; border-radius: 0 0 5px 5px; background: var(--accent); box-shadow: 0 0 18px rgba(var(--accent-rgb),.6); transition: width .55s cubic-bezier(.16,1,.3,1); }
.mm-feature__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mm-service-features .mm-feature__top > b { color: var(--accent); font: 600 .66rem/1 var(--font-mono); letter-spacing: .14em; }
.mm-feature__top > i { width: 42px; aspect-ratio: 1; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(var(--accent-rgb),.22); border-radius: 50%; background: var(--accent-soft); font-style: normal; transition: color .3s ease,background-color .3s ease,transform .45s cubic-bezier(.16,1,.3,1); }
.mm-service-features .mm-feature h3 { max-width: 88%; margin: 56px 0 16px; font-size: clamp(2rem,2.8vw,3rem); line-height: .9; transition: color .3s ease,transform .42s cubic-bezier(.16,1,.3,1); }
.mm-service-features .mm-feature p { margin: 0 0 28px; line-height: 1.7; }
.mm-feature__signal { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--text-muted); font: 500 .55rem/1 var(--font-mono); letter-spacing: .09em; text-transform: uppercase; }
.mm-feature__signal i { color: var(--accent); font-style: normal; transition: transform .3s ease; }
@media (hover:hover) and (pointer:fine) {
  .mm-service-features .mm-feature:hover { z-index: 3; border-color: rgba(var(--accent-rgb),.58); background: var(--bg-elevated); box-shadow: 0 30px 72px rgba(var(--accent-rgb),.13); transform: translateY(-10px) rotateX(1deg); }
  .mm-service-features .mm-feature:hover::before { -webkit-text-stroke-color: rgba(var(--accent-rgb),.2); transform: translateY(-10px); }
  .mm-service-features .mm-feature:hover .mm-feature__beam { width: calc(100% - 60px); }
  .mm-service-features .mm-feature:hover .mm-feature__top > i { color: var(--on-accent); background: var(--accent); transform: rotate(36deg) scale(1.08); }
  .mm-service-features .mm-feature:hover h3 { color: var(--accent); transform: translateX(4px); }
  .mm-service-features .mm-feature:hover .mm-feature__signal i { transform: translateX(7px); }
}
.mm-service-features .mm-feature.is-pressed { transform: translateY(-2px) scale(.985); transition-duration: .12s; }
.mm-service-features .mm-feature.is-clicked { border-color: var(--accent); animation: mmCapabilityClick .68s cubic-bezier(.16,1,.3,1); }
.mm-service-card.is-pressed { transform: translateY(-3px) scale(.985); transition-duration: .12s; }
.mm-service-card.is-activating { border-color: var(--accent); box-shadow: 0 0 0 5px rgba(var(--accent-rgb),.11),0 26px 60px rgba(var(--accent-rgb),.16); transform: translateY(-3px) scale(.985); }

/* Nine services form a deliberate 3 × 3 capability matrix. */
.mm-page-services .mm-inner-grid,
.mm-page-services-2 .mm-inner-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.mm-page-services .mm-service-card,
.mm-page-services-2 .mm-service-card { min-height: 360px; }

/* Packaging-page carousel receives a distinct studio presentation. */
.mm-page-packaging-design .mm-work-studio { background: radial-gradient(circle at 93% 4%,rgba(var(--accent-rgb),.14),transparent 28%),var(--bg-surface-2); }
.mm-page-packaging-design .mm-work-carousel { box-shadow: 0 34px 90px rgba(var(--accent-rgb),.12); }
.mm-page-packaging-design .mm-pack-slide__product::before { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid transparent; pointer-events: none; transition: border-color .35s ease; }
.mm-page-packaging-design .mm-pack-slide:hover .mm-pack-slide__product::before { border-color: rgba(var(--accent-rgb),.54); }

/* Proof metrics: refined physical feedback and animated signal traces. */
.mm-proof { min-height: 860px; }
.mm-proof__grid::after { content: ""; position: absolute; z-index: -1; right: -3%; width: 50%; height: 62%; border: 1px solid rgba(var(--accent-rgb),.12); border-radius: 50%; transform: rotate(-14deg); animation: mmProofRing 12s ease-in-out infinite alternate; }
.mm-stat { border-radius: 28px; cursor: pointer; }
.mm-stat__trace { position: absolute; z-index: 3; top: 0; left: 24px; width: 54px; height: 3px; border-radius: 0 0 5px 5px; background: var(--accent); box-shadow: 0 0 18px rgba(var(--accent-rgb),.62); transition: width .55s cubic-bezier(.16,1,.3,1); }
.mm-stat:hover .mm-stat__trace { width: calc(100% - 48px); }
.mm-stat.is-pressed { transform: translateY(-2px) scale(.982); transition-duration: .12s; }
.mm-stat.is-clicked { border-color: var(--accent); animation: mmCapabilityClick .68s cubic-bezier(.16,1,.3,1); }

/* Footer motion lives only in the whitespace and never reduces text contrast. */
.mm-footer { min-height: 650px; display: grid; align-items: center; }
.mm-footer > .mm-wrap { position: relative; z-index: 3; width: 100%; }
.mm-footer__motion { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; opacity: .78; }
.mm-footer__motion::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(var(--hero-grid) 1px,transparent 1px),linear-gradient(90deg,var(--hero-grid) 1px,transparent 1px); background-size: 68px 68px; -webkit-mask-image: radial-gradient(circle at 74% 52%,#000,transparent 57%); mask-image: radial-gradient(circle at 74% 52%,#000,transparent 57%); }
.mm-footer__orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.mm-footer__orb--one { top: 8%; right: 7%; width: min(480px,34vw); aspect-ratio: 1; background: radial-gradient(circle,rgba(var(--accent-rgb),.14),transparent 67%); animation: mmFooterDrift 10s ease-in-out infinite alternate; }
.mm-footer__orb--two { right: 34%; bottom: -22%; width: min(350px,27vw); aspect-ratio: 1; background: radial-gradient(circle,rgba(var(--accent-rgb),.09),transparent 68%); animation: mmFooterDrift 13s -4s ease-in-out infinite alternate-reverse; }
.mm-footer__orbit { position: absolute; top: 50%; right: 8%; border: 1px solid rgba(var(--accent-rgb),.12); border-radius: 50%; transform: translateY(-50%); }
.mm-footer__orbit::after { content: ""; position: absolute; top: -4px; left: 50%; width: 8px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px rgba(var(--accent-rgb),.65); }
.mm-footer__orbit--one { width: min(390px,28vw); aspect-ratio: 1; animation: mmPageOrbit 25s linear infinite; }
.mm-footer__orbit--two { right: 13%; width: min(260px,19vw); aspect-ratio: 1; animation: mmPageOrbitReverse 16s linear infinite; }
.mm-footer__beam { position: absolute; top: 15%; right: 20%; width: 1px; height: 70%; background: linear-gradient(transparent,rgba(var(--accent-rgb),.48),transparent); transform: rotate(31deg); animation: mmFooterBeam 7s ease-in-out infinite; }
.mm-footer__word { position: absolute; right: -1vw; bottom: -5vw; color: transparent; font: 400 clamp(11rem,23vw,25rem)/.7 var(--font-display); -webkit-text-stroke: 1px rgba(var(--accent-rgb),.07); letter-spacing: -.03em; }

@keyframes mmPageOrbit { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes mmPageOrbitReverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes mmPageHeroScan { 0%,15% { transform: translateX(-580%) rotate(18deg); opacity: 0; } 42%,70% { opacity: 1; } 100% { transform: translateX(580%) rotate(18deg); opacity: 0; } }
@keyframes mmPageToken { 50% { transform: translateY(-7px); } }
@keyframes mmProjectFrame { 50% { transform: translate3d(10px,-8px,0) rotate(1deg); } }
@keyframes mmContactWave { 0% { opacity: .7; transform: translate(-50%,-50%) scale(.55); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.28); } }
@keyframes mmEditorialScan { 0%,12% { transform: translateY(0); opacity: 0; } 35%,70% { opacity: .8; } 100% { transform: translateY(500px); opacity: 0; } }
@keyframes mmServiceFloat { 50% { transform: translateY(-9px) rotate(.8deg); } }
@keyframes mmCapabilityClick { 0% { box-shadow: 0 0 0 0 rgba(var(--accent-rgb),.35); } 55% { box-shadow: 0 0 0 10px rgba(var(--accent-rgb),.08); } 100% { box-shadow: 0 0 0 0 rgba(var(--accent-rgb),0); } }
@keyframes mmProofRing { 50% { opacity: .45; transform: rotate(4deg) scale(1.04); } }
@keyframes mmFooterDrift { to { transform: translate3d(-24px,30px,0) scale(1.08); } }
@keyframes mmFooterBeam { 0%,100% { opacity: .12; transform: translateX(-50px) rotate(31deg); } 50% { opacity: .62; transform: translateX(70px) rotate(31deg); } }

@media (max-width: 1100px) {
  .mm-pagehero__layout { grid-template-columns: minmax(0,1fr) minmax(390px,.8fr); gap: 36px; }
  .mm-pagehero--system h1 { font-size: clamp(4.3rem,8.4vw,7.2rem); }
  .mm-page-services .mm-inner-grid,
  .mm-page-services-2 .mm-inner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mm-service-features .mm-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .mm-hero__grid { display: grid; grid-template-columns: 1fr; }
  .mm-hero__art { order: -1; width: min(100%,740px); margin-inline: auto; }
  .mm-hero__content { order: 2; }
  .mm-pagehero--system { min-height: 0; padding-top: 126px; padding-bottom: 92px; }
  .mm-pagehero__layout { grid-template-columns: 1fr; }
  .mm-pagehero__visual { order: -1; width: min(100%,690px); min-height: 470px; margin-inline: auto; }
  .mm-pagehero__inner { max-width: 820px; }
  .mm-pagehero--system h1 { font-size: clamp(4.4rem,13vw,7.4rem); }
  .mm-pagehero__signal { display: none; }
  .mm-specialhero { min-height: 0; padding-top: 126px; }
  .mm-specialhero__grid { grid-template-columns: 1fr; }
  .mm-specialhero__visual { order: -1; width: min(100%,720px); min-height: 560px; margin-inline: auto; }
  .mm-specialhero__content { max-width: 850px; }
  .mm-proof { min-height: 0; }
  .mm-proof__grid::after { display: none; }
}

@media (max-width: 680px) {
  .mm-hero { padding-top: 118px; }
  .mm-hero__art { min-height: 420px; margin-bottom: 24px; }
  .mm-pagehero--system { padding-top: 112px; padding-bottom: 92px; }
  .mm-pagehero__layout { gap: 30px; }
  .mm-pagehero__visual { min-height: 360px; border-radius: 24px; }
  .mm-pagehero__glyph { width: 43%; }
  .mm-pagehero__glyph strong { font-size: clamp(2.5rem,15vw,4rem); }
  .mm-pagehero__glyph small { margin-top: 10px; font-size: .43rem; }
  .mm-pagehero__token { min-width: 96px; padding: 9px 10px; font-size: .45rem; }
  .mm-pagehero__token--1 { top: 8%; left: 4%; }
  .mm-pagehero__token--2 { top: 9%; right: 4%; }
  .mm-pagehero__token--3 { bottom: 8%; left: 4%; }
  .mm-pagehero__token--4 { right: 4%; bottom: 8%; }
  .mm-pagehero--about .mm-pagehero__visual { min-height: 340px; }
  .mm-pagehero--contact .mm-pagehero__visual { border-radius: 26px 78px 26px 78px; }
  .mm-pagehero--system h1 { font-size: clamp(3.8rem,18vw,5.5rem); }
  .mm-pagehero--system .mm-pagehero__copy { font-size: .95rem; line-height: 1.65; }
  .mm-pagehero__rail li { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mm-specialhero { padding-top: 108px; padding-bottom: 62px; }
  .mm-specialhero__visual { min-height: 430px; border-radius: 24px; }
  .mm-specialhero__hud { min-height: 52px; padding-inline: 14px; font-size: .42rem; }
  .mm-specialhero__hud span { max-width: 54%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mm-specialhero__frame--primary { top: 18%; right: 5%; width: 86%; }
  .mm-specialhero__frame--secondary { bottom: 17%; left: 4%; width: 62%; }
  .mm-specialhero__status { right: 10px; bottom: 10px; max-width: 215px; padding: 9px 10px; font-size: .4rem; }
  .mm-specialhero__content h1 { font-size: clamp(4rem,17vw,5.7rem); }
  .mm-specialhero__meta { line-height: 1.5; }
  .mm-service-features .mm-feature-grid,
  .mm-page-services .mm-inner-grid,
  .mm-page-services-2 .mm-inner-grid { grid-template-columns: 1fr; }
  .mm-service-features .mm-feature { min-height: 310px; padding: 26px; border-radius: 21px; }
  .mm-feature__beam { left: 26px; }
  .mm-service-features .mm-feature h3 { margin-top: 48px; font-size: clamp(2.6rem,13vw,3.5rem); }
  .mm-page-services .mm-service-card,
  .mm-page-services-2 .mm-service-card { min-height: 340px; }
  .mm-proof__stats { gap: 14px; }
  .mm-stat { min-height: 195px; border-radius: 22px; }
  .mm-stat__trace { left: 18px; }
  .mm-footer { min-height: 760px; }
  .mm-footer__motion { opacity: .58; }
  .mm-footer__motion::before { background-size: 48px 48px; -webkit-mask-image: radial-gradient(circle at 74% 22%,#000,transparent 60%); mask-image: radial-gradient(circle at 74% 22%,#000,transparent 60%); }
  .mm-footer__orb--one { top: 2%; right: -22%; width: 78vw; }
  .mm-footer__orb--two { right: 28%; bottom: -7%; width: 68vw; }
  .mm-footer__orbit { top: 18%; right: -8%; }
  .mm-footer__orbit--one { width: 64vw; }
  .mm-footer__orbit--two { right: 3%; width: 42vw; }
  .mm-footer__word { right: -9vw; bottom: 2%; font-size: 38vw; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-pagehero__visual *,
  .mm-pagehero__visual::before,
  .mm-pagehero__visual::after,
  .mm-specialhero *,
  .mm-feature *,
  .mm-feature::before,
  .mm-stat *,
  .mm-footer__motion * { animation: none !important; transition: none !important; }
}

/* 3.2 — calmer type scale, editorial About page and founder spotlight. */
.mm-hero h1 { font-size: clamp(3.5rem,7.35vw,7.35rem); }
.mm-title { font-size: clamp(2.45rem,5.25vw,4.2rem); }
.mm-proof .mm-title { font-size: clamp(2.6rem,4.35vw,4.85rem); }
.mm-pagehero--system h1 { max-width: 780px; font-size: clamp(3.3rem,5.6vw,6rem); }
.mm-specialhero h1 { font-size: clamp(3.35rem,6.3vw,6.3rem); }
.mm-service h3 { font-size: clamp(1.9rem,2.8vw,2.95rem); }
.mm-service-card h2 { font-size: clamp(1.55rem,2.1vw,2.35rem); }
.mm-service-features .mm-feature h3 { font-size: clamp(1.4rem,2vw,2.1rem); }
.mm-insight-card h3 { font-size: clamp(1.55rem,2.4vw,2.4rem); }
.mm-pack-slide__identity h3 { font-size: clamp(2.1rem,3.5vw,3.85rem); }
.mm-client-card h3 { font-size: clamp(1.7rem,2vw,2.15rem); }
.mm-step h3 { font-size: 1.45rem; }

/* About hero: keep every discipline label visible inside a premium editorial frame. */
.mm-pagehero--about .mm-pagehero__visual {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb),.2);
  border-radius: 34px;
  background:
    linear-gradient(rgba(var(--accent-rgb),.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(var(--accent-rgb),.055) 1px,transparent 1px),
    radial-gradient(circle at 50% 46%,rgba(var(--accent-rgb),.24),transparent 43%),
    var(--bg-surface);
  background-size: 42px 42px,42px 42px,auto,auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.46),0 28px 70px rgba(12,24,74,.1);
}
.mm-pagehero--about .mm-pagehero__visual::before {
  inset: -35% 47%;
  width: 2px;
  border: 0;
  background: linear-gradient(transparent,rgba(var(--accent-rgb),.55),transparent);
  transform: rotate(36deg);
  animation: mmAboutBeam 7s ease-in-out infinite;
}
.mm-pagehero--about .mm-pagehero__visual::after {
  inset: auto -8% -45% 50%;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid rgba(var(--accent-rgb),.16);
  border-radius: 28%;
  background: rgba(var(--accent-rgb),.025);
  transform: rotate(18deg);
}
.mm-pagehero--about .mm-pagehero__glyph {
  width: 42%;
  max-width: 245px;
  border-radius: 28px;
  background: linear-gradient(145deg,rgba(255,255,255,.8),rgba(var(--accent-rgb),.09));
  box-shadow: 0 22px 54px rgba(var(--accent-rgb),.15),inset 0 1px 0 rgba(255,255,255,.7);
}
html[data-theme="dark"] .mm-pagehero--about .mm-pagehero__glyph {
  background: linear-gradient(145deg,rgba(22,25,40,.88),rgba(var(--accent-rgb),.14));
}
.mm-pagehero--about .mm-pagehero__glyph strong { -webkit-text-stroke: 1px var(--accent); }
.mm-pagehero--about .mm-pagehero__orbit { border-radius: 42%; }
.mm-pagehero--about .mm-pagehero__orbit--one { width: 72%; animation-duration: 22s; }
.mm-pagehero--about .mm-pagehero__orbit--two { width: 54%; animation-duration: 10s; }
.mm-pagehero--about .mm-pagehero__token {
  min-width: 124px;
  max-width: calc(50% - 34px);
  border-radius: 14px;
  white-space: nowrap;
}
.mm-pagehero--about .mm-pagehero__token--1 { top: 9%; left: 6%; }
.mm-pagehero--about .mm-pagehero__token--2 { top: 9%; right: 6%; }
.mm-pagehero--about .mm-pagehero__token--3 { bottom: 9%; left: 6%; }
.mm-pagehero--about .mm-pagehero__token--4 { right: 6%; bottom: 9%; }

/* About: culture story. */
.mm-about-studio {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%,rgba(226,159,44,.08),transparent 28%),
    radial-gradient(circle at 94% 82%,rgba(var(--accent-rgb),.1),transparent 30%),
    var(--bg-canvas);
}
.mm-about-studio__grid {
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  gap: clamp(38px,6vw,78px);
  align-items: center;
}
.mm-about-studio__content .mm-title { max-width: 690px; margin: 18px 0 24px; }
.mm-about-studio__content .mm-lede { max-width: 650px; font-size: clamp(.98rem,1.3vw,1.1rem); }
.mm-about-studio__points {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.mm-about-studio__points li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 10px 16px;
  color: var(--text-body);
  border: 1px solid rgba(var(--accent-rgb),.12);
  border-radius: 15px;
  background: rgba(255,255,255,.5);
  transition: transform .35s ease,border-color .3s ease,background .3s ease;
}
html[data-theme="dark"] .mm-about-studio__points li { background: rgba(16,18,27,.54); }
.mm-about-studio__points li:hover { border-color: rgba(var(--accent-rgb),.38); background: rgba(var(--accent-rgb),.06); transform: translateX(6px); }
.mm-about-studio__points span {
  color: var(--accent);
  font: 600 .61rem/1 var(--font-mono);
  letter-spacing: .12em;
}
.mm-about-studio__visual {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226,159,44,.36);
  border-radius: 30px;
  background: var(--bg-surface-2);
  box-shadow: 0 30px 80px rgba(12,24,74,.14);
  transform: translateZ(0);
}
.mm-about-studio__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(7,9,18,.68),transparent 46%);
  pointer-events: none;
}
.mm-about-studio__visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  transition: transform .9s cubic-bezier(.16,1,.3,1),filter .5s ease;
}
.mm-about-studio__visual:hover img { filter: saturate(1.08) contrast(1.02); transform: scale(1.035); }
.mm-about-studio__halo {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 100px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(255,255,255,.08),0 0 46px rgba(226,159,44,.32);
  animation: mmCultureHalo 4.8s ease-in-out infinite;
}
.mm-about-studio__visual figcaption {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 17px;
  background: rgba(7,9,18,.44);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.mm-about-studio__visual figcaption strong { font-size: clamp(1.15rem,2vw,1.45rem); }
.mm-about-studio__visual figcaption span { color: rgba(255,255,255,.72); font: 500 .58rem/1.4 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }

/* Home: section-five founder spotlight. */
.mm-founder-spotlight {
  overflow: hidden;
  background: radial-gradient(circle at 84% 18%,rgba(226,159,44,.12),transparent 28%),var(--bg-canvas);
}
.mm-founder-spotlight__card {
  --member-rgb: 226,159,44;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr);
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(var(--member-rgb),.26);
  border-radius: 32px;
  background:
    radial-gradient(circle at 15% 15%,rgba(var(--member-rgb),.1),transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.72),rgba(var(--accent-rgb),.035));
  box-shadow: 0 30px 90px rgba(9,20,66,.12),inset 0 1px 0 rgba(255,255,255,.62);
  cursor: pointer;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  transition: transform .52s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .45s ease,background .45s ease;
}
html[data-theme="dark"] .mm-founder-spotlight__card {
  background: radial-gradient(circle at 15% 15%,rgba(var(--member-rgb),.1),transparent 30%),linear-gradient(135deg,rgba(18,20,29,.82),rgba(13,15,23,.6));
}
.mm-founder-spotlight__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -12%;
  bottom: -70%;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(var(--member-rgb),.32),transparent 68%);
  filter: blur(22px);
  opacity: .36;
  transition: opacity .4s ease,transform .7s cubic-bezier(.16,1,.3,1);
}
.mm-founder-spotlight__beam {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 7%;
  width: 25%;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg,transparent,rgb(var(--member-rgb)),transparent);
  box-shadow: 0 0 28px rgba(var(--member-rgb),.54);
  animation: mmFounderBeam 5.5s ease-in-out infinite;
}
.mm-founder-spotlight__content { position: relative; z-index: 2; align-self: center; padding: clamp(40px,6vw,80px); }
.mm-founder-spotlight__content .mm-title { margin: 18px 0 24px; }
.mm-founder-spotlight__content .mm-lede { max-width: 690px; font-size: clamp(.98rem,1.35vw,1.12rem); }
.mm-founder-spotlight blockquote {
  max-width: 690px;
  margin: 30px 0;
  padding: 18px 0 18px 22px;
  color: var(--text-strong);
  border-left: 2px solid rgb(var(--member-rgb));
  font-size: clamp(1.05rem,1.6vw,1.3rem);
  font-weight: 600;
  line-height: 1.55;
}
.mm-founder-spotlight__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.mm-founder-spotlight__facts span { min-height: 74px; padding: 13px; color: var(--text-muted); border: 1px solid rgba(var(--member-rgb),.2); border-radius: 15px; background: rgba(var(--member-rgb),.045); font-size: .72rem; }
.mm-founder-spotlight__facts b { display: block; margin-bottom: 4px; color: rgb(var(--member-rgb)); font: 400 1.45rem/1 var(--font-display); }
.mm-founder-spotlight__portrait { position: relative; z-index: 2; min-height: 590px; margin: 0; overflow: hidden; border-left: 1px solid rgba(var(--member-rgb),.22); }
.mm-founder-spotlight__portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(8,8,12,.7),transparent 50%); pointer-events: none; }
.mm-founder-spotlight__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .9s cubic-bezier(.16,1,.3,1),filter .4s ease; }
.mm-founder-spotlight__portrait figcaption { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; color: #fff; }
.mm-founder-spotlight__portrait strong { display: block; font: 400 clamp(2rem,3vw,3rem)/.9 var(--font-display); text-transform: uppercase; }
.mm-founder-spotlight__portrait span { display: block; margin-top: 8px; color: rgba(255,255,255,.76); font: 600 .6rem/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; }
@media (hover:hover) and (pointer:fine) {
  .mm-founder-spotlight__card:hover { border-color: rgba(var(--member-rgb),.62); background-color: rgba(var(--member-rgb),.055); box-shadow: 0 38px 100px rgba(var(--member-rgb),.19); transform: translateY(-8px); }
  .mm-founder-spotlight__card:hover::after { opacity: .75; transform: translate(20px,-20px) scale(1.13); }
  .mm-founder-spotlight__card:hover .mm-founder-spotlight__portrait img { filter: saturate(1.07) contrast(1.03); transform: scale(1.045); }
}
.mm-founder-spotlight__card.is-pressed,.mm-founder-spotlight__card:active { transform: translateY(-2px) scale(.99); }
.mm-founder-spotlight__card.is-clicked { background-color: rgba(var(--member-rgb),.09); box-shadow: 0 24px 70px rgba(var(--member-rgb),.24); }

/* Team: 20% tighter cards and an individual glass-gradient identity per profile. */
.mm-team-grid { width: min(100%,1040px); gap: 20px; margin: 34px auto 0; }
.mm-person {
  --member-rgb: 34,64,216;
  min-height: 340px;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
  border-color: rgba(var(--member-rgb),.2);
  background:
    radial-gradient(circle at 12% 14%,rgba(var(--member-rgb),.085),transparent 30%),
    linear-gradient(135deg,var(--team-glass),var(--team-glass-2));
}
.mm-person--founder { --member-rgb: 226,159,44; }
.mm-person--creative { --member-rgb: 167,78,255; }
.mm-person--growth { --member-rgb: 28,164,225; }
.mm-person--social { --member-rgb: 239,84,151; }
.mm-person--product { --member-rgb: 31,180,126; }
.mm-person::before { background: rgb(var(--member-rgb)); box-shadow: 0 0 24px rgba(var(--member-rgb),.52); }
.mm-person::after { right: 18%; bottom: -72%; background: radial-gradient(circle,rgba(var(--member-rgb),.4),transparent 68%); }
.mm-person__content { padding: clamp(30px,4vw,54px); }
.mm-person h3 { font-size: clamp(3.2rem,5.6vw,5.4rem); }
.mm-person small { margin-top: 17px; color: rgb(var(--member-rgb)); }
.mm-person small::before { background: rgb(var(--member-rgb)); box-shadow: 0 0 0 6px rgba(var(--member-rgb),.11); }
.mm-person p { margin-top: 22px; font-size: clamp(.9rem,1.1vw,1rem); line-height: 1.62; }
.mm-person__photo { min-height: 340px; border-color: rgba(var(--member-rgb),.18); }
@media (hover:hover) and (pointer:fine) {
  .mm-person:hover,.mm-person:focus-visible { border-color: rgba(var(--member-rgb),.62); background-color: rgba(var(--member-rgb),.075); box-shadow: 0 30px 82px rgba(var(--member-rgb),.17),inset 0 1px 0 rgba(255,255,255,.25); }
  .mm-person:hover h3,.mm-person:focus-visible h3 { color: rgb(var(--member-rgb)); }
}
.mm-person:focus-visible { outline: 2px solid rgba(var(--member-rgb),.8); outline-offset: 4px; }
.mm-person.is-pressed,.mm-person:active { border-color: rgba(var(--member-rgb),.72); box-shadow: 0 12px 34px rgba(var(--member-rgb),.18); }
.mm-person.is-clicked { background-color: rgba(var(--member-rgb),.12); box-shadow: 0 22px 64px rgba(var(--member-rgb),.22); }

@keyframes mmAboutBeam { 0%,100% { opacity:.28; transform: translateX(-70px) rotate(36deg); } 50% { opacity:.85; transform: translateX(70px) rotate(36deg); } }
@keyframes mmCultureHalo { 0%,100% { opacity:.55; transform: scale(.9); } 50% { opacity:1; transform: scale(1.05); } }
@keyframes mmFounderBeam { 0%,100% { opacity:.45; transform: translateX(-18%); } 50% { opacity:1; transform: translateX(245%); } }

@media (max-width: 980px) {
  .mm-hero h1 { font-size: clamp(3.35rem,9vw,5.7rem); }
  .mm-pagehero--system h1 { font-size: clamp(3.1rem,9vw,5.2rem); }
  .mm-about-studio__grid { grid-template-columns: 1fr; }
  .mm-about-studio__content { max-width: 760px; }
  .mm-about-studio__visual { min-height: 520px; }
  .mm-about-studio__visual img { min-height: 520px; }
  .mm-founder-spotlight__card { grid-template-columns: minmax(0,1fr) minmax(300px,.75fr); min-height: 540px; }
  .mm-founder-spotlight__portrait { min-height: 540px; }
  .mm-person { min-height: 320px; grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); }
  .mm-person__photo { min-height: 320px; }
  .mm-person h3 { font-size: clamp(3rem,7vw,4.5rem); }
}

@media (max-width: 680px) {
  .mm-hero h1 { font-size: clamp(3rem,14vw,4.2rem); }
  .mm-title { font-size: clamp(2.2rem,11vw,3.3rem); }
  .mm-proof .mm-title { font-size: clamp(2.3rem,11vw,3.55rem); }
  .mm-pagehero--system h1 { font-size: clamp(2.65rem,12.6vw,3.85rem); }
  .mm-specialhero__content h1 { font-size: clamp(2.8rem,12vw,4rem); }
  .mm-service h3 { font-size: clamp(1.8rem,9.8vw,2.35rem); }
  .mm-service-card h2 { font-size: clamp(1.58rem,8.4vw,2.2rem); }
  .mm-service-features .mm-feature h3 { font-size: clamp(1.82rem,9.1vw,2.45rem); }
  .mm-pack-slide__identity h3 { font-size: clamp(2.1rem,10.5vw,3.1rem); }
  .mm-pagehero--about .mm-pagehero__visual { min-height: 370px; border-radius: 24px; }
  .mm-pagehero--about .mm-pagehero__glyph { width: 46%; border-radius: 21px; }
  .mm-pagehero--about .mm-pagehero__token { min-width: 0; max-width: 43%; padding: 9px 10px; font-size: .43rem; }
  .mm-pagehero--about .mm-pagehero__token--1 { top: 6%; left: 4%; }
  .mm-pagehero--about .mm-pagehero__token--2 { top: 6%; right: 4%; }
  .mm-pagehero--about .mm-pagehero__token--3 { bottom: 6%; left: 4%; }
  .mm-pagehero--about .mm-pagehero__token--4 { right: 4%; bottom: 6%; }
  .mm-about-studio__grid { gap: 30px; }
  .mm-about-studio__visual,.mm-about-studio__visual img { min-height: 420px; }
  .mm-about-studio__visual { border-radius: 22px; }
  .mm-about-studio__visual figcaption { right: 14px; bottom: 14px; left: 14px; display: block; padding: 15px; }
  .mm-about-studio__visual figcaption span { margin-top: 7px; display: block; }
  .mm-about-studio__halo { top: 14px; right: 14px; width: 72px; }
  .mm-founder-spotlight__card { grid-template-columns: 1fr; min-height: 0; border-radius: 23px; }
  .mm-founder-spotlight__portrait { grid-row: 1; min-height: 0; aspect-ratio: 4 / 3; border-left: 0; border-bottom: 1px solid rgba(var(--member-rgb),.22); }
  .mm-founder-spotlight__content { padding: 28px 24px 34px; }
  .mm-founder-spotlight blockquote { margin: 24px 0; padding-left: 17px; }
  .mm-founder-spotlight__facts { grid-template-columns: 1fr; }
  .mm-founder-spotlight__facts span { min-height: 62px; }
  .mm-founder-spotlight__portrait figcaption { right: 20px; bottom: 20px; left: 20px; }
  .mm-team-grid { gap: 16px; margin-top: 26px; }
  .mm-person { min-height: 0; grid-template-columns: 1fr; border-radius: 21px; }
  .mm-person__photo { grid-row: 1; min-height: 0; aspect-ratio: 4 / 3; border-left: 0; border-bottom: 1px solid rgba(var(--member-rgb),.18); }
  .mm-person__content { padding: 24px 22px 28px; }
  .mm-person h3 { font-size: clamp(2.8rem,12.8vw,3.84rem); }
  .mm-person small { margin-top: 15px; font-size: .56rem; }
  .mm-person p { margin-top: 18px; font-size: .88rem; line-height: 1.62; }
  .mm-person::before { left: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-pagehero--about .mm-pagehero__visual::before,
  .mm-about-studio__halo,
  .mm-founder-spotlight__beam,
  .mm-about-studio__visual img,
  .mm-founder-spotlight__card,
  .mm-founder-spotlight__card *,
  .mm-founder-spotlight__card::after { animation: none !important; transition: none !important; transform: none !important; }
}

/* 3.3 — a quieter luxury type system, chromatic capability glass and studio culture. */
:root,
html[data-theme="light"] {
  --font-display: "Sora", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

body,
button,
input,
select,
textarea { font-family: var(--font-body); }

h1,
h2,
h3,
h4,
h5,
h6,
.mm-title,
.mm-hero h1,
.mm-specialhero h1,
.mm-pagehero--system h1,
.mm-service h3,
.mm-service-card h2,
.mm-feature h3,
.mm-client-card h3,
.mm-insight-card h3,
.mm-step h3,
.mm-person h3,
.mm-founder-spotlight__portrait strong,
.mm-footer__statement,
.mm-web-slide__copy strong,
.mm-pack-slide__identity h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.045em;
}
.mm-title,
.mm-hero h1,
.mm-specialhero h1,
.mm-pagehero--system h1 { text-transform: none; }
.mm-hero h1 { font-size: clamp(3.1rem,6.2vw,6.2rem); line-height: .96; }
.mm-title { font-size: clamp(2.15rem,4.35vw,3.7rem); line-height: 1.03; }
.mm-proof .mm-title { font-size: clamp(2.3rem,3.9vw,4.2rem); }
.mm-pagehero--system h1 { max-width: 860px; font-size: clamp(2.8rem,4.65vw,4.85rem); line-height: .98; }
.mm-specialhero h1 { font-size: clamp(2.9rem,5vw,5.2rem); line-height: .98; }
.mm-service h3 { font-size: clamp(1.65rem,2.15vw,2.3rem); line-height: 1.08; }
.mm-service-card h2 { font-size: clamp(1.4rem,1.8vw,1.95rem); line-height: 1.1; }
.mm-service-features .mm-feature h3 { font-size: clamp(1.35rem,1.75vw,1.9rem); line-height: 1.12; }
.mm-insight-card h3 { font-size: clamp(1.4rem,2vw,2rem); line-height: 1.14; }
.mm-client-card h3 { font-size: clamp(1.55rem,1.8vw,1.95rem); line-height: 1.08; }
.mm-step h3 { font-size: 1.28rem; line-height: 1.18; }
.mm-person h3 { font-size: clamp(2.15rem,3.65vw,3.45rem); line-height: 1; }
.mm-founder-spotlight__portrait strong { font-size: clamp(1.7rem,2.3vw,2.35rem); line-height: 1; }
.mm-pack-slide__identity h3 { font-size: clamp(1.9rem,3vw,3.2rem); line-height: 1; }
.mm-web-slide__copy strong { font-size: clamp(1.45rem,2vw,1.95rem); line-height: 1; }

/* Every capability keeps the same interaction grammar while owning a colour. */
.mm-service--tone-1 { --service-rgb: 34,64,216; --service-color: #2240d8; }
.mm-service--tone-2 { --service-rgb: 126,74,214; --service-color: #7e4ad6; }
.mm-service--tone-3 { --service-rgb: 225,80,104; --service-color: #e15068; }
.mm-service--tone-4 { --service-rgb: 16,142,187; --service-color: #108ebb; }
.mm-service--tone-5 { --service-rgb: 194,65,147; --service-color: #c24193; }
.mm-service--tone-6 { --service-rgb: 25,151,107; --service-color: #19976b; }
.mm-service--tone-7 { --service-rgb: 205,137,22; --service-color: #cd8916; }
.mm-service--tone-8 { --service-rgb: 223,94,38; --service-color: #df5e26; }
.mm-service--tone-9 { --service-rgb: 77,65,199; --service-color: #4d41c7; }

.mm-service-grid { gap: 24px; }
.mm-service:nth-child(n) { grid-column: span 6; min-height: 380px; }
.mm-service:nth-child(9) { grid-column: 1 / -1; min-height: 330px; }
.mm-service,
.mm-service-card {
  border-color: rgba(var(--service-rgb),.22);
  background:
    radial-gradient(circle at 93% 4%,rgba(var(--service-rgb),.18),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.79),rgba(var(--service-rgb),.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78),0 18px 50px rgba(20,28,66,.055);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
html[data-theme="dark"] .mm-service,
html[data-theme="dark"] .mm-service-card {
  background:
    radial-gradient(circle at 93% 4%,rgba(var(--service-rgb),.18),transparent 34%),
    linear-gradient(145deg,rgba(22,24,34,.88),rgba(13,15,24,.68));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05),0 20px 54px rgba(0,0,0,.18);
}
.mm-service::before,
.mm-service-card::before { background: radial-gradient(circle,rgba(var(--service-rgb),.38),transparent 68%); }
.mm-service__num,
.mm-service-card__link i { color: var(--service-color); }
.mm-service__icon,
.mm-service-card .mm-pill,
.mm-service-card__beam { background: var(--service-color); }
.mm-service__icon,
.mm-service-card .mm-pill { box-shadow: 0 13px 32px rgba(var(--service-rgb),.24); }
.mm-service__result::before { background: var(--service-color); box-shadow: 0 0 13px rgba(var(--service-rgb),.5); }
.mm-service-card::after { -webkit-text-stroke-color: rgba(var(--service-rgb),.11); }
.mm-service-card p { margin-top: 20px; }
.mm-service-card__link { color: var(--text-body); }
@media (hover:hover) and (pointer:fine) {
  .mm-service:hover,
  .mm-service:focus-visible,
  .mm-service-card:hover,
  .mm-service-card:focus-visible {
    border-color: rgba(var(--service-rgb),.62);
    background:
      radial-gradient(circle at 88% 4%,rgba(var(--service-rgb),.25),transparent 36%),
      linear-gradient(145deg,rgba(255,255,255,.92),rgba(var(--service-rgb),.095));
    box-shadow: 0 30px 78px rgba(var(--service-rgb),.18),inset 0 1px 0 rgba(255,255,255,.86);
  }
  html[data-theme="dark"] .mm-service:hover,
  html[data-theme="dark"] .mm-service:focus-visible,
  html[data-theme="dark"] .mm-service-card:hover,
  html[data-theme="dark"] .mm-service-card:focus-visible { background: radial-gradient(circle at 88% 4%,rgba(var(--service-rgb),.25),transparent 38%),linear-gradient(145deg,rgba(28,30,43,.94),rgba(13,15,24,.78)); }
  .mm-service:hover h3,
  .mm-service:focus-visible h3,
  .mm-service-card:hover h2,
  .mm-service-card:focus-visible h2 { color: var(--service-color); }
  .mm-service:hover .mm-service__icon,
  .mm-service:focus-visible .mm-service__icon { color: #fff; background: var(--service-color); box-shadow: 0 18px 42px rgba(var(--service-rgb),.34); }
}
.mm-service.is-pressed,
.mm-service-card.is-pressed { border-color: rgba(var(--service-rgb),.78); box-shadow: 0 12px 35px rgba(var(--service-rgb),.2); }
.mm-service.is-activating,
.mm-service-card.is-activating { border-color: var(--service-color); box-shadow: 0 0 0 5px rgba(var(--service-rgb),.13),0 28px 65px rgba(var(--service-rgb),.2); }

/* The culture carousel intentionally feels warm and playful without losing polish. */
.mm-happiness {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 16%,rgba(245,166,35,.12),transparent 29%),
    radial-gradient(circle at 94% 86%,rgba(126,74,214,.11),transparent 31%),
    var(--bg-surface-2);
}
.mm-happiness::before {
  content: "JOY";
  position: absolute;
  z-index: -1;
  right: -2vw;
  bottom: -4vw;
  color: transparent;
  font: 700 clamp(9rem,20vw,22rem)/.7 var(--font-display);
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(126,74,214,.08);
}
.mm-happiness__grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(480px,1.18fr); gap: clamp(44px,7vw,94px); align-items: center; }
.mm-happiness__content .mm-title { max-width: 620px; margin: 17px 0 24px; }
.mm-happiness__content .mm-lede { max-width: 620px; }
.mm-happiness__badge { display: inline-grid; grid-template-columns: 42px auto; gap: 3px 12px; align-items: center; margin-top: 30px; padding: 12px 18px 12px 12px; border: 1px solid rgba(225,80,104,.22); border-radius: 999px; background: rgba(255,255,255,.64); box-shadow: 0 13px 36px rgba(225,80,104,.09); }
html[data-theme="dark"] .mm-happiness__badge { background: rgba(18,20,30,.7); }
.mm-happiness__badge > span { grid-row: span 2; display: grid; width: 42px; aspect-ratio: 1; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg,#e15068,#7e4ad6); box-shadow: 0 10px 26px rgba(225,80,104,.22); }
.mm-happiness__badge strong { color: var(--text-strong); font-size: .82rem; }
.mm-happiness__badge small { color: var(--text-muted); font: 500 .52rem/1 var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.mm-happiness__carousel { overflow: hidden; border: 1px solid rgba(126,74,214,.2); border-radius: 30px; background: rgba(255,255,255,.66); box-shadow: 0 30px 80px rgba(25,30,74,.13),inset 0 1px 0 rgba(255,255,255,.82); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
html[data-theme="dark"] .mm-happiness__carousel { background: rgba(16,18,28,.78); }
.mm-happiness__topline { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 14px 10px 22px; border-bottom: 1px solid var(--border-subtle); }
.mm-happiness__topline p { margin: 0; color: #7e4ad6; font: 600 .61rem/1 var(--font-mono); letter-spacing: .13em; }
.mm-happiness__topline p small { margin-left: 14px; color: var(--text-muted); font-size: .5rem; text-transform: uppercase; }
.mm-happiness__topline > div { display: flex; gap: 8px; }
.mm-happiness__topline button { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border: 1px solid var(--border-subtle); border-radius: 50%; background: var(--bg-surface); cursor: pointer; transition: color .25s ease,background-color .25s ease,transform .3s cubic-bezier(.16,1,.3,1); }
.mm-happiness__topline button:hover { color: #fff; background: #7e4ad6; transform: translateY(-2px); }
.mm-happiness__viewport { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
.mm-happiness__viewport::-webkit-scrollbar { display: none; }
.mm-happiness__track { display: flex; }
.mm-happiness__slide { position: relative; flex: 0 0 100%; min-width: 0; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; scroll-snap-align: start; scroll-snap-stop: always; background: #e9e6ef; }
.mm-happiness__slide::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent,rgba(8,8,12,.76)); pointer-events: none; }
.mm-happiness__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.16,1,.3,1),filter .45s ease; }
.mm-happiness__slide:nth-child(n+2) img { object-position: center 34%; }
.mm-happiness__slide figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; color: #fff; }
.mm-happiness__slide figcaption span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.72); font: 600 .54rem/1 var(--font-mono); letter-spacing: .13em; }
.mm-happiness__slide figcaption strong { font: 600 clamp(1.35rem,2.2vw,2rem)/1 var(--font-display); letter-spacing: -.04em; }
.mm-happiness__carousel:hover .mm-happiness__slide img { filter: saturate(1.05) contrast(1.02); transform: scale(1.025); }
.mm-happiness__progress { height: 4px; background: rgba(126,74,214,.1); }
.mm-happiness__progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,#e15068,#7e4ad6,#108ebb); transform: scaleX(.142857); transform-origin: left; transition: transform .48s cubic-bezier(.16,1,.3,1); }

/* Work identity: centre the selected-work card inside its animated system. */
.mm-pagehero--work .mm-pagehero__glyph { left: 50%; top: 50%; width: min(42%,250px); transform: translate(-50%,-50%) rotate(-3deg); }
.mm-pagehero--work .mm-pagehero__glyph strong { font-size: clamp(2.3rem,4vw,4.15rem); }
.mm-pack-slide,
.mm-web-slide { position: relative; isolation: isolate; }
.mm-pack-slide::before,
.mm-web-slide::before { content: ""; position: absolute; z-index: 4; inset: 0; border: 1px solid transparent; border-radius: inherit; pointer-events: none; background: linear-gradient(120deg,transparent,rgba(var(--accent-rgb),.13),transparent) border-box; opacity: 0; transition: opacity .35s ease; }
@media (hover:hover) and (pointer:fine) {
  .mm-pack-slide:hover::before,
  .mm-web-slide:hover::before { opacity: 1; }
  .mm-pack-slide:hover { filter: drop-shadow(0 24px 44px rgba(var(--accent-rgb),.14)); transform: translateY(-5px); }
}
.mm-pack-slide.is-pressed,
.mm-web-slide.is-pressed { transform: translateY(-1px) scale(.99); }
.mm-pack-slide.is-clicked,
.mm-web-slide.is-clicked { filter: drop-shadow(0 18px 36px rgba(var(--accent-rgb),.22)); }

@media (max-width: 980px) {
  .mm-happiness__grid { grid-template-columns: 1fr; }
  .mm-happiness__content { max-width: 760px; }
  .mm-happiness__carousel { width: min(100%,760px); }
  .mm-service:nth-child(n) { grid-column: span 6; }
  .mm-service:nth-child(9) { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .mm-hero h1 { font-size: clamp(2.55rem,11.8vw,3.55rem); }
  .mm-title { font-size: clamp(1.95rem,9.2vw,2.75rem); }
  .mm-proof .mm-title { font-size: clamp(2.05rem,9.6vw,2.95rem); }
  .mm-pagehero--system h1 { font-size: clamp(2.3rem,10.7vw,3.25rem); }
  .mm-specialhero__content h1 { font-size: clamp(2.35rem,10.6vw,3.4rem); }
  .mm-service:nth-child(n) { grid-column: 1; min-height: 330px; }
  .mm-service h3 { margin-top: 64px; font-size: clamp(1.65rem,8.2vw,2.05rem); }
  .mm-service-card h2 { font-size: clamp(1.38rem,7vw,1.8rem); }
  .mm-service-features .mm-feature h3 { font-size: clamp(1.45rem,7.4vw,1.95rem); }
  .mm-person h3 { font-size: clamp(2rem,9.5vw,2.65rem); }
  .mm-happiness__grid { gap: 32px; }
  .mm-happiness__carousel { border-radius: 22px; }
  .mm-happiness__topline { min-height: 58px; padding-left: 16px; }
  .mm-happiness__topline p small { display: none; }
  .mm-happiness__topline button { width: 38px; }
  .mm-happiness__slide { aspect-ratio: 4 / 5; }
  .mm-happiness__slide figcaption { right: 19px; bottom: 18px; left: 19px; }
  .mm-happiness__badge { border-radius: 20px; }
  .mm-pagehero--work .mm-pagehero__glyph { width: 44%; }

  /* One continuous signal line now runs through every mobile process point. */
  .mm-process-grid { display: grid; gap: 0; padding-left: 34px; }
  .mm-process-grid::before { display: none; }
  .mm-step { min-height: 0; padding: 2px 0 58px 26px; border-top: 0; }
  .mm-step:last-child { padding-bottom: 0; }
  .mm-step::before { top: 2px; left: -34px; width: 10px; height: 10px; box-shadow: 0 0 0 7px rgba(var(--accent-rgb),.1); }
  .mm-step:not(:last-child)::after { content: ""; position: absolute; top: 12px; bottom: -2px; left: -30px; width: 1px; background: linear-gradient(var(--accent),rgba(var(--accent-rgb),.28),var(--accent)); box-shadow: 0 0 12px rgba(var(--accent-rgb),.2); }
  .mm-step h3 { margin: 26px 0 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-happiness *,
  .mm-service,
  .mm-service *,
  .mm-service-card,
  .mm-service-card *,
  .mm-pack-slide,
  .mm-web-slide { animation: none !important; transition: none !important; }
}

/* 3.4 — refined hero language, chromatic glass systems and content-safe motion. */
.mm-hero__headline { max-width: none; }
.mm-hero__headline span { display: block; white-space: nowrap; }
.mm-hero__headline span:first-child { color: var(--accent); }
.mm-hero__headline span:last-child { color: var(--text-strong); }

/* The core label is intentionally 30% quieter than the previous composition. */
.mm-domain-core strong { font-size: 1.65rem; line-height: .86; letter-spacing: .025em; }

/* Four individual proof tones share one premium glass interaction language. */
.mm-stat:nth-child(1) { --glass-rgb: 34,64,216; --glass-color: #2240d8; }
.mm-stat:nth-child(2) { --glass-rgb: 126,74,214; --glass-color: #7e4ad6; }
.mm-stat:nth-child(3) { --glass-rgb: 225,80,104; --glass-color: #d94363; }
.mm-stat:nth-child(4) { --glass-rgb: 16,142,187; --glass-color: #0b84ad; }
.mm-stat,
.mm-stat--accent {
  isolation: isolate;
  color: var(--text-strong);
  border-color: rgba(var(--glass-rgb),.34);
  background:
    radial-gradient(circle at 88% 10%,rgba(var(--glass-rgb),.36),transparent 40%),
    linear-gradient(145deg,rgba(var(--glass-rgb),.23),rgba(255,255,255,.66));
  box-shadow: 0 24px 58px rgba(var(--glass-rgb),.14),inset 0 1px 0 rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
  backdrop-filter: blur(22px) saturate(1.22);
  transition: transform .45s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease,background .4s ease;
}
.mm-stat::after { content: ""; position: absolute; z-index: 0; inset: auto -18% -38% 34%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(var(--glass-rgb),.34),transparent 68%); filter: blur(14px); pointer-events: none; transition: transform .65s cubic-bezier(.16,1,.3,1),opacity .35s ease; }
.mm-stat strong,
.mm-stat--accent strong { color: var(--text-strong); }
.mm-stat__index { color: var(--glass-color); }
.mm-stat__label { color: var(--text-body); }
.mm-stat strong sup,
.mm-stat strong small { color: var(--glass-color); }
.mm-stat__trace { background: var(--glass-color); box-shadow: 0 0 20px rgba(var(--glass-rgb),.64); }
.mm-stat__pulse { background: var(--glass-color); box-shadow: 0 0 0 7px rgba(var(--glass-rgb),.09),0 0 20px rgba(var(--glass-rgb),.38); }
.mm-stat:hover { border-color: rgba(var(--glass-rgb),.68); box-shadow: 0 34px 78px rgba(var(--glass-rgb),.23),inset 0 1px 0 rgba(255,255,255,.92); transform: translateY(-9px); }
.mm-stat:nth-child(even):hover { transform: translateY(-9px); }
.mm-stat:hover::after { opacity: .9; transform: translate(-10px,-12px) scale(1.16); }
.mm-stat.is-clicked { border-color: var(--glass-color); box-shadow: 0 0 0 5px rgba(var(--glass-rgb),.12),0 25px 66px rgba(var(--glass-rgb),.27); }
html[data-theme="dark"] .mm-stat,
html[data-theme="dark"] .mm-stat--accent { color: #f8f9ff; background: radial-gradient(circle at 88% 10%,rgba(var(--glass-rgb),.34),transparent 40%),linear-gradient(145deg,rgba(var(--glass-rgb),.27),rgba(11,13,22,.8)); box-shadow: 0 24px 64px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.1); }
html[data-theme="dark"] .mm-stat strong,
html[data-theme="dark"] .mm-stat--accent strong { color: #fff; }
html[data-theme="dark"] .mm-stat__label { color: rgba(240,243,255,.72); }

/* Partnership cards: coloured glass, soft light travel and touch feedback. */
.mm-quote:nth-child(1) { --glass-rgb: 34,64,216; --glass-color: #2240d8; }
.mm-quote:nth-child(2) { --glass-rgb: 126,74,214; --glass-color: #7e4ad6; }
.mm-quote:nth-child(3) { --glass-rgb: 25,151,107; --glass-color: #14865e; }
.mm-quote,
.mm-quote--accent {
  isolation: isolate;
  color: var(--text-strong);
  border-color: rgba(var(--glass-rgb),.28);
  border-radius: 26px;
  background: radial-gradient(circle at 92% 3%,rgba(var(--glass-rgb),.31),transparent 40%),linear-gradient(145deg,rgba(var(--glass-rgb),.18),rgba(255,255,255,.7));
  box-shadow: 0 22px 56px rgba(var(--glass-rgb),.12),inset 0 1px 0 rgba(255,255,255,.84);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
  cursor: pointer;
  transition: transform .45s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease,background .4s ease;
}
.mm-quote::before { border-color: rgba(var(--glass-rgb),.34); }
.mm-quote::after { content: ""; position: absolute; z-index: -1; top: -45%; bottom: -45%; left: -50%; width: 30%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.54),transparent); opacity: 0; transform: skewX(-18deg) translateX(-180%); transition: transform .85s cubic-bezier(.16,1,.3,1),opacity .2s ease; }
.mm-quote__mark,
.mm-quote--accent .mm-quote__mark { color: var(--glass-color); }
.mm-quote footer span,
.mm-quote--accent footer span { color: var(--text-muted); opacity: 1; }
.mm-quote:hover,
.mm-quote:focus-visible { border-color: rgba(var(--glass-rgb),.7); box-shadow: 0 34px 80px rgba(var(--glass-rgb),.23),inset 0 1px 0 rgba(255,255,255,.9); transform: translateY(-10px); }
.mm-quote:hover::after,
.mm-quote:focus-visible::after { opacity: .72; transform: skewX(-18deg) translateX(620%); }
.mm-quote:focus-visible { outline: 2px solid rgba(var(--glass-rgb),.7); outline-offset: 4px; }
.mm-quote.is-pressed { transform: translateY(-2px) scale(.985); transition-duration: .12s; }
.mm-quote.is-clicked { border-color: var(--glass-color); box-shadow: 0 0 0 5px rgba(var(--glass-rgb),.12),0 26px 70px rgba(var(--glass-rgb),.26); }
html[data-theme="dark"] .mm-quote,
html[data-theme="dark"] .mm-quote--accent { color: #f8f9ff; background: radial-gradient(circle at 92% 3%,rgba(var(--glass-rgb),.31),transparent 42%),linear-gradient(145deg,rgba(var(--glass-rgb),.23),rgba(12,14,22,.78)); box-shadow: 0 24px 64px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.09); }
html[data-theme="dark"] .mm-quote footer span,
html[data-theme="dark"] .mm-quote--accent footer span { color: rgba(240,243,255,.68); }

/* Editorial cards use the same glass craft with three distinct reading moods. */
.mm-insight-card:nth-child(1) { --glass-rgb: 34,64,216; --glass-color: #2240d8; }
.mm-insight-card:nth-child(2) { --glass-rgb: 223,94,38; --glass-color: #d7511b; }
.mm-insight-card:nth-child(3) { --glass-rgb: 126,74,214; --glass-color: #7540ca; }
.mm-insight-card,
.mm-insight-card--book {
  color: var(--text-strong);
  border-color: rgba(var(--glass-rgb),.29);
  border-radius: 26px;
  background: radial-gradient(circle at 90% 5%,rgba(var(--glass-rgb),.32),transparent 42%),linear-gradient(145deg,rgba(var(--glass-rgb),.17),rgba(255,255,255,.72));
  box-shadow: 0 22px 56px rgba(var(--glass-rgb),.12),inset 0 1px 0 rgba(255,255,255,.84);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
  transition: transform .45s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease,background .4s ease;
}
.mm-insight-card__meta,
.mm-insight-card b,
.mm-insight-card::after,
.mm-insight-card--book .mm-insight-card__meta,
.mm-insight-card--book b,
.mm-insight-card--book::after { color: var(--glass-color); }
.mm-insight-card p,
.mm-insight-card--book p { color: var(--text-muted); }
.mm-insight-card:hover,
.mm-insight-card:focus-visible,
.mm-insight-card--book:hover { color: var(--text-strong); border-color: rgba(var(--glass-rgb),.7); background: radial-gradient(circle at 88% 3%,rgba(var(--glass-rgb),.42),transparent 44%),linear-gradient(145deg,rgba(var(--glass-rgb),.24),rgba(255,255,255,.76)); box-shadow: 0 34px 82px rgba(var(--glass-rgb),.23),inset 0 1px 0 rgba(255,255,255,.92); transform: translateY(-10px); }
.mm-insight-card:focus-visible { outline: 2px solid rgba(var(--glass-rgb),.74); outline-offset: 4px; }
.mm-insight-card.is-pressed { transform: translateY(-2px) scale(.985); transition-duration: .12s; }
.mm-insight-card.is-clicked { border-color: var(--glass-color); box-shadow: 0 0 0 5px rgba(var(--glass-rgb),.12),0 26px 70px rgba(var(--glass-rgb),.26); }
html[data-theme="dark"] .mm-insight-card,
html[data-theme="dark"] .mm-insight-card--book { color: #f8f9ff; background: radial-gradient(circle at 90% 5%,rgba(var(--glass-rgb),.31),transparent 42%),linear-gradient(145deg,rgba(var(--glass-rgb),.23),rgba(12,14,22,.79)); box-shadow: 0 24px 64px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.09); }
html[data-theme="dark"] .mm-insight-card p,
html[data-theme="dark"] .mm-insight-card--book p { color: rgba(240,243,255,.69); }
html[data-theme="dark"] .mm-insight-card:hover,
html[data-theme="dark"] .mm-insight-card:focus-visible { color: #fff; background: radial-gradient(circle at 90% 5%,rgba(var(--glass-rgb),.4),transparent 44%),linear-gradient(145deg,rgba(var(--glass-rgb),.3),rgba(13,15,24,.85)); }

/* Dog photography is never cropped and carries no text overlay. */
.mm-happiness__slide { display: grid; aspect-ratio: 1 / 1; place-items: center; background: radial-gradient(circle at 50% 50%,rgba(126,74,214,.11),transparent 60%),linear-gradient(145deg,#f8f5f0,#ece9f5); }
html[data-theme="dark"] .mm-happiness__slide { background: radial-gradient(circle at 50% 50%,rgba(126,74,214,.17),transparent 62%),linear-gradient(145deg,#171923,#0e1017); }
.mm-happiness__slide::after,
.mm-happiness__slide figcaption { display: none; }
.mm-happiness__slide img,
.mm-happiness__slide:nth-child(n+2) img { width: 100%; height: 100%; padding: 0; object-fit: contain; object-position: center !important; box-sizing: border-box; }
.mm-happiness__carousel:hover .mm-happiness__slide img { filter: saturate(1.04) contrast(1.015); transform: none; }
.mm-happiness__progress span { transform: scaleX(.2); }

/* A logo-free, code-native service signal replaces the old image stack. */
.mm-specialhero__visual { border-radius: 32px !important; }
.mm-service-signal { position: absolute; inset: 70px 0 0; overflow: hidden; }
.mm-service-signal__paths { position: absolute; inset: 5% 4% 6%; width: 92%; height: 89%; overflow: visible; }
.mm-service-signal__paths path { fill: none; stroke: rgba(var(--service-glow,56,87,237),.34); stroke-width: 1.2; stroke-dasharray: 6 8; }
.mm-service-signal__paths circle { fill: var(--accent); filter: drop-shadow(0 0 7px var(--accent)); }
.mm-service-signal__orbit { position: absolute; top: 50%; left: 50%; aspect-ratio: 1; border: 1px solid rgba(var(--service-glow,56,87,237),.22); border-radius: 50%; transform: translate(-50%,-50%); }
.mm-service-signal__orbit::after { content: ""; position: absolute; top: -5px; left: 50%; width: 9px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); box-shadow: 0 0 20px var(--accent); }
.mm-service-signal__orbit--outer { width: 70%; animation: mmPageOrbit 19s linear infinite; }
.mm-service-signal__orbit--inner { width: 48%; border-style: dashed; animation: mmPageOrbitReverse 13s linear infinite; }
.mm-service-signal__core { position: absolute; z-index: 4; top: 50%; left: 50%; width: 190px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 24px; text-align: center; color: #fff; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: radial-gradient(circle at 36% 28%,rgba(255,255,255,.35),transparent 26%),linear-gradient(145deg,rgba(var(--service-glow,56,87,237),.92),rgba(18,28,99,.9)); box-shadow: 0 0 0 18px rgba(var(--service-glow,56,87,237),.06),0 28px 75px rgba(var(--service-glow,56,87,237),.28),inset 0 1px 0 rgba(255,255,255,.5); transform: translate(-50%,-50%); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); animation: mmSignalBreathe 4.2s ease-in-out infinite; }
.mm-service-signal__core small,
.mm-service-signal__core span { font: 600 .44rem/1.35 var(--font-mono); letter-spacing: .12em; }
.mm-service-signal__core small { color: rgba(255,255,255,.76); }
.mm-service-signal__core strong { max-width: 150px; font: 600 1.28rem/1.04 var(--font-display); letter-spacing: -.04em; overflow-wrap: anywhere; }
.mm-service-signal__core span { color: rgba(255,255,255,.69); }
.mm-service-signal__node { position: absolute; z-index: 5; min-width: 132px; display: flex; align-items: center; gap: 9px; padding: 12px 14px; color: var(--text-body); border: 1px solid rgba(var(--service-glow,56,87,237),.25); border-radius: 999px; background: rgba(255,255,255,.68); box-shadow: 0 16px 38px rgba(var(--service-glow,56,87,237),.11),inset 0 1px 0 rgba(255,255,255,.8); font: 600 .56rem/1 var(--font-mono); letter-spacing: .06em; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); animation: mmServiceNodeFloat 5.5s ease-in-out infinite; }
.mm-service-signal__node b { color: var(--accent); font-size: .52rem; }
.mm-service-signal__node--1 { top: 10%; left: 4%; }
.mm-service-signal__node--2 { top: 10%; right: 4%; animation-delay: -1.6s; }
.mm-service-signal__node--3 { bottom: 12%; left: 4%; animation-delay: -3.1s; }
.mm-service-signal__node--4 { right: 4%; bottom: 12%; animation-delay: -4.4s; }
html[data-theme="dark"] .mm-service-signal__node { color: rgba(247,249,255,.86); background: rgba(14,17,29,.68); box-shadow: 0 16px 42px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.08); }

/* Single-article titles are consistently readable rather than billboard-sized. */
.mm-pagehero--article .mm-article-hero__inner { width: 80vw; max-width: 80vw; margin-inline: auto; }
.mm-pagehero--article h1 { width: 100%; max-width: none; margin-right: 0; font-size: 36px; line-height: 1.12; letter-spacing: -.035em; overflow-wrap: anywhere; }

@keyframes mmSignalBreathe { 0%,100% { box-shadow: 0 0 0 18px rgba(var(--service-glow,56,87,237),.06),0 28px 75px rgba(var(--service-glow,56,87,237),.24),inset 0 1px 0 rgba(255,255,255,.5); transform: translate(-50%,-50%) scale(.975); } 50% { box-shadow: 0 0 0 28px rgba(var(--service-glow,56,87,237),.035),0 34px 90px rgba(var(--service-glow,56,87,237),.34),inset 0 1px 0 rgba(255,255,255,.5); transform: translate(-50%,-50%) scale(1.025); } }
@keyframes mmServiceNodeFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (max-width: 980px) {
  .mm-domain-core strong { font-size: 1.27rem; }
  .mm-service-signal { top: 65px; }
}

@media (max-width: 680px) {
  .mm-hero__headline { font-size: clamp(2.05rem,10.2vw,2.8rem) !important; line-height: 1.02 !important; }
  .mm-domain-core strong { font-size: 1.14rem; }
  .mm-stat { min-height: 215px; }
  .mm-happiness__slide { aspect-ratio: 1 / 1; }
  .mm-happiness__slide img,
  .mm-happiness__slide:nth-child(n+2) img { padding: 0; }
  .mm-service-signal { inset: 58px 0 0; }
  .mm-service-signal__core { width: 132px; padding: 16px; gap: 6px; }
  .mm-service-signal__core strong { max-width: 108px; font-size: .88rem; }
  .mm-service-signal__core small,
  .mm-service-signal__core span { font-size: .32rem; }
  .mm-service-signal__orbit--outer { width: 76%; }
  .mm-service-signal__orbit--inner { width: 51%; }
  .mm-service-signal__node { min-width: 104px; gap: 6px; padding: 9px 10px; font-size: .43rem; }
  .mm-service-signal__node b { font-size: .4rem; }
  .mm-service-signal__node--1 { top: 8%; left: 3%; }
  .mm-service-signal__node--2 { top: 8%; right: 3%; }
  .mm-service-signal__node--3 { bottom: 10%; left: 3%; }
  .mm-service-signal__node--4 { right: 3%; bottom: 10%; }
  .mm-pagehero--article .mm-article-hero__inner { width: 80vw; max-width: 80vw; }
  .mm-pagehero--article h1 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-stat,
  .mm-quote,
  .mm-insight-card,
  .mm-service-signal *,
  .mm-happiness__slide img { animation: none !important; transition: none !important; }
}

/* 3.5 — collision-safe hero geometry and service-specific experience systems. */
@media (min-width: 981px) {
  .mm-hero__grid {
    grid-template-columns: minmax(0,1fr) minmax(500px,.92fr);
    gap: clamp(34px,4vw,56px);
  }
  .mm-hero__content {
    min-width: 0;
    max-width: 650px;
  }
  .mm-hero__headline {
    width: 100%;
    max-width: 650px;
    font-size: clamp(2.65rem,4.1vw,3.8rem) !important;
    line-height: .98 !important;
    letter-spacing: -.052em;
  }
  .mm-hero__headline span {
    width: 100%;
    white-space: nowrap;
  }
  .mm-hero__art {
    min-width: 0;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .mm-hero__grid {
    grid-template-columns: minmax(0,1fr) minmax(450px,.98fr);
    gap: 28px;
  }
  .mm-hero__headline { font-size: clamp(2.45rem,4vw,2.85rem) !important; }
}

.mm-service-features__head {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
  align-items: end;
  gap: clamp(36px,6vw,88px);
}
.mm-service-features__head .mm-lede {
  max-width: 520px;
  margin: 0 0 5px auto;
}

/* Each service owns a recognisable code-native banner, without logo imagery. */
.mm-specialhero__visual--performance {
  --service-glow: 34,64,216;
  background:
    radial-gradient(circle at 50% 48%,rgba(34,64,216,.24),transparent 46%),
    linear-gradient(145deg,rgba(34,64,216,.07),var(--bg-surface-2));
}
.mm-specialhero__visual--performance .mm-service-signal__core {
  background:
    radial-gradient(circle at 36% 28%,rgba(255,255,255,.36),transparent 26%),
    linear-gradient(145deg,#3857ed,#101a68 78%);
}
.mm-specialhero__visual--performance .mm-service-signal__paths {
  transform: scaleX(1.03);
}

.mm-specialhero__visual--experience {
  --service-glow: 13,139,163;
  background:
    linear-gradient(rgba(13,139,163,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(13,139,163,.055) 1px,transparent 1px),
    radial-gradient(circle at 50% 48%,rgba(13,139,163,.21),transparent 48%),
    var(--bg-surface-2);
  background-size: 32px 32px,32px 32px,auto,auto;
}
.mm-specialhero__visual--experience .mm-service-signal__core {
  border-radius: 32%;
  background:
    radial-gradient(circle at 32% 25%,rgba(255,255,255,.34),transparent 24%),
    linear-gradient(145deg,#13a8bd,#123a78 78%);
}
.mm-specialhero__visual--experience .mm-service-signal__orbit {
  border-radius: 34%;
}
.mm-specialhero__visual--experience .mm-service-signal__node {
  border-radius: 14px;
}
.mm-specialhero__visual--experience .mm-service-signal__node--1,
.mm-specialhero__visual--experience .mm-service-signal__node--4 { transform: translateY(13px); }

.mm-specialhero__visual--brand {
  --service-glow: 126,74,214;
  background:
    repeating-conic-gradient(from 18deg at 50% 50%,rgba(126,74,214,.05) 0 7deg,transparent 7deg 22deg),
    radial-gradient(circle at 50% 48%,rgba(126,74,214,.2),transparent 49%),
    var(--bg-surface-2);
}
.mm-specialhero__visual--brand .mm-service-signal__core {
  width: 178px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 35% 24%,rgba(255,255,255,.34),transparent 25%),
    linear-gradient(145deg,#8b5cf6,#54227e 78%);
  transform: translate(-50%,-50%) rotate(5deg);
  animation-name: mmBrandCoreBreathe;
}
.mm-specialhero__visual--brand .mm-service-signal__orbit--outer {
  border-radius: 28% 46% 31% 48%;
}
.mm-specialhero__visual--brand .mm-service-signal__orbit--inner {
  border-radius: 46% 31% 48% 28%;
}
.mm-specialhero__visual--brand .mm-service-signal__node {
  border-radius: 5px 16px 5px 16px;
}

.mm-service-features--performance .mm-feature:nth-child(3n+1) { --card-rgb: 34,64,216; }
.mm-service-features--performance .mm-feature:nth-child(3n+2) { --card-rgb: 16,142,187; }
.mm-service-features--performance .mm-feature:nth-child(3n) { --card-rgb: 77,65,199; }
.mm-service-features--experience .mm-feature:nth-child(3n+1) { --card-rgb: 13,139,163; }
.mm-service-features--experience .mm-feature:nth-child(3n+2) { --card-rgb: 34,125,216; }
.mm-service-features--experience .mm-feature:nth-child(3n) { --card-rgb: 25,151,107; }
.mm-service-features--brand .mm-feature:nth-child(3n+1) { --card-rgb: 126,74,214; }
.mm-service-features--brand .mm-feature:nth-child(3n+2) { --card-rgb: 223,94,38; }
.mm-service-features--brand .mm-feature:nth-child(3n) { --card-rgb: 194,65,147; }
.mm-service-features .mm-feature {
  background:
    radial-gradient(circle at 94% 4%,rgba(var(--card-rgb,var(--accent-rgb)),.14),transparent 42%),
    linear-gradient(145deg,rgba(var(--card-rgb,var(--accent-rgb)),.06),transparent 46%),
    var(--bg-surface);
}
@media (hover:hover) and (pointer:fine) {
  .mm-service-features .mm-feature:hover {
    border-color: rgba(var(--card-rgb,var(--accent-rgb)),.52);
    box-shadow: 0 30px 74px rgba(var(--card-rgb,var(--accent-rgb)),.15);
  }
}

@keyframes mmBrandCoreBreathe {
  0%,100% { transform: translate(-50%,-50%) rotate(5deg) scale(.975); box-shadow: 0 0 0 18px rgba(126,74,214,.06),0 28px 75px rgba(126,74,214,.24),inset 0 1px 0 rgba(255,255,255,.5); }
  50% { transform: translate(-50%,-50%) rotate(-2deg) scale(1.025); box-shadow: 0 0 0 28px rgba(126,74,214,.035),0 34px 90px rgba(126,74,214,.34),inset 0 1px 0 rgba(255,255,255,.5); }
}

@media (max-width: 980px) {
  .mm-service-features__head { grid-template-columns: 1fr; gap: 22px; }
  .mm-service-features__head .mm-lede { max-width: 720px; margin: 0; }
}

@media (max-width: 680px) {
  .mm-hero__headline span { white-space: normal; }
  .mm-specialhero__visual--brand .mm-service-signal__core { width: 124px; border-radius: 22px; }
}

/* 3.6 — a distinct visual language for every dedicated service page. */
.mm-specialhero__visual--social {
  --service-glow: 190,63,170;
  background:
    radial-gradient(circle at 22% 22%,rgba(139,92,246,.18),transparent 36%),
    radial-gradient(circle at 78% 74%,rgba(236,72,153,.15),transparent 38%),
    var(--bg-surface-2);
}
.mm-specialhero__visual--social .mm-service-signal__core {
  border-radius: 42% 58% 48% 52%;
  background: radial-gradient(circle at 32% 24%,rgba(255,255,255,.34),transparent 25%),linear-gradient(145deg,#a855f7,#8a1e72 78%);
}
.mm-specialhero__visual--social .mm-service-signal__orbit--outer { border-radius: 45% 55% 48% 52%; }
.mm-specialhero__visual--social .mm-service-signal__node { border-radius: 18px 6px 18px 6px; }

.mm-specialhero__visual--video {
  --service-glow: 225,80,104;
  background:
    repeating-linear-gradient(115deg,rgba(225,80,104,.04) 0 2px,transparent 2px 34px),
    radial-gradient(circle at 50% 48%,rgba(225,80,104,.21),transparent 49%),
    var(--bg-surface-2);
}
.mm-specialhero__visual--video .mm-service-signal__core {
  border-radius: 28px;
  background: radial-gradient(circle at 34% 25%,rgba(255,255,255,.34),transparent 25%),linear-gradient(145deg,#ef5b78,#7a183d 78%);
}
.mm-specialhero__visual--video .mm-service-signal__core::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid rgba(255,255,255,.9);
}
.mm-specialhero__visual--video .mm-service-signal__orbit { border-radius: 30%; }

.mm-specialhero__visual--strategy {
  --service-glow: 25,151,107;
  background:
    linear-gradient(135deg,rgba(25,151,107,.055) 25%,transparent 25%) 0 0/42px 42px,
    linear-gradient(315deg,rgba(25,151,107,.045) 25%,transparent 25%) 0 0/42px 42px,
    radial-gradient(circle at 50% 48%,rgba(25,151,107,.2),transparent 49%),
    var(--bg-surface-2);
}
.mm-specialhero__visual--strategy .mm-service-signal__core {
  clip-path: polygon(50% 0,88% 18%,100% 58%,74% 96%,26% 96%,0 58%,12% 18%);
  border-radius: 0;
  background: radial-gradient(circle at 34% 24%,rgba(255,255,255,.34),transparent 25%),linear-gradient(145deg,#22b987,#0a5260 78%);
}
.mm-specialhero__visual--strategy .mm-service-signal__node { border-radius: 4px; }

.mm-specialhero__visual--discovery {
  --service-glow: 205,137,22;
  background:
    radial-gradient(circle at 50% 48%,rgba(245,158,11,.23),transparent 48%),
    repeating-radial-gradient(circle at 50% 48%,rgba(205,137,22,.055) 0 1px,transparent 1px 31px),
    var(--bg-surface-2);
}
.mm-specialhero__visual--discovery .mm-service-signal__core {
  border-radius: 50% 50% 24% 50%;
  background: radial-gradient(circle at 34% 24%,rgba(255,255,255,.38),transparent 25%),linear-gradient(145deg,#f4ad2e,#8a4c0f 78%);
}
.mm-specialhero__visual--discovery .mm-service-signal__orbit--inner { border-style: dotted; }

.mm-specialhero__visual--commerce {
  --service-glow: 223,94,38;
  background:
    linear-gradient(90deg,rgba(223,94,38,.05) 1px,transparent 1px) 0 0/38px 38px,
    radial-gradient(circle at 50% 48%,rgba(249,115,22,.22),transparent 48%),
    var(--bg-surface-2);
}
.mm-specialhero__visual--commerce .mm-service-signal__core {
  width: 178px;
  border-radius: 26px 62px 26px 62px;
  background: radial-gradient(circle at 34% 24%,rgba(255,255,255,.36),transparent 25%),linear-gradient(145deg,#f97316,#96371d 78%);
}
.mm-specialhero__visual--commerce .mm-service-signal__node { border-radius: 999px 10px 10px 999px; }

.mm-specialhero__visual--marketplace {
  --service-glow: 77,65,199;
  background:
    linear-gradient(rgba(77,65,199,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(77,65,199,.045) 1px,transparent 1px),
    radial-gradient(circle at 50% 48%,rgba(77,65,199,.22),transparent 50%),
    var(--bg-surface-2);
  background-size: 28px 28px,28px 28px,auto,auto;
}
.mm-specialhero__visual--marketplace .mm-service-signal__core {
  border-radius: 18px;
  background: radial-gradient(circle at 34% 24%,rgba(255,255,255,.35),transparent 25%),linear-gradient(145deg,#6255e8,#25226c 78%);
}
.mm-specialhero__visual--marketplace .mm-service-signal__orbit--outer { border-radius: 24%; }
.mm-specialhero__visual--marketplace .mm-service-signal__orbit--inner { border-radius: 38%; }
.mm-specialhero__visual--marketplace .mm-service-signal__node { border-radius: 8px; }

.mm-service-features--social .mm-feature:nth-child(3n+1) { --card-rgb: 168,85,247; }
.mm-service-features--social .mm-feature:nth-child(3n+2) { --card-rgb: 236,72,153; }
.mm-service-features--social .mm-feature:nth-child(3n) { --card-rgb: 126,74,214; }
.mm-service-features--video .mm-feature:nth-child(3n+1) { --card-rgb: 225,80,104; }
.mm-service-features--video .mm-feature:nth-child(3n+2) { --card-rgb: 249,115,22; }
.mm-service-features--video .mm-feature:nth-child(3n) { --card-rgb: 194,65,147; }
.mm-service-features--strategy .mm-feature:nth-child(3n+1) { --card-rgb: 25,151,107; }
.mm-service-features--strategy .mm-feature:nth-child(3n+2) { --card-rgb: 13,139,163; }
.mm-service-features--strategy .mm-feature:nth-child(3n) { --card-rgb: 34,125,216; }
.mm-service-features--discovery .mm-feature:nth-child(3n+1) { --card-rgb: 205,137,22; }
.mm-service-features--discovery .mm-feature:nth-child(3n+2) { --card-rgb: 223,94,38; }
.mm-service-features--discovery .mm-feature:nth-child(3n) { --card-rgb: 25,151,107; }
.mm-service-features--commerce .mm-feature:nth-child(3n+1) { --card-rgb: 223,94,38; }
.mm-service-features--commerce .mm-feature:nth-child(3n+2) { --card-rgb: 205,137,22; }
.mm-service-features--commerce .mm-feature:nth-child(3n) { --card-rgb: 225,80,104; }
.mm-service-features--marketplace .mm-feature:nth-child(3n+1) { --card-rgb: 77,65,199; }
.mm-service-features--marketplace .mm-feature:nth-child(3n+2) { --card-rgb: 34,64,216; }
.mm-service-features--marketplace .mm-feature:nth-child(3n) { --card-rgb: 126,74,214; }

@media (max-width: 680px) {
  .mm-specialhero__visual--commerce .mm-service-signal__core { width: 124px; border-radius: 18px 42px 18px 42px; }
}
