.ck-cluster-stack {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
.ck-cluster-stack > .ck-card { margin: 0; max-width: 100%; }

.ck-card {
  background: #fff9f0;
  border: 1px solid var(--border);
  border-radius: 10px;
  /* Top padding lifted from 14px → 46px so the #N rank circle (top-left)
     and the wishlist heart circle (top-right) sit in a clean gutter
     ABOVE the product image, never overlapping it. */
  padding: 46px 12px 12px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 auto var(--s-3);
  position: relative;
}
.ck-card.is-editors-pick { border: 2px solid var(--accent); }
.ck-card .editors-ribbon {
  position: absolute; top: -8px; left: 12px;
  background: var(--accent); color: white; padding: 2px 10px;
  font-family: var(--font-data); font-size: 9px; font-weight: 800;
  letter-spacing: 0.06em; border-radius: 3px;
  z-index: 2;
}

/* CHAYAN SCORE banner v11 — horizontal strip placed BELOW the product image.
   Navy box (favicon) · stacked CHAYAN/SCORE wordmark · bracket-colored score
   rectangle (82/100) · TRUSTED / HONEST / UNSPONSORED trust marks.
   Bracket class on the wrapper (s75/s60/s50/s00/unscored) drives the score
   rectangle fill via .sb-box and the /100 subtext tint via .sb-sub. */
.score-badge {
  display: block; text-decoration: none;
  width: 100%; max-width: 320px;
  margin: 6px auto 4px;
}
.score-badge svg { width: 100%; height: auto; display: block; }
.score-badge.s75 .sb-box { fill: #1E7A45; }
.score-badge.s75 .sb-sub { fill: #A8D5B5; }
.score-badge.s60 .sb-box { fill: #6B9F3F; }
.score-badge.s60 .sb-sub { fill: #D6E8B6; }
.score-badge.s50 .sb-box { fill: #D17621; }
.score-badge.s50 .sb-sub { fill: #F5C895; }
.score-badge.s00 .sb-box { fill: #B22E1F; }
.score-badge.s00 .sb-sub { fill: #EBA89F; }
.score-badge.unscored .sb-box { fill: #888780; }
.score-badge.unscored .sb-sub { fill: #D5D5D2; }

/* Chayan Confidence line (v2) — sits under the rating on rated cards.
   Data-availability meter, NOT a quality bar. */
.ck-conf {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  margin-top: 5px; font-size: 11px; color: var(--ink-muted);
}
.ck-conf .cf-label {
  font-family: var(--font-data); font-size: 9px; letter-spacing: 0.05em;
  text-transform: uppercase; color: #8a8880;
}
.ck-conf .cf-lvl { font-weight: 700; color: #3f5d2a; }
.ck-conf.medium .cf-lvl { color: #8a5a12; }
/* Confidence dots — generic (used in the card meta line AND the hero why-panel) */
.cf-dots { display: inline-flex; gap: 3px; align-items: center; vertical-align: middle; }
.cf-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #d7d4c8; display: inline-block;
}
.cf-dot.on { background: #6f9a3f; }
.cf-dots.medium .cf-dot.on, .ck-conf.medium .cf-dot.on { background: #d19a3a; }
.ck-conf .cf-pct { color: var(--ink-soft, #9a978d); font-variant-numeric: tabular-nums; }
/* Rebuilt "Why this score" panel (v2) — hero + PDP. Honest breakdown, no
   fabricated sub-score bars. */
/* Title — small, on top, with the question mark (in markup) */
.why-score .ws-title {
  font-family: var(--font-data); font-size: 11px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-muted);
  margin-bottom: 6px;
}
/* Band verdict — its own row, bigger pill + bigger text */
.why-score .ws-band-row { margin: 2px 0 12px; }
.why-score .ws-band {
  display: inline-block; font-family: var(--font-data); font-size: 13px; font-weight: 800;
  padding: 5px 14px; border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase;
}
.why-score .ws-band.s75 { background: #DCEBC6; color: #27500A; }
.why-score .ws-band.s60 { background: #EAF3DE; color: #3a6114; }
.why-score .ws-band.s50 { background: #FAEEDA; color: #633806; }
.why-score .ws-band.s00 { background: #FCEBEB; color: #791F1F; }
/* Confidence line — sits ABOVE the evidence count; bigger dots + visible % */
.why-score .ws-conf {
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  margin: 12px 0 3px; font-size: 13px;
}
.why-score .ws-conf .cf-lvl { font-weight: 700; color: #3f5d2a; }
.why-score .ws-conf.medium .cf-lvl { color: #8a5a12; }
.why-score .ws-conf.low .cf-lvl { color: #7a7770; }
.why-score .ws-conf .cf-dot { width: 9px; height: 9px; }
.why-score .ws-conf .cf-pct { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
/* Evidence count — secondary line under the confidence meter */
.why-score .ws-ev { font-family: var(--font-data); font-size: 12px; color: var(--ink-muted); margin: 0 0 6px; line-height: 1.5; }
.why-score .ws-ev strong { color: var(--ink); }
.why-score .ws-formula {
  font-size: 12px; color: var(--ink-muted); background: #f6efe0;
  border-radius: 7px; padding: 8px 10px; margin: 8px 0; line-height: 1.45;
}
.why-score .ws-principle { font-size: 12px; color: var(--ink); line-height: 1.45; margin: 6px 0 8px; }
.why-score .ws-principle::first-line { font-weight: 600; }
/* "Rating not established" pill — the — (unrated) state's meta line. */
.ck-notest {
  display: inline-block; font-family: var(--font-data); font-size: 10px;
  font-weight: 700; color: #5f5e5a; background: #f1efe8;
  padding: 1px 8px; border-radius: 999px;
}

/* Head row — product image only; score banner moved out to its own sibling. */
.ck-head {
  display: flex; justify-content: center;
  margin-top: 8px;
}
.ck-head .brand-mark {
  width: 100%; max-width: 230px; aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: white; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin: 0 auto;
  position: relative;
}
/* When the brand-mark hosts a CKGallery rotator, fill the box fully. */
.ck-head .brand-mark .ck-rotating { width: 100%; height: 100%; }
.ck-head .brand-mark img { max-width: 92%; max-height: 92%; object-fit: contain; }
.ck-head .brand-mark .fallback {
  font-family: var(--font-serif); font-weight: 800; font-size: 44px;
  color: var(--accent-deep, #b85c1f);
}
/* Title block — separate sibling of ck-head so it spans full width.
   min-height includes the always-present (visibility:hidden) read-more button
   slot so CHAYAN NOW strip sits at the same Y across cards regardless of
   whether the title actually overflows. */
.ck-title {
  text-align: left;
  min-height: 72px;
  margin: 6px 0 2px;
}
.ck-title .pname {
  font-weight: 500; font-size: 13px; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}
.ck-title .pmeta {
  font-family: var(--font-data); font-size: 10px;
  color: var(--ink-muted); letter-spacing: 0.03em;
  margin-top: 3px;
}
.ck-title .pmeta .star { color: #e8852c; font-weight: 700; }
/* Read more — orange link injected after .pname when it overflows the 2-line
   clamp. JS at end of render adds .has-overflow to .ck-title; click toggles
   .expanded which drops the line-clamp. */
/* Always-present so the layout slot is reserved on every card → CHAYAN NOW
   strip aligns at the same Y across the row. Hidden visually until the title
   actually overflows (.has-overflow toggled by post-render JS). */
.ck-title .read-more {
  display: inline-block;
  visibility: hidden;
  background: none; border: 0; padding: 0;
  margin-top: 2px;
  font-family: var(--font-data); font-size: 11px; font-weight: 700;
  color: var(--accent, #e8852c);
  letter-spacing: 0.03em;
  cursor: pointer;
}
.ck-title.has-overflow .read-more { visibility: visible; }
.ck-title.has-overflow .read-more:hover { text-decoration: underline; }
.ck-title.expanded .pname,
.ck-card.hero .ck-title.expanded .pname {
  -webkit-line-clamp: unset; overflow: visible; min-height: 0;
}
/* Rank circle — pair to the wishlist heart at top-right. Same 30×30 disc,
   soft-wine fill, deep-wine border/text so both badges read as brand
   watermarks bracketing the top of the card. Lives in the card's
   46px top padding, well clear of the image. */
.ck-card .rank-pill {
  position: absolute; top: 10px; left: 10px;
  /* min-width (not fixed width) — renders a perfect circle for #1–#9,
     stretches into a capsule for #12 / #100 without clipping. */
  min-width: 30px; height: 30px;
  padding: 0 7px;
  box-sizing: border-box;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--winner-soft, #ebe1e5);
  color: var(--winner, #6b1d3a);
  border: 1.5px solid var(--winner, #6b1d3a);
  font-family: var(--font-data); font-size: 12px; font-weight: 800;
  border-radius: 999px;
  letter-spacing: 0.02em;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(107, 29, 58, 0.12);
}

/* CHAYAN NOW strip — text sized to fit the longest platform name
   "Reliance Digital" in "Buy on Reliance Digital ₹XX,XXX (LOWEST)". */
.ck-strip {
  background: #0a0a0a;
  margin: 4px -12px;
  padding: 8px 10px;
  display: flex; align-items: center; gap: 6px;
  color: #fff9f0;
  border-top: 1px solid rgba(232,133,44,0.4);
  border-bottom: 1px solid rgba(232,133,44,0.4);
  text-decoration: none; cursor: pointer;
}
.ck-strip .ck-fav { width: 16px; height: 16px; flex-shrink: 0; display: block; }
.ck-strip .ck-mark {
  font-family: var(--font-data); font-size: 9px;
  letter-spacing: 0.1em; font-weight: 700; color: #fff9f0;
  white-space: nowrap;
}
.ck-strip .sep { color: rgba(255,249,240,0.3); font-size: 10px; align-self: stretch; display: flex; align-items: center; }
.ck-strip .buy-on {
  color: #fff9f0; font-size: 10px; flex: 1;
  min-width: 0; line-height: 1.25;
}
/* Two-line uniform layout: "Buy on PLATFORM" / "₹PRICE (LOWEST PRICE) →" */
.ck-strip .bo-line1 { font-weight: 600; }
.ck-strip .bo-line2 {
  margin-top: 1px; display: flex; align-items: center; gap: 5px;
}
.ck-strip .bo-line2 .price { color: #e8852c; font-weight: 700; }
.ck-strip .bo-line2 .lowest-tag {
  font-size: 8px; color: rgba(255,249,240,0.55);
  font-family: var(--font-data); letter-spacing: 0.04em; font-weight: 700;
}
.ck-strip .bo-line2 .arrow { color: #e8852c; font-size: 13px; margin-left: auto; line-height: 1; }

/* Standalone Chayan Now block — used by article pages (best-under/), honors,
   and brand-best where the surrounding card is NOT a .ck-card. Same dark
   strip + 2-line "Buy on X" layout as the homepage's .ck-strip but without
   needing the .ck-card / .ck-strip parent. */
.ck-now-block {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ck-now-block .ck-rows { display: flex; flex-direction: column; gap: 3px; }
.ck-bo-strip {
  display: flex; flex-direction: column;
  background: #1a1f3a;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff9f0;
  text-decoration: none;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.15s ease;
}
.ck-bo-strip:hover { background: #243056; }
.ck-bo-strip .bo-line1 {
  font-family: var(--font-data, 'Space Grotesk', sans-serif);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff9f0;
  line-height: 1.2;
}
.ck-bo-strip .bo-line2 {
  margin-top: 4px;
  display: flex; align-items: center; gap: 8px;
}
.ck-bo-strip .bo-line2 .price {
  color: #ff8c42; font-weight: 700; font-size: 17px;
  font-family: var(--font-data, 'Space Grotesk', sans-serif);
}
.ck-bo-strip .bo-line2 .lowest-tag {
  font-size: 9px; color: rgba(255,249,240,0.65);
  font-family: var(--font-data); letter-spacing: 0.06em; font-weight: 700;
  text-transform: uppercase;
}
.ck-bo-strip .bo-line2 .arrow {
  color: #ff8c42; font-size: 18px; margin-left: auto; line-height: 1;
}

/* TL;DR pick-mini score chip — compact echo of the full Chayan Score
   banner. Navy fill + orange numeral matches the brand colour pair on
   the SVG badge so the visual hierarchy stays consistent across the
   summary tile and the detailed product cards. */
.pick-score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.pick-score .pm-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  background: #0F1530;
  color: #ff8c42;
  font-family: var(--font-data, 'Space Grotesk', sans-serif);
  font-size: 14px;
  font-weight: 800;
  padding: 3px 9px 3px 8px;
  border-radius: 5px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.pick-score .pm-chip small {
  font-size: 8px;
  color: rgba(255,255,255,0.6);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-left: 2px;
}
.pick-score .pm-price {
  font-family: var(--font-data, 'Space Grotesk', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink, #1a1a1a);
}

.ck-rows { display: flex; flex-direction: column; gap: 3px; }
.ck-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 8px; align-items: center;
  padding: 5px 8px;
  background: #f1ede2;
  border: 1px solid #c89097;
  border-radius: 6px;
  text-decoration: none; color: inherit;
  font-family: var(--font-data);
  transition: background 0.12s;
}
.ck-row:hover { background: #ebe6d8; }

/* Branded platform pill — replaces dot+name. Each platform gets its own brand
   background; wordmark inside is colored per the brand mark. Sized to fill
   most of the row vertically — slightly inset from the BUY/VISIT action so
   both sit at the same height. */
.plat-pill {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 9px;
  border-radius: 4px;
  font-family: var(--font-data);
  font-size: 10px; font-weight: 800; letter-spacing: 0.03em;
  white-space: nowrap; line-height: 1;
}
.plat-pill.plat-amazon {
  background: #131A22; color: #fff;
  display: inline-block; padding: 4px 8px 3px;
  min-width: 50px; text-align: center;
}
.plat-pill.plat-amazon .amz-word  { display: block; line-height: 1; font-size: 10px; }
.plat-pill.plat-amazon .amz-smile { display: block; width: 100%; height: 5px; margin-top: 1px; }
.plat-pill.plat-flipkart { background: #FBCA04; color: #2874F0; }
.plat-pill.plat-croma    { background: #0F858B; color: #fff; }
.plat-pill.plat-reliance {
  background: #E22128; color: #fff;
  flex-direction: column; padding: 4px 8px 3px; gap: 1px;
  line-height: 1; text-align: center;
}
.plat-pill.plat-reliance .r1 { display: block; font-size: 10px; line-height: 1; }
.plat-pill.plat-reliance .r2 { display: block; color: #1E40AF; font-size: 10px; line-height: 1; }
.plat-pill.plat-nykaa    { background: #FC2779; color: #fff; }
/* Nykaa Fashion — distinct from Nykaa Beauty; uses the brand's pink + black wordmark style. */
.plat-pill.plat-nykaafashion {
  background: #1A1A1A; color: #fff;
  flex-direction: column; padding: 4px 8px 3px; gap: 1px;
  line-height: 1; text-align: center;
}
.plat-pill.plat-nykaafashion .nf1 { display: block; font-size: 10px; color: #FC2779; line-height: 1; }
.plat-pill.plat-nykaafashion .nf2 { display: block; font-size: 10px; color: #fff; line-height: 1; }

.ck-row .px {
  font-size: 12px; font-weight: 800; color: #221b3a; text-align: right;
}
.ck-row .delta { font-size: 9px; font-weight: 700; white-space: nowrap; }
.ck-row .delta.best { color: #2d9d57; }
.ck-row .delta.tied { color: #888780; }
.ck-row .delta.up   { color: #c93827; }
.ck-row .action {
  display: inline-flex; align-items: center;
  font-size: 10px; font-weight: 800; letter-spacing: 0.04em;
  padding: 6px 11px; border-radius: 999px; white-space: nowrap;
  line-height: 1;
}
.ck-row .action.buy   { background: #e8852c; color: white; }
.ck-row .action.visit { background: transparent; color: #221b3a; border: 1px solid #221b3a; }

.ck-audit {
  font-family: var(--font-data); font-size: 9px;
  color: var(--ink-muted); letter-spacing: 0.03em;
  padding-top: 2px; line-height: 1.4;
}
.ck-audit .label { font-weight: 700; color: #5f5e5a; margin-right: 3px; }

/* Positive "Compared across N platforms" pill — replaces the negative
   "Also checked: …" audit footer on cards where we DO have ≥ 2 priced
   platforms. Frames cross-platform coverage as a feature, not an apology. */
.ck-compared-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  padding: 3px 10px;
  background: #e8f4ec;
  border: 1px solid #2a7e3e;
  border-radius: 999px;
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 600;
  color: #1a6332;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.ck-compared-pill strong { font-weight: 700; color: #0e4b25; }
.ck-card.hero .ck-compared-pill { font-size: 11.5px; padding: 4px 12px; }

.ck-card.hero {
  max-width: 1040px;
  padding: 22px 28px 20px;
  border-radius: 12px;
}
.ck-card.hero .score-badge { max-width: 260px; margin: 0; }
.ck-card.hero .hero-left { display: flex; flex-direction: column; gap: 6px; align-items: center; }
.ck-card.hero .hero-left .score-badge { width: 260px; height: 70px; }
/* SVG fills the 260x70 box. preserveAspectRatio="none" is set via JS in
   renderFeaturedPick (it's an SVG attribute, not a CSS property), letting
   the badge stretch vertically to match the specs row height. */
.ck-card.hero .hero-left .score-badge svg {
  width: 100%; height: 100%; display: block;
}
/* Editor's ribbon — deep wine so the white text stays readable */
.ck-card.hero .editors-ribbon {
  background: #7a2030; color: #fff; top: -8px; left: auto; right: 18px;
}
.ck-card.hero .rank-pill { top: 8px; left: 12px; right: auto; }

/* Hero card layout — image+score | details+strip+rows | why-score.
   All three columns share the same grid row so their bottoms land on the
   SAME Y line. Middle column hosts the CHAYAN NOW strip and platform rows
   so there's no full-width block beneath the grid (saves ~150px of card). */
.ck-card.hero .hero-grid {
  display: grid;
  grid-template-columns: 260px 1.1fr 1fr;
  gap: 8px 22px;
  margin: 10px 0 0;
  align-items: stretch;
}
.ck-card.hero .hero-left {
  display: flex; flex-direction: column;
  justify-content: flex-start; align-items: center;
}
.ck-card.hero .hero-middle {
  display: flex; flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.ck-card.hero .hero-middle .hm-top { min-width: 0; }
.ck-card.hero .hero-middle .hm-bottom { min-width: 0; margin-top: 12px; }
.ck-card.hero .hero-why { display: flex; }
.ck-card.hero .hero-why .why-score {
  width: 100%; margin-top: 0;
  display: flex; flex-direction: column;
  justify-content: space-between;   /* spread bars to fill column height */
}
.ck-card.hero .hero-info { display: block; }
.ck-card.hero .hero-grid .hero-image .brand-mark {
  width: 260px; height: 260px; max-width: 260px;
  margin: 0; border-radius: 10px;
  background: white; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.ck-card.hero .hero-grid .hero-image .brand-mark .ck-rotating { width: 100%; height: 100%; }
.ck-card.hero .hero-grid .hero-image .brand-mark .ck-rotating img,
.ck-card.hero .hero-grid .hero-image .brand-mark img { max-width: 92%; max-height: 92%; object-fit: contain; }
.ck-card.hero .hero-info {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 14px;
  align-items: start;
}
.ck-card.hero .hero-info > .hero-cat-pill,
.ck-card.hero .hero-info > .hero-title-block,
.ck-card.hero .hero-info > .hero-meta,
.ck-card.hero .hero-info > .hero-specs { grid-column: 1; }
.ck-card.hero .hero-info > .why-score { grid-column: 2; grid-row: 1 / span 4; align-self: start; margin-top: 0; }

/* Thumb strip (left column) — up/down arrow buttons let users browse all
   images. Clicking a thumb swaps the main image (CKGallery .is-active). */
.ck-card.hero .hero-thumbs {
  display: flex; flex-direction: column; gap: 6px;
  align-self: flex-start;
}
.ck-card.hero .hero-thumbs .ht-list {
  display: flex; flex-direction: column; gap: 6px;
}
.ck-card.hero .hero-thumb {
  width: 56px; height: 56px; padding: 0; cursor: pointer;
  background: white; border: 2px solid var(--border);
  border-radius: 6px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.ck-card.hero .hero-thumb.is-active { border-color: var(--accent, #e8852c); }
.ck-card.hero .hero-thumb img { max-width: 94%; max-height: 94%; object-fit: contain; }
.ck-card.hero .ht-nav {
  width: 56px; height: 24px; cursor: pointer;
  background: var(--ink, #221b3a); color: #fff9f0;
  border: 0; border-radius: 6px;
  font-size: 14px; font-weight: 700; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.ck-card.hero .ht-nav:hover { background: var(--brand, #1a2447); }
.ck-card.hero .ht-nav:disabled { background: #d8d2c0; cursor: not-allowed; }
.ck-card.hero .hero-grid .hero-info { min-width: 0; }
.ck-card.hero .hero-cat-pill {
  display: inline-block; background: rgba(232,133,44,0.15); color: var(--accent-deep, #b85c1f);
  padding: 3px 9px; border-radius: 4px;
  font-family: var(--font-data); font-size: 10px; font-weight: 800;
  letter-spacing: 0.08em; text-decoration: none; margin-bottom: 6px;
}
.ck-card.hero .hero-cat-pill:hover { background: rgba(232,133,44,0.25); }
.ck-card.hero .hero-title {
  font-family: var(--font-serif); font-size: 22px; font-weight: 700;
  line-height: 1.2; letter-spacing: -0.01em;
  color: var(--ink); margin: 0 0 4px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.ck-card.hero .hero-meta {
  font-family: var(--font-data); font-size: 12px; color: var(--ink-muted);
  margin-bottom: 6px;
}
.ck-card.hero .hero-meta .hr-star { color: #e8852c; font-weight: 700; }
.ck-card.hero .hero-meta .hr-rev { color: var(--ink-muted); }

/* Top specs row — 3 mini cards drawn from p.specs */
.ck-card.hero .hero-specs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin: 14px 0 8px;
}
.ck-card.hero .hero-specs .hs-spec {
  background: #f3eee2; border: 1px solid var(--border);
  border-radius: 6px; padding: 8px 9px;
  min-height: 70px; display: flex; flex-direction: column; justify-content: center;
}
.ck-card.hero .hero-specs .hs-k {
  font-family: var(--font-data); font-size: 9px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-muted);
  margin-bottom: 2px;
}
.ck-card.hero .hero-specs .hs-v {
  font-size: 12px; font-weight: 600; color: var(--ink); line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Why this score? — sub-score breakdown panel.  Uses real subScores when
   available, otherwise falls back to proxies derived from rating/mrp/score. */
.ck-card.hero .why-score {
  background: #fef9f0; border: 1px solid var(--border);
  border-radius: 8px; padding: 14px 16px; margin-top: 14px;
}
.ck-card.hero .why-score .ws-title {
  font-family: var(--font-data); font-size: 11px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-muted); margin-bottom: 12px;
}
.ck-card.hero .why-score .ws-info { color: var(--accent); margin-left: 4px; cursor: help; }
.ck-card.hero .why-score .ws-row {
  display: grid; grid-template-columns: 110px 1fr 60px;
  gap: 10px; align-items: center; margin-bottom: 6px;
  font-family: var(--font-data); font-size: 12px;
}
.ck-card.hero .why-score .ws-l { color: var(--ink); font-weight: 600; }
.ck-card.hero .why-score .ws-bar {
  display: block; height: 8px;
  background: rgba(122, 32, 48, 0.06);
  border: 1px solid rgba(122, 32, 48, 0.30);
  border-radius: 999px; overflow: hidden;
}
.ck-card.hero .why-score .ws-bar > span {
  display: block; height: 100%; background: linear-gradient(90deg, var(--accent, #e8852c), var(--accent-deep, #b85c1f));
  border-radius: 999px;
}
.ck-card.hero .why-score .ws-n {
  text-align: right; color: var(--ink-muted); font-weight: 700;
}
.ck-card.hero .why-score .ws-method {
  display: inline-block; margin-top: 8px;
  font-family: var(--font-data); font-size: 12px; color: var(--accent, #e8852c);
  font-weight: 700; text-decoration: none;
}
.ck-card.hero .why-score .ws-method:hover { text-decoration: underline; }

/* Hero strip + rows — now nested inside .hm-bottom of the middle column so
   they take the column's width naturally, no more align-self / max-width.
   ck-row-hidden hides extra rows; .is-expanded reveals them when the
   "Show N more offers" toggle button is clicked. */
.ck-card.hero .hm-bottom .ck-strip {
  width: 100%; margin: 0 0 6px; padding: 9px 14px; border-radius: 8px;
}
.ck-card.hero .hm-bottom .ck-rows { width: 100%; margin: 0; }
.ck-card.hero .ck-row-hidden { display: none !important; }
.ck-card.hero .ck-rows.is-expanded .ck-row-hidden { display: grid !important; }
.ck-card.hero .hero-rows-toggle {
  background: transparent; border: 0; padding: 6px 4px;
  margin-top: 4px;
  font-family: var(--font-data); font-size: 11px; font-weight: 700;
  letter-spacing: 0.04em; color: var(--accent, #e8852c);
  cursor: pointer;
}
.ck-card.hero .hero-rows-toggle:hover { text-decoration: underline; }

@media (max-width: 720px) {
  .ck-card.hero .hero-grid { grid-template-columns: 1fr; gap: 16px; }
  /* Hero image container must have an explicit width, else the child
     .brand-mark's `width: 100%` resolves to zero (parent width becomes
     content width becomes 100% of parent — circular). Reported bug:
     "hero card product image not visible on mobile". */
  .ck-card.hero .hero-grid .hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ck-card.hero .hero-grid .hero-image .brand-mark {
    width: 100%; max-width: 320px; height: auto;
    aspect-ratio: 1 / 1; margin: 0 auto;
    position: relative;
  }
  /* Explicit sizing on the rotator so its absolutely-positioned <img>
     children have a resolvable height on mobile. */
  .ck-card.hero .hero-grid .hero-image .brand-mark .ck-rotating {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
  }
  .ck-card.hero .hero-thumbs { flex-direction: row; flex-wrap: wrap; }
  .ck-card.hero .hero-specs { grid-template-columns: 1fr 1fr; }
  .ck-card.hero .why-score .ws-row { grid-template-columns: 1fr; gap: 4px; }
  .ck-card.hero .why-score .ws-n { text-align: left; }
}
.ck-card.hero .ck-title { min-height: auto; margin: 10px 0 4px; }
.ck-card.hero .ck-title .pname { font-size: 20px; -webkit-line-clamp: 3; min-height: auto; }
.ck-card.hero .ck-title .pmeta { font-size: 12px; margin-top: 6px; }
.ck-card.hero .ck-head { justify-content: center; margin-top: 4px; }
.ck-card.hero .ck-head .brand-mark { width: 260px; height: 260px; max-width: 260px; border-radius: 10px; flex-shrink: 0; }
.ck-card.hero .ck-head .brand-mark .fallback { font-size: 72px; }
.ck-card.hero .ck-head .pname { font-size: 20px; -webkit-line-clamp: 3; line-height: 1.35; font-weight: 500; }
.ck-card.hero .ck-head .pmeta { font-size: 12px; }
.ck-card.hero .ck-strip { margin: 8px -22px; padding: 12px 22px; }
.ck-card.hero .ck-strip .ck-fav { width: 22px; height: 22px; }
.ck-card.hero .ck-strip .ck-mark { font-size: 12px; }
.ck-card.hero .ck-strip .buy-on { font-size: 13px; }
.ck-card.hero .ck-strip .buy-on .lowest-tag { font-size: 10px; }
.ck-card.hero .ck-strip .arrow { font-size: 18px; }
.ck-card.hero .ck-rows { gap: 5px; }
.ck-card.hero .ck-row { padding: 8px 12px; grid-template-columns: auto 1fr auto auto; gap: 12px; }
.ck-card.hero .ck-row .px { font-size: 14px; }
.ck-card.hero .ck-row .delta { font-size: 11px; }
.ck-card.hero .ck-row .action { font-size: 11px; padding: 7px 13px; }
.ck-card.hero .plat-pill { font-size: 11px; padding: 7px 11px; }
.ck-card.hero .plat-pill.plat-amazon { padding: 5px 10px 4px; min-width: 56px; }
.ck-card.hero .plat-pill.plat-amazon .amz-word { font-size: 11px; }
.ck-card.hero .ck-audit { font-size: 11px; }

@media (max-width: 380px) {
  .ck-cluster-stack { grid-template-columns: 1fr; }
  .ck-card { max-width: 100%; }
}

/* ── Per-card affiliate microcopy (FTC + Indian Consumer Protection Act) ─
   Reads as a footnote, not a primary message — italic + soft gray-blue +
   tiny font. Stops above the WCAG contrast floor though, so it still counts
   as a "clear and conspicuous" disclosure if a reader scans for it. Don't
   take this further muted; below ~3:1 contrast it stops legally counting. */
/* Compare CTA — footer pill on every card. Secondary to the navy buy buttons:
   accent outline that fills on hover. One click → compare page with this
   product pre-filled as #1. */
.ck-card .ck-compare-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  padding: 9px 14px;
  border: 1.5px solid var(--accent, #ff8c42);
  border-radius: 999px;
  /* Soft saffron fill so the compare CTA pops off the cream card AND the black
     buy buttons — distinct and on-brand, no glow gimmick. */
  background: var(--accent-soft, #fde2cf);
  color: var(--accent-deep, #b54a14);
  font-family: var(--font-data);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(181, 74, 20, 0.12);
  transition: background .15s ease, color .15s ease, transform .12s ease, box-shadow .15s ease;
}
.ck-card .ck-compare-btn:hover {
  background: var(--accent-deep, #b54a14);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(181, 74, 20, 0.28);
}
.ck-card .ck-compare-btn .ck-cmp-ico { font-size: 15px; line-height: 1; }
/* Hero: fill the empty left-column space below the score badge (uses the gap
   instead of adding card height). */
.ck-card.hero .hero-left .ck-compare-btn { width: 100%; margin-top: 12px; }

.ck-aff-note {
  margin-top: 6px;
  font-family: var(--font-data);
  font-size: 8.5px;
  font-style: italic;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  text-align: center;
  line-height: 1.35;
}
.ck-card.hero .ck-aff-note {
  text-align: left;
  margin-top: 8px;
}

/* ── Top-3 featured row + reserved ad slot ────────────────────────────
   Three product cards + one "Your ad here" panel form a 4-column strip
   on wide screens. Below 1100px we drop the ad slot to a 2-col layout
   alongside cards; below 720px we stack everything single-column.       */
.ck-cluster-stack.featured-row.top3 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1100px) {
  .ck-cluster-stack.featured-row.top3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .ck-cluster-stack.featured-row.top3 { grid-template-columns: 1fr; }
}

.ck-ad-slot {
  background: linear-gradient(160deg, #fff9f0 0%, #f5e9d5 100%);
  border: 1px dashed rgba(122, 32, 48, 0.35);
  border-radius: 10px;
  padding: 18px 16px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ck-ad-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.ck-ad-tag {
  font-family: var(--font-data);
  font-size: 9px;
  letter-spacing: 0.14em;
  font-weight: 800;
  text-transform: uppercase;
  color: #7a2030;
  background: rgba(122, 32, 48, 0.08);
  border: 1px solid rgba(122, 32, 48, 0.25);
  border-radius: 3px;
  padding: 2px 8px;
}
.ck-ad-headline {
  font-family: var(--font-display, var(--font-data));
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
}
.ck-ad-sub {
  font-size: 12px;
  color: var(--ink-muted);
  line-height: 1.4;
  max-width: 220px;
}
.ck-ad-cta {
  margin-top: 6px;
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: #7a2030;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.15s ease;
}
.ck-ad-cta:hover { background: #6b1d3a; }
