/* ═══════════════════════════════════════════════════════════════
   E3 CENTRAL PAGE STYLES
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.e3-hero {
    background: linear-gradient(135deg,
        rgba(10, 15, 30, 0.97) 0%,
        rgba(15, 20, 50, 0.95) 40%,
        rgba(20, 10, 40, 0.97) 100%);
    border-bottom: 1px solid rgba(100, 140, 255, 0.2);
    padding: 4rem 0 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.e3-hero::before {
    content: 'E3';
    position: absolute;
    font-family: 'Orbitron', sans-serif;
    font-size: 18rem;
    font-weight: 900;
    color: rgba(80, 110, 255, 0.04);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.e3-hero-inner {
    position: relative;
    z-index: 1;
}

.e3-hero-badge {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(100, 140, 255, 0.8);
    margin-bottom: 0.75rem;
}

.e3-hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #99bbff 40%, #6699ff 70%, #44aaff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(80, 120, 255, 0.5));
    margin: 0 0 0.5rem;
    line-height: 1.1;
}

.e3-hero-sub {
    font-size: 1.1rem;
    color: rgba(200, 215, 255, 0.75);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.e3-hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.95rem;
}

.e3-stat {
    color: rgba(200, 220, 255, 0.9);
}

.e3-stat strong {
    font-family: 'Orbitron', sans-serif;
    color: #6699ff;
    font-size: 1.1em;
}

.e3-stat-sep {
    color: rgba(100, 140, 255, 0.4);
}

/* ── Body ── */
.e3-body {
    padding-top: 3rem;
    padding-bottom: 4rem;
    max-width: 1000px;
}

.e3-section {
    margin-bottom: 3.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid rgba(80, 110, 200, 0.15);
}

.e3-section:last-child {
    border-bottom: none;
}

.e3-section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #99bbff;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(80, 110, 200, 0.2);
}

.e3-section-intro {
    color: var(--text-secondary, rgba(200, 210, 230, 0.8));
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 680px;
}

/* ── Gallery Cards ── */
.e3-gallery-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.e3-gallery-cards-3 {
    grid-template-columns: repeat(3, 1fr);
}

.e3-gallery-card {
    display: block;
    text-decoration: none;
    background: rgba(15, 18, 35, 0.8);
    border: 1px solid rgba(80, 110, 200, 0.2);
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.e3-gallery-card::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 8px;
}

.e3-card-2006::before { background: linear-gradient(135deg, rgba(60, 100, 200, 0.15), rgba(40, 60, 140, 0.1)); }
.e3-card-2005::before { background: linear-gradient(135deg, rgba(40, 80, 180, 0.15), rgba(30, 50, 120, 0.1)); }
.e3-card-hist::before  { background: linear-gradient(135deg, rgba(30, 60, 140, 0.15), rgba(20, 40, 100, 0.1)); }

