/* Purp Kulture homepage component stylesheet — isolated from global Header/Footer and future page templates. */
.pk-home-component{display:contents;--radius:0px;--radius-sm:0px}
.pk-home-component *, .pk-home-component *::before, .pk-home-component *::after{box-sizing:border-box}
.pk-home-component *{margin:0;padding:0;box-sizing:border-box}
.pk-home-component img{display:block;max-width:100%;height:auto}
.pk-home-component a{color:inherit;text-decoration:none}
.pk-home-component button{font:inherit;cursor:pointer;background:none;border:none;color:inherit}
.pk-home-component .shell{max-width:var(--max);margin:0 auto;padding:0 var(--gut)}
.pk-home-component .skip{position:absolute;left:-999px;top:auto}
.pk-home-component .skip:focus{left:12px;top:12px;z-index:999;background:var(--ink);color:#fff;padding:10px 16px;border-radius:var(--radius-sm)}
.pk-home-component .eyebrow{font-family:var(--sans);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--magenta)}
.pk-home-component .meta{font-family:var(--sans);font-size:12.5px;font-weight:500;color:var(--muted)}
.pk-home-component .meta b{font-weight:700;color:var(--ink-2)}
.pk-home-component .divider{width:100%;height:1px;background:var(--line);border:0}
.pk-home-component .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:12px 24px;border:1.5px solid var(--border);color:var(--ink);background:var(--paper);border-radius:var(--radius-sm);transition:background .16s,color .16s,border-color .16s,transform .12s}
.pk-home-component .btn:hover{background:var(--ink);color:#fff}
.pk-home-component .btn:active{transform:scale(.97)}
.pk-home-component .btn:focus-visible{outline:2px solid var(--magenta);outline-offset:2px}
.pk-home-component .btn:disabled{opacity:.45;cursor:not-allowed}
.pk-home-component .btn--accent{border-color:var(--magenta);color:var(--magenta)}
.pk-home-component .btn--accent:hover{background:var(--magenta);color:#fff;border-color:var(--magenta)}
.pk-home-component .btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pk-home-component .center-btn{display:flex;justify-content:center;margin-top:var(--space-lg)}
.pk-home-component .sec-head{margin-bottom:var(--space-md)}
.pk-home-component .sec-title{font-family:var(--serif);font-optical-sizing:auto;font-weight:700;font-size:clamp(28px,3.4vw,42px);line-height:1.05;letter-spacing:-.02em}
.pk-home-component .featured{padding:var(--space-lg) 0 var(--space-section)}
.pk-home-component .feat-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:start}
.pk-home-component .feat-media{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius);border:1.5px solid var(--line);background:var(--paper-2)}
.pk-home-component .feat-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.pk-home-component .feat-media:hover img{transform:scale(1.03)}
.pk-home-component .feat-copy{padding-top:8px}
.pk-home-component .feat-copy .eyebrow{display:inline-block;background:var(--teal);color:var(--ink);padding:5px 10px;border-radius:4px;margin-bottom:var(--space-sm);font-size:10.5px}
.pk-home-component .feat-copy h1{font-family:var(--serif);font-optical-sizing:auto;font-weight:700;font-size:clamp(28px,3.2vw,44px);line-height:1.05;letter-spacing:-.02em;margin-bottom:var(--space-sm)}
.pk-home-component .feat-copy h1 a:hover{color:var(--magenta)}
.pk-home-component .feat-copy .feat-desc{font-size:15px;line-height:1.6;color:var(--ink-2);max-width:50ch;margin-bottom:var(--space-md)}
.pk-home-component .feat-copy .meta{font-size:13px}
.pk-home-component .trending{padding:0 0 var(--space-section)}
.pk-home-component .trend-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:var(--space-md)}
.pk-home-component .tabs{display:flex;gap:6px}
.pk-home-component .tab{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:8px 16px;border:1.5px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);background:var(--paper);cursor:pointer;transition:background .14s,color .14s,border-color .14s}
.pk-home-component .tab:hover{border-color:var(--ink);color:var(--ink)}
.pk-home-component .tab:focus-visible{outline:2px solid var(--magenta);outline-offset:2px}
.pk-home-component .tab.active{background:var(--ink);border-color:var(--ink);color:#fff}
.pk-home-component .chart{border-top:1.5px solid var(--border)}
.pk-home-component .chart-row{display:grid;grid-template-columns:58px minmax(0,1fr) minmax(0,.6fr) auto;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);transition:background .12s}
.pk-home-component .chart-row:hover{background:var(--paper-2)}
.pk-home-component .chart-thumb{display:block;width:58px;height:58px;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--paper-2);flex:none}
.pk-home-component .chart-thumb img{width:100%;height:100%;object-fit:cover}
.pk-home-component .chart-info{min-width:0}
.pk-home-component .chart-title{font-family:var(--sans);font-weight:700;font-size:15px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pk-home-component .chart-row:hover .chart-title{color:var(--magenta)}
.pk-home-component .chart-artist{font-size:13px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pk-home-component .chart-artist-m{display:none;font-size:12px;color:var(--muted);margin-top:2px}
.pk-home-component .chart-cta{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border:1.5px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);transition:background .14s,color .14s,border-color .14s;white-space:nowrap}
.pk-home-component .chart-cta:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.pk-home-component .chart-cta:focus-visible{outline:2px solid var(--magenta);outline-offset:2px}
.pk-home-component .originals{padding:var(--space-section) 0;background:var(--paper-2);border-top:1.5px solid var(--line);border-bottom:1.5px solid var(--line)}
.pk-home-component .orig-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:var(--space-lg)}
.pk-home-component .orig-nav{display:flex;gap:8px}
.pk-home-component .orig-arrow{width:38px;height:38px;display:grid;place-items:center;border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--ink);transition:background .14s,color .14s}
.pk-home-component .orig-arrow:hover{background:var(--ink);color:#fff}
.pk-home-component .orig-arrow:focus-visible{outline:2px solid var(--magenta);outline-offset:2px}
.pk-home-component .orig-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.pk-home-component .orig-slide{display:none}
.pk-home-component .orig-slide.active{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:clamp(28px,4vw,52px);align-items:start}
.pk-home-component .orig-media{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius);border:1.5px solid var(--line);background:var(--paper)}
.pk-home-component .orig-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.pk-home-component .orig-media:hover img{transform:scale(1.03)}
.pk-home-component .orig-copy{padding-top:4px}
.pk-home-component .orig-copy .eyebrow{margin-bottom:var(--space-sm)}
.pk-home-component .orig-copy h2{font-family:var(--serif);font-optical-sizing:auto;font-weight:700;font-size:clamp(24px,2.6vw,34px);line-height:1.08;letter-spacing:-.015em;margin-bottom:var(--space-sm)}
.pk-home-component .orig-copy h2 a:hover{color:var(--magenta)}
.pk-home-component .orig-copy .orig-desc{font-size:14.5px;line-height:1.6;color:var(--ink-2);max-width:48ch;margin-bottom:var(--space-md)}
.pk-home-component .orig-dots{display:flex;gap:6px;margin-top:var(--space-md)}
.pk-home-component .orig-dot{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--muted);background:transparent;transition:background .2s,border-color .2s}
.pk-home-component .orig-dot.active{background:var(--magenta);border-color:var(--magenta)}
.pk-home-component .latest{padding:var(--space-section) 0}
.pk-home-component .latest-list{border-top:1.5px solid var(--border)}
.pk-home-component .lat-row{display:grid;grid-template-columns:180px minmax(0,1fr);gap:clamp(18px,2.4vw,32px);align-items:start;padding:var(--space-md) 0;border-bottom:1px solid var(--line);transition:background .12s}
.pk-home-component .lat-row:hover{background:var(--paper-2)}
.pk-home-component .lat-media{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--paper-2)}
.pk-home-component .lat-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.pk-home-component .lat-row:hover .lat-media img{transform:scale(1.04)}
.pk-home-component .lat-body{min-width:0}
.pk-home-component .lat-body .eyebrow{margin-bottom:6px}
.pk-home-component .lat-body h3{font-family:var(--serif);font-optical-sizing:auto;font-weight:600;font-size:clamp(18px,1.7vw,22px);line-height:1.14;letter-spacing:-.01em;margin-bottom:8px}
.pk-home-component .lat-row:hover h3{color:var(--magenta)}
.pk-home-component .lat-body .lat-excerpt{font-size:13.5px;color:var(--ink-2);line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:10px;max-width:60ch}
.pk-home-component .lat-body .meta{font-size:12px}
@media (max-width:960px){.pk-home-component .feat-grid,.pk-home-component .orig-slide.active{grid-template-columns:1fr}.pk-home-component .feat-media{order:-1}.pk-home-component .orig-media{order:-1}.pk-home-component .tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap}.pk-home-component .tabs::-webkit-scrollbar{display:none}}
@media (max-width:768px){.pk-home-component .chart-row{grid-template-columns:50px minmax(0,1fr) auto;gap:14px}.pk-home-component .chart-artist{display:none}.pk-home-component .chart-artist-m{display:block}.pk-home-component .lat-row{grid-template-columns:120px minmax(0,1fr);gap:14px}.pk-home-component .lat-body .lat-excerpt{display:none}}
@media (max-width:480px){.pk-home-component .lat-row{grid-template-columns:100px minmax(0,1fr)}.pk-home-component .chart-row{grid-template-columns:44px minmax(0,1fr) auto}.pk-home-component .chart-thumb{width:44px;height:44px}.pk-home-component .orig-nav{gap:6px}.pk-home-component .orig-arrow{width:34px;height:34px}}
@media (prefers-reduced-motion:reduce){.pk-home-component *{transition:none!important;animation:none!important}}
.pk-home-component *,.pk-home-component *::before,.pk-home-component *::after{border-radius:0!important}
.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title{text-transform:uppercase!important;letter-spacing:.02em!important}
.pk-home-component .feat-copy h1,.pk-home-component .chart-title,.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3{text-transform:none!important}
.pk-home-component .feat-media img,.pk-home-component .orig-media img,.pk-home-component .lat-media img{transition:none!important;transform:none!important}
.pk-home-component .feat-media:hover img,.pk-home-component .orig-media:hover img,.pk-home-component .lat-row:hover .lat-media img{transform:none!important}
.pk-home-component .featured{padding-top:clamp(34px,5vw,56px)!important}
.pk-home-component .feat-copy .eyebrow{border:1px solid var(--ink)!important;background:var(--teal)!important;color:var(--ink)!important}
.pk-home-component .feat-copy h1 a:hover,.pk-home-component .feat-copy h1 a:focus-visible{color:inherit!important;text-decoration:underline!important;text-decoration-thickness:1.5px!important;text-underline-offset:4px!important}
.pk-home-component .trending{padding-top:4px!important}
.pk-home-component .trend-head{align-items:stretch!important;border-top:2px solid var(--ink);border-bottom:1px solid var(--ink);padding:14px 0 0!important;margin-bottom:0!important}
.pk-home-component .trend-head .sec-title{padding-bottom:14px}
.pk-home-component .tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;min-width:min(100%,470px);align-self:end}
.pk-home-component .tab{min-height:46px;padding:10px 16px!important;border:1px solid var(--ink)!important;border-bottom:0!important;margin-left:-1px;background:#fff!important;color:var(--ink)!important;font-size:11px!important;letter-spacing:.08em!important}
.pk-home-component .tab:first-child{margin-left:0}
.pk-home-component .tab:hover,.pk-home-component .tab:focus-visible{background:var(--paper-2)!important;color:var(--ink)!important}
.pk-home-component .tab.active{background:var(--purple)!important;border-color:var(--purple)!important;color:#fff!important;position:relative;z-index:2}
.pk-home-component .chart{border-top:0!important}
.pk-home-component .chart-row{grid-template-columns:42px 62px minmax(0,1fr) auto 34px!important;gap:16px!important;min-height:84px;padding:11px 12px!important;border-bottom:1px solid var(--line)!important;background:#fff}
.pk-home-component .chart-row:hover,.pk-home-component .chart-row:focus-visible{background:#f8f7f9!important;color:inherit!important;text-decoration:none!important}
.pk-home-component .chart-rank{font-family:var(--serif);font-size:18px;font-weight:700;color:#aaa6b0;text-align:center}
.pk-home-component .chart-thumb{width:62px!important;height:62px!important;border:0!important}
.pk-home-component .chart-title{display:block!important;font-family:var(--sans);font-size:15px!important;font-weight:800!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
.pk-home-component .chart-artist-inline{display:block;margin-top:5px;color:var(--muted);font-size:12.5px;line-height:1.2}
.pk-home-component .chart-kind{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--purple);white-space:nowrap;padding:6px 8px;border:1px solid var(--line)}
.pk-home-component .chart-arrow{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line)}
.pk-home-component .chart-arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
.pk-home-component .chart-row:hover .chart-title,.pk-home-component .chart-row:focus-visible .chart-title{color:inherit!important;text-decoration:underline!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important}
.pk-home-component .originals{background:var(--indigo)!important;color:#fff!important}
.pk-home-component .originals{border-top:0!important;border-bottom:0!important}
.pk-home-component .originals .sec-title,.pk-home-component .originals .orig-copy h2,.pk-home-component .originals .meta b,.pk-home-component .originals .orig-arrow{color:#fff!important}
.pk-home-component .originals .orig-desc,.pk-home-component .originals .meta{color:rgba(255,255,255,.68)!important}
.pk-home-component .originals .eyebrow{color:var(--teal)!important}
.pk-home-component .orig-arrow{border-color:rgba(255,255,255,.55)!important;background:transparent!important}
.pk-home-component .orig-arrow:hover,.pk-home-component .orig-arrow:focus-visible{background:#fff!important;color:var(--indigo)!important}
.pk-home-component .orig-media{border-color:rgba(255,255,255,.25)!important}
.pk-home-component .orig-copy h2 a:hover,.pk-home-component .orig-copy h2 a:focus-visible{color:inherit!important;text-decoration:underline!important;text-decoration-thickness:1.5px!important;text-underline-offset:4px!important}
.pk-home-component .originals .btn--accent{color:#fff!important;border-color:var(--teal)!important;background:transparent!important}
.pk-home-component .originals .btn--accent:hover,.pk-home-component .originals .btn--accent:focus-visible{background:var(--teal)!important;color:var(--indigo)!important}
.pk-home-component .orig-dot{width:18px!important;height:4px!important;border:0!important;background:rgba(255,255,255,.28)!important}
.pk-home-component .orig-dot.active{background:var(--teal)!important}
.pk-home-component .latest-list{border-top:2px solid var(--ink)!important}
.pk-home-component .lat-row{padding:20px 10px!important}
.pk-home-component .lat-row:hover,.pk-home-component .lat-row:focus-visible{background:var(--paper-2)!important;color:inherit!important;text-decoration:none!important}
.pk-home-component .lat-row:hover h3,.pk-home-component .lat-row:focus-visible h3{color:inherit!important;text-decoration:underline!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important}
.pk-home-component a:focus-visible,.pk-home-component button:focus-visible{outline:2px solid var(--teal)!important;outline-offset:2px!important}
@media (max-width:768px){.pk-home-component .trend-head{display:block!important;padding-top:12px!important}.pk-home-component .trend-head .sec-title{padding-bottom:12px!important}.pk-home-component .tabs{width:100%;min-width:0;grid-template-columns:repeat(3,1fr)!important}.pk-home-component .tab{padding:10px 8px!important;font-size:10px!important}.pk-home-component .chart-row{grid-template-columns:34px 52px minmax(0,1fr) 28px!important;gap:11px!important;padding:10px 6px!important}.pk-home-component .chart-thumb{width:52px!important;height:52px!important}.pk-home-component .chart-kind{display:none!important}.pk-home-component .chart-title{font-size:14px!important}.pk-home-component .chart-artist-inline{font-size:11.5px!important}.pk-home-component .chart-arrow{width:28px;height:28px}}
@media (max-width:480px){.pk-home-component .chart-row{grid-template-columns:28px 46px minmax(0,1fr) 26px!important;gap:9px!important}.pk-home-component .chart-thumb{width:46px!important;height:46px!important}.pk-home-component .chart-rank{font-size:16px}}
.pk-home-component *,.pk-home-component *::before,.pk-home-component *::after{border-radius:0!important}
.pk-home-component button,.pk-home-component input,.pk-home-component select,.pk-home-component textarea{
  font-family:var(--font-display,"DM Sans",Arial,sans-serif)!important;
}
.pk-home-component .sec-title,.pk-home-component .feat-copy h1,.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3{
  font-family:var(--font-display,"DM Sans",Arial,sans-serif)!important;
}
.pk-home-component .btn--accent{
  border-color:var(--brand)!important;
  color:var(--brand)!important;
}
.pk-home-component .btn--accent:hover,.pk-home-component .btn--accent:focus-visible{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
}
.pk-home-component a:focus-visible,.pk-home-component button:focus-visible{
  outline-color:var(--teal)!important;
}
.pk-home-component .feature-label{
  display:block!important;
  width:max-content!important;
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--brand)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.pk-home-component .feature-label::before,.pk-home-component .feature-label::after{
  display:none!important;
  content:none!important;
}
.pk-home-component .feat-copy h1{
  margin-top:0!important;
}
.pk-home-component .feat-copy h1 a:hover,.pk-home-component .feat-copy h1 a:focus-visible{
  color:inherit!important;
  text-decoration:underline!important;
  text-decoration-thickness:1.5px!important;
  text-underline-offset:4px!important;
}
.pk-home-component .trending{
  padding-top:0!important;
}
.pk-home-component .trend-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:0!important;
  margin:0 0 24px!important;
  border:0!important;
}
.pk-home-component .trend-head .sec-title{
  margin:0!important;
  padding:0!important;
  border:0!important;
  text-transform:uppercase!important;
}
.pk-home-component .trend-filter{
  position:relative;
  width:min(100%,260px);
  flex:0 0 auto;
}
.pk-home-component .trend-filter-btn{
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:10px 14px;
  border:1px solid var(--ink);
  background:#fff;
  color:var(--ink);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.pk-home-component .trend-filter-btn:hover,.pk-home-component .trend-filter-btn:focus-visible{
  background:#f8f7f9;
  color:var(--ink)!important;
}
.pk-home-component .trend-filter-btn svg{
  width:16px;height:16px;
  fill:none;stroke:currentColor;stroke-width:2;
  transition:transform .18s ease;
}
.pk-home-component .trend-filter-btn[aria-expanded="true"] svg{
  transform:rotate(180deg);
}
.pk-home-component .trend-filter-menu{
  position:absolute;
  top:calc(100% + 6px);
  right:0;
  z-index:40;
  width:100%;
  display:none;
  border:1px solid var(--ink);
  background:#fff;
  box-shadow:8px 8px 0 rgba(172,60,203,.14);
}
.pk-home-component .trend-filter.open .trend-filter-menu{
  display:block;
}
.pk-home-component .trend-filter-option{
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  padding:10px 14px;
  border-bottom:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  text-align:left;
  font-size:12px;
  font-weight:700;
}
.pk-home-component .trend-filter-option:last-child{border-bottom:0}
.pk-home-component .trend-filter-option:hover,.pk-home-component .trend-filter-option:focus-visible{
  background:#f7f4f8;
  color:var(--ink)!important;
}
.pk-home-component .trend-filter-option.active{
  background:var(--brand)!important;
  color:#fff!important;
}
.pk-home-component .chart{
  border:0!important;
}
.pk-home-component .chart-headrow{
  display:grid;
  grid-template-columns:68px minmax(0,1.6fr) minmax(170px,.8fr) 54px;
  gap:20px;
  align-items:center;
  padding:0 14px 10px;
  color:#8a8790;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.pk-home-component .chart-head-cta{text-align:center}
.pk-home-component .chart-row{
  display:grid!important;
  grid-template-columns:68px minmax(0,1.6fr) minmax(170px,.8fr) 54px!important;
  gap:20px!important;
  align-items:center!important;
  min-height:78px!important;
  padding:15px 14px!important;
  border-top:0!important;
  border-right:0!important;
  border-left:0!important;
  border-bottom:1px solid var(--line)!important;
  background:#fff!important;
  color:var(--ink)!important;
}
.pk-home-component .chart-row:hover,.pk-home-component .chart-row:focus-within{
  background:#faf9fb!important;
  color:var(--ink)!important;
}
.pk-home-component .chart-no{
  font-size:19px;
  font-weight:500;
  color:var(--ink);
}
.pk-home-component .chart-title-link{
  min-width:0;
  width:max-content;
  max-width:100%;
  color:inherit!important;
  font-size:18px;
  font-weight:800;
  line-height:1.18;
  text-transform:none!important;
}
.pk-home-component .chart-title-link:hover,.pk-home-component .chart-title-link:focus-visible{
  color:inherit!important;
  text-decoration:underline!important;
  text-decoration-thickness:1.5px!important;
  text-underline-offset:3px!important;
}
.pk-home-component .chart-artist{
  min-width:0;
  color:var(--ink-2)!important;
  font-size:16px!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.pk-home-component .chart-cta-arrow{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  justify-self:center;
  border:1px solid var(--line);
  color:var(--ink)!important;
  text-decoration:none!important;
}
.pk-home-component .chart-cta-arrow svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform:rotate(0deg);
  transition:transform .22s cubic-bezier(.2,.8,.2,1);
}
.pk-home-component .chart-row:hover .chart-cta-arrow svg,.pk-home-component .chart-row:focus-within .chart-cta-arrow svg,.pk-home-component .chart-cta-arrow:active svg{
  transform:rotate(-45deg);
}
.pk-home-component .chart-cta-arrow:hover,.pk-home-component .chart-cta-arrow:focus-visible{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .trend-load-wrap{
  display:flex;
  justify-content:center;
  margin-top:32px;
}
.pk-home-component .eyebrow{
  color:var(--brand)!important;
}
.pk-home-component .orig-dot.active{
  background:var(--brand)!important;
}
.pk-home-component .originals{
  background:var(--indigo)!important;
}
.pk-home-component .originals .eyebrow{
  color:var(--teal)!important;
}
.pk-home-component .orig-copy h2 a:hover,.pk-home-component .orig-copy h2 a:focus-visible,.pk-home-component .lat-row:hover h3,.pk-home-component .lat-row:focus-visible h3{
  color:inherit!important;
  text-decoration:underline!important;
  text-decoration-thickness:1.5px!important;
  text-underline-offset:3px!important;
}
.pk-home-component img,.pk-home-component .feat-media img,.pk-home-component .orig-media img,.pk-home-component .lat-media img{
  transform:none!important;
  transition:none!important;
}
.pk-home-component .feat-media:hover img,.pk-home-component .orig-media:hover img,.pk-home-component .lat-row:hover .lat-media img{
  transform:none!important;
}
@media (max-width:760px){.pk-home-component .trend-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }.pk-home-component .trend-filter{
    width:100%;
  }.pk-home-component .trend-filter-menu{
    left:0;right:auto;
  }.pk-home-component .chart-headrow{
    grid-template-columns:42px minmax(0,1fr) 40px;
    gap:12px;
    padding-inline:6px;
  }.pk-home-component .chart-headrow span:nth-child(3){
    display:none;
  }.pk-home-component .chart-headrow .chart-head-cta{
    grid-column:3;
  }.pk-home-component .chart-row{
    grid-template-columns:42px minmax(0,1fr) 40px!important;
    gap:12px!important;
    min-height:72px!important;
    padding:13px 6px!important;
  }.pk-home-component .chart-artist{
    grid-column:2;
    grid-row:2;
    margin-top:-8px;
    font-size:12px!important;
  }.pk-home-component .chart-title-link{
    font-size:15px!important;
  }.pk-home-component .chart-no{
    align-self:start;
    padding-top:2px;
    font-size:17px;
  }.pk-home-component .chart-cta-arrow{
    grid-column:3;
    grid-row:1 / span 2;
    width:36px;
    height:36px;
  }}
@media (max-width:460px){.pk-home-component .chart-headrow{
    grid-template-columns:34px minmax(0,1fr) 36px;
    gap:9px;
  }.pk-home-component .chart-row{
    grid-template-columns:34px minmax(0,1fr) 36px!important;
    gap:9px!important;
  }.pk-home-component .chart-cta-arrow{
    width:34px;height:34px;
  }}
.pk-home-component .feat-grid{
  align-items:stretch!important;
}
.pk-home-component .feat-copy{
  min-height:100%!important;
  padding-top:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
}
.pk-home-component .feature-label{
  margin-bottom:18px!important;
}
.pk-home-component .feat-copy h1{
  margin:0 0 16px!important;
}
.pk-home-component .feat-copy .feat-desc{
  margin-bottom:22px!important;
}
.pk-home-component .feat-copy .meta{
  margin-top:0!important;
}
.pk-home-component .trend-head{
  border:0!important;
  padding:0!important;
  margin-bottom:26px!important;
}
.pk-home-component .trend-head .sec-title{
  border:0!important;
  padding:0!important;
  font-size:clamp(34px,4.4vw,58px)!important;
  font-weight:900!important;
  line-height:.95!important;
  letter-spacing:-.035em!important;
}
.pk-home-component .chart-headrow{
  display:none!important;
}
.pk-home-component .chart-row{
  display:grid!important;
  grid-template-columns:42px 68px minmax(0,1.45fr) minmax(150px,.75fr) 46px!important;
  gap:16px!important;
  align-items:center!important;
  min-height:92px!important;
  padding:12px 10px!important;
  border-bottom:1px solid var(--line)!important;
  background:#fff!important;
  color:var(--ink)!important;
}
.pk-home-component .chart-row:hover,.pk-home-component .chart-row:focus-within{
  background:#faf9fb!important;
  color:var(--ink)!important;
}
.pk-home-component .chart-no{
  font-size:20px!important;
  font-weight:500!important;
  color:var(--ink)!important;
  text-align:center!important;
}
.pk-home-component .chart-thumb-link{
  display:block!important;
  width:68px!important;
  height:68px!important;
  overflow:hidden!important;
  text-decoration:none!important;
  background:#eee!important;
}
.pk-home-component .chart-thumb-link img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:none!important;
  transition:none!important;
}
.pk-home-component .chart-thumb-link:hover,.pk-home-component .chart-thumb-link:focus-visible{
  text-decoration:none!important;
}
.pk-home-component .chart-title-link{
  min-width:0!important;
  color:inherit!important;
  font-size:17px!important;
  font-weight:800!important;
  line-height:1.18!important;
  text-transform:none!important;
}
.pk-home-component .chart-title-link:hover,.pk-home-component .chart-title-link:focus-visible{
  color:inherit!important;
  text-decoration:underline!important;
  text-decoration-thickness:1.5px!important;
  text-underline-offset:3px!important;
}
.pk-home-component .chart-artist{
  min-width:0!important;
  color:var(--ink-2)!important;
  font-size:15px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.pk-home-component .chart-cta-arrow{
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  justify-self:end!important;
  border:1px solid var(--line)!important;
  color:var(--ink)!important;
  text-decoration:none!important;
  background:#fff!important;
}
.pk-home-component .chart-cta-arrow svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  transform:rotate(0deg)!important;
  transition:transform .2s ease!important;
}
.pk-home-component .chart-row:hover .chart-cta-arrow svg,.pk-home-component .chart-row:focus-within .chart-cta-arrow svg,.pk-home-component .chart-cta-arrow:active svg{
  transform:rotate(-45deg)!important;
}
.pk-home-component .chart-cta-arrow:hover,.pk-home-component .chart-cta-arrow:focus-visible{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .chart-kind{
  display:none!important;
}
@media (max-width:760px){.pk-home-component .feat-copy{
    min-height:0!important;
    padding-top:24px!important;
  }.pk-home-component .trend-head .sec-title{
    font-size:clamp(32px,10vw,44px)!important;
  }.pk-home-component .chart-row{
    grid-template-columns:32px 54px minmax(0,1fr) 36px!important;
    gap:10px!important;
    min-height:78px!important;
    padding:10px 4px!important;
  }.pk-home-component .chart-thumb-link{
    width:54px!important;
    height:54px!important;
  }.pk-home-component .chart-title-link{
    font-size:14px!important;
  }.pk-home-component .chart-artist{
    grid-column:3!important;
    grid-row:2!important;
    margin-top:-8px!important;
    font-size:11.5px!important;
  }.pk-home-component .chart-no{
    grid-row:1 / span 2!important;
    align-self:center!important;
    font-size:17px!important;
  }.pk-home-component .chart-cta-arrow{
    grid-column:4!important;
    grid-row:1 / span 2!important;
    width:34px!important;
    height:34px!important;
  }}
.pk-home-component .feat-copy .feature-label,.pk-home-component .feature-label{
  display:block!important;
  width:max-content!important;
  margin:0 0 18px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:var(--brand)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
.pk-home-component .feat-copy .feature-label::before,.pk-home-component .feat-copy .feature-label::after,.pk-home-component .feature-label::before,.pk-home-component .feature-label::after{
  display:none!important;
  content:none!important;
}
.pk-home-component .trend-filter{
  position:relative!important;
  width:max-content!important;
  max-width:100%!important;
  flex:0 0 auto!important;
}
.pk-home-component .trend-filter-btn{
  width:auto!important;
  min-width:0!important;
  min-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  padding:11px 16px!important;
  white-space:nowrap!important;
}
.pk-home-component .trend-filter-menu{
  width:max-content!important;
  min-width:100%!important;
  max-width:min(88vw,280px)!important;
  right:0!important;
  left:auto!important;
}
.pk-home-component .trend-filter-option{
  width:100%!important;
  padding:11px 16px!important;
  white-space:nowrap!important;
}
.pk-home-component .chart-artist{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  align-self:stretch!important;
  min-width:0!important;
  text-align:left!important;
  margin:0!important;
  padding:0!important;
  line-height:1.25!important;
}
.pk-home-component .chart-row{
  align-items:center!important;
}
.pk-home-component .chart-title-link{
  align-self:center!important;
}
@media (max-width:760px){.pk-home-component .trend-filter{
    width:max-content!important;
    max-width:100%!important;
  }.pk-home-component .trend-filter-btn{
    width:auto!important;
    max-width:100%!important;
  }.pk-home-component .trend-filter-menu{
    left:0!important;
    right:auto!important;
  }.pk-home-component .chart-artist{
    display:block!important;
    align-self:auto!important;
    text-align:left!important;
  }}
.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title{
  margin:0!important;
  padding:0!important;
  border:0!important;
  font-family:var(--font-display,"DM Sans",Arial,sans-serif)!important;
  font-size:clamp(34px,4.4vw,58px)!important;
  font-weight:900!important;
  line-height:.95!important;
  letter-spacing:-.035em!important;
  text-transform:uppercase!important;
}
.pk-home-component .originals .sec-title{
  color:#fff!important;
}
.pk-home-component .sec-head,.pk-home-component .orig-head,.pk-home-component .trend-head{
  margin-bottom:30px!important;
}
.pk-home-component .chart{
  width:100%!important;
  border:0!important;
}
.pk-home-component .chart-row{
  width:100%!important;
  display:grid!important;
  grid-template-columns:
    44px
    68px
    minmax(0,1fr)
    minmax(0,1fr)
    44px!important;
  column-gap:24px!important;
  row-gap:0!important;
  align-items:center!important;
  min-height:96px!important;
  margin:0!important;
  padding:14px 8px!important;
  border:0!important;
  border-bottom:1px solid var(--line)!important;
  background:#fff!important;
}
.pk-home-component .chart-row:first-child{
  border-top:1px solid var(--line)!important;
}
.pk-home-component .chart-row:hover,.pk-home-component .chart-row:focus-within{
  background:#faf9fb!important;
}
.pk-home-component .chart-no{
  width:44px!important;
  display:block!important;
  align-self:center!important;
  justify-self:center!important;
  margin:0!important;
  padding:0!important;
  color:var(--ink)!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1!important;
  text-align:center!important;
}
.pk-home-component .chart-thumb-link{
  width:68px!important;
  height:68px!important;
  display:block!important;
  align-self:center!important;
  justify-self:start!important;
  overflow:hidden!important;
  text-decoration:none!important;
}
.pk-home-component .chart-thumb-link img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:none!important;
  transition:none!important;
}
.pk-home-component .chart-title-link,.pk-home-component .chart-artist{
  width:100%!important;
  min-width:0!important;
  align-self:center!important;
  justify-self:stretch!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}
.pk-home-component .chart-title-link{
  display:block!important;
  color:var(--ink)!important;
  font-size:17px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-transform:none!important;
}
.pk-home-component .chart-title-link:hover,.pk-home-component .chart-title-link:focus-visible{
  color:var(--ink)!important;
  text-decoration:underline!important;
  text-decoration-thickness:1.5px!important;
  text-underline-offset:3px!important;
}
.pk-home-component .chart-artist{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  color:var(--ink-2)!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.pk-home-component .chart-cta-arrow{
  width:40px!important;
  height:40px!important;
  align-self:center!important;
  justify-self:end!important;
  margin:0!important;
}
.pk-home-component .trend-load-wrap{
  margin-top:28px!important;
}
@media (max-width:900px){.pk-home-component .chart-row{
    grid-template-columns:
      38px
      60px
      minmax(0,1fr)
      minmax(0,.75fr)
      40px!important;
    column-gap:16px!important;
    min-height:86px!important;
    padding:12px 6px!important;
  }.pk-home-component .chart-no{
    width:38px!important;
  }.pk-home-component .chart-thumb-link{
    width:60px!important;
    height:60px!important;
  }.pk-home-component .chart-title-link{
    font-size:15px!important;
  }.pk-home-component .chart-artist{
    font-size:13px!important;
  }.pk-home-component .chart-cta-arrow{
    width:36px!important;
    height:36px!important;
  }}
@media (max-width:620px){.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title{
    font-size:clamp(32px,10vw,44px)!important;
    line-height:.96!important;
  }.pk-home-component .sec-head,.pk-home-component .orig-head,.pk-home-component .trend-head{
    margin-bottom:24px!important;
  }.pk-home-component .chart-row{
    grid-template-columns:
      30px
      52px
      minmax(0,1fr)
      36px!important;
    grid-template-rows:auto auto!important;
    column-gap:11px!important;
    row-gap:4px!important;
    min-height:82px!important;
    padding:11px 4px!important;
  }.pk-home-component .chart-no{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    width:30px!important;
    font-size:16px!important;
  }.pk-home-component .chart-thumb-link{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    width:52px!important;
    height:52px!important;
  }.pk-home-component .chart-title-link{
    grid-column:3!important;
    grid-row:1!important;
    align-self:end!important;
    font-size:14px!important;
    line-height:1.15!important;
  }.pk-home-component .chart-artist{
    grid-column:3!important;
    grid-row:2!important;
    display:block!important;
    align-self:start!important;
    margin:0!important;
    padding:0!important;
    font-size:11.5px!important;
    line-height:1.15!important;
    text-align:left!important;
  }.pk-home-component .chart-cta-arrow{
    grid-column:4!important;
    grid-row:1 / span 2!important;
    width:34px!important;
    height:34px!important;
  }}
.pk-home-component .feat-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
}
.pk-home-component .feat-copy .feature-label{
  display:block!important;
  align-self:flex-start!important;
  width:auto!important;
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  line-height:1!important;
}
.pk-home-component .feat-copy h1{
  width:100%!important;
  margin:0 0 16px!important;
  padding:0!important;
}
.pk-home-component .originals .orig-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  text-align:right!important;
  padding-top:0!important;
}
.pk-home-component .originals .orig-copy .eyebrow,.pk-home-component .originals .orig-copy h2,.pk-home-component .originals .orig-copy .orig-desc,.pk-home-component .originals .orig-copy .meta{
  width:100%!important;
  text-align:right!important;
}
.pk-home-component .originals .orig-copy .orig-desc{
  margin-left:auto!important;
  margin-right:0!important;
}
.pk-home-component .originals .orig-copy .btn{
  align-self:flex-end!important;
  margin-left:auto!important;
}
.pk-home-component .originals .orig-dots{
  width:100%!important;
  justify-content:flex-end!important;
}
.pk-home-component .latest .lat-row{
  align-items:stretch!important;
}
.pk-home-component .latest .lat-media{
  aspect-ratio:16 / 12!important;
  height:auto!important;
  align-self:stretch!important;
}
.pk-home-component .latest .lat-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.pk-home-component .latest .lat-body{
  position:relative!important;
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  padding:10px 0 28px!important;
}
.pk-home-component .latest .lat-body .eyebrow{
  margin-bottom:7px!important;
}
.pk-home-component .latest .lat-body h3{
  margin-bottom:8px!important;
}
.pk-home-component .latest .lat-body .lat-excerpt{
  margin-bottom:0!important;
}
.pk-home-component .latest .lat-body .meta{
  position:absolute!important;
  right:0!important;
  bottom:8px!important;
  left:auto!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  text-align:right!important;
}
@media (max-width:768px){.pk-home-component .feat-copy .feature-label{
    margin-bottom:9px!important;
  }.pk-home-component .originals .orig-copy{
    text-align:right!important;
    align-items:flex-end!important;
  }.pk-home-component .latest .lat-body{
    padding:6px 0 24px!important;
  }.pk-home-component .latest .lat-body .meta{
    bottom:5px!important;
  }}
.pk-home-component .featured .feat-copy .eyebrow.feature-label,.pk-home-component .featured .feat-copy .feature-label{
  display:block!important;
  width:max-content!important;
  margin:0 0 12px!important;
  padding:0!important;
  border:0!important;
  border-top:0!important;
  border-right:0!important;
  border-bottom:0!important;
  border-left:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:none!important;
  background-color:transparent!important;
  color:var(--brand)!important;
  text-decoration:none!important;
  text-decoration-line:none!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  line-height:1!important;
}
.pk-home-component .featured .feat-copy .eyebrow.feature-label::before,.pk-home-component .featured .feat-copy .eyebrow.feature-label::after,.pk-home-component .featured .feat-copy .feature-label::before,.pk-home-component .featured .feat-copy .feature-label::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  border:0!important;
  background:none!important;
}
.pk-home-component .featured .feat-copy h1{
  margin-top:0!important;
}
.pk-home-component .featured .feat-copy .eyebrow.feature-label,.pk-home-component .featured .feat-copy .feature-label{
  display:inline-block!important;
  width:max-content!important;
  margin:0 0 22px!important;
  padding:0 0 8px!important;
  border:0!important;
  border-bottom:3px solid var(--ink)!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:var(--ink)!important;
  font-family:var(--font-display,"DM Sans",Arial,sans-serif)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}
.pk-home-component .featured .feat-copy .eyebrow.feature-label::before,.pk-home-component .featured .feat-copy .eyebrow.feature-label::after,.pk-home-component .featured .feat-copy .feature-label::before,.pk-home-component .featured .feat-copy .feature-label::after{
  content:none!important;
  display:none!important;
}
.pk-home-component .featured .feat-copy h1{
  margin-top:0!important;
}
.pk-home-component .eyebrow,.pk-home-component .feature-label{letter-spacing:.065em!important}
.pk-home-component .btn{letter-spacing:.035em!important}
.pk-home-component .trend-filter-btn{letter-spacing:.035em!important}
.pk-home-component .trend-filter-option{letter-spacing:.015em!important}
.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title{letter-spacing:-.025em!important}
@media (max-width:768px){.pk-home-component .trend-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:16px!important;
    margin-bottom:22px!important;
  }.pk-home-component .trend-head .sec-title{
    font-size:clamp(34px,10vw,46px)!important;
    line-height:.88!important;
  }.pk-home-component .trend-head .sec-title span{
    display:block!important;
  }.pk-home-component .trend-filter{
    justify-self:end!important;
    align-self:end!important;
    max-width:150px!important;
  }.pk-home-component .trend-filter-btn{
    min-height:40px!important;
    padding:9px 12px!important;
    gap:10px!important;
    font-size:10px!important;
  }.pk-home-component .trend-filter-menu{
    right:0!important;
    left:auto!important;
  }.pk-home-component .originals .orig-copy{
    align-items:flex-start!important;
    text-align:left!important;
  }.pk-home-component .originals .orig-copy .eyebrow,.pk-home-component .originals .orig-copy h2,.pk-home-component .originals .orig-copy .orig-desc,.pk-home-component .originals .orig-copy .meta{
    text-align:left!important;
  }.pk-home-component .originals .orig-copy .orig-desc{
    margin-left:0!important;
    margin-right:auto!important;
  }.pk-home-component .originals .orig-copy .btn{
    align-self:flex-start!important;
    margin-left:0!important;
    margin-right:auto!important;
  }.pk-home-component .originals .orig-dots{
    justify-content:flex-start!important;
  }.pk-home-component .latest .lat-row{
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:15px!important;
    align-items:stretch!important;
    padding:16px 0!important;
  }.pk-home-component .latest .lat-media{
    width:112px!important;
    aspect-ratio:16 / 12!important;
    align-self:start!important;
  }.pk-home-component .latest .lat-body{
    position:static!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:0!important;
    overflow:hidden!important;
  }.pk-home-component .latest .lat-body .eyebrow{
    margin:0 0 5px!important;
    font-size:9px!important;
  }.pk-home-component .latest .lat-body h3{
    margin:0!important;
    font-size:15px!important;
    line-height:1.15!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    overflow:hidden!important;
  }.pk-home-component .latest .lat-body .lat-excerpt{
    display:none!important;
  }.pk-home-component .latest .lat-body .meta{
    position:static!important;
    align-self:flex-end!important;
    margin-top:10px!important;
    padding:0!important;
    text-align:right!important;
    font-size:10px!important;
  }}
@media (max-width:480px){.pk-home-component .trend-head{
    gap:12px!important;
  }.pk-home-component .trend-filter{max-width:132px!important}.pk-home-component .trend-filter-btn{padding:9px 10px!important}.pk-home-component .latest .lat-row{
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:12px!important;
  }.pk-home-component .latest .lat-media{width:96px!important}.pk-home-component .latest .lat-body h3{font-size:14px!important}}
.pk-home-component .chart{
  position:relative!important;
  min-height:390px;
}
.pk-home-component .chart.is-switching{
  pointer-events:none;
}
.pk-home-component .chart.is-switching .chart-row{
  opacity:.26!important;
}
.pk-home-component .chart-row{
  opacity:1;
  transform:translateY(0);
  transition:
    opacity .24s ease,
    transform .28s ease,
    background-color .16s ease!important;
}
.pk-home-component .chart-row.entering{
  opacity:0;
  transform:translateY(8px);
}
.pk-home-component .chart-loading{
  position:absolute;
  inset:0;
  z-index:5;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.88);
}
.pk-home-component .chart.is-switching .chart-loading{
  display:flex;
}
.pk-home-component .chart-loading-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.pk-home-component .chart-loader{
  width:30px;
  height:30px;
  border:2px solid rgba(172,60,203,.18);
  border-top-color:var(--brand);
  border-radius:50%!important;
  animation:pkSpin .65s linear infinite;
}
.pk-home-component .chart-loading-text{
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--brand);
}
@keyframes pkSpin{to{transform:rotate(360deg)}}
.pk-home-component .trend-filter-btn.is-busy{
  opacity:.65;
  pointer-events:none;
}
@media (prefers-reduced-motion:reduce){.pk-home-component .chart-row{
    transition:none!important;
  }.pk-home-component .chart-loader{
    animation:none!important;
  }}
.pk-home-component #menuClose{
  display:none!important;
}
.pk-home-component .newsletter-section{
  background:var(--teal)!important;
  color:var(--indigo)!important;
  padding:clamp(46px,6vw,72px) 0!important;
}
.pk-home-component .newsletter-inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.78fr)!important;
  align-items:center!important;
  gap:clamp(34px,6vw,80px)!important;
}
.pk-home-component .newsletter-kicker{
  display:block!important;
  margin-bottom:10px!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.pk-home-component .newsletter-copy h2{
  margin:0!important;
  font-size:clamp(34px,4.5vw,58px)!important;
  font-weight:900!important;
  line-height:.95!important;
  letter-spacing:-.025em!important;
  text-transform:uppercase!important;
}
.pk-home-component .newsletter-copy p{
  max-width:52ch!important;
  margin-top:12px!important;
  color:rgba(39,52,112,.78)!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.pk-home-component .newsletter-form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:0!important;
  align-items:stretch!important;
}
.pk-home-component .newsletter-form input{
  min-width:0!important;
  min-height:52px!important;
  padding:0 15px!important;
  border:1.5px solid var(--indigo)!important;
  border-right:0!important;
  background:#fff!important;
  color:var(--ink)!important;
  outline:0!important;
  font:inherit!important;
}
.pk-home-component .newsletter-form button{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:0 18px!important;
  border:1.5px solid var(--indigo)!important;
  background:var(--indigo)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
.pk-home-component .newsletter-form button svg{
  width:15px!important;height:15px!important;
  fill:none!important;stroke:currentColor!important;stroke-width:2!important;
}
.pk-home-component .newsletter-form button:hover,.pk-home-component .newsletter-form button:focus-visible{
  background:var(--brand)!important;
  border-color:var(--brand)!important;
}
.pk-home-component .newsletter-message{
  grid-column:1/-1!important;
  min-height:18px!important;
  margin-top:9px!important;
  font-size:11px!important;
  font-weight:650!important;
}
.pk-home-component .ad-placement{
  padding:28px 0!important;
  background:#fff!important;
}
.pk-home-component .ad-unit{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.pk-home-component .ad-label{
  color:var(--muted)!important;
  font-size:8px!important;
  font-weight:800!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
.pk-home-component .ad-placeholder{
  width:min(100%,970px)!important;
  min-height:90px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px dashed #c8c4cb!important;
  background:#faf9fb!important;
  color:#aaa6ae!important;
  font-size:11px!important;
}
.pk-home-component .trend-load-wrap{
  margin-top:30px!important;
}
@media (max-width:768px){.pk-home-component .newsletter-inner{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }.pk-home-component .newsletter-form{
    grid-template-columns:1fr!important;
  }.pk-home-component .newsletter-form input{
    border-right:1.5px solid var(--indigo)!important;
    border-bottom:0!important;
  }.pk-home-component .newsletter-form button{
    width:100%!important;
  }.pk-home-component .ad-placement{
    padding:20px 0!important;
  }.pk-home-component .ad-placeholder{
    min-height:100px!important;
  }}
@media (max-width:480px){.pk-home-component .newsletter-copy h2{
    font-size:36px!important;
  }}
.pk-home-component .newsletter-inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.78fr)!important;
  align-items:center!important;
  gap:clamp(32px,6vw,80px)!important;
}
.pk-home-component .newsletter-copy h2{
  margin:0!important;
  font-size:clamp(34px,4.5vw,58px)!important;
  font-weight:900!important;
  line-height:.95!important;
  letter-spacing:-.025em!important;
  text-transform:uppercase!important;
}
.pk-home-component .newsletter-copy p{
  max-width:52ch!important;
  margin:12px 0 0!important;
  color:rgba(39,52,112,.78)!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.pk-home-component .newsletter-form{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  gap:0!important;
}
.pk-home-component .newsletter-form input{
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  padding:0 15px!important;
  border:1.5px solid #160F26!important;
  border-right:0!important;
  background:#fff!important;
  color:var(--ink)!important;
  outline:0!important;
  font:inherit!important;
  font-size:14px!important;
}
.pk-home-component .newsletter-form button{
  width:auto!important;
  min-width:116px!important;
  height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 16px!important;
  border:1.5px solid #160F26!important;
  background:#160F26!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
.pk-home-component .newsletter-form button svg{
  width:15px!important;
  height:15px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
}
.pk-home-component .newsletter-thanks{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  padding:11px 14px!important;
  border:1.5px solid #160F26!important;
  background:#fff!important;
  color:#160F26!important;
}
.pk-home-component .newsletter-thanks[hidden]{
  display:none!important;
}
.pk-home-component .newsletter-thanks-mark{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  display:grid!important;
  place-items:center!important;
  background:#160F26!important;
  color:#fff!important;
}
.pk-home-component .newsletter-thanks-mark svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
}
.pk-home-component .newsletter-thanks strong{
  display:block!important;
  font-size:13px!important;
  line-height:1.1!important;
}
.pk-home-component .newsletter-thanks p{
  margin:3px 0 0!important;
  font-size:11px!important;
  line-height:1.3!important;
}
@media (max-width:768px){.pk-home-component #menuClose{
    display:none!important;
  }.pk-home-component .originals{
    overflow:hidden!important;
  }.pk-home-component .originals .orig-head{
    margin-bottom:20px!important;
  }.pk-home-component .originals .orig-nav{
    display:none!important;
  }.pk-home-component .orig-scroll-track{
    display:flex!important;
    gap:16px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;

    /* Allow cards to travel almost edge-to-edge while section title
       remains aligned to the normal shell. */
    margin-left:calc(var(--gut) * -1)!important;
    margin-right:calc(var(--gut) * -1)!important;
    padding-left:var(--gut)!important;
    padding-right:var(--gut)!important;
    padding-bottom:4px!important;
  }.pk-home-component .orig-scroll-track::-webkit-scrollbar{
    display:none!important;
  }.pk-home-component .orig-scroll-track .orig-slide,.pk-home-component .orig-scroll-track .orig-slide.active{
    flex:0 0 min(86vw,430px)!important;
    width:min(86vw,430px)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
    align-content:start!important;
    scroll-snap-align:start!important;
  }.pk-home-component .orig-scroll-track .orig-media{
    order:0!important;
    width:100%!important;
    aspect-ratio:16 / 10!important;
  }.pk-home-component .orig-scroll-track .orig-copy{
    order:1!important;
    width:100%!important;
    align-items:flex-start!important;
    text-align:left!important;
  }.pk-home-component .orig-scroll-track .orig-copy .eyebrow,.pk-home-component .orig-scroll-track .orig-copy h2,.pk-home-component .orig-scroll-track .orig-copy .orig-desc,.pk-home-component .orig-scroll-track .orig-copy .meta{
    text-align:left!important;
  }.pk-home-component .orig-scroll-track .orig-dots{
    display:none!important;
  }.pk-home-component .newsletter-inner{
    grid-template-columns:1fr!important;
    gap:23px!important;
  }.pk-home-component .newsletter-form{
    grid-template-columns:minmax(0,1fr) auto!important;
  }.pk-home-component .newsletter-form input{
    border-right:0!important;
    border-bottom:1.5px solid #160F26!important;
  }.pk-home-component .newsletter-form button{
    min-width:105px!important;
    padding:0 12px!important;
  }}
@media (max-width:390px){.pk-home-component .newsletter-form button{
    min-width:96px!important;
    padding:0 9px!important;
    font-size:9px!important;
  }.pk-home-component .newsletter-form input{
    padding:0 11px!important;
    font-size:13px!important;
  }}
.pk-home-component .trending{
  padding-bottom:18px!important;
}
.pk-home-component .trend-load-wrap{
  margin-top:24px!important;
  margin-bottom:0!important;
}
.pk-home-component .trending + .ad-placement{
  padding-top:10px!important;
  padding-bottom:14px!important;
}
.pk-home-component .trending + .ad-placement + .originals{
  margin-top:0!important;
}
.pk-home-component #newsletter.newsletter-section{
  width:100%!important;
  background:#77D3CC!important;
  color:#160F26!important;
  padding:clamp(42px,6vw,68px) 0!important;
  text-align:left!important;
}
.pk-home-component button,.pk-home-component input,.pk-home-component textarea,.pk-home-component select,.pk-home-component a,.pk-home-component p,.pk-home-component span,.pk-home-component label,.pk-home-component small,.pk-home-component strong,.pk-home-component b,.pk-home-component h1,.pk-home-component h2,.pk-home-component h3,.pk-home-component h4,.pk-home-component h5,.pk-home-component h6,.pk-home-component .sec-title,.pk-home-component .feature-label,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3{
  font-family:var(--font-display,"DM Sans",Arial,sans-serif)!important;
}
.pk-home-component #newsletterThanks,.pk-home-component .newsletter-thanks{
  display:none!important;
}
.pk-home-component .newsletter-form[hidden]{
  display:grid!important;
}
.pk-home-component .newsletter-form.has-error input{
  border-color:#8B66DE!important;
}
.pk-home-component .chart-loading{
  align-items:flex-start!important;
  justify-content:center!important;
  padding-top:38px!important;
}
.pk-home-component .chart-loading-inner{
  margin-top:0!important;
}
@media (max-width:768px){.pk-home-component .chart-loading{
    padding-top:24px!important;
  }}
@media (max-width:768px){.pk-home-component .originals{
    overflow:hidden!important;
  }.pk-home-component .originals .orig-nav{
    display:flex!important;
  }.pk-home-component .orig-scroll-track{
    display:flex!important;
    gap:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    margin:0!important;
    padding:0!important;
  }.pk-home-component .orig-scroll-track::-webkit-scrollbar{
    display:none!important;
  }.pk-home-component .orig-scroll-track .orig-slide,.pk-home-component .orig-scroll-track .orig-slide.active{
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:clamp(22px,5vw,30px)!important;
    align-items:start!important;
    align-content:start!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
  }.pk-home-component .orig-scroll-track .orig-media{
    order:0!important;
    width:100%!important;
    aspect-ratio:16 / 10!important;
  }.pk-home-component .orig-scroll-track .orig-copy{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:left!important;
    padding-top:0!important;
  }.pk-home-component .orig-scroll-track .orig-copy .eyebrow,.pk-home-component .orig-scroll-track .orig-copy h2,.pk-home-component .orig-scroll-track .orig-copy .orig-desc,.pk-home-component .orig-scroll-track .orig-copy .meta{
    width:100%!important;
    text-align:left!important;
  }.pk-home-component .orig-scroll-track .orig-copy .orig-desc{
    margin-left:0!important;
    margin-right:auto!important;
  }.pk-home-component .orig-scroll-track .orig-copy .btn{
    align-self:flex-start!important;
    margin-left:0!important;
    margin-right:auto!important;
  }.pk-home-component .orig-scroll-track .orig-dots{
    display:flex!important;
    width:100%!important;
    justify-content:flex-start!important;
  }}
.pk-home-component #newsletterForm[hidden]{
  display:none!important;
}
.pk-home-component #newsletterThanks[hidden]{
  display:none!important;
}
.pk-home-component #newsletterThanks{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  padding:11px 14px!important;
  border:1.5px solid #160F26!important;
  background:#fff!important;
  color:#160F26!important;
}
.pk-home-component #newsletterThanks .newsletter-thanks-mark{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  display:grid!important;
  place-items:center!important;
  background:#160F26!important;
  color:#fff!important;
}
.pk-home-component #newsletterThanks .newsletter-thanks-mark svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
}
.pk-home-component #newsletterThanks strong{
  display:block!important;
  margin:0!important;
  font-size:13px!important;
  line-height:1.1!important;
}
.pk-home-component #newsletterThanks p{
  margin:3px 0 0!important;
  font-size:11px!important;
  line-height:1.3!important;
}
.pk-home-component p,.pk-home-component li,.pk-home-component input,.pk-home-component textarea,.pk-home-component select,.pk-home-component small,.pk-home-component .meta,.pk-home-component .feat-desc,.pk-home-component .orig-desc,.pk-home-component .lat-excerpt,.pk-home-component .chart-artist,.pk-home-component .newsletter-copy p,.pk-home-component .newsletter-form input,.pk-home-component .newsletter-thanks p{
  font-family:var(--font-body)!important;
}
.pk-home-component h1,.pk-home-component h2,.pk-home-component h3,.pk-home-component h4,.pk-home-component h5,.pk-home-component h6,.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .feature-label,.pk-home-component .eyebrow,.pk-home-component .btn,.pk-home-component button,.pk-home-component .chart-title-link,.pk-home-component .newsletter-copy h2,.pk-home-component .newsletter-form button{
  font-family:var(--font-display)!important;
}
.pk-home-component .feat-copy h1,.pk-home-component .featured .feat-copy h1{
  font-family:var(--font-display)!important;
}
.pk-home-component .feat-copy .feat-desc,.pk-home-component .feat-copy .meta{
  font-family:var(--font-body)!important;
}
.pk-home-component .chart-no{
  font-family:var(--font-display)!important;
}
.pk-home-component .chart-title-link{
  font-family:var(--font-display)!important;
}
.pk-home-component .chart-artist{
  font-family:var(--font-body)!important;
}
.pk-home-component .trend-filter-btn,.pk-home-component .trend-filter-option{
  font-family:var(--font-display)!important;
}
.pk-home-component .orig-copy h2,.pk-home-component .orig-copy .eyebrow,.pk-home-component .orig-copy .btn{
  font-family:var(--font-display)!important;
}
.pk-home-component .orig-copy .orig-desc,.pk-home-component .orig-copy .meta{
  font-family:var(--font-body)!important;
}
.pk-home-component .lat-body h3,.pk-home-component .lat-body .eyebrow{
  font-family:var(--font-display)!important;
}
.pk-home-component .lat-body .lat-excerpt,.pk-home-component .lat-body .meta{
  font-family:var(--font-body)!important;
}
.pk-home-component .newsletter-form input{
  font-family:var(--font-body)!important;
}
.pk-home-component .newsletter-form button,.pk-home-component .newsletter-thanks strong{
  font-family:var(--font-display)!important;
}
.pk-home-component p,.pk-home-component .meta,.pk-home-component .chart-artist,.pk-home-component .feat-desc,.pk-home-component .orig-desc,.pk-home-component .lat-excerpt{
  letter-spacing:0!important;
}
.pk-home-component .eyebrow,.pk-home-component .feature-label,.pk-home-component .btn,.pk-home-component .trend-filter-btn,.pk-home-component .newsletter-form button{
  letter-spacing:.02em!important;
}
.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .feat-copy h1,.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3{
  letter-spacing:-.025em!important;
}
.pk-home-component p,.pk-home-component li,.pk-home-component input,.pk-home-component textarea,.pk-home-component select,.pk-home-component small,.pk-home-component .meta,.pk-home-component .feat-desc,.pk-home-component .orig-desc,.pk-home-component .lat-excerpt,.pk-home-component .chart-artist,.pk-home-component .newsletter-copy p,.pk-home-component .newsletter-form input,.pk-home-component .newsletter-thanks p{
  font-family:var(--font-body)!important;
  font-weight:400!important;
}
.pk-home-component h1,.pk-home-component h2,.pk-home-component h3,.pk-home-component h4,.pk-home-component h5,.pk-home-component h6,.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .feature-label,.pk-home-component .eyebrow,.pk-home-component .btn,.pk-home-component button,.pk-home-component .chart-title-link,.pk-home-component .newsletter-copy h2,.pk-home-component .newsletter-form button,.pk-home-component .trend-filter-btn,.pk-home-component .trend-filter-option{
  font-family:var(--font-display)!important;
}
.pk-home-component h1,.pk-home-component h2,.pk-home-component h3,.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .feat-copy h1,.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3,.pk-home-component .chart-title-link,.pk-home-component .newsletter-copy h2,.pk-home-component .btn,.pk-home-component button,.pk-home-component .trend-filter-btn,.pk-home-component .trend-filter-option,.pk-home-component .newsletter-form button{
  font-weight:700!important;
}
.pk-home-component .chart-artist,.pk-home-component .meta,.pk-home-component .feat-desc,.pk-home-component .orig-desc,.pk-home-component .lat-excerpt,.pk-home-component .newsletter-copy p{
  font-weight:400!important;
}
.pk-home-component .feature-label,.pk-home-component .eyebrow,.pk-home-component .chart-no{
  font-weight:100!important;
}
.pk-home-component p,.pk-home-component .meta,.pk-home-component .chart-artist,.pk-home-component .feat-desc,.pk-home-component .orig-desc,.pk-home-component .lat-excerpt{
  letter-spacing:0!important;
}
.pk-home-component .feature-label,.pk-home-component .eyebrow,.pk-home-component .btn,.pk-home-component .trend-filter-btn,.pk-home-component .newsletter-form button{
  letter-spacing:.015em!important;
}
.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .feat-copy h1,.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3{
  letter-spacing:-.025em!important;
}
.pk-home-component p,.pk-home-component li,.pk-home-component input,.pk-home-component textarea,.pk-home-component select,.pk-home-component small,.pk-home-component .meta,.pk-home-component .feat-desc,.pk-home-component .orig-desc,.pk-home-component .lat-excerpt,.pk-home-component .chart-artist,.pk-home-component .newsletter-copy p,.pk-home-component .newsletter-form input,.pk-home-component .newsletter-thanks p{
  font-family:var(--font-body)!important;
  font-weight:var(--weight-regular)!important;
}
.pk-home-component h1,.pk-home-component h2,.pk-home-component h3,.pk-home-component h4,.pk-home-component h5,.pk-home-component h6,.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .feature-label,.pk-home-component .eyebrow,.pk-home-component .btn,.pk-home-component button,.pk-home-component .chart-title-link,.pk-home-component .newsletter-copy h2,.pk-home-component .newsletter-form button,.pk-home-component .trend-filter-btn,.pk-home-component .trend-filter-option,.pk-home-component .chart-no{
  font-family:var(--font-display)!important;
}
.pk-home-component .feat-copy h1,.pk-home-component .featured .feat-copy h1{
  font-family:var(--font-display)!important;
  font-weight:var(--weight-feature)!important;
}
.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .newsletter-copy h2{
  font-family:var(--font-display)!important;
  font-weight:var(--weight-bold)!important;
}
.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3,.pk-home-component .chart-title-link{
  font-family:var(--font-display)!important;
  font-weight:var(--weight-bold)!important;
}
.pk-home-component .trend-filter-btn,.pk-home-component .trend-filter-option{
  font-weight:var(--weight-regular)!important;
}
.pk-home-component .btn,.pk-home-component button,.pk-home-component .newsletter-form button{
  font-weight:var(--weight-bold)!important;
}
.pk-home-component .feature-label,.pk-home-component .eyebrow,.pk-home-component .chart-no{
  font-weight:var(--weight-light)!important;
}
.pk-home-component p,.pk-home-component .meta,.pk-home-component .chart-artist,.pk-home-component .feat-desc,.pk-home-component .orig-desc,.pk-home-component .lat-excerpt{
  letter-spacing:0!important;
}
.pk-home-component .feature-label,.pk-home-component .eyebrow,.pk-home-component .btn,.pk-home-component .trend-filter-btn,.pk-home-component .newsletter-form button{
  letter-spacing:.01em!important;
}
.pk-home-component .sec-title,.pk-home-component .trend-head .sec-title,.pk-home-component .orig-head .sec-title,.pk-home-component .orig-copy h2,.pk-home-component .lat-body h3{
  letter-spacing:-.02em!important;
}
.pk-home-component .feat-copy h1,.pk-home-component .featured .feat-copy h1{
  letter-spacing:-.015em!important;
}
.pk-home-component .originals{
  background:#160F26!important;
  color:#fff!important;
}
.pk-home-component .originals .sec-title,.pk-home-component .originals .orig-copy h2,.pk-home-component .originals .orig-copy h2 a,.pk-home-component .originals .orig-copy .orig-desc,.pk-home-component .originals .orig-copy .meta,.pk-home-component .originals .orig-copy .eyebrow{
  color:#fff!important;
}
.pk-home-component .originals .orig-copy .orig-desc,.pk-home-component .originals .orig-copy .meta{
  color:rgba(255,255,255,.72)!important;
}
.pk-home-component .originals .orig-arrow{
  border-color:rgba(255,255,255,.38)!important;
  color:#fff!important;
  background:transparent!important;
}
.pk-home-component .originals .orig-arrow:hover,.pk-home-component .originals .orig-arrow:focus-visible{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
  color:#fff!important;
}
.pk-home-component .originals .orig-dot{
  border-color:rgba(255,255,255,.55)!important;
}
.pk-home-component .originals .orig-dot.active{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
}
.pk-home-component .latest-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;
  gap:clamp(34px,5vw,66px)!important;
  align-items:start!important;
}
.pk-home-component .latest-main{
  min-width:0!important;
}
.pk-home-component .lyrics-day{
  position:sticky!important;
  top:78px!important;
  align-self:start!important;
}
.pk-home-component .lyrics-day-card{
  position:relative!important;
  min-height:420px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  overflow:hidden!important;
  padding:24px!important;
  background:
    linear-gradient(145deg,#8B66DE 0%,#7350C8 42%,#592796 100%)!important;
  color:#fff!important;
}
.pk-home-component .lyrics-day-card::before{
  content:"LYRICS"!important;
  position:absolute!important;
  right:-18px!important;
  bottom:76px!important;
  color:rgba(255,255,255,.07)!important;
  font-family:var(--font-display)!important;
  font-size:76px!important;
  font-weight:700!important;
  line-height:.8!important;
  letter-spacing:-.06em!important;
  writing-mode:horizontal-tb!important;
  transform:none!important;
  pointer-events:none!important;
}
.pk-home-component .lyrics-day-top,.pk-home-component .lyrics-day-content,.pk-home-component .lyrics-day-link{
  position:relative!important;
  z-index:1!important;
}
.pk-home-component .lyrics-day-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:20px!important;
}
.pk-home-component .lyrics-day-label{
  font-family:var(--font-display)!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-day-mark{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.38)!important;
  font-family:var(--font-display)!important;
  font-size:9px!important;
  font-weight:700!important;
}
.pk-home-component .lyrics-day-content{
  margin-top:auto!important;
  padding:54px 0 34px!important;
}
.pk-home-component .lyrics-day-type{
  display:block!important;
  margin-bottom:10px!important;
  color:rgba(255,255,255,.7)!important;
  font-family:var(--font-body)!important;
  font-size:10px!important;
  font-weight:500!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-day-content h3{
  margin:0!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:clamp(48px,5vw,70px)!important;
  font-weight:700!important;
  line-height:.86!important;
  letter-spacing:-.05em!important;
}
.pk-home-component .lyrics-day-artist{
  margin:12px 0 0!important;
  color:#fff!important;
  font-family:var(--font-body)!important;
  font-size:17px!important;
  font-weight:500!important;
}
.pk-home-component .lyrics-day-copy{
  max-width:24ch!important;
  margin:18px 0 0!important;
  color:rgba(255,255,255,.72)!important;
  font-family:var(--font-body)!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.5!important;
}
.pk-home-component .lyrics-day-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  min-height:48px!important;
  padding-top:15px!important;
  border-top:1px solid rgba(255,255,255,.38)!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:12px!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.pk-home-component .lyrics-day-link svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  transition:transform .2s ease!important;
}
.pk-home-component .lyrics-day-link:hover,.pk-home-component .lyrics-day-link:focus-visible{
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .lyrics-day-link:hover svg,.pk-home-component .lyrics-day-link:focus-visible svg{
  transform:rotate(-45deg)!important;
}
.pk-home-component .latest-layout .lat-row{
  grid-template-columns:minmax(160px,220px) minmax(0,1fr)!important;
  gap:24px!important;
}
.pk-home-component .latest-layout .lat-media{
  width:100%!important;
}
@media (max-width:980px){.pk-home-component .latest-layout{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }.pk-home-component .lyrics-day{
    position:static!important;
    order:0!important;
  }.pk-home-component .lyrics-day-card{
    min-height:300px!important;
  }.pk-home-component .lyrics-day-card::before{
    writing-mode:horizontal-tb!important;
    transform:none!important;
    right:16px!important;
    bottom:-5px!important;
    font-size:72px!important;
  }}
@media (max-width:768px){.pk-home-component .latest-layout{
    gap:26px!important;
  }.pk-home-component .lyrics-day-card{
    min-height:280px!important;
    padding:20px!important;
  }.pk-home-component .lyrics-day-content{
    padding:38px 0 26px!important;
  }.pk-home-component .latest-layout .lat-row{
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:12px!important;
  }}
.pk-home-component .originals{
  background:#160F26!important;
}
.pk-home-component .originals .orig-head .sec-title{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:12px!important;
}
.pk-home-component .originals .orig-title-logo{
  display:block!important;
  width:auto!important;
  height:38px!important;
  max-width:min(52vw,260px)!important;
  object-fit:contain!important;
}
.pk-home-component .originals .orig-title-text{
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:inherit!important;
  font-weight:700!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-day-card{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  background:linear-gradient(145deg,#8B66DE 0%,#7350C8 42%,#592796 100%)!important;
}
.pk-home-component .lyrics-day-mark{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  padding:5px!important;
  border:1px solid rgba(255,255,255,.38)!important;
}
.pk-home-component .lyrics-day-mark img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
}
.pk-home-component .lyrics-day-card::before{
  writing-mode:horizontal-tb!important;
  transform:none!important;
  rotate:none!important;
  direction:ltr!important;
  right:14px!important;
  bottom:12px!important;
  font-size:62px!important;
  line-height:1!important;
}
.pk-home-component #newsletter.newsletter-section{
  background:#CD8D7B!important;
}
@media (max-width:980px){.pk-home-component .lyrics-day-card{
    min-height:0!important;
    aspect-ratio:1 / 1!important;
  }.pk-home-component .lyrics-day-card::before{
    writing-mode:horizontal-tb!important;
    transform:none!important;
    rotate:none!important;
    direction:ltr!important;
    right:12px!important;
    bottom:10px!important;
  }}
@media (max-width:768px){.pk-home-component .originals .orig-title-logo{
    height:30px!important;
    max-width:52vw!important;
  }.pk-home-component .lyrics-day-card{
    width:100%!important;
    min-height:0!important;
    aspect-ratio:1 / 1!important;
  }}
.pk-home-component .lyrics-day-mark{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.pk-home-component .lyrics-day-mark img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.pk-home-component .lyrics-day-card::before{
  content:none!important;
  display:none!important;
  writing-mode:horizontal-tb!important;
  transform:none!important;
  rotate:none!important;
  direction:ltr!important;
}
.pk-home-component .lyrics-day-card{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  height:auto!important;
  display:grid!important;
  grid-template-rows:auto 1fr auto!important;
  padding:20px!important;
  overflow:hidden!important;
}
.pk-home-component .lyrics-day-artwork{
  position:absolute!important;
  z-index:0!important;
  top:68px!important;
  right:20px!important;
  width:42%!important;
  aspect-ratio:1 / 1!important;
  height:auto!important;
  object-fit:cover!important;
  opacity:.96!important;
}
.pk-home-component .lyrics-day-top,.pk-home-component .lyrics-day-content,.pk-home-component .lyrics-day-link{
  position:relative!important;
  z-index:2!important;
}
.pk-home-component .lyrics-day-content{
  width:52%!important;
  align-self:end!important;
  margin:0!important;
  padding:44px 0 22px!important;
}
.pk-home-component .lyrics-day-content h3{
  font-size:clamp(42px,4.4vw,62px)!important;
}
@media (max-width:980px){.pk-home-component .latest-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
  }.pk-home-component .latest-main{
    order:0!important;
  }.pk-home-component .lyrics-day{
    position:static!important;
    order:1!important;
  }.pk-home-component .lyrics-day-card{
    aspect-ratio:1 / 1!important;
    min-height:0!important;
  }}
@media (max-width:768px){.pk-home-component .lyrics-day{
    order:1!important;
  }.pk-home-component .lyrics-day-card{
    width:100%!important;
    aspect-ratio:1 / 1!important;
    min-height:0!important;
    padding:18px!important;
  }.pk-home-component .lyrics-day-artwork{
    top:62px!important;
    right:18px!important;
    width:45%!important;
  }.pk-home-component .lyrics-day-content{
    width:50%!important;
    padding:34px 0 18px!important;
  }.pk-home-component .lyrics-day-content h3{
    font-size:48px!important;
  }}
.pk-home-component .originals{
  background:#160F26!important;
}
.pk-home-component #newsletter.newsletter-section{
  background:#77D3CC!important;
}
.pk-home-component .featured .shell{
  position:relative!important;
}
.pk-home-component .feature-slider{
  position:relative!important;
}
.pk-home-component .feat-slide{
  display:none!important;
}
.pk-home-component .feat-slide.active{
  display:block!important;
}
.pk-home-component .feat-slide .feat-grid{
  align-items:stretch!important;
}
.pk-home-component .feature-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin-top:18px!important;
}
.pk-home-component .feature-dots{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-right:4px!important;
}
.pk-home-component .feature-dot{
  width:7px!important;
  height:7px!important;
  padding:0!important;
  border:1px solid var(--ink)!important;
  background:transparent!important;
  border-radius:50%!important;
}
.pk-home-component .feature-dot.active{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
}
.pk-home-component .feature-arrow{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid var(--line)!important;
  background:#fff!important;
  color:var(--ink)!important;
}
.pk-home-component .feature-arrow:hover,.pk-home-component .feature-arrow:focus-visible{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
  color:#fff!important;
}
.pk-home-component .feature-arrow svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
}
.pk-home-component .feature-arrow--prev svg{
  transform:rotate(180deg)!important;
}
.pk-home-component .feat-slide.active .feat-media,.pk-home-component .feat-slide.active .feat-copy{
  animation:featureIn .38s ease both;
}
.pk-home-component .feat-slide.active .feat-copy{
  animation-delay:.05s;
}
@keyframes featureIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:none}
}
.pk-home-component .lyrics-day{
  position:sticky!important;
  top:78px!important;
  align-self:start!important;
}
@media (max-width:980px){.pk-home-component .latest-main{
    order:0!important;
  }.pk-home-component .lyrics-day{
    position:static!important;
    order:1!important;
  }}
