@charset "UTF-8";
:root {
  --bg: #171d19;
  --fg: #fbfcff;
  --fg-dim: rgba(251, 252, 255, 0.48);
  --fg-mid: rgba(251, 252, 255, 0.72);
  --accent: #6928fe;
  --accent-bright: #9b7cff;
  --border: rgba(251, 252, 255, 0.12);
  --space: #111713;
  --mono: 'Newsreader', Georgia, serif;
  --sans: 'Newsreader', Georgia, serif;
  --text-body: 15px;
  --text-small: 12px;
  --text-heading: clamp(30px, 3.4vw, 52px);
  --text-content-heading: clamp(22px, 2.1vw, 34px);
  --text-stat: clamp(48px, 6vw, 88px);
  --text-slogan: clamp(17px, 1.35vw, 22px);
  --text-display: clamp(44px, 7vw, 116px);
  --white-high: rgba(251, 252, 255, 0.98);
  --white-primary: rgba(251, 252, 255, 0.82);
  --white-secondary: rgba(251, 252, 255, 0.68);
  --white-muted: rgba(251, 252, 255, 0.48);
  --hero-slogan-color: rgba(251, 252, 255, 0.8);
  --white-surface-xs: rgba(251, 252, 255, 0.018);
  --white-surface-sm: rgba(251, 252, 255, 0.04);
  --white-surface-md: rgba(251, 252, 255, 0.07);
  --white-border-sm: rgba(251, 252, 255, 0.08);
  --white-border-md: rgba(251, 252, 255, 0.14);
  --white-border-lg: rgba(251, 252, 255, 0.28);
  --accent-glow-xs: rgba(105, 40, 254, 0.045);
  --accent-glow-sm: rgba(105, 40, 254, 0.1);
  --accent-glow-md: rgba(105, 40, 254, 0.22);
  --accent-glow-lg: rgba(105, 40, 254, 0.36);
  --accent-glow-xl: rgba(105, 40, 254, 0.54);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--space);
}

body {
  color: var(--fg);
  font-family: var(--sans);
  font-size: var(--text-body);
  line-height: 1.65;
}

body.has-custom-cursor {
  cursor: none;
}

#cur {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid rgba(251, 252, 255, 0.62);
  border-radius: 0;
  color: rgba(251, 252, 255, 0.74);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.2s, height 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}
#cur.big {
  width: 28px;
  height: 28px;
  background: linear-gradient(currentColor, currentColor) left top/7px 1px no-repeat, linear-gradient(currentColor, currentColor) left top/1px 7px no-repeat, linear-gradient(currentColor, currentColor) right top/7px 1px no-repeat, linear-gradient(currentColor, currentColor) right top/1px 7px no-repeat, linear-gradient(currentColor, currentColor) left bottom/7px 1px no-repeat, linear-gradient(currentColor, currentColor) left bottom/1px 7px no-repeat, linear-gradient(currentColor, currentColor) right bottom/7px 1px no-repeat, linear-gradient(currentColor, currentColor) right bottom/1px 7px no-repeat;
  border-color: var(--accent);
  color: var(--accent);
}
#cur::before, #cur::after {
  content: "";
  position: absolute;
  background: currentColor;
}
#cur::before {
  left: 50%;
  top: -5px;
  width: 1px;
  height: 24px;
}
#cur::after {
  left: -5px;
  top: 50%;
  width: 24px;
  height: 1px;
}
#cur.big::before {
  top: 3px;
  height: 22px;
}
#cur.big::after {
  left: 3px;
  width: 22px;
}

.has-custom-cursor #cur {
  opacity: 1;
}
.has-custom-cursor a,
.has-custom-cursor button {
  cursor: none;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 450;
  display: flex;
  justify-content: flex-end;
  padding: 48px 60px;
  pointer-events: none;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  pointer-events: all;
}
.nav-menu a {
  font-family: var(--mono);
  font-size: var(--text-small);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-primary);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
  text-decoration: none;
  transition: color 0.25s, transform 0.25s;
}
.nav-menu a:hover, .nav-menu a.active {
  color: var(--white-high);
  transform: translateX(-4px);
}

#hero {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 23, 19, 0.02), rgba(17, 23, 19, 0.84) 86%), radial-gradient(circle at 50% 47%, rgba(218, 207, 255, 0.68), transparent 17%), radial-gradient(circle at 50% 50%, rgba(155, 124, 255, 0.66), transparent 34%), radial-gradient(circle at 50% 52%, rgba(105, 40, 254, 0.56), transparent 58%), radial-gradient(circle at 58% 43%, rgba(214, 84, 255, 0.34), transparent 38%), var(--space);
}

#globe-canvas {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse 84% 74% at 50% 48%, transparent 34%, rgba(17, 23, 19, 0.8) 100%);
  pointer-events: none;
}

.hero-text {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  width: min(720px, 100vw - 48px);
}

.hero-logo {
  opacity: 0;
  animation: up 1s 0.6s both;
}
.hero-logo img {
  width: clamp(210px, 24vw, 330px);
  filter: brightness(0) invert(1);
}

