/* ─────────────────────────────────────────────────────────────
   CarCareReviews — Top 10 Ceramic Coatings, 2026
   Translated from Figma Rxs9bK2AJDl6wKXwFE8DtO, node 1:2118.
   ───────────────────────────────────────────────────────────── */

:root {
  /* Color tokens (Figma local styles: Shiraz/Pablo/Armadillo/Satin Linen)        */
  --c-ink:        #1a1813;   /* primary text / wordmark */
  --c-ink-soft:   #45413a;   /* Armadillo — nav links, secondary body */
  --c-mute:       #7e7869;   /* Pablo — meta labels, captions */
  --c-rule:       #e6e1d6;   /* Satin Linen — borders + hairlines */
  --c-paper:      #ffffff;
  --c-accent:     #b11226;   /* Shiraz — masthead accent bar, wordmark "r" */

  /* Typography */
  --font-sans:    'Libre Franklin', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-serif:   'Newsreader', Georgia, 'Times New Roman', serif;

  /* Layout */
  --container-max: 1140px;
  --container-pad: 28px;

  /* Spacing rhythm — Figma uses 4 / 8 / 12 / 16 / 24 / 32 / 48 px steps */
  --space-1:      4px;
  --space-2:      8px;
  --space-3:      12px;
  --space-4:      16px;
  --space-5:      24px;
  --space-6:      32px;
  --space-7:      48px;
  --space-8:      64px;
}

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

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

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--c-ink);
  background: var(--c-paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

/* Reusable container — every section opts into this. */
.ccr-wrap {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

/* ─── MASTHEAD ─── Figma 1:662 */
.ccr-mast {
  background: var(--c-paper);
  border-bottom: 1px solid var(--c-rule);
}
.ccr-mast__inner {
  display: flex;
  flex-direction: column;
}
.ccr-mast__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 11px;
  border-bottom: 1px solid var(--c-rule);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.613px;
  text-transform: uppercase;
  color: var(--c-mute);
  line-height: 11.52px;
}
.ccr-mast__mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.ccr-mast__wordmark {
  font-weight: 900;
  font-size: 30.4px;
  line-height: 30.4px;
  letter-spacing: -0.608px;
  color: var(--c-ink);
  white-space: nowrap;
}
.ccr-mast__wordmark-r {
  color: var(--c-accent);
}
.ccr-mast__nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.ccr-mast__nav a {
  font-weight: 700;
  font-size: 13.1px;
  line-height: 13.12px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  color: var(--c-ink-soft);
}
.ccr-mast__nav a:hover,
.ccr-mast__nav a:focus { color: var(--c-accent); text-decoration: none; }
.ccr-mast__nav-caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5.26px;
  border-right: 2px solid var(--c-mute);
  border-bottom: 2px solid var(--c-mute);
  transform: rotate(45deg) translateY(-2px);
}
.ccr-mast__accent {
  height: 3px;
  background: var(--c-accent);
}

/* ─── FEATURE OPENER ─── Figma 1:702 — full-bleed dark hero w/ headline + drop-cap intro */
.ccr-hero {
  position: relative;
  background: linear-gradient(rgba(8, 8, 8, 0.42), rgba(8, 8, 8, 0.42)), #0c0c0c url('assets/hero-bg.jpg') center/cover no-repeat;
  color: var(--c-paper);
  padding: 56px 0 48px;
  text-align: center;
}
.ccr-hero__kicker {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.613px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 16px;
}
.ccr-hero__title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  margin: 0 auto 18px;
  max-width: 820px;
}
.ccr-hero__sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto 22px;
  max-width: 720px;
}
.ccr-hero__byline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.ccr-hero__byline-divider {
  display: inline-block;
  margin: 0 8px;
  opacity: 0.5;
}

