:root {
    --tdp-black: #000000;
    --tdp-orange: #ff7a00;
    --tdp-white: #ffffff;
    --tdp-radius-xl: 36px;
    --tdp-radius-lg: 28px;
    --tdp-radius-md: 20px;
    --tdp-max: 1240px;
    --tdp-gap: clamp(16px, 2.4vw, 30px);
    --tdp-x: 50%;
    --tdp-y: 20%;
    --tdp-body: Arial, sans-serif;
    --tdp-display: "Arial Black", Arial, sans-serif;
    --tdp-mono: "Courier New", monospace;
}

* { box-sizing: border-box; }

html {
    min-height: 100%;
    background: var(--tdp-black);
    color: var(--tdp-white);
    scrollbar-color: var(--tdp-orange) var(--tdp-black);
}

body {
    margin: 0;
    min-height: 100%;
    background:
        radial-gradient(circle at var(--tdp-x) var(--tdp-y), rgba(255,122,0,.22), rgba(0,0,0,0) 32%),
        linear-gradient(135deg, rgba(255,122,0,.14) 0 1px, rgba(0,0,0,0) 1px 58px),
        linear-gradient(180deg, var(--tdp-black), var(--tdp-black));
    color: var(--tdp-white);
    font-family: var(--tdp-body);
    font-size: 16px;
    line-height: 1.62;
    overflow-x: hidden;
}

body::before,
body::after,
.tdp-static {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

body::before {
    z-index: 0;
    background:
        repeating-linear-gradient(to bottom, rgba(255,255,255,.08) 0 1px, rgba(0,0,0,0) 1px 7px),
        repeating-linear-gradient(90deg, rgba(255,122,0,.08) 0 1px, rgba(0,0,0,0) 1px 76px);
    opacity: .24;
}

body::after {
    z-index: 1;
    border: 14px solid rgba(0,0,0,.92);
    box-shadow: inset 0 0 0 1px rgba(255,122,0,.42), inset 0 0 120px rgba(255,122,0,.18);
}

.tdp-static {
    z-index: 0;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.24) 0 1px, rgba(0,0,0,0) 1px),
        radial-gradient(circle at 60% 80%, rgba(255,255,255,.18) 0 1px, rgba(0,0,0,0) 1px),
        radial-gradient(circle at 90% 30%, rgba(255,122,0,.24) 0 1px, rgba(0,0,0,0) 1px);
    background-size: 23px 23px, 31px 31px, 41px 41px;
    opacity: .12;
}

a {
    color: var(--tdp-orange);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--tdp-white);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
textarea,
select {
    font: inherit;
}

input,
textarea,
select {
    width: 100%;
    background: var(--tdp-black);
    color: var(--tdp-white);
    border: 2px solid rgba(255,122,0,.7);
    border-radius: 999px;
    outline: none;
    padding: 12px 15px;
}

textarea {
    min-height: 140px;
    border-radius: 22px;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--tdp-white);
    box-shadow: 0 0 0 4px rgba(255,122,0,.18);
}

button,
input[type="submit"],
.wp-block-button__link {
    appearance: none;
    border: 0;
    background: var(--tdp-orange);
    color: var(--tdp-black);
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
    background: var(--tdp-white);
    color: var(--tdp-black);
}

::selection {
    background: var(--tdp-orange);
    color: var(--tdp-black);
}

.tdp-site {
    position: relative;
    z-index: 2;
    min-height: 100vh;
}

.tdp-wrap {
    width: min(calc(100% - 28px), var(--tdp-max));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.tdp-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(0,0,0,.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,122,0,.44);
}

.tdp-header-grid {
    min-height: 102px;
    display: grid;
    grid-template-columns: minmax(260px, auto) 1fr minmax(220px, 300px);
    gap: 18px;
    align-items: center;
    padding: 12px 0;
}

.tdp-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--tdp-white);
    min-width: 0;
}

.tdp-brand-badge {
    position: relative;
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    flex: 0 0 auto;
    border-radius: 28px 28px 28px 8px;
    background: var(--tdp-orange);
    color: var(--tdp-black);
    box-shadow: 9px 9px 0 rgba(255,255,255,.12);
    overflow: hidden;
}

.tdp-brand-badge span {
    position: relative;
    z-index: 2;
    font-family: var(--tdp-display);
    font-size: 36px;
    line-height: 1;
}

.tdp-brand-badge i {
    position: absolute;
    inset: 12px;
    border: 3px solid rgba(0,0,0,.44);
    border-radius: 999px;
}

