/* =========================================================
   HOME PREMIUM — PATRICIA SANTANA
   Este arquivo altera APENAS a página index.html.
   Não modifica a página cursos.html.
========================================================= */

.home-premium {
  background: #0c0b09;
  color: #fff;
}

.home-premium .site-header {
  background: rgba(13, 12, 10, 0.96);
  border-bottom: 1px solid rgba(201, 154, 72, 0.16);
}

.home-premium .site-header .brand strong,
.home-premium .site-header .nav a,
.home-premium .menu-btn {
  color: #fff;
}

.home-premium .site-header .brand small,
.home-premium .site-header .brand-mark,
.home-premium .site-header .nav a.active {
  color: #c79a48;
}

.home-premium .site-header .brand-mark {
  border-color: #c79a48;
}

.home-premium .nav.open {
  background: #11100e;
  border-color: rgba(201, 154, 72, 0.22);
}

.home-premium .nav a:hover {
  color: #c79a48;
}


/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.premium-kicker {
  margin: 0 0 18px;
  color: #c99b48;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.premium-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .25s ease;
}

.premium-btn:hover {
  transform: translateY(-2px);
}

.premium-btn-gold {
  background: #c59743;
  border-color: #c59743;
  color: #fff;
}

.premium-btn-gold:hover {
  background: #d2a552;
}

.premium-btn-outline {
  background: transparent;
  border-color: rgba(255,255,255,.65);
  color: #fff;
}

.premium-btn-outline:hover {
  border-color: #c59743;
  color: #d2a552;
}


/* =========================================================
   HERO
========================================================= */

.premium-hero {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #0d0c0a 0%, #12100d 58%, #261d12 100%);
}

.premium-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(185,137,63,.12), rgba(185,137,63,.025));
  pointer-events: none;
}

.premium-hero-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -120px;
  top: -130px;
  border-radius: 50%;
  background: rgba(171,121,47,.08);
  filter: blur(40px);
}

.premium-hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 58px;
  padding-bottom: 58px;
}

.premium-hero-copy {
  max-width: 610px;
}

.premium-hero-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(66px, 6vw, 94px);
  font-weight: 500;
  line-height: .78;
  letter-spacing: -2px;
}

.premium-hero-copy h1 span,
.premium-hero-copy h1 em {
  display: block;
}

.premium-hero-copy h1 span {
  color: #f8f5ef;
}

.premium-hero-copy h1 em {
  margin-top: 17px;
  color: #c99b48;
  font-size: .82em;
  font-weight: 500;
  line-height: .9;
}

.premium-hero-text {
  max-width: 510px;
  margin: 30px 0 0;
  color: #d1cbc2;
  font-size: 13px;
  line-height: 1.9;
}

.premium-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.premium-hero-meta {
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.premium-hero-meta span {
  color: #9e9589;
  font-size: 8px;
  letter-spacing: 1.35px;
  white-space: nowrap;
}

.premium-hero-meta b {
  margin-right: 8px;
  color: #d0a34f;
}


/* VISUAL DO HERO */

.premium-hero-visual {
  width: min(100%, 470px);
  justify-self: end;
  position: relative;
  padding: 22px 22px 35px 36px;
}

.premium-photo-frame {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(203, 158, 81, .64);
}

.premium-photo {
  width: 100%;
  aspect-ratio: .82 / 1;
  overflow: hidden;
  background:
    linear-gradient(145deg, #987748 0%, #55402b 55%, #1b1712 100%);
}

.premium-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.premium-photo.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.16);
}

.premium-photo.is-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.16);
}

.premium-photo.is-placeholder span {
  font-family: "Cormorant Garamond", serif;
  font-size: 74px;
  z-index: 1;
}

.premium-photo.is-placeholder small {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: #fff1d3;
  font-size: 8px;
  letter-spacing: 2px;
}

.premium-photo-caption {
  position: absolute;
  right: 24px;
  bottom: 28px;
  color: #cfa34f;
  font-size: 8px;
  letter-spacing: 1.4px;
}

.premium-specialty-card {
  position: absolute;
  left: 0;
  bottom: 67px;
  width: 220px;
  padding: 24px 22px;
  background: #f4eee3;
  color: #15120e;
  box-shadow: 0 20px 40px rgba(0,0,0,.26);
}

.premium-specialty-card span {
  display: block;
  margin-bottom: 8px;
  color: #c08f3d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
}

.premium-specialty-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: .98;
}


/* =========================================================
   CURSOS
========================================================= */

.premium-courses {
  padding: 80px 0 88px;
  background:
    radial-gradient(circle at 85% 20%, rgba(151,105,41,.05), transparent 24%),
    #0c0b09;
}

