/* Concept-reel labeling — Mary Horsepower, Roller Suzie lineup pages */
.concept-reel-hero {
    position: relative;
}
.concept-reel-badge {
    position: absolute;
    left: 20px;
    bottom: 88px;
    z-index: 4;
    max-width: min(280px, calc(100% - 100px));
    padding: 0.55rem 0.75rem;
    background: rgba(0, 0, 0, 0.78);
    border: 1px solid rgba(255, 0, 0, 0.5);
    pointer-events: none;
}
.concept-reel-badge-title {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff0000;
    line-height: 1.2;
}
.concept-reel-badge-sub {
    display: block;
    margin-top: 0.2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.68rem;
    line-height: 1.35;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}
.concept-reel-watermark {
    position: absolute;
    bottom: 22%;
    right: 6%;
    z-index: 3;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.12);
    transform: rotate(-14deg);
    pointer-events: none;
    user-select: none;
}
.concept-disclaimer {
    margin: 0 0 1.5rem;
    padding: 0.75rem 1rem;
    border-left: 2px solid rgba(255, 0, 0, 0.55);
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
    max-width: 900px;
}
@media (max-width: 768px) {
    .concept-reel-badge {
        left: 12px;
        bottom: 72px;
        max-width: calc(100% - 72px);
    }
    .concept-reel-watermark {
        font-size: 1.75rem;
        right: 4%;
        bottom: 18%;
    }
}
