/*
 Theme Name:   Twenty Fifteen Child
 Description:  A child theme for the Twenty Fifteen WordPress theme
 Author:       JC Limocon
 Template:     twentyfifteen
 Version:      1.6.0 (Updated with Find Me Section)
*/

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page,
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0, #bwg_container1_1 #bwg_container2_1 .tablenav-pages_1,
#bwg_container1_1 #bwg_container2_1 .tablenav-pages_1 a, #bwg_container1_1 #bwg_container2_1 .tablenav-pages_1 input.bwg_current_page{
	font-size: 25px !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails,
#bwg_container1_1 #bwg_container2_1 .bwg-container-1.bwg-standard-thumbnails{
	width: 100% !important;
}
.spider_popup_close_fullscreen {
	font-size: 40px !important;
	right: 18px !important;
  	top: 74px !important;
}


.page-template-template-custom-default .entry-content {
	max-width: 1400px !important;
    margin: auto;
}

.entry-content {
		max-width: 100% !important;
    margin: auto;
  padding-top: 40px !important;
  padding-bottom: 40px;
}

/* =========================================
   PAGE HEADER & BREADCRUMBS
   ========================================= */

.custom-page-header {
  padding: 20px 0 20px !important; /* Top/Bottom padding */
  background-color: #f9f9f9; /* Light gray background to separate from nav */
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

/* Page Title */
.page-main-title {
  font-family: 'Georgia', serif;
  font-size: 3.5rem;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  font-weight: 700;
}

/* Breadcrumbs Container */
.dakota-breadcrumbs {
  font-family: sans-serif;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #888;
  font-weight: 600;
}

/* Breadcrumb Links */
.breadcrumb-link {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #00c6ff; /* Cyan accent on hover */
}

/* Separator ( Slash ) */
.breadcrumb-sep {
  margin: 0 10px;
  color: #ccc;
}

/* Current Page (Non-clickable) */
.breadcrumb-current {
  color: #00c6ff; /* Active page color */
}

/* --- Responsive Mobile --- */
@media (max-width: 600px) {
  .custom-page-header {
    padding: 40px 0 30px;
  }
  
  .page-main-title {
    font-size: 2.2rem;
  }
}

/* --- 1. VARIABLES (Updated) --- */
:root {
    /* Existing Palette */
    --bg-dark: #0a1128;
    --accent-blue: #4da8da;
    --white: #ffffff;
    --gold: #c5a059;
    --olive: #3d4323;
    --blue: #336699;
    --black: #1a1a1a;
    --purple-grad: linear-gradient(to right, #9d50bb, #6e48aa);
    --mixes-grad: linear-gradient(to right, #a136ff, #00c6ff);

    /* New "Find Me" Section Palette */
    --card-dark: #2a303d;
    --cyan-bright: #00d2ff;
    --text-gray: #aab2bd;
    --purple-cyan-grad: linear-gradient(135deg, #8a2be2, #00d2ff);
	
	--dk-navy: #336699;       /* Main Section BG */
	  --dk-card-bg: rgba(255, 255, 255, 0.05);    /* Card BG */
	  --dk-grid-bg: rgba(255, 255, 255, 0.05);    /* Icon Grid BG */
	  --dk-grid-border: rgba(152, 152, 152, 0.2);/* Icon Grid Border */
	  --dk-cyan: #00c6ff;       /* Accent Color */
	  --dk-white: #ffffff;
	  --dk-gray: #aab2bd;
	  --dk-btn-grad: linear-gradient(90deg, #9d50bb, #00c6ff);
	
}

/* --- 2. GLOBAL RESET & BASE --- */
* { box-sizing: border-box; }

html, body {
    overflow-x: hidden; /* Fixes horizontal scrollbar */
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--white);
    font-family: 'Georgia', serif;
    color: var(--black);
    line-height: 1.6;
}

body:before { display: none !important; } /* Removes sidebar background */

.site {
    margin: 0 !important;
    max-width: 100% !important;
}

@media screen and (min-width: 59.6875em) {
    .site-content {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

.container {
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- TYPOGRAPHY DEFAULTS --- */
h1 {
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0px;
    font-family: 'Georgia', serif;
}

h2 {
    font-size: 3rem;
    font-family: 'Georgia', serif;
}

/* --- CAROUSEL / SWIPER STYLES --- */
/* Force Full Width regardless of theme container */
.dj-fullwidth-carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background: #000;
}

.dj-full-swiper {
    width: 100%;
    height: 40vh !important; /* Adjust height as needed (e.g., 500px or 60vh) */
}

.dj-full-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.dj-full-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.dj-full-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: 0.4s ease;
}

.swiper-slide:hover .slide-overlay { opacity: 1; }

.slide-overlay span {
    color: #fff;
    font-family: 'Serif', Georgia, serif;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.custom-nav-edge {
    color: #fff !important;
    background: rgba(0,0,0,0.3);
    padding: 40px 30px;
    transition: 0.3s;
}

.custom-nav-edge:hover {
    background: rgba(45, 182, 245, 0.8);
}

.swiper-button-next, .swiper-button-prev {
	 top:var(--swiper-navigation-top-offset,45%) !important;
}

/* --- HEADER SECTION --- */
.custom-top-header {
    background-color: #336699 !important;
    color: #ffffff;
    width: 100%;
    z-index: 9999;
    padding-top: 15px;
    position: relative;
}

.header-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 25px;
    height: 100px;
}

.header-socials { width: 40%; display: flex; align-items: center; justify-content: flex-start; gap: 12px; }
.header-search { width: 40%; display: flex; align-items: center; justify-content: flex-end; }
.header-logo { width: 20%; text-align: center; display: flex; justify-content: center; align-items: center; }

.follow-text {
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    white-space: nowrap;
}

.social-icons-list { display: flex; gap: 8px; }

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgba(160, 160, 160, 0.6);
    border-radius: 50%;
    color: #ffffff;
    transition: background-color 0.3s, transform 0.2s;
}

.social-icon:hover {
    background-color: #55c5cf;
    transform: translateY(-2px);
}

.header-logo img {
    max-height: 90px;
    width: auto;
    border: 1px solid #273439 !important;
}

/* Search Form */
.header-search .search-form { display: flex; align-items: center; margin: 0; }
.search-icon-wrapper { display: flex; align-items: center; position: relative; }

.header-search .search-field {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    width: 0; 
    padding: 0;
    transition: width 0.4s ease, padding 0.3s;
    outline: none;
}

.search-icon-wrapper:hover .search-field,
.header-search .search-field:focus {
    width: 150px;
    padding: 0 10px;
}

.search-icon-label { cursor: pointer; margin-left: 8px; display: flex; align-items: center; }
.header-search .search-submit, .header-search .search-form label span { display: none; }

/* Navigation */
.header-navigation {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 15px;
}

.nav-menu-horizontal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu-horizontal li { padding: 0 15px; position: relative; }

.nav-menu-horizontal li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
}

.nav-menu-horizontal li:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.3);
}

/* Mobile Menu Logic */
.menu-toggle-checkbox { display: none; }

.menu-toggle-label {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    margin: 10px auto;
    position: relative;
    z-index: 10001;
}

.hamburger, .hamburger::before, .hamburger::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    transition: all 0.3s ease;
}

