/*
 * HIPHOPCs premium editorial refinement — private candidate.
 * White and black are the brand. Red is reserved for editorial signals,
 * hover/focus state and one-pixel accents. No content, menu or URL changes.
 */

body.home {
  --hhc-premium-black: #090909;
  --hhc-premium-ink: #151515;
  --hhc-premium-muted: #686868;
  --hhc-premium-line: #d8d8d5;
  --hhc-premium-soft: #f5f5f2;
  --hhc-premium-white: #fff;
  --hhc-premium-red: #bc2727;
  --hhc-premium-max: 1180px;
  background: var(--hhc-premium-white);
  color: var(--hhc-premium-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  letter-spacing: 0;
}

body.home a {
  text-underline-offset: .22em;
}

body.home a:focus-visible,
body.home button:focus-visible,
body.home input:focus-visible {
  outline: 2px solid var(--hhc-premium-red);
  outline-offset: 3px;
}

/* Header: keep the original WordPress menu, polish only its presentation. */
body.home .hhc-site-header {
  background: rgba(255, 255, 255, .97);
  border-top: 0;
  border-bottom: 1px solid var(--hhc-premium-black);
  box-shadow: none;
  backdrop-filter: blur(14px) saturate(125%);
}

body.home .hhc-site-header__inner {
  width: min(var(--hhc-premium-max), calc(100% - 40px));
  min-height: 70px;
  gap: 22px;
}

body.home .hhc-site-title a {
  color: var(--hhc-premium-black);
}

body.home .hhc-logo-text__title {
  color: var(--hhc-premium-black);
  letter-spacing: -.075em;
}

body.home .hhc-logo-text__tagline {
  color: #3e3e3e;
  letter-spacing: .28em;
}

body.home .hhc-nav__list {
  gap: 7px 17px;
}

body.home .hhc-nav__list a {
  position: relative;
  padding: 8px 0;
  color: var(--hhc-premium-black);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .025em;
}

body.home .hhc-nav__list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--hhc-premium-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .18s ease;
}

body.home .hhc-nav__list a:hover,
body.home .hhc-nav__list a:focus-visible {
  color: var(--hhc-premium-black);
}

body.home .hhc-nav__list a:hover::after,
body.home .hhc-nav__list a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.home .hhc-search-form input {
  border-color: #aaa;
  border-radius: 0;
  background: #fff;
}

body.home .hhc-search-form button {
  border-color: var(--hhc-premium-black);
  border-radius: 0;
  background: var(--hhc-premium-black);
}

/* Brand statement: a compact masthead, not a second hero. */
body.home .hhc-brand-introduction {
  background: var(--hhc-premium-white);
  border-bottom: 1px solid var(--hhc-premium-black);
  color: var(--hhc-premium-ink);
}

body.home .hhc-brand-introduction__inner {
  width: min(var(--hhc-premium-max), calc(100% - 40px));
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  column-gap: clamp(36px, 6vw, 84px);
  padding: 24px 0 17px;
}

body.home .hhc-brand-introduction__eyebrow {
  color: var(--hhc-premium-black);
  font-size: .61rem;
  letter-spacing: .2em;
}

body.home .hhc-brand-introduction__eyebrow::before {
  width: 19px;
  height: 2px;
  background: var(--hhc-premium-red);
}

body.home .hhc-brand-title__brand {
  color: var(--hhc-premium-black);
  font-size: clamp(2.15rem, 3.15vw, 2.85rem);
  letter-spacing: -.065em;
}

body.home .hhc-brand-title__reading {
  color: var(--hhc-premium-black);
  font-size: clamp(.78rem, 1vw, .95rem);
  font-weight: 760;
}

body.home .hhc-brand-introduction__description {
  max-width: 660px;
  color: var(--hhc-premium-ink);
  font-size: clamp(.83rem, 1.05vw, .94rem);
  font-weight: 560;
  line-height: 1.68;
}

body.home .hhc-brand-introduction__message {
  color: var(--hhc-premium-muted);
  font-size: .72rem;
}

body.home .hhc-brand-introduction__message strong {
  color: var(--hhc-premium-black);
}

body.home .hhc-brand-introduction__actions {
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--hhc-premium-black);
}

body.home .hhc-brand-introduction__actions a {
  flex: 1 1 0;
  min-height: 42px;
  border: 0;
  border-left: 1px solid var(--hhc-premium-black);
  border-radius: 0;
  background: #fff;
  color: var(--hhc-premium-black);
  font-size: .72rem;
  letter-spacing: .015em;
  transition: color .16s ease, background-color .16s ease;
}

