:root {
  --emerald: #075c3d;
  --forest: #0b6b47;
  --sage: #84b19c;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --charcoal: #173b31;
  --gold: #c8b486;
  --mist: #e6eee9;
  --line: rgba(23, 59, 49, 0.16);
  --font-display: 'Newsreader', Baskerville, 'Iowan Old Style', Georgia, serif;
  --font-sans: 'Manrope', 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--charcoal); font-family: var(--font-sans); font-size: 16px; line-height: 1.58; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--forest); color: var(--paper); border-bottom: 1px solid rgba(255, 253, 248, 0.22); }
.site-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; width: 204px; height: 82px; flex: 0 0 204px; align-items: center; }
.brand img { width: 198px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; min-height: 40px; display: inline-flex; align-items: center; color: rgba(255, 253, 248, 0.88); }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: transparent; content: ''; }
.site-nav > a:hover { color: var(--paper); }
.site-nav > a:not(.button):hover::after { background: var(--gold); }
.site-nav > a[aria-current='page'] { color: var(--gold); opacity: 1; }
.site-nav > a[aria-current='page']::after { background: var(--gold); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle__line { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 700; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 39px; padding: 0 14px; }
.button--gold { background: var(--gold); color: var(--charcoal); box-shadow: 0 8px 20px rgba(23, 59, 49, 0.18); }
.button--gold:hover { background: var(--paper); }
.button--primary { background: var(--emerald); color: var(--paper); }
.button--light { background: var(--paper); color: var(--emerald); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--emerald); font-size: 13px; font-weight: 700; }

.eyebrow { margin: 0 0 15px; color: var(--forest); font-size: 10px; font-weight: 700; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 500; line-height: 1.04; }

