/* ==========================================================================
   ARTIST page CSS
   [1] shared header chrome (logo/nav/mobile) copied from the site's
       per-page custom css so the fixed header + logo size are correct
   [2] dark profile styles (scoped under .january-artist-page)
   ========================================================================== */

/* ---- [1] shared header chrome ---- */
/* ========== 한글 단어 단위 줄바꿈 ========== */
* { word-break: keep-all; }

/* ========== 모던 폰트 (갤럭시코퍼레이션 스타일) ========== */
body, html {
    font-family: 'Montserrat', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

p, span, a, li {
    font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
    font-weight: 400;
}

/* ========== 브라우저 호환성 (Chrome/Edge 일관성) ========== */
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
}

/* 컨테이너 너비 통일 */
.container,
.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* 전체 너비 섹션 */
.elementor-section-full_width,
.elementor-section-full_width > .elementor-container {
    max-width: 100%;
    width: 100%;
}


/* ========== 헤더 상단 고정 ========== */
body.oceanwp-theme header#site-header,
body header#site-header,
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #000000;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}

body.oceanwp-theme header#site-header #site-header-inner,
body header#site-header #site-header-inner,
#site-header #site-header-inner {
    position: relative;
    height: 70px;
    padding: 0 20px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    gap: 60px;
}

/* 로고 왼쪽 끝 배치 */
body.oceanwp-theme #site-header #site-logo,
body.oceanwp-theme #site-header #site-logo-inner,
#site-header #site-logo,
#site-header #site-logo-inner {
    height: 70px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

body.oceanwp-theme #site-header #site-logo-inner a img,
body.oceanwp-theme #site-header .custom-logo,
#site-header #site-logo-inner a img,
#site-header .custom-logo {
    max-height: 40px;
    width: auto;
    height: auto;
}

/* 고정 헤더로 인해 가려지는 콘텐츠 보정 */
body.oceanwp-theme #main,
#main {
    padding-top: 70px;
}

/* 햄버거 버튼, 닫기 버튼 및 불필요한 요소 숨기기 */
body.oceanwp-theme .menu-bar-wrap,
body.oceanwp-theme .menu-bar-inner,
body.oceanwp-theme .menu-bar,
body.oceanwp-theme .ham,
body.oceanwp-theme .oceanwp-mobile-menu-icon,
body.oceanwp-theme .mobile-menu-close,
body.oceanwp-theme .oceanwp-close-text,
body.oceanwp-theme #mobile-dropdown,
body.oceanwp-theme #top-bar-wrap,
body.oceanwp-theme #site-header .menu-bar-wrap,
body.oceanwp-theme #site-header .oceanwp-mobile-menu-icon,
.menu-bar-wrap,
.menu-bar-inner,
.menu-bar,
.ham,
.oceanwp-mobile-menu-icon,
.mobile-menu-close,
.oceanwp-close-text,
#mobile-dropdown,
#top-bar-wrap,
#site-header .menu-bar-wrap,
#site-header .oceanwp-mobile-menu-icon {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* 메뉴 항상 표시 */
body.oceanwp-theme #site-header #full-screen-menu,
body.oceanwp-theme #site-header.full_screen-header #full-screen-menu,
#site-header #full-screen-menu,
#site-header.full_screen-header #full-screen-menu {
    display: flex;
    position: static;
    background: transparent;
    opacity: 1;
    visibility: visible;
    height: 70px;
    width: auto;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}

body.oceanwp-theme #site-header #full-screen-menu-inner,
body.oceanwp-theme #site-header.full_screen-header #full-screen-menu-inner,
#site-header #full-screen-menu-inner,
#site-header.full_screen-header #full-screen-menu-inner {
    display: flex;
    position: static;
    transform: none;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.oceanwp-theme #site-header #site-navigation,
body.oceanwp-theme #site-header.full_screen-header #site-navigation,
body.oceanwp-theme #site-header #site-navigation.main-navigation,
#site-header #site-navigation,
#site-header.full_screen-header #site-navigation,
#site-header #site-navigation.main-navigation {
    display: flex;
    overflow: hidden;
    align-items: center;
    opacity: 1;
    visibility: visible;
}

/* 풀스크린 메뉴 오버레이 제거 */
body.oceanwp-theme #site-header.full_screen-header #full-screen-menu,
body.oceanwp-theme.fs-dropdown-menu-active #full-screen-menu,
#site-header.full_screen-header #full-screen-menu {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: 70px;
    background: transparent;
    transform: none;
}

/* 메뉴 가로 배치 */
body.oceanwp-theme #site-header #menu-test_top-bar,
#site-header #menu-test_top-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.oceanwp-theme #site-header #menu-test_top-bar li,
#site-header #menu-test_top-bar li {
    margin: 0;
    padding: 0;
}

