/* ── JPP ANSWERS PAGE ── */

/* Skip link */
.skip-link {
  position: absolute; left: -999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
  z-index: 9999;
  background: #0A0A0A; color: #fff;
  padding: 12px 24px; font-size: 14px; font-weight: 500;
}
.skip-link:focus { left: 12px; top: 12px; width: auto; height: auto; }

/* Hero */
.answers-hero {
  background: #0A0A0A;
  padding: 120px 40px 80px;
  text-align: center;
}
.answers-hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 13px; font-weight: 400; letter-spacing: 0.22em;
  text-transform: uppercase; color: #D4A574; margin-bottom: 24px;
}
.answers-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 56px);
  color: #FAFAF8; line-height: 1.1; margin-bottom: 20px;
  font-weight: 300;
}
.answers-hero p {
  font-family: 'Jost', sans-serif;
  font-size: 18px; font-weight: 300; color: rgba(250,250,248,0.6);
  max-width: 580px; margin: 0 auto; line-height: 1.7;
}

/* Table of Contents — override global nav styles */
nav.toc {
  position: static;
  z-index: auto;
  max-width: 780px; margin: 0 auto;
  padding: 56px 40px 0;
  background: none;
  display: block;
  top: auto; left: auto; right: auto;
}
.toc-label {
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(250,250,248,0.4); margin-bottom: 20px;
}
.toc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}
.toc-grid a {
  font-family: 'Jost', sans-serif;
  font-size: 15px; color: rgba(250,250,248,0.6); font-weight: 300;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  text-decoration: none;
}
.toc-grid a:hover { color: #D4A574; border-bottom-color: #D4A574; }

/* Answers Section */
.answers-section { padding: 48px 40px 80px; max-width: 780px; margin: 0 auto; }

.answer-block {
  padding: 48px 0;
  border-bottom: 1px solid rgba(250,250,248,0.08);
}
.answer-block:last-child { border-bottom: none; }

.answer-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 32px);
  color: #FAFAF8;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 400;
}
.answer-block p {
  font-family: 'Jost', sans-serif;
  font-size: 16.5px; font-weight: 300; color: rgba(250,250,248,0.75);
  line-height: 1.85; margin-bottom: 16px;
}
.answer-block p:last-of-type { margin-bottom: 0; }
.answer-block strong { font-weight: 500; color: #FAFAF8; }
.answer-block em { font-style: italic; }
.answer-links {
  display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px;
}
.answer-source {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 13px; font-weight: 400; color: #D4A574;
  letter-spacing: 0.02em; text-decoration: none;
}
.answer-source:hover { text-decoration: underline; }
.inline-link { color: #D4A574; border-bottom: 1px solid #D4A574; text-decoration: none; }
.inline-link:hover { color: #c49564; }

/* CTA Band */
.cta-band {
  background: #0A0A0A;
  padding: 80px 40px;
  text-align: center;
}
.cta-band-inner { max-width: 580px; margin: 0 auto; }
.cta-band h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 42px);
  color: #FAFAF8; margin-bottom: 16px;
  font-weight: 300;
}
.cta-band p {
  font-family: 'Jost', sans-serif;
  font-size: 16px; color: rgba(250,250,248,0.6);
  margin: 0 auto 32px; font-weight: 300;
}
.cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.btn-gold-cta {
  display: inline-block; background: #D4A574; color: #0A0A0A;
  font-family: 'Jost', sans-serif;
  font-size: 14px; font-weight: 500; padding: 16px 36px;
  border-radius: 0; letter-spacing: 0.06em;
  text-decoration: none; text-transform: uppercase;
  transition: all 0.25s;
}
.btn-gold-cta:hover { background: #c49564; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(212,165,116,0.3); }
.btn-outline-cta {
  display: inline-block; border: 1px solid rgba(250,250,248,0.3); color: #FAFAF8;
  font-family: 'Jost', sans-serif;
  font-size: 14px; font-weight: 400; padding: 15px 34px;
  border-radius: 0; letter-spacing: 0.06em;
  text-decoration: none; text-transform: uppercase;
  transition: all 0.25s;
}
.btn-outline-cta:hover { border-color: #D4A574; color: #D4A574; transform: translateY(-2px); }

/* Answers Footer */
.answers-footer {
  background: #0A0A0A; color: rgba(250,250,248,0.5);
  padding: 60px 40px 40px; text-align: center;
  border-top: 1px solid rgba(250,250,248,0.06);
}
.answers-footer-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; letter-spacing: 0.06em;
  color: #D4A574; margin-bottom: 24px; display: block;
  text-decoration: none;
}
.answers-footer-links {
  display: flex; justify-content: center; gap: 28px;
  flex-wrap: wrap; margin-bottom: 32px;
}
.answers-footer-links a {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem; font-weight: 400; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(250,250,248,0.5);
  text-decoration: none; transition: color 0.2s;
}
.answers-footer-links a:hover { color: #D4A574; }
.answers-footer-copy {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem; color: rgba(250,250,248,0.3);
}
.answers-footer-family {
  font-family: 'Jost', sans-serif;
  font-size: 13px; color: rgba(250,250,248,0.3); margin-top: 16px;
}
.answers-footer-family a {
  color: rgba(250,250,248,0.5); border-bottom: 1px solid rgba(250,250,248,0.15);
  text-decoration: none;
}
.answers-footer-family a:hover { color: #D4A574; }

/* ── MOBILE ── */
@media (max-width: 900px) {
  .answers-hero { padding: 90px 24px 56px; }
  .toc { padding: 36px 24px 0; }
  .toc-grid { grid-template-columns: 1fr; gap: 6px; }
  .answers-section { padding: 36px 24px 56px; }
  .answer-block { padding: 36px 0; }
  .cta-band { padding: 56px 24px; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .answers-footer { padding: 40px 24px 32px; }
}
@media (max-width: 480px) {
  .answers-hero p { font-size: 16px; }
  .answer-block p { font-size: 15.5px; }
  .answer-block h2 { font-size: 24px; }
}
