:root {
  --color-primary: #0071af;
  --color-primary-hover: #005f94;
  --color-primary-active: #004f7b;
  --color-primary-light: #e6f4fb;
  --color-text-on-primary: #ffffff;
  --color-heading: #0071af;
  --color-hero-title: #ffffff;
  --site-wood: #ff8b67;
  --site-wood-dark: #ef6f4e;
  --site-marine: #11507c;
  --site-marine-deep: #0a3657;
  --site-ochre: #1aa4b8;
  --site-ochre-dark: #128395;
  --site-gold: #efbe4f;
  --site-gold-dark: #d79a1f;
  --site-sand: #f4e5c8;
  --site-sand-deep: #e8d0a5;
  --site-surface: #fffdf8;
  --site-surface-soft: #f4fbff;
  --site-surface-muted: #e0f0f7;
  --site-border: #d3e5ef;
  --site-text: #1e3550;
  --site-text-soft: #61758a;
  --site-text-inverse: #f7fbff;
  --site-radius-sm: 0.95rem;
  --site-radius-md: 1.2rem;
  --site-radius-lg: 1.6rem;
  --site-radius-xl: 2rem;
  --site-shadow-sm: 0 10px 24px rgba(21, 38, 52, 0.08);
  --site-shadow-md: 0 18px 40px rgba(21, 38, 52, 0.12);
  --site-shadow-lg: 0 28px 60px rgba(21, 38, 52, 0.16);
  --site-transition: 180ms ease;
}

html {
  scroll-padding-top: 110px;
}

body.site-modern {
  background:
    radial-gradient(circle at top left, rgba(239, 190, 79, 0.16), transparent 26%),
    radial-gradient(circle at bottom right, rgba(26, 164, 184, 0.12), transparent 30%),
    linear-gradient(180deg, #f6fcff 0%, #fffaf0 48%, #f8fcff 100%);
  color: var(--site-text);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

body.site-modern ::selection {
  background: rgba(255, 122, 89, 0.22);
  color: var(--site-marine-deep);
}

body.site-modern h1,
body.site-modern h2,
body.site-modern h3,
body.site-modern h4,
body.site-modern h5,
body.site-modern h6 {
  color: var(--color-heading);
  letter-spacing: -0.04em;
  font-family: "Fredoka", "Inter", sans-serif;
  font-weight: 600;
}

body.site-modern .song-grid-title,
body.site-modern .latest-song-title,
body.site-modern .song-taxonomy-card h3,
body.site-modern .category-overview-card h3 {
  color: var(--color-heading);
}

body.site-modern h1.text-primary,
body.site-modern h2.text-primary,
body.site-modern h3.text-primary,
body.site-modern h4.text-primary,
body.site-modern h5.text-primary,
body.site-modern h1.text-white,
body.site-modern h2.text-white,
body.site-modern h3.text-white,
body.site-modern h4.text-white,
body.site-modern h5.text-white,
body.site-modern .latest-song-title.text-white {
  color: var(--color-heading) !important;
}

body.site-modern .hero-background #hero-latest-song-title {
  color: var(--color-hero-title) !important;
}

body.site-modern h1 {
  font-size: clamp(2.9rem, 6vw, 5.4rem) !important;
  line-height: 0.98;
}

body.site-modern h2 {
  line-height: 1.05;
}

body.site-modern h3 {
  line-height: 1.16;
}

body.site-modern .treasure-shell h1,
body.site-modern .treasure-shell h2,
body.site-modern .treasure-shell h3,
body.site-modern .treasure-shell h4,
body.site-modern .treasure-shell h5,
body.site-modern .song-section-card h1,
body.site-modern .song-section-card h2,
body.site-modern .song-section-card h3,
body.site-modern .song-section-card h4,
body.site-modern .song-section-card h5,
body.site-modern .section-card h1,
body.site-modern .section-card h2,
body.site-modern .section-card h3,
body.site-modern .section-card h4,
body.site-modern .section-card h5,
body.site-modern .hero-stage-card h1,
body.site-modern .hero-stage-card h2,
body.site-modern .hero-stage-card h3,
body.site-modern .hero-stage-card h4,
body.site-modern .hero-stage-card h5,
body.site-modern .category-overview-card h1,
body.site-modern .category-overview-card h2,
body.site-modern .category-overview-card h3,
body.site-modern .category-overview-card h4,
body.site-modern .category-overview-card h5,
body.site-modern .song-taxonomy-card h1,
body.site-modern .song-taxonomy-card h2,
body.site-modern .song-taxonomy-card h3,
body.site-modern .song-taxonomy-card h4,
body.site-modern .song-taxonomy-card h5 {
  font-family: "Fredoka", "Inter", sans-serif;
}

body.site-modern p,
body.site-modern li,
body.site-modern input,
body.site-modern textarea,
body.site-modern button,
body.site-modern a {
  letter-spacing: -0.01em;
}

body.site-modern p {
  line-height: 1.75;
}

body.site-modern .max-w-7xl,
body.site-modern .max-w-4xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.site-modern .py-20 {
  padding-top: clamp(5rem, 8vw, 6.5rem) !important;
  padding-bottom: clamp(5rem, 8vw, 6.5rem) !important;
}

body.site-modern .py-24 {
  padding-top: clamp(5.5rem, 9vw, 7rem) !important;
  padding-bottom: clamp(5.5rem, 9vw, 7rem) !important;
}

body.site-modern .bg-white {
  background-color: rgba(255, 253, 250, 0.94) !important;
}

body.site-modern .bg-gray-50,
body.site-modern .bg-slate-50 {
  background-color: var(--site-surface-soft) !important;
}

body.site-modern .bg-primary {
  background-color: var(--site-marine) !important;
}

body.site-modern .bg-primaryDark {
  background:
    linear-gradient(180deg, rgba(10, 54, 87, 0.98) 0%, rgba(17, 80, 124, 0.98) 100%) !important;
}

body.site-modern .bg-primary\/5 {
  background-color: rgba(23, 50, 74, 0.05) !important;
}

body.site-modern .bg-secondary {
  background-color: var(--site-wood) !important;
}

body.site-modern .bg-btnBlue {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

body.site-modern .hover\:bg-btnBlueHover:hover,
body.site-modern .bg-btnBlueHover {
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
}

body.site-modern .text-primary {
  color: var(--site-marine) !important;
}

body.site-modern .text-secondary {
  color: var(--site-wood) !important;
}

body.site-modern .text-btnBlue {
  color: var(--site-ochre) !important;
}

body.site-modern .text-slate-600,
body.site-modern .text-slate-500,
body.site-modern .text-gray-500 {
  color: var(--site-text-soft) !important;
}

body.site-modern .text-gray-300,
body.site-modern .text-slate-400 {
  color: rgba(248, 244, 237, 0.78) !important;
}

body.site-modern .border,
body.site-modern .border-gray-100,
body.site-modern .border-gray-200,
body.site-modern .border-slate-200,
body.site-modern .border-slate-800,
body.site-modern .border-primary\/10,
body.site-modern .border-primary\/5 {
  border-color: var(--site-border) !important;
}

body.site-modern .rounded-md {
  border-radius: var(--site-radius-sm) !important;
}

body.site-modern .rounded-lg {
  border-radius: var(--site-radius-md) !important;
}

body.site-modern .rounded-xl {
  border-radius: var(--site-radius-lg) !important;
}

body.site-modern .rounded-2xl {
  border-radius: var(--site-radius-xl) !important;
}

body.site-modern .shadow-sm {
  box-shadow: var(--site-shadow-sm) !important;
}

body.site-modern .shadow-lg,
body.site-modern .shadow-xl {
  box-shadow: var(--site-shadow-md) !important;
}

body.site-modern .shadow-2xl {
  box-shadow: var(--site-shadow-lg) !important;
}

body.site-modern .site-header {
  background: rgba(255, 251, 242, 0.9) !important;
  border-bottom: 1px solid rgba(211, 229, 239, 0.95) !important;
  box-shadow: 0 14px 30px rgba(17, 80, 124, 0.08);
  padding: 0;
}

body.site-modern .site-header::after {
  display: none;
}

body.site-modern .site-header-inner {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

body.site-modern .site-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 6.5rem;
  border-bottom: 1px solid rgba(211, 229, 239, 0.9);
}

body.site-modern .site-header-main {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

body.site-modern .site-brand {
  gap: 0 !important;
  min-height: auto;
  padding: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-modern .site-brand img {
  height: 5rem !important;
  width: auto;
}

body.site-modern .site-brand span {
  font-size: 2.5rem !important;
  letter-spacing: -0.05em !important;
}

body.site-modern .site-topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.88rem 1.35rem;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(17, 80, 124, 0.14) !important;
  line-height: 1;
}

body.site-modern .site-nav-links {
  width: 100%;
  gap: 1.75rem !important;
  justify-content: center !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

body.site-modern .site-nav-link,
body.site-modern .site-nav-links > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0 !important;
  font-size: 0.92rem;
  line-height: 1;
  padding: 0.95rem 0 !important;
  transition: color var(--site-transition), opacity var(--site-transition);
}

body.site-modern .site-nav-link:not(.site-nav-cta),
body.site-modern .site-nav-links > a:not(.site-nav-cta) {
  color: var(--site-text-soft) !important;
}

body.site-modern .site-nav-link:not(.site-nav-cta):hover,
body.site-modern .site-nav-links > a:not(.site-nav-cta):hover {
  color: var(--site-marine) !important;
  background: transparent;
  box-shadow: none;
}

body.site-modern .site-nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

body.site-modern .site-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3rem;
  height: 2px;
  background: linear-gradient(90deg, var(--site-wood) 0%, var(--site-ochre) 100%);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: opacity var(--site-transition), transform var(--site-transition);
}

body.site-modern .site-nav-link:hover::after,
body.site-modern .site-nav-group:hover > .site-nav-link::after,
body.site-modern .site-nav-group:focus-within > .site-nav-link::after,
body.site-modern .site-nav-link:focus-visible::after,
body.site-modern .site-nav-link-active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.site-modern .site-nav-link-active,
body.site-modern .site-nav-group:hover > .site-nav-link,
body.site-modern .site-nav-group:focus-within > .site-nav-link,
body.site-modern .site-nav-link:focus-visible {
  color: var(--site-marine) !important;
}

body.site-modern .site-nav-link:focus-visible,
body.site-modern .site-nav-submenu-link:focus-visible,
body.site-modern .site-mobile-link:focus-visible,
body.site-modern .site-mobile-summary:focus-visible,
body.site-modern .site-mobile-sublink:focus-visible {
  outline: 2px solid rgba(255, 122, 89, 0.4);
  outline-offset: 3px;
}

body.site-modern .site-nav-link .fa-chevron-down {
  font-size: 0.72rem;
  transition: transform var(--site-transition);
}

body.site-modern .site-nav-group:hover .fa-chevron-down,
body.site-modern .site-nav-group:focus-within .fa-chevron-down {
  transform: rotate(180deg);
}

body.site-modern .site-nav-submenu {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 0.35rem);
  z-index: 70;
  min-width: 22rem;
  padding: 0.7rem 0.55rem 0.55rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(219, 231, 244, 0.95);
  box-shadow: var(--site-shadow-md);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 0.75rem);
  transition: opacity var(--site-transition), transform var(--site-transition), visibility var(--site-transition);
}

