/* Shared additions for the existing Hebrew and English designs. */
.stat-source {
    display: block;
    max-width: 22ch;
    margin: .65rem auto 0;
    font-size: .72rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
html[lang="en"] .hero .stat-source { color: rgba(255,255,255,.8); }
html[lang="en"] .hero .stat-word { font-size: clamp(1.5rem, 3vw, 2rem); }
html[lang="he"] .hero .stat-word { font-size: clamp(1.4rem, 4vw, 2rem); }
html[lang="he"] .stat-source { color: var(--text-light); }
.support-intro { max-width: 820px; margin-inline: auto; text-align: center; line-height: 1.8; }
.support-intro p { margin-block: 1rem; }
.support-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem 1.5rem; margin-block-start: 2rem; }
.support-text-link, .faq-answer a { color: var(--navy, var(--primary, #00695c)); text-decoration: underline; text-underline-offset: .18em; }
.support-text-link:focus-visible, .support-faq a:focus-visible, .support-faq summary:focus-visible { outline: 3px solid #b48a35; outline-offset: 4px; }
.support-icon { font-size: 1.8rem; color: var(--navy, #1c3345); margin-block-end: 1rem; }
.support-followup { margin-block-start: 3rem; }
.campaigns-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.campaign-body .btn { white-space: normal; text-align: center; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.chief-rabbi-text p { line-height: 1.8; margin-block: 1rem; }
html[lang="he"] .story-card h3 { color: var(--primary); margin-block-end: 1rem; }
.support-faq { padding: clamp(3rem, 7vw, 5rem) 1.25rem; background: #fff; scroll-margin-top: 6rem; }
.faq-inner { max-width: 900px; margin-inline: auto; }
.support-faq h2 { text-align: center; color: var(--navy, var(--primary, #00695c)); font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.25; margin-block-end: 1rem; }
.faq-intro { text-align: center; color: var(--text-light, #56646b); margin-block-end: 2rem; }
.support-faq details { border-block-end: 1px solid #d8e0df; }
.support-faq details:first-of-type { border-block-start: 1px solid #d8e0df; }
.support-faq summary { padding: 1.3rem .25rem; cursor: pointer; font-weight: 600; color: var(--navy, var(--primary, #00695c)); line-height: 1.6; }
.support-faq summary::marker { color: #a27a27; }
.faq-answer { padding: 0 .25rem 1.4rem; line-height: 1.85; color: var(--text, #263c3a); }
.faq-answer p { margin: 0; }
html[lang="he"] #stories, html[lang="he"] #contact-form, html[lang="he"] #donate { scroll-margin-top: 6rem; }
@media (max-width: 480px) {
    .support-actions > .btn { width: 100%; justify-content: center; }
    .stat-source { font-size: .68rem; }
}
.he-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 1.5rem; margin-block: 1.5rem; }
.he-footer-nav a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }

/* Language choice remains visible when the navigation menu is collapsed. */
.header-inner, .header-content { gap: 1rem; }
.header-actions { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
.site-header .header-actions { order: 3; }
.site-header .main-nav { margin-inline-start: auto; }
.language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 4.25rem;
    padding: .5rem .75rem;
    border: 1px solid currentColor;
    border-radius: 6px;
    color: var(--navy, var(--primary, #00838f));
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}
.language-switch:focus-visible { outline: 3px solid #96731c; outline-offset: 3px; }
@media (max-width: 1180px) {
    .site-header .mobile-toggle { display: flex; align-items: center; justify-content: center; }
    .site-header .main-nav { position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: var(--shadow-lg); display: none; }
    .site-header .main-nav.open { display: block; }
    .site-header .main-nav ul { flex-direction: column; gap: 0; padding: 1rem; }
    .site-header .main-nav ul li { width: 100%; border-bottom: 1px solid var(--gray); }
    .site-header .main-nav ul li:last-child { border-bottom: 0; }
    .site-header .main-nav a { display: block; padding: .9rem 0; }
    .header .nav-menu { display: none; }
    .header .menu-toggle { display: flex; }
    .header .nav-menu.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; position: absolute; inset-inline: 20px; top: 100%; background: #fff; box-shadow: var(--shadow); border-radius: 12px; padding: 12px; }
    .header .nav-menu.open a { display: block; padding: 12px 18px; }
}
@media (max-width: 480px) {
    .site-header .header-inner, .header .header-content { gap: .5rem; padding: .75rem 1rem; }
    .site-header .brand { gap: .5rem; min-width: 0; }
    .site-header .brand-icon { width: 36px; height: 36px; }
    .site-header .brand-name { font-size: 1.05rem; letter-spacing: .03em; }
    .site-header .brand-tag { font-size: .75rem; letter-spacing: .03em; }
    .header .logo { font-size: 1.2rem; gap: .35rem; }
    .header .logo i { font-size: 1.4rem; }
    .header-actions { gap: .25rem; }
    .header-actions .language-switch { min-width: 4rem; padding-inline: .5rem; font-size: .875rem; }
}
