.yk-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 1px solid var(--yk-stroke-strong);
  border-radius: 3px;
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
}

/* Footer navigation mirrors the portal's main products and editorial hubs. */
.yk-footer {
  display: block;
}

.yk-footer-main {
  display: grid;
  grid-template-columns: minmax(230px, .58fr) minmax(0, 1.42fr);
  gap: clamp(40px, 6vw, 84px);
}

.yk-footer-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
}

.yk-footer-links div:nth-child(1) h2 {
  color: var(--yk-yokopoints);
}

.yk-footer-links div:nth-child(2) h2 {
  color: var(--yk-lyrics);
}

.yk-footer-links div:nth-child(3) h2 {
  color: var(--yk-news);
}

.yk-footer-links div:nth-child(4) h2 {
  color: #38d7f2;
}

.yk-footer-links h2 a {
  color: inherit;
  text-decoration: none;
}

.yk-footer-links h2 a:hover,
.yk-footer-links h2 a:focus-visible {
  color: var(--yk-text);
}

.yk-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--yk-line);
}

.yk-footer-bottom p {
  margin: 0;
  color: var(--yk-muted);
  font-size: .82rem;
}

.yk-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
}

.yk-footer-bottom a {
  color: var(--yk-muted);
  font-size: .82rem;
  text-decoration: none;
}

.yk-footer-bottom a:hover,
.yk-footer-bottom a:focus-visible {
  color: var(--yk-text);
}

