:root {
    --hr-void: #000000;
    --hr-blood: #8B0000;
    --hr-crimson: #DC143C;
    --hr-crimson-glow: rgba(220, 20, 60, 0.4);
    --hr-text-main: #FFFFFF;
    --hr-text-muted: #A0A0A0;
    --hr-glass-bg: rgba(10, 5, 5, 0.9);
    --hr-glass-border: rgba(139, 0, 0, 0.3);
    
    --hr-font-primary: 'Inter', sans-serif;
    --hr-font-classic: 'Cinzel', serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000 !important;
    color: var(--hr-text-main);
    font-family: var(--hr-font-primary);
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

#hr-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* Header */
.hr-header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--hr-glass-border);
}

.hr-logo {
    font-family: var(--hr-font-classic);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--hr-blood);
    letter-spacing: 0.2rem;
    text-shadow: 0 0 10px var(--hr-crimson-glow);
}

.hr-nav {
    display: flex;
    gap: 30px;
}

.hr-nav a {
    color: var(--hr-text-muted);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    transition: 0.3s;
    text-transform: uppercase;
}

.hr-nav a:hover {
    color: var(--hr-crimson);
    text-shadow: 0 0 5px var(--hr-crimson-glow);
}

/* Layout */
.hr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.hr-section {
    padding: 60px 0;
}

.featured-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.hr-hero-title {
    font-family: var(--hr-font-classic);
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
    letter-spacing: 0.6rem;
    text-shadow: 0 0 20px var(--hr-crimson-glow);
}

.hr-section-title {
    font-family: var(--hr-font-classic);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: var(--hr-crimson);
    letter-spacing: 0.4rem;
    text-transform: uppercase;
}

/* Glassmorphism Cards */
.hr-glass {
    background: var(--hr-glass-bg);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--hr-glass-border);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hr-glass:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: var(--hr-crimson);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 40px var(--hr-crimson-glow);
}

/* Featured Section Improvements */
.hr-featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.hr-featured-card {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Align content to bottom for cinematic feel */
    min-height: 500px;
    overflow: hidden;
}

.hr-featured-shadowland {
    background-image: url('https://c10.patreonusercontent.com/4/patreon-media/p/campaign/326583/cc8daa39ea174ad5acdd8d7cc1e76b61/eyJ3IjoxOTIwLCJ3ZSI6MX0%3D/11.jpg?token-hash=4x57usKGokwDej6_XNRe2Vow66hMj8bCLgYXsNOdnD8%3D&token-time=1775260800');
    background-size: cover;
    background-position: center;
}

.hr-featured-matrix {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.8)), url('assets/images/matrixseraphimthrone.png');
    background-size: cover;
    background-position: center top;
    border-right: 2px solid var(--hr-blood);
}

.hr-featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.6) 40%, transparent 100%);
    z-index: 1;
    transition: opacity 0.4s ease;
}

.hr-featured-card:hover .hr-featured-overlay {
    background: linear-gradient(to top, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.4) 30%, transparent 100%);
}

.hr-featured-content {
    position: relative;
    z-index: 2;
}

.hr-featured-content h3 {
    font-family: var(--hr-font-classic);
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
    border-left: 4px solid var(--hr-crimson);
    padding-left: 20px;
    letter-spacing: 0.1rem;
    text-shadow: 0 0 15px rgba(0,0,0,1);
}

.hr-featured-content p {
    color: var(--hr-text-main);
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.8;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.hr-album-embed {
    margin-top: 20px;
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));
    transition: transform 0.3s ease;
}

.hr-featured-card:hover .hr-album-embed {
    transform: scale(1.02);
}

.hr-btn-primary {
    display: inline-block;
    padding: 15px 35px;
    background: var(--hr-blood);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    border-radius: 2px;
    transition: 0.3s;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    border: 1px solid var(--hr-crimson);
}

.hr-btn-primary:hover {
    background: var(--hr-crimson);
    box-shadow: 0 0 25px var(--hr-crimson-glow);
}

