
			

/* === MING LAWYER PREMIUM START === */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;700;900&amp;family=Cormorant+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500&amp;display=swap');

:root {
  --ml-ink: #0A1628;
  --ml-ink-soft: #1F2937;
  --ml-ink-2: #142847;
  --ml-ink-3: #051020;
  --ml-accent: #B8935A;
  --ml-accent-dark: #8A6B3E;
  --ml-accent-light: #D4B082;
  --ml-text: #1a1a2e;
  --ml-muted: #6B7280;
  --ml-bg: #FAFAF7;
  --ml-bg-alt: #F4F2EC;
  --ml-bg-warm: #EDE6D6;
  --ml-bg-paper: #F7F4EC;
  --ml-border: #E5E5E0;
  --ml-font-serif: 'Noto Serif KR', Georgia, serif;
  --ml-font-display: 'Cormorant Garamond', 'Noto Serif KR', Georgia, serif;
  --ml-font-sans: 'Pretendard Variable', 'Pretendard', -apple-system, sans-serif;
}

body {
  font-family: var(--ml-font-sans); color: var(--ml-text);
  background: var(--ml-bg); line-height: 1.75;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body.home .site, body.page .site { background: var(--ml-bg); }
::selection { background: var(--ml-accent); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ml-bg-alt); }
::-webkit-scrollbar-thumb { background: var(--ml-accent-dark); border-radius: 4px; }

/* ===== SVG NOISE TEXTURE (공통 레이어) ===== */
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,");
  opacity: 0.6; mix-blend-mode: multiply;
}

.ml-container { max-width: 1240px; margin: 0 auto; padding: 0 2rem; position: relative; }
.ml-container--narrow { max-width: 820px; }

/* ============================================================
   HERO — 다층 배경 (건축 사진 + 그라디언트 + 격자 + 인물 PNG)
   ============================================================ */
.ml-hero {
  position: relative;
  min-height: 100vh;
  color: #fff; overflow: hidden;
  margin: -1.5rem -2rem 0;
  display: flex; align-items: center;
  background: #0A1628;
}
.ml-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(135deg, rgba(10,22,40,0.85) 0%, rgba(10,22,40,0.75) 40%, rgba(10,22,40,0.55) 100%),
    url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=2400&amp;q=90&amp;auto=format&amp;fit=crop');
  background-size: cover; background-position: center;
}
/* 격자 SVG 오버레이 */
.ml-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image:
    linear-gradient(90deg, rgba(184,147,90,0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(184,147,90,0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, transparent 75%);
}
/* 골드 글로우 */
.ml-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background:
    radial-gradient(circle at 20% 30%, rgba(184,147,90,0.2), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(184,147,90,0.12), transparent 55%);
  pointer-events: none;
}
/* 대형 faded 로마 숫자 (데코) */
.ml-hero__roman {
  position: absolute; top: 5%; right: -3%; z-index: 2;
  font-family: var(--ml-font-display); font-style: italic;
  font-size: clamp(8rem, 18vw, 20rem);
  color: rgba(184,147,90,0.06);
  font-weight: 400; line-height: 0.85;
  pointer-events: none; letter-spacing: -0.03em;
}
.ml-hero__grid {
  position: relative; z-index: 5;
  max-width: 1240px; margin: 0 auto; width: 100%;
  padding: 7rem 2rem 5rem;
  display: grid; grid-template-columns: 1fr;
  gap: 3rem; align-items: center;
}
@media (min-width: 960px) { .ml-hero__grid { grid-template-columns: 1.2fr 1fr; gap: 5rem; padding: 8rem 3rem 5rem; } }

.ml-hero__accent-line {
  width: 60px; height: 2px;
  background: linear-gradient(to right, var(--ml-accent), transparent);
  margin-bottom: 2rem;
}
.ml-hero__eyebrow {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.92rem;
  letter-spacing: 0.35em; text-transform: uppercase;
  margin-bottom: 1.5rem; font-weight: 500;
  display: flex; align-items: center; gap: 1rem;
}
.ml-hero__eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--ml-accent);
}
.ml-hero__title {
  font-family: var(--ml-font-serif);
  font-size: clamp(2.3rem, 5.5vw, 4.8rem);
  font-weight: 700; line-height: 1.08;
  letter-spacing: -0.025em; margin-bottom: 1.5rem;
  color: #fff !important;
}
.ml-hero__title em { font-family: var(--ml-font-display); font-style: italic; color: var(--ml-accent); font-weight: 500; }
.ml-hero__lead {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  color: rgba(255,255,255,0.82);
  max-width: 560px; line-height: 1.8; margin-bottom: 2.5rem;
}
.ml-hero__ctas { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 3rem; }
.ml-hero__marks {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem;
  padding-top: 2.2rem; border-top: 1px solid rgba(184,147,90,0.3);
  max-width: 600px;
  position: relative;
}
.ml-hero__marks::before {
  content: ''; position: absolute; top: -1px; left: 0;
  width: 40px; height: 2px; background: var(--ml-accent);
}
@media (min-width: 640px) { .ml-hero__marks { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.ml-hero__marks &gt; div strong {
  display: block; font-family: var(--ml-font-display);
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  color: var(--ml-accent); font-weight: 500;
  letter-spacing: -0.01em; margin-bottom: 0.2rem; line-height: 1;
}
.ml-hero__marks &gt; div strong em { font-style: normal; color: var(--ml-accent-light); }
.ml-hero__marks &gt; div span { font-size: 0.78rem; color: rgba(255,255,255,0.65); letter-spacing: 0.05em; }

.ml-hero__photo {
  position: relative;
  display: flex; align-items: flex-end; justify-content: center;
  min-height: 400px;
}
@media (min-width: 960px) { .ml-hero__photo { min-height: 600px; } }
.ml-hero__photo::before {
  content: '';
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 85%; height: 95%;
  background: radial-gradient(ellipse at center bottom, rgba(184,147,90,0.3) 0%, transparent 65%);
  filter: blur(40px); z-index: 0;
}
.ml-hero__photo::after {
  content: ''; position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 90%; max-width: 480px; height: 8px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.6) 0%, transparent 70%);
  filter: blur(8px); z-index: 1;
}
.ml-hero__photo img {
  max-height: 92vh;
  width: auto; max-width: 100%;
  height: auto; object-fit: contain; object-position: bottom center;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
  position: relative; z-index: 2;
}
.ml-hero__scroll {
  position: absolute; bottom: 2rem; left: 50%;
  transform: translateX(-50%); z-index: 5;
  color: rgba(255,255,255,0.5);
  font-family: var(--ml-font-display); font-style: italic;
  font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase;
  animation: ml-float 2s ease-in-out infinite;
}
.ml-hero__scroll::after {
  content: ''; display: block;
  width: 1px; height: 35px;
  background: linear-gradient(to bottom, var(--ml-accent), transparent);
  margin: 0.7rem auto 0;
}
@keyframes ml-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.ml-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.95rem 2rem; border-radius: 999px;
  font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.01em; transition: all 0.25s;
  border: 1px solid transparent;
  font-family: var(--ml-font-sans);
  text-decoration: none; cursor: pointer;
  white-space: nowrap;
}
.ml-btn--primary { background: var(--ml-accent); color: #0a1628; box-shadow: 0 10px 30px -10px rgba(184,147,90,0.5); }
.ml-btn--primary:hover { background: var(--ml-accent-light); transform: translateY(-2px); box-shadow: 0 15px 40px -10px rgba(184,147,90,0.6); }
.ml-btn--ghost { border-color: rgba(255,255,255,0.35); color: #fff; background: rgba(255,255,255,0.03); }
.ml-btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.ml-btn--dark { background: var(--ml-ink); color: #fff; }
.ml-btn--dark:hover { background: var(--ml-accent-dark); }
.ml-btn--outline { border: 1px solid var(--ml-ink); color: var(--ml-ink); background: transparent; }
.ml-btn--outline:hover { background: var(--ml-ink); color: #fff; }

/* ============================================================
   SECTIONS — 다층 배경
   ============================================================ */
.ml-section { padding: 8rem 0; position: relative; z-index: 2; }

/* LIGHT 섹션: 종이 텍스처 + 미세 그라디언트 */
.ml-section--light {
  background:
    linear-gradient(180deg, var(--ml-bg) 0%, var(--ml-bg-paper) 100%);
  position: relative;
}
.ml-section--light::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(184,147,90,0.04), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(184,147,90,0.03), transparent 35%);
  pointer-events: none;
}
.ml-section--light &gt; .ml-container { position: relative; z-index: 1; }

/* WARM 섹션: 종이+그라디언트 */
.ml-section--warm {
  background:
    linear-gradient(135deg, var(--ml-bg-alt) 0%, var(--ml-bg-warm) 100%);
  position: relative;
}
.ml-section--warm::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 10% 10%, rgba(184,147,90,0.08), transparent 40%),
    radial-gradient(circle at 90% 90%, rgba(184,147,90,0.06), transparent 40%);
  pointer-events: none;
}
.ml-section--warm &gt; .ml-container { position: relative; z-index: 1; }

/* DARK 섹션: 건축 사진 + 그라디언트 + 격자 */
.ml-section--dark {
  background: var(--ml-ink-3);
  color: #fff; position: relative; overflow: hidden;
}
.ml-section--dark::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(135deg, rgba(5,16,32,0.95) 0%, rgba(10,22,40,0.85) 50%, rgba(20,40,71,0.75) 100%),
    url('https://images.unsplash.com/photo-1564866657311-c65b6c5e7bae?w=2000&amp;q=85&amp;auto=format&amp;fit=crop');
  background-size: cover; background-position: center;
}
.ml-section--dark::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(184,147,90,0.12), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(184,147,90,0.08), transparent 50%);
  pointer-events: none;
}
.ml-section--dark &gt; .ml-container { position: relative; z-index: 2; }

/* 섹션 전환 디바이더 (라이트 → 다크) */
.ml-section--dark::before {
  box-shadow: inset 0 80px 80px -60px rgba(0,0,0,0.4);
}

/* 대형 faded 섹션 번호 */
.ml-section__bg-num {
  position: absolute;
  font-family: var(--ml-font-display); font-style: italic;
  font-size: clamp(10rem, 22vw, 24rem);
  color: rgba(184,147,90,0.04);
  font-weight: 400; line-height: 0.85;
  pointer-events: none; letter-spacing: -0.03em;
  z-index: 0; top: 50%; transform: translateY(-50%);
}
.ml-section__bg-num--left { left: -2rem; }
.ml-section__bg-num--right { right: -2rem; }

.ml-section__header { max-width: 760px; margin-bottom: 4.5rem; position: relative; }
.ml-section__header--center { margin-left: auto; margin-right: auto; text-align: center; }
.ml-section__header--center .ml-section__lead { margin-left: auto; margin-right: auto; }
.ml-section__eyebrow {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent-dark); font-size: 0.92rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  margin-bottom: 1rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 1rem;
}
.ml-section__eyebrow::before {
  content: ''; width: 30px; height: 1px; background: var(--ml-accent);
}
.ml-section__header--center .ml-section__eyebrow { justify-content: center; }
.ml-eyebrow--gold { color: var(--ml-accent) !important; }
.ml-section__title {
  font-family: var(--ml-font-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700; color: var(--ml-ink);
  letter-spacing: -0.025em; line-height: 1.15;
  margin-bottom: 1.2rem;
}
.ml-title--white { color: #fff !important; }
.ml-section__title em {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent-dark); font-weight: 500;
}
.ml-section--dark .ml-section__title em { color: var(--ml-accent); }
.ml-section__lead { font-size: 1.1rem; color: var(--ml-ink-soft); line-height: 1.8; }
.ml-lead--muted { color: rgba(255,255,255,0.72) !important; }

/* ============================================================
   WHY ME — 배경 디테일 추가
   ============================================================ */
.ml-why-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem;
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 720px) { .ml-why-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .ml-why-grid { grid-template-columns: repeat(4, 1fr); gap: 1.2rem; } }

.ml-why-card {
  background: #fff; border: 1px solid var(--ml-border);
  padding: 2.8rem 2rem; transition: all 0.35s;
  position: relative; overflow: hidden;
}
.ml-why-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--ml-accent), transparent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s;
}
.ml-why-card:hover { transform: translateY(-6px); border-color: var(--ml-accent); box-shadow: 0 30px 60px -15px rgba(10,22,40,0.22); }
.ml-why-card:hover::before { transform: scaleX(1); }
.ml-why-card__icon {
  width: 50px; height: 50px;
  color: var(--ml-accent);
  margin-bottom: 1.5rem;
}
.ml-why-card__icon svg { width: 100%; height: 100%; }
.ml-why-card__num {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.82rem;
  letter-spacing: 0.22em; font-weight: 500;
  margin-bottom: 0.8rem; text-transform: uppercase;
}
.ml-why-card h3 {
  font-family: var(--ml-font-serif);
  font-size: 1.25rem; font-weight: 700;
  color: var(--ml-ink); letter-spacing: -0.015em;
  margin-bottom: 1rem; line-height: 1.3;
}
.ml-why-card p { color: var(--ml-ink-soft); font-size: 0.93rem; line-height: 1.75; }

/* ============================================================
   MEET — 액자 사진 + 배경 디테일
   ============================================================ */
.ml-meet { padding: 9rem 0; position: relative; }
.ml-meet::before {
  content: '01'; position: absolute;
  top: 50%; right: -3rem; transform: translateY(-50%);
  font-family: var(--ml-font-display); font-style: italic;
  font-size: clamp(12rem, 24vw, 26rem);
  color: rgba(184,147,90,0.05); font-weight: 400;
  line-height: 0.85; pointer-events: none; z-index: 0;
  letter-spacing: -0.03em;
}
.ml-meet__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center;
}
@media (min-width: 960px) { .ml-meet__grid { grid-template-columns: 5fr 6fr; gap: 5rem; } }

.ml-meet__photo-wrap {
  position: relative;
  padding: 3rem 0 3rem 3rem;
}
/* 액자 뒤의 골드 프레임 (데코) */
.ml-meet__photo-wrap::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 60%; height: 60%;
  border: 2px solid var(--ml-accent); z-index: 0;
}
.ml-meet__photo-wrap::after {
  content: ''; position: absolute;
  bottom: 0; right: 0; width: 60%; height: 60%;
  border: 2px solid var(--ml-ink); z-index: 0;
}
.ml-meet__photo-frame {
  position: relative; z-index: 1;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, var(--ml-ink) 0%, var(--ml-ink-2) 100%),
    url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1200&amp;q=85') center/cover;
  background-blend-mode: multiply;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(10,22,40,0.3);
}
.ml-meet__photo-frame::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(184,147,90,0.35), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(184,147,90,0.15), transparent 60%);
}
/* 대각선 골드 라인 오버레이 */
.ml-meet__photo-frame::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(135deg, transparent 45%, rgba(184,147,90,0.1) 50%, transparent 55%);
}
.ml-meet__photo {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  height: 112%; width: auto; max-width: none;
  object-fit: contain; object-position: bottom center;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
}
.ml-meet__sig {
  position: absolute; top: -1rem; left: 0;
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 5.5rem;
  font-weight: 400; letter-spacing: -0.02em;
  line-height: 1; z-index: 2;
  text-shadow: 0 2px 20px rgba(184,147,90,0.3);
}
.ml-meet__firm-tag {
  position: absolute; bottom: 2.5rem; right: -1.5rem;
  background: var(--ml-ink); color: #fff;
  padding: 1.2rem 1.8rem; border-left: 3px solid var(--ml-accent);
  box-shadow: 0 20px 40px -10px rgba(10,22,40,0.5);
  z-index: 3;
}
.ml-meet__firm-tag span {
  display: block;
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.7rem;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  margin-bottom: 0.3rem;
}
.ml-meet__firm-tag strong {
  display: block;
  font-family: var(--ml-font-serif);
  font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em;
}

.ml-meet__quote {
  font-family: var(--ml-font-serif); font-style: italic;
  font-size: 1.3rem; line-height: 1.7; color: var(--ml-ink);
  padding-left: 1.5rem; border-left: 3px solid var(--ml-accent);
  margin: 1.5rem 0 2.5rem;
  position: relative;
}
.ml-meet__quote::before {
  content: '"'; position: absolute;
  left: -2.5rem; top: -2rem;
  font-family: var(--ml-font-display);
  font-size: 6rem; color: var(--ml-accent);
  line-height: 1; opacity: 0.3;
}
.ml-meet__creds { margin: 2rem 0 2.5rem; }
.ml-cred-row {
  display: grid; grid-template-columns: 8rem 1fr;
  gap: 1.5rem; padding: 1.3rem 0;
  border-bottom: 1px solid var(--ml-border);
  align-items: start;
}
@media (max-width: 640px) { .ml-cred-row { grid-template-columns: 1fr; gap: 0.4rem; } }
.ml-cred-row:last-child { border-bottom: none; }
.ml-cred-row:first-child { border-top: 1px solid var(--ml-border); }
.ml-cred-row__label {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent-dark); font-size: 0.78rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; padding-top: 0.15rem;
}
.ml-cred-row__body &gt; div { padding: 0.15rem 0; color: var(--ml-ink-soft); font-size: 0.98rem; line-height: 1.55; }
.ml-meet__link {
  display: inline-flex; align-items: center; gap: 0.6rem;
  color: var(--ml-accent-dark); font-weight: 600;
  font-family: var(--ml-font-display); font-style: italic;
  font-size: 1.08rem; transition: gap 0.25s;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--ml-accent-dark);
}
.ml-meet__link:hover { gap: 1rem; }

/* ============================================================
   PRACTICE
   ============================================================ */
.ml-practice-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; position: relative; }
@media (min-width: 720px) { .ml-practice-grid { grid-template-columns: 1fr 1fr; } }

.ml-practice-card {
  background: #fff; border: 1px solid var(--ml-border);
  text-decoration: none !important; color: inherit;
  display: flex; flex-direction: column;
  transition: all 0.35s; overflow: hidden;
  position: relative;
}
.ml-practice-card::after {
  content: ''; position: absolute;
  top: 0; left: 0; width: 0; height: 3px;
  background: var(--ml-accent);
  transition: width 0.35s;
  z-index: 3;
}
.ml-practice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px -15px rgba(10,22,40,0.25);
  border-color: var(--ml-accent);
}
.ml-practice-card:hover::after { width: 100%; }
.ml-practice-card__img {
  width: 100%; height: 320px;
  background-size: cover; background-position: center;
  position: relative;
  transition: transform 0.5s;
}
.ml-practice-card:hover .ml-practice-card__img { transform: scale(1.05); }
.ml-practice-card__img::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, transparent 30%, rgba(10,22,40,0.55) 100%),
    linear-gradient(45deg, rgba(10,22,40,0.2), transparent 50%);
}
.ml-practice-card__img-overlay {
  position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  z-index: 2; color: #fff;
}
.ml-practice-card__body { padding: 2.5rem; flex: 1; display: flex; flex-direction: column; }
.ml-practice-card__num {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.88rem;
  letter-spacing: 0.22em; margin-bottom: 1.2rem;
  font-weight: 500; text-transform: uppercase;
  display: flex; align-items: center; gap: 0.8rem;
}
.ml-practice-card__num::before {
  content: ''; width: 30px; height: 1px; background: var(--ml-accent);
}
.ml-practice-card h3 {
  font-family: var(--ml-font-serif); font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 700; color: var(--ml-ink);
  letter-spacing: -0.015em; margin-bottom: 1rem; line-height: 1.25;
}
.ml-practice-card p { color: var(--ml-ink-soft); line-height: 1.75; flex-grow: 1; margin-bottom: 1.5rem; font-size: 0.98rem; }
.ml-practice-card__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.8rem; }
.ml-practice-card__tags span {
  font-size: 0.78rem; padding: 0.3rem 0.7rem;
  border: 1px solid var(--ml-border); border-radius: 999px;
  color: var(--ml-muted);
  font-family: var(--ml-font-display); font-style: italic;
}
.ml-arrow {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent-dark); font-weight: 500; font-size: 1.05rem;
  display: inline-flex; transition: gap 0.25s; gap: 0.4rem;
}
.ml-practice-card:hover .ml-arrow, .ml-insight-card:hover .ml-arrow { gap: 0.9rem; }

/* ============================================================
   SERVICES — 더 리치
   ============================================================ */
.ml-services-grid {
  display: grid; grid-template-columns: 1fr; gap: 1rem;
  margin-top: 4rem; position: relative;
}
@media (min-width: 560px) { .ml-services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 860px) { .ml-services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .ml-services-grid { grid-template-columns: repeat(4, 1fr); } }

.ml-service {
  background: #fff; padding: 2rem 1.8rem;
  border: 1px solid var(--ml-border);
  transition: all 0.3s;
  position: relative; overflow: hidden;
}
.ml-service::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--ml-accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}
.ml-service:hover { border-color: var(--ml-accent); transform: translateY(-4px); box-shadow: 0 20px 40px -10px rgba(10,22,40,0.15); }
.ml-service:hover::before { transform: scaleX(1); }
.ml-service__num {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.8rem;
  letter-spacing: 0.18em; margin-bottom: 0.8rem;
  font-weight: 500;
}
.ml-service h4 {
  font-family: var(--ml-font-serif);
  font-size: 1.08rem; color: var(--ml-ink);
  margin-bottom: 0.5rem; font-weight: 700;
  letter-spacing: -0.01em;
}
.ml-service p { font-size: 0.85rem; color: var(--ml-muted); line-height: 1.6; }

/* ============================================================
   PROCESS — 다크 + 건축 배경
   ============================================================ */
.ml-process {
  display: grid; grid-template-columns: 1fr;
  gap: 2.5rem; margin-top: 4rem;
  position: relative;
}
@media (min-width: 860px) { .ml-process { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.ml-process__step {
  padding-top: 5rem; position: relative;
  border-top: 2px solid rgba(184,147,90,0.4);
}
.ml-process__num {
  position: absolute; top: -0.8rem; left: 0;
  font-family: var(--ml-font-display);
  font-size: clamp(2.8rem, 4.5vw, 3.5rem);
  color: var(--ml-accent); font-weight: 500;
  line-height: 1; background: var(--ml-ink-3);
  padding-right: 1rem; letter-spacing: -0.02em;
}
.ml-process__step h3 {
  font-family: var(--ml-font-serif); font-size: 1.3rem;
  color: #fff; margin-bottom: 0.8rem;
  font-weight: 600; letter-spacing: -0.01em;
}
.ml-process__step p { font-size: 0.92rem; color: rgba(255,255,255,0.72); line-height: 1.75; margin-bottom: 1rem; }
.ml-process__time {
  display: inline-block;
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.82rem;
  letter-spacing: 0.1em; padding-top: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  width: 100%;
}

/* ============================================================
   VERDICTS
   ============================================================ */
.ml-verdict-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 1rem; margin-top: 3.5rem;
}
@media (min-width: 720px) { .ml-verdict-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .ml-verdict-grid { grid-template-columns: repeat(4, 1fr); } }
.ml-verdict {
  background: #fff;
  border-left: 3px solid var(--ml-accent);
  padding: 2.2rem 1.8rem;
  box-shadow: 0 8px 30px rgba(10,22,40,0.06);
  transition: all 0.3s;
  position: relative; overflow: hidden;
}
.ml-verdict::before {
  content: '✓'; position: absolute;
  top: 1.2rem; right: 1.2rem;
  width: 28px; height: 28px;
  background: var(--ml-accent); color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700;
}
.ml-verdict:hover { transform: translateY(-4px); box-shadow: 0 25px 50px -10px rgba(10,22,40,0.18); }
.ml-verdict__court {
  font-family: var(--ml-font-serif); font-size: 1.05rem;
  font-weight: 700; color: var(--ml-ink);
  margin-bottom: 0.8rem; line-height: 1.3;
}
.ml-verdict__case {
  font-family: var(--ml-font-display); font-size: 1.25rem;
  color: var(--ml-accent-dark); font-weight: 500;
  letter-spacing: 0.02em; margin-bottom: 0.6rem;
}
.ml-verdict__date {
  font-size: 0.82rem; color: var(--ml-muted);
  font-family: var(--ml-font-display); font-style: italic;
  letter-spacing: 0.08em;
}
.ml-verdict-grid--dark .ml-verdict--dark {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid var(--ml-accent);
  box-shadow: none;
}
.ml-verdict--dark::before { background: var(--ml-accent); color: var(--ml-ink); }
.ml-verdict--dark .ml-verdict__court { color: #fff; }
.ml-verdict--dark .ml-verdict__case { color: var(--ml-accent); }
.ml-verdict--dark .ml-verdict__date { color: rgba(255,255,255,0.5); }

/* ============================================================
   CASE CARDS
   ============================================================ */
.ml-case-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 720px) { .ml-case-grid { grid-template-columns: 1fr 1fr; } }
.ml-case-card {
  background: #fff; border: 1px solid var(--ml-border);
  padding: 2.8rem; transition: all 0.3s;
  position: relative; overflow: hidden;
}
.ml-case-card::before {
  content: ''; position: absolute;
  top: 0; right: 0; width: 60px; height: 60px;
  background:
    linear-gradient(135deg, transparent 50%, var(--ml-accent) 50%);
  opacity: 0.1;
}
.ml-case-card:hover { border-color: var(--ml-accent); box-shadow: 0 25px 50px -10px rgba(10,22,40,0.18); transform: translateY(-3px); }
.ml-case-card__tag {
  display: inline-block;
  font-family: var(--ml-font-display); font-style: italic;
  font-size: 0.82rem; color: var(--ml-accent-dark);
  background: var(--ml-bg-alt); padding: 0.3rem 0.9rem;
  border-radius: 999px; margin-bottom: 1.3rem;
  letter-spacing: 0.08em;
}
.ml-case-card h3 {
  font-family: var(--ml-font-serif); font-size: 1.35rem;
  color: var(--ml-ink); margin-bottom: 1rem;
  font-weight: 700; letter-spacing: -0.01em; line-height: 1.35;
}
.ml-case-card &gt; p { color: var(--ml-ink-soft); line-height: 1.75; margin-bottom: 1.5rem; font-size: 0.95rem; }
.ml-case-card__result {
  display: grid; grid-template-columns: 4rem 1fr;
  gap: 0.8rem; align-items: baseline;
  padding-top: 1.2rem; border-top: 1px solid var(--ml-border);
  font-size: 0.92rem;
}
.ml-case-card__result span {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-muted); letter-spacing: 0.08em;
}
.ml-case-card__result strong { color: var(--ml-ink); font-weight: 600; }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.ml-testimonial-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 4.5rem; }
@media (min-width: 860px) { .ml-testimonial-grid { grid-template-columns: repeat(3, 1fr); } }
.ml-testimonial {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 2.8rem 2.2rem; border-radius: 2px;
  position: relative; transition: all 0.3s;
  backdrop-filter: blur(10px);
}
.ml-testimonial:hover {
  background: rgba(184,147,90,0.08); border-color: rgba(184,147,90,0.4);
  transform: translateY(-5px);
}
.ml-testimonial::before {
  content: '"'; position: absolute;
  top: -20px; left: 1.5rem;
  font-family: var(--ml-font-display);
  font-size: 6rem; color: var(--ml-accent); line-height: 1;
  opacity: 0.5;
}
.ml-testimonial p {
  font-family: var(--ml-font-serif); font-style: italic;
  font-size: 1.05rem; line-height: 1.75;
  color: rgba(255,255,255,0.9);
  margin-top: 1.5rem; margin-bottom: 1.8rem;
}
.ml-testimonial__author {
  padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.88rem; color: rgba(255,255,255,0.55);
}
.ml-testimonial__author strong { display: block; color: #fff; font-weight: 600; margin-bottom: 0.2rem; font-family: var(--ml-font-serif); font-size: 1rem; }

/* ============================================================
   INSIGHTS
   ============================================================ */
.ml-insights-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 4rem; }
@media (min-width: 720px) { .ml-insights-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .ml-insights-grid { grid-template-columns: 1fr 1fr 1fr; } }
.ml-insight-card {
  background: #fff; border: 1px solid var(--ml-border);
  padding: 2.2rem; text-decoration: none !important; color: inherit;
  display: flex; flex-direction: column;
  transition: all 0.3s; position: relative;
}
.ml-insight-card::after {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--ml-accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}
.ml-insight-card:hover {
  border-color: var(--ml-accent); transform: translateY(-4px);
  box-shadow: 0 25px 50px -15px rgba(10,22,40,0.18);
}
.ml-insight-card:hover::after { transform: scaleX(1); }
.ml-insight-card__cat {
  font-family: var(--ml-font-display); font-style: italic;
  font-size: 0.82rem; color: var(--ml-muted);
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.ml-insight-card h3 {
  font-family: var(--ml-font-serif); font-size: 1.2rem;
  color: var(--ml-ink); line-height: 1.4;
  margin-bottom: 0.9rem; font-weight: 700;
  flex-grow: 1; letter-spacing: -0.01em;
}
.ml-insight-card p { font-size: 0.92rem; color: var(--ml-ink-soft); line-height: 1.7; margin-bottom: 1.3rem; }
.ml-insights-cta {
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  justify-content: center; margin-top: 4rem;
}

/* ============================================================
   CONTACT GRID
   ============================================================ */
.ml-contact-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 960px) { .ml-contact-grid { grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; } }

