.irm-64551522-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}

.irm-64551522-bg {
    position: absolute;
    inset: -20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transform: scale(1.05);
}

.irm-64551522-bg.irm-64551522-bg-active {
    opacity: 1;
    transform: scale(1);
}

.irm-64551522-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.irm-64551522-menu {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    width: 100%;
}

.irm-64551522-item {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    line-height: 1.3;
    padding-bottom: 4px;
    transform-origin: center center;
    will-change: transform;
    white-space: nowrap;
}

.irm-64551522-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #ffffff;
    transition: width 0.35s ease;
}

.irm-64551522-item:hover::after {
    width: 100%;
}

.irm-64551522-item:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .irm-64551522-item {
        font-size: 1.8rem;
    }

    .irm-64551522-menu {
        gap: 20px;
    }
}