.hero-slogan {
  font-family: var(--sans);
  font-style: italic;
  font-size: var(--text-slogan);
  font-weight: 400;
  color: var(--hero-slogan-color);
  letter-spacing: 0;
  line-height: 1.45;
  opacity: 0;
  animation: up 1.2s 1s both;
}

.hero-metrics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 10px;
  opacity: 0;
  animation: up 1.1s 1.15s both;
}
.hero-metrics span {
  min-height: 36px;
  padding: 10px 16px;
  border: 1px solid var(--white-border-md);
  background: linear-gradient(90deg, var(--accent-glow-sm), transparent 42%), rgba(251, 252, 255, 0.025);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white-secondary);
}
.hero-metrics strong {
  color: var(--accent-bright);
  font-weight: 500;
  margin-right: 6px;
}

@keyframes up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 66px;
}

.ft-links {
  display: flex;
  gap: 28px;
  list-style: none;
}
.ft-links a {
  font-size: var(--text-small);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white-primary);
  text-decoration: none;
  transition: color 0.2s;
}
.ft-links a:hover {
  color: var(--white-high);
}

.ft-copy {
  font-size: var(--text-body);
  color: rgba(255, 255, 255, 0.18);
}

.btn-a {
  font-family: var(--sans);
  font-size: var(--text-small);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid var(--accent);
  padding: 14px 26px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.btn-a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #171d19;
}

.btn-b {
  font-family: var(--sans);
  font-size: var(--text-small);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white-secondary);
  border: 1px solid var(--border);
  padding: 15px 28px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s, border-color 0.2s;
}
.btn-b:hover {
  color: var(--fg);
  border-color: var(--white-border-lg);
}

#overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
#overlay.open {
  pointer-events: all;
  opacity: 1;
}
#overlay.open #overlay-panel {
  transform: none;
}

#overlay-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(105, 40, 254, 0.05), transparent 32%), rgba(17, 23, 19, 0.84);
  backdrop-filter: blur(14px) contrast(1.12);
}

#overlay-panel {
  position: absolute;
  top: 48px;
  left: 48px;
  right: 48px;
  bottom: 48px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--white-border-lg);
  border-top: 4px solid var(--accent);
  box-shadow: none;
  transform: translateY(14px) scale(0.997);
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

#overlay-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 18px 40px;
  border-bottom: 2px solid var(--white-border-lg);
  background: rgba(23, 29, 25, 0.96);
}

#overlay-label {
  font-size: var(--text-small);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-primary);
  display: flex;
  align-items: center;
  gap: 14px;
}
#overlay-label::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--fg-dim);
}

#overlay-close {
  font-family: var(--sans);
  font-size: var(--text-small);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white-muted);
  background: none;
  border: none;
  padding: 6px 0;
  transition: color 0.2s;
}
#overlay-close:hover {
  color: var(--fg);
}

#overlay-body {
  flex: 1;
  overflow-y: auto;
  padding: 56px 68px 84px;
}
#overlay-body::-webkit-scrollbar {
  width: 3px;
}
#overlay-body::-webkit-scrollbar-track {
  background: transparent;
}
#overlay-body::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 2px;
}
#overlay-body::-webkit-scrollbar-thumb:hover {
  background: var(--fg-dim);
}

.mc-v4-panel {
  background: var(--bg);
  border-color: var(--white-border-md);
  border-top-color: var(--accent);
}
.mc-v4-panel #overlay-header {
  background: rgba(23, 29, 25, 0.96);
  border-bottom-color: var(--white-border-lg);
}
.mc-v4-panel #overlay-body {
  background: var(--bg);
  background-image: linear-gradient(rgba(251, 252, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(251, 252, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, transparent, rgba(105, 40, 254, 0.025), transparent);
  background-size: 56px 56px, 56px 56px, 100% 100%;
}
.mc-v4-panel #overlay-label {
  color: var(--white-muted);
}
.mc-v4-panel #overlay-label::before {
  background: var(--white-muted);
}
.mc-v4-panel #overlay-close {
  color: var(--white-muted);
}
.mc-v4-panel #overlay-close:hover {
  color: var(--white-high);
}

.mc-section {
  margin-top: 64px;
  padding-top: 22px;
  border-top: 2px solid var(--white-border-lg);
  position: relative;
}
.mc-section::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 78px;
  height: 2px;
  background: var(--accent);
}

.mc-section-label {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-primary);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.mc-section-label::before {
  content: "";
  width: 42px;
  height: 2px;
  padding: 0;
  border: 0;
  background: currentColor;
  opacity: 1;
}
[data-v="4"] .mc-section-label {
  color: var(--white-secondary);
}

.mc-popup-intro {
  margin-bottom: 52px;
  padding-top: 22px;
  border-top: 2px solid var(--white-border-lg);
  position: relative;
}
.mc-popup-intro::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 78px;
  height: 2px;
  background: var(--accent);
}
.mc-popup-intro .mc-body {
  max-width: 920px;
}

