:root {
  --ajt-red: #f20d2f;
  --ajt-red-dark: #cb0624;
  --ajt-black: #111111;
  --ajt-ink: #171717;
  --ajt-muted: #6f6f74;
  --ajt-paper: #fbf8f3;
  --ajt-card: #ffffff;
  --ajt-line: #e7e0d8;
  --ajt-soft: #f2eee8;
  --ajt-yellow: #ffd24d;
  --ajt-shadow: 0 18px 45px rgba(26, 19, 16, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ajt-theme {
  margin: 0;
  color: var(--ajt-ink);
  background: var(--ajt-paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.ajt-shell { width: min(1320px, calc(100% - 36px)); margin: 0 auto; }
.ajt-page { padding: 34px 0 82px; }
.ajt-theme .site-content,
.ajt-theme .content-area,
.ajt-theme .site-main,
.ajt-theme .inside-article { margin: 0; padding: 0; width: 100%; }
.ajt-theme .one-container .site-content,
.ajt-theme .one-container .inside-article,
.ajt-theme .separate-containers .inside-article { background: transparent !important; }

/* Header */
.ajt-topbar { background: var(--ajt-black); color: #fff; }
.ajt-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.ajt-topbar-copy, .ajt-topbar-right { display: flex; align-items: center; gap: 12px; }
.ajt-live-dot, .ajt-breaking-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--ajt-red); box-shadow: 0 0 0 5px rgba(242,13,47,.16); }
.ajt-social-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ajt-social { width: 36px; height: 36px; border-radius: 50%; display: inline-grid; place-items: center; border: 1px solid rgba(0,0,0,.08); background: #fff; color: var(--ajt-black); transition: transform .18s ease, background .18s ease, color .18s ease; }
.ajt-social:hover { transform: translateY(-2px); background: var(--ajt-red); color: #fff; }
.ajt-social svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ajt-social-links-top .ajt-social { width: 28px; height: 28px; background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.15); }
.ajt-social-links-top .ajt-social svg { width: 14px; height: 14px; }

.ajt-main-header { position: sticky; top: 0; z-index: 80; background: rgba(251,248,243,.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--ajt-line); }
.admin-bar .ajt-main-header { top: 32px; }
.ajt-main-header-inner { min-height: 92px; display: grid; grid-template-columns: 180px minmax(0,1fr) auto; align-items: center; gap: 24px; }
.ajt-brand { display: flex; align-items: center; align-self: stretch; width: 170px; padding: 10px 0; }
.ajt-logo { width: 82px; height: 74px; object-fit: contain; object-position: left center; }
.ajt-desktop-nav { min-width: 0; }
.ajt-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 2px; }
.ajt-menu > li { position: relative; }
.ajt-menu > li > a { position: relative; min-height: 46px; padding: 0 12px; display: inline-flex; align-items: center; color: #222; font-size: 15px; font-weight: 850; }
.ajt-menu > li > a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 3px; background: var(--ajt-red); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.ajt-menu > li > a:hover::after,
.ajt-menu > li.current-menu-item > a::after,
.ajt-menu > li.current-menu-parent > a::after { transform: scaleX(1); }
.ajt-menu .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 230px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--ajt-line); background: #fff; box-shadow: var(--ajt-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; }
.ajt-menu li:hover > .sub-menu, .ajt-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ajt-menu .sub-menu a { display: block; padding: 10px 12px; font-size: 14px; font-weight: 800; }
.ajt-menu .sub-menu a:hover { background: var(--ajt-soft); color: var(--ajt-red); }
.ajt-header-actions { display: flex; align-items: center; gap: 10px; }
.ajt-video-pill { min-height: 42px; padding: 0 14px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; background: var(--ajt-black); color: #fff; font-size: 13px; font-weight: 900; }
.ajt-video-pill-icon { width: 26px; height: 26px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--ajt-red); }
.ajt-video-pill svg, .ajt-search-toggle svg, .ajt-menu-toggle svg, .ajt-mobile-close svg, .ajt-footer-cta svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ajt-video-pill-icon svg { width: 15px; height: 15px; }
.ajt-search-toggle, .ajt-menu-toggle, .ajt-mobile-close { width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; display: inline-grid; place-items: center; color: var(--ajt-black); }
.ajt-search-toggle:hover, .ajt-menu-toggle:hover { background: #efe8df; }
.ajt-menu-toggle { display: none; }

.ajt-breaking-bar { background: var(--ajt-red); color: #fff; border-bottom: 1px solid var(--ajt-red-dark); }
.ajt-breaking-inner { min-height: 50px; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; }
.ajt-breaking-label { align-self: stretch; padding-right: 20px; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 950; letter-spacing: .04em; border-right: 1px solid rgba(255,255,255,.35); white-space: nowrap; }
.ajt-breaking-pulse { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.14); animation: ajtPulse 1.5s ease-in-out infinite; }
.ajt-breaking-viewport { min-width: 0; overflow: hidden; }
.ajt-breaking-track { display: inline-flex; align-items: center; gap: 36px; padding-left: 24px; white-space: nowrap; will-change: transform; }
.ajt-breaking-track a { position: relative; font-size: 14px; font-weight: 850; color: #fff; }
.ajt-breaking-track a + a::before { content: "•"; position: absolute; left: -20px; opacity: .5; }
@keyframes ajtPulse { 50% { transform: scale(.72); opacity: .65; } }

.ajt-search-panel { background: #fff; border-bottom: 1px solid var(--ajt-line); box-shadow: 0 20px 40px rgba(20,15,12,.08); }
.ajt-search-panel form { padding: 16px 0; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.ajt-search-panel input { height: 50px; padding: 0 16px; border: 1px solid var(--ajt-line); background: var(--ajt-paper); }
.ajt-search-panel button { min-width: 100px; border: 0; background: var(--ajt-red); color: #fff; font-weight: 900; }

.ajt-mobile-backdrop, .ajt-mobile-panel { display: none; }

/* Shared */
.ajt-overline { color: var(--ajt-red); font-size: 11px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.ajt-section-intro, .ajt-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.ajt-section-intro h1, .ajt-section-heading h2, .ajt-archive-header h1, .ajt-article-header h1 { margin: 6px 0 0; color: var(--ajt-black); letter-spacing: -.045em; }
.ajt-section-intro h1 { font-size: clamp(36px,4vw,56px); line-height: 1; }
.ajt-section-heading h2 { font-size: clamp(28px,3vw,40px); line-height: 1.05; }
.ajt-section-heading > a { display: inline-flex; align-items: center; gap: 8px; color: var(--ajt-black); font-size: 13px; font-weight: 900; }
.ajt-section-heading > a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ajt-live-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 950; letter-spacing: .09em; }
.ajt-live-chip span { width: 8px; height: 8px; border-radius: 50%; background: var(--ajt-red); box-shadow: 0 0 0 5px rgba(242,13,47,.12); }
.ajt-story-category { display: inline-flex; align-items: center; min-height: 28px; padding: 0 9px; background: var(--ajt-red); color: #fff; font-size: 11px; font-weight: 950; letter-spacing: .03em; }
.ajt-time { color: var(--ajt-muted); font-size: 12px; font-weight: 750; }
.ajt-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--ajt-muted); font-size: 12px; font-weight: 750; }
.ajt-meta-light { color: rgba(255,255,255,.82); }
.ajt-post-image, .ajt-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.ajt-image-placeholder { display: grid; place-items: center; min-height: 180px; background: linear-gradient(135deg,#eae5de,#f8f5ef); color: var(--ajt-red); font-size: 44px; font-weight: 950; }

/* Hero */
.ajt-front-hero { margin-bottom: 32px; }
.ajt-front-hero-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.65fr) minmax(280px,.7fr); gap: 18px; }
.ajt-lead-card, .ajt-secondary-card, .ajt-trending-box { min-width: 0; }
.ajt-lead-media { position: relative; display: block; min-height: 590px; overflow: hidden; background: #1b1b1b; }
.ajt-lead-media > .ajt-post-image, .ajt-lead-media > .ajt-image-placeholder { position: absolute; inset: 0; }
.ajt-lead-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.86) 100%); }
.ajt-lead-content { position: absolute; left: 28px; right: 28px; bottom: 28px; color: #fff; }
.ajt-lead-content h2 { margin: 10px 0; font-size: clamp(32px,3.3vw,52px); line-height: 1.06; letter-spacing: -.045em; }
.ajt-lead-content p { max-width: 760px; margin: 0 0 14px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.6; }
.ajt-hero-secondary { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.ajt-secondary-card { background: #fff; border: 1px solid var(--ajt-line); }
.ajt-secondary-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ajt-soft); }
.ajt-secondary-media img { transition: transform .3s ease; }
.ajt-secondary-card:hover .ajt-secondary-media img { transform: scale(1.04); }
.ajt-secondary-copy { padding: 15px; }
.ajt-secondary-copy h3 { margin: 8px 0 10px; font-size: 21px; line-height: 1.18; letter-spacing: -.02em; }

.ajt-trending-box { padding: 22px; background: var(--ajt-black); color: #fff; }
.ajt-trending-title { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); }
.ajt-trending-title span { color: var(--ajt-red); font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.ajt-trending-title h2 { margin: 5px 0 0; font-size: 28px; }
.ajt-trending-list { list-style: none; margin: 0; padding: 0; }
.ajt-trending-list li { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.ajt-trending-list li:last-child { border-bottom: 0; }
.ajt-rank { color: rgba(255,255,255,.2); font-size: 36px; font-weight: 950; line-height: 1; }
.ajt-trending-cat { color: var(--ajt-red); font-size: 11px; font-weight: 900; }
.ajt-trending-list h3 { margin: 5px 0 0; font-size: 18px; line-height: 1.3; }

/* Latest stream */
.ajt-news-stream { margin: 34px 0; padding: 26px 0; border-top: 4px solid var(--ajt-black); border-bottom: 1px solid var(--ajt-line); }
.ajt-stream-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; border-top: 1px solid var(--ajt-line); border-left: 1px solid var(--ajt-line); }
.ajt-stream-card { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 12px; padding: 16px; background: #fff; border-right: 1px solid var(--ajt-line); border-bottom: 1px solid var(--ajt-line); min-width: 0; }
.ajt-stream-media { aspect-ratio: 1/1; overflow: hidden; background: var(--ajt-soft); }
.ajt-stream-copy > span { color: var(--ajt-red); font-size: 10px; font-weight: 900; }
.ajt-stream-copy h3 { margin: 5px 0 8px; font-size: 17px; line-height: 1.25; }
.ajt-stream-copy small { color: var(--ajt-muted); font-weight: 700; }

/* Video desk */
.ajt-video-desk { margin: 38px 0; padding: 28px; background: linear-gradient(135deg,#121212,#231014); color: #fff; }
.ajt-video-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.ajt-video-heading h2 { margin: 5px 0 0; font-size: clamp(30px,3vw,44px); }
.ajt-video-desk .ajt-social { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.12); }
.ajt-video-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.ajt-video-card { background: #1d1d1d; border: 1px solid rgba(255,255,255,.09); }
.ajt-video-player, .ajt-video-poster { position: relative; display: block; aspect-ratio: 9/16; overflow: hidden; background: #090909; }
.ajt-video-player iframe { width: 100%; height: 100%; border: 0; }
.ajt-video-poster img { width: 100%; height: 100%; object-fit: cover; }
.ajt-video-placeholder { width: 100%; height: 100%; display: grid; place-items: center; font-size: 64px; font-weight: 950; color: var(--ajt-red); }
.ajt-video-play { position: absolute; left: 16px; bottom: 16px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ajt-red); color: #fff; box-shadow: 0 10px 25px rgba(242,13,47,.3); }
.ajt-video-play svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ajt-video-card-copy { padding: 14px; }
.ajt-video-card-copy span { color: var(--ajt-red); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ajt-video-card-copy h3 { margin: 6px 0 0; font-size: 18px; line-height: 1.25; }
.ajt-video-empty { display: grid; grid-template-columns: 90px minmax(0,1fr); align-items: center; gap: 20px; padding: 24px; border: 1px dashed rgba(255,255,255,.25); background: rgba(255,255,255,.03); }
.ajt-video-empty-icon { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: var(--ajt-red); }
.ajt-video-empty-icon svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 1.8; }
.ajt-video-empty h3 { margin: 0 0 6px; font-size: 24px; }
.ajt-video-empty p { margin: 0; color: rgba(255,255,255,.72); }

/* Category blocks on home */
.ajt-category-block { margin: 44px 0; padding-top: 24px; border-top: 4px solid var(--ajt-black); }
.ajt-category-block-alt { background: #fff; padding: 26px; border-top-color: var(--ajt-red); }
.ajt-category-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 24px; }
.ajt-category-feature { min-width: 0; }
.ajt-category-feature-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ajt-soft); }
.ajt-category-feature-media img { transition: transform .3s ease; }
.ajt-category-feature:hover .ajt-category-feature-media img { transform: scale(1.035); }
.ajt-category-feature-copy { padding-top: 14px; }
.ajt-category-feature-copy h3 { margin: 0 0 8px; font-size: clamp(26px,2.5vw,36px); line-height: 1.14; letter-spacing: -.035em; }
.ajt-category-feature-copy p { margin: 0 0 10px; color: var(--ajt-muted); line-height: 1.65; }
.ajt-category-feature-copy span, .ajt-category-row span { color: var(--ajt-muted); font-size: 12px; font-weight: 750; }
.ajt-category-list { border-top: 1px solid var(--ajt-line); }
.ajt-category-row { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--ajt-line); }
.ajt-category-row-thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--ajt-soft); }
.ajt-category-row h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.25; }

/* Archive */
.ajt-archive-header { padding: 30px 0 24px; border-bottom: 1px solid var(--ajt-line); margin-bottom: 28px; }
.ajt-archive-kicker { display: flex; align-items: center; gap: 9px; color: var(--ajt-red); font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.ajt-archive-kicker span { width: 30px; height: 3px; background: var(--ajt-red); }
.ajt-archive-header h1 { font-size: clamp(42px,5vw,72px); line-height: .95; }
.ajt-archive-desc { max-width: 780px; margin-top: 14px; color: var(--ajt-muted); font-size: 16px; line-height: 1.6; }
.ajt-content-grid { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(300px,.72fr); gap: 30px; align-items: start; }
.ajt-main-column, .ajt-sidebar, .ajt-article { min-width: 0; }
.ajt-archive-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.ajt-archive-card { min-width: 0; background: #fff; border: 1px solid var(--ajt-line); transition: transform .2s ease, box-shadow .2s ease; }
.ajt-archive-card:hover { transform: translateY(-4px); box-shadow: var(--ajt-shadow); }
.ajt-archive-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--ajt-soft); }
.ajt-archive-media img { transition: transform .3s ease; }
.ajt-archive-card:hover .ajt-archive-media img { transform: scale(1.04); }
.ajt-archive-copy { padding: 18px; }
.ajt-archive-copy h2 { margin: 9px 0 9px; font-size: 24px; line-height: 1.18; letter-spacing: -.025em; }
.ajt-archive-copy p { margin: 0 0 12px; color: var(--ajt-muted); line-height: 1.6; }
.ajt-theme .pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.ajt-theme .page-numbers { min-width: 42px; height: 42px; padding: 0 12px; display: inline-grid; place-items: center; border: 1px solid var(--ajt-line); background: #fff; font-weight: 850; }
.ajt-theme .page-numbers.current, .ajt-theme .page-numbers:hover { background: var(--ajt-black); color: #fff; border-color: var(--ajt-black); }
.ajt-empty-state { padding: 38px; background: #fff; border: 1px solid var(--ajt-line); }

/* Sidebar */
.ajt-sidebar { display: grid; gap: 18px; position: sticky; top: 116px; }
.ajt-side-brief { padding: 24px; background: var(--ajt-red); color: #fff; box-shadow: 12px 12px 0 #1a1a1a; }
.ajt-side-eyebrow { font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.ajt-side-brief h3 { margin: 7px 0 8px; font-size: 32px; line-height: 1.05; }
.ajt-side-brief p { margin: 0 0 16px; color: rgba(255,255,255,.86); line-height: 1.6; }
.ajt-side-brief > a { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; }
.ajt-side-brief > a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ajt-side-box { padding: 20px; background: #fff; border: 1px solid var(--ajt-line); }
.ajt-side-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.ajt-side-heading h3 { margin: 0; font-size: 22px; }
.ajt-side-heading span { width: 42px; height: 3px; background: var(--ajt-red); }
.ajt-side-list { display: grid; gap: 14px; }
.ajt-side-story { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--ajt-line); }
.ajt-side-story:last-child { padding-bottom: 0; border-bottom: 0; }
.ajt-side-thumb { aspect-ratio: 1/1; overflow: hidden; background: var(--ajt-soft); }
.ajt-side-story h4 { margin: 0 0 7px; font-size: 16px; line-height: 1.28; }
.ajt-side-story span { color: var(--ajt-muted); font-size: 11px; font-weight: 750; }
.ajt-follow-box .ajt-social-links { margin-bottom: 14px; }
.ajt-follow-rows { display: grid; gap: 8px; }
.ajt-follow-rows a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px; background: var(--ajt-soft); }
.ajt-follow-rows strong { font-size: 13px; }
.ajt-follow-rows span { color: var(--ajt-muted); font-size: 11px; }

/* Single article */
.ajt-reading-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9999; pointer-events: none; }
.ajt-reading-progress span { display: block; width: 0; height: 100%; background: var(--ajt-red); }
.ajt-breadcrumb { margin-bottom: 18px; color: var(--ajt-muted); font-size: 12px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ajt-breadcrumb span { margin: 0 5px; }
.ajt-article-flags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ajt-article-status { display: inline-flex; align-items: center; gap: 7px; color: var(--ajt-muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.ajt-article-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--ajt-red); }
.ajt-article-header h1 { margin-top: 16px; font-size: clamp(42px,5.2vw,76px); line-height: 1.02; }
.ajt-article-deck { max-width: 900px; margin: 16px 0 20px; color: #55545a; font-size: clamp(18px,2vw,24px); line-height: 1.55; }
.ajt-author-line { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--ajt-line); border-bottom: 1px solid var(--ajt-line); }
.ajt-author-avatar img { width: 46px; height: 46px; border-radius: 50%; }
.ajt-author-copy { display: grid; gap: 3px; }
.ajt-author-copy strong { font-size: 14px; }
.ajt-author-copy span { color: var(--ajt-muted); font-size: 12px; }
.ajt-inline-share-toggle { margin-left: auto; min-height: 42px; padding: 0 14px; border: 1px solid var(--ajt-line); background: #fff; font-weight: 850; cursor: pointer; }
.ajt-inline-share { display: flex; align-items: center; gap: 8px; padding-top: 12px; }
.ajt-inline-share[hidden] { display: none; }
.ajt-inline-share a, .ajt-inline-share button { width: 42px; height: 42px; border: 1px solid var(--ajt-line); background: #fff; display: inline-grid; place-items: center; cursor: pointer; }
.ajt-inline-share svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ajt-article-hero { margin: 24px 0; aspect-ratio: 16/9; overflow: hidden; background: var(--ajt-soft); }
.ajt-article-body-wrap { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 22px; }
.ajt-share-rail { position: sticky; top: 120px; align-self: start; display: grid; gap: 9px; justify-items: center; }
.ajt-share-rail > span { color: var(--ajt-muted); font-size: 9px; font-weight: 950; letter-spacing: .12em; writing-mode: vertical-rl; transform: rotate(180deg); margin-bottom: 2px; }
.ajt-share-rail a, .ajt-share-rail button { width: 48px; height: 48px; border: 1px solid var(--ajt-line); background: #fff; display: grid; place-items: center; color: var(--ajt-black); cursor: pointer; transition: all .18s ease; }
.ajt-share-rail a:hover, .ajt-share-rail button:hover { background: var(--ajt-red); color: #fff; border-color: var(--ajt-red); }
.ajt-share-rail svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ajt-article-content { max-width: 820px; font-size: 19px; line-height: 1.86; color: #252426; }
.ajt-article-content > *:first-child { margin-top: 0; }
.ajt-article-content p { margin: 0 0 1.2em; }
.ajt-article-content h2, .ajt-article-content h3, .ajt-article-content h4 { margin: 1.6em 0 .65em; color: var(--ajt-black); line-height: 1.2; letter-spacing: -.025em; }
.ajt-article-content h2 { font-size: 32px; }
.ajt-article-content h3 { font-size: 26px; }
.ajt-article-content img { margin: 24px 0; }
.ajt-article-content blockquote { margin: 1.5em 0; padding: 22px 24px; border-left: 5px solid var(--ajt-red); background: #fff; font-size: 21px; font-weight: 700; }
.ajt-author-card { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 18px; margin-top: 32px; padding: 24px; background: #fff; border-top: 4px solid var(--ajt-black); }
.ajt-author-card img { width: 82px; height: 82px; border-radius: 50%; }
.ajt-author-card h2 { margin: 4px 0; font-size: 26px; }
.ajt-author-card p { margin: 0; color: var(--ajt-muted); line-height: 1.6; }
.ajt-related { margin-top: 38px; }
.ajt-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ajt-related-card { background: #fff; border: 1px solid var(--ajt-line); }
.ajt-related-media { display: block; aspect-ratio: 16/10; overflow: hidden; }
.ajt-related-card > div { padding: 14px; }
.ajt-related-card > div > span { color: var(--ajt-red); font-size: 10px; font-weight: 900; }
.ajt-related-card h3 { margin: 6px 0 0; font-size: 20px; line-height: 1.25; }

/* Footer */
.ajt-footer { background: #101010; color: #fff; }
.ajt-footer-top { padding: 52px 0 38px; display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 30px; }
.ajt-footer-logo { display: inline-block; font-size: 38px; font-weight: 950; letter-spacing: -.06em; }
.ajt-footer-logo span { color: var(--ajt-red); }
.ajt-footer-brand-col p, .ajt-footer-watch p { color: rgba(255,255,255,.68); line-height: 1.7; }
.ajt-footer .ajt-social { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.12); }
.ajt-footer h2 { margin: 0 0 14px; font-size: 20px; }
.ajt-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ajt-footer-links a { color: rgba(255,255,255,.78); }
.ajt-footer-links a:hover { color: #fff; }
.ajt-footer-kicker { color: var(--ajt-red); font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.ajt-footer-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 16px; background: var(--ajt-red); color: #fff; font-weight: 900; }
.ajt-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.ajt-footer-bottom-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.ajt-footer-bottom a { color: #fff; }

/* Reveal */
.ajt-js .ajt-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.ajt-js .ajt-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .ajt-main-header-inner { grid-template-columns: 140px minmax(0,1fr) auto; }
  .ajt-brand { width: 140px; }
  .ajt-logo { width: 74px; height: 64px; }
  .ajt-menu > li > a { padding-inline: 9px; font-size: 14px; }
  .ajt-front-hero-grid { grid-template-columns: minmax(0,1.4fr) minmax(280px,.8fr); }
  .ajt-trending-box { grid-column: 1 / -1; }
  .ajt-trending-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
  .ajt-trending-list li { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.14); padding-right: 16px; }
  .ajt-trending-list li:last-child { border-right: 0; }
  .ajt-stream-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ajt-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ajt-video-player, .ajt-video-poster { aspect-ratio: 16/9; }
  .ajt-footer-top { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .ajt-topbar { display: none; }
  .admin-bar .ajt-main-header { top: 46px; }
  .ajt-main-header-inner { min-height: 72px; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; }
  .ajt-menu-toggle { display: inline-grid; }
  .ajt-brand { width: 100%; justify-content: center; padding: 7px 0; }
  .ajt-logo { width: 64px; height: 58px; object-position: center; }
  .ajt-desktop-nav { display: none; }
  .ajt-video-pill span:last-child { display: none; }
  .ajt-video-pill { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .ajt-video-pill-icon { width: 100%; height: 100%; background: var(--ajt-black); }
  .ajt-header-actions { gap: 4px; }
  .ajt-mobile-backdrop { display: block; position: fixed; inset: 0; z-index: 98; background: rgba(0,0,0,.58); opacity: 0; visibility: hidden; transition: all .2s ease; }
  .ajt-mobile-panel { display: block; position: fixed; z-index: 99; top: 0; bottom: 0; left: 0; width: min(390px,88vw); padding: 20px; background: #111; color: #fff; overflow-y: auto; transform: translateX(-104%); transition: transform .22s ease; box-shadow: 24px 0 60px rgba(0,0,0,.25); }
  .ajt-menu-open .ajt-mobile-panel { transform: translateX(0); }
  .ajt-menu-open .ajt-mobile-backdrop { opacity: 1; visibility: visible; }
  body.ajt-menu-open { overflow: hidden; }
  .ajt-mobile-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 20px; font-weight: 950; }
  .ajt-mobile-close { color: #fff; }
  .ajt-mobile-menu { list-style: none; padding: 0; margin: 16px 0 0; }
  .ajt-mobile-menu li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .ajt-mobile-menu a { display: block; padding: 14px 2px; color: #fff; font-weight: 850; }
  .ajt-mobile-menu .sub-menu { list-style: none; padding: 0 0 8px 16px; margin: 0; }
  .ajt-mobile-menu .sub-menu a { color: rgba(255,255,255,.72); font-size: 14px; padding-block: 10px; }
  .ajt-mobile-social-block { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
  .ajt-mobile-social-block > span { display: block; margin-bottom: 12px; font-size: 12px; color: rgba(255,255,255,.6); font-weight: 850; }
  .ajt-mobile-panel .ajt-social { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.12); }
  .ajt-breaking-bar { position: relative; z-index: 20; }
  .ajt-front-hero-grid, .ajt-category-layout, .ajt-content-grid { grid-template-columns: 1fr; }
  .ajt-hero-secondary { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; }
  .ajt-trending-list { grid-template-columns: 1fr; }
  .ajt-trending-list li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding-right: 0; }
  .ajt-sidebar { position: static; }
  .ajt-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ajt-share-rail { display: none; }
  .ajt-article-body-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .ajt-shell { width: min(100% - 20px,1320px); }
  .ajt-page { padding: 24px 0 58px; }
  .ajt-breaking-inner { width: 100%; grid-template-columns: auto minmax(0,1fr); }
  .ajt-breaking-label { padding-left: 10px; padding-right: 12px; font-size: 12px; }
  .ajt-breaking-track { gap: 26px; padding-left: 16px; }
  .ajt-breaking-track a { font-size: 12px; }
  .ajt-section-intro { align-items: flex-start; flex-direction: column; }
  .ajt-front-hero-grid { gap: 12px; }
  .ajt-lead-media { min-height: 440px; }
  .ajt-lead-content { left: 18px; right: 18px; bottom: 18px; }
  .ajt-lead-content h2 { font-size: 34px; }
  .ajt-lead-content p { font-size: 14px; }
  .ajt-hero-secondary { grid-template-columns: 1fr; }
  .ajt-secondary-card { display: grid; grid-template-columns: 140px minmax(0,1fr); }
  .ajt-secondary-media { aspect-ratio: 1/1; }
  .ajt-stream-grid { grid-template-columns: 1fr; }
  .ajt-stream-card { grid-template-columns: 105px minmax(0,1fr); }
  .ajt-video-desk { padding: 20px 14px; }
  .ajt-video-heading { align-items: flex-start; flex-direction: column; }
  .ajt-video-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ajt-video-card-copy h3 { font-size: 15px; }
  .ajt-video-empty { grid-template-columns: 1fr; }
  .ajt-category-block-alt { padding: 18px 14px; }
  .ajt-section-heading { align-items: flex-start; flex-direction: column; }
  .ajt-category-row { grid-template-columns: 115px minmax(0,1fr); }
  .ajt-category-row h3 { font-size: 17px; }
  .ajt-archive-header h1, .ajt-article-header h1 { font-size: 40px; }
  .ajt-archive-grid { grid-template-columns: 1fr; }
  .ajt-article-deck { font-size: 18px; }
  .ajt-author-line { align-items: flex-start; flex-wrap: wrap; }
  .ajt-inline-share-toggle { margin-left: 0; }
  .ajt-article-content { font-size: 17px; line-height: 1.82; }
  .ajt-related-grid { grid-template-columns: 1fr; }
  .ajt-footer-top { grid-template-columns: 1fr; }
  .ajt-footer-bottom-inner { min-height: 80px; flex-direction: column; align-items: flex-start; justify-content: center; }
}

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

/* =========================================================
   AJ TALKS OFFICIAL v2 — Broadcast newsroom UI
   ========================================================= */
:root {
  --ajt-red: #c90010;
  --ajt-red-2: #ed141f;
  --ajt-black: #050505;
  --ajt-ink: #141414;
  --ajt-muted: #656565;
  --ajt-paper: #ffffff;
  --ajt-card: #ffffff;
  --ajt-line: #dedede;
  --ajt-soft: #f4f4f4;
  --ajt-shadow: 0 12px 34px rgba(0,0,0,.08);
}
body.ajt-theme { background: #fff; color: #111; }
.ajt-shell { width: min(1480px, calc(100% - 36px)); }
.ajt-page { padding-top: 14px; }

/* top information rail */
.ajt-topbar { background: #000; }
.ajt-topbar-inner { min-height: 42px; }
.ajt-topbar-copy { font-size: 13px; letter-spacing: 0; font-weight: 700; }
.ajt-top-sep { opacity: .5; }
.ajt-follow-label { font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.ajt-social-links-top .ajt-social { border: 0; background: transparent; }
.ajt-social-links-top .ajt-social:hover { background: #b9000d; }

/* large television masthead */
.ajt-main-header { position: static; border: 0; background: #fff; backdrop-filter: none; }
.ajt-masthead { background: #fff; }
.ajt-masthead-inner {
  min-height: 128px;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(360px, 1fr) 280px;
  align-items: center;
  gap: 28px;
}
.ajt-brand-lockup { width: auto; padding: 8px 0; gap: 14px; align-self: center; }
.ajt-brand-mark { width: 96px; height: 96px; display: grid; place-items: center; flex: 0 0 auto; }
.ajt-brand-mark .ajt-logo { width: 96px; height: 96px; object-fit: contain; }
.ajt-brand-words { display: grid; line-height: .92; transform: skew(-7deg); transform-origin: left center; }
.ajt-brand-words strong { font-size: clamp(33px, 3vw, 54px); font-weight: 950; font-style: italic; letter-spacing: -.045em; white-space: nowrap; }
.ajt-brand-words em { justify-self: start; margin-top: 7px; padding: 5px 14px 6px; background: #b8000d; color: #fff; font-size: 20px; font-style: normal; font-weight: 950; letter-spacing: .15em; }
.ajt-mast-tagline { display: flex; align-items: center; justify-content: center; gap: 18px; font-size: 25px; color: #111; }
.ajt-mast-tagline span { width: 95px; height: 2px; background: linear-gradient(90deg, transparent, #b8000d); }
.ajt-mast-tagline span:last-child { background: linear-gradient(90deg, #b8000d, transparent); }
.ajt-mast-tagline strong { white-space: nowrap; font-weight: 900; }
.ajt-mast-live { display: grid; justify-items: end; gap: 8px; }
.ajt-live-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 6px; background: #c90010; color: #fff; font-size: 22px; font-weight: 950; box-shadow: inset 0 -3px 0 rgba(0,0,0,.15); }
.ajt-live-wave { font-size: 17px; animation: ajtPulse 1.3s ease-in-out infinite; }
.ajt-mast-live small { color: #1d1d1d; font-size: 14px; font-weight: 800; }
.ajt-search-toggle-mobile, .ajt-masthead .ajt-menu-toggle { display: none; }

/* red television navigation */
.ajt-nav-strip { background: linear-gradient(180deg, #c5000e, #9f000b); border-top: 1px solid #e7353e; border-bottom: 1px solid #780009; color: #fff; }
.ajt-nav-inner { min-height: 52px; display: grid; grid-template-columns: 58px minmax(0,1fr) 54px; align-items: stretch; }
.ajt-home-button { display: grid; place-items: center; background: rgba(255,255,255,.10); border-right: 1px solid rgba(255,255,255,.15); color: #fff; font-size: 28px; font-weight: 900; }
.ajt-desktop-nav { min-width: 0; }
.ajt-menu { justify-content: flex-start; height: 100%; }
.ajt-menu > li > a { min-height: 52px; color: #fff; padding: 0 17px; font-size: 15px; font-weight: 850; }
.ajt-menu > li > a::after { bottom: 0; left: 0; right: 0; height: 4px; background: #fff; }
.ajt-menu > li > a:hover { background: rgba(255,255,255,.08); }
.ajt-menu .sub-menu { top: 100%; border-radius: 0; border-top: 3px solid #c90010; }
.ajt-nav-strip .ajt-search-toggle { width: 54px; height: 52px; color: #fff; border-left: 1px solid rgba(255,255,255,.15); }
.ajt-nav-strip .ajt-search-toggle:hover { background: rgba(255,255,255,.08); }

/* black breaking strip */
.ajt-breaking-bar { background: #111; border-bottom: 1px solid #222; color: #fff; }
.ajt-breaking-inner { min-height: 50px; grid-template-columns: auto minmax(0,1fr) auto; }
.ajt-breaking-label { align-self: stretch; padding: 0 20px; margin-left: 0; background: #d10813; border: 0; font-size: 14px; }
.ajt-breaking-viewport { overflow: hidden; }
.ajt-breaking-track { gap: 44px; padding-left: 20px; }
.ajt-breaking-track a { color: #f5f5f5; font-size: 14px; font-weight: 700; }
.ajt-breaking-track a + a::before { content: "|"; left: -24px; opacity: .7; }
.ajt-breaking-more { align-self: stretch; display: grid; place-items: center; min-width: 115px; padding: 0 16px; background: #bb000d; color: #fff; font-size: 13px; font-weight: 850; }

/* broadcast hero */
.ajt-broadcast-hero { display: grid; grid-template-columns: minmax(0, 3fr) minmax(320px, 1.05fr); gap: 12px; margin: 0 0 12px; }
.ajt-broadcast-main { min-width: 0; display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(310px, 1fr); background: #0b0b0b; }
.ajt-broadcast-lead { min-width: 0; }
.ajt-broadcast-lead-media { position: relative; display: block; height: 510px; overflow: hidden; background: #111; }
.ajt-broadcast-lead-media .ajt-post-image, .ajt-broadcast-lead-media .ajt-image-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ajt-broadcast-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.92) 100%); }
.ajt-main-label { position: absolute; left: 0; top: 0; padding: 10px 18px; background: #d50c17; color: #fff; font-size: 17px; font-weight: 900; }
.ajt-broadcast-lead-copy { position: absolute; left: 30px; right: 28px; bottom: 24px; color: #fff; }
.ajt-broadcast-lead-copy h1 { margin: 0 0 15px; color: #fff; font-size: clamp(34px, 3.2vw, 54px); line-height: 1.15; letter-spacing: -.02em; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.ajt-broadcast-meta { display: flex; gap: 10px; font-size: 14px; font-weight: 700; }
.ajt-broadcast-meta span + span::before { content: "|"; margin-right: 10px; opacity: .5; }
.ajt-broadcast-side { padding: 14px 14px 4px; background: linear-gradient(180deg, #151515, #080808); }
.ajt-broadcast-side-story { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 15px; padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid #333; }
.ajt-broadcast-side-story:last-child { margin-bottom: 0; border-bottom: 0; }
.ajt-broadcast-side-thumb { aspect-ratio: 4/3; overflow: hidden; background: #222; }
.ajt-broadcast-side-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ajt-broadcast-side-copy h2 { margin: 0 0 10px; color: #fff; font-size: 19px; line-height: 1.28; font-weight: 800; }
.ajt-broadcast-side-copy span { color: #ddd; font-size: 11px; font-weight: 650; }

/* trending news panel */
.ajt-trending-panel { min-width: 0; background: #fff; border: 1px solid #d8d8d8; }
.ajt-trending-panel-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: linear-gradient(90deg, #c90010, #a6000b); color: #fff; font-size: 20px; font-weight: 900; }
.ajt-trending-panel-head b { font-size: 25px; }
.ajt-trending-panel-list { list-style: none; margin: 0; padding: 6px 14px 2px; counter-reset: none; }
.ajt-trending-panel-list li { display: grid; grid-template-columns: 30px minmax(0,1fr) 88px; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #e6e6e6; }
.ajt-trend-number { width: 24px; height: 24px; display: grid; place-items: center; background: #c90010; color: #fff; font-weight: 950; font-size: 13px; }
.ajt-trend-copy strong { display: block; font-size: 14px; line-height: 1.3; }
.ajt-trend-thumb { aspect-ratio: 16/9; overflow: hidden; background: #eee; }
.ajt-trend-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ajt-trending-more { display: block; width: 70%; margin: 9px auto 10px; padding: 8px 12px; text-align: center; background: #b8000d; color: #fff; font-size: 12px; font-weight: 800; }

/* paired content sections */
.ajt-home-split { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.9fr); gap: 14px; margin: 12px 0 18px; }
.ajt-desk-section { border: 1px solid #d9d9d9; background: #fff; padding: 12px; }
.ajt-red-section-head { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; border-bottom: 2px solid #b9000d; }
.ajt-red-section-head h2 { margin: 0; align-self: stretch; display: inline-flex; align-items: center; padding: 0 15px; background: #b9000d; color: #fff; font-size: 18px; font-weight: 900; }
.ajt-red-section-head > a { color: #6b0007; font-size: 13px; font-weight: 800; }
.ajt-youtube-head h2 { background: transparent; color: #111; padding-left: 0; }
.ajt-youtube-head h2 span { color: #c0000d; }
.ajt-country-grid, .ajt-youtube-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.ajt-youtube-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ajt-country-card, .ajt-youtube-card { min-width: 0; }
.ajt-country-media, .ajt-youtube-poster { display: block; position: relative; aspect-ratio: 16/9; overflow: hidden; background: #eee; }
.ajt-country-media img, .ajt-youtube-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.ajt-country-card:hover img, .ajt-youtube-card:hover img { transform: scale(1.04); }
.ajt-country-card h3, .ajt-youtube-card h3 { margin: 8px 0 6px; font-size: 15px; line-height: 1.32; }
.ajt-country-card > span, .ajt-youtube-card > span { color: #555; font-size: 11px; font-weight: 650; }
.ajt-youtube-play { position: absolute; left: 50%; top: 50%; width: 44px; height: 44px; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 50%; background: #e50914; color: #fff; }
.ajt-youtube-play svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
.ajt-video-empty-light { min-height: 165px; display: grid; place-items: center; align-content: center; gap: 5px; background: #f7f7f7; text-align: center; }
.ajt-video-empty-light strong { color: #b9000d; }
.ajt-video-empty-light span { color: #666; font-size: 13px; }

/* editorial grid below fold */
.ajt-editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.ajt-editorial-card { min-width: 0; border: 1px solid #ddd; background: #fff; padding: 12px; }
.ajt-editorial-feature { display: grid; grid-template-columns: 42% minmax(0,1fr); gap: 14px; padding-bottom: 14px; border-bottom: 1px solid #ddd; }
.ajt-editorial-feature-media { aspect-ratio: 16/10; overflow: hidden; background: #eee; }
.ajt-editorial-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.ajt-editorial-feature h3 { margin: 0; font-size: 24px; line-height: 1.25; }
.ajt-editorial-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 16px; }
.ajt-editorial-list article { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 10px; padding: 12px 0; border-bottom: 1px solid #e5e5e5; }
.ajt-editorial-thumb { aspect-ratio: 16/10; overflow: hidden; background: #eee; }
.ajt-editorial-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ajt-editorial-list h4 { margin: 0 0 7px; font-size: 15px; line-height: 1.32; }
.ajt-editorial-list span { color: #666; font-size: 11px; }

/* archive and article restyle to match broadcast identity */
.ajt-archive-header { border-bottom: 4px solid #b9000d; }
.ajt-archive-header h1 { font-size: clamp(36px,4vw,58px); }
.ajt-archive-grid { gap: 16px; }
.ajt-archive-card { border-radius: 0; box-shadow: none; }
.ajt-archive-copy h2 { font-size: 23px; }
.ajt-side-brief { background: linear-gradient(140deg, #c90010, #900009); box-shadow: 7px 7px 0 #111; }
.ajt-side-box { border-radius: 0; }
.ajt-article-header h1 { font-size: clamp(38px,4.8vw,70px); }
.ajt-article-hero { border-radius: 0; }
.ajt-inline-share-toggle { background: #c90010; color: #fff; border-color: #c90010; }
.ajt-share-rail a:hover, .ajt-share-rail button:hover { background: #c90010; border-color: #c90010; }

/* footer similar in density, still branded AJ Talks */
.ajt-footer { margin-top: 18px; background: #050505; color: #fff; }
.ajt-footer-main { padding: 18px 0; }
.ajt-footer-brand-row { display: grid; grid-template-columns: 240px minmax(0,1fr) auto; gap: 28px; align-items: center; }
.ajt-footer-logo-lockup { display: flex; align-items: center; gap: 8px; }
.ajt-footer-logo-lockup b { display: grid; place-items: center; width: 78px; height: 54px; background: #bd000d; color: #fff; font-size: 36px; transform: skew(-7deg); }
.ajt-footer-logo-lockup span { display: grid; font-size: 25px; font-weight: 950; font-style: italic; line-height: .9; }
.ajt-footer-logo-lockup small { margin-top: 5px; padding: 2px 5px; background: #bd000d; color: #fff; font-size: 10px; font-style: normal; letter-spacing: .15em; }
.ajt-footer-nav { display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; }
.ajt-footer-nav a { color: #efefef; font-size: 14px; }
.ajt-footer-socials .ajt-social { background: #151515; color: #fff; border-color: #333; }
.ajt-footer-bottom { border-top: 1px solid #292929; }

/* responsive */
@media (max-width: 1180px) {
  .ajt-masthead-inner { grid-template-columns: 320px minmax(0,1fr) 220px; }
  .ajt-brand-mark { width: 80px; height: 80px; }
  .ajt-brand-mark .ajt-logo { width: 80px; height: 80px; }
  .ajt-brand-words strong { font-size: 38px; }
  .ajt-mast-tagline { font-size: 20px; }
  .ajt-mast-tagline span { width: 50px; }
  .ajt-menu > li > a { padding-inline: 11px; font-size: 14px; }
  .ajt-broadcast-hero { grid-template-columns: 1fr; }
  .ajt-trending-panel-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
  .ajt-trending-panel-list li { grid-template-columns: 26px minmax(0,1fr); align-content: start; border-bottom: 0; }
  .ajt-trend-thumb { grid-column: 1/-1; grid-row: 1; }
  .ajt-trend-number { position: relative; z-index: 1; }
  .ajt-trending-more { width: max-content; }
  .ajt-home-split { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .ajt-topbar { display: none; }
  .ajt-masthead-inner { min-height: 76px; grid-template-columns: 48px minmax(0,1fr) 48px; gap: 8px; }
  .ajt-masthead .ajt-menu-toggle, .ajt-search-toggle-mobile { display: inline-grid; color: #111; }
  .ajt-brand-lockup { justify-self: center; gap: 8px; }
  .ajt-brand-mark { width: 52px; height: 52px; }
  .ajt-brand-mark .ajt-logo { width: 52px; height: 52px; }
  .ajt-brand-words strong { font-size: 25px; }
  .ajt-brand-words em { font-size: 10px; padding: 3px 7px; margin-top: 4px; }
  .ajt-mast-tagline, .ajt-mast-live, .ajt-nav-strip { display: none; }
  .ajt-breaking-inner { grid-template-columns: auto minmax(0,1fr); }
  .ajt-breaking-more { display: none; }
  .ajt-broadcast-main { grid-template-columns: 1fr; }
  .ajt-broadcast-lead-media { height: 430px; }
  .ajt-broadcast-side { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; padding: 10px; }
  .ajt-broadcast-side-story { grid-template-columns: 1fr; margin: 0; padding: 0; border: 0; }
  .ajt-broadcast-side-copy h2 { font-size: 15px; }
  .ajt-trending-panel-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ajt-country-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ajt-youtube-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ajt-editorial-grid { grid-template-columns: 1fr; }
  .ajt-footer-brand-row { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .ajt-footer-nav { gap: 16px 24px; }
  .ajt-mobile-backdrop, .ajt-mobile-panel { display: block; }
  .ajt-mobile-backdrop { position: fixed; inset: 0; z-index: 9997; background: rgba(0,0,0,.62); opacity: 0; visibility: hidden; transition: .2s; }
  .ajt-mobile-panel { position: fixed; inset: 0 auto 0 0; z-index: 9998; width: min(360px, 88vw); background: #090909; color: #fff; transform: translateX(-104%); transition: transform .22s ease; overflow-y: auto; }
  body.ajt-menu-open .ajt-mobile-backdrop { opacity: 1; visibility: visible; }
  body.ajt-menu-open .ajt-mobile-panel { transform: translateX(0); }
}

@media (max-width: 640px) {
  .ajt-shell { width: min(100% - 16px, 1480px); }
  .ajt-breaking-label { padding: 0 10px; font-size: 11px; }
  .ajt-breaking-track a { font-size: 12px; }
  .ajt-broadcast-lead-media { height: 370px; }
  .ajt-broadcast-lead-copy { left: 18px; right: 18px; bottom: 18px; }
  .ajt-broadcast-lead-copy h1 { font-size: 31px; }
  .ajt-broadcast-side { grid-template-columns: 1fr; }
  .ajt-broadcast-side-story { grid-template-columns: 110px minmax(0,1fr); }
  .ajt-trending-panel-list { grid-template-columns: 1fr; }
  .ajt-trending-panel-list li { grid-template-columns: 28px minmax(0,1fr) 90px; }
  .ajt-trend-thumb { grid-column: auto; grid-row: auto; }
  .ajt-country-grid, .ajt-youtube-grid { grid-template-columns: 1fr 1fr; }
  .ajt-youtube-grid .ajt-youtube-card:nth-child(3) { display: none; }
  .ajt-editorial-feature { grid-template-columns: 1fr; }
  .ajt-editorial-list { grid-template-columns: 1fr; }
  .ajt-footer-nav { flex-direction: column; gap: 11px; }
}