.hub-hero { padding: 68px 0 0; background: var(--cream); }
.hub-hero__inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(50px, 8vw, 105px); align-items: end; }
.hub-hero__copy h1 { max-width: 590px; color: var(--emerald); font-size: clamp(50px, 5.5vw, 76px); }
.hub-hero__intro { max-width: 560px; margin: 26px 0 0; color: rgba(23, 59, 49, 0.72); font-size: 17px; }
.donation-amounts { width: min(390px, 100%); margin-top: 26px; }
.donation-amounts > p { margin: 0 0 9px; color: rgba(23, 59, 49, 0.62); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.donation-amounts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.donation-amounts__grid a { display: flex; min-width: 0; min-height: 48px; align-items: center; justify-content: center; border: 1px solid rgba(7, 92, 61, 0.28); background: var(--paper); color: var(--emerald); font-family: var(--font-display); font-size: 22px; font-weight: 600; transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease; }
.donation-amounts__grid a:hover { border-color: var(--emerald); background: var(--emerald); color: var(--paper); transform: translateY(-2px); }
.hub-hero__actions { margin-top: 12px; }
.button--hero-donate { min-height: 58px; padding: 0 24px; border-color: var(--emerald); background: var(--emerald); color: var(--paper); box-shadow: 0 12px 28px rgba(23, 59, 49, 0.18); font-size: 14px; }
.button--hero-donate:hover { border-color: var(--gold); background: var(--gold); color: var(--charcoal); }
.home-spotlight { min-width: 0; border: 1px solid var(--line); background: var(--paper); }
.home-spotlight__header { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 24px; padding: 0 22px; background: var(--emerald); color: var(--paper); }
.home-spotlight__header p, .home-spotlight__header span { margin: 0; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.home-spotlight__header p { color: var(--gold); }
.home-spotlight__header span { color: rgba(255, 253, 248, 0.58); }
.home-spotlight__slides { min-height: 414px; }
.home-spotlight__slide { min-height: 414px; }
.home-spotlight__slide img { width: 100%; height: 185px; object-fit: cover; }
.home-spotlight__content { display: flex; min-height: 229px; flex-direction: column; padding: 25px 27px 27px; }
.home-spotlight__kicker, .home-spotlight__fallback > p { margin: 0 0 10px; color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.home-spotlight__content h2, .home-spotlight__fallback h2 { color: var(--emerald); font-size: 31px; }
.home-spotlight__summary { margin: 13px 0 18px; color: rgba(23, 59, 49, 0.64); font-size: 12px; }
.home-spotlight__link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--emerald); font-size: 12px; font-weight: 700; }
.home-spotlight__link span { color: var(--gold); transition: transform 180ms ease; }
.home-spotlight__link:hover span { transform: translateX(4px); }
.home-spotlight__fallback { min-height: 414px; padding: 32px 27px; }
.home-spotlight__controls { display: grid; min-height: 56px; grid-template-columns: 56px 1fr 56px; align-items: center; border-top: 1px solid var(--line); }
.home-spotlight__controls > button { width: 56px; height: 56px; border: 0; background: transparent; cursor: pointer; color: var(--emerald); font-size: 18px; }
.home-spotlight__controls > button:hover { background: var(--mist); }
.home-spotlight__dots { display: flex; align-items: center; justify-content: center; gap: 9px; }
.home-spotlight__dots button { width: 26px; height: 26px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.home-spotlight__dots button::before { display: block; width: 18px; height: 2px; margin: auto; background: rgba(23, 59, 49, 0.24); content: ''; }
.home-spotlight__dots button[aria-pressed='true']::before { background: var(--emerald); }
.search-status { margin: 14px 0 0; color: rgba(255, 253, 248, 0.62); font-size: 11px; }
.hub-hero__rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 48px; padding-bottom: 18px; }
.hub-hero__rail a { display: flex; min-height: 78px; align-items: center; gap: 13px; padding: 0 20px; border: 1px solid var(--line); background: var(--paper); color: var(--emerald); font-size: 12px; font-weight: 700; }
.hub-hero__rail a:first-child { border-color: var(--gold); background: var(--gold); color: var(--charcoal); }
.hub-hero__rail a:nth-child(2) { border-color: var(--emerald); background: var(--emerald); color: var(--paper); }
.hub-hero__rail span { color: var(--gold); font-size: 10px; }
.hub-hero__rail a:first-child span { color: var(--charcoal); }
.hub-hero__rail a:hover { transform: translateY(-2px); }

.islamic-date-band { background: var(--charcoal); color: var(--paper); }
.islamic-date-band__inner { display: flex; min-height: 190px; align-items: center; justify-content: space-between; gap: clamp(45px, 8vw, 100px); padding-top: 36px; padding-bottom: 36px; }
.islamic-date-band .eyebrow { margin-bottom: 10px; color: var(--gold); }
.islamic-date-band__calendar { min-width: 0; }
.islamic-date-band__date { margin: 0; font-family: var(--font-display); font-size: clamp(35px, 4.2vw, 52px); font-weight: 500; line-height: 1.05; }
.islamic-date-band__caveat { margin: 12px 0 0; color: rgba(255, 253, 248, 0.56); font-size: 10px; }
.islamic-date-band__occasion { width: min(440px, 44%); padding: 5px 0 5px 34px; border-left: 1px solid rgba(200, 180, 134, 0.5); }
.islamic-date-band__occasion-label { margin: 0 0 10px; color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.islamic-date-band__occasion > p:last-child { margin: 0; color: rgba(255, 253, 248, 0.82); font-size: 13px; }

.section { padding: 98px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.section-heading h2, .locations-intro h2, .connect-band h2 { max-width: 720px; color: var(--emerald); font-size: clamp(38px, 4.6vw, 58px); }
.section-heading > p { max-width: 380px; margin: 0 0 5px; color: rgba(23, 59, 49, 0.62); font-size: 14px; }

.section--hub { background: var(--paper); }
.hub-filter { display: flex; gap: 7px; margin-bottom: 22px; padding-bottom: 13px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.hub-filter__button { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--line); border-radius: 3px; background: transparent; cursor: pointer; color: rgba(23, 59, 49, 0.66); font-size: 11px; font-weight: 600; }
.hub-filter__button:hover, .hub-filter__button.is-active { border-color: var(--emerald); background: var(--emerald); color: var(--paper); }
.hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hub-card { display: flex; min-height: 330px; flex-direction: column; padding: 25px; border: 1px solid var(--line); background: var(--paper); }
.hub-card--featured { background: var(--cream); }
.hub-card--sage { background: var(--mist); }
.hub-card--gold { background: #eee7d8; }
.hub-card--dark { background: var(--emerald); color: var(--paper); }
.hub-card__number { margin: 0 0 45px; color: var(--gold); font-size: 11px; font-weight: 700; }
.hub-card__label { margin: 0 0 11px; color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.hub-card--dark .hub-card__label { color: var(--gold); }
.hub-card h3 { font-size: 28px; }
.hub-card > p:not(.hub-card__number):not(.hub-card__label) { margin: 14px 0 22px; color: rgba(23, 59, 49, 0.64); font-size: 12px; }
.hub-card--dark > p:not(.hub-card__number):not(.hub-card__label) { color: rgba(255, 253, 248, 0.68); }
.hub-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--emerald); font-size: 12px; font-weight: 700; }
.hub-card--dark a { color: var(--gold); }
.hub-card a span, .location-row > span:last-child { transition: transform 180ms ease; }
.hub-card a:hover span, .location-row:hover > span:last-child { transform: translateX(4px); }
.empty-state { padding: 28px; border: 1px solid var(--line); background: var(--cream); color: rgba(23, 59, 49, 0.66); font-size: 13px; text-align: center; }

.section--locations { background: var(--cream); }
.locations-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(50px, 8vw, 105px); align-items: start; }
.locations-intro { position: sticky; top: 120px; }
.locations-intro > p:not(.eyebrow) { max-width: 440px; margin: 25px 0 30px; color: rgba(23, 59, 49, 0.68); font-size: 14px; }
.location-finder { padding: 32px; background: var(--paper); border: 1px solid var(--line); }
.location-finder > label { color: var(--emerald); }
.location-finder > input { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--charcoal); outline: 0; background: transparent; color: var(--charcoal); font-size: 14px; }
.location-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
.location-tools label { color: rgba(23, 59, 49, 0.56); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.location-tools select { min-width: 190px; padding: 9px 30px 9px 11px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); color: var(--charcoal); font: inherit; font-size: 12px; }
.location-finder > .search-status { margin-bottom: 18px; color: rgba(23, 59, 49, 0.54); }
.location-list { max-height: 570px; overflow-y: auto; border-top: 1px solid var(--line); scrollbar-color: var(--sage) transparent; scrollbar-width: thin; }
.location-row { display: flex; min-height: 67px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.location-row > span:first-child { display: grid; min-width: 0; flex: 1; grid-template-columns: minmax(0, 1fr) 150px; gap: 18px; align-items: baseline; }
.location-row strong { font-family: var(--font-display); font-size: 20px; font-weight: 500; }
.location-row small { color: rgba(23, 59, 49, 0.52); font-size: 10px; text-transform: uppercase; }
.location-row > span:last-child { color: var(--forest); font-size: 12px; }
.empty-state--compact { margin: 18px 0 0; padding: 18px; }

.section--programs { background: var(--paper); }
.program-grid { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 14px; }
.program-feature { display: grid; grid-template-rows: 340px auto; background: var(--emerald); color: var(--paper); }
.program-feature img { width: 100%; height: 340px; object-fit: cover; }
.program-feature__copy { padding: 37px; }
.program-feature__copy .eyebrow, .program-card--green .eyebrow { color: var(--gold); }
.program-feature h3 { max-width: 630px; font-size: clamp(35px, 4vw, 50px); }
.program-feature__copy > p:not(.eyebrow) { max-width: 620px; margin: 18px 0 25px; color: rgba(255, 253, 248, 0.72); font-size: 13px; }
.link-group { display: flex; flex-wrap: wrap; gap: 13px 25px; }
.link-group a, .program-card a, .update-card a { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }
.link-group a { color: var(--gold); }
.program-stack { display: grid; grid-template-rows: repeat(2, 1fr); gap: 14px; }
.program-card { display: flex; min-height: 310px; flex-direction: column; justify-content: center; padding: 32px; background: var(--cream); }
.program-card--green { background: var(--forest); color: var(--paper); }
.program-card h3 { font-size: 32px; }
.program-card > p:not(.eyebrow) { margin: 16px 0 24px; color: rgba(23, 59, 49, 0.64); font-size: 12px; }
.program-card--green > p:not(.eyebrow) { color: rgba(255, 253, 248, 0.7); }
.program-card a { color: var(--emerald); }
.program-card--green a { color: var(--gold); }

.section--positions { background: var(--emerald); color: var(--paper); }
.positions-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.positions-layout h2 { max-width: 590px; color: var(--paper); font-size: clamp(42px, 5vw, 62px); }
.positions-layout .eyebrow { color: var(--gold); }
.positions-intro { max-width: 510px; margin: 23px 0 0; color: rgba(255, 253, 248, 0.68); font-size: 14px; }
.positions-empty { padding: 42px; border: 1px solid rgba(255, 253, 248, 0.24); background: rgba(255, 253, 248, 0.06); }
.positions-empty__status, .directory-empty__status { margin: 0 0 17px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.positions-empty h3, .directory-empty h3, .calendar-embed h3 { font-size: 35px; }
.positions-empty > p:not(.positions-empty__status) { margin: 17px 0 24px; color: rgba(255, 253, 248, 0.66); font-size: 13px; }
.positions-empty a { display: inline-flex; gap: 9px; color: var(--gold); font-size: 12px; font-weight: 700; }
.positions-preview { padding: 35px 40px; border: 1px solid rgba(255, 253, 248, 0.24); background: rgba(255, 253, 248, 0.06); }
.positions-preview__status { margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.positions-preview__list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255, 253, 248, 0.18); border-left: 1px solid rgba(255, 253, 248, 0.18); }
.positions-preview__list span { min-height: 68px; display: flex; align-items: center; padding: 14px 16px; border-right: 1px solid rgba(255, 253, 248, 0.18); border-bottom: 1px solid rgba(255, 253, 248, 0.18); font-family: var(--font-display); font-size: 18px; line-height: 1.12; }
.positions-preview > a { display: inline-flex; gap: 9px; margin-top: 24px; color: var(--gold); font-size: 12px; font-weight: 700; }

.section--updates { background: var(--cream); }
.update-grid { display: grid; grid-template-columns: 1.3fr 0.85fr 0.85fr; gap: 14px; }
.update-card { display: flex; min-height: 360px; flex-direction: column; justify-content: center; padding: 31px; background: var(--paper); border: 1px solid var(--line); }
.update-card--sage { background: var(--mist); }
.update-card--image { display: grid; grid-template-columns: 0.9fr 1.1fr; padding: 0; overflow: hidden; background: var(--emerald); color: var(--paper); }
.update-card--image img { width: 100%; height: 100%; object-fit: cover; }
.update-card--image > div { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.update-card--image .eyebrow { color: var(--gold); }
.update-card h3 { font-size: 31px; }
.update-card > p:not(.eyebrow), .update-card--image > div > p:not(.eyebrow) { margin: 17px 0 25px; color: rgba(23, 59, 49, 0.64); font-size: 12px; }
.update-card--image > div > p:not(.eyebrow) { color: rgba(255, 253, 248, 0.7); }
.update-card a { margin-top: auto; color: var(--emerald); }
.update-card--image a { color: var(--gold); }

.connect-band { background: var(--gold); }
.connect-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-top: 64px; padding-bottom: 64px; }
.connect-band h2 { max-width: 680px; color: var(--charcoal); }
.connect-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.connect-actions > a:not(.button) { font-size: 13px; font-weight: 700; }

.subpage-hero { padding: 66px 0 76px; background: var(--cream); }
.subpage-hero__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.subpage-hero h1 { color: var(--emerald); font-size: clamp(56px, 7vw, 88px); }
.subpage-hero p:not(.eyebrow) { max-width: 540px; margin: 24px 0 0; color: rgba(23, 59, 49, 0.68); font-size: 16px; }
.subpage-hero img { width: 100%; height: 400px; object-fit: cover; }
.section--chapter-map { background: var(--emerald); color: var(--paper); }
.chapter-map-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(48px, 7vw, 90px); align-items: center; }
.chapter-map-copy .eyebrow { color: var(--gold); }
.chapter-map-copy h2 { max-width: 510px; font-size: clamp(42px, 5vw, 62px); }
.chapter-map-copy > p:not(.eyebrow) { max-width: 480px; margin: 22px 0 31px; color: rgba(255, 253, 248, 0.7); font-size: 13px; }
.chapter-map-stats { display: grid; max-width: 430px; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid rgba(255, 253, 248, 0.24); }
.chapter-map-stats > div { padding: 23px 20px 0 0; }
.chapter-map-stats dt { font-family: var(--font-display); font-size: 38px; line-height: 1; }
.chapter-map-stats dd { margin: 8px 0 0; color: rgba(255, 253, 248, 0.62); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.chapter-map { width: 100%; height: 500px; border: 8px solid rgba(255, 253, 248, 0.12); background: var(--mist); }
.chapter-map .leaflet-control-zoom a { color: var(--charcoal); }
.chapter-map .leaflet-popup-content-wrapper { border-radius: 3px; box-shadow: 0 12px 28px rgba(23, 59, 49, 0.2); }
.chapter-map .leaflet-popup-content { margin: 16px 18px; font-family: var(--font-sans); }
.chapter-map-popup { display: grid; gap: 4px; }
.chapter-map-popup strong { color: var(--emerald); font-family: var(--font-display); font-size: 18px; font-weight: 500; line-height: 1.12; }
.chapter-map-popup span { color: rgba(23, 59, 49, 0.62); font-size: 10px; }
.section--chapter-directory { background: var(--paper); }
.chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.chapter-card { display: grid; min-height: 350px; grid-template-rows: 175px 1fr; border: 1px solid var(--line); background: var(--paper); }
.chapter-card img { width: 100%; height: 250px; object-fit: cover; }
.chapter-card__mark { display: flex; align-items: flex-end; padding: 25px; background: var(--emerald); color: var(--paper); font-family: var(--font-display); font-size: 39px; line-height: 1; }
.chapter-card:nth-child(2) .chapter-card__mark { background: var(--gold); color: var(--charcoal); }
.chapter-card:nth-child(3) .chapter-card__mark { background: var(--mist); color: var(--emerald); }
.chapter-card:nth-child(4) .chapter-card__mark { background: var(--charcoal); color: var(--paper); }
.chapter-card:nth-child(5) .chapter-card__mark { background: var(--sage); color: var(--charcoal); }
.chapter-card:nth-child(6) .chapter-card__mark { background: #eee7d8; color: var(--emerald); }
.chapter-card:nth-child(7) .chapter-card__mark { background: var(--mist); color: var(--emerald); }
.chapter-card:nth-child(8) .chapter-card__mark { background: var(--charcoal); color: var(--paper); }
.chapter-card:nth-child(9) .chapter-card__mark { background: var(--gold); color: var(--charcoal); }
.chapter-card:nth-child(10) .chapter-card__mark { background: var(--forest); color: var(--paper); }
.chapter-card__copy { display: flex; flex-direction: column; padding: 26px; }
.chapter-card__status { margin: 0 0 13px; color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.chapter-card h3 { font-size: 30px; }
.chapter-card__location { margin: auto 0 0; padding-top: 24px; color: rgba(23, 59, 49, 0.62); font-size: 12px; }
.chapter-card__summary { margin: 13px 0 0; color: rgba(23, 59, 49, 0.62); font-size: 12px; }
.chapter-card a { color: var(--emerald); font-size: 12px; font-weight: 700; }
.directory-empty { padding: 64px; border: 1px solid var(--line); background: var(--cream); text-align: center; }
.directory-empty h3 { color: var(--emerald); }
.directory-empty > p:not(.directory-empty__status) { max-width: 580px; margin: 17px auto 0; color: rgba(23, 59, 49, 0.62); font-size: 13px; }
.chapter-cta { background: var(--forest); color: var(--paper); }
.chapter-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-top: 67px; padding-bottom: 67px; }
.chapter-cta .eyebrow { color: var(--gold); }
.chapter-cta h2 { font-size: clamp(42px, 5vw, 60px); }
.chapter-cta__inner > div:last-child > p { max-width: 500px; margin: 0 0 23px; color: rgba(255, 253, 248, 0.7); font-size: 13px; }
.section--calendar { background: var(--paper); }
.calendar-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.calendar-intro h2, .event-info-grid h2 { color: var(--emerald); font-size: clamp(40px, 5vw, 58px); }
.calendar-intro > p:not(.eyebrow) { margin: 22px 0 25px; color: rgba(23, 59, 49, 0.64); font-size: 13px; }
.calendar-embed { display: flex; min-height: 520px; flex-direction: column; align-items: center; justify-content: center; padding: 48px; border: 1px solid var(--line); background: var(--cream); text-align: center; }
.calendar-embed h3 { color: var(--emerald); }
.calendar-embed > p:not(.directory-empty__status) { max-width: 440px; margin: 17px auto 0; color: rgba(23, 59, 49, 0.62); font-size: 13px; }
.calendar-embed--active { display: block; padding: 0; background: var(--paper); }
.calendar-embed iframe { width: 100%; height: 650px; border: 0; }
.section--event-info { background: var(--cream); }
.event-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.event-info-grid > div:first-child > p:not(.eyebrow) { max-width: 530px; margin: 20px 0 0; color: rgba(23, 59, 49, 0.64); font-size: 13px; }
.event-contact { padding: 38px; background: var(--emerald); color: var(--paper); }
.event-contact .eyebrow { color: var(--gold); }
.event-contact h3 { font-size: 35px; }
.event-contact > p:not(.eyebrow) { margin: 17px 0 23px; color: rgba(255, 253, 248, 0.68); font-size: 13px; }
.event-contact a { color: var(--gold); font-size: 12px; font-weight: 700; }

.updates-page-hero { padding: 70px 0; background: var(--cream); }
.updates-page-hero__inner { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(48px, 7vw, 90px); align-items: center; }
.updates-page-hero__copy { min-width: 0; }
.updates-page-hero__copy h1 { max-width: 610px; color: var(--emerald); font-size: clamp(50px, 4.3vw, 60px); }
.updates-page-hero__copy > p:not(.eyebrow) { max-width: 550px; margin: 24px 0 0; color: rgba(23, 59, 49, 0.68); font-size: 16px; }
.updates-page-hero__inner > img { width: 100%; height: 430px; object-fit: cover; }
.updates-page-hero__copy .updates-page-hero__notice { max-width: 540px; margin-top: 30px; padding: 18px 20px; border-top: 1px solid rgba(7, 92, 61, 0.2); border-bottom: 1px solid rgba(7, 92, 61, 0.2); background: var(--mist); color: var(--emerald); font-family: var(--font-display); font-size: 20px; font-weight: 500; line-height: 1.25; }
.section--current-updates { background: var(--paper); }
.website-update-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.website-update-card { display: grid; min-width: 0; min-height: 455px; grid-template-rows: 205px 1fr; border: 1px solid var(--line); background: var(--paper); }
.website-update-card img { width: 100%; height: 205px; object-fit: cover; }
.website-update-card__copy { display: flex; min-width: 0; flex-direction: column; padding: 27px; }
.website-update-card__copy .eyebrow { margin-bottom: 12px; }
.website-update-card h3 { overflow-wrap: anywhere; color: var(--emerald); font-size: 30px; }
.website-update-card__summary { margin: 15px 0 22px; color: rgba(23, 59, 49, 0.64); font-size: 12px; }
.website-update-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--emerald); font-size: 12px; font-weight: 700; }
.website-update-card a span { color: var(--gold); transition: transform 180ms ease; }
.website-update-card a:hover span { transform: translateX(4px); }
.section--edition-archive { background: var(--cream); }
.edition-empty { display: grid; grid-template-columns: 115px 1fr; gap: 35px; align-items: start; padding: 43px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.edition-empty > span { color: var(--gold); font-family: var(--font-display); font-size: 58px; line-height: 0.9; }
.edition-empty h3 { color: var(--emerald); font-size: 37px; }
.edition-empty > div > p:last-child { max-width: 620px; margin: 16px 0 0; color: rgba(23, 59, 49, 0.62); font-size: 13px; }

.join-team-hero img { object-position: center 42%; }
.section--open-roles { background: var(--cream); }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.role-card { display: flex; aspect-ratio: 1; min-width: 0; flex-direction: column; padding: 42px; border: 1px solid var(--line); background: var(--paper); }
.role-card--featured { background: var(--mist); }
.role-card--dark { background: var(--charcoal); color: var(--paper); }
.role-card--lead { min-height: 480px; aspect-ratio: auto; grid-column: 1 / -1; padding: 50px; }
.role-card__topline { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 48px; color: var(--forest); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.role-card--dark .role-card__topline { color: var(--gold); }
.role-card h3 { max-width: 520px; color: var(--emerald); font-size: 42px; }
.role-card--lead h3 { max-width: 760px; font-size: 56px; }
.role-card--dark h3 { color: var(--paper); }
.role-card > p { max-width: 560px; margin: 20px 0 26px; color: rgba(23, 59, 49, 0.65); font-size: 15px; }
.role-card--lead > p { max-width: 760px; font-size: 17px; }
.role-card--dark > p { color: rgba(255, 253, 248, 0.68); }
.role-card ul { display: grid; gap: 10px; margin: 0 0 32px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.role-card--lead ul { grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 980px; }
.role-card--dark ul { border-color: rgba(255, 253, 248, 0.18); }
.role-card li { position: relative; padding-left: 18px; color: rgba(23, 59, 49, 0.7); font-size: 13px; }
.role-card--dark li { color: rgba(255, 253, 248, 0.7); }
.role-card li::before { position: absolute; top: 8px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); content: ''; }
.role-card > a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--emerald); font-size: 14px; font-weight: 700; }
.role-card--dark > a { color: var(--gold); }
.team-contact-band { background: var(--gold); }
.team-contact-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; padding-top: 64px; padding-bottom: 64px; }
.team-contact-band .eyebrow { color: var(--charcoal); }
.team-contact-band h2 { max-width: 730px; font-size: clamp(38px, 5vw, 58px); }

