
        /* LUXURY THEME VARIABLES */
        :root {
            --gold: #cba052;
            --gold-hover: #e0b976;
            --bg-dark: #050505;
            --bg-card: #111111;
            --text-white: #f4f4f4;
            --text-grey: #a0a0a0;
            --font-title: 'Cinzel', serif;
            --font-text: 'Montserrat', sans-serif;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: var(--font-text);
            background-color: var(--bg-dark);
            color: var(--text-white);
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        /* --- HEADER & CONTAINER --- */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(5, 5, 5, 0.95);
    opacity: 1;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(203, 160, 82, 0.3);
    z-index: 9999;
    padding: 10px 0; 
    transition: all 0.3s ease;
}

.nav-container { 
    max-width: 1300px; 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 0 30px; 
}
/* Hide the toggler button on desktop */
.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--gold);
    font-size: 1.8rem;
    cursor: pointer;
    transition: color 0.3s ease;
}


.mobile-toggle:hover {
    color: var(--text-white);
}

/* --- BRAND LOGO STYLING --- */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    height: 9vh; /* Made the logo much bigger */
    width: auto;
    background-color: #ffffff; /* Ensures the logo's original background blends perfectly */
    padding: 5px; /* Creates a clean white border effect around the artwork */
    border-radius: 8px; /* Smooth, elegant corners */
    border: 1px solid rgba(203, 160, 82, 0.6); /* Subtle gold frame */
    box-shadow: 0 4px 20px rgba(203, 160, 82, 0.25); /* Luxurious gold glow */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.brand-logo:hover {
    transform: scale(1.06) translateY(-2px); /* Smoothly pops out and lifts up slightly */
    box-shadow: 0 8px 30px rgba(203, 160, 82, 0.6); /* Glow intensifies beautifully */
    border-color: var(--gold);
}

/* --- PREMIUM NAV MENU STYLING --- */
.nav-menu { 
    display: flex; 
    gap: 40px; /* Wide, breathable spacing for a high-end look */
    align-items: center; 
}

/* --- PREMIUM SALON NAV FONT STYLING --- */
.nav-menu a { 
    text-decoration: none; 
    
    
    font-family: var(--font-title);
    font-weight: 800; /* Bold enough to stand out against the dark background */
    letter-spacing: 1px; /* Breathable spacing looks very premium */
    text-transform: uppercase; 
    
    position: relative; 
    padding: 8px 0;
    transition: all 0.3s ease; 
   
}

/* Hover and Active states */
.nav-menu a:hover, 
.nav-menu a.active { 
    color: var(--gold); 
    text-shadow: 0 0 10px rgba(203, 160, 82, 0.3); /* Adds a very soft gold glow to the text */
}

/* Center-Expanding Gold Underline Animation */
.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px; /* Dropped slightly lower so it doesn't touch the text */
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: var(--gold);
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-menu a:hover, 
.nav-menu a.active { 
    color: var(--gold); /* Text turns gold on hover */
}

