/* /about page (issue #352). Warm parchment brand, mirrors trust.css conventions. */

.about-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  color: #1E1712;
}

.about-hero {
  padding: 2.5rem 0 1.5rem;
  margin-bottom: 2rem;
}
.about-hero__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.05;
  margin: 0 0 1.25rem;
}
.about-block {
  margin-bottom: 3rem;
}
.about-block p {
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  color: #3E3228;
}
.about-block p:last-child { margin-bottom: 0; }

/* Section eyebrow: gold uppercase mono, used above section headings
   and small introductory sub-section labels (e.g. "Compounding data"). */
.about-eyebrow {
  font-family: 'DM Mono', ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.78rem;
  color: #F0A500;
  margin: 0 0 0.85rem;
}

/* Customer card grid. Each card carries a coloured monogram mark
   (top-left), a category pill (top-right), brand name + location +
   short description, and two pain-point tags at the foot. */
.about-customer-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2rem 0 2.5rem;
}
.about-customer-card {
  background: #FDF8EF;
  border: 1px solid #E8DCC8;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
}
.about-customer-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.about-customer-card__logo {
  height: 60px;
  max-width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-customer-card__logo a {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.15s ease;
}
.about-customer-card__logo a:hover,
.about-customer-card__logo a:focus-visible {
  opacity: 0.75;
}
.about-customer-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}
.about-customer-card__featured-logo a {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.15s ease;
}
.about-customer-card__featured-logo a:hover,
.about-customer-card__featured-logo a:focus-visible {
  opacity: 0.75;
}
/* Per-brand visual tuning: square / illustrated marks get more vertical
   room, wide wordmarks are damped so they don't dominate the card head. */
.about-customer-card--wildly-tasty       .about-customer-card__logo img { max-height: 60px; }
.about-customer-card--garden-of-eva      .about-customer-card__logo img { max-height: 60px; }
.about-customer-card--hot-sauces-cartel  .about-customer-card__logo img { max-height: 54px; }
.about-customer-card--rebread            .about-customer-card__logo img { max-height: 34px; }

/* Featured customer card: full-width above the 2x2 grid, horizontal
   layout (logo on the left at larger size, content on the right).
   Used to give wide-wordmark brands (e.g. Nali) a slot that fits
   their natural proportions instead of compressing them into the
   regular grid cell. */
.about-customer-card--featured {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.25rem 2.5rem;
  margin: 2rem 0 1.5rem;
}
.about-customer-card__featured-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.about-customer-card__featured-logo img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
.about-customer-card--featured.about-customer-card--nali .about-customer-card__featured-logo img {
  max-height: 64px;
}
.about-customer-card__featured-body {
  display: flex;
  flex-direction: column;
}
.about-customer-card__featured-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.about-customer-card--featured .about-customer-card__name {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}
.about-customer-card--featured .about-customer-card__location {
  margin-bottom: 0;
}
.about-customer-card--featured .about-customer-card__desc {
  margin: 0 0 1.25rem;
  font-size: 1rem;
}

@media (max-width: 640px) {
  .about-customer-card--featured {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 1.6rem;
  }
  .about-customer-card__featured-logo {
    justify-content: flex-start;
    min-height: 0;
  }
}
.about-customer-card__category {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #B07A1A;
  background: #FBEFCF;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}
.about-customer-card__name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.25rem;
  color: #1E1712;
}
.about-customer-card__location {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  color: #6B5A4A;
  margin: 0 0 1rem;
}
.about-customer-card__desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3E3228;
  margin: 0 0 1.5rem;
  flex-grow: 1;
}
.about-customer-card__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.about-customer-card__tags li {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.78rem;
  color: #6B5A4A;
  background: #F0E8DA;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.about-customer-footer {
  margin-top: 2.5rem;
}

@media (max-width: 640px) {
  .about-customer-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about-customer-card {
    padding: 1.25rem 1.4rem;
  }
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
  display: grid;
  gap: 0.9rem;
}
.about-list li {
  padding-left: 1.4rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  color: #3E3228;
}
.about-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  background: #F0A500;
  border-radius: 50%;
}
.about-list strong {
  color: #1E1712;
  font-weight: 600;
}

.about-section-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.15;
  margin: 0 0 2rem;
  color: #1E1712;
}

.about-team-section {
  margin-bottom: 3.5rem;
}

.about-nutrition-team {
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.about-nutrition-team__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0 0 0.75rem;
  color: #1E1712;
}
.about-nutrition-team p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #3E3228;
}

.about-hiring {
  margin-bottom: 3rem;
}
.about-hiring p {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  color: #3E3228;
}
.about-hiring p a {
  color: #1E1712;
  font-weight: 500;
}
.about-backing {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1.5rem 1.75rem;
  background: #FDF8EF;
  border: 1px solid #E8DCC8;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.75rem;
  align-items: center;
}
.about-backing__logo-link {
  display: block;
  line-height: 0;
}
.about-backing__logo {
  width: 180px;
  height: auto;
  display: block;
}
.about-backing__label {
  font-family: 'DM Mono', ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.72rem;
  color: #6B5A4A;
  margin: 0 0 0.4rem;
}
.about-backing__body {
  margin: 0;
  line-height: 1.6;
  font-size: 0.98rem;
  color: #3E3228;
}
.about-backing__body strong {
  color: #1E1712;
}

@media (max-width: 640px) {
  .about-backing {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about-backing__logo {
    width: 140px;
  }
}

.about-team {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
}

.about-bio {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem;
  align-items: start;
}
.about-bio__photo-wrap {
  position: sticky;
  top: 2rem;
}
.about-bio__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: block;
  background: #FDF8EF;
  border: 1px solid #E8DCC8;
}
.about-bio__role {
  font-family: 'DM Mono', ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.78rem;
  color: #6B5A4A;
  margin: 0 0 0.5rem;
}
.about-bio__name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 1.1;
  margin: 0 0 1.25rem;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.about-bio__linkedin {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  /* Shift the boxed icon down so its vertical centre sits on the
     x-height midline of the surrounding lowercase letters, rather
     than sitting on the baseline with its top jutting above. With
     icon at 0.7em (cap-height) and x-height ≈ 0.47em, the centre
     needs to move down 0.115em from the baseline-anchored position. */
  transform: translateY(0.115em);
}
.about-bio__linkedin img {
  display: block;
  width: 0.7em;
  height: 0.7em;
}
.about-bio__body p {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 1rem;
  color: #3E3228;
}

.about-trust-pointer {
  margin-top: 3rem;
}
.about-trust-pointer__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color: #1E1712;
}
.about-trust-pointer__body {
  margin: 0;
  line-height: 1.6;
  color: #3E3228;
  font-size: 1rem;
}
.about-trust-pointer__body a {
  color: #1E1712;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #E8DCC8;
  text-underline-offset: 3px;
}
.about-trust-pointer__body a:hover {
  text-decoration-color: #F0A500;
}

/* Mobile: photo stacks above bio, no sticky. */
@media (max-width: 640px) {
  .about-bio {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .about-bio__photo-wrap {
    position: static;
  }
  .about-bio__photo {
    width: 120px;
    height: 120px;
  }
}
