.hw-page-header {
    padding: 40px 0 40px 0 !important;
    border: none !important;
}

.hw-page-header .h-main {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    padding-bottom: 20px !important;
    border-bottom: 1.5px solid #111 !important;
}

.hw-page-header .h-brand-area {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.hw-page-header .wine-accent-line {
    width: 42px !important;
    height: 4px !important;
    background: #7c1f36 !important;
}

.hw-page-header .h-pure-title {
    margin: 0 !important;
    font-size: 46px !important;
    font-weight: 200 !important;
    letter-spacing: -0.03em !important;
    line-height: 1 !important;
}

.hw-page-header .h-pure-title b {
    font-weight: 800 !important;
}

.hw-page-header .h-status-area {
    text-align: right !important;
}

.hw-page-header .status-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.hw-page-header .status-label {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #7c1f36 !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 4px !important;
}

.hw-page-header .status-value {
    font-size: 22px !important;
    font-weight: 300 !important;
    font-family: 'Inter', sans-serif !important;
}

/* 모바일 */
@media (max-width: 1024px) {
    .hw-page-header {
        padding: 25px 0 10px 0 !important;
    }

    .hw-page-header .h-main {
        padding-bottom: 12px !important;
    }

    .hw-page-header .h-pure-title {
        font-size: 32px !important;
    }

    .hw-page-header .status-value {
        font-size: 18px !important;
    }
}
