/* Web Launch Co. — global refinements (load after each page’s inline <style>)
   Typography: slightly smaller, clearer hierarchy. Motion: respects reduced-motion. */

/* --- Navigation & footer (shared across pages) --- */
html body .nav-logo span { font-size: 14px; }
html body .nav-links a { font-size: 13px; font-weight: 500; padding: 6px 11px; }
html body .foot-logo span { font-size: 14px; }
html body .foot-desc { font-size: 12.5px; line-height: 1.68; }
html body .foot-col-title { font-size: 11px; letter-spacing: 0.14em; margin-bottom: 15px; }
html body .foot-links a,
html body .contact-row a,
html body .contact-row span { font-size: 12.5px; }
html body .foot-copy,
html body .foot-legal a { font-size: 11.5px; }

html body .mobile-menu-nav a {
  font-size: clamp(15px, 3.5vw, 18px);
  font-weight: 700;
  line-height: 1.22;
  padding: 5px 12px;
}

/* --- CTAs & buttons (compact; load order is after page inline <style>) --- */
html body .btn-primary,
html body .btn-secondary,
html body .btn-outline {
  font-size: 12.5px !important;
  padding: 8px 16px !important;
  border-radius: 9px;
  gap: 6px;
  line-height: 1.28;
  box-sizing: border-box;
}
html body .btn-primary {
  font-weight: 700;
}
html body .btn-secondary,
html body .btn-outline {
  font-weight: 600;
}

/* Header CTA */
html body .nav-container > .btn-primary {
  padding: 7px 14px !important;
  font-size: 12px !important;
  flex-shrink: 0;
}

/* Hero primary / secondary */
html body .hero-ctas .btn-primary,
html body .hero-ctas .btn-secondary {
  font-size: 13px !important;
  padding: 10px 20px !important;
}

/* Large bottom-of-section CTA */
html body .cta-btn-lg {
  font-size: 13px !important;
  font-weight: 700;
  padding: 10px 22px !important;
  border-radius: 10px;
  gap: 8px;
  line-height: 1.3;
}

/* Pricing card buttons */
html body .price-cta {
  font-size: 11.5px !important;
  padding: 8px 12px !important;
  line-height: 1.35;
}

/* Contact form submit & full-width actions */
html body button.btn-primary {
  font-size: 12.5px !important;
  padding: 9px 18px !important;
  min-height: 44px;
}

html body .mobile-menu-nav .btn-primary {
  font-size: 13px !important;
  padding: 10px 18px !important;
}

/* Portfolio card link-pill */
html body .btn-link {
  font-size: 10.5px;
  padding: 6px 10px;
  border-radius: 7px;
}

/* --- Hero (index, services share #hero .hero-title) --- */
html body #hero .hero-title {
  font-size: clamp(30px, 4.8vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.028em;
}
html body .hero-sub,
html body #hero .hero-sub { font-size: clamp(15px, 1.65vw, 18px); line-height: 1.55; }
html body .hero-avail { font-size: 11px; }

/* Services hero subtitles */
html body .hero-title-sub { font-size: clamp(17px, 2.2vw, 25px); line-height: 1.3; }
html body .hero-glass .hero-sub { font-size: clamp(14px, 1.45vw, 17px); }

/* --- Section rhythm --- */
html body .section-label { font-size: 10.5px; letter-spacing: 0.14em; }
html body .section-title {
  font-size: clamp(22px, 3.35vw, 42px);
  line-height: 1.14;
  margin-bottom: 13px;
}
html body .section-sub { font-size: 15px; line-height: 1.68; }
html body .serve-footer { font-size: 15px; margin-top: 32px; }

/* Inner-page glass heroes */
html body .hero-glass .section-title {
  font-size: clamp(22px, 2.55vw + 0.9rem, 48px);
  line-height: 1.11;
}
html body .hero-glass .section-sub {
  font-size: clamp(14px, 0.95vw + 0.78rem, 16px);
  line-height: 1.55;
}

/* --- Home: grids & cards --- */
html body .m-item { font-size: 13px; padding: 9px 18px; }
html body .p-num { font-size: 30px; }
html body .p-text { font-size: 15px; line-height: 1.52; padding-top: 6px; }
html body .compare-title { font-size: 18px; margin-bottom: 20px; }
html body .compare-list li { font-size: 13.5px; line-height: 1.52; }
html body .svc-title { font-size: 16px; }
html body .svc-desc { font-size: 13.5px; line-height: 1.65; }
html body .feat-text h4 { font-size: 14px; }
html body .feat-text p { font-size: 12.75px; line-height: 1.55; }
html body .stat-num { font-size: 22px; }
html body .stat-lbl { font-size: 10.5px; }
html body .proc-step { font-size: 9.5px; letter-spacing: 0.18em; }
html body .proc-num { width: 56px; height: 56px; font-size: 18px; margin-bottom: 17px; }
html body .proc-title { font-size: 16px; }
html body .proc-desc { font-size: 13.5px; line-height: 1.68; }

