:root {
  --gh-font-heading: "Barlow Condensed", sans-serif;
  --gh-font-body: "Barlow", sans-serif;
  --red: #e8000d;
  --red-dim: #a80009;
  --black: #080808;
  --dark: #111111;
  --card: #161616;
  --card-hover: #1e1e1e;
  --white: #ffffff;
  --grey: #888888;
  --light-grey: #cccccc;
  --border: rgba(255,255,255,0.07);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Barlow', sans-serif; overflow-x: hidden; cursor: none; }
a { text-decoration: none; color: inherit; }

.cursor { position: fixed; width: 12px; height: 12px; background: var(--red); border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; transform: translate(-50%, -50%); }
.cursor-ring { position: fixed; width: 36px; height: 36px; border: 1.5px solid rgba(232,0,13,0.5); border-radius: 50%; pointer-events: none; z-index: 9998; transition: width 0.25s ease, height 0.25s ease; transform: translate(-50%, -50%); }

header.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 10000; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 72px; background: rgba(8,8,8,0.85); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 3px; color: var(--white); }
.nav-logo span { color: var(--red); }
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a { color: var(--grey); font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-cta { background: var(--red); color: var(--white) !important; padding: 10px 24px; border-radius: 2px; font-size: 12px !important; letter-spacing: 2px !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--red-dim) !important; }

.side-ticker { position: fixed; right: 0; top: 50%; transform: translateY(-50%) rotate(90deg); transform-origin: right center; font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--grey); z-index: 50; padding: 12px; white-space: nowrap; }

.hero { padding: 160px 48px 80px; position: relative; overflow: visible; border-bottom: 1px solid var(--border); }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(232,0,13,0.08) 0%, transparent 70%); pointer-events: none; }
.hero-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); border: 1px solid var(--red); padding: 6px 16px; margin-bottom: 32px; }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(64px, 10vw, 130px); line-height: 0.9; letter-spacing: 2px; margin-bottom: 32px; }
.hero-title .outline { -webkit-text-stroke: 1.5px rgba(255,255,255,0.2); color: transparent; }
.hero-title .red { color: var(--red); }
.hero-subtitle { max-width: 540px; font-size: 17px; line-height: 1.7; color: var(--light-grey); margin-bottom: 48px; }
.hero-meta { display: flex; gap: 48px; align-items: center; }
.hero-stat .num { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--white); letter-spacing: 2px; line-height: 1; }
.hero-stat .label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); margin-top: 4px; }
.hero-divider { width: 1px; height: 40px; background: var(--border); }

.ticker { background: var(--red); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-flex; animation: ticker 25s linear infinite; }
.ticker-item { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 0 40px; color: var(--white); }
.ticker-dot { color: rgba(255,255,255,0.4); margin: 0 8px; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.featured { padding: 80px 48px; border-bottom: 1px solid var(--border); }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 48px; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: 52px; letter-spacing: 2px; line-height: 1; }
.section-title span { color: var(--red); }
.see-all { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); border-bottom: 1px solid var(--border); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.see-all:hover { color: var(--red); border-color: var(--red); }

.featured-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 2px; }
.featured-main { position: relative; overflow: hidden; background: var(--card); display: block; }
.featured-main:hover .card-img-placeholder { transform: scale(1.04); }
.featured-main:hover .card-img-real { transform: scale(1.04); }
.card-img-wrap { overflow: hidden; aspect-ratio: 16/9; }
.card-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 80px; color: rgba(255,255,255,0.04); background: var(--card); transition: transform 0.6s ease; }
.card-img-real { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.card-body { padding: 32px; }
.card-cat { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }
.card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 32px; font-weight: 900; line-height: 1.1; text-transform: uppercase; margin-bottom: 16px; transition: color 0.2s; }
.featured-main:hover .card-title { color: var(--red); }
.card-excerpt { font-size: 15px; line-height: 1.65; color: var(--grey); margin-bottom: 24px; }
.card-footer { display: flex; align-items: center; gap: 16px; }
.card-author-img { width: 32px; height: 32px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 14px; color: white; flex-shrink: 0; }
.card-author-name { font-size: 13px; font-weight: 600; color: var(--light-grey); }
.card-date { font-size: 12px; color: var(--grey); letter-spacing: 1px; }
.card-read-time { margin-left: auto; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); }

