/**
 * Atelier — T30 About.
 * Source: design/store-theme/01-atelier-fashion/pages/T30 About.dc.html
 *
 * R11-12: two sections were removed from about.phtml, so their rules are removed
 * here rather than left as dead CSS — the team roster (.atl-about-team*,
 * .atl-about-member*), which rendered four invented staff with portraits, and the
 * stats band (.atl-about-stats, .atl-about-stat-*), whose four figures were all
 * unverifiable assertions about the business. Both return with real data.
 */
.atl-about-hero { position: relative; }
.atl-about-hero-media { aspect-ratio: 21/7; border-radius: 0; }
.atl-about-hero-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 64px; gap: 10px; }
.atl-about-hero-eyebrow { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--atl-accent-2); }
.atl-about-hero-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.12; margin: 0; font-size: 52px; text-wrap: balance; }

.atl-about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 56px 48px 0; max-width: 1200px; margin: 0 auto; }
.atl-about-intro-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.12; margin: 0; font-size: 30px; text-wrap: balance; }
.atl-about-intro-body { font-size: 15px; line-height: 1.8; color: var(--atl-text-muted); }
.atl-about-intro-body p { margin: 0 0 14px; }
.atl-about-intro-body p:last-child { margin-bottom: 0; }

/* Bottom padding is on this section now: it is the last one on the page since
   the stats band was removed, and it previously relied on that band for spacing. */
/* auto-fit, not repeat(3, 1fr): the value list is data-driven and R11 M6 removed
   the "Repair, not replace" card, so a fixed three-column track left a visible
   empty cell. auto-fit collapses unused tracks and still renders three across
   when there are three. */
.atl-about-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; padding: 56px 48px 64px; max-width: 1200px; margin: 0 auto; }
.atl-about-value { background: var(--atl-surface); border: 1px solid var(--atl-border); padding: 26px; }
.atl-about-value-title { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.12; margin: 0; font-size: 19px; text-wrap: balance; }
.atl-about-value-body { font-size: 13.5px; line-height: 1.7; color: var(--atl-text-subtle); margin: 10px 0 0; }



@media (max-width: 767px) {
  .atl-about-hero-overlay { padding: 0 24px; }
  .atl-about-hero-title { font-size: 32px; }
  .atl-about-intro, .atl-about-values { padding-left: 20px; padding-right: 20px; }
  .atl-about-intro { grid-template-columns: 1fr; gap: 24px; }
  .atl-about-values { grid-template-columns: 1fr; }
}
