/* whoismrmanual14 — TOUCH: interactive Full Manual landing */
.page-wmm14 {
  --w14-ink: #e8f0ea;
  --w14-muted: #9aab9e;
  --w14-dim: #5f7364;
  --w14-bg: #070b09;
  --w14-panel: #0d1611;
  --w14-line: rgba(163, 230, 53, 0.22);
  --w14-lime: #a3e635;
  --w14-lime-hot: #bef264;
  --w14-assist: #fb7185;
  --w14-manual: #a3e635;
  --w14-font: "IBM Plex Sans", system-ui, sans-serif;
  --w14-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --w14-mono: "IBM Plex Mono", ui-monospace, monospace;
}

.page-wmm14 .manualfc-main-grow {
  background: var(--w14-bg);
  color: var(--w14-ink);
}

.w14 {
  font-family: var(--w14-font);
  overflow-x: clip;
}

.w14-hero {
  position: relative;
  padding: 0 clamp(1.25rem, 4vw, 3.5rem) clamp(2rem, 5vh, 3rem);
  isolation: isolate;
}

/* Вплотную к шапке, но с зазором под верхнюю салатовую рамку (border + outer ring ~7px) */
.w14-hero.w14-hero--frame {
  padding-top: 12px;
}

.w14-hero.w14-hero--frame .w14-hero-stage {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.w14-hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  width: 100%;
  max-width: min(980px, 94vw);
  margin: 0 auto 1.25rem;
}

.w14-hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(52rem, 94vw);
  margin: 0 auto;
  text-align: center;
  animation: w14-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes w14-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.w14-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  margin: 0 0 0.55rem;
  font-family: var(--w14-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w14-muted);
}

.w14-brand-mark {
  color: var(--w14-lime);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.w14-title {
  margin: 0 0 0.55rem;
  font-family: var(--w14-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 3.2vw, 2.05rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.w14-title-line {
  display: block;
}

.w14-title em {
  font-style: normal;
  color: var(--w14-lime);
}

.w14-lead {
  margin: 0 auto 0.75rem;
  max-width: min(52rem, 94vw);
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  line-height: 1.45;
  color: #c5d4c8;
}

.w14-lead + .w14-lead {
  margin-top: 0;
}

.w14-lead strong {
  color: var(--w14-lime);
  font-weight: 600;
}

.w14-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.w14-cta--center {
  justify-content: center;
}

.w14-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.5rem 1.15rem;
  border-radius: 2px;
  font-family: var(--w14-display);
  font-weight: 700;
  font-size: 0.95rem;
  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;
}

.w14-btn:hover {
  transform: translateY(-1px);
}

.w14-btn--realize {
  gap: 0.7rem;
  padding-inline: 1.35rem;
}

.w14-btn--realize .w14-btn-label {
  line-height: 1;
}

.w14-btn-chevron {
  position: relative;
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
  opacity: 0.92;
}

.w14-btn-chevron::before,
.w14-btn-chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.52rem;
  height: 0.52rem;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.w14-btn-chevron::before {
  top: -0.05rem;
  opacity: 0.55;
}

.w14-btn-chevron::after {
  top: 0.18rem;
}

.w14-btn--realize:hover .w14-btn-chevron {
  animation: w14-chevron-bounce 0.9s ease-in-out infinite;
}

@keyframes w14-chevron-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

.w14-btn--solid {
  background: var(--w14-lime);
  color: #0a120c;
  box-shadow: 0 0 28px rgba(163, 230, 53, 0.28);
}

.w14-btn--solid:hover {
  background: var(--w14-lime-hot);
  color: #0a120c;
}

.w14-btn--ghost {
  background: rgba(7, 11, 9, 0.45);
  border-color: rgba(232, 240, 234, 0.35);
  color: var(--w14-ink);
  backdrop-filter: blur(8px);
}

.w14-btn--ghost:hover {
  border-color: var(--w14-lime);
  color: var(--w14-lime);
}

.w14-btn--xl {
  min-height: 3.25rem;
  padding-inline: 1.75rem;
  font-size: 1.2rem;
}

.w14-hero-hud {
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 0.45rem;
  pointer-events: none;
}

.w14-hud-chip {
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(251, 113, 133, 0.45);
  color: var(--w14-assist);
  background: rgba(7, 11, 9, 0.55);
  backdrop-filter: blur(8px);
}

.w14-hud-chip--you {
  border-color: rgba(163, 230, 53, 0.5);
  color: var(--w14-lime);
}

.w14-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;
}

.w14-sound,
.w14-replay {
  font-family: var(--w14-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--w14-ink);
}

.w14-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);
}

