: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.7;
}

.container-gleam {
	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: hidden;
}

.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 {
	border-bottom: 2px solid #3D3935;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.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;
	transition: transform 0.3s;
}
.nav-item:hover .arrow-down {
	transform: translateY(2px);
	opacity: 1;
}

.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;
	transition: all 0.2s;
}

.dropdown-menu a:hover {
	background-color: #F7F5F0;
	color: #A67C52;
}

/* Slider 樣式 */
.hero-slider-container {
	width: 100%;
	height: 500px;
	margin-bottom: 45px;
	position: relative;
	padding: 10px;
	background: #FFF;
	border: 1px solid #EBE7DE;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	z-index: 10;
}

.slider-viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slider-track {
	display: flex;
	height: 100%;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
	min-width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: sepia(10%) contrast(95%);
}

.washi-caption {
	position: absolute;
	background: rgba(255, 255, 245, 0.96);
	padding: 25px 35px;
	width: 320px;
	bottom: 40px;
	right: 40px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
	transform: rotate(1deg);
	z-index: 5;
	border-left: 15px solid rgba(182, 194, 170, 0.4);
	border-right: 15px solid rgba(182, 194, 170, 0.4);
}

.washi-caption::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 20%;
	width: 60%;
	height: 35px;
	background: rgba(182, 194, 170, 0.6);
	transform: rotate(-2deg);
	border-left: 2px dashed #FFF;
	border-right: 2px dashed #FFF;
	z-index: -1;
}

.washi-caption h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	color: #2D2A26;
}

/* 輪播箭頭邏輯優化 */
.slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #DDD;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 60; /* 確保在圖片之上 */
	transition: all 0.2s;
	font-family: serif;
	font-weight: bold;
}

.slider-nav:hover {
	background: #3D3935;
	color: #FFF;
	border-color: #3D3935;
}

.nav-prev { left: 20px; }
.nav-next { right: 20px; }

.slider-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 10;
}

.dot {
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	cursor: pointer;
}

.dot.active {
	background: #FFF;
	width: 25px;
	border-radius: 5px;
}

/* 精神宣言：修復引號 */
.manifesto-section {
	padding: 70px 50px;
	margin-bottom: 60px;
	text-align: center;
	border: 1px solid #EBE7DE;
	background-color: #FAFAF7;
	position: relative;
}

.manifesto-section::after {
	content: "“";
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 100px;
	color: #EBE7DE;
	font-family: serif;
	line-height: 1;
}

.spirit-zh {
	font-size: 28px;
	letter-spacing: 6px;
	line-height: 2.2;
	font-weight: 600;
	color: #2D2A26;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.spirit-en {
	font-family: "Handlee", cursive;
	font-size: 22px;
	color: #888;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}

.brand-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	margin-bottom: 70px;
	padding: 45px;
	background-color: #F7F5F0;
	border: 1px dashed #D1C9BC;
}

/* 三大主軸卡片與圖片特效 */
.pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 70px;
}

.pillar-card {
	background: #FFF;
	border: 1px solid #EBE7DE;
	padding: 15px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.03);
	position: relative;
}

.pillar-card:nth-child(1) { transform: rotate(-1.5deg); }
.pillar-card:nth-child(2) { transform: rotate(1deg); }
.pillar-card:nth-child(3) { transform: rotate(-0.8deg); }

.pillar-card:hover {
	transform: rotate(0deg) translateY(-10px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.08);
	z-index: 20;
}

.pillar-img-box {
	width: 100%;
	height: 160px;
	overflow: hidden;
	background: #F1EFE9;
	margin-bottom: 20px;
	border: 1px solid #F0EDE6;
}

.pillar-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.pillar-card:hover .pillar-img-box img {
	transform: scale(1.08);
}

/* 最新動態 */
.info-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	border-top: 1px solid #EEE;
	padding-top: 50px;
	margin-bottom: 80px;
}

.section-title-box {
	border-bottom: 1px solid #D4D4D4;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 8px;
	margin-bottom: 24px;
}

.section-title-main {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.section-title-en {
	font-family: 'Handlee', cursive;
	font-size: 16px;
	color: #A69F8E;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.news-list dt {
	font-weight: bold;
	color: #A67C52;
	float: left;
	margin-right: 18px;
	font-family: 'Handlee';
}

.bottom-action {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 50px;
	background: #3D3935;
	color: #DDD;
	padding: 60px;
	margin: 0 -50px -50px -50px;
}

.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;
}