:root {
    --ayw-bg: #070708;
    --ayw-surface: #111113;
    --ayw-surface-2: #17171a;
    --ayw-surface-3: #0d0d0f;
    --ayw-text: #f7f6f2;
    --ayw-muted: #9c9ca2;
    --ayw-line: rgba(255, 255, 255, 0.15);
    --ayw-line-soft: rgba(255, 255, 255, 0.08);
    --ayw-red: #df2334;
    --ayw-gold: #c99e44;
    --ayw-max-width: 1920px;
    --ayw-lead-height: 500px;
    --ayw-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    --ayw-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.home {
    background: var(--ayw-bg) !important;
    color: var(--ayw-text);
}

body.home .site-content,
body.home #content,
body.home .content-area,
body.home .entry-content {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    background: transparent !important;
}

.ayw-home,
.ayw-home * {
    box-sizing: border-box;
}

.ayw-home {
    width: min(var(--ayw-max-width), calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 76px;
    color: var(--ayw-text);
    font-family: var(--ayw-body);
    font-size: 16px;
    line-height: 1.5;
}

.ayw-home a {
    color: inherit !important;
    text-decoration: none !important;
}

.ayw-home img {
    display: block;
    max-width: 100%;
}

.ayw-home h1,
.ayw-home h2,
.ayw-home h3,
.ayw-home p,
.ayw-home ol,
.ayw-home ul {
    margin: 0;
}

.ayw-home ol,
.ayw-home ul {
    padding: 0;
    list-style: none;
}

.ayw-home h1,
.ayw-home h2,
.ayw-home h3 {
    font-family: var(--ayw-display);
    font-weight: 800;
    text-wrap: balance;
}

.ayw-home a:focus-visible,
.ayw-home button:focus-visible,
.ayw-home input:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.ayw-section-kicker,
.ayw-story-label,
.ayw-event-card__promotion {
    font-size: 0.66rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ayw-section-kicker,
.ayw-story-label--category {
    color: var(--ayw-red) !important;
}

.ayw-story-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.38rem;
}

.ayw-story-label--promotion {
    color: #a9a7a2 !important;
}

.ayw-story-label-separator {
    color: rgba(255, 255, 255, 0.34) !important;
    font-size: 0.72rem;
}

.ayw-card-meta,
.ayw-byline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: var(--ayw-muted) !important;
    font-size: 0.69rem;
    font-weight: 650;
}

.ayw-card-meta span,
.ayw-card-meta time,
.ayw-byline span,
.ayw-byline time {
    color: inherit !important;
}

.ayw-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 120px;
    place-items: center;
    background:
        linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.045) 49% 51%, transparent 51% 100%),
        #18181b;
}

.ayw-placeholder span {
    padding: 0.46rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ayw-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    padding: 0.72rem 1rem;
    border: 1px solid var(--ayw-red);
    border-radius: 2px;
    background: var(--ayw-red);
    color: #ffffff !important;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ayw-button:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #111113 !important;
}

.promo-default,
.promo-wwe,
.promo-news,
.promo-wrestling {
    --ayw-promo: var(--ayw-red);
}

.promo-aew {
    --ayw-promo: var(--ayw-gold);
}

.promo-nxt {
    --ayw-promo: #e2c529;
}

.promo-tna {
    --ayw-promo: #347bd3;
}

.promo-roh {
    --ayw-promo: #c8c8c8;
}

.promo-njpw {
    --ayw-promo: #d73131;
}

.promo-revpro {
    --ayw-promo: #8455cc;
}

/* Tonight */

.ayw-tonight {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    min-height: 44px;
    margin-bottom: 18px;
    padding: 0.55rem 0.82rem;
    border-top: 1px solid rgba(223, 35, 52, 0.72);
    border-bottom: 1px solid var(--ayw-line);
    background: #0c0c0e;
}

.ayw-tonight__label {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #ffffff !important;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ayw-tonight__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ayw-red);
    box-shadow: 0 0 0 4px rgba(223, 35, 52, 0.16);
}

