@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Source Sans 3', sans-serif;
  background: #f4f4f4;
  color: #1a1a2e;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: color .2s; }
a:hover { color: #c0392b; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ========== VARIABLES ========== */
:root {
  --navy:    #1a1a2e;
  --anthracite: #2c3e50;
  --red:     #c0392b;
  --orange:  #e67e22;
  --white:   #ffffff;
  --light:   #f8f8f8;
  --grey:    #e8e8e8;
  --mid-grey:#888888;
  --border:  #dde0e4;
  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Sans 3', Arial, sans-serif;
  --max-w:   1280px;
  --gap:     24px;
}

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

/* ========== BREAKING NEWS TICKER ========== */
.breaking-bar {
  background: var(--navy); color: var(--white);
  padding: 8px 0; overflow: hidden; position: relative;
}
.breaking-bar .breaking-label {
  background: var(--red); color: #fff; font-weight: 700; font-size: .75rem;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 2px 12px; white-space: nowrap; flex-shrink: 0;
}
.breaking-bar .ticker-wrap {
  overflow: hidden; flex: 1;
}
.breaking-bar .ticker-inner {
  display: flex; animation: ticker-scroll 40s linear infinite;
  white-space: nowrap;
}
.breaking-bar .ticker-inner a {
  color: #e0e0e0; font-size: .82rem; padding: 0 40px;
  border-right: 1px solid rgba(255,255,255,.2);
}
.breaking-bar .ticker-inner a:hover { color: var(--orange); }
.ticker-container { display: flex; align-items: center; max-width: var(--max-w); margin: 0 auto; padding: 0 20px; gap: 16px; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ========== HEADER ========== */
.site-header {
  background: var(--white); border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 1px 6px rgba(0,0,0,.07);
}
.header-top {
  max-width: var(--max-w); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.site-logo {
  font-family: var(--font-head); font-size: 2rem; font-weight: 800;
  color: var(--navy); letter-spacing: -.02em;
}
.site-logo span { color: var(--red); }
.header-meta { display: flex; align-items: center; gap: 20px; font-size: .8rem; color: var(--mid-grey); }
.header-date { }
.header-search { display: flex; align-items: center; gap: 8px; }
.header-search input {
  border: 1px solid var(--border); border-radius: 4px;
  padding: 6px 12px; font-size: .85rem; width: 200px;
  font-family: var(--font-body); outline: none;
}
.header-search input:focus { border-color: var(--navy); }
.header-search button {
  background: var(--navy); color: #fff; border: none; cursor: pointer;
  padding: 7px 14px; border-radius: 4px; font-size: .85rem;
}
.header-search button:hover { background: var(--red); }

/* ========== NAVIGATION ========== */
.main-nav { background: var(--navy); }
.nav-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 0;
}
.main-nav a {
  color: rgba(255,255,255,.85); font-size: .87rem; font-weight: 600;
  padding: 14px 16px; display: block; text-transform: uppercase;
  letter-spacing: .04em; transition: background .2s, color .2s;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { background: var(--red); color: #fff; }
.hamburger {
  display: none; background: none; border: none; cursor: pointer;
  padding: 10px; color: #fff;
}
.hamburger svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
.mobile-nav { display: none; background: var(--anthracite); }
.mobile-nav a { display: block; padding: 12px 20px; color: rgba(255,255,255,.9); font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav.open { display: block; }

/* ========== CONTAINER ========== */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.section-gap { padding: 48px 0; }
.section-gap-sm { padding: 32px 0; }

/* ========== SECTION HEADINGS ========== */
.section-title {
  font-family: var(--font-head); font-size: 1.5rem; font-weight: 700;
  color: var(--navy); border-left: 4px solid var(--red);
  padding-left: 14px; margin-bottom: 24px; line-height: 1.2;
}
.section-title a { color: inherit; }
.section-title a:hover { color: var(--red); }

/* ========== HERO SECTION ========== */
.hero-section { background: var(--navy); position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-template-rows: 480px;
  gap: 2px;
  max-width: var(--max-w); margin: 0 auto;
}
.hero-main {
  position: relative; overflow: hidden; cursor: pointer;
}
.hero-main img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s;
}
.hero-main:hover img { transform: scale(1.03); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,26,.88) 0%, rgba(10,10,26,.25) 55%, transparent 100%);
}
.hero-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px 36px;
}
.hero-category {
  font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--orange); margin-bottom: 10px;
}
.hero-title {
  font-family: var(--font-head); font-size: 2.1rem; font-weight: 800;
  color: #fff; line-height: 1.2; margin-bottom: 12px;
}
.hero-excerpt { color: rgba(255,255,255,.8); font-size: .95rem; line-height: 1.55; margin-bottom: 16px; }
.hero-byline { color: rgba(255,255,255,.55); font-size: .78rem; }

