/* =====================================================
   CATHOLICG33K — JOURNEY LANDING V2
   Used by: [cg33k_journey_v2]
===================================================== */

.cg-journey-landing-v2 {
  overflow: hidden;
}

.cg-journey-v2-header .cg-kicker {
  margin-bottom: .85rem;
}

.cg-journey-v2-intro {
  max-width: 860px;
  margin: 0 auto clamp(3.5rem, 7vw, 5.5rem);
  text-align: center;
}

.cg-journey-v2-intro h2,
.cg-journey-v2-section-header h2 {
  margin: 0;
  color: #fff;
  font-family: var(--cg-font-heading);
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
  text-wrap: balance;
}

.cg-journey-v2-intro h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin: 1.4rem auto 1.8rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(217,163,0,.78),
    transparent
  );
}

.cg-journey-v2-intro p {
  max-width: 760px;
  margin: 0 auto 1.15rem;
  color: rgba(245,241,232,.78);
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.9;
}

.cg-journey-v2-scripture {
  position: relative;
  max-width: 1040px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(2.4rem, 6vw, 4.3rem) clamp(1.4rem, 6vw, 4.5rem);
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(217,163,0,.11), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.008)),
    #070910;
  border-top: 1px solid rgba(217,163,0,.24);
  border-bottom: 1px solid rgba(217,163,0,.24);
  box-shadow: 0 26px 70px rgba(0,0,0,.34);
}

.cg-journey-v2-scripture::before,
.cg-journey-v2-scripture::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(18vw, 170px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,163,0,.30));
}

.cg-journey-v2-scripture::before {
  left: 0;
}

.cg-journey-v2-scripture::after {
  right: 0;
  transform: rotate(180deg);
}

.cg-journey-v2-scripture-cross {
  width: 36px;
  height: 36px;
  margin: 0 auto 1.5rem;
  object-fit: contain;
  filter: drop-shadow(0 0 13px rgba(217,163,0,.28));
}

.cg-journey-v2-scripture blockquote {
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 4vw, 2.35rem);
  font-style: italic;
  line-height: 1.55;
  text-wrap: balance;
}

.cg-journey-v2-scripture > p {
  margin: 1.5rem 0 0;
  color: var(--cg-gold);
  font-family: var(--cg-font-heading);
  font-size: .7rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.cg-journey-v2-paths,
.cg-journey-v2-next {
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

.cg-journey-v2-section-header {
  max-width: 780px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.cg-journey-v2-section-header .cg-kicker {
  margin-bottom: .75rem;
}

.cg-journey-v2-section-header > p:last-child {
  max-width: 680px;
  margin: 1rem auto 0;
  color: rgba(245,241,232,.66);
  font-size: .98rem;
  line-height: 1.75;
}

.cg-journey-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.55rem;
}

.cg-journey-v2-card {
  display: grid;
  grid-template-columns: minmax(190px, .85fr) minmax(0, 1.15fr);
  min-height: 320px;
  overflow: hidden;
  color: inherit;
  text-decoration: none !important;
  border-color: rgba(217,163,0,.20);
}

.cg-journey-v2-card::before {
  width: 100%;
  height: 1px;
  inset: 0 0 auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(217,163,0,.62),
    transparent
  );
}

.cg-journey-v2-card:hover {
  transform: translateY(-5px);
  border-color: rgba(217,163,0,.48);
  box-shadow:
    0 28px 78px rgba(0,0,0,.44),
    0 0 30px rgba(217,163,0,.07);
}

.cg-journey-v2-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #05070c;
}

.cg-journey-v2-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 58%, rgba(7,9,16,.92) 100%),
    linear-gradient(180deg, transparent 45%, rgba(7,9,16,.35));
  pointer-events: none;
}

.cg-journey-v2-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform .65s ease, filter .4s ease;
}

.cg-journey-v2-card:hover .cg-journey-v2-image img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.02);
}

.cg-journey-v2-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.45rem, 3vw, 2.1rem);
}

.cg-journey-v2-eyebrow,
.cg-journey-v2-action-label {
  margin: 0 0 .7rem;
  color: rgba(217,163,0,.76);
  font-family: var(--cg-font-heading);
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cg-journey-v2-card h3,
.cg-journey-v2-action-card h3 {
  margin: 0 0 .85rem;
  color: #fff;
  font-family: var(--cg-font-heading);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.4;
  text-transform: uppercase;
  text-wrap: balance;
}

.cg-journey-v2-card-body > p:not(.cg-journey-v2-eyebrow),
.cg-journey-v2-action-card > p:not(.cg-journey-v2-action-label) {
  margin: 0 0 1.35rem;
  color: rgba(245,241,232,.70);
  font-size: .92rem;
  line-height: 1.75;
}

.cg-journey-v2-card .cg-read-more {
  margin-top: auto;
}

.cg-journey-v2-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.55rem;
}

.cg-journey-v2-action-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(217,163,0,.08), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008)),
    #070910;
}

.cg-journey-v2-action-card:hover {
  transform: none;
  border-color: rgba(217,163,0,.34);
}

.cg-journey-v2-action-card > p:not(.cg-journey-v2-action-label) {
  flex: 1;
}

.cg-journey-v2-action-card .cg-btn {
  width: auto;
  margin-top: auto;
}

@media (max-width: 1040px) {
  .cg-journey-v2-card {
    grid-template-columns: 1fr;
  }

  .cg-journey-v2-image {
    min-height: 230px;
  }

  .cg-journey-v2-image::after {
    background: linear-gradient(180deg, transparent 50%, rgba(7,9,16,.94) 100%);
  }

  .cg-journey-v2-image img {
    min-height: 230px;
    max-height: 280px;
  }
}

@media (max-width: 760px) {
  .cg-journey-v2-grid,
  .cg-journey-v2-action-grid {
    grid-template-columns: 1fr;
  }

  .cg-journey-v2-card {
    min-height: 0;
  }

  .cg-journey-v2-card-body {
    min-height: 250px;
  }

  .cg-journey-v2-scripture::before,
  .cg-journey-v2-scripture::after {
    display: none;
  }
}

@media (max-width: 520px) {
  .cg-journey-v2-intro {
    text-align: left;
  }

  .cg-journey-v2-intro h2 {
    text-align: center;
  }

  .cg-journey-v2-card-body {
    min-height: 0;
    padding: 1.4rem;
  }

  .cg-journey-v2-action-card {
    min-height: 0;
  }

  .cg-journey-v2-action-card .cg-btn {
    width: 100%;
    max-width: none;
  }
}
