/* =====================================================
   KUSHINDO LUSCIOUS — Complete Style Sheet
   ===================================================== */

:root {
    --red:     #C0392B;
    --red-2:   #e74c3c;
    --gold:    #D4AF37;
    --gold-2:  #EDD96A;
    --dark:    #080808;
    --dark-2:  #101010;
    --dark-3:  #1b1b1b;
    --text:    #EFEFEF;
    --muted:   #9a9a9a;
    --white:   #ffffff;
    --discord: #5865F2;

    --font-display: 'Bebas Neue', Impact, sans-serif;
    --font-cond:    'Barlow Condensed', sans-serif;
    --font-body:    'Barlow', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    background: var(--dark);
    color: var(--text);
    font-family: var(--font-body);
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }

/* ─────────────────────────────
   NAV
───────────────────────────── */
#nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 0.9rem 0;
    background: rgba(8,8,8,0.9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    height: 44px;
    filter: drop-shadow(0 0 10px rgba(212,175,55,0.3));
}

.logo span {
    font-family: var(--font-cond);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text);
}

.logo em {
    font-style: normal;
    color: var(--gold);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-right a {
    font-family: var(--font-cond);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    transition: color .25s;
}

.nav-right a:hover { color: var(--text); }

.nav-anchor.active {
    color: var(--gold) !important;
}

.nav-anchor.active::after {
    width: 100% !important;
    background: var(--gold);
}

.cta-link {
    background: var(--discord) !important;
    color: var(--white) !important;
    padding: 0.45rem 1.2rem !important;
    border-radius: 3px;
    transition: opacity .25s !important;
}
.cta-link:hover { opacity: 0.85; }

/* ─────────────────────────────
   HERO
───────────────────────────── */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background:
        radial-gradient(ellipse at 30% 60%, rgba(192,57,43,0.12) 0%, transparent 55%),
        radial-gradient(ellipse at 70% 40%, rgba(212,175,55,0.06) 0%, transparent 50%),
        var(--dark);
    padding: 5rem 2rem 6rem;
}

/* Gold horizontal bar below hero title */
.hero-center::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--gold);
    margin: 2rem auto 0;
    opacity: 0.7;
}

/* Thin red vertical accent lines */
.hero::before, .hero::after {
    content: '';
    position: absolute;
    top: 15%; bottom: 15%;
    width: 3px;
    background: linear-gradient(to bottom, transparent, var(--red), transparent);
    opacity: 0.5;
}
.hero::before { left: 6vw; }
.hero::after  { right: 6vw; }

.hero-center { position: relative; z-index: 2; }

.hero-gif {
    max-height: 220px;
    width: auto;
    margin: 0 auto 2rem;
    display: block;
    border: 2px solid rgba(139, 92, 246, 0.5);
    border-radius: 16px;
    filter: drop-shadow(0 0 20px rgba(139, 92, 246, 0.4));
}

.eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: var(--font-cond);
    font-size: 0.95rem;
    letter-spacing: 4px;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.red-dash {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: var(--red);
}

.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(5.5rem, 13vw, 11rem);
    line-height: 0.88;
    letter-spacing: 3px;
    color: var(--text);
    text-shadow: 0 0 100px rgba(192,57,43,0.25), 0 2px 0 rgba(0,0,0,0.5);
    margin-bottom: 1.5rem;
}

.sub {
    font-family: var(--font-cond);
    font-size: 1.2rem;
    letter-spacing: 6px;
    color: rgba(212,175,55,0.55);
    text-transform: uppercase;
}

.hero-stats {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.stat-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0.6rem 1.6rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-family: var(--font-display);
    font-size: 1.35rem;
    letter-spacing: 2px;
    color: var(--text);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform .3s, border-color .3s;
}

.stat-badge:hover {
    transform: translateY(-2px);
}

.stat-badge img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.stat-badge.rank {
    border-color: rgba(200, 200, 200, 0.3); /* Silver hint */
}

.stat-badge.respect {
    border-color: rgba(192, 57, 43, 0.4); /* Red hint */
    color: var(--gold);
}

/* ─────────────────────────────
   TICKER
───────────────────────────── */
.ticker-bar {
    display: flex;
    align-items: stretch;
    background: var(--red);
    height: 50px;
    overflow: hidden;
    border-top: 2px solid rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

.tick-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
    background: rgba(0,0,0,0.4);
    border-right: 2px solid rgba(0,0,0,0.2);
    font-family: var(--font-display);
    font-size: 1.1rem;
    letter-spacing: 3px;
    white-space: nowrap;
    z-index: 1;
}

.tick-runner {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tick-runner span {
    display: inline-block;
    white-space: nowrap;
    font-family: var(--font-cond);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.95);
    animation: run 30s linear infinite;
    padding-right: 4rem;
}

/* Only animate the first span, second is a seamless visual duplicate via CSS */
.tick-runner span + span {
    animation-delay: -15s;
}

@keyframes run {
    0%   { transform: translateX(100vw); }
    100% { transform: translateX(-100%); }
}

/* ─────────────────────────────
   SHARED SECTION
───────────────────────────── */
.section-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 0;
}

