/* ============================================================
   ZHL SCOPE · 空管雷达席 — 暗色磷光世界
   设计契约见 index.html 顶部注释
   底 #05090F / 磷光青 #22D3EE（全页唯一强调色）/ 琥珀仅告警
   圆角系统锁 2px（仪表硬朗）；数据一律等宽
   ============================================================ */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jbmono-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jbmono-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  --bg: #05090F;                 /* 页面底 */
  --bg-raise: #081019;           /* 抬升面（卡片/条） */
  --scope-face: #071018;         /* 雷达面 */
  --line: #14222E;               /* 发丝 */
  --line-strong: #1E3341;
  --cyan: #22D3EE;               /* 唯一强调色：磷光青 */
  --cyan-bright: #7DE8FF;
  --cyan-dim: rgba(34, 211, 238, 0.62);
  --cyan-faint: rgba(34, 211, 238, 0.14);
  --cyan-ghost: rgba(34, 211, 238, 0.07);
  --text: #D9ECF3;
  --text-dim: #8FB2C0;
  --text-faint: #6C8FA3;
  --amber: #FFB454;              /* 仅告警语义，全站至多一处 */
  --font-body: "Archivo", -apple-system, "PingFang SC", "HarmonyOS Sans SC",
    "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Consolas, monospace;
  --w-max: 1280px;
  --pad: clamp(20px, 4vw, 56px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

::selection { background: var(--cyan); color: #04222B; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
html { scrollbar-color: #1E3341 var(--bg); scrollbar-width: thin; }
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb { background: #14222E; border-radius: 0; }

.mono { font-family: var(--font-mono); letter-spacing: 0.04em; }
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -48px; z-index: 95;
  background: var(--cyan); color: #04222B;
  padding: 8px 14px; font-size: 13px; text-decoration: none; font-weight: 700;
  transition: top 0.2s var(--ease-out);
}
.skip-link:focus-visible { top: 12px; }

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 30px;
  font-family: var(--font-mono); font-size: 14px; font-weight: 700;
  letter-spacing: 0.08em; text-decoration: none;
  border: 1px solid var(--cyan); border-radius: 2px; cursor: pointer;
  transition: transform 0.18s var(--ease-out), background 0.18s var(--ease-out),
    color 0.18s var(--ease-out), border-color 0.18s var(--ease-out),
    box-shadow 0.18s var(--ease-out);
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--ink { background: var(--cyan); color: #04222B; border-color: var(--cyan); }
.btn--ink:hover {
  background: var(--cyan-bright); border-color: var(--cyan-bright);
  box-shadow: 0 0 0 1px var(--cyan-faint), 0 6px 26px rgba(34, 211, 238, 0.22);
}
.btn--ghost { background: transparent; color: var(--cyan-bright); }
.btn--ghost:hover { background: var(--cyan-ghost); }
.btn--s { min-height: 36px; padding: 0 16px; font-size: 12.5px; }

/* ---------- 开机自检覆盖层 ---------- */
.boot {
  position: fixed; inset: 0; z-index: 90;
  background: #04070C;
  display: flex; align-items: center; justify-content: center;
  clip-path: inset(0 0 0% 0);
}
.boot.is-done { display: none; }
.boot__lines { font-family: var(--font-mono); font-size: 13px; line-height: 2.1; }
.boot__lines span { display: block; color: var(--cyan-dim); }
.boot__lines span b { color: var(--cyan-bright); font-weight: 400; }

/* ---------- 封面 ---------- */
.cover {
  min-height: 100dvh;
  display: flex; flex-direction: column;
  padding: 0 var(--pad);
  position: relative;
}
.cover__bar, .cover__foot { width: 100%; }
.cover__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 16px 0 13px;
  border-bottom: 1px solid var(--line-strong);
}
.cover__brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.cover__mark { width: 36px; height: 36px; }
.cover__journal-en {
  font-family: var(--font-mono); font-weight: 700; font-size: 13.5px;
  letter-spacing: 0.18em; color: var(--cyan-bright); white-space: nowrap;
}
.cover__stamp { display: flex; align-items: center; gap: 10px; }
.cover__stamp-cn {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.3em; color: var(--text-dim);
}
.cover__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.cover__meta .mono { font-size: 11.5px; color: var(--text-faint); }

.cover__body {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(28px, 4.5vh, 54px) 0 0;
  max-width: var(--w-max);
  margin: 0 auto;
  width: 100%;
}
.cover__copy { display: flex; flex-direction: column; justify-content: center; padding-bottom: 20px; }
.cover__headline {
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 900;
  line-height: 1.06;
}
.cover__headline span { display: block; }
.cover__headline-line2 { color: var(--cyan); }
.cover__sub {
  margin: 24px 0 0; max-width: 33em;
  font-size: 16px; line-height: 1.95; color: var(--text-dim);
}
.cover__coverlines {
  list-style: none; margin: 30px 0 0; padding: 0;
  border-top: 1px solid var(--line-strong);
}
.cover__coverlines li { border-bottom: 1px solid var(--line); }
.cover__coverlines a {
  display: flex; align-items: baseline; gap: 14px; flex: 1; min-width: 0;
  padding: 10px 2px; text-decoration: none;
}
.cover__coverlines .cl-text { font-weight: 700; font-size: 15px; color: var(--text); }
.cover__coverlines .cl-dots {
  flex: 1; border-bottom: 1px dashed var(--line-strong);
  transform: translateY(-4px);
}
.cover__coverlines .cl-page { font-family: var(--font-mono); font-size: 12.5px; color: var(--cyan-dim); }
.cover__coverlines a:hover .cl-text { color: var(--cyan-bright); }
.cover__ctas { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

/* 雷达图版：绝对定位画布，尺寸确定性 */
.cover__plate {
  margin: 0; position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  background: var(--scope-face);
  overflow: hidden;
  min-height: 380px;
}
.cover__plate::after {
  /* 扫描线纹理：只存在于图版内部，静态一层 */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg,
    rgba(125, 232, 255, 0.028) 0 1px, transparent 1px 4px);
}
#cover-chart { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.plate-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding: 9px 14px;
  border-top: 1px solid var(--line);
  font-size: 12px; color: var(--text-faint);
  background: rgba(5, 9, 15, 0.72);
}
.plate-cap .mono { font-size: 11px; color: var(--cyan-dim); white-space: nowrap; }

.cover__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 13px 0 16px;
  border-top: 1px solid var(--line-strong);
  margin-top: 24px;
}
.cover__foot-line { font-family: var(--font-mono); font-size: 11.5px; color: var(--text-faint); margin: 0; }
.barcode { display: flex; align-items: stretch; gap: 3px; height: 22px; opacity: 0.85; }
.barcode span { width: 2px; background: var(--text-faint); }
.barcode span:nth-child(4n + 1) { width: 4px; }
.barcode span:nth-child(7n + 3) { width: 1px; }
.barcode span:nth-child(5n) { margin-right: 4px; }

/* ---------- 翻页格 ---------- */
.flapline { display: inline-flex; gap: 2px; }
.flap {
  position: relative; width: 1.02em; height: 1.42em;
  font-family: var(--font-mono); font-weight: 700;
  perspective: 240px;
}
.flap__half, .flap__leaf {
  position: absolute; left: 0; width: 100%; height: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #0C1622; color: var(--cyan-bright);
  backface-visibility: hidden; overflow: hidden;
}
.flap__half--top, .flap__leaf--top { top: 0; border-radius: 2px 2px 0 0; }
.flap__half--bottom, .flap__leaf--bottom { bottom: 0; border-radius: 0 0 2px 2px; }
.flap__half--top span, .flap__leaf--top span { transform: translateY(28%); }
.flap__half--bottom span, .flap__leaf--bottom span { transform: translateY(-28%); }
.flap__half--top { border-bottom: 1px solid rgba(0, 0, 0, 0.6); box-shadow: inset 0 1px 0 rgba(125, 232, 255, 0.10); }
.flap__half--bottom { border-top: 1px solid rgba(0, 0, 0, 0.45); }
.flap__leaf { z-index: 2; }
.flap__leaf--top { transform-origin: bottom; transform: rotateX(0deg); }
.flap__leaf--bottom { transform-origin: top; transform: rotateX(90deg); }

/* ---------- 吸顶航迹条 ---------- */
.toc-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(5, 9, 15, 0.94);
  border-bottom: 1px solid var(--line-strong);
  transform: translateY(-100%);
  transition: transform 0.35s var(--ease-out);
}
.toc-bar.is-visible { transform: translateY(0); }
.toc-bar__inner {
  max-width: var(--w-max); margin: 0 auto;
  display: flex; align-items: center; gap: 22px;
  padding: 10px var(--pad);
}
.toc-bar__brand {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-weight: 700; font-size: 13px;
  letter-spacing: 0.1em; color: var(--cyan-bright); text-decoration: none; white-space: nowrap;
}
.toc-bar__list {
  list-style: none; display: flex; gap: 20px; margin: 0; padding: 0;
  flex: 1; overflow-x: auto; scrollbar-width: none;
}
.toc-bar__list::-webkit-scrollbar { display: none; }
.toc-bar__list a {
  text-decoration: none; font-size: 13px; font-weight: 700;
  color: var(--text-dim); white-space: nowrap;
  padding: 6px 2px; border-bottom: 2px solid transparent;
}
.toc-bar__list a:hover { color: var(--text); border-bottom-color: var(--cyan); }
.toc-bar__list .mono { color: var(--cyan-dim); margin-right: 6px; font-size: 11.5px; }