.ayw-tonight__shows {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.ayw-tonight__shows::-webkit-scrollbar {
    display: none;
}

.ayw-tonight__shows a {
    flex: 0 0 auto;
    color: #dedbd5 !important;
    font-size: 0.8rem;
    font-weight: 700;
}

.ayw-tonight__shows a + a::before {
    content: "/";
    margin-right: 0.75rem;
    color: rgba(255, 255, 255, 0.28);
}

.ayw-tonight__shows a:hover,
.ayw-tonight__schedule:hover {
    color: #ffffff !important;
}

.ayw-tonight__schedule {
    color: #ffffff !important;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Hero and news rail */

.ayw-lead-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(390px, 0.92fr);
    gap: 18px;
    align-items: stretch;
}

.ayw-lead-layout--without-hero {
    grid-template-columns: minmax(390px, 560px);
    justify-content: end;
}

.ayw-lead-story {
    position: relative;
    min-width: 0;
    height: var(--ayw-lead-height);
    overflow: hidden;
    border: 1px solid var(--ayw-line);
    border-radius: 4px;
    background: var(--ayw-surface);
    box-shadow: inset 0 3px 0 var(--ayw-red);
}

.ayw-lead-story__link {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.ayw-lead-story__media,
.ayw-lead-story__overlay {
    position: absolute;
    inset: 0;
}

.ayw-lead-story__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 500ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.ayw-lead-story__media .ayw-placeholder {
    position: absolute;
    inset: 0;
    min-height: 100%;
}

.ayw-lead-story__overlay {
    background:
        linear-gradient(180deg, rgba(7, 7, 8, 0.02) 12%, rgba(7, 7, 8, 0.16) 46%, rgba(7, 7, 8, 0.96) 100%),
        linear-gradient(90deg, rgba(7, 7, 8, 0.46) 0%, transparent 72%);
}

.ayw-lead-story__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    max-width: 940px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    padding: clamp(1.5rem, 2.8vw, 2.75rem);
}

.ayw-lead-story__content h1 {
    max-width: 18ch;
    color: #ffffff !important;
    font-size: clamp(2.6rem, 3.8vw, 4.25rem);
    line-height: 0.97;
    letter-spacing: -0.042em;
    text-shadow: 0 3px 28px rgba(0, 0, 0, 0.58);
}

.ayw-lead-story__content p {
    max-width: 64ch;
    color: #e0ddd7 !important;
    font-size: clamp(0.88rem, 0.95vw, 1rem);
    line-height: 1.5;
}

.ayw-lead-story .ayw-story-label--promotion,
.ayw-lead-story .ayw-byline {
    color: rgba(255, 255, 255, 0.76) !important;
}

.ayw-lead-story:hover .ayw-lead-story__image {
    transform: scale(1.028);
}

.ayw-news-rail {
    display: flex;
    min-width: 0;
    height: var(--ayw-lead-height);
    flex-direction: column;
    padding: 1.08rem 1.16rem 0.9rem;
    border: 1px solid var(--ayw-line);
    border-radius: 4px;
    background: var(--ayw-surface);
    color: #ffffff !important;
    box-shadow: inset 0 3px 0 var(--ayw-red);
}

.ayw-news-rail__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.12rem 0 0.75rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.72);
}

