/* ==========================================================================
   SPSR 2026 — Homepage sections
   Depends on spsr-2026.css (tokens + primitives). Loaded on the homepage only.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. HERO — single static banner (no rotation, per brief)
   -------------------------------------------------------------------------- */

.sp-hero {
    position: relative;
    background: var(--sp-navy-900);
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}
.sp-hero__media { position: absolute; inset: 0; z-index: -2; }
.sp-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; display: block; }
.sp-hero__scrim {
    position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(90deg, rgba(6,26,48,.96) 0%, rgba(6,26,48,.90) 38%, rgba(6,26,48,.55) 66%, rgba(6,26,48,.35) 100%),
        linear-gradient(180deg, rgba(6,26,48,.35) 0%, rgba(6,26,48,0) 40%);
}
@media (max-width: 860px) {
    .sp-hero__scrim { background: linear-gradient(180deg, rgba(6,26,48,.82) 0%, rgba(6,26,48,.93) 60%, rgba(6,26,48,.97) 100%); }
    .sp-hero__media img { object-position: 60% 30%; }
}

.sp-hero__inner { padding: clamp(64px, 8vw, 116px) 0 0; }
.sp-hero__copy { max-width: 640px; }
.sp-hero .sp-eyebrow { color: var(--sp-gold-500); }
.sp-hero__title { color: #fff; }
.sp-hero__lede {
    font-family: var(--sp-font-ui);
    font-size: clamp(15.5px, 1.4vw, 17.5px);
    line-height: 1.7;
    color: rgba(255,255,255,.86);
    margin: 22px 0 0;
    max-width: 56ch;
}
.sp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* Focus-area strip */
.sp-hero__focus {
    margin-top: clamp(48px, 6vw, 76px);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14);
    border-bottom: 0;
    border-radius: var(--sp-r-lg) var(--sp-r-lg) 0 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 900px;
}
.sp-hero__focusitem {
    display: flex; align-items: center; gap: 13px;
    padding: 24px 20px;
    border-right: 1px solid rgba(255,255,255,.13);
}
.sp-hero__focusitem:last-child { border-right: 0; }
.sp-hero__focusicon {
    width: 44px; height: 44px; flex: none;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; background: var(--sp-green-600);
}
.sp-hero__focusicon svg { width: 21px; height: 21px; stroke: #fff; fill: none; stroke-width: 1.7; }
.sp-hero__focuslabel { font-family: var(--sp-font-ui); font-size: 14px; font-weight: 600; color: #fff; line-height: 1.3; }

@media (max-width: 900px) {
    .sp-hero__focus { grid-template-columns: repeat(2, 1fr); }
    .sp-hero__focusitem:nth-child(2n) { border-right: 0; }
    .sp-hero__focusitem:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
}
@media (max-width: 480px) {
    .sp-hero__focusitem { padding: 16px 14px; gap: 10px; }
    .sp-hero__focusicon { width: 36px; height: 36px; }
    .sp-hero__focusicon svg { width: 17px; height: 17px; }
    .sp-hero__focuslabel { font-size: 12.5px; }
}

/* --------------------------------------------------------------------------
   2. ABOUT SPSR
   -------------------------------------------------------------------------- */

.sp-about__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(32px, 5vw, 68px);
    align-items: center;
}
@media (max-width: 900px) { .sp-about__grid { grid-template-columns: 1fr; } }

.sp-about__media { border-radius: var(--sp-r-lg); overflow: hidden; box-shadow: var(--sp-shadow-3); }
.sp-about__media img { width: 100%; height: 100%; max-height: 420px; object-fit: cover; display: block; }

.sp-about__leaders {
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
    margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--sp-line);
}
@media (max-width: 520px) { .sp-about__leaders { grid-template-columns: 1fr; } }
.sp-about__leader { display: flex; align-items: center; gap: 13px; }
.sp-about__leader img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex: none; border: 2px solid var(--sp-gold-500); }
.sp-about__leadername { font-family: var(--sp-font-ui); font-size: 14.5px; font-weight: 700; color: var(--sp-navy-800); line-height: 1.3; }
.sp-about__leaderrole { font-family: var(--sp-font-ui); font-size: 11.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--sp-muted); margin-top: 3px; }

/* --------------------------------------------------------------------------
   3. SPSR AT A GLANCE
   -------------------------------------------------------------------------- */

