@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,600;1,8..60,300;1,8..60,400&family=Oswald:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #ffffff;
  --bg-2: #f7f5f0;
  --bg-3: #eeebe3;
  --text: #0d0d0b;
  --text-muted: #3a3630;
  --text-faint: #8a8278;
  --red: #c41230;
  --red-light: #e8193d;
  --border: rgba(13,13,11,0.1);
  --border-mid: rgba(13,13,11,0.18);
  --ff-display: 'Cormorant Garamond', Georgia, serif;
  --ff-body: 'Source Serif 4', Georgia, serif;
  --ff-label: 'Oswald', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* hide ghost default "news" tag everywhere */
.category-tag[href*="/tag/news/"],
.sidebar-tag[href*="/tag/news/"],
.card-tag[href*="/tag/news/"],
.post-category[href*="/tag/news/"],
.related-tag[href*="/tag/news/"] {
  display: none;
}

/* ── MASTHEAD ── */
.masthead { border-bottom: 1px solid var(--border-mid); padding: 0 40px; background: var(--bg); }

.masthead-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 14px; border-bottom: 1px solid var(--border); }

.issue-line { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.12em; color: var(--text-faint); text-transform: uppercase; }

.masthead-center { text-align: center; padding: 28px 0 20px; border-bottom: 1px solid var(--border); }

.site-name { font-family: var(--ff-display); font-size: clamp(52px, 8vw, 96px); font-weight: 700; letter-spacing: -0.01em; line-height: 1; color: var(--text); }
.site-name span { color: var(--red); }

.site-tagline { font-family: var(--ff-label); font-size: 12px; letter-spacing: 0.22em; color: var(--text-faint); text-transform: uppercase; margin-top: 10px; }

/* ── NAV ── */
.site-nav { display: flex; align-items: center; justify-content: center; overflow-x: auto; }

.site-nav a { font-family: var(--ff-label); font-size: 11.5px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); padding: 13px 16px; border-right: 1px solid var(--border); transition: color 0.2s; white-space: nowrap; }
.site-nav a:first-child { border-left: 1px solid var(--border); }
.site-nav a:hover { color: var(--text); }
.site-nav a.active { color: var(--red); }

/* ── TICKER ── */
.ticker-bar { background: var(--red); padding: 8px 40px; display: flex; gap: 12px; align-items: center; overflow: hidden; }
.ticker-label { font-family: var(--ff-label); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #fff; white-space: nowrap; }
.ticker-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.5); flex-shrink: 0; }
.ticker-text { font-family: var(--ff-label); font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.95); letter-spacing: 0.05em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── HERO ── */
.hero { display: grid; grid-template-columns: 1fr 340px; gap: 0; border-bottom: 1px solid var(--border-mid); margin: 0 40px; }
.hero-main { padding: 48px 48px 48px 0; border-right: 1px solid var(--border); }
.hero-sidebar { padding: 48px 0 48px 36px; display: flex; flex-direction: column; }

.category-tag { display: inline-block; font-family: var(--ff-label); font-size: 10.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }

.hero-title { font-family: var(--ff-display); font-size: clamp(32px, 4vw, 54px); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; color: var(--text); margin-bottom: 18px; }
.hero-title em { font-style: italic; font-weight: 400; }

.hero-dek { font-family: var(--ff-body); font-size: 18px; font-weight: 300; line-height: 1.65; color: var(--text-muted); margin-bottom: 24px; max-width: 560px; }

.byline { display: flex; align-items: center; gap: 12px; font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.1em; color: var(--text-faint); text-transform: uppercase; }
.byline strong { color: var(--text-muted); font-weight: 500; }

/* ── RECENTLY PUBLISHED SIDEBAR ── */
.recently-label { font-family: var(--ff-label); font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--red); display: block; }

.sidebar-article { padding: 16px 0; border-bottom: 1px solid var(--border); }
.sidebar-article:last-child { border-bottom: none; }

.sidebar-tag { font-family: var(--ff-label); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; display: block; }