.ml-contact-list {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; margin-top: 2.5rem;
}
@media (max-width: 640px) { .ml-contact-list { grid-template-columns: 1fr; gap: 1.5rem; } }
.ml-contact-item {
  padding: 1.4rem 0;
  border-top: 1px solid var(--ml-border);
  position: relative;
}
.ml-contact-item::before {
  content: ''; position: absolute; top: -1px; left: 0;
  width: 0; height: 2px; background: var(--ml-accent);
  transition: width 0.3s;
}
.ml-contact-item:hover::before { width: 40px; }
.ml-contact-item__label {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent-dark); font-size: 0.78rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; margin-bottom: 0.6rem;
}
.ml-contact-item__value {
  display: block;
  font-family: var(--ml-font-serif);
  font-size: 1.35rem; color: var(--ml-ink);
  font-weight: 700; letter-spacing: -0.01em;
  margin-bottom: 0.3rem; text-decoration: none;
}
a.ml-contact-item__value:hover { color: var(--ml-accent-dark); }
.ml-contact-item__note { color: var(--ml-muted); font-size: 0.85rem; }

.ml-contact-cta { position: sticky; top: 6rem; }
.ml-contact-cta__inner {
  background: var(--ml-ink); color: #fff;
  padding: 3.5rem 2.5rem; border-radius: 4px;
  position: relative; overflow: hidden;
}
.ml-contact-cta__inner::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(184,147,90,0.22), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(184,147,90,0.1), transparent 55%);
}
.ml-contact-cta__inner &gt; * { position: relative; z-index: 1; }
.ml-contact-cta__eyebrow {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.8rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 1rem; font-weight: 500;
}
.ml-contact-cta h3 {
  font-family: var(--ml-font-serif);
  font-size: 2.1rem; color: #fff;
  font-weight: 700; letter-spacing: -0.02em;
  line-height: 1.2; margin-bottom: 1rem;
}
.ml-contact-cta p { color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.75; margin-bottom: 2rem; }
.ml-contact-cta__alt {
  text-align: center; margin-top: 1.3rem;
  font-size: 0.88rem; color: rgba(255,255,255,0.55);
}
.ml-contact-cta__alt a { color: var(--ml-accent); font-weight: 600; }

/* ============================================================
   PRESS
   ============================================================ */
.ml-press {
  background: linear-gradient(90deg, var(--ml-bg-alt) 0%, var(--ml-bg-warm) 100%);
  padding: 4.5rem 0; border-top: 1px solid var(--ml-border); border-bottom: 1px solid var(--ml-border);
}
.ml-press .ml-container { display: grid; grid-template-columns: auto 1fr; gap: 3rem; align-items: center; }
@media (max-width: 720px) { .ml-press .ml-container { grid-template-columns: 1fr; text-align: center; } }
.ml-press__label {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-muted); font-size: 0.9rem;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.ml-press__logos {
  display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center;
  font-family: var(--ml-font-serif); font-weight: 500;
  color: var(--ml-muted); font-size: 1.15rem;
}
.ml-press__logos span { opacity: 0.55; transition: opacity 0.25s; letter-spacing: 0.02em; }
.ml-press__logos span:hover { opacity: 1; }

/* ============================================================
   CTA
   ============================================================ */
.ml-cta {
  background: var(--ml-ink-3); color: #fff;
  padding: 7rem 0; text-align: center;
  position: relative; overflow: hidden;
}
.ml-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(135deg, rgba(5,16,32,0.9) 0%, rgba(10,22,40,0.8) 100%),
    url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=2000&amp;q=85&amp;auto=format&amp;fit=crop');
  background-size: cover; background-position: center;
}
.ml-cta::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(184,147,90,0.25), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(184,147,90,0.12), transparent 55%);
}
.ml-cta &gt; .ml-container { position: relative; z-index: 1; }
.ml-cta__eyebrow {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.9rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  margin-bottom: 1.2rem; font-weight: 500;
}
.ml-cta h2 {
  font-family: var(--ml-font-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700; color: #fff;
  margin-bottom: 1.2rem; letter-spacing: -0.015em;
}
.ml-cta h2 em { font-family: var(--ml-font-display); font-style: italic; color: var(--ml-accent); font-weight: 500; }
.ml-cta p {
  color: rgba(255,255,255,0.8); font-size: 1.08rem;
  max-width: 600px; margin: 0 auto 2.5rem; line-height: 1.85;
}
.ml-cta__actions { display: inline-flex; gap: 0.8rem; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   PAGE HERO
   ============================================================ */
.ml-page-hero {
  background: var(--ml-ink-3); color: #fff;
  padding: 9rem 0 5rem; position: relative;
  overflow: hidden; margin: -1.5rem -2rem 0;
}
.ml-page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(135deg, rgba(5,16,32,0.92) 0%, rgba(10,22,40,0.85) 100%),
    url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=2000&amp;q=85&amp;auto=format&amp;fit=crop');
  background-size: cover; background-position: center;
}
.ml-page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(184,147,90,0.15), transparent 55%);
}
.ml-page-hero &gt; .ml-container { position: relative; z-index: 2; }

.ml-page-hero--photo { padding: 10rem 0 5rem; display: flex; align-items: center; min-height: 65vh; }
.ml-page-hero--photo .ml-page-hero__content { flex: 1; }
.ml-page-hero__portrait {
  position: absolute; right: 3%; bottom: 0; top: 0; width: 38%;
  display: flex; align-items: flex-end; justify-content: center;
  z-index: 1;
}
.ml-page-hero__portrait img {
  height: 100%; width: auto; max-height: 88vh;
  object-fit: contain; object-position: bottom center;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}
@media (max-width: 860px) { .ml-page-hero__portrait { display: none; } }

.ml-page-hero__eyebrow {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.9rem;
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 1.3rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 1rem;
}
.ml-page-hero__eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--ml-accent);
}
.ml-page-hero h1 {
  font-family: var(--ml-font-serif);
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -0.025em; margin-bottom: 1.2rem; color: #fff;
}
.ml-page-hero h1 em { font-family: var(--ml-font-display); font-style: italic; color: var(--ml-accent); font-weight: 500; }
.ml-page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.75); max-width: 620px; }

/* ============================================================
   ABOUT SPLIT
   ============================================================ */
.ml-about-split {
  display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center;
}
@media (min-width: 960px) { .ml-about-split { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.ml-about-split__photo {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, var(--ml-ink) 0%, var(--ml-ink-2) 100%),
    url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=1200&amp;q=85') center/cover;
  background-blend-mode: multiply;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(10,22,40,0.3);
  position: relative;
  display: flex; align-items: flex-end; justify-content: center;
}
.ml-about-split__photo::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(184,147,90,0.3), transparent 60%);
}
.ml-about-split__photo img {
  height: 105%; width: auto;
  object-fit: contain; object-position: bottom center;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
  position: relative; z-index: 1;
}
.ml-lead {
  font-family: var(--ml-font-serif); font-style: italic;
  font-size: 1.3rem; line-height: 1.7; color: var(--ml-ink);
  padding-left: 1.5rem; border-left: 3px solid var(--ml-accent);
  margin-bottom: 2rem;
}

/* ============================================================
   TIMELINE
   ============================================================ */
.ml-timeline {
  position: relative;
  padding-left: 3rem;
  margin-top: 3rem;
}
.ml-timeline::before {
  content: ''; position: absolute;
  left: 0.6rem; top: 0.6rem; bottom: 0.6rem;
  width: 1px; background: linear-gradient(to bottom, var(--ml-accent), var(--ml-border));
}
.ml-timeline__item {
  position: relative;
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 640px) { .ml-timeline__item { grid-template-columns: 1fr; gap: 0.5rem; } }
.ml-timeline__marker {
  position: absolute; left: -3rem; top: 2rem;
  width: 14px; height: 14px;
  background: var(--ml-accent); border-radius: 50%;
  box-shadow: 0 0 0 4px var(--ml-bg-alt), 0 0 0 5px var(--ml-accent);
}
.ml-timeline__label {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent-dark); font-size: 0.88rem;
  letter-spacing: 0.1em; padding-top: 0.2rem;
  font-weight: 500; text-transform: uppercase;
}
.ml-timeline__content h3 {
  font-family: var(--ml-font-serif); font-size: 1.2rem;
  color: var(--ml-ink); margin-bottom: 0.4rem;
  font-weight: 700; letter-spacing: -0.01em;
}
.ml-timeline__content p { color: var(--ml-ink-soft); font-size: 0.95rem; line-height: 1.7; }
.ml-timeline__content a { color: var(--ml-accent-dark); font-weight: 600; }

/* ============================================================
   PRINCIPLES
   ============================================================ */
.ml-principles {
  display: grid; grid-template-columns: 1fr;
  gap: 1.5rem; margin-top: 3rem;
}
@media (min-width: 720px) { .ml-principles { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .ml-principles { grid-template-columns: repeat(3, 1fr); } }
.ml-principle {
  background: #fff; border: 1px solid var(--ml-border);
  padding: 2.2rem 2rem; transition: all 0.25s;
  position: relative; overflow: hidden;
}
.ml-principle::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--ml-accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}
.ml-principle:hover { border-color: var(--ml-accent); transform: translateY(-3px); box-shadow: 0 15px 30px -10px rgba(10,22,40,0.12); }
.ml-principle:hover::before { transform: scaleX(1); }
.ml-principle__num {
  font-family: var(--ml-font-display);
  font-size: 2.2rem; color: var(--ml-accent);
  font-weight: 500; line-height: 1;
  margin-bottom: 1rem; letter-spacing: -0.02em;
}
.ml-principle h3 {
  font-family: var(--ml-font-serif); font-size: 1.15rem;
  color: var(--ml-ink); margin-bottom: 0.5rem;
  font-weight: 700;
}
.ml-principle p { color: var(--ml-ink-soft); font-size: 0.93rem; line-height: 1.7; }

/* ============================================================
   FAQ
   ============================================================ */
.ml-faq { max-width: 860px; margin: 0 auto; }
.ml-faq__item {
  border-bottom: 1px solid var(--ml-border); padding: 0.5rem 0;
  transition: background 0.2s;
}
.ml-faq__item.is-open { background: rgba(184,147,90,0.03); margin: 0 -2rem; padding: 0 2rem; border-radius: 4px; }
.ml-faq__q {
  width: 100%; text-align: left; background: transparent;
  border: none; padding: 1.5rem 0;
  font-family: var(--ml-font-serif);
  font-size: 1.15rem; font-weight: 600;
  color: var(--ml-ink); cursor: pointer;
  display: flex; justify-content: space-between;
  align-items: center; letter-spacing: -0.01em;
  gap: 1rem;
}
.ml-faq__q span { font-size: 1.8rem; color: var(--ml-accent); font-weight: 300; transition: transform 0.3s; flex-shrink: 0; }
.ml-faq__item.is-open .ml-faq__q span { transform: rotate(45deg); }
.ml-faq__a {
  max-height: 0; overflow: hidden; transition: max-height 0.4s;
  color: var(--ml-ink-soft); line-height: 1.8;
  padding: 0; font-size: 1rem;
}
.ml-faq__item.is-open .ml-faq__a { max-height: 500px; padding-bottom: 1.5rem; }

/* ============================================================
   CONSULT
   ============================================================ */
.ml-consult-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 720px) { .ml-consult-grid { grid-template-columns: 1fr 1fr; } }
.ml-consult-option {
  background: #fff; border: 1px solid var(--ml-border);
  padding: 3rem 2rem; text-align: center;
  transition: all 0.3s; display: block;
  text-decoration: none; color: inherit;
}
.ml-consult-option:hover { border-color: var(--ml-accent); transform: translateY(-3px); box-shadow: 0 20px 40px -10px rgba(10,22,40,0.15); }
.ml-consult-option__num {
  font-family: var(--ml-font-display); font-style: italic;
  color: var(--ml-accent); font-size: 0.85rem;
  letter-spacing: 0.22em; margin-bottom: 1rem;
  font-weight: 500; text-transform: uppercase;
}
.ml-consult-option h3 {
  font-family: var(--ml-font-serif); font-size: 1.5rem;
  color: var(--ml-ink); margin-bottom: 1rem; font-weight: 700;
}
.ml-consult-option__big {
  font-family: var(--ml-font-display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--ml-accent-dark); margin: 1rem 0;
  letter-spacing: -0.01em;
}
.ml-consult-option p { color: var(--ml-muted); font-size: 0.92rem; }

.ml-info-box {
  background: var(--ml-bg-alt); border-left: 4px solid var(--ml-accent);
  padding: 2rem 2.2rem; margin: 3rem 0;
  border-radius: 0 6px 6px 0;
}
.ml-info-box strong {
  display: block; font-family: var(--ml-font-serif);
  font-size: 1.2rem; color: var(--ml-ink); margin-bottom: 0.6rem;
}
.ml-info-box p { color: var(--ml-ink-soft); line-height: 1.8; }

/* ============================================================
   KADENCE OVERRIDES
   ============================================================ */
.site-header { box-shadow: 0 1px 3px rgba(10,22,40,0.06); z-index: 99 !important; background: rgba(250,250,247,0.95) !important; backdrop-filter: blur(10px); }
.site-branding .site-title, .site-title a { font-family: var(--ml-font-serif); font-weight: 700; color: var(--ml-ink) !important; }
.entry-content &gt; .wp-block-group:first-child { padding: 0; }
.entry-content { padding: 0 !important; }
.wp-site-blocks { padding: 0 !important; }
body.home .entry-header, body.home .post-title { display: none !important; }
body.page .content-wrap { max-width: none !important; padding: 0 !important; }
body.page .entry-header { display: none !important; }
body, body .site, body .wp-site-blocks { background: var(--ml-bg) !important; }

.single .entry-title {
  font-family: var(--ml-font-serif) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  color: var(--ml-ink) !important;
}
.single .entry-content h2 {
  font-family: var(--ml-font-serif) !important;
  font-size: 1.7rem !important;
  color: var(--ml-ink) !important;
  margin-top: 3rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid var(--ml-border) !important;
}
.single .entry-content blockquote {
  border-left: 3px solid var(--ml-accent) !important;
  font-family: var(--ml-font-serif) !important;
  font-style: italic !important;
}
h1, h2, h3 { font-family: var(--ml-font-serif); color: var(--ml-ink); }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 767px) {
  body::before { opacity: 0.4; }
  .ml-container { padding: 0 1.2rem; }
  .ml-hero { min-height: auto; margin: -1rem -1rem 0; }
  .ml-hero__grid { padding: 5rem 1.2rem 3rem; gap: 2rem; }
  .ml-hero__title { font-size: 2.3rem; line-height: 1.15; }
  .ml-hero__lead { font-size: 1rem; margin-bottom: 2rem; line-height: 1.7; }
  .ml-hero__ctas { flex-direction: column; gap: 0.6rem; }
  .ml-hero__ctas .ml-btn { width: 100%; justify-content: center; padding: 1rem 1.5rem; }
  .ml-hero__photo { min-height: 380px; margin-top: -1rem; }
  .ml-hero__photo img { max-height: 480px; }
  .ml-hero__scroll { display: none; }
  .ml-hero__roman { display: none; }

  .ml-section { padding: 4.5rem 0; }
  .ml-section__header { margin-bottom: 2.5rem; }
  .ml-section__title { font-size: 1.8rem; line-height: 1.25; }
  .ml-section__lead { font-size: 1rem; line-height: 1.7; }
  .ml-section__bg-num, .ml-meet::before { display: none; }

  .ml-why-card { padding: 2rem 1.5rem; }

  .ml-meet { padding: 4.5rem 0; }
  .ml-meet__photo-wrap { padding: 1.5rem 0 1.5rem 1.5rem; }
  .ml-meet__photo-wrap::before, .ml-meet__photo-wrap::after { width: 50%; height: 50%; }
  .ml-meet__sig { font-size: 3.5rem; }
  .ml-meet__firm-tag { bottom: 1.5rem; right: 0; padding: 0.9rem 1.2rem; }
  .ml-meet__firm-tag strong { font-size: 1rem; }
  .ml-meet__quote { font-size: 1.1rem; padding-left: 1rem; }
  .ml-meet__quote::before { display: none; }

  .ml-practice-card__img { height: 200px; }
  .ml-practice-card__body { padding: 1.8rem; }
  .ml-practice-card h3 { font-size: 1.3rem; }

  .ml-service { padding: 1.5rem 1.2rem; }

  .ml-process { gap: 3rem; }
  .ml-process__step { padding-top: 3.5rem; }
  .ml-process__num { font-size: 2.5rem; }

  .ml-verdict { padding: 1.8rem 1.5rem; }
  .ml-verdict__court { font-size: 1rem; }
  .ml-verdict__case { font-size: 1.05rem; }

  .ml-case-card { padding: 2rem; }
  .ml-case-card h3 { font-size: 1.2rem; }

  .ml-testimonial { padding: 2rem 1.5rem; }
  .ml-testimonial::before { left: 1rem; font-size: 4.5rem; }
  .ml-testimonial p { font-size: 1rem; }

  .ml-insight-card { padding: 1.7rem; }
  .ml-insight-card h3 { font-size: 1.08rem; }
  .ml-insights-cta { flex-direction: column; }
  .ml-insights-cta .ml-btn { width: 100%; justify-content: center; }

  .ml-press { padding: 3rem 0; }
  .ml-press__logos { gap: 1.5rem; font-size: 1rem; justify-content: center; }

  .ml-contact-cta { position: static; }
  .ml-contact-cta__inner { padding: 2.5rem 1.8rem; }
  .ml-contact-cta h3 { font-size: 1.7rem; }
  .ml-contact-item__value { font-size: 1.2rem; }

  .ml-cta { padding: 4.5rem 0; }
  .ml-cta h2 { font-size: 1.8rem; }
  .ml-cta p { font-size: 0.98rem; }
  .ml-cta__actions { flex-direction: column; width: 100%; padding: 0 1rem; }
  .ml-cta__actions .ml-btn { width: 100%; justify-content: center; }

  .ml-page-hero { padding: 7rem 0 3.5rem; margin: -1rem -1rem 0; }
  .ml-page-hero h1 { font-size: 2.2rem; }

  .ml-about-split { gap: 2.5rem; }
  .ml-about-split__photo { aspect-ratio: 3 / 4; max-height: 500px; }
  .ml-lead { font-size: 1.1rem; padding-left: 1rem; }

  .ml-timeline { padding-left: 2rem; }
  .ml-timeline__marker { left: -2rem; }

  .ml-principle { padding: 1.7rem 1.4rem; }
  .ml-principle__num { font-size: 1.9rem; }

  .ml-faq__q { font-size: 1.05rem; padding: 1.2rem 0; }
  .ml-faq__q span { font-size: 1.5rem; }
  .ml-faq__item.is-open { margin: 0; padding: 0; }

  .ml-consult-option { padding: 2rem 1.3rem; }
  .ml-info-box { padding: 1.5rem 1.3rem; margin: 2rem 0; }
}

@media (max-width: 480px) {
  .ml-hero__marks { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .ml-hero__title { font-size: 2rem; }
  .ml-section__title { font-size: 1.6rem; }
}
@media (max-width: 959px) { .nav-toggle { display: block !important; } }
/* === MING LAWYER PREMIUM END === */

/* =======================================================
   CRITICAL FIX PATCH (fix_critical_issues.php)
   ======================================================= */

/* 한글 어절 단위 줄바꿈 강제 */
.ml-hero__title,
.ml-section__title,
.ml-practice-card h3,
.ml-practice-card p,
.ml-practice-card__tags span,
.ml-service h4,
.ml-service p,
.ml-case-card h3,
.ml-case-card p,
.ml-meet__bio p,
.ml-insight-card h3,
.ml-insight-card p,
.ml-verdict-card h4,
.ml-verdict-card p,
.ml-cta h2,
.ml-cta p,
.ml-faq-teaser h3,
.ml-faq-teaser p {
  word-break: keep-all !important;
  line-break: strict !important;
  overflow-wrap: break-word;
}

/* Practice 그리드 강제 2-col (워드프레스 래퍼 대응) */
body .ml-practice-grid,
.entry-content .ml-practice-grid,
.wp-block-post-content .ml-practice-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 2rem !important;
}
@media (max-width: 720px) {
  body .ml-practice-grid,
  .entry-content .ml-practice-grid,
  .wp-block-post-content .ml-practice-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Practice 카드 이미지 영역 — 로컬 그라디언트라도 세련되게 */
.ml-practice-card__img {
  background-color: #0A1628;
  position: relative;
  overflow: hidden;
}
.ml-practice-card__img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(184,147,90,0.35) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(184,147,90,0.22) 0%, transparent 40%),
    repeating-linear-gradient(45deg, transparent 0, transparent 40px, rgba(255,255,255,0.03) 40px, rgba(255,255,255,0.03) 41px);
  z-index: 1;
}
.ml-practice-card__img::after {
  z-index: 2;
  background:
    linear-gradient(to bottom, transparent 40%, rgba(10,22,40,0.7) 100%) !important;
}

/* Practice 카드 본문 아이콘 추가 */
.ml-practice-card:nth-child(1) .ml-practice-card__img::before {
  background-image:
    radial-gradient(circle at 50% 50%, rgba(184,147,90,0.4) 0%, transparent 55%),
    repeating-linear-gradient(45deg, transparent 0, transparent 30px, rgba(255,255,255,0.04) 30px, rgba(255,255,255,0.04) 31px);
}
.ml-practice-card:nth-child(1) .ml-practice-card__img::after {
  content: '⧉';
  font-size: 180px;
  color: rgba(184,147,90,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ml-font-serif);
  background:
    linear-gradient(to bottom, transparent 40%, rgba(10,22,40,0.7) 100%) !important;
}
.ml-practice-card:nth-child(2) .ml-practice-card__img::after {
  content: '◈';
  font-size: 180px;
  color: rgba(184,147,90,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ml-font-serif);
  background:
    linear-gradient(to bottom, transparent 40%, rgba(10,22,40,0.7) 100%) !important;
}

/* MEET 섹션 좌우 정렬 */
.ml-meet__grid {
  align-items: center !important;
}
.ml-meet__bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.ml-meet__photo-frame {
  min-height: 540px;
  align-self: stretch;
}

/* 히어로 타이틀 폭 제한으로 예쁜 줄바꿈 유도 */
.ml-hero__title {
  max-width: 14ch;
}
@media (max-width: 980px) {
  .ml-hero__title { max-width: 100%; }
}

/* INSIGHTS 카드 빈 카드 숨김 */
.ml-insight-card:empty,
.ml-insight-card.is-empty {
  display: none !important;
}

/* Uncategorized 카테고리 라벨 숨김 */
.ml-insight-card__cat:empty {
  display: none;
}

/* =======================================================
   BRANDING + DYNAMIC BG (add_branding_and_bg.php)
   ======================================================= */

/* 모노그램 로고 SVG — MD 이니셜 */
:root {
  --ml-monogram: url("data:image/svg+xml;utf8,MD");
  --ml-monogram-light: url("data:image/svg+xml;utf8,MD");
  --ml-scale-icon: url("data:image/svg+xml;utf8,");
}

