/* Board — the sheet.
 *
 * The page is a menu board hung over paper. Three surfaces and no more: the board, which carries
 * the answer and the way in; the paper it hangs on; the card a table sits on. What the visitor
 * came for is set in the board voice at figure size, calories in amber and caffeine in ice;
 * everything else is a table. Ornament is spent on the board panel and nowhere else.
 */

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: var(--t-0);
  font-variation-settings: var(--normal);
  line-height: 1.5;
  text-underline-offset: 0.18em;
}

::selection { background: var(--sel); color: var(--ink); }

h1, h2, h3, h4 {
  font-variation-settings: var(--wide);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: var(--r-s);
}

.vh {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.skip {
  position: absolute; left: var(--s-3); top: -100px;
  z-index: 10;
  background: var(--accent); color: #FFF;
  padding: var(--s-3) var(--s-4);
  border-radius: var(--r-s);
  font-weight: 700;
  text-decoration: none;
}
.skip:focus { top: var(--s-3); }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--s-4);
}
@media (min-width: 768px) { .wrap { padding-inline: var(--s-5); } }

/* ---- chrome: the board bar and the task strip ------------------------------------------- */

/* Every reference page is one tap from every page. The four questions a drinks menu is searched
   with — strongest, no sugar, frozen, what it costs — are destinations, not body text. */
.board-bar {
  background: var(--board);
  color: var(--board-ink);
  border-bottom: 3px solid var(--cal);
}

.board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  min-height: 56px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  min-height: var(--tap);
  color: inherit;
  text-decoration: none;
  font-variation-settings: var(--wide);
  font-weight: 800;
  font-size: var(--t-1);
  letter-spacing: -0.01em;
}
.mark { width: 28px; height: 28px; flex: none; }
.mark-panel { fill: var(--cal); }
.mark-rule { fill: var(--board); }
.mark-dot { fill: var(--caf); }

.tasks {
  display: flex;
  gap: var(--s-1);
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 calc(var(--s-4) * -1);
  padding: 0 var(--s-4) var(--s-2);
}
.tasks::-webkit-scrollbar { display: none; }
/* A hard cut at the viewport edge reads as a broken layout; a fade reads as "there is more". */
.tasks, .jump { mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent); }
.task {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 var(--s-3);
  white-space: nowrap;
  color: var(--board-ink);
  text-decoration: none;
  font-size: var(--t--1);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--r-s);
  border-bottom: 3px solid transparent;
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.task:hover { color: var(--cal); border-bottom-color: var(--cal); }
.task[aria-current='page'] { color: var(--cal); border-bottom-color: var(--cal); }

@media (min-width: 900px) {
  .board-in { display: flex; align-items: center; gap: var(--s-6); min-height: 68px; }
  .tasks { margin: 0; padding: 0; overflow: visible; flex-wrap: wrap; }
  .task { min-height: var(--tap); }
}

.crumbs { padding-top: var(--s-4); font-size: var(--t--1); color: var(--ink-muted); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.crumbs li + li::before { content: '\203A'; padding-right: var(--s-2); color: var(--line-strong); }

/* ---- the answer ------------------------------------------------------------------------- */

main { display: block; padding-bottom: var(--s-8); }

.answer {
  background: var(--board);
  color: var(--board-ink);
  border: 1px solid var(--board-edge);
  border-radius: var(--r-m);
  padding: var(--s-5) var(--s-4);
  margin-top: var(--s-5);
}
@media (min-width: 768px) { .answer { padding: var(--s-6); } }

.stamp {
  font-size: var(--t--2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cal);
  margin-bottom: var(--s-3);
}
.stamp a { color: inherit; }

.answer h1 { font-size: var(--t-4); font-variation-settings: 'wdth' 122; font-weight: 900; }
.answer .lede {
  margin-top: var(--s-3);
  color: var(--board-muted);
  font-size: var(--t-1);
  max-width: 48ch;
}
.answer .tags { margin-top: var(--s-4); }

.figs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-5) var(--s-6);
  margin-top: var(--s-5);
  padding-top: var(--s-5);
  border-top: 1px solid rgba(198, 176, 150, 0.35);
}
.fig-v {
  display: block;
  font-variation-settings: 'wdth' 112;
  font-weight: 900;
  font-size: var(--t-fig);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.fig-u {
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: 0.18em;
  color: var(--board-ink);
}
.fig-l {
  display: block;
  margin-top: var(--s-2);
  font-size: var(--t--1);
  color: var(--board-muted);
  max-width: 18ch;
}
/* One accent each, on top of the palette rather than instead of it. */
.fig--cal .fig-v { color: var(--cal); }
.fig--caf .fig-v { color: var(--caf); }

@media (min-width: 768px) {
  .answer--split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: var(--s-6);
    align-items: end;
  }
  .answer--split .figs {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid rgba(198, 176, 150, 0.35);
    padding-left: var(--s-6);
  }
}

