/* SaiMasta Music / Local Cinzel */
@font-face {
    font-family: 'Cinzel Local';
    src: url('./assets/fonts/Cinzel[wght].ttf') format('truetype');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
/*
Theme Name: SaiMasta Music
Theme URI: https://saimasta.net/
Author: SaiMasta
Author URI: https://saimasta.com/
Description: SaiMasta Music / UNIVERSE custom WordPress theme.
Version: 1.0.0
Requires at least: 6.8
Requires PHP: 7.4
Text Domain: saimasta-music
*/

/* SaiMasta Music / UNIVERSE foundation */
html,
body {
    background: #000;
    color: #fff;
}

/* SaiMasta Music / Header foundation */

.site-header {
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    background: #000;
    border-bottom: 2px solid #ff6600;
}

.site-header__inner {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    box-sizing: border-box; padding-left: 8px;
}

.site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-family: 'Cinzel Local', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.site-main {
    background: #000;
    color: #fff;


    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
}

/* SaiMasta Music / UNIVERSE orange header accent */







/* =========================================================
   MAIN
   ========================================================= */



/* =========================================================
   INDEPENDENCE
   ========================================================= */

.independence-entry {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 24px;
    box-sizing: border-box;
    background: #000;
}

.independence-entry__coating {
    width: min(720px, 100%);
    aspect-ratio: 3 / 2;

    display: flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.015)
        );

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 0;

    box-shadow:
        inset 0 0 80px rgba(255, 255, 255, 0.025),
        0 18px 60px rgba(0, 0, 0, 0.65);

    position: relative;
    overflow: hidden;
}

.independence-entry__coating::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            115deg,
            transparent 0%,
            rgba(255, 255, 255, 0.035) 45%,
            transparent 60%
        );

    pointer-events: none;
}

.independence-entry__label {
    position: relative;
    z-index: 1;

    color: #fff;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: 0.22em;
    line-height: 1;

    text-align: center;
    white-space: nowrap;
}


/* =========================================================
   MUSIC WORLD TITLE
   ========================================================= */

.music-world-title {
    width: 100%;
    display: block;
    text-align: center;

    padding: 36px 16px 48px;

    box-sizing: border-box;
}

.music-world-title__main,
.music-world-title__sub {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.music-world-title__main {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

.music-world-title__sub {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.16em;
    opacity: 0.7;
}


/* =========================================================
   MUSIC CONTENT / 3 FRAMES
   ========================================================= */

.music-content-grid {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 72px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;

    box-sizing: border-box;
}

.music-content-grid__item {
    aspect-ratio: 1 / 1;

    background: #050505;
    border: 1px solid rgba(255, 102, 0, 0.85);

    box-sizing: border-box;
}


/* =========================================================
   NOTICE
   ========================================================= */

.notice-preview {
    width: min(720px, calc(100% - 40px));
    margin: 48px auto 0;
    padding: 0 0 48px;

    box-sizing: border-box;
}

.notice-preview__title {
    color: #fff;

    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.3;

    margin-bottom: 18px;

    box-sizing: border-box;
}

.notice-preview__list {
    width: 100%;
    max-width: 100%;

    box-sizing: border-box;
    overflow: hidden;
}

.notice-preview__item {
    display: block;

    width: 100%;
    max-width: 100%;

    box-sizing: border-box;

    color: rgba(255, 255, 255, 0.78);

    font-size: 16px;
    line-height: 1.8;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* =========================================================
   BOTTOM 4 FRAMES
   ========================================================= */

.bottom-three {
    width: min(980px, calc(100% - 40px));
    margin: 28px auto 0;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;

    box-sizing: border-box;
}

.bottom-three__item {
    width: 100%;
    min-width: 0;

    aspect-ratio: 3 / 1;

    background: transparent;
    border: 1px solid rgba(255, 102, 0, 0.85);

    box-sizing: border-box;
}





html,
body {
    min-height: 100%;
    height: auto;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}


/* =========================================================
   MAIN END
   ========================================================= */

.main-end-line {
    display: block;

    width: 100%;
    height: 2px;

    margin: 0;
    padding: 0;

    background: rgba(160, 160, 160, 0.75);

    border: 0;
    outline: none;
    box-shadow: none;

    box-sizing: border-box;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .independence-entry {
        padding: 32px 12px;
    }

    .independence-entry__coating {
        width: 100%;
        min-height: 260px;
    }

    .independence-entry__label {
        font-size: 22px;
        letter-spacing: 0.16em;
    }


    .music-world-title {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        padding: 36px 16px 48px;
    }

    
    .music-world-title__main,
    .music-world-title__sub {
        margin-left: auto;
        margin-right: auto;
    }



    .music-content-grid {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;

        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;

        padding-bottom: 48px;
    }

    .music-content-grid__item {
        display: block;
        width: 100%;
        min-width: 0;
        aspect-ratio: 1 / 1;

        background: #050505;
        border: 1px solid rgba(255, 102, 0, 0.85);

        box-sizing: border-box;
    }


    .notice-preview {
        width: 100%;
        max-width: 100%;

        margin-left: 0;
        margin-right: 0;

        padding-left: 20px;
        padding-right: 20px;

        box-sizing: border-box;
        overflow: hidden;
    }

    .notice-preview__title {
        width: 100%;

        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 18px;

        box-sizing: border-box;
    }




    .bottom-three {
        width: calc(100% - 40px);

        margin-top: 12px;
        margin-left: 20px;
        margin-right: 20px;

        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;

        box-sizing: border-box;
        overflow: hidden;
    }

    .bottom-three__item {
        width: 100%;
        min-width: 0;
        aspect-ratio: 2.6 / 1;

        box-sizing: border-box;
    }






    .main-end-line {
        width: 100%;
        height: 2px;

        background: rgba(160, 160, 160, 0.75);

        border: 0;
        outline: none;
        box-shadow: none;
    }

}


/* =========================================================
   PAGE END SPACE
   ========================================================= */

.bottom-three:last-of-type {
    margin-bottom: 80px;
}

