/* ---------------------------------------------------------------------
   Record Express - Über uns
   --------------------------------------------------------------------- */

.container {
   max-width: 900px;
}

.about-hero h1 {
   margin-bottom: var(--space-sm);
}

.about-lead {
   font-size: var(--font-size-lg);
   color: var(--grey-700);
   max-width: 700px;
}

/* Image bands – inside container, full container width */
.about-image-band {
   background: var(--grey-100);
   padding-top: 0;
   padding-bottom: 0;
}

.about-image-band .container {
   padding-top: 0;
   padding-bottom: 0;
}

.about-image-band img {
   width: 100%;
   display: block;
   object-fit: cover;
   border-radius: var(--radius);
}

.about-image-band:nth-of-type(1) img {

}

.about-image-band:nth-of-type(2) img {

}

/* Mission text block */
.about-mission-text {

}

.about-mission-text h2 {
   margin-bottom: var(--space-sm);
}

.about-mission-text p {
   color: var(--grey-700);
}

.mission-signature {
   margin-top: var(--space-sm);
   font-style: italic;
   color: var(--grey-900) !important;
}

.about-cta h2 {
   margin-bottom: var(--space-md);
}

@media (max-width: 900px) {
   .about-image-band:nth-of-type(1) img {

   }

   .about-image-band:nth-of-type(2) img {

   }

   .values-grid {
      grid-template-columns: 1fr;
      gap: var(--space-md);
   }
}
