/* SYMBIONT Genre Single v1 — isolated namespace only. */
.sym-genre-v1 {
  --sym-genre-bg: #05060a;
  --sym-genre-panel: rgba(255,255,255,.78);
  --sym-genre-panel-2: rgba(255,255,255,.56);
  --sym-genre-border: rgba(13,20,34,.12);
  --sym-genre-text: #10141c;
  --sym-genre-muted: rgba(16,20,28,.62);
  --sym-genre-soft: rgba(16,20,28,.06);
  --sym-genre-shadow: 0 28px 80px rgba(12,19,30,.10);
  width: min(1180px, calc(100vw - 40px));
  margin: 38px auto 92px;
  color: var(--sym-genre-text);
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sym-genre-v1 *,
.sym-genre-v1 *::before,
.sym-genre-v1 *::after { box-sizing: border-box; }

.sym-genre-v1 a { color: inherit; text-decoration: none !important; }
.sym-genre-v1 img { display: block; max-width: 100%; }

.sym-genre-v1__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--sym-genre-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sym-genre-v1__breadcrumbs a { color: var(--sym-genre-muted); }
.sym-genre-v1__breadcrumbs b { color: var(--sym-genre-accent); }

.sym-genre-v1__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--sym-genre-border);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--sym-genre-accent) 24%, transparent), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.58));
  box-shadow: var(--sym-genre-shadow);
  overflow: hidden;
}

.sym-genre-v1__hero::after {
  content: "";
  position: absolute;
  inset: auto 28px 0 auto;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sym-genre-accent));
  opacity: .72;
}

.sym-genre-v1__identity-card {
  --sym-genre-cover: none;
  position: relative;
  min-height: 430px;
  padding: 22px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sym-genre-accent) 38%, rgba(255,255,255,.2));
  background:
    linear-gradient(135deg, rgba(5,6,10,.86), rgba(5,6,10,.62)),
    var(--sym-genre-cover),
    var(--sym-genre-gradient);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.sym-genre-v1__identity-card::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--sym-genre-accent) 38%, transparent), transparent 20%),
    conic-gradient(from 180deg, transparent, color-mix(in srgb, var(--sym-genre-accent) 28%, transparent), transparent, color-mix(in srgb, var(--sym-genre-color-2) 24%, transparent), transparent);
  filter: blur(18px);
  opacity: .9;
}

.sym-genre-v1__identity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at center, #000 35%, transparent 78%);
  opacity: .55;
}

.sym-genre-v1__identity-grid,
.sym-genre-v1__identity-top,
.sym-genre-v1__identity-symbol,
.sym-genre-v1__identity-wave,
.sym-genre-v1__identity-bottom,
.sym-genre-v1__identity-meta { position: relative; z-index: 2; }

.sym-genre-v1__identity-top,
.sym-genre-v1__identity-bottom,
.sym-genre-v1__identity-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sym-genre-v1__identity-top span,
.sym-genre-v1__identity-top b,
.sym-genre-v1__identity-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.74);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.sym-genre-v1__identity-symbol {
  display: grid;
  place-items: center;
  width: 172px;
  height: 172px;
  margin: 62px auto 38px;
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,.22);
  background: radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,.06));
  box-shadow: 0 0 60px color-mix(in srgb, var(--sym-genre-accent) 32%, transparent);
  backdrop-filter: blur(12px);
}

.sym-genre-v1__identity-symbol img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  border-radius: 28px;
}

.sym-genre-v1__identity-symbol span {
  color: #fff;
  font-size: 48px;
  font-weight: 950;
  letter-spacing: -.08em;
}

.sym-genre-v1__identity-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 54px;
  margin-bottom: 28px;
}

.sym-genre-v1__identity-wave i {
  width: 7px;
  border-radius: 99px;
  background: var(--sym-genre-accent);
  box-shadow: 0 0 22px color-mix(in srgb, var(--sym-genre-accent) 62%, transparent);
}

.sym-genre-v1__identity-wave i:nth-child(1) { height: 18px; opacity: .42; }
.sym-genre-v1__identity-wave i:nth-child(2) { height: 34px; opacity: .62; }
.sym-genre-v1__identity-wave i:nth-child(3) { height: 48px; }
.sym-genre-v1__identity-wave i:nth-child(4) { height: 28px; opacity: .74; }
.sym-genre-v1__identity-wave i:nth-child(5) { height: 52px; }
.sym-genre-v1__identity-wave i:nth-child(6) { height: 36px; opacity: .66; }
.sym-genre-v1__identity-wave i:nth-child(7) { height: 20px; opacity: .46; }

.sym-genre-v1__identity-bottom {
  align-items: flex-end;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.13);
}

.sym-genre-v1__identity-bottom strong {
  color: #fff;
  font-size: 36px;
  line-height: .9;
  letter-spacing: -.09em;
}

.sym-genre-v1__identity-bottom span {
  max-width: 180px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.16;
  text-align: right;
}

.sym-genre-v1__identity-meta { margin-top: 14px; justify-content: flex-start; flex-wrap: wrap; }
.sym-genre-v1__identity-meta span { text-transform: none; letter-spacing: 0; }

.sym-genre-v1__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 34px 28px 30px;
}

.sym-genre-v1__kicker,
.sym-genre-v1__panel-kicker,
.sym-genre-v1__section-head span {
  color: var(--sym-genre-accent);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sym-genre-v1__hero-content h1 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(48px, 8vw, 104px);
  line-height: .82;
  letter-spacing: -.09em;
}

.sym-genre-v1__tagline {
  margin: 18px 0 0;
  max-width: 680px;
  color: var(--sym-genre-text);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 850;
}

.sym-genre-v1__lead {
  margin: 12px 0 0;
  max-width: 700px;
  color: var(--sym-genre-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sym-genre-v1__meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.sym-genre-v1__meta-item {
  min-height: 78px;
  padding: 13px 14px;
  border-radius: 18px;
  border: 1px solid var(--sym-genre-border);
  background: rgba(255,255,255,.56);
}

.sym-genre-v1__meta-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--sym-genre-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sym-genre-v1__meta-item strong {
  display: block;
  color: var(--sym-genre-text);
  font-size: 15px;
  line-height: 1.18;
}

.sym-genre-v1__block {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--sym-genre-border);
  border-radius: 30px;
  background: var(--sym-genre-panel);
  box-shadow: 0 18px 50px rgba(12,19,30,.07);
  overflow: hidden;
}

.sym-genre-v1__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.sym-genre-v1__section-head h2 {
  margin: 0;
  color: var(--sym-genre-text);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.055em;
}

.sym-genre-v1__about-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 16px;
}

.sym-genre-v1__panel {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--sym-genre-border);
  background: rgba(255,255,255,.50);
}

.sym-genre-v1__timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(16,20,28,.08);
}

.sym-genre-v1__timeline-row:last-child { border-bottom: 0; padding-bottom: 0; }
.sym-genre-v1__timeline-row b { color: var(--sym-genre-accent); font-size: 15px; }
.sym-genre-v1__timeline-row p { margin: 0; color: var(--sym-genre-muted); font-size: 14px; line-height: 1.48; }

.sym-genre-v1__content {
  color: var(--sym-genre-muted);
  font-size: 15px;
  line-height: 1.7;
}

.sym-genre-v1__content p:first-child { margin-top: 0; }
.sym-genre-v1__content p:last-child { margin-bottom: 0; }
.sym-genre-v1__content--extended { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(16,20,28,.08); }

.sym-genre-v1__quotes-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sym-genre-v1__quote-card {
  position: relative;
  min-height: 210px;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--sym-genre-accent) 30%, var(--sym-genre-border));
  border-radius: 24px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--sym-genre-accent) 10%, transparent), rgba(255,255,255,.52));
}

.sym-genre-v1__quote-mark {
  position: absolute;
  right: 18px;
  top: 4px;
  color: color-mix(in srgb, var(--sym-genre-accent) 34%, transparent);
  font-size: 88px;
  line-height: 1;
  font-weight: 950;
}

.sym-genre-v1__quote-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--sym-genre-text);
  font-size: 16px;
  line-height: 1.46;
  font-weight: 760;
}

.sym-genre-v1__quote-author { display: flex; align-items: center; gap: 10px; }
.sym-genre-v1__quote-author img { width: 42px; height: 42px; object-fit: cover; border-radius: 999px; }
.sym-genre-v1__quote-author b,
.sym-genre-v1__quote-author a { display: block; color: var(--sym-genre-text); font-size: 13px; font-weight: 900; }
.sym-genre-v1__quote-author span { display: block; margin-top: 2px; color: var(--sym-genre-muted); font-size: 11px; }

.sym-genre-v1__references-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sym-genre-v1__reference-column {
  padding: 18px;
  border: 1px solid var(--sym-genre-border);
  border-radius: 22px;
  background: rgba(255,255,255,.46);
}

.sym-genre-v1__reference-column h3 { margin: 0 0 14px; font-size: 18px; letter-spacing: -.035em; }
.sym-genre-v1__reference-list { display: grid; gap: 8px; }

.sym-genre-v1__reference-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(16,20,28,.045);
}

.sym-genre-v1__reference-item img,
.sym-genre-v1__reference-item i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--sym-genre-gradient);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.sym-genre-v1__reference-item b { font-size: 13px; line-height: 1.15; }

.sym-genre-v1__card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sym-genre-v1__mini-card {
  display: block;
  min-height: 100%;
  border: 1px solid var(--sym-genre-border);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.52);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sym-genre-v1__mini-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--sym-genre-accent) 42%, var(--sym-genre-border));
  box-shadow: 0 18px 42px color-mix(in srgb, var(--sym-genre-accent) 14%, transparent);
}

.sym-genre-v1__mini-card-img {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--sym-genre-gradient);
  overflow: hidden;
}

.sym-genre-v1__mini-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.50));
}

.sym-genre-v1__mini-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.sym-genre-v1__mini-card:hover .sym-genre-v1__mini-card-img img { transform: scale(1.045); }

.sym-genre-v1__mini-card-body {
  display: block;
  padding: 13px;
}

.sym-genre-v1__mini-card-body small {
  display: block;
  margin-bottom: 7px;
  color: var(--sym-genre-accent);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sym-genre-v1__mini-card-body b {
  display: block;
  color: var(--sym-genre-text);
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.sym-genre-v1__label-hub-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 16px;
}

.sym-genre-v1__label-main {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 170px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--sym-genre-accent) 36%, var(--sym-genre-border));
  border-radius: 24px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--sym-genre-accent) 14%, transparent), rgba(255,255,255,.52));
}

.sym-genre-v1__label-logo {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.26);
  background: #080a10;
}

.sym-genre-v1__label-logo img { width: 100%; height: 100%; object-fit: cover; }
.sym-genre-v1__label-info small { display: block; color: var(--sym-genre-accent); font-size: 10px; font-weight: 950; letter-spacing: .1em; }
.sym-genre-v1__label-info b { display: block; margin-top: 8px; font-size: 32px; line-height: .96; letter-spacing: -.07em; }
.sym-genre-v1__label-info em { display: block; margin-top: 10px; color: var(--sym-genre-muted); font-size: 14px; line-height: 1.45; font-style: normal; }
.sym-genre-v1__label-info strong { display: inline-flex; margin-top: 14px; color: var(--sym-genre-accent); font-size: 12px; font-weight: 950; }

.sym-genre-v1__label-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sym-genre-v1__label-stats div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 80px;
  padding: 14px;
  border: 1px solid var(--sym-genre-border);
  border-radius: 20px;
  background: rgba(255,255,255,.52);
}

.sym-genre-v1__label-stats span { color: var(--sym-genre-muted); font-size: 11px; font-weight: 850; }
.sym-genre-v1__label-stats b { font-size: 28px; line-height: 1; letter-spacing: -.06em; }

.sym-genre-v1__sound-profile { background: rgba(255,255,255,.82); }
.sym-genre-v1__sound-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.sym-genre-v1__sound-head > div:first-child span { color: var(--sym-genre-accent); font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.sym-genre-v1__sound-head h3 { margin: 6px 0 0; font-size: 34px; line-height: .95; letter-spacing: -.065em; }
.sym-genre-v1__sound-meta { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.sym-genre-v1__sound-meta span,
.sym-genre-v1__sound-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--sym-genre-accent) 24%, var(--sym-genre-border));
  border-radius: 999px;
  background: color-mix(in srgb, var(--sym-genre-accent) 9%, rgba(255,255,255,.5));
  font-size: 11px;
  font-weight: 850;
}

.sym-genre-v1__sound-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sym-genre-v1__sound-metric {
  padding: 14px;
  border: 1px solid rgba(16,20,28,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
}

.sym-genre-v1__sound-metric-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.sym-genre-v1__sound-metric-head b { display: block; font-size: 14px; }
.sym-genre-v1__sound-metric-head span { display: block; margin-top: 2px; color: var(--sym-genre-muted); font-size: 11px; }
.sym-genre-v1__sound-metric-head strong { color: var(--sym-metric-color); font-size: 18px; }
.sym-genre-v1__sound-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-top: 12px; }
.sym-genre-v1__sound-stats span { padding: 7px; border-radius: 10px; background: rgba(16,20,28,.045); color: var(--sym-genre-muted); font-size: 10px; line-height: 1.15; }
.sym-genre-v1__sound-stats b { display: block; margin-bottom: 3px; color: var(--sym-genre-text); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.sym-genre-v1__sound-guide { margin-top: 14px; padding: 14px; border-radius: 18px; background: color-mix(in srgb, var(--sym-genre-accent) 8%, rgba(255,255,255,.5)); color: var(--sym-genre-muted); font-size: 13px; line-height: 1.52; }
.sym-genre-v1__sound-guide p { margin: 0; }
.sym-genre-v1__sound-guide p + p { margin-top: 8px; }
.sym-genre-v1__sound-guide small { display: block; margin-top: 8px; opacity: .78; }

.sym-genre-v1 .sym-sonic-scale { --sym-q1: 20%; --sym-q3: 80%; --sym-median: 50%; --sym-mean: 50%; --sym-value: 50%; --sym-metric-color: var(--sym-genre-accent); }
.sym-genre-v1 .sym-sonic-scale__track { position: relative; height: 10px; border-radius: 999px; background: linear-gradient(90deg, rgba(15,23,42,.12), rgba(15,23,42,.045)); overflow: visible; }
.sym-genre-v1 .sym-sonic-scale__field { position: absolute; inset: 0; border-radius: inherit; }
.sym-genre-v1 .sym-sonic-scale__typical { position: absolute; top: 2px; bottom: 2px; left: var(--sym-q1); width: calc(var(--sym-q3) - var(--sym-q1)); border-radius: 999px; background: color-mix(in srgb, var(--sym-metric-color) 32%, transparent); }
.sym-genre-v1 .sym-sonic-scale__median,
.sym-genre-v1 .sym-sonic-scale__mean,
.sym-genre-v1 .sym-sonic-scale__value { position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 2; }
.sym-genre-v1 .sym-sonic-scale__median { left: var(--sym-median); width: 3px; height: 22px; border-radius: 99px; background: var(--sym-genre-text); }
.sym-genre-v1 .sym-sonic-scale__mean { left: var(--sym-mean); width: 2px; height: 18px; border-radius: 99px; background: rgba(16,20,28,.34); }
.sym-genre-v1 .sym-sonic-scale__value { left: var(--sym-value); width: 12px; height: 12px; border: 2px solid #fff; border-radius: 99px; background: var(--sym-metric-color); box-shadow: 0 0 0 3px color-mix(in srgb, var(--sym-metric-color) 26%, transparent); }
.sym-genre-v1 .sym-sonic-scale__axis { display: flex; justify-content: space-between; gap: 8px; margin-top: 7px; color: var(--sym-genre-muted); font-size: 9px; font-weight: 850; }
.sym-genre-v1 .sym-sonic-scale--empty { padding: 8px; border-radius: 8px; background: rgba(15,23,42,.05); color: var(--sym-genre-muted); font-size: 12px; font-weight: 800; }

html[data-theme="dark"] .sym-genre-v1,
body.dark .sym-genre-v1,
body.theme-dark .sym-genre-v1,
body.digital_newspaper_dark_mode .sym-genre-v1 {
  --sym-genre-panel: rgba(255,255,255,.055);
  --sym-genre-panel-2: rgba(255,255,255,.08);
  --sym-genre-border: rgba(255,255,255,.13);
  --sym-genre-text: #f4f7fb;
  --sym-genre-muted: rgba(244,247,251,.66);
  --sym-genre-soft: rgba(255,255,255,.07);
  --sym-genre-shadow: 0 28px 90px rgba(0,0,0,.28);
}

html[data-theme="dark"] .sym-genre-v1__hero,
body.dark .sym-genre-v1__hero,
body.theme-dark .sym-genre-v1__hero,
body.digital_newspaper_dark_mode .sym-genre-v1__hero {
  background:
    radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--sym-genre-accent) 20%, transparent), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
}

html[data-theme="dark"] .sym-genre-v1__meta-item,
html[data-theme="dark"] .sym-genre-v1__panel,
html[data-theme="dark"] .sym-genre-v1__reference-column,
html[data-theme="dark"] .sym-genre-v1__mini-card,
html[data-theme="dark"] .sym-genre-v1__label-stats div,
html[data-theme="dark"] .sym-genre-v1__sound-metric,
body.dark .sym-genre-v1__meta-item,
body.dark .sym-genre-v1__panel,
body.dark .sym-genre-v1__reference-column,
body.dark .sym-genre-v1__mini-card,
body.dark .sym-genre-v1__label-stats div,
body.dark .sym-genre-v1__sound-metric,
body.theme-dark .sym-genre-v1__meta-item,
body.theme-dark .sym-genre-v1__panel,
body.theme-dark .sym-genre-v1__reference-column,
body.theme-dark .sym-genre-v1__mini-card,
body.theme-dark .sym-genre-v1__label-stats div,
body.theme-dark .sym-genre-v1__sound-metric,
body.digital_newspaper_dark_mode .sym-genre-v1__meta-item,
body.digital_newspaper_dark_mode .sym-genre-v1__panel,
body.digital_newspaper_dark_mode .sym-genre-v1__reference-column,
body.digital_newspaper_dark_mode .sym-genre-v1__mini-card,
body.digital_newspaper_dark_mode .sym-genre-v1__label-stats div,
body.digital_newspaper_dark_mode .sym-genre-v1__sound-metric {
  background: rgba(255,255,255,.055);
}

html[data-theme="dark"] .sym-genre-v1__sound-profile,
body.dark .sym-genre-v1__sound-profile,
body.theme-dark .sym-genre-v1__sound-profile,
body.digital_newspaper_dark_mode .sym-genre-v1__sound-profile { background: rgba(255,255,255,.055); }

html[data-theme="dark"] .sym-genre-v1__quote-card,
body.dark .sym-genre-v1__quote-card,
body.theme-dark .sym-genre-v1__quote-card,
body.digital_newspaper_dark_mode .sym-genre-v1__quote-card {
  background: linear-gradient(145deg, color-mix(in srgb, var(--sym-genre-accent) 10%, transparent), rgba(255,255,255,.045));
}

