.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

.legal-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.legal-updated {
  color: var(--muted);
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
}

.legal-page h2 {
  font-size: 1.2rem;
  margin: 1.75rem 0 0.65rem;
  color: var(--ink);
}

.legal-page h3 {
  font-size: 1rem;
  font-weight: 650;
  margin: 1.1rem 0 0.5rem;
}

.legal-page p,
.legal-page li {
  margin: 0 0 0.75rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.legal-page ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.legal-page a {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page strong {
  color: var(--ink);
  font-weight: 650;
}
:root {
  --ink: #0f1c2e;
  --ink-soft: #2a3a4f;
  --muted: #5c6b7e;
  --line: #d8e0ea;
  --paper: #f4f7fb;
  --paper-2: #e8eef6;
  --surface: #ffffff;
  --accent: #ff5c35;
  --accent-deep: #e04420;
  --accent-soft: #fff0eb;
  --accent-ink: #fff;
  --cta: #e04420;
  --cta-hover: #c73818;
  --trust: #0d6e6e;
  --trust-soft: #e6f4f4;
  --review: #1a4d8c;
  --review-soft: #e8f0fa;
  --shadow: 0 1px 2px rgba(15, 28, 46, 0.04), 0 12px 32px rgba(15, 28, 46, 0.06);
  --radius: 4px;
  --max: 1120px;
  --read: 720px;
  --font-brand: "Bricolage Grotesque", sans-serif;
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Schibsted Grotesk", sans-serif;
  --font: var(--font-body);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(255, 92, 53, 0.08), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(13, 110, 110, 0.07), transparent 50%),
    linear-gradient(180deg, #eef3f9 0%, var(--paper) 28%, #f7f9fc 100%);
  background-attachment: fixed;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Skeletons */
.skel {
  background: linear-gradient(90deg, #e4ebf3 0%, #f0f4f9 45%, #e4ebf3 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s ease-in-out infinite;
  border-radius: var(--radius);
}

.skel-text {
  height: 0.85em;
  margin: 0.35em 0;
}

.skel-text.lg { height: 1.15em; }
.skel-text.sm { height: 0.7em; width: 62%; }
.skel-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}
.skel-media {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* Affiliate disclosure bar — desktop full copy, mobile tap to expand */
.ad-bar {
  background: #f2f2f2;
  border-bottom: 1px solid #e3e3e3;
  color: #555;
  font-size: 0.78rem;
}

.ad-bar__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.28rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.ad-bar__copy {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ad-bar__toggle {
  flex-shrink: 0;
  color: #222;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  padding: 0.15rem 0;
}

.ad-bar__toggle:hover {
  color: var(--accent-deep);
}

@media (max-width: 680px) {
  .ad-bar__inner {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    padding: 0.35rem 1rem;
  }

  .ad-bar__copy {
    display: none;
    width: 100%;
    text-align: left;
  }

  .ad-bar.is-open .ad-bar__copy {
    display: block;
    white-space: normal;
  }
}

/* Trust ribbon */
.trust-ribbon {
  background: var(--ink);
  color: #c5d0de;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow: hidden;
}

.trust-ribbon__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.55rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.trust-ribbon__mark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 600;
}

.trust-ribbon__mark svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}

.trust-logos {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  opacity: 0.55;
}

.trust-logo {
  height: 12px;
  width: 64px;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.7;
}

.trust-logo:nth-child(2) { width: 48px; }
.trust-logo:nth-child(3) { width: 72px; }
.trust-logo:nth-child(4) { width: 56px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(244, 247, 251, 0.82);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(15, 28, 46, 0.04);
}

.site-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.55rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-brand);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.brand__mark {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(145deg, var(--accent) 0%, #ff8a66 55%, var(--trust) 140%);
  position: relative;
  box-shadow: 0 6px 16px rgba(255, 92, 53, 0.35);
}

.brand__mark::after {
  content: "";
  position: absolute;
  inset: 7px 6px 7px 11px;
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(-45deg);
  opacity: 0.95;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  transition: color 0.2s;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 92, 53, 0.28);
}

.btn-primary:hover {
  background: var(--accent-deep);
}

.btn-ghost {
  color: var(--ink-soft);
  border: 1px solid var(--line);
  background: var(--surface);
}

.btn-ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  align-items: center;
  justify-content: center;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  position: relative;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

/* Hero — brand-first composition */
/* Hero — full-bleed reports background */
.hero {
  position: relative;
  isolation: isolate;
  max-width: none;
  margin: 0;
  padding: 3.25rem 1.25rem 3rem;
  display: block;
  min-height: min(42vh, 420px);
  overflow: hidden;
  color: #fff;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(15, 28, 46, 0.72) 0%,
      rgba(15, 28, 46, 0.48) 36%,
      rgba(15, 28, 46, 0.18) 58%,
      rgba(15, 28, 46, 0.05) 100%
    ),
    linear-gradient(180deg, rgba(255, 92, 53, 0.12) 0%, transparent 42%),
    linear-gradient(180deg, rgba(15, 28, 46, 0.12) 0%, transparent 45%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 2rem 2.5rem;
  align-items: center;
  animation: rise 0.9s var(--ease) both;
}

.hero__copy {
  min-width: 0;
}

.hero__brand-signal {
  font-family: var(--font-brand);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 0.85rem;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.hero__brand-signal span {
  color: var(--accent);
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5.2vw, 3.65rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: #fff;
  max-width: 12.5em;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.28);
}

.hero__lede {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.45;
  font-weight: 500;
  max-width: 28rem;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-latest {
  background: #fff;
  color: var(--ink);
  border-radius: 1.25rem;
  padding: 1.15rem 1.25rem 0.35rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.hero-latest__label {
  margin: 0 0 0.65rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--trust);
}

.hero-latest__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-latest__list li + li {
  border-top: 1px solid var(--accent);
}

.hero-latest__list a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
  text-decoration: none;
}

.hero-latest__list a span {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1;
  color: var(--ink);
  opacity: 0.55;
  transform: translateY(0.1em);
}

.hero-latest__list a:hover {
  color: var(--accent-deep);
}

.hero-latest__list a:hover span {
  color: var(--accent);
  opacity: 1;
}

/* Authority strip under hero */
.authority-strip {
  max-width: var(--max);
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
}

.authority-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--line);
}