.mc-opening {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 500;
  font-size: var(--text-content-heading);
  line-height: 1.24;
  color: var(--fg);
  max-width: 760px;
  margin-bottom: 24px;
  position: relative;
  padding-top: 8px;
}
.mc-opening::before {
  content: "“";
  position: absolute;
  top: -28px;
  left: -10px;
  font-family: var(--sans);
  font-size: 130px;
  line-height: 1;
  color: var(--accent);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
}
[data-v="4"] .mc-opening {
  font-style: italic;
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1.32;
  color: var(--white-high);
  letter-spacing: 0;
}
[data-v="4"] .mc-opening::before {
  display: none;
}

.mc-problem-stack {
  display: grid;
  gap: 0;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 3px solid rgba(155, 124, 255, 0.7);
  position: relative;
}
.mc-problem-stack::before {
  content: none;
}

.mc-problem-label {
  font-family: var(--mono);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-secondary);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.mc-problem-label::before {
  content: "";
  width: 42px;
  height: 2px;
  background: currentColor;
}

.mc-problem {
  --problem-delay: 0ms;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 14px 16px 14px 0;
  border: 0;
  border-top: 1px solid var(--white-border-sm);
  background: transparent;
  position: relative;
}
.mc-problem:last-child {
  border-bottom: 1px solid var(--white-border-sm);
}
.mc-problem::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 48px;
  height: 1px;
  background: rgba(155, 124, 255, 0.58);
}

.mc-problem-title,
.mc-problem-text {
  display: block;
}

.mc-problem-title {
  width: fit-content;
  max-width: 100%;
  font-size: clamp(20px, 1.35vw, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.22;
  color: var(--white-primary);
  margin-bottom: 7px;
  position: relative;
}

.mc-problem-word {
  display: inline-block;
  position: relative;
}
.mc-problem-word::after {
  content: "";
  position: absolute;
  left: -0.02em;
  right: -0.02em;
  top: 43%;
  height: 2px;
  background: currentColor;
  opacity: 0.9;
  transform: scaleX(0);
  transform-origin: left center;
}

.mc-problem-text {
  font-size: clamp(13px, 0.78vw, 15px);
  line-height: 1.45;
  color: var(--white-secondary);
}

.modal-content.problems-striking .mc-problem-word::after {
  animation: mc-problem-strike 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--problem-delay) + var(--strike-delay));
}

.modal-content .mc-problem:nth-of-type(2) {
  --problem-delay: 650ms;
}

.modal-content .mc-problem:nth-of-type(3) {
  --problem-delay: 1300ms;
}

.modal-content .mc-problem:nth-of-type(4) {
  --problem-delay: 1950ms;
}

@keyframes mc-problem-strike {
  0% {
    transform: scaleX(0);
    opacity: 0.9;
  }
  100% {
    transform: scaleX(1);
    opacity: 0.9;
  }
}
.mc-bridge {
  margin: 28px 0 0;
  padding: 22px 22px 24px;
  border: 1px solid var(--white-border-sm);
  border-left: 3px solid rgba(155, 124, 255, 0.8);
  background: linear-gradient(180deg, rgba(105, 40, 254, 0.075), rgba(232, 228, 248, 0.018)), rgba(29, 37, 31, 0.46);
  position: relative;
}
.mc-bridge::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -3px;
  width: 88px;
  height: 2px;
  background: var(--accent);
}

.mc-bridge .mc-bridge-copy {
  color: var(--white-secondary);
  font-size: clamp(19px, 1.25vw, 24px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.48;
  margin-bottom: 0;
}

.mc-bridge--wide .mc-bridge-copy {
  max-width: none;
}

.mc-sub,
.mc-body {
  font-size: var(--text-body);
  color: var(--white-secondary);
  line-height: 1.68;
  max-width: 660px;
  margin-bottom: 16px;
}
[data-v="4"] .mc-sub,
[data-v="4"] .mc-body {
  color: var(--white-secondary);
}

.mc-body--wide {
  max-width: 920px;
}

.mc-hook-text {
  font-size: var(--text-body);
  color: var(--white-primary);
  line-height: 1.68;
  margin-bottom: 16px;
}
[data-v="4"] .mc-hook-text {
  color: rgba(232, 228, 248, 0.82);
}

.mc-sub-text {
  font-size: var(--text-body);
  color: var(--white-secondary);
  line-height: 1.68;
  margin-bottom: 12px;
}
[data-v="4"] .mc-sub-text {
  color: var(--white-secondary);
}

.mc-text-link {
  font-family: var(--sans);
  font-size: var(--text-small);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}
.mc-text-link:hover {
  opacity: 0.72;
}
[data-v="4"] .mc-text-link {
  color: var(--accent-bright);
}
[data-v="4"] .mc-text-link:hover {
  color: rgb(167, 139, 250);
}

.mc-cta {
  margin-top: 68px;
  padding-top: 24px;
  border-top: 2px solid var(--white-border-md);
  position: relative;
}
.mc-cta::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 64px;
  height: 2px;
  background: var(--accent);
}

