/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .nav {
        gap: 1.2rem;
    }

    .nav a {
        font-size: 0.76rem;
    }

    .hero-grid {
        grid-template-columns:
            minmax(0, 1fr) minmax(340px, 0.9fr);

        gap: 3rem;
    }

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

}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 820px) {

    .container {
        width: min(calc(100% - 32px), var(--container));
    }

    .navbar {
        min-height: 78px;
    }

    .logo img {
        width: 130px;
    }

    .nav,
    .btn-header {
        display: none;
    }

    .menu-toggle {
        display: block;
    }


    /* HERO */

    .hero-grid {
        grid-template-columns: minmax(0, 1fr);

        gap: 3rem;

        min-height: auto;

        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .hero-content {
        max-width: 620px;
    }

    .hero h1 {
        font-size: clamp(3.5rem, 11vw, 5.5rem);
    }

    .hero-description {
        max-width: 520px;
    }

    .hero-signature {
        margin-top: 3rem;
    }

    .hero-visual {
        width: min(100%, 620px);

        margin-left: auto;
    }

    .hero-image {
        aspect-ratio: 4 / 3;
    }

    .hero-badge {
        left: -20px;

        width: 100px;
        height: 100px;
    }

    .section-heading {
        grid-template-columns: 1fr;

        gap: 1.5rem;

        margin-bottom: 3rem;
    }

    .services {
        padding: 6rem 0;
    }

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

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

    .service-card:nth-child(odd),
    .service-card {
        border-left: 1px solid #e2e0dd;
    }

    .services-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-home {
        padding: 7rem 0;
    }

    .about-home-grid {
        grid-template-columns: 1fr;

        gap: 4rem;
    }

    .about-home-visual {
        width: min(90%, 600px);
    }

    .about-home-image {
        aspect-ratio: 4 / 3;
    }

    .about-home-label {
        right: -30px;
    }

    .about-home-content {
        max-width: 650px;
    }

    .gallery-home {
        padding: 7rem 0;
    }

    .gallery-home-header {
        grid-template-columns: 1fr;

        gap: 1.5rem;

        margin-bottom: 3rem;
    }

    .gallery-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 450px 280px 350px;
    }

    .gallery-item-large {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .gallery-item-small:nth-of-type(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .gallery-item-small:nth-of-type(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .gallery-item-wide {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .events-home {
        padding: 7rem 0;
    }

    .events-grid {
        grid-template-columns: 1fr;

        gap: 4rem;
    }

    .events-visual {
        width: min(90%, 600px);

        margin-left: 24px;
    }

    .events-image {
        aspect-ratio: 4 / 3;
    }

    .events-number {
        right: -30px;
    }

    .events-content {
        max-width: 650px;
    }

    .products-home {
        padding: 7rem 0;
    }

    .products-header {
        grid-template-columns: 1fr;

        gap: 1.5rem;

        margin-bottom: 3rem;
    }

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

    .product-card:last-child {
        grid-column: 1 / 3;

        width: calc(50% - 0.75rem);
    }

    .products-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

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

        gap: 3rem;
    }

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

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;

        gap: 1rem;
    }

    .booking-home {
        padding: 7rem 0;
    }

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

        gap: 4rem;
    }

    .booking-card {
        width: min(100%, 600px);
    }

    .contact-home {
        padding-top: 6rem;
    }

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

    .contact-block,
    .contact-block:first-child {
        min-height: auto;

        border-left: 1px solid var(--border);
        border-right: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

    .contact-home-grid {
        border-bottom: 0;
    }

    .page-hero {
        padding: 4rem 0 3rem;
    }

    .page-hero-top {
        margin-bottom: 3.5rem;
    }

    .page-hero-content {
        grid-template-columns: 1fr;

        gap: 2rem;
    }

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

    .page-hero-content>p {
        max-width: 520px;
    }

    .page-hero-bottom {
        margin-top: 3.5rem;
    }

    .services-page-intro {
        padding: 6rem 0;
    }

    .services-page-intro-grid {
        grid-template-columns: 1fr;

        gap: 2rem;
    }

    .services-detail {
        padding-bottom: 7rem;
    }

    .service-detail-row {
        grid-template-columns:
            55px minmax(0, 1fr);

        gap: 2rem;

        padding: 4rem 0;
    }

    .service-detail-title {
        grid-column: 2;
    }

    .service-detail-copy {
        grid-column: 2;

        max-width: 600px;
    }

    .service-detail-row-alt,
    .service-detail-row-special {
        margin-inline: calc((100vw - min(100vw - 32px, var(--container))) / -2);

        padding-left: calc((100vw - min(100vw - 32px, var(--container))) / 2);
        padding-right: calc((100vw - min(100vw - 32px, var(--container))) / 2);
    }

    @media (max-width: 820px) {

        .services-cta {
            padding: 6rem 0;
        }

        .services-cta-grid {
            grid-template-columns: 1fr;

            gap: 2rem;
        }

    }

    @media (max-width: 560px) {

        .services-cta {
            padding: 5rem 0;
        }

        .services-cta h2 {
            font-size: clamp(3rem, 14vw, 4.3rem);
        }

        .services-cta-actions {
            flex-direction: column;
            align-items: flex-start;

            gap: 1.4rem;
        }

        .services-cta-actions .btn {
            width: 100%;
        }

    }

    @media (max-width: 820px) {

        .about-page-hero {
            padding-top: 4rem;
        }

        .about-page-hero-top {
            margin-bottom: 3.5rem;
        }

        .about-page-hero-grid {
            grid-template-columns: 1fr;

            gap: 2rem;

            margin-bottom: 3.5rem;
        }

        .about-page-hero-title h1 {
            font-size: clamp(4rem, 13vw, 6.5rem);
        }

        .about-page-hero-copy {
            max-width: 550px;
        }

        .about-page-hero-image {
            height: 600px;
        }

        .about-philosophy {
            padding: 7rem 0;
        }

        .about-philosophy-grid {
            grid-template-columns: 1fr;

            gap: 2.5rem;
        }

        .about-philosophy-right {
            max-width: 600px;

            padding-top: 0;
        }

    }


    @media (max-width: 560px) {

        .about-page-hero {
            padding-top: 3rem;
        }

        .about-page-hero-top {
            align-items: flex-start;
            flex-direction: column;

            gap: 1rem;

            margin-bottom: 3rem;
        }

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

            line-height: 0.92;
        }

        .about-page-hero-image {
            height: 480px;
        }

        .about-page-image-label {
            width: 145px;
            height: 90px;

            padding: 0 1.5rem;
        }

        .about-page-image-label span {
            font-size: 1.4rem;
        }

        .about-philosophy {
            padding: 5rem 0;
        }

        .about-philosophy-left h2 {
            font-size: clamp(2.9rem, 14vw, 4rem);
        }

    }

}


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

@media (max-width: 560px) {

    .hero-grid {
        gap: 2.5rem;

        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .eyebrow {
        margin-bottom: 1.4rem;

        font-size: 0.6rem;
    }

    .eyebrow::before {
        width: 25px;
    }

    .hero h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);

        line-height: 0.96;
    }

    .hero-description {
        margin-top: 1.5rem;

        font-size: 0.95rem;

        line-height: 1.7;
    }

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

        gap: 1.2rem;

        margin-top: 2rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-signature {
        margin-top: 2.5rem;
    }

    .hero-image {
        aspect-ratio: 4 / 5;
    }

    .hero-badge {
        left: 16px;
        bottom: 16px;

        width: 86px;
        height: 86px;
    }

    .hero-badge span {
        font-size: 1.25rem;
    }

    .section-heading h2 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }

    .services {
        padding: 5rem 0;
    }

    .service-card {
        min-height: 280px;

        padding: 1.5rem;
    }

    .service-arrow {
        top: 1.5rem;
        right: 1.5rem;
    }

    .service-content h3 {
        font-size: 2.2rem;
    }

    .about-home {
        padding: 5rem 0;
    }

    .about-home-grid {
        gap: 3rem;
    }

    .about-home-visual {
        width: 100%;
    }

    .about-home-image {
        aspect-ratio: 4 / 5;
    }

    .about-home-label {
        right: 12px;
        bottom: 12px;

        min-width: 145px;

        padding: 1.2rem;
    }

    .about-home-content h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .about-home-text {
        margin-top: 1.7rem;
    }

    .about-home-values {
        margin-top: 2.2rem;
    }

    .gallery-home {
        padding: 5rem 0;
    }

    .gallery-home h2 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }

    .gallery-showcase {
        display: grid;

        grid-template-columns: 1fr;
        grid-template-rows: none;

        gap: 0.8rem;
    }

    .gallery-item-large,
    .gallery-item-small:nth-of-type(2),
    .gallery-item-small:nth-of-type(3),
    .gallery-item-wide {
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-item {
        aspect-ratio: 4 / 5;
    }

    .gallery-item-wide {
        aspect-ratio: 4 / 3;
    }

    .gallery-item-overlay {
        opacity: 1;

        padding: 1.2rem;
    }

    .gallery-home-bottom {
        margin-top: 2rem;
    }

    .gallery-home-bottom p {
        font-size: 0.48rem;
    }

    .events-home {
        padding: 5rem 0;
    }

    .events-grid {
        gap: 3rem;
    }

    .events-visual {
        width: calc(100% - 12px);

        margin-left: 12px;
    }

    .events-visual::before {
        top: -12px;
        left: -12px;
    }

    .events-image {
        aspect-ratio: 4 / 5;
    }

    .events-number {
        right: 12px;
        bottom: 12px;

        width: 125px;
        height: 95px;

        padding: 1.2rem;
    }

    .events-number span {
        font-size: 1.8rem;
    }

    .events-content h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .events-description {
        margin-top: 1.6rem;
    }

    .events-services {
        margin-top: 2.2rem;
    }

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

        gap: 1.4rem;

        margin-top: 2.2rem;
    }

    .events-actions .btn {
        width: 100%;
    }

    .products-home {
        padding: 5rem 0;
    }

    .products-header h2 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }

    .products-grid {
        grid-template-columns: 1fr;

        gap: 2rem;
    }

    .product-card:last-child {
        grid-column: auto;

        width: 100%;
    }

    .product-image {
        aspect-ratio: 4 / 5;
    }

    .products-bottom {
        margin-top: 2rem;
    }

    .products-bottom .btn {
        width: 100%;
    }

    .footer {
        padding: 4rem 0 2rem;
    }

    .footer-main {
        grid-template-columns: 1fr;

        gap: 2.5rem;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-divider {
        margin: 3rem 0 2rem;
    }

    .footer-legal {
        align-items: flex-start;
        flex-direction: column;

        gap: 0.7rem;
    }

    .booking-home {
        padding: 5rem 0;
    }

    .booking-content h2 {
        font-size: clamp(3rem, 14vw, 4.5rem);
    }

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

        gap: 1.5rem;
    }

    .booking-actions .btn {
        width: 100%;
    }

    .booking-card {
        padding: 1.7rem;
    }

    .contact-home {
        padding: 5rem 0 3rem;
    }

    .contact-block {
        padding: 2rem 1.5rem;
    }

    .contact-number {
        margin-bottom: 2rem;
    }

    .contact-social {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-social div {
        flex-wrap: wrap;

        gap: 1.2rem;
    }

    .page-hero {
        padding: 3rem 0;
    }

    .page-hero-top {
        align-items: flex-start;
        flex-direction: column;

        gap: 1rem;

        margin-bottom: 3rem;
    }

    .page-hero-content h1 {
        font-size: clamp(3.7rem, 18vw, 5.2rem);

        line-height: 0.92;
    }

    .page-hero-bottom {
        align-items: flex-start;
        flex-direction: column;

        gap: 1.3rem;

        margin-top: 3rem;
    }

    .page-hero-bottom>p {
        line-height: 1.8;
    }

    .services-page-intro {
        padding: 5rem 0;
    }

    .services-page-intro h2 {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .services-detail {
        padding-bottom: 5rem;
    }

    .service-detail-row {
        grid-template-columns: 1fr;

        gap: 1.2rem;

        padding: 3.5rem 0;
    }

    .service-detail-number,
    .service-detail-title,
    .service-detail-copy {
        grid-column: auto;
    }

    .service-detail-number {
        padding-top: 0;
    }

    .service-detail-title h2 {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .service-detail-copy ul {
        margin-top: 1.5rem;
    }

    .service-detail-row-alt,
    .service-detail-row-special {
        margin-inline: -16px;

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

    .about-page-hero {
        padding-top: 3rem;
    }

    .about-page-hero-top {
        align-items: flex-start;
        flex-direction: column;

        gap: 1rem;

        margin-bottom: 3rem;
    }

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

        line-height: 0.92;
    }

    .about-page-hero-image {
        height: 480px;
    }

    .about-page-image-label {
        width: 145px;
        height: 90px;

        padding: 0 1.5rem;
    }

    .about-page-image-label span {
        font-size: 1.4rem;
    }

    .about-philosophy {
        padding: 5rem 0;
    }

    .about-philosophy-left h2 {
        font-size: clamp(2.9rem, 14vw, 4rem);
    }

}

/* =========================================
   CHI SIAMO - TABLET
========================================= */

@media (max-width: 820px) {

    .about-team {
        padding: 7rem 0;
    }

    .about-team-heading {
        grid-template-columns: 1fr;

        gap: 1.5rem;

        margin-bottom: 4rem;
    }

    .about-team-intro {
        max-width: 520px;
    }

    .about-team-grid {
        gap: 2rem;
    }

    .team-card,
    .team-card-offset {
        margin-top: 0;
    }


    /* VALUES */

    .about-values {
        padding: 7rem 0;
    }

    .about-values-heading {
        margin-bottom: 4rem;
    }

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

    .about-value,
    .about-value:first-child {
        min-height: auto;

        padding: 2.5rem;

        border-left: 1px solid #d9d7d3;
        border-right: 1px solid #d9d7d3;
        border-bottom: 1px solid #d9d7d3;
    }

    .about-value:last-child {
        border-bottom: 0;
    }

    .about-value-number {
        margin-bottom: 4rem;
    }


    /* CTA */

    .about-cta {
        padding: 6rem 0;
    }

    .about-cta-grid {
        grid-template-columns: 1fr;

        gap: 2.5rem;
    }

    .about-cta-right {
        max-width: 520px;
    }

}


/* =========================================
   CHI SIAMO - MOBILE
========================================= */

@media (max-width: 560px) {

    .about-team {
        padding: 5rem 0;
    }

    .about-team-heading {
        margin-bottom: 3rem;
    }

    .about-team-heading h2 {
        font-size: clamp(2.9rem, 14vw, 4rem);
    }

    .about-team-grid {
        grid-template-columns: 1fr;

        gap: 4rem;
    }

    .team-card,
    .team-card-offset {
        margin-top: 0;
    }

    .team-card-image {
        aspect-ratio: 4 / 5;
    }

    .team-card-number {
        width: 62px;
        height: 62px;
    }


    /* VALUES */

    .about-values {
        padding: 5rem 0;
    }

    .about-values-heading {
        margin-bottom: 3rem;
    }

    .about-values-heading h2 {
        font-size: clamp(2.9rem, 14vw, 4rem);
    }

    .about-value {
        padding: 2rem 1.5rem;
    }

    .about-value-number {
        margin-bottom: 3rem;
    }

    .about-value h3 {
        font-size: 2.2rem;
    }


    /* CTA */

    .about-cta {
        padding: 5rem 0;
    }

    .about-cta-content h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .about-cta-actions {
        flex-direction: column;
        align-items: flex-start;

        gap: 1.4rem;
    }

    .about-cta-actions .btn {
        width: 100%;
    }

}

/* =========================================
   GALLERY PAGE - TABLET
========================================= */

@media (max-width: 820px) {

    .gallery-page-hero {
        padding: 4rem 0 3rem;
    }

    .gallery-page-hero-top {
        margin-bottom: 3.5rem;
    }

    .gallery-page-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gallery-page-hero-title h1 {
        font-size: clamp(4rem, 13vw, 6.5rem);
    }

    .gallery-page-hero-copy {
        max-width: 550px;
    }

    .gallery-page-scroll {
        margin-top: 3.5rem;
    }


    /* GALLERY */

    .gallery-page {
        padding: 6rem 0 7rem;
    }

    .gallery-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem 1rem;
    }

    .gallery-page-item,
    .gallery-page-item-large,
    .gallery-page-item-large+.gallery-page-item,
    .gallery-page-item-wide,
    .gallery-page-item-tall,
    .gallery-page-item-tall+.gallery-page-item {
        grid-column: auto;
        margin-top: 0;
    }

    .gallery-page-item:nth-child(even) {
        margin-top: 5rem;
    }

    .gallery-page-image,
    .gallery-page-item-large .gallery-page-image,
    .gallery-page-item-wide .gallery-page-image,
    .gallery-page-item-tall .gallery-page-image {
        aspect-ratio: 4 / 5;
    }


    /* STATEMENT */

    .gallery-statement {
        padding: 7rem 0;
    }

    .gallery-statement-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .gallery-statement-label {
        padding-top: 0;
    }

    .gallery-statement-copy {
        max-width: 500px;
        padding-top: 0;
    }


    /* CTA */

    .gallery-cta {
        padding: 6rem 0;
    }

    .gallery-cta-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}


/* =========================================
   GALLERY PAGE - MOBILE
========================================= */

@media (max-width: 560px) {

    .gallery-page-hero {
        padding: 3rem 0;
    }

    .gallery-page-hero-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
    }

    .gallery-page-hero-title h1 {
        font-size: clamp(3.7rem, 17vw, 5rem);
        line-height: 0.92;
    }

    .gallery-page-scroll {
        margin-top: 3rem;
    }


    /* GALLERY */

    .gallery-page {
        padding: 5rem 0;
    }

    .gallery-page-grid {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .gallery-page-item,
    .gallery-page-item:nth-child(even),
    .gallery-page-item-large+.gallery-page-item {
        margin-top: 0;
    }

    .gallery-page-image,
    .gallery-page-item-large .gallery-page-image,
    .gallery-page-item-wide .gallery-page-image,
    .gallery-page-item-tall .gallery-page-image {
        aspect-ratio: 4 / 5;
    }

    .gallery-page-item:nth-child(4n) .gallery-page-image {
        aspect-ratio: 4 / 3;
    }

    .gallery-page-item figcaption {
        padding-top: 1rem;
    }


    /* STATEMENT */

    .gallery-statement {
        padding: 5rem 0;
    }

    .gallery-statement-grid {
        gap: 2rem;
    }

    .gallery-statement blockquote {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }


    /* CTA */

    .gallery-cta {
        padding: 5rem 0;
    }

    .gallery-cta h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .gallery-cta-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.4rem;
    }

    .gallery-cta-actions .btn {
        width: 100%;
    }
}