.authority-item {
  background: var(--surface);
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.authority-item__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 600;
}

.authority-item__value {
  font-family: var(--font-brand);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.authority-item__hint {
  font-size: 0.8rem;
  color: var(--muted);
}

/* Sections */
.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.75rem 1.25rem 2rem;
}

.how-rate {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.75rem 1.25rem 2.25rem;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.35fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

.how-rate__intro {
  max-width: 36ch;
}

.how-rate__eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.how-rate__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.how-rate__lede {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

.how-rate__more {
  margin: 1rem 0 0;
}

.how-rate__more a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--accent-deep);
  text-decoration: none;
}

.how-rate__more a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.how-rate__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 2rem;
}

.how-rate__item h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
}

.how-rate__item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.how-rate__icon {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: 0.55rem;
  color: var(--accent);
}

.how-rate__icon svg {
  width: 100%;
  height: 100%;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 550;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.section__sub {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
}

/* Catalog: text tabs + featured row + 4-card grid */
.catalog-section {
  padding-top: 1.75rem;
  scroll-margin-top: 5.5rem;
}

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #e8e8e8;
}

.catalog-tab {
  position: relative;
  padding: 0.65rem 0 0.85rem;
  border: 0;
  background: none;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
}

.catalog-tab.is-active {
  color: #111;
}

.catalog-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: var(--accent);
  border-radius: 2px 2px 0 0;
}

.catalog-panel[hidden] {
  display: none !important;
}

.catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.65rem;
  max-width: 48rem;
}

.catalog-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: #e8f3ea;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.catalog-row:hover {
  background: #dceee0;
  color: inherit;
}

.catalog-row__icon {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 28, 46, 0.06);
}

.catalog-row__icon img,
.catalog-row__icon svg {
  width: 2.15rem;
  height: 2.15rem;
  object-fit: contain;
  display: block;
}

.catalog-row__title {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #111;
}

.catalog-row:hover .catalog-row__title {
  color: var(--accent-deep);
}