/* size chips and fact tags: one family. The size names are spelled out once, here, and a row
   further down carries initials only. */
.chips, .tags { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.chip, .tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 var(--s-3);
  border-radius: var(--r-pill);
  font-size: var(--t--1);
  font-weight: 600;
  white-space: nowrap;
}
.chip { border: 1px solid var(--board-muted); color: var(--board-ink); }
.chip b { font-variation-settings: var(--wide); font-weight: 800; margin-right: 0.35em; color: var(--cal); }
.answer .tag { border: 1px solid var(--board-muted); color: var(--board-ink); background: transparent; }
.tag {
  border: 1px solid var(--line-strong);
  background: var(--card);
  color: var(--ink);
}
.tag--sf { border-color: var(--cal-ink); color: var(--cal-ink); }
.tag--off { color: var(--ink-muted); border-style: dashed; }

/* the size · preparation swap: revealed by site.js, because a chip that moves nothing without a
   script is a dead control. With no script the page is the reference row and the full matrix. */
.swap { margin-top: var(--s-5); padding-top: var(--s-4); border-top: 1px solid rgba(198, 176, 150, 0.35); }
.swap[hidden] { display: none; }
.swap-g { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-2); margin: 0; padding: 0; border: 0; }
.swap-g + .swap-g { margin-top: var(--s-3); }
.swap-l {
  font-size: var(--t--2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--board-muted);
  width: 100%;
  padding: 0;
}
.swapb {
  min-height: 38px;
  padding: 0 var(--s-4);
  border-radius: var(--r-pill);
  border: 1px solid var(--board-muted);
  background: transparent;
  color: var(--board-ink);
  font: inherit;
  font-size: var(--t--1);
  font-weight: 600;
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.swapb[aria-pressed='true'] { background: var(--cal); border-color: var(--cal); color: var(--board); }
.swapb[disabled] { opacity: 1; color: var(--board-muted); border-style: dashed; cursor: default; }

/* ---- sections ---------------------------------------------------------------------------- */

.sec { margin-top: var(--s-7); }
.sec-h { margin-bottom: var(--s-4); }
.eyebrow {
  display: block;
  font-size: var(--t--2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: var(--s-2);
}
.sec-h h1 { font-size: var(--t-4); }
.sec-h h2 { font-size: var(--t-3); }
.sec-h h3 { font-size: var(--t-2); }
.sub { color: var(--ink-muted); font-size: var(--t--1); margin-top: var(--s-2); max-width: 64ch; }

/* ---- the ways in: computed cuts above the wall -------------------------------------------- */

.cuts { display: grid; gap: var(--s-3); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.cut {
  background: var(--card);
  border: 1px solid var(--line);
  border-top: 3px solid var(--line-strong);
  border-radius: var(--r-m);
  padding: var(--s-4);
}
.cut--cal { border-top-color: var(--cal-ink); }
.cut--caf { border-top-color: var(--caf-ink); }
.cut h3 { font-size: var(--t-1); }
.cut .sub { margin-top: var(--s-1); }
.cut ol, .cut ul { margin-top: var(--s-3); }
.cut li { display: flex; align-items: baseline; gap: var(--s-3); padding: var(--s-2) 0; border-bottom: 1px solid var(--line); }
.cut li:last-child { border-bottom: 0; }
.cut li a { min-height: 32px; font-weight: 600; text-decoration-color: var(--line-strong); }
.cut li a:hover { color: var(--accent); }
.cut .n { margin-left: auto; font-variant-numeric: tabular-nums; font-weight: 800; white-space: nowrap; }
.cut--cal .n { color: var(--cal-ink); }
.cut--caf .n { color: var(--caf-ink); }
.cut-links { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-3); }

/* ---- the way in: find and jump ------------------------------------------------------------ */

.find {
  display: flex;
  max-width: 34rem;
  align-items: center;
  gap: var(--s-3);
  background: var(--card);
  border: 2px solid var(--line-strong);
  border-radius: var(--r-m);
  padding: var(--s-2) var(--s-3);
  min-height: 52px;
}
.find[hidden] { display: none; }
.find svg { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--accent); stroke-width: 2.2; }
.find label { font-weight: 700; font-variation-settings: var(--wide); white-space: nowrap; }
.find input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}
.find input::placeholder { color: var(--ink-muted); }
.find:focus-within { border-color: var(--accent); }

