/*
Theme Name: Scoop Punjab
Theme URI: https://scooppunjab.com
Author: Scoop Punjab
Author URI: https://scooppunjab.com
Description: A professional, HT-style English news theme for Scoop Punjab — featuring live ticker, hero layout, category nav, sidebar, and full responsiveness.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scoop-punjab
Tags: news, magazine, blog, custom-menu, featured-images, widgetized, responsive-layout, rtl-language-support
*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
  --color-primary:   #E4002B;
  --color-navy:      #0B1C38;
  --color-black:     #111111;
  --color-white:     #ffffff;
  --color-gray-bg:   #F5F5F5;
  --color-gray-card: #FAFAFA;
  --color-gray-border: #E5E5E5;
  --color-gray-text: #666666;
  --color-gray-muted:#999999;
  --font-headline:   'DM Sans', sans-serif;
  --font-body:       'Lato', sans-serif;
  --container-max:   1280px;
  --radius:          4px;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--color-gray-bg);
  color: var(--color-black);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
a:hover { color: var(--color-primary); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* =============================================
   CONTAINER
   ============================================= */
.sp-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 16px;
}

/* =============================================
   TOP BAR
   ============================================= */
.sp-topbar {
  background: var(--color-black);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 12px;
  height: 36px;
  display: flex;
  align-items: center;
}
.sp-topbar .sp-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sp-topbar__left { display: flex; align-items: center; gap: 16px; }
.sp-topbar__date { color: #cccccc; }
.sp-topbar__edition {
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sp-topbar__center { display: flex; justify-content: center; flex: 1; }
.sp-topbar__center a { display: flex; align-items: center; }
.sp-topbar__right { display: flex; align-items: center; gap: 16px; }
.sp-topbar__weather { display: flex; align-items: center; gap: 6px; color: #cccccc; }
.sp-topbar__actions { display: flex; align-items: center; gap: 8px; }
.sp-topbar__actions a,
.sp-topbar__actions button {
  color: #cccccc;
  font-size: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s;
}
.sp-topbar__actions a:hover,
.sp-topbar__actions button:hover { color: var(--color-white); }
.sp-topbar__divider { width: 1px; height: 14px; background: #444; }

/* =============================================
   HEADER
   ============================================= */
.sp-header {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-gray-border);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.sp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.sp-header__logo { flex-shrink: 0; }
.sp-header__logo img { height: 48px; width: auto; object-fit: contain; }
.sp-header__logo .sp-logo-svg { height: 48px; }
.sp-header__search { display: flex; align-items: center; gap: 8px; }
.sp-header__search form { position: relative; }
.sp-header__search input {
  padding: 8px 16px 8px 36px;
  border: 1px solid var(--color-gray-border);
  border-radius: 20px;
  font-size: 13px;
  font-family: var(--font-body);
  width: 240px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sp-header__search input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(228,0,43,0.1);
}
.sp-header__search .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-gray-muted);
  pointer-events: none;
}
.sp-btn-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--color-black);
}

/* =============================================
   CATEGORY NAV
   ============================================= */
