@charset "UTF-8";
/*!
Theme Name: CatalyticSound32
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: catalyticsound32
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CatalyticSound32 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ---------------------------------------------
abstracts
--------------------------------------------- */
/* ---------------------------------------------
common
--------------------------------------------- */
/* social-network ------------------------------------ */
#sm-contact {
  font-size: 1.25rem;
}
#sm-contact .nav-item a.nav-link {
  color: var(--bs-body-color);
  padding: 0.5rem;
}
#sm-contact .nav-item a.nav-link:hover {
  color: var(--bs-primary);
}

/* banners ------------------------------------ */
.cs_community,
.cs_banner-ss,
.cs_festival-callout {
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .cs_community,
  .cs_banner-ss,
  .cs_festival-callout {
    padding: 3rem 0;
  }
}
@media (max-width: 767.98px) {
  .cs_community,
  .cs_banner-ss,
  .cs_festival-callout {
    padding: 2rem 0;
  }
}
@media (max-width: 991.98px) {
  .cs_community__description,
  .cs_banner-ss__description,
  .cs_festival-callout__description {
    font-size: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .cs_community__description,
  .cs_banner-ss__description,
  .cs_festival-callout__description {
    font-size: 0.85rem !important;
  }
}
.cs_community__eyebrow,
.cs_banner-ss__eyebrow,
.cs_festival-callout__eyebrow {
  display: block;
  font-size: 1rem;
  color: var(--bs-primary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.cs_community__heading,
.cs_banner-ss__heading,
.cs_festival-callout__heading {
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
}
.cs_community__description,
.cs_banner-ss__description,
.cs_festival-callout__description {
  font-size: 1.25rem;
  color: var(--bs-gray-500);
}

.cs_community {
  background: rgb(16, 17, 18);
  background: linear-gradient(0deg, rgb(16, 17, 18) 0%, rgb(18, 22, 25) 100%);
}
.cs_community__heading em {
  color: var(--bs-primary);
}

.cs_banner-ss {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("https://catalyticsound.com/wp-content/uploads/banner-sondstream.webp");
  background-size: cover;
  background-position: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgb(0, 0, 0);
}

.cs_festival-callout {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("https://catalyticsound.com/wp-content/uploads/banner-festival.webp");
  background-size: cover;
  background-position: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgb(0, 0, 0);
}
.cs_festival-callout__meta {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ---------------------------------------------
components
--------------------------------------------- */
/* ------------------------------------ */
/* Topbar ------------------------------------ */
.cs_topbar {
  font-weight: 500;
  border-top: 1px solid #000;
  background-color: var(--bs-dark-bg-subtle);
}
.cs_topbar__eco-link {
  font-weight: 500 !important;
  font-size: 0.75rem;
  color: var(--bs-secondary);
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .cs_topbar__eco-link {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
  }
}
.cs_topbar__eco-link:hover {
  color: var(--bs-primary);
}
.cs_topbar__eco-link.active {
  color: var(--bs-light);
}
.cs_topbar__link-sm {
  font-size: 1rem !important;
  color: var(--bs-light);
  padding: 0.5rem;
}

.cs-theme-wrapper {
  position: relative;
}

.cs-theme-btn {
  background: none;
  border: none;
  color: var(--bs-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  padding: 4px 8px;
  border-radius: var(--bs-border-radius-sm);
  transition: background 0.15s, color 0.15s;
}
.cs-theme-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.cs-theme-btn .cs-chevron {
  font-size: 10px;
}

.cs-theme-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 4px;
  min-width: 140px;
  display: none;
  z-index: 1000;
}
.cs-theme-dropdown.open {
  display: block;
}

.cs-theme-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: var(--bs-border-radius-sm);
  cursor: pointer;
  color: var(--bs-body-color);
  font-size: 0.8125rem;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  transition: background 0.12s;
}
.cs-theme-option:hover {
  background: var(--bs-tertiary-bg);
}
.cs-theme-option.active {
  background: var(--bs-primary);
  color: #fff;
}
.cs-theme-option i {
  font-size: 13px;
  opacity: 0.7;
}
.cs-theme-option.active i {
  opacity: 1;
}

/* card artist profile------------------------------------ */
.card-artist-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.card-artist-profile:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.card-artist-profile__media {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: var(--bs-secondary);
  overflow: hidden;
}
.card-artist-profile__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
}
.card-artist-profile__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background-color: rgba(220, 53, 69, 0.85);
  border: 1px solid #dc3545;
  box-shadow: 0 0 6px rgba(91, 3, 8, 0.65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.card-artist-profile__badge .bi {
  font-size: 1.1rem;
  color: #fff;
}
.card-artist-profile__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 1.125rem;
}
.card-artist-profile__category {
  font-size: 0.875rem;
  color: var(--bs-secondary);
  margin-bottom: 0.75rem;
  letter-spacing: -0.0125em;
}
.card-artist-profile__name {
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.25rem;
}
.card-artist-profile__location {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin-bottom: 0.375rem;
}
.card-artist-profile__description {
  line-height: 1.55;
  flex: 1 1 auto;
  margin-bottom: 1.25rem;
}
.card-artist-profile__cta {
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 576px) {
  .card-artist-profile__name {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .card-artist-profile__name {
    font-size: 1.35rem;
  }
}
@media (min-width: 992px) {
  .card-artist-profile__name {
    font-size: 1.25rem;
  }
  .card-artist-profile__description {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1200px) {
  .card-artist-profile__name {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .card-artist-profile__body {
    padding: 1.25rem 1.5rem;
  }
  .card-artist-profile__name {
    font-size: 1.25rem;
  }
}
/* card quarterly ------------------------------------ */
.card-quarterly {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.card-quarterly:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.card-quarterly__media {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #b0b0b0;
  overflow: hidden;
}
.card-quarterly__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-quarterly__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 1;
}
.card-quarterly__badge .bi {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
}
.card-quarterly__badge.badge-pdf {
  background-color: rgba(220, 53, 69, 0.85);
  border: 1px solid #dc3545;
  box-shadow: 0 0 6px rgba(91, 3, 8, 0.65);
}
.card-quarterly__badge.badge-html {
  background-color: rgba(25, 135, 84, 0.85);
  border: 1px solid #198754;
  box-shadow: 0 0 6px rgba(10, 53, 33, 0.65);
}
.card-quarterly__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 1.125rem;
}
.card-quarterly__date {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin-bottom: 0.375rem;
}
.card-quarterly__title {
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.card-quarterly__description {
  line-height: 1.55;
  flex: 1 1 auto;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-quarterly__cta {
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 992px) {
  .card-quarterly__description {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1400px) {
  .card-quarterly__body {
    padding: 1.25rem 1.5rem;
  }
}
/* card questions answers------------------------------------ */
.card-questions-answers {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: var(--bs-dark-border-subtle);
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--bs-secondary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.card-questions-answers:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.card-questions-answers__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.card-questions-answers__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.card-questions-answers::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
}
.card-questions-answers__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  background-color: rgba(220, 53, 69, 0.85);
  border: 1px solid #dc3545;
  box-shadow: 0 0 6px rgba(91, 3, 8, 0.65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.card-questions-answers__badge .bi {
  font-size: 1.1rem;
  color: #fff;
}
.card-questions-answers__body {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1.25rem 0.25rem;
}
.card-questions-answers__name {
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 0.375rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.card-questions-answers__role {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.card-questions-answers__footer {
  position: relative;
  z-index: 2;
  padding: 1rem 1.25rem 1.25rem;
}
.card-questions-answers__cta {
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 576px) {
  .card-questions-answers {
    min-height: 350px;
  }
  .card-questions-answers__name {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .card-questions-answers {
    min-height: 400px;
  }
  .card-questions-answers__name {
    font-size: 1.35rem;
  }
}
@media (min-width: 992px) {
  .card-questions-answers {
    min-height: 320px;
  }
  .card-questions-answers__name {
    font-size: 1.25rem;
  }
  .card-questions-answers__body {
    padding: 1rem 1.125rem 0.25rem;
  }
  .card-questions-answers__footer {
    padding: 0.875rem 1.125rem 1.125rem;
  }
}
@media (min-width: 1200px) {
  .card-questions-answers {
    min-height: 350px;
  }
  .card-questions-answers__name {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .card-questions-answers {
    min-height: 400px;
  }
  .card-questions-answers__name {
    font-size: 1.25rem;
  }
  .card-questions-answers__body {
    padding: 1.25rem 1.375rem 0.375rem;
  }
  .card-questions-answers__footer {
    padding: 1rem 1.375rem 1.375rem;
  }
}
/* card record label------------------------------------ */
.card-record-label {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.card-record-label:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.card-record-label__media {
  position: relative;
  flex-shrink: 0;
  width: 42%;
  background-color: #b0b0b0;
  overflow: hidden;
}
.card-record-label__media::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-record-label__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-record-label__media .bi-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #9e9e9e;
}
.card-record-label__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background-color: rgba(220, 53, 69, 0.85);
  border: 1px solid #dc3545;
  box-shadow: 0 0 6px rgba(91, 3, 8, 0.65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  z-index: 1;
}
.card-record-label__badge .bi {
  font-size: 1rem;
  color: #fff;
}
.card-record-label__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  padding: 1.25rem 1.375rem;
  min-width: 0;
}
.card-record-label__title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.card-record-label__subtitle {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin-bottom: 0.875rem;
}
.card-record-label__description {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex: 1 1 auto;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-record-label__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
}
.card-record-label__cta .bi {
  font-size: 1rem;
  transition: transform 0.2s ease;
}
.card-record-label__cta:hover .bi, .card-record-label__cta:focus .bi {
  transform: translateX(4px);
}

@media (max-width: 575.98px) {
  .card-record-label {
    flex-direction: column;
  }
  .card-record-label__media {
    width: 100%;
  }
  .card-record-label__media::after {
    padding-top: 56.25%;
  }
  .card-record-label__body {
    padding: 1rem 1.125rem;
  }
  .card-record-label__cta {
    align-self: stretch;
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .card-record-label {
    flex-direction: column;
  }
  .card-record-label__media {
    width: 100%;
  }
  .card-record-label__media::after {
    padding-top: 50%;
  }
}
@media (min-width: 768px) {
  .card-record-label {
    flex-direction: row;
  }
  .card-record-label__media {
    width: 42%;
  }
  .card-record-label__media::after {
    padding-top: 100%;
  }
}
@media (min-width: 992px) {
  .card-record-label__title {
    font-size: 1.25rem;
  }
  .card-record-label__description {
    font-size: 0.875rem;
  }
  .card-record-label__body {
    padding: 1.5rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .card-record-label__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .card-record-label__body {
    padding: 1.75rem 2rem;
  }
  .card-record-label__title {
    font-size: 1.5rem;
  }
}
/* card swiper ------------------------------------ */
.cs_card-swiper {
  border: none !important;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  height: 100%;
  transition: transform 0.15s ease;
}
.cs_card-swiper:hover {
  transform: translateY(-2px);
}
.cs_card-swiper__cover {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--bs-secondary-bg);
}
.cs_card-swiper__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.cs_card-swiper:hover .cs_card-swiper__cover img {
  transform: scale(1.04);
}
.cs_card-swiper__body {
  padding: 0.5rem 0.625rem 0.65rem;
}
.cs_card-swiper__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cs_card-swiper__title a {
  color: var(--bs-emphasis-color);
  text-decoration: none;
}
.cs_card-swiper__title a:hover {
  color: var(--bs-primary);
}
.cs_card-swiper__meta {
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs_card-swiper__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.cs_card-swiper:hover .cs_card-swiper__overlay {
  opacity: 1;
  pointer-events: auto;
}

/* card search ------------------------------------ */
.cs_card-search__title {
  font-size: 1rem;
}
.cs_card-search__description {
  font-size: 0.85rem;
  color: var(--bs-secondary);
}
.cs_card-search__by-album {
  font-size: 0.85rem;
  color: var(--bs-secondary);
}
.cs_card-search__from-merch {
  font-size: 0.85rem;
  color: var(--bs-secondary);
}

/* tags ------------------------------------ */
/* Tags de taxonomía — single-musician_cs.php */
.cs_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.cs_tags__label {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--bs-color-body);
  margin-bottom: 0.25rem;
}

img.key-cover {
  border: 1px solid var(--bs-boder-color);
}

/* navbar ------------------------------------ */
.cs_header__logo svg {
  height: 30px;
}
.cs_header__logo svg .cls-1,
.cs_header__logo svg .cls-2 {
  stroke-width: 0px;
  shape-rendering: auto;
  fill: var(--bs-light);
}
.cs_header__logo svg .cls-2 {
  fill: var(--bs-primary);
}
.cs_header .menu-item-object-custom a,
.cs_header .menu-item-object-page a {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
.cs_header .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.cs_header .dropdown-toggle::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='%23f11f28' xmlns='http://www.w3.org/2000/svg'><path d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem 1rem;
  margin-left: auto;
  padding-left: 1rem;
  content: "";
  border: none;
}

[data-bs-theme=light] .cs_header__logo svg .cls-1 {
  fill: var(--bs-dark);
}

[data-bs-theme=dark] .cs_header__logo svg .cls-1 {
  fill: var(--bs-light);
}

/* pagination ------------------------------------ */
.cs-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.cs-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.cs-pagination li {
  display: flex;
}
.cs-pagination span.dots, .cs-pagination span.current, .cs-pagination a.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: var(--bs-border-radius);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.cs-pagination a.page-numbers {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
}
.cs-pagination a.page-numbers:hover {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-400);
  color: var(--bs-secondary);
}
.cs-pagination a.page-numbers:focus-visible {
  outline: var(--bs-focus-ring-width) solid var(--bs-focus-ring-color);
  outline-offset: 2px;
}
.cs-pagination a.page-numbers i {
  font-size: 1rem;
}
.cs-pagination span.current {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid var(--bs-primary);
  cursor: default;
}
.cs-pagination span.dots {
  background: transparent;
  border: none;
  color: var(--bs-gray-500);
  cursor: default;
  letter-spacing: 0.1em;
}

.prev, .next {
  font-size: 1rem;
}

.prev {
  border-left: 1px solid var(--bs-border-color);
}

/* hero ------------------------------------ */
.cs_page-hero {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 2rem 0;
}
@media (max-width: 575.98px) {
  .cs_page-hero {
    padding: 1.25rem 0;
  }
}
.cs_page-hero__title {
  margin: 0;
  border-left: 4px solid var(--bs-primary);
  padding-left: 1rem;
}
@media (max-width: 575.98px) {
  .cs_page-hero__title {
    padding-left: 1rem;
  }
}
.cs_page-hero__breadcrumb {
  font-size: 0.85rem;
  font-weight: 500;
}
.cs_page-hero__breadcrumb .breadcrumb-item {
  color: var(--bs-secondary);
}
.cs_page-hero__breadcrumb .breadcrumb-item a {
  color: var(--bs-secondary);
  text-decoration: none;
}
.cs_page-hero__breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
  color: var(--bs-primary);
}
.cs_page-hero__breadcrumb .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.cs_page-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-tertiary-color) !important;
}

[data-bs-theme=light] .cs_page-hero {
  background-color: var(--bs-secondary-bg);
}

[data-bs-theme=dark] .cs_page-hero {
  background-color: var(--bs-dark-bg-subtle);
}

/* filter ------------------------------------ */
.albums-filter-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.albums-filter-nav .filter-label {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bs-secondary);
  flex-shrink: 0;
}
.albums-filter-nav .nav-pills {
  --bs-nav-pills-border-radius: 5px;
  --bs-nav-pills-link-active-bg: var(--bs-emphasis-color);
  --bs-nav-pills-link-active-color: var(--bs-body-bg);
  gap: 5px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.albums-filter-nav .nav-pills .nav-link {
  padding: 4px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-secondary-color);
  border: 1px solid var(--bs-border-color);
  transition: border-color 0.15s, color 0.15s, background-color 0.15s;
  cursor: pointer;
  background: transparent;
}
.albums-filter-nav .nav-pills .nav-link:hover {
  color: var(--bs-light);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.albums-filter-nav .nav-pills .nav-link.active {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.albums-filter-nav .nav-pills .nav-link.active:hover {
  color: var(--bs-emphasis-color);
}

.results-info {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  margin-bottom: 1rem;
}

/* grid ------------------------------------ */
.albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.album-card-col.is-hidden {
  display: none !important;
}

.album-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.15s ease;
}
.album-card:hover {
  transform: translateY(-2px);
}

.album-cover {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 2px solid var(--bs-dark-border-subtle);
}
.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album-cover:hover {
  border: 2px solid var(--bs-primary);
}

.album-cover-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-secondary-bg);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.2);
}

.album-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.album-card:hover .album-overlay {
  opacity: 1;
  pointer-events: auto;
}

.btn-ov {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 11px;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  transition: background 0.12s;
}
.btn-ov svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

.btn-bc {
  background: #1da0c3;
  color: #fff;
}
.btn-bc:hover {
  background: #178aaa;
  color: #fff;
}

.btn-wp {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-wp:hover {
  background: rgba(255, 255, 255, 0.22) r;
  color: #fff;
}

.album-info {
  padding: 8px 9px 9px;
}

.album-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.album-title a {
  color: var(--bs-emphasis-color);
  text-decoration: none;
}
.album-title a:hover {
  color: var(--bs-primary);
}

.album-artist, .merch-artist {
  font-size: 0.875rem;
  color: var(--bs-secondary);
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.album-badge {
  display: inline-block;
  font-size: 0.625rem;
  padding: 2px 6px;
  border-radius: 3px;
  background: var(--bs-tertiary-bg);
  color: var(--bs-secondary-color);
  border: 1px solid var(--bs-border-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .albums-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .albums-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .albums-filter-nav .nav-pills .nav-link {
    font-size: 0.625rem;
    padding: 3px 9px;
  }
  .btn-ov {
    font-size: 0.625rem;
    padding: 5px 9px;
  }
}
/* ---------------------------------------------
layout
--------------------------------------------- */
/* body ------------------------------------ */
body {
  /* Para Chrome, Safari y Edge (basados en WebKit/Blink) */
  -webkit-font-smoothing: antialiased;
  /* Para Firefox en macOS */
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-optical-sizing: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

/* main ------------------------------------ */
.cs_main {
  padding: 2rem 0;
}
@media (max-width: 575.98px) {
  .cs_main {
    padding: 1.25rem 0;
  }
}
.cs_main .cs-edit-post-link {
  margin-top: 2rem;
}

/* aticle ------------------------------------ */
article .entry-header h1.entry-title {
  margin-bottom: 0;
}
article .entry-header h2 {
  color: var(--bs-secondary-color);
  margin-bottom: 0;
}
article .entry-content {
  padding: 0;
}
article .entry-meta {
  font-size: 1rem;
  margin-bottom: 1rem;
}
article .entry-meta a {
  color: var(--bs-body-color);
  text-decoration: none;
}
article .entry-meta a:hover {
  color: var(--bs-emphasis-color);
  text-decoration: underline;
}
article .entry-footer {
  background-color: var(--bs-success-bg-subtle);
  border-top: 1px solid var(--bs-success-border-subtle);
  padding: 0.5rem 1rem;
  margin-top: 2rem;
}
article time.published {
  margin-right: 0.5rem;
}
article time.entry-date {
  text-decoration: none;
}

article.cs_article .wp-block-table table thead tr {
  background-color: #000;
  color: #fff;
}
article.cs_article blockquote.wp-block-quote {
  background-color: var(--bs-dark-bg-subtle);
  padding: 1rem;
  border: 1px solid var(--bs-dark-border-subtle);
  border-left: 4px solid var(--bs-primary);
  border-radius: 3px;
}
article.cs_article blockquote.wp-block-quote p {
  margin-bottom: 0;
}

/* footer ------------------------------------ */
/* === WRAPPER FOOTER === */
.cs_footer {
  background: var(--bs-dark-bg-subtle);
  color: var(--bs-secondary);
  border-top: 1px solid #343a40;
  padding-top: 1rem;
}
@media (max-width: 575.98px) {
  .cs_footer {
    padding-top: 0;
  }
}
.cs_footer__logo-wrap svg {
  height: 30px;
  margin-bottom: 1rem;
}
.cs_footer__logo-wrap svg .cls-1,
.cs_footer__logo-wrap svg .cls-2 {
  stroke-width: 0px;
  shape-rendering: auto;
  fill: var(--bs-light);
}
.cs_footer__logo-wrap svg .cls-2 {
  fill: var(--bs-primary);
}
.cs_footer__link-sm {
  font-size: 1.25rem;
  color: var(--bs-gray-400);
  padding: 0.5rem;
}
.cs_footer__link-sm:hover {
  color: var(--bs-light);
}
.cs_footer__copyright {
  font-size: 0.875rem;
  color: var(--bs-gray-600);
}
.cs_footer__copyright a {
  font-size: 0.875rem;
  color: var(--bs-gray-600);
  text-decoration: none;
}
.cs_footer__copyright a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
.cs_footer__inner-eco a {
  font-size: 0.875rem;
  color: var(--bs-gray-600);
  text-decoration: none;
}
.cs_footer__inner-eco a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
.cs_footer__row1 {
  padding: 2rem 0;
}
@media (max-width: 575.98px) {
  .cs_footer__row1 {
    padding: 1.5rem 0;
  }
}
.cs_footer__row2 {
  padding: 2rem 0;
  border-top: 1px solid var(--bs-dark-border-subtle);
}
@media (max-width: 575.98px) {
  .cs_footer__row2 {
    padding: 1.5rem 0;
  }
}
.cs_footer__col-title {
  color: var(--bs-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
  position: relative;
  padding-bottom: 10px;
}
.cs_footer__col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 2px;
  background: var(--bs-primary);
}
.cs_footer__nav-col .nav-link {
  padding: 0.5rem 0;
  color: var(--bs-gray-600);
}
.cs_footer__nav-col .nav-link:hover {
  color: var(--bs-white);
}
.cs_footer__bottom {
  padding: 1rem 0;
  border-top: 1px solid var(--bs-dark-border-subtle);
}
@media (max-width: 575.98px) {
  .cs_footer__bottom {
    padding: 0.75rem 0;
  }
}

/* section ------------------------------------ */
.cs_merch-archive {
  margin: 0;
}
.cs_merch-archive__count, .cs_merch-archive__results-info {
  color: var(--bs-secondary);
}

/* aside ------------------------------------ */
aside section.widget h2.wp-block-heading {
  font-size: 1.5rem;
}
aside section.widget ul.wp-block-latest-posts__list,
aside section.widget ul.wp-block-archives-list,
aside section.widget ul.wp-block-categories-list {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
aside section.widget ul.wp-block-latest-posts__list li,
aside section.widget ul.wp-block-archives-list li,
aside section.widget ul.wp-block-categories-list li {
  padding: 0;
}
aside section.widget ul.wp-block-latest-posts__list li a,
aside section.widget ul.wp-block-archives-list li a,
aside section.widget ul.wp-block-categories-list li a {
  color: var(--bs-body-color);
  position: relative;
}
aside section.widget ul.wp-block-latest-posts__list li a::before,
aside section.widget ul.wp-block-archives-list li a::before,
aside section.widget ul.wp-block-categories-list li a::before {
  position: absolute;
  bottom: 0;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  content: "\f285";
  font-family: "Bootstrap-icons";
  font-size: 0.75rem;
  color: var(--bs-primary) !important;
  margin-left: -1rem;
  text-decoration: none !important;
}

[data-bs-theme=light] .col-aside {
  border-left: 1px dotted var(--bs-light-border-subtle);
}

[data-bs-theme=dark] .col-aside {
  border-left: 1px dotted var(--bs-dark-border-subtle);
}

aside .cs_musician-aside__photo {
  margin-bottom: 0.5rem;
}
aside .cs_musician-aside__title {
  margin-bottom: 0.25rem;
}
aside .cs_musician-aside__location {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: var(--bs-secondary);
}
aside .cs_musician-aside__description {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  color: var(--bs-secondary);
}

/* ---------------------------------------------
pages
--------------------------------------------- */
/* front-page ------------------------------------ */
/* Hero Home */
.cs_hero-home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("https://catalyticsound.com/wp-content/uploads/hero-home-page.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--bs-dark-border-subtle);
  color: var(--bs-light) !important;
  padding: 7rem 0;
}
@media (max-width: 991.98px) {
  .cs_hero-home {
    padding: 3rem 0;
  }
}
@media (max-width: 767.98px) {
  .cs_hero-home {
    padding: 2rem 0;
  }
}
.cs_hero-home__eyebrow {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--bs-primary);
}
.cs_hero-home__heading {
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem !important;
}
.cs_hero-home__heading em {
  color: var(--bs-primary);
}
.cs_hero-home__description {
  font-size: 1.25rem !important;
  color: var(--bs-light);
}

/* News Releases - New Additions */
.cs_new-releases,
.cs_new-additions {
  border-bottom: 1px solid var(--bs-dark-border-subtle) !important;
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .cs_new-releases,
  .cs_new-additions {
    padding: 3rem 0;
  }
}
@media (max-width: 767.98px) {
  .cs_new-releases,
  .cs_new-additions {
    padding: 2rem 0;
  }
}
.cs_new-releases__eyebrow,
.cs_new-additions__eyebrow {
  display: block;
  font-size: 1rem;
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.cs_new-releases__heading,
.cs_new-additions__heading {
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
}

[data-bs-theme=light] .cs_new-releases,
[data-bs-theme=light] .cs_new-additions {
  border-bottom: 1px solid var(--bs-dark-border-subtle);
  background-color: var(--bs-tertiary-bg);
}

[data-bs-theme=dark] .cs_new-releases,
[data-bs-theme=dark] .cs_new-additions {
  border-bottom: 1px solid var(--bs-light-border-subtle);
  background-color: var(--bs-tertiary-bg);
}

/* How it works */
.cs_hiw {
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .cs_hiw {
    padding: 3rem 0;
  }
}
@media (max-width: 767.98px) {
  .cs_hiw {
    padding: 2rem 0 1rem 0;
  }
}
.cs_hiw__eyebrow {
  display: block;
  font-size: 1rem;
  color: var(--bs-primary);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.cs_hiw__heading {
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
}
.cs_hiw__description {
  font-size: 1.25rem;
  color: var(--bs-gray-600);
}

[data-bs-theme=light] .cs_hiw {
  border-bottom: 1px solid var(--bs-dark-border-subtle);
  background-color: var(--bs-secondary-bg);
}

[data-bs-theme=dark] .cs_hiw {
  border-bottom: 1px solid var(--bs-light-border-subtle);
  background-color: var(--bs-dark-bg-subtle);
}

/* page QA ------------------------------------ */
.cs_qa-interview h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--bs-light-text-emphasis);
}
.cs_qa-interview__img {
  border: 1px solid var(--bs-dark-border-subtle);
}
.cs_qa-interview__intro {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--bs-light-text-muted);
}
.cs_qa-interview__portrait figcaption {
  padding-top: 0.75rem;
  color: var(--bs-secondary);
}
.cs_qa-interview__meta time {
  text-transform: uppercase;
  color: var(--bs-secondary);
}
.cs_qa-interview__menu .nav-link {
  border-top: 1px solid var(--bs-dark-border-subtle);
  font-size: 0.875rem;
}

/* single musician ------------------------------------ */
.cs_artist-hero {
  position: relative;
  min-height: 280px;
  background-color: var(--bs-gray-900);
  border-bottom: 1px solid var(--bs-dark-border-subtle);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.cs_artist-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}
.cs_artist-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cs_artist-hero__specialty, .cs_artist-hero__founder {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin: 0;
  line-height: 1;
  padding-left: 10px;
  border-left: 3px solid var(--bs-primary);
}
.cs_artist-hero__name {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 600;
  color: var(--bs-white);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
}
.cs_artist-hero__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: var(--bs-light);
  margin: 0;
}
.cs_artist-hero__location i {
  font-size: 0.875rem;
  color: var(--bs-primary);
}
.cs_artist-hero__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.375rem;
}
.cs_artist-hero__social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--bs-border-radius-pill);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--bs-white);
  backdrop-filter: blur(6px);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.cs_artist-hero__social-link i {
  font-size: 1rem;
  flex-shrink: 0;
}
.cs_artist-hero__social-link:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
@media (max-width: 767px) {
  .cs_artist-hero__social-label {
    display: none;
  }
}

.cs_artist-profile__bio {
  line-height: 1.75;
}

.cs_artist-profile__bio {
  line-height: 1.75;
}

[data-bs-theme=light] .cs-labels-hero {
  border-bottom: 1px solid var(--bs-border-color) !important;
}
[data-bs-theme=light] .cs-labels-hero__overlay {
  background: var(--bs-secondary-bg) !important;
}
[data-bs-theme=light] .cs-labels-hero__name {
  color: var(--bs-dark) !important;
}
[data-bs-theme=light] .cs-labels-hero__social-link {
  color: var(--bs-dark) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  background-color: rgba(0, 0, 0, 0.07) !important;
}
[data-bs-theme=light] .cs-labels-hero__social-link:hover {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
[data-bs-theme=light] .cs-labels-hero__location {
  color: var(--bs-secondary);
}

[data-bs-theme=dark] .cs-labels-hero__overlay {
  background: var(--bs-dark-bg-subtle) !important;
}
[data-bs-theme=dark] .cs-labels-hero__name {
  color: var(--bs-white) !important;
}
[data-bs-theme=dark] .cs-labels-hero__social-link {
  color: var(--bs-white) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.07) !important;
}
[data-bs-theme=dark] .cs-labels-hero__social-link:hover {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
[data-bs-theme=dark] .cs-labels-hero__location {
  color: var(--bs-secondary);
}

/* single label ------------------------------------ */
.cs_label-hero {
  border-bottom: 1px solid var(--bs-border-color);
}
.cs_label-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cs_label-hero__specialty, .cs_label-hero__founder {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin: 0;
  line-height: 1;
  padding-left: 10px;
  border-left: 3px solid var(--bs-primary);
}
.cs_label-hero__name {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 600;
  color: var(--bs-white);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
}
.cs_label-hero__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: var(--bs-light);
  margin: 0;
}
.cs_label-hero__location i {
  font-size: 0.875rem;
  color: var(--bs-primary);
}
.cs_label-hero__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.375rem;
}
.cs_label-hero__social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--bs-border-radius-pill);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--bs-white);
  backdrop-filter: blur(6px);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.cs_label-hero__social-link i {
  font-size: 1rem;
  flex-shrink: 0;
}
.cs_label-hero__social-link:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
@media (max-width: 767px) {
  .cs_label-hero__social-label {
    display: none;
  }
}

[data-bs-theme=light] .cs_label-hero {
  background-color: var(--bs-secondary-bg);
}
[data-bs-theme=light] .cs_label-hero__name {
  color: var(--bs-dark) !important;
}
[data-bs-theme=light] .cs_label-hero__social-link {
  color: var(--bs-dark) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  background-color: rgba(0, 0, 0, 0.07) !important;
}
[data-bs-theme=light] .cs_label-hero__social-link:hover {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
[data-bs-theme=light] .cs_label-hero__location {
  color: var(--bs-secondary);
}

[data-bs-theme=dark] .cs_label-hero {
  background-color: var(--bs-dark-bg-subtle);
}
[data-bs-theme=dark] .cs_label-hero__name {
  color: var(--bs-white) !important;
}
[data-bs-theme=dark] .cs_label-hero__social-link {
  color: var(--bs-white) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.07) !important;
}
[data-bs-theme=dark] .cs_label-hero__social-link:hover {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
[data-bs-theme=dark] .cs_label-hero__location {
  color: var(--bs-secondary);
}

/* page hiw------------------------------------ */
.cs_hiw-aside__menu .nav-link {
  border-top: 1px solid var(--bs-dark-border-subtle);
  font-size: 0.875rem;
}
.cs_hiw-aside__bandcamp {
  color: #1e9ec1;
}
.cs_hiw-aside__bandcamp:hover {
  color: #00d0ff;
}

/* ---------------------------------------------
plugins
--------------------------------------------- */
/* sbi ------------------------------------ */
#sb_instagram {
  padding: 0 !important;
}
#sb_instagram .sb_instagram_header {
  display: none;
}
#sb_instagram #sbi_load {
  display: none;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