.ayw-news-rail__kicker {
    display: block;
    margin-bottom: 0.38rem;
    color: var(--ayw-red) !important;
    font-size: 0.6rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.ayw-news-rail__heading h2 {
    color: #ffffff !important;
    font-size: clamp(1.9rem, 2.1vw, 2.45rem);
    line-height: 0.92;
    letter-spacing: -0.036em;
    text-transform: uppercase;
}

.ayw-news-rail__heading > a {
    padding-bottom: 0.12rem;
    border-bottom: 1px solid currentColor;
    color: #ffffff !important;
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ayw-news-rail__heading > a:hover {
    color: var(--ayw-red) !important;
}

.ayw-news-rail__list {
    display: grid;
    min-height: 0;
    flex: 1 1 auto;
    grid-auto-rows: minmax(0, 1fr);
}

.ayw-news-rail__list li {
    --ayw-promo: var(--ayw-red);
    min-height: 0;
    border-bottom: 1px solid var(--ayw-line-soft);
}

.ayw-news-rail__list li:last-child {
    border-bottom: 0;
}

.ayw-news-rail__list li > a {
    display: grid;
    height: 100%;
    min-height: 0;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    gap: 0.58rem;
    padding: 0.26rem 0.3rem 0.26rem 0;
    transition: background-color 150ms ease, box-shadow 150ms ease, padding-left 150ms ease;
}

.ayw-news-rail__list li > a:hover {
    padding-left: 0.35rem;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 3px 0 0 var(--ayw-promo);
}

.ayw-news-rail__number {
    color: #77777d !important;
    font-family: var(--ayw-display);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.035em;
}

.ayw-news-rail__copy {
    min-width: 0;
}

.ayw-news-rail__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 0.12rem;
    color: #8f8f95 !important;
    font-size: 0.56rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ayw-news-rail__meta span,
.ayw-news-rail__meta time {
    color: inherit !important;
}

.ayw-news-rail__meta span:first-child {
    color: var(--ayw-promo) !important;
}

.ayw-news-rail__copy h3 {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: #f8f7f3 !important;
    font-family: var(--ayw-body);
    font-size: clamp(0.82rem, 0.77vw, 0.94rem);
    font-weight: 760;
    line-height: 1.18;
    letter-spacing: -0.014em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ayw-empty-state {
    padding: 1.5rem 0;
    color: var(--ayw-muted) !important;
    font-size: 0.88rem;
}

/* Netflix-style article shelves */

.ayw-shelf {
    --ayw-card-width: clamp(230px, 17.5vw, 318px);
    margin-top: 26px;
    overflow: hidden;
    padding: clamp(1.15rem, 1.65vw, 1.65rem);
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 4px;
    background: var(--ayw-surface);
}

.ayw-shelf__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 0.9rem;
    padding-bottom: 0.82rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.18);
}

.ayw-shelf__header h2 {
    margin-top: 0.38rem;
    color: #ffffff !important;
    font-size: clamp(2.1rem, 3.2vw, 3.35rem);
    line-height: 0.92;
    letter-spacing: -0.043em;
    text-transform: uppercase;
}

.ayw-section-link {
    padding-bottom: 0.14rem;
    border-bottom: 1px solid currentColor;
    color: #ffffff !important;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ayw-section-link:hover {
    color: var(--ayw-red) !important;
}

.ayw-shelf__viewport {
    position: relative;
    min-width: 0;
}

.ayw-shelf__viewport::before,
.ayw-shelf__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0.35rem;
    z-index: 2;
    width: 68px;
    opacity: 0.92;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.ayw-shelf__viewport::before {
    left: 0;
    background: linear-gradient(90deg, var(--ayw-surface) 0%, rgba(17, 17, 19, 0.86) 36%, transparent 100%);
}

.ayw-shelf__viewport::after {
    right: 0;
    background: linear-gradient(270deg, var(--ayw-surface) 0%, rgba(17, 17, 19, 0.86) 36%, transparent 100%);
}

.ayw-shelf__viewport.is-at-start::before,
.ayw-shelf__viewport.is-at-end::after,
.ayw-shelf__viewport:not(.is-scrollable)::before,
.ayw-shelf__viewport:not(.is-scrollable)::after {
    opacity: 0;
}

.ayw-shelf__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--ayw-card-width);
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: 0.72rem;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.12rem 0.05rem 0.38rem;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 0.05rem;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.ayw-shelf__track::-webkit-scrollbar {
    display: none;
}

.ayw-shelf__track:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
}

.ayw-rail-control {
    position: absolute;
    top: 0.12rem;
    bottom: 0.38rem;
    z-index: 4;
    display: grid;
    width: 52px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    opacity: 0;
    cursor: pointer;
    transition: opacity 160ms ease, background-color 160ms ease;
}

.ayw-rail-control[hidden] {
    display: none;
}

.ayw-rail-control--previous {
    left: 0;
    background: linear-gradient(90deg, rgba(7, 7, 8, 0.98), rgba(7, 7, 8, 0.76) 65%, transparent);
}

.ayw-rail-control--next {
    right: 0;
    background: linear-gradient(270deg, rgba(7, 7, 8, 0.98), rgba(7, 7, 8, 0.76) 65%, transparent);
}

.ayw-rail-control svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.8));
    transition: transform 160ms ease;
}

.ayw-shelf__viewport:hover .ayw-rail-control:not(:disabled),
.ayw-shelf__viewport:focus-within .ayw-rail-control:not(:disabled) {
    opacity: 1;
}

.ayw-rail-control:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.ayw-rail-control:hover svg {
    transform: scale(1.14);
}

.ayw-rail-control:disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.ayw-story-card {
    --ayw-promo: var(--ayw-red);
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--ayw-line-soft);
    border-radius: 4px;
    background: var(--ayw-surface-3);
    box-shadow: inset 0 3px 0 var(--ayw-promo);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    transition: background-color 160ms ease, border-color 160ms ease, transform 180ms ease;
}

.ayw-story-card > a {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.ayw-story-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid var(--ayw-line-soft);
    background: #171719;
}

.ayw-story-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease;
}

