/* ============================================================
   ReCounsel · Guide page styles
   Editorial long-form: Fraunces headings, Inter Tight body,
   ivory background, generous line-height for readability.
   ============================================================ */

.guide-hero {
  background: var(--rc-ivory);
  padding: clamp(96px, 12vw, 160px) 0 clamp(48px, 6vw, 80px);
  border-bottom: 1px solid var(--rc-mist);
}

.guide-hero .wrap { max-width: 780px; }

.guide-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rc-gold-deep);
  margin-bottom: 20px;
  display: block;
}

.guide-title {
  font-family: var(--font-display);
  font-weight: 460;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--rc-ink);
  margin-bottom: 20px;
}
.guide-title em { font-style: italic; }

.guide-lede {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: var(--rc-ink-soft);
  max-width: 62ch;
  margin-bottom: 28px;
}

.guide-meta {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--rc-ink-muted);
}
.guide-meta span + span::before { content: " · "; color: var(--rc-mist); }

/* ---------- Body ---------- */
.guide-body {
  background: var(--rc-ivory);
  padding: clamp(48px, 6vw, 80px) 0 clamp(72px, 9vw, 120px);
}
.guide-body .wrap { max-width: 720px; }

.guide-body h2 {
  font-family: var(--font-display);
  font-weight: 480;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--rc-ink);
  margin: 56px 0 20px;
  scroll-margin-top: 100px;
}
.guide-body h2:first-child { margin-top: 0; }
.guide-body h2 em { font-style: italic; }

.guide-body h3 {
  font-family: var(--font-display);
  font-weight: 520;
  font-size: clamp(19px, 2.2vw, 22px);
  line-height: 1.25;
  color: var(--rc-ink);
  margin: 36px 0 14px;
}

.guide-body p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--rc-ink);
  margin: 0 0 18px;
}

.guide-body p.lead {
  font-size: 18.5px;
  line-height: 1.6;
  color: var(--rc-ink-soft);
}

.guide-body ul, .guide-body ol {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--rc-ink);
  margin: 0 0 22px;
  padding-left: 22px;
}
.guide-body li { margin-bottom: 8px; }
.guide-body li::marker { color: var(--rc-gold-deep); }

.guide-body a {
  color: var(--rc-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}
.guide-body a:hover { color: var(--rc-navy); }

.guide-body strong {
  font-weight: 600;
  color: var(--rc-ink);
}

.guide-body blockquote {
  border-left: 3px solid var(--rc-gold);
  padding: 4px 0 4px 20px;
  margin: 24px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: var(--rc-teal);
}

.guide-body .callout {
  background: var(--rc-ivory-2);
  border: 1px solid var(--rc-mist);
  border-radius: 10px;
  padding: 22px 24px;
  margin: 28px 0;
}
.guide-body .callout p:last-child { margin-bottom: 0; }
.guide-body .callout .callout-label {
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rc-gold-deep);
  margin-bottom: 8px;
  display: block;
}

/* Red-flag row */
.guide-body .redflag {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--rc-mist);
}
.guide-body .redflag:last-child { border-bottom: 0; }
.guide-body .redflag .rf-dot {
  flex-shrink: 0;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--rc-clay);
  margin-top: 10px;
}
.guide-body .redflag .rf-text {
  flex: 1;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--rc-ink);
}
.guide-body .redflag .rf-text strong {
  display: block;
  margin-bottom: 4px;
  color: var(--rc-navy);
}

/* ---------- CTA card ---------- */
.guide-cta {
  background: var(--rc-navy);
  color: var(--rc-ivory);
  padding: clamp(56px, 7vw, 96px) 0;
}
.guide-cta .wrap { max-width: 780px; text-align: center; }
.guide-cta .eyebrow { color: var(--rc-gold); margin-bottom: 16px; }
.guide-cta h2 {
  font-family: var(--font-display);
  font-weight: 460;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--rc-ivory);
  margin-bottom: 16px;
  max-width: 22ch;
  margin-left: auto; margin-right: auto;
}
.guide-cta h2 em { font-style: italic; }
.guide-cta p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--rc-ivory-muted);
  max-width: 52ch;
  margin: 0 auto 30px;
}
.guide-cta .btn { margin: 0 auto; }

/* ---------- Related guides ---------- */
.guide-related {
  background: var(--rc-ivory-2);
  padding: clamp(56px, 7vw, 88px) 0;
  border-top: 1px solid var(--rc-mist);
}
.guide-related .wrap { max-width: 1080px; }
.guide-related .related-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rc-gold-deep);
  margin-bottom: 28px;
}
.guide-related .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.guide-related .related-card {
  background: var(--rc-ivory);
  border: 1px solid var(--rc-mist);
  border-radius: 10px;
  padding: 26px 24px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  display: block;
}
.guide-related .related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -12px rgba(10,22,40,0.15);
  border-color: var(--rc-gold);
}
.guide-related .related-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  color: var(--rc-navy);
  margin: 0 0 8px;
}
.guide-related .related-card p {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--rc-ink-soft);
  margin: 0;
}

/* Mobile */
@media (max-width: 640px) {
  .guide-hero .wrap, .guide-body .wrap { padding: 0 20px; }
}
