/* About page redesign (scoped) */
.about-redesign { --maxw: 860px; }
.about-redesign .wrap { max-width: var(--maxw); margin: 0 auto; padding: 1.5rem; }

.about-redesign * { box-sizing: border-box; }
.about-redesign { color: #1a1a1a; background: #f5f4f1; }
.about-redesign a { color: inherit; }

.about-redesign .hero {
  background: #0d2a45;
  padding: 2.5rem 2rem;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.about-redesign .hero-bg {
  position: absolute;
  inset: 0;
  /* TODO: replace with a real image path in your project */
  background-image: url('/public/assets/static/about-hero.jpg');
  background-size: cover;
  background-position: center 30%;
  opacity: 0.18;
}
.about-redesign .hero-content { position: relative; z-index: 1; }

.about-redesign .badge {
  display: inline-block;
  background: rgba(55,138,221,0.2);
  color: #85B7EB;
  border: 0.5px solid rgba(55,138,221,0.4);
  border-radius: 20px;
  font-size: 11px;
  padding: 4px 14px;
  margin-bottom: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-redesign .hero h1 {
  font-size: 26px;
  font-weight: 500;
  color: #B5D4F4;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.about-redesign .hero p {
  font-size: 15px;
  color: #85B7EB;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.about-redesign .stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.about-redesign .stat {
  background: #eeecea;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
.about-redesign .stat-num { font-size: 24px; font-weight: 500; color: #185FA5; }
.about-redesign .stat-label {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-redesign .slabel {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid #ddd;
}

.about-redesign .story-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  align-items: start;
}
.about-redesign .story-text { font-size: 14px; color: #444; line-height: 1.8; }
.about-redesign .story-text strong { color: #1a1a1a; font-weight: 600; }

.about-redesign .pw {
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid #ddd;
  background: #fff;
  min-height: 220px;
}
.about-redesign .pw img { width: 100%; display: block; object-fit: cover; }
.about-redesign .cap {
  font-size: 11px;
  color: #777;
  padding: 6px 10px;
  background: #f5f4f1;
  line-height: normal;
  font-style: italic;
  border-top: 0.5px solid #eee;
}

.about-redesign .photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.about-redesign hr.div { border: none; border-top: 0.5px solid #ddd; margin: 1.5rem 0; }

.about-redesign .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.about-redesign .card {
  background: #fff;
  border: 0.5px solid #ddd;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}
.about-redesign .person-header { display: flex; align-items: center; gap: 12px; margin-bottom: 0.85rem; }
.about-redesign .person-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #ddd;
  background: #f5f4f1;
}
.about-redesign .person-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-redesign .person-name { font-size: 15px; font-weight: 600; color: #1a1a1a; }
.about-redesign .person-title { font-size: 12px; color: #888; }
.about-redesign .person-since {
  font-size: 10px;
  background: #E1F5EE;
  color: #085041;
  border-radius: 10px;
  padding: 2px 8px;
  margin-top: 3px;
  display: inline-block;
}
.about-redesign .person-body { font-size: 13px; color: #555; line-height: 1.7; }

.about-redesign .altair-feature {
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid #ddd;
  margin-bottom: 10px;
  background: #fff;
}
.about-redesign .altair-feature img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.about-redesign .altair-cap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #f5f4f1;
  border-top: 0.5px solid #eee;
}
.about-redesign .year-pill {
  background: #E6F1FB;
  color: #185FA5;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px 8px;
  white-space: nowrap;
  margin-left: 8px;
}

.about-redesign .museum-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 1.25rem;
}
.about-redesign .mc {
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid #ddd;
  background: #fff;
  min-height: 160px;
}
.about-redesign .mc img { width: 100%; height: 160px; object-fit: cover; display: block; }
.about-redesign .mc-cap {
  padding: 8px 10px;
  background: #f5f4f1;
  border-top: 0.5px solid #eee;
}
.about-redesign .mc-name { font-size: 12px; font-weight: 600; color: #1a1a1a; }
.about-redesign .mc-year { font-size: 11px; color: #777; margin-top: 1px; }

.about-redesign .museum-more {
  background: #eeecea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  min-height: 160px;
  border-radius: 10px;
  border: 0.5px solid #ddd;
  color: #666;
  font-size: 13px;
}

.about-redesign .vintage-strip {
  background: #eeecea;
  border: 0.5px solid #ddd;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}
.about-redesign .vitems { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 0.6rem; }
.about-redesign .vtag {
  background: #FAEEDA;
  color: #633806;
  border: 0.5px solid rgba(239,159,39,0.3);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
}

.about-redesign .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 1.25rem;
}
.about-redesign .sc {
  background: #eeecea;
  border: 0.5px solid #ddd;
  border-radius: 8px;
  padding: 0.85rem;
  text-align: center;
}
.about-redesign .si { font-size: 20px; margin-bottom: 4px; }
.about-redesign .st { font-size: 12px; font-weight: 600; color: #1a1a1a; }
.about-redesign .ss { font-size: 11px; color: #666; margin-top: 2px; line-height: 1.4; }

.about-redesign .cta-bar {
  background: #0d2a45;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}
.about-redesign .cta-bar p { color: #85B7EB; font-size: 14px; margin-bottom: 0; line-height: 1.6; }

/* Team section layout: big photo + stacked cards */
.about-redesign .team-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  align-items: start;
}

.about-redesign .team-photo {
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #ddd;
  background: #fff;
}

.about-redesign .team-photo img {
  width: 100%;
  height: 340px;
  display: block;
  object-fit: cover;
}

.about-redesign .team-photo--secondary img {
  height: 260px;
}

/* Team card: include a large image at the bottom */
.about-redesign .team-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.about-redesign .team-card .card-media {
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #ddd;
  background: #fff;
}

.about-redesign .team-card .card-media img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
}

/* Responsive: slightly smaller images */
@media (max-width: 900px) {
  .about-redesign .team-card .card-media img {
    height: 260px;
  }
}

/* Responsive tweak */
@media (max-width: 900px) {
  .about-redesign .wrap { padding: 1rem; }
  .about-redesign .stat-row { grid-template-columns: 1fr; }
  .about-redesign .story-grid { grid-template-columns: 1fr; }
  .about-redesign .photo-row { grid-template-columns: 1fr; }
  .about-redesign .team-grid { grid-template-columns: 1fr; }
  .about-redesign .museum-grid { grid-template-columns: 1fr; }
  .about-redesign .service-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .about-redesign .service-grid { grid-template-columns: 1fr; }
}