/* Руны: ряд камней как карты Таро, северный стол */
:root {
  --rn-ink: #1a120c;
  --rn-muted: #6a5c4c;
  --rn-line: rgba(139, 105, 20, 0.22);
  --rn-gold: #c9a227;
  --rn-paper: #f7f3ea;
  --rn-card-w: 156px;
  --rn-hero-w: 200px;
}

body.rn-landing {
  background:
    radial-gradient(80% 50% at 0% 0%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(70% 40% at 100% 8%, rgba(90, 80, 72, 0.1), transparent 50%),
    #efe8dc;
}

.rn-landing .mv-hero--mini {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(201, 162, 39, 0.38), transparent 55%),
    radial-gradient(90% 70% at 100% 10%, rgba(26, 18, 12, 0.72), transparent 50%),
    linear-gradient(145deg, #1a120c 0%, #3d342c 48%, #16110c 100%);
  border-radius: 28px;
  overflow: hidden;
}

.rn-landing .mv-hero--mini .mv-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.rn-landing .mv-hero-desc,
.rn-landing .mv-mini-learn,
.rn-landing .mv-mini-steps,
.rn-landing .mv-service-hook,
.rn-landing .mv-simple,
.rn-landing #mv-simple-use,
.rn-landing .mv-demo-foot,
.rn-landing .mv-demo-head {
  display: none !important;
}

.rn-art--hero {
  margin: 0;
  padding: 16px 16px 18px;
  border-radius: 22px;
  background: var(--rn-paper);
  color: var(--rn-ink);
  border: 1px solid var(--rn-line);
}

.rn-art__funnel {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
}

@media (min-width: 720px) {
  .rn-art__funnel {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}

.rn-art__funnel li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 12px 12px 11px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 18, 12, 0.08);
}

.rn-art__funnel li.is-current {
  border-color: var(--rn-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.16);
}

.rn-art__funnel li.is-done {
  background: #eef6f1;
  border-color: #cde8d9;
}

.rn-art__funnel li > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--rn-ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.rn-art__funnel li.is-current > span { background: var(--rn-gold); color: #1a120c; }
.rn-art__funnel li.is-done > span { background: #17915c; color: #fff; }

.rn-art__funnel b { display: block; font-size: 0.92rem; }
.rn-art__funnel p {
  margin: 2px 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--rn-muted);
}

.rn-art__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
}

.rn-art__note {
  margin: 0 0 14px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--rn-muted);
}

.rn-art__kicker {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6914;
}

.rn-art__lead {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.rn-art--essay {
  margin: 0;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: var(--rn-paper);
  border: 1px solid var(--rn-line);
  color: var(--rn-ink);
}

.rn-art__essay-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6914;
}

.rn-art__essay-intro {
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.55;
}

.rn-art__essay-sec {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rn-line);
}

.rn-art__essay-sec:last-of-type { border-bottom: 0; margin-bottom: 8px; }

.rn-art__essay-sec h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.35;
}

.rn-art__essay-sec p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3a3228;
}

.rn-art__plain {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.rn-art__plain li {
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--rn-line);
}

.rn-art__plain b { display: block; margin-bottom: 4px; }
.rn-art__plain p { margin: 0; font-size: 0.9rem; color: var(--rn-muted); }

.rn-art__pay {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--rn-line);
}

.rn-art__pay p { margin: 0; font-size: 0.9rem; line-height: 1.45; color: var(--rn-muted); }

@keyframes mv-cta-soft-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.38); transform: scale(1); }
  50% { box-shadow: 0 0 0 12px rgba(201, 162, 39, 0); transform: scale(1.03); }
}

