
/* ═════════════════════════════════════════════════
   CHALLENGER II — Product page (sp-ch-*)
   ═════════════════════════════════════════════════ */

:root {
  --sp-ch-max: 1280px;
  --sp-ch-text: 600px;
  --sp-ch-pad: 96px;
  --sp-ch-gap: 24px;
}

/* ── Tab Header (sticky bar) ── */
.sp-prd-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 14px 24px;
  background: rgba(19,16,13,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  z-index: 90;
  position: relative;
}
.sp-prd-header--stuck {
  position: sticky;
  top: 0;
}
.sp-prd-header__name {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.sp-prd-tabs {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-prd-tab {
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.sp-prd-tab:hover {
  color: rgba(255,255,255,0.8);
}
.sp-prd-tab--active {
  color: #fff;
  border-bottom-color: #fff;
}
.sp-prd-header__cta {
  margin-left: auto;
}
.sp-prd-header__cta .sp-btn {
  font-size: 12px;
  padding: 8px 20px;
  height: auto;
}
.sp-prd-header-sentinel {
  height: 0;
  margin: 0;
  padding: 0;
}

/* ── Panels ── */
.sp-prd-panel {
  display: none;
}
.sp-prd-panel--active {
  display: block;
}

/* ── Shared section ── */
.sp-ch-sec {
  padding: var(--sp-ch-pad) 0;
  background: #0a0a0a;
}
.sp-ch-sec .container {
  max-width: var(--sp-ch-max);
  margin: 0 auto;
  padding: 0 48px;
}
.sp-ch-rule {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin-bottom: 2rem;
}
.sp-ch-label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.75rem;
}
.sp-ch-h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
}
.sp-ch-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}
.sp-ch-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.sp-ch-micro {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1.5rem;
}
.sp-ch-link {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  transition: color 0.2s, border-color 0.2s;
  padding-bottom: 2px;
}
.sp-ch-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.sp-ch-avail {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.06em;
  margin-top: 2rem;
}

/* ── HERO (About) ── */
.sp-ch-hero {
  position: relative;
  height: 80vh;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.sp-ch-hero__bg {
  position: absolute;
  inset: 0;
}
.sp-ch-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-ch-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.15) 60%);
}
.sp-ch-hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--sp-ch-max);
  padding: 0 48px 80px;
  margin: 0 auto;
}
.sp-ch-hero__price {
  margin: 12px 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255,255,255,0.62);
}
.sp-ch-hero__ctas {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.sp-ch-hero .sp-ch-h1,
.sp-ch-hero .sp-ch-sub,
.sp-ch-hero .sp-ch-hero__price,
.sp-ch-hero .sp-ch-hero__ctas {
  position: relative;
  top: 34px;
}
.sp-ch-hero .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sp-ch-hero .awards-strip {
  width: min(100%, 920px);
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: grid;
  gap: 14px;
  transform: translateY(34px);
}
.sp-ch-hero .awards-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 162px));
  justify-content: start;
  gap: 18px;
  padding: 0;
  margin: 0;
}
.sp-ch-hero .award {
  margin: 0;
}
.sp-ch-hero .award-link {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  align-items: center;
  padding: 22px 17px 20px;
  border-radius: 50%;
  background: rgba(247,245,238,0.96);
  border: 1px solid rgba(255,255,255,0.42);
  color: #111;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0,0,0,0.20);
  overflow: hidden;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.sp-ch-hero .award-link::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 50%;
  pointer-events: none;
}
.sp-ch-hero .award-link::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(0,0,0,0.13);
  border-radius: 50%;
  pointer-events: none;
}
.sp-ch-hero .award-link:hover,
.sp-ch-hero .award-link:focus-visible {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(255,255,255,0.65);
  box-shadow: 0 16px 42px rgba(0,0,0,0.26);
}
.sp-ch-hero .award-badge {
  display: block;
  width: 72px;
  height: auto;
  max-height: 22px;
  flex: 0 0 auto;
  opacity: 0.86;
  position: relative;
  z-index: 1;
}
.sp-ch-hero .award-text {
  min-width: 0;
  display: grid;
  gap: 8px;
  line-height: 1.15;
  position: relative;
  z-index: 1;
}
.sp-ch-hero .award-pub {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.46);
}
.sp-ch-hero .award-name {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.15;
  color: #111;
  overflow-wrap: anywhere;
}
.sp-ch-hero .award-meta {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(0,0,0,0.50);
  overflow-wrap: anywhere;
}
.sp-ch-hero .awards-more {
  justify-self: start;
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(255,255,255,0.25);
}
.sp-ch-hero .awards-more:hover,
.sp-ch-hero .awards-more:focus-visible {
  color: rgba(255,255,255,0.94);
  text-decoration-color: rgba(255,255,255,0.50);
}

