/* =========================================
   GENNYSGALLERY
   Responsive Website Styles
   ========================================= */

@media screen and (max-width: 1100px) {

    .navbar {
        min-height: 78px;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 0.65rem;
    }

    .instagram-link span:last-child {
        display: none;
    }

    .hero-content {
        margin-top: 70px;
    }
}


@media screen and (max-width: 850px) {

    .site-header {
        position: absolute;
    }

    .navbar {
        width: 90%;
    }

    .logo {
        align-items: flex-start;
    }

    .logo-name {
        font-size: 1.65rem;
    }

    .menu-toggle {
        display: block;
        z-index: 1001;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;

        width: min(82%, 360px);
        height: 100vh;
        padding: 115px 35px 40px;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;

        background-color: rgba(10, 10, 10, 0.98);

        transition: right 0.4s ease;
    }

    .nav-links.open {
        right: 0;
    }

    .nav-links a {
        display: inline-block;
        padding: 16px 0;

        font-family: var(--font-heading);
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
    }

    .nav-links a::after {
        bottom: 8px;
    }

    .instagram-link {
        display: none;
    }

    .hero {
        min-height: 100svh;
        background-position: 65% center;
    }

    .hero-overlay {
        background:
            linear-gradient(
                to right,
                rgba(5, 5, 5, 0.86),
                rgba(5, 5, 5, 0.28)
            ),
            linear-gradient(
                to top,
                rgba(5, 5, 5, 0.82),
                transparent 60%
            );
    }

    .hero-content {
        width: 88%;
        margin-top: 90px;
    }

    .hero h1 {
        font-size: clamp(4rem, 16vw, 6.5rem);
    }
}

@media screen and (max-width: 560px) {

    .logo-name {
        font-size: 1.45rem;
    }

    .logo-subtitle {
        font-size: 0.48rem;
    }

    .hero {
        align-items: flex-end;
        padding-bottom: 115px;
    }

    .hero-content {
        margin-top: 0;
    }

    .hero-eyebrow {
        font-size: 0.62rem;
        letter-spacing: 0.28em;
    }

    .hero h1 {
        font-size: clamp(3.7rem, 17vw, 5rem);
    }

    .hero-tagline {
        max-width: 340px;
        font-size: 0.68rem;
        line-height: 1.9;
        letter-spacing: 0.17em;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .button {
        width: 100%;
        max-width: 310px;
    }

    .scroll-indicator {
        display: none;
    }

    .placeholder-section h2 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 1200px) {

    .featured-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .featured-card {
        min-height: 420px;
    }
}


@media screen and (max-width: 760px) {

    .featured-work {
        padding: 75px 6% 90px;
    }

    .section-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-card {
        min-height: 370px;
    }
}


@media screen and (max-width: 500px) {

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .featured-card {
        min-height: 460px;
    }

    .featured-card-overlay span {
        opacity: 1;
        transform: none;
    }
}
@media screen and (max-width: 1100px) {

    .about-preview {
        grid-template-columns: 1fr;
    }

    .about-image {
        min-height: 620px;
    }

    .about-content {
        grid-template-columns: 1.3fr 0.7fr;
    }
}


@media screen and (max-width: 760px) {

    .about-image {
        min-height: 500px;
    }

    .about-content {
        padding: 75px 7%;

        grid-template-columns: 1fr;
        gap: 55px;
    }

    .about-values {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 500px) {

    .about-image {
        min-height: 430px;
    }

    .about-introduction h2 {
        font-size: 3.15rem;
    }

    .about-values {
        grid-template-columns: 1fr;
    }

    .about-button {
        width: 100%;
    }
}
/* ---------- Responsive Services Cards ---------- */

@media screen and (max-width: 1050px) {

    .services-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        min-height: 500px;
    }
}


@media screen and (max-width: 760px) {

    .services-preview {
        padding: 75px 6% 90px;
    }

    .services-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 36px;
    }

    .services-heading .button {
        width: 100%;
        max-width: 310px;
    }

    .services-card-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 540px;
    }

    .service-card-content span {
        opacity: 1;
        transform: none;
    }
}


@media screen and (max-width: 500px) {

    .service-card {
        min-height: 470px;
    }

    .service-card-content {
        left: 24px;
        right: 24px;
        bottom: 25px;
    }

    .service-card-content h3 {
        font-size: 2.35rem;
    }
}
/* ---------- Responsive Instagram Section ---------- */

@media screen and (max-width: 1150px) {

    .instagram-preview {
        grid-template-columns: 1fr;
    }

    .instagram-intro {
        padding: 10px 0;
    }

    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .instagram-photo {
        min-height: 380px;
    }
}


