* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #333333; background-color: #fcfbfa; line-height: 1.6; }
a { color: #111111; text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #c5a880; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.site-header { background: #111111; border-bottom: 2px solid #c5a880; position: sticky; top: 0; z-index: 1000; }
.header-flex { display: flex; justify-content: space-between; align-items: center; height: 90px; }
.logo h1 a { font-size: 24px; font-weight: 700; color: #c5a880; }
.site-nav ul { display: flex; list-style: none; gap: 35px; }
.site-nav ul li a { color: #ffffff; font-weight: 500; font-size: 15px; letter-spacing: 0.5px; }
.site-nav ul li a:hover, .site-nav ul li.active a { color: #c5a880; }

.hero-section { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('/images/tea/1.webp') no-repeat center/cover; color: #ffffff; padding: 120px 0; text-align: center; }
.hero-section h2 { font-size: 40px; margin-bottom: 20px; font-weight: 700; color: #c5a880; letter-spacing: 1px; }
.hero-section p { font-size: 16px; opacity: 0.8; max-width: 800px; margin: 0 auto 35px; }
.btn-primary { display: inline-block; background: transparent; color: #c5a880; padding: 10px 35px; border: 1px solid #c5a880; border-radius: 4px; font-weight: 600; text-transform: uppercase; }
.btn-primary:hover { background: #c5a880; color: #111111; }

.main-layout { display: flex; gap: 50px; margin: 50px auto 70px; }
.content-left { flex: 1; }
.sidebar { width: 320px; }

.section-title { font-size: 22px; margin-bottom: 30px; color: #111111; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.section-title span { font-size: 13px; color: #c5a880; font-weight: 400; margin-left: 5px; }

.post-item { background: #ffffff; padding: 0; border-radius: 0; margin-bottom: 30px; display: flex; gap: 25px; border-bottom: 1px solid #eee; padding-bottom: 30px; }
.post-thumb { width: 240px; height: 150px; overflow: hidden; flex-shrink: 0; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.post-item:hover .post-thumb img { transform: scale(1.05); }
.post-content { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.post-content h3 { font-size: 20px; margin-bottom: 12px; font-weight: 600; line-height: 1.4; }
.post-desc { font-size: 14px; color: #666666; margin-bottom: 15px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-meta { font-size: 12px; color: #aaaaaa; }

.widget { background: #ffffff; padding: 30px 25px; border: 1px solid #eaeaea; margin-bottom: 30px; }
.widget h3 { font-size: 16px; margin-bottom: 20px; border-bottom: 1px solid #111111; padding-bottom: 10px; font-weight: 700; text-transform: uppercase; color: #111111; }
.widget ul { list-style: none; }
.widget ul li { margin-bottom: 15px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 10px; border-left: 2px solid transparent; }
.widget ul li:hover { border-left-color: #c5a880; padding-left: 15px; }
.page-banner { background: #111111; padding: 50px 0; text-align: center; border-bottom: 1px solid #c5a880; }
.page-banner h2 { color: #c5a880; font-size: 28px; }
.breadcrumb { font-size: 12px; color: #888888; margin-top: 8px; }
.breadcrumb a { color: #888888; }
.pagination { text-align: center; margin-top: 50px; }

.single-layout { max-width: 800px; margin: 50px auto; background: #ffffff; padding: 0; }
.article-title { font-size: 32px; font-weight: 700; line-height: 1.4; margin-bottom: 15px; color: #111111; }
.article-meta { color: #999999; font-size: 13px; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.article-cover { width: 100%; height: 380px; overflow: hidden; margin-bottom: 35px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { font-size: 16px; color: #222222; line-height: 1.8; text-align: justify; }
.article-body p { margin-bottom: 25px; }
.article-nav { margin-top: 50px; padding-top: 20px; border-top: 1px dashed #eee; font-size: 14px; color: #666; display: flex; flex-direction: column; gap: 10px; }

.site-footer { background: #111111; color: #888888; padding: 70px 0 30px; font-size: 14px; border-top: 3px solid #c5a880; }
.footer-grid { display: flex; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.footer-info { max-width: 500px; }
.footer-info h3, .footer-links h3 { color: #ffffff; font-size: 16px; margin-bottom: 20px; font-weight: 600; text-transform: uppercase; }
.footer-links ul { list-style: none; }
.footer-links ul li { margin-bottom: 12px; }
.footer-links ul li a { color: #888888; }
.footer-links ul li a:hover { color: #c5a880; }
.footer-bottom { border-top: 1px solid #222222; padding-top: 25px; text-align: center; font-size: 12px; color: #555555; }