.tdp-brand-title {
    display: block;
    font-family: var(--tdp-display);
    font-size: clamp(24px, 3.4vw, 48px);
    line-height: .86;
    letter-spacing: -.075em;
    color: var(--tdp-white);
    text-transform: uppercase;
    text-shadow: 2px 0 0 rgba(255,122,0,.8);
}

.tdp-brand-sub {
    display: block;
    margin-top: 7px;
    font-family: var(--tdp-mono);
    color: rgba(255,255,255,.72);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tdp-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin: 0;
    padding: 0;
}

.tdp-nav a {
    display: block;
    color: var(--tdp-white);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px 999px 999px 8px;
    padding: 10px 13px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    background: rgba(0,0,0,.44);
}

.tdp-nav a:hover,
.tdp-nav .current-menu-item > a,
.tdp-nav .current_page_item > a {
    color: var(--tdp-black);
    background: var(--tdp-orange);
    border-color: var(--tdp-orange);
}

.tdp-search-form {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tdp-search-form label {
    flex: 1;
    min-width: 0;
}

.tdp-search-form input {
    height: 44px;
    font-size: 13px;
}

.tdp-search-form button {
    height: 44px;
    min-width: 54px;
    padding-inline: 14px;
}

.tdp-frequency {
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(0,0,0,.72);
}

.tdp-frequency-grid {
    min-height: 42px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
}

.tdp-rec,
.tdp-clock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,122,0,.5);
    font-family: var(--tdp-mono);
    color: var(--tdp-white);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tdp-rec i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--tdp-orange);
    box-shadow: 0 0 18px rgba(255,122,0,.8);
}

.tdp-runner {
    overflow: hidden;
    white-space: nowrap;
}

.tdp-runner-track {
    min-width: max-content;
    display: inline-flex;
    gap: 34px;
    color: rgba(255,255,255,.82);
    font-family: var(--tdp-mono);
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
    animation: tdp-runner 26s linear infinite;
}

.tdp-runner-track span::before {
    content: "////";
    color: var(--tdp-orange);
    margin-right: 12px;
}

.tdp-front {
    padding: 34px 0 22px;
}

.tdp-front-grid {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 330px;
    gap: var(--tdp-gap);
    align-items: stretch;
}

.tdp-edition-spine {
    border-radius: 999px;
    background: var(--tdp-orange);
    color: var(--tdp-black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 22px 12px;
    min-height: 530px;
    box-shadow: inset 0 0 0 3px var(--tdp-black), 0 0 0 1px rgba(255,122,0,.42);
}

.tdp-edition-spine span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--tdp-display);
    font-size: 16px;
    letter-spacing: .18em;
}

.tdp-edition-spine b {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--tdp-black);
    box-shadow: inset 0 0 0 8px var(--tdp-white), inset 0 0 0 15px var(--tdp-orange);
}

.tdp-edition-spine small {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--tdp-mono);
    font-weight: 900;
    letter-spacing: .12em;
}

.tdp-main-tape {
    position: relative;
    overflow: hidden;
    min-height: 530px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 0;
    border: 1px solid rgba(255,122,0,.55);
    border-radius: 48px 48px 48px 16px;
    background:
        linear-gradient(90deg, rgba(255,122,0,.18), rgba(0,0,0,0) 32%),
        var(--tdp-black);
    box-shadow: 0 30px 80px rgba(255,122,0,.13);
}

.tdp-main-tape::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px dashed rgba(255,255,255,.18);
    border-radius: 34px 34px 34px 10px;
    pointer-events: none;
}

.tdp-main-copy {
    position: relative;
    z-index: 2;
    padding: clamp(26px, 4vw, 54px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tdp-main-label,
.tdp-module-head,
.tdp-feed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.tdp-main-label {
    width: fit-content;
    max-width: 100%;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255,122,0,.55);
    background: rgba(0,0,0,.7);
}

.tdp-main-label span,
.tdp-main-label em {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    font-family: var(--tdp-mono);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tdp-main-label span {
    color: var(--tdp-orange);
}

.tdp-main-label em {
    background: var(--tdp-orange);
    color: var(--tdp-black);
}

.tdp-main-copy h1 {
    margin: 18px 0 12px;
    font-family: var(--tdp-display);
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: .86;
    letter-spacing: -.08em;
    text-transform: uppercase;
}

.tdp-main-copy h1 a {
    color: var(--tdp-white);
}

.tdp-main-copy h1 a:hover {
    color: var(--tdp-orange);
}

.tdp-main-copy p {
    max-width: 620px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.84);
    font-size: 18px;
}

.tdp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 14px 0;
}