[data-v="4"] .btn-a {
  border-radius: 0;
  background: var(--accent);
  border: 2px solid var(--accent);
  color: #f7f4ff;
  box-shadow: none;
  padding: 15px 28px;
}
[data-v="4"] .btn-a:hover {
  background: var(--accent-bright);
  border-color: var(--accent-bright);
  color: #171d19;
  box-shadow: inset 0 -3px 0 rgba(23, 29, 25, 0.24);
}

.mc-steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
[data-v="4"] .mc-steps {
  gap: 12px;
}

.mc-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
}
[data-v="4"] .mc-step {
  background: var(--white-surface-sm);
  border: 1px solid var(--white-border-md);
  border-radius: 0;
  padding: 20px 24px;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
[data-v="4"] .mc-step:hover {
  border-color: var(--white-border-lg);
  box-shadow: none;
}

.mc-step-n {
  font-family: var(--sans);
  font-size: var(--text-heading);
  font-weight: 300;
  line-height: 1;
  color: var(--accent);
  opacity: 0.38;
  letter-spacing: -0.02em;
}
[data-v="4"] .mc-step-n {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--white-border-md);
  color: var(--white-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  letter-spacing: 0;
  text-shadow: none;
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
}

.mc-step-title {
  font-family: var(--sans);
  font-size: var(--text-content-heading);
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 10px;
  line-height: 1.2;
}
[data-v="4"] .mc-step-title {
  color: #fff;
}

.mc-step-desc {
  font-size: var(--text-body);
  color: var(--white-secondary);
  line-height: 1.68;
}
[data-v="4"] .mc-step-desc {
  color: var(--white-secondary);
}

.mc-hiw {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 10px;
  position: relative;
}
.mc-hiw::before {
  display: none;
}

.mc-hiw-svg {
  display: none;
}

.mc-hiw-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 26px;
  min-height: 210px;
  padding: 0 26px 0 0;
  border: 1px solid var(--white-border-sm);
  background: linear-gradient(90deg, rgba(105, 40, 254, 0.08), transparent 34%), linear-gradient(180deg, rgba(232, 228, 248, 0.038), rgba(232, 228, 248, 0.014)), rgba(29, 37, 31, 0.48);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mc-hiw-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--accent);
}
.mc-hiw-step + .mc-hiw-step {
  border-top: 1px solid var(--white-border-sm);
}

.mc-hiw-step--r {
  grid-template-columns: 72px 1fr;
}
.mc-hiw-step--r .mc-hiw-spine {
  order: 0;
}
.mc-hiw-step--r .mc-hiw-body {
  order: 1;
}

.mc-hiw-spine {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 28px;
  background: rgba(232, 228, 248, 0.022);
  border-right: 1px solid var(--white-border-sm);
}

.mc-hiw-node {
  width: 54px;
  height: 54px;
  border-radius: 0;
  border: 1px solid rgba(155, 124, 255, 0.72);
  background: rgba(105, 40, 254, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--accent);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
[data-v="4"] .mc-hiw-node {
  background: rgba(105, 40, 254, 0.16);
  border-color: rgba(155, 124, 255, 0.72);
  color: var(--accent-bright);
  font-family: var(--mono);
  font-size: 15px;
}

.mc-hiw-body {
  padding: 30px 0;
}

.mc-hiw-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  column-gap: 34px;
  row-gap: 22px;
  align-items: start;
}

.mc-hiw-inner--full {
  grid-template-columns: 1fr;
}

.mc-hiw-inner:not(.mc-hiw-inner--full) .mc-hiw-text {
  display: contents;
}
.mc-hiw-inner:not(.mc-hiw-inner--full) .mc-hiw-title {
  grid-column: 1/-1;
  max-width: 760px;
  margin-bottom: 0;
}
.mc-hiw-inner:not(.mc-hiw-inner--full) .mc-hiw-desc {
  grid-column: 1;
}
.mc-hiw-inner:not(.mc-hiw-inner--full) .mc-hiw-img {
  grid-column: 2;
}

.mc-hiw-img {
  margin: 0;
  width: 100%;
  aspect-ratio: 5/3;
  min-height: 0;
}

.mc-hiw-media {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  border: 0;
  background: transparent;
  overflow: hidden;
}
.mc-hiw-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mc-hiw-title {
  font-family: var(--sans);
  font-size: var(--text-content-heading);
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 12px;
  line-height: 1.2;
}
[data-v="4"] .mc-hiw-title {
  color: var(--white-high);
}

.mc-hiw-desc {
  font-size: var(--text-body);
  color: var(--white-secondary);
  line-height: 1.68;
}
[data-v="4"] .mc-hiw-desc {
  color: var(--white-secondary);
}