.sp-category-nav {
  background: var(--color-white);
  border-top: 1px solid var(--color-gray-border);
}
.sp-category-nav ul {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.sp-category-nav ul::-webkit-scrollbar { display: none; }
.sp-category-nav li a {
  display: block;
  padding: 10px 16px;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-black);
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.sp-category-nav li a:hover,
.sp-category-nav li.current-menu-item a,
.sp-category-nav li.current-cat a {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

/* =============================================
   LIVE TICKER
   ============================================= */
.sp-ticker {
  background: var(--color-black);
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sp-ticker__label {
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  text-transform: uppercase;
}
.sp-ticker__dot {
  width: 6px;
  height: 6px;
  background: var(--color-white);
  border-radius: 50%;
  animation: tickerBlink 1s ease-in-out infinite;
}
@keyframes tickerBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.sp-ticker__track {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.sp-ticker__scroll {
  display: flex;
  gap: 48px;
  animation: tickerScroll 40s linear infinite;
  white-space: nowrap;
}
.sp-ticker__scroll:hover { animation-play-state: paused; }
@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.sp-ticker__item {
  color: var(--color-white);
  font-size: 13px;
  font-family: var(--font-body);
  padding-right: 48px;
  flex-shrink: 0;
}
.sp-ticker__item a { color: var(--color-white); }
.sp-ticker__separator {
  color: var(--color-primary);
  font-weight: 700;
  margin: 0 12px;
}

/* =============================================
   AD ZONES
   ============================================= */
.sp-ad-zone {
  background: var(--color-white);
  border: 1px dashed var(--color-gray-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-muted);
  font-size: 12px;
  text-align: center;
}
.sp-ad-zone--leaderboard { width: 100%; height: 90px; margin: 12px auto; }
.sp-ad-zone--rectangle { width: 300px; height: 250px; }
.sp-ad-zone--mobile { width: 100%; height: 50px; display: none; }
.sp-ad-wrap { text-align: center; padding: 8px 0; }
.sp-ad-label {
  font-size: 10px;
  color: var(--color-gray-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

/* =============================================
   MAIN LAYOUT
   ============================================= */
.sp-main { padding: 24px 0; }
.sp-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
.sp-content { min-width: 0; }
.sp-sidebar { position: sticky; top: 80px; }

/* =============================================
   HERO SECTION
   ============================================= */
.sp-hero { margin-bottom: 24px; }
.sp-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.sp-hero__main {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 400px;
}
.sp-hero__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.sp-hero__main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
}
.sp-hero__main-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.sp-hero__secondary {
  grid-column: 2;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  min-height: 180px;
}
.sp-hero__secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.sp-hero__secondary-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
}
.sp-hero__secondary-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
}
.sp-badge {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.sp-hero__main .sp-badge { font-size: 11px; }
.sp-hero__main h2 {
  color: var(--color-white);
  font-family: var(--font-headline);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
}
.sp-hero__secondary h3 {
  color: var(--color-white);
  font-family: var(--font-headline);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.sp-hero__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}

/* =============================================
   SECTION HEADER
   ============================================= */
.sp-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-gray-border);
}
.sp-section-header__bar {
  width: 4px;
  height: 22px;
  background: var(--color-primary);
  border-radius: 2px;
  flex-shrink: 0;
}
.sp-section-header h2 {
  font-family: var(--font-headline);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sp-section-header a {
  margin-left: auto;
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 600;
}

/* =============================================
   NEWS GRID
   ============================================= */
.sp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

/* =============================================
   ARTICLE CARD
   ============================================= */
.sp-card {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-gray-border);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.sp-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.sp-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  background: var(--color-gray-border);
}
.sp-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.sp-card:hover .sp-card__img img { transform: scale(1.04); }
.sp-card__body { padding: 14px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.sp-card__category {
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sp-card__title {
  font-family: var(--font-headline);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sp-card:hover .sp-card__title { color: var(--color-primary); }
.sp-card__excerpt {
  font-size: 13px;
  color: var(--color-gray-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sp-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid var(--color-gray-border);
  font-size: 11px;
  color: var(--color-gray-muted);
}
.sp-card__meta .author { color: var(--color-gray-text); font-weight: 600; }

/* =============================================
   LIST ARTICLE CARD (sidebar style)
   ============================================= */
.sp-card-list {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-gray-border);
}
.sp-card-list:last-child { border-bottom: none; }
.sp-card-list__img {
  width: 80px;
  height: 64px;
  flex-shrink: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-gray-border);
}
.sp-card-list__img img { width: 100%; height: 100%; object-fit: cover; }
.sp-card-list__title {
  font-family: var(--font-headline);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sp-card-list__title:hover { color: var(--color-primary); }
.sp-card-list__meta { font-size: 11px; color: var(--color-gray-muted); margin-top: 4px; }

/* =============================================
   SIDEBAR WIDGETS
   ============================================= */
.sp-widget {
  background: var(--color-white);
  border-radius: var(--radius);
  border: 1px solid var(--color-gray-border);
  overflow: hidden;
  margin-bottom: 20px;
}
.sp-widget__header {
  background: var(--color-navy);
  color: var(--color-white);
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-widget__header::before {
  content: '';
  width: 3px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 2px;
}
.sp-widget__body { padding: 8px 16px; }

/* Trending numbers */
.sp-trending-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-gray-border);
}
.sp-trending-item:last-child { border-bottom: none; }
.sp-trending-num {
  font-family: var(--font-headline);
  font-size: 22px;
  font-weight: 900;
  color: var(--color-gray-border);
  line-height: 1;
  min-width: 28px;
}
.sp-trending-title {
  font-family: var(--font-headline);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-black);
}
.sp-trending-title:hover { color: var(--color-primary); }

/* =============================================
   SINGLE POST
   ============================================= */
.sp-single { background: var(--color-white); border-radius: var(--radius); overflow: hidden; }
.sp-single__hero { aspect-ratio: 16/9; overflow: hidden; }
.sp-single__hero img { width: 100%; height: 100%; object-fit: cover; }
.sp-single__body { padding: 32px; }
.sp-single__category {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.sp-single__title {
  font-family: var(--font-headline);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--color-black);
}
.sp-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: var(--color-gray-muted);
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-gray-border);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.sp-single__author { color: var(--color-black); font-weight: 700; }
.sp-single__content { font-family: var(--font-body); font-size: 16px; line-height: 1.8; color: #333; }
.sp-single__content p { margin-bottom: 20px; }
.sp-single__content h2 { font-family: var(--font-headline); font-size: 22px; font-weight: 800; margin: 28px 0 12px; }
.sp-single__content h3 { font-family: var(--font-headline); font-size: 18px; font-weight: 700; margin: 24px 0 10px; }
.sp-single__content img { border-radius: var(--radius); margin: 20px auto; }
.sp-single__content blockquote {
  border-left: 4px solid var(--color-primary);
  padding: 12px 20px;
  margin: 24px 0;
  background: var(--color-gray-bg);
  font-style: italic;
  font-size: 17px;
  color: var(--color-navy);
}
.sp-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--color-gray-border);
}
.sp-share__label { font-size: 13px; font-weight: 700; }
.sp-share__btn {
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.sp-share__btn--fb { background: #1877F2; color: white; }
.sp-share__btn--tw { background: #000000; color: white; }
.sp-share__btn--wa { background: #25D366; color: white; }
.sp-share__btn--copy { background: var(--color-gray-bg); color: var(--color-black); border: 1px solid var(--color-gray-border); }

/* =============================================
   FOOTER
   ============================================= */
.sp-footer {
  background: var(--color-navy);
  color: var(--color-white);
  margin-top: 40px;
}
.sp-footer__top {
  padding: 48px 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.sp-footer__brand {}
.sp-footer__brand .sp-logo-svg path,
.sp-footer__brand .sp-logo-svg text { fill: white; }
.sp-footer__tagline { color: #999999; font-size: 13px; line-height: 1.6; margin: 12px 0 20px; }
.sp-footer__social { display: flex; gap: 10px; }
.sp-footer__social a {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  transition: background 0.2s;
}
.sp-footer__social a:hover { background: var(--color-primary); }
.sp-footer__col h4 {
  font-family: var(--font-headline);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sp-footer__col ul { display: flex; flex-direction: column; gap: 8px; }
.sp-footer__col ul li a { color: #999999; font-size: 13px; transition: color 0.2s; }
.sp-footer__col ul li a:hover { color: var(--color-white); }
.sp-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999999;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-footer__bottom a { color: #999999; }
.sp-footer__bottom a:hover { color: white; }
.sp-footer__bottom-links { display: flex; gap: 20px; }
.sp-footer__accent {
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-navy) 100%);
}

/* =============================================
   PAGINATION
   ============================================= */
.sp-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 32px 0;
}
.sp-pagination a,
.sp-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--color-gray-border);
  background: var(--color-white);
  color: var(--color-black);
  transition: all 0.2s;
}
.sp-pagination a:hover { background: var(--color-primary); color: white; border-color: var(--color-primary); }
.sp-pagination .current { background: var(--color-primary); color: white; border-color: var(--color-primary); }

/* =============================================
   CATEGORY PAGE HEADER
   ============================================= */
.sp-cat-header {
  background: var(--color-navy);
  color: var(--color-white);
  padding: 24px 0;
  margin-bottom: 24px;
}
.sp-cat-header h1 { font-family: var(--font-headline); font-size: 28px; font-weight: 900; }
.sp-cat-header .breadcrumb { font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.sp-cat-header .breadcrumb a { color: rgba(255,255,255,0.6); }
.sp-cat-header .breadcrumb a:hover { color: white; }

/* =============================================
   MOBILE MENU
   ============================================= */
.sp-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 300;
}
.sp-mobile-overlay.active { display: block; }
.sp-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  background: var(--color-white);
  z-index: 400;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 20px rgba(0,0,0,0.15);
}
.sp-mobile-menu.active { transform: translateX(0); }
.sp-mobile-menu__head {
  padding: 16px;
  border-bottom: 1px solid var(--color-gray-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sp-mobile-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  font-size: 22px;
  color: var(--color-black);
}
.sp-mobile-menu__body { flex: 1; overflow-y: auto; padding: 8px; }
.sp-mobile-menu__body ul { display: flex; flex-direction: column; gap: 2px; }
.sp-mobile-menu__body li a {
  display: block;
  padding: 12px 16px;
  font-family: var(--font-headline);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: var(--radius);
  color: var(--color-black);
  transition: background 0.2s, color 0.2s;
}
.sp-mobile-menu__body li a:hover { background: var(--color-gray-bg); color: var(--color-primary); }

/* =============================================
   BREAKING NEWS LABEL
   ============================================= */
.sp-breaking {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-primary);
  color: white;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 8px;
}

/* =============================================
   UTILITIES
   ============================================= */
.sp-divider { border: none; border-top: 1px solid var(--color-gray-border); margin: 24px 0; }
.sp-text-primary { color: var(--color-primary); }
.sp-text-navy { color: var(--color-navy); }
.sp-font-headline { font-family: var(--font-headline); }
.sp-mt-0 { margin-top: 0; }
.sp-mb-4 { margin-bottom: 16px; }
.sp-mb-6 { margin-bottom: 24px; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .sp-layout { grid-template-columns: 1fr 280px; }
  .sp-news-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-hero__grid { grid-template-columns: 1fr; }
  .sp-hero__main { grid-row: auto; min-height: 280px; }
  .sp-hero__secondary { display: none; }
  .sp-footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .sp-topbar__left .sp-topbar__date { display: none; }
  .sp-topbar__right .sp-topbar__weather { display: none; }
  .sp-topbar__center { display: none; }
  .sp-header__inner { height: 56px; }
  .sp-header__search { display: none; }
  .sp-btn-menu { display: block; }
  .sp-category-nav { display: none; }
  .sp-layout { grid-template-columns: 1fr; }
  .sp-sidebar { display: none; }
  .sp-news-grid { grid-template-columns: 1fr; }
  .sp-single__title { font-size: 22px; }
  .sp-single__body { padding: 20px; }
  .sp-footer__top { grid-template-columns: 1fr; gap: 24px; }
  .sp-footer__bottom { flex-direction: column; text-align: center; }
  .sp-ad-zone--mobile { display: flex; }
  .sp-ad-zone--leaderboard { display: none; }
}
@media (max-width: 480px) {
  .sp-news-grid { grid-template-columns: 1fr; }
  .sp-hero__main { min-height: 220px; }
  .sp-hero__main h2 { font-size: 17px; }
}
