.founders-page {
  background: #fdfbf7;
}

.founders-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 24px;
}

.founders-intro {
  max-width: 780px;
  margin-bottom: 64px;
}

.founders-eyebrow {
  margin-bottom: 12px;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8a5a20;
}

.founders-content h2,
.founders-cases h2 {
  font-family: "Libre Caslon Display", "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  color: #0c1b2a;
}

.founders-content p {
  margin-top: 18px;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 15px;
  line-height: 1.85;
  color: #3a4a5c;
}

.founders-content a:not(.founders-button) {
  color: #8a5a20;
  text-decoration-color: rgba(138, 90, 32, 0.45);
  text-underline-offset: 3px;
}

.founders-content a:not(.founders-button):hover,
.founders-content a:not(.founders-button):focus-visible {
  color: #0c1b2a;
  text-decoration-color: currentColor;
}

.founders-cases {
  background: #f5f0e8;
  padding: 80px 24px;
}

.founders-cases-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.founders-cases-header {
  max-width: 720px;
  margin-bottom: 48px;
}

.court-group + .court-group {
  margin-top: 48px;
}

.court-group h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(138, 90, 32, 0.3);
  font-family: "Libre Caslon Display", "Times New Roman", serif;
  font-size: clamp(21px, 3vw, 27px);
  line-height: 1.35;
  color: #0c1b2a;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.case-entry {
  min-width: 0;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #e2ddd4;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(12, 27, 42, 0.035);
}

.case-entry h4 {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 15px;
  line-height: 1.55;
  color: #0c1b2a;
}

.case-entry p {
  margin-top: 8px;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #6b7280;
}

@media (max-width: 700px) {
  .founders-content,
  .founders-cases {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .founders-intro {
    margin-bottom: 48px;
  }

  .case-list {
    grid-template-columns: 1fr;
  }

  .case-entry {
    padding: 22px;
  }
}
