@media (max-width: 1199.98px) {
    .content h1 {
        font-size: 4.25rem;
        line-height: 4rem;
    }

    .content h2 {
        font-size: 2.625rem;
        line-height: 2.875rem;
    }

    .hero {
        height: 44rem;
    }

    .blog-card picture img {
        height: 32rem;
    }

    .product-content__gallery--single img {
        height: 38rem;
    }

    .product-content__gallery--2col .gallery-img-large img {
        height: 34rem;
    }

    .product-content__gallery--equal .gallery-img-equal img {
        height: 36rem;
    }
}

@media (max-width: 991.98px) {

    .section-sticky-content {
        position: static;
        top: auto;
    }

    html,
    body {
        overflow-x: clip;
    }

    html.mobile-menu-open,
    body.mobile-menu-open {
        overflow: hidden;
        overscroll-behavior: none;
    }

    body.mobile-menu-open {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0.875rem 0;
    }

    body.mobile-menu-open .site-header {
        z-index: 1050;
    }

    .main-content {
        padding-top: 4.5rem;
    }

    .site-header .navbar {
        display: flex;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .site-logo svg {
        width: 10.75rem;
    }

    .site-menu-toggle {
        width: 2.75rem;
        height: 2.75rem;
        border: none !important;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.25rem;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .site-menu-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12) !important;
    }

    .site-menu-toggle-line {
        display: block;
        width: 1.125rem;
        height: 0.125rem;
        border-radius: 6.25rem;
        background-color: var(--white);
    }

    .mobile-menu {
        --bs-offcanvas-width: min(24rem, calc(100vw - 1.25rem));
        height: 100dvh;
        max-height: 100dvh;
        color: var(--white);
        background: rgba(15, 15, 15, 0.98);
        border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
        overscroll-behavior: contain;
    }

    .mobile-submenu {
        background: rgba(9, 9, 9, 0.98);
    }

    .mobile-menu a {
        color: var(--white) !important;
    }

    .mobile-menu-header {
        align-items: center;
        padding: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-menu-logo {
        display: inline-flex;
        align-items: center;
        width: 2.75rem;
        height: 2.75rem;
    }

    .mobile-menu-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .mobile-menu-close {
        opacity: 1;
    }

    .mobile-menu-body {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        min-height: 0;
        padding: 1.5rem;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-menu-nav {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .mobile-menu-link,
    .mobile-menu-link-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 0;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        background: transparent;
        color: var(--white) !important;
        font-family: 'Menseal', sans-serif;
        font-size: 2rem;
        line-height: 1.05;
        text-align: left;
    }

    .mobile-menu-link-button i {
        font-size: 0.875rem;
    }

    .mobile-menu-meta {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-top: auto;
    }

    .mobile-menu-section {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .mobile-menu-section a {
        font-size: 1rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .mobile-menu-eyebrow {
        margin-bottom: 0 !important;
        color: #C8C8C8;
        font-size: 0.75rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .mobile-menu-socials,
    .mobile-menu-languages {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .mobile-menu-socials {
        gap: 1.25rem;
    }

    .mobile-menu-languages {
        gap: 0.625rem;
    }

    .mobile-menu-socials a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1.5rem;
        transition: color 0.2s ease;
    }

    .mobile-menu-socials a:hover {
        color: #C8C8C8 !important;
    }

    .mobile-menu-languages a {
        position: relative;
        display: inline-flex;
        font-family: 'Menseal', sans-serif;
        font-size: 1rem;
        line-height: 1;
        padding-bottom: 0.25rem;
        text-transform: uppercase;
    }

    .mobile-menu-languages a::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: var(--white);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .mobile-menu-languages a.active::before,
    .mobile-menu-languages a:hover::before {
        transform: scaleX(1);
    }

    .mobile-submenu-image {
        aspect-ratio: 4 / 3;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    .mobile-submenu-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .mobile-menu .primary-btn {
        max-width: 100%;
        white-space: normal;
    }

    .mobile-menu .btn-icon-elem i {
        color: var(--white);
        font-size: 0.75rem;
    }

    .sections {
        padding: 4.5rem 0;
    }

    .mb-50 {
        margin-bottom: 2.5rem;
    }

    .gallery>.container>.row>.mb-50,
    .top-products>.container>.row>.mb-50 {
        margin-bottom: 1rem;
    }

    .content {
        gap: 1rem;
    }

    .content h1 {
        font-size: 3.75rem;
        line-height: 3.625rem;
    }

    .content h2 {
        font-size: 2.375rem;
        line-height: 2.625rem;
    }

    .hero {
        height: 38rem;
        background-position: center;
    }

    .hero .content p,
    .hero-subpage .content p,
    .blog-hero__content>p:not(.date) {
        font-size: 1.125rem;
        line-height: 1.55;
        max-width: 36rem;
    }

    .hero-subpage:not(.hero-subpage--fill) {
        padding: 4rem 0 2.5rem;
    }

    .hero-subpage--fill {
        min-height: calc(100vh - 14rem);
        padding: 4rem 0;
    }

    .hero-subpage-image .content h1 {
        max-width: 42rem;
    }

    .main-content .row,
    .product-content__text {
        --bs-gutter-y: 1rem;
        row-gap: 1rem;
    }

    .contact .contact-form .row {
        --bs-gutter-y: 0;
        row-gap: 1rem;
    }

    .introduction picture,
    .courses picture,
    .contact-info picture,
    .gallery-products picture {
        display: block;
        width: 100%;
    }

    .courses .justify-content-end {
        justify-content: stretch !important;
    }

    .courses .align-items-end {
        align-items: stretch !important;
    }

    .introduction picture img,
    .courses picture img,
    .contact-info__img,
    .gallery-product-img {
        width: 100%;
        height: auto;
        max-height: 34rem;
        object-fit: cover;
    }

    .courses .course-side-img {
        width: 100%;
        height: auto;
        max-height: 22rem;
    }

    .gallery-card__img picture img,
    .gallery-card__img img,
    .product-card__img picture img,
    .product-card__img img {
        width: 100%;
        height: 24rem;
        object-fit: cover;
        display: block;
    }

    .blog-card picture img {
        width: 100%;
        height: 28rem;
        object-fit: cover;
    }

    .card-badge {
        top: 0.75rem;
        left: 0.75rem;
        max-width: calc(100% - 1.5rem);
        opacity: 1;
        transform: none;
    }

    .products-splide__arrows,
    .reviews-splide__arrows {
        position: static;
        justify-content: flex-start;
        margin-bottom: 1.5rem;
    }

    .products-splide {
        display: flex;
        flex-direction: column;
    }

    .products-splide .splide__track {
        order: 1;
    }

    .products-splide__arrows {
        order: 2;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .reviews-splide .splide__track {
        overflow: hidden;
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .review-card {
        flex-direction: column;
        gap: 1.5rem;
    }

    .review-card__image picture img,
    .review-card__image img {
        width: 100%;
        height: 28rem;
        object-fit: cover;
    }

    .review-card__label {
        left: 1rem;
        top: 1rem;
        right: auto;
        bottom: auto;
        max-width: calc(100% - 2rem);
        writing-mode: initial;
        transform: none;
        padding: 0.5rem 0.875rem;
        background: rgba(0, 0, 0, 0.541);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        border-radius: 0;
        font-size: 0.875rem;
        line-height: 1.25rem;
        white-space: normal;
    }

    .review-card__label svg {
        transform: none;
    }

    .review-card__body {
        gap: 1rem;
        padding-bottom: 0;
    }

    .review-card__quote {
        width: 4rem;
        height: auto;
    }

    .cta {
        padding: 4.5rem 0;
    }

    .cta-card,
    .contact-card {
        width: 100%;
        min-height: auto;
        margin-left: 0;
        padding: 2rem;
        gap: 3rem;
    }

    .contact .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cta-input {
        padding: 1rem;
    }

    .contact-block h3 {
        font-size: 1.5rem;
        overflow-wrap: anywhere;
    }

    .course-main-img {
        height: auto;
        max-height: 34rem;
    }

    .course-prices {
        gap: 1.5rem;
    }

    .join .course-prices {
        max-width: 100%;
    }

    .join .course-price-item {
        flex: 1 1 calc(50% - 0.75rem);
    }

    .product-content__gallery.row a,
    .product-content__gallery.row picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .product-content__gallery.row img {
        width: 100%;
        height: 18rem;
        object-fit: cover;
    }

    [id^="aboutFaq"]>.d-flex {
        gap: 1rem !important;
    }

    [id^="aboutFaq"] button h3 {
        overflow-wrap: anywhere;
    }



    .product-content__gallery--2col,
    .product-content__gallery--equal {
        flex-direction: column;
        gap: 1.5rem;
    }

    .product-content__gallery--2col .gallery-img-small,
    .product-content__gallery--2col .gallery-img-large,
    .product-content__gallery--equal .gallery-img-equal {
        width: 100%;
    }

    .product-content__gallery--2col .gallery-img-small img,
    .product-content__gallery--2col .gallery-img-large img,
    .product-content__gallery--equal .gallery-img-equal img,
    .product-content__gallery--single img {
        width: 100%;
        height: 30rem;
        object-fit: cover;
    }

    .blog-hero {
        padding: 4.5rem 0 3rem;
    }

    .blog-hero__image {
        margin-top: 2rem;
    }

    .blog-content>.container>*+* {
        margin-top: 2.5rem;
    }

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

    .site-footer__top {
        padding-bottom: 3rem;
    }

    .site-footer__right {
        margin-top: 2.5rem;
    }

    .site-footer__bottom {
        flex-direction: column;
    }

    .site-footer__legal {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .contact-info .contact-block+.contact-block {
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 767.98px) {
    .sections {
        padding: 3.5rem 0;
    }

    .content h1 {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }

    .content h2 {
        font-size: 2.125rem;
        line-height: 2.25rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .hero {
        height: 34rem;
    }

    .hero-subpage:not(.hero-subpage--fill) {
        padding: 3.5rem 0 2rem;
    }

    .hero-subpage--fill {
        min-height: calc(100vh - 11rem);
        padding: 3.5rem 0;
    }

    .primary-btn {
        max-width: 100%;
        white-space: normal;
    }

    .gallery-card__img picture img,
    .gallery-card__img img,
    .product-card__img picture img,
    .product-card__img img,
    .blog-card picture img {
        height: 23rem;
    }

    .review-card__image picture img,
    .review-card__image img {
        height: 25rem;
    }

    .product-content__gallery--2col .gallery-img-small img,
    .product-content__gallery--2col .gallery-img-large img,
    .product-content__gallery--equal .gallery-img-equal img,
    .product-content__gallery--single img {
        height: 24rem;
    }

    .course-prices {
        flex-direction: column;
    }

    .join .course-prices {
        align-items: flex-start;
    }

    .join .course-price-item {
        flex-basis: 100%;
    }

    .course-price__value {
        font-size: 1.625rem;
    }

    .product-content__gallery.row img {
        height: 16rem;
    }

    [id^="aboutFaq"]>.d-flex,
    [id^="aboutFaq"] button {
        gap: 0.75rem !important;
    }

    .contact-person .content>.d-flex {
        align-items: flex-start !important;
        flex-wrap: wrap;
    }

    .site-footer__nav a {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .site-logo svg {
        width: 9.5rem;
    }

    .mobile-menu {
        --bs-offcanvas-width: 100vw;
    }

    .mobile-menu-header,
    .mobile-menu-body {
        padding: 1.25rem;
    }

    .mobile-menu-link,
    .mobile-menu-link-button {
        font-size: 1.75rem;
    }

    .main-content {
        padding-top: 4.25rem;
    }

    .sections {
        padding: 3rem 0;
    }

    .mb-50 {
        margin-bottom: 2rem;
    }

    .gallery>.container>.row>.mb-50,
    .top-products>.container>.row>.mb-50 {
        margin-bottom: 0rem;
    }

    .content h1 {
        font-size: 2.625rem;
        line-height: 2.625rem;
    }

    .content h2 {
        font-size: 1.875rem;
        line-height: 2.0625rem;
    }

    .hero {
        height: 30rem;
    }

    .hero .content p,
    .hero-subpage .content p,
    .blog-hero__content>p:not(.date) {
        font-size: 1rem;
    }

    .hero-subpage--fill {
        min-height: calc(100vh - 9rem);
    }

    .homo-faber-badge {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .homo-faber-badge svg {
        max-width: 10rem;
    }

    .homo-faber-divider {
        width: 100%;
        height: 1px;
    }

    .gallery-card__img picture img,
    .gallery-card__img img,
    .product-card__img picture img,
    .product-card__img img,
    .blog-card picture img {
        height: 20rem;
    }

    .review-card__image picture img,
    .review-card__image img {
        height: 22rem;
    }

    .review-card__label {
        right: auto;
        white-space: normal;
    }

    .cta-card,
    .contact-card {
        padding: 1.5rem;
        gap: 2.5rem;
    }

    .contact-card .row>[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .join .primary-btn {
        width: 100%;
        justify-content: flex-start;
    }

    .product-content__gallery.row>[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-content__gallery.row img {
        height: 18rem;
    }

    .product-content__gallery--2col .gallery-img-small img,
    .product-content__gallery--2col .gallery-img-large img,
    .product-content__gallery--equal .gallery-img-equal img,
    .product-content__gallery--single img {
        height: 20rem;
    }

    .gallery-products .content .justify-content-between {
        flex-direction: column;
        gap: 1rem;
    }

    .blog-hero {
        padding: 3rem 0 2rem;
    }

    .blog-content>.container>*+* {
        margin-top: 2rem;
    }

    .site-footer {
        padding: 3rem 0 1.5rem;
    }

    .site-footer__top {
        padding-bottom: 2.25rem;
    }

    .site-footer__socials {
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .site-footer__contacts a,
    .site-footer__legal a,
    .site-footer__copy {
        font-size: 0.875rem;
    }
}