/* mobile.css — mobile-only overrides. Desktop CSS is untouched.
   Layered AFTER all other CSS so these rules win at narrow widths.
   Breakpoints: 960 (tablet) → 720 (large phone landscape) → 560 (phone) */

/* ───────────────────────────────────────────────────────────────
   Tablet & below (≤960px)
   ─────────────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .container { width: min(1280px, calc(100% - 48px)); }

  /* Nav — keep brand visible centered, drop side groups */
  .about-nav { padding: 18px 0; }
  .about-nav__brand { font-size: 18px; }

  /* Hero */
  .hero { padding: 110px 0 56px; }
  .hero__h1 { font-size: clamp(40px, 8vw, 64px); }
  .hero__sub { font-size: 16px !important; width: auto !important; max-width: 100% !important; line-height: 1.45 !important; }
  .hero__ctas { justify-content: flex-start; }

  /* Story */
  .story__h2 { font-size: clamp(40px, 7vw, 64px); }
  .story__pullquote p { font-size: clamp(22px, 4vw, 32px) !important; }

  /* Stats */
  .stats { padding: 64px 0; }
  .stats__h2 { font-size: clamp(36px, 6.5vw, 56px) !important; }
  .stats__row { gap: 40px; }
  .stat-row { grid-template-columns: 100px 1fr; gap: 18px; padding: 22px 0 24px; }
  .stat-row__num { font-size: 48px; }

  /* Questions — let it scale naturally */
  .questions__bg { width: 100%; }

  /* Why Seasons */
  .why { padding: 64px 0; }
  .why__h2 { font-size: clamp(40px, 8vw, 72px); }
  .why__sub { font-size: 14px; }
  .why__phone-row { gap: 24px; }
  .why__arrow { width: 44px; height: 44px; }

  /* Testimonials */
  .testimonials__h2 { font-size: clamp(56px, 11vw, 96px); }

  /* Phases */
  .phases__h2 { font-size: clamp(36px, 6vw, 56px); }
  .phases__h3 { font-size: clamp(28px, 4.5vw, 40px) !important; white-space: normal; }
  .phases__tabs { overflow-x: auto; gap: 8px; padding-bottom: 4px; }
  .phases__tab { flex: none; padding: 8px 16px 12px; }
  .phases__tags { flex-wrap: wrap; }
  .phases__phone { order: -1; }

  /* Experts */
  .experts__h2 { font-size: clamp(32px, 5vw, 48px); }

  /* Privacy / Doc hero */
  .privacy-hero { padding: 130px 0 48px; }
  .privacy-hero__h1 { font-size: clamp(40px, 9vw, 72px); }
  .privacy-hero__sub { font-size: 15px; }
  .doc-hero { padding: 130px 0 40px; }
  .doc-hero__h1 { font-size: clamp(40px, 8vw, 72px); }
  .privacy-pillars { padding: 24px 0 80px; }
  .privacy-section__h { font-size: clamp(24px, 4.5vw, 36px) !important; }

  /* Support */
  .support-hero { padding: 130px 0 40px; }
  .support-hero__h1 { font-size: clamp(48px, 11vw, 88px); }
  .support-hero__sub { font-size: 15px; }
  .support-cats { padding: 16px 0 56px; }
  .support-faq__h2 { font-size: clamp(40px, 8vw, 72px); }
  .faq-item__q { font-size: 16px; padding: 18px 4px; gap: 16px; }
  .contact-card__h { font-size: clamp(28px, 5vw, 44px); }
}

/* ───────────────────────────────────────────────────────────────
   Phone (≤720px) — tighter, single-column everywhere
   ─────────────────────────────────────────────────────────────── */
