@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 800;
}

:root {
  --mtx-ink: #10213f;
  --mtx-ink-soft: #40516f;
  --mtx-muted: #6b7b96;
  --mtx-violet: #7658ae;
  --mtx-violet-deep: #51367f;
  --mtx-blue: #75a8ca;
  --mtx-mint: #8fcfc3;
  --mtx-ice: #eef7fd;
  --mtx-lilac: #f0edfb;
  --mtx-white: #fcfeff;
  --mtx-line: rgba(34, 58, 99, 0.14);
  --mtx-line-light: rgba(255, 255, 255, 0.28);
  --mtx-shadow: 0 30px 90px rgba(22, 52, 93, 0.13);
  --mtx-shell: 1320px;
  --mtx-radius: 32px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--mtx-white);
  color: var(--mtx-ink);
  font-family: "Manrope", Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

:focus-visible {
  outline: 3px solid rgba(86, 150, 197, 0.5);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  max-width: calc(100vw - 24px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: var(--mtx-ink);
  padding: 10px 16px;
  box-shadow: 0 14px 34px rgba(16, 33, 63, 0.22);
  color: var(--mtx-white);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
  transform: translateY(calc(-100% - 24px));
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

.mtx-shell {
  width: min(var(--mtx-shell), calc(100% - 72px));
  margin-inline: auto;
}

.mtx-mobile-copy {
  display: none !important;
}

.mtx-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 0;
  width: 100%;
  padding-inline: 18px;
  pointer-events: none;
}

.mtx-header-inner {
  width: min(1380px, 100%);
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(250, 253, 255, 0.78);
  padding: 8px 10px 8px 18px;
  box-shadow:
    0 14px 50px rgba(26, 51, 92, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px) saturate(1.15);
  pointer-events: auto;
}

.mtx-brand-link {
  flex: 0 0 auto;
}

.mtx-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mtx-brand-mark {
  position: relative;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(77, 88, 156, 0.18);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.88) 0 24%, transparent 56%),
    linear-gradient(145deg, rgba(229, 242, 253, 0.98), rgba(225, 218, 247, 0.94));
  box-shadow:
    0 9px 22px rgba(43, 64, 108, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.mtx-header-inner {
  gap: 16px;
}

.mtx-nav {
  gap: clamp(12px, 1.4vw, 21px);
}

.mtx-header-action {
  flex: 0 0 auto;
  white-space: nowrap;
}

.mtx-brand-mark::before {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 1px;
  height: 31px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(82, 73, 142, 0.58), transparent);
}

.mtx-brand-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: #6853a2;
  box-shadow:
    0 0 0 4px rgba(104, 83, 162, 0.09),
    0 0 16px rgba(86, 153, 184, 0.5);
  transform: translate(-50%, -50%);
}

.mtx-brand-mirror {
  position: absolute;
  top: 9px;
  width: 13px;
  height: 25px;
  border: 1.6px solid #5f5a9b;
  opacity: 0.92;
}

.mtx-brand-mirror-left {
  left: 8px;
  border-right: 0;
  border-radius: 16px 0 0 16px;
  transform: rotate(-8deg);
}

.mtx-brand-mirror-right {
  right: 8px;
  border-left: 0;
  border-radius: 0 16px 16px 0;
  border-color: #4f91ac;
  transform: rotate(8deg);
}

.mtx-brand-core {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 9px;
  height: 7px;
  border-right: 1.5px solid #6853a2;
  border-bottom: 1.5px solid #6853a2;
  border-radius: 0 0 8px;
  transform: translateX(-50%) rotate(45deg);
}

.mtx-brand-copy {
  display: grid;
  gap: 1px;
}

.mtx-brand-copy b {
  color: var(--mtx-ink);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.055em;
  line-height: 1.15;
  text-transform: uppercase;
}

.mtx-brand-copy small {
  color: var(--mtx-muted);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.mtx-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 31px);
  margin-left: auto;
}

.mtx-nav a {
  position: relative;
  color: #243655;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.025em;
}

.mtx-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--mtx-violet), var(--mtx-blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.mtx-nav a:hover::after,
.mtx-nav a:focus-visible::after {
  transform: scaleX(1);
}

.mtx-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 13px 22px;
  cursor: pointer;
  font-weight: 780;
  line-height: 1.15;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-position 320ms ease;
}

.mtx-action:hover,
.mtx-action:focus-visible {
  transform: translateY(-2px);
}

.mtx-action:active {
  transform: translateY(0) scale(0.975);
}

.mtx-action > span {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mtx-action:hover > span,
.mtx-action:focus-visible > span {
  transform: translate(3px, -3px);
}

.mtx-action-primary {
  background:
    linear-gradient(135deg, rgba(117, 88, 174, 0.96), rgba(67, 76, 143, 0.97));
  background-size: 140% 140%;
  color: #fff;
  box-shadow:
    0 16px 34px rgba(77, 62, 132, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.mtx-action-primary:hover,
.mtx-action-primary:focus-visible {
  background-position: 100% 100%;
  box-shadow:
    0 20px 45px rgba(77, 62, 132, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.mtx-action-quiet {
  border-color: rgba(46, 73, 117, 0.2);
  background: rgba(255, 255, 255, 0.58);
  color: #334664;
  backdrop-filter: blur(12px);
}

.mtx-header-action {
  min-height: 53px;
  flex: 0 0 auto;
  padding-inline: 21px;
  font-size: 12px;
}

.mtx-mobile-nav {
  position: relative;
  display: none;
  margin-left: auto;
}

.mtx-mobile-nav > summary {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  list-style: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mtx-violet), #53679b);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(67, 59, 126, 0.2);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    background 220ms ease;
}

.mtx-mobile-nav > summary::-webkit-details-marker {
  display: none;
}

.mtx-mobile-nav > summary span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 2px;
  display: block;
  border-radius: 10px;
  background: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition:
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    width 220ms ease;
}

.mtx-mobile-nav > summary span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}

.mtx-mobile-nav > summary span:nth-child(2) {
  width: 15px;
  transform: translate(calc(-50% + 3px), -50%);
}

.mtx-mobile-nav > summary span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}

.mtx-mobile-nav > summary:hover,
.mtx-mobile-nav > summary:focus-visible {
  box-shadow: 0 13px 30px rgba(67, 59, 126, 0.3);
  transform: translateY(-1px);
}

.mtx-mobile-nav > summary:active {
  transform: scale(0.94);
}

.mtx-mobile-nav[open] > summary {
  background: linear-gradient(135deg, #273b68, #65539c);
}

.mtx-mobile-nav[open] > summary span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mtx-mobile-nav[open] > summary span:nth-child(2) {
  width: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.mtx-mobile-nav[open] > summary span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mtx-mobile-nav nav {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(330px, calc(100vw - 20px));
  display: grid;
  gap: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  background: rgba(18, 34, 65, 0.985);
  padding: 10px;
  box-shadow: 0 28px 80px rgba(14, 30, 59, 0.28);
  backdrop-filter: blur(18px);
}

.mtx-mobile-nav[open] nav {
  animation: mtx-menu-in 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mtx-mobile-nav nav a:not(.mtx-action) {
  min-height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 14px;
  color: #eef7ff;
  font-size: 16px;
  font-weight: 720;
  transition:
    border-color 220ms ease,
    background 220ms ease;
}

.mtx-mobile-nav nav a:not(.mtx-action):hover,
.mtx-mobile-nav nav a:not(.mtx-action):focus-visible {
  border-color: rgba(189, 218, 237, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.mtx-mobile-nav nav > .mtx-action {
  min-height: 50px;
  margin-top: 6px;
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, #7b62b2, #4d779f);
  font-size: 16px;
}

.mtx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mtx-violet);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mtx-eyebrow::before {
  width: 32px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--mtx-violet), var(--mtx-blue));
}

.mtx-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #f7fbff;
  isolation: isolate;
}

.mtx-hero-atmosphere {
  position: absolute;
  z-index: -4;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(249, 252, 255, 0.96) 0%, rgba(249, 252, 255, 0.84) 31%, rgba(249, 252, 255, 0.08) 64%),
    linear-gradient(180deg, transparent 65%, #f8fbff 100%),
    url("/assets/aaa/hero-atmosphere.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.035);
}

.mtx-hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(62, 92, 137, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 92, 137, 0.055) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, transparent 15%, #000 72%, transparent 100%);
}

.mtx-hero-layout {
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(440px, 0.88fr) minmax(600px, 1.12fr);
  align-items: center;
  gap: 24px;
  padding-top: 105px;
}

.mtx-hero-copy {
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
}

.mtx-hero-chapter {
  position: absolute;
  top: 5px;
  left: -64px;
  height: 270px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  color: rgba(50, 72, 108, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.mtx-hero-chapter i {
  width: 1px;
  height: 100%;
  margin-inline: auto;
  background: linear-gradient(180deg, rgba(62, 86, 125, 0.12), rgba(81, 97, 163, 0.56), rgba(62, 86, 125, 0.12));
}

.mtx-hero-copy > .mtx-eyebrow {
  margin-bottom: 24px;
}

.mtx-hero h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(56px, 5.4vw, 84px);
  font-weight: 680;
  letter-spacing: -0.062em;
  line-height: 0.99;
}

.mtx-hero h1 em {
  color: var(--mtx-violet);
  font-style: normal;
  font-weight: 400;
}

.mtx-hero-lead {
  max-width: 610px;
  margin-bottom: 32px;
  color: #384a68;
  font-size: 19px;
  line-height: 1.58;
}

.mtx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mtx-hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
}

.mtx-hero-proof > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(64, 88, 127, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  color: var(--mtx-violet-deep);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.mtx-hero-proof p {
  margin: 0;
  color: #5c6d88;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.05em;
  line-height: 1.55;
  text-transform: uppercase;
}

.mtx-hero-stage {
  position: relative;
  min-height: 730px;
  isolation: isolate;
}

.mtx-hero-stage::before {
  position: absolute;
  z-index: -3;
  top: 12%;
  right: -7%;
  width: 83%;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 54px 24px 90px 34px;
  content: "";
  background:
    radial-gradient(circle at 45% 45%, rgba(255, 255, 255, 0.52), transparent 55%),
    rgba(196, 222, 244, 0.18);
  box-shadow: inset 0 0 90px rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(4px);
}

.mtx-host-plate {
  position: absolute;
  z-index: 3;
  bottom: 44px;
  left: 0;
  width: 43%;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mtx-host-plate img {
  width: 100%;
  aspect-ratio: 0.69;
  border: 7px solid rgba(255, 255, 255, 0.65);
  border-radius: 34px 18px 48px 20px;
  box-shadow:
    0 35px 85px rgba(23, 52, 91, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  object-fit: cover;
  object-position: center 12%;
}

.mtx-host-plate::before {
  position: absolute;
  z-index: -1;
  inset: -17px 13px 18px -15px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 23px 42px 24px 52px;
  content: "";
  background:
    linear-gradient(145deg, rgba(198, 225, 243, 0.5), rgba(227, 218, 247, 0.38));
  transform: rotate(-3deg);
}

.mtx-host-plate > span {
  position: absolute;
  right: -24px;
  bottom: 24px;
  min-width: 185px;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  background: rgba(247, 251, 255, 0.73);
  padding: 12px 16px;
  box-shadow: 0 16px 50px rgba(26, 53, 93, 0.12);
  backdrop-filter: blur(18px);
}

.mtx-host-plate small {
  color: var(--mtx-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mtx-host-plate b {
  font-size: 13px;
}

.mtx-product-plate {
  position: absolute;
  z-index: 2;
  right: -7%;
  bottom: 24px;
  width: 76%;
  filter: drop-shadow(0 38px 42px rgba(19, 42, 80, 0.18));
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mtx-product-plate img {
  width: 100%;
  mix-blend-mode: normal;
}

.mtx-hero-stage:hover .mtx-host-plate {
  transform: translate3d(-5px, -7px, 0);
}

.mtx-hero-stage:hover .mtx-product-plate {
  transform: translate3d(7px, -4px, 0) scale(1.012);
}

.mtx-stage-note {
  position: absolute;
  z-index: 6;
  top: 130px;
  right: 1%;
  width: 255px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  background: rgba(247, 251, 255, 0.64);
  padding: 18px;
  box-shadow: 0 20px 55px rgba(27, 54, 91, 0.11);
  backdrop-filter: blur(20px);
}

.mtx-stage-note span {
  color: var(--mtx-violet);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mtx-stage-note b {
  font-size: 12px;
  line-height: 1.55;
}

.mtx-turn-map {
  position: absolute;
  z-index: 7;
  top: 81px;
  left: 3%;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  background: rgba(247, 251, 255, 0.7);
  padding: 10px 12px;
  box-shadow: 0 16px 44px rgba(27, 54, 91, 0.09);
  color: #425774;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.04em;
  backdrop-filter: blur(18px);
}

.mtx-turn-map span {
  white-space: nowrap;
}

.mtx-turn-map b {
  margin-right: 3px;
  color: var(--mtx-violet);
  font-size: 7px;
}

.mtx-turn-map i {
  width: 18px;
  height: 1px;
  overflow: hidden;
  background: rgba(91, 101, 157, 0.2);
}

.mtx-turn-map i::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(90deg, transparent, #7861ad, #78aeba, transparent);
  transform: translateX(-100%);
}

.mtx-hero-stage:hover .mtx-turn-map i::after {
  animation: mtx-path-progress 800ms ease forwards;
}

.mtx-scroll-cue {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #52647f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: bottom right;
}

.mtx-scroll-cue i {
  width: 68px;
  height: 1px;
  background: linear-gradient(90deg, rgba(55, 80, 119, 0.5), transparent);
}

.mtx-signal-band {
  position: relative;
  z-index: 3;
  border-block: 1px solid rgba(40, 66, 106, 0.1);
  background: rgba(250, 253, 255, 0.96);
}

.mtx-signal-band .mtx-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mtx-signal-band div > div {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 32px;
}

.mtx-signal-band div > div + div {
  border-left: 1px solid var(--mtx-line);
}

.mtx-signal-band span {
  color: rgba(79, 63, 125, 0.55);
  font-size: 10px;
  font-weight: 800;
}

.mtx-signal-band b {
  font-size: 12px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.mtx-scene {
  position: relative;
  padding-block: 132px;
}

.mtx-scene-title {
  max-width: 900px;
  margin-bottom: 58px;
}

.mtx-scene-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 19px;
}

.mtx-scene-number {
  color: rgba(63, 81, 120, 0.45);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mtx-scene-title h2 {
  margin-bottom: 18px;
  font-size: clamp(45px, 5vw, 68px);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.mtx-scene-title > p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--mtx-ink-soft);
  font-size: 18px;
  line-height: 1.68;
}

.mtx-audience {
  background:
    radial-gradient(circle at 10% 12%, rgba(222, 237, 249, 0.5), transparent 26rem),
    linear-gradient(180deg, #fbfdff, #f6f9fe);
}

.mtx-mobile-panorama {
  display: none;
}

.mtx-audience-mosaic {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
}

.mtx-audience-panel {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background: #dceaf7;
  box-shadow: 0 20px 55px rgba(29, 57, 95, 0.1);
}

.mtx-audience-panel:nth-child(1),
.mtx-audience-panel:nth-child(4) {
  grid-column: span 4;
}

.mtx-audience-panel:nth-child(2),
.mtx-audience-panel:nth-child(3) {
  grid-column: span 3;
}

.mtx-audience-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus);
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mtx-audience-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 20%, rgba(16, 33, 63, 0.82) 100%),
    linear-gradient(90deg, rgba(18, 37, 70, 0.08), transparent);
}

.mtx-audience-panel:hover img {
  transform: scale(1.04);
}

.mtx-audience-panel > div {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  color: #fff;
}

.mtx-audience-panel span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 800;
}

.mtx-audience-panel h3 {
  max-width: 440px;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.mtx-audience-panel p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.mtx-experience {
  background: #fcfeff;
}

.mtx-experience-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.72fr);
  gap: 24px;
}

.mtx-experience-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--mtx-line);
  border-radius: 36px;
  background: #f1f6fc;
  box-shadow: var(--mtx-shadow);
}

.mtx-experience-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 90px rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.mtx-experience-visual > img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  transition: transform 900ms ease;
}

.mtx-experience-visual:hover > img {
  transform: scale(1.025);
}

.mtx-experience-caption {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 22px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: rgba(248, 252, 255, 0.72);
  padding: 10px 14px;
  color: #4a5d7a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(15px);
}

.mtx-kit-list {
  display: grid;
  border: 1px solid var(--mtx-line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 10%, rgba(222, 213, 245, 0.6), transparent 16rem),
    rgba(248, 251, 255, 0.86);
  padding: 10px 25px;
}

.mtx-kit-list article {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 22px 5px;
}

.mtx-kit-list article + article {
  border-top: 1px solid var(--mtx-line);
}

.mtx-kit-list article > span {
  color: #9b89bc;
  font-size: 11px;
  font-weight: 800;
}

.mtx-kit-list h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.mtx-kit-list p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 12px;
}

.mtx-origin {
  position: relative;
  min-height: 730px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f6faff;
  isolation: isolate;
}

.mtx-origin-atmosphere {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.94), rgba(247, 251, 255, 0.3) 52%, rgba(247, 251, 255, 0.18)),
    url("/assets/aaa/transition-atmosphere.webp") center / cover no-repeat;
}

