/* Cinema-metal art direction. Hexapuss universe — hotter void glow. */

:root {
    --void: #050303;
    --bone: #f7f1e6;
    --smoke: #c8bfb2;
    --blood: #a00808;
    --hot: #ff1a1a;
    --ember: #ff6a2a;
    --line: rgba(247, 241, 230, 0.28);
}

html, body {
    background: #020101;
    color: var(--bone);
}

body::before {
    opacity: 0.16;
    background:
        repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 3px),
        radial-gradient(circle at 20% 10%, rgba(255, 40, 20, 0.12), transparent 28%),
        radial-gradient(circle at 80% 0%, rgba(180, 10, 10, 0.18), transparent 32%);
    mix-blend-mode: screen;
}

body::after {
    background:
        radial-gradient(ellipse at 50% -10%, rgba(190, 20, 20, 0.34), transparent 42%),
        radial-gradient(ellipse at 0% 40%, rgba(120, 8, 8, 0.28), transparent 28%),
        radial-gradient(ellipse at 100% 55%, rgba(90, 4, 4, 0.24), transparent 30%),
        linear-gradient(180deg, rgba(0,0,0,0.15), transparent 18%, transparent 72%, rgba(0,0,0,0.72)),
        linear-gradient(90deg, rgba(0,0,0,0.55), transparent 12%, transparent 88%, rgba(0,0,0,0.55));
}


.video-hero {
    background:
        radial-gradient(circle at 55% 40%, rgba(160, 10, 10, 0.35), transparent 42%),
        #000;
}

.video-hero iframe {
    filter: contrast(1.18) saturate(1.05) brightness(0.78) hue-rotate(-4deg);
    transform: translate(-50%, -50%) scale(1.04);
}

.video-tint {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.18) 35%, rgba(0,0,0,0.55)),
        radial-gradient(circle at 58% 42%, transparent 0 16rem, rgba(0,0,0,0.55) 48rem),
        linear-gradient(115deg, rgba(120,0,0,0.18), transparent 42%);
}

.look2-header {
    gap: 0.85rem;
    padding: 1rem 1rem 1.05rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.86), rgba(0,0,0,0.18));
    border-bottom: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(18px) saturate(1.2);
}

.presenter {
    color: #f3e7d4;
    letter-spacing: 0.28em;
    text-shadow: 0 0 1rem rgba(255, 40, 20, 0.35);
}

.top-menu {
    width: min(58rem, 96vw);
    border: 1px solid rgba(247, 241, 230, 0.55);
    background:
        linear-gradient(180deg, rgba(28, 10, 10, 0.88), rgba(8, 4, 4, 0.92));
    box-shadow:
        0 0 0 1px rgba(255, 30, 30, 0.18) inset,
        0 0.8rem 2rem rgba(0, 0, 0, 0.45),
        0 0 2rem rgba(180, 10, 10, 0.18);
}

.top-menu a {
    color: #f8f1e6;
    text-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.12);
}

.top-menu a:hover,
.top-menu a:focus-visible {
    color: #fff;
    background: rgba(180, 12, 12, 0.35);
}

.chapter {
    padding-top: clamp(8.5rem, 14vw, 11rem);
}

.chapter-inner {
    border: 1px solid rgba(247, 241, 230, 0.28);
    background:
        linear-gradient(145deg, rgba(12, 6, 6, 0.86), rgba(6, 4, 4, 0.62));
    box-shadow:
        0 1.8rem 3.5rem rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 40, 20, 0.08) inset,
        0 0 2.4rem rgba(140, 8, 8, 0.18);
    backdrop-filter: blur(14px) saturate(1.15);
}

.hero-card {
    position: relative;
    max-width: 48rem;
    padding: 1.6rem 1.2rem 2rem;
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: -1.2rem -0.4rem auto;
    height: 14rem;
    margin: 0 auto;
    background: radial-gradient(ellipse at center, rgba(220, 20, 20, 0.35), transparent 68%);
    filter: blur(8px);
    pointer-events: none;
    z-index: -1;
}

.hero-lockup {
    width: min(36rem, 94vw);
    filter:
        contrast(1.12)
        drop-shadow(0 0 1.2rem rgba(255, 255, 255, 0.18))
        drop-shadow(0 0 2.4rem rgba(200, 12, 12, 0.45));
}