/* 헤더에 모노그램 앞에 표시 */
body .site-branding::before,
body .site-title::before {
  content: '';
  display: inline-block;
  width: 40px; height: 40px;
  background-image: var(--ml-monogram);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
  transform: translateY(-2px);
}

/* =======================================================
   섹션별 동적 배경 — 그라디언트 메쉬
   ======================================================= */
.ml-section--light {
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgba(184,147,90,0.06) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 80% 90%, rgba(10,22,40,0.04) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(247,244,236,1) 0%, rgba(250,250,247,1) 100%) !important;
  position: relative;
  overflow: hidden;
}
.ml-section--light::before {
  content: '';
  position: absolute;
  top: 15%; right: -80px;
  width: 360px; height: 360px;
  background-image: var(--ml-scale-icon);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
  animation: ml-float 22s ease-in-out infinite;
}
.ml-section--light:nth-of-type(even)::before {
  right: auto; left: -80px;
  transform: scaleX(-1);
  animation-delay: -10s;
}

.ml-section--warm {
  background:
    radial-gradient(ellipse 100% 70% at 70% 20%, rgba(184,147,90,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 80% 60% at 10% 80%, rgba(139,107,62,0.08) 0%, transparent 55%),
    linear-gradient(180deg, #F4F2EC 0%, #EDE6D6 100%) !important;
  position: relative;
  overflow: hidden;
}
.ml-section--warm::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--ml-monogram-light);
  background-size: 450px 450px;
  background-position: 110% 50%;
  background-repeat: no-repeat;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
  animation: ml-pulse 14s ease-in-out infinite;
}

/* 다크 섹션은 이미 동적이지만 별 장식 추가 */
.ml-section--dark::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(184,147,90,0.12) 0%, transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(184,147,90,0.08) 0%, transparent 40%);
  pointer-events: none;
  z-index: 1;
}

/* 컨테이너는 위로 */
.ml-section--light &gt; .ml-container,
.ml-section--warm &gt; .ml-container { position: relative; z-index: 2; }

/* =======================================================
   BODY 전역 — 은은한 브랜드 색 그라디언트 (기본 배경)
   ======================================================= */
body.home, body.page {
  background:
    radial-gradient(ellipse 60% 30% at 50% 0%, rgba(184,147,90,0.03) 0%, transparent 60%),
    radial-gradient(ellipse 80% 40% at 100% 50%, rgba(10,22,40,0.02) 0%, transparent 60%),
    var(--ml-bg) !important;
}

/* =======================================================
   플로팅 장식 — 라틴 명언 &amp; 숫자
   ======================================================= */
.ml-section--light::after {
  content: 'Lex · Ratio · Fides';
  position: absolute;
  bottom: 4%; left: 3%;
  font-family: var(--ml-font-display);
  font-style: italic;
  font-size: 1rem;
  color: rgba(184,147,90,0.22);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 0;
}

/* =======================================================
   히어로 — 추가 장식
   ======================================================= */
.ml-hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%;
  transform: translateX(-50%);
  width: 180px; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--ml-accent) 50%, transparent 100%);
  z-index: 5;
}
.ml-hero__roman {
  animation: ml-float-slow 18s ease-in-out infinite;
}

/* =======================================================
   애니메이션 — 미묘하게
   ======================================================= */
@keyframes ml-float {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.4; }
  50% { transform: translateY(-15px) scale(1.03); opacity: 0.55; }
}
@keyframes ml-float-slow {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -12px); }
}
@keyframes ml-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.02); }
}
@keyframes ml-drift {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(20px); }
}

/* =======================================================
   섹션 사이 구분선 — 더 세련되게
   ======================================================= */
.ml-section + .ml-section::before {
  content: '✦';
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  color: var(--ml-accent);
  font-size: 1.1rem;
  background: var(--ml-bg);
  padding: 0 20px;
  z-index: 5;
  opacity: 0.7;
}

/* =======================================================
   CONTAINER 좌우 여백에 faded 장식
   ======================================================= */
.ml-section__header {
  position: relative;
}
.ml-section__header::before {
  content: '';
  position: absolute;
  top: -30px; left: -60px;
  width: 40px; height: 40px;
  border-top: 1px solid var(--ml-accent);
  border-left: 1px solid var(--ml-accent);
  opacity: 0.4;
}
.ml-section__header::after {
  content: '';
  position: absolute;
  bottom: -20px; right: -60px;
  width: 40px; height: 40px;
  border-bottom: 1px solid var(--ml-accent);
  border-right: 1px solid var(--ml-accent);
  opacity: 0.4;
}
@media (max-width: 980px) {
  .ml-section__header::before,
  .ml-section__header::after { display: none; }
}

/* =======================================================
   푸터 브랜드
   ======================================================= */
.site-footer, footer.site-footer, #colophon {
  background: linear-gradient(180deg, #0A1628 0%, #051020 100%) !important;
  color: #EDE6D6 !important;
  padding: 4rem 0 2rem !important;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--ml-accent), transparent);
}
.site-footer::after {
  content: '';
  position: absolute;
  top: 50%; right: -100px;
  width: 400px; height: 400px;
  background-image: var(--ml-monogram);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.04;
  transform: translateY(-50%);
  pointer-events: none;
}

/* =======================================================
   CARDS — 더 입체감
   ======================================================= */
.ml-why-card,
.ml-case-card,
.ml-verdict-card,
.ml-insight-card,
.ml-service {
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(250,249,245,0.95) 100%) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}
.ml-why-card::before,
.ml-case-card::before,
.ml-verdict-card::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(184,147,90,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* =======================================================
   SECTIONS — 세로 간격 살짝 줄이고 리듬
   ======================================================= */
.ml-section { padding: 7rem 0 !important; }
@media (max-width: 767px) { .ml-section { padding: 4rem 0 !important; } }

/* =======================================================
   히어로 — 깊이 더
   ======================================================= */
.ml-hero {
  background:
    radial-gradient(circle at 20% 30%, rgba(184,147,90,0.22) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(184,147,90,0.12) 0%, transparent 40%),
    linear-gradient(135deg, #051020 0%, #0A1628 40%, #14294A 100%),
    var(--ml-ink) !important;
  position: relative;
  overflow: hidden;
}
.ml-hero__text { position: relative; z-index: 3; }

/* =======================================================
   SERVICES — 격자 배경
   ======================================================= */
.ml-services-grid { position: relative; z-index: 2; }

.ml-service {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 3px solid transparent;
}
.ml-service:hover {
  transform: translateY(-6px);
  border-top-color: var(--ml-accent);
  box-shadow: 0 20px 40px -15px rgba(10,22,40,0.15);
}

/* =======================================================
   BG FIX PATCH (fix_bg_issues.php)
   ======================================================= */

/* 섹션 구분 ✦ 제거 — 혼란 유발 */
.ml-section + .ml-section::before { display: none !important; }

/* 다크 섹션의 ::after 제거 — PROCESS 분할 문제 해결 */
.ml-section--dark::after {
  background: none !important;
  content: none !important;
}

/* 다크 섹션은 원래의 건축 사진 배경 + 그라디언트만 */
.ml-section--dark {
  position: relative;
  overflow: hidden;
}

/* 워터마크·장식을 z-index: 0 으로 강제해서 콘텐츠 가리지 않도록 */
.ml-section--light::before,
.ml-section--light::after,
.ml-section--warm::before,
.ml-section--warm::after {
  z-index: 0 !important;
}
.ml-section--light &gt; .ml-container,
.ml-section--warm &gt; .ml-container,
.ml-section--dark &gt; .ml-container {
  position: relative !important;
  z-index: 3 !important;
}

/* 라틴 문구는 좀 더 은은하게 */
.ml-section--light::after {
  content: 'Lex · Ratio · Fides' !important;
  opacity: 0.15 !important;
  font-size: 0.9rem !important;
  bottom: 3% !important;
  left: 5% !important;
}

/* 섹션당 다른 라틴 문구 */
.ml-section--light:nth-of-type(3)::after { content: 'Vincit omnia veritas' !important; }
.ml-section--light:nth-of-type(5)::after { content: 'Pro bono publico' !important; }
.ml-section--light:nth-of-type(7)::after { content: 'Audi alteram partem' !important; }
.ml-section--light:nth-of-type(9)::after { content: 'Fiat iustitia' !important; }

/* MEET 섹션 — 텍스트 선명도 강제 */
.ml-meet,
.ml-meet .ml-meet__bio,
.ml-meet .ml-meet__bio h2,
.ml-meet .ml-meet__bio h3,
.ml-meet .ml-meet__bio p,
.ml-meet .ml-meet__bio li,
.ml-meet__quote,
.ml-meet__meta {
  opacity: 1 !important;
  color: var(--ml-ink) !important;
}
.ml-meet__quote { color: var(--ml-ink-soft) !important; }
.ml-meet__meta-label { color: var(--ml-accent-dark) !important; }

/* MEET 섹션 독자적 배경 */
.ml-meet {
  background:
    linear-gradient(135deg, #F7F4EC 0%, #EDE6D6 50%, #F4F2EC 100%) !important;
  position: relative;
  overflow: hidden;
}
.ml-meet::before {
  content: '';
  position: absolute;
  top: 10%; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(184,147,90,0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.ml-meet &gt; .ml-container {
  position: relative;
  z-index: 2;
}

/* 카드 backdrop-filter 제거 (MEET 섹션 오염 원인 가능) */
.ml-why-card,
.ml-case-card,
.ml-verdict-card,
.ml-insight-card,
.ml-service {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #FFFFFF !important;
}

/* Why 카드 등 ::before 동그라미도 투명 낮게 */
.ml-why-card::before,
.ml-case-card::before,
.ml-verdict-card::before {
  opacity: 0.5;
  z-index: 0;
}

/* 스케일 아이콘 더 안 튀게 */
.ml-section--light::before {
  opacity: 0.25 !important;
}

/* CTA 다크 섹션도 ::after 지우기 */
.ml-cta::after { content: none !important; background: none !important; }

/* 섹션 헤더 브래킷 장식은 유지하되 덜 튀게 */
.ml-section__header::before,
.ml-section__header::after {
  opacity: 0.25 !important;
}

/* 푸터 — 실제 푸터 영역 재스타일 */
.site-footer-wrap,
.site-footer-row-container {
  background: linear-gradient(180deg, #0A1628 0%, #051020 100%) !important;
  color: #EDE6D6 !important;
}
.site-footer-wrap *,
.site-footer-row-container * {
  color: inherit !important;
}

/* =======================================================
   헤더에 로고 이미지 대신 텍스트 장식
   ======================================================= */
body .site-branding::before,
body .site-title::before,
body .site-logo::before {
  display: none !important; /* 제거 — Kadence 가 다른 구조 사용 */
}

.site-title a, .site-title, .custom-logo-link {
  position: relative;
  padding-left: 52px !important;
}
.site-title a::before,
.site-title::before,
.custom-logo-link::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  background-image: var(--ml-monogram);
  background-size: contain;
  background-repeat: no-repeat;
  display: block !important;
}

/* =======================================================
   LOGO HEADER FIX
   ======================================================= */
.site-branding .brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  text-decoration: none !important;
}
.site-branding .brand::before {
  content: '';
  display: inline-block;
  width: 44px; height: 44px;
  background-image: var(--ml-monogram);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.site-title {
  font-family: var(--ml-font-serif) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  color: var(--ml-ink) !important;
  letter-spacing: -0.01em !important;
  margin: 0 !important;
}
.site-title-wrap {
  display: flex !important;
  align-items: center !important;
}
.site-title::after {
  content: 'LAW FIRM DAEJIN';
  display: block;
  font-family: var(--ml-font-display);
  font-style: italic;
  font-size: 0.65rem;
  color: var(--ml-accent-dark);
  letter-spacing: 0.3em;
  font-weight: 400;
  margin-top: 2px;
}

/* 헤더 전체 스타일 업그레이드 */
.site-header {
  background: rgba(250, 250, 247, 0.92) !important;
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  border-bottom: 1px solid rgba(184, 147, 90, 0.15) !important;
  box-shadow: 0 1px 30px rgba(10, 22, 40, 0.04) !important;
}

/* 메뉴 항목 스타일 */
.site-header-item .menu-item a {
  font-family: var(--ml-font-sans) !important;
  font-weight: 500 !important;
  font-size: 0.92rem !important;
  color: var(--ml-ink-soft) !important;
  letter-spacing: 0.02em !important;
  transition: color 0.25s;
  position: relative;
}
.site-header-item .menu-item a:hover {
  color: var(--ml-accent-dark) !important;
}
.site-header-item .menu-item a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 1px;
  background: var(--ml-accent);
  transition: width 0.3s;
}
.site-header-item .menu-item a:hover::after {
  width: 80%;
}


:root {
  --ml-monogram: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.2%22%3E%3Ccircle%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2256%22%2F%3E%3Ccircle%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2248%22%20opacity%3D%220.4%22%2F%3E%3C%2Fg%3E%3Ctext%20x%3D%2260%22%20y%3D%2274%22%20font-family%3D%22Georgia%2C%20serif%22%20font-style%3D%22italic%22%20font-size%3D%2244%22%20font-weight%3D%22400%22%20text-anchor%3D%22middle%22%20fill%3D%22%23B8935A%22%3EMD%3C%2Ftext%3E%3Cg%20stroke%3D%22%23B8935A%22%20stroke-width%3D%220.8%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%2260%22%20x2%3D%2234%22%20y2%3D%2260%22%2F%3E%3Cline%20x1%3D%2286%22%20y1%3D%2260%22%20x2%3D%22102%22%20y2%3D%2260%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  --ml-monogram-light: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23D4B082%22%20stroke-width%3D%221.2%22%20opacity%3D%220.35%22%3E%3Ccircle%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2256%22%2F%3E%3Ccircle%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2248%22%2F%3E%3C%2Fg%3E%3Ctext%20x%3D%2260%22%20y%3D%2274%22%20font-family%3D%22Georgia%2C%20serif%22%20font-style%3D%22italic%22%20font-size%3D%2244%22%20text-anchor%3D%22middle%22%20fill%3D%22%23D4B082%22%20opacity%3D%220.25%22%3EMD%3C%2Ftext%3E%3C%2Fsvg%3E");
  --ml-scale-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%220.8%22%20opacity%3D%220.35%22%3E%3Cline%20x1%3D%22100%22%20y1%3D%2220%22%20x2%3D%22100%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%2240%22%20y1%3D%2240%22%20x2%3D%22160%22%20y2%3D%2240%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%22160%22%20cy%3D%2240%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M%2020%2090%20Q%2040%20130%2060%2090%20Z%22%2F%3E%3Cpath%20d%3D%22M%20140%2090%20Q%20160%20130%20180%2090%20Z%22%2F%3E%3Cline%20x1%3D%2280%22%20y1%3D%22180%22%20x2%3D%22120%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%2290%22%20y1%3D%22175%22%20x2%3D%22110%22%20y2%3D%22175%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* =======================================================
   NEW LOGO — 저울(Scales of Justice)
   ======================================================= */
:root {
  --ml-monogram: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%221%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23D4B082%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238A6B3E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2247%22%20fill%3D%22none%22%20stroke%3D%22url%28%23g1%29%22%20stroke-width%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20fill%3D%22none%22%20stroke%3D%22url%28%23g1%29%22%20stroke-width%3D%220.6%22%20opacity%3D%220.5%22%2F%3E%3Cline%20x1%3D%2250%22%20y1%3D%2220%22%20x2%3D%2250%22%20y2%3D%2278%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.8%22%2F%3E%3Cline%20x1%3D%2226%22%20y1%3D%2232%22%20x2%3D%2274%22%20y2%3D%2232%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.8%22%2F%3E%3Ccircle%20cx%3D%2226%22%20cy%3D%2232%22%20r%3D%221.8%22%20fill%3D%22%23B8935A%22%2F%3E%3Ccircle%20cx%3D%2274%22%20cy%3D%2232%22%20r%3D%221.8%22%20fill%3D%22%23B8935A%22%2F%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2232%22%20r%3D%222.4%22%20fill%3D%22%23B8935A%22%2F%3E%3Cline%20x1%3D%2226%22%20y1%3D%2233%22%20x2%3D%2222%22%20y2%3D%2244%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%220.5%22%2F%3E%3Cline%20x1%3D%2226%22%20y1%3D%2233%22%20x2%3D%2230%22%20y2%3D%2244%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%220.5%22%2F%3E%3Cline%20x1%3D%2274%22%20y1%3D%2233%22%20x2%3D%2270%22%20y2%3D%2244%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%220.5%22%2F%3E%3Cline%20x1%3D%2274%22%20y1%3D%2233%22%20x2%3D%2278%22%20y2%3D%2244%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M%2014%2044%20Q%2026%2058%2038%2044%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20d%3D%22M%2014%2044%20L%2038%2044%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20d%3D%22M%2062%2044%20Q%2074%2058%2086%2044%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.4%22%2F%3E%3Cpath%20d%3D%22M%2062%2044%20L%2086%2044%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.4%22%2F%3E%3Cline%20x1%3D%2240%22%20y1%3D%2278%22%20x2%3D%2260%22%20y2%3D%2278%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%222.4%22%2F%3E%3Cline%20x1%3D%2244%22%20y1%3D%2282%22%20x2%3D%2256%22%20y2%3D%2282%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E");
  --ml-monogram-light: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221%22%20opacity%3D%220.18%22%3E%3Cline%20x1%3D%2250%22%20y1%3D%2220%22%20x2%3D%2250%22%20y2%3D%2278%22%2F%3E%3Cline%20x1%3D%2226%22%20y1%3D%2232%22%20x2%3D%2274%22%20y2%3D%2232%22%2F%3E%3Cpath%20d%3D%22M%2014%2044%20Q%2026%2058%2038%2044%20Z%22%2F%3E%3Cpath%20d%3D%22M%2014%2044%20L%2038%2044%22%2F%3E%3Cpath%20d%3D%22M%2062%2044%20Q%2074%2058%2086%2044%20Z%22%2F%3E%3Cpath%20d%3D%22M%2062%2044%20L%2086%2044%22%2F%3E%3Cline%20x1%3D%2240%22%20y1%3D%2278%22%20x2%3D%2260%22%20y2%3D%2278%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  --ml-seal: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Crect%20x%3D%226%22%20y%3D%226%22%20width%3D%2288%22%20height%3D%2288%22%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%222.5%22%20rx%3D%224%22%2F%3E%3Crect%20x%3D%2212%22%20y%3D%2212%22%20width%3D%2276%22%20height%3D%2276%22%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%220.8%22%20opacity%3D%220.5%22%20rx%3D%222%22%2F%3E%3Ctext%20x%3D%2250%22%20y%3D%2268%22%20font-family%3D%22Noto%20Serif%20KR%2C%20serif%22%20font-size%3D%2254%22%20font-weight%3D%22900%22%20text-anchor%3D%22middle%22%20fill%3D%22%23B8935A%22%3E%E6%B3%95%3C%2Ftext%3E%3C%2Fsvg%3E");
  --ml-column: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%20200%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221%22%20opacity%3D%220.3%22%3E%3Crect%20x%3D%228%22%20y%3D%220%22%20width%3D%2244%22%20height%3D%2212%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%2212%22%20width%3D%2252%22%20height%3D%226%22%2F%3E%3Cline%20x1%3D%2214%22%20y1%3D%2218%22%20x2%3D%2214%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%2222%22%20y1%3D%2218%22%20x2%3D%2222%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%2230%22%20y1%3D%2218%22%20x2%3D%2230%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%2238%22%20y1%3D%2218%22%20x2%3D%2238%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%2246%22%20y1%3D%2218%22%20x2%3D%2246%22%20y2%3D%22180%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%22180%22%20width%3D%2252%22%20height%3D%228%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%22188%22%20width%3D%2260%22%20height%3D%2212%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  --ml-gavel: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23B8935A%22%20stroke-width%3D%221.6%22%3E%3Crect%20x%3D%2228%22%20y%3D%2218%22%20width%3D%2244%22%20height%3D%2214%22%20rx%3D%222%22%2F%3E%3Crect%20x%3D%2232%22%20y%3D%2232%22%20width%3D%2236%22%20height%3D%224%22%2F%3E%3Cline%20x1%3D%2250%22%20y1%3D%2236%22%20x2%3D%2250%22%20y2%3D%2278%22%2F%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2282%22%20r%3D%226%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2286%22%20width%3D%2260%22%20height%3D%226%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* 헤더 로고는 저울 */
.site-branding .brand::before {
  background-image: var(--ml-monogram) !important;
  width: 48px !important; height: 48px !important;
}

/* 푸터 MD 대형 워터마크 → 저울로 교체 */
.site-footer::after,
.site-footer-wrap::after {
  background-image: var(--ml-monogram) !important;
  opacity: 0.06 !important;
}

/* 섹션 라이트 ::before 저울 아이콘도 바꿔주기 */
.ml-section--light::before {
  background-image: var(--ml-monogram) !important;
  opacity: 0.08 !important;
  width: 300px !important;
  height: 300px !important;
  top: 10% !important;
}

/* warm 섹션 워터마크는 法 도장으로 */
.ml-section--warm::before {
  background-image: var(--ml-seal) !important;
  background-size: 260px 260px !important;
  background-position: 96% 50% !important;
  opacity: 0.08 !important;
}

/* 히어로 왼쪽에 기둥 장식 추가 */
.ml-hero::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 2%;
  width: 60px;
  background-image: var(--ml-column);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.18;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 980px) { .ml-hero::before { display: none; } }

/* VERIFIED RECORD 섹션에 판사봉 장식 */
.ml-section--light:has(.ml-section__eyebrow:contains("VERIFIED"))::before,
body .ml-section[data-section="verified"]::before {
  background-image: var(--ml-gavel) !important;
}

/* =======================================================
   SUBPAGE COMPONENTS
   ======================================================= */

/* PAGE HERO (서브페이지 공통 히어로) */
.ml-page-hero {
  background:
    radial-gradient(circle at 20% 30%, rgba(184,147,90,0.22) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(184,147,90,0.12) 0%, transparent 40%),
    linear-gradient(135deg, #051020 0%, #0A1628 40%, #14294A 100%);
  color: #fff;
  padding: 9rem 0 7rem !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ml-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--ml-monogram);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.05;
  pointer-events: none;
}
.ml-page-hero &gt; .ml-container {
  position: relative; z-index: 2;
  max-width: 900px;
  text-align: center;
}
.ml-page-hero__eyebrow {
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent-light);
  font-size: 0.92rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.ml-page-hero__title {
  font-family: var(--ml-font-serif);
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.5rem;
  word-break: keep-all;
}
.ml-page-hero__title em {
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent-light);
  font-weight: 500;
}
.ml-page-hero__lead {
  font-size: 1.12rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
  word-break: keep-all;
}

/* ABOUT 페이지 레이아웃 */
.ml-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 900px) {
  .ml-about-grid { grid-template-columns: 1fr; gap: 3rem; }
}
.ml-about-photo { position: relative; }
.ml-about-photo__frame {
  position: relative;
  background: #0A1628;
  padding: 2rem;
  border: 1px solid var(--ml-accent);
  box-shadow: 20px 20px 0 rgba(184,147,90,0.1);
}
.ml-about-photo__frame img {
  display: block; width: 100%; height: auto;
  filter: contrast(1.05) saturate(0.95);
}
.ml-about-photo__badge {
  position: absolute;
  bottom: -30px; right: -20px;
  background: #0A1628;
  color: #fff;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--ml-accent);
  min-width: 240px;
}
.ml-about-photo__badge-eyebrow {
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  margin-bottom: 0.4rem;
}
.ml-about-photo__badge-name {
  font-family: var(--ml-font-serif);
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
}
.ml-about-bio__lead {
  font-size: 1.12rem;
  line-height: 1.85;
  color: var(--ml-ink-soft);
  margin-bottom: 2.5rem;
  word-break: keep-all;
}
.ml-about-meta__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--ml-border);
}
.ml-about-meta__row:last-child { border-bottom: 1px solid var(--ml-border); }
.ml-about-meta__label {
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent-dark);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ml-about-meta__value {
  color: var(--ml-ink);
  line-height: 1.75;
  word-break: keep-all;
}

/* PRINCIPLE GRID */
.ml-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 900px) { .ml-principle-grid { grid-template-columns: 1fr; } }
.ml-principle {
  background: #fff;
  padding: 3rem 2.5rem;
  border: 1px solid var(--ml-border);
  border-top: 3px solid var(--ml-accent);
  position: relative;
  transition: all 0.35s;
}
.ml-principle:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(10,22,40,0.18);
}
.ml-principle__num {
  font-family: var(--ml-font-display);
  font-style: italic;
  font-size: 3.5rem;
  color: var(--ml-accent);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 1rem;
}
.ml-principle h3 {
  font-family: var(--ml-font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ml-ink);
  margin-bottom: 1rem;
  word-break: keep-all;
}
.ml-principle p {
  color: var(--ml-ink-soft);
  line-height: 1.75;
  word-break: keep-all;
}

/* OFFICE GRID (About) */
.ml-office-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 720px) { .ml-office-grid { grid-template-columns: repeat(2, 1fr); } }
.ml-office-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(184,147,90,0.25);
  padding: 2.5rem 1.5rem;
  text-align: center;
  backdrop-filter: blur(10px);
}
.ml-office-card__icon {
  font-size: 2.2rem;
  color: var(--ml-accent-light);
  margin-bottom: 1rem;
}
.ml-office-card h4 {
  font-family: var(--ml-font-serif);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ml-office-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

/* PRACTICE 페이지 상세 */
.ml-practice-detail__header { text-align: center; margin-bottom: 4rem; }
.ml-service-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 720px) { .ml-service-grid-2col { grid-template-columns: 1fr; } }
.ml-service-row {
  padding: 2.5rem;
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--ml-border);
  margin: -0.5px;
  position: relative;
  transition: all 0.35s;
}
.ml-service-row:hover {
  background: #fff;
  transform: scale(1.02);
  z-index: 2;
  box-shadow: 0 30px 60px -20px rgba(10,22,40,0.18);
}
.ml-service-row__num {
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent);
  font-size: 0.88rem;
  letter-spacing: 0.22em;
  margin-bottom: 0.8rem;
}
.ml-service-row h3 {
  font-family: var(--ml-font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ml-ink);
  margin-bottom: 0.8rem;
  word-break: keep-all;
}
.ml-service-row p {
  color: var(--ml-ink-soft);
  line-height: 1.75;
  font-size: 0.96rem;
  word-break: keep-all;
}