.jump {
  display: flex;
  gap: var(--s-2);
  overflow-x: auto;
  scrollbar-width: none;
  margin: var(--s-4) calc(var(--s-4) * -1) 0;
  padding: 0 var(--s-4) var(--s-2);
}
.jump::-webkit-scrollbar { display: none; }
.jump a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 var(--s-4);
  white-space: nowrap;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  background: var(--card);
  text-decoration: none;
  font-size: var(--t--1);
  font-weight: 600;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.jump a:hover { background: var(--board); color: var(--board-ink); border-color: var(--board); }
@media (min-width: 900px) {
  .jump { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; }
  .tasks, .jump { mask-image: none; }
}

.empty { margin-top: var(--s-4); color: var(--ink-muted); }

/* ---- tables ------------------------------------------------------------------------------- */

/* The wall is a reading column, not a full-width grid: at 1200 the eye should not cross 700px of
   paper between a drink and its calories. */
.cat { margin-top: var(--s-6); max-width: 58rem; }
.cat-h {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-3);
  padding-bottom: var(--s-2);
  border-bottom: 3px solid var(--ink);
}
.cat-h h3 { font-size: var(--t-2); }
.cat-h a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: var(--t--1);
  font-weight: 600;
  color: var(--accent);
  white-space: nowrap;
}

/* A table wider than the screen scrolls inside its own region and never moves the document. */
.scroll { overflow-x: auto; }
.scroll--fade { mask-image: linear-gradient(to right, #000 calc(100% - 24px), transparent); }
@media (min-width: 900px) { .scroll--fade { mask-image: none; } }

table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
caption { text-align: left; }

thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--paper);
  text-align: left;
  font-size: var(--t--2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-muted);
  padding: var(--s-2);
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}
tbody th, tbody td {
  padding: var(--s-2);
  border-bottom: 1px solid var(--line);
  vertical-align: baseline;
}
tbody tr { transition: background var(--dur) var(--ease); }
tbody tr:hover { background: var(--card); }
tbody tr[hidden] { display: none; }

.t-name { text-align: left; font-weight: 600; line-height: 1.25; overflow-wrap: anywhere; }
.t-name a { text-decoration-color: var(--line-strong); }
.t-name a:hover { text-decoration-color: var(--accent); color: var(--accent); }

/* Every figure carries its unit in the cell, so a row at position 40 is readable with the column
   heading off screen — and its colour says which figure it is. */
.num { text-align: right; white-space: nowrap; width: 1%; }
.num b { font-variation-settings: 'wdth' 110; font-weight: 800; font-size: var(--t-1); letter-spacing: -0.01em; }
.num--cal b { color: var(--cal-ink); }
.num--caf b { color: var(--caf-ink); }
.unit { color: var(--ink-muted); font-size: var(--t--2); font-weight: 600; margin-left: 0.25em; }
.dash { color: var(--ink-muted); }