@media (max-width:768px){.pk-home-component .feature-nav{
    justify-content:space-between!important;
    margin-top:14px!important;
  }.pk-home-component .feature-dots{
    margin-right:auto!important;
  }.pk-home-component .feature-arrow{
    width:38px!important;
    height:38px!important;
  }}
@media (prefers-reduced-motion:reduce){.pk-home-component .feat-slide.active .feat-media,.pk-home-component .feat-slide.active .feat-copy{
    animation:none!important;
  }}
.pk-home-component .lyrics-day-card{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  height:auto!important;
  display:block!important;
  overflow:hidden!important;
  padding:22px!important;
  background:linear-gradient(145deg,#8B66DE 0%,#592796 100%)!important;
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .lyrics-day-card::before,.pk-home-component .lyrics-day-card::after{
  content:none!important;
  display:none!important;
}
.pk-home-component .lyrics-day-brand{
  position:absolute!important;
  top:20px!important;
  right:20px!important;
  z-index:2!important;
  width:34px!important;
  height:34px!important;
  display:block!important;
  object-fit:contain!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  box-shadow:none!important;
}
.pk-home-component .lyrics-day-panel{
  position:absolute!important;
  left:30px!important;
  right:30px!important;
  bottom:30px!important;
  z-index:1!important;
  min-height:58%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  gap:22px!important;
  padding:22px!important;
  background:#8F36EE!important;
  color:#fff!important;
}
.pk-home-component .lyrics-day-track{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  min-width:0!important;
}
.pk-home-component .lyrics-day-art{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  display:block!important;
  object-fit:cover!important;
}
.pk-home-component .lyrics-day-track-copy{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:2px!important;
}
.pk-home-component .lyrics-day-track-copy strong{
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.1!important;
}
.pk-home-component .lyrics-day-track-copy span{
  color:rgba(255,255,255,.76)!important;
  font-family:var(--font-body)!important;
  font-size:8px!important;
  font-weight:500!important;
  line-height:1.2!important;
}
.pk-home-component .lyrics-day-quote{
  max-width:95%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:clamp(22px,2.25vw,31px)!important;
  font-weight:700!important;
  line-height:1.05!important;
  letter-spacing:-.03em!important;
}
.pk-home-component .lyrics-day-read{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding-top:13px!important;
  border-top:1px solid rgba(255,255,255,.28)!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:10px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-day-read svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  transition:transform .18s ease!important;
}
.pk-home-component .lyrics-day-card:hover,.pk-home-component .lyrics-day-card:focus-visible{
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .lyrics-day-card:hover .lyrics-day-read svg,.pk-home-component .lyrics-day-card:focus-visible .lyrics-day-read svg{
  transform:rotate(-45deg)!important;
}
@media (max-width:980px){.pk-home-component .latest-main{
    order:0!important;
  }.pk-home-component .lyrics-day{
    position:static!important;
    order:1!important;
  }.pk-home-component .lyrics-day-card{
    aspect-ratio:1 / 1!important;
  }}
@media (max-width:768px){.pk-home-component .lyrics-day-card{
    padding:18px!important;
  }.pk-home-component .lyrics-day-brand{
    top:17px!important;
    right:17px!important;
    width:30px!important;
    height:30px!important;
  }.pk-home-component .lyrics-day-panel{
    left:22px!important;
    right:22px!important;
    bottom:22px!important;
    min-height:60%!important;
    padding:18px!important;
    gap:18px!important;
  }.pk-home-component .lyrics-day-quote{
    font-size:clamp(22px,7vw,30px)!important;
  }}
.pk-home-component .lyrics-day{
  position:sticky!important;
  top:78px!important;
  align-self:start!important;
}
.pk-home-component .lyrics-editorial-card{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto auto!important;
  gap:0!important;
  overflow:hidden!important;
  padding:22px!important;
  background:
    linear-gradient(145deg,rgba(139,102,222,.98) 0%,rgba(89,39,150,.98) 100%)!important;
  color:#fff!important;
  text-decoration:none!important;
  isolation:isolate!important;
}
.pk-home-component .lyrics-editorial-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'%2F%3E%3CfeColorMatrix type='saturate' values='0'%2F%3E%3C%2Ffilter%3E%3Crect width='100%' height='100%' filter='url(%23n)' opacity='.35'%2F%3E%3C%2Fsvg%3E")!important;
  background-size:180px 180px!important;
  mix-blend-mode:soft-light!important;
  opacity:.26!important;
  pointer-events:none!important;
}
.pk-home-component .lyrics-editorial-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:auto!important;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.16),transparent 32%),
    radial-gradient(circle at 85% 75%,rgba(0,0,0,.18),transparent 40%)!important;
  pointer-events:none!important;
}
.pk-home-component .lyrics-card-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  position:relative!important;
  z-index:2!important;
}
.pk-home-component .lyrics-card-label{
  font-family:var(--font-display)!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-card-logo{
  width:31px!important;
  height:31px!important;
  display:block!important;
  object-fit:contain!important;
}
.pk-home-component .lyrics-card-art-wrap{
  position:relative!important;
  align-self:center!important;
  width:48%!important;
  aspect-ratio:1 / 1!important;
  margin:14px 0 10px auto!important;
  overflow:hidden!important;
}
.pk-home-component .lyrics-card-art{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.pk-home-component .lyrics-card-index{
  position:absolute!important;
  left:8px!important;
  bottom:7px!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:9px!important;
  font-weight:700!important;
}
.pk-home-component .lyrics-card-body{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,.42fr) minmax(0,.58fr)!important;
  gap:16px!important;
  align-items:end!important;
  padding:14px 0 18px!important;
  border-top:1px solid rgba(255,255,255,.28)!important;
}
.pk-home-component .lyrics-card-meta{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
}
.pk-home-component .lyrics-card-meta strong{
  font-family:var(--font-display)!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.05!important;
}
.pk-home-component .lyrics-card-meta span{
  color:rgba(255,255,255,.7)!important;
  font-family:var(--font-body)!important;
  font-size:8.5px!important;
  font-weight:500!important;
  line-height:1.2!important;
}
.pk-home-component .lyrics-card-body blockquote{
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:clamp(17px,1.75vw,23px)!important;
  font-weight:700!important;
  line-height:1.05!important;
  letter-spacing:-.025em!important;
}
.pk-home-component .lyrics-card-footer{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  min-height:36px!important;
  padding-top:12px!important;
  border-top:1px solid rgba(255,255,255,.28)!important;
  font-family:var(--font-display)!important;
  font-size:9px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-card-footer svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  transition:transform .2s ease!important;
}
.pk-home-component .lyrics-editorial-card:hover,.pk-home-component .lyrics-editorial-card:focus-visible{
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .lyrics-editorial-card:hover .lyrics-card-footer svg,.pk-home-component .lyrics-editorial-card:focus-visible .lyrics-card-footer svg{
  transform:rotate(-45deg)!important;
}
.pk-home-component #newsletter .newsletter-form button:hover,.pk-home-component #newsletter .newsletter-form button:focus-visible{
  background:#77D3CC!important;
  border-color:#160F26!important;
  color:#160F26!important;
}
.pk-home-component .originals .orig-copy > .btn{
  display:none!important;
}
.pk-home-component .originals .orig-progress{
  width:min(100%,420px)!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:8px!important;
  margin:24px 0 0 auto!important;
}
.pk-home-component .orig-progress-item{
  height:18px!important;
  display:flex!important;
  align-items:center!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  cursor:pointer!important;
}
.pk-home-component .orig-progress-item span{
  display:block!important;
  width:100%!important;
  height:2px!important;
  background:rgba(255,255,255,.26)!important;
  transition:
    height .18s ease,
    background-color .18s ease,
    transform .18s ease!important;
  transform-origin:left center!important;
}
.pk-home-component .orig-progress-item:hover span,.pk-home-component .orig-progress-item:focus-visible span{
  background:rgba(255,255,255,.58)!important;
  height:3px!important;
}
.pk-home-component .orig-progress-item.active span{
  height:4px!important;
  background:#8B66DE!important;
}
@media (max-width:980px){.pk-home-component .lyrics-day{
    position:static!important;
    order:1!important;
  }}
@media (max-width:768px){.pk-home-component .lyrics-editorial-card{
    padding:18px!important;
  }.pk-home-component .lyrics-card-art-wrap{
    width:43%!important;
    margin-top:12px!important;
  }.pk-home-component .lyrics-card-body{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }.pk-home-component .lyrics-card-body blockquote{
    font-size:clamp(19px,6vw,26px)!important;
  }.pk-home-component .originals .orig-progress{
    width:100%!important;
    margin:18px 0 0!important;
    gap:6px!important;
  }}
@media (prefers-reduced-motion:reduce){.pk-home-component .lyrics-card-footer svg,.pk-home-component .orig-progress-item span{
    transition:none!important;
  }}
.pk-home-component .featured{
  padding:24px 0 46px!important;
  background:#fff!important;
}
.pk-home-component .feature-slider{
  position:relative!important;
  min-height:clamp(500px,64vw,690px)!important;
  overflow:hidden!important;
  background:#160F26!important;
}
.pk-home-component .feat-slide,.pk-home-component .feat-slide.active{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
.pk-home-component .feat-slide{
  display:block!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .42s ease,visibility .42s ease!important;
}
.pk-home-component .feat-slide.active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:1!important;
}
.pk-home-component .feat-slide .feat-grid{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  min-height:inherit!important;
  display:block!important;
}
.pk-home-component .feat-slide .feat-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  overflow:hidden!important;
}
.pk-home-component .feat-slide .feat-media::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(90deg,rgba(16,10,22,.86) 0%,rgba(16,10,22,.62) 42%,rgba(16,10,22,.12) 72%,rgba(16,10,22,.03) 100%),
    linear-gradient(0deg,rgba(16,10,22,.48) 0%,transparent 44%)!important;
  pointer-events:none!important;
}
.pk-home-component .feat-slide .feat-media img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}
.pk-home-component .feat-slide .feat-copy{
  position:absolute!important;
  z-index:2!important;
  left:clamp(24px,5vw,68px)!important;
  bottom:clamp(72px,8vw,100px)!important;
  width:min(58%,720px)!important;
  min-height:0!important;
  display:block!important;
  padding:0!important;
  color:#fff!important;
  text-align:left!important;
}
.pk-home-component .feat-slide .feature-label{
  display:inline-block!important;
  margin:0 0 18px!important;
  padding:0 0 8px!important;
  border:0!important;
  border-bottom:2px solid #fff!important;
  background:transparent!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.02em!important;
}
.pk-home-component .feat-slide .feat-copy h1{
  max-width:12ch!important;
  margin:0 0 17px!important;
  color:#fff!important;
  font-size:clamp(42px,5.3vw,76px)!important;
  font-weight:300!important;
  line-height:.93!important;
  letter-spacing:-.04em!important;
}
.pk-home-component .feat-slide .feat-copy h1 a{
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .feat-slide .feat-desc{
  max-width:54ch!important;
  margin:0 0 17px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.pk-home-component .feat-slide .meta{
  margin:0!important;
  color:rgba(255,255,255,.72)!important;
  font-size:10px!important;
}
.pk-home-component .feature-nav{
  position:absolute!important;
  z-index:8!important;
  right:clamp(22px,3.2vw,42px)!important;
  bottom:clamp(22px,3.2vw,36px)!important;
  left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  margin:0!important;
}
.pk-home-component .feature-count{
  min-width:70px!important;
  height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin-right:3px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  color:rgba(255,255,255,.58)!important;
  font-family:var(--font-display)!important;
  font-size:10px!important;
}
.pk-home-component .feature-count b{
  color:#fff!important;
  font-weight:700!important;
}
.pk-home-component .feature-dots{
  display:none!important;
}
.pk-home-component .feature-arrow{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.30)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  backdrop-filter:blur(6px)!important;
}
.pk-home-component .feature-arrow:hover,.pk-home-component .feature-arrow:focus-visible{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
  color:#fff!important;
}
.pk-home-component .lyrics-v2-card{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  overflow:hidden!important;
  padding:22px!important;
  background:linear-gradient(145deg,#8B66DE 0%,#592796 100%)!important;
  color:#fff!important;
  text-decoration:none!important;
  isolation:isolate!important;
}
.pk-home-component .lyrics-v2-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  opacity:.15!important;
  background-image:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.22) 0 1px,transparent 1px),
    radial-gradient(circle at 78% 64%,rgba(255,255,255,.16) 0 1px,transparent 1px)!important;
  background-size:4px 4px,5px 5px!important;
  mix-blend-mode:soft-light!important;
  pointer-events:none!important;
}
.pk-home-component .lyrics-v2-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
}
.pk-home-component .lyrics-v2-head > span{
  font-family:var(--font-display)!important;
  font-size:10px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-v2-head img{
  width:30px!important;
  height:30px!important;
  display:block!important;
  object-fit:contain!important;
}
.pk-home-component .lyrics-v2-main{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(105px,.72fr)!important;
  gap:18px!important;
  align-items:end!important;
  padding:26px 0 20px!important;
}
.pk-home-component .lyrics-v2-copy{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  align-items:flex-start!important;
}
.pk-home-component .lyrics-v2-track{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
  margin-bottom:22px!important;
}
.pk-home-component .lyrics-v2-track strong{
  font-family:var(--font-display)!important;
  font-size:14px!important;
  font-weight:700!important;
}
.pk-home-component .lyrics-v2-track span{
  color:rgba(255,255,255,.68)!important;
  font-family:var(--font-body)!important;
  font-size:9px!important;
  font-weight:500!important;
}
.pk-home-component .lyrics-v2-line{
  max-width:10.5ch!important;
  margin:0!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:clamp(24px,2.35vw,32px)!important;
  font-weight:700!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
}
.pk-home-component .lyrics-v2-art{
  align-self:center!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden!important;
}
.pk-home-component .lyrics-v2-art img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.pk-home-component .lyrics-v2-footer{
  min-height:38px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding-top:13px!important;
  border-top:1px solid rgba(255,255,255,.30)!important;
  font-family:var(--font-display)!important;
  font-size:9px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-v2-footer svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  transition:transform .18s ease!important;
}
.pk-home-component .lyrics-v2-card:hover,.pk-home-component .lyrics-v2-card:focus-visible{
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .lyrics-v2-card:hover .lyrics-v2-footer svg,.pk-home-component .lyrics-v2-card:focus-visible .lyrics-v2-footer svg{
  transform:rotate(-45deg)!important;
}
@media (max-width:980px){.pk-home-component .feature-slider{
    min-height:590px!important;
  }.pk-home-component .feat-slide .feat-copy{
    width:min(72%,640px)!important;
  }.pk-home-component .lyrics-day{
    position:static!important;
    order:1!important;
  }}
@media (max-width:768px){.pk-home-component .featured{
    padding:12px 0 34px!important;
  }.pk-home-component .feature-slider{
    min-height:560px!important;
  }.pk-home-component .feat-slide .feat-media::after{
    background:
      linear-gradient(0deg,rgba(16,10,22,.92) 0%,rgba(16,10,22,.60) 48%,rgba(16,10,22,.08) 76%)!important;
  }.pk-home-component .feat-slide .feat-copy{
    left:20px!important;
    right:20px!important;
    bottom:82px!important;
    width:auto!important;
  }.pk-home-component .feat-slide .feat-copy h1{
    max-width:13ch!important;
    margin-bottom:12px!important;
    font-size:clamp(37px,10.5vw,55px)!important;
  }.pk-home-component .feat-slide .feat-desc{
    max-width:42ch!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    font-size:12px!important;
  }.pk-home-component .feature-nav{
    right:18px!important;
    bottom:18px!important;
  }.pk-home-component .feature-count{
    height:38px!important;
    min-width:62px!important;
  }.pk-home-component .feature-arrow{
    width:38px!important;
    height:38px!important;
  }.pk-home-component .lyrics-v2-card{
    padding:18px!important;
  }.pk-home-component .lyrics-v2-main{
    grid-template-columns:minmax(0,1.12fr) minmax(94px,.68fr)!important;
    gap:14px!important;
    padding:22px 0 17px!important;
  }.pk-home-component .lyrics-v2-line{
    font-size:clamp(23px,7vw,31px)!important;
  }}
@media (max-width:390px){.pk-home-component .feature-slider{
    min-height:525px!important;
  }.pk-home-component .feat-slide .feat-copy h1{
    font-size:35px!important;
  }.pk-home-component .feat-slide .feat-desc{
    display:none!important;
  }.pk-home-component .lyrics-v2-main{
    grid-template-columns:1fr 96px!important;
  }.pk-home-component .lyrics-v2-track{
    margin-bottom:17px!important;
  }.pk-home-component .lyrics-v2-line{
    font-size:22px!important;
  }}
.pk-home-component .featured{
  background:#fff!important;
  padding:40px 0 60px!important;
}
.pk-home-component .feature-slider{
  position:relative!important;
  min-height:520px!important;
  overflow:visible!important;
  background:transparent!important;
}
.pk-home-component .feat-slide,.pk-home-component .feat-slide.active{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
.pk-home-component .feat-slide{
  display:block!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .34s ease,visibility .34s ease!important;
}
.pk-home-component .feat-slide.active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:1!important;
}
.pk-home-component .feat-slide .feat-grid{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
  align-items:center!important;
  gap:clamp(46px,6vw,88px)!important;
}
.pk-home-component .feat-slide .feat-media{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4 / 3!important;
  display:block!important;
  overflow:hidden!important;
  background:#eee!important;
}
.pk-home-component .feat-slide .feat-media::after{
  content:none!important;
  display:none!important;
}
.pk-home-component .feat-slide .feat-media img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}
.pk-home-component .feat-slide .feat-copy{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  width:100%!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding:clamp(34px,4.3vw,56px)!important;
  padding-bottom:82px!important;
  background:#fff!important;
  color:var(--ink)!important;
  text-align:left!important;
  box-shadow:14px 14px 0 #dedede!important;
}
.pk-home-component .feat-slide .feature-label{
  display:inline-block!important;
  width:max-content!important;
  margin:0 0 18px!important;
  padding:0 0 7px!important;
  border:0!important;
  border-bottom:2px solid var(--ink)!important;
  background:transparent!important;
  color:var(--ink)!important;
  font-family:var(--font-display)!important;
  font-size:9px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
.pk-home-component .feat-slide .feat-copy h1{
  max-width:15ch!important;
  margin:0 0 18px!important;
  color:var(--ink)!important;
  font-family:var(--font-display)!important;
  font-size:clamp(34px,3.6vw,54px)!important;
  font-weight:300!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
}
.pk-home-component .feat-slide .feat-copy h1 a{
  color:var(--ink)!important;
  text-decoration:none!important;
}
.pk-home-component .feat-slide .feat-copy h1 a:hover,.pk-home-component .feat-slide .feat-copy h1 a:focus-visible{
  color:var(--ink)!important;
  text-decoration:underline!important;
  text-decoration-thickness:1.5px!important;
  text-underline-offset:4px!important;
}
.pk-home-component .feat-slide .feat-desc{
  max-width:52ch!important;
  margin:0 0 18px!important;
  color:var(--ink-2)!important;
  font-family:var(--font-body)!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.55!important;
}
.pk-home-component .feat-slide .meta{
  margin:0!important;
  color:var(--muted)!important;
  font-family:var(--font-body)!important;
  font-size:9px!important;
  font-weight:500!important;
}
.pk-home-component .feat-slide .meta b{
  color:var(--ink)!important;
  font-weight:700!important;
}
.pk-home-component .feature-nav{
  position:absolute!important;
  z-index:8!important;
  right:clamp(22px,3vw,38px)!important;
  bottom:34px!important;
  left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
  margin:0!important;
}
.pk-home-component .feature-count{
  min-width:62px!important;
  height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  border:1px solid var(--line)!important;
  color:var(--muted)!important;
  background:#fff!important;
  font-family:var(--font-display)!important;
  font-size:9px!important;
}
.pk-home-component .feature-count b{
  color:var(--ink)!important;
  font-weight:700!important;
}
.pk-home-component .feature-arrow{
  width:36px!important;
  height:36px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid var(--line)!important;
  background:#fff!important;
  color:var(--ink)!important;
  backdrop-filter:none!important;
}
.pk-home-component .feature-arrow:hover,.pk-home-component .feature-arrow:focus-visible{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
  color:#fff!important;
}
.pk-home-component .feature-arrow svg{
  width:15px!important;
  height:15px!important;
}
.pk-home-component .feature-dots{
  display:none!important;
}
.pk-home-component .lyrics-simple-card{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto auto!important;
  gap:0!important;
  overflow:hidden!important;
  padding:22px!important;
  background:linear-gradient(145deg,#8B66DE 0%,#592796 100%)!important;
  color:#fff!important;
  text-decoration:none!important;
  isolation:isolate!important;
}
.pk-home-component .lyrics-simple-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  opacity:.12!important;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.30) 0 1px,transparent 1px)!important;
  background-size:4px 4px!important;
  mix-blend-mode:soft-light!important;
  pointer-events:none!important;
}
.pk-home-component .lyrics-simple-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
}
.pk-home-component .lyrics-simple-head span{
  font-family:var(--font-display)!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-simple-head img{
  width:30px!important;
  height:30px!important;
  display:block!important;
  object-fit:contain!important;
}
.pk-home-component .lyrics-simple-art{
  width:58%!important;
  aspect-ratio:1 / 1!important;
  align-self:center!important;
  justify-self:end!important;
  overflow:hidden!important;
  margin:18px 0 14px!important;
}
.pk-home-component .lyrics-simple-art img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.pk-home-component .lyrics-simple-track{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
  padding-bottom:17px!important;
}
.pk-home-component .lyrics-simple-track strong{
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-size:17px!important;
  font-weight:700!important;
  line-height:1.05!important;
}
.pk-home-component .lyrics-simple-track span{
  color:rgba(255,255,255,.70)!important;
  font-family:var(--font-body)!important;
  font-size:9px!important;
  font-weight:500!important;
  line-height:1.2!important;
}
.pk-home-component .lyrics-simple-footer{
  min-height:38px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding-top:13px!important;
  border-top:1px solid rgba(255,255,255,.34)!important;
  font-family:var(--font-display)!important;
  font-size:9px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
}
.pk-home-component .lyrics-simple-footer svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  transition:transform .18s ease!important;
}
.pk-home-component .lyrics-simple-card:hover,.pk-home-component .lyrics-simple-card:focus-visible{
  color:#fff!important;
  text-decoration:none!important;
}
.pk-home-component .lyrics-simple-card:hover .lyrics-simple-footer svg,.pk-home-component .lyrics-simple-card:focus-visible .lyrics-simple-footer svg{
  transform:rotate(-45deg)!important;
}
@media (max-width:980px){.pk-home-component .feature-slider{
    min-height:760px!important;
  }.pk-home-component .feat-slide .feat-grid{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
    gap:24px!important;
  }.pk-home-component .feat-slide .feat-media{
    aspect-ratio:16 / 10!important;
  }.pk-home-component .feat-slide .feat-copy{
    box-shadow:10px 10px 0 #dedede!important;
  }.pk-home-component .feature-nav{
    right:28px!important;
    bottom:28px!important;
  }.pk-home-component .lyrics-day{
    position:static!important;
    order:1!important;
  }}
