/* ============================================================================
   DLFT · Subpage design system
   Single source of truth for /manifesto, /resilience, /trust, /control.
   Tokens, chrome, and components are derived directly from the home page
   (index.html) so every subpage reads as the same site: cool #fafafa ground,
   Inter type, rust accent, soft light-bordered rounded surfaces.
   ========================================================================== */

:root {
  --bg: #fafafa;
  --ink: #0a0a0a;
  --ink-soft: #1a1a1a;
  --muted: #6b7280;
  --line: #e5e5e5;
  --surface: #f4f4f5;
  --accent: #b8341a;
  --good: #2f6b3a;
  --warn: #c98a17;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --serif: "Instrument Serif", Georgia, serif;
  --bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.005em;
}
::selection { background: var(--ink); color: var(--bg); }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Shared page padding (matches home .page) */
.page {
  padding: max(8px, var(--safe-top)) 8px 8px;
  padding-left: max(8px, var(--safe-left));
  padding-right: max(8px, var(--safe-right));
}
@media (min-width: 768px) { .page { padding: 16px; } }

/* Em-italic accent used throughout for short emphasised phrases */
em, .em { font-family: var(--serif); font-style: italic; color: var(--accent); font-size: 1.08em; letter-spacing: 0; }

/* ── HERO CARD (the black rounded card, identical language to home) ───────── */
.hero {
  border-radius: 15px;
  background: var(--ink);
  color: white;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .hero { padding: 40px 64px; } }

.hero-nav { display: flex; align-items: center; gap: 24px; position: relative; z-index: 10; }
@media (min-width: 768px) { .hero-nav { gap: 32px; } }
.wordmark { font-family: var(--sans); font-weight: 600; font-size: 24px; letter-spacing: -0.04em; color: white; }
@media (min-width: 768px) { .wordmark { font-size: 28px; } }
.hero-nav .divider { flex: 1; height: 1px; background: rgba(255,255,255,0.45); }
.hero-nav-links {
  display: none;
  gap: 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.02em;
}
@media (min-width: 600px) { .hero-nav-links { display: flex; } }
@media (min-width: 1024px) { .hero-nav-links { font-size: 14px; gap: 26px; } }
.hero-nav-links a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 2px;
  white-space: nowrap;
  transition: color 0.2s, opacity 0.2s;
}
.hero-nav-links a:hover { color: white; }
.hero-nav-links a[aria-current="page"] { color: white; }
.hero-nav-links a[aria-current="page"]::after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 30px;
  width: 100%;
  height: 1.5px;
  background: var(--accent);
}

