/* 奢品包袋工坊 - 自定义样式 */

body.home .ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}
body.home .ast-article-single,
body.home .entry-content {
	padding: 0;
}
body.home .entry-title,
body.home .ast-page-header,
body.home .entry-header,
body.home .ast-title-bar-wrap {
	display: none !important;
}

.spbd-hero {
	background: linear-gradient(135deg, #0c0c0c 0%, #202020 55%, #3a3525 100%);
	color: #fff;
	padding: 96px 24px 88px;
	text-align: center;
}
.spbd-hero-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.spbd-hero-badge {
	display: inline-block;
	background: rgba(201, 162, 39, 0.14);
	border: 1px solid rgba(201, 162, 39, 0.55);
	color: #e6c873;
	border-radius: 999px;
	padding: 6px 18px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 26px;
}
.spbd-hero h1 {
	font-size: clamp(34px, 5vw, 56px);
	margin: 0 0 18px;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 3px;
}
.spbd-hero-sub {
	font-size: clamp(15px, 2vw, 19px);
	opacity: 0.9;
	max-width: 800px;
	margin: 0 auto 34px;
	line-height: 1.9;
}
.spbd-hero-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}
.spbd-btn {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.2s ease;
}
.spbd-btn-primary {
	background: #c9a227;
	color: #1a1a1a !important;
}
.spbd-btn-primary:hover {
	background: #b08f1f;
	transform: translateY(-2px);
}
.spbd-btn-ghost {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff !important;
}
.spbd-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.spbd-section {
	max-width: 1180px;
	margin: 0 auto;
	padding: 60px 24px 20px;
}
.spbd-section h2 {
	font-size: 28px;
	text-align: center;
	margin: 0 0 34px;
	position: relative;
	padding-bottom: 14px;
}
.spbd-section h2::after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	border-radius: 2px;
	background: #c9a227;
	margin: 12px auto 0;
}

.spbd-cats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.spbd-cat-card {
	display: block;
	background: #fff;
	border: 1px solid #eae4d3;
	border-radius: 16px;
	padding: 28px 24px;
	text-decoration: none !important;
	box-shadow: 0 2px 10px rgba(30, 30, 30, 0.05);
	transition: all 0.22s ease;
}
.spbd-cat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 26px rgba(30, 30, 30, 0.12);
	border-color: #c9a227;
}
.spbd-cat-icon {
	font-size: 34px;
	display: block;
	margin-bottom: 12px;
}
.spbd-cat-card h3 {
	margin: 0 0 10px;
	font-size: 19px;
	color: #101828;
}
.spbd-cat-card p {
	margin: 0 0 14px;
	font-size: 13.5px;
	line-height: 1.8;
	color: #667085;
	min-height: 48px;
}
.spbd-cat-count {
	display: inline-block;
	font-size: 12.5px;
	color: #8a6d12;
	background: #faf4de;
	border-radius: 999px;
	padding: 4px 12px;
}

.spbd-latest-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.spbd-post-card {
	background: #fff;
	border: 1px solid #eae4d3;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all 0.22s ease;
}
.spbd-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 26px rgba(30, 30, 30, 0.12);
}
.spbd-post-link {
	text-decoration: none !important;
	color: inherit;
}
.spbd-post-thumb img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.spbd-post-card h3 {
	font-size: 16.5px;
	line-height: 1.55;
	margin: 0;
	padding: 16px 18px 4px;
	color: #101828;
}
.spbd-post-meta {
	padding: 6px 18px 0;
	font-size: 12.5px;
	color: #98a2b3;
}
.spbd-post-card p {
	padding: 8px 18px 0;
	margin: 0;
	font-size: 13.5px;
	line-height: 1.75;
	color: #667085;
	flex: 1;
}
.spbd-post-more {
	display: inline-block;
	padding: 10px 18px 16px;
	font-size: 13.5px;
	color: #8a6d12;
	text-decoration: none !important;
}

.spbd-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.spbd-feature {
	background: #fbf8ef;
	border: 1px solid #eae4d3;
	border-radius: 16px;
	padding: 28px 24px;
	text-align: center;
}
.spbd-feature .spbd-cat-icon {
	margin-bottom: 10px;
}
.spbd-feature h3 {
	margin: 0 0 10px;
	font-size: 17px;
	color: #101828;
}
.spbd-feature p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.8;
	color: #667085;
}

.spbd-friends .spbd-links {
	background: #fbf8ef;
	border: 1px solid #eae4d3;
	border-radius: 16px;
	padding: 20px;
}
.spbd-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.spbd-links li {
	margin: 0;
}
.spbd-links li a {
	display: inline-block;
	background: #fff;
	border: 1px solid #eae4d3;
	border-radius: 999px;
	padding: 8px 18px;
	font-size: 14px;
	color: #344054;
	text-decoration: none !important;
	transition: all 0.2s ease;
}
.spbd-links li a:hover {
	border-color: #c9a227;
	color: #8a6d12;
}
.spbd-link-desc {
	display: none;
}

.spbd-related {
	background: #fbf8ef;
	border: 1px solid #eae4d3;
	border-radius: 12px;
	padding: 20px 24px;
	margin-top: 34px;
}
.spbd-related h3 {
	font-size: 17px;
	margin: 0 0 12px;
	color: #101828;
}
.spbd-related ul {
	margin: 0;
	padding-left: 20px;
}
.spbd-related li {
	margin-bottom: 6px;
	font-size: 14.5px;
}
.spbd-related a {
	color: #8a6d12;
	text-decoration: none;
}
.spbd-related a:hover {
	text-decoration: underline;
}
.spbd-related-more {
	margin: 14px 0 0;
	font-size: 13px;
	color: #667085;
}
.entry-content figure img,
.entry-content img {
	border-radius: 12px;
	height: auto;
}
.entry-content table {
	border-collapse: collapse;
	width: 100%;
	margin: 18px 0;
}
.entry-content th,
.entry-content td {
	border: 1px solid #eae4d3;
	padding: 8px 12px;
	text-align: left;
	font-size: 14px;
}
.entry-content th {
	background: #fbf8ef;
}

@media (max-width: 900px) {
	.spbd-cats-grid,
	.spbd-latest-grid,
	.spbd-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.spbd-cats-grid,
	.spbd-latest-grid,
	.spbd-feature-grid {
		grid-template-columns: 1fr;
	}
	.spbd-hero {
		padding: 64px 20px 56px;
	}
	.spbd-section {
		padding: 44px 18px 10px;
	}
}