.featured-side { display: flex; flex-direction: column; gap: 2px; }
.side-card { background: var(--card); display: flex; overflow: hidden; transition: background 0.2s; flex: 1; }
.side-card:hover { background: var(--card-hover); }
.side-card:hover .side-card-title { color: var(--red); }
.side-card-img { width: 120px; flex-shrink: 0; background: #1a1a1a; display: flex; align-items: center; justify-content: center; font-size: 32px; overflow: hidden; }
.side-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.side-card-body { padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.side-card-cat { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.side-card-title { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 900; text-transform: uppercase; line-height: 1.2; margin-bottom: 12px; transition: color 0.2s; }
.side-card-meta { font-size: 12px; color: var(--grey); letter-spacing: 1px; }

.articles { padding: 80px 48px; border-bottom: 1px solid var(--border); }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.article-card { background: var(--card); overflow: hidden; transition: background 0.2s; position: relative; display: block; }
.article-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.article-card:hover { background: var(--card-hover); }
.article-card:hover::after { transform: scaleX(1); }
.article-card:hover .article-title { color: var(--red); }
.article-img { aspect-ratio: 16/9; background: #1a1a1a; display: flex; align-items: center; justify-content: center; font-size: 56px; overflow: hidden; position: relative; }
.article-img img.article-img-real { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.article-card:hover .article-img img.article-img-real { transform: scale(1.04); }
.article-number { position: absolute; top: 12px; right: 16px; font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: rgba(255,255,255,0.06); line-height: 1; z-index: 1; }
.article-body { padding: 28px; }
.article-cat { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.article-title { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 900; text-transform: uppercase; line-height: 1.2; margin-bottom: 12px; transition: color 0.2s; }
.article-excerpt { font-size: 14px; line-height: 1.6; color: var(--grey); margin-bottom: 24px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--border); }
.article-date { font-size: 11px; color: var(--grey); letter-spacing: 1px; }
.article-read { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 8px; transition: gap 0.2s; }
.article-card:hover .article-read { gap: 14px; }

.newsletter { padding: 100px 48px; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.newsletter::before { content: 'JOIN'; position: absolute; font-family: 'Bebas Neue', sans-serif; font-size: 300px; color: rgba(255,255,255,0.015); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; white-space: nowrap; letter-spacing: 20px; }
.newsletter-inner { max-width: 640px; margin: 0 auto; text-align: center; position: relative; }
.newsletter-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--red); border: 1px solid var(--red); padding: 6px 16px; margin-bottom: 28px; }
.newsletter-title { font-family: 'Bebas Neue', sans-serif; font-size: 72px; line-height: 0.95; letter-spacing: 3px; margin-bottom: 20px; }
.newsletter-sub { font-size: 16px; color: var(--grey); line-height: 1.65; margin-bottom: 40px; }
.newsletter-form { display: flex; max-width: 480px; margin: 0 auto; }
.newsletter-input { flex: 1; background: var(--card); border: 1px solid var(--border); border-right: none; color: var(--white); padding: 16px 20px; font-family: 'Barlow', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s; }
.newsletter-input::placeholder { color: var(--grey); }
.newsletter-input:focus { border-color: var(--red); }
.newsletter-btn { background: var(--red); border: none; color: var(--white); padding: 16px 28px; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; cursor: none; transition: background 0.2s; }
.newsletter-btn:hover { background: var(--red-dim); }

footer { padding: 60px 48px 40px; border-top: 1px solid var(--border); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 48px; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 40px; letter-spacing: 4px; color: var(--white); }
.footer-logo span { color: var(--red); }
.footer-tagline { font-size: 13px; color: var(--grey); margin-top: 8px; letter-spacing: 1px; }
.footer-links { display: flex; gap: 60px; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--white); margin-bottom: 20px; }
.footer-col a { display: block; font-size: 14px; color: var(--grey); margin-bottom: 12px; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid var(--border); }
.footer-copy { font-size: 12px; color: var(--grey); letter-spacing: 1px; }
.footer-socials { display: flex; gap: 20px; }
.footer-socials a { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); transition: color 0.2s; }
.footer-socials a:hover { color: var(--red); }

/* ── POST PAGE ── */
.post-container { padding-top: 72px; }
.post-header { padding: 80px 48px 48px; border-bottom: 1px solid var(--border); background: linear-gradient(180deg, rgba(232,0,13,0.05) 0%, transparent 100%); }
.post-header-inner { max-width: 860px; margin: 0 auto; }
.reader-cat { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); border: 1px solid var(--red); padding: 5px 14px; margin-bottom: 24px; }
.reader-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 5vw, 64px); font-weight: 900; text-transform: uppercase; line-height: 1.05; margin-bottom: 32px; }
.reader-meta { display: flex; align-items: center; gap: 20px; }
.reader-meta-author { width: 36px; height: 36px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 15px; flex-shrink: 0; }
.reader-meta-info { flex: 1; }
.reader-meta-name { font-size: 13px; font-weight: 600; color: var(--light-grey); }
.reader-meta-date { font-size: 12px; color: var(--grey); margin-top: 2px; }
.reader-meta-time { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); background: var(--card); padding: 6px 14px; border: 1px solid var(--border); }

