
@font-face {
  font-family: 'WJSerif';
  src: url('/assets/fonts/newsreader-latin.woff2?v=1') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'WJSans';
  src: url('/assets/fonts/inter-latin.woff2?v=1') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* fallback stack with size-adjust close to Inter's metrics, so the swap
   from system font to WJSans does not reflow paragraph line counts */
@font-face {
  font-family: 'WJSans Fallback';
  src: local('Arial');
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

:root {
  --wj-canvas: #faf9f7;
  --wj-paper: #ffffff;
  --wj-mist: #f1efef;
  --wj-line: #e7e5e4;
  --wj-line-2: #d6d3d1;
  --wj-muted: #6b655e;
  --wj-body: #44403c;
  --wj-ink: #1c1917;
  --wj-charcoal: #292524;
  --wj-ember: #f97316;
  --wj-ember-ink: #7c2d12;
  --wj-good: #166534;
  --wj-bad: #9f2d20;

  --wj-max: 1200px;
  --wj-gap: 80px;
  --wj-r-card: 8px;
  --wj-r-pill: 999px;

  --wj-font-display: 'WJSerif', 'WJSans Fallback', ui-serif, Georgia, serif;
  --wj-font-body: 'WJSans', 'WJSans Fallback', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--wj-canvas);
  color: var(--wj-body);
  font-family: var(--wj-font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { color: var(--wj-ink); font-family: var(--wj-font-display); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 1.7rem + 2vw, 3.6rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem); letter-spacing: -0.015em; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }

.wj-vis-hide {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.wj-skip {
  z-index: 100;
}
.wj-skip:focus {
  position: fixed; top: 12px; left: 12px; width: auto; height: auto;
  padding: 10px 18px; margin: 0; background: var(--wj-ink); color: var(--wj-paper);
  border-radius: var(--wj-r-pill); clip: auto; overflow: visible;
}

:focus-visible { outline: 2.5px solid var(--wj-ember); outline-offset: 3px; }

/* ---------------------------------------------------------------- */
/* header / nav                                                      */
/* ---------------------------------------------------------------- */

.wj-mast { background: var(--wj-canvas); position: sticky; top: 0; z-index: 40; }
.wj-mast__row {
  max-width: var(--wj-max); margin: 0 auto; padding: 18px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.wj-brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.wj-brand__mark { color: var(--wj-ember); display: inline-flex; }
.wj-brand__word { font-family: var(--wj-font-display); font-weight: 600; font-size: 1.2rem; color: var(--wj-ink); letter-spacing: -0.01em; }
.wj-brand__accent { color: var(--wj-ember-ink); }
.wj-cache .wj-brand__accent, .wj-cove .wj-brand__accent { color: #fdba74; }

.wj-burger {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center;
  border-radius: var(--wj-r-pill); border: 1px solid var(--wj-line);
}
.wj-burger__shut { display: none; }
.wj-burger[aria-expanded="true"] .wj-burger__open { display: none; }
.wj-burger[aria-expanded="true"] .wj-burger__shut { display: inline-flex; }

.wj-nav__list { display: flex; gap: 4px; flex-wrap: wrap; }
.wj-nav__link {
  display: inline-block; padding: 8px 14px; border-radius: var(--wj-r-pill);
  text-decoration: none; font-size: .92rem; font-weight: 500; color: var(--wj-body);
  transition: background-color .15s ease, color .15s ease;
}
.wj-nav__link:hover { background: var(--wj-mist); color: var(--wj-ink); }
.wj-nav__link--on { background: var(--wj-ink); color: var(--wj-paper); }

@media (max-width: 780px) {
  .wj-burger { display: inline-flex; }
  .wj-nav {
    position: fixed; inset: 66px 12px auto 12px; background: var(--wj-paper);
    border-radius: var(--wj-r-card); box-shadow: 0 10px 30px rgba(28,25,23,.14);
    padding: 10px; transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
  }
  .wj-nav.wj-nav--open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .wj-nav__list { flex-direction: column; gap: 2px; }
  .wj-nav__link { display: block; }
}

/* ---------------------------------------------------------------- */
/* hero (cove)                                                       */
/* ---------------------------------------------------------------- */

.wj-cove { position: relative; overflow: hidden; padding: 0; }
.wj-cove__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.wj-cove__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(28,20,14,.72) 0%, rgba(28,20,14,.82) 55%, rgba(20,14,10,.92) 100%);
}
.wj-cove__row {
  position: relative; z-index: 2; max-width: 760px; margin: 0 auto;
  padding: 96px 24px 76px; text-align: center;
}
.wj-eyebrow {
  font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--wj-ember-ink); margin: 0 0 14px;
}
.wj-cove .wj-eyebrow { color: #fdba74; }
.wj-cove h1 { color: #fff; margin-bottom: .4em; }
.wj-cove .wj-lede { color: #f1e9df; font-size: 1.12rem; max-width: 58ch; margin-inline: auto; }
.wj-cove__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 26px 0 20px; }
.wj-cove__facts { color: #d9cabb; font-size: .88rem; }

/* ---------------------------------------------------------------- */
/* buttons (spark)                                                   */
/* ---------------------------------------------------------------- */

.wj-spark {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  border-radius: var(--wj-r-pill); padding: 12px 24px; font-weight: 600; font-size: .95rem;
  background: var(--wj-ink); color: var(--wj-paper); border: 1px solid var(--wj-ink);
  transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease;
}
.wj-spark:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(28,25,23,.22); }
.wj-spark:active { transform: translateY(0); }
.wj-spark--ghost {
  background: transparent; color: var(--wj-ink); border: 1.5px solid rgba(255,255,255,.6);
}
.wj-cove .wj-spark--ghost { color: #fff; }
.wj-spark--ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.wj-article .wj-spark--ghost, .wj-article--404 .wj-spark--ghost {
  border-color: var(--wj-line-2); color: var(--wj-ink);
}
.wj-article .wj-spark--ghost:hover, .wj-article--404 .wj-spark--ghost:hover {
  background: var(--wj-mist);
}
.wj-cache .wj-spark--ghost { color: #f4efe8; border-color: #6c645b; }
.wj-cache .wj-spark--ghost:hover { background: rgba(255,255,255,.08); }

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

.wj-section { padding: 56px 20px; }
.wj-section--tint { background: var(--wj-mist); }
.wj-section__row { max-width: var(--wj-max); margin: 0 auto; }
.wj-section__row--narrow { max-width: 74ch; }
.wj-section__lead { max-width: 62ch; font-size: 1.05rem; color: var(--wj-muted); margin-bottom: 30px; }

/* ---------------------------------------------------------------- */
/* genre showcase (compass)                                          */
/* ---------------------------------------------------------------- */

.wj-compass-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.wj-compass {
  display: flex; gap: 16px; align-items: flex-start; text-decoration: none;
  background: var(--wj-paper); border: 1px solid var(--wj-line); border-radius: var(--wj-r-card);
  padding: 26px; box-shadow: 0 1px 4px rgba(0,0,0,.05);
  transition: transform .14s ease, box-shadow .14s ease;
}
.wj-compass:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(28,25,23,.1); }
.wj-compass__ico { color: var(--wj-ember); flex: none; margin-top: 4px; }
.wj-compass__title { display: block; font-family: var(--wj-font-display); font-weight: 600; font-size: 1.25rem; color: var(--wj-ink); margin-bottom: 4px; }
.wj-compass__dek { display: block; color: var(--wj-muted); margin-bottom: 10px; }
.wj-compass__count { display: inline-block; font-size: .78rem; font-weight: 600; color: var(--wj-ember-ink); background: #fff1e0; padding: 3px 11px; border-radius: var(--wj-r-pill); }

/* ---------------------------------------------------------------- */
/* game grid + card (vault)                                          */
/* ---------------------------------------------------------------- */

.wj-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 22px; }
.wj-vault {
  display: flex; flex-direction: column; text-decoration: none; background: var(--wj-paper);
  border-radius: var(--wj-r-card); overflow: hidden; border: 1px solid var(--wj-line);
  box-shadow: 0 1px 4px rgba(0,0,0,.05); transition: transform .14s ease, box-shadow .14s ease;
}
.wj-vault:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(28,25,23,.14); }
.wj-vault__frame { display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--wj-mist); }
.wj-vault__frame img { width: 100%; height: 100%; object-fit: cover; }
.wj-vault--feature { grid-column: span 2; }
.wj-vault--feature .wj-vault__frame { aspect-ratio: 16 / 9; }
.wj-vault--feature .wj-vault__title { font-size: 1.3rem; }
.wj-vault__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.wj-vault__title { font-family: var(--wj-font-display); font-weight: 600; font-size: 1.05rem; color: var(--wj-ink); }
.wj-vault__score { font-size: .84rem; color: var(--wj-muted); }
.wj-vault__score strong { color: var(--wj-ink); }
.wj-vault__blurb { font-size: .9rem; color: var(--wj-muted); }
.wj-badge {
  align-self: flex-start; font-size: .74rem; font-weight: 600; letter-spacing: .01em;
  background: var(--wj-mist); color: var(--wj-body); padding: 4px 12px; border-radius: var(--wj-r-pill);
}

/* ---------------------------------------------------------------- */
/* related games (kin)                                               */
/* ---------------------------------------------------------------- */

.wj-kin-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.wj-kin-grid--pair { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.wj-kin {
  display: flex; gap: 12px; align-items: center; text-decoration: none; padding: 10px;
  border-radius: var(--wj-r-card); background: var(--wj-paper); border: 1px solid var(--wj-line);
  transition: background-color .14s ease;
}
.wj-kin:hover { background: var(--wj-mist); }
.wj-kin img { width: 56px; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 6px; flex: none; }
.wj-kin__title { display: block; font-weight: 600; color: var(--wj-ink); font-size: .92rem; }
.wj-kin__score { display: block; font-size: .8rem; color: var(--wj-muted); }

/* ---------------------------------------------------------------- */
/* table (ledger)                                                     */
/* ---------------------------------------------------------------- */

.wj-ledger__scroll { overflow-x: auto; border-radius: var(--wj-r-card); }
.wj-ledger table { min-width: 640px; }
.wj-ledger caption { text-align: left; font-weight: 600; color: var(--wj-ink); padding-bottom: 12px; font-family: var(--wj-font-display); font-size: 1.05rem; }
.wj-ledger th, .wj-ledger td { text-align: left; padding: 12px 16px; font-size: .92rem; }
.wj-ledger thead th { border-bottom: 1.5px solid var(--wj-ink); font-weight: 600; color: var(--wj-ink); }
.wj-ledger tbody th { font-weight: 600; color: var(--wj-ink); white-space: nowrap; }
.wj-ledger tbody tr:nth-child(odd) { background: var(--wj-mist); }
.wj-ledger tbody tr td, .wj-ledger tbody tr th { border-bottom: none; }
.wj-ledger__note { font-size: .88rem; color: var(--wj-muted); margin-top: 12px; }

/* ---------------------------------------------------------------- */
/* facts card (stat)                                                  */
/* ---------------------------------------------------------------- */

.wj-stat {
  background: var(--wj-paper); border: 1px solid var(--wj-line); border-radius: var(--wj-r-card);
  padding: 22px 24px; margin: 28px 0; box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.wj-stat h2 { font-size: 1rem; margin-bottom: 14px; }
.wj-stat__row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--wj-line); font-size: .92rem; }
.wj-stat__row:last-child { border-bottom: none; }
.wj-stat__k { color: var(--wj-muted); }
.wj-stat__v { color: var(--wj-ink); font-weight: 600; text-align: right; }

/* ---------------------------------------------------------------- */
/* pros / cons (verdict)                                              */
/* ---------------------------------------------------------------- */

.wj-verdict { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin: 34px 0; }
.wj-verdict__col h2 { font-size: 1.05rem; }
.wj-verdict__list { display: flex; flex-direction: column; gap: 10px; }
.wj-verdict__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.wj-verdict__list--good li svg { color: var(--wj-good); flex: none; margin-top: 3px; }
.wj-verdict__list--bad li svg { color: var(--wj-bad); flex: none; margin-top: 3px; }

/* ---------------------------------------------------------------- */
/* breadcrumbs (trail)                                                */
/* ---------------------------------------------------------------- */

.wj-trail { max-width: var(--wj-max); margin: 0 auto; padding: 18px 20px 0; }
.wj-trail ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: .82rem; color: var(--wj-muted); }
.wj-trail a { text-decoration: none; color: var(--wj-muted); }
.wj-trail a:hover { color: var(--wj-ink); text-decoration: underline; }
.wj-trail li[aria-current] { color: var(--wj-ink); font-weight: 600; }
.wj-trail__sep { color: var(--wj-line-2); }

/* ---------------------------------------------------------------- */
/* article shell                                                      */
/* ---------------------------------------------------------------- */

.wj-article { max-width: var(--wj-max); margin: 0 auto; padding: 24px 20px 80px; }
.wj-article--narrow { max-width: 74ch; }
.wj-article__head { max-width: 74ch; margin: 0 0 28px; }
.wj-article__head--hub { max-width: var(--wj-max); }
.wj-article .wj-lede { font-size: 1.12rem; color: var(--wj-muted); max-width: 68ch; }
.wj-article__score { font-size: .95rem; color: var(--wj-ink); }
.wj-article__score strong { font-family: var(--wj-font-display); font-size: 1.3rem; }
.wj-article .wj-eyebrow a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }

.wj-prose { max-width: 74ch; font-size: 1rem; }
.wj-prose--legal { max-width: none; }
.wj-article section { margin: 40px 0; }
.wj-article section > h2 { max-width: 74ch; }

.wj-frame { margin: 30px 0; }
.wj-frame img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--wj-r-card); }
.wj-frame figcaption { font-size: .84rem; color: var(--wj-muted); margin-top: 10px; }
.wj-frame--lead img { aspect-ratio: 16 / 10; }

