/* Studio Créatif */
.mms-studio-hero {
  position: relative;

  padding-block: calc(var(--hero-top) - 2rem) clamp(40px, 6vw, 88px);
  --ink: 129, 166, 160;
}

.mms-studio-crop {
  position: absolute;
  width: 34px;
  height: 34px;
  opacity: 0.5;
  pointer-events: none;
}

.mms-studio-crop::before,
.mms-studio-crop::after {
  content: "";
  position: absolute;
  background: rgba(154, 141, 165, 0.55);
}

.mms-studio-crop::before {
  width: 100%;
  height: 1px;
  top: 50%;
}

.mms-studio-crop::after {
  width: 1px;
  height: 100%;
  left: 50%;
}

.mms-studio-crop--tl { top: 14px; left: 14px; }
.mms-studio-crop--tr { top: 14px; right: 14px; }
.mms-studio-crop--bl { bottom: 14px; left: 14px; }
.mms-studio-crop--br { bottom: 14px; right: 14px; }

.mms-studio-hero__reg {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  margin-bottom: clamp(26px, 4vw, 44px);
}

.mms-studio-hero__reg-bars {
  display: inline-flex;
  height: 12px;
  gap: 0;
}

.mms-studio-hero__reg-bars span {
  width: 16px;
}

.mms-studio-hero__reg-rule {
  flex: 1;
  height: 1px;
  min-width: 30px;
  background: linear-gradient(90deg, rgba(154, 141, 165, 0.3), transparent);
}

.mms-studio-hero__target {
  width: 22px;
  height: 22px;
  position: relative;
  flex: none;
}

.mms-studio-hero__target::before,
.mms-studio-hero__target::after {
  content: "";
  position: absolute;
  background: rgba(var(--ink), 0.9);
}

.mms-studio-hero__target::before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.mms-studio-hero__target::after {
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  transform: translateY(-50%);
}

.mms-studio-hero__target i {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(var(--ink), 0.9);
  border-radius: 50%;
}

.mms-studio-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 60px);
  align-items: center;
}

@media (min-width: 992px) {
  .mms-studio-hero__grid {
    grid-template-columns: 0.92fr 1.08fr;
  }
}

.mms-studio-hero__title {
  margin: 18px 0 0;
  font-size: clamp(46px, 6.6vw, 104px);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.05em;
  color: var(--color-text);
  text-wrap: balance;
}

.mms-studio-hero__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--color-text-secondary);
}

.mms-studio-hero__sub {
  margin: 24px 0 0;
  max-width: 44ch;
  font-size: clamp(16px, 0.7vw + 14px, 22px);
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-text-secondary);
}

.mms-studio-hero__sub strong {
  color: var(--color-text);
  font-weight: 400;
}

.mms-studio-hero__actions {
  margin-top: 32px;
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .mms-studio-hero__actions {
    width: 100%;
    justify-content: center;
  }
}

.mms-studio-compare {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3/1;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  overflow: hidden;
  border: 1px solid rgba(154, 141, 165, 0.16);
  background: #0a0b11;
  user-select: none;
  touch-action: pan-y;
  --split: 50%;

  --ink: 129, 166, 160;
  --ink-2: 98, 85, 110;
  --ink-3: 154, 141, 165;
}

.mms-studio-compare[data-theme="print"] {
  --ink: 196, 168, 138;
  --ink-2: 154, 141, 165;
  --ink-3: 129, 166, 160;
}
.mms-studio-compare[data-theme="social"] {
  --ink: 168, 150, 182;
  --ink-2: 129, 166, 160;
  --ink-3: 98, 85, 110;
}
.mms-studio-compare[data-theme="da"] {
  --ink: 124, 104, 150;
  --ink-2: 154, 141, 165;
  --ink-3: 129, 166, 160;
}

@media (max-width: 768px) {
  .mms-studio-compare { aspect-ratio: 1.05 / 1; }
}
@media (max-width: 520px) {
  .mms-studio-compare { aspect-ratio: 0.9 / 1; }
  .mms-studio-face { padding: 16px; }
}

.mms-studio-compare__halftone {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: radial-gradient(rgba(var(--ink), 0.16) 1px, transparent 1.4px);
  background-size: 9px 9px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 18%, #000, transparent 80%);
  mask-image: radial-gradient(ellipse at 70% 18%, #000, transparent 80%);
}

.mms-studio-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4.5%, 40px);
}

