.discipleship-feature{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
  min-height:560px;
  background:#071f3b;
  color:#fff;
  overflow:hidden;
}

.discipleship-image{
  position:relative;
  min-height:100%;
  background:#071f3b;
}

.discipleship-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 60%,#071f3b 100%);
  pointer-events:none;
}

.discipleship-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.discipleship-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:80px max(34px,calc((100vw - 1170px)/2)) 80px 6vw;
}

.discipleship-copy h2{
  max-width:520px;
  margin:24px 0 20px;
  font:600 clamp(2.7rem,5vw,4.9rem)/1.02 "Playfair Display",serif;
}

.discipleship-copy p{
  max-width:530px;
  margin:0;
  color:#c6d7e3;
  font-size:1.05rem;
  line-height:1.75;
}

.discipleship-button{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:18px;
  margin-top:32px;
  padding:15px 21px;
  border:1px solid rgba(255,209,119,.55);
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}

.discipleship-button b{color:#ffd177;font-size:1.2rem}
.discipleship-button:hover{background:rgba(255,209,119,.1);border-color:#ffd177;transform:translateY(-2px)}
.discipleship-button:focus-visible{outline:3px solid #75d7ed;outline-offset:4px}

@media(max-width:900px){
  .discipleship-feature{grid-template-columns:1fr}
  .discipleship-image{min-height:auto}
  .discipleship-image::after{background:linear-gradient(180deg,transparent 70%,#071f3b 100%)}
  .discipleship-image img{height:auto;aspect-ratio:16/9;object-fit:contain}
  .discipleship-copy{padding:44px 22px 72px}
}

@media(max-width:520px){
  .discipleship-copy h2{font-size:2.6rem}
  .discipleship-copy p{font-size:1rem}
  .discipleship-button{width:100%;justify-content:space-between}
}