#sb_instagram .sbi_photo img {
  border: 1px solid var(--bs-border-color) !important;
  border-radius: var(--bs-border-radius-sm);
}

#sb_instagram #sbi_load a.sbi_load_btn {
  --bs-btn-bg: #f01e29;
  --bs-btn-border-color: #f01e29;
  --bs-btn-hover-bg: #f24049;
  --bs-btn-hover-border-color: #f2353e;
  --bs-btn-color: var(--bs-white);
  display: inline-block;
  padding: var(--bs-border-width) 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-btn-color) !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--bs-btn-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#sb_instagram #sbi_load a.sbi_load_btn:hover, #sb_instagram #sbi_load a.sbi_load_btn:focus-visible {
  border-color: var(--bs-btn-hover-border-color);
  background-color: var(--bs-btn-hover-bg);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
#sb_instagram #sbi_load a.sbi_load_btn.active {
  background-color: var(--bs-btn-hover-bg);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#sb_instagram .sbi_follow_btn a {
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--bs-border-color);
  --bs-btn-hover-bg: var(--bs-tertiary-bg);
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: var(--bs-btn-color) !important;
  border: 1px solid var(--bs-btn-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-btn-bg) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus-visible {
  color: var(--bs-heading-color) !important;
  background-color: var(--bs-btn-hover-bg) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), 0.15);
}

