/*
 * Give Me Hockey — Main Stylesheet
 * WordPress Theme: givemehockey
 * Combined from: shared.css, homepage.html, article.html, category.html
 */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Merriweather:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* =====================
   RESET & ROOT VARIABLES
   ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:       #1a56db;
  --blue-dark:  #0f3fa8;
  --blue-soft:  #e8f0fe;
  --red:        #e02020;
  --black:      #111827;
  --dark:       #1f2937;
  --mid:        #4b5563;
  --muted:      #6b7280;
  --border:     #e5e7eb;
  --bg:         #f3f4f6;
  --white:      #ffffff;
  --header-bg:  #111827;

  --cat-news:       #e02020;
  --cat-opinion:    #7c3aed;
  --cat-feature:    #1a56db;
  --cat-tournament: #059669;
  --cat-analysis:   #d97706;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--black); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; width: 100%; object-fit: cover; }


/* =====================
   HEADER
   ===================== */
.site-header { background: var(--header-bg); position: sticky; top: 0; z-index: 999; }

/* Row 1 — Logo + actions */
.header-top { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.site-logo { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: #fff; letter-spacing: 1px; text-transform: uppercase; flex-shrink: 0; }
.site-logo em { color: var(--blue); font-style: normal; }
.header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Row 2 — Primary nav */
.header-main { border-top: 1px solid rgba(255,255,255,.08); max-width: 100%; margin: 0; padding: 0 24px; display: flex; align-items: center; height: 44px; background: rgba(0,0,0,.15); }
.site-nav { display: flex; align-items: center; width: 100%; }
.site-nav ul { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; gap: 0; }
.site-nav li { list-style: none; }
.site-nav a { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.55); padding: 0 16px; height: 44px; line-height: 44px; text-transform: uppercase; letter-spacing: 0.06em; transition: color .2s; white-space: nowrap; display: block; }
.site-nav a:hover, .site-nav a.active { color: #fff; }
.btn-search { background: none; border: none; color: #6b7280; font-size: 20px; cursor: pointer; padding: 4px; transition: color .2s; line-height: 1; }
.btn-search:hover { color: #fff; }
.btn-subscribe { background: var(--blue); color: #fff; font-size: 13px; font-weight: 600; padding: 8px 20px; border-radius: 4px; transition: background .2s; white-space: nowrap; }
.btn-subscribe:hover { background: var(--blue-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.header-subnav { background: #1f2937; border-top: 1px solid #374151; overflow-x: auto; scrollbar-width: none; }
.header-subnav::-webkit-scrollbar { display: none; }
.subnav-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; }
.subnav-inner a { font-size: 12px; font-weight: 500; color: #6b7280; padding: 9px 14px; white-space: nowrap; border-bottom: 2px solid transparent; transition: all .2s; letter-spacing: 0.04em; }
.subnav-inner a:hover { color: #fff; }
.subnav-inner a.active { color: #fff; border-bottom-color: var(--blue); }

/* Mobile search bar */
#mobileSearch { background: #1f2937; padding: 10px 24px; }
#mobileSearch input { width: 100%; padding: 8px 12px; background: #374151; border: 1px solid #4b5563; color: #fff; font-size: 14px; border-radius: 4px; outline: none; }
#mobileSearch input::placeholder { color: #6b7280; }


/* =====================
   TRENDING BAR
   ===================== */
.trending-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 8px 0; }
.trending-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.trending-inner::-webkit-scrollbar { display: none; }
.trending-label { font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: 0.1em; text-transform: uppercase; padding-right: 14px; border-right: 1px solid var(--border); margin-right: 14px; flex-shrink: 0; white-space: nowrap; }
.t-item { font-size: 12px; font-weight: 500; color: var(--mid); padding: 0 14px; border-right: 1px solid var(--border); white-space: nowrap; cursor: pointer; transition: color .2s; }
.t-item:hover { color: var(--blue); }
.t-item.live { color: var(--red); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: blink 1.2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }


/* =====================
   AD PLACEHOLDERS
   ===================== */
.ad-slot { background: #f9fafb; border: 1px dashed #d1d5db; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; color: #6b7280; font-size: 11px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.ad-slot span { font-size: 10px; }
.ad-leaderboard { width: 100%; height: 90px; }
.ad-rectangle { width: 100%; height: 250px; }
.ad-strip { width: 100%; height: 60px; }
.ad-wrap { max-width: 1240px; margin: 16px auto 0; padding: 0 24px; }


/* =====================
   SECTION HEADER
   ===================== */
.section-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--black); }
.section-label { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.5px; }
.section-more { font-size: 12px; font-weight: 600; color: var(--blue); transition: opacity .2s; }
.section-more:hover { opacity: .7; }


/* =====================
   CATEGORY BADGES
   ===================== */
.badge { font-size: 10px; font-weight: 700; padding: 3px 8px; text-transform: uppercase; letter-spacing: 0.06em; color: #fff; }
.badge-news       { background: var(--cat-news); }
.badge-opinion    { background: var(--cat-opinion); }
.badge-feature    { background: var(--cat-feature); }
.badge-tournament { background: var(--cat-tournament); }
.badge-analysis   { background: var(--cat-analysis); }

.cat-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.cat-news       { color: var(--cat-news); }
.cat-opinion    { color: var(--cat-opinion); }
.cat-feature    { color: var(--cat-feature); }
.cat-tournament { color: var(--cat-tournament); }
.cat-analysis   { color: var(--cat-analysis); }


/* =====================
   FILTER PILLS
   ===================== */
.filter-row { display: flex; gap: 6px; margin-bottom: 16px; flex-wrap: wrap; }
.fpill { font-size: 12px; font-weight: 500; color: var(--mid); padding: 5px 16px; border: 1px solid var(--border); background: var(--white); cursor: pointer; border-radius: 4px; transition: all .2s; }
.fpill:hover { border-color: var(--blue); color: var(--blue); }
.fpill.active { background: var(--black); border-color: var(--black); color: #fff; }


/* =====================
   READING PROGRESS BAR
   ===================== */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--blue);
  width: 0;
  z-index: 9999;
  transition: width .1s linear;
}


/* =====================
   HERO (HOMEPAGE)
   ===================== */
.hero { max-width: 1240px; margin: 20px auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 320px; gap: 0; }

/* Carousel wrapper replaces hero-main in grid */
.hero-carousel { position: relative; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; position: relative; pointer-events: auto; }

/* Dot indicators */
.carousel-dots { position: absolute; bottom: 16px; left: 30px; display: flex; gap: 8px; z-index: 10; }
.cdot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); border: none; cursor: pointer; padding: 0; transition: background .3s, transform .3s; }
.cdot.active { background: #fff; transform: scale(1.25); }

.hero-main {
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.hero-img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(160deg, #0d1f3c 0%, #060d1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 55% 30%, rgba(26,86,219,.45) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(180,20,20,.2) 0%, transparent 45%);
}
.hero-img-icon { position: relative; z-index: 1; font-size: 120px; opacity: .06; }
.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,10,20,.92) 0%, rgba(5,10,20,.45) 40%, rgba(5,10,20,.0) 100%);
}
.photo-credit { position: absolute; bottom: 10px; right: 12px; font-size: 10px; color: rgba(255,255,255,.3); z-index: 3; }
.hero-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 30px 30px;
  z-index: 2;
}
.hero-cat {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero-title {
  font-family: 'Merriweather', serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 12px;
}
.hero-main:hover .hero-title { color: #c3d7fa; }
.hero-excerpt { font-size: 15px; color: rgba(255,255,255,.72); line-height: 1.65; margin-bottom: 16px; }
.hero-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.meta-pub { color: var(--red); font-weight: 700; }
.meta-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.3); }
.hero-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: gap .2s;
}
.hero-main:hover .hero-read { gap: 10px; }

/* Hero sidebar */
.hero-sidebar {
  display: flex;
  flex-direction: column;
  background: #0d1625;
  border-left: 1px solid rgba(255,255,255,.07);
}
.sidebar-head {
  padding: 14px 18px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.top-story {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  cursor: pointer;
  transition: background .15s;
}
.top-story:last-of-type { border-bottom: none; }
.top-story:hover { background: rgba(255,255,255,.04); }
.ts-cat { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.ts-title { font-size: 14px; font-weight: 700; color: #e8edf5; line-height: 1.4; margin-bottom: 5px; transition: color .15s; }
.top-story:hover .ts-title { color: #fff; }
.ts-meta { font-size: 11px; color: rgba(255,255,255,.35); }

/* Hero sidebar newsletter */
.sidebar-newsletter {
  padding: 16px 18px;
  background: rgba(26,86,219,.15);
  border-top: 1px solid rgba(26,86,219,.3);
  margin-top: auto;
}
.sn-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sn-sub { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 10px; line-height: 1.5; }
.sn-form { display: flex; }
.sn-input { flex: 1; padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); border-right: none; font-size: 12px; outline: none; background: rgba(255,255,255,.08); color: #fff; }
.sn-input::placeholder { color: rgba(255,255,255,.35); }
.sn-input:focus { border-color: var(--blue); }
.sn-btn { background: var(--blue); color: #fff; font-size: 12px; font-weight: 600; padding: 8px 14px; border: none; cursor: pointer; white-space: nowrap; }


/* =====================
   HOMEPAGE: CONTENT LAYOUT
   ===================== */
.content-layout { max-width: 1240px; margin: 0 auto; padding: 0 24px 28px; display: grid; grid-template-columns: 1fr 300px; gap: 28px; }

/* Article grid */
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.article-card { background: var(--white); border: 1px solid var(--border); cursor: pointer; transition: box-shadow .2s, transform .15s; display: flex; flex-direction: column; }
.article-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); transform: translateY(-2px); }
.ac-img { width: 100%; height: 170px; background: #0d1625; position: relative; flex-shrink: 0; overflow: hidden; }
.ac-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.ac-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.ac-cat { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 7px; }
.ac-title { font-family: 'Oswald', sans-serif; font-size: 17px; font-weight: 600; color: var(--black); line-height: 1.25; margin-bottom: 6px; flex: 1; transition: color .2s; }
.article-card:hover .ac-title { color: var(--blue); }
.ac-excerpt { font-size: 13px; color: var(--mid); line-height: 1.6; margin-bottom: 10px; }
.ac-footer { display: flex; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 9px; font-size: 11px; color: var(--muted); }
.ac-pub { font-weight: 600; color: var(--mid); }

/* Right sidebar (shared) */
.right-sidebar { display: flex; flex-direction: column; gap: 20px; }
.widget { background: var(--white); border: 1px solid var(--border); }
.widget-head { padding: 11px 16px; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid var(--border); background: var(--bg); }

/* Editor's picks widget */
.ep-item { padding: 14px 16px; border-bottom: 1px solid var(--border); cursor: pointer; transition: background .15s; }
.ep-item:last-child { border-bottom: none; }
.ep-item:hover { background: var(--bg); }
.ep-item-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px; }
.ep-item-title { font-size: 13px; font-weight: 600; color: var(--black); line-height: 1.4; margin-bottom: 4px; transition: color .15s; }
.ep-item:hover .ep-item-title { color: var(--blue); }
.ep-item-meta { font-size: 11px; color: var(--muted); }

/* Popular widget */
.pop-item { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--border); cursor: pointer; transition: background .15s; }
.pop-item:last-child { border-bottom: none; }
.pop-item:hover { background: var(--bg); }
.pop-num { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: var(--border); line-height: 1; flex-shrink: 0; width: 24px; }
.pop-title { font-size: 12px; font-weight: 600; color: var(--black); line-height: 1.4; transition: color .15s; }
.pop-item:hover .pop-title { color: var(--blue); }
.pop-meta { font-size: 10px; color: var(--muted); margin-top: 3px; }

/* Sidebar text-only list */
.sw-item { padding: 12px 16px; border-bottom: 1px solid var(--border); cursor: pointer; transition: background .15s; }
.sw-item:last-child { border-bottom: none; }
.sw-item:hover { background: var(--bg); }
.sw-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.sw-title { font-size: 13px; font-weight: 600; color: var(--black); line-height: 1.4; margin-bottom: 3px; transition: color .15s; }
.sw-item:hover .sw-title { color: var(--blue); }
.sw-meta { font-size: 11px; color: var(--muted); }

/* Sticky sidebar */
.sticky-sidebar { position: sticky; top: 80px; }


/* =====================
   HOMEPAGE: FORUMS
   ===================== */
.forums-section { max-width: 1240px; margin: 0 auto 28px; padding: 0 24px; }
.forums-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 0; }
.forum-card { background: var(--white); border: 1px solid var(--border); padding: 18px; cursor: pointer; transition: box-shadow .2s; }
.forum-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.forum-icon { font-size: 28px; margin-bottom: 10px; }
.forum-title { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 6px; transition: color .2s; }
.forum-card:hover .forum-title { color: var(--blue); }
.forum-desc { font-size: 12px; color: var(--mid); line-height: 1.5; margin-bottom: 12px; }
.forum-stats { display: flex; gap: 16px; font-size: 11px; color: var(--muted); padding-top: 10px; border-top: 1px solid var(--border); }
.forum-stats strong { color: var(--mid); font-weight: 600; }
.latest-thread { font-size: 12px; color: var(--mid); margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--border); }
.latest-thread strong { color: var(--blue); }
.forums-cta { text-align: center; margin-top: 14px; }
.forums-cta a { display: inline-block; background: var(--black); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 28px; border-radius: 4px; transition: background .2s; }
.forums-cta a:hover { background: var(--dark); }


/* =====================
   HOMEPAGE: NEWSLETTER
   ===================== */
.nl-full { background: var(--black); padding: 40px 0; }
.nl-inner { max-width: 560px; margin: 0 auto; padding: 0 24px; text-align: center; }
.nl-eyebrow { font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.nl-title { font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 8px; }
.nl-sub { font-size: 14px; color: #6b7280; line-height: 1.65; margin-bottom: 22px; }
.nl-form { display: flex; justify-content: center; }
.nl-btn { background: var(--blue); color: #fff; font-size: 14px; font-weight: 700; padding: 13px 32px; border: none; cursor: pointer; border-radius: 4px; white-space: nowrap; text-decoration: none; display: inline-block; }
.nl-note { font-size: 11px; color: #4b5563; margin-top: 10px; }

/* Support banner */
.support-wrap { max-width: 1240px; margin: 0 auto 28px; padding: 0 24px; }
.support-inner { background: var(--blue-soft); border: 1px solid #c3d7fa; border-left: 4px solid var(--blue); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.support-text h4 { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 3px; }
.support-text p { font-size: 13px; color: var(--mid); }
.support-btn { background: var(--blue); color: #fff; font-size: 13px; font-weight: 600; padding: 9px 22px; border-radius: 4px; border: none; cursor: pointer; white-space: nowrap; transition: background .2s; }
.support-btn:hover { background: var(--blue-dark); }


/* =====================
   ARTICLE PAGE
   ===================== */
.article-layout { max-width: 1240px; margin: 20px auto; padding: 0 24px 40px; display: grid; grid-template-columns: 1fr 300px; gap: 40px; }

/* Breadcrumb */
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumb a { color: var(--blue); transition: opacity .2s; }
.breadcrumb a:hover { opacity: .7; }
.breadcrumb-sep { color: var(--border); }

/* Article header */
.article-header { margin-bottom: 20px; }
.article-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}
.article-title {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 14px;
}
.article-deck {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.65;
  font-weight: 400;
  border-left: 4px solid var(--blue);
  padding-left: 16px;
  margin-bottom: 18px;
}

/* Article meta row */
.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.meta-author { display: flex; align-items: center; gap: 10px; }
.meta-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.meta-byline { font-size: 13px; font-weight: 600; color: var(--black); }
.meta-org { font-size: 11px; color: var(--muted); }
.meta-divider { width: 1px; height: 28px; background: var(--border); }
.meta-info { font-size: 12px; color: var(--muted); }
.meta-info strong { color: var(--mid); }

/* Share buttons */
.share-row { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-wrap: wrap; }
.share-label { font-size: 11px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.share-btn {
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--mid);
  cursor: pointer;
  transition: all .2s;
}
.share-btn:hover { border-color: var(--blue); color: var(--blue); }
.share-btn.share-x  { background: #000;    color: #fff; border-color: #000;    }
.share-btn.share-fb { background: #1877f2; color: #fff; border-color: #1877f2; }
.share-btn.share-wa { background: #25d366; color: #fff; border-color: #25d366; }
.share-btn.share-tg { background: #229ed9; color: #fff; border-color: #229ed9; }
.share-btn.share-x:hover, .share-btn.share-fb:hover,
.share-btn.share-wa:hover, .share-btn.share-tg:hover { opacity: .85; color: #fff; border-color: transparent; }

/* Article hero image */
.article-hero-img {
  width: 100%;
  height: 420px;
  background: #0d1625;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.article-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-caption { font-size: 11px; color: var(--muted); margin-bottom: 24px; font-style: italic; }

/* Article body */
.article-body { font-family: 'Merriweather', serif; font-size: 17px; line-height: 1.85; color: var(--dark); max-width: 720px; }
.article-body p { margin-bottom: 22px; }
.article-body h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  margin: 32px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--black);
}
.article-body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  margin: 26px 0 12px;
}
.article-body blockquote {
  border-left: 4px solid var(--blue);
  padding: 14px 20px;
  background: var(--blue-soft);
  margin: 28px 0;
  font-style: italic;
  color: var(--dark);
  border-radius: 0 4px 4px 0;
}
.article-body blockquote cite {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: var(--blue);
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
}
.article-body ul, .article-body ol { margin: 0 0 22px 24px; }
.article-body li { margin-bottom: 8px; }
.article-body strong { color: var(--black); }
.article-body a { color: var(--blue); text-decoration: underline; }

/* Inline ad */
.inline-ad { margin: 28px 0; }

/* Stat box */
.stat-box {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--blue);
  padding: 18px 20px;
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.stat-item { text-align: center; }
.stat-num { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: var(--blue); display: block; }
.stat-label { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }

/* Article tags */
.article-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 28px 0 0; padding-top: 20px; border-top: 1px solid var(--border); }
.article-tags .tag-label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-right: 4px; align-self: center; }
.atag { font-size: 11px; font-weight: 500; color: var(--mid); padding: 4px 12px; border: 1px solid var(--border); border-radius: 50px; cursor: pointer; transition: all .2s; }
.atag:hover { border-color: var(--blue); color: var(--blue); }

/* Bottom share bar */
.bottom-share { background: var(--bg); border: 1px solid var(--border); padding: 16px 18px; margin-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.bs-label { font-size: 13px; font-weight: 600; color: var(--mid); }
.bs-btns { display: flex; gap: 8px; }

/* Related articles */
.related-section { margin-top: 36px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 12px; }
.related-card { background: var(--white); border: 1px solid var(--border); cursor: pointer; transition: box-shadow .2s; }
.related-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.rc-img { height: 130px; background: #0d1625; overflow: hidden; flex-shrink: 0; }
.rc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rc-body { padding: 12px; }
.rc-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.rc-title { font-size: 13px; font-weight: 700; color: var(--black); line-height: 1.35; transition: color .2s; }
.related-card:hover .rc-title { color: var(--blue); }
.rc-meta { font-size: 11px; color: var(--muted); margin-top: 5px; }


/* =====================
   CATEGORY PAGE
   ===================== */
.cat-banner { background: var(--black); border-bottom: 3px solid var(--blue); padding: 28px 0 20px; }
.cat-banner-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.cat-eyebrow { font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 6px; }
.cat-heading { font-family: 'Oswald', sans-serif; font-size: 38px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.cat-heading em { color: var(--blue); font-style: normal; }
.cat-desc { font-size: 14px; color: #6b7280; max-width: 520px; }
.cat-count { font-size: 12px; color: #6b7280; margin-top: 10px; }

.cat-layout { max-width: 1240px; margin: 20px auto; padding: 0 24px 40px; display: grid; grid-template-columns: 1fr 300px; gap: 28px; }

/* Filter + sort row */
.list-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.sort-select { font-size: 12px; font-weight: 500; color: var(--mid); border: 1px solid var(--border); background: var(--white); padding: 5px 10px; border-radius: 4px; cursor: pointer; outline: none; }

/* Featured card */
.feat-card { background: var(--white); border: 1px solid var(--border); display: grid; grid-template-columns: 340px 1fr; margin-bottom: 16px; cursor: pointer; transition: box-shadow .2s; }
.feat-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.09); }
.feat-img { height: 210px; background: #0d1625; overflow: hidden; flex-shrink: 0; }
.feat-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feat-body { padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; }
.feat-cat { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.feat-title { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: var(--black); line-height: 1.2; margin-bottom: 10px; transition: color .2s; }
.feat-card:hover .feat-title { color: var(--blue); }
.feat-excerpt { font-size: 14px; color: var(--mid); line-height: 1.65; margin-bottom: 12px; }
.feat-meta { font-size: 12px; color: var(--muted); }

/* Article list */
.article-list { display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.list-item { background: var(--white); display: grid; grid-template-columns: 120px 1fr; cursor: pointer; transition: background .15s; }
.list-item:hover { background: #fafbfc; }
.li-img { height: 88px; background: #0d1625; overflow: hidden; flex-shrink: 0; }
.li-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.li-body { padding: 12px 14px; display: flex; flex-direction: column; justify-content: space-between; }
.li-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.li-title { font-size: 14px; font-weight: 700; color: var(--black); line-height: 1.35; margin-bottom: 4px; transition: color .2s; }
.list-item:hover .li-title { color: var(--blue); }
.li-meta { font-size: 11px; color: var(--muted); }

/* Pagination */
.pagination { display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 24px; flex-wrap: wrap; }
.page-btn { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); background: var(--white); font-size: 13px; font-weight: 500; color: var(--mid); cursor: pointer; border-radius: 4px; transition: all .2s; }
.page-btn:hover { border-color: var(--blue); color: var(--blue); }
.page-btn.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.page-btn.wide { width: auto; padding: 0 12px; }

/* Tags cloud */
.tags-cloud { padding: 14px 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-size: 11px; font-weight: 500; color: var(--mid); padding: 4px 12px; border: 1px solid var(--border); border-radius: 50px; cursor: pointer; transition: all .2s; background: var(--white); }
.tag:hover { border-color: var(--blue); color: var(--blue); }


/* =====================
   POLICY / STATIC PAGES (page.php)
   ===================== */
.policy-wrap { max-width: 760px; margin: 0 auto; padding: 40px 24px 60px; }
.policy-header { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.policy-eyebrow { font-size: 11px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.policy-title { font-family: 'Merriweather', serif; font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.policy-updated { font-size: 13px; color: var(--muted); }
.policy-body { font-size: 15px; line-height: 1.8; color: var(--text); }
.policy-body h2 { font-size: 18px; font-weight: 700; margin: 28px 0 10px; }
.policy-body p  { margin-bottom: 16px; }
.policy-body ul { padding-left: 20px; margin-bottom: 16px; }
.policy-body li { margin-bottom: 8px; }

/* =====================
   ABOUT PAGE (page-about.php)
   ===================== */
.about-hero { background: var(--black); padding: 64px 24px; text-align: center; }
.about-hero-inner { max-width: 720px; margin: 0 auto; }
.about-eyebrow { font-size: 11px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
.about-title { font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 700; color: #fff; text-transform: uppercase; line-height: 1.15; margin-bottom: 14px; }
.about-tagline { font-size: 16px; color: #6b7280; }
.about-body { max-width: 900px; margin: 0 auto; padding: 48px 24px 60px; }
.about-content { font-size: 16px; line-height: 1.85; color: var(--text); margin-bottom: 48px; }
.about-content p { margin-bottom: 18px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.astat { text-align: center; background: var(--bg); border: 1px solid var(--border); padding: 28px 16px; border-radius: 4px; }
.astat-num { font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 700; color: var(--blue); margin-bottom: 6px; }
.astat-label { font-size: 13px; color: var(--muted); line-height: 1.4; }
.about-mission { background: var(--black); color: #fff; padding: 36px 40px; border-radius: 4px; }
.about-mission h2 { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; text-transform: uppercase; margin-bottom: 16px; color: var(--blue); }
.about-mission p { font-size: 15px; line-height: 1.8; color: rgba(255,255,255,.75); margin-bottom: 14px; }

/* =====================
   CONTACT PAGE (page-contact.php)
   ===================== */
.contact-wrap { max-width: 1100px; margin: 0 auto; padding: 48px 24px 60px; }
.contact-header { text-align: center; margin-bottom: 40px; }
.contact-title { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; text-transform: uppercase; color: var(--text); margin-bottom: 8px; }
.contact-sub { font-size: 15px; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; }
.contact-success { background: #d1fae5; border: 1px solid #6ee7b7; color: #065f46; padding: 16px 20px; border-radius: 4px; margin-bottom: 24px; }
.contact-error   { background: #fee2e2; border: 1px solid #fca5a5; color: #991b1b; padding: 16px 20px; border-radius: 4px; margin-bottom: 24px; }
.cf-row { display: grid; gap: 16px; }
.cf-row--2 { grid-template-columns: 1fr 1fr; }
.cf-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.cf-field label { font-size: 13px; font-weight: 600; color: var(--text); }
.cf-field label span { color: var(--red); }
.cf-field input, .cf-field select, .cf-field textarea { padding: 10px 14px; border: 1px solid var(--border); background: var(--white); color: var(--text); font-size: 14px; border-radius: 4px; outline: none; font-family: inherit; transition: border-color .2s; }
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus { border-color: var(--blue); }
.cf-field textarea { resize: vertical; }
.cf-submit { background: var(--blue); color: #fff; font-size: 14px; font-weight: 700; padding: 12px 32px; border: none; border-radius: 4px; cursor: pointer; transition: opacity .2s; }
.cf-submit:hover { opacity: .85; }
.contact-info-col { display: flex; flex-direction: column; gap: 28px; padding-top: 4px; }
.ci-block h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.ci-block p { font-size: 14px; color: var(--muted); line-height: 1.65; }
.ci-social { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; }
.ci-social a { font-size: 14px; color: var(--blue); }

/* =====================
   FOOTER
   ===================== */
.site-footer { background: var(--black); padding: 48px 0 20px; }
.footer-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid #1f2937; margin-bottom: 24px; }
.footer-logo { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: #fff; letter-spacing: 1px; text-transform: uppercase; display: block; margin-bottom: 10px; }
.footer-logo em { color: var(--blue); font-style: normal; }
.footer-desc { font-size: 13px; color: #6b7280; line-height: 1.7; margin-bottom: 16px; }
.footer-badge { display: inline-block; font-size: 10px; font-weight: 700; color: var(--blue); border: 1px solid #1d4ed8; padding: 3px 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-col h5 { font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid #1f2937; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul a { font-size: 13px; color: #6b7280; transition: color .2s; }
.footer-col ul a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; font-size: 11px; color: #4b5563; flex-wrap: wrap; gap: 8px; }


/* =====================
   WORDPRESS-SPECIFIC STYLES
   ===================== */

/* Active menu items (WordPress current-menu-item) */
.site-nav .current-menu-item a,
.site-nav a.active { color: #fff; }

.subnav-inner .current-menu-item a { color: #fff; border-bottom-color: var(--blue); }

/* Article body images */
.article-body img { max-width: 100%; height: auto; border-radius: 2px; margin: 24px 0; }
.article-body .wp-block-image { margin: 24px 0; }

/* WordPress block quote */
.article-body .wp-block-quote { border-left: 4px solid var(--blue); padding: 14px 20px; background: var(--blue-soft); margin: 28px 0; font-style: italic; }

/* Caption */
.wp-caption-text { font-size: 12px; color: var(--muted); font-style: italic; margin-top: 6px; }

/* Alignment classes */
.alignleft  { float: left;  margin: 0 20px 16px 0; }
.alignright { float: right; margin: 0 0 16px 20px; }
.aligncenter { display: block; margin: 0 auto 16px; }


/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 768px) {
  /* Header */
  .site-nav, .header-subnav { display: none; }
  .site-nav.nav-open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--header-bg); padding: 12px 0; z-index: 998; }
  .hamburger { display: flex; }
  .btn-subscribe { padding: 7px 14px; font-size: 12px; }

  /* Hero */
  .hero { grid-template-columns: 1fr; padding: 0 16px; }
  .hero-img { height: 420px; }
  .hero-title { font-size: 22px; }
  .hero-excerpt { display: none; }
  .hero-body { padding: 20px; }
  .hero-sidebar { display: none; }

  /* Homepage layout */
  .ad-wrap { padding: 12px 16px 0; }
  .content-layout { grid-template-columns: 1fr; padding: 0 16px 24px; }
  .article-grid { grid-template-columns: 1fr; }
  .forums-grid { grid-template-columns: 1fr; }
  .forums-section { padding: 0 16px; }
  .support-wrap { padding: 0 16px; }
  .support-inner { flex-direction: column; gap: 10px; }

  /* Article */
  .article-layout { grid-template-columns: 1fr; gap: 24px; padding: 0 16px 28px; }
  .article-title { font-size: 26px; }
  .article-deck { font-size: 15px; }
  .article-hero-img { height: 220px; }
  .article-body { font-size: 16px; }
  .share-row { margin-left: 0; }
  .stat-box { grid-template-columns: repeat(3, 1fr); }
  .related-grid { grid-template-columns: 1fr; }

  /* Category */
  .cat-heading { font-size: 26px; }
  .cat-layout { grid-template-columns: 1fr; padding: 0 16px 28px; }
  .feat-card { grid-template-columns: 1fr; }
  .feat-img { height: 180px; width: 100%; }
  .list-item { grid-template-columns: 100px 1fr; }
  .li-img { height: 80px; }

  /* Sidebar hidden on mobile */
  .right-sidebar { display: none; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
}

/* ── 404 PAGE ── */
.error-page { max-width: 680px; margin: 60px auto; padding: 0 24px 60px; text-align: center; }
.error-num { font-family: 'Oswald', sans-serif; font-size: 120px; font-weight: 700; color: var(--border); line-height: 1; margin-bottom: 8px; }
.error-title { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: var(--black); text-transform: uppercase; margin-bottom: 12px; }
.error-desc { font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 28px; }
.error-search { display: flex; max-width: 420px; margin: 0 auto 28px; }
.error-search-input { flex: 1; padding: 10px 14px; border: 1px solid var(--border); border-right: none; font-size: 14px; outline: none; border-radius: 4px 0 0 4px; }
.error-search-input:focus { border-color: var(--blue); }
.error-search-btn { background: var(--blue); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 18px; border: none; cursor: pointer; border-radius: 0 4px 4px 0; }
.error-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 36px; }
.btn-primary { background: var(--black); color: #fff; font-size: 13px; font-weight: 600; padding: 9px 20px; border-radius: 4px; transition: background .2s; }
.btn-primary:hover { background: var(--dark); }
.btn-outline { border: 1px solid var(--border); color: var(--mid); font-size: 13px; font-weight: 500; padding: 8px 18px; border-radius: 4px; transition: all .2s; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.error-recent { text-align: left; }
.error-recent-title { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; color: var(--black); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--black); }

/* ── SEARCH PAGE ── */
.search-bar-inline { display: flex; margin-bottom: 4px; }
.search-input-inline { flex: 1; padding: 10px 14px; border: 1px solid var(--border); border-right: none; font-size: 14px; outline: none; border-radius: 4px 0 0 4px; background: var(--white); }
.search-input-inline:focus { border-color: var(--blue); }
.search-btn-inline { background: var(--blue); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 18px; border: none; cursor: pointer; border-radius: 0 4px 4px 0; }
.search-no-results { padding: 20px 0; }
.search-no-results p { font-size: 15px; color: var(--mid); line-height: 1.7; }

/* ── COMMENTS ── */
.comments-section { margin-top: 36px; padding-top: 4px; }
.comment-list { list-style: none; display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-bottom: 8px; }
.comment-list ol { list-style: none; padding-left: 20px; }
.gmh-comment { background: var(--white); padding: 16px 18px; }
.comment-body {}
.comment-author-line { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.comment-avatar { border-radius: 50%; flex-shrink: 0; }
.comment-author-name { font-size: 13px; font-weight: 700; color: var(--black); display: block; }
.comment-date { font-size: 11px; color: var(--muted); }
.comment-content { font-size: 15px; color: var(--dark); line-height: 1.7; }
.comment-content p { margin-bottom: 8px; }
.comment-reply { margin-top: 8px; }
.comment-reply a { font-size: 12px; color: var(--blue); font-weight: 600; }
.comment-form-wrap { margin-top: 8px; }
.comment-form-field { margin-bottom: 10px; }
.comment-textarea { width: 100%; padding: 10px 14px; border: 1px solid var(--border); font-size: 14px; font-family: 'Inter', sans-serif; outline: none; resize: vertical; min-height: 120px; border-radius: 4px; }
.comment-textarea:focus { border-color: var(--blue); }
.comment-input { width: 100%; padding: 10px 14px; border: 1px solid var(--border); font-size: 14px; font-family: 'Inter', sans-serif; outline: none; border-radius: 4px; }
.comment-input:focus { border-color: var(--blue); }
.comment-submit-btn { background: var(--blue); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 28px; border: none; cursor: pointer; border-radius: 4px; transition: background .2s; }
.comment-submit-btn:hover { background: var(--blue-dark); }
.comments-closed { font-size: 14px; color: var(--muted); padding: 16px 0; }
.comment-awaiting { background: #fef9c3; padding: 6px 10px; border-radius: 3px; font-size: 12px; margin-bottom: 8px; }

/* ── PAGE BANNER (archive/home.php) ── */
.page-banner { background: var(--black); border-bottom: 3px solid var(--blue); padding: 26px 0 18px; }
.page-banner-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.page-eyebrow { font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 5px; }
.page-title { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: #fff; text-transform: uppercase; }

/* Archive layout (home.php) */
.archive-layout { max-width: 1240px; margin: 20px auto; padding: 0 24px 40px; display: grid; grid-template-columns: 1fr 280px; gap: 28px; }
.archive-search { display: flex; }
.arch-input { width: 260px; padding: 9px 14px; border: 1px solid #374151; border-right: none; background: #1f2937; color: #fff; font-size: 13px; outline: none; border-radius: 4px 0 0 4px; }
.arch-input::placeholder { color: #6b7280; }
.arch-input:focus { border-color: var(--blue); }
.arch-btn { background: var(--blue); color: #fff; font-size: 13px; font-weight: 600; padding: 9px 16px; border: none; cursor: pointer; border-radius: 0 4px 4px 0; }
.controls-bar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px solid var(--black); margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.controls-left { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: 0.3px; }

/* Mobile additions for new pages */
@media (max-width: 768px) {
  .archive-layout { grid-template-columns: 1fr; padding: 0 16px 28px; }
  .arch-input { width: 100%; }
  .page-banner-inner { flex-direction: column; align-items: flex-start; }
  .error-num { font-size: 80px; }
  .error-title { font-size: 24px; }
}
