.brand {
  display: flex;
  align-items: center;
  gap: 0;
}

.brand img {
  display: block;
  width: 142px;
  height: auto;
}

.brand span,
.brand small {
  display: none;
}

.site-header nav {
  gap: 30px;
  align-items: center;
}

.instagram-nav {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.instagram-nav:hover {
  border-color: var(--blue);
}

footer {
  grid-template-columns: 1fr auto auto auto;
  gap: 45px;
}

footer .brand img {
  width: 130px;
}

.footer-instagram {
  color: var(--blue);
  font-size: .85rem;
  font-weight: 700;
}

.gc-frequency {
  display: inline-block;
  margin: -10px 0 20px !important;
  padding: 6px 9px;
  color: #9a4b00 !important;
  background: #fff2e8;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.real-life {
  display: grid;
  grid-template-columns: 1.55fr .8fr;
  gap: 12px;
  padding: 0 max(24px, 5vw) 80px;
  background: #fff;
}

.real-life figure,
.church-moments figure,
.kids-photo { margin: 0; overflow: hidden; }
.real-life img,
.church-moments img,
.kids-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease, filter .4s ease; filter: contrast(1.03) saturate(1.02); }
.real-life figure:hover img,
.church-moments figure:hover img,
.kids-photo:hover img { transform: scale(1.018); filter: contrast(1.05) saturate(1.04); }
.real-life-main { height: min(65vw, 720px); }
.real-life-side { display: grid; grid-template-rows: 1fr auto; gap: 12px; }
.real-life-side figure { min-height: 420px; }
.real-life-note { padding: 30px; color: #fff; background: #ff6500; }
.real-life-note span { font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.real-life-note p { margin: 14px 0 0; font: 600 clamp(1.15rem, 2vw, 1.7rem) Manrope; line-height: 1.2; }

.pastors-section { background: #fff; }
.pastors-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 70px; }
.pastors-heading > span { color: #ff6500; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.pastors-heading h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); }
.pastors-heading h2 em { color: #ff6500; }
.pastors-heading p { grid-column: 2; max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; }
.pastors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pastor-card { margin: 0; }
.pastor-photo { position: relative; height: min(65vw, 760px); overflow: hidden; background: #111; }
.pastor-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(0,0,0,.42)); pointer-events: none; }
.pastor-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; filter: contrast(1.03) saturate(.96); transition: transform .7s ease; }
.pastor-card:hover img { transform: scale(1.018); }
.pastor-card figcaption { padding: 22px 2px 0; }
.pastor-card figcaption span { color: #ff6500; font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.pastor-card h3 { margin: 6px 0 0; font: 700 clamp(1.65rem, 3vw, 2.8rem) Manrope; letter-spacing: -.04em; }

.kids-section { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: clamp(40px, 6vw, 90px); }
.kids-photo { position: relative; z-index: 1; min-height: 560px; }
.kids-copy { margin-left: 0; }

.church-moments { display: grid; grid-template-columns: 1fr 1.35fr; gap: 12px; padding: 12px; background: var(--ink); }
.church-moments figure { position: relative; height: min(58vw, 700px); }
.church-moments figcaption { position: absolute; left: 24px; bottom: 24px; padding: 10px 14px; color: #fff; background: rgba(11,13,18,.78); backdrop-filter: blur(8px); font-weight: 700; }

.generosity-section {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  background: #fff;
}

.next-steps-section { background: #f6f7f9; }
.next-steps-heading p { grid-column: 2; max-width: 600px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.next-steps-heading em { color: #ff6500; }
.next-steps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 70px; }
.step-card { min-height: 610px; padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: space-between; }
.start-card { color: #fff; background: #ff6500; }
.volunteer-card { color: #fff; background: var(--ink); }
.step-number { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 700 .75rem Manrope; opacity: .7; }
.step-content > span { font-size: .7rem; font-weight: 800; letter-spacing: .16em; opacity: .72; }
.step-content h3 { margin: 14px 0 20px; font: 800 clamp(2.5rem, 4.2vw, 4.6rem)/1 Manrope; letter-spacing: -.06em; }
.step-content p { max-width: 570px; font-size: 1.04rem; opacity: .82; }
.step-content ul { display: grid; gap: 8px; padding: 0; margin: 28px 0 32px; list-style: none; }
.step-content li::before { content: "—"; margin-right: 10px; opacity: .6; }
.step-button { display: inline-flex; padding: 15px 18px; color: var(--ink); background: #fff; border-radius: 3px; font-weight: 800; }
.dark-button { color: #fff; background: #ff6500; }
.step-button:hover { transform: translateY(-2px); }

.generosity-intro > span {
  color: #ff6500;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.generosity-intro h2 {
  margin: 26px 0;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
}

.generosity-intro h2 em { color: #ff6500; }
.generosity-intro p { max-width: 620px; color: var(--muted); font-size: 1.08rem; }

.pix-card {
  padding: clamp(28px, 4vw, 52px);
  color: #fff;
  background: var(--ink);
  box-shadow: 18px 18px 0 #ff6500;
}

.pix-label { display: flex; justify-content: space-between; align-items: center; }
.pix-label span { color: #ff8a3d; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.pix-label small { color: #8f949e; }
.pix-card strong { display: block; margin: 55px 0 34px; font: 700 clamp(1.5rem, 2.4vw, 2.35rem) Manrope; letter-spacing: -.04em; }
.copy-pix { width: 100%; padding: 15px 18px; border: 0; border-radius: 3px; color: #fff; background: #ff6500; font: 700 .92rem "DM Sans"; cursor: pointer; }
.copy-pix:hover { background: #e95c00; }
.copy-status { min-height: 24px; margin: 14px 0 0; color: #bfc3cb; font-size: .8rem; text-align: center; }

@media (max-width: 760px) {
  .brand img { width: 118px; }
  .site-header nav { align-items: stretch; }
  .instagram-nav { text-align: center; }
  footer { grid-template-columns: 1fr; gap: 12px; }
  .footer-instagram { margin: 5px 0; }
  .generosity-section { grid-template-columns: 1fr; }
  .generosity-intro h2 { font-size: 3rem; }
  .pix-card { box-shadow: 10px 10px 0 #ff6500; }
  .real-life { grid-template-columns: 1fr; padding: 0 12px 60px; }
  .real-life-main { height: 58vh; min-height: 440px; }
  .real-life-side figure { min-height: 380px; }
  .pastors-heading { display: block; margin-bottom: 46px; }
  .pastors-heading h2 { margin-top: 18px; font-size: 3.2rem; }
  .pastors-heading p { margin-top: 24px; }
  .pastors-grid { grid-template-columns: 1fr; gap: 50px; }
  .pastor-photo { height: 72vh; min-height: 540px; }
  .kids-section { display: grid; grid-template-columns: 1fr; padding-bottom: 90px; }
  .kids-photo { min-height: 380px; }
  .church-moments { grid-template-columns: 1fr; }
  .church-moments figure { height: 72vh; min-height: 480px; }
  .next-steps-heading p { margin-top: 26px; }
  .next-steps-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .step-card { min-height: 620px; }
}
