html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body {
  box-sizing: border-box;
  background: var(--st-bg);
  color: var(--st-on-bg);
  font-family:
    var(--st-font-body),
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.st-powered-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.st-powered-logo {
  display: block;
  margin: 0 auto;
  height: 25px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--st-font-heading), system-ui, sans-serif;
}
.truncate {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thdef_is_hidden,
.bm_is_hidden,
.jmb_message--hidden {
  display: none !important;
}
.thdef_modal_locked,
body.join_modal_locked {
  overflow: hidden;
}

/* Shared theme primitives */
.thdef_section {
  width: 100%;
}
.thdef_shell {
  max-width: 1100px;
  margin: 0 auto;
}
.thdef_narrow {
  max-width: 760px;
  margin: 0 auto;
}
.thdef_block_header {
  text-align: center;
  margin: 0 auto 1.75rem;
  max-width: 900px;
}
.thdef_heading,
.bnrs_heading,
.sli_heading,
.cbc_heading,
.ef_heading,
.bm_heading,
.q_heading,
.jmb_heading,
.ytb_heading,
.w_header,
.mlb_heading,
.sd_headings,
.ad_headings {
  margin: 0 0 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.thdef_heading--xs {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
.thdef_heading--sm,
.jmb_heading,
.ytb_heading,
.w_header {
  font-size: clamp(1.6rem, 2.5vw, 1.9rem);
}
.thdef_heading--md,
.sli_heading,
.cbc_heading,
.mlb_heading,
.sd_headings,
.ad_headings {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
}
.thdef_heading--lg,
.bnrs_heading {
  font-size: clamp(2rem, 4vw, 3rem);
}
.thdef_heading--xl {
  font-size: clamp(2.75rem, 6vw, 4.5rem);
}
.thdef_subheading,
.bnrs_subheading,
.sli_subheading,
.cbc_subheading,
.ef_subheading,
.bm_subheading,
.q_subheading,
.jmb_subheading,
.ytb_subheading,
.w_subheading,
.mlb_subheading,
.sd_subheadings,
.ad_subheadings {
  margin: 0 auto;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 400;
}
.thdef_eyebrow {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 0px;
}
.thdef_subheading--sm,
.jmb_subheading,
.w_subheading {
  font-size: 0.98rem;
}
.thdef_subheading--lg,
.bnrs_subheading {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
}
.thdef_text_bg,
.streaming_subhead,
.lyrics_subhead {
  color: var(--st-on-bg);
}
.thdef_text_bg_heading,
.streaming_head,
.tracks_head,
.lyrics_head {
  color: var(--st-on-bg-hdr);
}
.thdef_text_surface {
  color: var(--st-on-surface);
}
.thdef_text_surface_heading {
  color: var(--st-on-surface-hdr);
}
.thdef_text_surface_alt {
  color: var(--st-on-surface-alt);
}
.thdef_text_surface_alt_heading,
.about_head {
  color: var(--st-on-surface-alt-hdr);
}
.thdef_text_secondary {
  color: var(--st-on-secondary);
}
.thdef_text_hero,
.thdef_text_custom {
  color: var(--ytb-text-color, #fff);
}

.thdef_button,
.cbc_button,
.jmb_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.9rem;
  border: 0;
  border-radius: 999px;
  background: var(--st-cta-bg);
  color: var(--st-cta-text);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}
.thdef_button:hover,
.cbc_button:hover,
.jmb_button:hover {
  background: var(--st-cta-bg-hover);
  color: var(--st-cta-text);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.thdef_button:active,
.cbc_button:active,
.jmb_button:active {
  transform: translateY(0);
  box-shadow: none;
}
.thdef_pill_link,
.phfs_song_link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 32px;
  padding: 0 1rem;
  border-radius: 999px;
  margin-top: 1em;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}
.thdef_text_button,
.bm_toggle_btn {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 0.85rem;
  text-decoration: underline;
  padding: 0.1rem 0;
}
.thdef_input,
.jmb_input {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--st-border);
  font-size: 0.95rem;
  outline: none;
  min-width: 0;
}
.thdef_card,
.bm_card,
.q_card,
.mlb_item {
  border-radius: 12px;
  box-sizing: border-box;
}
.thdef_empty,
.mcsl_empty,
.pgc_empty,
.ef_no_events {
  text-align: center;
  opacity: 0.7;
}


        .mcsl_section .mcsl_image_wrap {
            position: relative;
            background: var(--st-surface);
        }

        .mcsl_section .mcsl_album_pill {
            position: absolute;
            top: 0.625rem;
            left: 0.625rem;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            max-width: calc(100% - 1.25rem);
            padding: 0.4rem 0.65rem;
            border: 1px solid var(--st-border);
            border-radius: 999px;
            background: var(--st-surface);
            color: var(--st-on-surface);
            font-size: 0.65rem;
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            overflow-wrap: anywhere;
            pointer-events: none;
        }

        .mcsl_section .mcsl_arrow {
            width: 44px;
            height: 44px;
            padding: 0;
            display: none;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--st-border);
            border-radius: 50%;
            background: var(--st-surface);
            color: var(--st-on-surface);
            line-height: 1;
            cursor: pointer;
            transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
        }

        .mcsl_section .mcsl_arrow svg {
            display: block;
            width: 22px;
            height: 22px;
            flex-shrink: 0;
        }

        .mcsl_section .mcsl_arrow_left {
            left: 0.5rem;
        }

        .mcsl_section .mcsl_arrow_right {
            right: 0.5rem;
        }

        .mcsl_section .mcsl_arrow:not(:disabled):not([aria-disabled="true"]):hover {
            border-color: var(--st-cta-bg);
            background: var(--st-cta-bg);
            color: var(--st-cta-text);
        }

        .mcsl_section .mcsl_arrow:focus-visible {
            outline: 2px solid var(--st-on-surface);
            outline-offset: -5px;
        }

        .mcsl_section .mcsl_arrow:disabled,
        .mcsl_section .mcsl_arrow[aria-disabled="true"] {
            opacity: 0.4;
            cursor: default;
        }

        .mcsl_section .mcsl_arrow[hidden] {
            display: none;
        }

        @media (min-width: 768px) {
            .mcsl_section .mcsl_arrow {
                display: flex;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .mcsl_section .mcsl_arrow {
                transition: none;
            }
        }

/* Navigation */
#nav.st-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: var(--st-nav-bg);
  padding: 0.75rem 1rem;
}
.st-nav-inner {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.site_logo {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  max-width: 52%;
  color: var(--st-on-nav);
  text-decoration: none;
  font-family: var(--st-font-nav);
  font-weight: 700;
}
.site_logo_img {
  display: block;
  max-height: 38px;
  max-width: 180px;
  object-fit: contain;
}
.site_logo_text {
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.st-nav-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-left: auto;
}
.st-nav-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: var(--st-on-nav-act);
  color: var(--st-nav-bg);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}
.st-nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.st-nav-toggle-bar {
  display: block;
  width: 24px;
  height: 3px;
  margin: 3px 0;
  border-radius: 999px;
  background: var(--st-on-nav);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
#nav.st-nav.st-nav-open .st-nav-toggle-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#nav.st-nav.st-nav-open .st-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
#nav.st-nav.st-nav-open .st-nav-toggle-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.st-nav-menu {
  position: absolute;
  top: 100%;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0.55rem;
  max-height: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}
#nav.st-nav.st-nav-open .st-nav-menu {
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.st-nav-item {
  border: none;
}
.st-nav-link {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.2;
}
.st-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
}
.st-nav-item.current .st-nav-link {
  background: rgba(255, 255, 255, 0.12);
  color: var(--st-on-nav-act);
  font-weight: 700;
}
@media (min-width: 768px) {
  #nav.st-nav {
    padding: 1.35rem 2rem;
  }
  .st-nav-inner {
    min-height: 46px;
    justify-content: center;
  }
  .site_logo {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 240px;
    transform: translateY(-50%);
  }
  .st-nav-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .st-nav-toggle {
    display: none;
  }
  .st-nav-menu {
    position: static;
    display: block;
    max-height: none;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    text-align: center;
    line-height: 0;
  }
  .st-nav-item {
    display: inline-block;
    margin: 0 0.35rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid transparent;
    border-radius: 0.65rem;
    transition:
      border-color 0.25s ease,
      background 0.25s ease;
  }
  .st-nav-item:hover,
  .st-nav-item.current {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
  }
  .st-nav-link {
    padding: 0;
    color: var(--st-on-nav);
  }
  .st-nav-link:hover,
  .st-nav-item.current .st-nav-link {
    background: transparent;
  }
  .st-nav-item.current .st-nav-link {
    color: var(--st-on-nav-act);
  }
}