.mtx-origin-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
  padding-block: 95px;
}

.mtx-origin-copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(45px, 4.8vw, 67px);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.mtx-origin-copy p {
  max-width: 600px;
  margin: 0;
  color: var(--mtx-ink-soft);
  font-size: 17px;
}

.mtx-origin-path {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtx-origin-path::before {
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 7px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(88, 102, 166, 0.5), transparent);
}

.mtx-origin-path li {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  background: rgba(250, 253, 255, 0.52);
  padding: 17px 20px;
  box-shadow: 0 12px 35px rgba(31, 57, 94, 0.07);
  backdrop-filter: blur(12px);
}

.mtx-origin-path span {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(249, 252, 255, 0.92);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mtx-violet), var(--mtx-blue));
  box-shadow: 0 0 0 1px rgba(86, 98, 159, 0.22);
}

.mtx-origin-path b {
  font-size: 14px;
}

.mtx-method-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mtx-method-panels article {
  overflow: hidden;
  border: 1px solid var(--mtx-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 55px rgba(29, 56, 96, 0.08);
}

.mtx-method-art {
  height: 300px;
  overflow: hidden;
  background: var(--mtx-ice);
}

.mtx-method-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus);
  transition: transform 700ms ease;
}

.mtx-method-panels article:hover .mtx-method-art img {
  transform: scale(1.04);
}

.mtx-method-copy {
  min-height: 230px;
  padding: 27px;
}

.mtx-method-copy > span {
  display: block;
  margin-bottom: 31px;
  color: #9a86bc;
  font-size: 10px;
  font-weight: 800;
}

.mtx-method-copy h3 {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.mtx-method-copy p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 14px;
}

.mtx-path {
  position: relative;
  overflow: hidden;
  background: #f1f7fc;
  padding-block: 132px;
  isolation: isolate;
}

.mtx-path-atmosphere {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.88), rgba(241, 247, 252, 0.72)),
    url("/assets/aaa/transition-atmosphere.webp") center / cover no-repeat;
  opacity: 0.72;
}

.mtx-path .mtx-scene-title {
  margin-inline: auto;
  text-align: center;
}

.mtx-path .mtx-scene-meta {
  justify-content: center;
}

.mtx-path .mtx-scene-title > p {
  margin-inline: auto;
}

.mtx-path-image {
  height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 34px 34px 0 0;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 24px 75px rgba(33, 62, 99, 0.09);
}

.mtx-path-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mtx-path-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--mtx-line);
  border-top: 0;
  border-radius: 0 0 34px 34px;
  background: rgba(252, 254, 255, 0.78);
  box-shadow: 0 24px 75px rgba(33, 62, 99, 0.09);
  backdrop-filter: blur(14px);
}

.mtx-path-steps article {
  min-height: 220px;
  padding: 25px 22px;
}

.mtx-path-steps article + article {
  border-left: 1px solid var(--mtx-line);
}

.mtx-path-steps article > span {
  display: block;
  margin-bottom: 35px;
  color: #9b85bc;
  font-size: 11px;
  font-weight: 800;
}

.mtx-path-steps h3 {
  margin-bottom: 9px;
  font-size: 17px;
}

.mtx-path-steps p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 12px;
}

.mtx-spheres {
  background: #fcfeff;
}

.mtx-spheres-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: 82px;
}

.mtx-spheres-intro .mtx-scene-title {
  margin-bottom: 34px;
}

.mtx-spheres-art {
  height: 470px;
  overflow: hidden;
  border: 1px solid var(--mtx-line);
  border-radius: 36px;
  background: var(--mtx-ice);
  box-shadow: var(--mtx-shadow);
}

.mtx-spheres-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mtx-spheres-list {
  display: grid;
}

.mtx-spheres-list article {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--mtx-line);
  padding: 20px 2px;
}

.mtx-spheres-list article:first-child {
  border-top: 1px solid var(--mtx-line);
}

.mtx-spheres-list span {
  color: #9a86bc;
  font-size: 10px;
  font-weight: 800;
}

.mtx-spheres-list h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 640;
}

.mtx-spheres-list i {
  color: rgba(66, 83, 119, 0.48);
  font-style: normal;
  transition: transform 200ms ease;
}

.mtx-spheres-list article:hover i {
  transform: translate(3px, -3px);
}

.mtx-host {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 16%, rgba(116, 142, 190, 0.28), transparent 30rem),
    radial-gradient(circle at 86% 65%, rgba(99, 76, 146, 0.25), transparent 32rem),
    #111f3a;
  color: #f7fbff;
  padding-block: 135px;
}

.mtx-host::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 40%, #000, transparent 75%);
  pointer-events: none;
}

.mtx-host-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: 100px;
}

.mtx-host-portrait {
  position: relative;
  min-height: 650px;
}

.mtx-host-watercolor {
  position: absolute;
  inset: 5% -10% -2%;
  border-radius: 34px 70px 42px 86px;
  background:
    radial-gradient(circle at 30% 35%, rgba(133, 182, 214, 0.55), transparent 38%),
    radial-gradient(circle at 70% 72%, rgba(132, 95, 182, 0.48), transparent 43%);
  filter: blur(14px);
}

.mtx-host-portrait img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px 18px 54px 22px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  object-position: center 12%;
}

.mtx-host-portrait > span {
  position: absolute;
  z-index: 3;
  right: -35px;
  bottom: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(22, 38, 67, 0.7);
  padding: 15px 19px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(20px);
}

.mtx-host-story .mtx-eyebrow {
  color: #b8b0df;
}

.mtx-host-story h2 {
  margin: 20px 0 5px;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 550;
  letter-spacing: -0.06em;
  line-height: 1;
}

.mtx-host-role {
  margin-bottom: 38px;
  color: #b8c9df;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mtx-host-story blockquote {
  max-width: 720px;
  margin-bottom: 30px;
  color: #f8fbff;
  font-size: clamp(25px, 2.7vw, 36px);
  font-weight: 390;
  letter-spacing: -0.025em;
  line-height: 1.42;
}

.mtx-host-story > p:not(.mtx-host-role) {
  max-width: 680px;
  color: #b8c5d7;
  font-size: 16px;
}

.mtx-host-story ul {
  display: grid;
  gap: 11px;
  margin: 27px 0 34px;
  padding: 0;
  list-style: none;
}

.mtx-host-story li {
  position: relative;
  padding-left: 25px;
  color: #d8e1ee;
  font-size: 13px;
}

.mtx-host-story li::before {
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 12px;
  height: 1px;
  content: "";
  background: #9cbfda;
}

.mtx-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.mtx-reviews {
  background:
    radial-gradient(circle at 87% 15%, rgba(226, 216, 247, 0.52), transparent 30rem),
    #f9fcff;
}

.mtx-reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 22px;
}

.mtx-review-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(360px, 1.38fr);
  align-items: center;
  gap: 48px;
  border: 1px solid var(--mtx-line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  padding: 26px 44px 26px 26px;
  box-shadow: var(--mtx-shadow);
}

.mtx-review-media {
  aspect-ratio: 9 / 16;
  max-height: 570px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(87, 101, 153, 0.16);
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 40%, rgba(187, 214, 238, 0.7), transparent 12rem),
    linear-gradient(145deg, #eef6fd, #eee9f8);
  color: #74849d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mtx-review-rating {
  color: var(--mtx-violet);
  font-size: 13px;
  letter-spacing: 0.2em;
}

.mtx-review-feature blockquote {
  margin: 22px 0;
  color: #243857;
  font-size: clamp(24px, 3vw, 39px);
  font-weight: 430;
  letter-spacing: -0.035em;
  line-height: 1.38;
}

.mtx-review-feature b {
  color: var(--mtx-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mtx-review-side {
  display: grid;
  gap: 14px;
}

.mtx-review-side article {
  min-height: 150px;
  border: 1px solid var(--mtx-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  padding: 22px;
}

.mtx-review-side span {
  display: block;
  margin-bottom: 19px;
  color: #9a86bc;
  font-size: 10px;
  font-weight: 800;
}

.mtx-review-side b {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.mtx-review-side p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 12px;
}

.mtx-formats {
  padding-block: 132px;
  background: #fcfeff;
}

.mtx-format-list {
  display: grid;
  border-top: 1px solid var(--mtx-line);
}

.mtx-format-list > a {
  display: grid;
  grid-template-columns: 170px 1fr 130px 40px;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--mtx-line);
  padding: 31px 4px;
  transition:
    background 220ms ease,
    padding 220ms ease;
}

.mtx-format-list > a:hover {
  background: linear-gradient(90deg, rgba(236, 243, 253, 0.7), rgba(242, 238, 251, 0.58));
  padding-inline: 18px;
}

.mtx-format-number {
  color: #9a86bc;
  font-size: 10px;
  font-weight: 800;
}

.mtx-format-label {
  color: var(--mtx-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mtx-format-list h3 {
  margin-bottom: 5px;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.mtx-format-list p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 13px;
}

.mtx-format-list > a > b {
  font-size: 15px;
  text-align: right;
}

.mtx-format-list > a > i {
  color: var(--mtx-violet);
  font-size: 20px;
  font-style: normal;
  text-align: right;
}

.mtx-contact,
.mtx-closing {
  position: relative;
  overflow: hidden;
  background: #eff7fd;
  isolation: isolate;
}

.mtx-contact {
  min-height: 0;
  display: block;
  padding-block: 120px;
}

.mtx-contact-atmosphere,
.mtx-closing-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246, 251, 255, 0.9), rgba(246, 251, 255, 0.62) 52%, rgba(239, 247, 253, 0.15)),
    url("/assets/aaa/contact-atmosphere.webp") center / cover no-repeat;
}

.mtx-contact-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(550px, 1.14fr);
  align-items: center;
  gap: 90px;
}

.mtx-contact-copy h2 {
  margin: 20px 0 24px;
  font-size: clamp(50px, 5.5vw, 76px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.mtx-contact-copy > p {
  max-width: 570px;
  color: var(--mtx-ink-soft);
  font-size: 17px;
}

.mtx-contact-note {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.mtx-contact-note span {
  border: 1px solid rgba(49, 75, 114, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.47);
  padding: 8px 12px;
  color: #566984;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.mtx-letter {
  display: grid;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 32px;
  background: rgba(252, 254, 255, 0.68);
  padding: 38px;
  box-shadow:
    0 35px 90px rgba(29, 57, 97, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(26px);
}

.mtx-letter-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--mtx-line);
  padding-bottom: 19px;
}

.mtx-letter-heading span {
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.mtx-letter-heading small {
  color: #9a86bc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mtx-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mtx-letter label:not(.mtx-consent) {
  display: grid;
  gap: 8px;
}

.mtx-letter label > span {
  color: #50627f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mtx-letter input:not([type="checkbox"]),
.mtx-letter textarea {
  width: 100%;
  border: 1px solid rgba(47, 73, 114, 0.16);
  border-radius: 15px;
  outline: 0;
  background: rgba(255, 255, 255, 0.65);
  padding: 15px 16px;
  color: var(--mtx-ink);
  font-size: 14px;
  resize: vertical;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.mtx-letter input:focus,
.mtx-letter textarea:focus {
  border-color: rgba(117, 88, 174, 0.5);
  box-shadow: 0 0 0 4px rgba(117, 88, 174, 0.08);
}

.mtx-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mtx-consent input {
  width: 18px;
  height: 18px;
  accent-color: var(--mtx-violet);
}

.mtx-consent span {
  letter-spacing: 0;
  text-transform: none;
}

.mtx-letter .mtx-action {
  width: 100%;
}

.mtx-contact-orb {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  min-width: 148px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  background: rgba(35, 48, 82, 0.82);
  padding: 10px 18px;
  box-shadow: 0 20px 50px rgba(18, 35, 66, 0.22);
  color: #fff;
  backdrop-filter: blur(18px);
}

.mtx-contact-orb span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mtx-contact-orb b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, #8f6dbc, #688eb8);
}

.mtx-footer {
  position: relative;
  overflow: hidden;
  background: #101c33;
  color: #eef5fc;
  padding: 85px 0 22px;
}

.mtx-footer-glow {
  position: absolute;
  top: -280px;
  right: -180px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 118, 184, 0.28), transparent 66%);
}

.mtx-footer-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  padding-bottom: 70px;
}

.mtx-footer .mtx-brand-mark {
  border-color: rgba(77, 88, 156, 0.18);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.88) 0 24%, transparent 56%),
    linear-gradient(145deg, rgba(229, 242, 253, 0.98), rgba(225, 218, 247, 0.94));
}

