/* ═══════════════════════════════════
   INNER PAGE STYLES — WECON v2
   ═══════════════════════════════════ */

/* ── Page Hero Banner ── */
.page-hero { background: var(--dark); color: white; padding: clamp(80px,10vw,140px) clamp(24px,6vw,100px) clamp(60px,8vw,100px); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: 50%; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(196,31,110,0.06) 0%, transparent 60%); transform: translateY(-50%); pointer-events: none; }
.page-hero .sec-max { position: relative; z-index: 1; }
.page-hero .sec-label { color: var(--magenta-bright); }
.page-hero .sec-label::before { background: var(--magenta-bright); }
.page-hero .sec-title { color: white; margin-bottom: 16px; }
.page-hero-desc { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.45); max-width: 600px; }

/* ── Breadcrumb ── */
.breadcrumb { font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,0.35); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--magenta-bright); }
.breadcrumb .sep { margin: 0 8px; opacity: 0.4; }

/* ── Nav dropdown styles ── */
.nav-links .has-dropdown { position: relative; }
.nav-links .nav-dropdown { display: none; position: absolute; top: 100%; left: 0; background: var(--cream); border: 1px solid var(--border); border-radius: 4px; padding: 12px 0; min-width: 220px; box-shadow: 0 12px 40px rgba(0,0,0,0.08); z-index: 200; list-style: none; }
.nav-links .has-dropdown:hover .nav-dropdown { display: block; }
.nav-links .nav-dropdown li { padding: 0; }
.nav-links .nav-dropdown a { display: block; padding: 8px 20px; font-size: 12px; white-space: nowrap; color: var(--mid); }
.nav-links .nav-dropdown a:hover { color: var(--magenta); background: var(--magenta-glow); }

/* ── Conference Archive Cards ── */
.conf-archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; margin-top: 48px; }
.conf-archive-card { background: white; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: all 0.4s; cursor: pointer; }
.conf-archive-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(0,0,0,0.08); }
.conf-archive-card .card-img { height: 220px; overflow: hidden; position: relative; background: var(--charcoal); }
.conf-archive-card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.conf-archive-card:hover .card-img img { transform: scale(1.06); }
.conf-archive-card .card-year { position: absolute; top: 14px; left: 14px; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 14px; background: var(--magenta); color: white; border-radius: 2px; }
.conf-archive-card .card-body { padding: 28px; }
.conf-archive-card .card-title { font-family: var(--display); font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.3px; margin-bottom: 8px; line-height: 1.2; }
.conf-archive-card .card-excerpt { font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 14px; }
.conf-archive-card .card-meta { font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--light); }

/* ── Single Conference Layout ── */
.conf-single-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; }
.conf-single-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.8) brightness(0.5); }
.conf-single-hero .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,26,0.95) 0%, rgba(26,26,26,0.3) 50%, transparent 100%); }
.conf-single-hero .hero-inner { position: relative; z-index: 2; padding: 60px clamp(24px,6vw,100px); max-width: 800px; }
.conf-single-meta { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 16px; }
.conf-single-meta span { font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: rgba(255,255,255,0.4); }

/* ── Stats Row ── */
.stats-row { display: flex; gap: 48px; flex-wrap: wrap; padding: 36px 0; }
.stat-item { text-align: center; }
.stat-num { font-family: var(--mega); font-size: 56px; font-weight: 400; color: var(--magenta); line-height: 1; letter-spacing: 1px; }
.stat-label { font-size: 12px; font-weight: 500; color: var(--mid); margin-top: 4px; }

/* ── Feature Grid (used on Tribe, Masawaat) ── */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-top: 48px; }
.feature-card { background: white; border: 1px solid var(--border); border-radius: 2px; padding: 32px 24px; transition: all 0.4s; position: relative; overflow: hidden; }
.feature-card:hover { border-color: var(--magenta); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--magenta); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card h3 { font-family: var(--display); font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -0.3px; margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: var(--mid); line-height: 1.7; }

/* ── Podcast Grid ── */
.podcast-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-top: 48px; }
.podcast-card { background: var(--dark); border-radius: 4px; overflow: hidden; transition: all 0.3s; }
.podcast-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.podcast-card .card-body { padding: 24px; }
.podcast-card .card-title { font-family: var(--display); font-size: 16px; font-weight: 700; color: white; margin-bottom: 8px; }
.podcast-card .card-excerpt { font-size: 13px; color: rgba(255,255,255,0.35); line-height: 1.6; margin-bottom: 14px; }
.podcast-card .card-play { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--magenta-bright); display: inline-flex; align-items: center; gap: 6px; }

/* ── Report Cards ── */
.report-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-top: 48px; }
.report-card { background: white; border: 1px solid var(--border); border-radius: 4px; padding: 36px 28px; transition: all 0.4s; position: relative; overflow: hidden; }
.report-card::after { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(to bottom, var(--magenta), var(--orange)); opacity: 0; transition: opacity 0.3s; }
.report-card:hover::after { opacity: 1; }
.report-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.report-card .report-tag { font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--magenta); margin-bottom: 14px; }
.report-card h3 { font-family: var(--display); font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: -0.3px; margin-bottom: 12px; }
.report-card p { font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 16px; }

/* ── Partnership Page ── */
.partnership-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 48px; align-items: start; }
.partnership-info h3 { font-family: var(--display); font-size: 20px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.partnership-info p { font-size: 15px; color: var(--mid); line-height: 1.8; margin-bottom: 24px; }
.partnership-form-wrap { background: var(--dark); border-radius: 4px; padding: 36px 28px; }
.partnership-form-wrap h3 { font-family: var(--display); font-size: 18px; font-weight: 700; color: white; margin-bottom: 18px; }

/* ── About Page ── */
.about-card { background: white; border: 1px solid var(--border); border-radius: 4px; padding: 40px 32px; margin-bottom: 24px; }
.about-card .about-label { font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--magenta); margin-bottom: 14px; }
.about-card h3 { font-family: var(--display); font-size: 24px; font-weight: 800; color: var(--ink); line-height: 1.3; margin-bottom: 16px; }
.about-card p { font-size: 15px; color: var(--mid); line-height: 1.8; }

/* ── EBazaar ── */
.ebazaar-banner { background: linear-gradient(135deg, var(--orange) 0%, #D45A2A 100%); color: white; padding: 48px 36px; border-radius: 4px; text-align: center; margin-top: 48px; }
.ebazaar-banner h3 { font-family: var(--display); font-size: 28px; font-weight: 800; margin-bottom: 12px; }
.ebazaar-banner p { font-size: 15px; opacity: 0.7; max-width: 500px; margin: 0 auto 24px; line-height: 1.7; }

/* ── Video Embed Responsive ── */
.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 4px; margin: 24px 0; }
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* ── Photo Gallery Grid ── */
.photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; margin-top: 32px; }
.photo-gallery img { width: 100%; height: 200px; object-fit: cover; border-radius: 2px; transition: all 0.4s; cursor: pointer; }
.photo-gallery img:hover { transform: scale(1.03); filter: saturate(1.1); }

/* ── Responsive ── */
@media (max-width: 768px) {
    .partnership-layout { grid-template-columns: 1fr; }
    .conf-archive-grid { grid-template-columns: 1fr; }
    .stats-row { gap: 24px; }
    .conf-single-hero { min-height: 360px; }
    .nav-links .nav-dropdown { position: static; box-shadow: none; border: none; padding: 0 0 0 16px; }
}
