/*
Theme Name: WorryCars Redesign
Theme URI: https://worrycars.com/
Description: Dark racing editorial child theme for WorryCars.
Author: Codex
Template: Newsmag
Version: 1.0.1
Text Domain: worrycars-redesign
*/

:root {
  --wc-bg: #0b0c0f;
  --wc-bg-band: #101116;
  --wc-panel: #14161b;
  --wc-footer: #08090b;
  --wc-accent: #e10600;
  --wc-accent-bright: #ff3b2e;
  --wc-text: #f2f3f5;
  --wc-soft: #dee1e6;
  --wc-muted: #9ba1ab;
  --wc-faint: #6e7480;
  --wc-line: rgba(255, 255, 255, .08);
  --wc-line-soft: rgba(255, 255, 255, .06);
  --wc-line-strong: rgba(255, 255, 255, .14);
  --wc-shell: 1280px;
  --wc-font-display: "Chakra Petch", sans-serif;
  --wc-font-body: "Be Vietnam Pro", sans-serif;
}

html {
  overflow-x: hidden;
  background: var(--wc-bg);
}

body.worrycars-redesign {
  margin: 0;
  overflow-x: hidden;
  background: var(--wc-bg);
  color: var(--wc-text);
  font-family: var(--wc-font-body);
  font-size: 16px;
  line-height: 1.6;
}

body.worrycars-redesign * {
  box-sizing: border-box;
}

body.worrycars-redesign a {
  color: inherit;
  text-decoration: none;
}

body.worrycars-redesign img {
  max-width: 100%;
  height: auto;
}

body.worrycars-redesign button,
body.worrycars-redesign input,
body.worrycars-redesign textarea {
  font: inherit;
}

body.worrycars-redesign .td-container,
body.worrycars-redesign .td-main-content-wrap,
body.worrycars-redesign .td-page-content {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}

.wc-shell {
  width: min(100%, var(--wc-shell));
  margin: 0 auto;
  padding: 0 24px;
}

.wc-main {
  min-height: 60vh;
  background: var(--wc-bg);
}

.wc-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--wc-line);
  background: rgba(11, 12, 15, .94);
  backdrop-filter: blur(14px);
}

.admin-bar .wc-header {
  top: 32px;
}

.wc-header__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 72px;
}

.wc-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  flex: 0 0 auto;
  color: var(--wc-text);
  font-family: var(--wc-font-display);
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.wc-logo span {
  color: var(--wc-accent);
}

.wc-logo::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 4px;
  margin-left: 6px;
  background: var(--wc-accent);
  transform: skewX(-24deg);
}

.wc-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--wc-font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.wc-nav a {
  color: #c7cbd3;
  white-space: nowrap;
  transition: color .2s ease;
}

.wc-nav a:hover,
.wc-nav a.is-current {
  color: var(--wc-accent);
}

.wc-header__tools {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.wc-search {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  min-width: 180px;
  padding: 0 12px;
  border: 1px solid var(--wc-line-strong);
  background: rgba(255, 255, 255, .04);
  transform: skewX(-12deg);
}

.wc-search svg,
.wc-search input {
  transform: skewX(12deg);
}

.wc-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--wc-text);
  font-size: 13px;
}

.wc-search input::placeholder {
  color: var(--wc-faint);
}

.wc-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  border: 1px solid var(--wc-line-strong);
  background: rgba(255, 255, 255, .04);
  color: var(--wc-text);
  cursor: pointer;
  transform: skewX(-12deg);
}

.wc-burger svg {
  transform: skewX(12deg);
}

.wc-mobile-nav {
  display: none;
  border-top: 1px solid var(--wc-line);
  background: var(--wc-bg);
}

