:root {
  --fj-ink: #342113;
  --fj-brown: #3d2818;
  --fj-brown-deep: #21150e;
  --fj-gold: #b78325;
  --fj-gold-soft: #d9b66e;
  --fj-cream: #fbf5e9;
  --fj-paper: #fffdf8;
  --fj-stone: #eee4d3;
}

.found-jesus-presentation {
  overflow: hidden;
  background: var(--fj-cream);
  color: var(--fj-ink);
  font-family: "DM Sans", sans-serif;
}

.found-jesus-presentation[dir="rtl"] {
  font-family: "Noto Naskh Arabic", "Amiri", serif;
}

.found-jesus-presentation *,
.found-jesus-presentation *::before,
.found-jesus-presentation *::after { box-sizing: border-box; }

.found-jesus-presentation h1,
.found-jesus-presentation h2,
.found-jesus-presentation h3 {
  margin: 0;
  color: inherit;
  font-family: "EB Garamond", Georgia, serif;
}

.found-jesus-presentation[dir="rtl"] h1,
.found-jesus-presentation[dir="rtl"] h2,
.found-jesus-presentation[dir="rtl"] h3 {
  font-family: "Amiri", "Noto Naskh Arabic", serif;
}

.presentation-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  background: var(--fj-brown-deep);
  color: #fffaf0;
}

[dir="rtl"] .presentation-hero { grid-template-columns: minmax(0, 58%) minmax(0, 42%); }

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(3rem, 7vw, 7rem);
  background: radial-gradient(circle at 20% 15%, rgba(183,131,37,.16), transparent 45%), var(--fj-brown-deep);
  position: relative;
  z-index: 1;
}

[dir="rtl"] .hero-copy { align-items: flex-start; }