.hero-card h1 {
    font-family: "Metal Mania", Impact, sans-serif;
    font-size: clamp(2.6rem, 7vw, 4.2rem);
    letter-spacing: 0.04em;
    text-shadow:
        0 0 1.1rem rgba(255, 255, 255, 0.22),
        0.07em 0.07em 0 #5a0000,
        0 0 2rem rgba(255, 30, 30, 0.35);
}

.hero-card .lead {
    max-width: 30rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: #f2e8d8;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}

.eyebrow {
    color: #d7c9b4;
}

.eyebrow::before {
    width: 3.4rem;
    background: linear-gradient(90deg, var(--hot), var(--ember));
    box-shadow: 0 0 1rem rgba(255, 40, 20, 0.7);
}

h2 {
    font-family: "Metal Mania", Impact, sans-serif;
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    letter-spacing: 0.03em;
    text-shadow:
        0.06em 0.06em 0 #520000,
        0 0 1.4rem rgba(255, 40, 20, 0.25);
}

.lead, .copy {
    color: #ddd2c2;
}

.poster-row img {
    border: 1px solid rgba(247, 241, 230, 0.32);
    box-shadow:
        0 1.2rem 2.6rem rgba(0, 0, 0, 0.6),
        0 0 1.6rem rgba(180, 10, 10, 0.28);
    filter: contrast(1.06) saturate(1.05);
}

.button {
    border: 1px solid rgba(255, 70, 50, 0.85);
    outline: 1px solid rgba(255, 70, 50, 0.45);
    outline-offset: 5px;
    background: linear-gradient(180deg, rgba(40, 8, 8, 0.55), rgba(10, 2, 2, 0.75));
    color: #ffe8dc;
    box-shadow:
        0 0.6rem 1.4rem rgba(0, 0, 0, 0.45),
        0 0 1.2rem rgba(200, 20, 20, 0.18);
    letter-spacing: 0.12em;
}

.button.primary {
    border-color: #ff3030;
    background: linear-gradient(180deg, #e21414, #6c0000 70%, #3a0000);
    color: #fff8ee;
    box-shadow:
        0 0 1.8rem rgba(255, 40, 20, 0.35),
        0 0.8rem 1.6rem rgba(0, 0, 0, 0.45);
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #ff2a2a, #8a0000);
    color: #fff;
}

.sound-panel {
    border-color: rgba(247, 241, 230, 0.28);
    background: rgba(0, 0, 0, 0.78);
    box-shadow: 0 0 1.5rem rgba(140, 8, 8, 0.2);
}

.signal {
    color: rgba(255, 230, 210, 0.72);
    text-shadow: 0 0 0.8rem rgba(255, 40, 20, 0.25);
}

.signal-bar {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0.8rem rgba(255, 40, 20, 0.15);
}

.signal-bar span {
    background: linear-gradient(90deg, var(--blood), var(--hot), var(--ember));
}

footer {
    background: linear-gradient(180deg, transparent, #050202 40%);
    border-top: 1px solid rgba(247, 241, 230, 0.18);
}

footer img {
    filter:
        drop-shadow(0 0 1.2rem rgba(255, 255, 255, 0.2))
        drop-shadow(0 0 2rem rgba(180, 10, 10, 0.35));
}


/* ---- Shared metal section pages (Experimental, D&D, Music, Give, etc.) ---- */
:root {
    --accent-blood: #a00808;
    --accent-glow: #ff1a1a;
    --bg-deep: #020101;
    --text-header: #f7f1e6;
    --text-main: #ddd2c2;
}

.catalog,
.chapter-inner {
    border-color: rgba(247, 241, 230, 0.28);
    box-shadow:
        0 1.8rem 3.5rem rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 40, 20, 0.08) inset,
        0 0 2.4rem rgba(140, 8, 8, 0.16);
}

.hero-card {
    border-bottom-color: #a00808;
}

a.hero-card:hover,
a.hero-card:focus-visible {
    border-color: #ff1a1a;
    box-shadow: 0 0 0 1px #ff1a1a, 0 0 1.4rem rgba(255, 40, 20, 0.28);
}

.hex-back-btn,
.button.primary {
    box-shadow: 0 0 1.4rem rgba(255, 40, 20, 0.28);
}

h1 {
    text-shadow:
        0 0 1rem rgba(255, 255, 255, 0.18),
        2px 2px 0 #5a0000,
        0 0 1.6rem rgba(255, 30, 30, 0.28);
}
