
*, *::before, *::after { box-sizing: border-box; }
body { font-family: Verdana, Geneva, sans-serif; margin: 0; background: #0d0d0d; color: #f0f0f0; line-height: 1.65; }
a { color: #f0f0f0; text-decoration: none; }
a:hover { color: #f72585; }

/* HEADER: minimal-header */
.site-header { background: #0d0d0d; border-bottom: 2px solid #f72585; padding: 0; position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { font-size: 1.5rem; font-weight: 900; color: white; letter-spacing: -0.5px; }
.site-logo span { color: #f72585; }
.header-nav { display: flex; gap: 24px; }
.header-nav a { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.75); }
.header-nav a:hover { color: #f72585; }

/* HOMEPAGE: mixed-magazine */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hero-strip { background: linear-gradient(135deg, #6d23b6 0%, #f72585 100%); padding: 50px 40px; margin: 0 -24px; margin-bottom: 40px; }
.hero-strip .label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.hero-strip h2 { font-size: 2.2rem; font-weight: 900; color: white; line-height: 1.15; margin: 0 0 14px; max-width: 700px; }
.hero-strip .meta { font-size: 0.8rem; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.hero-strip .read-btn { display: inline-block; background: white; color: #6d23b6; padding: 10px 24px; font-size: 0.82rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.mixed-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.card-dark { background: #1a1a1a; border-bottom: 3px solid #6d23b6; padding: 20px; }
.card-dark .label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1.5px; color: #f72585; margin-bottom: 8px; font-weight: 700; }
.card-dark h3 { font-size: 1rem; font-weight: 700; margin: 0 0 8px; line-height: 1.3; color: white; }
.card-dark .meta { font-size: 0.72rem; color: #888; margin-bottom: 8px; }
.card-dark p { font-size: 0.85rem; color: #aaa; line-height: 1.55; margin: 0; }
.card-featured { background: #6d23b6; padding: 24px; grid-column: span 2; }
.card-featured .label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.6); margin-bottom: 8px; font-weight: 700; }
.card-featured h3 { font-size: 1.4rem; font-weight: 900; margin: 0 0 10px; line-height: 1.2; color: white; }
.card-featured .meta { font-size: 0.72rem; color: rgba(255,255,255,0.6); margin-bottom: 10px; }
.card-featured p { font-size: 0.9rem; color: rgba(255,255,255,0.8); line-height: 1.6; }

/* ARTICLE: image-heavy */
.article-hero { background: linear-gradient(135deg, #6d23b6 0%, #f72585 100%); padding: 60px 24px 50px; margin: 0 -24px 40px; }
.article-hero .label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.article-hero h1 { font-size: 2.2rem; font-weight: 900; color: white; line-height: 1.15; max-width: 800px; margin: 0 0 16px; }
.article-hero .byline { font-size: 0.8rem; color: rgba(255,255,255,0.65); }
.article-content { max-width: 740px; margin: 0 auto; padding-bottom: 50px; }
.article-content p { font-size: 0.98rem; line-height: 1.8; margin-bottom: 20px; color: #ccc; }
.article-content h2 { font-size: 1.2rem; font-weight: 900; margin: 32px 0 14px; color: white; }
.article-content .highlight { background: #1a1a1a; border-left: 4px solid #f72585; padding: 18px 22px; margin: 24px 0; font-size: 1.05rem; color: #f0f0f0; font-style: italic; }
.author-bio { background: #1a1a1a; border-top: 3px solid #6d23b6; padding: 18px 20px; margin: 30px 0; font-size: 0.85rem; color: #aaa; }
.author-bio strong { display: block; color: white; font-size: 0.92rem; margin-bottom: 4px; }
.related-section { border-top: 1px solid #333; padding-top: 28px; margin-top: 30px; }
.related-section h3 { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: #f72585; margin-bottom: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-item h4 { font-size: 0.9rem; font-weight: 700; margin: 0 0 4px; color: white; }
.related-item .meta { font-size: 0.7rem; color: #666; }

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

.site-footer { background: #0d0d0d; border-top: 2px solid #1a1a1a; padding: 36px 0 16px; margin-top: 20px; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; padding-bottom: 24px; border-bottom: 1px solid #1a1a1a; }
.footer-brand .logo { font-size: 1.3rem; font-weight: 900; color: white; }
.footer-brand .logo span { color: #f72585; }
.footer-brand p { font-size: 0.8rem; margin: 8px 0 0; color: #666; line-height: 1.6; }
.footer-col h5 { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1.5px; color: #f72585; margin: 0 0 12px; }
.footer-col a { display: block; font-size: 0.8rem; margin-bottom: 7px; color: #666; }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 16px; font-size: 0.75rem; color: #555; display: flex; justify-content: space-between; }

.cookie-pop { position: fixed; bottom: 20px; right: 20px; background: #1a1a1a; color: white; padding: 16px 20px; max-width: 300px; border-top: 3px solid #f72585; font-size: 0.82rem; z-index: 999; }
.cookie-pop button { background: #f72585; color: white; border: none; padding: 8px 18px; cursor: pointer; font-size: 0.8rem; font-weight: 700; margin-top: 10px; display: block; width: 100%; }

@media (max-width: 768px) {
  .mixed-grid, .related-grid, .footer-grid { grid-template-columns: 1fr; }
  .card-featured { grid-column: span 1; }
  .article-hero h1 { font-size: 1.6rem; }
  .hero-strip h2 { font-size: 1.5rem; }
}