/* A measured cup volume is the number and the date it was measured on, in one cell: the figure
   carries no accent, because §8 gives the two accents to calories and caffeine alone. */
.oz { white-space: nowrap; }
.oz-v { font-variation-settings: 'wdth' 110; font-weight: 800; font-size: var(--t-1); }
.oz-d { display: block; font-size: var(--t--2); font-weight: 500; color: var(--ink-muted); }

/* the size track: four initials, one accessible name for the whole cell. */
.track { display: flex; gap: 4px; justify-content: flex-end; font-size: var(--t--1); }
.track span { font-weight: 800; font-variation-settings: var(--wide); }
.track span.off { font-weight: 400; font-variation-settings: var(--normal); color: var(--ink-muted); }

.sf {
  display: inline-block;
  margin-left: var(--s-2);
  padding: 1px 6px;
  border-radius: var(--r-pill);
  background: var(--sel);
  color: var(--ink);
  font-size: var(--t--2);
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: 1px;
}

@media (max-width: 559px) {
  .t-wall thead th, .t-wall tbody th, .t-wall tbody td { padding-inline: 5px; }
  .t-wall thead th:first-child, .t-wall tbody th:first-child { padding-left: 0; }
  .t-wall thead th:last-child, .t-wall tbody td:last-child { padding-right: 0; }
}

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-m); }
.card > .scroll { border-radius: 0 0 var(--r-m) var(--r-m); }
.hint { font-size: var(--t--2); color: var(--ink-muted); padding: var(--s-2) var(--s-3); border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .hint { display: none; } }

/* the nutrition matrix, split by preparation: a short table per way the drink is made, and the
   full published label behind a disclosure. Nobody scrolls twelve columns on a phone. */
.preps { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.prep { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-m); padding: var(--s-3) var(--s-4) var(--s-2); }
.prep h3 {
  font-size: var(--t--1);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: var(--s-2);
}
.prep thead th { background: var(--card); }
.wide-table { min-width: 46rem; }
.wide-table th[scope='row'], .wide-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  background: var(--card);
  text-align: left;
  font-weight: 700;
  border-right: 1px solid var(--line-strong);
  white-space: nowrap;
}
.wide-table td { text-align: right; white-space: nowrap; }

/* ---- blocks -------------------------------------------------------------------------------- */

.note {
  border-left: 4px solid var(--accent);
  background: var(--card);
  padding: var(--s-3) var(--s-4);
  border-radius: 0 var(--r-m) var(--r-m) 0;
}
.note p + p { margin-top: var(--s-2); }

.saying { background: var(--board); color: var(--board-ink); border-radius: var(--r-m); padding: var(--s-5) var(--s-4); }
.saying q {
  display: block;
  font-variation-settings: 'wdth' 118;
  font-weight: 800;
  font-size: var(--t-3);
  line-height: 1.15;
  quotes: '\201C' '\201D';
}
.saying .sub { color: var(--board-muted); }
.saying .tags { margin-top: var(--s-4); }
.saying .tag { background: transparent; border-color: var(--board-muted); color: var(--board-ink); }

.tiles { display: grid; gap: var(--s-2); grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-2);
  min-height: var(--tap);
  padding: var(--s-3) var(--s-4);
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-m);
  text-decoration: none;
  font-weight: 600;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease);
}
.tile::after { content: '\2192'; color: var(--accent); }
.tile:hover { background: var(--sel); transform: translateX(2px); }
.tile-s { display: block; font-size: var(--t--1); font-weight: 500; color: var(--ink-muted); }