body.site-modern .site-nav-submenu::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--site-wood) 0%, rgba(24, 166, 166, 0.9) 100%);
}

body.site-modern .site-nav-group:hover .site-nav-submenu,
body.site-modern .site-nav-group:focus-within .site-nav-submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.site-modern .site-nav-submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.site-modern .site-nav-submenu-link {
  display: block;
  padding: 0.78rem 0.95rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--site-text-soft) !important;
  border-radius: 0.7rem;
  border-left: 3px solid transparent;
  transition: background-color var(--site-transition), color var(--site-transition), border-color var(--site-transition);
}

body.site-modern .site-nav-submenu-link:hover,
body.site-modern .site-nav-submenu-link:focus-visible {
  color: var(--site-marine) !important;
  background: rgba(244, 249, 255, 0.96);
  border-left-color: rgba(255, 122, 89, 0.75);
  outline: none;
}

body.site-modern .site-nav-submenu-link-active {
  color: var(--site-marine) !important;
  background: rgba(231, 240, 251, 0.96);
  border-left-color: var(--site-wood);
}

body.site-modern .site-nav-submenu-link-overview {
  border-bottom: 1px solid rgba(223, 210, 192, 0.7);
  margin-bottom: 0.3rem;
  padding-bottom: 0.9rem;
}

body.site-modern .site-mobile-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 3.5rem;
}

body.site-modern .site-nav-toggle {
  width: 3rem;
  height: 3rem;
  border-radius: 0 !important;
  background: transparent;
  border: 1px solid rgba(219, 231, 244, 0.95);
  box-shadow: none;
}

body.site-modern .site-nav-toggle:hover {
  background: rgba(244, 249, 255, 0.8);
}

body.site-modern .site-mobile-panel {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  border-top-color: rgba(219, 231, 244, 0.9) !important;
  box-shadow: 0 18px 40px rgba(16, 44, 69, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

body.site-modern .hidden,
body.site-modern [hidden] {
  display: none !important;
}

body.site-modern .site-mobile-links {
  padding: 0.85rem 0 !important;
}

body.site-modern .site-mobile-links a {
  border-radius: 0 !important;
  min-height: 3rem;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(219, 231, 244, 0.7);
}

body.site-modern .site-mobile-links a:first-child {
  border-top: 0;
}

body.site-modern .site-mobile-link,
body.site-modern .site-mobile-summary,
body.site-modern .site-mobile-sublink {
  color: var(--site-text-soft) !important;
  font-weight: 700;
}

body.site-modern .site-mobile-link-active,
body.site-modern .site-mobile-summary-active,
body.site-modern .site-mobile-sublink-active {
  color: var(--site-marine) !important;
}

body.site-modern .site-mobile-group {
  border-top: 1px solid rgba(219, 231, 244, 0.7);
}

body.site-modern .site-mobile-group[open] {
  background: rgba(244, 249, 255, 0.75);
}

body.site-modern .site-mobile-group summary {
  list-style: none;
}

body.site-modern .site-mobile-group summary::-webkit-details-marker {
  display: none;
}

body.site-modern .site-mobile-summary {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.75rem;
  cursor: pointer;
  position: relative;
}

body.site-modern .site-mobile-summary-link {
  flex: 1;
  min-height: 3rem;
  display: flex;
  align-items: center;
  color: inherit !important;
  text-decoration: none;
  border-top: 0 !important;
}

body.site-modern .site-mobile-summary .fa-chevron-down {
  font-size: 0.72rem;
  transition: transform var(--site-transition);
  pointer-events: none;
}

body.site-modern .site-mobile-summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  width: 3px;
  background: transparent;
  transition: background-color var(--site-transition);
}

body.site-modern .site-mobile-group[open] .site-mobile-summary .fa-chevron-down {
  transform: rotate(180deg);
}

body.site-modern .site-mobile-group[open] .site-mobile-summary::before,
body.site-modern .site-mobile-summary-active::before {
  background: var(--site-wood);
}

body.site-modern .site-mobile-submenu {
  padding: 0.15rem 0 0.65rem;
}

body.site-modern .site-mobile-submenu a {
  min-height: 2.8rem;
  padding-left: 1.75rem !important;
  border-top: 0;
  border-left: 3px solid transparent;
}

body.site-modern .site-mobile-submenu a:hover,
body.site-modern .site-mobile-submenu a:focus-visible {
  border-left-color: rgba(255, 122, 89, 0.75);
}

body.site-modern .site-mobile-sublink-active {
  border-left-color: var(--site-wood) !important;
  background: rgba(231, 240, 251, 0.96) !important;
}

body.site-modern .site-mobile-links a:not(.site-mobile-cta):hover {
  background: rgba(244, 249, 255, 0.75) !important;
}

@media (min-width: 1024px) {
  body.site-modern .site-mobile-bar {
    display: none !important;
  }

  body.site-modern .site-mobile-panel {
    display: none !important;
  }

  body.site-modern .site-nav-links {
    display: flex !important;
  }
}

@media (max-width: 1023px) {
  body.site-modern .site-nav-links {
    display: none !important;
  }
}

body.site-modern header {
  position: relative;
}

body.site-modern header::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 34, 51, 0.14) 100%);
  pointer-events: none;
}

body.site-modern header .bg-secondary,
body.site-modern .text-secondary.font-bold.uppercase {
  letter-spacing: 0.12em !important;
}

body.site-modern .group.relative.bg-gray-50,
body.site-modern .group.border.border-gray-200,
body.site-modern .bg-primary\/5,
body.site-modern .bg-slate-50.border,
body.site-modern .bg-white.border,
body.site-modern .bg-white.rounded-lg,
body.site-modern .bg-gray-50.rounded-lg,
body.site-modern .bg-gray-50.rounded-xl,
body.site-modern .bg-primaryDark.rounded-2xl {
  overflow: hidden;
}

body.site-modern .group.relative.bg-gray-50,
body.site-modern .group.border.border-gray-200,
body.site-modern .bg-primary\/5,
body.site-modern .bg-slate-50.border,
body.site-modern .bg-white.border,
body.site-modern .bg-white.rounded-lg,
body.site-modern .bg-gray-50.rounded-lg,
body.site-modern .bg-gray-50.rounded-xl,
body.site-modern .bg-primaryDark.rounded-2xl {
  box-shadow: var(--site-shadow-sm);
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

body.site-modern .group.relative.bg-gray-50:hover,
body.site-modern .group.border.border-gray-200:hover,
body.site-modern .bg-primary\/5:hover,
body.site-modern .bg-white.border:hover,
body.site-modern .bg-gray-50.rounded-xl:hover {
  transform: translateY(-4px);
  box-shadow: var(--site-shadow-md);
}

body.site-modern img.rounded-lg,
body.site-modern img.rounded-xl,
body.site-modern .rounded-lg img,
body.site-modern .rounded-xl img {
  border-radius: inherit;
}

body.site-modern input[type="text"],
body.site-modern input[type="email"],
body.site-modern input[type="tel"],
body.site-modern input[type="number"],
body.site-modern textarea {
  background: rgba(244, 249, 255, 0.92) !important;
  border-color: rgba(219, 231, 244, 0.98) !important;
  border-radius: 1.15rem !important;
  min-height: 3.35rem;
  color: var(--site-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: border-color var(--site-transition), box-shadow var(--site-transition), background-color var(--site-transition);
}

body.site-modern textarea {
  min-height: 8rem;
}

body.site-modern input:focus,
body.site-modern textarea:focus {
  border-color: rgba(24, 166, 166, 0.95) !important;
  box-shadow: 0 0 0 4px rgba(24, 166, 166, 0.14) !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

body.site-modern button,
body.site-modern a.bg-btnBlue,
body.site-modern a.bg-secondary,
body.site-modern a.border-2,
body.site-modern .tc-btn-primary,
body.site-modern .tc-btn-ghost {
  border-radius: 999px !important;
}

body.site-modern button[type="submit"] {
  letter-spacing: 0.08em;
}

body.site-modern .w-12.h-12.rounded-lg,
body.site-modern .w-24.h-1,
body.site-modern .inline-block.bg-secondary {
  border-radius: 999px !important;
}

body.site-modern footer {
  backdrop-filter: blur(6px);
}

body.site-modern footer a,
body.site-modern footer button {
  font-weight: 700;
}

body.site-modern .prose p {
  color: var(--site-text-soft);
}

body.site-modern .cf-turnstile {
  min-height: 66px;
}

body.site-modern #treppen-configurator-app {
  --brand-500: var(--color-primary);
  --text-main: var(--site-marine);
  --text-muted: var(--site-text-soft);
  --border-color: var(--site-border);
  --bg-panel: var(--site-surface-soft);
}

body.site-modern .tc-btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-text-on-primary);
}

