/*
Theme Name: FirstAlert
Theme URI: https://firstalert.today
Author: FirstAlert News
Author URI: https://firstalert.today
Description: A bold premium US breaking news theme for FirstAlert.today — deep forest green, crisp white, and rich gold design. Large hero layout with breaking news banner. Completely unique from all previous themes. Google News ready, E-E-A-T compliant, lightning fast, fully mobile responsive.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: firstalert
Tags: news, magazine, blog, custom-menu, featured-images
*/

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

:root {
  --green:     #1B4332;
  --green-md:  #2D6A4F;
  --green-lt:  #40916C;
  --green-xl:  #D8F3DC;
  --gold:      #D4A017;
  --gold-dk:   #B8860B;
  --gold-lt:   #FFF8E7;
  --white:     #FFFFFF;
  --offwhite:  #F9FAFB;
  --gray:      #F3F4F6;
  --border:    #E5E7EB;
  --text:      #111827;
  --muted:     #6B7280;
  --dark:      #0A1628;
  --serif:     'Playfair Display', Georgia, serif;
  --sans:      'Inter', 'Helvetica Neue', Arial, sans-serif;
  --shadow:    0 1px 12px rgba(0,0,0,.07);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.15);
  --radius:    4px;
}

html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--offwhite); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ═══════════════════════════════════════
   ACCESSIBILITY
