/* ===================================================
   브랜드 로고 강화 CSS
   - 無盡藏 黃漆 황금색 글자가 완전히 보이도록
   =================================================== */

/* 브랜드 로고 크기 및 스타일 강화 */
.nav-brand {
    font-size: 32px !important; /* 24px → 32px */
    font-weight: 900 !important; /* 700 → 900 */
    line-height: 1.3 !important;
    padding: 10px 0 !important;
}

.nav-brand span {
    line-height: 1.3 !important;
}

/* 無盡藏 黃漆 황금색 그라디언트 강화 */
.brand-text-purple {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #D4AF37 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-weight: 900 !important;
    font-size: 34px !important; /* 추가 강조 */
    text-shadow: 0px 2px 8px rgba(212, 175, 55, 0.5) !important;
}

/* 법륜 아이콘 크기 증가 */
.dharma-wheel svg {
    width: 40px !important; /* 기존보다 크게 */
    height: 40px !important;
}