body.site-modern .tc-btn-primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

body.site-modern a.bg-btnBlue,
body.site-modern button[type="submit"] {
  color: var(--color-text-on-primary) !important;
}

body.site-modern .bg-btnBlue:hover,
body.site-modern .bg-btnBlue:focus-visible,
body.site-modern button[type="submit"]:focus-visible {
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
}

body.site-modern .bg-btnBlue:active,
body.site-modern button[type="submit"]:active,
body.site-modern .tc-btn-primary:active {
  background-color: var(--color-primary-active) !important;
  border-color: var(--color-primary-active) !important;
}

body.site-modern .bg-btnBlue:focus-visible,
body.site-modern button[type="submit"]:focus-visible,
body.site-modern .tc-btn-primary:focus-visible {
  outline: 3px solid var(--color-primary-light);
  outline-offset: 3px;
}

body.site-modern .tc-btn-ghost {
  background: rgba(255, 253, 250, 0.9);
}

body.site-modern .tc-card-select,
body.site-modern .tc-preview-box,
body.site-modern .tc-price-box,
body.site-modern .tc-shape-btn {
  border-radius: 1.3rem !important;
}

body.site-modern .site-brand-copy {
  display: none;
}

body.site-modern .site-brand-mark {
  display: none;
}

body.site-modern .hero-playground {
  background:
    linear-gradient(180deg, rgba(16, 44, 69, 0.9) 0%, rgba(20, 71, 107, 0.76) 54%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 18% 22%, rgba(255, 224, 138, 0.34), transparent 18%),
    linear-gradient(135deg, #8ed8ff 0%, #b7f1ff 42%, #fff2d8 100%);
}

body.site-modern .hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.88;
}

body.site-modern .hero-orb-sun {
  width: 18rem;
  height: 18rem;
  top: 5rem;
  right: 12%;
  background: radial-gradient(circle, rgba(255, 232, 154, 0.95) 0%, rgba(255, 188, 120, 0.78) 55%, rgba(255, 188, 120, 0) 72%);
}

body.site-modern .hero-orb-sea {
  width: 24rem;
  height: 24rem;
  bottom: -5rem;
  left: -2rem;
  background: radial-gradient(circle, rgba(24, 166, 166, 0.3) 0%, rgba(24, 166, 166, 0) 70%);
}

body.site-modern .hero-orb-cloud {
  width: 22rem;
  height: 22rem;
  top: 10rem;
  left: 46%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 68%);
}

body.site-modern .hero-wave {
  position: absolute;
  inset: auto -10% -3rem -10%;
  height: 16rem;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0.22) 8%, transparent 9%),
    radial-gradient(circle at 36% 46%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.16) 8%, transparent 9%),
    radial-gradient(circle at 70% 28%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.16) 8%, transparent 9%),
    linear-gradient(180deg, rgba(24, 166, 166, 0) 0%, rgba(24, 166, 166, 0.38) 100%);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 45% 100%;
}

body.site-modern .hero-stars span {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

body.site-modern .hero-stars span:nth-child(1) { top: 10%; left: 9%; }
body.site-modern .hero-stars span:nth-child(2) { top: 15%; left: 28%; }
body.site-modern .hero-stars span:nth-child(3) { top: 22%; left: 76%; }
body.site-modern .hero-stars span:nth-child(4) { top: 34%; left: 17%; }
body.site-modern .hero-stars span:nth-child(5) { top: 40%; left: 66%; }
body.site-modern .hero-stars span:nth-child(6) { top: 18%; left: 56%; }

body.site-modern .hero-stage-card {
  backdrop-filter: blur(10px);
}

body.site-modern .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(24, 166, 166, 0.12);
  color: var(--site-marine);
  border: 1px solid rgba(24, 166, 166, 0.18);
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
}

body.site-modern .discovery-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(219, 231, 244, 0.95);
  text-decoration: none;
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

body.site-modern .discovery-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--site-shadow-sm);
  border-color: rgba(24, 166, 166, 0.25);
}

body.site-modern .discovery-card strong {
  display: block;
  color: var(--site-marine);
  font-size: 1rem;
  line-height: 1.25;
}

body.site-modern .discovery-card small {
  display: block;
  margin-top: 0.18rem;
  color: var(--site-text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

body.site-modern .discovery-icon,
body.site-modern .theme-card-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.25rem;
  flex-shrink: 0;
}

body.site-modern .theme-card-gradient {
  position: absolute;
  inset: 0;
  opacity: 0.9;
}

body.site-modern .theme-classic {
  background: radial-gradient(circle at top right, rgba(255, 182, 193, 0.26), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 244, 247, 0.92) 100%);
}

body.site-modern .theme-vehicle {
  background: radial-gradient(circle at top right, rgba(125, 211, 252, 0.24), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(240, 249, 255, 0.94) 100%);
}

body.site-modern .theme-sleep {
  background: radial-gradient(circle at top right, rgba(165, 180, 252, 0.24), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(241, 245, 255, 0.94) 100%);
}

body.site-modern .theme-move {
  background: radial-gradient(circle at top right, rgba(253, 230, 138, 0.26), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 249, 235, 0.94) 100%);
}

body.site-modern .theme-learn {
  background: radial-gradient(circle at top right, rgba(110, 231, 183, 0.22), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(240, 253, 250, 0.94) 100%);
}

body.site-modern .theme-season {
  background: radial-gradient(circle at top right, rgba(240, 171, 252, 0.2), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(253, 244, 255, 0.94) 100%);
}

body.site-modern .song-card-cover {
  min-height: 13rem;
  position: relative;
  overflow: hidden;
}

body.site-modern .song-card-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.34) 0 9%, transparent 10%),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.28) 0 7%, transparent 8%),
    radial-gradient(circle at 58% 68%, rgba(255, 255, 255, 0.26) 0 6%, transparent 7%);
}

body.site-modern .song-cover-duck {
  background: linear-gradient(135deg, #f9d976 0%, #f39f86 100%);
}

body.site-modern .song-cover-jakob {
  background: linear-gradient(135deg, #fecdd3 0%, #f0abfc 100%);
}

body.site-modern .song-cover-bagger {
  background: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 100%);
}

body.site-modern .song-cover-sleep {
  background: linear-gradient(135deg, #a5b4fc 0%, #60a5fa 100%);
}

body.site-modern .song-card-pill {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--site-marine);
  padding: 0.55rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.site-modern .age-row {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: rgba(244, 249, 255, 0.9);
  border: 1px solid rgba(219, 231, 244, 0.95);
}

body.site-modern .age-row strong {
  color: var(--site-marine);
  font-size: 1rem;
}

body.site-modern .age-row span {
  color: var(--site-text-soft);
}

body.site-modern .liederkiste-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(24, 166, 166, 0.08);
  border: 1px solid rgba(24, 166, 166, 0.12);
  color: var(--site-marine);
  font-size: 0.92rem;
  font-weight: 700;
}

body.site-modern .liederkiste-shell {
  box-shadow: var(--site-shadow-sm);
}

body.site-modern .song-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.site-modern .song-filter-chip {
  appearance: none;
  border: 1px solid rgba(219, 231, 244, 0.98);
  background: rgba(255, 255, 255, 0.96);
  color: var(--site-text-soft);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform var(--site-transition), background-color var(--site-transition), border-color var(--site-transition), color var(--site-transition);
}

body.site-modern .song-filter-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 89, 0.24);
  color: var(--site-marine);
}

body.site-modern .song-filter-chip.is-active {
  background: linear-gradient(135deg, rgba(255, 122, 89, 1) 0%, rgba(24, 166, 166, 1) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 166, 166, 0.18);
}

body.site-modern .song-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

body.site-modern .song-grid-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(219, 231, 244, 0.98);
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: var(--site-shadow-sm);
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

body.site-modern .song-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--site-shadow-md);
  border-color: rgba(24, 166, 166, 0.2);
}

body.site-modern .song-grid-link {
  display: block;
  color: inherit !important;
  text-decoration: none;
}

body.site-modern .song-grid-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #f9d976 0%, #f39f86 100%);
  overflow: hidden;
}

body.site-modern .song-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.site-modern .song-grid-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.3) 0 10%, transparent 11%),
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, 0.22) 0 7%, transparent 8%),
    linear-gradient(135deg, #8ed8ff 0%, #b7f1ff 48%, #fff2d8 100%);
}

body.site-modern .song-grid-fallback span {
  width: 4.4rem;
  height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.86);
  color: var(--site-marine);
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(16, 44, 69, 0.12);
}

body.site-modern .song-grid-body {
  padding: 1.25rem;
}

body.site-modern .song-grid-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--site-wood);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.8rem;
}

body.site-modern .song-grid-dot {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 999px;
  background: currentColor;
}

body.site-modern .song-grid-title {
  margin-bottom: 0.55rem;
}

body.site-modern .song-grid-excerpt {
  color: var(--site-text-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

body.site-modern .song-grid-empty {
  padding: 2rem;
  border-radius: 1.4rem;
  border: 1px dashed rgba(219, 231, 244, 0.98);
  background: rgba(255, 255, 255, 0.82);
}

body.site-modern .song-page-hero {
  min-height: 90vh;
}

body.site-modern .song-page-hero .hero-playground {
  background-image: url("/img/hero/songseite-hero-2560.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.site-modern .song-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  width: fit-content;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(17, 80, 124, 0.12);
  color: var(--site-marine-deep);
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 1.35rem;
}

body.site-modern .song-breadcrumbs span {
  color: inherit;
  opacity: 0.82;
}

body.site-modern .song-breadcrumbs a {
  color: inherit !important;
  text-decoration: none;
}

body.site-modern .song-breadcrumbs a:hover {
  color: var(--color-primary) !important;
  text-decoration: none;
}

body.site-modern .song-page-hero .hero-kicker {
  margin-top: 0 !important;
}

body.site-modern .song-hero-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1.8rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: var(--site-shadow-lg);
}

body.site-modern .song-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.site-modern .song-page-fallback {
  height: 100%;
}

body.site-modern .song-section-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(219, 231, 244, 0.98);
  border-radius: 1.6rem;
  padding: 2rem;
  box-shadow: var(--site-shadow-sm);
}

body.site-modern .song-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #8ed8ff 0%, #b7f1ff 48%, #fff2d8 100%);
}

