*, *::before, *::after { box-sizing: border-box; }

:root {
  --ink-900: #061A1F;
  --ink-800: #0E3B3A;
  --brand: #10C8A5;
  --brand-soft: #7CF2C4;
  --live: #FF7A1A;
  --data: #FFD233;
  --clay: #C96A3F;
  --stone: #6B7A72;
  --paper: #F4F1E8;
  --mist: #DFF7F0;
  --on-dark: #EAF6F2;
  --on-light: #16262B;
  --rail-w: 88px;
  --bar-h: 56px;
  --line-dark: rgba(16, 200, 165, .20);
  --line-soft: rgba(124, 242, 196, .30);
  --line-stone: rgba(107, 122, 114, .42);
  --shadow-1: 0 1px 0 rgba(0, 0, 0, .35), 0 18px 40px -30px rgba(0, 0, 0, .95);
  --font-sans: system-ui, -apple-system, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-display: "Arial Black", "Helvetica Neue", Impact, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-serif: "Songti SC", "Noto Serif SC", Georgia, "Times New Roman", "SimSun", serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Courier New", monospace;
  --radius: 2px;
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  padding-left: var(--rail-w);
  background:
    radial-gradient(1100px 640px at 84% -12%, rgba(16, 200, 165, .16), transparent 62%),
    var(--ink-900);
  color: var(--on-dark);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 961px) {
  body { font-size: 17px; }
  body.nav-open { overflow: auto; }
}

h1, h2, h3, h4 {
  margin: 0 0 .5em;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
}

p { margin: 0 0 1em; }
img { display: block; max-width: 100%; height: auto; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
a { color: var(--brand-soft); text-decoration-color: rgba(124, 242, 196, .45); text-underline-offset: 3px; }
a:hover { color: #fff; }
main { display: block; }

:focus-visible { outline: 2px solid var(--data); outline-offset: 2px; }

.sr-only,
.nav-toggle-label {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px; left: 10px;
  transform: translateY(-200%);
  padding: 12px 18px;
  background: var(--data);
  color: var(--ink-900);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.skip-link:focus { transform: translateY(0); color: var(--ink-900); }

/* ---------- scroll progress ---------- */
.scroll-progress {
  position: fixed;
  z-index: 95;
  top: 0;
  left: var(--rail-w);
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--brand) 0%, var(--data) 68%, var(--live) 100%);
  pointer-events: none;
}

/* ---------- header / rail ---------- */
.site-header {
  position: fixed;
  z-index: 80;
  top: 0; left: 0; bottom: 0;
  width: var(--rail-w);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 7px;
  overflow: hidden;
  background: linear-gradient(180deg, #061A1F 0%, #0A2A2E 48%, #061A1F 100%);
  border-right: 1px solid var(--line-dark);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(115deg, rgba(124, 242, 196, .05) 0 2px, transparent 2px 10px);
}

.rail-brand,
.site-nav,
.rail-status,
.mobile-bar { position: relative; z-index: 1; }

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 4px 0 10px;
  border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
}
.brand-mark {
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-soft));
  color: #04231F;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
}
.brand-name {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .06em;
  text-align: center;
  color: var(--on-dark);
}

.site-nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.nav-caption {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-align: center;
  color: var(--stone);
}
.nav-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 6px 3px;
  border-left: 3px solid transparent;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
  color: rgba(234, 246, 242, .72);
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.nav-link:hover { background: rgba(16, 200, 165, .14); color: #fff; }
.nav-link[aria-current="page"] {
  background: rgba(16, 200, 165, .20);
  color: #fff;
  border-left-color: var(--brand);
}

.nav-shortcuts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.nav-shortcut {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 2px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: var(--brand-soft);
  background: rgba(14, 59, 58, .75);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}
.nav-shortcut:hover { background: rgba(16, 200, 165, .18); color: #fff; border-color: var(--line-soft); }

.rail-status {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--line-dark);
}
.status-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 40px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  color: var(--on-dark);
  background: rgba(14, 59, 58, .6);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}
.status-pill--live { color: #FFD8BC; border-color: rgba(255, 122, 26, .5); }
.status-pill--replay { color: #CBF7E8; border-color: rgba(16, 200, 165, .45); }
.dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; }
.dot--live { background: var(--live); animation: pulse-live 2s ease-in-out infinite; }
.dot--replay { background: var(--brand); }
@keyframes pulse-live {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .35; transform: scale(.72); }
}

.mobile-bar { display: none; }

