@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* 기본 색상 */
:root {
	--main-color: #6e888e;
	--accent-color: #9d8aae;
	--dark-main-color: #3e6974;
	--text-bright-color: #fff;
	--icon-color: #fff;
	--icon-bk-color: #ddd;
	--gray-color: #ddd;
	--large-width: 1000px;
	--middle-width: 800px;
	--footer-bk-top: #0f0f11;   /* 히어로 그라데이션과 이어지는 가장 밝은 톤 */
	--footer-bk-bottom: #080809;/* 푸터 최하단 */
	--footer-text-muted: rgba(255,255,255,0.65);
}


/* 기본 설정: 폰트 크기 */
@media (max-width: 599px) {
	:root {
		font-size: 14px;
	}
}

@media (min-width: 600px) and (max-width: 799px) {
	:root {
		font-size: 16px;
	}
}

@media (min-width: 800px) {
	:root {
		font-size: 18px;
	}
}

body {
	font-size: 16px;
}



/* 기본 설정: 페이지 전체 */
body {
	margin: 0;
	font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

/* header 헤더 */
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
}

.nohero header {
	position: static;
	background-color: var(--footer-bk-top);
	border-bottom: solid 1px rgba(255,255,255,0.1);
}

.nohero .headB a {
	color: rgba(255,255,255,0.85);
}

.nohero .headB a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}

.nohero .headC {
	color: rgba(255,255,255,0.85);
}

/* 로고 버튼 */
.headA {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 1;
	text-decoration: none;
}

.headA img {
	height: 60px;         /* 로고 크기 증가 */
	width: auto;
	display: block;
}

/*headB: 네비게이션 메뉴*/
.headB ul {
		margin: 0;
		padding: 0;
		list-style: none;
}

.headB a {
		display: block;
		padding: 15px;
		color: inherit;
		font-size: 14px;
		text-decoration: none;
}

.headB a:hover {
		background-color: rgba(0,0,0,0.3);  /*6-2주 피드백 1:  background-color: rgba(0,0,0,0.3); 입니다. */ 
}

@media (min-width: 768px){
	header .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1400px;        
		margin-left: auto;
		margin-right: auto;
		padding-left: 24px;       /* 화면 가장자리와의 여백 */
		padding-right: 24px;
		padding-top: 16px;        /* 헤더 상단 여백 추가 */
		padding-bottom: 16px;     /* 헤더 하단 여백 추가 */
	}
	.headB ul{
		display: flex;
		gap: 22px;                /* 메뉴 간 간격 (원하면 18~28px 조절) */
	}
}

/*headC:토글버튼 */
@media (max-width: 767px){
	/*모바일 전용 설정*/
	header .container-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 12px;        /* 모바일 헤더 상단 여백 */
		padding-bottom: 12px;     /* 모바일 헤더 하단 여백 */
		padding-left: 16px;       /* 모바일 좌측 여백 */
		padding-right: 16px;      /* 모바일 우측 여백 */
	}
	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
	}

	.headC:hover {
		opacity: 0.3;
	}

	.headB {
		display: none;
	}
}

@media (min-width:768px){
	/* 피시 전용 설정 */
	.headC {
		display: none;
	}

	.headB {
		display: block !important;
	}
}

/* 콘텐츠A: main-banner-image 히어로 이미지 (모바일) */
.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(img/main_img.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;  

	color: var(--text-bright-color);
	text-align: center;
}

/* 메인 히어로: 비디오 배경 (기존 .conA를 덮어씀) */
.conA.hero {
	background-image: none;
	position: relative;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.conA .overlay {
	display: none;
}


@media (max-width: 599px) {
	.artwork-cta { right: 12px; bottom: 12px; border-radius: 10px; }
	.artwork-cta .cta-inner { padding: 12px 14px; }
}

/* 하단 그라디언트 제거 */
.conA .overlay {
	display: none;
}


/* 모바일 여백 조정 */
@media (max-width: 599px) {
	.info-card { max-width: 380px;
		right: 20px;
		bottom: 20px; }
}
/* 제품 목록부분의 sub배너 이미지작성.*/
.conA.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(img/coffee.jpg);
}

.conA h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
	font-size: 15vw;
}

/* 히어로 어둠 베일 + 그라데이션 층위 재정의 */
.conA .veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0,0,0,0.25);
}
.conA .overlay { z-index: 2; }              /* 기존 overlay를 위로 올림 */
.conA.hero .container { z-index: 3; }       /* 중앙 타이포 층위 */
.info-card { z-index: 4; }                  /* 카드가 가장 위 */

/* 우하단 카드(다크 글래스) */
.info-card {
	position: absolute;
	right: 24px;
	bottom: 24px;
	max-width: calc(100vw - 48px);  /* 화면 양쪽 여백 고려 */
	padding: 20px 22px;
	border-radius: 12px;
	background: rgba(18,18,18,0.6);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.15);
	box-shadow: 0 12px 28px rgba(0,0,0,0.35);
	text-align: left;
}

/* 태블릿 (600px ~ 1023px) */
@media (min-width: 600px) and (max-width: 1023px) {
	.info-card {
		max-width: min(420px, calc(100vw - 48px));
		right: 24px;
	}
}

/* 데스크톱 (1024px 이상) */
@media (min-width: 1024px) {
	.info-card {
		max-width: 420px;
		right: max(24px, calc((100vw - 1280px) / 2 + 24px));
	}
}

/* 큰 화면 (1500px 이상) */
@media (min-width: 1500px) {
	.info-card {
		right: calc((100vw - 1500px) / 2 + 24px);
	}
}

/* 모바일 (599px 이하) */
@media (max-width: 599px) {
	.info-card {
		right: 12px;
		bottom: 12px;
		max-width: calc(100vw - 24px);
		border-radius: 10px;
		padding: 16px 18px;
	}
}