@media (max-width:768px){.pk-home-component .featured{
    padding:18px 0 44px!important;
  }.pk-home-component .feature-slider{
    min-height:720px!important;
  }.pk-home-component .feat-slide .feat-grid{
    gap:18px!important;
  }.pk-home-component .feat-slide .feat-media{
    aspect-ratio:4 / 3!important;
  }.pk-home-component .feat-slide .feat-copy{
    padding:24px!important;
    padding-bottom:70px!important;
    box-shadow:8px 8px 0 #dedede!important;
  }.pk-home-component .feat-slide .feat-copy h1{
    max-width:15ch!important;
    font-size:clamp(31px,8.8vw,43px)!important;
  }.pk-home-component .feat-slide .feat-desc{
    font-size:12px!important;
  }.pk-home-component .feature-nav{
    right:20px!important;
    bottom:20px!important;
  }.pk-home-component .feature-count{
    height:34px!important;
    min-width:58px!important;
  }.pk-home-component .feature-arrow{
    width:34px!important;
    height:34px!important;
  }.pk-home-component .lyrics-simple-card{
    padding:18px!important;
  }.pk-home-component .lyrics-simple-art{
    width:54%!important;
    margin-top:16px!important;
  }}
@media (max-width:390px){.pk-home-component .feature-slider{
    min-height:680px!important;
  }.pk-home-component .feat-slide .feat-desc{
    display:none!important;
  }.pk-home-component .lyrics-simple-art{
    width:56%!important;
  }}
