/* Mobile-only styles (wrapped to not bleed onto desktop) */
@media (max-width: 768px) {
/* ============================================================
   LUNCHBOX.KIDS — ABOUT MOBILE
   Loads AFTER home-mobile.css. All page-specific styles.
   ============================================================ */

/* ====== 01 · WHY LUNCHBOX EXISTS ====== */
.ab-m-why { padding-bottom: 40px; }
.ab-m-why .m-h1 { margin-bottom: 18px; }
.ab-m-why-doodle {
  display: block;
  width: min(42%, 150px);
  margin: 10px 0 16px auto;
  transform: rotate(-7deg);
  filter: drop-shadow(0 10px 20px rgba(18,52,87,.12));
  pointer-events: none;
}
.ab-m-why .m-body strong { font-weight: 600; color: var(--navy); }

/* ====== 02 · MEET HANNAH ====== */
.ab-m-hannah { overflow: hidden; }

/* Portrait — reuses homepage photo treatment (18px radius, 4:5, shadow) */
.ab-m-portrait-wrap {
  position: relative;
  margin-bottom: 28px;
}
.ab-m-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px -20px rgba(18,52,87,.45);
}
.ab-m-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-m-portrait-wrap .circle-stamp {
  position: absolute;
  top: -16px;
  right: -8px;
  width: 90px;
  height: 90px;
  z-index: 3;
  filter: drop-shadow(0 6px 12px rgba(18,52,87,.18));
  animation: stampFloat 6s ease-in-out infinite;
}
.ab-m-portrait-wrap .circle-stamp svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Pull quote — bordered, serif italic, matches formula-note / partners-copy size */
.ab-m-pullquote {
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1.5px solid var(--rule-strong);
  border-bottom: 1.5px solid var(--rule-strong);
  position: relative;
}
.ab-m-pq-mark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 72px;
  line-height: .4;
  color: var(--peri);
  display: block;
  margin-bottom: 16px;
}
.ab-m-pullquote blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.3px;
  color: var(--navy);
  text-wrap: pretty;
  margin: 0;
}
.ab-m-pq-doodle {
  display: block;
  width: 80px;
  margin: 16px 0 -4px auto;
  transform: rotate(-8deg);
  opacity: .85;
  pointer-events: none;
}

/* Article body within Hannah section */
.ab-m-hannah .m-body strong { font-weight: 600; color: var(--navy); }

/* Stats strip — 3-col, reuses m-h2 size for numbers, meta label size */
.ab-m-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1.5px solid var(--rule-strong);
}
.ab-m-stat-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -1px;
  color: var(--peri-dark);
}
.ab-m-stat-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .6px;
  color: var(--ink-mid);
  margin-top: 4px;
  line-height: 1.5;
}

/* ====== 03 · WHAT LUNCHBOX BELIEVES (NAVY) ====== */
.ab-m-beliefs {
  background: var(--navy);
  color: var(--cream);
}
.ab-m-beliefs .m-h2 { color: var(--cream); }
.ab-m-beliefs .m-h2 .accent-i { color: var(--peri); }
.ab-m-beliefs .sec-head { border-bottom-color: rgba(248,244,236,.13) !important; }
.ab-m-beliefs .sec-head .num-stat { color: var(--cream); }
.ab-m-beliefs .sec-head .num-label { color: #f8f4ec !important; -webkit-text-fill-color: #f8f4ec !important; opacity: 1 !important; }

.ab-m-beliefs-photo {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 28px;
  display: block;
}

.ab-m-belief-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ab-m-belief {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(248,244,236,.16);
  align-items: baseline;
}
.ab-m-belief:first-child { border-top: none; padding-top: 0; }
.ab-m-belief:last-child { padding-bottom: 0; }
.ab-m-b-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--peri);
}
.ab-m-belief h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -.4px;
  color: var(--cream);
  margin: 0 0 6px;
}
.ab-m-belief p {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(248,244,236,.72);
  margin: 0;
}

/* ====== 04 · WHAT YOU'LL FIND HERE ====== */
.ab-m-find-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.ab-m-find-doodle {
  width: 80px;
  flex-shrink: 0;
  transform: rotate(8deg);
  opacity: .85;
  pointer-events: none;
}
.ab-m-find-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ab-m-find-card {
  display: flex;
  flex-direction: column;
}
.ab-m-find-thumb {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
  background: var(--peri-soft);
  border: 1px solid var(--rule);
  display: block;
  margin-bottom: 10px;
}
.ab-m-find-thumb--contain {
  object-fit: contain;
  background: transparent;
  padding: 6%;
}
.ab-m-find-card h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.06;
  letter-spacing: -.4px;
  color: var(--navy);
  margin: 0 0 4px;
}
.ab-m-find-card p {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-mid);
  margin: 0;
}

/* ====== 05 · CTA (PERIWINKLE) ====== */
.ab-m-cta {
  background: var(--peri);
}
.ab-m-cta .m-h2 { color: var(--navy); }
.ab-m-cta .m-body { color: var(--navy); opacity: .85; }
.ab-m-cta .formula-cta-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ab-m-cta .formula-cta-form .form-note {
  color: #3a5071b3;
  text-align: center;
  margin: 0;
}
.ab-m-cta .formula-cta-form .legal-optin {
  color: #3a5071b3;
  justify-content: center;
  text-align: center;
  margin: 0;
}
.ab-m-cta .formula-cta-form .legal-optin a {
  color: #3a5071b3;
}
.ab-m-cta-photo-wrap {
  position: relative;
  width: min(55%, 180px);
  margin: 0 auto 28px;
}
.ab-m-cta-photo {
  width: 100%;
  border-radius: 14px;
  display: block;
  transform: rotate(-2deg);
  box-shadow: 0 16px 32px -16px rgba(18,52,87,.35);
}
.ab-m-cta-photo-wrap .circle-stamp {
  position: absolute;
  top: -16px;
  right: -20px;
  width: 80px;
  height: 80px;
  z-index: 3;
  filter: drop-shadow(0 6px 12px rgba(18,52,87,.18));
  animation: stampFloat 6s ease-in-out infinite;
}
.ab-m-cta-photo-wrap .circle-stamp svg {
  width: 100%;
  height: 100%;
  display: block;
}

}
