/* ============================================
   case.css — página de case study (editorial)
   ============================================ */

/* ---- CASE HERO ---- */
.case-hero {
  padding: 140px 0 88px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-variation-settings: 'wght' 500;
  margin-bottom: 48px;
  transition: color 0.2s ease, gap 0.2s ease;
}
.back-link:hover { color: var(--jumper-orange); gap: 12px; }

.case-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--jumper-orange);
  font-variation-settings: 'wght' 600;
  margin-bottom: 18px;
}
.case-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 999px; background: var(--jumper-orange);
}
.case-eyebrow .client {
  color: rgba(255,255,255,0.55);
  margin-left: 4px;
}

.case-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 960px) {
  .case-hero-grid { grid-template-columns: 1.5fr 1fr; gap: 80px; }
}

.case-title {
  font-size: clamp(32px, 4.8vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.034em;
  font-variation-settings: 'wght' 700;
  margin: 0 0 28px;
  text-wrap: balance;
  color: #fff;
  max-width: 18ch;
}

.case-subtitle {
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.5;
  color: rgba(255,255,255,0.72);
  max-width: 48ch;
  margin: 0;
  font-variation-settings: 'wght' 400;
}

/* meta strip (substitui tags em pill) — labels inline separados por fio vertical */
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.case-meta .item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
}
.case-meta .lbl {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-variation-settings: 'wght' 500;
}
.case-meta .val {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  font-variation-settings: 'wght' 500;
  letter-spacing: -0.005em;
}

/* ---- STATS (editorial, sem barra lateral) ---- */
.case-hero-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-self: center;
  padding-top: 8px;
}
@media (min-width: 540px) and (max-width: 959px) {
  .case-hero-stats { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stat-value {
  display: block;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  font-variation-settings: 'wght' 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.stat-value em {
  font-style: normal;
  color: var(--jumper-orange);
}
.stat-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-variation-settings: 'wght' 500;
}

/* ---- CASE BLOCKS ---- */
.case-block {
  padding: clamp(64px, 9vw, 112px) 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.case-block-alt { background: #0a0a0a; border-bottom-color: rgba(255,255,255,0.08); }
.case-block-result {
  background: #000;
  border-bottom: none;
}

.case-block-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 960px) {
  .case-block-grid {
    grid-template-columns: 220px 1fr;
    gap: 64px;
    align-items: start;
  }
}

.case-block-label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--jumper-orange);
  font-variation-settings: 'wght' 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.case-block-label span {
  display: block;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
  letter-spacing: 0.04em;
  font-size: 11px;
}

.case-block-content {
  max-width: 680px;
}
.case-block-content h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-variation-settings: 'wght' 600;
  margin: 0 0 24px;
  text-wrap: balance;
  color: #fff;
}
.case-block-content p {
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  margin: 0 0 20px;
}
.case-block-content p:last-child { margin-bottom: 0; }
.case-block-content p strong {
  color: #fff;
  font-variation-settings: 'wght' 600;
}
.case-block-content ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 12px;
}
.case-block-content ul li {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  padding-left: 22px;
  position: relative;
}
.case-block-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 12px;
  height: 1px;
  background: var(--jumper-orange);
}

/* ---- PULL QUOTE (editorial, sem caixa) ---- */
.case-pullquote {
  margin: 48px 0 8px;
  padding: 0;
  border: none;
  background: none;
  max-width: 640px;
}
.case-pullquote .mark {
  font-family: var(--font-sans);
  font-size: 72px;
  line-height: 0.7;
  color: var(--jumper-orange);
  font-variation-settings: 'wght' 700;
  margin: 0 0 12px;
  display: block;
  height: 32px;
  overflow: visible;
}
.case-pullquote p {
  font-size: clamp(20px, 1.9vw, 28px) !important;
  line-height: 1.35 !important;
  color: #fff !important;
  font-variation-settings: 'wght' 500;
  font-style: normal !important;
  margin: 0 0 28px !important;
  letter-spacing: -0.014em;
  text-wrap: balance;
}
.case-pullquote footer {
  display: flex;
  align-items: center;
  gap: 14px;
}
.quote-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #1a1a1a;
}
.case-pullquote footer strong {
  display: block;
  font-size: 13px;
  font-variation-settings: 'wght' 600;
  color: #fff;
}
.case-pullquote footer span {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

/* ---- CTA (reaproveita .cta-final da home) ---- */
