html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

.logo-brand {
    display: flex;
    align-items: center;
    line-height: 1;
}

.logo-brand img {
    top: 0;
    display: block;
    width: auto;
}

.footer-3 .f-logo-center,
.footer-4 .f-logo-center {
    left: 50% !important;
    margin-left: 0 !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.footer-logo,
.footer-logo img {
    margin: 0 auto;
}

.banner-state {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    background-position: center center;
}

.banner-state:before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.24);
}

.banner-state > * {
    position: relative;
    z-index: 1;
}

.banner-title {
    max-width: 960px;
    margin: 0 auto;
}

.banner-title h1 {
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.banner-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 16px;
    margin-top: 30px;
}

.btn-banner-cta {
    min-width: 220px;
    color: #0a0a0a;
    border: 1px solid #c9a65b;
    background: #c9a65b;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.btn-banner-cta-secondary {
    color: #fff;
    border-color: #111;
    background: #111;
}

.btn-banner-cta:hover,
.btn-banner-cta:focus {
    color: #c9a65b;
    border-color: #fff;
    background: #fff;
}

.btn-banner-cta-secondary:hover,
.btn-banner-cta-secondary:focus {
    color: #111;
    border-color: #c9a65b;
    background: #c9a65b;
}

.contact-form-embed {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.contact-form-embed iframe,
.contact-form-embed div,
.contact-form-embed form {
    width: 100% !important;
    max-width: 100% !important;
}

.portfolio-slider-link {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 4 / 3;
}

#que-hacemos,
#what-we-do,
#contacto-home,
#contact-home {
    scroll-margin-top: 110px;
}

.portfolio-slider-link .flex-viewport,
.portfolio-slider-link .slides,
.portfolio-slider-link .slides li,
.portfolio-slider-link .slides li a {
    height: 100%;
}

.portfolio-slider-link .flex-viewport {
    max-height: none !important;
}

.portfolio-slider-link .flex-control-nav {
    right: 12px;
    bottom: 12px;
}

.portfolio-slider-link .slides li {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.portfolio-slider-link .slides li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.portfolio-slider-link img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    background: #f5f5f5;
}

.legacy-portfolio-item .thumb {
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 4 / 3;
}

.legacy-portfolio-item .thumb > a,
.legacy-portfolio-item .thumb > a img {
    display: block;
    width: 100%;
    height: 100%;
}

.legacy-portfolio-item .thumb > a img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.portfolio-thumb-cover {
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 4 / 3;
}

.portfolio-thumb-cover > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.portfolio-filter li a {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: color 0.25s ease;
}

.portfolio-filter li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #d4af5a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.portfolio-filter li a:hover::after,
.portfolio-filter li.active a::after {
    transform: scaleX(1);
}

.service-reel-section {
    position: relative;
    margin-bottom: 40px;
    color: #fff;
}

.service-reel-section:before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.58);
}

.service-reel-section .relative {
    float: none;
    padding: 110px 0;
}

.service-reel-section .container {
    position: relative;
    z-index: 1;
}

.service-reel-copy {
    max-width: 860px;
    margin: 0 auto 34px;
    padding-right: 0;
}

.service-reel-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: #c9a65b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.service-reel-copy h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 38px;
    line-height: 1.25;
    letter-spacing: 1px;
}

.service-reel-copy p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.9;
}

.service-reel-actions .btn {
    min-width: 260px;
}

.btn-light-solid {
    color: #0a0a0a;
    border: 1px solid #fff;
    background: #fff;
}

.btn-light-solid:hover,
.btn-light-solid:focus {
    color: #fff;
    border-color: #c9a65b;
    background: #c9a65b;
}

.service-reel-video .video-fit {
    padding-top: 56.25%;
    overflow: hidden;
    background: #000;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.service-reel-video-mobile {
    display: none;
    max-width: 420px;
    margin: 0 auto;
    padding-top: 177.78%;
}

