:root {
    --tr-ink: #171728;
    --tr-crimson: #c63b2f;
    --tr-crimson-deep: #94271f;
    --tr-gold: #d8ab4a;
    --tr-sand: #f5f0e8;
    --tr-mist: #edf2f7;
    --tr-line: rgba(23, 23, 40, 0.11);
    --tr-shadow: 0 20px 55px rgba(23, 23, 40, 0.09);
}

.tr-container {
    width: min(1400px, calc(100% - 6rem));
    margin-inline: auto;
}

.tr-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 74% 30%, rgba(198, 59, 47, 0.2), transparent 32%),
        linear-gradient(125deg, #121222 0%, #19182c 56%, #251820 100%);
}

.tr-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image: radial-gradient(circle, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(to right, #000, transparent 80%);
}

.tr-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}

.tr-hero__glow--one {
    width: 360px;
    height: 360px;
    right: 7%;
    top: -180px;
    background: rgba(216, 171, 74, 0.1);
}

.tr-hero__glow--two {
    width: 260px;
    height: 260px;
    left: -100px;
    bottom: -130px;
    background: rgba(198, 59, 47, 0.12);
}

.tr-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
    align-items: center;
    gap: 5rem;
    padding-block: 4.5rem;
}

.tr-eyebrow,
.tr-section-head__kicker {
    display: block;
    color: #e7b95c;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tr-hero h1 {
    max-width: 780px;
    margin: 1rem 0 1.2rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(3.8rem, 7vw, 7.5rem);
    font-weight: 900;
    line-height: .88;
    letter-spacing: -.055em;
}

.tr-hero h1 em {
    color: #e49a91;
    font-weight: 700;
}

.tr-hero__copy > p {
    max-width: 680px;
    color: rgba(255,255,255,.65);
    font-size: 1.08rem;
    line-height: 1.8;
}

.tr-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.tr-hero__stats div {
    min-width: 125px;
    padding: .75rem 1rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 1rem;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
}

.tr-hero__stats strong,
.tr-hero__stats span {
    display: block;
}

.tr-hero__stats strong {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
}

.tr-hero__stats span {
    margin-top: .15rem;
    color: rgba(255,255,255,.48);
    font-size: .7rem;
}

.tr-hero__visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
}

.tr-trophy {
    position: relative;
    z-index: 3;
    width: 210px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50% 50% 1.75rem 1.75rem;
    background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 35px 80px rgba(0,0,0,.25);
    backdrop-filter: blur(18px);
}

.tr-trophy::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 130px;
    height: 28px;
    border-radius: 1rem 1rem .4rem .4rem;
    background: linear-gradient(90deg, #9a6424, #dfb95d, #9a6424);
}

.tr-trophy span {
    color: #efc56c;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 8rem;
    line-height: .8;
    text-shadow: 0 8px 35px rgba(216,171,74,.25);
}

.tr-trophy small {
    margin-top: 1rem;
    color: rgba(255,255,255,.6);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tr-orbit {
    position: absolute;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
}

.tr-orbit--one { width: 380px; height: 380px; }
.tr-orbit--two { width: 300px; height: 300px; border-color: rgba(216,171,74,.16); }

.tr-float {
    position: absolute;
    z-index: 4;
    padding: .65rem 1rem;
    color: rgba(255,255,255,.78);
    font-size: .72rem;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 2rem;
    background: rgba(10,10,24,.64);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    backdrop-filter: blur(12px);
}

.tr-float--top { top: 2%; left: 5%; }
.tr-float--right { top: 42%; right: 0; }
.tr-float--bottom { bottom: 3%; left: 7%; }

.tr-index {
    padding-block: 3rem 5rem;
}

.tr-categories {
    display: flex;
    gap: .7rem;
    padding: .8rem;
    margin-top: -5.1rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 4;
    overflow-x: auto;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 1.3rem;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 45px rgba(23,23,40,.12);
    backdrop-filter: blur(16px);
    scrollbar-width: none;
}

.tr-categories::-webkit-scrollbar { display: none; }

.tr-category {
    min-width: 130px;
    min-height: 70px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .6rem;
    padding: .8rem 1rem;
    color: #555463;
    text-decoration: none;
    border-radius: .9rem;
    transition: .2s ease;
}

.tr-category > span { font-size: 1.15rem; }
.tr-category strong { font-size: .78rem; white-space: nowrap; }
.tr-category small {
    min-width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    color: #7c7b86;
    font-size: .67rem;
    border-radius: 50%;
    background: #f0eef0;
}

.tr-category:hover,
.tr-category.is-active {
    color: #fff;
    background: var(--tr-ink);
    transform: translateY(-2px);
}

.tr-category.is-active small,
.tr-category:hover small {
    color: #fff;
    background: rgba(255,255,255,.14);
}

.tr-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.8rem;
}