.rn-landing .mv-cta-soft-pulse,
.rn-art .mv-cta-soft-pulse {
  animation: mv-cta-soft-pulse 1.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.rn-landing .mv-cta-soft-pulse:hover,
.rn-landing .mv-cta-soft-pulse:focus-visible,
.rn-art .mv-cta-soft-pulse:hover,
.rn-art .mv-cta-soft-pulse:focus-visible {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .rn-landing .mv-cta-soft-pulse,
  .rn-art .mv-cta-soft-pulse { animation: none; }
}

.rn-art__table {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.mv-runes-stage,
body.mv-app-page .mv-runes-stage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

.mv-runes-spread,
body.mv-app-page .mv-runes-spread {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  flex: 0 1 auto;
}

.mv-rune-stone,
body.mv-app-page .mv-rune-stone {
  position: relative;
  width: var(--rn-card-w);
  flex: 0 0 var(--rn-card-w);
  min-height: 168px;
  padding: 12px 10px;
  border-radius: 18px 18px 22px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255,255,255,.22), transparent 55%),
    linear-gradient(165deg, #8b7d6b 0%, #6f6356 38%, #5a5048 72%, #4a423c 100%);
  border: 2px solid #a89884;
  box-shadow:
    0 1px 0 rgba(255,255,255,.25) inset,
    0 14px 28px rgba(60, 42, 20, 0.14);
  color: #f8f4ea;
}

.mv-rune-stone--hero,
body.mv-app-page .mv-rune-stone--hero {
  width: var(--rn-hero-w);
  flex: 0 0 var(--rn-hero-w);
  min-height: 188px;
  border-color: #d4b86a;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255,248,220,.28), transparent 55%),
    linear-gradient(165deg, #9a8b74 0%, #7d6f5c 38%, #64584c 72%, #52483f 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.3) inset,
    0 20px 36px rgba(90, 70, 30, 0.18),
    0 0 0 3px rgba(212, 184, 106, 0.35);
}

.mv-rune-stone--ghost,
body.mv-app-page .mv-rune-stone--ghost {
  width: 64px;
  flex: 0 0 64px;
  min-height: 92px;
  padding: 8px 6px;
  opacity: 0.9;
  transform: rotate(var(--rot, 0deg));
  margin: 0 -8px;
}

.mv-rune-stone--ghost .mv-rune-name,
.mv-rune-stone--ghost .mv-rune-pos,
.mv-rune-stone--ghost .mv-rune-keys,
.mv-rune-stone--ghost .mv-rune-meaning,
.mv-rune-stone--ghost .mv-rune-practice {
  display: none;
}

.mv-rune-pos,
body.mv-app-page .mv-rune-pos {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(248, 244, 234, 0.78);
  margin: 0;
}

.mv-rune-stone--hero .mv-rune-pos { color: #fde68a; }

.mv-rune-glyph-wrap,
body.mv-app-page .mv-rune-glyph-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 72px;
  color: #1a120c;
  background: linear-gradient(180deg, #f7f1e6, #e8dcc8);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.35);
}

.mv-rune-stone--hero .mv-rune-glyph-wrap {
  width: 72px;
  height: 96px;
}

.mv-rune-glyph-wrap--rev { transform: rotate(180deg); }

.mv-rune-glyph-img,
body.mv-app-page .mv-rune-glyph-img {
  width: 40px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.mv-rune-stone--hero .mv-rune-glyph-img {
  width: 52px;
  height: 76px;
}

.mv-rune-glyph { font-size: 2rem; line-height: 1; color: #1a120c; }

.mv-rune-name,
body.mv-app-page .mv-rune-name {
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff8ea;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

.mv-rune-keys {
  font-size: 0.62rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(253, 230, 138, 0.92);
  line-height: 1.3;
}

.mv-rune-meaning,
body.mv-app-page .mv-rune-meaning {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.35;
  color: rgba(248, 244, 234, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mv-rune-practice { margin: 2px 0 0; font-size: 0.72rem; line-height: 1.4; color: #fde68a; }

.mv-runes-combo,
body.mv-app-page .mv-runes-combo {
  width: 100%;
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #faf6ee, #f3ebe0);
  border: 1px solid #e0d4c0;
  color: #3a3228;
}

.mv-runes-combo strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8b6914;
  margin-bottom: 6px;
}

.mv-runes-combo p { margin: 0; font-size: 0.84rem; line-height: 1.45; }

.mv-runes-credit,
body.mv-app-page .mv-runes-credit {
  width: 100%;
  margin: 4px 0 0;
  text-align: center;
  font-size: 0.68rem;
  color: #8a7f70;
}

.mv-runes-credit a { color: #6b5438; }

.mv-runes-empty { text-align: center; padding: 8px 12px; color: #5a4a40; font-size: 0.86rem; }

.mv-runes-empty__stones {
  display: flex;
  justify-content: center;
  margin: 14px 0 4px;
}

.rn-art--how {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  background: var(--rn-paper);
  border: 1px solid var(--rn-line);
  color: var(--rn-ink);
}

@media (min-width: 720px) {
  .rn-art--how {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
  }
}

.rn-art__block-title {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6914;
}

.rn-art--how ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.rn-art--how ol li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
}

.rn-art--how ol li > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--rn-ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.rn-art--how ol b { display: block; font-size: 0.92rem; }
.rn-art--how ol p,
.rn-art--how ul {
  margin: 2px 0 0;
  padding: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--rn-muted);
}

.rn-art--how ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.rn-art--how ul li {
  padding: 8px 10px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(26, 18, 12, 0.08);
}

.rn-art__pay-note {
  margin: 12px 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--rn-muted);
}

.rn-station-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.mv-rune-rev {
  font-size: 0.72em;
  font-weight: 700;
  color: #fde68a;
}

.mv-futhark-chart {
  margin: 16px 0;
  padding: 16px;
  border-radius: 18px;
  background: var(--rn-paper, #f7f3ea);
  border: 1px solid var(--rn-line, rgba(139, 105, 20, 0.22));
  color: var(--rn-ink, #1a120c);
}

.mv-futhark-chart__title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6914;
  margin: 0 0 12px;
}

.mv-futhark-aett { margin: 0 0 14px; }
.mv-futhark-aett__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #6a5c4c;
  margin: 0 0 8px;
}

.mv-futhark-aett__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mv-futhark-cell {
  width: 72px;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(26, 18, 12, 0.08);
  text-decoration: none;
  color: inherit;
}

.mv-futhark-cell img,
.mv-futhark-cell__glyph {
  width: 28px;
  height: 40px;
  object-fit: contain;
  font-size: 1.4rem;
  line-height: 1;
}

.mv-futhark-cell__name {
  font-size: 0.62rem;
  font-weight: 700;
  text-align: center;
  color: #5a4a40;
}

.mv-futhark-chart__credit {
  margin: 8px 0 0;
  font-size: 0.72rem;
  color: #8a7f70;
}

@media (max-width: 640px) {
  :root {
    --rn-card-w: 138px;
    --rn-hero-w: 168px;
  }
}

@media (max-width: 480px) {
  :root {
    --rn-card-w: 128px;
    --rn-hero-w: 148px;
  }
  .mv-runes-spread,
  body.mv-app-page .mv-runes-spread { gap: 10px; }
}