/* ── Why it sounds different ── */
.sp-ch-why__intro {
  max-width: 720px;
  margin: 0 0 1.75rem;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(255,255,255,0.74);
}
body.challenger .sp-ch-why__intro,
body.challenger .sp-ch-why-list {
  margin-left: clamp(42px, 5vw, 96px);
}
.sp-ch-why-list {
  max-width: 900px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.sp-ch-why-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sp-ch-why-item__main {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  align-items: start;
}
.sp-ch-why-item__num {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}
.sp-ch-why-item__title {
  margin: 0 0 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}
.sp-ch-why-item__summary {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255,255,255,0.58);
}
.sp-ch-why-more {
  margin: 10px 0 0 50px;
}
.sp-ch-why-more summary {
  display: inline-block;
  cursor: pointer;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}
.sp-ch-why-more summary:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.sp-ch-why-more p {
  max-width: 680px;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255,255,255,0.56);
}
.sp-ch-why-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
}
.sp-proof {
  margin-top: 28px;
}
.sp-proof__title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}
.sp-proof__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.sp-quote {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 4px;
  background: #e7e4dc;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 18px 44px rgba(0,0,0,.16);
}
.sp-quote__text {
  margin: 0;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.42;
  color: #1b1b1b;
}
.sp-quote__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 14px;
  font-size: 12px;
  color: #5d5a54;
}
.sp-quote__name {
  color: #34322f;
}
.sp-quote__pub {
  color: #68645d !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: rgba(104,100,93,.42) !important;
}
.sp-quote__pub:hover {
  color: #1b1b1b !important;
  text-decoration-color: rgba(27,27,27,.65) !important;
}
.sp-prd-panel .sp-proof .sp-quote .sp-quote__text {
  font-size: clamp(16px, 1.45vw, 21px) !important;
  font-style: italic !important;
  color: #1b1b1b !important;
}
.sp-prd-panel .sp-proof .sp-quote .sp-quote__pub,
.sp-prd-panel .sp-proof .sp-quote .sp-quote__pub:visited,
.sp-prd-panel .sp-proof .sp-quote .sp-quote__pub:active,
.sp-prd-panel .sp-proof .sp-quote .sp-quote__pub:focus {
  color: #68645d !important;
  text-decoration-color: rgba(104,100,93,.42) !important;
}
.sp-prd-panel .sp-proof .sp-quote .sp-quote__pub:hover {
  color: #1b1b1b !important;
  text-decoration-color: rgba(27,27,27,.65) !important;
}

@media (max-width: 760px) {
  .sp-proof__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Material carousel ── */
.sp-ch-material {
  padding-top: 0;
}
.sp-ch-material.MaterialTypeSec > .container-fluid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.sp-ch-material .mat_slider_wrapper {
  position: relative;
  margin-top: 2rem;
}
.sp-ch-material .material_slider_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  min-height: 520px;
}
.sp-ch-material .material_slider_wrapper img {
  grid-column: 1;
  grid-row: 1 / span 4;
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}
.sp-ch-material .material_slider_wrapper .mobile-imag {
  display: none !important;
}
.sp-ch-material .material_slider_wrapper h2 {
  grid-column: 2;
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.12;
  color: #fff;
}
.sp-ch-material .material_slider_wrapper p,
.sp-ch-material .material_slider_wrapper ul {
  grid-column: 2;
  max-width: 520px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255,255,255,0.66);
}
.sp-ch-material.MaterialTypeSec button.slick-arrow {
  top: -58px;
  right: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.82);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}
