/* ==========================================================
   BASE & RESET
   ========================================================== */

html,body{margin:0!important;padding:0!important;width:100%;overflow-x:hidden;background-color:#070707;}
.les-landing-wrapper{background-color:#070707;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;box-sizing:border-box;max-width:100%;overflow-x:hidden;padding:0;margin:0; overflow:visible !important; height:auto !important; }
.les-landing-wrapper *,.les-landing-wrapper *:before,.les-landing-wrapper *:after{box-sizing:inherit;}

/* ========================================================== BUTTONS WITH DYNAMIC EFFECTS ========================================================== */
/* ========================================================== BUTTONS WITH DYNAMIC EFFECTS ========================================================== */
.les-btn-solid { background: #ffffff; color: #000000; padding: 12px 24px; font-size: 12px; letter-spacing: 1.5px; font-weight: 600; text-decoration: none; text-transform: uppercase; display: inline-block; border: 1px solid #ffffff; border-radius: 2px; position: relative; overflow: hidden; transition: transform 0.3s cubic-bezier(.25,.8,.25,1), background-color 0.3s ease, color 0.3s ease; }
.les-btn-solid::before { content: ''; position: absolute; top: 0; left: -150%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-25deg); animation: lesFlashSweep 4.5s infinite linear; }
.les-btn-solid:hover { background: transparent; color: #ffffff; transform: translateY(-3px) scale(1.04); box-shadow: 0 10px 25px rgba(255, 255, 255, 0.12); }
.les-btn-ghost { border: 1px solid rgba(255, 255, 255, 0.7); color: #ffffff; background: transparent; padding: 12px 24px; font-size: 12px; letter-spacing: 1.5px; text-decoration: none; font-weight: 600; display: inline-block; border-radius: 2px; position: relative; overflow: hidden; transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
.les-btn-ghost::before { content: ''; position: absolute; top: 0; left: -150%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-25deg); animation: lesFlashSweep 4.5s infinite linear; animation-delay: 2.25s; }
.les-btn-ghost:hover { background: #ffffff; color: #000000; border-color: #ffffff; transform: translateY(-3px) scale(1.04); box-shadow: 0 10px 25px rgba(255, 255, 255, 0.08); }
@keyframes lesFlashSweep { 0% { left: -150%; } 20% { left: 150%; } 100% { left: 150%; } }

/* ==========================================================
   SECTION LABELS
   ========================================================== */
.les-section-label{display:block;text-align:center;font-size:11px;letter-spacing:4px;color:#888;margin-bottom:12px;font-weight:600;}
.les-section-heading{text-align:center;font-size:26px;letter-spacing:3px;font-weight:400;margin-bottom:15px;line-height:1.4;color:#fff;}
.les-section-heading br{display:block;}

/* ==========================================================
   HEADER
   ========================================================== */
/* ==========================================================
   HEADER
   ========================================================== */
.les-header-main{border-bottom:1px solid rgba(255,255,255,0.06);padding:14px 0;position:sticky;top:0;background:rgba(7,7,7,0.9);backdrop-filter:blur(10px);z-index:1000;width:100%;}
.les-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 24px;}
.les-logo-box{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;width:80px;}
.les-logo-image{height:90px;width:auto;object-fit:contain;max-width:100%;}
.les-nav-menu{display:flex;gap:28px;align-items:center;}
.les-nav-item{color:#999;text-decoration:none;font-size:16px;letter-spacing:1.5px;font-weight:500;transition:color .3s;padding:4px 0;}
.les-nav-item:hover,.les-nav-item.active{color:#fff;}
.header-cta-btn{padding:8px 18px;font-size:11px;letter-spacing:1px;}

/* ==========================================================
   PREMIUM HAMBURGER
   ========================================================== */
.les-hamburger{display:none;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 4px;transition:all .3s ease;position:relative;}
.les-hamburger-line{display:block;width:28px;height:1.5px;background:#ffffff;transition:all .3s ease;border-radius:2px;transform-origin:center;}
.les-hamburger-label{font-size:8px;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-top:3px;transition:color .3s ease;font-weight:600;}
.les-hamburger:hover .les-hamburger-label{color:#ffffff;}
.les-hamburger.active .les-hamburger-line:nth-child(1){transform:rotate(45deg) translate(4px,4px);}
.les-hamburger.active .les-hamburger-line:nth-child(2){opacity:0;transform:scaleX(0);}
.les-hamburger.active .les-hamburger-line:nth-child(3){transform:rotate(-45deg) translate(4px,-4px);}
.les-hamburger.active .les-hamburger-label{color:#f5b342;}

/* ==========================================================
   MOBILE NAVIGATION OVERLAY - FIXED
   ========================================================== */
.les-mobile-nav-overlay{position:fixed;top:0;right:0;width:100%;height:100vh;height:100dvh;background:#070707;z-index:9999;transform:translateX(100%);transition:transform .5s cubic-bezier(.16,1,.3,1);overflow-y:auto;overflow-x:hidden;}
.les-mobile-nav-overlay.active{transform:translateX(0);}
.les-mobile-nav-inner{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding:30px 24px 40px;max-width:400px;margin:0 auto;justify-content:space-between;}
.les-mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.06);flex-shrink:0;}
.les-mobile-logo-img{height:40px;width:auto;object-fit:contain;}
.les-mobile-close{background:none;border:none;cursor:pointer;padding:8px;transition:transform .3s ease;}
.les-mobile-close svg{width:28px;height:28px;fill:#888;transition:fill .3s ease;}
.les-mobile-close:hover{transform:rotate(90deg);}
.les-mobile-close:hover svg{fill:#ffffff;}
.les-mobile-nav-menu{display:flex;flex-direction:column;gap:6px;padding:30px 0;flex:1;justify-content:center;}
.les-mobile-nav-item{color:#888;text-decoration:none;font-size:22px;font-weight:500;letter-spacing:2px;padding:12px 0;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,0.03);position:relative;}
.les-mobile-nav-item::after{content:'';position:absolute;bottom:0;left:0;width:0%;height:1px;background:linear-gradient(90deg,#ffffff,transparent);transition:width .4s ease;}
.les-mobile-nav-item:hover{color:#ffffff;padding-left:12px;}
.les-mobile-nav-item:hover::after{width:40%;}
.les-mobile-nav-item.active{color:#ffffff;}
.les-mobile-nav-footer{display:flex;flex-direction:column;gap:20px;padding-top:30px;border-top:1px solid rgba(255,255,255,0.06);flex-shrink:0;}
.les-mobile-cta-btn{background:#ffffff;color:#000000;padding:16px 32px;border-radius:8px;text-decoration:none;text-align:center;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;transition:all .3s ease;border:none;cursor:pointer;}
.les-mobile-cta-btn:hover{background:rgba(255,255,255,0.85);transform:translateY(-2px);}
.les-mobile-socials{display:flex;gap:16px;justify-content:center;flex-shrink:0;}
.les-mobile-socials a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:center;transition:all .3s ease;}
.les-mobile-socials a svg{width:18px;height:18px;fill:#666;transition:fill .3s ease;}
.les-mobile-socials a:hover{border-color:rgba(255,255,255,0.2);background:rgba(255,255,255,0.05);}
.les-mobile-socials a:hover svg{fill:#ffffff;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){.les-nav-menu{display:none;}.header-cta-btn{display:none;}.les-hamburger{display:flex;}}
@media(min-width:992px){.les-mobile-nav-overlay{display:none;}}
@media(max-width:480px){.les-mobile-nav-item{font-size:18px;padding:10px 0;}.les-mobile-nav-inner{padding:20px 16px 30px;}}

/* ==========================================================
   HERO SECTION - 40/60 LAYOUT
   ========================================================== */
.les-hero-section{max-width:1200px;margin:0 auto;padding:60px 24px;}
.les-hero-layout{display:grid;grid-template-columns:0.8fr 1.2fr;gap:48px;align-items:stretch;} /* ← Changed to 40/60 */
.les-hero-content{display:flex;flex-direction:column;justify-content:center;text-align:left;}
.les-hero-tag{font-size:11px;letter-spacing:5px;color:#999;margin-bottom:24px;font-weight:600;text-transform:uppercase;}
.les-hero-heading{font-size:52px;line-height:1.12;letter-spacing:2px;font-weight:700;margin:0 0 28px;color:#fff;}
.les-hero-description{color:#888;font-size:14px;line-height:1.65;max-width:450px;margin-bottom:40px;letter-spacing:.3px;}
.les-hero-buttons{display:flex;gap:16px;flex-wrap:wrap;}
.hero-cta-btn{background:#fff;color:#000;padding:16px 48px;font-size:13px;letter-spacing:2px;font-weight:700;text-decoration:none;text-transform:uppercase;border-radius:4px;border:1px solid #fff;transition:all .3s;display:inline-block;}
.hero-cta-btn:hover{background:transparent;color:#fff;transform:translateY(-2px);}

/* ==========================================================
   VIDEO - RIGHT SIDE
   ========================================================== */
.les-hero-video-wrap{width:100%;display:flex;justify-content:center;align-items:center;height:100%;}
.les-hero-video-link{display:block;width:100%;height:100%;text-decoration:none;cursor:pointer;}
.les-hero-video-container{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;background:#0a0a0a;border:1px solid rgba(255,255,255,.06);transition:transform .3s ease,box-shadow .3s ease;}
.les-hero-video-link:hover .les-hero-video-container{transform:scale(1.01);box-shadow:0 20px 60px rgba(0,0,0,0.5);border-color:rgba(255,255,255,.15);}
.les-hero-video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border:0;pointer-events:none;}
.les-hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;cursor:pointer;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){.les-hero-layout{grid-template-columns:1fr;text-align:center;gap:32px;align-items:center;}.les-hero-content{text-align:center;}.les-hero-description{margin:0 auto 40px;max-width:100%;}.les-hero-buttons{justify-content:center;}.les-hero-heading{font-size:42px;}.les-hero-video-container{min-height:300px;max-width:100%;}}
@media(max-width:767px){.les-hero-section{padding:40px 16px;}.les-hero-heading{font-size:32px;}.hero-cta-btn{padding:14px 36px;font-size:12px;width:100%;text-align:center;}.les-hero-video-container{min-height:220px;}}
@media(max-width:480px){.les-hero-heading{font-size:26px;}.les-hero-video-container{min-height:180px;border-radius:8px;}}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){.les-hero-layout{grid-template-columns:1fr;text-align:center;gap:32px;align-items:center;}.les-hero-content{text-align:center;}.les-hero-description{margin:0 auto 40px;max-width:100%;}.les-hero-buttons{justify-content:center;}.les-hero-heading{font-size:42px;}.les-hero-video-container{min-height:300px;max-width:100%;}}
@media(max-width:767px){.les-hero-section{padding:40px 16px;}.les-hero-heading{font-size:32px;}.hero-cta-btn{padding:14px 36px;font-size:12px;width:100%;text-align:center;}.les-hero-video-container{min-height:220px;}}
@media(max-width:480px){.les-hero-heading{font-size:26px;}.les-hero-video-container{min-height:180px;border-radius:8px;}}


/* ==========================================================
   FEATURES / WHAT WE DO SECTION
   ========================================================== */
.les-features-section{max-width:1200px;margin:0 auto;padding:50px 24px 50px;border-top:1px solid rgba(255,255,255,.06);text-align:center;}
.les-features-section .les-section-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:8px 20px;border-radius:100px;font-size:14px;font-weight:500;letter-spacing:2.5px;color:#ffffff;margin-bottom:0px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);}
.les-features-section .les-section-heading{font-size:28px;font-weight:700;letter-spacing:1px;color:#ffffff;margin-bottom:14px;text-transform:uppercase;line-height:1.3;}
.les-features-description{color:#aaa;font-size:15px;font-weight:400;max-width:600px;margin:0 auto 30px;line-height:1.7;}
.les-features-container{max-width:1200px;margin:0 auto;}
.les-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}

/* ===== FEATURE CARD ===== */
.les-feature-card{text-align:center;background:#0e0e0e;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:36px 20px;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;}
.les-feature-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.15);background:#121212;box-shadow:0 12px 35px rgba(0,0,0,.6);}

/* ===== ICON WRAPPER - Always bright ===== */
.les-feature-icon{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:all .4s ease;}
.les-feature-card:hover .les-feature-icon{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);transform:scale(1.06);box-shadow:0 0 30px rgba(255,255,255,.08);}

/* ===== ICON SVG - Always white/bright ===== */
.les-feature-icon svg{width:26px;height:26px;stroke:#ffffff;fill:none;transition:all .4s ease;filter:drop-shadow(0 0 6px rgba(255,255,255,.05));}
.les-feature-card:hover .les-feature-icon svg{stroke:#ffffff;transform:scale(1.05);filter:drop-shadow(0 0 15px rgba(255,255,255,.15));}

/* ===== TEXT STYLES ===== */
.les-feature-card h3{font-size:20px;font-weight:800;letter-spacing:2px;margin:0 0 8px;color:#ffffff;text-transform:uppercase;}
.les-feature-card p{font-size:14px;font-weight:400;color:#888;line-height:1.55;margin:0;transition:color .3s ease;letter-spacing:.3px;}
.les-feature-card:hover p{color:#bbb;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){
    .les-features-section .les-section-heading{font-size:24px;}
    .les-features-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
}
@media(max-width:767px){
    .les-features-section{padding:60px 16px 80px;}
    .les-features-section .les-section-heading{font-size:20px;}
    .les-features-grid{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;}
    .les-feature-card{padding:24px 14px;}
    .les-feature-icon{width:48px;height:48px;}
    .les-feature-icon svg{width:20px;height:20px;}
    .les-feature-card h3{font-size:17px;}
    .les-feature-card p{font-size:13px;}
}
@media(max-width:480px){
    .les-features-grid{grid-template-columns:repeat(2,1fr) !important;gap:10px !important;}
    .les-feature-card{padding:18px 10px;}
    .les-feature-icon{width:42px;height:42px;}
    .les-feature-icon svg{width:16px;height:16px;}
    .les-feature-card h3{font-size:15px;}
    .les-feature-card p{font-size:11px;}
}

/* ========================================================== REELS SHORTS SECTION ========================================================== */
.les-reels-section { max-width: 1200px; margin: 0 auto; padding: 50px 24px 50px; border-top: 1px solid rgba(255,255,255,.06); text-align: center; }
.les-reels-section .les-section-label { display: inline-block; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12); padding: 6px 16px; border-radius: 100px; font-size: 10px; font-weight: 500; letter-spacing: 2px; color: #ffffff; margin-bottom: 0px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); }
.les-reels-section .les-section-heading { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 12px;font-weight:600;text-transform:uppercase; }
.les-reels-description { color: #888; font-size: 14px; max-width: 550px; margin: 0 auto 30px; line-height: 1.6; text-align: center; }
.les-reels-container { max-width: 1200px; margin: 0 auto; }
.les-reels-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-bottom: 30px; }
.les-reel-item { cursor: pointer; transition: all .3s; }
.les-reel-item:hover { transform: translateY(-6px); }
.les-reel-wrapper { position: relative; border-radius: 12px; overflow: hidden; background: #0e0e0e; border: 1px solid rgba(255,255,255,.06); aspect-ratio: 9/16; transition: border-color .3s; }
.les-reel-item:hover .les-reel-wrapper { border-color: rgba(255,255,255,.2); box-shadow: 0 12px 40px rgba(0,0,0,.6); }
.les-reel-thumb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; display: flex; align-items: center; justify-content: center; }
.les-reel-thumb img { width: 100%; height: 100%; object-fit: cover; }
.les-reel-thumb .les-reel-placeholder { color: #666; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; }
.les-reel-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 56px; height: 56px; background: rgba(0,0,0,0.7); border: 2px solid rgba(255,255,255,0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; transition: all .3s ease; }
.les-reel-play-btn svg { width: 24px; height: 24px; margin-left: 4px; fill: #ffffff; pointer-events: none; }
.les-reel-play-btn svg path, .les-reel-play-btn svg polygon { fill: #ffffff; transition: fill 0.3s ease; }
.les-reel-item:hover .les-reel-play-btn { background: rgba(255,255,255,0.85); border-color: #ffffff; transform: translate(-50%,-50%) scale(1.08); }
.les-reel-item:hover .les-reel-play-btn svg, .les-reel-item:hover .les-reel-play-btn svg path, .les-reel-item:hover .les-reel-play-btn svg polygon { fill: #111111 !important; }
.les-reel-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 12px; z-index: 1; opacity: 0; pointer-events: none; transition: opacity .3s; }
.les-reel-wrapper.active iframe { opacity: 1; pointer-events: all; }
.les-reel-wrapper.active .les-reel-thumb { opacity: 0; pointer-events: none; }
.les-reel-meta { padding: 12px 8px; text-align: center; }
.les-reel-meta h4 { font-size: 12px; letter-spacing: .5px; margin: 0 0 4px; font-weight: 500; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.les-reel-meta p { font-size: 10px; color: #666; margin: 0; letter-spacing: .5px; }
@media(max-width:991px) { .les-reels-section .les-section-heading { white-space: normal; } .les-reels-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media(max-width:767px) { .les-reels-section { padding: 60px 16px 80px; } .les-reels-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .les-reel-meta h4 { font-size: 11px; } }
/* ==========================================================
   LANDSCAPE VIDEOS SECTION
   ========================================================== */
.les-landscape-section{max-width:1200px;margin:0 auto;padding:50px 24px 50px;border-top:1px solid rgba(255,255,255,.06);text-align:center;}
.les-landscape-section .les-section-label{display:inline-block;text-align:center;margin:0 auto;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:500;letter-spacing:2px;color:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);}
.les-landscape-section .les-section-heading{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:12px;margin-bottom:12px;font-weight:600;}
.les-landscape-description{color:#888;font-size:14px;max-width:550px;margin:0 auto 30px;line-height:1.6;text-align:center;}
.les-landscape-container{max-width:1200px;margin:0 auto;text-align:center;}
.les-landscape-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:0;}
.les-landscape-item{transition:all .3s;cursor:pointer;}
.les-landscape-item:hover{transform:translateY(-6px);}
.les-landscape-wrapper{position:relative;border-radius:12px;overflow:hidden;background:#0e0e0e;border:1px solid rgba(255,255,255,.06);aspect-ratio:16/9;transition:border-color .3s;min-height:180px;}
.les-landscape-item:hover .les-landscape-wrapper{border-color:rgba(255,255,255,.2);box-shadow:0 12px 40px rgba(0,0,0,.6);}
.les-landscape-thumb{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center;background:#111;transition:opacity .3s ease,visibility .3s ease;}
.les-landscape-thumb img{width:100%;height:100%;object-fit:cover;}
.les-landscape-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background:rgba(0,0,0,0.7);border:2px solid rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;transition:all .3s ease;}
.les-landscape-play-btn svg{width:24px;height:24px;margin-left:4px;fill:#ffffff;pointer-events:none;}
.les-landscape-play-btn svg polygon{fill:#ffffff;transition:fill .3s ease;}
.les-landscape-item:hover .les-landscape-play-btn{background:rgba(255,255,255,0.85);border-color:#ffffff;transform:translate(-50%,-50%) scale(1.08);}
.les-landscape-item:hover .les-landscape-play-btn svg polygon{fill:#111111 !important;}
.les-landscape-iframe-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.les-landscape-iframe-wrap iframe{width:100%;height:100%;border-radius:12px;opacity:0;pointer-events:none;transition:opacity .3s;}
.les-landscape-wrapper.active .les-landscape-iframe-wrap iframe{opacity:1;pointer-events:all;}
.les-landscape-wrapper.active .les-landscape-thumb{opacity:0;visibility:hidden;pointer-events:none;}
.les-landscape-meta{padding:14px 10px 4px;text-align:center;}
.les-landscape-meta h4{font-size:13px;letter-spacing:.5px;margin:0 0 4px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.les-landscape-meta p{font-size:10px;color:#666;margin:0;letter-spacing:.5px;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){
    .les-landscape-section .les-section-heading{white-space:normal;}
    .les-landscape-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
}

@media(max-width:767px){
    .les-landscape-section{padding:60px 16px 80px;}
    .les-landscape-grid{
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        gap:12px;
        padding:4px 4px 20px 4px;
        margin-bottom:0;
        scrollbar-width:none;
        -ms-overflow-style:none;
    }
    .les-landscape-grid::-webkit-scrollbar{display:none;}
    .les-landscape-item{
        min-width:85%;
        max-width:85%;
        flex-shrink:0;
        scroll-snap-align:start;
        transform:translateY(0);
    }
    /* Peek effect: show 5% of next video */
    .les-landscape-item:not(:last-child){
        margin-right:-4%;
    }
    .les-landscape-item:hover{transform:translateY(-4px);}
    .les-landscape-play-btn{width:44px;height:44px;}
    .les-landscape-play-btn svg{width:18px;height:18px;}
    /* Gradient fade on right to indicate more content */
    .les-landscape-grid::after{
        content:'';
        position:sticky;
        right:0;
        top:0;
        width:60px;
        height:100%;
        min-height:200px;
        background:linear-gradient(to right,transparent 0%,rgba(7,7,7,0.9) 100%);
        pointer-events:none;
        flex-shrink:0;
    }
}

@media(max-width:480px){
    .les-landscape-item{
        min-width:88%;
        max-width:88%;
    }
    .les-landscape-item:not(:last-child){
        margin-right:-2%;
    }
    .les-landscape-play-btn{width:38px;height:38px;}
    .les-landscape-play-btn svg{width:16px;height:16px;}
}

/* ==========================================================
   PORTFOLIO CATEGORIES SECTION
   ========================================================== */
.les-portfolio-categories-section{max-width:1200px;margin:0 auto;padding:50px 24px 50px;border-top:1px solid rgba(255,255,255,.06);text-align:center;}
.les-portfolio-categories-section .les-section-label{display:inline-block;text-align:center;margin:0 auto;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);}
.les-portfolio-categories-section .les-section-heading{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:12px;margin-bottom:12px;}
.les-portfolio-categories-description{color:#888;font-size:14px;max-width:550px;margin:0 auto 30px;line-height:1.6;text-align:center;}
.les-portfolio-categories-container{max-width:1200px;margin:0 auto;text-align:center;}
.les-portfolio-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}

/* ===== CATEGORY CARD ===== */
.les-portfolio-category-card{display:block;text-decoration:none;color:#fff;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer;border-radius:12px;overflow:hidden;background:#0e0e0e;border:1px solid rgba(255,255,255,.06);}
.les-portfolio-category-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.2);box-shadow:0 20px 50px rgba(0,0,0,.6);}

/* ===== IMAGE ===== */
.les-portfolio-category-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#111;}
.les-portfolio-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);}
.les-portfolio-category-card:hover .les-portfolio-category-image img{transform:scale(1.06);}

/* ===== META ===== */
.les-portfolio-category-meta{padding:18px 16px 20px;text-align:left;}
.les-portfolio-category-meta h3{font-size:14px;letter-spacing:1px;margin:0 0 6px;font-weight:600;color:#fff;}
.les-portfolio-category-meta p{font-size:12px;color:#777;margin:0 0 14px;line-height:1.5;letter-spacing:.3px;}

/* ===== VIEW WORK LINK (Always Visible) ===== */
.les-portfolio-category-link{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:500;color:#888;border:1px solid rgba(255,255,255,0.1);padding:8px 0;border-radius:4px;text-decoration:none;transition:all .3s;cursor:pointer;}
.les-portfolio-category-link:hover{color:#fff;border-color:rgba(255,255,255,0.3);}
.les-portfolio-category-link svg{width:9px;height:9px;flex-shrink:0;transition:transform .3s;}
.les-portfolio-category-link:hover svg{transform:translateX(3px);}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){
    .les-portfolio-categories-section .les-section-heading{white-space:normal;}
    .les-portfolio-categories-grid{grid-template-columns:repeat(2,1fr);gap:20px;}
}

@media(max-width:767px){
    .les-portfolio-categories-section{padding:60px 16px 80px;}
    .les-portfolio-categories-grid{grid-template-columns:repeat(2,1fr);gap:16px;}
    .les-portfolio-category-image{aspect-ratio:4/3;}
    .les-portfolio-category-meta h3{font-size:13px;}
    .les-portfolio-category-meta p{font-size:11px;}
    .les-portfolio-category-link{font-size:10px;}
}

@media(max-width:480px){
    .les-portfolio-categories-grid{gap:12px;}
    .les-portfolio-category-meta{padding:14px 12px 16px;}
    .les-portfolio-category-meta h3{font-size:12px;}
    .les-portfolio-category-meta p{font-size:10px;margin-bottom:10px;}
    .les-portfolio-category-link{font-size:9px;}
    .les-portfolio-category-link svg{width:12px;height:12px;}
}

/* ==========================================================
   full video
   ========================================================== */
.les-fullwidth-video-section{position:relative;width:100%;height:80vh;min-height:500px;overflow:hidden;background-color:#070707;display:flex;align-items:center;justify-content:center;}
.les-video-fallback{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;transition:opacity 1s ease;}
.les-video-fallback.fade-out{opacity:0;}
#les-youtube-bg-container{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;transform:translate(-50%,-50%);z-index:0;pointer-events:none;}
#les-youtube-bg-container iframe{width:100%;height:100%;border:0;}
.les-fullwidth-video-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(7,7,7,0.7) 0%,rgba(7,7,7,0.4) 50%,rgba(7,7,7,0.85) 100%);z-index:2;}
.les-video-overlay-content{position:relative;z-index:3;max-width:800px;text-align:center;padding:0 24px;color:#ffffff;}
.les-video-label{display:inline-block;font-size:11px;letter-spacing:5px;color:#999999;text-transform:uppercase;font-weight:600;margin-bottom:16px;}
.les-video-title{font-size:48px;font-weight:700;letter-spacing:2px;line-height:1.15;margin:0 0 20px 0;text-transform:uppercase;}
.les-video-desc{font-size:15px;line-height:1.6;color:#cccccc;max-width:550px;margin:0 auto 36px;}
.les-video-actions{display:flex;gap:16px;justify-content:center;}
@media(max-width:767px){.les-fullwidth-video-section{height:70vh;}.les-video-title{font-size:32px;}.les-video-desc{font-size:13px;}}

/* ========================================================== MAIN PROCESS LAYOUT ========================================================== */
/* ==========================================================
   PROCESS SECTION V2 - UNIQUE CLASSES (FIXED)
   ========================================================== */
/* ==========================================================
   PROCESS SECTION V2 - COMPLETE FIX
   ========================================================== */
.les-process-section-v2{max-width:1200px;margin:0 auto;padding:50px 24px 50px;text-align:center;}
.les-process-header-v2{margin-bottom:60px;}
.les-process-section-v2 .les-section-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:24px;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);}
.les-process-section-v2 .les-section-heading{font-size:38px;font-weight:600;letter-spacing:1px;color:#ffffff;margin:0 0 12px;text-transform:uppercase;}
.les-process-description-v2{color:#888888;font-size:14px;max-width:550px;margin:0 auto;line-height:1.6;}

/* ===== DESKTOP TIMELINE ===== */
.les-desktop-timeline-v2{position:relative;width:100%;padding:20px 0;}
.les-timeline-line-v2{position:absolute;top:68px;left:12.5%;right:12.5%;height:1px;background:rgba(255,255,255,0.15);z-index:1;}
.les-timeline-cols-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative;z-index:2;}
.les-timeline-col-v2{display:flex;flex-direction:column;align-items:center;}

/* ===== BUBBLE NODES ===== */
.les-timeline-num-v2{font-size:24px;font-weight:400;color:#444444;margin-bottom:12px;font-family:sans-serif;}
.les-timeline-node-v2{width:14px;height:14px;margin-bottom:32px;position:relative;display:flex;align-items:center;justify-content:center;transform:translateY(1px);}
.les-node-core-v2{width:14px;height:14px;background:#ffffff;border-radius:50%;position:absolute;z-index:3;box-shadow:0 0 10px #ffffff,0 0 20px rgba(255,255,255,0.6);}
.les-node-flash-v2{position:absolute;width:14px;height:14px;background:rgba(255,255,255,0.4);border-radius:50%;z-index:2;animation:lesGlowPulseV2 2s infinite ease-in-out;}

@keyframes lesGlowPulseV2{0%{transform:scale(1);opacity:0.8;}50%{transform:scale(2.4);opacity:0;}100%{transform:scale(1);opacity:0;}}

/* ===== CONTENT CARDS - FIXED ===== */
.les-timeline-card-v2{
    background:#0a0a0a;
    border:1px solid rgba(255,255,255,0.06);
    border-radius:12px;
    padding:28px 18px;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:all 0.4s ease;
    box-sizing:border-box;
}
.les-timeline-card-v2{
    height:auto;
    min-height:180px;
}
.les-timeline-col-v2:hover .les-timeline-card-v2{border-color:rgba(255,255,255,0.15);background:#0e0e0e;transform:translateY(-4px);}
.les-timeline-icon-v2{width:24px;height:24px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.les-timeline-icon-v2 svg{width:20px;height:20px;fill:#888888;transition:fill 0.3s ease;}
.les-timeline-col-v2:hover .les-timeline-icon-v2 svg{fill:#ffffff;}
.les-timeline-col-v2 h3{font-size:13px;font-weight:600;letter-spacing:1.5px;color:#ffffff;margin:0 0 10px;text-transform:uppercase;}
.les-timeline-col-v2 p{font-size:12px;color:#777777;line-height:1.6;margin:0;}

/* ===== MOBILE TIMELINE ===== */
.les-mobile-timeline-v2{display:none;width:100%;max-width:480px;margin:0 auto;text-align:left;}
.les-mobile-wrap-v2{position:relative;padding-left:12px;}
.les-timeline-vline-v2{position:absolute;top:12px;bottom:12px;left:42px;width:2px;background:rgba(255,255,255,0.15);z-index:1;}
.les-mobile-row-v2{display:grid;grid-template-columns:50px 1fr;gap:20px;margin-bottom:24px;align-items:flex-start;position:relative;}
.les-mobile-row-v2:last-child{margin-bottom:0;}
.les-mobile-left-v2{display:flex;align-items:center;justify-content:space-between;position:relative;height:24px;width:100%;}
.les-mobile-num-v2{font-size:18px;font-weight:800;color:#444444;line-height:1;position:relative;z-index:4;margin-left:-8px;}
.les-mobile-node-v2{width:14px;height:14px;position:absolute;left:60%;top:50%;transform:translate(-50%,-50%);z-index:3;display:flex;align-items:center;justify-content:center;}
.les-mobile-node-v2 .les-node-core-v2{width:14px;height:14px;background:#ffffff;border-radius:50%;position:absolute;z-index:3;box-shadow:0 0 10px #ffffff,0 0 20px rgba(255,255,255,0.6);}
.les-mobile-node-v2 .les-node-flash-v2{position:absolute;width:14px;height:14px;background:rgba(255,255,255,0.4);border-radius:50%;z-index:2;animation:lesGlowPulseV2 2s infinite ease-in-out;}
.les-mobile-card-v2{background:#0a0a0a;border:1px solid rgba(255,255,255,0.06);border-radius:12px;padding:24px 20px;}
.les-mobile-icon-v2{width:20px;height:20px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;}
.les-mobile-icon-v2 svg{width:18px;height:18px;fill:#ffffff;}
.les-mobile-card-v2 h4{font-size:13px;font-weight:600;color:#ffffff;margin:0 0 8px;letter-spacing:1px;text-transform:uppercase;}
.les-mobile-card-v2 p{font-size:12px;color:#777777;line-height:1.55;margin:0;}

/* ==========================================================
   MEDIA BREAKPOINTS
   ========================================================== */
@media (max-width:991px){
    .les-process-section-v2{padding:50px 20px;}
    .les-process-section-v2 .les-section-heading{font-size:32px;}
    .les-timeline-line-v2{left:12%;right:12%;}
    .les-timeline-card-v2{padding:24px 12px;min-height:160px;}
}
@media (max-width:767px){
    .les-desktop-timeline-v2{display:none;}
    .les-mobile-timeline-v2{display:block;}
}

/* ==========================================================
   Brands we have worked with
   ========================================================== */
.les-clients-section{max-width:1200px;margin:0 auto;padding:80px 24px 100px;border-top:1px solid rgba(255,255,255,.06);text-align:center;}
.les-clients-section .les-section-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:20px;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);}
.les-clients-section .les-section-heading{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:12px;}
.les-clients-description{color:#888;font-size:14px;max-width:550px;margin:0 auto 60px;line-height:1.6;}

/* ===== MARQUEE BOX - Slightly Grey ===== */
.les-marquee-box{background:#E8EDF2;border-radius:12px;padding:32px 0;overflow:hidden;position:relative;width:100%;box-shadow:0 20px 40px rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.05);}

/* ===== Edge fades ===== */
.les-marquee-box::before,.les-marquee-box::after{content:"";height:100%;width:120px;position:absolute;top:0;z-index:2;pointer-events:none;}
.les-marquee-box::before{left:0;background:linear-gradient(to right, #f0f0f0 10%, rgba(240,240,240,0) 100%);}
.les-marquee-box::after{right:0;background:linear-gradient(to left, #f0f0f0 10%, rgba(240,240,240,0) 100%);}

/* ===== Infinite Scrolling Track ===== */
.les-marquee-track{display:flex;width:max-content;align-items:center;}
.les-marquee-group{display:flex;align-items:center;justify-content:space-around;gap:32px;padding-right:32px;animation:lesMarqueeScroll 35s linear infinite;}

/* ===== Logo Layout - BIGGER ===== */
.les-logo-item{display:flex;align-items:center;justify-content:center;width:180px;height:70px;flex-shrink:0;}
.les-logo-item img{width:auto;height:auto;max-width:90%;max-height:90%;object-fit:contain;filter:grayscale(0);transition:transform .3s ease;}
.les-logo-item img:hover{transform:scale(1.05);}

/* ===== Keyframes ===== */
@keyframes lesMarqueeScroll{
    0%{transform:translate3d(0, 0, 0);}
    100%{transform:translate3d(-50%, 0, 0);}
}

/* Pause scroll on hover for interactivity */
.les-marquee-box:hover .les-marquee-group{animation-play-state:paused;}

/* ===== Responsive Media Queries ===== */
@media(max-width:991px){
    .les-clients-section .les-section-heading{white-space:normal;}
    .les-marquee-box{padding:24px 0;}
    .les-marquee-group{gap:24px;padding-right:24px;}
    .les-logo-item{width:140px;height:55px;}
}
@media(max-width:767px){
    .les-clients-section{padding:60px 16px 80px;}
    .les-marquee-box::before,.les-marquee-box::after{width:60px;}
    /* ===== MOBILE: Bigger logos + Reduced gap ===== */
    .les-marquee-group{gap:14px;padding-right:14px;} /* ← Reduced gap */
    .les-logo-item{width:130px;height:50px;} /* ← Bigger */
    .les-logo-item img{max-width:95%;max-height:95%;} /* ← Bigger */
}



/* ========================================================== ABOUT US SECTION SYSTEM ========================================================== */
.les-about-section{max-width:1200px;margin:0 auto;padding:100px 24px 100px;text-align:left;}
.les-about-container{width:100%;}
.les-about-header{margin-bottom:56px;text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;}
.les-about-section .les-section-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:24px;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);text-align:center;}
.les-about-section .les-section-heading{font-size:38px;font-weight:600;letter-spacing:1px;color:#ffffff;margin:0;text-transform:uppercase;line-height:1.2;text-align:center;}
.les-about-content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;align-items:flex-start;}
.les-about-column{display:flex;flex-direction:column;gap:24px;}
.les-about-text-lead{color:#ffffff;font-size:16px;line-height:1.6;font-weight:500;margin:0;}
.les-about-text-normal{color:#888888;font-size:14px;line-height:1.65;font-weight:400;margin:0;}
.les-about-text-highlight{color:#ffffff;font-size:14px;line-height:1.6;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0;position:relative;padding-bottom:4px;}
.les-about-text-footer{color:#aaaaaa;font-size:14px;line-height:1.65;font-weight:400;margin:0;border-left:2px solid rgba(255,255,255,0.15);padding-left:20px;}
.les-about-text-footer strong{color:#ffffff;font-weight:500;}

/* ========================================================== MEDIA RESPONSIVE BREAKPOINTS ========================================================== */
@media (max-width:991px){.les-about-section{padding:80px 20px;}.les-about-section .les-section-heading{font-size:32px;}.les-about-content-grid{gap:40px;}}
@media (max-width:767px){.les-about-section{padding:60px 20px;}.les-about-content-grid{grid-template-columns:1fr;gap:28px;}.les-about-text-lead{font-size:15px;}.les-about-text-footer{padding-left:16px;}}


/* ==========================================================
   CTA SECTION
   ========================================================== */
.les-cta-section{max-width:1200px;margin:0 auto;padding:50px 24px 50px;border-top:1px solid rgba(255,255,255,.06);text-align:center;}
.les-cta-container{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#121212,#0a0a0a);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:60px 40px;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,0.5),inset 0 1px 0 rgba(255,255,255,0.05);}
.les-cta-heading{font-size:36px;line-height:1.2;letter-spacing:2px;font-weight:700;margin-top:0;margin-bottom:16px;color:#ffffff;text-transform:uppercase;}
.les-cta-description{color:#888;font-size:14px;max-width:600px;margin:0 auto 32px;line-height:1.7;text-align:center;}

/* ===== BUTTONS ===== */
.les-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.les-cta-btn-primary{background:#ffffff;color:#000000;padding:14px 36px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;flex:1;min-width:180px;max-width:300px;}
.les-cta-btn-primary:hover{background:rgba(255,255,255,0.85);transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,255,255,0.15);}
.les-cta-btn-secondary{background:transparent;color:#ffffff;padding:14px 36px;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all .3s ease;display:inline-block;border:1px solid rgba(255,255,255,0.2);cursor:pointer;flex:1;min-width:180px;max-width:300px;}
.les-cta-btn-secondary:hover{background:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.4);transform:translateY(-3px);}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){
    .les-cta-heading{font-size:30px;}
    .les-cta-container{padding:50px 30px;}
    .les-cta-buttons{flex-direction:column;align-items:stretch;}
    .les-cta-btn-primary,.les-cta-btn-secondary{width:100%;min-width:unset;max-width:100%;text-align:center;}
}
@media(max-width:767px){
    .les-cta-section{padding:60px 16px 80px;}
    .les-cta-container{padding:30px 16px;border-radius:12px;}
    .les-cta-heading{font-size:22px;line-height:1.3;}
    .les-cta-description{font-size:13px;}
    .les-cta-btn-primary,.les-cta-btn-secondary{padding:12px 20px;font-size:11px;width:100%;min-width:unset;max-width:100%;box-sizing:border-box;}
}



/* ========================================================== FOOTER SECTION ========================================================== */
.les-footer-main { max-width: 100%; margin: 0 auto; padding: 70px 24px 40px; border-top: 1px solid rgba(255,255,255,.05); background-color: #0c0c0e; background-image: linear-gradient(180deg, #0c0c0e 0%, #060607 100%); position: relative; overflow: hidden; }
.les-footer-grid-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; z-index: 1; -webkit-mask-image: radial-gradient(circle at 50% 30%, black 20%, transparent 80%); mask-image: radial-gradient(circle at 50% 30%, black 20%, transparent 80%); }
.les-footer-glow-overlay { position: absolute; top: -150px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(circle, rgba(255,255,255,0.025) 0%, transparent 70%); pointer-events: none; z-index: 1; filter: blur(40px); }
.les-footer-top { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: 60px; padding-bottom: 50px; position: relative; z-index: 2; }
.les-footer-brand .les-logo-box { margin-bottom: 24px; }
.les-logo-footer-image { height: 60px; width: auto; object-fit: contain; display: block; filter: brightness(0) invert(1); opacity: 0.95; }
.les-footer-tagline { font-size: 10px; letter-spacing: 5px; color: rgba(255,255,255,0.4); margin-bottom: 12px; font-weight: 700; text-transform: uppercase; }
.les-footer-desc { font-size: 13px; color: #7e7e86; line-height: 1.6; max-width: 320px; margin-bottom: 24px; }
.les-social-icons { display: flex; gap: 12px; }
.les-social-icons a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; transition: all 0.3s cubic-bezier(.16,1,0.3,1); }
.les-social-icons a svg { width: 15px; height: 15px; fill: #6c6c74; transition: fill 0.3s ease, transform 0.3s ease; }
.les-social-icons a:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.2); transform: translateY(-3px); }
.les-social-icons a:hover svg { fill: #ffffff; transform: scale(1.05); }
.les-footer-col h3 { font-size: 11px; letter-spacing: 2.5px; margin: 0 0 24px; color: #ffffff; font-weight: 600; text-transform: uppercase; opacity: 0.9; }
.les-footer-list, .les-contact-list { list-style: none; padding: 0; margin: 0; }
.les-footer-list li { font-size: 13px; margin-bottom: 14px; }
.les-footer-list a { color: #7e7e86; text-decoration: none; transition: color .2s ease; display: inline-block; }
.les-footer-list a:hover { color: #ffffff; transform: translateX(2px); }
.les-contact-list li { display: flex; align-items: center; gap: 14px; font-size: 13px; color: #7e7e86; margin-bottom: 16px; }
.les-contact-icon { width: 14px; height: 14px; fill: #52525a; flex-shrink: 0; transition: fill 0.2s ease; }
.les-contact-list li:hover .les-contact-icon { fill: #ffffff; }
.les-footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.04); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; position: relative; z-index: 2; }
.les-footer-bottom p { font-size: 11px; color: #52525a; letter-spacing: 0.5px; margin: 0; font-weight: 500; }
.les-footer-legal a { font-size: 11px; color: #52525a; text-decoration: none; letter-spacing: 0.5px; margin-left: 24px; transition: color .2s ease; font-weight: 500; }
.les-footer-legal a:hover { color: #a1a1aa; }
@media(max-width:991px) { .les-footer-top { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; } .les-footer-brand { border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 40px; } .les-footer-desc { max-width: 100%; } }
@media(max-width:767px) { .les-footer-main { padding: 60px 16px 40px; } .les-footer-bottom { flex-direction: column-reverse; text-align: center; gap: 16px; } .les-footer-legal a { margin: 0 12px; } }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:1024px){.les-nav-menu{gap:16px;}.les-features-grid{grid-template-columns:repeat(3,1fr);gap:20px;}.les-feature-card:nth-child(3){border-right:none;}.les-portfolio-grid{grid-template-columns:repeat(2,1fr);gap:20px;}.les-reels-grid{grid-template-columns:repeat(4,1fr);gap:16px;}.les-footer-top{grid-template-columns:1fr 1fr;gap:40px;}}
@media(max-width:991px){.les-hero-layout{grid-template-columns:1fr;text-align:center;gap:32px;}.les-hero-description{margin-left:auto;margin-right:auto;max-width:100%;}.les-hero-buttons{justify-content:center;}.les-hero-heading{font-size:42px;}.les-timeline-line{display:none;}.les-timeline-grid{grid-template-columns:1fr;gap:40px;}.les-cta-heading{font-size:32px;}}
@media(max-width:767px){.les-nav-menu,.header-cta-btn{display:none;}.les-features-grid{grid-template-columns:1fr;gap:0;}.les-feature-card{border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding:24px 0;}.les-feature-card:last-child{border-bottom:none;}.les-portfolio-grid{grid-template-columns:1fr;}.les-footer-top{grid-template-columns:1fr;gap:36px;}.les-footer-bottom{flex-direction:column;text-align:center;}.les-footer-legal a{margin:0 12px;}.les-hero-heading{font-size:32px;}.les-section-heading{font-size:22px;}.les-reels-section{padding:50px 16px 60px;}.les-reels-grid{grid-template-columns:repeat(2,1fr);gap:16px;}.les-reels-description{font-size:13px;margin:0 auto 35px;padding:0 10px;}.les-reel-meta h4{font-size:11px;}.les-reel-meta p{font-size:9px;}.les-cta-heading{font-size:28px;}.les-cta-section{padding:60px 16px 80px;}.les-process-section{padding:40px 16px 80px;}}
@media(max-width:480px){.les-reels-grid{gap:12px;}.les-reel-play-btn{width:44px;height:44px;}.les-reel-play-btn svg{width:18px;height:18px;}.les-hero-heading{font-size:26px;}.les-hero-buttons{flex-direction:column;align-items:center;}.les-btn-solid,.les-btn-ghost{width:100%;text-align:center;}.les-cta-heading{font-size:24px;}}

/* ==========================================================
   pages css
   ========================================================== */
   
 /* ========================================================== CONTACT page ========================================================== */
/* ==========================================================
   CONTACT HERO
   ========================================================== */
.les-contact-hero{max-width:1200px;margin:0 auto;padding:80px 24px 0;text-align:center;}
.les-contact-container{width:100%;max-width:1200px;margin:0 auto;}
.les-contact-hero .les-section-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:24px;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);}
.les-contact-hero .les-section-heading{font-size:38px;font-weight:700;letter-spacing:1px;color:#ffffff;margin:0 0 20px;text-transform:uppercase;line-height:1.2;}
.les-contact-desc{color:#ffffff;font-size:15px;max-width:700px;margin:0 auto 12px;line-height:1.65;font-weight:400;}

/* ===== CONTACT INFO ROW - INDIVIDUAL BOXES ===== */
.les-contact-info-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin:0 auto;width:100%;}
.les-contact-info-box{display:flex;flex-direction:column;gap:4px;text-align:center;background:#0a0a0a;border:1px solid rgba(255,255,255,0.06);border-radius:12px;padding:20px 16px;transition:all .3s ease;}
.les-contact-info-box:hover{background:#121212;border-color:rgba(255,255,255,0.12);transform:translateY(-2px);}
.les-contact-info-label{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#555555;font-weight:600;}
.les-contact-info-link{color:#ffffff;text-decoration:none;font-size:14px;font-weight:400;transition:color 0.3s ease;display:inline-flex;align-items:center;justify-content:center;gap:4px;}
.les-contact-info-link:hover{color:#888888;}
.les-contact-info-text{color:#ffffff;font-size:14px;margin:0;font-weight:400;}

/* ==========================================================
   CONTACT BODY
   ========================================================== */
.les-contact-body{padding:40px 24px 100px;}

/* ===== DESCRIPTION ABOVE FORMS ===== */
.les-contact-form-desc{color:#888888;font-size:14px;max-width:650px;margin:0 auto 40px;line-height:1.7;text-align:center;}

/* ==========================================================
   SIDE-BY-SIDE TWIN FORMS
   ========================================================== */
.les-forms-twin-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start;}
.les-form-card{background:#0a0a0a;border:1px solid rgba(255,255,255,0.06);border-radius:16px;padding:40px;text-align:left;}
.les-form-header{margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.04);padding-bottom:16px;}
.les-form-header h3{font-size:18px;font-weight:600;color:#ffffff;margin:0 0 6px;letter-spacing:0.5px;}
.les-form-header p{font-size:12px;color:#666666;margin:0;}
.les-contact-form{display:flex;flex-direction:column;gap:20px;}
.les-form-group{display:flex;flex-direction:column;gap:8px;}
.les-form-row-twin{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.les-form-group label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#aaaaaa;font-weight:500;}
.les-contact-form input,.les-contact-form select,.les-contact-form textarea{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.08);border-radius:8px;padding:12px 16px;color:#ffffff;font-size:13px;transition:all 0.3s ease;outline:none;width:100%;box-sizing:border-box;}
.les-contact-form input:focus,.les-contact-form select:focus,.les-contact-form textarea:focus{border-color:rgba(255,255,255,0.2);background:rgba(255,255,255,0.04);}
.les-contact-form select option{background:#0a0a0a;color:#ffffff;}
.les-form-btn-submit{background:#ffffff;color:#070707;border:1px solid #ffffff;padding:14px 28px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border-radius:8px;cursor:pointer;transition:all 0.3s ease;margin-top:8px;width:100%;text-align:center;}
.les-form-btn-submit:hover{background:transparent;color:#ffffff;}
.les-contact-global-footnote{text-align:center;margin-top:56px;border-top:1px solid rgba(255,255,255,0.04);padding-top:24px;}
.les-contact-global-footnote p{color:#444444;font-size:12px;line-height:1.6;margin:0;letter-spacing:0.3px;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width:991px){
    .les-contact-hero{padding:60px 20px 0;}
    .les-contact-hero .les-section-heading{font-size:32px;}
    .les-forms-twin-grid{grid-template-columns:1fr;gap:32px;}
    .les-contact-body{padding-bottom:60px;}
}
@media (max-width:767px){
    .les-contact-info-row{grid-template-columns:1fr;gap:12px;}
    .les-contact-info-box{padding:16px 14px;}
    .les-contact-info-box .les-contact-info-link{justify-content:center;}
    .les-contact-form-desc{font-size:13px;padding:0 10px;margin-bottom:30px;}
    .les-form-card{padding:24px 16px;}
    .les-form-row-twin{grid-template-columns:1fr;gap:16px;}
    .les-contact-desc{font-size:14px;}
    .les-contact-hero .les-section-heading{font-size:26px;}
    .les-form-btn-submit{padding:12px 20px;font-size:10px;}
}
@media (max-width:480px){
    .les-contact-info-box{padding:14px 12px;}
    .les-contact-info-link{font-size:13px;}
    .les-contact-info-text{font-size:13px;}
}
/* ==========================================================
   PROJECTS PAGE
   ========================================================== */
/* ==========================================================
   PROJECTS PAGE - COMPLETE FIXED
   ========================================================== */
.les-projects-page{max-width:1200px;margin:0 auto;padding:60px 24px 100px;border-top:1px solid rgba(255,255,255,.06);}
.les-projects-container{max-width:1100px;margin:0 auto;}
.les-projects-header{text-align:center;margin-bottom:60px;}
.les-projects-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:16px;text-transform:uppercase;}
.les-projects-heading{font-size:38px;font-weight:700;letter-spacing:1px;color:#ffffff;margin:0 0 16px;text-transform:uppercase;}
.les-projects-description{color:#888;font-size:14px;max-width:600px;margin:0 auto;line-height:1.7;}
.les-project-category{margin-bottom:60px;}
.les-project-category:last-child{margin-bottom:0;}
.les-project-category-title{font-size:22px;font-weight:600;color:#ffffff;margin:0 0 24px;letter-spacing:1px;text-align:left;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06);position:relative;}
.les-project-category-title::after{content:'';position:absolute;bottom:-1px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#f5b342,transparent);}
.les-project-videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}

/* ===== VIDEO ITEM - CLICKABLE ===== */
.les-project-video-item{transition:all .3s;cursor:pointer;}
.les-project-video-item:hover{transform:translateY(-6px);}

/* ===== VIDEO WRAPPER ===== */
.les-project-video-wrapper{position:relative;border-radius:12px;overflow:hidden;background:#0e0e0e;border:1px solid rgba(255,255,255,.06);aspect-ratio:16/9;transition:border-color .3s;min-height:180px;cursor:pointer;}
.les-project-video-item:hover .les-project-video-wrapper{border-color:rgba(255,255,255,.2);box-shadow:0 12px 40px rgba(0,0,0,.6);}

/* ===== THUMBNAIL ===== */
.les-project-video-thumb{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;display:flex;align-items:center;justify-content:center;background:#111;cursor:pointer;transition:opacity .3s ease;}
.les-project-video-thumb img{width:100%;height:100%;object-fit:cover;pointer-events:none;}

/* ===== PLAY BUTTON ===== */
.les-project-video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background:rgba(0,0,0,0.7);border:2px solid rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:6;transition:all .3s ease;pointer-events:all;cursor:pointer;}
.les-project-video-play-btn svg{width:24px;height:24px;margin-left:4px;fill:#ffffff;pointer-events:none;}
.les-project-video-play-btn svg polygon{fill:#ffffff;transition:fill .3s ease;}
.les-project-video-item:hover .les-project-video-play-btn{background:rgba(255,255,255,0.85);border-color:#ffffff;transform:translate(-50%,-50%) scale(1.08);}
.les-project-video-item:hover .les-project-video-play-btn svg polygon{fill:#111111 !important;}

/* ===== IFRAME ===== */
.les-project-video-iframe-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.les-project-video-iframe-wrap iframe{width:100%;height:100%;border-radius:12px;opacity:0;pointer-events:none;transition:opacity .3s;}

/* ===== ACTIVE STATE ===== */
.les-project-video-wrapper.active .les-project-video-iframe-wrap iframe{opacity:1;pointer-events:all;}
.les-project-video-wrapper.active .les-project-video-thumb{opacity:0;pointer-events:none;display:none;}

/* ===== META ===== */
.les-project-video-meta{padding:14px 10px 4px;text-align:center;}
.les-project-video-meta h4{font-size:13px;letter-spacing:.5px;margin:0 0 4px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.les-project-video-meta p{font-size:10px;color:#666;margin:0;letter-spacing:.5px;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){.les-projects-heading{font-size:32px;}.les-project-category-title{font-size:20px;}.les-project-videos-grid{grid-template-columns:repeat(2,1fr);gap:16px;}}
@media(max-width:767px){.les-projects-page{padding:40px 16px 60px;}.les-projects-heading{font-size:26px;}.les-project-category-title{font-size:18px;margin-bottom:18px;}.les-project-videos-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:4px 4px 20px 4px;scrollbar-width:none;-ms-overflow-style:none;}.les-project-videos-grid::-webkit-scrollbar{display:none;}.les-project-video-item{min-width:85%;max-width:85%;flex-shrink:0;scroll-snap-align:start;}.les-project-video-item:not(:last-child){margin-right:-4%;}.les-project-video-item:hover{transform:translateY(-4px);}.les-project-video-play-btn{width:44px;height:44px;}.les-project-video-play-btn svg{width:18px;height:18px;}.les-project-videos-grid::after{content:'';position:sticky;right:0;top:0;width:50px;height:100%;min-height:150px;background:linear-gradient(to right,transparent 0%,rgba(7,7,7,0.9) 100%);pointer-events:none;flex-shrink:0;}}
@media(max-width:480px){.les-project-video-item{min-width:88%;max-width:88%;}.les-project-video-item:not(:last-child){margin-right:-2%;}.les-project-video-play-btn{width:38px;height:38px;}.les-project-video-play-btn svg{width:16px;height:16px;}}


/* ==========================================================
   ABOUT US PAGE - BLACK & WHITE
   ========================================================== */
.les-about-page{max-width:1200px;margin:0 auto;padding:60px 24px 100px;border-top:1px solid rgba(255,255,255,.06);}
.les-about-page-container{max-width:1100px;margin:0 auto;}

/* ===== PAGE HEADER ===== */
.les-about-page-header{text-align:center;margin-bottom:50px;}
.les-about-page-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:16px;text-transform:uppercase;}
.les-about-page-heading{font-size:38px;font-weight:700;letter-spacing:1px;color:#ffffff;margin:0;line-height:1.2;text-transform:uppercase;}

/* ===== CONTENT GRID ===== */
.les-about-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:60px;}

/* ===== COLUMNS ===== */
.les-about-page-column{display:flex;flex-direction:column;gap:16px;}
.les-about-page-lead{font-size:18px;font-weight:500;color:#e0e0e0;line-height:1.7;margin:0;}
.les-about-page-text{font-size:14px;color:#888;line-height:1.7;margin:0;}
.les-about-page-highlight{font-size:18px;font-weight:500;color:#ffffff;line-height:1.6;margin:0;}
.les-about-page-footer{font-size:14px;color:#888;line-height:1.7;margin:0;}
.les-about-page-footer strong{color:#ffffff;}

/* ===== STATS ===== */
.les-about-page-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid rgba(255,255,255,.06);padding-top:50px;}
.les-about-page-stat{text-align:center;padding:24px 16px;background:#0e0e0e;border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:all .4s ease;}
.les-about-page-stat:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.15);background:#121212;box-shadow:0 12px 35px rgba(0,0,0,.6);}
.les-about-page-stat-number{display:block;font-size:32px;font-weight:700;color:#ffffff;margin-bottom:4px;letter-spacing:1px;}
.les-about-page-stat-label{display:block;font-size:12px;color:#777;letter-spacing:.5px;}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){.les-about-page-heading{font-size:32px;}.les-about-page-grid{grid-template-columns:1fr;gap:30px;}.les-about-page-stats{grid-template-columns:repeat(2,1fr);gap:16px;}}
@media(max-width:767px){.les-about-page{padding:40px 16px 60px;}.les-about-page-heading{font-size:26px;}.les-about-page-lead{font-size:16px;}.les-about-page-highlight{font-size:16px;}.les-about-page-stats{padding-top:30px;gap:12px;}.les-about-page-stat{padding:16px 12px;}.les-about-page-stat-number{font-size:24px;}.les-about-page-stat-label{font-size:11px;}}
@media(max-width:480px){.les-about-page-heading{font-size:22px;}.les-about-page-stat-number{font-size:20px;}}




/* ==========================================================
   SERVICES PAGE
   ========================================================== */
.les-services-page{max-width:1200px;margin:0 auto;padding:60px 24px 100px;border-top:1px solid rgba(255,255,255,.06);}
.les-services-container{max-width:1100px;margin:0 auto;}

/* ===== PAGE HEADER ===== */
.les-services-header{text-align:center;margin-bottom:50px;}
.les-services-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:16px;text-transform:uppercase;}
.les-services-heading{font-size:38px;font-weight:700;letter-spacing:1px;color:#ffffff;margin:0 0 12px;text-transform:uppercase;}
.les-services-description{color:#888;font-size:14px;max-width:600px;margin:0 auto;line-height:1.7;}

/* ===== SERVICES GRID ===== */
.les-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:50px;}

/* ===== SERVICE CARD ===== */
.les-service-card{background:#0e0e0e;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:32px 24px;text-align:center;transition:all .4s ease;display:flex;flex-direction:column;align-items:center;}
.les-service-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.15);background:#121212;box-shadow:0 12px 40px rgba(0,0,0,.6);}
.les-service-icon{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex-shrink:0;}
.les-service-icon svg{width:24px;height:24px;fill:#888;transition:fill .3s ease;}
.les-service-card:hover .les-service-icon svg{fill:#ffffff;}
.les-service-title{font-size:16px;font-weight:600;color:#ffffff;margin:0 0 10px;letter-spacing:.5px;}
.les-service-desc{font-size:13px;color:#777;line-height:1.6;margin:0 0 18px;flex:1;}
.les-service-link{font-size:12px;font-weight:500;color:#888;text-decoration:none;letter-spacing:.5px;transition:all .3s ease;border-bottom:1px solid transparent;padding-bottom:2px;}
.les-service-link:hover{color:#ffffff;border-bottom-color:#ffffff;}

/* ===== SERVICES CTA ===== */
.les-services-cta{text-align:center;border-top:1px solid rgba(255,255,255,.06);padding-top:50px;}
.les-services-cta-text{font-size:18px;color:#e0e0e0;margin:0 0 20px;}
.les-services-cta-btn{display:inline-block;background:#ffffff;color:#000000;padding:14px 40px;border:none;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all .3s ease;}
.les-services-cta-btn:hover{background:rgba(255,255,255,0.85);transform:translateY(-2px);}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){.les-services-heading{font-size:32px;}.les-services-grid{grid-template-columns:repeat(2,1fr);gap:20px;}}
@media(max-width:767px){.les-services-page{padding:40px 16px 60px;}.les-services-heading{font-size:26px;}.les-services-grid{grid-template-columns:1fr;gap:16px;}.les-service-card{padding:24px 20px;}.les-service-title{font-size:15px;}.les-services-cta-text{font-size:16px;}}
@media(max-width:480px){.les-services-heading{font-size:22px;}.les-service-card{padding:20px 16px;}.les-service-icon{width:48px;height:48px;}.les-service-icon svg{width:20px;height:20px;}}



/* ==========================================================
   PROCESS PAGE
   ========================================================== */
.les-process-page{max-width:1200px;margin:0 auto;padding:60px 24px 100px;border-top:1px solid rgba(255,255,255,.06);}
.les-process-page-container{max-width:900px;margin:0 auto;}

/* ===== PAGE HEADER ===== */
.les-process-page-header{text-align:center;margin-bottom:60px;}
.les-process-page-label{display:inline-block;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.12);padding:6px 16px;border-radius:100px;font-size:10px;font-weight:600;letter-spacing:2px;color:#ffffff;margin-bottom:16px;text-transform:uppercase;}
.les-process-page-heading{font-size:38px;font-weight:700;letter-spacing:1px;color:#ffffff;margin:0 0 16px;line-height:1.2;text-transform:uppercase;}
.les-process-page-description{color:#888;font-size:14px;max-width:600px;margin:0 auto;line-height:1.7;}

/* ===== TIMELINE ===== */
.les-process-page-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding:20px 0;}

/* ===== STEP ===== */
.les-process-page-step{display:flex;align-items:flex-start;gap:24px;padding:28px 32px;background:#0e0e0e;border:1px solid rgba(255,255,255,.06);border-radius:12px;margin-bottom:20px;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1);text-align:left;}
.les-process-page-step:last-child{margin-bottom:0;}
.les-process-page-step:hover{transform:translateX(8px);border-color:rgba(255,255,255,.15);background:#121212;box-shadow:0 12px 35px rgba(0,0,0,.6);}

/* ===== STEP NUMBER ===== */
.les-process-page-step-number{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#1a1a1a,#0e0e0e);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#ffffff;transition:all .4s ease;position:relative;z-index:2;}
.les-process-page-step:hover .les-process-page-step-number{background:linear-gradient(135deg,#ffffff,#e0e0e0);border-color:#ffffff;color:#000000;box-shadow:0 0 30px rgba(255,255,255,0.08);transform:scale(1.05);}

/* ===== CONNECTING LINE ===== */
.les-process-page-step-line{position:absolute;bottom:-20px;left:50px;width:2px;height:20px;background:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0.02));z-index:1;}
.les-process-page-step:last-child .les-process-page-step-line{display:none;}

/* ===== STEP CONTENT ===== */
.les-process-page-step-content{flex:1;padding-top:4px;}
.les-process-page-step-content h3{font-size:18px;letter-spacing:1px;margin:0 0 6px;font-weight:600;color:#ffffff;}
.les-process-page-step-content p{font-size:14px;color:#888;line-height:1.7;margin:0;}

/* ===== CTA ===== */
.les-process-page-cta{text-align:center;border-top:1px solid rgba(255,255,255,.06);padding-top:50px;margin-top:20px;}
.les-process-page-cta-text{font-size:18px;color:#e0e0e0;margin:0 0 20px;}
.les-process-page-cta-btn{display:inline-block;background:#ffffff;color:#000000;padding:14px 40px;border:none;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all .3s ease;}
.les-process-page-cta-btn:hover{background:rgba(255,255,255,0.85);transform:translateY(-2px);}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:991px){.les-process-page-heading{font-size:32px;}.les-process-page-step{padding:24px 24px;}}
@media(max-width:767px){.les-process-page{padding:40px 16px 60px;}.les-process-page-heading{font-size:26px;}.les-process-page-step{flex-direction:column;align-items:flex-start;gap:14px;padding:20px 18px;}.les-process-page-step-number{width:44px;height:44px;font-size:14px;}.les-process-page-step-content h3{font-size:16px;}.les-process-page-step-content p{font-size:13px;}.les-process-page-step-line{left:38px;height:16px;bottom:-16px;}}
@media(max-width:480px){.les-process-page-heading{font-size:22px;}.les-process-page-step{padding:16px 14px;}.les-process-page-step-number{width:38px;height:38px;font-size:12px;}.les-process-page-step-content h3{font-size:15px;}.les-process-page-step-content p{font-size:12px;}.les-process-page-step-line{left:34px;height:12px;bottom:-12px;}}