.wc-mobile-nav a {
  display: block;
  padding: 16px 24px;
  border-bottom: 1px solid var(--wc-line-soft);
  color: var(--wc-soft);
  font-family: var(--wc-font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.wc-mobile-nav a.is-current {
  color: var(--wc-accent);
}

.wc-header.is-open .wc-mobile-nav {
  display: block;
}

.wc-ticker {
  display: flex;
  align-items: stretch;
  height: 42px;
  overflow: hidden;
  border-bottom: 1px solid var(--wc-line);
  background: var(--wc-bg-band);
}

.wc-ticker__label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 20px 0 24px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  background: var(--wc-accent);
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

.wc-ticker__track {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
}

.wc-ticker__items {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: wc-tick 46s linear infinite;
}

.wc-ticker:hover .wc-ticker__items {
  animation-play-state: paused;
}

.wc-ticker__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  color: #c7cbd3;
  font-size: 13px;
}

.wc-ticker__item::before {
  content: "//";
  color: var(--wc-accent);
  font-family: var(--wc-font-display);
  font-weight: 700;
}

@keyframes wc-tick {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.wc-section {
  padding: 48px 0 8px;
}

.wc-section--tight {
  padding-top: 32px;
}

.wc-section--band {
  margin-top: 48px;
  padding: 48px 0;
  background: var(--wc-bg-band);
}

.wc-section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.wc-section-heading__marker,
.wc-mini-heading__marker {
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 26px;
  background: var(--wc-accent);
  transform: skewX(-18deg);
}

.wc-section-heading h2,
.wc-mini-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.wc-section-heading__line {
  flex: 1 1 auto;
  height: 1px;
  min-width: 40px;
  background: rgba(255, 255, 255, .1);
}

.wc-section-heading__link {
  color: var(--wc-accent);
  font-family: var(--wc-font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color .2s ease;
}

.wc-section-heading__link:hover {
  color: var(--wc-accent-bright);
}

.wc-mini-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
}

.wc-mini-heading__marker {
  width: 10px;
  height: 20px;
}

.wc-mini-heading h2 {
  font-size: 20px;
}

.wc-hero-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 18px;
}

.wc-hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.wc-hero-card {
  position: relative;
  display: block;
  min-height: 240px;
  overflow: hidden;
  background: var(--wc-panel);
  isolation: isolate;
}

.wc-hero-card--main {
  height: 560px;
}

.wc-hero-card img,
.wc-card img,
.wc-media-row img,
.wc-lead-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}

.wc-hero-card:hover img,
.wc-card:hover img,
.wc-media-row:hover img,
.wc-lead-card:hover img {
  transform: scale(1.05);
}

.wc-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(6, 7, 9, .94) 0%, rgba(6, 7, 9, .35) 45%, rgba(6, 7, 9, 0) 70%);
}

.wc-hero-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
}

.wc-hero-card--main .wc-hero-card__body {
  gap: 14px;
  padding: 32px;
}

.wc-hero-card h1,
.wc-hero-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-style: italic;
  line-height: 1.12;
}

.wc-hero-card h1 {
  max-width: 650px;
  font-size: 44px;
  font-weight: 700;
}

.wc-hero-card h3 {
  font-size: 20px;
  font-weight: 600;
}

.wc-kicker,
.wc-card__cat,
.wc-badge {
  display: inline-block;
  color: #fff;
  background: var(--wc-accent);
  font-family: var(--wc-font-display);
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-12deg);
}

.wc-kicker {
  padding: 6px 14px;
}

.wc-kicker span,
.wc-badge span {
  display: inline-block;
  transform: skewX(12deg);
}

.wc-hero-card__meta,
.wc-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--wc-faint);
  font-size: 12px;
}

.wc-hero-card__meta strong,
.wc-meta strong {
  color: var(--wc-accent);
  font-weight: 700;
}

.wc-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wc-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.wc-two-col {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: 40px;
  align-items: start;
}

.wc-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--wc-line-soft);
  background: var(--wc-panel);
  color: var(--wc-text);
  transition: border-color .25s ease, background .25s ease;
}

