/* ============================================================
   VISUALSPARKLE — FONT SIZE UPLIFT
   A noticeable but tasteful increase (~12-15%) across the board.
   
   Load AFTER styles.css:
   <link rel="stylesheet" href="css/styles.css">
   <link rel="stylesheet" href="css/font-uplift.css">
   ============================================================ */

/* ─── Typography ─── */
.eyebrow { font-size: 0.82rem; }
.heading--xl { font-size: clamp(2.5rem, 5.5vw, 4rem); }
.heading--lg { font-size: clamp(2.05rem, 4.5vw, 3.15rem); }
.heading--md { font-size: clamp(1.8rem, 3.8vw, 2.7rem); }
.heading--sm { font-size: clamp(1.6rem, 3.3vw, 2.25rem); }
.body-text { font-size: 1.05rem; }

/* ─── Hero ─── */
.hero__title { font-size: clamp(2.5rem, 5.5vw, 4rem); }
.hero__text { font-size: 1.1rem; }

/* ─── Header ─── */
.header__nav-link { font-size: 0.88rem; }
.header__cta { font-size: 0.82rem; }

/* ─── Buttons ─── */
.btn { font-size: 0.84rem; }
.mobile-menu .btn { font-size: 0.88rem; }

/* ─── Film Thumbnails ─── */
.film-thumb__names { font-size: 1.35rem; }
.film-thumb__subtitle { font-size: 0.86rem; }
.film-thumb__line { font-size: 0.94rem; }

/* ─── Trust Strip / Process ─── */
.trust-item__title { font-size: 1.22rem; }
.process-step__title { font-size: 1.28rem; }
.process-step__num { font-size: 2.6rem; }
.point__title { font-size: 1.28rem; }

/* ─── Testimonials ─── */
.testimonial__text { font-size: 1.15rem; }

/* ─── Accordion / FAQs ─── */
.accordion__question { font-size: 1.28rem; }

/* ─── Collection Detail ─── */
.collection-detail__popular { font-size: 0.76rem; }
.collection-detail__best { font-size: 0.94rem; }
.collection-detail__price { font-size: 2rem; }
.collection-detail__list-heading { font-size: 0.86rem; }
.collection-card__title { font-size: 1.45rem; }
.collection-card__text { font-size: 1rem; }
.addon-tag { font-size: 0.96rem; }

/* ─── Values ─── */
.value__title { font-size: 1.8rem; }

/* ─── Forms ─── */
.form-label { font-size: 0.86rem; }
.form-input { font-size: 1rem; }
.form-checkbox { font-size: 0.96rem; }
.info-block__title { font-size: 1.35rem; }
.contact-btn { font-size: 0.86rem; }

/* ─── Footer ─── */
.footer__brand { font-size: 1.65rem; }
.footer__text { font-size: 0.96rem; }
.footer__sub { font-size: 0.9rem; }
.footer__heading { font-size: 0.8rem; }
.footer__link { font-size: 0.96rem; }
.footer__copy { font-size: 0.85rem; }

/* ─── Thank You ─── */
.thankyou__link { font-size: 0.84rem; }

/* ─── Mobile (900px and below) ─── */
@media (max-width: 900px) {
  .mobile-menu a { font-size: 2rem; }
}

/* ─── Mobile (480px and below) ─── */
@media (max-width: 480px) {
  .body-text { font-size: 1rem; }
  .heading--xl { font-size: 2.2rem; }
  .heading--lg { font-size: 1.9rem; }
  .heading--md { font-size: 1.65rem; }
  .heading--sm { font-size: 1.45rem; }
  .hero__title { font-size: 2.2rem; }
  .accordion__question { font-size: 1.15rem; }
}
