@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* Your existing imports... */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400&family=Cormorant+Garamond:wght@300;400&family=Marcellus&family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400&family=Cormorant+Garamond:wght@300;400&family=Marcellus&family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400&family=Antonio:wght@300;400&family=Yantramanav:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


/* ========================================= */
/* 1. CORE VARIABLES & RESETS                */
/* ========================================= */
:root {
  --primary-color: #b19f77; --primary-font: "Montserrat"; --secondary-font: "Poppins";
    /* Your new Jost font */
  --jost-font: "Jost", sans-serif; 
  --white-section: #fff; --gray-section: #f5f5f5; --black-section: #161616;
  --selection_background: #dcdcdc; --selection_color: #232323; --footer-top: #111;
  --default-border: hsla(0, 0%, 59.2%, 0.2); --primary-font-color: #666;
  --black-color: #232323; --white-color: #fff; --gold: #B8A77E;
}

/* Hide scrollbars */
html, body { -ms-overflow-style: none !important; scrollbar-width: none !important; }
::-webkit-scrollbar { display: none !important; }

*, :after, :before { box-sizing: border-box; }
html { font-family: sans-serif; line-height: 1.1; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { margin: 0; font-family: var(--primary-font); font-size: 15px; font-weight: 400; color: var(--white-color); background-color: #06000A !important; overflow-x: hidden !important; overflow-y: scroll; line-height: 1.45; }

/* Prevent Image Highlighting & Selection */
img { -webkit-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; }


/* ========================================= */
/* 2. TYPOGRAPHY & BASE ELEMENTS             */
/* ========================================= */
a { color: #C9B88B !important; text-decoration: none; background-color: transparent; transition: all 0.3s ease; }
a:hover { color: #fce7b0 !important; text-decoration: none; }

h1, h2, h3, h4, h5, h6, .section-title-black { 
    line-height: 1.4 !important; 
    font-weight: 400 !important; 
    color: var(--gold) !important; 
    font-family: var(--jost-font) !important; 
    margin-bottom: 0; 
    letter-spacing: 0.5px !important; 
    padding-bottom: 5px; 
}

h1 { font-size: 56px; }
h2 { font-size: 42px; }
h3 { font-size: 36px; }
h4 { font-size: 32px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

p { font-family: var(--jost-font); letter-spacing: .3px; color: #cccccc; margin-bottom: 0; line-height: 1.6 !important; }
ul { margin-bottom: 0; padding-left: 0; list-style-type: none; }
button:focus, input:focus { outline: none; }
::-moz-selection { background-color: var(--selection_background); color: var(--selection_color); }
::selection { background-color: var(--selection_background); color: var(--selection_color); }
/* ========================================= */
/* 11. EXPLICIT TEXT & TYPOGRAPHY ASSIGNMENTS*/
/* ========================================= */

/* Forces the "Discography" Title */
.content__title {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    color: var(--gold) !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

/* Forces "New Release" & "Beyond the Binary" Headings */
.digital-services .content-wrapper h3,
.section-title {
    /* TEST OPTION 1 (Uncomment the one you want to try) */
   /* font-family: 'Barlow Condensed', sans-serif !important;*/
    /* font-family: 'Marcellus', serif !important; */
    font-family: 'Barlow Semi Condensed', sans-serif !important;


    
    color: var(--gold) !important;
    font-weight: 400 !important; /* Keep it light for the luxury feel */
    letter-spacing: 4px !important; /* Wide spacing on narrow fonts = luxury */
    margin-bottom: 10px !important;
}

/* Forces the Subtitle ("The Poem From The Lady") */
p.subtitle {
    font-family: 'Poppins', sans-serif !important;
    color: #cccccc !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Forces the Paragraph Text */
p.about-text {
    font-family: 'Montserrat', sans-serif !important;
    color: #cccccc !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    letter-spacing: 0.5px !important;
}


/* ========================================= */
/* 3. GRID SYSTEM & LAYOUT                   */
/* ========================================= */
.container { width: 100%; margin: 0 auto; padding-right: 15px; padding-left: 15px; }
.container-fluid { width: 100%; padding-top: 10px; padding-bottom: 40px; margin: 0 auto; }
.row { display: flex; height: 100%; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; align-items: center !important; }
.no-gutters { margin-right: 0; margin-left: 0; }
.col, .col-12, .col-lg-4, .col-lg-6 { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }

@media (min-width:576px) { .container { max-width: 540px; } }
@media (min-width:768px) { .container { max-width: 720px; } }
@media (min-width:992px) {
  .container { max-width: 960px; }
  .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; min-height: 500px; }
}
@media (min-width:1200px) { .container { max-width: 1140px; } }

@media (max-width:991px) { .col-lg-4 { flex: 0 0 100%; max-width: 100%; } }
@media (max-width:575px) { .col-lg-6, .col-12, .image, .bg_img, .parallax-window, .last-image { flex: 0 0 100%; width: 100%; min-height: 500px; } }


/* ========================================= */
/* 4. PAGE HEADERS & HERO SECTIONS           */
/* ========================================= */
.page-header { position: relative !important; height: 1000px !important; display: block !important; width: 100% !important;  }
.page-header .breadcrumbs-wrapper { height: 100% !important; }
.page-header .breadcrumbs-wrapper .breadcrumbs { position: relative !important; z-index: 900 !important; height: 100% !important; padding-top: 80px !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; }
.page-header.bg_img {
    background-size: cover !important;
    background-position: center center !important; /* Ensures the focal point stays in the middle */
    background-repeat: no-repeat !important;
}

@media (min-width: 992px) { .page-header { height: 100vh !important; } }
@media (max-width: 991px) { .page-header { height: 80vh !important; } }
@media (max-width: 575px) { .page-header { height: 80vh !important; } }



/* ========================================= */
/* 5. DESKTOP NAVIGATION (THICK 3D GLASS)    */
/* ========================================= */
.navigation-type-2 { 
    position: fixed; top: 0; left: 0; width: 100%; 
    transition: all .4s linear; z-index: 901; pointer-events: auto;
    background-color: rgba(15, 15, 15, 0.65) !important; 
    backdrop-filter: blur(40px) saturate(180%) !important; 
    -webkit-backdrop-filter: blur(40px) saturate(180%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important; 
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8) !important; 
}
@media (max-width:991px) { .navigation-type-2 { opacity: 0; visibility: hidden; pointer-events: none; } }

.navigation-type-2 .inner-wrapper { z-index: 100; position: relative; padding: 0 75px; background-color: transparent !important; }
.navigation-type-2 .inner-wrapper .navigation-wrapper { display: flex; align-items: center; justify-content: space-between; position: relative; height: 80px; width: 100%; }

.navigation-type-2 .inner-wrapper .navigation-wrapper .logotype-wrapper { display: flex; align-items: center; height: 100%; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .logotype-wrapper a { display: flex; align-items: center; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .logotype-wrapper a img { max-height: 40px; max-width: 220px; width: auto; height: auto; }

.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side { display: flex; align-items: center; height: 100%; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper { display: flex; align-items: center; height: 100%; margin-right: 40px; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list { display: flex; align-items: center; height: 100%; margin: 0; padding: 0; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list > .menu-item { height: 80px; margin-right: 15px; display: flex; align-items: center; position: relative; }

.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item a { display: flex; align-items: center; font-weight: 400; letter-spacing: .78px; color: var(--white-color); font-size: 14px; padding: 0 5px; transition: all .3s ease-in-out; text-decoration: none !important; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item a:hover { color: #cab88b; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item-has-children-link:after { content: "\f105"; font-size: 10px; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-left: 6px; color: rgba(255,255,255,0.6); }

/* --- Sub-Menus --- */
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .sub-menu .menu-item { height: auto; margin-right: 0; display: block; }
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item-has-children:not(.menu-item-has-megamenu) { position: relative; }

/* Level 1 Dropdown */
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list > .menu-item-has-children > .sub-menu { 
    position: absolute; top: 80px !important; left: -20px; 
    min-width: 180px; width: max-content; padding: 10px 0; z-index: 15; border-radius: 8px; 
    background-color: rgba(30, 30, 30, 0.80) !important; 
    backdrop-filter: blur(80px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(80px) saturate(200%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important; 
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.9), inset 0 0 15px rgba(255, 255, 255, 0.05) !important; 
    pointer-events: none; opacity: 0; transform: translateY(10px); transition: all 0.3s ease;
}

/* Level 1 Invisible Hover Bridge */
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list > .menu-item-has-children > .sub-menu::before {
    content: ""; position: absolute; top: -40px !important; left: 0; width: 100%; height: 40px !important; background: transparent !important; z-index: -1; 
}

/* Level 2 Nested Dropdown */
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .sub-menu .menu-item-has-children > .sub-menu {
    position: absolute; top: 0 !important; left: 100% !important; margin-left: 4px; 
    min-width: 180px; width: max-content; padding: 10px 0; z-index: 16; border-radius: 8px; 
    background-color: rgba(25, 25, 25, 0.85) !important; 
    backdrop-filter: blur(80px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(80px) saturate(200%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.9), inset 0 0 15px rgba(255, 255, 255, 0.05) !important;
    pointer-events: none; opacity: 0; transform: translateX(-10px); transition: all 0.3s ease;
}

/* Level 2 Invisible Hover Bridge */
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .sub-menu .menu-item-has-children > .sub-menu::before {
    content: ""; position: absolute; top: 0; left: -30px !important; width: 30px !important; height: 100%; background: transparent !important; z-index: -1;
}

/* Show Dropdowns on Hover */
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item-has-children:hover > .sub-menu,
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item-has-children.active-sub-menu > .sub-menu {
    opacity: 1 !important; pointer-events: auto !important; transform: none !important; transition-delay: 0s !important;
}

/* Dropdown Links */
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item-has-children:not(.menu-item-has-megamenu) .sub-menu .menu-item a { 
    padding: 12px 25px; text-transform: none; font-size: 13px; font-weight: 500; color: #DAC39C !important; display: flex; justify-content: space-between; align-items: center; text-decoration: none !important; transition: all 0.3s ease; background-color: transparent !important; white-space: nowrap; 
}
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .menu-item-has-children:not(.menu-item-has-megamenu) .sub-menu .menu-item a:hover { 
    background-color: rgba(202, 184, 139, 0.25) !important; color: #fff !important; padding-left: 32px; 
}
.navigation-type-2 .inner-wrapper .navigation-wrapper .right-side .menu-list-wrapper .menu-list .sub-menu .menu-item-has-children > a:after { content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 11px; color: rgba(255,255,255,0.5); margin-left: 15px; }


/* ========================================= */
/* 6. MOBILE NAVIGATION                      */
/* ========================================= */
.navigation-mobile { position: fixed; top: 0; left: 0; width: 100%; height: 80px; display: flex; z-index: 1001 !important; opacity: 0; pointer-events: none; }
@media (max-width:991px) { .navigation-mobile { opacity: 1; pointer-events: auto; } }
.navigation-mobile .search-form-wrapper { display: none !important; }

.navigation-mobile .inner-wrapper { 
  display: flex; width: 100%; position: relative; z-index: 10; align-items: center; justify-content: space-between; background-color: transparent !important; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.08); 
}
.navigation-mobile .inner-wrapper .logotype-wrapper { padding-left: 20px; display: flex; align-items: center;}
.navigation-mobile .inner-wrapper .logotype-wrapper a img { max-height: 100px; max-width: 220px; width: auto; height: auto; display: flex; align-items: center; }
.navigation-mobile .inner-wrapper .navigation-side { display: flex; justify-content: flex-end; align-items: center; padding: 0 15px; }
.navigation-mobile .inner-wrapper .navigation-side .toggle-button { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.navigation-mobile .inner-wrapper .navigation-side .menu-toggle-wrapper .menu-toggle { width: 25px; cursor: pointer; display: flex; flex-direction: column; justify-content: center; }

.navigation-mobile .menu-list-wrapper { 
  position: fixed; display: flex; align-items: center; justify-content: center; top: 0; left: 0; width: 100%; height: 100vh; pointer-events: none; background-color: rgba(20, 20, 20, 0.35); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); transform: scale(.9); opacity: 0; z-index: 21; 
}
.navigation-mobile .menu-list-wrapper .menu-toggle-close { position: absolute; right: 30px; top: 30px; width: 45px; height: 45px; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.navigation-mobile .menu-list-wrapper .menu-toggle-close i { color: #ffffff; font-size: 24px; }
.navigation-mobile .menu-list-wrapper .menu-list { max-width: 350px; width: 100%; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item a { cursor: pointer; font-weight: 500; color: #ffffff; line-height: 1; font-size: 18px; padding: 15px; display: flex; transform: translateX(-50px); opacity: 0; position: relative; z-index: 10; pointer-events: none; align-items: center; text-decoration: none !important; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item a:hover { color: #D1C08E; text-decoration: none !important; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item-back { margin-bottom: 20px; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item-back a span { line-height: 1; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: #ffffff; font-size: 11px; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item a i { margin-right: 12px; font-size: 14px; transition: transform 0.4s ease; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item-back a:hover i { transform: translateX(-4px); }

.navigation-mobile .menu-list-wrapper .menu-list .menu-item-has-children .menu-item-has-children-link:after { content: "\f105"; font-family: "Font Awesome 5 Free"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-weight: 900; font-size: 12px; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item-has-children .sub-menu { max-width: 350px; width: 100%; height: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); pointer-events: none; z-index: 1; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item-has-children .sub-menu.active-list { pointer-events: auto; z-index: 10; }

.menu-toggle i, .toggle-button i, .navigation-mobile .toggle-button i, header .menu-toggle { color: #D8D4D4 !important; }
.navigation-mobile .menu-list-wrapper .menu-list .menu-item a:focus, .navigation-mobile .menu-list-wrapper .menu-list .menu-item a:active, .navigation-mobile .menu-list-wrapper .menu-toggle-close:focus, .navigation-mobile .menu-list-wrapper .menu-toggle-close:active, .navigation-mobile .menu-list-wrapper * { outline: none !important; -webkit-tap-highlight-color: transparent !important; box-shadow: none !important; }


/* ========================================= */
/* 7. DIGITAL SERVICES & CONTENT LAYOUT      */
/* ========================================= */
.d-flex { display: flex !important; }
.subtitle { letter-spacing: 1px !important; margin-bottom: 25px !important; }

.digital-services .content-wrapper { display: block !important; max-width: 600px !important; margin: 0 auto !important; padding: 40px 30px !important; box-sizing: border-box !important; }
.digital-services .content-wrapper .row { display: flex !important; margin: 0 !important; width: 100% !important; }
.digital-services .content-wrapper .col-md-6, .digital-services .content-wrapper .col-lg-12, .digital-services .content-wrapper .col-xl-6 { padding: 0 !important; flex: 0 0 100% !important; max-width: 100% !important; }

/* Text Alignment */
.digital-services .title-service, .digital-services .subtitle, .digital-services .service-item-type-2, .digital-services .service-item-type-2 .d-flex, .digital-services .content-wrapper h3 { display: block !important; text-align: left !important; margin-left: 0 !important; padding-left: 0 !important; width: 100% !important; }
p.about-text, p.service-text, .digital-services .content-about .content-wrapper p { display: block !important; text-align: left !important; margin-left: 0 !important; padding-left: 0 !important; margin-right: auto !important; max-width: 480px !important; width: 100% !important; line-height: 1.6 !important; }

/* Image Blocks */
.digital-services .image, .digital-services .last-image { min-height: 500px !important; display: block !important; background-size: cover; background-position: 100%; }
.digital-services .img-wrapper, .digital-services .img-wrapper .image-popup { width: 100% !important; height: 100% !important; display: block !important; }
.digital-services .img-wrapper img.img-fluid-sfx { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; margin-top: 0 !important; }

@media (max-width: 991px) { .digital-services .image, .digital-services .last-image { min-height: auto !important; height: 350px !important; } }
@media (max-width: 767px) { .digital-services .image, .digital-services .last-image { height: 250px !important; } }


/* ========================================= */
/* 8. BUTTONS & UI ELEMENTS                  */
/* ========================================= */
.button-default-black, .button-default-gold, .button-default-black-2, .button-default-color, .button-default-white { font-weight: 500; display: flex; line-height: 1; font-family: var(--secondary-font); letter-spacing: 2px; text-transform: uppercase; padding: 13px 17px; border-radius: 4px; position: relative; transition: all .3s ease-in-out; overflow: hidden; z-index: 1; font-size: 11px; margin-left: 10px; text-decoration: none !important; }

.button-default-color { color: #222222 !important; background-color: rgba(202, 184, 139, 1); border: 1px solid rgba(202, 184, 139, 1); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
.button-default-color:after { display: none; }
.button-default-color:hover { color: #ffffff !important; background-color: rgba(40, 130, 255, 0.65) !important; border-color: rgba(40, 130, 255, 0.5) !important; text-decoration: none !important; box-shadow: 0 6px 20px rgba(40, 130, 255, 0.3); }

.button-default-black-2 { background-color: var(--black-color); color: #D4D4D4 !important; border-radius: 25px; align-items: center; }
.button-default-black-2:hover { color: #ffffff !important; }

.digital-services .btn-wrapper { width: 100% !important; display: flex !important; justify-content: flex-start !important; margin-top: 25px !important; }
.digital-services .btn-wrapper .button-default-color, .digital-services .btn-wrapper a { width: fit-content !important; max-width: 100% !important; display: inline-flex !important; margin-left: 0 !important; padding-left: 30px !important; padding-right: 30px !important; }

/* Scroll Down Glass Button */
.scroll-down { position: absolute; left: 50%; bottom: 35px; transform: translateX(-50%); background: rgba(20, 20, 20, 0.45) !important; backdrop-filter: blur(16px) saturate(180%) !important; -webkit-backdrop-filter: blur(16px) saturate(180%) !important; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); border-radius: 40px; width: 300px; padding: 15px 0; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #D4C599; text-decoration: none; z-index: 50; animation: floatGlass 2s ease-in-out infinite; transition: all 0.3s ease; }
.scroll-down:hover { background: rgba(40, 40, 40, 0.6) !important; border: 1px solid rgba(255, 255, 255, 0.2); color: #ffffff; }
.scroll-down svg rect[opacity="0.08"] { display: none; }
.scroll-label { font-family: var(--secondary-font), sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; opacity: 0.9; }
@keyframes floatGlass { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* Back to Top */
.back-to-top-wrapper { width: 100%; display: flex; justify-content: center; margin-top: 60px; margin-bottom: 20px; }
.btn-elegant-top { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; color: #C9B88B !important; text-transform: uppercase; font-family: "Montserrat", sans-serif; font-size: 11px; letter-spacing: 2px; text-decoration: none !important; transition: all 0.4s ease-in-out; opacity: 0.8; }
.btn-elegant-top i { width: 45px; height: 45px; border: 1px solid rgba(201, 184, 139, 0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-bottom: 15px; color: #C9B88B; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.btn-elegant-top:hover { color: #ffffff !important; opacity: 1; }
.btn-elegant-top:hover i { color: #ffffff; border-color: #ffffff; background-color: rgba(255, 255, 255, 0.05); transform: translateY(-6px); }


/* ========================================= */
/* 9. FOOTER WIDGETS                         */
/* ========================================= */
footer, footer .footer-inner .footer-body, footer .footer-inner .footer-top { background-color: #06000A !important; }
footer .footer-inner { padding: 0; }
footer .footer-inner .footer-top { height: 120px; width: 100%; }
footer .footer-inner .footer-top .footer-top-inner { height: 100%; position: relative; align-items: center; justify-content: space-between; display: flex; }
footer .footer-inner .footer-top .footer-top-inner .lucopyright i { margin-right: 10px; font-size: 14px; color: #ac9c75; }
footer .footer-inner .footer-top .footer-top-inner .social-networks { display: flex; align-items: center; }
footer .footer-inner .footer-top .footer-top-inner .social-networks .social-list { display: flex; }
footer .footer-inner .footer-top .footer-top-inner .social-networks .social-list li a { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }
footer .footer-inner .footer-top .footer-top-inner .social-networks .social-list li:not(:last-child) { margin-right: 10px; }
footer .footer-inner .footer-body { padding: 50px 0; }
footer .footer-top-inner a, footer .footer-top-inner a:hover { text-decoration: none !important; }

.footer-sidebar { margin-bottom: -30px; margin-right: -30px; }
.footer-sidebar .sidebar-widget { margin-bottom: 30px; padding-right: 30px; }
.footer-sidebar .sidebar-widget .sidebar-title { font-size: 12px; text-transform: uppercase; color: #fff; border-bottom: 1px solid var(--default-border); padding-bottom: 15px; margin-bottom: 20px; letter-spacing: .5px; }
.footer-sidebar .text-widget p { color: #CBCBCB !important; margin-bottom: 30px; opacity: 0.8 !important; display: block !important; }
.footer-sidebar .text-widget .newsletter-form-widget, .footer-sidebar .text-widget .newsletter-form-widget input { display: flex; width: 100%; }
.footer-sidebar .text-widget .newsletter-form-widget input { height: 50px; padding: 0 25px; line-height: 1; border-top-left-radius: 5px; border-bottom-left-radius: 5px; background-color: rgba(255, 255, 255, 0.05) !important; border: 1px solid rgba(255, 255, 255, 0.2) !important; border-right: none !important; color: #ffffff !important; }
.footer-sidebar .text-widget .newsletter-form-widget input::placeholder { color: rgba(255, 255, 255, 0.5) !important; }
.footer-sidebar .text-widget .newsletter-form-widget button { border: none; height: 50px; background-color: #cab88b; padding: 0 30px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; transition: all .3s ease-in-out; cursor: pointer; }
.footer-sidebar .text-widget .newsletter-form-widget button i { color: #fff; font-size: 14px; transition: all .3s ease-in-out; }
.footer-sidebar .text-widget .newsletter-form-widget button:hover { background-color: rgba(40, 130, 255, 1) !important; }
.footer-sidebar .text-widget .newsletter-form-widget button:hover i { color: #333333 !important; }

.footer-sidebar .latest-posts-widget .post-list .post { display: flex; align-items: center; border-bottom: 2px solid rgba(112,112,112,0.15) !important; padding-bottom: 20px !important; margin-bottom: 20px !important; }
.footer-sidebar .latest-posts-widget .post-list .post:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
.footer-sidebar .latest-posts-widget .post-list .post .img-wrapper { flex: 0 0 100px; width: 100px; height: 65px; margin-right: 15px; border-radius: 6px; overflow: hidden; }
.footer-sidebar .latest-posts-widget .post-list .post .img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.footer-sidebar .latest-posts-widget .post-list .post .post-body { display: flex; flex-direction: column; justify-content: center; flex: 1; }
.footer-sidebar .latest-posts-widget .post-list .post .post-body .post-title { margin-bottom: 5px; font-size: 13px; line-height: 1.4; }
.footer-sidebar .latest-posts-widget .post-list .post .post-body .post-title a { color: #b0a078; font-weight: 500; transition: all .2s ease-in-out; text-decoration: none !important; }
.footer-sidebar .latest-posts-widget .post-list .post .post-body .post-title a:hover { color: #fff0c4; text-decoration: none !important; }
.footer-sidebar .latest-posts-widget .post-list .post .post-body .description-box .date { opacity: .7; line-height: 1; font-size: 12px; color: var(--white-color); }

.footer-sidebar .contact-info-widget .contact-info li { display: flex; align-items: center; font-size: 14px; margin-bottom: 15px;}
.footer-sidebar .contact-info-widget .contact-info li i { margin-right: 15px; font-size: 14px; color: #c4b187; }
.footer-sidebar .contact-info-widget .contact-info li a { color: var(--white-color); transition: all .2s ease-in-out; }
.footer-sidebar .contact-info-widget .contact-info li a:hover { color: #ffe7b3; }

/* 3-Column Footer Layout */
@media (min-width: 992px) {
    .footer-sidebar .row { display: flex !important; flex-wrap: nowrap !important; justify-content: space-between !important; align-items: flex-start !important; margin: 0 -15px !important; }
    .footer-sidebar .col-lg-4 { flex: 0 0 31% !important; max-width: 31% !important; padding: 0 15px !important; }
}
@media (max-width: 991px) {
    .footer-sidebar { margin-bottom: 20px; margin-left: 0; margin-right: 0; } 
    footer .footer-inner .footer-body { padding: 40px 40px; }
    footer .footer-inner .footer-top { padding: 25px 40px; height: auto; flex-direction: column; }
    .footer-sidebar .col-lg-4 { flex: 0 0 100% !important; max-width: 100% !important; margin-bottom: 40px !important; }
}


/* ========================================= */
/* 10. SPECIAL LAYOUTS & COMPONENT FIXES     */
/* ========================================= */

/* Full-Width Image Separator */
.full-width-separator { width: 100vw !important; max-width: 100vw !important; position: relative !important; left: 50% !important; margin-left: -50vw !important; height: 500px; overflow: hidden; display: block; clear: both; }
@media (min-width: 992px) { .full-width-separator { height: 700px !important; } }
.full-width-separator img { position: absolute; top: 0; left: 0; width: 100% !important; height: 150% !important; object-fit: cover; will-change: transform; transition: transform 0.1s linear; box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8), inset 0 -20px 20px -20px rgba(0,0,0,0.8); }

/* Timeline Text Visibility */
.cd-h-timeline__event-content, .cd-h-timeline__event-content p, .cd-h-timeline__event-content span { color: #EAEAEA !important; background-color: transparent !important; line-height: 1.8 !important; }

/* Lightbox Fade */
.mfp-fade.mfp-bg { opacity: 0; transition: all 0.3s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.9; background-color: #000; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; transform: scale(0.95); transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; transform: scale(1); }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; transform: scale(0.95); }

/* Universe Canvas Full Screen */
.portal_intro { top: 0 !important; }
.portal_intro .container-fluid, .portal_intro .row { margin: 0 !important; padding: 0 !important; height: 100vh !important; }
.portal_intro .content.vfx--canvas { position: absolute !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; margin: 0 !important; padding: 0 !important; }
.portal_intro .content.vfx--canvas canvas { position: absolute !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; }
.portal_intro__description { color: #EAEAEA !important; text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8) !important; opacity: 1 !important; visibility: visible !important; position: relative !important; z-index: 100 !important; }
.portal_trigger span { color: #E8CE81 !important; }

/* Meet Lu Tiles Overrides */
body:has(.lu_meet_tiles) { background-color: #000000 !important; }
body:has(.lu_meet_tiles) .navigation-type-2 { background-color: #000000 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; border-bottom: none !important; box-shadow: none !important; }
.lu_meet_tiles__title { font-family: "Roboto Condensed", sans-serif !important; font-weight: 400 !important; letter-spacing: 0.045em !important; color: #C9B88B !important; background-color: transparent !important; }
.lu_meet_tiles__title span { font-family: inherit !important; color: inherit !important; background-color: transparent !important; padding: 0 !important; }
.lu_meet_tiles__title--alt span { display: inline-block !important; max-width: 85% !important; white-space: normal !important; line-height: 1.1 !important; text-align: center; transform: translateZ(0) !important; will-change: backdrop-filter !important; background-color: rgba(0, 26, 128, 0.4) !important; backdrop-filter: blur(140px) !important; -webkit-backdrop-filter: blur(140px) !important; border: 1.2px solid rgba(92,168,255,0.50) !important; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important; padding: 0.4em 0.6em !important; border-radius: 4px; box-decoration-break: slice !important; -webkit-box-decoration-break: slice !important; }
@media (max-width: 700px) { .lu_meet_tiles__title--alt span { max-width: 95% !important; font-size: clamp(1.5rem, 8vw, 3rem) !important; padding: 0.5em !important; } }

/* ========================================= */
/* INSTA-POP SPECIFIC LAYOUT RULES           */
/* ========================================= */
/* Note: Legacy .content-wrapper overrides were removed so they don't break the new Zig-Zag Aero Glass engine. */

/* 1. Page Header (Hero Section) Styling */
body:has(.player) .page-header { 
    position: relative; 
    height: 800px; 
}

body:has(.player) .page-header .breadcrumbs-wrapper { 
    height: 100%; 
}

body:has(.player) .page-header .breadcrumbs-wrapper .breadcrumbs { 
    position: relative; 
    z-index: 900; 
    height: 100%; 
    padding-top: 80px; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center !important; 
}

/* 2. Standard Image Block Fallbacks (If used outside of the WebGL canvases) */
body:has(.player) .digital-services .image { 
    background-size: cover; 
    background-position: center center !important; /* Updated to center for better scaling */
    display: flex; 
}

/* 3. Mobile Overrides */
@media (max-width: 991px) { 
    body:has(.player) .digital-services .image { height: 400px; } 
}

@media (max-width: 767px) { 
    body:has(.player) .digital-services .image { height: 150px; } 
}

@media (max-width: 575px) { 
    body:has(.player) .page-header { height: 800px !important; } 
}


/* 3D Wallpaper Overrides */
.luwrapper .col-lg-6, .luwrapper .col-12, .luwrapper .content-about { min-height: 0 !important; padding: 15px !important; }
body.body--hidden { overflow: hidden !important; }
.pattern { z-index: 0 !important; }
.luwrapper, .codrops-header { position: relative !important; z-index: 10 !important; }







/* ========================================= */
/* Lu Musician AERO DYNAMIC GLASS PANES       */
/* ========================================= */

.digital-services .content-wrapper { 
    /* 1. The Glass Body (Semi-transparent dark tint) */
    background: rgba(20, 20, 22, 0.45) !important; 
    
    /* 2. The Spatial Blur (Refracts whatever is behind it) */
    backdrop-filter: blur(28px) saturate(220%) !important; 
    -webkit-backdrop-filter: blur(28px) saturate(220%) !important; 
    
    /* 3. The Aerodynamic Shape */
    border-radius: 30px !important; 
    
    /* 4. The Elegant Reflection Edge (Catches light on top and left) */
    border: 1.2px solid rgba(255, 255, 255, 0.03) !important; 
    border-top: 1.7px solid rgba(208,243,255,0.40) !important; 
    border-left: 1.15px solid rgba(255, 255, 255, 0.2) !important; 
    
    /* 5. Depth and Floating Shadow (Includes a faint gold inner glow) */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), inset 0 0 40px rgba(201, 184, 139, 0.04) !important; 
    
    /* 6. Content Spacing */
    padding: 60px 50px !important; 
    
    /* 7. Detach the glass from the grid edges so it floats */
    margin: 40px auto !important; 
    max-width: 85% !important; /* Keeps it contained nicely within the column */
    
    position: relative;
    overflow: hidden;
    z-index: 5;
}

/* Optional: Make the text inside the glass pop a bit more against the blur */
.digital-services .content-wrapper h3,
.digital-services .content-wrapper .subtitle {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* ========================================= */
/* ELEGANT AERO 3D GLASS LETTERS             */
/* ========================================= */

.page-header .content__title {
    display: flex !important;
    /* Force single line on all devices, no line exchanges */
    flex-wrap: nowrap !important; 
    justify-content: center;
    gap: 0px; 
    animation: none !important;
}

.glass-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    /* 1. Tightly hug the text */
    padding: 6px 10px; 
    margin: 0 -2px; /* Slight negative margin creates a beautiful overlapping glass effect */
    
    /* 2. Clearer, brighter glass to match the reference "X" */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.0) 100%) !important;
    backdrop-filter: blur(10px) saturate(150%) !important; 
    -webkit-backdrop-filter: blur(10px) saturate(150%) !important; 
    
    /* 3. Sharper, crystalline corners */
    border-radius: 6px !important; 
    
    /* 4. Thinner, sharper reflection edges */
    border: 1px solid rgba(255, 255, 255, 0.08) !important; 
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important; 
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important; 
    
    /* 5. Sleeker shadow for the overlap */
    box-shadow: 
        5px 10px 20px rgba(0, 0, 0, 0.25), 
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
        
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
    color: #fff !important; /* Ensure the text stays crisp */

    /* Anti-Static Fix */
    animation: forceGlassUpdate 0.1s linear infinite alternate !important;
    will-change: opacity, backdrop-filter !important;
    transform: translateZ(0) !important;
}

.glass-space {
    width: 46px; /* Smaller space between words */
}


/* ========================================= */
/* FULL-WIDTH ZIG-ZAG AERO GLASS LAYOUT      */
/* ========================================= */

/* 1. Base settings for the full-width column */
.digital-services .col-12.bg_img {
    display: flex !important;
    flex-direction: row !important; /* Row allows Left/Right flexbox alignment */
    align-items: center !important; /* Vertically center the glass inside the section */
    padding: 80px 10% !important; /* Cinematic padding keeps glass away from the monitor edges */
    min-height: 80vh !important; /* Gives each section a premium, full-screen-like scale */
    
}

/* 2. Alignment Triggers */
.digital-services .align-left { justify-content: flex-start !important; }
.digital-services .align-right { justify-content: flex-end !important; }

/* 3. Lock the Glass Card dimensions so it maintains organic shape */
.digital-services .col-12.bg_img .content-wrapper {
    width: 45% !important;
    max-width: 680px !important; /* Aero Glass Size */
    max-height: 800px !important;
    margin: 0 !important; /* CRITICAL: Overrides the previous 'margin: auto' so left/right works */
    
    /* Internal centering to keep Tape and LP perfectly anchored */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.digital-services .col-12.bg_img .content-wrapper-tape {
    width: 70% !important;
    max-width: 680px !important; /* Aero Glass Size */
    max-height: 900px !important;
    margin: 0 !important; /* CRITICAL: Overrides the previous 'margin: auto' so left/right works */
    
    /* Internal centering to keep Tape and LP perfectly anchored */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}


/* ========================================= */
/* CINEMATIC SECTION SPACING (THE GAP)       */
/* ========================================= */

/* 1. Add a gap below the main top header ("The Musician") */
.page-header {
    margin-bottom: 4px !important; 
}

/* 2. Add the exact same gap below every zig-zag row */
.digital-services .row.no-gutters {
    margin-bottom: 4px !important;
}

/* 3. Keep the very last row flush with the footer so it doesn't look broken */
.digital-services .row.no-gutters:last-child {
    margin-bottom: 0 !important;
}

/* 4. Mobile & Tablet Override (Stacks elegantly) */
@media (max-width: 991px) {
    .digital-services .col-12.bg_img {
        justify-content: center !important; /* Ignore Left/Right zig-zag and center everything on phones */
        padding: 50px 50px !important;
        min-height: auto !important;
    }
    .digital-services .col-12.bg_img .content-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* ----------------------------------------- */
/* 1. DESKTOP (Larger and more grandiose)    */
/* ----------------------------------------- */
@media (min-width: 992px) {
    .glass-letter {
        font-size: 64px !important;
        padding: 24px 20px !important;
        margin: 0 -6px !important; /* Slightly deeper overlap for larger letters */
        border-radius: 8px !important;
    }
    .glass-space {
        width: 60px;
    }
        .digital-services .col-12.bg_img .content-wrapper{
        max-width: 100% !important;
        max-width: 1000px !important;    
    }
}


/* ----------------------------------------- */
/* 2. iPAD / TABLET (Matches your image)     */
/* ----------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    .glass-letter {
        font-size: 48px !important;
        padding: 6px 12px !important;
        margin: 0 -2px !important;
        border-radius: 6px !important;
    }
    .glass-space {
        width: 20px;
    }
    
    .digital-services .col-12.bg_img .content-wrapper{
        max-width: 100% !important;
        max-width: 1000px !important;    
    }
}

/* ----------------------------------------- */
/* 3. MOBILE (Dynamically shrinks to fit)    */
/* ----------------------------------------- */
@media (max-width: 767px) {
    
    .glass-letter {
        /* clamp() lets the text shrink fluidly based on screen width (vw), but never gets too tiny */
        font-size: clamp(46px, 5vw, 46px) !important; 
        padding: 6px 6px !important;
        margin: 0 -1px !important; /* Tighter overlap to save space */
        border-radius: 4px !important;
    }
    .glass-space {
        width: clamp(6px, 2vw, 15px); /* Shrinks the space between words dynamically */
    }
    
}



/* ========================================= */
/* Responsive adjustments for Tablets & iPads */
/* ========================================= */
@media (max-width: 1280px) and (min-width: 900px) {
    .digital-services .col-12.bg_img .content-wrapper {
    width: 75% !important;
    max-width: 680px !important; /* Aero Glass Size */
    margin: 0 !important; /* CRITICAL: Overrides the previous 'margin: auto' so left/right works */
    
    /* Internal centering to keep Tape and LP perfectly anchored */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
    .digital-services .col-12.bg_img .content-wrapper-tape {
        width: 100% !important;
        max-width: 680px !important; /* Aero Glass Size */
        transform: scale(0.85) !important; /* Safely scales without shifting */
        margin: 0 auto !important; 
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }
}


/* ========================================= */
/* DESKTOP RESPONSIVE FIX FOR GLASS PANES    */
/* ========================================= */

@media (min-width: 1281px) {
    .digital-services .content-wrapper {
        max-width: 100% !important;
    }
}



/* ========================================= */
/* WEBGL HEX GLASS BACKGROUNDS               */
/* ========================================= */
.bg_img {
    position: relative;
    overflow: hidden !important;
    background-image: none !important; /* Hide original CSS bg, canvas will draw it */
    background-color: #06000A; /* Fallback */
}

/* The injected WebGL canvas */
.bg_img canvas.hex-glass-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    
    /* ANTI-STRETCH MAGIC FOR CANVAS: Enlarges and crops without warping */
    object-fit: cover !important;
    object-position: center center !important; 
    
    z-index: 0;
    pointer-events: none; /* Let clicks pass through */
    filter: blur(4px); 
    transform: scale(1.05); 
}

/* Ensure text panes and header content sit above the canvas */
.digital-services .bg_img .content-wrapper,
.page-header .breadcrumbs-wrapper {
    position: relative;
    z-index: 5;
}
/* ========================================= */
/* ANTI-STATIC GLASS FIX (Compositor Busting)*/
/* ========================================= */

/* Create a microscopic, invisible animation */
@keyframes forceGlassUpdate {
    0% { opacity: 0.999; }
    100% { opacity: 1; }
}

.digital-services .content-wrapper {
    /* Force the browser to continuously redraw this layer */
    animation: forceGlassUpdate 0.1s linear infinite alternate !important;
    
    /* Tell the GPU to keep this layer active in memory */
    will-change: opacity, backdrop-filter !important;
    
    /* Enforce strict hardware acceleration separation */
    transform: translateZ(0); 
}

/* ========================================= */
/* FOOTER THUMBNAIL FLEXBOX FIX              */
/* ========================================= */

/* 1. Ensure the post stays on one horizontal line */
.footer-sidebar .latest-posts-widget .post-list .post {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important; 
}

/* 2. Lock the image wrapper completely so it cannot expand or shrink */
.footer-sidebar .latest-posts-widget .post-list .post .img-wrapper {
    flex: 0 0 100px !important;
    width: 100px !important;
    max-width: 100px !important; 
    min-width: 100px !important; 
    height: 65px !important;
    margin-right: 15px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

/* 3. Force the image to elegantly fill the locked wrapper */
.footer-sidebar .latest-posts-widget .post-list .post .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* 4. The Magic Fix: Stop the text column from being crushed */
.footer-sidebar .latest-posts-widget .post-list .post .post-body {
    flex: 1 1 auto !important;
    min-width: 0 !important; /* This is the specific flex rule that fixes the text wrapping */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* ========================================= */
/* LU Musician Page , SCROLLABLE TEXT GLASS PANES*/
/* ========================================= */

/* ========================================= */
/* ISOLATED SCROLLABLE TEXT (NO IMPACT ON PLAYERS) */
/* ========================================= */

/* 1. Target ONLY the row holding the essay text */
.digital-services .content-wrapper .row:has(p.about-text) {
    max-height: 650px !important; /* Perfect height in your 600-800px range */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block !important; /* Prevents flexbox from squishing the layout */
    
    width: 100% !important;
    margin: 15px 0 0 0 !important;
    padding: 20px 0 30px 0 !important;
    
    
    /* 2. The Mask Fade: Smooth vanishing effect at top and bottom */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
    
    /* 3. Hide the scrollbars */
    scrollbar-width: none !important; 
    -ms-overflow-style: none !important; 
    
}

/* Hide WebKit scrollbar (Chrome/Safari) */
.digital-services .content-wrapper .row:has(p.about-text)::-webkit-scrollbar {
    display: none !important;
    
}

/* 4. Extend text to the right to match "Tomorrow" */
.digital-services .content-wrapper p.about-text {
    max-width: 74% !important; /* Widens the text block cleanly */
    width: 100% !important;
    padding-right: 0 !important; 
    margin-left: 0 !important;
    
    font-size: 17px !important;
/*    line-height: 1.5 !important;
    letter-spacing: 0.5px !important;*/
   
}


/* ========================================= */
/* INSTAPOP PAGE EXCLUSIVE FIXES             */
/* (Restores the 50/50 split layout and fixes text/LP players) */
/* ========================================= */

/* 1. Reclaim space inside the split 50% columns */
.instapop-page .digital-services .col-lg-6 .content-wrapper {
    width: 100% !important; /* CRITICAL FIX: Overrides the 45% zig-zag rule from Lumusician */
    max-width: 88% !important; /* Expands the glass to perfectly match your red rectangles */
    padding: 60px 40px !important; /* Restores the luxurious desktop padding */
}

/* 2. Fix the LP Player alignment so it isn't sliced off */
.instapop-page .digital-services .content-wrapper:has(.player) {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 40px 10px !important; /* Frees up space for the record player */
}

/* 3. Disable the Lumusician 'row' mask so it doesn't break Insta-pop's grid */
.instapop-page .digital-services .content-wrapper .row:has(p.about-text) {
    max-height: none !important;
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 4. Restore text width and apply the scroll mask directly to the paragraph */
.instapop-page .digital-services .content-wrapper p.about-text {
    max-width: 100% !important; /* Kills the 74% restriction from Lumusician */
    width: 100% !important;
    padding-top: 25px !important; 
    padding-bottom: 35px !important; 
    padding-right: 5px !important;
    margin-top: 15px !important;
    
    /* Turn the paragraph itself into the scroll box */
    max-height: 400px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block !important;
            font-size: 16px !important;
    
    /* Cinematic Fade Mask */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
    
    scrollbar-width: none !important; 
    -ms-overflow-style: none !important;
}

.instapop-page .digital-services .content-wrapper p.about-text::-webkit-scrollbar {
    display: none !important;
}



/* 6. Fix Black Gaps: Force split columns to stretch to equal heights */
.instapop-page .digital-services .row.no-gutters {
    align-items: stretch !important;
}


/* 1. SMALL LAPTOPS & IPAD PRO (992px - 1280px) 
   Columns are still 50/50, but the screen is tighter. Expand glass width. */
@media (min-width: 992px) and (max-width: 1280px) {
    .instapop-page .digital-services .col-lg-6 .content-wrapper {
        width: 100% !important; /* CRITICAL FIX: Forces the glass to ignore older, narrower width rules */
        max-width: 96% !important; /* Stretch glass to almost touch column edges */
        padding: 40px 25px !important; /* Reduce inner padding to give text more space */
    }
}


/* 2. STANDARD IPAD & TABLETS (768px - 991px) 
   Columns stack to 100% width. Center the glass with elegant background margins. */
@media (min-width: 768px) and (max-width: 991px) {
    .instapop-page .digital-services .col-lg-6.bg_img {
        padding: 60px 0 !important; /* Add breathing room above and below stacked columns */
    }
    .instapop-page .digital-services .col-lg-6 .content-wrapper {
        max-width: 70% !important; /* Creates a beautiful 5% background frame on both sides */
        margin: 0 auto !important; /* Force dead-center alignment */
        padding: 50px 40px !important; /* Keep elegant padding */
    }
    .instapop-page .digital-services .content-wrapper p.about-text {
        max-width: 100% !important; /* Unrestrict text width inside the glass */
    }
}

/* 3. MOBILE PHONES (max-width: 767px) 
   Maximize text real estate on tiny screens. */
@media (max-width: 767px) {
    .instapop-page .digital-services .col-lg-6.bg_img {
        padding: 40px 0 !important; 
    }
    .instapop-page .digital-services .col-lg-6 .content-wrapper {
        max-width: 70% !important; /* Maximize width, leaving just a tiny glass edge */
        margin: 0 auto !important;
        padding: 35px 20px !important; /* Reclaim horizontal padding for the text/LP player */
    }
    .instapop-page .digital-services .content-wrapper p.about-text {
        max-height: 380px !important; /* Give the scroll box slightly more vertical room */
        padding-right: 5px !important;
        font-size: 14px !important; /* Better readability on phones */
    }
}

/* 6. Force the Hero Image to perfectly cover the frame */
.instapop-page .page-header {
    background-size: cover !important; /* Scales image to fill the entire box */
    background-position: center center !important; /* Keeps the focal point in the middle */
    background-repeat: no-repeat !important; /* Prevents ugly tiling */
}

/*lutimeline expend and collapse button inner page*/
.lu-toggle-container {
        max-width: 600px; /* Adjust this to fit your layout */
        margin: 20px 0;
    }

    /* The Button Styling */
    .lu-toggle-btn {
        background-color: #2958E4;
        color: #b09f79;
        border: 1px solid #b09f79;
        padding: 12px 24px;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; /* Makes button stretch to fit container */
        transition: all 0.3s ease;
    }

    .lu-toggle-btn:hover {
        background-color: rgba(221,182,92,0.80); /* Subtle hover effect */
    }

    .btn-icon {
        font-size: 20px;
        font-weight: 300;
        transition: transform 0.4s ease;
    }

    /* The Content Animation Magic */
    .lu-toggle-content {
        display: grid;
        grid-template-rows: 0fr; /* Starts collapsed */
        transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
    }

    .lu-content-inner {
        min-height: 0; /* Required for the grid trick to work */
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        line-height: 1.6;
        color: #cccccc; /* Adjust based on your background */
    }

    /* What happens when it's open */
    .lu-toggle-container.is-open .lu-toggle-content {
        grid-template-rows: 1fr; /* Expands smoothly */
    }

    .lu-toggle-container.is-open .lu-content-inner {
        padding: 20px 0; /* Adds breathing room when open */
    }

    .lu-toggle-container.is-open .btn-icon {
        transform: rotate(45deg); /* Spins the + into an X */
    }

/*Youtube Player*/
/* The Responsive Video Container */
.lu-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This is exactly 16:9 aspect ratio (9 divided by 16) */
    height: 0;
    overflow: hidden;
    border-radius: 8px; /* Optional: Adds a nice slight curve to the corners to match modern design */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Optional: Adds a soft drop shadow */
    margin: 30px 0; /* Gives it breathing room top and bottom */
}

/* The actual video inside the container */
.lu-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ========================================= */
/* LU APPEND-ONLY FIXES (V4 - WIDE PAD & CENTER) */
/* ========================================= */

/* 1. Correct Relative Paths for CSS folder */
html body .page-header.lu-hero-bg-restore {
    background-image: url('../img/music/CatLady_Banner_Poster.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-color: transparent !important;
}

html body .digital-services .col-lg-6.lu-tape-bg-restore {
    background-image: url('../img/music/album3.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-color: transparent !important;
}

/* 2. Expand the Glass Pad to Fill the Red Box */
html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix {
    width: 100% !important;
    max-width: 100% !important; /* Expands perfectly to match the right-side text box */
    min-height: 650px !important;
    margin: 0 auto !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; 
    justify-content: flex-start !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
}

html body .digital-services .col-lg-6 .content-wrapper.middleone {
    width: 100% !important;
    max-width: 70% !important; /* Expands perfectly to match the right-side text box */
    min-height: 650px !important;
    margin: 0 auto !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; 
    justify-content: flex-start !important;
    padding: 60px 40px !important;
    box-sizing: border-box !important;
}

/* 3. Force Text to Center at Top */
html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix h3, 
html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix .subtitle {
    text-align: center !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* 4. Tape Cassette Alignment - EXACT MIDDLE OF THE EXPANDED PAD */
html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix .lu-tape-center-fix {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important; /* Fills all remaining space below the text */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; /* Dead-center vertical and horizontal */
    transform-origin: center center !important;
}

/* 1. Remove the hidden default padding so the top gap is perfectly tight */
html body .digital-services .container-fluid {
    padding-top: 0 !important; 
}

/* 2. Force the row holding the green canvas to have the exact same 4px gap at the bottom */
html body .digital-services .container-fluid > .row:first-child {
    margin-bottom: 4px !important;
    padding-bottom: 0 !important;
}

/* 3. Eliminate any hidden top margins on the row below it (the tape section) to prevent voids */
html body .digital-services .container-fluid > .row:nth-child(2) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* Trigger the mobile-stacked layout for ALL screens smaller than 1440px */
@media (max-width: 1439px) {
    
    /* 1. Force the 50/50 grid columns to stack to 100% width */
    html body .digital-services .row .col-lg-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    /* 2. Apply the mobile glass pad dimensions and spacing */
    html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix,
    html body .digital-services .col-lg-6 .content-wrapper.middleone {
        width: 100% !important;
        max-width: 95% !important; /* Uses mostly full width of the screen */
        min-height: auto !important;
        margin: 40px auto !important; /* Separates the stacked glass pads */
        padding: 40px 20px !important;
    }

    /* 3. Scale the tape down slightly so it fits perfectly on laptops and tablets */
    html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix .lu-tape-center-fix {
        transform: scale(1.0) !important;
    }

    /* 4. Ensure the background image has enough height when stacked */
    html body .digital-services .col-lg-6.lu-tape-bg-restore {
        min-height: 800px !important; 
    }
}


/* 2. Standard Tablets & iPads (576px to 991px)
   Columns are stacked, but tape might still clip the edges. */
@media (min-width: 576px) and (max-width: 991px) {
    html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix .lu-tape-center-fix {
        transform: scale(0.95) !important; /* Scales tape appropriately for tablet width */
    }
}

@media (max-width: 575px) {
html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix .lu-tape-center-fix {
    transform: scale(0.90) !important;
    }
}

@media (min-width: 1439px) and (max-width:1800px) {
        html body .digital-services .col-lg-6 .content-wrapper.lu-tape-card-fix .lu-tape-center-fix {
        transform: translateX(-70px) scale(0.75) !important;
}



