.site-logo img {
    max-height: 72px;
    width: auto;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.4));
}

.site-showcase-card {
    overflow: hidden;
    background: #0f1720;
}

.site-showcase-card {
    min-height: 520px;
}

.site-showcase-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-hero {
    background: #111;
}

.section-hero .rev_slider_wrapper,
.section-hero .rev_slider {
    background: #111;
}

.section-bio {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-pagepiling .page-pagepiling-wrap .section-pp[data-background="light"] {
    background-color: #ffffff;
}

.body-pagepiling .page-pagepiling-wrap .section-pp[data-background="dark"] {
    background-color: #0f1720;
}

.body-pagepiling,
.body-pagepiling #main {
    min-height: 100vh;
}

@media (min-width: 1200px) {
    .body-pagepiling,
    .body-pagepiling #main {
        overflow: hidden;
    }

    .body-pagepiling .header-page-pilling {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
    }

    .body-pagepiling .header-page-pilling .header__bar {
        background: transparent;
        box-shadow: none;
    }

    .body-pagepiling .page-pagepiling-wrap {
        height: 100vh !important;
    }

    .body-pagepiling .page-pagepiling-wrap .section-pp {
        top: 0;
        left: 0;
        height: 100vh !important;
        padding-top: 0;
        padding-bottom: 0;
        overflow-y: hidden;
    }

    .body-pagepiling .section-about .pp-tableCell,
    .body-pagepiling .section-gallery .pp-tableCell {
        padding-top: 78px;
        padding-bottom: 38px;
        vertical-align: top;
    }

    .body-pagepiling .section-gallery .section-content {
        position: relative;
        z-index: 5;
        min-height: 520px;
    }

    .body-pagepiling .section-gallery .row {
        row-gap: 38px;
    }

    .body-pagepiling .section-gallery .gallery-card {
        min-height: 240px;
        background: #f7f7f7;
    }

    .body-pagepiling .section-gallery .gallery-card,
    .body-pagepiling .section-gallery .gallery-card .media__img,
    .body-pagepiling .section-gallery .gallery-card img {
        opacity: 1;
        visibility: visible;
    }

    .body-pagepiling #js-pageinfo .copyright {
        bottom: 7%;
        margin-top: 0;
        white-space: nowrap;
    }

    .body-pagepiling #pp-nav.right {
        right: 24px;
    }
}

.project-slide-link,
.project-slide-link:hover {
    color: #fff;
}

.gallery-card .media__img,
.blog .entry-image,
.project-detail .wp-post-image {
    overflow: hidden;
}

.gallery-card .media__img img,
.blog .entry-image img,
.project-detail .wp-post-image,
.gallery-thumb img {
    width: 100%;
    object-fit: cover;
}

.gallery-card .media__img img,
.gallery-thumb img {
    height: 240px;
}

.blog .entry-image img {
    height: 300px;
}

.blog-slider {
    margin: 0 -15px;
}

.blog-slider .slick-list {
    overflow: hidden;
}

.blog-slider .blog-slide {
    padding: 0 15px;
}

.blog-slider .blog-card {
    height: 100%;
    margin-bottom: 22px;
}

.blog-slider .entry-summary {
    min-height: 170px;
}

.blog-slider .entry-title {
    min-height: 54px;
}

.blog-slider .entry-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-slider .entry-excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-slider .slick-dots {
    justify-content: center;
    gap: 9px;
    margin: 8px 0 0;
}

.blog-slider .slick-dots li {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #777;
    border-radius: 50%;
    background: transparent;
}

.blog-slider .slick-dots li.slick-active {
    background: #222;
    border-color: #222;
}

.project-detail .wp-post-image {
    max-height: 620px;
}

.map-embed iframe {
    width: 100%;
    border: 0;
}

.bio-panel {
    color: #f3f3f3;
    max-width: 760px;
    margin-left: auto;
}

.bio-lead {
    font-size: 16px;
    line-height: 1.9;
    color: #ececec;
    margin-bottom: 25px;
}

.bio-text {
    color: #d7d7d7;
    line-height: 2;
}