@media (max-width: 1040px) {
  .sym-genre-v1__hero { grid-template-columns: 320px minmax(0, 1fr); }
  .sym-genre-v1__meta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sym-genre-v1__card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sym-genre-v1__label-hub-inner { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  .sym-genre-v1 { width: min(720px, calc(100vw - 28px)); }
  .sym-genre-v1__hero { grid-template-columns: 1fr; }
  .sym-genre-v1__identity-card { min-height: 360px; }
  .sym-genre-v1__hero-content { min-height: auto; padding: 20px 12px 12px; }
  .sym-genre-v1__about-grid,
  .sym-genre-v1__references-grid,
  .sym-genre-v1__quotes-track,
  .sym-genre-v1__sound-grid { grid-template-columns: 1fr; }
  .sym-genre-v1__sound-head { display: block; }
  .sym-genre-v1__sound-meta { justify-content: flex-start; margin-top: 14px; }
}

@media (max-width: 620px) {
  .sym-genre-v1 { width: calc(100vw - 22px); margin: 28px auto 64px; }
  .sym-genre-v1__hero,
  .sym-genre-v1__block { border-radius: 24px; padding: 16px; }
  .sym-genre-v1__identity-card { min-height: 330px; border-radius: 22px; }
  .sym-genre-v1__identity-symbol { width: 138px; height: 138px; margin: 48px auto 28px; }
  .sym-genre-v1__identity-symbol img { width: 92px; height: 92px; }
  .sym-genre-v1__hero-content h1 { font-size: 48px; }
  .sym-genre-v1__meta-grid,
  .sym-genre-v1__card-grid,
  .sym-genre-v1__sound-stats { grid-template-columns: 1fr; }
  .sym-genre-v1__label-main { grid-template-columns: 1fr; }
  .sym-genre-v1__label-logo { width: 110px; height: 110px; }
  .sym-genre-v1__label-info b { font-size: 26px; }
  .sym-genre-v1__timeline-row { grid-template-columns: 1fr; gap: 4px; }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.1 — visual alignment with legacy Techno Peak Time.
   Goal: compact light editorial grid, thin borders, minimal radius, restrained
   green accents. Keeps the v1.0 markup and ACF logic intact.
---------------------------------------------------------------------------- */
.sym-genre-v1 {
  --sym-genre-page-bg: #eef4f7;
  --sym-genre-panel: #f8fbfc;
  --sym-genre-panel-2: #ffffff;
  --sym-genre-border: rgba(18, 28, 38, .105);
  --sym-genre-border-strong: rgba(18, 28, 38, .16);
  --sym-genre-text: #0b1116;
  --sym-genre-muted: rgba(11,17,22,.58);
  --sym-genre-soft: rgba(11,17,22,.035);
  --sym-genre-shadow: none;
  width: min(1120px, calc(100vw - 52px));
  margin: 18px auto 70px;
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sym-genre-v1__breadcrumbs {
  margin: 0 0 8px;
  gap: 6px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .075em;
  color: rgba(11,17,22,.46);
}

.sym-genre-v1__breadcrumbs b { color: #0b1116; }
.sym-genre-v1__breadcrumbs a { color: rgba(11,17,22,.48); }

.sym-genre-v1__hero,
.sym-genre-v1__block {
  border-radius: 3px;
  border: 1px solid var(--sym-genre-border);
  background: rgba(248,251,252,.92);
  box-shadow: none;
}

.sym-genre-v1__hero {
  grid-template-columns: 302px minmax(0, 1fr);
  gap: 14px;
  padding: 10px;
  align-items: stretch;
  overflow: visible;
}

.sym-genre-v1__hero::after { display: none; }

.sym-genre-v1__identity-card {
  min-height: 214px;
  padding: 14px;
  border-radius: 2px;
  border: 1px solid var(--sym-genre-border-strong);
  background:
    linear-gradient(rgba(11,17,22,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,17,22,.04) 1px, transparent 1px),
    #f4f7f8 !important;
  background-size: 34px 34px, 34px 34px, auto;
  color: #0b1116;
}

.sym-genre-v1__identity-card::before {
  inset: 36px 38px auto 38px;
  height: 64px;
  opacity: .7;
  filter: none;
  background:
    repeating-linear-gradient(90deg,
      rgba(11,17,22,.34) 0 1px,
      transparent 1px 14px),
    linear-gradient(90deg, transparent, rgba(11,17,22,.12), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.sym-genre-v1__identity-card::after {
  inset: auto 14px 14px 14px;
  height: 1px;
  background: rgba(11,17,22,.12);
  opacity: 1;
  mask-image: none;
}

.sym-genre-v1__identity-top {
  position: relative;
  z-index: 3;
}

.sym-genre-v1__identity-top span,
.sym-genre-v1__identity-top b,
.sym-genre-v1__identity-meta span {
  min-height: 18px;
  padding: 3px 7px;
  border-radius: 2px;
  border: 1px solid rgba(11,17,22,.14);
  background: #fff;
  color: rgba(11,17,22,.62);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .075em;
  backdrop-filter: none;
}

.sym-genre-v1__identity-top span:first-child {
  background: #0b1116;
  border-color: #0b1116;
  color: var(--sym-genre-accent);
}

.sym-genre-v1__identity-symbol {
  width: 118px;
  height: 58px;
  margin: 48px auto 16px;
  border-radius: 999px;
  border: 2px solid #0b1116;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.sym-genre-v1__identity-symbol img {
  width: 86px;
  height: 38px;
  object-fit: contain;
  border-radius: 0;
  filter: grayscale(1) contrast(1.25);
}

.sym-genre-v1__identity-symbol span {
  color: #0b1116;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -.065em;
}

.sym-genre-v1__identity-wave {
  height: 18px;
  gap: 3px;
  margin: 0 0 18px;
}

.sym-genre-v1__identity-wave i {
  width: 4px;
  border-radius: 1px;
  background: var(--sym-genre-accent);
  box-shadow: none;
}
.sym-genre-v1__identity-wave i:nth-child(1) { height: 5px; opacity: .35; }
.sym-genre-v1__identity-wave i:nth-child(2) { height: 9px; opacity: .55; }
.sym-genre-v1__identity-wave i:nth-child(3) { height: 14px; }
.sym-genre-v1__identity-wave i:nth-child(4) { height: 8px; opacity: .72; }
.sym-genre-v1__identity-wave i:nth-child(5) { height: 16px; }
.sym-genre-v1__identity-wave i:nth-child(6) { height: 10px; opacity: .58; }
.sym-genre-v1__identity-wave i:nth-child(7) { height: 6px; opacity: .42; }

.sym-genre-v1__identity-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(11,17,22,.10);
}

.sym-genre-v1__identity-bottom strong {
  color: #0b1116;
  font-size: 16px;
  letter-spacing: -.035em;
}

.sym-genre-v1__identity-bottom span {
  color: rgba(11,17,22,.56);
  font-size: 10px;
  line-height: 1.2;
}

.sym-genre-v1__identity-meta {
  margin-top: 8px;
  gap: 5px;
}

.sym-genre-v1__hero-content {
  min-height: 214px;
  justify-content: center;
  padding: 20px 22px 18px;
}

.sym-genre-v1__kicker,
.sym-genre-v1__panel-kicker,
.sym-genre-v1__section-head span {
  color: rgba(11,17,22,.50);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.sym-genre-v1__hero-content h1 {
  max-width: 680px;
  margin: 6px 0 0;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: .82;
  letter-spacing: -.095em;
}

.sym-genre-v1__tagline {
  max-width: 700px;
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 850;
}

.sym-genre-v1__lead {
  max-width: 740px;
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(11,17,22,.58);
}

.sym-genre-v1__meta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 13px;
}

.sym-genre-v1__meta-item {
  min-height: 48px;
  padding: 8px 9px;
  border-radius: 2px;
  border: 1px solid rgba(11,17,22,.10);
  background: #fff;
}

.sym-genre-v1__meta-item span {
  margin-bottom: 4px;
  font-size: 7.5px;
  font-weight: 850;
  letter-spacing: .075em;
  color: rgba(11,17,22,.43);
}

.sym-genre-v1__meta-item strong {
  font-size: 10px;
  line-height: 1.18;
  font-weight: 850;
  color: #0b1116;
}

.sym-genre-v1__block {
  margin-top: 10px;
  padding: 13px;
  overflow: hidden;
}

.sym-genre-v1__section-head {
  display: block;
  margin: 0 0 9px;
}

.sym-genre-v1__section-head span { display: none; }

.sym-genre-v1__section-head h2 {
  margin: 0;
  color: #0b1116;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.015em;
}

.sym-genre-v1__about-grid {
  grid-template-columns: minmax(250px, .64fr) minmax(0, 1.36fr);
  gap: 10px;
}

.sym-genre-v1__panel,
.sym-genre-v1__reference-column,
.sym-genre-v1__quote-card,
.sym-genre-v1__mini-card,
.sym-genre-v1__label-main,
.sym-genre-v1__label-stats div,
.sym-genre-v1__sound-metric,
.sym-genre-v1__sound-guide {
  border-radius: 2px;
  box-shadow: none;
}

.sym-genre-v1__panel {
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(11,17,22,.09);
}

.sym-genre-v1__timeline-row {
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(11,17,22,.075);
}

.sym-genre-v1__timeline-row b {
  color: var(--sym-genre-accent);
  font-size: 10px;
  font-weight: 900;
}

.sym-genre-v1__timeline-row p,
.sym-genre-v1__content {
  font-size: 10.5px;
  line-height: 1.48;
  color: rgba(11,17,22,.62);
}

.sym-genre-v1__content--extended {
  margin-top: 10px;
  padding-top: 10px;
}

.sym-genre-v1__quotes-track {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sym-genre-v1__quote-card {
  min-height: 108px;
  padding: 11px 13px 12px;
  background: #fff;
  border: 1px solid rgba(11,17,22,.10);
}

.sym-genre-v1__quote-card::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #eef4f7 0 50%, rgba(11,17,22,.10) 50% 54%, #fff 54%);
  border-left: 1px solid rgba(11,17,22,.08);
  border-bottom: 1px solid rgba(11,17,22,.08);
}

.sym-genre-v1__quote-mark { display: none; }
.sym-genre-v1__quote-card p {
  margin: 0 0 11px;
  font-size: 10.5px;
  line-height: 1.42;
  font-weight: 720;
}
.sym-genre-v1__quote-author img { width: 24px; height: 24px; }
.sym-genre-v1__quote-author b,
.sym-genre-v1__quote-author a { font-size: 9.5px; }
.sym-genre-v1__quote-author span { font-size: 8.5px; }

.sym-genre-v1__references-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sym-genre-v1__reference-column {
  padding: 11px;
  background: #fff;
  border: 1px solid rgba(11,17,22,.09);
}

.sym-genre-v1__reference-column h3 {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.015em;
}

.sym-genre-v1__reference-list { gap: 4px; }

.sym-genre-v1__reference-item {
  min-height: 24px;
  gap: 7px;
  padding: 3px 5px;
  border-radius: 2px;
  background: rgba(11,17,22,.035);
}

.sym-genre-v1__reference-item img,
.sym-genre-v1__reference-item i {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  border-radius: 999px;
  background: rgba(11,17,22,.12);
  color: rgba(11,17,22,.55);
  font-size: 8px;
}

.sym-genre-v1__reference-item b {
  font-size: 9.5px;
  line-height: 1.1;
  font-weight: 850;
}

.sym-genre-v1__card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}

.sym-genre-v1__mini-card {
  min-height: 0;
  background: #fff;
  border: 1px solid rgba(11,17,22,.09);
  transition: border-color .16s ease, transform .16s ease;
}

.sym-genre-v1__mini-card:hover {
  transform: translateY(-1px);
  border-color: rgba(11,17,22,.20);
  box-shadow: none;
}

.sym-genre-v1__mini-card-img {
  aspect-ratio: 16 / 9;
  background: #e7edf0;
}

.sym-genre-v1__mini-card-img::after { display: none; }
.sym-genre-v1__mini-card:hover .sym-genre-v1__mini-card-img img { transform: none; }

.sym-genre-v1__mini-card-body {
  padding: 6px 7px 7px;
}

.sym-genre-v1__mini-card-body small {
  margin-bottom: 4px;
  font-size: 7px;
  letter-spacing: .08em;
  color: rgba(11,17,22,.43);
}

.sym-genre-v1__mini-card-body b {
  font-size: 10px;
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 900;
}

.sym-genre-v1__mini-card--artists {
  padding: 9px 7px 8px;
  text-align: center;
}

.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img {
  width: 88px;
  height: 88px;
  aspect-ratio: 1;
  margin: 0 auto 7px;
  border-radius: 999px;
  border: 1px solid rgba(11,17,22,.10);
}

.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img img {
  border-radius: 999px;
}

.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body {
  padding: 0;
}

.sym-genre-v1__label-hub-inner {
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: 10px;
}

.sym-genre-v1__label-main {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 11px;
  min-height: 96px;
  padding: 11px;
  background: #fff;
  border: 1px solid rgba(11,17,22,.10);
}

.sym-genre-v1__label-logo {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  border: 1px solid rgba(11,17,22,.10);
}

.sym-genre-v1__label-info small {
  color: rgba(11,17,22,.45);
  font-size: 7.5px;
}

.sym-genre-v1__label-info b {
  margin-top: 4px;
  font-size: 21px;
  line-height: .92;
  letter-spacing: -.065em;
}

.sym-genre-v1__label-info em {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.3;
}

.sym-genre-v1__label-info strong {
  margin-top: 6px;
  padding: 3px 7px;
  border: 1px solid rgba(11,17,22,.12);
  border-radius: 2px;
  background: #0b1116;
  color: var(--sym-genre-accent);
  font-size: 8px;
  line-height: 1;
}

.sym-genre-v1__label-stats {
  gap: 7px;
}

.sym-genre-v1__label-stats div {
  min-height: 44px;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(11,17,22,.09);
}

.sym-genre-v1__label-stats span { font-size: 8px; }
.sym-genre-v1__label-stats b { font-size: 18px; }

.sym-genre-v1__sound-profile {
  background: #f8fbfc;
}

.sym-genre-v1__sound-head {
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.sym-genre-v1__sound-head > div:first-child span {
  color: rgba(11,17,22,.48);
  font-size: 8px;
}

.sym-genre-v1__sound-head h3 {
  margin-top: 3px;
  font-size: 30px;
  line-height: .88;
  letter-spacing: -.07em;
}

.sym-genre-v1__sound-meta { gap: 4px; }
.sym-genre-v1__sound-meta span,
.sym-genre-v1__sound-meta a {
  min-height: 20px;
  padding: 4px 7px;
  border-radius: 2px;
  background: #fff;
  border-color: rgba(11,17,22,.11);
  font-size: 8.5px;
}

.sym-genre-v1__sound-meta a {
  background: #0b1116;
  color: var(--sym-genre-accent);
  border-color: #0b1116;
}

.sym-genre-v1__sound-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.sym-genre-v1__sound-metric {
  padding: 9px;
  background: #fff;
  border: 1px solid rgba(11,17,22,.09);
}

.sym-genre-v1__sound-metric-head {
  margin-bottom: 8px;
  gap: 6px;
}

.sym-genre-v1__sound-metric-head b { font-size: 9.5px; line-height: 1.05; }
.sym-genre-v1__sound-metric-head span { font-size: 7px; }
.sym-genre-v1__sound-metric-head strong { font-size: 14px; }

.sym-genre-v1__sound-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  margin-top: 7px;
}

.sym-genre-v1__sound-stats span {
  padding: 4px;
  border-radius: 1px;
  font-size: 7px;
  line-height: 1.05;
}

.sym-genre-v1__sound-stats b {
  font-size: 6.5px;
  margin-bottom: 1px;
}

.sym-genre-v1 .sym-sonic-scale__track {
  height: 5px;
  border-radius: 1px;
}

.sym-genre-v1 .sym-sonic-scale__typical {
  top: 1px;
  bottom: 1px;
  border-radius: 1px;
}

.sym-genre-v1 .sym-sonic-scale__median { width: 2px; height: 13px; }
.sym-genre-v1 .sym-sonic-scale__mean { height: 10px; }
.sym-genre-v1 .sym-sonic-scale__value {
  width: 8px;
  height: 8px;
  border-width: 1px;
  box-shadow: none;
}
.sym-genre-v1 .sym-sonic-scale__axis {
  margin-top: 4px;
  font-size: 7px;
}

.sym-genre-v1__sound-guide {
  margin-top: 8px;
  padding: 9px;
  background: #fff;
  border: 1px solid rgba(11,17,22,.08);
  font-size: 9.5px;
  line-height: 1.38;
}

html[data-theme="dark"] .sym-genre-v1,
body.dark .sym-genre-v1,
body.theme-dark .sym-genre-v1,
body.digital_newspaper_dark_mode .sym-genre-v1 {
  --sym-genre-panel: rgba(255,255,255,.055);
  --sym-genre-panel-2: rgba(255,255,255,.075);
  --sym-genre-border: rgba(255,255,255,.12);
  --sym-genre-border-strong: rgba(255,255,255,.18);
  --sym-genre-text: #f4f7fb;
  --sym-genre-muted: rgba(244,247,251,.62);
}

html[data-theme="dark"] .sym-genre-v1__hero,
html[data-theme="dark"] .sym-genre-v1__block,
body.dark .sym-genre-v1__hero,
body.dark .sym-genre-v1__block,
body.theme-dark .sym-genre-v1__hero,
body.theme-dark .sym-genre-v1__block,
body.digital_newspaper_dark_mode .sym-genre-v1__hero,
body.digital_newspaper_dark_mode .sym-genre-v1__block {
  background: rgba(255,255,255,.045);
}

@media (max-width: 1040px) {
  .sym-genre-v1 { width: min(980px, calc(100vw - 36px)); }
  .sym-genre-v1__hero { grid-template-columns: 280px minmax(0, 1fr); }
  .sym-genre-v1__card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sym-genre-v1__sound-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  .sym-genre-v1 { width: min(720px, calc(100vw - 28px)); }
  .sym-genre-v1__hero,
  .sym-genre-v1__about-grid,
  .sym-genre-v1__references-grid,
  .sym-genre-v1__quotes-track,
  .sym-genre-v1__label-hub-inner { grid-template-columns: 1fr; }
  .sym-genre-v1__identity-card,
  .sym-genre-v1__hero-content { min-height: auto; }
  .sym-genre-v1__sound-head { display: block; }
  .sym-genre-v1__sound-meta { justify-content: flex-start; margin-top: 8px; }
}

@media (max-width: 620px) {
  .sym-genre-v1 { width: calc(100vw - 20px); margin: 14px auto 50px; }
  .sym-genre-v1__hero,
  .sym-genre-v1__block { padding: 10px; border-radius: 2px; }
  .sym-genre-v1__hero-content h1 { font-size: 42px; }
  .sym-genre-v1__meta-grid,
  .sym-genre-v1__card-grid,
  .sym-genre-v1__sound-grid { grid-template-columns: 1fr; }
  .sym-genre-v1__label-main { grid-template-columns: 72px minmax(0, 1fr); }
  .sym-genre-v1__timeline-row { grid-template-columns: 1fr; gap: 3px; }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.2 — legacy style mapping from old sbn-genre page.
   Old reference system: sbn-genre-* Techno Peak Time page.
   New isolated namespace: .sym-genre-v1 / .sym-genre-v1__*
   Scope: visual mapping only. No global classes. No header/footer changes.
---------------------------------------------------------------------------- */
.sym-genre-v1 {
  --sym-genre-page-bg: #eef3f5;
  --sym-genre-panel: #eef3f5;
  --sym-genre-panel-2: rgba(255,255,255,.72);
  --sym-genre-border: rgba(0,0,0,.08);
  --sym-genre-border-strong: rgba(0,0,0,.12);
  --sym-genre-text: #050505;
  --sym-genre-muted: rgba(0,0,0,.56);
  --sym-genre-soft: rgba(0,0,0,.035);
  --sym-genre-shadow: 0 18px 54px rgba(0,0,0,.043);
  width: min(1120px, calc(100vw - 52px));
  margin: 0 auto 70px;
  color: var(--sym-genre-text);
  font-family: Ruda, Arial, sans-serif;
}

.sym-genre-v1__breadcrumbs {
  max-width: 1120px;
  margin: 0 auto 10px;
  padding: 0;
  gap: 7px;
  font-family: Ruda, Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(0,0,0,.38);
}
.sym-genre-v1__breadcrumbs a { color: rgba(0,0,0,.44); }
.sym-genre-v1__breadcrumbs b { color: rgba(0,0,0,.68); }

/* Legacy hero: .sbn-genre-identity-hero */
.sym-genre-v1__hero {
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 42px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
  background: #eef3f5;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 0;
  box-shadow: 0 24px 70px rgba(0,0,0,.06);
  overflow: visible;
}
.sym-genre-v1__hero::after { display: none !important; }

/* Legacy identity card: .sbn-genre-identity-card */
.sym-genre-v1__identity-card {
  position: relative;
  min-height: 440px;
  padding: 22px;
  display: grid;
  grid-template-rows: 34px 170px minmax(56px, auto) 58px auto;
  row-gap: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 90%, color-mix(in srgb, var(--sym-genre-accent) 22%, transparent), transparent 36%),
    linear-gradient(135deg, #f3f6f7, #e8eef0) !important;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 5px;
  color: #050505;
  box-shadow: none;
}
.sym-genre-v1__identity-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  height: auto;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 5px;
  background: none !important;
  opacity: 1;
  filter: none;
  pointer-events: none;
  z-index: 2;
  mask-image: none;
}
.sym-genre-v1__identity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, transparent 0, rgba(0,0,0,.03) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, transparent 0, rgba(0,0,0,.025) 1px, transparent 1px) 0 0 / 18px 18px;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
  mask-image: none;
}
.sym-genre-v1__identity-grid { display: none; }
.sym-genre-v1__identity-top,
.sym-genre-v1__identity-symbol,
.sym-genre-v1__identity-wave,
.sym-genre-v1__identity-bottom,
.sym-genre-v1__identity-meta { position: relative; z-index: 3; }
.sym-genre-v1__identity-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.sym-genre-v1__identity-top span,
.sym-genre-v1__identity-top b,
.sym-genre-v1__identity-meta span {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(0,0,0,.42);
  font-family: Ruda, Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: none;
}
.sym-genre-v1__identity-top span:first-child {
  min-width: auto;
  background: transparent;
  border: 0;
  color: #050505;
  font-size: 0;
}
.sym-genre-v1__identity-top span:first-child::after {
  content: "S";
  font-size: 10px;
  line-height: 1;
  letter-spacing: .14em;
}
.sym-genre-v1__identity-symbol {
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 168px;
  height: 88px;
  margin: 44px auto 0;
  border: 2px solid #050505;
  border-radius: 999px;
  background: rgba(255,255,255,.44);
  box-shadow: none;
  backdrop-filter: none;
}
.sym-genre-v1__identity-symbol img {
  width: 124px;
  height: 54px;
  object-fit: contain;
  border-radius: 0;
  filter: grayscale(1) contrast(1.15);
}
.sym-genre-v1__identity-symbol span {
  color: #050505;
  font-family: Tektur, Ruda, Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em;
}
.sym-genre-v1__identity-wave {
  position: relative;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 40px;
  margin: 0;
}
.sym-genre-v1__identity-wave::before,
.sym-genre-v1__identity-wave::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 78px;
  height: 1px;
  background: rgba(0,0,0,.15);
}
.sym-genre-v1__identity-wave::before { right: calc(50% + 32px); }
.sym-genre-v1__identity-wave::after { left: calc(50% + 32px); }
.sym-genre-v1__identity-wave i {
  display: block;
  width: 5px;
  border-radius: 1px;
  background: var(--sym-genre-accent, #00ffc8);
  box-shadow: none;
}
.sym-genre-v1__identity-wave i:nth-child(1) { height: 10px; opacity: .28; }
.sym-genre-v1__identity-wave i:nth-child(2) { height: 18px; opacity: .50; }
.sym-genre-v1__identity-wave i:nth-child(3) { height: 28px; opacity: .82; }
.sym-genre-v1__identity-wave i:nth-child(4) { height: 16px; opacity: .70; }
.sym-genre-v1__identity-wave i:nth-child(5) { height: 32px; opacity: 1; }
.sym-genre-v1__identity-wave i:nth-child(6) { height: 21px; opacity: .58; }
.sym-genre-v1__identity-wave i:nth-child(7) { height: 12px; opacity: .34; }
.sym-genre-v1__identity-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 0;
  border-top: 0;
}
.sym-genre-v1__identity-bottom strong {
  color: #050505;
  font-family: Tektur, Ruda, Arial, sans-serif;
  font-size: 28px;
  line-height: .9;
  font-weight: 900;
  letter-spacing: -.08em;
}
.sym-genre-v1__identity-bottom span {
  max-width: 170px;
  color: rgba(0,0,0,.54);
  font-size: 10px;
  line-height: 1.25;
  text-align: right;
}
.sym-genre-v1__identity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
  justify-content: flex-start;
}
.sym-genre-v1__identity-meta span {
  min-height: 22px;
  padding: 6px 8px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.52);
  border-radius: 3px;
  color: rgba(0,0,0,.56);
  letter-spacing: .04em;
  text-transform: none;
}

