/* =============================================================
   MEET-JEFF.CSS — Citizens Reverse Mortgage, Meet Jeff page only.
   Conditionally enqueued for the page with slug "meet-jeff".
   Page-specific layout for the 5 wireframe sections.
   ============================================================= */

/* ── SECTION 01 — JEFF HERO (named authority, split) ─────── */
.jeff-hero {
  position: relative;
  background: var(--grad-hero);
  color: #fff;
  padding-block: clamp(64px, 8vw, 116px);
  overflow: hidden;
}
.jeff-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(620px circle at 18% 14%, rgba(184, 148, 58, 0.28), transparent 60%),
    radial-gradient(480px circle at 96% 96%, rgba(61, 122, 138, 0.26), transparent 60%);
  pointer-events: none;
}
.jeff-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 72%);
  mask-image: linear-gradient(180deg, #000, transparent 72%);
  pointer-events: none;
}
.jeff-hero .container { position: relative; z-index: 1; }
.jeff-hero__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
}
.jeff-hero__media { position: relative; max-width: 420px; }
.jeff-hero__media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 2px solid rgba(212, 169, 79, 0.55);
  border-radius: var(--radius-lg);
  z-index: 0;
}
.jeff-hero__media .media-frame { position: relative; z-index: 1; }
.jeff-hero__media .media-frame img { min-height: 460px; }

.jeff-hero__eyebrow { color: var(--gold-soft); }
.jeff-hero h1 { color: #fff; margin-bottom: var(--space-md); }
.jeff-hero__chips {
  list-style: none;
  margin: 0 0 var(--space-md);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.jeff-hero__sub {
  font-size: clamp(21px, 1.8vw, 25px);
  color: #d8e0f2;
  margin-bottom: var(--space-lg);
}

@media (max-width: 900px) {
  .jeff-hero__inner { grid-template-columns: 1fr; }
  .jeff-hero__media { max-width: 320px; }
  .jeff-hero__media::before { inset: 12px -12px -12px 12px; }
  .jeff-hero__media .media-frame img { min-height: 360px; }
}

/* ── SECTION 02 — BACKGROUND & CAREER (centered) ─────────── */
.jeff-bio .section-head {
  max-width: 820px;
  margin: 0 auto var(--space-lg);
  text-align: center;
}
.jeff-bio__copy {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}
.jeff-bio__copy p { font-size: 17px; }

/* ── SECTION 03 — HOW JEFF WORKS (company-voice, J-03) ────── */
.jeff-approach {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}
.jeff-approach p {
  font-size: clamp(20px, 1.7vw, 23px);
  line-height: 1.7;
  color: var(--text-body);
}
.jeff-approach p + p { margin-top: var(--space-md); }

/* ── SECTION 03 — PHILOSOPHY: PULL QUOTE + Q&A (retained, hidden) ─ */
.pullquote {
  max-width: 900px;
  margin: 0 auto var(--space-xl);
  padding: 0 var(--space-md);
  text-align: center;
  position: relative;
}
.pullquote p {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  color: var(--navy);
  margin: 0 0 var(--space-md);
}
.pullquote p::before { content: "\201C"; }
.pullquote p::after  { content: "\201D"; }
.pullquote cite {
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.qa {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  gap: var(--space-md);
}
.qa-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
}
.qa-item__q {
  font-size: 19px;
  color: var(--navy);
  margin-bottom: 10px;
}
.qa-item__a { margin: 0; color: var(--text-body); }

/* ── SECTION 04 — INTRODUCTION VIDEO ─────────────────────── */
/* .video-facade is a shared component (see component.css). */

/* ── SECTION 05 — SCHEDULE WITH JEFF: CTA ────────────────── */
.jeff-cta__inner { max-width: 720px; margin-inline: auto; text-align: center; }
.jeff-cta__avatar {
  width: 110px; height: 110px;
  margin: 0 auto var(--space-md);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(212, 169, 79, 0.6);
  box-shadow: var(--shadow-md);
}
.jeff-cta__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.jeff-cta p { font-size: clamp(20px, 1.7vw, 24px); color: #dce3f2; }
.jeff-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin: var(--space-lg) 0 var(--space-md);
}
.jeff-cta__email { margin-bottom: var(--space-xs); }
.jeff-cta__email a { color: var(--gold-light); font-weight: 600; }
.jeff-cta__note {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #9fb0d0;
  margin-bottom: 0;
}
