@charset "UTF-8";
/* RNKD — direction "Broadsheet".
   Black on white, hard rules, one accent used only as a highlighter.
   Radii 0. Shadows none. Motion none beyond hover/focus colour. */

/* ------------------------------------------------------------------ fonts */

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif 4';
  src: url('../fonts/source-serif-4-var.woff2') format('woff2-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------------------------------- tokens */

:root {
  --bg: #FFFFFF;
  --bg-2: #F2F2F0;
  --bg-ad: #FAFAF9;
  --ink: #0A0A0A;
  --muted: #5C5C5A;
  --rule-soft: #D9D9D6;
  --rule-dashed: #9a9a97;
  --highlight: #F2E34A;
  --recommend: #146B3A;
  --against: #B3261E;
  --footer-text: #c9c9c6;
  --footer-rule: #3a3a38;
  --footer-label: #9a9a97;

  --sans: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --mono: ui-monospace, Menlo, Consolas, monospace;

  --max: 1200px;
  --pad: 24px;
  --read: 720px;

  /* Photo placeholder. Production replaces it with a real image. */
  --avatar-photo: repeating-linear-gradient(45deg, #E4E4E1 0 4px, #F2F2F0 4px 8px);
}

/* ------------------------------------------------------------------ reset */

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

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  /* Set by consent.js while the fixed cookie banner is showing, so the banner
     never sits on top of the end of the page. */
  padding-bottom: var(--consent-h, 0px);
}

img { max-width: 100%; height: auto; }

a { color: inherit; }
a:hover { color: var(--ink); }

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

mark {
  background: var(--highlight);
  color: var(--ink);
  padding: 0 .08em;
}

h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }

/* Class-level display rules below would otherwise beat the UA [hidden] rule. */
[hidden] { display: none !important; }

/* ---------------------------------------------------------------- layout */

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 10px;
  z-index: 50;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  font: 600 13px var(--sans);
  text-decoration: none;
}
.skip:focus { left: 16px; outline: 3px solid var(--highlight); color: #fff; }

.rule-2 { border-bottom: 2px solid var(--ink); }
.rule-1 { border-bottom: 1px solid var(--ink); }
.t-rule-2 { border-top: 2px solid var(--ink); }
.t-rule-1 { border-top: 1px solid var(--ink); }

/* ------------------------------------------------------------- type roles */

.wordmark {
  display: inline-flex;
  align-items: flex-end;
  font-weight: 900;
  line-height: .85;
  letter-spacing: -.05em;
  font-variation-settings: 'wdth' 78;
  text-decoration: none;
  color: inherit;
}
/* Letters step up 9% of cap height each. */
.wordmark span:nth-child(2) { transform: translateY(-.066em); }
.wordmark span:nth-child(3) { transform: translateY(-.133em); }
.wordmark span:nth-child(4) { transform: translateY(-.2em); }
.wordmark > span { display: inline-block; }
.wordmark-hero { font-size: clamp(90px, 16vw, 220px); letter-spacing: -.055em; }

.kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--muted);
  text-transform: uppercase;
}
.kicker-sm { font-size: 10.5px; letter-spacing: .1em; }
.label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--muted);
  text-transform: uppercase;
}

.h-hub {
  font-weight: 900;
  font-size: clamp(44px, 6vw, 84px);
  line-height: .9;
  letter-spacing: -.045em;
  font-variation-settings: 'wdth' 80;
  text-wrap: balance;
}
.h-doc {
  font-weight: 900;
  font-size: clamp(46px, 7vw, 96px);
  line-height: .88;
  letter-spacing: -.045em;
  font-variation-settings: 'wdth' 80;
  text-wrap: balance;
}
.h-book {
  font-weight: 800;
  font-size: clamp(40px, 6vw, 76px);
  line-height: .95;
  letter-spacing: -.04em;
  font-variation-settings: 'wdth' 85;
  text-wrap: pretty;
}
.h-section {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -.03em;
  font-variation-settings: 'wdth' 80;
  text-transform: uppercase;
}
.h-row {
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1;
  letter-spacing: -.03em;
  font-variation-settings: 'wdth' 88;
  text-wrap: balance;
}