/* =========================================
   PRODUCTS PAGE - TABLET
========================================= */

@media (max-width: 820px) {

    .products-page-hero {
        padding: 4rem 0 3rem;
    }

    .products-page-hero-top {
        margin-bottom: 3.5rem;
    }

    .products-page-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .products-page-hero-title h1 {
        font-size: clamp(4rem, 13vw, 6.5rem);
    }

    .products-page-hero-copy {
        max-width: 550px;
    }

    .products-page-hero-bottom {
        margin-top: 3.5rem;
    }


    /* INTRO */

    .products-page-intro {
        padding: 7rem 0;
    }

    .products-page-intro-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .products-page-intro-copy {
        max-width: 550px;
    }


    /* CATALOG */

    .products-catalog {
        padding: 7rem 0;
    }

    .products-catalog-heading {
        grid-template-columns: 1fr;

        gap: 1.5rem;

        margin-bottom: 4rem;
    }

    .products-catalog-intro {
        max-width: 520px;
    }

    .products-catalog-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 3rem 1.5rem;
    }

    .products-empty {
        min-height: 420px;
    }


    /* ADVICE */

    .products-advice {
        padding: 7rem 0;
    }

    .products-advice-grid {
        grid-template-columns:
            minmax(100px, 0.2fr) minmax(0, 1fr);

        gap: 3rem;
    }

    .products-advice-copy {
        grid-column: 2;

        max-width: 550px;

        padding-top: 0;
    }


    /* CTA */

    .products-page-cta {
        padding: 6rem 0;
    }

    .products-page-cta-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .products-page-cta-right {
        max-width: 520px;
    }

}


