/*
Theme Name: HaifaKrayotNews Pro
Theme URI: https://haifa-krayot.co.il
Author: חדשות חיפה והקריות
Description: עיתון דיגיטלי מקומי – חיפה, קריית אתא, קריית ביאליק, קריית מוצקין
Version: 2.0
Requires at least: 6.0
Requires PHP: 8.0
License: Private
Text Domain: hkrayot
Tags: news, rtl, hebrew, haifa
*/

/* ═══════════════════════════════════════════
   TOKENS
═══════════════════════════════════════════ */
:root {
  --navy:   #0D3B66;
  --blue:   #1277B3;
  --teal:   #2BA37A;
  --teal2:  #239068;
  --bg:     #F5F7FA;
  --card:   #FFFFFF;
  --text:   #222222;
  --muted:  #6B7280;
  --border: #E2E8F0;
  --red:    #D62828;

  --font-head: 'Rubik', 'Assistant', sans-serif;
  --font-body: 'Assistant', 'Rubik', sans-serif;

  --wrap: 1240px;
  --radius: 8px;
  --shadow: 0 2px 12px rgba(0,0,0,.08);
  --shadow-hover: 0 8px 32px rgba(0,0,0,.14);
  --transition: .22s cubic-bezier(.4,0,.2,1);
}

/* ═══════════════════════════════════════════
   RESET + BASE
═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { direction: rtl; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ═══════════════════════════════════════════
   LAYOUT UTILITIES
═══════════════════════════════════════════ */
.hk-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.hk-flex { display: flex; align-items: center; }
.hk-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hk-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hk-section { padding: 48px 0; }
.hk-section-title {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  padding-bottom: 12px;
  margin-bottom: 28px;
  border-bottom: 3px solid var(--teal);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hk-section-title .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); display: inline-block; }

/* ═══════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════ */
.hk-topbar {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  font-size: 13px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.hk-topbar-inner { justify-content: space-between; }
.hk-topbar-right { display: flex; align-items: center; gap: 18px; }
.hk-topbar-right a { color: rgba(255,255,255,.75); transition: color var(--transition); }
.hk-topbar-right a:hover { color: var(--teal); }
.hk-topbar-social { display: flex; gap: 12px; }
.hk-topbar-social a { display: flex; align-items: center; }
.hk-topbar-social svg { width: 16px; height: 16px; }

/* ═══════════════════════════════════════════
   HEADER
═══════════════════════════════════════════ */
.hk-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.hk-header-inner { justify-content: space-between; gap: 20px; }

/* Logo */
.hk-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.hk-logo-icon svg { width: 52px; height: 52px; }
.hk-logo-text { line-height: 1.15; }
.hk-logo-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  color: var(--navy);
  letter-spacing: -0.3px;
}
.hk-logo-name span { color: var(--teal); }
.hk-logo-tag { font-size: 12px; color: var(--muted); font-weight: 400; }

/* Header right */
.hk-header-actions { display: flex; align-items: center; gap: 16px; }

/* Search */
.hk-search-form {
  display: flex;
  align-items: center;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color var(--transition);
}
.hk-search-form:focus-within { border-color: var(--blue); }
.hk-search-form input {
  border: none;
  background: none;
  padding: 8px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  width: 200px;
  outline: none;
  direction: rtl;
}
.hk-search-form button {
  padding: 8px 14px;
  color: var(--muted);
  display: flex;
  align-items: center;
}
.hk-search-form button:hover { color: var(--blue); }