.hero-body {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  align-items: end;
  margin-top: 56px;
}
@media (min-width: 768px) { .hero-body { margin-top: 88px; } }
@media (min-width: 1024px) {
  .hero-body { grid-template-columns: 3fr 2fr; gap: 64px; align-items: center; }
}
.hero-kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-kicker .tick { width: 7px; height: 7px; border-radius: 50%; background: var(--good); box-shadow: 0 0 8px 1px rgba(47,107,58,0.55); }
.hero-head h1 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(40px, 6.4vw, 80px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
  max-width: 16ch;
}
.hero-head h1 em { color: #ff7a5c; font-size: 1em; }
.hero-head .deck {
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.5;
  max-width: 54ch;
  color: rgba(255,255,255,0.82);
}
.hero-head .lead-line {
  margin-top: 22px;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.65;
  max-width: 56ch;
  color: rgba(255,255,255,0.6);
}
.hero-schematic { width: 100%; }
.hero-schematic .hero-art-frame {
  background: var(--bg);
  border-radius: 12px;
  padding: 20px;
}

/* Hero schematic recolour so the home schematics read on the dark card */
.hero-schematic .schematic-resilience text[fill="#6b7280"],
.hero-schematic .schematic-control text[fill="#6b7280"] { fill: var(--muted); }

/* ── CONTENT SHELL ────────────────────────────────────────────────────────── */
.content { max-width: 1200px; margin: 0 auto; }

.section { padding: 56px 16px 8px; }
@media (min-width: 768px) { .section { padding: 96px 64px 8px; } }
.section:first-of-type { padding-top: 64px; }

.section-head { display: flex; align-items: center; gap: 24px; margin-bottom: 40px; }
.section-head h2 {
  font-weight: 500;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.section-head .idx {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}
.section-head .rule { flex: 1; height: 1px; background: var(--line); }

.kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

/* Large editorial lead lines — Inter, tight, to match home headings */
.lede {
  font-weight: 500;
  font-size: clamp(26px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  max-width: 20ch;
  margin-bottom: 36px;
}
.lede.wide { max-width: 28ch; }
.prose-lead {
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.02em;
  max-width: 40ch;
  margin-bottom: 18px;
}
.prose { font-size: 16px; line-height: 1.7; color: var(--ink-soft); max-width: 62ch; margin-bottom: 16px; }
.prose:last-child { margin-bottom: 0; }

/* Pull quote — accent left border, modern */
.pull {
  margin-top: 28px;
  padding-left: 22px;
  border-left: 2px solid var(--accent);
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 34ch;
  color: var(--ink);
}

/* ── SURFACE CARD (rounded, light border — home idiom) ─────────────────────── */
.card-surface {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
}
.diagram-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 28px 24px;
}
@media (min-width: 768px) { .diagram-card { padding: 36px; } }
.diagram-card svg { width: 100%; height: auto; display: block; }

/* ── SIGNATURE BLOCK (authorship, identical to home) ──────────────────────── */
.signature {
  padding: 24px 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-align: left;
  transition: color 0.2s ease;
  cursor: default;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) { .signature { padding: 28px 64px; text-align: right; } }
.signature:hover { color: var(--ink); }
.signature .sig-agent { color: var(--ink-soft); font-weight: 500; }
.signature .sig-sep { margin: 0 6px; opacity: 0.6; }
.signature .sig-rev { font-variant-numeric: tabular-nums; }
.signature .sig-intent { font-style: italic; opacity: 0.85; }

/* ── INDEX LIST (numbered jump list) ──────────────────────────────────────── */
.index-list { border-top: 1px solid var(--line); }
.index-list a {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 20px 8px;
  border-bottom: 1px solid var(--line);
  transition: background 0.18s, padding-left 0.18s;
  min-height: 44px;
}
.index-list a:hover { background: var(--surface); padding-left: 16px; }
.index-list .nn { font-family: var(--mono); font-size: 14px; color: var(--accent); letter-spacing: 0.04em; }
.index-list .tt {
  font-weight: 500;
  font-size: clamp(17px, 1.9vw, 23px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.index-list .meta {
  text-align: right;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── NUMBERED ARTICLE (theses / principles) ───────────────────────────────── */
.entry {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding: 48px 0;
  border-top: 1px solid var(--line);
}
.entry:first-of-type { border-top: none; }
.entry .rail .num {
  font-weight: 600;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--accent);
}
.entry .rail .tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 16px;
}
.entry h3 {
  font-weight: 500;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  max-width: 20ch;
}

/* ── RECEIPT (key/value evidence block) ───────────────────────────────────── */
.receipt {
  margin-top: 28px;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px 24px;
  font-size: 13.5px;
  line-height: 1.6;
}
.receipt .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 2px;
}
.receipt .v { color: var(--ink-soft); }
.receipt .v strong { color: var(--accent); font-weight: 600; }

/* ── STAT GRID (numbers) ──────────────────────────────────────────────────── */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 24px 22px 26px;
}
.stat .tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.stat .num {
  font-weight: 600;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.stat .num.acc { color: var(--accent); }
.stat .num.good { color: var(--good); }
.stat .num .unit { font-size: 0.38em; letter-spacing: 0; color: var(--muted); margin-left: 0.12em; font-weight: 500; }
.stat .desc { font-size: 13px; line-height: 1.55; color: var(--ink-soft); }

/* ── TWO-PANEL COMPARE ────────────────────────────────────────────────────── */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compare-cell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 26px 26px 28px;
}
.compare-cell.now { border-color: rgba(184,52,26,0.35); }
.compare-cell .when { font-weight: 500; font-size: 19px; letter-spacing: -0.02em; margin-bottom: 18px; }
.compare-cell .when.now { color: var(--accent); }
.compare-cell ul { list-style: none; }
.compare-cell li {
  font-size: 14px;
  line-height: 1.55;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid var(--line);
  position: relative;
  color: var(--ink-soft);
}
.compare-cell li:last-child { border-bottom: none; }
.compare-cell li::before { content: ""; position: absolute; left: 0; top: 19px; width: 9px; height: 1.5px; background: var(--muted); }
.compare-cell.now li::before { background: var(--accent); }

/* ── TRANSLATION TABLE ────────────────────────────────────────────────────── */
.tx-grid { border-top: 1px solid var(--line); }
.tx-row {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.tx-row > div { padding: 20px 0; }
.tx-row .ours { font-family: var(--mono); font-size: 13px; line-height: 1.5; color: var(--muted); padding-right: 22px; }
.tx-row .arrow { color: var(--accent); text-align: center; font-size: 18px; }
.tx-row .theirs { font-weight: 500; font-size: clamp(16px, 1.8vw, 21px); line-height: 1.3; letter-spacing: -0.02em; padding-left: 22px; }

/* ── SUBSYSTEM GRID ───────────────────────────────────────────────────────── */
.sub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.sub-cell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sub-cell .head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.sub-cell .num { font-family: var(--mono); font-size: 13px; color: var(--accent); letter-spacing: 0.04em; }
.sub-cell .role { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.sub-cell h3 { font-weight: 500; font-size: clamp(20px, 2.2vw, 26px); line-height: 1.12; letter-spacing: -0.02em; }
.sub-cell p { font-size: 13.5px; line-height: 1.7; color: var(--ink-soft); }
.sub-cell .components {
  padding-top: 16px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--muted);
}
.sub-cell .components strong { color: var(--ink); font-weight: 500; }

/* ── MODEL ROUTING BARS ───────────────────────────────────────────────────── */
.routing {
  margin-top: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 26px 28px;
}
.routing .legend {
  display: flex; gap: 16px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.routing .row { display: grid; grid-template-columns: 110px 1fr 56px; gap: 16px; align-items: center; padding: 12px 0; }
.routing .model { font-weight: 500; font-size: 16px; letter-spacing: -0.01em; }
.routing .bar-wrap { background: var(--bg); border: 1px solid var(--line); height: 16px; border-radius: 8px; overflow: hidden; }
.routing .bar { height: 100%; border-radius: 8px 0 0 8px; }
.routing .bar.haiku { background: var(--ink); }
.routing .bar.sonnet { background: var(--muted); }
.routing .bar.opus { background: var(--accent); }
.routing .bar-label { font-family: var(--mono); font-size: 12px; color: var(--ink); text-align: right; }
.routing .caption { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }

/* ── ENGINEERING DETAILS (disclosure) ─────────────────────────────────────── */
details.engineering {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  padding: 4px 26px;
}
details.engineering summary {
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  list-style: none;
  padding: 20px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
}
details.engineering summary::-webkit-details-marker { display: none; }
details.engineering summary::after { content: "+ open"; margin-left: auto; color: var(--accent); }
details.engineering[open] summary::after { content: "× close"; }
details.engineering[open] summary { border-bottom: 1px solid var(--line); }
.eng-grid { display: grid; grid-template-columns: 200px 1fr; gap: 18px 28px; font-size: 13.5px; line-height: 1.7; padding: 22px 0 26px; }
.eng-grid dt { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); padding-top: 2px; }
.eng-grid dd { color: var(--ink-soft); }
.eng-grid dd code { background: var(--bg); border: 1px solid var(--line); padding: 1px 6px; border-radius: 4px; font-size: 12px; font-family: var(--mono); }

/* ── DIAGRAM CAPTION GRID ─────────────────────────────────────────────────── */
.cap-grid {
  margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  font-size: 12.5px; line-height: 1.6; color: var(--muted);
}
.cap-grid .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; }

/* ── CLOSING / CTA BAND ───────────────────────────────────────────────────── */
.closing { padding: 80px 16px 56px; }
@media (min-width: 768px) { .closing { padding: 120px 64px 64px; } }
.closing .big {
  font-weight: 500;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  max-width: 18ch;
  margin-bottom: 40px;
}
.closing-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid var(--line);
}
.closing-foot .signoff { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.btn-back {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; letter-spacing: -0.01em; color: var(--ink);
  padding: 0 22px; min-height: 48px; border: 1px solid var(--ink); border-radius: 100px;
  transition: background 0.2s, color 0.2s;
}
.btn-back:hover { background: var(--ink); color: var(--bg); }
.btn-back .arr { font-family: var(--mono); }

/* ── CONTACT MINI ─────────────────────────────────────────────────────────── */
.contact { padding: 56px 16px; text-align: center; }
@media (min-width: 768px) { .contact { padding: 88px 64px; } }
.contact h2 { font-weight: 500; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.03em; margin-bottom: 16px; }
.contact p { font-size: clamp(16px, 1.3vw, 19px); max-width: 50ch; margin: 0 auto; color: var(--ink-soft); }
.contact a { text-decoration: underline; text-underline-offset: 3px; }

/* ── FOOTER (colophon, identical to home) ─────────────────────────────────── */
footer.colophon {
  padding: 32px 16px 24px;
  display: flex; align-items: center; gap: 24px;
  max-width: 1200px; margin: 0 auto;
}
@media (min-width: 768px) { footer.colophon { padding: 40px 64px 32px; gap: 40px; } }
footer.colophon .wordmark { color: var(--ink); }
footer.colophon .divider { flex: 1; height: 1px; background: var(--ink); }
footer.colophon .copy { font-size: 13px; color: var(--muted); white-space: nowrap; }

/* ── LOOP COUNTER (overlay, identical to home) ────────────────────────────── */
.loop-counter {
  position: fixed;
  bottom: max(16px, var(--safe-bottom));
  left: max(16px, var(--safe-left));
  z-index: 100;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  background: rgba(250, 250, 250, 0.88);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 4px;
  min-height: 44px; padding: 0 10px; color: var(--ink);
  cursor: pointer; transition: transform 0.2s ease, background 0.2s ease;
  user-select: none; -webkit-tap-highlight-color: transparent;
}
.loop-counter:hover { transform: scale(1.02); background: rgba(255, 255, 255, 0.95); }
.loop-counter .lc-glyph { color: var(--accent); display: inline-block; animation: lc-spin 8s linear infinite; }
.loop-counter .lc-number { font-weight: 500; font-variant-numeric: tabular-nums; }
.loop-counter .lc-label { color: var(--muted); }
.loop-counter .lc-tooltip { opacity: 0; margin-left: 8px; padding-left: 8px; border-left: 1px solid var(--line); color: var(--muted); transition: opacity 0.2s ease; white-space: nowrap; pointer-events: none; }
.loop-counter:hover .lc-tooltip { opacity: 1; }
@keyframes lc-spin { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }
@media (max-width: 480px) {
  .loop-counter { font-size: 10px; padding: 0 8px; }
  .loop-counter .lc-tooltip { display: none; }
}

/* ── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media (max-width: 1023px) {
  .hero-body { grid-template-columns: 1fr; gap: 28px; align-items: start; }
}
@media (max-width: 880px) {
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .sub-grid { grid-template-columns: 1fr; }
  .cap-grid { grid-template-columns: 1fr 1fr; }
  .entry { grid-template-columns: 1fr; gap: 18px; padding: 36px 0; }
  .receipt { grid-template-columns: 1fr; gap: 4px 0; }
  .receipt .k { padding-top: 14px; }
  .eng-grid { grid-template-columns: 1fr; gap: 4px 0; }
  .eng-grid dt { padding-top: 16px; }
  .eng-grid dd { padding-bottom: 12px; }
  .index-list a { grid-template-columns: 40px 1fr; }
  .index-list .meta { display: none; }
  .tx-row { grid-template-columns: 1fr; }
  .tx-row .arrow { display: none; }
  .tx-row .ours { padding-right: 0; padding-bottom: 0; }
  .tx-row .theirs { padding-left: 0; padding-top: 8px; }
  .tx-row > div { padding: 16px 0; }
  .routing .row { grid-template-columns: 84px 1fr 48px; gap: 10px; }
}
@media (max-width: 600px) {
  .section { padding: 48px 14px 4px; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cap-grid { grid-template-columns: 1fr; }
  .hero-head h1 { font-size: clamp(34px, 11vw, 48px); }
}

@media (prefers-reduced-motion: reduce) {
  .loop-counter .lc-glyph { animation: none; }
  .loop-counter { transition: none; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}
