.ft-homepage {
    --ft-bg: #fff1e5;
    --ft-border: #cec1b2;
    --ft-text: #121212;
    --ft-muted: #666;
    --ft-primary: #0a2463;
    --ft-card-radius: 8px;

    background: var(--ft-bg);
    color: var(--ft-text);
    padding: 16px 0 30px;
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* Mobile hybrid final: first story hero + remaining compact left-text right-image */
@media (max-width: 991px) {
    .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        counter-reset: none !important;
    }

    .ft-stream-section .news-grid .ft-stream-item,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 1),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 3),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 4) {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        position: static !important;
        grid-column: auto !important;
    }

    /* First item stays as a large card */
    .ft-stream-section .news-grid .ft-stream-item:first-child {
        display: flex !important;
        flex-direction: column;
        border-radius: 20px !important;
        overflow: hidden;
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
        margin-bottom: 12px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-wrapper {
        border-radius: 0 !important;
        border: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image {
        width: 100% !important;
        height: 46vw !important;
        min-height: 182px !important;
        max-height: 236px !important;
        object-fit: cover !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-body {
        position: static !important;
        margin: 0 !important;
        padding: 12px 12px 11px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title,
    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title a {
        color: #111827 !important;
        font-size: 18px !important;
        line-height: 1.38 !important;
        margin: 0 0 6px !important;
        -webkit-line-clamp: 2;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-excerpt {
        display: -webkit-box !important;
        margin: 0 0 6px !important;
        color: #5b6475 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        -webkit-line-clamp: 2;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-meta {
        display: flex !important;
        gap: 8px;
        font-size: 11px !important;
        color: #7b8496 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child::after {
        content: none !important;
        display: none !important;
    }

    /* All items after first: compact list */
    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 100px !important;
        column-gap: 12px !important;
        align-items: start !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100px !important;
        height: 74px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        margin: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 12px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image {
        width: 100% !important;
        height: 74px !important;
        min-height: 74px !important;
        max-height: 74px !important;
        object-fit: cover !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        min-width: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        margin: 0 0 5px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        color: #1a1a1a !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.42 !important;
        color: rgba(0, 0, 0, 0.55) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2)::after {
        display: none !important;
        content: none !important;
    }
}

/* Keyword filter bar */
.ft-homepage .ft-filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 2px 0 14px;
    padding: 8px 10px;
    border: 1px solid #d7dde6;
    border-radius: 10px;
    background: #f7fafc;
}

.ft-homepage .ft-filter-label {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #5b6673;
}

.ft-homepage .ft-filter-keyword {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e3a8a;
}

.ft-homepage .ft-filter-meta {
    font-size: 12px;
    line-height: 1.2;
    color: #3f4b59;
}

.ft-homepage .ft-filter-clear {
    margin-left: auto;
    font-size: 12px;
    line-height: 1.2;
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 991px) {
    .ft-homepage .ft-filter-bar {
        margin: 4px 0 12px;
        padding: 8px 9px;
        gap: 8px;
    }

    .ft-homepage .ft-filter-clear {
        margin-left: 0;
    }
}

/* Keyword-only page mode: keep only filtered results on screen */
.ft-homepage.ft-keyword-page .ft-top-grid,
.ft-homepage.ft-keyword-page .ft-trio-grid,
.ft-homepage.ft-keyword-page .ft-mobile-ticker-module,
.ft-homepage.ft-keyword-page .ft-mobile-market-module,
.ft-homepage.ft-keyword-page .ft-main > .pagination,
.ft-homepage.ft-keyword-page .ft-latest-hub > .ft-latest-rail,
.ft-homepage.ft-keyword-page .ft-rail {
    display: none !important;
}

.ft-homepage.ft-keyword-page .ft-latest-hub {
    display: block !important;
    margin-top: 0 !important;
}

.ft-homepage.ft-keyword-page .ft-latest-hub .ft-latest-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    /* Mobile night-mode readability fix for Latest Reports */
    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:first-child {
        background: #273343 !important;
        box-shadow: none !important;
    }

    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title,
    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title a,
    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        color: #eef4fd !important;
    }

    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-excerpt,
    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        color: #cdd9e8 !important;
    }

    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-meta {
        color: #b8c7db !important;
    }

    html.ft-night-mode .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        border-bottom-color: rgba(126, 154, 189, 0.34) !important;
    }
}