.sidebar-title { font-family: var(--ff-display); font-size: 18px; font-weight: 600; line-height: 1.2; color: var(--text); margin-bottom: 6px; transition: color 0.2s; display: block; }
.sidebar-title:hover { color: var(--red); }

.sidebar-date { font-family: var(--ff-label); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }

/* ── SECTION HEADER ── */
.section-header { display: flex; align-items: center; gap: 16px; padding: 32px 40px 24px; }
.section-header h2 { font-family: var(--ff-label); font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-faint); white-space: nowrap; }
.section-rule { flex: 1; height: 1px; background: var(--border-mid); }

/* ── BOTTOM BAND ── */
.bottom-band { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; margin: 0 40px; border-top: 1px solid var(--border-mid); border-left: 1px solid var(--border-mid); }
.bottom-band-item { padding: 36px 32px; border-right: 1px solid var(--border-mid); }
.bottom-band-item h3 { font-family: var(--ff-display); font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 12px; line-height: 1.2; }
.bottom-band-item p { font-family: var(--ff-body); font-size: 15px; line-height: 1.7; color: var(--text-muted); font-weight: 300; }
.bottom-band-item a.band-link { display: inline-block; margin-top: 16px; font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); border-bottom: 1px solid var(--red); padding-bottom: 2px; transition: opacity 0.2s; }
.bottom-band-item a.band-link:hover { opacity: 0.7; }
.band-label { font-family: var(--ff-label); font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; display: block; }

/* ── ABOUT BAND ── */
.about-band { background: var(--bg-2); border-top: 1px solid var(--border-mid); border-bottom: 1px solid var(--border-mid); padding: 48px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 0; }
.about-band h3 { font-family: var(--ff-display); font-size: 28px; font-weight: 600; color: var(--text); margin-bottom: 14px; line-height: 1.2; }
.about-band p { font-family: var(--ff-body); font-size: 16px; line-height: 1.75; color: var(--text-muted); font-weight: 300; margin-bottom: 10px; }
.about-band a { color: var(--red); text-decoration: underline; }
.red-line { width: 40px; height: 2px; background: var(--red); margin-bottom: 20px; }

/* ── TAG PAGE ── */
.tag-header { padding: 56px 40px 40px; border-bottom: 1px solid var(--border-mid); background: var(--bg-2); }
.tag-label { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; display: block; }
.tag-title { font-family: var(--ff-display); font-size: clamp(40px, 6vw, 72px); font-weight: 600; line-height: 1.05; color: var(--text); margin-bottom: 16px; }
.tag-description { font-family: var(--ff-body); font-size: 18px; font-weight: 300; line-height: 1.7; color: var(--text-muted); max-width: 640px; }

/* ── ARTICLE GRID (tag pages) ── */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 40px; border-top: 1px solid var(--border-mid); border-left: 1px solid var(--border-mid); }
.article-card { padding: 28px; border-right: 1px solid var(--border-mid); border-bottom: 1px solid var(--border-mid); cursor: pointer; transition: background 0.2s; background: var(--bg); }
.article-card:hover { background: var(--bg-2); }
.card-tag { font-family: var(--ff-label); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; display: block; }
.card-title { font-family: var(--ff-display); font-size: 22px; font-weight: 600; line-height: 1.2; color: var(--text); margin-bottom: 12px; transition: color 0.2s; display: block; }
.article-card:hover .card-title { color: var(--red); }
.card-excerpt { font-family: var(--ff-body); font-size: 14px; line-height: 1.65; color: var(--text-muted); font-weight: 300; margin-bottom: 16px; }
.card-byline { font-family: var(--ff-label); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }

/* ── POST PAGE ── */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--red); width: 0%; z-index: 1000; transition: width 0.1s linear; }

.post-wrap { display: grid; grid-template-columns: 1fr 280px; gap: 0; margin: 0 40px; }