/* Hero content mapping */
.sym-genre-v1__hero-content {
  min-height: 440px;
  padding: 5px 0 0;
  justify-content: center;
  background: transparent;
}
.sym-genre-v1__kicker,
.sym-genre-v1__panel-kicker,
.sym-genre-v1__section-head span {
  color: var(--sym-genre-accent, #00ffc8);
  font-family: Ruda, Arial, sans-serif;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sym-genre-v1__hero-content h1 {
  margin: 8px 0 0;
  max-width: 680px;
  color: #050505;
  font-family: Tektur, Ruda, Arial, sans-serif;
  font-size: clamp(58px, 6.6vw, 88px);
  line-height: .82;
  font-weight: 900;
  letter-spacing: -.085em;
}
.sym-genre-v1__tagline {
  margin: 16px 0 0;
  max-width: 690px;
  color: #050505;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}
.sym-genre-v1__lead {
  margin: 10px 0 0;
  max-width: 720px;
  color: rgba(0,0,0,.56);
  font-size: 12px;
  line-height: 1.48;
  font-weight: 500;
}
.sym-genre-v1__meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.sym-genre-v1__meta-item {
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
  background: rgba(255,255,255,.72);
}
.sym-genre-v1__meta-item span {
  margin-bottom: 8px;
  color: rgba(0,0,0,.42);
  font-size: 9px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.sym-genre-v1__meta-item strong {
  color: #050505;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 800;
}

/* Legacy generic sections */
.sym-genre-v1__block {
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 26px;
  background: #eef3f5;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 5px;
  box-shadow: 0 18px 54px rgba(0,0,0,.043);
  overflow: hidden;
}
.sym-genre-v1__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}
.sym-genre-v1__section-head span { display: none; }
.sym-genre-v1__section-head h2 {
  margin: 0;
  color: #050505;
  font-family: Ruda, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.015em;
}

/* Legacy benchmark profile */
.sym-genre-v1__sound-profile { background: #eef3f5; }
.sym-genre-v1__sound-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) 420px;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
  padding: 18px 20px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--sym-genre-accent) 11%, transparent), transparent 34%),
    linear-gradient(rgba(0,0,0,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.02) 1px, transparent 1px),
    rgba(255,255,255,.62);
  background-size: auto, 20px 20px, 20px 20px, auto;
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
}
.sym-genre-v1__sound-head > div:first-child span {
  display: block;
  margin-bottom: 8px;
  color: var(--sym-genre-accent, #00ffc8);
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
}
.sym-genre-v1__sound-head h3 {
  margin: 0;
  color: #050505;
  font-family: Tektur, Ruda, Arial, sans-serif;
  font-size: 30px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.035em;
}
.sym-genre-v1__sound-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.sym-genre-v1__sound-meta span,
.sym-genre-v1__sound-meta a {
  min-height: 26px;
  padding: 7px 10px;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 5px;
  background: rgba(255,255,255,.72);
  color: rgba(0,0,0,.64);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.sym-genre-v1__sound-meta a {
  border-color: var(--sym-genre-accent, #00ffc8);
  background: #050505;
  color: var(--sym-genre-accent, #00ffc8);
}
.sym-genre-v1__sound-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.sym-genre-v1__sound-metric {
  padding: 13px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
}
.sym-genre-v1__sound-metric-head { margin-bottom: 12px; gap: 8px; }
.sym-genre-v1__sound-metric-head b {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
}
.sym-genre-v1__sound-metric-head span {
  margin-top: 3px;
  color: rgba(0,0,0,.42);
  font-size: 9px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sym-genre-v1__sound-metric-head strong {
  color: var(--sym-metric-color, var(--sym-genre-accent));
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}
.sym-genre-v1 .sym-sonic-scale__track {
  height: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,.075);
}
.sym-genre-v1 .sym-sonic-scale__typical {
  top: 1px;
  bottom: 1px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sym-metric-color) 26%, transparent);
}
.sym-genre-v1 .sym-sonic-scale__median { width: 2px; height: 16px; background: #050505; }
.sym-genre-v1 .sym-sonic-scale__mean { width: 2px; height: 13px; background: rgba(0,0,0,.28); }
.sym-genre-v1 .sym-sonic-scale__value {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--sym-metric-color) 18%, transparent);
}
.sym-genre-v1 .sym-sonic-scale__axis {
  margin-top: 6px;
  color: rgba(0,0,0,.42);
  font-size: 8px;
  font-weight: 800;
}
.sym-genre-v1__sound-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-top: 10px;
}
.sym-genre-v1__sound-stats span {
  padding: 6px;
  border-radius: 3px;
  background: rgba(0,0,0,.035);
  color: rgba(0,0,0,.56);
  font-size: 8px;
  line-height: 1.16;
}
.sym-genre-v1__sound-stats b {
  margin-bottom: 2px;
  color: #050505;
  font-size: 7px;
  letter-spacing: .08em;
}
.sym-genre-v1__sound-guide {
  margin-top: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
  color: rgba(0,0,0,.58);
  font-size: 10px;
  line-height: 1.45;
}

/* About / Description */
.sym-genre-v1__about-grid {
  display: grid;
  grid-template-columns: minmax(270px,.68fr) minmax(0,1.32fr);
  gap: 14px;
}
.sym-genre-v1__panel {
  padding: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
}
.sym-genre-v1__panel-kicker {
  margin-bottom: 12px;
  color: var(--sym-genre-accent, #00ffc8);
  font-size: 9px;
  letter-spacing: .16em;
}
.sym-genre-v1__timeline-row {
  display: grid;
  grid-template-columns: 76px minmax(0,1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.075);
}
.sym-genre-v1__timeline-row:last-child { border-bottom: 0; padding-bottom: 0; }
.sym-genre-v1__timeline-row b {
  color: var(--sym-genre-accent, #00ffc8);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
}
.sym-genre-v1__timeline-row p,
.sym-genre-v1__content {
  color: rgba(0,0,0,.62);
  font-size: 12px;
  line-height: 1.58;
  font-weight: 500;
}
.sym-genre-v1__content--extended {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.075);
}

/* Quotes */
.sym-genre-v1__quotes-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.sym-genre-v1__quote-card {
  position: relative;
  min-height: 145px;
  padding: 18px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
  overflow: hidden;
}
.sym-genre-v1__quote-card::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #eef3f5 0 50%, rgba(0,0,0,.10) 50% 54%, rgba(255,255,255,.74) 54%);
  border-left: 1px solid rgba(0,0,0,.075);
  border-bottom: 1px solid rgba(0,0,0,.075);
}
.sym-genre-v1__quote-mark { display: none; }
.sym-genre-v1__quote-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #050505;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}
.sym-genre-v1__quote-author { gap: 10px; }
.sym-genre-v1__quote-author img { width: 36px; height: 36px; border-radius: 999px; }
.sym-genre-v1__quote-author b,
.sym-genre-v1__quote-author a {
  color: #050505;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.sym-genre-v1__quote-author span {
  color: rgba(0,0,0,.46);
  font-size: 10px;
  line-height: 1.2;
}

/* Reference columns */
.sym-genre-v1__references-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.sym-genre-v1__reference-column {
  padding: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
}
.sym-genre-v1__reference-column h3 {
  margin: 0 0 14px;
  color: #050505;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.01em;
}
.sym-genre-v1__reference-list { gap: 6px; }
.sym-genre-v1__reference-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  padding: 4px 6px;
  background: rgba(0,0,0,.035);
  border-radius: 4px;
}
.sym-genre-v1__reference-item img,
.sym-genre-v1__reference-item i {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  background: rgba(0,0,0,.10);
  color: rgba(0,0,0,.50);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}
.sym-genre-v1__reference-item b {
  color: #050505;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 850;
}

