/*
Theme Name: Printec Blog
Theme URI: https://printecqatar.com
Author: Printec Solutions Co. WLL
Author URI: https://printecqatar.com
Description: Official blog theme for Printec Solutions Co. WLL – Colour Intelligence Series and professional printing insights.
Version: 1.0.0
License: Proprietary
License URI: https://printecqatar.com
Text Domain: printec-blog
Tags: blog, professional, printing, corporate
*/

/* ============================================================
   PRINTEC BLOG THEME - CSS
   Brand Colors: #4845CC (Indigo), #E0302B (Red), #26237A (Dark Indigo)
   Fonts: DM Sans + Lora
   ============================================================ */

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

:root {
  --indigo:    #4845CC;
  --indigo-dk: #26237A;
  --red:       #E0302B;
  --ink:       #18181F;
  --body:      #3C3C4E;
  --muted:     #6A6A7C;
  --light:     #9898AA;
  --rule:      #E4E4EE;
  --bg:        #F0F0F6;
  --card:      #E8E7F3;
  --white:     #FFFFFF;
  --serif:     'Lora', Georgia, serif;
  --sans:      'DM Sans', system-ui, sans-serif;
  --radius:    6px;
  --shadow:    0 2px 16px rgba(72,69,204,0.10);
  --shadow-lg: 0 8px 40px rgba(72,69,204,0.14);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--body);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--indigo); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── PROGRESS BAR ── */
#progress {
  position: fixed; top: 0; left: 0; z-index: 400;
  height: 3px; width: 0;
  background: linear-gradient(90deg, var(--red), var(--indigo));
  transition: width 0.1s linear;
}

/* ── SITE HEADER / NAV ── */
.site-header {
  position: sticky; top: 0; z-index: 300;
  background: rgba(240,240,246,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
	height:85px;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  height: 85px;
  display: flex; align-items: center;
  padding: 0 40px; gap: 32px;
}
.site-branding {
  margin-right: auto;
  display: flex; align-items: center; gap: 12px;
}
.site-branding img { height: 65px; width: auto; }
.site-title {
  font-size: 1rem; font-weight: 800; color: var(--ink);
  letter-spacing: 0.02em; text-decoration: none;
}
.site-title span { color: var(--red); }
.blog-badge {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--indigo);
  border: 1.5px solid var(--indigo); padding: 2px 8px;
  border-radius: 3px; margin-left: 4px;
}
.nav-menu { display: flex; gap: 24px; list-style: none; }
.nav-menu a {
  font-size: 0.78rem; font-weight: 500; color: var(--muted);
  letter-spacing: 0.04em; transition: color 0.2s; text-decoration: none;
}
.nav-menu a:hover { color: var(--indigo); }
.nav-cta {
  background: var(--indigo); color: white !important;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  padding: 8px 20px; border-radius: 4px; text-decoration: none !important;
  transition: background 0.2s; white-space: nowrap;
}
.nav-cta:hover { background: var(--indigo-dk) !important; }
.nav-hamburger {
  display: none; background: none; border: none;
  cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--ink); margin: 5px 0; border-radius: 2px;
  transition: all 0.3s;
}

/* ── BLOG HERO (Home) ── */
.blog-hero {
  background: linear-gradient(135deg, var(--indigo-dk) 0%, var(--indigo) 60%, #6B5FE0 100%);
  color: white; padding: 72px 40px 80px;
  position: relative; overflow: hidden;
}
.blog-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.blog-hero-inner {
  max-width: 760px; margin: 0 auto; position: relative; text-align: center;
}
.hero-series-label {
  display: inline-block;
  background: rgba(255,255,255,0.15); color: white;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 5px 16px; border-radius: 3px;
  margin-bottom: 20px;
}
.blog-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700; line-height: 1.15;
  margin-bottom: 16px; letter-spacing: -0.02em;
}
.blog-hero h1 em { color: #FFB3B1; font-style: italic; }
.blog-hero p {
  font-size: 1.05rem; opacity: 0.85; max-width: 560px; margin: 0 auto 28px;
}
.hero-stats {
  display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 1.6rem; font-weight: 800; }
.hero-stat span { font-size: 0.7rem; opacity: 0.7; letter-spacing: 0.1em; text-transform: uppercase; }

/* ── MAIN LAYOUT ── */
.site-main { max-width: 1200px; margin: 0 auto; padding: 60px 40px 80px; }

/* ── SECTION HEADERS ── */
.section-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 32px; padding-bottom: 16px;
  border-bottom: 2px solid var(--indigo);
}
.section-header h2 {
  font-family: var(--serif);
  font-size: 1.5rem; font-weight: 700; color: var(--ink);
}
.section-header a {
  font-size: 0.78rem; font-weight: 600; color: var(--indigo);
}