@media (max-width: 720px) {
  .container { width: min(1280px, calc(100% - 32px)); }

  /* Nav — keep brand centered & visible, side groups hidden */
  .about-nav { padding: 16px 0; position: absolute; }
  .about-nav__row { grid-template-columns: 1fr; justify-items: center; }
  .about-nav__group { display: none !important; }
  .about-nav__brand { font-size: 18px; letter-spacing: 0.14em; }

  /* Hero */
  .hero { padding: 88px 0 48px; }
  .hero__row { gap: 36px; }
  .hero__phone-wrap .phone-image,
  .hero__phone-wrap .phone-image__bezel { width: 280px !important; }
  .hero__phone-wrap .phone-image__bezel { height: 580px !important; padding: 10px !important; }
  .hero__phone-wrap .phone-image__bezel img { border-radius: 38px !important; }
  .hero__phone-wrap .phone-image__notch { width: 96px !important; height: 24px !important; border-radius: 12px !important; top: 14px !important; }
  .hero__copy { padding-left: 0; text-align: left; }
  .hero__h1 { font-size: clamp(36px, 11vw, 56px); margin-bottom: 14px; }
  .hero__sub { font-size: 15px !important; line-height: 1.5 !important; margin-bottom: 22px; }
  .btn-features { padding: 12px 18px; font-size: 10px; }

  /* Story */
  .story { padding: 56px 0; }
  .story__photo { aspect-ratio: 4 / 4; }
  .story__h2 { font-size: clamp(40px, 11vw, 64px); margin-bottom: 18px; }
  .story__pullquote { margin-top: 20px; }
  .story__pullquote::before { font-size: 64px; margin-bottom: -10px; }
  .story__pullquote p { font-size: clamp(20px, 5vw, 28px) !important; }
  .story__body p { font-size: 15px; }

  /* Stats — single column number → body */
  .stats { padding: 48px 0; }
  .stats__row { gap: 32px; }
  .stats__h2 { font-size: clamp(34px, 8vw, 52px) !important; }
  .stats__h2 span { white-space: normal !important; }
  .stats__p { font-size: 15px; }
  .stats__p br { display: none; }
  .stat-row { grid-template-columns: 90px 1fr; gap: 14px; padding: 18px 0 20px; }
  .stat-row__num { font-size: 42px; }
  .stat-row__body { font-size: 14px; line-height: 1.5; }

  /* Why Seasons — phone + callout arrangement */
  .why { padding: 56px 0; }
  .why__feature-pill { padding: 9px 22px; font-size: 11px; letter-spacing: 0.24em; }
  .why__h2 { font-size: clamp(48px, 14vw, 80px); }
  .why__sub { margin-bottom: 36px; font-size: 13px; }
  .why__phone-row { gap: 8px; padding: 0 4px; }
  .why__phone, .why__bezel { width: 260px !important; }
  .why__bezel { height: 540px !important; padding: 9px !important; }
  .why__phone-img { border-radius: 36px !important; }
  .why__notch { width: 80px !important; height: 22px !important; border-radius: 11px !important; top: 14px !important; }
  .why__arrow { width: 36px; height: 36px; flex-shrink: 0; }
  .why__arrow svg { width: 16px; height: 16px; }
  .why__callout-stack { width: min(440px, 92%) !important; margin-top: -100px !important; min-height: 0 !important; height: auto !important; }
  .why__callout { position: relative !important; inset: auto !important; padding: 20px 24px 22px; min-height: 0; height: auto; }
  .why__callout:not(.is-active) { display: none; }
  .why__callout h4 { font-size: 28px !important; margin-bottom: 8px; }
  .why__callout p { font-size: 14px !important; line-height: 1.5; }
  .why__dots { margin-top: 28px; }

  /* Testimonials */
  .testimonials-section { padding: 56px 0; }
  .testimonials__head { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 32px; }
  .testimonials__h2 { font-size: clamp(48px, 14vw, 84px); margin: 0; }
  .testimonials__nav { padding-bottom: 0; }
  .testimonials__arrow { width: 44px; height: 44px; }
  .testimonials__grid { grid-auto-columns: 88%; gap: 16px; }
  .t-card { padding: 24px 22px 28px; }
  .t-card__title { font-size: 22px; margin-bottom: 16px; }
  .t-card__body { font-size: 14px; }

  /* Phases */
  .phases-section { padding: 56px 0; }
  .phases__row { gap: 32px; }
  .phases__col { max-width: 100%; }
  .phases__phone { order: -1; }
  .phases__bezel { width: 260px !important; padding: 8px !important; }
  .phases__notch { width: 78px !important; height: 20px !important; top: 12px !important; }
  .phases__screen { border-radius: 32px !important; }
  .phases__h2 { font-size: clamp(34px, 9vw, 56px); margin-bottom: 24px; }
  .phases__tabs { margin-bottom: 22px; }
  .phases__tab { font-size: 10px; padding: 8px 12px 12px; letter-spacing: 0.18em; }
  .phases__h3 { font-size: clamp(26px, 6vw, 36px) !important; margin-bottom: 14px; }
  .phases__body { font-size: 14px; }
  .hormone-row { grid-template-columns: 88px 1fr; gap: 12px; }
  .hormone-row__label { font-size: 10px; letter-spacing: 0.2em; }
  .phases__tag { font-size: 9px; padding: 8px 12px; letter-spacing: 0.08em; }

  /* Experts */
  .experts-section { padding: 56px 0 64px; }
  .experts__h2 { font-size: clamp(36px, 8vw, 56px) !important; margin-bottom: 36px; }
  .experts__grid { grid-template-columns: 1fr; gap: 16px; }
  .expert-card { padding: 22px 22px 24px; gap: 14px; }
  .expert-card__name { font-size: 20px; }
  .expert-card__photo { aspect-ratio: 4 / 3; }
  .expert-card__quote { font-size: 13px; line-height: 1.65; }

  /* Privacy landing */
  .privacy-hero { padding: 104px 0 36px; }
  .privacy-hero__h1 { font-size: clamp(40px, 11vw, 72px); margin-bottom: 22px; }
  .privacy-hero__sub { font-size: 14px; margin-bottom: 28px; }
  .privacy-hero__ctas { flex-direction: column; gap: 12px; }
  .privacy-pill { width: 100%; justify-content: center; padding: 14px 24px; font-size: 11px; }
  .privacy-pillars { padding: 16px 0 56px; }
  .privacy-pillars__grid { grid-template-columns: 1fr; gap: 14px; }
  .privacy-card { padding: 22px 22px 24px; min-height: 0; }
  .privacy-card__icon { width: 36px; height: 36px; margin-bottom: 16px; }
  .privacy-card__h { font-size: 20px; margin-bottom: 12px; }
  .privacy-card__p { font-size: 14px; }

  /* Privacy/Terms doc pages */
  .doc-hero { padding: 104px 0 32px; }
  .doc-hero__h1 { font-size: clamp(38px, 10vw, 64px); margin-bottom: 18px; }
  .doc-hero__sub { font-size: 14px; }
  .doc-hero__sub--small { font-size: 12px; }
  .privacy-body { padding: 16px 0 80px; }
  .privacy-body__row { grid-template-columns: 1fr; gap: 24px; }
  .privacy-toc { position: static; }
  .privacy-toc__label { margin-bottom: 12px; padding-bottom: 12px; }
  .privacy-toc ol { gap: 10px; }
  .privacy-toc a { font-size: 13px; }
  .privacy-section { padding: 28px 0 30px; }
  .privacy-section__h { font-size: clamp(24px, 6vw, 36px) !important; margin-bottom: 14px; }
  .privacy-section__p { font-size: 14px; line-height: 1.65; margin-bottom: 12px; }
  .privacy-section__list li,
  .privacy-section__olist li { font-size: 14px; line-height: 1.65; margin-bottom: 10px; }
  .privacy-section__h3 { font-size: 16px; }
  .privacy-pledge { padding: 24px 22px; margin-top: 40px; }
  .privacy-pledge p { font-size: 20px; }

  /* Support */
  .support-hero { padding: 104px 0 32px; }
  .support-hero__crumb { margin-bottom: 6px; font-size: 10px; }
  .support-hero__h1 { font-size: clamp(52px, 16vw, 96px); margin-bottom: 22px; }
  .support-hero__sub { font-size: 14px; }
  .support-cats { padding: 8px 0 48px; }
  .support-cats__grid { grid-template-columns: 1fr; gap: 12px; }
  .support-cat { padding: 20px 20px 22px; min-height: 0; }
  .support-cat__icon { margin-bottom: 14px; width: 36px; height: 36px; }
  .support-cat__h { font-size: 17px; margin-bottom: 4px; }
  .support-cat__p { font-size: 13px; }
  .support-faq { padding: 24px 0 64px; }
  .support-faq__head { margin-bottom: 36px; }
  .support-faq__h2 { font-size: clamp(40px, 11vw, 72px); }
  .support-faq__groups { gap: 36px; }
  .faq-group__h { font-size: 11px; letter-spacing: 0.2em; margin-bottom: 14px; padding-bottom: 12px; }
  .faq-item__q { font-size: 16px; padding: 16px 0; gap: 14px; }
  .faq-item__icon { width: 30px; height: 30px; }
  .faq-item__a { padding: 0 0 20px; }
  .faq-item__a p { font-size: 14px; line-height: 1.65; }
  .support-contact { padding: 8px 0 72px; }
  .contact-card {
    padding: 32px 26px;
    border-radius: 24px;
    gap: 24px;
  }
  .contact-card__h { font-size: clamp(28px, 7vw, 44px); margin-bottom: 14px; }
  .contact-card__p { font-size: 14px; }
  .contact-card__r { gap: 12px; }
  .contact-method__value { font-size: 16px; word-break: break-all; }

  /* Footer */
  .about-footer { padding: 56px 0 28px; }
  .about-footer__main { gap: 36px; padding-bottom: 40px; }
  .about-footer__cols { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .about-footer__col h4 { margin-bottom: 12px; font-size: 10px; }
  .about-footer__col a { font-size: 14px; }
  .about-footer__tagline { font-size: 13px; }
  .about-footer__email { font-size: 13px; }
}

/* ───────────────────────────────────────────────────────────────
   Small phones (≤420px) — final size pass
   ─────────────────────────────────────────────────────────────── */
@media (max-width: 420px) {
  .container { width: min(1280px, calc(100% - 24px)); }

  .hero__phone-wrap .phone-image,
  .hero__phone-wrap .phone-image__bezel { width: 240px !important; }
  .hero__phone-wrap .phone-image__bezel { height: 500px !important; }

  .why__phone, .why__bezel { width: 230px !important; }
  .why__bezel { height: 480px !important; }
  .why__phone-row { gap: 4px; }
  .why__arrow { width: 32px; height: 32px; }
  .why__callout-stack { margin-top: -80px !important; }
  .why__callout h4 { font-size: 24px !important; }
  .why__callout p { font-size: 13px !important; }

  .phases__bezel { width: 230px !important; }

  .hero__h1 { font-size: 38px; line-height: 1.0; }
  .story__h2 { font-size: 42px; }
  .stats__h2 { font-size: 34px !important; }
  .testimonials__h2 { font-size: 56px; }
}