/* ---------- footer ---------- */
.site-footer {
  margin-top: 64px;
  padding: 40px clamp(18px, 3.5vw, 52px) 22px;
  background: var(--ink-900);
  border-top: 1px solid var(--line-soft);
  color: rgba(234, 246, 242, .72);
}
.footer-grid {
  display: grid;
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto 0 0;
}
.footer-col { min-width: 0; }
.footer-brand {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.01em;
  color: #fff;
}
.footer-tag { margin: 0 0 16px; font-size: 13px; color: rgba(234, 246, 242, .6); }
.footer-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand-soft);
}
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.footer-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-size: 14px;
  color: rgba(234, 246, 242, .72);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer-link:hover { color: var(--brand-soft); border-bottom-color: rgba(124, 242, 196, .5); }

.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.contact-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 10px;
  padding: 10px 12px;
  background: rgba(14, 59, 58, .55);
  border: 1px solid var(--line-dark);
}
.contact-key {
  grid-column: 1 / -1;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--stone);
}
.contact-value {
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1.6;
  color: var(--on-dark);
  word-break: break-word;
}
.copy-btn {
  min-height: 36px;
  padding: 0 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--brand-soft);
  background: rgba(16, 200, 165, .12);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  cursor: pointer;
}
.copy-btn:hover { background: rgba(16, 200, 165, .24); color: #fff; }
.copy-btn[data-state="ok"] { background: var(--brand); border-color: var(--brand); color: #04231F; }
.footer-note { margin: 14px 0 0; font-size: 12.5px; line-height: 1.7; color: rgba(234, 246, 242, .55); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  max-width: 1280px;
  margin: 32px auto 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(124, 242, 196, .25);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--stone);
}
.footer-legal { margin: 0; }

/* ---------- generic layout ---------- */
.shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0 0;
  padding: 0 clamp(18px, 3.5vw, 52px);
}
.section { padding: clamp(32px, 5vw, 64px) 0; }
.section-head { margin-bottom: 24px; }
.section-title {
  position: relative;
  margin: 0 0 .35em;
  padding-left: 16px;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: -.01em;
  color: #fff;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18em;
  width: 4px;
  height: 1em;
  background: linear-gradient(180deg, var(--brand), var(--brand-soft));
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
}
.section-lead { max-width: 66ch; margin: 0; color: rgba(234, 246, 242, .78); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brand);
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--brand); }

.prose { max-width: 68ch; font-size: inherit; line-height: 1.8; }
.prose > :last-child { margin-bottom: 0; }
.prose h2, .prose h3 { font-size: clamp(20px, 2.2vw, 26px); }
.prose--paper {
  max-width: 74ch;
  padding: clamp(20px, 3vw, 40px);
  background: var(--paper);
  border-left: 4px solid var(--brand);
  color: var(--on-light);
}
.prose--paper h1, .prose--paper h2, .prose--paper h3 { color: var(--on-light); }
.prose--paper a { color: #0A6E5C; }

.grid { display: grid; gap: 20px; }
.grid--2, .grid--3 { grid-template-columns: 1fr; }
.grid--auto { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

@media (min-width: 760px) {
  .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ---------- cards & data ---------- */
.card {
  position: relative;
  padding: 20px;
  background: var(--ink-800);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  transition: background-color .18s ease, border-color .18s ease;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(115deg, rgba(124, 242, 196, .045) 0 2px, transparent 2px 12px);
}
.card > * { position: relative; z-index: 1; }
.card:hover { background: rgba(124, 242, 196, .09); border-color: var(--line-soft); }
.card-title { margin: 0 0 6px; font-size: clamp(17px, 1.7vw, 20px); font-weight: 800; color: #fff; }
.card-meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--stone);
}

.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--data);
}
.stat-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--stone);
}

.panel {
  padding: 18px 20px;
  background: rgba(6, 26, 31, .78);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
}
.divider { height: 1px; margin: 28px 0; background: var(--line-stone); border: 0; }
.callout {
  margin: 0 0 20px;
  padding: 14px 18px;
  background: rgba(255, 122, 26, .09);
  border-left: 4px solid var(--live);
  color: var(--on-dark);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 10px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--brand-soft);
  background: rgba(16, 200, 165, .12);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}