@media (max-width: 1120px) {
  .yk-footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .yk-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yk-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .yk-footer-bottom nav {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .yk-footer-links {
    grid-template-columns: 1fr;
  }
}

/* Editorial hubs: Entretenimento and YokoTech */
.yk-editorial-hub {
  --hub-accent: var(--yk-entertainment, #ff8a55);
}

.yk-editorial-hub--tech {
  --hub-accent: var(--yk-tech, #38d7f2);
}

.yk-editorial-hub .yk-editoria-title > p,
.yk-editorial-hub .yk-editoria-lead small,
.yk-editorial-heading p,
.yk-editorial-card__media + div > small,
.yk-editorial-category__lead small,
.yk-editorial-category__list small {
  color: var(--hub-accent);
}

.yk-editorial-hub .yk-editoria-title h1 span {
  display: block;
}

.yk-editorial-hub .yk-editoria-title nav a:hover,
.yk-editorial-hub .yk-editoria-title nav a:focus-visible {
  border-color: var(--hub-accent);
  color: var(--hub-accent);
}

.yk-editorial-hub .yk-editoria-lead > div {
  border-color: var(--hub-accent);
}

.yk-editorial-latest {
  padding: 48px 0 52px;
  border-bottom: 1px solid var(--yk-stroke-strong);
}

.yk-editorial-heading {
  display: flex;
  min-width: 0;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.yk-editorial-heading p {
  margin: 0 0 5px;
  font-size: .66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.yk-editorial-heading h2 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.05;
}

.yk-editorial-heading > a {
  color: var(--hub-accent);
  font-size: .72rem;
  font-weight: 800;
}

.yk-editorial-latest__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px 18px;
}

.yk-editorial-latest__grid article {
  grid-column: span 4;
  min-width: 0;
}

.yk-editorial-latest__grid article:nth-child(-n + 2) {
  grid-column: span 6;
}

.yk-editorial-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 13px;
  border-radius: 4px;
  background: #11151d;
}

.yk-editorial-card__media img,
.yk-editorial-category__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.yk-editorial-latest__grid article:hover img,
.yk-editorial-category__lead:hover img,
.yk-editorial-category__grid article:hover img,
.yk-editorial-category__list article:hover img {
  transform: scale(1.025);
}

.yk-editorial-latest__grid small,
.yk-editorial-category__lead small,
.yk-editorial-category__list small {
  display: block;
  font-size: .65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.yk-editorial-latest__grid h3,
.yk-editorial-category__lead h3 {
  margin: 6px 0 7px;
  font-size: 1.08rem;
  line-height: 1.18;
}

.yk-editorial-latest__grid article:nth-child(-n + 2) h3 {
  font-size: 1.3rem;
}

.yk-editorial-latest__grid time {
  color: var(--yk-copy-muted);
  font-size: .7rem;
}

.yk-editorial-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 34px;
  padding: 52px 0 64px;
}

.yk-editorial-category {
  min-width: 0;
  padding-top: 18px;
  border-top: 3px solid var(--hub-accent);
}

.yk-editorial-category__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 16px;
}

.yk-editorial-category__grid article {
  min-width: 0;
}

.yk-editorial-category__grid .yk-editorial-card__media {
  margin-bottom: 11px;
}

.yk-editorial-category__grid small {
  display: block;
  color: var(--hub-accent);
  font-size: .65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.yk-editorial-category__grid h3 {
  margin: 5px 0 0;
  font-size: .94rem;
  line-height: 1.2;
}

.yk-editorial-category__lead {
  min-width: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--yk-stroke);
}

.yk-editorial-category__lead .yk-editorial-card__media {
  margin-bottom: 14px;
}

.yk-editorial-category__list {
  display: grid;
}

.yk-editorial-category__list article {
  border-bottom: 1px solid var(--yk-stroke);
}

.yk-editorial-category__list article > a {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 92px;
  padding: 10px 0;
}

.yk-editorial-category__list img {
  width: 124px;
  aspect-ratio: 16 / 9;
  border-radius: 3px;
}

.yk-editorial-category__list span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.yk-editorial-category__list strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: .86rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.yk-editorial-empty {
  display: grid;
  min-height: 150px;
  place-content: center;
  gap: 6px;
  padding: 24px;
  border-block: 1px solid var(--yk-stroke);
  color: var(--yk-copy-muted);
  text-align: center;
}

.yk-editorial-empty--hero {
  min-height: 340px;
}

.yk-editorial-empty strong {
  color: var(--yk-text);
}

@media (max-width: 960px) {
  .yk-editorial-sections {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .yk-editorial-hub .yk-editoria-hero {
    padding-top: 34px;
  }

  .yk-editorial-hub .yk-editoria-title h1 {
    font-size: 4.4rem;
  }

  .yk-editorial-latest__grid {
    grid-template-columns: 1fr;
  }

  .yk-editorial-latest__grid article,
  .yk-editorial-latest__grid article:nth-child(-n + 2) {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .yk-editorial-hub .yk-editoria-title h1 {
    font-size: 3.8rem;
  }

  .yk-editorial-heading {
    align-items: flex-start;
  }

  .yk-editorial-category__list article > a {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .yk-editorial-category__list img {
    width: 108px;
  }
}

.yk-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #fff;
  transition: transform .18s ease, opacity .18s ease;
}

.yk-primary > ul > li > a[href*="/top-100/"] { --nav-color: var(--yk-top100); }
.yk-primary > ul > li > a[href*="/yokohits/"] { --nav-color: var(--yk-yokopoints); }
.yk-primary > ul > li > a[href*="/musica-nerd/"] { --nav-color: var(--yk-music); }
.yk-primary > ul > li > a[href*="/entretenimento/"] { --nav-color: var(--yk-entertainment); }
.yk-primary > ul > li > a[href*="/yokotech/"] { --nav-color: var(--yk-tech); }

.yk-menu-music .sub-menu a:hover {
  color: var(--yk-music);
  background: rgba(240, 138, 103, .1);
}

.yk-menu-entertainment .sub-menu a:hover {
  color: var(--yk-entertainment);
  background: rgba(84, 219, 160, .1);
}

.yk-menu-tech .sub-menu a:hover {
  color: var(--yk-tech);
  background: rgba(77, 210, 232, .1);
}

.yk-primary .menu-item-has-children > a::after {
  display: none;
  content: none;
}

@media (min-width: 981px) {
  .yk-primary .menu-item-has-children::after {
    content: "";
    position: absolute;
    z-index: 39;
    top: 100%;
    right: -12px;
    left: -12px;
    height: 16px;
  }

  .yk-primary .sub-menu {
    z-index: 40;
  }
}

.yk-chart-pulse {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.yk-chart-preview-releases {
  --section-color: var(--yk-events);
}

.yk-block-heading-releases {
  --section-color: var(--yk-events);
}

.yk-chart-pulse .yk-chart-preview {
  min-width: 0;
  padding-inline: 16px;
}

.yk-chart-pulse .yk-block-heading h2 {
  font-size: 1rem;
}

.yk-release-podium {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yk-release-badge {
  position: absolute;
  z-index: 2;
  right: 6px;
  bottom: 44px;
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 23px;
  padding: 0 6px;
  border-radius: 3px;
  color: var(--yk-events);
  background: rgba(5, 8, 13, .86);
  font-size: .62rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.yk-chart-preview-releases .yk-chart-compact b {
  color: var(--yk-events);
  font-size: .68rem;
}

.yk-chart-preview-releases .yk-chart-compact em {
  color: var(--yk-events);
  font-weight: 750;
  text-transform: uppercase;
}

.yk-release-empty {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 250px;
  padding: 24px;
  text-align: center;
}

.yk-release-empty strong {
  font-size: .95rem;
}

.yk-release-empty span {
  color: var(--yk-copy-muted);
  font-size: .76rem;
  line-height: 1.45;
}

.yk-editoria-hero {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: end;
  min-height: min(650px, calc(100vh - 112px));
  padding: clamp(34px, 5vw, 72px) 0 44px;
  border-bottom: 1px solid var(--yk-stroke-strong);
}

.yk-editoria-title > p {
  margin: 0 0 10px;
  color: var(--yk-lyrics);
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-editoria-title h1 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 8.5rem);
  font-weight: 800;
  line-height: .82;
  text-transform: uppercase;
}

.yk-editoria-title > span {
  display: block;
  max-width: 620px;
  margin-top: 22px;
  color: var(--yk-copy-soft);
  font-size: clamp(.95rem, 1.3vw, 1.15rem);
  line-height: 1.55;
}

.yk-editoria-title nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.yk-editoria-title nav a {
  padding: 9px 12px;
  border: 1px solid var(--yk-stroke-strong);
  border-radius: 3px;
  color: var(--yk-copy-soft);
  font-size: .72rem;
  font-weight: 750;
}

.yk-editoria-title nav a:hover {
  border-color: var(--yk-lyrics);
  color: var(--yk-lyrics);
}

.yk-editoria-lead {
  position: relative;
  min-width: 0;
}

.yk-editoria-lead > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 4px;
  background: #11151d;
}

.yk-editoria-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.yk-editoria-lead:hover img {
  transform: scale(1.025);
}

.yk-editoria-lead > div {
  width: min(90%, 620px);
  margin: -62px 0 0 auto;
  position: relative;
  padding: 21px 0 0 24px;
  border-top: 3px solid var(--yk-lyrics);
  background: rgba(7, 9, 13, .94);
}

.yk-editoria-lead small,
.yk-music-news small,
.yk-music-release-grid small {
  color: var(--yk-lyrics);
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-editoria-lead h2 {
  margin: 7px 0 0;
  font-size: clamp(1.45rem, 2.5vw, 2.7rem);
  line-height: 1.04;
}

.yk-content-hub {
  --hub-accent: var(--yk-entertainment);
  padding: clamp(30px, 4vw, 56px) 0 52px;
}

.yk-content-hub--tech {
  --hub-accent: var(--yk-tech);
}

.yk-content-hub__header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--yk-stroke-strong);
}

.yk-content-hub__header > div {
  max-width: 720px;
}

.yk-content-hub__header p {
  margin: 0 0 7px;
  color: var(--hub-accent);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-content-hub__header h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  font-weight: 850;
  line-height: .92;
  text-transform: uppercase;
}

.yk-content-hub__header span {
  display: block;
  max-width: 640px;
  margin-top: 13px;
  color: var(--yk-copy-soft);
  font-size: .96rem;
  line-height: 1.5;
}

.yk-content-hub__header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.yk-content-hub__header nav a {
  padding: 9px 11px;
  border: 1px solid var(--yk-stroke-strong);
  border-radius: 3px;
  color: var(--yk-copy-soft);
  font-size: .7rem;
  font-weight: 750;
  white-space: nowrap;
}

.yk-content-hub__header nav a:hover,
.yk-content-hub__header nav a:focus-visible {
  border-color: var(--hub-accent);
  color: var(--hub-accent);
}

.yk-content-hub__stories {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .86fr);
  gap: 12px;
  margin-top: 24px;
}

.yk-content-hub__secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.yk-content-story {
  min-width: 0;
}

.yk-content-story > a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 208px;
  border-radius: 4px;
  background: #11151d;
}

.yk-content-story--lead > a {
  min-height: clamp(430px, 48vw, 610px);
}

.yk-content-story > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(5, 7, 10, .92) 100%);
}