/* CTA button */
.hk-btn-story {
  background: var(--teal);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 24px;
  white-space: nowrap;
  transition: background var(--transition), transform var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hk-btn-story:hover { background: var(--teal2); transform: translateY(-1px); color: #fff; }
.hk-btn-story svg { width: 16px; height: 16px; }

/* Hamburger */
.hk-hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.hk-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: var(--transition);
}

/* ═══════════════════════════════════════════
   NAV
═══════════════════════════════════════════ */
.hk-nav {
  background: var(--navy);
  position: relative;
  z-index: 190;
}
.hk-nav-list {
  display: flex;
  align-items: center;
  gap: 0;
}
.hk-nav-list > li > a {
  display: block;
  color: rgba(255,255,255,.85);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 14px;
  padding: 14px 18px;
  transition: color var(--transition), background var(--transition);
  position: relative;
}
.hk-nav-list > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--teal);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.hk-nav-list > li > a:hover,
.hk-nav-list > li.current > a {
  color: #fff;
  background: rgba(255,255,255,.07);
}
.hk-nav-list > li > a:hover::after,
.hk-nav-list > li.current > a::after {
  transform: scaleX(1);
}

/* ═══════════════════════════════════════════
   BREAKING TICKER
═══════════════════════════════════════════ */
.hk-breaking {
  background: #FEF3C7;
  border-bottom: 1px solid #FCD34D;
  overflow: hidden;
}
.hk-breaking-inner { display: flex; align-items: center; height: 40px; }
.hk-breaking-label {
  background: var(--red);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12px;
  padding: 4px 14px;
  border-radius: 0 4px 4px 0;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 16px;
  letter-spacing: 0.5px;
}
.hk-breaking-scroll { overflow: hidden; flex: 1; }
.hk-breaking-track {
  display: flex;
  gap: 40px;
  animation: hkTicker 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.hk-breaking-track a {
  font-size: 14px;
  color: #92400E;
  font-weight: 600;
  transition: color var(--transition);
}
.hk-breaking-track a:hover { color: var(--red); }
.hk-breaking-track .sep { color: #D97706; }
@keyframes hkTicker {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ═══════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════ */
.hk-hero { padding: 32px 0 0; }
.hk-hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: start;
}

/* Featured article */
.hk-featured {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--card);
  box-shadow: var(--shadow);
  position: relative;
}
.hk-featured-img {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.hk-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.hk-featured:hover .hk-featured-img img { transform: scale(1.03); }
.hk-featured-overlay {
  position: absolute;
  bottom: 0; right: 0; left: 0;
  background: linear-gradient(to top, rgba(13,59,102,.95) 0%, rgba(13,59,102,.5) 60%, transparent 100%);
  padding: 40px 28px 28px;
  color: #fff;
}
.hk-featured-cat {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hk-featured-title {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.hk-featured-excerpt {
  font-size: 15px;
  opacity: .88;
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hk-btn-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 24px;
  transition: background var(--transition);
}
.hk-btn-read:hover { background: var(--teal2); color: #fff; }
.hk-btn-read svg { width: 16px; height: 16px; transform: rotate(180deg); }

/* Sidebar – מה חם בעיר */
.hk-hot-sidebar {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hk-hot-header {
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hk-hot-header svg { width: 18px; height: 18px; color: var(--teal); }
.hk-hot-list { padding: 4px 0; }
.hk-hot-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.hk-hot-item:last-child { border-bottom: none; }
.hk-hot-item:hover { background: var(--bg); }
.hk-hot-rank {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  color: var(--border);
  line-height: 1;
  min-width: 28px;
  flex-shrink: 0;
}
.hk-hot-item:first-child .hk-hot-rank { color: var(--teal); }
.hk-hot-item:nth-child(2) .hk-hot-rank { color: var(--blue); }
.hk-hot-thumb {
  width: 72px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.hk-hot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hk-hot-info { flex: 1; }
.hk-hot-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
}
.hk-hot-title:hover { color: var(--blue); }
.hk-hot-time { font-size: 12px; color: var(--muted); }

/* ═══════════════════════════════════════════
   NEWS CARDS GRID
═══════════════════════════════════════════ */
.hk-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--transition), transform var(--transition);
}
.hk-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}
.hk-card-img {
  position: relative;
  height: 190px;
  overflow: hidden;
}
.hk-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.hk-card:hover .hk-card-img img { transform: scale(1.05); }
.hk-card-cat {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}
.hk-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.hk-card-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--transition);
}
.hk-card:hover .hk-card-title { color: var(--blue); }
.hk-card-excerpt {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hk-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.hk-card-time { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.hk-card-time svg { width: 13px; height: 13px; }
.hk-read-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 4px;
}
.hk-read-link svg { width: 14px; height: 14px; transform: rotate(180deg); }

/* No image card variant */
.hk-card-noimg .hk-card-body { padding: 20px; }
.hk-card-noimg .hk-card-cat {
  position: static;
  display: inline-block;
  margin-bottom: 10px;
}

/* ═══════════════════════════════════════════
   CATEGORY BADGES - COLOR MAP
═══════════════════════════════════════════ */
.hk-cat-local    { background: var(--teal) !important; }
.hk-cat-sport    { background: #E65100 !important; }
.hk-cat-economy  { background: #1565C0 !important; }
.hk-cat-politics { background: #6A1B9A !important; }
.hk-cat-culture  { background: #AD1457 !important; }
.hk-cat-health   { background: #2E7D32 !important; }
.hk-cat-opinions { background: var(--muted) !important; }

/* ═══════════════════════════════════════════
   SECOND FEATURED (wide card)
═══════════════════════════════════════════ */
.hk-wide-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  transition: box-shadow var(--transition);
}
.hk-wide-card:hover { box-shadow: var(--shadow-hover); }
.hk-wide-img { height: 220px; overflow: hidden; }
.hk-wide-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hk-wide-card:hover .hk-wide-img img { transform: scale(1.04); }
.hk-wide-body { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.hk-wide-cat { display: inline-block; background: var(--teal); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 10px; }
.hk-wide-title { font-family: var(--font-head); font-weight: 800; font-size: 20px; line-height: 1.3; color: var(--text); margin-bottom: 10px; }
.hk-wide-title:hover { color: var(--blue); }
.hk-wide-excerpt { font-size: 14px; color: var(--muted); line-height: 1.6; }
.hk-wide-time { margin-top: 14px; font-size: 12px; color: var(--muted); }

/* ═══════════════════════════════════════════
   CTA SECTION – "זה הבית שלנו"
═══════════════════════════════════════════ */
.hk-cta {
  background: linear-gradient(135deg, var(--navy) 0%, #1a5490 100%);
  color: #fff;
  padding: 56px 0;
  text-align: center;
  margin-top: 48px;
}
.hk-cta-title {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
}
.hk-cta-sub {
  font-size: 17px;
  opacity: .82;
  margin-bottom: 28px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hk-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  padding: 14px 36px;
  border-radius: 32px;
  transition: background var(--transition), transform var(--transition);
}
.hk-cta-btn:hover { background: var(--teal2); transform: translateY(-2px); color: #fff; }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.hk-footer {
  background: var(--navy);
  color: rgba(255,255,255,.8);
  padding: 48px 0 0;
}
.hk-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.hk-footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hk-footer-logo-name { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: #fff; }
.hk-footer-logo-name span { color: var(--teal); }
.hk-footer-desc { font-size: 14px; line-height: 1.7; max-width: 280px; opacity: .75; }
.hk-footer-social { display: flex; gap: 12px; margin-top: 18px; }
.hk-footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
.hk-footer-social a:hover { background: var(--teal); }
.hk-footer-social svg { width: 16px; height: 16px; color: #fff; }
.hk-footer-col-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--teal);
}
.hk-footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.hk-footer-col ul a { font-size: 14px; color: rgba(255,255,255,.72); transition: color var(--transition); }
.hk-footer-col ul a:hover { color: var(--teal); }
.hk-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 16px 0;
  text-align: center;
  font-size: 13px;
  opacity: .55;
}

/* ═══════════════════════════════════════════
   SINGLE POST
═══════════════════════════════════════════ */
.hk-single-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  padding-top: 36px;
  padding-bottom: 60px;
  align-items: start;
}
.hk-article {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px 40px;
}
.hk-article-cat { display: inline-block; background: var(--teal); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 14px; }
.hk-article-title {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
  margin-bottom: 12px;
}
.hk-article-meta { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 14px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.hk-article-meta svg { width: 15px; height: 15px; }
.hk-article-hero { border-radius: 8px; overflow: hidden; margin-bottom: 28px; }
.hk-article-hero img { width: 100%; max-height: 480px; object-fit: cover; }
.hk-article-body { font-size: 17px; line-height: 1.85; color: var(--text); }
.hk-article-body p { margin-bottom: 20px; }
.hk-article-body h2 { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--navy); margin: 28px 0 12px; }
.hk-article-body a { color: var(--blue); text-decoration: underline; }
.hk-sidebar-sticky { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 24px; }
.hk-sidebar-widget { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hk-sidebar-widget-title {
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 16px;
}
.hk-sidebar-posts { padding: 4px 0; }
.hk-sidebar-post { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.hk-sidebar-post:last-child { border-bottom: none; }
.hk-sidebar-post-thumb { width: 72px; height: 52px; flex-shrink: 0; border-radius: 6px; overflow: hidden; }
.hk-sidebar-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hk-sidebar-post-title { font-size: 13px; font-weight: 700; line-height: 1.4; color: var(--text); transition: color var(--transition); }
.hk-sidebar-post-title:hover { color: var(--blue); }
.hk-sidebar-post-time { font-size: 11px; color: var(--muted); margin-top: 4px; }

/* ═══════════════════════════════════════════
   MOBILE NAV OVERLAY
═══════════════════════════════════════════ */
.hk-mobile-nav {
  position: fixed;
  top: 0; right: -100%;
  width: 280px; height: 100vh;
  background: var(--navy);
  z-index: 9999;
  transition: right .3s ease;
  overflow-y: auto;
  padding: 0 0 40px;
}
.hk-mobile-nav.open { right: 0; }
.hk-mobile-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: rgba(0,0,0,.2);
}
.hk-mobile-logo { font-family: var(--font-head); font-weight: 800; font-size: 17px; color: #fff; }
.hk-mobile-close { color: rgba(255,255,255,.7); font-size: 22px; }
.hk-mobile-links { padding: 12px 0; }
.hk-mobile-links a {
  display: block;
  padding: 13px 22px;
  color: rgba(255,255,255,.85);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background var(--transition);
}
.hk-mobile-links a:hover { background: rgba(255,255,255,.07); color: #fff; }
.hk-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 9998;
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.hk-overlay.open { opacity: 1; pointer-events: all; }

/* ═══════════════════════════════════════════
   PAGINATION
═══════════════════════════════════════════ */
.hk-pagination {
  display: flex; justify-content: center; gap: 8px;
  padding: 40px 0;
}
.hk-pagination a, .hk-pagination span {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  border: 1.5px solid var(--border);
  background: var(--card);
  color: var(--text);
  transition: var(--transition);
}
.hk-pagination a:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.hk-pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hk-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hk-hero-grid { grid-template-columns: 1fr; }
  .hk-hot-sidebar { display: none; }
  .hk-single-wrap { grid-template-columns: 1fr; }
  .hk-sidebar-sticky { display: none; }
  .hk-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hk-hamburger { display: flex; }
  .hk-search-form, .hk-btn-story { display: none; }
  .hk-topbar { display: none; }
  .hk-nav { display: none; }
  .hk-grid-4, .hk-grid-3 { grid-template-columns: 1fr; }
  .hk-featured-title { font-size: 22px; }
  .hk-featured-img { height: 280px; }
  .hk-cta-title { font-size: 24px; }
  .hk-footer-grid { grid-template-columns: 1fr; }
  .hk-article { padding: 20px; }
  .hk-article-title { font-size: 24px; }
  .hk-wide-card { grid-template-columns: 1fr; }
  .hk-wide-img { height: 200px; }
}
