/* Homepage specific styles */


/* Dead Sauna Hero Section */
.manga-hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), 
                url('../images/dead-sauna-banner.jpg') center/cover;
    min-height: 700px;
}

.manga-hero h1 {
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}


/* Responsive */
@media (max-width: 768px) {
    .section {
        padding: 60px 20px;
        min-height: 500px;
    }
    
    .section h1 {
        font-size: 36px;
    }
    
    .manga-hero h1 {
        font-size: 48px;
    }
    
    .section p {
        font-size: 16px;
    }
    
    .button-group {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
}