/* Footer and modals */
.st-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 12px;
}
.st_socials_list {
  list-style: none;
  margin: 0;
  padding: 1em;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.st_social_item {
  display: inline-block;
}
.st_social_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff;
}
.st-footer-text {
  font-size: 12px;
  padding-bottom: 2em;
  margin: 0;
}
.st-footer-link {
  color: #fff;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.st-footer-link:hover {
  text-decoration: underline;
}

.st-modal-overlay,
.thdef_lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
}
.st-modal-overlay.st-is-open,
.thdef_lightbox.thdef_is_open,
.pgc_lightbox.pgc_lightbox_open {
  display: flex;
}

        .pgc_section .pgc_arrow {
            width: 44px;
            height: 44px;
            padding: 0;
            display: none;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--st-border);
            border-radius: 50%;
            background: var(--st-surface);
            color: var(--st-on-surface);
            line-height: 1;
            cursor: pointer;
            transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
        }

        .pgc_section .pgc_arrow svg {
            display: block;
            width: 22px;
            height: 22px;
            flex-shrink: 0;
        }

        .pgc_section .pgc_arrow_left {
            left: 0.5rem;
        }

        .pgc_section .pgc_arrow_right {
            right: 0.5rem;
        }

        .pgc_section .pgc_arrow:not(:disabled):not([aria-disabled="true"]):hover {
            border-color: var(--st-cta-bg);
            background: var(--st-cta-bg);
            color: var(--st-cta-text);
        }

        .pgc_section .pgc_arrow:focus-visible {
            outline: 2px solid var(--st-on-surface);
            outline-offset: -5px;
        }

        .pgc_section .pgc_arrow:disabled,
        .pgc_section .pgc_arrow[aria-disabled="true"] {
            opacity: 0.4;
            cursor: default;
        }

        .pgc_section .pgc_arrow[hidden] {
            display: none;
        }

        @media (min-width: 768px) {
            .pgc_section .pgc_arrow {
                display: flex;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .pgc_section .pgc_arrow {
                transition: none;
            }
        }

.st-modal {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: 82vh;
  overflow: hidden;
  background: #050505;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
}
.st-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.st-modal-title {
  margin: 0;
  padding: 24px 64px 16px 24px;
  font-size: 22px;
  font-weight: 800;
}
.st-modal-content {
  max-height: calc(82vh - 82px);
  overflow-y: auto;
  padding: 0 24px 26px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

/* Generic carousel */
.thdef_carousel,
.mcsl_wrapper,
.pgc_wrapper {
  position: relative;
  overflow: hidden;
}
.thdef_carousel_track,
.mcsl_track,
.pgc_track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.75rem 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.thdef_carousel_track::-webkit-scrollbar,
.mcsl_track::-webkit-scrollbar,
.pgc_track::-webkit-scrollbar {
  display: none;
}
.thdef_carousel_arrow,
.mcsl_arrow,
.pgc_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.72);
  display: none;
}
.thdef_carousel_prev,
.mcsl_arrow_left,
.pgc_arrow_left {
  left: 0;
}
.thdef_carousel_next,
.mcsl_arrow_right,
.pgc_arrow_right {
  right: 0;
}
@media (min-width: 768px) {
  .thdef_carousel_arrow,
  .mcsl_arrow,
  .pgc_arrow {
    display: block;
  }
}

