/* === CASE-STUDIES PAGE === */

.case-studies-page { padding-top: 80px; }

.page-hero { padding: 5rem 2rem 4rem; border-bottom: 1px solid var(--border); }

/* === LIST */

.case-studies-list-section {
  padding: 4rem 2rem 6rem;
}

.case-studies-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.case-study {
  padding: 4rem 2rem;
  border-top: 1px solid var(--border);
}

.case-study:first-child { border-top: none; }

.case-study-anon {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.case-study-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: 2rem;
  max-width: 720px;
}

.case-study-headline em {
  font-style: italic;
  color: var(--accent);
}

.case-study-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 640px;
}

.case-study-step {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--fg-muted);
  margin-bottom: 1rem;
}

.case-study-step:last-child { margin-bottom: 0; }

.case-study-step-label {
  color: var(--accent);
  font-weight: 600;
  margin-right: 0.25rem;
}

.case-study-cta {
  margin-top: 1.5rem;
}

/* === CLOSING CTA */

.case-cta-section {
  padding: 6rem 2rem;
  text-align: center;
  border-top: 1px solid var(--border);
}

.case-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.case-cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--fg);
  margin-bottom: 1rem;
}

.case-cta-section p {
  color: var(--fg-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* === RESPONSIVE */

@media (max-width: 768px) {
  .case-studies-page { padding-top: 70px; }
  .case-studies-list-section { padding: 3rem 1.5rem 4rem; }
  .case-study { padding: 3rem 1.5rem; }
  .case-cta-section { padding: 4rem 1.5rem; }
}
