/*
Theme Name: ConquerAsia
Theme URI: https://conquerasia.com
Author: ConquerAsia Team
Author URI: https://conquerasia.com
Description: A fast, clean, editorial news and commentary theme for ConquerAsia — the voice of business, tech, and ambition across Asia.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conquerasia
Tags: news, magazine, business, editorial, two-columns, custom-menu, featured-images, post-formats
*/

/* =========================================================
   CONQUERASIA THEME — EDITORIAL POWERHOUSE
   Design: Bold editorial, authoritative, Asia-forward
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;0,900;1,700&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Barlow+Condensed:wght@600;700&display=swap');

/* ── VARIABLES ─────────────────────────────────────────── */
:root {
  --ink:        #0D0D0D;
  --ink-soft:   #2C2C2C;
  --red:        #D0021B;
  --red-dark:   #A50015;
  --gold:       #C9962A;
  --smoke:      #F5F4F2;
  --white:      #FFFFFF;
  --border:     #E2E0DC;
  --border-dark:#C8C5BF;
  --meta:       #7A786F;
  --sans:       'Barlow', sans-serif;
  --serif:      'Playfair Display', serif;
  --cond:       'Barlow Condensed', sans-serif;
  --radius:     3px;
  --shadow-sm:  0 1px 3px rgba(0,0,0,.08);
  --shadow-md:  0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:  0 8px 32px rgba(0,0,0,.13);
  --max-w:      1240px;
  --col-gap:    28px;
}

/* ── RESET & BASE ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* ── TYPOGRAPHY ────────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -.02em;
}

.entry-content h1 { font-size: 2.2rem; margin-bottom: 1.2rem; }
.entry-content h2 { font-size: 1.65rem; margin: 2rem 0 .8rem; }
.entry-content h3 { font-size: 1.3rem; margin: 1.6rem 0 .6rem; }
.entry-content p  { margin-bottom: 1.4rem; font-size: 1.05rem; font-weight: 300; line-height: 1.78; color: var(--ink-soft); }
.entry-content ul, .entry-content ol { margin: 0 0 1.4rem 1.6rem; }
.entry-content li { margin-bottom: .5rem; font-size: 1.05rem; font-weight: 300; color: var(--ink-soft); }
.entry-content blockquote {
  border-left: 4px solid var(--red);
  padding: .8rem 1.4rem;
  margin: 2rem 0;
  background: var(--smoke);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--ink);
}
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

/* ── UTILITIES ─────────────────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.tag-label {
  font-family: var(--cond);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red);
  padding: 3px 8px;
  border-radius: var(--radius);
  display: inline-block;
}
.tag-label.gold { background: var(--gold); }
.tag-label.dark { background: var(--ink); }
.section-label {
  font-family: var(--cond);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--cond);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: var(--radius);
  border: 2px solid currentColor;
  cursor: pointer;
  transition: all .2s ease;
}
.btn-red { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }

/* ── TOP BAR ───────────────────────────────────────────── */
.topbar {
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .04em;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-ticker { display: flex; align-items: center; gap: 10px; flex: 1; overflow: hidden; }
.topbar-ticker .ticker-label {
  font-family: var(--cond);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(208,2,27,.15);
  border: 1px solid var(--red);
  padding: 2px 7px;
  border-radius: 2px;
  white-space: nowrap;
}
.topbar-ticker .ticker-scroll { overflow: hidden; white-space: nowrap; flex: 1; }
.topbar-ticker .ticker-scroll span { display: inline-block; animation: ticker 40s linear infinite; }
@keyframes ticker { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-date { color: rgba(255,255,255,.5); font-size: .7rem; }
.topbar-socials { display: flex; gap: 10px; }
.topbar-socials a { color: rgba(255,255,255,.5); font-size: .8rem; transition: color .2s; }
.topbar-socials a:hover { color: var(--red); }

/* ── MASTHEAD / HEADER ─────────────────────────────────── */
.site-header {
  background: var(--white);
  border-bottom: 2px solid var(--ink);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}
.site-branding { display: flex; flex-direction: column; }
.site-title {
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -.03em;
  color: var(--ink);
  line-height: 1;
}
.site-title span { color: var(--red); }
.site-tagline {
  font-family: var(--cond);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--meta);
  margin-top: 3px;
}
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-search-btn, .header-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--ink);
  display: flex;
  align-items: center;
  transition: color .2s;
}
.header-search-btn:hover, .header-menu-btn:hover { color: var(--red); }
.header-search-btn svg, .header-menu-btn svg { width: 20px; height: 20px; }

