/* Hyde */

























body {
  font: 13px/1.75em 'Asap', sans-serif;
  background: #fafafa;
}

.content {
  padding: 2em 0;
  overflow: hidden;
  color: #666666;
}

.content:before {
  content: '';
  display: block;
  height: 60px;
}

@media screen and (min-width: 64em) {
  .content:before {
    content: '';
    display: block;
    height: 90px;
  }
}

footer {
  background: #272a32;
  color: #666666;
}

footer .newsletter-subscribe-form .row + .row {
  margin-top: 9px;
}

footer .newsletter-subscribe-form input, footer .newsletter-subscribe-form button {
  border-radius: 3px;
  display: block;
  max-width: 100%;
  width: 100%;
}

footer .newsletter-subscribe-form input {
  margin-bottom: 9px;
}

footer .newsletter-subscribe-form button {
  height: 40px;
  line-height: 42px;
}

@media screen and (max-width: 40em) {
  .gc-display-area {
    pointer-events: none;
  }
}

@media screen and (min-width: 64em) {
  footer .newsletter-subscribe-form input, footer .newsletter-subscribe-form button {
    display: inline-block;
    margin: 0;
    max-width: 33%;
  }
}

footer .newsletter-subscribe-form + .row {
  margin-top: 18px;
}

section {
  margin-bottom: 2em;
}

@media screen and (min-width: 64em) {
  .row {
    max-width: 1200px;
  } 
}



/********************
  TYPOGRAPHY
********************/

h2, h3, h4, h5 {
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-family: Playfair Display;
  font-weight: 700;
  color: ##1a1a1a;
}

h2 a, h3 a, h4 a, h5 a,
a h2, a h3, a h4, a h5 {
  color: ##1a1a1a;
}

h2 a:hover, h3 a:hover, h4 a:hover,
a h2:hover, a h3:hover, a h4:hover {
  color: #0044cc;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.4em;
  margin-bottom: 0.8em;
}

h3 {
  font-size: 1.5em;
  margin-top: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
}

h2 small, h3 small {
  display: block;
  font-family: 'Asap';
  font-size: 0.75rem;
  font-weight: normal;
}

.subheading {
  font-size: 0.65em;
  font-weight: normal;
  font-family: 'Asap';
  color: ##1a1a1a;
}



/********************
  HTML ELEMENTS
********************/

p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
}

a {
  color: #0044cc;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #666666;
}

hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #f4f4f4;
}

small {
  font-size: 0.85em;
}

select {
  height: 48px;
  line-height: 48px;
  text-indent: 10px;
  border-radius: 3px;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #666666;
}

input, textarea {
  border-radius: 0;
  min-height: 40px;
  text-indent: 8px;
  width: 100%;
  margin-bottom: 1em;
  background: #ffffff;
  border: 1px solid #f4f4f4;
}

textarea {
  min-height: 120px;
}

*:focus, *:active {
  outline: none;
}



/********************
  CLASSES
********************/

button, .button {
  color: #fff;
  padding: 0 4em;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.2s ease;
  background: #0044cc;
}

button:hover, .button:hover {
  background: #666666;
  color: #fafafa;
}

@media (hover: none) {
  button:hover, .button:hover {
    background: #666666;
    color: #fafafa;
  }
}

button.disabled, .button.disabled {
  background: #ddd;
  pointer-events: none;
}

.banner {
  background: #C51919;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px;
  text-align: center;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

article.row + article.row {
  margin-top: 50px;
}

.sticker {
  position: absolute;
  color: white;
  width: 120px;
  top: 10px;
  left: -30px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  background: #0044cc;
}

.badge {
  height: 15px;
  width: 15px;
  line-height: 17px;
  text-align: center;
  font-size: 9px;
  border-radius: 50%;
  color: white;
  text-indent: 1px;
  background: #0044cc;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.relative {
  position: relative;
}

.hide-images img {
  display: none;
}

iframe {
  max-width: 100%;
}

[class*="arrow-"]:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 2px 2px 0 0;
}

.arrow-up:before    { transform: rotate(-45deg); }
.arrow-right:before { transform: rotate(45deg); }
.arrow-down:before  { transform: rotate(135deg); }
.arrow-left::before { transform: rotate(-135deg); }

