/* Studio-page refinements requested for the 2026 local design pass. */
.studio-custom-remove {
  display: none !important;
}

.studio-major-heading {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  padding-bottom: 0.05em;
  color: inherit !important;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif !important;
  font-size: clamp(2.75rem, 5vw, 4rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

.studio-principles-title {
  max-width: none !important;
}

/* Who we are? / Vision / Mission merged into one three-column section. */
.studio-merged-hidden {
  display: none !important;
}

.studio-about-triad-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.studio-triad-heading {
  font-size: clamp(2rem, 3.2vw, 2.6rem) !important;
}

.studio-about-triad-col p {
  margin-top: 1.25rem !important;
  max-width: none !important;
  text-align: justify !important;
}

/* Darker panel behind the middle (Vision) column. Equal vertical padding on all three keeps the
   headings aligned; only the Vision column gets the tint and horizontal inset. */
.studio-about-triad-col {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.studio-about-triad-col--vision {
  background: oklch(0.9 0.016 72);
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .studio-about-triad-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.5rem;
    align-items: start;
  }
}

/* Tighten the seam between the triad and the Leadership section below it. */
.studio-about-triad > .container-edge {
  padding-bottom: 4rem !important;
}
.studio-leadership-shell {
  padding-top: 4rem !important;
}

.studio-leadership-grid {
  align-items: stretch !important;
}

.studio-leadership-grid > .studio-leadership-item {
  display: flex !important;
  height: 100% !important;
  align-self: stretch !important;
}

.studio-leadership-grid > .studio-leadership-item > * {
  display: flex !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 100% !important;
  flex-direction: column !important;
}

.studio-footer-shell {
  padding-top: 0 !important;
}

.studio-footer-shell .stallion-footer-links-grid {
  padding-top: clamp(2.5rem, 4vw, 4rem) !important;
}

@media (min-width: 900px) {
  .studio-principles-title {
    white-space: nowrap;
  }
}
