/* ═══════════════════════════════════════════════════
   QUESTIONS & COMMANDS OF CHRIST — qc.css
   Sacred Trek · 2026
═══════════════════════════════════════════════════ */

/* ── HERO ── */
.qc-hero {
  min-height: 80vh;
  display: grid; place-items: center;
  text-align: center;
  padding: 8rem 2rem 5rem;
  position: relative; overflow: hidden;
  background: var(--navy);
}
.qc-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(123,29,29,0.45) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 70%, rgba(42,60,120,0.55) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(184,150,62,0.08) 0%, transparent 60%);
}
.qc-hero-content {
  position: relative; z-index: 2; max-width: 820px;
}
.qc-eyebrow {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 1rem;
  opacity: 0; animation: fadeUp 0.6s 0.2s forwards;
}
.qc-hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 400; color: var(--white);
  letter-spacing: 0.02em; line-height: 1.15;
  margin-bottom: 1.5rem;
  opacity: 0; animation: fadeUp 0.7s 0.35s forwards;
}
.qc-hero-title em {
  color: var(--gold-light); font-style: italic;
}
.qc-hero-lead {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.05rem; color: rgba(255,255,255,0.7);
  line-height: 1.85; margin-bottom: 1rem;
  max-width: 680px; margin-left: auto; margin-right: auto;
  opacity: 0; animation: fadeUp 0.7s 0.5s forwards;
}

/* ── JUMP NAVIGATION ── */
.qc-hero-nav {
  display: flex; gap: 1rem; flex-wrap: wrap;
  justify-content: center; margin-top: 2.5rem;
  opacity: 0; animation: fadeUp 0.7s 0.65s forwards;
}
.qc-jump-btn {
  display: flex; align-items: center; gap: 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(184,150,62,0.3);
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  min-width: 260px;
}
.qc-jump-btn:hover {
  background: rgba(184,150,62,0.1);
  border-color: var(--gold);
}
.qc-jump-icon {
  font-family: 'Cinzel', serif; font-size: 1.5rem;
  color: var(--gold); flex-shrink: 0; width: 2rem;
  text-align: center; line-height: 1;
}
.qc-jump-text {
  display: flex; flex-direction: column;
  align-items: flex-start; text-align: left;
}
.qc-jump-label {
  font-family: 'Cinzel', serif; font-size: 0.85rem;
  color: var(--white); letter-spacing: 0.04em;
}
.qc-jump-sub {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); margin-top: 0.2rem;
}
.qc-jump-arrow {
  font-size: 1rem; color: var(--gold);
  margin-left: auto; flex-shrink: 0;
}

/* ── SECTION WRAPPER ── */
.qc-section { padding-bottom: 4rem; }
.qc-questions-section { background: var(--ivory); }
.qc-commands-section { background: var(--navy); }

.qc-section-header {
  padding: 4rem 0 2rem;
}
.qc-questions-section .qc-section-header { background: var(--white); }
.qc-commands-section .qc-section-header { background: rgba(0,0,0,0.2); }

.qc-section-eyebrow {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.28em; text-transform: uppercase;
  display: block; margin-bottom: 0.5rem;
}
.qc-questions-section .qc-section-eyebrow { color: var(--crimson); }
.qc-commands-section .qc-section-eyebrow { color: var(--gold); }

.qc-section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 400; letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.qc-questions-section .qc-section-title { color: var(--navy); }
.qc-commands-section .qc-section-title { color: var(--white); }

.qc-section-lead {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.02rem; line-height: 1.85;
  max-width: 740px; margin-bottom: 0.85rem;
}
.qc-questions-section .qc-section-lead { color: var(--text-soft); }
.qc-commands-section .qc-section-lead { color: rgba(255,255,255,0.65); }

/* ── PDF OFFER BLOCK ── */
.qc-pdf-offer {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 1.5rem; padding: 1rem 1.25rem;
  border: 1px solid rgba(184,150,62,0.3);
  background: rgba(184,150,62,0.05);
  flex-wrap: wrap;
}
.qc-pdf-icon {
  font-size: 1.4rem; color: var(--gold); flex-shrink: 0;
}
.qc-pdf-text {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.95rem; line-height: 1.6; flex: 1;
}
.qc-questions-section .qc-pdf-text { color: var(--text-soft); }
.qc-commands-section .qc-pdf-text { color: rgba(255,255,255,0.65); }
.qc-pdf-text strong {
  font-weight: 600;
}
.qc-questions-section .qc-pdf-text strong { color: var(--navy); }
.qc-commands-section .qc-pdf-text strong { color: var(--white); }
.qc-pdf-btn {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy); background: var(--gold);
  padding: 0.6rem 1.2rem; text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.qc-pdf-btn:hover { background: var(--gold-light); }

/* ── GROUPS CONTAINER ── */
.qc-groups-container {
  padding-top: 2rem;
  display: flex; flex-direction: column; gap: 1rem;
}

/* ── ACCORDION GROUP ── */
.qc-group {
  border: 1px solid transparent;
  transition: border-color 0.2s;
}
.qc-questions-section .qc-group {
  border-color: rgba(26,35,66,0.1);
  background: var(--white);
}
.qc-commands-section .qc-group {
  border-color: rgba(184,150,62,0.15);
  background: rgba(255,255,255,0.04);
}
.qc-group.open {
  border-color: var(--gold);
}