/* CASE STORY (Cases 페이지) */
.ml-case-story {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  padding: 4rem 3.5rem;
  border: 1px solid var(--ml-border);
  position: relative;
}
.ml-case-story::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 60px;
  background: var(--ml-accent);
}
.ml-case-story__eyebrow {
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent);
  font-size: 0.88rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.ml-case-story__title {
  font-family: var(--ml-font-serif);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 800;
  color: var(--ml-ink);
  margin-bottom: 2rem;
  line-height: 1.35;
  word-break: keep-all;
}
.ml-case-story__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: var(--ml-bg-paper);
  border-left: 3px solid var(--ml-accent);
  margin-bottom: 2.5rem;
}
@media (max-width: 720px) { .ml-case-story__meta { grid-template-columns: 1fr 1fr; } }
.ml-case-story__meta &gt; div { display: flex; flex-direction: column; gap: 0.3rem; }
.ml-case-story__meta .label {
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent-dark);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ml-case-story__meta .val {
  font-family: var(--ml-font-serif);
  color: var(--ml-ink);
  font-weight: 600;
  font-size: 0.96rem;
  word-break: keep-all;
}
.ml-case-story__body p {
  color: var(--ml-ink-soft);
  line-height: 1.9;
  margin-bottom: 1.2rem;
  word-break: keep-all;
}
.ml-case-story__body strong {
  color: var(--ml-accent-dark);
  font-family: var(--ml-font-serif);
}

/* FAQ 확장형 */
.ml-faq__item {
  border-bottom: 1px solid var(--ml-border);
  transition: background 0.3s;
}
.ml-faq__item:hover { background: rgba(184,147,90,0.03); }
.ml-faq__q {
  width: 100%;
  text-align: left;
  padding: 2rem 3rem 2rem 0;
  background: transparent;
  border: none;
  font-family: var(--ml-font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ml-ink);
  cursor: pointer;
  position: relative;
  line-height: 1.5;
  word-break: keep-all;
}
.ml-faq__q::after {
  content: '+';
  position: absolute;
  right: 0.5rem; top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: var(--ml-accent);
  font-weight: 300;
  transition: transform 0.3s;
}
.ml-faq__item.is-open .ml-faq__q::after {
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}
.ml-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.3s;
  padding: 0 3rem 0 0;
}
.ml-faq__item.is-open .ml-faq__a {
  max-height: 800px;
  padding: 0 3rem 2rem 0;
}
.ml-faq__a p {
  color: var(--ml-ink-soft);
  line-height: 1.85;
  word-break: keep-all;
}
.ml-faq__a strong {
  color: var(--ml-accent-dark);
}

/* CONSULT 페이지 */
.ml-consult-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 900px) { .ml-consult-grid { grid-template-columns: 1fr; gap: 3rem; } }
.ml-consult-card {
  display: flex; gap: 1.5rem;
  background: #fff;
  padding: 1.8rem;
  border: 1px solid var(--ml-border);
  margin-bottom: 1rem;
  transition: all 0.35s;
}
.ml-consult-card:hover {
  border-color: var(--ml-accent);
  transform: translateX(4px);
  box-shadow: -4px 4px 20px rgba(184,147,90,0.12);
}
.ml-consult-card__icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}
.ml-consult-card h3 {
  font-family: var(--ml-font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ml-ink);
  margin-bottom: 0.3rem;
}
.ml-consult-card__handle {
  font-family: var(--ml-font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--ml-accent-dark);
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.ml-consult-card p {
  color: var(--ml-ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
  word-break: keep-all;
}
.ml-consult-checklist {
  list-style: none;
  padding: 0; counter-reset: ci;
}
.ml-consult-checklist li {
  counter-increment: ci;
  padding: 1.2rem 0 1.2rem 3rem;
  border-top: 1px solid var(--ml-border);
  position: relative;
  line-height: 1.75;
  word-break: keep-all;
  color: var(--ml-ink-soft);
}
.ml-consult-checklist li::before {
  content: counter(ci, decimal-leading-zero);
  position: absolute;
  left: 0; top: 1.2rem;
  font-family: var(--ml-font-display);
  font-style: italic;
  color: var(--ml-accent);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.ml-consult-checklist li:last-child { border-bottom: 1px solid var(--ml-border); }
.ml-consult-checklist li strong {
  color: var(--ml-ink);
  font-family: var(--ml-font-serif);
}
.ml-consult-note {
  margin-top: 2rem;
  padding: 1.2rem 1.5rem;
  background: rgba(184,147,90,0.08);
  border-left: 3px solid var(--ml-accent);
  color: var(--ml-ink-soft);
  font-size: 0.95rem;
  line-height: 1.7;
  word-break: keep-all;
}
.ml-consult-note strong { color: var(--ml-accent-dark); }
.ml-consult-note em { font-style: italic; color: var(--ml-ink); }

/* 버튼 변형 */
.ml-btn--outline-light {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff !important;
  text-decoration: none;
  font-family: var(--ml-font-serif);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.3s;
}
.ml-btn--outline-light:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--ml-accent);
}

/* ml-insights-grid 동적 컬럼 (홈) */
.ml-insights-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
}
@media (max-width: 900px) {
  .ml-insights-grid { grid-template-columns: 1fr !important; }
}

/* 블로그 단일 포스트 스타일 */
.ml-post__h3 {
  font-family: var(--ml-font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ml-ink);
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--ml-border);
  word-break: keep-all;
}
.ml-post__list {
  padding-left: 0.5rem;
  margin: 1rem 0 1.5rem;
}
.ml-post__list li {
  list-style: none;
  line-height: 1.85;
  color: var(--ml-ink-soft);
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  word-break: keep-all;
}
.ml-post__quote {
  background: rgba(184,147,90,0.06);
  border-left: 3px solid var(--ml-accent);
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
  font-family: var(--ml-font-serif);
  font-style: italic;
  color: var(--ml-ink);
  word-break: keep-all;
}
.single-post .entry-content p {
  line-height: 1.9;
  color: var(--ml-ink-soft);
  margin-bottom: 1.2rem;
  word-break: keep-all;
}

/* =======================================================
   SINGLE POST — 프리미엄 포스트 레이아웃
   ======================================================= */
body.single-post #inner-wrap {
  background: linear-gradient(180deg, #F9F6EF 0%, #FAFAFA 100%);
  padding-bottom: 0 !important;
}

body.single-post .entry-hero,
body.single-post .entry-header-wrap {
  background: #FAF8F2;
}

/* 포스트 컨테이너 폭 확장 + 여백 */
body.single-post .single-content,
body.single-post .entry-content-wrap {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 64px 32px 80px !important;
}

