/* =========================================================
   GOLF HEAVEN - GLOBAL TYPOGRAPHY RHYTHM
   - 기존 레이아웃/색상/크기는 유지
   - 전 페이지 자간과 텍스트 리듬만 통일
========================================================= */

:root {
  --type-ko-tight: -0.035em;
  --type-ko-normal: -0.012em;
  --type-en-track: 0.14em;
  --type-body-line: 1.75;
}

/* 본문은 과하게 벌어지거나 붙지 않도록 공통 기준 */
body {
  letter-spacing: var(--type-ko-normal);
  text-rendering: optimizeLegibility;
}

/* 한글 제목: 페이지마다 제각각이던 -0.06~-0.03em 범위를 하나로 정리 */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--type-ko-tight) !important;
}

/* 본문/설명문은 읽기 편한 간격으로 통일 */
p,
li,
dd,
dt,
label,
input,
textarea,
select {
  letter-spacing: var(--type-ko-normal);
}

p {
  line-height: var(--type-body-line);
}

/* 버튼/링크 문구는 자간을 억지로 벌리지 않고 한 덩어리처럼 보이게 */
button,
[class*="btn"],
[class*="button"] {
  letter-spacing: -0.01em !important;
}

/* 영문 소제목(EYEBROW) 계열: 전 페이지 동일한 트래킹 */
.eyebrow,
.gh-eyebrow,
.gm-eyebrow,
.gm-contact-eyebrow,
.half-eyebrow,
.pb-eyebrow,
.mobility-eyebrow,
.mobility-section-eyebrow,
.guide-eyebrow,
.notice-eyebrow,
.qna-eyebrow,
.gh-footer-eyebrow,
.half-card-label,
.half-price-label {
  letter-spacing: var(--type-en-track) !important;
}

/* 영문 대문자 플랜/카드/브랜드 라벨 */
.gm-plan-name,
.gm-card-brand,
.gm-card-title,
[class*="plan-name"],
[class*="card-label"] {
  letter-spacing: 0.08em !important;
}

/* 숫자/금액/혜택 수치는 좁은 자간으로 묶여 보이게 */
.price,
.number,
.membership-price,
[class*="price"] strong,
[class*="benefit"] strong {
  letter-spacing: -0.025em !important;
}

/* 중앙 정렬 타이틀 영역은 중심축을 명확히 유지 */
.gh-section-title,
.gm-section-title,
.pb-section-title,
.guide-section-title,
.center-section-title,
.notice-section-title,
.qna-section-title {
  text-align: center;
}

.gh-section-title > *,
.gm-section-title > *,
.pb-section-title > *,
.guide-section-title > *,
.center-section-title > *,
.notice-section-title > *,
.qna-section-title > * {
  margin-left: auto;
  margin-right: auto;
}

/* 좌측 정렬 콘텐츠는 부모의 시작선을 그대로 공유 */
.gh-hero-content,
.gh-story-text,
.gm-hero-content,
.pb-hero-content,
.mobility-hero-content,
.guide-hero-content,
.center-hero-content,
.half-intro {
  text-align: left;
}

.gh-hero-content > *,
.gh-story-text > *,
.gm-hero-content > *,
.pb-hero-content > *,
.mobility-hero-content > *,
.guide-hero-content > *,
.center-hero-content > *,
.half-intro > * {
  margin-left: 0;
  margin-right: 0;
}

/* 공통 내비게이션/푸터의 한글 자간도 본문과 동일한 기준 */
.site-header,
.site-footer,
#header,
#footer {
  letter-spacing: -0.012em;
}

/* 모바일에서도 같은 규칙을 유지하되 작은 글씨는 너무 붙지 않게 */