.service-reel-video {
    max-width: 920px;
    margin: 0 auto 28px;
}

.service-reel-video iframe {
    border: 0;
}

.portfolio-contact-section {
    padding: 72px 0;
}

.portfolio-contact-section .promo-info {
    float: none;
    width: 100%;
    margin-bottom: 26px;
    text-align: center;
}

.portfolio-contact-section .promo-info,
.portfolio-contact-section .promo-info span,
.portfolio-contact-section .promo-info h3 {
    color: #fff !important;
}

.portfolio-contact-section .promo-info span {
    display: block;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.portfolio-contact-section .promo-info h3 {
    margin-bottom: 0;
    line-height: 1.45;
}

.portfolio-contact-section .contact-form-embed {
    max-width: 100%;
    margin-top: 0;
}

.home-testimonials {
    padding: 70px 0 35px;
}

.home-testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.home-testimonials-grid .testimonial-card {
    width: calc((100% - 48px) / 3);
}

.home-testimonials-grid .testimonial-card:nth-last-child(2),
.home-testimonials-grid .testimonial-card:last-child {
    width: calc((100% - 24px) / 2);
}

.home-testimonials-carousel-wrap {
    display: none;
}

.testimonial-card {
    height: 100%;
    padding: 28px 28px 24px;
    border: 1px solid rgba(34, 34, 34, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 247, 0.94) 100%);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.06);
}

.testimonial-copy {
    margin-bottom: 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.9;
}

.testimonial-author {
    margin-bottom: 0;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: none;
}

.js-primary-navigation {
    position: relative;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
}

.l-navbar_t-dark .lang-switch,
.l-navbar_t-dark-trans .lang-switch,
.l-navbar_t-semi-trans .lang-switch {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: transparent;
}