/* wpforms ------------------------------------ */
.wpforms-form .wpforms-hidden {
  display: none;
}
.wpforms-form .wpforms-field-container .wpforms-field {
  margin-bottom: 0.5rem;
}
.wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label.wpforms-label-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.wpforms-form .wpforms-field-container .wpforms-field .wpforms-required-label {
  color: var(--bs-danger);
}
.wpforms-form .wpforms-field-container .wpforms-field label {
  margin-bottom: 0.25rem;
}
.wpforms-form .wpforms-field-container .wpforms-field input[type=email], .wpforms-form .wpforms-field-container .wpforms-field input[type=text], .wpforms-form .wpforms-field-container .wpforms-field input[type=number], .wpforms-form .wpforms-field-container .wpforms-field textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-border-color);
  appearance: none;
  border-radius: 0.085rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpforms-form .wpforms-field-container .wpforms-field input[type=email]::placeholder, .wpforms-form .wpforms-field-container .wpforms-field input[type=text]::placeholder, .wpforms-form .wpforms-field-container .wpforms-field input[type=number]::placeholder, .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: var(--bs-tertiary-color);
}
.wpforms-form .wpforms-field-container .wpforms-field input[type=email]:focus, .wpforms-form .wpforms-field-container .wpforms-field input[type=text]:focus, .wpforms-form .wpforms-field-container .wpforms-field input[type=number]:focus, .wpforms-form .wpforms-field-container .wpforms-field textarea:focus {
  background-color: var(--bs-tertiary-bg);
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.wpforms-form .wpforms-field-container .wpforms-field input[type=email].wpforms-error, .wpforms-form .wpforms-field-container .wpforms-field input[type=text].wpforms-error, .wpforms-form .wpforms-field-container .wpforms-field input[type=number].wpforms-error, .wpforms-form .wpforms-field-container .wpforms-field textarea.wpforms-error {
  border-color: var(--bs-form-invalid-border-color);
}
.wpforms-form .wpforms-field-container .wpforms-field input[type=email].wpforms-error:focus, .wpforms-form .wpforms-field-container .wpforms-field input[type=text].wpforms-error:focus, .wpforms-form .wpforms-field-container .wpforms-field input[type=number].wpforms-error:focus, .wpforms-form .wpforms-field-container .wpforms-field textarea.wpforms-error:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.wpforms-form .wpforms-field-container .wpforms-field input[type=email].wpforms-valid, .wpforms-form .wpforms-field-container .wpforms-field input[type=text].wpforms-valid, .wpforms-form .wpforms-field-container .wpforms-field input[type=number].wpforms-valid, .wpforms-form .wpforms-field-container .wpforms-field textarea.wpforms-valid {
  border-color: var(--bs-form-valid-border-color);
}
.wpforms-form .wpforms-field-container .wpforms-field input[type=email].wpforms-valid:focus, .wpforms-form .wpforms-field-container .wpforms-field input[type=text].wpforms-valid:focus, .wpforms-form .wpforms-field-container .wpforms-field input[type=number].wpforms-valid:focus, .wpforms-form .wpforms-field-container .wpforms-field textarea.wpforms-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.wpforms-form .wpforms-field-container .wpforms-field .wpforms-error {
  color: var(--bs-form-invalid-color);
  margin-top: 0.25rem;
  font-size: 0.875em;
}
.wpforms-form .wpforms-submit-container button[type=submit] {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-color: var(--bs-white);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--bs-btn-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpforms-form .wpforms-submit-container button[type=submit]:hover {
  background-color: var(--bs-btn-hover-bg, var(--bs-primary));
  border-color: var(--bs-btn-hover-border-color, var(--bs-primary));
  color: var(--bs-btn-color);
}

.wpforms-container .wpforms-confirmation-container {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  text-align: center;
}

/* mailchimp ------------------------------------ */
.mc_container {
  margin-bottom: 1rem;
}

.mc_error_msg {
  color: rgb(239.4, 107.4, 114);
  margin-bottom: 0.75rem;
  display: block !important;
}

.mc_success_msg {
  color: rgb(117, 183, 152.4);
  margin-bottom: 0.75rem;
  display: block !important;
}

.mc_custom_border_hdr {
  color: var(--bs-gray-600);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.mc_form_inside {
  --bs-gutter-x: .25rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.mc_var_label {
  display: none !important;
}

.wp-block-mailchimp-mailchimp-form-field {
  width: 75%;
}

.mc_merge_var {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0.25rem;
}

.mc_signup_submit {
  flex: 0 0 auto;
  width: 25%;
}

.mc_input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #dee2e6;
  background-color: #212529;
  background-clip: padding-box;
  border: 1px solid #495057;
  border-radius: var(--bs-border-radius, 0.25rem);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mc_input:focus {
  color: #dee2e6;
  background-color: #212529;
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.mc_input:invalid {
  border-color: var(--bs-danger);
}

.mc_signup_submit_button {
  width: 100%;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius, 0.25rem);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mc_signup_submit_button:hover {
  color: #fff;
  background-color: var(--bs-btn-hover-bg, color-mix(in srgb, var(--bs-primary) 85%, black));
  border-color: var(--bs-btn-hover-border-color, color-mix(in srgb, var(--bs-primary) 80%, black));
}
.mc_signup_submit_button:active {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.mc_interest {
  display: none !important;
}

/* ---------------------------------------------
vendor
--------------------------------------------- */
/* swiper ------------------------------------ */
.cs-swiper {
  padding-bottom: 0.25rem !important;
}
.cs-swiper .swiper-pagination-bullet {
  background: var(--bs-secondary-color);
  opacity: 0.4;
  width: 7px;
  height: 7px;
  transition: background 0.2s, opacity 0.2s;
}
.cs-swiper .swiper-pagination-bullet-active {
  background: var(--bs-primary);
  opacity: 1;
}