.tag--clay { color: #F3C4AC; background: rgba(201, 106, 63, .18); border-color: rgba(201, 106, 63, .5); }
.tag--live { color: #FFD8BC; background: rgba(255, 122, 26, .16); border-color: rgba(255, 122, 26, .5); }
.tag--data { color: #2A2200; background: var(--data); border-color: var(--data); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.btn--primary { background: var(--brand); color: #04231F; }
.btn--primary:hover { background: var(--brand-soft); color: #04231F; }
.btn--ghost { background: transparent; color: var(--on-dark); border-color: var(--line-soft); }
.btn--ghost:hover { background: rgba(16, 200, 165, .14); color: #fff; }
.btn--sm { min-height: 40px; padding: 0 15px; font-size: 13px; }

/* ---------- index list ---------- */
.index-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-stone); }
.index-item { border-bottom: 1px solid var(--line-stone); }
.index-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 56px;
  padding: 12px 8px;
  text-decoration: none;
  color: inherit;
}
.index-link:hover { background: rgba(16, 200, 165, .09); color: #fff; }
.index-arrow { font-family: var(--font-mono); color: var(--brand); }

/* ---------- breadcrumb ---------- */
.breadcrumb { margin: 0 0 18px; font-family: var(--font-mono); font-size: 12px; }
.breadcrumb-list { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumb-item { display: inline-flex; align-items: center; gap: 8px; color: var(--stone); }
.breadcrumb-item a { color: rgba(234, 246, 242, .7); text-decoration: none; }
.breadcrumb-item a:hover { color: var(--brand-soft); }
.breadcrumb-item[aria-current="page"] { color: var(--brand-soft); }
.breadcrumb-sep { color: var(--stone); }

/* ---------- media placeholders ---------- */
.media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(152deg, #0E3B3A 0%, #061A1F 100%);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}
.media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(115deg, rgba(124, 242, 196, .06) 0 2px, transparent 2px 14px);
}
.media > img,
.media > picture > img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media--wide { aspect-ratio: 21 / 9; }
.media--square { aspect-ratio: 1 / 1; }
.media-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px;
  background: linear-gradient(0deg, rgba(6, 26, 31, .94), rgba(6, 26, 31, 0));
  font-size: 14px;
  color: var(--on-dark);
}
.media-badge {
  position: absolute;
  top: 10px; left: 10px;
  padding: 3px 9px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: #2A2200;
  background: var(--data);
  border-radius: var(--radius);
}

/* ---------- reveal ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .55s ease, transform .55s ease;
}
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- tablet & mobile ---------- */
@media (max-width: 960px) {
  body {
    padding-left: 0;
    padding-top: var(--bar-h);
    padding-bottom: 62px;
  }
  body.nav-open { overflow: hidden; }

  .scroll-progress { left: 0; top: var(--bar-h); }

  .site-header {
    top: 0; left: 0; right: 0; bottom: auto;
    width: 100%;
    height: var(--bar-h);
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }
  .site-header::before { opacity: .45; }

  .rail-brand { display: none; }

  .mobile-bar {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .mobile-title {
    flex: 1 1 auto;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: center;
    color: var(--on-dark);
  }
  .mobile-quick {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    color: var(--ink-900);
    background: var(--data);
    border-radius: var(--radius);
  }
  .mobile-quick:hover { color: var(--ink-900); background: var(--brand-soft); }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 48px;
    min-height: 48px;
    padding: 0 12px;
    color: var(--on-dark);
    background: transparent;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius);
    cursor: pointer;
  }
  .nav-toggle:hover { border-color: var(--line-soft); }
  .nav-toggle-bars { position: relative; display: block; width: 18px; height: 2px; background: currentColor; }
  .nav-toggle-bars::before,
  .nav-toggle-bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform .2s ease;
  }
  .nav-toggle-bars::before { top: -6px; }
  .nav-toggle-bars::after { top: 6px; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars::after { transform: translateY(-6px) rotate(-45deg); }

  .site-nav {
    position: fixed;
    z-index: 94;
    top: var(--bar-h);
    left: 0;
    bottom: 0;
    width: min(360px, 88vw);
    padding: 18px 16px 28px;
    overflow-y: auto;
    background: #061A1F;
    background-image: repeating-linear-gradient(115deg, rgba(124, 242, 196, .045) 0 2px, transparent 2px 10px);
    border-right: 1px solid var(--line-dark);
    box-shadow: var(--shadow-1);
    transform: translateX(-102%);
    visibility: hidden;
    transition: transform .24s ease, visibility .24s ease;
  }
  .site-nav[data-open] { transform: translateX(0); visibility: visible; }

  .nav-caption { margin-bottom: 10px; text-align: left; }
  .nav-list { gap: 6px; margin-bottom: 22px; }
  .nav-link {
    justify-content: flex-start;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 16px;
    text-align: left;
    border-left-width: 4px;
  }
  .nav-shortcuts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .nav-shortcut { min-height: 52px; font-size: 13px; }

  .rail-status {
    position: fixed;
    z-index: 90;
    left: 0; right: 0; bottom: 0;
    flex-direction: row;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(6, 26, 31, .95);
    border-top: 1px solid var(--line-dark);
    border-left: 0;
    backdrop-filter: blur(6px);
  }
  .status-pill { flex: 1 1 0; min-height: 42px; }

  .site-footer { margin-top: 48px; }
}

@media (min-width: 721px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .footer-grid { grid-template-columns: 1.05fr .9fr 1.25fr; gap: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .dot--live { animation: none; }
}
