.elementor-225 .elementor-element.elementor-element-4449bce{--display:flex;}.elementor-225 .elementor-element.elementor-element-e5a4b5a{--display:flex;}.elementor-225 .elementor-element.elementor-element-cd9be8d{margin:-22px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-225 .elementor-element.elementor-element-fcb762c{--display:flex;}.elementor-225 .elementor-element.elementor-element-2c70daa{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-225 .elementor-element.elementor-element-e1ddcc3{--display:flex;}.elementor-225 .elementor-element.elementor-element-c17e530{margin:-110px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-225 .elementor-element.elementor-element-8fe5475{--display:flex;}.elementor-225 .elementor-element.elementor-element-3d7b039{margin:-170px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-225 .elementor-element.elementor-element-30d7194{--display:flex;}.elementor-225 .elementor-element.elementor-element-d3156bd{margin:-150px 0px calc(var(--kit-widget-spacing, 0px) + -73px) 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-225 .elementor-element.elementor-element-cd9be8d{margin:-105px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-edb224b */:root {
            --rose-gold: #b96f5b; 
        }

        body {
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            background-color: #000;
            overflow-x: hidden;
        }

        /* --- SECTION 1: HOME HERO --- */
        .ay-home-hero {
            width: 100%;
            min-height: 100vh;
            /* FORCAGE: On s'assure que la section est bien relative pour que l'image s'y accroche */
            position: relative !important; 
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            overflow: hidden;
            background: #000000;
            padding: 100px 15px 30px 15px;
            box-sizing: border-box;
        }

        .home-hero-bg {
            /* FORCAGE: Contourne les limites de conteneurs WordPress */
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            z-index: 1;
            overflow: hidden;
        }

        .hero-img {
            /* FORCAGE MAJEUR: Empêche WordPress d'appliquer son "height: auto" sur les images */
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center !important;
            transform: scale(1.05); 
            animation: slowZoom 20s infinite alternate linear;
            display: block !important;
            max-width: none !important;
        }

        @keyframes slowZoom {
            0% { transform: scale(1); }
            100% { transform: scale(1.1); }
        }

        .hero-vignette-overlay {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            /* Changement pour mobile: Un ellipse évite que le bas soit 100% noir trop rapidement */
            background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.95) 100%);
            z-index: 2;
        }

        .home-hero-content {
            position: relative;
            z-index: 3; /* Doit être au dessus de l'overlay */
            text-align: center;
            width: 100%;
            max-width: 1100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: auto 0;
        }

        .hero-main-title {
            font-size: clamp(1.8rem, 6vw, 4.5rem);
            color: #ffffff !important;
            line-height: 1.15;
            margin-bottom: 20px;
            margin-top: 0;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .text-gold-gradient {
            background: linear-gradient(to right, #fff0e8, var(--rose-gold), #fff0e8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }

        .hero-description {
            color: #d1d1d1 !important; 
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto 30px auto; 
        }

        /* --- THE GLASS QUICK-ACCESS MENU --- */
        .hero-glass-menu {
            display: flex;
            background: rgba(10, 10, 10, 0.5);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(185, 111, 91, 0.3);
            border-radius: 50px; 
            padding: 10px 15px;
            gap: 15px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.8);
            align-items: center;
        }

        .glass-menu-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 25px 10px 10px; 
            color: #ffffff !important;
            text-decoration: none !important;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-radius: 40px;
            transition: all 0.4s ease;
            border: 1px solid transparent;
        }

        .glass-menu-item:hover {
            background: rgba(185, 111, 91, 0.1);
            border: 1px solid var(--rose-gold);
            color: var(--rose-gold) !important;
        }

        /* 3D LUXURY MINI-TOKENS */
        .icon-3d-mini {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: linear-gradient(145deg, #1a1a1a, #050505);
            box-shadow: 
                4px 4px 8px rgba(0,0,0,0.8),
                -2px -2px 6px rgba(40,40,40,0.4),
                inset 0px 0px 6px rgba(185, 111, 91, 0.2);
            border: 1px solid rgba(185, 111, 91, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

        .svg-3d-mini {
            width: 18px;
            height: 18px;
            fill: url(#roseGold3D);
            filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.9));
            transition: all 0.4s ease;
        }

        .glass-menu-item:hover .icon-3d-mini {
            transform: translateY(-2px) rotate(5deg);
            box-shadow: 
                6px 8px 12px rgba(0,0,0,0.9),
                -2px -2px 6px rgba(40,40,40,0.4),
                inset 0px 0px 8px rgba(185, 111, 91, 0.4);
        }
        
        .glass-menu-item:hover .svg-3d-mini {
            filter: drop-shadow(0px 5px 4px rgba(0,0,0,0.9));
        }

        /* Scroll Indicator */
        .hero-scroll-wrapper {
            position: relative; 
            z-index: 3;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 40px;
        }

        .scroll-label {
            color: var(--rose-gold) !important;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 15px;
        }

        .scroll-track {
            width: 1px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
        }

        .scroll-dot {
            width: 3px;
            height: 15px;
            background: var(--rose-gold);
            border-radius: 10px;
            position: absolute;
            left: -1px;
            top: 0;
            animation: scrollDropDot 2s infinite cubic-bezier(0.6, 0.05, 0.4, 1);
        }

        @keyframes scrollDropDot {
            0% { transform: translateY(-20px); opacity: 0; }
            30% { opacity: 1; }
            100% { transform: translateY(60px); opacity: 0; }
        }

        /* =====================================
           MOBILE RESPONSIVENESS
           ===================================== */
        @media (max-width: 1024px) {
            .hero-glass-menu {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                width: 100%;
                max-width: 480px; 
                border-radius: 20px; 
                padding: 15px;
                gap: 10px; 
            }
            
            .glass-menu-item {
                width: 100%;
                padding: 12px 10px; 
                border-radius: 12px;
                flex-direction: column;
                justify-content: center;
                text-align: center;
                font-size: 11px;
                gap: 8px;
                box-sizing: border-box;
            }

            .icon-3d-mini {
                width: 40px;
                height: 40px;
                margin: 0 auto;
            }

            .svg-3d-mini {
                width: 18px;
                height: 18px;
            }
        }

        @media (max-width: 380px) {
            .ay-home-hero {
                padding-top: 80px; 
            }
            .hero-main-title {
                font-size: 1.6rem;
            }
            .glass-menu-item {
                font-size: 9.5px;
                padding: 10px 5px;
            }
            .icon-3d-mini {
                width: 35px;
                height: 35px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd9be8d *//* --- SECTION 2: EDITORIAL INTRO --- */
:root {
    --rose-gold: #b96f5b;
    --rose-gold-light: #e6a896;
}
.ay-home-intro {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle at top right, #0a0a0a 0%, #000000 70%);
    padding: 120px 5%;
    overflow: hidden;
}

.intro-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 6fr; /* Asymmetrical grid: Image is slightly narrower than text */
    gap: 80px;
    align-items: center;
}

/* --- LEFT COLUMN: VISUALS --- */
.intro-visual-col {
    position: relative;
    padding: 20px 0 0 20px; /* Space for the offset frame */
}

/* The offset rose-gold frame behind the image */
.visual-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 95%;
    border: 1px solid var(--rose-gold);
    opacity: 0.5;
    z-index: 1;
    transition: all 0.5s ease;
}

.intro-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    position: relative;
    z-index: 2;
    filter: grayscale(80%) contrast(110%);
    transition: all 0.5s ease;
    box-shadow: 0 30px 50px rgba(0,0,0,0.8);
}

.intro-visual-col:hover .intro-img {
    filter: grayscale(0%) contrast(100%);
    transform: translate(-10px, -10px);
}

.intro-visual-col:hover .visual-frame {
    transform: translate(10px, 10px);
    opacity: 1;
}

/* The 3D Spinning Emblem */
.emblem-3d-wrapper {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 3;
}

.emblem-3d-token {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1a1a1a, #050505);
    border: 1px solid rgba(185, 111, 91, 0.3);
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.9),
        -5px -5px 15px rgba(30,30,30,0.5),
        inset 0px 0px 15px rgba(185, 111, 91, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slowSpin 15s linear infinite;
}

.svg-3d-emblem {
    width: 45px;
    height: 45px;
    fill: url(#roseGold3D); /* Uses the SVG gradient from Section 1 */
    filter: drop-shadow(0px 6px 4px rgba(0,0,0,0.9));
}

@keyframes slowSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- RIGHT COLUMN: TEXT --- */
.intro-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-tag {
    color: var(--rose-gold) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: block;
}

.intro-title {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.intro-divider {
    width: 60px;
    height: 2px;
    background: var(--rose-gold);
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(185, 111, 91, 0.5);
}

.intro-body {
    color: #d1d1d1 !important; /* STRICT NO-BLUE */
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.intro-body strong {
    color: #ffffff !important;
    font-weight: 600;
}

.intro-signature {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border-left: 2px solid var(--rose-gold);
    padding-left: 20px;
}

.sig-name {
    color: #ffffff !important;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sig-role {
    color: var(--rose-gold) !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 968px) {
    .intro-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .intro-visual-col {
        max-width: 500px;
        margin: 0 auto;
    }
    .emblem-3d-wrapper {
        bottom: -20px;
        right: -10px;
    }
    .intro-text-col {
        text-align: center;
        align-items: center;
    }
    .intro-divider {
        margin: 0 auto 30px auto;
    }
    .intro-signature {
        border-left: none;
        border-top: 1px solid rgba(185, 111, 91, 0.3);
        padding-left: 0;
        padding-top: 20px;
        align-items: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c70daa *//* --- 3D ANIMATED GYROSCOPE DIVIDER --- */
.ay-3d-divider {
    width: 100vw;
    height: 120px; /* Gives enough breathing room between sections */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #000000, #030303); /* Blends Sec 2 and Sec 3 colors */
    overflow: hidden;
    z-index: 10;
}

/* The horizontal glowing tracks */
.divider-line {
    flex-grow: 1;
    height: 1px;
    max-width: 250px; /* Prevents the lines from stretching too far on huge screens */
}

.line-left {
    background: linear-gradient(to right, rgba(185, 111, 91, 0) 0%, rgba(185, 111, 91, 0.8) 100%);
    margin-right: 20px;
}

.line-right {
    background: linear-gradient(to left, rgba(185, 111, 91, 0) 0%, rgba(185, 111, 91, 0.8) 100%);
    margin-left: 20px;
}

/* The 3D Perspective Container */
.gyro-container {
    position: relative;
    width: 50px;
    height: 50px;
    perspective: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Base styles for all rings */
.gyro-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform-style: preserve-3d;
    box-shadow: inset 0 0 10px rgba(185, 111, 91, 0.2);
}

/* Ring 1: Outer solid ring rotating on X axis */
.ring-1 {
    border: 1px solid rgba(185, 111, 91, 0.8);
    animation: spinAxisX 6s linear infinite;
}

/* Ring 2: Middle dashed ring rotating on Y axis */
.ring-2 {
    width: 80%;
    height: 80%;
    border: 1px dashed rgba(185, 111, 91, 0.6);
    animation: spinAxisY 8s linear infinite reverse;
}

/* Ring 3: Inner solid thin ring rotating on Z & X axis */
.ring-3 {
    width: 60%;
    height: 60%;
    border: 1px solid rgba(255, 240, 232, 0.5); /* Lighter rose-gold/white */
    animation: spinAxisZ 4s linear infinite;
}

/* The glowing dot in the dead center */
.gyro-core {
    width: 6px;
    height: 6px;
    background: var(--rose-gold);
    border-radius: 50%;
    box-shadow: 0 0 10px 2px rgba(185, 111, 91, 0.8);
    animation: pulseCore 2s ease-in-out infinite alternate;
}

/* 3D Animations */
@keyframes spinAxisX {
    0% { transform: rotateX(0deg) rotateY(45deg); }
    100% { transform: rotateX(360deg) rotateY(45deg); }
}

@keyframes spinAxisY {
    0% { transform: rotateY(0deg) rotateX(45deg); }
    100% { transform: rotateY(360deg) rotateX(45deg); }
}

@keyframes spinAxisZ {
    0% { transform: rotateZ(0deg) rotateY(60deg) rotateX(30deg); }
    100% { transform: rotateZ(360deg) rotateY(60deg) rotateX(30deg); }
}

@keyframes pulseCore {
    0% { transform: scale(0.8); opacity: 0.6; }
    100% { transform: scale(1.2); opacity: 1; box-shadow: 0 0 15px 4px rgba(185, 111, 91, 1); }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .divider-line {
        max-width: 100px; /* Shorter lines on mobile */
    }
    .ay-3d-divider {
        height: 80px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c17e530 */:root {
            --rose-gold: #b96f5b; 
        }

        body {
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            background-color: #030303;
            color: #fff;
            overflow-x: hidden;
        }

        /* --- SECTION 3: CORE SERVICES --- */
        .ay-services-section {
            width: 100vw;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            background: #030303; 
            padding: 120px 5%;
            overflow: hidden;
            box-sizing: border-box;
        }

        /* Background Ambient Glow */
        .services-bg-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80vw;
            height: 80vh;
            background: radial-gradient(circle, rgba(185, 111, 91, 0.03) 0%, rgba(0,0,0,0) 70%);
            transform: translate(-50%, -50%);
            z-index: 0;
            pointer-events: none;
        }

        .services-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        /* Header Styling */
        .services-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .services-tag {
            color: var(--rose-gold) !important;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 4px;
            display: block;
            margin-bottom: 15px;
        }

        .services-title {
            color: #ffffff !important;
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 25px;
            margin-top: 0;
            text-transform: uppercase;
        }

        .text-gold-gradient {
            background: linear-gradient(to right, #fff0e8, var(--rose-gold), #fff0e8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }

        .services-divider {
            width: 60px;
            height: 2px;
            background: var(--rose-gold);
            margin: 0 auto;
            box-shadow: 0 0 10px rgba(185, 111, 91, 0.5);
        }

        /* Grid Layout */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }

        /* Dark Glassmorphism Cards */
        .service-card {
            background: linear-gradient(145deg, rgba(15, 15, 15, 0.9), rgba(5, 5, 5, 0.9));
            border: 1px solid rgba(255, 255, 255, 0.03);
            border-radius: 16px;
            padding: 50px 40px;
            transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center; 
            text-align: center;
        }

        /* Subtle Rose Gold border glow on hover */
        .service-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            border-radius: 16px;
            padding: 1px;
            background: linear-gradient(135deg, rgba(185, 111, 91, 0.5), transparent, rgba(185, 111, 91, 0.1));
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 0;
            transition: opacity 0.5s ease;
            pointer-events: none; /* CORRECTIF : Empêche la bordure de bloquer le clic sur le lien */
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 10px 20px rgba(185, 111, 91, 0.05);
        }

        .service-card:hover::before {
            opacity: 1;
        }

        /* Medium 3D Tokens for Services */
        .icon-3d-medium {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(145deg, #1a1a1a, #050505);
            box-shadow: 
                6px 6px 12px rgba(0,0,0,0.9),
                -3px -3px 8px rgba(30,30,30,0.4),
                inset 0px 0px 8px rgba(185, 111, 91, 0.2);
            border: 1px solid rgba(185, 111, 91, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
        }

        .svg-3d-medium {
            width: 28px;
            height: 28px;
            fill: url(#roseGold3D); 
            filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.9));
            transition: all 0.5s ease;
        }

        .service-card:hover .icon-3d-medium {
            transform: rotate(10deg) scale(1.05);
            box-shadow: 
                8px 10px 15px rgba(0,0,0,0.9),
                -2px -2px 6px rgba(30,30,30,0.4),
                inset 0px 0px 12px rgba(185, 111, 91, 0.4);
        }

        .service-card:hover .svg-3d-medium {
            filter: drop-shadow(0px 6px 5px rgba(0,0,0,0.9));
        }

        /* Card Text Styling */
        .s-card-title {
            color: #ffffff !important;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            z-index: 2;
        }

        .s-card-text {
            color: #a0a0a0 !important;
            font-size: 1.05rem;
            line-height: 1.7;
            margin-bottom: 30px;
            flex-grow: 1; 
            position: relative;
            z-index: 2;
        }

        /* Card Link / Button */
        .s-card-link {
            color: var(--rose-gold) !important;
            text-decoration: none !important;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            position: relative; /* CORRECTIF : Assure que le lien est bien cliquable */
            z-index: 10; /* CORRECTIF : Place le lien au dessus de tout le reste */
            padding: 10px; /* Zone de clic plus large */
        }

        .s-card-link .arrow {
            transition: transform 0.3s ease;
        }

        .service-card:hover .s-card-link .arrow {
            transform: translateX(5px);
        }

        /* --- MOBILE RESPONSIVENESS --- */
        @media (max-width: 968px) {
            .services-grid {
                grid-template-columns: 1fr; 
                gap: 30px;
            }
            .service-card {
                padding: 40px 30px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d7b039 *//* --- SECTION 4: THE MOSAIC GALLERY --- */
.ay-gallery-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    padding: 100px 0 0 0; /* No bottom padding so the grid sits flush if needed, or we add CTA space */
    overflow: hidden;
}

/* Header Styling */
.gallery-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 0 5%;
}

.gallery-tag {
    color: var(--rose-gold) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 15px;
}

.gallery-title {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gallery-subtitle {
    color: #a0a0a0 !important;
    font-size: 1.1rem;
}

/* Edge-to-Edge Grid Container */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* A tiny 2px gap looks highly architectural. Set to 0 if you want pure flush edges. */
    gap: 2px; 
    background: var(--rose-gold); /* The gap color will be rose-gold */
    border-top: 2px solid var(--rose-gold);
    border-bottom: 2px solid var(--rose-gold);
}

/* Individual Grid Items */
.gallery-item {
    position: relative;
    aspect-ratio: 1 / 1; /* Perfect squares */
    overflow: hidden;
    cursor: pointer;
    background: #050505;
}

.g-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.7); /* Starts dark and moody */
    transform: scale(1.05);
    transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery-item:hover .g-img {
    filter: grayscale(0%) brightness(1); /* Blooms into color on hover */
    transform: scale(1); /* Zooms OUT slightly for a cool, heavy feel */
}

/* The Dark Glass Overlay */
.g-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%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.gallery-item:hover .g-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Overlay Content */
.g-cat {
    color: var(--rose-gold) !important;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 5px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s ease 0.1s;
}

.g-name {
    color: #ffffff !important;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s ease 0.2s;
}

.gallery-item:hover .g-cat,
.gallery-item:hover .g-name {
    transform: translateY(0);
    opacity: 1;
}

/* Footer Call to Action */
.gallery-footer-cta {
    padding: 80px 5%;
    text-align: center;
    background: radial-gradient(circle at bottom center, rgba(185, 111, 91, 0.1) 0%, #000000 70%);
}

.cta-text {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Using the button style from Section 1 */
.gallery-footer-cta .btn-gold-solid {
    display: inline-block;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* Keep 2 columns on mobile so it still looks like a grid, but smaller squares */
    }
    .g-name { font-size: 1rem; }
    .g-overlay { padding: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3156bd *//* --- SECTION 5: THE FINAL CTA --- */
.ay-final-cta {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 100px 5%;
    margin: 0;
    background: #000;
}

/* Background & Overlay */
.cta-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cta-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* Keeps the background static while scrolling past it for a parallax feel */
    background-attachment: fixed; 
    filter: grayscale(60%) brightness(0.6);
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(5,5,5,0.6) 0%, rgba(0,0,0,0.95) 100%);
}

/* Content */
.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-sur-title {
    color: var(--rose-gold) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 25px;
    display: block;
}

.cta-main-title {
    font-size: clamp(3rem, 6vw, 5rem);
    color: #ffffff !important;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.cta-description {
    color: #d1d1d1 !important;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

/* CTA Buttons */
.cta-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/* A special glowing version of the primary button to draw the eye */
.btn-gold-glow {
    padding: 20px 50px;
    background: var(--rose-gold);
    color: #000000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: all 0.4s ease;
    box-shadow: 0 0 20px rgba(185, 111, 91, 0.4), 0 0 40px rgba(185, 111, 91, 0.2);
}

.btn-gold-glow:hover {
    background: #f4d1c6;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 0 30px rgba(185, 111, 91, 0.6), 0 0 60px rgba(185, 111, 91, 0.3);
}

/* Secondary Text Link */
.btn-gold-text {
    color: var(--rose-gold-light) !important;
    text-decoration: none !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.btn-gold-text:hover {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .ay-final-cta {
        min-height: 60vh;
        padding: 80px 5%;
    }
    .btn-gold-glow {
        width: 100%;
        text-align: center;
        padding: 18px 20px;
    }
}/* End custom CSS */