.info-card .eyebrow {
	margin: 0 0 10px 0;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.7;
}

.info-card h3 {
	margin: 0 0 12px 0;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	font-weight: 600;
}

.info-card p {
	margin: 0 0 18px 0;
	font-size: 0.8rem;
	line-height: 1.4;
	opacity: 0.85;
}

.btn-ghost {
	display: block;
	width: 100%;
	box-sizing: border-box;   /* 보더/패딩을 너비에 포함 */
	text-align: center;
	padding: 12px 22px;
	border-radius: 8px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.35);
	text-decoration: none;
	background: rgba(255,255,255,0.06);
	transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.btn-ghost:hover {
	transform: translateY(-1px);
	background: rgba(255,255,255,0.12);
	border-color: rgba(255,255,255,0.6);
}


/* 히어로 전용 헤더: 얇고 밝은 톤 */
.hero-page header {
	background-color: rgba(255,255,255,0.06);
	backdrop-filter: saturate(150%) blur(8px);
	box-shadow: 0 1px 0 rgba(255,255,255,0.06);
	color: #111;
}
.hero-page .headA {
	background: transparent;
	color: #fff;
}
.hero-page .headB a {
	color: #111;
	padding: 12px 14px;
	font-weight: 500;
}
.hero-page .headB a:hover {
	background: rgba(0,0,0,0.06);
	color: #111;
}

/* 히어로 섹션 높이/정렬(보강) */
.conA.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
	text-align: center;
	color: var(--text-bright-color);
	position: relative;
	overflow: hidden;
}



/* Mobile size -콘텐츠A: main-banner-image (pc)
@media (min-width: 768px) {
	.conA h1 {
		font-size: 115px;
	}

	.conA p {
		font-size: 24px;
	}
}*/

/* footer 모바일 */
footer {
	color: #fff;
	background: linear-gradient(
		to bottom,
		var(--footer-bk-top),
		var(--footer-bk-bottom)
	);
	border-top: none;
	margin-top: -1px; /* 그라데이션 연결을 위한 오버랩 */
}

footer .container {
		padding: 50px 20px 40px 20px;
		text-align: center;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
}

/* footer PC [width=768px}기준 */
@media (min-width: 768px) {
	footer .container {
		padding: 70px 20px 45px 20px;
	}
}

/* footer A 사이트 정보 모바일 */
.footA {
		margin-bottom: 0;
}

.footA h2 {
		margin-top: 0;
		margin-bottom: 24px;
		font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
		font-size: 24px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		color: #fff;
}

.footA p {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px;
		color: var(--footer-text-muted);
}

.footA a {
		color: inherit;
		text-decoration: none;
}

/* footer B 푸터 메뉴 - 더 이상 사용하지 않음 */
.footB {
		display: none;
}

/* footer C 저작권 */
.footC {
	font-size: 11px;
	text-align: center;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	color: var(--footer-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 0;
}

/* footer D SNS 메뉴 */
.footD {
		margin-top: 0;
		margin-bottom: 28px;
}

.footD ul {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
		margin: 0;
		padding: 0;
		list-style: none;
}

.footD li {
		margin: 0;
		padding: 0;
}

.footD a {
		display: block;
		padding: 0px;
		font-size: 18px;
		text-decoration: none;
		border: solid 1px currentColor;
		width: 2.5em;
		height: 2.5em;
		line-height: 2.5em;
		border-radius: 50%;
		text-align: center;
		color: rgba(255,255,255,0.5);
		border-color: rgba(255,255,255,0.3);
		transition: all 0.3s ease;
		opacity: 0.7;
}

.footD a:hover {
	color: rgba(255,255,255,0.8);  
	border-color: rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.05);
	transform: translateY(-2px);
	opacity: 0.9;
}	

/* about 페이지 리디자인 */
.about {
	display: flex;
	flex-direction: column;
	gap: 120px;
	padding-top: 0;
	padding-bottom: 140px;
	background: linear-gradient(
		to bottom,
		var(--footer-bk-top),
		var(--footer-bk-bottom)
	);
	color: rgba(255,255,255,0.82);
}

.about section {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}

.about-gallery {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.about section + section::before {
	content: none;
}

/* about-gallery 섹션 상단에 흰색 줄 추가 */
.about-gallery::before {
	content: "";
	position: absolute;
	top: -60px; /* 섹션 gap(120px)의 절반 위치로 이동 */
	left: 24px;
	right: 24px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5); /* 30% -> 50%로 더 진하게 */
}

.about-hero {
	display: grid;
	gap: 48px;
	align-items: center;
	grid-template-columns: minmax(0, 1fr);
}

.about-divider {
	width: 100%;
	margin-top: 40px;
	padding: 28px 0 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.about-divider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #ffffff;
}

.about-divider-left,
.about-divider-right {
	font-size: 0.68rem;
	letter-spacing: 0.32em;
	color: rgba(255,255,255,0.85);
	text-transform: uppercase;
	white-space: nowrap;
	padding-top: 6px;
}

.about-divider-right {
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}

.about-divider-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
}

.about-hero__divider {
	grid-column: 1 / -1;
}

.about-stats__meta-divider {
	margin-top: 20px;
	margin-bottom: 60px;
}

.about-stats__meta-divider--top {
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0;
}

.about-hero__media {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.about-hero__media img {
	width: 100%;
	height: auto;
	max-height: calc(100vh - 80px);
	border-radius: 0;
	object-fit: contain;
	object-position: right top;
	box-shadow: none;
}

/* 1. .about-hero__title-block h1 -> .about-hero__content h1 로 변경 */
.about-hero__content h1 {
	margin-top: 0;
	margin-bottom: 18px;
	/* 폰트 크기를 2x2 레이아웃의 거대한 H1에서 원래대로 되돌립니다 */
	font-size: clamp(2.8rem, 8vw, 5rem); 
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	letter-spacing: 0.08em;
	color: #ffffff;
}

/* 2. .about-hero__content p (기존 유지) */
.about-hero__content p {
	margin-top: 0;
	margin-bottom: 24px;
	line-height: 1.8;
	color: rgba(255,255,255,0.72);
}

/* 3. .about-hero__title-block .about-eyebrow -> .about-hero__content .about-eyebrow 로 변경 */
.about-hero__content .about-eyebrow {
	margin-bottom: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.45);
}