/* Editorial intro paragraph below the hero — drop cap + serif body */
.ccr-intro {
  max-width: 720px;
  margin: 40px auto;
  padding: 0 var(--container-pad);
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.65;
  color: var(--c-ink);
}
.ccr-intro::first-letter {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 4.6em;
  line-height: 0.86;
  float: left;
  margin: 0.06em 0.12em 0 0;
  color: var(--c-ink);
}

/* Section placeholder utility */
.ccr-section-placeholder {
  border: 1px dashed var(--c-rule);
  padding: var(--space-7) var(--space-5);
  text-align: center;
  color: var(--c-mute);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── RANKINGS ─── Figma 1:746 — single column of 10 .ccr-entry articles */
.ccr-rankings {
  padding: var(--space-7) 0;
}
.ccr-entry {
  display: grid;
  grid-template-columns: 188px 1fr 212px;
  gap: 34px;
  padding: 40px 28px;
  border-top: 3px solid var(--c-ink);   /* heavy rule above each entry */
}
.ccr-entry + .ccr-entry { padding-top: 40px; }
.ccr-entry.is-top { border-top-color: var(--c-accent); }

/* Rail (left column) — rank number on top, photo + pickstamp below */
.ccr-entry__rail {}
.ccr-entry__num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.ccr-entry__num-label {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-entry__num-value {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  color: var(--c-ink);
  letter-spacing: -0.02em;
}
.ccr-entry__photo {
  position: relative;
  width: 188px;
  height: 265px;
  margin-top: 16px;
  background: #fcfbf8;
  border: 1px solid var(--c-rule);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ccr-entry__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* photo-placeholder shows until an image is wired in */
.ccr-entry__photo-placeholder {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-entry__photo:has(img[src]) .ccr-entry__photo-placeholder {
  display: none;
}
.ccr-entry__photo img:not([src]) {
  display: none;
}
.ccr-entry__pick {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 12px;
  background: var(--c-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* Rank 1 (winner) renders its number in the accent red per Figma */
.ccr-entry__num--top .ccr-entry__num-value { color: var(--c-accent); }

/* Main column — kicker, h2, review, pros/cons, verdict, ctas */
.ccr-entry__main {
  min-width: 0;
}
.ccr-entry__kicker {
  margin: 0 0 8px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-entry__name {
  margin: 0 0 14px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.04;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}
.ccr-entry__review {
  margin: 0 0 22px;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
  color: var(--c-ink);
}
.ccr-entry__pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--c-rule);
}
.ccr-entry__highs h4,
.ccr-entry__lows h4 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-entry__highs ul,
.ccr-entry__lows ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
}
.ccr-entry__highs li,
.ccr-entry__lows li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.ccr-entry__highs li::before {
  content: "+";
  position: absolute; left: 0; top: 0;
  font-weight: 700;
  color: var(--c-accent);  /* red plus, per Figma */
}
.ccr-entry__lows li::before {
  content: "–";
  position: absolute; left: 0; top: 0;
  font-weight: 700;
  color: var(--c-mute);  /* gray minus, per Figma */
}
.ccr-entry__verdict {
  margin: 0 0 22px;
  padding: 14px 0;
  border-top: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: var(--c-ink);
}
.ccr-entry__verdict strong {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
  margin-right: 10px;
  vertical-align: 0.1em;
}
.ccr-entry__cta {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Buttons */
.ccr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}
.ccr-btn--primary {
  background: var(--c-accent);
  color: #fff;
}
.ccr-btn--primary:hover,
.ccr-btn--primary:focus {
  background: #8c0e1d;
  text-decoration: none;
}
.ccr-btn--ghost {
  border-color: var(--c-ink);
  color: var(--c-ink);
  background: transparent;
}
.ccr-btn--ghost:hover,
.ccr-btn--ghost:focus {
  background: var(--c-ink);
  color: #fff;
  text-decoration: none;
}

/* Ratecard (right column) */
.ccr-rc {
  border: 1px solid var(--c-rule);
  padding: 19px;
  background: #fafaf6;
  align-self: start;
  font-family: var(--font-sans);
}
.ccr-rc__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c-rule);
}
.ccr-rc__label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-rc__grade {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 38px;
  line-height: 1;
  color: var(--c-accent);
}
.ccr-rc__total {
  margin: 12px 0 14px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
}
.ccr-rc__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ccr-rc__row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
}
.ccr-rc__row-label {
  grid-column: 1;
  grid-row: 1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
}
.ccr-rc__row-score {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14px;
  color: var(--c-ink);
}
.ccr-rc__row-bar {
  grid-column: 1 / -1;
  grid-row: 2;
  display: block;
  height: 4px;
  background: #ece8db;
  margin-top: 4px;
  position: relative;
}
.ccr-rc__row-bar-fill {
  display: block;
  height: 100%;
  width: var(--rc-bar-pct, 0%);
  background: var(--c-accent);
}

/* ─── PULL QUOTE ─── Figma 1:1717 — centered, narrow, serif italic with attribution */
.ccr-pullquote {
  padding: var(--space-8) 0;
  text-align: center;
}
.ccr-pullquote__body {
  max-width: 760px;
  margin: 0 auto 16px;
  padding: 0 var(--container-pad);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.3;
  color: var(--c-ink);
}
.ccr-pullquote__attr {
  margin: 0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-accent);
}