.slick-slider [class*="arrow-"] {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  color: white;
  z-index: 1;
  transition: all 0.2s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slick-slider [class*="arrow-"]:before {
  height: 15px;
  width: 15px;
}

.slick-slider .arrow-left {
  left: 0;
}

.slick-slider .arrow-right {
  right: 0;
}

.carousel [class*="arrow-"] {
  opacity: 0;
}

.carousel:hover [class*="arrow-"] {
  opacity: 1;
}

.vertical-list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #f4f4f4;
}

.vertical-list li span {
  display: inline-block;
  width: 3.5em;
  text-transform: uppercase;
  font-size: 0.9em;
}

.horizontal-list {
  margin-bottom: 1.5em;
}

.horizontal-list li {
  display: inline-block;
}

.horizontal-list li:after {
  content: '/';
  font-size: 0.9em;
  margin: 0 5px 0 8px;
}

.horizontal-list li:last-child:after {
  display: none;
}



/********************
  TOP BAR
********************/

.top-bar {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #272a32;
}

.top-bar a {
  font-size: 14px;
  padding: 0 0.5em;
  opacity: 0.75;
  color: #888888;
}

.top-bar a:hover {
  opacity: 1;
  color: #888888;
}

.top-bar .social-icons {
  float: right;
}

.top-bar li:last-child a {
  padding-right: 0;
}



/********************
  HEADER
********************/

.main-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-right: 55px;
  transition: height 0.4s ease, line-height 0.4s ease;
  
    border-bottom: 1px solid #f4f4f4;
  
  background: #ffffff;
  
    font-family: 'Playfair Display';
  
}

.main-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.main-nav.shrink {
  height: 60px;
  line-height: 60px;
}

.main-nav li {
  display: inline-block;
}

.main-nav a {
  display: inline-block;
  padding: 0 1em;
  font-size: 0.9em;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #333333;
}

.main-nav a:hover {
  color: #0044cc;
}

.main-nav h1,
.main-nav .logo {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.main-nav .logo img {
  max-height: 60px;
  padding: 5px 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.main-nav .dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  min-width: 15em;
  opacity: 0;
  transition: opacity 0.2s;
  background: #ffffff;
}

.main-nav .dropdown.columns {
  -webkit-columns: 150px 2;
  -moz-columns: 150px 2;
  columns: 150px 2;
  padding: 0;
}

.main-nav .dropdown li {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 1em;
}

.main-nav .dropdown li a {
  display: block;
  padding: 0;
  border-top: 1px dotted rgba(0,0,0,0.1);
}

.main-nav .dropdown:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #ffffff;
}

.main-nav li:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.main-nav i {
  font-size: 1.2em;
  vertical-align: middle;
}


  .main-nav .search-trigger {
    border-left: 1px solid #f4f4f4;
    padding-left: 2em;
    margin-left: 1em;
  }


.main-nav .cart-trigger {
  position: relative;
  padding-right: 0;
}

.main-nav .cart-count {
  position: absolute;
  top: 15px;
  right: -8px;
  transition: top 0.4s ease;
}

.main-nav.shrink .cart-count {
  top: 15px;
}

@media screen and (min-width: 64em) {
  .main-nav {
    height: 90px;
    line-height: 90px;
    padding-right: 0;
  }
  
  .main-nav .logo img {
    max-height: 90px;
    padding: 10px 0;
  }
  
  .main-nav.shrink .logo img {
    max-height: 60px;
    padding: 5px 0;
  }
  
  .main-nav .cart-count {
    top: 30px;
  }
}



/********************
  MOBILE NAVIGATION
********************/

.mobile-nav {
  position: fixed;
  left: 0; top: -100%;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s;
  padding-top: 10px;
  background: #ffffff;
}

.mobile-nav.open {
  top: 60px;
  opacity: 1;
}

.mobile-nav::-webkit-scrollbar {
  display: none;
}

.mobile-nav li a {
  display: block;
  padding: 0.5em 0;
  color: #333333;
}

.mobile-nav .social-icons {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.2em;
  background: #fafafa;
  height: 60px;
  line-height: 60px;
}

