body {
  overflow-x: clip;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body * {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-sans);
}

body :is(.finder-title__line, .finder-info-box h4, .story-card h3, .callback-info__text strong) {
  font-family: var(--font-sans);
}

.section,
.brand-promise,
.service-pillars,
.customer-reviews,
.callback-section,
.brand-experts,
.section--consult-guide,
.story-interactive-section {
  padding-block: 120px; /* 최신 트렌드에 맞는 촘촘한 프리미엄 상하 패딩 */
}

.section-head {
  max-width: 800px;
  margin-bottom: 56px;
}

.section-head h2,
.callback-section .section-head h2,
.finder-title-ref,
.faq-consult__info h2,
.callback-info__title {
  color: var(--color-ink);
  font-size: clamp(35.2px, 3.6vw, 44px); /* 대제목 크기 일관성 보장 */
  font-weight: var(--font-heavy); /* 굵기 일관성 */
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.section-head p,
.callback-section .section-head p,
.finder-desc-ref,
.faq-consult__info p,
.callback-info__desc {
  color: var(--color-muted);
  font-size: 17.28px;
  font-weight: var(--font-medium);
  line-height: 1.7;
  margin-top: 16px;
}

.section-head__eyebrow,
.hero__badge,
.finder-info-box__badge,
.story-card__badge,
.callback-info__text strong {
  font-weight: var(--font-bold);
  letter-spacing: 0;
}



.button,
.callback-submit-btn,
.service-ref-card__btn,
.mobile-cta-item {
  font-weight: var(--font-bold);
}

.button,
.callback-submit-btn {
  border-radius: var(--radius-sm);
}

.service-shortcut__rail,
.promise-card,
.finder-right,
.story-card,
.review-ticker-card,
.callback-form-container {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.promise-card {
  padding: 44px 34px;
}

.brand-promise__grid,
.service-pillars__grid {
  gap: 20px; /* 데스크톱 일괄 20px gap */
  margin-top: 44px;
}

.promise-card h3,
.expert-card-item__body h3,
.process-step-card__content h3,
.story-card h3 {
  font-family: var(--font-sans);
  font-size: var(--type-card-title);
  font-weight: var(--font-bold);
  line-height: 1.36;
}

.promise-card p,
.expert-card-item__desc,
.process-step-card__content p,
.review-ticker-card__text,
.story-card p {
  color: var(--color-muted);
  font-size: var(--type-small, 14.72px);
  font-weight: var(--font-medium);
  line-height: 1.65;
}



.service-finder {
  padding-block: 88px;
  background: #fbfcfe;
}

.service-finder__container {
  gap: 56px;
}

.finder-title {
  gap: 10px;
  margin-bottom: 30px;
}

.finder-title__line {
  font-size: 30.4px;
  font-weight: var(--font-heavy);
  line-height: 1.34;
}

.finder-question-row {
  font-size: 23.2px;
  font-weight: var(--font-bold);
  line-height: 1.46;
}

.finder-left select {
  border-radius: var(--radius-md);
  font-size: 17.28px;
  font-weight: var(--font-bold);
}

.finder-right {
  padding: 42px 34px;
}

.finder-info-box h4,
.story-card h3 {
  font-weight: var(--font-bold);
  line-height: 1.38;
}

.finder-info-box h4 {
  font-size: 19.52px;
}

.story-interactive-container {
  gap: 56px;
}

.story-card {
  padding: 56px 48px;
}

.story-card h3 {
  font-size: 28.8px;
}

.story-card p {
  color: var(--color-muted);
  font-weight: var(--font-medium);
}

.review-ticker-card {
  width: 340px;
  border-radius: var(--radius-lg);
}

.review-ticker-card__rating {
  color: var(--color-green);
}

.callback-section {
  background: #f4f7fa; /* 부드럽고 차분한 밝은 그레이/블루 톤 */
  padding-block: 100px;
}

.callback-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center !important;
}

.callback-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.callback-info__header {
  margin-bottom: 32px;
}

.callback-info__eyebrow {
  font-size: 15.2px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 12px;
}

.callback-info__title {
  font-size: 36.8px;
  font-weight: 850;
  line-height: 1.3;
  color: var(--color-ink);
  margin: 0 0 16px 0;
  word-break: keep-all;
  letter-spacing: -0.01em;
}

.callback-info__desc {
  font-size: 16.8px;
  line-height: 1.65;
  color: var(--color-muted);
  margin: 0;
  font-weight: 500;
  word-break: keep-all;
}

.callback-info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 32px;
}

.callback-info__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.callback-info__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 62, 165, 0.08);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.callback-info__item:hover .callback-info__icon {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}