.yk-content-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.yk-content-story:hover img {
  transform: scale(1.025);
}

.yk-content-story > a > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
  border-bottom: 3px solid var(--hub-accent);
}

.yk-content-story--lead > a > div {
  padding: clamp(22px, 3vw, 38px);
}

.yk-content-story small {
  color: var(--hub-accent);
  font-size: .64rem;
  font-weight: 850;
  text-transform: uppercase;
}

.yk-content-story h2 {
  margin: 7px 0 0;
  font-size: clamp(.95rem, 1.3vw, 1.22rem);
  line-height: 1.16;
}

.yk-content-story--lead h2 {
  max-width: 780px;
  font-size: clamp(1.75rem, 3vw, 3.35rem);
  line-height: 1.02;
}

.yk-content-hub__empty {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  min-height: 300px;
  place-content: center;
  border-block: 1px solid var(--yk-stroke-strong);
  color: var(--yk-copy-soft);
  text-align: center;
}

.yk-content-hub__empty strong {
  color: var(--yk-text);
  font-size: 1.2rem;
}

.yk-music-rankings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 44px 0;
  border-bottom: 1px solid var(--yk-stroke-strong);
}

.yk-music-ranking {
  padding: 0 20px 8px;
  border-top: 3px solid var(--ranking-color);
  background: var(--yk-surface);
  backdrop-filter: blur(16px);
}

