.w-lightbox-content{height: 800px !important}
.w-lightbox-view{height: 800px !important}
.w-lightbox-view:before{height: 800px !important}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before{height: 688px !important}
.w-lightbox-image{max-height: 800px !important}
.w-lightbox-group .w-lightbox-image{max-height: 688px !important}
.w-lightbox-strip{padding: 0 8px !important}
.w-lightbox-item{width: 80px !important;padding: 16px 8px !important}
.w-lightbox-thumbnail{height: 80px !important}
@media (min-width: 768px){.w-lightbox-content{height: 768px !important;margin-top: 16px !important}}
@media (min-width: 768px){.w-lightbox-view, .w-lightbox-view:before{height: 768px !important}}
@media (min-width: 768px){.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before{height: 672px !important}}
@media (min-width: 768px){.w-lightbox-image{max-height: 768px !important}}
@media (min-width: 768px){.w-lightbox-group .w-lightbox-image{max-height: 672px !important}}
.margin-bottom.margin-xlarge.position-relative{height: 1800px !important}
.section_hero{height: 800px !important}
.section_hero.background-color-darknavy{height: 800px !important}
.nav-animation{height: 800px !important}
.page-load{height: 800px !important}
.lottie-animation-5{height: 800px !important}
._100vh{height: 320px !important}
.tab-line{height: 272px !important}
.container.sticky{height: 2800px !important}
.fish_vh{height: 680px !important}
.impact_container{height: 800px !important}
.div-block-12{height: 800px !important}
.background-video{height: 800px !important}
.div-block-17{height: 800px !important}
.div-block-18{height: 2400px !important}
.section_feature_2{height: 600px !important}
.largehero_content{min-height: 800px !important}
.mediumhero_content{min-height: 480px !important}
.smallhero_content{min-height: 320px !important}
.gallery13_image-wrapper{height: 800px !important}
.section_blogpost{height: 480px !important}
.div-block-34{height: 800px !important}
@media screen and (min-width: 1280px){.fish_vh{height: 720px !important}}
@media screen and (min-width: 1440px){.fish_vh{height: 720px !important}}
@media screen and (min-width: 1920px){.container.sticky{height: 2000px !important}}
@media screen and (min-width: 1920px){.section_blogpost{height: 400px !important}}
@media screen and (max-width: 991px){.page-load{height: 800px !important}}
@media screen and (max-width: 991px){.lottie-animation-5{height: 800px !important}}
@media screen and (max-width: 991px){.image_container{height: 400px !important}}
@media screen and (max-width: 991px){.tab-line{height: 320px !important}}
@media screen and (max-width: 767px){.fish_vh{height: 400px !important}}
@media screen and (max-width: 767px){.gallery13_image-wrapper{height: 480px !important}}
@media screen and (max-width: 767px){.gallery14_image-wrapper{height: 480px !important}}
@media screen and (max-width: 479px){.image_container{height: 400px !important}}
@media screen and (max-width: 479px){.container.sticky{height: 1600px !important}}
@media screen and (max-width: 479px){.section_feature_2{height: 800px !important}}
@media screen and (max-width: 479px){.mediumhero_content{min-height: 280px !important}}
@media screen and (max-width: 479px){.smallhero_content{min-height: 200px !important}}
@media screen and (max-width: 479px){.gallery13_image-wrapper{height: 480px !important}}
@media screen and (max-width: 479px){.gallery14_image-wrapper{height: 320px !important}}

/* NET Ireland local overrides (post-export) */

/* Impact stats: Webflow's place-items=start left-aligns each stat inside its 1fr grid cell.
   Stretch and centre so the 3 stats read as visually equal columns. */
.impact_grid { place-items: stretch stretch !important; justify-items: center !important; }
.impact_stat { width: 100% !important; align-items: center !important; }
.impact_stat .heading-style-h2, .impact_stat h3 { text-align: center !important; }

/* section_impact-2 (Impact Grid lottie wave) — force white copy for legibility
   over the dark green wave background, including elements that used to be
   text-color-neutralblue2 before recolour. */
.section_impact-2, .section_impact-2 .text-color-neutralblue2 { color: #ffffff !important; }
.section_impact-2 .impact_stat-content, .section_impact-2 .impact_stat-text-2 { color: #ffffff !important; }

/* ------------------------------------------------------------------------- */
/* become-a-missionary: "Why become a NET missionary?" card grid              */
/* Default Webflow renders 3-col + 1 orphan in a second row. Force 2×2 on    */
/* desktop with proper cards (cream surface, rounded image, strong heading,  */
/* numbered eyebrow) so the section reads as intentional.                     */
/* ------------------------------------------------------------------------- */
.section_infocard-2 .infocard_grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 2rem !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .section_infocard-2 .infocard_grid { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
}

.section_infocard-2 .infocard_card {
  background: #fff;
  border: 1px solid rgba(22, 48, 43, 0.12);
  border-radius: 18px;
  overflow: hidden;
  padding: 0 0 1.6rem;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}
.section_infocard-2 .infocard_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px -22px rgba(18, 60, 51, 0.45);
}

.section_infocard-2 .infocard_image-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 0 1.4rem;
  background: #f4f1ea;
}
.section_infocard-2 .infocard_image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.section_infocard-2 .infocard-text_wrapper {
  padding: 0 1.6rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}


/* Override the pale sage heading colour with strong dark green for legibility */
.section_infocard-2 .infocard-text_wrapper .heading-style-h4 {
  color: #123c33 !important;
  font-size: 1.45rem;
  line-height: 1.2;
  margin: 0;
}
.section_infocard-2 .infocard-text_wrapper p {
  color: #16302b;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

/* Section heading polish: add a subtle eyebrow + tighten spacing */
.section_infocard-2 .impact_introtext {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section_infocard-2 .impact_introtext h2 {
  color: #123c33 !important;
  font-size: 2.4rem;
  line-height: 1.1;
}

/* ------------------------------------------------------------------------- */
/* #bam-eoi  — Expression of Interest form                                    */
/* Webflow ships the inputs nearly unstyled. Map the .w-input / .w-select    */
/* / .w-radio / .w-checkbox classes onto the same clean look as the          */
/* standardised form-fields component library.                                */
/* ------------------------------------------------------------------------- */
#bam-eoi {
  --eoi-ink: #16302b;
  --eoi-ink-soft: #5a6d67;
  --eoi-border: rgba(22, 48, 43, 0.18);
  --eoi-border-strong: rgba(22, 48, 43, 0.34);
  --eoi-teal: #1d6f5c;
  --eoi-teal-deep: #123c33;
  --eoi-error: #a51d23;
  --eoi-radius: 10px;
  max-width: 640px;
  margin: 0 auto;
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--eoi-ink);
}

#bam-eoi > div,
#bam-eoi fieldset,
#bam-eoi .w-checkbox { margin: 0 0 1.25rem; }

#bam-eoi label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .015em;
  color: var(--eoi-ink);
  margin: 0 0 .5rem;
}

/* All inputs, selects, textareas */
#bam-eoi input.w-input,
#bam-eoi select.w-select,
#bam-eoi input[type="text"],
#bam-eoi input[type="email"],
#bam-eoi input[type="tel"],
#bam-eoi input[type="date"],
#bam-eoi input[type="number"] {
  width: 100% !important;
  padding: .8rem 1rem !important;
  font: inherit !important;
  font-size: .95rem !important;
  color: var(--eoi-ink) !important;
  background: #fff !important;
  border: 1px solid var(--eoi-border) !important;
  border-radius: var(--eoi-radius) !important;
  height: auto !important;
  margin: 0 !important;
  transition: border-color .15s, box-shadow .15s !important;
  line-height: 1.4 !important;
  appearance: none !important;
}
#bam-eoi input.w-input::placeholder { color: rgba(22, 48, 43, 0.42); }
#bam-eoi input.w-input:hover,
#bam-eoi select.w-select:hover { border-color: var(--eoi-border-strong) !important; }
#bam-eoi input.w-input:focus,
#bam-eoi select.w-select:focus,
#bam-eoi input[type="text"]:focus,
#bam-eoi input[type="email"]:focus,
#bam-eoi input[type="tel"]:focus,
#bam-eoi input[type="date"]:focus {
  outline: 0 !important;
  border-color: var(--eoi-teal) !important;
  box-shadow: 0 0 0 3px rgba(29, 111, 92, 0.18) !important;
}

#bam-eoi select.w-select {
  padding-right: 2.6rem !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%2316302B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 12px 8px !important;
}

/* Radio group (Gender) — stack with proper spacing, custom-drawn dot */
#bam-eoi .w-radio { display: flex; align-items: center; gap: .65rem; padding: 0; margin: 0 0 .35rem; }
#bam-eoi .w-radio + .w-radio { margin-top: .25rem; }
#bam-eoi .w-form-formradioinput { appearance: none !important; -webkit-appearance: none !important;
  width: 1.2rem !important; height: 1.2rem !important; border-radius: 50% !important;
  background: #fff !important; border: 1.5px solid var(--eoi-border-strong) !important;
  margin: 0 !important; cursor: pointer; transition: background .15s, border-color .15s, box-shadow .15s;
  display: inline-grid; place-items: center; flex: 0 0 auto;
}
#bam-eoi .w-form-formradioinput:hover { border-color: var(--eoi-teal) !important; }
#bam-eoi .w-form-formradioinput:checked { background: var(--eoi-teal) !important; border-color: var(--eoi-teal) !important; }
#bam-eoi .w-form-formradioinput:checked::after {
  content: ''; width: .45rem; height: .45rem; background: #fff; border-radius: 50%;
}
#bam-eoi .w-form-label { font-weight: 500 !important; font-size: .92rem !important; color: var(--eoi-ink); }