.callback-info__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.callback-info__text strong {
  font-size: 12.48px;
  font-weight: 700;
  color: var(--color-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
}

.callback-info__text span,
.callback-info__text address {
  font-size: 16.8px;
  font-weight: 600;
  color: var(--color-ink);
  font-style: normal;
  line-height: 1.5;
}

.callback-info__phone-main {
  font-size: 28px;
  font-weight: 850;
  color: var(--color-primary);
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  transition: color var(--ease);
}

.callback-info__phone-main:hover {
  color: var(--color-green);
}

.callback-info__phone-sub {
  font-size: 15.2px;
  color: var(--color-muted);
  font-weight: 500;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.callback-form-container {
  background: #ffffff;
  padding: 32px; /* 데스크톱 폼 패딩 32px로 촘촘화 */
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 60px rgba(12, 42, 62, 0.04), 0 1px 3px rgba(0, 0, 0, 0.01);
}

.callback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.callback-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.callback-form__group input,
.callback-form__group select,
.callback-form__group textarea {
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 15.2px;
  font-weight: 500;
  color: var(--color-ink);
  transition: all 0.25s ease;
}

.callback-form__group input:focus,
.callback-form__group select:focus,
.callback-form__group textarea:focus {
  background-color: #ffffff;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(0, 62, 165, 0.08);
}

.callback-form__agree label {
  align-items: flex-start;
  line-height: 1.55;
  font-size: 14.08px;
}

.callback-submit-btn {
  min-height: 56px;
  padding: 16px 40px;
  border-radius: 12px !important;
  font-size: 16.8px;
  font-weight: 700;
}

.callback-submit-btn:active {
  transform: translateY(0);
}

/* Full-width customer consultation CTA */
.callback-hero-section {
  padding-block: 0 !important;
  background: #f4f7fa;
}

.callback-hero {
  position: relative;
  min-height: clamp(500px, 42vw, 680px);
  overflow: hidden;
  isolation: isolate;
}

.callback-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.callback-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.callback-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 17, 22, 0.78) 0%, rgba(8, 17, 22, 0.54) 32%, rgba(8, 17, 22, 0.16) 58%, rgba(8, 17, 22, 0) 100%),
    linear-gradient(180deg, rgba(8, 17, 22, 0.08) 0%, rgba(8, 17, 22, 0.12) 100%);
}

.callback-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
}

.callback-hero__content {
  width: min(640px, 100%);
  padding-block: 74px;
  color: #ffffff;
}

.callback-hero__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #00cce0;
  font-size: 15.04px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.callback-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: var(--typo-cta-title-size);
  font-weight: 850;
  line-height: 1.22;
  word-break: keep-all;
}

.callback-hero__desc {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16.8px;
  font-weight: 560;
  line-height: 1.78;
  word-break: keep-all;
}

.callback-hero__phone {
  display: grid;
  gap: 18px;
  margin-top: 40px;
}

.callback-hero__phone-item {
  display: flex;
  gap: 7px;
  align-items: center;
}

.callback-hero__phone span {
  color: rgba(255, 255, 255, 1);
  font-size: 22.4px;
  font-weight: 760;
  background-color: #00cce0;
  width:110px;
  text-align:center;
  border-radius:5px;
}

.callback-hero__phone a {
  width: fit-content;
  color: #ffffff;
  font-size: clamp(29.6px, 2.25vw, 42.4px);
  font-weight: 880;
  line-height: 1;
  text-decoration: none;
}