/* 메뉴 텍스트 흰색 */
body.oceanwp-theme #site-header #site-navigation-wrap #full-screen-menu #site-navigation #menu-test_top-bar li a,
body.oceanwp-theme #site-header #site-navigation-wrap #full-screen-menu #site-navigation #menu-test_top-bar li a.menu-link,
body.oceanwp-theme #site-header #site-navigation-wrap #full-screen-menu #site-navigation #menu-test_top-bar li a span,
body.oceanwp-theme #site-header #menu-test_top-bar li a,
body.oceanwp-theme #site-header #menu-test_top-bar li a.menu-link,
body.oceanwp-theme #site-header #menu-test_top-bar li a span.text-wrap,
#site-header #menu-test_top-bar li a,
#site-header #menu-test_top-bar li a.menu-link,
#site-header #menu-test_top-bar li a span.text-wrap {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 0;
    display: block;
    transition: opacity 0.3s ease;
    background: transparent;
}

body.oceanwp-theme #site-header #menu-test_top-bar li a:hover,
body.oceanwp-theme #site-header #menu-test_top-bar li a:hover span,
#site-header #menu-test_top-bar li a:hover,
#site-header #menu-test_top-bar li a:hover span {
    opacity: 0.7;
    color: #ffffff;
}

/* 클릭 시 흰색 테두리 제거 */
body.oceanwp-theme #site-header #menu-test_top-bar li a:focus,
body.oceanwp-theme #site-header #menu-test_top-bar li a:active,
body.oceanwp-theme #site-header #menu-test_top-bar li a:focus span,
body.oceanwp-theme #site-header #menu-test_top-bar li a:active span,
#site-header #menu-test_top-bar li a:focus,
#site-header #menu-test_top-bar li a:active,
#site-header #menu-test_top-bar li a:focus span,
#site-header #menu-test_top-bar li a:active span,
#site-header #menu-test_top-bar li a:focus-visible,
#site-header #menu-test_top-bar li a:focus-within,
#site-header #menu-test_top-bar li a *:focus,
#site-header #menu-test_top-bar li a *:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff;
    opacity: 0.7;
}

/* 전체 헤더 영역의 모든 요소에서 outline 제거 */
#site-header *,
#site-header *:focus,
#site-header *:active,
#site-header *:focus-visible,
#site-header a,
#site-header a:focus,
#site-header a:active,
#site-header button,
#site-header button:focus,
#site-header button:active {
    outline: none !important;
    box-shadow: none !important;
}

/* 검색 폼 숨기기 */
body.oceanwp-theme #site-header .search-toggle-li,
#site-header .search-toggle-li {
    display: none;
}

/* 네비게이션 래퍼 */
body.oceanwp-theme #site-header #site-navigation-wrap,
#site-header #site-navigation-wrap {
    display: flex;
    position: static;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
    overflow: hidden;
    flex: 1;
}

body.oceanwp-theme #site-header #full-screen-menu,
body.oceanwp-theme #site-header #full-screen-menu-inner,
body.oceanwp-theme #site-header #site-navigation,
#site-header #full-screen-menu,
#site-header #full-screen-menu-inner,
#site-header #site-navigation {
    height: 70px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* ========== 모바일 햄버거 메뉴 버튼 (세련된 스타일) ========== */
.mobile-menu-toggle {
    display: none;
    width: 22px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10001;
}

.mobile-menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .2s ease-in-out;
}

.mobile-menu-toggle span:nth-child(1) { top: 0; }
.mobile-menu-toggle span:nth-child(2) { top: 7px; }
.mobile-menu-toggle span:nth-child(3) { top: 14px; }

.mobile-menu-toggle.active span:nth-child(1) { top: 7px; transform: rotate(45deg); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { top: 7px; transform: rotate(-45deg); }

/* ========== 모바일 반응형 (768px 이하) ========== */
@media screen and (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    body.oceanwp-theme #site-header #site-navigation-wrap,
    #site-header #site-navigation-wrap {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background: rgba(0, 0, 0, 0.95);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 30px;
        overflow-y: auto;
        z-index: 9998;
    }

    body.mobile-menu-open #site-header #site-navigation-wrap,
    #site-header #site-navigation-wrap.mobile-menu-active {
        display: flex !important;
    }

    body.oceanwp-theme #site-header #full-screen-menu,
    body.oceanwp-theme #site-header #full-screen-menu-inner,
    body.oceanwp-theme #site-header #site-navigation,
    #site-header #full-screen-menu,
    #site-header #full-screen-menu-inner,
    #site-header #site-navigation {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    body.oceanwp-theme #site-header #menu-test_top-bar,
    #site-header #menu-test_top-bar {
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    body.oceanwp-theme #site-header #menu-test_top-bar li,
    #site-header #menu-test_top-bar li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }

    body.oceanwp-theme #site-header #menu-test_top-bar li a,
    #site-header #menu-test_top-bar li a {
        padding: 20px 15px;
        font-size: 16px;
        display: block !important;
        color: #ffffff !important;
    }

    body.oceanwp-theme header#site-header #site-header-inner,
    #site-header #site-header-inner {
        justify-content: space-between;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    body.oceanwp-theme #site-header #menu-test_top-bar li a,
    #site-header #menu-test_top-bar li a {
        padding: 18px 10px;
        font-size: 15px;
    }

    body.oceanwp-theme #site-header #site-logo-inner a img,
    #site-header #site-logo-inner a img,
    #site-header .custom-logo {
        max-height: 32px;
    }
}