.sp-glance { background: var(--sp-surface-tint); }
.sp-glance__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .sp-glance__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .sp-glance__grid { grid-template-columns: 1fr; } }

.sp-stat {
    background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r);
    padding: 26px 24px; display: flex; align-items: center; gap: 18px;
    box-shadow: var(--sp-shadow-1);
}
.sp-stat__icon { width: 46px; height: 46px; flex: none; color: var(--sp-green-600); }
.sp-stat__icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.5; }
.sp-stat__value {
    font-family: var(--sp-font-display); font-size: clamp(28px, 3vw, 36px); font-weight: 700;
    color: var(--sp-navy-800); line-height: 1;
}
.sp-stat__label { font-family: var(--sp-font-ui); font-size: 13.5px; color: var(--sp-ink-2); margin-top: 5px; line-height: 1.35; }
.sp-glance__note { text-align: center; font-family: var(--sp-font-ui); font-size: 12.5px; color: var(--sp-muted); margin-top: 22px; }

/* --------------------------------------------------------------------------
   4. MEMBERSHIP CATEGORIES
   -------------------------------------------------------------------------- */

.sp-memb__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
@media (max-width: 1024px) { .sp-memb__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sp-memb__grid { grid-template-columns: 1fr; } }

.sp-memb {
    position: relative; display: flex; flex-direction: column;
    background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r);
    padding: 28px 24px; box-shadow: var(--sp-shadow-1);
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.sp-memb:hover { box-shadow: var(--sp-shadow-3); transform: translateY(-3px); }
.sp-memb--featured { border: 2px solid var(--sp-green-600); box-shadow: var(--sp-shadow-2); }
.sp-memb__flag {
    position: absolute; top: -1px; right: -1px;
    background: var(--sp-green-600); color: #fff;
    font-family: var(--sp-font-ui); font-size: 10.5px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 6px 13px; border-radius: 0 var(--sp-r) 0 var(--sp-r);
}
.sp-memb__icon {
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--sp-green-050); color: var(--sp-green-700);
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.sp-memb__icon svg { width: 23px; height: 23px; stroke: currentColor; fill: none; stroke-width: 1.6; }
/* Fixed min-heights keep the fee, eligibility and validity rows aligned across
   all four cards regardless of how many lines each title/description wraps to. */
.sp-memb__name { font-family: var(--sp-font-display); font-size: 20px; font-weight: 700; color: var(--sp-navy-800); line-height: 1.25; min-height: 50px; }
.sp-memb__fee { font-family: var(--sp-font-display); font-size: 34px; font-weight: 700; color: var(--sp-green-700); line-height: 1; margin: 10px 0 8px; }
.sp-memb__for { font-family: var(--sp-font-ui); font-size: 13px; color: var(--sp-muted); line-height: 1.5; min-height: 58px; }
.sp-memb__validity {
    font-family: var(--sp-font-ui); font-size: 12.5px; color: var(--sp-ink-2);
    background: var(--sp-surface-alt); border-radius: var(--sp-r-sm);
    padding: 9px 12px; margin: 14px 0 0; line-height: 1.45; min-height: 56px;
}
@media (max-width: 600px) {
    .sp-memb__name, .sp-memb__for, .sp-memb__validity { min-height: 0; }
}
.sp-memb__list { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--sp-line-soft); display: grid; gap: 10px; flex: 1; }
.sp-memb__list li {
    position: relative; padding-left: 24px; margin: 0;
    font-family: var(--sp-font-ui); font-size: 13.5px; color: var(--sp-ink-2); line-height: 1.5;
}
.sp-memb__list li::before {
    content: ""; position: absolute; left: 0; top: 5px;
    width: 15px; height: 15px; border-radius: 50%;
    background: var(--sp-green-050) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2314663A'%3E%3Cpath d='M8.1 13.5 4.9 10.3l1.1-1.1 2.1 2.1 5-5 1.1 1.1z'/%3E%3C/svg%3E") center/13px no-repeat;
}
.sp-memb__cta { margin-top: 22px; }

.sp-memb__foot { display: flex; justify-content: center; margin-top: 40px; }

/* --------------------------------------------------------------------------
   5. UPCOMING PROGRAMMES
   -------------------------------------------------------------------------- */

.sp-prog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1024px) { .sp-prog__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .sp-prog__grid { grid-template-columns: 1fr; } }