/* ─── HEAD TO HEAD ─── Figma 1:1728 — comparison table with winner column highlighted */
.ccr-h2h {
  padding: var(--space-7) 0;
  border-top: 3px solid var(--c-ink);
  border-bottom: 1px solid var(--c-rule);
}
.ccr-h2h .ccr-wrap { max-width: 1140px; }
.ccr-h2h__kicker {
  margin: 0 0 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-h2h__title {
  margin: 0 0 12px;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 42px;
  line-height: 1.05;
  color: var(--c-ink);
  letter-spacing: -0.02em;
}
.ccr-h2h__sub {
  margin: 0 0 36px;
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--c-ink-soft);
}

.ccr-h2h__board {
  display: grid;
  grid-template-columns: 1fr 88px 1fr;
  border: 1px solid var(--c-rule);
  background: var(--c-paper);
}
.ccr-h2h__headcol {
  padding: 24px 28px;
  border-bottom: 1px solid var(--c-rule);
  background: #fafaf6;
}
.ccr-h2h__col--win { background: #fff4f4; }
.ccr-h2h__product {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  color: var(--c-ink);
}
.ccr-h2h__grade {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: var(--c-accent);
}
.ccr-h2h__grade--low { color: var(--c-mute); }
.ccr-h2h__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-ink);
  color: #fff;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  grid-row: 1 / -1;
  grid-column: 2;
}

.ccr-h2h__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 14px 28px;
  border-top: 1px solid var(--c-rule);
  grid-column: 1 / span 3;
}
.ccr-h2h__row > * { text-align: center; }
.ccr-h2h__row > *:first-child { text-align: right; }
.ccr-h2h__row > *:last-child { text-align: left; }
.ccr-h2h__score {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 24px;
  color: var(--c-ink);
}
.ccr-h2h__score--win { color: var(--c-accent); }
.ccr-h2h__label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-h2h__row--total {
  background: #faf6ef;
}
.ccr-h2h__row--total .ccr-h2h__score { font-size: 30px; }

.ccr-h2h__takeaway {
  margin-top: 24px;
  padding: 18px 24px;
  background: #fafaf6;
  border-left: 4px solid var(--c-accent);
}
.ccr-h2h__takeaway-label {
  margin: 0 0 6px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-h2h__takeaway p:last-child {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--c-ink);
}

