/*
 * 100K Kids inner-page typography alignment.
 *
 * Layout, colors, cards, spacing and page structures remain from the
 * previous working inner-page design.
 *
 * This file changes typography only so inner pages use the same visual
 * language as the approved current homepage.
 */

:root {
  --display: "Archivo", Arial, sans-serif;
  --sans: "Archivo", Arial, sans-serif;
}

body:not(.home) {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body:not(.home) button,
body:not(.home) input,
body:not(.home) select,
body:not(.home) textarea {
  font-family: "Archivo", Arial, sans-serif;
}

body:not(.home) .brand-mark {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

body:not(.home) .brand-word {
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
}

body:not(.home) .site-nav a,
body:not(.home) .text-action {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

body:not(.home) .eyebrow,
body:not(.home) .demo-pill,
body:not(.home) .step-label,
body:not(.home) .kk100-eyebrow {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body:not(.home) .page-hero h1,
body:not(.home) .product-detail__copy h1,
body:not(.home) .mission-detail h1,
body:not(.home) .not-found h1 {
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(52px, 6.25vw, 98px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

body:not(.home) .section-intro h2,
body:not(.home) .content-grid h2,
body:not(.home) .story-section h2,
body:not(.home) .contact-card h2,
body:not(.home) .timeline-section h2,
body:not(.home) .legal-layout h2,
body:not(.home) .form-section h2,
body:not(.home) .confirmation-card h2,
body:not(.home) .account-panel h2 {
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 750;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

body:not(.home) h3,
body:not(.home) .book-card__meta h3,
body:not(.home) .process-card h3,
body:not(.home) .cart-row h3,
body:not(.home) .search-results h2,
body:not(.home) .kk100-public-flow h2,
body:not(.home) .kk100-public-flow h3 {
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}

body:not(.home) .page-hero p,
body:not(.home) .section-intro > p:last-child,
body:not(.home) .story-section p,
body:not(.home) .content-grid p,
body:not(.home) .legal-layout p,
body:not(.home) .legal-layout li,
body:not(.home) .kk100-public-flow {
  font-size: 17px;
  line-height: 1.6;
}

body:not(.home) .button,
body:not(.home) button,
body:not(.home) input[type="submit"],
body:not(.home) .wp-element-button,
body:not(.home) .wc-block-components-button {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

body:not(.home) .site-footer h2 {
  font-family: "Archivo", Arial, sans-serif;
}

@media (max-width: 900px) {
  body:not(.home) .page-hero h1,
  body:not(.home) .product-detail__copy h1,
  body:not(.home) .mission-detail h1,
  body:not(.home) .not-found h1 {
    font-size: clamp(48px, 13vw, 72px);
  }

  body:not(.home) .section-intro h2,
  body:not(.home) .content-grid h2,
  body:not(.home) .story-section h2,
  body:not(.home) .contact-card h2,
  body:not(.home) .timeline-section h2,
  body:not(.home) .legal-layout h2,
  body:not(.home) .form-section h2,
  body:not(.home) .confirmation-card h2,
  body:not(.home) .account-panel h2 {
    font-size: clamp(34px, 9vw, 52px);
  }
}