:root {
  --charcoal: #181818;
  --charcoal-soft: #1F1F1F;
  --charcoal-mid: #252525;
  --gold: #BFA054;
  --gold-light: #d4b46a;
  --gold-dim: rgba(191, 160, 84, 0.15);
  --gold-mid: rgba(191, 160, 84, 0.35);
  --cream: #F8F6F2;
  --stone: #7A7670;
  --stone-light: #9a9490;
  --border: rgba(191, 160, 84, 0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background-color: var(--charcoal);
  color: var(--cream);
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

.container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

/* NAV */
nav {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 10;
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wordmark {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-wordmark-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
}
.nav-wordmark-sub {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}
.nav-back {
  font-family: 'Barlow', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--stone-light);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-back:hover { color: var(--gold); }

/* ISSUE HEADER */
.issue-header {
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.issue-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(191,160,84,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.eyebrow {
  font-family: 'Barlow', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.issue-header h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cream);
  line-height: 1.05;
  margin-bottom: 16px;
}
.gold { color: var(--gold); }
.issue-meta {
  font-family: 'Barlow', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone-light);
  margin-bottom: 28px;
}
.issue-intro {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.issue-intro p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--stone-light);
  font-style: italic;
  line-height: 1.5;
}

/* BRIEF BODY */
.brief-body {
  padding: 56px 0;
}

/* SIGNAL BLOCKS */
.signal-block {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border);
}
.signal-block:last-child {
  border-bottom: none;
}
.signal-label {
  font-family: 'Barlow', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.signal-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 3vw, 1.65rem);
  color: var(--cream);
  line-height: 1.3;
  margin-bottom: 20px;
}
.signal-body {
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  color: var(--cream);
  line-height: 1.85;
  margin-bottom: 24px;
}
.signal-takeaway {
  border-left: 3px solid var(--gold);
  padding: 20px 24px;
  background: rgba(191, 160, 84, 0.04);
  border-radius: 0 2px 2px 0;
}
.signal-takeaway-label {
  font-family: 'Barlow', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.signal-takeaway p {
  font-family: 'Barlow', sans-serif;
  font-size: 0.92rem;
  color: var(--cream);
  line-height: 1.8;
}

/* PATTERN SECTION */
.pattern-section {
  margin-bottom: 48px;
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pattern-section h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.pattern-body {
  font-family: 'Barlow', sans-serif;
  font-size: 0.97rem;
  color: var(--cream);
  line-height: 1.85;
}

/* ACTION SECTION */
.action-section {
  margin-bottom: 56px;
  padding: 36px 40px;
  background: rgba(191, 160, 84, 0.04);
  border: 1px solid var(--gold-mid);
  border-radius: 3px;
}
.action-section h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.action-body {
  font-family: 'Barlow', sans-serif;
  font-size: 0.97rem;
  color: var(--cream);
  line-height: 1.85;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: var(--border);
  margin: 0;
}

/* CTA BLOCK */
.cta-block {
  padding: 64px 0;
  text-align: center;
}
.cta-block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.3;
}
.cta-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 0.85rem;
  color: var(--stone-light);
  letter-spacing: 0.04em;
}
.cta-btn {
  display: inline-block;
  margin-top: 8px;
  background: var(--gold);
  color: var(--charcoal);
  font-family: 'Barlow', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 2px;
  transition: background 0.2s ease, transform 0.15s ease;
}
.cta-btn:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

/* BACK NAV */
.back-nav {
  padding: 24px 0;
  border-top: 1px solid var(--border);
}
.back-link {
  font-family: 'Barlow', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--stone-light);
  text-decoration: none;
  transition: color 0.2s;
}
.back-link:hover { color: var(--gold); }

/* FOOTER */
footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-text {
  font-family: 'Barlow', sans-serif;
  font-size: 0.75rem;
  color: var(--stone);
  letter-spacing: 0.03em;
}
.footer-text a {
  color: var(--stone-light);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-text a:hover { color: var(--gold); }
.footer-scripture {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem;
  color: rgba(191,160,84,0.4);
  font-style: italic;
}

@media (max-width: 600px) {
  .issue-header { padding: 36px 0 32px; }
  .action-section { padding: 24px 20px; }
  .signal-takeaway { padding: 16px 18px; }
  footer .container { flex-direction: column; align-items: flex-start; }
}