.hamburger { top: 8px; }
.hamburger::before { top: -8px; }
.hamburger::after { bottom: -8px; }

/* --- MOBILE RESPONSIVE FIXES --- */
@media (max-width: 768px) {
    .header-top-bar {
        flex-direction: column; /* Stack elements vertically */
        height: auto; /* Let the height grow with content */
        padding: 15px;
        gap: 15px;
    }

    /* Reset widths from desktop */
    .header-socials, .header-logo, .book-wrap {
        width: 100% !important;
        justify-content: center !important;
        text-align: center;
    }

    /* Fix Logo size for mobile */
    .header-logo img {
        max-height: 60px;
    }

    /* Position the Hamburger Menu at the top right */
    .menu-toggle-label {
        display: block; /* Show the hamburger */
        position: absolute;
        top: 20px;
        right: 20px;
        margin: 0;
    }

    /* Adjust the Contact Button for mobile */
    .btn-book {
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        width: 80%; /* Prevents it from being too wide */
    }

    /* Hide the navigation menu by default on mobile */
    .header-navigation {
        display: none;
        background: #273439; /* Darker background for menu */
        width: 100%;
        margin-top: 0;
    }

    .nav-menu-horizontal {
        flex-direction: column;
        padding: 20px 0;
    }

    .nav-menu-horizontal li {
        padding: 15px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        width: 100%;
        text-align: center;
    }

    .nav-menu-horizontal li:after {
        display: none; /* Remove the vertical separator bars | */
    }

    /* Toggle Logic: Show menu when checkbox is checked */
    .menu-toggle-checkbox:checked ~ .header-navigation {
        display: block;
    }

    /* Hamburger Animation to 'X' when open */
    .menu-toggle-checkbox:checked + .menu-toggle-label .hamburger {
        background: transparent;
    }
    .menu-toggle-checkbox:checked + .menu-toggle-label .hamburger::before {
        transform: rotate(45deg);
        top: 0;
    }
    .menu-toggle-checkbox:checked + .menu-toggle-label .hamburger::after {
        transform: rotate(-45deg);
        bottom: 0;
    }
}

/* --- LANDING HEADER --- */
.landing-header {
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    position: relative;
}