.wc-card:hover {
  border-color: rgba(225, 6, 0, .6);
}

.wc-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--wc-bg-band);
}

.wc-card__cat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 12px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transform: none;
  font-size: 10px;
  letter-spacing: 0;
}

.wc-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 16px 16px 18px;
}

.wc-card h3 {
  margin: 0;
  color: var(--wc-text);
  font-family: var(--wc-font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.wc-card .wc-meta {
  margin-top: auto;
}

.wc-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(225, 6, 0, .34), transparent 38%),
    linear-gradient(315deg, rgba(255, 255, 255, .08), transparent 46%),
    #111318;
  color: rgba(255, 255, 255, .25);
  font-family: var(--wc-font-display);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.wc-versus-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px;
  border: 1px solid var(--wc-line-soft);
  background: var(--wc-panel);
  transition: border-color .25s ease;
}

.wc-versus-card:hover {
  border-color: rgba(225, 6, 0, .6);
}

.wc-versus-card__tag {
  color: var(--wc-faint);
  font-family: var(--wc-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.wc-versus-card__names {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wc-versus-card__name {
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}

.wc-versus-card__vs,
.wc-outline-number {
  color: transparent;
  font-family: var(--wc-font-display);
  font-style: italic;
  font-weight: 700;
  -webkit-text-stroke: 1.4px var(--wc-accent);
}

.wc-versus-card__vs {
  font-size: 18px;
  letter-spacing: 0;
}

.wc-versus-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: var(--wc-faint);
  font-size: 12px;
}

.wc-arrow {
  color: var(--wc-accent);
  font-family: var(--wc-font-display);
  font-size: 20px;
  font-weight: 700;
}

.wc-ranked-list {
  display: flex;
  flex-direction: column;
}

.wc-ranked-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 8px;
  border-bottom: 1px solid var(--wc-line);
  transition: background .25s ease;
}

.wc-ranked-item:hover,
.wc-brief:hover,
.wc-media-row:hover {
  background: rgba(225, 6, 0, .06);
}

.wc-outline-number {
  font-size: 40px;
  line-height: 1;
}

.wc-ranked-item__title {
  display: block;
  color: var(--wc-text);
  font-family: var(--wc-font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.wc-brief {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--wc-line);
  transition: background .25s ease;
}

.wc-brief__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--wc-faint);
  font-family: var(--wc-font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-brief__meta strong {
  color: var(--wc-accent);
}

.wc-brief__title {
  color: var(--wc-soft);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.wc-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.wc-sidebar--sticky {
  position: sticky;
  top: 96px;
}

.admin-bar .wc-sidebar--sticky {
  top: 128px;
}

.wc-widget {
  border: 1px solid var(--wc-line);
  background: var(--wc-panel);
  padding: 24px;
}

.wc-trending {
  display: flex;
  flex-direction: column;
}

.wc-trending a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.wc-trending a:last-child,
.wc-cat-list a:last-child {
  border-bottom: 0;
}

.wc-trending__num {
  color: var(--wc-accent);
  font-family: var(--wc-font-display);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.wc-trending__title {
  display: block;
  color: var(--wc-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.wc-trending__cat {
  display: block;
  margin-top: 4px;
  color: var(--wc-faint);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-cat-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wc-cat-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, .03);
  transition: background .25s ease;
}

.wc-cat-list a:hover {
  background: rgba(225, 6, 0, .12);
}

.wc-cat-list span:first-child {
  color: var(--wc-soft);
  font-family: var(--wc-font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-cat-list span:last-child {
  color: var(--wc-accent);
  font-family: var(--wc-font-display);
  font-size: 13px;
  font-weight: 700;
}

.wc-author-tease {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(225, 6, 0, .4);
  background:
    linear-gradient(135deg, rgba(225, 6, 0, .3), transparent 42%),
    var(--wc-panel);
}

.wc-author-tease strong {
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 24px;
  font-style: italic;
  line-height: 1.15;
}

.wc-author-tease span {
  margin-top: 8px;
  color: var(--wc-muted);
  font-size: 13px;
}

.wc-media-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 4px;
  border-bottom: 1px solid var(--wc-line);
  transition: background .25s ease;
}

.wc-media-row--wide {
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 18px 8px;
}

.wc-media-row__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--wc-panel);
}

.wc-media-row__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.wc-media-row__cat {
  color: var(--wc-accent-bright);
  font-family: var(--wc-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-media-row__title {
  color: var(--wc-text);
  font-family: var(--wc-font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.wc-band-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.wc-band-grid .wc-card__media {
  aspect-ratio: 16 / 10 !important;
  align-self: start;
}

.wc-band-grid .wc-card {
  display: grid !important;
  grid-template-columns: minmax(230px, .95fr) minmax(0, 1fr);
  align-items: start;
  position: static !important;
  overflow: hidden;
  min-height: 100% !important;
}

.wc-band-grid .wc-card__media {
  position: relative !important;
  inset: auto !important;
}

.wc-band-grid .wc-card__media::after {
  display: none !important;
}

.wc-band-grid .wc-card__body {
  position: static !important;
  z-index: auto !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 16px 16px 18px !important;
}

.wc-page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--wc-line);
  background: var(--wc-bg-band);
}

.wc-page-hero__ghost {
  position: absolute;
  top: -44px;
  right: -60px;
  color: transparent;
  font-family: var(--wc-font-display);
  font-size: 220px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .06);
}

.wc-page-hero__inner {
  position: relative;
  padding: 44px 24px 36px;
}

.wc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: var(--wc-faint);
  font-family: var(--wc-font-display);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-breadcrumb a {
  color: var(--wc-muted);
}

.wc-breadcrumb span {
  color: var(--wc-accent);
}

.wc-page-title {
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.wc-page-title span {
  color: var(--wc-accent);
}

.wc-page-subtitle {
  margin: 14px 0 0;
  color: var(--wc-muted);
  font-size: 14px;
}

.wc-chip-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.wc-chip {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .04);
  color: #c7cbd3;
  font-family: var(--wc-font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: skewX(-12deg);
}

.wc-chip span {
  display: inline-block;
  transform: skewX(12deg);
}

.wc-chip.is-active,
.wc-chip:hover {
  border-color: var(--wc-accent);
  background: var(--wc-accent);
  color: #fff;
}

.wc-lead-card {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  overflow: hidden;
  border: 1px solid var(--wc-line-soft);
  background: var(--wc-panel);
  transition: border-color .25s ease;
}

.wc-lead-card:hover {
  border-color: rgba(225, 6, 0, .6);
}

.wc-lead-card__media {
  min-height: 380px;
  overflow: hidden;
  background: var(--wc-bg-band);
}

.wc-lead-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 36px;
}

.wc-lead-card h2 {
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}

.wc-lead-card p {
  margin: 0;
  color: var(--wc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.wc-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 36px 0 8px;
  font-family: var(--wc-font-display);
  font-size: 14px;
  font-weight: 700;
}

.wc-pagination .page-numbers {
  display: flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--wc-line-strong);
  color: #c7cbd3;
  transform: skewX(-10deg);
}

.wc-pagination .page-numbers.current,
.wc-pagination .page-numbers:hover {
  border-color: var(--wc-accent);
  background: var(--wc-accent);
  color: #fff;
}

.wc-empty {
  padding: 36px;
  border: 1px solid var(--wc-line);
  background: var(--wc-panel);
  color: var(--wc-muted);
}

.wc-article-hero {
  position: relative;
  height: 620px;
  overflow: hidden;
  background: var(--wc-bg-band);
}

.wc-article-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--wc-bg) 4%, rgba(11, 12, 15, .55) 45%, rgba(11, 12, 15, .15) 75%);
}

.wc-article-hero__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.wc-article-hero__inner {
  display: flex;
  max-width: 880px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 24px 40px;
}

.wc-article-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.wc-byline {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  color: #c7cbd3;
  font-size: 13px;
}

.wc-author-pill {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wc-author-avatar-inline {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  background: #f2efe4;
  box-shadow: 5px 5px 0 rgba(225, 6, 0, .24);
}

.wc-author-photo {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.wc-author-initial {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: var(--wc-accent);
  color: #fff;
  font-family: var(--wc-font-display);
  font-weight: 700;
  transform: skewX(-8deg);
}

.wc-author-initial span {
  transform: skewX(8deg);
}

.wc-author-pill a {
  border-bottom: 1px solid var(--wc-accent);
  color: #fff;
  font-weight: 600;
}

.wc-article-layout {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 32px;
  max-width: 880px;
  align-items: start;
  padding: 40px 24px 8px;
}

.wc-share-rail {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-bar .wc-share-rail {
  top: 128px;
}

.wc-share-rail span {
  color: var(--wc-faint);
  font-family: var(--wc-font-display);
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
}

.wc-share-rail a,
.wc-share-rail button {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wc-line-strong);
  background: transparent;
  color: #c7cbd3;
  cursor: pointer;
  font-family: var(--wc-font-display);
  font-size: 14px;
  font-weight: 700;
  transition: border-color .2s ease, color .2s ease;
}

.wc-share-rail a:hover,
.wc-share-rail button:hover {
  border-color: var(--wc-accent);
  color: #fff;
}

.wc-article-content {
  min-width: 0;
  color: #b9bec7;
}

.wc-article-content > p:first-of-type {
  margin-top: 0;
  color: var(--wc-soft);
  font-size: 20px;
  line-height: 1.65;
}

.wc-article-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
}

.wc-article-content h2,
.wc-article-content h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 36px 0 16px;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

.wc-article-content h3 {
  font-size: 22px;
}

.wc-article-content h2::before,
.wc-article-content h3::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 12px;
  height: 22px;
  background: var(--wc-accent);
  transform: skewX(-18deg);
}

.wc-article-content blockquote {
  margin: 36px 0;
  padding: 28px 32px;
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  background: var(--wc-panel);
}

.wc-article-content blockquote p {
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.wc-article-content img {
  display: block;
  width: 100%;
  margin: 28px 0;
}

.wc-article-content a {
  color: var(--wc-accent-bright);
  border-bottom: 1px solid rgba(225, 6, 0, .5);
}

.wc-spec-strip {
  margin: 36px 0;
  border: 1px solid var(--wc-line);
  background: var(--wc-bg-band);
}

.wc-spec-strip__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--wc-line);
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-spec-strip__head::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: var(--wc-accent);
  transform: skewX(-18deg);
}

.wc-spec-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wc-spec-strip__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 24px;
  border-right: 1px solid var(--wc-line-soft);
}