.tdp-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.78);
    font-family: var(--tdp-mono);
    font-size: 12px;
}

.tdp-play {
    width: fit-content;
    display: inline-grid;
    grid-template-columns: auto 38px;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    padding: 8px 8px 8px 18px;
    border-radius: 999px;
    background: var(--tdp-orange);
    color: var(--tdp-black);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.tdp-play i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--tdp-black);
    position: relative;
}

.tdp-play i::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 10px;
    border-left: 13px solid var(--tdp-white);
    border-top: 9px solid rgba(0,0,0,0);
    border-bottom: 9px solid rgba(0,0,0,0);
}

.tdp-main-screen {
    position: relative;
    min-height: 100%;
    padding: 24px;
    display: flex;
    align-items: stretch;
}

.tdp-main-screen > a,
.tdp-placeholder-screen {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 430px;
    border-radius: 34px 34px 34px 10px;
    border: 1px solid rgba(255,255,255,.16);
    background: var(--tdp-black);
}

.tdp-main-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.1) saturate(.1);
}

.tdp-main-screen > a::before,
.tdp-placeholder-screen::before,
.tdp-story-image::before,
.tdp-article-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(to bottom, rgba(255,255,255,.12) 0 1px, rgba(0,0,0,0) 1px 8px),
        linear-gradient(180deg, rgba(255,122,0,.16), rgba(0,0,0,0) 40%, rgba(255,122,0,.18));
    pointer-events: none;
    z-index: 2;
}

.tdp-placeholder-screen {
    display: grid;
    place-content: center;
    gap: 14px;
}

.tdp-placeholder-screen span {
    display: block;
    width: min(280px, 50vw);
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tdp-orange), var(--tdp-white), var(--tdp-orange));
}

.tdp-screen-caption {
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 44px;
    z-index: 3;
    color: var(--tdp-white);
    background: rgba(0,0,0,.78);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 10px 13px;
    font-family: var(--tdp-mono);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tdp-live-stack,
.tdp-module {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,122,0,.46);
    border-radius: 34px 34px 34px 10px;
    background: rgba(0,0,0,.78);
    box-shadow: 0 20px 70px rgba(255,122,0,.1);
}

.tdp-live-stack {
    padding: 18px;
}

.tdp-module {
    padding: 18px;
}

.tdp-module::before,
.tdp-live-stack::before,
.tdp-story-card::before,
.tdp-article::before,
.tdp-empty::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(0,0,0,0) 28%),
        radial-gradient(circle at 90% 0%, rgba(255,122,0,.12), rgba(0,0,0,0) 30%);
    pointer-events: none;
}

.tdp-module-head span,
.tdp-feed-head span,
.tdp-feed-head em,
.widget-title {
    font-family: var(--tdp-mono);
    text-transform: uppercase;
    letter-spacing: .12em;
}

.tdp-module-head span,
.tdp-feed-head span {
    color: var(--tdp-orange);
    font-weight: 900;
    font-size: 12px;
}

.tdp-module-head b,
.tdp-feed-head em {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--tdp-orange);
    box-shadow: 0 0 18px rgba(255,122,0,.85);
}

.tdp-stack-item {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 13px;
    border-radius: 22px 22px 22px 8px;
    color: var(--tdp-white);
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
}

.tdp-stack-item:hover {
    background: var(--tdp-orange);
    color: var(--tdp-black);
}

.tdp-stack-item span {
    display: grid;
    place-items: center;
    height: 44px;
    border-radius: 16px 16px 16px 6px;
    background: var(--tdp-black);
    color: var(--tdp-orange);
    font-family: var(--tdp-display);
}

.tdp-stack-item:hover span {
    color: var(--tdp-white);
}

.tdp-stack-item strong {
    font-size: 15px;
    line-height: 1.2;
}

.tdp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: var(--tdp-gap);
    padding: 18px 0 60px;
}

.tdp-feed-head {
    margin-bottom: 20px;
    padding: 4px 0;
}

.tdp-feed-head h2,
.tdp-feed-head h1 {
    margin: 4px 0 0;
    font-family: var(--tdp-display);
    font-size: clamp(32px, 3.6vw, 54px);
    line-height: .88;
    letter-spacing: -.07em;
    text-transform: uppercase;
}