/* Center-Expanding Gold Underline Animation */
.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%; /* Starts exactly in the middle */
    transform: translateX(-50%); /* Keeps it perfectly centered */
    width: 0%;
    height: 2px;
    background-color: var(--gold);
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%; /* Line smoothly grows outwards to the edges */
}


        
        

        .nav-container { max-width: 1300px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 30px; }
        .logo { font-family: var(--font-title); font-size: 2rem; color: var(--gold); text-decoration: none; font-weight: 600; letter-spacing: 2px; cursor: pointer; }
        .logo span { display: block; font-family: var(--font-text); font-size: 0.7rem; color: var(--text-white); letter-spacing: 4px; text-transform: uppercase; font-weight: 300; margin-top: -3px; }
        .nav-menu { display: flex; gap: 30px; align-items: center; }
        
        .nav-menu a { color: var(--text-white); text-decoration: none; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: color 0.3s; }
        .nav-menu a:hover, .nav-menu a.active { color: var(--gold); }
        .btn-book { border: 1px solid var(--gold); padding: 10px 25px; color: var(--gold) !important; transition: 0.3s; }
        .btn-book:hover { background: var(--gold); color: var(--bg-dark) !important; }

        /* --- PAGE DISPLAY LOGIC --- */
        .page-view { display: none; padding-top: 85px; min-height: 100vh; animation: fadeIn 0.5s forwards; }
        .page-view.active { display: block; }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(15px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* --- HERO HOME --- */
        .hero {
            height: 75vh; /* Shortened slightly to hint at the gallery below */
            margin-top: -90px;
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.9)), url('https://images.unsplash.com/photo-1521590832167-7bfc17484d20?q=80&w=1920&auto=format&fit=crop') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-bottom: 1px solid rgba(203, 160, 82, 0.2);
        }

        .hero h1 { font-family: var(--font-title); font-size: 4.5rem; color: var(--gold); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px;}
        .hero p { font-size: 1.1rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-white); margin-bottom: 40px;}

        /* --- INTERNAL HEADERS --- */
        .page-header { text-align: center; padding: 50px 20px 30px; }
        .page-header h2 { font-family: var(--font-title); font-size: 3rem; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; }
        .page-header p { color: var(--text-grey); font-style: italic; margin-top: 10px; }

        /* --- STUNNING HOME GALLERY --- */
        .gallery-container { max-width: 1200px; margin: 0 auto; padding: 20px 20px 80px; }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            grid-auto-rows: 280px;
            gap: 20px;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(203, 160, 82, 0.2);
            border-radius: 4px;
            cursor: pointer;
            background: var(--bg-card);
        }

        /* Make some items span 2 rows for a cool masonry look */
        .gallery-item.tall { grid-row: span 2; }
        .gallery-item.wide { grid-column: span 2; }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
            filter: brightness(0.8);
        }

        .gallery-item:hover img {
            transform: scale(1.08);
            filter: brightness(1);
        }

        .gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none; /* THIS FIXES THE PLAY BUTTON */
}

        .gallery-item:hover::after { opacity: 1; }

        .gallery-caption {
            position: absolute;
            bottom: -30px;
            left: 20px;
            color: var(--gold);
            font-family: var(--font-title);
            font-size: 1.2rem;
            z-index: 10;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .gallery-item:hover .gallery-caption { bottom: 20px; opacity: 1; }

        /* Video Play Button Overlay */
        .video-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(0,0,0,0.7);
            border: 2px solid var(--gold);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--gold);
            font-size: 1.5rem;
            z-index: 5;
            transition: all 0.3s ease;
        }

        .gallery-item:hover .video-overlay {
            background: var(--gold);
            color: var(--bg-dark);
            transform: translate(-50%, -50%) scale(1.1);
        }

        /* --- ACCORDION MENU --- */
        .container { max-width: 1000px; margin: 0 auto; padding: 0 20px 80px; }
        details { background: var(--bg-card); border: 1px solid rgba(203, 160, 82, 0.2); margin-bottom: 20px; transition: all 0.3s; }
        details[open] { border-color: var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
        summary { padding: 25px 30px; font-family: var(--font-title); font-size: 1.4rem; color: var(--gold); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
        summary::-webkit-details-marker { display: none; }
        summary::after { content: '+'; font-size: 2rem; font-weight: 300; transition: transform 0.3s; }
        details[open] summary::after { content: '−'; transform: rotate(180deg); }
        .menu-content { padding: 0 30px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 60px; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 10px; padding-top: 25px; }
        .price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 12px; }
        .s-name { font-size: 0.95rem; background: var(--bg-card); padding-right: 10px; z-index: 2; color: var(--text-white); }
        .s-price { font-size: 1.05rem; color: var(--gold); font-weight: 500; background: var(--bg-card); padding-left: 10px; z-index: 2; }
        .dotted { flex-grow: 1; border-bottom: 1px dotted rgba(255,255,255,0.2); position: relative; top: -5px; z-index: 1; }
        .sub-head { grid-column: 1 / -1; color: var(--gold-hover); font-family: var(--font-title); font-size: 1.1rem; margin-top: 15px; border-bottom: 1px dashed rgba(203, 160, 82, 0.3); padding-bottom: 5px; }

        /* --- CONTACT & ACADEMY --- */
        .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: var(--bg-card); border: 1px solid rgba(203, 160, 82, 0.3); padding: 50px; }
        .form-input { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--text-grey); color: var(--text-white); padding: 15px 0; margin-bottom: 30px; font-family: var(--font-text); font-size: 1rem; }
        .form-input:focus { outline: none; border-bottom-color: var(--gold); }
        .btn-solid { background: var(--gold); color: var(--bg-dark); border: none; padding: 15px 40px; font-family: var(--font-text); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; cursor: pointer; transition: 0.3s; }
        .btn-solid:hover { background: var(--text-white); }
        footer { background: #000; text-align: center; padding: 30px; border-top: 1px solid rgba(203, 160, 82, 0.2); font-size: 0.85rem; color: var(--text-grey); }

        /* Responsive */
        @media (max-width: 900px) {
            
            .hero h1 { font-size: 2.5rem; }
            .menu-content { grid-template-columns: 1fr; }
            .grid-2 { grid-template-columns: 1fr; padding: 30px; }
            .gallery-grid { grid-template-columns: 1fr 1fr; }
            .gallery-item.wide { grid-column: span 1; }
        }
        @media (max-width: 600px) {
            .gallery-grid { grid-template-columns: 1fr; }
            .gallery-item.tall { grid-row: span 1; }
        }

        .ds-hero-section {
            position: relative;
            min-height: 100vh;
            background-color: #000000;
            display: flex;
            align-items: center;
            overflow: hidden;
            padding: 50px 5%;
        }

        /* Left Side Content */
        .ds-hero-content {
            flex: 0 0 45%;
            position: relative;
            z-index: 10;
            color: #ffffff;
            padding-right: 20px;
            font-family: 'Poppins', sans-serif;
        }

        .ds-hero-title {
            font-family: 'Alex Brush', cursive;
            font-size: 5.5rem;
            color: #d4af37; /* Gold */
            margin-bottom: -10px;
            font-weight: 400;
            line-height: 1.2;
        }

        .ds-hero-subtitle {
            font-family: 'Playfair Display', serif;
            font-size: 1.1rem;
            color: #b59b5d;
            font-style: italic;
            margin-bottom: 25px;
            letter-spacing: 1px;
        }

        .ds-hero-desc {
            font-size: 0.95rem;
            line-height: 1.8;
            color: #e0e0e0;
            margin-bottom: 40px;
            max-width: 400px;
            font-weight: 300;
        }

        /* 2x2 Thumbnail Grid */
        .ds-thumb-grid {
            display: grid;
            grid-template-columns: repeat(2, 90px);
            gap: 15px;
            margin-bottom: 40px;
            margin-left: 20px;
        }

        .ds-thumb {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            border: 4px solid #ffffff;
            overflow: hidden;
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
        }

        .ds-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Gold Pill Button */
        .ds-btn-gold {
            display: inline-block;
            padding: 12px 40px;
            border: 2px solid #d4af37;
            border-radius: 30px;
            color: #ffffff;
            text-decoration: none;
            font-family: 'Playfair Display', serif;
            font-size: 1.1rem;
            letter-spacing: 2px;
            background: rgba(0,0,0,0.5);
            transition: all 0.3s ease;
        }

        .ds-btn-gold:hover {
            background: #d4af37;
            color: #000000;
        }

        /* Right Side Image & Gold Curve */
        .ds-hero-image-container {
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1560066984-138dadb4c035?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
            z-index: 1;
        }

        /* The Gold Wave Divider */
        .ds-gold-wave {
            position: absolute;
            top: 0;
            left: -80px;
            height: 100%;
            width: 150px;
            background: #000000;
            border-right: 8px solid #d4af37;
            border-radius: 0 50% 50% 0 / 0 30% 70% 0;
            z-index: 2;
        }

        /* =========================================
           SECTION 2: LIGHT STYLING AREA
           ========================================= */
        .ds-styling-section {
            background-color: #f9f9f9;
            padding: 100px 10%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
            font-family: 'Poppins', sans-serif;
        }

        /* Styling Content (Left) */
        .ds-styling-content {
            flex: 1;
            max-width: 600px;
        }

        .ds-styling-content h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            color: #c1127f; /* Magenta */
            margin-bottom: 30px;
            font-weight: 400;
        }

        .ds-styling-content p {
            font-size: 0.95rem;
            line-height: 1.8;
            color: #444444;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .ds-btn-magenta {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 35px;
            border: 2px solid #c1127f;
            border-radius: 30px;
            color: #c1127f;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

        .ds-btn-magenta:hover {
            background: #c1127f;
            color: #ffffff;
        }

        /* Styled Image Frame (Right) */
        .ds-styling-image-wrapper {
            flex: 1;
            display: flex;
            justify-content: center;
        }

        .ds-polaroid-frame {
            background: #ffffff;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            max-width: 500px;
            width: 100%;
        }

        .ds-polaroid-frame img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* =========================================
           RESPONSIVE DESIGN (Mobiles & Tablets)
           ========================================= */
        @media (max-width: 1024px) {
            .ds-hero-content { flex: 0 0 60%; }
            .ds-hero-image-container { width: 50%; }
            .ds-styling-section { flex-direction: column; text-align: center; }
            .ds-styling-content h2 { font-size: 2.8rem; }
            .ds-styling-image-wrapper { margin-top: 40px; }
        }

        @media (max-width: 768px) {
            .ds-hero-section { flex-direction: column; justify-content: center; margin-top: -29px; }
            .ds-hero-content { flex: 1; text-align: center; padding-right: 0; }
            .ds-thumb-grid { justify-content: center; margin-left: 0; }
            .ds-hero-image-container { opacity: 0.3; width: 100%; } 
            .ds-gold-wave { display: none; } 
            .ds-hero-title { font-size: 3rem; }
            .ds-hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
    .ds-hero-desc {
        font-size: 0.85rem;
        margin-bottom: 25px;
        padding: 0 10px; /* Adds a tiny bit of breathing room on the sides */
    }
    .ds-btn-gold {
        padding: 10px 28px; /* Thinner padding */
        font-size: 0.9rem;  /* Smaller font inside the button */
        letter-spacing: 1.5px;
    }
            .ds-styling-section { padding: 60px 5%; }
        }
.ds-video-gallery-section {
    background-color: #f1f1f1; /* Light grey background to match the image */
    padding: 20px 5% 80px;
}

.ds-video-gallery-section .page-header h2 {
    color: #000; /* Dark text for light background */
}



/* The outer grey frame */
.ds-vid-card {
    display: block;
    background: #000;
    border: 8px solid #d4d4d4; /* The light grey frame */
    border-radius: 2px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    aspect-ratio: 1 / 1; /* Makes them square-ish */
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ds-vid-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.25);
}

