/* whoismrmanual13 — ЗАВЯЗКА: graphic Full Manual landing */
.page-wmm13 {
  --w13-ink: #e8f0ea;
  --w13-muted: #9aab9e;
  --w13-dim: #5f7364;
  --w13-bg: #070b09;
  --w13-panel: #0d1611;
  --w13-line: rgba(163, 230, 53, 0.22);
  --w13-lime: #a3e635;
  --w13-lime-hot: #bef264;
  --w13-assist: #7dd3fc;
  --w13-danger: #fb7185;
  --w13-font: "IBM Plex Sans", system-ui, sans-serif;
  --w13-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --w13-mono: "IBM Plex Mono", ui-monospace, monospace;
}

.page-wmm13 .manualfc-main-grow {
  background: var(--w13-bg);
  color: var(--w13-ink);
}

.w13 {
  font-family: var(--w13-font);
  overflow-x: clip;
}

/* ——— HERO ——— */
.w13-hero {
  position: relative;
  min-height: min(100vh, 920px);
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: clamp(5.5rem, 12vh, 7rem) clamp(1.25rem, 4vw, 3.5rem) clamp(1.5rem, 4vh, 2.5rem);
  isolation: isolate;
}

.w13-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #020403;
}

.w13-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.05);
}

.w13-hero-grain,
.w13-hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.w13-hero-grain {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.w13-hero-vignette {
  background:
    linear-gradient(180deg, rgba(7, 11, 9, 0.35) 0%, rgba(7, 11, 9, 0.15) 35%, rgba(7, 11, 9, 0.82) 72%, rgba(7, 11, 9, 0.96) 100%),
    radial-gradient(ellipse 80% 60% at 70% 40%, transparent 0%, rgba(7, 11, 9, 0.55) 100%);
}

.w13-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  animation: w13-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.w13-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.65rem;
  margin: 0 0 1rem;
  font-family: var(--w13-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w13-muted);
}