.l-navbar_t-light .lang-switch,
.l-navbar_t-light-trans .lang-switch {
    color: #222;
    border-color: rgba(34, 34, 34, 0.25);
    background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 769px) {
    .portfolio-page-content {
        padding-top: 150px;
    }

    .js-primary-navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 100px;
        padding: 0;
    }

    .l-navbar-wrapper_has-sticky .js-primary-navigation {
        min-height: 60px;
        padding: 0;
    }

    .logo-brand {
        position: relative;
        z-index: 1001;
        top: auto;
        left: auto;
        order: 0;
        flex: 0 0 auto;
        margin: 0 26px 0 0;
        padding: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .logo-brand img {
        height: 94px;
        max-height: none;
    }

    .menuzord-menu.menuzord-right {
        order: 1;
        float: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 auto;
        max-width: none;
        margin: 0;
    }

    .menuzord-menu > li {
        float: none;
    }

    .lang-switch {
        position: relative;
        z-index: 1001;
        top: auto;
        left: auto;
        right: auto;
        order: 2;
        flex: 0 0 auto;
        margin-left: 14px;
        min-width: 56px;
        height: 38px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .l-navbar-wrapper_has-sticky .logo-brand img {
        height: 62px;
    }
}

@media (max-width: 1024px) {
    .banner-state {
        background-attachment: scroll;
        background-position: center center !important;
    }

    .vertical-align .container-mid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .half-txt {
        width: min(100%, 760px);
    }

    .service-reel-copy h2 {
        font-size: 30px;
    }

    .portfolio-contact-section {
        padding: 60px 0;
    }

    .home-testimonials-grid {
        gap: 20px;
    }

    .home-testimonials-grid .testimonial-card {
        width: calc((100% - 40px) / 3);
    }

    .home-testimonials-grid .testimonial-card:nth-last-child(2),
    .home-testimonials-grid .testimonial-card:last-child {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 768px) {
    .menuzord-responsive.menuzord {
        position: relative;
        min-height: 76px;
        padding: 0 72px;
    }

    .menuzord-responsive .logo-brand {
        position: absolute;
        z-index: 10002;
        top: 50%;
        left: 50% !important;
        right: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 188px;
        height: 76px;
        margin: 0 !important;
        padding: 7px 0;
        line-height: 1;
        text-align: center;
        -webkit-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important;
    }

    .menuzord-responsive .logo-brand img {
        height: 68px;
        max-height: none;
        margin: 0 auto;
    }

    .menuzord-responsive .showhide {
        position: absolute;
        top: 50%;
        left: auto;
        right: 12px;
        z-index: 10002;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .menuzord-responsive .showhide em {
        float: none;
        display: block;
        width: 24px;
        height: 2px;
        margin: 3px 0;
        border-radius: 2px;
        background: #fff !important;
    }

    .lang-switch {
        position: absolute;
        z-index: 10002;
        top: 50%;
        left: 16px;
        right: auto;
        min-width: 48px;
        height: 36px;
        padding: 0 12px;
        font-size: 12px;
        letter-spacing: 2px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .l-navbar_t-dark .lang-switch,
    .l-navbar_t-dark-trans .lang-switch,
    .l-navbar_t-semi-trans .lang-switch {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.75);
        background: transparent;
    }

    .l-navbar_t-light .lang-switch,
    .l-navbar_t-light-trans .lang-switch {
        color: #222;
        border-color: rgba(34, 34, 34, 0.25);
        background: rgba(255, 255, 255, 0.9);
    }

    .menuzord-responsive .menuzord-menu,
    .menuzord-responsive .menuzord-menu.scrollable {
        position: absolute;
        z-index: 10001;
        top: 76px;
        left: 0;
        width: 100%;
        max-height: calc(100svh - 76px);
        overflow-x: hidden;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    }

    .page-title {
        margin-top: 76px;
    }

    .banner-state {
        min-height: calc(100svh - 76px);
        padding-top: 76px;
        background-size: cover;
        background-position: 56% center !important;
    }

    .vertical-align .container-mid {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 72px 0 48px;
    }

    .banner-title h1 {
        font-size: clamp(28px, 9vw, 42px);
        line-height: 1.15;
    }

    .banner-cta-actions {
        margin-top: 24px;
    }

    .banner-title .ls-20 {
        letter-spacing: 6px !important;
    }

    .half-txt {
        width: 100%;
    }

    .portfolio-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 14px;
    }

    .portfolio-filter li a {
        margin: 0;
        letter-spacing: 1.5px;
        font-size: 12px;
    }

    .post-list-aside .post-single > [class*="col-"] {
        float: none;
        width: 100%;
    }

    .post-list-aside .post-single .post-desk {
        height: auto;
        padding: 30px 0 10px;
    }

    .service-reel-section {
        margin-bottom: 24px;
    }

    .service-reel-copy {
        max-width: none;
        margin-bottom: 28px;
        text-align: center;
    }

    .service-reel-section .relative {
        padding: 72px 0;
    }

    .service-reel-copy h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .service-reel-copy p {
        font-size: 16px;
        line-height: 1.8;
    }

    .service-reel-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .service-reel-video {
        margin-bottom: 24px;
    }

    .portfolio-contact-section {
        padding: 46px 0;
    }

    .portfolio-contact-section .promo-info span {
        letter-spacing: 1.5px;
    }

    .service-reel-video-desktop {
        display: none;
    }

    .service-reel-video-mobile {
        display: block;
    }

    .home-testimonials {
        padding: 55px 0 25px;
    }

    .home-testimonials-grid {
        display: none;
    }

    .home-testimonials-carousel-wrap {
        display: block;
    }

    .home-testimonials-carousel .testimonial-card {
        width: 100%;
        margin: 0;
    }

    .testimonial-card {
        padding: 24px 22px 20px;
    }

    .testimonial-copy {
        font-size: 15px;
        line-height: 1.8;
    }

    .home-testimonials-carousel .owl-pagination {
        margin-top: 18px;
        text-align: center;
    }

    .home-testimonials-carousel .owl-page span {
        width: 10px;
        height: 10px;
        margin: 4px;
        background: rgba(34, 34, 34, 0.22);
        opacity: 1;
    }

    .home-testimonials-carousel .owl-page.active span {
        background: #c9a65b;
    }

    .post-single .post-desk .date {
        margin-bottom: 15px;
    }

    .subscribe-box.page-content {
        padding: 32px 20px;
    }

    .f-logo-center img,
    .img-post {
        width: min(100%, 220px);
    }
}

@media (max-width: 480px) {
    #footer.gray {
        padding: 96px 0 56px;
    }

    #footer .container {
        text-align: center;
    }

    .footer-3 .f-logo-center,
    .footer-4 .f-logo-center {
        left: 50% !important;
        margin-left: 0 !important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .footer-logo,
    .footer-logo img {
        margin: 0 auto;
    }

    #footer .col-md-6 {
        float: none;
        width: 100%;
        text-align: center;
    }

    #footer .copyright,
    #footer .copyright-sub-title {
        text-align: center;
    }

    #footer .copyright {
        line-height: 1.8;
    }

    #footer .social-link,
    #footer .social-link.pull-right {
        float: none !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-top: 24px;
        text-align: center;
    }

    #footer.gray .social-link a {
        margin: 0;
    }

    .menuzord-responsive .logo-brand {
        height: 72px;
        padding: 6px 0;
        width: 170px;
    }

    .menuzord-responsive .logo-brand img {
        height: 60px;
    }

    .menuzord-responsive .showhide {
        width: 52px;
        height: 52px;
        right: 10px;
    }

    .lang-switch {
        left: 12px;
        right: auto;
        min-width: 42px;
        height: 32px;
        padding: 0 9px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .menuzord-responsive .menuzord-menu,
    .menuzord-responsive .menuzord-menu.scrollable {
        top: 72px;
        max-height: calc(100svh - 72px);
    }

    .page-title {
        margin-top: 72px;
    }

    .banner-state {
        min-height: 75svh;
        padding-top: 72px;
        background-position: 58% center !important;
    }

    .vertical-align .container-mid {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0 15px;
        -webkit-transform: translate(-50%, calc(-50% + 36px));
            -ms-transform: translate(-50%, calc(-50% + 36px));
                transform: translate(-50%, calc(-50% + 36px));
    }

    .banner-title h1 {
        font-size: clamp(24px, 10vw, 34px);
    }

    .banner-title .ls-20 {
        letter-spacing: 4px !important;
    }

    .banner-cta-actions {
        flex-direction: column;
        align-items: center;
        margin-top: 22px;
    }

    .btn-banner-cta {
        min-width: 210px;
        width: 100%;
        max-width: 280px;
        padding-right: 22px;
        padding-left: 22px;
    }

    .post-list-aside .post-single .post-desk h4 {
        font-size: 20px;
    }
}