body.site-modern .song-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.site-modern .song-benefits-grid,
body.site-modern .song-taxonomy-grid,
body.site-modern .platform-grid,
body.site-modern .song-related-grid {
  display: grid;
  gap: 1rem;
}

body.site-modern .song-benefits-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

body.site-modern .song-benefit-card,
body.site-modern .song-taxonomy-card,
body.site-modern .platform-card,
body.site-modern .song-related-card {
  background: rgba(244, 249, 255, 0.88);
  border: 1px solid rgba(219, 231, 244, 0.98);
  border-radius: 1.3rem;
  box-shadow: var(--site-shadow-sm);
}

body.site-modern .song-benefit-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  color: var(--site-marine);
  font-weight: 800;
}

body.site-modern .song-benefit-card i {
  color: var(--site-wood);
}

body.site-modern .song-taxonomy-card {
  padding: 1.2rem;
}

body.site-modern .song-taxonomy-card h3 {
  margin-bottom: 0.85rem;
  font-size: 1.1rem;
}

body.site-modern .song-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

body.site-modern .song-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(219, 231, 244, 0.98);
  color: var(--site-marine);
  font-size: 0.88rem;
  font-weight: 800;
}

body.site-modern .song-lyrics {
  padding: 1.4rem;
  border-radius: 1.4rem;
  background: rgba(244, 249, 255, 0.78);
  border: 1px solid rgba(219, 231, 244, 0.98);
  color: var(--site-text);
}

body.site-modern .song-lyrics p {
  margin: 0;
  white-space: normal;
}

body.site-modern .song-lyrics-source {
  margin-top: 1rem;
  color: var(--site-text-soft);
  font-size: 0.92rem;
}

body.site-modern .song-seo-copy {
  padding: 2.4rem;
}

body.site-modern .song-seo-copy .prose {
  max-width: 68ch;
}

body.site-modern .song-seo-copy .prose p {
  margin-bottom: 1.1rem;
}

body.site-modern .song-seo-copy .prose p:last-child {
  margin-bottom: 0;
}

body.site-modern .platform-grid,
body.site-modern .song-taxonomy-grid,
body.site-modern .song-related-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

body.site-modern .platform-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: var(--site-marine) !important;
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

body.site-modern .platform-card:hover,
body.site-modern .song-related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--site-shadow-md);
  border-color: rgba(24, 166, 166, 0.22);
}

body.site-modern .platform-card strong {
  font-size: 1rem;
}

body.site-modern .platform-card span {
  color: var(--site-text-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

body.site-modern .album-list-stack {
  display: grid;
  gap: 1.5rem;
}

body.site-modern .album-list-card {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(219, 231, 244, 0.98);
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--site-shadow-sm);
}

body.site-modern .album-list-media {
  width: 100%;
  max-width: none;
  min-height: 100%;
  aspect-ratio: 1 / 1;
  padding: 1.25rem;
  background: #fff;
  border-right: 1px solid rgba(219, 231, 244, 0.98);
}

body.site-modern .album-list-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

body.site-modern .album-list-body {
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 2rem;
}

body.site-modern .album-list-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #b45309;
}

body.site-modern .album-platform-note,
body.site-modern .album-platform-missing,
body.site-modern .album-platform-complete {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

body.site-modern .album-platform-missing {
  color: #92400e;
}

body.site-modern .album-platform-complete {
  color: #166534;
}

body.site-modern .album-track-accordion {
  margin-top: 1.25rem;
  border: 1px solid rgba(219, 231, 244, 0.98);
  border-radius: 1.2rem;
  overflow: hidden;
  background: rgba(248, 250, 252, 0.9);
}

body.site-modern .album-track-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--site-marine);
  position: relative;
  padding-right: 3.2rem;
}

body.site-modern .album-track-accordion summary::-webkit-details-marker {
  display: none;
}

body.site-modern .album-track-accordion summary span:last-child {
  color: var(--site-text-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

body.site-modern .album-track-accordion summary::after {
  content: "▾";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1;
  color: var(--site-coral);
  transition: transform var(--site-transition);
}

body.site-modern .album-track-accordion[open] summary {
  border-bottom: 1px solid rgba(219, 231, 244, 0.98);
  background: rgba(244, 249, 255, 0.96);
}

body.site-modern .album-track-accordion[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

body.site-modern .album-track-list {
  margin: 0;
  padding: 0.9rem 1.35rem 1.2rem 2.4rem;
  display: grid;
  gap: 0.55rem;
}

body.site-modern .album-track-list li {
  color: var(--site-text);
  line-height: 1.55;
}

body.site-modern .album-track-link {
  color: var(--site-marine) !important;
  text-decoration: none;
  font-weight: 700;
}

body.site-modern .album-track-link:hover,
body.site-modern .album-track-link:focus-visible {
  color: var(--site-coral) !important;
}

body.site-modern .album-track-text {
  color: var(--site-text);
}

body.site-modern .song-related-link {
  display: block;
  color: inherit !important;
  text-decoration: none;
}

body.site-modern .song-related-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #f9d976 0%, #f39f86 100%);
}

body.site-modern .song-related-body {
  padding: 1.15rem;
}

body.site-modern .category-page-hero .category-hero-copy {
  text-align: center;
}

body.site-modern .category-page-hero .song-breadcrumbs {
  margin-left: auto;
  margin-right: auto;
}

body.site-modern .category-page-hero p {
  margin-left: auto;
  margin-right: auto;
}

body.site-modern .category-page-hero .category-stat-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

body.site-modern .category-page-hero .category-stat-card {
  min-width: 12rem;
  padding: 1rem 1.15rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 32px rgba(16, 44, 69, 0.14);
}

body.site-modern .category-page-hero .category-stat-card strong {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

body.site-modern .category-page-hero .category-stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
}

body.site-modern .category-page-hero {
  min-height: 92vh;
}

body.site-modern .category-page-hero .hero-playground {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

body.site-modern .category-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(24, 166, 166, 0.08);
  border: 1px solid rgba(24, 166, 166, 0.14);
  color: var(--site-marine);
  font-size: 0.95rem;
  font-weight: 800;
}

body.site-modern .category-grid-empty {
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px dashed rgba(219, 231, 244, 0.98);
  background: rgba(255, 255, 255, 0.84);
}

body.site-modern .category-overview-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.2rem;
}

body.site-modern .category-overview-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(219, 231, 244, 0.98);
  border-radius: 1.5rem;
  box-shadow: var(--site-shadow-sm);
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

body.site-modern .category-overview-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--site-shadow-md);
  border-color: rgba(24, 166, 166, 0.22);
}

body.site-modern .category-overview-link {
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit !important;
}

body.site-modern .category-overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

body.site-modern .category-overview-badge,
body.site-modern .category-overview-theme {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.site-modern .category-overview-badge {
  background: rgba(255, 122, 89, 0.1);
  color: var(--site-wood);
}

body.site-modern .category-overview-theme {
  background: rgba(24, 166, 166, 0.08);
  color: var(--site-marine);
}

body.site-modern .category-overview-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}

body.site-modern .category-overview-card p {
  color: var(--site-text-soft);
}

@media (min-width: 640px) {
  body.site-modern .song-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-modern .song-benefits-grid,
  body.site-modern .platform-grid,
  body.site-modern .song-taxonomy-grid,
  body.site-modern .song-related-grid,
  body.site-modern .category-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.site-modern .song-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.site-modern .song-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.site-modern .song-taxonomy-grid,
  body.site-modern .platform-grid,
  body.site-modern .song-related-grid,
  body.site-modern .category-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  body.site-modern .album-list-card {
    grid-template-columns: 1fr;
  }

  body.site-modern .album-list-media {
    max-width: none;
    border-right: 0;
    border-bottom: 1px solid rgba(219, 231, 244, 0.98);
  }

  body.site-modern .category-page-hero .category-hero-copy {
    max-width: 100%;
  }

  body.site-modern .category-page-hero .hero-playground {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  body.site-modern .site-header-top {
    min-height: 5.25rem;
    gap: 0.85rem;
  }

  body.site-modern .site-topbar-cta {
    margin-right: 0.35rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  body.site-modern .hero-stage-card {
    margin-top: 1rem;
  }

  body.site-modern .hero-orb-sun {
    width: 11rem;
    height: 11rem;
    top: 5.5rem;
    right: -2rem;
  }
}

/* Tonpiraten Adventure World */
body.site-modern .hero-background {
  isolation: isolate;
  background: #fff;
}

body.site-modern .hero-background::after {
  content: none;
}

body.site-modern .hero-playground {
  inset: 0;
  background: url("/img/hero/hero-hintergrund-2560.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.site-modern .hero-background-art {
  position: absolute;
  right: 4%;
  bottom: 10%;
  width: min(26rem, 44vw);
  height: min(18rem, 32vw);
  border-radius: 58% 42% 54% 46%;
  background: none;
  opacity: 0;
  pointer-events: none;
}

body.site-modern .hero-wave {
  height: 18rem;
  background: none;
}

body.site-modern .hero-kicker {
  border-radius: 999px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-shadow: 0 10px 24px rgba(239, 139, 103, 0.22);
}

body.site-modern .hero-feature-row > div {
  padding: 0.9rem 1rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
}

body.site-modern .latest-song-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  column-gap: clamp(3rem, 5vw, 5.5rem);
  row-gap: 2.5rem;
}

body.site-modern .latest-song-stage {
  padding-bottom: 1.3rem !important;
  background: linear-gradient(180deg, rgba(255, 64, 64, 0.98) 0%, rgba(224, 24, 24, 0.99) 100%) !important;
  border: 4px solid #f4cf2e !important;
  box-shadow:
    0 28px 60px rgba(10, 54, 87, 0.14),
    inset 0 0 0 1px rgba(255, 242, 170, 0.28) !important;
}

body.site-modern .latest-song-stage-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

body.site-modern .latest-song-player-shell {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 2.1vw, 1.45rem);
  border-radius: 1.85rem;
  background: rgba(248, 235, 208, 0.96);
  border: 3px solid rgba(107, 75, 42, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 240, 0.42),
    0 18px 36px rgba(10, 54, 87, 0.12);
  backdrop-filter: blur(3px);
  overflow: hidden;
}

body.site-modern .latest-song-player-frame {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 24px 44px rgba(10, 54, 87, 0.18);
  background: rgba(7, 29, 44, 0.92);
  aspect-ratio: 16 / 9;
}

body.site-modern .latest-song-player-frame iframe,
body.site-modern .latest-song-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

body.site-modern .latest-song-thumbnail-link {
  display: block;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 24px 44px rgba(10, 54, 87, 0.18);
}

body.site-modern .latest-song-thumbnail {
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

body.site-modern .latest-song-player-fallback {
  aspect-ratio: 16 / 9;
  border-radius: 1.6rem;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.9rem;
  padding: 2rem;
  color: #0f4972;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.55), transparent 20%),
    linear-gradient(180deg, rgba(208, 240, 245, 0.95) 0%, rgba(178, 226, 234, 0.95) 100%);
  box-shadow: inset 0 0 0 1px rgba(15, 73, 114, 0.08);
}

body.site-modern .latest-song-player-placeholder {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(239, 190, 79, 0.95) 0%, rgba(255, 138, 103, 0.95) 100%);
  color: #fff8ec;
  font-size: 2rem;
  box-shadow: 0 18px 32px rgba(17, 80, 124, 0.16);
}

body.site-modern .latest-song-title {
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 1.15rem;
  text-wrap: balance;
}

body.site-modern .latest-song-excerpt {
  max-width: 35rem;
  font-size: 1.18rem;
  line-height: 1.75;
  margin-bottom: 2rem;
  text-shadow: 0 4px 16px rgba(10, 54, 87, 0.16);
}

body.site-modern .hero-feature-pill {
  display: flex;
  align-items: center;
  min-height: 4.6rem;
  padding: 1rem 1.1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7px);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 16px 28px rgba(10, 54, 87, 0.12);
}