/* Checkbox (consent) — drawn box with teal fill on check */
#bam-eoi .w-checkbox { display: flex; align-items: flex-start; gap: .65rem; padding: 0; margin-top: .35rem; }
#bam-eoi .w-checkbox-input { appearance: none !important; -webkit-appearance: none !important;
  width: 1.2rem !important; height: 1.2rem !important; border-radius: 5px !important;
  background: #fff !important; border: 1.5px solid var(--eoi-border-strong) !important;
  margin: .12em 0 0 !important; cursor: pointer; transition: background .15s, border-color .15s;
  display: inline-grid; place-items: center; flex: 0 0 auto;
}
#bam-eoi .w-checkbox-input:hover { border-color: var(--eoi-teal) !important; }
#bam-eoi .w-checkbox-input:checked { background: var(--eoi-teal) !important; border-color: var(--eoi-teal) !important; }
#bam-eoi .w-checkbox-input:checked::after {
  content: ''; width: .65rem; height: .38rem; border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -2px);
}
#bam-eoi .w-checkbox .w-form-label { font-weight: 500; }

/* Consent helper paragraph (right after the checkbox) */
#bam-eoi .w-checkbox + p,
#bam-eoi p.text-size-tiny,
#bam-eoi .text-size-tiny {
  font-size: .78rem;
  color: var(--eoi-ink-soft);
  margin: .35rem 0 1.5rem 0;
  line-height: 1.45;
}

/* Submit button — pill, marigold accent, centered, with hover */
#bam-eoi .submit-button,
#bam-eoi input[type="submit"].submit-button {
  display: block !important;
  margin: 1.5rem auto 0 !important;
  padding: .95rem 2.2rem !important;
  background: var(--eoi-teal-deep) !important;
  color: #f4f1ea !important;
  font: 600 1rem/1 'Poppins', sans-serif !important;
  border: 0 !important;
  border-radius: 999px !important;
  cursor: pointer;
  transition: background .15s, transform .15s;
  -webkit-appearance: none;
  appearance: none;
}
#bam-eoi .submit-button:hover { background: var(--eoi-teal) !important; transform: translateY(-1px); }

/* ------------------------------------------------------------------------- */
/* Footer newsletter form — Webflow shipped the input with no visible border  */
/* so it reads as a static label, not a field. Wrap input + button in one    */
/* pill with a clear border, so the affordance is obvious.                    */
/* ------------------------------------------------------------------------- */
.footer1_form-block .footer1_form {
  display: flex !important;
  align-items: center;
  gap: .4rem;
  padding: .35rem .35rem .35rem 1.1rem;
  background: #fff !important;
  border: 1px solid rgba(22, 48, 43, 0.22);
  border-radius: 999px;
  max-width: 460px;
  margin: 0;
  transition: border-color .15s, box-shadow .15s;
}
.footer1_form-block .footer1_form:focus-within {
  border-color: #1d6f5c;
  box-shadow: 0 0 0 3px rgba(29, 111, 92, 0.18);
}
.footer1_form-block .footer1_form .form_input-2,
.footer1_form-block .footer1_form input.w-input {
  flex: 1 1 auto !important;
  border: 0 !important;
  background: transparent !important;
  padding: .5rem 0 !important;
  margin: 0 !important;
  height: auto !important;
  font: 400 .95rem/1.3 'Poppins', sans-serif !important;
  color: #16302b !important;
  box-shadow: none !important;
  outline: 0 !important;
  min-width: 0 !important;
}
.footer1_form-block .footer1_form input.w-input::placeholder {
  color: rgba(22, 48, 43, 0.5) !important;
}
.footer1_form-block .footer1_form .button.w-button {
  flex: 0 0 auto;
  padding: .65rem 1.4rem !important;
  border-radius: 999px !important;
  background-color: #123c33 !important;
  color: #f4f1ea !important;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .15s;
}
.footer1_form-block .footer1_form .button.w-button:hover {
  background-color: #1d6f5c !important;
}
.footer1_form-block .text-size-tiny {
  margin-top: .75rem;
  max-width: 460px;
}
/* Mobile: split the single pill into stacked pill-shaped input + button
   so the layout doesn't cram both into one wrapping container. */
@media (max-width: 480px) {
  .footer1_form-block .footer1_form {
    flex-direction: column !important;
    align-items: stretch;
    gap: .55rem;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    max-width: none;
  }
  .footer1_form-block .footer1_form:focus-within {
    box-shadow: none;
  }
  .footer1_form-block .footer1_form .form_input-2,
  .footer1_form-block .footer1_form input.w-input {
    height: 52px !important;
    padding: 0 1.1rem !important;
    background: #fff !important;
    border: 1px solid rgba(22, 48, 43, 0.22) !important;
    border-radius: 999px !important;
    width: 100%;
  }
  .footer1_form-block .footer1_form .button.w-button {
    width: 100%;
    height: 52px;
    padding: 0 1.4rem !important;
  }
}

/* ------------------------------------------------------------------------- */
/* Become a Supporter — client feedback 2026-07-14                            */
/* "We need you" eyebrow read as a stray small line above the H2. Style it   */
/* as a proper eyebrow, echoing the cohort-heading treatment.                 */
/* ------------------------------------------------------------------------- */
.supporter-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #D18823;
  margin-bottom: .25rem;
}
/* "Three ways to give" Monthly/One-off cards + sticky-bar pills scroll back
 * up to the hero Donorbox embed. Offset so the target isn't hidden by nav. */
#donate, #dt-enquiry { scroll-margin-top: 110px; }

/* ------------------------------------------------------------------------- */
/* Homepage hero — "Get Started" was pale sage on sage hero video = no       */
/* contrast. Make it a dark-green pill so it reads against any video frame.  */
/* ------------------------------------------------------------------------- */
.section_hero a.button.is-alternate,
.section_largehero a.button.is-alternate,
.largehero_content a.button.is-alternate,
header.section_largehero a.button {
  background-color: #f4f1ea !important;
  color: #123c33 !important;
  font-weight: 600 !important;
  border: 0 !important;
  padding: .9rem 2rem !important;
  border-radius: 999px !important;
  transition: background-color .15s, transform .15s !important;
}
.section_hero a.button.is-alternate:hover,
.section_largehero a.button.is-alternate:hover,
header.section_largehero a.button:hover {
  background-color: #ffffff !important;
  transform: translateY(-1px);
}

/* ------------------------------------------------------------------------- */
/* Homepage "Go and Make Disciples" — 3 cards on dark green background. The  */
/* three titles each render in a different (mis-recoloured) Webflow token —  */
/* pale sage, marigold, dark green — so two are invisible. Card images also  */
/* render at different aspect ratios so the titles don't line up.            */
/* Fix: force a uniform card layout with white titles + marigold eyebrow.    */
/* ------------------------------------------------------------------------- */
.section_infocard {
  background-color: #123c33;
}
.section_infocard .infocard_grid {
  align-items: stretch !important;
}
.section_infocard .infocard_linkbox {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: center;
  gap: 1rem;
}
.section_infocard .infocard_linkbox .infocard_card {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  background: rgba(255,255,255,0.04);
  border-radius: 14px;
  overflow: hidden;
}
/* Pin every card image to the exact same height so the cards line up. */
.section_infocard .infocard_image-wrapper {
  width: 100% !important;
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  background: rgba(0,0,0,0.18);
  flex: 0 0 auto;
}
.section_infocard .infocard_image-wrapper img,
.section_infocard .infocard_image-wrapper .impact-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
}
/* Generous breathing room around the text block. */
.section_infocard .infocard-text_wrapper {
  padding: 1.5rem 1.4rem 1.8rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: .75rem !important;
  flex: 1 1 auto;
  text-align: center !important;
}
.section_infocard .infocard_linkbox .heading-style-h4,
.section_infocard .infocard_linkbox h2,
.section_infocard .infocard_linkbox h3,
.section_infocard .infocard_linkbox h4 {
  color: #ffffff !important;
  font-size: 1.35rem !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  text-align: center !important;
  font-weight: 700 !important;
}
.section_infocard .infocard_linkbox p,
.section_infocard .infocard_linkbox .text-size-medium {
  color: rgba(255,255,255,0.85) !important;
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 32ch;
  line-height: 1.55 !important;
  font-size: .95rem !important;
}

/* Section heading + intro lead — consistent white, tightened spacing */
.section_infocard .impact_introtext h2 {
  color: #ffffff !important;
}
.section_infocard .impact_introtext p,
.section_infocard .impact_introtext .text-size-medium {
  color: rgba(255,255,255,0.88) !important;
}

