/*
Theme Name:  Zeah Dental
Theme URI:   https://zeahdental.com
Author:      AddKnow (애드노하우)
Author URI:  https://addknow.co.kr
Description: 제아치과의원 구강악안면외과 전문의 강영호 원장 블로그 전용 워드프레스 테마. SEO+GEO+AEO 통합 최적화, 콘텐츠 표준 v2.0 적용. 다크 차콜 + 아이보리 + 골드 컬러시스템.
Version:     1.0.0
License:     Private — AddKnow 제작물. 무단 배포 금지.
Text Domain: zeah-dental
Tags:        medical, dental, seo, blog, dark, ivory
*/

/* =====================================================
   ZEAH DENTAL THEME — MASTER STYLESHEET
   클래스 접두사: .zeah-  (테마 충돌 방지)
   ===================================================== */

/* ─── 구글 폰트 ─── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* ─── 리셋 & 기본 ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f7f4ef;
  color: #2c2c2e;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; transition: color .15s; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* ─── CSS 변수 ─── */
:root {
  --dark:        #1e1e20;
  --dark-2:      #232325;
  --dark-3:      #2c2c2e;
  --dark-bd:     #383838;
  --dark-bd2:    #3c3c3e;
  --gold:        #f5a623;
  --gold-dark:   #b8740a;
  --gold-light:  rgba(245,166,35,.13);
  --ivory:       #f7f4ef;
  --ivory-2:     #ede8df;
  --ivory-bd:    #e0dbd2;
  --ivory-bd2:   #ccc5b8;
  --white:       #ffffff;
  --text-dark:   #1e1e20;
  --text-mid:    #4a4a52;
  --text-muted:  #7a7a82;
  --text-light:  #a0a0a8;
  --red:         #c53030;
  --radius:      4px;
  --shadow-sm:   0 1px 4px rgba(0,0,0,.05);
  --shadow-md:   0 3px 12px rgba(0,0,0,.09);
}

