:root {
	--font-stack: 'Handlee', 'Yomogi', 'Klee One', 'Zen Maru Gothic', "Microsoft JhengHei", sans-serif;
	--font-serif: "Noto Serif TC", serif;
}

body {
	font-family: var(--font-stack);
	background-color: #E6E2D3;
	background-image: url('https://www.transparenttextures.com/patterns/natural-paper.png');
	color: #3D3935;
	font-size: 16px;
	line-height: 1.8;
}

.container-detail {
	width: 1000px;
	margin: 40px auto;
	background: #FDFCF8;
	padding: 50px;
	border: 1px solid #C4BCAC;
	box-shadow: 12px 12px 0px rgba(196, 188, 172, 0.2);
	position: relative;
	overflow: visible; 
}

.washi-tape-top {
	position: absolute;
	width: 140px;
	height: 40px;
	background: rgba(182, 194, 170, 0.4);
	top: -12px;
	left: 50px;
	transform: rotate(-3deg);
	z-index: 50;
	border-left: 2px dashed #FFF;
	border-right: 2px dashed #FFF;
}

/* --- Header Styles --- */
header {
	border-bottom: 2px solid #3D3935;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.logo-main {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.1;
	color: #2D2A26;
}

.logo-en {
	font-family: 'Handlee', cursive;
	font-size: 18px;
	color: #6B6559;
	letter-spacing: 2px;
	opacity: 0.8;
}

.logo-sub-aside {
	font-family: 'Yomogi', cursive;
	font-size: 16px;
	color: #A69F8E;
	text-align: right;
	line-height: 1.8;
	letter-spacing: 2px;
}

nav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 45px;
	position: relative;
	z-index: 100;
}

.nav-item { position: relative; }

.nav-link {
	text-decoration: none;
	color: #888;
	font-size: 17px;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom: 1px dotted transparent;
	transition: all 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
}

.nav-item:hover .nav-link {
	color: #3D3935;
	border-bottom: 1px dotted #3D3935;
}

.arrow-down { font-size: 10px; opacity: 0.5; }

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #FDFCF8;
	border: 1px solid #C4BCAC;
	box-shadow: 4px 4px 0px rgba(196, 188, 172, 0.1);
	min-width: 140px;
	padding: 10px 0;
	z-index: 200;
	margin-top: 5px;
}

.dropdown-menu::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 15px;
	background: transparent;
}

.nav-item:hover .dropdown-menu { display: block; }

.dropdown-menu a {
	display: block;
	padding: 8px 20px;
	color: #6B6559;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}

.dropdown-menu a:hover { background-color: #F7F5F0; color: #A67C52; }

/* --- Article Detail Layout --- */
.article-header {
	margin-bottom: 40px;
}

.breadcrumb {
	font-family: 'Handlee', cursive;
	font-size: 14px;
	color: #A69F8E;
	margin-bottom: 20px;
}

.breadcrumb a { text-decoration: underline; margin-right: 5px; }

.article-title {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: #2D2A26;
	margin-bottom: 15px;
}

.article-meta {
	display: flex;
	gap: 20px;
	font-family: 'Yomogi', cursive;
	color: #A67C52;
	font-size: 15px;
	border-bottom: 1px solid #EBE7DE;
	padding-bottom: 15px;
}

/* 主圖：膠帶固定樣式 */
.main-image-container {
	margin: 40px 0;
	position: relative;
	padding: 10px;
	background: #FFF;
	border: 1px solid #EBE7DE;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.main-image-container img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	filter: sepia(5%);
}

.image-washi-tape {
	position: absolute;
	width: 120px;
	height: 35px;
	background: rgba(166, 124, 82, 0.4);
	top: -15px;
	right: 40px;
	transform: rotate(2deg);
	z-index: 10;
	border-left: 2px dashed #FFF;
	border-right: 2px dashed #FFF;
}

.article-content {
	max-width: 800px;
	margin: 0 auto;
}

.article-lead {
	font-size: 18px;
	font-weight: 600;
	color: #555;
	margin-bottom: 30px;
	padding-left: 20px;
	border-left: 4px solid #D1C9BC;
}

.article-body h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 22px;
	margin: 40px 0 20px;
	color: #3D3935;
	display: flex;
	align-items: center;
	gap: 10px;
}

.article-body h4::before {
	content: "●";
	color: #A67C52;
	font-size: 14px;
}

.quote-box {
	margin: 40px 0;
	padding: 30px;
	background: #F7F5F0;
	border: 1px dashed #D1C9BC;
	font-family: 'Klee One', serif;
	font-size: 20px;
	text-align: center;
	position: relative;
}

.quote-box::after {
	content: "”";
	position: absolute;
	bottom: -20px;
	right: 20px;
	font-size: 60px;
	color: #E6E2D3;
}

.content-image-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 40px 0;
}

.content-image-row div {
	text-align: center;
}

.content-image-row img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border: 1px solid #EEE;
	margin-bottom: 10px;
}

.image-caption {
	font-family: 'Yomogi', cursive;
	font-size: 13px;
	color: #A69F8E;
}

/* 導覽按鈕 */
.article-navigation {
	margin-top: 80px;
	padding-top: 40px;
	border-top: 2px solid #3D3935;
	display: flex;
	justify-content: space-between;
}

.nav-btn {
	max-width: 300px;
	text-decoration: none;
}

.nav-label {
	display: block;
	font-family: 'Handlee', cursive;
	font-size: 13px;
	color: #A69F8E;
	margin-bottom: 5px;
}

.nav-title {
	font-size: 15px;
	color: #3D3935;
	font-weight: 700;
	line-height: 1.4;
}

.nav-btn:hover .nav-title { text-decoration: underline; color: #A67C52; }

/* --- Footer Styles --- */
.bottom-action {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 50px;
	background: #3D3935;
	color: #DDD;
	padding: 60px;
	margin: 60px -50px -50px -50px; 
}

.section-title-footer {
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
	margin-bottom: 30px;
	display: block;
	color: #FFF;
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
}

.stamp-btn {
	border: 2px solid #A67C52;
	color: #A67C52;
	padding: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 4px;
	background: #3D3935;
	transition: all 0.3s;
}

.stamp-btn:hover { background: #A67C52; color: #FFF; }