.tdp-feed-head p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.74);
}

.tdp-feed-head em {
    width: auto;
    height: auto;
    max-width: 190px;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255,122,0,.16);
    border: 1px solid rgba(255,122,0,.44);
    color: var(--tdp-white);
    font-size: 11px;
    font-style: normal;
    text-align: center;
    box-shadow: none;
}

.tdp-story-list {
    display: grid;
    gap: 16px;
}

.tdp-story-card {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 210px;
    gap: 0;
    overflow: hidden;
    min-height: 190px;
    border: 1px solid rgba(255,122,0,.42);
    border-radius: 34px 34px 34px 10px;
    background: rgba(0,0,0,.82);
    transition: transform .2s ease, border-color .2s ease;
}

.tdp-story-card:hover {
    transform: translateY(-3px);
    border-color: var(--tdp-orange);
}

.tdp-story-code {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 18px 12px;
    background: var(--tdp-orange);
    color: var(--tdp-black);
}

.tdp-story-code span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--tdp-display);
    font-size: 22px;
    letter-spacing: .08em;
}

.tdp-story-code i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--tdp-black);
    box-shadow: inset 0 0 0 8px var(--tdp-white), inset 0 0 0 14px var(--tdp-orange);
}

.tdp-story-content {
    position: relative;
    z-index: 2;
    padding: 22px;
}

.tdp-story-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tdp-story-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.82);
    font-family: var(--tdp-mono);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tdp-story-content h2 {
    margin: 12px 0 8px;
    font-family: var(--tdp-display);
    font-size: clamp(24px, 2.5vw, 38px);
    line-height: .94;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.tdp-story-content h2 a {
    color: var(--tdp-white);
}

.tdp-story-content h2 a:hover {
    color: var(--tdp-orange);
}

.tdp-story-content p {
    margin: 0;
    color: rgba(255,255,255,.72);
}

.tdp-story-image {
    position: relative;
    z-index: 2;
    min-height: 100%;
    overflow: hidden;
    background: var(--tdp-black);
    border-left: 1px solid rgba(255,255,255,.1);
}

.tdp-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.1);
}

.tdp-story-image-empty {
    display: grid;
    place-content: center;
    gap: 12px;
}

.tdp-story-image-empty span {
    width: 100px;
    height: 14px;
    border-radius: 999px;
    background: var(--tdp-orange);
}

.tdp-sidebar {
    display: grid;
    align-content: start;
    gap: 16px;
}

.widget-title {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: var(--tdp-white);
    font-size: 15px;
}

.tdp-module ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tdp-module li + li {
    margin-top: 10px;
}

.tdp-module a {
    color: var(--tdp-white);
}

.tdp-side-list a {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 18px 18px 18px 6px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
}

.tdp-side-list a:hover {
    background: var(--tdp-orange);
    color: var(--tdp-black);
}

.tdp-side-list span {
    display: grid;
    place-items: center;
    border-radius: 14px 14px 14px 5px;
    min-height: 38px;
    background: var(--tdp-black);
    color: var(--tdp-orange);
    font-family: var(--tdp-mono);
    font-weight: 900;
    font-size: 12px;
}

.tdp-deck-face {
    position: relative;
    z-index: 2;
    min-height: 190px;
    margin-top: 16px;
    border-radius: 28px 28px 28px 8px;
    border: 1px solid rgba(255,255,255,.14);
    background:
        linear-gradient(90deg, rgba(255,122,0,.12), rgba(0,0,0,0) 28%, rgba(255,122,0,.12)),
        var(--tdp-black);
}

.tdp-reel {
    position: absolute;
    top: 32px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background:
        radial-gradient(circle, var(--tdp-black) 0 16%, var(--tdp-white) 17% 24%, var(--tdp-black) 25% 38%, var(--tdp-orange) 39% 48%, var(--tdp-black) 49%);
    border: 2px solid rgba(255,255,255,.2);
}

.tdp-reel-left { left: 34px; }
.tdp-reel-right { right: 34px; }

.tdp-deck-slot {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 34px;
    height: 24px;
    border-radius: 999px;
    background: var(--tdp-orange);
    box-shadow: 0 0 24px rgba(255,122,0,.45);
}

.tdp-article,
.tdp-empty {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 4vw, 52px);
    border: 1px solid rgba(255,122,0,.42);
    border-radius: 42px 42px 42px 12px;
    background: rgba(0,0,0,.84);
}