/* 카테고리 배지 */
body.single-post .entry-taxonomies .category-links {
  display: inline-block;
  background: linear-gradient(135deg, #B8935A, #D4B082);
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.single-post .entry-taxonomies .category-links a,
body.single-post .entry-taxonomies .category-links span {
  color: #fff !important;
  text-decoration: none;
}

/* 포스트 타이틀 */
body.single-post .entry-title {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #1A2332;
  word-break: keep-all;
  margin: 16px 0 24px;
}

/* 포스트 메타 */
body.single-post .entry-meta {
  padding: 16px 0 24px;
  border-bottom: 1px solid #E8DCC4;
  font-size: 13px;
  color: #8A7B6A;
  letter-spacing: 0.02em;
}

/* 본문 타이포그래피 */
body.single-post .entry-content &gt; p {
  font-size: 17px;
  line-height: 1.95;
  color: #2A3442;
  margin: 0 0 20px;
  word-break: keep-all;
  letter-spacing: -0.01em;
}

body.single-post .entry-content .ml-post__h3 {
  font-family: 'Noto Serif KR', serif;
  font-size: 24px;
  line-height: 1.45;
  color: #1A2332;
  font-weight: 700;
  margin: 48px 0 20px;
  padding-left: 14px;
  border-left: 4px solid #B8935A;
  word-break: keep-all;
}

body.single-post .entry-content .ml-post__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  background: #FAF8F2;
  border-left: 3px solid #B8935A;
  padding: 20px 28px;
  border-radius: 0 8px 8px 0;
}
body.single-post .entry-content .ml-post__list li {
  font-size: 16px;
  line-height: 1.85;
  color: #2A3442;
  padding: 8px 0;
  word-break: keep-all;
  border-bottom: 1px dashed #E8DCC4;
}
body.single-post .entry-content .ml-post__list li:last-child { border-bottom: none; }

body.single-post .entry-content .ml-post__quote {
  font-family: 'Noto Serif KR', serif;
  font-size: 20px;
  line-height: 1.7;
  color: #5A4A2E;
  font-style: italic;
  margin: 32px 0;
  padding: 24px 32px;
  background: linear-gradient(135deg, #FAF0DE 0%, #F5E6C8 100%);
  border-left: 5px solid #B8935A;
  border-radius: 0 8px 8px 0;
  word-break: keep-all;
}

/* 포스트 말미 연락처 박스 자동 감싸기 — p중 상담전화/카카오톡 강조 */
body.single-post .entry-content &gt; p:has(+ p:last-child),
body.single-post .entry-content &gt; p:last-child {
  color: #1A2332;
}

/* 태그 영역 */
body.single-post .entry-taxonomies + .entry-content + .entry-meta,
body.single-post .entry-footer-inner-wrap .tags-links {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #E8DCC4;
}
body.single-post .tags-links a,
body.single-post .entry-content a[rel="tag"] {
  display: inline-block;
  padding: 6px 14px;
  margin: 4px 6px 4px 0;
  background: #F5EDE0;
  color: #8A6B3E !important;
  border: 1px solid #E8DCC4;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s;
}
body.single-post .tags-links a:hover {
  background: #B8935A;
  color: #fff !important;
  border-color: #B8935A;
}

/* Prev/Next navigation */
body.single-post .post-navigation {
  max-width: 760px;
  margin: 40px auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body.single-post .post-navigation .nav-previous,
body.single-post .post-navigation .nav-next {
  padding: 24px;
  background: #fff;
  border: 1px solid #E8DCC4;
  border-radius: 8px;
  transition: all 0.3s;
}
body.single-post .post-navigation .nav-previous:hover,
body.single-post .post-navigation .nav-next:hover {
  border-color: #B8935A;
  box-shadow: 0 8px 24px rgba(184, 147, 90, 0.15);
  transform: translateY(-2px);
}
body.single-post .post-navigation a {
  text-decoration: none;
  color: #1A2332;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  word-break: keep-all;
}
body.single-post .post-navigation .nav-subtitle {
  color: #B8935A;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

/* Similar Posts 그리드 복구 */
body.single-post .related-posts-inner,
body.single-post .related-posts .post {
  background: #fff !important;
}
body.single-post .related-posts-items,
body.single-post .loop-entry-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 900px) {
  body.single-post .related-posts-items,
  body.single-post .loop-entry-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 600px) {
  body.single-post .related-posts-items,
  body.single-post .loop-entry-grid {
    grid-template-columns: 1fr !important;
  }
}
body.single-post .related-posts .post {
  padding: 24px !important;
  border-radius: 8px;
  border: 1px solid #E8DCC4;
  transition: all 0.3s;
}
body.single-post .related-posts .post:hover {
  border-color: #B8935A;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
body.single-post .related-posts .entry-title {
  font-size: 18px !important;
  line-height: 1.45 !important;
  margin: 0 0 12px !important;
  font-weight: 600 !important;
  word-break: keep-all !important;
  color: #1A2332 !important;
}
body.single-post .related-posts .entry-title a {
  color: #1A2332 !important;
  text-decoration: none !important;
}
body.single-post .related-posts-title-wrap,
body.single-post .related-posts h2 {
  text-align: center;
  font-family: 'Noto Serif KR', serif !important;
  font-size: 28px !important;
  color: #1A2332 !important;
  margin: 48px 0 32px !important;
  letter-spacing: -0.02em !important;
}

/* Comment section 정리 */
body.single-post .comments-area {
  max-width: 760px;
  margin: 48px auto;
  padding: 40px 32px;
  background: #fff;
  border: 1px solid #E8DCC4;
  border-radius: 8px;
}
body.single-post .comments-title,
body.single-post .comment-reply-title {
  font-family: 'Noto Serif KR', serif;
  font-size: 24px;
  color: #1A2332;
  margin-bottom: 24px;
}

/* Author meta 숨기기 (불필요) */
body.single-post .entry-author-style-center { display: none; }

/* =======================================================
   HOME — 섹션 단축 (이미 서브페이지에 있는 건 숨김)
   ======================================================= */

/* 홈에서 Practice grid 섹션 숨김 (4번째 light section — 전문 분야) */
body.home .ml-section--light:nth-of-type(3),   /* 전문 영역 */
body.home .ml-section--warm:nth-of-type(2),    /* 자주 다루는 이슈 */
body.home .ml-section--light:nth-of-type(4),   /* 판결번호 검증 (verified) */
body.home .ml-section--warm:nth-of-type(3),    /* 대표 사건 */
body.home .ml-section--warm:nth-of-type(4)     /* FAQ */
{
  /* nth-of-type 방식은 위험하므로 다른 방식으로 데이터 속성으로 */
}

/* 안전하게 데이터 속성/제목 기반으로 숨김 — JS 없이 섹션 제목 텍스트로는 불가 */
/* 대신 PHP에서 홈 HTML을 다시 짧게 재구성하는 접근 필요 */

/* INSIGHTS 섹션은 3개만 보이게 (4번째부터 숨김) */
body.home .ml-insights-grid &gt; .ml-insight-card:nth-child(n+4) {
  display: none;
}

/* =======================================================
   READABILITY 전반 개선
   ======================================================= */

/* 본문 기본 line-height 강화 (한글 가독성) */
body .ml-container p,
body .entry-content p {
  line-height: 1.85;
  word-break: keep-all;
}

/* 어두운 배경 위 텍스트 대비 강화 */
body .ml-section--dark .ml-section__lead,
body .ml-section--dark p {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* 모든 section title 자간/줄높이 정리 */
body .ml-section__title {
  line-height: 1.3;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

/* 카드 내 텍스트 가독성 */
body .ml-why-card p,
body .ml-case-card p,
body .ml-insight-card p,
body .ml-testimonial-card p {
  line-height: 1.8;
  word-break: keep-all;
  color: #4A5261;
}

/* =======================================================
   RELATED POSTS — Splide 캐러셀 무력화 + 그리드 복구
   ======================================================= */
body.single-post .entry-related {
  background: #FAFAFA;
  padding: 64px 0 !important;
}

body.single-post .entry-related-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}

body.single-post .entry-related-title,
body.single-post .entry-related h2 {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 28px !important;
  color: #1A2332 !important;
  text-align: center !important;
  margin: 0 0 40px !important;
  letter-spacing: -0.02em !important;
}

/* Splide 캐러셀 완전 해제 */
body.single-post .entry-related-carousel,
body.single-post .splide {
  padding: 0 !important;
  visibility: visible !important;
}
body.single-post .splide__track {
  overflow: visible !important;
  width: 100% !important;
}
body.single-post .splide__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  transform: none !important;
  width: 100% !important;
}
body.single-post .splide__slide {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  flex: none !important;
}
/* Splide arrows / pagination 숨김 */
body.single-post .splide__arrows,
body.single-post .splide__pagination { display: none !important; }

body.single-post .entry-related .entry {
  background: #fff !important;
  padding: 28px !important;
  border-radius: 10px;
  border: 1px solid #E8DCC4;
  transition: all 0.3s;
  height: 100%;
}
body.single-post .entry-related .entry:hover {
  border-color: #B8935A;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
body.single-post .entry-related .entry-title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
  font-weight: 700 !important;
  word-break: keep-all !important;
  color: #1A2332 !important;
}
body.single-post .entry-related .entry-title a {
  color: #1A2332 !important;
  text-decoration: none !important;
}
body.single-post .entry-related .entry-title a:hover {
  color: #B8935A !important;
}
body.single-post .entry-related .entry-meta {
  font-size: 12px !important;
  color: #8A7B6A !important;
  border: none !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
  body.single-post .splide__list {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 600px) {
  body.single-post .splide__list {
    grid-template-columns: 1fr !important;
  }
}

/* =======================================================
   POST NAVIGATION — Prev/Next 확장
   ======================================================= */
body.single-post .post-navigation {
  max-width: 1200px !important;
  margin: 40px auto !important;
  padding: 0 32px !important;
  display: block !important;
}
body.single-post .post-navigation-sub {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
}
body.single-post .nav-previous,
body.single-post .nav-next {
  padding: 32px !important;
  background: #fff !important;
  border: 1px solid #E8DCC4 !important;
  border-radius: 10px !important;
  transition: all 0.3s !important;
}
body.single-post .nav-previous:hover,
body.single-post .nav-next:hover {
  border-color: #B8935A !important;
  box-shadow: 0 8px 24px rgba(184, 147, 90, 0.15) !important;
  transform: translateY(-2px) !important;
}
body.single-post .nav-next {
  text-align: right;
}
body.single-post .post-navigation a {
  display: block !important;
  text-decoration: none !important;
  color: #1A2332 !important;
  font-family: 'Noto Serif KR', serif;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  word-break: keep-all !important;
}
body.single-post .post-navigation a span:first-child {
  display: inline-block;
  color: #B8935A !important;
  font-family: 'Inter', sans-serif;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
}

/* =======================================================
   COMMENTS 영역 너비 확장
   ======================================================= */
body.single-post .comments-area {
  max-width: 760px !important;
}

/* =======================================================
   READABILITY FINAL PASS
   ======================================================= */

/* Process/Flow 번호 강화 (01, 02, 03, 04) — 기존 opacity 낮은 값 덮어쓰기 */


/* light 섹션 위 번호 라벨 (consult 상담 흐름, practice 4단계) */
.ml-section--light .ml-process-step__num,
.ml-section--warm .ml-process-step__num,
.ml-section__body [class*="__num"]:not([class*="card"]) {
  color: #B8935A !important;
  opacity: 1 !important;
  border-bottom: 2px solid #B8935A;
  padding-bottom: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

/* Process step 제목/설명 명확하게 */
.ml-process-step__title,
.ml-flow-step__title {
  color: #1A2332 !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  margin-top: 8px;
}
.ml-process-step__desc,
.ml-flow-step__desc {
  color: #4A5261 !important;
  line-height: 1.85 !important;
}

/* 다크 섹션 CTA 타이틀 명확하게 (FAQ 하단 "없으면?") */
.ml-section--dark .ml-section__title,
.ml-section--dark h2 {
  color: #FAF8F2 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.ml-section--dark .ml-section__lead,
.ml-section--dark .ml-cta-lead,
.ml-section--dark p {
  color: rgba(250, 248, 242, 0.88) !important;
  opacity: 1 !important;
}
.ml-section--dark .ml-section__eyebrow {
  color: #D4B082 !important;
  opacity: 1 !important;
  letter-spacing: 0.24em !important;
}

/* 다크 섹션의 flag/label/tiny text 강화 */
.ml-section--dark small,
.ml-section--dark .ml-tiny,
.ml-section--dark .ml-label,
.ml-section--dark .ml-meta {
  color: rgba(250, 248, 242, 0.75) !important;
}

/* Similar Posts — auto-fit으로 변경 (2개/3개 유연) */
body.single-post .splide__list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  max-width: 900px;
  margin: 0 auto !important;
}

/* 모든 light/warm 섹션의 section title 대비 확실하게 */
.ml-section--light .ml-section__title,
.ml-section--warm .ml-section__title {
  color: #1A2332 !important;
}
.ml-section--light .ml-section__lead,
.ml-section--warm .ml-section__lead {
  color: #4A5261 !important;
}
.ml-section--light .ml-section__eyebrow,
.ml-section--warm .ml-section__eyebrow {
  color: #8A6B3E !important;
  font-weight: 600;
}

/* Hero 본문 텍스트 */
.ml-hero__eyebrow { color: #D4B082 !important; opacity: 0.95; }
.ml-hero h1,
.ml-hero__title { color: #FAF8F2 !important; }
.ml-hero p,
.ml-hero__desc { color: rgba(250, 248, 242, 0.9) !important; }

/* 푸터 가독성 */
.site-footer,
.site-footer-wrap {
  color: rgba(255,255,255,0.82) !important;
}
.site-footer a {
  color: #D4B082 !important;
}
.site-footer a:hover {
  color: #FAF8F2 !important;
}

/* 기본 본문 링크 스타일 (신뢰감 있게) */
body .entry-content a:not(.wp-block-button__link):not([class*="ml-"]):not([rel="tag"]) {
  color: #8A6B3E;
  text-decoration: underline;
  text-decoration-color: rgba(184, 147, 90, 0.4);
  text-underline-offset: 3px;
}
body .entry-content a:hover {
  color: #B8935A;
  text-decoration-color: #B8935A;
}

/* 모든 페이지 히어로 eyebrow 대비 */
.ml-page-hero__eyebrow,
.ml-page-hero .ml-eyebrow {
  color: #D4B082 !important;
  opacity: 0.95;
  letter-spacing: 0.28em;
  font-weight: 600;
}

/* =======================================================
   PROCESS GRID — 상담 흐름 / 4단계
   ======================================================= */
.ml-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  margin-top: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.ml-process-step {
  position: relative;
  padding: 32px 24px 24px;
  background: rgba(255, 255, 255, 0.55);
  border-top: 3px solid #B8935A;
  border-radius: 4px;
  transition: all 0.3s;
}
.ml-section--dark .ml-process-step {
  background: rgba(255, 255, 255, 0.04);
  border-top-color: #D4B082;
}
.ml-process-step:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.ml-section--dark .ml-process-step:hover {
  background: rgba(255, 255, 255, 0.08);
}

.ml-process-step__num {
  font-family: 'Inter', 'Playfair Display', serif !important;
  font-size: 52px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #B8935A !important;
  opacity: 1 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 12px !important;
  display: block !important;
  border: none !important;
  padding: 0 !important;
}
.ml-section--dark .ml-process-step__num {
  color: #D4B082 !important;
  text-shadow: 0 2px 12px rgba(212, 176, 130, 0.3);
}

.ml-process-step h3 {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #1A2332 !important;
  line-height: 1.4 !important;
  margin: 0 0 10px !important;
  word-break: keep-all !important;
}
.ml-section--dark .ml-process-step h3 {
  color: #FAF8F2 !important;
}

.ml-process-step p {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #4A5261 !important;
  margin: 0 0 16px !important;
  word-break: keep-all !important;
}
.ml-section--dark .ml-process-step p {
  color: rgba(250, 248, 242, 0.78) !important;
}

.ml-process-step__meta {
  display: inline-block;
  padding: 4px 10px;
  background: #FAF0DE;
  color: #8A6B3E !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
}
.ml-section--dark .ml-process-step__meta {
  background: rgba(212, 176, 130, 0.15);
  color: #D4B082 !important;
  border: 1px solid rgba(212, 176, 130, 0.3);
}


:root {
  --cred-binance: #F0B90B;
  --cred-binance-dark: #181A20;
  --cred-saylor: #1B73B8;
  --cred-saylor-dark: #0F3A5F;
}

/* ==== 홈/About 삽입용 COMPACT STRIP ==== */
.ml-credentials-strip {
  padding: 72px 0;
  background:
    radial-gradient(1200px 400px at 10% 20%, rgba(240, 185, 11, 0.04) 0%, transparent 70%),
    radial-gradient(1000px 500px at 90% 80%, rgba(27, 115, 184, 0.04) 0%, transparent 70%),
    #FAFAFA;
}

.ml-credentials-strip__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 0 24px;
}
.ml-credentials-strip__eyebrow {
  display: inline-block;
  color: #8A6B3E;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ml-credentials-strip__title {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  color: #1A2332;
  letter-spacing: -0.025em;
  line-height: 1.35;
  word-break: keep-all;
  margin: 0 0 14px;
}
.ml-credentials-strip__title em {
  font-style: normal;
  color: #B8935A;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.ml-credentials-strip__lead {
  font-size: 15px;
  line-height: 1.85;
  color: #4A5261;
  word-break: keep-all;
}

.ml-cred-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ml-cred-card {
  position: relative;
  padding: 32px 26px 26px;
  background: #fff;
  border: 1px solid #E8DCC4;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.ml-cred-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent, #B8935A);
}
.ml-cred-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--accent, #B8935A);
}
.ml-cred-card--binance { --accent: var(--cred-binance); }
.ml-cred-card--saylor { --accent: var(--cred-saylor); }

.ml-cred-card__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #E8DCC4;
}
.ml-cred-card__logo-mark {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}
.ml-cred-card--binance .ml-cred-card__logo-mark {
  background: var(--cred-binance);
}
.ml-cred-card--saylor .ml-cred-card__logo-mark {
  background: var(--cred-saylor);
}
.ml-cred-card__logo-mark svg {
  width: 20px;
  height: 20px;
}
.ml-cred-card__issuer {
  flex: 1;
  min-width: 0;
}
.ml-cred-card__issuer-name {
  font-weight: 700;
  font-size: 13px;
  color: #1A2332;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.ml-cred-card__issuer-type {
  font-size: 11px;
  color: #8A7B6A;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ml-cred-card__title {
  font-family: 'Noto Serif KR', serif;
  font-size: 19px;
  font-weight: 700;
  color: #1A2332;
  line-height: 1.4;
  letter-spacing: -0.015em;
  margin: 0 0 16px;
  min-height: 54px;
  word-break: keep-all;
}

.ml-cred-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.ml-cred-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  background: #F5EDE0;
  color: #8A6B3E;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.02em;
}
.ml-cred-card__chip--perfect {
  background: linear-gradient(135deg, #D4B082, #B8935A);
  color: #fff;
}

.ml-cred-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #F5EDE0;
}
.ml-cred-card__id {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 11px;
  color: #8A7B6A;
  letter-spacing: 0.05em;
}
.ml-cred-card__view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1A2332;
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid #1A2332;
  border-radius: 4px;
  transition: all 0.2s;
  letter-spacing: 0.04em;
}
.ml-cred-card__view:hover {
  background: #1A2332;
  color: #fff;
}

/* ==== /credentials/ 전용 페이지 ==== */
.ml-cred-page-intro {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 24px 32px;
  text-align: center;
}
.ml-cred-page-intro p {
  font-size: 17px;
  line-height: 1.9;
  color: #4A5261;
  word-break: keep-all;
  margin: 0 0 16px;
}
.ml-cred-page-intro p strong {
  color: #1A2332;
  font-weight: 700;
}
.ml-cred-quote {
  max-width: 720px;
  margin: 40px auto;
  padding: 32px 40px;
  background: linear-gradient(135deg, #FAF0DE 0%, #F5E6C8 100%);
  border-left: 5px solid #B8935A;
  border-radius: 0 12px 12px 0;
  font-family: 'Noto Serif KR', serif;
  font-size: 18px;
  line-height: 1.75;
  color: #5A4A2E;
  font-style: italic;
  word-break: keep-all;
}
.ml-cred-quote::before {
  content: '"';
  font-size: 48px;
  color: #B8935A;
  line-height: 0;
  margin-right: 8px;
  vertical-align: -16px;
  font-family: Georgia, serif;
  font-style: normal;
}

.ml-cred-breakdown {
  max-width: 1000px;
  margin: 48px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.ml-cred-breakdown__stat {
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #E8DCC4;
  border-radius: 10px;
}
.ml-cred-breakdown__num {
  display: block;
  font-family: 'Noto Serif KR', serif;
  font-size: 40px;
  font-weight: 700;
  color: #B8935A;
  line-height: 1;
  margin-bottom: 8px;
}
.ml-cred-breakdown__label {
  font-size: 12px;
  color: #4A5261;
  letter-spacing: 0.06em;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .ml-cred-breakdown { grid-template-columns: 1fr 1fr; }
}

/* About/MEET 섹션용 mini-credential preview */
.ml-meet-credentials {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px dashed rgba(184, 147, 90, 0.3);
}
.ml-meet-credentials__label {
  font-size: 11px;
  color: #B8935A;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ml-meet-credentials__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ml-meet-credentials__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 176, 130, 0.3);
  border-radius: 20px;
  font-size: 12px;
  color: #E8DCC4;
  font-weight: 500;
}
.ml-meet-credentials__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ml-meet-credentials__item-dot--binance { background: #F0B90B; }
.ml-meet-credentials__item-dot--saylor { background: #1B73B8; }

.ml-meet-credentials__link {
  color: #D4B082;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  margin-top: 16px;
  display: inline-block;
  border-bottom: 1px solid rgba(212, 176, 130, 0.4);
  padding-bottom: 2px;
}
.ml-meet-credentials__link:hover {
  color: #FAF8F2;
  border-bottom-color: #FAF8F2;
}

/* =======================================================
   CREDENTIALS — 블록체인/암호학 인증서 (IBM 추가)
   ======================================================= */
:root {
  --cred-binance: #F0B90B;
  --cred-binance-dark: #181A20;
  --cred-saylor: #1B73B8;
  --cred-saylor-dark: #0F3A5F;
  --cred-ibm: #0F62FE;
  --cred-ibm-cyan: #00B8D4;
}

.ml-credentials-strip {
  padding: 72px 0;
  background:
    radial-gradient(1000px 400px at 5% 20%, rgba(240, 185, 11, 0.04) 0%, transparent 70%),
    radial-gradient(1000px 400px at 50% 50%, rgba(15, 98, 254, 0.04) 0%, transparent 70%),
    radial-gradient(1000px 400px at 95% 80%, rgba(27, 115, 184, 0.04) 0%, transparent 70%),
    #FAFAFA;
}

.ml-credentials-strip__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 0 24px;
}
.ml-credentials-strip__eyebrow {
  display: inline-block;
  color: #8A6B3E;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ml-credentials-strip__title {
  font-family: 'Noto Serif KR', serif;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  color: #1A2332;
  letter-spacing: -0.025em;
  line-height: 1.35;
  word-break: keep-all;
  margin: 0 0 14px;
}
.ml-credentials-strip__title em {
  font-style: normal;
  color: #B8935A;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.ml-credentials-strip__lead {
  font-size: 15px;
  line-height: 1.85;
  color: #4A5261;
  word-break: keep-all;
}

.ml-cred-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.ml-cred-card {
  position: relative;
  padding: 30px 24px 24px;
  background: #fff;
  border: 1px solid #E8DCC4;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ml-cred-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent, #B8935A);
}
.ml-cred-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--accent, #B8935A);
}
.ml-cred-card--binance { --accent: var(--cred-binance); }
.ml-cred-card--saylor { --accent: var(--cred-saylor); }
.ml-cred-card--ibm {
  --accent: linear-gradient(90deg, var(--cred-ibm-cyan), var(--cred-ibm));
}
.ml-cred-card--ibm::before {
  background: linear-gradient(90deg, #00B8D4 0%, #0F62FE 100%);
}
.ml-cred-card--ibm:hover { border-color: #0F62FE; }

.ml-cred-card__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #E8DCC4;
}
.ml-cred-card__logo-mark {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
}
.ml-cred-card--binance .ml-cred-card__logo-mark {
  background: var(--cred-binance);
}
.ml-cred-card--saylor .ml-cred-card__logo-mark {
  background: var(--cred-saylor);
}
.ml-cred-card--ibm .ml-cred-card__logo-mark {
  background: linear-gradient(135deg, #00B8D4 0%, #0F62FE 100%);
}
.ml-cred-card__logo-mark svg {
  width: 20px;
  height: 20px;
}
.ml-cred-card__issuer { flex: 1; min-width: 0; }
.ml-cred-card__issuer-name {
  font-weight: 700;
  font-size: 13px;
  color: #1A2332;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.ml-cred-card__issuer-type {
  font-size: 10.5px;
  color: #8A7B6A;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 2px;
}

.ml-cred-card__title {
  font-family: 'Noto Serif KR', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A2332;
  line-height: 1.4;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  min-height: 50px;
  word-break: keep-all;
  flex-grow: 1;
}

.ml-cred-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.ml-cred-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #F5EDE0;
  color: #8A6B3E;
  font-size: 11.5px;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.02em;
}
.ml-cred-card__chip--perfect {
  background: linear-gradient(135deg, #D4B082, #B8935A);
  color: #fff;
}
.ml-cred-card__chip--ibm {
  background: linear-gradient(135deg, #E5F6F8, #D6E9FB);
  color: #0F62FE;
}

.ml-cred-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #F5EDE0;
  margin-top: auto;
}
.ml-cred-card__id {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10.5px;
  color: #8A7B6A;
  letter-spacing: 0.03em;
  word-break: break-all;
  max-width: 60%;
  line-height: 1.4;
}
.ml-cred-card__view {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: #1A2332;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #1A2332;
  border-radius: 4px;
  transition: all 0.2s;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.ml-cred-card__view:hover { background: #1A2332; color: #fff; }

.ml-cred-card__verify {
  display: block;
  font-size: 10.5px;
  color: #0F62FE;
  margin-top: 8px;
  text-decoration: none;
  word-break: break-all;
  letter-spacing: 0;
}
.ml-cred-card__verify:hover { text-decoration: underline; }

/* /credentials/ 페이지 */
.ml-cred-page-intro {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 24px 32px;
  text-align: center;
}
.ml-cred-page-intro p {
  font-size: 17px;
  line-height: 1.9;
  color: #4A5261;
  word-break: keep-all;
  margin: 0 0 16px;
}
.ml-cred-page-intro p strong { color: #1A2332; font-weight: 700; }
.ml-cred-quote {
  max-width: 720px;
  margin: 40px auto;
  padding: 32px 40px;
  background: linear-gradient(135deg, #FAF0DE 0%, #F5E6C8 100%);
  border-left: 5px solid #B8935A;
  border-radius: 0 12px 12px 0;
  font-family: 'Noto Serif KR', serif;
  font-size: 18px;
  line-height: 1.75;
  color: #5A4A2E;
  font-style: italic;
  word-break: keep-all;
}
.ml-cred-quote::before {
  content: '"';
  font-size: 48px;
  color: #B8935A;
  line-height: 0;
  margin-right: 8px;
  vertical-align: -16px;
  font-family: Georgia, serif;
  font-style: normal;
}

.ml-cred-breakdown {
  max-width: 1100px;
  margin: 48px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  text-align: center;
}
.ml-cred-breakdown__stat {
  padding: 22px 12px;
  background: #fff;
  border: 1px solid #E8DCC4;
  border-radius: 10px;
}
.ml-cred-breakdown__num {
  display: block;
  font-family: 'Noto Serif KR', serif;
  font-size: 36px;
  font-weight: 700;
  color: #B8935A;
  line-height: 1;
  margin-bottom: 6px;
}
.ml-cred-breakdown__label {
  font-size: 11.5px;
  color: #4A5261;
  letter-spacing: 0.04em;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 900px) { .ml-cred-breakdown { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .ml-cred-breakdown { grid-template-columns: repeat(2, 1fr); } }

/* =======================================================
   MEGA REFRESH — 1~9 통합 스타일
   ======================================================= */

/* ---- 1·2. Hero 재구성 ---- */
.ml-hero__title em {
  color: #D4B082;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(135deg, #D4B082 0%, #B8935A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ml-hero__marks strong {
  font-size: 28px !important;
}
.ml-hero__marks span {
  font-size: 12px !important;
  letter-spacing: 0.04em;
  line-height: 1.4;
  word-break: keep-all;
}

/* ---- 3. WHY 카드 로고 슬롯 ---- */
.ml-why-card {
  position: relative;
  padding: 32px 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #E8DCC4;
  transition: all 0.3s;
}
.ml-why-card:hover {
  border-color: #B8935A;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.ml-why-card__icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FAF0DE, #F5E6C8);
  border-radius: 50%;
  border: 1px solid #E8DCC4;
}
.ml-why-card__icon-wrap svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #B8935A;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ml-why-card__num {
  display: block;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #B8935A;
  letter-spacing: 0.24em;
  margin-bottom: 8px;
  font-weight: 600;
}
.ml-why-card h3 {
  text-align: center;
  font-family: 'Noto Serif KR', serif;
  font-size: 18px;
  color: #1A2332;
  margin: 0 0 14px;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1.4;
}
.ml-why-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #4A5261;
  word-break: keep-all;
  text-align: center;
}

/* ---- 5. Credentials 완전 재디자인 ---- */
.ml-cred-card {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 10px;
}
.ml-cred-card::before { display: none; }
.ml-cred-card__thumbnail {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
}
.ml-cred-card__thumbnail svg.brand-mark {
  max-width: 75%;
  max-height: 80px;
  width: auto;
  height: auto;
}
.ml-cred-card--binance .ml-cred-card__thumbnail {
  background: #F0B90B;
}
.ml-cred-card--saylor .ml-cred-card__thumbnail {
  background: #fff;
  border-bottom: 1px solid #E8DCC4;
}
.ml-cred-card--ibm .ml-cred-card__thumbnail {
  background: linear-gradient(135deg, #001D6C 0%, #0F62FE 100%);
}
.ml-cred-card__body {
  padding: 24px 24px 20px;
}
.ml-cred-card__issuer-line {
  font-size: 11px;
  color: #8A7B6A;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.ml-cred-card--ibm .ml-cred-card__issuer-line { color: #0F62FE; }
.ml-cred-card--binance .ml-cred-card__issuer-line { color: #8A6B3E; }

.ml-cred-card__title {
  font-family: 'Noto Serif KR', serif;
  font-size: 17px !important;
  font-weight: 700;
  color: #1A2332 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.015em;
  margin: 0 0 6px !important;
  min-height: 0 !important;
  word-break: keep-all;
}
.ml-cred-card__title-en {
  font-size: 12px;
  color: #8A7B6A;
  margin: 0 0 16px;
  font-style: italic;
  line-height: 1.5;
  word-break: keep-all;
}
.ml-cred-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.ml-cred-card__tag {
  font-size: 11px;
  padding: 3px 10px;
  background: #F5EDE0;
  color: #8A6B3E;
  border-radius: 20px;
  font-weight: 500;
}
.ml-cred-card--ibm .ml-cred-card__tag {
  background: #E5EDFF;
  color: #0F62FE;
}
.ml-cred-card__footer {
  padding-top: 14px;
  border-top: 1px solid #F5EDE0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.ml-cred-card__view {
  font-size: 11.5px;
  color: #1A2332;
  text-decoration: none;
  border-bottom: 1px solid #1A2332;
  padding-bottom: 2px;
  transition: all 0.2s;
  letter-spacing: 0.04em;
  font-weight: 600;
  border: none;
  padding: 5px 10px;
  border: 1px solid #1A2332;
  border-radius: 4px;
}
.ml-cred-card__view:hover { background: #1A2332; color: #fff; }
.ml-cred-card__verify {
  display: block;
  font-size: 10.5px;
  color: #0F62FE;
  margin: 10px 24px 16px;
  text-decoration: none;
  word-break: break-all;
}
.ml-cred-card__verify:hover { text-decoration: underline; }

/* ---- 6·7·8. Process / Testimonials / Insights ---- */
.ml-process-step__detail {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: #4A5261;
}
.ml-process-step__detail li {
  padding: 3px 0 3px 16px;
  position: relative;
  word-break: keep-all;
}
.ml-process-step__detail li::before {
  content: '·';
  position: absolute;
  left: 4px;
  color: #B8935A;
  font-weight: 700;
}

/* Testimonial 확장 — 6+ 개 대응 그리드 */
.ml-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 24px;
}
.ml-testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,176,130,0.2);
  padding: 28px 26px;
  border-radius: 10px;
  transition: all 0.3s;
}
.ml-testimonial-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(212,176,130,0.4);
  transform: translateY(-3px);
}
.ml-testimonial-card__quote {
  font-family: 'Noto Serif KR', serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(250, 248, 242, 0.92);
  word-break: keep-all;
  margin: 0 0 20px;
  font-style: italic;
}
.ml-testimonial-card__quote::before {
  content: '"';
  font-size: 32px;
  color: #D4B082;
  font-family: Georgia, serif;
  vertical-align: -8px;
  margin-right: 4px;
  line-height: 0;
}
.ml-testimonial-card__meta {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px dashed rgba(212,176,130,0.25);
  font-size: 12px;
  color: #D4B082;
  letter-spacing: 0.06em;
}
.ml-testimonial-card__author {
  font-weight: 700;
}
.ml-testimonial-card__type {
  opacity: 0.75;
}
.ml-testimonials-note {
  text-align: center;
  font-size: 12px;
  color: rgba(250,248,242,0.55);
  margin-top: 32px;
  letter-spacing: 0.02em;
}

/* ---- 9. CTA 카카오 + 전화 버튼 ---- */
.ml-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.ml-btn--kakao {
  background: #FEE500;
  color: #191919 !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: all 0.2s;
  border: none;
  letter-spacing: -0.01em;
}
.ml-btn--kakao:hover {
  background: #FFD600;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(254, 229, 0, 0.4);
}
.ml-btn--kakao svg {
  width: 20px;
  height: 20px;
  fill: #191919;
}
.ml-btn--tel {
  background: transparent;
  color: #1A2332 !important;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  border: 2px solid #1A2332;
  transition: all 0.2s;
  letter-spacing: -0.01em;
}
.ml-btn--tel:hover {
  background: #1A2332;
  color: #FAF8F2 !important;
}
.ml-section--dark .ml-btn--tel {
  color: #FAF8F2 !important;
  border-color: #D4B082;
}
.ml-section--dark .ml-btn--tel:hover {
  background: #D4B082;
  color: #1A2332 !important;
}

/* License 섹션 (About) */
.ml-license-list {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.ml-license-list li {
  background: rgba(184, 147, 90, 0.06);
  border-left: 3px solid #B8935A;
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #2A3442;
  word-break: keep-all;
}
.ml-license-list li strong {
  display: block;
  color: #1A2332;
  font-weight: 700;
  margin-bottom: 4px;
}
.ml-license-list li span {
  font-size: 12px;
  color: #8A7B6A;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.02em;
}

/* Hero CTA row 강화 */
.ml-hero__text .ml-cta-row {
  margin-top: 24px;
  margin-bottom: 32px;
  justify-content: flex-start;
}
.ml-hero__text .ml-btn--kakao,
.ml-hero__text .ml-btn--tel {
  padding: 12px 20px;
  font-size: 14px;
}
.ml-hero__text .ml-btn--tel {
  color: #FAF8F2 !important;
  border-color: #D4B082;
  background: transparent;
}
.ml-hero__text .ml-btn--tel:hover {
  background: #D4B082;
  color: #1A2332 !important;
}
@media (max-width: 720px) {
  .ml-hero__text .ml-cta-row { flex-direction: column; }
  .ml-hero__text .ml-btn--kakao, .ml-hero__text .ml-btn--tel { width: 100%; justify-content: center; }
}
/* 썸네일 로고 크기 조정 */
.ml-cred-card__thumbnail {
  height: 140px !important;
  padding: 20px 24px !important;
}
.ml-cred-card__thumbnail svg.brand-mark {
  max-width: 85% !important;
  max-height: 100% !important;
  width: auto;
  height: auto;
}
/* img 기반 로고 */
.ml-cred-card__thumbnail img.brand-mark {
  max-width: 85% !important;
  max-height: 100px !important;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
/* About meta 라이선스 행 강조 */
.ml-about-meta__value strong {
  color: #B8935A;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.ml-about-meta__value br + strong { margin-top: 4px; }
.ml-about-photo__frame img[src*="minsangbin-profile-original"] {
  object-fit: cover;
  object-position: center 12%;
  width: 100%;
  height: 560px;
  display: block;
}

/* ========== WHY 2-domain structure ========== */
.ml-why-domain { margin-top: 56px; }
.ml-why-domain__head {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  margin-bottom: 36px; padding-bottom: 20px; border-bottom: 1px solid rgba(184, 147, 90, 0.25);
}
.ml-why-domain__num {
  font-family: 'EB Garamond', Georgia, serif; font-size: 42px; color: #B8935A;
  font-style: italic; font-weight: 400; letter-spacing: 2px; line-height: 1;
}
.ml-why-domain__title {
  font-family: 'Noto Serif KR', Georgia, serif; font-size: clamp(22px, 3vw, 30px);
  font-weight: 700; color: #1a1a1a; margin-top: 12px; letter-spacing: -0.02em;
}
.ml-why-domain__sub {
  max-width: 640px; margin-top: 12px; color: #555; line-height: 1.7;
  font-size: clamp(14px, 1.5vw, 15px); word-break: keep-all;
}
.ml-why-grid--4 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px; margin-bottom: 32px;
}
.ml-why-grid--4 .ml-why-card {
  padding: 28px 22px; background: #fff; border: 1px solid rgba(0,0,0,0.08);
  border-radius: 4px; position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.ml-why-grid--4 .ml-why-card h3 {
  font-size: 17px; font-weight: 700; margin: 10px 0 10px; line-height: 1.4;
  color: #1a1a1a; word-break: keep-all;
}
.ml-why-grid--4 .ml-why-card p {
  font-size: 14px; line-height: 1.75; color: #444; word-break: keep-all;
}
.ml-why-grid--4 .ml-why-card p strong {
  color: #8B6F47; font-weight: 600;
}
.ml-why-grid--4 .ml-why-card__icon-wrap {
  width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
}
.ml-why-grid--4 .ml-why-card__icon-wrap svg { width: 100%; height: 100%; }
.ml-why-grid--4 .ml-why-card__num {
  position: absolute; top: 20px; right: 22px;
  font-family: 'EB Garamond', Georgia, serif; font-size: 18px;
  color: #B8935A; font-style: italic; opacity: 0.75;
}

.ml-why-closing {
  margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(184, 147, 90, 0.3);
}
.ml-why-closing__card h4 {
  text-align: center; font-family: 'Noto Serif KR', Georgia, serif;
  font-size: 22px; font-weight: 700; color: #1a1a1a; margin-bottom: 24px;
}
.ml-why-closing__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px; max-width: 1000px; margin: 0 auto;
}
.ml-why-closing__grid &gt; div {
  padding: 26px 24px; background: linear-gradient(135deg, #fdfaf6 0%, #f9f4ea 100%);
  border-left: 3px solid #B8935A; border-radius: 2px;
}
.ml-why-closing__grid strong {
  font-family: 'EB Garamond', Georgia, serif; font-size: 24px;
  color: #B8935A; font-style: italic; display: block; margin-bottom: 8px;
}
.ml-why-closing__grid p {
  font-size: 15px; line-height: 1.8; color: #333; word-break: keep-all; margin: 0;
}
.ml-why-closing__grid p b { color: #1a1a1a; }

/* ========== 프로필 사진 자연스러운 크롭 ========== */
.ml-hero__photo img[src*="minsangbin-profile-original"] {
  object-fit: cover;
  object-position: center 15%;
  width: 100%;
  height: 100%;
  max-height: 680px;
  display: block;
}
.ml-about-photo__frame img[src*="minsangbin-profile-original"] {
  object-fit: cover;
  object-position: center 12%;
  width: 100%;
  height: 560px;
  display: block;
}



/* ml-meet CREDENTIALS 행 레이아웃 */
.ml-meet .ml-cred-row__body {
  min-width: 0;
  word-break: keep-all;
}
.ml-meet .ml-cred-row__body strong {
  color: #B8935A;
  font-weight: 700;
}
.ml-meet .ml-cred-row__body &gt; div {
  padding: 0.15rem 0;
  line-height: 1.7;
  color: var(--ml-ink-soft);
  font-size: 0.98rem;
}



/* =====  높이 압축 &amp; 히어로 사진 교정 ===== */

/* 섹션 패딩 축소 — 전체 페이지 길이 10~15% 단축 */
.ml-section { padding-top: 64px !important; padding-bottom: 64px !important; }
@media (min-width: 960px) {
  .ml-section { padding-top: 84px !important; padding-bottom: 84px !important; }
}
.ml-section__header { margin-bottom: 40px !important; }
.ml-why-domain { margin-top: 40px !important; }
.ml-why-closing { margin-top: 36px !important; padding-top: 28px !important; }

/* 히어로 여백 축소 */
.ml-hero { padding-top: 80px !important; padding-bottom: 40px !important; }
@media (min-width: 960px) {
  .ml-hero { padding-top: 100px !important; padding-bottom: 60px !important; }
  .ml-hero__photo { min-height: 520px !important; }
}

/* 히어로 사진 프레임 — 스튜디오 회색이 어두운 배경에 뜨는 걸 방지 */
.ml-hero__photo {
  align-items: center !important;
  overflow: hidden;
}
.ml-hero__photo img[src*="minsangbin-profile-original"] {
  object-fit: cover !important;
  object-position: center 22% !important;
  width: 86% !important;
  height: 520px !important;
  max-height: 520px !important;
  border-radius: 4px !important;
  box-shadow: 0 28px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(184,147,90,0.35);
  filter: brightness(1.02) contrast(1.03);
  position: relative;
  z-index: 2;
}
/* 바닥 그라디언트 — 사진과 dark hero 배경 블렌딩 */
.ml-hero__photo::after {
  content: '';
  position: absolute;
  bottom: 0; left: 7%; right: 7%;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(10,15,30,0.85));
  z-index: 3;
  pointer-events: none;
  border-radius: 0 0 4px 4px;
}
/* 상단 살짝 어둡게 블렌딩 */
.ml-hero__photo::before {
  width: 86% !important;
  height: 100% !important;
  background: linear-gradient(135deg, rgba(184,147,90,0.12) 0%, transparent 50%) !important;
  filter: blur(0) !important;
  z-index: 1 !important;
}

/* WHY 카드 패딩 축소 */
.ml-why-grid--4 .ml-why-card { padding: 22px 18px !important; }

/* 프로세스 카드 패딩 축소 */
.ml-process-step { padding: 26px 22px !important; }
.ml-process-step__detail li { line-height: 1.6 !important; margin-bottom: 4px !important; font-size: 13.5px !important; }

/* About grid 패딩 축소 */
.ml-about-photo { padding: 1.5rem 0 1.5rem 1.5rem !important; }

/* Credentials-strip 여백 축소 */
.ml-credentials-strip { padding: 60px 20px !important; }
.ml-credentials-strip__header { margin-bottom: 36px !important; }
.ml-cred-card__thumbnail { height: 120px !important; padding: 16px 20px !important; }

/* Case study &amp; testimonial cards 살짝 압축 */
.ml-case-card, .ml-testimonial-card { padding: 22px !important; }
/* ===== 누끼 프로필 사진 자연스러운 합성 ===== */

/* Hero — 배경 투명 PNG는 border/box-shadow 불필요 (배경 없음) */
.ml-hero__photo img[src*="minsangbin-profile-nobg"] {
  object-fit: contain !important;
  object-position: center bottom !important;
  width: 100% !important;
  height: 560px !important;
  max-height: 560px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5)) drop-shadow(0 0 1px rgba(184,147,90,0.3));
}
.ml-hero__photo { align-items: flex-end !important; overflow: visible !important; }
.ml-hero__photo::after { display: none !important; }
.ml-hero__photo::before {
  content: '';
  position: absolute;
  bottom: 0; left: 10%;
  width: 80%; height: 50px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, transparent 70%);
  filter: blur(8px);
  z-index: 1;
}

/* About 페이지 프로필 프레임 — 누끼니까 배경 느낌으로 장식 */
.ml-about-photo__frame img[src*="minsangbin-profile-nobg"] {
  object-fit: contain !important;
  object-position: center bottom !important;
  width: 100% !important;
  height: 560px !important;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,0.35));
  background: transparent;
}
.ml-about-photo__frame:has(img[src*="nobg"]) {
  background: linear-gradient(160deg, #f9f4ea 0%, #efe4d0 100%) !important;
}

/* meet 섹션 photo frame — 누끼 */
.ml-meet__photo-frame img[src*="minsangbin-profile-nobg"],
.ml-meet__photo.ml-meet__photo[src*="minsangbin-profile-nobg"] {
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,0.3));
}
.ml-meet__photo-frame:has(img[src*="nobg"]) {
  background: linear-gradient(160deg, #f4ead4 0%, #e6d5b0 100%) !important;
}

/* ===== CREDENTIALS 리스트 스타일 (풀어서 나열) ===== */
.ml-cred-row__body--creds-list {
  min-width: 0;
  word-break: keep-all;
  display: block !important;
}
.ml-cred-row__body--creds-list &gt; div {
  padding: 3px 0;
  line-height: 1.55;
  font-size: 0.93rem;
  color: var(--ml-ink-soft, #3d3d3d);
}
.ml-cred-row__body--creds-list &gt; div strong {
  color: #B8935A;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.005em;
  display: block;
  margin-top: 8px;
}
.ml-cred-row__body--creds-list &gt; div:first-child strong { margin-top: 0; }
.ml-cred-row__body--creds-list &gt; .ml-cred-sub {
  padding-left: 12px;
  color: #5a5a5a;
  font-size: 0.88rem;
}
/* upper body 크롭 사진 */
.ml-hero__photo img[src*="minsangbin-profile-upper"] {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 560px !important;
  max-height: 560px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5)) drop-shadow(0 0 1px rgba(184,147,90,0.3));
  background: transparent !important;
}
.ml-about-photo__frame img[src*="minsangbin-profile-upper"] {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 560px !important;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,0.35));
  background: transparent !important;
}
.ml-about-photo__frame:has(img[src*="upper"]) {
  background: linear-gradient(160deg, #f9f4ea 0%, #efe4d0 100%) !important;
}
.ml-meet__photo-frame img[src*="minsangbin-profile-upper"] {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,0.3));
}
.ml-meet__photo-frame:has(img[src*="upper"]) {
  background: linear-gradient(160deg, #f4ead4 0%, #e6d5b0 100%) !important;
}
/* ===== Hero 세로 축소 + 상반신 꽉 차게 ===== */
.ml-hero { min-height: auto !important; padding-top: 70px !important; padding-bottom: 30px !important; }
@media (min-width: 960px) {
  .ml-hero { padding-top: 80px !important; padding-bottom: 40px !important; }
  .ml-hero__photo { min-height: 440px !important; height: 440px !important; }
  .ml-hero__grid { align-items: center !important; }
}

/* Hero 사진 — 상반신 꽉 차게, 그림자/오라 제거 */
.ml-hero__photo {
  align-items: center !important;
  overflow: visible !important;
}
.ml-hero__photo::before,
.ml-hero__photo::after { display: none !important; }
.ml-hero__photo img[src*="minsangbin-profile-upper"] {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 440px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.35));
}

/* ===== Meet 섹션 — 프레임 자연스럽게 ===== */
.ml-meet__photo-frame {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.ml-meet__photo-frame::before,
.ml-meet__photo-frame::after { display: none !important; }
.ml-meet__photo-frame:has(img[src*="upper"]) {
  background: transparent !important;
}
.ml-meet__photo-wrap {
  padding: 1rem 0 1rem 1rem !important;
}
.ml-meet__photo-wrap::before,
.ml-meet__photo-wrap::after { display: none !important; }
.ml-meet__photo-frame img[src*="minsangbin-profile-upper"] {
  object-fit: contain !important;
  width: 100% !important;
  max-height: 520px !important;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.22));
  background: transparent !important;
}
/* firm-tag는 유지, sig는 숨김 (혹시 남아 있을 경우) */
.ml-meet__sig { display: none !important; }
.ml-meet__firm-tag {
  position: absolute;
  bottom: 0.6rem; left: 0.6rem;
  z-index: 3;
}

/* Hero 사진 더 크게 */
@media (min-width: 960px) {
  .ml-hero__photo { min-height: 560px !important; height: 560px !important; }
}
.ml-hero__photo img[src*="minsangbin-profile-upper"] {
  object-fit: cover !important;
  object-position: center 18% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 560px !important;
  max-width: 460px !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  background: transparent !important;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,0.4));
}
/* ===== Hero 섹션 전체 세로폭 축소 ===== */
.ml-hero {
  min-height: auto !important;
  height: auto !important;
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}
@media (min-width: 960px) {
  .ml-hero {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
    min-height: 0 !important;
  }
  .ml-hero__grid {
    min-height: 0 !important;
    align-items: center !important;
  }
  .ml-hero__photo {
    min-height: 460px !important;
    height: 460px !important;
    max-height: 460px !important;
  }
}