body.site-modern .hero-stage-card,
body.site-modern .treasure-shell,
body.site-modern .song-section-card,
body.site-modern .category-overview-card,
body.site-modern .song-grid-card,
body.site-modern .song-related-card {
  position: relative;
  overflow: hidden;
}

body.site-modern .hero-stage-card,
body.site-modern .treasure-shell {
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.98) 0%, rgba(246, 231, 197, 0.96) 100%) !important;
  border: 1px solid rgba(222, 191, 132, 0.52) !important;
  box-shadow: 0 28px 60px rgba(10, 54, 87, 0.16) !important;
}

body.site-modern .hero-stage-card.latest-song-stage {
  background: linear-gradient(180deg, rgba(255, 64, 64, 0.98) 0%, rgba(224, 24, 24, 0.99) 100%) !important;
  border: 4px solid #f4cf2e !important;
  box-shadow:
    0 28px 60px rgba(10, 54, 87, 0.14),
    inset 0 0 0 1px rgba(255, 242, 170, 0.28) !important;
}

body.site-modern .treasure-map-panel::before,
body.site-modern .treasure-shell::before,
body.site-modern .song-section-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(205, 173, 116, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(rgba(205, 173, 116, 0.06) 0 1px, transparent 1px 100%);
  background-size: 2.4rem 2.4rem;
  opacity: 0.34;
  pointer-events: none;
}

body.site-modern .treasure-section {
  position: relative;
}

body.site-modern .treasure-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(239, 190, 79, 0.08), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(26, 164, 184, 0.08), transparent 20%);
  pointer-events: none;
}

body.site-modern .treasure-section-first {
  margin-top: 0;
  padding-top: 0 !important;
}

body.site-modern .treasure-section-first::before {
  display: none;
}

body.site-modern .schatzkiste {
  text-align: center;
}

body.site-modern .schatzkiste-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

body.site-modern .schatzkiste-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 0.5rem;
}

body.site-modern .schatzkiste-copy {
  flex: 1;
  max-width: 42rem;
  text-align: left;
}

body.site-modern .schatzkiste-status-live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site-modern .schatzkiste-parrot {
  width: 336px;
  flex: 0 0 336px;
  max-width: 100%;
  margin: 0;
  display: block;
  vertical-align: top;
  background: transparent;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  filter: none;
}

body.site-modern .category-hub-hero {
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

body.site-modern .category-hub-shell {
  display: block;
  width: 100%;
}

body.site-modern .category-hub-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

body.site-modern .category-hub-heading h2 {
  margin-bottom: 0;
}

body.site-modern .category-hub-figure {
  width: 124px;
  flex: 0 0 124px;
  max-width: 100%;
  height: auto;
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.site-modern .category-hub-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  max-width: none !important;
}

body.site-modern .category-hub-copy-main {
  flex: 1;
  max-width: none;
  width: 100%;
}

body.site-modern .category-hub-shell .schatzkiste-copy {
  max-width: none !important;
}

body.site-modern .category-seo-hero {
  justify-content: flex-start;
  margin-bottom: 0;
  align-items: flex-start;
}

body.site-modern .category-seo-shell {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 2rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  padding: 2rem;
}

body.site-modern .category-seo-section {
  background: #fda857;
}

body.site-modern .category-seo-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

body.site-modern .category-seo-header h2 {
  margin: 0;
}

body.site-modern .category-seo-figure {
  width: 124px;
  flex: 0 0 124px;
  max-width: 100%;
  height: auto;
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.site-modern .category-rich-text {
  max-width: none;
  line-height: 1.85;
}

body.site-modern .category-rich-text h2 {
  margin: 2.2rem 0 1rem;
  color: var(--site-primary);
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  line-height: 1.2;
  font-weight: 700;
}

body.site-modern .category-rich-text h2:first-child {
  margin-top: 0;
}

body.site-modern .category-rich-text p {
  margin: 0 0 1.2rem;
  color: var(--site-text-soft);
}

body.site-modern .category-rich-text strong {
  color: var(--site-primary);
  font-weight: 700;
}

body.site-modern .category-rich-text ul {
  margin: 0 0 1.4rem 1.4rem;
  padding: 0;
  list-style: disc;
}

body.site-modern .category-rich-text li {
  margin: 0.45rem 0;
  padding-left: 0.2rem;
  color: var(--site-text-soft);
}

body.site-modern .schatzkiste-description {
  max-width: none;
  margin: 0;
  color: var(--site-text-soft);
}

body.site-modern .schatzkiste-tags {
  margin-top: 2rem;
}

body.site-modern .schatzkiste-tag-bar {
  justify-content: center;
  margin-top: 1rem;
}

body.site-modern .schatzkiste-songs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
  text-align: left;
}

body.site-modern .schatzkiste-songs .song-grid-card {
  height: 100%;
  border-radius: 1.35rem;
  box-shadow: 0 14px 28px rgba(17, 80, 124, 0.1);
}

body.site-modern .schatzkiste-songs .song-grid-card::after {
  display: none;
}

body.site-modern .schatzkiste-songs .song-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 38px rgba(17, 80, 124, 0.15);
}

body.site-modern .schatzkiste-songs .song-grid-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.site-modern .schatzkiste-songs .song-grid-media {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.92);
}

body.site-modern .schatzkiste-songs .song-grid-image {
  object-fit: contain;
  object-position: center center;
}

body.site-modern .schatzkiste-songs .song-grid-body {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: flex-start;
  min-height: 88px;
  padding: 0.85rem 1rem 0.95rem;
}

body.site-modern .schatzkiste-songs .song-grid-category {
  display: block;
  opacity: 1;
  visibility: visible;
  margin: 0 0 0.2rem;
  color: #0071af;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.15;
}

body.site-modern .schatzkiste-songs .song-grid-title {
  display: block;
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #0071af;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.site-modern .schatzkiste-songs .song-grid-empty {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid rgba(209, 227, 238, 0.96);
  border-radius: 1.35rem;
  box-shadow: 0 14px 28px rgba(17, 80, 124, 0.08);
  padding: 2rem 1.5rem;
  text-align: center;
}

body.site-modern .klassiker-section {
  position: relative;
  background-color: #fda857;
}

body.site-modern .klassiker-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 246, 233, 0.97) 0%, rgba(255, 239, 219, 0.97) 100%);
  border: 1px solid rgba(149, 88, 24, 0.22);
  box-shadow: 0 20px 40px rgba(122, 72, 18, 0.12);
}

body.site-modern .klassiker-hero {
  display: grid;
  grid-template-columns: 336px minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
}

body.site-modern .klassiker-figure {
  width: 336px;
  max-width: 100%;
  height: auto;
  display: block;
}

body.site-modern .klassiker-head {
  max-width: 52rem;
  margin: 0;
  text-align: left;
}

body.site-modern .klassiker-eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #7a4d12;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.site-modern .klassiker-intro {
  max-width: 44rem;
  margin: 0;
  color: #5a4322;
}

body.site-modern .klassiker-count {
  margin: 1rem 0 0;
  color: #7a4d12;
  font-size: 0.95rem;
  font-weight: 700;
}

body.site-modern .klassiker-letter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 2rem;
}

body.site-modern .klassiker-letter {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(143, 119, 78, 0.28);
  border-radius: 0.85rem;
  background: rgba(255, 252, 245, 0.96);
  color: #5b6573;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform var(--site-transition), border-color var(--site-transition), background-color var(--site-transition), color var(--site-transition), box-shadow var(--site-transition);
}

body.site-modern .klassiker-letter:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 113, 175, 0.35);
  color: #0071af;
  box-shadow: 0 10px 18px rgba(0, 113, 175, 0.08);
}