/* The actual image */
.ds-vid-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.ds-vid-card:hover .ds-vid-thumb {
    opacity: 1;
}

/* The dark bar at the top with title */
.ds-vid-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Small circle logo */
.ds-vid-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ff5722; /* Orange accent */
    font-family: sans-serif;
    font-size: 14px;
}

.ds-vid-title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-vid-dots {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* The Red YouTube style Play Button in the center */
.ds-yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: #ff0000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(251, 250, 250);
    font-size: 24px;
    transition: background-color 0.3s;
}

.ds-vid-card:hover .ds-yt-play {
    background-color: #cc0000;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .ds-hero-content { flex: 0 0 60%; }
    .ds-hero-image-container { width: 50%; }
    .ds-styling-section { flex-direction: column; text-align: center; }
    .ds-styling-content h2 { font-size: 2.8rem; }
    .ds-styling-image-wrapper { margin-top: 40px; }
}
@media (max-width: 900px) {
    
    .menu-content { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; padding: 30px; }
}
@media (max-width: 768px) {
    .ds-hero-section { flex-direction: column; justify-content: center; padding-top: 100px; }
    .ds-hero-content { flex: 1; text-align: center; padding-right: 0; }
    .ds-thumb-grid { justify-content: center; margin-left: 0; }
    .ds-hero-image-container { opacity: 0.3; width: 100%; } 
    .ds-gold-wave { display: none; } 
    .ds-hero-title { font-size: 4rem; }
    .ds-styling-section { padding: 60px 5%; }
}