.yk-music-ranking-top100 { --ranking-color: var(--yk-top100); }
.yk-music-ranking-hits { --ranking-color: var(--yk-yokopoints); }

.yk-music-ranking > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  min-height: 76px;
}

.yk-music-ranking header p {
  margin: 0;
  color: var(--ranking-color);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.yk-music-ranking h2 {
  margin: 3px 0 0;
  font-size: 1.35rem;
}

.yk-music-ranking header > a {
  color: var(--ranking-color);
  font-size: .7rem;
  font-weight: 750;
}

.yk-music-ranking ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yk-music-ranking li {
  border-top: 1px solid var(--yk-stroke);
}

.yk-music-ranking li a {
  display: grid;
  grid-template-columns: 32px 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
}

.yk-music-ranking li b {
  color: var(--ranking-color);
  font-size: .8rem;
}

.yk-music-ranking li img {
  width: 58px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
}

.yk-music-ranking li span {
  display: grid;
  min-width: 0;
}

.yk-music-ranking li strong,
.yk-music-ranking li small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yk-music-ranking li strong {
  font-size: .8rem;
}

.yk-music-ranking li small,
.yk-music-ranking li em {
  color: var(--yk-copy-muted);
  font-size: .67rem;
  font-style: normal;
}

.yk-music-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--yk-stroke-strong);
}

.yk-music-section > .yk-section-heading {
  margin-bottom: 22px;
}

.yk-music-release-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 16px;
}

.yk-music-release-grid article {
  min-width: 0;
}

.yk-music-release-grid article > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 11px;
  border-radius: 3px;
  background: #11151d;
}

.yk-music-release-grid img,
.yk-music-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.yk-music-release-grid article:hover img,
.yk-music-news article:hover img {
  transform: scale(1.025);
}

.yk-music-release-grid h3 {
  overflow: hidden;
  margin: 4px 0 0;
  font-size: .94rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yk-music-artist-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 22px 16px;
}