.tdp-article-head {
    position: relative;
    z-index: 2;
}

.tdp-article h1 {
    margin: 20px 0 12px;
    font-family: var(--tdp-display);
    font-size: clamp(42px, 5.5vw, 82px);
    line-height: .86;
    letter-spacing: -.08em;
    text-transform: uppercase;
}

.tdp-article-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 28px 0;
    border-radius: 34px 34px 34px 10px;
    border: 1px solid rgba(255,255,255,.16);
}

.tdp-article-image img {
    width: 100%;
    max-height: 580px;
    object-fit: cover;
    filter: grayscale(1) contrast(1.1);
}

.tdp-article-image figcaption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 4;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,.84);
    color: var(--tdp-white);
    font-family: var(--tdp-mono);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tdp-article-content {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.88);
}

.tdp-article-content > *:first-child { margin-top: 0; }
.tdp-article-content > *:last-child { margin-bottom: 0; }

.tdp-article-content h2,
.tdp-article-content h3,
.tdp-article-content h4 {
    color: var(--tdp-white);
    font-family: var(--tdp-display);
    letter-spacing: -.05em;
    text-transform: uppercase;
}

.tdp-article-content blockquote {
    margin: 26px 0;
    padding: 22px;
    border-left: 8px solid var(--tdp-orange);
    border-radius: 0 24px 24px 0;
    background: rgba(255,122,0,.12);
    color: var(--tdp-white);
}

.tdp-pagination,
.tdp-post-nav,
.navigation {
    margin-top: 18px;
}

.tdp-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.tdp-post-nav a,
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px 999px 999px 8px;
    color: var(--tdp-white);
    background: rgba(0,0,0,.72);
}

.page-numbers.current,
.tdp-post-nav a:hover,
.page-numbers:hover {
    color: var(--tdp-black);
    background: var(--tdp-orange);
    border-color: var(--tdp-orange);
}

.comment-list {
    padding-left: 18px;
}

.comment-body {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 24px 24px 24px 8px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(0,0,0,.74);
}

.alignwide,
.alignfull {
    max-width: 100%;
}

.wp-block-image img {
    border-radius: 24px 24px 24px 8px;
}

.tdp-footer {
    border-top: 1px solid rgba(255,122,0,.4);
    background: rgba(0,0,0,.82);
    padding: 24px 0 34px;
}

.tdp-footer-grid,
.tdp-footer-mark,
.tdp-footer-menu ul {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.tdp-footer-grid {
    justify-content: space-between;
}

.tdp-footer-mark span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 16px 16px 16px 5px;
    background: var(--tdp-orange);
    color: var(--tdp-black);
    font-family: var(--tdp-display);
}

.tdp-footer p {
    margin: 0;
    color: rgba(255,255,255,.7);
}

.tdp-footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tdp-footer a {
    color: rgba(255,255,255,.78);
}

@keyframes tdp-runner {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 1120px) {
    .tdp-header-grid,
    .tdp-front-grid,
    .tdp-layout {
        grid-template-columns: 1fr;
    }

    .tdp-edition-spine {
        min-height: auto;
        flex-direction: row;
        border-radius: 28px 28px 28px 8px;
    }

    .tdp-edition-spine span,
    .tdp-edition-spine small {
        writing-mode: initial;
        transform: none;
    }

    .tdp-main-tape {
        grid-template-columns: 1fr;
    }

    .tdp-header-search {
        max-width: 520px;
    }

    .tdp-nav ul {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    body::after {
        border-width: 8px;
    }

    .tdp-frequency-grid {
        grid-template-columns: auto 1fr;
    }

    .tdp-clock {
        display: none;
    }

    .tdp-brand-badge {
        width: 60px;
        height: 60px;
        border-radius: 22px 22px 22px 7px;
    }

    .tdp-main-copy,
    .tdp-main-screen,
    .tdp-article,
    .tdp-empty {
        padding: 18px;
    }

    .tdp-main-tape,
    .tdp-live-stack,
    .tdp-module,
    .tdp-story-card,
    .tdp-article,
    .tdp-empty {
        border-radius: 28px 28px 28px 8px;
    }

    .tdp-story-card {
        grid-template-columns: 70px 1fr;
    }

    .tdp-story-image {
        grid-column: 1 / -1;
        min-height: 180px;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .tdp-main-copy h1,
    .tdp-article h1 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .tdp-post-nav {
        grid-template-columns: 1fr;
    }
}
