/* =============================================================================
   SWB Blocks — Friends of Gaza landing page.
   Brand tokens (--color-*, --font-*, --radius-*) from swb-brand/brand-tokens.css.
   Palette-only: Forest / Vibrant / Deep Forest / Yellow + neutrals. No off-palette
   teals, no decorative gradients (brand §02/§07). Flat Forest scrim on photos (§06).
   ============================================================================= */

:root {
	--swb-green:        var(--color-forest, #004F3F);
	--swb-green-deep:   var(--color-deep-forest, #003B30);
	--swb-green-accent: var(--color-vibrant, #04A887);
	--swb-mint:         var(--color-mint, #E8F2EE);
	--swb-cream:        var(--color-warm-white, #FDFCF8);
	--swb-line:         var(--color-forest-20, #D5E5DF);
	--swb-ink:          var(--color-ink, #0A2A24);
	--swb-muted:        var(--color-gray-500, #5A6864);
	--swb-yellow:       var(--color-yellow, #FDC406);
	--swb-card:         #ffffff;
	--swb-shadow-sm:    0 1px 2px rgba(0,59,48,.05), 0 4px 14px rgba(0,59,48,.06);
	--swb-shadow-md:    0 10px 30px rgba(0,59,48,.10), 0 2px 8px rgba(0,59,48,.06);
	--swb-shadow-lg:    0 24px 60px rgba(0,59,48,.18);
	--swb-radius:       var(--radius-card, 20px);
	--swb-radius-sm:    14px;
	--swb-pill:         var(--radius-pill, 100px);
	--swb-maxw:         1180px;
	--swb-ff:           var(--font-sans, "Google Sans Flex", "Helvetica Neue", Arial, sans-serif);
}

/* ---------------- page surface (Warm White, full viewport) ---------------- */
body.page-template-swb-full-width { background: var(--swb-cream); color: var(--swb-ink); }
body.page-template-swb-full-width #wrap,
body.page-template-swb-full-width #lqd-site-content { background-color: var(--swb-cream); }
.swb-full-width { width: 100%; background: var(--swb-cream); }
.swb-full-width img { max-width: 100%; display: block; }

/* ---------------- shared primitives ---------------- */
.swb-wrap { max-width: var(--swb-maxw); margin: 0 auto; padding: 0 24px; }
.swb-section { padding: 56px 0; }
.swb-section--tight { padding: 48px 0; }
.swb-bleed { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }

/* brand eyebrow: GSF 500, 11px, 0.14em caps, Vibrant (§03) */
.swb-eyebrow {
	font-family: var(--swb-ff); font-weight: 500; font-size: 11px; letter-spacing: .14em;
	text-transform: uppercase; color: var(--swb-green-accent); display: inline-block; margin: 0 0 14px;
}
.swb-heading {
	font-family: var(--swb-ff); font-weight: 500; line-height: 1.12; letter-spacing: -.01em;
	color: var(--swb-ink); margin: 0;
}
.swb-lead { font-size: 19px; color: var(--swb-ink); line-height: 1.6; max-width: 62ch; }

.swb-sec-head { max-width: 660px; margin: 0 0 36px; }
.swb-sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.swb-sec-head h2 { font-size: clamp(30px, 3.6vw, 44px); margin: 0 0 16px; }
.swb-sec-head p { color: var(--swb-ink); font-size: 18px; margin: 0; }

/* ---------------- buttons (pill, §05) ---------------- */
.swb-btn {
	font-family: var(--swb-ff); font-weight: 600; font-size: 16px; border: none; cursor: pointer;
	display: inline-flex; align-items: center; gap: 10px; border-radius: var(--swb-pill);
	padding: 15px 28px; line-height: 1; white-space: nowrap; text-decoration: none;
	transition: transform .18s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.swb-btn svg { width: 18px; height: 18px; flex: none; }
/* color !important: the theme sets a generic a{color:Forest} that otherwise makes
   primary/ghost-light button text invisible (Forest on Forest / on Deep Forest) */
.swb-btn--primary { background: var(--swb-green); color: #fff !important; }
.swb-btn--primary:hover { background: var(--swb-green-accent); color: #fff !important; transform: translateY(-2px); }
.swb-btn--light { background: #fff; color: var(--swb-green) !important; box-shadow: var(--swb-shadow-sm); }
.swb-btn--light:hover { transform: translateY(-2px); box-shadow: var(--swb-shadow-md); color: var(--swb-green-accent) !important; }
.swb-btn--ghost { background: transparent; color: var(--swb-ink) !important; border: 1.5px solid var(--swb-line); }
.swb-btn--ghost:hover { border-color: var(--swb-green); color: var(--swb-green) !important; }
.swb-btn--ghost-light { background: transparent; color: #fff !important; border: 1.5px solid rgba(255,255,255,.55); }
.swb-btn--ghost-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.swb-btn--block { width: 100%; justify-content: center; }
.swb-btn .swb-arrowdot { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.18); }
.swb-btn--ghost .swb-arrowdot, .swb-btn--light .swb-arrowdot { background: var(--swb-green); color: #fff; }

/* ---------------- pills / tags (§05) ---------------- */
.swb-pill {
	display: inline-flex; align-items: center; gap: 6px; font-family: var(--swb-ff); font-weight: 600;
	font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--swb-pill);
}
.swb-pill--solid { background: var(--swb-green); color: #fff; }
.swb-pill--soft { background: var(--swb-mint); color: var(--swb-green); }
.swb-pill--outline { background: transparent; color: var(--swb-green); border: 1px solid var(--swb-line); }

/* ===================== HERO ===================== */
.swb-hero { position: relative; z-index: 1; min-height: 78vh; display: flex; align-items: center; padding: 124px 0 64px; overflow: hidden; }
.swb-hero__bg { position: absolute; inset: 0; z-index: 0; }
.swb-hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* hero scrim — flat Forest scrim (§06: 50–70% opacity over the photo, never a gradient) */
.swb-hero__overlay { position: absolute; inset: 0; pointer-events: none; background: var(--scrim-photo, rgba(0,79,63,.62)); }
.swb-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; width: 100%; }
.swb-hero__copy { color: #fff; max-width: 600px; }
/* hero + final-CTA eyebrow stays the ONE brand eyebrow (Vibrant, 11px/0.14em, §03).
   No per-section recolour — the off-palette light-green override was a brand break. */
/* match the homepage hero H1: Google Sans Flex weight 500 (not bold), up to 72px */
.swb-hero__headline { font-size: clamp(40px, 6vw, 72px); color: #fff; font-weight: 500; line-height: 1.06; letter-spacing: -.01em; margin: 6px 0 20px; }
.swb-hero__headline .soft { color: rgba(255,255,255,.85); font-weight: 500; }
.swb-hero__sub { font-size: 19px; color: rgba(255,255,255,.92); line-height: 1.55; max-width: 52ch; margin: 0; }

/* hero trust pills */
.swb-hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.swb-hero__badges .b {
	display: inline-flex; align-items: center; gap: 8px; font-family: var(--swb-ff);
	font-weight: 600; font-size: 13px; color: #fff; background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.22); padding: 8px 14px; border-radius: var(--swb-pill);
}
.swb-hero__badges .b svg { width: 15px; height: 15px; color: #fff; flex: none; }

/* hero progress */
.swb-progress { margin-top: 30px; max-width: 430px; }
.swb-progress__top { display: flex; justify-content: space-between; font-family: var(--swb-ff); font-weight: 600; font-size: 13.5px; color: #fff; margin-bottom: 8px; }
.swb-progress__bar { height: 10px; border-radius: var(--swb-pill); background: rgba(255,255,255,.18); overflow: hidden; }
.swb-progress__fill { height: 100%; width: 0; border-radius: var(--swb-pill); background: var(--swb-green-accent); transition: width 1.6s cubic-bezier(.2,.7,.2,1); }

/* donate card (Fundraise Up embed wrapper) */
.swb-donatecard { background: #fff; border-radius: 24px; box-shadow: var(--swb-shadow-lg); padding: 14px; position: relative; }
.swb-donatecard h2 { font-family: var(--swb-ff); font-weight: 500; font-size: 20px; line-height: 1.2; margin: 8px 0 2px; padding: 0 6px; color: var(--swb-ink); }
.swb-donatecard .swb-dc-sub { font-size: 13.5px; color: var(--swb-muted); margin: 0 0 6px; padding: 0 6px; }
.swb-donatecard .swb-fu-embed { min-height: 0; text-align: center; }
.swb-donatecard .swb-fu-embed iframe { width: 100% !important; max-width: 100%; margin: 0 auto !important; display: block; }
/* mobile-only button (opens the FU modal); the inline form is desktop-only */
.swb-dc-mobilebtn { display: none; margin-top: 6px; }
.swb-donatecard .swb-dc-foot { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 13px; font-size: 12px; color: var(--swb-muted); font-family: var(--swb-ff); font-weight: 500; }
.swb-donatecard .swb-dc-foot svg { width: 14px; height: 14px; color: var(--swb-green-accent); }
.swb-dc-fallback { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 12px; }
.swb-dc-fallback a { border: 1.5px solid var(--swb-line); border-radius: var(--swb-radius-sm); padding: 14px 8px; text-align: center; font-family: var(--swb-ff); font-weight: 700; font-size: 18px; color: var(--swb-ink); text-decoration: none; transition: all .15s; }
.swb-dc-fallback a:hover { border-color: var(--swb-green); background: var(--swb-mint); color: var(--swb-green); }

/* ===================== TRUST BAR (KPIs, deep forest) ===================== */
.swb-trustbar { background: var(--swb-green-deep); color: #fff; padding: 34px 0; }
.swb-trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
/* KPI numbers: weight 500 to match the homepage hero aesthetic (not extra-bold) */
.swb-trustbar .swb-num { font-family: var(--swb-ff); font-weight: 500; font-size: 36px; line-height: 1; letter-spacing: -.01em; }
.swb-trustbar .swb-lbl { font-family: var(--swb-ff); font-weight: 500; font-size: 13.5px; color: rgba(255,255,255,.78); margin-top: 7px; }

/* ===================== WHY MONTHLY (feature-list) ===================== */
.swb-why { background: var(--swb-cream); }
.swb-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.swb-why__media { aspect-ratio: 4/3; border-radius: var(--swb-radius); overflow: hidden; position: relative; box-shadow: var(--swb-shadow-md); }
.swb-why__media img { width: 100%; height: 100%; object-fit: cover; }
.swb-why h2 { font-size: clamp(28px, 3.4vw, 42px); }
.swb-why ul { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 16px; }
.swb-why li { display: flex; gap: 14px; align-items: flex-start; }
.swb-why li .ic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--swb-mint); display: grid; place-items: center; color: var(--swb-green); }
.swb-why li .ic svg { width: 20px; height: 20px; }
.swb-why li h4 { font-family: var(--swb-ff); font-size: 17px; margin: 0 0 3px; color: var(--swb-ink); }
.swb-why li p { font-size: 15px; color: var(--swb-muted); line-height: 1.55; margin: 0; }

/* ===================== WHAT YOUR GIFT DELIVERS (price breakdown) ===================== */
.swb-deliver { background: var(--swb-mint); }
.swb-dgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.swb-dcard { background: var(--swb-card); border-radius: var(--swb-radius); padding: 28px 22px; text-align: center; box-shadow: var(--swb-shadow-sm); border: 1px solid var(--swb-line); position: relative; transition: transform .2s, box-shadow .2s; }
.swb-dcard:hover { transform: translateY(-4px); box-shadow: var(--swb-shadow-md); }
.swb-dcard.feat { border: 2px solid var(--swb-green); }
.swb-dcard.feat .flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); }
/* featured badge in Original Yellow (§02 main accent), Ink text for AA */
.swb-dcard.feat .flag .swb-pill { background: var(--swb-yellow); color: var(--swb-ink); }
.swb-dcard .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--swb-mint); display: grid; place-items: center; color: var(--swb-green); margin: 0 auto 16px; }
.swb-dcard .ic svg { width: 24px; height: 24px; }
.swb-dcard .amt { font-family: var(--swb-ff); font-weight: 600; font-size: 30px; color: var(--swb-green); }
.swb-dcard .amt span { font-size: 14px; color: var(--swb-muted); font-weight: 600; }
.swb-dcard p { font-size: 14.5px; color: var(--swb-ink); margin: 8px 0 0; line-height: 1.5; }

/* ===================== PROGRAMS GRID ===================== */
.swb-programs { background: var(--swb-cream); }
.swb-pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.swb-pcard { border: 1px solid var(--swb-line); border-radius: var(--swb-radius); overflow: hidden; background: var(--swb-card); box-shadow: var(--swb-shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.swb-pcard:hover { transform: translateY(-4px); box-shadow: var(--swb-shadow-md); }
.swb-pcard__img { aspect-ratio: 16/11; position: relative; overflow: hidden; }
.swb-pcard__img img { width: 100%; height: 100%; object-fit: cover; }
.swb-pcard__cat { position: absolute; left: 14px; top: 14px; z-index: 2; }
/* category tag over a photo: white fill, Forest text for legibility (§05/§06) */
.swb-pcard__cat .swb-pill { background: #fff; color: var(--swb-green); border: none; }
.swb-pcard__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.swb-pcard__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.swb-pcard h3 { font-family: var(--swb-ff); font-size: 20px; font-weight: 600; margin: 0 0 8px; color: var(--swb-ink); }
.swb-pcard p { font-size: 14.5px; color: var(--swb-ink); line-height: 1.55; margin: 0; flex: 1; }
.swb-pcard__impact { font-family: var(--swb-ff); font-weight: 600; font-size: 13px; color: var(--swb-green); background: var(--swb-mint); border-radius: 10px; padding: 9px 12px; margin: 14px 0 16px; }
.swb-pcard__actions { display: flex; gap: 10px; align-items: center; }
.swb-pcard__actions .swb-btn { flex: 1; justify-content: center; padding: 12px 16px; font-size: 14.5px; }
.swb-pcard__actions .details { font-family: var(--swb-ff); font-weight: 600; font-size: 14px; color: var(--swb-green); white-space: nowrap; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.swb-pcard__actions .details:hover { color: var(--swb-green-accent); }

/* ===================== HOW IT WORKS / TRUST ===================== */
.swb-how__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.swb-how h2 { font-size: clamp(28px, 3.4vw, 42px); }
.swb-steps { display: grid; gap: 22px; margin-top: 8px; }
.swb-step { display: flex; gap: 18px; align-items: flex-start; }
.swb-step .n { flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--swb-green); color: #fff; display: grid; place-items: center; font-family: var(--swb-ff); font-weight: 700; font-size: 17px; }
.swb-step h4 { font-family: var(--swb-ff); font-size: 18px; margin: 0 0 4px; color: var(--swb-ink); }
.swb-step p { font-size: 15px; color: var(--swb-muted); line-height: 1.55; margin: 0; }
.swb-trustbox { background: var(--swb-green-deep); color: #fff; border-radius: var(--swb-radius); padding: 34px; box-shadow: var(--swb-shadow-md); }
.swb-trustbox h3 { font-family: var(--swb-ff); font-size: 22px; margin: 0 0 6px; color: #fff !important; }
.swb-trustbox > p { color: rgba(255,255,255,.8); font-size: 15px; margin: 0 0 22px; }
.swb-trustbox ul { list-style: none; display: grid; gap: 16px; margin: 0; padding: 0; }
.swb-trustbox li { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; color: #fff; line-height: 1.5; }
.swb-trustbox li svg { width: 22px; height: 22px; flex: none; color: var(--swb-green-accent); margin-top: 1px; }
.swb-trustbox .note { margin-top: 22px; font-size: 12.5px; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; line-height: 1.55; }

/* ===================== STORY ===================== */
.swb-story { background: var(--swb-cream); }
.swb-story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.swb-story__media { aspect-ratio: 1/1; border-radius: var(--swb-radius); overflow: hidden; box-shadow: var(--swb-shadow-md); }
.swb-story__media img { width: 100%; height: 100%; object-fit: cover; }
.swb-story h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 18px; }
.swb-story p { color: var(--swb-ink); font-size: 17px; margin: 0 0 16px; }
.swb-quote { border-left: 3px solid var(--swb-green); padding-left: 20px; margin: 24px 0; font-family: var(--font-display, "Source Serif 4", serif); font-style: italic; color: var(--swb-ink); font-size: 18px; line-height: 1.6; }

/* ===================== GALLERY ===================== */
.swb-section__head { max-width: 660px; margin: 0 auto 36px; text-align: center; }
.swb-gallery { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.swb-gallery__item { margin: 0; }
.swb-gallery__item img { width: 100%; height: 260px; object-fit: cover; border-radius: var(--swb-radius); display: block; }
@media (max-width: 900px) { .swb-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .swb-gallery { grid-template-columns: 1fr; } }

/* ===================== FAQ (native <details>) ===================== */
.swb-faq-sec { background: var(--swb-cream); }
.swb-faq__list { max-width: 820px; margin: 0 auto; }
.swb-qa { border-bottom: 1px solid var(--swb-line); }
.swb-qa__q { width: 100%; cursor: pointer; list-style: none; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-family: var(--swb-ff); font-weight: 600; font-size: 18px; color: var(--swb-ink); }
.swb-qa__q::-webkit-details-marker { display: none; }
.swb-qa__q .chev { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--swb-mint); display: grid; place-items: center; color: var(--swb-green); transition: transform .25s, background .25s; }
.swb-qa__q .chev svg { width: 16px; height: 16px; }
.swb-qa[open] .swb-qa__q .chev { transform: rotate(180deg); background: var(--swb-green); color: #fff; }
.swb-qa__a { color: var(--swb-muted); font-size: 16px; line-height: 1.6; padding: 0 0 24px; }

/* ===================== FINAL CTA (flat Deep Forest) ===================== */
.swb-finalcta { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 56px 0; background: var(--swb-green-deep); }
.swb-faq-sec { padding-bottom: 32px; }  /* tighten the FAQ→CTA gap */
.swb-finalcta .swb-wrap { position: relative; z-index: 2; }
.swb-finalcta h2 { font-size: clamp(32px, 4.4vw, 52px); color: #fff; font-weight: 500; margin: 0 0 18px; }
.swb-finalcta p { font-size: 19px; color: rgba(255,255,255,.9); max-width: 56ch; margin: 0 auto 32px; }
.swb-finalcta .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===================== STICKY MOBILE DONATE BAR ===================== */
.swb-sticky-donate { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: #fff; box-shadow: 0 -6px 24px rgba(0,59,48,.14); padding: 12px 16px; display: none; align-items: center; justify-content: space-between; gap: 12px; transform: translateY(120%); transition: transform .3s; }
.swb-sticky-donate.swb-on { transform: translateY(0); }
.swb-sticky-donate .txt { font-family: var(--swb-ff); font-weight: 600; font-size: 13px; color: var(--swb-ink); line-height: 1.2; }
.swb-sticky-donate .txt small { display: block; color: var(--swb-muted); font-weight: 500; font-size: 11.5px; }

/* ===================== HEADER: transparent overlay on block pages ===================== */
.page-template-swb-full-width header.main-header { position: absolute; left: 0; right: 0; top: 0; z-index: 999; background: transparent !important; transition: background .3s ease, box-shadow .3s ease; }
.page-template-swb-full-width header.main-header [class*="elementor-element"] { background-image: none !important; }
.page-template-swb-full-width.swb-nav-scrolled header.main-header { position: fixed; background: rgba(255,255,255,.96) !important; backdrop-filter: blur(10px); box-shadow: var(--swb-shadow-sm); }
/* Hub theme forces the header in-flow on <=1024px; keep our overlay there too */
@media (max-width: 1024px) {
	.page-template-swb-full-width header.main-header { position: absolute !important; }
	.page-template-swb-full-width.swb-nav-scrolled header.main-header { position: fixed !important; }
}
/* The theme renders BOTH a white custom logo (wp-image-5060) and its own color
   .logo-default; without the theme's sticky JS they stack (visible on mobile).
   Show only the right one per scroll state: white over the hero, color when the
   header turns white on scroll. */
.page-template-swb-full-width:not(.swb-nav-scrolled) header.main-header .navbar-brand-inner { display: none !important; }
.page-template-swb-full-width.swb-nav-scrolled header.main-header img.wp-image-5060 { display: none !important; }
/* scrolled header turns white — the menu links are white (set for over-hero), so
   recolor them to Ink so they're visible. Donate button (.btn) keeps its fill. */
.swb-nav-scrolled header.main-header .lqd-fancy-menu a { color: var(--swb-ink) !important; }
.swb-nav-scrolled header.main-header .lqd-fancy-menu a:hover { color: var(--swb-green) !important; }
/* remove the header Donate button on this page (green-on-green over the hero; the
   page has its own donate card + CTAs throughout) */
.page-template-swb-full-width header.main-header .elementor-button { display: none !important; }
/* Double burger on mobile: the Elementor header has a (non-functional) nav-menu
   widget burger AND the theme has its own working mobile menu (.lqd-mobile-sec).
   Hide the Elementor duplicate; keep the theme's functional menu, but hide its
   logo so it doesn't double up with the Elementor white logo. */
.page-template-swb-full-width header .elementor-element-66596808 { display: none !important; }
.page-template-swb-full-width .lqd-mobile-sec .navbar-brand,
.page-template-swb-full-width .lqd-mobile-sec .lqd-mobile-sec-inner > a { display: none !important; }
/* the theme mobile bar isn't transparent like the main header → it shows as a
   light strip. Overlay it on the hero (top-right) with a white burger. */
.page-template-swb-full-width .lqd-mobile-sec { position: absolute !important; top: 22px; right: 18px; left: auto; width: auto; min-height: 0; background: transparent !important; box-shadow: none !important; z-index: 100; }
.page-template-swb-full-width .lqd-mobile-sec .lqd-mobile-sec-inner,
.page-template-swb-full-width .lqd-mobile-sec .navbar-header,
.page-template-swb-full-width .lqd-mobile-sec .lqd-head-sec-wrap { background: transparent !important; padding: 0 !important; min-height: 0 !important; border: none !important; }
.page-template-swb-full-width .lqd-mobile-sec .navbar-toggle { border: none !important; background: transparent !important; }
.page-template-swb-full-width .lqd-mobile-sec .navbar-toggle .bars span,
.page-template-swb-full-width .lqd-mobile-sec .navbar-toggle .bars,
.page-template-swb-full-width .lqd-mobile-sec .navbar-toggle span,
.page-template-swb-full-width .lqd-mobile-sec .navbar-toggle i::before,
.page-template-swb-full-width .lqd-mobile-sec .navbar-toggle i::after { background-color: #fff !important; color: #fff !important; }

/* ===================== REVEAL ANIMATION ===================== */
html.js .swb-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
html.js .swb-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html.js .swb-reveal { opacity: 1; transform: none; transition: none; }
	.swb-progress__fill { transition: none; }
}

/* ===================== FOCUS STATES (Forest ring) ===================== */
.swb-btn:focus-visible, .swb-pcard a:focus-visible, .swb-qa__q:focus-visible, .swb-dc-fallback a:focus-visible {
	outline: 3px solid var(--swb-green); outline-offset: 3px; border-radius: 8px;
}
.swb-hero .swb-btn:focus-visible, .swb-finalcta .swb-btn:focus-visible, .swb-trustbox a:focus-visible { outline-color: #fff; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1000px) {
	.swb-hero__grid { grid-template-columns: 1fr; gap: 40px; }
	.swb-donatecard { max-width: 480px; }
	.swb-why__grid, .swb-how__grid, .swb-story__grid { grid-template-columns: 1fr; gap: 36px; }
	.swb-pgrid { grid-template-columns: repeat(2, 1fr); }
	.swb-dgrid { grid-template-columns: repeat(2, 1fr); }
	.swb-trustbar__grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 680px) {
	.swb-section { padding: 44px 0; }
	.swb-trustbar { padding: 28px 0; }
	.swb-finalcta { padding: 56px 0; }
	.swb-pgrid, .swb-dgrid { grid-template-columns: 1fr; }
	.swb-dgrid { gap: 14px; }
	.swb-hero { min-height: auto; padding: 96px 0 44px; }
	.swb-hero__grid { gap: 28px; }
	.swb-hero__headline { font-size: 42px; }
	/* mobile logo: size capped here; correct left/right placement requires the
	   theme header to be rebuilt (WS2) — the logo widget is nested in a
	   right-anchored, positioned Elementor container that CSS can't cleanly move. */
	.page-template-swb-full-width header.main-header img { max-width: 190px !important; height: auto !important; }
	.swb-sec-head { margin-bottom: 28px; }
	.swb-sticky-donate { display: flex; }
	.swb-wrap { padding: 0 18px; }
	.swb-donatecard { padding: 16px; }
	/* on mobile, swap the tall inline FU form for a button that opens the modal */
	.swb-donatecard .swb-fu-embed { display: none; }
	.swb-dc-mobilebtn { display: flex; }
}