/* --- ACADEMY DEMO GALLERY STYLING --- */
.academy-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.demo-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4 / 5; /* Gives the images a tall, elegant portrait shape */
    border: 1px solid rgba(203, 160, 82, 0.2);
    cursor: pointer;
    background: var(--bg-card);
}

.demo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.demo-item:hover img {
    transform: scale(1.08); /* Smooth zoom-in effect */
}

/* Dark gradient overlay that appears on hover */
.demo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    padding: 25px 20px;
    transition: opacity 0.4s ease;
}

.demo-item:hover .demo-overlay {
    opacity: 1; /* Overlay fades in beautifully */
}

.demo-text {
    color: var(--gold);
    font-family: var(--font-title);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}

.demo-item:hover .demo-text {
    transform: translateY(0); /* Text slides up slightly into place */
}
/* =========================================
   PREMIUM FOOTER STYLING
   ========================================= */
.ds-footer {
    background-color: var(--bg-card); /* Slightly lighter than the pure black body */
    border-top: 1px solid rgba(203, 160, 82, 0.3);
    padding-top: 70px;
    margin-top: 50px; /* Gives breathing room after the last section of a page */
    color: var(--text-grey);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr; /* Creates a beautiful, balanced 3-column layout */
    gap: 50px;
    padding: 0 20px 50px;
}

