/* FitnessVolt topic archive */
:root {
    --fv-tag-red: #d91d3b;
    --fv-tag-ink: #151515;
    --fv-tag-muted: #65625d;
    --fv-tag-paper: #f3f1ec;
    --fv-tag-line: #d6d2ca;
}

.fv-tag-archive {
    overflow: clip;
    background: #fff;
    color: var(--fv-tag-ink);
}

.fv-tag-archive a {
    color: inherit;
    text-decoration: none;
}

.fv-tag-archive a:focus-visible {
    outline: 3px solid #1769d2;
    outline-offset: 4px;
}

.fv-tag-hero {
    padding-top: 46px;
    padding-bottom: 28px;
}

.fv-tag-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--fv-tag-red) !important;
    font-family: var(--meta-family, Arial, sans-serif);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.fv-tag-hero__row {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(180px, .45fr);
    gap: 52px;
    align-items: end;
    border-bottom: 2px solid var(--fv-tag-ink);
    padding-bottom: 24px;
}

.fv-tag-hero h1 {
    max-width: 850px;
    margin: 0;
    font-family: var(--h1-family, Arial, sans-serif);
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 750;
    line-height: .94;
    letter-spacing: -.03em;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.fv-tag-hero__row > div > p {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--fv-tag-muted);
    font-size: 16px;
    line-height: 1.55;
}

.fv-tag-count {
    margin: 0 !important;
    color: var(--fv-tag-muted);
    font-family: var(--meta-family, Arial, sans-serif);
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}

.fv-tag-count strong {
    display: block;
    color: var(--fv-tag-ink);
    font-family: var(--h2-family, Arial, sans-serif);
    font-size: 28px;
    line-height: 1;
}

.fv-tag-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, .85fr);
    min-height: 430px;
    margin-top: 8px;
    margin-bottom: 34px;
    background: var(--fv-tag-paper);
}

.fv-tag-featured__media {
    min-height: 430px;
    overflow: hidden;
}

.fv-tag-featured__image,
.fv-tag-story__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-tag-featured__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.fv-tag-featured__copy > span,
.fv-tag-story__category {
    color: var(--fv-tag-red);
    font-family: var(--meta-family, Arial, sans-serif);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.fv-tag-featured h2 {
    margin: 12px 0 15px;
    font-family: var(--h2-family, Arial, sans-serif);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 750;
    line-height: 1.03;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.fv-tag-featured__copy > p {
    margin: 0;
    color: #55524d;
    font-size: 15px;
    line-height: 1.55;
}

.fv-tag-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 18px;
    color: var(--fv-tag-muted);
    font-family: var(--meta-family, Arial, sans-serif);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.fv-tag-meta > * + *::before {
    content: "\00B7";
    margin-right: 14px;
}

.fv-tag-related {
    display: grid;
    grid-template-columns: minmax(190px, .55fr) minmax(0, 2fr);
    gap: 38px;
    align-items: center;
    border-top: 1px solid var(--fv-tag-line);
    border-bottom: 1px solid var(--fv-tag-line);
    padding-top: 24px;
    padding-bottom: 24px;
}

.fv-tag-related h2 {
    margin: 0;
    font-family: var(--h3-family, Arial, sans-serif);
    font-size: 20px;
    line-height: 1.05;
}

.fv-tag-related nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fv-tag-related nav a {
    border: 1px solid var(--fv-tag-line);
    border-radius: 999px;
    padding: 7px 12px;
    font-family: var(--meta-family, Arial, sans-serif);
    font-size: 11px;
    font-weight: 700;
}

.fv-tag-related nav a:hover {
    border-color: var(--fv-tag-red);
    color: var(--fv-tag-red);
}

.fv-tag-stream {
    padding-top: 54px;
    padding-bottom: 76px;
}

.fv-tag-section-head {
    border-bottom: 2px solid var(--fv-tag-ink);
    padding-bottom: 14px;
}

.fv-tag-section-head h2 {
    margin: 0;
    font-family: var(--h2-family, Arial, sans-serif);
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 750;
    line-height: .98;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.fv-tag-section-head p {
    margin: 9px 0 0;
    color: var(--fv-tag-muted);
    font-size: 13px;
}

.fv-tag-stream__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 46px;
}

.fv-tag-story {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 19px;
    min-width: 0;
    border-bottom: 1px solid var(--fv-tag-line);
    padding: 23px 0;
}

.fv-tag-story__media {
    height: 102px;
    overflow: hidden;
}

.fv-tag-story__copy {
    min-width: 0;
}

.fv-tag-story h3 {
    margin: 7px 0 0;
    font-family: var(--h3-family, Arial, sans-serif);
    font-size: 20px;
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.fv-tag-story .fv-tag-meta {
    margin-top: 10px;
}

.fv-tag-image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #dedbd4;
}

.fv-tag-archive .pagination {
    margin-top: 40px;
}

.fv-tag-archive .pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fv-tag-archive .pagination .page-numbers {
    display: grid;
    min-width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--fv-tag-ink);
    padding: 0 9px;
    font-family: var(--meta-family, Arial, sans-serif);
    font-size: 12px;
    font-weight: 800;
}

.fv-tag-archive .pagination .current,
.fv-tag-archive .pagination a:hover {
    background: var(--fv-tag-ink);
    color: #fff;
}

.fv-tag-empty {
    padding: 44px 0;
}

.fv-tag-empty h2 {
    margin: 0 0 8px;
}

@media (max-width: 1000px) {
    .fv-tag-featured {
        grid-template-columns: 1fr;
    }

    .fv-tag-featured__media {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .fv-tag-hero {
        padding-top: 34px;
        padding-bottom: 20px;
    }

    .fv-tag-back {
        margin-bottom: 22px;
    }

    .fv-tag-hero__row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-bottom: 20px;
    }

    .fv-tag-hero h1 {
        font-size: 45px;
    }

    .fv-tag-hero__row > div > p {
        margin-top: 14px;
        font-size: 14px;
    }

    .fv-tag-count {
        display: flex;
        align-items: baseline;
        gap: 7px;
        text-align: left;
    }

    .fv-tag-count strong {
        font-size: 20px;
    }

    .fv-tag-featured {
        min-height: 0;
        margin-bottom: 26px;
    }

    .fv-tag-featured__media {
        min-height: 250px;
    }

    .fv-tag-featured__copy {
        padding: 24px;
    }

    .fv-tag-featured h2 {
        font-size: 30px;
    }

    .fv-tag-related {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .fv-tag-stream {
        padding-top: 42px;
        padding-bottom: 60px;
    }

    .fv-tag-section-head h2 {
        font-size: 34px;
    }

    .fv-tag-stream__grid {
        grid-template-columns: 1fr;
    }

    .fv-tag-story {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        padding: 19px 0;
    }

    .fv-tag-story__media {
        height: 86px;
    }

    .fv-tag-story h3 {
        font-size: 17px;
        line-height: 1.18;
    }

    .fv-tag-story .fv-tag-meta span:first-child {
        display: none;
    }

    .fv-tag-story .fv-tag-meta > * + *::before {
        content: none;
        margin: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fv-tag-archive *,
    .fv-tag-archive *::before,
    .fv-tag-archive *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