.w13-brand-mark {
  color: var(--w13-lime);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.w13-title {
  margin: 0 0 1rem;
  font-family: var(--w13-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 7.2vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.w13-title-line {
  display: block;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.w13-title-line--accent {
  color: var(--w13-lime);
}

.w13-lead {
  margin: 0 0 1.5rem;
  max-width: 32rem;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.55;
  color: #c5d4c8;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}

.w13-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.w13-cta--center {
  justify-content: center;
}

.w13-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.35rem;
  border-radius: 2px;
  font-family: var(--w13-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.w13-btn:hover {
  transform: translateY(-1px);
}

.w13-btn--solid {
  background: var(--w13-lime);
  color: #0a120c;
}

.w13-btn--solid:hover {
  background: var(--w13-lime-hot);
  color: #0a120c;
}

.w13-btn--ghost {
  background: rgba(7, 11, 9, 0.45);
  border-color: rgba(232, 240, 234, 0.35);
  color: var(--w13-ink);
  backdrop-filter: blur(8px);
}

.w13-btn--ghost:hover {
  border-color: var(--w13-lime);
  color: var(--w13-lime);
}

.w13-btn--xl {
  min-height: 3.25rem;
  padding-inline: 1.75rem;
  font-size: 1.2rem;
}

.w13-hero-controls {
  position: absolute;
  z-index: 3;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1.25rem, 3vh, 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}

.w13-sound,
.w13-replay {
  font-family: var(--w13-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--w13-ink);
}

.w13-sound {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(232, 240, 234, 0.3);
  border-radius: 2px;
  background: rgba(7, 11, 9, 0.55);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.w13-sound[aria-pressed="true"] {
  border-color: var(--w13-lime);
  color: var(--w13-lime);
}

.w13-replay {
  text-decoration: none;
  opacity: 0.85;
}

.w13-replay:hover {
  color: var(--w13-lime);
  opacity: 1;
}

/* ——— SECTIONS ——— */
.w13-section {
  padding: clamp(3.5rem, 8vh, 5.5rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.w13-section-head {
  max-width: 40rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.w13-section-head--left {
  margin: 0 0 1.75rem;
  text-align: left;
  max-width: none;
}

.w13-kicker {
  margin: 0 0 0.55rem;
  font-family: var(--w13-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w13-lime);
}

.w13-h2 {
  margin: 0 0 0.75rem;
  font-family: var(--w13-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.w13-section-lead {
  margin: 0;
  color: var(--w13-muted);
  line-height: 1.55;
  font-size: 1.02rem;
}

.w13-section-lead--left {
  text-align: left;
  max-width: 36rem;
}

.w13-lead strong {
  color: var(--w13-lime);
  font-weight: 600;
}

/* ——— PAIN ——— */
.w13-pain-grid {
  display: grid;
  gap: 0.85rem;
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .w13-pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.w13-pain-card {
  padding: 1.35rem 1.25rem 1.45rem;
  background: linear-gradient(165deg, #141010 0%, #0c0a0a 100%);
  border: 1px solid rgba(251, 113, 133, 0.18);
  border-radius: 4px;
}

.w13-pain-card--wake {
  border-color: rgba(163, 230, 53, 0.35);
  background: linear-gradient(165deg, #121a12 0%, #0a120c 100%);
}

.w13-pain-ico {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  border-radius: 2px;
  font-family: var(--w13-mono);
  font-size: 0.95rem;
  color: var(--w13-danger);
  border: 1px solid rgba(251, 113, 133, 0.35);
  background: rgba(251, 113, 133, 0.08);
}

.w13-pain-card--wake .w13-pain-ico {
  color: var(--w13-lime);
  border-color: rgba(163, 230, 53, 0.4);
  background: rgba(163, 230, 53, 0.1);
}

.w13-pain-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--w13-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.w13-pain-card p {
  margin: 0;
  color: var(--w13-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

/* ——— FREEDOM ——— */
.w13-freedom {
  padding-top: clamp(2.5rem, 6vh, 3.5rem);
  padding-bottom: clamp(2.5rem, 6vh, 3.5rem);
}

.w13-freedom-banner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border: 1px solid rgba(163, 230, 53, 0.28);
  border-radius: 4px;
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(163, 230, 53, 0.1), transparent 55%),
    var(--w13-panel);
}

.w13-freedom-lead {
  margin: 0.85rem auto 1.25rem;
  max-width: 40rem;
  color: #c5d4c8;
  line-height: 1.55;
  font-size: 1.05rem;
}

.w13-freedom-lead em {
  color: var(--w13-lime);
  font-style: normal;
  font-weight: 600;
}

.w13-freedom-punch {
  margin: 0;
  font-family: var(--w13-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--w13-lime);
}

/* ——— STICK ——— */
.w13-stick-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 860px) {
  .w13-stick-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.w13-stick-tip {
  margin: 1.1rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--w13-lime);
  background: rgba(163, 230, 53, 0.06);
  color: #c5d4c8;
  line-height: 1.55;
  font-size: 1rem;
}

.w13-stick-tip strong {
  color: var(--w13-lime);
}

.w13-stick-viz {
  text-align: center;
}

.w13-stick-svg {
  width: min(100%, 260px);
  height: auto;
}

.w13-stick-caption {
  margin: 0.5rem 0 0;
  font-family: var(--w13-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w13-dim);
}

/* ——— EVO ——— */
.w13-evo {
  padding-top: clamp(2.5rem, 5vh, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vh, 3.5rem);
}

.w13-evo-quote {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  border: 0;
}

.w13-evo-quote > p:first-child {
  margin: 0 0 1rem;
  font-family: var(--w13-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.4vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.w13-evo-sub {
  margin: 0;
  color: var(--w13-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.w13-vision {
  max-width: 720px;
  margin: 0 auto 2rem;
  padding: 1.25rem 1.4rem;
  text-align: center;
  border: 1px solid rgba(163, 230, 53, 0.2);
  border-radius: 4px;
  background: rgba(163, 230, 53, 0.05);
}

.w13-vision p {
  margin: 0;
  color: #c5d4c8;
  line-height: 1.55;
  font-size: 1.05rem;
}

.w13-vision strong {
  color: var(--w13-lime);
}

/* ——— SPLIT / PITCH ——— */
.w13-split-stage {
  max-width: 920px;
  margin: 0 auto;
}

.w13-split-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.35rem;
  background: var(--w13-panel);
  border: 1px solid var(--w13-line);
  border-radius: 4px;
}

.w13-toggle-btn {
  appearance: none;
  border: 0;
  border-radius: 2px;
  min-height: 2.6rem;
  font-family: var(--w13-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  color: var(--w13-dim);
  transition: background 0.2s ease, color 0.2s ease;
}

.w13-toggle-btn.is-active[data-mode="assist"] {
  background: rgba(125, 211, 252, 0.15);
  color: var(--w13-assist);
}

.w13-toggle-btn.is-active[data-mode="manual"] {
  background: rgba(163, 230, 53, 0.16);
  color: var(--w13-lime);
}

.w13-pitch-wrap {
  display: grid;
  gap: 1rem;
}

@media (min-width: 860px) {
  .w13-pitch-wrap {
    grid-template-columns: 1.4fr 0.9fr;
    align-items: stretch;
  }
}

.w13-pitch {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(163, 230, 53, 0.12), 0 24px 60px rgba(0, 0, 0, 0.45);
}

.w13-split-stage[data-mode="assist"] .w13-aim {
  opacity: 0 !important;
}

.w13-split-stage[data-mode="assist"] .w13-auto-path,
.w13-split-stage[data-mode="assist"] .w13-auto-dot {
  opacity: 1;
}

.w13-split-stage[data-mode="manual"] .w13-auto-path,
.w13-split-stage[data-mode="manual"] .w13-auto-dot {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.w13-split-stage[data-mode="manual"] .w13-aim {
  opacity: 1 !important;
  transition: opacity 0.35s ease;
}

.w13-split-stage[data-mode="manual"] .w13-player--target {
  fill: #a3e635;
}

.w13-split-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.35rem 1.4rem;
  background: var(--w13-panel);
  border: 1px solid var(--w13-line);
  border-radius: 4px;
  min-height: 100%;
}

.w13-caption-mode {
  margin: 0;
  font-family: var(--w13-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--w13-assist);
}

.w13-split-stage[data-mode="manual"] .w13-caption-mode {
  color: var(--w13-lime);
}

.w13-caption-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--w13-ink);
}

/* ——— TRUTHS ——— */
.w13-truth-grid {
  display: grid;
  gap: 0.85rem;
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .w13-truth-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.w13-truth {
  padding: 1.25rem 1.15rem 1.35rem;
  background: linear-gradient(165deg, #101a14 0%, #0a120e 100%);
  border: 1px solid rgba(163, 230, 53, 0.14);
  border-radius: 4px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.w13-truth:hover {
  border-color: rgba(163, 230, 53, 0.45);
  transform: translateY(-3px);
}

.w13-truth-viz {
  width: 100%;
  max-width: 7.5rem;
  margin-bottom: 0.85rem;
  color: var(--w13-lime);
  opacity: 0.9;
}

.w13-truth h3 {
  margin: 0 0 0.4rem;
  font-family: var(--w13-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.w13-truth p {
  margin: 0;
  color: var(--w13-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ——— FEEL ——— */
.w13-feel {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3.5rem);
}

@media (min-width: 900px) {
  .w13-feel {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.w13-feel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}

.w13-feel-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.w13-feel-n {
  font-family: var(--w13-mono);
  font-size: 0.78rem;
  color: var(--w13-lime);
  letter-spacing: 0.08em;
  padding-top: 0.2rem;
}

.w13-feel-list strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--w13-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.w13-feel-list p {
  margin: 0;
  color: var(--w13-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.w13-feel-meter {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(100%, 360px);
  aspect-ratio: 1;
}

.w13-feel-meter canvas {
  width: 100%;
  height: 100%;
}

.w13-meter-label {
  position: absolute;
  margin: 0;
  font-family: var(--w13-display);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  color: var(--w13-lime);
  pointer-events: none;
}

/* ——— WATCH ——— */
.w13-watch {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(163, 230, 53, 0.08), transparent 60%),
    var(--w13-bg);
}

.w13-video-shell {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(163, 230, 53, 0.2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  background: #000;
  aspect-ratio: 16 / 9;
}

.w13-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

/* ——— PATH ——— */
.w13-path {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0.65rem;
  max-width: 1100px;
  margin: 0 auto;
}

.w13-path-step {
  flex: 1 1 140px;
  max-width: 200px;
  padding: 1.1rem 1rem;
  text-decoration: none;
  color: inherit;
  background: var(--w13-panel);
  border: 1px solid rgba(163, 230, 53, 0.14);
  border-radius: 4px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.w13-path-step:hover {
  border-color: var(--w13-lime);
  transform: translateY(-2px);
  color: inherit;
}

.w13-path-n {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--w13-mono);
  font-size: 0.7rem;
  color: var(--w13-lime);
  letter-spacing: 0.1em;
}

.w13-path-step strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--w13-display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.w13-path-step span:last-child {
  color: var(--w13-muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.w13-path-arrow {
  align-self: center;
  color: var(--w13-dim);
  font-size: 1.25rem;
  display: none;
}

@media (min-width: 900px) {
  .w13-path-arrow {
    display: block;
  }
}

/* ——— FINALE ——— */
.w13-finale {
  text-align: center;
  padding-bottom: clamp(4rem, 10vh, 6rem);
  background:
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(163, 230, 53, 0.12), transparent 55%),
    var(--w13-bg);
}

.w13-finale-brand {
  margin: 0 0 0.75rem;
  font-family: var(--w13-mono);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--w13-lime);
}

.w13-finale-title {
  margin: 0 0 1rem;
  font-family: var(--w13-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.w13-finale-lead {
  margin: 0 auto 1.75rem;
  max-width: 28rem;
  color: var(--w13-muted);
  line-height: 1.5;
}

.w13-slogan {
  margin: 2rem 0 0;
  font-family: var(--w13-mono);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--w13-dim);
}

.w13-versions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: center;
  padding: 1.5rem 1.25rem 2.5rem;
  font-family: var(--w13-mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--w13-dim);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.w13-versions a {
  color: var(--w13-muted);
  text-decoration: none;
}

.w13-versions a:hover {
  color: var(--w13-lime);
}

/* reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@keyframes w13-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .w13-hero-copy,
  [data-reveal] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
