/* ============================================
   ABOUT PAGE
   ============================================ */

.about-index {
  max-width: 1400px;
  margin: 0 auto;
  padding: var(--spacing-xl) var(--spacing-md);
}

.about-hero {
  text-align: center;
  padding-bottom: var(--spacing-lg);
}

.about-divider img {
  width: 25px !important;
  display: block;
  margin: var(--spacing-sm) auto 0;
  opacity: 0.6;
  padding-top: var(--spacing-lg);
}

.about-section {
  max-width: 60ch;
  margin: 0 auto var(--spacing-xl) !important;
  text-align: center;
}

.about-section p {
  margin: 0 0 var(--spacing-sm);
}

.about-subheading {
  font-size: 0.95rem;
  font-family: var(--font-sans);
  letter-spacing: 0.02em;
  margin-bottom: var(--spacing-sm);
  position: relative;
}

.about-subheading::before {
  content: '›';
  margin-right: 0.5rem;
  opacity: 0.6;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: var(--spacing-sm) 0 0;
}

.about-list li {
  font-style: italic;
  line-height: 1.9;
}

/* Curatorial statement on about page */
.about-index .curatorial-statement {
  max-width: 100%;
  margin: 0 auto var(--spacing-xl);
  border-bottom: none;
  position: relative;
}

.about-index .curatorial-statement::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

.about-index .statement-text p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-style: italic;
  text-align: center;
  margin-bottom: var(--spacing-lg) !important;
}

.about-index .statement-text p:last-child {
  margin-bottom: 0 !important;
}

.about-index .about-section + .about-section {
  margin-top: calc(var(--spacing-xl) + 1rem) !important;
}

@media (max-width: 768px) {
  .about-index {
    padding: var(--spacing-lg) var(--spacing-md);
  }
}