/* ── MAIN NAV ──────────────────────────────────────────── */
.main-nav {
  background: var(--ink);
  border-bottom: 3px solid var(--red);
}
.main-nav .container { display: flex; align-items: center; justify-content: space-between; }
.nav-menu { display: flex; align-items: stretch; }
.nav-menu > li { position: relative; }
.nav-menu > li > a {
  display: flex;
  align-items: center;
  font-family: var(--cond);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  padding: 13px 16px;
  transition: all .2s;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
}
.nav-menu > li > a:hover,
.nav-menu > li.current-menu-item > a {
  color: var(--white);
  border-bottom-color: var(--red);
}
.nav-menu > li.highlight > a { color: var(--red); }

/* Dropdown */
.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border-top: 3px solid var(--red);
  min-width: 200px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all .2s ease;
  z-index: 100;
}
.nav-menu > li:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu .sub-menu li a {
  display: block;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 400;
  color: var(--ink);
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
  transition: all .15s;
}
.nav-menu .sub-menu li a:hover { background: var(--smoke); color: var(--red); padding-left: 20px; }
.nav-subscribe {
  font-family: var(--cond);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red);
  padding: 10px 18px;
  border-left: 1px solid rgba(255,255,255,.15);
  transition: background .2s;
  white-space: nowrap;
}
.nav-subscribe:hover { background: var(--red-dark); color: var(--white); }

/* ── SEARCH OVERLAY ────────────────────────────────────── */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13,13,13,.96);
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  padding-top: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.search-overlay.active { opacity: 1; visibility: visible; }
.search-overlay-inner { width: 100%; max-width: 700px; margin: 0 auto; padding: 0 20px; }
.search-overlay-input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid var(--red);
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  padding: 16px 0;
  outline: none;
}
.search-overlay-input::placeholder { color: rgba(255,255,255,.3); }
.search-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
  padding: 8px;
}

/* ── BREAKING NEWS BAR ─────────────────────────────────── */
.breaking-bar {
  background: var(--red);
  color: var(--white);
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.breaking-bar .container { display: flex; align-items: center; gap: 14px; overflow: hidden; }
.breaking-label {
  font-family: var(--cond);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--white);
  color: var(--red);
  padding: 3px 9px;
  border-radius: 2px;
  white-space: nowrap;
}
.breaking-text { font-size: .82rem; font-weight: 400; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.breaking-text a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

/* ── HERO / FEATURE SECTION ────────────────────────────── */
.hero-section { padding: 32px 0 24px; background: var(--white); }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-template-rows: auto auto;
  gap: var(--col-gap);
}
.hero-lead {
  grid-row: 1 / span 2;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.hero-lead .post-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.hero-lead .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.hero-lead:hover .post-thumb img { transform: scale(1.04); }
.hero-lead .post-info {
  padding: 22px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid var(--ink);
}
.hero-lead .post-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 10px 0 14px;
}
.hero-lead .post-title a { transition: color .2s; }
.hero-lead .post-title a:hover { color: var(--red); }
.hero-lead .post-excerpt {
  font-size: .92rem;
  font-weight: 300;
  color: var(--meta);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Secondary cards in hero */
.hero-secondary { display: flex; flex-direction: column; gap: 16px; }
.card-compact {
  display: flex;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
.card-compact:hover { box-shadow: var(--shadow-md); border-color: var(--border-dark); }
.card-compact .thumb {
  width: 110px;
  flex-shrink: 0;
  overflow: hidden;
}
.card-compact .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card-compact .info { padding: 12px 14px 12px 0; display: flex; flex-direction: column; justify-content: center; }
.card-compact .post-title { font-size: .9rem; font-weight: 700; line-height: 1.3; margin: 5px 0 8px; }
.card-compact .post-title a:hover { color: var(--red); }

/* ── POST META ─────────────────────────────────────────── */
.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: .72rem;
  font-weight: 500;
  color: var(--meta);
  font-family: var(--sans);
}
.post-meta .author { font-weight: 600; color: var(--ink); }
.post-meta .author a:hover { color: var(--red); }
.post-meta .sep { color: var(--border-dark); }
.post-meta .read-time { color: var(--meta); }

/* ── CONTENT GRID (home) ───────────────────────────────── */
.content-section { padding: 32px 0; }
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 300px;
  gap: var(--col-gap);
  align-items: start;
}
.main-column { grid-column: 1 / 4; }
.sidebar-column { grid-column: 4; }

