/* Top Prime Digital — premium global newsroom layer */
:root {
    --tpd-ink: #081a2c;
    --tpd-red: #e51b3e;
    --tpd-muted: #667384;
    --tpd-line: #dce3e8;
    --tpd-soft: #f4f7f9;
    --tpd-white: #fff;
    --tpd-shadow: 0 18px 54px rgba(8, 26, 44, .1);
    --tpd-container: 1440px;
}

body { color: var(--tpd-ink); font-size: 17px; }
.tpm-premium-container { width: min(100%, var(--tpd-container)); margin-inline: auto; padding-inline: clamp(24px, 4.5vw, 72px); }

/* Premium masthead and navigation */
.tpm-news-header { border-bottom: 0; background: rgba(255, 255, 255, .97); }
.tpm-global-utility { align-items: center; justify-content: space-between; min-height: 48px; padding: 0 clamp(28px, 4vw, 64px); border-bottom: 1px solid var(--tpd-line); color: #344253; font-size: 13px; }
.tpm-global-utility__meta, .tpm-global-utility__actions { display: flex; align-items: center; }
.tpm-global-utility__meta > * { display: inline-flex; align-items: center; gap: 9px; min-height: 24px; padding: 0 22px; border-right: 1px solid var(--tpd-line); color: #344253; text-transform: capitalize; }
.tpm-global-utility__meta > *:first-child { padding-left: 0; }
.tpm-global-utility__meta i { color: var(--tpd-ink); font-size: 16px; }
.tpm-global-utility__actions { gap: 0; }
.tpm-global-utility .search-icon { position: static !important; inset: auto !important; width: auto !important; height: 48px !important; margin: 0 !important; }
.tpm-global-utility__actions > * { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 0; border-left: 1px solid var(--tpd-line); background: transparent; color: var(--tpd-ink); font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.tpm-global-utility__actions > *:hover { background: var(--tpd-soft); color: var(--tpd-red); }
.tpm-global-utility__actions b { width: 7px; height: 7px; border-radius: 50%; background: var(--tpd-red); box-shadow: 0 0 0 4px rgba(229, 27, 62, .09); }
.tpm-news-header .tpm-masthead { grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr); align-items: center; min-height: 166px; padding: 16px clamp(28px, 4vw, 64px); border: 0; }
.tpm-news-header .tpm-masthead__brand { display: block; width: clamp(460px, 43vw, 680px); }
.tpm-news-header .tpm-masthead__brand img { width: 100%; max-width: none; height: auto; max-height: 108px; object-fit: contain; }
.tpm-news-header .tpm-masthead__tools button { display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--tpd-ink); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.tpm-news-header .tpm-masthead__tools button:hover { color: var(--tpd-red); transform: translateX(2px); }
.tpm-news-header .tpm-masthead__tools i { font-size: 19px; }
.tpm-news-header .tpm-masthead__account { display: flex; align-items: center; justify-content: flex-end; gap: 20px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.tpm-news-header .tpm-masthead__account a { display: inline-flex; align-items: center; gap: 8px; }
.tpm-news-header .tpm-masthead__account .tpm-subscribe { padding: 12px 20px; border: 1px solid var(--tpd-red); background: var(--tpd-red); color: #fff; }
.tpm-news-header .tpm-masthead__account .tpm-subscribe:hover { box-shadow: 0 9px 25px rgba(229, 27, 62, .2); transform: translateY(-2px); }
.tpm-news-header .header-bottom { border-top: 1px solid var(--tpd-line); border-bottom: 1px solid var(--tpd-line); }
.tpm-news-header .header-bottom .container-fluid { padding: 0 clamp(16px, 3vw, 48px); }
.tpm-news-header .main-nav nav { width: 100%; }
.tpm-news-header .tpm-premium-nav { display: flex !important; align-items: stretch; justify-content: space-between; width: 100%; max-width: 1440px; margin: auto; }
.tpm-news-header.header-style-2 #navigation.tpm-premium-nav { padding-right: 0 !important; }
.tpm-news-header .tpm-premium-nav > li { float: none; flex: 0 1 auto; }
.tpm-news-header .tpm-premium-nav > li > a { position: relative; display: flex; align-items: center; min-height: 66px; padding: 0 15px !important; color: var(--tpd-ink) !important; font-size: clamp(15px, 1.05vw, 17px) !important; font-weight: 800 !important; letter-spacing: .02em !important; text-transform: uppercase; transition: color .24s ease, transform .24s ease; }
.tpm-news-header.header-style-2 #navigation.tpm-premium-nav > li > a { padding-inline: 13px !important; font-size: clamp(15px, 1.05vw, 17px) !important; }
.tpm-news-header .tpm-premium-nav > li > a::before { right: 15px; bottom: 0 !important; left: 15px; width: auto; height: 3px !important; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.tpm-news-header .tpm-premium-nav > li:hover > a::before, .tpm-news-header .tpm-premium-nav > li.current-menu-item > a::before { transform: scaleX(1); transform-origin: left; }
.tpm-news-header .tpm-premium-nav > li:hover > a,
.tpm-news-header .tpm-premium-nav > li > a:hover,
.tpm-news-header .tpm-premium-nav > li > a:focus-visible { color: var(--tpd-red) !important; transform: translateY(-2px); }
.header-sticky.sticky-bar { background: rgba(255, 255, 255, .88) !important; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom-color: rgba(220, 227, 232, .75) !important; }

/* Homepage */
.main-wrap > main.position-relative:has(.tpm-premium-home) { padding-top: 0 !important; }
.tpm-premium-home { background: var(--tpd-white); color: var(--tpd-ink); }
.main-wrap:has(.tpm-premium-home) .tpm-ad-cube { display: none !important; }
.main-wrap:has(.tpm-wire-article) .tpm-ad-cube,
.main-wrap:has(.tpm-policy-page) .tpm-ad-cube { display: none !important; }
.tpm-premium-home a:focus-visible, .tpm-news-header a:focus-visible, .tpm-news-header button:focus-visible { outline: 3px solid rgba(229, 27, 62, .38); outline-offset: 4px; }
.tpm-premium-breaking { border-bottom: 1px solid var(--tpd-line); background: #fff; }
.tpm-premium-breaking > div { display: grid; grid-template-columns: auto minmax(0, 1fr) 42px; align-items: center; min-height: 72px; }
.tpm-premium-breaking strong { display: inline-flex; align-items: center; gap: 9px; align-self: stretch; padding: 0 24px; background: var(--tpd-red); color: #fff; font-size: 13px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.tpm-premium-breaking__story { display: flex; align-items: center; gap: 20px; min-width: 0; padding: 0 26px; }
.tpm-premium-breaking__story a { overflow: hidden; color: var(--tpd-ink); font-size: 16px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.tpm-premium-breaking__story a:hover { color: var(--tpd-red); }
.tpm-premium-breaking__story time { flex: 0 0 auto; color: #82909d; font-size: 12px; }
.tpm-premium-breaking__next { display: grid; place-items: center; height: 42px; color: var(--tpd-red); }
.tpm-premium-breaking__next:hover { transform: translateX(4px); }
.tpm-premium-main { padding-top: 20px; padding-bottom: 74px; }

.tpm-premium-hero { display: grid; grid-template-columns: minmax(0, 1.36fr) minmax(340px, .82fr) minmax(245px, .52fr); min-height: 550px; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-hero__media { position: relative; min-height: 550px; overflow: hidden; border-radius: 12px 0 0 12px; background: var(--tpd-soft); }
.tpm-premium-hero__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.tpm-premium-hero__media:hover img { transform: scale(1.035); }
.tpm-premium-hero__media > span { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(8,26,44,.62); color: #fff; backdrop-filter: blur(12px); transform: rotate(-45deg); }
.tpm-premium-hero__story { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 3.2vw, 52px); border-right: 1px solid var(--tpd-line); }
.tpm-premium-label { color: var(--tpd-red) !important; font-size: 12px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.tpm-premium-hero__story h1 { display: -webkit-box; overflow: hidden; margin: 13px 0 17px; font-size: clamp(36px, 3vw, 50px); line-height: 1; letter-spacing: -.045em; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.tpm-premium-hero__story h1 a:hover, .tpm-premium-feature h3 a:hover, .tpm-premium-column h3 a:hover { color: inherit; text-decoration: underline; text-decoration-color: var(--tpd-red); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.tpm-premium-hero__story p { margin: 0 0 18px; color: #526274; font-size: 16px; line-height: 1.65; }
.tpm-premium-meta { display: flex; gap: 18px; color: #87939e; font-size: 11px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.tpm-premium-action { display: inline-flex; align-items: center; justify-content: space-between; align-self: flex-start; gap: 28px; margin-top: 27px; padding: 14px 18px; border: 1px solid var(--tpd-red); background: var(--tpd-red); color: #fff !important; font-size: 12px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.tpm-premium-action:hover { box-shadow: 0 10px 28px rgba(229,27,62,.22); transform: translateY(-2px); }
.tpm-premium-action:hover i, .tpm-premium-text-link:hover i { transform: translateX(5px); }
.tpm-premium-action i, .tpm-premium-text-link i { transition: transform .2s ease; }
.tpm-premium-hero__rail { display: grid; grid-template-rows: repeat(2, 1fr); padding-left: 34px; }
.tpm-premium-hero__rail article { display: flex; flex-direction: column; justify-content: center; padding: 26px 0; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-hero__rail article:last-child { border-bottom: 0; }
.tpm-premium-hero__rail h2 { display: -webkit-box; overflow: hidden; margin: 11px 0 22px; font-size: clamp(22px, 1.7vw, 28px); line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.tpm-premium-hero__rail h2 a:hover { color: var(--tpd-red); }
.tpm-premium-arrow { align-self: flex-start; color: var(--tpd-red) !important; font-size: 20px; }
.tpm-premium-arrow:hover { transform: translateX(6px); }

.tpm-premium-section { padding-top: 84px; }
.tpm-premium-section__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-section__header h2 { position: relative; margin: 0; padding: 0 0 15px; font-size: clamp(29px, 2.5vw, 40px); line-height: 1; }
.tpm-premium-section__header h2::after { position: absolute; bottom: -1px; left: 0; width: 42px; height: 3px; background: var(--tpd-red); content: ''; }
.tpm-premium-section__header > a { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 13px; color: var(--tpd-ink); font-size: 12px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.tpm-premium-section__header > a i { color: var(--tpd-red); transition: transform .2s ease; }
.tpm-premium-section__header > a:hover i { transform: translateX(5px); }
.tpm-premium-feature { display: grid; grid-template-columns: minmax(0, .94fr) minmax(290px, .72fr) minmax(340px, .92fr); gap: 38px; align-items: stretch; }
.tpm-premium-feature__media { min-height: 335px; overflow: hidden; border-radius: 12px; }
.tpm-premium-feature__media img, .tpm-premium-business__media img, .tpm-premium-column__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.tpm-premium-feature__media:hover img, .tpm-premium-business__media:hover img, .tpm-premium-column__media:hover img { transform: scale(1.035); }
.tpm-premium-feature__copy { display: flex; flex-direction: column; justify-content: center; }
.tpm-premium-feature__copy h3 { margin: 12px 0 14px; font-size: clamp(31px, 3vw, 47px); line-height: 1; }
.tpm-premium-feature__copy p { margin-bottom: 18px; font-size: 15px; line-height: 1.65; }
.tpm-premium-text-link { display: inline-flex; align-items: center; gap: 15px; align-self: flex-start; color: var(--tpd-ink); font-size: 12px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.tpm-premium-text-link i { color: var(--tpd-red); }
.tpm-premium-open-list article, .tpm-premium-column__list article { position: relative; display: grid; grid-template-columns: 92px minmax(0,1fr) 25px; gap: 18px; align-items: center; min-height: 82px; padding: 13px 0; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-open-list article:first-child { border-top: 1px solid var(--tpd-line); }
.tpm-premium-open-list h3, .tpm-premium-column__list h3 { margin: 0; font-family: var(--font-body); font-size: 16px; font-weight: 650; line-height: 1.3; letter-spacing: -.01em; }
.tpm-premium-open-list article > a:last-child, .tpm-premium-column__list article > a:last-child { color: var(--tpd-red); }
.tpm-premium-open-list article:hover > a:last-child, .tpm-premium-column__list article:hover > a:last-child { transform: translateX(5px); }

.tpm-premium-business { padding: 38px 0 42px; background: var(--tpd-ink); color: #fff; }
.tpm-premium-section__header--dark { border-color: rgba(255,255,255,.18); }
.tpm-premium-business .tpm-premium-section__header { margin-bottom: 18px; }
.tpm-premium-section__header--dark h2, .tpm-premium-section__header--dark > a { color: #fff; }
.tpm-premium-business__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .75fr) minmax(330px, .9fr); gap: 42px; }
.tpm-premium-business__media { min-height: 260px; overflow: hidden; border-radius: 12px; }
.tpm-premium-business__copy { display: flex; flex-direction: column; justify-content: center; }
.tpm-premium-business__copy h3 { margin: 12px 0 16px; color: #fff; font-size: clamp(31px, 3vw, 47px); line-height: 1; }
.tpm-premium-business__copy p { color: #b9c7d2; font-size: 15px; }
.tpm-premium-business__copy .tpm-premium-text-link { color: #fff; }
.tpm-premium-dark-list { border-left: 1px solid rgba(255,255,255,.18); }
.tpm-premium-dark-list article { display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 20px; align-items: center; min-height: 72px; padding: 14px 0 14px 34px; border-bottom: 1px solid rgba(255,255,255,.18); }
.tpm-premium-dark-list h3 { margin: 0; color: #fff; font-family: var(--font-body); font-size: 16px; font-weight: 550; line-height: 1.35; }
.tpm-premium-dark-list article > a:last-child { color: var(--tpd-red); }
.tpm-premium-dark-list article:hover > a:last-child { transform: translateX(5px); }

.tpm-premium-dual { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; padding-top: 76px; padding-bottom: 84px; }
.tpm-premium-column:first-child { padding-right: 54px; border-right: 1px solid var(--tpd-line); }
.tpm-premium-column__media { display: block; height: 330px; margin-bottom: 8px; overflow: hidden; border-radius: 12px; }
.tpm-premium-column__list article { grid-template-columns: 88px minmax(0,1fr) 25px; min-height: 75px; }

/* Glassmorphic app band */
.tpm-premium-app { position: relative; overflow: hidden; background: var(--tpd-ink); color: #fff; }
.tpm-premium-app::after { position: absolute; right: 14%; bottom: -220px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); content: ''; pointer-events: none; }
.tpm-premium-app__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .58fr) 350px; gap: clamp(36px, 5vw, 80px); align-items: center; min-height: 650px; padding-top: 70px; }
.tpm-premium-app__copy > span { display: block; width: 48px; height: 4px; margin-bottom: 24px; background: var(--tpd-red); }
.tpm-premium-app__copy h2 { max-width: 550px; margin: 0 0 25px; color: #fff; font-size: clamp(54px, 5.4vw, 84px); line-height: .98; letter-spacing: -.045em; }
.tpm-premium-app__copy > p { max-width: 590px; color: #c0ccd5; font-size: 18px; line-height: 1.75; }
.tpm-premium-app__copy ul { display: grid; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.tpm-premium-app__copy li { display: flex; align-items: center; gap: 15px; font-size: 16px; }
.tpm-premium-app__copy li i { width: 27px; color: var(--tpd-red); font-size: 22px; }
.tpm-premium-app__actions { display: grid; gap: 16px; }
.tpm-premium-app__actions > a, .tpm-premium-app__qr { display: grid; grid-template-columns: 42px minmax(0,1fr) 20px; gap: 16px; align-items: center; min-height: 98px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: rgba(255,255,255,.08); color: #fff !important; box-shadow: 0 18px 40px rgba(0,0,0,.16); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.tpm-premium-app__actions > a:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.13); transform: translateY(-4px); }
.tpm-premium-app__actions > a > i { font-size: 33px; }
.tpm-premium-app__actions > a span { display: grid; }
.tpm-premium-app__actions > a small { color: #b7c4ce; font-size: 10px; line-height: 1.2; text-transform: uppercase; }
.tpm-premium-app__actions > a strong { font-size: 19px; line-height: 1.2; }
.tpm-premium-app__actions > a em { margin-top: 3px; color: #ff536e; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.tpm-premium-app__qr { grid-template-columns: 76px 1fr; }
.tpm-premium-app__qr > span { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; width: 68px; height: 68px; padding: 8px; background: #fff; }
.tpm-premium-app__qr > span i { border: 5px solid var(--tpd-ink); }
.tpm-premium-app__qr strong { align-self: end; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.tpm-premium-app__qr small { grid-column: 2; align-self: start; color: #ff536e; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tpm-premium-phone { align-self: end; width: 330px; height: 600px; padding: 19px 16px 24px; overflow: hidden; border: 7px solid #394959; border-bottom: 0; border-radius: 42px 42px 0 0; background: #061522; box-shadow: 0 28px 65px rgba(0,0,0,.38); }
.tpm-premium-phone__bar { display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; padding: 12px 2px 18px; }
.tpm-premium-phone__bar strong { color: #fff; font-family: var(--font-header); font-size: 20px; text-align: center; }
.tpm-premium-phone__tabs { display: flex; gap: 20px; overflow: hidden; margin-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.tpm-premium-phone__tabs span { position: relative; flex: 0 0 auto; padding-bottom: 10px; color: #8191a0; font-size: 9px; }
.tpm-premium-phone__tabs span:first-child { color: #fff; }
.tpm-premium-phone__tabs span:first-child::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--tpd-red); content: ''; }
.tpm-premium-phone > img { width: 100%; height: 165px; border-radius: 9px; object-fit: cover; }
.tpm-premium-phone > article { position: relative; z-index: 1; margin: -36px 8px 15px; padding: 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; background: rgba(8,26,44,.78); backdrop-filter: blur(14px); }
.tpm-premium-phone article small, .tpm-premium-phone__item small { color: #ff536e; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.tpm-premium-phone article h3 { margin: 6px 0; color: #fff; font-size: 20px; line-height: 1.08; }
.tpm-premium-phone article p { margin: 0; color: #a8b6c1; font-size: 10px; line-height: 1.45; }
.tpm-premium-phone__item { display: grid; grid-template-columns: 66px 1fr; gap: 13px; padding: 12px 4px; border-top: 1px solid rgba(255,255,255,.1); }
.tpm-premium-phone__item img { width: 66px; height: 55px; border-radius: 6px; object-fit: cover; }
.tpm-premium-phone__item span { display: grid; gap: 5px; }
.tpm-premium-phone__item strong { color: #fff; font-size: 10px; line-height: 1.35; }

.tpm-premium-latest { padding-top: 80px; padding-bottom: 95px; }
.tpm-premium-latest__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 52px; }
.tpm-premium-latest__grid article { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 23px; align-items: center; min-height: 168px; padding: 20px 0; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-latest__media { display: block; height: 126px; overflow: hidden; border-radius: 5px; background: var(--tpd-soft); }
.tpm-premium-latest__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.tpm-premium-latest__grid article:hover .tpm-premium-latest__media img { transform: scale(1.045); }
.tpm-premium-latest__grid h3 { margin: 5px 0 8px; font-size: 22px; line-height: 1.13; }
.tpm-premium-latest__grid h3 a:hover { color: var(--tpd-red); }
.tpm-premium-latest__grid time { color: #8b97a2; font-size: 11px; }
.tpm-rss-attribution { margin-top: 32px; padding: 26px; border-left: 4px solid var(--tpd-red); background: var(--tpd-soft); }
.tpm-rss-attribution p { margin-bottom: 12px; }
.tpm-rss-original { display: inline-flex; padding: 13px 18px; background: var(--tpd-red); color: #fff !important; font-weight: 800; }
.tpm-rss-original:hover { box-shadow: 0 10px 28px rgba(229,27,62,.2); transform: translateY(-2px); }

/* Footer refinement */
.tpm-footer { border-top: 1px solid rgba(255,255,255,.08); }
.tpm-footer__brand img { width: min(100%, 330px) !important; max-height: none !important; }
.tpm-footer__grid a { position: relative; width: fit-content; }
.tpm-footer__grid a::after { position: absolute; right: 0; bottom: -2px; left: 0; height: 1px; background: var(--tpd-red); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.tpm-footer__grid a:hover::after { transform: scaleX(1); transform-origin: left; }

@media (max-width: 1199px) {
    .tpm-news-header .tpm-premium-nav > li > a { padding-inline: 7px !important; font-size: 14px !important; }
    .tpm-news-header.header-style-2 #navigation.tpm-premium-nav > li > a { padding-inline: 7px !important; font-size: 14px !important; }
    .tpm-premium-hero { grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); }
    .tpm-premium-hero__rail { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; gap: 32px; padding: 24px 0 0; }
    .tpm-premium-hero__rail article { border-top: 1px solid var(--tpd-line); border-bottom: 0; }
    .tpm-premium-feature, .tpm-premium-business__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); }
    .tpm-premium-open-list, .tpm-premium-dark-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); border-left: 0; }
    .tpm-premium-open-list article, .tpm-premium-dark-list article { padding-right: 25px; }
    .tpm-premium-app__grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); }
    .tpm-premium-phone { display: none; }
}

@media (max-width: 991px) {
    .main-wrap:has(.tpm-premium-home) .tpm-ad-cube { display: none !important; }
    .tpm-news-header .header-bottom { min-height: 82px; background: rgba(255,255,255,.92) !important; backdrop-filter: blur(18px); }
    .tpm-news-header .logo-tablet img, .tpm-news-header .logo-mobile img { max-width: 260px !important; max-height: 60px !important; }
    .tpm-premium-hero { grid-template-columns: 1fr; }
    .tpm-premium-hero__media { min-height: 480px; border-radius: 12px 12px 0 0; }
    .tpm-premium-hero__story { border-right: 0; border-bottom: 1px solid var(--tpd-line); }
    .tpm-premium-feature { grid-template-columns: 1fr 1fr; }
    .tpm-premium-open-list { grid-template-columns: 1fr; }
    .tpm-premium-business__grid { grid-template-columns: 1fr 1fr; }
    .tpm-premium-dark-list { grid-template-columns: 1fr; }
    .tpm-premium-dual { grid-template-columns: 1fr; }
    .tpm-premium-column:first-child { padding-right: 0; padding-bottom: 64px; border-right: 0; border-bottom: 1px solid var(--tpd-line); }
}

@media (max-width: 767px) {
    .tpm-premium-container { padding-inline: 18px; }
    .tpm-premium-breaking > div { grid-template-columns: auto minmax(0,1fr); padding-inline: 0; }
    .tpm-premium-breaking strong { padding: 0 14px; font-size: 10px; }
    .tpm-premium-breaking__story { padding: 0 13px; }
    .tpm-premium-breaking__story a { font-size: 13px; }
    .tpm-premium-breaking__story time, .tpm-premium-breaking__next { display: none; }
    .tpm-premium-main { padding-top: 14px; padding-bottom: 48px; }
    .tpm-premium-hero__media { min-height: 310px; border-radius: 10px 10px 0 0; }
    .tpm-premium-hero__story { padding: 27px 22px 30px; }
    .tpm-premium-hero__story h1 { font-size: 33px; -webkit-line-clamp: 5; }
    .tpm-premium-hero__story p { font-size: 15px; }
    .tpm-premium-hero__rail { grid-template-columns: 1fr; gap: 0; }
    .tpm-premium-hero__rail h2 { font-size: 25px; }
    .tpm-premium-section { padding-top: 54px; }
    .tpm-premium-section__header h2 { font-size: 30px; }
    .tpm-premium-feature, .tpm-premium-business__grid { grid-template-columns: 1fr; gap: 25px; }
    .tpm-premium-feature__media, .tpm-premium-business__media { min-height: 260px; }
    .tpm-premium-feature__copy h3, .tpm-premium-business__copy h3 { font-size: 35px; }
    .tpm-premium-open-list, .tpm-premium-dark-list { grid-template-columns: 1fr; }
    .tpm-premium-open-list article { grid-template-columns: 75px minmax(0,1fr) 20px; }
    .tpm-premium-business { padding: 34px 0 38px; }
    .tpm-premium-dark-list article { padding-left: 0; }
    .tpm-premium-dual { gap: 45px; padding-top: 54px; padding-bottom: 58px; }
    .tpm-premium-column__media { height: 260px; }
    .tpm-premium-column__list article { grid-template-columns: 76px minmax(0,1fr) 20px; }
    .tpm-premium-app__grid { grid-template-columns: 1fr; min-height: 0; padding-top: 58px; padding-bottom: 58px; }
    .tpm-premium-app__copy h2 { font-size: 52px; }
    .tpm-premium-app__copy > p { font-size: 16px; }
    .tpm-premium-latest { padding-top: 58px; padding-bottom: 65px; }
    .tpm-premium-latest__grid { grid-template-columns: 1fr; }
    .tpm-premium-latest__grid article { min-height: 110px; }
}

@media (prefers-reduced-motion: reduce) {
    .tpm-premium-home *, .tpm-news-header * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* 2026 motion edition: cinematic lead, live rail and media-kit integration */
.tpm-news-header .tpm-masthead__account .tpm-advertise { padding-bottom: 4px; border-bottom: 2px solid var(--tpd-red); }
.tpm-news-header .tpm-masthead__account .tpm-advertise:hover { color: var(--tpd-red); }
.tpm-premium-breaking > div { grid-template-columns: auto minmax(0, 1fr) 92px; }
.tpm-premium-breaking__viewport { position: relative; min-width: 0; height: 72px; overflow: hidden; }
.tpm-premium-breaking__story { position: absolute; inset: 0; opacity: 0; transform: translateY(16px); transition: opacity .45s ease, transform .45s ease; pointer-events: none; }
.tpm-premium-breaking__story.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.tpm-premium-breaking__controls { display: flex; align-items: center; gap: 4px; }
.tpm-premium-breaking__controls button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--tpd-line); background: #fff; color: var(--tpd-ink); font-size: 13px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.tpm-premium-breaking__controls button:hover { background: var(--tpd-ink); color: #fff; transform: translateY(-2px); }

.tpm-premium-hero-slider { position: relative; }
.tpm-premium-hero-slider__viewport { position: relative; min-height: clamp(590px, 45vw, 690px); overflow: hidden; border-radius: 13px; background: var(--tpd-ink); box-shadow: 0 22px 58px rgba(8,26,44,.13); }
.tpm-premium-hero-slide { position: absolute; inset: 0; opacity: 0; transform: translateX(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.72,.2,1); pointer-events: none; }
.tpm-premium-hero-slide.is-active { z-index: 2; opacity: 1; transform: translateX(0); pointer-events: auto; }
.tpm-premium-hero-slide__media, .tpm-premium-hero-slide__media img { display: block; width: 100%; height: 100%; }
.tpm-premium-hero-slide__media img { object-fit: cover; transition: transform 8.5s ease; }
.tpm-premium-hero-slide.is-active .tpm-premium-hero-slide__media img { transform: scale(1.035); }
.tpm-premium-hero-slide__glass { position: absolute; z-index: 2; top: clamp(28px, 3vw, 46px); bottom: clamp(28px, 3vw, 46px); left: clamp(28px, 3vw, 46px); display: flex; flex-direction: column; justify-content: center; width: min(44%, 570px); padding: clamp(30px, 3.5vw, 54px); border: 1px solid rgba(255,255,255,.26); border-radius: 13px; background: rgba(8,26,44,.84); color: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.24); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.tpm-premium-hero-slide__glass h1 { display: -webkit-box; flex: 0 0 auto; overflow: hidden; margin: 13px 0 18px; color: #fff; font-size: clamp(42px, 3.7vw, 60px); line-height: .98; letter-spacing: -.045em; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.tpm-premium-hero-slide__glass h1 a { color: #fff; }
.tpm-premium-hero-slide__glass h1 a:hover { text-decoration: underline; text-decoration-color: var(--tpd-red); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.tpm-premium-hero-slide__glass > p { display: none; }
.tpm-premium-hero-slide__glass .tpm-premium-meta { color: #b6c2cb; }
.tpm-premium-hero-slide__glass .tpm-premium-action { margin-top: 23px; }
.tpm-premium-hero-slide__nav { display: grid; grid-template-columns: 44px 1fr 44px; gap: 16px; align-items: center; margin-top: auto; padding-top: 26px; }
.tpm-premium-hero-slide__nav button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 5px; background: transparent; color: #fff; transition: background .2s ease, transform .2s ease; }
.tpm-premium-hero-slide__nav button:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.tpm-premium-hero-slide__nav span { color: #fff; font-size: 15px; font-weight: 800; text-align: center; }
.tpm-premium-hero-slide__nav span b { color: var(--tpd-red); font-size: 24px; }
.tpm-premium-hero-slide__progress { height: 3px; margin-top: 16px; overflow: hidden; background: rgba(255,255,255,.3); }
.tpm-premium-hero-slide__progress i { display: block; height: 100%; background: var(--tpd-red); }
.tpm-premium-hero-slide__next { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: grid; grid-template-columns: 82px minmax(0, 1fr) 25px; gap: 15px; align-items: center; width: min(350px, 31vw); min-height: 104px; padding: 13px; border: 1px solid rgba(255,255,255,.34); border-radius: 12px; background: rgba(8,26,44,.78); color: #fff !important; box-shadow: 0 15px 36px rgba(0,0,0,.22); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.tpm-premium-hero-slide__next:hover { border-color: rgba(255,255,255,.68); transform: translateX(-4px); }
.tpm-premium-hero-slide__next img { width: 82px; height: 74px; border-radius: 8px; object-fit: cover; }
.tpm-premium-hero-slide__next span { display: grid; gap: 6px; }
.tpm-premium-hero-slide__next small { color: #ff5a74; font-size: 9px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.tpm-premium-hero-slide__next strong { display: -webkit-box; overflow: hidden; color: #fff; font-family: var(--font-header); font-size: 17px; line-height: 1.15; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.tpm-premium-ratecard { position: relative; overflow: hidden; background: #061728; color: #fff; }
.tpm-premium-ratecard::before { position: absolute; inset: 0; background: radial-gradient(circle at 72% 65%, rgba(37,68,96,.32), transparent 34%); content: ''; pointer-events: none; }
.tpm-premium-ratecard__grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr) 230px; gap: clamp(35px, 5vw, 80px); align-items: center; min-height: 650px; padding-top: 70px; padding-bottom: 70px; }
.tpm-premium-ratecard__copy h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(48px, 5.3vw, 78px); line-height: .98; letter-spacing: -.045em; }
.tpm-premium-ratecard__copy > span { display: block; width: 76px; height: 2px; margin: 34px 0; background: var(--tpd-red); }
.tpm-premium-ratecard__copy > p { max-width: 620px; margin-bottom: 30px; color: #c0ccd5; font-size: 18px; line-height: 1.65; }
.tpm-premium-ratecard__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.tpm-premium-ratecard__actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 56px; padding: 0 20px; border: 1px solid rgba(255,255,255,.58); color: #fff !important; font-size: 13px; font-weight: 800; }
.tpm-premium-ratecard__actions a:first-child { border-color: var(--tpd-red); background: var(--tpd-red); }
.tpm-premium-ratecard__actions a:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.tpm-premium-ratecard__actions a:first-child:hover { background: #c91634; }
.tpm-premium-ratecard__actions a:hover i { transform: translateX(5px); }
.tpm-premium-ratecard__copy > small { display: block; margin-top: 24px; color: #8fa0ae; font-size: 12px; }
.tpm-premium-ratecard__visual { position: relative; min-height: 460px; perspective: 1100px; }
.tpm-premium-ratecard__folio { position: absolute; top: 50%; left: 50%; width: 310px; height: 430px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; background: rgba(18,42,64,.72); box-shadow: 0 30px 70px rgba(0,0,0,.38); backdrop-filter: blur(14px); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.tpm-premium-ratecard__folio--back { padding: 42px 30px; transform: translate(-35%, -50%) rotateY(-8deg) rotateZ(2deg); }
.tpm-premium-ratecard__folio--back i { display: block; height: 82px; margin-bottom: 26px; border: 1px solid rgba(255,255,255,.24); background: linear-gradient(90deg, rgba(229,27,62,.42) 34%, transparent 34%); }
.tpm-premium-ratecard__folio--front { z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding: 38px 30px; transform: translate(-62%, -50%) rotateY(8deg) rotateZ(-2deg); }
.tpm-premium-ratecard__folio--front small { color: #d5dde4; font-size: 11px; font-weight: 750; letter-spacing: .12em; line-height: 1.8; text-transform: uppercase; }
.tpm-premium-ratecard__folio--front img { width: 100%; filter: brightness(0) invert(16%) sepia(91%) saturate(5612%) hue-rotate(340deg) brightness(101%) contrast(85%); }
.tpm-premium-ratecard__folio--front span { color: #aebbc5; font-size: 12px; line-height: 1.5; }
.tpm-premium-ratecard__visual:hover .tpm-premium-ratecard__folio--front { transform: translate(-67%, -52%) rotateY(4deg) rotateZ(-1deg); }
.tpm-premium-ratecard__visual:hover .tpm-premium-ratecard__folio--back { transform: translate(-29%, -49%) rotateY(-5deg) rotateZ(3deg); }
.tpm-premium-ratecard__formats { position: relative; margin: 0; padding: 0 0 0 27px; border-left: 1px solid rgba(255,255,255,.22); list-style: none; }
.tpm-premium-ratecard__formats li { position: relative; display: flex; align-items: center; min-height: 88px; color: #eef3f7; font-size: 16px; }
.tpm-premium-ratecard__formats li::before { position: absolute; left: -34px; width: 13px; height: 13px; border: 3px solid var(--tpd-red); border-radius: 50%; background: #061728; content: ''; }
.tpm-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.tpm-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1199px) {
    .tpm-premium-hero-slide__glass { width: min(52%, 560px); }
    .tpm-premium-ratecard__grid { grid-template-columns: minmax(0, 1fr) 360px; }
    .tpm-premium-ratecard__formats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
    .tpm-premium-ratecard__formats li { padding-top: 22px; }
    .tpm-premium-ratecard__formats li::before { top: -7px; left: 0; }
}

@media (max-width: 767px) {
    .tpm-premium-breaking > div { grid-template-columns: auto minmax(0,1fr); }
    .tpm-premium-breaking__viewport { height: 64px; }
    .tpm-premium-breaking__story { padding: 0 12px; }
    .tpm-premium-breaking__controls { display: none; }
    .tpm-premium-hero-slider__viewport { min-height: 675px; border-radius: 10px; }
    .tpm-premium-hero-slide__media { height: 330px; }
    .tpm-premium-hero-slide__media img { height: 330px; }
    .tpm-premium-hero-slide__glass { top: 292px; right: 14px; bottom: auto; left: 14px; width: auto; min-height: 360px; padding: 25px 22px; }
    .tpm-premium-hero-slide__glass h1 { font-size: 36px; -webkit-line-clamp: 4; }
    .tpm-premium-hero-slide__glass > p { display: none; }
    .tpm-premium-hero-slide__nav { padding-top: 20px; }
    .tpm-premium-hero-slide__next { display: none; }
    .tpm-premium-ratecard__grid { grid-template-columns: 1fr; min-height: 0; padding-top: 58px; padding-bottom: 58px; }
    .tpm-premium-ratecard__copy h2 { font-size: 48px; }
    .tpm-premium-ratecard__copy > p { font-size: 16px; }
    .tpm-premium-ratecard__visual { min-height: 420px; }
    .tpm-premium-ratecard__formats { grid-template-columns: repeat(2, 1fr); }
    .tpm-premium-ratecard__formats li:nth-child(3), .tpm-premium-ratecard__formats li:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
    .tpm-premium-ratecard__formats li::before { display: none; }
}

/* 2026 editorial desk: reference-led first viewport and dependable ad inventory */
.tpm-premium-side-ads { display: none; }
@media (min-width: 1760px) {
    .tpm-premium-side-ads { display: block; }
    .tpm-premium-side-ad { position: fixed; z-index: 82; top: 210px; width: min(280px, calc((100vw - var(--tpd-container)) / 2 - 24px)); max-height: calc(100vh - 235px); overflow: hidden; text-align: center; }
    .tpm-premium-side-ad--left { left: 12px; }
    .tpm-premium-side-ad--right { right: 12px; }
    .tpm-premium-side-ad > span { display: block; margin-bottom: 7px; color: #8a96a1; font-size: 9px; font-weight: 800; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
    .tpm-premium-side-ad .tpm-house-ad { border-radius: 4px; box-shadow: 0 16px 38px rgba(8,26,44,.14); }
    .tpm-premium-side-ad .tpm-house-ad img { width: 100%; height: min(600px, calc(100vh - 260px)); object-fit: cover; object-position: center top; }
}

.tpm-premium-video { padding: 72px 0 80px; border-top: 1px solid var(--tpd-line); background: #f4f7f9; }
.tpm-premium-video__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(420px, .85fr); gap: 42px; }
.tpm-premium-video__lead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); overflow: hidden; border: 1px solid var(--tpd-line); border-radius: 6px; background: #fff; }
.tpm-premium-video__media { position: relative; display: block; min-height: 390px; overflow: hidden; }
.tpm-premium-video__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tpm-premium-video__media:hover img { transform: scale(1.035); }
.tpm-premium-video__media > span, .tpm-premium-video__rail article > a > span { position: absolute; display: grid; place-items: center; border-radius: 50%; background: var(--tpd-red); color: #fff; box-shadow: 0 12px 30px rgba(229,27,62,.3); }
.tpm-premium-video__media > span { right: 22px; bottom: 22px; width: 58px; height: 58px; font-size: 18px; }
.tpm-premium-video__lead > div { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.tpm-premium-video__lead h3 { margin: 12px 0 17px; font-size: clamp(32px, 2.6vw, 45px); line-height: 1.02; }
.tpm-premium-video time { color: #87939e; font-size: 11px; }
.tpm-premium-video__rail { display: grid; gap: 0; border-top: 1px solid var(--tpd-line); }
.tpm-premium-video__rail article { display: grid; grid-template-columns: 155px minmax(0,1fr); gap: 20px; align-items: center; min-height: 130px; padding: 15px 0; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-video__rail article > a { position: relative; display: block; height: 98px; overflow: hidden; border-radius: 4px; }
.tpm-premium-video__rail img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.tpm-premium-video__rail article:hover img { transform: scale(1.045); }
.tpm-premium-video__rail article > a > span { right: 8px; bottom: 8px; width: 30px; height: 30px; font-size: 9px; }
.tpm-premium-video__rail h3 { display: -webkit-box; overflow: hidden; margin: 7px 0 8px; font-size: 20px; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tpm-premium-video h3 a:hover { color: var(--tpd-red); }

.tpm-news-header .tpm-masthead { min-height: 132px; }
.tpm-news-header .tpm-masthead__brand { width: clamp(430px, 38vw, 610px); }
.tpm-premium-live { border-bottom: 1px solid var(--tpd-line); background: #fff; }
.tpm-premium-live > div { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); width: min(100%, 980px); min-height: 58px; padding-inline: 0; }
.tpm-premium-live a { position: relative; display: flex; align-items: center; justify-content: center; gap: 11px; border-right: 1px solid var(--tpd-line); color: var(--tpd-ink); font-size: 13px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.tpm-premium-live a:first-child { color: var(--tpd-red); }
.tpm-premium-live a:last-child { border-right: 0; }
.tpm-premium-live a::after { position: absolute; right: 25%; bottom: -1px; left: 25%; height: 2px; background: var(--tpd-red); content: ''; transform: scaleX(0); transition: transform .22s ease; }
.tpm-premium-live a:hover::after { transform: scaleX(1); }
.tpm-premium-live i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(229,27,62,.1); color: var(--tpd-red); font-size: 9px; }
.tpm-premium-breaking > div { min-height: 58px; }
.tpm-premium-breaking__viewport { height: 58px; }

.tpm-premium-ad { width: min(970px, calc(100% - 36px)); margin: 22px auto 24px; text-align: center; }
.tpm-premium-ad > span { display: block; margin-bottom: 7px; color: #8895a1; font-size: 9px; font-weight: 750; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.tpm-premium-ad .tpm-house-ad { box-shadow: 0 13px 32px rgba(8,26,44,.1); }
.tpm-premium-ad--leaderboard img { aspect-ratio: 970 / 90; object-fit: cover; }
.tpm-premium-ad--billboard { margin-top: 34px; margin-bottom: 38px; }
.tpm-premium-ad--billboard img { aspect-ratio: 970 / 250; object-fit: cover; }

.tpm-premium-main { padding-top: 0; }
.tpm-premium-newsdesk { display: grid; grid-template-columns: minmax(0, 2.25fr) minmax(238px, .72fr) minmax(238px, .72fr); min-height: 545px; overflow: hidden; border: 1px solid var(--tpd-line); border-radius: 6px; background: #fff; box-shadow: 0 15px 44px rgba(8,26,44,.06); }
.tpm-premium-newsdesk__lead { min-width: 0; border-right: 1px solid var(--tpd-line); }
.tpm-premium-newsdesk .tpm-premium-hero-slider__viewport { min-height: 545px; overflow: hidden; border-radius: 0; background: #fff; box-shadow: none; }
.tpm-premium-newsdesk .tpm-premium-hero-slide { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(315px, .92fr); transform: translateX(24px); background: #fff; }
.tpm-premium-newsdesk .tpm-premium-hero-slide.is-active { transform: translateX(0); }
.tpm-premium-hero-slide__media-wrap { position: relative; min-width: 0; height: 100%; padding: 18px; }
.tpm-premium-newsdesk .tpm-premium-hero-slide__media { overflow: hidden; border-radius: 5px; }
.tpm-premium-newsdesk .tpm-premium-hero-slide__media,
.tpm-premium-newsdesk .tpm-premium-hero-slide__media img { width: 100%; height: 100%; }
.tpm-premium-newsdesk .tpm-premium-hero-slide__media img { object-fit: cover; }
.tpm-premium-newsdesk .tpm-premium-hero-slide__nav { position: absolute; z-index: 3; top: 31px; left: 31px; display: grid; grid-template-columns: auto 70px 40px 40px; gap: 0; align-items: center; width: auto; margin: 0; padding: 0 0 0 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 4px; background: rgba(8,26,44,.88); box-shadow: 0 9px 28px rgba(0,0,0,.22); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.tpm-premium-newsdesk .tpm-premium-hero-slide__nav span { padding-right: 16px; font-size: 13px; }
.tpm-premium-newsdesk .tpm-premium-hero-slide__nav span b { color: #fff; font-size: 16px; }
.tpm-premium-newsdesk .tpm-premium-hero-slide__nav > i { width: 54px; height: 2px; background: var(--tpd-red); }
.tpm-premium-newsdesk .tpm-premium-hero-slide__nav button { width: 40px; height: 48px; border-width: 0 0 0 1px; border-radius: 0; }
.tpm-premium-hero-slide__copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(28px, 2.8vw, 46px); }
.tpm-premium-hero-slide__copy h1 { display: -webkit-box; overflow: hidden; margin: 13px 0 17px; color: var(--tpd-ink); font-size: clamp(34px, 2.7vw, 48px); line-height: 1.01; letter-spacing: -.043em; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.tpm-premium-hero-slide__copy h1 a { color: var(--tpd-ink); }
.tpm-premium-hero-slide__copy h1 a:hover { text-decoration: underline; text-decoration-color: var(--tpd-red); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.tpm-premium-hero-slide__copy > p { display: -webkit-box; overflow: hidden; margin: 0 0 18px; color: #627181; font-size: 15px; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.tpm-premium-newsdesk__support { padding: 14px 20px; border-right: 1px solid var(--tpd-line); }
.tpm-premium-newsdesk__support article { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 14px; align-items: start; min-height: 166px; padding: 18px 0; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-newsdesk__support article:last-child { border-bottom: 0; }
.tpm-premium-newsdesk__support article > a { display: block; overflow: hidden; border-radius: 4px; }
.tpm-premium-newsdesk__support img { width: 82px; height: 84px; object-fit: cover; transition: transform .35s ease; }
.tpm-premium-newsdesk__support article:hover img { transform: scale(1.04); }
.tpm-premium-newsdesk__support h2 { display: -webkit-box; overflow: hidden; margin: 1px 0 10px; font-size: 17px; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.tpm-premium-newsdesk__support h2 a:hover { color: var(--tpd-red); }
.tpm-premium-newsdesk__support time { color: #8a97a2; font-size: 10px; }
.tpm-premium-newsdesk__most-read { padding: 21px 20px 12px; }
.tpm-premium-newsdesk__most-read > h2 { position: relative; margin: 0; padding-bottom: 15px; border-bottom: 1px solid var(--tpd-line); font-family: var(--font-body); font-size: 16px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.tpm-premium-newsdesk__most-read > h2::after { position: absolute; bottom: -1px; left: 0; width: 43px; height: 2px; background: var(--tpd-red); content: ''; }
.tpm-premium-newsdesk__most-read ol { margin: 0; padding: 0; list-style: none; }
.tpm-premium-newsdesk__most-read li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; align-items: center; min-height: 90px; border-bottom: 1px solid var(--tpd-line); }
.tpm-premium-newsdesk__most-read li:last-child { border-bottom: 0; }
.tpm-premium-newsdesk__most-read li > span { color: var(--tpd-red); font-family: var(--font-header); font-size: 27px; }
.tpm-premium-newsdesk__most-read h3 { margin: 0; font-family: var(--font-body); font-size: 13px; font-weight: 700; line-height: 1.28; }
.tpm-premium-newsdesk__most-read h3 a:hover { color: var(--tpd-red); }

@media (max-width: 1199px) {
    .tpm-premium-video__grid { grid-template-columns: 1fr; }
    .tpm-premium-video__rail { grid-template-columns: repeat(3, 1fr); gap: 22px; border-top: 0; }
    .tpm-premium-video__rail article { grid-template-columns: 1fr; align-content: start; border-top: 1px solid var(--tpd-line); }
    .tpm-premium-video__rail article > a { height: 150px; }
    .tpm-premium-newsdesk { grid-template-columns: minmax(0, 1fr) 280px; }
    .tpm-premium-newsdesk__most-read { grid-column: 1 / -1; border-top: 1px solid var(--tpd-line); }
    .tpm-premium-newsdesk__most-read ol { display: grid; grid-template-columns: repeat(5, 1fr); }
    .tpm-premium-newsdesk__most-read li { grid-template-columns: 38px 1fr; padding-right: 14px; border-right: 1px solid var(--tpd-line); border-bottom: 0; }
}

@media (max-width: 991px) {
    .tpm-premium-newsdesk { grid-template-columns: 1fr; }
    .tpm-premium-newsdesk__lead, .tpm-premium-newsdesk__support { border-right: 0; }
    .tpm-premium-newsdesk__support { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--tpd-line); }
    .tpm-premium-newsdesk__support article { grid-template-columns: 78px 1fr; padding-inline: 12px; border-right: 1px solid var(--tpd-line); border-bottom: 0; }
}

@media (max-width: 767px) {
    .tpm-premium-video { padding: 54px 0 58px; }
    .tpm-premium-video__lead { grid-template-columns: 1fr; }
    .tpm-premium-video__media { min-height: 260px; }
    .tpm-premium-video__lead > div { padding: 26px 22px 30px; }
    .tpm-premium-video__lead h3 { font-size: 34px; }
    .tpm-premium-video__rail { grid-template-columns: 1fr; gap: 0; }
    .tpm-premium-video__rail article { grid-template-columns: 125px 1fr; }
    .tpm-premium-video__rail article > a { height: 92px; }
    .tpm-premium-latest__grid article { grid-template-columns: 124px minmax(0,1fr); gap: 16px; min-height: 132px; padding: 14px 0; }
    .tpm-premium-latest__media { height: 98px; }
    .tpm-premium-latest__grid h3 { font-size: 18px; }
    .tpm-premium-live { overflow-x: auto; }
    .tpm-premium-live > div { grid-template-columns: repeat(4, 145px); width: max-content; min-height: 52px; }
    .tpm-premium-live a { font-size: 11px; }
    .tpm-premium-ad { margin-block: 16px 18px; }
    .tpm-premium-ad--leaderboard img, .tpm-premium-ad--billboard img { aspect-ratio: 6 / 5; object-fit: cover; }
    .tpm-premium-newsdesk { border-radius: 5px; }
    .tpm-premium-newsdesk .tpm-premium-hero-slider__viewport { min-height: 720px; }
    .tpm-premium-newsdesk .tpm-premium-hero-slide { grid-template-columns: 1fr; align-content: start; }
    .tpm-premium-hero-slide__media-wrap { height: 330px; padding: 12px; }
    .tpm-premium-newsdesk .tpm-premium-hero-slide__media,
    .tpm-premium-newsdesk .tpm-premium-hero-slide__media img { height: 306px; }
    .tpm-premium-newsdesk .tpm-premium-hero-slide__nav { top: 24px; left: 24px; grid-template-columns: auto 52px 38px 38px; }
    .tpm-premium-newsdesk .tpm-premium-hero-slide__nav > i { width: 38px; }
    .tpm-premium-newsdesk .tpm-premium-hero-slide__nav button { width: 38px; height: 44px; }
    .tpm-premium-hero-slide__copy { padding: 25px 22px 29px; }
    .tpm-premium-hero-slide__copy h1 { font-size: 34px; -webkit-line-clamp: 4; }
    .tpm-premium-hero-slide__copy > p { -webkit-line-clamp: 3; }
    .tpm-premium-newsdesk__support { grid-template-columns: 1fr; padding: 0 18px; }
    .tpm-premium-newsdesk__support article { grid-template-columns: 92px 1fr; min-height: 128px; padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--tpd-line); }
    .tpm-premium-newsdesk__support img { width: 92px; height: 84px; }
    .tpm-premium-newsdesk__most-read { grid-column: auto; }
    .tpm-premium-newsdesk__most-read ol { grid-template-columns: 1fr; }
    .tpm-premium-newsdesk__most-read li { border-right: 0; border-bottom: 1px solid var(--tpd-line); }
}
