/* Hyde (Optimized for Bobo Integral Records - Final Connected Version) */





 
















/* --- 1. ANIMATIONS --- */
@keyframes fadeInPage {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

body {
  font: 13px/1.75em 'Asap', sans-serif;
  background: #fafafa;
  
  animation: fadeInPage 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  
}

.content {
  padding: 2em 0; overflow: hidden; color: #666666;
  width: 100%; max-width: 1200px; margin: 0 auto;
}

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

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

/* --- 2. FOOTER --- */
footer {
  background: #272a32; color: #666666; text-align: center;
}

.footer-copyright {
  font-size: 0.9em; padding: 1em 0 2em; background: rgba(255,255,255,0.05); position: relative;
  
  
  color: transparent;
  
}


.footer-copyright:after {
    content: "© BOBO INTEGRAL RECORDS. ALL RIGHTS RESERVED.";
    visibility: visible;
    color: #888;
    position: absolute; left: 0; right: 0; top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
}
.footer-copyright a { display: none; }


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; margin: 0 auto; } 
}


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

h1, h2, h3, h4, h5, .main-nav a, .sticker, .button {
    text-transform: uppercase; letter-spacing: 2px;
}

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; font-weight: 800; margin-bottom: 1em; }
h2 { font-size: 2.4em; font-weight: 800; 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; }

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; }


/* --- 4. HEADER & NAV (CONNECTED) --- */
header {
    
    position: sticky;
    top: 0;
    z-index: 9999;
    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);
    
    width: 100%;
}

.main-nav {
  position: static; width: 100%; height: 60px; line-height: 60px; padding-right: 55px;
  background: transparent;
   font-family: 'Playfair Display'; 
}
.main-nav li { display: inline-block; }
.main-nav a {
  display: inline-block; padding: 0 1em; font-size: 0.9em; letter-spacing: 2px;
  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 { 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 .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; }
}

/* --- 5. MOBILE NAV --- */
.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; background-color: #333333;
}
.nav-trigger span { top: 50%; left: 50%; transform: translate(-50%, -50%); transition: background 0.2s; }
.nav-trigger span::before, .nav-trigger span:after { content: ''; left: 0; transition: transform 0.2s; }
.nav-trigger span::before { bottom: 6px; }
.nav-trigger span::after { top: 6px; }
.nav-is-visible, .nav-is-visible .nav-trigger { position: fixed; }
.nav-is-visible .nav-trigger span { background-color: rgba(0,0,0,0) !important; }
.nav-is-visible .nav-trigger span::before { background-color: #333333; transform: translateY(6px) rotate(-45deg); }
.nav-is-visible .nav-trigger span::after { background-color: #333333; transform: translateY(-6px) rotate(45deg); }


/* --- 6. GRIDS & ARTISTS (CONNECTED) --- */
.grid-item {
  margin-bottom: 2em; text-align: center; color: ##1a1a1a;
  transition: transform 0.3s ease, box-shadow 0.3s ease; border-radius: 6px; padding: 10px;
}
.grid-item img { transition: transform 0.4s ease, filter 0.3s ease; border-radius: 4px; }


.roster .grid-item img, .template-roster .grid-item img { filter: grayscale(100%); }
.roster .grid-item:hover img, .template-roster .grid-item:hover img { filter: grayscale(0%); }


.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); z-index: 10;
}
.roster .grid-item .caption h4, .template-roster .grid-item .caption h4, .roster .grid-item a.ellipsis {
    font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
    margin-top: 12px; color: #111; text-decoration: none; display: block; text-align: center; font-size: 0.9rem;
}

.grid-item-caption { margin-top: 10px; }
.grid-item-caption a { color: ##1a1a1a; }
.grid-item .price { font-size: 0.9em; opacity: 0.5; }

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; 
}


/* --- 7. CONTACT FORM --- */
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);
}
form[action='/contact'] label {
    font-weight: 600; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px; color: #444; margin-bottom: 8px; display: block;
}
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-size: 1rem; transition: all 0.2s ease; margin-bottom: 20px;
}
form[action='/contact'] input:focus, form[action='/contact'] textarea:focus {
    border-color: #111; background-color: #fff; box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}
form[action='/contact'] .button, form[action='/contact'] button {
    background-color: #111 !important; color: #fff !important; border: none; padding: 14px 28px;
    font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; width: 100%; margin-top: 10px; font-weight: 700;
}
form[action='/contact'] .button:hover, form[action='/contact'] button:hover {
    background-color: #333 !important; transform: translateY(-2px);
}


/* --- 8. MISC CONTROLS --- */
button, .button {
  color: #fff; padding: 0 4em; height: 48px; line-height: 48px; display: inline-block; font-family: inherit; cursor: pointer;
  border-radius: 50px; transition: background 0.2s ease, transform 0.2s ease; background: #0044cc;
}
button:hover, .button:hover { background: #666666; color: #fafafa; transform: translateY(-2px); }
@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; 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%; }

.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; }

