/* =========================================================
   RESPONSIVE.CSS
   Homepage Responsive Styles
   NAVBAR CSS REMOVED
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

html,
body {
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
}


/* =========================================================
   LARGE LAPTOP / SMALL DESKTOP
   1200px and below
   ========================================================= */

@media (max-width: 1200px) {

    /* =========================
       HERO
       ========================= */

    .hero-content h1 {
        font-size: clamp(3.5rem, 6vw, 5rem);
    }

    .hero-content h3 {
        font-size: clamp(2rem, 3vw, 2.7rem);
    }

    .hero-content p {
        font-size: 1.15rem;
    }

    .hero-book {
        width: 120% !important;
        max-width: 800px !important;
        margin-left: -30px !important;
    }


    /* =========================
       AUTHOR
       ========================= */

    .author-home h2 {
        font-size: 3rem;
    }

    .author-home p {
        font-size: 1.2rem;
    }
}


/* =========================================================
   TABLET
   991px and below
   ========================================================= */

@media (max-width: 991px) {

    /* =========================
       MUSIC LOGO VIDEO
       ========================= */

    .music-section {
        min-height: 100svh;
    }

    .music-logo-animation {
        width: 100%;
        height: 100%;
    }

    .music-logo-animation video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* =========================
       HERO
       ========================= */

    .hero-home {
        min-height: auto;
        background-size: cover !important;
        background-position: center;
        text-align: center;
    }

    .hero-home .container {
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .hero-home .row {
        min-height: auto !important;
    }

    .hero-left {
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .hero-book {
        width: min(85vw, 550px) !important;
        max-width: 550px !important;
        margin-left: 0 !important;
        transform: translateY(0) !important;
    }

    .hero-content {
        top: 0 !important;
        margin-top: 20px !important;
        padding: 0 20px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: clamp(3rem, 8vw, 4.5rem);
        line-height: 1.1;
    }

    .hero-content h3 {
        font-size: clamp(2rem, 5vw, 2.7rem);
    }

    .hero-content p {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
        text-indent: 0 !important;
    }

    .gold-divider {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hero-buttons,
    .author-buttons {
        justify-content: center;
        text-align: center;
    }


    /* =========================
       AUTHOR SECTION
       ========================= */

    .author-home {
        padding: 80px 0;
        text-align: center;
        background-position: center;
    }

    .author-home .row {
        row-gap: 45px;
    }

    .author-image {
        max-width: 380px !important;
        margin: auto;
    }

    .author-home .col-lg-7 {
        transform: translateX(0);
    }

    .section-tag::after {
        margin-left: auto;
        margin-right: auto;
    }

    .author-home h2 {
        font-size: clamp(2.5rem, 7vw, 3.5rem);
    }

    .author-home p {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


    /* =========================
       FOOTER
       ========================= */

    .footer-top {
        grid-template-columns: 1fr !important;
        gap: 45px;
    }

    .footer-col,
    .footer-navigation,
    .footer-brand,
    .footer-connect {
        text-align: center !important;
        align-items: center;
        padding: 0 !important;
    }

    .mini-divider,
    .footer-navigation .mini-divider,
    .footer-connect .mini-divider {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}


/* =========================================================
   MOBILE
   767px and below
   ========================================================= */

@media (max-width: 767px) {

    /* =========================
       GLOBAL CONTAINER
       ========================= */

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }


    /* =========================
       MUSIC VIDEO
       ========================= */

    .music-section {
        min-height: 100svh;
    }

    .music-logo-animation video {
        object-fit: cover;
    }


    /* =========================
       HERO
       ========================= */

    .hero-home .container {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .hero-left {
        margin-bottom: 20px;
    }

    .hero-book {
        width: min(90vw, 420px) !important;
        max-width: 420px !important;
    }

    .hero-content {
        padding: 0 5px;
    }

    .hero-content h1 {
        font-size: clamp(2.4rem, 11vw, 3.6rem);
        line-height: 1.05;
    }

    .hero-content h3 {
        font-size: clamp(1.7rem, 7vw, 2.3rem);
        margin-bottom: 18px;
    }

    .hero-content p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .gold-divider {
        width: 80px;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .btn-outline-gold,
    .btn-gold {
        padding: 13px 25px !important;
        font-size: 0.8rem !important;
    }


    /* =========================
       AUTHOR
       ========================= */

    .author-home {
        padding: 65px 0;
    }

    .author-home .row {
        row-gap: 35px;
    }

    .author-image {
        width: min(85vw, 320px) !important;
        border-width: 5px;
        border-radius: 15px;
    }

    .section-tag {
        font-size: 0.7rem;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .section-tag::after {
        width: 65px;
        margin-top: 8px;
    }

    .author-home h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .author-home p {
        font-size: 1.05rem;
        line-height: 1.75;
        margin-bottom: 28px;
    }

    .author-home .btn-outline-gold {
        padding: 13px 28px !important;
        font-size: 0.8rem;
    }


    /* =========================
       FOOTER
       ========================= */

    .premium-footer {
        padding: 60px 0 25px;
        background-size: cover !important;
        background-position: center;
    }

    .footer-top {
        gap: 35px;
    }

    .footer-col h3 {
        font-size: 1.35rem;
    }

    .footer-col h4 {
        font-size: 1.2rem;
    }

    .footer-col p {
        max-width: 280px;
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .footer-col li {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }

    .footer-logo img {
        width: min(70vw, 230px);
        height: auto;
    }

    .footer-bottom {
        margin-top: 35px;
        padding-top: 20px;
        font-size: 0.85rem;
    }
}


/* =========================================================
   SMALL MOBILE
   480px and below
   ========================================================= */

@media (max-width: 480px) {


    /* =========================
       HERO
       ========================= */

    .hero-home .container {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .hero-book {
        width: 95vw !important;
        max-width: 350px !important;
    }

    .hero-content h1 {
        font-size: 2.25rem;
    }

    .hero-content h3 {
        font-size: 1.55rem;
    }

    .hero-content p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .btn-outline-gold,
    .btn-gold {
        width: 100%;
        max-width: 250px;
    }


    /* =========================
       AUTHOR
       ========================= */

    .author-home {
        padding: 55px 0;
    }

    .author-image {
        width: 90vw !important;
        max-width: 280px !important;
    }

    .author-home h2 {
        font-size: 2rem;
    }

    .author-home p {
        font-size: 0.95rem;
    }


    /* =========================
       FOOTER
       ========================= */

    .footer-col {
        width: 100%;
    }

    .footer-col p {
        font-size: 1rem;
    }

    .footer-bottom p {
        font-size: 0.78rem;
        line-height: 1.6;
    }

    .footer-logo img {
        width: min(75vw, 200px);
    }
}


/* =========================================================
   VERY SMALL DEVICES
   360px and below
   ========================================================= */

@media (max-width: 360px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content h3 {
        font-size: 1.4rem;
    }

    .hero-content p {
        font-size: 0.9rem;
    }

    .hero-book {
        max-width: 300px !important;
    }

    .author-home h2 {
        font-size: 1.8rem;
    }

    .author-home p {
        font-size: 0.9rem;
    }

    .footer-col li {
        font-size: 0.85rem;
    }
}


/* =========================================================
   LANDSCAPE MOBILE DEVICES
   ========================================================= */

@media (max-height: 600px) and (orientation: landscape) {

    .music-section {
        min-height: 100vh;
    }

    .hero-home .container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .hero-book {
        max-height: 70vh;
        width: auto !important;
        max-width: 45vw !important;
    }

    .hero-content h1 {
        font-size: clamp(2.5rem, 5vw, 4rem);
    }

    .hero-content p {
        font-size: 1rem;
        margin-bottom: 25px;
    }
}


/* =========================================================
   REDUCE MOTION FOR ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}