.project-cta-actions {
    margin-top: 28px;
}

.project-detail-page {
    padding-bottom: 78px;
}

.project-detail-heading > span {
    display: inline-block;
    margin-bottom: 16px;
    color: #c9a65b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.project-detail-heading h1 {
    margin-bottom: 12px;
    font-size: 46px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1.18;
    text-transform: uppercase;
}

.project-intro-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
}

.project-intro-copy p {
    max-width: none;
    margin: 0 auto;
    color: #5b5b5b;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.95;
}

.project-meta-row {
    max-width: 66%;
    margin: 18px auto 0;
}

.project-meta-card {
    height: 100%;
    padding: 22px 18px 18px;
    border: 1px solid rgba(34, 34, 34, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 246, 246, 0.98) 100%);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.project-meta-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #c9a65b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.project-meta-card h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.55;
    text-transform: none;
}

.project-gallery {
    margin-top: 30px;
}

.project-hero-link {
    display: block;
    color: inherit;
}

.project-hero-link:hover,
.project-hero-link:focus {
    color: inherit;
}

.project-hero-media {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #0b0b0b;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.15);
}

.project-hero-media:before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.34) 100%);
}

.project-hero-media img {
    display: block;
    width: 100%;
}

.project-hero-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.36);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.project-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.project-gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.project-gallery-item:hover img,
.project-gallery-item:focus img {
    opacity: 0.92;
    transform: scale(1.04);
}