.wj-crosslink { max-width: 74ch; font-size: .98rem; color: var(--wj-muted); margin-top: 44px; }
.wj-crosslink a { color: var(--wj-ember-ink); font-weight: 600; text-decoration: underline; }

/* ---------------------------------------------------------------- */
/* FAQ accordion (scroll)                                             */
/* ---------------------------------------------------------------- */

.wj-scroll { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.wj-scroll__item {
  background: var(--wj-paper); border: 1px solid var(--wj-line); border-radius: var(--wj-r-card);
  padding: 4px 20px;
}
.wj-scroll__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 0; font-weight: 600; color: var(--wj-ink); cursor: pointer; list-style: none;
}
.wj-scroll__item summary::-webkit-details-marker { display: none; }
.wj-scroll__ico { color: var(--wj-muted); transition: transform .16s ease; flex: none; }
.wj-scroll__item[open] .wj-scroll__ico { transform: rotate(90deg); }
.wj-scroll__panel { padding: 0 0 18px; color: var(--wj-body); }
.wj-scroll__panel p { margin: 0; }

/* ---------------------------------------------------------------- */
/* contact block (satchel)                                            */
/* ---------------------------------------------------------------- */

.wj-satchel h2 { font-size: 1rem; }
.wj-satchel p { font-size: .92rem; }
.wj-satchel__email a { color: var(--wj-ember-ink); font-weight: 600; text-decoration: underline; word-break: break-word; }
.wj-satchel--page {
  background: var(--wj-paper); border: 1px solid var(--wj-line); border-radius: var(--wj-r-card);
  padding: 28px; margin-top: 32px; max-width: none;
}
.wj-satchel--page .wj-satchel__email { font-size: 1.1rem; margin: 10px 0 16px; }