/* =========================================
   PRODUCTS PAGE - MOBILE
========================================= */

@media (max-width: 560px) {

    .products-page-hero {
        padding: 3rem 0;
    }

    .products-page-hero-top {
        align-items: flex-start;
        flex-direction: column;

        gap: 1rem;

        margin-bottom: 3rem;
    }

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

        line-height: 0.92;
    }

    .products-page-hero-bottom {
        align-items: flex-start;
        flex-direction: column;

        gap: 1.3rem;

        margin-top: 3rem;
    }


    /* INTRO */

    .products-page-intro {
        padding: 5rem 0;
    }

    .products-page-intro h2 {
        font-size: clamp(2.9rem, 14vw, 4rem);
    }


    /* CATALOG */

    .products-catalog {
        padding: 5rem 0;
    }

    .products-catalog-heading {
        margin-bottom: 3rem;
    }

    .products-catalog-heading h2 {
        font-size: clamp(2.9rem, 14vw, 4rem);
    }

    .products-catalog-grid {
        grid-template-columns: 1fr;

        gap: 3rem;
    }

    .products-empty {
        min-height: 400px;

        padding: 2rem;
    }

    .products-empty::after {
        right: -0.5rem;
        bottom: -2rem;

        font-size: 9rem;
    }

    .products-empty h3 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }


    /* ADVICE */

    .products-advice {
        padding: 5rem 0;
    }

    .products-advice-grid {
        grid-template-columns: 1fr;

        gap: 2rem;
    }

    .products-advice-copy {
        grid-column: auto;
    }

    .products-advice-number p {
        max-width: none;
    }

    .products-advice-title h2 {
        font-size: clamp(2.9rem, 14vw, 4rem);
    }


    /* CTA */

    .products-page-cta {
        padding: 5rem 0;
    }

    .products-page-cta-content h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .products-page-cta-actions {
        flex-direction: column;
        align-items: flex-start;

        gap: 1.4rem;
    }

    .products-page-cta-actions .btn {
        width: 100%;
    }

}