.tr-section-head__kicker { color: var(--tr-crimson); }

.tr-section-head h2 {
    margin-top: .45rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.05;
}

.tr-section-head > p {
    max-width: 380px;
    color: #74737e;
    font-size: .85rem;
    line-height: 1.6;
    text-align: right;
}

.tr-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.tr-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--tr-line);
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 10px 35px rgba(23,23,40,.055);
    transition: transform .25s ease, box-shadow .25s ease;
}

.tr-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--tr-shadow);
}

.tr-card--featured { grid-column: span 2; }

.tr-card__visual {
    position: relative;
    height: 205px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background:
        radial-gradient(circle at 75% 20%, rgba(231,185,92,.38), transparent 29%),
        linear-gradient(135deg, #24223b, #6d2629 100%);
}

.tr-card--featured .tr-card__visual { height: 245px; }

.tr-card__visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,20,.62), transparent 62%);
}

.tr-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.tr-card:hover .tr-card__visual img { transform: scale(1.035); }

.tr-card__number {
    position: absolute;
    right: .9rem;
    bottom: -.3rem;
    z-index: 2;
    color: rgba(255,255,255,.1);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
}

.tr-card__icon {
    position: absolute;
    left: 1.2rem;
    bottom: 1.05rem;
    z-index: 3;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 1rem;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
}

.tr-card__featured {
    position: absolute;
    left: 1.2rem;
    top: 1.2rem;
    z-index: 3;
    padding: .4rem .75rem;
    color: #2b2212;
    font-size: .6rem;
    font-weight: 900;
    letter-spacing: .1em;
    border-radius: 2rem;
    background: #efc56c;
}

.tr-card__body { padding: 1.35rem; }

.tr-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #8a8992;
    font-size: .66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.tr-card h3 {
    margin: .8rem 0 .65rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.15;
}

.tr-card h3 a { color: var(--tr-ink); text-decoration: none; }

.tr-card__body > p {
    min-height: 4.35em;
    color: #6c6b76;
    font-size: .82rem;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tr-card__preview {
    display: grid;
    gap: .42rem;
    margin: 1.15rem 0 0;
    padding: 0;
    list-style: none;
}

.tr-card__preview li {
    display: grid;
    grid-template-columns: 26px 1fr auto;
    align-items: center;
    gap: .55rem;
    padding: .48rem .62rem;
    border-radius: .65rem;
    background: #f7f6f4;
}

.tr-card__preview li > span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: .66rem;
    font-weight: 800;
    border-radius: 50%;
    background: var(--tr-crimson);
}

.tr-card__preview strong { font-size: .73rem; }
.tr-card__preview small { color: #777681; font-size: .65rem; }

.tr-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.2rem;
    padding-top: 1rem;
    color: var(--tr-crimson);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
    border-top: 1px solid #eeece8;
}

.tr-card__link span { transition: transform .2s ease; }
.tr-card__link:hover span { transform: translateX(4px); }

.tr-empty {
    padding: 5rem 2rem;
    text-align: center;
    border: 1px dashed rgba(23,23,40,.2);
    border-radius: 1.5rem;
    background: rgba(255,255,255,.45);
}