.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; }

.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; } }
.image-gallery { padding: 0 0.5rem; }
.image-gallery .column { padding: 10px; }

.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; }

.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; }

.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__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 { 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%);
  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%; } }

[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; }



.content {
    padding-top: 10px !important;
}

.content:before {
    height: 10px !important;
    min-height: 10px !important;
}

@media screen and (min-width: 64em) {
    .content:before {
        height: 10px !important;
        min-height: 10px !important;
    }
}

:root { --font-stack: 'Courier New', Courier, monospace; }
.system-container {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    max-width: 1400px;
    margin: 40px auto;
    font-family: var(--font-stack);
}
.system-rail { position: sticky; top: 20px; height: fit-content; border-right: 1px solid #000; padding-right: 20px; }
.rail-section { margin-bottom: 25px; }
.rail-title { font-weight: bold; display: block; margin-bottom: 8px; text-decoration: underline; font-size: 0.9em; }
.filter-link { display: block; color: #000; text-decoration: none; margin-bottom: 5px; font-size: 0.85em; }
.filter-link:hover { background-color: #000; color: #fff; }
.filter-link.active { font-weight: bold; }
.filter-link:before { content: '[ ] '; }
.filter-link.active:before { content: '[x] '; }
.inventory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.file-card { border: 1px solid #000; background: #fff; position: relative; }
.file-card:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0px #000; }
.file-visual { width: 100%; aspect-ratio: 1/1; position: relative; overflow: hidden; border-bottom: 1px solid #000; }
.file-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: 0.3s; }
.file-card:hover .file-visual img { filter: grayscale(0%); }
.play-overlay {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.05); display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: 0.2s;
}
.file-card:hover .play-overlay { opacity: 1; }
.play-btn-shape {
    width: 0; height: 0; border-top: 10px solid transparent; 
    border-bottom: 10px solid transparent; border-left: 15px solid #000;
}
.play-btn-circle {
    width: 50px; height: 50px; border: 2px solid #000; border-radius: 50%;
    background: #fff; display: flex; align-items: center; justify-content: center;
}
.file-data { padding: 10px; font-size: 0.75rem; line-height: 1.5; }
.data-row { display: flex; justify-content: space-between; border-bottom: 1px dotted #ccc; margin-bottom: 3px; }
.data-row:last-child { border: none; margin: 0; }
.data-lbl { font-weight: 700; opacity: 0.7; }
.status-stock { color: green; font-weight: bold; }
.status-sold { color: red; text-decoration: line-through; }
@media (max-width: 768px) {
    .system-container { grid-template-columns: 1fr; }
    .system-rail { display: none; }
}

.system-container {
    display: grid !important;
    grid-template-columns: 220px 1fr !important;
    gap: 40px !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 40px auto !important;
    align-items: start !important;
}
.system-rail {
    display: block !important;
    position: sticky !important;
    top: 100px !important;
    height: auto !important;
    border-right: 1px solid #000 !important;
    padding-right: 20px !important;
    text-align: left !important;
}
.inventory-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}
.inventory-grid .column,
.inventory-grid .grid-item {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}
@media (max-width: 800px) {
    .system-container {
        grid-template-columns: 1fr !important;
    }
    .system-rail {
        position: relative !important;
        top: 0 !important;
        border-right: none !important;
        border-bottom: 1px solid #000 !important;
        margin-bottom: 30px !important;
    }
    .inventory-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}
/* PAGINATION FIX FINAL */
.pagination {
    text-align: center;
    margin-top: 2em;
    font-family: 'Courier New', monospace;
}

.pagination .page a,
.pagination .current,
.pagination span,
.pagination a {
    display: inline-block !important;
    padding: 8px 12px !important;
    margin: 0 4px !important;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    text-decoration: none !important;
    font-family: 'Courier New', monospace !important;
    font-size: 13px !important;
}

.pagination .page a:hover,
.pagination a:hover {
    background: #000 !important;
    color: #fff !important;
}

.pagination .current {
    background: #000 !important;
    color: #fff !important;
    font-weight: bold !important;
}

/* FOOTER SPACING FIX */
.main-content,
main,
#main,
.content {
    margin-bottom: 20px !important;
}

footer,
.footer,
#footer {
    padding-top: 60px !important;
}