.sp-prog { display: flex; flex-direction: column; }
.sp-prog__media { position: relative; aspect-ratio: 16 / 9; background: var(--sp-navy-050); overflow: hidden; }
.sp-prog__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.sp-prog:hover .sp-prog__media img { transform: scale(1.04); }
.sp-prog__chip { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.94); backdrop-filter: blur(4px); }
.sp-prog__new {
    position: absolute; top: 14px; right: 14px;
    background: var(--sp-gold-500); color: #fff;
    font-family: var(--sp-font-ui); font-size: 11px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
    padding: 5px 11px; border-radius: var(--sp-r-pill);
}
.sp-prog__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.sp-prog__title {
    font-family: var(--sp-font-display); font-size: 19px; font-weight: 700; line-height: 1.3;
    color: var(--sp-navy-800); margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sp-prog a.sp-prog__titlelink { text-decoration: none !important; color: inherit; }
.sp-prog a.sp-prog__titlelink:hover .sp-prog__title { color: var(--sp-green-700); }
.sp-prog__cta { margin-top: 20px; }
.sp-prog__cta .sp-btn { width: 100%; }

/* --------------------------------------------------------------------------
   6. SPSR UPDATES (navy band)
   -------------------------------------------------------------------------- */

.sp-updates { background: var(--sp-navy-800); position: relative; overflow: hidden; }
.sp-updates::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(900px 380px at 88% -10%, rgba(46,154,84,.18), transparent 65%);
}
.sp-updates > * { position: relative; z-index: 1; }
.sp-updates__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1024px) { .sp-updates__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .sp-updates__grid { grid-template-columns: 1fr; } }

.sp-update {
    background: #fff; border-radius: var(--sp-r); padding: 24px;
    display: flex; flex-direction: column; box-shadow: var(--sp-shadow-2);
    transition: transform .2s ease, box-shadow .2s ease;
}
.sp-update:hover { transform: translateY(-3px); box-shadow: var(--sp-shadow-3); }
.sp-update__head { display: flex; align-items: flex-start; gap: 14px; }
.sp-update__icon {
    width: 44px; height: 44px; flex: none; border-radius: 50%;
    background: var(--sp-green-050); color: var(--sp-green-700);
    display: inline-flex; align-items: center; justify-content: center;
}
.sp-update__icon svg { width: 21px; height: 21px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.sp-update__title {
    font-family: var(--sp-font-display); font-size: 18px; font-weight: 700; line-height: 1.3;
    color: var(--sp-navy-800); margin: 9px 0 0;
}
.sp-update__date {
    display: flex; align-items: center; gap: 7px; margin-top: 11px;
    font-family: var(--sp-font-ui); font-size: 12.5px; color: var(--sp-muted);
}
.sp-update__date svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.sp-update__excerpt {
    font-family: var(--sp-font-ui); font-size: 13.8px; line-height: 1.6; color: var(--sp-ink-2);
    margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--sp-line-soft);
    flex: 1;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.sp-update__cta { margin-top: 18px; }

/* --------------------------------------------------------------------------
   7. PUBLICATIONS
   -------------------------------------------------------------------------- */

.sp-pubs { background: var(--sp-surface-tint); }
.sp-pubs__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 820px) { .sp-pubs__grid { grid-template-columns: 1fr; } }

.sp-pub { display: grid; grid-template-columns: 168px 1fr; gap: 24px; padding: 26px; align-items: start; }
@media (max-width: 460px) { .sp-pub { grid-template-columns: 1fr; } .sp-pub__cover { max-width: 168px; } }
/* Journal marks are circular seals, not book jackets — contain them in a
   padded white plate rather than cropping to a cover aspect ratio. */
.sp-pub__cover {
    border-radius: var(--sp-r-sm); box-shadow: var(--sp-shadow-1);
    background: #fff; border: 1px solid var(--sp-line);
    aspect-ratio: 1 / 1; padding: 14px;
    display: flex; align-items: center; justify-content: center;
}
.sp-pub__cover img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.sp-pub__name { font-family: var(--sp-font-display); font-size: 20px; font-weight: 700; color: var(--sp-navy-800); line-height: 1.3; margin: 0; }
.sp-pub__desc { font-family: var(--sp-font-ui); font-size: 13.8px; line-height: 1.6; color: var(--sp-ink-2); margin: 12px 0 0; }
.sp-pub__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; }
.sp-pub__cta { margin-top: 20px; }

/* --------------------------------------------------------------------------
   8. KNOWLEDGE HUB
   -------------------------------------------------------------------------- */

