/* =============================================
 *  JamboRadio — Event Page + Impact Report
 * ============================================= */

/* ── Animation ── */
.jr-evt-anim { opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.jr-evt-anim.jr-evt-visible { opacity: 1; transform: translateY(0); }
.jr-evt-anim:nth-child(2) { transition-delay: 0.1s; }
.jr-evt-anim:nth-child(3) { transition-delay: 0.2s; }

.jr-event-page { background: #222; color: #fff; font-family: 'Inter', sans-serif; overflow: hidden; }

/* ═══════════════════════════════
 *  1. HERO
 * ═══════════════════════════════ */
.jr-evt-hero { padding: 48px 48px 56px; min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; background: #2a2a2a; }
.jr-evt-hero-top { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; }
.jr-evt-logo { width: 56px; height: 56px; object-fit: contain; }
.jr-evt-presents { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 1px; }
.jr-evt-title { font-size: clamp(40px, 8vw, 72px); font-weight: 900; line-height: 0.95; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin: 0 0 8px; }
.jr-evt-subtitle { font-size: 13px; color: rgba(255,255,255,0.4); font-style: italic; letter-spacing: 1px; display: block; margin-bottom: 40px; }
.jr-evt-hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.jr-evt-hero-info { display: flex; flex-direction: column; gap: 1px; font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
.jr-evt-hero-btn {
    display: inline-block !important; padding: 12px 32px !important; border: 2px solid #FFD700 !important; color: #FFD700 !important;
    font-size: 12px !important; letter-spacing: 1px !important; text-decoration: none !important; text-transform: lowercase !important;
    transition: all 0.3s ease !important; border-radius: 2px !important; background: transparent !important;
}
.jr-evt-hero-btn:hover { background: #FFD700 !important; color: #222 !important; border-color: #FFD700 !important; }

/* ═══════════════════════════════
 *  2. ABOUT
 * ═══════════════════════════════ */
.jr-evt-about {
    position: relative; min-height: 300px; display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 60px 24px; background-size: cover; background-position: center;
}
.jr-evt-about-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.65); }
.jr-evt-about-text {
    position: relative; z-index: 2; font-size: 16px; font-style: italic; color: rgba(255,255,255,0.85);
    line-height: 1.8; max-width: 480px; margin: 0 auto;
}

/* ═══════════════════════════════
 *  3. FESTIVAL DETAILS
 * ═══════════════════════════════ */
.jr-evt-details { padding: 60px 48px 48px; background: #2a2a2a; }
.jr-evt-det-heading { font-size: 32px; font-weight: 300; color: #fff; margin: 0 0 48px; }
.jr-evt-det-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 32px; }
.jr-evt-det-label { font-size: 14px; color: rgba(255,255,255,0.5); display: block; margin-bottom: 12px; }
.jr-evt-det-line { height: 2px; background: rgba(255,255,255,0.15); margin-bottom: 20px; }
.jr-evt-det-value { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.6; }
.jr-evt-det-note { font-size: 11px; color: rgba(255,255,255,0.3); line-height: 1.5; margin: 16px 0 0; }

/* ═══════════════════════════════
 *  4. PERFORMANCES (carousel)
 * ═══════════════════════════════ */
.jr-evt-perf { padding: 48px 0; background: #333; overflow: hidden; }
.jr-evt-perf-heading { font-size: 22px; font-weight: 400; color: rgba(255,255,255,0.6); text-align: center; margin: 0 0 32px; padding: 0 48px; }
.jr-evt-perf-carousel-wrap { position: relative; padding: 0 56px; }
.jr-evt-perf-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding: 4px 4px; }
.jr-evt-perf-track::-webkit-scrollbar { display: none; }

.jr-evt-perf-card { text-align: center; min-width: 0; }
.jr-evt-perf-img { width: 100%; aspect-ratio: 1; border-radius: 8px; overflow: hidden; margin-bottom: 12px; background: #444; }
.jr-evt-perf-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9); transition: filter 0.3s ease; }
.jr-evt-perf-card:hover .jr-evt-perf-img img { filter: brightness(1.05); }
.jr-evt-perf-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #3a3a3a; }
.jr-evt-perf-name { font-size: 14px; font-weight: 600; color: #fff; margin: 0 0 4px; }
.jr-evt-perf-desc { font-size: 11px; color: rgba(255,255,255,0.45); line-height: 1.4; margin: 0 0 4px; }
.jr-evt-perf-status { font-size: 11px; color: rgba(255,255,255,0.3); font-style: italic; }

.jr-evt-perf-arrow {
    position: absolute; top: 40%; transform: translateY(-50%);
    width: 36px !important; height: 36px !important; border-radius: 50% !important;
    background: rgba(255,255,255,0.1) !important; border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important; cursor: pointer !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    transition: all 0.2s ease !important; z-index: 10; padding: 0 !important;
}
.jr-evt-perf-arrow:hover { background: #fff !important; color: #222 !important; border-color: #fff !important; }
.jr-evt-perf-arrow svg { fill: currentColor !important; }
.jr-evt-perf-arrow--prev { left: 10px; }
.jr-evt-perf-arrow--next { right: 10px; }

/* ═══════════════════════════════
 *  5. TICKETS
 * ═══════════════════════════════ */
.jr-evt-tickets {
    position: relative; padding: 60px 48px; background-size: cover; background-position: center;
}
.jr-evt-tickets-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.8); }
.jr-evt-tickets-inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; }
.jr-evt-tickets-heading { font-size: 28px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.jr-evt-tickets-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin: 0 0 32px; }

.jr-evt-tickets-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }

.jr-evt-tix-card {
    background: #fff; border-radius: 12px; padding: 28px 24px; text-align: center; color: #222;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jr-evt-tix-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.jr-evt-tix-cat { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #888; display: block; margin-bottom: 6px; }
.jr-evt-tix-name { font-size: 18px; font-weight: 800; color: #1a1a2e; margin: 0 0 12px; }
.jr-evt-tix-prices { font-size: 14px; color: #444; line-height: 1.8; }
.jr-evt-tix-divider { height: 1px; background: #e8e8e8; margin: 16px 0; }
.jr-evt-tix-note { font-size: 11px; color: #999; margin: 0 0 16px; font-style: italic; }

.jr-evt-tix-btn {
    display: inline-block; width: 100%; padding: 12px !important; font-size: 12px !important;
    font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 1px !important;
    background: #1a1a2e !important; color: #fff !important; border: none !important;
    border-radius: 6px !important; cursor: pointer !important; transition: all 0.3s ease !important;
}
.jr-evt-tix-btn:hover { background: #C9A84C !important; }
.jr-evt-tix-btn--sold { background: #ccc !important; color: #888 !important; cursor: not-allowed !important; }

.jr-evt-tickets-footnote { font-size: 10px; color: rgba(255,255,255,0.3); text-align: center; margin-top: 20px; letter-spacing: 0.5px; }

/* ═══════════════════════════════
 *  6. FOOTER / CONTACT
 * ═══════════════════════════════ */
.jr-evt-ft { padding: 48px; background: #2a2a2a; }
.jr-evt-ft-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.jr-evt-ft-title { font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 4px; }
.jr-evt-ft-address { font-size: 12px; color: rgba(255,255,255,0.4); display: block; margin-bottom: 16px; }
.jr-evt-ft-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0 0 20px; }

.jr-evt-ft-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.jr-evt-ft-btn {
    display: inline-block; padding: 10px 20px; border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 24px; font-size: 12px; color: rgba(255,255,255,0.7); text-decoration: none;
    transition: all 0.2s ease;
}
.jr-evt-ft-btn:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.05); }

.jr-evt-ft-right { display: flex; flex-direction: column; gap: 16px; }
.jr-evt-ft-photo { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; }
.jr-evt-ft-social-wrap { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.jr-evt-ft-social-label { font-size: 13px; color: rgba(255,255,255,0.5); }
.jr-evt-ft-social { display: flex; gap: 12px; }
.jr-evt-ft-social a { color: rgba(255,255,255,0.4); transition: color 0.2s ease; }
.jr-evt-ft-social a:hover { color: #fff; }

/* ═══════════════════════════════
 *  IMPACT REPORT
 * ═══════════════════════════════ */
.jr-impact-report { max-width: 960px; margin: 0 auto; font-family: 'Inter', sans-serif; background: #fff; overflow: hidden; border-radius: 4px; box-shadow: 0 2px 24px rgba(0,0,0,0.06); }

.jr-ir-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 32px; border-bottom: 3px solid #1B2A4A; font-size: 11px; color: #888; }
.jr-ir-header-left { display: flex; align-items: baseline; gap: 6px; }
.jr-ir-org-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #aaa; }
.jr-ir-org-name { font-size: 18px; font-weight: 900; letter-spacing: 1px; }
.jr-ir-org-sub { font-size: 10px; color: #bbb; margin-left: 4px; }
.jr-ir-header-right { display: flex; gap: 24px; font-size: 10px; color: #aaa; letter-spacing: 0.5px; }

.jr-ir-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; padding: 48px 32px; align-items: start; }
.jr-ir-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 12px; display: block; }
.jr-ir-heading { margin: 0 0 20px; line-height: 1.15; }
.jr-ir-heading-serif { display: block; font-family: 'Cardo', 'Georgia', serif; font-size: clamp(28px, 4vw, 42px); font-weight: 700; color: #1B2A4A; font-style: italic; }
.jr-ir-heading-sans { display: block; font-family: 'Inter', sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 300; color: #1B2A4A; }
.jr-ir-desc { font-size: 14px; color: #555; line-height: 1.7; margin: 0 0 20px; }
.jr-ir-period { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #999; font-weight: 600; }

.jr-ir-quote { border-left: 3px solid #B8963E; padding: 20px 24px; background: #fafaf8; border-radius: 0 8px 8px 0; }
.jr-ir-quote-text { font-family: 'Cardo', serif; font-size: 17px; font-style: italic; color: #1B2A4A; line-height: 1.6; margin: 0 0 12px; }
.jr-ir-quote-source { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }

.jr-ir-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid #e8e8e8; }
.jr-ir-stat { padding: 32px 20px; text-align: center; border-right: 1px solid #eee; }
.jr-ir-stat:last-child { border-right: none; }
.jr-ir-stat-num { display: block; font-size: clamp(28px, 4vw, 40px); font-weight: 900; line-height: 1; margin-bottom: 8px; }
.jr-ir-stat-suffix { font-size: 0.5em; font-weight: 400; }
.jr-ir-stat-label { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #1B2A4A; margin-bottom: 4px; }
.jr-ir-stat-sub { display: block; font-size: 11px; color: #999; }

.jr-ir-footer { display: flex; justify-content: space-between; align-items: center; padding: 20px 32px; background: #1B2A4A; color: #fff; }
.jr-ir-footer-left { display: flex; flex-direction: column; gap: 2px; }
.jr-ir-footer-left strong { font-size: 14px; font-weight: 700; }
.jr-ir-footer-left span { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }
.jr-ir-footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 12px; color: rgba(255,255,255,0.7); }

/* ── Responsive ── */
@media (max-width: 767px) {
    .jr-evt-hero { padding: 32px 24px 40px; }
    .jr-evt-title { font-size: 36px; }
    .jr-evt-hero-bottom { flex-direction: column; align-items: flex-start; }
    .jr-evt-details { padding: 40px 24px; }
    .jr-evt-det-grid { grid-template-columns: 1fr; gap: 24px; }
    .jr-evt-perf { padding: 32px 24px; }
    .jr-evt-tickets { padding: 40px 24px; }
    .jr-evt-tickets-grid { grid-template-columns: 1fr; }
    .jr-evt-ft { padding: 32px 24px; }
    .jr-evt-ft-grid { grid-template-columns: 1fr; }
    .jr-ir-hero { grid-template-columns: 1fr; gap: 24px; padding: 32px 20px; }
    .jr-ir-stats { grid-template-columns: repeat(2, 1fr); }
    .jr-ir-stat { border-bottom: 1px solid #eee; }
    .jr-ir-footer { flex-direction: column; gap: 12px; text-align: center; }
    .jr-ir-footer-right { align-items: center; }
    .jr-ir-header { flex-direction: column; gap: 8px; text-align: center; }
}