.mobile-nav .social-icons a {
  padding: 0 1em;
}

.nav-trigger {
  position: absolute;
  top: 0; right: 1em;
  height: 60px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  z-index: 1100;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  width: 18px;
  height: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #333333;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span:after {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.nav-trigger span::before {
  bottom: 6px;
}

.nav-trigger span::after {
  top: 6px;
}

.nav-is-visible {
  position: fixed;
}

.nav-is-visible .nav-trigger {
  position: fixed;
}

.nav-is-visible .nav-trigger span {
  background-color: rgba(255, 255, 255, 0) !important;
}

.nav-is-visible .nav-trigger span::before,
.nav-is-visible .nav-trigger span::after {
  background-color: #333333;
}

.nav-is-visible .nav-trigger span::before {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.nav-is-visible .nav-trigger span::after {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}



/********************
  PAGINATION
********************/

.pagination {
  text-align: center;
}

.pagination .page a,
.pagination .current {
  display: inline-block;
  padding: 2px 10px;
  margin: 2px;
  color: #666666;
}

.pagination .current {
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
  display: none;
}



/********************
  FOOTER
********************/

footer {
  text-align: center;
}

footer a, footer a:hover {
  color: #666666;
}

.footer-content {
  font-family: 'Playfair Display';
  text-transform: uppercase;
  padding: 2em;
}

.footer-copyright {
  font-size: 0.9em;
  padding: 1em;
  background: rgba(255,255,255,0.05);
}



/********************
  GRIDS
********************/

.grid-item {
  margin-bottom: 2em;
  text-align: center;
  color: ##1a1a1a;
}

.grid-item img {
  transition: transform 0.4s ease 0.1s;
}

.grid-item img:hover {
  transform: scale(1.1);
}

.grid-item-caption {
  margin-top: 10px;
}

.grid-item-caption a {
  color: ##1a1a1a;
}

.grid-item .price {
  font-size: 0.9em;
  opacity: 0.5;
}

.grid-item div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.4s ease;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

figure img {
  width: 100%;
}

figure .overlay {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  
    background: rgba(255,255,255,0.8);
  
}

figure:hover .overlay {
  opacity: 1;
}

figure .overlay div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 1em;
  width: 100%;
  text-transform: uppercase;
  
    color: #333;
  
}

.list {
  margin-bottom: 4em;
}

.list h3 {
  margin: 0 0 1em;
}



/********************
  HOME PAGE
********************/

.index .carousel,
.news .carousel {
  
    margin-top: -2em;
  
}

.index .carousel .caption,
.news .carousel .caption {
  display: inline-block;
  position: absolute;
  bottom: 2em;
  padding: 1em 2em;
  background: #ffffff;
}

.index .carousel .caption h3,
.news .carousel .caption h3 {
  margin: 0;
  color: #333333;
}

.index .carousel .caption h3:hover,
.news .carousel .caption h3:hover {
  color: #333333;
}


/********************
  PRODUCT PAGE
********************/

.slick-slide img {
  width: 100%;
}

.slider-prev, .slider-next {
  width: 50px;
  text-align: center;
  font-size: 5em;
  color: rgba(255,255,255,0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slider-prev:hover, .slider-next:hover {
  color: white;
}

.slider-prev {
  left: 0px;
}

.slider-next {
  right: 0px;
}

.slider-thumbnails li {
  padding: 2px 2px 0 0;
  cursor: pointer;
  max-height: 120px;
}

.product select {
  margin-bottom: 1em;
}

.product .button {
  margin-bottom: 2em;
}

.variations {
  position: relative;
}

.variations .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 19px;
  pointer-events: none;
}

.related-products .grid-item {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}



/********************
  GALLERY PAGE
********************/

.image-gallery {
  padding-left: calc(0.9375rem - 10px);
  padding-right: calc(0.9375rem - 10px);
}

.image-gallery .column {
  padding: 10px;
}



/********************
  ORDER PAGE
********************/

.order table {
  margin-bottom: 2em;
  width: 100%;
}

.order table thead th,
.order table tbody td {
  text-align: left;
  vertical-align: top;
  height: 30px;
}

.order table tbody td + td {
  text-align: right;
  width: 20%;
}

.order table#metadata td {
  width: 50%;
}