/* ========================================================================= */
/* SITE-WIDE CLEANUP — kill the mis-recoloured Webflow tokens that make the   */
/* site look amateurish (random orange/sage/dark-green text + buttons), tame  */
/* broken hyperlink underlines, fix paragraph breakage and section spacing.  */
/* ========================================================================= */

/* --- Buttons: brand-only — dark green pill is the single primary style ---- */
/* Webflow shipped a marigold "is-alternate"/secondary that randomly appears  */
/* on dark sections. We force ONE button look across the site so the system   */
/* feels intentional. Hero variant (cream on dark) is overridden separately   */
/* via .section_hero / .section_largehero rules above.                        */
a.button,
a.button.is-secondary,
a.w-button {
  background-color: #123c33 !important;
  color: #f4f1ea !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: .85rem 1.9rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color .15s, transform .15s !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.2 !important;
}
a.button:hover,
a.button.is-secondary:hover,
a.w-button:hover {
  background-color: #1d6f5c !important;
  transform: translateY(-1px);
}
/* Cream/hero pill — keep the contrast-on-image hero treatment we set above. */
.section_hero a.button.is-alternate,
.section_largehero a.button.is-alternate,
.largehero_content a.button.is-alternate,
header.section_largehero a.button {
  background-color: #f4f1ea !important;
  color: #123c33 !important;
}
.section_hero a.button.is-alternate:hover,
.section_largehero a.button.is-alternate:hover {
  background-color: #ffffff !important;
}