.premium-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.premium-section-head h2 {
  max-width: 800px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(50px, 5.2vw, 72px);
  font-weight: 500;
  line-height: .92;
  color: #fff;
}

.premium-section-head h2 em {
  display: block;
  margin-top: 7px;
  color: #c99b48;
  font-weight: 500;
}

.premium-all-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}

.premium-all-link span {
  color: #c99b48;
  font-size: 20px;
}

.premium-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.premium-course-card {
  min-width: 0;
  overflow: hidden;
  background: #151411;
  border: 1px solid rgba(190,145,69,.42);
  display: flex;
  flex-direction: column;
  transition: .3s ease;
}

.premium-course-card:hover {
  transform: translateY(-6px);
  border-color: rgba(213,165,86,.8);
}

.premium-course-cover {
  width: 100%;
  aspect-ratio: 1 / .76;
  overflow: hidden;
  background: #0a0908;
}

.premium-course-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.premium-course-card:hover .premium-course-cover img {
  transform: scale(1.02);
}

.premium-course-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 22px;
}

.premium-course-content h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.premium-course-content p {
  min-height: 56px;
  margin: 0;
  color: #a69d91;
  font-size: 11px;
  line-height: 1.75;
}

.premium-course-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.13);
}

.premium-course-actions a {
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}

.premium-course-actions .premium-buy {
  color: #d0a34f;
}

.premium-course-bottom {
  margin-top: 34px;
  text-align: center;
}


/* =========================================================
   SOBRE
========================================================= */

.premium-about {
  padding: 90px 0;
  background: #f4eee3;
  color: #15120e;
}

.premium-about-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.premium-about-visual {
  max-width: 430px;
}

.premium-about-placeholder {
  height: 480px;
  display: grid;
  place-items: center;
  position: relative;
  background: linear-gradient(150deg, #c9b08a, #6b5945);
  border: 1px solid #a78143;
}

.premium-about-placeholder span {
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  color: rgba(255,255,255,.84);
}

.premium-about-placeholder small {
  position: absolute;
  bottom: 24px;
  color: #fff;
  font-size: 8px;
  letter-spacing: 2px;
}

.premium-about-copy h2 {
  max-width: 620px;
  margin: 0 0 25px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 500;
  line-height: .95;
}

.premium-about-copy h2 em {
  color: #ad7e35;
}

.premium-about-copy > p:not(.premium-kicker) {
  max-width: 620px;
  color: #70675d;
  font-size: 12px;
  margin: 0 0 16px;
}

.premium-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  color: #17130f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}

.premium-text-link span {
  color: #b6883e;
  font-size: 18px;
}


/* =========================================================
   DESTAQUE
========================================================= */

.premium-feature {
  padding: 90px 0;
  background: #17130e;
}

.premium-feature-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 0;
  border: 1px solid rgba(190,145,69,.38);
}

.premium-feature-copy {
  padding: 60px;
  background: #f6f0e6;
  color: #15120e;
}

.premium-feature-copy h2 {
  max-width: 620px;
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 66px);
  font-weight: 500;
  line-height: .95;
}

.premium-feature-copy h2 em {
  color: #aa7d36;
}

.premium-feature-copy > p:not(.premium-kicker) {
  max-width: 580px;
  margin-bottom: 28px;
  color: #6d655b;
  font-size: 12px;
}

.premium-feature-art {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px;
  background:
    linear-gradient(145deg, #2c2115, #080706);
}

.premium-feature-art span,
.premium-feature-art small {
  color: #c69a50;
  font-size: 8px;
  letter-spacing: 2px;
}

.premium-feature-art strong {
  margin: 13px 0 15px;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: .83;
}


/* =========================================================
   INSTAGRAM
========================================================= */

.premium-social {
  padding: 68px 0;
  background: #0c0b09;
}

.premium-social-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
}

.premium-social h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 4.5vw, 58px);
  font-weight: 500;
  line-height: .95;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

  .premium-hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .premium-hero-copy {
    max-width: 680px;
  }

  .premium-hero-visual {
    width: min(100%, 440px);
    justify-self: center;
  }

  .premium-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .premium-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-about-grid,
  .premium-feature-grid,
  .premium-social-grid {
    grid-template-columns: 1fr;
  }

  .premium-about-visual {
    margin: auto;
    width: 100%;
  }

  .premium-social-grid {
    align-items: flex-start;
  }

}