/* Brand Section */
.footer-logo {
    font-family: var(--font-title);
    font-size: 1.5rem;
    color: var(--gold);
    letter-spacing: 3px;
    margin-bottom: 15px;
    
}

.footer-tagline {
    font-family: var(--font-text);
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 350px;
}

.footer-socials {
    display: flex;
    gap: 15px;
    margin-left: 80px;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(203, 160, 82, 0.3);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background-color: var(--gold);
    color: var(--bg-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(203, 160, 82, 0.4);
}

/* Links & Contact Sections */
.footer-heading {
    font-family: var(--font-title);
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-grey);
    text-decoration: none;
    font-family: var(--font-text);
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 5px; /* Creates a high-end interactive slide effect */
}

/* --- CLEAN CONTACT LIST STYLING --- */
.contact-item {
    display: flex;
    align-items: flex-start; /* Keeps the icon perfectly aligned at the top of long text */
    margin-bottom: 20px;
    font-family: var(--font-text);
    line-height: 1.7; /* Gives the address beautiful, breathable spacing */
}

.contact-item i {
    color: var(--gold);
    font-size: 1.1rem;
    margin-right: 15px; /* Adds a clean gap between icon and text */
    margin-top: 5px; /* Optically aligns the icon with the first line of text */
    flex-shrink: 0; /* CRITICAL: Prevents the icon from shrinking when the address wraps */
}

.contact-item span {
    color: var(--text-grey);
    font-size: 0.95rem;
}