/* ---------- 通用分节 ---------- */
.section { padding: clamp(72px, 10vh, 126px) var(--pad); border-bottom: 1px solid var(--line); }
.section > * { max-width: var(--w-max); margin-left: auto; margin-right: auto; }
.section__head { margin-bottom: clamp(36px, 5vh, 60px); }
.section__title {
  margin: 0; font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.14;
  display: flex; align-items: baseline; justify-content: space-between; gap: 24px;
}
.folio { font-family: var(--font-mono); font-size: 12.5px; font-weight: 700; color: var(--cyan-dim); white-space: nowrap; letter-spacing: 0.12em; }
.section__standfirst {
  margin: 16px 0 0; max-width: 36em;
  font-size: 16.5px; line-height: 1.95; color: var(--text-dim);
}

/* ---------- 航迹列表（目录页） ---------- */
.toc-page__list { list-style: none; margin: 0; padding: 0; }
.toc-page__list li { border-bottom: 1px solid var(--line); }
.toc-page__list li:first-child { border-top: 1px solid var(--line-strong); }
.toc-page__list a {
  display: grid; grid-template-columns: 110px 1fr auto; align-items: baseline;
  gap: 18px; padding: 21px 4px; text-decoration: none;
  transition: background 0.2s var(--ease-out), transform 0.25s var(--ease-out);
}
.toc-page__list a:hover { background: var(--cyan-ghost); transform: translateX(12px); }
.toc-page__num { font-family: var(--font-mono); font-weight: 700; font-size: 14px; color: var(--cyan-dim); }
.toc-page__title { font-size: clamp(19px, 2.4vw, 28px); font-weight: 800; color: var(--text); }
.toc-page__arrow { font-family: var(--font-mono); color: var(--text-faint); font-size: 14px; }
.toc-page__list a:hover .toc-page__arrow { color: var(--cyan-bright); }