/* ── FEATURED POST ── */
.featured-post {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; margin-bottom: 64px;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.featured-post-visual {
  background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-dk) 100%);
  padding: 48px 40px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden; min-height: 380px;
}
.featured-post-visual::after {
  content: '';
  position: absolute; bottom: -60px; right: -60px;
  width: 200px; height: 200px;
  border: 40px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}
.featured-label {
  display: inline-block;
  background: var(--red); color: white;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 3px;
  margin-bottom: 20px; width: fit-content;
}
.featured-post-visual h2 {
  font-family: var(--serif);
  font-size: 1.65rem; font-weight: 700;
  color: white; line-height: 1.25; margin-bottom: 16px;
}
.featured-post-visual p {
  font-size: 0.92rem; color: rgba(255,255,255,0.78);
  line-height: 1.7; margin-bottom: 28px;
}
.featured-meta {
  display: flex; align-items: center; gap: 12px;
}
.featured-meta-text {
  font-size: 0.72rem; color: rgba(255,255,255,0.65);
}
.featured-post-body {
  padding: 48px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.post-excerpt { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--indigo); color: white;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 12px 24px; border-radius: 4px; text-decoration: none;
  transition: all 0.2s; width: fit-content;
}
.btn-primary:hover { background: var(--indigo-dk); transform: translateY(-1px); text-decoration: none; }
.btn-primary svg { width: 14px; height: 14px; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--indigo); color: var(--indigo);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 10px 22px; border-radius: 4px; text-decoration: none;
  transition: all 0.2s; width: fit-content;
}
.btn-outline:hover { background: var(--indigo); color: white; text-decoration: none; }

