.fives-main-mask {
    background: linear-gradient(45deg, rgb(0 0 0 / 85%), rgb(189 36 57) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fives-main-mask-content {
    position: relative;
    z-index: 2;
}

.fives-title-color {
    color: hsl(218deg 81% 95%);
}

.fives-subtitle-color {
    color: #bb2338;
}

.fives-main-background {
    position: relative;
    overflow: hidden;
}

.fives-main-copy-column {
    z-index: 10;
}

.fives-search-panel {
    background-color: rgb(0 0 0 / 60%);
}

.fives-menu-tile-card {
    border: 0.2px solid rgb(160 160 160 / 12%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fives-menu-tile-card.is-visible {
    opacity: 1;
}

.fives-smoke-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.25;
    mix-blend-mode: screen;
}

.fives-hero-button-large {
    background-color: #dc3545;
    transition: background-color 0.2s ease-in-out;
}

.fives-hero-button-large:hover {
    background-color: #bd2439 !important;
}

.fives-subtitle-cycle {
    transition: opacity 0.2s ease-in-out;
}

.fives-subtitle-cycle-hidden {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .fives-hero-button-large,
    .fives-subtitle-cycle {
        transition: none;
    }
}