.sp-ch-material.MaterialTypeSec button.slick-prev.slick-arrow {
  right: 44px;
  transform: none;
}
.sp-ch-material.MaterialTypeSec button.slick-arrow:hover {
  border-color: rgba(255,255,255,0.50);
  background: rgba(255,255,255,0.10);
  color: #fff;
}
.sp-ch-material.MaterialTypeSec button.slick-arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}
.sp-ch-material.MaterialTypeSec button.slick-arrow svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sp-ch-material.MaterialTypeSec > .container-fluid ul.slick-dots {
  position: static;
  justify-content: center;
  margin-top: 22px;
}

@media (max-width: 900px) {
  .sp-ch-material .material_slider_wrapper {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .sp-ch-material .material_slider_wrapper img,
  .sp-ch-material .material_slider_wrapper h2,
  .sp-ch-material .material_slider_wrapper p,
  .sp-ch-material .material_slider_wrapper ul {
    grid-column: 1;
    grid-row: auto;
  }
  .sp-ch-material .material_slider_wrapper .desktop-imag {
    display: none !important;
  }
  .sp-ch-material .material_slider_wrapper .mobile-imag {
    display: block !important;
  }
}

/* ── Signature details carousel ── */
.sp-ch-carousel {
  padding-top: 0;
}
.sp-ch-carousel .container-fluid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.sp-ch-carousel__head {
  margin-top: 2rem;
  margin-bottom: 8px;
}
.sp-ch-carousel__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}
.sp-ch-carousel__title {
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 300;
  line-height: 1.04;
  color: #fff;
}
.sp-ch-carousel__viewport {
  position: relative;
  touch-action: pan-y;
}
.sp-ch-carousel__slide {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
  padding: 34px 0 8px;
  scroll-margin-top: calc(var(--sp-site-header-offset, 88px) + 28px);
}
.sp-ch-carousel__viewport.is-enhanced .sp-ch-carousel__slide {
  display: none;
}
.sp-ch-carousel__viewport.is-enhanced .sp-ch-carousel__slide.is-active {
  display: grid;
}
.sp-ch-carousel__media {
  min-width: 0;
}
.sp-ch-carousel__img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: contain;
}
.sp-ch-carousel__body {
  width: 100%;
  max-width: none;
  min-width: 0;
}
.sp-ch-carousel__slide-title {
  max-width: none;
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 300;
  line-height: 1.16;
  color: #fff;
}
.sp-ch-carousel__body p,
.sp-ch-carousel__body ul {
  max-width: none;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255,255,255,0.66);
}
.sp-ch-carousel__body ul {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.sp-ch-carousel__body li {
  position: relative;
  padding-left: 16px;
}
.sp-ch-carousel__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 1px;
  background: rgba(255,255,255,0.48);
}
/* ── Luxury slider nav ── */
.sp-ch-slider-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
  padding: 18px 0 6px;
}
.sp-ch-slider-nav__arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,0.55);
  cursor: pointer;
  transition: color 200ms ease;
}
.sp-ch-slider-nav__arrow:hover {
  color: #fff;
}
.sp-ch-slider-nav__arrow svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sp-ch-slider-nav__center {
  flex: 1;
  min-width: 0;
}
.sp-ch-slider-nav__nums {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.sp-ch-slider-nav__num {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.38);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .06em;
  font-variant-numeric: tabular-nums;
  padding: 12px 10px;
  cursor: pointer;
  text-decoration: none;
  transition: color 200ms ease;
}
.sp-ch-slider-nav__num:hover {
  color: rgba(255,255,255,0.7);
}
.sp-ch-slider-nav__num.is-active {
  color: rgba(255,255,255,0.92);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  text-decoration-color: rgba(255,255,255,0.72);
}
.sp-ch-slider-nav__track {
  height: 1px;
  background: rgba(255,255,255,0.14);
  margin: 10px auto 0;
  width: min(520px, 70%);
  position: relative;
}
.sp-ch-slider-nav__progress {
  height: 2px;
  background: rgba(255,255,255,0.85);
  position: absolute;
  left: 0;
  top: -0.5px;
  width: 0;
  transition: width 280ms ease;
}