.mtx-footer .mtx-brand {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(248, 252, 255, 0.94);
  padding: 8px 12px 8px 9px;
  box-shadow: 0 16px 44px rgba(4, 12, 28, 0.18);
}

.mtx-footer .mtx-brand-copy small {
  color: var(--mtx-muted);
}

.mtx-footer-intro > p {
  max-width: 470px;
  margin: 24px 0 0;
  color: #9cacc0;
  font-size: 13px;
}

.mtx-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.mtx-footer-links > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.mtx-footer-links b {
  margin-bottom: 9px;
  color: #eef5fc;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mtx-footer-links a {
  color: #9caec4;
  font-size: 12px;
}

.mtx-footer-links a:hover {
  color: #fff;
}

.mtx-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  color: #71849e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Secondary journeys */
.mtx-page-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f5f9fd;
  isolation: isolate;
}

.mtx-page-hero-atmosphere {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(249, 252, 255, 0.98), rgba(249, 252, 255, 0.72) 48%, rgba(249, 252, 255, 0.13)),
    url("/assets/aaa/hero-atmosphere.webp") center / cover no-repeat;
}

.mtx-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(470px, 1fr) minmax(500px, 0.95fr);
  align-items: center;
  gap: 75px;
  padding-block: 125px 70px;
}

.mtx-page-hero-copy h1 {
  margin: 20px 0 24px;
  font-size: clamp(53px, 5.5vw, 78px);
  font-weight: 580;
  letter-spacing: -0.058em;
  line-height: 1.01;
}

.mtx-page-lead {
  max-width: 650px;
  margin-bottom: 16px;
  color: #354864;
  font-size: 19px;
  font-weight: 570;
}

.mtx-page-note {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--mtx-muted);
  font-size: 14px;
}

.mtx-page-hero-visual {
  position: relative;
  min-height: 500px;
}

.mtx-page-frame {
  position: absolute;
  inset: 10px 0 10px 40px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px 18px 58px 24px;
  background: var(--mtx-ice);
  box-shadow: var(--mtx-shadow);
}

.mtx-page-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mtx-page-hero.is-portrait .mtx-page-frame img {
  object-position: center 12%;
}

.mtx-visual-index {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 18px;
  color: rgba(62, 79, 113, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.mtx-page-orbit {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -50px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(96, 105, 168, 0.22);
  border-radius: 50%;
}

.mtx-benefit-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--mtx-line);
}

.mtx-benefit-line article {
  min-height: 250px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 34px 30px;
}

.mtx-benefit-line article + article {
  border-left: 1px solid var(--mtx-line);
}

.mtx-benefit-line article > span {
  color: #9a86bc;
  font-size: 10px;
  font-weight: 800;
}

.mtx-benefit-line h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.mtx-benefit-line p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 14px;
}

.mtx-route {
  position: relative;
  overflow: hidden;
  background: #f2f7fc;
  padding-block: 128px;
  isolation: isolate;
}

.mtx-route-atmosphere {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 249, 253, 0.9), rgba(244, 249, 253, 0.55)),
    url("/assets/aaa/transition-atmosphere.webp") center / cover no-repeat;
}

.mtx-route-layout {
  display: grid;
  grid-template-columns: minmax(450px, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 90px;
}

.mtx-route-copy .mtx-scene-title {
  margin-bottom: 35px;
}

.mtx-route-copy > img {
  width: 100%;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  box-shadow: var(--mtx-shadow);
  object-fit: cover;
}

.mtx-route-list {
  display: grid;
}

.mtx-route-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--mtx-line);
  padding: 19px 0;
}

.mtx-route-list article:first-child {
  border-top: 1px solid var(--mtx-line);
}

.mtx-route-list span,
.mtx-facts-list article > span {
  color: #9985ba;
  font-size: 10px;
  font-weight: 800;
}

.mtx-route-list h3,
.mtx-facts-list h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.mtx-route-list p,
.mtx-facts-list p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 13px;
}

.mtx-facts-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: 92px;
}

.mtx-facts-visual {
  height: 590px;
  overflow: hidden;
  border: 1px solid var(--mtx-line);
  border-radius: 28px 18px 58px 24px;
  background: var(--mtx-ice);
  box-shadow: var(--mtx-shadow);
}

.mtx-facts-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}

.mtx-facts-copy h2 {
  margin: 18px 0 36px;
  font-size: clamp(43px, 5vw, 65px);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.mtx-facts-list {
  display: grid;
}

.mtx-facts-list article {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--mtx-line);
  padding: 18px 0;
}

.mtx-facts-list article:first-child {
  border-top: 1px solid var(--mtx-line);
}

.mtx-closing {
  padding-block: 90px;
}

.mtx-closing-layout {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.mtx-closing h2 {
  max-width: 800px;
  margin: 18px 0 12px;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.mtx-closing p {
  max-width: 720px;
  margin: 0;
  color: var(--mtx-ink-soft);
}

/* Editorial, article and legal routes */
.mtx-editorial {
  background:
    radial-gradient(circle at 88% 8%, rgba(222, 215, 246, 0.42), transparent 27rem),
    #fbfdff;
}

.mtx-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mtx-article-card {
  overflow: hidden;
  border: 1px solid var(--mtx-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 55px rgba(30, 57, 96, 0.08);
}

.mtx-article-card.is-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}

.mtx-article-image {
  min-height: 300px;
  display: block;
  overflow: hidden;
  background: var(--mtx-ice);
}

.mtx-article-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.mtx-article-card:hover .mtx-article-image img {
  transform: scale(1.035);
}

.mtx-article-card > div {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}

.mtx-article-card > div > span {
  color: var(--mtx-violet);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mtx-article-card h2 {
  margin: 15px 0 12px;
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.mtx-article-card p {
  color: var(--mtx-muted);
  font-size: 14px;
}

.mtx-editorial .mtx-text-link {
  margin-top: auto;
  border-color: rgba(40, 62, 102, 0.18);
  color: var(--mtx-violet-deep);
}

.mtx-reading-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f5f9fd;
  isolation: isolate;
}

.mtx-reading-atmosphere {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(249, 252, 255, 0.98), rgba(249, 252, 255, 0.7) 53%, rgba(249, 252, 255, 0.12)),
    url("/assets/aaa/hero-atmosphere.webp") center / cover no-repeat;
}

.mtx-reading-hero-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(440px, 0.92fr);
  align-items: center;
  gap: 70px;
  padding-block: 125px 65px;
}

.mtx-reading-back {
  display: block;
  margin-bottom: 40px;
  color: var(--mtx-muted);
  font-size: 11px;
  font-weight: 760;
}

.mtx-reading-heading h1 {
  margin: 20px 0 22px;
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 570;
  letter-spacing: -0.058em;
  line-height: 1.02;
}

.mtx-reading-heading > p {
  max-width: 680px;
  margin: 0;
  color: var(--mtx-ink-soft);
  font-size: 17px;
}

.mtx-reading-cover {
  position: relative;
  height: 450px;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 28px 18px 56px 24px;
  box-shadow: var(--mtx-shadow);
}

.mtx-reading-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mtx-reading-cover span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 13px;
  background: rgba(249, 252, 255, 0.7);
  padding: 9px 12px;
  color: #556783;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(15px);
}

.mtx-reading-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  justify-content: center;
  gap: 90px;
  padding-block: 95px 130px;
}

.mtx-reading-toc {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  border-block: 1px solid var(--mtx-line);
  padding-block: 19px;
}

.mtx-reading-toc > b {
  margin-bottom: 14px;
  color: var(--mtx-violet);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mtx-reading-toc a {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 10px;
  padding: 9px 7px;
  color: #52627d;
  font-size: 11px;
  line-height: 1.45;
}

.mtx-reading-toc a:hover {
  background: var(--mtx-lilac);
}

.mtx-reading-toc span,
.mtx-reading-number {
  color: #9a86bc;
}

.mtx-reading-body {
  color: #344560;
  font-size: 18px;
  line-height: 1.84;
}

.mtx-reading-intro {
  color: var(--mtx-ink);
  font-size: 24px;
  font-weight: 560;
  line-height: 1.57;
}

.mtx-reading-body section {
  scroll-margin-top: 115px;
  padding-top: 45px;
}

.mtx-reading-number {
  font-size: 10px;
  font-weight: 800;
}

.mtx-reading-body h2 {
  margin: 7px 0 19px;
  color: var(--mtx-ink);
  font-size: clamp(34px, 4vw, 49px);
  font-weight: 590;
  letter-spacing: -0.048em;
  line-height: 1.1;
}

.mtx-reading-body blockquote {
  position: relative;
  margin: 40px 0;
  border-left: 2px solid var(--mtx-violet);
  background: linear-gradient(90deg, rgba(236, 232, 248, 0.72), transparent);
  padding: 26px 30px;
  color: #493a67;
  font-size: 21px;
  font-weight: 560;
  line-height: 1.58;
}

.mtx-reading-body figure {
  margin: 50px 0;
}

.mtx-reading-body figure img {
  width: 100%;
  max-height: 430px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 18px 55px rgba(31, 58, 96, 0.09);
}

.mtx-reading-body figcaption {
  margin-top: 11px;
  color: var(--mtx-muted);
  font-size: 11px;
}

.mtx-reading-end {
  position: relative;
  overflow: hidden;
  margin-top: 65px;
  border: 1px solid var(--mtx-line);
  border-radius: 27px;
  background:
    radial-gradient(circle at 85% 5%, rgba(206, 224, 244, 0.78), transparent 14rem),
    linear-gradient(135deg, #f2f8fd, #f2eef9);
  padding: 32px;
}

.mtx-reading-end > b {
  color: var(--mtx-ink);
  font-size: 24px;
}

.mtx-reading-end p {
  margin: 8px 0 20px;
  color: var(--mtx-muted);
  font-size: 15px;
}

.mtx-legal-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #f4f9fd;
  padding-bottom: 65px;
  isolation: isolate;
}

.mtx-legal-atmosphere {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(249, 252, 255, 0.98), rgba(249, 252, 255, 0.65)),
    url("/assets/aaa/transition-atmosphere.webp") center / cover no-repeat;
}

.mtx-legal-hero h1 {
  max-width: 980px;
  margin: 18px 0 12px;
  font-size: clamp(50px, 6vw, 78px);
  font-weight: 570;
  letter-spacing: -0.057em;
  line-height: 1.02;
}

.mtx-legal-hero p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 12px;
}

.mtx-legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 830px);
  justify-content: center;
  gap: 85px;
  padding-block: 85px 130px;
}

.mtx-legal-nav {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 4px;
  border-block: 1px solid var(--mtx-line);
  padding-block: 18px;
}