body.site-modern .klassiker-letter.is-active {
  background: #0071af;
  border-color: #0071af;
  color: #fff;
  box-shadow: 0 14px 24px rgba(0, 113, 175, 0.18);
}

body.site-modern .klassiker-letter.is-disabled,
body.site-modern .klassiker-letter:disabled {
  cursor: default;
  opacity: 0.42;
  box-shadow: none;
}

body.site-modern .klassiker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

body.site-modern .klassiker-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 188, 160, 0.7);
  border-radius: 1.35rem;
  box-shadow: 0 12px 24px rgba(106, 84, 48, 0.08);
  overflow: hidden;
  transition: transform var(--site-transition), box-shadow var(--site-transition), border-color var(--site-transition);
}

body.site-modern .klassiker-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(106, 84, 48, 0.12);
  border-color: rgba(0, 113, 175, 0.26);
}

body.site-modern .klassiker-card-link {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

body.site-modern .klassiker-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(180deg, rgba(243, 233, 211, 0.92) 0%, rgba(233, 223, 200, 0.92) 100%);
}

body.site-modern .klassiker-card-media .song-grid-image,
body.site-modern .klassiker-card-media .song-grid-fallback {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

body.site-modern .klassiker-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: 1.1rem 1.15rem 1.15rem;
}

body.site-modern .klassiker-card-meta {
  margin: 0;
  color: #7a5a2b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.site-modern .klassiker-card-title {
  margin: 0;
  color: #0071af;
  font-size: 1.2rem;
  line-height: 1.3;
}

body.site-modern .klassiker-card-excerpt {
  margin: 0;
  color: #5a4322;
  font-size: 0.98rem;
  line-height: 1.55;
}

body.site-modern .klassiker-empty {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(203, 188, 160, 0.65);
  border-radius: 1.35rem;
  padding: 2rem 1.5rem;
  text-align: center;
}

@media (max-width: 1024px) {
  body.site-modern .schatzkiste-inner {
    max-width: 980px;
    padding: 2.5rem 1.5rem;
  }

  body.site-modern .schatzkiste-hero {
    align-items: flex-start;
  }

  body.site-modern .schatzkiste-songs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-modern .klassiker-shell {
    padding: 2.5rem 1.5rem;
  }

  body.site-modern .klassiker-hero {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
  }

  body.site-modern .klassiker-figure {
    width: 280px;
  }

  body.site-modern .klassiker-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  body.site-modern .schatzkiste-inner {
    padding: 2rem 1rem;
  }

  body.site-modern .schatzkiste-hero {
    flex-direction: column;
    gap: 1rem;
  }

  body.site-modern .schatzkiste-copy {
    max-width: none;
    text-align: center;
  }

  body.site-modern .schatzkiste-parrot {
    width: 220px;
    flex-basis: auto;
    margin: 0 auto;
  }

  body.site-modern .category-hub-copy {
    display: block;
  }

  body.site-modern .category-hub-header {
    align-items: flex-start;
    gap: 1rem;
  }

  body.site-modern .category-hub-figure {
    width: 92px;
    flex-basis: 92px;
  }

  body.site-modern .category-seo-header {
    align-items: flex-start;
    gap: 1rem;
  }

  body.site-modern .category-seo-figure {
    width: 92px;
    flex-basis: 92px;
  }

  body.site-modern .category-seo-shell {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }

  body.site-modern .category-hub-copy .category-count-badge {
    margin-top: 1rem;
  }

  body.site-modern .schatzkiste-songs {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-modern .klassiker-shell {
    padding: 2rem 1rem;
  }

  body.site-modern .klassiker-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    justify-items: center;
  }

  body.site-modern .klassiker-figure {
    width: 220px;
  }

  body.site-modern .klassiker-head {
    text-align: center;
  }

  body.site-modern .klassiker-intro {
    margin: 0 auto;
  }

  body.site-modern .klassiker-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-modern .klassiker-card-link {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-modern .klassiker-card-body {
    padding: 1rem;
  }
}

body.site-modern .treasure-section-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

body.site-modern .treasure-section-icon {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(239, 190, 79, 0.9) 0%, rgba(255, 138, 103, 0.92) 100%);
  color: #fff8ec;
  box-shadow: 0 16px 30px rgba(215, 154, 31, 0.22);
  font-size: 1.35rem;
}

body.site-modern .treasure-section-kicker {
  margin: 0 0 0.15rem;
  color: var(--site-wood);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site-modern .wave-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 5.5rem;
  background:
    radial-gradient(120% 140% at 12% 100%, rgba(255, 249, 236, 1) 0 34%, transparent 35%),
    radial-gradient(120% 140% at 38% 100%, rgba(255, 249, 236, 1) 0 36%, transparent 37%),
    radial-gradient(120% 140% at 64% 100%, rgba(255, 249, 236, 1) 0 34%, transparent 35%),
    radial-gradient(120% 140% at 88% 100%, rgba(255, 249, 236, 1) 0 36%, transparent 37%);
  pointer-events: none;
}

body.site-modern .liederkiste-status,
body.site-modern .category-count-badge {
  background: rgba(255, 250, 239, 0.92) !important;
  border-color: rgba(222, 191, 132, 0.48) !important;
  color: var(--site-marine-deep) !important;
  box-shadow: 0 10px 22px rgba(215, 154, 31, 0.08);
}

body.site-modern .song-filter-chip {
  min-height: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(176, 129, 67, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 251, 242, 0.98) 0%, rgba(241, 223, 188, 0.98) 100%);
  color: var(--site-marine-deep);
  box-shadow: 0 8px 18px rgba(17, 80, 124, 0.08);
}

body.site-modern .song-filter-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 190, 79, 0.62);
  box-shadow: 0 14px 24px rgba(17, 80, 124, 0.12);
}

body.site-modern .song-filter-chip.is-active {
  background: linear-gradient(135deg, rgba(239, 190, 79, 1) 0%, rgba(255, 138, 103, 1) 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(215, 154, 31, 0.24);
}

body.site-modern .song-grid-card,
body.site-modern .song-related-card,
body.site-modern .category-overview-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
  border: 1px solid rgba(209, 227, 238, 0.96);
  border-radius: 1.55rem;
  box-shadow: 0 16px 34px rgba(17, 80, 124, 0.08);
}

body.site-modern .song-grid-card::after,
body.site-modern .song-related-card::after,
body.site-modern .category-overview-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.42rem;
  background: linear-gradient(90deg, var(--site-gold) 0%, var(--site-wood) 42%, var(--site-ochre) 100%);
}

body.site-modern .song-grid-card:hover,
body.site-modern .song-related-card:hover,
body.site-modern .category-overview-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 42px rgba(17, 80, 124, 0.14);
  border-color: rgba(239, 190, 79, 0.42);
}

body.site-modern .song-grid-media,
body.site-modern .song-related-media,
body.site-modern .song-hero-visual {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.22) 0 10%, transparent 11%),
    linear-gradient(135deg, #49c9df 0%, #8ae2ef 36%, #f5e6c4 100%);
}

body.site-modern .song-grid-fallback {
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.32) 0 10%, transparent 11%),
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, 0.22) 0 7%, transparent 8%),
    linear-gradient(135deg, #5bcadd 0%, #9beaf3 42%, #f6e8c8 100%);
}

body.site-modern .song-grid-fallback span {
  border-radius: 1.15rem;
  background: rgba(255, 251, 242, 0.88);
  color: var(--site-marine-deep);
}

body.site-modern .song-grid-body,
body.site-modern .song-related-body {
  padding: 1.35rem;
}

body.site-modern .schatzkiste-songs .song-grid-body {
  display: flex;
  flex-direction: column;
}

body.site-modern .song-grid-meta {
  color: var(--site-gold-dark);
}

body.site-modern .song-section-card,
body.site-modern .category-hero-panel {
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.98) 0%, rgba(248, 252, 255, 0.96) 100%);
  border: 1px solid rgba(212, 228, 238, 0.96);
  box-shadow: 0 16px 34px rgba(17, 80, 124, 0.08);
}

body.site-modern .treasure-visual {
  border-color: rgba(239, 190, 79, 0.22);
}

body.site-modern .song-video-frame {
  border-radius: 1.55rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 18px 32px rgba(17, 80, 124, 0.12);
}

body.site-modern .song-seo-copy .prose {
  max-width: 70ch;
}

body.site-modern .platform-card,
body.site-modern .song-taxonomy-card,
body.site-modern .song-benefit-card {
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.98) 0%, rgba(244, 250, 255, 0.96) 100%);
  border-color: rgba(212, 228, 238, 0.96);
}

body.site-modern .category-overview-badge {
  background: rgba(239, 190, 79, 0.16);
  color: var(--site-gold-dark);
}

body.site-modern .category-overview-theme {
  background: rgba(26, 164, 184, 0.1);
  color: var(--site-marine-deep);
}

body.site-modern .theme-card-gradient {
  opacity: 1;
}

body.site-modern .theme-classic {
  background: radial-gradient(circle at top right, rgba(255, 166, 188, 0.24), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 243, 231, 0.98) 100%);
}

body.site-modern .theme-vehicle {
  background: radial-gradient(circle at top right, rgba(73, 201, 223, 0.2), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(239, 250, 255, 0.98) 100%);
}

body.site-modern .theme-sleep {
  background: radial-gradient(circle at top right, rgba(155, 180, 255, 0.2), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 255, 0.98) 100%);
}

body.site-modern .theme-move {
  background: radial-gradient(circle at top right, rgba(239, 190, 79, 0.22), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 232, 0.98) 100%);
}

body.site-modern .theme-learn {
  background: radial-gradient(circle at top right, rgba(86, 208, 177, 0.2), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(241, 255, 250, 0.98) 100%);
}

body.site-modern .theme-season {
  background: radial-gradient(circle at top right, rgba(255, 138, 103, 0.18), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 247, 238, 0.98) 100%);
}

body.site-modern .theme-card-icon,
body.site-modern .discovery-icon {
  border-radius: 1.15rem;
  box-shadow: 0 14px 24px rgba(17, 80, 124, 0.1);
}