/* =========================================
   CONTACT PAGE - TABLET
========================================= */

@media (max-width: 820px) {

    .contact-page-hero {
        padding: 4rem 0 3rem;
    }

    .contact-page-hero-top {
        margin-bottom: 3.5rem;
    }

    .contact-page-hero-grid {
        grid-template-columns: 1fr;

        gap: 2rem;
    }

    .contact-page-hero-title h1 {
        font-size: clamp(4rem, 13vw, 6.5rem);
    }

    .contact-page-hero-copy {
        max-width: 550px;
    }

    .contact-page-hero-bottom {
        margin-top: 3.5rem;
    }


    /* INFO CARDS */

    .contact-page-info {
        padding: 6rem 0 7rem;
    }

    .contact-page-info-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .contact-page-card {
        min-height: 440px;
    }

    .contact-page-card-dark {
        grid-column: 1 / -1;

        min-height: 400px;
    }


    /* HOURS */

    .contact-hours-page {
        padding: 7rem 0;
    }

    .contact-hours-page-grid {
        grid-template-columns: 1fr;

        gap: 3rem;
    }

    .contact-hours-page-list {
        max-width: 650px;
    }


    /* LOCATION */

    .contact-location {
        padding: 7rem 0;
    }

    .contact-location-grid {
        grid-template-columns: 1fr;

        gap: 2rem;
    }

    .contact-location-info {
        max-width: 520px;
    }

    .contact-map-placeholder {
        min-height: 320px;
    }


    /* BOOKING */

    .contact-booking {
        padding: 6rem 0;
    }

    .contact-booking-grid {
        grid-template-columns: 1fr;

        gap: 2.5rem;
    }

    .contact-booking-right {
        max-width: 520px;
    }

}