/* Make the email link interactive and wrap nicely */
.contact-item a {
    color: var(--text-grey);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    word-break: break-word; /* Ensures the long email doesn't stretch the screen on mobile */
}

.contact-item a:hover {
    color: var(--gold); /* Email turns gold when hovered */
}

/* Bottom Copyright Bar */
.footer-bottom {
    background-color: #000000;
    text-align: center;
    padding: 25px 20px;
    border-top: 1px solid rgba(203, 160, 82, 0.15);
    font-family: var(--font-text);
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* Responsive Footer for Mobiles */

@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr; /* Stacks the columns on top of each other */
        gap: 40px;
        text-align: center;
    }
    .footer-tagline {
        margin: 0 auto 25px;
    }
    .footer-socials {
        justify-content: center;
        margin-left: 0; /* THIS FIXES YOUR SCROLL BAR ISSUE! */
    }
    .footer-contact p {
        justify-content: center;
    }
}
.contact-item i {
    color: var(--gold);
    font-size: 1.1rem;
    margin-right: 8px; /* <-- Changed from 15px to 8px to decrease the gap */
    margin-top: 5px; 
    flex-shrink: 0; 
}
/* =========================================
   MOBILE RESPONSIVE HEADER & MENU (UPDATED)
   ========================================= */
@media (max-width: 950px) {
    /* 1. Reduce header container padding to make the bar thinner */
    .nav-container {
        padding: 8px 15px; 
        position: relative; 
    }
    .page-view{
        margin-top: 0px;
    }
    
    /* 2. Shrink the logo to reduce the overall header height */
    .brand-logo { 
        height: 45px; 
        padding: 3px; /* Slightly thinner padding on the logo frame */
        border-radius: 6px;
    }
    
    /* 3. Scale down the hamburger icon proportionally */
    .mobile-toggle { 
        display: block; 
        font-size: 1.5rem; 
        margin-top: 2px;
    }
    
    /* 4. Compact the dropdown menu */
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(5, 5, 5, 0.98);
        flex-direction: column;
        padding: 15px 0; /* Reduced padding inside the menu */
        gap: 15px; /* Reduced gap between the links */
        border-top: 1px solid rgba(203, 160, 82, 0.3);
        border-bottom: 1px solid rgba(203, 160, 82, 0.3);
        
        /* Reliable Fade & Slide Animation */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
        transition: all 0.3s ease;
        z-index: 999;
    }
    
    .nav-menu.show-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* 5. Decrease the font size of the navigation links */
    .nav-menu a {
        font-size: 0.85rem; /* Reduced for a cleaner, professional look */
        letter-spacing: 1.5px;
        padding: 5px 0;
    }
}
/* =========================================
   MOBILE VIDEO GALLERY SIZING
   ========================================= */
@media (max-width: 768px) {
    /* 1. Scale down the main heading */
    .ds-video-gallery-section .page-header h2 {
        font-size: 2.2rem;
    }
    
    .ds-video-gallery-section .page-header p {
        font-size: 0.9rem;
    }

    /* 2. Shrink the YouTube play button */
    .ds-yt-play {
        width: 50px;       /* Shrunk from 68px */
        height: 36px;      /* Shrunk from 48px */
        font-size: 18px;   /* Smaller play triangle */
        border-radius: 8px; /* Slightly softer corners for the smaller size */
    }

    /* 3. Scale down the video top-bar text and icon */
    .ds-vid-top-bar {
        padding: 10px; /* Less padding so it doesn't cover too much video */
    }

    .ds-vid-icon {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .ds-vid-title {
        font-size: 13px; /* Smaller font for long titles */
    }
}
.footer-bottom a {
    transition: opacity 0.3s ease;
}

.footer-bottom a:hover {
    opacity: 0.8; /* Makes the gold slightly fade on hover */
    /* text-decoration: underline;  <-- uncomment this if you want an underline on hover */
}