@media (max-width: 720px) {
  .catalog-tabs {
    gap: 0 1.1rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .catalog-tab {
    flex-shrink: 0;
  }

  .catalog-list {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .catalog-row {
    padding: 0.7rem 0.85rem;
    gap: 0.75rem;
  }

  .catalog-row__icon {
    width: 2.85rem;
    height: 2.85rem;
  }

  .catalog-row__icon img,
  .catalog-row__icon svg {
    width: 1.9rem;
    height: 1.9rem;
  }
}

@media (max-width: 720px) {
  .how-rate__grid {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.filter-chip {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.filter-chip:hover,
.filter-chip.is-active {
  border-color: var(--ink);
  color: var(--ink);
}

.filter-chip.is-active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

/* Featured listicle */
.featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: none;
  transition: opacity 0.25s var(--ease);
}

.featured:hover {
  transform: none;
  opacity: 0.92;
}

.featured--flat .featured__media {
  border-radius: 8px 0 0 8px;
}

.featured__media {
  min-height: 200px;
  background:
    linear-gradient(135deg, #243552, #0f1c2e 60%),
    var(--ink);
  position: relative;
}

.featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(255, 92, 53, 0.35), transparent 50%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 14px,
      rgba(255, 255, 255, 0.03) 14px,
      rgba(255, 255, 255, 0.03) 15px
    );
}

.featured__body {
  padding: 1.75rem 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.85rem;
  margin-bottom: 0.85rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.badge-accent {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

.badge-trust {
  background: var(--trust-soft);
  color: var(--trust);
}

.badge-review {
  background: var(--review-soft);
  color: var(--review);
}

.featured__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.featured__excerpt {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.featured__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.featured__footer .skel-text {
  width: 120px;
}

/* Listing grid — bordered photo cards */
.list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.list-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.list-item:hover {
  transform: none;
  opacity: 1;
  border-color: #cfd6de;
  box-shadow: 0 8px 24px rgba(15, 28, 46, 0.08);
}

.list-item__media {
  aspect-ratio: 16 / 11;
  background: linear-gradient(145deg, #d5dee9, #b8c5d6);
  position: relative;
  border-radius: 0;
}

.list-item__media::after {
  content: none;
}

.list-item__body {
  padding: 0.95rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
}

.editor-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 0 0.4rem;
  background: #e8eef5;
}

.list-item__title {
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.list-item__body .featured__excerpt {
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted);
}

.list-item__body .meta-row {
  margin-bottom: 0.15rem;
  font-size: 0.75rem;
}

.list-item__meta {
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--muted);
}

/* Editorial board teaser */
.board {
  margin-top: 1rem;
  padding: 2rem;
  border-radius: 12px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75)),
    linear-gradient(135deg, var(--trust-soft), var(--accent-soft));
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.board__avatars {
  display: flex;
  gap: -0.5rem;
}

.board__avatars .skel-avatar {
  margin-left: -10px;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(15, 28, 46, 0.1);
}

.board__avatars .skel-avatar:first-child {
  margin-left: 0;
}

/* Footer */
.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: #9aabbd;
}

.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3rem 1.25rem 2rem;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
}

.site-footer .brand {
  color: #fff;
  margin-bottom: 0.75rem;
}

.site-footer p {
  margin: 0;
  max-width: 32ch;
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-col h4 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-col a {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
  color: #9aabbd;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #fff;
}

.site-footer__bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.25rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
  color: #9aabbd;
}

.footer-legal a {
  color: #9aabbd;
}

.footer-legal a:hover {
  color: #fff;
}

.privacy-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.privacy-trigger:hover {
  color: #fff;
}

.privacy-trigger .ccpa {
  display: block;
  flex-shrink: 0;
}

.privacy-sheet {
  width: min(560px, calc(100vw - 32px));
  max-height: min(88vh, 720px);
  overflow: auto;
  border: 0;
  border-radius: 20px;
  padding: 22px 22px 20px;
  background: #fff;
  color: #0b1220;
  box-shadow: 0 18px 50px rgba(7, 30, 90, 0.18);
}

.privacy-sheet::backdrop {
  background: rgba(16, 32, 51, 0.55);
}

.privacy-sheet .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.privacy-sheet .head h2 {
  font-size: 1.4rem;
  margin: 0;
  font-family: var(--font-brand);
}

.privacy-sheet .close {
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: #5b6578;
}

.privacy-sheet .lede,
.privacy-sheet .note,
.privacy-sheet .fine {
  color: #5b6578;
  font-size: 0.92rem;
  margin: 0 0 16px;
}

.privacy-sheet .note a,
.privacy-sheet .fine a {
  color: var(--accent);
}

.privacy-sheet .prefs {
  display: grid;
  gap: 0;
  margin-bottom: 16px;
}

.privacy-sheet .row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e4eaf2;
  cursor: pointer;
}

.privacy-sheet .row:last-of-type {
  border-bottom: 0;
  margin-bottom: 8px;
}

.privacy-sheet .copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.privacy-sheet .copy strong {
  font-size: 1rem;
  font-weight: 700;
  color: #0b1220;
}

.privacy-sheet .copy em {
  font-style: normal;
  color: #5b6578;
  font-size: 0.9rem;
  line-height: 1.45;
}

.privacy-sheet .switch {
  position: relative;
  width: 46px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

.privacy-sheet .switch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.privacy-sheet .switch input:disabled {
  cursor: not-allowed;
}

.privacy-sheet .track {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: #3a3f45;
  transition: background 0.18s ease;
}

.privacy-sheet .track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, background 0.18s ease;
}

.privacy-sheet .switch input:checked + .track {
  background: var(--accent);
}

.privacy-sheet .switch input:checked + .track::after {
  transform: translateX(20px);
  background: #f3f4f2;
}

.privacy-sheet .switch input:focus-visible + .track {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.privacy-sheet .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.privacy-sheet .actions .btn {
  border-radius: 8px;
  padding: 0.55rem 0.9rem;
  font-size: 0.88rem;
}

.privacy-sheet .actions .btn.ghost {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  box-shadow: none;
}

.privacy-sheet .status {
  color: #12b76a;
  font-weight: 600;
  margin: 4px 0 0;
}

/* ========== Article page ========== */
.article-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.25rem 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.breadcrumb a:hover {
  color: var(--accent);
}

.article-hero__inner {
  max-width: var(--read);
}

.article-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.article-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  font-weight: 550;
}

.article-deck {
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0 0 1.5rem;
  max-width: 48ch;
}

.byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.byline__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.byline__name {
  font-weight: 700;
  font-size: 0.95rem;
}

.byline__role {
  font-size: 0.8rem;
  color: var(--muted);
}

.byline__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--muted);
  margin-left: auto;
}

