/* ============================================
   FORJA — Tipografia de títulos (display)
   Fonte proprietária: Forjarun
   ============================================ */

@font-face {
  font-family: 'Forjarun';
  src: url('fonts/Forjarun-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Títulos de display recebem a Forjarun.
   Usamos !important para vencer estilos inline existentes.
   font-weight:400 evita "fake bold" (a fonte só tem Regular). */
.hero-headline,
.hero-title,
.page-title,
.section-title,
.shop-title,
.cta-title,
.challenge-name,
.fr-title,
.origin-title,
.manifesto-text,
.manifesto-quote,
.virtue-title {
  font-family: 'Forjarun', 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
}

/* A Forjarun já é alta/condensada — afrouxamos a entrelinha
   pra dar respiro nos títulos grandes de várias linhas. */
.hero-headline,
.hero-title,
.page-title,
.section-title,
.shop-title,
.cta-title {
  line-height: 1.02 !important;
}

/* A Forjarun é mais larga que a Barlow Condensed: os clamps originais
   estouram a coluna. Reduzimos os tamanhos máximos de display. */
.hero-headline { font-size: clamp(44px, 5.2vw, 76px) !important; text-shadow: 0 4px 30px rgba(0,0,0,0.6); }
.page-title    { font-size: clamp(40px, 5.5vw, 70px) !important; }
.shop-title    { font-size: clamp(38px, 5vw, 68px) !important; }
.hero-title    { font-size: clamp(36px, 4.5vw, 64px) !important; }
.section-title { font-size: clamp(28px, 3.2vw, 44px) !important; }
.cta-title     { font-size: clamp(30px, 4vw, 56px) !important; }
.challenge-name{ font-size: clamp(28px, 3vw, 42px) !important; }
.origin-title  { font-size: clamp(28px, 3.6vw, 50px) !important; }
.manifesto-text, .manifesto-quote { font-size: clamp(20px, 2.8vw, 38px) !important; }

/* Nome FORJA do nav (botão home) na fonte da marca */
.nav-logo-text {
  font-family: 'Forjarun', 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  letter-spacing: 4px !important;
}

/* ============================================
   TODOS os títulos em Forjarun (páginas novas + cards + dashboard)
   ============================================ */
.mf-title, .c-card-name, .kit-info h2, .stage-el,
.cta-title, .topbar h1, .sb-logo-text,
.mvv-title, .feat-title, .help-title, .reward-name,
.value-title, .step-title, .pillar-name, .stage-name,
.cs-name, .kit-name, .anatomy-tagline,
.profile-number, .pf-section-title, .achv-title {
  font-family: 'Forjarun', 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
}

/* Ajustes de respiro pros títulos de card (Forjarun é mais larga) */
.mf-title { line-height: 1.0 !important; }
.c-card-name { line-height: 1.05 !important; font-size: clamp(24px, 2.6vw, 32px) !important; }
.kit-info h2 { line-height: 1.0 !important; }
.stage-el { font-size: 24px !important; }
.mvv-title, .feat-title, .help-title, .reward-name, .value-title, .step-title, .cs-name, .kit-name {
  letter-spacing: 0.5px !important;
}

/* renderização de fonte mais suave/premium (mantido) */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }

/* ============================================
   GARANTIA: todo título de seção em Forjarun
   ============================================ */
.section-title, .page-title, .hero-title, .hero-headline, .cta-title,
.mf-title, .shop-title, .challenge-name, .fr-title, .origin-title,
.virtue-title, .kit-info h2, .mvv-title, .feat-title, .help-title,
.reward-name, .value-title, .step-name, .stage-saint, .stage-name,
.cs-name, .pf-section-title, .achv-title, .anatomy-tagline, .manifesto-text,
.manifesto-quote {
  font-family: 'Forjarun', 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}