/* 4. .about-hero__meta (기존 유지) */
.about-hero__meta {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.about-hero__meta li {
	display: flex;
	gap: 12px;
	font-size: 0.95rem;
	color: rgba(255,255,255,0.62);
}

.about-hero__meta .label {
	min-width: 80px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: rgba(255,255,255,0.45);
	text-transform: uppercase;
}

.about-gallery {
	padding-top: 0px;
	padding-bottom: 100px;
	background: transparent;
	color: rgba(255,255,255,0.82);
	border-radius: 0;
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
	margin-bottom: -300px;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.about-gallery {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 40px;
	}
}

/* =========================
   CV PANEL
========================= */
.cv-panel {
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
	z-index: 1400;
}

.cv-panel__close-floating {
	position: absolute;
	top: 32px;
	left: clamp(16px, 3vw, 32px);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.6);
	background: rgba(5,5,6,0.8);
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	z-index: 1;
}

.cv-panel.is-visible .cv-panel__close-floating {
	display: flex;
}

.cv-panel__close-floating:hover {
	background: rgba(255,255,255,0.15);
}

.cv-panel__backdrop {
	flex: 1;
	background: rgba(0,0,0,0.55);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.cv-panel__drawer {
	width: min(760px, 92vw);
	height: 100%;
	background: #f7f5f2;
	color: #0f0f11;
	padding: 48px clamp(28px, 5vw, 56px) 64px;
	box-shadow: -40px 0 80px rgba(0,0,0,0.4);
	max-height: 100vh;
	overflow: hidden;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.cv-panel.is-visible {
	pointer-events: auto;
}

.cv-panel.is-visible .cv-panel__backdrop {
	opacity: 1;
}

.cv-panel.is-visible .cv-panel__drawer {
	transform: translateX(0);
}

.cv-panel__header {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding: 32px 0 24px;
	position: sticky;
	top: 0;
	background: #f7f5f2 !important;
	z-index: 2;
}

.cv-panel__header > div {
	background: transparent !important;
}

.cv-panel__eyebrow {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.28em;
	color: rgba(0,0,0,0.55);
	text-transform: uppercase;
}

.cv-panel__header h2 {
	margin: 0 0 12px;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	letter-spacing: 0.08em;
	color: rgba(0,0,0,0.9);
}

.cv-panel__lede {
	margin: 0;
	color: rgba(0,0,0,0.65);
	line-height: 1.6;
}

.cv-panel__close {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(0,0,0,0.25);
	background: transparent;
	font-size: 0.85rem;
	letter-spacing: 0.18em;
	cursor: pointer;
	color: rgba(0,0,0,0.65);
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cv-panel__close:hover {
	background: rgba(0,0,0,0.05);
	border-color: rgba(0,0,0,0.4);
	color: rgba(0,0,0,0.85);
}

.cv-panel__close-text {
	font-size: 0.75rem;
}

.cv-panel__content {
	display: flex;
	flex-direction: column;
	gap: 48px;
	overflow-y: auto;
	padding-right: 12px;
	margin-right: -12px;
}

.cv-panel__content:focus {
	outline: none;
}

.cv-panel__section {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cv-panel__section-heading {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cv-panel__section-label {
	margin: 0;
	font-size: 0.72rem;
	letter-spacing: 0.3em;
	color: rgba(0,0,0,0.45);
	text-transform: uppercase;
}

.cv-panel__section-heading h3 {
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #111;
}

.cv-panel__section-body p {
	margin: 0 0 16px;
	line-height: 1.8;
	color: rgba(0,0,0,0.78);
}

.cv-panel__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cv-panel__list li {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.cv-panel__list-year {
	font-size: 0.78rem;
	letter-spacing: 0.28em;
	color: rgba(0,0,0,0.55);
	text-transform: uppercase;
}

.cv-panel__list-body {
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(0,0,0,0.82);
}

.cv-panel__list-body strong {
	display: block;
	font-size: 1rem;
	color: #111;
	margin-bottom: 4px;
}

.cv-panel__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cv-panel__chips li {
	padding: 8px 18px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 999px;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
	.cv-panel__drawer {
		width: 100%;
		padding: 32px 24px 48px;
	}

	.cv-panel__header {
		flex-direction: column;
	}

	.cv-panel__list li {
		grid-template-columns: 1fr;
	}
	.cv-panel__close-floating {
		top: 16px;
		left: 16px;
		background: rgba(0,0,0,0.85);
	}

	.cv-panel__close {
		align-self: flex-end;
	}
}

.about-gallery__divider {
	--divider-padding: clamp(16px, 4vw, 64px);
	height: 1px;
	background: rgba(255,255,255,0.6);
	margin-bottom: 60px;
	margin-top: 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
}

.about-gallery__meta-left,
.about-gallery__meta-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.68rem;
	letter-spacing: 0.32em;
	color: rgba(255,255,255,0.85);
	text-transform: uppercase;
	white-space: nowrap;
}

.about-gallery__meta-left {
	left: var(--divider-padding);
}

.about-gallery__meta-right {
	right: var(--divider-padding);
}

.about-gallery__dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

.about-gallery__intro {
	max-width: 520px;
	margin-bottom: 48px;
}

.about-gallery__intro h2 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: clamp(1.8rem, 5vw, 2.6rem);
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	letter-spacing: 0.06em;
}

.about-gallery__intro p {
	margin: 0;
	line-height: 1.7;
	color: rgba(255,255,255,0.62);
}

/* 겹쳐진 콜라주 레이아웃 */
.about-gallery__collage {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: clamp(1100px, 110vh, 1500px);
	margin: 0 auto;
	/* Reserve extra vertical room so the collage never overlaps the snapshot block when zoomed */
}

.about-gallery__item {
	position: absolute;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.4);
	transition: transform 0.4s ease, z-index 0s 0.1s, box-shadow 0.4s ease;
	background: #131417;
}

.about-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-gallery__item figcaption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	z-index: 1;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* 마우스를 올렸을 때 (Hover) */
.about-gallery__item:hover {
	z-index: 99;
	transform: scale(1.05);
	box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* 각 아이템의 위치와 크기, z-index 지정 - 레퍼런스처럼 역동적으로 배치 */
.item-1 {
	top: 8%;
	left: calc(50% - 520px);
	width: 360px;
	height: 520px;
	z-index: 4;
}

.item-2 {
	top: 28%;
	left: calc(50% - 360px);
	width: 340px;
	height: 520px;
	z-index: 5;
}

.item-3 {
	top: 5%;
	left: calc(50% - 150px);
	width: 360px;
	height: 640px;
	z-index: 3;
}

.item-4 {
	top: 35%;
	left: calc(50% + 110px);
	width: 320px;
	height: 480px;
	z-index: 2;
}

.item-5 {
	top: 45%;
	left: calc(50% - 80px);
	width: 360px;
	height: 520px;
	z-index: 1;
}

.about-stats {
	padding-top: 0px;
	padding-bottom: 120px;
	position: relative;
}

.about-stats__divider {
	height: 1px;
	background: rgba(255,255,255,0.5);
	margin-bottom: 20px;
	margin-top: 20px;
}

.about-stats__header {
	margin-bottom: 20px;
	position: relative;
	min-height: 80px;
}

.about-stats__header-title {
	margin: 0;
	font-size: clamp(2.5rem, 8vw, 6rem);
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
}

.about-stats__main-title {
	margin: 0;
	font-size: clamp(4rem, 12vw, 10rem);
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}


.about-stats__body {
	margin-top: 60px;
	display: grid;
	grid-template-columns: minmax(200px, 1fr) 2fr;
	gap: 80px;
	align-items: start;
}

.about-stats__sidebar {
	display: flex;
	flex-direction: column;
}

.about-stats__eyebrow {
	margin: 0;
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 0.15em;
	color: rgba(255,255,255,0.9);
	text-transform: uppercase;
}

.about-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px 100px;
}

.about-stats__column {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.about-stats__item {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.about-stats__item h3 {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	color: rgba(255,255,255,0.72);
	text-transform: uppercase;
}

.about-stats__value {
	font-size: clamp(3.5rem, 9vw, 6rem);
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	letter-spacing: -0.01em;
}

.about-stats__item p {
	margin: 0;
	line-height: 1.62;
	color: rgba(255,255,255,0.85);
	font-size: 0.92rem;
}

.about-awards {
	padding-top: 40px;
	padding-bottom: 200px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}

.about-awards__divider {
	margin-bottom: 60px;
	align-items: flex-start;
}

.about-awards__divider-center {
	font-size: 0.68rem;
	letter-spacing: 0.32em;
	color: rgba(255,255,255,0.65);
	text-transform: uppercase;
	padding-top: 6px;
}

.about-awards__intro {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 80px;
	align-items: flex-start;
	margin-bottom: 80px;
}

.about-awards__title-block {
	min-width: 240px;
	flex: 1 1 280px;
}

.about-awards__eyebrow {
	margin: 0 0 12px;
	font-size: 0.82rem;
	letter-spacing: 0.28em;
	color: rgba(255,255,255,0.62);
	text-transform: uppercase;
}

.about-awards__title-block h2 {
	margin: 0;
	font-size: clamp(2.2rem, 6vw, 3.6rem);
	letter-spacing: 0.08em;
	color: #ffffff;
}

.about-awards__description {
	flex: 1 1 360px;
	max-width: 640px;
}

.about-awards__description p {
	margin-top: 0;
	margin-bottom: 28px;
	line-height: 1.8;
	font-size: 1.05rem;
	color: rgba(255,255,255,0.86);
}

.about-awards__translation {
	display: block;
	margin-top: 12px;
	font-size: 0.95rem;
	color: rgba(255,255,255,0.65);
}

.about-awards__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 999px;
	font-size: 0.82rem;
	letter-spacing: 0.22em;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, background 0.2s ease;
}

.about-awards__cta:hover {
	background: rgba(255,255,255,0.12);
	transform: translateY(-2px);
}

.about-awards__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.about-awards__item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
	padding: 28px 0;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.16);
	background: transparent;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.2s ease;
}

.about-awards__item:first-child {
	border-top: 1px solid rgba(255,255,255,0.16);
	margin-top: 10px;
}

.about-awards__item:focus-visible,
.about-awards__item:hover {
	color: #fff;
	transform: translateX(4px);
	outline: none;
}

.about-awards__item-name {
	font-size: clamp(1.8rem, 7vw, 3.5rem);
	font-weight: 700;
	letter-spacing: 0.06em;
}

.about-awards__item-meta {
	font-size: 0.95rem;
	letter-spacing: 0.28em;
	color: rgba(255,255,255,0.6);
	margin-left: 16px;
}

.about-awards__footer {
	margin-top: 60px;
	font-size: 0.75rem;
	letter-spacing: 0.3em;
	color: rgba(255,255,255,0.55);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 16px;
}

.about-awards__footer-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
}

.about-awards__preview {
	position: absolute;
	top: var(--preview-y, 50%);
	left: var(--preview-x, 50%);
	transform: translate(-50%, -50%) scale(0.94);
	width: clamp(220px, 28vw, 420px);
	height: clamp(260px, 36vw, 520px);
	border-radius: 18px;
	overflow: hidden;
	pointer-events: none;
	box-shadow: 0 25px 60px rgba(0,0,0,0.55);
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 2;
}

.about-awards__preview {
	display: block;
}

@media (hover: none) and (pointer: coarse) {
	.about-awards__preview {
		display: none;
	}
}
.about-awards__preview[data-active="true"] {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.about-awards__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-awards__preview.landscape img {
	object-fit: contain;
	background: #0a0a0a;
}

.about-awards__modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.about-awards__modal.is-visible {
	display: flex;
}

.about-awards__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.75);
}