/* ---------- 数据流条带 ---------- */
.route-marquee {
  display: flex; align-items: center; gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 13px 0 13px var(--pad);
  overflow: hidden;
  background: var(--bg-raise);
}
.route-marquee__label {
  flex-shrink: 0; position: relative; z-index: 1;
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 700;
  color: var(--cyan-dim); letter-spacing: 0.2em;
  padding: 2px 18px 2px 2px; border-right: 1px solid var(--line-strong);
  background: var(--bg-raise);
}
.route-marquee__track { display: flex; gap: 46px; white-space: nowrap; will-change: transform; }
.route-marquee__track span {
  font-family: var(--font-mono); font-size: 13px; color: var(--text-faint); letter-spacing: 0.1em;
}
.route-marquee__track span::after { content: "·"; margin-left: 46px; color: var(--line-strong); }

/* ---------- 特稿 ---------- */
.feature__grid {
  display: grid; grid-template-columns: minmax(0, 5.4fr) minmax(0, 6.6fr);
  gap: clamp(28px, 4vw, 64px); align-items: start;
}
.feature__copy .section__title { display: block; }
.feature__copy .standfirst {
  margin: 18px 0 0; font-size: 17px; line-height: 2; color: var(--text); max-width: 34em;
}
.feature__paras { margin-top: 24px; display: grid; gap: 16px; }
.feature__paras p { margin: 0; max-width: 36em; color: var(--text-dim); line-height: 2; }
.feature__plate { margin: 0; }
.feature__pin {
  position: relative;
  border: 1px solid var(--line-strong); border-radius: 2px;
  background: var(--scope-face);
  overflow: hidden;
}
.feature__pin::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg,
    rgba(125, 232, 255, 0.028) 0 1px, transparent 1px 4px);
}
#route-svg { display: block; width: 100%; height: auto; }
.feature__pin .plate-cap { position: static; background: rgba(5, 9, 15, 0.8); }