@media (max-width: 900px) {
  .sp-ch-carousel__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .sp-ch-carousel__slide {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
  .sp-ch-slider-nav {
    gap: 12px;
  }
  .sp-ch-slider-nav__nums {
    gap: 14px;
  }
}

/* ── 4 signature cards (2x2) ── */
.sp-ch-cards4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-ch-gap);
  margin-top: 2rem;
}
.sp-ch-card4 {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 2.5rem 2rem;
  background: rgba(255,255,255,0.015);
}
.sp-ch-card4__title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}
.sp-ch-card4__sub {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
}

/* ── Finishes teaser ── */
.sp-ch-finishes-tease__text {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
  margin-bottom: 0.75rem;
}

/* ── Finishes premium selector ── */
.sp-ch-finishes {
  min-height: 78vh;
  padding: clamp(48px, 6vw, 88px) 0;
  background:
    radial-gradient(760px 460px at 32% 45%, rgba(255,255,255,0.035), transparent 62%),
    linear-gradient(180deg, #0b0b0c 0%, #101012 100%);
}
.sp-ch-finishes__container {
  max-width: 1280px;
}
.sp-ch-finishes__grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.sp-ch-finish-viewer {
  align-self: start;
  min-width: 0;
}
.sp-ch-finish-viewer__stage {
  position: relative;
  overflow: hidden;
  width: min(100%, 680px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 30px;
  border: 0;
  background: transparent;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}
.sp-ch-finish-viewer__stage::before {
  content: none;
}
.sp-ch-finish-viewer__stage::after {
  content: none;
}
.sp-ch-finish-viewer__ambient {
  display: none;
}
.sp-ch-finish-viewer__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transform: none;
  transition: opacity 280ms ease-out;
}
.sp-ch-finish-viewer__image.is-fading {
  opacity: 0;
}
.sp-ch-finish-viewer__meta {
  width: min(100%, 680px);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px auto 0;
  font-size: 13px;
  color: rgba(255,255,255,.46);
}
.sp-ch-finish-viewer__value {
  color: rgba(255,255,255,.88);
}
.sp-ch-finish-selector {
  min-width: 0;
}
.sp-ch-finish-selector__head {
  margin-bottom: 28px;
}
.sp-ch-finish-selector__title {
  margin: 0 0 10px;
  font-size: clamp(48px, 5.2vw, 72px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: 0;
  color: #fff;
}
.sp-ch-finish-selector__kicker {
  margin: 0 0 16px;
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,.62);
}
.sp-ch-finish-selector__sub {
  display: grid;
  gap: 5px;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,.54);
}
.sp-ch-finish-options {
  padding: 0;
  border: 0;
}
.sp-ch-finish-options__label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.36);
}
.sp-ch-finish-options__list {
  display: grid;
  gap: 10px;
}
.sp-ch-finish-option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.sp-ch-finish-option:hover {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.035);
  transform: translateY(-1px);
}
.sp-ch-finish-option.is-active {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.05);
}
.sp-ch-finish-option:focus-visible {
  outline: 1px solid rgba(255,255,255,.34);
  outline-offset: 4px;
}
.sp-ch-finish-option__swatch {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: visible;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.18);
}
.sp-ch-finish-option.is-active .sp-ch-finish-option__swatch {
  border-color: rgba(255,255,255,.46);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.18);
}
.sp-ch-finish-option__check {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(244,244,244,.96);
  color: #111;
  opacity: 0;
  transform: scale(.82);
  transition: opacity 160ms ease, transform 160ms ease;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.sp-ch-finish-option__check::before {
  content: '\2713';
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.sp-ch-finish-option.is-active .sp-ch-finish-option__check {
  opacity: 1;
  transform: scale(1);
}
.sp-ch-finish-option__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.sp-ch-finish-option__name {
  font-size: 18px;
  font-weight: 360;
  line-height: 1.2;
  color: rgba(255,255,255,.9);
}
.sp-ch-finish-option__meta {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  color: rgba(255,255,255,.62);
}
.sp-ch-finish-ral {
  margin-top: 16px;
  border: 0;
}
.sp-ch-finish-ral__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: border-color 180ms ease, background 180ms ease;
}
.sp-ch-finish-ral__row:hover {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.035);
}
.sp-ch-finish-ral__title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,.92);
}
.sp-ch-finish-ral__sub {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.58);
}
.sp-ch-finish-ral__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.sp-ch-finish-ral.is-open .sp-ch-finish-ral__plus {
  transform: none;
}
.sp-ch-finish-ral__row:hover .sp-ch-finish-ral__plus {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.09);
  color: #fff;
}
.sp-ch-finish-ral__panel {
  padding: 12px 0 0;
}
.sp-ch-finish-ral__panel .ral-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 24px;
}
.sp-ch-finish-ral__fan {
  position: relative;
  width: 46px;
  height: 38px;
  flex: 0 0 46px;
}
.sp-ch-finish-ral__fan span {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 26px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.12);
  transform-origin: 50% 90%;
}
.sp-ch-finish-ral__fan span:nth-child(1) {
  background: #1f2933;
  transform: rotate(-16deg);
}
.sp-ch-finish-ral__fan span:nth-child(2) {
  background: #6f756b;
  transform: rotate(0deg);
}
.sp-ch-finish-ral__fan span:nth-child(3) {
  background: #d7d2c7;
  transform: rotate(16deg);
}
.sp-ch-finish-ral__input {
  min-width: 0;
  width: 132px;
  flex: 0 0 132px;
  height: 44px;
  box-sizing: border-box;
  padding: 0 20px 0 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: #171719;
  color: rgba(255,255,255,.92);
  -webkit-text-fill-color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
  outline: 0;
  appearance: none;
}
.sp-ch-finish-ral__input::placeholder {
  color: rgba(255,255,255,.56);
  -webkit-text-fill-color: rgba(255,255,255,.56);
}
.sp-ch-finish-ral__input:focus {
  border-color: rgba(255,255,255,.34);
  background: #171719;
}
.sp-ch-finish-ral__cta {
  min-height: 42px;
  border-radius: 12px;
}
.sp-ch-avail {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(255,255,255,.42);
}