/* ─── METHODOLOGY ─── Figma 1:1822 — 4-cell criteria grid + disclosure */
.ccr-method {
  padding: var(--space-8) 0;
  background: #fafaf6;
}
.ccr-method__kicker {
  margin: 0 0 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-method__title {
  margin: 0 0 16px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}
.ccr-method__lede {
  margin: 0 0 40px;
  max-width: 760px;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
  color: var(--c-ink-soft);
}
.ccr-method__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--c-rule);
  border-left: 1px solid var(--c-rule);
}
.ccr-method__cell {
  padding: 24px;
  background: var(--c-paper);
  border-right: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
}
.ccr-method__cell-num {
  margin: 0 0 14px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-accent);
}
.ccr-method__cell-title {
  margin: 0 0 10px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 22px;
  color: var(--c-ink);
}
.ccr-method__cell-body {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--c-ink-soft);
}
.ccr-method__disclosure {
  margin: 40px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--c-rule);
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-mute);
}
.ccr-method__disclosure strong { color: var(--c-ink); font-weight: 700; }

/* ─── FINAL STANDINGS ─── Figma 1:1877 — recap table */
.ccr-standings {
  padding: var(--space-8) 0;
}
.ccr-standings__kicker {
  margin: 0 0 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-standings__title {
  margin: 0 0 28px;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--c-ink);
}
.ccr-standings__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-sans);
}
.ccr-standings__table thead th {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 2px solid var(--c-ink);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-standings__th-rank,
.ccr-standings__th-grade,
.ccr-standings__th-total { text-align: center; width: 100px; }
.ccr-standings__row td {
  padding: 16px 14px;
  border-bottom: 1px solid var(--c-rule);
  font-size: 15px;
  color: var(--c-ink);
}
.ccr-standings__row td:first-child {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  width: 60px;
}
.ccr-standings__row td:nth-child(2) { font-weight: 700; }
.ccr-standings__row td:nth-child(3) {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--c-mute);
  font-size: 14.5px;
}
.ccr-standings__grade {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  color: var(--c-accent);
}
.ccr-standings__total { text-align: center; font-weight: 600; }
.ccr-standings__row.is-top td { background: #fff4f4; }
.ccr-standings__row--placeholder td { color: var(--c-mute); font-style: italic; }
.ccr-standings__row a { color: inherit; }
.ccr-standings__row a:hover { color: var(--c-accent); }

/* ─── NEWSLETTER ─── Figma 1:2024 — centered email form on dark band */
.ccr-news {
  padding: var(--space-8) 0;
  background: var(--c-paper);
}
.ccr-news__card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 30px;
  padding: 40px;
  background: #fff;
  border: 1px solid #d3ccbd;
}
.ccr-news__kicker {
  margin: 0 0 9px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  color: var(--c-accent);
}
.ccr-news__title {
  margin: 0 0 9px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}
.ccr-news__sub {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.5;
  color: var(--c-ink-soft);
}
.ccr-news__label { position: absolute; left: -9999px; }
.ccr-news__row {
  display: flex;
  gap: 10px;
}
.ccr-news__input {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  border: 1px solid #d3ccbd;
  background: #fcfbf8;
  color: var(--c-ink);
  outline: none;
}
.ccr-news__input::placeholder { color: #757575; }
.ccr-news__input:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(177, 18, 38, 0.18);
}
.ccr-news .ccr-btn { padding-left: 24px; padding-right: 24px; white-space: nowrap; }
.ccr-news__legal {
  margin: 11px 0 0;
  font-family: var(--font-serif);
  font-size: 13.5px;
  color: var(--c-mute);
}

/* ─── COLOPHON ─── Figma 1:2053 — footer */
.ccr-colo {
  padding: var(--space-7) 0 var(--space-6);
  background: var(--c-paper);
  border-top: 3px solid var(--c-ink);
}
.ccr-colo__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 32px;
  margin: 0 0 18px;
}
.ccr-colo__wordmark {
  margin: 0;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}