.post-header { padding: 56px 56px 40px 0; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.post-category { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 20px; display: block; }

.post-title { font-family: var(--ff-display); font-size: clamp(32px, 4.5vw, 56px); font-weight: 600; line-height: 1.07; letter-spacing: -0.02em; color: var(--text); margin-bottom: 20px; }
.post-title em { font-style: italic; font-weight: 400; }

.post-excerpt { font-family: var(--ff-body); font-size: 19px; font-weight: 300; line-height: 1.65; color: var(--text-muted); margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }

.post-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.post-meta-item { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.post-meta-item strong { color: var(--text-muted); font-weight: 500; }
.post-meta-dot { color: var(--text-faint); }

.post-feature-image { width: 100%; max-height: 500px; object-fit: cover; margin: 32px 0; }

.post-body { padding: 48px 56px 64px 0; border-right: 1px solid var(--border); }
.post-body p { font-family: var(--ff-body); font-size: 18.5px; line-height: 1.85; color: var(--text-muted); font-weight: 300; margin-bottom: 28px; }
.post-body p:first-child { color: var(--text); font-size: 20px; }
.post-body h2 { font-family: var(--ff-display); font-size: 30px; font-weight: 600; color: var(--text); margin: 48px 0 20px; line-height: 1.2; }
.post-body h3 { font-family: var(--ff-label); font-size: 13px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); margin: 36px 0 16px; }
.post-body blockquote { border-left: 3px solid var(--red); padding: 16px 0 16px 28px; margin: 36px 0; background: var(--bg-2); }
.post-body blockquote p { font-family: var(--ff-display); font-size: 24px !important; font-style: italic; font-weight: 400 !important; line-height: 1.4 !important; color: var(--text) !important; margin-bottom: 0 !important; }
.post-body a { color: var(--red); text-decoration: underline; }
.post-body ul, .post-body ol { padding-left: 24px; margin-bottom: 28px; }
.post-body li { font-family: var(--ff-body); font-size: 18px; line-height: 1.8; color: var(--text-muted); font-weight: 300; margin-bottom: 8px; }
.post-body img { width: 100%; margin: 32px 0; }
.post-body figure { margin: 32px 0; }
.post-body figcaption { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); margin-top: 10px; text-align: center; }

.post-sidebar { padding: 56px 0 56px 36px; }
.post-sidebar-section { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.post-sidebar-section:last-child { border-bottom: none; }
.sidebar-label { font-family: var(--ff-label); font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 14px; display: block; }
.post-sidebar-section p { font-family: var(--ff-body); font-size: 14px; line-height: 1.7; color: var(--text-muted); font-weight: 300; }

.related-item { padding: 10px 0; border-bottom: 1px solid var(--border); }
.related-item:last-child { border-bottom: none; }
.related-tag { font-family: var(--ff-label); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 4px; display: block; }
.related-title { font-family: var(--ff-display); font-size: 16px; font-weight: 600; color: var(--text); line-height: 1.2; transition: color 0.2s; display: block; }
.related-item:hover .related-title { color: var(--red); }

/* ── BREADCRUMB ── */
.breadcrumb { padding: 16px 40px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); background: var(--bg-2); }
.breadcrumb a { color: var(--text-faint); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--text-muted); }
.breadcrumb .sep { color: var(--red); }

/* ── PAGINATION ── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 48px 40px; border-top: 1px solid var(--border-mid); }
.pagination a { font-family: var(--ff-label); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); padding: 10px 24px; border: 1px solid var(--border-mid); transition: all 0.2s; }
.pagination a:hover { color: var(--text); border-color: var(--text); }
.pagination-info { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }

/* ── PAGE ── */
.page-header { padding: 56px 40px 40px; background: var(--bg-2); border-bottom: 1px solid var(--border-mid); }
.page-label { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 16px; display: block; }
.page-title { font-family: var(--ff-display); font-size: clamp(40px, 6vw, 72px); font-weight: 600; line-height: 1.05; color: var(--text); }