.mc-img-slot,
.mc-product-panel {
  margin: 32px 0;
  height: 220px;
  background: #eef1f3;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mc-img-slot.mc-img-hero,
.mc-product-panel.mc-img-hero {
  height: 320px;
}
.mc-img-slot span,
.mc-product-panel span {
  font-size: var(--text-body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-muted);
}
[data-v="4"] .mc-img-slot,
[data-v="4"] .mc-product-panel {
  background: var(--white-surface-xs);
  border-color: var(--white-border-md);
}
[data-v="4"] .mc-img-slot span,
[data-v="4"] .mc-product-panel span {
  color: var(--white-muted);
}

.mc-product-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-width: 1px;
  overflow: hidden;
  border-radius: 0;
  background: repeating-linear-gradient(180deg, rgba(251, 252, 255, 0.018) 0, rgba(251, 252, 255, 0.018) 1px, transparent 1px, transparent 10px), linear-gradient(135deg, rgba(105, 40, 254, 0.035), transparent 34%), rgba(29, 37, 31, 0.88);
}
.mc-product-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid rgba(155, 124, 255, 0.7);
  background: none;
  pointer-events: none;
}

.mc-product-topline,
.mc-product-rows,
.mc-protocol-stack,
.mc-vitals {
  position: relative;
  z-index: 1;
}

.mc-product-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  color: var(--white-muted);
  text-transform: uppercase;
}
.mc-product-topline span {
  color: var(--white-muted);
  min-width: 0;
  overflow-wrap: anywhere;
}
.mc-product-topline span:last-child {
  color: var(--accent-bright);
}

.mc-product-map {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 58px;
  border-left: 1px solid var(--white-border-md);
  border-bottom: 1px solid var(--white-border-md);
}
.mc-product-map::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 12%;
  top: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(155, 124, 255, 0.58), transparent);
}
.mc-product-map i {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(155, 124, 255, 0.72);
  border-radius: 0;
  background: #1d251f;
  box-shadow: none;
}
.mc-product-map i:nth-child(1) {
  left: 18%;
  top: 46%;
}
.mc-product-map i:nth-child(2) {
  left: 52%;
  top: 26%;
}
.mc-product-map i:nth-child(3) {
  right: 14%;
  top: 58%;
}

.mc-product-rows,
.mc-protocol-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}
.mc-product-rows span,
.mc-protocol-stack span {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--white-border-sm);
  background: transparent;
  font-family: var(--mono);
  font-size: var(--text-small);
  letter-spacing: 0.02em;
  color: var(--white-secondary);
}

.mc-vitals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.mc-vitals span {
  min-width: 0;
  min-height: 54px;
  padding: 10px;
  border: 1px solid var(--white-border-sm);
  color: var(--white-secondary);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.mc-vitals b {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-bright);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.mc-trace {
  position: relative;
  z-index: 1;
  height: 48px;
  border-bottom: 1px solid var(--white-border-md);
  background: linear-gradient(105deg, transparent 0 10%, rgba(155, 124, 255, 0.68) 10% 11%, transparent 11% 24%, rgba(242, 244, 247, 0.46) 24% 25%, transparent 25%), linear-gradient(rgba(239, 242, 246, 0.025) 1px, transparent 1px);
  background-size: 220px 48px, 100% 12px;
}

.mc-dispatch-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 6px;
}
.mc-dispatch-line::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  height: 1px;
  background: var(--white-border-md);
}
.mc-dispatch-line i {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #1d251f;
  border: 1px solid rgba(155, 124, 255, 0.72);
  box-shadow: none;
}
.mc-dispatch-line i:last-child {
  border-color: var(--white-primary);
  box-shadow: none;
}

.mc-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--white-border-md);
}
.mc-bullets li {
  font-size: var(--text-body);
  color: var(--white-primary);
  line-height: 1.68;
  padding: 18px 0 18px 42px;
  border-bottom: 1px solid var(--white-border-sm);
  position: relative;
  transition: background 0.16s, border-color 0.16s, color 0.16s;
}
.mc-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--accent);
  background: linear-gradient(var(--accent), var(--accent)) center/8px 1px no-repeat, linear-gradient(var(--accent), var(--accent)) center/1px 8px no-repeat;
  box-shadow: inset 0 0 0 3px var(--bg);
  opacity: 0.64;
  transition: opacity 0.16s, transform 0.16s;
}
.mc-bullets li::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 19px;
  bottom: 19px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), transparent);
  opacity: 0.26;
}
.mc-bullets li:hover {
  background: rgba(232, 228, 248, 0.025);
  border-bottom-color: var(--white-border-md);
  color: var(--white-high);
}
.mc-bullets li:hover::before {
  opacity: 1;
  transform: scale(1.08);
}
[data-v="4"] .mc-bullets li {
  color: var(--white-primary);
}
[data-v="4"] .mc-bullets li::before {
  border: 1px solid var(--accent);
}

.mc-benefits {
  margin-top: 8px;
  border-top: 1px solid var(--white-border-md);
}

.mc-benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--white-border-sm);
  border-left: 0;
  position: relative;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.mc-benefit::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--accent);
  background: linear-gradient(var(--accent), var(--accent)) center/8px 1px no-repeat, linear-gradient(var(--accent), var(--accent)) center/1px 8px no-repeat;
  box-shadow: inset 0 0 0 3px var(--bg);
  flex-shrink: 0;
  opacity: 0.64;
  transition: opacity 0.15s, transform 0.15s;
}
.mc-benefit::after {
  content: "";
  align-self: stretch;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), transparent);
  opacity: 0.26;
  order: 1;
}
.mc-benefit:hover {
  background: rgba(232, 228, 248, 0.025);
  border-bottom-color: var(--white-border-md);
}
.mc-benefit:hover::before {
  opacity: 1;
  transform: scale(1.08);
}