/* Desktop premium layout for latest reports: featured + duo + compact list */
@media (min-width: 992px) {
    .ft-stream-section {
        margin-top: 12px;
    }

    .ft-stream-section .ft-block-title {
        border-top: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
        padding: 0 0 10px;
        margin-bottom: 14px;
        font-size: 18px;
        letter-spacing: 0.01em;
        text-transform: none;
        color: rgba(15, 23, 42, 0.94);
    }

    .ft-stream-section .news-grid.ft-stream-list {
        display: grid !important;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 18px 18px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item {
        grid-column: 1 / -1;
        display: grid !important;
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
        align-items: stretch;
        border: 0 !important;
        border-radius: 20px !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07) !important;
        overflow: hidden;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-image-link,
    .ft-stream-section .news-grid .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 0 !important;
        overflow: hidden;
        margin: 0 !important;
        width: 100%;
        height: 100%;
        box-shadow: none !important;
        background: #edf1f6;
    }

    .ft-stream-section .news-grid .ft-stream-image {
        width: 100%;
        height: 100%;
        min-height: 278px;
        max-height: 278px;
        object-fit: cover;
        display: block;
    }

    .ft-stream-section .news-grid .ft-stream-body {
        min-width: 0;
        margin: 0 !important;
        padding: 16px 18px !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-title {
        margin: 0 0 8px !important;
        font-size: 25px !important;
        line-height: 1.28 !important;
        font-weight: 800 !important;
        color: rgba(0, 0, 0, 0.9) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 0 8px !important;
        font-size: 14px !important;
        line-height: 1.58 !important;
        color: rgba(15, 23, 42, 0.62) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-stream-section .news-grid .ft-stream-meta {
        margin-top: 6px;
        gap: 9px;
        font-size: 12px;
        color: rgba(15, 23, 42, 0.45);
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(2),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(3) {
        grid-column: span 6;
        display: flex !important;
        flex-direction: column;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(2) .ft-stream-image,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(3) .ft-stream-image {
        min-height: 194px;
        max-height: 194px;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(2) .ft-stream-title,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(3) .ft-stream-title {
        font-size: 19px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) {
        grid-column: 1 / -1;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 216px;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4):last-child {
        border-bottom: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-image-link {
        grid-column: 2;
        grid-row: 1;
        border-radius: 14px !important;
        height: 108px;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-image-wrapper {
        border-radius: 14px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-image {
        min-height: 108px;
        max-height: 108px;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-body {
        grid-column: 1;
        grid-row: 1;
        padding: 0 14px 0 0 !important;
        align-self: center;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-title {
        font-size: 19px !important;
        margin-bottom: 6px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-excerpt {
        -webkit-line-clamp: 1;
        margin-bottom: 4px !important;
    }
}

/* Desktop latest reports: compact left-text right-image layout */
@media (min-width: 992px) {
    .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(180px, 35%) !important;
        column-gap: 14px !important;
        align-items: start !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        content-visibility: auto;
        contain-intrinsic-size: 126px;
    }

    .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        box-shadow: none !important;
        background: #e8edf2 !important;
    }

    .ft-stream-section .news-grid .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-image {
        width: 100% !important;
        height: 96px !important;
        min-height: 96px !important;
        max-height: 96px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .ft-stream-section .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-title {
        margin: 0 0 6px !important;
        font-size: 18px !important;
        line-height: 1.36 !important;
        font-weight: 700 !important;
        color: rgba(0, 0, 0, 0.9) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        color: rgba(0, 0, 0, 0.52) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-meta {
        margin-top: 5px !important;
        gap: 8px !important;
        font-size: 12px !important;
        color: rgba(0, 0, 0, 0.4) !important;
    }
}

.ft-homepage h1,
.ft-homepage h2,
.ft-homepage h3,
.ft-homepage h4,
.ft-homepage h5,
.ft-homepage h6 {
    line-height: 1.25 !important;
}

.ft-homepage .hover-image-opacity img[loading="lazy"],
.ft-homepage .hover-image-opacity img {
    opacity: 1 !important;
}

.ft-homepage .hover-image-opacity figure::before {
    display: none;
}

@keyframes ft-skeleton-shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.ft-refreshing {
    position: relative;
    overflow: hidden;
}

.ft-refreshing > * {
    opacity: 0.54;
}

.ft-refreshing::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
    animation: ft-skeleton-shimmer 1.1s linear infinite;
    pointer-events: none;
}

.ft-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(340px, 0.95fr);
    gap: 22px;
    align-items: start;
}

.ft-main {
    min-width: 0;
}

.ft-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    border-bottom: 1px solid var(--ft-border);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.ft-lead-story,
.ft-mid-story,
.ft-trio-card,
.ft-stream-item,
.ft-rail-item,
.ft-rail-module {
    min-width: 0;
}

.ft-lead-image-wrapper,
.ft-mid-image-wrapper,
.ft-trio-image-wrapper,
.ft-stream-image-wrapper,
.ft-promo-image-wrapper {
    margin: 0;
    overflow: hidden;
    border: 1px solid #d2c6b7;
    background: #ddd;
    border-radius: var(--ft-card-radius);
}

.ft-lead-image {
    width: 100%;
    height: 410px;
    object-fit: cover;
    display: block;
}

.ft-lead-meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 8px;
    color: #8a7f73;
    font-size: 12px;
}

.ft-topic {
    color: #b51f4a;
    font-weight: 700;
}

.ft-lead-title {
    margin: 0 0 8px;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(28px, 2.35vw, 40px);
    line-height: 1.18;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ft-lead-title a,
.ft-mid-title a,
.ft-trio-title a,
.ft-stream-title a,
.ft-promo-title a {
    color: var(--ft-text);
    text-decoration: none;
}

.ft-lead-title a:hover,
.ft-mid-title a:hover,
.ft-trio-title a:hover,
.ft-stream-title a:hover,
.ft-promo-title a:hover,
.ft-rail-link:hover {
    color: var(--ft-primary);
}

.ft-lead-excerpt {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.ft-follow-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #b51f4a;
    color: #b51f4a;
    border-radius: 999px;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-mid-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ft-mid-story {
    border-bottom: 1px solid var(--ft-border);
    padding-bottom: 12px;
}

.ft-mid-story:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ft-mid-image {
    width: 100%;
    height: 188px;
    object-fit: cover;
    display: block;
}

.ft-mid-title {
    margin: 8px 0 6px;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.24;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Top-right key cards should show full title without ellipsis truncation. */
.ft-top-grid .ft-mid-title {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
}

.ft-mid-excerpt {
    margin: 0 0 6px;
    color: var(--ft-muted);
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.ft-mid-time {
    color: #8a7f73;
    font-size: 12px;
}

@media (min-width: 992px) {
    .ft-top-grid .ft-lead-story,
    .ft-top-grid .ft-mid-story,
    .ft-top-grid .ft-mid-story:last-child {
        border: 1px solid #dbcfbf;
        background: #f9f1e7;
        padding: 8px;
        border-radius: var(--ft-card-radius);
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .ft-top-grid .ft-lead-story:hover,
    .ft-top-grid .ft-mid-story:hover,
    .ft-top-grid .ft-lead-story:focus-within,
    .ft-top-grid .ft-mid-story:focus-within {
        border-color: #bfae97;
        transform: translateY(-1px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }
}

.ft-trio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
    border-bottom: 1px solid var(--ft-border);
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.ft-trio-card {
    display: flex;
    flex-direction: column;
}

.ft-trio-image {
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;
}

.ft-trio-topic-row {
    margin: 8px 0 6px;
    min-height: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ft-trio-time {
    margin-left: auto;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.ft-trio-title {
    margin: 0;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(17px, 1.2vw, 23px) !important;
    line-height: 1.3;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

.ft-trio-short-note {
    margin: 4px 0 0;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.3;
}

.ft-block-title {
    margin: 0;
    padding: 8px 0;
    border-top: 3px solid #111;
    border-bottom: 1px solid var(--ft-border);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ft-stream-list {
    display: flex;
    flex-direction: column;
}

.ft-stream-section {
    margin-top: 8px;
    clear: both;
}

.ft-stream-item {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--ft-border);
    content-visibility: auto;
    contain-intrinsic-size: 160px;
}

.ft-stream-image {
    width: 100%;
    height: 144px;
    object-fit: cover;
    display: block;
}

.ft-stream-title {
    margin: 0 0 6px;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(17px, 1.2vw, 22px) !important;
    line-height: 1.34;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ft-stream-excerpt {
    margin: 0 0 6px;
    color: var(--ft-muted);
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.ft-stream-body {
    min-width: 0;
}

.ft-stream-meta {
    display: flex;
    gap: 10px;
    color: #8a7f73;
    font-size: 12px;
}

.ft-rail {
    border-left: 1px solid #d7cabc;
    padding-left: 16px;
    position: sticky;
    top: 10px;
    align-self: start;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: none;
    scrollbar-color: #cabba9 #efe5d9;
}

.ft-rail::-webkit-scrollbar {
    width: 8px;
}

.ft-rail::-webkit-scrollbar-track {
    background: #efe5d9;
}

.ft-rail::-webkit-scrollbar-thumb {
    background: #cabba9;
    border-radius: 999px;
}

.ft-rail-module {
    border-top: 2px solid #111;
    margin-bottom: 14px;
}

.ft-rail-module--market,
.ft-mobile-market-module {
    border: 0;
    border-top: 2px solid #111;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.ft-rail-module--market .ft-rail-list,
.ft-mobile-market-module .ft-rail-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.ft-rail-module--market .ft-rail-item,
.ft-mobile-market-module .ft-rail-item {
    position: relative;
    border: 1px solid #d8cab9;
    border-radius: var(--ft-card-radius);
    background: linear-gradient(180deg, #fcf6ee 0%, #f9f0e5 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(17, 17, 17, 0.04);
    padding: 0 12px 0 14px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ft-rail-module--market .ft-rail-item::before,
.ft-mobile-market-module .ft-rail-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #b51f4a, #d27a33);
    opacity: 0.55;
}

.ft-rail-module--market .ft-rail-item:hover,
.ft-mobile-market-module .ft-rail-item:hover,
.ft-rail-module--market .ft-rail-item:focus-within,
.ft-mobile-market-module .ft-rail-item:focus-within {
    border-color: #c6b5a1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.ft-rail-module--market .ft-rail-link,
.ft-mobile-market-module .ft-rail-link {
    padding-top: 10px;
    line-height: 1.32;
    letter-spacing: 0.01em;
}

.ft-rail-module--market .ft-rail-time,
.ft-mobile-market-module .ft-rail-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
    color: #7f7468;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-weight: 700;
}

.ft-rail-module--market .ft-rail-time::before,
.ft-mobile-market-module .ft-rail-time::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #b8aa97;
}

.ft-rail-module--market .ft-rail-link:hover,
.ft-mobile-market-module .ft-rail-link:hover {
    color: #7a001f;
}

.ft-rail-title {
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px dotted var(--ft-border);
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 700;
    font-family: "Noto Serif SC", "Times New Roman", serif;
}

.ft-rail-helper {
    margin: 8px 0 0;
    color: #7a7064;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

.ft-rail-list {
    display: flex;
    flex-direction: column;
}

.ft-rail-item {
    border-bottom: 1px solid var(--ft-border);
}

.ft-rail-link {
    display: block;
    padding: 9px 0 2px;
    color: #111;
    text-decoration: none;
    font-size: clamp(16px, 1.1vw, 21px);
    line-height: 1.4;
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-rail-link-note {
    margin: 0;
    color: #7a7064;
    font-size: 12px;
    line-height: 1.45;
    padding: 0 0 9px;
}

.ft-rail-time {
    display: block;
    padding: 0 0 9px;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

@keyframes ft-rail-ticker-roll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.ft-rail-ticker-viewport {
    position: relative;
    overflow-y: auto;
    max-height: 572px;
    scroll-behavior: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ft-rail-ticker-viewport::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ft-rail-ticker-track {
    display: flex;
    flex-direction: column;
}

.ft-rail-ticker-item {
    display: grid;
    grid-template-columns: 42px 8px auto minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    border-bottom: 1px dashed var(--ft-border);
    padding: 8px 0;
}

.ft-rail-ticker-time {
    color: #8a7f73;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.25;
    padding-top: 2px;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
}

.ft-rail-ticker-dot {
    width: 6px;
    height: 6px;
    margin-top: 7px;
    border-radius: 999px;
    background: #6b7280;
}

.ft-rail-ticker-badge {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
}

.ft-rail-ticker-link {
    color: #111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-rail-ticker-link:hover {
    color: var(--ft-primary);
}

.ft-rail-ticker-item[data-tone="signal"] .ft-rail-ticker-dot {
    background: #0ea5e9;
}

.ft-rail-ticker-item[data-tone="signal"] .ft-rail-ticker-badge {
    color: #0369a1;
}

.ft-rail-ticker-item[data-tone="high"] .ft-rail-ticker-dot {
    background: #ef4444;
}

.ft-rail-ticker-item[data-tone="high"] .ft-rail-ticker-badge {
    color: #b91c1c;
}

.ft-rail-ticker-item[data-tone="market"] .ft-rail-ticker-dot {
    background: #f59e0b;
}

.ft-rail-ticker-item[data-tone="market"] .ft-rail-ticker-badge {
    color: #b45309;
}

.ft-rail-trending-list {
    margin: 0;
    padding: 8px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ft-rail-trending-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    border-bottom: 1px solid var(--ft-border);
    padding: 0 0 9px;
}

.ft-rail-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #b51f4a;
    color: #b51f4a;
    font-size: 12px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.ft-rail-trending-link {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-rail-trending-link:hover {
    color: var(--ft-primary);
}

.ft-rail-trending-time {
    display: block;
    margin-top: 4px;
    color: #8a7f73;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.ft-rail-module--tools {
    position: static;
    background: var(--ft-bg);
    z-index: 2;
    padding-bottom: 8px;
}

.ft-rail-tool-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
}

.ft-rail-tool,
.ft-rail-tool-button {
    border: 1px solid #c9bbab;
    border-radius: 8px;
    background: #fff7ef;
    color: #111;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 9px 6px;
    cursor: pointer;
}

.ft-rail-tool:hover,
.ft-rail-tool-button:hover {
    border-color: #b51f4a;
    color: #b51f4a;
}

.ft-rail-progress {
    margin-top: 10px;
    width: 100%;
    height: 6px;
    background: #e4d9cd;
    border-radius: 999px;
    overflow: hidden;
}

#ft-read-progress {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #b51f4a, #d76a8b);
    transition: width 0.18s ease;
}

.ft-rail-stamp {
    margin-top: 9px;
    display: inline-flex;
    align-items: center;
    border: 1px dashed #b51f4a;
    border-radius: 999px;
    color: #b51f4a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 4px 9px;
}

.ft-rail-module--data-center .ft-rail-helper {
    margin-bottom: 8px;
    color: #6d655c;
    font-size: 12px;
    font-weight: 700;
}

.ft-data-center-label {
    margin: 0 0 6px;
    color: #0f172a;
    font-family: "Roboto Condensed", "PingFang SC", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.ft-rail-module--data-center {
    position: relative;
    border: 1px solid #cdbdaa;
    border-top-width: 2px;
    padding: 10px 10px 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)),
        repeating-linear-gradient(0deg, rgba(43, 43, 43, 0.025), rgba(43, 43, 43, 0.025) 1px, transparent 1px, transparent 22px),
        #f8eee0;
}

.ft-dc-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.ft-dc-kpi-card {
    border: 1px dashed #bfae99;
    background: rgba(255, 255, 255, 0.28);
    padding: 8px 8px 7px;
}

.ft-dc-kpi-label {
    margin: 0;
    color: #6d655c;
    font-family: "Roboto Condensed", "PingFang SC", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ft-dc-kpi-value {
    margin: 3px 0 0;
    color: #111827;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
}

.ft-dc-kpi-unit {
    font-size: 12px;
    margin-left: 2px;
    color: #667085;
}

.ft-dc-kpi-sub {
    margin: 2px 0 0;
    color: #4b5563;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-section-title {
    margin: 8px 0 0;
    color: #0f172a;
    font-family: "Roboto Condensed", "PingFang SC", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ft-dc-matrix {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed #c6b8a8;
}

.ft-dc-matrix-item {
    border-bottom: 1px dashed #c6b8a8;
    padding: 7px 0 8px;
}

.ft-dc-matrix-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ft-dc-source-name {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-source-trend {
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
}

.ft-dc-source-trend.is-up {
    color: #047857;
}

.ft-dc-source-trend.is-down {
    color: #b91c1c;
}

.ft-dc-source-trend.is-flat {
    color: #64748b;
}

.ft-dc-bar {
    position: relative;
    margin-top: 5px;
    height: 4px;
    background: #e6d8c8;
    overflow: hidden;
}

.ft-dc-bar > span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #1d4ed8, #22c55e);
}

.ft-dc-source-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #475569;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-source-status.is-idle {
    color: #6b7280;
}

.ft-dc-source-status.is-idle .ft-dc-status-dot {
    background: #9ca3af;
}

.ft-dc-matrix-meta {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #475569;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35);
    animation: ft-dc-pulse 1.5s ease-in-out infinite;
}

@keyframes ft-dc-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(22, 163, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    }
}

.ft-dc-insights {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed #c6b8a8;
}

.ft-dc-insight-item {
    border-bottom: 1px dashed #c6b8a8;
    color: #374151;
    padding: 7px 0;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.ft-promo-card {
    padding-top: 10px;
}

.ft-promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.ft-promo-title {
    margin: 8px 0 0;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(18px, 1.35vw, 28px);
    line-height: 1.26;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ft-promo-time {
    display: block;
    margin: 6px 0 0;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.ft-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0;
}

.ft-tag {
    border: 1px solid #b51f4a;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1;
    color: #b51f4a;
    text-decoration: none;
}

.ft-tag:hover {
    background: #b51f4a;
    color: #fff;
}

.ft-tag.is-hot {
    border-color: #9c123e;
    color: #9c123e;
    background: #fff4f7;
    font-weight: 800;
}

.ft-tag[data-rank="1"] {
    border-color: #7a001f;
    color: #7a001f;
}

.ft-empty-card {
    padding: 10px 0;
}

.ft-homepage .pagination {
    margin-top: 18px;
}

.ft-mobile-market-module {
    display: none;
}

.ft-mobile-ticker-module {
    display: none;
}

.ft-mobile-ticker-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.ft-mobile-ticker-item {
    position: relative;
    border: 1px solid #deceb9;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdf8 0%, #f9f1e4 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 8px rgba(45, 29, 13, 0.05);
    padding: 10px 10px 10px 14px;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ft-mobile-ticker-item:hover,
.ft-mobile-ticker-item:focus-within {
    border-color: #ceb79c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 5px 14px rgba(45, 29, 13, 0.08);
    transform: translateY(-1px);
}

.ft-mobile-ticker-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #8e7f6d, #bfa58a);
}

.ft-mobile-ticker-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    color: #6f665c;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid #ddcfbb;
    border-radius: 999px;
    padding: 2px 7px;
    background: #f8f1e5;
}

.ft-mobile-ticker-badge {
    display: inline-flex;
    align-items: center;
    color: #586277;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 1px solid #ced9ea;
    border-radius: 999px;
    padding: 2px 7px;
    background: #f3f7ff;
}

.ft-mobile-ticker-link {
    display: block;
    margin-top: 7px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.38;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-mobile-ticker-link:hover {
    color: #7a001f;
}

.ft-mobile-ticker-item[data-tone="signal"] .ft-mobile-ticker-badge {
    color: #0b5f9d;
    border-color: #b7d6ef;
    background: #ebf7ff;
}

.ft-mobile-ticker-item[data-tone="signal"]::before {
    background: #0ea5e9;
}

.ft-mobile-ticker-item[data-tone="high"] .ft-mobile-ticker-badge {
    color: #a81f24;
    border-color: #efc2c4;
    background: #fff1f1;
}

.ft-mobile-ticker-item[data-tone="high"]::before {
    background: #ef4444;
}

.ft-mobile-ticker-item[data-tone="market"] .ft-mobile-ticker-badge {
    color: #9d4d0f;
    border-color: #efd8bc;
    background: #fff6eb;
}

.ft-mobile-ticker-item[data-tone="market"]::before {
    background: #f59e0b;
}

@media (max-width: 1200px) {
    .ft-layout {
        grid-template-columns: minmax(0, 1.85fr) minmax(300px, 1fr);
    }

    .ft-stream-item {
        grid-template-columns: 210px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    html,
    body,
    .viewport,
    .site-content,
    .site-main {
        background: #f8f7f2;
        color: #1a1a1a;
    }

    .ft-homepage {
        padding: 10px 0 18px;
        background: #f8f7f2;
    }

    .ft-homepage .wide-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ft-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ft-main {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .ft-rail {
        border-left: 0;
        padding-left: 0;
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .ft-top-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ft-lead-story,
    .ft-mid-story,
    .ft-trio-card,
    .ft-stream-item {
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.03);
        padding: 16px;
    }

    .ft-lead-image-wrapper,
    .ft-mid-image-wrapper,
    .ft-trio-image-wrapper,
    .ft-stream-image-wrapper {
        border: 0;
        border-radius: 12px;
    }

    .ft-lead-image {
        height: 56vw;
        min-height: 190px;
        max-height: 250px;
    }

    .ft-lead-title {
        font-size: 24px;
        line-height: 1.42;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        font-weight: 600;
        -webkit-line-clamp: 2;
    }

    .ft-lead-excerpt {
        font-size: 14px;
        line-height: 1.62;
        color: #666;
        -webkit-line-clamp: 2;
    }

    .ft-follow-pill {
        padding: 2px 8px;
        font-size: 11px;
        font-weight: 600;
        border: 0;
        background: #f2f2ef;
        color: #7f7f76;
    }

    .ft-mid-column {
        gap: 8px;
    }

    .ft-mid-story {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 10px;
        padding-bottom: 10px;
        border-bottom: 0;
    }

    .ft-mid-story:last-child {
        border-bottom: 0;
        padding-bottom: 10px;
    }

    .ft-mid-image {
        height: 86px;
    }

    .ft-mid-title {
        margin: 0 0 4px;
        font-size: 18px;
        line-height: 1.45;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        font-weight: 600;
        -webkit-line-clamp: 2;
    }

    .ft-mid-excerpt {
        margin: 0 0 4px;
        font-size: 14px;
        line-height: 1.58;
        color: #666;
        -webkit-line-clamp: 2;
    }

    .ft-mid-time {
        display: block;
        color: #999;
        font-size: 12px;
    }

    .ft-trio-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        border-bottom: 0;
        padding: 0 0 20px;
        margin-bottom: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ft-trio-grid::-webkit-scrollbar {
        display: none;
    }

    .ft-trio-card {
        display: grid;
        grid-template-columns: 128px minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
        flex: 0 0 82%;
        min-width: 280px;
        max-width: 360px;
        scroll-snap-align: start;
    }

    .ft-trio-image-link {
        grid-column: 1;
        grid-row: 1 / span 3;
    }

    .ft-trio-image {
        height: 90px;
    }

    .ft-trio-topic-row {
        grid-column: 2;
        grid-row: 1;
        margin: 0 0 4px;
        min-height: unset;
    }

    .ft-trio-time {
        margin-left: 0;
    }

    .ft-trio-title {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        min-height: unset;
        font-size: 17px !important;
        line-height: 1.45;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        font-weight: 600;
        -webkit-line-clamp: 2;
    }

    .ft-trio-short-note {
        grid-column: 2;
        grid-row: 3;
        margin-top: 2px;
        line-height: 1.25;
    }

    .ft-stream-item {
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .ft-stream-list {
        gap: 8px;
    }

    .ft-mobile-market-module {
        display: block;
        margin-bottom: 6px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.03);
        padding: 16px;
    }

    .ft-mobile-ticker-module {
        display: none !important;
    }

    .ft-mobile-ticker-module .ft-rail-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 2px;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #5f5245;
    }

    .ft-mobile-ticker-module .ft-rail-title::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #c41230;
        box-shadow: 0 0 0 4px rgba(196, 18, 48, 0.15);
    }

    .ft-mobile-market-module .ft-rail-link {
        font-size: 17px;
        line-height: 1.5;
        font-weight: 600;
        color: #1a1a1a;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        padding-top: 0;
    }

    .ft-mobile-market-module .ft-rail-list {
        gap: 10px;
    }

    .ft-mobile-market-module .ft-rail-item {
        border: 0;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 12px rgb(0 0 0 / 0.04);
        padding: 12px;
    }

    .ft-mobile-market-module .ft-rail-item::before {
        display: none;
    }

    .ft-mobile-market-module .ft-rail-item:hover,
    .ft-mobile-market-module .ft-rail-item:focus-within {
        border: 0;
        box-shadow: 0 2px 12px rgb(0 0 0 / 0.04);
        transform: none;
    }

    .ft-mobile-market-module .ft-rail-time {
        font-size: 12px;
        font-weight: 500;
        color: #999;
        padding-bottom: 0;
    }

    .ft-mobile-market-module .ft-rail-time::before {
        display: none;
    }

    .ft-mobile-market-module .ft-rail-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 2px;
        font-size: 17px;
        font-weight: 700;
    }

    .ft-mobile-market-module .ft-rail-title::before {
        display: none;
    }

    .ft-rail .ft-rail-module--market {
        display: none;
    }

    .ft-rail-module--ticker,
    .ft-rail-module--trending,
    .ft-rail-module--tools,
    .ft-rail-module--live-brief {
        display: none;
    }

    .ft-stream-image {
        height: 90px;
    }

    .ft-stream-title {
        margin: 0 0 4px;
        font-size: 17px !important;
        font-weight: 600;
        line-height: 1.45;
        color: #1a1a1a;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    }

    .ft-stream-excerpt {
        margin: 0 0 4px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.58;
        color: #666;
        -webkit-line-clamp: 2;
    }

    .ft-stream-meta {
        font-size: 12px;
        font-weight: 500;
        color: #999;
        gap: 8px;
    }

    .ft-rail-title {
        font-size: 20px;
    }

    .ft-rail-link {
        font-size: 15px;
        line-height: 1.45;
    }

    .ft-stream-section {
        margin-top: 0;
    }

    .ft-stream-section .ft-block-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
        padding: 0;
        border-top: 0;
        border-bottom: 0;
        font-size: 22px !important;
        font-weight: 900 !important;
        letter-spacing: 0.01em;
        text-transform: none;
    }

    .ft-stream-section .ft-block-title::before {
        content: "";
        width: 3px;
        height: 16px;
        border-radius: 999px;
        background: #cfc8bd;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ft-rail-ticker-viewport {
        scroll-behavior: auto;
    }
}

@media (max-width: 479px) {
    .ft-lead-image {
        height: 52vw;
        min-height: 170px;
        max-height: 220px;
    }

    .ft-lead-title {
        font-size: 22px;
    }

    .ft-mid-story,
    .ft-trio-card,
    .ft-stream-item {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .ft-mid-image,
    .ft-trio-image,
    .ft-stream-image {
        height: 82px;
    }

    .ft-topic,
    .ft-follow-pill,
    .ft-stream-meta,
    .ft-rail-time {
        font-size: 11px;
    }

    .ft-mobile-market-module .ft-rail-link {
        font-size: 16px;
        font-weight: 600;
    }

    .ft-mobile-market-module .ft-rail-time {
        font-size: 12px;
        font-weight: 500;
    }

    .ft-mobile-market-module .ft-rail-title {
        font-size: 17px;
    }

    .ft-stream-title {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .ft-stream-title a {
        font-weight: 600 !important;
    }

    .ft-stream-excerpt {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .ft-stream-meta {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .ft-stream-meta span,
    .ft-stream-meta time {
        font-weight: 500 !important;
    }

    .ft-stream-section .ft-block-title {
        font-size: 22px !important;
        font-weight: 700 !important;
    }
}

/* Mobile visual language override: modern neutral + magazine titles + tactile cards */
@media (max-width: 991px) {
    html,
    body,
    .viewport,
    .site-content,
    .site-main,
    .ft-homepage {
        background-color: #fbfbfd !important;
        color: #1d1d1f;
        font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", sans-serif;
    }

    .ft-lead-story,
    .ft-mid-story,
    .ft-trio-card,
    .ft-stream-item,
    .ft-mobile-market-module,
    .ft-mobile-market-module .ft-rail-item {
        background: #fff !important;
        border-radius: 20px !important;
        padding: 16px !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
        border: 0 !important;
        transition: transform 0.3s ease;
    }

    .ft-lead-story:active,
    .ft-mid-story:active,
    .ft-trio-card:active,
    .ft-stream-item:active,
    .ft-mobile-market-module .ft-rail-item:active {
        transform: scale(0.98);
    }

    .ft-lead-title,
    .ft-mid-title,
    .ft-trio-title,
    .ft-stream-title,
    .ft-mobile-market-module .ft-rail-link {
        font-weight: 600 !important;
        letter-spacing: -0.02em;
        line-height: 1.3 !important;
        margin-bottom: 8px;
        color: #1d1d1f !important;
        font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", sans-serif;
    }
}

/* Mobile redesign v2: obvious visual shift (Hero + 1+2 rhythm + horizontal market cards) */
@media (max-width: 991px) {
    .ft-homepage .wide-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ft-main {
        gap: 18px !important;
    }

    .ft-top-grid {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .ft-lead-story {
        position: relative;
        margin: 0 20px !important;
        padding: 0 !important;
        border-radius: 24px !important;
        overflow: hidden;
        min-height: 52vw;
    }

    .ft-lead-image-wrapper {
        border-radius: 24px !important;
        overflow: hidden;
    }

    .ft-lead-image {
        height: 56vw !important;
        min-height: 230px !important;
        max-height: 62vh !important;
    }

    .ft-lead-story::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        pointer-events: none;
    }

    .ft-lead-meta-top,
    .ft-lead-excerpt {
        display: none !important;
    }

    .ft-lead-title {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        margin: 0 !important;
        z-index: 2;
        color: #fff !important;
        font-size: clamp(22px, 6.1vw, 30px) !important;
        line-height: 1.3 !important;
        letter-spacing: -0.01em !important;
        font-weight: 600 !important;
    }

    .ft-lead-title a {
        color: #fff !important;
    }

    .ft-mid-column {
        margin-top: 14px;
        padding: 0 20px;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px !important;
    }

    .ft-mid-story,
    .ft-mid-story:last-child {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-radius: 24px !important;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
        overflow: hidden;
        background: #fff !important;
    }

    .ft-mid-image-link {
        width: 100%;
        display: block;
    }

    .ft-mid-image-wrapper {
        border-radius: 0 !important;
    }

    .ft-mid-image {
        height: 28vw !important;
        min-height: 104px;
    }

    .ft-mid-title {
        margin: 0 12px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        font-weight: 600 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-mid-excerpt {
        margin: 0 12px 2px !important;
        font-size: 12px !important;
        color: #86868b !important;
        line-height: 1.45 !important;
        -webkit-line-clamp: 2 !important;
    }

    .ft-mid-time {
        margin: 0 12px 12px !important;
        color: #a1a1aa !important;
        font-size: 11px !important;
    }

    .ft-trio-grid {
        padding: 0 20px 8px !important;
    }

    .ft-mobile-market-module {
        margin: 0 20px 8px !important;
        border-radius: 24px !important;
        padding: 14px !important;
    }

    .ft-mobile-market-module .ft-rail-title {
        margin-bottom: 10px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #1d1d1f !important;
    }

    .ft-mobile-market-module .ft-rail-list {
        display: flex !important;
        overflow-x: auto;
        gap: 12px !important;
        padding-bottom: 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ft-mobile-market-module .ft-rail-list::-webkit-scrollbar {
        display: none;
    }

    .ft-mobile-market-module .ft-rail-item {
        flex: 0 0 78%;
        min-width: 240px;
        border-radius: 20px !important;
        padding: 14px !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
    }

    .ft-stream-section {
        padding: 0 20px;
    }

    .ft-stream-list {
        gap: 12px !important;
    }
}

@keyframes ft-live-pulse-card {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 59, 48, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
}

@media (max-width: 991px) {
    .ft-mobile-market-module .market-activity-wrapper {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 20px !important;
        gap: 16px !important;
        border-radius: 20px;
        background: linear-gradient(180deg, #fff 0%, #f4f4f7 100%);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ft-mobile-market-module .market-activity-wrapper::-webkit-scrollbar {
        display: none;
    }

    .ft-mobile-market-module .activity-card {
        position: relative;
        min-width: 280px;
        flex: 0 0 85%;
        background: rgba(255, 255, 255, 0.8) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-radius: 16px !important;
        padding: 15px !important;
        scroll-snap-align: center;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
    }

    .ft-mobile-market-module .activity-card .live-dot {
        position: absolute;
        left: 12px;
        top: 12px;
        width: 6px;
        height: 6px;
        background: #ff3b30;
        border-radius: 50%;
        animation: ft-live-pulse-card 1.5s infinite;
    }

    .ft-mobile-market-module .activity-card .ft-rail-link {
        padding-top: 8px !important;
    }
}

@keyframes ft-live-pulse-v4 {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.35); opacity: 0.8; }
    70% { box-shadow: 0 0 0 11px rgba(255, 59, 48, 0); opacity: 1; }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); opacity: 0.85; }
}

@keyframes ft-parallax-drift {
    0% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -18px, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

/* Mobile redesign v4: data-capsule market stream + asymmetric news grid */
@media (max-width: 991px) {
    .ft-main {
        position: relative;
        isolation: isolate;
    }

    .ft-main::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        opacity: 0.16;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 59, 48, 0.14), transparent 32%),
            repeating-linear-gradient(90deg, rgba(12, 18, 30, 0.05) 0 1px, transparent 1px 22px),
            repeating-linear-gradient(0deg, rgba(12, 18, 30, 0.05) 0 1px, transparent 1px 22px);
        animation: ft-parallax-drift 26s ease-in-out infinite;
    }

    .ft-main > * {
        position: relative;
        z-index: 1;
    }

    .live-activity-section {
        margin: 8px 16px 20px !important;
        border: 0 !important;
        background: transparent !important;
        padding: 0 !important;
        position: relative;
        padding-left: 8px !important;
    }

    .live-activity-section::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 28px;
        width: 2px;
        height: calc(100% - 20px);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255, 59, 48, 0), rgba(255, 59, 48, 1), rgba(255, 59, 48, 0));
        box-shadow: 0 0 14px rgba(255, 59, 48, 0.85);
        pointer-events: none;
        z-index: 1;
    }

    .live-activity-section .section-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 8px !important;
        border-bottom: 0 !important;
        padding: 0 0 6px !important;
        font-size: 16px !important;
        letter-spacing: 0.02em;
    }

    .live-activity-section .section-title-text {
        font-size: 17px;
        font-weight: 800;
        color: #111827;
    }

    .live-activity-section .pulse-dot {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: #ff3b30;
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.45);
        animation: ft-live-pulse-v4 1.6s infinite;
    }

    .live-activity-section .market-live-chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        padding: 0 8px;
        border-radius: 999px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
        background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.35);
    }

    .live-activity-section .market-swipe-hint {
        margin: -2px 0 8px 0;
        padding-left: 1px;
        color: #6b7280;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }

    .live-activity-section .market-activity-shell {
        position: relative;
        margin-left: 8px;
    }

    .live-activity-section .market-activity-shell::before,
    .live-activity-section .market-activity-shell::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        pointer-events: none;
        z-index: 3;
    }

    .live-activity-section .market-activity-shell::before {
        left: 0;
        background: linear-gradient(90deg, rgba(251, 251, 253, 1) 0%, rgba(251, 251, 253, 0) 100%);
    }

    .live-activity-section .market-activity-shell::after {
        right: 0;
        background: linear-gradient(270deg, rgba(251, 251, 253, 1) 0%, rgba(251, 251, 253, 0) 100%);
    }

    .live-activity-section .market-activity-wrapper.scroll-container {
        display: flex !important;
        overflow-x: auto;
        gap: 12px !important;
        padding: 3px 6px 8px 6px !important;
        border-radius: 0 !important;
        background: transparent !important;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .live-activity-section .market-activity-wrapper.scroll-container::-webkit-scrollbar {
        display: none;
    }

    .live-activity-section .activity-pill {
        min-width: 260px;
        flex: 0 0 82%;
        display: flex;
        align-items: stretch;
        gap: 10px;
        border-left: 3px solid #ff3b30 !important;
        border: 1px solid rgba(148, 163, 184, 0.28) !important;
        border-radius: 12px !important;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 245, 249, 0.88) 100%) !important;
        backdrop-filter: blur(8px) saturate(145%);
        -webkit-backdrop-filter: blur(8px) saturate(145%);
        padding: 16px 14px !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.09) !important;
        scroll-snap-align: start;
        position: relative;
    }

    .live-activity-section .activity-pill-index {
        position: absolute;
        right: 10px;
        top: 8px;
        font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 10px;
        font-weight: 800;
        color: rgba(15, 23, 42, 0.45);
        letter-spacing: 0.06em;
    }

    .live-activity-section .activity-pill .live-dot {
        position: absolute;
        left: 8px;
        top: 14px;
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: #ff3b30;
        animation: ft-live-pulse-v4 1.6s infinite;
    }

    .live-activity-section .activity-pill-main {
        min-width: 0;
        flex: 1;
        padding-left: 8px;
    }

    .live-activity-section .activity-pill .ft-rail-link {
        padding-top: 0 !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .live-activity-section .activity-pill-meta {
        margin-top: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .live-activity-section .activity-pill .ft-rail-time {
        padding: 0 !important;
        margin-top: 0;
        font-size: 11px !important;
        color: #667085 !important;
    }

    .live-activity-section .activity-pill .ft-rail-time::before {
        display: none !important;
    }

    .live-activity-section .activity-pill-tag {
        display: inline-flex;
        align-items: center;
        height: 20px;
        padding: 0 8px;
        border-radius: 999px;
        background: rgba(239, 68, 68, 0.12);
        color: #b91c1c;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .live-activity-section .activity-pill-visual {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 999px;
        overflow: hidden;
        border: 1px solid rgba(15, 23, 42, 0.14);
        box-shadow: 0 5px 14px rgba(15, 23, 42, 0.12);
        align-self: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(145deg, #f8fafc, #e2e8f0);
    }

    .live-activity-section .activity-pill-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .live-activity-section .activity-pill-fallback {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        color: #334155;
    }

    .live-activity-section .market-activity-shell + .ft-rail-helper {
        margin-left: 8px;
    }

    .ft-stream-section {
        padding: 0 16px !important;
        margin-top: 14px !important;
    }

    .ft-stream-section .ft-block-title {
        margin-bottom: 10px !important;
    }

    .news-grid.ft-stream-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px !important;
        counter-reset: ft-stream-group 1;
    }

    .news-grid .ft-stream-item {
        position: relative;
        display: flex !important;
        flex-direction: column;
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        margin: 0 !important;
        gap: 0;
    }

    .news-grid .ft-stream-image-link {
        display: block;
        border-radius: 22px;
        overflow: hidden;
        background: #e8edf5;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.09);
    }

    .news-grid .ft-stream-image-wrapper {
        border-radius: 22px;
        overflow: hidden;
    }

    .news-grid .ft-stream-image {
        width: 100%;
        height: 36vw;
        min-height: 118px;
        object-fit: cover;
        display: block;
    }

    .news-grid .ft-stream-body {
        margin: -12px 8px 0;
        padding: 12px 12px 10px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.09);
        position: relative;
        z-index: 2;
        min-width: 0;
    }

    .news-grid .ft-stream-title {
        margin: 0 0 6px !important;
        font-size: 15px !important;
        line-height: 1.42 !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-grid .ft-stream-excerpt {
        margin: 0 0 8px !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        color: #5f6676 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-grid .ft-stream-meta {
        gap: 8px;
        font-size: 11px !important;
        color: #7c8395 !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) {
        grid-column: 1 / -1;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image-link,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image-wrapper {
        border-radius: 24px;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image {
        height: 58vw;
        min-height: 220px;
        max-height: 62vh;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-body {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        margin: 0;
        padding: 12px 12px 10px;
        border-radius: 14px;
        box-shadow: none;
        background: linear-gradient(180deg, rgba(8, 12, 22, 0.06) 0%, rgba(8, 12, 22, 0.76) 88%);
        backdrop-filter: blur(2px);
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-title,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-title a,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-meta,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-meta time,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-meta span {
        color: #fff !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-excerpt {
        display: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 2),
    .news-grid .ft-stream-item:nth-child(4n + 3) {
        grid-column: span 1;
    }

    .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-image,
    .news-grid .ft-stream-item:nth-child(4n + 3) .ft-stream-image {
        height: 29vw;
        min-height: 108px;
        max-height: 156px;
    }

    .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-excerpt,
    .news-grid .ft-stream-item:nth-child(4n + 3) .ft-stream-excerpt {
        display: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) {
        grid-column: 1 / -1;
        margin-bottom: 62px !important;
        border-radius: 20px !important;
        background: linear-gradient(145deg, #eef2ff 0%, #f9ecff 100%) !important;
        padding: 16px !important;
        box-shadow: 0 10px 26px rgba(52, 64, 96, 0.12) !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-image-link {
        display: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-body {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-title {
        font-size: 18px !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-excerpt {
        display: -webkit-box !important;
        color: #4f5a74 !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4)::after {
        counter-increment: ft-stream-group;
        content: counter(ft-stream-group, decimal-leading-zero);
        position: absolute;
        right: 14px;
        bottom: 12px;
        font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0.04em;
        color: rgba(83, 97, 133, 0.3);
    }
}

/* Mobile hybrid final override (must be at file end) */
@media (max-width: 991px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        counter-reset: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 1),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 4) {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        position: static !important;
        grid-column: auto !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child {
        display: flex !important;
        flex-direction: column;
        border-radius: 20px !important;
        overflow: hidden;
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
        margin-bottom: 12px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-wrapper {
        border-radius: 0 !important;
        border: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image {
        width: 100% !important;
        height: 46vw !important;
        min-height: 182px !important;
        max-height: 236px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-body {
        position: static !important;
        margin: 0 !important;
        padding: 12px 12px 11px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title a {
        color: #111827 !important;
        font-size: 18px !important;
        line-height: 1.38 !important;
        margin: 0 0 6px !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow: visible !important;
        word-break: break-word;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-excerpt {
        display: block !important;
        margin: 0 0 6px !important;
        color: #5b6475 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-meta {
        display: flex !important;
        gap: 8px;
        font-size: 11px !important;
        color: #7b8496 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child::after {
        content: none !important;
        display: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 88px !important;
        column-gap: 16px !important;
        align-items: start !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 88px !important;
        height: 66px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        margin: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 12px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image {
        width: 100% !important;
        height: 66px !important;
        min-height: 66px !important;
        max-height: 66px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 0 8px 0 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        min-width: 0 !important;
        max-width: calc(100vw - 146px) !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        margin: 0 0 5px !important;
        padding: 0 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        min-height: 2.8em !important;
        max-height: 2.8em !important;
        color: #1a1a1a !important;
        max-width: 100% !important;
        display: block !important;
        text-align: left !important;
        overflow-wrap: anywhere !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.42 !important;
        min-height: 1.42em !important;
        max-height: 2.84em !important;
        color: rgba(0, 0, 0, 0.55) !important;
        max-width: 100% !important;
        display: block !important;
        text-align: left !important;
        white-space: normal !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2)::after {
        display: none !important;
        content: none !important;
    }
}

/* Final safety: homepage titles/excerpts never render ellipsis glyph from line-clamp. */
.ft-homepage .ft-lead-title,
.ft-homepage .ft-mid-title,
.ft-homepage .ft-trio-title,
.ft-homepage .ft-stream-title,
.ft-homepage .ft-lead-title a,
.ft-homepage .ft-mid-title a,
.ft-homepage .ft-trio-title a,
.ft-homepage .ft-stream-title a,
.ft-homepage .ft-lead-excerpt,
.ft-homepage .ft-mid-excerpt,
.ft-homepage .ft-stream-excerpt {
    text-overflow: clip !important;
}

@media (max-width: 991px) {
    .ft-homepage .ft-lead-title,
    .ft-homepage .ft-mid-title,
    .ft-homepage .ft-trio-title,
    .ft-homepage .ft-stream-title,
    .ft-homepage .ft-lead-excerpt,
    .ft-homepage .ft-mid-excerpt,
    .ft-homepage .ft-stream-excerpt {
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }

    /* Final mobile alignment guard:
       old nth-child style blocks can leave offset on 4n+2 rows. */
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-body,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-title a,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-excerpt,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-meta,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-meta span,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-meta time {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
        text-align: left !important;
    }

    /* Hard reset for mobile "latest reports" row alignment (items after first). */
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        grid-template-columns: minmax(0, 1fr) 88px !important;
        column-gap: 14px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: left !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta span,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta time {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        float: none !important;
        clear: both !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
        text-align: left !important;
    }
}

/* Desktop compact override for "latest reports" (keep mobile untouched). */
@media (min-width: 992px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 1),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 4) {
        grid-column: auto !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 300px !important;
        align-items: start !important;
        column-gap: 16px !important;
        row-gap: 0 !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        position: static !important;
        transform: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 300px !important;
        height: 116px !important;
        margin: 0 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-wrapper {
        width: 100% !important;
        height: 100% !important;
        border: 0 !important;
        border-radius: 14px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image {
        width: 100% !important;
        height: 116px !important;
        min-height: 116px !important;
        max-height: 116px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        text-align: left !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-title a {
        margin: 0 0 6px !important;
        font-size: 22px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 0 6px !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        color: #5d6470 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-meta {
        margin: 0 !important;
        display: flex !important;
        gap: 8px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        color: #8a7f73 !important;
        text-align: left !important;
    }
}

/* Mobile compact list mapping based on current theme selectors */
@media (max-width: 768px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        background: transparent !important;
        padding: 0 16px !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: flex-start !important;
        padding: 15px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        width: 95px !important;
        height: 70px !important;
        min-width: 95px !important;
        border-radius: 8px !important;
        margin-left: 12px !important;
        margin-right: 0 !important;
        flex-shrink: 0 !important;
        overflow: hidden !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image {
        width: 95px !important;
        height: 70px !important;
        min-height: 70px !important;
        max-height: 70px !important;
        border-radius: 8px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        flex: 1 !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        font-size: 15px !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
        margin: 0 0 4px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        margin: 0 0 4px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta {
        font-size: 11px !important;
        color: #86868b !important;
        display: flex !important;
        gap: 10px !important;
        align-items: center !important;
    }
}

/* Desktop ultra-compact final override for latest reports */
@media (min-width: 992px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 96px !important;
        align-items: start !important;
        column-gap: 12px !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        position: static !important;
        transform: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 96px !important;
        min-width: 96px !important;
        height: 72px !important;
        min-height: 72px !important;
        margin: 0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-image {
        width: 96px !important;
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
        border-radius: 8px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        text-align: left !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-title a {
        margin: 0 0 4px !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        font-weight: 700 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 0 4px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        color: #61656f !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-meta {
        margin: 0 !important;
        font-size: 11px !important;
        color: #86868b !important;
        display: flex !important;
        gap: 10px !important;
        align-items: center !important;
        white-space: nowrap !important;
    }
}

@keyframes ft-flash-pulse {
    0% { opacity: 0.55; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1); }
    100% { opacity: 0.55; transform: scale(0.95); }
}

/* Desktop three-column latest hub */
@media (min-width: 992px) {
    .ft-homepage .ft-latest-hub {
        display: grid !important;
        grid-template-columns: minmax(255px, 1.25fr) minmax(0, 2fr) minmax(255px, 1.25fr);
        gap: 14px !important;
        align-items: start !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-main {
        min-width: 0 !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-main .ft-block-title {
        margin: 0 0 8px !important;
        padding: 0 0 8px !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail {
        position: sticky;
        top: 12px;
        border: 1px solid rgba(15, 23, 42, 0.1);
        border-radius: 12px;
        background: #fffdf8;
        padding: 10px;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail-title {
        margin: 0 0 8px;
        padding-bottom: 6px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-weight: 800;
        color: #0f172a;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-list {
        display: flex;
        flex-direction: column;
        gap: 4px;
        max-height: 610px;
        overflow: auto;
        padding-right: 2px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-item {
        display: grid;
        grid-template-columns: 8px 36px minmax(0, 1fr);
        align-items: start;
        column-gap: 7px;
        margin: 0;
        padding: 5px 0;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-dot {
        width: 6px;
        height: 6px;
        margin-top: 6px;
        border-radius: 999px;
        background: #ef4444;
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.35);
        animation: ft-flash-pulse 1.6s infinite;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-time {
        font-size: 11px;
        line-height: 1.45;
        color: #808896;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-link {
        color: #1f2937;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-card {
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 10px;
        padding: 8px 9px;
        background: #ffffff;
        margin-bottom: 8px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-label {
        margin: 0 0 4px;
        font-size: 11px;
        color: #6b7280;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-value {
        margin: 0;
        font-size: 24px;
        line-height: 1.1;
        color: #111827;
        font-weight: 800;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-unit {
        margin-left: 4px;
        font-size: 12px;
        color: #6b7280;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-sub {
        margin: 4px 0 0;
        font-size: 12px;
        line-height: 1.35;
        color: #4b5563;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        line-height: 1.3;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list em {
        font-style: normal;
        font-variant-numeric: tabular-nums;
        font-size: 11px;
        font-weight: 700;
        padding: 2px 6px;
        border-radius: 999px;
        background: #f1f5f9;
        color: #64748b;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list em.is-up {
        background: #ecfdf3;
        color: #15803d;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list em.is-down {
        background: #fef2f2;
        color: #dc2626;
    }
}

/* Keep latest hub single-column on mobile/tablet */
@media (max-width: 991px) {
    .ft-homepage .ft-latest-hub .ft-latest-rail--left,
    .ft-homepage .ft-latest-hub .ft-latest-rail--right {
        display: none !important;
    }
}

/* Final desktop override for latest hub (3:5:4) */
@media (min-width: 1200px) {
    .ft-homepage .ft-stream-section.ft-latest-hub {
        display: grid !important;
        grid-template-columns: minmax(330px, 4.4fr) minmax(0, 5fr) minmax(300px, 4fr) !important;
        gap: 18px !important;
        align-items: start !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        background: transparent !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:first-child,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:nth-child(2),
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:nth-child(3),
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:nth-child(n + 4) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 112px !important;
        column-gap: 12px !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 112px !important;
        min-width: 112px !important;
        height: 84px !important;
        min-height: 84px !important;
        margin: 0 !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        align-self: start !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-image {
        width: 112px !important;
        height: 84px !important;
        min-height: 84px !important;
        border-radius: 10px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-title,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-title a {
        margin: 0 0 6px !important;
        font-size: 16px !important;
        line-height: 1.38 !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-excerpt {
        margin: 0 0 6px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
        color: #606a78 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-meta {
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        color: #8b95a3 !important;
        display: flex !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-rail {
        top: 14px !important;
        border: 1px solid rgba(15, 23, 42, 0.11) !important;
        border-radius: 14px !important;
        background: #efe4d6 !important;
        padding: 14px !important;
        box-shadow: none !important;
    }
}

@media (min-width: 992px) {
    .ft-homepage .ft-latest-hub .ft-latest-rail--left {
        background: #efe4d6 !important;
        border-color: rgba(0, 0, 0, 0.08) !important;
        box-shadow: none !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail--right {
        background: #efe4d6 !important;
        border-color: rgba(0, 0, 0, 0.08) !important;
        box-shadow: none !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail-title {
        text-transform: none;
        letter-spacing: 0.01em;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-engine-card,
    .ft-homepage .ft-latest-hub .ft-latest-data-card {
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.22) !important;
        box-shadow: none !important;
        padding: 10px !important;
        margin-bottom: 9px !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-label {
        margin: 0 0 8px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #4b5563 !important;
        letter-spacing: 0.03em;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge {
        position: relative;
        width: 100%;
        aspect-ratio: 2 / 1;
        border-radius: 999px 999px 0 0;
        overflow: hidden;
        background: conic-gradient(from 180deg, #d94848 0deg, #f59e0b 90deg, #16a34a 180deg);
        border: 1px solid rgba(0, 0, 0, 0.07);
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-core {
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 76%;
        height: 76%;
        transform: translateX(-50%);
        border-radius: 999px 999px 0 0;
        background: #f4efe6;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-needle {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 2px;
        height: 86%;
        background: #111827;
        transform-origin: bottom center;
        transform: rotate(var(--gauge-deg, 0deg));
        z-index: 2;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout {
        margin: 8px 0 0;
        display: flex;
        align-items: baseline;
        gap: 6px;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout strong {
        font-size: 24px;
        line-height: 1;
        font-weight: 800;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout span {
        font-size: 12px;
        color: #6b7280;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout em {
        margin-left: auto;
        font-style: normal;
        font-size: 12px;
        color: #111827;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.55);
        padding: 2px 8px;
        border-radius: 999px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 4px 8px;
        align-items: center;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li span {
        font-size: 12px;
        font-weight: 700;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li strong {
        font-size: 12px;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li strong.is-up {
        color: #0f8a41;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li strong.is-down {
        color: #c0352d;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li em {
        grid-column: 1 / -1;
        display: block;
        height: 4px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.1);
        overflow: hidden;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li em i {
        display: block;
        height: 100%;
        background: linear-gradient(90deg, #2563eb, #16a34a);
        border-radius: inherit;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-bar,
    .ft-homepage .ft-latest-hub .ft-latest-ls-bar {
        display: flex;
        height: 10px;
        border-radius: 999px;
        overflow: hidden;
        background: rgba(15, 23, 42, 0.12);
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-bar .is-long,
    .ft-homepage .ft-latest-hub .ft-latest-ls-bar .is-long {
        background: #1f8a53;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-bar .is-short,
    .ft-homepage .ft-latest-hub .ft-latest-ls-bar .is-short {
        background: #d94f45;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-meta,
    .ft-homepage .ft-latest-hub .ft-latest-ls-meta {
        margin: 7px 0 0;
        display: flex;
        justify-content: space-between;
        gap: 8px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-meta b,
    .ft-homepage .ft-latest-hub .ft-latest-ls-meta strong {
        font-size: 11px;
        color: #334155;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-ls-track-group + .ft-ls-track-group {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px dashed rgba(15, 23, 42, 0.12);
    }

    .ft-homepage .ft-latest-hub .ft-ls-track-title {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 11px;
        color: #475569;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list li {
        display: grid;
        grid-template-columns: 58px 1fr auto;
        gap: 8px;
        align-items: center;
        padding: 7px 8px;
        border-radius: 8px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: rgba(255, 255, 255, 0.76);
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-eta {
        font-size: 11px;
        font-weight: 800;
        color: #475569;
        font-variant-numeric: tabular-nums;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-title {
        text-decoration: none;
        color: #1f2937;
        font-size: 12px;
        line-height: 1.35;
        display: block;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        word-break: break-word;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em {
        font-style: normal;
        font-size: 11px;
        font-weight: 700;
        border-radius: 999px;
        padding: 2px 7px;
        border: 1px solid transparent;
        white-space: nowrap;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em.is-high {
        color: #b42318;
        background: rgba(218, 54, 51, 0.1);
        border-color: rgba(218, 54, 51, 0.25);
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em.is-mid {
        color: #935f15;
        background: rgba(251, 191, 36, 0.18);
        border-color: rgba(251, 191, 36, 0.26);
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em.is-low {
        color: #116329;
        background: rgba(34, 197, 94, 0.12);
        border-color: rgba(34, 197, 94, 0.24);
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list li,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list li {
        display: grid;
        grid-template-columns: 42px 1fr auto;
        gap: 8px;
        align-items: start;
        font-size: 12px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-unlock-list li {
        grid-template-columns: 1fr auto;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list time {
        font-variant-numeric: tabular-nums;
        color: #64748b;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list a,
    .ft-homepage .ft-latest-hub .ft-latest-whale-list span,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list a,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list span {
        color: #111827;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.35;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list em,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list em {
        font-style: normal;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-size: 11px;
        color: #334155;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-list--compact {
        max-height: 190px !important;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board {
        display: flex;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 10px;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-head h4 {
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
        color: #1e3a8a;
        background: #4f74c6;
        color: #fff;
        border-radius: 8px;
        padding: 6px 10px;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        min-width: 170px;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-submeta {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        flex-wrap: wrap;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-live {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: #16a34a;
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35);
        animation: ft-board-live-pulse 1.8s ease-in-out infinite;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-kpi {
        display: inline-block;
        font-size: 11px;
        line-height: 1.1;
        color: #475569;
        font-weight: 700;
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-kpi:first-child {
        color: #334155;
    }

    @keyframes ft-board-live-pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.34);
        }
        70% {
            box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
        }
    }

    @media (max-width: 1200px) {
        .ft-homepage .ft-latest-hub .ft-crypto-board-meta {
            min-width: 148px;
        }
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-table {
        --cols: 0.72fr 1.06fr 0.98fr 1fr 1fr;
        --head-h: 52px;
        --row-h: 48px;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid rgba(15, 23, 42, 0.08);
        height: calc(var(--head-h) + var(--row-h) * 6);
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-table.is-flow {
        --cols: 0.66fr 1.18fr 1.02fr 0.90fr 0.80fr;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row {
        display: grid;
        grid-template-columns: var(--cols);
        gap: 10px;
        align-items: center;
        padding: 0 12px;
        height: var(--row-h);
        background: rgba(255, 255, 255, 0.26);
        font-size: 11px;
        line-height: 1.35;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row:nth-child(even) {
        background: rgba(255, 255, 255, 0.42);
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row.is-head {
        background: rgba(15, 23, 42, 0.12);
        height: var(--head-h);
        font-size: 13px;
        font-weight: 700;
        color: #374151;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: keep-all;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row span:first-child {
        font-weight: 800;
        color: #0f172a;
        white-space: nowrap;
        word-break: keep-all;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-table:not(.is-flow) .ft-crypto-board-row span:nth-child(2),
    .ft-homepage .ft-latest-hub .ft-crypto-board-table:not(.is-flow) .ft-crypto-board-row span:nth-child(3),
    .ft-homepage .ft-latest-hub .ft-crypto-board-table.is-flow .ft-crypto-board-row span:nth-child(3),
    .ft-homepage .ft-latest-hub .ft-crypto-board-table.is-flow .ft-crypto-board-row span:nth-child(4) {
        white-space: nowrap;
        word-break: keep-all;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row .is-up {
        color: #15803d;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row .is-down {
        color: #dc2626;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ft-homepage .ft-stream-section.ft-latest-hub {
        display: grid !important;
        grid-template-columns: minmax(0, 1.9fr) minmax(220px, 1fr) !important;
        gap: 14px !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-rail--left {
        display: none !important;
    }
}

/* Mobile-only WSJ English-style model (desktop untouched) */
@media (max-width: 991px) {
    .ft-homepage {
        --ft-wsj-border: #d9d9d9;
        --ft-wsj-text: #111111;
        --ft-wsj-sub: #5f5f5f;
        background: #ffffff !important;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .ft-homepage .ft-main {
        padding: 0 12px 18px !important;
        gap: 0 !important;
        background: #ffffff !important;
    }

    /* Keep homepage close to WSJ mobile flow */
    .ft-homepage .ft-mobile-ticker-module,
    .ft-homepage .ft-mobile-market-module,
    .ft-homepage .ft-rail-module,
    .ft-homepage .ft-crypto-board {
        display: none !important;
    }

    .ft-homepage .ft-topic,
    .ft-homepage .ft-follow-pill,
    .ft-homepage .ft-trio-short-note,
    .ft-homepage .ft-stream-excerpt {
        display: none !important;
    }

    .ft-homepage .ft-top-grid,
    .ft-homepage .ft-mid-column,
    .ft-homepage .ft-trio-grid,
    .ft-homepage .ft-stream-section.ft-latest-hub,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main,
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid.ft-stream-list {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        overflow: visible !important;
    }

    .ft-homepage .ft-trio-grid {
        white-space: normal !important;
    }

    .ft-homepage .ft-lead-story {
        display: block !important;
        position: static !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 0 14px !important;
        padding: 0 0 14px !important;
        border: 0 !important;
        border-bottom: 1px solid var(--ft-wsj-border) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        overflow: visible !important;
    }

    .ft-homepage .ft-lead-story::after {
        content: none !important;
        display: none !important;
    }

    .ft-homepage .ft-lead-image-link {
        display: block !important;
        margin: 0 0 9px !important;
    }

    .ft-homepage .ft-lead-image-wrapper {
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-lead-image {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-lead-meta-top {
        display: flex !important;
        margin: 0 0 6px !important;
        padding: 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        color: var(--ft-wsj-sub) !important;
        text-transform: uppercase !important;
        letter-spacing: 0.03em !important;
        gap: 8px !important;
    }

    .ft-homepage .ft-lead-title {
        position: static !important;
        inset: auto !important;
        margin: 0 !important;
        width: 100% !important;
        z-index: auto !important;
        color: var(--ft-wsj-text) !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: clamp(28px, 7.1vw, 34px) !important;
        line-height: 1.08 !important;
        font-weight: 700 !important;
        letter-spacing: -0.01em !important;
        display: block !important;
        overflow: visible !important;
    }

    .ft-homepage .ft-lead-title a {
        color: var(--ft-wsj-text) !important;
        position: static !important;
        inset: auto !important;
        font: inherit !important;
        line-height: inherit !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
    }

    .ft-homepage .ft-lead-excerpt {
        display: -webkit-box !important;
        margin: 7px 0 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        color: #4d4d4d !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-mid-story,
    .ft-homepage .ft-mid-story:last-child,
    .ft-homepage .ft-trio-card,
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child,
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2),
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 1),
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 2),
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 3),
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 4) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 98px !important;
        grid-template-areas:
            "title image"
            "meta image";
        align-items: start !important;
        gap: 6px 10px !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid var(--ft-wsj-border) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        float: none !important;
        clear: both !important;
    }

    .ft-homepage .ft-trio-grid .ft-trio-card:last-child,
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:last-child {
        border-bottom: 1px solid var(--ft-wsj-border) !important;
    }

    .ft-homepage .ft-mid-story .ft-mid-image-link,
    .ft-homepage .ft-trio-card .ft-trio-image-link,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image-link,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:first-child .ft-stream-image-link,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        grid-area: image !important;
        width: 98px !important;
        min-width: 98px !important;
        max-width: 98px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ft-homepage .ft-mid-story .ft-mid-image-wrapper,
    .ft-homepage .ft-trio-card .ft-trio-image-wrapper,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:first-child .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper {
        width: 98px !important;
        height: 72px !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-mid-story .ft-mid-image,
    .ft-homepage .ft-trio-card .ft-trio-image,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:first-child .ft-stream-image,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:nth-child(n + 2) .ft-stream-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-mid-story .ft-mid-title,
    .ft-homepage .ft-trio-card .ft-trio-title,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title a,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:first-child .ft-stream-title,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:first-child .ft-stream-title a,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        grid-area: title !important;
        margin: 0 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 17px !important;
        line-height: 1.16 !important;
        font-weight: 700 !important;
        color: var(--ft-wsj-text) !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-mid-story .ft-mid-time,
    .ft-homepage .ft-trio-card .ft-trio-topic-row,
    .ft-homepage .ft-trio-card .ft-trio-time,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-meta,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:first-child .ft-stream-meta,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-item:nth-child(n + 2) .ft-stream-meta {
        grid-area: meta !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        color: #6b6b6b !important;
        font-variant-numeric: tabular-nums !important;
        text-transform: uppercase !important;
        letter-spacing: 0.01em !important;
    }

    .ft-homepage .ft-stream-section .ft-block-title {
        margin: 16px 0 8px !important;
        padding: 0 !important;
        border: 0 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 21px !important;
        line-height: 1.14 !important;
        font-weight: 700 !important;
        color: var(--ft-wsj-text) !important;
        text-transform: none !important;
        letter-spacing: -0.01em !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item::after,
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child::after,
    .ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2)::after {
        content: none !important;
        display: none !important;
    }
}

/* WSJ mobile lock: force final visual rhythm after legacy blocks */
@media (max-width: 991px) {
    main.ft-homepage .ft-main {
        padding: 0 14px 20px !important;
        background: #fff !important;
    }

    main.ft-homepage .ft-top-grid,
    main.ft-homepage .ft-mid-column,
    main.ft-homepage .ft-trio-grid,
    main.ft-homepage .ft-stream-section.ft-latest-hub,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid.ft-stream-list {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-lead-story {
        position: static !important;
        min-height: 0 !important;
        margin: 0 0 14px !important;
        padding: 0 0 14px !important;
        border-bottom: 1px solid #d9d9d9 !important;
        background: transparent !important;
        overflow: visible !important;
    }

    main.ft-homepage .ft-lead-story::after {
        content: none !important;
    }

    main.ft-homepage .ft-lead-image-link {
        margin: 0 0 10px !important;
    }

    main.ft-homepage .ft-lead-image-wrapper {
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-lead-image {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

    main.ft-homepage .ft-lead-title,
    main.ft-homepage .ft-lead-title a {
        position: static !important;
        inset: auto !important;
        display: block !important;
        margin: 0 !important;
        color: #111 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: clamp(28px, 7vw, 34px) !important;
        font-weight: 700 !important;
        line-height: 1.08 !important;
        letter-spacing: -0.01em !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
    }

    main.ft-homepage .ft-lead-meta-top {
        display: flex !important;
        margin: 0 0 6px !important;
        font-size: 11px !important;
        color: #5f5f5f !important;
        text-transform: uppercase !important;
        letter-spacing: 0.03em !important;
        gap: 8px !important;
    }

    main.ft-homepage .ft-lead-excerpt {
        display: -webkit-box !important;
        margin-top: 7px !important;
        color: #4d4d4d !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mid-story,
    main.ft-homepage .ft-trio-card,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) {
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #d9d9d9 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        float: none !important;
        clear: both !important;
    }

    main.ft-homepage .ft-mid-story .ft-mid-image-link,
    main.ft-homepage .ft-trio-card .ft-trio-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image-link {
        width: 106px !important;
        min-width: 106px !important;
        max-width: 106px !important;
        margin: 0 !important;
        padding: 0 !important;
        flex: 0 0 106px !important;
    }

    main.ft-homepage .ft-mid-story .ft-mid-image-wrapper,
    main.ft-homepage .ft-trio-card .ft-trio-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image-wrapper {
        width: 106px !important;
        height: 74px !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mid-story .ft-mid-image,
    main.ft-homepage .ft-trio-card .ft-trio-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    main.ft-homepage .ft-mid-story .ft-mid-body,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-body {
        display: block !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    main.ft-homepage .ft-mid-story .ft-mid-title,
    main.ft-homepage .ft-mid-story .ft-mid-title a,
    main.ft-homepage .ft-trio-card .ft-trio-title,
    main.ft-homepage .ft-trio-card .ft-trio-title a,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title a {
        margin: 0 !important;
        color: #111 !important;
        text-align: left !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 17px !important;
        line-height: 1.18 !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mid-story .ft-mid-time,
    main.ft-homepage .ft-trio-card .ft-trio-topic-row,
    main.ft-homepage .ft-trio-card .ft-trio-time,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-meta {
        margin: 4px 0 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        color: #6b6b6b !important;
        font-variant-numeric: tabular-nums !important;
        text-transform: uppercase !important;
        letter-spacing: 0.01em !important;
    }

    main.ft-homepage .ft-trio-short-note,
    main.ft-homepage .ft-stream-excerpt {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section .ft-block-title {
        margin: 16px 0 8px !important;
        border: 0 !important;
        padding: 0 !important;
        color: #111 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 21px !important;
        line-height: 1.14 !important;
        font-weight: 700 !important;
        letter-spacing: -0.01em !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item::after {
        content: none !important;
        display: none !important;
    }
}

/* WSJ mobile rhythm tune v2: tighter typography + cleaner rows */
@media (max-width: 991px) {
    main.ft-homepage .ft-mid-column,
    main.ft-homepage .ft-trio-grid {
        display: none !important;
    }

    main.ft-homepage .ft-lead-title,
    main.ft-homepage .ft-lead-title a {
        font-size: clamp(22px, 6.2vw, 28px) !important;
        line-height: 1.14 !important;
        letter-spacing: -0.01em !important;
    }

    main.ft-homepage .ft-lead-excerpt {
        font-size: 14px !important;
        line-height: 1.4 !important;
        -webkit-line-clamp: 2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) {
        padding: 11px 0 !important;
        gap: 10px !important;
        align-items: flex-start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image-link {
        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;
        flex: 0 0 104px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-image-wrapper {
        width: 104px !important;
        height: 70px !important;
        border-radius: 3px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-body {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        width: auto !important;
        flex: 1 1 auto !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title a {
        font-size: 18px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.006em !important;
        margin: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-excerpt {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-meta {
        margin-top: 6px !important;
        width: auto !important;
        min-width: 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        letter-spacing: 0.02em !important;
        text-transform: uppercase !important;
        opacity: 0.82 !important;
    }
}

/* WSJ mobile homepage final lock v3 */
.ft-wsj-mobile-auth,
.ft-lead-image-triptych {
    display: none;
}

@media (max-width: 991px) {
    main.ft-homepage {
        background: #ffffff !important;
    }

    main.ft-homepage .ft-main {
        padding: 10px 14px 20px !important;
        background: #ffffff !important;
    }

    main.ft-homepage .ft-wsj-mobile-auth {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 2px 0 14px !important;
        padding: 0;
        border: 0;
        background: transparent;
    }

    main.ft-homepage .ft-wsj-mobile-auth-btn {
        height: 68px;
        border: 1px solid #b8c1c8;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #2a2a2a;
        background: #ffffff;
        font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 0.04em;
        font-weight: 700;
        text-transform: uppercase;
    }

    main.ft-homepage .ft-wsj-mobile-auth-btn.is-primary {
        background: #0d75bb;
        border-color: #0d75bb;
        color: #ffffff;
    }

    main.ft-homepage .ft-lead-image-wrapper {
        display: none !important;
    }

    main.ft-homepage .ft-lead-image-triptych {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        border-radius: 6px;
        overflow: hidden;
    }

    main.ft-homepage .ft-lead-triptych-cell {
        margin: 0;
        height: 184px;
        background: #ececec;
        overflow: hidden;
    }

    main.ft-homepage .ft-lead-triptych-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    main.ft-homepage .ft-lead-triptych-cell.is-fallback .ft-lead-triptych-ph {
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #d9dde2 0%, #b9c2d1 100%);
    }

    main.ft-homepage .ft-lead-triptych-cell:nth-child(1) .ft-lead-triptych-image {
        object-position: left center;
    }

    main.ft-homepage .ft-lead-triptych-cell:nth-child(2) .ft-lead-triptych-image {
        object-position: center center;
    }

    main.ft-homepage .ft-lead-triptych-cell:nth-child(3) .ft-lead-triptych-image {
        object-position: right center;
    }

    main.ft-homepage .ft-lead-meta-top {
        margin: 10px 0 6px !important;
        font-size: 12px !important;
        color: #666666 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }

    main.ft-homepage .ft-lead-meta-top .ft-topic,
    main.ft-homepage .ft-lead-meta-top .ft-follow-pill {
        display: none !important;
    }

    main.ft-homepage .ft-lead-title,
    main.ft-homepage .ft-lead-title a {
        font-size: clamp(34px, 10.4vw, 50px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.012em !important;
        font-weight: 700 !important;
    }

    main.ft-homepage .ft-lead-excerpt {
        display: block !important;
        margin-top: 8px !important;
        color: #3f3f3f !important;
        font-size: 15px !important;
        line-height: 1.42 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child {
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) 104px !important;
        grid-template-areas:
            "meta title image"
            "meta excerpt image";
        gap: 6px 12px !important;
        align-items: start !important;
        padding: 12px 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-body,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-image-link {
        grid-area: image !important;
        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-image-wrapper {
        width: 104px !important;
        height: 76px !important;
        border-radius: 4px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-title a {
        grid-area: title !important;
        margin: 0 !important;
        font-size: 20px !important;
        line-height: 1.16 !important;
        font-weight: 700 !important;
        -webkit-line-clamp: 2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-excerpt {
        grid-area: excerpt !important;
        display: -webkit-box !important;
        margin: 0 !important;
        color: #5d5d5d !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-meta {
        grid-area: meta !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 2px !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        opacity: 0.9 !important;
        margin-top: 2px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-meta span,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child .ft-stream-meta time {
        display: block !important;
        line-height: 1.1 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 104px !important;
        grid-template-areas:
            "title image"
            "meta image";
        gap: 6px 10px !important;
        align-items: start !important;
        padding: 11px 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        grid-area: title !important;
        font-size: 18px !important;
        line-height: 1.18 !important;
        font-weight: 700 !important;
        margin: 0 !important;
        -webkit-line-clamp: 2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta {
        grid-area: meta !important;
        margin-top: 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        opacity: 0.82 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        grid-area: image !important;
        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper {
        width: 104px !important;
        height: 70px !important;
        border-radius: 4px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        display: none !important;
    }
}

/* WSJ mobile below-fold alignment v4 */
@media (max-width: 991px) {
    main.ft-homepage .ft-lead-triptych-cell {
        height: 278px !important;
    }

    main.ft-homepage .ft-lead-meta-top {
        margin: 12px 0 8px !important;
        font-size: 12px !important;
        color: #5f5f5f !important;
    }

    main.ft-homepage .ft-lead-title,
    main.ft-homepage .ft-lead-title a {
        font-size: clamp(42px, 11.8vw, 60px) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.016em !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-lead-excerpt {
        margin-top: 10px !important;
        font-size: 16px !important;
        line-height: 1.42 !important;
        color: #3d3d3d !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub {
        margin-top: 22px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-block-title {
        margin: 0 0 10px !important;
        padding: 0 !important;
        font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
        font-size: 12px !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        color: #626262 !important;
        font-weight: 700 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 116px !important;
        grid-template-areas:
            "title image"
            "excerpt image"
            "meta image";
        gap: 7px 12px !important;
        padding: 13px 0 !important;
        border-bottom: 1px solid #dbdbdb !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-link {
        grid-area: image !important;
        width: 116px !important;
        min-width: 116px !important;
        max-width: 116px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-wrapper {
        width: 116px !important;
        height: 82px !important;
        border-radius: 3px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title a {
        grid-area: title !important;
        margin: 0 !important;
        font-size: 21px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.01em !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-excerpt {
        grid-area: excerpt !important;
        display: -webkit-box !important;
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.36 !important;
        color: #595959 !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-meta {
        grid-area: meta !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        color: #6a6a6a !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        opacity: 0.9 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-meta span {
        display: none !important;
    }
}

/* WSJ mobile structure mimic v5 */
@media (max-width: 991px) {
    main.ft-homepage .ft-top-grid {
        margin-bottom: 18px !important;
    }

    main.ft-homepage .ft-lead-story {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    main.ft-homepage .ft-lead-title {
        order: 1 !important;
    }

    main.ft-homepage .ft-lead-image-link {
        order: 2 !important;
        margin: 12px 0 0 !important;
    }

    main.ft-homepage .ft-lead-excerpt {
        order: 3 !important;
        margin-top: 12px !important;
    }

    main.ft-homepage .ft-lead-meta-top {
        order: 4 !important;
        margin-top: 10px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-block-title {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:first-child,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(n + 2) {
        display: block !important;
        padding: 18px 0 !important;
        border-bottom: 1px solid #d8d8d8 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-body {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-image-link {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-title a {
        font-size: 23px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.012em !important;
        margin: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-excerpt {
        display: -webkit-box !important;
        margin-top: 10px !important;
        font-size: 15px !important;
        line-height: 1.42 !important;
        color: #444 !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-meta {
        margin-top: 10px !important;
        display: flex !important;
        gap: 8px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        color: #6a6a6a !important;
        opacity: 0.95 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-meta span {
        display: inline !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 0 12px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-image-wrapper {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10 !important;
        border-radius: 6px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-title a {
        font-size: 24px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.012em !important;
        margin: 0 !important;
        text-align: center !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-excerpt {
        display: -webkit-box !important;
        margin-top: 10px !important;
        font-size: 15px !important;
        line-height: 1.42 !important;
        color: #444 !important;
        text-align: center !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-meta {
        margin-top: 10px !important;
        display: flex !important;
        justify-content: center !important;
        gap: 8px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        color: #6a6a6a !important;
    }
}

/* Home hero proportion tune v6 (reduce oversized lead typography) */
@media (max-width: 991px) {
    main.ft-homepage .ft-lead-title,
    main.ft-homepage .ft-lead-title a {
        font-size: clamp(31px, 8.9vw, 42px) !important;
        line-height: 1.1 !important;
        letter-spacing: -0.012em !important;
    }

    main.ft-homepage .ft-lead-image-link {
        margin-top: 10px !important;
    }

    main.ft-homepage .ft-lead-triptych-cell {
        height: 252px !important;
    }

    main.ft-homepage .ft-lead-excerpt {
        margin-top: 9px !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        -webkit-line-clamp: 2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-title a {
        font-size: 21px !important;
        line-height: 1.14 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-title a {
        font-size: 22px !important;
        line-height: 1.14 !important;
    }
}

/* WSJ mobile lock v7: higher density + mixed image/text rhythm */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-ticker-module {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-rail {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main {
        width: 100% !important;
        max-width: none !important;
    }

    main.ft-homepage .ft-lead-image-wrapper {
        display: block !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-lead-image-triptych {
        display: none !important;
    }

    main.ft-homepage .ft-lead-image {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10 !important;
        object-fit: contain !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-lead-title,
    main.ft-homepage .ft-lead-title a {
        font-size: clamp(28px, 7.8vw, 36px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.012em !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-block-title {
        display: block !important;
        margin: 16px 0 8px !important;
        font-size: 19px !important;
        line-height: 1.2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item {
        display: block !important;
        margin: 0 !important;
        padding: 11px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #dfdfdf !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-body {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-link {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title a {
        margin: 0 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 19px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.008em !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-excerpt {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-meta {
        margin-top: 6px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        color: #6a6a6a !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        opacity: 0.9 !important;
    }

    /* Every third row keeps an image card; others are title-only rows */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 118px !important;
        grid-template-areas:
            "title image"
            "excerpt image"
            "meta image";
        gap: 7px 12px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-image-link {
        display: block !important;
        grid-area: image !important;
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-image-wrapper {
        width: 118px !important;
        height: 82px !important;
        border-radius: 5px !important;
        overflow: hidden !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-title a {
        grid-area: title !important;
        font-size: 18px !important;
        line-height: 1.18 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-excerpt {
        display: -webkit-box !important;
        grid-area: excerpt !important;
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        color: #555 !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-meta {
        grid-area: meta !important;
        margin: 0 !important;
    }
}

/* WSJ mobile stream hard override v8 (neutralize old odd/even blocks) */
@media (max-width: 991px) {
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) {
        display: block !important;
        margin: 0 !important;
        padding: 11px 0 !important;
        border-bottom: 1px solid #dfdfdf !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-image-link {
        display: none !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-title a,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-title a {
        font-size: 19px !important;
        line-height: 1.18 !important;
        text-align: left !important;
        margin: 0 !important;
        -webkit-line-clamp: 2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-excerpt,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-excerpt {
        display: none !important;
        margin: 0 !important;
        text-align: left !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(odd) .ft-stream-meta,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(even) .ft-stream-meta {
        margin-top: 6px !important;
        justify-content: flex-start !important;
        font-size: 11px !important;
        color: #6a6a6a !important;
    }

    /* re-enable image rows */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 118px !important;
        grid-template-areas:
            "title image"
            "excerpt image"
            "meta image";
        gap: 7px 12px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-image-link {
        display: block !important;
        grid-area: image !important;
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-excerpt {
        display: -webkit-box !important;
        grid-area: excerpt !important;
        margin: 0 !important;
    }
}

/* WSJ mobile density v9: more sections + compact information flow */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-ticker-module {
        display: block !important;
        margin: 10px 0 14px !important;
        padding: 0 !important;
        border-top: 1px solid #d7d7d7 !important;
        border-bottom: 1px solid #d7d7d7 !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-rail-title {
        margin: 0 !important;
        padding: 7px 0 6px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        color: #5b5b5b !important;
        border-bottom: 1px solid #ececec !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item {
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) !important;
        grid-template-areas:
            "time title";
        column-gap: 8px !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 6px 0 !important;
        border-bottom: 1px solid #efefef !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item:last-child {
        border-bottom: 0 !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-time {
        grid-area: time !important;
        margin: 0 !important;
        font-size: 11px !important;
        color: #7a7a7a !important;
        font-variant-numeric: tabular-nums !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-badge {
        display: none !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-link {
        grid-area: title !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        color: #171717 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mobile-market-module {
        display: block !important;
        margin: 0 0 14px !important;
        padding: 0 !important;
        border-top: 1px solid #d7d7d7 !important;
        border-bottom: 1px solid #d7d7d7 !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-mobile-market-module .section-header {
        margin: 0 !important;
        padding: 7px 0 6px !important;
        border: 0 !important;
        border-bottom: 1px solid #ececec !important;
    }

    main.ft-homepage .ft-mobile-market-module .section-title-text {
        font-size: 12px !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        color: #5b5b5b !important;
    }

    main.ft-homepage .ft-mobile-market-module .market-live-chip,
    main.ft-homepage .ft-mobile-market-module .pulse-dot,
    main.ft-homepage .ft-mobile-market-module .market-swipe-hint,
    main.ft-homepage .ft-mobile-market-module .activity-pill-index,
    main.ft-homepage .ft-mobile-market-module .live-dot,
    main.ft-homepage .ft-mobile-market-module .activity-pill-visual {
        display: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .market-activity-shell {
        margin: 0 !important;
        padding: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .market-activity-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
        max-height: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card {
        min-width: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 7px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #efefef !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:last-child {
        border-bottom: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-main {
        display: grid !important;
        grid-template-columns: 54px minmax(0, 1fr) !important;
        grid-template-areas:
            "time title"
            "time meta";
        column-gap: 8px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-meta {
        grid-area: meta !important;
        margin: 2px 0 0 !important;
        display: flex !important;
        gap: 6px !important;
        align-items: center !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-meta .ft-rail-time {
        grid-area: time !important;
        font-size: 11px !important;
        color: #7a7a7a !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-meta .activity-pill-tag {
        font-size: 10px !important;
        line-height: 1.2 !important;
        color: #6f6f6f !important;
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .ft-rail-link {
        grid-area: title !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        color: #171717 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    /* Latest: mostly title rows, occasional image rows */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item {
        padding: 9px 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-link {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title a {
        font-size: 17px !important;
        line-height: 1.22 !important;
        -webkit-line-clamp: 2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-meta {
        margin-top: 5px !important;
        font-size: 11px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-excerpt {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(3n + 1) .ft-stream-image-link {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 1) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 108px !important;
        grid-template-areas:
            "title image"
            "meta image";
        gap: 6px 10px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image-link {
        display: block !important;
        grid-area: image !important;
        width: 108px !important;
        min-width: 108px !important;
        max-width: 108px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image-wrapper {
        width: 108px !important;
        height: 76px !important;
        border-radius: 5px !important;
        overflow: hidden !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        background: #f2f2f2 !important;
    }
}

/* WSJ mobile pattern v10: de-dup modules + mixed card rhythm */
@media (max-width: 991px) {
    /* Market module: use mixed cards, not same text-list as 24H */
    main.ft-homepage .ft-mobile-market-module .activity-card {
        display: block !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #e9e9e9 !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .activity-pill-main {
        display: block !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .activity-pill-meta {
        margin-top: 5px !important;
        display: flex !important;
        gap: 8px !important;
        align-items: center !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .activity-pill-meta .ft-rail-time {
        font-size: 11px !important;
        color: #7a7a7a !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .activity-pill-tag {
        font-size: 10px !important;
        color: #7a7a7a !important;
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .ft-rail-link {
        color: #111 !important;
        font-size: 17px !important;
        line-height: 1.26 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .activity-pill-visual {
        display: none !important;
        margin: 0 0 8px !important;
        width: 100% !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.has-image .activity-pill-visual {
        display: block !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card .activity-pill-thumb {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.has-image:nth-child(even) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 108px !important;
        grid-template-areas:
            "title image"
            "meta image";
        column-gap: 10px !important;
        row-gap: 5px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.has-image:nth-child(even) .activity-pill-visual {
        grid-area: image !important;
        margin: 0 !important;
        width: 108px !important;
        min-width: 108px !important;
        height: 76px !important;
        border-radius: 5px !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.has-image:nth-child(even) .activity-pill-thumb {
        width: 108px !important;
        height: 76px !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.has-image:nth-child(even) .activity-pill-main {
        grid-area: title !important;
    }

    /* Latest feed: text rows + side-image rows + top-image rows */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item {
        display: block !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #e2e2e2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-link {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title a {
        font-size: 18px !important;
        line-height: 1.22 !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-excerpt {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-meta {
        margin-top: 5px !important;
        font-size: 11px !important;
    }

    /* left-title + right-image */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(4n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 108px !important;
        grid-template-areas:
            "title image"
            "meta image";
        column-gap: 10px !important;
        row-gap: 5px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(4n + 2) .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(4n + 2) .ft-stream-image-link {
        display: block !important;
        grid-area: image !important;
        width: 108px !important;
        min-width: 108px !important;
        max-width: 108px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(4n + 2) .ft-stream-image-wrapper {
        width: 108px !important;
        height: 76px !important;
        border-radius: 5px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(4n + 2) .ft-stream-image {
        width: 108px !important;
        height: 76px !important;
        object-fit: cover !important;
    }

    /* top-image + title + brief */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(6n + 1) {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(6n + 1) .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 8px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(6n + 1) .ft-stream-image-wrapper {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        border-radius: 6px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(6n + 1) .ft-stream-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(6n + 1) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(6n + 1) .ft-stream-title a {
        font-size: 19px !important;
        line-height: 1.2 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:not(.is-no-image):nth-child(6n + 1) .ft-stream-excerpt {
        display: -webkit-box !important;
        margin-top: 6px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        color: #4f4f4f !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
}

/* Mobile hard-fix: no-image rows must stay text-only (no blank image slots) */
@media (max-width: 991px) {
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image {
        display: block !important;
        grid-template-columns: none !important;
        grid-template-areas: none !important;
        padding: 10px 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-body {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-excerpt {
        display: none !important;
    }
}

/* Mobile fallback-card rhythm: keep WSJ mixed layout even when source has no real image */
@media (max-width: 991px) {
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 108px !important;
        grid-template-areas:
            "title image"
            "meta image";
        column-gap: 10px !important;
        row-gap: 5px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        height: auto !important;
        margin: 0 !important;
        background: linear-gradient(135deg, #1e3a8a 0%, #0f766e 100%) !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        position: relative !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) .ft-stream-image-link {
        grid-area: image !important;
        width: 108px !important;
        min-width: 108px !important;
        max-width: 108px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) .ft-stream-image-wrapper {
        width: 108px !important;
        height: 76px !important;
        border-radius: 5px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) .ft-stream-image-link {
        margin: 0 0 8px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) .ft-stream-image-wrapper {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        border-radius: 6px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image-wrapper img {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image-link.fallback-image::before {
        content: "INSIGHT";
        position: absolute;
        right: 8px;
        bottom: 6px;
        font-size: 10px;
        letter-spacing: 0.16em;
        color: rgba(255, 255, 255, 0.78);
        font-weight: 700;
        font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) .ft-stream-excerpt {
        display: -webkit-box !important;
        margin-top: 6px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        color: #4f4f4f !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
}

/* Final safety: keep no-image rows stable, only top-image fallback cards */
@media (max-width: 991px) {
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) {
        display: block !important;
        grid-template-columns: none !important;
        grid-template-areas: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) .ft-stream-body {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(4n + 2) .ft-stream-image-link {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        height: 180px !important;
        margin: 0 0 8px !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        background: linear-gradient(135deg, #1e3a8a 0%, #0f766e 100%) !important;
        position: relative !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(6n + 1) .ft-stream-image {
        display: none !important;
    }
}

/* Mobile final lock v141: WSJ-like ticker + market + latest rhythm (desktop untouched) */
@media (max-width: 991px) {
    main.ft-homepage {
        --ft-mobile-line: #dddddd;
        --ft-mobile-text: #111111;
        --ft-mobile-sub: #666666;
        --ft-mobile-accent: #b0892f;
    }

    main.ft-homepage .ft-main {
        padding: 0 14px 20px !important;
        background: #ffffff !important;
    }

    main.ft-homepage .ft-mobile-ticker-module,
    main.ft-homepage .ft-mobile-market-module {
        display: block !important;
        margin: 12px 0 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-rail-title,
    main.ft-homepage .ft-mobile-market-module .ft-rail-title {
        margin: 0 0 6px !important;
        padding: 0 !important;
        border: 0 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 26px !important;
        line-height: 1.1 !important;
        letter-spacing: -0.01em !important;
        color: var(--ft-mobile-text) !important;
    }

    /* 24H: WSJ-like compact rows (time + headline) */
    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-list {
        margin: 0 !important;
        padding: 0 !important;
        border-top: 1px solid var(--ft-mobile-line) !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item {
        display: grid !important;
        grid-template-columns: 52px minmax(0, 1fr) !important;
        gap: 10px !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 9px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid var(--ft-mobile-line) !important;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item::before,
    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item .ft-mobile-ticker-badge {
        display: none !important;
        content: none !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-time {
        margin: 0 !important;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #7a7a7a !important;
        letter-spacing: 0.02em !important;
        line-height: 1.2 !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-link {
        display: -webkit-box !important;
        margin: 0 !important;
        color: var(--ft-mobile-text) !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 21px !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    /* Market: mixed rhythm, distinct from ticker */
    main.ft-homepage .ft-mobile-market-module .market-swipe-hint {
        display: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .section-header {
        display: flex !important;
        align-items: baseline !important;
        gap: 8px !important;
    }

    main.ft-homepage .ft-mobile-market-module .market-live-chip {
        margin-left: auto !important;
        font-size: 11px !important;
        letter-spacing: 0.08em !important;
        color: #8d8d8d !important;
        border: 0 !important;
        background: transparent !important;
        padding: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .market-activity-shell,
    main.ft-homepage .ft-mobile-market-module .market-activity-wrapper,
    main.ft-homepage .ft-mobile-market-module .ft-rail-list {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border-top: 1px solid var(--ft-mobile-line) !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card {
        display: block !important;
        position: relative !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid var(--ft-mobile-line) !important;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        min-width: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-index,
    main.ft-homepage .ft-mobile-market-module .live-dot {
        display: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-main {
        display: block !important;
    }

    main.ft-homepage .ft-mobile-market-module .ft-rail-link {
        display: -webkit-box !important;
        margin: 0 !important;
        color: var(--ft-mobile-text) !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 22px !important;
        line-height: 1.14 !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-meta {
        display: flex !important;
        gap: 8px !important;
        margin: 6px 0 0 !important;
        color: var(--ft-mobile-sub) !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.02em !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-tag {
        border: 0 !important;
        background: transparent !important;
        color: var(--ft-mobile-accent) !important;
        padding: 0 !important;
        font-size: 11px !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-visual {
        display: none !important;
        margin: 0 !important;
        text-decoration: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-pill-thumb {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 1) .activity-pill-visual {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        margin: 0 0 8px !important;
        border-radius: 6px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 110px !important;
        grid-template-areas:
            "title image"
            "meta image";
        column-gap: 10px !important;
        row-gap: 6px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) .activity-pill-main {
        display: contents !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) .ft-rail-link {
        grid-area: title !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) .activity-pill-meta {
        grid-area: meta !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) .activity-pill-visual {
        display: block !important;
        grid-area: image !important;
        width: 110px !important;
        min-width: 110px !important;
        height: 76px !important;
        border-radius: 5px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-visual {
        background: linear-gradient(135deg, #0f2b63 0%, #234f8f 48%, #0f766e 100%) !important;
        position: relative !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-visual::after {
        content: "INSIGHT";
        position: absolute;
        right: 8px;
        bottom: 6px;
        font-size: 10px;
        letter-spacing: 0.16em;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.78);
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-thumb {
        opacity: 0 !important;
    }

    /* Latest hub: deterministic WSJ-like mixed rows */
    main.ft-homepage .ft-stream-section.ft-latest-hub {
        display: block !important;
        margin-top: 16px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-rail {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid.ft-stream-list {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-block-title {
        margin: 0 0 8px !important;
        padding: 0 !important;
        border: 0 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 34px !important;
        line-height: 1.05 !important;
        color: var(--ft-mobile-text) !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item {
        display: block !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid var(--ft-mobile-line) !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-image-link {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-title a {
        margin: 0 !important;
        color: var(--ft-mobile-text) !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        font-size: 20px !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-excerpt {
        display: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-meta {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin: 5px 0 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        color: var(--ft-mobile-sub) !important;
        text-transform: uppercase !important;
        letter-spacing: 0.02em !important;
    }

    /* Top-image cards */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1) .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        margin: 0 0 8px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1) .ft-stream-image-wrapper {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        background: #f1f1f1 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1) .ft-stream-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1) .ft-stream-excerpt {
        display: -webkit-box !important;
        margin-top: 6px !important;
        color: #4f4f4f !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    /* Side-image rows */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 110px !important;
        grid-template-areas:
            "title image"
            "meta image";
        column-gap: 10px !important;
        row-gap: 6px !important;
        align-items: start !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-body,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-body {
        display: contents !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-title a,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-title a {
        grid-area: title !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-meta,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-meta {
        grid-area: meta !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-image-link {
        display: block !important;
        grid-area: image !important;
        width: 110px !important;
        min-width: 110px !important;
        height: 76px !important;
        border-radius: 5px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-image-wrapper {
        width: 110px !important;
        height: 76px !important;
        border-radius: 5px !important;
        overflow: hidden !important;
        background: #f1f1f1 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-image {
        width: 110px !important;
        height: 76px !important;
        object-fit: cover !important;
    }

    /* No-image fallback visuals for image rows */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-link {
        display: block !important;
        background: linear-gradient(135deg, #0f2b63 0%, #234f8f 48%, #0f766e 100%) !important;
        position: relative !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image::before,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image::before,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image::before {
        content: "";
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-link::after,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-link::after,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-link::after {
        content: "INSIGHT";
        position: absolute;
        right: 8px;
        bottom: 6px;
        font-size: 10px;
        letter-spacing: 0.16em;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.78);
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image {
        opacity: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:not(:nth-child(5n + 1)):not(:nth-child(5n + 2)):not(:nth-child(5n + 4)) .ft-stream-image-link {
        display: none !important;
    }
}

/* Mobile stability guard v142: neutralize legacy absolute/grid conflicts */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-market-module .activity-card,
    main.ft-homepage .ft-mobile-market-module .activity-card::before,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item::before,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item::after,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-body,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-meta {
        position: static !important;
        inset: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        float: none !important;
        clear: none !important;
        transform: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card {
        border-left: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card::before {
        display: none !important;
        content: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item {
        display: block !important;
    }

    /* Side-image rows use stable flex to avoid text overlap */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) {
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-body,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-body {
        display: block !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-image-link {
        display: block !important;
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
        height: 76px !important;
        margin: 0 !important;
        flex: 0 0 110px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-image-wrapper {
        display: block !important;
        width: 110px !important;
        height: 76px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4) .ft-stream-image {
        display: block !important;
        width: 110px !important;
        height: 76px !important;
    }

    /* No-image cards: force fallback visual height so images never collapse */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 8px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-wrapper {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
    }
}

/* Mobile market fallback tune v143: remove overlap and legacy left rail line */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-market-module .ft-rail-item,
    main.ft-homepage .ft-mobile-market-module .activity-card {
        border-left: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .ft-rail-item::before,
    main.ft-homepage .ft-mobile-market-module .activity-card::before,
    main.ft-homepage .ft-mobile-market-module .ft-rail-list::before,
    main.ft-homepage .ft-mobile-market-module .market-activity-wrapper::before {
        display: none !important;
        content: none !important;
    }

    /* Keep market rows stable: image-top cards + text rows */
    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) {
        display: block !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) .activity-pill-main {
        display: block !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card:nth-child(3n + 2) .activity-pill-visual {
        display: none !important;
    }
}

/* Mobile no-image hard lock v144: force latest image rhythm even when all posts have no feature_image */
@media (max-width: 991px) {
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) {
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-body,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-body {
        display: block !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-link {
        display: block !important;
        border: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-link {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 8px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-link {
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
        height: 76px !important;
        margin: 0 !important;
        flex: 0 0 110px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-wrapper {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        border-radius: 6px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-wrapper {
        display: block !important;
        width: 110px !important;
        height: 76px !important;
        border-radius: 5px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:not(:nth-child(5n + 1)):not(:nth-child(5n + 2)):not(:nth-child(5n + 4)) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:not(:nth-child(5n + 1)):not(:nth-child(5n + 2)):not(:nth-child(5n + 4)) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:not(:nth-child(5n + 1)):not(:nth-child(5n + 2)):not(:nth-child(5n + 4)) .ft-stream-image {
        display: none !important;
    }
}

/* Mobile fallback dimensions v145: defeat legacy width/height:0 rules */
@media (max-width: 991px) {
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-link {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 204px !important;
        min-height: 204px !important;
        max-height: 204px !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 204px !important;
        min-height: 204px !important;
        max-height: 204px !important;
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image {
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
        height: 76px !important;
        min-height: 76px !important;
        max-height: 76px !important;
        display: block !important;
    }
}

/* Mobile 24H ticker strict v146: remove capsule time, compact WSJ rows */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-ticker-module .ft-rail-title {
        font-size: 18px !important;
        line-height: 1.2 !important;
        margin: 0 0 4px !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-list {
        border-top: 1px solid #d9d9d9 !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item {
        display: grid !important;
        grid-template-columns: 52px minmax(0, 1fr) !important;
        gap: 8px !important;
        align-items: start !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid #d9d9d9 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item::before,
    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-badge,
    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-time::before,
    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-time::after {
        display: none !important;
        content: none !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-time {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        width: auto !important;
        height: auto !important;
        border: 0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #6a6a6a !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        letter-spacing: 0.01em !important;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-link {
        margin: 0 !important;
        color: #111 !important;
        font-size: 17px !important;
        line-height: 1.24 !important;
        font-weight: 700 !important;
        font-family: Georgia, "Times New Roman", "Noto Serif SC", serif !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
}

/* Mobile 24H ticker WSJ tune v147: lighter hierarchy, tighter density */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-ticker-module {
        margin-top: 10px !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-rail-title {
        font-family: "Helvetica Neue", "PingFang SC", Arial, sans-serif !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: 0.01em !important;
        margin: 0 0 6px !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-rail-title::before,
    main.ft-homepage .ft-mobile-ticker-module .ft-rail-title::after {
        display: none !important;
        content: none !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-list {
        border-top: 1px solid #d8d8d8 !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-item {
        grid-template-columns: 46px minmax(0, 1fr) !important;
        gap: 8px !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #d8d8d8 !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-time {
        color: #7d7d7d !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        letter-spacing: 0.02em !important;
    }

    main.ft-homepage .ft-mobile-ticker-module .ft-mobile-ticker-link {
        color: #1a1a1a !important;
        font-family: "Helvetica Neue", "PingFang SC", Arial, sans-serif !important;
        font-size: 14px !important;
        line-height: 1.34 !important;
        font-weight: 600 !important;
        -webkit-line-clamp: 2 !important;
    }
}

/* Mobile image fallback visibility v148: no more gray blank blocks */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-visual,
    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-thumb,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-wrapper {
        background: linear-gradient(135deg, #173066 0%, #245394 48%, #0f766e 100%) !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-visual,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-wrapper {
        position: relative !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-thumb,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image {
        opacity: 0 !important;
    }

    main.ft-homepage .ft-mobile-market-module .activity-card.is-no-image .activity-pill-visual::after,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 1) .ft-stream-image-wrapper::after,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 2) .ft-stream-image-wrapper::after,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image:nth-child(5n + 4) .ft-stream-image-wrapper::after {
        content: "INSIGHT";
        position: absolute;
        right: 8px;
        bottom: 6px;
        font-size: 10px;
        letter-spacing: 0.15em;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.8);
        pointer-events: none;
    }
}

/* Mobile title clipping hotfix v149: clear legacy min/max-height truncation in latest list */
@media (max-width: 991px) {
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-body {
        min-width: 0 !important;
        max-width: none !important;
        width: auto !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-title a {
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        display: block !important;
        line-height: 1.32 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-excerpt {
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
}

/* Mobile fog cleanup v150: remove side haze overlays and ambient veil */
@media (max-width: 991px) {
    .ft-main::before {
        content: none !important;
        display: none !important;
        background: none !important;
        opacity: 0 !important;
        animation: none !important;
    }

    .live-activity-section .market-activity-shell::before,
    .live-activity-section .market-activity-shell::after {
        content: none !important;
        display: none !important;
        background: none !important;
        box-shadow: none !important;
    }

    .live-activity-section .activity-card {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

/* Mobile hero size tune v153: shrink only hero image, keep list logic unchanged */
@media (max-width: 991px) {
    main.ft-homepage .ft-lead-image-wrapper {
        max-height: 248px !important;
        overflow: hidden !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-lead-image {
        width: 100% !important;
        height: clamp(180px, 43vw, 248px) !important;
        min-height: 180px !important;
        max-height: 248px !important;
        object-fit: contain !important;
        object-position: center !important;
        background: #f2f2f2 !important;
    }
}

/* Mobile display completeness v154: remove left red line/veil + no truncation + full media blocks */
@media (max-width: 991px) {
    /* A) Hero image: smaller and complete */
    main.ft-homepage .ft-lead-image-wrapper {
        max-height: 228px !important;
        border-radius: 8px !important;
        background: #f2f2f2 !important;
    }

    main.ft-homepage .ft-lead-image {
        width: 100% !important;
        height: clamp(168px, 41vw, 228px) !important;
        min-height: 168px !important;
        max-height: 228px !important;
        object-fit: contain !important;
        object-position: center !important;
        background: #f2f2f2 !important;
    }

    /* B) Market activity: remove red line and edge masks */
    main.ft-homepage .live-activity-section {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    main.ft-homepage .live-activity-section::before,
    main.ft-homepage .live-activity-section .market-activity-shell::before,
    main.ft-homepage .live-activity-section .market-activity-shell::after {
        content: none !important;
        display: none !important;
        background: none !important;
        box-shadow: none !important;
    }

    /* C) No title ellipsis in mobile modules */
    main.ft-homepage .ft-rail-link,
    main.ft-homepage .ft-mid-title,
    main.ft-homepage .ft-mid-title a,
    main.ft-homepage .ft-trio-title,
    main.ft-homepage .ft-trio-title a,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title,
    main.ft-homepage .ft-stream-section.ft-latest-hub .ft-stream-title a {
        display: block !important;
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    /* D) Top secondary cards: force full-width media + full text */
    main.ft-homepage .ft-mid-column,
    main.ft-homepage .ft-trio-grid {
        display: block !important;
    }

    main.ft-homepage .ft-mid-story,
    main.ft-homepage .ft-trio-card {
        display: block !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #dfdfdf !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-mid-image-link,
    main.ft-homepage .ft-trio-image-link {
        display: block !important;
        width: 100% !important;
        margin: 0 0 8px !important;
    }

    main.ft-homepage .ft-mid-image-wrapper,
    main.ft-homepage .ft-trio-image-wrapper {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        background: #f1f1f1 !important;
    }

    main.ft-homepage .ft-mid-image,
    main.ft-homepage .ft-trio-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    /* E) Latest list: uniform stable row, prevent clipped title/image */
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 3),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 5) {
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 12px 0 !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-body {
        display: block !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-link {
        display: block !important;
        width: 124px !important;
        min-width: 124px !important;
        max-width: 124px !important;
        height: 84px !important;
        min-height: 84px !important;
        max-height: 84px !important;
        margin: 0 !important;
        flex: 0 0 124px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image {
        width: 124px !important;
        min-width: 124px !important;
        max-width: 124px !important;
        height: 84px !important;
        min-height: 84px !important;
        max-height: 84px !important;
        display: block !important;
        object-fit: cover !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image {
        display: block !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item.is-no-image .ft-stream-image {
        display: none !important;
    }
}

/* Mobile image policy v155: all images fully visible + hero big-box ratio lock */
@media (max-width: 991px) {
    /* Big image area uses the same box proportion as your red-mark reference */
    main.ft-homepage .ft-lead-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1) .ft-stream-image-link,
    main.ft-homepage .ft-mid-image-link,
    main.ft-homepage .ft-trio-image-link,
    main.ft-homepage .live-activity-section .activity-pill-visual {
        display: block !important;
        width: 100% !important;
    }

    main.ft-homepage .ft-lead-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1) .ft-stream-image-wrapper {
        width: 100% !important;
        aspect-ratio: 2 / 1 !important;
        height: auto !important;
        max-height: none !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        background: #ececec !important;
    }

    /* Non-hero cards keep compact media box, but still full image (no crop) */
    main.ft-homepage .ft-mid-image-wrapper,
    main.ft-homepage .ft-trio-image-wrapper {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        height: auto !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        background: #ececec !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-link {
        width: 124px !important;
        min-width: 124px !important;
        max-width: 124px !important;
        height: 84px !important;
        min-height: 84px !important;
        max-height: 84px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        background: #ececec !important;
    }

    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image {
        width: 124px !important;
        min-width: 124px !important;
        max-width: 124px !important;
        height: 84px !important;
        min-height: 84px !important;
        max-height: 84px !important;
    }

    /* Global mobile image fit: always complete image */
    main.ft-homepage .ft-lead-image,
    main.ft-homepage .ft-mid-image,
    main.ft-homepage .ft-trio-image,
    main.ft-homepage .ft-stream-image,
    main.ft-homepage .activity-pill-thumb {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        background: #ececec !important;
    }
}

/* Mobile final lock v156: no ellipsis + no red line/veil + hero full-width complete image */
@media (max-width: 991px) {
    /* 1) Kill all mobile truncation ellipsis */
    main.ft-homepage .ft-mobile-ticker-link,
    main.ft-homepage .ft-rail-link,
    main.ft-homepage .ft-mid-title,
    main.ft-homepage .ft-mid-title a,
    main.ft-homepage .ft-trio-title,
    main.ft-homepage .ft-trio-title a,
    main.ft-homepage .ft-stream-title,
    main.ft-homepage .ft-stream-title a,
    main.ft-homepage .ft-lead-title,
    main.ft-homepage .ft-lead-title a {
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        display: block !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    /* 2) Remove market left red line and gradient veil completely */
    main.ft-homepage .live-activity-section::before,
    main.ft-homepage .ft-mobile-market-module .ft-rail-item::before,
    main.ft-homepage .ft-mobile-market-module .activity-card::before,
    main.ft-homepage .ft-mobile-market-module .ft-rail-list::before,
    main.ft-homepage .ft-mobile-market-module .market-activity-wrapper::before,
    main.ft-homepage .live-activity-section .market-activity-shell::before,
    main.ft-homepage .live-activity-section .market-activity-shell::after {
        content: none !important;
        display: none !important;
        background: none !important;
        box-shadow: none !important;
    }

    main.ft-homepage .ft-mobile-market-module .ft-rail-item,
    main.ft-homepage .ft-mobile-market-module .activity-card {
        border-left: 0 !important;
        padding-left: 0 !important;
    }

    /* 3) Hero image: full-width complete image, no side gray bands */
    main.ft-homepage .ft-lead-image-link {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    main.ft-homepage .ft-lead-image-wrapper {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        background: transparent !important;
    }

    main.ft-homepage .ft-lead-image {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center !important;
        background: transparent !important;
    }
}

/* Mobile big-image stream v157: all cards use full-width big image + title below */
@media (max-width: 991px) {
    /* Top and latest cards all become vertical big-image cards */
    main.ft-homepage .ft-mid-story,
    main.ft-homepage .ft-trio-card,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 1),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 2),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 3),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 4),
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item:nth-child(5n + 5) {
        display: block !important;
        padding: 12px 0 !important;
    }

    main.ft-homepage .ft-mid-image-link,
    main.ft-homepage .ft-trio-image-link,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 0 8px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    main.ft-homepage .ft-mid-image-wrapper,
    main.ft-homepage .ft-trio-image-wrapper,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image-wrapper {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        background: #ececec !important;
    }

    main.ft-homepage .ft-mid-image,
    main.ft-homepage .ft-trio-image,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-image {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center !important;
        background: #ececec !important;
    }

    /* Keep body below image */
    main.ft-homepage .ft-mid-story .ft-mid-body,
    main.ft-homepage .ft-trio-card .ft-trio-body,
    main.ft-homepage .ft-stream-section.ft-latest-hub .news-grid .ft-stream-item .ft-stream-body {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
}

/* Mobile market interaction lock v159: prevent touch freeze after pause */
@media (max-width: 991px) {
    main.ft-homepage .ft-mobile-market-module,
    main.ft-homepage .ft-mobile-market-module .market-activity-shell,
    main.ft-homepage .ft-mobile-market-module .market-activity-wrapper,
    main.ft-homepage .ft-mobile-market-module .ft-rail-list,
    main.ft-homepage .ft-mobile-market-module .activity-card,
    main.ft-homepage .ft-mobile-market-module .activity-pill-main {
        touch-action: manipulation !important;
        overscroll-behavior: auto !important;
    }

    main.ft-homepage .ft-mobile-market-module .market-activity-wrapper,
    main.ft-homepage .ft-mobile-market-module .ft-rail-list {
        scroll-snap-type: none !important;
        -webkit-overflow-scrolling: touch !important;
        overflow-anchor: none !important;
    }
}