.byline__meta strong {
  color: var(--ink-soft);
  font-weight: 600;
}

.review-seal {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.7rem;
  background: var(--review-soft);
  color: var(--review);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
}

.review-seal svg {
  width: 14px;
  height: 14px;
}

.article-featured {
  max-width: var(--max);
  margin: 1.75rem auto 0;
  padding: 0 1.25rem;
}

.article-featured__frame {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  background:
    linear-gradient(120deg, #1a2f4a 0%, #0f1c2e 50%, #1a4545 100%);
  position: relative;
  box-shadow: var(--shadow);
}

.article-featured__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 40%, rgba(255, 92, 53, 0.35), transparent 45%),
    repeating-linear-gradient(
      -8deg,
      transparent,
      transparent 22px,
      rgba(255, 255, 255, 0.025) 22px,
      rgba(255, 255, 255, 0.025) 23px
    );
}

.article-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
  display: grid;
  grid-template-columns: 220px minmax(0, var(--read)) 1fr;
  gap: 2.5rem;
  justify-content: center;
}

.toc {
  position: sticky;
  top: 5.5rem;
  align-self: start;
  font-size: 0.85rem;
}

.toc__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid var(--line);
}

.toc a {
  display: block;
  padding: 0.4rem 0 0.4rem 0.85rem;
  color: var(--muted);
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: color 0.2s, border-color 0.2s;
}

.toc a:hover,
.toc a.is-active {
  color: var(--ink);
  border-left-color: var(--accent);
}

.article-body {
  min-width: 0;
}

.intro-block {
  font-size: 1.08rem;
  color: var(--ink-soft);
  margin-bottom: 2rem;
}