.board-hero img { object-position: center 40%; }
.section--board-directory { background: var(--paper); }
.board-team-list { border-top: 1px solid var(--line); }
.board-team-row { display: grid; grid-template-columns: 60px 0.85fr 1.25fr; gap: 32px; align-items: start; padding: 32px 20px 32px 0; border-bottom: 1px solid var(--line); }
.board-team-row--featured { background: var(--mist); }
.board-team__number { align-self: start; margin: 5px 0 0; color: var(--gold); font-family: var(--font-display); font-size: 28px; line-height: 1; }
.board-team__copy .eyebrow { margin-bottom: 11px; }
.board-team__copy h3 { color: var(--emerald); font-size: 42px; }
.board-team__copy > p:last-child { max-width: 600px; margin: 17px 0 0; color: rgba(23, 59, 49, 0.64); font-size: 13px; }
.board-team__roster { display: grid; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; padding-left: 30px; border-left: 1px solid var(--line); }
.board-team__roster--single .board-person { grid-column: 1 / -1; }
.board-team__label { grid-column: 1 / -1; margin: 0 0 5px; color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.board-team__empty { margin: 0; color: rgba(23, 59, 49, 0.5); font-size: 12px; }
.board-person { display: flex; min-width: 0; align-items: center; gap: 14px; }
.board-person + .board-person { margin-top: 0; }
.board-person__initials { display: inline-flex; width: 54px; height: 54px; flex: 0 0 54px; align-items: center; justify-content: center; border-radius: 50%; background: var(--emerald); color: var(--paper); font-size: 12px; font-weight: 700; }
.board-person > div { display: grid; min-width: 0; gap: 4px; }
.board-person strong { overflow-wrap: anywhere; font-family: var(--font-display); font-size: 24px; font-weight: 500; line-height: 1.08; }
.board-person small { color: rgba(23, 59, 49, 0.58); font-size: 10px; }
.board-person--director { position: relative; padding: 14px 16px; background: var(--mist); border-left: 3px solid var(--gold); }
.board-person--director .board-person__initials { background: var(--gold); color: var(--charcoal); }
.board-person--director strong { font-size: 26px; font-weight: 600; }
.board-person--director small { color: var(--forest); font-weight: 700; text-transform: uppercase; }
.board-join-band { background: var(--forest); color: var(--paper); }
.board-join-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; padding-top: 64px; padding-bottom: 64px; }
.board-join-band .eyebrow { color: var(--gold); }
.board-join-band h2 { max-width: 760px; font-size: clamp(38px, 5vw, 58px); }