.w14-sound[aria-pressed="true"] {
  border-color: var(--w14-lime);
  color: var(--w14-lime);
}

.w14-replay {
  text-decoration: none;
  opacity: 0.85;
}

.w14-replay:hover {
  color: var(--w14-lime);
  opacity: 1;
}

.w14-section {
  padding: clamp(2rem, 4.5vh, 3rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.w14-section-head {
  max-width: min(52rem, 94vw);
  margin: 0 auto 1.35rem;
  text-align: center;
}

.w14-kicker {
  margin: 0 0 0.4rem;
  font-family: var(--w14-mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--w14-lime);
}

.w14-h2 {
  margin: 0 0 0.5rem;
  font-family: var(--w14-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 3.2vw, 2.05rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.w14-lab .w14-h2 {
  font-size: clamp(1.12rem, 2.4vw, 1.58rem);
  max-width: min(56rem, 96vw);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.15;
}

.w14-section-lead {
  margin: 0 auto;
  max-width: min(52rem, 94vw);
  color: var(--w14-muted);
  line-height: 1.45;
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
}

.w14-section-lead--left {
  text-align: left;
  max-width: min(46rem, 94vw);
}

.w14-lab-wrap {
  max-width: min(980px, 94vw);
  margin: 0 auto;
}

.w14-lab-type-label {
  display: block;
  margin: 0 0 0.65rem;
  text-align: center;
  font-family: var(--w14-mono);
  font-size: clamp(0.72rem, 1.5vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--w14-lime);
  text-shadow: 0 0 18px rgba(163, 230, 53, 0.35);
}

.w14-lab-stage {
  border: 1px solid var(--w14-line);
  background: #08110c;
  border-radius: 4px;
  overflow: hidden;
}

.w14-lab-hud {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--w14-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.w14-lab-vs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid rgba(163, 230, 53, 0.55);
  background: rgba(163, 230, 53, 0.08);
  color: var(--w14-lime);
  font-family: var(--w14-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-align: center;
  box-shadow: 0 0 14px rgba(163, 230, 53, 0.18);
  justify-self: center;
}

.w14-lab-power-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.55rem 1rem 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.w14-lab-power {
  color: var(--w14-lime);
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.w14-lab-side {
  position: relative;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(11.5rem, 42vw);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(163, 230, 53, 0.4);
  border-radius: 2px;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(163, 230, 53, 0.72);
  text-align: center;
  white-space: nowrap;
  opacity: 0.72;
  transition: opacity 0.15s ease, border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  z-index: 0;
  overflow: hidden;
}
.w14-lab-side--auto {
  justify-self: start;
  color: rgba(56, 189, 248, 0.78);
  border-color: rgba(56, 189, 248, 0.45);
}
.w14-lab-side--manual {
  justify-self: end;
  color: rgba(163, 230, 53, 0.78);
  border-color: rgba(163, 230, 53, 0.45);
}
.w14-lab-side--auto:hover {
  opacity: 1;
  color: #7dd3fc;
  border-color: rgba(56, 189, 248, 0.9);
  background: rgba(14, 165, 233, 0.12);
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.22);
}
.w14-lab-side--manual:hover {
  opacity: 1;
  color: var(--w14-lime);
  border-color: rgba(163, 230, 53, 0.85);
  background: rgba(163, 230, 53, 0.08);
  box-shadow: 0 0 12px rgba(163, 230, 53, 0.12);
}
.w14-lab-side:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.w14-lab-side--auto.is-active {
  opacity: 1;
  color: #e0f2fe;
  border-color: transparent;
  background: rgba(14, 165, 233, 0.16);
  box-shadow: 0 0 18px rgba(14, 165, 233, 0.28);
}
.w14-lab-side--manual.is-active {
  opacity: 1;
  color: var(--w14-lime);
  border-color: transparent;
  background: rgba(163, 230, 53, 0.12);
  box-shadow: 0 0 16px rgba(163, 230, 53, 0.18);
}
.w14-lab-side.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(163, 230, 53, 0.25),
    rgba(255, 255, 255, 0.95),
    var(--w14-lime),
    rgba(74, 222, 128, 0.55),
    rgba(255, 255, 255, 0.95),
    rgba(163, 230, 53, 0.25)
  );
  background-size: 220% 100%;
  animation: w14-lab-border-shimmer 1.6s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.w14-lab-side--auto.is-active::before {
  background: linear-gradient(
    90deg,
    rgba(14, 165, 233, 0.35),
    rgba(255, 255, 255, 0.95),
    #38bdf8,
    rgba(56, 189, 248, 0.65),
    rgba(255, 255, 255, 0.95),
    rgba(14, 165, 233, 0.35)
  );
  background-size: 220% 100%;
}

@keyframes w14-lab-border-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .w14-lab-side.is-active::before {
    animation: none;
  }
  .w14-lab-side--manual.is-active::before {
    background: var(--w14-lime);
  }
  .w14-lab-side--auto.is-active::before {
    background: #38bdf8;
  }
}

.w14-pitch {
  display: block;
  width: 100%;
  height: auto;
  cursor: crosshair;
  touch-action: none;
  background: #07140c;
}

.w14-lab-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.w14-lab-hint {
  margin: 0;
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--w14-muted);
}

.w14-lab-reset {
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--w14-lime);
  background: transparent;
  border: 1px solid rgba(163, 230, 53, 0.35);
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}

.w14-lab-reset:hover {
  background: rgba(163, 230, 53, 0.1);
}

.w14-pain-grid,
.w14-truth-grid {
  display: grid;
  gap: 0.85rem;
  max-width: min(980px, 94vw);
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .w14-pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .w14-truth-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.w14-pain-card,
.w14-truth {
  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;
}

.w14-pain-card--wake,
.w14-truth {
  border-color: rgba(163, 230, 53, 0.28);
  background: linear-gradient(165deg, #121a12 0%, #0a120c 100%);
}

.w14-pain-n {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-family: var(--w14-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--w14-assist);
}

.w14-pain-card--wake .w14-pain-n,
.w14-truth h3 {
  color: var(--w14-lime);
}

.w14-pain-card h3,
.w14-truth h3 {
  margin: 0 0 0.5rem;
  font-family: var(--w14-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.w14-pain-card p,
.w14-truth p {
  margin: 0;
  color: var(--w14-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.w14-stick-layout {
  display: grid;
  gap: 2rem;
  max-width: min(980px, 94vw);
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 840px) {
  .w14-stick-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.w14-stick-copy .w14-h2 {
  text-align: left;
}

.w14-stick-tip {
  margin: 1.1rem 0 0;
  color: var(--w14-ink);
  font-size: 1.05rem;
}

.w14-stick-viz {
  display: grid;
  place-items: center;
}

.w14-lab-stick-dock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(8, 17, 12, 0.35), rgba(7, 11, 9, 0.9));
}

.w14-lab-pad-hint {
  margin: 0;
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--w14-muted);
  text-align: center;
}

.w14-lab-pad-hint b {
  color: var(--w14-lime);
  font-weight: 700;
}

.w14-stick-viz--live .w14-stick-svg {
  width: min(200px, 42vw);
}

.w14-stick-svg {
  width: min(280px, 70vw);
  height: auto;
}

.w14-video-shell {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--w14-line);
  border-radius: 4px;
  overflow: hidden;
  background: #000;
}

.w14-video-shell--hero {
  --w14-poster: url("/assets/manualfc-trailer-poster.jpg");
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  max-width: none;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  border: 1px solid rgba(163, 230, 53, 0.42);
  box-shadow:
    0 0 0 1px rgba(7, 11, 9, 0.9),
    0 0 0 6px rgba(10, 16, 12, 0.92),
    0 0 0 7px rgba(163, 230, 53, 0.22),
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 70px rgba(163, 230, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(163, 230, 53, 0.06), transparent 18%),
    #020403;
}

.w14-video-shell--hero::before,
.w14-video-shell--hero::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border: 2px solid var(--w14-lime);
}
.w14-video-shell--hero::before {
  top: 8px;
  left: 8px;
  border-right: 0;
  border-bottom: 0;
}
.w14-video-shell--hero::after {
  bottom: 8px;
  right: 8px;
  border-left: 0;
  border-top: 0;
}

.w14-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.w14-video-shell--hero .w14-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.w14-video-play {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.w14-video-play-poster,
.w14-video-play-veil,
.w14-video-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.w14-video-play-poster {
  background: var(--w14-poster) center / cover no-repeat;
  filter: saturate(1.12) contrast(1.08);
}

.w14-video-play-veil {
  background:
    linear-gradient(180deg, rgba(7, 11, 9, 0.18) 0%, rgba(7, 11, 9, 0.08) 38%, rgba(7, 11, 9, 0.72) 100%),
    repeating-linear-gradient(
      180deg,
      transparent 0 2px,
      rgba(0, 0, 0, 0.14) 2px 3px
    );
}

.w14-video-corners {
  box-shadow: inset 0 0 80px rgba(7, 11, 9, 0.35);
}
.w14-video-corners::before,
.w14-video-corners::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--w14-lime);
}
.w14-video-corners::before {
  top: 8px;
  right: 8px;
  border-left: 0;
  border-bottom: 0;
}
.w14-video-corners::after {
  bottom: 8px;
  left: 8px;
  border-right: 0;
  border-top: 0;
}

.w14-video-play-core {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
}

.w14-video-play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(163, 230, 53, 0.85);
  background: rgba(7, 11, 9, 0.55);
  box-shadow: 0 0 0 8px rgba(7, 11, 9, 0.28), 0 0 36px rgba(163, 230, 53, 0.35);
  backdrop-filter: blur(6px);
}

.w14-video-play-tri {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #a3e635;
  transform: translate(-50%, -50%);
}

.w14-video-play-meta {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}

.w14-video-play-kicker,
.w14-video-play-label {
  font-family: var(--w14-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.w14-video-play-kicker {
  font-size: 0.68rem;
  color: #d9f99d;
}

.w14-video-play-label {
  font-family: var(--w14-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--w14-lime);
  text-shadow: 0 0 18px rgba(163, 230, 53, 0.45);
}

.w14-video-play:hover .w14-video-play-ring {
  border-color: #ecfccb;
  box-shadow: 0 0 0 8px rgba(7, 11, 9, 0.28), 0 0 48px rgba(163, 230, 53, 0.5);
  transform: scale(1.04);
}

.w14-video-play:hover .w14-video-play-label {
  color: #ecfccb;
}

.w14-video-shell--hero.is-playing .w14-video-play {
  display: none;
}

.w14-video-shell--hero.is-playing {
  box-shadow:
    0 0 0 1px rgba(7, 11, 9, 0.9),
    0 0 0 6px rgba(10, 16, 12, 0.92),
    0 0 0 7px rgba(163, 230, 53, 0.45),
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(163, 230, 53, 0.18);
}

.w14-path {
  display: grid;
  gap: 0.75rem;
  max-width: min(980px, 94vw);
  margin: 0 auto;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .w14-path {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.w14-path-step {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem 1.1rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--w14-line);
  background: var(--w14-panel);
  border-radius: 4px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.w14-path-step:hover {
  border-color: var(--w14-lime);
  transform: translateY(-2px);
}

.w14-path-n {
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--w14-lime);
}

.w14-path-step strong {
  font-family: var(--w14-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.w14-path-step span:last-child {
  color: var(--w14-muted);
  font-size: 0.9rem;
}

.w14-finale {
  text-align: center;
  padding-bottom: clamp(4rem, 10vh, 6rem);
}

.w14-finale-brand {
  margin: 0 0 0.75rem;
  font-family: var(--w14-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--w14-lime);
}

.w14-finale-title {
  margin: 0 0 1rem;
  font-family: var(--w14-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.w14-finale-lead {
  margin: 0 auto 1.75rem;
  max-width: min(52rem, 94vw);
  color: var(--w14-muted);
  line-height: 1.55;
}

.w14-slogan {
  margin: 1.75rem 0 0;
  font-family: var(--w14-mono);
  letter-spacing: 0.08em;
  color: var(--w14-lime);
}

.w14-versions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  justify-content: center;
  padding: 1.25rem 1rem 2.5rem;
  font-family: var(--w14-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--w14-dim);
}

.w14-versions a {
  color: var(--w14-muted);
  text-decoration: none;
}

.w14-versions a:hover {
  color: var(--w14-lime);
}

.w14-signal {
  text-align: center;
  padding-top: clamp(2.2rem, 5vh, 3.2rem);
  padding-bottom: clamp(2.2rem, 5vh, 3.2rem);
}

.w14-typewriter {
  margin: 0.85rem auto 0.75rem;
  padding: 1rem 1.15rem;
  max-width: min(42rem, 100%);
  border: 1px solid rgba(163, 230, 53, 0.35);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(0, 18, 8, 0.72), rgba(7, 11, 9, 0.92));
  box-shadow: 0 0 28px rgba(163, 230, 53, 0.12), inset 0 0 40px rgba(0, 32, 16, 0.35);
  min-height: 3.1em;
  text-align: center;
}

.w14-typewriter--under-video {
  margin: 0.55rem auto 1rem;
  max-width: min(520px, 88vw);
  padding: 0.55rem 0.9rem;
  min-height: 1.85em;
  box-sizing: border-box;
}

.w14-typewriter--above-video {
  margin: 0 auto 0.7rem;
}

.w14-typewriter--under-video .w14-typewriter-line {
  font-size: clamp(0.58rem, 1.85vw, 0.82rem);
  letter-spacing: 0.22em;
}

.w14-typewriter--under-video .w14-typewriter-cursor {
  font-size: clamp(0.58rem, 1.85vw, 0.82rem);
}

.w14-hero-hook {
  margin: 0 0 0.35rem;
  text-align: center;
  font-family: var(--w14-mono);
  font-size: clamp(0.72rem, 1.8vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--w14-muted);
  line-height: 1.35;
}

.w14-hero-hook--accent {
  margin: 0 0 0.85rem;
  color: var(--w14-lime);
  text-shadow: 0 0 12px rgba(163, 230, 53, 0.35);
}

.w14-typewriter-line {
  font-family: "Share Tech Mono", var(--w14-mono);
  font-size: clamp(0.82rem, 2.6vw, 1.15rem);
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #d1fae5;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(187, 247, 208, 0.95), 0 0 22px rgba(163, 230, 53, 0.45);
  white-space: pre-wrap;
}

.w14-typewriter-cursor {
  display: inline-block;
  margin-left: 2px;
  color: var(--w14-lime);
  animation: w14-cursor 0.78s step-end infinite;
}

.w14-typewriter.is-done .w14-typewriter-cursor {
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  animation: none;
}

@keyframes w14-cursor {
  50% { opacity: 0; }
}

.w14-signal-sub {
  margin: 0.85rem auto 0;
  max-width: 28rem;
  font-size: 0.92rem;
  color: var(--w14-muted);
}

.w14-verses {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: min(980px, 94vw);
  display: grid;
  gap: 1rem;
}

.w14-verse {
  margin: 0;
  padding: 1.35rem 1.3rem 1.45rem;
  border: 1px solid var(--w14-line);
  border-radius: 4px;
  background: linear-gradient(165deg, #121a12 0%, #0a120c 100%);
}

.w14-verse:nth-child(even) {
  border-color: rgba(163, 230, 53, 0.18);
  background: linear-gradient(165deg, #0e1612 0%, #070b09 100%);
}

.w14-verse--punch {
  border-color: rgba(163, 230, 53, 0.55);
  box-shadow: 0 0 32px rgba(163, 230, 53, 0.12);
}

.w14-verse-n {
  display: block;
  margin-bottom: 0.65rem;
  font-family: var(--w14-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--w14-lime);
}

.w14-verse p {
  margin: 0;
  color: #c5d4c8;
  line-height: 1.65;
  font-size: 1.02rem;
}

.w14-verse strong {
  color: var(--w14-lime);
  font-weight: 600;
}

.w14-world {
  padding-top: 0;
}

.w14-world-card {
  margin: 0 auto;
  max-width: min(980px, 94vw);
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border: 1px solid rgba(163, 230, 53, 0.35);
  background:
    radial-gradient(ellipse at top, rgba(163, 230, 53, 0.08), transparent 55%),
    var(--w14-panel);
  text-align: center;
}

.w14-world-card .w14-h2 {
  margin-bottom: 0.85rem;
}

.w14-world-card p:last-child {
  margin: 0;
  color: #c5d4c8;
  line-height: 1.6;
  font-size: 1.08rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .w14-hero-copy,
  [data-reveal] {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .w14-btn:hover,
  .w14-path-step:hover {
    transform: none;
  }
  .w14-typewriter-cursor {
    animation: none;
    opacity: 1;
  }
}

html.app-mode.page-wmm14 .w14-hero {
  padding: 0 clamp(0.8rem, 3vw, 1.4rem) 1.4rem;
}

html.app-mode.page-wmm14 .w14-hero-stage {
  max-width: min(900px, 94vw);
  margin-bottom: 0.9rem;
}

html.app-mode.page-wmm14 .w14-title {
  font-size: clamp(1.25rem, 5vw, 1.85rem);
}

html.app-mode.page-wmm14 .w14-lead {
  font-size: clamp(0.8rem, 3.4vw, 0.92rem);
}

/* Компактнее на низком/среднем экране — больше текста в первом вьюпорте */
@media (max-height: 940px), (max-width: 1180px) {
  .w14-hero {
    padding-bottom: 1.1rem;
  }
  .w14-hero.w14-hero--frame {
    padding-top: 8px;
  }
  .w14-hero-stage {
    max-width: min(780px, 92vw);
    margin-bottom: 0.45rem;
    gap: 0.55rem;
  }
  .w14-hero.w14-hero--frame .w14-hero-stage {
    margin-bottom: 0.4rem;
  }
  .w14-video-shell--hero {
    box-shadow:
      0 0 0 1px rgba(7, 11, 9, 0.9),
      0 0 0 4px rgba(10, 16, 12, 0.92),
      0 0 0 5px rgba(163, 230, 53, 0.22),
      0 14px 36px rgba(0, 0, 0, 0.45);
  }
  .w14-video-shell--hero::before,
  .w14-video-shell--hero::after,
  .w14-video-corners::before,
  .w14-video-corners::after {
    width: 12px;
    height: 12px;
  }
  .w14-typewriter--under-video {
    margin: 0.2rem auto 0.45rem;
    max-width: min(480px, 88vw);
    padding: 0.4rem 0.7rem;
  }
  .w14-typewriter--under-video .w14-typewriter-line,
  .w14-typewriter--under-video .w14-typewriter-cursor {
    font-size: clamp(0.5rem, 1.6vw, 0.72rem);
    letter-spacing: 0.2em;
  }
  .w14-typewriter--above-video {
    margin: 0 auto 0.45rem;
  }
  .w14-hero-copy {
    max-width: min(48rem, 92vw);
  }
  .w14-hero-hook {
    font-size: clamp(0.62rem, 1.4vw, 0.78rem);
    margin-bottom: 0.2rem;
  }
  .w14-hero-hook--accent {
    margin-bottom: 0.45rem;
  }
  .w14-title {
    font-size: clamp(1.12rem, 2.5vw, 1.55rem);
    margin-bottom: 0.35rem;
    line-height: 1.06;
  }
  .w14-lead {
    font-size: clamp(0.74rem, 1.3vw, 0.86rem);
    line-height: 1.35;
    margin-bottom: 0.7rem;
  }
  .w14-btn {
    min-height: 2.2rem;
    padding: 0.4rem 1rem;
    font-size: 0.88rem;
  }
  .w14-video-play-core {
    transform: scale(0.82);
  }
  .w14-hud-chip {
    font-size: 0.58rem;
    padding: 0.22rem 0.4rem;
  }
}

@media (max-height: 780px) {
  .w14-hero-stage {
    max-width: min(640px, 90vw);
  }
  .w14-lead {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .w14-title {
    font-size: clamp(1rem, 2.2vw, 1.35rem);
  }
}
