.case-study {
  --font-mono: "Geist Mono", ui-monospace, Menlo, monospace;
  overflow-x: clip;
}

html:has(body.case-study),
body.case-study {
  overflow-x: clip;
  max-width: 100%;
}

.case-study main {
  color: #000;
  background: #fff;
  letter-spacing: -0.04em;
}

.cs-strip {
  background: var(--orange-500, #ff4618);
  color: #fff;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 24px;
  border-radius: 2px;
  text-align: center;
}

.cs-section {
  border-top: 1px solid #ebebeb;
  padding: clamp(56px, 8vw, 90px) clamp(20px, 5vw, 60px);
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cs-section--hero {
  border-top: none;
  padding: clamp(48px, 7vw, 90px) clamp(20px, 5vw, 60px) clamp(40px, 6vw, 70px);
}

.cs-section--dark {
  background: #000;
  color: #fff;
  border-top: none;
  max-width: none;
  padding: 0;
}

.cs-section--dark .cs-section__inner {
  padding: clamp(56px, 8vw, 90px) clamp(20px, 5vw, 60px);
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
}

.cs-section--takeaway .cs-section__inner {
  padding: clamp(64px, 9vw, 110px) clamp(20px, 5vw, 60px) clamp(56px, 8vw, 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}

.cs-section__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 760px;
}

.cs-section__head--wide {
  max-width: 800px;
}

.cs-section__head--center {
  align-items: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.cs-label {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--orange-500, #ff4618);
  letter-spacing: -0.02em;
}

.cs-label--sm {
  font-size: 13px;
}

.cs-label--xs {
  font-size: 12px;
}

.cs-label--muted {
  color: #6c6c6c;
}

.cs-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}

.cs-hero__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.case-study--phantom-6 .cs-hero__logos {
  gap: 16px 24px;
}

.cs-hero__logo-cj {
  height: clamp(60px, 9vw, 88px);
  display: block;
  max-width: 100%;
}

.case-study--phantom-6 .cs-hero__logo-cj {
  height: clamp(26px, 4vw, 36px);
}

.cs-hero__logo-ss {
  height: 28px;
  display: block;
}

.cs-hero__times {
  font-size: 22px;
  font-weight: 400;
  color: #6c6c6c;
}

.cs-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 17px;
  border-radius: 8px;
  background: #ffefec;
  color: var(--orange-500, #ff4618);
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.cs-h1 {
  font-size: clamp(40px, 4.6vw, 66px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
  max-width: 640px;
  text-wrap: pretty;
}

.cs-h2 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
}

.cs-h2--takeaway {
  font-size: clamp(40px, 8vw, 72px);
  line-height: 1.02;
  max-width: 800px;
}

.cs-h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
}

.cs-lead {
  font-size: 18px;
  line-height: 1.5;
  max-width: 620px;
  margin: 0;
  text-wrap: pretty;
  color: #6c6c6c;
}

.cs-body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-wrap: pretty;
  color: #6c6c6c;
}

.cs-body--sm {
  font-size: 15px;
}

.cs-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.cs-meta__item {
  display: flex;
  gap: 8px;
}

.cs-meta__sep {
  width: 1px;
  height: 14px;
  background: #ebebeb;
}

.cs-meta__key {
  color: #6c6c6c;
}

.cs-meta__val {
  color: #000;
}

.cs-meta__val--accent {
  color: var(--orange-500, #ff4618);
}

.cs-hero-shot {
  margin-top: 56px;
}

.cs-hero-shot--p6 {
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
}

.cs-stat-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px clamp(24px, 5vw, 72px);
  border-top: 1px solid #ebebeb;
  padding-top: 36px;
  margin-top: 48px;
}

.cs-section--hero .cs-stat-row {
  margin-top: 0;
  padding-top: 36px;
}

.cs-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  min-width: 150px;
}

.cs-stat__value {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: #000;
}

.cs-stat__value--accent {
  color: var(--orange-500, #ff4618);
}

.cs-stat__label {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #6c6c6c;
}

.cs-stat__bar {
  width: 160px;
  height: 4px;
  border-radius: 2px;
  background: #ebebeb;
  overflow: hidden;
  display: block;
  margin-top: 6px;
}

.cs-stat__bar-fill {
  display: block;
  height: 100%;
  border-radius: 2px;
  background: var(--orange-500, #ff4618);
  width: 0;
}

.cs-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.cs-grid-2--380 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
}

.cs-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 24px;
  margin-top: 48px;
}