/* 사진은 축소된 hero 안에 꽉 차도록 */
.ml-hero__photo img[src*="minsangbin-profile-upper"] {
  object-fit: cover !important;
  object-position: center 20% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 460px !important;
  max-width: 400px !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,0.4));
}

/* scroll indicator 여백 축소 */
.ml-hero__scroll { bottom: 12px !important; font-size: 10px !important; }
/* ===== Hero 세로폭 실제 축소 (100vh 제거) ===== */
.ml-hero {
  min-height: 0 !important;
  height: auto !important;
}
.ml-hero__grid {
  padding: 3rem 2rem 2.5rem !important;
}
@media (min-width: 960px) {
  .ml-hero__grid {
    padding: 4rem 3rem 3rem !important;
    min-height: 0 !important;
  }
  .ml-hero__photo {
    min-height: 440px !important;
    height: 440px !important;
    max-height: 440px !important;
  }
}

/* 바닥 SCROLL indicator 제거 (이제 hero 짧아서 불필요) */
.ml-hero__scroll { display: none !important; }



/* 사진 꽉 차게 */
.ml-hero__photo img[src*="minsangbin-profile-upper"] {
  object-fit: cover !important;
  object-position: center 20% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 440px !important;
  max-width: 380px !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,0.4));
}
/* ===== Hero 더 줄이기 + 사진 꽉 채우기 ===== */
.ml-hero { min-height: 0 !important; }
.ml-hero__grid {
  padding: 1.5rem 2rem 1.5rem !important;
  gap: 2rem !important;
}
@media (min-width: 960px) {
  .ml-hero__grid {
    padding: 2rem 3rem 1.5rem !important;
    gap: 3rem !important;
  }
  .ml-hero__photo {
    min-height: 340px !important;
    height: 340px !important;
    max-height: 340px !important;
  }
}
.ml-hero__scroll { display: none !important; }
.ml-hero__marks { padding-top: 1.2rem !important; margin-top: 0.5rem !important; }
.ml-hero__lead { margin-bottom: 1.2rem !important; }
.ml-hero__title { margin-bottom: 0.9rem !important; }
.ml-hero__accent-line { margin-bottom: 1rem !important; }

/* 사진 꽉 채우기 — 프레임 전체 */
.ml-hero__photo img[src*="minsangbin-profile-upper"] {
  object-fit: cover !important;
  object-position: center 18% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 340px !important;
  max-width: none !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35) !important;
  filter: none !important;
}
.ml-hero__photo { overflow: hidden !important; }
/* ===== 사진 hero 세로 전체에 꽉 차게 ===== */
@media (min-width: 960px) {
  .ml-hero__grid {
    padding: 0 !important;
    padding-left: 3rem !important;
    align-items: stretch !important;
    gap: 0 !important;
  }
  .ml-hero__text {
    padding: 2.5rem 0 !important;
  }
  .ml-hero__photo {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    align-self: stretch !important;
    padding: 0 !important;
  }
  .ml-hero__photo img[src*="minsangbin-profile-upper"] {
    object-fit: cover !important;
    object-position: center 15% !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    filter: none !important;
    display: block !important;
  }
}
/* ========================================================== */
/* 동적 배경 — 섹션별 미묘한 그라디언트 오브 + 그레인 + 라인   */
/* ========================================================== */

/* warm 섹션 — 베이지 베이스에 떠다니는 골드 오브 */
.ml-section--warm {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 1200px 500px at 10% -10%, rgba(184,147,90,0.08), transparent 60%),
    radial-gradient(ellipse 900px 400px at 110% 30%, rgba(184,147,90,0.06), transparent 55%),
    radial-gradient(ellipse 700px 500px at 50% 110%, rgba(30,50,90,0.05), transparent 60%),
    var(--ml-bg-warm, #faf6ed) !important;
}
.ml-section--warm::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 600px at 80% 20%, rgba(184,147,90,0.05), transparent 40%),
    radial-gradient(circle 500px at 20% 80%, rgba(30,40,70,0.04), transparent 40%);
  animation: ml-bg-drift 24s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}

/* light 섹션 — 크림 베이스에 아주 연한 블루 오브 */
.ml-section--light {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 1000px 400px at 90% 0%, rgba(184,147,90,0.05), transparent 55%),
    radial-gradient(ellipse 800px 500px at 0% 100%, rgba(30,50,90,0.04), transparent 55%),
    #faf8f3 !important;
}
.ml-section--light::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 500px at 15% 30%, rgba(184,147,90,0.04), transparent 45%),
    radial-gradient(circle 400px at 85% 70%, rgba(30,50,90,0.03), transparent 45%);
  animation: ml-bg-drift 30s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 0;
}

/* dark 섹션 — 네이비 베이스에 골드 글로우 */
.ml-section--dark {
  position: relative;
  overflow: hidden;
}
.ml-section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 700px at 20% 20%, rgba(184,147,90,0.12), transparent 50%),
    radial-gradient(circle 600px at 80% 80%, rgba(100,130,200,0.08), transparent 50%);
  animation: ml-bg-drift 28s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* 모든 섹션 내부 콘텐츠는 배경 오브 위로 */
.ml-section &gt; .ml-container,
.ml-section &gt; * { position: relative; z-index: 1; }

/* 미묘한 그레인 텍스처 오버레이 — SVG noise */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,");
  background-size: 200px 200px;
  opacity: 0.035;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: multiply;
}

/* Hero 배경 — 드리프트 애니메이션 추가 */
.ml-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 800px at 20% 30%, rgba(184,147,90,0.15), transparent 55%),
    radial-gradient(circle 600px at 80% 70%, rgba(100,130,200,0.1), transparent 55%);
  animation: ml-bg-drift 22s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

/* 키프레임: 천천히 부드럽게 움직이는 오브 */
@keyframes ml-bg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.9; }
  33% { transform: translate(30px, -20px) scale(1.05); opacity: 1; }
  66% { transform: translate(-20px, 30px) scale(0.97); opacity: 0.85; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .ml-section--warm::before,
  .ml-section--light::before,
  .ml-section--dark::before,
  .ml-hero::after { animation: none !important; }
}

/* 섹션 경계 페이드 — 더 매끈한 전환 */
.ml-section + .ml-section::before {
  box-shadow: inset 0 80px 60px -60px rgba(255,255,255,0.4);
}

/* 블로그 카드 그리드 (사례 페이지) */
.ml-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}
.ml-blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.ml-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-color: rgba(184,147,90,0.3);
}
.ml-blog-card__thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #faf6ed 0%, #efe4d0 100%);
  overflow: hidden;
}
.ml-blog-card__thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.ml-blog-card:hover .ml-blog-card__thumb img { transform: scale(1.05); }

.ml-blog-card__body { padding: 22px 22px 20px; display: flex; flex-direction: column; flex: 1; }
.ml-blog-card__tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.ml-blog-card__tag {
  font-size: 11px; padding: 3px 8px; border-radius: 3px;
  background: #fdfaf6; color: #B8935A;
  border: 1px solid rgba(184,147,90,0.3); letter-spacing: -0.01em;
}
.ml-blog-card__title {
  font-family: 'Noto Serif KR', Georgia, serif;
  font-size: 17px; font-weight: 700;
  line-height: 1.45; color: #1a1a1a;
  margin: 0 0 10px; word-break: keep-all;
  letter-spacing: -0.01em;
}
.ml-blog-card__excerpt {
  font-size: 13.5px; line-height: 1.65; color: #555;
  margin: 0 0 14px; flex: 1; word-break: keep-all;
}
.ml-blog-card__meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: #888; letter-spacing: 0.05em;
  padding-top: 12px; border-top: 1px solid #f0ede5;
}
.ml-blog-card__arrow {
  color: #B8935A; font-size: 16px; transition: transform 0.3s ease;
}
.ml-blog-card:hover .ml-blog-card__arrow { transform: translateX(4px); }

/* 나브 메뉴 폰트 — 모든 항목 통일 */
.site-header nav a,
.site-header .menu-item a,
.site-header .menu a,
header .menu a,
header nav a {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: -0.01em !important;
}
/* ===== 메뉴 2줄 아이템 —  렌더 시 높이 보정 ===== */
.site-header nav a,
.site-header .menu a,
header nav a,
header .menu a {
  line-height: 1.25 !important;
  white-space: normal !important;
  text-align: center !important;
}
.site-header nav a br,
.site-header .menu a br,
header nav a br,
header .menu a br {
  display: block !important;
  content: "" !important;
  line-height: 0 !important;
}
/* 2줄 메뉴 아이템은 약간 컴팩트한 폰트 */
.site-header nav li a:has(br),
header .menu li a:has(br) {
  font-size: 13px !important;
  letter-spacing: -0.02em !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}


/* 네비 탭 간격 조금 늘리기 — Kadence 실제 셀렉터 매치 */
.main-navigation .primary-menu-container &gt; ul &gt; li.menu-item &gt; a {
  padding-left: calc(1em) !important;
  padding-right: calc(1em) !important;
}


/* ===== 히어로 배경 — 법률도서관/어두운 웜톤 (네이비 + 골드 오버레이) ===== */
.ml-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background-image:
    linear-gradient(135deg, rgba(10,22,40,0.88) 0%, rgba(12,25,45,0.82) 40%, rgba(20,30,55,0.75) 100%),
    radial-gradient(ellipse 800px 600px at 75% 30%, rgba(184,147,90,0.25), transparent 60%),
    url('https://images.unsplash.com/photo-1505664194779-8beaceb93744?w=2400&amp;q=85&amp;auto=format&amp;fit=crop') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* ===== 히어로 인물 사진 — 좌우반전, 허리선까지 정확히 채우기 ===== */
.ml-hero__photo img[src*="minsangbin-profile-upper-flip"] {
  object-fit: cover !important;
  object-position: center top !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.45)) !important;
  background: transparent !important;
  transform: none !important;
}
.ml-hero__photo:has(img[src*="upper-flip"]) {
  align-items: stretch !important;
  overflow: hidden !important;
  min-height: 0 !important;
}
.ml-hero__photo:has(img[src*="upper-flip"])::before,
.ml-hero__photo:has(img[src*="upper-flip"])::after { display: none !important; }

/* ===== 히어로 전체 세로폭 — 인물 사진 비율 기반으로 자연스럽게 ===== */
@media (min-width: 960px) {
  .ml-hero {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 80px !important;
    padding-bottom: 0 !important;
  }
  .ml-hero__grid {
    align-items: stretch !important;
    min-height: 560px !important;
    padding-bottom: 0 !important;
  }
  .ml-hero__text {
    padding-bottom: 4rem !important;
  }
  .ml-hero__photo {
    height: auto !important;
    min-height: 0 !important;
    align-self: end !important;
  }
  .ml-hero__photo img[src*="minsangbin-profile-upper-flip"] {
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    display: block !important;
  }
}
/* ===== 히어로 인물 tight — 투명 패딩 제거판, 정확히 매칭 ===== */
.ml-hero__photo img[src*="minsangbin-profile-tight"] {
  object-fit: cover !important;
  object-position: center top !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.45)) !important;
  background: transparent !important;
  transform: none !important;
}
@media (min-width: 960px) {
  .ml-hero__photo img[src*="minsangbin-profile-tight"] {
    object-fit: contain !important;
    object-position: center bottom !important;
    max-width: 540px !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
/* ================================================================ */
/* === BH-LAW 테마 오버라이드 — 미니멀 화이트/블랙 + 서브 레드 === */
/* ================================================================ */

:root {
  --bh-ink: #141210;
  --bh-ink-soft: #3a3633;
  --bh-mute: #6f6b66;
  --bh-line: rgba(0,0,0,0.08);
  --bh-bg: #ffffff;
  --bh-bg-soft: #f7f7f5;
  --bh-bg-dark: #0c0b0a;
  --bh-accent: #a72e2a;
  --bh-accent-soft: #c45450;
}

body {
  background: var(--bh-bg) !important;
  color: var(--bh-ink) !important;
}

/* body::before (그레인 오버레이) 최소화 */
body::before { opacity: 0.02 !important; }

/* ========== HERO — 영상 배경 풀스크린 ========== */
.ml-hero--video {
  position: relative !important;
  min-height: 92vh !important;
  height: 92vh !important;
  overflow: hidden !important;
  margin: 0 -2rem !important;
  padding: 0 !important;
  background: #000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.ml-hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: brightness(0.55);
}
.ml-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
}
.ml-hero__inner {
  position: relative; z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 2rem;
  max-width: 980px;
  width: 100%;
}
.ml-hero__eyebrow {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.35em !important;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7) !important;
  margin-bottom: 32px !important;
}
.ml-hero__title {
  font-family: "Noto Serif KR", "Noto Serif", serif !important;
  font-size: clamp(32px, 4.6vw, 62px) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #fff !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 28px !important;
  word-break: keep-all;
}
.ml-hero__title em {
  font-style: normal !important;
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
}
.ml-hero__lead {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: rgba(255,255,255,0.78) !important;
  margin: 0 auto 44px !important;
  max-width: 640px;
}
.ml-cta-row {
  display: flex; gap: 12px;
  justify-content: center;
  margin-bottom: 72px !important;
  flex-wrap: wrap;
}
.ml-cta-row .ml-btn {
  padding: 14px 28px !important;
  font-size: 14px !important;
  letter-spacing: -0.01em !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1) !important;
}
.ml-btn--kakao {
  background: #FEE500 !important;
  color: #3c1e1e !important;
  border: none !important;
}
.ml-btn--tel {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}
.ml-btn--tel:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.ml-hero__marks {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  max-width: 760px;
  margin: 0 auto !important;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 32px;
}
.ml-hero__marks &gt; div {
  text-align: center !important;
}
.ml-hero__marks strong {
  display: block !important;
  font-family: "Noto Serif KR", serif !important;
  font-size: 28px !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin-bottom: 6px;
}
.ml-hero__marks strong em {
  font-style: normal;
  color: var(--bh-accent-soft);
  font-size: 20px;
  margin-left: 2px;
}
.ml-hero__marks span {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.5;
  color: rgba(255,255,255,0.6) !important;
  letter-spacing: 0.02em;
}
.ml-hero__scroll-ind {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  z-index: 2;
  animation: bhBounce 2.4s ease-in-out infinite;
}
@keyframes bhBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.6; }
  50% { transform: translateX(-50%) translateY(6px); opacity: 0.9; }
}

/* ========== 섹션 — 깨끗한 흰 + 어두운 섹션 토글 ========== */
.ml-section {
  background: var(--bh-bg) !important;
  padding-top: 140px !important;
  padding-bottom: 140px !important;
  position: relative;
}
/* warm 섹션을 dark로 반전 */
.ml-section--warm {
  background: var(--bh-bg-dark) !important;
  color: #fff !important;
}
.ml-section--warm * { color: inherit !important; }
.ml-section--warm .ml-section__title { color: #fff !important; }
.ml-section--warm .ml-section__eyebrow { color: rgba(255,255,255,0.5) !important; }
.ml-section--warm .ml-section__lead { color: rgba(255,255,255,0.7) !important; }
.ml-section--warm::before,
.ml-section--warm::after { display: none !important; }

/* light 섹션 — 순백 */
.ml-section--light {
  background: var(--bh-bg) !important;
}
.ml-section--light::before,
.ml-section--light::after { display: none !important; }

/* ========== TITLE 타이포 — 큰 세리프 ========== */
.ml-section__title, .ml-page-hero__title {
  font-family: "Noto Serif KR", "Noto Serif", serif !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em !important;
  color: var(--bh-ink) !important;
  margin-bottom: 40px !important;
}
.ml-section__title em, .ml-page-hero__title em {
  font-style: italic !important;
  color: var(--bh-ink) !important;
  background: none !important;
  -webkit-text-fill-color: var(--bh-ink) !important;
}
.ml-section--warm .ml-section__title em { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.ml-section__eyebrow, .ml-page-hero__eyebrow {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase;
  color: var(--bh-mute) !important;
  margin-bottom: 20px !important;
}
.ml-section__lead, .ml-page-hero__lead {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: var(--bh-ink-soft) !important;
  max-width: 680px;
}

/* ========== Page hero (내부 페이지) — 깨끗한 흰 or 서브 그레이 ========== */
.ml-page-hero {
  background: var(--bh-bg-soft) !important;
  padding: 160px 2rem 120px !important;
  text-align: left !important;
  position: relative;
}
.ml-page-hero::before,
.ml-page-hero::after { display: none !important; }
.ml-page-hero__bg-num { display: none !important; }

/* ========== 카드 — 순백+테두리 최소 ========== */
.ml-why-card, .ml-why-card-v2, .ml-process-card, .ml-creds-card,
.ml-expertise-card, .ml-blog-card, .ml-insight-card, .ml-case-story {
  background: #fff !important;
  border: 1px solid var(--bh-line) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
.ml-why-card:hover, .ml-process-card:hover, .ml-creds-card:hover,
.ml-expertise-card:hover, .ml-blog-card:hover, .ml-insight-card:hover {
  border-color: rgba(0,0,0,0.2) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
  transform: translateY(-4px) !important;
}

/* ========== 블로그 카드 — 클린 ========== */
.ml-blog-card__thumb {
  aspect-ratio: 16/10 !important;
  background: #f0ede8 !important;
}
.ml-blog-card__title {
  font-family: "Noto Serif KR", serif !important;
  font-weight: 500 !important;
  color: var(--bh-ink) !important;
}
.ml-blog-card__tag {
  background: transparent !important;
  color: var(--bh-mute) !important;
  border: 1px solid var(--bh-line) !important;
  font-size: 10.5px !important;
}

/* ========== CTA 버튼 — 리파인 ========== */
.ml-btn--dark {
  background: var(--bh-ink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2px !important;
}
.ml-btn--dark:hover {
  background: var(--bh-accent) !important;
  color: #fff !important;
}
.ml-btn--outline {
  background: transparent !important;
  color: var(--bh-ink) !important;
  border: 1px solid var(--bh-ink) !important;
  border-radius: 2px !important;
}
.ml-btn--outline:hover {
  background: var(--bh-ink) !important;
  color: #fff !important;
}

/* ========== 로마숫자 큰 배경 숫자 — 숨김 (bh-law는 없음) ========== */
.ml-section__bg-num, .ml-hero__roman, .ml-hero__bg,
.ml-hero__accent-line, .ml-hero__frame-glow {
  display: none !important;
}

/* ========== 법 한자 bg — 숨김 (bh-law 노출 없음) ========== */
.ml-section--light::before, .ml-section::before {
  display: none !important;
}

/* ========== meet 섹션 — 번화 느낌 ========== */
.ml-meet {
  background: var(--bh-bg-soft) !important;
}
.ml-meet__quote {
  font-family: "Noto Serif KR", serif !important;
  font-size: 22px !important;
  font-style: italic;
  line-height: 1.6;
  color: var(--bh-ink) !important;
}
.ml-meet__firm-tag {
  background: var(--bh-ink) !important;
  color: #fff !important;
}
.ml-cred-row__label {
  color: var(--bh-mute) !important;
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 10.5px !important;
  letter-spacing: 0.25em;
}
.ml-cred-row__body {
  color: var(--bh-ink-soft) !important;
}
.ml-cred-row__body--creds-list &gt; div strong {
  color: var(--bh-accent) !important;
}

/* ========== 클라이언트 후기 섹션 (dark) ========== */
.ml-story-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

/* ========== FAQ — 클린 ========== */
.ml-faq__item {
  background: #fff !important;
  border: 1px solid var(--bh-line) !important;
  border-radius: 2px !important;
}
.ml-faq__q {
  color: var(--bh-ink) !important;
  font-family: "Pretendard Variable", sans-serif !important;
  font-weight: 500 !important;
}

/* ========== 푸터 유지 (이미 다크 스타일) ========== */

/* ========== 기타 전반 ========== */
.ml-container { max-width: 1280px !important; }

/* 스크롤바 — 심플 */
::-webkit-scrollbar-thumb { background: #999 !important; }
::-webkit-scrollbar-thumb:hover { background: var(--bh-ink) !important; }

/* 동적 효과 유지 (scroll reveal) — 이미 설정된 것 그대로 */
/* ================================================================ */
/* === BH-LAW 테마 오버라이드 — 미니멀 화이트/블랙 + 서브 레드 === */
/* ================================================================ */

:root {
  --bh-ink: #141210;
  --bh-ink-soft: #3a3633;
  --bh-mute: #6f6b66;
  --bh-line: rgba(0,0,0,0.08);
  --bh-bg: #ffffff;
  --bh-bg-soft: #f7f7f5;
  --bh-bg-dark: #0c0b0a;
  --bh-accent: #a72e2a;
  --bh-accent-soft: #c45450;
}

body {
  background: var(--bh-bg) !important;
  color: var(--bh-ink) !important;
}

/* body::before (그레인 오버레이) 최소화 */
body::before { opacity: 0.02 !important; }

/* ========== HERO — 영상 배경 풀스크린 ========== */
.ml-hero--video {
  position: relative !important;
  min-height: 92vh !important;
  height: 92vh !important;
  overflow: hidden !important;
  margin: 0 -2rem !important;
  padding: 0 !important;
  background: #000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.ml-hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: brightness(0.55);
}
.ml-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
}
.ml-hero__inner {
  position: relative; z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 2rem;
  max-width: 980px;
  width: 100%;
}
.ml-hero__eyebrow {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.35em !important;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7) !important;
  margin-bottom: 32px !important;
}
.ml-hero__title {
  font-family: "Noto Serif KR", "Noto Serif", serif !important;
  font-size: clamp(32px, 4.6vw, 62px) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #fff !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 28px !important;
  word-break: keep-all;
}
.ml-hero__title em {
  font-style: normal !important;
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
}
.ml-hero__lead {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: rgba(255,255,255,0.78) !important;
  margin: 0 auto 44px !important;
  max-width: 640px;
}
.ml-cta-row {
  display: flex; gap: 12px;
  justify-content: center;
  margin-bottom: 72px !important;
  flex-wrap: wrap;
}
.ml-cta-row .ml-btn {
  padding: 14px 28px !important;
  font-size: 14px !important;
  letter-spacing: -0.01em !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1) !important;
}
.ml-btn--kakao {
  background: #FEE500 !important;
  color: #3c1e1e !important;
  border: none !important;
}
.ml-btn--tel {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
}
.ml-btn--tel:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.ml-hero__marks {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  max-width: 760px;
  margin: 0 auto !important;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 32px;
}
.ml-hero__marks &gt; div {
  text-align: center !important;
}
.ml-hero__marks strong {
  display: block !important;
  font-family: "Noto Serif KR", serif !important;
  font-size: 28px !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin-bottom: 6px;
}
.ml-hero__marks strong em {
  font-style: normal;
  color: var(--bh-accent-soft);
  font-size: 20px;
  margin-left: 2px;
}
.ml-hero__marks span {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.5;
  color: rgba(255,255,255,0.6) !important;
  letter-spacing: 0.02em;
}
.ml-hero__scroll-ind {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-family: "Pretendard Variable", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  z-index: 2;
  animation: bhBounce 2.4s ease-in-out infinite;
}
@keyframes bhBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.6; }
  50% { transform: translateX(-50%) translateY(6px); opacity: 0.9; }
}

