/* An editorial photo story, scoped to the About page. */
#about { max-width: 1280px; margin-inline: auto; align-items: center; }
#about .about-photo { grid-row: 1 / 3; max-width: 450px; width: 100%; }
#about .about-photo img { display: block; height: auto; min-height: 0; max-height: none; aspect-ratio: 2 / 3; object-fit: cover; }
#about .intro-copy { align-self: end; }
#about > p { align-self: start; }
.about-frame { margin: 0; overflow: hidden; background: #171614; }
.about-frame img { display: block; width: 100%; height: auto; }
.about-panorama { margin-inline: clamp(20px, 5vw, 80px); position: relative; }
.about-panorama figcaption { display: flex; justify-content: space-between; gap: 24px; padding: 18px 24px; color: #e9e3d7; font-size: 14px; }
.about-panorama figcaption > span:first-child { color: #c4b77f; font-weight: 700; letter-spacing: .16em; }
#about-details { max-width: 1280px; display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(48px, 7vw, 100px) clamp(20px, 5vw, 64px); }
#about-details .about-narrative { margin: 0; }
#about-details .about-narrative p { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.75; }
#about-details .about-narrative p:last-child { margin-bottom: 0; }
.about-editorial { padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 80px); }
.about-section-heading { max-width: 1280px; margin: 0 auto 40px; }
.about-section-heading h2 { margin: 16px 0 0; font-size: clamp(34px, 4.5vw, 64px); line-height: 1.05; max-width: 18ch; }
.about-moments { background: #e9e5dc; }
.about-portraits { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 3vw, 40px); align-items: start; }
.about-portraits .about-frame:nth-child(2) { margin-top: 64px; }
.about-portraits .about-frame:nth-child(3) { margin-top: 128px; }
.about-stage { background: #171614; color: #fff; }
.about-stage .section-label { color: #c4b77f; }
.about-stage-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 3vw, 40px); }
@media (max-width: 760px) {
  #about { gap: 28px; }
  #about .about-photo { grid-row: auto; max-width: none; }
  #about .about-photo img { max-height: 560px; object-position: 50% 28%; }
  #about-details { grid-template-columns: minmax(0, 1fr); }
  .about-panorama figcaption { padding: 14px 16px; font-size: 12px; }
  .about-section-heading { margin-bottom: 28px; }
  .about-portraits { grid-template-columns: minmax(0, 1fr); max-width: 460px; gap: 24px; }
  .about-portraits .about-frame:nth-child(n) { margin-top: 0; }
  .about-stage-grid { grid-template-columns: minmax(0, 1fr); }
}