.lede {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.45;
  max-width: 62ch;
  text-wrap: pretty;
}
.lede-hub {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  max-width: 46ch;
  text-wrap: pretty;
}
.serif { font-family: var(--serif); }
.excerpt {
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 1.45;
  text-wrap: pretty;
}
.meta { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.author-line {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.tag-ink {
  background: var(--ink);
  color: #fff;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 100;
}
.tag-hl {
  background: var(--highlight);
  color: var(--ink);
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.site-header {
  background: var(--bg);
  border-bottom: 2px solid var(--ink);
  position: relative;
}
.site-header .bar {
  display: flex;
  align-items: stretch;
  gap: 28px;
  min-height: 60px;
}
.site-header .brand {
  display: flex;
  align-items: flex-end;
  padding: 14px 0 12px;
  font-size: 30px;
}
.site-nav { display: flex; margin-left: auto; align-items: stretch; }
.site-nav a {
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
.site-nav a:hover { background: var(--bg-2); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--ink); }
.site-nav a:focus-visible { outline-offset: -3px; }

.nav-search {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 4px 0 14px;
  margin-left: 8px;
  border-left: 1px solid var(--rule-soft);
}
.magnifier {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}
.magnifier::after {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 6px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.mobile-tools { margin-left: auto; display: none; align-items: center; gap: 6px; }
.mobile-tools .icon-link {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
}
.menu-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 10px;
  background: var(--ink);
  color: #fff;
  border: 0;
  font: 700 12px var(--sans);
  letter-spacing: .1em;
  cursor: pointer;
}
.mobile-nav { display: none; border-top: 1px solid var(--ink); background: #fff; }
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  min-height: 52px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  border-bottom: 1px solid var(--rule-soft);
}
.mobile-nav a:focus-visible { outline-offset: -3px; }
.mobile-nav .here { font-size: 12px; font-weight: 600; color: var(--muted); }
.mobile-nav[data-open="true"] { display: block; }

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

.site-footer {
  background: var(--ink);
  color: #fff;
  margin-top: 64px;
}
.site-footer .cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px 40px;
  padding: 40px var(--pad) 28px;
  max-width: var(--max);
  margin: 0 auto;
}
.site-footer .wordmark { font-size: 44px; }
.site-footer .tagline {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.45;
  margin-top: 14px;
  max-width: 30ch;
  text-wrap: pretty;
}
.site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
}
.site-footer nav span.label { color: var(--footer-label); margin-bottom: 2px; }
.site-footer nav a { color: #fff; text-decoration: none; }
.site-footer nav a:hover { color: #fff; text-decoration: underline; }
.site-footer .fineprint { border-top: 1px solid var(--footer-rule); }
.site-footer .fineprint > div {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px var(--pad);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--footer-text);
}
.site-footer .fineprint .domain { margin-left: auto; }

/* ------------------------------------------------------------ breadcrumb */

.breadcrumb {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--muted);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .current { color: var(--ink); }

/* ---------------------------------------------------------------- covers */
/* Composition is emitted per-cover by rnkd_cover(), scaled from a 160px
   reference width. Only the structural shell lives here. */

.cover {
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: none;
  box-sizing: border-box;
}
.cover .c-title,
.cover .c-author,
.cover .c-nocover { position: relative; }
.cover .c-title { text-wrap: pretty; }
.cover .c-author { opacity: .85; }
.cover-deco { position: absolute; }
.deco-stripes { inset: 0; background: repeating-linear-gradient(135deg, #F2F2F0 0 6px, #fff 6px 12px); }

/* ---------------------------------------------------------------- stars */

.stars { display: inline-flex; align-items: center; gap: .5em; line-height: 1; }
.stars .glyphs { display: inline-flex; gap: 2px; }
.stars .star { position: relative; display: inline-block; }
.stars .star svg { display: block; }
.stars .star .fill { position: absolute; left: 0; top: 0; bottom: 0; overflow: hidden; }
.stars .twin { font-size: .8em; font-weight: 600; letter-spacing: .02em; }
.no-rating {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--muted);
  text-transform: uppercase;
  border: 1px solid var(--rule-soft);
  padding: 3px 6px;
  display: inline-block;
}

/* ---------------------------------------------------- semantic markers */

.marker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}
.marker::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  flex: none;
}
.marker-yes { color: var(--recommend); }
.marker-yes::before { background: var(--recommend); }
.marker-no { color: var(--against); }
.marker-no::before { border: 2px solid var(--against); }
.marker-depends { color: var(--ink); }
.marker-depends::before {
  background: linear-gradient(90deg, var(--ink) 50%, transparent 50%);
  border: 2px solid var(--ink);
}

.dnf-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  border: 2px solid var(--ink);
  padding: 3px 6px;
  font-variation-settings: 'wdth' 100;
  display: inline-block;
}
.spoiler-flag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  background: var(--ink);
  color: var(--highlight);
  padding: 3px 7px;
}

