:root {
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --deep: #0d0a05;
  --dark: #1a1208;
  --mid: #2f2416;
  --cream: #f8f3e8;
  --muted: #b1a182;
  --border: rgba(201, 168, 76, 0.18);
  --card: rgba(255,255,255,0.04);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Lora', Georgia, serif;
  background: radial-gradient(circle at top, #1c140b 0%, var(--deep) 55%);
  color: var(--cream);
  line-height: 1.7;
}
a { color: var(--gold-light); text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.center { text-align: center; }
.site-main { min-height: 60vh; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13,10,5,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand-text, .custom-logo-link { font-family: 'Cinzel', serif; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); }
.primary-menu { display: flex; align-items: center; gap: 22px; list-style: none; padding: 0; margin: 0; }
.primary-menu a { font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.current-menu-item > a, .primary-menu a:hover { color: var(--gold-light); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 0; }
.nav-toggle span { display: block; width: 28px; height: 2px; background: var(--cream); margin: 6px 0; }
.section-eyebrow {
  display: inline-block; margin-bottom: 12px; color: var(--gold);
  font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: 0.24em; font-size: 12px;
}
h1,h2,h3,h4 { font-family: 'Cinzel', serif; line-height: 1.2; margin: 0 0 16px; }
h1 { font-size: clamp(34px, 5vw, 68px); }
h2 { font-size: clamp(28px, 3vw, 42px); }
h3 { font-size: 22px; }
p { margin: 0 0 18px; color: rgba(248,243,232,0.85); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 24px; border-radius: 3px; border: 1px solid transparent;
  font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
}
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--deep); }
.btn-outline { border-color: rgba(201,168,76,0.4); color: var(--gold-light); background: transparent; }
.scenic-section { position: relative; overflow: hidden; }
.scenic-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,0.05) 0 2px, transparent 3px) 0 0/120px 120px,
    linear-gradient(180deg, rgba(255,255,255,0.03), transparent 30%),
    radial-gradient(circle at bottom left, rgba(50, 92, 58, 0.22), transparent 35%),
    radial-gradient(circle at bottom right, rgba(163, 177, 158, 0.08), transparent 25%);
  pointer-events: none;
}
.scenic-card {
  position: relative; z-index: 1;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  border-radius: 4px;
}
.page-hero, .default-page-section { padding: 80px 0; }
.entry-content ul, .entry-content ol { padding-left: 20px; }
.site-footer { border-top: 1px solid var(--border); background: rgba(0,0,0,0.18); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; padding: 48px 0 28px; }
.footer-col h4, .footer-brand h3 { color: var(--gold-light); }
.footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-menu li a, .social-links a { color: var(--muted); }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-bottom { border-top: 1px solid var(--border); padding: 18px 0; }
.author-placeholder, .about-image, .book-cover, .music-artist, .bible-belt-visual, .video-placeholder {
  min-height: 320px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.12)),
    radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 40%),
    linear-gradient(180deg, rgba(90,118,96,0.22), rgba(13,10,5,0.2));
}
.pagination-wrap { padding-top: 20px; }
.blog-card, .review-card, .contact-card, .book-card, .impact-card, .track-card, .video-card, .scripture-card { padding: 28px; }
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .site-navigation { display: none; position: absolute; top: 84px; left: 0; right: 0; background: rgba(13,10,5,0.96); border-bottom: 1px solid var(--border); }
  .site-navigation.is-open { display: block; }
  .primary-menu { flex-direction: column; align-items: flex-start; padding: 20px; }
}












/* ========================================
   ASEKOR FOOTER
======================================== */

.asekor-footer {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 175, 55, 0.06), transparent 18%),
    radial-gradient(circle at 85% 70%, rgba(96, 165, 250, 0.05), transparent 18%),
    linear-gradient(90deg, #141b28 0%, #2a3140 50%, #141b28 100%);
  color: rgba(255, 255, 255, 0.82);
  padding: 78px 0 30px;
  overflow: hidden;
}

.asekor-footer__inner {
  position: relative;
  z-index: 2;
}

.asekor-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 1fr;
  gap: 44px;
  align-items: start;
}

.asekor-footer__brand-title {
  margin: 0 0 18px;
  color: #f8fafc;
  font-family: 'Cinzel', serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
}

.asekor-footer__brand-text p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.asekor-footer__brand-text p:last-child {
  margin-bottom: 0;
}

.asekor-footer__heading {
  margin: 0 0 18px;
  color: #f5e6b7;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  line-height: 1.2;
}

.asekor-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.asekor-footer__links li {
  margin-bottom: 12px;
}

.asekor-footer__links li:last-child {
  margin-bottom: 0;
}

.asekor-footer__links a,
.asekor-footer__contact-line a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.asekor-footer__links a:hover,
.asekor-footer__contact-line a:hover {
  color: #ffffff;
}

.asekor-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.asekor-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.asekor-footer__socials a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #111827;
}

.asekor-footer__socials svg {
  width: 18px;
  height: 18px;
  display: block;
}

.asekor-footer__contact-items {
  display: grid;
  gap: 14px;
}

.asekor-footer__contact-line {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.asekor-footer__contact-address p {
  margin: 0 0 8px;
}

.asekor-footer__contact-address p:last-child {
  margin-bottom: 0;
}

.asekor-footer__decor {
  margin-top: 22px;
}

.asekor-footer__decor img {
  display: block;
  max-width: 110px;
  width: 100%;
  height: auto;
}

.asekor-footer__bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.asekor-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1140px) {
  .asekor-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
  }
}

@media (max-width: 767px) {
  .asekor-footer {
    padding: 64px 0 26px;
  }

  .asekor-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .asekor-footer__brand-title,
  .asekor-footer__heading {
    margin-bottom: 14px;
  }

  .asekor-footer__socials {
    margin-top: 18px;
  }
}