.social-icons {
    order: 2;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-icon-img {
    width: 22px;
    height: 22px;
    display: block;
    filter: brightness(0) invert(1);
    transition: transform 0.2s, opacity 0.2s;
}

.social-icon-img:hover { opacity: 0.8; transform: translateY(-2px); }

.logo-wrap { order: 1; }
.book-wrap { order: 3; }
.logo-img { width: 100px; height: auto; border-radius: 4px; display: block; z-index: 1; }

.btn-book {
	background: var(--mixes-grad) !important;
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-ben {
	background: var(--purple-grad);
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* --- HERO & CONTENT --- */
.hero-overlap-section {
    position: relative;
    text-align: center;
    background-color: var(--white);
}

.green-backdrop {
    background-image: url('/wp-content/uploads/2018/03/slide-sky.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px 140px 20px;
    width: 100%;
}

.hero h1 {
    font-size: 2.2rem;
    margin: 0 0 15px 0;
    color: var(--black);
}

.hero h1 span.nye { font-style: italic; color: var(--black); }

.sold-out-badge {
    display: inline-block;
    border: 1px solid var(--black);
    color: var(--black);
    padding: 5px 14px;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.main-event-img {
    width: 90%;
    max-width: 750px;
    height: auto;
    margin: -100px auto 40px;
    display: block;
    position: relative;
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    border: 4px solid var(--white);
}

.details-section {
    padding-top: 0;
    padding-bottom: 40px;
    color: var(--black);
}

.details-section h2, .details-section h3 {
    color: var(--blue);
    font-family: 'Georgia', serif;
    margin-top: 30px;
    margin-bottom: 15px;
}

.details-section h2 { font-size: 1.8rem; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.details-section h3 { font-size: 1.4rem; }
.about-text { font-size: 1.1rem; color: #444; }

/* --- MUSIC SECTION --- */
.plyr { width: 100% !important; }

.music-section {
    position: relative;
    padding: 120px 20px;
    background-image: url('/wp-content/uploads/2018/03/slide-sky.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: var(--white);
	box-shadow: inset 0 0 0 2000px rgba(10, 10, 20, 0.6) !important;
}

.music-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.music-section .container { position: relative; z-index: 2; }

.music-section h1 { color: #fff !important; font-size: 9rem; } /* Override global h1 */
.music-section p { color: #fff !important; font-size: 30px; margin-bottom: 0; }

.music-section h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 40px;
    font-family: 'Georgia', serif;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
    color: white;
}

.shortcode-player-wrap {
    max-width: 700px;
    margin: 50px auto 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-mixes {
    background: var(--mixes-grad);
    color: var(--white);
    padding: 18px 45px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 1.8 !important;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 198, 255, 0.3);
	text-align: center;
}

.btn-mixes:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0, 198, 255, 0.4); }




/* --- WELCOME INTRO --- */
.welcome-intro-section {
    padding: 80px 0 80px;
    background-color: #ffffff;
    text-align: center;
}

.meet-intro-header h2 {
    color: #1a1a1a;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meet-intro-header h3 {
    color: #00aeef;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- MEET DAKOTA --- */
.meet-dakota-section {
    padding: 80px 0;
    background-color: #f2f2f2;
    color: #1a1a1a;
}

.meet-dakota-section .container {
	max-width: 1200px !important;
  margin: auto !important;
}

.meet-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.meet-content { flex: 1; }

.meet-content h2 {
    color: #0a1128;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
}

.meet-content h2::before {
    content: '';
    position: absolute;
    left: 0; top: 10%; height: 80%; width: 6px;
    background-color: #00aeef;
}

.meet-content p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.btn-read-more {
    background: linear-gradient(to right, #a136ff, #00c6ff);
    color: white;
    padding: 12px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}

.meet-portrait {
    width: 420px;
    height: 350px;
    object-fit: contain;
}

.meet-portrait-mobile {
	display: none;
}


/* ----------------------------------------------------------------- */
/* --- 3. NEW SECTION: WHERE TO FIND ME (ADDED) --- */
/* ----------------------------------------------------------------- */

/* Main Parallax Wrapper */
.dakota-parallax-section {
    position: relative;
    /* IMPORTANT: Replace URL below with your actual main background image */
    background-image: url('/wp-content/uploads/2018/03/slide-sky.jpg'); 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 20px;
    /* Dark overlay effect */
	box-shadow: inset 0 0 0 2000px rgba(10, 10, 20, 0.6) !important;
}

.container-content {
    max-width: 1200px;
    margin: 0 auto;
}

.text-center { text-align: center; }

.dakota-parallax-section .main-title {
    color: var(--white);
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: inherit !important; /* Prefer Sans-Serif here */
}

.highlight-cyan {
    color: var(--cyan-bright);
    font-weight: 700;
}

.header-underline {
    width: 60px;
    height: 4px;
    background: var(--purple-cyan-grad);
    margin: 0 auto 60px auto;
    border-radius: 2px;
}

/* Floating Card */
.floating-event-card {
    display: flex;
    background-color: transparent !important;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    min-height: 500px;
}

.card-text-content {
    flex: 1;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
}

/* IMPORTANT: Replace URL below with your card image (e.g. cloud cross) */
.card-image-content {
    flex: 2 !important;
    background-image: url('/wp-content/uploads/2026/02/djdakota-spruzzo-rooftop.png') !important;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
}

.venue-title {
    font-size: 2.5rem !important;
    line-height: 1.1;
    margin-bottom: 40px;
    font-weight: 700;
    color: var(--white);
    font-family: inherit !important;
}

.details-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-wrapper svg {
    stroke: var(--cyan-bright);
    width: 28px;
    height: 28px;
    margin-top: 5px;
}

.detail-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.detail-text .label {
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-gray);
    margin-bottom: 5px;
    font-weight: 600;
}

.detail-text .value {
    font-size: inherit !important;
    font-weight: 600;
    color: var(--white);
}

.event-description {
    color: #fff !important;
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: inherit !important;
    max-width: 450px;
	text-align: center;
}

/* Gradient Button */
.gradient-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--purple-cyan-grad);
    color: var(--white);
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.6rem !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px -10px rgba(0, 210, 255, 0.6);
    width: fit-content;
    font-family: sans-serif;
}

.gradient-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px -10px rgba(0, 210, 255, 0.8);
    filter: brightness(1.1);
}


/* ---  Icon Grid --- */
.dakota-icon-grid-section {
  background-color: var(--dk-navy); /* Matches Section 1 BG */
  padding: 100px 20px 100px; /* Padding bottom only */
}

.page-template-template-custom-about .dakota-icon-grid-section {
  background-color: var(--dk-navy); /* Matches Section 1 BG */
  padding: 0 20px 100px; /* Padding bottom only */
}

.icon-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 Columns */
  /*border-top: 1px solid var(--dk-grid-border);
  border-left: 1px solid var(--dk-grid-border);*/
}

.icon-grid-item {
  background-color: rgb(39, 52, 57) !important;
  border-right: 1px solid var(--dk-grid-border);
  border-bottom: 1px solid var(--dk-grid-border);
  aspect-ratio: 1 / 1; /* Makes them perfect squares */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  padding: 20px;
  text-align: center;
	margin: 20px;
}

.icon-grid-item:hover {
  background-color: rgb(39, 52, 57) !important; /* Slightly lighter on hover */
}

.icon-wrap {
  color: var(--dk-white);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.icon-grid-item:hover .icon-wrap {
  transform: scale(1.1);
  color: var(--dk-cyan);
}

.icon-label {
  color: var(--dk-white);
  font-family: sans-serif;
  font-size: 1.5rem !important;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4;
}




/* --- FOOTER --- */
.site-footer {
    background-color: #273439 !important;
    color: #ffffff;
    padding: 80px 0 40px;
    text-align: center;
    font-family: sans-serif;
    width: 100%;
    margin: auto;
}

.footer-contact { margin-bottom: 40px; }

.footer-email-icon {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
}

.footer-inquiry-text {
    font-size: 16px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-email-link {
    color: #00aeef;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.footer-email-link:hover { opacity: 0.8; text-decoration: underline; }

.footer-separator {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 40px auto;
    max-width: 700px;
}

.footer-copyright {
    font-size: 13px;
    opacity: 0.6;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

/* === MIX SECTION STYLES === */

.mix-section {
  background-color: #f0f0f0; /* Light gray background like the image */
  padding: 80px 20px;
  text-align: center;
}

.mix-header {
	margin-bottom: 20px;
}

/* Typography */
.section-title-serif {
  font-family: 'Georgia', serif;
  font-size: 3.5rem;
  color: #000000 !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.gradient-divider {
  width: 150px;
  height: 2px;
  background: linear-gradient(to right, transparent 0%, #a136ff 40%, #00c6ff 60%, transparent 100%);
  margin: 0 auto 60px auto;
}

/* Player Card Container */
.custom-player-card {
  max-width: 900px;
  margin: 0 auto 50px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden; /* Keeps the blurred bg contained */
  text-align: left;
}

/* --- Top Half: Visuals --- */
.player-visual-area {
  position: relative;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

/* Blurred Background */
.player-bg {
  position: absolute;
  top: -20px; left: -20px; right: -20px; bottom: -20px;
  /* Use the same image as the cover for the blur effect */
  background-image: url('/wp-content/uploads/2018/04/Inspired-mp3-image-780x780.jpg'); 
  background-size: cover;
  background-position: center;
  filter: blur(20px) brightness(0.8);
  z-index: 0;
}

.player-content-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 25px;
}

/* Cover Art */
.cover-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-overlay-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; height: 50px;
  background: rgba(0,0,0,0.4);
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  padding: 0;
}

.play-overlay-btn:hover {
  background: rgba(0,0,0,0.7);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-overlay-btn svg {
  width: 24px; height: 24px;
  fill: #fff;
}

/* Controls Area */
.player-controls-area {
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meta-artist { display: block; font-size: 0.9rem; opacity: 0.9; text-transform: uppercase; letter-spacing: 1px;}
.meta-song { display: block; font-size: 1.5rem; font-weight: 700; margin-bottom: 15px; }

.control-bar-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}

.progress-bar-bg {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.3);
  border-radius: 2px;
  position: relative;
}

.progress-fill {
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  width: 0%; /* JS will update this */
  transition: width 0.1s linear;
}

.time-display {
  text-align: right;
  font-size: 1.5rem;
  opacity: 0.8;
  margin-top: 5px;
}

/* --- Bottom Half: Footer --- */
.player-footer-bar {
  padding: 20px 30px;
  background: #273439;;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border-bottom: 4px solid #f2f2f2;*/
}

.footer-title {
  margin: 0;
  color: #fff;
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.footer-artist-sub {
  color: #999;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-duration {
  color: #999;
  font-size: 1.5rem;
}

/* Listen More Button */
.button-container { margin-top: 20px; }

.btn-listen-more {
  display: inline-block;
  background: linear-gradient(to right, #9d50bb, #00c6ff);
  color: white;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px; /* Slightly squared like image */
  letter-spacing: 1px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-listen-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 198, 255, 0.4);
}



/* --- MOBILE MEDIA QUERIES --- */
@media screen and (min-width: 901px) {
	.card-image-content.card-image-content-mobile {
  display: none;
}
}

@media screen and (max-width: 900px) {
	.card-image-content.card-image-content-desktop {
	  display: none;
	}
    /* Header Adjustments */
    .header-top-bar { flex-direction: column; height: auto; padding: 20px; gap: 15px; }
    .header-socials, .header-logo, .header-search { width: 100%; justify-content: center; }
    .menu-toggle-label { display: block; margin: 15px auto; }
    
    .header-navigation {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s;
        background-color: rgba(59, 107, 149, 0.98);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 10000;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .menu-toggle-checkbox:checked ~ .header-navigation {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
    }

    .nav-menu-horizontal { flex-direction: column; padding: 10px 0; }
    .nav-menu-horizontal li { padding: 0; width: 100%; text-align: center; }
    
    .nav-menu-horizontal li a {
        display: block;
        padding: 18px 0;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: background 0.3s, color 0.3s;
    }

    .nav-menu-horizontal li a:active,
    .nav-menu-horizontal li a:hover {
        background-color: rgba(85, 197, 207, 0.2);
        color: #55c5cf;
    }

    .nav-menu-horizontal li:not(:last-child)::after { display: none; }

    /* Hamburger Animation */
    .menu-toggle-checkbox:checked + .menu-toggle-label .hamburger { background: transparent; }
    .menu-toggle-checkbox:checked + .menu-toggle-label .hamburger::before { transform: rotate(45deg); top: 0; }
    .menu-toggle-checkbox:checked + .menu-toggle-label .hamburger::after { transform: rotate(-45deg); bottom: 0; }

    /* "Where To Find Me" Mobile Adjustments */
    .dakota-parallax-section .main-title { font-size: 2.2rem; }
    .floating-event-card { flex-direction: column-reverse; height: auto; }
    
    .card-image-content {
        min-height: 250px !important;
        flex: none;
        width: 100%;
    }

    .card-text-content {
        flex: none;
        padding: 50px 30px;
        text-align: center;
        align-items: center;
    }

    .venue-title { font-size: 2rem; }
    
    .detail-item { flex-direction: column; align-items: center; }
    .detail-text { text-align: center; }
    .icon-wrapper svg { margin-top: 0; margin-bottom: 10px; }
    .gradient-btn { width: 100%; justify-content: center; }
	
	/* Grid becomes 2 columns on tablet, 1 on mobile */
  .icon-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
	
}

@media (max-width: 768px) {
    .footer-email-link { font-size: 18px; }
    .site-footer { padding: 60px 20px 30px; }
}

@media (min-width: 992px) {
    .meet-flex { flex-direction: row; text-align: left; gap: 80px; }
    .landing-header { flex-direction: row; justify-content: space-between; padding: 0 60px; height: 120px; }
    .social-icons { order: 1; flex: 1; justify-content: flex-start; gap: 18px; }
    .logo-wrap { order: 2; flex: 0 0 auto; display: flex; justify-content: center; width: 200px; }
    .book-wrap { order: 3; flex: 1; display: flex; justify-content: flex-end; }
    .logo-img { width: 150px; position: relative; top: 24px; }
    .hero h1 { font-size: 4.5rem; }
    .music-section h2 { font-size: 5rem; }
}

@media (max-width: 992px) {
	.meet-portrait-desktop {
		display: none;
	}
	.meet-portrait-mobile {
	  display: block;
	}
}

@media (max-width: 600px) {
  .icon-grid-container {
    grid-template-columns: 1fr; /* Stack vertically on phones */
  }
  
  .icon-grid-item {
    aspect-ratio: auto;
    padding: 40px 20px;
  }

.section-title-serif { font-size: 2.2rem; }
  
  .player-visual-area {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
  }
  
  .player-content-row { flex-direction: column; gap: 15px; }
  .player-controls-area { text-align: center; width: 100%; }
  .control-bar-row { justify-content: center; }
  .time-display { text-align: center; }
  
  .player-footer-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }	
	
	.music-section h1 {font-size: 4rem !important;}
	.music-section p {font-size: 20px !important;}
	.music-section {padding: 50px 20px !important;}
	.meet-dakota-section { padding: 30px 0 !important;}
	.meet-flex {gap: 20px !important;}
	.btn-mixes {text-align: center;}
	.detail-text .label {font-size: 1.5rem !important;}
	.feather-external-link {display: none !important;}
	.video-youtube-section {max-width: 100% !important; margin: 0 auto; padding: 0px !important;}
	.youtube-grid {margin: 50px auto 30px !important;}
	.section-header {margin-top: 30px !important;}
	.tv-spotlight-section {padding: 60px 5px !important;}
}




/* =========================================
   ABOUT PAGE REDESIGN (2026 Theme)
   ========================================= */

/* --- SECTION 1: BIO (Light) --- */
.about-bio-section {
  padding: 100px 20px;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.bio-layout {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Image Styling */
.bio-image-wrapper {
  flex: 1;
  position: relative;
  min-width: 350px;
}

.bio-image-bg {
  position: absolute;
  top: 20px; left: 20px;
  width: 100%; height: 100%;
  background: var(--purple-grad); /* Subtle gradient backing */
  border-radius: 40px 0 40px 0; /* Modern leaf shape */
  z-index: 1;
  opacity: 0.2;
}

.bio-img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 40px 0 40px 0;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  z-index: 2;
  display: block;
  object-fit: cover;
}

/* Text Styling */
.bio-text-content {
  flex: 1.2;
}

.pre-title {
  color: var(--dk-gray);
  font-family: sans-serif;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.bio-title {
  font-size: 3.5rem;
  color: var(--black);
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: 'Georgia', serif;
}

.bio-title .cyan-text {
  color: var(--accent-blue);
  font-style: italic;
}

.bio-body p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.lead-paragraph {
  font-size: 1.25rem;
  color: var(--black);
  font-weight: 500;
}

.bio-divider {
  width: 80px;
  height: 4px;
  background: var(--mixes-grad);
  margin-top: 40px;
}


/* --- SECTION 2: RESUME GRID (Dark) --- */
.resume-dark-section {
  background-color: var(--dk-navy);
  padding: 100px 20px;
  color: var(--white);
}

.resume-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.resume-title {
  font-size: 3rem;
  color: var(--white);
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.resume-title .cyan-text { color: var(--dk-cyan); }

.resume-subtitle {
  color: var(--dk-gray);
  font-family: sans-serif;
  font-size: 1.5rem !important;
  letter-spacing: 1px;
}

/* Bento Grid Layout */
.resume-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.resume-card {
  background-color: var(--dk-grid-bg);
  border: 1px solid var(--dk-grid-border);
  padding: 50px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resume-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  background-color: var(--dk-card-bg);
}

/* Make the first card span full width */
.wide-card {
  grid-column: 1 / -1;
}

.card-icon {
  color: var(--dk-cyan);
  margin-bottom: 20px;
  background: rgba(0, 198, 255, 0.1);
  width: 50px; height: 50px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}

.card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 15px;
}

/* List Styling */
.resume-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resume-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: var(--dk-gray);
  font-size: 0.95rem;
  line-height: 1.5;
}

.resume-list li::before {
  content: '•';
  color: var(--dk-cyan);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.resume-list li strong {
  color: var(--white);
  font-weight: 600;
}

/* Columns for the wide list */
.list-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 900px) {
  /* Bio Section */
  .bio-layout {
    flex-direction: column;
    gap: 40px;
  }
  
  .bio-image-wrapper {
    width: 100%;
    min-width: auto;
    padding: 0 20px; /* Add breathing room */
  }
  
  .bio-title { font-size: 2.5rem; text-align: center; }
  .pre-title { text-align: center; }
  .bio-divider { margin: 40px auto 0; }

  /* Resume Section */
  .resume-grid {
    grid-template-columns: 1fr; /* Stack everything */
  }
  
  .list-columns {
    grid-template-columns: 1fr; /* Stack the wide list */
    gap: 0;
  }
  
  .resume-card { padding: 30px; }
  .resume-title { font-size: 2.2rem; }
}


/* =========================================
   ACCORDION SECTION STYLES
   ========================================= */

.dakota-accordion {
  max-width: 100% !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px; /* Space between items */
}

/* Accordion Item Wrapper */
.acc-item {
  background-color: var(--dk-grid-bg);
  border: 1px solid var(--dk-grid-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.acc-item:hover {
  border-color: rgba(0, 198, 255, 0.3); /* Subtle glow on hover */
}

/* Header Button */
.acc-header {
  width: 100%;
  padding: 25px 30px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--white);
  transition: background-color 0.3s;
  outline: none;
}

.acc-header:hover {
  background-color: var(--dk-card-bg);
}

.acc-header[aria-expanded="true"] {
  background-color: var(--dk-card-bg);
  border-bottom: 1px solid var(--dk-grid-border);
}

/* Header Content */
.acc-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem !important;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-box {
  color: var(--dk-cyan);
  display: flex;
  align-items: center;
}

.acc-chevron {
  color: var(--dk-gray);
  transition: transform 0.3s ease;
}

/* Rotate chevron when open */
.acc-header[aria-expanded="true"] .acc-chevron {
  transform: rotate(180deg);
  color: var(--dk-cyan);
}

/* Content Area (Hidden by default) */
.acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: rgba(0,0,0,0.2); /* Slightly darker inside */
}

.acc-inner-text {
  padding: 30px;
  color: var(--dk-gray);
  font-size: 1.5rem !important;
  line-height: 1.6;
}

/* Inner Headings */
.inner-heading {
  color: var(--white);
  font-size: 1.5rem !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-left: 3px solid var(--dk-cyan);
  padding-left: 10px;
}

/* Lists Styling */
.acc-inner-text small {font-size: 100% !important;}
.list-intro {
  font-size: 20px;
}
.simple-list, .list-columns-3 ul, .list-columns-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-list li, .list-columns-3 li, .list-columns-2 li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
	font-size: 18px !important;
}

.simple-list li::before, .list-columns-3 li::before, .list-columns-2 li::before {
  content: '›';
  color: var(--dk-cyan);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
  line-height: 1;
}

strong { color: #000 !important; }

.page-template-template-custom-about strong { color: #fff !important; }

/* Column Layouts for Long Lists */
.list-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.list-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .list-columns-3, .list-columns-2 {
    grid-template-columns: 1fr; /* Stack lists on mobile */
    gap: 0;
  }
  
  .list-columns-3 ul, .list-columns-2 ul {
    margin-bottom: 10px;
  }
  
  .acc-header {
    padding: 20px;
  }
  
  .acc-title { font-size: 1rem; }
}

/* =========================================
   MUSIC DOWNLOAD SECTION (White Background Version)
   ========================================= */

.dakota-music-section {
  background-color: #ffffff; /* Changed to White */
  padding: 80px 20px;
  color: #1a1a1a; /* Changed text base to Dark */
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.mt-large { margin-top: 80px; }

.section-title {
  font-family: 'Georgia', serif;
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #0f131f; /* Dark Navy for contrast */
}

.section-subtitle {
  color: #666; /* Darker Gray for visibility on white */
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.cyan-text { color: #00aeef; } /* Adjusted cyan slightly darker for white bg */

.gradient-divider {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #9d50bb, #00c6ff);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* --- PART 1: FEATURED ROW (2 Columns) --- */
.featured-mixes-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.featured-card {
  flex: 1 1 400px; 
  background: #fff;
  border: 1px solid #e0e0e0; /* Light gray border for definition */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Softer shadow */
}

.featured-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.iframe-container {
  padding: 15px;
  background: #f9f9f9; /* Light gray player bg */
}

/* --- PART 2: THE VAULT GRID (Sky Background Cards) --- */
.mix-vault-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  max-width: 1400px !important;
  margin: 0 auto;
}

.vault-card {
  position: relative; 
  overflow: hidden;   
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  min-height: 220px;
  background-color: #000; 
  /* Deep shadow to pop off the white page */
  box-shadow: 0 15px 35px rgba(0,0,0,0.2); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* THE SKY BACKGROUND LAYER */
.vault-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  
  /* Replace URL below with your actual sky image */
  background-image: url('/wp-content/uploads/2018/03/slide-sky.jpg');
  background-size: cover;
  background-position: center;
  
  /* Dark Overlay needed so WHITE text inside card remains readable */
  box-shadow: inset 0 0 0 1000px rgba(15, 20, 35, 0.75);
  
  z-index: 1; 
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Hover Effects */
.vault-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 198, 255, 0.25);
}

.vault-card:hover::before {
  transform: scale(1.1); 
  box-shadow: inset 0 0 0 1000px rgba(15, 20, 35, 0.6); 
}

/* Content Layering (Text inside cards stays WHITE) */
.card-content-top,
.btn-group,
.btn-vault {
  position: relative;
  z-index: 2;
  width: 100%;
}

.card-content-top { margin-bottom: 20px; }

.vault-title {
  font-family: 'Georgia', serif;
  font-size: 2rem !important;
  margin: 0 0 8px;
  color: #fff; /* Keep white to contrast against sky bg */
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.vault-meta {
  font-size: 1.5rem !important;
  color: #d1d5db; /* Keep light gray for card interior */
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* Buttons */
.btn-vault {
  display: block;
  padding: 12px 0;
  background: linear-gradient(90deg, #378de5, #79bbff);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.2);
}

.btn-vault:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
  box-shadow: 0 0 15px rgba(0, 198, 255, 0.6);
  color: #fff;
}

/* Secondary Outline Button */
.btn-outline {
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  margin-top: 10px;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

.btn-group {
  display: flex;
  flex-direction: column;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 900px) {
  .mix-vault-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .mix-vault-grid {
    grid-template-columns: 1fr;
  }
  
  .featured-img {
    height: 200px;
  }
  
  .section-title {
    font-size: 2rem;
  }
}

/* =========================================
   SPOTLIGHT MIX CARD (Vertical Stack)
   ========================================= */

.spotlight-mix-wrapper {
  max-width: 680px !important; /* Constrain width for better vertical look */
  margin: 60px auto 80px;
  padding: 0 20px;
}

.spotlight-header {
  margin-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
  text-align: center;
}

.spotlight-heading {
  font-family: 'Georgia', serif;
  font-size: 1.8rem;
  color: #333;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Card Container */
.spotlight-card.vertical-layout {
  display: flex;
  flex-direction: column; /* Stack Top to Bottom */
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* --- TOP: IMAGE --- */
.spotlight-visual-top {
  width: 100%;
  background-color: #000;
  /* No fixed height here ensures image isn't cropped */
}

.spotlight-img-full {
  width: 100%;
  height: auto; /* Maintains Aspect Ratio */
  display: block;
}

/* --- BOTTOM: ACTIONS --- */
.spotlight-actions-bottom {
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spotlight-audio-player {
  width: 100%;
  max-width: 500px; /* Prevent player from getting too wide */
  margin-bottom: 30px;
}

/* --- DOWNLOAD GRID --- */
.spotlight-downloads-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns side-by-side */
  gap: 20px;
  width: 100%;
  max-width: 600px;
}

.dl-option-box {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.2s, background 0.2s;
}

.dl-option-box:hover {
  background: #f0f8ff;
  border-color: #b3d7ff;
  transform: translateY(-2px);
}

.dl-format {
  font-weight: 800;
  font-size: 1.8rem !important;
  color: #333;
}

.dl-note {
  font-size: 1.5rem !important;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dl-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 600px) {
  .spotlight-downloads-grid {
    grid-template-columns: 1fr; /* Stack buttons on mobile */
  }
  
  .spotlight-actions-bottom {
    padding: 30px 20px;
  }
}

/* =========================================
   VIDEO PAGE STYLES (YouTube, TV, Archives)
   ========================================= */

/* --- 1. YOUTUBE SECTION (Light) --- */
.video-youtube-section {
  background-color: #fff;
  padding: 80px 20px;
}

.section-title-dark {
  font-family: 'Georgia', serif;
  font-size: 3rem;
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.youtube-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 50px auto 0;
}

.yt-card {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.yt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.yt-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}

.yt-wrapper iframe {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
}

.yt-title {
  padding: 20px;
  font-size: 1.5rem;
  color: #333;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  text-align: center;
}

/* --- 2. TV SPOTLIGHT SECTION --- */
.tv-spotlight-section {
  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
  padding: 60px 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.tv-card-wrapper {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.tv-content { position: relative; z-index: 2; width: 100%; }

.tv-show-title {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tv-network {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 700;
}

.tv-desc {

  margin-bottom: 30px;
  max-width: 600px;
}

.tv-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-tv {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-tv:hover {
  background-color: #336699;
  transform: translateY(-2px);
	color: #ffffff;
}

.tv-bg-icon {
  position: absolute;
  right: -20px;
  bottom: -40px;
  font-size: 15rem;
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

/* =========================================
   SECTION 3: THE VIDEO VAULT (Parallax Sky)
   ========================================= */

.video-archive-section {
  position: relative;
  padding: 80px 20px;
  color: #fff;
  background-image: url('/wp-content/uploads/2018/03/slide-sky.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.
::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(15, 19, 31, 0.85);
  z-index: 1;
}

.video-archive-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

/* =========================================
   VIDEO VAULT: RESPONSIVE GRID & CENTERING
   ========================================= */

.video-masonry-grid {
  display: grid;
  /* Desktop: 3 columns | Tablet: 2 columns | Mobile: 1 column */
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  justify-content: center; /* Centers the grid items horizontally */
  align-items: stretch;    /* Makes cards in a row equal height */
  width: 100%;
}

.event-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
  
  /* --- THE CENTERING FIX --- */
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 400px; /* Prevents cards from becoming too wide on large mobile/tablets */
  margin-left: auto;
  margin-right: auto;
}

.event-header {
  background: #f4f6f8;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.event-name {
  margin: 0;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.event-location {
  display: block;
  font-size: 1.2rem;
  color: #0088cc;
  margin-top: 5px;
  font-weight: 700;
}

.event-body {
  padding: 20px;
  flex-grow: 1; /* Ensures white space fills the card height */
}

.video-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video-link {
  display: block;
  padding: 12px 15px;
  background: #f9f9f9;
  color: #444;
  text-decoration: none;
  font-size: 1.3rem;
  border-radius: 6px;
  border: 1px solid #eee;
  transition: all 0.2s ease;
}

.video-link:hover {
  background: #336699;
  color: #fff;
  padding-left: 20px;
}

/* --- MOBILE SPECIFIC FIXES --- */
@media (max-width: 767px) {
  .video-archive-section {
    padding: 60px 15px;
  }
  
  .video-masonry-grid {
    grid-template-columns: 1fr; /* Force 1 column on mobile */
    gap: 25px;
  }

  .event-card {
    /* Ensures the card isn't "glued" to the screen edges on small phones */
    width: 92%; 
    max-width: 350px;
  }
  
  .section-title-videos { font-size: 2.2rem; }
}

/* Mobile */
@media (max-width: 768px) {
  .tv-card-wrapper {
    padding: 30px;
    text-align: center;
  }
  .tv-links {
    justify-content: center;
  }
  .tv-desc {
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================
   MEDIA LINK SECTION
   ========================================= */

.media-section-link {
    text-align: center;
    padding: 20px 20px !important;
    background-color: #f9f9f9; /* Light contrast background */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.media-section-link h2 {
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: 1px;
}


.btn-mixes {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(90deg, #378de5, #79bbff); 
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(55, 141, 229, 0.3);
    transition: all 0.3s ease;
	text-align: center;
}

.btn-mixes:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(55, 141, 229, 0.5);
    color: #fff;
}
