@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@300;400;500&display=swap');

/* ===  === */
body { background: #F5F0E8 !important; color: #3A3226 !important; font-family: 'Noto Sans TC', sans-serif !important; }
.wp-site-blocks { background: #F5F0E8 !important; }

/* ===  === */
header, .wp-block-template-part:first-child { background: rgba(250,247,242,0.98) !important; border-bottom: 1px solid rgba(184,134,11,0.12) !important; }
.wp-block-site-title a { color: #5C4033 !important; font-family: 'Noto Serif TC', serif !important; font-weight: 600 !important; font-size: 1.4rem !important; letter-spacing: 0.08em !important; text-decoration: none !important; }
.wp-block-navigation a { color: #8B7355 !important; font-family: 'Noto Sans TC', sans-serif !important; font-size: 0.95rem !important; letter-spacing: 0.05em !important; transition: all 0.3s ease !important; text-decoration: none !important; }
.wp-block-navigation a:hover { color: #B8860B !important; }

/* ===  === */
.wp-block-post-content { max-width: 800px !important; margin: 0 auto !important; padding: 3rem 2rem 4rem !important; }

/* ===  === */
h1, .wp-block-post-title { font-family: 'Noto Serif TC', serif !important; color: #5C4033 !important; font-weight: 600 !important; font-size: 2.2rem !important; margin-bottom: 2rem !important; padding-bottom: 1rem !important; border-bottom: 2px solid rgba(184,134,11,0.2) !important; letter-spacing: 0.05em !important; }
h2 { font-family: 'Noto Serif TC', serif !important; color: #5C4033 !important; font-weight: 500 !important; font-size: 1.6rem !important; margin-top: 2.5rem !important; margin-bottom: 1rem !important; padding-left: 1rem !important; border-left: 3px solid #B8860B !important; }
h3, h4 { font-family: 'Noto Serif TC', serif !important; color: #6B5B4E !important; font-weight: 500 !important; }

/* ===  === */
p { color: #5D4E3C !important; line-height: 2 !important; font-size: 1.05rem !important; }

/* ===  === */
blockquote { border-left: 3px solid #B8860B !important; background: linear-gradient(135deg, #FAF7F2, #F5F0E8) !important; padding: 1.8rem 2rem !important; border-radius: 0 12px 12px 0 !important; margin: 2rem 0 !important; box-shadow: 0 2px 12px rgba(92,64,51,0.06) !important; }
blockquote p { color: #6B5B4E !important; font-family: 'Noto Serif TC', serif !important; }

/* ===  === */
ul, ol { color: #5D4E3C !important; line-height: 2 !important; }
li { color: #5D4E3C !important; margin-bottom: 0.5rem !important; }

/* ===  === */
.wp-block-post-content a { color: #B8860B !important; text-decoration: none !important; border-bottom: 1px solid rgba(184,134,11,0.3) !important; transition: all 0.3s ease !important; }
.wp-block-post-content a:hover { color: #8B6914 !important; }

/* ===  === */
hr, .wp-block-separator { border-color: rgba(184,134,11,0.2) !important; margin: 2.5rem auto !important; }

/* ===  === */
input[type=text], input[type=email], input[type=number], textarea, select { border: 1px solid rgba(184,134,11,0.3) !important; border-radius: 8px !important; padding: 10px 14px !important; background: #FAF7F2 !important; color: #3A3226 !important; font-family: 'Noto Sans TC', sans-serif !important; }
input:focus, textarea:focus { border-color: #B8860B !important; outline: none !important; box-shadow: 0 0 0 3px rgba(184,134,11,0.1) !important; }

/* ===  === */
.wp-block-button__link, button[type=submit] { background: linear-gradient(135deg, #B8860B, #8B6914) !important; color: #FAF7F2 !important; border: none !important; border-radius: 8px !important; padding: 12px 28px !important; font-family: 'Noto Sans TC', sans-serif !important; letter-spacing: 0.05em !important; transition: all 0.3s ease !important; }
.wp-block-button__link:hover, button[type=submit]:hover { background: linear-gradient(135deg, #8B6914, #5C4033) !important; transform: translateY(-1px) !important; box-shadow: 0 4px 15px rgba(184,134,11,0.25) !important; }

/* === Footer === */
footer.wp-block-template-part, .wp-block-template-part:last-child { background: #3A3226 !important; border-top: 3px solid #B8860B !important; padding: 3rem 2rem 2rem !important; margin-top: 4rem !important; }
footer .wp-block-site-title a, footer.wp-block-template-part .wp-block-site-title a { color: #D4C5A9 !important; }
footer p, footer a, footer span, footer li, footer.wp-block-template-part p, footer.wp-block-template-part a { color: #A89880 !important; font-size: 0.9rem !important; }
footer a:hover, footer.wp-block-template-part a:hover { color: #D4B96A !important; }
footer .wp-block-navigation a { color: #A89880 !important; }
footer .wp-block-navigation a:hover { color: #D4B96A !important; }

/* ===  === */
.wp-block-image img { border-radius: 12px !important; box-shadow: 0 4px 20px rgba(92,64,51,0.1) !important; }

/* ===  === */
@media (max-width: 768px) { .wp-block-post-content { padding: 2rem 1.2rem 3rem !important; } h1, .wp-block-post-title { font-size: 1.8rem !important; } h2 { font-size: 1.4rem !important; } }