.tr-empty > span { font-size: 3rem; }
.tr-empty h2 { margin: 1rem 0 .5rem; font-family: 'Playfair Display', Georgia, serif; }
.tr-empty p { color: #777681; }

.tr-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.tr-pagination--desktop { display: none; }

.tr-pagination a,
.tr-pagination > span,
.tr-pagination strong {
    padding: .65rem 1rem;
    border-radius: .7rem;
    font-size: .78rem;
}

.tr-pagination a { color: #fff; text-decoration: none; background: var(--tr-ink); }
.tr-pagination strong { background: #fff; }
.tr-pagination .is-disabled { color: #aaa; background: rgba(255,255,255,.5); }

@media (min-width: 801px) {
    .tr-pagination--mobile { display: none; }
    .tr-pagination--desktop {
        display: flex;
        gap: .8rem;
    }

    .tr-pagination--desktop .tr-page {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: transparent;
        color: var(--tr-ink);
        font-size: 1rem;
        font-weight: 800;
        text-decoration: none;
        transition: color .2s ease, background .2s ease, transform .2s ease;
    }

    .tr-pagination--desktop a.tr-page:hover {
        color: var(--tr-crimson);
        background: rgba(198,59,47,.1);
        transform: translateY(-1px);
    }

    .tr-pagination--desktop .tr-page.is-active {
        min-width: 56px;
        height: 56px;
        background: var(--tr-crimson);
        color: #fff;
        font-size: 1.05rem;
        box-shadow: 0 8px 18px rgba(198,59,47,.28);
    }

    .tr-pagination--desktop .tr-page--ellipsis {
        min-width: 28px;
        color: #777681;
    }

    .tr-page-jump {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 112px;
        height: 50px;
        padding: 0 1rem;
        border: 1.5px solid #d8d8dc;
        border-radius: 999px;
        background: #fff;
    }

    .tr-page-jump__input {
        width: 100%;
        border: 0;
        outline: 0;
        appearance: none;
        -webkit-appearance: none;
        background: transparent;
        color: #777681;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
    }

    .tr-page-jump__input::placeholder { color: #a4a4aa; opacity: 1; }
    .tr-page-jump:focus-within {
        border-color: var(--tr-crimson);
        box-shadow: 0 0 0 3px rgba(198,59,47,.12);
    }
}

/* Detail */
.tr-detail-hero {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 30%, rgba(216,171,74,.18), transparent 28%),
        linear-gradient(125deg, #121222, #261a24);
}

.tr-detail-hero__image,
.tr-detail-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tr-detail-hero__image { object-fit: cover; }
.tr-detail-hero__shade { background: linear-gradient(90deg, rgba(15,15,29,.98) 10%, rgba(15,15,29,.82) 58%, rgba(15,15,29,.5)); }

.tr-detail-hero__inner {
    position: relative;
    z-index: 2;
    padding-block: 2rem 4.5rem;
}

.tr-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 3rem;
    color: rgba(255,255,255,.4);
    font-size: .7rem;
}

.tr-breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; }
.tr-breadcrumb a:hover { color: #fff; }

.tr-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: end;
    gap: 4rem;
}

.tr-detail-category {
    display: inline-flex;
    padding: .42rem .8rem;
    color: #f2c96d;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
    border: 1px solid rgba(242,201,109,.3);
    border-radius: 2rem;
    background: rgba(242,201,109,.08);
}

.tr-detail-hero h1 {
    max-width: 900px;
    margin: 1rem 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.6rem, 5.5vw, 5rem);
    line-height: .98;
    letter-spacing: -.035em;
}

.tr-detail-hero__grid > div:first-child > p {
    max-width: 760px;
    color: rgba(255,255,255,.62);
    line-height: 1.75;
}

.tr-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 1.5rem;
    color: rgba(255,255,255,.5);
    font-size: .72rem;
}

.tr-detail-rank-mark {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: end;
    opacity: .8;
}

.tr-detail-rank-mark > span { color: #e8bc62; font-family: 'Playfair Display', Georgia, serif; font-size: 2.8rem; }
.tr-detail-rank-mark > strong { color: rgba(255,255,255,.12); font-family: 'Playfair Display', Georgia, serif; font-size: 9rem; line-height: .8; }
.tr-detail-rank-mark > small { grid-column: 1 / -1; color: rgba(255,255,255,.35); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }

.tr-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: start;
    gap: 2.5rem;
    padding-block: 3.5rem 5rem;
}

.tr-section-head--detail { align-items: center; }
.tr-section-head--detail h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }

.tr-ranking-list {
    display: grid;
    gap: .8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tr-ranking-item {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 70px 78px minmax(0, 1fr) minmax(125px, auto) 42px;
    align-items: center;
    gap: 1rem;
    padding: .9rem 1rem;
    overflow: hidden;
    border: 1px solid var(--tr-line);
    border-radius: 1rem;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tr-ranking-item:hover {
    transform: translateX(4px);
    border-color: rgba(198,59,47,.3);
    box-shadow: 0 12px 30px rgba(23,23,40,.07);
}

.tr-ranking-item--top {
    background: linear-gradient(90deg, rgba(216,171,74,.1), #fff 36%);
}

.tr-ranking-item__position {
    min-height: 64px;
    display: grid;
    place-items: center;
    align-content: center;
    color: #aaa7a1;
    border-right: 1px solid #ece9e2;
}

.tr-ranking-item__position span { color: var(--tr-gold); font-size: .7rem; }
.tr-ranking-item__position strong { font-family: 'Playfair Display', Georgia, serif; font-size: 2.1rem; line-height: 1; }
.tr-ranking-item--top .tr-ranking-item__position strong { color: var(--tr-crimson); }

.tr-ranking-item__image {
    width: 78px;
    height: 66px;
    object-fit: cover;
    border-radius: .75rem;
}

.tr-ranking-item__image--fallback {
    display: grid;
    place-items: center;
    font-size: 1.65rem;
    background: linear-gradient(145deg, #f0e9dc, #f7f5f1);
}

.tr-ranking-item__label {
    color: var(--tr-crimson);
    font-size: .56rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.tr-ranking-item__content h3 {
    margin: .2rem 0 .25rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
}

.tr-ranking-item__content p {
    color: #73717b;
    font-size: .74rem;
    line-height: 1.5;
}

.tr-ranking-item__value { text-align: right; }
.tr-ranking-item__value strong { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; white-space: nowrap; }
.tr-ranking-item__value span { color: #85838d; font-size: .65rem; }

.tr-ranking-item__go {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    background: var(--tr-ink);
    transition: background .2s ease;
}

.tr-ranking-item__go:hover { background: var(--tr-crimson); }

.tr-article-content {
    margin-top: 2.5rem;
    padding: 2.2rem;
    color: #45434d;
    line-height: 1.85;
    border: 1px solid var(--tr-line);
    border-radius: 1.25rem;
    background: #fff;
}

.tr-article-content h2,
.tr-article-content h3 {
    margin: 1.7rem 0 .7rem;
    color: var(--tr-ink);
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1.2;
}

.tr-article-content h2:first-child,
.tr-article-content h3:first-child { margin-top: 0; }
.tr-article-content p + p { margin-top: 1rem; }
.tr-article-content ul, .tr-article-content ol { margin: 1rem 0 1rem 1.4rem; }
.tr-article-content img { display: block; max-width: 100%; height: auto; margin: 1.5rem auto; border-radius: 1rem; }

.tr-source-box {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.3rem;
    border: 1px solid rgba(33,128,86,.18);
    border-radius: 1rem;
    background: #f0f8f4;
}

.tr-source-box__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;
    background: #278760;
}

.tr-source-box span { color: #278760; font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.tr-source-box h2 { margin: .2rem 0; font-size: .9rem; }
.tr-source-box p { color: #66736c; font-size: .72rem; line-height: 1.5; }
.tr-source-box > a { padding: .6rem .8rem; color: #fff; font-size: .68rem; font-weight: 800; text-decoration: none; border-radius: .6rem; background: #278760; }

.tr-detail-aside {
    position: sticky;
    top: 5.5rem;
    display: grid;
    gap: .8rem;
}

.tr-aside-card {
    padding: 1.5rem;
    color: #fff;
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 80% 20%, rgba(216,171,74,.25), transparent 32%),
        var(--tr-ink);
}

.tr-aside-card__eyebrow { color: #d9ad54; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.tr-aside-card > strong { display: block; margin-top: .7rem; font-family: 'Playfair Display', Georgia, serif; font-size: 4rem; line-height: 1; }
.tr-aside-card > p { margin-top: .3rem; color: rgba(255,255,255,.5); font-size: .75rem; }
.tr-aside-card__line { height: 1px; margin: 1.2rem 0; background: rgba(255,255,255,.1); }
.tr-aside-card > small { color: rgba(255,255,255,.62); }

.tr-aside-back {
    padding: .8rem;
    color: var(--tr-ink);
    font-size: .75rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--tr-line);
    border-radius: .8rem;
    background: #fff;
}

.tr-related {
    padding-block: 4rem;
    border-top: 1px solid var(--tr-line);
    background: #eceff4;
}

.tr-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }

.tr-related-card {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: .8rem;
    padding: 1.2rem;
    color: var(--tr-ink);
    text-decoration: none;
    border: 1px solid var(--tr-line);
    border-radius: 1rem;
    background: #fff;
    transition: .2s ease;
}

.tr-related-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(23,23,40,.08); }
.tr-related-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: .8rem; background: #f2eee8; }
.tr-related-card small, .tr-related-card strong { display: block; }
.tr-related-card small { margin-bottom: .25rem; color: #85838d; font-size: .62rem; }
.tr-related-card strong { font-family: 'Playfair Display', Georgia, serif; font-size: .95rem; line-height: 1.25; }
.tr-related-card b { color: var(--tr-crimson); }

@media (max-width: 1100px) {
    .tr-container { width: min(100% - 3rem, 1400px); }
    .tr-hero__inner { grid-template-columns: 1fr 380px; gap: 2.5rem; }
    .tr-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tr-card--featured { grid-column: span 1; }
    .tr-card--featured .tr-card__visual { height: 205px; }
    .tr-detail-layout { grid-template-columns: minmax(0, 1fr) 230px; gap: 1.5rem; }
    .tr-ranking-item { grid-template-columns: 55px 64px minmax(0, 1fr) auto 38px; gap: .75rem; }
    .tr-ranking-item__image { width: 64px; height: 58px; }
}

@media (max-width: 800px) {
    .tr-container { width: min(100% - 2rem, 1400px); }
    .tr-hero, .tr-hero__inner { min-height: auto; }
    .tr-hero__inner { grid-template-columns: 1fr; padding-block: 3.5rem 7rem; }
    .tr-hero__visual { display: none; }
    .tr-hero h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
    .tr-categories { margin-top: -4.2rem; margin-bottom: 3rem; }
    .tr-section-head { align-items: start; flex-direction: column; gap: .7rem; }
    .tr-section-head > p { text-align: left; }
    .tr-card-grid { grid-template-columns: 1fr; }
    .tr-card__body > p { min-height: 0; }
    .tr-detail-hero__grid { grid-template-columns: 1fr; }
    .tr-detail-rank-mark { display: none; }
    .tr-detail-layout { grid-template-columns: 1fr; }
    .tr-detail-aside { position: static; grid-template-columns: 1fr 1fr; }
    .tr-related__grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .tr-index { padding-block: 2rem 4rem; }
    .tr-hero__inner { padding-top: 3rem; }
    .tr-hero__copy > p { font-size: .95rem; }
    .tr-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; }
    .tr-hero__stats div { min-width: 0; padding: .65rem .55rem; }
    .tr-hero__stats strong { font-size: 1.15rem; }
    .tr-category { min-width: 118px; min-height: 62px; padding: .65rem .8rem; }
    .tr-card__visual, .tr-card--featured .tr-card__visual { height: 185px; }
    .tr-detail-hero { min-height: 410px; }
    .tr-detail-hero__inner { padding-block: 1.3rem 3rem; }
    .tr-breadcrumb { margin-bottom: 2.2rem; }
    .tr-ranking-item {
        grid-template-columns: 44px 52px minmax(0, 1fr);
        gap: .65rem;
        padding: .75rem;
    }
    .tr-ranking-item__position { min-height: 54px; }
    .tr-ranking-item__position strong { font-size: 1.6rem; }
    .tr-ranking-item__image { width: 52px; height: 52px; }
    .tr-ranking-item__content h3 { font-size: 1rem; }
    .tr-ranking-item__content p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .tr-ranking-item__value { grid-column: 2 / 4; padding-top: .55rem; text-align: left; border-top: 1px solid #eeeae3; }
    .tr-ranking-item__value strong, .tr-ranking-item__value span { display: inline; }
    .tr-ranking-item__value strong { margin-right: .35rem; font-size: 1.15rem; }
    .tr-ranking-item__go { position: absolute; right: .7rem; bottom: .62rem; width: 34px; height: 34px; }
    .tr-article-content { padding: 1.35rem; }
    .tr-source-box { grid-template-columns: 42px 1fr; }
    .tr-source-box__icon { width: 40px; height: 40px; }
    .tr-source-box > a { grid-column: 1 / -1; text-align: center; }
    .tr-detail-aside { grid-template-columns: 1fr; }
}