/* Artist Gallery */
.hr-artist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
}

.hr-artist-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: rgba(20, 10, 10, 0.4);
    border-radius: 8px;
    border: 1px solid transparent;
}

.hr-artist-card:hover {
    background: rgba(40, 20, 20, 0.6);
    border-color: var(--hr-glass-border);
    transform: translateY(-5px);
}

.hr-artist-img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

.hr-artist-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.9);
}

.hr-artist-card:hover .hr-artist-img {
    transform: scale(1.15);
    filter: grayscale(0) contrast(1.1) brightness(1);
}

.hr-artist-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hr-artist-name {
    font-family: var(--hr-font-primary);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.hr-artist-bio {
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hr-artist-links {
    display: flex;
    gap: 20px;
}

.hr-link-icon {
    width: 28px;
    height: 28px;
    fill: var(--hr-text-muted);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hr-link-icon:hover {
    fill: var(--hr-crimson);
    transform: scale(1.3) rotate(5deg);
    filter: drop-shadow(0 0 8px var(--hr-crimson-glow));
}

/* About Section */
.hr-about-card {
    padding: 60px;
    text-align: center;
}

.hr-about-title {
    font-family: var(--hr-font-classic);
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: var(--hr-crimson);
    letter-spacing: 0.3rem;
}

.hr-about-card p {
    max-width: 800px;
    margin: 0 auto 25px auto;
    color: var(--hr-text-muted);
    font-size: 1.1rem;
    font-weight: 300;
}

/* Footer */
.hr-footer {
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--hr-glass-border);
    background: #000;
}

.hr-footer p {
    color: var(--hr-text-muted);
    font-size: 0.9rem;
    margin-bottom: 25px;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.hr-footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.hr-footer-links a {
    color: var(--hr-text-muted);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
}

.hr-footer-links a:hover {
    color: var(--hr-crimson);
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: #330000;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--hr-blood);
}

/* Responsive */
@media (max-width: 900px) {
    .hr-hero-title {
        font-size: 2.5rem;
    }
    
    .hr-featured-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .hr-hero-title {
        font-size: 2rem;
        letter-spacing: 0.3rem;
    }
    
    .hr-section {
        padding: 60px 0;
    }
    
    .hr-container {
        padding: 0 20px;
    }
    
    .hr-featured-card {
        padding: 30px;
    }
}

/* Discord Section */
.hr-discord-section {
    padding: 100px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.hr-discord-card {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
}

.hr-discord-icon-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border: 2px solid var(--hr-blood);
    padding: 10px;
    background: #000;
    box-shadow: 0 0 20px rgba(139, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-discord-logo {
    width: 60px;
    height: 60px;
    color: var(--hr-blood);
}

.hr-discord-title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: var(--hr-font-classic);
}

.hr-discord-btn {
    display: inline-block;
    padding: 15px 40px;
    background: var(--hr-blood);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.hr-discord-btn:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 30px #fff;
    transform: scale(1.05);
}


/* Admin Founder Section */
.hr-admin-section {
    padding: 100px 0;
    text-align: center;
}

.hr-admin-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hr-admin-avatar-wrap {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
    border: 3px solid var(--hr-blood);
    box-shadow: 0 0 40px var(--hr-crimson-glow), inset 0 0 20px rgba(139, 0, 0, 0.2);
    position: relative;
    padding: 5px;
    background: #000;
}

.hr-admin-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.hr-admin-title {
    font-family: var(--hr-font-classic);
    font-size: 3rem;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fff, #8b0000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(139, 0, 0, 0.5);
}

.hr-admin-role {
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffcc00; /* Perception Alchemist Gold */
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.hr-admin-bio {
    color: var(--hr-text-main);
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 50px;
    max-width: 700px;
    font-weight: 300;
}

.hr-admin-contact {
    font-weight: 800;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.hr-admin-contact span {
    color: var(--hr-text-muted);
    font-weight: 400;
    margin-right: 10px;
}
