/* ===== 新增：展場主視覺 ===== */
.expo-hero {
	text-align: center;
	padding-bottom: 40px;
	height: auto;
	position: relative;
	overflow: hidden;
}

.expo-img {
	width: 100vw;
	height: 460px;
	object-fit: cover;
	display: block;
	margin-left: calc(-50vw + 50%);
}

.expo-info-wrapper {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	gap: 28px;
}

.expo-info {
	color: #000;
	text-align: left;
	flex: 1;
}

.expo-info h2 {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 700;
	font-size: 49px;
	color: #000;
	margin: 0;
}

.expo-info h2 span {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 700;
	font-size: 49px;
	color: #000;
}

/* ===== Coming Soon 文字區塊 ===== */
.expo-coming-soon {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 29px;
	color: rgba(134, 128, 128, 0.7);
	margin-top: 6px;
	margin-bottom: 20px;
}

.expo-coming-soon i {
	font-size: 26px;
	color: rgba(134, 128, 128, 0.7);
}

/* ===== 展覽照片標題 ===== */
.expo-photo-title {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 41px;
	font-weight: 700;
	text-align: left;
	width: 90%;
	max-width: 1430px;
	margin: 0 auto 0;
	padding-top: 60px;
	color: rgba(134, 128, 128, 0.7)
}

.expo-section-divider {
	width: 90%;
	max-width: 1430px;
	margin: 0 auto;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.expo-meta {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.expo-meta-item {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.meta-label {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 29px;
	color: rgba(134, 128, 128, 0.7);
	letter-spacing: 1px;
	text-transform: none;
	min-width: 90px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.meta-value {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	font-size: 29px;
	line-height: 1.5;
	color: rgba(134, 128, 128, 0.7);
	flex: 1;
	padding-left: 20px;
}


.expo-switch {
	display: flex;
	gap: 45px;
	align-items: center;
}

.expo-btn {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 28px;
	padding: 13px 45px;
	border: 3px solid rgba(0, 0, 0, 0.25);
	color: rgba(134, 128, 128, 0.7);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	transition: 0.2s ease;
}

.expo-btn:hover {
	background: rgba(255, 255, 255, 0.9);
}

.expo-btn.active {
	border-color: rgba(0, 0, 0, 0.35);
	background: rgba(255, 255, 255, 1);
	color: rgba(134, 128, 128, 0.7);
}

/* ===== 新增：交通資訊 ===== */
.traffic-section {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	padding: 80px 20px 120px;
}

.map-box {
	flex: 1.2;
	max-width: 820px;
}

.map-box img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 14px;
}

.traffic-info {
	flex: 0.9;
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 420px;
}

.traffic-card {
	background: #fff;
	padding: 32px 32px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
	border-radius: 14px;
}

.traffic-card h3 {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 12px;
}

.traffic-card p {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	color: rgba(0, 0, 0, 0.75);
}

.map-btn {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 45px auto 0;
	padding: 18px 0;
	border-radius: 10px;
	background: #eb1670;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	transition: background 0.2s ease;
}

.map-btn:hover {
	background: #d4075b;
}

/* ---------- 輪播（左右預覽 + 中央主圖） ---------- */
.exhibition-section {
	position: relative;
	width: 100%;
	padding: 120px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.carousel {
	position: relative;
	width: min(1320px, 96vw);
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	background: #f4f4f4;
}

.carousel img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.95);
	filter: blur(3px) brightness(0.82);
	transition: transform 0.55s ease, opacity 0.55s ease, filter 0.55s ease;
	z-index: 1;
}

.carousel img.active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	filter: blur(0) brightness(1);
	z-index: 3;
}

.carousel img.prev {
	opacity: 0.55;
	transform: translate(-118%, -50%) scale(0.92);
	filter: blur(3px) brightness(0.78);
	z-index: 2;
}

.carousel img.next {
	opacity: 0.55;
	transform: translate(18%, -50%) scale(0.92);
	filter: blur(3px) brightness(0.78);
	z-index: 2;
}

.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.95);
	font-size: 48px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.carousel-arrow.prev {
	left: 22px;
}

.carousel-arrow.next {
	right: 22px;
}

.carousel-indicator {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.carousel-indicator .dot {
	width: 8px;
	height: 8px;
	background: #d0d0d0;
	cursor: pointer;
	border-radius: 999px;
	transition: all 0.25s ease;
}

.carousel-indicator .dot.active {
	width: 22px;
	height: 8px;
	background: #eb1670;
}

/* ---------- 米蘭頁面 ---------- */
.milan-page .expo-img {
	height: 655px;
}


.milan-page .expo-meta {
	margin-top: 18px;
	gap: 10px;
}

.milan-page .meta-label,
.milan-page .meta-value {
	font-size: 25px;
	line-height: 1.45;
}

.milan-page .expo-btn {
	font-size: 25px;
	padding: 11px 54px;
	border-width: 2px;
}

.milan-page .expo-btn:hover {
	background: #ff4fa3;
	color: #fff;
	border-color: #ff4fa3;
}

.milan-feature-grid {
	width: min(1200px, 90vw);
	margin: 44px auto 28px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.milan-feature-card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

.milan-feature-card p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #b1b1b1;
	letter-spacing: 0.01em;
}

.milan-page .exhibition-section {
	padding: 58px 0 110px;
	gap: 16px;
}

.milan-page .carousel {
	width: min(1280px, 96vw);
	height: 540px;
	background: transparent;
}

.milan-page .carousel img {
	width: 68%;
	height: 82%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.milan-page .carousel-arrow {
	display: block;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1024px) {
	.milan-page .expo-info h2,
	.milan-page .expo-info h2 span {
		font-size: 38px;
	}

	.milan-page .meta-label,
	.milan-page .meta-value {
		font-size: 24px;
	}

	.milan-page .expo-btn {
		font-size: 22px;
	}

	.milan-feature-card img {
		height: 250px;
	}
}

@media (max-width: 768px) {
	.milan-page .expo-img {
		height: 200px;
	}

	.milan-page .expo-info-wrapper {
		flex-direction: column;
	}

	.milan-page .expo-switch {
		width: 100%;
		justify-content: flex-start;
	}

	.milan-feature-grid {
		grid-template-columns: 1fr;
	}

	.milan-page .carousel {
		height: 420px;
	}
}

/* ---------- 新一代頁面 ---------- */
.yode-page .expo-img {
	width: 100vw;
	height: 655px;
	object-fit: cover;
	display: block;
	margin-left: calc(-50vw + 50%);
}