/* RADIC Style 1 — independent editorial audio experience */
.index.style-1-modern {
  --s1-bg: #f3f1eb;
  --s1-surface: #fbfaf6;
  --s1-surface-strong: #ffffff;
  --s1-ink: #151817;
  --s1-muted: #626a66;
  --s1-line: rgba(21, 24, 23, 0.13);
  --s1-accent: #ff5a36;
  --s1-accent-2: #c8f04a;
  --s1-signal: #21b7a8;
  --s1-night: #111b1c;
  --s1-night-soft: #182526;
  --s1-action-bg: #151817;
  --s1-action-fg: #ffffff;
  --s1-action-hover: #2b3230;
  --s1-neutral-bg: #ffffff;
  --s1-neutral-fg: #151817;
  --s1-neutral-border: #c7cdc8;
  --s1-neutral-hover: #e9ece7;
  --s1-radius: 28px;
  --s1-shadow: 0 24px 70px rgba(34, 42, 39, 0.1);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: block;
  overflow-x: hidden;
  color: var(--s1-ink);
  background:
    radial-gradient(circle at 7% 0%, rgba(255, 90, 54, 0.09), transparent 28rem),
    radial-gradient(circle at 96% 18%, rgba(33, 183, 168, 0.1), transparent 32rem),
    var(--s1-bg);
  font-family: "Manrope", system-ui, sans-serif;
}

.index.style-1-modern::selection {
  color: #101514;
  background: var(--s1-accent-2);
}

.index.style-1-modern a,
.index.style-1-modern button,
.index.style-1-modern input,
.index.style-1-modern select,
.index.style-1-modern textarea {
  font: inherit;
}

.index.style-1-modern :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--s1-accent);
  outline-offset: 4px;
}

.index.style-1-modern .page {
  position: relative;
  width: min(100%, 1560px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(20px, 4.5vw, 76px) clamp(64px, 8vw, 124px);
  display: block;
}

.index.style-1-modern .page::before,
.index.style-1-modern .page::after {
  display: none;
}

/* Navigation */
.index.style-1-modern .site-nav {
  position: sticky;
  inset: 0 0 auto;
  z-index: 100;
  width: 100%;
  min-height: 76px;
  border: 0;
  border-bottom: 1px solid var(--s1-line);
  background: rgba(243, 241, 235, 0.82);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

.index.style-1-modern .site-nav-inner {
  width: min(100%, 1560px);
  min-height: 76px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4.5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.index.style-1-modern .site-nav-brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--s1-ink);
  text-decoration: none;
}

.index.style-1-modern .site-nav-logo {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
}

.index.style-1-modern .site-nav-wordmark {
  display: grid;
  line-height: 1;
}

.index.style-1-modern .site-nav-wordmark strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.08em;
}

.index.style-1-modern .site-nav-wordmark small {
  margin-top: 5px;
  color: var(--s1-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.index.style-1-modern .site-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 30px);
}