/* ---------------------------------------------------------- verdict strip */

.verdicts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.verdicts a {
  text-decoration: none;
  padding: 18px 20px 16px;
  border-right: 1px solid var(--ink);
  min-width: 0;
}
.verdicts a:first-child { padding-left: 0; }
.verdicts a:last-child { border-right: 0; padding-right: 0; }
.verdicts a:hover { background: var(--bg-2); }
.verdicts a:focus-visible { outline-offset: -3px; }
.verdicts .who {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--muted);
}
.verdict-word {
  font-weight: 900;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .9;
  letter-spacing: -.04em;
  font-variation-settings: 'wdth' 78;
  text-transform: uppercase;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
}
.verdicts .stars-row { margin-top: 10px; }
.verdicts .dnf-note { margin-top: 10px; font-size: 12px; font-weight: 600; color: var(--muted); }
.avg-line {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.avg-line b { color: var(--ink); }

/* ------------------------------------------------------------------ take */

.take { border-top: 3px solid var(--ink); padding-top: 18px; scroll-margin-top: 20px; }
.take + .take { margin-top: 40px; }
.take .take-no {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--muted);
  display: flex;
  gap: 12px;
  align-items: center;
}
.take .take-no .dnf-tag { color: var(--ink); }
.take header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
}
.take .who-block { min-width: 0; flex: 1; }
.take .who-name {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.take .who-name a { text-decoration: none; }
.take .who-name a:hover { text-decoration: underline; }
.take .who-tastes {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--muted);
  text-wrap: pretty;
}
.take .status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  width: 100%;
}
.take .status-row .completion { font-size: 12px; font-weight: 600; color: var(--muted); }

.avatar {
  display: grid;
  place-items: center;
  font-weight: 800;
  flex: none;
  text-decoration: none;
  color: var(--ink);
  background: var(--avatar-photo);
}
.avatar-initial { background: var(--ink); color: #fff; }
.avatar-56 { width: 56px; height: 56px; font-size: 22px; }
.avatar-44 { width: 44px; height: 44px; font-size: 18px; }
.avatar-36 { width: 36px; height: 36px; font-size: 15px; }
.avatar-32 { width: 32px; height: 32px; font-size: 14px; }
.avatar-28 { width: 28px; height: 28px; font-size: 13px; }
.avatar-88 { width: 88px; height: 88px; font-size: 36px; }
.avatar-160 { width: 160px; height: 160px; font-size: 64px; }

.review-body {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.6;
  margin-top: 22px;
  max-width: var(--read);
  text-wrap: pretty;
  font-variation-settings: 'opsz' 19;
}
.review-body p { margin: 0 0 1.1em; }
.review-body p:last-child { margin-bottom: 0; }

.take-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 22px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
}
.take-foot a { color: var(--ink); }

/* Acquisition disclosure — OS §7.4 exact wording. */
.disclosure {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.disclosure .label { padding-top: 3px; letter-spacing: .12em; }

/* --------------------------------------------------------------- spoiler */

details.spoiler { margin-top: 22px; border: 2px solid var(--ink); }
details.spoiler > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  min-height: 44px;
}
details.spoiler > summary::-webkit-details-marker { display: none; }
details.spoiler > summary:focus-visible { outline: 3px solid var(--highlight); outline-offset: -3px; }
details.spoiler > summary .word { color: var(--highlight); }
details.spoiler > summary .hint { font-weight: 600; letter-spacing: .04em; opacity: .8; }
details.spoiler .spoiler-body {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.6;
  padding: 18px 16px;
}
details.spoiler .spoiler-body p { margin: 0 0 1em; }
details.spoiler .spoiler-body p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------- agreed / split */