.project-back-link {
    margin-top: 26px;
}

.project-cta-section {
    background: #060606;
    color: #fff;
}

.project-cta-section .heading-title {
    margin-bottom: 0;
}

.project-cta-section .heading-title h3 {
    max-width: 920px;
    margin: 12px auto 0;
    line-height: 1.45;
}

@media (min-width: 769px) {
    .project-intro-copy {
        width: 133%;
        max-width: 133%;
        margin-left: -16.5%;
        margin-right: -16.5%;
    }
}

@media (max-width: 1024px) {
    .project-detail-heading h1 {
        font-size: 40px;
    }

    .project-meta-row {
        max-width: 82%;
    }

    .project-gallery-grid {
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .project-detail-page {
        padding-bottom: 56px;
    }

    .project-detail-heading h1 {
        font-size: 34px;
    }

    .project-intro-copy {
        max-width: none;
        margin-top: 20px;
    }

    .project-intro-copy p {
        font-size: 16px;
        line-height: 1.85;
    }

    .project-meta-row {
        max-width: none;
        margin-top: 14px;
        margin-bottom: 0;
    }

    .project-meta-row > [class*="col-"] + [class*="col-"] {
        margin-top: 16px;
    }

    .project-meta-card {
        padding: 20px 18px 18px;
    }

    .project-meta-card h4 {
        font-size: 18px;
    }

    .project-gallery {
        margin-top: 28px;
    }

    .project-cta-section .btn-light-solid {
        color: #111;
        border-color: #c9a65b;
        background: #c9a65b;
    }

    .project-cta-section .btn-light-solid:hover,
    .project-cta-section .btn-light-solid:focus,
    .project-cta-section .btn-light-solid:active {
        color: #111;
        border-color: #fff;
        background: #fff;
    }

    .project-hero-media {
        border-radius: 0;
        margin-right: -15px;
        margin-left: -15px;
    }

    .project-hero-badge {
        right: 16px;
        bottom: 16px;
        padding: 10px 14px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .project-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .project-back-link {
        margin-top: 22px;
    }
}

@media (max-width: 480px) {
    .project-detail-heading > span {
        letter-spacing: 2.4px;
    }

    .project-detail-heading h1 {
        font-size: 30px;
    }

    .project-meta-card h4 {
        font-size: 17px;
    }

    .project-cta-section .heading-title h3 {
        font-size: 22px;
    }
}

.services-landing-page {
    background: #fff;
}

.services-page-title .breadcrumb {
    margin-top: 8px;
}

.services-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 92px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f4f2 56%, #ece8df 100%);
}

.services-hero:before,
.services-hero:after {
    position: absolute;
    content: "";
    border-radius: 999px;
    background: rgba(201, 166, 91, 0.08);
}

.services-hero:before {
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
}

.services-hero:after {
    bottom: -160px;
    left: -70px;
    width: 300px;
    height: 300px;
}

.services-hero .container {
    position: relative;
    z-index: 1;
}

.services-hero-copy {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.services-hero-kicker,
.services-section-kicker,
.services-related-title {
    display: inline-block;
    color: #c9a65b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.services-hero-copy h1 {
    margin: 18px 0 20px;
    color: #171717;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: 0.5px;
}

.services-hero-copy p {
    max-width: 780px;
    margin: 0 auto;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1.8;
}

.services-hero-actions {
    margin-top: 34px;
}

.btn-service-cta {
    min-width: 250px;
    color: #0f0f0f;
    border: 1px solid #c9a65b;
    border-radius: 999px;
    background: #c9a65b;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease;
}

.btn-service-cta:hover,
.btn-service-cta:focus {
    color: #c9a65b;
    border-color: #0f0f0f;
    background: #fff;
}

.services-split-section {
    padding: 92px 0;
}

.services-split-section_alt {
    background: #f7f7f5;
}

.services-solution-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
}

.services-solution-panel_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.services-solution-copy,
.services-solution-media {
    width: 50%;
}

.services-solution-copy h2 {
    margin: 16px 0 18px;
    color: #171717;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.24;
}

.services-solution-copy p {
    margin-bottom: 0;
    color: #616161;
    font-size: 18px;
    line-height: 1.9;
}

.services-benefit-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.services-benefit-list li {
    position: relative;
    padding-left: 28px;
    color: #1f1f1f;
    font-size: 17px;
    line-height: 1.8;
}

.services-benefit-list li + li {
    margin-top: 10px;
}

.services-benefit-list li:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background: #c9a65b;
    box-shadow: 0 0 0 6px rgba(201, 166, 91, 0.12);
}

