/* ==========================================================================
   ABOUT US — typography spec.
   Layered on top of styles.css: reuses the storefront's theme color
   variables (var(--text-main), var(--text-muted), etc.) AND the site's own
   font stack (var(--font-display)/var(--font-sans), i.e. Outfit/Inter) so
   this page matches the rest of the site's type family — only size,
   weight, italics, spacing, and alignment are page-specific here.
   ========================================================================== */

.au2-hero {
  text-align: center;
  padding: 5rem 0 1.5rem;
}

.au2-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: var(--text-main);
  margin: 0 0 40px;
}

.au2-hero-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.25;
  color: var(--text-main);
  max-width: 900px;
  margin: 0 auto 16px;
}

.au2-subtitle {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto;
}

.au2-section {
  padding: 0 0 6rem;
  text-align: left;
}

.au2-story-heading-block {
  max-width: 900px;
  margin: 24px auto 32px;
}

.au2-story-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.35;
  color: var(--text-main);
  margin: 0;
}

.au2-body {
  max-width: 900px;
  margin: 0 auto;
}

.au2-body p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 24px;
}

.au2-body p:last-child {
  margin-bottom: 0;
}

.au2-body p.au2-tight {
  margin-bottom: 6px;
}

.au2-body strong {
  color: var(--text-main);
  font-weight: 600;
}

.au2-vision-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.25;
  color: var(--text-main);
  max-width: 900px;
  margin: 80px auto 32px;
}

.au2-final-quote {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  color: var(--text-main);
  text-align: center;
  max-width: 900px;
  margin: 50px auto 0;
}

.au2-cta {
  text-align: center;
  margin-top: 2.5rem;
}

@media (max-width: 640px) {
  .au2-hero { padding: 3.5rem 0 1rem; }
  .au2-title { font-size: 34px; margin-bottom: 28px; }
  .au2-hero-heading { font-size: 26px; }
  .au2-subtitle { font-size: 17px; }
  .au2-story-heading-block { margin-top: 18px; }
  .au2-story-heading { font-size: 22px; }
  .au2-body p { font-size: 16px; margin-bottom: 20px; }
  .au2-vision-heading { font-size: 26px; margin-top: 56px; }
  .au2-final-quote { font-size: 24px; margin-top: 36px; }
}