/* ---------- 机载装备 ---------- */
.gear__grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2.2vw, 26px);
}
.gear-card {
  border: 1px solid var(--line-strong); border-radius: 2px;
  background: var(--bg-raise);
  display: flex; flex-direction: column;
  transition: transform 0.25s var(--ease-out), border-color 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out);
}
.gear-card:hover {
  transform: translateY(-3px); border-color: rgba(34, 211, 238, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px var(--cyan-faint);
}
.gear-card--w5 { grid-column: span 5; }
.gear-card--w7 { grid-column: span 7; }
.gear-card--w4 { grid-column: span 4; }
.gear-card__imgwrap { border-bottom: 1px solid var(--line); overflow: hidden; }
.gear-card__imgwrap img { width: 100%; height: auto; transition: transform 0.5s var(--ease-out); }
.gear-card:hover .gear-card__imgwrap img { transform: scale(1.02); }
.gear-card__body { padding: 17px 19px 19px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gear-card__plate {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em;
  color: var(--cyan-dim);
}
.gear-card__title { margin: 0; font-size: 18.5px; font-weight: 800; color: var(--text); }
.gear-card__desc { margin: 0; font-size: 14px; line-height: 1.9; color: var(--text-dim); }
.gear-card__meta {
  margin-top: auto; padding-top: 11px;
  font-family: var(--font-mono); font-size: 11px; color: var(--text-faint);
}

/* ---------- 入席流程翻页板 ---------- */
.board {
  list-style: none; margin: 0;
  background: #060B12;
  border: 1px solid var(--line-strong); border-radius: 2px;
  padding: clamp(18px, 2.6vw, 32px);
  display: grid; gap: 0;
}
.board__row {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 36px);
  align-items: center;
  padding: clamp(16px, 2.2vw, 25px) 0;
}
.board__row + .board__row { border-top: 1px solid var(--line); }
.board__flaps { display: flex; gap: 4px; flex-wrap: nowrap; }
.board__flaps .flap {
  width: clamp(24px, 2.6vw, 33px); height: clamp(34px, 3.6vw, 46px);
  font-size: clamp(16px, 1.8vw, 22px);
}
.board__text { min-width: 0; display: grid; gap: 4px; }
.board__label { color: var(--text); font-size: clamp(16.5px, 1.7vw, 20px); font-weight: 800; }
.board__label .mono { color: var(--cyan-dim); font-size: 0.72em; margin-right: 10px; }
.board__desc { color: var(--text-faint); font-size: 13.5px; line-height: 1.85; }
.board__foot {
  display: flex; justify-content: space-between; gap: 16px;
  margin-top: clamp(16px, 2.2vw, 24px); padding-top: 15px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 11px;
  color: var(--text-faint); letter-spacing: 0.08em;
}

/* ---------- 数据页 ---------- */
.numbers__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong);
}
.numbers__cell {
  border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong);
  padding: clamp(22px, 2.6vw, 32px) clamp(18px, 2.2vw, 30px);
  display: flex; flex-direction: column; gap: 6px;
  transition: background 0.25s var(--ease-out);
}
.numbers__cell:hover { background: var(--cyan-ghost); }
.numbers__value {
  font-family: var(--font-mono); font-weight: 700;
  font-size: clamp(32px, 3.4vw, 48px); line-height: 1.08;
  color: var(--cyan-bright); font-variant-numeric: tabular-nums;
}
.numbers__value em { font-style: normal; color: var(--cyan); }
.numbers__label { font-size: 15.5px; font-weight: 800; }
.numbers__note { font-size: 12.5px; color: var(--text-faint); line-height: 1.7; }