.about-awards__modal-content {
	position: relative;
	background: #111;
	padding: 32px;
	border-radius: 18px;
	max-width: 680px;
	width: min(90vw, 700px);
	box-shadow: 0 25px 60px rgba(0,0,0,0.6);
	display: flex;
	flex-direction: column;
	gap: 16px;
	z-index: 1;
}

.about-awards__modal-content img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.about-awards__modal-content.landscape img {
	object-fit: contain;
	background: #0a0a0a;
}

.about-awards__modal-caption {
	margin: 0;
	font-size: 1rem;
	letter-spacing: 0.15em;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}

.about-awards__modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: transparent;
	border: none;
	color: rgba(255,255,255,0.82);
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}

.about-awards__modal-close:hover {
	color: #fff;
}

.modal-open {
	overflow: hidden;
}

@media (min-width: 960px) {
	.about-hero {
		/* 1. 2x2 그리드 -> 1x2 그리드로 변경 */
		display: grid;
		grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); /* 이미지:텍스트 비율 */
		grid-template-rows: auto; /* 행 1개 */
		
		/* 2. 수직 중앙 정렬 및 간격 */
		align-items: center; 
		gap: 64px;
		
		/* 3. 섹션 여백 (2x2일 때보다 조금 줄임) */
		padding-top: 100px; 
		padding-bottom: 100px; 
		
		/* 4. 기존 컨테이너 설정 */
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 24px;
		padding-right: 24px;
	}
	/* (1,1) 셀: 미디어(이미지) */
	.about-hero__media {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.about-hero__media img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover; 
		border-radius: 0; 
	}
	/* (1,2) 셀: 콘텐츠(모든 텍스트) */
	.about-hero__content {
		grid-column: 2 / 3;
		grid-row: 1 / 2;    
		
		/* 텍스트를 아래로 내리기 */
		align-self: end;
		
		padding-left: 0;
		padding-right: 0;
		max-width: 500px; /* 텍스트 블록의 최대 너비 */
		width: 100%;
		box-sizing: border-box;
		margin-left: auto; 
	}
	/* .about-awards 스타일은 유지 */
	.about-awards {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.about {
		padding-top: 110px;
		padding-bottom: 110px;
		gap: 90px;
	}

	.about section {
		padding-left: 18px;
		padding-right: 18px;
	}

	.about section + section::before {
		left: 18px;
		right: 18px;
	}

	.about-gallery {
		border-radius: 28px 28px 0 0;
	}

	.about-gallery__collage {
		height: auto;
		min-height: 600px;
		padding-bottom: 40px;
	}

	.about-gallery__item {
		position: relative;
		width: 100% !important;
		height: auto !important;
		max-width: 400px;
		margin: 0 auto 30px auto;
		left: auto !important;
		top: auto !important;
		z-index: 1 !important;
	}

	.about-gallery__item:hover {
		transform: scale(1.02);
		z-index: 2;
	}

	.about-stats__body {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-stats__grid {
		grid-template-columns: 1fr;
		row-gap: 48px;
	}

	.about-stats__meta {
		margin-bottom: 30px;
	}

	.about-gallery__strip {
		grid-template-columns: 1fr;
	}

	.about-gallery__item--tall {
		grid-row: span 1;
		min-height: 260px;
	}

	.about-gallery__item--wide {
		grid-column: span 1;
	}

	.about-awards__list {
		gap: 14px;
	}

	.about-awards__list li {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 16px 0;
	}
}

/* ArtWork 소개 모바일 */
.artwork-gallery {
	background: #050505;
	padding: 4rem 0 5rem;
}
.gallery-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto 2rem;
	padding-left: 24px;
	padding-right: 24px;
}
.gallery-heading h2 {
	margin: 0.4rem 0 0;
	font-size: clamp(2rem, 4vw, 3rem);
	color: #fff;
}
.gallery-heading .eyebrow {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}
.gallery-progress {
	display: flex;
	gap: 6px;
}
.gallery-progress span {
	display: block;
	width: 36px;
	height: 6px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}
