/* 20260915rr: IRONCREST Ready / Resolute lockup. Reuses .brand-text / Barlow Condensed. */
.brand-text {
  line-height: 1.05;
}
.hero-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
}
.hero-brand .hero-logo {
  margin: 0;
  flex-shrink: 0;
}
.hero-brand .brand-text strong {
  font-size: clamp(26px, 4.2vw, 40px);
  letter-spacing: 0.1em;
  line-height: 0.95;
}
.hero-brand .brand-text span {
  font-size: clamp(12px, 1.8vw, 16px);
  letter-spacing: 0.14em;
}