.synthesis { margin-top: 48px; border-top: 2px solid var(--ink); padding-top: 18px; }
.synthesis .cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px 40px;
}
.synthesis p.text {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  margin-top: 12px;
  text-wrap: pretty;
}
.synthesis .foot { margin-top: 16px; font-size: 12px; color: var(--muted); line-height: 1.5; }

.after-reading { margin-top: 40px; border-top: 1px solid var(--ink); padding-top: 16px; }
.after-reading .rows { display: grid; gap: 14px; margin-top: 14px; }
.after-reading .after-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}
.after-reading p {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
}
.after-reading b { font-family: var(--sans); font-size: 13px; font-weight: 700; }

/* --------------------------------------------------------------- amazon */

.amazon {
  margin-top: 48px;
  border: 1px solid var(--ink);
  padding: 20px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  justify-content: space-between;
}
.amazon .copy { min-width: 0; flex: 1; }
.amazon h2 { font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.amazon p {
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 52ch;
  text-wrap: pretty;
}
.btn-disabled {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid var(--rule-soft);
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  flex: none;
}

/* -------------------------------------------------------------- buttons */

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { background: var(--ink); color: #fff; }
.btn-fill {
  background: var(--ink);
  color: #fff;
  border: 0;
  min-height: 48px;
  padding: 0 22px;
  font-size: 14px;
}
.btn-fill:hover { background: var(--highlight); color: var(--ink); }
.btn-fill-invert:hover { background: #fff; color: var(--ink); outline: 2px solid var(--ink); }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
}
.chip:hover { background: var(--ink); color: #fff; }
.chip-lg { min-height: 44px; padding: 0 14px; font-size: 14px; }
.chip-sm {
  min-height: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 3px 7px;
}

.filter-btn {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font: 600 12.5px var(--sans);
  cursor: pointer;
}
.filter-btn[aria-pressed="true"] { background: var(--ink); color: #fff; }

.textlink { font-size: 13px; font-weight: 700; letter-spacing: .04em; }

/* ----------------------------------------------------------- list rows */

.rows { display: grid; }
.row {
  display: grid;
  gap: 14px 28px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  color: var(--ink);
}
.row:hover { background: var(--bg-2); }
.row:focus-visible { outline-offset: -3px; }
.row-book { grid-template-columns: 72px minmax(0, 1.4fr) minmax(0, 1fr); }
.row .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--muted);
  text-transform: uppercase;
}
.row .chips .ink { background: var(--ink); color: #fff; padding: 0 5px; }
.row .chips .hl { background: var(--highlight); color: var(--ink); padding: 0 5px; }
.row .title { display: block; margin-top: 8px; }
.row .byline { display: block; font-size: 12.5px; color: var(--muted); margin-top: 5px; }
.row .excerpt { display: block; margin-top: 10px; }
.verdict-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 1px solid var(--rule-soft);
  padding-left: 20px;
  min-width: 0;
}
.verdict-col .v {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: baseline;
  font-size: 12.5px;
}
.verdict-col .v .n { font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.verdict-col .v .w {
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -.02em;
  font-variation-settings: 'wdth' 80;
}
.verdict-col .v .r { color: var(--muted); font-weight: 600; min-width: 34px; text-align: right; }

/* ----------------------------------------------------------- ad slots */

.ad {
  border: 1px dashed var(--rule-dashed);
  background: var(--bg-ad);
  display: grid;
  place-items: center;
  font: 500 10.5px var(--mono);
  letter-spacing: .06em;
  color: var(--muted);
  text-align: center;
  padding: 12px;
}
.ad-inline { margin: 36px 0; min-height: 100px; }
.ad-sidebar { height: 250px; }

/* --------------------------------------------------------- notice boxes */

.note {
  background: var(--bg-2);
  padding: 8px 12px;
  font-size: 13.5px;
  line-height: 1.5;
}
.note b.label { margin-right: 8px; }

.internal {
  font: 500 10.5px var(--mono);
  letter-spacing: .06em;
  color: var(--muted);
  border: 1px dashed var(--rule-dashed);
  padding: 6px 10px;
  display: inline-block;
}

/* ----------------------------------------------------------- book page */

.book-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 32px 48px;
  align-items: start;
}
.doc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 36px 64px;
  align-items: start;
}
.reading { min-width: 0; max-width: var(--read); }
.sidebar { display: flex; flex-direction: column; gap: 22px; }
.sidebar-sticky { position: sticky; top: 20px; }

.identity-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin: 28px 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.identity-row .lockup { display: inline-flex; align-items: center; gap: 8px; }
.identity-row .lockup .wordmark { font-size: 18px; }
.identity-row .count { color: var(--muted); }

.book-meta {
  font-size: 12.5px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  color: var(--muted);
}
.book-meta dt { font-weight: 600; }
.book-meta dd { margin: 0; color: var(--ink); }

.onthispage {
  border-top: 1px solid var(--ink);
  padding-top: 10px;
  font-size: 12.5px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.onthispage a { text-decoration: none; }
.onthispage a:hover { text-decoration: underline; }

.related { margin-top: 48px; }
.related .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 18px 24px;
  margin-top: 14px;
}
.related a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  align-items: flex-start;
}
.related a:hover { text-decoration: underline; }
.related .r-title { display: block; font-weight: 700; font-size: 15px; letter-spacing: -.01em; line-height: 1.15; }
.related .r-meta { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.related .all {
  align-items: center;
  border: 1px solid var(--ink);
  padding: 12px 14px;
  min-height: 60px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -.01em;
}
.related .all:hover { background: var(--bg-2); text-decoration: none; }

.page-foot {
  margin-top: 40px;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

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

.section { padding: 34px 0; border-bottom: 2px solid var(--ink); }
.section:last-child { border-bottom: 0; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.hub-head {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px 48px;
  align-items: end;
  border-bottom: 2px solid var(--ink);
  padding: 36px 0 28px;
}

/* -------------------------------------------------------------- forms */

label { display: block; }
input, textarea, select { font: inherit; }
.field-label { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.field-hint { margin: 2px 0 6px; font-size: 12px; color: var(--muted); line-height: 1.5; }
.field-input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 2px solid var(--ink);
  background: #fff;
  font-size: 15px;
}
textarea.field-input {
  min-height: 0;
  padding: 10px 12px;
  line-height: 1.5;
  resize: vertical;
}
textarea.sample { font-family: var(--serif); font-size: 17px; line-height: 1.55; padding: 12px 14px; }
.field-input[aria-invalid="true"] { border-color: var(--against); }
.field-error { margin-top: 6px; font-size: 12.5px; font-weight: 600; color: var(--against); }
.field-error:empty { display: none; }

fieldset { border: 0; padding: 0; margin: 32px 0 0; border-top: 2px solid var(--ink); padding-top: 18px; }
fieldset:first-of-type { margin-top: 0; }
legend {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -.03em;
  font-variation-settings: 'wdth' 80;
  padding: 0;
  margin-bottom: 6px;
  float: left;
  width: 100%;
}
.fieldset-body { clear: both; padding-top: 12px; }
.field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px 24px;
}
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.45;
  cursor: pointer;
}
.check input { width: 22px; height: 22px; margin: 0; flex: none; accent-color: var(--ink); }
.check-error { margin: 6px 0 0 34px; }
.chip-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  font-size: 13.5px;
  cursor: pointer;
}
.chip-check input { width: 16px; height: 16px; margin: 0; accent-color: var(--ink); }
.chip-check:has(input:checked) { background: var(--ink); color: #fff; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }

.alert {
  border: 2px solid var(--against);
  padding: 12px 14px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.status-box {
  border: 2px solid var(--ink);
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.5;
}

/* --------------------------------------------------------------- legal */

.legal-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px 64px;
  align-items: start;
}
.legal-nav { position: sticky; top: 20px; border-top: 2px solid var(--ink); padding-top: 12px; }
.legal-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid var(--rule-soft);
  border-left: 4px solid transparent;
  padding-left: 10px;
}
.legal-nav a:hover { background: var(--bg-2); }
.legal-nav a[aria-current="page"] { font-weight: 800; border-left-color: var(--ink); }
.legal-nav a:focus-visible { outline-offset: -3px; }
.legal-section {
  border-bottom: 1px solid var(--ink);
  padding: 24px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px 20px;
  scroll-margin-top: 20px;
}
.legal-section .num {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -.03em;
  font-variation-settings: 'wdth' 78;
  line-height: 1.1;
}
.legal-section h2 { font-weight: 800; font-size: 20px; letter-spacing: -.02em; line-height: 1.15; }
.legal-section .body {
  font-family: var(--serif);
  font-size: 16.5px;
  line-height: 1.6;
  margin-top: 12px;
  text-wrap: pretty;
}
.amazon-statement {
  margin-top: 22px;
  padding: 16px 18px;
  border: 2px solid var(--ink);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -.01em;
  line-height: 1.3;
}