/* Header blocks */
.phfc_section,
.phixl_section,
.phisl_section {
  width: 100%;
}
.phfc_header,
.phixl_header,
.phisl_header {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.phfc_header {
  min-height: var(--phfc-min-height, 80vh);
}
.phixl_header {
  min-height: 90vh;
}
.phisl_header {
  min-height: 60vh;
}

.phisl_header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.phfc_inner,
.phixl_inner,
.phisl_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem;
}
.phfc_header_content {
  color: var(--phfc-text-color, #fff);
}
.phfc_content--left {
  text-align: left;
}
.phfc_content--center {
  text-align: center;
}
.phfc_content--right {
  text-align: right;
}
.phfc_text_box {
  display: inline-block;
  max-width: 860px;
  padding: 1rem 2rem;
  border-radius: 20px;
  background: var(--phfc-text-bg-color, transparent);
}
.phfc_heading {
  margin: 0;
  color: var(--phfc-text-color, #fff);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.phfc_heading--sm {
  font-size: clamp(2rem, 4vw, 3rem);
}
.phfc_heading--md {
  font-size: clamp(2.75rem, 6vw, 4.5rem);
}
.phfc_heading--lg {
  font-size: clamp(3.5rem, 8vw, 6rem);
}
.phfc_heading--xl {
  font-size: clamp(4rem, 10vw, 8rem);
}
.phfc_sub_heading {
  margin: 1rem 0 0;
  color: var(--phfc-text-color, #fff);
  font-weight: 400;
  line-height: 1.35;
}
.phfc_sub_heading--sm {
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.phfc_sub_heading--md {
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
}
.phfc_sub_heading--lg {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}
.phfc_button {
  margin-top: 1.5rem;
  background: var(--phfc-button-color, #fff);
  color: var(--phfc-button-text-color, #000);
}
.phfc_button--sm {
  padding: 0.7rem 1.1rem;
  font-size: 0.9rem;
}
.phfc_button--md {
  padding: 0.9rem 1.4rem;
  font-size: 1rem;
}
.phfc_button--lg {
  padding: 1.05rem 1.8rem;
  font-size: 1.1rem;
}
.phixl_logo_img,
.phisl_logo_img {
  max-width: 45vh;
  height: auto;
}
.phixl_logo_text {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.phisl_logo_text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.phixl_heading,
.phisl_heading {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .phfc_header,
  .phixl_header,
  .phisl_header {
    background-attachment: scroll;
  }
  .phfc_inner,
  .phixl_inner,
  .phisl_inner {
    padding: 1.25rem;
  }
  .phfc_text_box {
    width: 100%;
    padding: 1.25rem;
  }
  .phfc_content--left,
  .phfc_content--right {
    text-align: center;
  }
  .phixl_logo_img,
  .phisl_logo_img {
    max-width: 80%;
  }
  .phisl_header {
    min-height: 28vh;
  }
}

/* Simple section blocks */
.bnrs_banner,
.sli_banner {
  width: 100%;
  padding: 5rem 1.5rem;
  background: var(--st-surface);
  position: relative;
  text-align: center;
}
.sli_socials_list {
  list-style: none;
  margin: 0;
  padding: 1em;
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.sli_social_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  text-decoration: none;
  color: var(--st-on-surface-hdr);
}
.cbc_section,
.ef_section,
.bm_section,
.q_section,
.mlb_section,
.sd_info_section,
.sd_stream_section,
.sd_lyrics_section,
.thdef_section
.ad_tracklist_section {
  padding: 3rem 1.5rem;
}
.cbc_wrapper,
.q_wrapper,
.mlb_wrapper,
.sd_info_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.ef_wrapper,
.sd_lyrics_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.sd_stream_inner,
.ad_inner {
  max-width: 600px;
  margin: 0 auto;
}
.cbc_hero {
  margin-bottom: 2rem;
}
.cbc_hero_image,
.cbc_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.cbc_layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
}
.cbc_layout--reverse {
  flex-direction: row-reverse;
}
.cbc_col {
  flex: 1 1 50%;
  min-width: 0;
}
.cbc_body,
.sd_info_body {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--st-on-bg);
}
.cbc_body_single {
  margin-top: 1rem;
}
.cbc_footer {
  margin-top: 2.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .bnrs_banner,
  .sli_banner {
    padding: 3.5rem 1.25rem;
  }
  .cbc_section,
  .ef_section,
  .bm_section,
  .q_section,
  .mlb_section,
  .sd_info_section,
  .sd_stream_section,
  .sd_lyrics_section,
  .ad_tracklist_section {
    padding: 2.5rem 1.25rem;
  }
  .cbc_layout,
  .cbc_layout--reverse {
    flex-direction: column;
    gap: 1.5rem;
  }
  .thdef_heading,
  .cbc_heading,
  .ef_heading,
  .bm_heading,
  .q_heading {
    font-size: 1.7rem;
  }
  .sli_social_link {
    font-size: 1.5rem;
  }
  .sli_socials_list {
    gap: 1rem;
  }
}

/* Music carousel and photo carousel */
.mcsl_section {
  width: 100%;
  padding: 2rem 0;
  background: var(--st-surface-alt);
}
.mcsl_track {
  gap: 1.5rem;
  padding: 1rem 0;
}
.mcsl_item {
  min-width: 200px;
  flex: 0 0 auto;
  text-align: center;
}
.mcsl_image_wrap {
  display: block;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
}
.mcsl_image,
.mlb_thumb,
.phfs_art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mcsl_item_header {
  margin-top: 0.75rem;
}
.mcsl_item_header a {
  text-decoration: none;
  color: var(--st-on-surface-alt);
}
.mcsl_title {
  font-size: 1rem;
  margin: 0;
}
.pgc_section {
  padding: 2rem 0;
}
.pgc_item {
  flex: 0 0 auto;
}
.pgc_thumb_link {
  display: inline-block;
}
.pgc_thumb {
  display: block;
  height: 360px;
  width: auto;
  border-radius: 6px;
  object-fit: cover;
  background: #111;
}
.pgc_lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.pgc_lightbox_inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.pgc_lightbox_image {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}
.pgc_lightbox_close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

/* Cards, grids and lists */
.mlb_grid,
.bm_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.mlb_item {
  background: rgba(255, 255, 255, 0.03);
  padding: 0.9rem 0.9rem 1.1rem;
  display: flex;
  flex-direction: column;
}
.mlb_thumb_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  background: #222;
  margin-bottom: 0.6rem;
}
.mlb_thumb_link {
  display: block;
  width: 100%;
  height: 100%;
}
.mlb_thumb_placeholder {
  width: 100%;
  height: 100%;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mlb_overlay_play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mlb_overlay_play.mlb_playing {
  background: #fff;
  color: #000;
}
.mlb_overlay_label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mlb_title {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.mlb_title_link {
  color: inherit;
  text-decoration: none;
}
.mlb_meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  opacity: 0.9;
}
.bm_card {
  background: var(--st-surface-alt);
  color: var(--st-on-surface-alt);
  padding: 1.25rem 1.25rem 1.5rem;
  text-align: center;
}
.bm_photo_wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  overflow: hidden;
  background: #222;
}
.bm_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bm_member_name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--st-on-surface-alt-hdr);
}
.bm_member_role {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  opacity: 0.85;
}
.bm_description {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
}

/* Events */
.ef_events_list {
  margin: 0;
  padding: 0;
}
.ef_event_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.ef_event_row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--st-border);
}
.ef_event_date {
  min-width: 70px;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.35rem;
  background: var(--st-primary);
  color: var(--st-on-primary);
}
.ef_event_day {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.ef_event_month {
  font-size: 0.85rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.ef_event_year {
  font-size: 0.7rem;
  opacity: 0.8;
  line-height: 1.2;
}
.ef_event_info {
  flex: 1;
}
.ef_event_mainline {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}
.ef_event_location {
  margin: 0;
  font-size: 1.1rem;
  color: var(--st-on-bg-hdr);
}
.ef_event_time {
  font-size: 0.85rem;
  opacity: 0.85;
  white-space: nowrap;
  color: var(--st-on-bg-hdr);
}
.ef_event_venue_price {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  opacity: 0.9;
}
.ef_event_venue {
  font-weight: 600;
}
.ef_event_more {
  margin-top: 0.15rem;
  font-size: 0.8rem;
  text-decoration: underline;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .ef_event_mainline {
    flex-direction: column;
  }
  .ef_event_time {
    white-space: normal;
  }
}

/* Quotes */
.q_slider {
  margin-top: 1.5rem;
}
.q_card {
  display: none;
  text-align: left;
  position: relative;
  padding: 1.5rem 1.5rem 1.25rem;
  background: var(--st-secondary);
}
.q_card.q_card--active,
.thdef_slide_active {
  display: block;
  animation: q_fade_in 0.35s ease-out;
}
.q_mark_inline {
  font-size: 6rem;
  line-height: 0;
  vertical-align: bottom;
  opacity: 0.5;
  font-family: Georgia, serif;
}
.q_text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--st-on-secondary);
}
.q_source {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: var(--st-on-secondary);
}
.q_source a {
  color: var(--st-on-secondary);
  text-decoration: none;
}
.q_dots {
  margin-top: 1rem;
  text-align: center;
}
.q_dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin: 0 4px;
  border: 0;
  padding: 0;
  background: var(--st-on-bg);
  cursor: pointer;
}
.q_dot.q_dot--active,
.thdef_dot_active {
  width: 18px;
  background: var(--st-on-bg-hdr);
}
@keyframes q_fade_in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mailing */
.jmb_section {
  width: 100%;
  padding: 3rem 1.5rem;
  background: var(--st-surface);
}
.jmb_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 2.25rem 2rem;
}
.jmb_extra_email {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.jmb_form {
  margin-top: 1.25rem;
}
.jmb_form_row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.jmb_input_email,
.jmb_input_email_confirm {
  flex: 1 1 220px;
  max-width: 280px;
}
.jmb_input_error {
  border-color: #ff6b6b;
}
.jmb_message {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
.jmb_message--error {
  color: #ffb0b0;
}
.jmb_message--success {
  color: #b4ffb4;
}
.join_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.join_modal.is-open,
.join_modal.thdef_is_open {
  display: block;
}
.join_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.join_modal_panel {
  position: relative;
  z-index: 2;
  width: min(92vw, 620px);
  margin: 40px auto;
  border-radius: 24px;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
}
.join_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  background: transparent;
  font-size: 34px;
  cursor: pointer;
  z-index: 5;
  color: var(--st-on-surface-hdr);
}
@media (max-width: 768px) {
  .jmb_wrapper {
    padding: 1.9rem 1.35rem;
  }
  .jmb_form_row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  .jmb_input_email,
  .jmb_input_email_confirm {
    max-width: 100%;
    flex: 1 1 auto;
  }
  .jmb_button {
    width: 100%;
  }
}

/* YouTube */
.ytb_section {
  position: relative;
  width: 100%;
  padding: clamp(1.5rem, 4vw, 3rem) 1rem 3rem;
  overflow: hidden;
  background: #000;
}
.ytb_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ytb-bg-image);
  background-size: cover;
  background-position: center;
  filter: blur(40px);
  z-index: 0;
}
.ytb_wrapper {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
}
.ytb_facade,
.sd_ytb_facade {
  position: relative;
  width: 100%;
  cursor: pointer;
  background: #000;
  overflow: hidden;
}
.ytb_facade {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.ytb_thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.ytb_play_button,
.sd_ytb_play_button {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.ytb_play_inner,
.sd_ytb_play_inner {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}
.ytb_play_icon {
  width: 44px;
  height: 44px;
  color: #000;
  margin-left: 4px;
}
.ytb_iframe,
.thdef_youtube_iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sd_ytb_facade iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
}

/* Featured song */
.phfs_section {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phfs_bg {
  position: absolute;
  inset: -24px;
  background-size: cover;
  background-position: center;
  filter: blur(18px);
  z-index: 1;
}
.phfs_bg_no_blur {
  position: absolute;
  inset: -24px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.phfc_overlay, .phfs_overlay {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}
.phfc_overlay, .phfs_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.phfs_inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1050px;
  padding: 1rem;
}
.phfs_card {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 1rem;
  align-items: center;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}
.phfs_art_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  background: rgba(255, 255, 255, 0.08);
}
.phfs_play_button,
.sd_square_play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}
.phfs_pause_icon,
.phfs_play_button.is-playing .phfs_play_icon {
  display: none;
}
.phfs_play_button.is-playing .phfs_pause_icon {
  display: inline-block;
}
.phfs_audio {
  display: none;
}
.phfs_content {
  color: #fff;
  min-width: 0;
}
.phfs_title {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.phfs_wave_wrap,
.sd_square_wave_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}
.phfs_wave_wrap {
  max-width: 620px;
  height: 58px;
  margin-top: 1.4rem;
}
.phfs_wave,
.sd_square_wave {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.55;
}
.phfs_progress,
.sd_square_progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  pointer-events: none;
  transition: width 0.08s linear;
}
.phfs_progress {
  background: rgba(255, 255, 255, 0.28);
}
.phfs_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.phfs_stream_icon img,
.phfs_icon_button {
  width: 42px;
  height: 42px;
}
.phfs_icon_button {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media (max-width: 800px) {
  .phfs_section {
    min-height: auto;
    padding: 1rem 0;
  }
  .phfs_inner {
    padding: 1rem;
  }
  .phfs_card {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    padding: 1.25rem;
  }
  .phfs_art_wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .phfs_content {
    text-align: center;
  }
  .phfs_actions {
    justify-content: center;
  }
  .phfs_wave_wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .phfs_stream_icon img,
  .phfs_icon_button {
    width: 32px;
    height: 32px;
  }
}

/* Song and album detail */
.sd_section,
.ad_section {
  position: relative;
  width: 100%;
  min-height: 72vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}
.sd_inner,
.ad_inner {
  width: 100%;
  padding: 2rem;
  z-index: 2;
}
.sd_player_square,
.ad_square {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 20px;
  max-width: 480px;
  margin: 0 auto;
}
.sd_square_title,
.ad_square_title {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0;
}
.sd_square_art,
.ad_square_art {
  width: 240px;
  height: 240px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.45);
}
.sd_square_art_wrap {
  position: relative;
  display: inline-block;
}
.sd_square_wave_wrap {
  max-width: 240px;
  height: 55px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
}
.sd_square_progress {
  background: linear-gradient(90deg, #5bffb2, #4fcbff);
  mix-blend-mode: screen;
}
.sd_preview_cta {
  display: none;
  margin: 2rem auto 2rem;
  padding: 1rem 1.25rem;
  max-width: 480px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff;
  border-radius: 14px;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.sd_preview_cta--visible {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
  overflow: hidden;
  position: relative;
}
.sd_stream_list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0;
}
.sd_stream_btn {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  padding: 0.45rem;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.sd_stream_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.sd_stream_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.sd_stream_icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.sd_stream_label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #111;
}
.sd_info_section {
  background: var(--st-surface-alt);
  color: var(--st-on-surface-alt);
}
.sd_info_cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}
.sd_info_cols--single {
  grid-template-columns: 1fr;
}
.sd_vibes_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.sd_vibe_pill {
  padding: 0.2rem 0.7rem;
  font-size: 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--st-border);
}
.sd_video_box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.sd_lyrics_body {
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: center;
  opacity: 0.95;
  padding: 1rem 0;
}
.ad_album_pill {
  margin-top: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.3rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ad_album_pill_label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.ad_tracklist_wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.ad_tracklist_list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.ad_track_row {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--st-secondary);
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.ad_track_thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.ad_track_info {
  flex: 1 1 auto;
}
.ad_track_title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--st-on-secondary);
}
.ad_track_play {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: #3a3a3e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd_square_play {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd_square_pause_icon {
  display: none;
}
.sd_square_play--active .sd_square_play_icon {
  display: none;
}
.sd_square_play--active .sd_square_pause_icon {
  display: inline-block;
}
.sd_bg {
  position: absolute;
  inset: -24px;
  background-size: cover;
  background-position: center;
  filter: blur(18px);
  z-index: 1;
}
.sd_bg_no_blur {
  position: absolute;
  inset: -24px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.sd_streaming_heading {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
}
@media (max-width: 780px) {
  .sd_info_cols {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .sd_section,
  .ad_section {
    background-attachment: scroll;
  }
  .sd_square_art,
  .ad_square_art {
    width: 180px;
    height: 180px;
  }
  .sd_square_wave_wrap {
    max-width: 180px;
    height: 45px;
  }
  .sd_player_square,
  .ad_square {
    padding: 1.5rem;
  }
  .sd_square_title,
  .ad_square_title {
    font-size: 1.6rem;
  }
}

/* reaction engine changes */
.sd_reaction_box {
  margin-top: 0.1rem;
  text-align: center;
}
.sd_reaction_buttons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.sd_reaction_btn {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sd_reaction_btn:disabled {
  opacity: 0.35;
  filter: blur(0.6px);
  cursor: not-allowed;
}
.sd_reaction_btn:not(:disabled):hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
}
.sd_reaction_btn.sd_reaction_selected {
  background: #14b8a6;
  border-color: #14b8a6;
  color: #03201d;
}

.sd_square_play {
  overflow: hidden;
  isolation: isolate;
}
.sd_square_play::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  background: conic-gradient(
    #14b8a6 var(--sd-play-progress, 0deg),
    rgba(255, 255, 255, 0.18) 0deg
  );
  z-index: -2;
}
.sd_square_play::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.94);
  z-index: -1;
}
.sd_square_play_icon,
.sd_square_pause_icon {
  position: relative;
  z-index: 2;
}