.wc-spec-strip__item:last-child {
  border-right: 0;
}

.wc-spec-strip__value {
  color: var(--wc-accent);
  font-family: var(--wc-font-display);
  font-size: 22px;
  font-weight: 700;
}

.wc-spec-strip__label {
  color: var(--wc-muted);
  font-size: 12px;
  letter-spacing: 0;
}

.wc-tag-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--wc-line);
}

.wc-tag {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid var(--wc-line-strong);
  color: #c7cbd3;
  font-family: var(--wc-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  transform: skewX(-10deg);
}

.wc-tag span {
  display: inline-block;
  transform: skewX(10deg);
}

.wc-tag:hover {
  border-color: var(--wc-accent);
  color: #fff;
}

.wc-author-box {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin: 40px 0 0;
  padding: 24px;
  border: 1px solid var(--wc-line-strong);
  background:
    linear-gradient(135deg, rgba(225, 6, 0, .18), transparent 38%),
    var(--wc-panel);
}

.wc-author-box__avatar {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #f2efe4;
  box-shadow: 10px 10px 0 rgba(225, 6, 0, .22);
}

.wc-article-content .wc-author-box a {
  border-bottom: 0;
}

.wc-article-content .wc-author-box__avatar img,
.wc-article-content .wc-author-avatar-inline img,
.wc-article-content .wc-author-photo {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.wc-author-box__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

.wc-author-box__eyebrow {
  color: var(--wc-accent-bright);
  font-family: var(--wc-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-article-content .wc-author-box h2 {
  display: block;
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.wc-article-content .wc-author-box h2::before {
  display: none;
}

.wc-article-content .wc-author-box p {
  margin: 0;
  color: var(--wc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.wc-author-box__signals {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.wc-author-box__signals span {
  padding: 6px 10px;
  border: 1px solid var(--wc-line);
  color: #c7cbd3;
  font-family: var(--wc-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-author-box__link {
  align-self: flex-start;
  margin-top: 4px;
  color: var(--wc-accent-bright);
  font-family: var(--wc-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-author-hero__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
}

.wc-author-avatar {
  display: flex;
  width: 140px;
  height: 140px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #f2efe4;
  box-shadow: 12px 12px 0 rgba(225, 6, 0, .25);
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
}

.wc-author-avatar span {
  display: none;
}

.wc-author-avatar .wc-author-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-author-hero__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
}

.wc-author-hero__title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wc-author-hero__title-row h1 {
  margin: 0;
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.wc-author-hero__title-row h1 span {
  color: var(--wc-accent);
}

.wc-author-hero__bio {
  max-width: 640px;
  margin: 0;
  color: var(--wc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.wc-social-row {
  display: flex;
  gap: 10px;
}

.wc-social-row a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wc-line-strong);
  color: #c7cbd3;
  font-family: var(--wc-font-display);
  font-size: 13px;
  font-weight: 700;
  transition: border-color .2s ease, color .2s ease;
}

.wc-social-row a:hover {
  border-color: var(--wc-accent);
  color: #fff;
}

.wc-author-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 36px;
}

.wc-author-stats__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wc-author-stats__value {
  color: #fff;
  font-family: var(--wc-font-display);
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.wc-author-stats__label {
  color: var(--wc-faint);
  font-family: var(--wc-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

.wc-page-content {
  max-width: 880px;
  padding: 44px 24px 8px;
  color: #d7dbe2;
  font-size: 16px;
  line-height: 1.8;
}

.wc-page-content p,
.wc-page-content div,
.wc-page-content span,
.wc-page-content li {
  color: #d7dbe2 !important;
}

.wc-page-content p,
.wc-page-content div {
  line-height: 1.8;
}

.wc-page-content ul,
.wc-page-content ol {
  margin: 18px 0 22px;
  padding-left: 22px;
}

.wc-page-content li {
  margin: 8px 0;
}

.wc-page-content h1,
.wc-page-content h2,
.wc-page-content h3 {
  margin: 34px 0 14px;
  color: #fff !important;
  font-family: var(--wc-font-display);
  font-style: italic;
  line-height: 1.2;
}

.wc-page-content strong,
.wc-page-content b {
  color: #f4f6f9 !important;
  font-weight: 700;
}

.wc-page-content a {
  color: var(--wc-accent-bright) !important;
  border-bottom: 1px solid rgba(255, 59, 46, .45);
}

.wc-page-content a span,
.wc-page-content a strong,
.wc-page-content a b {
  color: var(--wc-accent-bright) !important;
}

.wc-footer {
  margin-top: 56px;
  background: var(--wc-footer);
}

.wc-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 32px;
}

.wc-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wc-footer__logo {
  color: var(--wc-text);
  font-family: var(--wc-font-display);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.wc-footer__logo span {
  color: var(--wc-accent);
}

.wc-footer p {
  max-width: 360px;
  margin: 0;
  color: var(--wc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.wc-footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-footer__heading {
  color: var(--wc-faint);
  font-family: var(--wc-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.wc-footer__col a {
  color: #c7cbd3;
  font-size: 14px;
}

.wc-footer__col a:hover {
  color: #fff;
}

.wc-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.wc-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 18px;
  color: var(--wc-faint);
  font-size: 12px;
}

.wc-footer__tagline {
  font-family: var(--wc-font-display);
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .wc-nav {
    gap: 18px;
    font-size: 13px;
  }

  .wc-search {
    min-width: 150px;
  }
}

@media (max-width: 960px) {
  .admin-bar .wc-header {
    top: 46px;
  }

  .wc-nav,
  .wc-search {
    display: none;
  }

  .wc-burger {
    display: flex;
  }

  .wc-hero-grid,
  .wc-two-col,
  .wc-lead-card,
  .wc-article-layout {
    grid-template-columns: 1fr;
  }

  .wc-hero-card--main {
    height: 420px;
  }

  .wc-hero-side {
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
  }

  .wc-grid-4,
  .wc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-sidebar--sticky,
  .wc-share-rail {
    position: static;
  }

  .wc-share-rail {
    display: none;
  }

  .wc-article-hero {
    height: 480px;
  }

  .wc-spec-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-author-hero__grid {
    grid-template-columns: 1fr;
  }

  .wc-band-grid {
    grid-template-columns: 1fr !important;
  }

  .wc-band-grid .wc-card {
    grid-template-columns: minmax(220px, .9fr) minmax(0, 1fr);
  }
}

@media (max-width: 782px) {
  .admin-bar .wc-header {
    top: 46px;
  }
}

@media (max-width: 620px) {
  .wc-shell,
  .wc-page-hero__inner,
  .wc-article-hero__inner,
  .wc-article-layout,
  .wc-page-content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .wc-header__inner {
    gap: 16px;
    min-height: 66px;
  }

  .wc-logo {
    font-size: 23px;
  }

  .wc-ticker__label {
    padding-left: 18px;
  }

  .wc-hero-side,
  .wc-grid-4,
  .wc-grid-3,
  .wc-grid-2,
  .wc-footer__grid,
  .wc-author-stats,
  .wc-spec-strip__grid {
    grid-template-columns: 1fr;
  }

  .wc-hero-side .wc-hero-card {
    min-height: 220px;
  }

  .wc-hero-card--main {
    height: 380px;
  }

  .wc-hero-card h1 {
    font-size: 30px;
  }

  .wc-page-title {
    font-size: 40px;
  }

  .wc-article-hero h1,
  .wc-author-hero__title-row h1 {
    font-size: 32px;
  }

  .wc-hero-card--main .wc-hero-card__body,
  .wc-hero-card__body,
  .wc-lead-card__body {
    padding: 22px;
  }

  .wc-ranked-item {
    grid-template-columns: 54px 1fr;
  }

  .wc-ranked-item .wc-arrow {
    display: none;
  }

  .wc-media-row--wide {
    grid-template-columns: 110px 1fr;
  }

  .wc-page-hero__ghost {
    font-size: 130px;
    right: -34px;
  }

  .wc-lead-card__media {
    min-height: 240px;
  }

  .wc-article-hero {
    height: 430px;
  }

  .wc-article-content > p:first-of-type {
    font-size: 18px;
  }

  .wc-author-avatar {
    width: 118px;
    height: 118px;
    font-size: 52px;
  }

  .wc-author-box {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .wc-author-box__avatar {
    width: 112px;
  }

  .wc-band-grid .wc-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .wc-band-grid {
    grid-template-columns: 1fr !important;
  }

  .wc-band-grid .wc-card__body {
    padding: 12px !important;
  }

  .wc-band-grid .wc-card h3 {
    font-size: 14px;
    line-height: 1.32;
  }

  .wc-footer__bottom-inner {
    flex-direction: column;
  }
}