/* ========== 섹션 — 깨끗한 흰 + 어두운 섹션 토글 ========== */
.ml-section {
  background: var(--bh-bg) !important;
  padding-top: 140px !important;
  padding-bottom: 140px !important;
  position: relative;
}
/* warm 섹션을 dark로 반전 */
.ml-section--warm {
  background: var(--bh-bg-dark) !important;
  color: #fff !important;
}
.ml-section--warm * { color: inherit !important; }
.ml-section--warm .ml-section__title { color: #fff !important; }
.ml-section--warm .ml-section__eyebrow { color: rgba(255,255,255,0.5) !important; }
.ml-section--warm .ml-section__lead { color: rgba(255,255,255,0.7) !important; }
.ml-section--warm::before,
.ml-section--warm::after { display: none !important; }

/* light 섹션 — 순백 */
.ml-section--light {
  background: var(--bh-bg) !important;
}
.ml-section--light::before,
.ml-section--light::after { display: none !important; }

/* ========== TITLE 타이포 — 큰 세리프 ========== */
.ml-section__title, .ml-page-hero__title {
  font-family: "Noto Serif KR", "Noto Serif", serif !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em !important;
  color: var(--bh-ink) !important;
  margin-bottom: 40px !important;
}
.ml-section__title em, .ml-page-hero__title em {
  font-style: italic !important;
  color: var(--bh-ink) !important;
  background: none !important;
  -webkit-text-fill-color: var(--bh-ink) !important;
}
.ml-section--warm .ml-section__title em { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.ml-section__eyebrow, .ml-page-hero__eyebrow {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase;
  color: var(--bh-mute) !important;
  margin-bottom: 20px !important;
}
.ml-section__lead, .ml-page-hero__lead {
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: var(--bh-ink-soft) !important;
  max-width: 680px;
}

/* ========== Page hero (내부 페이지) — 깨끗한 흰 or 서브 그레이 ========== */
.ml-page-hero {
  background: var(--bh-bg-soft) !important;
  padding: 160px 2rem 120px !important;
  text-align: left !important;
  position: relative;
}
.ml-page-hero::before,
.ml-page-hero::after { display: none !important; }
.ml-page-hero__bg-num { display: none !important; }

/* ========== 카드 — 순백+테두리 최소 ========== */
.ml-why-card, .ml-why-card-v2, .ml-process-card, .ml-creds-card,
.ml-expertise-card, .ml-blog-card, .ml-insight-card, .ml-case-story {
  background: #fff !important;
  border: 1px solid var(--bh-line) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
.ml-why-card:hover, .ml-process-card:hover, .ml-creds-card:hover,
.ml-expertise-card:hover, .ml-blog-card:hover, .ml-insight-card:hover {
  border-color: rgba(0,0,0,0.2) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
  transform: translateY(-4px) !important;
}

/* ========== 블로그 카드 — 클린 ========== */
.ml-blog-card__thumb {
  aspect-ratio: 16/10 !important;
  background: #f0ede8 !important;
}
.ml-blog-card__title {
  font-family: "Noto Serif KR", serif !important;
  font-weight: 500 !important;
  color: var(--bh-ink) !important;
}
.ml-blog-card__tag {
  background: transparent !important;
  color: var(--bh-mute) !important;
  border: 1px solid var(--bh-line) !important;
  font-size: 10.5px !important;
}

/* ========== CTA 버튼 — 리파인 ========== */
.ml-btn--dark {
  background: var(--bh-ink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2px !important;
}
.ml-btn--dark:hover {
  background: var(--bh-accent) !important;
  color: #fff !important;
}
.ml-btn--outline {
  background: transparent !important;
  color: var(--bh-ink) !important;
  border: 1px solid var(--bh-ink) !important;
  border-radius: 2px !important;
}
.ml-btn--outline:hover {
  background: var(--bh-ink) !important;
  color: #fff !important;
}

/* ========== 로마숫자 큰 배경 숫자 — 숨김 (bh-law는 없음) ========== */
.ml-section__bg-num, .ml-hero__roman, .ml-hero__bg,
.ml-hero__accent-line, .ml-hero__frame-glow {
  display: none !important;
}

/* ========== 법 한자 bg — 숨김 (bh-law 노출 없음) ========== */
.ml-section--light::before, .ml-section::before {
  display: none !important;
}

/* ========== meet 섹션 — 번화 느낌 ========== */
.ml-meet {
  background: var(--bh-bg-soft) !important;
}
.ml-meet__quote {
  font-family: "Noto Serif KR", serif !important;
  font-size: 22px !important;
  font-style: italic;
  line-height: 1.6;
  color: var(--bh-ink) !important;
}
.ml-meet__firm-tag {
  background: var(--bh-ink) !important;
  color: #fff !important;
}
.ml-cred-row__label {
  color: var(--bh-mute) !important;
  font-family: "Pretendard Variable", sans-serif !important;
  font-size: 10.5px !important;
  letter-spacing: 0.25em;
}
.ml-cred-row__body {
  color: var(--bh-ink-soft) !important;
}
.ml-cred-row__body--creds-list &gt; div strong {
  color: var(--bh-accent) !important;
}

/* ========== 클라이언트 후기 섹션 (dark) ========== */
.ml-story-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

/* ========== FAQ — 클린 ========== */
.ml-faq__item {
  background: #fff !important;
  border: 1px solid var(--bh-line) !important;
  border-radius: 2px !important;
}
.ml-faq__q {
  color: var(--bh-ink) !important;
  font-family: "Pretendard Variable", sans-serif !important;
  font-weight: 500 !important;
}

/* ========== 푸터 유지 (이미 다크 스타일) ========== */

/* ========== 기타 전반 ========== */
.ml-container { max-width: 1280px !important; }

/* 스크롤바 — 심플 */
::-webkit-scrollbar-thumb { background: #999 !important; }
::-webkit-scrollbar-thumb:hover { background: var(--bh-ink) !important; }

/* 동적 효과 유지 (scroll reveal) — 이미 설정된 것 그대로 */

/* 히어로 full-bleed — 뷰포트 폭으로 확장 */
.ml-hero--video {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

/* 전체 section도 full-bleed 가능하게 */
.entry-content .ml-section,
.entry-content .ml-page-hero {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.entry-content .ml-section &gt; .ml-container,
.entry-content .ml-page-hero &gt; .ml-container {
  max-width: 1280px !important;
  margin: 0 auto !important;
}

/* hero inner padding */
.ml-hero__inner { padding: 0 2rem !important; }


/* 히어로 타이틀 — 한 줄에 더 많이 들어가게 */
.ml-hero__title {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(30px, 3.6vw, 52px) !important;
  line-height: 1.4 !important;
  word-break: keep-all;
  letter-spacing: -0.01em !important;
}
.ml-hero__inner { max-width: 1200px !important; }

/* 메뉴와 hero 사이 공간 제거 */
.entry-content &gt; .ml-hero--video:first-child,
.entry-content .ml-hero--video {
  margin-top: -1.5rem !important;
}
/* 모바일 히어로 */
@media (max-width: 768px) {
  .ml-hero--video { min-height: 70vh !important; height: 70vh !important; }
  .ml-hero__marks { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  .ml-cta-row { margin-bottom: 40px !important; }
}

/* ================================================================ */
/* 대비 수정 — 폰트색↔배경색 묻힘 해결                              */
/* ================================================================ */

/* [1] 푸터 bg-color 안전빵 (gradient만 있어서 스캐너가 bg 없다고 판단) */
.ml-footer {
  background-color: #0A1628 !important;
}

/* [2] Dark(ml-section--warm) 섹션 내부 — 카드 배경/텍스트 반전 */
.ml-section--warm .ml-testimonial-card,
.ml-section--warm .ml-story-card,
.ml-section--warm .ml-blog-card,
.ml-section--warm .ml-insight-card,
.ml-section--warm .ml-case-card,
.ml-section--warm .ml-faq__item,
.ml-section--warm .ml-process-step,
.ml-section--warm .ml-process-card,
.ml-section--warm .ml-creds-card,
.ml-section--warm .ml-why-card,
.ml-section--warm .ml-why-card-v2,
.ml-section--warm .ml-expertise-card {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.88) !important;
}
.ml-section--warm .ml-testimonial-card *,
.ml-section--warm .ml-story-card *,
.ml-section--warm .ml-blog-card *,
.ml-section--warm .ml-insight-card *,
.ml-section--warm .ml-case-card *,
.ml-section--warm .ml-faq__item *,
.ml-section--warm .ml-process-step *,
.ml-section--warm .ml-process-card *,
.ml-section--warm .ml-creds-card *,
.ml-section--warm .ml-why-card *,
.ml-section--warm .ml-expertise-card * {
  color: inherit !important;
}

/* [3] ml-title--white, ml-lead--muted — 흰색 강제 클래스 컨텍스트화 */
/* 기본(라이트 섹션)에서는 어두운 텍스트, warm 안에서만 흰색 */
.ml-title--white, .ml-lead--muted, .ml-eyebrow--light {
  color: var(--bh-ink) !important;
}
.ml-section--warm .ml-title--white,
.ml-section:not(.ml-section--warm) .ml-title--white:not(.ml-section--warm *) { /* 기본적으로 어둠 */ }
.ml-section--warm .ml-title--white { color: #fff !important; }
.ml-section--warm .ml-lead--muted { color: rgba(255,255,255,0.8) !important; }
.ml-section--warm .ml-eyebrow--light { color: rgba(255,255,255,0.55) !important; }
/* 라이트 섹션에서 title--white를 강제 ink로 */
.ml-section--light .ml-title--white,
.ml-section--light .ml-section__title.ml-title--white {
  color: var(--bh-ink) !important;
}
.ml-section--light .ml-lead--muted {
  color: var(--bh-ink-soft) !important;
}
.ml-section--light .ml-testimonials-note,
.ml-section--light .ml-section__lead {
  color: var(--bh-ink-soft) !important;
}

/* [4] Outline 버튼 — dark 섹션에서 흰색, 라이트에서 어두움 */
.ml-btn--outline {
  color: var(--bh-ink) !important;
  border: 1px solid var(--bh-ink) !important;
  background: transparent !important;
}
.ml-btn--outline:hover {
  background: var(--bh-ink) !important;
  color: #fff !important;
}
.ml-section--warm .ml-btn--outline {
  color: #fff !important;
  border-color: #fff !important;
}
.ml-section--warm .ml-btn--outline:hover {
  background: #fff !important;
  color: var(--bh-ink) !important;
}

/* [5] Process step meta — warm beige bg 위 흰 텍스트 묻힘 */
.ml-process-step__meta,
.ml-process-card__meta {
  color: var(--bh-ink) !important;
  background: rgba(0,0,0,0.06) !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
}
.ml-section--warm .ml-process-step__meta,
.ml-section--warm .ml-process-card__meta {
  color: rgba(255,255,255,0.9) !important;
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
}

/* [6] Case card tag — 흰 on beige 묻힘 */
.ml-case-card__tag {
  background: var(--bh-ink) !important;
  color: #fff !important;
  border: none !important;
}

/* [7] Blog card excerpt/meta — 기본은 어두운 ink-soft */
.ml-blog-card__excerpt {
  color: var(--bh-ink-soft) !important;
}
.ml-blog-card__meta,
.ml-blog-card__meta span,
.ml-insight-card p {
  color: var(--bh-mute) !important;
}
.ml-insight-card h3 {
  color: var(--bh-ink) !important;
}
.ml-insight-card .ml-insight-card__cat,
.ml-insight-card .ml-arrow {
  color: var(--bh-accent) !important;
}

/* [8] Testimonial 텍스트 기본 — dark 섹션 안이면 밝게 */
.ml-testimonial-card__author,
.ml-testimonial-card__type {
  color: var(--bh-ink-soft) !important;
}
.ml-section--warm .ml-testimonial-card__author,
.ml-section--warm .ml-testimonial-card__type {
  color: rgba(255,255,255,0.6) !important;
}
.ml-section--warm .ml-testimonial-card__quote {
  color: rgba(255,255,255,0.88) !important;
}

/* [9] Gold eyebrow — 배경이 흰색인 섹션에서도 잘 보이게 (레드 액센트 사용) */
.ml-section__eyebrow.ml-eyebrow--gold,
.ml-page-hero__eyebrow.ml-eyebrow--gold {
  color: var(--bh-accent) !important;
  font-weight: 600 !important;
}

/* [10] FAQ 답변 p — 기본 어두운 색 */
.ml-faq__a, .ml-faq__a p {
  color: var(--bh-ink-soft) !important;
}
.ml-section--warm .ml-faq__a,
.ml-section--warm .ml-faq__a p {
  color: rgba(255,255,255,0.8) !important;
}

/* [11] meet__link 흰색이 light bg 위 — 어둡게 */
.ml-meet__link {
  color: var(--bh-ink) !important;
}

/* [12] ml-section__lead — 일반 light 섹션에선 어두운 ink-soft */
.ml-section__lead {
  color: var(--bh-ink-soft) !important;
}
.ml-section--warm .ml-section__lead {
  color: rgba(255,255,255,0.75) !important;
}

/* [13] 숫자/날짜 span — 가끔 흰 on 흰 */
.ml-blog-card__meta span,
.ml-case-card__meta span,
.ml-insight-card span:not(.ml-arrow):not(.ml-insight-card__cat) {
  color: var(--bh-mute) !important;
}
.ml-section--warm .ml-blog-card__meta span,
.ml-section--warm .ml-case-card__meta span {
  color: rgba(255,255,255,0.55) !important;
}

/* [14] meta text 어두운 ink — 모든 meta류 */
[class*="__meta"], [class*="__date"], [class*="__time"] {
  color: var(--bh-mute) !important;
}
.ml-section--warm [class*="__meta"],
.ml-section--warm [class*="__date"] {
  color: rgba(255,255,255,0.55) !important;
}

/* [15] 일반 텍스트 안전 — ml-section 내부 p/li의 색이 지정안되어 있으면 ink */
.ml-section p,
.ml-section li,
.ml-section .ml-container &gt; div &gt; div {
  color: var(--bh-ink-soft);
}


/* [16] eyebrow --gold에 lg-정도 weight */
.ml-hero__eyebrow {
  color: rgba(255,255,255,0.78) !important;
  font-weight: 500 !important;
}

/* ================ ml-section--dark 도 warm과 동일하게 ================ */
.ml-section.ml-section--dark {
  background: var(--bh-bg-dark, #0c0b0a) !important;
  color: #fff !important;
}
.ml-section--dark .ml-section__title { color: #fff !important; }
.ml-section--dark .ml-section__title em { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.ml-section--dark .ml-section__eyebrow { color: rgba(255,255,255,0.55) !important; }
.ml-section--dark .ml-section__lead { color: rgba(255,255,255,0.75) !important; }
.ml-section--dark .ml-section__lead.ml-lead--muted { color: rgba(255,255,255,0.8) !important; }
.ml-section--dark .ml-title--white { color: #fff !important; }
.ml-section--dark .ml-lead--muted { color: rgba(255,255,255,0.8) !important; }
.ml-section--dark p, .ml-section--dark li { color: rgba(255,255,255,0.82) !important; }

/* dark 섹션 내부 카드도 반전 */
.ml-section--dark .ml-testimonial-card,
.ml-section--dark .ml-story-card,
.ml-section--dark .ml-blog-card,
.ml-section--dark .ml-case-card,
.ml-section--dark .ml-faq__item,
.ml-section--dark .ml-process-step,
.ml-section--dark .ml-process-card,
.ml-section--dark .ml-creds-card,
.ml-section--dark .ml-insight-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.88) !important;
}
.ml-section--dark .ml-testimonial-card *,
.ml-section--dark .ml-story-card *,
.ml-section--dark .ml-blog-card *,
.ml-section--dark .ml-case-card *,
.ml-section--dark .ml-insight-card * {
  color: inherit !important;
}
.ml-section--dark .ml-testimonial-card__quote {
  color: rgba(255,255,255,0.92) !important;
}
.ml-section--dark .ml-testimonials-note {
  color: rgba(255,255,255,0.6) !important;
}
.ml-section--dark .ml-btn--outline {
  color: #fff !important;
  border-color: #fff !important;
}
.ml-section--dark .ml-btn--outline:hover {
  background: #fff !important;
  color: var(--bh-ink) !important;
}

/* ================ ml-section--light 에 ml-title--white 있으면 ink ================ */
.ml-section--light .ml-title--white,
.ml-section--light .ml-section__title.ml-title--white {
  color: var(--bh-ink) !important;
}
.ml-section--light .ml-title--white em {
  color: var(--bh-ink) !important;
  -webkit-text-fill-color: var(--bh-ink) !important;
}
.ml-section--light .ml-lead--muted {
  color: var(--bh-ink-soft) !important;
}
.ml-section--light .ml-btn--tel {
  color: var(--bh-ink) !important;
  border-color: var(--bh-ink) !important;
}

/* 플로팅 CTA gold bg를 다크로 — 대비 개선 */
.ml-float-cta__tel {
  background: var(--bh-ink, #141210) !important;
  color: #fff !important;
}

/* practice-card num (gold eyebrow류) — 더 진한 색 */
.ml-practice-card__num {
  color: var(--bh-accent) !important;
  font-weight: 600 !important;
}

/* 히어로 eyebrow는 영상 위라 흰색 유지 OK (스캐너 false positive)
   하지만 혹시 안 보일 가능성 대비 weight 올림 */
.ml-hero__eyebrow {
  color: rgba(255,255,255,0.85) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.ml-hero__scroll-ind {
  color: rgba(255,255,255,0.7) !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}


/* 카카오 버튼 — 어떤 컨텍스트에서도 항상 노랑 */
.ml-btn--kakao,
.ml-section--warm .ml-btn--kakao,
.ml-section--dark .ml-btn--kakao,
.ml-hero .ml-btn--kakao {
  background: #FEE500 !important;
  color: #3c1e1e !important;
  border: none !important;
}

/* 타이틀 em — 부모 색 상속 (이전 코드에서 강제 white된 흔적 정리) */
.ml-section__title em,
.ml-page-hero__title em,
.ml-meet .ml-section__title em {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-style: italic !important;
}
/* light 섹션에선 ink, dark에선 white (이미 각 섹션 단위로 설정됨) */
.ml-section:not(.ml-section--dark):not(.ml-section--warm) .ml-section__title em {
  color: var(--bh-ink) !important;
  -webkit-text-fill-color: var(--bh-ink) !important;
}

/* ml-meet 섹션 — light bg인데 eyebrow가 흰색으로 남음 */
.ml-meet .ml-section__eyebrow,
.ml-meet__eyebrow {
  color: var(--bh-mute) !important;
}
.ml-meet .ml-section__title {
  color: var(--bh-ink) !important;
}

/* Accent 레드 살짝 밝게 대비 개선 */
:root { --bh-accent: #b83834; --bh-accent-soft: #d8625d; }


/* dark/warm 섹션 내부 흰색 반투명 카드들 — bg 반전 */
.ml-section--warm .ml-service-row,
.ml-section--dark .ml-service-row,
.ml-section--warm .ml-service-item,
.ml-section--dark .ml-service-item,
.ml-section--warm .ml-practice-detail .ml-card,
.ml-section--warm [class*="__row"],
.ml-section--dark [class*="__row"] {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}
.ml-section--warm .ml-service-row *,
.ml-section--dark .ml-service-row * {
  color: inherit !important;
}



/* ================================================================ */
/* [1] 섹션 배경 톤 통일 — 미묘한 계조로 리듬                        */
/* ================================================================ */
:root {
  --bh-bg-0: #ffffff;           /* 순백 */
  --bh-bg-1: #fbf9f5;           /* 아주 살짝 오프화이트 */
  --bh-bg-2: #f5f1ea;           /* 크림 웜 */
  --bh-bg-3: #ecebe6;           /* 미드 톤 */
  --bh-bg-dark-soft: #1e1b18;   /* 소프트 다크 (필요할 때만) */
  --bh-ink: #141210;
  --bh-ink-soft: #3a3633;
}

/* 모든 기본 섹션 — 순백 */
.ml-section {
  background: var(--bh-bg-0) !important;
}

/* ml-section--light — 아주 살짝 오프 (구분감만) */
.ml-section.ml-section--light {
  background: var(--bh-bg-1) !important;
  color: var(--bh-ink) !important;
}

/* ml-section--warm — 크림 톤 (더 이상 다크 아님) */
.ml-section.ml-section--warm {
  background: var(--bh-bg-2) !important;
  color: var(--bh-ink) !important;
}
.ml-section--warm .ml-section__title,
.ml-section--warm .ml-section__title em,
.ml-section--warm h2, .ml-section--warm h3 {
  color: var(--bh-ink) !important;
  -webkit-text-fill-color: var(--bh-ink) !important;
}
.ml-section--warm .ml-section__eyebrow { color: #8a8680 !important; }
.ml-section--warm .ml-section__lead,
.ml-section--warm .ml-section__lead.ml-lead--muted,
.ml-section--warm p, .ml-section--warm li {
  color: var(--bh-ink-soft) !important;
}
.ml-section--warm .ml-title--white { color: var(--bh-ink) !important; }
.ml-section--warm .ml-lead--muted { color: var(--bh-ink-soft) !important; }

/* warm 섹션 내부 카드 — 이전 반전 취소, 순백 카드 복귀 */
.ml-section--warm .ml-testimonial-card,
.ml-section--warm .ml-story-card,
.ml-section--warm .ml-blog-card,
.ml-section--warm .ml-case-card,
.ml-section--warm .ml-faq__item,
.ml-section--warm .ml-process-step,
.ml-section--warm .ml-process-card,
.ml-section--warm .ml-creds-card,
.ml-section--warm .ml-why-card,
.ml-section--warm .ml-insight-card,
.ml-section--warm .ml-expertise-card,
.ml-section--warm .ml-service-row {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  color: var(--bh-ink) !important;
}
.ml-section--warm .ml-testimonial-card *,
.ml-section--warm .ml-story-card *,
.ml-section--warm .ml-blog-card *,
.ml-section--warm .ml-case-card *,
.ml-section--warm .ml-faq__item *,
.ml-section--warm .ml-process-step *,
.ml-section--warm .ml-service-row * {
  color: inherit !important;
}
.ml-section--warm .ml-testimonial-card__quote { color: var(--bh-ink) !important; }
.ml-section--warm .ml-testimonial-card__author,
.ml-section--warm .ml-testimonial-card__type { color: var(--bh-ink-soft) !important; }
.ml-section--warm .ml-btn--outline { color: var(--bh-ink) !important; border-color: var(--bh-ink) !important; }
.ml-section--warm .ml-btn--outline:hover { background: var(--bh-ink) !important; color: #fff !important; }

/* ml-section--dark — 진짜 '임팩트' 섹션만 (소프트 웜 다크) */
.ml-section.ml-section--dark {
  background: var(--bh-bg-dark-soft) !important;
  color: rgba(255,255,255,0.92) !important;
}
.ml-section--dark .ml-section__title,
.ml-section--dark .ml-title--white {
  color: #fff !important;
}
.ml-section--dark .ml-section__title em { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.ml-section--dark .ml-section__eyebrow { color: rgba(255,255,255,0.55) !important; }
.ml-section--dark .ml-section__lead,
.ml-section--dark .ml-lead--muted,
.ml-section--dark p, .ml-section--dark li { color: rgba(255,255,255,0.75) !important; }
.ml-section--dark .ml-testimonial-card,
.ml-section--dark .ml-story-card,
.ml-section--dark .ml-blog-card,
.ml-section--dark .ml-insight-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.88) !important;
}
.ml-section--dark .ml-testimonial-card *,
.ml-section--dark .ml-story-card *,
.ml-section--dark .ml-blog-card *,
.ml-section--dark .ml-insight-card * { color: inherit !important; }
.ml-section--dark .ml-testimonial-card__quote { color: rgba(255,255,255,0.95) !important; }

/* ml-meet 섹션 — 크림톤 */
.ml-meet { background: var(--bh-bg-2) !important; }

/* page-hero — 소프트 오프 */
.ml-page-hero { background: var(--bh-bg-1) !important; }

/* ================================================================ */
/* [2] About 프로필 레이아웃 — 왼쪽 치우침 해결                      */
/* ================================================================ */
.ml-about-grid {
  grid-template-columns: 380px 1fr !important;
  gap: 60px !important;
  align-items: start !important;
}
.ml-about-bio { min-width: 0 !important; }
.ml-about-meta {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ml-about-meta__row {
  grid-template-columns: 100px 1fr !important;
  gap: 24px !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
  align-items: start !important;
}
.ml-about-meta__row:last-child { border-bottom: none !important; }
.ml-about-meta__label {
  color: #8a8680 !important;
  font-size: 11px !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase;
  padding-top: 3px;
}
.ml-about-meta__value {
  color: var(--bh-ink) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}
.ml-about-meta__value strong {
  color: var(--bh-accent, #b83834) !important;
  font-weight: 600 !important;
}

/* 크레덴셜 처럼 여러 줄인 value는 2단 컬럼 — 공간 활용 */
.ml-about-meta__row:has(strong) .ml-about-meta__value {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 6px 30px;
  align-items: start;
}
.ml-about-meta__row:has(strong) .ml-about-meta__value br { display: none; }
/* strong 이 한 아이템처럼 블록 취급 */
.ml-about-meta__row:has(strong) .ml-about-meta__value strong {
  display: inline-block;
  margin-right: 6px;
}

@media (max-width: 960px) {
  .ml-about-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .ml-about-meta__row { grid-template-columns: 1fr !important; gap: 6px !important; }
}

/* ================================================================ */
/* [3] 메인 헤더 영상 위에 투명 오버레이                              */
/* ================================================================ */
/* 홈(프론트 페이지)에서만 적용 */
body.home #masthead,
body.home .site-header,
body.home .site-main-header-wrap {
  position: absolute !important;
  top: 0; left: 0; right: 0;
  background: transparent !important;
  z-index: 100 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
body.home .site-main-header-wrap,
body.home .site-header-row-container,
body.home .site-header-row-container-inner,
body.home .site-top-header-wrap,
body.home .site-bottom-header-wrap {
  background: transparent !important;
}
/* 메뉴 텍스트 흰색으로 */
body.home #site-navigation .menu &gt; li &gt; a,
body.home .site-branding .site-title,
body.home .site-branding .site-description,
body.home #site-navigation a {
  color: #fff !important;
}
/* 로고 SVG 흰색 필터 */
body.home .site-branding img,
body.home .site-logo img {
  filter: brightness(0) invert(1);
}
/* 히어로를 페이지 최상단부터 시작 (헤더 공간 없이) */
body.home .ml-hero--video {
  margin-top: -1.5rem !important;  /* 기존 margin 유지 */
}
body.home .entry-content &gt; .ml-hero--video:first-child {
  margin-top: 0 !important;
}
/* 히어로 내부 첫 텍스트가 헤더 밑에 가리지 않도록 padding top */
body.home .ml-hero__inner {
  padding-top: 60px !important;
}

/* 스크롤 후 헤더 불투명으로 (클래스는 JS로 부착) */
body.home.is-scrolled #masthead,
body.home.is-scrolled .site-main-header-wrap {
  position: fixed !important;
  background: rgba(255,255,255,0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
  animation: headerSlideDown 0.35s cubic-bezier(0.22,1,0.36,1);
}
body.home.is-scrolled #site-navigation .menu &gt; li &gt; a,
body.home.is-scrolled .site-branding .site-title,
body.home.is-scrolled #site-navigation a {
  color: var(--bh-ink) !important;
}
body.home.is-scrolled .site-branding img { filter: none !important; }
@keyframes headerSlideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

/* 서브 페이지는 기존 헤더 유지 */

/* 홈에서 히어로가 최상단부터 시작 */
body.home .entry-content,
body.home .content-area,
body.home #primary,
body.home main,
body.home article.page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.home .ml-hero--video {
  margin-top: 0 !important;
}
body.home .site {
  padding-top: 0 !important;
}
body.home article {
  padding-top: 0 !important;
}
/* 헤더 내부 히어로 상단과 겹침 고려: 히어로 내부 inner에 여유 */
body.home .ml-hero__inner {
  padding-top: 100px !important;
}


/* 홈 헤더 오버레이 — 텍스트 그림자 강화 */
body.home:not(.is-scrolled) #site-navigation .menu &gt; li &gt; a,
body.home:not(.is-scrolled) .site-branding .site-title,
body.home:not(.is-scrolled) .site-branding .site-description,
body.home:not(.is-scrolled) #site-navigation a {
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.55), 0 0 2px rgba(0,0,0,0.3);
}

/* 히어로 상단 어두운 그라디언트 — 헤더 가독성 확보 */
.ml-hero__overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 30%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.7) 100%) !important;
}

/* About meta — 크레덴셜처럼 여러 strong 있는 row는 2col, 나머지도 깔끔 */
.ml-about-meta__value {
  width: 100% !important;
}
/* strong 없는 row들 — 단일 라인들은 block, br 로 분리되어 있음 */
.ml-about-meta__row:not(:has(strong)) .ml-about-meta__value {
  display: block;
}


/* 홈 — Kadence content wrapper 투명화 (article.content-bg가 흰 배경이었음) */
body.home .site,
body.home .site-content,
body.home article.entry,
body.home article.content-bg,
body.home .entry-hero-container-inner {
  background: transparent !important;
}
/* entry-hero-container 전부 숨김 (홈 히어로 위에 흰 공간) */
body.home .entry-hero,
body.home .entry-hero-container-inner {
  display: none !important;
}


/* 홈 헤더 영역에 옅은 다크 그라디언트 — 메뉴 텍스트 가독성 */


/* 메뉴/로고 텍스트 — 더 뚜렷 */
body.home:not(.is-scrolled) #site-navigation .menu &gt; li &gt; a {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.4) !important;
  font-weight: 600 !important;
}
body.home:not(.is-scrolled) .site-branding .site-title,
body.home:not(.is-scrolled) .site-branding .site-description {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.4) !important;
}


/* ================================================================ */
/* 추가 대비 수정 — 카드 내부 흰 텍스트, 뱃지, 버튼, eyebrow       */
/* ================================================================ */

/* 모든 일반 카드 — 기본 텍스트는 다크 ink (배경이 light일 때 기본) */
.ml-case-card, .ml-case-card *,
.ml-story-card, .ml-story-card *,
.ml-testimonial-card, .ml-testimonial-card *,
.ml-faq__item, .ml-faq__item *,
.ml-process-step, .ml-process-step *,
.ml-process-card, .ml-process-card *,
.ml-service-row, .ml-service-row * {
  color: var(--bh-ink-soft) !important;
}
.ml-case-card h3, .ml-case-card h4, .ml-case-card strong,
.ml-story-card h3, .ml-story-card h4,
.ml-testimonial-card__quote,
.ml-faq__q, .ml-faq__item h3, .ml-faq__item h4,
.ml-process-step h3, .ml-process-step h4, .ml-process-step strong,
.ml-process-card h3,
.ml-service-row strong, .ml-service-row h3, .ml-service-row h4 {
  color: var(--bh-ink) !important;
}

/* dark 섹션 안 카드는 예외적으로 밝게 (이전 규칙 재확인) */
.ml-section--dark .ml-case-card,
.ml-section--dark .ml-case-card *,
.ml-section--dark .ml-story-card,
.ml-section--dark .ml-story-card *,
.ml-section--dark .ml-testimonial-card,
.ml-section--dark .ml-testimonial-card *,
.ml-section--dark .ml-faq__item,
.ml-section--dark .ml-faq__item * {
  color: rgba(255,255,255,0.82) !important;
}
.ml-section--dark .ml-case-card h3,
.ml-section--dark .ml-testimonial-card__quote,
.ml-section--dark .ml-faq__q {
  color: #fff !important;
}

/* Case card tag — dark 칩 + 흰 텍스트 */
.ml-case-card__tag {
  background: var(--bh-ink) !important;
  color: #fff !important;
  border: none !important;
}
.ml-case-card__tag * { color: #fff !important; }

/* About 프로필 badge — navy bg + 흰 텍스트 */
.ml-about-photo__badge,
.ml-about-photo__badge-eyebrow,
.ml-about-photo__badge-name,
.ml-meet__firm-tag,
.ml-meet__firm-tag * {
  color: #fff !important;
}
.ml-about-photo__badge-eyebrow {
  color: rgba(255,255,255,0.65) !important;
  letter-spacing: 0.25em;
  font-size: 10.5px !important;
}
.ml-about-photo__badge-name {
  color: #fff !important;
  font-weight: 600 !important;
}

/* ml-btn--gold — 골드 bg + 다크 텍스트 (또는 다크 bg + 골드 텍스트 유지) */
.ml-btn--gold {
  background: var(--bh-accent, #b83834) !important;
  color: #fff !important;
  border: none !important;
}
.ml-btn--gold:hover {
  background: var(--bh-ink) !important;
  color: #fff !important;
}

/* Eyebrow — 더 진한 그레이로 대비 강화 */
.ml-section__eyebrow,
.ml-page-hero__eyebrow,
.ml-about-meta__label {
  color: #5a5651 !important;
  font-weight: 600 !important;
}
.ml-section--warm .ml-section__eyebrow,
.ml-section--warm .ml-about-meta__label {
  color: #6b6862 !important;
}
.ml-section--dark .ml-section__eyebrow,
.ml-section--dark .ml-about-meta__label {
  color: rgba(255,255,255,0.6) !important;
}

/* 블로그 카드 date span — 기본 mute, dark 안에선 light */
.ml-blog-card__meta span,
.ml-blog-card__meta {
  color: #6b6862 !important;
}
.ml-section--dark .ml-blog-card__meta span {
  color: rgba(255,255,255,0.6) !important;
}

/* 일반 p (card 아닌 곳) white color 제거 */
.ml-section:not(.ml-section--dark) p:not(.ml-hero__lead):not(.ml-page-hero__lead) {
  color: var(--bh-ink-soft);
}
.ml-section:not(.ml-section--dark) [style*="color: white"],
.ml-section:not(.ml-section--dark) [style*="color: #fff"] {
  color: var(--bh-ink-soft) !important;
}

/* 크립토/크리에이터 페이지 AREA 리스트 — 카드 밖 p도 다크 */
.ml-practice-detail p,
.ml-practice-detail li,
.ml-service-row p,
.ml-service-row li {
  color: var(--bh-ink-soft) !important;
}
.ml-practice-detail strong,
.ml-service-row strong {
  color: var(--bh-ink) !important;
}


/* ============ 최종 대비 픽스 ============ */

/* 1. service-row 안 p — warm 섹션 override 덮어쓰기 */
.ml-section--warm .ml-service-row p,
.ml-section--warm .ml-service-row li,
.ml-section--dark .ml-service-row p,
.ml-section--dark .ml-service-row li,
.ml-service-row p, .ml-service-row li {
  color: var(--bh-ink-soft) !important;
}
.ml-service-row strong {
  color: var(--bh-ink) !important;
}

/* 2. case-card tag — 확실히 dark bg + white text */
span.ml-case-card__tag,
.ml-case-card .ml-case-card__tag,
.ml-case-card span[class*=tag] {
  background: var(--bh-ink) !important;
  color: #fff !important;
  border: none !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  letter-spacing: 0.05em;
}

/* 3. ml-contact-cta__inner (navy bg) — 안의 모든 텍스트 흰색 */
.ml-contact-cta__inner,
.ml-contact-cta__inner * {
  color: rgba(255,255,255,0.92) !important;
}
.ml-contact-cta__inner h2,
.ml-contact-cta__inner h3,
.ml-contact-cta__inner strong {
  color: #fff !important;
}
.ml-contact-cta__inner p {
  color: rgba(255,255,255,0.78) !important;
}
.ml-contact-cta__inner .ml-btn {
  color: var(--bh-ink) !important;
  background: #fff !important;
}
.ml-contact-cta__inner .ml-btn--kakao {
  background: #FEE500 !important;
  color: #3c1e1e !important;
}

/* 4. 블로그 카드 date/meta — 확실히 mute ink (흰 bg 카드) */
.ml-blog-card__meta,
.ml-blog-card__meta span,
.ml-blog-card__date,
.ml-blog-card__meta * {
  color: #6b6862 !important;
}

/* 5. About 뱃지 area — navy bg + 흰 텍스트 확실히 */
.ml-about-photo__badge,
.ml-about-photo__badge *,
.ml-meet__firm-tag,
.ml-meet__firm-tag * {
  color: #fff !important;
}
.ml-about-photo__badge-eyebrow,
.ml-meet__firm-tag span {
  color: rgba(255,255,255,0.65) !important;
}

/* 6. home hero 밖 ml-hero__marks span 이 light bg 위 — 카드 안은 이미 fix, 밖의 경우 대비 */
body.home .ml-hero__marks span {
  color: rgba(255,255,255,0.68) !important;
}


/* warm 섹션 p — 이제 light bg이므로 ink */
.ml-section--warm p:not([class]):not(.ml-hero__lead),
.ml-section--warm li:not([class]) {
  color: var(--bh-ink-soft) !important;
}
.ml-section--warm .ml-service-row p,
.ml-section--warm .ml-service-row li {
  color: var(--bh-ink-soft) !important;
}

/* date span in blog cards (warm section light bg) */
.ml-section--warm .ml-blog-card__meta span,
.ml-section--warm .ml-blog-card__meta {
  color: #6b6862 !important;
}


/* 홈 헤더 영역 — 더 강한 다크 gradient */

/* 메뉴 글씨 stroke-style text-shadow */
body.home:not(.is-scrolled) #site-navigation .menu &gt; li &gt; a,
body.home:not(.is-scrolled) .site-branding .site-title,
body.home:not(.is-scrolled) .site-branding .site-description,
body.home:not(.is-scrolled) #site-navigation a {
  color: #fff !important;
  font-weight: 600 !important;
  text-shadow:
    0 0 1px rgba(0,0,0,0.9),
    0 1px 3px rgba(0,0,0,0.95),
    0 0 12px rgba(0,0,0,0.6) !important;
}


/* 홈 헤더 — semi-opaque 다크 bar (가독성 확보) */






/* 홈 헤더 — 확실한 다크 bar + blur */

body.home:not(.is-scrolled) #masthead,
body.home:not(.is-scrolled) .site-header {
  background: transparent !important;
}
/* 로고 + 메뉴 글씨 — 확실히 진한 shadow */
body.home:not(.is-scrolled) #site-navigation .menu &gt; li &gt; a,
body.home:not(.is-scrolled) .site-branding .site-title,
body.home:not(.is-scrolled) .site-branding .site-description,
body.home:not(.is-scrolled) #site-navigation a {
  color: #fff !important;
  font-weight: 600 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
  letter-spacing: -0.01em;
}


/* 홈 헤더 — backdrop brightness로 영상 밝기 자체를 줄임 (고른 대비) */



/* 홈 헤더 — solid 소프트 다크 (영상 위, 가독성 보장) */
body.home:not(.is-scrolled) .site-main-header-wrap {
  background: #141210 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
body.home:not(.is-scrolled) .site-main-header-wrap * {
  background: transparent !important;
}


/* ==== credentials 상세 페이지: 3열 × 2줄 고정 ==== */
body.page-id-78 .ml-cred-grid,
.page-template-default .ml-credentials-strip .ml-cred-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 1200px !important;
  gap: 24px !important;
}
@media (max-width: 1024px) {
  body.page-id-78 .ml-cred-grid,
  .page-template-default .ml-credentials-strip .ml-cred-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  body.page-id-78 .ml-cred-grid,
  .page-template-default .ml-credentials-strip .ml-cred-grid {
    grid-template-columns: 1fr !important;
  }
}


/* ================================================================ */
/* 드롭다운 메뉴 — 암호화폐/크리에이터 hover                          */
/* ================================================================ */
.main-navigation .menu &gt; li.menu-item-has-children {
  position: relative;
}
.main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 200px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08) !important;
  border-radius: 4px !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  list-style: none !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all 0.18s cubic-bezier(0.4,0,0.2,1);
  z-index: 9999;
}
.main-navigation .menu &gt; li.menu-item-has-children:hover &gt; ul.sub-menu,
.main-navigation .menu &gt; li.menu-item-has-children:focus-within &gt; ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li {
  list-style: none;
}
.main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li &gt; a {
  display: block !important;
  padding: 10px 20px !important;
  color: #141210 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-shadow: none !important;
  transition: background 0.15s !important;
}
.main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li &gt; a:hover {
  background: #f5f1ea !important;
  color: #b83834 !important;
}
/* 드롭다운 표시용 ▾ 화살표 */
.main-navigation .menu &gt; li.menu-item-has-children &gt; a::after {
  content: " ▾";
  font-size: 10px;
  opacity: 0.6;
  margin-left: 2px;
}

/* ================================================================ */
/* 모바일 메뉴 가시성 — 어두운 글씨, 하얀 배경                         */
/* ================================================================ */
@media (max-width: 960px) {
  /* 햄버거 메뉴 배경과 글씨 */
  body .drawer-inner,
  body .drawer-content-wrap,
  body .drawer-navigation-wrap,
  body #mobile-drawer {
    background: #ffffff !important;
    color: #141210 !important;
  }
  body .drawer-navigation a,
  body .drawer-navigation .menu-item &gt; a,
  body #mobile-site-navigation a,
  body #mobile-menu a,
  body .drawer-inner a {
    color: #141210 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    font-size: 16px !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
  }
  body .drawer-navigation a:hover,
  body .drawer-navigation .current-menu-item &gt; a {
    background: #f5f1ea !important;
    color: #b83834 !important;
  }
  /* 드로어 헤더/닫기 버튼 */
  body .drawer-header, body .drawer-toggle, body .drawer-nav-drawer-toggle,
  body .mobile-toggle-open-container .drawer-toggle {
    color: #141210 !important;
  }
  /* 햄버거 아이콘 */
  body:not(.is-scrolled) .menu-toggle-open .menu-toggle-icon,
  body .menu-toggle-open .menu-toggle-icon {
    color: #fff !important;
  }
  body.home:not(.is-scrolled) .menu-toggle-open .menu-toggle-icon { color: #fff !important; }
  body.is-scrolled .menu-toggle-open .menu-toggle-icon { color: #141210 !important; }

  /* 모바일 하위 메뉴 (드롭다운 서브) */
  body .drawer-navigation .sub-menu {
    background: #fafaf8 !important;
    padding-left: 16px !important;
  }
  body .drawer-navigation .sub-menu a {
    font-size: 15px !important;
    padding: 12px 20px !important;
    color: #3a3633 !important;
  }

  /* 섹션 패딩/여백 — 모바일에서 덜 넓게 */
  .ml-section { padding: 56px 18px !important; }
  .ml-hero__inner { padding: 40px 18px !important; }
  .ml-hero__title { font-size: clamp(24px, 6.5vw, 40px) !important; }
  .ml-section__title { font-size: clamp(22px, 5.5vw, 32px) !important; }

  /* 카드 그리드 모바일 — 강제 1열 */
  .ml-about-grid, .ml-cred-grid, .ml-case-grid, .ml-blog-grid,
  .ml-testimonial-grid, .ml-creds-grid, .ml-insight-grid,
  .ml-why-grid, .ml-expertise-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* About meta — 모바일에서 label/value 1열 */
  .ml-about-meta__row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 16px 0 !important;
  }

  /* 플로팅 CTA 모바일 가시성 */
  .ml-floating-cta, .ml-float-cta {
    bottom: 16px !important;
    right: 16px !important;
  }
  .ml-floating-cta a, .ml-float-cta a {
    font-size: 13px !important;
    padding: 10px 14px !important;
  }

  /* 문의/히어로 버튼 — full width */
  .ml-cta-row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .ml-cta-row .ml-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* 아주 작은 화면 */
@media (max-width: 420px) {
  .ml-section { padding: 44px 14px !important; }
  .ml-about-photo { max-width: 280px !important; margin: 0 auto !important; }
  .ml-hero__title { font-size: clamp(22px, 7vw, 32px) !important; }
}


/* ================================================================ */
/* 드롭다운 호버 — 흰 배경에서도 보이게 강제                          */
/* ================================================================ */
body .main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  box-shadow: 0 8px 32px rgba(20,18,16,0.12) !important;
}
body .main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li &gt; a {
  color: #141210 !important;
  text-shadow: none !important;
  background: transparent !important;
}
body .main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li &gt; a:hover,
body .main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li &gt; a:focus {
  background: #f5f1ea !important;
  color: #b83834 !important;
}
/* 홈 히어로 위에서도 드롭다운은 흰배경·어두운글씨 */
body.home:not(.is-scrolled) .main-navigation .menu &gt; li.menu-item-has-children &gt; ul.sub-menu &gt; li &gt; a {
  color: #141210 !important;
  text-shadow: none !important;
}

/* ================================================================ */
/* [4] 수임 철학 폰트 크게 + 밸런스                                   */
/* ================================================================ */
.ml-why-closing__grid {
  gap: 36px !important;
  padding: 48px 0 24px !important;
}
.ml-why-closing__grid &gt; div {
  padding: 8px 0 !important;
}
.ml-why-closing__grid &gt; div strong {
  font-size: 22px !important;
  color: var(--bh-accent, #b83834) !important;
  margin-bottom: 10px !important;
  display: block !important;
}
.ml-why-closing__grid &gt; div p {
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: var(--bh-ink, #141210) !important;
  margin: 0 !important;
}
.ml-why-closing__grid &gt; div p b {
  font-size: 17px !important;
  color: var(--bh-ink) !important;
  display: inline-block !important;
  margin-bottom: 4px !important;
}
/* 수임철학 섹션 밸런스 */
h4 + .ml-why-closing__grid { margin-top: 24px !important; }
.ml-why-closing, .ml-why-closing__wrap {
  padding-bottom: 48px !important;
}

/* ================================================================ */
/* [6] 업무영역 카드 이미지 (practice-card) — 다른 사진               */
/* ================================================================ */
.ml-practice-card:nth-child(1) .ml-practice-card__img {
  background-image: url("/wp-content/uploads/2026/04/crypto-placeholder.jpg") !important;
}
.ml-practice-card:nth-child(2) .ml-practice-card__img {
  background-image: url("/wp-content/uploads/2026/04/creator-placeholder.jpg") !important;
}

/* ================================================================ */
/* [13] 크레덴셜 페이지 중간 공백 축소                                */
/* ================================================================ */
.ml-cred-page-intro {
  padding: 20px 0 16px !important;
  margin: 0 auto 20px !important;
  max-width: 760px !important;
}
.ml-cred-page-intro p {
  margin: 0 0 12px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}
.ml-cred-quote {
  font-size: 18px !important;
  margin: 24px auto !important;
  padding: 20px 28px !important;
  max-width: 680px !important;
  border-left: 3px solid var(--bh-accent, #b83834) !important;
  background: rgba(245,241,234,0.6) !important;
}
.ml-credentials-strip { padding: 40px 0 48px !important; }
.ml-credentials-strip__header { margin: 0 auto 28px !important; }

/* ================================================================ */
/* [14] 포스트 커버 이미지 위 제목 배치 — overlay / card 개선         */
/* ================================================================ */
/* Cover image 자체의 제목은 PIL에서 그린거라 CSS로 못 바꿈.
   대신 포스트 카드에서 보일 때 이미지 object-position 조정 */
.ml-insight-card__img, .ml-blog-card__img, .ml-insight-card img,
.ml-blog-card img {
  object-position: center center !important;
  object-fit: cover !important;
}

/* ================================================================ */
/* 원본 증서 링크 — 상세 페이지 스타일                                */
/* ================================================================ */
.ml-cred-detail {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 24px;
}
.ml-cred-detail__back {
  display: inline-block;
  color: var(--bh-accent, #b83834);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 24px;
}
.ml-cred-detail__back:hover { text-decoration: underline; }
.ml-cred-detail__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--bh-ink);
  margin: 0 0 8px;
}
.ml-cred-detail__subtitle {
  font-size: 15px;
  color: #8a8680;
  margin: 0 0 24px;
}
.ml-cred-detail__viewer {
  width: 100%;
  height: 80vh;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  margin: 24px 0;
  background: #f5f1ea;
}
.ml-cred-detail__actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.ml-cred-detail__actions a {
  display: inline-block;
  padding: 12px 20px;
  background: var(--bh-ink);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}
.ml-cred-detail__actions a.secondary {
  background: transparent;
  color: var(--bh-ink);
  border: 1px solid var(--bh-ink);
}


/* ================================================================ */
/* 드롭다운 서브메뉴 완전 재정의 — !important 강화                    */
/* ================================================================ */
html body #site-navigation ul.sub-menu,
html body .main-navigation ul.sub-menu,
html body .primary-menu-container ul.sub-menu,
html body ul.menu ul.sub-menu,
html body ul#primary-menu ul.sub-menu {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.10) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
  border-radius: 6px !important;
  padding: 6px 0 !important;
  min-width: 180px !important;
}
html body #site-navigation ul.sub-menu li,
html body .main-navigation ul.sub-menu li,
html body ul.menu ul.sub-menu li {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: none !important;
  margin: 0 !important;
}
html body #site-navigation ul.sub-menu li a,
html body .main-navigation ul.sub-menu li a,
html body ul.menu ul.sub-menu li a,
html body ul#primary-menu ul.sub-menu li a {
  background: transparent !important;
  background-color: transparent !important;
  color: #141210 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 10px 18px !important;
  display: block !important;
  width: auto !important;
  text-align: left !important;
  line-height: 1.4 !important;
}
html body #site-navigation ul.sub-menu li a:hover,
html body .main-navigation ul.sub-menu li a:hover,
html body ul.menu ul.sub-menu li a:hover,
html body ul#primary-menu ul.sub-menu li a:focus,
html body ul#primary-menu ul.sub-menu li a:hover {
  background: #f5f1ea !important;
  background-color: #f5f1ea !important;
  color: #b83834 !important;
}
/* 홈 히어로 위에서도 — 최상위 우선순위 */
html body.home:not(.is-scrolled) ul.sub-menu,
html body.home:not(.is-scrolled) ul.sub-menu li,
html body.home:not(.is-scrolled) ul.sub-menu li a {
  background-color: #ffffff !important;
  color: #141210 !important;
  text-shadow: none !important;
}
html body.home:not(.is-scrolled) ul.sub-menu li a:hover {
  background-color: #f5f1ea !important;
  color: #b83834 !important;
}
/* 스크롤된 상태 (흰 배경 헤더) */
html body.is-scrolled ul.sub-menu,
html body.is-scrolled ul.sub-menu li,
html body.is-scrolled ul.sub-menu li a {
  background-color: #ffffff !important;
  color: #141210 !important;
  text-shadow: none !important;
}
/* 서브페이지 (home 아닌) 기본 */
html body:not(.home) ul.sub-menu,
html body:not(.home) ul.sub-menu li,
html body:not(.home) ul.sub-menu li a {
  background-color: #ffffff !important;
  color: #141210 !important;
  text-shadow: none !important;
}
		