.ayw-story-card__media .ayw-placeholder {
    position: absolute;
    inset: 0;
    min-height: 100%;
}

.ayw-story-card__body {
    display: flex;
    min-width: 0;
    min-height: 116px;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.78rem 0.9rem 0.82rem;
}

.ayw-story-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.35rem;
    color: #ffffff !important;
    font-family: var(--ayw-display);
    font-size: clamp(1.18rem, 1.22vw, 1.43rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.026em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ayw-story-card .ayw-card-meta {
    margin-top: 0.22rem;
    padding-top: 0;
}

.ayw-story-card:hover,
.ayw-story-card:focus-within {
    border-color: rgba(255, 255, 255, 0.24);
    background: #19191c;
    transform: translateY(-2px);
}

.ayw-story-card:hover .ayw-story-card__image,
.ayw-story-card:focus-within .ayw-story-card__image {
    transform: scale(1.05);
}

.ayw-story-card:hover h3,
.ayw-story-card:focus-within h3 {
    text-decoration: underline;
    text-decoration-color: var(--ayw-promo);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.ayw-shelf--aew .ayw-shelf__header {
    border-bottom-color: rgba(201, 158, 68, 0.5);
}

.ayw-shelf--tna .ayw-shelf__header {
    border-bottom-color: rgba(52, 123, 211, 0.58);
}

.ayw-shelf--retro-wrestlemania .ayw-shelf__header {
    border-bottom-color: rgba(255, 255, 255, 0.34);
}

/* Full-width promotional strip */

.ayw-promo-banner {
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid var(--ayw-line);
    border-left: 4px solid var(--ayw-gold);
    border-radius: 4px;
    background: #0d0d0f;
}

.ayw-promo-banner__link {
    position: relative;
    display: flex;
    min-height: 238px;
    align-items: center;
    overflow: hidden;
}

.ayw-promo-banner__media,
.ayw-promo-banner__overlay {
    position: absolute;
    inset: 0;
}

.ayw-promo-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    transition: transform 500ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.ayw-promo-banner__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center end;
    padding-right: clamp(2rem, 8vw, 9rem);
    background:
        radial-gradient(circle at 82% 50%, rgba(201, 158, 68, 0.26), transparent 31%),
        repeating-linear-gradient(115deg, transparent 0 42px, rgba(255, 255, 255, 0.035) 42px 43px),
        #151418;
}

.ayw-promo-banner__placeholder span {
    color: rgba(255, 255, 255, 0.12) !important;
    font-family: var(--ayw-display);
    font-size: clamp(4rem, 10vw, 10rem);
    font-weight: 800;
    line-height: 0.78;
    letter-spacing: -0.065em;
    text-align: right;
    text-transform: uppercase;
}

.ayw-promo-banner__overlay {
    background:
        linear-gradient(90deg, rgba(7, 7, 8, 0.99) 0%, rgba(7, 7, 8, 0.92) 38%, rgba(7, 7, 8, 0.5) 67%, rgba(7, 7, 8, 0.2) 100%),
        linear-gradient(180deg, transparent 45%, rgba(7, 7, 8, 0.56) 100%);
}

.ayw-promo-banner__copy {
    position: relative;
    z-index: 2;
    width: min(760px, 72%);
    padding: clamp(1.5rem, 3vw, 2.8rem);
}

.ayw-promo-banner__copy h2 {
    margin-top: 0.48rem;
    color: #ffffff !important;
    font-size: clamp(2.45rem, 4vw, 4.5rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.ayw-promo-banner__copy p {
    max-width: 62ch;
    margin-top: 0.76rem;
    color: #d2d0ca !important;
    font-size: clamp(0.82rem, 0.92vw, 0.98rem);
    line-height: 1.5;
}

.ayw-promo-banner__action,
.ayw-hub-promo-card__action {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #ffffff !important;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ayw-promo-banner__action svg,
.ayw-hub-promo-card__action svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 160ms ease;
}

.ayw-promo-banner:hover .ayw-promo-banner__image {
    transform: scale(1.025);
}

.ayw-promo-banner:hover .ayw-promo-banner__action {
    color: var(--ayw-gold) !important;
}

.ayw-promo-banner:hover .ayw-promo-banner__action svg,
.ayw-hub-promo-card:hover .ayw-hub-promo-card__action svg {
    transform: translateX(4px);
}

/* Roster and title-history strip */

.ayw-hub-promo-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid var(--ayw-line);
    border-radius: 4px;
    background: var(--ayw-line);
}

.ayw-hub-promo-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 228px;
    align-items: flex-end;
    overflow: hidden;
    background: #111113;
}

.ayw-hub-promo-card__media,
.ayw-hub-promo-card__overlay {
    position: absolute;
    inset: 0;
}

.ayw-hub-promo-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
}