.gallery-progress .is-active {
	background: #fff;
}
.artwork-grid {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.artwork-card {
	background: #101010;
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.artwork-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45);
}
.artwork-visual {
	position: relative;
	aspect-ratio: 3 / 4;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
	perspective: 1600px;
	background: #1a1a1a;
	--default-inside: url('img/a_1_i.png');
	--default-cover: url('img/a_1_c.png');
}
.artwork-base,
.artwork-cover {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}
.artwork-base {
	background-image: var(--inside, var(--default-inside));
}
.artwork-cover {
	background-image: var(--cover, var(--default-cover));
	background-color: #1a1a1a;
	transform-origin: left center;
	box-shadow: inset -80px 0 120px rgba(0, 0, 0, 0.45);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.artwork-card:hover .artwork-cover {
	transform: perspective(1600px) rotateY(-110deg);
}
.artwork-info {
	padding: 1.25rem 1.5rem 1.6rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}
.artwork-title-en {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
}
.artwork-title-kr {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
}
.gallery-pagination {
	margin: 2.5rem auto 0;
	display: flex;
	justify-content: center;
	gap: 12px;
}
.gallery-pagination span {
	width: 80px;
	height: 6px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.3s ease;
}
.gallery-pagination span:hover {
	background: rgba(255, 255, 255, 0.25);
}
.gallery-pagination .is-active {
	background: #fff;
}

/* ArtWork_B 소개 모바일 */
.listB h1 {
	font-size: 2rem;
	text-align: center;
}

.listB .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	max-width: var(--large-width);
	margin: 30px auto;
}

