.case-study {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  /* ---------------- Hero ---------------- */
  
  .case-hero {
    padding-bottom: 2rem;
  }
  
  .case-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  
  .case-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 60ch;
  }
  
  /* Meta pills */
  
  .case-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  
  .case-meta .pill {
    font-size: 0.85rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.06);
    color: #555;
  }
  
  /* ---------------- Sections ---------------- */
  
  .case-section {
    padding: 2rem 0;
  }
  
  .case-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .case-section h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 1.25rem;
  }
  
  /* ---------------- Cards & Images ---------------- */
  
  .case-card {
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 12px;
    padding: 1.25rem;
  }
  
  .case-img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }
  
  /* Captions */
  
  .caption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.75rem;
    text-align: center;
  }
  
  /* ---------------- Quotes ---------------- */
  
  .quote {
    border-left: 4px solid rgba(0,0,0,0.12);
    padding-left: 1rem;
    color: #555;
    font-style: italic;
  }
  
  /* ---------------- Findings ---------------- */
  
  .findings-group {
    margin-top: 1.5rem;
  }
  
  .finding-tile {
    padding: 1.05rem 1.15rem;
    height: 100%;
  }
  
  .finding-tile h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
  }
  
  .finding-tile p {
    margin: 0;
    color: #444;
    line-height: 1.45;
  }

  /* --- Moodboard presentation --- */
  .moodboard-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    border-radius: 14px;
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.06);
  }
  
  .moodboard-frame img {
    max-height: 520px;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    object-fit: contain;
  }
/* ========== CASE STUDY MOBILE ========== */

@media (max-width: 768px) {

  .case-hero .row {
    text-align: center;
  }

  .case-meta {
    justify-content: center;
  }

  .case-img {
    max-height: 300px;
  }

  .case-section {
    padding: 1.5rem 0;
  }

  .moodboard-frame {
    padding: 1rem;
  }

}
/* ========== CASE STUDY MOBILE ========== */

@media (max-width: 768px) {

  .case-hero .row {
    text-align: center;
  }

  .case-meta {
    justify-content: center;
  }

  .case-img {
    max-height: 300px;
  }

  .case-section {
    padding: 1.5rem 0;
  }

  .moodboard-frame {
    padding: 1rem;
  }

}

/* ========== CASE STUDY MOBILE ========== */

@media (max-width: 768px) {

    .case-hero .row {
      text-align: center;
    }
  
    .case-meta {
      justify-content: center;
    }
  
    .case-img {
      max-height: 300px;
    }
  
    .case-section {
      padding: 1.5rem 0;
    }
  
    .moodboard-frame {
      padding: 1rem;
    }
  
  }
  
  
  
  
  