/* =========================================
   CONTACT PAGE - MOBILE
========================================= */

@media (max-width: 560px) {

    .contact-page-hero {
        padding: 3rem 0;
    }

    .contact-page-hero-top {
        align-items: flex-start;
        flex-direction: column;

        gap: 1rem;

        margin-bottom: 3rem;
    }

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

        line-height: 0.92;
    }

    .contact-page-hero-bottom {
        align-items: flex-start;
        flex-direction: column;

        gap: 1.3rem;

        margin-top: 3rem;
    }


    /* INFO CARDS */

    .contact-page-info {
        padding: 5rem 0;
    }

    .contact-page-info-grid {
        grid-template-columns: 1fr;

        gap: 1rem;
    }

    .contact-page-card,
    .contact-page-card-dark {
        grid-column: auto;

        min-height: 390px;

        padding: 1.8rem;
    }

    .contact-page-card h2 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }


    /* HOURS */

    .contact-hours-page {
        padding: 5rem 0;
    }

    .contact-hours-page-heading h2 {
        font-size: clamp(3rem, 14vw, 4.2rem);
    }

    .contact-hours-page-list>div {
        align-items: flex-start;
        flex-direction: column;

        gap: 0.5rem;

        padding: 1rem 0;
    }


    /* LOCATION */

    .contact-location {
        padding: 5rem 0;
    }

    .contact-location-top {
        align-items: flex-start;
        flex-direction: column;

        gap: 0.7rem;

        margin-bottom: 3rem;
    }

    .contact-location-title h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .contact-map-placeholder {
        align-items: flex-end;

        min-height: 300px;

        padding: 2rem;
    }

    .contact-map-pin {
        width: 54px;
        height: 54px;

        margin-bottom: 1.5rem;
    }


    /* BOOKING */

    .contact-booking {
        padding: 5rem 0;
    }

    .contact-booking-content h2 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .contact-booking-actions {
        flex-direction: column;
        align-items: flex-start;

        gap: 1.4rem;
    }

    .contact-booking-actions .btn {
        width: 100%;
    }

}

/* =========================================
   HOME PRODUCTS COMING - TABLET
========================================= */

@media (max-width: 820px) {

    .products-home-coming {
        grid-template-columns:
            minmax(100px, 0.2fr) minmax(0, 1fr);

        gap: 3rem;

        padding: 3.5rem 0;
    }

    .products-home-coming-action {
        grid-column: 2;

        max-width: 400px;
    }

}


/* =========================================
   HOME PRODUCTS COMING - MOBILE
========================================= */

@media (max-width: 560px) {

    .products-home-coming {
        grid-template-columns: 1fr;

        gap: 2rem;

        padding: 3rem 0;
    }

    .products-home-coming-action {
        grid-column: auto;
    }

    .products-home-coming-number p {
        max-width: none;
    }

    .products-home-coming-content h3 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }

}