.hero-sidebar {
  display: flex; flex-direction: column; gap: 2px;
}
.hero-sub {
  position: relative; overflow: hidden; flex: 1; cursor: pointer;
  background: var(--anthracite);
}
.hero-sub img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hero-sub:hover img { transform: scale(1.05); }
.hero-sub-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,26,.82) 0%, transparent 60%);
}
.hero-sub-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px; }
.hero-sub-cat { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); margin-bottom: 6px; }
.hero-sub-title { font-family: var(--font-head); font-size: .95rem; font-weight: 700; color: #fff; line-height: 1.3; }

/* ========== ARTICLE CARD ========== */
.article-card {
  background: var(--white); border: 1px solid var(--border);
  overflow: hidden; transition: box-shadow .25s, transform .25s;
}
.article-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.card-image { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.article-card:hover .card-image img { transform: scale(1.04); }
.card-category {
  display: inline-block; font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--red); margin-bottom: 8px;
}
.card-body { padding: 20px; }
.card-title {
  font-family: var(--font-head); font-size: 1.1rem; font-weight: 700;
  color: var(--navy); line-height: 1.35; margin-bottom: 10px;
}
.card-title a:hover { color: var(--red); }
.card-excerpt { font-size: .88rem; color: #555; line-height: 1.55; margin-bottom: 14px; }
.card-meta { font-size: .77rem; color: var(--mid-grey); display: flex; gap: 12px; align-items: center; }
.card-meta .dot { color: var(--border); }

/* ========== ARTICLE CARD HORIZONTAL ========== */
.article-card-h {
  display: flex; gap: 16px; padding: 16px 0;
  border-bottom: 1px solid var(--border); align-items: flex-start;
}
.article-card-h:last-child { border-bottom: none; }
.card-h-image { width: 100px; flex-shrink: 0; aspect-ratio: 4/3; overflow: hidden; }
.card-h-image img { width: 100%; height: 100%; object-fit: cover; }
.card-h-body { flex: 1; }
.card-h-cat { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--red); margin-bottom: 5px; }
.card-h-title { font-family: var(--font-head); font-size: .95rem; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 6px; }
.card-h-title a:hover { color: var(--red); }
.card-h-meta { font-size: .75rem; color: var(--mid-grey); }

/* ========== ARTICLE CARD LARGE ========== */
.article-card-lg .card-body { padding: 24px; }
.article-card-lg .card-title { font-size: 1.4rem; }
.article-card-lg .card-excerpt { font-size: .92rem; }

/* ========== GRID LAYOUTS ========== */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.layout-sidebar { display: grid; grid-template-columns: 1fr 320px; gap: 32px; }
.layout-sidebar-left { display: grid; grid-template-columns: 280px 1fr; gap: 32px; }

/* ========== BREADCRUMB ========== */
.breadcrumb {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.breadcrumb-inner { display: flex; gap: 8px; align-items: center; font-size: .82rem; color: var(--mid-grey); }
.breadcrumb-inner a { color: var(--navy); }
.breadcrumb-inner a:hover { color: var(--red); }
.breadcrumb-inner .sep { color: var(--border); }

/* ========== CATEGORY BANNER ========== */
.cat-banner {
  background: var(--navy); padding: 40px 0;
  position: relative; overflow: hidden;
}
.cat-banner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(192,57,43,.15) 0%, transparent 60%);
}
.cat-banner-content { position: relative; z-index: 1; }
.cat-banner-title {
  font-family: var(--font-head); font-size: 2.4rem; font-weight: 800;
  color: #fff; margin-bottom: 8px;
}
.cat-banner-desc { color: rgba(255,255,255,.65); font-size: .95rem; max-width: 560px; }