@media (max-width: 960px) {
  .sp-ch-finishes {
    min-height: auto;
  }
  .sp-ch-finishes__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .sp-ch-finish-selector__title {
    font-size: clamp(42px, 12vw, 58px);
  }
}

@media (max-width: 560px) {
  .sp-ch-finish-viewer__stage {
    border-radius: 26px;
    aspect-ratio: 1 / 1.04;
  }
  .sp-ch-finish-option,
  .sp-ch-finish-ral__row {
    border-radius: 16px;
    padding: 13px 14px;
  }
  .sp-ch-finish-ral__panel {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .sp-ch-finish-ral__panel .ral-row {
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 14px;
  }
  .sp-ch-finish-ral__fan {
    display: none;
  }
  .sp-ch-finish-ral__input {
    flex: 1 1 120px;
  }
  .sp-ch-finish-ral__cta {
    flex: 1 1 100%;
  }
}

/* Tighten Finishes corner radius to match the button system. */
.sp-ch-finishes .sp-ch-finish-viewer__stage,
.sp-ch-finishes .sp-ch-finish-detail img,
.sp-ch-finishes .sp-ch-finish-option,
.sp-ch-finishes .sp-ch-finish-option__swatch,
.sp-ch-finishes .sp-ch-finish-ral__row,
.sp-ch-finishes .sp-ch-finish-ral__plus,
.sp-ch-finishes .sp-ch-finish-ral__fan span,
.sp-ch-finishes .sp-ch-finish-ral__input,
.sp-ch-finishes .sp-ch-finish-ral__cta {
  border-radius: 4px !important;
}

/* Match product finish options to the Alcantara material row treatment. */
body.bloom .sp-ch-finishes__grid,
body.challenger .sp-ch-finishes__grid {
  grid-template-columns: minmax(0, 460px) minmax(320px, 420px) !important;
  justify-content: center !important;
  gap: clamp(20px, 3vw, 42px) !important;
}
body.bloom .sp-ch-finish-viewer,
body.challenger .sp-ch-finish-viewer {
  width: min(100%, 460px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.bloom .sp-ch-finish-viewer__stage,
body.challenger .sp-ch-finish-viewer__stage {
  aspect-ratio: 1089 / 1444 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 610px !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}
body.bloom .sp-ch-finish-viewer__image,
body.challenger .sp-ch-finish-viewer__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  border-radius: 4px !important;
}
body.bloom .sp-ch-finish-viewer__meta,
body.challenger .sp-ch-finish-viewer__meta {
  width: 100% !important;
  margin-top: 10px !important;
  justify-content: flex-start !important;
}
body.bloom .sp-ch-finish-selector,
body.challenger .sp-ch-finish-selector {
  width: min(100%, 420px) !important;
}
body.challenger .sp-ch-finish-selector {
  display: flex !important;
  flex-direction: column !important;
  min-height: 610px !important;
}
body.challenger .sp-ch-finish-selector__head {
  margin-bottom: 184px !important;
}
body.challenger .sp-ch-finish-options {
  margin-top: 0 !important;
}
.sp-ch-finishes .sp-ch-finish-options__list {
  gap: 0;
}
.sp-ch-finishes .sp-ch-finish-option {
  position: relative;
  gap: 16px;
  min-height: 70px;
  padding: 8px 14px 8px 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transform: none !important;
  transition: color 160ms ease;
}
.sp-ch-finishes .sp-ch-finish-option::before {
  content: "";
  position: absolute;
  inset: 8px 0;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 4px;
  background: transparent;
  pointer-events: none;
  transition: background 160ms ease, border-color 160ms ease;
}
.sp-ch-finishes .sp-ch-finish-option:hover::before,
.sp-ch-finishes .sp-ch-finish-material:hover::before {
  background: rgba(255,255,255,0.035);
}
.sp-ch-finishes .sp-ch-finish-option:hover::before,
.sp-ch-finishes .sp-ch-finish-option.is-active::before {
  border-color: rgba(255,255,255,0.12);
}
.sp-ch-finishes .sp-ch-finish-option__swatch {
  border: 0 !important;
  box-shadow: none !important;
}
body.bloom .sp-ch-finishes .sp-ch-finish-option__swatch,
body.challenger .sp-ch-finishes .sp-ch-finish-option__swatch {
  width: 82px !important;
  height: 62px !important;
  flex-basis: 82px !important;
  border-radius: 4px !important;
}
body.bloom .sp-ch-finishes .sp-ch-finish-option,
body.bloom .sp-ch-finishes .sp-ch-finish-material,
body.bloom .sp-ch-finishes .sp-ch-finish-ral__row,
body.challenger .sp-ch-finishes .sp-ch-finish-option,
body.challenger .sp-ch-finishes .sp-ch-finish-ral__row {
  min-height: 78px !important;
}
.sp-ch-finishes .sp-ch-finish-option.is-active .sp-ch-finish-option__swatch {
  border-color: transparent !important;
  box-shadow: none !important;
}
.sp-ch-finishes .sp-ch-finish-ral {
  margin-top: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
body.challenger .sp-ch-finishes .sp-ch-finish-ral {
  margin-top: 0 !important;
}
.sp-ch-finishes .sp-ch-finish-ral__row {
  min-height: 70px;
  padding: 8px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: background 160ms ease;
}
.sp-ch-finishes .sp-ch-finish-ral__row:hover {
  border: 0 !important;
  background: transparent !important;
}
.sp-ch-finishes .sp-ch-finish-ral__row:hover .sp-ch-finish-ral__plus {
  border-color: rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.06) !important;
  color: rgba(255,255,255,.86) !important;
}
.sp-ch-finishes .sp-ch-finish-ral__panel .ral-row {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.sp-ch-finishes .sp-ch-finish-ral__input {
  padding-left: 24px !important;
}

@media (max-width: 560px) {
  .sp-ch-finishes .sp-ch-finish-ral__panel .ral-row {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 960px) {
  body.bloom .sp-ch-finishes__grid,
  body.challenger .sp-ch-finishes__grid {
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
  }
  body.bloom .sp-ch-finish-viewer,
  body.challenger .sp-ch-finish-viewer {
    width: min(100%, 460px) !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    order: 2 !important;
  }
  body.bloom .sp-ch-finish-selector,
  body.challenger .sp-ch-finish-selector {
    width: 100% !important;
    display: contents !important;
  }
  body.challenger .sp-ch-finish-selector {
    height: auto !important;
    min-height: 0 !important;
  }
  body.bloom .sp-ch-finish-selector__head,
  body.challenger .sp-ch-finish-selector__head {
    order: 1 !important;
  }
  body.challenger .sp-ch-finish-selector__head {
    margin-bottom: 28px !important;
  }
  body.bloom .sp-ch-finish-options,
  body.challenger .sp-ch-finish-options {
    order: 3 !important;
  }
  body.bloom .sp-ch-finish-material,
  body.challenger .sp-ch-finish-material {
    order: 4 !important;
  }
  body.bloom .sp-ch-finish-ral,
  body.challenger .sp-ch-finish-ral {
    order: 5 !important;
  }
  body.challenger .sp-ch-finishes .sp-ch-finish-ral {
    margin-top: 0 !important;
  }
  body.bloom .sp-ch-finish-viewer__stage,
  body.challenger .sp-ch-finish-viewer__stage {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
  }
}

/* ── Final CTA ── */
.sp-ch-cta-final {
  text-align: center;
  padding: var(--sp-ch-pad) 0;
}
.sp-ch-cta-final .sp-ch-sub {
  max-width: var(--sp-ch-text);
  margin-left: auto;
  margin-right: auto;
}
.sp-ch-cta-final .sp-btn {
  margin-top: 1.5rem;
}

/* ── Finishes (Specs tab) ── */
.sp-ch-finish-groups {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
}
.sp-ch-finish-group {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sp-ch-finish-group__title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0.5rem;
}
.sp-ch-finish-group__models {
  font-weight: 300;
  color: rgba(255,255,255,0.35);
  font-size: 12px;
  margin-left: 0.5rem;
}
.sp-ch-finish-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.sp-ch-finish-group__list li {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
}
.sp-ch-on-req {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* ── Spec table (Specs tab) ── */
.sp-ch-spec-table {
  margin-top: 2rem;
}
.sp-ch-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sp-ch-spec-label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
}
.sp-ch-spec-value {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  text-align: right;
}

/* ── Pricing (Specs tab) ── */
.sp-ch-pricing__card {
  margin-top: 2rem;
  padding: 48px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  background: rgba(255,255,255,0.02);
}
.sp-ch-pricing__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgba(255,255,255,0.45);
}
.sp-ch-pricing__amount {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0;
}
.sp-ch-pricing__note {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255,255,255,0.5);
}
.sp-ch-pricing__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

/* ── Downloads (Specs tab) ── */
.sp-ch-dl-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.sp-ch-dl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sp-ch-dl-name {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

/* ── FAQ accordion ── */
.sp-ch-faq-list {
  margin-top: 2rem;
}
.sp-ch-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sp-ch-faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
}
.sp-ch-faq-q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
  transition: transform 0.25s;
}
.sp-ch-faq-item--open .sp-ch-faq-q::after {
  content: '\2212';
}
.sp-ch-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0;
}
.sp-ch-faq-item--open .sp-ch-faq-a {
  max-height: 300px;
  padding-bottom: 20px;
}
.sp-ch-faq-a p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0;
}