.order table#metadata td + td {
  text-align: left;
}



/********************
  BANDSINTOWN
********************/

.bit-widget {
  font-family: inherit !important;
  color: #666666 !important;
}

.bit-widget .bit-event {
  font-size: 13px !important;
  color: #666666 !important;
}

.bit-widget .bit-button {
  background-color: #0044cc !important;
  color: #fafafa !important;
}

.bit-nav-bar-container {
  display: none;
}



/********************
  ICONS & SHARING
********************/

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  font-size: 14px;
  padding: 0 0.4em;
}

.sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  height: 32px;
  line-height: 32px;
  padding: 0 0.75em;
}

.sharing-button__link,
.sharing-button__icon {
  display: inline-block
}

.sharing-button__link {
  margin: 0.5em;
  color: white;
}

.sharing-button__link:hover {
  color: white;
}

.sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.sharing-button__icon {
  fill: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.sharing-button--twitter {
  background-color: #55acee
}

.sharing-button--twitter:hover {
  background-color: #2795e9
}

.sharing-button--pinterest {
  background-color: #bd081c
}

.sharing-button--pinterest:hover {
  background-color: #8c0615
}

.sharing-button--facebook {
  background-color: #3b5998
}

.sharing-button--facebook:hover {
  background-color: #2d4373
}

.sharing-button--email {
  background-color: #777
}

.sharing-button--email:hover {
  background-color: #5e5e5e
}



/********************
  SEARCH
********************/

#search {
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  padding: 2em;
  z-index: 2000;
  background-color: #fafafa;
}

#search.open {
  display: block;
}

#search input[type="search"] {
  background: transparent;
  position: absolute;
  top: 50%; left: 50%;
  border: 0;
  width: 90%;
  max-width: 640px;
  text-indent: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.4em;
  font-family: Playfair Display;
  font-weight: 700;
  border-bottom: 2px solid #f4f4f4;
}

#search .close {
  background: transparent;
  position: fixed;
  top: 0px;
  right: 20px;
  font-size: 2.5em;
  font-weight: 200;
  color: inherit;
  padding: 0;
}

#search .close:hover {
  border: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

@media screen and (min-width: 64em) {
  #search input[type="search"] {
    top: 20%;
  }
}

/* 
   BOBO INTEGRAL RECORDS - GLOBAL CUSTOM CSS (CORREGIDO)
   Place this in your Theme Settings > Custom CSS 
   (or Assets > theme.css / main.css at the very bottom)
*/

/* -------------------------------------------------------------
   1. CONTACT FORM ENHANCEMENTS (/contact)
   [CORREGIDO]: Se ha cambiado #contact_form por form[action='/contact']
   ------------------------------------------------------------- */

/* Wrapper for the contact form to center and contain it */
form[action='/contact'] {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Soft premium shadow */
}

/* Style the Labels */
form[action='/contact'] label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 8px;
    display: block;
}

