/* =================================================================
   MOBILE-TEAM5 — Alvin profile page
   Requires: mobile-common.css (loaded globally)
   ================================================================= */

@media (max-width: 768px) {

  .alvin-page .inner {
    max-width: 100% !important;
    padding: 0 16px !important;
  }

  .team-profile { padding: 50px 0 30px !important; }

  .back-link   { font-size: 14px !important; margin-bottom: 16px !important; }
  .back-arrow  { width: 10px; height: 10px; }

  .team-profile__grid {
    display: flex !important;
    flex-direction: column;
    gap: 24px !important;
  }

  .team-profile__title { font-size: 20px !important; line-height: 1.3; }
  .team-profile__rule  { margin: 12px 0 16px !important; }

  .team-profile__copy p {
    font-size: 14px !important;
    line-height: 1.65;
    margin-bottom: 12px;
  }

  .team-profile__side          { padding-top: 6px; }
  .team-profile__side h2       { font-size: 16px !important; margin-bottom: 10px !important; }
  .team-profile__list          { gap: 8px !important; }
  .team-profile__list li       { font-size: 13px !important; line-height: 1.5; }

  .team-clarity            { padding: 36px 0 !important; }
  .team-clarity h2         { font-size: 18px !important; }
  .team-clarity p          { width: 100% !important; font-size: 14px !important; line-height: 1.6; }

  .team-clarity__cta {
    min-width: unset !important;
    width: 100% !important;
    max-width: 280px;
    margin: 0 auto;
    padding: 14px 18px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
  }

  .team-clarity__cta .arrow { width: 14px; height: 14px; }

  .team-tagline        { padding: 0 0 30px !important; }
  .team-tagline .inner { font-size: 15px !important; }

  .next-step    { padding: 28px 0 !important; }
  .next-step h3 { font-size: 16px !important; }
  .next-step p  { width: 100% !important; font-size: 14px !important; line-height: 1.6; }

  .next-step .subscribe {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px;
  }

  .next-step .subscribe input  { width: 100% !important; height: 42px !important; font-size: 14px; }
  .next-step .subscribe button { width: 100% !important; height: 42px !important; font-size: 14px; }

}