/* ── Compare — Best for cards ── */
.sp-ch-compare-hero {
  padding-bottom: 0;
}
.sp-ch-bestfor {
  padding-top: 0;
}
.sp-ch-bestfor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-ch-gap);
  margin-top: 2rem;
}
.sp-ch-bestfor-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 2rem;
}
.sp-ch-bestfor-card__name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}
.sp-ch-bestfor-card__fit {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
}

/* ── Compare — Key differences ── */
.sp-ch-diffs {
  padding-top: 0;
}
.sp-ch-diffs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-ch-gap);
}
.sp-ch-diffs-col__name {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.75rem;
}
.sp-ch-diffs-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-ch-diffs-col__list li {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  padding: 6px 0 6px 16px;
  position: relative;
}
.sp-ch-diffs-col__list li::before {
  content: '\00b7';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.25);
}

/* ── Compare spec table ── */
.sp-ch-compare-head {
  max-width: 720px;
  margin-bottom: 18px;
}
.sp-ch-cmp-tbl {
  margin-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.sp-ch-cmp-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sp-ch-cmp-row--head {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.sp-ch-cmp-row--section {
  background: rgba(255,255,255,0.045);
}
.sp-ch-cmp-row--section .sp-ch-cmp-cell {
  color: #fff;
  font-weight: 500;
}
.sp-ch-cmp-row--decision .sp-ch-cmp-cell:not(.sp-ch-cmp-cell--label) {
  color: rgba(255,255,255,0.78);
}
.sp-ch-cmp-cell {
  padding: 14px 8px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
}
.sp-ch-cmp-cell--label {
  color: rgba(255,255,255,0.4);
  font-weight: 400;
}
.sp-ch-cmp-cell--name {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}
.sp-ch-cmp-row--price .sp-ch-cmp-cell {
  font-weight: 400;
  color: rgba(255,255,255,0.85);
}

/* ── Video reuse ── */
.sp-ch-motion .sp-prd-video__wrap {
  margin-top: 2rem;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 900px) {
  :root {
    --sp-ch-pad: 56px;
  }
  .sp-ch-h1 { font-size: 36px; }
  .sp-ch-h2 { font-size: 24px; }
  .sp-ch-hero { height: auto; min-height: 620px; }
  .sp-ch-hero .awards-list { grid-template-columns: 1fr; }
  .sp-ch-hero .awards-list {
    grid-template-columns: repeat(3, minmax(130px, 148px));
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .sp-ch-hero .award-badge {
    width: 64px;
    max-height: 20px;
  }
  .sp-ch-cards3 { grid-template-columns: 1fr; }
  .sp-ch-cards4 { grid-template-columns: 1fr; }
  body.challenger .sp-ch-why__intro,
  body.challenger .sp-ch-why-list {
    margin-left: 0;
  }
  .sp-ch-bestfor-grid { grid-template-columns: 1fr; }
  .sp-ch-diffs-grid { grid-template-columns: 1fr; }
  .sp-ch-cmp-cell { font-size: 12px; padding: 10px 4px; }

  .sp-prd-header {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 1rem;
    padding: 10px 16px;
  }
  .sp-prd-header__name { display: none; }
  .sp-prd-header__cta { display: none; }
  .sp-prd-tabs { gap: 0; flex-shrink: 0; }
  .sp-prd-tab { padding: 6px 14px; font-size: 13px; }
}

@media (max-width: 560px) {
  .sp-ch-hero { min-height: 560px; }
  .sp-ch-hero__content { padding: 0 24px 40px; }
  .sp-ch-h1 { font-size: 32px; }
  .sp-ch-h2 { font-size: 22px; }
  .sp-ch-sub { font-size: 14px; }
  .sp-ch-hero__price {
    margin: 12px 0 14px;
    font-size: 13px;
  }
  .sp-ch-hero .sp-ch-h1,
  .sp-ch-hero .sp-ch-sub,
  .sp-ch-hero .sp-ch-hero__price,
  .sp-ch-hero .sp-ch-hero__ctas {
    top: 18px;
  }
  .sp-ch-hero .awards-strip {
    margin-top: 24px;
    padding-top: 12px;
    gap: 10px;
    transform: translateY(18px);
  }
  .sp-ch-hero .awards-list {
    gap: 8px;
  }
  .sp-ch-hero .award-link {
    padding: 19px 14px 17px;
  }
  .sp-ch-hero .award-badge {
    width: 56px;
    max-height: 18px;
  }
  .sp-ch-hero .award-name {
    font-size: 12px;
  }
  .sp-ch-hero .award-meta {
    font-size: 9px;
  }
  .sp-ch-pricing__card {
    padding: 18px;
  }
  .sp-ch-pricing__title {
    font-size: 16px;
  }
  .sp-ch-pricing__amount {
    font-size: 24px;
  }
  .sp-ch-pricing__note {
    font-size: 11px;
  }
}