/* ── CONTRIBUTE PAGE ── */
.contribute-wrap { display: grid; grid-template-columns: 1fr 300px; gap: 0; margin: 0 40px; }
.contribute-main { padding: 48px 56px 64px 0; border-right: 1px solid var(--border); }
.contribute-main h2 { font-family: var(--ff-display); font-size: 28px; font-weight: 600; color: var(--text); margin: 40px 0 16px; padding-top: 40px; border-top: 1px solid var(--border); line-height: 1.2; }
.contribute-main h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.contribute-main p { font-family: var(--ff-body); font-size: 17px; line-height: 1.8; color: var(--text-muted); font-weight: 300; margin-bottom: 20px; }
.contribute-main ul { padding-left: 20px; margin-bottom: 20px; }
.contribute-main ul li { font-family: var(--ff-body); font-size: 16px; line-height: 1.8; color: var(--text-muted); font-weight: 300; margin-bottom: 8px; }
.guideline-box { background: var(--bg-2); border-left: 3px solid var(--red); padding: 20px 24px; margin: 24px 0; }
.guideline-box p { font-family: var(--ff-body); font-size: 15px; line-height: 1.7; color: var(--text-muted); font-weight: 300; margin-bottom: 0; }
.contribute-sidebar { padding: 48px 0 48px 36px; }
.contribute-sidebar-block { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.contribute-sidebar-block:last-child { border-bottom: none; }
.contribute-sidebar-block h4 { font-family: var(--ff-label); font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 12px; }
.contribute-sidebar-block p { font-family: var(--ff-body); font-size: 14px; line-height: 1.7; color: var(--text-muted); font-weight: 300; }
.contribute-sidebar-block a { color: var(--red); font-family: var(--ff-label); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-top: 12px; border-bottom: 1px solid var(--red); padding-bottom: 2px; width: fit-content; }

/* ── CONTACT FORM ── */
.form-group { margin-bottom: 24px; }
.form-label { display: block; font-family: var(--ff-label); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.form-input, .form-textarea { width: 100%; background: var(--bg-2); border: 1px solid var(--border-mid); color: var(--text); font-family: var(--ff-body); font-size: 16px; font-weight: 300; padding: 14px 16px; outline: none; transition: border-color 0.2s; }
.form-input:focus, .form-textarea:focus { border-color: var(--red); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-faint); }
.form-textarea { resize: vertical; min-height: 160px; line-height: 1.7; }
.submit-btn { font-family: var(--ff-label); font-size: 13px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; background: var(--red); color: #fff; padding: 16px 40px; border: none; cursor: pointer; transition: background 0.2s; width: 100%; }
.submit-btn:hover { background: var(--red-light); }

/* ── FOOTER ── */
.site-footer { padding: 48px 40px 32px; border-top: 1px solid var(--border-mid); background: var(--bg-2); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.footer-col h4 { font-family: var(--ff-label); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-family: var(--ff-body); font-size: 14px; font-weight: 300; color: var(--text-faint); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--text-muted); }
.footer-brand .site-name-sm { font-family: var(--ff-display); font-size: 32px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.footer-brand .site-name-sm span { color: var(--red); }
.footer-brand p { font-family: var(--ff-body); font-size: 13px; font-weight: 300; color: var(--text-faint); line-height: 1.7; }
.footer-bottom { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { font-family: var(--ff-label); font-size: 11px; letter-spacing: 0.1em; color: var(--text-faint); text-transform: uppercase; }

/* ── GHOST CARDS ── */
.kg-width-wide { margin: 32px -40px; }
.kg-width-full { margin: 32px -80px; }
.kg-image { width: 100%; }
.kg-bookmark-card { border: 1px solid var(--border-mid); padding: 20px; margin: 24px 0; background: var(--bg-2); }
.kg-bookmark-title { font-family: var(--ff-display); font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.kg-bookmark-description { font-family: var(--ff-body); font-size: 14px; color: var(--text-muted); font-weight: 300; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-main { padding: 40px 0; border-right: none; border-bottom: 1px solid var(--border); }
  .hero-sidebar { padding: 32px 0 0; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .post-wrap { grid-template-columns: 1fr; }
  .post-header, .post-body { padding-right: 0; border-right: none; }
  .post-sidebar { padding-left: 0; padding-top: 40px; border-top: 1px solid var(--border); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .about-band { grid-template-columns: 1fr; gap: 32px; }
  .bottom-band { grid-template-columns: 1fr 1fr; }
  .contribute-wrap { grid-template-columns: 1fr; }
  .contribute-main { padding-right: 0; border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 40px; }
  .contribute-sidebar { padding-left: 0; padding-top: 40px; }
}

@media (max-width: 768px) {
  .masthead { padding: 0 20px; }
  .hero, .article-grid, .post-wrap, .about-band, .bottom-band, .contribute-wrap { margin: 0 20px; }
  .section-header, .breadcrumb, .tag-header, .page-header, .pagination { padding-left: 20px; padding-right: 20px; }
  .about-band, .site-footer { margin: 0; padding-left: 20px; padding-right: 20px; }
  .article-grid { grid-template-columns: 1fr; margin: 0 20px; }
  .bottom-band { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .site-nav a { padding: 12px 12px; font-size: 10.5px; }
}

/* ── DOUBLE TICKER ── */
.ticker-bar {
  padding: 8px 40px;
  display: flex;
  gap: 12px;
  align-items: center;
  overflow: hidden;
}

.ticker-analysis { background: var(--red); }
.ticker-news { background: #1a1a14; }

.ticker-label {
  font-family: var(--ff-label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 3px 10px;
  border: 1px solid rgba(255,255,255,0.3);
}

.ticker-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.3);
  flex-shrink: 0;
}

.ticker-scroll-wrap {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ticker-scroll {
  display: flex;
  gap: 0;
  animation: ticker-move 30s linear infinite;
  width: max-content;
}

.ticker-news .ticker-scroll { animation-duration: 40s; }

.ticker-scroll:hover { animation-play-state: paused; }

@keyframes ticker-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-item {
  font-family: var(--ff-label);
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.06em;
  padding: 0 32px 0 0;
  white-space: nowrap;
  transition: color 0.2s;
}

.ticker-item::after {
  content: '·';
  margin-left: 32px;
  opacity: 0.4;
}

.ticker-item:last-child::after { display: none; }
.ticker-item:hover { color: #fff; }

.ticker-news-item { color: #d4c9b0; }
.ticker-news-item:hover { color: #fff; }
.ticker-placeholder { color: rgba(255,255,255,0.4); font-style: italic; }

/* ── TAG SCROLL BAR ── */
.tag-scroll-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 40px;
  border-bottom: 1px solid var(--border-mid);
  background: var(--bg-2);
  overflow: hidden;
}

.tag-scroll-label {
  font-family: var(--ff-label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-faint);
  white-space: nowrap;
  flex-shrink: 0;
}

.tag-scroll-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
}

.tag-scroll-track::-webkit-scrollbar { display: none; }

.tag-scroll-pill {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 6px 14px;
  border: 1px solid var(--border-mid);
  white-space: nowrap;
  transition: all 0.2s;
  background: var(--bg);
}

.tag-scroll-pill:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.tag-scroll-news {
  background: #1a1a14;
  color: #d4c9b0;
  border-color: #1a1a14;
}

.tag-scroll-news:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* ── POST TAG PILLS (bottom of article) ── */
.post-tags-section {
  padding: 32px 56px 32px 0;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.post-tags-label {
  font-family: var(--ff-label);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 14px;
  display: block;
}

.post-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-tag-pill {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  padding: 6px 14px;
  border: 1px solid var(--red);
  transition: all 0.2s;
}

.post-tag-pill:hover {
  background: var(--red);
  color: #fff;
}

/* ── SIDEBAR TAG PILLS ── */
.sidebar-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sidebar-tag-pill {
  font-family: var(--ff-label);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 5px 10px;
  border: 1px solid var(--border-mid);
  transition: all 0.2s;
}

.sidebar-tag-pill:hover {
  color: var(--red);
  border-color: var(--red);
}

/* ── SIDEBAR BROWSE LINKS ── */
.sidebar-browse-link {
  display: block;
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}

.sidebar-browse-link:last-child { border-bottom: none; }
.sidebar-browse-link:hover { color: var(--red); }

/* ── SOCIAL NEWS POST ── */
.news-header-bar {
  background: #1a1a14;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-header-label {
  font-family: var(--ff-label);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d4c9b0;
}

.news-all-link {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}

.news-all-link:hover { color: #fff; }

.news-wrap {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0;
  margin: 0 40px;
}

.news-main {
  padding: 40px 56px 64px 0;
  border-right: 1px solid var(--border);
}

.news-post-header {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}

.news-post-title {
  font-family: var(--ff-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 16px;
}

.news-post-dek {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.news-post-meta {
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-faint);
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-meta-dot { color: var(--red); }

.news-post-body p {
  font-family: var(--ff-body);
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-muted);
  font-weight: 300;
  margin-bottom: 24px;
}

.news-post-body p:first-child { color: var(--text); }

.news-sidebar {
  padding: 40px 0 40px 36px;
}

.news-sidebar-block {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}

.news-sidebar-block:last-child { border-bottom: none; }

.news-sidebar-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: opacity 0.2s;
}

.news-sidebar-item:last-child { border-bottom: none; }
.news-sidebar-item:hover { opacity: 0.7; }

.news-sidebar-date {
  font-family: var(--ff-label);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  white-space: nowrap;
  padding-top: 3px;
  flex-shrink: 0;
}

.news-sidebar-title {
  font-family: var(--ff-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-muted);
  font-weight: 300;
}

@media (max-width: 1024px) {
  .news-wrap { grid-template-columns: 1fr; margin: 0 20px; }
  .news-main { padding-right: 0; border-right: none; border-bottom: 1px solid var(--border); }
  .news-sidebar { padding-left: 0; padding-top: 32px; }
  .post-tags-section { padding-right: 0; border-right: none; }
}

@media (max-width: 768px) {
  .ticker-bar { padding: 7px 20px; }
  .tag-scroll-bar { padding: 10px 20px; }
  .news-header-bar { padding: 12px 20px; }
  .post-tags-section { padding-right: 0; border-right: none; }
}

/* ── SEARCH ── */
.search-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.search-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: 1px solid var(--border-mid);
  color: var(--text-muted);
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.search-toggle:hover {
  border-color: var(--red);
  color: var(--red);
}

.search-box {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg);
  border: 1px solid var(--border-mid);
  display: none;
  align-items: center;
  width: 320px;
  z-index: 200;
}

.search-box.active {
  display: flex;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 300;
  color: var(--text);
  padding: 10px 14px;
}

.search-input::placeholder { color: var(--text-faint); }

.search-close {
  background: none;
  border: none;
  border-left: 1px solid var(--border);
  color: var(--text-faint);
  font-size: 13px;
  padding: 10px 12px;
  cursor: pointer;
  transition: color 0.2s;
}

.search-close:hover { color: var(--red); }

/* ── SEARCH OVERLAY ── */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.96);
  z-index: 500;
  overflow-y: auto;
}

.search-overlay.active { display: block; }

.search-results-wrap {
  max-width: 720px;
  margin: 80px auto;
  padding: 0 40px;
}

.search-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--red);
  margin-bottom: 32px;
}

.search-results-label {
  font-family: var(--ff-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.search-overlay-close {
  background: none;
  border: none;
  font-family: var(--ff-label);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
  cursor: pointer;
  transition: color 0.2s;
}

.search-overlay-close:hover { color: var(--red); }

.search-result-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  display: block;
  transition: opacity 0.2s;
}

.search-result-item:hover { opacity: 0.75; }

.search-result-tag {
  font-family: var(--ff-label);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
  display: block;
}

.search-result-title {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 8px;
}

.search-result-excerpt {
  font-family: var(--ff-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  font-weight: 300;
}

.search-hint {
  font-family: var(--ff-body);
  font-size: 16px;
  color: var(--text-faint);
  font-weight: 300;
  font-style: italic;
}

.search-no-results {
  font-family: var(--ff-body);
  font-size: 16px;
  color: var(--text-faint);
  font-weight: 300;
}

@media (max-width: 768px) {
  .search-box { width: 240px; }
  .search-results-wrap { padding: 0 20px; margin-top: 60px; }
}