/* Relation cards */
.sym-genre-v1__card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
  align-items: start;
}
.sym-genre-v1__mini-card {
  display: block;
  overflow: hidden;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 0;
  color: #050505;
  text-decoration: none;
  transition: transform .18s, border-color .18s, box-shadow .18s;
}
.sym-genre-v1__mini-card:hover {
  transform: translateY(-3px);
  border-color: var(--sym-genre-accent, #00ffc8);
  box-shadow: 0 16px 32px rgba(0,0,0,.08);
}
.sym-genre-v1__mini-card-img {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #dde5e8;
  overflow: hidden;
}
.sym-genre-v1__mini-card-img::after { display: none; }
.sym-genre-v1__mini-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sym-genre-v1__mini-card-body { padding: 10px 10px 12px; }
.sym-genre-v1__mini-card-body small {
  margin-bottom: 6px;
  color: rgba(0,0,0,.42);
  font-size: 8px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sym-genre-v1__mini-card-body b {
  color: #050505;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.02em;
}
.sym-genre-v1__mini-card--artists {
  padding: 12px 10px;
  text-align: center;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img {
  width: 118px;
  height: 78px;
  aspect-ratio: auto;
  margin: 0 auto 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #dde5e8;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img img { border-radius: 999px; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body { padding: 0; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body small { display: none; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body b {
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.sym-genre-v1__card-grid--releases,
.sym-genre-v1__card-grid--playlists,
.sym-genre-v1__card-grid--podcasts,
.sym-genre-v1__card-grid--benchmarks,
.sym-genre-v1__card-grid--events,
.sym-genre-v1__card-grid--wiki,
.sym-genre-v1__card-grid--post,
.sym-genre-v1__card-grid--factions {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sym-genre-v1__card-grid--releases .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--playlists .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--podcasts .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--benchmarks .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--events .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--wiki .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--post .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--factions .sym-genre-v1__mini-card-img {
  aspect-ratio: 16 / 9;
}

/* Label hub */
.sym-genre-v1__label-hub-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px,.65fr);
  gap: 14px;
}
.sym-genre-v1__label-main {
  display: grid;
  grid-template-columns: 132px minmax(0,1fr);
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 20px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--sym-genre-accent) 12%, transparent), transparent 36%),
    rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
  color: #050505;
}
.sym-genre-v1__label-logo {
  width: 112px;
  height: 112px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #050505;
}
.sym-genre-v1__label-info small {
  color: var(--sym-genre-accent, #00ffc8);
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sym-genre-v1__label-info b {
  margin-top: 8px;
  color: #050505;
  font-family: Tektur, Ruda, Arial, sans-serif;
  font-size: 30px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.045em;
}
.sym-genre-v1__label-info em {
  margin-top: 10px;
  color: rgba(0,0,0,.56);
  font-size: 12px;
  line-height: 1.45;
}
.sym-genre-v1__label-info strong {
  display: inline-flex;
  margin-top: 12px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid var(--sym-genre-accent, #00ffc8);
  border-radius: 5px;
  background: color-mix(in srgb, var(--sym-genre-accent) 12%, #ffffff);
  color: #050505;
  font-family: Tektur, Ruda, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.sym-genre-v1__label-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.sym-genre-v1__label-stats div {
  min-height: 74px;
  padding: 12px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
}
.sym-genre-v1__label-stats span {
  color: rgba(0,0,0,.42);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sym-genre-v1__label-stats b {
  color: #050505;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

/* Legacy dark theme compatibility, scoped only. */
html[data-theme="dark"] .sym-genre-v1,
body.dark .sym-genre-v1,
body.theme-dark .sym-genre-v1,
body.digital_newspaper_dark_mode .sym-genre-v1 {
  --sym-genre-panel: rgba(255,255,255,.055);
  --sym-genre-panel-2: rgba(255,255,255,.075);
  --sym-genre-border: rgba(255,255,255,.12);
  --sym-genre-border-strong: rgba(255,255,255,.18);
  --sym-genre-text: #f4f7fb;
  --sym-genre-muted: rgba(244,247,251,.62);
  color: var(--sym-genre-text);
}
body.digital_newspaper_dark_mode .sym-genre-v1__hero,
body.digital_newspaper_dark_mode .sym-genre-v1__block,
html[data-theme="dark"] .sym-genre-v1__hero,
html[data-theme="dark"] .sym-genre-v1__block,
body.dark .sym-genre-v1__hero,
body.dark .sym-genre-v1__block,
body.theme-dark .sym-genre-v1__hero,
body.theme-dark .sym-genre-v1__block {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}

@media (max-width: 1040px) {
  .sym-genre-v1 { width: min(980px, calc(100vw - 36px)); }
  .sym-genre-v1__hero { grid-template-columns: 320px minmax(0, 1fr); padding: 28px; gap: 24px; }
  .sym-genre-v1__identity-card,
  .sym-genre-v1__hero-content { min-height: 390px; }
  .sym-genre-v1__card-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .sym-genre-v1__sound-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 840px) {
  .sym-genre-v1 { width: min(720px, calc(100vw - 28px)); margin-bottom: 56px; }
  .sym-genre-v1__hero,
  .sym-genre-v1__about-grid,
  .sym-genre-v1__references-grid,
  .sym-genre-v1__quotes-track,
  .sym-genre-v1__label-hub-inner,
  .sym-genre-v1__sound-head { grid-template-columns: 1fr; }
  .sym-genre-v1__hero { padding: 20px; }
  .sym-genre-v1__identity-card,
  .sym-genre-v1__hero-content { min-height: auto; }
  .sym-genre-v1__hero-content h1 { font-size: 56px; }
  .sym-genre-v1__sound-meta { justify-content: flex-start; }
  .sym-genre-v1__label-hub-inner { display: grid; }
}
@media (max-width: 620px) {
  .sym-genre-v1 { width: calc(100vw - 20px); margin: 0 auto 48px; }
  .sym-genre-v1__hero,
  .sym-genre-v1__block { padding: 14px; border-radius: 5px; margin-bottom: 14px; }
  .sym-genre-v1__hero-content h1 { font-size: 42px; }
  .sym-genre-v1__meta-grid,
  .sym-genre-v1__card-grid,
  .sym-genre-v1__sound-grid { grid-template-columns: 1fr; }
  .sym-genre-v1__label-main { grid-template-columns: 86px minmax(0, 1fr); padding: 14px; }
  .sym-genre-v1__label-logo { width: 82px; height: 82px; }
  .sym-genre-v1__timeline-row { grid-template-columns: 1fr; gap: 4px; }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.3 — targeted detail pass from user review.
   Focus: hero, breadcrumbs/back button, typography, readable light-theme labels,
   circular artist/curator avatars, reference cards without row backing, square
   content covers, clickable label card without CTA button.
---------------------------------------------------------------------------- */
.sym-genre-v1 {
  --sym-genre-readable-accent: #0b1116;
  font-size: 16px;
}

.sym-genre-v1__back-nav {
  margin: 0 0 12px !important;
  display: flex !important;
  align-items: center;
  gap: 0 !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
}

.sym-genre-v1__back-nav > span,
.sym-genre-v1__back-nav > b,
.sym-genre-v1__back-nav > a:not(.sym-genre-v1__back-link) { display: none !important; }

.sym-genre-v1__back-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 13px;
  border: 1px solid rgba(11,17,22,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #0b1116 !important;
  font-size: 12px !important;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .02em !important;
  text-transform: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.sym-genre-v1__back-link:hover {
  border-color: rgba(11,17,22,.34);
  background: #fff;
  transform: translateX(-2px);
}

.sym-genre-v1__kicker,
.sym-genre-v1__panel-kicker,
.sym-genre-v1__section-head span,
.sym-genre-v1__sound-head > div:first-child span,
.sym-genre-v1__label-info small,
.sym-genre-v1__mini-card-body small,
.sym-genre-v1__timeline-row b {
  color: var(--sym-genre-readable-accent) !important;
}

.sym-genre-v1__hero-content h1 {
  max-width: none !important;
  font-size: clamp(54px, 6vw, 86px) !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  font-weight: 900 !important;
}

.sym-genre-v1__tagline {
  font-size: 17px !important;
  line-height: 1.36 !important;
  font-weight: 850 !important;
}

.sym-genre-v1__lead {
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}

.sym-genre-v1__meta-item {
  min-height: 86px !important;
  padding: 17px 18px !important;
}

.sym-genre-v1__meta-item span {
  font-size: 11px !important;
  letter-spacing: .08em !important;
}

.sym-genre-v1__meta-item strong {
  font-size: 19px !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
}

/* Hero identity card: rebuild as code-only legacy cover, no image dependency. */
.sym-genre-v1__identity-card {
  min-height: 430px !important;
  padding: 24px !important;
  border-radius: 6px !important;
  background:
    linear-gradient(rgba(11,17,22,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,17,22,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.98), rgba(255,255,255,.5) 44%, rgba(11,17,22,.035) 100%),
    #f1f5f6 !important;
  background-size: 28px 28px, 28px 28px, auto, auto !important;
  color: #0b1116 !important;
  overflow: hidden !important;
}

.sym-genre-v1__identity-card::before {
  content: "";
  position: absolute;
  left: 34px !important;
  right: 34px !important;
  top: 50% !important;
  height: 78px !important;
  transform: translateY(-50%);
  opacity: .38 !important;
  filter: none !important;
  background:
    repeating-linear-gradient(90deg,
      transparent 0 12px,
      rgba(11,17,22,.42) 12px 15px,
      transparent 15px 26px),
    linear-gradient(90deg, transparent, rgba(11,17,22,.14), transparent) !important;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent) !important;
  z-index: 1;
}

.sym-genre-v1__identity-card::after {
  content: "";
  position: absolute;
  inset: 16px !important;
  height: auto !important;
  border: 1px solid rgba(11,17,22,.12);
  border-radius: 5px;
  background: transparent !important;
  opacity: 1 !important;
  z-index: 0;
}

.sym-genre-v1__identity-top {
  position: relative;
  z-index: 3;
  align-items: flex-start !important;
}

.sym-genre-v1__identity-top span,
.sym-genre-v1__identity-top b {
  min-width: 48px;
  min-height: 38px !important;
  padding: 9px 12px !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
}

.sym-genre-v1__identity-top span:first-child {
  justify-content: center;
  background: #050608 !important;
  border-color: #050608 !important;
  color: #15f2b0 !important;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 74% 100%, 0 100%);
}

.sym-genre-v1__identity-top b {
  justify-content: center;
  background: #fff !important;
  border-color: rgba(11,17,22,.14) !important;
  color: rgba(11,17,22,.62) !important;
  box-shadow: 0 1px 0 rgba(11,17,22,.07);
}

.sym-genre-v1__identity-wave {
  position: absolute !important;
  left: 58px;
  right: 58px;
  top: 50%;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 1px !important;
  margin: 0 !important;
  gap: 0 !important;
  background: rgba(11,17,22,.12);
}

.sym-genre-v1__identity-wave i {
  width: 3px !important;
  border-radius: 0 !important;
  background: rgba(11,17,22,.34) !important;
  box-shadow: none !important;
}
.sym-genre-v1__identity-wave i:nth-child(1) { height: 22px !important; opacity: .36 !important; }
.sym-genre-v1__identity-wave i:nth-child(2) { height: 34px !important; opacity: .46 !important; }
.sym-genre-v1__identity-wave i:nth-child(3) { height: 46px !important; opacity: .54 !important; }
.sym-genre-v1__identity-wave i:nth-child(4) { height: 60px !important; opacity: .42 !important; }
.sym-genre-v1__identity-wave i:nth-child(5) { height: 42px !important; opacity: .46 !important; }
.sym-genre-v1__identity-wave i:nth-child(6) { height: 30px !important; opacity: .34 !important; }
.sym-genre-v1__identity-wave i:nth-child(7) { height: 22px !important; opacity: .28 !important; }
.sym-genre-v1__identity-wave i:nth-child(8) { height: 34px !important; opacity: .28 !important; }
.sym-genre-v1__identity-wave i:nth-child(9) { height: 46px !important; opacity: .34 !important; }
.sym-genre-v1__identity-wave i:nth-child(10) { height: 60px !important; opacity: .44 !important; }
.sym-genre-v1__identity-wave i:nth-child(11) { height: 44px !important; opacity: .36 !important; }
.sym-genre-v1__identity-wave i:nth-child(12) { height: 26px !important; opacity: .28 !important; }

.sym-genre-v1__identity-symbol {
  position: absolute !important;
  left: 50%;
  top: 50%;
  z-index: 4 !important;
  width: 158px !important;
  height: 158px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  border-radius: 999px !important;
  border: 3px solid #050608 !important;
  background: #fff !important;
  box-shadow: 0 0 0 14px rgba(255,255,255,.92) !important;
}

.sym-genre-v1__identity-symbol span {
  color: #050608 !important;
  font-size: 43px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  font-weight: 950 !important;
}

.sym-genre-v1__identity-bottom {
  position: absolute !important;
  left: 24px;
  right: 24px;
  bottom: 92px;
  z-index: 4 !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
}

.sym-genre-v1__identity-bottom strong {
  display: block;
  color: #050608 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  font-weight: 950 !important;
}

.sym-genre-v1__identity-bottom span { display: none !important; }

.sym-genre-v1__identity-meta {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 4 !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
}

.sym-genre-v1__identity-meta span {
  min-height: 30px !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  background: #050608 !important;
  border-color: #050608 !important;
  color: #15f2b0 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

/* Quote cards: closer to old folded note cards, larger text. */
.sym-genre-v1__quotes-track { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sym-genre-v1__quote-card {
  min-height: 150px !important;
  padding: 18px 20px !important;
  border-radius: 2px !important;
  border: 1px solid rgba(11,17,22,.12) !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
}
.sym-genre-v1__quote-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, rgba(11,17,22,.08) 0 50%, rgba(238,244,247,.95) 50% 100%);
  border-left: 1px solid rgba(11,17,22,.08);
  border-top: 1px solid rgba(11,17,22,.08);
}
.sym-genre-v1__quote-mark { display: none !important; }
.sym-genre-v1__quote-card p {
  font-size: 15px !important;
  line-height: 1.42 !important;
  font-weight: 800 !important;
}
.sym-genre-v1__quote-author b,
.sym-genre-v1__quote-author a { font-size: 13px !important; }
.sym-genre-v1__quote-author span { font-size: 11px !important; }

/* References: larger, no row substrates, only circular visual + label. */
.sym-genre-v1__reference-column {
  padding: 18px !important;
  border-radius: 2px !important;
  background: #fff !important;
}
.sym-genre-v1__reference-column h3 {
  margin-bottom: 16px !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
}
.sym-genre-v1__reference-list { gap: 12px !important; }
.sym-genre-v1__reference-item {
  min-height: 66px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  gap: 12px !important;
  transition: transform .18s ease, color .18s ease;
}
.sym-genre-v1__reference-item:hover { transform: translateX(4px); color: var(--sym-genre-accent); }
.sym-genre-v1__reference-item img,
.sym-genre-v1__reference-item i {
  width: 54px !important;
  height: 54px !important;
  flex-basis: 54px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(11,17,22,.12);
  background: #f2f5f6 !important;
  color: #0b1116 !important;
  font-size: 18px !important;
  object-fit: cover !important;
}
.sym-genre-v1__reference-item b {
  font-size: 16px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

/* Artists and curators: circular portraits, not ellipses. */
.sym-genre-v1__mini-card--artists {
  padding: 16px 12px !important;
  text-align: center;
  border-radius: 2px !important;
  background: #fff !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img {
  width: 112px !important;
  height: 112px !important;
  aspect-ratio: auto !important;
  margin: 0 auto 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(11,17,22,.13);
  background: #eef4f7 !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img::after { display: none !important; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 999px !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body { padding: 0 !important; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body b {
  font-size: 15px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

/* Releases / playlists / podcasts / benchmarks stay square. */
.sym-genre-v1__mini-card:not(.sym-genre-v1__mini-card--artists) .sym-genre-v1__mini-card-img {
  aspect-ratio: 1 / 1 !important;
  border-radius: 0 !important;
}
.sym-genre-v1__mini-card:not(.sym-genre-v1__mini-card--artists) .sym-genre-v1__mini-card-img img {
  border-radius: 0 !important;
}

/* Label card: whole card is the CTA; no visible button text. */
.sym-genre-v1__label-main {
  border-radius: 2px !important;
  background: #fff !important;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.sym-genre-v1__label-main:hover {
  transform: translateY(-2px);
  border-color: rgba(11,17,22,.28) !important;
  background: #fbfefe !important;
}
.sym-genre-v1__label-logo {
  border-radius: 999px !important;
  background: #050608 !important;
}
.sym-genre-v1__label-logo img {
  object-fit: contain !important;
  padding: 10px;
}
.sym-genre-v1__label-info strong { display: none !important; }
.sym-genre-v1__label-info b {
  letter-spacing: 0 !important;
  font-size: 27px !important;
  line-height: 1.05 !important;
}

/* Factions: temporary label-like card until richer faction fields are filled. */
.sym-genre-v1__relations--factions .sym-genre-v1__card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sym-genre-v1__mini-card--factions {
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  min-height: 126px;
  border-radius: 2px !important;
  background: #fff !important;
}
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img {
  width: 86px !important;
  height: 86px !important;
  margin: 18px;
  border-radius: 999px !important;
  background: #050608 !important;
}
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img::after { display: none !important; }
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img img { object-fit: contain !important; padding: 8px; }

html[data-theme="dark"] .sym-genre-v1,
body.dark .sym-genre-v1,
body.theme-dark .sym-genre-v1,
body.digital_newspaper_dark_mode .sym-genre-v1 {
  --sym-genre-readable-accent: #f4f7fb;
}

html[data-theme="dark"] .sym-genre-v1__back-link,
body.dark .sym-genre-v1__back-link,
body.theme-dark .sym-genre-v1__back-link,
body.digital_newspaper_dark_mode .sym-genre-v1__back-link {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
  color: #f4f7fb !important;
}

@media (max-width: 1040px) {
  .sym-genre-v1__hero-content h1 { font-size: clamp(44px, 7vw, 68px) !important; }
}

@media (max-width: 840px) {
  .sym-genre-v1__identity-card { min-height: 380px !important; }
  .sym-genre-v1__hero-content h1 { font-size: 48px !important; }
  .sym-genre-v1__references-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 620px) {
  .sym-genre-v1__identity-card { min-height: 330px !important; }
  .sym-genre-v1__identity-symbol { width: 132px !important; height: 132px !important; }
  .sym-genre-v1__identity-symbol span { font-size: 36px !important; }
  .sym-genre-v1__identity-bottom strong { font-size: 24px !important; }
  .sym-genre-v1__identity-meta span { font-size: 9px !important; padding: 7px 9px !important; }
  .sym-genre-v1__relations--factions .sym-genre-v1__card-grid { grid-template-columns: 1fr; }
  .sym-genre-v1__mini-card--factions { grid-template-columns: 1fr; }
}

/* === v1.4 — focused genre page detail pass === */
.sym-genre-v1 {
  --sym-genre-ink: var(--sym-genre-accent, #050608);
}

/* Hero: lower cover, clearer code-drawn equalizer and smaller meta cards. */
.sym-genre-v1__hero {
  grid-template-columns: minmax(260px, 365px) minmax(0, 1fr) !important;
  gap: 24px !important;
}
.sym-genre-v1__identity-card {
  min-height: 365px !important;
  max-height: 365px !important;
  padding: 22px !important;
  background:
    linear-gradient(rgba(12,18,24,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,18,24,.035) 1px, transparent 1px),
    linear-gradient(145deg, #fbfdfe 0%, #eef4f6 100%) !important;
  background-size: 24px 24px, 24px 24px, auto !important;
  color: #050608 !important;
  border: 1px solid rgba(8,12,16,.18) !important;
  box-shadow: none !important;
}
.sym-genre-v1__identity-card::before {
  inset: auto 0 0 auto !important;
  width: 48% !important;
  height: 52% !important;
  background: radial-gradient(circle at 90% 90%, color-mix(in srgb, var(--sym-genre-ink) 10%, transparent), transparent 58%) !important;
  filter: none !important;
  opacity: .65 !important;
}
.sym-genre-v1__identity-card::after { display: none !important; }
.sym-genre-v1__identity-top span,
.sym-genre-v1__identity-top b {
  min-height: 28px !important;
  border-radius: 0 !important;
  background: #050608 !important;
  border-color: #050608 !important;
  color: #fff !important;
  font-family: Tektur, Manrope, system-ui, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
}
.sym-genre-v1__identity-top b {
  background: #fff !important;
  border: 1px solid rgba(8,12,16,.18) !important;
  color: #050608 !important;
}
.sym-genre-v1__identity-wave {
  position: absolute !important;
  left: 48px !important;
  right: 48px !important;
  top: 168px !important;
  height: 74px !important;
  margin: 0 !important;
  gap: 8px !important;
}
.sym-genre-v1__identity-wave::before,
.sym-genre-v1__identity-wave::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 42%;
  background: rgba(8,12,16,.17);
}
.sym-genre-v1__identity-wave::before { left: 0; }
.sym-genre-v1__identity-wave::after { right: 0; }
.sym-genre-v1__identity-wave i {
  width: 4px !important;
  border-radius: 0 !important;
  background: rgba(8,12,16,.25) !important;
  box-shadow: none !important;
}
.sym-genre-v1__identity-wave i:nth-child(1),
.sym-genre-v1__identity-wave i:nth-child(12) { height: 18px !important; opacity: .42 !important; }
.sym-genre-v1__identity-wave i:nth-child(2),
.sym-genre-v1__identity-wave i:nth-child(11) { height: 36px !important; opacity: .5 !important; }
.sym-genre-v1__identity-wave i:nth-child(3),
.sym-genre-v1__identity-wave i:nth-child(10) { height: 52px !important; opacity: .58 !important; }
.sym-genre-v1__identity-wave i:nth-child(4),
.sym-genre-v1__identity-wave i:nth-child(9) { height: 42px !important; opacity: .62 !important; }
.sym-genre-v1__identity-wave i:nth-child(5),
.sym-genre-v1__identity-wave i:nth-child(8) { height: 28px !important; opacity: .52 !important; }
.sym-genre-v1__identity-wave i:nth-child(6),
.sym-genre-v1__identity-wave i:nth-child(7) { height: 64px !important; opacity: .64 !important; }
.sym-genre-v1__identity-symbol {
  width: 138px !important;
  height: 138px !important;
  margin: 78px auto 0 !important;
  border-radius: 999px !important;
  border: 3px solid #050608 !important;
  background: #fff !important;
  box-shadow: 0 0 0 16px rgba(255,255,255,.72) !important;
}
.sym-genre-v1__identity-symbol span {
  color: #050608 !important;
  font-family: Tektur, Manrope, system-ui, sans-serif !important;
  font-size: 42px !important;
  letter-spacing: -.05em !important;
}
.sym-genre-v1__identity-bottom {
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 78px !important;
  justify-content: center !important;
  border-top: 0 !important;
  padding-top: 0 !important;
}
.sym-genre-v1__identity-bottom strong {
  color: #050608 !important;
  font-family: Tektur, Manrope, system-ui, sans-serif !important;
  font-size: 26px !important;
  letter-spacing: -.04em !important;
  line-height: 1 !important;
  text-align: center !important;
}
.sym-genre-v1__identity-meta { bottom: 30px !important; }
.sym-genre-v1__identity-meta span {
  background: #050608 !important;
  border-color: #050608 !important;
  color: #fff !important;
  font-size: 10px !important;
  letter-spacing: .04em !important;
}
.sym-genre-v1__meta-grid { gap: 10px !important; }
.sym-genre-v1__meta-item {
  min-height: 78px !important;
  padding: 14px 16px !important;
}
.sym-genre-v1__meta-item span { font-size: 10px !important; }
.sym-genre-v1__meta-item strong {
  font-family: Tektur, Manrope, system-ui, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: -.03em !important;
}

/* Sound profile: minimal old-site style, driven by genre color. */
.sym-genre-v1__sound-profile {
  padding: 28px !important;
  border-radius: 4px !important;
  background: #eef5f7 !important;
  border: 1px solid rgba(8,12,16,.12) !important;
}
.sym-genre-v1__sound-profile .sym-genre-v1__section-head {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 22px !important;
}
.sym-genre-v1__sound-profile .sym-genre-v1__section-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(8,12,16,.16);
}
.sym-genre-v1__sound-profile .sym-genre-v1__section-head h2 {
  color: rgba(8,12,16,.55) !important;
  font-size: 22px !important;
}
.sym-genre-v1__sound-profile .sym-genre-v1__section-head span { display: none !important; }
.sym-genre-v1__sound-head {
  min-height: 92px !important;
  margin-bottom: 20px !important;
  padding: 20px 22px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(8,12,16,.10) !important;
  background:
    linear-gradient(rgba(8,12,16,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,12,16,.035) 1px, transparent 1px),
    rgba(255,255,255,.46) !important;
  background-size: 24px 24px !important;
}
.sym-genre-v1__sound-head > div:first-child span {
  color: #050608 !important;
  font-size: 10px !important;
}
.sym-genre-v1__sound-head h3 {
  margin-top: 8px !important;
  font-family: Tektur, Manrope, system-ui, sans-serif !important;
  font-size: 38px !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
}
.sym-genre-v1__sound-meta span,
.sym-genre-v1__sound-meta a {
  border-radius: 4px !important;
  background: rgba(255,255,255,.72) !important;
  color: #050608 !important;
}
.sym-genre-v1__sound-meta a {
  border-color: #050608 !important;
}
.sym-genre-v1__sound-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.sym-genre-v1__sound-metric {
  min-height: 168px !important;
  padding: 18px 16px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(8,12,16,.10) !important;
  background:
    linear-gradient(rgba(8,12,16,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,12,16,.026) 1px, transparent 1px),
    #fff !important;
  background-size: 24px 24px !important;
  box-shadow: none !important;
}
.sym-genre-v1__sound-metric-head {
  align-items: flex-start !important;
  margin-bottom: 22px !important;
}
.sym-genre-v1__sound-metric-head b {
  color: rgba(8,12,16,.56) !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.sym-genre-v1__sound-metric-head strong {
  color: var(--sym-genre-ink) !important;
  font-family: Tektur, Manrope, system-ui, sans-serif !important;
  font-size: 28px !important;
  line-height: .9 !important;
  letter-spacing: -.03em !important;
}
.sym-genre-v1__sound-line {
  height: 6px;
  border-radius: 999px;
  background: rgba(8,12,16,.10);
  overflow: hidden;
}
.sym-genre-v1__sound-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--sym-genre-ink);
  min-width: 2px;
}
.sym-genre-v1__sound-metric p {
  margin: 36px 0 0 !important;
  color: rgba(8,12,16,.60) !important;
  font-size: 15px !important;
  line-height: 1.34 !important;
  font-weight: 600 !important;
}
.sym-genre-v1__sound-stats,
.sym-sonic-profile-v1 .sym-sonic-scale { display: none !important; }
.sym-genre-v1__sound-guide { display: none !important; }

/* About text should be more readable. */
.sym-genre-v1__content,
.sym-genre-v1__content p,
.sym-genre-v1__timeline-row p {
  font-size: 16px !important;
  line-height: 1.62 !important;
}
.sym-genre-v1__timeline-row b,
.sym-genre-v1__panel-kicker { font-size: 12px !important; }

/* Artists: no rectangular backing; circle + nickname only. */
.sym-genre-v1__mini-card--artists,
.sym-genre-v1__mini-card--experts {
  padding: 4px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.sym-genre-v1__mini-card--artists:hover,
.sym-genre-v1__mini-card--experts:hover { transform: translateY(-3px); }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img {
  width: 106px !important;
  height: 106px !important;
  aspect-ratio: auto !important;
  margin: 0 auto 10px !important;
  border-radius: 999px !important;
  background: #eef4f7 !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img img,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img img {
  border-radius: 999px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img::after,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img::after { display: none !important; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-body { padding: 0 !important; text-align: center !important; }
.sym-genre-v1__mini-card--artists small,
.sym-genre-v1__mini-card--experts small { display: none !important; }
.sym-genre-v1__mini-card--artists b,
.sym-genre-v1__mini-card--experts b {
  font-size: 15px !important;
  line-height: 1.15 !important;
}

/* Label and faction logo circles without black square backing; stats in Tektur. */
.sym-genre-v1__label-logo,
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img {
  background: #fff !important;
  border: 1px solid rgba(8,12,16,.12) !important;
  border-radius: 999px !important;
}
.sym-genre-v1__label-logo img,
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img img {
  object-fit: contain !important;
  padding: 10px !important;
  border-radius: 999px !important;
}
.sym-genre-v1__label-stats b {
  font-family: Tektur, Manrope, system-ui, sans-serif !important;
  letter-spacing: -.04em !important;
}

/* Relation media logic: square for music entities, horizontal for news. */
.sym-genre-v1__mini-card--releases .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--playlists .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--podcasts .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--benchmarks .sym-genre-v1__mini-card-img {
  aspect-ratio: 1 / 1 !important;
}
.sym-genre-v1__mini-card--post .sym-genre-v1__mini-card-img {
  aspect-ratio: 16 / 9 !important;
}
.sym-genre-v1__mini-card--post .sym-genre-v1__mini-card-img img {
  object-fit: cover !important;
}

@media (max-width: 1040px) {
  .sym-genre-v1__sound-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 620px) {
  .sym-genre-v1__hero { grid-template-columns: 1fr !important; }
  .sym-genre-v1__identity-card { min-height: 330px !important; max-height: none !important; }
  .sym-genre-v1__sound-grid { grid-template-columns: 1fr !important; }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.5 — typography rules + legacy-detail alignment.
   Fixed rules for Tektur: no compressed heading letter-spacing, weight <= 800.
---------------------------------------------------------------------------- */
.sym-genre-v1 {
  --sym-font-heading: Tektur, Manrope, system-ui, sans-serif;
  --sym-font-body: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sym-h1: 36px;
  --sym-h2: 30px;
  --sym-h3: 24px;
  --sym-h4: 18px;
  --sym-h5: 12px;
  --sym-h6: 6px;
  --sym-body: 14px;
  --sym-heading-weight: 700;
  --sym-heading-weight-strong: 800;
  --sym-letter-heading: normal;
  --sym-letter-body: normal;
  --sym-letter-tech: .08em;
  --sym-genre-ink: var(--sym-genre-accent-readable, var(--sym-genre-accent, #0b1116));
  width: min(1120px, calc(100vw - 52px)) !important;
  font-family: var(--sym-font-body) !important;
  font-size: var(--sym-body) !important;
  letter-spacing: normal !important;
}

.sym-genre-v1 h1,
.sym-genre-v1 h2,
.sym-genre-v1 h3,
.sym-genre-v1 h4,
.sym-genre-v1 h5,
.sym-genre-v1 h6,
.sym-genre-v1 strong,
.sym-genre-v1 b {
  letter-spacing: normal !important;
}

.sym-genre-v1 h1,
.sym-genre-v1__hero-content h1 {
  font-family: var(--sym-font-heading) !important;
  font-size: var(--sym-h1) !important;
  line-height: 1.03 !important;
  font-weight: var(--sym-heading-weight-strong) !important;
  letter-spacing: normal !important;
}

.sym-genre-v1 h2,
.sym-genre-v1__section-head h2 {
  font-family: var(--sym-font-heading) !important;
  font-size: var(--sym-h2) !important;
  line-height: 1.05 !important;
  font-weight: var(--sym-heading-weight) !important;
  letter-spacing: normal !important;
}

.sym-genre-v1 h3,
.sym-genre-v1__sound-head h3,
.sym-genre-v1__reference-column h3 {
  font-family: var(--sym-font-heading) !important;
  font-size: var(--sym-h3) !important;
  line-height: 1.08 !important;
  font-weight: var(--sym-heading-weight) !important;
  letter-spacing: normal !important;
}

.sym-genre-v1 h4 { font-size: var(--sym-h4) !important; }
.sym-genre-v1 h5 { font-size: var(--sym-h5) !important; }
.sym-genre-v1 h6 { font-size: var(--sym-h6) !important; }
.sym-genre-v1 p,
.sym-genre-v1 li,
.sym-genre-v1__lead,
.sym-genre-v1__tagline,
.sym-genre-v1__content,
.sym-genre-v1__content p,
.sym-genre-v1__timeline-row p {
  font-size: var(--sym-body) !important;
  letter-spacing: normal !important;
}

/* Technical labels may use spacing, but never headings. */
.sym-genre-v1__kicker,
.sym-genre-v1__panel-kicker,
.sym-genre-v1__meta-item span,
.sym-genre-v1__identity-top span,
.sym-genre-v1__identity-top b,
.sym-genre-v1__identity-meta span,
.sym-genre-v1__mini-card-body small,
.sym-genre-v1__sound-head > div:first-child span,
.sym-genre-v1__sound-meta span,
.sym-genre-v1__sound-meta a,
.sym-genre-v1__quote-author span {
  letter-spacing: var(--sym-letter-tech) !important;
}

/* Green text on light UI becomes black/gray; color is reserved for lines, bars, borders. */
.sym-genre-v1__kicker,
.sym-genre-v1__panel-kicker,
.sym-genre-v1__sound-head > div:first-child span,
.sym-genre-v1__label-info small,
.sym-genre-v1__mini-card-body small,
.sym-genre-v1__timeline-row b,
.sym-genre-v1__section-head span {
  color: #0b1116 !important;
}

/* Back button only, no old breadcrumb feel. */
.sym-genre-v1__back-nav {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 0 !important;
}
.sym-genre-v1__back-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 6px 11px !important;
  border: 1px solid rgba(11,17,22,.16) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.72) !important;
  color: #0b1116 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.sym-genre-v1__back-link:hover {
  border-color: #0b1116 !important;
  background: #fff !important;
}

/* Hero: closer to old page, compact but readable. */
.sym-genre-v1__hero {
  grid-template-columns: 300px minmax(0,1fr) !important;
  gap: 18px !important;
  padding: 14px !important;
  border-radius: 3px !important;
  background: rgba(242,247,249,.94) !important;
}
.sym-genre-v1__hero-content {
  min-height: 250px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(11,17,22,.10) !important;
  border-radius: 3px !important;
  background: rgba(248,251,252,.52) !important;
}
.sym-genre-v1__tagline {
  margin-top: 12px !important;
  max-width: 680px !important;
  color: rgba(11,17,22,.78) !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}
.sym-genre-v1__lead {
  margin-top: 10px !important;
  max-width: 720px !important;
  color: rgba(11,17,22,.58) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

/* Hero genre cover: pure CSS technical identity card. */
.sym-genre-v1__identity-card {
  min-height: 250px !important;
  max-height: 250px !important;
  padding: 14px !important;
  border-radius: 3px !important;
  background:
    linear-gradient(rgba(11,17,22,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,17,22,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 58%, rgba(255,255,255,.86), transparent 27%),
    #eef4f6 !important;
  background-size: 28px 28px, 28px 28px, auto, auto !important;
  overflow: hidden !important;
}
.sym-genre-v1__identity-card::before {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  top: 104px !important;
  height: 58px !important;
  opacity: .9 !important;
  background:
    repeating-linear-gradient(90deg,
      transparent 0 11px,
      rgba(11,17,22,.22) 11px 13px,
      transparent 13px 20px) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%) !important;
}
.sym-genre-v1__identity-card::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  top: 132px !important;
  height: 1px !important;
  background: rgba(11,17,22,.18) !important;
}
.sym-genre-v1__identity-top span,
.sym-genre-v1__identity-top b {
  min-height: 28px !important;
  padding: 6px 10px !important;
  border-radius: 0 0 10px 0 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.sym-genre-v1__identity-top b {
  border-radius: 0 !important;
  background: #fff !important;
  color: rgba(11,17,22,.58) !important;
}
.sym-genre-v1__identity-symbol {
  width: 118px !important;
  height: 118px !important;
  margin: 56px auto 0 !important;
  border: 3px solid #0b1116 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 0 0 12px rgba(255,255,255,.80) !important;
}
.sym-genre-v1__identity-symbol span {
  font-family: var(--sym-font-heading) !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__identity-wave {
  position: absolute !important;
  left: 46px !important;
  right: 46px !important;
  top: 103px !important;
  z-index: 2 !important;
  height: 58px !important;
  gap: 6px !important;
  margin: 0 !important;
  pointer-events: none !important;
}
.sym-genre-v1__identity-wave i {
  width: 3px !important;
  border-radius: 0 !important;
  background: rgba(11,17,22,.22) !important;
  box-shadow: none !important;
}
.sym-genre-v1__identity-wave i:nth-child(1),
.sym-genre-v1__identity-wave i:nth-child(12) { height: 22px !important; opacity: .55 !important; }
.sym-genre-v1__identity-wave i:nth-child(2),
.sym-genre-v1__identity-wave i:nth-child(11) { height: 34px !important; opacity: .60 !important; }
.sym-genre-v1__identity-wave i:nth-child(3),
.sym-genre-v1__identity-wave i:nth-child(10) { height: 48px !important; opacity: .66 !important; }
.sym-genre-v1__identity-wave i:nth-child(4),
.sym-genre-v1__identity-wave i:nth-child(9) { height: 58px !important; opacity: .72 !important; }
.sym-genre-v1__identity-wave i:nth-child(5),
.sym-genre-v1__identity-wave i:nth-child(8) { height: 38px !important; opacity: .55 !important; }
.sym-genre-v1__identity-wave i:nth-child(6),
.sym-genre-v1__identity-wave i:nth-child(7) { height: 24px !important; opacity: .48 !important; }
.sym-genre-v1__identity-bottom {
  bottom: 44px !important;
  left: 18px !important;
  right: 18px !important;
}
.sym-genre-v1__identity-bottom strong {
  font-family: var(--sym-font-heading) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__identity-meta {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 14px !important;
  justify-content: center !important;
  gap: 8px !important;
}
.sym-genre-v1__identity-meta span {
  min-height: 24px !important;
  padding: 5px 9px !important;
  border-radius: 5px !important;
  background: #0b1116 !important;
  border-color: #0b1116 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

/* Compact hero meta cards. */
.sym-genre-v1__meta-grid {
  margin-top: 16px !important;
  gap: 8px !important;
}
.sym-genre-v1__meta-item {
  min-height: 58px !important;
  padding: 9px 11px !important;
  border-radius: 3px !important;
  background: #fff !important;
}
.sym-genre-v1__meta-item span {
  margin-bottom: 5px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  color: rgba(11,17,22,.48) !important;
}
.sym-genre-v1__meta-item strong {
  font-family: var(--sym-font-heading) !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

/* Sound profile: old-site minimalism with genre color/ink. */
.sym-genre-v1__sound-profile {
  padding: 26px !important;
  border-radius: 4px !important;
  background: #eef4f6 !important;
}
.sym-genre-v1__sound-profile .sym-genre-v1__section-head h2 {
  font-size: 30px !important;
  color: rgba(11,17,22,.58) !important;
}
.sym-genre-v1__sound-head {
  min-height: 80px !important;
  padding: 18px 20px !important;
  background:
    linear-gradient(rgba(11,17,22,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,17,22,.028) 1px, transparent 1px),
    rgba(255,255,255,.48) !important;
  background-size: 24px 24px !important;
}
.sym-genre-v1__sound-head h3 {
  font-size: 30px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__sound-meta span,
.sym-genre-v1__sound-meta a {
  border-radius: 4px !important;
  color: #0b1116 !important;
  font-weight: 700 !important;
  letter-spacing: var(--sym-letter-tech) !important;
}
.sym-genre-v1__sound-meta a {
  border-color: var(--sym-genre-ink) !important;
  background: var(--sym-genre-ink) !important;
  color: #fff !important;
}
.sym-genre-v1__sound-grid {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 12px !important;
}
.sym-genre-v1__sound-metric {
  min-height: 174px !important;
  padding: 16px !important;
  border-radius: 4px !important;
  background:
    linear-gradient(rgba(11,17,22,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,17,22,.024) 1px, transparent 1px),
    #fff !important;
  background-size: 24px 24px !important;
}
.sym-genre-v1__sound-metric-head b {
  font-family: var(--sym-font-body) !important;
  font-size: 13px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: var(--sym-letter-tech) !important;
  color: rgba(11,17,22,.54) !important;
}
.sym-genre-v1__sound-metric-head strong {
  font-family: var(--sym-font-heading) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  color: var(--sym-genre-ink) !important;
}
.sym-genre-v1__sound-line {
  height: 5px !important;
  border-radius: 99px !important;
  background: rgba(11,17,22,.10) !important;
}
.sym-genre-v1__sound-line i {
  background: var(--sym-genre-ink) !important;
}
.sym-genre-v1__sound-metric p {
  margin: 34px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.36 !important;
  font-weight: 500 !important;
  color: rgba(11,17,22,.62) !important;
}

/* About: more readable body, but still on the site scale. */
.sym-genre-v1__about .sym-genre-v1__content,
.sym-genre-v1__about .sym-genre-v1__content p,
.sym-genre-v1__about .sym-genre-v1__timeline-row p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 450 !important;
}
.sym-genre-v1__about .sym-genre-v1__timeline-row b {
  color: #0b1116 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

/* Quotes: old-site light cards, readable. */
.sym-genre-v1__quote-card {
  min-height: 148px !important;
  padding: 18px 18px 16px !important;
  border-radius: 3px !important;
  background: #fff !important;
  border: 1px solid rgba(11,17,22,.10) !important;
}
.sym-genre-v1__quote-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 22px solid #eef4f6;
  border-left: 22px solid transparent;
}
.sym-genre-v1__quote-mark { color: rgba(11,17,22,.12) !important; font-weight: 800 !important; }
.sym-genre-v1__quote-card p {
  font-size: 14px !important;
  line-height: 1.48 !important;
  font-weight: 550 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__quote-author b,
.sym-genre-v1__quote-author a { font-size: 12px !important; font-weight: 800 !important; }

/* References: larger circle logo/photo + text, no row backing. */
.sym-genre-v1__reference-column {
  background: transparent !important;
  border-radius: 3px !important;
}
.sym-genre-v1__reference-list { gap: 12px !important; }
.sym-genre-v1__reference-item {
  min-height: 54px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 999px !important;
}
.sym-genre-v1__reference-item img,
.sym-genre-v1__reference-item i {
  width: 46px !important;
  height: 46px !important;
  flex-basis: 46px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0b1116 !important;
  border: 1px solid rgba(11,17,22,.10) !important;
  object-fit: cover !important;
  font-family: var(--sym-font-heading) !important;
  font-weight: 800 !important;
}
.sym-genre-v1__reference-item b {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}
a.sym-genre-v1__reference-item:hover b { color: var(--sym-genre-ink) !important; }

/* Artists and curators: circle photo + nickname only. */
.sym-genre-v1__card-grid--artists,
.sym-genre-v1__card-grid--experts {
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)) !important;
  gap: 18px !important;
}
.sym-genre-v1__mini-card--artists,
.sym-genre-v1__mini-card--experts {
  min-height: auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img {
  width: 96px !important;
  height: 96px !important;
  margin: 0 auto 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(11,17,22,.12) !important;
  overflow: hidden !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-body {
  padding: 0 !important;
  text-align: center !important;
}
.sym-genre-v1__mini-card--artists b,
.sym-genre-v1__mini-card--experts b {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

/* Label and faction cards. */
.sym-genre-v1__label-logo {
  width: 116px !important;
  height: 116px !important;
  border-radius: 999px !important;
  background: #fff !important;
}
.sym-genre-v1__label-logo img {
  object-fit: contain !important;
  padding: 10px !important;
}
.sym-genre-v1__label-info b {
  font-family: var(--sym-font-heading) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__label-stats b {
  font-family: var(--sym-font-heading) !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img {
  border-radius: 999px !important;
  background: #fff !important;
}
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img::after { display: none !important; }
.sym-genre-v1__mini-card--factions .sym-genre-v1__mini-card-img img {
  object-fit: contain !important;
  padding: 12px !important;
}

/* Covers: music square, news horizontal. */
.sym-genre-v1__mini-card--releases .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--playlists .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--podcasts .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--benchmarks .sym-genre-v1__mini-card-img {
  aspect-ratio: 1 / 1 !important;
}
.sym-genre-v1__mini-card--post .sym-genre-v1__mini-card-img {
  aspect-ratio: 16 / 9 !important;
}
.sym-genre-v1__mini-card--post .sym-genre-v1__mini-card-body b {
  font-family: var(--sym-font-body) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  letter-spacing: normal !important;
}

/* Dark theme compatibility. */
html[data-theme="dark"] .sym-genre-v1__kicker,
html[data-theme="dark"] .sym-genre-v1__panel-kicker,
html[data-theme="dark"] .sym-genre-v1__sound-head > div:first-child span,
html[data-theme="dark"] .sym-genre-v1__label-info small,
html[data-theme="dark"] .sym-genre-v1__mini-card-body small,
html[data-theme="dark"] .sym-genre-v1__timeline-row b,
html[data-theme="dark"] .sym-genre-v1__section-head span,
body.dark .sym-genre-v1__kicker,
body.dark .sym-genre-v1__panel-kicker,
body.dark .sym-genre-v1__sound-head > div:first-child span,
body.dark .sym-genre-v1__label-info small,
body.dark .sym-genre-v1__mini-card-body small,
body.dark .sym-genre-v1__timeline-row b,
body.dark .sym-genre-v1__section-head span,
body.theme-dark .sym-genre-v1__kicker,
body.theme-dark .sym-genre-v1__panel-kicker,
body.theme-dark .sym-genre-v1__sound-head > div:first-child span,
body.theme-dark .sym-genre-v1__label-info small,
body.theme-dark .sym-genre-v1__mini-card-body small,
body.theme-dark .sym-genre-v1__timeline-row b,
body.theme-dark .sym-genre-v1__section-head span {
  color: #f4f7fb !important;
}

@media (max-width: 1040px) {
  .sym-genre-v1__hero { grid-template-columns: 280px minmax(0,1fr) !important; }
  .sym-genre-v1__sound-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}
@media (max-width: 840px) {
  .sym-genre-v1__hero { grid-template-columns: 1fr !important; }
  .sym-genre-v1__identity-card { max-height: none !important; }
}
@media (max-width: 620px) {
  .sym-genre-v1 { width: calc(100vw - 22px) !important; }
  .sym-genre-v1 h1,
  .sym-genre-v1__hero-content h1 { font-size: 34px !important; }
  .sym-genre-v1__sound-grid { grid-template-columns: 1fr !important; }
  .sym-genre-v1__meta-grid { grid-template-columns: 1fr !important; }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.6 — Music Genres Map data layer + periodic card.
   Rules: Tektur weight <= 800; no compressed letter-spacing on H1-H4.
---------------------------------------------------------------------------- */
.sym-genre-v1 {
  --sym-font-heading: Tektur, Manrope, system-ui, sans-serif;
  --sym-font-body: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sym-h1: 36px;
  --sym-h2: 30px;
  --sym-h3: 24px;
  --sym-h4: 18px;
  --sym-body: 14px;
  --sym-genre-map-line: rgba(15, 23, 42, .12);
  --sym-genre-map-soft: rgba(15, 23, 42, .045);
  width: min(1180px, calc(100vw - 52px)) !important;
  font-family: var(--sym-font-body) !important;
  font-size: var(--sym-body) !important;
}

.sym-genre-v1 h1,
.sym-genre-v1 h2,
.sym-genre-v1 h3,
.sym-genre-v1 h4 {
  font-family: var(--sym-font-heading) !important;
  letter-spacing: normal !important;
  font-weight: 700 !important;
}
.sym-genre-v1 h1,
.sym-genre-v1__hero-content h1 {
  font-size: var(--sym-h1) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1 h2,
.sym-genre-v1__section-head h2 { font-size: var(--sym-h2) !important; }
.sym-genre-v1 h3 { font-size: var(--sym-h3) !important; }
.sym-genre-v1 h4 { font-size: var(--sym-h4) !important; }

.sym-genre-v1__hero--music-map {
  grid-template-columns: minmax(360px, 500px) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 22px !important;
  padding: 18px !important;
  border-radius: 6px !important;
  background: rgba(242, 247, 249, .96) !important;
  box-shadow: none !important;
}

.sym-genre-v1__periodic-card {
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  min-height: auto !important;
  max-height: none !important;
  padding: 22px !important;
  border-radius: 6px !important;
  border: 2px solid var(--sym-genre-color, #111827) !important;
  color: #0b1116 !important;
  background:
    linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 52%, rgba(255,255,255,.92), rgba(255,255,255,.34) 38%, transparent 70%),
    #edf4f6 !important;
  background-size: 24px 24px, 24px 24px, auto, auto !important;
  overflow: hidden !important;
}
.sym-genre-v1__periodic-card::before {
  content: "" !important;
  position: absolute !important;
  left: 42px !important;
  right: 42px !important;
  top: 44% !important;
  height: 86px !important;
  transform: translateY(-50%) !important;
  background:
    repeating-linear-gradient(90deg, transparent 0 12px, color-mix(in srgb, var(--sym-genre-color) 40%, rgba(15,23,42,.30)) 12px 14px, transparent 14px 24px) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%) !important;
  opacity: .78 !important;
}
.sym-genre-v1__periodic-card::after {
  content: "" !important;
  position: absolute !important;
  left: 36px !important;
  right: 36px !important;
  top: 44% !important;
  height: 1px !important;
  background: color-mix(in srgb, var(--sym-genre-color) 52%, rgba(15,23,42,.26)) !important;
  opacity: .8 !important;
}

.sym-genre-v1__periodic-top {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: start !important;
  gap: 10px !important;
  z-index: 3 !important;
}
.sym-genre-v1__periodic-top span,
.sym-genre-v1__periodic-top b,
.sym-genre-v1__periodic-bottom span {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0b1116 !important;
  backdrop-filter: none !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.sym-genre-v1__periodic-family {
  text-align: center !important;
  max-width: 220px !important;
}
.sym-genre-v1__periodic-family-number { text-align: right !important; }

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  position: absolute !important;
  inset: 0 !important;
  display: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  position: absolute !important;
  left: 50% !important;
  top: 44% !important;
  width: min(245px, 54%) !important;
  height: min(245px, 54%) !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  border: 3px solid #0b1116 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 0 0 22px rgba(255,255,255,.44) !important;
  backdrop-filter: none !important;
  z-index: 3 !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #0b1116 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: clamp(42px, 5.7vw, 82px) !important;
  line-height: .9 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  text-align: center !important;
}
.sym-genre-v1__periodic-name {
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  bottom: 86px !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 4 !important;
}
.sym-genre-v1__periodic-name strong {
  color: #0b1116 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 24px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  text-align: center !important;
}
.sym-genre-v1__periodic-bottom {
  position: absolute !important;
  left: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: end !important;
  justify-content: stretch !important;
  gap: 12px !important;
  margin: 0 !important;
  z-index: 4 !important;
}
.sym-genre-v1__periodic-bottom span:nth-child(1) { text-align: left !important; }
.sym-genre-v1__periodic-bottom span:nth-child(2) { text-align: center !important; }
.sym-genre-v1__periodic-bottom span:nth-child(3) { text-align: right !important; }
.sym-genre-v1__influence-strip {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  height: 8px !important;
  z-index: 5 !important;
}
.sym-genre-v1__influence-strip i {
  flex: 1 1 0 !important;
  background: var(--influence-color, #d1d5db) !important;
}

.sym-genre-v1__meta-grid--map {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 16px !important;
}
.sym-genre-v1__meta-grid--map .sym-genre-v1__meta-item {
  min-height: 62px !important;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,.72) !important;
}
.sym-genre-v1__meta-grid--map .sym-genre-v1__meta-item strong {
  font-family: var(--sym-font-heading) !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

.sym-genre-v1__map-sound-grid,
.sym-genre-v1__map-relations-grid,
.sym-genre-v1__map-note-grid {
  display: grid !important;
  gap: 12px !important;
}
.sym-genre-v1__map-sound-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.sym-genre-v1__map-sound-card,
.sym-genre-v1__map-relation-group,
.sym-genre-v1__map-note-intro,
.sym-genre-v1__map-legend {
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 5px !important;
  background: rgba(255,255,255,.62) !important;
  padding: 14px !important;
}
.sym-genre-v1__map-sound-card span,
.sym-genre-v1__map-relation-group h3,
.sym-genre-v1__map-note h3 {
  display: block !important;
  margin: 0 0 8px !important;
  color: #0b1116 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 18px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__map-sound-card p,
.sym-genre-v1__map-relation-group p,
.sym-genre-v1__map-note p,
.sym-genre-v1__map-legend dd {
  margin: 0 !important;
  color: rgba(11,17,22,.70) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.sym-genre-v1__alias-list,
.sym-genre-v1__map-chip-list {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.sym-genre-v1__alias-list span,
.sym-genre-v1__map-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 32px !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(15,23,42,.12) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.68) !important;
  color: #0b1116 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}
.sym-genre-v1__map-chip:hover {
  border-color: var(--chip-color, var(--sym-genre-color)) !important;
  box-shadow: inset 0 -2px 0 var(--chip-color, var(--sym-genre-color)) !important;
}
.sym-genre-v1__map-chip i {
  width: 9px !important;
  height: 9px !important;
  border-radius: 99px !important;
  background: var(--chip-color, var(--sym-genre-color)) !important;
}
.sym-genre-v1__map-chip b {
  font-family: var(--sym-font-heading) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}
.sym-genre-v1__map-relations-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.sym-genre-v1__map-note-grid { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr) !important; }
.sym-genre-v1__map-legend dl {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
}
.sym-genre-v1__map-legend div {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
}
.sym-genre-v1__map-legend dt {
  color: #0b1116 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html[data-theme="dark"] .sym-genre-v1__periodic-card,
body.dark .sym-genre-v1__periodic-card,
body.theme-dark .sym-genre-v1__periodic-card {
  border-color: var(--sym-genre-accent-dark, var(--sym-genre-accent)) !important;
}
html[data-theme="dark"] .sym-genre-v1,
body.dark .sym-genre-v1,
body.theme-dark .sym-genre-v1 {
  --sym-genre-map-line: rgba(244,247,251,.14);
  --sym-genre-map-soft: rgba(244,247,251,.06);
}

@media (max-width: 1080px) {
  .sym-genre-v1__hero--music-map { grid-template-columns: minmax(300px, 420px) minmax(0, 1fr) !important; }
  .sym-genre-v1__map-sound-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sym-genre-v1__meta-grid--map { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 820px) {
  .sym-genre-v1__hero--music-map,
  .sym-genre-v1__map-relations-grid,
  .sym-genre-v1__map-note-grid { grid-template-columns: 1fr !important; }
  .sym-genre-v1__periodic-card { max-width: 500px !important; margin: 0 auto !important; }
}
@media (max-width: 560px) {
  .sym-genre-v1 { width: calc(100vw - 22px) !important; }
  .sym-genre-v1__map-sound-grid,
  .sym-genre-v1__meta-grid--map { grid-template-columns: 1fr !important; }
  .sym-genre-v1__periodic-top span { font-size: 11px !important; }
  .sym-genre-v1__periodic-name strong { font-size: 20px !important; }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.7 — Music Genres Map detail fixes.
   Scope: .sym-genre-v1 only. No global classes. Header/footer untouched.
---------------------------------------------------------------------------- */
.sym-genre-v1 {
  width: min(1180px, calc(100vw - 52px)) !important;
  max-width: 1180px;
  --sym-font-heading: "Tektur", system-ui, sans-serif;
  --sym-font-body: Ruda, Arial, sans-serif;
}

.sym-genre-v1__breadcrumbs { max-width: 1180px; }
.sym-genre-v1__hero { max-width: 1180px; grid-template-columns: 540px minmax(0, 1fr); gap: 24px; }

.sym-genre-v1 h1,
.sym-genre-v1 h2,
.sym-genre-v1 h3,
.sym-genre-v1 h4,
.sym-genre-v1__identity-symbol span,
.sym-genre-v1__periodic-top span,
.sym-genre-v1__periodic-bottom span,
.sym-genre-v1__meta-item strong,
.sym-genre-v1__label-stats b,
.sym-genre-v1__family-card strong {
  font-family: var(--sym-font-heading);
  letter-spacing: normal !important;
  font-weight: 800 !important;
}

.sym-genre-v1__hero-content h1 {
  font-size: 36px !important;
  line-height: 1.05 !important;
  letter-spacing: normal !important;
  font-weight: 800 !important;
}

.sym-genre-v1__section-head h2 {
  font-size: 6.5px !important;
  line-height: 1.1;
  letter-spacing: .02em !important;
  font-weight: 800 !important;
}

.sym-genre-v1__identity-card {
  min-height: 500px !important;
  padding: 26px 36px 22px !important;
  display: grid;
  grid-template-rows: 38px 1fr auto 54px 12px !important;
  border-width: 2px;
  border-color: var(--sym-genre-color, #111827) !important;
}

.sym-genre-v1__identity-card::before { display: none !important; }
.sym-genre-v1__identity-card::after { display: none !important; }

.sym-genre-v1__periodic-top,
.sym-genre-v1__periodic-bottom {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.sym-genre-v1__periodic-top span,
.sym-genre-v1__periodic-bottom span {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #050505 !important;
  font-size: 14px !important;
  line-height: 1.05;
  text-transform: none !important;
  backdrop-filter: none !important;
}

.sym-genre-v1__periodic-number,
.sym-genre-v1__periodic-bpm { justify-self: start; text-align: left; }
.sym-genre-v1__periodic-family,
.sym-genre-v1__periodic-level { justify-self: center; text-align: center; }
.sym-genre-v1__periodic-family-number,
.sym-genre-v1__periodic-rhythm { justify-self: end; text-align: right; }

.sym-genre-v1__identity-wave {
  position: absolute !important;
  z-index: 1 !important;
  left: 56px;
  right: 56px;
  top: 50%;
  height: 120px !important;
  margin: 0 !important;
  transform: translateY(-58%);
  display: grid !important;
  grid-template-columns: repeat(21, 1fr);
  align-items: center;
  justify-items: center;
  gap: 0 !important;
  pointer-events: none;
}

.sym-genre-v1__identity-wave::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(5,5,5,.14);
}

.sym-genre-v1__identity-wave i {
  width: 2px !important;
  border-radius: 0 !important;
  background: rgba(5,5,5,.22) !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.sym-genre-v1__identity-wave i:nth-child(odd) { height: 58px !important; }
.sym-genre-v1__identity-wave i:nth-child(even) { height: 94px !important; }
.sym-genre-v1__identity-wave i:nth-child(5n) { height: 108px !important; }
.sym-genre-v1__identity-wave i:nth-child(7n) { height: 44px !important; }

.sym-genre-v1__identity-symbol {
  position: relative;
  z-index: 2 !important;
  width: 270px !important;
  height: 270px !important;
  margin: 62px auto 30px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 3px solid #050505 !important;
}

.sym-genre-v1__identity-symbol span {
  color: #050505 !important;
  font-size: 68px !important;
  line-height: 1;
}

.sym-genre-v1__identity-bottom {
  justify-content: center !important;
  text-align: center;
  border-top: 0 !important;
  padding-top: 0 !important;
}

.sym-genre-v1__identity-bottom strong {
  font-family: var(--sym-font-heading);
  color: #050505 !important;
  font-size: 24px !important;
  line-height: 1.05 !important;
  letter-spacing: normal !important;
  font-weight: 800 !important;
}

.sym-genre-v1__periodic-bottom {
  align-self: end;
  margin-top: 0 !important;
}

.sym-genre-v1__influence-strip {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  z-index: 3;
}
.sym-genre-v1__influence-strip i { flex: 1 1 auto; background: var(--influence-color, var(--sym-genre-accent)); }

.sym-genre-v1__meta-item {
  min-height: 58px !important;
  padding: 11px 12px !important;
}
.sym-genre-v1__meta-item strong {
  font-size: 15px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
}

.sym-genre-v1__kicker { color: #050505 !important; }
html[data-theme="dark"] .sym-genre-v1__kicker,
body.dark .sym-genre-v1__kicker,
body.theme-dark .sym-genre-v1__kicker,
body.digital_newspaper_dark_mode .sym-genre-v1__kicker { color: #fff !important; }

.sym-genre-v1__sound-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end !important;
  gap: 18px !important;
}
.sym-genre-v1__sound-meta {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap;
}
.sym-genre-v1__sound-meta a {
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.sym-genre-v1__sound-meta a:hover {
  transform: translateY(-1px);
  background: var(--sym-genre-accent) !important;
  color: #050505 !important;
  border-color: var(--sym-genre-accent) !important;
}

.sym-genre-v1__about-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid #050505;
  background: #050505;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.sym-genre-v1__about-more:hover { background: var(--sym-genre-accent); color: #050505 !important; transform: translateY(-1px); }

.sym-genre-v1__alias-list { display: flex; flex-wrap: wrap; gap: 8px; }
.sym-genre-v1__alias-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(5,5,5,.14);
  background: #fff;
  color: #050505;
  font-size: 12px;
  font-weight: 700;
}

.sym-genre-v1__map-relation-group p {
  margin-bottom: 16px !important;
  color: rgba(5,5,5,.72) !important;
  font-size: 14px !important;
  line-height: 1.45;
  font-weight: 600 !important;
}
.sym-genre-v1__map-chip-list { margin-top: 14px !important; gap: 8px !important; }
.sym-genre-v1__map-chip { font-weight: 700 !important; }

.sym-genre-v1__card-grid--artists,
.sym-genre-v1__card-grid--experts {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.sym-genre-v1__mini-card--artists,
.sym-genre-v1__mini-card--experts {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: center;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img {
  width: 150px !important;
  height: 150px !important;
  aspect-ratio: 1 !important;
  margin: 0 auto 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(5,5,5,.12) !important;
  background: transparent !important;
}
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img img,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img img { border-radius: 999px !important; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-body { padding: 0 !important; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body small,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-body small { display: none; }
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-body b,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-body b { font-size: 15px !important; line-height: 1.15; }

.sym-genre-v1__label-logo,
.sym-genre-v1__faction-logo {
  border-radius: 999px !important;
  background: transparent !important;
}
.sym-genre-v1__label-logo img,
.sym-genre-v1__faction-logo img { object-fit: contain !important; }
.sym-genre-v1__faction-hub-list { display: grid; gap: 10px; }
.sym-genre-v1__label-stats b { font-weight: 800 !important; letter-spacing: normal !important; }

.sym-genre-v1__news-list { display: grid; gap: 12px; }
.sym-genre-v1__news-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 10px;
  border: 1px solid rgba(5,5,5,.10);
  background: #fff;
  transition: border-color .18s ease, transform .18s ease;
}
.sym-genre-v1__news-row:hover { transform: translateY(-1px); border-color: rgba(5,5,5,.24); }
.sym-genre-v1__news-cover { aspect-ratio: 16 / 9; overflow: hidden; background: #e7edf0; }
.sym-genre-v1__news-cover img { width: 100%; height: 100%; object-fit: cover; }
.sym-genre-v1__news-body { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.sym-genre-v1__news-body small { color: rgba(5,5,5,.48); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sym-genre-v1__news-body b { margin-top: 6px; color: #050505; font-size: 18px; line-height: 1.15; font-weight: 800; }
.sym-genre-v1__news-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; color: rgba(5,5,5,.58); font-size: 12px; font-weight: 600; }
.sym-genre-v1__news-meta em { font-style: normal; }

.sym-genre-v1__map-note,
.sym-genre-v1__map-note p,
.sym-genre-v1__map-note dd {
  color: rgba(5,5,5,.76) !important;
  font-size: 14px !important;
  line-height: 1.55;
  font-weight: 600 !important;
}
.sym-genre-v1__map-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.sym-genre-v1__map-note-intro,
.sym-genre-v1__map-legend {
  padding: 16px;
  border: 1px solid rgba(5,5,5,.10);
  background: #fff;
}
.sym-genre-v1__map-note h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.15; font-weight: 800; }
.sym-genre-v1__map-legend dl { display: grid; gap: 8px; margin: 0; }
.sym-genre-v1__map-legend div { display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 12px; padding-bottom: 8px; border-bottom: 1px solid rgba(5,5,5,.08); }
.sym-genre-v1__map-legend div:last-child { border-bottom: 0; padding-bottom: 0; }
.sym-genre-v1__map-legend dt { color: #050505; font-size: 12px; font-weight: 800; }
.sym-genre-v1__map-legend dd { margin: 0; }

.sym-genre-v1__family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.sym-genre-v1__family-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  min-height: 245px;
  padding: 14px;
  border: 1.5px solid var(--sym-genre-color, #111827);
  background:
    linear-gradient(rgba(5,5,5,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5,5,5,.03) 1px, transparent 1px),
    #f4f7f8;
  background-size: 20px 20px, 20px 20px, auto;
  color: #050505;
  transition: transform .18s ease, border-color .18s ease;
}
.sym-genre-v1__family-card:hover { transform: translateY(-2px); border-color: var(--sym-genre-accent); }
.sym-genre-v1__family-card-top,
.sym-genre-v1__family-card-bottom { display: flex; justify-content: space-between; gap: 10px; font-family: var(--sym-font-heading); font-size: 12px; font-weight: 800; }
.sym-genre-v1__family-card strong { align-self: center; justify-self: center; font-size: 42px; line-height: 1; }
.sym-genre-v1__family-card b { display: block; text-align: center; font-family: var(--sym-font-heading); font-size: 17px; line-height: 1.08; font-weight: 800; }
.sym-genre-v1__family-card em { font-style: normal; }

html[data-theme="dark"] .sym-genre-v1__periodic-top span,
html[data-theme="dark"] .sym-genre-v1__periodic-bottom span,
html[data-theme="dark"] .sym-genre-v1__identity-symbol span,
html[data-theme="dark"] .sym-genre-v1__identity-bottom strong,
body.dark .sym-genre-v1__periodic-top span,
body.dark .sym-genre-v1__periodic-bottom span,
body.dark .sym-genre-v1__identity-symbol span,
body.dark .sym-genre-v1__identity-bottom strong,
body.theme-dark .sym-genre-v1__periodic-top span,
body.theme-dark .sym-genre-v1__periodic-bottom span,
body.theme-dark .sym-genre-v1__identity-symbol span,
body.theme-dark .sym-genre-v1__identity-bottom strong,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-top span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-bottom span,
body.digital_newspaper_dark_mode .sym-genre-v1__identity-symbol span,
body.digital_newspaper_dark_mode .sym-genre-v1__identity-bottom strong { color: #050505 !important; }

html[data-theme="dark"] .sym-genre-v1__alias-list span,
html[data-theme="dark"] .sym-genre-v1__news-row,
html[data-theme="dark"] .sym-genre-v1__map-note-intro,
html[data-theme="dark"] .sym-genre-v1__map-legend,
html[data-theme="dark"] .sym-genre-v1__family-card,
body.dark .sym-genre-v1__alias-list span,
body.dark .sym-genre-v1__news-row,
body.dark .sym-genre-v1__map-note-intro,
body.dark .sym-genre-v1__map-legend,
body.dark .sym-genre-v1__family-card,
body.theme-dark .sym-genre-v1__alias-list span,
body.theme-dark .sym-genre-v1__news-row,
body.theme-dark .sym-genre-v1__map-note-intro,
body.theme-dark .sym-genre-v1__map-legend,
body.theme-dark .sym-genre-v1__family-card,
body.digital_newspaper_dark_mode .sym-genre-v1__alias-list span,
body.digital_newspaper_dark_mode .sym-genre-v1__news-row,
body.digital_newspaper_dark_mode .sym-genre-v1__map-note-intro,
body.digital_newspaper_dark_mode .sym-genre-v1__map-legend,
body.digital_newspaper_dark_mode .sym-genre-v1__family-card { background: rgba(255,255,255,.075); color: #f4f7fb; }

html[data-theme="dark"] .sym-genre-v1__news-body b,
html[data-theme="dark"] .sym-genre-v1__map-note h3,
html[data-theme="dark"] .sym-genre-v1__map-legend dt,
body.dark .sym-genre-v1__news-body b,
body.dark .sym-genre-v1__map-note h3,
body.dark .sym-genre-v1__map-legend dt,
body.theme-dark .sym-genre-v1__news-body b,
body.theme-dark .sym-genre-v1__map-note h3,
body.theme-dark .sym-genre-v1__map-legend dt,
body.digital_newspaper_dark_mode .sym-genre-v1__news-body b,
body.digital_newspaper_dark_mode .sym-genre-v1__map-note h3,
body.digital_newspaper_dark_mode .sym-genre-v1__map-legend dt { color: #f4f7fb !important; }

@media (max-width: 1180px) {
  .sym-genre-v1__hero { grid-template-columns: 430px minmax(0, 1fr); }
  .sym-genre-v1__identity-card { min-height: 440px !important; }
  .sym-genre-v1__identity-symbol { width: 220px !important; height: 220px !important; }
}

@media (max-width: 940px) {
  .sym-genre-v1__hero,
  .sym-genre-v1__map-note-grid { grid-template-columns: 1fr !important; }
  .sym-genre-v1__family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sym-genre-v1__card-grid--artists,
  .sym-genre-v1__card-grid--experts { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .sym-genre-v1__sound-meta { flex-wrap: wrap !important; justify-content: flex-start !important; white-space: normal; }
}

@media (max-width: 620px) {
  .sym-genre-v1__identity-card { min-height: 360px !important; padding: 18px !important; }
  .sym-genre-v1__identity-symbol { width: 170px !important; height: 170px !important; }
  .sym-genre-v1__identity-symbol span { font-size: 48px !important; }
  .sym-genre-v1__family-grid,
  .sym-genre-v1__news-row { grid-template-columns: 1fr; }
  .sym-genre-v1__card-grid--artists,
  .sym-genre-v1__card-grid--experts { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img,
  .sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img { width: 118px !important; height: 118px !important; }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.8 — Precision fixes after visual QA.
   Scope: .sym-genre-v1 only. Header/footer/global cards untouched.
---------------------------------------------------------------------------- */

/* 1) Main content and hero card sizing */
.sym-genre-v1__hero.sym-genre-v1__hero--music-map,
.sym-genre-v1__hero {
  grid-template-columns: 420px minmax(0, 1fr) !important;
}

.sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
.sym-genre-v1__periodic-card {
  width: 420px !important;
  max-width: 420px !important;
  min-height: 420px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 22px 28px 18px !important;
  grid-template-rows: 34px 1fr auto 46px 8px !important;
}

.sym-genre-v1__identity-symbol {
  width: 220px !important;
  height: 220px !important;
  margin: 44px auto 24px !important;
}

.sym-genre-v1__identity-symbol span,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  font-size: 60px !important;
}

.sym-genre-v1__identity-bottom strong,
.sym-genre-v1__periodic-name strong {
  font-size: 22px !important;
}

/* 2) Remove any legacy badge/plate from the top-left number */
.sym-genre-v1__periodic-number,
.sym-genre-v1__identity-top .sym-genre-v1__periodic-number,
.sym-genre-v1__identity-top span:first-child,
.sym-genre-v1__periodic-top span:first-child {
  display: inline !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #050505 !important;
  text-shadow: none !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 14px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}

.sym-genre-v1__identity-top span:first-child::before,
.sym-genre-v1__identity-top span:first-child::after,
.sym-genre-v1__periodic-top span:first-child::before,
.sym-genre-v1__periodic-top span:first-child::after,
.sym-genre-v1__periodic-number::before,
.sym-genre-v1__periodic-number::after {
  display: none !important;
  content: none !important;
}

/* 3) Section titles in square brackets */
.sym-genre-v1__section-head h2,
.sym-genre-v1 .sym-genre-v1__section-head h2,
.sym-genre-v1__sound-profile .sym-genre-v1__section-head h2 {
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}

/* 4) Remove the remaining border/background around artist and expert avatars */
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--artists .sym-genre-v1__mini-card-img,
.sym-genre-v1__card-grid--experts .sym-genre-v1__mini-card-img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: hidden !important;
}

.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img::before,
.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img::after,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img::before,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img::after,
.sym-genre-v1__card-grid--artists .sym-genre-v1__mini-card-img::before,
.sym-genre-v1__card-grid--artists .sym-genre-v1__mini-card-img::after,
.sym-genre-v1__card-grid--experts .sym-genre-v1__mini-card-img::before,
.sym-genre-v1__card-grid--experts .sym-genre-v1__mini-card-img::after {
  display: none !important;
  content: none !important;
}

.sym-genre-v1__mini-card--artists .sym-genre-v1__mini-card-img img,
.sym-genre-v1__mini-card--experts .sym-genre-v1__mini-card-img img,
.sym-genre-v1__card-grid--artists .sym-genre-v1__mini-card-img img,
.sym-genre-v1__card-grid--experts .sym-genre-v1__mini-card-img img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 999px !important;
}

/* Responsive refinement for the smaller 420px passport card */
@media (max-width: 980px) {
  .sym-genre-v1__hero.sym-genre-v1__hero--music-map,
  .sym-genre-v1__hero {
    grid-template-columns: 1fr !important;
  }

  .sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
  .sym-genre-v1__periodic-card {
    width: min(420px, 100%) !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 560px) {
  .sym-genre-v1__section-head h2,
  .sym-genre-v1 .sym-genre-v1__section-head h2 {
    font-size: 18px !important;
  }

  .sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
  .sym-genre-v1__periodic-card {
    width: 100% !important;
    min-height: 360px !important;
    padding: 18px !important;
  }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v1.9 — dark theme contrast + rhythm restore.
   Scope: .sym-genre-v1 only. Header/footer/global styles untouched.
---------------------------------------------------------------------------- */

/* Explicitly keep the rhythm/engine visible in the periodic card. */
.sym-genre-v1__periodic-rhythm,
.sym-genre-v1__periodic-bottom .sym-genre-v1__periodic-rhythm {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  justify-self: end !important;
  text-align: right !important;
  min-width: 42px !important;
  color: #050505 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  white-space: nowrap !important;
}

/* Dark-theme palette variables. */
html[data-theme="dark"] .sym-genre-v1,
body.dark .sym-genre-v1,
body.theme-dark .sym-genre-v1,
body.digital_newspaper_dark_mode .sym-genre-v1 {
  --sym-genre-text: #f4f7fb;
  --sym-genre-muted: rgba(244,247,251,.68);
  --sym-genre-soft: rgba(255,255,255,.075);
  --sym-genre-border: rgba(255,255,255,.13);
  --sym-genre-panel: rgba(255,255,255,.075);
  --sym-genre-panel-2: rgba(255,255,255,.105);
  --sym-genre-readable-accent: #f4f7fb;
  color: #f4f7fb !important;
}

/* Main surfaces: no white cards in dark mode. */
html[data-theme="dark"] .sym-genre-v1__hero,
html[data-theme="dark"] .sym-genre-v1__block,
html[data-theme="dark"] .sym-genre-v1__panel,
html[data-theme="dark"] .sym-genre-v1__meta-item,
html[data-theme="dark"] .sym-genre-v1__sound-metric,
html[data-theme="dark"] .sym-genre-v1__map-sound-card,
html[data-theme="dark"] .sym-genre-v1__map-relation-group,
html[data-theme="dark"] .sym-genre-v1__quote-card,
html[data-theme="dark"] .sym-genre-v1__reference-column,
html[data-theme="dark"] .sym-genre-v1__label-main,
html[data-theme="dark"] .sym-genre-v1__label-stats div,
html[data-theme="dark"] .sym-genre-v1__faction-main,
html[data-theme="dark"] .sym-genre-v1__news-row,
html[data-theme="dark"] .sym-genre-v1__map-note-intro,
html[data-theme="dark"] .sym-genre-v1__map-legend,
html[data-theme="dark"] .sym-genre-v1__family-card,
body.dark .sym-genre-v1__hero,
body.dark .sym-genre-v1__block,
body.dark .sym-genre-v1__panel,
body.dark .sym-genre-v1__meta-item,
body.dark .sym-genre-v1__sound-metric,
body.dark .sym-genre-v1__map-sound-card,
body.dark .sym-genre-v1__map-relation-group,
body.dark .sym-genre-v1__quote-card,
body.dark .sym-genre-v1__reference-column,
body.dark .sym-genre-v1__label-main,
body.dark .sym-genre-v1__label-stats div,
body.dark .sym-genre-v1__faction-main,
body.dark .sym-genre-v1__news-row,
body.dark .sym-genre-v1__map-note-intro,
body.dark .sym-genre-v1__map-legend,
body.dark .sym-genre-v1__family-card,
body.theme-dark .sym-genre-v1__hero,
body.theme-dark .sym-genre-v1__block,
body.theme-dark .sym-genre-v1__panel,
body.theme-dark .sym-genre-v1__meta-item,
body.theme-dark .sym-genre-v1__sound-metric,
body.theme-dark .sym-genre-v1__map-sound-card,
body.theme-dark .sym-genre-v1__map-relation-group,
body.theme-dark .sym-genre-v1__quote-card,
body.theme-dark .sym-genre-v1__reference-column,
body.theme-dark .sym-genre-v1__label-main,
body.theme-dark .sym-genre-v1__label-stats div,
body.theme-dark .sym-genre-v1__faction-main,
body.theme-dark .sym-genre-v1__news-row,
body.theme-dark .sym-genre-v1__map-note-intro,
body.theme-dark .sym-genre-v1__map-legend,
body.theme-dark .sym-genre-v1__family-card,
body.digital_newspaper_dark_mode .sym-genre-v1__hero,
body.digital_newspaper_dark_mode .sym-genre-v1__block,
body.digital_newspaper_dark_mode .sym-genre-v1__panel,
body.digital_newspaper_dark_mode .sym-genre-v1__meta-item,
body.digital_newspaper_dark_mode .sym-genre-v1__sound-metric,
body.digital_newspaper_dark_mode .sym-genre-v1__map-sound-card,
body.digital_newspaper_dark_mode .sym-genre-v1__map-relation-group,
body.digital_newspaper_dark_mode .sym-genre-v1__quote-card,
body.digital_newspaper_dark_mode .sym-genre-v1__reference-column,
body.digital_newspaper_dark_mode .sym-genre-v1__label-main,
body.digital_newspaper_dark_mode .sym-genre-v1__label-stats div,
body.digital_newspaper_dark_mode .sym-genre-v1__faction-main,
body.digital_newspaper_dark_mode .sym-genre-v1__news-row,
body.digital_newspaper_dark_mode .sym-genre-v1__map-note-intro,
body.digital_newspaper_dark_mode .sym-genre-v1__map-legend,
body.digital_newspaper_dark_mode .sym-genre-v1__family-card {
  background: rgba(255,255,255,.065) !important;
  border-color: rgba(255,255,255,.13) !important;
  color: #f4f7fb !important;
  box-shadow: none !important;
}

/* Hero needs a darker technical surface, not a light gradient. */
html[data-theme="dark"] .sym-genre-v1__hero,
body.dark .sym-genre-v1__hero,
body.theme-dark .sym-genre-v1__hero,
body.digital_newspaper_dark_mode .sym-genre-v1__hero {
  background:
    radial-gradient(circle at 16% 20%, color-mix(in srgb, var(--sym-genre-accent) 10%, transparent), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
}

/* Periodic genre card in dark theme. */
html[data-theme="dark"] .sym-genre-v1__periodic-card,
body.dark .sym-genre-v1__periodic-card,
body.theme-dark .sym-genre-v1__periodic-card,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card {
  border-color: color-mix(in srgb, var(--sym-genre-accent) 72%, #ffffff 20%) !important;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.09), rgba(255,255,255,.035) 42%, transparent 72%),
    #0b0f14 !important;
  color: #f4f7fb !important;
}
html[data-theme="dark"] .sym-genre-v1__periodic-card::before,
body.dark .sym-genre-v1__periodic-card::before,
body.theme-dark .sym-genre-v1__periodic-card::before,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card::before {
  background: repeating-linear-gradient(90deg, transparent 0 12px, rgba(244,247,251,.34) 12px 14px, transparent 14px 24px) !important;
  opacity: .58 !important;
}
html[data-theme="dark"] .sym-genre-v1__periodic-card::after,
body.dark .sym-genre-v1__periodic-card::after,
body.theme-dark .sym-genre-v1__periodic-card::after,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card::after {
  background: rgba(244,247,251,.28) !important;
}
html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  border-color: #f4f7fb !important;
  background: rgba(244,247,251,.94) !important;
  box-shadow: 0 0 0 22px rgba(244,247,251,.06) !important;
}
html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #050608 !important;
}

/* Dark theme text contrast across labels, paragraphs, cards and lists. */
html[data-theme="dark"] .sym-genre-v1 h1,
html[data-theme="dark"] .sym-genre-v1 h2,
html[data-theme="dark"] .sym-genre-v1 h3,
html[data-theme="dark"] .sym-genre-v1 b,
html[data-theme="dark"] .sym-genre-v1 strong,
html[data-theme="dark"] .sym-genre-v1__kicker,
html[data-theme="dark"] .sym-genre-v1__periodic-top span,
html[data-theme="dark"] .sym-genre-v1__periodic-bottom span,
html[data-theme="dark"] .sym-genre-v1__periodic-rhythm,
html[data-theme="dark"] .sym-genre-v1__periodic-name strong,
html[data-theme="dark"] .sym-genre-v1__news-body b,
html[data-theme="dark"] .sym-genre-v1__map-note h3,
html[data-theme="dark"] .sym-genre-v1__map-legend dt,
body.dark .sym-genre-v1 h1,
body.dark .sym-genre-v1 h2,
body.dark .sym-genre-v1 h3,
body.dark .sym-genre-v1 b,
body.dark .sym-genre-v1 strong,
body.dark .sym-genre-v1__kicker,
body.dark .sym-genre-v1__periodic-top span,
body.dark .sym-genre-v1__periodic-bottom span,
body.dark .sym-genre-v1__periodic-rhythm,
body.dark .sym-genre-v1__periodic-name strong,
body.dark .sym-genre-v1__news-body b,
body.dark .sym-genre-v1__map-note h3,
body.dark .sym-genre-v1__map-legend dt,
body.theme-dark .sym-genre-v1 h1,
body.theme-dark .sym-genre-v1 h2,
body.theme-dark .sym-genre-v1 h3,
body.theme-dark .sym-genre-v1 b,
body.theme-dark .sym-genre-v1 strong,
body.theme-dark .sym-genre-v1__kicker,
body.theme-dark .sym-genre-v1__periodic-top span,
body.theme-dark .sym-genre-v1__periodic-bottom span,
body.theme-dark .sym-genre-v1__periodic-rhythm,
body.theme-dark .sym-genre-v1__periodic-name strong,
body.theme-dark .sym-genre-v1__news-body b,
body.theme-dark .sym-genre-v1__map-note h3,
body.theme-dark .sym-genre-v1__map-legend dt,
body.digital_newspaper_dark_mode .sym-genre-v1 h1,
body.digital_newspaper_dark_mode .sym-genre-v1 h2,
body.digital_newspaper_dark_mode .sym-genre-v1 h3,
body.digital_newspaper_dark_mode .sym-genre-v1 b,
body.digital_newspaper_dark_mode .sym-genre-v1 strong,
body.digital_newspaper_dark_mode .sym-genre-v1__kicker,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-top span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-bottom span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-rhythm,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-name strong,
body.digital_newspaper_dark_mode .sym-genre-v1__news-body b,
body.digital_newspaper_dark_mode .sym-genre-v1__map-note h3,
body.digital_newspaper_dark_mode .sym-genre-v1__map-legend dt {
  color: #f4f7fb !important;
}
html[data-theme="dark"] .sym-genre-v1 p,
html[data-theme="dark"] .sym-genre-v1 dd,
html[data-theme="dark"] .sym-genre-v1 small,
html[data-theme="dark"] .sym-genre-v1 span,
html[data-theme="dark"] .sym-genre-v1__lead,
html[data-theme="dark"] .sym-genre-v1__tagline,
html[data-theme="dark"] .sym-genre-v1__news-meta,
body.dark .sym-genre-v1 p,
body.dark .sym-genre-v1 dd,
body.dark .sym-genre-v1 small,
body.dark .sym-genre-v1 span,
body.dark .sym-genre-v1__lead,
body.dark .sym-genre-v1__tagline,
body.dark .sym-genre-v1__news-meta,
body.theme-dark .sym-genre-v1 p,
body.theme-dark .sym-genre-v1 dd,
body.theme-dark .sym-genre-v1 small,
body.theme-dark .sym-genre-v1 span,
body.theme-dark .sym-genre-v1__lead,
body.theme-dark .sym-genre-v1__tagline,
body.theme-dark .sym-genre-v1__news-meta,
body.digital_newspaper_dark_mode .sym-genre-v1 p,
body.digital_newspaper_dark_mode .sym-genre-v1 dd,
body.digital_newspaper_dark_mode .sym-genre-v1 small,
body.digital_newspaper_dark_mode .sym-genre-v1 span,
body.digital_newspaper_dark_mode .sym-genre-v1__lead,
body.digital_newspaper_dark_mode .sym-genre-v1__tagline,
body.digital_newspaper_dark_mode .sym-genre-v1__news-meta {
  color: rgba(244,247,251,.72) !important;
}

/* Do not make the periodic card numeric/text zones muted in dark mode. */
html[data-theme="dark"] .sym-genre-v1__periodic-top span,
html[data-theme="dark"] .sym-genre-v1__periodic-bottom span,
html[data-theme="dark"] .sym-genre-v1__periodic-number,
html[data-theme="dark"] .sym-genre-v1__periodic-bpm,
html[data-theme="dark"] .sym-genre-v1__periodic-rhythm,
body.dark .sym-genre-v1__periodic-top span,
body.dark .sym-genre-v1__periodic-bottom span,
body.dark .sym-genre-v1__periodic-number,
body.dark .sym-genre-v1__periodic-bpm,
body.dark .sym-genre-v1__periodic-rhythm,
body.theme-dark .sym-genre-v1__periodic-top span,
body.theme-dark .sym-genre-v1__periodic-bottom span,
body.theme-dark .sym-genre-v1__periodic-number,
body.theme-dark .sym-genre-v1__periodic-bpm,
body.theme-dark .sym-genre-v1__periodic-rhythm,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-top span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-bottom span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-number,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-bpm,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-rhythm {
  color: #f4f7fb !important;
}

/* Tags and chips in dark mode. */
html[data-theme="dark"] .sym-genre-v1__alias-list span,
html[data-theme="dark"] .sym-genre-v1__map-chip,
html[data-theme="dark"] .sym-genre-v1__back-link,
body.dark .sym-genre-v1__alias-list span,
body.dark .sym-genre-v1__map-chip,
body.dark .sym-genre-v1__back-link,
body.theme-dark .sym-genre-v1__alias-list span,
body.theme-dark .sym-genre-v1__map-chip,
body.theme-dark .sym-genre-v1__back-link,
body.digital_newspaper_dark_mode .sym-genre-v1__alias-list span,
body.digital_newspaper_dark_mode .sym-genre-v1__map-chip,
body.digital_newspaper_dark_mode .sym-genre-v1__back-link {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.16) !important;
  color: #f4f7fb !important;
}

/* Sound/grammar lines in dark mode. */
html[data-theme="dark"] .sym-genre-v1__sound-line,
body.dark .sym-genre-v1__sound-line,
body.theme-dark .sym-genre-v1__sound-line,
body.digital_newspaper_dark_mode .sym-genre-v1__sound-line {
  background: rgba(255,255,255,.12) !important;
}
html[data-theme="dark"] .sym-genre-v1__sound-guide,
body.dark .sym-genre-v1__sound-guide,
body.theme-dark .sym-genre-v1__sound-guide,
body.digital_newspaper_dark_mode .sym-genre-v1__sound-guide {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(255,255,255,.13) !important;
}

/* ========================================================================== */
/* GENRES MUSIC MAP v2.0 — dark theme contrast hardening                      */
/* ========================================================================== */

:is(
  html[data-theme="dark"],
  html.dark,
  body.dark,
  body.dark-mode,
  body.theme-dark,
  body.is-dark-theme,
  body.digital_newspaper_dark_mode,
  body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active,
  .is-dark-theme
) .sym-genre-v1 {
  --sym-genre-dark-bg: #07090d;
  --sym-genre-dark-surface: #11161c;
  --sym-genre-dark-surface-2: #171d24;
  --sym-genre-dark-surface-3: #20262d;
  --sym-genre-dark-border: rgba(244,247,251,.16);
  --sym-genre-dark-border-strong: rgba(244,247,251,.28);
  --sym-genre-dark-text: #f4f7fb;
  --sym-genre-dark-muted: rgba(244,247,251,.74);
  --sym-genre-dark-dim: rgba(244,247,251,.58);
  background: var(--sym-genre-dark-bg) !important;
  color: var(--sym-genre-dark-text) !important;
}

/* Convert remaining pale panels to controlled dark surfaces. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(
  .sym-genre-v1__hero,
  .sym-genre-v1__block,
  .sym-genre-v1__panel,
  .sym-genre-v1__description-panel,
  .sym-genre-v1__timeline-row,
  .sym-genre-v1__meta-item,
  .sym-genre-v1__sound-profile,
  .sym-genre-v1__sound-metric,
  .sym-genre-v1__sound-guide,
  .sym-genre-v1__map-sound-card,
  .sym-genre-v1__map-relation-group,
  .sym-genre-v1__quote-card,
  .sym-genre-v1__reference-column,
  .sym-genre-v1__reference-item,
  .sym-genre-v1__label-main,
  .sym-genre-v1__label-stats div,
  .sym-genre-v1__faction-main,
  .sym-genre-v1__news-row,
  .sym-genre-v1__map-note-intro,
  .sym-genre-v1__map-legend,
  .sym-genre-v1__family-card,
  .sym-genre-v1__mini-card:not(.sym-genre-v1__mini-card--artists):not(.sym-genre-v1__mini-card--experts)
) {
  background: var(--sym-genre-dark-surface) !important;
  border-color: var(--sym-genre-dark-border) !important;
  color: var(--sym-genre-dark-text) !important;
  box-shadow: none !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(
  .sym-genre-v1__meta-item,
  .sym-genre-v1__sound-metric,
  .sym-genre-v1__map-sound-card,
  .sym-genre-v1__map-relation-group,
  .sym-genre-v1__quote-card,
  .sym-genre-v1__label-stats div,
  .sym-genre-v1__news-row,
  .sym-genre-v1__family-card
) {
  background: var(--sym-genre-dark-surface-2) !important;
}

/* Hero and periodic card remain technical, but not washed-out grey. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__hero {
  background:
    radial-gradient(circle at 19% 16%, color-mix(in srgb, var(--sym-genre-accent) 14%, transparent), transparent 36%),
    linear-gradient(135deg, #141a21, #0d1117) !important;
  border-color: var(--sym-genre-dark-border-strong) !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card {
  background:
    linear-gradient(rgba(244,247,251,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,247,251,.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(244,247,251,.075), rgba(244,247,251,.025) 42%, transparent 74%),
    #090d12 !important;
  background-size: 24px 24px, 24px 24px, auto, auto !important;
  border-color: color-mix(in srgb, var(--sym-genre-accent) 58%, #f4f7fb 28%) !important;
  color: var(--sym-genre-dark-text) !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card::before {
  background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(244,247,251,.30) 10px 12px, transparent 12px 22px) !important;
  opacity: .62 !important;
}

/* Keep the central symbol intentionally light, but make its contrast explicit. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__identity-symbol {
  background: #f4f7fb !important;
  border-color: #f4f7fb !important;
  box-shadow: 0 0 0 22px rgba(244,247,251,.055) !important;
}
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__identity-symbol span {
  color: #050608 !important;
}

/* Text contrast: prevent pale-on-pale and black-on-dark cases. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(
  h1,h2,h3,h4,h5,h6,
  b,strong,
  .sym-genre-v1__section-head,
  .sym-genre-v1__kicker,
  .sym-genre-v1__panel-kicker,
  .sym-genre-v1__periodic-top span,
  .sym-genre-v1__periodic-bottom span,
  .sym-genre-v1__periodic-number,
  .sym-genre-v1__periodic-family,
  .sym-genre-v1__periodic-family-number,
  .sym-genre-v1__periodic-bpm,
  .sym-genre-v1__periodic-level,
  .sym-genre-v1__periodic-rhythm,
  .sym-genre-v1__periodic-name strong,
  .sym-genre-v1__meta-item strong,
  .sym-genre-v1__sound-metric-head b,
  .sym-genre-v1__news-body b,
  .sym-genre-v1__map-note h3,
  .sym-genre-v1__map-legend dt,
  .sym-genre-v1__family-card strong,
  .sym-genre-v1__family-card b
) {
  color: var(--sym-genre-dark-text) !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(
  p,dd,small,em,span,li,
  .sym-genre-v1__lead,
  .sym-genre-v1__tagline,
  .sym-genre-v1__content,
  .sym-genre-v1__description-panel,
  .sym-genre-v1__timeline-row,
  .sym-genre-v1__quote-card,
  .sym-genre-v1__news-meta,
  .sym-genre-v1__map-note,
  .sym-genre-v1__map-note p,
  .sym-genre-v1__map-note dd
) {
  color: var(--sym-genre-dark-muted) !important;
}

/* Chips, aliases, relation buttons and back button. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(
  .sym-genre-v1__alias-list span,
  .sym-genre-v1__map-chip,
  .sym-genre-v1__back-link,
  .sym-genre-v1__sound-meta span,
  .sym-genre-v1__sound-meta a
) {
  background: var(--sym-genre-dark-surface-3) !important;
  border-color: var(--sym-genre-dark-border-strong) !important;
  color: var(--sym-genre-dark-text) !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(
  .sym-genre-v1__back-link:hover,
  .sym-genre-v1__sound-meta a:hover,
  .sym-genre-v1__about-more:hover,
  .sym-genre-v1__map-chip:hover,
  .sym-genre-v1__alias-list span:hover
) {
  background: color-mix(in srgb, var(--sym-genre-accent) 88%, #ffffff 12%) !important;
  border-color: color-mix(in srgb, var(--sym-genre-accent) 88%, #ffffff 12%) !important;
  color: #050608 !important;
  text-shadow: none !important;
}

/* Main CTA buttons: readable default + readable hover. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(.sym-genre-v1__about-more) {
  background: #f4f7fb !important;
  border-color: #f4f7fb !important;
  color: #050608 !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 a:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--sym-genre-accent) 88%, #ffffff 12%) !important;
  outline-offset: 3px !important;
}

/* News and media placeholders. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(.sym-genre-v1__news-cover, .sym-genre-v1__mini-card-img) {
  background: #0d1117 !important;
  border-color: transparent !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__news-row:hover {
  background: #1d242c !important;
  border-color: color-mix(in srgb, var(--sym-genre-accent) 48%, rgba(244,247,251,.28)) !important;
}

/* Sound profile scale and separators. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(.sym-genre-v1__sound-line, .sym-sonic-scale__track) {
  background: rgba(244,247,251,.14) !important;
}
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 :is(hr, .sym-genre-v1__map-legend div) {
  border-color: rgba(244,247,251,.12) !important;
}

/* Same-family cards in dark theme. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__family-card {
  background:
    linear-gradient(rgba(244,247,251,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,247,251,.03) 1px, transparent 1px),
    #11161c !important;
  background-size: 20px 20px, 20px 20px, auto !important;
}

/* ========================================================================== */
/* GENRES MUSIC MAP v2.1 — dark hero + periodic card final corrections        */
/* ========================================================================== */

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 {
  background:
    radial-gradient(circle at 80% 100%, rgba(143,105,255,.10), transparent 34%),
    radial-gradient(circle at 8% 96%, rgba(33,255,190,.08), transparent 28%),
    #05070b !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__hero,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__hero--music-map {
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.035), transparent 30%),
    linear-gradient(135deg, #070a0f 0%, #0b1016 58%, #07090d 100%) !important;
  border-color: rgba(244,247,251,.18) !important;
  box-shadow: none !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__hero-content {
  background: #0d1218 !important;
  border-color: rgba(244,247,251,.16) !important;
  color: #f4f7fb !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__meta-grid--map .sym-genre-v1__meta-item {
  background: #080c12 !important;
  border-color: rgba(244,247,251,.15) !important;
}

/* Periodic genre card: keep it dark, but preserve the readable white emblem. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card {
  background:
    linear-gradient(rgba(244,247,251,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244,247,251,.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 44%, rgba(244,247,251,.08), rgba(244,247,251,.025) 42%, transparent 74%),
    #070b10 !important;
  background-size: 24px 24px, 24px 24px, auto, auto !important;
  border-color: rgba(244,247,251,.82) !important;
}

/* Restore the code-built sound wave behind the central circle. */
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  position: absolute !important;
  left: 34px !important;
  right: 34px !important;
  top: 44% !important;
  height: 96px !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 7px !important;
  margin: 0 !important;
  background: linear-gradient(90deg, transparent 0%, rgba(244,247,251,.18) 16%, rgba(244,247,251,.18) 84%, transparent 100%) !important;
  pointer-events: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after {
  content: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  display: block !important;
  width: 3px !important;
  flex: 0 0 3px !important;
  border-radius: 0 !important;
  background: rgba(244,247,251,.34) !important;
  box-shadow: none !important;
  opacity: .74 !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(odd) { height: 42px !important; opacity: .50 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(even) { height: 74px !important; opacity: .76 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(4n) { height: 88px !important; opacity: .84 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(4n + 1) { height: 28px !important; opacity: .42 !important; }

/* The TPT code must stay black on the light central emblem in all dark-mode selectors. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__identity-symbol {
  background: #f4f7fb !important;
  border-color: #f4f7fb !important;
  color: #050608 !important;
  z-index: 4 !important;
}

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__identity-symbol span {
  color: #050608 !important;
  -webkit-text-fill-color: #050608 !important;
  text-shadow: none !important;
}

/* Keep the rhythm engine visible in the bottom-right corner of the periodic card. */
.sym-genre-v1__periodic-rhythm,
.sym-genre-v1__periodic-bottom .sym-genre-v1__periodic-rhythm,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-rhythm,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-bottom .sym-genre-v1__periodic-rhythm {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 42px !important;
  min-height: 1em !important;
  text-align: right !important;
  color: #f4f7fb !important;
  -webkit-text-fill-color: #f4f7fb !important;
}

/* If the footer uses a brighter gradient, soften the seam from the genre page. */
:is(
  body.single-genres, body.single-genre, body.digital_newspaper_dark_mode.single-genres,
  body.dark.single-genres, body.theme-dark.single-genres, body.wp-dark-mode-active.single-genres
) .sym-genre-v1 {
  margin-bottom: 0 !important;
  padding-bottom: 56px !important;
}


/* ========================================================================== */
/* GENRES MUSIC MAP v2.2 — layout width, wave, rhythm, background reset       */
/* ========================================================================== */

/* 1) Restore page/background responsibility to the theme/footer. */
.sym-genre-v1 {
  width: min(1180px, calc(100vw - 52px)) !important;
  max-width: 1180px !important;
  background: transparent !important;
  padding-bottom: 0 !important;
}
/* All major inner blocks must follow the same 1180px content width. */
.sym-genre-v1 :is(
  .sym-genre-v1__hero,
  .sym-genre-v1__hero--music-map,
  .sym-genre-v1__block,
  .sym-genre-v1__sound-profile,
  .sym-genre-v1__about,
  .sym-genre-v1__relations,
  .sym-genre-v1__map-legend,
  .sym-genre-v1__same-family
) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Dark mode: no local page-gradient or footer seam override. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 {
  background: transparent !important;
  padding-bottom: 0 !important;
}

/* 2) Periodic card bottom row: strict left / center / right alignment. */
.sym-genre-v1__periodic-bottom,
.sym-genre-v1__identity-meta.sym-genre-v1__periodic-bottom {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: end !important;
  gap: 12px !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 24px !important;
  width: auto !important;
  justify-content: stretch !important;
}
.sym-genre-v1__periodic-bottom span {
  display: block !important;
  min-height: 1em !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #0b1116 !important;
  -webkit-text-fill-color: #0b1116 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.sym-genre-v1__periodic-bpm { justify-self: start !important; text-align: left !important; }
.sym-genre-v1__periodic-level { justify-self: center !important; text-align: center !important; }
.sym-genre-v1__periodic-rhythm { justify-self: end !important; text-align: right !important; }

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-bottom span {
  color: #f4f7fb !important;
  -webkit-text-fill-color: #f4f7fb !important;
}

/* 3) Code-built waves: visible in both light and dark themes, no panel behind them. */
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  position: absolute !important;
  left: 44px !important;
  right: 44px !important;
  top: 50% !important;
  height: 98px !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after,
.sym-genre-v1__identity-card::before,
.sym-genre-v1__identity-card::after {
  content: none !important;
  display: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  display: block !important;
  width: 3px !important;
  flex: 0 0 3px !important;
  border-radius: 0 !important;
  background: rgba(11,17,22,.28) !important;
  box-shadow: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(odd) { height: 38px !important; opacity: .42 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(even) { height: 72px !important; opacity: .64 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(4n) { height: 92px !important; opacity: .72 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(4n + 1) { height: 26px !important; opacity: .34 !important; }

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  background: transparent !important;
}
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  background: rgba(244,247,251,.30) !important;
}

/* Keep central white emblem above the waves and its code black. */
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  z-index: 4 !important;
  background: #f8fafc !important;
  color: #050608 !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #050608 !important;
  -webkit-text-fill-color: #050608 !important;
}

/* Ensure title/name layer stays above wave lines. */
.sym-genre-v1__periodic-name,
.sym-genre-v1__periodic-top,
.sym-genre-v1__periodic-bottom {
  position: absolute !important;
  z-index: 5 !important;
}

@media (max-width: 1040px) {
  .sym-genre-v1 { width: min(1180px, calc(100vw - 36px)) !important; }
}
@media (max-width: 620px) {
  .sym-genre-v1 { width: min(1180px, calc(100vw - 24px)) !important; }
}


/* ========================================================================== */
/* GENRES MUSIC MAP v2.3 — periodic card placement + background reset         */
/* ========================================================================== */

/* Background: the genre template no longer overrides body/footer backgrounds. */
.sym-genre-v1 {
  background: transparent !important;
}
body.single-genres,
body.single-genre,
body.post-type-archive-genres,
body.digital_newspaper_dark_mode.single-genres,
body.dark.single-genres,
body.theme-dark.single-genres,
body.wp-dark-mode-active.single-genres {
  background-image: revert !important;
}
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 {
  background: transparent !important;
}

/* Periodic card: all corner/edge data is inset evenly from the frame. */
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
.sym-genre-v1__periodic-card {
  position: relative !important;
  width: 420px !important;
  max-width: 420px !important;
  min-height: 420px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.sym-genre-v1__periodic-top,
.sym-genre-v1__identity-top.sym-genre-v1__periodic-top {
  position: absolute !important;
  z-index: 6 !important;
  top: 28px !important;
  left: 30px !important;
  right: 30px !important;
  height: 46px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  justify-content: stretch !important;
}

.sym-genre-v1__periodic-top span,
.sym-genre-v1__identity-top.sym-genre-v1__periodic-top span,
.sym-genre-v1__periodic-number,
.sym-genre-v1__periodic-family,
.sym-genre-v1__periodic-family-number {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0b1116 !important;
  -webkit-text-fill-color: #0b1116 !important;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.sym-genre-v1__periodic-number { justify-self: start !important; text-align: left !important; }
.sym-genre-v1__periodic-family { justify-self: center !important; text-align: center !important; }
.sym-genre-v1__periodic-family-number { justify-self: end !important; text-align: right !important; }

/* Code-built waveform: only vertical bars, centered behind the emblem, no plate. */
.sym-genre-v1__periodic-card::before,
.sym-genre-v1__periodic-card::after,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card::before,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after {
  content: none !important;
  display: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  position: absolute !important;
  z-index: 2 !important;
  left: 50% !important;
  top: 50% !important;
  width: calc(100% - 82px) !important;
  height: 132px !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  pointer-events: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after {
  content: none !important;
  display: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  display: block !important;
  flex: 0 0 3px !important;
  width: 3px !important;
  border-radius: 0 !important;
  background: rgba(11,17,22,.26) !important;
  box-shadow: none !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(odd) { height: 46px !important; opacity: .45 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(even) { height: 86px !important; opacity: .66 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(4n) { height: 108px !important; opacity: .74 !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(4n + 1) { height: 30px !important; opacity: .36 !important; }

/* Smaller central emblem, still above the wave bars. */
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1__identity-symbol {
  position: absolute !important;
  z-index: 4 !important;
  left: 50% !important;
  top: 48% !important;
  width: 178px !important;
  height: 178px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  border-width: 3px !important;
  background: #f8fafc !important;
  color: #050608 !important;
}
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
.sym-genre-v1__identity-symbol span {
  font-size: 52px !important;
  color: #050608 !important;
  -webkit-text-fill-color: #050608 !important;
}

/* Genre name is raised above the bottom row and centered in its own zone. */
.sym-genre-v1__periodic-name,
.sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
  position: absolute !important;
  z-index: 6 !important;
  left: 34px !important;
  right: 34px !important;
  top: 294px !important;
  bottom: auto !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sym-genre-v1__periodic-name strong,
.sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name strong {
  font-size: 22px !important;
  line-height: 1.05 !important;
  text-align: center !important;
  color: #0b1116 !important;
  -webkit-text-fill-color: #0b1116 !important;
}

/* Bottom row mirrors the top row: left / center / right, evenly inset. */
.sym-genre-v1__periodic-bottom,
.sym-genre-v1__identity-meta.sym-genre-v1__periodic-bottom {
  position: absolute !important;
  z-index: 6 !important;
  left: 30px !important;
  right: 30px !important;
  bottom: 28px !important;
  height: 46px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  justify-content: stretch !important;
  width: auto !important;
  margin: 0 !important;
}
.sym-genre-v1__periodic-bottom span,
.sym-genre-v1__identity-meta.sym-genre-v1__periodic-bottom span,
.sym-genre-v1__periodic-bpm,
.sym-genre-v1__periodic-level,
.sym-genre-v1__periodic-rhythm {
  display: block !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #0b1116 !important;
  -webkit-text-fill-color: #0b1116 !important;
  font-family: var(--sym-font-heading, "Tektur", system-ui, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.sym-genre-v1__periodic-bpm { justify-self: start !important; text-align: left !important; }
.sym-genre-v1__periodic-level { justify-self: center !important; text-align: center !important; }
.sym-genre-v1__periodic-rhythm { justify-self: end !important; text-align: right !important; }

/* Dark theme color correction for the same card elements. */
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card :is(
  .sym-genre-v1__periodic-number,
  .sym-genre-v1__periodic-family,
  .sym-genre-v1__periodic-family-number,
  .sym-genre-v1__periodic-name strong,
  .sym-genre-v1__periodic-bpm,
  .sym-genre-v1__periodic-level,
  .sym-genre-v1__periodic-rhythm
) {
  color: #f4f7fb !important;
  -webkit-text-fill-color: #f4f7fb !important;
}
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  background: rgba(244,247,251,.32) !important;
}
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #050608 !important;
  -webkit-text-fill-color: #050608 !important;
}

@media (max-width: 620px) {
  .sym-genre-v1__periodic-card,
  .sym-genre-v1__identity-card.sym-genre-v1__periodic-card {
    width: 100% !important;
    max-width: 420px !important;
  }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v2.4 — periodic passport card balance fixes.
   Scope: .sym-genre-v1 only. Header/footer/global styles untouched.
---------------------------------------------------------------------------- */

/* Rebuild the large genre passport card with absolute, symmetric zones. */
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
.sym-genre-v1__periodic-card {
  position: relative !important;
  display: block !important;
  width: 420px !important;
  max-width: 420px !important;
  min-height: 420px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Smaller soft circle behind the main emblem. */
.sym-genre-v1__periodic-card::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  z-index: 0 !important;
  width: 250px !important;
  height: 250px !important;
  left: 50% !important;
  top: 48% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.48) !important;
  pointer-events: none !important;
}

/* Top data row: genre number / family / family number. */
.sym-genre-v1__periodic-top {
  position: absolute !important;
  z-index: 5 !important;
  left: 32px !important;
  right: 32px !important;
  top: 42px !important;
  width: auto !important;
  display: grid !important;
  grid-template-columns: minmax(68px, 1fr) minmax(120px, auto) minmax(68px, 1fr) !important;
  align-items: center !important;
  column-gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sym-genre-v1__periodic-top span,
.sym-genre-v1__periodic-top b {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #050505 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 14px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.sym-genre-v1__periodic-number { justify-self: start !important; text-align: left !important; }
.sym-genre-v1__periodic-family { justify-self: center !important; text-align: center !important; }
.sym-genre-v1__periodic-family-number { justify-self: end !important; text-align: right !important; }

/* Bottom data row: BPM / level / rhythm. Balanced against top row. */
.sym-genre-v1__periodic-bottom {
  position: absolute !important;
  z-index: 5 !important;
  left: 32px !important;
  right: 32px !important;
  bottom: 42px !important;
  width: auto !important;
  display: grid !important;
  grid-template-columns: minmax(82px, 1fr) minmax(120px, auto) minmax(60px, 1fr) !important;
  align-items: center !important;
  column-gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sym-genre-v1__periodic-bottom span {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #050505 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 14px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.sym-genre-v1__periodic-bpm { justify-self: start !important; text-align: left !important; }
.sym-genre-v1__periodic-level { justify-self: center !important; text-align: center !important; }
.sym-genre-v1__periodic-rhythm { justify-self: end !important; text-align: right !important; }

/* Center sound-wave bars: behind the circles, vertically centered in the card. */
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  position: absolute !important;
  z-index: 1 !important;
  left: 54px !important;
  right: 54px !important;
  top: 48% !important;
  height: 112px !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  grid-template-columns: repeat(21, 1fr) !important;
  align-items: center !important;
  justify-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after {
  display: none !important;
  content: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  display: block !important;
  width: 2px !important;
  min-width: 2px !important;
  max-width: 2px !important;
  border-radius: 0 !important;
  background: rgba(5,5,5,.18) !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(odd) { height: 42px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(even) { height: 76px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(3n) { height: 56px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(5n) { height: 90px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(7n) { height: 34px !important; }

/* Main emblem: smaller and visually lighter, still readable. */
.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  position: absolute !important;
  z-index: 3 !important;
  left: 50% !important;
  top: 47% !important;
  width: 166px !important;
  height: 166px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 2px solid #050505 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 54px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}

/* Genre name: higher and slightly larger. */
.sym-genre-v1__periodic-name,
.sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
  position: absolute !important;
  z-index: 4 !important;
  left: 32px !important;
  right: 32px !important;
  top: 286px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  display: block !important;
}

.sym-genre-v1__periodic-name strong,
.sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name strong {
  display: block !important;
  color: #050505 !important;
  font-family: var(--sym-font-heading) !important;
  font-size: 24px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}

/* Keep the influence strip pinned to the bottom without disturbing the bottom row. */
.sym-genre-v1__periodic-card .sym-genre-v1__influence-strip {
  position: absolute !important;
  z-index: 6 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 7px !important;
}

/* Dark mode: keep card typography and central mark readable, only the surface changes. */
html[data-theme="dark"] .sym-genre-v1__periodic-card::after,
body.dark .sym-genre-v1__periodic-card::after,
body.theme-dark .sym-genre-v1__periodic-card::after,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card::after {
  background: rgba(255,255,255,.055) !important;
}

html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  background: rgba(255,255,255,.24) !important;
}

html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  background: #f4f7fb !important;
  border-color: #f4f7fb !important;
}

html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

/* Responsive adjustments preserve the same card logic. */
@media (max-width: 560px) {
  .sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
  .sym-genre-v1__periodic-card {
    min-height: 360px !important;
  }

  .sym-genre-v1__periodic-top {
    left: 22px !important;
    right: 22px !important;
    top: 32px !important;
  }

  .sym-genre-v1__periodic-bottom {
    left: 22px !important;
    right: 22px !important;
    bottom: 34px !important;
  }

  .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
    width: 142px !important;
    height: 142px !important;
  }

  .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
    font-size: 46px !important;
  }

  .sym-genre-v1__periodic-name {
    top: 244px !important;
    left: 22px !important;
    right: 22px !important;
  }

  .sym-genre-v1__periodic-name strong {
    font-size: 20px !important;
  }
}

/* --------------------------------------------------------------------------
   SYMBIONT Genre Single v2.5 — periodic passport card final balance pass.
   Scope: .sym-genre-v1 only. Fixes data clipping, vertical balance, circle scale
   and waveform center alignment inside the main genre card.
---------------------------------------------------------------------------- */

.sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
.sym-genre-v1__periodic-card {
  overflow: hidden !important;
  contain: layout paint !important;
}

.sym-genre-v1__periodic-card *,
.sym-genre-v1__periodic-card *::before,
.sym-genre-v1__periodic-card *::after {
  box-sizing: border-box !important;
}

/* Top row: keep every value inside the frame and never crop long family names. */
.sym-genre-v1__periodic-top {
  left: 34px !important;
  right: 34px !important;
  top: 34px !important;
  display: grid !important;
  grid-template-columns: minmax(72px, 96px) minmax(0, 1fr) minmax(72px, 96px) !important;
  column-gap: 18px !important;
  align-items: start !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
}

.sym-genre-v1__periodic-top span,
.sym-genre-v1__periodic-top b {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  font-size: 14px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  max-width: 100% !important;
}

.sym-genre-v1__periodic-number {
  justify-self: start !important;
  align-self: start !important;
  text-align: left !important;
  min-width: 0 !important;
}

.sym-genre-v1__periodic-family {
  justify-self: center !important;
  align-self: start !important;
  text-align: center !important;
  max-width: 210px !important;
  min-width: 0 !important;
}

.sym-genre-v1__periodic-family-number {
  justify-self: end !important;
  align-self: start !important;
  text-align: right !important;
  min-width: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
}

/* Bottom row: symmetric with the top row and safely inside the card. */
.sym-genre-v1__periodic-bottom {
  left: 34px !important;
  right: 34px !important;
  bottom: 44px !important;
  display: grid !important;
  grid-template-columns: minmax(88px, 110px) minmax(0, 1fr) minmax(72px, 96px) !important;
  column-gap: 18px !important;
  align-items: end !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
}

.sym-genre-v1__periodic-bottom span {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  font-size: 14px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  max-width: 100% !important;
}

.sym-genre-v1__periodic-bpm {
  justify-self: start !important;
  align-self: end !important;
  text-align: left !important;
}

.sym-genre-v1__periodic-level {
  justify-self: center !important;
  align-self: end !important;
  text-align: center !important;
  max-width: 170px !important;
}

.sym-genre-v1__periodic-rhythm {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  justify-self: end !important;
  align-self: end !important;
  text-align: right !important;
  min-width: 0 !important;
  transform: none !important;
}

/* Central circles: smaller and more balanced, leaving room for title/data. */
.sym-genre-v1__periodic-card::after {
  width: 214px !important;
  height: 214px !important;
  left: 50% !important;
  top: 46% !important;
  transform: translate(-50%, -50%) !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  width: 148px !important;
  height: 148px !important;
  left: 50% !important;
  top: 46% !important;
  transform: translate(-50%, -50%) !important;
  border-width: 2px !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  font-size: 48px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

/* Genre name: move higher, increase slightly, no clipping. */
.sym-genre-v1__periodic-name,
.sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
  top: 276px !important;
  left: 30px !important;
  right: 30px !important;
  overflow: visible !important;
}

.sym-genre-v1__periodic-name strong,
.sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name strong {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}

/* Wave bars: center of the card, behind both circles, no background block. */
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  left: 46px !important;
  right: 46px !important;
  top: 50% !important;
  height: 150px !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  grid-template-columns: repeat(21, 1fr) !important;
  align-items: center !important;
  justify-items: center !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  opacity: 1 !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  width: 2px !important;
  min-width: 2px !important;
  max-width: 2px !important;
  background: rgba(5,5,5,.16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(odd) { height: 58px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(even) { height: 104px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(3n) { height: 76px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(5n) { height: 128px !important; }
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(7n) { height: 42px !important; }

/* Dark theme preserves the same geometry and keeps the white emblem readable. */
html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  background: rgba(255,255,255,.22) !important;
}

html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

@media (max-width: 560px) {
  .sym-genre-v1__periodic-top {
    left: 22px !important;
    right: 22px !important;
    top: 28px !important;
    grid-template-columns: minmax(56px, 74px) minmax(0, 1fr) minmax(56px, 74px) !important;
    column-gap: 10px !important;
  }

  .sym-genre-v1__periodic-bottom {
    left: 22px !important;
    right: 22px !important;
    bottom: 34px !important;
    grid-template-columns: minmax(72px, 92px) minmax(0, 1fr) minmax(48px, 70px) !important;
    column-gap: 10px !important;
  }

  .sym-genre-v1__periodic-top span,
  .sym-genre-v1__periodic-top b,
  .sym-genre-v1__periodic-bottom span {
    font-size: 12px !important;
  }

  .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
    width: 128px !important;
    height: 128px !important;
  }

  .sym-genre-v1__periodic-card::after {
    width: 188px !important;
    height: 188px !important;
  }

  .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
    font-size: 40px !important;
  }

  .sym-genre-v1__periodic-name {
    top: 244px !important;
  }

  .sym-genre-v1__periodic-name strong {
    font-size: 21px !important;
  }
}

/* --------------------------------------------------------------------------
   GENRES MUSIC MAP v2.6 — periodic card wave vertical alignment
   Scope: only the genre identity wave inside the main periodic hero card.
   -------------------------------------------------------------------------- */
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  top: 44% !important;
  left: 46px !important;
  right: 46px !important;
  height: 150px !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  grid-template-columns: repeat(21, 1fr) !important;
  align-items: center !important;
  justify-items: center !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  opacity: 1 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  width: 2px !important;
  min-width: 2px !important;
  max-width: 2px !important;
  background: rgba(5,5,5,.16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  align-self: center !important;
}

.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  z-index: 4 !important;
}

.sym-genre-v1__periodic-name,
.sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
  z-index: 5 !important;
}

html[data-theme="dark"] .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.theme-dark .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.digital_newspaper_dark_mode .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
html[data-theme="dark"] .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.dark .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.theme-dark .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
body.digital_newspaper_dark_mode .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  background: rgba(255,255,255,.22) !important;
}

/* --------------------------------------------------------------------------
   GENRES MUSIC MAP v2.7 — exact wave/circle center-line lock
   Purpose: force the vertical waveform block to share the same center line
   as the central symbol circles in the main periodic genre card.
   -------------------------------------------------------------------------- */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
.sym-genre-v1 .sym-genre-v1__periodic-card {
  --sym-genre-periodic-core-y: 46% !important;
}

.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
.sym-genre-v1 .sym-genre-v1__periodic-card::after,
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  top: var(--sym-genre-periodic-core-y) !important;
}

.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
body .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
body .sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  position: absolute !important;
  top: var(--sym-genre-periodic-core-y) !important;
  bottom: auto !important;
  left: 46px !important;
  right: 46px !important;
  width: auto !important;
  height: 176px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate3d(0, -50%, 0) !important;
  display: grid !important;
  grid-template-columns: repeat(21, minmax(2px, 1fr)) !important;
  align-items: center !important;
  justify-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  opacity: 1 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::before,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave::after {
  display: none !important;
  content: none !important;
}

.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  align-self: center !important;
  justify-self: center !important;
  transform: none !important;
  transform-origin: center center !important;
}

@media (max-width: 560px) {
  .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card,
  .sym-genre-v1 .sym-genre-v1__periodic-card {
    --sym-genre-periodic-core-y: 45% !important;
  }

  .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
  .sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
    left: 28px !important;
    right: 28px !important;
    height: 138px !important;
  }
}

/* --------------------------------------------------------------------------
   GENRES MUSIC MAP v2.8 — opaque center halo behind periodic symbol
   Purpose: prevent waveform bars from shining through the white circle zone.
   -------------------------------------------------------------------------- */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
.sym-genre-v1 .sym-genre-v1__periodic-card::after,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__periodic-card::after {
  display: block !important;
  content: "" !important;
  background: #fff !important;
  background-color: #fff !important;
  opacity: 1 !important;
  z-index: 3 !important;
  mix-blend-mode: normal !important;
  box-shadow: none !important;
}

/* Keep the central contour circle and code above the opaque halo. */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  z-index: 4 !important;
}

/* Keep waveform bars behind the opaque halo. */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  z-index: 2 !important;
}

/* --------------------------------------------------------------------------
   GENRES MUSIC MAP v2.9 — central halo + title micro-balance
   Scope: main periodic genre card on single genre page.
   -------------------------------------------------------------------------- */

/* The opaque halo is only a mask behind the central emblem, not a large visible circle. */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
.sym-genre-v1 .sym-genre-v1__periodic-card::after,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__periodic-card::after {
  width: 154px !important;
  height: 154px !important;
  left: 50% !important;
  top: var(--sym-genre-periodic-core-y, 46%) !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  z-index: 3 !important;
}

/* Main contour circle remains the visible emblem; the extra outer halo contour is removed. */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  z-index: 4 !important;
  box-shadow: none !important;
}

/* Move genre title slightly lower and make it a little more readable. */
.sym-genre-v1 .sym-genre-v1__periodic-name,
.sym-genre-v1 .sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
  top: 286px !important;
  left: 30px !important;
  right: 30px !important;
}

.sym-genre-v1 .sym-genre-v1__periodic-name strong,
.sym-genre-v1 .sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name strong {
  font-size: 28px !important;
  line-height: 1.06 !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

@media (max-width: 560px) {
  .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
  .sym-genre-v1 .sym-genre-v1__periodic-card::after {
    width: 128px !important;
    height: 128px !important;
  }

  .sym-genre-v1 .sym-genre-v1__periodic-name,
  .sym-genre-v1 .sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
    top: 246px !important;
  }

  .sym-genre-v1 .sym-genre-v1__periodic-name strong,
  .sym-genre-v1 .sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name strong {
    font-size: 22px !important;
  }
}

/* --------------------------------------------------------------------------
   GENRES MUSIC MAP v3.0 — periodic hero card final wave/halo micro-balance
   Scope: main periodic genre card on single genre page.
   -------------------------------------------------------------------------- */

/* Bring the outer white halo back: visible enough to mask the waveform, but
   without border/outline. It stays behind the contour symbol circle. */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
.sym-genre-v1 .sym-genre-v1__periodic-card::after,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__periodic-card::after {
  width: 210px !important;
  height: 210px !important;
  left: 50% !important;
  top: var(--sym-genre-periodic-core-y, 46%) !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  z-index: 3 !important;
}

/* The code circle remains above the halo; TPT remains black in all themes. */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol {
  z-index: 4 !important;
}

.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span,
:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-symbol span {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

/* Move the genre title 10px lower after v2.9, while keeping it fully readable. */
.sym-genre-v1 .sym-genre-v1__periodic-name,
.sym-genre-v1 .sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
  top: 306px !important;
  left: 30px !important;
  right: 30px !important;
  overflow: visible !important;
}

/* More waveform bars, closer to each other, centered on the same line as the
   circle. Bar opacity fades toward the top and bottom through a gradient. */
.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
body .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
body .sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
  top: var(--sym-genre-periodic-core-y, 46%) !important;
  left: 42px !important;
  right: 42px !important;
  height: 166px !important;
  transform: translate3d(0, -50%, 0) !important;
  display: grid !important;
  grid-template-columns: repeat(29, minmax(2px, 1fr)) !important;
  justify-items: center !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i,
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  display: block !important;
  width: 2px !important;
  min-width: 2px !important;
  max-width: 2px !important;
  border-radius: 0 !important;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 5, 0) 0%,
    rgba(5, 5, 5, .07) 15%,
    rgba(5, 5, 5, .18) 46%,
    rgba(5, 5, 5, .18) 54%,
    rgba(5, 5, 5, .07) 85%,
    rgba(5, 5, 5, 0) 100%
  ) !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(odd) { height: 58px !important; }
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(even) { height: 102px !important; }
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(3n) { height: 78px !important; }
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(4n) { height: 116px !important; }
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(5n) { height: 132px !important; }
.sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i:nth-child(7n) { height: 44px !important; }

:is(
  html[data-theme="dark"], html.dark, body.dark, body.dark-mode, body.theme-dark,
  body.is-dark-theme, body.digital_newspaper_dark_mode, body.digital-newspaper-dark-mode,
  body.wp-dark-mode-active, .is-dark-theme
) .sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave i {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, .08) 15%,
    rgba(255, 255, 255, .24) 46%,
    rgba(255, 255, 255, .24) 54%,
    rgba(255, 255, 255, .08) 85%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}

@media (max-width: 560px) {
  .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card::after,
  .sym-genre-v1 .sym-genre-v1__periodic-card::after {
    width: 176px !important;
    height: 176px !important;
  }

  .sym-genre-v1 .sym-genre-v1__periodic-name,
  .sym-genre-v1 .sym-genre-v1__identity-bottom.sym-genre-v1__periodic-name {
    top: 256px !important;
  }

  .sym-genre-v1 .sym-genre-v1__identity-card.sym-genre-v1__periodic-card .sym-genre-v1__identity-wave,
  .sym-genre-v1 .sym-genre-v1__periodic-card .sym-genre-v1__identity-wave {
    left: 24px !important;
    right: 24px !important;
    height: 132px !important;
    grid-template-columns: repeat(29, minmax(1px, 1fr)) !important;
  }
}