.e3-gallery-card:hover {
    border-color: rgba(100, 140, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(60, 100, 255, 0.15);
}

.e3-gallery-card:hover::before { opacity: 1; }

.e3-card-year {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: rgba(100, 140, 255, 0.8);
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.e3-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #e8eeff;
    margin-bottom: 0.3rem;
    line-height: 1.3;
}

.e3-card-meta {
    font-size: 0.75rem;
    color: rgba(150, 170, 220, 0.6);
    margin-bottom: 0.75rem;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.03em;
}

.e3-card-desc {
    font-size: 0.85rem;
    color: rgba(180, 195, 225, 0.75);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.e3-card-cta {
    font-size: 0.8rem;
    color: #6699ff;
    font-weight: 500;
}

/* ── E3 1999 ── */
.e3-1999-note {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    background: rgba(10, 15, 30, 0.5);
    border: 1px solid rgba(80, 110, 200, 0.15);
    border-radius: 8px;
}

.e3-1999-note h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #99bbff;
    margin-bottom: 0.5rem;
}

.e3-1999-note p {
    font-size: 0.9rem;
    color: rgba(180, 195, 225, 0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.e3-1999-note a { color: #6699ff; }
.e3-1999-note a:hover { text-decoration: underline; }

.e3-1999-photos {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.e3-1999-photos figure {
    margin: 0;
    flex: 0 0 auto;
}

.e3-1999-photos img {
    max-width: 200px;
    height: auto;
    border-radius: 4px;
    border: 1px solid rgba(80, 110, 200, 0.3);
    display: block;
}

.e3-1999-photos figcaption {
    font-size: 0.75rem;
    color: rgba(150, 170, 210, 0.6);
    margin-top: 0.35rem;
    font-style: italic;
}

/* ── E3 2004 Dispatches ── */
.e3-article-feature {
    padding: 1.25rem 1.5rem;
    background: rgba(15, 18, 35, 0.8);
    border: 1px solid rgba(80, 110, 200, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.e3-article-byline {
    font-size: 0.8rem;
    color: rgba(150, 175, 225, 0.7);
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.e3-dispatch-link {
    font-size: 1rem;
    font-weight: 600;
    color: #6699ff;
    text-decoration: none;
}

.e3-dispatch-link:hover { text-decoration: underline; }

/* ── Year Filter Tabs ── */
.e3-year-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1.5rem;
}

.e3-year-tab {
    background: rgba(20, 25, 50, 0.8);
    border: 1px solid rgba(80, 110, 200, 0.25);
    color: rgba(180, 200, 240, 0.7);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.75rem;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.e3-year-tab:hover {
    border-color: rgba(100, 140, 255, 0.5);
    color: #c0d4ff;
    background: rgba(60, 90, 200, 0.15);
}

.e3-year-tab.active {
    background: rgba(60, 100, 220, 0.3);
    border-color: rgba(100, 150, 255, 0.6);
    color: #c8daff;
}

/* ── Articles List ── */
.e3-articles-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.e3-article-row {
    display: grid;
    grid-template-columns: 3.5rem 5rem 1fr auto;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(60, 80, 140, 0.1);
    font-size: 0.875rem;
}

.e3-article-row:hover {
    background: rgba(60, 90, 180, 0.06);
}

.e3-article-year {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.68rem;
    color: rgba(100, 140, 255, 0.65);
    white-space: nowrap;
}

.e3-article-type {
    font-size: 0.68rem;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.03em;
    padding: 0.15rem 0.4rem;
    border-radius: 2px;
    white-space: nowrap;
    text-transform: uppercase;
    background: rgba(60, 80, 160, 0.2);
    color: rgba(160, 185, 240, 0.8);
    border: 1px solid rgba(80, 110, 200, 0.2);
}

.e3-article-type.type-review   { background: rgba(40, 100, 60, 0.2); color: rgba(100, 200, 140, 0.9); border-color: rgba(60, 150, 100, 0.25); }
.e3-article-type.type-preview  { background: rgba(100, 60, 20, 0.2); color: rgba(220, 170, 100, 0.9); border-color: rgba(180, 130, 60, 0.25); }
.e3-article-type.type-article  { background: rgba(60, 80, 160, 0.2); color: rgba(160, 185, 240, 0.9); border-color: rgba(80, 110, 200, 0.25); }
.e3-article-type.type-editorial{ background: rgba(80, 40, 120, 0.2); color: rgba(180, 140, 220, 0.9); border-color: rgba(130, 80, 180, 0.25); }
.e3-article-type.type-news     { background: rgba(20, 80, 100, 0.2); color: rgba(100, 200, 220, 0.9); border-color: rgba(40, 150, 180, 0.25); }

.e3-article-title {
    color: rgba(220, 230, 250, 0.9);
    text-decoration: none;
    line-height: 1.4;
}

.e3-article-title:hover {
    color: #aac4ff;
    text-decoration: underline;
}

.e3-article-author {
    font-size: 0.75rem;
    color: rgba(140, 160, 210, 0.55);
    white-space: nowrap;
    text-align: right;
}

/* ── Responsive ── */
@media (max-width: 700px) {
    .e3-gallery-cards,
    .e3-gallery-cards-3 {
        grid-template-columns: 1fr;
    }

    .e3-article-row {
        grid-template-columns: 3rem 4.5rem 1fr;
    }

    .e3-article-author { display: none; }

    .e3-hero-title { font-size: clamp(2.5rem, 12vw, 4rem); }
}

@media (max-width: 480px) {
    .e3-article-row {
        grid-template-columns: 3rem 1fr;
    }
    .e3-article-type { display: none; }
}
