/* ═══════════════════════════════════════════════
   ABOUT.CSS — AVNORE About Page
   ═══════════════════════════════════════════════ */

.page-about {
  background: var(--paper, #FAF8F4);
  overflow-x: hidden;
}

/* ── Navbar ──────────────────────────────────── */
.page-about .navbar--white {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.page-about .navbar--white.scrolled {
  background: rgba(255,255,255,0.95) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 1px 0 rgba(0,0,0,0.12) !important;
}
.page-about .navbar--white .navbar__links a      { color: #000 !important; }
.page-about .navbar--white .nav-dropdown__trigger { color: #000 !important; }
.page-about .navbar--white .navbar__logo-img      { filter: none !important; }
.page-about .hamburger--black span                { background: #000 !important; }
.page-about .navbar--white .cart-icon             { filter: brightness(0) !important; }
.page-about .navbar--white .cart-badge            { background: #000; color: #fff; }

/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.about-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 180px 64px 112px;
  background: var(--paper, #FAF8F4);
}

.about-hero__inner {
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.about-hero__heading {
  font-family: var(--font-display, 'Barlow Condensed', sans-serif);
  font-weight: 800;
  font-size: 64px;
  line-height: 1.0;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.about-hero__sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin: 0;
  max-width: 640px;
}

/* ══════════════════════════════════════════════
   MISSION
══════════════════════════════════════════════ */
.about-mission {
  padding: 112px 64px;
  background: var(--paper, #FAF8F4);
  display: flex;
  justify-content: center;
}

.about-mission__inner {
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.about-mission__icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.about-mission__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.about-mission__heading {
  font-family: var(--font-display, 'Barlow Condensed', sans-serif);
  font-weight: 800;
  font-size: 56px;
  line-height: 1.0;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.about-mission__body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin: 0;
}

/* ══════════════════════════════════════════════
   VIDEO
══════════════════════════════════════════════ */
.about-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  max-height: 720px;
}

.about-video__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ══════════════════════════════════════════════
   OUR STORY
══════════════════════════════════════════════ */
.about-story {
  padding: 112px 64px;
  background: var(--paper, #FAF8F4);
  display: flex;
  justify-content: center;
}

.about-story__inner {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}

.about-story__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-story__heading {
  font-family: var(--font-display, 'Barlow Condensed', sans-serif);
  font-weight: 800;
  font-size: 56px;
  line-height: 1.0;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.about-story__body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin: 0;
}

.about-story__image-wrap {
  width: 616px;
  flex-shrink: 0;
}

.about-story__image {
  width: 100%;
  aspect-ratio: 616 / 557;
  object-fit: cover;
  display: block;
}

/* ══════════════════════════════════════════════
   THREE PRINCIPLES
══════════════════════════════════════════════ */
.about-principles {
  padding: 112px 64px;
  background: var(--bone, #F5F2ED);
  display: flex;
  justify-content: center;
}

.about-principles__inner {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.about-principles__title {
  max-width: 768px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.about-principles__heading {
  font-family: var(--font-display, 'Barlow Condensed', sans-serif);
  font-weight: 800;
  font-size: 56px;
  line-height: 1.0;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.about-principles__sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin: 0;
}

.about-principles__grid {
  display: flex;
  flex-direction: row;
  gap: 48px;
  width: 100%;
}

.about-principle {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.about-principle__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.about-principle__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-principle__heading {
  font-family: var(--font-display, 'Barlow Condensed', sans-serif);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.about-principle__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin: 0;
}

.about-principles__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.about-principles__shop-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ══════════════════════════════════════════════
   TESTIMONIAL (hidden)
══════════════════════════════════════════════ */
/* ══════════════════════════════════════════════
   TABLET  700–1099px
══════════════════════════════════════════════ */
@media (max-width: 1099px) {

  .about-hero {
    padding: 160px 40px 80px;
  }

  .about-hero__heading { font-size: 42px; }

  .about-mission {
    padding: 80px 40px;
  }

  .about-mission__heading { font-size: 36px; }

  .about-story {
    padding: 80px 40px;
  }

  .about-story__inner {
    flex-direction: column;
    gap: 48px;
  }

  .about-story__image-wrap {
    width: 100%;
  }

  .about-story__heading { font-size: 36px; }

  .about-principles {
    padding: 80px 40px;
  }

  .about-principles__heading { font-size: 36px; }

  .about-principles__grid {
    flex-direction: column;
    gap: 48px;
  }

}

/* ══════════════════════════════════════════════
   MOBILE  ≤699px
══════════════════════════════════════════════ */
@media (max-width: 699px) {

  .about-hero {
    padding: 140px 20px 64px;
  }

  .about-hero__heading { font-size: 32px; }
  .about-hero__sub { font-size: 16px; }

  .about-mission {
    padding: 64px 20px;
  }

  .about-mission__heading { font-size: 28px; }
  .about-mission__body { font-size: 16px; }

  .about-story {
    padding: 64px 20px;
  }

  .about-story__heading { font-size: 28px; }
  .about-story__body { font-size: 16px; }

  .about-principles {
    padding: 64px 20px;
  }

  .about-principles__heading { font-size: 28px; }
  .about-principle__heading { font-size: 24px; }

  .about-principles__actions {
    flex-direction: column;
    width: 100%;
  }

  .about-principles__actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

}

/* ══════════════════════════════════════════════
   FAQ SECTION (copied from product.css so
   about.css is self-contained — no product.css dependency)
══════════════════════════════════════════════ */
.catalog-faq-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.catalog-faq__title {
  text-align: center;
  margin-bottom: 80px;
}

.catalog-faq__title .section-heading {
  margin-bottom: 24px;
}

.catalog-faq__list {
  max-width: 768px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

.catalog-faq-item {
  border-top: 1px solid #000;
}

.catalog-faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.catalog-faq-item__question span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  flex: 1;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.catalog-faq-item.open .faq-chevron {
  transform: rotate(0deg);
}

.catalog-faq-item:not(.open) .faq-chevron {
  transform: rotate(180deg);
}

.catalog-faq-item__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding-bottom: 0;
}

.catalog-faq-item.open .catalog-faq-item__answer {
  max-height: 400px;
  padding-bottom: 24px;
}

.catalog-faq-item__answer p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

/* Need more help CTA */
.catalog-faq__cta {
  max-width: 768px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.catalog-faq__cta-inner h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 16px;
}

.catalog-faq__cta-inner p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0;
}

/* shared section helpers used by FAQ */
.section {
  padding-left: 64px;
  padding-right: 64px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.section-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
.section-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

@media (max-width: 699px) {
  .section { padding-left: 20px; padding-right: 20px; }
  .section-heading { font-size: 32px; }
  .catalog-faq__cta-inner h3 { font-size: 32px; }
  .catalog-faq-item__question span { font-size: 16px; }
}