.hero-eyebrow {
  color: var(--fj-gold-soft);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

[dir="rtl"] .hero-eyebrow { font-size: 1.05rem; letter-spacing: 0; }

.hero-copy h1 {
  max-width: 580px;
  margin-top: 1rem;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: .96;
}

[dir="rtl"] .hero-copy h1 { font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: 1.18; }

.hero-copy mark { color: var(--fj-gold-soft); background: none; padding: 0; }
.hero-copy > p { margin: 1.4rem 0 2rem; font-size: clamp(1.3rem, 2vw, 2rem); color: #e9ddca; }

.hero-cta {
  display: inline-flex;
  color: var(--fj-brown-deep);
  background: var(--fj-gold-soft);
  padding: .9rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.hero-cta:hover { transform: translateY(-2px); background: #edce8d; }
.hero-cta:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.hero-art { min-height: 620px; }
.hero-art img { width: 100%; height: 100%; display: block; object-fit: cover; }

.presentation-slide { position: relative; padding: clamp(4.5rem, 9vw, 9rem) 1.5rem; background: var(--fj-paper); }
.presentation-slide:nth-of-type(even) { background: var(--fj-cream); }
.slide-inner { width: min(1180px, 100%); margin: 0 auto; position: relative; }
.slide-number { position: absolute; inset-block-start: -3rem; inset-inline-start: 0; color: rgba(183,131,37,.16); font: 700 clamp(5rem, 11vw, 10rem)/1 "EB Garamond", serif; }
.slide-heading { position: relative; margin-bottom: 3rem; padding-inline-start: clamp(4.5rem, 10vw, 9rem); }
.slide-heading span { display: block; margin-bottom: .55rem; color: var(--fj-gold); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
[dir="rtl"] .slide-heading span { font-size: 1rem; letter-spacing: 0; }
.slide-heading h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.08; }
[dir="rtl"] .slide-heading h2 { line-height: 1.3; }

.opening-layout { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.5fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.opening-quote { position: sticky; top: 2rem; border-block: 1px solid var(--fj-gold-soft); padding: 2rem 0; color: var(--fj-brown); }
.opening-quote i { color: var(--fj-gold); font-size: 2rem; }
.opening-quote p { margin: 1rem 0 0; font: 600 clamp(1.5rem, 2.5vw, 2.25rem)/1.55 "EB Garamond", serif; }
[dir="rtl"] .opening-quote p { font-family: "Amiri", serif; }

.presentation-copy { max-width: 760px; margin-inline: auto; }
.presentation-copy p { margin: 0 0 1.35rem; font-size: clamp(1.03rem, 1.35vw, 1.18rem); line-height: 1.9; }
[dir="rtl"] .presentation-copy p { font-size: clamp(1.16rem, 1.5vw, 1.34rem); line-height: 2; }
.presentation-copy p:first-child { font-weight: 800; color: var(--fj-brown); }
.scripture-line { margin-block: 2rem !important; padding: 1.4rem 1.6rem; border-inline-start: 4px solid var(--fj-gold); background: #f7edd8; color: #573b17; font-family: "EB Garamond", serif; font-size: 1.25rem !important; font-style: italic; }
[dir="rtl"] .scripture-line { font-family: "Amiri", serif; font-style: normal; }

.encounter-map { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto 4rem; position: relative; }
.encounter-map::before { content: ""; position: absolute; inset-inline: 12%; top: 42px; border-top: 1px solid var(--fj-gold-soft); }
.encounter-step { position: relative; z-index: 1; display: grid; justify-items: center; gap: .65rem; text-align: center; }
.encounter-step > span { position: absolute; inset-block-start: -.5rem; inset-inline-end: calc(50% - 48px); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--fj-gold); color: white; font-weight: 800; }
.encounter-step i { width: 84px; height: 84px; display: grid; place-items: center; border: 1px solid var(--fj-gold-soft); border-radius: 50%; background: var(--fj-paper); color: var(--fj-gold); font-size: 1.6rem; }
.encounter-step strong { font-family: "EB Garamond", serif; font-size: 1.25rem; }
[dir="rtl"] .encounter-step strong { font-family: "Amiri", serif; font-size: 1.35rem; }
.chapter-prose { padding-top: 3rem; border-top: 1px solid var(--fj-stone); }

.presentation-interlude { min-height: 340px; display: grid; place-content: center; text-align: center; padding: 5rem 1.5rem; background: linear-gradient(rgba(25,15,9,.86), rgba(25,15,9,.93)), url("../../images/photos/we-have-found-jesus.jpg") center/cover; color: white; }
.presentation-interlude i { color: var(--fj-gold-soft); font-size: 2.5rem; }
.presentation-interlude h2 { margin-top: 1rem; font-size: clamp(3rem, 6vw, 6rem); }
.presentation-interlude p { margin: .8rem 0 0; color: #e6d7bf; font-size: 1.25rem; }

.unity-diagram { max-width: 850px; margin: 0 auto 4rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; text-align: center; }
.unity-diagram > div { display: grid; justify-items: center; gap: .8rem; color: var(--fj-brown); }
.unity-diagram i { font-size: 2rem; color: var(--fj-gold); }
.unity-cross { min-width: 190px; padding: 2rem; border-inline: 1px solid var(--fj-gold-soft); }
.unity-cross i { font-size: 4rem; }

.slide-dark { background: var(--fj-brown-deep) !important; color: #fffaf0; }
.slide-dark .slide-heading span, .slide-dark .slide-number { color: var(--fj-gold-soft); }
.slide-dark .slide-number { opacity: .2; }
.slide-dark .presentation-copy p:first-child { color: var(--fj-gold-soft); }
.slide-dark .chapter-prose { border-color: rgba(255,255,255,.16); }
.slide-dark .scripture-line { background: rgba(255,255,255,.07); color: #f6e7cc; }
.worship-contrast { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 4rem; border-block: 1px solid rgba(217,182,110,.5); }
.worship-contrast > div { padding: 2.2rem; display: flex; align-items: center; justify-content: center; gap: 1rem; text-align: center; }
.worship-contrast > div + div { border-inline-start: 1px solid rgba(217,182,110,.5); color: var(--fj-gold-soft); }
.worship-contrast i { font-size: 2rem; }
.worship-contrast h3 { font-size: 1.6rem; }

.slide-gold { background: #f2dfb4 !important; }
.church-pillars { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-bottom: 4rem; background: rgba(61,40,24,.2); border-block: 1px solid rgba(61,40,24,.2); }
.church-pillars > div { padding: 2rem 1rem; display: grid; justify-items: center; gap: .75rem; background: #f8eacb; }
.church-pillars i { color: var(--fj-gold); font-size: 2rem; }
.church-pillars span { font-weight: 800; }

.fathers-stack { display: grid; gap: 2.5rem; }
.father-chapter { max-width: 980px; margin: 0 auto; border-top: 4px solid var(--fj-gold); padding: clamp(1.5rem, 4vw, 3rem); background: #fbf1dc; }
.father-chapter header { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--fj-gold-soft); }
.father-chapter header > i { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--fj-brown); color: var(--fj-gold-soft); }
.father-chapter h3 { font-size: 2rem; }
.father-chapter header p { margin: .2rem 0 0; color: #79561e; }

.presentation-closing { padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; background: var(--fj-brown-deep); color: white; }
.presentation-closing h2 { margin-bottom: 2rem; color: var(--fj-gold-soft); font-size: clamp(3rem, 6vw, 6rem); }
.presentation-closing .presentation-copy { text-align: start; }
.presentation-closing .presentation-copy p:first-child { color: white; }

@media (max-width: 820px) {
  .presentation-hero, [dir="rtl"] .presentation-hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 420px; padding: 3.5rem 1.5rem; }
  .hero-art { min-height: 300px; }
  .opening-layout { grid-template-columns: 1fr; }
  .opening-quote { position: static; }
  .encounter-map { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .encounter-map::before { display: none; }
  .unity-diagram { grid-template-columns: 1fr; }
  .unity-cross { border-inline: 0; border-block: 1px solid var(--fj-gold-soft); }
  .church-pillars { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 520px) {
  .presentation-slide { padding-inline: 1rem; }
  .slide-heading { padding-inline-start: 3.5rem; }
  .encounter-map, .church-pillars, .worship-contrast { grid-template-columns: 1fr; }
  .worship-contrast > div + div { border-inline-start: 0; border-top: 1px solid rgba(217,182,110,.5); }
  .scripture-line { padding: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cta { transition: none; }
}