.post-hero-image { max-height: 480px; overflow: hidden; margin: 0 auto; }
.post-hero-image img { width: 100%; height: 480px; object-fit: contain; object-position: center; display: block; background: #000; }
.post-content-wrap { max-width: 860px; margin: 0 auto; padding: 60px 48px 80px; }
.reader-body { font-size: 17px; line-height: 1.8; color: #c8c8c8; }
.reader-body h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 900; text-transform: uppercase; color: var(--white); margin: 40px 0 16px; letter-spacing: 1px; }
.reader-body h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; text-transform: uppercase; color: var(--white); margin: 32px 0 12px; }
.reader-body p { margin-bottom: 20px; }
.reader-body strong { color: var(--white); font-weight: 600; }
.reader-body em { color: var(--light-grey); font-style: italic; }
.reader-body ul, .reader-body ol { margin: 0 0 20px 24px; }
.reader-body li { margin-bottom: 8px; }
.reader-body blockquote { border-left: 3px solid var(--red); padding: 16px 24px; margin: 28px 0; background: var(--card); font-size: 18px; color: var(--light-grey); font-style: italic; }
.reader-body img { width: 100%; border-radius: 2px; margin: 28px 0; border: 1px solid var(--border); display: block; }
.reader-body a { color: var(--red); border-bottom: 1px solid rgba(232,0,13,0.3); transition: border-color 0.2s; }
.reader-body a:hover { border-color: var(--red); }

.post-footer { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--border); }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.post-tag { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); border: 1px solid var(--border); padding: 6px 14px; transition: all 0.2s; }
.post-tag:hover { color: var(--red); border-color: var(--red); }

.post-related { margin-top: 80px; }
.post-related-title { font-family: 'Bebas Neue', sans-serif; font-size: 42px; letter-spacing: 2px; margin-bottom: 32px; }
.post-related-title span { color: var(--red); }

.pagination { display: flex; justify-content: center; gap: 16px; padding: 48px 0; }
.pagination .older-posts, .pagination .newer-posts { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); border: 1px solid var(--border); padding: 12px 24px; transition: all 0.2s; }
.pagination .older-posts:hover, .pagination .newer-posts:hover { color: var(--white); border-color: rgba(255,255,255,0.3); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; animation: fadeUp 0.7s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.35s; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--red); }


/* ── GHOST EDITOR CLASSES ── */
.kg-width-wide { margin: 0 -80px; max-width: calc(100% + 160px); }
.kg-width-full { margin: 0 -48px; max-width: calc(100% + 96px); }
.kg-image { max-width: 100%; height: auto; display: block; }
.kg-image-card { margin: 28px 0; }
.kg-image-card img { width: 100%; }
.kg-gallery-container { display: flex; flex-direction: column; }
.kg-gallery-row { display: flex; gap: 4px; margin-bottom: 4px; }
.kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; }
.kg-bookmark-card { border: 1px solid var(--border); padding: 20px; margin: 28px 0; background: var(--card); }
.kg-video-card { margin: 28px 0; }
.kg-video-card video { width: 100%; }
.kg-callout-card { display: flex; gap: 16px; padding: 20px; margin: 28px 0; background: var(--card); border-left: 3px solid var(--red); }
.kg-toggle-card { border: 1px solid var(--border); padding: 16px; margin: 28px 0; }
.kg-button-card { margin: 28px 0; text-align: center; }
.kg-button-card a { background: var(--red); color: var(--white); padding: 12px 28px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; }

