/* WORKS カテゴリアーカイブのみ — 参照デザイン: 4列グリッド・正方形サムネ・下見出し1行省略 */

.category-works-archive #works .section-inner {
	width: 100%;
	max-width: calc(1300px - 30px);
	padding: 0 15px;
	margin: 0 auto;
}

.works-archive-description {
	margin: 0 0 2.4rem;
	font-size: 1.5rem;
	line-height: 1.75;
	color: #5c6b80;
}

/* グリッドセルで省略記号が効くように */
.category-works-archive #works .works-item {
	min-width: 0;
}

.category-works-archive #works .works-grid {
	align-items: start;
}

.category-works-archive #works .works-thumb {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	background: #d9d9d9;
	border-radius: 8px;
	overflow: hidden;
}

.category-works-archive #works .works-thumb img.works-thumb__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.category-works-archive #works .works-thumb__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.75rem;
	box-sizing: border-box;
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	color: #6a6a6a;
	text-align: center;
	line-height: 1.4;
}

.category-works-archive #works .works-info {
	margin-top: 10px;
	padding: 0;
	min-width: 0;
}

.category-works-archive #works .works-title {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.45;
	color: #2e3747;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