/* ---------- 封底 ---------- */
.backcover {
  background: #030609; color: var(--text);
  padding: clamp(80px, 12vh, 150px) var(--pad) 40px;
  border-bottom: none;
}
.backcover__inner { max-width: var(--w-max); margin: 0 auto; }
.backcover__headline {
  margin: 0; font-size: clamp(36px, 5.6vw, 80px); font-weight: 900; line-height: 1.1;
}
.backcover__headline span { display: block; }
.backcover__headline-2 { color: var(--cyan); text-shadow: 0 0 34px rgba(34, 211, 238, 0.3); }
.backcover__sub {
  margin: 24px 0 0; max-width: 30em;
  color: var(--text-dim); font-size: 16.5px; line-height: 1.9;
}
.backcover__ctas { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.backcover__ctas .btn--ghost { color: var(--text-dim); border-color: var(--line-strong); }
.backcover__ctas .btn--ghost:hover { color: var(--cyan-bright); border-color: var(--cyan-dim); background: var(--cyan-ghost); }
.backcover__brandline { margin-top: clamp(52px, 8vh, 90px); }
.backcover__brandline img { border-radius: 2px; }
.backcover__colophon {
  margin-top: 24px; padding-top: 17px;
  border-top: 1px solid var(--line);
  display: grid; gap: 6px;
  font-family: var(--font-mono); font-size: 11.5px; color: var(--text-faint);
}

/* ---------- 渐显 ---------- */
.reveal { opacity: 0; }
.js .reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
}
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- 动效降级 ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .boot { display: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .route-marquee__track { animation: none !important; transform: none !important; }
  .gear-card, .gear-card__imgwrap img, .btn, .toc-bar { transition: none !important; }
}

/* ---------- 响应式 ---------- */
@media (max-width: 1023px) {
  .feature__grid { grid-template-columns: 1fr; }
  .gear-card--w5, .gear-card--w7, .gear-card--w4 { grid-column: span 6; }
  .numbers__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  body { font-size: 15.5px; }
  .cover__body { grid-template-columns: 1fr; padding-top: 20px; }
  .cover__copy { padding-bottom: 6px; }
  .cover__headline { font-size: clamp(36px, 11vw, 52px); }
  .cover__plate { min-height: 0; }
  .cover__plate::before { content: ""; display: block; padding-top: 92%; }
  .cover__stamp { display: none; }
  .cover__bar { flex-wrap: wrap; }
  .cover__meta { display: none; }
  .cover__ctas .btn { flex: 1 1 auto; }
  .toc-bar__cta { display: none; }
  .toc-page__list a { grid-template-columns: 64px 1fr auto; gap: 12px; padding: 17px 2px; }
  .gear-card--w5, .gear-card--w7, .gear-card--w4 { grid-column: span 12; }
  .board__row { grid-template-columns: 1fr; gap: 12px; }
  .board__flaps { flex-wrap: wrap; row-gap: 6px; }
  .board__flaps .flap { width: 25px; height: 36px; font-size: 17px; }
  .numbers__grid { grid-template-columns: 1fr; }
  .section { padding-top: 60px; padding-bottom: 60px; }
  .section__title { flex-direction: column; gap: 8px; }
  .backcover__ctas .btn { width: 100%; }
}

/* ---------- 锚点偏移 ---------- */
#feature, #gear, #departures, #numbers, #toc { scroll-margin-top: 84px; }


/* ---------- 打印/无动画兜底：渐显内容不因任何时序丢失 ---------- */
@media print {
  .js .reveal { opacity: 1 !important; transform: none !important; }
}