/* ── KOENIG / GHOST CONTENT ── */
.gh-content > * + * { margin-top: 1.5em; }
.gh-content [id] { scroll-margin-top: 100px; }
.kg-image-card img { width: 100%; height: auto; display: block; }
.kg-image-card.kg-width-wide { margin: 0 -80px; }
.kg-image-card.kg-width-full { margin: 0 -48px; width: calc(100% + 96px); max-width: none; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 4px; margin: 28px 0; }
.kg-gallery-row { display: flex; gap: 4px; }
.kg-gallery-image { flex: 1; overflow: hidden; }
.kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kg-bookmark-card { border: 1px solid var(--border); margin: 28px 0; background: var(--card); }
.kg-bookmark-container { display: flex; padding: 20px; gap: 20px; color: inherit; }
.kg-bookmark-title { font-weight: 700; color: var(--white); margin-bottom: 8px; }
.kg-bookmark-description { font-size: 14px; color: var(--grey); }
.kg-bookmark-thumbnail img { width: 120px; height: 80px; object-fit: cover; }
.kg-video-card { margin: 28px 0; }
.kg-video-card video { width: 100%; display: block; }
.kg-audio-card { border: 1px solid var(--border); padding: 20px; margin: 28px 0; background: var(--card); }
.kg-callout-card { display: flex; gap: 16px; padding: 20px; margin: 28px 0; background: var(--card); border-left: 3px solid var(--red); border-radius: 2px; }
.kg-callout-emoji { font-size: 24px; flex-shrink: 0; }
.kg-toggle-card { border: 1px solid var(--border); padding: 16px 20px; margin: 28px 0; background: var(--card); }
.kg-toggle-heading { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 700; color: var(--white); }
.kg-toggle-content { margin-top: 12px; color: var(--grey); }
.kg-button-card { margin: 28px 0; text-align: center; }
.kg-button-card .kg-btn { display: inline-block; background: var(--red); color: var(--white); padding: 12px 28px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; transition: background 0.2s; }
.kg-button-card .kg-btn:hover { background: var(--red-dim); }
.kg-divider { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.kg-code-card { margin: 28px 0; }
.kg-code-card pre { background: var(--card); border: 1px solid var(--border); padding: 20px; overflow-x: auto; border-radius: 2px; }
.kg-code-card code { font-family: monospace; font-size: 14px; color: var(--light-grey); }
.kg-embed-card { margin: 28px 0; }
.kg-embed-card iframe { width: 100%; }

/* ─── ARTICLE DRAWER ─────────────────────────────────────────────── */
#article-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#article-drawer.active {
  pointer-events: all;
  opacity: 1;
}
#drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
}
#drawer-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(720px, 100vw);
  background: #0e0e0e;
  border-left: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#article-drawer.active #drawer-panel {
  transform: translateX(0);
}
#drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  flex-shrink: 0;
}
#drawer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--white);
  text-decoration: none;
}
#drawer-logo span { color: var(--red); }
#drawer-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--grey);
  width: 36px; height: 36px;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
}
#drawer-close:hover {
  border-color: var(--red);
  color: var(--red);
}
#drawer-body {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}
#drawer-body::-webkit-scrollbar { width: 3px; }
#drawer-body::-webkit-scrollbar-track { background: transparent; }
#drawer-body::-webkit-scrollbar-thumb { background: var(--red); }
#drawer-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.drawer-spinner {
  width: 32px; height: 32px;
  border: 2px solid rgba(255,255,255,0.08);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
#drawer-content { display: none; }
.drawer-post { padding: 40px 48px 80px; }
.drawer-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid var(--red);
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 24px;
}
.drawer-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--white);
}
.drawer-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 13px;
  color: var(--grey);
}
.drawer-hero {
  margin-bottom: 36px;
  border-radius: 4px;
  overflow: hidden;
}
.drawer-hero img {
  width: 100%;
  height: auto;
  display: block;
}
.drawer-body {
  font-size: 16px;
  line-height: 1.8;
  color: var(--light-grey);
}
.drawer-body h1, .drawer-body h2, .drawer-body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white);
  margin: 36px 0 16px;
  line-height: 1.1;
}
.drawer-body h2 { font-size: 28px; }
.drawer-body h3 { font-size: 22px; }
.drawer-body p { margin-bottom: 20px; }
.drawer-body a { color: var(--red); border-bottom: 1px solid rgba(232,0,13,0.3); }
.drawer-body img { width: 100%; height: auto; border-radius: 4px; margin: 24px 0; }
.drawer-body blockquote {
  border-left: 3px solid var(--red);
  padding: 16px 24px;
  margin: 28px 0;
  background: rgba(232,0,13,0.05);
  font-style: italic;
  color: var(--light-grey);
}
.drawer-body figure { margin: 28px 0; }
.drawer-body figcaption { font-size: 12px; color: var(--grey); text-align: center; margin-top: 8px; }
.drawer-tags {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; gap: 8px; flex-wrap: wrap;
}
.drawer-tags .post-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid rgba(232,0,13,0.3);
  padding: 5px 12px;
  transition: all 0.2s;
}
.drawer-tags .post-tag:hover {
  background: var(--red);
  color: white;
}
.drawer-open-full {
  margin-top: 32px;
  text-align: center;
}
.drawer-full-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--grey);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 12px 28px;
  transition: all 0.2s;
}
.drawer-full-btn:hover {
  color: var(--white);
  border-color: var(--white);
}