.mc-benefit-text {
  font-size: var(--text-body);
  color: var(--white-primary);
  line-height: 1.68;
  order: 2;
  overflow-wrap: anywhere;
}

.mc-benefit-copy {
  display: grid;
  gap: 5px;
  order: 2;
  min-width: 0;
}

.mc-benefit-stage {
  display: none;
}

.mc-benefit-kicker {
  display: none;
}

.mc-benefit-desc {
  color: var(--white-secondary);
  font-size: var(--text-small);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mc-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 0;
}

.mc-outcome-grid.mc-bullets {
  display: grid;
}

.mc-outcome-grid--single {
  grid-template-columns: 1fr;
}

.mc-outcome-grid.mc-outcome-grid--single .mc-benefit {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 94px;
  padding: 18px 18px 18px 16px;
  overflow: hidden;
}
.mc-outcome-grid.mc-outcome-grid--single .mc-benefit::before {
  position: absolute;
  left: 43px;
  top: 74px;
  bottom: -11px;
  width: 1px;
  height: auto;
  margin: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(155, 124, 255, 0.62), transparent);
  box-shadow: none;
  opacity: 0.7;
}
.mc-outcome-grid.mc-outcome-grid--single .mc-benefit:hover::before {
  opacity: 0.7;
  transform: none;
}

.mc-outcome-grid.mc-outcome-grid--single .mc-benefit-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(155, 124, 255, 0.76);
  background: rgba(105, 40, 254, 0.14);
  color: var(--accent-bright);
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.mc-outcome-grid.mc-outcome-grid--single .mc-benefit-copy {
  order: 0;
  padding-top: 1px;
}

.mc-outcome-grid.mc-outcome-grid--single .mc-benefit-kicker {
  display: block;
  color: var(--accent-bright);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mc-outcome-grid .mc-benefit,
.mc-outcome-grid li {
  min-height: 74px;
  padding: 16px 16px 16px 18px;
  border: 1px solid var(--white-border-sm);
  background: linear-gradient(180deg, rgba(232, 228, 248, 0.038), rgba(232, 228, 248, 0.014)), rgba(29, 37, 31, 0.38);
  align-items: center;
  margin: 0;
}
.mc-outcome-grid .mc-benefit::before,
.mc-outcome-grid li::before {
  position: static;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 0;
  top: auto;
  left: auto;
  box-shadow: none;
  background: rgba(105, 40, 254, 0.18);
}
.mc-outcome-grid .mc-benefit::after,
.mc-outcome-grid li::after {
  display: none;
}
.mc-outcome-grid .mc-benefit:hover,
.mc-outcome-grid li:hover {
  background: linear-gradient(180deg, rgba(105, 40, 254, 0.07), rgba(232, 228, 248, 0.018)), rgba(29, 37, 31, 0.46);
}

.mc-outcome-grid li {
  display: flex;
  gap: 14px;
  color: var(--white-primary);
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 600;
  line-height: 1.22;
}

.mc-outcome-grid .mc-benefit-text {
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 600;
  line-height: 1.22;
  order: 0;
}

.mc-outcome-grid .mc-benefit-desc {
  font-size: clamp(13px, 0.78vw, 15px);
}

.mc-pane {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: start;
  position: relative;
}
.mc-pane::after {
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--white-border-lg);
  pointer-events: none;
}
[data-v="4"] .mc-pane::after {
  background: linear-gradient(180deg, rgba(105, 40, 254, 0.9) 0 64px, var(--white-border-md) 64px);
}

.mc-pane-left {
  position: sticky;
  top: 0;
  align-self: start;
  padding-right: 52px;
  border-top: 1px solid var(--white-border-lg);
  padding-top: 28px;
  position: relative;
}
.mc-pane-left::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 84px;
  height: 1px;
  background: var(--accent);
}
.mc-pane-left .mc-opening,
.mc-pane-left .mc-sub {
  max-width: none;
}

.mc-pane-right {
  padding-left: 52px;
  border-top: 1px solid var(--white-border-lg);
  padding-top: 28px;
  position: relative;
}
.mc-pane-right::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 84px;
  height: 1px;
  background: var(--accent);
}
.mc-pane-right .mc-body,
.mc-pane-right .mc-sub {
  max-width: none;
}

.mc-pane-divider {
  height: 1px;
  background: var(--white-border-md);
  margin: 46px 0 30px;
  position: relative;
}
[data-v="4"] .mc-pane-divider {
  background: var(--white-border-md);
}
.mc-pane-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 1px;
  background: rgba(105, 40, 254, 0.86);
}

.mc-bridge + .mc-pane-divider {
  margin-top: 30px;
}

.mc-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
[data-v="4"] .mc-stats-grid {
  gap: 12px;
  background: none;
}

