/* ===== ABOUT PAGE — Hero + Intro ===== */

/* ---------- BREADCRUMB OVERLAY ---------- */
.about-us-page {
  position: relative;
  z-index: 1;
  margin-top: -56px;
}

#breadcrumb:has(~ .about-us-page) {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

#breadcrumb:has(~ .about-us-page) > div {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#breadcrumb:has(~ .about-us-page) .breadcrumb-item a {
  color: rgba(255,255,255,0.8);
}

#breadcrumb:has(~ .about-us-page) .breadcrumb-item a:hover {
  color: #fff;
}

#breadcrumb:has(~ .about-us-page) .breadcrumb-item:last-child {
  color: #fff !important;
}

#breadcrumb:has(~ .about-us-page) .breadcrumb-item::after {
  color: rgba(255,255,255,0.5);
}

/* Hero banner styles live in main.css under .page-hero (reusable component). */

/* ---------- STORE IDENTITY (per-store City/State + Owner line) ---------- */
.about-store-meta {
  padding: 40px 20px 8px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.about-store-meta__location {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #1d4288;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.about-store-meta__owner {
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  font-style: italic;
}

/* When .about-store-meta is present, tighten the .about-intro top padding so the
   total gap between perks band and the quote feels intentional rather than gappy. */
.about-store-meta + .about-intro {
  padding-top: 16px;
}

/* ---------- INTRO SECTION ---------- */
.about-intro {
  padding: 40px 20px 0;
}

.about-intro__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.about-intro__quote-mark {
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(29, 66, 136, 0.12);
  margin-bottom: -20px;
}

.about-intro__quote {
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #444;
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
}

.about-intro__accent {
  width: 60px;
  height: 3px;
  background: var(--brand-secondary);
  margin: 24px auto 0;
  border-radius: 2px;
}

/* ---------- RESPONSIVE ---------- */
@media (min-width: 768px) {
  .about-store-meta {
    padding: 56px 40px 12px;
  }

  .about-store-meta + .about-intro {
    padding-top: 24px;
  }

  .about-intro {
    padding: 56px 40px 0;
  }
}