/* -------------------------------------------------------------- errors */

.err-number {
  font-weight: 900;
  font-size: clamp(120px, 22vw, 300px);
  line-height: .8;
  letter-spacing: -.06em;
  font-variation-settings: 'wdth' 75;
  position: relative;
  display: inline-block;
}
.err-number .strike {
  position: absolute;
  left: -2%;
  right: -2%;
  top: 48%;
  height: .07em;
  background: var(--ink);
}
.err-h1 {
  margin-top: 16px;
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-variation-settings: 'wdth' 85;
  text-wrap: balance;
}
.recovery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0 40px;
}
.recovery a {
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 22px 0;
  display: block;
}
.recovery a:hover { background: var(--bg-2); }
.recovery .r-h {
  display: block;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -.03em;
  font-variation-settings: 'wdth' 80;
}
.recovery .r-p {
  display: block;
  font-family: var(--serif);
  font-size: 15.5px;
  margin-top: 6px;
  color: var(--muted);
}

/* -------------------------------------------------------------- search */

.search-field { display: flex; align-items: stretch; border-bottom: 4px solid var(--ink); margin-top: 8px; }
.search-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 6px 0;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 64px);
  letter-spacing: -.04em;
  font-variation-settings: 'wdth' 85;
  color: var(--ink);
  outline: none;
}
.search-field input:focus { background: var(--bg-ad); }
.search-field button {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 0 18px;
  font: 700 13px var(--sans);
  letter-spacing: .06em;
  cursor: pointer;
  min-width: 44px;
}
.result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px 20px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  color: var(--ink);
}
.result:hover { background: var(--bg-2); }
.result .kind { font-size: 10px; font-weight: 700; letter-spacing: .12em; color: var(--muted); min-width: 64px; }
.result .t { display: block; font-weight: 800; font-size: 22px; letter-spacing: -.03em; line-height: 1.05; }
.result .s { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
.result .arrow {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -.02em;
  font-variation-settings: 'wdth' 78;
  color: var(--muted);
}

/* --------------------------------------------------------- join band */

.join {
  background: var(--highlight);
  color: var(--ink);
  border-top: 2px solid var(--ink);
}
.join > div {
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px var(--pad) 44px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px 48px;
  align-items: center;
}
.join h2 {
  font-weight: 900;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: .92;
  letter-spacing: -.04em;
  font-variation-settings: 'wdth' 80;
  text-wrap: balance;
}
.join p {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  max-width: 50ch;
  text-wrap: pretty;
}

/* --------------------------------------------------------------- utils */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.stack-8 > * + * { margin-top: 8px; }
.stack-10 > * + * { margin-top: 10px; }
.stack-14 > * + * { margin-top: 14px; }
.stack-18 > * + * { margin-top: 18px; }

/* --------------------------------------------------------- breakpoints */

@media (max-width: 1200px) {
  .legal-grid { grid-template-columns: 220px minmax(0, 1fr); gap: 28px 40px; }
}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .mobile-tools { display: flex; }
  .book-grid,
  .doc-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .sidebar-sticky { position: static; }
  .legal-grid { grid-template-columns: minmax(0, 1fr); }
  .legal-nav { position: static; }
}