/* --- Mis-recoloured text tokens — normalise so they read everywhere ------- */
/* Webflow's "lightblue" became pale sage after the recolour and is now used  */
/* as heading-emphasis in lots of places (Parish Youth, missionary cards,    */
/* "Why become" pillars on bam page). We treat it as dark-green primary on   */
/* light backgrounds; white on dark backgrounds is handled per-section.       */
.text-color-lightblue { color: #123c33 !important; }
.text-color-blue { color: #123c33 !important; }
.text-color-crimson { color: #b6533e !important; }   /* terracotta accent */
.text-color-navy { color: #123c33 !important; }
.text-color-darknavy { color: #0a2a23 !important; }
/* When inside dark sections, force white for legibility. */
.background-color-darknavy .text-color-lightblue,
.background-color-darknavy .text-color-blue,
.background-color-darknavy .text-color-navy,
.background-color-darknavy .text-color-crimson,
[class*="background-color-dark"] .text-color-lightblue,
[class*="background-color-dark"] .text-color-blue,
[class*="background-color-dark"] .text-color-navy,
[class*="background-color-dark"] .text-color-crimson {
  color: #ffffff !important;
}

/* --- support-a-missionary cards — underlined hyperlinks looked broken ----- */
/* The whole card was rendering as an underlined hyperlink in pale sage with  */
/* underlined sub-labels. Strip underlines, restore proper card hierarchy.    */
.section_supportamissionary a,
.section_supporter_grid a,
[class*="missionary_card"] a,
.w-dyn-item a {
  text-decoration: none !important;
}
.w-dyn-list .w-dyn-item .heading-style-h4,
.w-dyn-list .w-dyn-item h3,
.w-dyn-list .w-dyn-item h4 {
  color: #123c33 !important;
  text-decoration: none !important;
  font-size: 1.15rem !important;
  margin: .75rem 0 .15rem !important;
  font-weight: 700 !important;
}
.w-dyn-list .w-dyn-item .text-size-small,
.w-dyn-list .w-dyn-item .text-color-blue,
.w-dyn-list .w-dyn-item .text-color-navy,
.w-dyn-list .w-dyn-item .text-color-lightblue {
  text-decoration: none !important;
  color: #5a6d67 !important;
  font-weight: 500;
  font-size: .9rem;
}
/* Hover affordance for clickable cards */
.w-dyn-list .w-dyn-item a:hover .heading-style-h4 { color: #1d6f5c !important; }

/* --- become-a-supporter "Your gift changes" — paragraph broken into stanzas */
/* The body text was rendering with extra line-height/margin per fragment.   */
/* Tighten so it reads as one flowing paragraph.                              */
.section_giving p,
.section_supporter p,
.section_supporter .text-size-medium {
  line-height: 1.55 !important;
  margin: 0 0 1rem !important;
}
.section_giving br + br,
.section_supporter br + br { display: none; }

/* --- Section padding — Webflow's "padding-section-large" stacks too tall on */
/* mid-density content; bring it in for tighter rhythm.                       */
.padding-section-large {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media (max-width: 800px) {
  .padding-section-large { padding-top: 3rem !important; padding-bottom: 3rem !important; }
}

/* --- Heading rhythm — kill the marigold-on-marigold stacking, force proper */
/* hierarchy ordering on impact intro headings.                              */
.impact_introtext h2.text-color-marigold {
  color: #d18823 !important;
  font-size: .85rem !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: .5rem !important;
}

/* --- Hero "is-alternate" reused on dark sections fine, but is-secondary on  */
/* light sections sometimes shipped as ghost — we already pinned it to brand */
/* dark green via the global rule above. Nothing extra needed.                */

/* --- Footer link list — remove default underline + tighten link colour ---- */
.footer1_link, .footer1_link-list a {
  text-decoration: none !important;
  color: #16302b !important;
}
.footer1_link:hover, .footer1_link-list a:hover { color: #1d6f5c !important; }

/* --- Webflow "w-dyn-item" default underline on linked text ---------------- */
.w-dyn-list a, .w-dyn-list .text-color-blue, .w-dyn-list .text-color-navy {
  text-decoration: none !important;
}

/* ========================================================================= */
/* Motif hover "iconShake" — replicates the NET USA Webflow IX2 timeline.    */
/* That interaction (action-list a-15 "iconShake") fires on each icon's      */
/* MOUSE_OVER and shakes ±7° → 0° over 900ms with easeIn segments. On the    */
/* static NET Ireland mirror IX2 only re-binds some icons (the fish), so we  */
/* drive every icon from CSS instead. !important defeats the inline          */
/* translate3d(...) rotateZ(0deg) that Webflow puts on the elements at boot. */
/* ========================================================================= */
@keyframes netIconShake {
  0%     { transform: rotate(0deg); animation-timing-function: ease-in; }
  5.6%   { transform: rotate(7deg); animation-timing-function: ease-in; }
  22.2%  { transform: rotate(-6deg); animation-timing-function: ease-in; }
  38.9%  { transform: rotate(5deg); animation-timing-function: ease-in; }
  55.6%  { transform: rotate(-4deg); animation-timing-function: ease-in; }
  66.7%  { transform: rotate(3deg); animation-timing-function: ease-in; }
  77.8%  { transform: rotate(-2deg); animation-timing-function: ease-in; }
  83.3%  { transform: rotate(1deg); animation-timing-function: ease-out; }
  88.9%  { transform: rotate(-1deg); animation-timing-function: ease-in; }
  100%   { transform: rotate(0deg); }
}

.stamp_icon_small,
.stamp_icon,
.stamp_arrow,
.stampsaboveheadline_div img {
  transform-origin: center center;
  cursor: pointer;
  will-change: transform;
}

.stamp_icon_small:hover,
.stamp_icon:hover,
.stamp_arrow:hover,
.stampsaboveheadline_div img:hover {
  animation: netIconShake 0.9s linear !important;
}

@media (prefers-reduced-motion: reduce) {
  .stamp_icon_small:hover,
  .stamp_icon:hover,
  .stamp_arrow:hover,
  .stampsaboveheadline_div img:hover {
    animation: none !important;
  }
}

/* ========================================================================= */
/* Fish swim-in entrance — used on become-a-missionary in .fish-swim-section. */
/* Each .fish-wrapper child with data-swim starts pushed off-screen and        */
/* slides to rest when the section enters viewport. Stagger delay is set       */
/* inline by /assets/js/fish-swim.js. Honours prefers-reduced-motion.          */
/* ========================================================================= */
/* "Go and Make Disciples" intro on the home — eyebrow + headline +
   intro paragraph were left-aligned because .impact_introtext inherited
   text-align:start. Force-centre the block and its contents. */
.section_infocard .impact_introtext,
.section_infocard .infocard_wrapper > .margin-bottom {
  text-align: center !important;
}
.section_infocard .impact_introtext h2,
.section_infocard .impact_introtext p,
.section_infocard .impact_introtext .text-size-medium,
.section_infocard .impact_introtext .text-size-large {
  display: block;
  width: 100%;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Scroll-driven fish swim — transforms are written inline by
   /assets/js/fish-swim.js as the user scrolls through .fish-swim-section.
   Section clips its own overflow so fish never bleed into neighbouring
   sections as they swim past ±55-73vw. */
.fish-swim-section { overflow: hidden !important; position: relative; }
.fish-swim-section .fish-wrapper > [data-swim] {
  will-change: transform;
  transform-origin: center center;
}
@media (prefers-reduced-motion: reduce) {
  .fish-swim-section .fish-wrapper > [data-swim] {
    transform: none !important;
  }
}

/* ========================================================================= */
/* Word-by-word slide-in reveal — ported from the Ardens entrance pattern.    */
/* Each word starts translateY 0.5em + opacity 0 and slides up into place     */
/* when the paragraph enters the viewport. Per-word transition-delay is set   */
/* inline by /assets/js/reveal.js for the staggered cascade.                  */
/* ========================================================================= */
[data-reveal="words"] .reveal-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(.5em);
  transition: opacity .65s ease-out, transform .65s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
[data-reveal="words"].reveal-in .reveal-word {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal="words"] .reveal-word {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ========================================================================= */
/* Client-review comment fixes (2026-06-18)                                   */
/* ========================================================================= */

/* Missionary grid — fix the variable column collapse caused by lazy images
   with 0 natural size. The CSS Grid was using `1fr` which falls back to
   min-content; we force minmax(0, 1fr) so columns stay equal regardless of
   image load state. Round corners + cream placeholder bg too. */
.team4_list {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width: 991px) {
  .team4_list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 600px) {
  .team4_list { grid-template-columns: minmax(0, 1fr) !important; }
}
.team4_image-wrapper {
  width: 100% !important;
  /* Portrait 4:5 matches typical headshot proportions — the square 1:1
     was cropping heads off portrait photos on mobile in particular. */
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  /* Webflow's mobile breakpoint applies padding-top:66% as a legacy
     intrinsic-aspect hack — it stacked on top of our aspect-ratio and
     pushed the actual photo into the lower half of the card. Kill it. */
  padding-top: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #e8e6df;
}
.team4_image {
  width: 100% !important;
  height: 100% !important;
  /* Webflow's shared CSS sets aspect-ratio:1 on the <img> itself, which
     forced the image to 1:1 square even when the wrapper was 4:5 — leaving
     a cream band above the photo. Release the image's aspect lock so it
     fills the wrapper. */
  aspect-ratio: auto !important;
  object-fit: cover !important;
  /* Keep the crop biased toward the top of the frame so faces stay in view
     even if the source photo doesn't fit the card exactly. */
  object-position: 50% 22% !important;
  border-radius: 14px !important;
}

/* Bolder, tighter impact stat numbers */
.impact_stat h3,
.impact_stat .heading-style-h2,
.impact_grid h3 {
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
}

/* Replace bullets with the NET smallCross motif */
ul[role="list"] li,
.section_image-text_3 ul li,
.section_image-text_4 ul li,
ul.text-rich-text li {
  list-style: none !important;
  position: relative;
  padding-left: 1.7rem !important;
  margin-bottom: .55rem !important;
}
ul[role="list"] li::before,
.section_image-text_3 ul li::before,
.section_image-text_4 ul li::before,
ul.text-rich-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 14px;
  height: 14px;
  background: url('/assets/images/68dbf3aa79b0228bceaad8a1_smallCross_lightBlue_70-.png') no-repeat center / contain;
  opacity: .9;
}
/* On dark backgrounds, use a lighter cross variant */
.background-color-darknavy ul[role="list"] li::before,
.background-color-navy ul[role="list"] li::before {
  background-image: url('/assets/images/68dbf3aa79b0228bceaad8a1_smallCross_lightBlue_70-.png');
  opacity: 1;
}

/* "Diocese of Raphoe" + similar pale neutralblue2 text on light bgs — darken */
body .text-color-neutralblue2 { color: #3a5a55 !important; }
.background-color-darknavy .text-color-neutralblue2,
.background-color-navy .text-color-neutralblue2 { color: #c9d4d1 !important; }

/* Newsletter pill: button flush to the right edge of the pill */
#home-newsletter { padding: 5px !important; }
#home-newsletter .submit-button {
  height: 48px !important;
  padding: 0 1.6rem !important;
  margin: 0 !important;
  border-radius: 999px !important;
  align-self: stretch;
}

/* Apply iconShake to decorative motif overlays — include the
   introduction-stamp_overlay variants which sit on top of hero photos. */
.impact-image_overlay:hover,
.image-overlay-layer:hover,
.marigoldcross:hover,
.stamp_quotemark:hover,
.introduction-stamp_overlay:hover,
.introduction-stamp_overlay.marigoldcross:hover,
.introduction-stamp_overlay.smallcross:hover,
.icon-1x1-medium-2.fish-stamp:hover {
  animation: netIconShake 0.9s linear !important;
  cursor: pointer;
}

/* Support-a-missionary + any first-section heading: stop the fixed nav from
   clipping the page H1/H2. Nav is 95px fixed; pad the first section past it. */
.section_team4,
.section_team {
  padding-top: 8rem !important;
}
.section_team4 h2:first-of-type,
.section_team h2:first-of-type {
  margin-top: 0;
}
/* Belt-and-braces: any <section> that's literally the first thing in <body>
   after the nav gets the same buffer. */
.navigation + section,
.navigation ~ section:first-of-type {
  padding-top: 8rem !important;
}

/* Wave band behind page-intro H2 — replace the flat grey rectangle with the
   subtle wave SVG (data-uri). Targets the grey strip seen on our-mission. */
.section_image-text_4 .background-color-secondary,
.section_intro-block .background-color-secondary,
.padding-section-medium.background-color-secondary {
  background-color: transparent !important;
  background-image:
    linear-gradient(180deg, transparent 0, transparent 100%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0 30 Q 180 0 360 30 T 720 30 T 1080 30 T 1440 30 V60 H0 Z' fill='%23e8efed'/></svg>") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

/* Contact: cap CTA button width, no more squashed-look + balance the office cards */
.section_contact-options a.button,
section a.button.is-full-width,
.section_contact a.w-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px;
  padding: 0.8rem 1.6rem !important;
}
.section_contact .container-large > .padding-section-large {
  max-width: 940px;
  margin: 0 auto;
}

/* Contact form: brand the inputs to match the rest of the site. */
#ct-form { max-width: 640px; margin: 0 auto; }
#ct-form > div { margin: 0 0 1rem; }
#ct-form label {
  display: block;
  font: 600 .82rem/1.2 Poppins, system-ui, -apple-system, sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #16302b;
  margin: 0 0 .35rem;
}
#ct-form .w-input,
#ct-form .w-select,
#ct-form textarea.w-input {
  width: 100% !important;
  box-sizing: border-box !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 1rem !important;
  border: 1px solid #d6d3cb !important;
  border-radius: 999px !important;
  background: #fff !important;
  font: 400 .95rem/1.4 Poppins, system-ui, -apple-system, sans-serif !important;
  color: #16302b !important;
  outline: 0 !important;
  transition: border-color .15s ease, box-shadow .15s ease;
}
#ct-form textarea.w-input {
  height: 160px !important;
  border-radius: 18px !important;
  padding: 0.9rem 1rem !important;
  resize: vertical !important;
}
#ct-form .w-input::placeholder,
#ct-form textarea.w-input::placeholder { color: #8a8a8a !important; }
#ct-form .w-input:focus,
#ct-form .w-select:focus,
#ct-form textarea.w-input:focus {
  border-color: #104244 !important;
  box-shadow: 0 0 0 3px rgba(16, 66, 68, .12) !important;
}
#ct-form .w-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23104244' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.25rem center !important;
  padding-right: 2.5rem !important;
  cursor: pointer;
}
#ct-form .submit-button,
#ct-form input[type="submit"].w-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 220px;
  height: 52px;
  padding: 0 1.8rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #104244 !important;
  color: #fff !important;
  font: 600 .92rem/1 Poppins, system-ui, sans-serif !important;
  letter-spacing: .04em !important;
  cursor: pointer !important;
  transition: background .15s ease;
}
#ct-form .submit-button:hover,
#ct-form input[type="submit"].w-button:hover { background: #1d6f5c !important; }

/* Retreat-days + Discipleship cards: add interior breathing room */
.section_image-text_3 .padding-section-large,
.section_image-text_4 .padding-section-large,
.section_faq .padding-section-large,
.section_largequote .padding-section-large {
  padding-top: 5rem !important;
}

/* Discipleship "Unlock the potential of your young people" — drop the
   distressed font in favour of the site's H1 stack for visual consistency. */
.section_image-text_3 .heading-style-impact,
.section_largequote .heading-style-impact {
  font-family: Poppins, system-ui, -apple-system, sans-serif !important;
  letter-spacing: -.02em !important;
  text-shadow: none !important;
}

/* Discipleship awkward paragraph spacing fix (right column on dark band) */
.section_image-text_3 .layout1_content p,
.section_image-text_3 .layout1_content .text-size-large {
  margin: 0 0 1rem !important;
}

/* Hero subtitle legibility on dark photo heroes (our-mission, become-a-supporter).
   Pale neutralblue2 on dark imagery is illegible — switch to cream + soft shadow. */
.section_hero .text-color-neutralblue2,
.section_hero .text-size-extralarge,
.section_largehero .text-color-neutralblue2,
.section_largehero .text-size-extralarge,
header.section_largehero .text-color-neutralblue2,
header.section_largehero .text-size-extralarge,
.section_smallhero .text-color-neutralblue2 {
  color: #F4F1EA !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .45) !important;
  font-weight: 500 !important;
}

/* Dark-bg sections — explicitly list the ones that visually render dark
   (video/photo backgrounds) so headings + buttons don't disappear. */
.section_largequote,
.section_feature_1,
.section_feature_2,
.section_hero,
.section_largehero,
.background-color-darknavy,
.background-color-navy {
  /* marker for the rules below */
}

/* Headings on dark sections → white with soft shadow */
.section_largequote h2:not(.text-color-marigold):not(.text-color-crimson):not(.text-color-lightblue),
.section_feature_1 h2:not(.text-color-marigold):not(.text-color-crimson):not(.text-color-lightblue),
.section_feature_2 h2:not(.text-color-marigold):not(.text-color-crimson):not(.text-color-lightblue),
.section_largequote h3:not(.text-color-marigold):not(.text-color-crimson):not(.text-color-lightblue),
.section_feature_1 h3:not(.text-color-marigold):not(.text-color-crimson):not(.text-color-lightblue),
.background-color-darknavy h2:not(.text-color-marigold):not(.text-color-crimson):not(.text-color-lightblue):not(.text-color-white),
.background-color-darknavy h3:not(.text-color-marigold):not(.text-color-crimson):not(.text-color-lightblue):not(.text-color-white),
.section_largequote .text-color-neutralblue2,
.section_feature_1 .text-color-neutralblue2,
.section_feature_2 .text-color-neutralblue2 {
  color: #FFFFFF !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .4) !important;
}

/* Dark-bg CTAs → cream-on-teal, not teal-on-teal */
.section_largequote a.button:not(.is-secondary),
.section_feature_1 a.button:not(.is-secondary),
.section_feature_2 a.button:not(.is-secondary),
.section_hero.background-color-darknavy a.button:not(.is-secondary),
.background-color-darknavy a.button:not(.is-secondary),
.background-color-darknavy .w-button:not(.is-secondary),
a.button.is-tertiary,
.button.is-tertiary {
  background: #F4F1EA !important;
  color: #16302b !important;
  border: 0 !important;
  font-weight: 700 !important;
}
.section_largequote a.button:not(.is-secondary):hover,
.section_feature_1 a.button:not(.is-secondary):hover,
.background-color-darknavy a.button:not(.is-secondary):hover,
a.button.is-tertiary:hover {
  background: #ffffff !important;
  color: #104244 !important;
}

/* ========================================================================= */
/* "What does it cost?" alignment fix (retreat-days + discipleship-teams).    */
/* The original used a 2-col grid with the button awkwardly stuck on the      */
/* right. Stack it vertically and centre — much cleaner.                      */
/* ========================================================================= */
.section_text_7 .grid_2-columns,
.section_text_8 .grid_2-columns {
  display: block !important;
  grid-template-columns: none !important;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.section_text_7 .grid_2-columns > div,
.section_text_8 .grid_2-columns > div {
  margin-bottom: 1.6rem;
}
.section_text_7 .grid_2-columns > div:last-child,
.section_text_8 .grid_2-columns > div:last-child {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.section_text_7 h2,
.section_text_8 h2 {
  text-align: center;
}

/* ========================================================================= */
/* Discipleship FAQ accordion — open/closed visuals + clickability cues.      */
/* Driven by /assets/js/accordion.js.                                         */
/* ========================================================================= */
.net-discipleship-faq .net-faq-stack { display: flex; flex-direction: column; gap: 0; }
.net-discipleship-faq .net-faq-item {
  border-top: 1px solid rgba(22, 48, 43, .15);
  padding: 1.4rem 0;
}
.net-discipleship-faq .net-faq-item:last-child { border-bottom: 1px solid rgba(22, 48, 43, .15); }
.net-discipleship-faq .faq2_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  user-select: none;
}
.net-discipleship-faq .net-faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #F4F1EA;
  color: #104244;
  transition: transform .25s ease, background .25s ease;
}
.net-discipleship-faq .faq2_question.is-open .net-faq-chevron {
  transform: rotate(180deg);
  background: #104244;
  color: #fff;
}
.net-discipleship-faq .faq2_answer {
  margin-top: .8rem;
  color: #16302b;
}

/* ========================================================================= */
/* Support-a-missionary Ardens-style intro narrative                          */
/* ========================================================================= */
.net-intro-narrative {
  background: #F4F1EA;
  text-align: center;
}
.net-intro-narrative .container-medium { max-width: 760px; }
.net-intro-narrative p { color: #16302b; }
.net-intro-narrative .max-width-large { max-width: 680px; margin: 0 auto; }

/* ========================================================================= */
/* Become-a-supporter "Three ways to give" callout                            */
/* ========================================================================= */
.net-ways-to-give { background: #F4F1EA; }
.net-ways-to-give .max-width-medium { max-width: 600px; }
.net-wtg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.net-wtg-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  background: #fff;
  border: 1px solid rgba(22, 48, 43, .12);
  border-radius: 18px;
  padding: 2rem 1.8rem;
  text-decoration: none;
  color: #16302b;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.net-wtg-card:hover {
  transform: translateY(-4px);
  border-color: #104244;
  box-shadow: 0 12px 30px rgba(16, 66, 68, .12);
}
.net-wtg-eyebrow {
  font: 700 .72rem/1 Poppins, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #D8A952;
}
.net-wtg-title { font: 700 1.6rem/1.1 Poppins, sans-serif; color: #104244; margin: 0; }
.net-wtg-body { font: 400 .96rem/1.55 Poppins, sans-serif; color: #16302b; margin: 0; }
.net-wtg-cta { font: 700 .9rem/1 Poppins, sans-serif; color: #104244; margin-top: auto; padding-top: .8rem; }
@media (max-width: 880px) {
  .net-wtg-grid { grid-template-columns: minmax(0, 1fr); }
}

/* ========================================================================= */
/* Conversion engine: sticky donate bar (/become-a-supporter)                 */
/* ========================================================================= */
#net-donate-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99997;
  transform: translateY(120%);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  font-family: Poppins, system-ui, -apple-system, sans-serif;
  pointer-events: none;
}
#net-donate-bar.is-visible { transform: translateY(0); pointer-events: auto; }
#net-donate-bar .net-db-inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 14px 24px;
  background: #104244;
  color: #F4F1EA;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, .18);
  display: flex;
  align-items: center;
  gap: 18px;
}
#net-donate-bar .net-db-copy { font-size: .95rem; line-height: 1.35; flex: 1; }
#net-donate-bar .net-db-copy strong { color: #fff; font-weight: 700; }
#net-donate-bar .net-db-actions { display: flex; gap: 8px; }
#net-donate-bar .net-db-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
  font: 600 .85rem/1 Poppins, sans-serif;
  letter-spacing: .04em;
  transition: background .15s ease, color .15s ease;
}
#net-donate-bar .net-db-btn.primary { background: #D8A952; color: #16302b; }
#net-donate-bar .net-db-btn:hover { background: #F4F1EA; color: #104244; }
#net-donate-bar .net-db-close {
  width: 32px; height: 32px;
  border: 0; border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .7);
  font-size: 22px; line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
#net-donate-bar .net-db-close:hover { background: rgba(255, 255, 255, .15); color: #fff; }
@media (max-width: 680px) {
  #net-donate-bar .net-db-inner { flex-direction: column; align-items: stretch; gap: 10px; padding: 12px 16px; border-radius: 14px 14px 0 0; }
  #net-donate-bar .net-db-actions { justify-content: stretch; }
  #net-donate-bar .net-db-btn { flex: 1; }
  #net-donate-bar .net-db-close { position: absolute; top: 6px; right: 8px; }
}

/* ========================================================================= */
/* Conversion engine: exit-intent modal (/become-a-missionary)                */
/* ========================================================================= */
#net-exit-wrap {
  position: fixed; inset: 0;
  background: rgba(22, 48, 43, .55);
  z-index: 99998;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity .25s ease;
  font-family: Poppins, system-ui, -apple-system, sans-serif;
}
#net-exit-wrap.is-open { opacity: 1; }
#net-exit-wrap .net-exit-card {
  background: #F4F1EA;
  border-radius: 22px;
  padding: 36px 32px 28px;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  transform: translateY(20px) scale(.98);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
#net-exit-wrap.is-open .net-exit-card { transform: translateY(0) scale(1); }
#net-exit-wrap .net-exit-close {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px; border: 0; border-radius: 999px;
  background: rgba(22, 48, 43, .08); color: #16302b;
  font-size: 22px; line-height: 1; cursor: pointer;
}
#net-exit-wrap .net-exit-close:hover { background: rgba(22, 48, 43, .18); }
#net-exit-wrap .net-exit-eyebrow {
  font: 700 .72rem/1 Poppins, sans-serif;
  letter-spacing: .12em; text-transform: uppercase;
  color: #D8A952;
  margin-bottom: 10px;
}
#net-exit-wrap .net-exit-title {
  font: 700 1.5rem/1.2 Poppins, sans-serif;
  color: #104244; margin: 0 0 12px;
}
#net-exit-wrap .net-exit-body {
  font: 400 .95rem/1.55 Poppins, sans-serif;
  color: #16302b; margin: 0 0 18px;
}
#net-exit-wrap .net-exit-label {
  display: block;
  font: 600 .72rem/1 Poppins, sans-serif;
  letter-spacing: .06em; text-transform: uppercase;
  color: #16302b; margin: 0 0 6px;
}
#net-exit-wrap .net-exit-input {
  width: 100%; box-sizing: border-box;
  height: 48px;
  padding: 0 16px; margin: 0 0 14px;
  border: 1px solid #d6d3cb; border-radius: 999px;
  background: #fff;
  font: 400 .95rem/1.4 Poppins, sans-serif; color: #16302b;
  outline: 0;
  transition: border-color .15s, box-shadow .15s;
}
#net-exit-wrap .net-exit-input:focus {
  border-color: #104244;
  box-shadow: 0 0 0 3px rgba(16, 66, 68, .12);
}
#net-exit-wrap .net-exit-submit {
  width: 100%;
  height: 50px; border: 0; border-radius: 999px;
  background: #104244; color: #fff;
  font: 700 .9rem/1 Poppins, sans-serif; letter-spacing: .04em;
  cursor: pointer; transition: background .15s;
  margin-top: 4px;
}
#net-exit-wrap .net-exit-submit:hover { background: #1d6f5c; }
#net-exit-wrap .net-exit-fineprint {
  font: 400 .72rem/1.45 Poppins, sans-serif;
  color: #6a6a6a; margin-top: 12px; text-align: center;
}