.listB article {
	flex: 1 1 384px;
	display: flex;
}

.listB a {
	flex: 1;
	margin: 10px;
	display: flex;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	color: inherit;
	text-decoration: none;
}


.listB a:hover {
	opacity: 0.8;
	/*background-color: black;
	color: white;*/
} 

.listB .photo {
	flex: 2;
	min-height: 0;
	background-position: center;
	background-size: cover;
}

.listB .text {
	flex: 3;
	margin: 10px;
}

.listB h2 {
	font-size: 18px;
}

.listB p {
	font-size: 14px;
	opacity: 0.8;
}

/*너비가 600px 이하 작은 미디어에 본문 내용이 길면*/
@media (max-width: 384px) {
	.listB .photo {
		flex: 1;
	}
	.listB p{
	display: none;
}
}


/* ===========================
	Exhibition Page
=========================== */
body.nohero main {
	background-color: #000;
}
.exhibition-hero {
	position: relative;
	min-height: 70vh;
	background: url('img/kaws_exhi.png') center/cover no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 2rem;
	
}
.hero-overlay {
	position: relative;
	z-index: 1;
	text-align: center;
}
.hero-overlay h1 {
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	font-size: clamp(3rem, 10vw, 7rem);
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 2px 20px rgba(0,0,0,0.3);
	margin: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-size: 0.75rem;
	color: #fff;
	margin-bottom: 0.75rem;
}
.subtitle {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.75);
}
.section-heading {
	margin: 0 auto 1.5rem;
	text-align: left;
	max-width: 1400px;
	padding-left: 24px;
	padding-right: 24px;
	color: #fff;
}
.section-heading h2 {
	font-size: 2rem;
	margin: 0.35rem 0 0;
}
.section-heading.tight {
	margin-bottom: 1rem;
}
.exhibition-year {
	background: #070707;
	padding: 8rem 0 3rem 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.year-label {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 700;
	color: #fff;
	padding-left: 24px;
	margin-bottom: 5rem;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.exhibition-scroller {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
	gap: 1rem;
	padding: 0 0 2rem 24px;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
	user-select: none;
	/* 스크롤바 숨기기 */
	-ms-overflow-style: none; /* IE, Edge */
	scrollbar-width: none; /* Firefox */
}
.exhibition-scroller::after {
	content: '';
	flex-shrink: 0;
	width: 24px;
}
.exhibition-scroller::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}
.exhibition-scroller:active {
	cursor: grabbing;
}
.exhibition-card {
	background: #1a1a1a;
	border-radius: 12px;
	padding: 0;
	min-width: 280px;
	width: 280px;
	flex: 0 0 auto;
	scroll-snap-align: start;
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 0.2s ease;
}
.exhibition-card:hover {
	transform: translateY(-4px);
}
.exhibition-card .card-thumb {
	border-radius: 12px 12px 0 0;
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
	flex-shrink: 0;
}
.exhibition-card .card-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.exhibition-card .card-year {
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	color: #888;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-weight: 600;
}
.exhibition-card h3 {
	color: #fff;
	margin: 8px 0;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.3;
}
.exhibition-card .card-location {
	color: #aaa;
	font-size: 0.95rem;
	margin: 0 0 12px 0;
	font-weight: 400;
}
.exhibition-card .card-description {
	color: #ccc;
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
	flex-grow: 1;
}
.featured-grid {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 2rem;
	background: #040404;
	padding: 4rem 0;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.featured-map {
	background: transparent;
	border-radius: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	color: #fff;
}
.map-city__label {
	display: none;
}
.featured-map .section-heading {
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: none;
}
.featured-map .map-container {
	margin: 0;
	max-width: 100%;
}
/* Map Container */
.map-container {
	--city-radius: 1.5rem;
	--city-sign-color-back: #2a2a2a;
	--city-sign-color-font: #fff;
	--city-pin-size-font: 3.5rem;
	border-radius: 0.5em;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	line-height: 1;
	position: relative;
	width: 100%;
	aspect-ratio: 0.85;
	overflow: hidden;
}

/* Map - Background */
.map-background {
	border-radius: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Map - Cities */
.map-cities {
	width: 100%;
	height: 100%;
	position: relative;
}

.map-city {
	border-radius: var(--city-radius);
	left: calc(var(--x) * 1% - var(--city-radius));
	padding: var(--city-radius);
	position: absolute;
	top: calc(var(--y) * 1% - var(--city-radius));
	cursor: pointer;
}

.map-city__pin {
	position: absolute;
	left: calc(-50% + var(--city-radius));
	top: calc(-50% + var(--city-radius));
	width: var(--city-pin-size-font);
	height: var(--city-pin-size-font);
	object-fit: contain;
	transition: all 300ms ease-out;
	z-index: var(--y);
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
	transform: translate(-50%, -50%);
}
.map-city__pin-active {
	opacity: 0;
	position: absolute;
	left: calc(-50% + var(--city-radius));
	top: calc(-50% + var(--city-radius));
	width: var(--city-pin-size-font);
	height: var(--city-pin-size-font);
	object-fit: contain;
	transition: all 300ms ease-out;
	z-index: calc(var(--y) + 1);
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
	transform: translate(-50%, -50%);
}

/* Map - Sign */
.map-city__label {
	display: none;
	left: calc(-5em + 50%);
	position: absolute;
	text-align: center;
	width: 10em;
	z-index: 999;
	bottom: calc(var(--city-radius) + var(--city-pin-size-font) / 2);
}

.map-city__sign {
	align-items: center;
	background-color: var(--city-sign-color-back);
	border-radius: 0.3rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
	color: var(--city-sign-color-font);
	column-gap: 0.3em;
	display: flex;
	font-weight: 600;
	font-size: 0.85rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0.5em 0.7em 0.5em 0.4em;
	text-overflow: ellipsis;
	text-wrap: nowrap;
	width: max-content;
}


/* Tracking */
.map-city:hover .map-city__pin {
	opacity: 0;
}
.map-city:hover .map-city__pin-active {
	opacity: 1;
	transform: translate(-50%, calc(-50% + 0.5em));
}

.map-city:hover .map-city__label {
	animation: fadein 300ms forwards ease-out;
	display: block;
}


/* Animations */
@keyframes fadein {
	0% {
		opacity: 0;
		bottom: calc(var(--city-radius));
	}
	100% {
		opacity: 1;
		bottom: calc(var(--city-radius) + var(--city-pin-size-font) / 2);
	}
}

@keyframes grow {
	0% {
		transform: translate(0, 200%);
	}
	10% {
		transform: translate(5%, 180%);
	}
	20% {
		transform: translate(-10%, 160%);
	}
	30% {
		transform: translate(15%, 140%);
	}
	40% {
		transform: translate(-5%, 120%);
	}
	50% {
		transform: translate(10%, 100%);
	}
	60% {
		transform: translate(-15%, 80%);
	}
	70% {
		transform: translate(5%, 60%);
	}
	80% {
		transform: translate(0, 40%);
	}
	90% {
		transform: translate(0, 20%);
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes slidein {
	0% {
		transform: translateX(-200%);
	}
	100% {
		transform: translateX(0);
	}
}
.map-legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}
.map-legend li {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}
.map-legend span {
	display: block;
	font-weight: 600;
	color: #fff;
}
.featured-highlight {
	background: #101010;
	border-radius: 24px;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(320px, 50%) 1fr;
}
.highlight-image {
	min-height: 480px;
	background-size: cover;
	background-position: center;
	background-color: #1a1a1a;
}
.highlight-text {
	padding: 2rem;
	color: rgba(255, 255, 255, 0.85);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 320px;
	justify-content: center;
}
.default-message {
	text-align: left;
	color: rgba(255, 255, 255, 0.6);
}
.default-message h2 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.5rem;
	margin: 1rem 0;
}
.exhibition-info {
	flex-direction: column;
	gap: 1rem;
	text-align: left;
}
.highlight-text h2 {
	color: #fff;
	font-size: 2.25rem;
}
.highlight-text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.35rem;
}
.highlight-text li {
	font-size: 0.95rem;
}
.btn-outline,
.btn-solid {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.8rem;
	border-radius: 999px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	transition: 0.2s ease;
}
.btn-outline {
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	text-decoration: none;
}
.btn-outline:hover {
	border-color: #fff;
	text-decoration: none;
}
.btn-solid {
	background: #fff;
	color: #050505;
}
.btn-solid:hover {
	background: #e6e6e6;
}
.archive-gallery {
	background: #080808;
	padding: 4rem 0 3rem;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.archive-gallery .section-heading {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: none;
}
.archive-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.rep-card {
	background: #111;
	border-radius: 18px;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease;
}
.rep-card:hover {
	transform: translateY(-8px);
}
.rep-card-img {
	width: 100%;
	padding-top: 70%;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease, filter 0.3s ease;
}
.rep-card:hover .rep-card-img {
	transform: scale(1.05);
	filter: brightness(1.1);
}
.rep-card-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex-grow: 1;
}
.rep-card h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
}
.rep-card-meta {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.85rem;
	margin: 0;
	font-weight: 400;
}
.rep-card-description {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.95rem;
	line-height: 1.8;
	margin: 0;
	flex-grow: 1;
}
.archive-cta {
	text-align: center;
	margin-top: 2.5rem;
}

/* ===========================
	Collaboration Page
=========================== */
.collab-page main {
	background: linear-gradient(180deg, #050505 0%, #030303 60%, #010101 100%);
}
.collab-showcase {
	padding: clamp(3rem, 8vw, 6rem) 24px clamp(4rem, 9vw, 7rem);
	color: #fff;
}
.collab-shell {
	max-width: 1400px;
	margin: 0 auto;
}
.collab-showcase::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: clamp(2rem, 6vw, 3.5rem);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 100%);
}
.collab-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.collab-hero-text {
	padding: clamp(1.5rem, 4vw, 2.5rem);
	background: transparent;
	border-radius: 0;
	border: none;
	backdrop-filter: none;
	box-shadow: none;
}
.collab-hero-text h1 {
	margin: 0.3rem 0 1.3rem;
	font-size: clamp(2.6rem, 6vw, 4rem);
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	letter-spacing: 0.08em;
}
.collab-lede {
	margin: 0 0 0.7rem;
	color: rgba(255,255,255,0.78);
	line-height: 1.7;
	font-size: 1rem;
}
.collab-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 2.8rem);
}
.collab-card {
	position: relative;
	border-radius: 32px;
	min-height: 460px;
	padding: 0.75rem;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	background: #0f0f0f;
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: 0 25px 45px rgba(0,0,0,0.45);
	aspect-ratio: 2 / 3;
}
.collab-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--card-image);
	background-size: cover;
	background-position: center;
	opacity: 0.78;
	filter: saturate(1.05) contrast(1.05);
	transition: transform 0.5s ease, opacity 0.5s ease;
}
.collab-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0.95) 100%);
	z-index: 1;
}
.collab-card:hover::after {
	transform: scale(1.04);
	opacity: 0.92;
}
.collab-card-content {
	position: relative;
	z-index: 2;
	margin-top: auto;
	padding: 1.2rem 1.4rem 1.4rem;
	border-radius: 18px;
	background: rgba(0,0,0,0.25);
	backdrop-filter: blur(2px);
	border: 1px solid rgba(255,255,255,0.03);
	box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
.collab-card-meta {
	margin: 0 0 0.4rem;
	font-size: 0.78rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
}
.collab-card h3 {
	margin: 0 0 0.4rem;
	font-size: 1.32rem;
	color: #fff;
}
.collab-card p {
	margin: 0;
	color: rgba(255,255,255,0.78);
	font-size: 0.92rem;
	line-height: 1.5;
}
.collab-cta {
	margin: 0 auto;
	margin-top: 0.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
.collab-reveal-btn {
	min-width: 220px;
	padding: 0.95rem 2.4rem;
	border-radius: 999px;
	border: none;
	background: linear-gradient(135deg, #fefefe 0%, #cfcfcf 100%);
	color: #050505;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(0,0,0,0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.collab-reveal-btn:hover:not([disabled]) {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(0,0,0,0.4);
}
.collab-reveal-btn:focus-visible {
	outline: 2px solid rgba(255,255,255,0.8);
	outline-offset: 3px;
}
.collab-reveal-btn[disabled] {
	cursor: default;
	opacity: 0.65;
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}
.collab-reveal {
	display: none;
	margin-top: 2rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border-radius: 28px;
	background: rgba(10,10,10,0.75);
	border: 1px solid rgba(255,255,255,0.06);
	box-shadow: 0 25px 50px rgba(0,0,0,0.45);
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	text-align: center;
	position: relative;
}
.collab-reveal.is-visible {
	display: flex;
}
.collab-reveal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.4);
	background: transparent;
	color: rgba(255,255,255,0.85);
	font-size: 1.15rem;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.collab-reveal-close::before,
.collab-reveal-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: currentColor;
	transform-origin: center;
}
.collab-reveal-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.collab-reveal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.collab-reveal-close:hover {
	transform: scale(1.05);
	border-color: #fff;
	color: #fff;
}
.collab-reveal-close:focus-visible {
	outline: 2px solid rgba(255,255,255,0.7);
	outline-offset: 2px;
}
.collab-reveal img {
	width: min(640px, 100%);
	border-radius: 18px;
	box-shadow: 0 18px 35px rgba(0,0,0,0.45);
}
.collab-reveal p {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
	color: rgba(255,255,255,0.9);
}
.collab-brand-rail {
	position: relative;
	background: rgba(8,8,8,0.85);
	border-radius: 32px;
	padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
	border: 1px solid rgba(255,255,255,0.05);
	box-shadow: 0 20px 50px rgba(0,0,0,0.45);
	backdrop-filter: blur(4px);
}
.collab-brand-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 999px;
	padding: 0.75rem;
	font-size: 0.78rem;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}