.services-solution-media {
    overflow: hidden;
    border-radius: 10px;
    background: #111;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.14);
}

.services-solution-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
       object-fit: cover;
}

.services-related-block {
    margin-top: 42px;
}

.services-related-title {
    margin-bottom: 20px;
}

.services-related-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ece8e0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.06);
}

.service-project-card {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
    min-height: 270px;
    overflow: hidden;
    color: inherit;
    border-right: 1px solid #ece8e0;
    background: #111;
    box-shadow: none;
    transition: transform 0.3s ease;
}

.service-project-card:last-child {
    border-right: 0;
}

.service-project-card:hover,
.service-project-card:focus {
    color: inherit;
    transform: none;
}

.service-project-card-media {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    background: #111;
}

.service-project-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.35s ease;
}

.service-project-card-media:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.service-project-card:hover .service-project-card-media img,
.service-project-card:focus .service-project-card-media img {
    transform: scale(1.04);
}

.service-project-card-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 18px 18px 20px;
}

.service-project-card-label {
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.service-project-card h4 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.35;
    text-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}

.service-project-card-link {
    display: inline-block;
    margin-top: 10px;
    color: #c9a65b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.services-cta-row {
    margin-top: 28px;
}

.services-final-cta {
    padding: 88px 0 94px;
    color: #fff;
    background: #060606;
}

.services-final-cta-copy {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.services-final-cta-copy h2 {
    margin: 18px 0 18px;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.28;
}

.services-final-cta-copy p {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.85;
}

.services-final-cta-actions {
    margin-top: 34px;
}

.services-final-cta .btn-service-cta:hover,
.services-final-cta .btn-service-cta:focus {
    border-color: #fff;
}

@media (max-width: 1199px) {
    .services-hero-copy h1 {
        font-size: 48px;
    }

    .services-solution-copy h2,
    .services-final-cta-copy h2 {
        font-size: 36px;
    }

}

@media (min-width: 769px) and (max-width: 1180px) {
    #footer.gray {
        padding: 108px 0 64px;
    }

    #footer .container {
        text-align: center;
    }

    .footer-3 .f-logo-center,
    .footer-4 .f-logo-center {
        left: 50% !important;
        margin-left: 0 !important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .footer-logo,
    .footer-logo img {
        margin: 0 auto;
    }

    .services-page-title {
        display: none;
    }

    .services-hero {
        padding: 104px 0 74px;
    }

    .services-hero-copy {
        max-width: 860px;
    }

    .services-hero-copy h1 {
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: 0.2px;
    }

    .services-hero-copy p {
        max-width: 720px;
        font-size: 18px;
        line-height: 1.75;
    }
}

