:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #f5f5f2;
  --line: #dedede;
  --line-strong: #c9c9c5;
  --ink: #050505;
  --muted: #666666;
  --soft: #8a8a8a;
  --good: #050505;
  --grad: linear-gradient(#050505, #050505);
  --grad-soft: none;
  --lw-column: linear-gradient(67deg, #eeaeca 0%, #94bbe9 100%);
  --article-width: min(920px, calc(100% - 48px));
}

html,
body {
  color: var(--ink);
  background: #ffffff;
}

body {
  line-height: 1.65;
}

body > .nav {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  min-height: 72px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body > .nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  color: var(--ink);
}

.brand .logo-mark {
  height: 30px;
}

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid #050505;
  border-radius: 999px;
  color: #ffffff;
  background: #050505;
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-cta:hover {
  color: #ffffff;
  border-color: #242424;
  background: #242424;
}

.wrap {
  width: var(--article-width);
  margin-inline: auto;
}

body > header.hero {
  position: relative;
  overflow: visible;
  padding: clamp(70px, 9vw, 118px) 0 clamp(42px, 6vw, 72px);
  text-align: left;
}

body > header.hero::before {
  display: none;
  content: none;
}

body > header.hero .wrap {
  position: relative;
  z-index: auto;
}

.crumb {
  margin: 0 0 28px;
  color: var(--soft);
  font-size: 0.84rem;
}

.crumb a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.crumb a:hover {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.eyebrow {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
}

.eyebrow::before {
  display: none;
  content: none;
}

body > header.hero h1 {
  max-width: 12ch;
  margin: 20px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3.25rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

body > header.hero h1 .grad,
.price,
.count b,
.stat .n,
.seeall .n,
table.cmp thead th.col-lw span {
  color: var(--ink);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.lede {
  max-width: 66ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.27rem);
  line-height: 1.62;
}

.lede b {
  color: var(--ink);
  font-weight: 600;
}

.lede a,
.take a,
.section-head a,
.note a,
.criteria a,
.fair a,
.ans a,
.disclose a,
.source-note a,
.cmp-note a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: #a8a8a8;
  text-underline-offset: 0.2em;
}

.lede a:hover,
.take a:hover,
.section-head a:hover,
.note a:hover,
.criteria a:hover,
.fair a:hover,
.ans a:hover,
.disclose a:hover,
.source-note a:hover,
.cmp-note a:hover {
  text-decoration-color: var(--ink);
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 34px 0 0;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  background: none;
  font-size: 0.92rem;
}

.legend b {
  color: var(--ink);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 38px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.stat {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.stat .n {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.stat .l {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

body > main {
  padding: clamp(34px, 5vw, 62px) 0 28px;
}

h2.sec,
.section-head h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-head {
  max-width: 66ch;
  margin: 0 0 28px;
}

.section-head p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

section.block + section.block {
  margin-top: clamp(72px, 9vw, 112px);
}

.chains,
.apps {
  display: block;
}

.chain,
.app,
.group {
  position: relative;
  margin: 0;
  padding: clamp(34px, 5vw, 50px) 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: none;
}

.chain:last-child,
.app:last-child,
.group:last-of-type {
  border-bottom: 1px solid var(--line);
}

.app.pick {
  border-color: var(--line);
  background: none;
}

.chain-top,
.app-top,
.group-top {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.chain h2,
.chain h3,
.app h2,
.group h2,
.group h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.app h2::before {
  margin-right: 14px;
  color: var(--soft);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.cost,
.count,
.price {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.cost .on,
.cost .off {
  color: var(--ink);
}

.cost .off {
  color: #c2c2c2;
}

.cat,
.bestfor {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
}

.app.pick .bestfor {
  color: var(--muted);
}

.oneliner {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.take {
  max-width: 72ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.07rem);
}

.take b {
  color: var(--ink);
  font-weight: 600;
}

.chain-facts {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}

.source-disclosure {
  max-width: 74ch;
  margin: 44px 0 0;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: none;
}

.source-disclosure summary {
  width: fit-content;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
}

.source-disclosure summary::after,
details.source-note summary::after {
  display: none;
  content: none;
}

.source-disclosure p {
  margin: 12px 0 0;
  font-size: 0.88rem;
}

.source-disclosure a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: #a8a8a8;
  text-underline-offset: 0.2em;
}

ul.sites {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

ul.sites li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: none;
  font-size: 0.9rem;
}

details.source-note {
  max-width: 74ch;
  margin: 36px 0 0;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: none;
}

details.source-note summary {
  width: fit-content;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
}

details.source-note p {
  margin: 12px 0 0;
  font-size: 0.88rem;
}

.article-action {
  margin: 52px 0 0;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 0;
  margin: 20px 0 0;
}

.chip {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: none;
  font-size: 0.84rem;
}

.chip:not(:last-child)::after {
  margin: 0 12px;
  color: #b5b5b5;
  content: "·";
}

.chip b,
.chip.yes b,
.chip.no b,
.chip.lim b {
  color: var(--ink);
  font-weight: 600;
}

.chip.no b {
  color: var(--muted);
}

.seeall {
  display: inline;
  margin: 22px 0 0;
  color: var(--ink);
  border: 0;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #a8a8a8;
  text-underline-offset: 0.23em;
}

.seeall:hover {
  border: 0;
  text-decoration-color: var(--ink);
}

.disclose,
.note,
.criteria,
.fair {
  max-width: 74ch;
  margin: 42px 0 0;
  padding: 4px 0 4px 24px;
  border: 0;
  border-left: 3px solid var(--ink);
  border-radius: 0;
  color: var(--muted);
  background: none;
  font-size: 0.98rem;
}

.disclose b,
.note b,
.criteria b,
.fair b {
  color: var(--ink);
  font-weight: 600;
}

.note h3,
.criteria h2,
.fair h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.note p,
.criteria p {
  margin: 0;
  color: var(--muted);
}

.note p + p {
  margin-top: 12px;
}

.fair ul {
  display: grid;
  gap: 15px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.fair li {
  display: flex;
  gap: 12px;
  color: var(--muted);
}

.fair li svg {
  flex: none;
  margin-top: 4px;
  color: var(--ink);
}

.faq {
  max-width: 100%;
  margin: clamp(58px, 8vw, 88px) 0 0;
}

.block .faq {
  margin-top: 0;
}

.faq details {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: none;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: auto;
  height: auto;
  color: var(--soft);
  border: 0;
  content: "+";
  font-family: var(--body);
  font-size: 1.3rem;
  font-weight: 400;
  transform: translateY(-50%);
  transition: none;
}

.faq details[open] summary::after {
  content: "−";
  transform: translateY(-50%);
}

.faq details > p,
.faq .ans {
  margin: 0;
  padding: 0 42px 24px 0;
  color: var(--muted);
  font-size: 1rem;
}

.related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 42px 0 0;
}

.related a {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: none;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #a8a8a8;
  text-underline-offset: 0.22em;
}

.related a:hover {
  color: var(--ink);
  border: 0;
  background: none;
  text-decoration-color: var(--ink);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
}

.btn,
.btn-primary,
.outro .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0 28px;
  border: 1px solid #050505;
  border-radius: 999px;
  color: #ffffff;
  background: #050505;
  box-shadow: none;
  font-family: var(--display);
  font-weight: 700;
  text-decoration: none;
  transition: none;
}

.hero-cta .btn {
  margin-top: 0;
}

.btn:hover,
.btn-primary:hover,
.outro .btn:hover {
  color: #ffffff;
  border-color: #242424;
  background: #242424;
  transform: none;
}

.btn-ghost {
  color: var(--ink);
  border-color: #dfdfdc;
  background: #f5f5f2;
}

.btn-ghost:hover {
  color: var(--ink);
  border-color: #dfdfdc;
  background: #ecece8;
}

.outro {
  margin: clamp(72px, 9vw, 112px) 0 0;
  padding: clamp(54px, 7vw, 80px) 0;
  border: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: none;
  text-align: left;
}

.outro h2,
.outro h3 {
  max-width: 16ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.outro p {
  max-width: 60ch;
  margin: 18px 0 0;
  color: var(--muted);
}

.matrix-section--roundup {
  width: min(1200px, calc(100vw - 48px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.app-notes {
  margin-top: clamp(72px, 9vw, 112px);
}

.matrix-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.matrix-meta p {
  margin: 14px 0 0;
}

.matrix-hint {
  display: none;
  flex: none;
  color: var(--muted);
  font-size: 0.8rem;
  white-space: nowrap;
}

.matrix-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.article-page .feature-matrix-shell {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e7e7e3;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(5, 5, 5, 0.055);
  scrollbar-color: #8b8b87 #f1f1ee;
  scrollbar-width: auto;
  -webkit-overflow-scrolling: touch;
}

.article-page .feature-matrix-shell:focus-visible {
  outline: 2px solid #050505;
  outline-offset: 4px;
}

.article-page table.feature-matrix {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.article-page table.app-matrix.feature-matrix {
  min-width: 1120px;
}

.article-page table.app-matrix.feature-matrix th:first-child {
  width: 184px;
}

.article-page table.app-matrix.feature-matrix th:nth-child(2) {
  width: 180px;
}

.article-page table.cmp--head-to-head.feature-matrix {
  min-width: 680px;
}

.article-page table.cmp--head-to-head.feature-matrix th:first-child {
  width: 28%;
}

.article-page table.cmp--head-to-head.feature-matrix th:nth-child(2),
.article-page table.cmp--head-to-head.feature-matrix th:nth-child(3) {
  width: 36%;
}

.article-page table.feature-matrix th,
.article-page table.feature-matrix td {
  width: auto;
  height: 72px;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid #ecece8;
  vertical-align: middle;
  text-align: left;
}

.article-page table.feature-matrix thead th {
  position: static;
  top: auto;
  height: 68px;
  color: #050505;
  background: #ffffff;
  font-family: var(--display);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
}

.article-page table.feature-matrix tbody th {
  color: #050505;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
}

.article-page table.feature-matrix tbody td {
  color: #5f5f5c;
  background: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.38;
}

.article-page table.feature-matrix tbody tr:hover > :not(:nth-child(2)) {
  background: #fafaf8;
}

.article-page table.feature-matrix thead th:nth-child(2),
.article-page table.feature-matrix tbody td:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 3;
  color: #050505;
  border-bottom-color: rgba(5, 5, 5, 0.11);
  background: linear-gradient(90deg, #eeaeca 0%, #94bbe9 100%);
  font-weight: 600;
  box-shadow: 12px 0 24px rgba(53, 48, 60, 0.075);
}

.article-page table.feature-matrix thead th:nth-child(2) {
  z-index: 5;
  border-radius: 22px 22px 0 0;
}

.article-page table.feature-matrix thead th:nth-child(2) span {
  color: #050505;
}

.article-page table.feature-matrix tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 22px 22px;
}

.article-page table.feature-matrix tr:last-child > * {
  border-bottom: 0;
}

.article-page table.app-matrix.feature-matrix thead th:first-child,
.article-page table.app-matrix.feature-matrix tbody th {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #ffffff;
}

.article-page table.app-matrix.feature-matrix thead th:first-child {
  z-index: 6;
}

.article-page table.app-matrix.feature-matrix thead th:nth-child(2),
.article-page table.app-matrix.feature-matrix tbody td:nth-child(2) {
  left: 184px;
}

.article-page :is(.matrix-supported, .lw-value) {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
}

.article-page :is(.matrix-supported, .lw-value)::before {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 0;
  border: 0;
  border-radius: 50%;
  background: #050505 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1.5 5 4.5 8 10.5 1.5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px 9px no-repeat;
  content: "";
  transform: none;
}

.article-page .feature-matrix .matrix-dash,
.article-page .feature-matrix .mark[aria-label] {
  display: block;
  color: #a6a6a1;
  text-align: center;
}

.article-page .feature-matrix .mark {
  display: inline-flex;
  align-items: flex-start;
}

.cmp-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.card {
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: none;
}

.card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.card p {
  margin: 11px 0 0;
  color: var(--muted);
}

.steps {
  display: grid;
  gap: 0;
  counter-reset: step;
}

.step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: none;
}

.step:last-child {
  border-bottom: 1px solid var(--line);
}

.step::before {
  display: block;
  width: auto;
  height: auto;
  color: var(--ink);
  background: none;
  border-radius: 0;
  content: counter(step);
  counter-increment: step;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.step h3 {
  margin: 2px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.step p {
  margin: 7px 0 0;
  color: var(--muted);
}

body > footer:not(.site-footer) {
  margin-top: 76px;
  padding: 38px 0 52px;
  border-top: 1px solid var(--ink);
  color: var(--soft);
  background: #ffffff;
}

body > footer:not(.site-footer) .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 28px;
  font-size: 0.82rem;
}

body > footer:not(.site-footer) nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
  color: var(--muted);
}

body > footer:not(.site-footer) a {
  text-decoration: underline;
  text-decoration-color: transparent;
}

body > footer:not(.site-footer) a:hover {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.guide-index-hero {
  padding: clamp(92px, 11vw, 156px) 0 clamp(72px, 9vw, 118px);
}

.guide-index-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.guide-index-hero p {
  max-width: 44ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.13rem, 2vw, 1.35rem);
}

.guide-index {
  padding: 0 0 clamp(84px, 10vw, 132px);
}

.guide-group + .guide-group {
  margin-top: clamp(76px, 10vw, 124px);
}

.guide-group h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}

.guide-list {
  border-bottom: 1px solid var(--line);
}

.guide-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 28px;
  align-items: center;
  min-height: 154px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.guide-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.guide-row p {
  max-width: 64ch;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.guide-row-arrow {
  color: var(--soft);
  font-size: 1.45rem;
  transition: transform 140ms ease;
}

.guide-row:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.13em;
}

.guide-row:hover .guide-row-arrow {
  color: var(--ink);
  transform: translateX(4px);
}

@media (max-width: 820px) {
  .mobile-menu {
    display: block;
  }

  .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  :root {
    --article-width: calc(100% - 40px);
  }

  body > .nav {
    min-height: 64px;
  }

  body > header.hero {
    padding: 62px 0 38px;
  }

  body > header.hero h1 {
    max-width: none;
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .lede {
    font-size: 1.05rem;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stat + .stat {
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }

  .chain-top,
  .app-top,
  .group-top {
    align-items: flex-start;
  }

  ul.sites {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
  }

  .cat,
  .bestfor {
    width: 100%;
    margin-left: 0;
  }

  .hero-cta {
    display: grid;
  }

  .hero-cta .btn,
  .outro .btn {
    width: 100%;
  }

  .matrix-section {
    width: calc(100vw - 16px);
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .matrix-meta {
    align-items: flex-end;
  }

  .matrix-hint {
    display: inline;
  }

  .article-page .feature-matrix-shell {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(5, 5, 5, 0.045);
  }

  .article-page table.feature-matrix th,
  .article-page table.feature-matrix td {
    height: 68px;
    padding: 16px 10px;
  }

  .article-page table.feature-matrix thead th {
    height: 60px;
    font-size: 0.8125rem;
  }

  .article-page table.feature-matrix tbody th {
    font-size: 0.8125rem;
  }

  .article-page table.feature-matrix tbody td {
    font-size: 0.75rem;
  }

  .article-page table.app-matrix.feature-matrix {
    width: 918px;
    min-width: 918px;
  }

  .article-page table.app-matrix.feature-matrix th:first-child {
    width: 116px;
  }

  .article-page table.app-matrix.feature-matrix th:nth-child(2) {
    width: 152px;
  }

  .article-page table.app-matrix.feature-matrix th:nth-child(n + 3) {
    width: 130px;
  }

  .article-page table.cmp--head-to-head.feature-matrix {
    width: 100%;
    min-width: 398px;
  }

  .article-page table.cmp--head-to-head.feature-matrix th:first-child {
    width: 116px;
  }

  .article-page table.cmp--head-to-head.feature-matrix th:nth-child(2) {
    width: 152px;
  }

  .article-page table.cmp--head-to-head.feature-matrix th:nth-child(3) {
    width: 130px;
  }

  .article-page table.app-matrix.feature-matrix thead th:first-child,
  .article-page table.app-matrix.feature-matrix tbody th {
    position: static;
    left: auto;
    z-index: auto;
  }

  .article-page table.app-matrix.feature-matrix thead th:nth-child(2),
  .article-page table.app-matrix.feature-matrix tbody td:nth-child(2) {
    left: 0;
  }

  .article-page :is(.matrix-supported, .lw-value) {
    gap: 7px;
  }

  .article-page :is(.matrix-supported, .lw-value)::before {
    width: 16px;
    height: 16px;
    background-size: 10px 8px;
  }

  .cmp-wrap--directory-cards {
    overflow: visible;
    border: 0;
  }

  table.directory-snapshot,
  table.directory-snapshot tbody,
  table.directory-snapshot tr {
    display: block;
    width: 100%;
    min-width: 0;
  }

  table.directory-snapshot thead {
    display: none;
  }

  table.directory-snapshot tbody tr {
    padding: 20px 0;
    border-top: 1px solid var(--line);
  }

  table.directory-snapshot tbody tr:last-child {
    border-bottom: 1px solid var(--ink);
  }

  table.directory-snapshot tbody th {
    display: block;
    width: 100%;
    padding: 0 0 12px;
    border: 0;
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 700;
    text-align: left;
  }

  table.directory-snapshot tbody td {
    position: relative;
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 7px 0 7px 106px;
    border: 0;
  }

  table.directory-snapshot tbody td::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 94px;
    color: var(--soft);
    font-family: var(--display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
  }

  table.directory-snapshot tbody td:nth-child(2)::before {
    content: "Venues";
  }

  table.directory-snapshot tbody td:nth-child(3)::before {
    content: "Access";
  }

  table.directory-snapshot tbody td:nth-child(4)::before {
    content: "Facilities";
  }

  table.directory-snapshot tbody td:nth-child(5)::before {
    content: "Monthly price";
  }

  .cards {
    gap: 32px;
  }

  .related {
    display: grid;
    gap: 0;
  }

  .related a {
    min-height: 44px;
    padding: 10px 0;
  }

  body > footer:not(.site-footer) .wrap {
    flex-direction: column;
  }

  body > footer:not(.site-footer) nav {
    justify-content: flex-start;
  }

  .guide-index-hero {
    padding: 72px 0 68px;
  }

  .guide-index-hero h1 {
    font-size: clamp(3.7rem, 21vw, 5.5rem);
  }

  .guide-row {
    min-height: 0;
    padding: 28px 0;
  }

  .guide-row p {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-row-arrow {
    transition: none;
  }
}