/* Group header / trigger */
.qc-group-trigger {
  width: 100%; display: flex;
  align-items: center; gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none; border: none;
  cursor: pointer; text-align: left;
  transition: background 0.15s;
}
.qc-group-trigger:hover { background: rgba(184,150,62,0.05); }
.qc-group-trigger:focus-visible {
  outline: 2px solid var(--gold); outline-offset: -2px;
}

.qc-group-num {
  font-family: 'Cinzel', serif; font-size: 0.65rem;
  letter-spacing: 0.2em; flex-shrink: 0; width: 1.8rem;
}
.qc-questions-section .qc-group-num { color: rgba(184,150,62,0.5); }
.qc-commands-section .qc-group-num { color: rgba(184,150,62,0.4); }

.qc-group-titles { flex: 1; }
.qc-group-name {
  font-family: 'Cinzel', serif; font-size: 1rem;
  font-weight: 400; letter-spacing: 0.05em; display: block;
}
.qc-questions-section .qc-group-name { color: var(--navy); }
.qc-commands-section .qc-group-name { color: var(--white); }

.qc-group-sub {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.88rem; font-style: italic;
  display: block; margin-top: 0.15rem;
}
.qc-questions-section .qc-group-sub { color: var(--text-soft); }
.qc-commands-section .qc-group-sub { color: rgba(255,255,255,0.45); }

.qc-group-count {
  font-family: 'Lato', sans-serif; font-size: 0.58rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(184,150,62,0.3);
  color: var(--gold); flex-shrink: 0;
}
.qc-group-chevron {
  font-size: 0.7rem; color: var(--gold); flex-shrink: 0;
  transition: transform 0.25s;
}
.qc-group.open .qc-group-chevron { transform: rotate(180deg); }

/* Group body */
.qc-group-body {
  display: none;
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid rgba(184,150,62,0.15);
}
.qc-group.open .qc-group-body { display: block; }

.qc-group-intro {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1rem; line-height: 1.8;
  padding: 1.25rem 0 1.5rem;
  border-bottom: 1px solid rgba(184,150,62,0.1);
  margin-bottom: 1.5rem;
}
.qc-questions-section .qc-group-intro { color: var(--text-soft); }
.qc-commands-section .qc-group-intro { color: rgba(255,255,255,0.6); }

/* Individual items */
.qc-items { display: flex; flex-direction: column; gap: 0; }

.qc-item {
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(184,150,62,0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
  align-items: start;
}
.qc-item:last-child { border-bottom: none; }

.qc-item-marker {
  font-family: 'Cinzel', serif; font-size: 0.7rem;
  color: var(--gold); padding-top: 0.25rem;
  flex-shrink: 0;
}
.qc-questions-section .qc-item-marker::before { content: '?'; }
.qc-commands-section .qc-item-marker::before { content: '✠'; }

.qc-item-body {}

.qc-item-text {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.05rem; font-style: italic;
  line-height: 1.5; display: block;
}
.qc-questions-section .qc-item-text { color: var(--navy); }
.qc-commands-section .qc-item-text { color: var(--white); }

.qc-item-ref {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  display: block; margin-top: 0.2rem;
  color: var(--gold);
}

.qc-item-prompt {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.95rem; line-height: 1.6;
  margin-top: 0.4rem; display: block;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(184,150,62,0.25);
}
.qc-questions-section .qc-item-prompt { color: var(--text-soft); }
.qc-commands-section .qc-item-prompt { color: rgba(255,255,255,0.5); }

/* ── SECTION FOOTER ── */
.qc-section-footer {
  padding: 2rem 0;
  text-align: center;
}
.qc-goto-btn {
  font-family: 'Lato', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border: 1px solid rgba(184,150,62,0.35);
  padding: 0.75rem 1.75rem;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}
.qc-goto-btn:hover { background: var(--gold); color: var(--navy); }

/* ── CLOSING ── */
.qc-closing {
  background: var(--navy);
  border-top: 4px solid var(--gold);
  padding: 4rem 2rem 5rem;
}
.qc-closing-inner {
  max-width: 740px;
  padding: 2.5rem;
  border: 1px solid rgba(184,150,62,0.2);
}
.qc-closing-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--white); font-weight: 400;
  margin-bottom: 1.25rem;
}
.qc-closing-inner p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1rem; color: rgba(255,255,255,0.65);
  line-height: 1.85; margin-bottom: 0.85rem;
}
.qc-closing-inner em { color: var(--gold-light); font-style: italic; }
.qc-closing-links {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  margin-top: 1.5rem;
}
.qc-closing-link {
  font-family: 'Lato', sans-serif; font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  border: 1px solid rgba(184,150,62,0.35);
  padding: 0.55rem 1.1rem;
  transition: background 0.2s, color 0.2s;
}
.qc-closing-link:hover { background: var(--gold); color: var(--navy); }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .qc-hero-nav { flex-direction: column; align-items: stretch; }
  .qc-jump-btn { min-width: auto; }
  .qc-pdf-offer { flex-direction: column; }
}
