/* QA patch by claude-opus-5, CSS-only, reviewed against design-contract v1 */
/* QA pass — mobile tap targets and type floor. Appended after the skeleton
   rules, same specificity, so these win on cascade order. */
@media (max-width: 760px) {
  .masthead-auth .btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: .5rem .8rem;
    font-size: var(--step--1);
  }
}
@media (max-width: 380px) {
  .masthead-auth .btn {
    padding: .5rem .6rem;
    font-size: var(--step--1);
  }
}
@media (max-width: 560px) {
  .eyebrow { font-size: var(--step--1); }
}