/* ── POST GRID ── */
.posts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-bottom: 48px;
}
.post-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.post-card-thumb {
  height: 180px;
  background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-dk) 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.post-card-thumb.thumb-2 { background: linear-gradient(135deg, #5C2D9E 0%, var(--indigo-dk) 100%); }
.post-card-thumb.thumb-3 { background: linear-gradient(135deg, var(--indigo-dk) 0%, #1A3A8A 100%); }
.post-card-thumb.thumb-4 { background: linear-gradient(135deg, #2D4A8A 0%, var(--indigo) 100%); }
.post-card-thumb.thumb-5 { background: linear-gradient(135deg, var(--indigo) 0%, #7B4FD4 100%); }
.post-card-thumb.thumb-6 { background: linear-gradient(135deg, #1E5C8A 0%, var(--indigo-dk) 100%); }
.post-card-thumb.thumb-7 { background: linear-gradient(135deg, var(--indigo-dk) 0%, #3D1E8A 100%); }
.post-card-thumb.thumb-8 { background: linear-gradient(135deg, #8A1E4A 0%, var(--indigo-dk) 100%); }
.post-card-thumb.thumb-9 { background: linear-gradient(135deg, var(--indigo) 0%, #1A5C3A 100%); }
.thumb-icon {
  font-size: 3rem; opacity: 0.35;
}
.post-part-badge {
  position: absolute; top: 14px; left: 14px;
  background: rgba(0,0,0,0.4); color: white;
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 2px;
}
.post-new-badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--red); color: white;
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 3px 8px; border-radius: 2px;
}
.post-card-body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; }
.post-cat {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--indigo); margin-bottom: 10px;
}
.post-card h3 {
  font-family: var(--serif);
  font-size: 1.02rem; font-weight: 700; color: var(--ink);
  line-height: 1.35; margin-bottom: 10px;
}
.post-card h3 a { color: inherit; text-decoration: none; }
.post-card h3 a:hover { color: var(--indigo); }
.post-card p {
  font-size: 0.84rem; color: var(--muted); line-height: 1.65; flex: 1;
}
.post-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--rule);
}
.post-read-time {
  font-size: 0.68rem; color: var(--light);
  display: flex; align-items: center; gap: 5px;
}
.post-read-time svg { width: 12px; height: 12px; }
.read-more {
  font-size: 0.72rem; font-weight: 600; color: var(--indigo);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.read-more:hover { text-decoration: underline; }

/* ── COMING SOON CARDS ── */
.post-card.coming-soon { opacity: 0.75; pointer-events: none; }
.coming-soon-overlay {
  position: absolute; inset: 0;
  background: rgba(38,35,122,0.6);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(2px);
}
.coming-soon-overlay span {
  background: rgba(255,255,255,0.15); color: white;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 3px;
}

/* ── SIDEBAR ── */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: start;
}
.sidebar { position: sticky; top: 80px; }
.sidebar-widget {
  background: var(--white); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow);
  margin-bottom: 24px;
}
.sidebar-widget h4 {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.sidebar-series-list { list-style: none; }
.sidebar-series-list li {
  padding: 10px 0; border-bottom: 1px solid var(--rule);
}
.sidebar-series-list li:last-child { border-bottom: none; padding-bottom: 0; }
.series-item-link {
  display: flex; align-items: flex-start; gap: 12px;
  text-decoration: none; color: inherit; transition: opacity 0.2s;
}
.series-item-link:hover { opacity: 0.75; text-decoration: none; }
.series-num {
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--card); color: var(--indigo);
  border-radius: 50%; font-size: 0.62rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.series-num.active { background: var(--indigo); color: white; }
.series-item-text {
  font-size: 0.78rem; color: var(--body); line-height: 1.4;
}
.series-item-text.muted { color: var(--light); }
.sidebar-cta {
  background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-dk) 100%);
  border-radius: var(--radius); padding: 24px; color: white; text-align: center;
  margin-bottom: 24px;
}
.sidebar-cta h4 { color: white; border-color: rgba(255,255,255,0.2); font-size: 0.85rem; text-transform: none; letter-spacing: 0; }
.sidebar-cta p { font-size: 0.82rem; opacity: 0.8; margin: 8px 0 16px; }
.sidebar-cta .btn-white {
  display: block; background: white; color: var(--indigo);
  font-size: 0.75rem; font-weight: 700; padding: 10px 16px;
  border-radius: 4px; text-align: center; text-decoration: none;
  transition: opacity 0.2s;
}
.sidebar-cta .btn-white:hover { opacity: 0.9; text-decoration: none; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-pill {
  background: var(--card); color: var(--indigo);
  font-size: 0.68rem; font-weight: 600; padding: 5px 12px;
  border-radius: 20px; text-decoration: none; transition: all 0.2s;
}
.tag-pill:hover { background: var(--indigo); color: white; text-decoration: none; }

/* ── SINGLE POST ── */
.single-layout {
  max-width: 1200px; margin: 0 auto; padding: 0 40px 80px;
  display: grid; grid-template-columns: 1fr 300px; gap: 56px;
  align-items: start;
}
.single-article { min-width: 0; }
.post-hero {
  background: linear-gradient(135deg, var(--indigo-dk) 0%, var(--indigo) 100%);
  padding: 56px 40px;
  margin-bottom: 0;
}
.post-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.72rem; color: rgba(255,255,255,0.65);
  font-weight: 500; letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.breadcrumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
.breadcrumb a:hover { color: white; }
.breadcrumb .bc-sep { color: rgba(255,255,255,0.4); }
.post-cat-tag {
  display: inline-block;
  background: var(--red); color: white;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 3px;
  margin-bottom: 18px;
}
.post-hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 700; color: white;
  line-height: 1.18; margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.post-deck {
  font-size: 1.05rem; color: rgba(255,255,255,0.75);
  line-height: 1.65; margin-bottom: 28px;
  font-style: italic; max-width: 680px;
}
.post-meta {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.2); color: white;
  font-size: 0.8rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; border: 2px solid rgba(255,255,255,0.3);
}
.author-name { font-size: 0.85rem; font-weight: 700; color: white; display: block; }
.author-sub { font-size: 0.7rem; color: rgba(255,255,255,0.6); display: block; }
.meta-sep { width: 1px; height: 26px; background: rgba(255,255,255,0.2); }
.meta-pill {
  font-size: 0.72rem; color: rgba(255,255,255,0.7);
  display: flex; align-items: center; gap: 5px;
}

/* ── ARTICLE BODY ── */
.article-body { padding: 48px 0; }
.article-body h2 {
  font-family: var(--serif);
  font-size: 1.5rem; font-weight: 700; color: var(--ink);
  margin: 40px 0 16px; line-height: 1.25;
}
.article-body h3 {
  font-family: var(--serif);
  font-size: 1.15rem; font-weight: 700; color: var(--indigo-dk);
  margin: 28px 0 12px;
}
.article-body p {
  font-size: 1.02rem; color: var(--body);
  line-height: 1.8; margin-bottom: 22px;
}
.article-body ul, .article-body ol {
  margin: 16px 0 22px 24px; color: var(--body);
}
.article-body li { font-size: 1rem; line-height: 1.75; margin-bottom: 6px; }
.article-body strong { color: var(--ink); font-weight: 700; }
.article-body blockquote {
  border-left: 4px solid var(--indigo); padding: 16px 24px;
  background: var(--card); border-radius: 0 4px 4px 0;
  margin: 28px 0; font-style: italic; color: var(--body);
  font-size: 1.05rem; line-height: 1.75;
}
.pullquote {
  background: var(--indigo-dk); color: white;
  padding: 28px 32px; border-radius: var(--radius);
  margin: 36px 0; font-family: var(--serif);
  font-size: 1.2rem; line-height: 1.55;
  font-style: italic; text-align: center;
}
.info-box {
  background: var(--card); border: 1px solid rgba(72,69,204,0.2);
  border-radius: var(--radius); padding: 24px 28px; margin: 28px 0;
}
.info-box h4 {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--indigo); margin-bottom: 12px;
}
.info-box p { font-size: 0.92rem; color: var(--body); margin: 0; }
.two-col-list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px;
}
.article-divider {
  border: none; border-top: 1px solid var(--rule); margin: 36px 0;
}

/* ── AUTHOR BOX ── */
.author-box {
  background: var(--white); border-radius: var(--radius);
  padding: 28px 32px; box-shadow: var(--shadow);
  margin: 48px 0; display: flex; gap: 20px; align-items: flex-start;
}
.author-avatar-lg {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--indigo), var(--indigo-dk));
  color: white; font-size: 1.4rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.author-bio h4 { font-size: 0.95rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.author-bio .role { font-size: 0.75rem; color: var(--indigo); font-weight: 600; margin-bottom: 8px; display: block; }
.author-bio p { font-size: 0.88rem; color: var(--muted); margin: 0; }

/* ── COMMENTS SECTION ── */
.comments-section {
  background: var(--white); border-radius: var(--radius);
  padding: 36px; box-shadow: var(--shadow); margin: 48px 0;
}
.comments-section h3 {
  font-family: var(--serif);
  font-size: 1.25rem; font-weight: 700; color: var(--ink);
  margin-bottom: 6px;
}
.comments-section > p {
  font-size: 0.85rem; color: var(--muted); margin-bottom: 24px;
}
.comment-login-box {
  border: 2px dashed var(--rule); border-radius: var(--radius);
  padding: 36px; text-align: center;
}
.google-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: white; border: 1.5px solid var(--rule);
  color: var(--ink); font-size: 0.88rem; font-weight: 600;
  padding: 12px 24px; border-radius: 6px; cursor: pointer;
  text-decoration: none; transition: all 0.2s; box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  margin-top: 12px;
}
.google-btn:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.15); text-decoration: none; }
.google-icon { width: 18px; height: 18px; }
.comment-login-box p { font-size: 0.85rem; color: var(--muted); margin-bottom: 4px; }
.comment-login-box small { font-size: 0.72rem; color: var(--light); }

/* ── POST NAVIGATION ── */
.post-nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 48px 0;
}
.post-nav-link {
  background: var(--white); border-radius: var(--radius);
  padding: 20px 24px; box-shadow: var(--shadow); text-decoration: none;
  transition: all 0.2s;
}
.post-nav-link:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); text-decoration: none; }
.post-nav-link.next { text-align: right; }
.nav-label {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--indigo); margin-bottom: 6px;
  display: block;
}
.post-nav-link h4 {
  font-size: 0.9rem; font-weight: 700; color: var(--ink); line-height: 1.35;
}