/* ─────────────────────────────
   BENEFITS
───────────────────────────── */
.benefits-section {
    border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.panel {
    padding: 5rem 3.5rem;
    background: var(--dark-2);
}

.panel-dark {
    background: var(--dark-3);
    border-left: 1px solid rgba(255,255,255,0.06);
}

.panel-title {
    font-family: var(--font-cond);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--red-2);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 3rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.panel-title i { font-size: 1rem; }

/* Requirements */
.req-list { display: flex; flex-direction: column; gap: 0; }

.req {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.req:last-child { border-bottom: none; }

.req > span {
    font-family: var(--font-display);
    font-size: 2.2rem;
    color: var(--red);
    opacity: 0.5;
    line-height: 1;
    padding-top: 2px;
}

.req strong {
    font-family: var(--font-cond);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 3px;
}

.req p { font-size: 0.9rem; color: var(--muted); }

/* Perks */
.perk-list { display: flex; flex-direction: column; gap: 1.2rem; }

.perk {
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.04);
    border-left: 3px solid var(--gold);
    padding: 1.6rem 2rem;
    transition: transform .25s, box-shadow .25s, background .25s;
}

.perk:hover {
    transform: translateX(6px);
    background: rgba(0,0,0,0.4);
    box-shadow: -4px 0 20px rgba(212,175,55,0.1);
}

.perk-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.1rem;
}

.perk-head i { color: var(--gold); font-size: 1.2rem; }

.perk-head h3 {
    font-family: var(--font-cond);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.perk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem 2rem;
}

.ps {
    font-size: 0.95rem;
    color: var(--muted);
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.ps span {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--gold-2);
    line-height: 1;
}

/* ─────────────────────────────
   LEADERSHIP
───────────────────────────── */
.leadership-section {
    padding: 5rem 0;
    background: var(--dark);
    border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.leaders-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 1.5rem;
}

.leader-card {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background: var(--dark-3);
    border: 1px solid rgba(255,255,255,0.06);
    border-left: 5px solid #8B5CF6;
    padding: 2rem 2.5rem;
    border-radius: 2px;
    transition: box-shadow .3s, border-color .3s;
}

.leader-card:hover {
    border-color: rgba(139, 92, 246, 0.5);
    box-shadow: -4px 0 25px rgba(139, 92, 246, 0.15);
}

.leader-badge {
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 3px;
    color: #c084fc;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.4);
    padding: 5px 14px;
    display: inline-block;
    align-self: flex-start;
}

.leader-badge.co {
    color: var(--muted);
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.15);
}

.leader-sig img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.7));
    transition: filter .3s, transform .3s;
}

.leader-sig:hover img {
    filter: drop-shadow(0 4px 16px rgba(139, 92, 246, 0.4));
    transform: scale(1.02);
}

.leader-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.leader-status {
    font-family: var(--font-cond);
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.leader-status span {
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #888;
}

.leader-status.online span {
    background: #22c55e;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}

.leader-footer {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.leader-role {
    font-family: var(--font-display);
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #c084fc;
    margin-bottom: 0.3rem;
}

.leader-desc {
    font-family: var(--font-cond);
    font-size: 1rem;
    color: var(--muted);
    letter-spacing: 0.5px;
}

.leader-desc strong { color: var(--text); }

/* ─────────────────────────────
   DIRECTIVES
───────────────────────────── */
.directives-section {
    padding: 6rem 0;
    background: var(--dark-2);
}

.section-heading {
    font-family: var(--font-cond);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 5px;
    color: var(--red-2);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 3.5rem;
}

.section-heading::before {
    content: '';
    width: 30px; height: 2px;
    background: var(--red);
    flex-shrink: 0;
}

.dir-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(255,255,255,0.07);
    overflow: hidden;
    border-radius: 4px;
    background: rgba(0,0,0,0.15);
}

.dir-card {
    padding: 3.5rem 3rem;
    border-right: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: relative;
    overflow: hidden;
    transition: background .3s;
    display: flex;
    flex-direction: column;
    background: var(--dark-2);
}

.dir-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    height: 3px; width: 0%;
    background: var(--red);
    transition: width .35s ease;
}

.dir-card:hover { background: var(--dark-3); }
.dir-card:hover::after { width: 100%; }

.dir-discord::after { background: var(--discord); }

.dir-card > i {
    font-size: 2rem;
    color: var(--red);
    margin-bottom: 1.5rem;
}

.dir-discord > i { color: var(--discord); }

.dir-card h3 {
    font-family: var(--font-cond);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

.dir-card p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex: 1;
}

.link-arrow {
    font-family: var(--font-cond);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap .25s;
    margin-top: auto;
}

.link-arrow:hover { gap: 14px; }
.link-arrow.discord { color: var(--discord); }

/* ─────────────────────────────
   CTA
───────────────────────────── */
.cta-section {
    padding: 8rem 2rem;
    text-align: center;
    background: var(--dark);
    border-top: 1px solid rgba(255,255,255,0.04);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(192,57,43,0.07) 0%, transparent 65%);
    pointer-events: none;
}

.cta-logo {
    height: 130px;
    margin: 0 auto 2.5rem;
    filter: drop-shadow(0 0 30px rgba(212,175,55,0.3));
}

.cta-section h2 {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 5rem);
    letter-spacing: 3px;
    color: var(--text);
    margin-bottom: 0.8rem;
}

.cta-section p {
    font-family: var(--font-cond);
    font-size: 1.1rem;
    letter-spacing: 5px;
    color: var(--muted);
    text-transform: uppercase;
}

/* ─────────────────────────────
   FOOTER
───────────────────────────── */
footer {
    background: var(--dark);
    border-top: 1px solid rgba(255,255,255,0.04);
    padding: 2rem;
    text-align: center;
    font-family: var(--font-cond);
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.2);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.footer-dev {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.12);
}

.footer-dev span {
    color: var(--purple);
    font-weight: 700;
}

/* ─────────────────────────────
   RESPONSIVE
───────────────────────────── */
@media (max-width: 1024px) {
    .two-col { grid-template-columns: 1fr; }
    .panel-dark { border-left: none; border-top: 1px solid rgba(255,255,255,0.05); }
}

@media (max-width: 768px) {
    .nav-right a:not(.cta-link) { display: none; }
    .dir-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 5.5rem; }
    .panel { padding: 3rem 1.5rem; }
}