/* ========== SIDEBAR ========== */
.sidebar-widget { margin-bottom: 32px; }
.widget-title {
  font-family: var(--font-head); font-size: 1rem; font-weight: 700;
  color: var(--navy); text-transform: uppercase; letter-spacing: .06em;
  padding-bottom: 10px; border-bottom: 2px solid var(--navy); margin-bottom: 16px;
}
.widget-title span { color: var(--red); }

/* ========== TRENDING / MOST READ ========== */
.trending-item {
  display: flex; gap: 12px; padding: 12px 0;
  border-bottom: 1px solid var(--border); align-items: flex-start;
}
.trending-item:last-child { border-bottom: none; }
.trending-num {
  font-family: var(--font-head); font-size: 1.8rem; font-weight: 800;
  color: var(--grey); line-height: 1; flex-shrink: 0; width: 30px;
}
.trending-text .t-title { font-size: .9rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.trending-text .t-title a:hover { color: var(--red); }
.trending-text .t-meta { font-size: .75rem; color: var(--mid-grey); margin-top: 4px; }

/* ========== TAGS ========== */
.tags-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  padding: 5px 12px; border: 1px solid var(--border);
  font-size: .78rem; color: var(--anthracite);
  transition: all .2s;
}
.tag:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ========== NEWSLETTER WIDGET ========== */
.newsletter-widget { background: var(--navy); padding: 24px; color: #fff; }
.newsletter-widget h3 { font-family: var(--font-head); font-size: 1.1rem; margin-bottom: 8px; }
.newsletter-widget p { font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.newsletter-form { display: flex; flex-direction: column; gap: 10px; }
.newsletter-form input {
  padding: 10px 14px; border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08); color: #fff; font-size: .85rem;
  font-family: var(--font-body); outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-form input:focus { border-color: rgba(255,255,255,.5); }
.newsletter-form button {
  background: var(--red); color: #fff; border: none; cursor: pointer;
  padding: 10px; font-weight: 700; font-size: .85rem; text-transform: uppercase;
  letter-spacing: .06em; transition: background .2s;
}
.newsletter-form button:hover { background: var(--orange); }
.newsletter-success { display: none; background: #2ecc71; color: #fff; padding: 10px 14px; font-size: .85rem; font-weight: 600; }

/* ========== ARTICLE DETAIL ========== */
.article-hero { position: relative; height: 480px; overflow: hidden; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-header { padding: 40px 0 24px; }
.article-category-link {
  display: inline-block; font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: var(--red);
  margin-bottom: 14px;
}
.article-title {
  font-family: var(--font-head); font-size: 2.4rem; font-weight: 800;
  color: var(--navy); line-height: 1.2; margin-bottom: 16px;
}
.article-subtitle {
  font-size: 1.15rem; color: #555; line-height: 1.6; margin-bottom: 20px;
  border-left: 3px solid var(--red); padding-left: 16px;
  font-style: italic;
}
.article-info { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.article-info .author { font-weight: 600; font-size: .88rem; }
.article-info .date, .article-info .read-time { font-size: .82rem; color: var(--mid-grey); }
.article-share { margin-left: auto; display: flex; gap: 8px; }
.share-btn {
  padding: 6px 14px; font-size: .78rem; font-weight: 700; cursor: pointer;
  border: none; text-transform: uppercase; letter-spacing: .05em; transition: opacity .2s;
}
.share-btn:hover { opacity: .85; }
.share-fb { background: #1877f2; color: #fff; }
.share-tw { background: #1da1f2; color: #fff; }
.share-li { background: #0a66c2; color: #fff; }

.article-body { font-size: 1rem; line-height: 1.75; color: #333; max-width: 740px; }
.article-body h2 { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; color: var(--navy); margin: 36px 0 16px; border-left: 4px solid var(--red); padding-left: 14px; }
.article-body h3 { font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; color: var(--navy); margin: 28px 0 12px; }
.article-body p { margin-bottom: 20px; }
.article-body ul, .article-body ol { margin: 0 0 20px 24px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 4px solid var(--red); padding: 16px 24px; margin: 28px 0; background: var(--light); font-style: italic; font-size: 1.05rem; color: var(--anthracite); }
.article-body .note-box { background: #fff8f0; border: 1px solid #f0d0b0; padding: 16px 20px; margin: 24px 0; font-size: .88rem; color: #7a4f2e; }
.article-body strong { color: var(--navy); }

/* ========== AUTHOR BOX ========== */
.author-box {
  background: var(--light); border: 1px solid var(--border);
  padding: 24px; display: flex; gap: 20px; margin-top: 40px;
}
.author-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--grey); flex-shrink: 0; overflow: hidden; }
.author-info .author-name { font-family: var(--font-head); font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.author-info .author-role { font-size: .78rem; color: var(--red); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.author-info .author-bio { font-size: .85rem; color: #555; line-height: 1.55; }

/* ========== PAGE HERO (inner pages) ========== */
.page-hero {
  background: var(--navy); padding: 56px 0;
  border-bottom: 3px solid var(--red);
}
.page-hero-title {
  font-family: var(--font-head); font-size: 2.8rem; font-weight: 800;
  color: #fff; margin-bottom: 12px;
}
.page-hero-desc { color: rgba(255,255,255,.65); font-size: 1rem; max-width: 600px; line-height: 1.6; }

/* ========== ABOUT PAGE ========== */
.about-lead { font-size: 1.15rem; line-height: 1.75; color: var(--anthracite); margin-bottom: 28px; font-style: italic; border-left: 4px solid var(--orange); padding-left: 20px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.team-card { background: var(--white); border: 1px solid var(--border); padding: 24px; text-align: center; }
.team-card .tc-name { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.team-card .tc-role { font-size: .78rem; color: var(--red); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.team-card .tc-bio { font-size: .83rem; color: #555; line-height: 1.5; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 24px; }
.value-item { background: var(--light); border-left: 4px solid var(--red); padding: 20px 20px 20px 20px; }
.value-item h4 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.value-item p { font-size: .85rem; color: #555; line-height: 1.5; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 32px 0; }
.stat-box { background: var(--navy); color: #fff; padding: 28px 20px; text-align: center; }
.stat-box .s-num { font-family: var(--font-head); font-size: 2.4rem; font-weight: 800; color: var(--orange); }
.stat-box .s-label { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.65); margin-top: 6px; }

/* ========== CONTACT PAGE ========== */
.contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 40px; }
.contact-form-wrapper { background: var(--white); border: 1px solid var(--border); padding: 36px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 11px 14px; border: 1px solid var(--border);
  font-family: var(--font-body); font-size: .9rem; color: var(--navy);
  outline: none; transition: border-color .2s; background: #fafafa;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--navy); background: #fff; }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.btn-primary {
  background: var(--red); color: #fff; border: none; cursor: pointer;
  padding: 14px 32px; font-weight: 700; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .06em; transition: background .2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--navy); color: #fff; }
.btn-secondary {
  background: var(--navy); color: #fff; border: none; cursor: pointer;
  padding: 11px 24px; font-weight: 600; font-size: .85rem;
  transition: background .2s; display: inline-block;
}
.btn-secondary:hover { background: var(--red); color: #fff; }
.form-success {
  display: none; background: #d4edda; border: 1px solid #c3e6cb;
  color: #155724; padding: 16px 20px; font-size: .9rem; font-weight: 600;
  margin-top: 16px; text-align: center;
}
.contact-info-card { background: var(--navy); color: #fff; padding: 32px; }
.contact-info-card h3 { font-family: var(--font-head); font-size: 1.3rem; margin-bottom: 24px; }
.contact-detail { display: flex; gap: 14px; margin-bottom: 20px; }
.contact-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.contact-detail .cd-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.contact-detail .cd-value { font-size: .9rem; color: rgba(255,255,255,.9); }
.contact-detail .cd-value a { color: var(--orange); }
.working-hours { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 16px 20px; margin-top: 24px; }
.working-hours h4 { font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.6); margin-bottom: 12px; }
.wh-row { display: flex; justify-content: space-between; font-size: .85rem; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.8); }
.wh-row:last-child { border-bottom: none; }

/* ========== INLINE FACTS / ANALYTICS ========== */
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 28px 0; }
.fact-card { border-top: 3px solid var(--red); background: var(--white); padding: 20px; }
.fact-card .f-value { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--navy); }
.fact-card .f-label { font-size: .82rem; color: #555; margin-top: 4px; }
.fact-card .f-trend { font-size: .78rem; color: #2ecc71; font-weight: 600; margin-top: 8px; }
.fact-card .f-trend.down { color: var(--red); }

/* ========== FOOTER ========== */
.site-footer { background: var(--navy); color: rgba(255,255,255,.75); padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .f-logo { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 12px; }
.footer-brand .f-logo span { color: var(--red); }
.footer-brand p { font-size: .85rem; line-height: 1.65; color: rgba(255,255,255,.6); max-width: 300px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { background: rgba(255,255,255,.08); color: rgba(255,255,255,.7); padding: 8px 14px; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; transition: background .2s; }
.footer-social a:hover { background: var(--red); color: #fff; }
.footer-col h4 { font-family: var(--font-head); font-size: .95rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: .83rem; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .78rem; color: rgba(255,255,255,.4); }
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a { color: rgba(255,255,255,.4); }
.footer-bottom-links a:hover { color: var(--orange); }

/* ========== COOKIE CONSENT ========== */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998;
  background: var(--anthracite); color: #fff; padding: 20px 24px;
  display: flex; gap: 20px; align-items: center;
  box-shadow: 0 -4px 20px rgba(0,0,0,.3);
  transform: translateY(100%); transition: transform .35s;
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-text { flex: 1; font-size: .85rem; color: rgba(255,255,255,.85); line-height: 1.55; }
.cookie-text a { color: var(--orange); text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.cookie-accept { background: var(--red); color: #fff; border: none; padding: 10px 22px; cursor: pointer; font-weight: 700; font-size: .85rem; }
.cookie-decline { background: transparent; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.25); padding: 10px 22px; cursor: pointer; font-size: .85rem; }
.cookie-accept:hover { background: #a93226; }
.cookie-decline:hover { color: #fff; border-color: #fff; }

/* ========== POLICY PAGES ========== */
.policy-content { max-width: 820px; }
.policy-content h2 { font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; color: var(--navy); margin: 36px 0 14px; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
.policy-content h3 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; color: var(--navy); margin: 24px 0 10px; }
.policy-content p { font-size: .93rem; line-height: 1.75; color: #333; margin-bottom: 16px; }
.policy-content ul { margin: 0 0 16px 24px; }
.policy-content ul li { font-size: .93rem; line-height: 1.65; color: #333; margin-bottom: 8px; }
.policy-content table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .85rem; }
.policy-content table th { background: var(--navy); color: #fff; padding: 10px 14px; text-align: left; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.policy-content table td { padding: 10px 14px; border-bottom: 1px solid var(--border); color: #333; }
.policy-content table tr:nth-child(even) td { background: var(--light); }
.policy-content .last-updated { background: var(--light); border-left: 4px solid var(--orange); padding: 12px 16px; font-size: .82rem; color: var(--mid-grey); margin-bottom: 32px; }

/* ========== SITEMAP ========== */
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.sitemap-col h3 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .07em; border-bottom: 2px solid var(--red); padding-bottom: 8px; margin-bottom: 14px; }
.sitemap-col ul li { padding: 6px 0; border-bottom: 1px solid var(--grey); font-size: .88rem; }
.sitemap-col ul li a { color: var(--anthracite); }
.sitemap-col ul li a:hover { color: var(--red); }

/* ========== SEARCH RESULTS PAGE ========== */
.search-box-lg { display: flex; gap: 0; margin-bottom: 32px; }
.search-box-lg input { flex: 1; padding: 14px 20px; border: 2px solid var(--navy); font-size: 1rem; font-family: var(--font-body); outline: none; }
.search-box-lg button { background: var(--navy); color: #fff; border: none; padding: 14px 28px; font-size: 1rem; cursor: pointer; font-weight: 700; }
.search-box-lg button:hover { background: var(--red); }

/* ========== PAGINATION ========== */
.pagination { display: flex; gap: 4px; justify-content: center; margin-top: 40px; }
.pagination a, .pagination span {
  padding: 9px 16px; border: 1px solid var(--border); font-size: .85rem;
  color: var(--navy); transition: all .2s;
}
.pagination a:hover, .pagination .current { background: var(--red); color: #fff; border-color: var(--red); }

/* ========== HIGHLIGHT BOX ========== */
.highlight-box { background: #fff8f0; border: 1px solid var(--orange); padding: 20px 24px; margin: 24px 0; }
.highlight-box p { margin: 0; font-size: .9rem; color: #6a3d0f; line-height: 1.6; }

/* ========== UTILITY ========== */
.text-red { color: var(--red); }
.text-orange { color: var(--orange); }
.text-navy { color: var(--navy); }
.text-muted { color: var(--mid-grey); }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.divider { border: none; border-top: 1px solid var(--border); margin: 32px 0; }
.bg-light { background: var(--light); }
.bg-white { background: var(--white); }
.full-width-section { background: var(--light); padding: 48px 0; }
.full-width-dark { background: var(--navy); padding: 48px 0; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; grid-template-rows: 380px auto; }
  .hero-sidebar { flex-direction: row; }
  .hero-sub { height: 200px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .layout-sidebar { grid-template-columns: 1fr; }
  .layout-sidebar-left { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .sitemap-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  :root { --gap: 16px; }
  .header-meta { display: none; }
  .nav-inner { display: none; }
  .hamburger { display: flex; align-items: center; }
  .nav-inner.mobile-open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--navy); z-index: 999; }
  .hero-title { font-size: 1.5rem; }
  .hero-content { padding: 20px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .hero-grid { grid-template-rows: 320px auto; }
  .hero-sidebar { flex-direction: column; gap: 2px; }
  .hero-sub { height: 160px; }
  .page-hero-title { font-size: 2rem; }
  .article-title { font-size: 1.7rem; }
  .cat-banner-title { font-size: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .cookie-banner { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .facts-grid { grid-template-columns: 1fr; }
  .article-info { flex-direction: column; align-items: flex-start; gap: 10px; }
  .article-share { margin-left: 0; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 1.3rem; }
  .article-card-h { flex-direction: column; }
  .card-h-image { width: 100%; }
  .stats-row { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .pagination a, .pagination span { padding: 8px 12px; }
}
