/* MOBILE RESPONSIVE < 992px */

@media (max-width: 1366px) and (max-height: 840px) {
    .arrow-down {
        margin-top: 0px;
    }

    .arrow-down img {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {

    /* Header */
    header {
        padding: 20px;
    }

    .logo {
        font-size: 20px;
    }

    nav {
        gap: 15px;
        font-size: 10px;
    }

    /* Text Center */
    .content-center {
        bottom: 0;
        width: 90%;
    }

    .content-center h1 {
        font-size: 13vw;
        margin-bottom: 15px;
    }

    .content-center p {
        font-size: 14px;
        line-height: 1.4;
    }

    .arrow-down {
        margin-top: 25px;
        font-size: 20px;
    }

    .images-layer {
        height: 85%;
    }

    /* Images Redistribution for Vertical Layout */

    .content-center {
        top: inherit;
        transform: translate(-50%, 0);
    }

    /* Bird: Top Left */
    .pos-bird {
        top: 27%;
        left: 5%;
        width: 30%;
        height: 16%;
        /* Keep aspect roughly */
    }

    /* Wildlife: Top Rightish */
    .pos-wildlife {
        top: 72%;
        right: 50%;
        width: 31%;
        height: 11%;
    }

    /* Island: Below Bird, Left/Center */
    .pos-island {
        top: 13%;
        left: 47%;
        width: 42%;
        height: 17%;
    }

    /* Bride: Bottom Left, larger */
    .pos-bride {
        top: 35%;
        left: 12%;
        width: 75%;
        height: 34%;
    }

    /* Swimmer: Bottom Right */
    .pos-swimmer {
        top: 62%;
        right: 5%;
        width: 34%;
        height: 13%;
    }

    /* Content Section */
    .content-section {
        padding: 60px 20px;
    }

    .content-section h2 {
        font-size: 32px !important;
    }

    .grid-gallery {
        grid-template-columns: 1fr;
        /* Stack */
    }

    .content-center .arrow-down img {
        margin-top: 0px;
        width: auto;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .speed-unlock-header h2 {
        font-size: 5rem;
    }

    .speed-unlock-header h4 {
        font-size: 2rem;
    }

    .speed-unlock-description p {
        font-size: 1.2rem;
    }

    .speed-unlock-footer .footer-title {
        font-size: 1.5rem;
    }

    .speed-unlock-footer .footer-desc {
        font-size: 1.2rem;
    }

    .speed-box-1 {
        width: 300px;
        right: 0;
    }

    .speed-box-2 {
        width: 250px;
        left: -20px;
    }
}

@media (max-width: 992px) {
    .quote-main-text {
        font-size: 2.8rem;
        max-width: 100%;
    }

    .quote-author {
        gap: 30px;
    }

    .author-photo-wrapper {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .quote-main-text {
        font-size: 2.22rem;
    }

    .quote-author {
        flex-direction: row;
        text-align: center;
    }

    .author-photo {
        margin-left: 30px;
    }

    .author-meta {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 50%;
        text-align: left;
        left: 50px;
        position: relative;
    }

    .quote-icon-down {
        right: -50px;
    }

    .author-description {
        font-size: 1rem;
    }

}

@media (max-width: 768px) {
    .ai-header p {
        font-size: 3rem;
    }

    .ai-footer h3 {
        font-size: 1.4rem;
    }

    .optical-footer h3 {
        font-size: 1.4rem;
    }

    .bionz-footer h3 {
        font-size: 1.4rem;
    }

    .resolution-footer h3 {
        font-size: 1.4rem;
    }

    .ai-media-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .gear-title {
        font-size: 3.5rem;
    }

    .gear-row {
        width: 90%;
        margin: 0 auto;
        flex-direction: row;
        gap: 20px;
        text-align: center !important;
    }

    .gear-media,
    .gear-text {
        width: 100%;
    }

    .gear-text {
        align-items: center !important;
        padding: 0 !important;
    }

    .gear-image-frame {
        width: 200px;
        height: 200px;
    }

    .gear-row-a1 .gear-image-frame {
        left: 50%;
        transform: translateX(-65%);
    }

    .gear-row-a9 .gear-image-frame {
        left: 50%;
        transform: translateX(-35%);
    }
}

@media (max-width: 768px) {
    .resolution-unlock-header h2 {
        font-size: 4rem;
    }

    .resolution-quote-box {
        width: 100%;
        margin-bottom: -50px;
    }

    .res-quote-text {
        font-size: 2rem;
        margin-left: 0;
        padding: 0 20px;
    }

    .res-bg-box {
        width: 250px;
        height: 250px;
        left: 25%;
        transform: translateX(-50%);
    }

    .resolution-media-wrapper {
        width: 90%;
    }
}


@media (max-width: 1024px) {
    .genre-accordion {
        max-width: 800px;
    }

    .speed-unlock-description {
        line-height: 1.2;

    }

    .quote-main-text {
        font-size: 3rem
    }
}

@media (max-width: 768px) {

    .genre-section {
        padding: 60px 40px;
    }

    .genre-header-text h2 {
        font-size: 3rem;
    }

    .ai-footer {
        max-width: 80%;
    }

    .optical-footer {
        max-width: 80%;
    }

    .bionz-footer {
        max-width: 80%;
    }

    .resolution-footer {
        max-width: 80%;
    }

    .quote-content {
        max-width: 80%;
    }

    .quote-main-text {
        font-size: 2rem;
    }

    .quote-author {
        margin-left: 0;
    }

    .resolution-unlock-ai .ai-header p {
        font-size: 2rem;
    }

    .resolution-unlock-ai .res-ai-media-wrapper {
        margin: 0 auto 40px;
    }

    .res-ai-footer {
        max-width: 80% !important;
    }

    .res-ai-footer h3 {
        font-size: 1.4rem !important;
    }

    .res-ai-footer p {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 576px) {
    .genre-header-text h2 {
        font-size: 2.5rem;
    }

    .genre-banner {
        height: 150px;
    }

    .speed-unlock-description {
        font-size: 2rem;
    }

    .ai-header p {
        font-size: 2.2rem;
    }

    .optical-header p {
        font-size: 2.2rem;
    }

    .bionz-header p {
        font-size: 2.2rem;
    }

    .resolution-header p {
        font-size: 2.2rem;
    }

    .gear-text {
        width: 50%;
    }

    .gear-tagline {
        font-size: 1.2rem;
    }

    .ai-footer h3 {
        font-size: 1.2rem;
    }

    .speed-unlock-optical {
        padding-bottom: 0px !important;
    }

    .optical-footer h3 {
        font-size: 1.2rem;
        margin-bottom: 0px !important;
    }

    .bionz-footer h3 {
        font-size: 1.2rem;
    }

    .resolution-footer h3 {
        font-size: 1.2rem;
    }

    .res-ai-footer p {
        font-size: 1.2rem !important;
    }

    .resolution-unlock-ai .ai-footer h3 {
        font-size: 1.2rem;
    }

    .speed-unlock-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .site-collapse-menu {
        background-image: url('../images/cam-menu.png') !important;
        background-size: 100% auto !important;
        background-position: bottom !important;
        background-repeat: no-repeat !important;
    }

    .speed-unlock-main-media {
        margin: 0 auto 30px;
    }

    .genre-header-text h2 {
        font-size: 2.2rem;
    }

    .genre-banner {
        height: 120px;
    }

    .genre-banner h3 {
        font-size: 1.5rem !important;
    }

    .speed-unlock-header h4 {
        font-size: 1.75rem;
    }

    .resolution-unlock-header h4 {
        font-size: 1.75rem;
    }

    .speed-unlock-header h2 {
        font-size: 4rem;
    }

    .resolution-unlock-header h2 {
        font-size: 3.25rem;
    }

    .speed-unlock-description {
        font-size: 1.75rem;
    }

    .author-name {
        font-size: 1.5rem;
    }

    .ai-header p {
        font-size: 2rem;
    }

    .optical-header p {
        font-size: 2rem;
    }

    .bionz-header p {
        font-size: 2rem;
    }

    .resolution-header p {
        font-size: 2rem;
    }

    .gear-row {
        width: 100%;
    }

    .quote-main-text {
        font-size: 1.75rem;
    }

    .res-ai-footer h3 {
        font-size: 1.2rem !important;
    }

    .gear-title {
        font-size: 3rem;
    }

    .bionz-img-wrapper {
        max-width: 100% !important;
    }

    .resolution-unlock-header {
        margin-bottom: 60px;
    }

    .resolution-unlock-header h2 {
        font-size: 3rem;
    }
}

@media (max-width:450px) {
    .genre-section {
        padding: 40px 20px;
    }

    .author-photo-wrapper {
        width: 150px;
        height: 150px;
    }

    .ai-footer {
        max-width: 90% !important;
    }

    .optical-footer {
        max-width: 90% !important;
    }

    .bionz-footer {
        max-width: 90% !important;
    }

    .resolution-footer {
        max-width: 90% !important;
    }

    .res-ai-footer {
        max-width: 90% !important;
    }

    .gear-title {
        font-size: 2.5rem;
    }
}



@media (max-width: 430px) {
    .genre-header-text h2 {
        font-size: 1.75rem;
    }

    .img-overlay-info {
        font-size: 0.7rem;
        padding: 8px;
        padding-left: 20px;
    }

    .content-center {
        bottom: -5vh;
    }

    .content-center h1 {
        font-size: 36px !important;
        line-height: 1.2;
    }

    .content-center p {
        margin-top: 12px;
    }

    .speed-unlock-main-media {
        margin: 0 auto 30px;
    }

    .footer-disclaimer {
        font-size: 0.7rem;
    }

    .quote-icon-up {
        width: 30px;
    }

    .quote-main-text {
        font-size: 1.5rem;
    }

    .speed-unlock-quote {
        margin-top: 60px;
        padding-bottom: 50px;
    }

    .quote-icon-down {
        right: -30px;
        top: 20px;
        width: 30px;
    }

    .author-meta {
        left: 15px;
    }

    .optical-img-mask {
        margin: 30px auto;
    }

    .ai-footer h3 {
        font-size: 1rem !important;
    }

    .optical-footer h3 {
        font-size: 1rem !important;
    }

    .bionz-footer h3 {
        font-size: 1rem !important;
    }

    .resolution-footer h3 {
        font-size: 1rem !important;
    }

    .resolution-unlock-ai .res-ai-footer {
        margin-top: 0px;
    }

    .res-ai-footer h3 {
        font-size: 1rem !important;
        margin-bottom: 0px !important;
    }

    .mobile-show {
        display: block;
    }

    .ai-header p {
        font-size: 1.5rem !important;
        margin-bottom: 0px;
    }

    .resolution-unlock-ai .res-ai-media-wrapper {
        margin-bottom: 30px;
    }

    .optical-header p {
        font-size: 1.5rem !important;
    }

    .bionz-header p {
        font-size: 1.5rem !important;
    }

    .resolution-header p {
        font-size: 1.5rem !important;
    }


    .resolution-unlock-header h2 {
        font-size: 2.75rem !important;
    }

    .res-quote-text {
        font-size: 1.5rem !important;
    }

}

@media (max-width: 430px) {
    .genre-header-text h2 {
        font-size: 2rem;
    }

    .optical-img-mask {
        margin: 30px auto;
    }

    .resolution-footer {
        margin-top: 30px;
    }

    .speed-unlock-header {
        margin-bottom: 20px;
    }

    .speed-unlock-description {
        margin-bottom: 30px;
    }

    .genre-header-text h2 {
        font-size: 2rem;
    }

    .genre-header-text p {
        font-size: 1rem;
        line-height: 1.2;
    }

    .gear-container {
        padding: 0 10px;
    }

    .gear-row {
        gap: 0;
    }

    .res-quote-text {
        padding: 0px;
    }
}

@media (max-width: 375px) {


    .genre-banner {
        height: 100px;
    }

    .genre-banner h3 {
        font-size: 1.25rem !important;
    }

    .speed-unlock-header {
        margin-bottom: 10px;
    }

    .speed-unlock-header h2 {
        font-size: 3.5rem;
    }

    .speed-unlock-description {
        font-size: 1.4rem;
    }

    .quote-icon-up {
        width: 30px;
    }

    .quote-main-text {
        font-size: 1.5rem;
    }

    .speed-unlock-quote {
        margin-top: 60px;
        padding-bottom: 50px;
    }

    .quote-icon-down {
        right: -15px;
        top: 20px;
        width: 30px;
    }

    .author-meta {
        left: 5px;
    }


}

@media (max-width: 320px) {
    .genre-header-text h2 {
        font-size: 1.5rem;
    }

    .gear-text {
        width: 60%;
    }

    .gear-tagline {
        font-size: 0.8rem;
    }

    .gear-button img {
        width: 25px;
        height: 25px;
    }

    .resolution-footer {
        width: 100%;
    }

    .ai-arrow-down {
        height: 20px;
        width: auto;
    }

    .quote-content {
        max-width: 90%;
    }

    .quote-main-text {
        font-size: 1.2rem;
    }

    .gear-title {
        font-size: 2rem;
    }

    .resolution-unlock-header h2 {
        font-size: 2.5rem !important;
    }
}




/* Adjust font size */
@media only screen and (max-width: 578px) {
    .font-size-25 {
        font-size: 2rem !important;
    }

    .font-size-18 {
        font-size: 1.4rem !important;
    }

    .font-size-11 {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 480px) {
    .font-size-25 {
        font-size: 1.75rem !important;
    }

    .font-size-18 {
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 430px) {
    .font-size-25 {
        font-size: 1.6rem !important;
    }

    .font-size-18 {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 375px) {
    .font-size-25 {
        font-size: 1.4rem !important;
    }
}

@media only screen and (max-width: 320px) {
    .font-size-25 {
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .capture-media-wrapper {
        width: 700px !important;
        margin: 0 auto;
    }

    .bionz-img-wrapper {
        width: 700px !important;
    }

    .bionz-container .ai-header {
        margin-bottom: 0px;
    }
}