/* Hybrid typography — menu-board section headers + scannable dish titles */

/* --- Section headers: red, bold, uppercase --- */
h1,
h2,
h3,
h4,
h5,
h6,
.cs-heading,
.cs-section-heading,
.cibo-create-title,
.cibo-section-heading,
.recipe-panel__title,
.login-auth__headline,
.mycibo-card__section-title,
.nav-drawer__brand,
.site-footer__brand,
.search2-toolbar__summary strong,
.customModalMessage h1,
.customModalMessage h2,
.customModalMessage h3 {
  font-family: var(--cs-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cs-heading);
  line-height: 1.2;
}

h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h2,
.cibo-create-title,
.login-auth__headline {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

h3,
.recipe-panel__title,
.mycibo-card__section-title {
  font-size: 1.05rem;
}

/* --- Dish / product names: red, bold, title case (from content) --- */
.search2-card__title,
.mycibo-card__title,
#RecipeName {
  font-family: var(--cs-font);
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--cs-heading);
  line-height: 1.25;
  text-decoration: none;
  word-wrap: break-word;
}

.search2-card__title {
  font-size: 1.35rem;
}

.mycibo-card__title {
  font-size: 1.7rem;
}

#RecipeName {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  display: inline-block;
}

.search2-card__title:hover,
.mycibo-card__title:hover,
#RecipeName:hover {
  color: var(--cs-heading-hover);
}

/* --- Body & supporting copy: black geometric sans --- */
body,
p,
li,
label,
input,
textarea,
select,
button,
.btn-brand,
.login-auth__subline,
.cibo-create-sub,
.recipe-description-panel #Description,
#Description,
#IngredientsDetails,
#Creator,
.search2-card__maker,
.search2-card__meta,
.mycibo-meta__value,
.nav-drawer__link span,
.nav-drawer__foot,
.site-footer__copy,
.site-footer__tagline,
.terms_and_cons,
.recipe-hero__subtitle,
.recipe-hero__chef,
.highlight,
.msg-bubble__text {
  font-family: var(--cs-font);
  color: var(--cs-body);
}

p,
.recipe-description-panel #Description,
#Description,
.cibo-create-sub,
.login-auth__subline,
.landing-hero__sub {
  font-weight: 400;
  line-height: 1.55;
}

.mycibo-meta__label {
  font-family: var(--cs-font);
  color: var(--cs-ink-muted);
}

/* Section intros — centered like menu sub-lines */
.cibo-create-hero,
.login-auth__head,
.cont_tabs_login,
.landing-hero__content {
  text-align: center;
}

.cibo-create-sub,
.login-auth__subline {
  color: var(--cs-body);
  font-weight: 400;
}

/* Small caps labels (meta, not titles) */
.landing-hero__eyebrow,
.login-auth__lbl,
.mycibo-meta__label,
.search2-chip,
.cibo-field-label {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-hero__eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

/* --- Dark / photo surfaces --- */
.landing-hero__title,
.landing-hero__sub,
.order-phone-verify__title,
.order-phone-verify__subtitle,
.msg-bubble--other .msg-bubble__text {
  color: inherit;
  text-transform: none;
  letter-spacing: normal;
}

.landing-hero__title {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.landing-hero__sub {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.order-phone-verify__title {
  color: #000;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Header brand: readable wordmark */
.app-header__brand,
.app-header__brand-text {
  text-transform: none;
  letter-spacing: -0.03em;
  color: var(--cs-heading);
}

/* Buttons: sentence case for marketplace readability */
.btn-brand,
.btn_sign,
.nav-drawer__link,
.account-dd__link,
button.button-6 {
  text-transform: none;
  letter-spacing: normal;
}

.btn-brand,
.btn_sign {
  font-weight: 700;
}
