
*, *::before, *::after { box-sizing: border-box; }
body { font-family: Georgia, 'Times New Roman', Times, serif; margin: 0; background: #fafaf8; color: #2c3e50; line-height: 1.8; }
a { color: #2c3e50; text-decoration: none; }
a:hover { color: #e74c3c; }

/* HEADER: stacked-header */
.site-header { background: #fafaf8; border-bottom: 3px solid #2c3e50; padding: 0; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 28px 20px 18px; text-align: center; }
.site-logo { font-size: 2.2rem; font-weight: 700; color: #2c3e50; letter-spacing: -1px; }
.site-logo em { color: #e74c3c; font-style: normal; }
.site-tagline { font-size: 0.85rem; color: #888; margin: 4px 0 18px; font-style: italic; }
.header-nav { display: flex; justify-content: center; gap: 32px; border-top: 1px solid #e0e0e0; padding-top: 14px; }
.header-nav a { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1.5px; color: #555; font-family: 'Helvetica Neue', Arial, sans-serif; }
.header-nav a:hover { color: #e74c3c; }

/* HOMEPAGE: featured-story */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.featured-block { padding: 50px 0 40px; border-bottom: 1px solid #e0e0e0; }
.featured-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: #e74c3c; font-family: Arial, sans-serif; margin-bottom: 14px; }
.featured-block h2 { font-size: 2.4rem; line-height: 1.2; font-weight: 700; margin: 0 0 16px; max-width: 720px; }
.featured-block .meta { font-size: 0.82rem; color: #999; font-family: Arial, sans-serif; margin-bottom: 18px; }
.featured-block .intro { font-size: 1.15rem; color: #444; max-width: 680px; line-height: 1.8; margin-bottom: 22px; }
.read-more { font-size: 0.85rem; font-family: Arial, sans-serif; font-weight: 600; color: #e74c3c; text-transform: uppercase; letter-spacing: 1px; }
.read-more::after { content: ' →'; }

.two-col { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; padding: 40px 0; }
.article-row { padding: 22px 0; border-bottom: 1px solid #ebebeb; }
.article-row h3 { font-size: 1.2rem; font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.article-row .meta { font-size: 0.78rem; color: #aaa; font-family: Arial, sans-serif; margin-bottom: 8px; }
.article-row p { font-size: 0.95rem; color: #555; margin: 0; }
.sidebar-widget { margin-bottom: 36px; }
.sidebar-widget h4 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: #e74c3c; font-family: Arial, sans-serif; margin: 0 0 16px; }
.sidebar-link { display: block; padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; }
.sidebar-link .meta { font-size: 0.75rem; color: #bbb; font-family: Arial, sans-serif; }

/* ARTICLE: narrow-reading */
.article-narrow { max-width: 720px; margin: 0 auto; padding: 50px 0; }
.article-narrow h1 { font-size: 2.2rem; line-height: 1.2; font-weight: 700; margin: 0 0 18px; }
.article-narrow .byline { font-size: 0.82rem; color: #999; font-family: Arial, sans-serif; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 2px solid #e74c3c; }
.article-narrow p { font-size: 1.08rem; line-height: 1.9; margin-bottom: 22px; }
.article-narrow h2 { font-size: 1.35rem; margin: 36px 0 16px; }
.article-narrow blockquote { border-left: 4px solid #e74c3c; margin: 28px 0; padding: 16px 24px; background: #f8f8f6; font-style: italic; font-size: 1.1rem; color: #444; }
.author-bio { background: #f8f8f6; border-top: 2px solid #2c3e50; padding: 20px; margin: 36px 0; font-family: Arial, sans-serif; font-size: 0.88rem; }
.author-bio strong { display: block; font-size: 0.95rem; margin-bottom: 6px; }
.related-section { border-top: 1px solid #e0e0e0; padding-top: 28px; margin-top: 36px; }
.related-section h3 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: #e74c3c; font-family: Arial, sans-serif; margin-bottom: 18px; }
.related-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-item h4 { font-size: 0.95rem; margin: 0 0 6px; }
.related-item .meta { font-size: 0.75rem; color: #bbb; font-family: Arial, sans-serif; }

.page-content { max-width: 720px; margin: 0 auto; padding: 50px 0; }
.page-content h1 { font-size: 2rem; margin-bottom: 24px; }
.page-content h2 { font-size: 1.25rem; margin: 30px 0 14px; }
.page-content p { font-size: 1rem; line-height: 1.85; margin-bottom: 18px; color: #444; }
.contact-highlight { background: #f8f8f6; border-left: 4px solid #e74c3c; padding: 20px 24px; margin: 24px 0; font-size: 1rem; }

.site-footer { background: #2c3e50; color: rgba(255,255,255,0.65); padding: 40px 0 20px; margin-top: 60px; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .name { font-size: 1.4rem; font-weight: 700; color: white; font-family: Georgia, serif; }
.footer-brand .name em { color: #e74c3c; font-style: normal; }
.footer-brand p { font-size: 0.82rem; margin: 8px 0 0; line-height: 1.6; max-width: 280px; }
.footer-links { display: flex; gap: 50px; }
.footer-links-col h5 { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1.5px; color: #e74c3c; margin: 0 0 12px; font-family: Arial, sans-serif; }
.footer-links-col a { display: block; font-size: 0.82rem; margin-bottom: 8px; color: rgba(255,255,255,0.6); }
.footer-links-col a:hover { color: white; }
.footer-bottom { padding-top: 18px; font-size: 0.78rem; display: flex; justify-content: space-between; }

.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #2c3e50; color: white; padding: 14px 30px; display: flex; align-items: center; justify-content: space-between; font-size: 0.83rem; font-family: Arial, sans-serif; z-index: 999; }
.cookie-bar button { background: #e74c3c; color: white; border: none; padding: 8px 18px; cursor: pointer; font-size: 0.82rem; font-weight: 600; }

@media (max-width: 768px) {
  .two-col, .related-list { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-links { flex-direction: column; gap: 20px; }
  .featured-block h2 { font-size: 1.7rem; }
}