.callback-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 164px;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 28px;
  border-radius: 4px;
  background: #ffffff;
  color: #111820;
  font-size: 16px;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.callback-hero__button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.callback-hero__button:hover {
  color: var(--color-primary);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.callback-hero__button:active {
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .section,
  .brand-promise,
  .service-pillars,
  .customer-reviews,
  .callback-section {
    padding-block: 68px;
  }

  .brand-promise__grid,
  .service-pillars__grid {
    gap: 20px;
  }

  .service-finder__container,
  .callback-layout {
    gap: 36px;
  }

  .callback-hero {
    min-height: 600px;
  }

  .callback-hero__media img {
    object-position: 62% center;
  }

  .callback-hero__overlay {
    background: linear-gradient(180deg, rgba(8, 17, 22, 0.84) 0%, rgba(8, 17, 22, 0.45) 30%, rgba(8, 17, 22, 0.0) 60%, rgba(8, 17, 22, 0.0) 100%);
  }

  .callback-hero__inner {
    align-items: flex-start;
  }

  .callback-hero__content {
    padding-block: 56px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-gutter: 18px;
    --typo-hero-title-size: var(--typo-hero-title-size-mo);
    --typo-hero-title-lh: 1.2;
    --typo-hero-title-line-display: inline;
    --typo-hero-title-white-space: normal;
    --typo-section-title-size: var(--typo-section-title-size-mo);
    --typo-section-title-lh: 1.28;
    --typo-card-title-size: var(--typo-card-title-size-mo);
    --typo-desc-size: 15.2px;
    --typo-desc-lh: 1.64;
    --typo-btn-size: var(--typo-btn-size-mo);
    --typo-cta-title-size: var(--typo-cta-title-size-mo);
  }

  .page-home .hero {
    --typo-desc-size: 15.68px;
    --typo-desc-lh: 1.66;
  }

  .page-home .callback-hero {
    --typo-desc-size: 14.08px;
    --typo-desc-lh: 1.62;
  }

  .page-home .pc_br,
  .page-home .tab_br {
    display: none;
  }

  .page-home .mo_br {
    display: inline;
  }

  .site-main {
    padding-top: 68px;
  }

  .section,
  .brand-promise,
  .service-pillars,
  .customer-reviews,
  .callback-section {
    padding-block: 44px; /* 모바일 일괄 44px 패딩 */
  }

  .hero,
  .hero.swiper {
    height: min(calc(100vh - 54px), 760px);
    height: min(calc(100dvh - 54px), 760px);
    min-height: 680px;
  }

  .hero__inner {
    height: 100%;
    padding-top: var(--header-height, 68px);
    box-sizing: border-box;
  }

  .hero h1,
  .hero h2 {
    font-size: var(--typo-hero-title-size-mo);
    line-height: 1.2;
  }

  .hero__text {
    font-size: 15.68px;
    line-height: 1.66;
  }

  .section-head h2,
  .section-header__title,
  .service-overview__title,
  #service-guide-title,
  .callback-section .section-head h2,
  .finder-title-ref,
  .faq-consult__info h2,
  .callback-info__title,
  .brand-philosophy-section .brand-title,
  .brand-philosophy-section .display-title {
    font-size: var(--typo-section-title-size-mo) !important;
    line-height: 1.28;
  }

  .section-head p,
  .callback-section .section-head p,
  .finder-desc-ref,
  .faq-consult__info p,
  .callback-info__desc {
    font-size: 15.2px;
    line-height: 1.64;
  }

  .promise-card h3,
  .service-ref-card__content h3,
  .expert-card-item__body h3,
  .process-step-card__content h3,
  .story-card h3 {
    font-size: var(--typo-card-title-size-mo);
    line-height: 1.3;
  }

  .promise-card p,
  .service-ref-card__content p,
  .expert-card-item__desc,
  .process-step-card__content p,
  .review-ticker-card__text,
  .story-card p {
    font-size: var(--typo-meta-size);
    line-height: 1.5;
  }

  .brand-promise__grid,
  .service-pillars__grid {
    margin-top: 30px;
    gap: 16px; /* 모바일 일괄 16px gap */
  }

  .promise-card {
    padding: 18px; /* 모바일 카드 패딩 18px */
  }

  .service-ref-card__content {
    padding: 18px; /* 모바일 카드 패딩 18px */
  }

  .callback-form-container {
    padding: 20px !important; /* 모바일 오버라이드 방지 폼 패딩 20px */
    border-radius: 20px !important;
  }

  .callback-info__list {
    gap: 12px !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
  }

  .callback-form__row {
    gap: 12px !important;
  }

  .service-finder {
    padding-block: 60px;
  }

  .finder-title__line {
    font-size: 21.76px;
    line-height: 1.42;
  }

  .finder-question-row {
    font-size: 18.56px;
  }

  .finder-left select {
    width: 100%;
    font-size: 16px;
  }

  .finder-right {
    padding: 30px 24px;
  }

  .story-card {
    padding: 34px 24px;
  }

  .story-card h3 {
    font-size: 23.2px;
  }

  .review-ticker-card {
    width: 300px;
  }

  .callback-layout,
  .callback-form__row {
    grid-template-columns: 1fr;
  }

  .callback-section {
    padding-bottom: 88px;
  }

  .callback-info__item {
    align-items: flex-start;
  }

  .callback-submit-btn {
    width: 100%;
    padding-inline: 18px;
  }

  .callback-hero {
    min-height: 600px;
  }

  .callback-hero__media img {
    object-position: 72% center;
  }

  .callback-hero__inner {
    justify-content: center !important;
    text-align: center !important;
  }

  .callback-hero__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding-block: 48px;
    margin-inline: auto !important;
  }

  .callback-hero__eyebrow {
    margin-bottom: 16px;
    font-size: 12.48px;
  }

  .callback-hero__title {
    max-width: 320px;
    font-size: 25px !important; /* 모바일 타이틀 크기 최종 25px로 적용 */
    line-height: 1.35 !important;
    margin-inline: auto !important;
  }

  .callback-hero__desc {
    max-width: 340px !important; /* 300px에서 340px로 상향하여 모바일 2줄 최적화 */
    margin-top: 18px !important;
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
    text-align: center !important; /* 가운데 정렬 */
    margin-inline: auto !important;
  }

  .callback-hero__phone {
    max-width: 280px;
    gap: 14px;
    margin-top: 18px !important; /* 기존 34px에서 18px로 단축하여 간격 좁힘 */
    margin-inline: auto !important;
  }

  .callback-hero__phone-item {
    gap: 8px;
    justify-content: center !important; /* 전화번호 가운데 정렬 */
  }

  .callback-hero__phone span {
    flex: 0 0 84px;
    width: 84px;
    min-height: 32px;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 4px;
  }

  .callback-hero__phone a {
    font-size: clamp(23.68px, 6.4vw, 27.2px);
    line-height: 1.12;
    white-space: nowrap;
  }
}