body.site-modern .age-row,
body.site-modern .bg-primary\/5.p-8 {
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.96) 0%, rgba(244, 250, 255, 0.94) 100%) !important;
  border-color: rgba(212, 228, 238, 0.96) !important;
  box-shadow: 0 16px 30px rgba(17, 80, 124, 0.07);
}

body.site-modern .site-nav-link,
body.site-modern .site-nav-links > a {
  border-radius: 999px !important;
  padding: 0.9rem 1rem !important;
}

body.site-modern .site-nav-link::after {
  display: none;
}

body.site-modern .site-nav-link:hover,
body.site-modern .site-nav-group:hover > .site-nav-link,
body.site-modern .site-nav-group:focus-within > .site-nav-link,
body.site-modern .site-nav-link-active {
  background: rgba(17, 80, 124, 0.06);
}

body.site-modern .site-brand-mark {
  background: linear-gradient(145deg, rgba(239, 190, 79, 1) 0%, rgba(26, 164, 184, 1) 100%);
  box-shadow: 0 16px 30px rgba(26, 164, 184, 0.18);
}

body.site-modern .song-page-hero {
  min-height: 90vh;
}

@media (max-width: 1023px) {
  body.site-modern .hero-playground {
    background-image: url("/img/hero/hero-hintergrund-1600.webp");
    background-size: cover;
    background-position: center center;
  }

  body.site-modern .song-page-hero .hero-playground {
    background-image: url("/img/hero/songseite-hero-1600.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body.site-modern .song-page-hero {
    min-height: 84vh;
  }

  body.site-modern .song-breadcrumbs {
    font-size: 0.85rem;
    gap: 0.45rem;
    padding: 0.65rem 0.9rem;
  }

  body.site-modern .hero-background-art {
    width: 12rem;
    height: 9rem;
    right: -1rem;
    bottom: 14%;
  }

  body.site-modern .wave-divider {
    height: 3.5rem;
  }

  body.site-modern .treasure-section-head {
    align-items: flex-start;
  }
}

/* Start Page Finishing */
body.site-modern .site-brand-logo-wrap {
  padding: 0.35rem;
  overflow: hidden;
}

body.site-modern .site-brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body.site-modern .site-header-logo {
  width: min(15rem, 34vw);
  height: auto;
  display: block;
}

body.site-modern .section-card {
  position: relative;
  overflow: hidden;
}

body.site-modern .section-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.2) 0 8%, transparent 9%),
    radial-gradient(circle at 16% 82%, rgba(255, 255, 255, 0.12) 0 9%, transparent 10%);
  pointer-events: none;
}

body.site-modern .theme-world-card,
body.site-modern .popular-song-card,
body.site-modern .age-stage-card {
  border-radius: 1.65rem !important;
  box-shadow: 0 18px 36px rgba(17, 80, 124, 0.08) !important;
}

body.site-modern .theme-world-card:hover,
body.site-modern .popular-song-card:hover,
body.site-modern .age-stage-card:hover {
  transform: translateY(-6px);
}

body.site-modern .theme-world-card {
  border-color: rgba(255, 255, 255, 0.45) !important;
}

body.site-modern .theme-world-card .p-8 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.site-modern .theme-world-media {
  margin-bottom: 1rem;
}

body.site-modern .theme-world-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
}

body.site-modern .theme-world-card h3 {
  color: var(--site-marine-deep);
}

body.site-modern .theme-world-card p {
  color: rgba(10, 54, 87, 0.88);
}

body.site-modern .theme-world-link {
  margin-top: auto;
  color: var(--site-marine-deep);
}

body.site-modern .theme-world-card--classic {
  background: #ffe7d1 !important;
}

body.site-modern .theme-world-card--vehicle {
  background: #dff4ff !important;
}

body.site-modern .theme-world-card--sleep {
  background: #e7ebff !important;
}

body.site-modern .theme-world-card--animals {
  background: #e4f7ea !important;
}

body.site-modern .theme-world-card--funny {
  background: #fff1b8 !important;
}

body.site-modern .theme-world-card--spring {
  background: #e8f7d7 !important;
}

body.site-modern .theme-world-card--autumn {
  background: #ffd9b8 !important;
}

body.site-modern .theme-world-card--winter {
  background: #e7f3ff !important;
}

body.site-modern .theme-world-card--christmas {
  background: #ffe3de !important;
}

body.site-modern .theme-world-card--pirates {
  background: #efe2ff !important;
}

body.site-modern .theme-world-card--halloween {
  background: #ffd7c2 !important;
}

body.site-modern .seo-content-shell {
  max-width: 1240px;
}

body.site-modern .section-seo-wissen {
  background: #fda857 !important;
}

body.site-modern .section-seo-wissen .seo-content-shell {
  max-width: 70vw !important;
  width: 70vw !important;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.site-modern .section-seo-wissen .song-section-card,
body.site-modern .section-seo-wissen .seo-content-card {
  max-width: 70vw !important;
  width: 70vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.site-modern .seo-content-card {
  padding: clamp(2rem, 4vw, 3rem);
}

body.site-modern .seo-copy {
  max-width: 68rem;
}

body.site-modern .section-seo-wissen .seo-copy,
body.site-modern .section-seo-wissen .seo-copy.prose {
  max-width: 100% !important;
  width: 100% !important;
}

body.site-modern .seo-copy p + p {
  margin-top: 1.2rem;
}

body.site-modern .seo-faq {
  margin-top: 3rem;
  border-top: 1px solid rgba(211, 229, 239, 0.96);
  padding-top: 2rem;
}

body.site-modern .seo-faq-list {
  display: grid;
  gap: 1rem;
}

body.site-modern .seo-faq-item {
  background: rgba(244, 251, 255, 0.72);
  border: 1px solid rgba(211, 229, 239, 0.96);
  border-radius: 1.2rem;
  padding: 1.25rem 1.35rem;
}

body.site-modern .seo-faq-item h4 {
  margin: 0 0 0.5rem;
  color: var(--site-marine-deep);
  font-size: 1.1rem;
  line-height: 1.35;
}

body.site-modern .seo-faq-item p {
  margin: 0;
  color: var(--site-text-soft);
}

body.site-modern .song-card-cover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.site-modern .song-card-pill {
  box-shadow: 0 10px 18px rgba(17, 80, 124, 0.1);
}

body.site-modern .section-age .age-path-row {
  background: linear-gradient(180deg, rgba(255, 251, 242, 0.98) 0%, rgba(241, 248, 255, 0.96) 100%);
  border-color: rgba(212, 228, 238, 0.96);
  box-shadow: 0 14px 28px rgba(17, 80, 124, 0.07);
}

body.site-modern .section-age .age-path-row strong::before {
  content: "•";
  color: var(--site-gold-dark);
  margin-right: 0.5rem;
}

body.site-modern .age-stage-grid .age-stage-card {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

body.site-modern .section-parent-benefits {
  position: relative;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 84% 22%, rgba(239, 190, 79, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(10, 54, 87, 0.98) 0%, rgba(13, 103, 143, 0.96) 100%) !important;
}

body.site-modern .section-parent-benefits::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 249, 236, 0.9) 100%);
  pointer-events: none;
}

body.site-modern .parent-benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem !important;
  background: linear-gradient(180deg, rgba(9, 58, 92, 0.88) 0%, rgba(12, 79, 118, 0.88) 100%) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 36px rgba(5, 30, 48, 0.18);
}

body.site-modern .parent-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(239, 190, 79, 0.16) 0 0.3rem, transparent 0.3rem 100%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.08) 0 9%, transparent 10%);
  pointer-events: none;
}

body.site-modern .section-seo-copy .song-section-card {
  max-width: 72ch;
  margin: 0 auto;
}

body.site-modern .site-footer {
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.98) 0%, rgba(255, 248, 236, 0.96) 100%) !important;
  border-top-color: rgba(212, 228, 238, 0.96) !important;
}

body.site-modern .site-footer-brand {
  display: grid;
  justify-items: center;
  gap: 1rem;
  max-width: 34rem;
}

body.site-modern .site-footer-logo {
  width: min(12rem, 38vw);
  height: auto;
  display: block;
}

body.site-modern .site-footer-copy strong {
  display: block;
  color: var(--site-marine-deep);
  font-size: 1.1rem;
  font-weight: 900;
}

body.site-modern .site-footer-copy span {
  display: block;
  margin-top: 0.35rem;
  color: var(--site-text-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

/* Header Refresh */
body.site-modern .header-clouds {
  background: #ffffff !important;
  border-bottom-color: rgba(210, 231, 242, 0.98) !important;
  box-shadow: 0 14px 28px rgba(17, 80, 124, 0.08);
  overflow: visible;
}

body.site-modern .header-clouds::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 100%;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 1) 0 6.2rem, transparent 6.3rem),
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 1) 0 5rem, transparent 5.1rem),
    radial-gradient(circle at 52% 26%, rgba(255, 255, 255, 1) 0 6rem, transparent 6.1rem),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 1) 0 5.2rem, transparent 5.3rem),
    radial-gradient(circle at 92% 28%, rgba(255, 255, 255, 1) 0 6rem, transparent 6.1rem);
  opacity: 1;
  pointer-events: none;
}

body.site-modern .header-clouds::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -3.3rem;
  height: 7rem;
  background:
    radial-gradient(circle at 4% 92%, rgba(255, 255, 255, 0.99) 0 3.1rem, transparent 3.2rem),
    radial-gradient(circle at 16% 86%, rgba(255, 255, 255, 0.99) 0 3.8rem, transparent 3.9rem),
    radial-gradient(circle at 31% 92%, rgba(255, 255, 255, 0.99) 0 3.4rem, transparent 3.5rem),
    radial-gradient(circle at 48% 84%, rgba(255, 255, 255, 0.99) 0 4rem, transparent 4.1rem),
    radial-gradient(circle at 65% 92%, rgba(255, 255, 255, 0.99) 0 3.5rem, transparent 3.6rem),
    radial-gradient(circle at 81% 86%, rgba(255, 255, 255, 0.99) 0 3.9rem, transparent 4rem),
    radial-gradient(circle at 96% 92%, rgba(255, 255, 255, 0.99) 0 3.2rem, transparent 3.3rem);
  filter: drop-shadow(0 14px 18px rgba(17, 80, 124, 0.06));
  pointer-events: none;
  z-index: 0;
}