@media (prefers-reduced-motion:reduce){.pk-home-component .feat-slide,.pk-home-component .lyrics-simple-footer svg{
    transition:none!important;
  }}
.pk-home-component .featured{
  padding:42px 0 58px!important;
  background:#fff!important;
}
.pk-home-component .feature-slider{
  position:relative!important;
  min-height:clamp(390px,38vw,500px)!important;
  overflow:visible!important;
  background:transparent!important;
}
.pk-home-component .feat-slide,.pk-home-component .feat-slide.active{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
.pk-home-component .feat-slide .feat-grid{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)!important;
  align-items:center!important;
  gap:clamp(38px,5vw,72px)!important;
}
.pk-home-component .feat-slide .feat-media{
  position:relative!important;
  width:100%!important;
  aspect-ratio:4 / 3!important;
  height:auto!important;
  align-self:center!important;
  overflow:hidden!important;
  background:#eee!important;
}
.pk-home-component .feat-slide .feat-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.pk-home-component .feat-slide .feat-copy{
  position:relative!important;
  width:100%!important;
  min-height:0!important;
  align-self:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding:clamp(30px,3.2vw,42px)!important;
  padding-bottom:68px!important;
  background:#fff!important;
  color:var(--ink)!important;
  border:1px solid var(--ink)!important;
  box-shadow:13px 13px 0 #dedede!important;
  text-align:left!important;
}
.pk-home-component .feat-slide .feature-label{
  margin:0 0 14px!important;
  padding:0 0 6px!important;
  border:0!important;
  border-bottom:2px solid var(--ink)!important;
  color:var(--ink)!important;
  background:transparent!important;
  font-size:8px!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.pk-home-component .feat-slide .feat-copy h1{
  max-width:15ch!important;
  margin:0 0 16px!important;
  color:var(--ink)!important;
  font-size:clamp(31px,3.05vw,46px)!important;
  font-weight:300!important;
  line-height:.98!important;
  letter-spacing:-.034em!important;
}
.pk-home-component .feat-slide .feat-copy h1 a{
  color:var(--ink)!important;
}
.pk-home-component .feat-slide .feat-desc{
  max-width:49ch!important;
  margin:0 0 17px!important;
  color:var(--ink-2)!important;
  font-size:12px!important;
  line-height:1.5!important;
}
.pk-home-component .feat-slide .meta{
  margin:0!important;
  color:var(--muted)!important;
  font-size:8px!important;
  line-height:1.4!important;
}
.pk-home-component .feature-count,.pk-home-component .feature-dots{
  display:none!important;
}
.pk-home-component .feature-nav{
  position:absolute!important;
  z-index:8!important;
  right:10px!important;
  bottom:calc(50% - min(19vw,250px) + 14px)!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  margin:0!important;
}
.pk-home-component .feature-arrow{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid var(--line)!important;
  background:#fff!important;
  color:var(--ink)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.pk-home-component .feature-arrow svg{
  width:12px!important;
  height:12px!important;
}
.pk-home-component .feature-arrow:hover,.pk-home-component .feature-arrow:focus-visible{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
  color:#fff!important;
}
.pk-home-component .lyrics-simple-card{
  position:relative!important;
  isolation:isolate!important;
  background:linear-gradient(145deg,#8B66DE 0%,#592796 100%)!important;
}
.pk-home-component .lyrics-simple-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='180' height='180' viewBox='0 0 180 180'%3E%0A  %3Cfilter id='noise'%3E%0A    %3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'%2F%3E%0A    %3CfeColorMatrix type='saturate' values='0'%2F%3E%0A  %3C%2Ffilter%3E%0A  %3Crect width='100%' height='100%' filter='url(#noise)' opacity='.48'%2F%3E%0A%3C%2Fsvg%3E%0A")!important;
  background-size:180px 180px!important;
  background-repeat:repeat!important;
  opacity:.16!important;
  mix-blend-mode:soft-light!important;
  pointer-events:none!important;
}
.pk-home-component .lyrics-simple-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:auto!important;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,255,255,.12),transparent 34%),
    radial-gradient(circle at 82% 78%,rgba(0,0,0,.16),transparent 42%)!important;
  pointer-events:none!important;
}
.pk-home-component .lyrics-simple-art{
  width:58%!important;
  aspect-ratio:1 / 1!important;
  align-self:center!important;
  justify-self:start!important;
  margin:18px 0 14px!important;
}
.pk-home-component .lyrics-simple-track{
  width:100%!important;
  align-items:flex-start!important;
  text-align:left!important;
}
@media (max-width:980px){.pk-home-component .feature-slider{
    min-height:760px!important;
  }.pk-home-component .feat-slide .feat-grid{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
    gap:20px!important;
  }.pk-home-component .feat-slide .feat-media{
    width:100%!important;
    aspect-ratio:16 / 10!important;
  }.pk-home-component .feat-slide .feat-copy{
    width:calc(100% - 16px)!important;
    margin-left:0!important;
    box-shadow:10px 10px 0 #dedede!important;
  }.pk-home-component .feature-nav{
    right:26px!important;
    bottom:26px!important;
  }}