/* =================================================================
   신규: 역할별 타이포그래피 시스템 맵핑 (통합 및 일관성 보증)
   ================================================================= */

/* 1. Hero Title (on-image) */
.hero h1,
.hero h2,
.hero__content h1,
.hero__content h2 {
  font-family: var(--typo-hero-title-font);
  font-size: var(--typo-hero-title-size);
  font-weight: var(--typo-hero-title-weight);
  line-height: var(--typo-hero-title-lh);
  letter-spacing: var(--typo-hero-title-ls);
  color: var(--typo-color-on-image-primary);
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.42);
  text-align: center !important;
}
.hero h1 span,
.hero h2 span,
.hero__content h1 span,
.hero__content h2 span {
  font-family: var(--typo-hero-title-font);
  font-weight: var(--typo-hero-title-weight);
  line-height: var(--typo-hero-title-lh);
  letter-spacing: var(--typo-hero-title-ls);
  color: var(--typo-color-on-image-primary);
  display: var(--typo-hero-title-line-display) !important;
  white-space: var(--typo-hero-title-white-space);
  word-break: keep-all !important;
  text-align: center !important;
}

/* 2. Section Title */
/* On-Light Context */
.section-head h2,
.section-header__title,
.stats-header h2,
.brand-experts .section-head h2,
#service-process h2,
#brand-experts h2,
#customer-reviews h2,
#finder-title,
.finder-title-ref,
.faq-consult__info h2,
.permission-header h2,
.service-overview__title,
.about-intro__title,
.page-hero__title,
.dual-service-intro__heading h2,
#service-guide-title {
  font-family: var(--typo-section-title-font);
  font-size: var(--typo-section-title-size);
  font-weight: var(--typo-section-title-weight);
  line-height: var(--typo-section-title-lh);
  letter-spacing: var(--typo-section-title-ls);
  color: var(--typo-color-on-light-primary) !important;
}

/* On-Dark Context (Why Cheonghae 브랜드 필로소피) */
.brand-philosophy-section .brand-title,
.brand-philosophy-section .display-title {
  font-family: var(--typo-section-title-font);
  font-size: var(--typo-section-title-size);
  font-weight: var(--typo-section-title-weight);
  line-height: var(--typo-section-title-lh);
  letter-spacing: var(--typo-section-title-ls);
  color: var(--typo-color-on-dark-primary) !important;
}

/* On-Image Context (Callback CTA) */
.callback-hero__title {
  font-family: var(--typo-section-title-font);
  font-size: var(--typo-cta-title-size); /* 모바일 미디어 쿼리가 정상 작동하도록 !important 삭제 */
  font-weight: var(--typo-section-title-weight);
  line-height: var(--typo-section-title-lh);
  letter-spacing: var(--typo-section-title-ls);
  color: var(--typo-color-on-image-primary) !important;
}

/* 3. Card Title */
/* On-Light Context */
.story-card h3,
.expert-card-item__body h3,
.process-step-card__content h3,
.promise-card h3,
.service-ref-card__content h3,
.service-targets__title,
.service-steps__card-title,
.about-standards__card h3 {
  font-family: var(--typo-card-title-font);
  font-size: var(--typo-card-title-size);
  font-weight: var(--typo-card-title-weight);
  line-height: var(--typo-card-title-lh);
  letter-spacing: var(--typo-card-title-ls);
  color: var(--typo-color-on-light-primary) !important;
}