body.home .hhc-brand-introduction__actions a:first-child {
  border-left: 0;
  background: var(--hhc-premium-black);
  color: #fff;
}

body.home .hhc-brand-introduction__actions a::after {
  color: var(--hhc-premium-red);
}

body.home .hhc-brand-introduction__actions a:first-child::after {
  color: #fff;
}

body.home .hhc-brand-introduction__actions a:hover {
  background: var(--hhc-premium-black);
  color: #fff;
  transform: none;
}

body.home .hhc-brand-evidence {
  gap: 4px 20px;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid var(--hhc-premium-black);
}

body.home .hhc-brand-evidence h2,
body.home .hhc-brand-evidence > p {
  color: var(--hhc-premium-muted);
}

body.home .hhc-brand-evidence li {
  border-left-color: var(--hhc-premium-line);
}

body.home .hhc-brand-evidence li strong {
  color: var(--hhc-premium-black);
}

body.home .hhc-brand-evidence li span {
  color: #575757;
}

body.home .hhc-brand-evidence__instagram a > span {
  text-decoration-color: var(--hhc-premium-black);
}

/* Lead carousel: image-led, exact black frame, minimal decoration. */
body.home .hhc-carousel {
  width: min(var(--hhc-premium-max), calc(100% - 40px));
  margin: 26px auto 0;
  border: 1px solid var(--hhc-premium-black);
  border-radius: 0;
  background: var(--hhc-premium-black);
}

body.home .hhc-carousel__media img {
  filter: saturate(.88) contrast(1.04);
}

body.home .hhc-carousel__media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 30%, rgba(0, 0, 0, .88) 100%);
}

body.home .hhc-carousel__title {
  max-width: 920px;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 820;
  line-height: 1.42;
  letter-spacing: -.018em;
  text-wrap: balance;
}

body.home .hhc-carousel__nav {
  border-radius: 0;
  background: rgba(0, 0, 0, .78);
}

body.home .hhc-carousel__dot::before {
  width: 6px;
  height: 6px;
  background: #777;
}

body.home .hhc-carousel__dot.is-active::before {
  width: 18px;
  border-radius: 0;
  background: #fff;
}

/* Main newsroom canvas. */
body.home .hhc-home {
  width: min(var(--hhc-premium-max), calc(100% - 40px));
  padding: 30px 0 78px;
  background: var(--hhc-premium-white);
}

body.home .hhc-mobile-editorial-strip {
  color: var(--hhc-premium-black);
}

body.home .hhc-home-section {
  padding-top: clamp(42px, 5vw, 68px);
}

body.home .hhc-home .hhc-section-heading {
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
  padding-top: 11px;
  border-top: 2px solid var(--hhc-premium-black);
}

body.home .hhc-home .hhc-section-heading::after {
  flex: 0 0 22px;
  height: 3px;
  background: var(--hhc-premium-red);
}

body.home .hhc-home .hhc-section-title,
body.home .hhc-home .hhc-section-title--big {
  color: var(--hhc-premium-black);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 840;
  line-height: .98;
  letter-spacing: -.04em;
}

body.home .hhc-section-heading__mark {
  margin-left: auto;
  color: var(--hhc-premium-muted);
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .08em;
}

body.home .hhc-section-deck {
  color: #555;
  font-size: .82rem;
  line-height: 1.7;
}

/* Ranked stories: five concise editorial tiles on desktop. */
body.home .hhc-top5 .hhc-media-list--ranked {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--hhc-premium-black);
  border-bottom: 1px solid var(--hhc-premium-black);
}

body.home .hhc-top5 .hhc-media-row,
body.home .hhc-top5 .hhc-media-list:not(.hhc-media-list--dark) .hhc-media-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 15px 14px 16px;
  border: 0;
  border-left: 1px solid var(--hhc-premium-line);
}

body.home .hhc-top5 .hhc-media-row:first-child {
  border-left: 0;
}

body.home .hhc-top5 .hhc-media-row__thumb,
body.home .hhc-top5 .hhc-media-row__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  object-fit: cover;
}

body.home .hhc-top5 .hhc-media-row__title {
  margin: 0;
  font-size: .82rem;
  font-weight: 780;
  line-height: 1.55;
}

body.home .hhc-top5 .hhc-media-row__rank {
  position: absolute;
  top: 8px;
  right: 10px;
  color: rgba(255, 255, 255, .95);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}

body.home .hhc-top5 .hhc-chip {
  color: var(--hhc-premium-muted);
  font-size: .58rem;
}

