/* ============================================================
   MSCP PAGES — pages.css
   ============================================================ */

.section { padding: 5rem 2rem; }
.section--tinted { background: var(--off-white); }
.container { max-width: 1280px; margin: 0 auto; }
.container--narrow { max-width: 800px; margin: 0 auto; }
.text-center { text-align: center; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }
.mt-1 { margin-top: 0.75rem; }
.section-sub { color: var(--grey); max-width: 600px; margin: 0.75rem auto 0; }

/* ── PAGE BANNER BASE ── */
.page-banner {
    margin-top: var(--nav-h);
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* STYLE A — Dark green gradient + decorative letter (Blog, Videos) */
.page-banner--a { background: linear-gradient(120deg, #1a5c47 0%, #2e7d52 100%); overflow: hidden; }
.page-banner--a .banner__deco-letter { position: absolute; right: -10px; top: -20px; font-family: var(--font-display); font-size: 200px; font-weight: 700; color: rgba(255,255,255,0.05); line-height: 1; pointer-events: none; user-select: none; }
.page-banner--a .banner__bottom-bar { position: absolute; bottom: 0; left: 0; width: 120px; height: 3px; background: var(--amber); }
.page-banner--a .banner__content { position: relative; z-index: 2; padding: 0 clamp(2rem, 6vw, 5rem); }
.page-banner--a .banner__eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); display: block; margin-bottom: 0.5rem; }
.page-banner--a .banner__title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; color: #fff; line-height: 1.1; }

/* STYLE B — Cream + logo (Shop) */
.page-banner--b { background: #faf6ef; border-bottom: 1px solid var(--grey-light); overflow: hidden; }
.page-banner--b .banner__accent-bar { position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: #8B4513; }
.page-banner--b .banner__logo { position: absolute; right: clamp(2rem, 6vw, 5rem); top: 50%; transform: translateY(-50%); height: 140px; width: auto; opacity: 0.9; }
.page-banner--b .banner__content { position: relative; z-index: 2; padding: 0 clamp(2.5rem, 6vw, 5rem); }
.page-banner--b .banner__eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #8B4513; display: block; margin-bottom: 0.5rem; }
.page-banner--b .banner__title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; color: #3d1f0a; line-height: 1.1; }
.page-banner--b .banner__underline { width: 48px; height: 3px; background: #8B4513; border-radius: 2px; margin-top: 0.75rem; }

/* STYLE C — Split dark/light (Contact) */
.page-banner--c { background: #fff; overflow: hidden; }
.page-banner--c .banner__left-panel { position: absolute; left: 0; top: 0; width: 35%; height: 100%; background: var(--green); display: flex; align-items: center; justify-content: flex-end; padding: 0 2rem; }
.page-banner--c .banner__left-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); text-align: right; line-height: 2; }
.page-banner--c .banner__right-bar { position: absolute; left: 35%; top: 20%; width: 3px; height: 60%; background: var(--amber); border-radius: 0 2px 2px 0; }
.page-banner--c .banner__content { position: relative; z-index: 2; padding: 0 3rem 0 calc(35% + 3rem); }
.page-banner--c .banner__title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; color: var(--green); line-height: 1.1; }
.page-banner--c .banner__sub { font-size: 0.85rem; color: var(--grey); margin-top: 0.4rem; }

/* STYLE D — Light with top strip (Newsletters, Gallery, Videos) */
.page-banner--d { background: #fff; border-bottom: 1px solid var(--grey-light); overflow: hidden; }
.page-banner--d .banner__top-strip { position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(to right, var(--green) 0%, var(--green) 65%, var(--amber) 100%); }
.page-banner--d .banner__circle-1 { position: absolute; right: 4rem; top: 50%; transform: translateY(-50%); width: 100px; height: 100px; border-radius: 50%; border: 2px solid var(--green); opacity: 0.07; }
.page-banner--d .banner__circle-2 { position: absolute; right: 3rem; top: 50%; transform: translateY(-50%); width: 140px; height: 140px; border-radius: 50%; border: 2px solid var(--amber); opacity: 0.06; }
.page-banner--d .banner__content { position: relative; z-index: 2; padding: 0 clamp(2rem, 6vw, 5rem); }
.page-banner--d .banner__eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); display: block; margin-bottom: 0.5rem; }
.page-banner--d .banner__title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; color: var(--green); line-height: 1.1; }