html body .cta-title {
  font-size: clamp(22px, 3.5vw, 42px);
  line-height: 1.12;
  margin-bottom: 14px;
}
html body .cta-sub {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 24px;
}
html body .trust-pill { font-size: 11px; }

/* --- Our Works --- */
html body .hero h1 {
  font-size: clamp(28px, 5.4vw, 62px);
  line-height: 1.07;
}
html body .hero-label { font-size: 11px; padding: 6px 12px; }
html body .hero p { font-size: clamp(14px, 1.55vw, 17px); line-height: 1.58; }
html body .section-head .section-title { font-size: clamp(24px, 3.6vw, 46px); }
html body .work-title { font-size: 15px; }
html body .work-body p { font-size: 13.5px; line-height: 1.62; }

/* --- About --- */
html body .hero-about-lead { font-size: clamp(14px, 1.5vw, 17px); line-height: 1.62; }
html body .founder-name { font-size: clamp(22px, 2.85vw, 34px); }
html body .final-cta-card h3 { font-size: clamp(24px, 3.5vw, 38px); }

/* --- FAQ --- */
html body .faq-q { font-size: clamp(15px, 1.2vw + 0.8rem, 19px); line-height: 1.35; }
html body .faq-a { font-size: 15px; line-height: 1.62; }
html body .support-title {
  font-size: clamp(17px, 2vw + 0.72rem, 28px);
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -0.018em;
}
html body .support-text {
  font-size: clamp(13.5px, 0.9vw + 0.72rem, 15px);
  line-height: 1.65;
  margin-bottom: 14px;
}

/* --- Contact info cards --- */
html body .info-title { font-size: clamp(22px, 2.75vw, 30px); }

/* --- Services: pricing & long page --- */
html body .price-card .price-amount { font-size: clamp(26px, 4vw, 42px); }
html body .not-sure-title { font-size: clamp(17px, 2.1vw, 24px); }
html body .final-cta-title { font-size: clamp(22px, 3.5vw, 42px); }
html body .final-cta-sub { font-size: 14px; }

/* --- Testimonials --- */
html body .client-name { font-size: clamp(17px, 3.8vw, 18px); }
html body .story-quote { font-size: 15px; line-height: 1.65; }

/* --- Mobile hero glass (inner pages) --- */
@media (max-width: 768px) {
  html body .hero-glass .section-title { font-size: clamp(21px, 6.5vw, 28px); }
  html body #hero .hero-title { font-size: clamp(28px, 7vw, 52px); }

  /* CTAs: readable tap targets, allow wrapping on long labels */
  html body .cta-btn-lg {
    font-size: 12.5px !important;
    padding: 11px 18px !important;
    white-space: normal;
    text-align: center;
    justify-content: center;
    min-height: 44px;
    max-width: min(100%, 320px);
    width: auto;
  }

  html body .hero-ctas .btn-primary,
  html body .hero-ctas .btn-secondary {
    min-height: 44px;
    font-size: 12.5px !important;
    padding: 10px 16px !important;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  html body .cta-block .btn-primary,
  html body .final-cta-inner .cta-btn-lg,
  html body #final-cta .cta-btn-lg {
    max-width: 100%;
  }

  html body .inline-cta .btn-primary,
  html body .story-actions .btn-primary,
  html body .story-actions .btn-outline {
    font-size: 12.5px !important;
    padding: 10px 16px !important;
    white-space: normal;
    text-align: center;
    justify-content: center;
    min-height: 44px;
  }

  html body .btn-link {
    min-height: 40px;
    font-size: 10.5px;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  html body .nav-container > .btn-primary {
    padding: 6px 11px !important;
    font-size: 11.5px !important;
  }

  html body .cta-btn-lg {
    font-size: 12px !important;
    padding: 10px 14px !important;
  }
}

/* --- Subtle scroll reveal hook (optional; paired with short IO script if added) --- */
@keyframes wlc-reveal-up {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.wlc-reveal-up.is-visible {
  animation: wlc-reveal-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  html body .marquee-track { animation: none !important; }

  .wlc-reveal-up.is-visible {
    animation: none;
    opacity: 1;
    transform: none;
  }

  html body .hero-eyebrow-dot,
  html body .hero-avail-dot { animation: none !important; }
}