.sp-kh__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 1024px) { .sp-kh__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sp-kh__grid { grid-template-columns: 1fr; } }

.sp-kh { display: flex; flex-direction: column; padding: 26px; }
.sp-kh__icon { width: 44px; height: 44px; color: var(--sp-green-700); margin-bottom: 16px; }
.sp-kh__icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.5; }
.sp-kh__title { font-family: var(--sp-font-display); font-size: 18px; font-weight: 700; color: var(--sp-navy-800); line-height: 1.3; margin: 0; }
.sp-kh__desc { font-family: var(--sp-font-ui); font-size: 13.6px; line-height: 1.6; color: var(--sp-ink-2); margin: 12px 0 0; flex: 1; }
.sp-kh__note { font-family: var(--sp-font-ui); font-size: 12px; font-style: italic; color: var(--sp-muted); margin: 14px 0 0; }
.sp-kh__cta { margin-top: 18px; }

/* --------------------------------------------------------------------------
   9. AWARDS AND RECOGNITION (navy-deep band)
   -------------------------------------------------------------------------- */

.sp-awards { background: var(--sp-navy-900); position: relative; overflow: hidden; }
.sp-awards::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(700px 320px at 12% 8%, rgba(201,162,39,.16), transparent 62%),
        radial-gradient(700px 320px at 88% 92%, rgba(30,122,60,.16), transparent 62%);
}
.sp-awards > * { position: relative; z-index: 1; }
.sp-awards .sp-eyebrow { color: var(--sp-gold-500); }
.sp-awards__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .sp-awards__grid { grid-template-columns: 1fr; } }

.sp-award {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--sp-r);
    padding: 28px 24px;
    display: flex; gap: 20px; align-items: flex-start;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.sp-award:hover { background: rgba(255,255,255,.08); border-color: rgba(201,162,39,.5); transform: translateY(-3px); }
