.syncoville-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    width: auto;
}

.syncoville-logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: none;
}

.syncoville-logo:hover {
    opacity: 0.92;
}

.syncoville-logo.footer-logo img,
#footer .syncoville-logo img {
    height: 56px;
    width: auto;
}

#footer .footer-logo.syncoville-logo,
#footer .footer-logo {
    width: auto;
}

.syncoville-logo.logo img {
    height: 56px;
}

.header .header-logo {
    flex-shrink: 0;
}

.header.style-default .header-inner-wrap {
    padding-top: 32px;
    padding-bottom: 8px;
}

.header.header-sticky .header-inner-wrap {
    padding-top: 18px;
    padding-bottom: 18px;
}

.syncoville-loading-icon {
    display: block;
    height: 40px;
    width: 40px;
}

.topbar .left {
    max-width: min(100%, 520px);
    flex: 1 1 auto;
}

.topbar-announcements {
    position: relative;
    max-width: 520px;
    min-height: 20px;
    overflow: hidden;
}

.topbar-announcements__track {
    position: relative;
    min-height: 20px;
}

.topbar-announcements__item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
    position: absolute;
    inset: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-announcements__item.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
}

.topbar-announcements__link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar-announcements__link:hover {
    color: var(--white);
}

@media (max-width: 767px) {
    .topbar .left {
        max-width: 100%;
    }

    .topbar-announcements {
        max-width: 100%;
    }

    .topbar-announcements__item {
        white-space: normal;
        text-wrap: pretty;
    }

    .topbar-announcements__link {
        white-space: normal;
    }
}

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

    .syncoville-logo.footer-logo img,
    #footer .syncoville-logo img,
    .syncoville-logo.logo img {
        height: 52px;
    }
}

@media (max-width: 767px) {
    .syncoville-logo img {
        height: 48px;
    }

    .syncoville-logo.footer-logo img,
    #footer .syncoville-logo img,
    .syncoville-logo.logo img {
        height: 44px;
    }

    .header.style-default .header-inner-wrap {
        padding-top: 24px;
    }

    .header.header-sticky .header-inner-wrap {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.home-hero-title {
    line-height: 1.08;
    max-width: 100%;
}

.home-hero-line {
    display: block;
}

.about-counter-value {
    display: inline-block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    color: var(--white);
}

.counter-item.style-5 .counter-number {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

/* About page — match Tecko placeholder dimensions */
.section-meet-team .main-post .img-wrap {
    aspect-ratio: 1296 / 640;
    width: 100%;
}

.section-meet-team .main-post .img-wrap .simpleParallax,
.section-meet-team .main-post .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-meet-team .box-contact.style-2 .img-style {
    aspect-ratio: 416 / 420;
    width: 100%;
    max-width: 416px;
}

.section-meet-team .box-contact.style-2 .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-culture .img-wrap {
    aspect-ratio: 526 / 575;
    width: 100%;
    max-width: 526px;
}

.section-culture .img-wrap .simpleParallax,
.section-culture .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .section-meet-team .main-post .img-wrap,
    .section-meet-team .main-post .img-wrap .simpleParallax,
    .section-meet-team .main-post .img-wrap img {
        min-height: unset;
    }
}

@media (max-width: 767px) {
    .home-hero-title {
        font-size: clamp(32px, 8.8vw, 44px);
        line-height: 1.12;
        margin-bottom: 24px !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        text-wrap: pretty;
    }

    .home-hero-title .title-line-1 {
        display: block;
    }

    .home-hero-title .split-line,
    .home-hero-title .word,
    .home-hero-title .char {
        display: inline !important;
        position: static !important;
        white-space: normal !important;
        transform: none !important;
    }
}
