/* style.css */

body {
    background-color: #000;
    color: #fff;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Shared page container for consistent horizontal alignment */
.content-shell {
    width: 100%;
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}



/* ─── Logos ───────────────────────────────────────────────────────────────── */

/* Header logo hover swap via CSS */
.site-logo {
    height: 3.2rem !important;
    width: auto !important;
    max-width: 256px !important;
    object-fit: contain !important;
    display: inline-block !important;
    transition: filter 0.3s ease;
    filter: none;
}
.site-logo:hover {
    filter: drop-shadow(0 0 14px rgba(16, 185, 129, 0.9));
}
.footer-logo {
    height: 3.2rem !important;
    width: auto !important;
    max-width: 251px !important;
    object-fit: contain !important;
    display: block !important;
    margin-top: -9px !important;
    transition: filter 0.3s ease;
    filter: none;
}
.footer-logo:hover {
    filter: drop-shadow(0 0 14px rgba(16, 185, 129, 0.9));
}

@media (min-width: 768px) {
    footer .grid.grid-cols-1.md\:grid-cols-5 {
        column-gap: 0.75rem;
    }

    footer .grid.grid-cols-1.md\:grid-cols-5 .md\:col-span-2.flex {
        margin-left: 0 !important;
        padding-left: 0;
    }

    footer .grid.grid-cols-1.md\:grid-cols-5 > :nth-child(2) {
        margin-left: -3rem;
    }

    footer .grid.grid-cols-1.md\:grid-cols-5 > :first-child {
        padding-right: 0 !important;
    }

    footer .grid.grid-cols-1.md\:grid-cols-7 {
        column-gap: 0.75rem;
    }

    footer .grid.grid-cols-1.md\:grid-cols-7 > :nth-child(2) {
        margin-left: -1.5rem;
    }

    footer .grid.grid-cols-1.md\:grid-cols-5 .md\:col-span-2 table th:nth-child(3) {
        width: 6rem !important;
        max-width: 6rem !important;
    }

    footer .grid.grid-cols-1.md\:grid-cols-5 .md\:col-span-2 table th:nth-child(3) a {
        display: inline-block;
        max-width: 100%;
        white-space: normal;
        line-height: 1.25;
    }

    footer .grid.grid-cols-1.md\:grid-cols-5 .md\:col-span-2 table {
        table-layout: fixed;
        width: 100%;
        min-width: 0;
    }

    footer .grid.grid-cols-1.md\:grid-cols-7 > :nth-child(4) {
        max-width: 6.5rem;
        width: 100%;
        justify-self: start;
    }

    footer .grid.grid-cols-1.md\:grid-cols-5 > :nth-child(3) {
        margin-left: calc(-1 * (15px + 0.75rem)) !important;
        justify-self: start;
    }

    /* Keep the Core Services -> Pages separation wider than other footer gaps. */
    footer .grid.grid-cols-1.md\:grid-cols-7 > :nth-child(3) {
        margin-left: 1.25rem;
    }
}

/* ─── Hamburger ───────────────────────────────────────────────────────────── */
.nav-hamburger {
    color: #4632da !important;
    filter: drop-shadow(0 0 8px rgba(70, 50, 218, 0.7));
    transition: color 0.3s ease, filter 0.3s ease;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-hamburger:hover {
    color: #10b981 !important;
    filter: drop-shadow(0 0 14px rgba(16, 185, 129, 0.9));
}

/* ─── Social icons ────────────────────────────────────────────────────────── */
.social-icon {
    color: #4632da !important;
    filter: drop-shadow(0 0 5px rgba(70, 50, 218, 0.7));
    transition: color 0.3s ease, filter 0.3s ease;
}
.social-icon:hover {
    color: #10b981 !important;
    filter: drop-shadow(0 0 14px rgba(16, 185, 129, 0.9));
}

footer a {
    transition: color 0.3s ease, text-shadow 0.3s ease, filter 0.3s ease;
}

footer a:hover {
    color: #10b981 !important;
    text-shadow: 0 0 14px rgba(16, 185, 129, 0.9);
    filter: drop-shadow(0 0 14px rgba(16, 185, 129, 0.9));
}

/* ─── Buttons ─────────────────────────────────────────────────────────────── */
.btn-form {
    display: inline-block !important;
    background-color: #4632da !important;
    color: white !important;
    font-weight: bold !important;
    padding: 12px 32px !important;
    border-radius: 12px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 15px rgba(70, 50, 218, 0.6) !important;
}
.btn-form:hover {
    background-color: #10b981 !important;
    box-shadow: 0 0 14px rgba(16, 185, 129, 0.9) !important;
    transform: scale(1.05) !important;
}
.btn-primary {
    display: inline-block;
    background-color: #4632da;
    color: white;
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(70, 50, 218, 0.6);
    text-decoration: none;
    outline: none;
}
.btn-primary:hover {
    background-color: #10b981;
    box-shadow: 0 0 14px rgba(16, 185, 129, 0.9);
    transform: scale(1.05);
}
.btn-primary:active {
    transform: scale(0.98);
}

/* ─── Glass card ──────────────────────────────────────────────────────────── */
.glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    transition: border-color 0.3s ease;
}
.glass-card:hover {
    border-color: rgba(59, 130, 246, 0.5);
}

/* ─── Mugshot windows ─────────────────────────────────────────────────────── */
.mugshot-container {
    display: flex;
    height: 160px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mugshot {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mugshot:last-child { border-right: none; }

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.animate-ticker {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.animate-ticker-fluid {
    display: flex;
    width: max-content;
    animation: scroll 65s linear infinite;
}

.animate-ticker-fluid > div {
    color: rgba(70, 50, 218, 0.75);
    transition: color 0.3s ease, filter 0.3s ease;
}

.animate-ticker-fluid > div svg,
.animate-ticker-fluid > div span {
    color: inherit;
    fill: currentColor;
}

.animate-ticker-fluid > div img {
    height: 2.5rem;
    width: auto;
    opacity: 0.85;
    filter: brightness(0) saturate(100%) invert(25%) sepia(79%) saturate(2782%) hue-rotate(236deg) brightness(88%) contrast(91%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.animate-ticker-fluid > div:hover {
    color: #10b981;
    filter: drop-shadow(0 0 14px rgba(16, 185, 129, 0.9));
}

.animate-ticker-fluid > div:hover img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(63%) sepia(59%) saturate(573%) hue-rotate(104deg) brightness(95%) contrast(91%);
}

.hero-slider-frame {
    aspect-ratio: 16/7;
    border-radius: 1rem;
    border: 1px solid #4632da;
    box-shadow: 0 0 14px rgba(70,50,218,0.28), inset 0 0 14px rgba(70,50,218,0.05);
}

.slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
}

.slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-content-wrap {
    width: 100%;
}

.hero-content-wrap-sm {
    max-width: min(460px, 44%);
}

.hero-content-wrap-lg {
    max-width: min(580px, 58%);
}

.hero-eyebrow {
    font-size: clamp(0.62rem, 0.55rem + 0.25vw, 0.8rem);
    line-height: 1.2;
}

.hero-title {
    font-size: clamp(1rem, 0.72rem + 1.05vw, 1.9rem);
    line-height: 1.2;
}

.hero-body {
    font-size: clamp(0.7rem, 0.62rem + 0.35vw, 0.95rem);
    line-height: 1.45;
}

.hero-arrow {
    border: 1px solid #4632da;
    box-shadow: 0 0 10px rgba(70,50,218,0.5);
}

.hero-arrow:hover {
    color: #10b981;
    border-color: #10b981;
    box-shadow: 0 0 14px rgba(16, 185, 129, 0.9);
}

.hero-dot {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: #4632da;
    border: none;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 0 6px rgba(70,50,218,0.7);
}

#contactModal > div {
    background: linear-gradient(135deg, rgba(70, 50, 218, 0.2), #000) !important;
    border: 1px solid rgba(70, 50, 218, 0.4) !important;
}

#contactModal input,
#contactModal select,
#contactModal textarea,
footer form input,
footer form select,
footer form textarea {
    background-color: #000 !important;
    border: 1px solid rgba(70, 50, 218, 0.4) !important;
}

details summary .relative.w-6.h-6.flex.items-center.justify-center > span {
    background-color: #4632da !important;
    box-shadow: 0 0 10px rgba(70, 50, 218, 0.9) !important;
}

details summary .relative.w-6.h-6.flex.items-center.justify-center > span:last-child {
    opacity: 1 !important;
    transform: rotate(0deg) !important;
}

details summary:hover .relative.w-6.h-6.flex.items-center.justify-center > span:first-child,
details[open] summary .relative.w-6.h-6.flex.items-center.justify-center > span:first-child {
    background-color: #10b981 !important;
    box-shadow: 0 0 14px rgba(16, 185, 129, 0.9) !important;
}

details summary:hover .relative.w-6.h-6.flex.items-center.justify-center > span:last-child,
details[open] summary .relative.w-6.h-6.flex.items-center.justify-center > span:last-child {
    opacity: 0 !important;
    transform: rotate(90deg) !important;
}
/* --- Social Bulletin Card (Modern + Retro Board) -------------------------- */
.social-bulletin-card {
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(70, 50, 218, 0.3);
    border-radius: 4px; /* Slightly squarer for 'board' feel */
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 80px; /* Fixed height for consistency */
}

.social-bulletin-card:hover {
    background: rgba(70, 50, 218, 0.1);
    border-color: #10b981;
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
    transform: translateY(-2px);
}

.social-icon-box {
    width: 80px; /* Matches height for square aspect */
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(70, 50, 218, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: #4632da;
    transition: all 0.3s ease;
}

.social-bulletin-card:hover .social-icon-box {
    color: #10b981;
    text-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
    border-right-color: #10b981;
}

.social-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1.5rem;
}

.social-network-name {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
    font-family: monospace; /* Retro feel */
}

.social-handle {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    transition: color 0.3s ease;
}

.social-bulletin-card:hover .social-handle {
    color: #10b981;
}