.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--col-gap);
}

/* ── ARTICLE CARD ──────────────────────────────────────── */
.card-article {
  border-bottom: 1px solid var(--border);
  padding-bottom: 22px;
  transition: all .2s;
}
.card-article .thumb {
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 16/9;
  margin-bottom: 14px;
  background: var(--smoke);
}
.card-article .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.card-article:hover .thumb img { transform: scale(1.05); }
.card-article .post-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0 10px;
}
.card-article .post-title a:hover { color: var(--red); }
.card-article .post-excerpt {
  font-size: .82rem;
  color: var(--meta);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

/* ── FEATURED STRIP ────────────────────────────────────── */
.featured-strip {
  background: var(--ink);
  color: var(--white);
  padding: 28px 0;
  margin: 0 0 32px;
}
.featured-strip .section-label { color: var(--gold); }
.featured-strip .section-label::after { background: rgba(255,255,255,.15); }
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--col-gap);
}
.strip-card { border-left: 1px solid rgba(255,255,255,.1); padding-left: 18px; }
.strip-card:first-child { border-left: none; padding-left: 0; }
.strip-card .post-title {
  font-size: .98rem;
  line-height: 1.3;
  margin: 8px 0 10px;
  color: var(--white);
}
.strip-card .post-title a { color: var(--white); }
.strip-card .post-title a:hover { color: var(--gold); }
.strip-card .post-meta { color: rgba(255,255,255,.45); }
.strip-card .post-meta .author { color: rgba(255,255,255,.7); }

/* ── SIDEBAR ───────────────────────────────────────────── */
.sidebar { display: flex; flex-direction: column; gap: 28px; }
.widget { background: var(--white); }
.widget-title {
  font-family: var(--cond);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 10px 0 10px;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--border);
  margin-bottom: 14px;
}
/* Trending widget */
.trending-list { display: flex; flex-direction: column; gap: 12px; }
.trending-item { display: flex; gap: 12px; align-items: flex-start; }
.trending-num {
  font-family: var(--cond);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
}
.trending-item:hover .trending-num { color: var(--red); }
.trending-title {
  font-family: var(--serif);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
  transition: color .2s;
}
.trending-title:hover { color: var(--red); }
/* Newsletter widget */
.widget-newsletter {
  background: var(--ink);
  color: var(--white);
  padding: 20px;
  border-radius: var(--radius);
}
.widget-newsletter .widget-title { color: var(--white); border-top-color: var(--red); }
.widget-newsletter p { font-size: .82rem; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.nl-input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-family: var(--sans);
  font-size: .82rem;
  border-radius: var(--radius);
  margin-bottom: 8px;
  outline: none;
  transition: border-color .2s;
}
.nl-input::placeholder { color: rgba(255,255,255,.35); }
.nl-input:focus { border-color: var(--red); }
.nl-btn {
  width: 100%;
  padding: 9px;
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-family: var(--cond);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}
.nl-btn:hover { background: var(--red-dark); }
/* Tags widget */
.tags-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-chip {
  font-family: var(--cond);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: 2px;
  transition: all .15s;
}
.tag-chip:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* ── OPINION / COLUMNIST SECTION ──────────────────────── */
.opinion-section { padding: 32px 0; background: var(--smoke); }
.opinion-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--col-gap);
}
.opinion-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s;
}
.opinion-card:hover { box-shadow: var(--shadow-md); }
.opinion-card .card-body { padding: 18px; }
.opinion-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  border: 3px solid var(--border);
}
.opinion-author-name { font-size: .82rem; font-weight: 600; color: var(--ink); }
.opinion-author-role { font-size: .72rem; color: var(--meta); margin-bottom: 10px; }
.opinion-title {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: var(--serif);
}
.opinion-title a:hover { color: var(--red); }
.opinion-excerpt { font-size: .8rem; color: var(--meta); line-height: 1.55; }