@media (max-width: 991px) {
    .services-hero {
        padding: 92px 0 78px;
    }

    .services-solution-panel,
    .services-solution-panel_reverse {
        display: block;
    }

    .services-solution-copy,
    .services-solution-media {
        width: 100%;
    }

    .services-solution-media {
        margin-top: 32px;
    }

    .services-related-grid {
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .services-page-title .breadcrumb {
        margin-top: 10px;
    }

    .services-hero {
        padding: 84px 0 68px;
    }

    .services-hero-copy h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .services-hero-copy p,
    .services-solution-copy p,
    .services-final-cta-copy p {
        font-size: 17px;
        line-height: 1.8;
    }

    .services-split-section {
        padding: 72px 0;
    }

    .services-solution-copy h2,
    .services-final-cta-copy h2 {
        font-size: 30px;
    }

    .services-solution-copy,
    .services-related-block,
    .services-final-cta-copy {
        text-align: center;
    }

    .services-section-kicker {
        display: block;
        margin-bottom: 14px;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 2.6px;
        text-align: center;
    }

    .services-benefit-list {
        margin-top: 24px;
    }

    .services-benefit-list li {
        padding-left: 22px;
        text-align: center;
    }

    .services-benefit-list li:before {
        display: block;
        top: 11px;
        left: 50%;
        margin-left: -74px;
    }

    .services-related-grid {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scroll-snap-type: x mandatory;
    }

    .service-project-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        min-height: 230px;
        border-right: 1px solid #ece8e0;
        scroll-snap-align: start;
    }

    .service-project-card-media img {
        min-height: 230px;
    }

    .service-project-card-body {
        right: 10px;
        bottom: 10px;
        left: 10px;
        padding: 12px 12px 13px;
        text-align: center;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
        transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    }

    .service-project-card-label,
    .service-project-card h4,
    .service-project-card-link {
        color: #111;
        text-shadow: none;
    }

    .service-project-card-label,
    .service-project-card h4 {
        display: none;
    }

    .service-project-card-link {
        margin-top: 0;
        color: #fff;
    }

    .service-project-card:hover .service-project-card-body,
    .service-project-card:focus .service-project-card-body {
        background: #111;
        box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
    }

    .service-project-card:hover .service-project-card-label,
    .service-project-card:hover .service-project-card h4,
    .service-project-card:hover .service-project-card-link,
    .service-project-card:focus .service-project-card-label,
    .service-project-card:focus .service-project-card h4,
    .service-project-card:focus .service-project-card-link {
        color: #fff;
    }

    .services-cta-row .btn-service-cta {
        color: #fff;
        border-color: #111;
        background: #111;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
    }

    .services-cta-row .btn-service-cta:hover,
    .services-cta-row .btn-service-cta:focus,
    .services-cta-row .btn-service-cta:active {
        color: #111;
        border-color: #c9a65b;
        background: #c9a65b;
    }

    .services-final-cta {
        padding: 74px 0 78px;
    }
}

@media (max-width: 480px) {
    .services-hero-copy h1 {
        font-size: 30px;
    }

    .services-section-kicker,
    .services-hero-kicker,
    .services-related-title {
        letter-spacing: 2.4px;
    }

    .services-solution-copy h2,
    .services-final-cta-copy h2 {
        font-size: 26px;
    }

    .service-project-card h4 {
        font-size: 19px;
    }

    .service-project-card-label {
        font-size: 10px;
        letter-spacing: 1.8px;
    }

.service-project-card-link {
        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .btn-service-cta {
        width: 100%;
        min-width: 0;
    }
}

.portfolio-show-all-wrap {
    display: none;
    margin: 32px auto 42px;
}

.portfolio-show-all-wrap.is-visible {
    display: block;
}

.btn-show-all-projects {
    min-width: 340px;
    margin-right: 0;
    padding: 18px 34px;
    border: 0;
    font-size: 14px;
    letter-spacing: 2.4px;
    box-shadow: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.btn-show-all-projects:hover,
.btn-show-all-projects:focus {
    background: #111;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .btn-show-all-projects {
        width: 100%;
        min-width: 0;
        max-width: 340px;
    }
}
