:root {
    --puma20-red: #e00016;
    --puma20-red-dark: #b8000f;
    --puma20-red-tint: #fdeaec;
    --puma20-ink: #171717;
    --puma20-muted: #666;
    --puma20-paper: #fff;
    --puma20-mist: #f4f5f7;
    --puma20-line: #e2e7ee;
    --puma20-shadow: 0 1px 10px rgba(0, 0, 0, .12);
    --puma20-shadow-lift: 0 12px 30px rgba(0, 0, 0, .16);
}

.puma20-watch,
.puma20-archive {
    box-sizing: border-box;
    color: var(--puma20-ink);
    font-family: "proxima_nova", "Helvetica Neue", Arial, sans-serif;
    margin: 0 auto;
    max-width: 1120px;
    padding: clamp(32px, 6vw, 76px) 20px 80px;
}

.puma20-watch *,
.puma20-archive *,
.puma20-home * {
    box-sizing: border-box;
}

.puma20-eyebrow {
    align-items: baseline;
    color: var(--puma20-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    letter-spacing: .12em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.puma20-acronym {
    color: var(--puma20-ink);
    flex-basis: 100%;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -.04em;
    text-transform: none;
}

.puma20-acronym strong {
    color: var(--puma20-red);
    font-weight: 800;
}

.puma20-eyebrow__tagline {
    color: var(--puma20-muted);
    flex-basis: 100%;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: none;
}

.puma20-watch h1,
.puma20-archive h1 {
    font-size: clamp(34px, 6vw, 68px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .98;
    margin: 0;
    max-width: 950px;
}

.puma20-watch__header {
    margin: 0 auto clamp(24px, 4vw, 44px);
    max-width: 900px;
}

.puma20-dateline {
    align-items: center;
    color: var(--puma20-muted);
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: .01em;
    margin: 18px 0 0;
}

.puma20-dateline time {
    color: var(--puma20-red);
}

.puma20-brandmark {
    display: block;
    height: auto;
    margin: 0 0 clamp(16px, 2.5vw, 26px);
    width: clamp(180px, 23vw, 250px);
}

/* --- Notice banner --------------------------------------------------- */
.puma20-notice {
    align-items: center;
    background: var(--puma20-red-tint);
    border: 1px solid #f6c9ce;
    border-left: 6px solid var(--puma20-red);
    border-radius: 10px;
    display: flex;
    gap: 14px;
    margin: 0 auto clamp(28px, 4vw, 44px);
    max-width: 900px;
    padding: 16px clamp(16px, 3vw, 24px);
}

.puma20-notice__icon {
    align-items: center;
    background: var(--puma20-red);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.puma20-notice__text {
    color: #7a1018;
    font-size: clamp(15px, 2vw, 17px);
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* --- Video player ---------------------------------------------------- */
.puma20-player {
    background: #000;
    border-radius: 16px;
    box-shadow: var(--puma20-shadow-lift);
    margin: 0 auto;
    max-width: min(468px, 92vw);
    overflow: hidden;
    position: relative;
}

.puma20-player::before {
    background: var(--puma20-red);
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 8px;
    z-index: 2;
}

.puma20-player video,
.puma20-player__poster {
    aspect-ratio: 9 / 16;
    background: #000;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.puma20-player__time {
    background: var(--puma20-red);
    bottom: 24px;
    color: #fff;
    font-size: clamp(18px, 3vw, 30px);
    font-weight: 800;
    letter-spacing: -.04em;
    padding: 8px 13px 6px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.puma20-intro {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 400;
    line-height: 1.35;
    margin: clamp(30px, 5vw, 58px) auto;
    max-width: 760px;
}

/* --- Audio ----------------------------------------------------------- */
.puma20-audio {
    align-items: center;
    background: var(--puma20-mist);
    border: 1px solid var(--puma20-line);
    border-left: 8px solid var(--puma20-red);
    border-radius: 12px;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr minmax(260px, 1.4fr);
    margin: 0 auto 64px;
    max-width: 900px;
    padding: 24px clamp(20px, 4vw, 42px);
}

.puma20-audio span,
.puma20-section-label {
    color: var(--puma20-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.puma20-audio h2 {
    font-size: 24px;
    line-height: 1.05;
    margin: 0;
}

.puma20-audio audio {
    width: 100%;
}

/* --- Story cards ----------------------------------------------------- */
.puma20-source-list {
    margin: 0 auto;
    max-width: 900px;
}

.puma20-source-list h2 {
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -.035em;
    margin: 0 0 24px;
}

.puma20-stories {
    display: grid;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.puma20-story {
    margin: 0;
}

.puma20-story__link {
    align-items: stretch;
    background: var(--puma20-paper);
    border: 1px solid var(--puma20-line);
    border-radius: 14px;
    box-shadow: var(--puma20-shadow);
    color: var(--puma20-ink);
    display: flex;
    gap: 0;
    overflow: hidden;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.puma20-story__link:hover,
.puma20-story__link:focus-visible {
    border-color: var(--puma20-red);
    box-shadow: var(--puma20-shadow-lift);
    transform: translateY(-2px);
}

.puma20-story__thumb {
    flex: 0 0 clamp(96px, 22vw, 168px);
    overflow: hidden;
    position: relative;
}

.puma20-story__thumb img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.puma20-story__body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: clamp(14px, 2.5vw, 22px);
    min-width: 0;
    padding: clamp(16px, 2.5vw, 22px) clamp(16px, 2.5vw, 24px);
}

.puma20-story__rank {
    align-items: center;
    background: var(--puma20-red-tint);
    border-radius: 12px;
    color: var(--puma20-red);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 800;
    height: clamp(44px, 7vw, 56px);
    justify-content: center;
    letter-spacing: -.03em;
    width: clamp(44px, 7vw, 56px);
}

.puma20-story__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.puma20-story__title {
    font-size: clamp(18px, 2.4vw, 25px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.18;
}

.puma20-story__cta {
    color: var(--puma20-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}

.puma20-story__link:hover .puma20-story__title,
.puma20-story__link:focus-visible .puma20-story__title {
    color: var(--puma20-red);
}

.puma20-story__link:hover .puma20-story__rank,
.puma20-story__link:focus-visible .puma20-story__rank {
    background: var(--puma20-red);
    color: #fff;
}

.puma20-story__link:focus-visible,
.puma20-card a:focus-visible,
.puma20-home__link:focus-visible {
    outline: 3px solid var(--puma20-red);
    outline-offset: 3px;
}

/* --- Watch footer ---------------------------------------------------- */
.puma20-watch__footer {
    border-top: 1px solid var(--puma20-line);
    color: var(--puma20-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 14px 24px;
    justify-content: space-between;
    margin: 56px auto 0;
    max-width: 900px;
    padding-top: 22px;
}

.puma20-watch__footer a {
    color: var(--puma20-red);
    font-weight: 700;
}

/* --- Archive hero + grid --------------------------------------------- */
.puma20-archive__hero {
    border-left: 10px solid var(--puma20-red);
    margin-bottom: clamp(42px, 7vw, 84px);
    padding-left: clamp(22px, 4vw, 48px);
}

.puma20-archive__hero p:last-child {
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.45;
    margin: 28px 0 0;
    max-width: 760px;
}

.puma20-grid {
    display: grid;
    gap: 32px 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.puma20-card {
    background: var(--puma20-paper);
    border: 1px solid var(--puma20-line);
    border-radius: 14px;
    box-shadow: var(--puma20-shadow);
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.puma20-card:hover {
    border-color: var(--puma20-red);
    box-shadow: var(--puma20-shadow-lift);
    transform: translateY(-3px);
}

.puma20-card a {
    color: var(--puma20-ink);
    display: block;
    text-decoration: none;
}

.puma20-card__media {
    background: var(--puma20-ink);
    display: block;
    position: relative;
}

.puma20-card__media img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.puma20-card__placeholder {
    align-items: center;
    aspect-ratio: 16 / 9;
    color: rgba(255, 255, 255, .35);
    display: flex;
    font-size: 30px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    width: 100%;
}

.puma20-card__play {
    background: rgba(224, 0, 22, .92);
    border-radius: 50%;
    bottom: 12px;
    height: 44px;
    left: 12px;
    position: absolute;
    width: 44px;
}

.puma20-card__play::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    content: "";
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.puma20-card__copy {
    display: block;
    padding: 16px 18px 20px;
}

.puma20-card time,
.puma20-card__cta {
    color: var(--puma20-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.puma20-card h2 {
    font-size: 22px;
    letter-spacing: -.025em;
    line-height: 1.14;
    margin: 8px 0 14px;
}

.puma20-card__cta {
    color: var(--puma20-red);
}

.puma20-card a:hover h2 {
    color: var(--puma20-red);
}

.puma20-pagination,
.puma20-empty {
    margin-top: 54px;
}

/* --- Homepage teaser ------------------------------------------------- */
.puma20-home {
    background: var(--puma20-ink);
    border-bottom: 8px solid var(--puma20-red);
    color: #fff;
    font-family: "proxima_nova", "Helvetica Neue", Arial, sans-serif;
    margin: 0 auto;
    max-width: 1240px;
}

.puma20-home__link {
    align-items: center;
    color: inherit;
    display: grid;
    gap: clamp(18px, 4vw, 48px);
    grid-template-columns: minmax(180px, 36%) 1fr;
    padding: clamp(16px, 3vw, 34px);
    text-decoration: none;
}

.puma20-home__image {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.puma20-home__copy {
    display: flex;
    flex-direction: column;
}

.puma20-home__brand {
    align-self: flex-start;
    background: #fff;
    border-radius: 6px;
    display: inline-flex;
    padding: 8px 10px;
    width: min(100%, 260px);
}

.puma20-home__brandmark {
    display: block;
    height: auto;
    width: 100%;
}

.puma20-home__acronym {
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin-top: 14px;
}

.puma20-home__acronym strong {
    color: #ff5a67;
    font-weight: 800;
}

.puma20-home__tagline {
    color: #fff;
    font-size: clamp(14px, 1.7vw, 17px);
    font-weight: 700;
    margin-top: 10px;
}

/* --- Responsive ------------------------------------------------------ */
@media (max-width: 980px) {
    .puma20-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .puma20-audio,
    .puma20-home__link {
        grid-template-columns: 1fr;
    }

    .puma20-grid {
        grid-template-columns: 1fr;
    }

    .puma20-player {
        max-width: min(468px, 100%);
    }

    .puma20-story__body {
        gap: 12px;
    }

    .puma20-brandmark {
        width: 200px;
    }

    .puma20-home__brand {
        width: 220px;
    }
}

@media (max-width: 440px) {
    .puma20-story__thumb {
        flex-basis: 88px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .puma20-watch *,
    .puma20-archive *,
    .puma20-home * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
