/* GematriaRTM V263 — final professional polish
   Presentation only. No RTM engine, statistics, API, search-contract or scientific logic changes. */

/* Semantic heading floor requested for the public site.
   H2 stays clearly above H3; no semantic H2/H3 is rendered below 24px. */
body.v263-final.v263-final.v263-final main h2{
  font-size:clamp(32px,3.4vw,38px)!important;
  line-height:1.18!important;
  letter-spacing:-.022em;
}
body.v263-final.v263-final.v263-final main h3{
  font-size:clamp(24px,2.25vw,28px)!important;
  line-height:1.3!important;
  letter-spacing:-.012em;
}
/* Older high-specificity tool styles. */
body.v263-final #calculator .section-head h2,
body.v263-final #calculator>.container>.section-head h2,
body.v263-final #motifs .concept-grid h3,
body.v263-final #recurring-patterns .pattern-card h3{
  font-size:24px!important;
  line-height:1.3!important;
}
body.v263-final .numcalc-section .section-head h2,
body.v263-final .explorer-head h2{
  font-size:24px!important;
  line-height:1.3!important;
}
body.v263-final .number-feature h3{
  font-size:24px!important;
  line-height:1.3!important;
}

/* Keep headings from feeling crowded after the minimum-size correction. */
body.v263-final main h2 + p{margin-top:.55em}
body.v263-final main h3 + p{margin-top:.45em}

/* Homepage: remove gimmicky depth/timing language and tighten first-screen hierarchy. */
body.v263-final.v262-home .v261-home-hero{padding-bottom:54px}
body.v263-final.v262-home .v261-hero-proof{margin-top:30px}

/* Research UI labels stay secondary, never compete with Hebrew section titles. */
body.v263-final main .eyebrow,
body.v263-final main .portal-eyebrow,
body.v263-final main .v261-eyebrow,
body.v263-final main .v261-box-label{
  letter-spacing:.045em;
}

/* Mobile heading floor remains 24px. */
@media(max-width:680px){
  body.v263-final.v263-final.v263-final main h2{font-size:clamp(28px,8vw,34px)!important}
  body.v263-final.v263-final.v263-final main h3{font-size:24px!important}
}
