/*
  GRID DOWN GAZETTE — Survival Override CSS
  Layered on top of templatemo-style.css
  Brand colors:
    --olive:   #5a6e3a  (primary green)
    --rust:    #c0392b  (alert/accent red)
    --amber:   #f4dd5b  (existing template yellow — kept)
    --charcoal:#1a1a1a  (deeper background)
    --ash:     #2d2d2d  (card/panel bg)
*/

/* ── Google Fonts ──────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Source+Serif+4:ital,wght@0,300;0,400;1,300&display=swap');

/* ── Base overrides ─────────────────────────────── */
body {
  background-color: #1a1a1a;
  font-family: 'Source Serif 4', Georgia, serif;
}

/* ── Navigation ─────────────────────────────────── */
nav {
  background: rgba(20, 20, 18, 0.97);
  border-bottom: 2px solid #5a6e3a;
  box-shadow: 0 2px 20px rgba(0,0,0,0.8);
}

nav .logo a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 3px;
  color: #f4dd5b;
  text-transform: uppercase;
}

nav .logo a em {
  color: #5a6e3a;
  font-style: normal;
}

/* ── Page heading banner ─────────────────────────── */
.page-heading {
  background-image: url(../img/heading_bg.png);
  background-color: #1a1a1a;
  border-bottom: 3px solid #5a6e3a;
}

.page-heading .heading-content h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 4px;
  background-color: rgba(10,12,8,0.75);
  border-left: 4px solid #f4dd5b;
  padding: 16px 50px;
  margin-top: 180px;
}

.page-heading .heading-content h1 em {
  color: #f4dd5b;
}

/* ── Blog listing area ───────────────────────────── */
.blog-entries {
  background-color: #1a1a1a;
  padding: 60px 0;
}

.blog-post {
  border-bottom: 1px solid #3a3a3a;
  background-color: #232320;
  padding: 30px;
  margin-bottom: 40px;
  border-left: 3px solid transparent;
  transition: border-color 0.3s;
}

.blog-post:hover {
  border-left-color: #5a6e3a;
}

.blog-post .text-content h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  line-height: 1.3;
}

.blog-post .text-content span a {
  color: #f4dd5b;
}

.blog-post .text-content p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
  color: #aaa;
}

.blog-post .text-content .simple-btn a {
  color: #f4dd5b;
  border-bottom: 2px solid #5a6e3a;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  font-size: 12px;
}

.blog-post .text-content .simple-btn a:hover {
  color: #5a6e3a;
  opacity: 1;
}

/* ── Category badges ─────────────────────────────── */
.category-badge {
  display: inline-block;
  background: #5a6e3a;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.read-time {
  color: #666;
  font-size: 13px;
  margin-left: 8px;
}

/* ── Sidebar ─────────────────────────────────────── */
.side-bar {
  background-color: #232320;
  padding: 20px;
}

.sidebar-heding h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f4dd5b;
  border-bottom: 1px solid #3a3a3a;
}

.archives ul li a,
.categories ul li a {
  font-family: 'Source Serif 4', Georgia, serif;
  color: #bbb;
  font-size: 14px;
}

.archives ul li a:hover,
.categories ul li a:hover {
  color: #f4dd5b;
  opacity: 1;
}

/* ── Single post ─────────────────────────────────── */
.single-blog-post .text-content h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
}

.single-blog-post .text-content p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 17px;
  line-height: 1.85;
  color: #c0bdb5;
}

.single-blog-post .text-content h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f4dd5b;
  margin: 40px 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3a3a3a;
}

.single-blog-post .text-content ul {
  color: #c0bdb5;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
  margin: 15px 0 25px;
}

.single-blog-post .text-content ul li {
  margin-bottom: 10px;
}

.single-blog-post .text-content ul li::marker {
  color: #5a6e3a;
}

.single-blog-post .text-content .callout-box {
  border-left: 4px solid #c0392b;
  background: #2a1f1f;
  padding: 18px 22px;
  margin: 30px 0;
  color: #ddd;
  font-size: 15px;
  line-height: 1.7;
}

.single-blog-post .text-content .tip-box {
  border-left: 4px solid #5a6e3a;
  background: #1e2419;
  padding: 18px 22px;
  margin: 30px 0;
  color: #ddd;
  font-size: 15px;
  line-height: 1.7;
}

.single-blog-post .text-content .tip-box strong,
.single-blog-post .text-content .callout-box strong {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  color: #f4dd5b;
}

/* ── Checklist items ─────────────────────────────── */
.checklist {
  list-style: none !important;
  padding-left: 0 !important;
}

.checklist li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px !important;
}

.checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #5a6e3a;
  font-weight: bold;
  font-size: 16px;
}

/* ── Footer ──────────────────────────────────────── */
footer {
  background-color: #111110;
  border-top: 2px solid #5a6e3a;
  padding: 30px 0;
}

footer p {
  color: #555;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

footer a {
  color: #f4dd5b;
  text-decoration: none;
}

/* ── Overlay menu ────────────────────────────────── */
.overlay-menu .main-menu ul li a {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.overlay-menu .main-menu ul li a:hover {
  color: #f4dd5b;
  opacity: 1;
}

/* ── Newsletter strip ────────────────────────────── */
.newsletter-strip {
  background: #5a6e3a;
  padding: 30px 0;
  text-align: center;
}

.newsletter-strip h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px;
}

.newsletter-strip .nl-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  gap: 0;
}

.newsletter-strip .nl-form input {
  flex: 1;
  padding: 12px 16px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.3);
  border-right: none;
  color: #fff;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 14px;
  outline: none;
}

.newsletter-strip .nl-form input::placeholder { color: rgba(255,255,255,0.5); }

.newsletter-strip .nl-form button {
  background: #f4dd5b;
  border: none;
  padding: 12px 22px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  font-weight: 600;
}

/* ── Hero (index page) ───────────────────────────── */
.hero-title {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 72px !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
}

.hero-subtitle {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-cta {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 40px;
  background: #f4dd5b;
  color: #1a1a1a;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.hero-cta:hover {
  background: #5a6e3a;
  color: #fff;
  text-decoration: none;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
  .hero-title { font-size: 42px !important; }
  .single-blog-post .text-content h2 { font-size: 26px; }
}

/* ── Kill default browser blue on any remaining # links ── */
a[href="#"] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}