.sp-award__icon { width: 52px; height: 52px; flex: none; color: var(--sp-gold-500); }
.sp-award__icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.4; }
.sp-award__title { font-family: var(--sp-font-display); font-size: 19px; font-weight: 700; color: #fff; margin: 0; line-height: 1.3; }
.sp-award__desc { font-family: var(--sp-font-ui); font-size: 13.6px; line-height: 1.6; color: rgba(255,255,255,.74); margin: 10px 0 0; }
.sp-award__cta { margin-top: 18px; }
.sp-award__cta .sp-link { color: var(--sp-gold-500) !important; }
.sp-award__cta .sp-link:hover { color: #E4C55A !important; }
.sp-awards__foot { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 44px; }

/* --------------------------------------------------------------------------
   10. FORUMS
   -------------------------------------------------------------------------- */

.sp-forums__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 900px) { .sp-forums__grid { grid-template-columns: 1fr; } }

.sp-forum { display: grid; grid-template-columns: 40% 1fr; overflow: hidden; }
@media (max-width: 620px) { .sp-forum { grid-template-columns: 1fr; } }
.sp-forum__media { position: relative; min-height: 240px; background: var(--sp-navy-050); }
.sp-forum__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 620px) { .sp-forum__media { min-height: 190px; } }
.sp-forum__body { padding: 28px 26px; display: flex; flex-direction: column; }
.sp-forum--student .sp-forum__body { background: var(--sp-green-050); }
.sp-forum--women .sp-forum__body { background: #F1EEFA; }
.sp-forum__icon { width: 44px; height: 44px; margin-bottom: 14px; }
.sp-forum__icon svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.5; }
.sp-forum--student .sp-forum__icon { color: var(--sp-green-700); }
.sp-forum--women .sp-forum__icon { color: #5B4A9E; }
.sp-forum__title { font-family: var(--sp-font-display); font-size: 22px; font-weight: 700; color: var(--sp-navy-800); margin: 0; line-height: 1.25; }
.sp-forum__desc { font-family: var(--sp-font-ui); font-size: 14px; line-height: 1.6; color: var(--sp-ink-2); margin: 11px 0 0; }
.sp-forum__tags { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 16px 0 0; flex: 1; align-content: flex-start; }
.sp-forum__tag {
    position: relative; padding-left: 15px;
    font-family: var(--sp-font-ui); font-size: 12.8px; font-weight: 600; color: var(--sp-ink-2);
}
.sp-forum__tag::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .55; }
.sp-forum__cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.sp-forum--women .sp-btn--primary { background: #5B4A9E; border-color: #5B4A9E; }
.sp-forum--women .sp-btn--primary:hover { background: #4B3D85; border-color: #4B3D85; }
.sp-forum--women .sp-btn--outline { color: #5B4A9E !important; border-color: #C7BDE8; }
.sp-forum--women .sp-btn--outline:hover { background: #E8E2F7; border-color: #5B4A9E; }

/* --------------------------------------------------------------------------
   11. COLLABORATIONS AND PARTNERS
   -------------------------------------------------------------------------- */

.sp-partners__logos {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-bottom: 44px;
}
@media (max-width: 1024px) { .sp-partners__logos { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .sp-partners__logos { grid-template-columns: repeat(2, 1fr); } }

.sp-partner {
    display: flex; align-items: center; justify-content: center;
    aspect-ratio: 16 / 10; padding: 16px;
    background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r-sm);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.sp-partner:hover { border-color: #C9D6E6; box-shadow: var(--sp-shadow-2); }
.sp-partner img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }

.sp-collab__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 900px) { .sp-collab__grid { grid-template-columns: 1fr; gap: 24px; } }
.sp-collab { display: flex; gap: 18px; align-items: flex-start; }
.sp-collab:not(:last-child) { border-right: 1px solid var(--sp-line); padding-right: 32px; }
@media (max-width: 900px) { .sp-collab:not(:last-child) { border-right: 0; padding-right: 0; border-bottom: 1px solid var(--sp-line); padding-bottom: 24px; } }
.sp-collab__icon {
    width: 54px; height: 54px; flex: none; border-radius: 50%;
    background: var(--sp-green-050); color: var(--sp-green-700);
    display: inline-flex; align-items: center; justify-content: center;
}
.sp-collab__icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.sp-collab__title { font-family: var(--sp-font-display); font-size: 18px; font-weight: 700; color: var(--sp-navy-800); margin: 0; line-height: 1.3; }
.sp-collab__desc { font-family: var(--sp-font-ui); font-size: 13.6px; line-height: 1.6; color: var(--sp-ink-2); margin: 9px 0 0; }
.sp-partners__foot { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 44px; }

/* --------------------------------------------------------------------------
   12. CONNECT WITH SPSR
   -------------------------------------------------------------------------- */

.sp-connect { background: var(--sp-surface-alt); position: relative; overflow: hidden; }
.sp-connect__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 900px) { .sp-connect__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .sp-connect__grid { grid-template-columns: 1fr; } }

.sp-social-card {
    background: #fff; border: 1px solid var(--sp-line); border-radius: var(--sp-r);
    padding: 28px 22px; text-align: center; text-decoration: none !important;
    display: flex; flex-direction: column; align-items: center;
    box-shadow: var(--sp-shadow-1);
    transition: transform .2s ease, box-shadow .2s ease;
}
.sp-social-card:hover { transform: translateY(-4px); box-shadow: var(--sp-shadow-3); }
.sp-social-card__icon { width: 46px; height: 46px; margin-bottom: 16px; }
.sp-social-card__icon svg { width: 100%; height: 100%; }
.sp-social-card__value { font-family: var(--sp-font-display); font-size: clamp(26px, 3vw, 34px); font-weight: 700; color: var(--sp-navy-800); line-height: 1; }
.sp-social-card__label { font-family: var(--sp-font-ui); font-size: 13.5px; color: var(--sp-ink-2); margin-top: 7px; }
.sp-social-card__rule { width: 46px; height: 2px; border-radius: 2px; margin: 16px 0; }
.sp-social-card__name { font-family: var(--sp-font-ui); font-size: 14.5px; font-weight: 700; color: var(--sp-navy-800); }
.sp-social-card--yt .sp-social-card__rule { background: #FF0000; }
.sp-social-card--wa .sp-social-card__rule { background: #25D366; }
.sp-social-card--li .sp-social-card__rule { background: #0A66C2; }
.sp-social-card--fb .sp-social-card__rule { background: #1877F2; }

.sp-connect__foot { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 40px; }
.sp-connect__note {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    font-family: var(--sp-font-ui); font-size: 12.5px; color: var(--sp-muted); margin-top: 22px;
}
.sp-connect__note svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.6; }

/* --------------------------------------------------------------------------
   13. NEWSLETTER
   -------------------------------------------------------------------------- */

.sp-news { background: var(--sp-green-800); color: #fff; padding: 52px 0; position: relative; overflow: hidden; }
.sp-news::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(600px 300px at 92% 110%, rgba(255,255,255,.09), transparent 60%);
}
.sp-news > * { position: relative; z-index: 1; }
.sp-news__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: center; }
@media (max-width: 900px) { .sp-news__grid { grid-template-columns: 1fr; gap: 28px; } }

.sp-news__intro { display: flex; gap: 18px; align-items: flex-start; }
.sp-news__icon {
    width: 56px; height: 56px; flex: none; border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.4);
    display: inline-flex; align-items: center; justify-content: center;
}
.sp-news__icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.5; }
.sp-news__title { font-family: var(--sp-font-display); font-size: 26px; font-weight: 700; color: #fff; margin: 0; line-height: 1.25; }
.sp-news__desc { font-family: var(--sp-font-ui); font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.82); margin: 9px 0 0; }

.sp-news__form { display: grid; gap: 14px; }
.sp-news__fields { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; }
@media (max-width: 720px) { .sp-news__fields { grid-template-columns: 1fr; } }

.sp-input {
    width: 100%; box-sizing: border-box;
    font-family: var(--sp-font-ui); font-size: 14.5px; color: var(--sp-ink);
    padding: 14px 16px; border: 1.5px solid transparent; border-radius: var(--sp-r-sm);
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.sp-input::placeholder { color: #94A3B8; }
.sp-input:focus { outline: none; border-color: var(--sp-gold-500); box-shadow: 0 0 0 3px rgba(201,162,39,.25); }
.sp-input[aria-invalid="true"] { border-color: #F08A8A; box-shadow: 0 0 0 3px rgba(240,138,138,.28); }

.sp-news__consent { display: flex; align-items: flex-start; gap: 10px; font-family: var(--sp-font-ui); font-size: 12.8px; color: rgba(255,255,255,.85); line-height: 1.5; }
.sp-news__consent input { width: 17px; height: 17px; margin: 1px 0 0; flex: none; accent-color: var(--sp-gold-500); cursor: pointer; }
.sp-news__consent a { color: #fff; text-decoration: underline; }
.sp-news__small { font-family: var(--sp-font-ui); font-size: 12px; color: rgba(255,255,255,.62); }
.sp-news__msg { font-family: var(--sp-font-ui); font-size: 13.5px; padding: 11px 14px; border-radius: var(--sp-r-sm); display: none; }
.sp-news__msg.is-ok { display: block; background: rgba(255,255,255,.16); color: #fff; }
.sp-news__msg.is-err { display: block; background: rgba(255,120,120,.22); color: #FFE2E2; }

.sp-news__submit {
    background: #fff;
    color: var(--sp-green-800) !important;
    border-color: #fff;
}
.sp-news__submit:hover { background: var(--sp-gold-050); border-color: var(--sp-gold-050); }
.sp-news__submit:disabled { opacity: .7; cursor: default; transform: none; }

/* --------------------------------------------------------------------------
   Empty states — used wherever the Society has not yet published content.
   Deliberately honest: never renders sample cards, dates or logos.
   -------------------------------------------------------------------------- */

.sp-empty {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 46px 32px !important;
    background: #fff;
}
.sp-empty__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 62px; height: 62px; border-radius: 50%;
    background: var(--sp-surface-tint); color: var(--sp-navy-600);
    margin-bottom: 20px;
}
.sp-empty__icon svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.sp-empty .sp-lede { margin-left: auto; margin-right: auto; }
.sp-empty .sp-actions { justify-content: center; }

/* The empty-state card stays light even inside a dark band, so its text must
   NOT inherit the .sp-on-dark white treatment. */
.sp-on-dark .sp-empty .sp-h1,
.sp-on-dark .sp-empty .sp-h2,
.sp-on-dark .sp-empty .sp-h3 { color: var(--sp-navy-800); }
.sp-on-dark .sp-empty .sp-lede { color: var(--sp-ink-2); }
@media (max-width: 560px) { .sp-empty { padding: 34px 20px !important; } }

/* --------------------------------------------------------------------------
   Reveal-on-scroll (subtle, respects reduced motion; no auto-rotation anywhere)
   -------------------------------------------------------------------------- */

/* no-js-reveal-fallback: content is visible by default; the JS adds .sp-js
   which arms the hidden-then-reveal effect. If JS never runs, nothing hides. */
.sp-reveal { opacity: 1; transform: none; }
.sp-js .sp-reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.sp-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .sp-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