.cs-grid-cards--320 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.cs-grid-cards--340 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  align-items: stretch;
}

.cs-grid-cards--340 > .cs-figure,
.cs-winners-grid > .cs-figure {
  height: 100%;
}

.cs-grid-cards--340 > .cs-figure > .cs-mockup,
.cs-winners-grid > .cs-figure > .cs-mockup {
  flex: 1 1 auto;
  min-height: 0;
}

.cs-grid-ship {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 24px;
}

.cs-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ebebeb;
}

.cs-spec-grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

.cs-spec-grid__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.cs-spec-grid__key {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #6c6c6c;
}

.cs-spec-grid__val {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.cs-mockup {
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
}

.cs-mockup--dark {
  background: #111;
}

.cs-mockup--dark-panel {
  background: #171717;
  border: 1px solid #262626;
}

.cs-mockup--stretch {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.cs-mockup img {
  width: 100%;
  display: block;
}

.cs-mockup--stretch img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.cs-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cs-figure__cap {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #6c6c6c;
}

.cs-figure__cap--dark {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.cs-figure__cap-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-500, #ff4618);
  display: inline-block;
}

.cs-card {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cs-card--soft {
  background: #f7f7f7;
  border: none;
  border-radius: 16px;
  padding: 28px;
  gap: 12px;
}

.cs-card__title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
}

.cs-card__title--md {
  font-size: 24px;
}

.cs-card__title--lg {
  font-size: 32px;
}

.cs-card__title--sm {
  font-size: 20px;
}

.cs-card__num {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 14px;
  font-weight: 500;
  color: var(--orange-500, #ff4618);
}

.cs-outcome {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 2px solid #000;
  padding-top: 20px;
}

.cs-steps {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ebebeb;
}

.cs-step {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.cs-step__num {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 14px;
  font-weight: 500;
  color: var(--orange-500, #ff4618);
}

.cs-callout {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  background: #ffefec;
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 48px;
}

.cs-callout__tag {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--orange-500, #ff4618);
  flex-shrink: 0;
  letter-spacing: -0.02em;
}

.cs-trusted {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 24px;
}

.cs-trusted__badge {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--orange-500, #ff4618);
  background: #ffefec;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: -0.02em;
}

.cs-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.cs-flow__step {
  border: 1px solid #262626;
  background: #171717;
  border-radius: 8px;
  padding: 12px 18px;
  color: #fff;
}

.cs-flow__arrow {
  color: var(--orange-500, #ff4618);
}

.cs-section--dark .cs-h2,
.cs-section--dark .cs-h1 {
  color: #fff;
}

.cs-section--dark .cs-lead {
  color: #a3a3a3;
}

.cs-section--dark .cs-body {
  color: #a3a3a3;
}

.cs-card--dark {
  border: 1px solid #262626;
  background: transparent;
}

.cs-card--dark .cs-card__title {
  color: #fff;
}

.cs-card--dark .cs-card__title--accent {
  color: var(--orange-500, #ff4618);
}

.cs-card--dark .cs-body {
  color: #a3a3a3;
}

.cs-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.cs-btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
}
.cs-btn[hidden],
[hidden] { display: none !important; }

.cs-btn--primary {
  background: var(--orange-500, #ff4618);
  color: #fff;
  border-bottom: 1.5px solid var(--orange-600, #fa3200);
  box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25);
}

.cs-btn--ghost {
  background: #f2f2f2;
  color: #000;
  border: 0;
}

.cs-btn--ghost:hover {
  background: #ebebeb;
  color: #000;
}

.cs-btn[data-calendly-open][href="#demo"],
.cs-btn[data-calendly-open][href="/#demo"] {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  box-shadow: none;
}
.cs-btn[data-calendly-open][href="#demo"]:hover,
.cs-btn[data-calendly-open][href="/#demo"]:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.cs-section--dark .cs-btn[data-calendly-open][href="#demo"],
.cs-section--dark .cs-btn[data-calendly-open][href="/#demo"] {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.cs-section--dark .cs-btn[data-calendly-open][href="#demo"]:hover,
.cs-section--dark .cs-btn[data-calendly-open][href="/#demo"]:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.cs-compare-header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(20px, 3vw, 40px);
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}

.cs-compare-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(32px, 5vw, 56px) 0;
  border-bottom: 1px solid #ebebeb;
}

.cs-compare-col__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cs-compare-col__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #ffefec;
}

.cs-compare-col__icon--muted {
  background: #f2f2f2;
}

.cs-compare-col__name {
  font-size: 18px;
  font-weight: 500;
}

.cs-compare-col__name--accent {
  color: var(--orange-500, #ff4618);
}

.cs-compare-col__name--muted {
  color: #000;
}

.cs-compare-col__headline {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.cs-compare-col__headline--muted {
  color: #6c6c6c;
  font-weight: 400;
}

.cs-compare-col--ss {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 2px solid var(--orange-500, #ff4618);
  padding-left: clamp(16px, 2vw, 24px);
}

.cs-compare-col--eql {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 1px solid #ebebeb;
  padding-left: clamp(16px, 2vw, 24px);
}

.cs-compare-col__tag {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.cs-compare-col__tag--accent {
  color: var(--orange-500, #ff4618);
}

.cs-compare-col__tag--muted {
  color: #000;
}

.cs-faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ebebeb;
  margin-top: 48px;
  max-width: 900px;
}

.cs-faq-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 0;
  border-bottom: 1px solid #ebebeb;
}

.cs-mockup-panel {
  margin-top: 48px;
  max-width: 860px;
}

.cs-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cs-stack--24 {
  gap: 24px;
}

.cs-mt-48 {
  margin-top: 48px;
}

.cs-gap-24 {
  gap: 24px;
}

.cs-winners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 24px;
  margin-top: 48px;
}

@media (prefers-reduced-motion: reduce) {
  .cs-anim-unit {
    opacity: 1 !important;
  }
}

.cs-progress {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 80;
  pointer-events: none;
  background: transparent;
}

.cs-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--orange-500, #ff4618);
  transition: width 0.05s linear;
}

@media (max-width: 899px) {
  .cs-progress {
    display: block;
  }

  .cs-hero--on-video {
    min-height: min(68vh, 640px);
    align-items: flex-start;
    text-align: left;
  }

  .case-study--phantom-6 .cs-hero--on-video {
    align-items: flex-start;
    text-align: left;
  }

  .cs-hero--on-video .cs-hero__logos {
    justify-content: flex-start;
  }

  .cs-stat-row--on-video {
    justify-content: flex-start;
    gap: 24px 28px;
  }

  .cs-stat-row--on-video .cs-stat {
    align-items: flex-start;
    min-width: 0;
    flex: 1 1 140px;
  }

  .case-study--pink-pack .cs-hero {
    align-items: flex-start;
    text-align: left;
  }

  .case-study--pink-pack .cs-hero .cs-meta {
    justify-content: flex-start;
  }

  .case-study--pink-pack .cs-hero__logos {
    justify-content: flex-start;
  }

  .case-study--pink-pack .cs-stat-row {
    justify-content: flex-start;
    gap: 24px 28px;
  }

  .case-study--pink-pack .cs-stat-row .cs-stat {
    align-items: flex-start;
    min-width: 0;
    flex: 1 1 140px;
  }

  .cs-section--hero-split .cs-hero-split {
    gap: 28px;
  }

  .cs-shoe__frame {
    max-width: 100%;
    margin: 0;
  }

  .cs-section--hero-split {
    overflow-x: clip;
  }

  .cs-shoe__glow {
    inset: -24px -12px;
  }

  .cs-demand {
    overflow-x: clip;
  }

  .cs-demand__ticks {
    overflow: hidden;
  }

  .cs-mockup,
  .cs-mockup img,
  .cs-shoe,
  .cs-shoe__video,
  .cs-hero-video {
    max-width: 100%;
  }

  .cs-hero-shot,
  .cs-hero-shot--framed {
    width: 100%;
  }

  .cs-meta {
    justify-content: flex-start;
  }
}

.cs-rail {
  display: none;
  position: fixed;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.cs-rail.is-on {
  opacity: 1;
  pointer-events: auto;
}

.cs-rail__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cs-rail__track {
  position: absolute;
  left: 3.5px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #ebebeb;
}

.cs-rail__fill {
  position: absolute;
  left: 3.5px;
  top: 4px;
  width: 1px;
  height: 0;
  background: var(--orange-500, #ff4618);
  transition: height 0.4s ease;
}

.cs-rail__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  color: inherit;
}

.cs-rail__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d4d4;
  outline: 3px solid #fff;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.cs-rail__item.is-active .cs-rail__dot {
  background: var(--orange-500, #ff4618);
  transform: scale(1.25);
}

.cs-rail__label {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #a3a3a3;
  transition: color 0.3s ease;
}

.cs-rail__item.is-active .cs-rail__label {
  color: #000;
}

@media (min-width: 1500px) {
  .cs-rail[data-cs-rail] {
    display: block;
  }
}

.cs-section--hero-video {
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
  max-width: none;
  border-top: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.cs-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
  background: #000;
}

@media (max-width: 899px) {
  .cs-hero-video {
    object-position: center center;
  }
}

.cs-hero-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 32%, rgba(0, 0, 0, 0.26) 56%, rgba(0, 0, 0, 0.06) 76%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.78) 100%);
}

.cs-hero--on-video {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 60px) clamp(24px, 4vw, 48px);
  min-height: min(72vh, 720px);
  justify-content: center;
}

.cs-h1--light {
  color: #fff;
}

.cs-lead--light {
  color: #d4d4d4;
  max-width: 560px;
}

.cs-meta--light .cs-meta__key {
  color: #a3a3a3;
}

.cs-meta--light .cs-meta__val {
  color: #fff;
}

.cs-meta--light .cs-meta__sep {
  background: rgba(255, 255, 255, 0.22);
}

.cs-hero__logo-cj--invert,
.cs-hero__logo-ss--invert {
  filter: brightness(0) invert(1);
}

.cs-stat-row--on-video {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: clamp(24px, 4vw, 36px) clamp(20px, 5vw, 60px) clamp(40px, 6vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.cs-stat-row--on-video .cs-stat__label {
  color: #a3a3a3;
}

.cs-stat-row--on-video .cs-stat__bar {
  background: rgba(255, 255, 255, 0.18);
}


.cs-demand {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: clamp(20px, 3vw, 32px);
  margin-top: 48px;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.cs-demand__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cs-demand__label {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.cs-demand__mult {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--orange-500, #ff4618);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.cs-demand__bar {
  position: relative;
  height: 36px;
  border-radius: 8px;
  background: #f2f2f2;
  overflow: hidden;
  margin-top: 14px;
}

.cs-demand__fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffd9cf;
  width: 0;
  transition: width 0.2s linear;
}

.cs-demand.is-on .cs-demand__fill {
  width: 100%;
}

.cs-demand__stock {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10.87%;
  background: #000;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.cs-demand__ticks {
  position: relative;
  height: 18px;
  margin-top: 8px;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  color: #a3a3a3;
}

.cs-demand__ticks span {
  position: absolute;
  transform: translateX(-50%);
}

.cs-demand__ticks span:last-child {
  transform: translateX(-100%);
}

.cs-section--hero-split .cs-hero-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px clamp(32px, 4vw, 56px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

@media (min-width: 1001px) {
  .cs-section--hero-split .cs-hero-split {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.cs-shoe {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.cs-shoe__frame {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 16px;
  background: radial-gradient(ellipse at 50% 62%, #ffe3dc 0%, #fff2ee 70%, #fff8f6 100%);
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.cs-shoe__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.cs-hero__logo-cj--records {
  height: clamp(60px, 9vw, 88px);
  width: auto;
}

.cs-card--soft {
  position: relative;
}

.cs-install-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffefec;
  color: var(--orange-500, #ff4618);
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: background 0.4s ease, color 0.4s ease;
}

.cs-install-check {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cs-card--soft.is-done .cs-install-num {
  background: var(--orange-500, #ff4618);
  color: #fff;
}

.cs-card--soft.is-done .cs-install-check {
  opacity: 1;
}

.cs-hero--center {
  align-items: center;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.cs-paths {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  margin-top: 56px;
  overflow: hidden;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.cs-paths__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 14px 20px;
  border-bottom: 1px solid #f2f2f2;
}

.cs-paths__row--ss {
  border-bottom: none;
  flex-direction: column;
}

.cs-paths__brand {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 92px;
  padding-top: 8px;
}

.cs-paths__brand--accent {
  color: var(--orange-500, #ff4618);
}

.cs-paths__steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.cs-paths__chip {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 7px 11px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  background: #fff;
  white-space: nowrap;
}

.cs-paths__chip--accent {
  border-color: #ffd9cf;
  color: var(--orange-500, #ff4618);
  background: #fff8f6;
}

.cs-paths__arrow {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  color: #a3a3a3;
}

.cs-paths__arrow--accent {
  color: var(--orange-500, #ff4618);
}

.cs-paths__live {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 14px;
  padding: 14px 16px;
  background: #fff8f6;
  border: 1px solid #ffd9cf;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.cs-paths__live-label {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.cs-paths__live-bar {
  flex: 1;
  min-width: 120px;
  height: 4px;
  border-radius: 2px;
  background: #ffd9cf;
  overflow: hidden;
  display: block;
}

.cs-paths__live-bar span {
  display: block;
  height: 100%;
  border-radius: 2px;
  background: var(--orange-500, #ff4618);
  width: 0;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cs-paths.is-on .cs-paths__live-bar span {
  width: 100%;
}

.cs-paths__live-pct {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  color: var(--orange-500, #ff4618);
  font-variant-numeric: tabular-nums;
}

.cs-paths__live-ok {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.cs-quick-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: 12px;
}

.cs-quick-card {
  text-align: left;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cs-quick-card:hover {
  border-color: var(--orange-500, #ff4618);
  transform: translateY(-2px);
  color: inherit;
}

.cs-quick-card__cat {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.cs-quick-card__ss {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.cs-quick-card__eql {
  font-size: 13px;
  line-height: 1.35;
}

.cs-compare-duo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(20px, 3vw, 40px);
  margin-top: 40px;
}

@media (prefers-reduced-motion: reduce) {
  .cs-demand__fill,
  .cs-paths__live-bar span {
    transition: none;
  }

  .cs-demand.is-on .cs-demand__fill,
  .cs-paths.is-on .cs-paths__live-bar span {
    width: 100%;
  }

  .cs-shoe__frame {
    transform: none !important;
  }

  .cs-quick-card:hover {
    transform: none;
  }
}


/* --- conversion-aligned page overrides --- */
.case-study--phantom-6 .cs-h1 {
  font-size: clamp(38px, 4.6vw, 64px);
  max-width: 640px;
}

.case-study--phantom-6 .cs-hero--on-video {
  gap: 26px;
  align-items: flex-start;
  text-align: left;
}

.case-study--phantom-6 .cs-hero--on-video .cs-meta {
  justify-content: flex-start;
}

.case-study--phantom-6 .cs-hero__times {
  color: #a3a3a3;
}

.case-study--pink-pack .cs-h1 {
  font-size: clamp(40px, 4.6vw, 66px);
  max-width: 640px;
}

.case-study--pink-pack .cs-hero {
  align-items: flex-start;
  text-align: left;
  gap: 28px;
}

.case-study--pink-pack .cs-hero .cs-meta {
  justify-content: flex-start;
}

.case-study--pink-pack .cs-lead {
  max-width: 620px;
}

.case-study--vs-eql .cs-h1 {
  font-size: clamp(38px, 6.4vw, 72px);
  max-width: 980px;
}

.case-study--vs-eql .cs-lead {
  max-width: 660px;
}

.case-study--vs-eql .cs-section--hero {
  padding-bottom: clamp(32px, 5vw, 56px);
}

.case-study--vs-eql .cs-h2--takeaway {
  font-size: clamp(38px, 7vw, 68px);
  max-width: 900px;
}

.cs-stat-row.cs-stat-row--on-video {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 32px;
}

.cs-stat-row.cs-stat-row--on-video .cs-stat__value {
  color: #fff;
}

.cs-hero-shot--framed {
  margin-top: 56px;
  position: relative;
}

.cs-hero-shot--framed .cs-mockup {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.cs-shoe {
  position: relative;
  overflow: hidden;
}

.cs-shoe__glow {
  position: absolute;
  inset: -50px -40px;
  background: radial-gradient(ellipse at 50% 55%, rgba(255, 70, 24, 0.12), transparent 68%);
  pointer-events: none;
}

.cs-shoe__caption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--orange-500, #ff4618);
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 2;
}

.cs-demand__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 18px;
}

.cs-demand__dot {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--orange-500, #ff4618);
  opacity: 0.18;
  transition: opacity 0.35s ease;
}

.cs-demand.is-on .cs-demand__dot {
  opacity: 1;
}


.cs-demand__ticks {
  color: #a3a3a3;
}

.cs-demand__label {
  color: #6c6c6c;
}

.cs-demand .cs-body {
  margin-top: 14px;
  max-width: 620px;
  font-size: 15px;
}

.cs-demand .cs-body strong {
  color: #000;
  font-weight: 500;
}

.cs-paths__brand:not(.cs-paths__brand--accent) {
  color: #6c6c6c;
}

.cs-paths__arrow {
  color: #a3a3a3;
}

.cs-paths__live-label {
  color: #6c6c6c;
}

.cs-quick-card__cat {
  color: #6c6c6c;
  letter-spacing: -0.02em;
}

.cs-quick-card__eql {
  color: #6c6c6c;
}

.cs-section--tight {
  padding: 0 clamp(20px, 5vw, 60px) clamp(48px, 7vw, 72px);
  border-top: none;
}

.cs-soft-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cs-soft-card__tag {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--orange-500, #ff4618);
}

.cs-soft-card__body {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

.cs-brandframe {
  margin-top: 48px;
}

.cs-brandframe__chrome {
  border: 1.5px solid #ffd9cf;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
}

.cs-brandframe__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-bottom: 1px solid #f2f2f2;
  background: #fafafa;
}

.cs-brandframe__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ebebeb;
}

.cs-brandframe__url {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cs-brandframe__url-tag {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--orange-500, #ff4618);
  margin-left: auto;
}

.cs-brandframe__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 12px 18px;
  border-bottom: 1px solid #f2f2f2;
}

.cs-brandframe__brand {
  font-size: 15px;
  font-weight: 500;
}

.cs-brandframe__links {
  display: flex;
  gap: 16px;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6c6c6c;
}

.cs-brandframe__stages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
}

.cs-brandframe__stage {
  padding: 18px;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cs-brandframe__stage-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.cs-brandframe__stage-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange-500, #ff4618);
  flex-shrink: 0;
}

.cs-brandframe__stage-desc {
  font-size: 13px;
  line-height: 1.45;
  color: #6c6c6c;
}

.cs-brandframe__msg {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--orange-500, #ff4618);
}

.cs-brandframe__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  max-width: 720px;
  font-size: 13px;
  line-height: 1.5;
  color: #6c6c6c;
}

.cs-brandframe__note-dash {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}

.cs-brandframe__note-dash span {
  width: 5px;
  height: 1.5px;
  background: #a3a3a3;
  display: block;
}

.cs-fee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cs-fee-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.cs-fee-card--accent {
  border: 1.5px solid #ffd9cf;
}

.cs-fee-card__head {
  padding: 14px 20px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cs-fee-card__head-tag {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.cs-fee-card__head-tag--accent {
  color: var(--orange-500, #ff4618);
}

.cs-fee-card__head-tag--muted {
  color: #6c6c6c;
}

.cs-fee-card__head-meta {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a3a3a3;
}

.cs-fee-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cs-fee-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.cs-fee-card__row--total {
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
  font-weight: 500;
}

.cs-fee-card__zero {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 13px;
  font-weight: 500;
  color: var(--orange-500, #ff4618);
  background: #ffefec;
  padding: 3px 10px;
  border-radius: 6px;
}

.cs-fee-card__badge {
  font-family: var(--font-code, "Geist Mono", ui-monospace, monospace);
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6c6c6c;
  background: #f2f2f2;
  padding: 3px 8px;
  border-radius: 6px;
}

.cs-fee-card__note {
  font-size: 13px;
  line-height: 1.5;
  color: #6c6c6c;
}

.cs-fee-card__muted {
  color: #6c6c6c;
}

.cs-soft-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cs-compare-col__tag:not(.cs-compare-col__tag--accent) {
  color: #6c6c6c;
}

.cs-rail__label {
  letter-spacing: -0.02em;
}