/* ── VIDEO / MULTIMEDIA ────────────────────────────────── */
.video-section { padding: 32px 0; }
.video-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: var(--col-gap); }
.video-card { position: relative; overflow: hidden; border-radius: var(--radius); }
.video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.video-card:hover .video-thumb img { transform: scale(1.05); }
.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  transition: background .2s;
}
.play-btn:hover { background: rgba(208,2,27,.6); }
.play-icon {
  width: 46px;
  height: 46px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon::after {
  content: '';
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid var(--red);
  margin-left: 4px;
}
.video-card .post-title { font-size: .9rem; font-weight: 700; margin: 10px 0 6px; }

/* ── MARKETS TICKER (optional sidebar widget) ─────────── */
.market-ticker { display: flex; flex-direction: column; gap: 8px; }
.market-item { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid var(--border); font-size: .78rem; }
.market-item .symbol { font-weight: 700; font-family: var(--cond); letter-spacing: .05em; }
.market-item .price { font-weight: 500; }
.market-item .change { font-size: .7rem; padding: 2px 6px; border-radius: 2px; font-weight: 600; }
.change.up { background: #E8F5E9; color: #2E7D32; }
.change.down { background: #FEECEC; color: #C62828; }

/* ── SINGLE ARTICLE ────────────────────────────────────── */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  padding: 36px 0 48px;
  align-items: start;
}
.article-header { margin-bottom: 28px; }
.article-kicker { margin-bottom: 12px; }
.article-title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.03em;
  margin-bottom: 18px;
  color: var(--ink);
}
.article-dek {
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--meta);
  line-height: 1.6;
  margin-bottom: 18px;
  font-family: var(--sans);
}
.article-byline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}
.byline-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.byline-info .author-name { font-size: .88rem; font-weight: 600; }
.byline-info .publish-date { font-size: .75rem; color: var(--meta); }
.article-hero-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 8px;
}
.article-caption { font-size: .72rem; color: var(--meta); text-align: center; margin-bottom: 28px; }
.share-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}
.share-bar .share-label { font-family: var(--cond); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--meta); }
.share-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--cond);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid var(--border);
  color: var(--ink-soft);
  transition: all .15s;
  cursor: pointer;
  background: none;
}
.share-btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.share-btn.fb:hover { background: #1877F2; border-color: #1877F2; }
.share-btn.tw:hover { background: #000; border-color: #000; }
.share-btn.li:hover { background: #0A66C2; border-color: #0A66C2; }

/* Related articles */
.related-articles { margin-top: 40px; padding-top: 28px; border-top: 2px solid var(--ink); }
.related-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card .thumb { aspect-ratio: 16/9; overflow: hidden; border-radius: var(--radius); margin-bottom: 10px; }
.related-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.related-card .post-title { font-size: .88rem; font-weight: 700; line-height: 1.3; }
.related-card .post-title a:hover { color: var(--red); }

/* ── PAGINATION ────────────────────────────────────────── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 32px 0; }
.pagination a, .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--cond);
  font-size: .78rem;
  font-weight: 700;
  color: var(--ink);
  transition: all .15s;
}
.pagination a:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.pagination .current { background: var(--red); color: var(--white); border-color: var(--red); }

/* ── FOOTER ─────────────────────────────────────────────── */
.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 48px 0 0;
  margin-top: 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand .logo-text {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}
.footer-brand .logo-text span { color: var(--red); }
.footer-brand p { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.65; max-width: 280px; }
.footer-socials { display: flex; gap: 10px; margin-top: 16px; }
.footer-socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.5);
  font-size: .8rem;
  transition: all .2s;
}
.footer-socials a:hover { background: var(--red); border-color: var(--red); color: var(--white); }
.footer-col-title {
  font-family: var(--cond);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-menu { display: flex; flex-direction: column; gap: 9px; }
.footer-menu a { font-size: .82rem; color: rgba(255,255,255,.65); transition: color .2s; }
.footer-menu a:hover { color: var(--white); }
.footer-bottom {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .72rem;
  color: rgba(255,255,255,.35);
}
.footer-bottom-menu { display: flex; gap: 18px; }
.footer-bottom-menu a { color: rgba(255,255,255,.35); transition: color .2s; }
.footer-bottom-menu a:hover { color: var(--white); }

/* ── ARCHIVE / CATEGORY PAGE ───────────────────────────── */
.archive-header {
  background: var(--ink);
  color: var(--white);
  padding: 36px 0;
  margin-bottom: 32px;
}
.archive-kicker {
  font-family: var(--cond);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.archive-title { font-size: 2.2rem; font-weight: 800; color: var(--white); }
.archive-desc { font-size: .9rem; color: rgba(255,255,255,.6); margin-top: 8px; }
.archive-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}
.archive-articles { display: flex; flex-direction: column; gap: 24px; }
.card-list {
  display: flex;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.card-list .thumb {
  width: 200px;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--radius);
}
.card-list .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card-list .info { flex: 1; }
.card-list .post-title { font-size: 1.1rem; font-weight: 700; line-height: 1.3; margin: 8px 0 10px; }
.card-list .post-excerpt { font-size: .85rem; color: var(--meta); line-height: 1.55; margin-bottom: 10px; }

/* ── 404 PAGE ──────────────────────────────────────────── */
.error-404 { text-align: center; padding: 80px 20px; }
.error-404 .error-code { font-family: var(--serif); font-size: 8rem; font-weight: 900; color: var(--red); line-height: 1; }
.error-404 h1 { font-size: 1.8rem; margin: 12px 0; }
.error-404 p { color: var(--meta); max-width: 400px; margin: 0 auto 28px; }

/* ── MOBILE NAVIGATION ─────────────────────────────────── */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(320px, 100%);
  height: 100vh;
  background: var(--white);
  z-index: 3000;
  overflow-y: auto;
  transition: right .3s ease;
  box-shadow: var(--shadow-lg);
}
.mobile-menu.open { right: 0; }
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 2px solid var(--red);
  background: var(--ink);
  color: var(--white);
}
.mobile-menu-close { background: none; border: none; color: var(--white); cursor: pointer; font-size: 1.3rem; }
.mobile-nav { padding: 16px 0; }
.mobile-nav a {
  display: block;
  padding: 12px 20px;
  font-family: var(--cond);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--border);
  transition: all .15s;
}
.mobile-nav a:hover { color: var(--red); padding-left: 28px; }
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 2999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.mobile-overlay.active { opacity: 1; visibility: visible; }

