
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Trebuchet MS', Arial, sans-serif; margin: 0; background: #faf6f1; color: #2c1810; line-height: 1.7; }
a { color: #2c1810; text-decoration: none; }
a:hover { color: #c0392b; }
.site-header { background: #faf6f1; border-bottom: 2px solid #2c1810; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.site-logo { font-size: 1.9rem; font-weight: 900; color: #2c1810; letter-spacing: -0.5px; }
.site-logo span { color: #c0392b; }
.header-nav { display: flex; gap: 24px; }
.header-nav a { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #2c1810; }
.header-nav a:hover { color: #c0392b; }
.hero-magazine { background: #2c1810; color: #faf6f1; padding: 60px 0; }
.hero-magazine-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-text .tag { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #e8a87c; margin-bottom: 16px; font-weight: 700; }
.hero-text h1 { font-size: 2.6rem; font-weight: 900; line-height: 1.1; margin: 0 0 20px; }
.hero-text .intro { font-size: 1.05rem; color: rgba(250,246,241,0.75); line-height: 1.75; margin-bottom: 24px; }
.hero-text .byline { font-size: 0.78rem; color: rgba(250,246,241,0.5); margin-bottom: 20px; }
.hero-text .cta { display: inline-block; background: #e8a87c; color: #2c1810; font-size: 0.8rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; padding: 12px 24px; }
.hero-visual { background: linear-gradient(135deg, #c0392b, #e8a87c); height: 340px; display: flex; align-items: center; justify-content: center; }
.hero-visual span { font-size: 5rem; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #c0392b; font-weight: 700; border-bottom: 2px solid #2c1810; padding-bottom: 8px; margin: 40px 0 24px; display: inline-block; }
.magazine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-bottom: 50px; }
.mag-card { }
.mag-card .card-img { height: 200px; background: linear-gradient(135deg, #e8a87c, #c0392b); margin-bottom: 16px; }
.mag-card .tag { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 2px; color: #c0392b; font-weight: 700; margin-bottom: 8px; }
.mag-card h3 { font-size: 1.1rem; font-weight: 900; line-height: 1.25; margin: 0 0 10px; }
.mag-card .meta { font-size: 0.72rem; color: #888; }
.mag-card p { font-size: 0.9rem; color: #555; margin: 8px 0 0; line-height: 1.6; }
.article-wrap { max-width: 760px; margin: 0 auto; padding: 50px 0; }
.article-wrap .tag { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #c0392b; font-weight: 700; margin-bottom: 14px; }
.article-wrap h1 { font-size: 2.4rem; font-weight: 900; line-height: 1.1; margin: 0 0 18px; }
.article-wrap .byline { font-size: 0.8rem; color: #888; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 2px solid #2c1810; }
.article-wrap p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 22px; color: #333; }
.article-wrap h2 { font-size: 1.25rem; font-weight: 900; margin: 32px 0 14px; color: #2c1810; }
.article-wrap blockquote { border-left: 4px solid #e8a87c; margin: 28px 0; padding: 16px 24px; background: #f5ece4; font-size: 1.1rem; font-style: italic; color: #555; }
.author-bio { background: #f5ece4; border-left: 4px solid #c0392b; padding: 20px; margin: 36px 0; font-size: 0.88rem; color: #444; }
.author-bio strong { display: block; font-size: 0.95rem; color: #2c1810; margin-bottom: 6px; }
.related-section { border-top: 2px solid #2c1810; padding-top: 28px; margin-top: 36px; }
.related-section h3 { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #c0392b; font-weight: 700; margin-bottom: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-item h4 { font-size: 0.95rem; font-weight: 700; margin: 0 0 6px; }
.related-item .meta { font-size: 0.72rem; color: #aaa; }
.page-content { max-width: 760px; margin: 0 auto; padding: 50px 0; }
.page-content h1 { font-size: 2rem; font-weight: 900; margin-bottom: 24px; border-bottom: 2px solid #2c1810; padding-bottom: 12px; }
.page-content h2 { font-size: 1.1rem; font-weight: 700; margin: 28px 0 12px; }
.page-content p { font-size: 1rem; line-height: 1.8; margin-bottom: 18px; color: #444; }
.contact-box { background: #f5ece4; border-left: 4px solid #c0392b; padding: 20px; margin: 24px 0; font-weight: 700; }
.site-footer { background: #2c1810; color: rgba(250,246,241,0.6); padding: 40px 0 20px; margin-top: 60px; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.footer-top { display: flex; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid rgba(250,246,241,0.1); }
.footer-brand .name { font-size: 1.4rem; font-weight: 900; color: #faf6f1; }
.footer-brand .name span { color: #e8a87c; }
.footer-brand p { font-size: 0.8rem; margin: 8px 0 0; max-width: 260px; line-height: 1.6; }
.footer-links { display: flex; gap: 50px; }
.footer-col h5 { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 2px; color: #e8a87c; margin: 0 0 12px; }
.footer-col a { display: block; font-size: 0.8rem; margin-bottom: 8px; color: rgba(250,246,241,0.5); }
.footer-col a:hover { color: #e8a87c; }
.footer-bottom { padding-top: 18px; font-size: 0.75rem; display: flex; justify-content: space-between; }
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #2c1810; color: rgba(250,246,241,0.9); padding: 14px 30px; display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; z-index: 999; }
.cookie-bar button { background: #e8a87c; color: #2c1810; border: none; padding: 8px 18px; cursor: pointer; font-size: 0.82rem; font-weight: 900; }
@media (max-width: 768px) { .hero-magazine-inner { grid-template-columns: 1fr; } .magazine-grid { grid-template-columns: 1fr; } .footer-top { flex-direction: column; gap: 24px; } .footer-links { flex-direction: column; gap: 20px; } .related-grid { grid-template-columns: 1fr; } }
