
*, *::before, *::after { box-sizing: border-box; }
body { font-family: Arial, Helvetica, sans-serif; margin: 0; background: #f5f5f0; color: #3d405b; line-height: 1.65; font-size: 15px; }
a { color: #3d405b; text-decoration: none; }
a:hover { color: #f2cc8f; }

/* HEADER: compact-topbar */
.topbar { background: #3d405b; color: white; padding: 6px 0; font-size: 0.72rem; }
.topbar-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.topbar-date { color: rgba(255,255,255,0.7); }
.topbar-links a { color: rgba(255,255,255,0.7); margin-left: 16px; font-size: 0.72rem; }
.site-header { background: white; border-bottom: 3px solid #3d405b; padding: 0; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { font-size: 1.7rem; font-weight: 900; color: #3d405b; letter-spacing: -0.5px; }
.site-logo span { color: #f2cc8f; }
.header-nav { display: flex; gap: 24px; }
.header-nav a { font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: #3d405b; padding: 4px 0; border-bottom: 2px solid transparent; }
.header-nav a:hover { border-bottom-color: #f2cc8f; color: #3d405b; }

/* HOMEPAGE: article-stream */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.stream-layout { display: grid; grid-template-columns: 1fr 300px; gap: 36px; padding: 30px 0; }
.stream-main { }
.stream-item { display: grid; grid-template-columns: 1fr 3fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid #e0e0d8; align-items: start; }
.stream-item:first-child { padding-top: 0; }
.stream-thumb { background: #3d405b; height: 90px; display: flex; align-items: center; justify-content: center; }
.stream-thumb svg { opacity: 0.3; }
.stream-content .category { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1px; color: #f2cc8f; background: #3d405b; display: inline-block; padding: 2px 6px; margin-bottom: 6px; font-weight: 700; }
.stream-content h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 6px; line-height: 1.3; }
.stream-content .meta { font-size: 0.72rem; color: #aaa; margin-bottom: 6px; }
.stream-content p { font-size: 0.88rem; color: #666; margin: 0; line-height: 1.55; }
.stream-sidebar { }
.sidebar-box { background: white; padding: 18px; margin-bottom: 20px; border-top: 3px solid #3d405b; }
.sidebar-box h4 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: #3d405b; margin: 0 0 14px; font-weight: 700; }
.sidebar-link { display: block; padding: 8px 0; border-bottom: 1px solid #f0f0e8; font-size: 0.85rem; font-weight: 600; }
.sidebar-link .meta { font-size: 0.7rem; color: #bbb; font-weight: 400; }

/* ARTICLE: minimalist-reading */
.article-min { max-width: 700px; margin: 0 auto; padding: 40px 0; }
.article-min .category { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1px; color: #f2cc8f; background: #3d405b; display: inline-block; padding: 2px 8px; margin-bottom: 14px; font-weight: 700; }
.article-min h1 { font-size: 1.9rem; font-weight: 900; line-height: 1.2; margin: 0 0 14px; }
.article-min .byline { font-size: 0.78rem; color: #aaa; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #e0e0d8; }
.article-min p { font-size: 0.98rem; line-height: 1.75; margin-bottom: 18px; color: #444; }
.article-min h2 { font-size: 1.1rem; font-weight: 700; margin: 28px 0 12px; color: #3d405b; }
.author-bio { background: white; border-left: 4px solid #f2cc8f; padding: 16px 18px; margin: 28px 0; font-size: 0.85rem; }
.author-bio strong { display: block; margin-bottom: 4px; }
.related-section { border-top: 2px solid #3d405b; padding-top: 24px; margin-top: 30px; }
.related-section h3 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; color: #3d405b; margin-bottom: 16px; }
.related-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-item h4 { font-size: 0.88rem; font-weight: 700; margin: 0 0 4px; }
.related-item .meta { font-size: 0.7rem; color: #bbb; }

.page-content { max-width: 700px; margin: 0 auto; padding: 40px 0; }
.page-content h1 { font-size: 1.7rem; font-weight: 900; margin-bottom: 20px; }
.page-content h2 { font-size: 1.05rem; font-weight: 700; margin: 24px 0 10px; }
.page-content p { font-size: 0.95rem; line-height: 1.75; margin-bottom: 16px; color: #555; }
.contact-box { background: white; border-left: 4px solid #f2cc8f; padding: 16px 18px; margin: 20px 0; }

.site-footer { background: #3d405b; color: rgba(255,255,255,0.65); padding: 36px 0 16px; margin-top: 50px; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo { font-size: 1.3rem; font-weight: 900; color: white; }
.footer-brand .logo span { color: #f2cc8f; }
.footer-brand p { font-size: 0.8rem; margin: 8px 0 0; line-height: 1.6; }
.footer-col h5 { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1.5px; color: #f2cc8f; margin: 0 0 12px; }
.footer-col a { display: block; font-size: 0.8rem; margin-bottom: 7px; color: rgba(255,255,255,0.6); }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 16px; font-size: 0.75rem; display: flex; justify-content: space-between; }

.cookie-strip { position: fixed; bottom: 0; left: 0; right: 0; background: #3d405b; color: white; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; z-index: 999; }
.cookie-strip button { background: #f2cc8f; color: #3d405b; border: none; padding: 6px 16px; cursor: pointer; font-size: 0.8rem; font-weight: 700; }

@media (max-width: 768px) {
  .stream-layout, .footer-cols, .related-list { grid-template-columns: 1fr; }
  .stream-item { grid-template-columns: 1fr; }
  .header-inner { flex-direction: column; gap: 12px; }
}