/* ---------------------------------------------------------------- */
/* footer (cache)                                                     */
/* ---------------------------------------------------------------- */

.wj-cache { background: var(--wj-charcoal); color: #e7e2dc; margin-top: 40px; }
.wj-cache__row {
  max-width: var(--wj-max); margin: 0 auto; padding: 56px 20px 30px;
  display: grid; grid-template-columns: 1.6fr repeat(3, 1fr) 1.3fr; gap: 32px;
}
.wj-cache .wj-brand__word, .wj-cache .wj-brand__mark { color: #fff; }
.wj-cache__brand p { color: #b6ada2; font-size: .9rem; margin-top: 14px; max-width: 34ch; }
.wj-cache__col h2 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; font-family: var(--wj-font-body); }
.wj-cache__col ul { display: flex; flex-direction: column; gap: 9px; }
.wj-cache__col a { color: #cfc7bc; text-decoration: none; font-size: .92rem; }
.wj-cache__col a:hover { color: #fff; text-decoration: underline; }
.wj-cache .wj-satchel p { color: #cfc7bc; }
.wj-cache .wj-satchel__email a { color: #fdba74; }
.wj-cache__legal { max-width: var(--wj-max); margin: 0 auto; padding: 20px 20px 34px; color: #a89e92; font-size: .82rem; background: rgba(0,0,0,.12); }

/* ---------------------------------------------------------------- */
/* cookie note                                                        */
/* ---------------------------------------------------------------- */

.wj-note {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  max-width: 760px; margin: 0 auto; background: var(--wj-ink); color: #f4efe8;
  border-radius: var(--wj-r-card); padding: 18px 22px; box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.wj-note__row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.wj-note p { margin: 0; flex: 1 1 320px; font-size: .88rem; color: #d8d1c6; }
.wj-note a { color: #fdba74; text-decoration: underline; }
.wj-note__actions { display: flex; gap: 10px; flex: none; }
.wj-note .wj-spark { padding: 9px 18px; font-size: .88rem; }
.wj-note .wj-spark--ghost { border-color: #6c645b; color: #f4efe8; }

/* ---------------------------------------------------------------- */
/* back to top                                                        */
/* ---------------------------------------------------------------- */

.wj-toplink {
  position: fixed; right: 18px; bottom: 18px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--wj-paper); border: 1px solid var(--wj-line); color: var(--wj-ink);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,.14);
  opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease;
  z-index: 50;
}
.wj-toplink.wj-toplink--show { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* ---------------------------------------------------------------- */
/* site map page                                                      */
/* ---------------------------------------------------------------- */

.wj-siteindex { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; margin-top: 20px; }
.wj-siteindex__group h2 { font-size: 1rem; margin-bottom: 10px; }
.wj-siteindex__group ul { display: flex; flex-direction: column; gap: 7px; }
.wj-siteindex__group a { color: var(--wj-body); text-decoration: none; font-size: .93rem; }
.wj-siteindex__group a:hover { color: var(--wj-ember-ink); text-decoration: underline; }

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

.wj-article--404 { padding-top: 90px; padding-bottom: 110px; text-align: center; }
.wj-article--404 .wj-cove__actions { justify-content: center; }

/* ---------------------------------------------------------------- */
/* scroll reveal                                                      */
/* ---------------------------------------------------------------- */

/* Progressive enhancement on purpose: a .wj-reveal element is fully
   visible by default. JS adds --armed only once it has also taken
   responsibility for eventually adding --in, so a script error, a
   blocked file or a no-JS visitor never leaves real content stuck at
   opacity 0 — worst case there is simply no fade-in animation. */
.wj-reveal--armed { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.wj-reveal--armed.wj-reveal--in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .wj-reveal--armed { opacity: 1; transform: none; transition: none; }
  .wj-vault, .wj-compass, .wj-spark { transition: none; }
}

/* ---------------------------------------------------------------- */
/* responsive                                                         */
/* ---------------------------------------------------------------- */

@media (max-width: 900px) {
  .wj-cache__row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wj-cache__row { grid-template-columns: 1fr; }
  .wj-cove__row { padding: 76px 20px 56px; }
  .wj-verdict { grid-template-columns: 1fr; }
  .wj-vault--feature { grid-column: span 1; }
  .wj-vault--feature .wj-vault__frame { aspect-ratio: 3 / 4; }
  .wj-note__row { flex-direction: column; align-items: stretch; }
  .wj-note__actions { justify-content: flex-end; }
}