.intro-block .skel-text {
  max-width: 100%;
}

.takeaways {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  padding: 1.25rem 1.35rem;
  margin-bottom: 2.5rem;
}

.takeaways h2 {
  font-family: var(--font-brand);
  font-size: 0.95rem;
  margin: 0 0 0.85rem;
  letter-spacing: -0.01em;
}

.takeaways ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.takeaways li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  align-items: flex-start;
}

.takeaways li:last-child {
  margin-bottom: 0;
}

.takeaways li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.list-section {
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 6rem;
}

.list-section__head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.list-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
}

.list-section h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0.15rem 0 0;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.list-section__media {
  margin: 1.25rem 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(145deg, #d9e2ed, #c2cedc);
}

.callout-quote {
  margin: 1.5rem 0;
  padding: 1.25rem 1.35rem;
  background: var(--paper);
  border-radius: 8px;
  border-left: 3px solid var(--trust);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.4;
}

.sources-panel {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.sources-panel h2 {
  font-family: var(--font-brand);
  font-size: 1rem;
  margin: 0 0 0.35rem;
}

.sources-panel p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.sources-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sources-list li {
  display: flex;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.sources-list li:first-child {
  border-top: none;
}

.source-id {
  font-family: var(--font-brand);
  font-weight: 700;
  color: var(--accent);
  min-width: 1.5rem;
}

.author-card {
  margin-top: 2rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.15rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.author-card .skel-avatar {
  width: 72px;
  height: 72px;
}

.author-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.author-card .role {
  font-size: 0.82rem;
  color: var(--trust);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.aside-rail {
  position: sticky;
  top: 5.5rem;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aside-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.15rem;
}

.aside-box h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-brand);
  font-size: 0.88rem;
  letter-spacing: -0.01em;
}

.methodology-link {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
}

.methodology-link:hover {
  color: var(--accent-deep);
}

.related {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

.related .list-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Product pick cards (listicle body) */
.pick {
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 6rem;
}

.pick__grid {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.pick__media {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pick__media img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.pick__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.65rem;
}

.pick__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.35rem;
}

.pick__brand {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.pick__best {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0 0 0.5rem;
}

.pick__aside {
  font-size: 0.9rem;
  color: var(--trust);
  font-weight: 600;
  margin: 0 0 1rem;
}

.pick__why {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.pick__why li {
  margin-bottom: 0.35rem;
}

.pick__take {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1rem 0;
}

.pick__take h4 {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.pick__take ul {
  margin: 0;
  padding-left: 1.05rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.pick__fit {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.pick__fit strong {
  color: var(--ink-soft);
}

.pick__cta {
  display: inline-flex;
}

.faq {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.faq h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
}

.faq details p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.disclosure {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 1rem 0 0;
}

@media (max-width: 680px) {
  .pick__grid,
  .pick__take {
    grid-template-columns: 1fr;
  }

  .pick__media {
    max-width: 220px;
    margin: 0 auto;
  }
}

/* Methodology page */
.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 1rem;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 40rem;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.55;
  max-width: 40rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.process-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.5rem;
}

.process-step__num {
  font-family: var(--font-brand);
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.85rem;
}

.process-step h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.method-close {
  margin: 1.75rem 0 0;
  max-width: 40rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
}

/* Mobile nav */
.nav-mobile {
  display: none;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding: 2.5rem 1.25rem 2.25rem;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }

  .hero-latest {
    max-width: 420px;
  }

  .how-rate {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
  }

  .how-rate__intro {
    max-width: 52ch;
  }

  .hero__wash {
    background:
      linear-gradient(
        180deg,
        rgba(15, 28, 46, 0.68) 0%,
        rgba(15, 28, 46, 0.42) 52%,
        rgba(15, 28, 46, 0.22) 100%
      ),
      linear-gradient(180deg, rgba(255, 92, 53, 0.1) 0%, transparent 40%);
  }

  .authority-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .list-grid,
  .related .list-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .article-layout {
    grid-template-columns: 1fr;
  }

  .toc {
    position: relative;
    top: 0;
    margin-bottom: 0.5rem;
  }

  .toc ol {
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    border-left: none;
    padding-bottom: 0.5rem;
  }

  .toc a {
    border-left: none;
    margin-left: 0;
    white-space: nowrap;
    padding: 0.4rem 0.75rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 999px;
  }

  .toc a.is-active {
    border-color: var(--accent);
    color: var(--accent-deep);
    background: var(--accent-soft);
  }

  .aside-rail {
    position: relative;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .nav,
  .header-actions .btn-ghost {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-mobile.is-open {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 1.25rem 1rem;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
  }

  .nav-mobile a {
    padding: 0.75rem 0;
    font-weight: 500;
    border-bottom: 1px solid var(--line);
  }

  .authority-strip__grid,
  .list-grid,
  .related .list-grid,
  .process-grid,
  .aside-rail,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .trust-logos {
    display: none;
  }

  .byline__meta {
    margin-left: 0;
  }

  .article-featured__frame {
    aspect-ratio: 16 / 9;
  }

  .hero__brand-signal {
    font-size: 1.35rem;
  }

  .hero__headline {
    font-size: clamp(2.1rem, 8vw, 2.75rem);
  }
}

/* ========== ConsumerRating-style ranking page ========== */
.rank-page {
  --rank-gold: #f3c45a;
  --rank-gold-deep: #e3b13a;
  --rank-cta: #d61f26;
  --rank-cta-hover: #b7181e;
  --rank-check: #1a9a4a;
  --rank-ink: #1c1c1c;
  background: #fff;
}

.rank-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem 2.5rem;
}

.rank-hero {
  margin-bottom: 1rem;
  max-width: 46rem;
}

.rank-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.85rem;
  color: var(--rank-ink);
}

.rank-hero .article-deck {
  color: #4a4a4a;
  font-size: 1.05rem;
  max-width: 52ch;
  margin: 0 0 1rem;
}

.rank-updated {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--rank-ink);
}

.rank-updated svg {
  width: 18px;
  height: 18px;
  color: #1a9a4a;
  flex-shrink: 0;
}

.rank-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 1.15rem;
}

.rank-card.is-top {
  box-shadow: 0 10px 28px rgba(211, 168, 40, 0.18);
}

.rank-card__bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 1rem 0.55rem 0.7rem;
  background: linear-gradient(180deg, #f8d56a 0%, #efc04a 100%);
  border-bottom: 1px solid rgba(180, 130, 20, 0.2);
}

.rank-card__bar:not(:has(.rank-visits)) {
  grid-template-columns: 1fr auto;
}

.rank-card__who {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: start;
  z-index: 1;
}

.rank-num {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-brand);
}

.rank-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 4px;
  background: var(--rank-cta);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rank-visits {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.rank-visits span[aria-hidden] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
  line-height: 1;
  transform: translateY(0.05em);
}

.rank-visits strong {
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.rank-score {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: end;
  z-index: 1;
}

.rank-score__label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #5a4108;
}

.rank-score__circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #f0c24d;
  box-shadow: 0 2px 0 #d4a52a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #1c1c1c;
}

.rank-card__body {
  display: grid;
  grid-template-columns: 200px minmax(0, 1.2fr) 220px;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1rem;
  align-items: center;
}

.rank-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
}

.rank-brand img {
  width: 148px;
  height: 110px;
  object-fit: contain;
}

.rank-brand__name {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.rank-stars {
  color: #f5b301;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  line-height: 1;
}

.rank-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rank-points li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: #333;
  margin-bottom: 0.45rem;
  line-height: 1.4;
}

.rank-points li::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 0.15rem;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%231a9a4a'/%3E%3Cpath d='M4.4 8.2l2.2 2.2 5-5' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.rank-cta-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
}

.btn-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: var(--rank-cta);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 6px 0 #9e151a;
  transition: transform 0.15s, background 0.15s;
}

