/* =====================================================
   CATHOLICG33K — NEW TO CATHOLICISM V2
   Used by: [cg33k_new_to_catholicism_v2]
===================================================== */

.cg-new-catholic-v2 {
  overflow: hidden;
}

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

.cg-new-catholic-v2-opening {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  max-width: 1080px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.008)),
    #070910;
  border: 1px solid rgba(217,163,0,.22);
  border-radius: 4px;
  box-shadow: 0 28px 78px rgba(0,0,0,.40);
}

.cg-new-catholic-v2-opening-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #04060b;
}

.cg-new-catholic-v2-opening-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 55%, rgba(7,9,16,.95) 100%),
    linear-gradient(180deg, transparent 58%, rgba(7,9,16,.34) 100%);
  pointer-events: none;
}

.cg-new-catholic-v2-opening-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.cg-new-catholic-v2-opening-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.8rem, 5vw, 3.5rem);
}

.cg-new-catholic-v2-opening-copy h2,
.cg-new-catholic-v2-prose h2,
.cg-new-catholic-v2-section-header h2,
.cg-new-catholic-v2-sacraments h2,
.cg-new-catholic-v2-ocia h2,
.cg-new-catholic-v2-reflection h2,
.cg-new-catholic-v2-prayer h2 {
  margin: 0;
  color: #fff;
  font-family: var(--cg-font-heading);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
  text-wrap: balance;
}

.cg-new-catholic-v2-opening-copy h2::after,
.cg-new-catholic-v2-prose h2::after,
.cg-new-catholic-v2-reflection h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 1.2rem 0 1.6rem;
  background: rgba(217,163,0,.72);
}

.cg-new-catholic-v2-opening-copy > p:not(.cg-kicker),
.cg-new-catholic-v2-prose > p:not(.cg-kicker),
.cg-new-catholic-v2-reflection > p:not(.cg-kicker) {
  margin: 0 0 1.15rem;
  color: rgba(245,241,232,.78);
  font-size: 1rem;
  line-height: 1.88;
}

.cg-new-catholic-v2-scripture {
  max-width: 960px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(2.4rem, 6vw, 4.1rem) clamp(1.3rem, 6vw, 4.2rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(217,163,0,.11), transparent 48%),
    rgba(255,255,255,.012);
  border-top: 1px solid rgba(217,163,0,.25);
  border-bottom: 1px solid rgba(217,163,0,.25);
}

.cg-new-catholic-v2-scripture blockquote {
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 4vw, 2.15rem);
  font-style: italic;
  line-height: 1.65;
  text-wrap: balance;
}

.cg-new-catholic-v2-scripture p {
  margin: 1.45rem 0 0;
  color: var(--cg-gold);
  font-family: var(--cg-font-heading);
  font-size: .68rem;
  letter-spacing: .23em;
  text-transform: uppercase;
}

.cg-new-catholic-v2-prose {
  max-width: 880px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
}

.cg-new-catholic-v2-prose--compact {
  margin: 0;
}

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

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

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

.cg-new-catholic-v2-foundations,
.cg-new-catholic-v2-beliefs,
.cg-new-catholic-v2-faq {
  margin: clamp(4.5rem, 8vw, 7rem) 0;
}

.cg-new-catholic-v2-foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
}

.cg-new-catholic-v2-foundation-card {
  min-height: 260px;
  padding: 1.65rem;
}

.cg-new-catholic-v2-foundation-card:hover {
  transform: none;
  border-color: rgba(217,163,0,.35);
}

.cg-new-catholic-v2-foundation-card > span {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: rgba(217,163,0,.72);
  font-family: var(--cg-font-heading);
  font-size: .72rem;
  letter-spacing: .16em;
}

.cg-new-catholic-v2-foundation-card h3,
.cg-new-catholic-v2-belief h3,
.cg-new-catholic-v2-sacrament h3,
.cg-new-catholic-v2-faq-card h3 {
  margin: 0 0 .7rem;
  color: #fff;
  font-family: var(--cg-font-heading);
  font-size: .94rem;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.cg-new-catholic-v2-foundation-card p,
.cg-new-catholic-v2-belief p,
.cg-new-catholic-v2-sacrament p,
.cg-new-catholic-v2-faq-card p {
  margin: 0;
  color: rgba(245,241,232,.69);
  font-size: .9rem;
  line-height: 1.72;
}

.cg-new-catholic-v2-belief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid rgba(217,163,0,.18);
  border-left: 1px solid rgba(217,163,0,.18);
}

.cg-new-catholic-v2-belief {
  padding: 1.45rem;
  border-right: 1px solid rgba(217,163,0,.18);
  border-bottom: 1px solid rgba(217,163,0,.18);
  background: rgba(255,255,255,.012);
}

.cg-new-catholic-v2-belief h3 {
  color: var(--cg-gold);
}

.cg-new-catholic-v2-sacraments {
  max-width: 1040px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(1.7rem, 5vw, 2.8rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(217,163,0,.08), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.008)),
    #070910;
}

.cg-new-catholic-v2-sacraments:hover {
  transform: none;
  border-color: rgba(217,163,0,.34);
}

