/* Core Styling for Infinite Seamless Horizontal Scroll */
.marquee-6b6f1eb3-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden;
    position: relative;
    user-select: none;
    box-sizing: border-box;
}

.marquee-6b6f1eb3-track {
    display: flex;
    width: max-content;
    align-items: center;
    will-change: transform;
}

.marquee-6b6f1eb3-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 60px;
    padding-right: 60px;
}

/* Pause on hover state */
.marquee-6b6f1eb3-wrapper.pause-on-hover-6b6f1eb3:hover .marquee-6b6f1eb3-track {
    animation-play-state: paused !important;
}

/* Item nodes styling */
.marquee-item-6b6f1eb3,
.marquee-item-link-6b6f1eb3 {
    text-decoration: none !important;
    color: inherit !important;
    display: flex;
    align-items: center;
}

.marquee-text-node-6b6f1eb3 {
    font-family: 'Inter Tight', 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}

.brand-bold-6b6f1eb3 {
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
}

.tagline-italic-6b6f1eb3 {
    font-size: 0.28em;
    font-weight: 500;
    font-style: italic;
    opacity: 0.9;
    letter-spacing: 0;
    margin-top: 6px;
    line-height: 1.2;
}

.marquee-img-6b6f1eb3 {
    display: block;
    object-fit: contain;
    pointer-events: none;
}

/* Continuous seamless wrap animation */
@keyframes scroll-6b6f1eb3 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-33.3333%, 0, 0);
    }
}