/* ========================================================================= */
/* Conversion engine: book-a-call modal (retreat-days, discipleship-teams)   */
/* ========================================================================= */
#net-bc-wrap {
  position: fixed; inset: 0;
  background: rgba(22, 48, 43, .55);
  z-index: 99998;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity .25s ease;
  font-family: Poppins, system-ui, -apple-system, sans-serif;
}
#net-bc-wrap.is-open { opacity: 1; }
#net-bc-wrap .net-bc-card {
  background: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 920px;
  max-height: min(92vh, 820px);
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  transform: translateY(20px) scale(.98);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
#net-bc-wrap.is-open .net-bc-card { transform: translateY(0) scale(1); }
#net-bc-wrap .net-bc-close {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 36px; height: 36px; border: 0; border-radius: 999px;
  background: rgba(16, 66, 68, .9); color: #fff;
  font-size: 24px; line-height: 1; cursor: pointer;
}
#net-bc-wrap .net-bc-close:hover { background: #104244; }
#net-bc-wrap .net-bc-header {
  padding: 24px 28px 12px;
  border-bottom: 1px solid rgba(22, 48, 43, .08);
}
#net-bc-wrap .net-bc-eyebrow {
  font: 700 .72rem/1 Poppins, sans-serif;
  letter-spacing: .12em; text-transform: uppercase;
  color: #D8A952; margin-bottom: 6px;
}
#net-bc-wrap .net-bc-title {
  font: 700 1.4rem/1.2 Poppins, sans-serif;
  color: #104244; margin: 0;
}
#net-bc-wrap .net-bc-embed { flex: 1; min-height: 560px; background: #F4F1EA; }
#net-bc-wrap .net-bc-fallback {
  padding: 12px 28px 18px;
  border-top: 1px solid rgba(22, 48, 43, .08);
  font: 400 .85rem/1.4 Poppins, sans-serif;
  color: #6a6a6a; text-align: center;
}
#net-bc-wrap .net-bc-fallback a { color: #104244; font-weight: 600; }

