/* BSB MECCA — footer + discovery section CSS (extracted Session 4) */

/* block 0 */
/* All BSB MECCA page H1 titles centre-aligned */
        .mr-riders-header-inner { display: block !important; text-align: center; }
        .mr-riders-header-text { text-align: center; margin: 0 auto; }
        .mr-riders-search-wrap { margin-top: 18px !important; justify-content: center !important; }
        .ci-hero, .rwa-hero, .rw-hero, .sl-hero, .hpl-hero, .rdr-hero, .mrh-hero-inner { text-align: center; }
        .tc-hero-centered { text-align: center; }
        .entry-content > h1:first-of-type,
        .site-main > article > h1:first-of-type,
        main > h1:first-of-type,
        .entry-header h1.entry-title { text-align: center; }

/* block 1 */
/* Hide theme footer entirely */
.newsx-site-footer { display: none !important; }

/* ── SITE DISCOVERY SECTION ───────────────────────────────────────────── */
.site-discovery { padding: 3rem 24px 0; font-family: 'DM Sans', -apple-system, sans-serif; }
.site-discovery__inner { max-width: 1200px; margin: 0 auto; }
.site-discovery__rule { border: none; border-top: 1px solid #1A1A1A; margin: 0 0 2.5rem; }
.site-discovery__label { font-family: 'DM Sans', sans-serif; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #888888; margin: 0 0 2rem; }

.site-discovery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-left: 1px solid #ddd; }

.discovery-card { display: flex; flex-direction: column; padding: 1.5rem 1.5rem 2rem; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #F5F3EE; text-decoration: none !important; color: #1A1A1A; transition: background .15s; }
.discovery-card:hover { background: #EFE9DC; }
.discovery-card--wide { grid-column: span 2; }
.discovery-card--dark { background: #222222; border-color: #333; color: #F7F6F2; }
.discovery-card--dark:hover { background: #1a1a1a; }

.discovery-card__badge { font-family: 'Barlow Condensed', sans-serif; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #C8102E; margin-bottom: 0.75rem; }
.discovery-card--dark .discovery-card__badge { color: #C8102E; }

.discovery-card__dot-rule { height: 1px; background-image: linear-gradient(to right, #1A1A1A 24%, transparent 0%); background-size: 4px 1px; background-repeat: repeat-x; margin-bottom: 1rem; }
.discovery-card--dark .discovery-card__dot-rule { background-image: linear-gradient(to right, rgba(255,255,255,0.2) 24%, transparent 0%); }

.discovery-card__title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; font-weight: 400; line-height: 1.15; margin: 0 0 0.5rem; color: inherit; }

.discovery-card__dek { font-family: 'DM Sans', sans-serif; font-size: 0.8125rem; font-style: italic; color: #444444; line-height: 1.5; margin: 0 0 1rem; flex: 1; }
.discovery-card--dark .discovery-card__dek { color: #999999; }

.discovery-card__stat { font-family: 'Playfair Display', Georgia, serif; font-size: 2.25rem; font-weight: 400; color: #C8102E; line-height: 1; margin-bottom: 0.25rem; }

.discovery-card__stat-label { font-family: 'DM Sans', sans-serif; font-size: 0.6875rem; font-style: italic; color: #888888; margin-bottom: 1rem; display: block; }
.discovery-card--dark .discovery-card__stat-label { color: #999999; }

.discovery-card__link { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #C8102E; margin-top: auto; background-image: linear-gradient(#C8102E, #C8102E); background-position: left 95%; background-repeat: no-repeat; background-size: 0 1.75px; transition: background-size 0.3s; }
.discovery-card:hover .discovery-card__link { background-size: 100% 1.75px; }

/* Power Rankings top 3 list */
.discovery-card__list { list-style: none; padding: 0; margin: 0 0 1rem; }
.discovery-card__list li { padding: 0.5rem 0; font-family: 'DM Sans', sans-serif; font-size: 0.875rem; color: #F7F6F2; display: flex; justify-content: space-between; background-image: linear-gradient(to right, rgba(255,255,255,0.1) 24%, transparent 0%); background-position: bottom; background-size: 4px 1px; background-repeat: repeat-x; }
.discovery-card__list li:last-child { background-image: none; }
.discovery-card__list-score { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; color: #C8102E; }

@media (max-width: 767px) {
    .site-discovery__grid { grid-template-columns: 1fr; }
    .discovery-card--wide { grid-column: span 1; }
}

/* ── FOOTER ───────────────────────────────────────────────────────────── */
.mecca-footer { border-top: 1px solid #1A1A1A; background: #F5F3EE; padding: 3rem 24px 1.5rem; font-family: 'DM Sans', -apple-system, sans-serif; color: #1A1A1A; }
.mecca-footer__inner { max-width: 1200px; margin: 0 auto; }

/* 4-column grid */
.mecca-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }

.mecca-footer__wordmark { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; font-weight: 400; letter-spacing: 0.1em; color: #1A1A1A; margin-bottom: 0.75rem; }
.mecca-footer__tagline { font-size: 0.75rem; color: #444444; line-height: 1.6; margin: 0 0 1.25rem; max-width: 18rem; }

/* Social icons */
.mecca-footer__social { display: flex; gap: 0.5rem; }
.social-icon { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border: 1px solid #CCCCCC; color: #888888; transition: all 0.2s; text-decoration: none !important; }
.social-icon:hover { color: #C8102E; border-color: #C8102E; }

/* Column headings */
.mecca-footer__heading { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #1A1A1A; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #1A1A1A; }

/* Link lists */
.mecca-footer__links { list-style: none; padding: 0; margin: 0; }
.mecca-footer__links li { margin-bottom: 0.5rem; }
.mecca-footer__links a { font-size: 0.8125rem; color: #444444; text-decoration: none; transition: color .15s; }
.mecca-footer__links a:hover { color: #C8102E; }

/* Stats column */
.mecca-footer__stats { display: flex; flex-direction: column; gap: 0; }
.mecca-footer__stat { padding: 0.625rem 0; background-image: linear-gradient(to right, #1A1A1A 24%, transparent 0%); background-position: bottom; background-size: 4px 1px; background-repeat: repeat-x; }
.mecca-footer__stat:last-child { background-image: none; }
.mecca-footer__stat-num { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; font-weight: 800; color: #1A1A1A; line-height: 1; }
.mecca-footer__stat-lbl { font-size: 0.625rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #888888; }

/* Bottom bar */
.mecca-footer__bottom { padding-top: 1.25rem; border-top: 1px solid #1A1A1A; font-size: 0.6875rem; color: #888888; text-align: center; }
.mecca-footer__bottom a { color: #888888; text-decoration: none; }
.mecca-footer__bottom a:hover { color: #C8102E; }
.mecca-footer__bottom-sep { margin: 0 0.375rem; color: #CCCCCC; }

/* Responsive */
@media (max-width: 768px) {
    .mecca-footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .mecca-footer__col--brand { grid-column: span 2; }
}
@media (max-width: 480px) {
    .mecca-footer__grid { grid-template-columns: 1fr; }
    .mecca-footer__col--brand { grid-column: span 1; }
    .mecca-footer__bottom { flex-direction: column; gap: 0.25rem; }
}
