:root {
  --blue: #2e4fd7;
  --blue-dark: #17329a;
  --gold: #f4a72f;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --deep: #0f172a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.wrap > *, .split > *, .devo-home__grid > *, .giveaway-grid > *, .featured-episode > *,
.package > *, .trip-teaser > *, .test-strip__inner > *, .overview-intro__grid > *,
.content-block__grid > *, .about-welcome__grid > *, .about-pastor__grid > *,
.tour-info__grid > * { min-width: 0; }
.hle-icon { width: 18px; height: 18px; flex: 0 0 auto; }

.topbar {
  background: var(--blue-dark);
  color: #fff;
  font-size: 13px;
}
.topbar__inner { display: flex; align-items: center; gap: 24px; min-height: 32px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .95; }
.topbar__social { margin-left: auto; color: inherit; opacity: .8; display: flex; align-items: center; }
.topbar__social:hover { opacity: 1; }
.topbar__social .hle-icon { width: 16px; height: 16px; stroke: none; fill: currentColor; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .04em; }
.brand__mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
}
.brand strong { display: block; font-size: 18px; line-height: 1; font-weight: 900; }
.brand small { display: block; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .24em; margin-top: 4px; }
.nav__links { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.nav__links > a:not(.btn), .nav__dropdown > button { color: #202532; }
.nav__links .is-active { color: var(--blue); }
.nav__dropdown { position: relative; }
.nav__dropdown > button {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font: inherit;
  cursor: pointer;
  text-transform: uppercase;
}
.nav__dropdown .hle-icon { width: 13px; height: 13px; }
.nav__dropdown > div {
  position: absolute;
  top: calc(100% + 18px);
  left: -18px;
  min-width: 190px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(15,23,42,.14);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: .18s ease;
}
.nav__dropdown:hover > div, .nav__dropdown:focus-within > div { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__dropdown a { display: block; padding: 12px 14px; border-radius: 4px; }
.nav__dropdown a:hover { background: var(--soft); color: var(--blue); }
.nav__toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 6px; }
.nav__toggle span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 4px auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  max-width: 100%;
  text-align: center;
  white-space: normal;
}
.btn--gold { background: var(--gold); color: var(--deep); box-shadow: 0 12px 26px rgba(244,167,47,.26); }
.btn--blue { background: var(--blue); color: #fff; box-shadow: 0 12px 26px rgba(46,79,215,.22); }
.btn--ghost { background: transparent; color: var(--ink); border: 2px solid currentColor; }
.btn--ghost:hover { background: var(--ink); color: #fff; }

.hero {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--hero-image) center/cover no-repeat;
}
.hero--home { min-height: 620px; }
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,13,27,.78), rgba(23,50,154,.46), rgba(8,13,27,.72)),
    rgba(0,0,0,.26);
}
.hero__content { position: relative; text-align: center; padding: 72px 0; text-shadow: 0 3px 22px rgba(0,0,0,.42); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .42em;
}
.hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 82px;
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 900;
}
.hero h1 em {
  display: block;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  text-transform: lowercase;
}
.hero p:last-child { max-width: 620px; margin: 24px auto 0; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.94); }

section { padding: 76px 0; }
.icon-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -44px; position: relative; z-index: 2; padding: 0; }
.icon-links a { min-height: 88px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(15,23,42,.12); font-weight: 900; color: var(--blue-dark); }