/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 650px) {

  .premium-hero {
    min-height: auto;
  }

  .premium-hero::after {
    width: 100%;
    opacity: .45;
  }

  .premium-hero-grid {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 55px;
    gap: 38px;
  }

  .premium-kicker {
    margin-bottom: 14px;
    font-size: 8px;
    letter-spacing: 2px;
  }

  .premium-hero-copy h1 {
    font-size: clamp(52px, 17vw, 70px);
    line-height: .8;
    letter-spacing: -1px;
  }

  .premium-hero-copy h1 em {
    margin-top: 14px;
    font-size: .74em;
  }

  .premium-hero-text {
    margin-top: 25px;
    font-size: 12px;
  }

  .premium-hero-actions {
    flex-direction: column;
  }

  .premium-hero-actions .premium-btn {
    width: 100%;
  }

  .premium-hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .premium-hero-visual {
    width: 100%;
    max-width: 390px;
    justify-self: center;
    padding: 12px 10px 0;
  }

  .premium-photo-frame {
    padding: 10px;
  }

  .premium-specialty-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -42px auto 0;
    z-index: 3;
  }

  .premium-photo-caption {
    right: 20px;
    bottom: 18px;
  }


  /* CURSOS */

  .premium-courses {
    padding: 58px 0 65px;
  }

  .premium-section-head {
    gap: 18px;
    margin-bottom: 27px;
  }

  .premium-section-head h2 {
    font-size: clamp(43px, 13vw, 55px);
  }

  .premium-section-head h2 em {
    display: inline;
  }

  .premium-all-link {
    width: 100%;
    justify-content: space-between;
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,.13);
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  .premium-course-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .premium-course-cover {
    aspect-ratio: 1 / 1;
  }

  .premium-course-cover img {
    object-fit: contain;
    background: #0a0908;
  }

  .premium-course-content {
    padding: 22px 20px;
  }

  .premium-course-content h3 {
    font-size: 30px;
  }

  .premium-course-content p {
    min-height: auto;
  }

  .premium-course-actions {
    margin-top: 22px;
  }

  .premium-course-bottom .premium-btn {
    width: 100%;
  }


  /* SOBRE */

  .premium-about {
    padding: 65px 0;
  }

  .premium-about-grid {
    gap: 38px;
  }

  .premium-about-placeholder {
    height: 390px;
  }

  .premium-about-copy h2 {
    font-size: 46px;
  }


  /* DESTAQUE */

  .premium-feature {
    padding: 65px 0;
  }

  .premium-feature-copy {
    padding: 34px 24px;
  }

  .premium-feature-copy h2 {
    font-size: 44px;
  }

  .premium-feature-art {
    min-height: 330px;
    padding: 30px 24px;
  }

  .premium-feature-art strong {
    font-size: 50px;
  }


  /* INSTAGRAM */

  .premium-social {
    padding: 55px 0;
  }

  .premium-social-grid {
    gap: 25px;
  }

  .premium-social h2 {
    font-size: 42px;
  }

  .premium-social .premium-btn {
    width: 100%;
  }

}


/* =========================================================
   CELULAR PEQUENO
========================================================= */

@media (max-width: 420px) {

  .premium-hero-copy h1 {
    font-size: 51px;
  }

  .premium-hero-copy h1 em {
    font-size: .72em;
  }

  .premium-specialty-card strong {
    font-size: 22px;
  }

  .premium-section-head h2 {
    font-size: 42px;
  }

  .premium-course-content h3 {
    font-size: 28px;
  }

  .premium-about-copy h2,
  .premium-feature-copy h2,
  .premium-social h2 {
    font-size: 39px;
  }

}


/* =========================================================
   UMA TRAJETÓRIA DE FÉ
   Seção inserida acima de Cursos & Seminários
========================================================= */

.faith-journey {
  position: relative;
  overflow: hidden;
  padding: 78px 0 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(193, 139, 57, .14), transparent 27%),
    linear-gradient(90deg, #0d0c0a 0%, #11100d 58%, #1b140d 100%);
  border-bottom: 1px solid rgba(201,154,72,.28);
}

.faith-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, transparent 64%, rgba(203,150,66,.05) 100%);
}

.faith-journey-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .55fr 1.05fr;
  gap: 44px;
  align-items: stretch;
}

.faith-journey-copy {
  padding: 6px 0 72px;
}

.faith-journey-copy h2 {
  max-width: 590px;
  margin: 0 0 26px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5.4vw, 78px);
  font-weight: 500;
  line-height: .9;
  color: #fff;
}

.faith-journey-copy h2 em {
  display: block;
  margin-top: 8px;
  color: #c89a49;
  font-weight: 500;
}

.faith-journey-copy > p:not(.premium-kicker) {
  max-width: 610px;
  margin: 0 0 16px;
  color: #d4cec5;
  font-size: 12px;
  line-height: 1.85;
}

