.top-photo,
.bc-cont {
    display: none !important;
}

.site-inner {
    margin-top: 0 !important;
    max-width: unset !important;
}

.entry-content {
    padding-top: 0 !important;
    padding: 0 !important;
}

.video-bg {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bg .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
}

.video-bg .heroCont {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 2;
}

.video-bg .heroBox {
    background: #00205cc7;
    padding: 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 2em;
    backdrop-filter: blur(10px);
}

.video-bg .heroBox h2 {
    font-family: var(--font-bkville);
    font-style: italic;
    margin-bottom: 0;
    color: white;
    font-size: 3.5em;
    margin-bottom: 1.1em;
}

.video-bg .heroBox p {
    color: rgba(255, 255, 255, 0.899);
    margin-bottom: 0;
    max-width: 450px;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 3em;
}

.scroll-arrow {
    position: absolute;
    bottom: 12px;
    display: inline-block;
    animation: bounce 3s ease-in-out infinite;
}

/* Slower, spaced animation */
@keyframes bounce {

    0%,
    25%,
    100% {
        transform: translate(-50%, 0);
        opacity: 0.8;
    }

    50% {
        transform: translate(-50%, 4px);
        opacity: 1;
    }
}

.bento-row {
    justify-content: center !important;
}

.bento-row h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;
}

.bento-row > div {
    max-width: 1200px;
}

.bento-row.athletics {
    min-height: 600px;
}

.bento-row .txt-blk-cont {
    display: flex;
    justify-content: flex-start;
}

.bento-row .bk-image-txt-block {
    max-width: 700px;
    background-color: #00205C;
    padding: 1.5em;
    margin: 1em;
    margin-bottom: 1.75em;
}

.bento-grid {
    display: flex;
    gap: 16px;
    height: 550px;
    width: 100%;
}

.bento-grid .col-80 {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}

.bento-grid .b-2-h {
    display: flex;
    flex-direction: row;
    gap: 1em;
    height: 40%;
}

.bento-grid .col-20 {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 30%;
}

.bento-item {
    background-color: #00205C;
    background-repeat: no-repeat;
    text-decoration: none !important;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    color: white;
    text-decoration: none;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    font-size: 1.5em;
}
.bento-item:hover {
    color: #00205C !important;
}
.bento-item .txt-bk {
    background-color: #59B2E7;
    color: #00205C;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em;
    min-height: 100px;
    max-width: 350px;
    font-size: 1.25em;
    display: flex;
    align-items: left;
    flex-direction: column;
}

.bento-item .txt-bk p {
    text-transform: initial;
    font-size: 0.6em;
    text-decoration: underline;
    font-weight: 500;
    margin-top: 0.3em;
    margin-bottom: 0;
}

.bento-item .txt-bk-sm {
    background-color: #D0343A;
    color: white;
    font-weight: 600;
    padding: 0.5em;
    font-size: 0.9em;
    display: flex;
    align-items: center;
}

/* Overlay
.bento-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
} */
/* Text stays above overlay */
.bento-item span {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

/* Hover effect */
.bento-item:hover {
    transform: scale(1.005);
}

.smcm-feed-promo-row img {
    height: 200px !important;
}

.hp-front-events .smcm-feed-horizontal-container.hp_events {
    flex-direction: column;
}

.hp-front-events .smcm-feed-horizontal-row.hp_events {
    width: unset !important;
    align-items: flex-start;
    background-color: #F3C10D;
}

.hp-front-events .smcm-feed-horizontal-row.hp_events::before,
.hp-front-events .smcm-feed-horizontal-row.hp_events::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e9e9e9;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.hp-front-events .smcm-feed-horizontal-row.hp_events::before {
    left: -15px;
}

.hp-front-events .smcm-feed-horizontal-row.hp_events::after {
    right: -15px;
}

.hp-front-events .smcm-feed-horizontal-row.hp_events a {
    flex-direction: row;
    gap: 1em;
    text-decoration: none;
}

.hp-front-events .smcm-feed-horizontal-row .feed-row-text h3 {
    margin-bottom: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.5em;
}

.hp-front-events .smcm-feed-horizontal-row .feed-row-text p {
    font-size: 1.2em;
    margin-top: 0;
}

.hp-front-events .smcm-feed-horizontal-row.hp_events div {
    width: 150px;
    height: 100px;
}

.hp-front-events .smcm-feed-horizontal-row.hp_events .feed-row-text {
    padding-left: 1.2em;
    margin-left: 0.7em;
    border-left: 2px dashed rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    width: 100%;
    height: unset;
}

.hp-front-events .smcm-feed-horizontal-row.hp_events .feed-row-text p {
    color: #00205C;
}
.bento-row .other-events-col {
    padding: 1em;
    background-color: #00205C;
}
.bento-row .other-events-col h3 {
    color: #F3C10D;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    font-size: 1.2em;
    text-align: center;
    font-weight: 800;
}
/* Responsive */
@media (max-width: 1100px) {
    .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }
    .bento-row {
        padding-inline: 2em !important;
    }
    .bento-item {
        justify-content: center;
    }
    .video-bg {
        height: 40vh;
    }
    .bento-grid {
        flex-direction: column;
    }
    .bento-grid .col-20 {
        width: 100%;
    }
    .bento-grid .b-2-h {
        height: 300px;
        flex-direction: column;
    }
    .bento-row.athletics {
        padding-inline: 0 !important;
    }
    .heroCont .scroll-arrow {
        display: none;
    }
    .heroCont .heroBox h2 {
        margin-bottom: 0;
        font-size: 2.25em;
    }
    .video-bg .heroBox {
        padding: 1.25em;
        margin-bottom: 0;
    }
    .hp-front-events .smcm-feed-horizontal-row.hp_events {
        width: 100% !important;
        padding-block: 1em;
        padding-inline: 0.5emem;
    }
    .hp-front-events .smcm-feed-horizontal-row.hp_events a {
        gap: 0.1em;
    }
    .hp-front-events .smcm-feed-horizontal-row.hp_events .feed-row-text {
        padding-left: 0.8em;
    }
}