/* On-Dark Context (Why Cheonghae 탭 타이틀) */
.value-content h3 {
  font-family: var(--typo-card-title-font);
  font-size: 18.4px !important;
  font-weight: var(--typo-card-title-weight);
  line-height: var(--typo-card-title-lh);
  letter-spacing: var(--typo-card-title-ls);
}

/* 4. Body Text & Description */
/* On-Light Context (Body) */
.promise-card p,
.expert-card-item__desc,
.process-step-card__content p,
.review-ticker-card__text,
.story-card p,
.stat-desc,
.faq-card p,
.service-targets__text,
.service-steps__card-text,
.about-standards__card p {
  font-family: var(--typo-body-font);
  font-size: var(--typo-body-size);
  font-weight: var(--typo-body-weight);
  line-height: var(--typo-body-lh);
  letter-spacing: var(--typo-body-ls);
  color: var(--typo-color-on-light-secondary) !important;
}
/* Micro-adjustments for cards requiring slightly smaller text */
.promise-card p,
.expert-card-item__desc,
.process-step-card__content p,
.review-ticker-card__text,
.story-card p {
  font-size: var(--typo-meta-size) !important;
}

/* On-Light Context (Description) */
.section-head p,
.stats-header .font-sm,
.permission-header p,
.faq-consult__info p,
.section-header__text,
.service-overview__text,
.page-hero__text,
.dual-service-intro__heading p {
  font-family: var(--typo-desc-font);
  font-size: var(--typo-desc-size);
  font-weight: var(--typo-desc-weight);
  line-height: var(--typo-desc-lh);
  letter-spacing: var(--typo-desc-ls);
  color: var(--typo-color-on-light-secondary) !important;
}

/* On-Dark Context (Description) */
.brand-philosophy-section .brand-desc,
.brand-philosophy-section .display-desc,
.value-content p {
  font-family: var(--typo-desc-font);
  font-size: var(--typo-desc-size);
  font-weight: var(--typo-desc-weight);
  line-height: var(--typo-desc-lh);
  letter-spacing: var(--typo-desc-ls);
  color: var(--typo-color-on-dark-secondary) !important;
}
.brand-philosophy-section .display-desc {
  font-size: 16.8px !important;
}
.value-content p {
  font-size: 14.72px !important;
  line-height: 1.45 !important;
}

/* On-Image Context (Description) */
.hero__text,
.callback-hero__desc {
  font-family: var(--typo-desc-font);
  font-size: var(--typo-desc-size);
  font-weight: var(--typo-desc-weight);
  line-height: var(--typo-desc-lh);
  letter-spacing: var(--typo-desc-ls);
  color: var(--typo-color-on-image-secondary) !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

/* 5. Label / Eyebrow Text */
/* On-Light Context */
.section-head__eyebrow,
.stats-header .stats-subtitle,
.permission-eyebrow,
.section-header__eyebrow,
.service-overview__eyebrow,
.about-intro__eyebrow,
.service-steps__card-number {
  font-family: var(--typo-label-font);
  font-size: var(--typo-label-size);
  font-weight: var(--typo-label-weight);
  line-height: var(--typo-label-lh);
  letter-spacing: var(--typo-label-ls);
  text-transform: uppercase;
  color: var(--typo-color-on-light-accent) !important;
}

/* On-Dark / On-Image Context */
.hero__badge,
.brand-slogan,
.callback-hero__eyebrow {
  font-family: var(--typo-label-font);
  font-size: var(--typo-label-size);
  font-weight: var(--typo-label-weight);
  line-height: var(--typo-label-lh);
  letter-spacing: var(--typo-label-ls);
  text-transform: uppercase;
  color: var(--typo-color-on-image-accent) !important;
}

/* 6. Meta Text */
.review-ticker-card__meta,
.gallery-card__meta {
  font-family: var(--typo-meta-font);
  font-size: var(--typo-meta-size);
  font-weight: var(--typo-meta-weight);
  line-height: var(--typo-meta-lh);
  letter-spacing: var(--typo-meta-ls);
  color: var(--typo-color-on-light-muted) !important;
}

/* 7. Button Text */
.button,
.callback-submit-btn,
.brand-btn {
  font-family: var(--typo-btn-font) !important;
  font-size: var(--typo-btn-size) !important;
  font-weight: var(--typo-btn-weight) !important;
  line-height: var(--typo-btn-lh) !important;
  letter-spacing: var(--typo-btn-ls) !important;
}