.faith-journey-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 320px;
  min-height: 48px;
  margin-top: 15px;
  padding: 0 24px;
  border: 1px solid #c59643;
  color: #d8aa55;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: .25s ease;
}

.faith-journey-link:hover {
  background: #c59643;
  color: #fff;
}

.faith-journey-link span {
  font-size: 20px;
  line-height: 1;
}

.faith-pillars {
  align-self: center;
  display: grid;
  gap: 28px;
  padding: 8px 28px 36px;
  border-left: 1px solid rgba(207,161,82,.55);
}

.faith-pillar {
  text-align: center;
}

.faith-icon {
  display: block;
  margin-bottom: 8px;
  color: #d0a34f;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  line-height: 1;
}

.faith-pillar strong {
  display: block;
  color: #fff;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .5px;
}

.faith-journey-visual {
  align-self: end;
  min-width: 0;
}

.faith-photo-wrap {
  position: relative;
  min-height: 440px;
  height: 100%;
  border-left: 1px solid rgba(203,150,66,.18);
  background:
    radial-gradient(circle at 65% 28%, rgba(214,157,72,.2), transparent 32%),
    linear-gradient(145deg, #2b2015, #0b0907 76%);
}

.faith-photo-placeholder {
  min-height: 440px;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 67% 26%, rgba(236,189,111,.17), transparent 28%),
    linear-gradient(145deg, rgba(119,86,50,.28), rgba(17,13,10,.75));
}

.faith-photo-placeholder::before {
  content: "";
  position: absolute;
  right: 12%;
  top: 9%;
  width: 56%;
  height: 74%;
  border-radius: 50% 50% 16% 16%;
  border: 1px solid rgba(205,155,79,.26);
  box-shadow: 0 0 100px rgba(201,150,72,.10);
}

.faith-photo-placeholder span {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 86px;
  color: rgba(255,255,255,.72);
}

.faith-photo-placeholder small {
  position: absolute;
  left: 28px;
  bottom: 24px;
  color: #cfa34f;
  font-size: 8px;
  letter-spacing: 2px;
}

.faith-journey-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.faith-quote {
  position: absolute;
  right: 22px;
  bottom: 26px;
  z-index: 2;
  max-width: 165px;
  padding: 16px 0 0 18px;
  color: #fff;
  background: linear-gradient(90deg, rgba(8,7,6,.72), transparent);
}

.faith-quote > span {
  position: absolute;
  left: 0;
  top: 0;
  color: #d4a650;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
}

.faith-quote p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  line-height: .92;
}

.faith-quote i {
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 14px;
  background: #c79745;
}


/* deixa CURSOS visualmente colado à trajetória, como no modelo */
.faith-journey + .premium-courses {
  padding-top: 34px;
}


/* =========================================================
   RESPONSIVO — TRAJETÓRIA DE FÉ
========================================================= */

@media (max-width: 1050px) {
  .faith-journey-grid {
    grid-template-columns: 1fr .58fr;
  }

  .faith-journey-visual {
    grid-column: 1 / -1;
  }

  .faith-photo-wrap,
  .faith-photo-placeholder,
  .faith-journey-visual img {
    min-height: 430px;
  }

  .faith-photo-placeholder::before {
    right: 24%;
    width: 42%;
  }
}

@media (max-width: 760px) {
  .faith-journey {
    padding-top: 58px;
  }

  .faith-journey-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faith-journey-copy {
    padding-bottom: 0;
  }

  .faith-journey-copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .faith-journey-copy > p:not(.premium-kicker) {
    font-size: 12px;
  }

  .faith-journey-link {
    width: 100%;
    min-width: 0;
  }

  .faith-pillars {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid rgba(207,161,82,.35);
    border-bottom: 1px solid rgba(207,161,82,.35);
  }

  .faith-photo-wrap,
  .faith-photo-placeholder,
  .faith-journey-visual img {
    min-height: 360px;
  }

  .faith-photo-placeholder span {
    font-size: 70px;
  }

  .faith-photo-placeholder::before {
    right: 20%;
    width: 55%;
    height: 70%;
  }

  .faith-quote {
    right: 18px;
    bottom: 22px;
  }

  .faith-journey + .premium-courses {
    padding-top: 52px;
  }
}

@media (max-width: 430px) {
  .faith-journey-copy h2 {
    font-size: 48px;
  }

  .faith-pillars {
    grid-template-columns: 1fr 1fr;
  }

  .faith-pillar strong {
    font-size: 8px;
  }

  .faith-photo-wrap,
  .faith-photo-placeholder,
  .faith-journey-visual img {
    min-height: 330px;
  }

  .faith-quote p {
    font-size: 21px;
  }
}