/* ─── FEATURED STORIES ───────────────────────────────────────────── */
.featured {
  padding: 64px 48px;
  border-bottom: 1px solid var(--border);
}
.featured-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
}
.featured-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 2px;
  min-height: 500px;
}
.featured-main-card {
  position: relative;
  overflow: hidden;
  display: block;
  background: #111;
}
.featured-main-img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.featured-main-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  filter: brightness(0.55);
}
.featured-main-card:hover .featured-main-img img { transform: scale(1.04); }
.featured-main-placeholder {
  width: 100%; height: 100%; min-height: 500px;
  background: #111;
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
  color: rgba(255,255,255,0.04);
}
.featured-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  width: 64px; height: 64px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  transition: all 0.3s ease;
  padding-left: 4px;
}
.featured-main-card:hover .featured-play-btn {
  border-color: var(--red);
  color: var(--white);
  background: rgba(232,0,13,0.2);
}
.featured-main-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 32px;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
}
.featured-main-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.featured-main-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 12px;
  transition: color 0.2s;
}
.featured-main-card:hover .featured-main-title { color: var(--red); }
.featured-main-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
}

/* Side list */
.featured-side-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.featured-side-card {
  display: flex;
  background: var(--card);
  overflow: hidden;
  flex: 1;
  transition: background 0.2s;
  min-height: 0;
}
.featured-side-card:hover { background: var(--card-hover); }
.featured-side-card:hover .featured-side-title { color: var(--red); }
.featured-side-img {
  width: 110px;
  flex-shrink: 0;
  background: #1a1a1a;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  overflow: hidden;
}
.featured-side-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7);
  transition: transform 0.4s ease;
}
.featured-side-card:hover .featured-side-img img { transform: scale(1.06); }
.featured-side-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.featured-side-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
}
.featured-side-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--white);
  transition: color 0.2s;
}
.featured-side-meta {
  font-size: 11px;
  color: var(--grey);
  letter-spacing: 1px;
}

header.site-nav{
display:flex !important;
align-items:center !important;
justify-content:space-between !important;
visibility:visible !important;
opacity:1 !important;
}

.nav-links{
display:flex !important;
align-items:center !important;
gap:36px !important;
visibility:visible !important;
opacity:1 !important;
}

.nav-links a,
.nav-logo{
display:inline-block !important;
visibility:visible !important;
opacity:1 !important;
color:#ffffff !important;
}

.home-template header.site-nav,
.home-template .nav-links,
.home-template .nav-links a,
.home-template .nav-logo{
display:flex !important;
visibility:visible !important;
opacity:1 !important;
color:#fff !important;
position:relative !important;
z-index:99999 !important;
}

@media (max-width: 768px) {
  .home-template .nav-links { display: none !important; }
  .home-template .nav-links.open { display: flex !important; }
}

.home-template .nav-links a,
.home-template .nav-logo{
display:inline-block !important;
}

/* DEBUG NAV HOME */
body.home-template header.site-nav {
  background: rgba(8,8,8,0.95) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 72px !important;
  padding: 0 48px !important;
}

header.site-nav { isolation: isolate; z-index: 99999 !important; }
nav.pagination { position: relative !important; z-index: 0 !important; }

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 768px) {
  header.site-nav { padding: 0 20px; }
  .nav-hamburger { display: flex; }
  .nav-links { display: none !important; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: rgba(8,8,8,0.98); padding: 24px 20px; gap: 16px !important; border-bottom: 1px solid var(--border); z-index: 99998; }
  .nav-links.open { display: flex !important; }
  .hero { padding: 100px 20px 60px; }
  .hero-title { font-size: 64px; }
  .hero-meta { gap: 24px; }
  .featured-layout,
  .featured-grid { grid-template-columns: 1fr; }
  .featured-side { gap: 2px; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card { width: 100%; }
  .ticker { display: none; }
  .side-ticker { display: none; }
  section, .featured, .articles-section { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .featured-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding: 120px 32px 60px; }
}

/* HAMBURGER */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 100001; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: all 0.3s; }

@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
  .nav-links { display: none !important; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: rgba(8,8,8,0.98); padding: 24px 20px; gap: 16px !important; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex !important; }
}
