/* SWL Foundation Elementor Pages — v1.0 */
.swl-page {
    --swl-red: #e21b23;
    --swl-red-dark: #b70f18;
    --swl-ink: #171719;
    --swl-copy: #4b4b52;
    --swl-cream: #fbf7f2;
    --swl-blush: #fce9e9;
    --swl-line: #e8e2dc;
    --swl-white: #ffffff;
    --swl-gold: #c99a62;
    --swl-radius: 26px;
    --swl-shadow: 0 24px 70px rgba(33, 24, 24, .12);
    color: var(--swl-copy);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    overflow: hidden;
}

.swl-page *, .swl-page *::before, .swl-page *::after { box-sizing: border-box; }
.swl-page img { display: block; max-width: 100%; }
.swl-page a { color: inherit; }
.swl-page h1, .swl-page h2, .swl-page h3, .swl-page p { margin-top: 0; }
.swl-page h1, .swl-page h2, .swl-page h3 {
    color: var(--swl-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.06;
}
.swl-page h1 { font-size: clamp(3.25rem, 6.2vw, 5.8rem); margin-bottom: 26px; }
.swl-page h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); margin-bottom: 24px; }
.swl-page h3 { font-size: 1.52rem; margin-bottom: 12px; }
.swl-page p { margin-bottom: 20px; }
.swl-shell { margin-inline: auto; max-width: 1220px; padding-inline: 28px; width: 100%; }
.swl-section { padding-block: 112px; }
.swl-section--cream { background: var(--swl-cream); }
.swl-section--dark { background: var(--swl-ink); color: rgba(255,255,255,.73); }
.swl-section--dark h2, .swl-section--dark h3 { color: var(--swl-white); }
.swl-kicker {
    align-items: center;
    color: var(--swl-red);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .19em;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.swl-kicker::before { background: currentColor; content: ""; height: 2px; width: 30px; }
.swl-lead { font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.65; max-width: 690px; }
.swl-muted { color: #75757c; font-size: .94rem; }
.swl-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.swl-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 55px;
    padding: 15px 27px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.swl-btn:hover { transform: translateY(-2px); }
.swl-btn:focus-visible, .swl-page button:focus-visible, .swl-page a:focus-visible { outline: 3px solid rgba(226, 27, 35, .35); outline-offset: 3px; }
.swl-btn--primary { background: var(--swl-red); box-shadow: 0 14px 28px rgba(226,27,35,.22); color: var(--swl-white) !important; }
.swl-btn--primary:hover { background: var(--swl-red-dark); box-shadow: 0 18px 34px rgba(226,27,35,.3); }
.swl-btn--ghost { border-color: #d8d1cb; color: var(--swl-ink) !important; }
.swl-btn--ghost:hover { background: var(--swl-ink); border-color: var(--swl-ink); color: var(--swl-white) !important; }
.swl-btn--white { background: var(--swl-white); color: var(--swl-red) !important; }
.swl-btn--outline-white { border-color: rgba(255,255,255,.5); color: var(--swl-white) !important; }
.swl-btn--outline-white:hover { background: var(--swl-white); color: var(--swl-red) !important; }
.swl-btn--full { width: 100%; }
.swl-text-link, .swl-program-card a, .swl-give-grid a { color: var(--swl-red) !important; font-size: .86rem; font-weight: 800; text-decoration: none !important; }

/* Hero */
.swl-hero { align-items: center; display: grid; gap: clamp(44px, 6vw, 90px); grid-template-columns: 1.02fr .98fr; min-height: 790px; padding-block: 90px 105px; position: relative; }
.swl-hero::before { background: var(--swl-blush); border-radius: 50%; content: ""; filter: blur(2px); height: 480px; opacity: .65; position: absolute; right: -260px; top: 40px; width: 480px; z-index: -1; }
.swl-hero__copy { position: relative; z-index: 2; }
.swl-hero__visual { min-height: 590px; position: relative; }
.swl-hero__image { border-radius: 220px 220px 32px 32px; height: 590px !important; object-fit: cover; width: 100%; }
.swl-hero__visual::before { border: 1px solid var(--swl-gold); border-radius: 50%; content: ""; height: 115px; left: -42px; position: absolute; top: 50px; width: 115px; z-index: -1; }
.swl-float-card { background: rgba(255,255,255,.94); border-radius: 22px; bottom: 28px; box-shadow: var(--swl-shadow); left: -50px; max-width: 245px; padding: 23px 25px; position: absolute; }
.swl-float-card strong { color: var(--swl-red); display: block; font-family: Georgia, serif; font-size: 2.6rem; line-height: 1; }
.swl-float-card span { color: var(--swl-ink); display: block; font-size: .82rem; font-weight: 700; line-height: 1.4; margin-top: 8px; }

.swl-stat-band { background: var(--swl-red); color: var(--swl-white); }
.swl-stats { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 38px; }
.swl-stats div { border-right: 1px solid rgba(255,255,255,.25); padding: 10px 36px; }
.swl-stats div:first-child { padding-left: 0; }
.swl-stats div:last-child { border: 0; }
.swl-stats strong { display: block; font-family: Georgia, serif; font-size: 2.45rem; font-weight: 500; line-height: 1; }
.swl-stats span { display: block; font-size: .78rem; letter-spacing: .05em; margin-top: 9px; opacity: .88; text-transform: uppercase; }

/* Story and shared sections */
.swl-split { align-items: center; display: grid; gap: clamp(48px, 7vw, 100px); grid-template-columns: 1fr 1fr; }
.swl-split--reverse > :first-child { order: 2; }
.swl-image-stack { padding: 0 32px 34px 0; position: relative; }
.swl-image-stack::after { background: var(--swl-red); border-radius: var(--swl-radius); bottom: 0; content: ""; height: 72%; position: absolute; right: 0; width: 72%; z-index: -1; }
.swl-image-stack img { border-radius: var(--swl-radius); box-shadow: var(--swl-shadow); min-height: 540px; object-fit: cover; width: 100%; }
.swl-image-stack__accent { background: var(--swl-ink); border-radius: 18px; bottom: 24px; color: var(--swl-white); font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.35; padding: 20px 24px; position: absolute; right: -20px; }
.swl-split blockquote { border-left: 3px solid var(--swl-red); color: var(--swl-ink); font-family: Georgia, serif; font-size: 1.28rem; font-style: italic; margin: 32px 0 0; padding: 8px 0 8px 24px; }
.swl-section-heading { margin-bottom: 48px; max-width: 740px; }
.swl-section-heading--split { align-items: end; display: grid; gap: 60px; grid-template-columns: 1.2fr .8fr; max-width: none; }
.swl-section-heading--split p { margin-bottom: 8px; }
.swl-section-heading--light .swl-kicker { color: #ff8c91; }
.swl-section-heading--light h2 { color: var(--swl-white); }

.swl-card-grid { display: grid; gap: 22px; }
.swl-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.swl-info-card { background: var(--swl-white); border: 1px solid var(--swl-line); border-radius: var(--swl-radius); min-height: 380px; padding: 38px; position: relative; }
.swl-info-card h3 { font-size: 2rem; margin-top: 70px; }
.swl-info-card--red { background: var(--swl-red); border-color: var(--swl-red); color: rgba(255,255,255,.82); }
.swl-info-card--red h3, .swl-info-card--dark h3 { color: var(--swl-white); }
.swl-info-card--dark { background: var(--swl-ink); border-color: var(--swl-ink); color: rgba(255,255,255,.7); }
.swl-card-number { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: inline-flex; font-size: .72rem; font-weight: 800; height: 42px; justify-content: center; letter-spacing: .08em; width: 42px; }
.swl-values { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.swl-values article { align-items: flex-start; border-bottom: 1px solid var(--swl-line); display: flex; gap: 20px; padding: 28px 20px 28px 0; }
.swl-values article > span { align-items: center; background: var(--swl-blush); border-radius: 16px; color: var(--swl-red); display: inline-flex; flex: 0 0 52px; font-family: Georgia, serif; font-size: 1.5rem; height: 52px; justify-content: center; }
.swl-values h3 { font-size: 1.35rem; margin-bottom: 5px; }
.swl-values p { font-size: .92rem; margin: 0; }

.swl-timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 65px; position: relative; }
.swl-timeline::before { background: rgba(255,255,255,.2); content: ""; height: 1px; left: 0; position: absolute; right: 0; top: 21px; }
.swl-timeline article { padding: 55px 28px 0 0; position: relative; }
.swl-timeline article::before { background: var(--swl-red); border: 6px solid var(--swl-ink); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.35); content: ""; height: 17px; left: 0; position: absolute; top: 13px; width: 17px; }
.swl-timeline time { color: #ff9da1; font-size: .77rem; font-weight: 800; letter-spacing: .16em; }
.swl-timeline h3 { font-family: Inter, sans-serif; font-size: 1.03rem; font-weight: 700; letter-spacing: -.01em; line-height: 1.35; margin: 12px 0 8px; }
.swl-timeline p { font-size: .82rem; line-height: 1.6; }
.swl-leadership { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.swl-leadership article { background: var(--swl-cream); border-radius: 20px; min-height: 180px; padding: 32px; }
.swl-leadership small { color: var(--swl-red); display: block; font-size: .68rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 35px; text-transform: uppercase; }
.swl-leadership h3 { font-size: 1.35rem; }
.swl-cta { align-items: center; background: var(--swl-red); border-radius: 34px; color: rgba(255,255,255,.8); display: flex; justify-content: space-between; margin-block: 50px 110px; overflow: hidden; padding: 55px 64px; position: relative; }
.swl-cta::after { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; height: 240px; position: absolute; right: -50px; top: -100px; width: 240px; }
.swl-cta > * { position: relative; z-index: 1; }
.swl-cta h2 { color: var(--swl-white); font-size: clamp(2rem, 3.5vw, 3.2rem); margin: 0; max-width: 650px; }
.swl-cta .swl-kicker { color: var(--swl-white); opacity: .8; }
.swl-cta .swl-actions { flex-shrink: 0; margin: 0 0 0 30px; }

/* Programmes */
.swl-hero--programs { padding-top: 100px; }
.swl-photo-grid { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr .63fr; }
.swl-photo-grid img { border-radius: 24px; height: 100%; object-fit: cover; width: 100%; }
.swl-photo-grid img:first-child { grid-column: 1 / 3; }
.swl-photo-grid__label { align-items: flex-start; background: var(--swl-ink); border-radius: 24px; color: white; display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.swl-photo-grid__label strong { color: #ff8b90; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.swl-photo-grid__label span { font-family: Georgia, serif; font-size: 2.2rem; line-height: 1.1; }
.swl-photo-grid__label em { font-size: .9rem; opacity: .65; }
.swl-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.swl-filter button { background: transparent; border: 1px solid #d8d0ca; border-radius: 999px; color: var(--swl-copy); cursor: pointer; font-size: .78rem; font-weight: 700; padding: 12px 19px; }
.swl-filter button.is-active, .swl-filter button:hover { background: var(--swl-ink); border-color: var(--swl-ink); color: white; }
.swl-program-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.swl-program-card { background: var(--swl-white); border: 1px solid var(--swl-line); border-radius: 24px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease; }
.swl-program-card:hover { box-shadow: 0 20px 45px rgba(39,27,27,.1); transform: translateY(-5px); }
.swl-program-card.is-hidden { display: none; }
.swl-program-card img { height: 225px; object-fit: cover; width: 100%; }
.swl-program-card > div { padding: 30px; }
.swl-program-card h3 { font-size: 1.48rem; }
.swl-program-card p { font-size: .9rem; line-height: 1.65; }
.swl-program-card--feature { display: grid; grid-column: 1 / 4; grid-template-columns: 1.15fr .85fr; }
.swl-program-card--feature img { height: 100%; min-height: 420px; }
.swl-program-card--feature > div { align-self: center; padding: 52px; }
.swl-program-card--feature h3 { font-size: 2.4rem; }
.swl-tag { color: var(--swl-red); display: block; font-size: .67rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 16px; text-transform: uppercase; }
.swl-check-list { list-style: none; margin: 30px 0; padding: 0; }
.swl-check-list li { border-bottom: 1px solid var(--swl-line); color: var(--swl-ink); padding: 12px 0 12px 34px; position: relative; }
.swl-check-list li::before { align-items: center; background: var(--swl-blush); border-radius: 50%; color: var(--swl-red); content: "✓"; display: flex; font-size: .7rem; height: 22px; justify-content: center; left: 0; position: absolute; top: 14px; width: 22px; }
.swl-image-panel { position: relative; }
.swl-image-panel img { border-radius: 28px; height: 570px; object-fit: cover; width: 100%; }
.swl-image-panel > div { background: var(--swl-white); border-radius: 20px; bottom: 26px; box-shadow: var(--swl-shadow); left: 26px; padding: 20px 24px; position: absolute; }
.swl-image-panel strong { color: var(--swl-red); display: block; font-family: Georgia, serif; font-size: 2.2rem; line-height: 1; }
.swl-image-panel span { color: var(--swl-ink); display: block; font-size: .75rem; font-weight: 700; margin-top: 6px; }
.swl-impact-panel { background: var(--swl-ink); color: rgba(255,255,255,.7); padding-block: 95px; }
.swl-impact-panel .swl-kicker { color: #ff8c91; }
.swl-impact-panel h2, .swl-impact-panel h3 { color: white; }
.swl-impact-panel > .swl-shell { align-items: end; display: grid; gap: 60px; grid-template-columns: .75fr 1.25fr; }
.swl-impact-numbers { display: grid; gap: 24px; grid-template-columns: repeat(4, 1fr); }
.swl-impact-numbers article { border-left: 1px solid rgba(255,255,255,.2); padding-left: 22px; }
.swl-impact-numbers strong { color: white; display: block; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1; }
.swl-impact-numbers span { display: block; font-size: .74rem; line-height: 1.45; margin-top: 9px; }
.swl-goals { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.swl-goals article { background: var(--swl-cream); border-radius: 24px; padding: 40px; }
.swl-goals strong { color: var(--swl-red); display: block; font-family: Georgia, serif; font-size: 3.8rem; font-weight: 500; line-height: 1; }
.swl-goals span { color: var(--swl-ink); display: block; font-size: .78rem; font-weight: 700; letter-spacing: .06em; margin-top: 12px; text-transform: uppercase; }

/* Contact */
.swl-contact-hero { background: var(--swl-ink); color: rgba(255,255,255,.72); padding-block: 120px 170px; position: relative; }
.swl-contact-hero::after { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; height: 540px; position: absolute; right: -160px; top: -220px; width: 540px; }
.swl-contact-hero .swl-shell { position: relative; z-index: 1; }
.swl-contact-hero h1 { color: white; max-width: 900px; }
.swl-contact-hero .swl-lead { max-width: 760px; }
.swl-contact-cards { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: -68px; position: relative; z-index: 2; }
.swl-contact-cards > * { background: white; border: 1px solid var(--swl-line); border-radius: 22px; box-shadow: 0 18px 50px rgba(23,23,25,.09); min-height: 185px; padding: 28px; text-decoration: none !important; }
.swl-contact-cards small, .swl-contact-cards strong { display: block; }
.swl-contact-cards small { color: var(--swl-red); font-size: .67rem; font-weight: 800; letter-spacing: .1em; margin: 18px 0 4px; text-transform: uppercase; }
.swl-contact-cards strong { color: var(--swl-ink); font-size: .95rem; }
.swl-contact-icon { align-items: center; background: var(--swl-blush); border-radius: 14px; color: var(--swl-red); display: inline-flex; font-family: Georgia, serif; height: 42px; justify-content: center; width: 42px; }
.swl-contact-layout { align-items: start; display: grid; gap: 75px; grid-template-columns: .8fr 1.2fr; }
.swl-contact-copy { padding-top: 35px; }
.swl-mini-story { align-items: center; background: var(--swl-cream); border-radius: 20px; display: flex; gap: 18px; margin-top: 38px; padding: 16px; }
.swl-mini-story img { border-radius: 14px; height: 92px; object-fit: cover; width: 100px; }
.swl-mini-story strong, .swl-mini-story span { display: block; }
.swl-mini-story strong { color: var(--swl-ink); font-size: .85rem; }
.swl-mini-story span { font-size: .75rem; line-height: 1.45; margin-top: 5px; }
.swl-form-card { background: white; border: 1px solid var(--swl-line); border-radius: 28px; box-shadow: var(--swl-shadow); padding: 42px; }
.swl-form { display: grid; gap: 20px; }
.swl-field-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.swl-form label > span { color: var(--swl-ink); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .04em; margin-bottom: 8px; }
.swl-form input, .swl-form select, .swl-form textarea { background: var(--swl-cream); border: 1px solid transparent; border-radius: 13px; color: var(--swl-ink); font: inherit; font-size: .9rem; outline: 0; padding: 14px 16px; width: 100%; }
.swl-form input, .swl-form select { height: 54px; }
.swl-form textarea { resize: vertical; }
.swl-form input:focus, .swl-form select:focus, .swl-form textarea:focus { background: white; border-color: var(--swl-red); box-shadow: 0 0 0 3px rgba(226,27,35,.09); }
.swl-form-footnote { color: #888; display: block; font-size: .67rem; line-height: 1.5; text-align: center; }
.swl-form-notice { border-radius: 12px; font-size: .82rem; margin-bottom: 18px; padding: 13px 15px; }
.swl-form-notice--success { background: #e8f6ec; color: #236c36; }
.swl-form-notice--error { background: #fde9e9; color: #a1161c; }
.swl-faq { border-top: 1px solid var(--swl-line); }
.swl-faq article { border-bottom: 1px solid var(--swl-line); }
.swl-faq button { align-items: center; background: transparent; border: 0; color: var(--swl-ink); cursor: pointer; display: flex; font-size: 1rem; font-weight: 750; justify-content: space-between; padding: 24px 0; text-align: left; width: 100%; }
.swl-faq button b { align-items: center; border: 1px solid #d8d0ca; border-radius: 50%; display: inline-flex; font-size: 1.1rem; font-weight: 400; height: 34px; justify-content: center; transition: transform .2s ease; width: 34px; }
.swl-faq article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.swl-faq article > div > p { font-size: .9rem; margin: 0; max-width: 780px; overflow: hidden; }
.swl-faq article.is-open > div { grid-template-rows: 1fr; }
.swl-faq article.is-open > div > p { padding-bottom: 25px; }
.swl-faq article.is-open button b { transform: rotate(45deg); }

/* Donate */
.swl-donate-hero { background: var(--swl-red); color: rgba(255,255,255,.8); overflow: hidden; padding-block: 100px; position: relative; }
.swl-donate-hero::before, .swl-donate-hero::after { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; position: absolute; }
.swl-donate-hero::before { height: 620px; left: -310px; top: -300px; width: 620px; }
.swl-donate-hero::after { bottom: -210px; height: 450px; right: -120px; width: 450px; }
.swl-donate-hero__grid { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr .8fr; position: relative; z-index: 1; }
.swl-donate-hero h1 { color: white; }
.swl-donate-hero .swl-kicker { color: white; opacity: .85; }
.swl-trust-line { align-items: center; display: flex; font-size: .77rem; gap: 9px; margin-top: 22px; }
.swl-trust-line span { align-items: center; background: rgba(255,255,255,.18); border-radius: 50%; display: inline-flex; height: 24px; justify-content: center; width: 24px; }
.swl-donate-hero__visual { position: relative; }
.swl-donate-hero__visual img { border: 10px solid rgba(255,255,255,.16); border-radius: 220px 220px 28px 28px; height: 590px; object-fit: cover; width: 100%; }
.swl-donate-hero__visual > div { background: white; border-radius: 18px; bottom: 25px; color: var(--swl-ink); left: -35px; padding: 20px 24px; position: absolute; }
.swl-donate-hero__visual strong, .swl-donate-hero__visual span { display: block; }
.swl-donate-hero__visual strong { color: var(--swl-red); font-family: Georgia, serif; font-size: 2.3rem; line-height: 1; }
.swl-donate-hero__visual span { font-size: .7rem; font-weight: 700; margin-top: 7px; max-width: 150px; }
.swl-give-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.swl-give-grid article { border: 1px solid var(--swl-line); border-radius: 24px; padding: 38px; }
.swl-give-grid article.is-featured { background: var(--swl-ink); border-color: var(--swl-ink); color: rgba(255,255,255,.72); }
.swl-give-grid article.is-featured h3 { color: white; }
.swl-give-grid h3 { font-size: 1.75rem; margin-top: 50px; }
.swl-give-grid p { font-size: .9rem; min-height: 82px; }
.swl-donation-builder { align-items: center; display: grid; gap: 80px; grid-template-columns: 1.1fr .9fr; }
.swl-amounts { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.swl-amounts button { background: white; border: 1px solid #d9d0c9; border-radius: 999px; color: var(--swl-ink); cursor: pointer; font-size: .8rem; font-weight: 800; padding: 12px 18px; }
.swl-amounts button.is-active, .swl-amounts button:hover { background: var(--swl-red); border-color: var(--swl-red); color: white; }
.swl-impact-message { border-left: 3px solid var(--swl-red); padding: 8px 0 8px 18px; }
.swl-impact-message small, .swl-impact-message strong { display: block; }
.swl-impact-message small { color: var(--swl-red); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.swl-impact-message strong { color: var(--swl-ink); font-size: .9rem; margin-top: 5px; }
.swl-donation-card { background: white; border-radius: 26px; box-shadow: var(--swl-shadow); padding: 42px; }
.swl-donation-card h3 { font-size: 2rem; }
.swl-security-note { align-items: flex-start; border-top: 1px solid var(--swl-line); display: flex; gap: 12px; margin-top: 26px; padding-top: 22px; }
.swl-security-note > span { align-items: center; background: #e9f6ec; border-radius: 50%; color: #28743b; display: inline-flex; flex: 0 0 27px; height: 27px; justify-content: center; }
.swl-security-note p { font-size: .72rem; line-height: 1.5; margin: 0; }
.swl-bank-layout { align-items: start; display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; }
.swl-bank-list { border-top: 1px solid var(--swl-line); }
.swl-bank-list article { align-items: center; border-bottom: 1px solid var(--swl-line); display: flex; justify-content: space-between; padding: 20px 0; }
.swl-bank-list small, .swl-bank-list strong { display: block; }
.swl-bank-list small { color: #777; font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.swl-bank-list strong { color: var(--swl-ink); font-family: Georgia, serif; font-size: 1.5rem; letter-spacing: .04em; margin-top: 3px; }
.swl-bank-list button { background: var(--swl-cream); border: 0; border-radius: 999px; color: var(--swl-red); cursor: pointer; font-size: .68rem; font-weight: 800; padding: 9px 15px; }
.swl-accountability { display: grid; gap: 14px; }
.swl-accountability article { align-items: flex-start; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; display: flex; gap: 18px; padding: 23px; }
.swl-accountability article > span { color: #ff8c91; font-size: .7rem; font-weight: 800; }
.swl-accountability h3 { font-family: Inter, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.01em; margin-bottom: 4px; }
.swl-accountability p { font-size: .78rem; margin: 0; }
.swl-donor-quote { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.swl-donor-quote img { border-radius: 26px; height: 430px; object-fit: cover; width: 100%; }
.swl-donor-quote blockquote { margin: 0; }
.swl-donor-quote blockquote p { color: var(--swl-ink); font-family: Georgia, serif; font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1.1; }
.swl-donor-quote blockquote span { display: block; font-size: .9rem; max-width: 450px; }

/* Gentle entrance motion */
.swl-reveal { opacity: 1; transform: none; }
.swl-js .swl-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.swl-js .swl-reveal.is-visible { opacity: 1; transform: none; }

/* Elementor's editor preview does not always fire the frontend intersection
   observer. Keep every section visible while authors edit the widget. */
body.elementor-editor-active .swl-reveal,
body.elementor-editor-preview .swl-reveal,
.elementor-editor-active .swl-reveal,
.elementor-editor-preview .swl-reveal {
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 1024px) {
    .swl-page { font-size: 16px; }
    .swl-hero { gap: 44px; grid-template-columns: 1fr 1fr; min-height: 680px; }
    .swl-hero__visual, .swl-hero__image { min-height: 500px; }
    .swl-hero__image { height: 500px !important; }
    .swl-card-grid--3, .swl-program-grid { grid-template-columns: repeat(2, 1fr); }
    .swl-program-card--feature { grid-column: 1 / 3; }
    .swl-leadership { grid-template-columns: repeat(2, 1fr); }
    .swl-timeline { grid-template-columns: 1fr 1fr; }
    .swl-timeline::before { display: none; }
    .swl-timeline article { border-left: 1px solid rgba(255,255,255,.18); padding: 10px 30px 35px; }
    .swl-timeline article::before { left: -9px; top: 3px; }
    .swl-impact-panel > .swl-shell { display: block; }
    .swl-impact-numbers { margin-top: 45px; }
    .swl-cta { align-items: flex-start; flex-direction: column; gap: 30px; }
    .swl-cta .swl-actions { margin: 0; }
}

@media (max-width: 767px) {
    .swl-shell { padding-inline: 20px; }
    .swl-section { padding-block: 76px; }
    .swl-page h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
    .swl-page h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
    .swl-hero { display: flex; flex-direction: column; min-height: auto; padding-block: 68px 80px; }
    .swl-hero__visual { min-height: 470px; width: 100%; }
    .swl-hero__image { height: 470px !important; min-height: 470px; }
    .swl-float-card { bottom: 18px; left: 12px; }
    .swl-stats { grid-template-columns: 1fr 1fr; }
    .swl-stats div { border-bottom: 1px solid rgba(255,255,255,.22); border-right: 0; padding: 25px 18px 25px 0; }
    .swl-stats div:nth-last-child(-n+2) { border-bottom: 0; }
    .swl-split, .swl-contact-layout, .swl-donate-hero__grid, .swl-donation-builder, .swl-bank-layout, .swl-donor-quote { display: block; }
    .swl-split--reverse > :first-child { order: initial; }
    .swl-split > * + *, .swl-contact-layout > * + *, .swl-donate-hero__grid > * + *, .swl-donation-builder > * + *, .swl-bank-layout > * + *, .swl-donor-quote > * + * { margin-top: 48px; }
    .swl-image-stack img { min-height: 430px; }
    .swl-image-stack__accent { right: 0; }
    .swl-section-heading--split { display: block; }
    .swl-section-heading--split > * + * { margin-top: 20px; }
    .swl-card-grid--3, .swl-program-grid, .swl-values, .swl-contact-cards, .swl-give-grid, .swl-goals { grid-template-columns: 1fr; }
    .swl-info-card { min-height: auto; }
    .swl-values article { padding-right: 0; }
    .swl-timeline { grid-template-columns: 1fr; }
    .swl-leadership { grid-template-columns: 1fr; }
    .swl-cta { border-radius: 0; margin-block: 30px 70px; padding: 46px 24px; }
    .swl-photo-grid { min-height: 500px; }
    .swl-program-card--feature { display: block; grid-column: auto; }
    .swl-program-card--feature img { min-height: 300px; }
    .swl-program-card--feature > div { padding: 30px; }
    .swl-program-card--feature h3 { font-size: 1.75rem; }
    .swl-image-panel img { height: 470px; }
    .swl-impact-numbers { grid-template-columns: 1fr 1fr; }
    .swl-contact-hero { padding-block: 80px 130px; }
    .swl-contact-cards { margin-top: -70px; }
    .swl-form-card { padding: 28px 20px; }
    .swl-field-row { grid-template-columns: 1fr; }
    .swl-donate-hero { padding-block: 75px; }
    .swl-donate-hero__visual img { height: 470px; }
    .swl-donate-hero__visual > div { left: 10px; }
    .swl-give-grid p { min-height: 0; }
    .swl-donation-card { padding: 30px 22px; }
    .swl-donor-quote img { height: 350px; }
}

@media (prefers-reduced-motion: reduce) {
    .swl-page *, .swl-page *::before, .swl-page *::after { scroll-behavior: auto !important; transition: none !important; }
    .swl-js .swl-reveal { opacity: 1; transform: none; }
}

/* ========================================================================== */
/* Native Elementor templates — individually editable widgets                */
/* ========================================================================== */
.swl-native-page {
    --swln-red: #e21b23;
    --swln-red-dark: #b70f18;
    --swln-ink: #171719;
    --swln-copy: #4b4b52;
    --swln-cream: #fbf7f2;
    --swln-blush: #fce9e9;
    --swln-line: #e8e2dc;
    --swln-white: #ffffff;
    --swln-gold: #c99a62;
    color: var(--swln-copy);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    overflow: hidden;
    width: 100%;
}
.swl-native-page *, .swl-native-page *::before, .swl-native-page *::after { box-sizing: border-box; }
.swl-native-section { padding: 105px 28px; width: 100%; }
.swl-native-section--cream { background: var(--swln-cream); }
.swl-native-section--dark { background: var(--swln-ink); color: rgba(255,255,255,.74); }
.swl-native-section--red { background: var(--swln-red); color: rgba(255,255,255,.82); }
.swl-native-section--compact { padding-block: 62px; }
.swl-native-shell { margin-inline: auto; max-width: 1180px; width: 100%; }
.swl-native-row { align-items: center; display: flex; flex-direction: row; gap: clamp(38px, 6vw, 85px); }
.swl-native-row--top { align-items: flex-start; }
.swl-native-row--between { justify-content: space-between; }
.swl-native-col { flex: 1 1 0; min-width: 0; }
.swl-native-stack { display: flex; flex-direction: column; gap: 18px; }
.swl-native-actions { align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
.swl-native-card-grid { display: grid !important; gap: 20px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.swl-native-card-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.swl-native-card-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.swl-native-card { background: white; border: 1px solid var(--swln-line); border-radius: 24px; padding: 34px; }
.swl-native-card--red { background: var(--swln-red); border-color: var(--swln-red); color: rgba(255,255,255,.82); }
.swl-native-card--dark { background: var(--swln-ink); border-color: var(--swln-ink); color: rgba(255,255,255,.72); }
.swl-native-card--cream { background: var(--swln-cream); }
.swl-native-shadow { box-shadow: 0 24px 70px rgba(33,24,24,.12); }

.swl-native-page .swl-native-kicker .elementor-heading-title {
    color: var(--swln-red);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}
.swl-native-section--dark .swl-native-kicker .elementor-heading-title,
.swl-native-section--red .swl-native-kicker .elementor-heading-title { color: #ffb1b4; }
.swl-native-page .swl-native-display .elementor-heading-title {
    color: var(--swln-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 6vw, 86px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.02;
}
.swl-native-page .swl-native-h2 .elementor-heading-title {
    color: var(--swln-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.2vw, 60px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.06;
}
.swl-native-page .swl-native-h3 .elementor-heading-title {
    color: var(--swln-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.12;
}
.swl-native-page .swl-native-h4 .elementor-heading-title {
    color: var(--swln-ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    font-weight: 750;
    letter-spacing: -.015em;
    line-height: 1.35;
}
.swl-native-section--dark .elementor-heading-title,
.swl-native-section--red .elementor-heading-title,
.swl-native-card--dark .elementor-heading-title,
.swl-native-card--red .elementor-heading-title { color: var(--swln-white) !important; }
.swl-native-page .swl-native-text { color: var(--swln-copy); font-size: 16px; line-height: 1.75; }
.swl-native-page .swl-native-lead { color: var(--swln-copy); font-size: 20px; line-height: 1.65; }
.swl-native-page .swl-native-small { color: #73737b; font-size: 13px; line-height: 1.6; }
.swl-native-section--dark .swl-native-text,
.swl-native-section--dark .swl-native-lead,
.swl-native-section--red .swl-native-text,
.swl-native-section--red .swl-native-lead,
.swl-native-card--dark .swl-native-text,
.swl-native-card--red .swl-native-text { color: rgba(255,255,255,.76); }
.swl-native-page .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.swl-native-page .swl-native-button .elementor-button {
    background: var(--swln-red);
    border: 1px solid var(--swln-red);
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(226,27,35,.2);
    color: white;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    min-height: 52px;
    padding: 17px 25px;
    text-transform: uppercase;
}
.swl-native-page .swl-native-button .elementor-button:hover { background: var(--swln-red-dark); border-color: var(--swln-red-dark); transform: translateY(-2px); }
.swl-native-page .swl-native-button--outline .elementor-button { background: transparent; border-color: #d8d0ca; box-shadow: none; color: var(--swln-ink); }
.swl-native-page .swl-native-button--outline .elementor-button:hover { background: var(--swln-ink); border-color: var(--swln-ink); color: white; }
.swl-native-page .swl-native-button--white .elementor-button { background: white; border-color: white; box-shadow: none; color: var(--swln-red); }
.swl-native-page .swl-native-button--white-outline .elementor-button { background: transparent; border-color: rgba(255,255,255,.55); box-shadow: none; color: white; }
.swl-native-page .swl-native-button--white-outline .elementor-button:hover { background: white; color: var(--swln-red); }
.swl-native-page .swl-native-image img { border-radius: 26px; height: 520px; object-fit: cover; width: 100%; }
.swl-native-page .swl-native-image--arch img { border-radius: 240px 240px 28px 28px; }
.swl-native-page .swl-native-image--short img { height: 330px; }
.swl-native-page .swl-native-image--card img { border-radius: 18px; height: 220px; object-fit: cover; width: 100%; }
.swl-native-page .swl-native-number .elementor-heading-title { color: var(--swln-red); font-family: Georgia,serif; font-size: 44px; font-weight: 500; line-height: 1; }
.swl-native-section--red .swl-native-number .elementor-heading-title,
.swl-native-section--dark .swl-native-number .elementor-heading-title { color: white !important; }
.swl-native-page .swl-native-label .elementor-heading-title { color: var(--swln-copy); font-family: Inter,sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.swl-native-section--red .swl-native-label .elementor-heading-title,
.swl-native-section--dark .swl-native-label .elementor-heading-title { color: rgba(255,255,255,.78) !important; }
.swl-native-stat { border-left: 1px solid rgba(255,255,255,.28); padding-left: 24px; }
.swl-native-icon-list .elementor-icon-list-item { border-bottom: 1px solid var(--swln-line); padding-block: 11px !important; }
.swl-native-icon-list .elementor-icon-list-icon i { color: var(--swln-red); }
.swl-native-icon-list .elementor-icon-list-text { color: var(--swln-ink); font-size: 15px; }
.swl-native-quote { border-left: 3px solid var(--swln-red); padding-left: 24px; }
.swl-native-quote .elementor-widget-container { color: var(--swln-ink); font-family: Georgia,serif; font-size: 22px; font-style: italic; line-height: 1.5; }
.swl-native-program-card { overflow: hidden; padding: 0; }
.swl-native-program-card > .elementor-element { padding-inline: 28px; }
.swl-native-program-card > .elementor-widget-image { padding-inline: 0; }
.swl-native-program-card > .elementor-element:last-child { padding-bottom: 30px; }
.swl-native-program-card > .elementor-widget-heading:nth-child(2) { padding-top: 28px; }
.swl-native-contact-card { min-height: 165px; }
.swl-native-bank-card { align-items: center; border-bottom: 1px solid var(--swln-line); display: flex; flex-direction: row; justify-content: space-between; padding: 20px 0; }
.swl-native-cta { background: var(--swln-red); border-radius: 32px; padding: 52px 56px; }
.swl-native-cta .swl-native-h2 .elementor-heading-title { color: white; }
.swl-native-faq .elementor-toggle-item { border-bottom: 1px solid var(--swln-line); }
.swl-native-faq .elementor-tab-title { border: 0 !important; color: var(--swln-ink); font-weight: 750; padding: 22px 0 !important; }
.swl-native-faq .elementor-tab-content { border: 0 !important; color: var(--swln-copy); padding: 0 0 24px !important; }

.swl-native-form-wrap { background: white; border: 1px solid var(--swln-line, #e8e2dc); border-radius: 26px; box-shadow: 0 24px 70px rgba(33,24,24,.12); padding: 38px; }
.swl-native-form { display: grid; gap: 18px; }
.swl-native-form__row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.swl-native-form label > span { color: #171719; display: block; font-size: 12px; font-weight: 800; letter-spacing: .04em; margin-bottom: 7px; }
.swl-native-form input, .swl-native-form select, .swl-native-form textarea { background: #fbf7f2; border: 1px solid transparent; border-radius: 12px; color: #171719; font: 15px/1.5 Inter,"Segoe UI",Arial,sans-serif; padding: 14px 15px; width: 100%; }
.swl-native-form input, .swl-native-form select { height: 52px; }
.swl-native-form textarea { resize: vertical; }
.swl-native-form input:focus, .swl-native-form select:focus, .swl-native-form textarea:focus { background: white; border-color: #e21b23; box-shadow: 0 0 0 3px rgba(226,27,35,.09); outline: 0; }
.swl-native-form button { background: #e21b23; border: 0; border-radius: 999px; color: white; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .08em; min-height: 52px; text-transform: uppercase; }
.swl-native-form small { color: #888; font-size: 11px; line-height: 1.5; text-align: center; }

@media (max-width: 1024px) {
    .swl-native-card-grid, .swl-native-card-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
    .swl-native-section { padding: 72px 20px; }
    .swl-native-row, .swl-native-actions { align-items: stretch; flex-direction: column; }
    .swl-native-actions { gap: 10px; }
    .swl-native-card-grid, .swl-native-card-grid--2, .swl-native-card-grid--4 { grid-template-columns: 1fr; }
    .swl-native-page .swl-native-display .elementor-heading-title { font-size: clamp(44px, 13vw, 62px); }
    .swl-native-page .swl-native-h2 .elementor-heading-title { font-size: clamp(34px, 10vw, 48px); }
    .swl-native-page .swl-native-lead { font-size: 18px; }
    .swl-native-page .swl-native-image img { height: 430px; }
    .swl-native-page .swl-native-image--short img, .swl-native-page .swl-native-image--card img { height: 270px; }
    .swl-native-card { padding: 27px; }
    .swl-native-cta { border-radius: 0; padding: 42px 24px; }
    .swl-native-form-wrap { padding: 26px 20px; }
    .swl-native-form__row { grid-template-columns: 1fr; }
}