/* Style the Inputs and Textarea */
form[action='/contact'] input[type="text"],
form[action='/contact'] input[type="email"],
form[action='/contact'] textarea {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 12px 15px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Focus state for inputs */
form[action='/contact'] input:focus,
form[action='/contact'] textarea:focus {
    border-color: #111;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* Style the Submit Button */
form[action='/contact'] .button,
form[action='/contact'] button,
form[action='/contact'] input[type="submit"] {
    background-color: #111 !important;
    color: #fff !important;
    border: none;
    padding: 14px 28px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px; /* Pill shape */
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    width: 100%;
    margin-top: 10px;
    height: auto; /* Reset default height if needed */
    line-height: normal;
}

form[action='/contact'] .button:hover,
form[action='/contact'] button:hover,
form[action='/contact'] input[type="submit"]:hover {
    background-color: #333 !important;
    transform: translateY(-2px); /* Subtle lift effect */
}

/* -------------------------------------------------------------
   2. ARTISTS / ROSTER PAGE ENHANCEMENTS (SOLO ARTISTAS)
   ------------------------------------------------------------- */

/* Contenedor principal */
.roster .content,
.template-roster .content {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* 
   IMPORTANTE: Usamos .roster delante de todo para 
   que NO afecte a la Tienda (productos en color).
*/

/* Estilo de la tarjeta del artista */
.roster .grid-item,
.template-roster .grid-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 6px;
    padding: 10px;
    background-color: transparent; 
}

/* Efecto al pasar el ratón (Hover) */
.roster .grid-item:hover,
.template-roster .grid-item:hover {
    transform: translateY(-5px);
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08); /* Sombra suave */
    z-index: 10;
}

/* FOTOS EN BLANCO Y NEGRO (SOLO EN ARTISTAS) */
.roster .grid-item img,
.template-roster .grid-item img {
    border-radius: 4px;
    filter: grayscale(100%); /* B/N por defecto */
    transition: filter 0.3s ease;
}

/* FOTOS A COLOR AL PASAR EL RATÓN */
.roster .grid-item:hover img,
.template-roster .grid-item:hover img {
    filter: grayscale(0%); /* Color al hover */
}

/* Nombre del artista */
.roster .grid-item .caption h4,
.template-roster .grid-item .caption h4,
.roster .grid-item a.ellipsis {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 12px;
    color: #111;
    text-decoration: none;
    display: block;
    text-align: center;
}
/* -------------------------------------------------------------
   3. FASE 1: SENIOR UI POLISH (ANIMACIONES & TIPOGRAFÍA)
   ------------------------------------------------------------- */

/* A. SMOOTH LOAD ANIMATION (Efecto Cine) */
@keyframes fadeInPage {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

body {
    animation: fadeInPage 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; /* Curva de animación suave */
}

/* B. HEADER / NAV "GLASEADO" (Efecto Moderno) */
/* Aseguramos que la barra tenga un fondo semi-transparente si es posible */
.main-nav {
    background-color: rgba(255, 255, 255, 0.95) !important; 
    backdrop-filter: blur(8px); /* Blur de fondo (funciona en Safari/Chrome modernos) */
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.03); /* Línea divisoria muy sutil */
}

/* C. TIPOGRAFÍA CON CARÁCTER (EDITORIAL STYLE) */
h1, h2, h3, .main-nav a, .sticker, .button {
    text-transform: uppercase;
    letter-spacing: 2px !important; /* Espaciado premium */
}

/* Títulos principales más robustos */
h1, h2 {
    font-weight: 800 !important; /* Extra Bold */
    margin-bottom: 1.2em !important;
}

/* Nombres de artistas en el grid más definidos */
.grid-item .caption h4 {
    letter-spacing: 1.5px !important;
    font-size: 0.9rem !important;
}

/* -------------------------------------------------------------
   4. FASE 2: MASTER POLISH (FOOTER & NAV)
   ------------------------------------------------------------- */

/* A. FOOTER MINIMALISTA */
/* Ocultamos el texto por defecto y ponemos el nuestro limpio */
.footer-copyright {
    color: transparent; /* Oculta el texto original */
    position: relative;
    padding-bottom: 20px;
}

.footer-copyright:after {
    content: "© BOBO INTEGRAL RECORDS. ALL RIGHTS RESERVED.";
    visibility: visible;
    color: #888; /* Color gris elegante */
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; /* Centrado vertical */
    transform: translateY(-50%);
    font-size: 0.75rem;
    letter-spacing: 2px; /* Espaciado premium */
    text-transform: uppercase;
}

/* Ocultar 'Powered by Limited Run' si es un enlace separado */
.footer-copyright a {
    display: none;
}

/* -------------------------------------------------------------
   4. FIX FINAL STICKY HEADER (CORREGIDO)
   Aplicamos 'sticky' al contenedor padre (HEADER) para que funcione bien
   ------------------------------------------------------------- */
header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    width: 100%;
    /* Efecto Cristal */
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Reseteamos la barra de navegación interna para que no interfiera */
.main-nav {
    position: static !important; /* Ya no es sticky, lo es su padre */
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
    width: 100% !important;
}

/* -------------------------------------------------------------
   5. EMERGENCY LAYOUT FIX (MANTENEMOS ESTO)
   ------------------------------------------------------------- */
.content, .row {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

form[action='/contact'] {
    width: 100% !important;
    max-width: 600px !important;
}