h2 {
  margin: 0 0 22px;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
h2 em { color: var(--gold); font-family: "Playfair Display", Georgia, serif; text-transform: none; }
h3 { margin: 0 0 10px; font-size: 21px; }
p { line-height: 1.75; }
.lead { font-size: 20px; color: #303846; }
.signature { color: var(--blue-dark); font-weight: 800; }
.signature span { color: var(--muted); font-weight: 600; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; }
.rounded-photo, .media-card, .package img { border-radius: 8px; box-shadow: 0 28px 80px rgba(15,23,42,.16); }
.media-card { position: relative; overflow: hidden; }
.media-card span, .video-card span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
}
.media-card img { aspect-ratio: 16/11; width: 100%; object-fit: cover; }

.devotional, .test-strip { background: var(--soft); }

/* ── Testimonial strip (homepage) ──────────────────────────────────────── */
.test-strip { padding: 80px 0; }
.test-strip__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.test-strip__quotes { display: flex; flex-direction: column; gap: 16px; }
.test-strip__quotes h2 { margin-top: 6px; margin-bottom: 4px; }
.quote-strip-card { background: #fff; border-radius: 10px; padding: 20px 22px; box-shadow: 0 2px 14px rgba(15,23,42,.07); }
.quote-strip-card p { color: var(--muted); margin: 0 0 8px; font-size: 15px; line-height: 1.65; }
.quote-strip-card strong { font-size: 13px; color: var(--ink); }
.quote-strip-card span { font-size: 12px; color: var(--muted); margin-left: 6px; }

/* ── Video playlist widget (shared by strip + testimonies page) ─────────── */
.vid-playlist { border-radius: 10px; overflow: hidden; box-shadow: 0 10px 44px rgba(15,23,42,.18); }
.vid-playlist__main { position: relative; aspect-ratio: 16/9; background: #000; }
.vid-playlist__main iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vid-playlist__items { background: var(--deep); }
.vid-playlist__item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,.05); transition: background .15s; }
.vid-playlist__item:hover { background: rgba(255,255,255,.07); }
.vid-playlist__item.is-active { background: rgba(255,255,255,.1); }
.vid-playlist__item img { width: 80px; height: 45px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.vid-playlist__info strong { display: block; font-size: 13px; font-weight: 700; color: #fff; line-height: 1.4; }
.vid-playlist__info small { font-size: 11px; color: rgba(255,255,255,.5); }
.vid-playlist__item.is-active .vid-playlist__info strong { color: var(--gold); }

/* ── Testimonies page ────────────────────────────────────────────────────── */
.testy-head { padding-top: 60px; padding-bottom: 0; }
.testy-head h2 { margin-top: 6px; margin-bottom: 0; }
.testy-player-wrap { padding: 24px 0 56px; }
.testy-playlist { display: grid; grid-template-columns: 1.45fr 1fr; border-radius: 12px; overflow: hidden; box-shadow: 0 14px 56px rgba(15,23,42,.2); }
.testy-playlist__main { position: relative; aspect-ratio: 16/9; background: #000; }
.testy-playlist__main iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.testy-playlist__sidebar { background: var(--deep); display: flex; flex-direction: column; overflow-y: auto; }
.testy-playlist__item { display: flex; align-items: center; gap: 12px; padding: 14px 16px; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,.06); transition: background .15s; flex-shrink: 0; }
.testy-playlist__item:hover { background: rgba(255,255,255,.07); }
.testy-playlist__item.is-active { background: rgba(255,255,255,.1); }
.testy-playlist__item img { width: 96px; height: 54px; object-fit: cover; border-radius: 5px; flex-shrink: 0; }
.testy-playlist__item-text strong { display: block; font-size: 13px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 3px; }
.testy-playlist__item-text small { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.4; }
.testy-playlist__item.is-active .testy-playlist__item-text strong { color: var(--gold); }

.testy-text-section { padding-bottom: 72px; }
.testy-text-section h2 { margin-top: 6px; margin-bottom: 32px; }
.testy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testy-card { background: #fff; border-radius: 12px; padding: 30px 26px 24px; border: 1px solid var(--line); position: relative; display: flex; flex-direction: column; }
.testy-card::before { content: '\201C'; position: absolute; top: 12px; left: 20px; font-size: 72px; line-height: 1; color: var(--gold); opacity: .25; font-family: Georgia, serif; pointer-events: none; }
.testy-card p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 16px 0 20px; flex: 1; }
.testy-card footer { margin-top: auto; border-top: 1px solid var(--line); padding-top: 14px; }
.testy-card__name { display: block; font-weight: 700; color: var(--ink); font-size: 14px; }
.testy-card__loc { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }

@media (max-width: 860px) {
  .test-strip__inner { grid-template-columns: 1fr; }
  .testy-playlist { grid-template-columns: 1fr; }
  .testy-playlist__sidebar { max-height: 260px; }
  .testy-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .testy-grid { grid-template-columns: 1fr; }
}
.devo-home {
  background:
    linear-gradient(135deg, #0c1735 0%, #1e4a99 48%, #7a4a21 100%);
  color: #fff;
  padding: 64px 0;
}
.devo-home .eyebrow { color: #ffe0a3; }
.devo-home h2 { max-width: 680px; margin-bottom: 16px; }
.devo-home .section-intro { color: rgba(255,255,255,.84); max-width: 680px; }
.devo-home__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: center; }
.devo-home__panel {
  background: rgba(255,255,255,.95);
  color: var(--ink);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.devo-home__panel h3 { font-size: 28px; margin-bottom: 18px; }
.devo-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.devo-pills span {
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.12);
  color: inherit;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.devo-sample-mini {
  max-width: 680px;
  border-left: 4px solid var(--gold);
  background: rgba(255,255,255,.1);
  padding: 16px 18px;
  border-radius: 0 8px 8px 0;
}
.devo-sample-mini p { margin-bottom: 0; color: rgba(255,255,255,.82); }
.devo-more {
  display: inline-flex;
  margin-top: 20px;
  color: #ffe0a3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
}
.devo-form { display: grid; gap: 14px; }
.devo-form label { display: grid; gap: 7px; font-weight: 800; color: inherit; }
.devo-form input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 14px;
  font: inherit;
}
.devo-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.devo-form .btn { width: 100%; }
.devo-form .btn:disabled { opacity: .65; cursor: wait; }
.devo-form__download {
  display: inline-flex; align-items: center; justify-content: center;
  text-align: center; text-decoration: none;
}
.devo-guide-bonus {
  display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: center;
  margin-bottom: 18px; padding: 12px; border-radius: 10px;
  background: rgba(244,167,47,.12); border: 1px solid rgba(244,167,47,.35);
}
.devo-guide-bonus img {
  width: 76px; border-radius: 6px; box-shadow: 0 10px 22px rgba(15,23,42,.35);
}
.devo-guide-bonus p { margin: 0; font-size: 14px; line-height: 1.5; }
.devo-guidebook { background: #fff7ed; }
.devo-guidebook__grid {
  display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: center;
}
.devo-guidebook__cover {
  width: 100%; border-radius: 10px; box-shadow: 0 28px 70px rgba(15,23,42,.28);
}
.devo-guidebook .devo-pills { margin-bottom: 22px; }
@media (max-width: 860px) {
  .devo-guidebook__grid { grid-template-columns: 1fr; }
  .devo-guidebook__cover { max-width: 260px; margin: 0 auto; }
}
.devo-message { background: #fff; padding-top: 0; }
.devo-message .feature-grid { margin-bottom: 24px; }
.devo-detail { background: var(--soft); }
.devo-intro .video-embed { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 28px 80px rgba(15,23,42,.16); }
.video-embed iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.location-card { min-height: 300px; }
.devo-plus { color: var(--muted); font-weight: 800; text-align: center; margin-top: 24px; }
.devo-sample { background: #fff7ed; }
.devo-sample__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; }
.devo-sample blockquote {
  margin: 24px 0 0;
  padding: 20px 24px;
  border-left: 5px solid var(--gold);
  background: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
}
.devo-day { color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: 0; margin-bottom: 16px; }
.section-intro { max-width: 720px; color: var(--muted); font-size: 18px; }
.stats, .sponsor-stats { display: flex; gap: 18px; flex-wrap: wrap; margin: 30px 0; }
.stats strong, .sponsor-stats strong {
  min-width: 150px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 8px;
  font-size: 34px;
  color: var(--blue);
}
.stats span, .sponsor-stats span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
/* ── Why the Holy Land ─────────────────────────────────────────────────── */
.why-hl { background: #f0f3f8; padding: 80px 0; }
.why-hl__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-hl__content h2 { margin-top: 10px; }
.why-hl__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.why-hl__grid div { background: #fff; border-radius: 8px; padding: 20px 22px; border: 1px solid var(--line); }
.why-hl__grid h3 { font-size: 15px; font-weight: 700; margin: 0 0 6px; color: var(--blue-dark); }
.why-hl__grid p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }
.why-hl__embed { position: relative; padding-bottom: 56.25%; border-radius: 12px; overflow: hidden; box-shadow: 0 24px 72px rgba(15,23,42,.18); }
.why-hl__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ── general ───────────────────────────────────────────────────────────── */
.site-grid, .feature-grid, .article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.site-grid article, .feature-grid article, .article-card, .quote-card, .empty-state, .form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}
.site-grid { grid-template-columns: repeat(3, 1fr); margin-top: 36px; }
.site-grid article span, .article-card span, .episode-card span, .featured-episode span { color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.article-card a { display: inline-flex; margin-top: 10px; color: var(--blue); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.site-grid article p:first-child { margin-top: 0; color: var(--blue); font-weight: 900; }
.feature-grid article { min-height: 190px; }
.feature-grid p, .article-card p, .quote-card p { color: var(--muted); }

.card-grid { display: grid; gap: 24px; }
.card-grid--three { grid-template-columns: repeat(3, 1fr); }
.home-dests { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-top: 32px; }
.dest-group-title { font-size: 20px; font-weight: 700; color: var(--blue-dark); margin: 36px 0 12px; }

/* ── Homepage trip teasers ──────────────────────────────────────────────── */
.trip-teasers-section { padding: 80px 0; }
.trip-teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 56px 0; }
.trip-teaser + .trip-teaser { border-top: 1px solid var(--line); }
.trip-teaser--flip .trip-teaser__images { order: 2; }
.trip-teaser--flip .trip-teaser__text  { order: 1; }
.trip-teaser__feature { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; box-shadow: 0 24px 64px rgba(15,23,42,.15); display: block; }
.trip-teaser__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.trip-teaser__thumbs img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 7px; display: block; transition: transform .2s; }
.trip-teaser__thumbs img:hover { transform: scale(1.04); }
.trip-teaser__text .eyebrow { margin-bottom: 8px; }
.trip-teaser__text h2 { font-size: 2.1rem; line-height: 1.2; margin: 0 0 18px; }
.trip-teaser__text .lead { color: var(--muted); line-height: 1.75; font-size: 16px; margin-bottom: 32px; }
.trip-teaser__cta { font-size: 14px; letter-spacing: .08em; }
@media (max-width: 900px) {
  .trip-teaser { grid-template-columns: 1fr; gap: 32px; padding: 44px 0; }
  .trip-teaser--flip .trip-teaser__images, .trip-teaser--flip .trip-teaser__text { order: unset; }
}
.gallery-group-title { font-size: 22px; font-weight: 700; color: var(--blue-dark); margin: 0; }
.gallery-tabs { padding-top: 56px; }
.gallery-tabs__nav {
  position: sticky;
  top: 80px;
  z-index: 18;
  display: flex;
  gap: 10px;
  padding: 12px;
  margin: -16px 0 34px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 50px rgba(15,23,42,.10);
  backdrop-filter: blur(14px);
}
.gallery-tabs__tab {
  display: grid;
  gap: 2px;
  min-width: 180px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f6f8fb;
  color: var(--ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.gallery-tabs__tab span { font-weight: 800; line-height: 1.2; }
.gallery-tabs__tab small { color: var(--muted); font-size: 12px; }
.gallery-tabs__tab.is-active {
  border-color: rgba(46,79,215,.25);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(46,79,215,.22);
}
.gallery-tabs__tab.is-active small { color: rgba(255,255,255,.76); }
.gallery-tabs__panel { margin-bottom: 24px; }
.gallery-tabs__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.gallery-tabs__head .eyebrow { margin: 0 0 8px; }
.gallery-tabs__head > span { color: var(--muted); font-weight: 800; font-size: 13px; white-space: nowrap; }
.overview-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; margin-top: 24px; }
.overview-gallery__item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; display: block; }

/* ── Trip Overview page ───────────────────────────────────────────────── */
.overview-cta-top {
  position: sticky;
  top: 80px;
  z-index: 18;
  background: var(--blue);
  padding: 22px 0;
  box-shadow: 0 12px 32px rgba(46,79,215,.22);
}
.overview-cta-bottom { background: var(--blue-dark); padding: 80px 0; }

.overview-intro { padding: 80px 0; }
.overview-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.overview-intro__text h2 { margin-top: 10px; font-size: 2.1rem; line-height: 1.25; }
.overview-intro__text p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.overview-pullquote { border-left: 4px solid var(--gold); margin: 28px 0 0; padding: 12px 20px; background: #f6f8ff; font-size: 16px; line-height: 1.7; color: var(--ink); font-style: italic; border-radius: 0 8px 8px 0; }
.overview-intro__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; box-shadow: 0 24px 64px rgba(15,23,42,.12); display: block; }
.overview-intro__vid { position: relative; padding-top: 56.25%; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 64px rgba(15,23,42,.12); }
.overview-intro__vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.overview-highlights { padding: 80px 0; background: #f0f3f8; }
.overview-hl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.overview-hl-card { background: #fff; border-radius: 12px; padding: 36px 28px; border: 1px solid var(--line); }
.overview-hl-icon { display: block; font-size: 2.4rem; margin-bottom: 16px; line-height: 1; }
.overview-hl-card h3 { font-size: 17px; font-weight: 700; margin: 0 0 10px; color: var(--ink); }
.overview-hl-card p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }

.overview-itinerary { padding: 80px 0; }
.overview-dest-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.overview-dest-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; }
.overview-dest-card__photo { position: relative; overflow: hidden; }
.overview-dest-card__photo img { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; transition: transform .35s; }
.overview-dest-card:hover .overview-dest-card__photo img { transform: scale(1.05); }
.overview-dest-card__num { display: flex; align-items: center; justify-content: center; font-size: 2.5rem; font-weight: 800; color: var(--gold); background: #f6f8ff; aspect-ratio: 3/2; }
.overview-dest-card__body { padding: 18px 20px 22px; flex: 1; }
.overview-dest-card__tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); background: #eef1fb; border-radius: 20px; padding: 3px 10px; margin-bottom: 8px; }
.overview-dest-card__body h3 { font-size: 16px; font-weight: 700; margin: 0 0 8px; }
.overview-dest-card__body p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.overview-template-itinerary { padding: 80px 0; background: #f7f9fc; }
.overview-timeline { display: grid; gap: 18px; max-width: 980px; margin: 0 auto; }
.overview-timeline__item { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 18px; align-items: start; }
.overview-timeline__marker {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(46,79,215,.18);
}
.overview-timeline__card {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15,23,42,.06);
}
.overview-timeline__date {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.overview-timeline__card h3 { margin: 0 0 8px; font-size: 21px; color: var(--ink); }
.overview-timeline__card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.overview-timeline__card p + p { margin-top: 10px; }
.overview-timeline__card .overview-timeline__meals { margin-bottom: 8px; color: var(--blue); font-weight: 700; font-size: 13px; }
.overview-timeline__card .overview-timeline__note { color: #4b5563; }

.overview-videos { padding: 80px 0; background: #f0f3f8; }

@media (max-width: 960px) {
  .overview-intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .overview-hl-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .overview-hl-grid { grid-template-columns: 1fr; }
  .overview-dest-grid { grid-template-columns: 1fr 1fr; }
}

/* ── Lightbox ─────────────────────────────────────────────────────────── */
#hle-lb { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s; }
#hle-lb.is-open { opacity: 1; pointer-events: all; }
.hle-lb__bd { position: absolute; inset: 0; background: rgba(0,0,0,.9); }
.hle-lb__img { position: relative; z-index: 1; max-width: 88vw; max-height: 85vh; object-fit: contain; border-radius: 4px; display: block; transition: opacity .2s; }
.hle-lb__btn { position: relative; z-index: 2; background: rgba(255,255,255,.12); color: #fff; border: none; border-radius: 50%; width: 52px; height: 52px; font-size: 22px; cursor: pointer; margin: 0 16px; flex-shrink: 0; transition: background .2s; display: flex; align-items: center; justify-content: center; }
.hle-lb__btn:hover { background: rgba(255,255,255,.28); }
.hle-lb__close { position: absolute; top: 18px; right: 18px; z-index: 3; background: rgba(255,255,255,.12); color: #fff; border: none; border-radius: 50%; width: 44px; height: 44px; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.hle-lb__close:hover { background: rgba(255,255,255,.28); }

/* ── Why the Holy Land section ────────────────────────────────────────── */
.overview-why { padding: 80px 0; background: #f0f3f8; }
.why-intro-p { text-align: center; color: var(--muted); max-width: 680px; margin: 14px auto; font-size: 16px; line-height: 1.75; }
.why-reasons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 48px 0; }
.why-reason { background: #fff; border-radius: 12px; padding: 30px 26px; border: 1px solid var(--line); border-left: 4px solid var(--gold); }
.why-reason h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.why-reason p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }
.why-pastor-note { background: var(--blue-dark); color: #e8ecf4; border-radius: 14px; padding: 40px 48px; margin-top: 8px; text-align: center; }
.why-pastor-note blockquote { font-size: 17px; line-height: 1.75; font-style: italic; margin: 0 0 18px; border: none; padding: 0; background: none; color: #e8ecf4; }
.why-pastor-note cite { font-size: 14px; font-weight: 700; color: var(--gold); letter-spacing: .05em; font-style: normal; }

/* ── Content blocks (image + text alternating) ────────────────────────── */
.content-block { padding: 80px 0; }
.content-block:nth-of-type(even) { background: #f8f9fc; }
.content-block__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.content-block--flip .content-block__img { order: 2; }
.content-block--flip .content-block__text { order: 1; }
.content-block__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; box-shadow: 0 24px 64px rgba(15,23,42,.12); display: block; }
.content-block__text h2 { margin-top: 10px; }
.content-block__text p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }

@media (max-width: 900px) {
  .content-block__grid { grid-template-columns: 1fr; gap: 40px; }
  .content-block--flip .content-block__img, .content-block--flip .content-block__text { order: unset; }
  .why-reasons { grid-template-columns: 1fr; }
  .why-pastor-note { padding: 32px 24px; }
}

/* ── Testimonials slider (3-up page-based) ────────────────────────────── */
.overview-testy { padding: 80px 0; background: #f0f3f8; }
.testy-slider-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testy-slider-nav { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 36px; }
.testy-slider-btn { background: var(--blue); color: #fff; border: none; border-radius: 50%; width: 44px; height: 44px; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; flex-shrink: 0; }
.testy-slider-btn:hover { background: var(--blue-dark); }
.testy-slider-dots { display: flex; gap: 8px; align-items: center; }
.ts-dot { width: 10px; height: 10px; border-radius: 50%; background: #c8d0e0; cursor: pointer; transition: background .2s, transform .2s; }
.ts-dot.is-active { background: var(--blue); transform: scale(1.3); }

/* ── FAQ grid ─────────────────────────────────────────────────────────── */
.overview-faq { padding: 80px 0; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.faq-item { background: #fff; border-radius: 12px; padding: 28px 26px; border: 1px solid var(--line); border-top: 3px solid var(--blue); }
.faq-item h3 { font-size: 16px; font-weight: 700; color: var(--blue-dark); margin: 0 0 10px; line-height: 1.4; }
.faq-item p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }

/* ── About page ───────────────────────────────────────────────────────── */
.about-welcome { padding: 80px 0; }
.about-welcome__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; }
.about-welcome__text h2 { margin-top: 10px; }
.about-welcome__text p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.about-welcome__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; box-shadow: 0 24px 64px rgba(15,23,42,.12); display: block; }

.about-advantages { padding: 80px 0; background: #f0f3f8; }
.about-adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.about-adv-card { background: #fff; border-radius: 12px; padding: 32px 26px; border: 1px solid var(--line); }
.about-adv-icon { display: block; font-size: 2rem; margin-bottom: 14px; line-height: 1; }
.about-adv-card h3 { font-size: 17px; font-weight: 700; margin: 0 0 10px; color: var(--ink); }
.about-adv-card p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }

.about-pastor { padding: 80px 0; }
.about-pastor__grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 64px; align-items: start; }
.about-pastor__img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 14px; box-shadow: 0 20px 60px rgba(15,23,42,.15); display: block; }
.about-pastor__bio h2 { margin-top: 8px; }
.about-pastor__bio p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }

@media (max-width: 960px) {
  .about-welcome__grid, .about-pastor__grid { grid-template-columns: 1fr; gap: 40px; }
  .about-adv-grid { grid-template-columns: repeat(2, 1fr); }
  .testy-slider-track { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .about-adv-grid { grid-template-columns: 1fr; }
  .testy-slider-track { grid-template-columns: 1fr; }
}

/* ── Tour info two-column section ─────────────────────────────────────── */
.tour-info { padding: 80px 0; background: #f0f3f8; }
.tour-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.tour-info__col { padding: 48px 48px; }
.tour-info__col--alt { background: var(--blue-dark); color: #e8ecf4; border-radius: 0 12px 12px 0; }
.tour-info__col--alt .eyebrow { color: var(--gold); }
.tour-info__col--alt h2, .tour-info__col--alt h3 { color: #fff; }
.tour-info__col--alt p, .tour-info__col--alt li { color: #c8d0e0; }
.tour-info__col--alt strong { color: #fff; }
.tour-info__col--alt em { color: var(--gold); font-style: normal; font-weight: 700; }
.tour-info__col:first-child { background: #fff; border-radius: 12px 0 0 12px; }
.tour-info__col h2 { margin-top: 8px; font-size: 28px; }
.tour-info__col h3 { font-size: 17px; margin: 28px 0 8px; }
.tour-info__col p { font-size: 15px; line-height: 1.75; margin: 0 0 14px; }
.tour-info__list { padding-left: 20px; margin: 12px 0 18px; }
.tour-info__list li { font-size: 15px; line-height: 1.7; color: #c8d0e0; margin-bottom: 4px; }
.image-card { position: relative; overflow: hidden; min-height: 360px; border-radius: 8px; color: #fff; background: #000; }
.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: .25s ease; }
.image-card:hover img { transform: scale(1.04); }
.image-card div { position: absolute; inset: auto 0 0; padding: 28px; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.image-card small { color: var(--gold); font-weight: 900; text-transform: uppercase; }

.package { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; }
.package img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.package ul, .prize-card ul { padding-left: 20px; line-height: 2; color: #374151; }

.section-head, .cta__inner, .info-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.article-grid { grid-template-columns: repeat(4, 1fr); }
.empty-state { text-align: center; max-width: 720px; }
.empty-state--page { min-height: 420px; display: grid; place-items: center; align-content: center; }
.empty-state .hle-icon { width: 52px; height: 52px; color: var(--blue); margin: 0 auto 18px; }

.wp-source { background: #fff; border-top: 1px solid var(--line); }
.wp-single { display: grid; grid-template-columns: minmax(0, 880px); justify-content: center; }
.wp-content { color: #273244; font-size: 17px; line-height: 1.78; }
.wp-content > *:first-child { margin-top: 0; }
.wp-content h1, .wp-content h2, .wp-content h3 { margin-top: 38px; color: var(--ink); line-height: 1.1; }
.wp-content h1 { font-size: clamp(36px, 5vw, 62px); text-transform: uppercase; }
.wp-content h2 { font-size: clamp(30px, 4vw, 48px); }
.wp-content h3 { font-size: 26px; }
.wp-content h4 { font-size: 19px; margin: 28px 0 10px; color: var(--blue-dark); }
.wp-content a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.wp-content img { height: auto; border-radius: 8px; margin: 18px auto; box-shadow: 0 14px 42px rgba(15,23,42,.12); }
.wp-content figure { margin: 28px auto; }
.wp-content figcaption { color: var(--muted); font-size: 14px; text-align: center; }
.wp-content blockquote { margin: 28px 0; padding: 22px 26px; border-left: 5px solid var(--gold); background: var(--soft); color: var(--deep); font-family: "Playfair Display", Georgia, serif; font-size: 22px; }
.wp-content table { width: 100%; border-collapse: collapse; margin: 24px 0; display: block; overflow-x: auto; }
.wp-content th, .wp-content td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.wp-content th { background: var(--soft); color: var(--blue-dark); }
.wp-content iframe { width: 100%; max-width: 820px; aspect-ratio: 16 / 9; height: auto; display: block; margin: 28px auto; border: 0; border-radius: 8px; box-shadow: 0 14px 42px rgba(15,23,42,.12); }
.legacy-archive { padding-top: 20px; }
.legacy-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.legacy-gallery a { display: block; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: var(--soft); }
.legacy-gallery img { width: 100%; height: 100%; object-fit: cover; margin: 0; box-shadow: none; transition: transform .25s ease; }
.legacy-gallery a:hover img { transform: scale(1.05); }
.post-back { margin-top: 38px; }

.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.08); display: flex; flex-direction: column; }
.tour-card img, .tour-card__soon-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.tour-card__soon-img { background: linear-gradient(135deg, #e8ecf5 0%, #c8d0e8 100%); display: flex; align-items: center; justify-content: center; }
.tour-card__body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.tour-card__body > p:first-child { display: flex; gap: 8px; align-items: center; color: var(--gold); font-weight: 900; font-size: 13px; }
.tour-card__body h3 { margin: 6px 0 8px; font-size: 18px; line-height: 1.3; }
.tour-card__sub { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 10px; }
.tour-card__dests { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 12px; margin: 10px 0 14px; padding: 0; list-style: none; }
.tour-card__dests li { font-size: 12px; color: var(--ink); padding: 2px 0 2px 14px; position: relative; }
.tour-card__dests li::before { content: ''; position: absolute; left: 2px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.tour-card__btns { margin-top: auto; padding-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
.tour-card__link { min-height: 38px; padding: 0 16px; font-size: 12px; }
.tour-card--coming-soon { border-style: dashed; opacity: .82; }
.tour-card--coming-soon .tour-card__soon-img::after { content: '✈️'; font-size: 48px; }
.tour-card__soon-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0 0 4px; }

.places-visit { background: var(--soft); }
.destination-type { margin-top: 32px; }
.destination-type > h3 {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .08em;
  margin-bottom: 14px;
}
.destination-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.destination-mini {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.destination-mini img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.destination-mini div { padding: 16px; }
.destination-mini small { color: var(--gold); font-weight: 900; text-transform: uppercase; }
.destination-mini strong { display: block; margin: 4px 0 6px; font-size: 18px; }
.destination-mini p { color: var(--muted); font-size: 14px; margin: 0; }

.giveaway-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.form-card { position: sticky; top: 118px; }
.form-card label { display: grid; gap: 8px; margin: 16px 0; font-weight: 800; }
.form-card input { width: 100%; min-width: 0; min-height: 48px; border: 1px solid var(--line); border-radius: 6px; padding: 0 14px; font: inherit; }
.form-card__note { color: var(--muted); font-size: 13px; }
.prize-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.08); }
.prize-card img { width: 100%; max-height: 420px; object-fit: cover; }
.prize-card div { padding: 32px; }

.featured-episode { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: center; padding: 30px; border-radius: 8px; background: var(--deep); color: #fff; }
.featured-episode img { border-radius: 6px; aspect-ratio: 16/10; object-fit: cover; }
.featured-episode p { color: rgba(255,255,255,.78); }
.listen-row { display: flex; flex-wrap: wrap; gap: 10px; }
.listen-row a { border: 1px solid rgba(255,255,255,.22); padding: 11px 16px; border-radius: 999px; font-weight: 900; }
.episode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 28px; }
.episode-card { display: grid; grid-template-columns: 160px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 16px; }
.episode-card img { width: 100%; height: 130px; object-fit: cover; border-radius: 6px; }

.pastor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pastor-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.08); }
.pastor-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.pastor-card div { padding: 24px; }
.pastor-card span { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.pastor-card small { color: var(--gold); font-weight: 900; }
.pastor-card strong { color: var(--blue-dark); }

.cta { background: linear-gradient(120deg, var(--blue-dark), var(--blue)); color: #fff; }
.cta h2 { margin-bottom: 0; }
.cta .eyebrow { color: #ffe0a3; }
.footer { background: #090f1f; color: rgba(255,255,255,.72); padding: 64px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.footer a { display: block; margin: 12px 0; }
.brand--footer { color: #fff; margin-bottom: 16px; }
.footer__bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

@media (max-width: 980px) {
  .wrap { width: min(100% - 32px, 760px); }
  .nav__toggle { display: block; }
  .nav__links {
    position: absolute;
    inset: 80px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .nav.is-open .nav__links { display: flex; }
  .nav__links > a, .nav__dropdown > button { padding: 14px 0; }
  .nav__dropdown > div { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 8px 14px; }
  .hero--home { min-height: 560px; }
  .hero h1 { font-size: clamp(44px, 9vw, 64px); }
  h2 { font-size: 44px; }
  .icon-links, .site-grid, .feature-grid, .article-grid, .pastor-grid, .footer__grid, .legacy-gallery { grid-template-columns: repeat(2, 1fr); }
  .tour-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .package, .giveaway-grid, .featured-episode, .devo-home__grid, .devo-sample__grid { grid-template-columns: 1fr; }
  .why-hl__inner { grid-template-columns: 1fr; }
  .why-hl__content { order: 1; } .why-hl__video { order: 0; }
  .tour-info__grid { grid-template-columns: 1fr; }
  .tour-info__col:first-child { border-radius: 12px 12px 0 0; }
  .tour-info__col--alt { border-radius: 0 0 12px 12px; }
  .location-grid, .destination-strip { grid-template-columns: repeat(2, 1fr); }
  .form-card { position: static; }
  .section-head, .cta__inner, .info-band { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .wrap { width: calc(100% - 28px); max-width: 100%; }
  .topbar__inner { flex-wrap: wrap; gap: 8px 16px; padding: 8px 0; }
  .topbar__social { display: none; }
  .nav__inner { min-height: 70px; }
  .nav__links { top: 70px; }
  .overview-cta-top, .gallery-tabs__nav { top: 70px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .hero, .hero--home { min-height: 430px; }
  .hero__content { padding: 58px 0; }
  .hero h1 { font-size: clamp(34px, 11vw, 44px); line-height: 1; }
  .hero p:last-child { font-size: 16px; line-height: 1.55; margin-top: 18px; }
  .eyebrow { letter-spacing: .18em; font-size: 11px; line-height: 1.45; }
  h2 { font-size: clamp(30px, 9vw, 38px); line-height: 1.04; }
  h3 { line-height: 1.25; }
  h1, h2, h3, p, a, button, .btn { overflow-wrap: anywhere; }
  p, .lead, .section-intro, .wp-content { font-size: 16px; line-height: 1.7; }
  section { padding: 48px 0; }
  .icon-links { display: none; }
  .site-grid, .feature-grid, .article-grid, .card-grid--three, .tour-grid, .episode-grid, .pastor-grid, .footer__grid, .legacy-gallery,
  .why-hl__grid, .overview-dest-grid, .overview-gallery, .home-dests, .overview-hl-grid, .faq-grid, .why-reasons, .testy-slider-track {
    grid-template-columns: 1fr;
  }
  .site-grid article, .feature-grid article, .article-card, .quote-card, .empty-state, .form-card,
  .testy-card, .about-adv-card, .overview-hl-card, .faq-item, .why-reason {
    padding: 22px 20px;
  }
  .tour-card__dests { grid-template-columns: 1fr; }
  .episode-card { grid-template-columns: 1fr; }
  .devo-form__row, .location-grid, .destination-strip { grid-template-columns: 1fr; }
  .stats strong, .sponsor-stats strong { flex: 1 1 100%; }
  .btn { width: 100%; min-height: 46px; padding: 0 20px; }
  .section-head .btn, .cta__inner .btn, .tour-card__btns .btn, .listen-row a { width: 100%; }
  .nav__links .btn { width: auto; }
  .cta h2 { margin-bottom: 18px; }
  .why-hl, .overview-intro, .overview-highlights, .overview-itinerary, .overview-videos,
  .overview-why, .overview-testy, .overview-faq, .content-block, .about-welcome,
  .about-advantages, .about-pastor, .tour-info, .test-strip, .trip-teasers-section {
    padding: 48px 0;
  }
  .why-hl__inner, .overview-intro__grid, .content-block__grid, .about-welcome__grid,
  .about-pastor__grid, .trip-teaser, .test-strip__inner {
    gap: 28px;
  }
  .why-hl__content { order: 0; }
  .why-hl__video { order: 1; }
  .trip-teaser { padding: 36px 0; }
  .trip-teaser__thumbs { grid-template-columns: repeat(2, 1fr); }
  .trip-teaser__text h2, .overview-intro__text h2, .tour-info__col h2 { font-size: 28px; }
  .overview-timeline__item { grid-template-columns: 1fr; gap: 10px; }
  .overview-timeline__marker { width: 72px; min-height: 44px; }
  .overview-timeline__card { padding: 20px; }
  .devo-home { padding: 46px 0; }
  .devo-home__panel { padding: 22px 18px; }
  .devo-home__panel h3 { font-size: 24px; }
  .devo-pills span { width: 100%; text-align: center; }
  .devo-sample blockquote, .wp-content blockquote { font-size: 19px; padding: 18px 20px; }
  .testy-playlist__sidebar { max-height: none; }
  .testy-playlist__item, .vid-playlist__item { padding: 12px; }
  .testy-playlist__item img, .vid-playlist__item img { width: 72px; height: 42px; }
  .tour-info__col { padding: 28px 20px; }
  .tour-info__col:first-child, .tour-info__col--alt { border-radius: 10px; }
  .image-card { min-height: 260px; }
  .prize-card div { padding: 24px 20px; }
  .featured-episode { padding: 22px; }
  .gallery-tabs { padding-top: 40px; }
  .gallery-tabs__nav { margin-bottom: 24px; border-radius: 8px; }
  .gallery-tabs__tab { min-width: 150px; }
  .gallery-tabs__head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .listen-row a { text-align: center; }
  .footer { padding-top: 48px; }
  .footer__bottom { margin-top: 28px; }
}

@media (max-width: 420px) {
  .wrap { width: calc(100% - 24px); max-width: 100%; }
  .brand { gap: 8px; }
  .brand__mark { width: 34px; height: 34px; }
  .brand strong { font-size: 13px; }
  .brand small { letter-spacing: .18em; }
  .hero, .hero--home { min-height: 400px; }
  .hero h1 { font-size: clamp(31px, 10.5vw, 40px); }
  .hero__content { padding: 48px 0; }
  .stats, .sponsor-stats { gap: 12px; }
  .stats strong, .sponsor-stats strong { padding: 18px; font-size: 28px; }
  .tour-card__body { padding: 20px 18px; }
}
