/* =========================================================================
   GLOBAL
   ========================================================================= */

@font-face {
    font-family: "Anna";
    src: url('../fonts/02136_Anna.ttf') format('truetype');
    font-display: swap;
}

.container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}

input,
textarea,
button {
    font-family: "Anna";
    font-size: 1.5em !important;
    color: #000000 !important;
}

button {
    padding: 5px 10px 2px !important;
}

input[type="text"] {
    border-radius: 50px;
    padding: 15px 15px 10px;
    line-height: 1em;
    font-family: "Anna";
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0 !important;
    font-family: "Anna";
}

.home a,
.home a:hover,
.home a:visited {
    color: #ffffff;
    text-decoration: none;
}

#primary a,
#primary a:hover,
#primary a:visited {
    color: #000000;
    text-decoration: none;
}

h3 {
    font-family: "Anna";
    font-size: 32px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

h4 {
    font-family: "Anna";
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

section {
    padding: 60px 20px;
}

/* =========================================================================
   LOGO
   ========================================================================= */

.site-branding img {
    width: auto;
    max-width: 340px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 414px) {
    .site-branding img {
        max-width: 246px;
    }
}

/* =========================================================================
   HEADER
   ========================================================================= */

.skip-link {
    position: absolute;
    left: -9999em;
}

.skip-link:focus {
    left: 6px;
    top: 6px;
    z-index: 100000;
    background: #ffffff;
    color: #000000;
    padding: 4px 8px;
}

button.menu-toggle {
    display: none !important;
}

/* -------------------------------------------------------------------------
   Mobile icon actions (hidden on desktop)
   ------------------------------------------------------------------------- */
.mobile-actions {
    display: none;
    align-items: center;
    gap: 8px;
}

.mobile-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.25s, border-color 0.25s;
    flex-shrink: 0;
}

.mobile-actions__btn:hover,
.mobile-actions__btn:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    outline: none;
}

.mobile-actions__btn svg {
    display: block;
    width: 18px !important;
    height: 18px !important;
    color: #ffffff;
    flex-shrink: 0;
}

/* Contact icon is visually heavier than search — scale it down slightly */
.mobile-actions__contact svg {
    width: 16px !important;
    height: 16px !important;
}

/* -------------------------------------------------------------------------
   Desktop nav (unchanged)
   ------------------------------------------------------------------------- */
.main-navigation ul {
    display: flex !important;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 12px;
}

.main-navigation ul li {
    list-style: none;
}

.site-header {
    color: #ffffff;
    background-color: #000000;
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#site-navigation {
    width: auto;
}

header ul li {
    padding: 15px 15px 10px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background-image: linear-gradient(to top, #ffffff 50%, transparent 50%);
    background-size: 100% 201%;
    background-position: 0 0;
    transition: background-position 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

header ul li:hover {
    background-position: 0 100%;
}

header a {
    color: #ffffff;
    font-family: "Anna";
    font-size: 28px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

header ul li:hover a,
header ul li:hover a:hover,
header ul li:hover a:visited {
    color: #000000 !important;
}

/* -------------------------------------------------------------------------
   Responsive — tablet & mobile
   ------------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {
    .site-header {
        padding: 16px 24px;
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    section {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Hide desktop nav, show mobile icons */
    .main-navigation {
        display: none !important;
    }

    .mobile-actions {
        display: flex;
    }
}

.rv_button {
    cursor: pointer;
    margin-left: 20px;
}

/* =========================================================================
   ARTISTS / MEDIA GRID
   ========================================================================= */

section.artists {
    padding: 0;
}

.mg_above_grid {
    margin: 0 !important;
    padding: 20px 0;
    background-color: #000000;
}

form.mgf_search_form {
    margin: 0 !important;
}

/* =========================================================================
   STATS
   ========================================================================= */

.stats {
    color: #ffffff;
    background-color: #000000;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    column-gap: 60px;
    row-gap: 60px;
}

@media only screen and (max-width: 414px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0;
    }
}

@media only screen and (min-width: 415px) and (max-width: 980px) {
    .stats-container {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 0;
    }
}

.stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.stats-animated {
    font-family: "Anna";
    font-size: 72px;
    font-weight: 500;
}

@media only screen and (min-width: 415px) and (max-width: 980px) {
    span.stats-animated {
        font-size: 48px;
    }
}

@media only screen and (max-width: 414px) {
    span.stats-animated {
        font-size: 40px;
    }
}

/* =========================================================================
   SKILLS
   ========================================================================= */

.skills-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
    .skills-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .skills-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}

.skills-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.skills-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    object-position: center;
}

@media only screen and (max-width: 980px) {
    .skills-item img {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .skills-item img {
        width: 60px;
        height: 60px;
    }
}

/* =========================================================================
   CONTACT
   ========================================================================= */

.contact {
    background-color: #000000;
    color: #ffffff;
}

.contact-container {
    display: flex;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}

.contact-container a {
    margin: auto;
    flex-shrink: 0;
}

.contact-container > img,
.contact-container a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

div.wpforms-container-full {
    margin-bottom: 0 !important;
}

button.wpforms-submit {
    float: right !important;
}

/* Desktop */
@media only screen and (min-width: 981px) {
    .contact-form {
        width: 580px;
        flex-shrink: 0;
    }
}

/* Tablet */
@media only screen and (min-width: 415px) and (max-width: 980px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding: 0 40px;
    }

    .contact-form {
        width: 100%;
        max-width: 560px;
        box-sizing: border-box;
    }

    .contact-container > img,
    .contact-container a > img {
        max-width: 260px;
    }
}

/* Mobile */
@media only screen and (max-width: 414px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 0 20px;
    }

    .contact-form {
        width: 100%;
        box-sizing: border-box;
    }

    .contact-container > img,
    .contact-container a > img {
        max-width: 200px;
    }

    button.wpforms-submit {
        float: none !important;
        width: 100%;
    }
}

/* =========================================================================
   FOOTER
   ========================================================================= */

footer {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0;
    font-family: "Anna";
    font-size: 1.5em;
}

footer .site-info {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

footer .sep {
    padding: 0 20px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a {
    color: #ffffff !important;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff !important;
}

/* Tablet */
@media only screen and (min-width: 415px) and (max-width: 980px) {
    footer {
        font-size: 1.2em;
        padding: 20px 40px;
    }

    footer .site-info {
        flex-wrap: wrap;
        gap: 8px;
        text-align: center;
    }
}

/* Mobile */
@media only screen and (max-width: 414px) {
    .site-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 414px) {
    footer {
        font-size: 1em;
        padding: 20px;
    }

    footer .site-info {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    footer .sep {
        display: none;
    }

    footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}

@media only screen and (max-width: 980px) {
    footer .site-info {
        flex-direction: column;
    }

    footer .sep {
        display: none;
    }
}

/* =========================================================================
   TO TOP
   ========================================================================= */

.to-top {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    border: 1px solid #ffffff;
    padding: 35px 0;
    z-index: 99999;
    cursor: pointer;
    background-image: linear-gradient(to top, #ffffff 50%, #000000 50%);
    background-size: 100% 201%;
    background-position: 0 0;
    transition: background-position 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.to-top:hover {
    background-position: 0 100%;
}

.to-top div {
    transform: rotateZ(-90deg);
}

.to-top a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.to-top:hover a {
    color: #000000;
}

/* =========================================================================
   404
   ========================================================================= */

.error-404 {
    padding: 60px 20px;
}