.mtx-legal-nav b {
  margin-bottom: 9px;
  color: var(--mtx-violet);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mtx-legal-nav a {
  border-radius: 10px;
  padding: 9px 7px;
  color: #53637e;
  font-size: 11px;
}

.mtx-legal-nav a:hover {
  background: var(--mtx-lilac);
}

.mtx-legal-document {
  color: #344560;
  font-size: 16px;
  line-height: 1.76;
}

.mtx-legal-document h2 {
  margin: 45px 0 15px;
  color: var(--mtx-ink);
  font-size: 30px;
  font-weight: 620;
  letter-spacing: -0.035em;
}

.mtx-legal-document h2:first-child {
  margin-top: 0;
}

.mtx-legal-document h3 {
  margin: 28px 0 10px;
  color: var(--mtx-ink);
  font-size: 20px;
}

.mtx-legal-document a {
  color: var(--mtx-violet-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mtx-legal-document li + li {
  margin-top: 8px;
}

@keyframes mtx-breathe {
  from { transform: scale(1.025) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(-0.5%, -0.4%, 0); }
}

@keyframes mtx-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes mtx-orbit {
  to { transform: rotate(360deg); }
}

@keyframes mtx-menu-in {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.975);
    transform-origin: top right;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    transform-origin: top right;
  }
}

@keyframes mtx-path-progress {
  to { transform: translateX(100%); }
}

@media (max-width: 1180px) {
  .mtx-shell {
    width: min(var(--mtx-shell), calc(100% - 48px));
  }

  .mtx-nav {
    gap: 16px;
  }

  .mtx-nav a:nth-child(4) {
    display: none;
  }

  .mtx-hero-layout {
    grid-template-columns: minmax(390px, 0.9fr) minmax(510px, 1.1fr);
  }

  .mtx-hero-chapter {
    display: none;
  }

  .mtx-hero h1 {
    font-size: clamp(52px, 6.2vw, 72px);
  }

  .mtx-host-plate {
    left: 2%;
  }

  .mtx-experience-stage,
  .mtx-contact-layout,
  .mtx-spheres-layout,
  .mtx-route-layout {
    gap: 48px;
  }

  .mtx-path-steps article {
    padding-inline: 15px;
  }

  .mtx-host-layout {
    gap: 64px;
  }

  .mtx-format-list > a {
    grid-template-columns: 135px 1fr 110px 30px;
    gap: 18px;
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 90px;
  }

  .mtx-header {
    top: 10px;
    padding-inline: 10px;
  }

  .mtx-header-inner {
    min-height: 64px;
    border-radius: 19px;
    padding: 7px 8px 7px 13px;
  }

  .mtx-nav,
  .mtx-header-action {
    display: none;
  }

  .mtx-mobile-nav {
    display: block;
  }

  .mtx-brand-mark {
    width: 42px;
    height: 42px;
  }

  .mtx-hero {
    min-height: 1180px;
  }

  .mtx-hero-atmosphere {
    background-image:
      linear-gradient(180deg, rgba(249, 252, 255, 0.98) 0%, rgba(249, 252, 255, 0.84) 41%, rgba(249, 252, 255, 0.15) 69%, #f8fbff 100%),
      url("/assets/aaa/hero-atmosphere.webp");
  }

  .mtx-hero-layout {
    min-height: 1180px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    padding-top: 124px;
  }

  .mtx-hero-copy {
    max-width: 720px;
  }

  .mtx-hero h1 {
    font-size: clamp(52px, 8.5vw, 72px);
  }

  .mtx-hero-stage {
    min-height: 590px;
  }

  .mtx-host-plate {
    left: 6%;
    width: 34%;
  }

  .mtx-product-plate {
    right: 1%;
    width: 66%;
  }

  .mtx-stage-note {
    top: 60px;
    right: 2%;
  }

  .mtx-scroll-cue {
    display: none;
  }

  .mtx-scene,
  .mtx-path,
  .mtx-formats {
    padding-block: 100px;
  }

  .mtx-audience-panel:nth-child(n) {
    grid-column: span 7;
    min-height: 360px;
  }

  .mtx-experience-stage,
  .mtx-origin-layout,
  .mtx-spheres-layout,
  .mtx-host-layout,
  .mtx-contact-layout,
  .mtx-route-layout,
  .mtx-facts-layout {
    grid-template-columns: 1fr;
  }

  .mtx-experience-stage {
    gap: 18px;
  }

  .mtx-experience-visual,
  .mtx-experience-visual > img {
    min-height: 520px;
  }

  .mtx-kit-list {
    grid-template-columns: 1fr 1fr;
  }

  .mtx-kit-list article {
    border-top: 0;
    border-bottom: 1px solid var(--mtx-line);
  }

  .mtx-kit-list article:nth-child(2n) {
    border-left: 1px solid var(--mtx-line);
    padding-left: 25px;
  }

  .mtx-origin {
    min-height: auto;
  }

  .mtx-origin-layout {
    gap: 55px;
  }

  .mtx-method-panels {
    grid-template-columns: 1fr;
  }

  .mtx-method-panels article {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .mtx-method-copy {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .mtx-path-steps {
    grid-template-columns: 1fr;
  }

  .mtx-path-steps article {
    min-height: auto;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 15px;
    padding: 22px;
  }

  .mtx-path-steps article + article {
    border-top: 1px solid var(--mtx-line);
    border-left: 0;
  }

  .mtx-path-steps article > span {
    margin: 2px 0 0;
  }

  .mtx-spheres-layout,
  .mtx-host-layout {
    gap: 60px;
  }

  .mtx-spheres-intro {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 35px;
  }

  .mtx-spheres-art {
    height: 400px;
  }

  .mtx-host-portrait {
    width: min(500px, 90%);
    margin-inline: auto;
  }

  .mtx-review-feature {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 30px;
    padding-right: 28px;
  }

  .mtx-reviews-layout {
    grid-template-columns: 1fr;
  }

  .mtx-review-side {
    grid-template-columns: repeat(3, 1fr);
  }

  .mtx-format-list > a {
    grid-template-columns: 1fr 105px 25px;
  }

  .mtx-format-label {
    display: none;
  }

  .mtx-contact-layout {
    gap: 55px;
  }

  .mtx-contact-copy {
    max-width: 720px;
  }

  .mtx-footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mtx-page-hero {
    min-height: 980px;
    align-items: start;
  }

  .mtx-page-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 125px;
  }

  .mtx-page-hero-visual {
    min-height: 430px;
  }

  .mtx-page-frame {
    inset: 0 8% 0;
  }

  .mtx-benefit-line {
    grid-template-columns: 1fr;
  }

  .mtx-benefit-line article {
    min-height: auto;
  }

  .mtx-benefit-line article + article {
    border-top: 1px solid var(--mtx-line);
    border-left: 0;
  }

  .mtx-route-layout,
  .mtx-facts-layout {
    gap: 50px;
  }

  .mtx-facts-visual {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .mtx-editorial-grid {
    grid-template-columns: 1fr;
  }

  .mtx-article-card.is-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .mtx-reading-hero {
    min-height: 940px;
    align-items: start;
  }

  .mtx-reading-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 125px;
  }

  .mtx-reading-cover {
    height: 400px;
    margin-inline: 8%;
  }

  .mtx-reading-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .mtx-reading-toc,
  .mtx-legal-nav {
    position: static;
  }

  .mtx-reading-toc {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .mtx-reading-toc > b {
    grid-column: 1 / -1;
  }

  .mtx-legal-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 17px;
    line-height: 1.68;
  }

  .mtx-desktop-copy {
    display: none !important;
  }

  .mtx-mobile-copy {
    display: revert !important;
  }

  .mtx-actions.mtx-mobile-copy {
    display: grid !important;
  }

  .mtx-shell {
    width: min(var(--mtx-shell), calc(100% - 30px));
  }

  .mtx-header-inner {
    min-height: 58px;
    border-radius: 17px;
    padding-block: 6px;
  }

  .mtx-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .mtx-brand-mirror {
    top: 8px;
    width: 11px;
    height: 22px;
  }

  .mtx-brand-mirror-left {
    left: 7px;
  }

  .mtx-brand-mirror-right {
    right: 7px;
  }

  .mtx-brand-core {
    bottom: 7px;
  }

  .mtx-brand-copy b {
    font-size: 12px;
    letter-spacing: 0.035em;
  }

  .mtx-brand-copy small {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .mtx-mobile-nav > summary {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .mtx-mobile-nav nav {
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
  }

  .mtx-hero {
    min-height: 0;
  }

  .mtx-hero-layout {
    min-height: 0;
    gap: 8px;
    padding-block: 92px 24px;
  }

  .mtx-hero-copy > .mtx-eyebrow {
    margin-bottom: 17px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .mtx-hero h1 {
    margin-bottom: 17px;
    font-size: clamp(36px, 10.7vw, 47px);
    letter-spacing: -0.045em;
    line-height: 1.04;
  }

  .mtx-hero-lead {
    margin-bottom: 21px;
    font-size: 17px;
    line-height: 1.58;
  }

  .mtx-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mtx-action {
    width: 100%;
  }

  .mtx-hero-proof {
    margin-top: 25px;
  }

  .mtx-mobile-proof {
    margin: 17px 0 0;
    color: var(--mtx-muted);
    font-size: 14px;
    font-weight: 720;
    letter-spacing: 0.01em;
  }

  .mtx-hero-stage {
    min-height: 350px;
  }

  .mtx-host-plate {
    bottom: 10px;
    left: 2%;
    width: 43%;
  }

  .mtx-host-plate img {
    border-width: 4px;
    border-radius: 22px 12px 34px 15px;
  }

  .mtx-host-plate > span {
    right: -18px;
    bottom: 10px;
    min-width: 145px;
    padding: 8px 10px;
  }

  .mtx-host-plate small {
    font-size: 10px;
  }

  .mtx-host-plate b {
    font-size: 13px;
  }

  .mtx-product-plate {
    right: 0;
    bottom: 5px;
    width: 75%;
  }

  .mtx-stage-note {
    display: none;
  }

  .mtx-turn-map {
    display: none;
  }

  .mtx-hero-stage:active .mtx-host-plate {
    transform: translate3d(-3px, -4px, 0);
  }

  .mtx-hero-stage:active .mtx-product-plate {
    transform: translate3d(4px, -3px, 0) scale(1.008);
  }

  .mtx-signal-band .mtx-shell {
    display: block;
  }

  .mtx-mobile-outcome {
    margin: 0;
    padding: 16px 2px;
    color: var(--mtx-ink-soft);
    font-size: 15px;
    line-height: 1.5;
  }

  .mtx-mobile-outcome b {
    color: var(--mtx-ink);
    font-size: inherit;
    letter-spacing: 0;
    text-transform: none;
  }

  .mtx-scene,
  .mtx-path,
  .mtx-formats {
    padding-block: 46px;
  }

  .mtx-scene-title {
    margin-bottom: 23px;
  }

  .mtx-scene-title h2,
  .mtx-origin-copy h2,
  .mtx-contact-copy h2 {
    margin-bottom: 12px;
    font-size: clamp(31px, 9.3vw, 40px);
    line-height: 1.08;
  }

  .mtx-scene-title > p {
    font-size: 17px;
    line-height: 1.62;
  }

  .mtx-mobile-panorama {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 22px 14px 34px 18px;
    background: var(--mtx-ice);
    box-shadow: 0 18px 46px rgba(29, 57, 95, 0.1);
  }

  .mtx-mobile-panorama img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mtx-audience-mosaic {
    display: grid;
    gap: 10px;
    overflow: visible;
  }

  .mtx-audience-panel:nth-child(n) {
    min-width: 0;
    min-height: 0;
    overflow: visible;
    border-color: var(--mtx-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: none;
  }

  .mtx-audience-panel img,
  .mtx-audience-panel::after {
    display: none;
  }

  .mtx-audience-panel > div {
    position: static;
    display: block;
    padding: 16px 17px;
    color: var(--mtx-ink);
  }

  .mtx-audience-panel span {
    grid-row: 1 / span 2;
    margin: 3px 0 0;
    color: #9a86bc;
  }

  .mtx-audience-panel h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.35;
  }

  .mtx-audience-panel p {
    display: none;
  }

  .mtx-experience-visual,
  .mtx-experience-visual > img {
    min-height: 0;
  }

  .mtx-experience-visual {
    height: auto;
    border-radius: 22px 14px 34px 18px;
  }

  .mtx-experience-visual > img {
    height: auto;
    object-fit: contain;
  }

  .mtx-experience-stage {
    gap: 10px;
  }

  .mtx-kit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 0;
  }

  .mtx-kit-list article {
    min-height: 66px;
    align-content: center;
    padding: 12px 10px;
  }

  .mtx-kit-list article:nth-child(2n) {
    border-left: 1px solid var(--mtx-line);
    padding-left: 14px;
  }

  .mtx-kit-list article:last-child {
    grid-column: 1 / -1;
  }

  .mtx-kit-list h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
  }

  .mtx-kit-list p {
    display: none;
  }

  .mtx-origin,
  .mtx-method,
  .mtx-spheres {
    display: none;
  }

  .mtx-path-image {
    height: auto;
    border-radius: 22px 14px 0 0;
  }

  .mtx-path-image img {
    height: auto;
    object-fit: contain;
  }

  .mtx-path-steps article {
    grid-template-columns: 42px 1fr;
    padding-block: 16px;
  }

  .mtx-path-steps article > span {
    font-size: 12px;
  }

  .mtx-path-steps h3 {
    font-size: 19px;
  }

  .mtx-path-steps p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mtx-host {
    padding-block: 50px;
  }

  .mtx-host-layout,
  .mtx-spheres-layout {
    gap: 38px;
  }

  .mtx-host-portrait {
    min-height: 0;
  }

  .mtx-host-portrait img {
    height: auto;
    aspect-ratio: 2 / 3;
    border-radius: 24px 14px 42px 18px;
    object-fit: cover;
  }

  .mtx-host-portrait > span {
    right: -5px;
    bottom: 24px;
  }

  .mtx-host-story h2 {
    font-size: 52px;
  }

  .mtx-host-story blockquote {
    font-size: 24px;
  }

  .mtx-host-story > p:not(.mtx-host-role),
  .mtx-host-story > ul {
    display: none;
  }

  .mtx-review-feature {
    grid-template-columns: 1fr;
    padding: 16px 16px 28px;
  }

  .mtx-review-media {
    width: 78%;
    max-height: none;
    margin-inline: auto;
  }

  .mtx-review-feature > div:last-child {
    padding: 8px;
  }

  .mtx-review-feature blockquote {
    font-size: 24px;
  }

  .mtx-review-side {
    display: none;
  }

  .mtx-review-side article {
    min-width: 78%;
    scroll-snap-align: start;
  }

  .mtx-review-side b {
    font-size: 17px;
  }

  .mtx-review-side p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mtx-format-list > a {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-block: 20px;
  }

  .mtx-format-list > a > b {
    grid-column: 1;
    text-align: left;
    font-size: 17px;
  }

  .mtx-format-list h3 {
    font-size: 22px;
  }

  .mtx-format-list p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mtx-format-label {
    font-size: 12px;
  }

  .mtx-contact {
    min-height: auto;
    padding-block: 50px;
  }

  .mtx-contact-layout {
    gap: 28px;
  }

  .mtx-contact-atmosphere {
    background:
      linear-gradient(180deg, rgba(246, 251, 255, 0.94), rgba(246, 251, 255, 0.74)),
      url("/assets/aaa/contact-atmosphere.webp") center / cover no-repeat;
  }

  .mtx-letter {
    gap: 19px;
    border-radius: 25px;
    padding: 22px;
  }

  .mtx-letter label > span,
  .mtx-consent span,
  .mtx-contact-note span {
    font-size: 12px;
  }

  .mtx-letter input,
  .mtx-letter textarea {
    font-size: 17px;
  }

  .mtx-field-row {
    grid-template-columns: 1fr;
  }

  .mtx-contact-orb {
    right: 12px;
    bottom: 12px;
    min-width: 116px;
    min-height: 48px;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 15px;
  }

  .mtx-contact-orb > span {
    display: block;
    font-size: 11px;
  }

  .mtx-footer {
    padding-top: 54px;
  }

  .mtx-footer-intro > p,
  .mtx-footer-links a,
  .mtx-footer-bottom {
    font-size: 15px;
  }

  .mtx-footer-links {
    grid-template-columns: 1fr;
  }

  .mtx-footer-links > div:not(:last-child) {
    display: none;
  }

  .mtx-footer-links > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .mtx-footer-links > div:last-child > b {
    width: 100%;
  }

  .mtx-footer-bottom {
    display: grid;
  }

  .mtx-page-hero {
    min-height: 0;
  }

  .mtx-page-hero-grid {
    gap: 25px;
    padding-block: 98px 52px;
  }

  .mtx-page-hero-copy h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .mtx-page-lead {
    font-size: 17px;
  }

  .mtx-page-note {
    display: none;
  }

  .mtx-page-hero-visual {
    min-height: 0;
  }

  .mtx-page-frame {
    position: relative;
    inset: auto;
    aspect-ratio: 2023 / 777;
    border-width: 4px;
    border-radius: 22px 14px 36px 18px;
  }

  .mtx-page-frame img {
    object-fit: contain;
  }

  .mtx-page-hero.is-portrait .mtx-page-frame {
    width: min(82%, 350px);
    aspect-ratio: 2 / 3;
    margin-inline: auto;
  }

  .mtx-page-hero.is-portrait .mtx-page-frame img {
    object-fit: cover;
  }

  .mtx-benefit-line article {
    grid-template-columns: 1fr;
    padding: 25px 5px;
  }

  .mtx-benefit-line h3 {
    font-size: 22px;
  }

  .mtx-benefit-line p {
    font-size: 16px;
    line-height: 1.58;
  }

  .mtx-route,
  .mtx-closing {
    padding-block: 46px;
  }

  .mtx-route-copy > img {
    height: auto;
    border-radius: 22px 14px 34px 18px;
    object-fit: contain;
  }

  .mtx-route-list article {
    grid-template-columns: 40px 1fr;
  }

  .mtx-facts-list article {
    grid-template-columns: 1fr;
  }

  .mtx-route-list span {
    font-size: 12px;
  }

  .mtx-route-list h3,
  .mtx-facts-list h3 {
    font-size: 19px;
  }

  .mtx-route-list p,
  .mtx-facts-list p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mtx-facts-visual {
    height: auto;
    aspect-ratio: 1684 / 934;
    border-radius: 22px 14px 36px 18px;
  }

  .mtx-facts-visual img {
    object-fit: contain;
  }

  .mtx-facts-visual.is-portrait {
    width: min(88%, 390px);
    aspect-ratio: 2 / 3;
  }

  .mtx-facts-visual.is-portrait img {
    object-fit: cover;
  }

  .mtx-closing-layout {
    min-height: auto;
    display: grid;
  }

  .mtx-article-card > div {
    min-height: 250px;
    padding: 24px;
  }

  .mtx-article-image {
    min-height: 0;
    aspect-ratio: 5 / 3;
  }

  .mtx-article-image img {
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .mtx-reading-hero {
    min-height: 0;
  }

  .mtx-reading-heading h1 {
    font-size: clamp(40px, 11.5vw, 54px);
  }

  .mtx-reading-cover {
    height: auto;
    aspect-ratio: 5 / 3;
    margin-inline: 0;
    border-width: 4px;
    border-radius: 22px 14px 36px 18px;
  }

  .mtx-reading-cover img {
    object-fit: contain;
  }

  .mtx-reading-layout {
    padding-block: 58px 72px;
  }

  .mtx-reading-toc {
    grid-template-columns: 1fr;
  }

  .mtx-reading-toc > b {
    font-size: 12px;
  }

  .mtx-reading-toc a {
    font-size: 16px;
  }

  .mtx-reading-intro {
    font-size: 20px;
  }

  .mtx-reading-body {
    font-size: 17px;
  }

  .mtx-reading-body blockquote {
    margin-inline: -5px;
    padding: 22px;
    font-size: 19px;
  }

  .mtx-reading-body figure img {
    max-height: none;
    height: auto;
    object-fit: contain;
  }

  .mtx-legal-hero {
    min-height: 400px;
    padding-bottom: 48px;
  }

  .mtx-legal-hero h1 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .mtx-legal-layout {
    padding-block: 55px 72px;
  }

  .mtx-legal-document {
    font-size: 17px;
  }

  .mtx-hero-proof p,
  .mtx-experience-caption,
  .mtx-host-portrait > span,
  .mtx-review-media,
  .mtx-review-feature b,
  .mtx-article-card > div > span,
  .mtx-reading-cover span,
  .mtx-reading-body figcaption,
  .mtx-legal-nav b {
    font-size: 12px;
  }

  .mtx-host-role,
  .mtx-legal-hero p {
    font-size: 14px;
  }

  .mtx-host-story li,
  .mtx-text-link,
  .mtx-article-card p,
  .mtx-reading-end p,
  .mtx-legal-nav a,
  .mtx-page-note {
    font-size: 16px;
  }

  .mtx-review-rating {
    font-size: 16px;
  }

  .mtx-footer-links b {
    font-size: 13px;
  }

  .mtx-eyebrow,
  .mtx-reading-back,
  .mtx-article-meta,
  .mtx-contact-orb span {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* R3 content-integrity and floating-controls pass */
.mtx-brand-mark {
  border-radius: 14px;
  background: #f7fbfe;
}

.mtx-brand-mark::before,
.mtx-brand-mark::after,
.mtx-brand-mirror,
.mtx-brand-core {
  display: none;
}

.mtx-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mtx-hero-subtitle {
  max-width: 690px;
  margin: -14px 0 20px;
  color: #334a69;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 570;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.mtx-audience-visual,
.mtx-method-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 32px 20px 54px 24px;
  background: var(--mtx-ice);
  box-shadow: var(--mtx-shadow);
}

.mtx-audience-visual img,
.mtx-method-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mtx-audience-list,
.mtx-method-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  border: 1px solid var(--mtx-line);
  border-radius: 25px;
  background: var(--mtx-line);
  overflow: hidden;
}

.mtx-method-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mtx-audience-list article,
.mtx-method-list article {
  min-height: 185px;
  background: rgba(252, 254, 255, 0.94);
  padding: 28px;
}

.mtx-audience-list h3,
.mtx-method-list h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.28;
}

.mtx-audience-list p,
.mtx-method-list p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 14px;
}

.mtx-host-layout-text {
  grid-template-columns: 1fr;
}

.mtx-host-layout-text .mtx-host-story {
  max-width: 920px;
  margin-inline: auto;
}

.mtx-reviews-note {
  max-width: 820px;
  border: 1px solid var(--mtx-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  padding: 30px;
}

.mtx-reviews-note p {
  margin-bottom: 22px;
  color: var(--mtx-ink-soft);
  font-size: 17px;
}

.mtx-journey-stats {
  border-block: 1px solid var(--mtx-line);
  background: rgba(250, 253, 255, 0.97);
}

.mtx-journey-stats .mtx-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mtx-journey-stats span {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 25px;
  color: var(--mtx-muted);
  font-size: 13px;
}

.mtx-journey-stats span + span {
  border-left: 1px solid var(--mtx-line);
}

.mtx-journey-stats b {
  color: var(--mtx-ink);
  font-size: 22px;
}

.mtx-faq .mtx-scene-title {
  margin-bottom: 36px;
}

.mtx-faq .mtx-route-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mtx-faq .mtx-route-list article,
.mtx-faq .mtx-route-list article:first-child {
  display: block;
  border: 1px solid var(--mtx-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  padding: 26px;
}

.mtx-faq .mtx-route-list h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.mtx-faq .mtx-route-list p {
  font-size: 15px;
  line-height: 1.65;
}

.mtx-floating-actions {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
}

.mtx-floating-buttons {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
}

.mtx-floating-actions .mtx-contact-orb {
  position: static;
  font: inherit;
}

.mtx-back-to-top {
  min-width: 100px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 54, 88, 0.16);
  border-radius: 14px;
  background: rgba(249, 252, 255, 0.88);
  box-shadow: 0 13px 34px rgba(18, 35, 66, 0.14);
  color: var(--mtx-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
}

.mtx-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mtx-back-to-top span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mtx-contact-sheet {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(370px, calc(100vw - 44px));
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(250, 253, 255, 0.97), rgba(239, 244, 253, 0.97));
  padding: 28px;
  box-shadow: 0 30px 80px rgba(18, 35, 66, 0.24);
  animation: mtx-sheet-in 220ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(24px);
}

.mtx-contact-sheet-close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: transparent;
  padding: 6px;
  color: var(--mtx-muted);
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
}

.mtx-contact-sheet h2 {
  margin: 12px 40px 5px 0;
  font-size: 30px;
  line-height: 1.1;
}

.mtx-contact-sheet > p {
  margin-bottom: 20px;
  color: var(--mtx-muted);
  font-size: 14px;
}

.mtx-contact-sheet-links {
  display: grid;
  gap: 8px;
}

.mtx-contact-sheet-links a {
  display: grid;
  gap: 2px;
  border: 1px solid rgba(42, 67, 105, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.68);
  padding: 13px 15px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.mtx-contact-sheet-links a:hover,
.mtx-contact-sheet-links a:focus-visible {
  border-color: rgba(96, 82, 159, 0.32);
  transform: translateY(-1px);
}

.mtx-contact-sheet-links b {
  font-size: 14px;
}

.mtx-contact-sheet-links span {
  color: var(--mtx-muted);
  font-size: 12px;
}

@keyframes mtx-sheet-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .mtx-hero-subtitle {
    margin: -6px 0 16px;
    font-size: 19px;
  }

  .mtx-audience-visual,
  .mtx-method-visual {
    border-radius: 22px 14px 34px 18px;
  }

  .mtx-audience-list,
  .mtx-method-list {
    grid-template-columns: 1fr;
    margin-top: 12px;
    border-radius: 18px;
  }

  .mtx-audience-list article,
  .mtx-method-list article {
    min-height: 0;
    padding: 18px;
  }

  .mtx-audience-list h3,
  .mtx-method-list h3 {
    font-size: 19px;
  }

  .mtx-audience-list p,
  .mtx-method-list p {
    font-size: 16px;
    line-height: 1.58;
  }

  .mtx-reviews-note {
    border-radius: 20px;
    padding: 20px;
  }

  .mtx-reviews-note p {
    font-size: 16px;
  }

  .mtx-journey-stats .mtx-shell {
    grid-template-columns: repeat(2, 1fr);
  }

  .mtx-journey-stats span {
    padding: 16px 10px;
    font-size: 12px;
  }

  .mtx-journey-stats span:nth-child(3) {
    border-left: 0;
  }

  .mtx-journey-stats span:nth-child(n + 3) {
    border-top: 1px solid var(--mtx-line);
  }

  .mtx-journey-stats b {
    font-size: 19px;
  }

  .mtx-faq .mtx-route-list {
    grid-template-columns: 1fr;
  }

  .mtx-faq .mtx-route-list article,
  .mtx-faq .mtx-route-list article:first-child {
    padding: 20px;
  }

  .mtx-floating-actions {
    right: 12px;
    bottom: 12px;
  }

  .mtx-contact-sheet {
    position: fixed;
    right: 12px;
    bottom: 76px;
    left: 12px;
    width: auto;
    padding: 24px;
  }

  .mtx-floating-actions .mtx-contact-orb {
    min-width: 116px;
    min-height: 48px;
  }

  .mtx-back-to-top {
    min-width: 82px;
    min-height: 38px;
  }
}

/* R3.10 — feminine story flow and complete mobile portrait */
.mtx-essence {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 231, 246, 0.72), transparent 28rem),
    radial-gradient(circle at 84% 78%, rgba(226, 216, 246, 0.62), transparent 30rem),
    #f8fbff;
  padding-block: 118px;
}

.mtx-essence::before,
.mtx-essence::after {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(114, 104, 172, 0.1);
  border-radius: 45% 55% 52% 48%;
  content: "";
  pointer-events: none;
}

.mtx-essence::before {
  top: -170px;
  left: -110px;
  transform: rotate(18deg);
}

.mtx-essence::after {
  right: -130px;
  bottom: -190px;
  transform: rotate(-24deg);
}

.mtx-essence-card {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 48px;
  background: rgba(252, 254, 255, 0.72);
  padding: 64px;
  box-shadow:
    0 35px 90px rgba(37, 62, 101, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  text-align: center;
  backdrop-filter: blur(24px);
}

.mtx-essence-card .mtx-eyebrow {
  justify-content: center;
}

.mtx-essence-card blockquote {
  max-width: 860px;
  margin: 24px auto 34px;
  color: #283d5e;
  font-size: clamp(31px, 4vw, 52px);
  font-weight: 430;
  letter-spacing: -0.045em;
  line-height: 1.24;
}

.mtx-essence-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto 36px;
  text-align: left;
}

.mtx-essence-copy p {
  margin: 0;
  color: var(--mtx-ink-soft);
  font-size: 15px;
}

.mtx-essence-card > .mtx-action {
  width: auto;
}

.mtx-game-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: -18px 0 34px;
}

.mtx-game-stats article,
.mtx-game-levels article {
  border: 1px solid rgba(49, 76, 116, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 217, 248, 0.56), transparent 8rem),
    rgba(249, 252, 255, 0.82);
  padding: 24px;
}

