/* site.lionhiba.tech — Lions District 351.
   Same design language as ask.lionhiba.tech: large type, big targets, high contrast.
   Colours come from the backend (Colours section) as --primary / --deep / --ink / --accent / --paper. */

:root {
  --primary: #00338D;
  --deep: #0A2560;
  --ink: #0B1F44;
  --accent: #EBB700;
  --paper: #FBF7EE;

  --ink-2: color-mix(in srgb, var(--ink) 82%, white);
  --muted: color-mix(in srgb, var(--ink) 68%, white);
  --deeper: color-mix(in srgb, var(--deep) 80%, black);
  --accent-deep: color-mix(in srgb, var(--accent) 72%, black);
  --accent-soft: color-mix(in srgb, var(--accent) 16%, white);
  --accent-line: color-mix(in srgb, var(--accent) 55%, white);
  --paper-2: color-mix(in srgb, var(--paper) 86%, #C9B68A);
  --card: #FFFFFF;
  --line: color-mix(in srgb, var(--paper) 78%, #9C8452);
  --wa: #25D366;
  --wa-ink: #04311A;
  --wa-edge: #169A4C;

  --radius-s: 12px;
  --radius: 18px;
  --radius-l: 28px;
  --shadow-1: 0 1px 0 rgba(11, 31, 68, .05), 0 2px 10px rgba(11, 31, 68, .06);
  --shadow-2: 0 2px 0 rgba(11, 31, 68, .04), 0 18px 40px -14px rgba(11, 31, 68, .28);
  --tap: 3.2rem;
  --header: 4.5rem;
  --ease: cubic-bezier(.2, .7, .2, 1);

  --font-body: "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-head: "Literata", Georgia, "Times New Roman", serif;
  --scale: 1;
  color-scheme: light;
}
html[lang="ar"] {
  --font-body: "IBM Plex Sans Arabic", "Noto Sans Arabic", Tahoma, sans-serif;
  --font-head: "Noto Naskh Arabic", "IBM Plex Sans Arabic", serif;
}
html[data-size="l"] { --scale: 1.12; }
html[data-size="xl"] { --scale: 1.25; }

*, *::before, *::after { box-sizing: border-box; }
html { font-size: calc(106.25% * var(--scale)); -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header) + 16px); scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; color: inherit; }
a { color: var(--primary); text-underline-offset: .18em; }
p { margin: 0 0 .7em; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; }
:focus-visible { outline: 4px solid var(--accent); outline-offset: 3px; border-radius: 10px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; inset-inline-start: 12px; top: -80px; z-index: 100; background: var(--primary); color: #fff; padding: 12px 18px; border-radius: 12px; font-weight: 700; }
.skip:focus { top: 12px; }
main { display: block; }
main:focus { outline: none; }
.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: clamp(16px, 4.5vw, 40px); }
.wrap.narrow { max-width: 820px; }
.ph { line-height: 1; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: saturate(1.3) blur(12px); -webkit-backdrop-filter: saturate(1.3) blur(12px); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; gap: 12px; min-height: var(--header); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; margin-inline-end: auto; min-width: 0; }
.brand-logo { width: 46px; height: 46px; flex: none; object-fit: contain; }
.brand b { display: block; font-family: var(--font-head); font-size: 1.2rem; line-height: 1.1; white-space: nowrap; }
.brand small { display: block; font-size: .72rem; font-weight: 700; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
html[lang="ar"] .brand small { letter-spacing: 0; text-transform: none; font-size: .8rem; }
.header-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.header-link { font-weight: 700; text-decoration: none; padding: 8px 10px; border-radius: 10px; }
.header-link:hover { background: var(--accent-soft); }
.btn-donate { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0 16px; border: 2px solid #D32F2F; color: #B71C1C; background: #fff; font-weight: 800; letter-spacing: .06em; border-radius: 10px; text-decoration: none; }
html[lang="ar"] .btn-donate { letter-spacing: 0; }
.btn-donate:hover { background: #FDECEC; }
.chip { display: inline-flex; align-items: center; gap: 6px; min-height: 2.75rem; padding: 0 12px; border-radius: 12px; border: 2px solid var(--line); background: var(--card); color: var(--deep); font-weight: 700; font-size: .9rem; cursor: pointer; text-decoration: none; }
.chip:hover { border-color: var(--accent-line); background: var(--accent-soft); }
.chip .ph { font-size: 1.25rem; }
.chip[lang="ar"] { font-family: "IBM Plex Sans Arabic", Tahoma, sans-serif; font-size: 1rem; }
.chip[lang="en"] { font-family: "Atkinson Hyperlegible Next", system-ui, sans-serif; }
@media (max-width: 640px) {
  .brand b { font-size: 1.05rem; }
  .brand-logo { width: 40px; height: 40px; }
  .chip span { display: none; }
  .chip { padding: 0 10px; }
  .btn-donate { padding: 0 12px; font-size: .9rem; }
}

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: var(--tap); padding: 0 22px; border-radius: 16px; border: 2px solid transparent; font-weight: 700; font-size: 1.05rem; line-height: 1.2; text-decoration: none; text-align: center; cursor: pointer; user-select: none; transition: transform .15s var(--ease), box-shadow .2s var(--ease), background .2s; }
.btn .ph { font-size: 1.5rem; }
.btn:active { transform: translateY(2px); }
.btn-sm { min-height: 2.75rem; padding: 0 18px; font-size: .95rem; border-radius: 999px; }
.btn-lg { min-height: 3.6rem; padding: 0 30px; font-size: 1.15rem; }
.btn-block { width: 100%; }
.btn-wa { background: var(--wa); color: var(--wa-ink); box-shadow: 0 5px 0 var(--wa-edge), 0 16px 26px -14px rgba(10, 110, 55, .7); }
.btn-wa b { display: block; }
.btn-wa small { display: block; font-weight: 600; font-size: .78rem; opacity: .85; }
.btn-wa span { display: flex; flex-direction: column; align-items: flex-start; text-align: start; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 4px 0 var(--deeper); }
.btn-gold { background: var(--accent); color: var(--deeper); box-shadow: 0 4px 0 var(--accent-deep); }
.btn-light { background: #fff; color: var(--deep); border-color: rgba(255,255,255,.4); }
.btn-outline { background: #fff; color: var(--deep); border-color: var(--deep); }
.btn-outline:hover { background: var(--accent-soft); }
.mini-btn { display: inline-flex; align-items: center; gap: 6px; min-height: 2.4rem; padding: 0 12px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--deep); font-weight: 700; font-size: .85rem; text-decoration: none; cursor: pointer; }
.mini-btn:hover { border-color: var(--accent-line); background: var(--accent-soft); }
.mini-btn .ph { font-size: 1.1rem; }
.round-btn { width: 3rem; height: 3rem; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: #fff; display: inline-grid; place-items: center; cursor: pointer; }
.round-btn:hover { background: rgba(255,255,255,.18); }
.round-btn .ph { font-size: 1.4rem; }

/* ---------- sections ---------- */
.band { padding-block: clamp(44px, 7vw, 84px); }
.band-paper { background: var(--paper); }
.band-deep { background: var(--deep); color: #fff; }
.band-deep a:not(.btn) { color: #fff; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.section-head h2 { font-family: var(--font-body); font-size: clamp(1.5rem, 3.2vw, 2.05rem); font-weight: 800; margin: 0; }
.section-head h2.serif { font-family: var(--font-head); }
.section-head .hint { color: var(--muted); margin: 6px 0 0; }
.band-deep .section-head .hint { color: rgba(255,255,255,.78); }
.eyebrow { color: var(--accent-deep); font-weight: 800; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 6px; }
.band-deep .eyebrow { color: var(--accent); }
html[lang="ar"] .eyebrow { letter-spacing: 0; text-transform: none; font-size: .9rem; }
.empty { color: var(--muted); font-size: 1.05rem; padding: 18px; background: #fff; border: 1.5px dashed var(--line); border-radius: var(--radius); }
.sub-title { font-size: 1.35rem; margin: 34px 0 16px; }
.sub-title:first-child { margin-top: 0; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(1200px 500px at 85% -10%, color-mix(in srgb, var(--primary) 70%, white 0%) 0%, transparent 60%), linear-gradient(160deg, var(--deep) 0%, var(--primary) 100%); padding-block: clamp(40px, 7vw, 86px) clamp(48px, 8vw, 96px); border-bottom-left-radius: clamp(24px, 5vw, 56px); border-bottom-right-radius: clamp(24px, 5vw, 56px); }
.hero::after { content: ""; position: absolute; inset-inline-end: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; border: 2px solid rgba(235,183,0,.28); pointer-events: none; }
.hero[style*="--hero-image"] { background: linear-gradient(160deg, color-mix(in srgb, var(--deep) 88%, transparent), color-mix(in srgb, var(--primary) 78%, transparent)), var(--hero-image) center/cover; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.hero-solo { grid-template-columns: 1fr; max-width: 820px; }
.greeting { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem; }
html[lang="ar"] .greeting { letter-spacing: 0; text-transform: none; font-size: .95rem; }
.greeting .ph { font-size: 1.2rem; }
.hero h1 { font-family: var(--font-head); font-size: clamp(2.2rem, 5.4vw, 3.6rem); line-height: 1.08; margin: 10px 0 18px; letter-spacing: -.01em; }
.hero h1 em { font-style: normal; color: var(--accent); display: block; }
.hero .lead { font-size: 1.1rem; color: rgba(255,255,255,.88); max-width: 34em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.ask-card { background: #fff; color: var(--ink); border-radius: var(--radius-l); padding: clamp(16px, 2.6vw, 26px); box-shadow: 0 30px 70px -30px rgba(0,0,0,.55); }
.ask-label { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.05rem; margin-bottom: 10px; }
.ask-label .ph { color: var(--accent-deep); font-size: 1.4rem; }
.ask-row { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; align-items: stretch; }
.ask-row textarea { resize: none; min-height: 4.2rem; border: 2px solid var(--line); border-radius: 14px; padding: 10px 12px; background: var(--paper); font-size: 1rem; }
.ask-row textarea:focus { border-color: var(--primary); outline: none; background: #fff; }
.ask-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-width: 4.2rem; border-radius: 14px; border: 2px solid var(--line); background: var(--accent-soft); color: var(--deep); font-weight: 700; font-size: .78rem; cursor: pointer; }
.ask-btn .ph { font-size: 1.5rem; }
.ask-send { background: var(--primary); border-color: var(--primary); color: #fff; }
.popular-title { margin: 16px 0 8px; font-weight: 800; color: var(--muted); font-size: .9rem; }
.popular { display: flex; flex-direction: column; gap: 8px; }
.pill { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 12px; border: 1.5px solid var(--accent-line); background: #FFFCF2; color: var(--deep); text-decoration: none; font-weight: 600; font-size: .95rem; }
.pill:hover { background: var(--accent-soft); }
.pill .ph { color: var(--accent-deep); font-size: 1.2rem; flex: none; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ask-row { grid-template-columns: 1fr 1fr; } .ask-row textarea { grid-column: 1 / -1; } .ask-btn { flex-direction: row; gap: 8px; min-height: 3rem; font-size: .95rem; } }

/* ---------- stats ---------- */
.stats { margin-top: -38px; position: relative; z-index: 2; }
.stats-bar { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-2); overflow: hidden; border: 1px solid var(--line); }
.stats-bar li { padding: 18px 12px; text-align: center; border-inline-end: 1px solid var(--line); }
.stats-bar li:last-child { border-inline-end: 0; }
.stats-bar b { display: block; font-family: var(--font-head); font-size: clamp(1.4rem, 2.6vw, 1.9rem); color: var(--deep); }
.stats-bar span { color: var(--muted); font-size: .85rem; font-weight: 600; }
@media (max-width: 640px) { .stats-bar { grid-template-columns: repeat(2, 1fr); } .stats-bar li { border-bottom: 1px solid var(--line); } }

/* ---------- causes ---------- */
.cause-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cause { display: flex; align-items: center; gap: 12px; padding: 16px; background: #fff; border: 1.5px solid var(--line); border-radius: 14px; color: var(--ink); text-decoration: none; font-weight: 700; transition: transform .15s var(--ease), box-shadow .2s; }
.cause:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); border-color: var(--accent-line); }
.cause-icon { width: 2.6rem; height: 2.6rem; flex: none; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); color: var(--deep); border: 1px solid var(--accent-line); }
.cause-icon .ph { font-size: 1.4rem; }
@media (max-width: 900px) { .cause-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .cause-grid { grid-template-columns: 1fr; } }

/* ---------- countries ---------- */
.country-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.country { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; }
.country h3 { font-size: 1.3rem; display: flex; align-items: center; gap: 10px; }
.country h3::before { content: ""; width: 6px; height: 1.3em; border-radius: 3px; background: var(--accent); }
.country p { color: rgba(255,255,255,.82); font-size: .95rem; }
.country-numbers { display: flex; gap: 22px; margin: 10px 0 18px; }
.country-numbers div { display: flex; flex-direction: column-reverse; }
.country-numbers dd { margin: 0; font-family: var(--font-head); font-size: 1.5rem; color: var(--accent); font-weight: 700; }
.country-numbers dt { font-size: .8rem; color: rgba(255,255,255,.72); }
.country .btn { margin-top: auto; align-self: flex-start; }

/* ---------- news ---------- */
.badge-live { display: inline-flex; align-items: center; gap: 8px; background: #E7F6EC; color: #1D6B3A; border: 1px solid #BFE5CB; padding: 6px 12px; border-radius: 999px; font-weight: 700; font-size: .85rem; margin: 0; }
.badge-live .dot { width: 8px; height: 8px; border-radius: 50%; background: #22A559; box-shadow: 0 0 0 4px rgba(34,165,89,.18); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-1); }
.news-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--paper-2); }
.news-img-empty { display: grid; place-items: center; color: var(--muted); }
.news-img-empty .ph { font-size: 2.4rem; }
.news-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.news-meta { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; color: var(--muted); font-size: .8rem; font-weight: 600; margin-bottom: 8px; }
.news-meta .ph { font-size: 1rem; }
.news-card h3 { font-family: var(--font-head); font-size: 1.12rem; }
.news-summary { color: var(--ink-2); font-size: .92rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news-actions { display: flex; flex-direction: column; gap: 8px; margin-top: auto; padding-top: 8px; align-items: flex-start; }
@media (max-width: 900px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .news-grid { grid-template-columns: 1fr; } }

/* ---------- social carousel ---------- */
.carousel-band .section-head { align-items: flex-end; }
.carousel-controls { display: flex; gap: 10px; }
.carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, calc((100% - 3 * 18px) / 4)); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.35) transparent; }
.carousel:focus-visible { outline-offset: 6px; }
.post-card { scroll-snap-align: start; }
.post-link { display: flex; flex-direction: column; height: 100%; background: #fff; color: var(--ink) !important; text-decoration: none; border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 40px -20px rgba(0,0,0,.6); }
.post-link img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--paper-2); }
.post-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-meta { display: flex; align-items: center; gap: 8px; margin: 0; font-weight: 700; font-size: .88rem; }
.post-meta .ph { font-size: 1.35rem; color: var(--primary); }
.post-country { margin-inline-start: auto; font-size: .75rem; font-weight: 700; color: var(--accent-deep); background: var(--accent-soft); border-radius: 999px; padding: 2px 10px; }
.post-caption { margin: 0; color: var(--ink-2); font-size: .9rem; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.post-open { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--primary); font-size: .88rem; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
@media (max-width: 900px) { .carousel { grid-auto-columns: minmax(240px, 46%); } }
@media (max-width: 560px) { .carousel { grid-auto-columns: 84%; } }

/* ---------- events ---------- */
.event-list { display: flex; flex-direction: column; gap: 14px; }
.event-row { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; box-shadow: var(--shadow-1); }
.date-badge { width: 4.2rem; min-height: 4.2rem; border-radius: 12px; background: var(--deep); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; border-bottom: 4px solid var(--accent); padding: 6px 4px; text-align: center; }
.date-badge b { font-family: var(--font-head); font-size: 1.5rem; line-height: 1; }
.date-badge span { font-size: .72rem; font-weight: 700; }
.event-text h3 { font-size: 1.08rem; margin: 0 0 4px; }
.event-text h3 a { color: var(--ink); text-decoration: none; }
.event-text h3 a:hover { text-decoration: underline; }
.event-text p { margin: 0; color: var(--ink-2); font-size: .92rem; }
.event-meta { color: var(--muted); font-weight: 600; }
.event-list-past .event-row { opacity: .72; }
.event-list-past .date-badge { background: var(--muted); }
@media (max-width: 640px) { .event-row { grid-template-columns: auto 1fr; } .event-row > .btn { grid-column: 1 / -1; } }

/* ---------- donate ---------- */
.donate { position: relative; overflow: hidden; background: radial-gradient(600px 300px at 10% 110%, rgba(235,183,0,.18), transparent 70%), var(--deep); }
.donate-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.donate h2 { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.6rem); }
.donate-copy > p { color: rgba(255,255,255,.86); font-size: 1.08rem; max-width: 36em; }
.donate .btn { margin-top: 10px; }
.donate-note { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: rgba(255,255,255,.72) !important; margin-top: 16px; }
.donate-note .ph { font-size: 1.2rem; color: var(--accent); }
.donate-mark { justify-self: center; width: min(260px, 60vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 2px solid rgba(235,183,0,.35); }
.donate-mark .ph { font-size: 7rem; color: var(--accent); }
.donate-img { border-radius: var(--radius-l); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 800px) { .donate-grid { grid-template-columns: 1fr; } .donate-mark { display: none; } }

/* ---------- join / find / partner ---------- */
.cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.cta-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; box-shadow: var(--shadow-1); }
.cta-card h3 { font-size: 1.2rem; }
.cta-card p { color: var(--ink-2); flex: 1; }

/* ---------- page head & articles ---------- */
.page-head { background: linear-gradient(160deg, var(--deep), var(--primary)); color: #fff; padding-block: clamp(28px, 5vw, 56px); }
.page-head h1 { font-family: var(--font-head); font-size: clamp(1.8rem, 4.4vw, 2.8rem); margin: 8px 0 8px; }
.page-head .lead { color: rgba(255,255,255,.86); font-size: 1.08rem; max-width: 42em; margin: 0; }
.crumb { display: inline-flex; align-items: center; gap: 6px; color: var(--accent) !important; font-weight: 700; text-decoration: none; }
.article-grid { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
@media (max-width: 900px) { .article-grid { grid-template-columns: 1fr; } }
.article-img { width: 100%; height: auto; border-radius: var(--radius); margin-bottom: 22px; object-fit: cover; max-height: 520px; }
.prose { font-size: 1.05rem; }
.prose h2 { font-family: var(--font-head); font-size: 1.45rem; margin: 1.3em 0 .5em; }
.prose h3 { font-size: 1.15rem; margin: 1.1em 0 .4em; }
.prose ul, .prose ol { padding-inline-start: 1.3em; margin: 0 0 1em; }
.prose li { margin-bottom: .35em; }
.side-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; position: sticky; top: calc(var(--header) + 16px); }
.facts { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.facts li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.facts .ph { color: var(--accent-deep); font-size: 1.35rem; flex: none; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; margin-top: 18px; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }

/* ---------- clubs ---------- */
.club-search { display: flex; gap: 10px; max-width: 640px; }
.club-search input { flex: 1; min-width: 0; min-height: var(--tap); border: 2px solid var(--line); border-radius: 14px; padding: 0 14px; font-size: 1.05rem; background: #fff; }
.club-search input:focus { outline: none; border-color: var(--primary); }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 8px; }
.tab { padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line); text-decoration: none; font-weight: 700; color: var(--deep); background: #fff; }
.tab[aria-current="page"] { background: var(--deep); color: #fff; border-color: var(--deep); }
.result-count { color: var(--muted); font-weight: 600; }
.club-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 16px; }
.club-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-1); }
.club-card h3 { font-size: 1.1rem; margin-bottom: 4px; }
.club-tags { display: flex; gap: 8px; flex-wrap: wrap; font-size: .8rem; font-weight: 700; color: var(--muted); margin-bottom: 10px; }
.tag { background: var(--accent-soft); color: var(--accent-deep); border-radius: 999px; padding: 1px 10px; }
.tag-warn { background: #FDECEC; color: #9A1C1C; }
.officers { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.officers li { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "role btn" "name btn"; column-gap: 10px; border-top: 1px solid var(--paper-2); padding-top: 8px; }
.officer-role { grid-area: role; font-size: .75rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
html[lang="ar"] .officer-role { text-transform: none; letter-spacing: 0; font-size: .82rem; }
.officer-name { grid-area: name; font-weight: 700; }
.officers .mini-btn { grid-area: btn; align-self: center; }
.officers a.phone-link { grid-area: btn; align-self: center; font-weight: 800; direction: ltr; unicode-bidi: isolate; }

/* ---------- leadership ---------- */
.people-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.person { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; text-align: center; box-shadow: var(--shadow-1); }
.person-photo { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; border: 3px solid var(--accent); }
.person-photo-empty { display: grid; place-items: center; background: var(--paper); color: var(--muted); }
.person-photo-empty .ph { font-size: 2.6rem; }
.person h3 { font-size: 1.08rem; margin-bottom: 2px; }
.person-role { font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.person-club, .person-bio { font-size: .9rem; color: var(--ink-2); }
.person-contact { display: flex; flex-direction: column; gap: 4px; align-items: center; font-size: .9rem; }
.person-contact a { display: inline-flex; gap: 6px; align-items: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--deeper); color: rgba(255,255,255,.86); padding-block: 48px 24px; }
.site-footer a { color: #fff; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 24px; }
.footer-col h2, .footer-social h2 { color: var(--accent); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
html[lang="ar"] .footer-col h2, html[lang="ar"] .footer-social h2 { letter-spacing: 0; text-transform: none; font-size: .95rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); }
.footer-social { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.social-groups { display: flex; flex-wrap: wrap; gap: 14px 30px; }
.social-group { display: flex; align-items: center; gap: 8px; }
.social-group > span { font-weight: 700; margin-inline-end: 4px; }
.social-icon { width: 2.6rem; height: 2.6rem; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); text-decoration: none; }
.social-icon:hover { background: var(--accent); color: var(--deeper) !important; }
.social-icon .ph { font-size: 1.35rem; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.7); }
.motto { font-family: var(--font-head); color: var(--accent); font-weight: 700; }

/* ---------- WhatsApp call sheet (desktop: QR) ---------- */
.call-sheet { position: fixed; inset: 0; z-index: 90; background: rgba(6, 18, 44, .55); display: grid; place-items: center; padding: 16px; }
.call-sheet-card { background: #fff; color: var(--ink); border-radius: var(--radius-l); padding: 26px; max-width: 420px; width: 100%; text-align: center; box-shadow: var(--shadow-2); }
.call-sheet-card img, .call-sheet-card canvas { margin: 14px auto; width: 220px; height: 220px; }
.call-sheet-card .btn { margin-top: 8px; }