.collab-brand-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
}
.collab-brand-list li {
	padding: 0.4rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.collab-brand-list li:last-child {
	border-bottom: none;
}
.collab-brand-note {
	margin: 0;
	font-size: 0.85rem;
	color: rgba(255,255,255,0.55);
	line-height: 1.6;
}
.collab-rail-link {
	margin-left: auto;
	margin-right: auto;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	font-size: 1.5rem;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.collab-rail-link:hover {
	transform: translateY(2px);
	border-color: rgba(255,255,255,0.5);
	color: #fff;
}

@media (max-width: 1024px) {
	.collab-card-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}

@media (max-width: 640px) {
	.collab-hero-text {
		padding: 1.2rem;
	}
	.collab-card-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		justify-items: center;
		gap: 1.25rem;
	}
	.collab-card {
		width: min(320px, 100%);
		min-height: 360px;
	}
	.collab-hero-text h1 {
		font-size: clamp(2.2rem, 10vw, 3rem);
	}
}
@media (max-width: 768px) {
	.gallery-heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}
	.gallery-progress span {
		width: 28px;
	}
	.artwork-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
	.featured-grid {
		grid-template-columns: 1fr;
	}
	.featured-highlight {
		grid-template-columns: 1fr;
	}
	.exhibition-hero {
		padding: 3rem 1.5rem;
		min-height: 60vh;
	}
	.hero-overlay h1 {
		font-size: clamp(2.5rem, 8vw, 5rem);
		font-weight: 300;
		line-height: 1.2;
	}
	.exhibition-scroller {
		padding: 0 0 2rem 16px;
	}
	.exhibition-scroller::after {
		width: 16px;
	}
	.exhibition-card {
		min-width: 220px;
		width: 220px;
	}
	.exhibition-card .card-thumb {
		height: 180px;
	}
	.exhibition-card .card-content {
		padding: 16px;
	}
	.exhibition-card .card-year {
		font-size: 0.8rem;
	}
	.exhibition-card h3 {
		font-size: 1.2rem;
		font-weight: 800;
	}
	.exhibition-card .card-location {
		font-size: 0.85rem;
	}
	.exhibition-card .card-description {
		font-size: 0.8rem;
		line-height: 1.5;
	}
	.year-label {
		padding-left: 16px;
		font-size: clamp(1.5rem, 6vw, 2.5rem);
	}
	.archive-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.rep-card-content {
		padding: 1.5rem;
	}
	.rep-card h3 {
		font-size: 1.25rem;
	}
	.rep-card-description {
		font-size: 0.9rem;
	}
	.featured-map {
		padding: 1.5rem;
	}
	.map-container {
		--city-radius: 1.2rem;
		--city-pin-size-font: 2rem;
	}
	.map-city__sign {
		font-size: 0.75rem;
		padding: 0.4em 0.6em 0.4em 0.3em;
	}
}