/* ─── 유틸리티 ─── */
.zeah-container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.zeah-sr-only   { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.zeah-gold      { color: var(--gold-dark); }
.zeah-section-divider { border: none; border-top: 1px solid var(--ivory-bd); margin: 0; }

/* =====================================================
   TOPBAR
   ===================================================== */
.zeah-topbar {
  background: var(--dark);
  border-bottom: 1px solid var(--dark-bd);
  padding: 7px 0;
}
.zeah-topbar-inner {
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 6px;
}
.zeah-topbar-left  { display: flex; align-items: center; gap: 10px; }
.zeah-topbar-badge {
  background: var(--gold); color: var(--dark);
  font-size: 10px; font-weight: 700; padding: 2px 10px;
  border-radius: 2px; letter-spacing: .5px; white-space: nowrap;
}
.zeah-topbar-text  { font-size: 11px; color: #888; }
.zeah-topbar-right { font-size: 11px; color: #888; }
.zeah-topbar-right b { color: var(--gold); }

/* =====================================================
   HEADER
   ===================================================== */
.zeah-header {
  background: var(--dark);
  border-bottom: 3px solid var(--gold);
  position: sticky; top: 0; z-index: 200;
}
.zeah-header-inner {
  display: flex; justify-content: space-between;
  align-items: stretch; height: 72px;
}

/* 로고 */
.zeah-logo {
  display: flex; align-items: center;
  gap: 14px; padding: 0 20px 0 0;
  border-right: 1px solid var(--dark-bd);
}
.zeah-logo-texts { display: flex; flex-direction: column; }
.zeah-logo-en    { font-size: 20px; font-weight: 700; color: #fff; letter-spacing: 4px; line-height: 1; }
.zeah-logo-clinic{ font-size: 9px; color: #777; letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }
.zeah-logo-sub   { font-size: 10px; color: var(--gold); margin-top: 3px; letter-spacing: .3px; }

/* 내비게이션 */
.zeah-nav { display: flex; align-items: stretch; margin-left: auto; }
.zeah-nav a {
  font-size: 12px; font-weight: 500; color: #aaa;
  padding: 0 16px; display: flex; align-items: center;
  border-bottom: 3px solid transparent;
  transition: color .15s, border-color .15s;
  white-space: nowrap;
}
.zeah-nav a:hover,
.zeah-nav a.current-menu-item,
.zeah-nav a[aria-current="page"] {
  color: #fff; border-bottom-color: var(--gold);
}

/* CTA */
.zeah-header-cta {
  display: flex; align-items: center;
  padding: 0 0 0 20px;
  border-left: 1px solid var(--dark-bd); margin-left: 8px;
}
.zeah-cta-label { font-size: 9px; color: #777; margin-bottom: 2px; letter-spacing: .3px; }
.zeah-cta-num   { font-size: 17px; font-weight: 700; color: var(--gold); letter-spacing: 1px; }
.zeah-cta-mobile-btn {
  display: none; background: var(--gold); color: var(--dark);
  font-size: 12px; font-weight: 700; padding: 9px 16px;
  border-radius: 2px; margin-left: 12px; white-space: nowrap;
}

/* 햄버거 (모바일) */
.zeah-menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  padding: 8px; color: #fff; font-size: 22px; line-height: 1;
}

/* =====================================================
   HERO (IVORY)
   ===================================================== */
.zeah-hero {
  background: var(--ivory);
  border-bottom: 1px solid var(--ivory-bd);
  padding: 56px 0 52px;
  position: relative; overflow: hidden;
}
.zeah-hero::before {
  content: ''; position: absolute; left: 0; top: 0;
  width: 5px; height: 100%; background: var(--gold);
}
.zeah-hero::after {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 300px; height: 300px;
  border: 1px solid rgba(245,166,35,.1);
  border-radius: 50%; pointer-events: none;
}
.zeah-hero-deco {
  position: absolute; right: 40px; bottom: -40px;
  width: 180px; height: 180px;
  border: 1px solid rgba(245,166,35,.07);
  border-radius: 50%; pointer-events: none;
}
.zeah-hero-inner {
  display: grid; grid-template-columns: 1fr 250px;
  gap: 36px; align-items: center; position: relative; z-index: 1;
}

/* 히어로 텍스트 */
.zeah-hero-eyebrow { margin-bottom: 16px; }
.zeah-hero-badge {
  background: var(--gold-light);
  border: 1px solid rgba(245,166,35,.45);
  color: var(--gold-dark);
  font-size: 10.5px; font-weight: 700; padding: 4px 13px;
  border-radius: 2px; letter-spacing: 1px;
  text-transform: uppercase; display: inline-block;
}
.zeah-hero-h1 {
  font-family: 'Noto Serif KR', serif;
  font-size: 28px; font-weight: 700;
  color: var(--text-dark); line-height: 1.4;
  margin-bottom: 8px;
}
.zeah-hero-h1 em {
  color: var(--gold-dark); font-style: normal;
  border-bottom: 2px solid rgba(245,166,35,.5);
}
.zeah-hero-sub {
  font-family: 'Noto Serif KR', serif;
  font-size: 17px; font-weight: 400;
  color: var(--text-mid); margin-bottom: 22px;
  border-left: 4px solid var(--gold);
  padding-left: 14px; line-height: 1.6;
}
.zeah-hero-desc {
  font-size: 13px; color: var(--text-mid);
  line-height: 1.9; margin-bottom: 24px; max-width: 460px;
}
.zeah-hero-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; }
.zeah-hero-tags span {
  background: var(--white); border: 1px solid var(--ivory-bd);
  color: var(--text-muted); font-size: 11px; padding: 5px 12px; border-radius: 2px;
}
.zeah-hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.zeah-btn-primary {
  background: var(--dark); color: #fff;
  font-size: 13px; font-weight: 700; padding: 12px 26px;
  border-radius: 2px; letter-spacing: .5px; display: inline-block;
  transition: background .15s;
}
.zeah-btn-primary:hover { background: #333; color: #fff; }
.zeah-btn-secondary {
  background: transparent; border: 1px solid var(--ivory-bd2);
  color: var(--text-mid); font-size: 13px; padding: 12px 20px;
  border-radius: 2px; display: inline-block;
  transition: border-color .15s;
}
.zeah-btn-secondary:hover { border-color: var(--gold-dark); color: var(--gold-dark); }

/* 원장 카드 (DARK) */
.zeah-dr-card {
  background: var(--dark); border: 1px solid var(--dark-bd);
  border-radius: 5px; padding: 26px 22px;
}
.zeah-dr-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, #3a3a3c, #4a4a4e);
  border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-family: 'Noto Serif KR', serif;
  font-size: 22px; font-weight: 700; margin: 0 auto 10px;
}
.zeah-dr-role { color: var(--gold); font-size: 10px; letter-spacing: .5px; text-align: center; margin-bottom: 2px; }
.zeah-dr-name {
  color: #fff; font-size: 15px; font-weight: 700;
  text-align: center; font-family: 'Noto Serif KR', serif;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid var(--dark-bd);
}
.zeah-dr-spec-item {
  display: flex; align-items: flex-start; gap: 7px;
  font-size: 10.5px; color: #a0a0a0; line-height: 1.55;
  padding: 4px 0; border-bottom: 1px solid #2a2a2c;
}
.zeah-dr-spec-item:last-child { border-bottom: none; }
.zeah-dr-spec-item::before { content: '▸'; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.zeah-dr-spec-highlight { color: var(--gold) !important; font-weight: 500; }

/* =====================================================
   SCHEMA BAR
   ===================================================== */
.zeah-schema-bar {
  background: var(--dark-2);
  border-bottom: 1px solid var(--dark-bd);
  padding: 9px 0;
}
.zeah-schema-inner { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.zeah-schema-item  { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #777; }
.zeah-schema-dot   { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

/* =====================================================
   SERVICES (DARK)
   ===================================================== */
.zeah-services-section {
  background: var(--dark-2);
  border-bottom: 1px solid var(--dark-bd);
  padding: 36px 0;
}
.zeah-section-head {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 22px;
}
.zeah-sec-title-dark {
  font-family: 'Noto Serif KR', serif;
  font-size: 17px; font-weight: 700; color: #fff;
  display: flex; align-items: center; gap: 10px;
}
.zeah-sec-title-dark::before,
.zeah-sec-title-ivory::before {
  content: ''; display: inline-block;
  width: 4px; height: 18px; background: var(--gold); border-radius: 1px;
}
.zeah-sec-title-ivory {
  font-family: 'Noto Serif KR', serif;
  font-size: 17px; font-weight: 700; color: var(--text-dark);
  display: flex; align-items: center; gap: 10px;
}
.zeah-sec-more { font-size: 12px; color: #666; }
.zeah-sec-more:hover { color: var(--gold); }

.zeah-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.zeah-svc-card {
  background: var(--dark-3); border: 1px solid var(--dark-bd2);
  border-radius: var(--radius); padding: 22px 15px; text-align: center;
  transition: border-color .2s, transform .2s;
}
.zeah-svc-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.zeah-svc-icon  { font-size: 28px; margin-bottom: 11px; display: block; }
.zeah-svc-name  { font-weight: 700; font-size: 13.5px; color: #fff; margin-bottom: 6px; }
.zeah-svc-desc  { font-size: 11px; color: #888; line-height: 1.65; margin-bottom: 10px; }
.zeah-svc-badge {
  background: var(--gold-light); color: var(--gold);
  font-size: 9.5px; padding: 2px 9px; border-radius: 2px; display: inline-block;
}

/* =====================================================
   MAIN CONTENT (IVORY)
   ===================================================== */
.zeah-content-section { background: var(--ivory); padding: 40px 0 52px; }
.zeah-content-grid    {
  display: grid; grid-template-columns: 1fr 256px;
  gap: 32px; align-items: start;
}

/* ── 포스팅 영역 ── */
.zeah-posts-header {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 20px;
}

/* 피처드 포스트 */
.zeah-post-featured {
  background: var(--white); border: 1px solid var(--ivory-bd);
  border-radius: 5px; overflow: hidden; margin-bottom: 16px;
  box-shadow: var(--shadow-sm); transition: box-shadow .2s;
}
.zeah-post-featured:hover { box-shadow: var(--shadow-md); }

.zeah-post-thumb {
  height: 130px;
  background: linear-gradient(135deg, var(--dark) 0%, #2d3a4a 100%);
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 18px; position: relative;
}
.zeah-post-cat-badge {
  background: var(--gold); color: var(--dark);
  font-size: 10px; font-weight: 700; padding: 3px 10px;
  border-radius: 2px; display: inline-block;
  margin-bottom: 9px; letter-spacing: .5px; align-self: flex-start;
}
.zeah-post-thumb-title {
  color: #fff; font-family: 'Noto Serif KR', serif;
  font-size: 15px; font-weight: 600; line-height: 1.5;
}
.zeah-post-body    { padding: 18px; }
.zeah-post-meta    {
  font-size: 11px; color: var(--text-light);
  margin-bottom: 10px; display: flex; gap: 12px; flex-wrap: wrap;
}
.zeah-post-excerpt {
  font-size: 12.5px; color: var(--text-mid);
  line-height: 1.85; margin-bottom: 13px;
}
.zeah-post-tags    { display: flex; gap: 6px; flex-wrap: wrap; }
.zeah-post-tag {
  background: var(--ivory); border: 1px solid var(--ivory-bd);
  color: var(--text-muted); font-size: 10px; padding: 3px 9px; border-radius: 2px;
}

/* 포스트 리스트 */
.zeah-post-list { display: flex; flex-direction: column; gap: 11px; }
.zeah-post-row {
  background: var(--white); border: 1px solid var(--ivory-bd);
  border-radius: var(--radius); padding: 16px;
  display: flex; gap: 13px; align-items: flex-start;
  box-shadow: var(--shadow-sm); transition: box-shadow .2s, border-color .2s;
}
.zeah-post-row:hover { box-shadow: var(--shadow-md); border-color: var(--ivory-bd2); }
.zeah-post-row-num {
  font-size: 24px; font-weight: 700; color: var(--ivory-2);
  line-height: 1; font-family: 'Noto Serif KR', serif; flex-shrink: 0; min-width: 28px;
}
.zeah-post-row-cat {
  background: var(--gold-light); color: var(--gold-dark);
  font-size: 10px; font-weight: 700; padding: 2px 8px;
  border-radius: 2px; display: inline-block; margin-bottom: 4px;
}
.zeah-post-row-title {
  font-size: 13px; font-weight: 600;
  color: var(--text-dark); line-height: 1.5; margin-bottom: 4px;
}
.zeah-post-row-title a { color: var(--text-dark); }
.zeah-post-row-title a:hover { color: var(--gold-dark); }
.zeah-post-row-meta { font-size: 10.5px; color: var(--text-light); }

/* 더 보기 버튼 */
.zeah-more-posts {
  display: block; text-align: center; margin-top: 20px;
  padding: 13px 0; background: var(--white);
  border: 1px solid var(--ivory-bd); border-radius: var(--radius);
  font-size: 13px; font-weight: 600; color: var(--text-mid);
  box-shadow: var(--shadow-sm); transition: border-color .15s, color .15s;
}
.zeah-more-posts:hover { border-color: var(--gold-dark); color: var(--gold-dark); }

/* ── 콘텐츠 표준 v2.0 박스 ── */
.zeah-std-box {
  background: var(--white); border: 1px solid var(--ivory-bd);
  border-radius: var(--radius); padding: 18px; margin-top: 16px;
  box-shadow: var(--shadow-sm);
}
.zeah-std-box-title {
  font-size: 11.5px; font-weight: 700; color: var(--text-muted);
  letter-spacing: .5px; margin-bottom: 13px;
  display: flex; align-items: center; gap: 7px;
}
.zeah-std-box-title::before {
  content: ''; width: 3px; height: 12px;
  background: var(--gold); border-radius: 1px; flex-shrink: 0;
}
.zeah-std-item {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 11.5px; color: var(--text-mid);
  padding: 5px 0; border-bottom: 1px solid var(--ivory); line-height: 1.65;
}
.zeah-std-item:last-child { border-bottom: none; }
.zeah-std-num {
  background: var(--dark); color: var(--gold);
  font-size: 9px; font-weight: 700; width: 17px; height: 17px;
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; margin-top: 1px;
}

/* =====================================================
   SIDEBAR
   ===================================================== */
.zeah-sidebar { display: flex; flex-direction: column; gap: 18px; }

/* 다크 위젯 */
.zeah-widget-dark {
  background: var(--dark); border: 1px solid var(--dark-bd); border-radius: 5px; overflow: hidden;
}
.zeah-widget-dark-head {
  background: var(--dark-2); color: #fff; padding: 11px 16px;
  font-size: 12px; font-weight: 700; letter-spacing: .3px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--dark-bd);
}
.zeah-widget-dark-head::before {
  content: ''; width: 3px; height: 13px;
  background: var(--gold); border-radius: 1px; flex-shrink: 0;
}
.zeah-widget-dark-body { padding: 18px; }

/* 아이보리 위젯 */
.zeah-widget-ivory {
  background: var(--white); border: 1px solid var(--ivory-bd);
  border-radius: 5px; overflow: hidden; box-shadow: var(--shadow-sm);
}
.zeah-widget-ivory-head {
  background: var(--ivory); color: var(--text-dark); padding: 11px 16px;
  font-size: 12px; font-weight: 700; letter-spacing: .3px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--ivory-bd);
}
.zeah-widget-ivory-head::before {
  content: ''; width: 3px; height: 13px;
  background: var(--gold); border-radius: 1px; flex-shrink: 0;
}
.zeah-widget-ivory-body { padding: 18px; }

/* 원장 사이드바 */
.zeah-sb-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #3a3a3c, #4a4a4e);
  border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-family: 'Noto Serif KR', serif;
  font-size: 18px; font-weight: 700; margin: 0 auto 8px;
}
.zeah-sb-dr-role { color: var(--gold); font-size: 9.5px; text-align: center; margin-bottom: 2px; letter-spacing: .3px; }
.zeah-sb-dr-name {
  color: #fff; font-size: 14px; font-weight: 700;
  text-align: center; font-family: 'Noto Serif KR', serif;
  margin-bottom: 13px; padding-bottom: 11px;
  border-bottom: 1px solid var(--dark-bd);
}
.zeah-sb-spec { font-size: 10.5px; color: #a0a0a0; line-height: 2; }
.zeah-sb-spec b { color: var(--gold); }

/* 진료시간 */
.zeah-hours-row {
  display: flex; justify-content: space-between;
  font-size: 11.5px; padding: 5px 0;
  border-bottom: 1px solid var(--ivory); color: var(--text-mid);
}
.zeah-hours-row:last-child { border-bottom: none; }
.zeah-hours-row b { color: var(--text-dark); }
.zeah-hours-fri {
  border-left: 3px solid var(--gold); padding-left: 10px;
  background: rgba(245,166,35,.04);
}
.zeah-hours-fri b { color: var(--gold-dark); }
.zeah-hours-closed { color: var(--red) !important; }
.zeah-hours-closed b { color: var(--red); }
.zeah-contact-info { margin-top: 13px; font-size: 11px; color: var(--text-mid); line-height: 2; }
.zeah-contact-info b { color: var(--gold-dark); }

/* SEO 위젯 */
.zeah-seo-list    { display: flex; flex-direction: column; gap: 5px; margin-bottom: 13px; }
.zeah-seo-row     { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--text-mid); padding: 3px 0; }
.zeah-seo-check   {
  width: 15px; height: 15px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-weight: 700; flex-shrink: 0;
}
.zeah-check-green  { background: #d1fae5; color: #065f46; }
.zeah-check-blue   { background: #dbeafe; color: #1e40af; }
.zeah-check-purple { background: #ede9fe; color: #5b21b6; }
.zeah-stags        { display: flex; flex-wrap: wrap; gap: 5px; }
.zeah-stag {
  background: var(--ivory); border: 1px solid var(--ivory-bd);
  color: var(--text-muted); font-size: 10px; padding: 3px 8px; border-radius: 2px;
}

/* =====================================================
   SINGLE POST — v2.0 콘텐츠 표준
   ===================================================== */
.zeah-single-wrap { background: var(--ivory); padding: 40px 0 60px; }
.zeah-single-grid { display: grid; grid-template-columns: 1fr 256px; gap: 32px; align-items: start; }

/* 핵심 요약 박스 */
.zeah-summary-box {
  background: var(--dark); border-left: 5px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 22px; margin: 24px 0 28px;
}
.zeah-summary-box-title {
  font-size: 11px; font-weight: 700; color: var(--gold);
  letter-spacing: 1px; margin-bottom: 12px; text-transform: uppercase;
}
.zeah-summary-item {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 12.5px; color: #e0e0e0; line-height: 1.65;
  padding: 4px 0; border-bottom: 1px solid #2c2c2e;
}
.zeah-summary-item:last-child { border-bottom: none; }
.zeah-summary-item::before { content: '▪'; color: var(--gold); flex-shrink: 0; }

/* 핵심 질문 목차 */
.zeah-toc-box {
  background: var(--white); border: 1px solid var(--ivory-bd);
  border-radius: var(--radius); padding: 20px 22px; margin: 0 0 28px;
  box-shadow: var(--shadow-sm);
}
.zeah-toc-title {
  font-size: 12px; font-weight: 700; color: var(--text-dark);
  margin-bottom: 12px; display: flex; align-items: center; gap: 7px;
}
.zeah-toc-title::before {
  content: ''; width: 3px; height: 13px;
  background: var(--gold); border-radius: 1px; flex-shrink: 0;
}
.zeah-toc-list li {
  padding: 5px 0; border-bottom: 1px solid var(--ivory);
  font-size: 12px; color: var(--text-mid);
  display: flex; align-items: flex-start; gap: 8px;
}
.zeah-toc-list li:last-child { border-bottom: none; }
.zeah-toc-list li::before { content: 'Q'; color: var(--gold-dark); font-weight: 700; flex-shrink: 0; font-size: 11px; margin-top: 1px; }
.zeah-toc-list a { color: var(--text-mid); }
.zeah-toc-list a:hover { color: var(--gold-dark); }

/* 본문 */
.zeah-post-content { background: var(--white); border: 1px solid var(--ivory-bd); border-radius: var(--radius); padding: 28px 30px; box-shadow: var(--shadow-sm); }
.zeah-post-content h2 { font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700; color: var(--text-dark); margin: 32px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--ivory-bd); }
.zeah-post-content h3 { font-family: 'Noto Serif KR', serif; font-size: 15px; font-weight: 700; color: var(--text-dark); margin: 22px 0 10px; padding-left: 12px; border-left: 3px solid var(--gold); }
.zeah-post-content p  { font-size: 14px; line-height: 1.9; color: var(--text-mid); margin-bottom: 16px; }
.zeah-post-content ul, .zeah-post-content ol { margin: 12px 0 16px 20px; }
.zeah-post-content li { font-size: 13.5px; color: var(--text-mid); line-height: 1.8; margin-bottom: 5px; }
.zeah-post-content table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 13px; }
.zeah-post-content th { background: var(--dark); color: #fff; padding: 10px 13px; text-align: left; font-weight: 600; }
.zeah-post-content td { padding: 9px 13px; border-bottom: 1px solid var(--ivory-bd); color: var(--text-mid); }
.zeah-post-content tr:nth-child(even) td { background: var(--ivory); }
.zeah-post-content blockquote { background: var(--gold-light); border-left: 4px solid var(--gold); padding: 14px 18px; margin: 16px 0; font-size: 13.5px; color: var(--text-mid); font-style: italic; }
.zeah-post-content strong { font-weight: 700; color: var(--text-dark); }
.zeah-post-content em { color: var(--gold-dark); font-style: normal; font-weight: 500; }
.zeah-post-content a { color: var(--gold-dark); text-decoration: underline; }

/* 작성 시그널 푸터 */
.zeah-post-signal {
  background: var(--ivory); border: 1px solid var(--ivory-bd);
  border-radius: var(--radius); padding: 14px 18px; margin-top: 24px;
  display: flex; align-items: center; gap: 10px;
  font-size: 11.5px; color: var(--text-muted); flex-wrap: wrap;
}
.zeah-post-signal::before { content: '📅'; font-size: 14px; }

/* FAQ 섹션 */
.zeah-faq-section { margin-top: 32px; }
.zeah-faq-title   {
  font-family: 'Noto Serif KR', serif; font-size: 18px; font-weight: 700;
  color: var(--text-dark); margin-bottom: 18px;
  padding-bottom: 10px; border-bottom: 2px solid var(--ivory-bd);
  display: flex; align-items: center; gap: 10px;
}
.zeah-faq-title::before {
  content: ''; width: 4px; height: 18px;
  background: var(--gold); border-radius: 1px; flex-shrink: 0;
}
.zeah-faq-item  { margin-bottom: 12px; background: var(--white); border: 1px solid var(--ivory-bd); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.zeah-faq-q     { padding: 14px 18px; font-size: 13px; font-weight: 700; color: var(--text-dark); display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.zeah-faq-q::before { content: 'Q'; color: var(--gold-dark); font-weight: 900; font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.zeah-faq-a     { padding: 0 18px 14px 36px; font-size: 12.5px; color: var(--text-mid); line-height: 1.85; display: none; }
.zeah-faq-item.open .zeah-faq-a { display: block; }

/* =====================================================
   ARCHIVE PAGE
   ===================================================== */
.zeah-archive-wrap   { background: var(--ivory); padding: 40px 0 56px; }
.zeah-archive-grid   { display: grid; grid-template-columns: 1fr 256px; gap: 32px; align-items: start; }
.zeah-archive-header { background: var(--dark); border-radius: 5px; padding: 24px 28px; margin-bottom: 24px; }
.zeah-archive-title  { font-family: 'Noto Serif KR', serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.zeah-archive-desc   { font-size: 12px; color: #888; }
.zeah-posts-grid     { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zeah-archive-card   {
  background: var(--white); border: 1px solid var(--ivory-bd);
  border-radius: 5px; overflow: hidden; box-shadow: var(--shadow-sm);
  transition: box-shadow .2s;
}
.zeah-archive-card:hover { box-shadow: var(--shadow-md); }
.zeah-archive-thumb  { height: 90px; background: linear-gradient(135deg, var(--dark), #2d3a4a); padding: 14px; display: flex; align-items: flex-end; }
.zeah-archive-thumb-title { color: #fff; font-family: 'Noto Serif KR', serif; font-size: 13px; font-weight: 600; line-height: 1.45; }
.zeah-archive-body   { padding: 14px; }
.zeah-archive-meta   { font-size: 10.5px; color: var(--text-light); margin-bottom: 7px; }
.zeah-archive-excerpt{ font-size: 11.5px; color: var(--text-mid); line-height: 1.75; }

/* 페이지네이션 */
.zeah-pagination     { display: flex; gap: 6px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.zeah-pagination a,
.zeah-pagination span{
  width: 36px; height: 36px; display: flex; align-items: center;
  justify-content: center; border: 1px solid var(--ivory-bd);
  border-radius: var(--radius); font-size: 12px; font-weight: 600;
  color: var(--text-mid); background: var(--white);
  transition: all .15s;
}
.zeah-pagination a:hover      { border-color: var(--gold-dark); color: var(--gold-dark); }
.zeah-pagination .current     { background: var(--dark); color: #fff; border-color: var(--dark); }

/* =====================================================
   BREADCRUMB
   ===================================================== */
.zeah-breadcrumb     { background: var(--ivory); border-bottom: 1px solid var(--ivory-bd); padding: 10px 0; }
.zeah-breadcrumb-inner { font-size: 11px; color: var(--text-muted); display: flex; flex-wrap: wrap; gap: 4px; align-items: center; }
.zeah-breadcrumb-inner a { color: var(--text-muted); }
.zeah-breadcrumb-inner a:hover { color: var(--gold-dark); }
.zeah-breadcrumb-sep { color: var(--ivory-bd2); }

/* =====================================================
   FOOTER (DARK)
   ===================================================== */
.zeah-footer {
  background: #1a1a1c;
  border-top: 3px solid var(--gold);
  padding: 36px 0 0;
}
.zeah-footer-grid {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr;
  gap: 30px; padding-bottom: 28px;
  border-bottom: 1px solid #2a2a2c;
}
.zeah-footer h4 {
  color: var(--gold); font-size: 10.5px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 13px;
}
.zeah-footer p          { font-size: 11px; color: #666; line-height: 2.1; }
.zeah-footer-links      { display: flex; flex-direction: column; gap: 7px; }
.zeah-footer-links a    { font-size: 11px; color: #666; transition: color .15s; }
.zeah-footer-links a:hover { color: var(--gold); }
.zeah-footer-bottom {
  padding: 16px 0;
  display: flex; justify-content: space-between;
  align-items: flex-start; flex-wrap: wrap; gap: 10px;
}
.zeah-footer-copy   { font-size: 10.5px; color: #555; }
.zeah-footer-seo    { font-size: 10px; color: #444; line-height: 1.9; text-align: right; }
.zeah-footer-legal  {
  width: 100%; font-size: 10px; color: #3a3a3a;
  line-height: 1.8; padding: 12px 0;
  border-top: 1px solid #242424;
}

/* =====================================================
   404 / SEARCH
   ===================================================== */
.zeah-404-section   { background: var(--ivory); padding: 80px 0; text-align: center; min-height: 500px; display: flex; align-items: center; }
.zeah-404-num       { font-family: 'Noto Serif KR', serif; font-size: 80px; font-weight: 700; color: var(--dark-3); line-height: 1; }
.zeah-404-title     { font-family: 'Noto Serif KR', serif; font-size: 22px; color: var(--text-dark); margin: 12px 0 8px; }
.zeah-404-desc      { font-size: 13px; color: var(--text-mid); margin-bottom: 24px; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
  .zeah-hero-inner          { grid-template-columns: 1fr; }
  .zeah-dr-card             { display: none; }
  .zeah-services-grid       { grid-template-columns: repeat(2, 1fr); }
  .zeah-content-grid        { grid-template-columns: 1fr; }
  .zeah-sidebar             { display: none; }
  .zeah-single-grid         { grid-template-columns: 1fr; }
  .zeah-archive-grid        { grid-template-columns: 1fr; }
  .zeah-footer-grid         { grid-template-columns: 1fr 1fr; }
  .zeah-posts-grid          { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .zeah-topbar-text         { display: none; }
  .zeah-nav                 { display: none; }
  .zeah-nav.open            { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--dark); border-top: 1px solid var(--dark-bd); padding: 8px 0; z-index: 300; }
  .zeah-nav.open a          { padding: 12px 20px; border-bottom: 1px solid var(--dark-bd); border-left: none; }
  .zeah-header              { position: relative; }
  .zeah-menu-toggle         { display: flex; align-items: center; }
  .zeah-cta-num             { font-size: 14px; }
  .zeah-hero-h1             { font-size: 22px; }
  .zeah-hero-sub            { font-size: 15px; }
  .zeah-hero                { padding: 36px 0 32px; }
  .zeah-footer-grid         { grid-template-columns: 1fr; }
  .zeah-footer-seo          { text-align: left; }
}
@media (max-width: 480px) {
  .zeah-hero-h1             { font-size: 19px; }
  .zeah-services-grid       { grid-template-columns: 1fr 1fr; gap: 8px; }
  .zeah-cta-mobile-btn      { display: inline-block; }
  .zeah-cta-label,
  .zeah-cta-num             { display: none; }
  .zeah-post-content        { padding: 18px; }
}