.grid-cards { display: grid; gap: var(--s-3); grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.dcard {
  display: block;
  padding: var(--s-3) var(--s-4);
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--line-strong);
  border-radius: var(--r-s);
  text-decoration: none;
  transition: border-color var(--dur) var(--ease);
}
.dcard:hover { border-left-color: var(--accent); }
/* A card for something this wave did not emit: the same object, with nothing to press. */
.dcard--flat { color: var(--ink-muted); border-left-color: var(--line); }
.dcard-n { font-weight: 700; font-variation-settings: var(--wide); }
.dcard-f { margin-top: var(--s-2); display: flex; gap: var(--s-4); align-items: baseline; flex-wrap: wrap; }
.dcard-f b { font-size: var(--t-1); font-weight: 800; font-variant-numeric: tabular-nums; }
.dcard-f .cal { color: var(--cal-ink); }
.dcard-f .caf { color: var(--caf-ink); }
.delta { font-size: var(--t--1); color: var(--accent); font-weight: 700; margin-left: auto; }

.list-lines li { padding: var(--s-2) 0; border-bottom: 1px solid var(--line); }
.list-lines li:last-child { border-bottom: 0; }

.steps { counter-reset: step; }
.steps li {
  position: relative;
  counter-increment: step;
  padding: var(--s-2) 0 var(--s-2) var(--s-6);
  border-bottom: 1px solid var(--line);
}
.steps li:last-child { border-bottom: 0; }
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: var(--s-2);
  width: 22px; height: 22px;
  border-radius: var(--r-pill);
  background: var(--board);
  color: var(--cal);
  font-size: var(--t--2);
  font-weight: 800;
  display: grid;
  place-items: center;
}

details { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-m); margin-top: var(--s-3); }
summary {
  display: flex;
  justify-content: space-between;
  gap: var(--s-3);
  align-items: center;
  min-height: var(--tap);
  padding: var(--s-3) var(--s-4);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: '+';
  color: var(--accent);
  font-size: var(--t-2);
  font-weight: 800;
  line-height: 1;
  transition: transform var(--dur) var(--ease);
}
details[open] summary::after { transform: rotate(45deg); }
details .inner { padding: 0 var(--s-4) var(--s-4); }
details .inner > .sub { margin-top: 0; margin-bottom: var(--s-3); }

.prov { margin-top: var(--s-7); font-size: var(--t--1); color: var(--ink-muted); }
.prov p + p { margin-top: var(--s-2); }
.prov a { color: var(--accent); }

.slot { display: block; margin: var(--s-6) 0; }

.prose { max-width: 66ch; margin-top: var(--s-5); }
.prose p { margin-bottom: var(--s-4); }
.prose h2 { font-size: var(--t-2); margin: var(--s-6) 0 var(--s-3); }
.prose a { color: var(--accent); }

/* ---- footer --------------------------------------------------------------------------------- */

.foot { margin-top: var(--s-8); background: var(--board); color: var(--board-ink); padding: var(--s-6) 0 var(--s-5); }
.foot-in { display: grid; gap: var(--s-5); }
@media (min-width: 768px) { .foot-in { grid-template-columns: 1.4fr 1fr 1fr; gap: var(--s-6); } }
.foot h2 { font-size: var(--t--2); letter-spacing: 0.12em; text-transform: uppercase; color: var(--cal); margin-bottom: var(--s-3); }
.foot a { color: var(--board-ink); }
.foot li { padding: var(--s-1) 0; }
.foot li a { display: inline-block; min-height: 32px; font-size: var(--t--1); }
.foot .sub { color: var(--board-muted); }
.foot-legal {
  margin-top: var(--s-5);
  padding-top: var(--s-4);
  border-top: 1px solid rgba(198, 176, 150, 0.3);
  font-size: var(--t--2);
  color: var(--board-muted);
  max-width: 78ch;
}

/* ---- 404 ------------------------------------------------------------------------------------- */

.dead { margin-top: var(--s-7); }
.dead h1 { font-size: var(--t-4); }
.dead p { margin-top: var(--s-4); color: var(--ink-muted); max-width: 52ch; font-size: var(--t-1); }
.dead .tiles { margin-top: var(--s-5); }

/* ---- motion ----------------------------------------------------------------------------------- */

/* State changes only: a row tinting, a tile stepping 2px, a disclosure marker turning, a chip
   taking the amber. Nothing moves on load and nothing is revealed on scroll, so nothing delays
   the answer. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .tile:hover { transform: none; }
}