/* Approved third-party widgets */
.wgt_section {
  position: relative;
  width: 100%;
  padding: clamp(2rem, 5vw, 4rem) 1rem;
  overflow: hidden;
  background: var(--st-surface);
  color: var(--st-on-surface);
}

.wgt_wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.wgt_header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.wgt_heading {
  margin: 0 0 0.5rem;
  color: var(--st-on-surface-hdr);
}

.wgt_subheading {
  color: var(--st-on-surface);
}

.wgt_embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  overflow: visible;
}

/*
 * Keep third-party media responsive without imposing provider-specific
 * appearance on the embedded widget.
 */
.wgt_embed iframe,
.wgt_embed embed,
.wgt_embed object {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.wgt_embed img,
.wgt_embed svg,
.wgt_embed video,
.wgt_embed canvas {
  max-width: 100%;
  height: auto;
}

/*
 * Prevent oversized third-party content from forcing the entire
 * SongTakes page wider than the viewport.
 */
.wgt_embed > * {
  max-width: 100%;
}

@media (max-width: 768px) {
  .wgt_section {
    padding: 2.25rem 2rem;
  }

  .wgt_header {
    margin-bottom: 1.5rem;
  }

  .wgt_embed {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Shows/Tours LIST */
.shl_section {
    --shl-accent: var(--st-cta-bg);
    --shl-accent-text: var(--st-cta-text);
    --shl-text: var(--st-on-bg);
    --shl-muted: var(--st-muted);
    --shl-border: var(--st-border);
    --shl-surface: var(--st-surface);
    --shl-soft: var(--st-surface-alt);
    color: var(--shl-text);
    background: var(--st-bg);
    font-family: var(--st-font-body);
    width: 100%;
    min-width: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}
.shl_section .shl_heading {
    font-family: var(--st-font-heading);
    color: var(--st-on-bg-hdr);
}
.shl_section .shl_subheading {
    font-family: var(--st-font-body);
    color: var(--st-on-bg);
}
.shl_section *, .shl_section *::before, .shl_section *::after { box-sizing: border-box; }
.shl_section [hidden] { display: none !important; }
.shl_section button, .shl_section input, .shl_section select { font: inherit; }
.shl_section button { cursor: pointer; }
.shl_section button:disabled { cursor: default; }
.shl_section a { text-decoration: none; }
.shl_section :is(button,a,input,select):focus-visible { outline: 3px solid var(--shl-accent); outline-offset: 3px; }
.shl_header { margin-bottom: 18px; }
.shl_section .shl_content { font-size: 14px; line-height: 1.45; min-width: 0; }
.shl_tabs { display: inline-flex; border: 1px solid var(--shl-border); border-radius: 6px; overflow: hidden; margin-bottom: 12px; }
.shl_tab { border: 0; background: var(--shl-surface); color: var(--st-on-surface); min-height: 34px; min-width: 84px; padding: 6px 18px; font-weight: 600; }
.shl_tab + .shl_tab { border-left: 1px solid var(--shl-border); }
.shl_tab[aria-selected="true"] { background: var(--shl-accent); color: var(--shl-accent-text); }
.shl_toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 18px; }
.shl_search { position: relative; display: flex; align-items: center; flex: 1 1 240px; max-width: 400px; }
.shl_search::before { content: ''; width: 13px; height: 13px; border: 1.5px solid var(--shl-muted); border-radius: 50%; position: absolute; left: 13px; top: 10px; pointer-events: none; }
.shl_search::after { content: ''; width: 7px; height: 1.5px; background: var(--shl-muted); transform: rotate(45deg); position: absolute; left: 24px; top: 23px; pointer-events: none; }
.shl_input { width: 100%; height: 36px; padding: 7px 12px 7px 36px; border: 1px solid var(--shl-border); border-radius: 6px; background: var(--shl-soft); color: var(--st-on-surface-alt); }
.shl_input::placeholder { color: var(--shl-muted); opacity: 1; }
.shl_month_nav { display: flex; align-items: center; gap: 7px; }
.shl_select { min-height: 36px; padding: 6px 28px 6px 11px; border: 1px solid var(--shl-border); border-radius: 6px; background-color: var(--shl-surface); color: var(--st-on-surface); max-width: 100%; }
.shl_month { min-width: 164px; font-weight: 600 !important; }
.shl_icon_button { display: inline-flex; justify-content: center; align-items: center; width: 36px; height: 36px; border: 1px solid var(--shl-border); background: var(--shl-surface); color: var(--st-on-surface); border-radius: 6px; flex-shrink: 0; }
.shl_chevron { display: block; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.shl_prev .shl_chevron { transform: rotate(135deg); }
.shl_next .shl_chevron { transform: rotate(-45deg); }
.shl_count { color: var(--shl-muted); margin: 10px 0; font-size: 13px; }
.shl_list { border: 1px solid var(--shl-border); border-radius: 7px; overflow: hidden; background: var(--shl-surface); color: var(--st-on-surface); }
.shl_row + .shl_row { border-top: 1px solid var(--shl-border); }
.shl_summary { display: grid; grid-template-columns: 48px minmax(0,1fr) 108px 28px; gap: 14px; align-items: center; padding: 11px 16px; }
.shl_date { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 48px; min-height: 48px; background: var(--shl-soft); color: var(--st-on-surface-alt); border-radius: 4px; padding: 5px; }
.shl_date_month { font-size: 10px; line-height: 1.2; color: var(--shl-muted); text-transform: uppercase; letter-spacing: .04em; }
.shl_date_day { font-size: 23px; font-weight: 650; line-height: 1.15; }
.shl_section .shl_title { font-size: 15px; line-height: 1.35; font-weight: 650; margin: 0 0 3px; color: var(--st-on-surface-hdr); font-family: var(--st-font-heading); overflow-wrap: anywhere; }
.shl_section .shl_meta { font-size: 13px; color: var(--shl-muted); line-height: 1.5; margin: 0; overflow-wrap: anywhere; }
.shl_action { display: inline-flex; width: 108px; min-height: 34px; align-items: center; justify-content: center; text-align: center; padding: 7px 8px; border: 1px solid transparent; border-radius: 5px; font-size: 12px; line-height: 1.3; font-weight: 600; }
.shl_ticket { background: var(--shl-accent); color: var(--shl-accent-text) !important; }
.shl_sold { background: var(--st-surface-alt); border-color: var(--st-border); color: var(--st-on-surface-alt); }
.shl_free { background: var(--st-secondary); border-color: var(--st-secondary); color: var(--st-on-secondary); }
.shl_cancelled { background: var(--st-surface-alt); border-color: var(--st-border); color: var(--st-on-surface-alt); }
.shl_neutral { background: var(--shl-soft); border-color: var(--shl-border); color: var(--shl-muted); }
.shl_toggle { border: 0; background: transparent; }
.shl_detail { padding: 2px 58px 16px 78px; }
.shl_detail_grid { display: flex; align-items: flex-start; gap: 18px; }
.shl_poster { width: 118px; max-height: 166px; object-fit: contain; object-position: top; border-radius: 5px; flex: 0 0 auto; }
.shl_detail_copy { flex: 1; min-width: 0; }
.shl_description { font-size: 14px; line-height: 1.5; margin: 0 0 10px; overflow-wrap: anywhere; }
.shl_read_more { color: var(--st-primary); text-decoration: underline !important; margin-left: 8px; white-space: nowrap; }
.shl_lineup { white-space: pre-line; font-size: 13px; margin: 8px 0 12px; color: var(--shl-muted); line-height: 1.5; }
.shl_detail_link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 34px; padding: 6px 12px; font-size: 12px; border: 1px solid var(--st-primary); border-radius: 5px; color: var(--st-primary) !important; font-weight: 600; }
.shl_detail_link::after { content: '›'; font-size: 1.4em; line-height: 1; }
.shl_note { color: var(--shl-muted); font-size: 12px; margin: 10px 0 0; }
.shl_empty { border: 1px solid var(--shl-border); border-radius: 6px; padding: 22px 16px; color: var(--shl-muted); text-align: center; }
.shl_empty p { margin: 0 0 10px; }
.shl_empty button { color: var(--shl-accent); background: var(--shl-surface); border: 1px solid var(--shl-border); padding: 7px 12px; border-radius: 5px; }
.shl_tour_row { display: grid; grid-template-columns: 80px minmax(0,1fr) 108px; gap: 18px; align-items: center; padding: 14px 16px; }
.shl_tour_poster { width: 80px; height: 100px; object-fit: contain; border-radius: 5px; }
.shl_tour_placeholder { display: flex; align-items: center; justify-content: center; color: var(--shl-muted); background: var(--shl-soft); }
.shl_tour_heading { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 4px; }
.shl_tour_heading .shl_title { margin: 0; }
.shl_badge { display: inline-flex; border-radius: 4px; padding: 2px 7px; font-size: 11px; font-weight: 600; background: var(--shl-soft); color: var(--shl-muted); }
.shl_badge_active { color: var(--st-on-primary); background: var(--st-primary); }
.shl_tour_description { font-size: 13px; color: var(--shl-muted); line-height: 1.5; margin: 5px 0 0; }
@media (hover: hover) {
    .shl_ticket:hover { background: var(--st-cta-bg-hover); }
    .shl_icon_button:hover, .shl_detail_link:hover { background: var(--shl-soft); color: var(--st-on-surface-alt) !important; }
}
@media (max-width: 760px) {
    .shl_summary { grid-template-columns: 46px minmax(0,1fr) 100px 24px; gap: 10px; padding: 11px 12px; }
    .shl_date { width: 46px; min-height: 48px; }
    .shl_action { width: 100px; }
    .shl_detail { padding: 0 46px 14px 68px; }
    .shl_poster { width: 100px; max-height: 140px; }
    .shl_detail_grid { gap: 14px; }
    .shl_tour_row { grid-template-columns: 72px minmax(0,1fr) 100px; gap: 12px; padding: 12px; }
    .shl_tour_poster { width: 72px; height: 90px; }
      .shl_section.thdef_section,
    .shd_section,
    .trd_section  {
        padding-inline: 16px;
        box-sizing: border-box;
    }
}
@media (max-width: 540px) {
    .shl_toolbar { gap: 10px; }
    .shl_search { flex-basis: 100%; max-width: none; }
    .shl_month_nav { width: 100%; }
    .shl_month { min-width: 0; flex: 1; width: 100%; }
    .shl_summary { grid-template-columns: 44px minmax(0,1fr) 24px; gap: 8px 10px; }
    .shl_date { width: 44px; grid-column: 1; grid-row: 1 / span 2; align-self: start; }
    .shl_info { grid-column: 2; grid-row: 1; }
    .shl_summary > .shl_action { grid-column: 2; grid-row: 2; }
    .shl_toggle { grid-column: 3; grid-row: 1; }
    .shl_section .shl_title { font-size: 14px; }
    .shl_detail { padding: 2px 12px 14px; }
    .shl_detail_grid { gap: 12px; }
    .shl_poster { width: 80px; max-height: 112px; }
    .shl_description { font-size: 13px; }
    .shl_tour_row { grid-template-columns: 60px minmax(0,1fr); }
    .shl_tour_poster { width: 60px; height: 80px; align-self: start; }
    .shl_tour_row > .shl_action { grid-column: 2; }
    /* Keep form text readable and prevent automatic mobile input zoom. */
    .shl_section .shl_input, .shl_section .shl_select { font-size: 16px; }
}
@media (max-width: 360px) {
    .shl_detail_grid { flex-direction: column; }
}
@media (pointer: coarse) {
    /* Compact desktop visuals, comfortable touch targets on phones/tablets. */
    .shl_tab, .shl_action, .shl_detail_link, .shl_select, .shl_input { min-height: 44px; }
    .shl_icon_button { width: 44px; height: 44px; }
    .shl_search::before { top: 14px; }
    .shl_search::after { top: 27px; }
}

/* Native accordion: the browser owns open/close behavior. */
.shl_summary { list-style: none; cursor: pointer; }
.shl_summary::-webkit-details-marker { display: none; }
.shl_summary::marker { content: ''; }
.shl_summary .shl_toggle { display: flex; align-items: center; justify-content: center; width: 28px; height: 34px; }
.shl_row[open] { background: var(--shl-surface); }
.shl_row[open] .shl_toggle .shl_chevron { transform: rotate(225deg); }
.shl_summary:focus-visible { outline: 2px solid var(--shl-accent); outline-offset: -3px; }
.shl_description { white-space: pre-line; }

/* show / tour details */

    /* Colors and fonts come entirely from the website template. */
    .trd_section {
        color: var(--st-on-bg);
        font-family: var(--st-font-body);
        min-width: 0;
        margin-top: 24px;
    }

    .trd_section *,
    .trd_section *::before,
    .trd_section *::after {
        box-sizing: border-box;
    }

    .trd_section [hidden] {
        display: none !important;
    }

    .trd_section .trd_content {
        font-size: 14px;
        line-height: 1.55;
        min-width: 0;
    }

    .trd_section a {
        color: var(--st-primary);
        text-decoration: none;
    }

    .trd_section a:hover {
        text-decoration: underline;
    }

    .trd_section button {
        font: inherit;
        cursor: pointer;
    }

    .trd_section :is(a, button):focus-visible {
        outline: 3px solid var(--st-primary);
        outline-offset: 3px;
    }

    .trd_header {
        margin-bottom: 12px;
    }

    .trd_back {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        margin-bottom: 12px;
    }

    .trd_hero {
        display: grid;
        grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
        align-items: start;
        gap: 20px;
    }

    .trd_hero.trd_no_poster {
        grid-template-columns: minmax(0, 1fr);
    }

    .trd_poster_link {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 3 / 4;
        overflow: hidden;
        border-radius: 6px;
        background: var(--st-nav-bg, var(--st-surface));
    }

    .trd_poster {
        display: block;
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
        object-position: center;
    }

    .trd_info {
        min-width: 0;
        padding: 0;
    }

    .trd_eyebrow {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 0 7px;
        font-size: 12px;
    }

    .trd_badge {
        display: inline-flex;
        align-items: center;
        padding: 3px 8px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid var(--st-border);
        background: var(--st-surface-alt);
        color: var(--st-on-surface-alt);
    }

    .trd_section .trd_title {
        font-size: clamp(25px, 3vw, 38px);
        line-height: 1.18;
        font-weight: 650;
        margin: 0 0 7px;
        color: var(--st-on-bg-hdr);
        font-family: var(--st-font-heading);
        overflow-wrap: anywhere;
    }

    .trd_section .trd_date {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 600;
        margin: 0 0 4px;
        color: var(--st-on-bg);
    }

    .trd_section .trd_note {
        font-size: 12px;
        color: var(--st-muted);
        margin: 10px 0 0;
    }

    .trd_button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 36px;
        padding: 7px 16px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 5px;
        border: 1px solid var(--st-cta-bg);
    }

    .trd_section .trd_button_primary {
        background: var(--st-cta-bg);
        color: var(--st-cta-text);
    }

    .trd_section .trd_button:hover {
        text-decoration: none;
    }

    .trd_section .trd_button_primary:hover {
        background: var(--st-cta-bg-hover);
        border-color: var(--st-cta-bg-hover);
        color: var(--st-cta-text);
    }

    .trd_section .trd_button_secondary {
        background: none;
        color: var(--st-primary);
        border-color: var(--st-border);
        font-weight: 500;
    }

    .trd_section .trd_button_secondary:hover {
        background: var(--st-surface);
        color: var(--st-on-surface);
    }

    .trd_text_link {
        font-size: 13px;
    }

    .trd_description {
        border-top: 1px solid var(--st-border);
        padding-top: 12px;
        margin-top: 12px;
    }

    .trd_section .trd_read_more {
        display: inline;
        padding: 0;
        border: 0;
        background: none;
        color: var(--st-primary);
        text-decoration: underline;
        font: inherit;
    }

    .trd_section .trd_description_text {
        white-space: pre-line;
    }

    .trd_section .trd_part_title {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 650;
        color: var(--st-on-bg-hdr);
        font-family: var(--st-font-heading);
        margin: 0 0 12px;
    }

    .trd_section .trd_copy {
        font-size: 14px;
        line-height: 1.65;
        white-space: pre-line;
        overflow-wrap: anywhere;
        margin: 0;
    }

    .trd_media {
        margin-top: 14px;
        padding: 0;
        border: 0;
    }

    .trd_video {
        aspect-ratio: 16 / 9;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        background: var(--st-surface);
    }

    .trd_video iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .trd_footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
        border-top: 1px solid var(--st-border);
        padding-top: 18px;
        margin-top: 24px;
    }

    .trd_footer .trd_back {
        margin: 0;
    }

    .trd_empty {
        padding: 22px 16px;
        border: 1px solid var(--st-border);
        border-radius: 6px;
        color: var(--st-muted);
    }

    @media (max-width: 760px) {
        .trd_hero {
            grid-template-columns: minmax(0, 1fr);
            gap: 16px;
        }

        .trd_poster_link {
            width: 100%;
            max-width: 220px;
        }
    }

    @media (max-width: 540px) {
        .trd_hero {
            grid-template-columns: minmax(0, 1fr);
            gap: 16px;
        }

        .trd_poster_link {
            max-width: 200px;
        }

        .trd_section .trd_title {
            font-size: 25px;
        }

        .trd_section .trd_date {
            font-size: 14px;
        }
    }

    @media (pointer: coarse) {
        .trd_button {
            min-height: 44px;
        }
    }

    .trd_dates {
        margin-top: 18px;
    }

    .trd_toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

    .trd_section .trd_dates_title {
        margin: 0;
        font: 600 17px/1.3 var(--st-font-heading);
        color: var(--st-on-bg-hdr);
    }

    .trd_search {
        width: min(100%, 220px);
    }

    .trd_search input {
        width: 100%;
        padding: 6px 9px;
        border: 1px solid var(--st-border);
        border-radius: 5px;
        font: inherit;
        color: var(--st-on-surface);
        background: var(--st-surface);
    }

    .trd_search input::placeholder {
        color: var(--st-muted);
    }

    .trd_section input:focus-visible {
        outline: 2px solid var(--st-primary);
        outline-offset: 3px;
    }

    .trd_row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        min-height: 72px;
        padding: 10px 0;
        border-top: 1px solid var(--st-border);
    }

    .trd_row:last-child {
        border-bottom: 1px solid var(--st-border);
    }

    .trd_row_text {
        min-width: 0;
    }

    .trd_row_title {
        display: block;
        font-size: 13px;
        font-weight: 600;
        overflow-wrap: anywhere;
    }

    .trd_row_location {
        display: block;
        color: var(--st-muted);
        font-size: 12px;
        overflow-wrap: anywhere;
    }

    .trd_date_tile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        border-radius: 4px;
        background: var(--st-surface-alt);
        color: var(--st-on-surface-alt);
        line-height: 1.15;
    }

    .trd_date_tile span {
        font-size: 10px;
    }

    .trd_date_tile strong {
        font-size: 19px;
    }

    .trd_row_action {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
    }

    .trd_row_action .trd_button,
    .trd_row_action .trd_badge {
        min-height: 36px;
        justify-content: center;
        text-align: center;
        padding: 6px;
        font-size: 12px;
        line-height: 1.2;
    }

    .trd_row_action .trd_ticket_action {
        width: 100px;
    }

    .trd_row_action .trd_detail_button {
        min-width: 68px;
        padding-inline: 12px;
    }

    .trd_count {
        color: var(--st-muted);
        font-size: 12px;
        margin: 0 0 8px;
    }

    @media (max-width: 540px) {
        .trd_row {
            grid-template-columns: 44px minmax(0, 1fr);
        }

        .trd_row_action {
            grid-column: 2;
        }

        .trd_search {
            width: 100%;
        }
    }