.index.style-1-modern .site-nav-link {
  position: relative;
  padding: 28px 0 24px;
  color: var(--s1-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.index.style-1-modern .site-nav-link::after {
  content: "";
  position: absolute;
  inset: auto 0 17px;
  height: 2px;
  border-radius: 2px;
  background: var(--s1-accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.index.style-1-modern .site-nav-link:hover,
.index.style-1-modern .site-nav-link.is-current {
  color: var(--s1-ink);
}

.index.style-1-modern .site-nav-link:hover::after,
.index.style-1-modern .site-nav-link.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.index.style-1-modern .site-nav-toggle {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--s1-line);
  border-radius: 999px;
  color: var(--s1-ink);
  background: var(--s1-surface-strong);
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.index.style-1-modern .site-nav-menu-toggle {
  display: none;
}

/* Hero */
.index.style-1-modern .hero {
  min-height: min(780px, calc(100vh - 76px));
  margin: 0;
  padding: clamp(54px, 7vw, 112px) 0 clamp(72px, 8vw, 128px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 118px);
  animation: none;
}

.index.style-1-modern .hero-copy {
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: 0;
}

.index.style-1-modern .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--s1-accent);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.index.style-1-modern .hero .eyebrow span {
  color: var(--s1-signal);
  font-size: 0.72rem;
  filter: drop-shadow(0 0 7px rgba(33, 183, 168, 0.7));
}

.index.style-1-modern .hero-copy h1 {
  max-width: 10ch;
  margin: 23px 0 24px;
  color: var(--s1-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.5rem, 6.2vw, 7.15rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.index.style-1-modern .hero-lead {
  max-width: 57ch;
  margin: 0;
  color: var(--s1-muted);
  font-size: clamp(1rem, 1.3vw, 1.24rem);
  line-height: 1.65;
}

.index.style-1-modern .hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.index.style-1-modern .hero-primary,
.index.style-1-modern .hero-secondary {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.index.style-1-modern .hero-primary {
  color: #fff;
  background: var(--s1-ink);
  box-shadow: 0 12px 28px rgba(21, 24, 23, 0.16);
}

.index.style-1-modern .hero-primary span {
  font-size: 1.25rem;
}

.index.style-1-modern .hero-secondary {
  border: 1px solid var(--s1-line);
  color: var(--s1-ink);
  background: rgba(255, 255, 255, 0.52);
}

.index.style-1-modern .hero-primary:hover,
.index.style-1-modern .hero-secondary:hover {
  transform: translateY(-3px);
}

.index.style-1-modern .hero-facts {
  margin: clamp(44px, 6vw, 76px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.index.style-1-modern .hero-facts li {
  min-width: 0;
  padding: 0 20px;
  display: grid;
  gap: 3px;
  border-left: 1px solid var(--s1-line);
}

.index.style-1-modern .hero-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.index.style-1-modern .hero-facts strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.04em;
}

.index.style-1-modern .hero-facts span {
  overflow: hidden;
  color: var(--s1-muted);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index.style-1-modern .hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: clamp(28px, 4vw, 54px);
  background: var(--s1-night);
  box-shadow: 0 38px 90px rgba(27, 37, 35, 0.2);
  transform: rotate(1.4deg);
}

.index.style-1-modern .hero-media::after {
  content: "RADIC / SIGNAL 01";
  position: absolute;
  inset: auto 22px 20px auto;
  z-index: 2;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 16, 16, 0.44);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  backdrop-filter: blur(12px);
}

.index.style-1-modern .hero-slider-btn,
.index.style-1-modern .hero-slider-picture,
.index.style-1-modern .hero-slider-img,
.index.style-1-modern .hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.index.style-1-modern .hero-slider-btn {
  padding: 0;
  border: 0;
  cursor: pointer;
}

.index.style-1-modern .hero-slider-img,
.index.style-1-modern .hero-media img {
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06);
}

.index.style-1-modern .hero-slider-state {
  position: absolute;
  inset: 20px auto auto 20px;
  z-index: 3;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 16, 16, 0.45);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

/* Radio deck */
.index.style-1-modern .style-2 {
  position: relative;
  margin: 0 0 clamp(80px, 10vw, 150px);
  padding: clamp(28px, 4.5vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: clamp(30px, 4vw, 52px);
  color: #f4f7f5;
  background:
    radial-gradient(circle at 92% 7%, rgba(33, 183, 168, 0.24), transparent 30rem),
    radial-gradient(circle at 5% 95%, rgba(255, 90, 54, 0.16), transparent 26rem),
    var(--s1-night);
  box-shadow: 0 40px 100px rgba(18, 28, 28, 0.22);
}

.index.style-1-modern .style-2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 54px 54px;
}

.index.style-1-modern .radio-deck-header {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(26px, 3vw, 46px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
}

.index.style-1-modern .radio-deck-header h2 {
  margin: 9px 0 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3.7vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.index.style-1-modern .radio-deck-header p {
  max-width: 43ch;
  margin: 0;
  color: #aab9b5;
  font-size: 0.92rem;
  line-height: 1.6;
}

.index.style-1-modern .style-2 .style-2-layout {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(310px, 0.88fr) minmax(0, 1.95fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: stretch;
}

.index.style-1-modern .style-2 .inactive-column,
.index.style-1-modern .style-2 .active-column {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  justify-self: stretch;
}

.index.style-1-modern .style-2 .inactive-column {
  min-height: 548px;
  display: flex;
  flex-direction: column;
}

.index.style-1-modern .style-2 .inactive-list {
  height: 100%;
  min-height: 548px;
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(7, minmax(72px, 86px));
  align-content: start;
  gap: 8px;
}

.index.style-1-modern .style-2 .card.compact {
  width: 100%;
  min-width: 0;
  min-height: 72px;
  margin: 0;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas: "logo header" "logo now";
  column-gap: 12px;
  row-gap: 1px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  outline: 0;
  color: #edf3f0;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  cursor: pointer;
  backdrop-filter: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.index.style-1-modern .style-2 .card.compact:hover,
.index.style-1-modern .style-2 .card.compact:focus-visible {
  border-color: rgba(200, 240, 74, 0.55);
  background: rgba(200, 240, 74, 0.1);
  transform: translateX(5px);
}

.index.style-1-modern .style-2 .card.compact .mini-logo {
  grid-area: logo;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.index.style-1-modern .style-2 .card.compact .mini-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index.style-1-modern .style-2 .card.compact .header {
  grid-area: header;
  min-width: 0;
  margin: 0;
}

.index.style-1-modern .style-2 .card.compact .title-radio {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: #f5f8f6;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index.style-1-modern .style-2 .card.compact .now-playing {
  grid-area: now;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.index.style-1-modern .style-2 .card.compact .now-playing .text {
  min-width: 0;
  display: block;
  margin: 0;
}

.index.style-1-modern .style-2 .card.compact .np-label,
.index.style-1-modern .style-2 .card.compact .cover-wrap,
.index.style-1-modern .style-2 .card.compact .controls,
.index.style-1-modern .style-2 .card.compact .links,
.index.style-1-modern .style-2 .card.compact .last-updated,
.index.style-1-modern .style-2 .card.compact .recent,
.index.style-1-modern .style-2 .card.compact audio {
  display: none;
}

.index.style-1-modern .style-2 .card.compact .np-track {
  display: block;
  overflow: hidden;
  color: #93a49f;
  font-size: 0.77rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index.style-1-modern .style-2 .active-slot {
  height: 100%;
  min-height: 548px;
}

.index.style-1-modern .style-2 .active-column .card:not(.compact) {
  width: 100%;
  height: 100%;
  min-height: 548px;
  margin: 0;
  padding: clamp(24px, 3vw, 46px);
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.15fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  grid-template-areas: "cover header" "cover now" "cover controls";
  column-gap: clamp(28px, 4vw, 60px);
  row-gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: clamp(24px, 3vw, 38px);
  outline: 0;
  color: #f4f7f5;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 26px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}

.index.style-1-modern .style-2 .active-column .card:not(.compact) .mini-logo {
  display: none;
}

.index.style-1-modern .style-2 .active-column .card:not(.compact) .cover-wrap {
  grid-area: cover;
  width: 100%;
  max-width: 430px;
  margin: 0;
  align-self: center;
}

.index.style-1-modern .style-2 .active-column .card:not(.compact) .cover-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  border-radius: clamp(20px, 2.4vw, 32px);
  object-fit: cover;
  background: #fff;
  box-shadow: 0 28px 60px rgba(0,0,0,.3);
}

.index.style-1-modern .style-2 .active-column .card:not(.compact) .header {
  grid-area: header;
  min-width: 0;
  align-self: end;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.index.style-1-modern .style-2 .active-column .card:not(.compact) .header::before {
  content: "UŽIVO";
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #13201d;
  background: var(--s1-accent-2);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.index.style-1-modern .style-2 .active-column .title-radio {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  overflow-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index.style-1-modern .style-2 .active-column .now-playing {
  grid-area: now;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #a9b9b4;
  background: transparent;
}

.index.style-1-modern .style-2 .active-column .now-playing .text {
  margin: 0 0 13px;
  display: grid;
  gap: 7px;
}

.index.style-1-modern .style-2 .active-column .np-label {
  color: var(--s1-signal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.index.style-1-modern .style-2 .active-column .np-track {
  display: -webkit-box;
  overflow: hidden;
  color: #f7faf8;
  font-size: clamp(1.3rem, 2.15vw, 2.45rem);
  font-weight: 700;
  line-height: 1.12;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index.style-1-modern .style-2 .active-column .last-updated {
  margin-top: 10px;
  color: #71837e;
  font-size: 0.7rem;
}

.index.style-1-modern .style-2 .active-column .links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.index.style-1-modern .style-2 .active-column .links .link {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #e8efec;
  background: rgba(255,255,255,.065);
  font-size: .75rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.index.style-1-modern .style-2 .active-column .links .link::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #a8b6b2;
  box-shadow: 0 0 0 3px rgba(168,182,178,.12);
}

.index.style-1-modern .style-2 .active-column .links .link:nth-child(1)::before {
  background: #ff453a;
  box-shadow: 0 0 0 3px rgba(255,69,58,.14);
}

.index.style-1-modern .style-2 .active-column .links .link:nth-child(2)::before {
  background: #1ed760;
  box-shadow: 0 0 0 3px rgba(30,215,96,.14);
}

.index.style-1-modern .style-2 .active-column .links .link:nth-child(3)::before {
  background: #fa57c1;
  box-shadow: 0 0 0 3px rgba(250,87,193,.14);
}

.index.style-1-modern .style-2 .active-column .links .link:hover,
.index.style-1-modern .style-2 .active-column .links .link:focus-visible {
  border-color: rgba(255,255,255,.28);
  color: #fff;
  background: rgba(255,255,255,.115);
  text-decoration: none;
  transform: translateY(-2px);
}

.index.style-1-modern .style-2 .archive-open,
.index.style-1-modern .style-2 .recent-filter {
  border-color: rgba(255,255,255,.13);
  color: #dce6e2;
  background: rgba(255,255,255,.06);
}

.index.style-1-modern .style-2 .active-column .recent {
  max-height: 125px;
  margin-top: 16px;
  overflow: auto;
  color: #93a49f;
  scrollbar-width: thin;
}

.index.style-1-modern .style-2 .active-column .controls {
  grid-area: controls;
  width: 100%;
  display: grid;
  grid-template-columns: 58px 58px minmax(120px, 1fr);
  gap: 10px;
  align-items: center;
}

.index.style-1-modern .style-2 .play-button,
.index.style-1-modern .style-2 .stop-button {
  width: 58px;
  height: 54px;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  color: #12201d;
  background: var(--s1-accent-2);
  box-shadow: none;
  cursor: pointer;
}

.index.style-1-modern .style-2 .stop-button {
  color: #fff;
  background: rgba(255, 90, 54, 0.25);
}

.index.style-1-modern .style-2 .volume {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.index.style-1-modern .style-2 .volume-slider {
  width: 100%;
  accent-color: var(--s1-accent-2);
}

.index.style-1-modern .style-2 .active-empty {
  min-height: 548px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 32px;
  color: #94a5a0;
}

.index.style-1-modern .style-2 .active-empty.hidden {
  display: none;
}

/* Shared editorial sections */
.index.style-1-modern :where(
  .suggestion-section,
  .visualizer-section,
  .station-carousel-section,
  .news-section,
  .playlist-section,
  .featured-video-section,
  .editors-choice-section
) {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(78px, 9vw, 142px);
}

.index.style-1-modern :where(
  .news-title,
  .playlist-title,
  .featured-video-title,
  .editors-choice-title,
  .visualizer-title,
  .station-carousel-title,
  .suggestion-title
) {
  color: var(--s1-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 5rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.index.style-1-modern .lead {
  max-width: 64ch;
  color: var(--s1-muted);
  font-size: clamp(0.96rem, 1.15vw, 1.12rem);
  line-height: 1.65;
}

/* Suggestion calls to action */
.index.style-1-modern .suggestion-section {
  min-height: 230px;
  padding: clamp(28px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  border: 0;
  border-radius: var(--s1-radius);
  color: #18201d;
  background: var(--s1-accent-2);
  box-shadow: none;
}

.index.style-1-modern .suggestion-section::before {
  content: "+";
  position: absolute;
  inset: -64px 5% auto auto;
  color: rgba(20, 30, 26, 0.08);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
}

.index.style-1-modern .suggestion-section-song {
  color: #fff;
  background: var(--s1-accent);
}

.index.style-1-modern .suggestion-section-song::before {
  color: rgba(255,255,255,.09);
}

.index.style-1-modern .suggestion-intro,
.index.style-1-modern .suggestion-cta {
  position: relative;
  z-index: 1;
}

.index.style-1-modern .suggestion-title {
  max-width: 14ch;
  margin: 10px 0 0;
  color: currentColor;
  font-size: clamp(2rem, 3.4vw, 4rem);
}

.index.style-1-modern .suggestion-section .eyebrow,
.index.style-1-modern .suggestion-section .lead,
.index.style-1-modern .suggestion-cta-note {
  color: currentColor;
  opacity: 0.72;
}

.index.style-1-modern .suggestion-open {
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--s1-ink);
  box-shadow: 0 14px 28px rgba(20, 30, 26, 0.14);
  font-weight: 850;
}

.index.style-1-modern .suggestion-section-song .suggestion-open {
  color: var(--s1-ink);
  background: #fff;
}

.index.style-1-modern .suggestion-open-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
}

/* Visualizer */
.index.style-1-modern .visualizer-section {
  padding: clamp(28px, 4.5vw, 64px);
  overflow: hidden;
  border-radius: clamp(30px, 4vw, 50px);
  color: #fff;
  background: #0b0f11;
}

.index.style-1-modern .visualizer-header {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
  grid-template-areas:
    "label copy"
    "title copy";
  align-items: end;
  gap: 8px clamp(28px, 5vw, 80px);
}

.index.style-1-modern .visualizer-header .eyebrow { grid-area: label; justify-self: start; }
.index.style-1-modern .visualizer-header .visualizer-title { grid-area: title; }
.index.style-1-modern .visualizer-header .lead { grid-area: copy; align-self: end; }

.index.style-1-modern .visualizer-title {
  margin: 8px 0 0;
  color: #fff;
}

.index.style-1-modern .visualizer-shell {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: #101819;
  box-shadow: none;
}

.index.style-1-modern .visualizer-stage {
  min-height: clamp(340px, 46vw, 650px);
  border-radius: 0;
}

.index.style-1-modern .visualizer-canvas {
  min-height: inherit;
}

.index.style-1-modern .visualizer-nowplaying {
  inset: auto auto 24px 24px;
  max-width: min(520px, calc(100% - 48px));
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(8, 13, 14, 0.65);
  backdrop-filter: blur(16px);
}

.index.style-1-modern .visualizer-controls {
  padding: 15px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: #121b1c;
}

.index.style-1-modern .visualizer-control select,
.index.style-1-modern .visualizer-toggle,
.index.style-1-modern .visualizer-fullscreen {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  color: #fff;
  background: rgba(255,255,255,.07);
}

/* Station carousel */
.index.style-1-modern .station-carousel-section {
  padding: clamp(26px, 3.5vw, 48px) 0;
  border-top: 1px solid var(--s1-line);
  border-bottom: 1px solid var(--s1-line);
}

.index.style-1-modern .station-carousel-header {
  margin-bottom: 24px;
  display: grid;
  justify-items: start;
  gap: 8px;
}

.index.style-1-modern .station-carousel-title {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 3vw, 3.5rem);
}

.index.style-1-modern .station-carousel {
  padding: 10px 0;
  border: 0;
  background: transparent;
}

.index.style-1-modern .station-carousel::before,
.index.style-1-modern .station-carousel::after {
  width: 80px;
}

.index.style-1-modern .station-carousel::before {
  background: linear-gradient(90deg, var(--s1-bg), transparent);
}

.index.style-1-modern .station-carousel::after {
  background: linear-gradient(-90deg, var(--s1-bg), transparent);
}

.index.style-1-modern .station-carousel-track {
  gap: 12px;
}

.index.style-1-modern .station-carousel-item {
  min-width: 180px;
  padding: 10px 14px 10px 10px;
  border: 1px solid var(--s1-line);
  border-radius: 16px;
  color: var(--s1-ink);
  background: var(--s1-surface);
  box-shadow: none;
}

.index.style-1-modern .station-carousel-item img {
  width: 46px;
  height: 46px;
  border-radius: 11px;
}

/* Layout selector */
.index.style-1-modern .lead-style {
  margin-bottom: 28px;
}

.index.style-1-modern .style-nav {
  width: 100%;
  margin: 0 0 clamp(90px, 11vw, 160px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.index.style-1-modern .nav-card {
  min-height: 250px;
  padding: 26px 24px 24px 36px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--s1-line);
  border-radius: 22px;
  color: var(--s1-ink);
  background: var(--s1-surface);
  box-shadow: none;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.index.style-1-modern .nav-card[href="style-1.html"] {
  color: #fff;
  border-color: var(--s1-night);
  background: var(--s1-night);
}

.index.style-1-modern .nav-card:hover {
  border-color: rgba(255,90,54,.45);
  box-shadow: var(--s1-shadow);
  transform: translateY(-7px);
}

.index.style-1-modern .nav-chip {
  border-radius: 999px;
  color: var(--s1-muted);
  background: rgba(0,0,0,.055);
}

.index.style-1-modern .nav-card[href="style-1.html"] .nav-chip,
.index.style-1-modern .nav-card[href="style-1.html"] .nav-desc {
  color: #aebcb8;
  background: rgba(255,255,255,.08);
}

.index.style-1-modern .nav-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.index.style-1-modern .nav-desc {
  color: var(--s1-muted);
  line-height: 1.55;
}

.index.style-1-modern .nav-cta {
  margin-top: auto;
  color: var(--s1-accent);
  font-weight: 850;
}

/* News */
.index.style-1-modern .news-header,
.index.style-1-modern .playlist-header,
.index.style-1-modern .featured-video-header,
.index.style-1-modern .editors-choice-header {
  margin-bottom: clamp(28px, 4vw, 52px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
}

.index.style-1-modern .news-title,
.index.style-1-modern .playlist-title,
.index.style-1-modern .featured-video-title,
.index.style-1-modern .editors-choice-title {
  max-width: 15ch;
  margin: 9px 0 0;
}

.index.style-1-modern .news-stats {
  display: flex;
  gap: 9px;
}

.index.style-1-modern .news-stat {
  min-width: 112px;
  padding: 13px 15px;
  border: 1px solid var(--s1-line);
  border-radius: 14px;
  background: rgba(255,255,255,.42);
}

.index.style-1-modern .news-stat-label {
  color: var(--s1-muted);
  font-size: .66rem;
  letter-spacing: .1em;
}

.index.style-1-modern .news-stat-value {
  color: var(--s1-ink);
  font-weight: 800;
}

.index.style-1-modern .news-toolbar {
  margin-bottom: 24px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--s1-line);
}

.index.style-1-modern .news-tags {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.index.style-1-modern .news-tag,
.index.style-1-modern .news-refresh,
.index.style-1-modern .news-more {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--s1-line);
  border-radius: 999px;
  color: var(--s1-muted);
  background: transparent;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.index.style-1-modern .news-tag:hover,
.index.style-1-modern .news-tag.is-active {
  color: #fff;
  border-color: var(--s1-ink);
  background: var(--s1-ink);
}

.index.style-1-modern .news-refresh {
  margin-left: auto;
  color: var(--s1-accent);
  border-color: rgba(255,90,54,.28);
  background: rgba(255,90,54,.07);
}

.index.style-1-modern .news-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.index.style-1-modern .news-card {
  grid-column: span 4;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--s1-line);
  border-radius: 22px;
  background: var(--s1-surface);
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.index.style-1-modern .news-card--feature {
  grid-column: span 8;
}

.index.style-1-modern .news-card:hover {
  box-shadow: var(--s1-shadow);
  transform: translateY(-6px);
}

.index.style-1-modern .news-card-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--s1-ink);
  text-decoration: none;
}

.index.style-1-modern .news-media {
  min-height: 210px;
  aspect-ratio: 16 / 10;
  background-color: #dcded8;
  background-position: center;
  background-size: cover;
}

.index.style-1-modern .news-card--feature .news-media {
  min-height: 300px;
  aspect-ratio: 16 / 8;
}

.index.style-1-modern .news-media::after {
  background: linear-gradient(180deg, transparent 55%, rgba(10,16,15,.3));
}

.index.style-1-modern .news-media-badge {
  border-radius: 999px;
  background: var(--s1-accent-2);
  color: #17201d;
}

.index.style-1-modern .news-card-body {
  min-width: 0;
  padding: 21px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.index.style-1-modern .news-source,
.index.style-1-modern .news-chip {
  color: var(--s1-accent);
  font-weight: 850;
}

.index.style-1-modern .news-card-top,
.index.style-1-modern .news-card-foot,
.index.style-1-modern .news-summary,
.index.style-1-modern .news-note {
  color: var(--s1-muted);
}

.index.style-1-modern .news-headline {
  margin: 0;
  color: var(--s1-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.index.style-1-modern .news-footer,
.index.style-1-modern .readers-footer {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.index.style-1-modern .news-more {
  color: #fff;
  border-color: var(--s1-ink);
  background: var(--s1-ink);
}

/* Playlist */
.index.style-1-modern .playlist-grid {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: 16px;
}

.index.style-1-modern .playlist-card,
.index.style-1-modern .playlist-tracks {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--s1-line);
  border-radius: var(--s1-radius);
  background: var(--s1-surface);
  box-shadow: none;
}

.index.style-1-modern .playlist-card {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(200,240,74,.24), transparent 18rem),
    var(--s1-night);
}

.index.style-1-modern .playlist-cover {
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(0,0,0,.26);
}

.index.style-1-modern .playlist-name {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.index.style-1-modern .playlist-desc,
.index.style-1-modern .playlist-provider {
  color: #a9b8b4;
}

.index.style-1-modern .playlist-open {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: #17201d;
  background: var(--s1-accent-2);
}

.index.style-1-modern .playlist-track {
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--s1-line);
  border-radius: 0;
  background: transparent;
}

.index.style-1-modern .playlist-track-name,
.index.style-1-modern .playlist-tracks-title {
  color: var(--s1-ink);
}

.index.style-1-modern .playlist-track-artist,
.index.style-1-modern .playlist-track-date,
.index.style-1-modern .playlist-tracks-count {
  color: var(--s1-muted);
}

.index.style-1-modern .playlist-more {
  border-radius: 999px;
  color: var(--s1-ink);
  border-color: var(--s1-line);
  background: transparent;
}

/* Videos */
.index.style-1-modern .featured-video-meta {
  color: var(--s1-muted);
}

.index.style-1-modern .featured-video-refresh {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--s1-line);
  border-radius: 999px;
  color: var(--s1-accent);
  background: transparent;
}

.index.style-1-modern .featured-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.index.style-1-modern .featured-video-card {
  overflow: hidden;
  border: 1px solid var(--s1-line);
  border-radius: 22px;
  background: var(--s1-surface);
  box-shadow: none;
}

.index.style-1-modern .featured-video-media {
  aspect-ratio: 16 / 9;
  background: var(--s1-night);
}

.index.style-1-modern .featured-video-body {
  padding: 20px;
}

.index.style-1-modern .featured-video-label {
  color: var(--s1-accent);
}

.index.style-1-modern .featured-video-name {
  color: var(--s1-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -.03em;
}

.index.style-1-modern .featured-video-artist {
  color: var(--s1-muted);
}

/* Readers' choice */
.index.style-1-modern .editors-choice-section {
  padding: clamp(28px, 4.5vw, 64px);
  border-radius: clamp(30px, 4vw, 50px);
  background: #e7e4dc;
}

.index.style-1-modern .editors-choice-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr);
  grid-template-areas:
    "label copy"
    "title copy";
  align-items: end;
  gap: 8px clamp(28px, 5vw, 72px);
}

.index.style-1-modern .editors-choice-header .eyebrow { grid-area: label; justify-self: start; }
.index.style-1-modern .editors-choice-header .editors-choice-title { grid-area: title; }
.index.style-1-modern .editors-choice-header .lead { grid-area: copy; align-self: end; }

.index.style-1-modern .readers-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.index.style-1-modern .news-card--reader {
  grid-column: span 4;
}

.index.style-1-modern .news-card--reader-featured {
  grid-column: span 4;
  min-height: 390px;
}

.index.style-1-modern .news-reader-rank {
  color: var(--s1-accent);
  font-family: "Space Grotesk", sans-serif;
}

/* Dialogs and forms */
.index.style-1-modern .suggestion-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: transparent;
}

.index.style-1-modern .suggestion-dialog::backdrop {
  background: rgba(8, 13, 13, 0.72);
  backdrop-filter: blur(8px);
}

.index.style-1-modern .suggestion-dialog-shell {
  overflow: auto;
  border: 1px solid var(--s1-line);
  border-radius: 26px;
  background: var(--s1-surface-strong);
  box-shadow: 0 36px 100px rgba(0,0,0,.3);
}

.index.style-1-modern .suggestion-dialog-header {
  padding: 26px;
  border-bottom: 1px solid var(--s1-line);
  background: transparent;
}

.index.style-1-modern .suggestion-dialog-title {
  color: var(--s1-ink);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}

.index.style-1-modern .suggestion-dialog .suggestion-form {
  padding: 26px;
}

.index.style-1-modern .form-field input,
.index.style-1-modern .form-field select,
.index.style-1-modern .form-field textarea {
  min-height: 50px;
  border: 1px solid var(--s1-line);
  border-radius: 13px;
  color: var(--s1-ink);
  background: var(--s1-bg);
}

.index.style-1-modern .suggestion-submit {
  min-height: 52px;
  padding: 0 21px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--s1-ink);
}

/* Explicit contrast for neutral and disabled controls on light surfaces. */
.index.style-1-modern :where(
  .site-nav-toggle,
  .hero-secondary,
  .news-refresh,
  .playlist-more,
  .featured-video-refresh,
  .suggestion-dialog-close
) {
  color: var(--s1-ink);
}

.index.style-1-modern :where(
  .news-refresh,
  .news-more,
  .playlist-more,
  .featured-video-refresh,
  .suggestion-submit
):disabled {
  color: #4f5955;
  border-color: #c8cdc8;
  background: #dfe2dd;
  opacity: 1;
  cursor: not-allowed;
}

/* Footer */
.index.style-1-modern .footer {
  width: 100%;
  margin-top: 0;
  padding: 34px 0 0;
  border-top: 1px solid var(--s1-line);
  color: var(--s1-muted);
}

.index.style-1-modern .footer span:first-child {
  color: var(--s1-ink);
  font-weight: 850;
}

/* Dark theme */
.index.style-1-modern[data-theme="dark"] {
  color-scheme: dark;
  --s1-bg: #0e1313;
  --s1-surface: #151c1c;
  --s1-surface-strong: #1a2222;
  --s1-ink: #f2f4ef;
  --s1-muted: #99a5a1;
  --s1-line: rgba(255, 255, 255, 0.11);
  --s1-action-bg: #c8f04a;
  --s1-action-fg: #14201d;
  --s1-action-hover: #d8f875;
  --s1-neutral-bg: #242d2b;
  --s1-neutral-fg: #f2f4ef;
  --s1-neutral-border: #46514e;
  --s1-neutral-hover: #313c39;
  --s1-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  background:
    radial-gradient(circle at 7% 0%, rgba(255, 90, 54, 0.1), transparent 28rem),
    radial-gradient(circle at 96% 18%, rgba(33, 183, 168, 0.1), transparent 32rem),
    var(--s1-bg);
}

.index.style-1-modern[data-theme="dark"] .site-nav {
  border-color: var(--s1-line);
  background: rgba(14, 19, 19, 0.82);
}

.index.style-1-modern[data-theme="dark"] .site-nav-toggle,
.index.style-1-modern[data-theme="dark"] .hero-secondary,
.index.style-1-modern[data-theme="dark"] .news-stat {
  background: rgba(255,255,255,.05);
}

.index.style-1-modern[data-theme="dark"] .hero-primary {
  color: #17201d;
  background: var(--s1-accent-2);
}

.index.style-1-modern[data-theme="dark"] .suggestion-section {
  color: #17201d;
}

.index.style-1-modern[data-theme="dark"] .suggestion-section-song {
  color: #fff;
}

.index.style-1-modern[data-theme="dark"] :where(
  .news-refresh,
  .news-more,
  .playlist-more,
  .featured-video-refresh,
  .suggestion-submit
):disabled {
  color: #c2cbc7;
  border-color: #3a4542;
  background: #293230;
}

/* Unified button colors: every control keeps readable contrast in both themes. */
.index.style-1-modern :is(
  .site-nav-menu-toggle,
  .site-nav-toggle,
  .hero-primary,
  .hero-secondary,
  .style-2 .play-button,
  .style-2 .stop-button,
  .style-2 .archive-open,
  .suggestion-open,
  .suggestion-dialog-close,
  .suggestion-submit,
  .visualizer-toggle,
  .visualizer-fullscreen,
  .news-tag,
  .news-refresh,
  .news-more,
  .playlist-open,
  .playlist-more,
  .featured-video-refresh
) {
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.index.style-1-modern :is(
  .site-nav-menu-toggle,
  .site-nav-toggle,
  .hero-secondary,
  .suggestion-dialog-close,
  .playlist-more,
  .featured-video-refresh
) {
  color: var(--s1-neutral-fg);
  border-color: var(--s1-neutral-border);
  background: var(--s1-neutral-bg);
}

.index.style-1-modern :is(
  .site-nav-menu-toggle,
  .site-nav-toggle,
  .hero-secondary,
  .suggestion-dialog-close,
  .playlist-more,
  .featured-video-refresh
):hover {
  color: var(--s1-neutral-fg);
  border-color: var(--s1-neutral-fg);
  background: var(--s1-neutral-hover);
}

.index.style-1-modern :is(
  .hero-primary,
  .suggestion-submit,
  .news-more
) {
  color: var(--s1-action-fg);
  border-color: var(--s1-action-bg);
  background: var(--s1-action-bg);
}

.index.style-1-modern :is(
  .hero-primary,
  .suggestion-submit,
  .news-more
):hover {
  color: var(--s1-action-fg);
  border-color: var(--s1-action-hover);
  background: var(--s1-action-hover);
}

/* These calls to action sit on fixed brand-color panels, independent of theme. */
.index.style-1-modern .suggestion-section:not(.suggestion-section-song) .suggestion-open {
  color: #ffffff;
  background: #151817;
}

.index.style-1-modern .suggestion-section:not(.suggestion-section-song) .suggestion-open:hover {
  color: #ffffff;
  background: #303735;
  transform: translateY(-2px);
}

.index.style-1-modern .suggestion-section-song .suggestion-open {
  color: #151817;
  background: #ffffff;
}

.index.style-1-modern .suggestion-section-song .suggestion-open:hover {
  color: #151817;
  background: #edf0eb;
  transform: translateY(-2px);
}

.index.style-1-modern .style-2 .play-button,
.index.style-1-modern .playlist-open {
  color: #14201d;
  border-color: #c8f04a;
  background: #c8f04a;
}

.index.style-1-modern .style-2 .play-button:hover,
.index.style-1-modern .playlist-open:hover {
  color: #14201d;
  border-color: #d8f875;
  background: #d8f875;
  transform: translateY(-2px);
}

.index.style-1-modern .style-2 .stop-button {
  color: #ffffff;
  border-color: #884033;
  background: #7a352b;
}

.index.style-1-modern .style-2 .stop-button:hover {
  color: #ffffff;
  border-color: #a14b3d;
  background: #934235;
  transform: translateY(-2px);
}

.index.style-1-modern .style-2 .archive-open {
  color: #ffffff;
  border-color: #43514e;
  background: #26312f;
}

.index.style-1-modern .style-2 .archive-open:hover {
  color: #ffffff;
  border-color: #61716d;
  background: #35413e;
}

.index.style-1-modern :is(.visualizer-toggle, .visualizer-fullscreen) {
  color: #ffffff;
  border-color: #465552;
  background: #26312f;
}

.index.style-1-modern :is(.visualizer-toggle, .visualizer-fullscreen):hover {
  color: #ffffff;
  border-color: #657572;
  background: #35423f;
}

.index.style-1-modern .news-tag {
  color: var(--s1-neutral-fg);
  border-color: var(--s1-neutral-border);
  background: transparent;
}

.index.style-1-modern .news-tag:hover,
.index.style-1-modern .news-tag.is-active {
  color: var(--s1-action-fg);
  border-color: var(--s1-action-bg);
  background: var(--s1-action-bg);
}

.index.style-1-modern .news-refresh {
  color: #9d301c;
  border-color: #e4ada2;
  background: #fff3ef;
}

.index.style-1-modern .news-refresh:hover {
  color: #762313;
  border-color: #d68e80;
  background: #ffe5de;
}

.index.style-1-modern[data-theme="dark"] .news-refresh {
  color: #ffb09f;
  border-color: #704238;
  background: #37231f;
}

.index.style-1-modern[data-theme="dark"] .news-refresh:hover {
  color: #ffd3c9;
  border-color: #925649;
  background: #492b25;
}

.index.style-1-modern :is(
  .news-refresh,
  .news-more,
  .playlist-more,
  .featured-video-refresh,
  .suggestion-submit
):disabled {
  color: #4f5955;
  border-color: #c8cdc8;
  background: #dfe2dd;
  box-shadow: none;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
}

.index.style-1-modern[data-theme="dark"] :is(
  .news-refresh,
  .news-more,
  .playlist-more,
  .featured-video-refresh,
  .suggestion-submit
):disabled {
  color: #c2cbc7;
  border-color: #3f4a47;
  background: #293230;
}

.index.style-1-modern[data-theme="dark"] .editors-choice-section {
  background: #171e1e;
}

.index.style-1-modern[data-theme="dark"] .station-carousel::before {
  background: linear-gradient(90deg, var(--s1-bg), transparent);
}

.index.style-1-modern[data-theme="dark"] .station-carousel::after {
  background: linear-gradient(-90deg, var(--s1-bg), transparent);
}

@media (max-width: 1180px) {
  .index.style-1-modern .site-nav-wordmark small {
    display: none;
  }

  .index.style-1-modern .site-nav-menu {
    gap: 16px;
  }

  .index.style-1-modern .hero {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .9fr);
    gap: 48px;
  }

  .index.style-1-modern .style-2 .style-2-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
  }

  .index.style-1-modern .style-2 .active-column .card:not(.compact) {
    grid-template-columns: minmax(210px, .78fr) minmax(240px, 1.1fr);
    column-gap: 28px;
  }

  .index.style-1-modern .news-card,
  .index.style-1-modern .news-card--feature {
    grid-column: span 6;
  }

  .index.style-1-modern .style-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .index.style-1-modern .site-nav-menu-toggle {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--s1-line);
    border-radius: 50%;
    color: var(--s1-ink);
    background: var(--s1-surface);
  }

  .index.style-1-modern .site-nav-menu {
    position: absolute;
    inset: calc(100% + 8px) 20px auto;
    padding: 16px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    border: 1px solid var(--s1-line);
    border-radius: 20px;
    background: var(--s1-surface-strong);
    box-shadow: var(--s1-shadow);
  }

  .index.style-1-modern .site-nav[data-menu-open="true"] .site-nav-menu {
    display: flex;
  }

  .index.style-1-modern .site-nav-link {
    padding: 13px 12px;
    border-radius: 10px;
  }

  .index.style-1-modern .site-nav-link::after {
    display: none;
  }

  .index.style-1-modern .site-nav-toggle {
    margin-top: 8px;
  }

  .index.style-1-modern .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .hero-copy {
    max-width: 780px;
  }

  .index.style-1-modern .hero-media {
    max-height: 680px;
    aspect-ratio: 4 / 3;
    transform: none;
  }

  .index.style-1-modern .style-2 .style-2-layout {
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .style-2 .active-column {
    order: -1;
  }

  .index.style-1-modern .style-2 .inactive-column {
    min-height: 0;
    display: block;
  }

  .index.style-1-modern .style-2 .inactive-list {
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .index.style-1-modern .radio-deck-header {
    align-items: start;
    flex-direction: column;
  }

  .index.style-1-modern .suggestion-section {
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .news-header,
  .index.style-1-modern .playlist-header,
  .index.style-1-modern .featured-video-header,
  .index.style-1-modern .editors-choice-header {
    align-items: start;
    flex-direction: column;
  }

  .index.style-1-modern .visualizer-header,
  .index.style-1-modern .editors-choice-header {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "title" "copy";
    align-items: start;
  }

  .index.style-1-modern .playlist-grid {
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .featured-video-grid {
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .news-card--reader,
  .index.style-1-modern .news-card--reader-featured {
    grid-column: span 6;
  }
}

@media (max-width: 680px) {
  .index.style-1-modern .page {
    padding-inline: 16px;
  }

  .index.style-1-modern .site-nav-inner {
    min-height: 68px;
    padding-inline: 16px;
  }

  .index.style-1-modern .site-nav-logo {
    width: 40px;
    height: 40px;
  }

  .index.style-1-modern .site-nav-wordmark small {
    display: block;
  }

  .index.style-1-modern .hero {
    padding: 46px 0 80px;
    gap: 40px;
  }

  .index.style-1-modern .hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(3.1rem, 15vw, 5.1rem);
  }

  .index.style-1-modern .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .index.style-1-modern .hero-primary,
  .index.style-1-modern .hero-secondary {
    width: 100%;
  }

  .index.style-1-modern .hero-facts {
    margin-top: 42px;
  }

  .index.style-1-modern .hero-facts li {
    padding-inline: 11px;
  }

  .index.style-1-modern .hero-facts span {
    font-size: .61rem;
  }

  .index.style-1-modern .hero-media {
    aspect-ratio: 1;
    border-radius: 28px;
  }

  .index.style-1-modern .style-2 {
    margin-inline: -5px;
    padding: 24px 14px;
    border-radius: 28px;
  }

  .index.style-1-modern .radio-deck-header {
    padding-inline: 6px;
  }

  .index.style-1-modern .style-2 .active-slot,
  .index.style-1-modern .style-2 .active-column .card:not(.compact) {
    min-height: 0;
  }

  .index.style-1-modern .style-2 .active-column .card:not(.compact) {
    padding: 18px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "header" "cover" "now" "controls";
    row-gap: 20px;
  }

  .index.style-1-modern .style-2 .active-column .card:not(.compact) .cover-wrap {
    max-width: none;
  }

  .index.style-1-modern .style-2 .active-column .title-radio {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .index.style-1-modern .style-2 .inactive-list {
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .style-2 .card.compact:hover,
  .index.style-1-modern .style-2 .card.compact:focus-visible {
    transform: none;
  }

  .index.style-1-modern .suggestion-section,
  .index.style-1-modern .visualizer-section,
  .index.style-1-modern .editors-choice-section {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .index.style-1-modern .suggestion-open {
    width: 100%;
  }

  .index.style-1-modern .visualizer-stage {
    min-height: 380px;
  }

  .index.style-1-modern .visualizer-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .index.style-1-modern .style-nav {
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .nav-card {
    min-height: 210px;
  }

  .index.style-1-modern .news-stats {
    width: 100%;
  }

  .index.style-1-modern .news-stat {
    min-width: 0;
    flex: 1;
  }

  .index.style-1-modern .news-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .index.style-1-modern .news-refresh {
    margin-left: 0;
  }

  .index.style-1-modern .news-card,
  .index.style-1-modern .news-card--feature,
  .index.style-1-modern .news-card--reader,
  .index.style-1-modern .news-card--reader-featured {
    grid-column: 1 / -1;
  }

  .index.style-1-modern .news-card--feature .news-media {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .index.style-1-modern .news-footer,
  .index.style-1-modern .readers-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .index.style-1-modern .playlist-card,
  .index.style-1-modern .playlist-tracks {
    padding: 20px;
    border-radius: 22px;
  }

  .index.style-1-modern .featured-video-grid {
    gap: 12px;
  }

  .index.style-1-modern .form-field-wide,
  .index.style-1-modern .suggestion-form-grid {
    grid-template-columns: 1fr;
  }

  .index.style-1-modern .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

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