.btn-rank:hover {
  background: var(--rank-cta-hover);
  transform: translateY(-1px);
  color: #fff;
}

.rank-offer {
  font-size: 0.88rem;
  color: #333;
  line-height: 1.35;
}

.rank-offer strong {
  display: block;
  color: var(--rank-cta);
  font-size: 0.82rem;
  margin-bottom: 0.15rem;
}

.rank-deal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.15rem;
}

.rank-discount {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #111;
}

.rank-discount[hidden] {
  display: none;
}

.amazon-logo {
  width: auto;
  height: 18px;
  max-width: 9.5rem;
  object-fit: contain;
}

.rank-card__foot {
  padding: 0 1.25rem 1.1rem;
  text-align: center;
}

.rank-review-link {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rank-review-link:hover {
  color: var(--rank-cta);
}

.rank-card__extra {
  display: none;
  padding: 0 1.25rem 1.25rem;
  color: #444;
  font-size: 0.92rem;
}

.rank-card.is-open .rank-card__extra {
  display: block;
}

.rank-take {
  display: grid;
  gap: 0.85rem;
}

.rank-take__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
}

.rank-take h4 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--rank-ink, #1a1a1a);
}

.rank-take ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
}

.rank-take li {
  line-height: 1.4;
}

.rank-take p {
  margin: 0;
  line-height: 1.55;
  color: #444;
}