/* ========================================================================= */
/* Nav secondary CTA: "Apply" — outlined pill, sits left of the solid Donate */
/* button. Transparent background + NET-blue border so it reads as secondary  */
/* to Donate without looking like a disabled state. Hover fills it in.        */
/* ========================================================================= */
/* Sits in the nav left of the primary Donate pill. Outlined so it reads as a
 * clear secondary CTA — same affordance, lower visual weight. The site-wide
 * a.button rule at line 471 uses !important, so we have to as well. */
a.button.is-nav-apply,
.button.is-nav-apply {
  background-color: transparent !important;
  color: #123c33 !important;
  border: 1.5px solid #123c33 !important;
  padding: calc(.85rem - 1.5px) calc(1.9rem - 1.5px) !important;
  transition: background-color .15s ease, color .15s ease, transform .15s ease !important;
}
a.button.is-nav-apply:hover,
.button.is-nav-apply:hover {
  background-color: #123c33 !important;
  color: #f4f1ea !important;
}

/* Mobile / smaller-tablet nav pills: tighten Apply + Donate so they stop
 * elbowing the logo and the wave-icon menu trigger. Webflow only hides
 * them below 480px; above that they sit at full desktop size which is
 * too much weight on a 600–900px viewport. */
@media (max-width: 900px) {
  .navbar-right-wrap > a.button {
    padding: .55rem 1rem .5rem !important;
    font-size: .92rem !important;
    line-height: 1.15 !important;
  }
  a.button.is-nav-apply,
  .button.is-nav-apply {
    padding: calc(.55rem - 1.5px) calc(1rem - 1.5px) calc(.5rem - 1.5px) !important;
  }
  .navbar-right-wrap { grid-column-gap: .75rem !important; }
}

/* Nav menu: hide the "MENU"/"CLOSE" labels next to the wave icon and drop
 * the vertical divider — the icon alone reads clearly enough. */
.menu-icon-wrap { border-left: 0 !important; padding-left: 0 !important; }
.menu-icon-wrap .is-open,
.menu-icon-wrap .is-close { display: none !important; }

/* Rounded corners on EVERY content image inside any image-text or infocard
 * section, plus a couple of explicit class names Webflow shipped with the
 * original templates. Earlier rules missed .introduction_image and
 * .image-text_3_image which is why retreat-days images still rendered with
 * square corners.
 *
 * Two-layer rule: round the wrapper (so any clipping respects the radius)
 * AND the img itself (so a wrapper-less image still has soft edges). */
.section_image-text_3 img,
.section_image-text_4 img,
.section_image-text_5 img,
.section_image-text_6 img,
.section_infocard img,
.section_infocard-2 img,
.section_team img,
.introduction_image,
.image-text_3_image,
.image-text_4_image,
.image-text_5_image,
img.image-text-4,
.infocard_image-wrapper img,
.team4_image,
.team4_image-wrapper img { border-radius: 1.25rem !important; overflow: hidden !important; }

.section_image-text_3 .image-text_3_image-wrapper,
.section_image-text_4 .image-text_4_image-wrapper,
.section_image-text_3 .introduction_image-wrapper,
.section_image-text_4 .introduction_image-wrapper,
.infocard_image-wrapper,
.team4_image-wrapper { border-radius: 1.25rem !important; overflow: hidden !important; }

/* Contact hero — clean centered intro, no form. Page goal is "give us the
 * email address", not "capture a lead", so we surface the address as the CTA
 * and let the offices section below carry the structured info. */