.mtx-game-stats b {
  display: block;
  margin-bottom: 8px;
  color: var(--mtx-violet-deep);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.mtx-game-stats h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.mtx-game-stats p,
.mtx-game-levels p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mtx-game-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.mtx-game-levels h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.mtx-game-outcome {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 28px auto 0;
  border-top: 1px solid var(--mtx-line);
  padding-top: 28px;
}

.mtx-game-outcome p {
  margin: 0;
  color: var(--mtx-ink-soft);
  font-size: 14px;
}

.mtx-origin-path li {
  align-items: start;
}

.mtx-origin-path li > div {
  display: grid;
  gap: 5px;
}

.mtx-origin-path small,
.mtx-method-list small,
.mtx-path-steps small {
  color: var(--mtx-violet);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mtx-origin-path li b {
  display: block;
  font-size: 16px;
}

.mtx-origin-path li p {
  margin: 0;
  color: var(--mtx-muted);
  font-size: 12px;
  line-height: 1.55;
}

.mtx-method-list small,
.mtx-path-steps small {
  display: block;
  margin-top: 15px;
}

.mtx-spheres-list p {
  margin: 7px 0 0;
  color: var(--mtx-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mtx-reviews-note {
  display: flex;
  justify-content: center;
}

.mtx-formats-note,
.mtx-contact-disclaimer {
  margin: 28px auto 0;
  color: var(--mtx-muted);
  font-size: 13px;
  text-align: center;
}

.mtx-contact-copy blockquote {
  max-width: 540px;
  margin: 28px 0 0;
  color: #344965;
  font-size: 22px;
  font-weight: 450;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.mtx-contact-disclaimer {
  position: relative;
  z-index: 2;
}

@media (max-width: 920px) {
  .mtx-game-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mtx-game-levels {
    grid-template-columns: 1fr;
  }

  .mtx-essence-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .mtx-header-inner {
    padding-inline: 10px 7px;
  }

  .mtx-brand {
    gap: 8px;
  }

  .mtx-brand-copy b {
    font-size: 11px;
  }

  .mtx-brand-copy small {
    font-size: 8px;
  }

  .mtx-mobile-nav nav {
    width: min(300px, calc(100vw - 20px));
    gap: 5px;
    border-radius: 26px;
    background:
      radial-gradient(circle at 84% 12%, rgba(113, 93, 171, 0.38), transparent 11rem),
      rgba(19, 35, 65, 0.985);
    padding: 14px;
  }

  .mtx-mobile-nav nav a:not(.mtx-action) {
    justify-content: center;
    border-radius: 18px;
    text-align: center;
  }

  .mtx-hero-layout {
    gap: 24px;
    padding-block: 98px 34px;
  }

  .mtx-hero-copy {
    text-align: center;
  }

  .mtx-hero-grid {
    display: none;
  }

  .mtx-hero-copy > .mtx-eyebrow {
    justify-content: center;
  }

  .mtx-hero-copy > .mtx-eyebrow::before {
    display: none;
  }

  .mtx-hero h1 {
    max-width: 470px;
    margin-inline: auto;
  }

  .mtx-hero-subtitle,
  .mtx-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .mtx-hero-proof {
    justify-content: center;
  }

  .mtx-hero-stage {
    min-height: 0;
    display: grid;
    justify-items: center;
    gap: 16px;
    padding: 20px 0 6px;
  }

  .mtx-hero-stage::before {
    top: 0;
    right: 4%;
    bottom: 0;
    left: 4%;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 48px;
    background:
      radial-gradient(circle at 50% 24%, rgba(224, 215, 247, 0.72), transparent 14rem),
      radial-gradient(circle at 50% 78%, rgba(199, 226, 243, 0.72), transparent 17rem);
    filter: blur(3px);
  }

  .mtx-host-plate {
    position: relative;
    bottom: auto;
    left: auto;
    width: min(82%, 330px);
    margin-inline: auto;
  }

  .mtx-host-plate::before {
    inset: -12px;
    border-radius: 38px;
    transform: none;
  }

  .mtx-host-plate img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    border-width: 5px;
    border-radius: 34px;
    object-fit: contain;
    object-position: center;
  }

  .mtx-host-plate > span {
    position: relative;
    right: auto;
    bottom: auto;
    min-width: 180px;
    width: max-content;
    border-radius: 18px;
    margin: -9px auto 0;
    text-align: center;
  }

  .mtx-product-plate {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 2px;
  }

  .mtx-product-plate img {
    border-radius: 30px;
  }

  .mtx-essence {
    padding-block: 52px;
  }

  .mtx-essence-card {
    border-radius: 34px;
    padding: 30px 21px;
  }

  .mtx-essence-card blockquote {
    margin-block: 20px 26px;
    font-size: 27px;
    line-height: 1.34;
  }

  .mtx-essence-copy {
    gap: 18px;
    margin-bottom: 26px;
    text-align: center;
  }

  .mtx-essence-copy p {
    font-size: 16px;
    line-height: 1.65;
  }

  .mtx-scene,
  .mtx-path,
  .mtx-formats {
    padding-block: 58px;
  }

  .mtx-scene-title,
  .mtx-origin-copy {
    text-align: center;
  }

  .mtx-scene-meta,
  .mtx-origin-copy > .mtx-eyebrow {
    justify-content: center;
  }

  .mtx-scene-title > p,
  .mtx-origin-copy > p {
    margin-inline: auto;
  }

  .mtx-audience-visual,
  .mtx-method-visual,
  .mtx-experience-visual,
  .mtx-path-image,
  .mtx-spheres-art {
    border: 0;
    border-radius: 30px;
    box-shadow: 0 22px 58px rgba(33, 60, 98, 0.11);
  }

  .mtx-audience-list,
  .mtx-method-list,
  .mtx-kit-list {
    gap: 10px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .mtx-audience-list article,
  .mtx-method-list article,
  .mtx-kit-list article {
    border: 0 !important;
    border-radius: 26px;
    background:
      radial-gradient(circle at 90% 10%, rgba(225, 215, 247, 0.52), transparent 9rem),
      rgba(250, 253, 255, 0.88);
    padding: 20px;
    box-shadow: 0 13px 34px rgba(30, 58, 96, 0.07);
    text-align: center;
  }

  .mtx-kit-list {
    grid-template-columns: 1fr;
  }

  .mtx-kit-list article:last-child {
    grid-column: auto;
  }

  .mtx-kit-list p {
    display: block;
    font-size: 15px;
    line-height: 1.5;
  }

  .mtx-game-stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 22px;
  }

  .mtx-game-stats article {
    min-height: 170px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 0;
    border-radius: 28px;
    padding: 18px 13px;
    text-align: center;
  }

  .mtx-game-stats b {
    font-size: 25px;
  }

  .mtx-game-stats h3 {
    font-size: 17px;
  }

  .mtx-game-stats p {
    font-size: 14px;
  }

  .mtx-game-levels {
    gap: 10px;
    margin-top: 18px;
  }

  .mtx-game-levels article {
    border: 0;
    border-radius: 28px;
    padding: 22px;
    text-align: center;
  }

  .mtx-game-levels p {
    font-size: 16px;
  }

  .mtx-game-outcome {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
    padding: 22px 4px 0;
    text-align: center;
  }

  .mtx-game-outcome p {
    font-size: 15px;
    line-height: 1.62;
  }

  .mtx-origin,
  .mtx-method,
  .mtx-spheres {
    display: block;
  }

  .mtx-origin {
    background:
      radial-gradient(circle at 18% 16%, rgba(213, 231, 245, 0.72), transparent 18rem),
      radial-gradient(circle at 82% 78%, rgba(228, 218, 248, 0.62), transparent 19rem),
      #f8fbff;
  }

  .mtx-origin-atmosphere {
    display: none;
  }

  .mtx-origin-layout {
    gap: 30px;
    padding-block: 58px;
  }

  .mtx-origin-path {
    gap: 10px;
  }

  .mtx-origin-path::before {
    display: none;
  }

  .mtx-origin-path li {
    grid-template-columns: 1fr;
    gap: 0;
    border: 0;
    border-radius: 28px;
    background: rgba(252, 254, 255, 0.76);
    padding: 22px;
    box-shadow: 0 14px 38px rgba(31, 57, 94, 0.07);
    text-align: center;
  }

  .mtx-origin-path li > span {
    display: none;
  }

  .mtx-origin-path small {
    font-size: 11px;
  }

  .mtx-origin-path li b {
    font-size: 19px;
  }

  .mtx-origin-path li p {
    font-size: 16px;
  }

  .mtx-method-list small,
  .mtx-path-steps small {
    font-size: 11px;
    line-height: 1.45;
  }

  .mtx-path {
    background:
      radial-gradient(circle at 50% 12%, rgba(220, 235, 247, 0.78), transparent 22rem),
      #f4f9fd;
  }

  .mtx-path-image {
    border-radius: 30px;
  }

  .mtx-path-steps {
    gap: 10px;
    overflow: visible;
    margin-top: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mtx-path-steps article {
    grid-template-columns: 1fr;
    gap: 8px;
    border: 0 !important;
    border-radius: 28px;
    background: rgba(252, 254, 255, 0.86);
    padding: 21px;
    box-shadow: 0 13px 34px rgba(30, 58, 96, 0.07);
    text-align: center;
  }

  .mtx-path-steps article > span {
    margin: 0;
    font-size: 12px;
  }

  .mtx-spheres-layout {
    gap: 28px;
  }

  .mtx-spheres-intro {
    display: block;
  }

  .mtx-spheres-art {
    height: auto;
  }

  .mtx-spheres-art img {
    height: auto;
    object-fit: contain;
  }

  .mtx-spheres-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mtx-spheres-list article,
  .mtx-spheres-list article:first-child {
    display: block;
    border: 0;
    border-radius: 25px;
    background:
      radial-gradient(circle at 90% 10%, rgba(225, 215, 247, 0.48), transparent 8rem),
      rgba(249, 252, 255, 0.88);
    padding: 19px 14px;
    box-shadow: 0 13px 34px rgba(30, 58, 96, 0.07);
    text-align: center;
  }

  .mtx-spheres-list h3 {
    font-size: 17px;
  }

  .mtx-spheres-list p {
    font-size: 14px;
    line-height: 1.48;
  }

  .mtx-host {
    padding-block: 58px;
  }

  .mtx-host-layout-text .mtx-host-story {
    text-align: center;
  }

  .mtx-host-story > p:not(.mtx-host-role) {
    display: block;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.65;
  }

  .mtx-host-story .mtx-text-link {
    margin-top: 10px;
  }

  .mtx-reviews-note {
    border: 0;
    background: transparent;
    padding: 0;
  }

  .mtx-formats .mtx-scene-title {
    margin-bottom: 26px;
  }

  .mtx-format-list {
    gap: 11px;
    border: 0;
  }

  .mtx-format-list > a {
    border: 0;
    border-radius: 28px;
    background:
      radial-gradient(circle at 90% 12%, rgba(225, 215, 247, 0.55), transparent 10rem),
      rgba(249, 252, 255, 0.9);
    padding: 22px;
    box-shadow: 0 14px 38px rgba(31, 57, 94, 0.08);
    text-align: center;
  }

  .mtx-format-list > a > b {
    text-align: center;
  }

  .mtx-formats-note {
    font-size: 15px;
    line-height: 1.6;
  }

  .mtx-contact-copy {
    text-align: center;
  }

  .mtx-contact-copy blockquote {
    margin-inline: auto;
    font-size: 21px;
  }

  .mtx-contact-note {
    justify-content: center;
  }

  .mtx-letter {
    border-radius: 32px;
    text-align: left;
  }

  .mtx-contact-disclaimer {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.55;
  }

  .mtx-benefit-line {
    gap: 10px;
    border: 0;
  }

  .mtx-benefit-line article,
  .mtx-benefit-line article + article {
    border: 0;
    border-radius: 28px;
    background: rgba(249, 252, 255, 0.88);
    padding: 22px;
    box-shadow: 0 13px 34px rgba(30, 58, 96, 0.07);
    text-align: center;
  }
}

/* R3.11 — restore both approved portraits and stabilize the closing flow */
.mtx-hero-stage .mtx-host-plate {
  bottom: 92px;
  left: 1%;
  width: 76%;
}

.mtx-hero-stage .mtx-host-plate img {
  aspect-ratio: 3 / 2;
  border-radius: 30px 22px 46px 26px;
  object-position: center;
}

.mtx-hero-stage .mtx-product-plate {
  right: -5%;
  bottom: 14px;
  width: 65%;
}

.mtx-contact-layout {
  width: min(var(--mtx-shell), calc(100% - 72px));
  margin-inline: auto;
}

.mtx-contact-disclaimer {
  width: min(var(--mtx-shell), calc(100% - 72px));
}

@media (max-width: 920px) {
  .mtx-host-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
  }

  .mtx-contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .mtx-host-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mtx-host-portrait {
    width: min(100%, 430px);
    min-height: 0;
    margin-inline: auto;
  }

  .mtx-host-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .mtx-host-portrait > span {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .mtx-host-story {
    text-align: center;
  }

  .mtx-host-story > p:not(.mtx-host-role),
  .mtx-host-story blockquote {
    margin-inline: auto;
  }

  .mtx-contact-layout,
  .mtx-contact-disclaimer {
    width: min(var(--mtx-shell), calc(100% - 32px));
  }
}

@media (max-width: 620px) {
  .mtx-hero-stage .mtx-host-plate {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 0;
  }

  .mtx-hero-stage .mtx-host-plate::before {
    inset: -8px;
  }

  .mtx-hero-stage .mtx-host-plate img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-width: 4px;
    border-radius: 28px 22px 36px 24px;
    object-fit: contain;
    object-position: center;
  }

  .mtx-hero-stage .mtx-host-plate > span {
    min-width: 0;
    width: min(82%, 260px);
  }

  .mtx-hero-stage .mtx-product-plate {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .mtx-contact {
    padding-block: 54px;
  }

  .mtx-contact-copy h2 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .mtx-footer {
    overflow-x: clip;
  }
}

/* R3.12 — one integrated hero scene: Julia actively lays out the cards */
.mtx-hero-stage-unified {
  min-height: 680px;
  display: grid;
  place-items: center;
}

.mtx-hero-stage-unified::before {
  top: 9%;
  right: -3%;
  width: 96%;
  height: 82%;
  border-radius: 72px 34px 94px 42px;
}

.mtx-hero-tableau {
  position: relative;
  width: min(100%, 760px);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 64px 34px 82px 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(222, 235, 249, 0.58));
  padding: 11px;
  box-shadow:
    0 38px 92px rgba(30, 59, 99, 0.17),
    inset 0 0 0 1px rgba(255, 255, 255, 0.54);
  isolation: isolate;
}

.mtx-hero-tableau::before {
  position: absolute;
  z-index: -1;
  inset: -24px 18px 20px -20px;
  border-radius: 44px 76px 48px 88px;
  content: "";
  background:
    radial-gradient(circle at 74% 20%, rgba(216, 203, 245, 0.74), transparent 43%),
    radial-gradient(circle at 28% 78%, rgba(187, 224, 244, 0.72), transparent 48%);
  filter: blur(5px);
}

.mtx-hero-tableau > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  border-radius: 54px 26px 70px 32px;
  object-fit: contain;
}

.mtx-hero-tableau figcaption {
  position: relative;
  right: auto;
  bottom: auto;
  min-width: 230px;
  width: max-content;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  background: rgba(249, 252, 255, 0.88);
  padding: 13px 18px;
  box-shadow: 0 18px 48px rgba(31, 57, 93, 0.12);
  backdrop-filter: blur(18px);
  margin: 12px 22px -38px auto;
}

.mtx-hero-tableau figcaption small {
  color: var(--mtx-violet);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mtx-hero-tableau figcaption b {
  color: var(--mtx-ink);
  font-size: 15px;
}

.mtx-hero-tableau figcaption span {
  color: var(--mtx-muted);
  font-size: 11px;
  font-weight: 650;
}

@media (max-width: 920px) {
  .mtx-hero-stage-unified {
    min-height: 0;
    padding: 24px 0 12px;
  }

  .mtx-hero-stage-unified::before {
    inset: 0 2%;
    width: auto;
    height: auto;
    border-radius: 52px;
  }

  .mtx-hero-tableau {
    width: min(100%, 760px);
  }
}

@media (max-width: 620px) {
  .mtx-hero-stage-unified {
    width: 100%;
    gap: 0;
    padding-top: 17px;
  }

  .mtx-hero-tableau {
    width: 100%;
    border-radius: 31px 22px 40px 25px;
    padding: 6px;
  }

  .mtx-hero-tableau::before {
    inset: -9px 5px 12px;
    border-radius: 34px;
  }

  .mtx-hero-tableau > img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 26px 18px 34px 20px;
    object-fit: contain;
    object-position: center;
  }

  .mtx-hero-tableau figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    min-width: 0;
    width: min(86%, 275px);
    margin: -7px auto 0;
    border-radius: 19px;
    padding: 11px 15px;
    text-align: center;
  }

  .mtx-hero-tableau figcaption small {
    font-size: 10px;
  }

  .mtx-hero-tableau figcaption b {
    font-size: 15px;
  }

  .mtx-hero-tableau figcaption span {
    font-size: 12px;
  }
}

/* R3.13 — AAA typography clarity and hand-painted floating controls */
body,
button,
input,
textarea {
  font-synthesis: none;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
}

h1,
h2,
h3,
.mtx-hero-subtitle,
.mtx-host-story blockquote,
.mtx-reading-intro {
  color: var(--mtx-ink);
  font-weight: 600;
}

.mtx-brand-copy b,
.mtx-nav a,
.mtx-action,
.mtx-mobile-nav nav a,
.mtx-eyebrow,
.mtx-format-label,
.mtx-letter label > span,
.mtx-contact-note span,
.mtx-footer-links b,
.mtx-reading-back,
.mtx-article-meta,
.mtx-contact-sheet-close {
  font-weight: 700;
}

.mtx-header-inner,
.mtx-action-quiet,
.mtx-mobile-nav nav,
.mtx-hero-proof > span,
.mtx-hero-tableau figcaption,
.mtx-experience-caption,
.mtx-contact-note span,
.mtx-letter,
.mtx-contact-sheet,
.mtx-contact-sheet-links a {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.mtx-header-inner {
  background: rgba(250, 253, 255, 0.96);
}

.mtx-action-quiet {
  background: rgba(250, 253, 255, 0.96);
}

.mtx-action:hover,
.mtx-action:focus-visible {
  transform: none;
}

.mtx-action:active {
  transform: scale(0.985);
}

.mtx-hero-tableau figcaption,
.mtx-experience-caption {
  background: rgba(249, 252, 255, 0.97);
}

.mtx-letter {
  background: rgba(252, 254, 255, 0.96);
}

.mtx-brand-copy small,
.mtx-eyebrow,
.mtx-article-meta,
.mtx-reading-back,
.mtx-format-label,
.mtx-footer-links b,
.mtx-letter label > span,
.mtx-contact-note span {
  font-size: 11px;
  line-height: 1.35;
}

.mtx-nav a,
.mtx-header-action,
.mtx-footer-links a,
.mtx-contact-sheet-links span,
.mtx-hero-tableau figcaption span {
  font-size: 12px;
}

.mtx-floating-actions {
  position: fixed;
  z-index: 90;
  inset: 0;
  pointer-events: none;
}

.mtx-floating-actions > .mtx-contact-orb,
.mtx-floating-actions > .mtx-back-to-top {
  position: fixed;
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 92px;
  min-width: 0;
  height: 94px;
  min-height: 0;
  display: grid;
  grid-template-rows: 64px auto;
  place-items: center;
  gap: 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: #263c60;
  pointer-events: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.mtx-floating-actions > .mtx-contact-orb {
  right: max(18px, env(safe-area-inset-right));
}

.mtx-floating-actions > .mtx-back-to-top {
  right: auto;
  left: max(18px, env(safe-area-inset-left));
  color: #4f447f;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 180ms ease;
}

.mtx-floating-actions > .mtx-back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mtx-contact-glyph,
.mtx-top-glyph {
  position: relative;
  width: 64px;
  height: 64px;
  display: block;
  border: 1px solid rgba(70, 88, 137, 0.24);
  border-radius: 54% 46% 52% 48% / 47% 56% 44% 53%;
  box-shadow:
    0 13px 30px rgba(29, 54, 92, 0.16),
    inset 0 0 0 2px rgba(255, 255, 255, 0.48);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease;
}

.mtx-contact-glyph {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.94), transparent 29%),
    radial-gradient(circle at 73% 74%, rgba(137, 187, 213, 0.78), transparent 52%),
    linear-gradient(145deg, #e8e4f8, #c6e2f1 62%, #f8fbff);
  color: #4e477e;
  transform: rotate(2deg);
}

.mtx-contact-glyph::before {
  position: absolute;
  top: 19px;
  left: 17px;
  width: 29px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 51% 46% 48% 52%;
  content: "";
  transform: rotate(-4deg);
}

.mtx-contact-glyph::after {
  position: absolute;
  top: 38px;
  left: 23px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: rotate(-19deg) skew(-8deg);
}

.mtx-contact-glyph i {
  position: absolute;
  z-index: 2;
  top: 29px;
  left: 24px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 7px 0 currentColor, 14px 0 currentColor;
}

.mtx-top-glyph {
  background:
    radial-gradient(circle at 72% 25%, rgba(255, 255, 255, 0.96), transparent 31%),
    radial-gradient(circle at 25% 76%, rgba(192, 218, 239, 0.84), transparent 54%),
    linear-gradient(150deg, #f3eefa, #dcecf6 68%, #fff);
  color: #665497;
  transform: rotate(-2deg);
}

.mtx-top-glyph i {
  position: absolute;
  top: 20px;
  left: 31px;
  width: 2px;
  height: 27px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(1deg);
}

.mtx-top-glyph i::before,
.mtx-top-glyph i::after {
  position: absolute;
  top: 1px;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.mtx-top-glyph i::before {
  right: -1px;
  transform: rotate(-43deg);
  transform-origin: right center;
}

.mtx-top-glyph i::after {
  left: -1px;
  transform: rotate(43deg);
  transform-origin: left center;
}

.mtx-floating-label {
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(249, 252, 255, 0.97);
  padding: 4px 10px;
  box-shadow: 0 8px 22px rgba(29, 54, 92, 0.11);
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}

@media (hover: hover) {
  .mtx-contact-orb:hover .mtx-contact-glyph,
  .mtx-contact-orb:focus-visible .mtx-contact-glyph {
    box-shadow:
      0 18px 38px rgba(29, 54, 92, 0.2),
      inset 0 0 0 2px rgba(255, 255, 255, 0.55);
    transform: translateY(-3px) rotate(-2deg);
  }

  .mtx-back-to-top:hover .mtx-top-glyph,
  .mtx-back-to-top:focus-visible .mtx-top-glyph {
    box-shadow:
      0 18px 38px rgba(29, 54, 92, 0.19),
      inset 0 0 0 2px rgba(255, 255, 255, 0.55);
    transform: translateY(-3px) rotate(2deg);
  }
}

.mtx-contact-orb:active .mtx-contact-glyph,
.mtx-back-to-top:active .mtx-top-glyph {
  transform: scale(0.95);
}

.mtx-contact-sheet {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(126px, calc(env(safe-area-inset-bottom) + 108px));
  width: min(390px, calc(100vw - 48px));
  overflow: hidden;
  border-color: rgba(111, 102, 169, 0.24);
  border-radius: 38px 24px 46px 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(219, 209, 246, 0.66), transparent 11rem),
    radial-gradient(circle at 7% 92%, rgba(197, 226, 242, 0.72), transparent 13rem),
    #f9fcff;
  pointer-events: auto;
}

.mtx-contact-sheet::before {
  position: absolute;
  z-index: -1;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px 19px 38px 22px;
  content: "";
  pointer-events: none;
}

.mtx-contact-sheet-close {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #53647e;
  font-size: 12px;
}

.mtx-contact-sheet-close > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.mtx-contact-sheet h2 {
  font-weight: 600;
}

.mtx-contact-sheet > p,
.mtx-contact-sheet-links span {
  color: #52647e;
}

.mtx-contact-sheet-links a {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 760px) {
  .mtx-brand-copy small,
  .mtx-eyebrow,
  .mtx-article-meta,
  .mtx-reading-back,
  .mtx-format-label,
  .mtx-footer-links b,
  .mtx-letter label > span,
  .mtx-contact-note span {
    font-size: 12px;
  }

  .mtx-mobile-nav nav a:not(.mtx-action),
  .mtx-contact-sheet-links b {
    font-size: 17px;
  }

  .mtx-contact-sheet > p,
  .mtx-contact-sheet-links span,
  .mtx-footer-bottom {
    font-size: 13px;
  }

  .mtx-floating-actions > .mtx-contact-orb,
  .mtx-floating-actions > .mtx-back-to-top {
    bottom: max(10px, env(safe-area-inset-bottom));
    width: 82px;
    height: 86px;
    grid-template-rows: 58px auto;
  }

  .mtx-floating-actions > .mtx-contact-orb {
    right: max(8px, env(safe-area-inset-right));
  }

  .mtx-floating-actions > .mtx-back-to-top {
    left: max(8px, env(safe-area-inset-left));
  }

  .mtx-contact-glyph,
  .mtx-top-glyph {
    width: 58px;
    height: 58px;
  }

  .mtx-contact-glyph::before {
    top: 17px;
    left: 14px;
  }

  .mtx-contact-glyph::after {
    top: 36px;
    left: 20px;
  }

  .mtx-contact-glyph i {
    top: 27px;
    left: 21px;
  }

  .mtx-top-glyph i {
    top: 17px;
    left: 28px;
  }

  .mtx-floating-label {
    font-size: 11px;
  }

  .mtx-contact-sheet {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(106px, calc(env(safe-area-inset-bottom) + 96px));
    left: max(10px, env(safe-area-inset-left));
    width: auto;
    max-height: calc(100dvh - 132px);
    overflow-y: auto;
    border-radius: 32px 21px 38px 24px;
    padding: 24px;
  }

  .mtx-floating-actions.is-form-focused > .mtx-contact-orb,
  .mtx-floating-actions.is-form-focused > .mtx-back-to-top,
  .mtx-floating-actions.is-form-focused > .mtx-contact-sheet {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }
}

/* R3.14 — raster watercolor contact bloom and independent painted back-to-top */
.mtx-floating-actions > .mtx-contact-orb,
.mtx-floating-actions > .mtx-back-to-top {
  width: 94px;
  height: 100px;
  grid-template-rows: 74px auto;
  gap: 2px;
}

.mtx-painted-icon {
  width: 74px;
  height: 74px;
  display: block;
  background-image: url("/assets/ui/floating-medallions-r3-14.png");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  filter: drop-shadow(0 12px 17px rgba(35, 55, 94, 0.18));
  transition:
    filter 240ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mtx-painted-contact {
  background-position: 0 0;
  transform: rotate(2deg);
}

.mtx-painted-telegram {
  background-position: 50% 0;
}

.mtx-painted-email {
  background-position: 100% 0;
}

.mtx-painted-booking {
  background-position: 0 100%;
}

.mtx-painted-top {
  background-position: 50% 100%;
  transform: rotate(-3deg);
}

.mtx-floating-actions.is-open .mtx-painted-contact {
  filter: drop-shadow(0 8px 12px rgba(35, 55, 94, 0.16));
  transform: rotate(11deg) scale(0.92);
}

.mtx-floating-label,
.mtx-petal-label {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: #304668;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96),
    0 0 8px rgba(255, 255, 255, 0.94);
  white-space: nowrap;
}

.mtx-contact-bloom {
  position: fixed;
  z-index: 79;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 282px;
  height: 220px;
  pointer-events: none;
}

.mtx-contact-petal {
  --petal-tilt: 0deg;
  position: absolute;
  width: 88px;
  height: 94px;
  display: grid;
  grid-template-rows: 74px auto;
  place-items: center;
  gap: 1px;
  color: #304668;
  opacity: 0;
  pointer-events: auto;
  transform-origin: right bottom;
  animation: mtx-contact-bloom-in 440ms cubic-bezier(0.18, 0.84, 0.24, 1.18) forwards;
}

.mtx-contact-petal-telegram {
  --from-y: 104px;
  --petal-tilt: -4deg;
  right: 0;
  bottom: 106px;
  animation-delay: 15ms;
}

.mtx-contact-petal-email {
  --from-x: 88px;
  --from-y: 88px;
  --petal-tilt: 3deg;
  right: 88px;
  bottom: 88px;
  animation-delay: 65ms;
}

.mtx-contact-petal-booking {
  --from-x: 158px;
  --from-y: 12px;
  --petal-tilt: -2deg;
  right: 158px;
  bottom: 12px;
  animation-delay: 115ms;
}

@keyframes mtx-contact-bloom-in {
  from {
    opacity: 0;
    transform:
      translate(var(--from-x, 0), var(--from-y, 0))
      rotate(9deg)
      scale(0.34);
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(var(--petal-tilt)) scale(1);
  }
}

@media (hover: hover) {
  .mtx-contact-orb:hover .mtx-painted-contact,
  .mtx-contact-orb:focus-visible .mtx-painted-contact,
  .mtx-back-to-top:hover .mtx-painted-top,
  .mtx-back-to-top:focus-visible .mtx-painted-top,
  .mtx-contact-petal:hover .mtx-painted-icon,
  .mtx-contact-petal:focus-visible .mtx-painted-icon {
    filter: drop-shadow(0 17px 22px rgba(35, 55, 94, 0.24));
    transform: translateY(-4px) rotate(-2deg);
  }
}

.mtx-contact-orb:active .mtx-painted-contact,
.mtx-back-to-top:active .mtx-painted-top,
.mtx-contact-petal:active .mtx-painted-icon {
  transform: scale(0.92);
}

@media (max-width: 760px) {
  .mtx-floating-actions > .mtx-contact-orb,
  .mtx-floating-actions > .mtx-back-to-top {
    width: 78px;
    height: 85px;
    grid-template-rows: 62px auto;
  }

  .mtx-painted-icon {
    width: 62px;
    height: 62px;
  }

  .mtx-contact-bloom {
    right: max(8px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    width: 242px;
    height: 190px;
  }

  .mtx-contact-petal {
    width: 76px;
    height: 81px;
    grid-template-rows: 62px auto;
  }

  .mtx-contact-petal-telegram {
    --from-y: 91px;
    right: 0;
    bottom: 92px;
  }

  .mtx-contact-petal-email {
    --from-x: 74px;
    --from-y: 76px;
    right: 74px;
    bottom: 76px;
  }

  .mtx-contact-petal-booking {
    --from-x: 139px;
    --from-y: 2px;
    right: 139px;
    bottom: 2px;
  }

  .mtx-floating-label,
  .mtx-petal-label {
    font-size: 11px;
  }

  .mtx-floating-actions.is-form-focused > .mtx-contact-bloom {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mtx-contact-petal {
    animation-duration: 1ms;
  }

  .mtx-painted-icon {
    transition: none;
  }
}

/* R3.17 — strictly icon-only floating actions */
.mtx-floating-actions > .mtx-contact-orb,
.mtx-floating-actions > .mtx-back-to-top,
.mtx-contact-petal {
  width: 82px;
  height: 82px;
  grid-template-rows: 1fr;
  gap: 0;
  overflow: visible;
}

.mtx-floating-label,
.mtx-petal-label {
  display: none !important;
}

@media (max-width: 760px) {
  .mtx-floating-actions > .mtx-contact-orb,
  .mtx-floating-actions > .mtx-back-to-top,
  .mtx-contact-petal {
    width: 68px;
    height: 68px;
  }
}

/* R3.15 — final light/dark contrast contract */
:root {
  --mtx-muted: #53647f;
  --mtx-violet-label: #67508e;
}

.mtx-kit-list article > span,
.mtx-method-copy > span,
.mtx-path-steps article > span,
.mtx-spheres-list span,
.mtx-benefit-line article > span,
.mtx-route-list span,
.mtx-facts-list article > span,
.mtx-reading-toc span,
.mtx-reading-number {
  color: var(--mtx-violet-label);
}

.mtx-game-stats p,
.mtx-game-levels p,
.mtx-origin-path li p,
.mtx-method-copy p,
.mtx-path-steps p,
.mtx-spheres-list p,
.mtx-format-list p,
.mtx-formats-note,
.mtx-contact-disclaimer,
.mtx-page-note,
.mtx-reading-back,
.mtx-reading-body figcaption,
.mtx-reading-end p,
.mtx-legal-hero p,
.mtx-legal-nav a {
  color: var(--mtx-muted);
}

.mtx-host .mtx-host-story h2,
.mtx-host .mtx-host-story blockquote {
  color: #f7fbff;
}

.mtx-host .mtx-host-story > p:not(.mtx-host-role) {
  color: #c7d4e5;
}

.mtx-footer-bottom {
  color: #9cadc2;
  font-size: 10px;
}

/* PHP runtime contracts */
[hidden] {
  display: none !important;
}

.anchor-alias {
  position: absolute;
  scroll-margin-top: 110px;
}

.footer-link-btn {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.mtx-review-carousel {
  position: relative;
}

.mtx-review-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 26px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mtx-review-viewport::-webkit-scrollbar {
  display: none;
}

.mtx-review-viewport:focus-visible {
  outline: 3px solid rgba(110, 89, 177, 0.42);
  outline-offset: 4px;
  border-radius: 18px;
}

.mtx-review-grid {
  --review-gap: 22px;
  display: flex;
  gap: var(--review-gap);
}

.mtx-review-grid[data-count="1"],
.mtx-review-grid[data-count="2"] {
  justify-content: center;
}

.mtx-review-card {
  min-width: calc((100% - (var(--review-gap) * 2)) / 3);
  flex: 0 0 calc((100% - (var(--review-gap) * 2)) / 3);
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(74, 96, 142, 0.16);
  border-radius: 28px 20px 36px 22px;
  background: rgba(252, 254, 255, 0.96);
  box-shadow: 0 18px 52px rgba(28, 52, 91, 0.09);
}

.mtx-review-grid[data-count="1"] .mtx-review-card,
.mtx-review-grid[data-count="2"] .mtx-review-card {
  min-width: min(360px, calc((100% - var(--review-gap)) / 2));
  flex-basis: min(360px, calc((100% - var(--review-gap)) / 2));
}

.mtx-review-card > button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.mtx-review-card > button:focus-visible {
  outline: 3px solid rgba(110, 89, 177, 0.45);
  outline-offset: -3px;
}

.mtx-review-media {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background:
    radial-gradient(circle at 28% 18%, rgba(201, 224, 245, 0.9), transparent 42%),
    linear-gradient(155deg, #f7fbff, #eef1fb 60%, #eee8fa);
}

.mtx-review-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(247, 251, 255, 0.76);
}

.mtx-review-media small {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: max-content;
  max-width: calc(100% - 28px);
  border: 1px solid rgba(72, 88, 132, 0.1);
  border-radius: 999px;
  background: rgba(250, 253, 255, 0.94);
  padding: 6px 10px;
  color: var(--mtx-ink-soft);
  font-size: 11px;
  font-weight: 760;
  box-shadow: 0 8px 26px rgba(27, 45, 80, 0.1);
}

.mtx-review-play,
.rvm-video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(38, 54, 104, 0.8);
  box-shadow: 0 16px 38px rgba(20, 35, 78, 0.3);
  backdrop-filter: blur(8px);
}

.mtx-review-play i,
.rvm-video-play i {
  width: 0;
  height: 0;
  display: block;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.mtx-review-card-copy {
  width: 100%;
  display: grid;
  gap: 10px;
  padding: 21px 22px 24px;
}

.mtx-review-stars {
  color: #7460a9;
  letter-spacing: 0.08em;
}

.mtx-review-card-copy > b {
  color: var(--mtx-ink);
  font-size: 18px;
}

.mtx-review-date {
  color: var(--mtx-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

/* Transcript stays in the accessibility tree and source markup without becoming
   visible card/modal copy. Never replace this with display:none, [hidden] or
   aria-hidden: a screen reader is the only consumer of it. Because it is not
   visible, it is deliberately kept out of JSON-LD too — see index.php. */
.mtx-review-transcript,
.rvm-spinner-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: normal !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
}

.mtx-review-noscript-open {
  display: block;
  border-top: 1px solid rgba(74, 96, 142, 0.12);
  padding: 13px 22px 15px;
  color: var(--mtx-violet);
  font-size: 13px;
  font-weight: 760;
  text-align: center;
}

.mtx-review-card .mtx-text-link {
  margin-top: 2px;
}

.mtx-review-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.mtx-review-controls > button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(68, 86, 134, 0.17);
  border-radius: 50%;
  background: rgba(253, 254, 255, 0.94);
  color: var(--mtx-ink);
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(29, 49, 88, 0.1);
}

.mtx-review-controls > button span {
  transform: translateY(-1px);
  font-size: 28px;
  line-height: 1;
}

.mtx-review-controls > button:disabled {
  opacity: 0.36;
  cursor: default;
  box-shadow: none;
}

.mtx-review-controls > span {
  min-width: 94px;
  color: var(--mtx-muted);
  font-size: 12px;
  font-weight: 720;
  text-align: center;
}

.mtx-letter [data-lead-fields] {
  display: grid;
  gap: 16px;
}

.mtx-letter .hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.mtx-letter label > small {
  min-height: 18px;
  color: #66758f;
  font-size: 12px;
  font-weight: 620;
}

.mtx-letter label.is-error > small,
.lead-status.err {
  color: #9b3f57;
}

.mtx-letter label.is-error input,
.mtx-letter label.is-error textarea {
  border-color: rgba(155, 63, 87, 0.65);
  box-shadow: 0 0 0 4px rgba(155, 63, 87, 0.08);
}

.mtx-letter label.is-ok input,
.mtx-letter label.is-ok textarea {
  border-color: rgba(60, 133, 116, 0.58);
}

.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lead-status {
  min-height: 20px;
  margin: 0;
  color: var(--mtx-violet-deep);
  font-size: 13px;
}

.lead-success {
  border: 1px solid rgba(88, 103, 160, 0.14);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--mtx-ice), var(--mtx-lilac));
  padding: 28px;
}

.lead-success-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--mtx-violet);
  color: white;
  font-weight: 800;
}

.lead-noscript {
  border: 1px solid var(--mtx-line);
  border-radius: 18px;
  background: var(--mtx-ice);
  padding: 20px;
}

.consent-bar {
  position: fixed;
  z-index: 180;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 18px;
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: auto;
  border: 1px solid rgba(70, 84, 138, 0.16);
  border-radius: 22px;
  background: rgba(251, 253, 255, 0.98);
  padding: 16px 18px;
  box-shadow: 0 24px 80px rgba(22, 39, 75, 0.22);
}

.consent-bar p {
  margin: 0;
  color: var(--mtx-ink-soft);
  font-size: 13px;
}

.consent-act {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.consent-act .mtx-action {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 13px;
}

.rvm {
  --rvm-shell-pad: 24px;
  position: fixed;
  z-index: 220;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.rvm-back {
  position: absolute;
  inset: 0;
  background: rgba(13, 26, 51, 0.76);
  backdrop-filter: blur(12px);
}

.rvm-card {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(900px, calc(100dvh - 48px));
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(320px, 1fr);
  overflow: hidden;
  border-radius: 28px 20px 38px 24px;
  background: #fbfdff;
  box-shadow: 0 30px 100px rgba(7, 17, 39, 0.42);
}

.rvm-card.rvm-media-only {
  width: min(500px, 100%);
  grid-template-columns: 1fr;
  overflow-y: auto;
}

.rvm-x {
  position: fixed;
  z-index: 4;
  top: max(calc(var(--rvm-shell-pad) + 13px), calc(env(safe-area-inset-top) + 13px));
  right: max(
    calc(var(--rvm-shell-pad) + 13px),
    calc(env(safe-area-inset-right) + 13px),
    calc((100vw - 500px) / 2 + 13px)
  );
  width: 44px;
  height: 44px;
  border: 1px solid rgba(58, 76, 122, 0.12);
  border-radius: 50%;
  background: rgba(253, 254, 255, 0.94);
  color: var(--mtx-ink);
  cursor: pointer;
  font-size: 24px;
}

.rvm-media-panel {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px;
  background:
    radial-gradient(circle at 15% 4%, rgba(215, 231, 247, 0.86), transparent 38%),
    linear-gradient(155deg, #f5f9fe, #eaf0fa 62%, #ece7f8);
}

.rvm-thumbs {
  min-height: 74px;
  display: flex;
  justify-content: center;
  gap: 9px;
  overflow-x: auto;
  padding: 2px 2px 5px;
  scrollbar-width: thin;
}

.rvm-thumb {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 68px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px 9px 14px 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  cursor: pointer;
  opacity: 0.66;
  transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.rvm-thumb:hover,
.rvm-thumb:focus-visible,
.rvm-thumb[aria-current="true"] {
  border-color: rgba(104, 81, 171, 0.76);
  opacity: 1;
  transform: translateY(-2px);
}

.rvm-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rvm-thumb-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(22, 37, 77, 0.16);
}

.rvm-thumb-play::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(35, 52, 100, 0.82);
  color: #fff;
  content: "▶";
  font-size: 9px;
  line-height: 24px;
  text-align: center;
}

.rvm-media {
  position: relative;
  width: min(100%, 360px);
  max-height: min(700px, calc(100dvh - 164px));
  aspect-ratio: 9 / 16;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  border-radius: 22px 16px 28px 18px;
  background: rgba(246, 250, 255, 0.84);
  box-shadow: 0 20px 55px rgba(33, 54, 94, 0.16);
}

.rvm-spinner {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(246, 250, 255, 0.72);
  backdrop-filter: blur(3px);
  pointer-events: none;
}

.rvm-spinner[hidden] {
  display: none;
}

.rvm-spinner-ring {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(77, 94, 143, 0.18);
  border-top-color: var(--mtx-violet);
  border-radius: 50%;
  animation: rvm-spinner-turn 800ms linear infinite;
}

@keyframes rvm-spinner-turn {
  to { transform: rotate(360deg); }
}

.rvm-track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rvm-track > * {
  min-width: 100%;
  height: 100%;
}

.rvm-track img,
.rvm-track video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rvm-slide {
  position: relative;
  display: grid;
  place-items: center;
}

.rvm-video-play {
  border: 0;
  cursor: pointer;
}

.rvm-video-play[hidden] {
  display: none;
}

.rvm-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(253, 254, 255, 0.92);
  color: var(--mtx-ink);
  cursor: pointer;
  font-size: 25px;
}

.rvm-nav.prev {
  left: 12px;
}

.rvm-nav.next {
  right: 12px;
}

.rvm-counter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(250, 253, 255, 0.9);
  padding: 6px 9px;
  color: var(--mtx-ink-soft);
  font-size: 11px;
  font-weight: 760;
}

.rvm-body {
  align-self: center;
  overflow-y: auto;
  max-height: min(900px, calc(100dvh - 48px));
  padding: 56px;
}

.rvm-stars {
  margin: 18px 0 9px;
  color: var(--mtx-violet);
}

.rvm-author {
  display: grid;
  color: var(--mtx-ink);
  font-size: 25px;
}

.rvm-author span {
  color: var(--mtx-muted);
  font-size: 13px;
}

.rvm-date {
  min-height: 1.4em;
  margin-top: 9px;
  color: var(--mtx-muted);
  font-size: 13px;
  font-weight: 650;
}

.rvm-date:empty {
  display: none;
}

.rvm-media-only .rvm-body {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "stars author"
    ". date";
  align-items: center;
  gap: 8px 15px;
  max-height: none;
  padding: 16px 72px 18px 20px;
}

.rvm-media-only .rvm-stars {
  grid-area: stars;
  margin: 0;
}

.rvm-media-only .rvm-author {
  grid-area: author;
  font-size: 18px;
}

.rvm-media-only .rvm-date {
  grid-area: date;
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .rvm-spinner-ring {
    animation: none;
  }
}

.draft-banner {
  margin-bottom: 18px;
  border: 1px solid rgba(108, 85, 166, 0.22);
  border-radius: 13px;
  background: var(--mtx-lilac);
  padding: 10px 13px;
}

.source-note,
.article-faq {
  margin-top: 34px;
}

@media (max-width: 820px) {
  .mtx-review-grid {
    --review-gap: 18px;
  }

  .mtx-review-card,
  .mtx-review-grid[data-count="1"] .mtx-review-card,
  .mtx-review-grid[data-count="2"] .mtx-review-card {
    min-width: calc((100% - var(--review-gap)) / 2);
    flex-basis: calc((100% - var(--review-gap)) / 2);
  }

  .mtx-review-grid[data-count="1"] {
    justify-content: center;
  }

  .mtx-review-grid[data-count="2"] {
    justify-content: flex-start;
  }

  .rvm-card {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .rvm-media-panel {
    padding: 14px;
  }

  .rvm-media {
    width: min(100%, 330px);
    max-height: none;
  }

  .rvm-body {
    max-height: none;
    padding: 32px 26px;
  }
}

@media (max-width: 620px) {
  .mtx-review-grid,
  .mtx-review-grid[data-count="1"],
  .mtx-review-grid[data-count="2"] {
    justify-content: flex-start;
  }

  .mtx-review-card,
  .mtx-review-grid[data-count="1"] .mtx-review-card,
  .mtx-review-grid[data-count="2"] .mtx-review-card {
    min-width: 100%;
    flex-basis: 100%;
  }

  .lead-actions,
  .consent-act {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lead-actions .mtx-action,
  .consent-act .mtx-action {
    width: 100%;
  }

  .consent-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .rvm {
    --rvm-shell-pad: 10px;
    padding: 10px;
  }

  .rvm-card {
    max-height: calc(100dvh - 20px);
    border-radius: 22px 15px 28px 18px;
  }

  .rvm-thumbs {
    justify-content: flex-start;
  }

  .rvm-media {
    width: min(100%, 300px);
  }
}

/* Ниже 360px две колонки сфер не могут ужаться меньше своего содержимого:
   159px + 165px + 10px gap = 334px при 290px доступных, и документ разъезжается
   на 29px по горизонтали. Ширины от 360px укладываются и не затрагиваются. */
@media (max-width: 359px) {
  .mtx-spheres-list {
    grid-template-columns: 1fr;
  }
}