.ayw-hub-promo-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(223, 35, 52, 0.19), transparent 48%),
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, 0.035) 38px 39px),
        #151518;
}

.ayw-hub-promo-card--title-history-hub .ayw-hub-promo-card__placeholder {
    background:
        linear-gradient(135deg, rgba(201, 158, 68, 0.24), transparent 48%),
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, 0.035) 38px 39px),
        #151518;
}

.ayw-hub-promo-card__placeholder span {
    color: rgba(255, 255, 255, 0.1) !important;
    font-family: var(--ayw-display);
    font-size: clamp(3rem, 6vw, 6.5rem);
    font-weight: 800;
    line-height: 0.82;
    letter-spacing: -0.055em;
    text-align: center;
    text-transform: uppercase;
}

.ayw-hub-promo-card__overlay {
    background:
        linear-gradient(90deg, rgba(7, 7, 8, 0.96) 0%, rgba(7, 7, 8, 0.75) 55%, rgba(7, 7, 8, 0.32) 100%),
        linear-gradient(180deg, transparent 20%, rgba(7, 7, 8, 0.88) 100%);
}

.ayw-hub-promo-card__copy {
    position: relative;
    z-index: 2;
    width: min(590px, 88%);
    padding: clamp(1.2rem, 2.1vw, 2rem);
}

.ayw-hub-promo-card h2 {
    margin-top: 0.45rem;
    color: #ffffff !important;
    font-size: clamp(1.8rem, 2.8vw, 3.15rem);
    line-height: 0.92;
    letter-spacing: -0.043em;
    text-transform: uppercase;
}

.ayw-hub-promo-card p {
    max-width: 54ch;
    margin-top: 0.62rem;
    color: #c5c3bd !important;
    font-size: 0.78rem;
    line-height: 1.46;
}

.ayw-hub-promo-card:hover .ayw-hub-promo-card__image {
    transform: scale(1.04);
}

.ayw-hub-promo-card:hover .ayw-hub-promo-card__action {
    color: var(--ayw-red) !important;
}

.ayw-hub-promo-card--title-history-hub:hover .ayw-hub-promo-card__action {
    color: var(--ayw-gold) !important;
}

/* Join the team */

.ayw-join-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 170px;
    margin-top: 26px;
    padding: clamp(1.35rem, 2.5vw, 2.35rem);
    border-top: 3px solid var(--ayw-red);
    border-bottom: 1px solid var(--ayw-line);
    background:
        radial-gradient(circle at 88% 50%, rgba(223, 35, 52, 0.16), transparent 28%),
        repeating-linear-gradient(115deg, transparent 0 52px, rgba(255, 255, 255, 0.025) 52px 53px),
        #0d0d0f;
}

.ayw-join-team__copy {
    max-width: 760px;
}