.mc-stat {
  background: var(--bg);
  padding: 32px 28px 36px;
  border-top: 1px solid var(--border);
}
[data-v="4"] .mc-stat {
  background: linear-gradient(180deg, rgba(105, 40, 254, 0.045), transparent 58%), var(--white-surface-sm);
  border: 2px solid var(--white-border-lg);
  border-radius: 0;
  border-top: 1px solid var(--white-border-lg);
}

.mc-stat-n {
  font-family: var(--sans);
  font-size: var(--text-stat);
  font-weight: 600;
  color: var(--fg);
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
[data-v="4"] .mc-stat-n {
  color: var(--accent-bright);
}

.mc-stat-l {
  font-size: var(--text-small);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white-muted);
}
[data-v="4"] .mc-stat-l {
  color: var(--white-muted);
}

.mc-logo-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}

.mc-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 24px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 234, 248, 0.94)), #f7f4ff;
  border: 0;
  border-right: 2px solid var(--white-border-sm);
  border-bottom: 2px solid var(--white-border-sm);
  overflow: hidden;
  position: relative;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.mc-logo-item::before, .mc-logo-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.mc-logo-item::before {
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--accent);
}
.mc-logo-item::after {
  right: 16px;
  bottom: 16px;
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(23, 29, 25, 0.72);
  border-bottom: 2px solid rgba(23, 29, 25, 0.72);
}
.mc-logo-item img {
  display: block;
  width: auto;
  max-width: min(178px, 100%);
  max-height: 50px;
  object-fit: contain;
  opacity: 1;
  filter: none;
  position: relative;
  z-index: 1;
  transition: filter 0.2s, opacity 0.2s, transform 0.2s;
}
.mc-logo-item:hover {
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(238, 234, 248, 0.96)), #f7f4ff;
  border-color: var(--white-border-lg);
  box-shadow: inset 0 0 0 1px rgba(105, 40, 254, 0.42), inset 0 -3px 0 rgba(105, 40, 254, 0.92);
}
.mc-logo-item:hover::before, .mc-logo-item:hover::after {
  opacity: 1;
}
.mc-logo-item:hover img {
  opacity: 1;
  filter: none;
  transform: none;
}
[data-v="4"] .mc-logo-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 234, 248, 0.94)), #f7f4ff;
  border-color: var(--white-border-sm);
}
[data-v="4"] .mc-logo-item:hover {
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(238, 234, 248, 0.96)), #f7f4ff;
  border-color: var(--white-border-lg);
}

.mc-logo-sub {
  font-size: var(--text-body);
  color: var(--white-secondary);
  line-height: 1.68;
}
[data-v="4"] .mc-logo-sub {
  color: var(--white-muted);
}

.mc-case-study-bridge {
  margin-bottom: 24px;
}

.mc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.mc-split > div {
  padding-right: 52px;
  border-right: 1px solid var(--border);
}
.mc-split > div + div {
  padding-right: 0;
  padding-left: 52px;
  border-right: none;
}
[data-v="4"] .mc-split > div {
  border-right-color: var(--white-border-sm);
}

.mc-col-heading {
  font-family: var(--sans);
  font-size: var(--text-content-heading);
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 20px;
  line-height: 1.1;
}
[data-v="4"] .mc-col-heading {
  font-size: var(--text-content-heading);
  color: #fff;
}

.mc-testimonial {
  font-size: var(--text-body);
  color: var(--white-secondary);
  line-height: 1.68;
  font-style: italic;
  padding: 18px 22px;
  border-left: 1px solid var(--border);
  margin-bottom: 10px;
  background: var(--white-surface-xs);
}
[data-v="4"] .mc-testimonial {
  background: var(--white-surface-sm);
  border: 1px solid var(--white-border-md);
  border-left: 1px solid var(--white-border-lg);
  border-radius: 0;
  color: var(--white-secondary);
}

.mc-about-intro {
  margin: 40px 0 52px;
}

.mc-founder-photo {
  position: relative;
  margin: 0 0 44px;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #1d251f;
}
.mc-founder-photo img {
  width: 100%;
  height: clamp(520px, 30vw, 620px);
  object-fit: cover;
  object-position: 50% 32%;
  display: block;
  filter: saturate(0.95) contrast(1.02);
}
.mc-founder-photo figcaption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  max-width: 520px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
[data-v="4"] .mc-founder-photo {
  border-color: var(--white-border-md);
}

.mc-about-heading {
  font-family: var(--sans);
  font-size: clamp(38px, 5.2vw, 84px);
  font-weight: 300;
  color: var(--fg);
  line-height: 1.05;
}
[data-v="4"] .mc-about-heading {
  color: #fff;
}

.mc-founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.mc-founder {
  padding-right: 52px;
  border-right: 1px solid var(--border);
}
.mc-founder + .mc-founder {
  padding-right: 0;
  padding-left: 52px;
  border-right: none;
}
[data-v="4"] .mc-founder {
  border-right-color: var(--white-border-sm);
}

.mc-founder-name {
  font-size: var(--text-small);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-secondary);
  margin-bottom: 28px;
  display: block;
}
[data-v="4"] .mc-founder-name {
  color: var(--accent-bright);
}

