/* ==========================================================================
   수상작 갤러리
   ========================================================================== */

.gallery-page {
	padding-bottom: 3.5rem;
}

.gallery-list__header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.gallery-edition-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.gallery-edition-tabs__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.5rem;
	padding: 0.55rem 0.9rem;
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 28%, #dde3ea);
	border-radius: 999px;
	background: #fff;
	color: color-mix(in srgb, var(--primary, #0088cc) 55%, #334155);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.gallery-edition-tabs__item:hover {
	background: color-mix(in srgb, var(--primary, #0088cc) 8%, #fff);
	border-color: color-mix(in srgb, var(--primary, #0088cc) 45%, #dde3ea);
	color: var(--primary, #0088cc);
	text-decoration: none;
}

.gallery-edition-tabs__item.is-active {
	background: var(--primary, #0088cc);
	border-color: var(--primary, #0088cc);
	color: #fff;
}

.gallery-casebook {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e8eef5;
}

.gallery-casebook__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--primary, #0088cc);
	letter-spacing: -0.02em;
}

.gallery-casebook__download {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.85rem;
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 35%, #d7e3ec);
	border-radius: 0.5rem;
	background: #fff;
	color: var(--primary, #0088cc);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.gallery-casebook__download:hover {
	background: color-mix(in srgb, var(--primary, #0088cc) 8%, #fff);
	border-color: var(--primary, #0088cc);
	color: var(--primary, #0088cc);
	text-decoration: none;
}

.gallery-casebook__download .lucide-icon,
.gallery-casebook__download svg.lucide {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

.gallery-casebook__download--disabled {
	opacity: 0.55;
	pointer-events: none;
}

.gallery-casebook-viewer {
	position: relative;
	margin: 0 0 2.5rem;
	border: 1px solid color-mix(in srgb, var(--primary, #0088cc) 20%, #dde3ea);
	border-radius: 0.75rem;
	overflow: hidden;
	background: #1e1e1e;
	box-shadow: 0 2px 10px color-mix(in srgb, var(--primary, #0088cc) 10%, transparent);
}

.gallery-casebook-viewer__status {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: #1e1e1e;
	color: #f8fafc;
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
}

.gallery-casebook-viewer__status[hidden] {
	display: none;
}

.gallery-casebook-viewer__status.is-error {
	color: #fecaca;
}

.gallery-casebook-viewer__scroll {
	height: min(80vh, 920px);
	min-height: 560px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.gallery-casebook-viewer__pages {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem;
}

.gallery-casebook-viewer__page {
	width: 100%;
	max-width: 100%;
	min-height: 240px;
	background: #111;
	border-radius: 0.25rem;
	overflow: hidden;
}

.gallery-casebook-viewer__page.is-rendered {
	min-height: 0;
	background: #fff;
}

.gallery-casebook-viewer__page.is-error {
	min-height: 120px;
	background: #3f1d1d;
}

.gallery-casebook-viewer__page canvas {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: top;
}

@media (max-width: 576px) {
	.gallery-casebook-viewer__scroll {
		min-height: 420px;
		height: 70vh;
	}
}

.gallery-card__division {
	display: inline-block;
	font-size: 0.78rem;
	color: var(--primary-color);
	margin-bottom: 0.5rem;
	font-weight: 600;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: var(--primary-color-bg);
}

.year-selector--single {
	box-shadow: none;
}

.year-selector--single .year-current {
	cursor: default;
	font-size: 1rem;
	font-weight: 700;
	min-width: auto;
	padding: 0.45rem 0.9rem;
}

.year-selector--single .year-current:hover {
	opacity: 1;
}

/* Fancybox */
.fancybox__counter { display: none; }
.fancybox__button--slideshow { display: none; }
.is-prev { display: none; }
.is-next { display: none; }
div.toolbar { display: none; }

/* 연도 선택기 */
.year-selector {
	display: inline-flex;
	align-items: center;
	gap: 0;
	background: #fff;
	border: 1px solid var(--primary-color-border);
	border-radius: 12px;
	padding: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	position: relative;
	z-index: 50;
	overflow: visible;
}

.year-current {
	font-size: 1.6rem;
	font-weight: 900;
	color: var(--primary-color);
	min-width: 80px;
	text-align: center;
	letter-spacing: -0.02em;
	line-height: 1;
	padding: 6px 8px;
	cursor: pointer;
	user-select: none;
}

.year-current:hover {
	opacity: 0.8;
}

.year-dropdown {
	display: none;
	position: fixed;
	background: #fff;
	border: 1px solid var(--primary-color-border);
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	padding: 6px;
	z-index: 9999;
	min-width: 110px;
}

.year-dropdown a {
	display: block;
	padding: 8px 16px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #555;
	text-decoration: none;
	border-radius: 6px;
	text-align: center;
	transition: all 0.15s ease;
}

.year-dropdown a:hover {
	background: var(--primary-color-bg);
	color: var(--primary-color);
}

.year-dropdown a.active {
	background: var(--primary-color);
	color: #fff;
}

.year-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	color: var(--primary-color);
	font-size: 0.85rem;
	transition: all 0.2s ease;
	text-decoration: none;
}

.year-nav:hover {
	background: var(--primary-color);
	color: #fff;
	text-decoration: none;
}

.year-nav.disabled {
	color: var(--text-light);
	pointer-events: none;
}

/* 수상작 카드 */
.gallery-card {
	border: 1px solid #e3e8ef;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: none;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
	background-color: #fff;
}

.gallery-card:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--primary-color-rgb), 0.35);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.gallery-card .card-img-wrapper {
	overflow: hidden;
	position: relative;
	background: #f3f5f8;
	line-height: 0;
	border-bottom: 1px solid #e8ecf0;
}

.gallery-card .card-img-wrapper a {
	display: block;
	width: 100%;
}

.gallery-card .card-img-top {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}

.gallery-card:hover .card-img-top {
	transform: scale(1.03);
}

.gallery-card .card-body {
	padding: 1rem 1.1rem 1.15rem;
	background: #fff;
}

.gallery-card .card-title {
	font-size: 1.02rem;
	font-weight: 700;
	margin-bottom: 0;
	color: #1f2937;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3em;
}

/* 상격 그룹 */
.grade-group {
	background: #fff;
	border-radius: 18px;
	padding: 1.75rem 1.5rem 0.5rem;
	margin-bottom: 2.25rem;
	border: 1px solid #e3e8ef;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.grade-section {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 1.5rem;
	padding-bottom: 16px;
	border-bottom: 2px solid;
}

.grade-icon-wrap {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
}

.grade-icon-wrap i {
	font-size: 1.3rem;
	position: relative;
	z-index: 1;
}

.grade-info {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.grade-info .grade-name {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
}

.grade-info .grade-count {
	font-size: 0.8rem;
	color: #aaa;
	font-weight: 400;
}

.grade-1 .grade-section { border-bottom-color: #d4a017; }
.grade-1 .grade-icon-wrap { background: linear-gradient(135deg, #c9a020, #e8c840); }
.grade-1 .grade-name { color: #9a7a0a; }

.grade-2 .grade-section { border-bottom-color: #8a9bae; }
.grade-2 .grade-icon-wrap { background: linear-gradient(135deg, #7a8a9e, #a8b8c8); }
.grade-2 .grade-name { color: #5a6a7a; }

.grade-3 .grade-section { border-bottom-color: #b07840; }
.grade-3 .grade-icon-wrap { background: linear-gradient(135deg, #a06830, #c89060); }
.grade-3 .grade-name { color: #7a5020; }

.grade-4 .grade-section { border-bottom-color: #0078d4; }
.grade-4 .grade-icon-wrap { background: linear-gradient(135deg, #0070c4, #2b88d8); }
.grade-4 .grade-name { color: #0060aa; }

@media (max-width: 767px) {
	.gallery-list__header {
		justify-content: flex-end;
	}
}