.ccr-colo__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.ccr-colo__nav a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
  text-decoration: none;
}
.ccr-colo__nav a:hover { color: var(--c-accent); }
.ccr-colo__disclosure {
  margin: 0 0 14px;
  max-width: 920px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--c-mute);
}
.ccr-colo__meta {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--c-rule);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.ccr-colo__meta em {
  font-family: var(--font-sans);
  font-style: normal;
  color: var(--c-ink-soft);
}
.ccr-colo__divider { opacity: 0.5; }

/* Mobile rankings layout — collapse 3-column grid to a stack */
@media (max-width: 767px) {
  .ccr-entry {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 0;
  }
  .ccr-entry__rail {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
  }
  .ccr-entry__num {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
  .ccr-entry__num-value { font-size: 42px; }
  .ccr-entry__photo {
    width: 100%;
    max-width: 220px;
    height: 240px;
    margin-top: 0;
  }
  .ccr-entry__name { font-size: 26px; }
  .ccr-entry__review { font-size: 16px; }
  .ccr-entry__pros-cons { grid-template-columns: 1fr; gap: 16px; }
  .ccr-rc { padding: 16px; }

  /* Head to head — stack the two columns, vs band becomes a horizontal bar */
  .ccr-h2h__title { font-size: 32px; }
  .ccr-h2h__board {
    grid-template-columns: 1fr;
  }
  .ccr-h2h__col--win { order: -1; }
  .ccr-h2h__vs {
    grid-row: auto;
    grid-column: 1;
    padding: 8px;
    font-size: 16px;
    order: 0;
  }
  .ccr-h2h__row { grid-column: 1; padding: 12px 16px; }
  .ccr-h2h__row > *:first-child,
  .ccr-h2h__row > *:last-child { text-align: center; }
  .ccr-h2h__score { font-size: 20px; }
  .ccr-h2h__row--total .ccr-h2h__score { font-size: 24px; }

  /* Methodology — 4 cells stack to 2 columns then 1 */
  .ccr-method__title { font-size: 28px; }
  .ccr-method__grid { grid-template-columns: 1fr 1fr; }

  /* Final standings — collapse middle columns, keep rank/product/grade */
  .ccr-standings__title { font-size: 32px; }
  .ccr-standings__table thead { display: none; }
  .ccr-standings__row { display: grid; grid-template-columns: 56px 1fr 80px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--c-rule); }
  .ccr-standings__row td { padding: 0 6px; border: 0; }
  .ccr-standings__row td:first-child { font-size: 20px; }
  .ccr-standings__row td:nth-child(3) { display: none; }
  .ccr-standings__row td:nth-child(2) { grid-column: 2; }
  .ccr-standings__row td:nth-child(4) { grid-column: 3; text-align: right; }
  .ccr-standings__row td:nth-child(5) { display: none; }
  .ccr-standings__row.is-top td { background: transparent; }

  /* Newsletter — stack input + button */
  .ccr-news__title { font-size: 26px; }
  .ccr-news__card { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .ccr-news__row { flex-direction: column; gap: 10px; }
  .ccr-news .ccr-btn { width: 100%; }

  /* Colophon */
  .ccr-colo { padding: 32px 0 24px; }
}

/* Mobile breakpoint — Figma mobile artboard is 390w */
@media (max-width: 767px) {
  :root {
    --container-pad: 20px;
  }
  .ccr-mast__top {
    padding: 8px 0;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10.5px;
  }
  .ccr-mast__mid {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
  }
  .ccr-mast__wordmark {
    font-size: 26px;
    line-height: 26px;
  }
  .ccr-mast__nav {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11.5px;
  }
  .ccr-mast__nav a {
    font-size: 11.5px;
  }
  .ccr-hero {
    padding: 40px 0 32px;
  }
  .ccr-hero__sub {
    font-size: 16px;
  }
  .ccr-intro {
    font-size: 17px;
    margin: 24px auto;
  }
  .ccr-intro::first-letter {
    font-size: 4em;
  }
}