body.home .hhc-top5 .hhc-chip::before {
  width: 2px;
  height: 9px;
  background: var(--hhc-premium-red);
}

body.home .hhc-top5 .hhc-chip::after {
  display: none;
}

/* Latest, Interview and Intelligence share one repeatable composition. */
body.home .hhc-latest-news,
body.home section[aria-labelledby="hhc-interview-title"],
body.home section[aria-labelledby="hhc-intelligence-title"] {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(300px, .74fr);
  grid-template-areas:
    "heading heading"
    "deck deck"
    "lead list"
    "pager pager";
  column-gap: clamp(24px, 4vw, 54px);
}

body.home .hhc-latest-news > .hhc-section-heading,
body.home section[aria-labelledby="hhc-interview-title"] > .hhc-section-heading,
body.home section[aria-labelledby="hhc-intelligence-title"] > .hhc-section-heading {
  grid-area: heading;
}

body.home .hhc-latest-news > .hhc-section-deck {
  grid-area: deck;
  margin: -8px 0 18px;
}

body.home .hhc-latest-news > .hhc-section-lead,
body.home section[aria-labelledby="hhc-interview-title"] > .hhc-section-lead,
body.home section[aria-labelledby="hhc-intelligence-title"] > .hhc-section-lead {
  grid-area: lead;
  margin: 0;
}

body.home .hhc-latest-news > .hhc-media-list,
body.home section[aria-labelledby="hhc-interview-title"] > .hhc-media-list,
body.home section[aria-labelledby="hhc-intelligence-title"] > .hhc-media-list {
  grid-area: list;
}

body.home .hhc-latest-news > .hhc-section-pager,
body.home section[aria-labelledby="hhc-interview-title"] > .hhc-section-pager,
body.home section[aria-labelledby="hhc-intelligence-title"] > .hhc-section-pager {
  grid-area: pager;
}

body.home .hhc-home-section .hhc-section-lead .hhc-feature-card {
  border: 1px solid var(--hhc-premium-black);
  border-radius: 0;
  background: var(--hhc-premium-black);
  box-shadow: none;
}

body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__image {
  filter: saturate(.88) contrast(1.03);
}

body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__title {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -.018em;
}

body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__chip {
  border-radius: 0;
  font-size: .58rem;
  letter-spacing: .08em;
}

body.home .hhc-home-section > .hhc-media-list {
  gap: 0;
  align-content: start;
  border-top: 1px solid var(--hhc-premium-black);
}

body.home .hhc-home-section > .hhc-media-list .hhc-media-row,
body.home .hhc-home-section > .hhc-media-list:not(.hhc-media-list--dark) .hhc-media-row {
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  min-height: 112px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hhc-premium-line);
}

body.home .hhc-home-section > .hhc-media-list .hhc-media-row__thumb,
body.home .hhc-home-section > .hhc-media-list .hhc-media-row__thumb img {
  width: 104px;
  height: 78px;
  border-radius: 0;
  object-fit: cover;
}

body.home .hhc-home-section > .hhc-media-list .hhc-media-row__title {
  margin: 0 0 5px;
  font-size: .82rem;
  font-weight: 780;
  line-height: 1.5;
}

body.home .hhc-home-section > .hhc-media-list .hhc-media-row__excerpt {
  display: none;
}

body.home .hhc-home-section > .hhc-media-list .hhc-media-row__time {
  color: var(--hhc-premium-muted);
  font-size: .62rem;
}

body.home .hhc-section-pager {
  margin-top: 20px;
}

body.home .hhc-section-pager__btn,
body.home .hhc-section-pager__more,
body.home .hhc-load-more__link {
  min-height: 42px;
  border: 1px solid var(--hhc-premium-black);
  border-radius: 0;
  background: #fff;
  color: var(--hhc-premium-black);
  font-size: .7rem;
  font-weight: 780;
  letter-spacing: .03em;
}

body.home .hhc-section-pager__more:hover,
body.home .hhc-load-more__link:hover {
  background: var(--hhc-premium-black);
  color: #fff;
}

/* Special coverage: white cards, hard black rules, one red signal. */
body.home .hiphopcs-hub-section-v2 {
  margin: clamp(52px, 6vw, 76px) 0 10px;
  color: var(--hhc-premium-black);
}

body.home .hiphopcs-hub-section-v2 .hcs-hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.home .hiphopcs-hub-section-v2 .hcs-hub-card {
  min-height: 188px;
  padding: 18px 18px 16px;
  border: 1px solid var(--hhc-premium-black);
  border-top: 3px solid var(--hhc-premium-black);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: color .18s ease, background-color .18s ease;
}

