/* Hotfix 0.5.4-alpha: scară tipografică compactă și coerentă */
body{font-family:var(--font-family-base);font-size:var(--font-size-admin-base);line-height:var(--line-height-normal)}
body:not(.admin-body):not(.auth-body):not(.installer-body){font-size:var(--font-size-base);line-height:var(--line-height-public)}
.hero h1,.hero-title{max-width:11ch!important;font-family:var(--font-serif)!important;font-size:var(--font-display)!important;line-height:.99!important;letter-spacing:-.032em!important;font-weight:500!important}
.page-hero h1,.article-title,.project-public-hero h1,.static-page-title{font-family:var(--font-serif)!important;font-size:var(--font-page-title)!important;line-height:1.06!important;letter-spacing:-.022em!important;font-weight:500!important}
.section h2,.section-title,.content-panel h2,.admin-panel h2,.page-head h1{font-family:var(--font-serif);font-size:var(--font-section-title);line-height:1.13;font-weight:500}
.article-card h3,.project-card h3,.topic-card h3,.document-item__title,.search-results h2{font-size:var(--font-card-title)!important;line-height:1.24!important}
.page-head h1{font-size:clamp(1.75rem,2.4vw,2.55rem)!important}.admin-panel h2{font-size:clamp(1.3rem,1.65vw,1.7rem)!important}
.hero-copy,.page-hero p{font-size:clamp(.98rem,1.1vw,1.06rem)!important;line-height:1.65!important}
.article-body{font-size:1rem!important;line-height:var(--line-height-relaxed)}.article-body h2{font-size:clamp(1.55rem,2.2vw,2rem)!important}.article-body h3{font-size:clamp(1.22rem,1.65vw,1.55rem)!important}
.admin-body input,.admin-body select,.admin-body textarea,.admin-body button{font-size:var(--font-size-admin-base)}
.eyebrow,.meta-row,.article-meta,.card-meta,.document-item__meta{font-size:var(--font-meta)}
@media(max-width:900px){.hero h1,.hero-title{font-size:clamp(2.45rem,7vw,3.8rem)!important;max-width:12ch!important}.page-hero h1,.article-title{font-size:clamp(2rem,6vw,2.9rem)!important}}
@media(max-width:640px){.hero h1,.hero-title{max-width:none!important;font-size:clamp(2.15rem,9.5vw,3.15rem)!important;line-height:1.02!important}.page-hero h1,.article-title{font-size:clamp(1.9rem,8vw,2.7rem)!important}.section h2,.section-title{font-size:clamp(1.35rem,6vw,1.75rem)!important}}


/* Hotfix 0.9.2-beta: titlu homepage compact, fără supradimensionarea globală a hero-ului. */
.editorial-home-hero .hero-title{
  max-width:18ch!important;
  font-size:clamp(2rem,2.7vw,3rem)!important;
  line-height:1.07!important;
  letter-spacing:-.026em!important;
}
@media(max-width:900px){
  .editorial-home-hero .hero-title{font-size:clamp(1.95rem,5.8vw,2.75rem)!important;max-width:17ch!important}
}
@media(max-width:640px){
  .editorial-home-hero .hero-title{font-size:clamp(1.85rem,8.4vw,2.55rem)!important;max-width:none!important;line-height:1.08!important}
}