.contact-hero {
  background: #A3C7B8;
  padding-top: clamp(5rem, 8vw, 7rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.contact-hero_inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center !important;
}
.contact-hero_eyebrow {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0B1F1B;
  margin-bottom: 1.25rem;
  text-align: center !important;
}
.contact-hero_h1 {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: #0B1F1B;
  font-size: clamp(2.75rem, 6vw, 5rem);
  margin: 0 0 1.5rem;
  text-align: center !important;
}
.contact-hero_para {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #0B1F1B;
  margin: 0 auto 2rem;
  max-width: 36rem;
  text-align: center !important;
}
.contact-hero_cta {
  display: inline-block;
  background: #123c33;
  color: #f4f1ea !important;
  padding: .85rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  transition: background .15s, transform .15s;
}
.contact-hero_cta:hover { background: #1d6f5c; transform: translateY(-1px); }
/* Smooth-scroll to the form when the hero CTA is clicked. Scroll-margin
 * compensates for the sticky nav so the H2 isn't clipped. */
html { scroll-behavior: smooth; }
#send-us-a-message { scroll-margin-top: 6rem; }

/* Contact: 1:1 office grid + clean card styling */
.contact-offices { background: #f4f1ea; }
.contact-offices_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 64rem;
  margin: 0 auto;
}
.contact-office_card {
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: 0 14px 36px -20px rgba(11,31,27,.18);
}
.contact-office_label {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: .78rem;
  color: #154A41;
  margin-bottom: .5rem;
}
.contact-office_h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0B1F1B;
  margin: 0 0 .9rem;
}
.contact-office_addr {
  font-size: 1rem;
  line-height: 1.55;
  color: #16302b;
  margin: 0 0 1rem;
}
.contact-office_meta { font-size: .95rem; color: #154A41; margin: 0; }
.contact-office_meta a { color: #9e3b3b; text-decoration: none; }
.contact-office_meta a:hover { text-decoration: underline; }
@media (max-width: 760px) { .contact-offices_grid { grid-template-columns: 1fr; } }

/* Missionary location/state caption under the H1 was rendering as a near-
 * invisible pale grey-blue on cream. Lift it to the brand teal so the US
 * state or county under each missionary's name is actually readable. */
.section_largehero .text-color-neutralblue2,
[data-cms-bind="city,country"].text-color-neutralblue2,
.section_image-text_4 .text-color-neutralblue2 { color: #154A41 !important; }

/* "Put out into deep water" — center-align the subhead to match the H1. */
.section_largequote .heading-style-h1,
.section_largequote .heading-style-h2,
.section_largequote .text-size-large,
.section_largequote .text-size-medium,
.section_largequote h1, .section_largequote h2, .section_largequote p { text-align: center; }

/* Donorbox embeds sit naked — no card wrapper, no padding, no shadow. The
 * iframe already provides its own visual treatment (white card with rounded
 * corners). Wrapping it would just add a card around a card. Applied across
 * the site wherever a Donorbox iframe is dropped in. */
.supporter-donorbox-wrap { background: transparent; box-shadow: none; padding: 0; border-radius: 0; }
.supporter-donorbox-wrap iframe { border: 0; display: block; width: 100%; min-height: 720px; background: transparent; }

/* Our Mission: tighten the section_feature_2 hero — Webflow's default
 * background image renders behind the content with no overlay scrim,
 * so the centered copy ended up unreadable on the eucharist photo.
 * Pin the image to fill the section + lay a dark scrim over it. */
.section_feature_2 { position: relative; isolation: isolate; min-height: clamp(36rem, 85vh, 56rem); display: flex; align-items: center; overflow: hidden; }
.section_feature_2 .layout180_background-image-wrapper { position: absolute; inset: 0; z-index: -1; }
.section_feature_2 .layout180_background-image { width: 100%; height: 100%; object-fit: cover; }
.section_feature_2 .image-overlay-layer { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,28,36,.55) 0%, rgba(11,28,36,.72) 100%); }
.section_feature_2 .padding-global { position: relative; z-index: 1; width: 100%; }
.section_feature_2 h1.heading-style-h3 { color: #f4f1ea !important; font-size: clamp(1.8rem, 3.6vw, 2.8rem); line-height: 1.15; max-width: 38rem; margin: 0 auto; }
.section_feature_2 p { color: #f4f1ea !important; max-width: 36rem; margin: 1rem auto 0; }
.section_feature_2 .button-group { justify-content: center; gap: .75rem; flex-wrap: wrap; }

/* Support-a-missionary: cohort-grouped directory + larger name treatment.
 * Override the Webflow .team4_list 4-col grid — our wrapping .cohort-block
 * was being treated as a single 1/4-width grid item, which squeezed the
 * inner .cohort-grid into a single column. Make the outer .team4_list a
 * plain block so .cohort-grid below it can take the full container width. */
.team4_list.cohort-list {
  display: block !important;
  grid-template-columns: none !important;
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
}
.cohort-block + .cohort-block { margin-top: 3.5rem; }
.cohort-heading {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #154A41;
  margin: 0 0 1.5rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid rgba(21, 74, 65, .15);
}
.cohort-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
@media (max-width: 991px) { .cohort-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .cohort-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .cohort-grid { grid-template-columns: 1fr; } }
/* Lift the missionary name so it has more weight against the location +
 * "Missionary" caption below it. */
.team4_name {
  font-size: 1.25rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em;
  color: #0B1F1B !important;
}

/* Global infocard padding — Webflow's default text wrapper sits flush against
 * the card edges, which reads as cramped on text-only cards (contact dept
 * contacts, retreat days, DT services, BAM infocards, supporter ways-to-give).
 * Generous, even padding on all four sides + healthy gap between the heading,
 * paragraph and any CTA button. */
.infocard_card .infocard-text_wrapper,
.section_text_7 .infocard_card .infocard-text_wrapper,
.section_infocard-2 .infocard_card .infocard-text_wrapper,
.section_infocard .infocard_card .infocard-text_wrapper,
.dt-services .infocard-text_wrapper {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
/* Reset any inner margin-bottom that double-up gaps now that we have flex gap. */
.infocard_card .infocard-text_wrapper > * { margin-top: 0; margin-bottom: 0; }
/* Buttons inside an infocard should sit flush against the bottom-left, not
 * floating mid-card. */
.infocard_card .infocard-text_wrapper .button { align-self: flex-start; margin-top: auto; }

/* DT — redesigned "Why invite a Discipleship Team" block as a 3-up numbered
 * card grid. Centred header, evenly weighted cards. */
.dt-why-invite { background: #f4f1ea; }
.dt-why-header { text-align: center; margin: 0 auto 3rem; max-width: 720px; }
.dt-why-eyebrow {
  text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600;
  font-size: 0.85rem; color: #154A41; margin-bottom: 0.75rem;
}
.dt-why-h2 { text-align: center; }
.dt-why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.dt-why-card {
  background: #ffffff; border-radius: 1.25rem;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  box-shadow: 0 14px 36px -20px rgba(11,31,27,0.18);
  display: flex; flex-direction: column; gap: 1.25rem;
}
.dt-why-num {
  font-family: "Poppins", sans-serif; font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1;
  color: #b89b3e; letter-spacing: -0.02em;
}
.dt-why-copy {
  font-size: 1.05rem; line-height: 1.5; color: #16302b; margin: 0;
}
@media (max-width: 820px) { .dt-why-grid { grid-template-columns: 1fr; } }

/* wave_mask: render the actual wave instead of a flat grey rectangle. */
.wave_mask {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 144' preserveAspectRatio='none'><path d='M0 90 Q 180 30 360 90 T 720 90 T 1080 90 T 1440 90 V144 H0 Z' fill='%23e9ece8'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center bottom !important;
}

/* ========================================================================= */
/* BAM FAQ: reduce question prominence, lift answer readability.             */
/* Default Webflow markup styles the question as text-size-large + bold +    */
/* lightblue, which out-weighs the answer paragraph. Tone the question down  */
/* one notch and bump the answer up so the answer reads first.               */
/* ========================================================================= */
.section_faq .faq2_question .text-size-large {
  font-size: 1.05rem;
  font-weight: 600;
}
.section_faq .faq2_answer p {
  font-size: 1.1rem;
  line-height: 1.55;
  color: #16302b;
}

/* ========================================================================= */
/* BAM "Expression of Interest" intro paragraph: match the form's 800px      */
/* max-width so the lead-in and the form share the same column width.        */
/* ========================================================================= */
#expression-of-interest .text-align-center p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================================================= */
/* Home: 3rem breathing room below the "Go and Make Disciples" paragraph     */
/* before the 3 infocard tiles.                                              */
/* ========================================================================= */
.section_infocard .impact_introtext { padding-bottom: 3rem; }

/* ========================================================================= */
/* Home: INCIGHT-style impact stats (replaces old .section_impact grid).      */
/* Two-column rows: 01/02/03 prefix + big counter, description on the right. */
/* Animated by /assets/js/count-up.js via [data-count-up].                   */
/* ========================================================================= */
.section_stats24 .stats24_header {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 1rem;
  align-items: end;
  margin-bottom: 4rem;
}
.section_stats24 .stats24_header-eyebrow .text-size-medium {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  color: #104244;
}
.section_stats24 .stats24_header-headline h2 { margin: 0; line-height: 1; }
.section_stats24 .stats24_list { display: flex; flex-direction: column; }
.section_stats24 .stats24_row {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: end;
  gap: 2rem;
  padding: 4rem 0 1.5rem;
  border-top: 1px solid rgba(16, 66, 68, 0.18);
}
.section_stats24 .stats24_row:last-child {
  border-bottom: 1px solid rgba(16, 66, 68, 0.18);
}
.section_stats24 .stats24_col-left {
  display: flex;
  align-items: end;
  gap: 1.5rem;
}
.section_stats24 .stats24_number {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #104244;
  padding-bottom: 1.2rem;
}
.section_stats24 .stats24_highlight {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.045em;
  line-height: 0.9;
  color: #104244;
  font-size: clamp(4.5rem, 11vw, 11rem);
}
.section_stats24 .stats24_text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  color: #104244;
  max-width: 22rem;
  text-align: right;
  padding-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .section_stats24 .stats24_header { grid-template-columns: 10rem 1fr; margin-bottom: 3rem; }
  .section_stats24 .stats24_row { padding: 2.5rem 0 1.25rem; gap: 1rem; }
  .section_stats24 .stats24_highlight { font-size: clamp(3.5rem, 9vw, 6rem); }
  .section_stats24 .stats24_text { font-size: 1rem; max-width: 18rem; }
}
@media (max-width: 600px) {
  .section_stats24 .stats24_header { grid-template-columns: 1fr; gap: 0.5rem; align-items: start; }
  .section_stats24 .stats24_row { grid-template-columns: 1fr; padding: 2rem 0 1rem; }
  .section_stats24 .stats24_col-left { gap: 1rem; }
  .section_stats24 .stats24_number { padding-bottom: 0.6rem; }
  .section_stats24 .stats24_highlight { font-size: 3.25rem; }
  .section_stats24 .stats24_text { text-align: left; max-width: none; padding-bottom: 0; }
}

/* ========================================================================= */
/* Home: photo-backed missionary / supporter cards (replaces the old plain    */
/* 2-column text block). Stamps above eyebrow, dark tint over photo, hover    */
/* lift + brighten.                                                          */
/* ========================================================================= */
.section_missionary .missionary_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.section_missionary .missionary_card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.25rem;
  min-height: 28rem;
  text-decoration: none;
  isolation: isolate;
  background: linear-gradient(155deg, #123C33 0%, #0B1F1B 70%);
  box-shadow: 0 10px 30px -18px rgba(11, 31, 27, 0.6);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.section_missionary .missionary_card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, #b89b3e 0%, #9e3b3b 100%);
  z-index: 2;
}
.section_missionary .missionary_card--supporter::before {
  background: linear-gradient(90deg, #9e3b3b 0%, #b89b3e 100%);
}
.section_missionary .missionary_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px -22px rgba(11, 31, 27, 0.75);
}
.section_missionary .missionary_card-content {
  position: relative;
  z-index: 3;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.section_missionary .missionary_card .missionary_list { list-style: disc; padding-left: 1.2rem; }
.section_missionary .missionary_card .missionary_list li { margin-bottom: 0.5rem; }
.section_missionary .missionary_card .missionary_list li::marker { color: #f2c029; }
.section_missionary .missionary_card .stamp_icon_small { transition: transform 0.4s ease; }
.section_missionary .missionary_card:hover .stamp_icon_small { transform: rotate(-6deg); }
/* Per Joe — swap the .is-alternate button rest/hover on these cards. Webflow */
/* default is light-mint at rest → dark-forest on hover, which reads as low   */
/* contrast at rest. Invert: dark-forest is the resting state, mint on hover. */
.section_missionary .missionary_card .button.is-alternate {
  background-color: #154A41 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  transition: background-color .2s ease, color .2s ease !important;
}
.section_missionary .missionary_card:hover .button.is-alternate,
.section_missionary .missionary_card .button.is-alternate:hover {
  background-color: #A3C7B8 !important;
  color: #123C33 !important;
}
@media (max-width: 991px) {
  .section_missionary .missionary_cards { grid-template-columns: 1fr; }
  .section_missionary .missionary_card { min-height: 28rem; }
  .section_missionary .missionary_card-content { padding: 2rem; }
}

/* ========================================================================= */
/* Become a Missionary: hero section added above section_infocard-2.         */
/* Background photo behind a dark navy tint, centered stamps + H1 + sub +    */
/* CTA. Mirrors the home hero treatment but image-only (no video).           */
/* ========================================================================= */
.bam-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(28rem, 60vh, 42rem);
  display: flex;
  align-items: center;
}
.bam-hero .bam-hero_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.bam-hero .bam-hero_bg-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 28, 36, 0.65) 0%, rgba(11, 28, 36, 0.82) 100%);
  z-index: 2;
}
.bam-hero .padding-global { width: 100%; }
.bam-hero_h1 { margin-top: 1rem; margin-bottom: 1.5rem; }
.bam-hero_subwrap { max-width: 42rem; margin: 0 auto; }
.bam-hero .stampsaboveheadline_div { justify-content: center; }

/* ========================================================================= */
/* BAM largehero: "Go and Make Disciples" stamps + eyebrow above the H1.     */
/* Stamps sit on a single line, eyebrow is uppercase marigold caps tag.      */
/* ========================================================================= */
.bam-largehero_stamps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.bam-largehero_eyebrow {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 0.875rem;
  color: #f2c029;
}

/* ========================================================================= */
/* BAM new hero (Ardens-style): light blue split, copy left + short form     */
/* card right. Replaces the dark largehero. Aims for the "30-second form"   */
/* low-friction expression of interest. The full EOI form stays further     */
/* down the page for serious applicants.                                    */
/* ========================================================================= */
.bam-hero2 {
  background: #A3C7B8;
  padding-top: clamp(8rem, 12vw, 10.5rem);
  padding-bottom: clamp(3rem, 8vw, 7rem);
}
.bam-hero2 .padding-global { width: 100%; }
.bam-hero2_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  max-width: 96rem;
  margin: 0 auto;
}
.bam-hero2_copy { max-width: 36rem; }
.bam-hero2_eyebrow {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0B1F1B;
  margin-bottom: 1.5rem;
}
.bam-hero2_h1 {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: #0B1F1B;
  /* Sized to keep long single words (e.g. DISCIPLESHIP) inside the
   * left column so they don't bleed under the form card on the right. */
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  margin: 0 0 1.75rem;
  overflow-wrap: break-word;
  hyphens: auto;
}
.bam-hero2_para {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #0B1F1B;
  margin: 0;
}
.bam-hero2_formcard {
  background: #e9ece8;
  border-radius: 1.5rem;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: 0 24px 60px -28px rgba(11, 31, 27, 0.35);
  display: flex;
  flex-direction: column;
}
.bam-hero2_label {
  display: block;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.72rem;
  color: #154A41;
  margin: 0 0 0.5rem;
}
.bam-hero2_input {
  width: 100%;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #0B1F1B;
  background: #ffffff;
  border: 1px solid rgba(21, 74, 65, 0.18);
  border-radius: 0.5rem;
  padding: 0.85rem 1rem;
  margin: 0 0 1.1rem;
  box-sizing: border-box;
  min-height: 3rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
select.bam-hero2_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23154A41' d='M6 8 0 0h12Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  background-size: 12px 8px;
}
input[type="date"].bam-hero2_input {
  min-height: 3rem;
}
.bam-hero2_input::placeholder {
  color: rgba(11, 31, 27, 0.45);
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}
.bam-hero2_input:hover { border-color: rgba(21, 74, 65, 0.4); }
.bam-hero2_input:focus {
  outline: none;
  border-color: #154A41;
  box-shadow: 0 0 0 3px rgba(21, 74, 65, 0.15);
}
.bam-hero2_textarea { resize: vertical; min-height: 5.5rem; line-height: 1.45; }
.bam-hero2_consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0 0 1.25rem;
}
.bam-hero2_consent .w-checkbox-input,
.bam-hero2_consent input[type="checkbox"] {
  margin: 0.2rem 0 0;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #154A41;
  cursor: pointer;
}
.bam-hero2_consent-text {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  color: #154A41;
  line-height: 1.4;
}
.bam-hero2_submit {
  width: 100%;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #e9ece8;
  background: #9e3b3b;
  border: none;
  border-radius: 0.6rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.bam-hero2_submit:hover { background: #7a2b2b; transform: translateY(-1px); }
.bam-hero2_submit-arrow { font-size: 1.1rem; }
.bam-hero2_reassurance {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  color: #154A41;
  margin-top: 0.85rem;
  text-align: center;
}
@media (max-width: 900px) {
  .bam-hero2_grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .bam-hero2_copy { max-width: none; }
}

/* ========================================================================= */
/* BAM splash: full-viewport Luke 5:4 intro that holds for ~2.2s then slides */
/* up to reveal the page. Fires once per session, click-to-skip, honours    */
/* prefers-reduced-motion via inline script. Sits on top of everything.     */
/* ========================================================================= */
.bam-splash {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0B1F1B;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.25, 1);
}
.bam-splash.is-leaving { transform: translateY(-101%); }
.bam-splash_inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  max-width: 96vw;
}
.bam-splash_attrib {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-weight: 600;
  font-size: 0.8rem;
  color: #b89b3e;
  margin-bottom: 1.4rem;
  opacity: 0;
  animation: bam-splash-fade 0.5s ease forwards;
}
.bam-splash_main {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.92;
  color: #e9ece8;
  font-size: clamp(2.5rem, 9.5vw, 8.5rem);
  margin: 0 0 1.4rem;
}
.bam-splash_line {
  display: flex;
  justify-content: center;
  gap: 0.32em;
  flex-wrap: wrap;
}
.bam-splash_word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.55em);
  animation: bam-splash-word 0.55s cubic-bezier(0.2, 0.8, 0.25, 1) forwards;
  animation-delay: calc(0.15s + var(--i, 0) * 0.22s);
}
.bam-splash_sub {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: #A3C7B8;
  letter-spacing: 0.01em;
  opacity: 0;
  animation: bam-splash-fade 0.55s 1.4s ease forwards;
}
@keyframes bam-splash-word {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes bam-splash-fade {
  to { opacity: 1; }
}

/* School of fish — left → right, JS-driven (matches fish-swim.js math, */
/* but driven by time instead of scroll). Each fish element is positioned */
/* absolute via --y (vertical), --size (width); colour comes from its */
/* underlying PNG so we keep the same multi-colour palette as the */
/* fish-swim-section on other pages. */
.bam-splash_school {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.bam-splash_fish {
  position: absolute;
  top: var(--y, 50%);
  left: 50%;
  width: var(--size, 4rem);
  margin-left: calc(var(--size, 4rem) / -2);
  opacity: 0.9;
  will-change: transform;
}
.bam-splash_fish-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================================================= */
/* Utility hero: used by /thanks and /404. Clears the fixed ~95px header so  */
/* stamps + H1 don't sit underneath the navigation, and vertically centers   */
/* the content for a balanced standalone page.                               */
/* ========================================================================= */
.net-utility-hero {
  min-height: 80vh;
  padding-top: 7rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
}
.net-utility-hero .padding-global { width: 100%; }
@media (max-width: 600px) {
  .net-utility-hero { padding-top: 6rem; min-height: 70vh; }
}