/* ── PAGE HERO (photo pages) ── */
.page-hero { position: relative; height: 50vh; min-height: 320px; background-size: cover; background-position: center; display: flex; align-items: flex-end; padding-bottom: 3rem; margin-top: var(--nav-h); }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,30,15,0.82) 0%, rgba(0,30,15,0.3) 60%, transparent 100%); }
.page-hero__content { position: relative; z-index: 2; padding: 0 clamp(2rem, 8vw, 8rem); color: #fff; }
.page-hero__content h1 { color: #fff; margin-bottom: 0.5rem; }
.page-hero__content p { color: rgba(255,255,255,0.85); font-size: 1.05rem; }

/* ── TWO COLUMN ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.two-col--reverse { direction: rtl; }
.two-col--reverse > * { direction: ltr; }
.two-col__image img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.two-col__body h2 { color: var(--green); margin-bottom: 1.25rem; }
.two-col__body h3 { color: var(--green); margin-bottom: 1rem; font-family: var(--font-display); font-size: 1.6rem; }
.two-col__body p { color: var(--grey); margin-bottom: 1rem; }
.blockquote { border-left: 4px solid var(--amber); padding: 1rem 1.5rem; margin: 1.5rem 0; background: var(--amber-light); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--charcoal); }
.blockquote cite { display: block; font-size: 0.85rem; font-style: normal; color: var(--grey); margin-top: 0.5rem; }

/* ── VISION/MISSION ── */
.cards-two { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.vm-card { padding: 2.5rem; border-radius: var(--radius-lg); text-align: center; }
.vm-card--green { background: var(--green-light); }
.vm-card--orange { background: var(--amber-light); }
.vm-card__icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.vm-card h3 { margin-bottom: 1rem; color: var(--green); }
.vm-card p { color: var(--grey); }

/* ── TEAM ── */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.team-card { text-align: center; }
.team-card__photo { width: 160px; height: 160px; border-radius: 50%; overflow: hidden; margin: 0 auto 1.25rem; box-shadow: var(--shadow); border: 4px solid #fff; }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h4 { font-family: var(--font-display); font-size: 1.3rem; color: var(--charcoal); margin-bottom: 0.25rem; }
.team-card__role { font-size: 0.85rem; color: var(--grey); font-weight: 500; }

/* ── BOARD & TEAM GRIDS ── */
.board-grid--4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.board-grid--3 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.team-grid--4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }

/* ── GROUP PHOTO ── */
.team-photo-section { position: relative; width: 100%; max-height: 520px; overflow: hidden; }
.team-photo { width: 100%; height: 520px; object-fit: cover; object-position: center top; display: block; }
.team-photo__caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,30,15,0.75), transparent); color: #fff; font-family: var(--font-display); font-size: 1.5rem; font-style: italic; padding: 2rem clamp(2rem, 6vw, 5rem); text-align: center; }

/* ── CTA BAND ── */
.cta-band { background: var(--green); padding: 5rem 2rem; text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 1rem; }
.cta-band p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; font-size: 1.05rem; }
.cta-band__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── BLOG ── */
.blog-filter { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 3rem; }
.blog-filter__btn { padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; border: 2px solid var(--grey-light); color: var(--grey); transition: all var(--transition); cursor: pointer; text-decoration: none; }
.blog-filter__btn:hover, .blog-filter__btn.active { background: var(--green); border-color: var(--green); color: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.news-card__excerpt { font-size: 0.875rem; color: var(--grey); margin: 0.5rem 0; line-height: 1.6; }
.news-card__img--placeholder { width: 100%; height: 220px; background: var(--green-light); }

/* ── POST BODY ── */
.post-body { font-size: 1.05rem; line-height: 1.85; color: var(--charcoal); margin-bottom: 3rem; }
.post-body h2, .post-body h3 { font-family: var(--font-display); color: var(--green); margin: 2rem 0 1rem; }
.post-body p { margin-bottom: 1.25rem; }
.post-body img { border-radius: var(--radius); margin: 1.5rem 0; box-shadow: var(--shadow); }
.post-nav { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--grey-light); }
.pagination { margin-top: 3rem; display: flex; justify-content: center; }