.cg-new-catholic-v2-sacraments > header {
  margin-bottom: 2rem;
  text-align: center;
}

.cg-new-catholic-v2-sacrament-grid {
  display: grid;
  gap: .85rem;
}

.cg-new-catholic-v2-sacrament {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(217,163,0,.13);
}

.cg-new-catholic-v2-sacrament:first-child {
  border-top: 0;
}

.cg-new-catholic-v2-sacrament > span {
  color: rgba(217,163,0,.72);
  font-family: var(--cg-font-heading);
  font-size: .72rem;
  letter-spacing: .14em;
}

.cg-new-catholic-v2-sacrament h3 {
  margin-bottom: .25rem;
}

.cg-new-catholic-v2-teaching-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1060px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding-top: clamp(2rem, 5vw, 3rem);
  border-top: 1px solid rgba(217,163,0,.16);
}

.cg-new-catholic-v2-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.15rem;
  max-width: 1000px;
  margin: 0 auto;
}

.cg-new-catholic-v2-faq-card {
  padding: 1.5rem;
}

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

.cg-new-catholic-v2-faq-card h3 {
  color: var(--cg-gold);
}

.cg-new-catholic-v2-ocia {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr);
  gap: 1.6rem;
  max-width: 1050px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(1.7rem, 5vw, 2.8rem);
}

.cg-new-catholic-v2-ocia:hover,
.cg-new-catholic-v2-prayer:hover {
  transform: none;
  border-color: rgba(217,163,0,.34);
}

.cg-new-catholic-v2-ocia-copy > p:not(.cg-kicker) {
  color: rgba(245,241,232,.76);
  font-size: .98rem;
  line-height: 1.82;
}

.cg-new-catholic-v2-ocia-actions,
.cg-new-catholic-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.6rem;
}

.cg-new-catholic-v2-ocia-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  background: rgba(217,163,0,.055);
  border: 1px solid rgba(217,163,0,.20);
}

.cg-new-catholic-v2-ocia-note img {
  width: 34px;
  height: 34px;
  margin: 0 auto 1.1rem;
  object-fit: contain;
}

.cg-new-catholic-v2-ocia-note p {
  margin: 0;
  color: rgba(245,241,232,.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.75;
}

.cg-new-catholic-v2-reflection {
  max-width: 880px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
}

.cg-new-catholic-v2-prayer {
  max-width: 900px;
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(1.7rem, 5vw, 2.7rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(217,163,0,.10), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.007)),
    #070910;
}

.cg-new-catholic-v2-prayer-label {
  margin: 0 0 .75rem;
  color: var(--cg-gold);
  font-family: var(--cg-font-heading);
  font-size: .65rem;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.cg-new-catholic-v2-prayer > p:not(.cg-new-catholic-v2-prayer-label) {
  max-width: 720px;
  margin: 1rem auto 0;
  color: rgba(245,241,232,.77);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.8;
}

.cg-new-catholic-v2-next {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid rgba(217,163,0,.18);
}

.cg-new-catholic-v2-actions {
  justify-content: center;
  margin-top: 0;
}

.cg-new-catholic-v2-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.2rem;
}

.cg-new-catholic-v2-nav a {
  flex: 1 1 280px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.2rem;
  color: var(--cg-gold);
  background: rgba(255,255,255,.018);
  border: 1px solid rgba(217,163,0,.28);
  font-family: var(--cg-font-heading);
  font-size: .7rem;
  letter-spacing: .13em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s ease;
}

.cg-new-catholic-v2-nav a:hover {
  color: #000;
  background: var(--cg-gold);
  border-color: var(--cg-gold);
}

@media (max-width: 980px) {
  .cg-new-catholic-v2-opening,
  .cg-new-catholic-v2-ocia {
    grid-template-columns: 1fr;
  }

  .cg-new-catholic-v2-opening-image {
    min-height: 340px;
  }

  .cg-new-catholic-v2-opening-image::after {
    background: linear-gradient(180deg, transparent 54%, rgba(7,9,16,.95) 100%);
  }

  .cg-new-catholic-v2-opening-image img {
    min-height: 340px;
    max-height: 430px;
  }

  .cg-new-catholic-v2-foundation-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  .cg-new-catholic-v2-foundation-grid,
  .cg-new-catholic-v2-belief-grid,
  .cg-new-catholic-v2-teaching-pair,
  .cg-new-catholic-v2-faq-grid {
    grid-template-columns: 1fr;
  }

  .cg-new-catholic-v2-belief-grid {
    border-left: 0;
  }

  .cg-new-catholic-v2-belief {
    border-left: 1px solid rgba(217,163,0,.18);
  }

  .cg-new-catholic-v2-ocia-actions,
  .cg-new-catholic-v2-actions {
    flex-direction: column;
  }

  .cg-new-catholic-v2-ocia-actions .cg-btn,
  .cg-new-catholic-v2-actions .cg-btn {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .cg-new-catholic-v2-foundation-card {
    min-height: 0;
  }

  .cg-new-catholic-v2-sacrament {
    grid-template-columns: 42px minmax(0,1fr);
  }

  .cg-new-catholic-v2-nav {
    flex-direction: column;
  }
}