/* ── SITE FOOTER ── */
.site-footer {
  background: var(--indigo-dk); color: white; padding: 64px 40px 32px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand img { height: 40px; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-brand p { font-size: 0.85rem; opacity: 0.7; line-height: 1.7; max-width: 300px; }
.footer-col h5 {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; opacity: 0.5; margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 0.82rem; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px; display: flex;
  align-items: center; justify-content: space-between;
  font-size: 0.75rem; opacity: 0.5; flex-wrap: wrap; gap: 8px;
}

/* ── PAGINATION ── */
.pagination {
  display: flex; justify-content: center; gap: 8px; margin: 48px 0;
}
.pagination a, .pagination span {
  width: 38px; height: 38px; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.82rem; font-weight: 600; text-decoration: none;
  transition: all 0.2s;
}
.pagination a { background: var(--white); color: var(--body); box-shadow: var(--shadow); }
.pagination a:hover { background: var(--indigo); color: white; }
.pagination .current { background: var(--indigo); color: white; }

/* ── UTILITIES ── */
.text-indigo { color: var(--indigo); }
.text-red { color: var(--red); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-layout, .single-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post-visual { min-height: 260px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-inner { padding: 0 20px; }
  .nav-menu, .nav-cta { display: none; }
  .nav-hamburger { display: block; }
  .blog-hero { padding: 48px 20px 56px; }
  .site-main { padding: 40px 20px 60px; }
  .posts-grid { grid-template-columns: 1fr; }
  .post-hero-inner, .single-layout { padding: 0 20px; }
  .two-col-list { grid-template-columns: 1fr; }
  .post-nav { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-stats { gap: 24px; }
  .author-box { flex-direction: column; }
}