.mc-founder-credit {
  font-size: var(--text-body);
  letter-spacing: 0;
  font-style: italic;
  color: var(--white-secondary);
  line-height: 1.68;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: block;
}
[data-v="4"] .mc-founder-credit {
  color: var(--white-muted);
  border-top-color: var(--white-border-sm);
}

.mc-founder-link {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: var(--text-small);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-bright);
  text-decoration: none;
  border-bottom: 1px solid rgba(155, 124, 255, 0.42);
  transition: border-color 0.18s, color 0.18s;
}
.mc-founder-link:hover {
  color: #fff;
  border-bottom-color: currentColor;
}

.mc-legal-body {
  width: 100%;
}

.mc-legal-title {
  font-family: var(--sans);
  font-size: var(--text-content-heading);
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 8px;
  line-height: 1.2;
}

.mc-legal-meta {
  font-size: var(--text-small);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white-muted);
  margin-bottom: 40px;
}

.mc-legal-h2 {
  font-family: var(--sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white-primary);
  margin: 40px 0 12px;
}

.mc-legal-h3 {
  font-family: var(--sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white-secondary);
  margin: 24px 0 8px;
}

.mc-legal-list {
  margin: 0 0 16px 0;
  padding-left: 0;
  list-style: none;
}
.mc-legal-list li {
  position: relative;
  padding-left: 16px;
  color: var(--white-secondary);
  font-size: var(--text-body);
  line-height: 1.68;
  margin-bottom: 8px;
}
.mc-legal-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--white-muted);
}

.mc-legal-body .mc-body {
  max-width: none;
  margin-bottom: 14px;
}

.legal-doc,
.legal-doc body {
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow: auto;
}

.legal-page {
  background: var(--bg);
  background-image: linear-gradient(rgba(251, 252, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(251, 252, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, transparent, rgba(105, 40, 254, 0.025), transparent);
  background-size: 56px 56px, 56px 56px, 100% 100%;
}

.legal-page-shell {
  width: calc(100% - 48px);
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 0 88px;
}

.legal-back-link {
  display: inline-block;
  margin-bottom: 56px;
  font-family: var(--mono);
  font-size: var(--text-small);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.legal-back-link:hover {
  color: var(--white-high);
}

@media (max-width: 1440px) {
  .mc-pane {
    grid-template-columns: 1fr;
  }
  .mc-pane::after {
    display: none;
  }
  .mc-pane-left {
    position: static;
    padding-right: 0;
    border-bottom: 2px solid var(--white-border-lg);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .mc-pane-right {
    padding-left: 0;
    padding-top: 28px;
  }
}
@media (max-width: 1180px) {
  .mc-hiw-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mc-hiw-inner:not(.mc-hiw-inner--full) .mc-hiw-title,
  .mc-hiw-inner:not(.mc-hiw-inner--full) .mc-hiw-desc,
  .mc-hiw-inner:not(.mc-hiw-inner--full) .mc-hiw-img {
    grid-column: 1;
  }
  .mc-hiw-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  nav {
    padding: 36px 30px;
  }
  .hero-text {
    top: 54%;
  }
  .hero-metrics {
    max-width: 320px;
  }
  .hero-metrics span {
    width: 100%;
    min-height: 34px;
  }
  footer {
    padding: 36px 30px;
  }
  .ft-links {
    gap: 16px;
  }
  #overlay-panel {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  #overlay-header {
    padding: 16px 20px;
  }
  #overlay-body {
    padding: 32px 20px 60px;
  }
  .mc-stats-grid {
    grid-template-columns: 1fr;
  }
  .mc-stat {
    padding: 28px 24px 32px;
  }
  .mc-split {
    grid-template-columns: 1fr;
  }
  .mc-split > div,
  .mc-split > div + div {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    border-bottom: 2px solid var(--white-border-lg);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .mc-founders {
    grid-template-columns: 1fr;
  }
  .mc-founder {
    padding-right: 0;
    border-right: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--white-border-lg);
  }
  .mc-founder + .mc-founder {
    padding-left: 0;
  }
  .mc-hiw-step,
  .mc-hiw-step--r {
    grid-template-columns: 62px 1fr;
    min-height: 0;
    padding-right: 18px;
  }
  .mc-hiw-step--r .mc-hiw-spine {
    order: 0;
  }
  .mc-hiw-spine {
    padding-top: 22px;
  }
  .mc-hiw-node {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }
  .mc-hiw-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mc-hiw-body {
    padding: 22px 0;
  }
  .mc-hiw-img {
    height: auto;
    min-height: 0;
  }
  .mc-outcome-grid {
    grid-template-columns: 1fr;
  }
  .mc-vitals {
    grid-template-columns: 1fr;
  }
  .mc-founder-photo {
    min-height: 240px;
  }
  .mc-founder-photo img {
    height: 280px;
  }
  .mc-founder-photo figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .modal-content.problems-striking .mc-problem-word::after {
    animation: none;
    transform: scaleX(1);
  }
  #cur {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
