.icon-nav {
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.icon-nav-list {
    list-style: none;
    margin: 0;
    padding: 18px 0 16px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
}

.icon-nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    text-align: center;
    color: var(--white);
}

.icon-nav-item a svg,
.icon-nav-item a img {
    width: 32px;
    height: 32px;
    stroke: var(--sky);
}

.icon-nav-item a span {
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
}

.video-links-section {
    position: relative;
    padding: 106px 0 132px;
    overflow: hidden;
    background: var(--white);
}

.video-links-section::before {
    content: "";
    position: absolute;
    left: 40%;
    top: 35px;
    width: 630px;
    height: 630px;
    background: url(../images/bear.png) center / contain no-repeat;
    opacity: 0.05;
    pointer-events: none;
    transform: translateX(-72%);
}

.video-links-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
}

.video-wrap {
    position: relative;
    z-index: 2;
    min-height: 350px;
    margin-right: -70px;
}

.video-wrap img {
    width: 100%;
    min-height: 350px;
    height: 100%;
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.video-play {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    transition: transform 0.2s ease;
    border: none;
}

.video-play:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.video-play svg {
    width: 136px;
    height: 136px;
}

.quick-links-panel {
    position: relative;
    margin-left: -72px;
    padding: 60px 64px 52px 300px;
    background: var(--blue);
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quick-links-heading {
    margin: 0 0 26px;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(3rem, 5vw, 4.4rem);
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--navy-deep);
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 46px;
    margin-bottom: 28px;
}

.quick-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--white);
}

.quick-link svg {
    width: 14px;
    height: 14px;
    stroke: var(--navy-deep);
    stroke-width: 2.4;
    flex: 0 0 auto;
}

.btn-teal {
    align-self: flex-start;
    background: var(--teal);
    color: var(--white);
    padding-inline: 22px;
}

@media (max-width: 1023px) {
    .icon-nav-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 18px 0;
        gap: 16px 10px;
    }

    .video-links-section {
        padding: 70px 0 86px;
    }

    .video-links-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .quick-links-panel {
        margin-left: 0;
        min-height: 0;
        padding: 38px 32px;
    }

    .video-links-section::before {
        width: 320px;
        height: 320px;
        left: -20px;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .icon-nav-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px 6px;
        padding: 14px 0 12px;
    }

    .icon-nav-item a {
        gap: 6px;
        min-height: auto;
    }

    .icon-nav-item a svg,
    .icon-nav-item a img {
        width: 22px;
        height: 22px;
    }

    .icon-nav-item a span {
        font-size: 0.56rem;
        line-height: 1.15;
        letter-spacing: 0.02em;
    }

    .video-links-section {
        padding: 24px 0 28px;
    }

    .video-links-section::before {
        left: -36px;
        top: 70px;
        width: 180px;
        height: 180px;
    }

    .video-links-grid {
        gap: 0;
    }

    .video-wrap {
        position: relative;
        z-index: 2;
    }

    .video-wrap img {
        height: auto;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        border-radius: 0;
    }

    .video-play,
    .video-play svg {
        width: 80px;
        height: 80px;
    }

    .quick-links-panel {
        justify-self: center;
        margin-left: 0;
        min-height: 0;
        padding: 38px 32px;
        margin-top: -90px;
        z-index: 3;
        width: 95%;
    }

    .quick-links-heading {
        margin-bottom: 12px;
        font-size: 2.1rem;
        line-height: 0.96;
    }

    .quick-links-grid {
        gap: 7px 14px;
        margin-bottom: 14px;
    }

    .quick-link {
        font-size: 0.72rem;
        gap: 4px;
        align-items: flex-start;
    }

    .quick-link svg {
        width: 10px;
        height: 10px;
        margin-top: 1px;
    }

    .btn-teal {
        min-height: 32px;
        padding: 7px 16px;
        font-size: 0.72rem;
        border-radius: 999px;
    }
}