@media (max-width: 700px) {
  .rank-take__grid {
    grid-template-columns: 1fr;
  }
}

.rank-promo {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  margin: 1.5rem 0 2.25rem;
  background: #fff;
}

.rank-promo img {
  width: 120px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto;
}

.rank-promo .btn-rank {
  min-width: 160px;
}

.rank-method {
  max-width: 720px;
  color: #4a4a4a;
}

.rank-method h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  color: var(--rank-ink);
  margin: 0 0 1rem;
}

.rank-method h3 {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  color: var(--rank-ink);
  margin: 1.75rem 0 0.65rem;
}

.rank-method p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.rank-method h4 {
  margin: 1.15rem 0 0.4rem;
  font-size: 1.02rem;
  color: var(--rank-ink);
}

@media (max-width: 900px) {
  .rank-card__body,
  .rank-promo {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rank-points li {
    justify-content: center;
    text-align: left;
  }

  .rank-visits {
    display: none;
  }

  .rank-card__bar {
    grid-template-columns: 1fr auto;
  }
}

/* Deal popup — CR-style card UI; rules: 4s delay, best of top-3 discounts */
.deal {
  width: min(640px, calc(100vw - 24px));
  margin: auto;
  border: 0;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.28);
}

.deal::backdrop {
  background: rgba(0, 0, 0, 0.52);
}

.deal__chrome {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 2.75rem 0.55rem 1rem;
  background: linear-gradient(90deg, #e8c46a 0%, #f3e4b0 42%, #faf6ea 100%);
}

.deal__chrome-text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: center;
}

.deal__chrome-text strong {
  font-weight: 800;
}

.deal__close {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.deal__close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.deal__panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.1rem 1.35rem;
  padding: 1.15rem 1.25rem 1.25rem;
  align-items: start;
}

.deal__media {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.deal__media-frame {
  display: grid;
  place-items: center;
  min-height: 168px;
  padding: 0.75rem;
  border-radius: 6px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
}

.deal__media-frame img {
  width: min(100%, 200px);
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.deal__brand-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.deal__brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #b08a4a;
  line-height: 1.25;
}

.deal__stars {
  color: #e8b923;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.deal__copy {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  align-content: start;
}

.deal__why {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.deal__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.deal__points li {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.55rem;
  align-items: start;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #2a2a2a;
}

.deal__points li::before {
  content: "";
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.12rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%2378c8e8'/%3E%3Cpath d='M4.4 8.2l2.2 2.2 5-5' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.deal__offer {
  display: grid;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #1f6b3a;
}

.deal__offer[hidden] {
  display: none;
}

.deal__offer-kicker {
  margin: 0;
  padding: 0.45rem 0.75rem;
  background: #1f6b3a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.deal__offer-line {
  margin: 0;
  padding: 0.65rem 0.75rem;
  background: #d8f0df;
  color: #14532d;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}

.deal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: #d62828;
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 2px 0 #9e1c1c;
}

.deal__cta:hover {
  background: #c01f1f;
  color: #fff;
}

@media (max-width: 620px) {
  .deal__panel {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .deal__brand-row {
    justify-content: center;
  }

  .deal__why {
    text-align: center;
  }
}