/* ── SHOP ── */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.product-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-card__image { position: relative; }
.product-card__image img { width: 100%; height: 260px; object-fit: cover; }
.product-card__placeholder { width: 100%; height: 260px; background: var(--green-light); }
.product-card__badge { position: absolute; top: 1rem; right: 1rem; padding: 0.3rem 0.75rem; border-radius: 50px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.product-card__badge--in_stock { background: #d4f4e0; color: #1a6b3a; }
.product-card__badge--made_to_order { background: #fff3e0; color: #b05a10; }
.product-card__badge--out_of_stock { background: #fde8e8; color: #b01a1a; }
.product-card__body { padding: 1.5rem; }
.product-card__cat { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--amber); display: block; margin-bottom: 0.4rem; }
.product-card__name { font-family: var(--font-display); font-size: 1.3rem; color: var(--charcoal); margin-bottom: 0.5rem; }
.product-card__desc { font-size: 0.875rem; color: var(--grey); margin-bottom: 0.5rem; line-height: 1.6; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; }

/* ── MODAL ── */
.modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal.open { display: flex; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.modal__box { position: relative; z-index: 1; background: #fff; border-radius: var(--radius-lg); width: 100%; max-width: 640px; max-height: 90vh; overflow-y: auto; padding: 2.5rem; box-shadow: var(--shadow-lg); }
.modal__close { position: absolute; top: 1.25rem; right: 1.25rem; width: 36px; height: 36px; border-radius: 50%; background: var(--off-white); display: flex; align-items: center; justify-content: center; color: var(--charcoal); transition: all var(--transition); }
.modal__close:hover { background: var(--grey-light); }
.modal__header { margin-bottom: 2rem; }
.modal__title { color: var(--green); margin-bottom: 0.25rem; font-size: 1.8rem; }
.modal__subtitle { color: var(--grey); font-size: 0.9rem; }

/* ── FORMS ── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.4rem; }
.form-group input, .form-group textarea, .form-group select, .form-control { width: 100%; padding: 0.75rem 1rem; border: 2px solid var(--grey-light); border-radius: var(--radius); font-size: 0.9rem; font-family: var(--font-body); color: var(--charcoal); background: #fff; transition: border-color var(--transition); }
.form-group input:focus, .form-group textarea:focus, .form-control:focus { outline: none; border-color: var(--green); }
.form-hint { font-size: 0.78rem; color: var(--grey); font-weight: 400; }
.form-group textarea { resize: vertical; min-height: 120px; }
.file-upload { position: relative; border: 2px dashed var(--grey-light); border-radius: var(--radius); padding: 2rem; text-align: center; transition: border-color var(--transition); cursor: pointer; }
.file-upload:hover { border-color: var(--green); }
.file-upload svg { color: var(--grey); margin: 0 auto 0.75rem; }
.file-upload p { font-size: 0.875rem; color: var(--grey); }
.file-upload span { color: var(--green); font-weight: 600; }
.file-preview { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.75rem; }
.file-preview__img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; border: 2px solid var(--grey-light); }
.alert { padding: 1rem 1.25rem; border-radius: var(--radius); margin-bottom: 1.25rem; font-size: 0.9rem; }
.alert--success { background: var(--green-light); color: var(--green); border: 1px solid rgba(46,125,82,0.2); }
.alert--error { background: #fde8e8; color: #b01a1a; border: 1px solid rgba(176,26,26,0.2); }

/* ── DONATE ── */
.donate-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.donate-form-card { background: #fff; border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow-lg); }
.donate-form-card h2 { color: var(--green); margin-bottom: 0.5rem; }
.donate-form-card__sub { color: var(--grey); margin-bottom: 2rem; font-size: 0.9rem; }
.donate-toggle { display: flex; background: var(--off-white); border-radius: 50px; padding: 4px; margin-bottom: 1.5rem; gap: 4px; }
.donate-toggle__btn { flex: 1; padding: 0.6rem 1rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; color: var(--grey); transition: all var(--transition); text-align: center; }
.donate-toggle__btn.active { background: var(--green); color: #fff; box-shadow: 0 2px 8px rgba(46,125,82,0.3); }
.amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.amount-btn { padding: 0.65rem 0.5rem; border: 2px solid var(--grey-light); border-radius: var(--radius); font-size: 0.875rem; font-weight: 600; color: var(--charcoal); transition: all var(--transition); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.2rem; }
.amount-btn:hover, .amount-btn.active { border-color: var(--green); background: var(--green-light); color: var(--green); }
.amount-btn--custom { border-style: dashed; }
.amount-btn__kes { font-size: 0.875rem; font-weight: 700; line-height: 1; }
.amount-btn__usd { font-size: 0.7rem; font-weight: 400; color: var(--grey); line-height: 1; }
.amount-btn.active .amount-btn__usd { color: var(--green); }
.donate-secure { font-size: 0.78rem; color: var(--grey); text-align: center; margin-top: 1rem; }
.donate-impact h3 { color: var(--green); font-family: var(--font-display); font-size: 1.6rem; margin-bottom: 1.5rem; }
.impact-items { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.impact-item { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; background: var(--green-light); border-radius: var(--radius); }
.impact-item__amount { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--green); white-space: nowrap; min-width: 100px; }
.impact-item__desc { font-size: 0.875rem; color: var(--charcoal); }
.donate-quote img { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 1rem; }
.donate-quote blockquote { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--grey); line-height: 1.6; }

/* ── CONTACT PAGE ── */
.contact-page { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - var(--nav-h)); margin-top: var(--nav-h); overflow: hidden; }
.contact-page__left { display: flex; flex-direction: column; background: var(--green); overflow: hidden; }
.contact-page__photo { width: 100%; height: 300px; object-fit: cover; object-position: center; display: block; flex-shrink: 0; }
.contact-page__info { flex: 1; padding: 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.contact-page__info h2 { font-family: var(--font-display); font-size: 1.9rem; color: #fff; line-height: 1.2; margin: 0; }
.contact-page__info > p { color: rgba(255,255,255,.72); font-size: .95rem; line-height: 1.7; margin: 0; }
.contact-page__detail { display: flex; align-items: center; gap: 1rem; }
.contact-page__icon { width: 44px; height: 44px; flex-shrink: 0; background: rgba(255,255,255,.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.contact-page__detail > div { display: flex; flex-direction: column; gap: .15rem; }
.contact-page__detail span { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); }
.contact-page__detail p, .contact-page__detail a { font-size: .9rem; color: rgba(255,255,255,.9); margin: 0; text-decoration: none; }
.contact-page__detail a:hover { color: var(--yellow); }
.contact-page__btns { display: flex; gap: .75rem; margin-top: auto; flex-wrap: wrap; }
.contact-page__btns .btn--ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.contact-page__btns .btn--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.contact-page__right { background: var(--off-white); display: flex; align-items: center; justify-content: center; padding: 3rem 2.5rem; overflow-y: auto; }
.contact-page__form { width: 100%; max-width: 480px; }
.contact-page__form h2 { font-family: var(--font-display); font-size: 2rem; color: var(--green); margin: 0 0 .4rem; }
.contact-page__form > p { color: var(--grey); font-size: .9rem; margin: 0 0 2rem; }

/* ── NEWSLETTERS ── */
.newsletter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
.nl-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); display: block; }
.nl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.nl-card__img { width: 100%; height: 200px; object-fit: cover; }
.nl-card__placeholder { width: 100%; height: 200px; background: var(--green-light); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.nl-card__body { padding: 1.25rem; }
.nl-card__date { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--amber); display: block; margin-bottom: 0.4rem; }
.nl-card__title { font-family: var(--font-display); font-size: 1.1rem; color: var(--charcoal); margin-bottom: 0.75rem; line-height: 1.3; }
.nl-card__actions { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 0.5rem; }
.nl-card__read { font-size: 0.8rem; color: var(--green); font-weight: 600; }
.nl-card__read:hover { text-decoration: underline; }
.nl-card__download { font-size: 0.8rem; color: var(--amber); font-weight: 600; }
.nl-card__download:hover { text-decoration: underline; }
.newsletter-sub-box { background: var(--green-light); border-radius: var(--radius-lg); padding: 3rem; text-align: center; max-width: 700px; margin: 0 auto; }
.newsletter-sub-box h3 { color: var(--green); margin-bottom: 0.75rem; }
.newsletter-sub-box p { color: var(--grey); margin-bottom: 1.5rem; }

/* ── CANVA EMBED ── */
.canva-embed { width: 100%; margin-bottom: 2rem; }
.canva-embed__wrapper { position: relative; width: 100%; padding-bottom: 141%; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: #f4f6f4; }

/* ── READER LAYOUT ── */
.reader-layout { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.reader-main { min-width: 0; }
.reader-sidebar { position: sticky; top: calc(var(--nav-h) + 1.5rem); display: flex; flex-direction: column; gap: 1.25rem; max-height: calc(100vh - var(--nav-h) - 3rem); overflow-y: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: var(--grey-light) transparent; }
.reader-sidebar::-webkit-scrollbar { width: 4px; }
.reader-sidebar::-webkit-scrollbar-thumb { background: var(--grey-light); border-radius: 2px; }
.sidebar-card { background: #fff; border-radius: var(--radius); padding: 1.25rem; box-shadow: var(--shadow); }
.sidebar-card h4 { font-family: var(--font-body); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--charcoal); margin-bottom: .9rem; }
.sidebar-card p { font-size: .875rem; color: var(--grey); margin-bottom: .75rem; }
.sidebar-card--green { background: var(--green); }
.sidebar-card--green h4 { color: rgba(255,255,255,.7); }
.sidebar-card--amber { background: var(--amber); }
.sidebar-card--amber h4 { color: rgba(255,255,255,.7); }
.sidebar-card--amber p { color: rgba(255,255,255,.85); }
.sidebar-nl-list { display: flex; flex-direction: column; gap: 0; }
.sidebar-nl-list li a { display: flex; flex-direction: column; padding: .6rem .75rem; border-radius: 6px; transition: background var(--transition); text-decoration: none; }
.sidebar-nl-list li a:hover, .sidebar-nl-list li.active a { background: var(--green-light); }
.sidebar-nl-list__month { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--amber); }
.sidebar-nl-list__title { font-size: .85rem; color: var(--charcoal); font-weight: 500; margin-top: .1rem; }
.sidebar-posts { display: flex; flex-direction: column; gap: 0; }
.sidebar-post-link { display: flex; gap: .75rem; align-items: flex-start; padding: .65rem 0; border-bottom: 1px solid var(--grey-light); text-decoration: none; transition: opacity var(--transition); }
.sidebar-post-link:last-child { border-bottom: none; }
.sidebar-post-link:hover { opacity: .75; }
.sidebar-post-link__img, .sidebar-post-link__placeholder { width: 56px; height: 56px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.sidebar-post-link__placeholder { background: var(--green-light); }
.sidebar-post-link > div { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.sidebar-post-link__cat { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--amber); }
.sidebar-post-link__title { font-size: .82rem; color: var(--charcoal); font-weight: 500; line-height: 1.35; }
.sidebar-post-link__date { font-size: .72rem; color: var(--grey); }
.share-btn { display: block; padding: .55rem 1rem; border-radius: 8px; font-size: .82rem; font-weight: 600; text-align: center; cursor: pointer; transition: opacity var(--transition); text-decoration: none; border: none; font-family: var(--font-body); }
.share-btn:hover { opacity: .85; }
.share-btn--fb { background: #1877f2; color: #fff; }
.share-btn--wa { background: #25d366; color: #fff; }
.share-btn--copy { background: var(--grey-light); color: var(--charcoal); }

/* ── VIDEOS ── */
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.video-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.video-card__player { width: 100%; display: block; background: #000; }
.video-card__body { padding: 1.5rem; }
.video-card__body h3 { font-family: var(--font-display); color: var(--green); margin-bottom: 0.5rem; }
.video-card__body p { color: var(--grey); font-size: 0.9rem; }

/* ── EMPTY STATE ── */
.empty-state { text-align: center; padding: 4rem 2rem; color: var(--grey); font-size: 1.05rem; }

/* ── ALBUM / GALLERY GRID ── */
.album-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.album-card { text-decoration: none; border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow); transition: transform .3s, box-shadow .3s; display: block; }
.album-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.album-card__img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.album-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.album-card:hover .album-card__img img { transform: scale(1.05); }
.album-card__placeholder { width: 100%; height: 100%; background: var(--green-light); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.album-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 55%); display: flex; align-items: flex-end; justify-content: space-between; padding: 1rem; opacity: 0; transition: opacity .3s; }
.album-card:hover .album-card__overlay { opacity: 1; }
.album-card__count, .album-card__view { color: #fff; font-size: .8rem; font-weight: 600; }
.album-card__body { padding: 1.25rem; }
.album-card__body h3 { font-family: var(--font-display); font-size: 1.2rem; color: var(--charcoal); margin-bottom: .3rem; }
.album-card__body p { font-size: .85rem; color: var(--grey); margin-bottom: .5rem; }
.album-card__body span { font-size: .75rem; color: var(--amber); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }

/* ── PANDIZ CREDIT ── */
@keyframes pandiz-zoom {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}
.pandiz-credit { color: #fff; font-weight: 700; text-decoration: none; display: inline-block; animation: pandiz-zoom 2.8s ease-in-out infinite; transform-origin: center; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .donate-layout, .two-col, .two-col--reverse { grid-template-columns: 1fr; gap: 3rem; }
    .two-col--reverse { direction: ltr; }
    .shop-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
    .team-grid { grid-template-columns: 1fr 1fr 1fr; }
    .newsletter-grid { grid-template-columns: 1fr 1fr; }
    .cards-two { grid-template-columns: 1fr; }
    .album-grid { grid-template-columns: 1fr 1fr; }
    .reader-layout { grid-template-columns: 1fr; }
    .reader-sidebar { position: static; max-height: none; overflow-y: visible; }
    .contact-page { grid-template-columns: 1fr; min-height: auto; }
    .contact-page__photo { height: 260px; }
    .contact-page__right { padding: 2.5rem 1.5rem; }
    .board-grid--4, .board-grid--3 { grid-template-columns: repeat(2, 1fr); }
    .team-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .section { padding: 3rem 1.5rem; }
    .page-banner { height: 160px; }
    .shop-grid, .blog-grid, .team-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .newsletter-grid { grid-template-columns: 1fr 1fr; }
    .album-grid { grid-template-columns: 1fr 1fr; }
    .two-col__image img { height: 300px; }
    .amount-grid { grid-template-columns: 1fr 1fr; }
    .modal__box { padding: 1.5rem; }
    .video-grid { grid-template-columns: 1fr; }
    .team-photo { height: 300px; }
    .board-grid--4, .board-grid--3, .team-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .newsletter-grid { grid-template-columns: 1fr; }
    .album-grid { grid-template-columns: 1fr; }
}