.connect-hero { padding: 68px 0; background: var(--cream); }
.connect-hero__inner { display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(50px, 8vw, 105px); align-items: center; }
.connect-hero h1 { max-width: 650px; color: var(--emerald); font-size: clamp(56px, 7vw, 88px); }
.connect-hero__inner > div:first-child > p:not(.eyebrow) { max-width: 560px; margin: 23px 0 0; color: rgba(23, 59, 49, 0.66); font-size: 16px; }
.connect-feature { padding: 34px; background: var(--emerald); color: var(--paper); }
.connect-feature__label { margin: 0 0 17px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.connect-feature > a { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: clamp(23px, 3vw, 34px); }
.connect-feature > p:last-child { margin: 18px 0 0; color: rgba(255, 253, 248, 0.68); font-size: 12px; }
.section--link-directory { background: var(--paper); }
.link-section-heading { margin-bottom: 34px; }
.link-section-heading h2 { color: var(--emerald); font-size: clamp(40px, 5vw, 58px); }
.link-directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.link-tile { display: flex; min-height: 245px; flex-direction: column; padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.link-tile--green { background: var(--emerald); color: var(--paper); }
.link-tile--gold { background: #eee7d8; }
.link-tile--dark { background: var(--charcoal); color: var(--paper); }
.link-tile--pending { background: var(--mist); color: rgba(23, 59, 49, 0.64); }
.link-tile__type { margin-bottom: 52px; color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.link-tile--green .link-tile__type { color: var(--gold); }
.link-tile--dark .link-tile__type { color: var(--gold); }
.link-tile strong { overflow-wrap: anywhere; font-family: var(--font-display); font-size: 27px; font-weight: 500; line-height: 1.06; }
.link-tile__action { margin-top: auto; padding-top: 25px; font-size: 11px; font-weight: 700; }
.section--all-links { background: var(--cream); }
.all-links-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.all-links-list > a { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.all-links-list > a > span:first-child { display: grid; gap: 3px; }
.all-links-list strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; }
.all-links-list small { color: rgba(23, 59, 49, 0.55); font-size: 10px; }
.all-links-list > a > span:last-child { color: var(--forest); font-size: 12px; transition: transform 180ms ease; }
.all-links-list > a:hover > span:last-child { transform: translateX(4px); }

.site-footer { background: var(--emerald); color: var(--paper); }
.site-footer__top { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: start; padding-top: 52px; padding-bottom: 42px; }
.site-footer__brand { display: flex; align-items: center; gap: 16px; }
.site-footer__brand img { width: 178px; height: auto; }
.site-footer__brand span { max-width: 190px; color: rgba(255, 253, 248, 0.58); font-size: 11px; }
.site-footer nav, .site-footer__actions { display: grid; gap: 9px; font-size: 12px; }
.site-footer a { color: rgba(255, 253, 248, 0.76); }
.site-footer a:hover { color: var(--paper); }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 24px; border-top: 1px solid rgba(255, 253, 248, 0.16); color: rgba(255, 253, 248, 0.45); font-size: 10px; }

@media (max-width: 960px) {
  .site-nav { gap: 15px; }
  .site-nav > a:not(.button) { display: none; }
  .hub-hero__inner, .locations-layout { grid-template-columns: 1fr; }
  .home-spotlight { max-width: 680px; }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .locations-intro { position: static; }
  .program-grid { grid-template-columns: 1fr; }
  .positions-layout, .subpage-hero__inner, .calendar-layout, .chapter-map-layout, .updates-page-hero__inner { grid-template-columns: 1fr; }
  .board-team-row { grid-template-columns: 48px 1fr; gap: 22px; padding: 30px 20px 30px 0; }
  .board-team__roster { grid-column: 2; padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .connect-hero__inner { grid-template-columns: 1fr; }
  .chapter-grid { grid-template-columns: repeat(2, 1fr); }
  .link-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .program-stack { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card, .role-card--lead { min-height: 0; aspect-ratio: auto; grid-column: auto; }
  .role-card--lead ul { grid-template-columns: 1fr; gap: 10px; }
  .update-grid { grid-template-columns: repeat(2, 1fr); }
  .update-card--image { grid-column: 1 / -1; }
  .website-update-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .shell { width: calc(100% - 32px); }
  .site-header__inner { min-height: 76px; }
  .brand { width: 166px; height: 70px; flex-basis: 166px; }
  .brand img { width: 160px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; right: 0; left: 0; padding: 18px 16px 22px; background: var(--forest); border-top: 1px solid rgba(255, 253, 248, 0.14); }
  .site-nav.is-open { display: grid; gap: 16px; }
  .site-nav > a:not(.button) { display: block; }
  .site-nav .button { width: 100%; }
  .hub-hero { padding-top: 48px; }
  .hub-hero__copy h1 { font-size: 48px; }
  .hub-hero__intro { font-size: 15px; }
  .button--hero-donate { width: 100%; padding: 0 16px; }
  .home-spotlight__slide img { height: 210px; }
  .home-spotlight__content h2, .home-spotlight__fallback h2 { font-size: 29px; }
  .hub-hero__rail { grid-template-columns: 1fr; margin-top: 38px; }
  .hub-hero__rail a { min-height: 72px; padding: 0 13px; }
  .islamic-date-band__inner { display: block; min-height: 0; padding-top: 42px; padding-bottom: 42px; }
  .islamic-date-band__date { font-size: 38px; }
  .islamic-date-band__occasion { width: 100%; margin-top: 28px; padding: 24px 0 0; border-top: 1px solid rgba(200, 180, 134, 0.5); border-left: 0; }
  .section { padding: 70px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p, .section-heading > .text-link { display: inline-flex; margin-top: 18px; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card { min-height: 300px; }
  .locations-intro h2, .section-heading h2, .connect-band h2 { font-size: 41px; }
  .location-finder { padding: 24px 20px; }
  .location-finder > label { font-size: 24px; }
  .location-tools { align-items: stretch; flex-direction: column; gap: 8px; }
  .location-tools select { width: 100%; }
  .location-row > span:first-child { grid-template-columns: 1fr; gap: 1px; }
  .program-feature { grid-template-rows: 270px auto; }
  .program-feature img { height: 270px; }
  .program-feature__copy { padding: 29px 24px; }
  .program-stack, .update-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 280px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card { min-height: 0; padding: 30px 24px; }
  .role-card--lead { padding: 34px 24px; }
  .role-card h3, .role-card--lead h3 { font-size: 37px; }
  .positions-preview { padding: 30px 24px; }
  .positions-preview__list { grid-template-columns: 1fr; }
  .positions-empty, .directory-empty, .calendar-embed { padding: 32px 24px; }
  .subpage-hero { padding: 48px 0 60px; }
  .subpage-hero h1 { font-size: 56px; }
  .subpage-hero img { height: 300px; }
  .updates-page-hero { padding: 48px 0 60px; }
  .updates-page-hero__copy h1 { font-size: 46px; }
  .updates-page-hero__inner > img { height: 290px; }
  .website-update-grid { grid-template-columns: 1fr; }
  .edition-empty { grid-template-columns: 1fr; gap: 25px; }
  .chapter-map { height: 420px; }
  .chapter-grid { grid-template-columns: 1fr; }
  .chapter-cta__inner, .event-info-grid { grid-template-columns: 1fr; gap: 30px; }
  .calendar-embed { min-height: 400px; }
  .connect-hero { padding: 50px 0 60px; }
  .connect-hero h1 { font-size: 56px; }
  .link-directory-grid, .all-links-list { grid-template-columns: 1fr; }
  .update-card--image { grid-column: auto; grid-template-columns: 1fr; }
  .update-card--image img { height: 250px; }
  .connect-band__inner { display: block; padding-top: 52px; padding-bottom: 52px; }
  .team-contact-band__inner { display: block; padding-top: 52px; padding-bottom: 52px; }
  .team-contact-band .button { margin-top: 26px; }
  .board-team-row { grid-template-columns: 1fr; gap: 18px; padding: 28px 18px; }
  .board-team__number { font-size: 24px; }
  .board-team__copy h3 { font-size: 37px; }
  .board-team__roster { grid-column: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .board-team__label, .board-person--director, .board-team__roster--single .board-person { grid-column: 1 / -1; }
  .board-person:not(.board-person--director) { gap: 9px; }
  .board-person:not(.board-person--director) .board-person__initials { width: 44px; height: 44px; flex-basis: 44px; }
  .board-person:not(.board-person--director) strong { font-size: 20px; }
  .board-person:not(.board-person--director) small { font-size: 9px; }
  .board-join-band__inner { display: block; padding-top: 52px; padding-bottom: 52px; }
  .board-join-band .button { margin-top: 26px; }
  .connect-actions { margin-top: 27px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
