/* AMUZN V7 — readability + About-page responsive repair
   Loaded AFTER assets/styles.css.  No changes to the shared V6/V7 base stylesheet are required. */

/* ---------- About: prevent grid children from forcing horizontal overflow ---------- */
.page-about .about-two > *,
.page-about .about-card,
.page-about .about-card .benefit-grid,
.page-about .about-card .benefit,
.page-about .about-card .benefit > div,
.page-about .milestones > *,
.page-about .mcard { min-width: 0; }

/* ---------- About: Nascent Ventures linked logo ---------- */
.page-about .nascent-logo-link {
  display: inline-block;
  margin-top: 20px;
  line-height: 0;
}
.page-about .nascent-logo {
  display: block;
  width: 150px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* ---------- About: desktop Mission layout repair ---------- */
@media (min-width: 601px) {
  .page-about .about-card .benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0;
    width: 100%;
    margin-top: 10px;
  }
  .page-about .about-card .benefit {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px 13px;
    width: 100%;
  }
  .page-about .about-card .benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .page-about .about-card .benefit-icon img {
    width: 24px;
    height: 24px;
  }
  .page-about .about-card .benefit strong {
    display: block;
    font-size: 12px;
    line-height: 1.28;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .page-about .about-card .benefit p {
    font-size: 10px;
    line-height: 1.45;
    margin: 4px 0 0;
    overflow-wrap: anywhere;
  }
}

/* ---------- Readability floor for small supporting / grey text ----------
   Keep the visual hierarchy, but remove the 8–9px body-copy cases. */
.creative-info small,
.creative-bottom,
.why-item p,
.commission-body p,
.commission-body > div,
.idea p,
.faq-a,
.creator-feature p,
.creator-service p,
.rating-row,
.success p,
.stat-box span,
.value p,
.mile span,
.numbers span,
.cta-stat span,
.contact-box,
.newsletter-status,
.footer-bottom,
.footer .footer-legal-links a {
  font-size: 10px;
}

/* About Company copy was particularly small in the V7 preview. */
.page-about .mcard p {
  font-size: 11px;
  line-height: 1.55;
}
.page-about .mcard h3 {
  line-height: 1.3;
}

/* ---------- About: mobile cards + stacked Mission benefits ---------- */
@media (max-width: 600px) {
  .page-about .about-two {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: 100%;
  }
  .page-about .about-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px;
    overflow: hidden;
  }
  .page-about .about-card > p,
  .page-about .about-card.origin p {
    font-size: 12px;
    line-height: 1.55;
  }
  .page-about .about-card.origin {
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
  }
  .page-about .about-card.origin > div {
    min-width: 0;
    padding: 22px;
  }
  .page-about .about-card.origin img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .page-about .about-card .benefit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0;
    width: 100%;
    margin-top: 12px;
  }
  .page-about .about-card .benefit {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    width: 100%;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .page-about .about-card .benefit:last-child {
    border-bottom: 0;
    padding-bottom: 2px;
  }
  .page-about .about-card .benefit strong {
    font-size: 13px;
    line-height: 1.3;
  }
  .page-about .about-card .benefit p {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.45;
  }
  .page-about .nascent-logo-link {
    margin-top: 18px;
  }
  .page-about .nascent-logo {
    width: 138px;
  }
  .page-about .mcard p {
    font-size: 12px;
    line-height: 1.55;
  }

  /* Small body copy on cards is allowed to grow slightly on narrow screens. */
  .why-item p,
  .commission-body p,
  .idea p,
  .faq-a,
  .creator-feature p,
  .creator-service p,
  .rating-row,
  .success p,
  .value p {
    font-size: 11px;
    line-height: 1.45;
  }
  .footer-bottom,
  .footer .footer-legal-links a,
  .newsletter-status,
  .mile span,
  .numbers span,
  .stat-box span,
  .cta-stat span,
  .contact-box {
    font-size: 10px;
  }
}