.yk-music-artist-grid a {
  display: grid;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.yk-music-artist-grid img {
  width: 100%;
  aspect-ratio: 1;
  border: 2px solid rgba(241, 117, 183, .32);
  border-radius: 50%;
  object-fit: cover;
}

.yk-music-artist-grid strong {
  overflow: hidden;
  font-size: .78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yk-music-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
}

.yk-music-news-grid article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
}

.yk-music-news-grid article > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 3px;
  background: #11151d;
}

.yk-music-news-grid h3 {
  margin: 6px 0 0;
  font-size: .95rem;
  line-height: 1.2;
}

@media (max-width: 1180px) {
  .yk-topbar {
    grid-template-columns: 145px minmax(0, 1fr) 220px;
    gap: 12px;
  }

  .yk-primary > ul > li > a {
    padding-inline: 7px;
    font-size: .73rem;
  }

  .yk-music-news-grid article {
    grid-template-columns: 118px minmax(0, 1fr);
  }
}

@media (max-width: 1120px) {
  .yk-chart-pulse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .yk-topbar {
    grid-template-columns: minmax(0, 1fr) 40px;
    min-height: 68px;
  }

  .yk-menu-toggle {
    display: block;
  }

  .yk-menu-toggle.is-open > span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .yk-menu-toggle.is-open > span:nth-of-type(3) {
    opacity: 0;
  }

  .yk-menu-toggle.is-open > span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .yk-primary {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    padding: 12px 24px 24px;
    border-bottom: 1px solid var(--yk-stroke-strong);
    background: rgba(7, 9, 13, .98);
  }

  .yk-primary.is-open {
    display: block;
  }

  .yk-primary > ul {
    display: grid;
    justify-content: stretch;
    width: 100%;
  }

  .yk-primary > ul > li > a {
    width: 100%;
    min-height: 46px;
    padding: 13px 4px;
    font-size: .9rem;
  }

  .yk-primary .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    padding: 4px 0 12px 16px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .yk-primary .menu-item-has-children.is-submenu-open > .sub-menu {
    display: grid;
  }

  .yk-primary .sub-menu a {
    min-height: 40px;
  }

  .yk-search {
    display: none;
  }

  .yk-editoria-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .yk-content-hub__header {
    display: grid;
    align-items: start;
  }

  .yk-content-hub__header nav {
    justify-content: flex-start;
  }

  .yk-content-hub__stories {
    grid-template-columns: 1fr;
  }

  .yk-content-story--lead > a {
    min-height: clamp(380px, 66vw, 560px);
  }

  .yk-content-hub__secondary {
    grid-template-rows: none;
  }

  .yk-content-hub__secondary .yk-content-story > a {
    aspect-ratio: 16 / 10;
  }

  .yk-music-release-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yk-music-artist-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .yk-music-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .yk-content-hub__header h1 {
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }

  .yk-content-hub--entertainment .yk-content-hub__header h1 {
    font-size: clamp(2rem, 9.4vw, 3.9rem);
  }

  .yk-content-hub__secondary {
    grid-template-columns: 1fr;
  }

  .yk-content-story--lead > a {
    min-height: 360px;
  }

  .yk-content-hub__secondary .yk-content-story > a {
    min-height: 250px;
  }

  .yk-music-rankings {
    grid-template-columns: 1fr;
  }

  .yk-music-release-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yk-music-artist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .yk-music-news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .yk-primary {
    padding-inline: 16px;
  }

  .yk-editoria-title h1 {
    font-size: clamp(3.15rem, 18vw, 5rem);
  }

  .yk-editoria-lead > div {
    width: 94%;
    margin-top: -34px;
    padding: 16px 0 0 16px;
  }

  .yk-music-ranking {
    padding-inline: 14px;
  }

  .yk-music-ranking > header {
    align-items: flex-start;
    padding: 14px 0;
  }

  .yk-music-ranking li a {
    grid-template-columns: 28px 66px minmax(0, 1fr);
  }

  .yk-music-ranking li img {
    width: 66px;
  }

  .yk-music-ranking li em {
    display: none;
  }

  .yk-music-artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yk-music-news-grid article {
    grid-template-columns: 112px minmax(0, 1fr);
  }
}