@media (max-width: 640px) {
  :root { --pad: 18px; }
  .row-book { grid-template-columns: 64px minmax(0, 1fr); }
  .row-book .verdict-col {
    grid-column: 1 / -1;
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--rule-soft);
    padding-top: 12px;
  }
  .verdicts { grid-template-columns: minmax(0, 1fr); }
  .verdicts a { border-right: 0; border-bottom: 1px solid var(--ink); padding: 16px 0; }
  .verdicts a:last-child { border-bottom: 0; }
  .site-footer .fineprint .domain { margin-left: 0; }
  .avatar-160 { width: 110px; height: 110px; font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

@media print {
  .site-header, .site-footer, .ad, .internal { display: none; }
}

/* A single review has no verdict strip above it, so it carries the page's
   first rule itself. */
.take-solo { margin-top: 32px; }

/* ------------------------------------------------------- contact tabs */
/* No-JS path: the hash selects the panel via :target, and the first panel
   shows when nothing is targeted. JS takes over by adding .js-tabs. */

.contact-tab { border-bottom: 4px solid transparent; }
.contact-tab:hover { background: var(--bg-2); }
.contact-tab:focus-visible { outline-offset: -3px; }
.contact-tab[aria-selected="true"] { border-bottom-color: var(--ink); }

.contact-panel { display: none; }
.contact-panel:target { display: block; }
.contact-panels:not(:has(.contact-panel:target)) > .contact-panel:first-child { display: block; }

.js-tabs .contact-panel,
.js-tabs .contact-panel:target { display: none; }
.js-tabs .contact-panel[data-active="true"] { display: block; }

/* ------------------------------------------------------- legal long-form */
/* AppWanderer's legal envelope carries lists and links inside a section body,
   which the original placeholder copy did not. */

.legal-body {
  font-family: var(--serif);
  font-size: 16.5px;
  line-height: 1.6;
  margin-top: 12px;
  text-wrap: pretty;
}
.legal-body > * + * { margin-top: 1em; }
.legal-body ul { display: grid; gap: .55em; padding-left: 1.1em; list-style: disc; }
.legal-body li { padding-left: .2em; }
.legal-body li::marker { color: var(--muted); }
.legal-body code {
  font: 500 .85em var(--mono);
  background: var(--bg-2);
  padding: 1px 5px;
}
.legal-body a { color: var(--ink); }

/* A button that has to sit inline in running prose. */
.linkish {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: var(--ink);
  text-decoration: underline;
  cursor: pointer;
}
.footer-btn {
  background: none;
  border: 0;
  padding: 0;
  font: 600 13px var(--sans);
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.footer-btn:hover { text-decoration: underline; }

/* --------------------------------------------------------- cookie consent */

.consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: var(--bg);
  border-top: 2px solid var(--ink);
}
.consent-inner {
  max-width: var(--max);
  margin-inline: auto;
  padding: 16px var(--pad);
  display: flex;
  gap: 14px 28px;
  align-items: center;
  flex-wrap: wrap;
}
.consent-text {
  flex: 1 1 320px;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.45;
  text-wrap: pretty;
}
.consent-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.consent-actions .btn { min-height: 44px; padding: 0 16px; }

.consent-modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(10, 10, 10, .55);
  display: grid;
  place-items: center;
  padding: var(--pad);
  overflow-y: auto;
}
.consent-modal-card {
  position: relative;
  background: var(--bg);
  border: 2px solid var(--ink);
  max-width: 620px;
  width: 100%;
  padding: 28px 26px 24px;
  max-height: calc(100vh - 2 * var(--pad));
  overflow-y: auto;
}
.consent-modal-card h2 {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -.03em;
  font-variation-settings: 'wdth' 80;
  text-transform: uppercase;
  padding-right: 40px;
}
.consent-modal-card > p {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  text-wrap: pretty;
}
.consent-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
}
.consent-cats { display: grid; margin: 20px 0; }
.consent-cats li { border-top: 1px solid var(--ink); padding: 12px 0; }
.consent-cats label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.consent-cats input {
  width: 20px;
  height: 20px;
  margin: 0;
  flex: none;
  accent-color: var(--ink);
}
.consent-cats input:disabled { cursor: not-allowed; }
.consent-cats span {
  display: block;
  margin-top: 5px;
  padding-left: 30px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
}
.consent-modal-card .consent-actions { border-top: 2px solid var(--ink); padding-top: 18px; }

@media (max-width: 640px) {
  .consent-actions { width: 100%; }
  .consent-actions .btn { flex: 1 1 auto; justify-content: center; }
}

/* Consent controls only exist for readers who can actually use them. With JS
   off, no tag loads and no non-essential cookie is set, so there is nothing to
   consent to; the banner stays away and the inline mentions read as plain text. */
html:not(.js) .consent,
html:not(.js) .consent-modal,
html:not(.js) .footer-btn { display: none !important; }
html:not(.js) .linkish { text-decoration: none; font-weight: 700; cursor: default; }