.mms-studio-face--before {
  background: linear-gradient(160deg, #141419, #0b0b0f);
}

.mms-studio-face--after {
  background:
    radial-gradient(75% 80% at 30% 16%, rgba(var(--ink), 0.16), transparent 62%),
    linear-gradient(160deg, #16181f, #0a0b11);
  clip-path: inset(0 0 0 var(--split));
}

.mms-studio-face__label {
  position: absolute;
  top: 14px;
  z-index: 6;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 5px 10px;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
}

.mms-studio-face--before .mms-studio-face__label {
  left: 14px;
  color: var(--color-text-secondary);
  border: 1px solid rgba(154, 141, 165, 0.22);
}

.mms-studio-face--after .mms-studio-face__label {
  right: 14px;
  color: rgb(var(--ink));
  border: 1px solid rgba(var(--ink), 0.5);
  background: rgba(var(--ink), 0.08);
}

.mms-studio-brand {
  width: min(95%, 470px);
  display: grid;
  gap: clamp(10px, 1.7vw, 15px);
  align-items: center;
  grid-template-columns: 1.1fr auto 1.5fr;
  grid-template-rows: auto auto auto;
}

.mms-studio-brand__head {
  grid-column: 1/4;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 13px;
}

.mms-studio-brand__mono {
  flex: none;
  width: clamp(48px, 8vw, 62px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.mms-studio-brand__name {
  display: block;
  font-size: clamp(16px, 1.9vw, 22px);
  line-height: 1;
}

.mms-studio-brand__tag {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.mms-studio-brand__card {
  grid-column: 1/4;
  grid-row: 2;
  aspect-ratio: 1.84/1;
  width: 100%;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  padding: clamp(13px, 2.6%, 18px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mms-studio-brand__card-label {
  font-size: clamp(16px, 1.9vw, 22px);
  line-height: 1;
}

.mms-studio-brand__card-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.mms-studio-brand__card-edge {
  display: flex;
  height: 6px;
  width: 46%;
}

.mms-studio-brand__card-edge span {
  flex: 1;
}

.mms-studio-brand__card-meta {
  text-align: right;
}

.mms-studio-brand__chips {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  height: clamp(20px, 3vw, 26px);
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  overflow: hidden;
}

.mms-studio-brand__chips span {
  flex: 1;
}

.mms-studio-brand__type {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: baseline;
  gap: 7px;
  justify-self: center;
}

.mms-studio-brand__type b {
  font-weight: 700;
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1;
}

.mms-studio-brand__type small {
  font-size: 10px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.mms-studio-brand__social {
  grid-column: 3;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  height: clamp(20px, 3vw, 26px);
}

.mms-studio-brand__social i {
  display: block;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
}

.mms-studio-brand--before {
  font-family: Arial, Helvetica, sans-serif;
  color: #8b8b93;
}

.mms-studio-brand--before .mms-studio-brand__mono {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #1c1c21;
  font-weight: 700;
  color: #7d7d85;
  font-size: clamp(22px, 3.4vw, 30px);
}

.mms-studio-brand--before .mms-studio-brand__name {
  font-weight: 700;
  color: #9a9aa2;
  letter-spacing: 0;
}

.mms-studio-brand--before .mms-studio-brand__tag {
  color: #6c6c74;
}

.mms-studio-brand--before .mms-studio-brand__card {
  background: #1b1b20;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.mms-studio-brand--before .mms-studio-brand__card-label {
  font-weight: 700;
  color: #9a9aa2;
}

.mms-studio-brand--before .mms-studio-brand__card-edge span {
  background: #3a3a42;
}

.mms-studio-brand--before .mms-studio-brand__card-meta {
  font-size: 10px;
  color: #6c6c74;
}

.mms-studio-brand--before .mms-studio-brand__chips {
  border-radius: 4px;
}

.mms-studio-brand--before .mms-studio-brand__chips span:nth-child(1) { background: #4a4a52; }
.mms-studio-brand--before .mms-studio-brand__chips span:nth-child(2) { background: #5a5a62; }
.mms-studio-brand--before .mms-studio-brand__chips span:nth-child(3) { background: #6a6a72; }
.mms-studio-brand--before .mms-studio-brand__chips span:nth-child(4) { background: #7a7a82; }
.mms-studio-brand--before .mms-studio-brand__chips span:nth-child(5) { background: #8a8a92; }

.mms-studio-brand--before .mms-studio-brand__type b {
  color: #8b8b93;
}

.mms-studio-brand--before .mms-studio-brand__type small {
  color: #6c6c74;
}

.mms-studio-brand--before .mms-studio-brand__social i {
  background: #1c1c21;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mms-studio-after {
  --px: 0;
  --py: 0;
  position: relative;
  z-index: 1;
  width: min(95%, 470px);
  display: grid;
  gap: clamp(12px, 2vw, 18px);
}

.mms-studio-after__aura {
  position: absolute;
  inset: -16% -10%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(40% 44% at 26% 26%, rgba(var(--ink), 0.42), transparent 70%),
    radial-gradient(42% 46% at 76% 70%, rgba(var(--ink-2), 0.36), transparent 72%);
  filter: blur(14px);
  animation: mms-art-drift 14s ease-in-out infinite;
}

.mms-studio-after__head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.mms-studio-after__mark {
  flex: none;
  width: clamp(48px, 8vw, 62px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
  background:
    radial-gradient(120% 120% at 80% 0%, rgba(var(--ink), 0.22), transparent 60%),
    linear-gradient(160deg, #1b1d25, #0e1016);
  border: 1px solid rgba(var(--ink), 0.5);
  box-shadow:
    inset 0 1px 0 rgba(234, 234, 234, 0.06),
    0 10px 24px -16px rgba(0, 0, 0, 0.9),
    0 0 26px -8px rgba(var(--ink), 0.55);
}
.mms-studio-after__mark svg { width: 62%; aspect-ratio: 1; }
.mms-studio-after__name {
  display: block;
  font-family: "Outfit";
  font-weight: 700;
  font-size: clamp(16px, 1.9vw, 22px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.mms-studio-after__tag {
  display: block;
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--ink));
}

.mms-studio-after__stage {
  position: relative;
  display: grid;
}
.mms-studio-panel {
  grid-area: 1 / 1;
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(10px, 1.7vw, 15px);
  align-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.985);
  transition: opacity 0.55s ease, visibility 0.55s,
    transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.mms-studio-compare[data-theme="logo"]   .mms-studio-panel[data-svc="logo"],
.mms-studio-compare[data-theme="print"]  .mms-studio-panel[data-svc="print"],
.mms-studio-compare[data-theme="social"] .mms-studio-panel[data-svc="social"],
.mms-studio-compare[data-theme="da"]      .mms-studio-panel[data-svc="da"] {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.mms-studio-after .mk-ink   { fill: rgb(var(--ink)); }
.mms-studio-after .mk-s-ink  { fill: none; stroke: rgb(var(--ink)); }
.mms-studio-after .mk-s-ink2 { fill: none; stroke: rgb(var(--ink-2)); }
.mms-studio-after .mk-s-ink3 { fill: none; stroke: rgb(var(--ink-3)); }

.mms-studio-panel__card {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1.84 / 1;
  padding: clamp(13px, 3.4%, 20px);
  overflow: hidden;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  background:
    radial-gradient(120% 120% at 82% -10%, rgba(var(--ink), 0.18), transparent 58%),
    linear-gradient(160deg, #181a22, #0d0e14);
  border: 1px solid rgba(var(--ink), 0.4);
  box-shadow: 0 30px 60px -34px rgba(0, 0, 0, 0.95), inset 0 1px 0 rgba(234, 234, 234, 0.04);
  transform: translate(calc(var(--px) * 6px), calc(var(--py) * 6px));
  transition: transform 0.25s ease;
}

.mms-studio-panel__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 8px;
  height: clamp(26px, 4vw, 34px);
  transform: translate(calc(var(--px) * 3px), calc(var(--py) * 3px));
  transition: transform 0.25s ease;
}
.pr-tok {
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 9px;
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
  border: 1px solid rgba(var(--ink), 0.26);
  background: rgba(255, 255, 255, 0.02);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  color: var(--color-text-secondary);
}

.pl-logo {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: clamp(10px, 2.6%, 18px);
}
.pl-logo__stage {
  position: relative;
  justify-self: center;
  width: clamp(82px, 19vw, 124px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.pl-logo__orbit {
  position: absolute;
  inset: 2%;
  border-radius: 50%;
  border: 1px dashed rgba(var(--ink-3), 0.38);
  animation: mms-spin 18s linear infinite;
}

.pl-logo__orbit--2 {
  inset: 16%;
  border: 1px solid transparent;
  border-top-color: rgba(var(--ink), 0.9);
  border-right-color: rgba(var(--ink), 0.45);
  animation: mms-spin 7s linear infinite reverse;
}

.pl-logo__sat {
  position: absolute;
  inset: 2%;
  animation: mms-spin 11s linear infinite;
}
.pl-logo__sat::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  translate: -50% 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--ink));
  box-shadow: 0 0 9px rgba(var(--ink), 0.95);
}
.pl-logo__svg {
  position: relative;
  width: 54%;
  aspect-ratio: 1;
  overflow: visible;
  animation: mms-art-breathe 6s ease-in-out infinite;
}

.pl-logo__m {
  fill: none;
  stroke: rgb(var(--ink));
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pl-logo__trace {
  fill: none;
  stroke: #f3eff8;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0.16 0.84;
  filter: drop-shadow(0 0 4px rgba(var(--ink), 0.95));
  animation: mms-trace 3s linear infinite;
}
@keyframes mms-spin { to { transform: rotate(360deg); } }
@keyframes mms-trace { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
.pl-logo__decl {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.8vw, 13px);
  min-width: 0;
}
.pl-logo__word {
  font-family: "Outfit";
  font-style: italic;
  font-weight: 700;
  font-size: clamp(15px, 2.5vw, 23px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--color-text);
}
.pl-logo__variants { display: flex; gap: 7px; }
.pl-logo__v {
  width: clamp(26px, 6vw, 34px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%, 0 7px);
  font-family: "Outfit";
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}
.pl-logo__v--solid { background: rgb(var(--ink)); color: #0c0d13; }
.pl-logo__v--line { border: 1px solid rgba(var(--ink), 0.6); color: rgb(var(--ink)); }
.pl-logo__v--dot { position: relative; border: 1px solid rgba(var(--ink-3), 0.4); }
.pl-logo__v--dot::after {
  content: "";
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(var(--ink));
}

.pr-logo__pal { gap: 4px; padding: 0 8px; }
.pr-logo__pal i {
  width: 13px;
  height: 8px;
  clip-path: polygon(3px 0, 100% 0, 100% 100%, 0 100%, 0 3px);
}
.pr-logo__pal i:nth-child(1) { background: rgb(var(--ink)); }
.pr-logo__pal i:nth-child(2) { background: rgb(var(--ink-2)); }
.pr-logo__pal i:nth-child(3) { background: rgb(var(--ink-3)); }
.pr-logo__pal i:nth-child(4) { background: #eaeaea; }
.pr-logo__type b { font-family: "Outfit"; font-weight: 700; font-size: 14px; line-height: 1; color: var(--color-text); }
.pr-logo__type small { font-size: 8px; letter-spacing: 0.06em; color: var(--color-text-secondary); }
.pr-logo__fav { position: relative; }
.pr-logo__fav::after {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, rgb(var(--ink)), rgba(var(--ink-2), 0.65));
}

.pl-print { position: relative; }
.pl-print__flyer {
  position: absolute;
  left: 7%;
  top: 11%;
  width: 38%;
  height: 80%;
  display: flex;
  flex-direction: column;
  gap: 7%;
  padding: 6%;
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(var(--ink), 0.34), transparent 60%),
    linear-gradient(165deg, #1a1c24, #0d0e14);
  border: 1px solid rgba(var(--ink), 0.4);
  box-shadow: 0 22px 40px -22px rgba(0, 0, 0, 0.95);
  transform: rotate(-6deg);
}
.pl-print__flyer-kik {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(var(--ink));
}
.pl-print__flyer-art {
  flex: 1;
  clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%, 0 5px);
  background:
    radial-gradient(circle at 32% 30%, rgba(var(--ink), 0.7), transparent 55%),
    radial-gradient(circle at 72% 72%, rgba(var(--ink-2), 0.6), transparent 55%),
    #0b0c12;
}
.pl-print__flyer-title {
  font-family: "Outfit";
  font-style: italic;
  font-weight: 700;
  font-size: clamp(9px, 1.7vw, 13px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.pl-print__card {
  position: absolute;
  right: 7%;
  bottom: 15%;
  width: 52%;
  aspect-ratio: 1.7 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6% 7%;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  background:
    radial-gradient(120% 120% at 85% 0%, rgba(var(--ink), 0.28), transparent 58%),
    linear-gradient(160deg, #1d1f28, #101218);
  border: 1px solid rgba(var(--ink), 0.5);
  box-shadow: 0 26px 48px -24px rgba(0, 0, 0, 0.95);
  transform: rotate(4deg);
}
.pl-print__card-name {
  font-family: "Outfit";
  font-style: italic;
  font-weight: 700;
  font-size: clamp(11px, 2vw, 16px);
  line-height: 1;
  color: var(--color-text);
}
.pl-print__card-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
}
.pl-print__card-edge { display: flex; height: 5px; width: 48%; }
.pl-print__card-edge i { flex: 1; }
.pl-print__card-edge i:nth-child(1) { background: rgb(var(--ink)); }
.pl-print__card-edge i:nth-child(2) { background: rgb(var(--ink-2)); }
.pl-print__card-edge i:nth-child(3) { background: rgb(var(--ink-3)); }
.pl-print__card-edge i:nth-child(4) { background: #eaeaea; }
.pl-print__card-role {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(var(--ink));
}

.pr-print__cmyk { gap: 0; padding: 0; }
.pr-print__cmyk i { flex: 1; align-self: stretch; }
.pr-print__cmyk i:nth-child(1) { background: #39b6c6; }
.pr-print__cmyk i:nth-child(2) { background: #c64fa6; }
.pr-print__cmyk i:nth-child(3) { background: #d8c24a; }
.pr-print__cmyk i:nth-child(4) { background: #2a2a30; }
.pr-print__fmt { color: var(--color-text-secondary); }
.pr-print__crop { position: relative; }
.pr-print__crop::before,
.pr-print__crop::after {
  content: "";
  position: absolute;
  background: rgba(var(--ink), 0.7);
}
.pr-print__crop::before { left: 50%; top: 22%; bottom: 22%; width: 1px; transform: translateX(-50%); }
.pr-print__crop::after { top: 50%; left: 30%; right: 30%; height: 1px; transform: translateY(-50%); }

.pl-print__flyer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.pl-print__flyer-mark {
  font-family: "Outfit";
  font-style: italic;
  font-weight: 700;
  font-size: clamp(10px, 2.2vw, 14px);
  line-height: 1;
  color: rgb(var(--ink));
}
.pl-print__flyer-date {
  font-family: var(--mono);
  font-size: 6.5px;
  letter-spacing: 0.08em;
  color: var(--color-text-secondary);
}
.pl-print__card-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
}
.pl-print__card-name { min-width: 0; }
.pl-print__qr {
  position: relative;
  flex: none;
  width: clamp(20px, 5.6vw, 30px);
  aspect-ratio: 1;
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%, 0 4px);
  border: 1px solid rgba(var(--ink), 0.6);
  background:
    conic-gradient(from 0deg, rgb(var(--ink)) 90deg, transparent 0 180deg, rgb(var(--ink)) 0 270deg, transparent 0) 0 0 / 5px 5px,
    #0c0d13;
}
.pl-print__qr::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border: 1.5px solid rgb(var(--ink));
  background: #0c0d13;
}
.pl-print__seal {
  position: absolute;
  left: 5%;
  bottom: 7%;
  z-index: 4;
  width: clamp(26px, 7vw, 40px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px dashed rgba(var(--ink), 0.85);
  background: rgba(11, 12, 18, 0.72);
  color: rgb(var(--ink));
  font-size: clamp(13px, 3.4vw, 18px);
  transform: rotate(-12deg);
  box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.85);
}
.pl-print__seal::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 1px solid rgba(var(--ink), 0.35);
}

.pl-social {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  align-items: stretch;
  gap: clamp(10px, 3%, 18px);
}

.pl-social__story {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6%;
  padding: 7% 7% 9%;
  overflow: hidden;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  border: 1px solid rgba(var(--ink), 0.5);
  background:
    radial-gradient(90% 55% at 50% 0%, rgba(var(--ink), 0.5), transparent 70%),
    linear-gradient(165deg, rgba(var(--ink-2), 0.42), #0b0c12 78%);
  box-shadow: 0 24px 44px -24px rgba(0, 0, 0, 0.95);
}

.pl-social__story-bars { display: flex; gap: 3px; }
.pl-social__story-bars i {
  position: relative;
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: rgba(234, 234, 234, 0.25);
  overflow: hidden;
}
.pl-social__story-bars i:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f3eff8;
  transform-origin: left;
  transform: scaleX(0);
  animation: mms-story-bar 4s ease-in-out infinite;
}
.pl-social__story-head { display: flex; align-items: center; gap: 6px; }
.pl-social__story-av {
  position: relative;
  flex: none;
  width: clamp(14px, 3.6vw, 20px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgb(var(--ink)), rgb(var(--ink-2)), rgb(var(--ink)));
}
.pl-social__story-av::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, rgb(var(--ink-3)), transparent 70%),
    #0d0e14;
}
.pl-social__story-h {
  min-width: 0;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.04em;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-social__story-art { flex: 1; display: grid; place-items: center; }
.pl-social__story-m { width: 56%; aspect-ratio: 1; }
.pl-social__story-cta {
  align-self: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgb(var(--ink));
  color: #0c0d13;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pl-social__nets {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(6px, 1.8%, 11px);
}
.pl-net {
  display: grid;
  place-items: center;
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
  border: 1px solid rgba(var(--ink), 0.3);
  background: linear-gradient(160deg, rgba(var(--ink), 0.1), rgba(0, 0, 0, 0.2));
  animation: mms-net-float 5s ease-in-out infinite;
}
.pl-net:nth-child(2) { animation-delay: 0.5s; }
.pl-net:nth-child(3) { animation-delay: 1s; }
.pl-net:nth-child(4) { animation-delay: 1.5s; }
.pl-net svg {
  width: 56%;
  height: 56%;
  fill: none;
  stroke: rgb(var(--ink));
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pl-net svg .is-fill { fill: rgb(var(--ink)); stroke: none; }

@keyframes mms-story-bar {
  0% { transform: scaleX(0); }
  55% { transform: scaleX(1); }
  100% { transform: scaleX(1); }
}
@keyframes mms-net-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.pr-social__ring { gap: 5px; }
.pr-social__ring i {
  position: relative;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgb(var(--ink)), rgb(var(--ink-2)), rgb(var(--ink)));
}
.pr-social__ring i::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #0b0c12;
}
.pr-social__handle { color: rgb(var(--ink)); letter-spacing: 0.04em; }
.pr-social__eng { color: var(--color-text-secondary); }

.pl-da {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(7px, 1.9%, 12px);
}
.pl-da__tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
  border: 1px solid rgba(var(--ink), 0.3);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.18));
}
.pl-da__pal { gap: 4px; padding: 0 9px; }
.pl-da__pal i {
  flex: 1;
  max-width: 16px;
  height: 44%;
  clip-path: polygon(3px 0, 100% 0, 100% 100%, 0 100%, 0 3px);
}
.pl-da__pal i:nth-child(1) { background: rgb(var(--ink)); }
.pl-da__pal i:nth-child(2) { background: rgb(var(--ink-2)); }
.pl-da__pal i:nth-child(3) { background: rgb(var(--ink-3)); }
.pl-da__pal i:nth-child(4) { background: #eaeaea; }
.pl-da__type { flex-direction: column; gap: 2px; }
.pl-da__type b {
  font-family: "Outfit";
  font-style: italic;
  font-weight: 700;
  font-size: clamp(15px, 3.2vw, 25px);
  line-height: 1;
  color: var(--color-text);
}
.pl-da__type small {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.1em;
  color: var(--color-text-secondary);
}
.pl-da__logo svg { width: 48%; aspect-ratio: 1; }
.pl-da__motif {
  background:
    repeating-linear-gradient(135deg, rgba(var(--ink), 0.5) 0 5px, transparent 5px 11px),
    repeating-linear-gradient(45deg, rgba(var(--ink-2), 0.3) 0 5px, transparent 5px 11px),
    #0d0e14;
}

.pr-da__scale { gap: 4px; align-items: flex-end; padding: 6px 9px; }
.pr-da__scale i { width: 6px; }
.pr-da__scale i:nth-child(1) { height: 82%; background: rgb(var(--ink)); }
.pr-da__scale i:nth-child(2) { height: 56%; background: rgb(var(--ink-2)); }
.pr-da__scale i:nth-child(3) { height: 34%; background: rgb(var(--ink-3)); }
.pr-da__grid {
  background-image:
    linear-gradient(rgba(var(--ink), 0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--ink), 0.4) 1px, transparent 1px);
  background-size: 7px 7px;
  background-position: center;
}
.pr-da__voice { color: var(--color-text-secondary); }

@keyframes mms-art-drift {
  0%, 100% { transform: translate(-2%, -1%) scale(1); }
  50% { transform: translate(2%, 1%) scale(1.05); }
}
@keyframes mms-art-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.mms-studio-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split, 50%);
  width: 2px;
  background: rgb(var(--ink));
  box-shadow: 0 0 14px rgba(var(--ink), 0.7);
  z-index: 5;
  cursor: ew-resize;
  touch-action: none;
}

.mms-studio-handle__grip {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(10, 11, 17, 0.85);
  border: 1px solid rgb(var(--ink));
  display: grid;
  place-items: center;
  color: rgb(var(--ink));
  font-size: 15px;
  backdrop-filter: blur(6px);
}

.mms-studio-handle__grip::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(var(--ink), 0.28);
}

.mms-studio-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 6;
}

.mms-studio-compare__cue {
  position: absolute;
  left: 50%;
  bottom: 12px;
  translate: -50% 0;
  z-index: 6;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  opacity: 0.75;
  transition: opacity 0.3s;
  pointer-events: none;
}

.mms-studio-switch {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mms-studio-switch__hint {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}
.mms-studio-switch__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 520px) {
  .mms-studio-switch__tabs { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 992px) {
  .mms-studio-switch {
  margin-top: 4rem;
}

}

.mms-studio-tab {
  --c: 129, 166, 160;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 13px 8px 15px;
  cursor: pointer;
  text-align: center;
  clip-path: polygon(11px 0, 100% 0, 100% 100%, 0 100%, 0 11px);
  border: 1px solid rgba(154, 141, 165, 0.18);
  background: rgba(20, 22, 27, 0.5);
  box-shadow: inset 0 1px 0 rgba(234, 234, 234, 0.035);
  color: var(--color-text-secondary);
  transition: color 0.25s, border-color 0.25s, background 0.25s,
    transform 0.25s, box-shadow 0.25s;
}
.mms-studio-tab__ico {
  flex: none;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(var(--c), 0.4);
  color: rgb(var(--c));
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.mms-studio-tab__ico svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.mms-studio-tab__txt {
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.mms-studio-tab:hover {
  color: var(--color-text);
  border-color: rgba(var(--c), 0.5);
  transform: translateY(-2px);
}
.mms-studio-tab:hover .mms-studio-tab__ico { background: rgba(var(--c), 0.12); }
.mms-studio-tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-bg), 0 0 0 3px rgb(var(--c));
}

.mms-studio-tab[aria-pressed="true"] {
  color: var(--color-text);
  border-color: rgba(var(--c), 0.6);
  background: linear-gradient(160deg, rgba(var(--c), 0.16), rgba(var(--c), 0.04));
  box-shadow: 0 16px 32px -20px rgba(var(--c), 0.85),
    inset 0 1px 0 rgba(234, 234, 234, 0.05);
}
.mms-studio-tab[aria-pressed="true"] .mms-studio-tab__ico {
  background: rgb(var(--c));
  border-color: rgb(var(--c));
  color: #0c0d13;
}
.mms-studio-tab[aria-pressed="true"]::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  border-radius: 2px;
  background: rgb(var(--c));
  box-shadow: 0 0 10px rgba(var(--c), 0.8);
}

@media (prefers-reduced-motion: reduce) {
  .mms-studio-tab { transition: none; }
  .mms-studio-tab:hover { transform: none; }
}

.mms-studio-bento {
  --ink: 129, 166, 160;
  --ink-2: 124, 104, 150;
  --ink-3: 168, 150, 182;
  display: grid;
  gap: 14px;
  margin-top: clamp(36px, 4vw, 56px);
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .mms-studio-bento { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .mms-studio-bento {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(168px, 1fr);
  }
  .mms-studio-bento__cell--id     { grid-column: span 3; grid-row: span 2; }
  .mms-studio-bento__cell--logos  { grid-column: span 3; }
  .mms-studio-bento__cell--print  { grid-column: span 3; }
  .mms-studio-bento__cell--social { grid-column: span 3; }
  .mms-studio-bento__cell--coh    { grid-column: span 3; }
}

.mms-studio-bento__cell {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 172px;
  padding: clamp(18px, 2vw, 26px);
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  border: 1px solid rgba(154, 141, 165, 0.14);
  background: linear-gradient(162deg, #14151c, #0b0c11);
  transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s;
}
.mms-studio-bento__cell:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--ink), 0.55);
  box-shadow: 0 26px 52px -30px rgba(var(--ink), 0.6);
}

.mms-studio-bento__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(120% 100% at 85% 0%, rgba(var(--ink), 0.14), transparent 60%);
  transition: opacity 0.4s;
}
.mms-studio-bento__cell:hover::after { opacity: 1; }

.mms-studio-bento__label { position: relative; z-index: 2; }
.mms-studio-bento__code {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgb(var(--ink));
}
.mms-studio-bento__title {
  margin: 7px 0 0;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.mms-studio-bento__desc {
  margin: 6px 0 0;
  max-width: 34ch;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-secondary);
}

.mms-studio-bento__visual {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 86px;
}

.bv-id {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  height: 100%;
}
.bv-id__row { display: flex; align-items: center; gap: 14px; }
.bv-id__mark {
  position: relative;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  border: 2px solid rgb(var(--ink));
  transform: scale(0);
  transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.3, 1.3);
}
.bv-id__mark::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: rgb(var(--ink));
}
.bv-id__type {
  font-family: "Outfit";
  font-style: italic;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: var(--color-text);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}
.bv-id__pal { display: flex; gap: 7px; }
.bv-id__pal i {
  height: 12px;
  flex: 1;
  max-width: 54px;
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%, 0 4px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.bv-id__pal i:nth-child(1) { background: rgb(var(--ink)); }
.bv-id__pal i:nth-child(2) { background: rgb(var(--ink-2)); }
.bv-id__pal i:nth-child(3) { background: rgb(var(--ink-3)); }
.bv-id__pal i:nth-child(4) { background: #eaeaea; }
.is-visible .bv-id__mark { transform: scale(1); }
.is-visible .bv-id__type { opacity: 1; transform: none; }
.is-visible .bv-id__pal i { transform: scaleX(1); }
.is-visible .bv-id__pal i:nth-child(1) { transition-delay: 0.15s; }
.is-visible .bv-id__pal i:nth-child(2) { transition-delay: 0.25s; }
.is-visible .bv-id__pal i:nth-child(3) { transition-delay: 0.35s; }
.is-visible .bv-id__pal i:nth-child(4) { transition-delay: 0.45s; }

.bv-logo { display: grid; place-items: center; height: 100%; }
.bv-logo svg { width: clamp(58px, 16vw, 76px); aspect-ratio: 1; }
.bv-logo .ln {
  fill: none;
  stroke: rgb(var(--ink));
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.1s ease;
}
.bv-logo .ln-2 { stroke: rgb(var(--ink-2)); transition-delay: 0.25s; }
.bv-logo .ln-3 { stroke: rgb(var(--ink-3)); transition-delay: 0.5s; }
.bv-logo .dot { fill: rgb(var(--ink)); opacity: 0; transition: opacity 0.4s 0.9s; }
.is-visible .bv-logo .ln { stroke-dashoffset: 0; }
.is-visible .bv-logo .dot { opacity: 1; }

.bv-print { position: relative; height: 100%; }
.bv-print__flyer,
.bv-print__card {
  position: absolute;
  clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%, 0 7px);
  border: 1px solid rgba(var(--ink), 0.4);
}
.bv-print__flyer {
  left: 6%;
  top: 8%;
  width: 42%;
  height: 84%;
  background: linear-gradient(165deg, rgba(var(--ink), 0.5), #0d0e14);
  opacity: 0;
  transform: translateY(16px) rotate(-5deg);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.bv-print__card {
  right: 6%;
  bottom: 14%;
  width: 52%;
  height: 46%;
  background: linear-gradient(160deg, rgba(var(--ink-2), 0.55), #0d0e14);
  opacity: 0;
  transform: translateX(18px) rotate(4deg);
  transition: opacity 0.5s 0.18s, transform 0.5s 0.18s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.is-visible .bv-print__flyer { opacity: 1; transform: rotate(-5deg); }
.is-visible .bv-print__card { opacity: 1; transform: rotate(4deg); }

.bv-rs { display: flex; align-items: center; gap: 8px; height: 100%; }
.bv-rs i {
  width: clamp(30px, 8vw, 42px);
  aspect-ratio: 1;
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
  transform: scale(0);
  transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.4);
}
.bv-rs i:nth-child(1) { background: radial-gradient(circle at 38% 34%, rgba(var(--ink), 0.75), transparent 62%), #0d0e14; }
.bv-rs i:nth-child(2) { background: repeating-linear-gradient(135deg, rgba(var(--ink-2), 0.5) 0 5px, transparent 5px 11px), #0d0e14; }
.bv-rs i:nth-child(3) { background: linear-gradient(160deg, rgba(var(--ink), 0.55), rgba(var(--ink-3), 0.4)), #0d0e14; }
.is-visible .bv-rs i:nth-child(1) { transform: scale(1); transition-delay: 0.1s; }
.is-visible .bv-rs i:nth-child(2) { transform: scale(1); transition-delay: 0.22s; }
.is-visible .bv-rs i:nth-child(3) { transform: scale(1); transition-delay: 0.34s; }

.bv-coh { position: relative; height: 100%; display: grid; place-items: center; }
.bv-coh__line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  background: linear-gradient(90deg, rgb(var(--ink)), transparent);
  transition: width 0.7s ease;
}
.bv-coh__nodes { display: flex; gap: 12px; }
.bv-coh__nodes i {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(var(--ink), 0.6);
  clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%, 0 5px);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s, transform 0.45s;
}
.bv-coh__nodes i::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: rgb(var(--ink)); }
.bv-coh__nodes i:nth-child(2)::after { background: rgb(var(--ink-2)); }
.bv-coh__nodes i:nth-child(3)::after { background: rgb(var(--ink-3)); }
.is-visible .bv-coh__line { width: 100%; }
.is-visible .bv-coh__nodes i { opacity: 1; transform: none; }
.is-visible .bv-coh__nodes i:nth-child(1) { transition-delay: 0.2s; }
.is-visible .bv-coh__nodes i:nth-child(2) { transition-delay: 0.32s; }
.is-visible .bv-coh__nodes i:nth-child(3) { transition-delay: 0.44s; }

.mms-studio-trace {
  --ink: 129, 166, 160;
  --ink-2: 124, 104, 150;
  --ink-3: 168, 150, 182;
  margin-top: clamp(30px, 4vw, 50px);
}

.mms-studio-trace__line {
  position: relative;
  width: 100%;
  height: 92px;
}
.mms-studio-trace__curve {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.mms-studio-trace__track {
  fill: none;
  stroke: rgba(154, 141, 165, 0.18);
  stroke-width: 2;
}
.mms-studio-trace__ink {
  fill: none;
  stroke: rgb(var(--ink));
  stroke-width: 2.5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(var(--ink), 0.6));
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1s ease, stroke 0.6s;
}
.mms-studio-trace[data-step="1"] .mms-studio-trace__ink { stroke-dashoffset: 0.74; }
.mms-studio-trace[data-step="2"] .mms-studio-trace__ink { stroke-dashoffset: 0.5; }
.mms-studio-trace[data-step="3"] .mms-studio-trace__ink { stroke-dashoffset: 0.25; }
.mms-studio-trace[data-step="4"] .mms-studio-trace__ink { stroke-dashoffset: 0; }

.mms-studio-trace__node {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(154, 141, 165, 0.3);
  background: rgba(12, 13, 18, 0.82);
  backdrop-filter: blur(4px);
  color: var(--color-text-secondary);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.mms-studio-trace__node:hover { transform: translate(-50%, -50%) scale(1.1); }
.mms-studio-trace__node.is-done { border-color: rgba(var(--ink), 0.6); color: rgb(var(--ink)); }
.mms-studio-trace__node[aria-selected="true"] {
  border-color: rgb(var(--ink));
  color: #f3eff8;
  box-shadow: 0 0 0 5px rgba(var(--ink), 0.15), 0 0 24px -4px rgba(var(--ink), 0.7);
}

.mms-studio-trace__stage {
  margin-top: clamp(20px, 3vw, 36px);
  display: grid;
  gap: clamp(28px, 5vw, 60px);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 820px) {
  .mms-studio-trace__stage { grid-template-columns: auto 1fr; }
}

.mms-studio-trace__blobwrap {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: center;
  width: clamp(190px, 44vw, 280px);
  aspect-ratio: 1;
  animation: mms-trace-float 7s ease-in-out infinite;
}
.mms-studio-trace__blob {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 36% 32%, rgba(var(--ink), 0.85), transparent 60%),
    radial-gradient(circle at 70% 68%, rgba(var(--ink-2), 0.7), transparent 60%),
    #0d0e14;
  border-radius: 47% 53% 50% 50% / 50% 48% 52% 50%;
  filter: blur(16px) saturate(0.22);
  opacity: 0.6;
  transform: scale(0.9);
  transition: border-radius 0.9s cubic-bezier(0.6, 0, 0.3, 1), filter 0.8s ease,
    transform 0.9s ease, opacity 0.8s ease;
}
.mms-studio-trace[data-step="2"] .mms-studio-trace__blob {
  border-radius: 63% 37% 44% 56% / 56% 58% 42% 44%;
  filter: blur(9px) saturate(0.5);
  opacity: 0.78;
  transform: scale(0.96);
}
.mms-studio-trace[data-step="3"] .mms-studio-trace__blob {
  border-radius: 38% 62% 58% 42% / 46% 40% 60% 54%;
  filter: blur(3px) saturate(0.85);
  opacity: 0.92;
  transform: scale(1);
}
.mms-studio-trace[data-step="4"] .mms-studio-trace__blob {
  border-radius: 32% 68% 68% 32% / 32% 34% 66% 68%;
  filter: none;
  opacity: 1;
  transform: scale(1);
}

.mms-studio-trace[data-step="4"] .mms-studio-trace__seal { opacity: 1; transform: scale(1); }

.mms-studio-trace__panels { position: relative; min-height: 168px; }
.mms-studio-trace__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
}
.mms-studio-trace[data-step="1"] .mms-studio-trace__panel[data-step="1"],
.mms-studio-trace[data-step="2"] .mms-studio-trace__panel[data-step="2"],
.mms-studio-trace[data-step="3"] .mms-studio-trace__panel[data-step="3"],
.mms-studio-trace[data-step="4"] .mms-studio-trace__panel[data-step="4"] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mms-studio-trace__status {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgb(var(--ink));
}
.mms-studio-trace__pname {
  margin: 10px 0 0;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--color-text);
}
.mms-studio-trace__pdesc {
  margin: 14px 0 0;
  max-width: 46ch;
  font-size: clamp(14px, 0.6vw + 12px, 16px);
  line-height: 1.6;
  color: var(--color-text-secondary);
}

@keyframes mms-trace-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  .mms-studio-after__aura,
  .pl-logo__svg,
  .pl-logo__orbit,
  .pl-logo__orbit--2,
  .pl-logo__sat,
  .pl-logo__trace,
  .pl-net {
    animation: none;
  }
  .pl-social__story-bars i:first-child::after {
    animation: none;
    transform: scaleX(1);
  }
  .mms-studio-panel__card,
  .mms-studio-panel__row,
  .pl-net {
    transform: none !important;
  }
  .mms-studio-bento__visual *,
  .mms-studio-trace__blob,
  .mms-studio-trace__ink,
  .mms-studio-trace__panel {
    transition: none !important;
  }
  .mms-studio-trace__blobwrap {
    animation: none;
  }
}

.mms-piano__head {
  max-width: 56ch;
  margin-inline: auto;
  text-align: center;
}
.mms-piano__head .mms-eyebrow {
  justify-content: center;
}

.mms-piano__console {
  position: relative;
  isolation: isolate;
  margin-top: clamp(2rem, 4vw, 3rem);
  margin-bottom: 2rem;
  padding: clamp(1.1rem, 3vw, 2rem);

  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  background: linear-gradient(165deg, rgba(28, 28, 34, 0.60), rgba(10, 10, 13, 0.72));
  -webkit-backdrop-filter: blur(14px) saturate(130%);
          backdrop-filter: blur(14px) saturate(130%);
  border: 1px solid rgba(154, 141, 165, 0.20);
  box-shadow:
    0 40px 90px -40px rgba(0, 0, 0, 0.85),
    inset 0 1px 0 rgba(234, 234, 234, 0.04);
}

.mms-piano__console::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 118%, rgba(129, 166, 160, 0.20), transparent 70%);
  transition: opacity 0.5s ease;
}
.mms-piano__console.is-live::before {
  opacity: 1;
}

.mms-piano__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.mms-piano__screen {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, #07080b, #0c0d12);
  border: 1px solid rgba(129, 166, 160, 0.18);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.70);
  font-family: var(--mono);
}
.mms-piano__screen-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}
.mms-piano__note {
  min-width: 86px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-cta);
  text-shadow: 0 0 10px rgba(129, 166, 160, 0.55);
}
.mms-piano__eq {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 18px;
}
.mms-piano__eq i {
  width: 3px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-cta);
  opacity: 0.40;
}
.mms-piano__eq.is-active i {
  animation: mms-piano-eq 0.5s ease-in-out infinite;
}
.mms-piano__eq.is-active i:nth-child(2) { animation-delay: 0.08s; }
.mms-piano__eq.is-active i:nth-child(3) { animation-delay: 0.16s; }
.mms-piano__eq.is-active i:nth-child(4) { animation-delay: 0.24s; }
.mms-piano__eq.is-active i:nth-child(5) { animation-delay: 0.32s; }
@keyframes mms-piano-eq {
  0%, 100% { height: 4px;  opacity: 0.40; }
  50%      { height: 16px; opacity: 1; }
}

.mms-piano__power {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(154, 141, 165, 0.25);
  background: rgba(255, 255, 255, 0.02);
  color: var(--color-text-secondary);
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.mms-piano__power-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-text-secondary);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.mms-piano__power:hover {
  color: var(--color-text);
  border-color: rgba(129, 166, 160, 0.45);
}
.mms-piano__power[aria-pressed="true"] {
  color: var(--color-text);
  border-color: rgba(129, 166, 160, 0.50);
}
.mms-piano__power[aria-pressed="true"] .mms-piano__power-dot {
  background: var(--color-cta);
  box-shadow: 0 0 10px var(--color-cta);
}

.mms-piano__keys {
  position: relative;
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
  user-select: none;
  -webkit-user-select: none;
}
.mms-piano__whites {
  display: flex;
  gap: 3px;
}
.mms-piano__key {
  font-family: inherit;
  cursor: pointer;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.mms-piano__key:focus-visible {
  box-shadow: 0 0 0 2px var(--color-cta), 0 0 14px rgba(129, 166, 160, 0.6);
  z-index: 5;
}

.mms-piano__key--white {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: clamp(150px, 30vw, 230px);
  border: 1px solid rgba(154, 141, 165, 0.16);
  border-top: none;
  border-radius: 0 0 9px 9px;
  background: linear-gradient(180deg, #16161c 0%, #0e0e13 70%, #0a0a0e 100%);
  box-shadow:
    inset 0 -12px 20px -12px rgba(0, 0, 0, 0.85),
    inset 0 1px 0 rgba(234, 234, 234, 0.04);
  transition: background 0.12s ease, box-shadow 0.12s ease, transform 0.08s ease;
}
.mms-piano__key--white.is-pressed {
  background: linear-gradient(180deg, rgba(129, 166, 160, 0.40), rgba(98, 85, 110, 0.28) 55%, #0c0d12);
  box-shadow:
    inset 0 0 24px rgba(129, 166, 160, 0.45),
    0 0 28px -6px rgba(129, 166, 160, 0.65);
  transform: translateY(1px);
}

.mms-piano__blacks {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mms-piano__key--black {
  position: absolute;
  top: 0;
  left: var(--at);
  transform: translateX(-50%);
  width: clamp(22px, 6.4%, 48px);
  height: 62%;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.85);
  border-radius: 0 0 7px 7px;
  background: linear-gradient(180deg, #050507 0%, #101017 100%);
  box-shadow:
    0 8px 16px -3px rgba(0, 0, 0, 0.90),
    inset 0 -7px 12px -7px rgba(154, 141, 165, 0.30),
    inset 0 1px 0 rgba(154, 141, 165, 0.18);
  z-index: 2;
  transition: background 0.12s ease, box-shadow 0.12s ease, transform 0.08s ease;
}
.mms-piano__key--black.is-pressed {
  background: linear-gradient(180deg, rgba(98, 85, 110, 0.65), rgba(129, 166, 160, 0.48));
  box-shadow:
    0 0 24px -2px rgba(129, 166, 160, 0.70),
    inset 0 0 16px rgba(129, 166, 160, 0.50);
  transform: translateX(-50%) translateY(1px);
}

.mms-piano__kbd {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  opacity: 0.45;
  pointer-events: none;
}
.mms-piano__key--black .mms-piano__kbd {
  bottom: 7px;
  opacity: 0.6;
}

.mms-piano__hint {
  margin: 1.25rem 0 0;
  font-size: 0.85rem;
  text-align: center;
  color: var(--color-text-secondary);
}
.mms-piano__hint kbd {
  font-family: var(--mono);
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 5px;
  border: 1px solid rgba(154, 141, 165, 0.25);
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text);
}
.mms-piano__hint-touch { display: none; }

@media (hover: none), (pointer: coarse) {
  .mms-piano__kbd,
  .mms-piano__hint-kbd { display: none; }
  .mms-piano__hint-touch { display: inline; }
}

@media (max-width: 560px) {
  .mms-piano__key--white { height: clamp(130px, 40vw, 180px); }
  .mms-piano__bar { justify-content: center; }
  .mms-piano__screen { flex: 1 1 auto; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .mms-piano__eq.is-active i { animation: none; height: 12px; opacity: 0.9; }
  .mms-piano__console::before { transition: none; }
  .mms-piano__key { transition: none; }
}