/* ---- [2] dark profile styles ---- */
/* ==========================================================================
   ARTIST profile page (YOUME) — dark theme
   scoped under .january-artist-page so header/footer are unaffected
   ========================================================================== */

.january-artist-page #main,
.january-artist-page #content-wrap {
	background: #121212;
}

.january-artist-page #content-wrap {
	max-width: 1180px;
	padding-top: 0;
	padding-bottom: 0;
}

.artist-profile {
	color: #e6e6e6;
	font-family: 'Noto Sans KR', sans-serif;
	padding: 72px 8px 96px;
	line-height: 1.6;
}

/* ---------- hero ---------- */
.artist-hero {
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 28px;
	margin-bottom: 48px;
}

.artist-eyebrow {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 0.42em;
	color: #8a8a8a;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.artist-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 56px;
	line-height: 1.05;
	color: #fff;
	margin: 0;
	letter-spacing: 0.02em;
}

.artist-name span {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #bdbdbd;
	margin-left: 12px;
	letter-spacing: 0;
}

/* social links (YouTube / Instagram) */
.artist-social {
	display: flex;
	gap: 14px;
	margin-top: 24px;
}

.artist-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #3a3a3a;
	border-radius: 50%;
	color: #dcdcdc;
	font-size: 19px;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.artist-social a:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #111111;
	transform: translateY(-2px);
}

.artist-social i {
	line-height: 1;
}

/* ---------- top: portrait + info ---------- */
.artist-top {
	display: flex;
	gap: 52px;
	align-items: flex-start;
	margin-bottom: 64px;
}

.artist-portrait {
	flex: 0 0 360px;
	margin: 0;
}

.artist-portrait img {
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(100%);
}

.artist-top-info {
	flex: 1 1 auto;
	min-width: 0;
}

.artist-intro {
	font-size: 15.5px;
	color: #d2d2d2;
	margin: 0 0 36px;
}

.artist-block {
	margin-bottom: 30px;
}

.artist-profile h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.22em;
	color: #fff;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2b2b2b;
	text-transform: uppercase;
}

/* profile meta list */
.artist-meta {
	margin: 0;
}

.artist-meta .meta-row {
	display: flex;
	gap: 16px;
	padding: 7px 0;
	border-bottom: 1px solid #1f1f1f;
}

.artist-meta dt {
	flex: 0 0 72px;
	color: #8f8f8f;
	font-size: 14px;
	font-weight: 500;
}

.artist-meta dd {
	margin: 0;
	font-size: 14.5px;
	color: #e6e6e6;
}

/* ---------- records: lists + live photo ---------- */
.artist-records {
	display: flex;
	gap: 52px;
	align-items: flex-start;
}

.artist-records-text {
	flex: 1 1 auto;
	min-width: 0;
}

.rec-block {
	margin-bottom: 40px;
}

.rec-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rec-list li {
	display: flex;
	gap: 16px;
	padding: 6px 0;
	border-bottom: 1px solid #1c1c1c;
	font-size: 14.5px;
}

.rec-year {
	flex: 0 0 96px;
	color: #9a9a9a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13.5px;
	padding-top: 1px;
}

.rec-text {
	color: #dcdcdc;
}

/* discography is long -> two columns on wide screens */
.rec-discography .rec-list {
	column-count: 2;
	column-gap: 44px;
}

.rec-discography .rec-list li {
	break-inside: avoid;
}

.artist-live {
	flex: 0 0 320px;
	margin: 0;
	position: sticky;
	top: 90px;
}

.artist-live img {
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(100%);
}

.artist-footnote {
	margin: 64px 0 0;
	padding-top: 24px;
	border-top: 1px solid #2b2b2b;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 0.32em;
	color: #6f6f6f;
	text-transform: uppercase;
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
	.artist-records {
		flex-direction: column;
	}
	.artist-live {
		flex: 0 0 auto;
		position: static;
		max-width: 360px;
	}
}

@media (max-width: 768px) {
	.artist-profile {
		padding: 48px 4px 64px;
	}
	.artist-name {
		font-size: 40px;
	}
	.artist-name span {
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}
	.artist-top {
		flex-direction: column;
		gap: 32px;
	}
	.artist-portrait {
		flex: 0 0 auto;
		max-width: 320px;
	}
	.rec-discography .rec-list {
		column-count: 1;
	}
}