@media (max-width:768px){.pk-home-component .featured{
    padding:18px 0 42px!important;
  }.pk-home-component .feature-slider{
    min-height:710px!important;
  }.pk-home-component .feat-slide .feat-media{
    aspect-ratio:4 / 3!important;
  }.pk-home-component .feat-slide .feat-copy{
    width:calc(100% - 10px)!important;
    padding:23px!important;
    padding-bottom:62px!important;
    border:1px solid var(--ink)!important;
    box-shadow:8px 8px 0 #dedede!important;
  }.pk-home-component .feat-slide .feat-copy h1{
    max-width:15ch!important;
    font-size:clamp(30px,8.5vw,42px)!important;
  }.pk-home-component .feature-nav{
    right:18px!important;
    bottom:18px!important;
  }.pk-home-component .feature-arrow{
    width:32px!important;
    height:32px!important;
  }.pk-home-component .lyrics-simple-art{
    width:56%!important;
    justify-self:start!important;
  }}
@media (max-width:390px){.pk-home-component .feature-slider{
    min-height:665px!important;
  }.pk-home-component .feat-slide .feat-desc{
    display:none!important;
  }.pk-home-component .lyrics-simple-art{
    width:58%!important;
  }}
.pk-home-component .feature-nav{
  position:absolute!important;
  z-index:12!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  right:auto!important;
  bottom:auto!important;
}
.pk-home-component .feature-arrow{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:rgba(255,255,255,.92)!important;
  color:#160F26!important;
  backdrop-filter:blur(5px)!important;
}
.pk-home-component .feature-arrow:hover,.pk-home-component .feature-arrow:focus-visible{
  background:#8B66DE!important;
  border-color:#8B66DE!important;
  color:#fff!important;
}
.pk-home-component .chart-row{
  grid-template-columns:
    36px
    22px
    68px
    minmax(0,1fr)
    minmax(0,1fr)
    44px!important;
  column-gap:18px!important;
}
.pk-home-component .chart-no{
  width:36px!important;
}
.pk-home-component .chart-move{
  width:22px!important;
  height:22px!important;
  display:grid!important;
  place-items:center!important;
  align-self:center!important;
  justify-self:center!important;
}
.pk-home-component .chart-move svg{
  width:11px!important;
  height:11px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.pk-home-component .chart-move--same{
  color:#8B66DE!important;
}
.pk-home-component .chart-move--up{
  color:#42A575!important;
}
.pk-home-component .chart-move--down{
  color:#E878A7!important;
}
@media (max-width:900px){.pk-home-component .chart-row{
    grid-template-columns:
      32px
      18px
      60px
      minmax(0,1fr)
      minmax(0,.72fr)
      40px!important;
    column-gap:13px!important;
  }.pk-home-component .chart-no{
    width:32px!important;
  }.pk-home-component .chart-move{
    width:18px!important;
    height:18px!important;
  }}
@media (max-width:620px){.pk-home-component .chart-row{
    grid-template-columns:
      25px
      16px
      52px
      minmax(0,1fr)
      36px!important;
    grid-template-rows:auto auto!important;
    column-gap:8px!important;
    row-gap:4px!important;
  }.pk-home-component .chart-no{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    width:25px!important;
  }.pk-home-component .chart-move{
    grid-column:2!important;
    grid-row:1 / span 2!important;
    width:16px!important;
    height:16px!important;
  }.pk-home-component .chart-thumb-link{
    grid-column:3!important;
    grid-row:1 / span 2!important;
  }.pk-home-component .chart-title-link{
    grid-column:4!important;
    grid-row:1!important;
  }.pk-home-component .chart-artist{
    grid-column:4!important;
    grid-row:2!important;
  }.pk-home-component .chart-cta-arrow{
    grid-column:5!important;
    grid-row:1 / span 2!important;
  }}
.pk-home-component .feature-nav{
  position:absolute!important;
  z-index:15!important;
}
.pk-home-component .chart-move{
  width:28px!important;
  height:28px!important;
}
.pk-home-component .chart-move svg{
  width:17px!important;
  height:17px!important;
  stroke-width:2.5!important;
}
.pk-home-component .chart-move--same{
  color:#8B66DE!important;
}
.pk-home-component .chart-move--up{
  color:#15945F!important;
}
.pk-home-component .chart-move--down{
  color:#D94F87!important;
}
.pk-home-component .chart-row{
  grid-template-columns:
    36px
    28px
    68px
    minmax(0,1fr)
    minmax(0,1fr)
    44px!important;
  column-gap:16px!important;
}
.pk-home-component .lyrics-simple-art{
  width:42%!important;
  justify-self:start!important;
  margin:18px 0 14px!important;
}
@media (max-width:900px){.pk-home-component .chart-move{
    width:24px!important;
    height:24px!important;
  }.pk-home-component .chart-move svg{
    width:15px!important;
    height:15px!important;
  }.pk-home-component .chart-row{
    grid-template-columns:
      32px
      24px
      60px
      minmax(0,1fr)
      minmax(0,.72fr)
      40px!important;
    column-gap:12px!important;
  }}
@media (max-width:620px){.pk-home-component .chart-row{
    grid-template-columns:
      25px
      22px
      52px
      minmax(0,1fr)
      36px!important;
    column-gap:8px!important;
  }.pk-home-component .chart-move{
    width:22px!important;
    height:22px!important;
  }.pk-home-component .chart-move svg{
    width:14px!important;
    height:14px!important;
  }.pk-home-component .lyrics-simple-art{
    width:40%!important;
    justify-self:start!important;
  }}
.pk-home-component .elementor-widget-pke-header,.pk-home-component .elementor-widget-pke-footer,.pk-home-component .elementor-widget-pke-featured,.pk-home-component .elementor-widget-pke-trending,.pk-home-component .elementor-widget-pke-ad-placement,.pk-home-component .elementor-widget-pke-originals,.pk-home-component .elementor-widget-pke-latest,.pk-home-component .elementor-widget-pke-newsletter{width:100%!important;max-width:none!important}
.pk-home-component .purp-kulture-theme,.pk-home-component .purp-kulture-theme button,.pk-home-component .purp-kulture-theme input,.pk-home-component .purp-kulture-theme select,.pk-home-component .purp-kulture-theme textarea,.pk-home-component .purp-kulture-theme a,.pk-home-component .purp-kulture-theme p,.pk-home-component .purp-kulture-theme span,.pk-home-component .purp-kulture-theme label,.pk-home-component .purp-kulture-theme small,.pk-home-component .purp-kulture-theme strong,.pk-home-component .purp-kulture-theme b{font-family:var(--sans,Arial,Helvetica,sans-serif)!important}
.pk-home-component .purp-kulture-theme h1,.pk-home-component .purp-kulture-theme h2,.pk-home-component .purp-kulture-theme h3,.pk-home-component .purp-kulture-theme h4,.pk-home-component .purp-kulture-theme h5,.pk-home-component .purp-kulture-theme h6,.pk-home-component .purp-kulture-theme .sec-title,.pk-home-component .purp-kulture-theme .feat-copy h1,.pk-home-component .purp-kulture-theme .orig-copy h2,.pk-home-component .purp-kulture-theme .lat-body h3{font-family:var(--serif,var(--sans,Arial,Helvetica,sans-serif))!important}
.pk-home-component .pk-header-widget{width:100%}
.pk-home-component .chart{position:relative}
.pk-home-component .chart-panel[hidden]{display:none!important}
.pk-home-component .chart-panel.active{display:block}
.pk-home-component .chart-loading[hidden]{display:none!important}
.pk-home-component .chart.is-switching .chart-loading:not([hidden]){display:flex!important}
.pk-home-component .chart-row[hidden],.pk-home-component .lat-row[hidden]{display:none!important}
.pk-home-component .trend-load-wrap[hidden],.pk-home-component .center-btn[hidden]{display:none!important}
.pk-home-component .pk-empty-state{padding:28px 8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:14px}
.pk-home-component .latest-layout.no-lyrics{grid-template-columns:minmax(0,1fr)!important}
.pk-home-component .latest-layout.no-lyrics .latest-main{max-width:none!important}
.pk-home-component .ad-custom{width:100%;display:flex;justify-content:center;align-items:center;min-height:90px}
.pk-home-component .ad-custom>*{max-width:100%}
.pk-home-component .newsletter-form.has-error input{border-color:var(--brand)!important}
.pk-home-component .newsletter-form.is-success input{outline:2px solid var(--indigo);outline-offset:-2px}
@media (max-width:768px){.pk-home-component .latest-layout.no-lyrics{display:block!important}}
.pk-home-component .elementor-widget-pke-featured .feat-copy h1{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  overflow:hidden!important;
}
.pk-home-component .elementor-widget-pke-featured .feature-arrow--prev svg{transform:none!important}
.pk-home-component .chart-loading{position:absolute!important;inset:0!important;z-index:30!important;align-items:flex-start!important;justify-content:center!important;padding-top:38px!important;background:rgba(255,255,255,.94)!important}
.pk-home-component .chart-bouncing-dots{display:flex;align-items:center;justify-content:center;gap:8px;min-height:28px}
.pk-home-component .chart-bouncing-dots>span:not(.screen-reader-text){width:9px;height:9px;display:block;border-radius:50%!important;background:var(--brand,#8B66DE);animation:pkeBounceDot .72s ease-in-out infinite}
.pk-home-component .chart-bouncing-dots>span:nth-child(2){animation-delay:.12s}
.pk-home-component .chart-bouncing-dots>span:nth-child(3){animation-delay:.24s}
@keyframes pkeBounceDot{0%,60%,100%{transform:translateY(0);opacity:.55}30%{transform:translateY(-8px);opacity:1}}
.pk-home-component .chart-move svg{fill:none!important;stroke:currentColor!important;stroke-width:2.6!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.pk-home-component .originals .orig-media{position:relative!important}
.pk-home-component .orig-video-badge{position:absolute;right:14px;bottom:14px;z-index:4;width:42px;height:42px;display:grid;place-items:center;background:#fff;color:#160F26;border:1px solid rgba(22,15,38,.18);box-shadow:0 4px 18px rgba(0,0,0,.16)}
.pk-home-component .orig-video-badge svg{width:19px;height:19px;display:block;fill:currentColor;stroke:none!important}
.pk-home-component .orig-video-badge svg path{fill:currentColor!important}
.pk-home-component .lyrics-day-card{position:relative;isolation:isolate;display:block;width:100%;overflow:hidden;border:1px solid var(--ink,#0b0b0d);background:#fff;color:var(--ink,#0b0b0d);text-decoration:none!important}
.pk-home-component .lyrics-day-card::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(139,102,222,.14),rgba(119,211,204,.08) 48%,rgba(255,255,255,0) 78%);pointer-events:none}
.pk-home-component .lyrics-day-top{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line,#dedde2)}
.pk-home-component .lyrics-day-kicker{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--brand,#8B66DE)}
.pk-home-component .lyrics-day-top img{width:30px;height:30px;object-fit:contain;flex:none}
.pk-home-component .lyrics-day-body{display:grid;grid-template-columns:minmax(92px,36%) minmax(0,1fr);gap:16px;align-items:center;padding:18px 16px}
.pk-home-component .lyrics-day-art{aspect-ratio:1/1;overflow:hidden;background:var(--paper-2,#f7f6f8)}
.pk-home-component .lyrics-day-art img{width:100%;height:100%;object-fit:cover}
.pk-home-component .lyrics-day-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.pk-home-component .lyrics-day-copy>span{font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--muted,#777781)}
.pk-home-component .lyrics-day-copy strong{font-size:clamp(17px,1.7vw,23px);font-weight:800;line-height:1.08;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.pk-home-component .lyrics-day-copy small{font-size:13px;font-weight:600;color:var(--ink-2,#3d3d45)}
.pk-home-component .lyrics-day-cta{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid var(--line,#dedde2);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.pk-home-component .lyrics-day-cta svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .18s ease}
.pk-home-component .lyrics-day-card:hover .lyrics-day-cta svg,.pk-home-component .lyrics-day-card:focus-visible .lyrics-day-cta svg{transform:translateX(3px)}
.pk-home-component .newsletter-form.has-error input{border-color:#d63638!important;outline:2px solid #d63638!important;outline-offset:-2px!important;color:inherit!important}
.pk-home-component .newsletter-form.has-error input::placeholder{color:#a61b1b!important;opacity:.78}
.pk-home-component [data-latest-more].is-loading{opacity:.65;cursor:wait}
.pk-home-component [data-latest-more].has-error{border-color:#d63638!important;color:#d63638!important}
@media (max-width:768px){.pk-home-component .chart-loading{padding-top:24px!important}.pk-home-component .orig-video-badge{right:10px;bottom:10px;width:38px;height:38px}.pk-home-component .lyrics-day-body{grid-template-columns:104px minmax(0,1fr)}}
@media (max-width:480px){.pk-home-component .lyrics-day-body{grid-template-columns:88px minmax(0,1fr);gap:13px;padding:14px}.pk-home-component .lyrics-day-top,.pk-home-component .lyrics-day-cta{padding-left:14px;padding-right:14px}}
.pk-home-component .chart-bouncing-dots .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.pk-home-component .chart-move--same{color:var(--ink,#0b0b0d)!important}
/* Elementor wrapper-aware corrections after component scoping. */
.elementor-widget-pke-featured .pk-home-component .feat-copy h1{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}
.elementor-widget-pke-featured .pk-home-component .feature-arrow--prev svg{transform:none!important}
.elementor-editor-active .pk-home-component .feature-nav{pointer-events:auto}

/* ============================================================
   v2.22 — linked categories + dark-mode compatibility
   ============================================================ */
.pk-home-component a.eyebrow.category-link,
.pk-home-component .lat-body a.eyebrow,
.pk-home-component .feat-copy a.feature-label,
.pk-home-component .orig-copy a.eyebrow{
  width:max-content;
  max-width:100%;
  color:inherit;
  text-decoration:none;
}
.pk-home-component a.eyebrow.category-link:hover,
.pk-home-component a.eyebrow.category-link:focus-visible,
.pk-home-component .lat-body a.eyebrow:hover,
.pk-home-component .lat-body a.eyebrow:focus-visible,
.pk-home-component .feat-copy a.feature-label:hover,
.pk-home-component .feat-copy a.feature-label:focus-visible,
.pk-home-component .orig-copy a.eyebrow:hover,
.pk-home-component .orig-copy a.eyebrow:focus-visible{
  color:inherit!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
.pk-home-component .lat-title-link{color:inherit;text-decoration:none}

html[data-pk-theme="dark"] .pk-home-component .trending,
html[data-pk-theme="dark"] .pk-home-component .latest,
html[data-pk-theme="dark"] .pk-home-component .featured{
  background:var(--paper)!important;
  color:var(--ink)!important;
}
html[data-pk-theme="dark"] .pk-home-component .chart-row,
html[data-pk-theme="dark"] .pk-home-component .trend-filter-btn,
html[data-pk-theme="dark"] .pk-home-component .trend-filter-menu,
html[data-pk-theme="dark"] .pk-home-component .trend-filter-option,
html[data-pk-theme="dark"] .pk-home-component .chart-cta-arrow,
html[data-pk-theme="dark"] .pk-home-component .btn{
  background:var(--paper)!important;
  color:var(--ink)!important;
  border-color:var(--line)!important;
}
html[data-pk-theme="dark"] .pk-home-component .chart-row:hover,
html[data-pk-theme="dark"] .pk-home-component .lat-row:hover,
html[data-pk-theme="dark"] .pk-home-component .trend-filter-btn:hover,
html[data-pk-theme="dark"] .pk-home-component .trend-filter-option:hover{
  background:var(--paper-2)!important;
}
html[data-pk-theme="dark"] .pk-home-component .trend-filter-option.active,
html[data-pk-theme="dark"] .pk-home-component .chart-cta-arrow:hover{
  background:var(--brand,#8B66DE)!important;
  color:#fff!important;
  border-color:var(--brand,#8B66DE)!important;
}
html[data-pk-theme="dark"] .pk-home-component .latest-list,
html[data-pk-theme="dark"] .pk-home-component .chart-row,
html[data-pk-theme="dark"] .pk-home-component .lat-row{
  border-color:var(--line)!important;
}


/* ============================================================
   v2.23 — Featured card dark-mode parity
   Keep the existing editorial card treatment, but make its paper
   surface and offset design shadow follow the active PK theme.
   ============================================================ */
html[data-pk-theme="dark"] .pk-home-component .feat-slide .feat-copy,
html[data-pk-theme="dark"] .elementor-widget-pke-featured .pk-home-component .feat-slide .feat-copy{
  background:var(--paper)!important;
  color:var(--ink)!important;
  border-color:var(--ink)!important;
  box-shadow:13px 13px 0 var(--brand,#8B66DE)!important;
}
html[data-pk-theme="dark"] .pk-home-component .feat-slide .feat-media{
  background:var(--paper-2)!important;
}
html[data-pk-theme="dark"] .pk-home-component .feat-slide .feature-label,
html[data-pk-theme="dark"] .pk-home-component .feat-slide .feat-copy h1,
html[data-pk-theme="dark"] .pk-home-component .feat-slide .feat-copy h1 a{
  color:var(--ink)!important;
  border-color:var(--ink)!important;
}
html[data-pk-theme="dark"] .pk-home-component .feat-slide .feat-desc{color:var(--ink-2)!important}
html[data-pk-theme="dark"] .pk-home-component .feat-slide .meta{color:var(--muted)!important}
@media(max-width:768px){
  html[data-pk-theme="dark"] .pk-home-component .feat-slide .feat-copy,
  html[data-pk-theme="dark"] .elementor-widget-pke-featured .pk-home-component .feat-slide .feat-copy{
    box-shadow:8px 8px 0 var(--brand,#8B66DE)!important;
  }
}