.section-about .media-about .title-sub {
    margin-bottom: 10px;
}

.section-about .media-about .title-1 {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.25;
}

.section-about .media-about .media__body {
    padding-right: 20px;
}

.section-about .media-about .media__text {
    margin-bottom: 24px;
    line-height: 1.9;
}

.section-about .media-about-3 {
    min-width: 265px;
    margin-bottom: 12px;
}

.section-about .media-about-3 .media__number-wrap {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.section-about .media-about-3 .media__number {
    font-size: 21px;
}

.section-about .media-about-3 .line,
.section-about .media-about-3 .line--bottom {
    width: 22px;
    height: 22px;
}

.section-about .media-about-3 .media__title a {
    font-size: 16px;
}

.section-about .site-showcase-card {
    min-height: 455px;
}

.section-about .about-vision {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    margin-top: 10px;
}

.section-about .about-vision__item {
    line-height: 1.75;
}

.section-about .about-vision__item .title--sm2 {
    margin-bottom: 6px;
}

.bio-stat {
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.bio-stat strong {
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.bio-stat span {
    color: #d0d0d0;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.text-white {
    color: #fff !important;
}

.admin-placeholder,
.entry-content,
.entry-excerpt {
    line-height: 2;
}

@media (max-width: 991.98px) {
    .site-logo img {
        max-height: 56px;
    }

    .site-showcase-card {
        min-height: 380px;
    }

    .bio-panel {
        margin-top: 30px;
    }

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

    .blog-slider .entry-summary,
    .blog-slider .entry-title {
        min-height: 0;
    }
}

@media (max-width: 1199.98px) {
    html {
        overflow: visible;
    }

    .body-pagepiling .header-mobile {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
    }

    .body-pagepiling .header-mobile .header-mobile__bar {
        padding: 24px 0 18px;
        background: transparent;
    }

    .body-pagepiling .header-mobile .hamburger.hamburger--sm,
    .body-pagepiling .header-mobile .hamburger {
        border-color: rgba(255, 255, 255, 0.38);
        color: #fff;
    }

    .body-pagepiling .header-mobile .hamburger .hamburger-inner,
    .body-pagepiling .header-mobile .hamburger .hamburger-inner::before,
    .body-pagepiling .header-mobile .hamburger .hamburger-inner::after {
        background-color: #fff;
    }

    .body-pagepiling .header-mobile .header-nav-menu-mobile {
        position: absolute;
        top: 100%;
        right: 16px;
        left: 16px;
        padding: 14px 18px 18px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 24px 44px rgba(15, 23, 42, 0.16);
    }

    .body-pagepiling .header-mobile .menu-mobile > li > a {
        color: #1f2937;
    }

    .body-pagepiling,
    .body-pagepiling #main {
        overflow: visible;
    }

    .body-pagepiling .page-pagepiling-wrap {
        height: auto !important;
    }

    .body-pagepiling .page-pagepiling-wrap .section-pp {
        overflow-y: visible;
    }
}

@media (max-width: 767.98px) {
    .blog .entry-image img,
    .gallery-card .media__img img,
    .gallery-thumb img {
        height: 220px;
    }

    .blog-slider {
        margin: 0;
    }

    .blog-slider .blog-slide {
        padding: 0 6px;
    }
}

@media (min-width: 1200px) and (max-height: 820px) {
    .body-pagepiling .section-about .pp-tableCell,
    .body-pagepiling .section-gallery .pp-tableCell {
        padding-top: 64px;
        padding-bottom: 28px;
    }

    .section-about .media-about .title-1 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .section-about .media-about .media__text {
        margin-bottom: 16px;
        line-height: 1.75;
    }

    .section-about .media-about-3 {
        margin-bottom: 8px;
    }

    .section-about .site-showcase-card {
        min-height: 405px;
    }

    .section-about .about-vision {
        margin-top: 4px;
    }

    .section-about .about-vision__item {
        line-height: 1.62;
    }

    .blog .entry-image img {
        height: 220px;
    }

    .blog-slider .entry-summary {
        min-height: 140px;
    }

    .blog-slider .entry-title {
        min-height: 46px;
    }
}