.ayw-join-team h2 {
    margin-top: 0.4rem;
    color: #ffffff !important;
    font-size: clamp(2rem, 3.5vw, 3.8rem);
    line-height: 0.92;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.ayw-join-team p {
    max-width: 62ch;
    margin-top: 0.62rem;
    color: #bcbab4 !important;
    font-size: 0.84rem;
    line-height: 1.5;
}

.ayw-join-team .ayw-button {
    flex: 0 0 auto;
    min-width: 156px;
}

/* Responsive */

@media (max-width: 1360px) {
    :root {
        --ayw-lead-height: 480px;
    }

    .ayw-lead-layout {
        grid-template-columns: minmax(0, 1.9fr) minmax(370px, 0.9fr);
    }

    .ayw-news-rail__copy h3 {
        font-size: 0.82rem;
    }

    .ayw-shelf {
        --ayw-card-width: clamp(225px, 21vw, 296px);
    }
}

@media (max-width: 1180px) {
    .ayw-home {
        width: min(var(--ayw-max-width), calc(100% - 26px));
    }

    .ayw-shelf {
        --ayw-card-width: min(285px, 34vw);
    }
}

@media (max-width: 980px) {
    :root {
        --ayw-lead-height: 500px;
    }

    .ayw-lead-layout,
    .ayw-lead-layout--without-hero {
        grid-template-columns: 1fr;
    }

    .ayw-news-rail {
        height: auto;
        min-height: 0;
    }

    .ayw-news-rail__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
        column-gap: 1.4rem;
    }

    .ayw-news-rail__list li > a {
        min-height: 64px;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .ayw-news-rail__copy h3 {
        font-size: 0.9rem;
        line-height: 1.24;
        -webkit-line-clamp: 2;
    }

    .ayw-shelf {
        --ayw-card-width: min(300px, 42vw);
    }

    .ayw-promo-banner__copy {
        width: min(720px, 82%);
    }
}

@media (max-width: 720px) {
    .ayw-home {
        width: min(100%, calc(100% - 18px));
        padding-top: 18px;
        padding-bottom: 52px;
    }

    .ayw-tonight {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.75rem;
    }

    .ayw-tonight__schedule {
        display: none;
    }

    .ayw-lead-story {
        height: 455px;
    }

    .ayw-lead-story__content {
        padding: 1.2rem;
    }

    .ayw-lead-story__content h1 {
        max-width: 18ch;
        font-size: clamp(2.15rem, 10vw, 3.5rem);
    }

    .ayw-lead-story__content p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 0.86rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .ayw-news-rail__list {
        grid-template-columns: 1fr;
    }

    .ayw-news-rail__list li > a {
        min-height: 58px;
    }

    .ayw-shelf {
        --ayw-card-width: min(285px, 82vw);
        margin-top: 18px;
        padding: 1rem;
    }

    .ayw-shelf__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.72rem;
    }

    .ayw-shelf__header h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .ayw-shelf__viewport::before,
    .ayw-shelf__viewport::after {
        width: 30px;
    }

    .ayw-story-card__body {
        min-height: 114px;
    }

    .ayw-story-card h3 {
        font-size: 1.22rem;
    }

    .ayw-promo-banner,
    .ayw-hub-promo-strip,
    .ayw-join-team {
        margin-top: 18px;
    }

    .ayw-promo-banner__link {
        min-height: 275px;
        align-items: flex-end;
    }

    .ayw-promo-banner__overlay {
        background:
            linear-gradient(180deg, rgba(7, 7, 8, 0.18) 0%, rgba(7, 7, 8, 0.84) 48%, rgba(7, 7, 8, 0.99) 100%),
            linear-gradient(90deg, rgba(7, 7, 8, 0.76), transparent 100%);
    }

    .ayw-promo-banner__copy {
        width: 100%;
        padding: 1.25rem;
    }

    .ayw-promo-banner__copy h2 {
        font-size: clamp(2.25rem, 11vw, 3.5rem);
    }

    .ayw-hub-promo-strip {
        grid-template-columns: 1fr;
    }

    .ayw-hub-promo-card {
        min-height: 230px;
    }

    .ayw-join-team {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.2rem;
    }
}

@media (max-width: 520px) {
    .ayw-home {
        width: min(100%, calc(100% - 12px));
    }

    .ayw-lead-story {
        height: 430px;
    }

    .ayw-lead-story__content {
        padding: 1rem;
    }

    .ayw-lead-story__content h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .ayw-byline {
        gap: 0.34rem;
        font-size: 0.65rem;
    }

    .ayw-news-rail {
        padding: 1rem;
    }

    .ayw-news-rail__heading h2 {
        font-size: 2.1rem;
    }

    .ayw-news-rail__list li > a {
        grid-template-columns: 30px minmax(0, 1fr);
    }

    .ayw-shelf {
        --ayw-card-width: min(270px, 86vw);
        padding: 0.82rem;
    }

    .ayw-story-card__body {
        min-height: 112px;
        padding: 0.78rem 0.82rem 0.8rem;
    }

    .ayw-story-card h3 {
        font-size: 1.18rem;
    }

    .ayw-card-meta {
        font-size: 0.66rem;
    }

    .ayw-promo-banner__copy,
    .ayw-hub-promo-card__copy {
        padding: 1rem;
    }

    .ayw-hub-promo-card h2 {
        font-size: 2rem;
    }

    .ayw-join-team {
        padding: 1.15rem;
    }

    .ayw-join-team .ayw-button {
        width: 100%;
    }
}

@media (hover: none) {
    .ayw-rail-control {
        display: none !important;
    }

    .ayw-shelf__viewport::before,
    .ayw-shelf__viewport::after {
        width: 20px;
        opacity: 0.5;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ayw-home *,
    .ayw-home *::before,
    .ayw-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