body.site-modern .site-header-inner {
  position: relative;
  z-index: 1;
}

body.site-modern .site-header-row {
  min-height: 8.2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
}

body.site-modern .site-header-top,
body.site-modern .site-header-main,
body.site-modern .site-topbar-cta {
  display: contents;
}

body.site-modern .nav-comic,
body.site-modern .site-mobile-links,
body.site-modern .site-mobile-summary-link,
body.site-modern .site-mobile-link,
body.site-modern .site-nav-link {
  font-family: "Fredoka", "Inter", sans-serif !important;
}

body.site-modern .song-page-hero h1,
body.site-modern .song-page-hero h2,
body.site-modern .song-page-hero h3,
body.site-modern .song-page-hero h4,
body.site-modern .song-page-hero h5,
body.site-modern main .song-section-card h1,
body.site-modern main .song-section-card h2,
body.site-modern main .song-section-card h3,
body.site-modern main .song-section-card h4,
body.site-modern main .song-section-card h5,
body.site-modern main .song-rich-text h1,
body.site-modern main .song-rich-text h2,
body.site-modern main .song-rich-text h3,
body.site-modern main .song-rich-text h4,
body.site-modern main .song-rich-text h5,
body.site-modern main .song-taxonomy-card h1,
body.site-modern main .song-taxonomy-card h2,
body.site-modern main .song-taxonomy-card h3,
body.site-modern main .song-taxonomy-card h4,
body.site-modern main .song-taxonomy-card h5,
body.site-modern main .song-faq-item summary,
body.site-modern main .song-related-body h1,
body.site-modern main .song-related-body h2,
body.site-modern main .song-related-body h3,
body.site-modern main .song-related-body h4,
body.site-modern main .song-related-body h5 {
  font-family: "Fredoka", "Inter", sans-serif !important;
}

body.site-modern .site-nav-links {
  width: auto;
  margin: 0 !important;
  justify-self: start;
  gap: 1.55rem !important;
}

body.site-modern .site-nav-link,
body.site-modern .site-nav-links > a {
  font-size: 1.62rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.2rem 0 !important;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.site-modern .site-brand {
  justify-self: start;
}

body.site-modern .site-mobile-bar {
  justify-self: end;
}

body.site-modern .site-nav-link:hover,
body.site-modern .site-nav-group:hover > .site-nav-link,
body.site-modern .site-nav-group:focus-within > .site-nav-link,
body.site-modern .site-nav-link-active {
  transform: translateY(-2px);
  box-shadow: none !important;
}

body.site-modern .nav-item-color-1 {
  color: #df4d58 !important;
}

body.site-modern .nav-item-color-2 {
  color: #d7a21e !important;
}

body.site-modern .nav-item-color-3 {
  color: #2c9b61 !important;
}

body.site-modern .nav-item-color-4 {
  color: #e48b2a !important;
}

body.site-modern .nav-item-color-5 {
  color: #8b5bd6 !important;
}

body.site-modern .nav-item-color-6 {
  color: #2877d2 !important;
}

body.site-modern .site-nav-link-active {
  text-decoration: underline;
  text-decoration-thickness: 0.22rem;
  text-underline-offset: 0.36rem;
}

body.site-modern .nav-item-color-1:hover,
body.site-modern .nav-item-color-1.site-nav-link-active {
  color: #c63e49 !important;
}

body.site-modern .nav-item-color-2:hover,
body.site-modern .nav-item-color-2.site-nav-link-active {
  color: #b78612 !important;
}

body.site-modern .nav-item-color-3:hover,
body.site-modern .nav-item-color-3.site-nav-link-active {
  color: #237e4f !important;
}

body.site-modern .nav-item-color-4:hover,
body.site-modern .nav-item-color-4.site-nav-link-active {
  color: #cf7720 !important;
}

body.site-modern .nav-item-color-5:hover,
body.site-modern .nav-item-color-5.site-nav-link-active {
  color: #7344c2 !important;
}

body.site-modern .nav-item-color-6:hover,
body.site-modern .nav-item-color-6.site-nav-link-active {
  color: #1f67bb !important;
}

body.site-modern .site-nav-link.nav-item-color-1,
body.site-modern .site-nav-links > a.nav-item-color-1,
body.site-modern .site-nav-group:hover > .site-nav-link.nav-item-color-1,
body.site-modern .site-nav-group:focus-within > .site-nav-link.nav-item-color-1,
body.site-modern .site-nav-link.nav-item-color-1:focus-visible,
body.site-modern .site-nav-link.nav-item-color-1.site-nav-link-active {
  color: #df4d58 !important;
}

body.site-modern .site-nav-link.nav-item-color-2,
body.site-modern .site-nav-links > a.nav-item-color-2,
body.site-modern .site-nav-group:hover > .site-nav-link.nav-item-color-2,
body.site-modern .site-nav-group:focus-within > .site-nav-link.nav-item-color-2,
body.site-modern .site-nav-link.nav-item-color-2:focus-visible,
body.site-modern .site-nav-link.nav-item-color-2.site-nav-link-active {
  color: #d7a21e !important;
}

body.site-modern .site-nav-link.nav-item-color-3,
body.site-modern .site-nav-links > a.nav-item-color-3,
body.site-modern .site-nav-group:hover > .site-nav-link.nav-item-color-3,
body.site-modern .site-nav-group:focus-within > .site-nav-link.nav-item-color-3,
body.site-modern .site-nav-link.nav-item-color-3:focus-visible,
body.site-modern .site-nav-link.nav-item-color-3.site-nav-link-active {
  color: #2c9b61 !important;
}

body.site-modern .site-nav-link.nav-item-color-4,
body.site-modern .site-nav-links > a.nav-item-color-4,
body.site-modern .site-nav-group:hover > .site-nav-link.nav-item-color-4,
body.site-modern .site-nav-group:focus-within > .site-nav-link.nav-item-color-4,
body.site-modern .site-nav-link.nav-item-color-4:focus-visible,
body.site-modern .site-nav-link.nav-item-color-4.site-nav-link-active {
  color: #e48b2a !important;
}

body.site-modern .site-nav-link.nav-item-color-5,
body.site-modern .site-nav-links > a.nav-item-color-5,
body.site-modern .site-nav-group:hover > .site-nav-link.nav-item-color-5,
body.site-modern .site-nav-group:focus-within > .site-nav-link.nav-item-color-5,
body.site-modern .site-nav-link.nav-item-color-5:focus-visible,
body.site-modern .site-nav-link.nav-item-color-5.site-nav-link-active {
  color: #8b5bd6 !important;
}

body.site-modern .site-nav-link.nav-item-color-6,
body.site-modern .site-nav-links > a.nav-item-color-6,
body.site-modern .site-nav-group:hover > .site-nav-link.nav-item-color-6,
body.site-modern .site-nav-group:focus-within > .site-nav-link.nav-item-color-6,
body.site-modern .site-nav-link.nav-item-color-6:focus-visible,
body.site-modern .site-nav-link.nav-item-color-6.site-nav-link-active {
  color: #2877d2 !important;
}

body.site-modern .site-nav-group {
  align-items: center;
}

body.site-modern .site-nav-submenu {
  border-radius: 1.3rem;
  padding-top: 0.85rem;
  top: calc(100% + 0.55rem);
}

body.site-modern .site-mobile-panel {
  background: linear-gradient(180deg, rgba(237, 249, 255, 0.98) 0%, rgba(255, 250, 240, 0.98) 100%);
}

body.site-modern .site-mobile-link,
body.site-modern .site-mobile-summary {
  font-weight: 700;
  border-radius: 0;
  font-size: 1.24rem;
  background: transparent !important;
  white-space: nowrap;
}

body.site-modern .site-mobile-link:hover,
body.site-modern .site-mobile-summary:hover {
  background: transparent !important;
  transform: translateX(4px);
}

body.site-modern .site-nav-toggle {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 18px rgba(17, 80, 124, 0.08);
}

body.site-modern .site-header-logo {
  width: min(16.75rem, 38vw);
  height: auto;
  max-height: 4.8rem;
  display: block;
  object-fit: contain;
}

@media (max-width: 1023px) {
  body.site-modern .latest-song-hero-grid {
    grid-template-columns: 1fr;
  }

  body.site-modern .latest-song-stage {
    order: 1;
  }

  body.site-modern .latest-song-copy {
    order: 2;
  }

  body.site-modern .site-header-row {
    min-height: 6.2rem;
    display: flex;
    justify-content: space-between;
  }

  body.site-modern .site-header-logo {
    width: min(13.5rem, 52vw);
    height: auto;
    max-height: 3.9rem;
  }

  body.site-modern .header-clouds::before {
    background:
      radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.98) 0 4.2rem, transparent 4.3rem),
      radial-gradient(circle at 56% 22%, rgba(255, 255, 255, 0.98) 0 4.4rem, transparent 4.5rem),
      radial-gradient(circle at 88% 30%, rgba(255, 255, 255, 0.96) 0 4rem, transparent 4.1rem);
  }

  body.site-modern .header-clouds::after {
    bottom: -2.25rem;
    height: 5rem;
    background:
      radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.99) 0 2.5rem, transparent 2.6rem),
      radial-gradient(circle at 33% 84%, rgba(255, 255, 255, 0.99) 0 2.9rem, transparent 3rem),
      radial-gradient(circle at 58% 90%, rgba(255, 255, 255, 0.99) 0 2.55rem, transparent 2.65rem),
      radial-gradient(circle at 84% 84%, rgba(255, 255, 255, 0.99) 0 2.8rem, transparent 2.9rem);
  }
}