/* ── AD SLOTS ──────────────────────────────────────────── */
.ad-slot {
  background: var(--smoke);
  border: 1px dashed var(--border-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--meta);
  font-size: .7rem;
  font-family: var(--cond);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: var(--radius);
}
.ad-slot-banner { height: 90px; margin: 20px 0; }
.ad-slot-square { height: 250px; margin-bottom: 28px; }
.ad-slot-leaderboard { height: 90px; margin: 0 0 28px; }

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1100px) {
  .articles-grid { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr 280px; }
  .main-column { grid-column: 1; }
  .sidebar-column { grid-column: 2; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .opinion-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .video-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-secondary { flex-direction: column; }
  .content-grid { grid-template-columns: 1fr; }
  .main-column, .sidebar-column { grid-column: 1; }
  .articles-grid { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: 1fr; }
  .opinion-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .archive-layout { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .card-list { flex-direction: column; }
  .card-list .thumb { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .video-grid { grid-template-columns: 1fr; }
  .site-title { font-size: 1.4rem; }
  .article-title { font-size: 1.7rem; }
  .hero-lead .post-title { font-size: 1.4rem; }
  .nav-menu { display: none; }
  .nav-subscribe { display: none; }
  .header-menu-btn { display: flex; }
  .topbar { display: none; }
}

@media (min-width: 769px) {
  .header-menu-btn { display: none; }
}