.shd_section {
    color: var(--st-on-bg);
    font-family: var(--st-font-body);
    min-width: 0;
    margin-top:24px;
}
.shd_section *, .shd_section *::before, .shd_section *::after { box-sizing: border-box; }
.shd_section [hidden] { display: none !important; }
.shd_section .shd_content { font-size: 14px; line-height: 1.55; min-width: 0; }
.shd_section a { color: var(--st-primary); text-decoration: none; }
.shd_section a:hover { text-decoration: underline; }
.shd_section button { font: inherit; cursor: pointer; }
.shd_section :is(a,button):focus-visible { outline: 3px solid var(--st-primary); outline-offset: 3px; }
.shd_header { margin-bottom: 12px; }
.shd_back { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; margin-bottom: 12px; }
.shd_hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); align-items: start; gap: 22px; }
.shd_hero.shd_no_poster { grid-template-columns: minmax(0,1fr); }
.shd_poster_link { display: flex; align-items: center; justify-content: center; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 6px; background: var(--st-nav-bg, var(--st-surface)); }
.shd_poster { display: block; width: 100%; height: 100%; max-height: none; object-fit: contain; object-position: center; }
.shd_info { min-width: 0; padding: 0; }
.shd_eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 7px; font-size: 12px; }
.shd_badge { display: inline-flex; align-items: center; padding: 3px 8px; border-radius: 4px; font-size: 12px; font-weight: 600; border: 1px solid var(--st-border); background: var(--st-surface-alt); color: var(--st-on-surface-alt); }
.shd_section .shd_title { font-size: clamp(25px, 3vw, 38px); line-height: 1.18; font-weight: 650; margin: 0 0 7px; color: var(--st-on-bg-hdr); font-family: var(--st-font-heading); overflow-wrap: anywhere; }
.shd_section .shd_date { font-size: 16px; line-height: 1.4; font-weight: 600; margin: 0 0 4px; color: var(--st-on-bg); }
.shd_facts { display: grid; gap: 5px; margin: 12px 0 0; padding: 0; }
.shd_fact { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 12px; margin: 0; }
.shd_fact dt { color: var(--st-muted); font-size: 12px; margin: 0; }
.shd_fact dd { font-size: 14px; margin: 0; overflow-wrap: anywhere; }
.shd_section .shd_note { font-size: 12px; color: var(--st-muted); margin: 10px 0 0; }
.shd_actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 10px; }
.shd_button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 36px; padding: 7px 16px; font-size: 13px; font-weight: 600; border-radius: 5px; border: 1px solid var(--st-cta-bg); }
.shd_section .shd_button_primary { background: var(--st-cta-bg); color: var(--st-cta-text); }
.shd_section .shd_button:hover { text-decoration: none; }
.shd_section .shd_button_primary:hover { background: var(--st-cta-bg-hover); border-color: var(--st-cta-bg-hover); color: var(--st-cta-text); }
.shd_section .shd_button_secondary { background: none; color: var(--st-primary); border-color: var(--st-border); font-weight: 500; }
.shd_section .shd_button_secondary:hover { background: var(--st-surface); color: var(--st-on-surface); }
.shd_text_link { font-size: 13px; }
.shd_description { border-top: 1px solid var(--st-border); padding-top: 12px; margin-top: 12px; }
.shd_lineup { margin-top: 10px; }
.shd_section .shd_lineup_label { margin: 0 0 3px; color: var(--st-muted); font-size: 12px; }
.shd_section .shd_read_more { display: inline; padding: 0; border: 0; background: none; color: var(--st-primary); text-decoration: underline; font: inherit; }
.shd_section .shd_description_text { white-space: pre-line; }
.shd_section .shd_part_title { font-size: 17px; line-height: 1.3; font-weight: 650; color: var(--st-on-bg-hdr); font-family: var(--st-font-heading); margin: 0 0 12px; }
.shd_section .shd_copy { font-size: 14px; line-height: 1.65; white-space: pre-line; overflow-wrap: anywhere; margin: 0; }
.shd_media { margin-top: 14px; padding: 0; border: 0; }
.shd_map { display: block; width: 100%; height: 260px; border: 0; border-radius: 6px; background: var(--st-surface); }
.shd_map_link { display: inline-block; margin-top: 6px; }
.shd_video { aspect-ratio: 16 / 9; width: 100%; border-radius: 6px; overflow: hidden; background: var(--st-surface); }
.shd_video iframe { display: block; width: 100%; height: 100%; border: 0; }
.shd_footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; border-top: 1px solid var(--st-border); padding-top: 18px; margin-top: 24px; }
.shd_footer .shd_back { margin: 0; }
.shd_empty { padding: 22px 16px; border: 1px solid var(--st-border); border-radius: 6px; color: var(--st-muted); }
@media (max-width: 760px) {
    .shd_hero { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 18px; }
}
@media (max-width: 540px) {
    .shd_hero { grid-template-columns: minmax(0,1fr); gap: 16px; }
    .shd_poster_link { width: 100%; max-width: 240px; }
    .shd_section .shd_title { font-size: 25px; }
    .shd_section .shd_date { font-size: 14px; }
    .shd_map { height: 220px; }
}
@media (pointer: coarse) {
    .shd_button { min-height: 44px; }
}

        /* press rows */
            .prs_section .prs_wrapper {
                width: 100%;
                max-width: 1100px;
                min-width: 0;
                margin-inline: auto;
                margin-bottom:20px;
            }
            .prs_section .prs_header { margin-bottom: 1.5rem; }
            .prs_section .prs_list {
                margin: 0;
                padding: 0;
                list-style: none;
                overflow: hidden;
                border: 1px solid var(--st-border);
                border-radius: 0.75rem;
                background: var(--st-surface);
                color: var(--st-on-surface);
            }
            .prs_section .prs_list > li { margin: 0; padding: 0; }
            .prs_section .prs_list > li + li { border-top: 1px solid var(--st-border); }
            .prs_section .prs_item {
                display: flex;
                align-items: center;
                gap: 1rem;
                min-width: 0;
                padding: 12px 16px;
                text-align: left;
            }
            .prs_section .prs_media {
                flex: 0 0 72px;
                width: 72px;
                height: 72px;
                margin: 0;
                overflow: hidden;
                border-radius: 0.4rem;
                background: var(--st-surface-alt);
            }
            .prs_section .prs_image {
                display: block;
                width: 100%;
                height: 100%;
                max-width: none;
                margin: 0;
                border-radius: 0;
                object-fit: cover;
            }
            .prs_section .prs_content { flex: 1 1 0%; min-width: 0; }
            .prs_section .prs_meta {
                display: flex;
                align-items: center;
                gap: 0.5rem;
                min-width: 0;
                margin-bottom: 4px;
                color: var(--st-on-surface);
                font-size: 0.75rem;
                line-height: 1.3;
            }
            .prs_section .prs_type,
            .prs_section .prs_author {
                min-width: 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .prs_section .prs_type { font-weight: 700; }
            .prs_section .prs_meta_dot { flex: none; }
            .prs_section .prs_publication {
                margin: 0;
                color: var(--st-on-surface-hdr);
                font-family: var(--st-font-heading);
                font-size: 1rem;
                font-weight: 700;
                line-height: 1.35;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .prs_section .prs_excerpt {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                margin: 4px 0 0;
                overflow: hidden;
                color: var(--st-on-surface);
                font-size: 0.875rem;
                font-style: normal;
                line-height: 1.45;
                overflow-wrap: anywhere;
            }
            .prs_section .prs_publication_link {
                display: flex;
                align-items: center;
                gap: 0.4rem;
                box-sizing: border-box;
                width: fit-content;
                max-width: 100%;
                min-height: 24px;
                padding: 0;
                border: 0;
                background: transparent;
                color: var(--st-on-surface-hdr);
                font: inherit;
                text-decoration: none;
            }
            .prs_section .prs_publication_text {
                display: block;
                min-width: 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .prs_section .prs_publication_link:hover {
                color: var(--st-on-surface-hdr);
                text-decoration: underline;
                text-underline-offset: 0.2em;
            }
            .prs_section .prs_publication_link:focus-visible {
                outline: 2px solid var(--st-on-surface);
                outline-offset: 3px;
            }
            .prs_section .prs_icon { flex: none; width: 0.875rem; height: 0.875rem; }

            @media (max-width: 640px) {
                .prs_section .prs_item { gap: 0.65rem; padding: 10px;  }
                .prs_section .prs_media { flex-basis: 56px; width: 56px; height: 56px; }
                .prs_section .prs_publication { font-size: 0.9375rem; }
                .prs_section .prs_excerpt { -webkit-line-clamp: 2; font-size: 0.8125rem; }
            }

        .mlr_section {
            padding: 2.5rem 1.5rem;
            background: var(--st-bg);
            color: var(--st-on-bg);
            font-family: var(--st-font-body);
        }

        .mlr_section .mlr_heading { color: var(--st-on-bg-hdr); }
        .mlr_section .mlr_subheading { color: var(--st-on-bg); }
        .mlr_section .mlr_empty { margin: 0; text-align: center; }

        .mlr_section .mlr_toolbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 12px;
        }

        .mlr_section .mlr_filters { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
        .mlr_section .mlr_filter {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 40px;
            padding: 8px 18px;
            border: 1px solid var(--st-border);
            border-radius: 999px;
            background: var(--st-surface);
            color: var(--st-on-surface);
            font: inherit;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.2;
            cursor: pointer;
        }
        .mlr_section .mlr_filter_check { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 14px; width: 14px; height: 14px; box-sizing: border-box; border: 1px solid currentColor; border-radius: 4px; font-size: 9px; }
        .mlr_section .mlr_filter[aria-pressed="false"] .mlr_filter_check i { visibility: hidden; }
        .mlr_section .mlr_filter[aria-pressed="true"] { background: var(--st-cta-bg); border-color: var(--st-cta-bg); color: var(--st-cta-text); }
        .mlr_section .mlr_search_wrap { position: relative; display: block; flex: 0 1 280px; min-width: 0; max-width: 100%; }
        .mlr_section .mlr_search_wrap > i { position: absolute; top: 50%; left: 13px; transform: translateY(-50%); color: var(--st-on-surface); font-size: 13px; pointer-events: none; }
        .mlr_section .mlr_search {
            display: block;
            box-sizing: border-box;
            width: 100%;
            min-width: 0;
            min-height: 40px;
            padding: 9px 12px 9px 36px;
            border: 1px solid var(--st-border);
            border-radius: 999px;
            background: var(--st-surface);
            color: var(--st-on-surface);
            font: inherit;
            font-size: 13px;
            line-height: 1.3;
        }
        .mlr_section .mlr_search::placeholder { color: var(--st-on-surface); opacity: 1; }
        .mlr_section .mlr_no_results { margin: 0; color: var(--st-on-surface); text-align: center; font-size: 14px; }
        .mlr_section .mlr_no_results:not(:empty) { padding: 24px 16px; border: 1px solid var(--st-border); border-radius: 10px; background: var(--st-surface); }

        .mlr_section .mlr_list {
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid var(--st-border);
            border-radius: 10px;
            overflow: hidden;
            background: var(--st-surface);
            color: var(--st-on-surface);
        }

        .mlr_section .mlr_row {
            position: relative;
            display: flex;
            align-items: center;
            gap: 14px;
            margin: 0;
            padding: 10px 14px;
            background: var(--st-surface);
            color: var(--st-on-surface);
            transition: background-color 160ms ease, color 160ms ease;
        }

        .mlr_section .mlr_row:not([hidden]) ~ .mlr_row:not([hidden]) { border-top: 1px solid var(--st-border); }

        .mlr_section .mlr_thumb_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 56px;
            width: 56px;
            height: 56px;
            overflow: hidden;
            border-radius: 5px;
            background: var(--st-surface-alt);
            color: var(--st-on-surface-alt);
            text-decoration: none;
        }

        .mlr_section .mlr_thumb { display: block; width: 100%; height: 100%; object-fit: cover; }
        .mlr_section .mlr_thumb_placeholder { font-size: 20px; }
        .mlr_section .mlr_info { flex: 1 1 auto; min-width: 0; }

        .mlr_section .mlr_title {
            margin: 0;
            color: var(--st-on-surface-hdr);
            font-family: var(--st-font-heading);
            font-size: 15px;
            font-weight: 650;
            line-height: 1.35;
        }

        .mlr_section .mlr_title > a,
        .mlr_section .mlr_title > span {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: inherit;
            text-decoration: none;
        }

        .mlr_section .mlr_title_link:hover { text-decoration: underline; text-underline-offset: 3px; }
        .mlr_section .mlr_album_label { margin: 4px 0 0; color: inherit; font-size: 11px; font-weight: 600; line-height: 1.25; }
        .mlr_section .mlr_actions { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }

        .mlr_section .mlr_play,
        .mlr_section .mlr_details {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 44px;
            width: 44px;
            height: 44px;
            margin: 0;
            padding: 0;
            border: 1px solid var(--st-border);
            border-radius: 50%;
            background: var(--st-surface-alt);
            color: var(--st-on-surface-alt);
            font-size: 14px;
            line-height: 1;
            box-sizing: border-box;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 160ms ease, color 160ms ease;
        }

        .mlr_section .mlr_play_icon { margin-left: 2px; }
        .mlr_section .mlr_pause_icon { display: none; }
        .mlr_section .mlr_play.is-playing .mlr_play_icon { display: none; }
        .mlr_section .mlr_play.is-playing .mlr_pause_icon { display: inline-block; }

        .mlr_section :is(a, button, input):focus-visible { outline: 2px solid var(--st-primary); outline-offset: 2px; }

        .mlr_section .mlr_row.mlr_is_playing {
            background: var(--st-surface-alt);
            color: var(--st-on-surface-alt);
            box-shadow: inset 3px 0 0 var(--st-primary);
        }

        .mlr_section .mlr_row.mlr_is_playing .mlr_title { color: var(--st-on-surface-alt-hdr); }
        .mlr_section .mlr_play.is-playing { background: var(--st-cta-bg); color: var(--st-cta-text); border-color: var(--st-cta-bg); }
        .mlr_section .mlr_row.mlr_has_preview_cta .mlr_details { background: var(--st-cta-bg); color: var(--st-cta-text); border-color: var(--st-cta-bg); }
        .mlr_section .mlr_preview_cta { margin: 6px 0 0; max-width: 64ch; color: inherit; font-size: 12px; line-height: 1.45; white-space: normal; overflow-wrap: anywhere; }

        .mlr_section .mlr_progress {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: var(--st-primary);
            opacity: 0;
            pointer-events: none;
        }

        .mlr_section .mlr_is_playing .mlr_progress { opacity: 1; }
        .mlr_section .mlr_audio { display: none; }
        .mlr_section .mlr_error { margin: 5px 0 0; color: inherit; font-size: 12px; line-height: 1.4; }
        .mlr_section [hidden] { display: none; }

        @media (hover: hover) {
            .mlr_section .mlr_play:hover,
            .mlr_section .mlr_details:hover,
            .mlr_section .mlr_row.mlr_has_preview_cta .mlr_details:hover,
            .mlr_section .mlr_filter:hover { background: var(--st-cta-bg-hover); color: var(--st-cta-text); border-color: var(--st-cta-bg-hover); }
        }

        @media (max-width: 600px) {
            .mlr_section { padding: 2rem 1rem; }
            .mlr_section .mlr_row { gap: 9px; padding: 8px; }
            .mlr_section .mlr_thumb_wrap { flex-basis: 46px; width: 46px; height: 46px; }
            .mlr_section .mlr_title { font-size: 14px; }
            .mlr_section .mlr_actions { gap: 7px; }
            .mlr_section .mlr_search_wrap { flex: 1 1 100%; }
        }

        @media (prefers-reduced-motion: reduce) {
            .mlr_section .mlr_row,
            .mlr_section .mlr_play,
            .mlr_section .mlr_details { transition: none; }
        }