body.home .hiphopcs-hub-section-v2 .hcs-hub-card:hover {
  background: var(--hhc-premium-black);
  color: #fff;
}

body.home .hiphopcs-hub-section-v2 .hcs-hub-label {
  color: var(--hhc-premium-red);
  font-size: .59rem;
  letter-spacing: .09em;
}

body.home .hiphopcs-hub-section-v2 .hcs-hub-all {
  color: currentColor;
  font-size: .62rem;
  text-decoration: underline;
}

body.home .hiphopcs-hub-section-v2 h3 {
  color: currentColor;
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: -.018em;
}

body.home .hiphopcs-hub-section-v2 ul {
  border-top-color: currentColor;
}

body.home .hiphopcs-hub-section-v2 li a {
  color: currentColor;
  font-size: .72rem;
}

/* Weekly data modules: keep the black identity, remove decorative softness. */
body.home .hhc-weekly {
  padding: 28px 24px 24px;
  border: 1px solid var(--hhc-premium-black);
  border-radius: 0;
  background: var(--hhc-premium-black);
}

body.home .hhc-weekly .hhc-section-title,
body.home .hhc-weekly .hhc-weekly__title {
  color: #fff;
}

body.home .hhc-weekly .hhc-section-heading {
  border-top-color: #fff;
}

body.home .hhc-weekly .hhc-media-list {
  border-top-color: #555;
}

body.home .hhc-weekly .hhc-media-row {
  border-bottom-color: #353535;
}

body.home .hhc-weekly .hhc-media-row__thumb,
body.home .hhc-weekly .hhc-media-row__thumb img {
  border-radius: 0;
}

/* Ads remain operational; their reserved space reads intentionally. */
body.home .hcs-ad-slot {
  border-top: 1px solid var(--hhc-premium-line);
  border-bottom: 1px solid var(--hhc-premium-line);
  background: #fff;
}

body.home .hcs-ad-label {
  color: #8a8a8a;
  font-size: .55rem;
  letter-spacing: .18em;
}

/* Footer: one black editorial close, no unrelated blue surface. */
body.home .hhc-site-footer {
  border-top: 0;
  background: var(--hhc-premium-black);
}

body.home .hhc-site-footer__inner {
  width: min(var(--hhc-premium-max), calc(100% - 40px));
  gap: 28px;
  padding-top: 50px;
  padding-bottom: 42px;
}