═══════════════════════════════════════ */
.fa-skip { position: absolute; top: -100%; left: 8px; background: var(--green); color: #fff; padding: 8px 16px; z-index: 9999; border-radius: 0 0 4px 4px; }
.fa-skip:focus { top: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ═══════════════════════════════════════
   TOP INFO BAR
═══════════════════════════════════════ */
.fa-infobar {
  background: var(--dark);
  padding: 6px 0;
  border-bottom: 2px solid var(--green);
}
.fa-infobar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}
.fa-infobar-cats { display: flex; gap: 0; }
.fa-infobar-cats a { color: #9CA3AF; padding: 0 12px; border-right: 1px solid #1F2937; font-weight: 600; letter-spacing: .5px; transition: color .15s; }
.fa-infobar-cats a:first-child { padding-left: 0; }
.fa-infobar-cats a:hover { color: var(--gold); }
.fa-infobar-right { display: flex; align-items: center; gap: 12px; color: #4B5563; }
.fa-infobar-right .fa-date { color: #6B7280; }
.fa-badge { background: var(--green-md); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 3px 10px; border-radius: 99px; }

/* ═══════════════════════════════════════
   HEADER
═══════════════════════════════════════ */
.fa-header {
  background: var(--green);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 24px rgba(27,67,50,.4);
}
.fa-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.fa-logo { display: flex; align-items: center; gap: 14px; }
.fa-logo-icon {
  width: 48px;
  height: 48px;
  background: var(--gold);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(212,160,23,.4);
}
.fa-logo-text { display: flex; flex-direction: column; }
.fa-logo-name {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
  color: #fff;
}
.fa-logo-name em { color: var(--gold); font-style: normal; }
.fa-logo-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 3px;
}
.fa-header-right { text-align: right; }
.fa-header-right strong { display: block; font-size: 12px; color: rgba(255,255,255,.9); font-weight: 700; }
.fa-header-right span { font-size: 10px; color: rgba(255,255,255,.5); }

/* ═══════════════════════════════════════
   NAV
═══════════════════════════════════════ */
.fa-nav-wrap {
  background: var(--green-md);
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 3px solid var(--gold);
}
.fa-nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.fa-nav::-webkit-scrollbar { display: none; }
.fa-nav a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 16px;
  white-space: nowrap;
  color: rgba(255,255,255,.65);
  display: block;
  transition: all .15s;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
}
.fa-nav a:hover { color: #fff; border-bottom-color: var(--gold); }
.fa-nav a.fa-active { color: var(--gold); border-bottom-color: var(--gold); }

/* ═══════════════════════════════════════
   BREAKING NEWS BANNER
═══════════════════════════════════════ */
.fa-breaking {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dk) 100%);
  padding: 10px 0;
  border-bottom: 2px solid rgba(0,0,0,.1);
}
.fa-breaking-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.fa-breaking-badge {
  background: var(--green);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 3px;
  flex-shrink: 0;
  white-space: nowrap;
  animation: fapulse 1.8s ease-in-out infinite;
}
@keyframes fapulse { 0%,100%{opacity:1} 50%{opacity:.6} }
.fa-breaking-track { overflow: hidden; flex: 1; white-space: nowrap; }
.fa-breaking-scroll { display: inline-block; animation: fascroll 36s linear infinite; font-size: 13px; color: var(--dark); font-weight: 600; }
.fa-breaking-scroll span { margin: 0 44px; }
.fa-breaking-scroll span::before { content: '►'; font-size: 7px; margin-right: 8px; }
@keyframes fascroll { 0%{transform:translateX(100vw)} 100%{transform:translateX(-100%)} }
.fa-breaking-time { flex-shrink: 0; font-size: 11px; color: rgba(0,0,0,.5); font-weight: 700; }

/* ═══════════════════════════════════════
   LAYOUT
═══════════════════════════════════════ */
.fa-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.fa-wrap { display: grid; grid-template-columns: 1fr 380px; gap: 40px; padding: 36px 0; }
@media (max-width: 980px) { .fa-wrap { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════
   SECTION HEADERS
═══════════════════════════════════════ */
.fa-sec-hd { display: flex; align-items: center; gap: 0; margin: 32px 0 20px; }
.fa-sec-hd-label { background: var(--green); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; padding: 7px 18px; white-space: nowrap; }
.fa-sec-hd-gold { width: 32px; height: 3px; background: var(--gold); }
.fa-sec-hd-line { flex: 1; height: 1px; background: var(--border); }

/* ═══════════════════════════════════════
   HERO — Large image with overlay
═══════════════════════════════════════ */
.fa-hero { position: relative; overflow: hidden; min-height: 560px; background: var(--green); display: flex; align-items: flex-end; border-radius: var(--radius); }
.fa-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fa-hero:hover img { transform: scale(1.03); }
.fa-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,22,40,.97) 0%, rgba(10,22,40,.6) 45%, rgba(10,22,40,.1) 100%); }
.fa-hero-body { position: relative; z-index: 2; padding: 40px; width: 100%; }
.fa-hero-cat { background: var(--gold); color: var(--dark); font-size: 9px; font-weight: 900; letter-spacing: 2.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 3px; display: inline-block; margin-bottom: 14px; }
.fa-hero-title { font-family: var(--serif); font-size: 44px; font-weight: 900; line-height: 1.15; color: #fff; margin-bottom: 14px; max-width: 800px; }
.fa-hero-title a { color: #fff; }
.fa-hero-title a:hover { color: var(--gold); }
.fa-hero-dek { font-size: 17px; color: rgba(255,255,255,.75); margin-bottom: 16px; max-width: 680px; line-height: 1.6; }
.fa-hero-meta { font-size: 12px; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.fa-hero-meta strong { color: rgba(255,255,255,.85); }
.fa-hero-meta .fa-read { background: rgba(255,255,255,.1); padding: 3px 10px; border-radius: 99px; font-size: 11px; }

/* ═══════════════════════════════════════
   SECONDARY STORIES — below hero
═══════════════════════════════════════ */
.fa-secondary { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; margin-top: 3px; margin-bottom: 3px; }
.fa-sec-card { background: var(--white); border: 1px solid var(--border); overflow: hidden; transition: all .2s; position: relative; }
.fa-sec-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.fa-sec-card-img { height: 180px; overflow: hidden; background: var(--green); position: relative; }
.fa-sec-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.fa-sec-card:hover .fa-sec-card-img img { transform: scale(1.06); }
.fa-sec-card-num { position: absolute; top: 10px; left: 10px; background: var(--gold); color: var(--dark); font-family: var(--serif); font-size: 18px; font-weight: 900; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 3px; }
.fa-sec-card-body { padding: 16px; }
.fa-sec-card-cat { font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--green-md); margin-bottom: 6px; display: block; }
.fa-sec-card-title { font-family: var(--serif); font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--text); margin-bottom: 8px; }
.fa-sec-card-title a:hover { color: var(--green-md); }
.fa-sec-card-meta { font-size: 11px; color: var(--muted); }
@media (max-width: 700px) { .fa-secondary { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════
   NEWS LIST
═══════════════════════════════════════ */
.fa-newslist { display: flex; flex-direction: column; }
.fa-newsitem { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); transition: opacity .15s; align-items: flex-start; }
.fa-newsitem:hover { opacity: .8; }
.fa-newsitem:last-child { border-bottom: none; }
.fa-newsitem-n { font-family: var(--serif); font-size: 36px; font-weight: 900; color: var(--green-xl); line-height: 1; flex-shrink: 0; width: 44px; padding-top: 2px; }
.fa-newsitem-thumb { width: 110px; height: 80px; flex-shrink: 0; overflow: hidden; background: var(--green); border-radius: var(--radius); }
.fa-newsitem-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.fa-newsitem:hover .fa-newsitem-thumb img { transform: scale(1.06); }
.fa-newsitem-cat { font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--green-md); margin-bottom: 4px; display: block; }
.fa-newsitem-title { font-family: var(--serif); font-size: 16px; font-weight: 700; line-height: 1.3; color: var(--text); margin-bottom: 5px; }
.fa-newsitem-title a:hover { color: var(--green-md); }
.fa-newsitem-meta { font-size: 11px; color: var(--muted); }

/* ═══════════════════════════════════════
   MAGAZINE GRID
═══════════════════════════════════════ */
.fa-mag { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
@media (max-width: 700px) { .fa-mag { grid-template-columns: 1fr 1fr; } }
.fa-magcard { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all .2s; }
.fa-magcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.fa-magcard-img { height: 155px; overflow: hidden; background: var(--green); position: relative; }
.fa-magcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.fa-magcard:hover .fa-magcard-img img { transform: scale(1.07); }
.fa-magcard-cat { position: absolute; bottom: 0; left: 0; background: var(--green); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; }
.fa-magcard-body { padding: 13px; }
.fa-magcard-title { font-family: var(--serif); font-size: 14px; font-weight: 700; line-height: 1.3; color: var(--text); margin-bottom: 7px; }
.fa-magcard-title a:hover { color: var(--green-md); }
.fa-magcard-meta { font-size: 10px; color: var(--muted); }

/* ═══════════════════════════════════════
   CATEGORY STRIP
═══════════════════════════════════════ */
.fa-cats { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; margin-bottom: 36px; }
@media (max-width: 700px) { .fa-cats { grid-template-columns: repeat(3,1fr); } }
.fa-cattile { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 10px; text-align: center; transition: all .2s; display: block; border-top: 3px solid var(--cc, var(--green)); }
.fa-cattile:hover { background: var(--green); border-color: var(--green); }
.fa-cattile:hover .fa-ct-name { color: var(--gold); }
.fa-ct-icon { font-size: 22px; display: block; margin-bottom: 7px; }
.fa-ct-name { font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); transition: color .2s; }

/* ═══════════════════════════════════════
   SIDEBAR
═══════════════════════════════════════ */
.fa-sidebar { display: flex; flex-direction: column; gap: 24px; }
.fa-widget { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.fa-widget-hd { background: var(--green); padding: 11px 16px; display: flex; align-items: center; gap: 10px; border-bottom: 2px solid var(--gold); }
.fa-widget-hd span { font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: #fff; }
.fa-widget-hd em { font-style: normal; font-size: 14px; }

/* Trending */
.fa-trend { display: flex; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--border); transition: background .15s; align-items: flex-start; }
.fa-trend:hover { background: var(--green-xl); }
.fa-trend:last-child { border-bottom: none; }
.fa-trend-n { font-family: var(--serif); font-size: 26px; font-weight: 900; color: #D1FAE5; line-height: 1; flex-shrink: 0; width: 30px; }
.fa-trend-cat { font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--green-md); margin-bottom: 4px; display: block; }
.fa-trend-title { font-size: 13px; font-weight: 600; line-height: 1.4; color: var(--text); }
.fa-trend-title a:hover { color: var(--green-md); }
.fa-trend-meta { font-size: 10px; color: var(--muted); margin-top: 3px; display: block; }

/* Opinion */
.fa-opinion { padding: 14px 16px; border-bottom: 1px solid var(--border); }
.fa-opinion:last-child { border-bottom: none; }
.fa-opinion-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.fa-opinion-av { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #fff; border: 2px solid var(--gold); }
.fa-opinion-name { font-size: 12px; font-weight: 700; color: var(--text); }
.fa-opinion-role { font-size: 10px; color: var(--muted); }
.fa-opinion-q { font-size: 13px; font-style: italic; color: #374151; line-height: 1.6; padding: 8px 12px; background: var(--green-xl); border-left: 3px solid var(--green-md); margin: 0; border-radius: 0 var(--radius) var(--radius) 0; }

/* Newsletter */
.fa-letter { background: linear-gradient(135deg, var(--green) 0%, var(--green-md) 100%); padding: 24px; border-radius: var(--radius); position: relative; overflow: hidden; border: 1px solid var(--border); }
.fa-letter::after { content: '🚨'; position: absolute; right: -8px; top: -8px; font-size: 80px; opacity: .06; }
.fa-letter-tag { font-size: 9px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 8px; }
.fa-letter h4 { font-family: var(--serif); font-size: 22px; color: #fff; margin-bottom: 6px; font-weight: 900; }
.fa-letter p { font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 14px; line-height: 1.6; }
.fa-letter input { width: 100%; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.1); color: #fff; font-size: 13px; border-radius: var(--radius); font-family: var(--sans); margin-bottom: 8px; }
.fa-letter input::placeholder { color: rgba(255,255,255,.4); }
.fa-letter input:focus { outline: none; border-color: var(--gold); }
.fa-letter button { width: 100%; background: var(--gold); color: var(--dark); border: none; padding: 11px; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; font-family: var(--sans); border-radius: var(--radius); transition: background .2s; }
.fa-letter button:hover { background: var(--gold-dk); }

/* ═══════════════════════════════════════
   SINGLE POST
═══════════════════════════════════════ */
.fa-single-wrap { max-width: 1280px; margin: 0 auto; padding: 40px 24px; display: grid; grid-template-columns: 1fr 360px; gap: 48px; }
@media (max-width: 980px) { .fa-single-wrap { grid-template-columns: 1fr; } }

.fa-art-cat { display: inline-block; background: var(--green); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 3px; margin-bottom: 16px; }
.fa-art-headline { font-family: var(--serif); font-size: 42px; font-weight: 900; line-height: 1.18; color: var(--dark); margin-bottom: 14px; }
.fa-art-dek { font-size: 19px; color: var(--muted); line-height: 1.55; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid var(--border); font-style: italic; }
.fa-byline { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding: 14px 16px; background: var(--green-xl); border-radius: var(--radius); border-left: 4px solid var(--green-md); }
.fa-byline-av { width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: #fff; }
.fa-byline-name { font-size: 15px; font-weight: 700; color: var(--dark); }
.fa-byline-info { font-size: 11px; color: var(--muted); margin-top: 2px; }
.fa-art-img { width: 100%; max-height: 500px; object-fit: cover; border-radius: var(--radius); margin-bottom: 8px; }
.fa-art-caption { font-size: 12px; color: var(--muted); font-style: italic; margin-bottom: 28px; padding: 8px 12px; background: var(--green-xl); border-left: 3px solid var(--green-md); border-radius: 0 var(--radius) var(--radius) 0; }
.fa-art-body { font-size: 17px; line-height: 1.9; color: #1F2937; }
.fa-art-body > * + * { margin-top: 1.4rem; }
.fa-art-body h2 { font-family: var(--serif); font-size: 26px; font-weight: 900; color: var(--dark); margin: 36px 0 12px; padding-left: 16px; border-left: 5px solid var(--green-md); }
.fa-art-body h3 { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--dark); margin: 28px 0 10px; }
.fa-art-body blockquote { border-left: 5px solid var(--gold); padding: 16px 24px; margin: 28px 0; background: var(--gold-lt); font-style: italic; font-size: 19px; color: #374151; border-radius: 0 var(--radius) var(--radius) 0; }
.fa-art-body a { color: var(--green-md); text-decoration: underline; text-underline-offset: 3px; }
.fa-art-body a:hover { color: var(--green); }
.fa-art-body strong { font-weight: 700; color: var(--dark); }
.fa-art-body ul { padding-left: 24px; }
.fa-art-body ul li { list-style: disc; margin-bottom: 8px; }
.fa-art-body ol { padding-left: 24px; }
.fa-art-body ol li { list-style: decimal; margin-bottom: 8px; }

/* Tags */
.fa-art-tags { margin-top: 32px; padding-top: 20px; border-top: 2px solid var(--border); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.fa-art-tags strong { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.fa-art-tags a { background: var(--green-xl); border: 1px solid #BBF7D0; font-size: 12px; padding: 5px 14px; color: var(--green-md); transition: all .2s; border-radius: 99px; font-weight: 600; }
.fa-art-tags a:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* Author box */
.fa-author-card { margin-top: 40px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); border-top: 4px solid var(--gold); padding: 24px; display: flex; gap: 20px; }
.fa-author-av { width: 80px; height: 80px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 24px; font-weight: 900; color: #fff; border: 3px solid var(--gold); }
.fa-author-card h4 { font-family: var(--serif); font-size: 20px; font-weight: 900; margin-bottom: 2px; }
.fa-author-role { font-size: 10px; color: var(--muted); display: block; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; }
.fa-author-card p { font-size: 14px; color: #555; margin: 0; line-height: 1.7; }

/* Disclaimer */
.fa-disclaimer { background: var(--green-xl); border: 1px solid #BBF7D0; border-left: 4px solid var(--green-md); padding: 16px 20px; margin-top: 28px; font-size: 12px; color: var(--muted); line-height: 1.7; border-radius: 0 var(--radius) var(--radius) 0; }
.fa-disclaimer strong { display: block; font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--green); margin-bottom: 5px; }

/* ═══════════════════════════════════════
   CATEGORY PAGE
═══════════════════════════════════════ */
.fa-cat-banner { padding: 52px 0; position: relative; overflow: hidden; }
.fa-cat-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(27,67,50,.85), rgba(27,67,50,.5)); }
.fa-cat-banner-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; color: #fff; }
.fa-cat-banner small { font-size: 9px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.fa-cat-banner h1 { font-family: var(--serif); font-size: 52px; font-weight: 900; line-height: 1.1; }
.fa-cat-banner p { color: rgba(255,255,255,.65); margin-top: 10px; font-size: 15px; }
.fa-cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media (max-width: 700px) { .fa-cat-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════
   PAGINATION
═══════════════════════════════════════ */
.fa-pagination { display: flex; gap: 6px; margin: 36px 0; }
.fa-pagination a, .fa-pagination span { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--border); font-size: 13px; font-weight: 700; background: var(--white); border-radius: var(--radius); transition: all .15s; }
.fa-pagination a:hover { background: var(--green); color: #fff; border-color: var(--green); }
.fa-pagination .current { background: var(--gold); color: var(--dark); border-color: var(--gold); font-weight: 900; }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.fa-footer { background: var(--dark); color: #6B7280; margin-top: 56px; }
.fa-footer-brand { background: var(--green); border-bottom: 3px solid var(--gold); padding: 28px 0; }
.fa-footer-brand-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.fa-footer-logo-wrap { display: flex; align-items: center; gap: 12px; }
.fa-footer-logo-icon { width: 40px; height: 40px; background: var(--gold); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.fa-footer-logo-name { font-family: var(--serif); font-size: 28px; font-weight: 900; color: #fff; }
.fa-footer-logo-name em { color: var(--gold); font-style: normal; }
.fa-footer-mission { font-size: 13px; color: rgba(255,255,255,.55); max-width: 400px; line-height: 1.6; }
.fa-footer-cols { max-width: 1280px; margin: 0 auto; padding: 40px 24px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px; border-bottom: 1px solid #111827; }
@media (max-width: 700px) { .fa-footer-cols { grid-template-columns: 1fr 1fr; } }
.fa-footer-col h5 { font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #111827; }
.fa-footer-col a { display: block; font-size: 13px; color: #374151; margin-bottom: 10px; transition: color .15s; }
.fa-footer-col a:hover { color: var(--gold); }
.fa-footer-bottom { max-width: 1280px; margin: 0 auto; padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #1F2937; flex-wrap: wrap; gap: 10px; }
.fa-footer-bottom a { color: #1F2937; }
.fa-footer-bottom a:hover { color: var(--gold); }
.fa-footer-legal { display: flex; gap: 20px; }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 700px) {
  .fa-logo-name { font-size: 24px; }
  .fa-hero { min-height: 320px; }
  .fa-hero-title { font-size: 28px; }
  .fa-art-headline { font-size: 28px; }
  .fa-infobar { display: none; }
  .fa-footer-brand-inner { flex-direction: column; text-align: center; }
  .fa-author-card { flex-direction: column; align-items: center; text-align: center; }
}
@media print { .fa-infobar, .fa-header, .fa-nav-wrap, .fa-breaking, .fa-sidebar, .fa-footer { display: none; } .fa-single-wrap { grid-template-columns: 1fr; } }