@media screen and (max-width: 700px) {

    .instagram-preview {
        padding: 75px 6%;
    }

    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .instagram-photo {
        min-height: 360px;
    }
}


@media screen and (max-width: 480px) {

    .instagram-grid {
        grid-template-columns: 1fr;
    }

    .instagram-photo {
        min-height: 470px;
    }

    .instagram-intro .button {
        width: 100%;
    }
}


/* ---------- Responsive Footer ---------- */

@media screen and (max-width: 1100px) {

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}


@media screen and (max-width: 650px) {

    .footer-main {
        width: 88%;
        padding: 65px 0 50px;

        grid-template-columns: 1fr;
        gap: 42px;
    }

    .footer-brand {
        grid-column: auto;
        padding-right: 0;
    }

    .footer-logo {
        align-items: flex-start;
    }

    .footer-bottom {
        width: 88%;

        align-items: flex-start;
        flex-direction: column;
    }
}
/* =========================================
   RESPONSIVE PORTFOLIO PAGE
   ========================================= */

@media screen and (max-width: 1100px) {

    .portfolio-filter-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .portfolio-filters {
        justify-content: flex-start;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-item-wide {
        grid-column: span 2;
    }
}


@media screen and (max-width: 760px) {

    .portfolio-hero {
        min-height: 60vh;
        padding-top: 78px;
    }

    .portfolio-hero-content {
        width: 88%;
        margin-top: 35px;
    }

    .portfolio-gallery-section {
        padding: 80px 6% 95px;
    }

    .portfolio-filter-header {
        margin-bottom: 42px;
    }

    .portfolio-filters {
        width: 100%;
        gap: 8px;
    }

    .filter-button {
        flex: 1 1 calc(33.333% - 8px);
        padding: 12px 10px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 50px;
    }

    .portfolio-item-wide {
        grid-column: auto;
    }

    .portfolio-item img,
    .portfolio-item-wide img,
    .portfolio-item-tall img {
        height: 560px;
    }

    .portfolio-item-overlay {
        opacity: 1;
        padding: 26px;

        background:
            linear-gradient(
                transparent 40%,
                rgba(0, 0, 0, 0.88)
            );
    }
}


@media screen and (max-width: 500px) {

    .portfolio-hero {
        min-height: 55vh;
    }

    .portfolio-hero h1 {
        font-size: 4.8rem;
    }

    .portfolio-filter-header h2 {
        font-size: 3.15rem;
    }

    .filter-button {
        flex: 1 1 calc(50% - 8px);
        font-size: 0.6rem;
    }

    .portfolio-item img,
    .portfolio-item-wide img,
    .portfolio-item-tall img {
        height: 470px;
    }

    .portfolio-item-title {
        font-size: 1.7rem;
    }
}


/* =========================================
   RESPONSIVE LIGHTBOX
   ========================================= */

@media screen and (max-width: 760px) {

    .lightbox {
        padding: 70px 18px 32px;
    }

    .lightbox-content {
        max-height: 88vh;
    }

    .lightbox-image {
        max-height: 68vh;
    }

    .lightbox-close {
        top: 14px;
        right: 16px;

        width: 44px;
        height: 44px;
    }

    .lightbox-control {
        top: auto;
        bottom: 18px;

        width: 48px;
        height: 48px;

        transform: none;
    }

    .lightbox-previous {
        left: 18px;
    }

    .lightbox-next {
        right: 18px;
    }

    .lightbox-caption {
        margin-top: 16px;
        padding: 0 60px;
    }

    .lightbox-title {
        font-size: 2rem;
    }
}
/* =========================================
   RESPONSIVE BOOKING PAGE
   ========================================= */

@media screen and (max-width: 1050px) {

    .booking-form-section {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .booking-form-intro {
        position: static;
        max-width: 760px;
    }
}


@media screen and (max-width: 760px) {

    .booking-page-hero {
        min-height: 68vh;
        padding: 145px 6% 80px;
    }

    .booking-page-hero-content {
        width: 90%;
        margin-top: 30px;
    }

    .booking-page-hero-content h1 {
        font-size: clamp(4rem, 15vw, 5.8rem);
    }

    .booking-form-section {
        width: 88%;
        padding: 85px 0 100px;
        gap: 50px;
    }

    .booking-form {
        padding: 36px 26px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .form-group-full {
        grid-column: auto;
    }

    .booking-submit {
        width: 100%;
    }
}


@media screen and (max-width: 500px) {

    .booking-page-hero {
        min-height: 64vh;
        padding-top: 130px;
    }

    .booking-page-hero-content h1 {
        font-size: 4.2rem;
    }

    .booking-form-intro h2 {
        font-size: 3.4rem;
    }

    .booking-form {
        padding: 30px 20px;
    }
}
/* ---------- Responsive Booking Process ---------- */

@media screen and (max-width: 1050px) {

    .booking-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .booking-process-step {
        border-bottom: 1px solid rgba(201, 165, 104, 0.28);
    }

    .booking-process-step:nth-child(2n) {
        border-right: 1px solid rgba(201, 165, 104, 0.28);
    }
}


@media screen and (max-width: 650px) {

    .booking-process {
        padding: 85px 6% 95px;
    }

    .booking-process-heading {
        margin-bottom: 48px;
    }

    .booking-process-grid {
        grid-template-columns: 1fr;
    }

    .booking-process-step {
        min-height: auto;
        padding: 36px 28px;

        border-right: 1px solid rgba(201, 165, 104, 0.28);
    }

    .booking-process-step:nth-child(2n) {
        border-right: 1px solid rgba(201, 165, 104, 0.28);
    }

    .booking-step-number {
        margin-bottom: 24px;
    }
}
/* ---------- Responsive Pricing Cards ---------- */

@media screen and (max-width: 1050px) {

    .pricing-card-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card,
    .pricing-card-featured {
        min-height: auto;
        transform: none;
    }

    .pricing-card-featured:hover,
    .pricing-card:not(.pricing-card-featured):hover {
        transform: translateY(-6px);
    }

    .extra-editing {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}


@media screen and (max-width: 650px) {

    .booking-pricing {
        padding: 90px 6% 100px;
    }

    .pricing-card {
        padding: 38px 26px;
    }

    .pricing-card-description {
        min-height: auto;
    }

    .extra-editing {
        padding: 34px 26px;
    }

    .extra-editing-options {
        grid-template-columns: 1fr;
    }

    .extra-editing-option {
        padding-left: 20px;
    }
}
/* =========================================
   RESPONSIVE SERVICES PAGE
   ========================================= */

@media screen and (max-width: 1100px) {

    .experience-section,
    .experience-section-reverse {
        grid-template-columns: 1fr;
    }

    .experience-section-reverse .experience-image,
    .experience-section-reverse .experience-content {
        order: initial;
    }

    .experience-image {
        min-height: 620px;
    }

    .experience-content {
        padding: 80px 8%;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width: 760px) {

    .services-page-hero {
        min-height: 68vh;
        padding: 145px 6% 85px;
    }

    .services-page-content {
        width: 90%;
        margin-top: 30px;
    }

    .services-page-content h1 {
        font-size: clamp(4rem, 15vw, 5.8rem);
    }

    .experience-image {
        min-height: 500px;
    }

    .experience-content {
        padding: 70px 7%;
    }

    .experience-content h2 {
        font-size: 3.8rem;
    }

    .experience-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .experience-actions .button {
        width: 100%;
        max-width: 320px;
    }

    .why-choose {
        padding: 95px 6%;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 60px;
    }

    .why-card {
        padding: 36px 28px;
    }

    .services-final-cta {
        min-height: 580px;
        padding: 95px 6%;
    }

    .services-final-content h2 {
        font-size: clamp(4rem, 14vw, 5.6rem);
    }
}


@media screen and (max-width: 500px) {

    .services-page-hero {
        min-height: 64vh;
        padding-top: 130px;
    }

    .services-page-content h1 {
        font-size: 4.2rem;
    }

    .experience-image {
        min-height: 430px;
    }

    .experience-content {
        padding: 60px 6%;
    }

    .experience-content h2 {
        font-size: 3.2rem;
    }

    .experience-types {
        gap: 8px;
    }

    .experience-types span {
        font-size: 0.56rem;
    }

    .why-choose-header h2 {
        font-size: 3.5rem;
    }

    .services-final-cta {
        min-height: 520px;
    }

    .services-final-content h2 {
        font-size: 4rem;
    }

    .services-final-content .button {
        width: 100%;
        max-width: 310px;
    }
}
/* =========================================
   RESPONSIVE ABOUT PAGE
   ========================================= */

@media screen and (max-width: 1100px) {

    .about-page-hero,
    .meet-mari-section,
    .behind-camera-section {
        grid-template-columns: 1fr;
    }

    .about-hero-image {
        min-height: 720px;
    }

    .about-hero-content {
        padding: 90px 8%;
    }

    .meet-mari-image {
        min-height: 650px;
    }

    .behind-camera-image {
        min-height: 680px;
    }

    .behind-camera-details {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-experience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-experience-step {
        border-bottom: 1px solid rgba(201, 165, 104, 0.28);
    }

    .about-experience-step:nth-child(2n) {
        border-right: 1px solid rgba(201, 165, 104, 0.28);
    }
}


@media screen and (max-width: 760px) {

    .about-page-hero {
        min-height: auto;
        padding-top: 78px;
    }

    .about-hero-image {
        min-height: 560px;
    }

    .about-hero-content {
        padding: 75px 7% 85px;
    }

    .about-hero-content h1 {
        font-size: clamp(4rem, 15vw, 5.8rem);
    }

    .meet-mari-image {
        min-height: 520px;
    }

    .meet-mari-content {
        padding: 75px 7%;
    }

    .meet-mari-content h2 {
        font-size: 3.8rem;
    }

    .about-philosophy {
        min-height: 640px;
    }

    .about-philosophy-content h2 {
        font-size: clamp(3.5rem, 13vw, 5rem);
    }

    .behind-camera-content {
        padding: 75px 7%;
    }

    .behind-camera-content h2 {
        font-size: 3.8rem;
    }

    .behind-camera-image {
        min-height: 560px;
    }

    .behind-camera-details {
        grid-template-columns: 1fr;
    }

    .about-experience {
        padding: 90px 6% 100px;
    }

    .about-experience-grid {
        grid-template-columns: 1fr;
    }

    .about-experience-step {
        min-height: auto;
        padding: 36px 28px;

        border-right: 1px solid rgba(201, 165, 104, 0.28);
    }

    .about-final-cta {
        min-height: 580px;
        padding: 95px 6%;
    }

    .about-final-content h2 {
        font-size: clamp(4rem, 14vw, 5.6rem);
    }
}


@media screen and (max-width: 500px) {

    .about-hero-image {
        min-height: 470px;
    }

    .about-hero-content h1 {
        font-size: 4.2rem;
    }

    .meet-mari-image {
        min-height: 450px;
    }

    .meet-mari-content h2,
    .behind-camera-content h2 {
        font-size: 3.25rem;
    }

    .about-philosophy {
        min-height: 580px;
    }

    .about-philosophy-content h2 {
        font-size: 3.65rem;
    }

    .behind-camera-image {
        min-height: 500px;
    }

    .about-experience-heading h2 {
        font-size: 3.5rem;
    }

    .about-final-cta {
        min-height: 540px;
    }

    .about-final-content h2 {
        font-size: 4rem;
    }

    .about-final-actions {
        flex-direction: column;
        align-items: center;
    }

    .about-final-actions .button {
        width: 100%;
        max-width: 310px;
    }
}
/* =========================================
   RESPONSIVE CONTACT PAGE
   ========================================= */

@media screen and (max-width: 900px) {

    .contact-page-hero {
        padding: 165px 7% 110px;
    }

    .contact-card-grid {
        grid-template-columns: 1fr;
    }

    .contact-hub {
        padding: 110px 7%;
    }

    .contact-hub-heading {
        margin-bottom: 65px;
    }

    .contact-final-cta {
        padding: 135px 7%;
    }
}


@media screen and (max-width: 600px) {

    .contact-page-hero {
        padding: 145px 6% 90px;
    }

    .contact-page-content h1 {
        font-size: clamp(3.7rem, 15vw, 5rem);
    }

    .contact-page-content p:last-child {
        font-size: 0.95rem;
    }

    .contact-hub {
        padding: 90px 6%;
    }

    .contact-hub-heading h2 {
        font-size: 3.3rem;
    }

    .contact-card {
        padding: 36px 28px;
    }

    .contact-card h3 {
        font-size: 1.8rem;
    }

    .contact-card-link {
        overflow-wrap: anywhere;
    }

    .contact-final-cta {
        padding: 110px 6%;
    }

    .contact-final-content h2 {
        font-size: 3.8rem;
    }

    .contact-final-content .button {
        width: 100%;
        max-width: 310px;
    }
}
/* =========================================
   RESPONSIVE SERVICE AREA MAP
   ========================================= */

@media screen and (max-width: 900px) {

    .service-map-layout {
        grid-template-columns: 1fr;
    }

    .service-area-map {
        width: 100%;
        min-height: 520px;
        height: 520px;
    }
}


@media screen and (max-width: 600px) {

    .service-map-section {
        padding: 90px 6%;
    }

    .service-map-heading {
        margin-bottom: 55px;
    }

    .service-map-heading h2 {
        font-size: 3.5rem;
    }

    .service-area-map {
        min-height: 430px;
        height: 430px;
    }

    .service-map-details article {
        padding: 30px 26px;
    }
}