body.home .hhc-footer-trending {
  padding: 18px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

body.home .hhc-footer-trending__label {
  color: #fff;
  font-size: .58rem;
  letter-spacing: .18em;
}

body.home .hhc-footer-en__button {
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

body.home .hhc-site-footer .hhc-section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
  color: #fff;
  font-size: .68rem;
  letter-spacing: .12em;
}

body.home .hhc-footer-guide-card,
body.home .hhc-footer-contact-grid a,
body.home .hhc-footer-social-list a,
body.home .hhc-footer-section-grid a {
  border-color: #393939;
  border-radius: 0;
  background: transparent;
}

body.home .hhc-footer-guide-card:hover,
body.home .hhc-footer-contact-grid a:hover,
body.home .hhc-footer-social-list a:hover,
body.home .hhc-footer-section-grid a:hover {
  border-color: #fff;
  background: #fff;
  color: var(--hhc-premium-black);
}

@media (max-width: 980px) {
  body.home .hhc-site-header__inner {
    width: min(100% - 28px, var(--hhc-premium-max));
    min-height: 64px;
  }

  body.home .hhc-mobile-menu,
  body.home .hhc-mobile-search {
    border-bottom: 1px solid var(--hhc-premium-black);
    background: #fff;
  }

  body.home .hhc-mobile-menu .hhc-nav__list a {
    min-height: 44px;
    padding: 13px 2px;
    border-bottom: 1px solid var(--hhc-premium-line);
  }

  body.home .hhc-brand-introduction__inner,
  body.home .hhc-carousel,
  body.home .hhc-home,
  body.home .hhc-site-footer__inner {
    width: min(100% - 28px, var(--hhc-premium-max));
  }

  body.home .hhc-carousel {
    margin-top: 16px;
  }

  body.home .hhc-carousel__media img {
    aspect-ratio: 16 / 10;
  }

  body.home .hhc-latest-news,
  body.home section[aria-labelledby="hhc-interview-title"],
  body.home section[aria-labelledby="hhc-intelligence-title"] {
    display: block;
  }

  body.home .hhc-latest-news > .hhc-section-deck {
    margin: 0 0 15px;
  }

  body.home .hhc-home-section .hhc-section-lead {
    margin-bottom: 18px;
  }

  body.home .hiphopcs-hub-section-v2 .hcs-hub-grid {
    display: flex;
  }

  body.home .hiphopcs-hub-section-v2 .hcs-hub-card {
    flex-basis: 78vw;
    max-width: 330px;
  }
}

@media (max-width: 640px) {
  body.home .hhc-site-title img {
    max-height: 36px;
  }

  body.home .hhc-brand-introduction__inner {
    padding: 15px 0 11px;
  }

  body.home .hhc-brand-title__brand {
    font-size: 1.95rem;
  }

  body.home .hhc-brand-title__reading {
    font-size: .78rem;
  }

  body.home .hhc-brand-introduction__description {
    margin-top: 7px;
    font-size: .79rem;
    line-height: 1.55;
  }

  body.home .hhc-brand-introduction__message {
    font-size: .68rem;
  }

  body.home .hhc-brand-introduction__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
  }

  body.home .hhc-brand-introduction__actions a {
    min-height: 44px;
    padding: 6px 4px;
    border-left: 1px solid var(--hhc-premium-black);
    font-size: .63rem;
  }

  body.home .hhc-brand-evidence {
    margin-top: 9px;
    padding-top: 8px;
    border-top-color: var(--hhc-premium-black);
  }

  body.home .hhc-brand-evidence ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .hhc-carousel {
    width: calc(100% - 20px);
    margin-top: 12px;
  }

  body.home .hhc-carousel__title {
    font-size: .98rem;
    line-height: 1.45;
  }

  body.home .hhc-carousel__dots {
    padding: 7px 0 9px;
  }

  body.home .hhc-home {
    padding-top: 18px;
    padding-bottom: 60px;
  }

  body.home .hhc-mobile-editorial-strip {
    margin: 0 0 20px;
    padding-bottom: 9px;
    border-bottom-color: var(--hhc-premium-black);
  }

  body.home .hhc-home-section {
    padding-top: 46px;
  }

  body.home .hhc-home .hhc-section-heading {
    margin-bottom: 12px;
    padding-top: 10px;
    border-top-color: var(--hhc-premium-black);
  }

  body.home .hhc-home .hhc-section-title,
  body.home .hhc-home .hhc-section-title--big {
    font-size: 1.35rem;
  }

  body.home .hhc-top5 .hhc-media-list--ranked {
    display: block;
  }

  body.home .hhc-top5 .hhc-media-row,
  body.home .hhc-top5 .hhc-media-list:not(.hhc-media-list--dark) .hhc-media-row {
    grid-template-columns: 92px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 92px;
    padding: 12px 0;
    border-left: 0;
    border-bottom: 1px solid var(--hhc-premium-line);
  }

  body.home .hhc-top5 .hhc-media-row__thumb,
  body.home .hhc-top5 .hhc-media-row__thumb img {
    width: 92px;
    height: 68px;
    aspect-ratio: auto;
  }

  body.home .hhc-top5 .hhc-media-row__rank {
    position: static;
    align-self: center;
    justify-self: end;
    color: var(--hhc-premium-black);
    font-size: 1.2rem;
    text-shadow: none;
  }

  body.home .hhc-top5 .hhc-media-row__title {
    font-size: .77rem;
    line-height: 1.48;
  }

  body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__link {
    display: grid;
    color: #fff;
  }

  body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__content {
    position: static;
    padding: 14px 15px 16px;
    background: var(--hhc-premium-black);
    color: #fff;
  }

  body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__scrim {
    display: none;
  }

  body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__title {
    color: #fff;
    font-size: 1rem;
    text-shadow: none;
  }

  body.home .hhc-home-section .hhc-section-lead .hhc-feature-card__chip {
    order: -1;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
  }

  body.home .hhc-home-section > .hhc-media-list .hhc-media-row,
  body.home .hhc-home-section > .hhc-media-list:not(.hhc-media-list--dark) .hhc-media-row {
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 102px;
    padding: 12px 0;
  }

  body.home .hhc-home-section > .hhc-media-list .hhc-media-row__thumb,
  body.home .hhc-home-section > .hhc-media-list .hhc-media-row__thumb img {
    width: 106px;
    height: 78px;
  }

  body.home .hiphopcs-hub-section-v2 {
    margin-top: 50px;
  }

  body.home .hiphopcs-hub-section-v2 .hcs-hub-card {
    min-height: 182px;
    padding: 16px;
  }

  body.home .hhc-weekly {
    padding: 22px 16px 18px;
  }

  body.home .hhc-site-footer__inner {
    padding-top: 38px;
  }
}

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