*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:Arial,Helvetica,sans-serif;

    background:#ffffff;

    color:#222;

}

header{

    position:sticky;

    top:0;

    z-index:1000;

    background:#ffffff;

    border-bottom:1px solid #ececec;

    box-shadow:0 3px 12px rgba(0,0,0,.05);

}

header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    max-width:1280px;

    margin:auto;

    padding:18px 30px;

}

.logo h1{

    margin:0;

    font-size:30px;

    color:#111827;

    font-weight:700;

}

.logo small{

    display:block;

    margin-top:4px;

    color:#777;

    font-size:13px;

}

nav{

    display:flex;

    gap:28px;

    align-items:center;

}

nav a{

    text-decoration:none;

    color:#374151;

    font-weight:600;

    transition:.25s;

}

nav a:hover{

    color:#2563eb;

}

.hero{

    min-height:85vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f8fafc;

    padding:80px 40px;

}

.hero-content{

    max-width:900px;

    text-align:center;

}

.hero-content h1{

    font-size:58px;

    color:#111827;

    margin-bottom:18px;

    font-weight:800;

    letter-spacing:1px;

}

.hero-content h2{

    font-size:26px;

    color:#2563eb;

    margin-bottom:28px;

    font-weight:600;

}

.hero-content p{

    font-size:22px;

    color:#555;

    line-height:1.8;

    margin-bottom:45px;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary{

    display:inline-block;

    background:#2563eb;

    color:white;

    text-decoration:none;

    padding:18px 42px;

    border-radius:12px;

    font-size:18px;

    font-weight:700;

    transition:0.25s;

}

.btn-primary:hover{

    background:#1d4ed8;

    transform:translateY(-2px);

}

.btn-secondary{

    border:2px solid white;

    color:white;

    text-decoration:none;

    padding:16px 36px;

    border-radius:8px;

    font-size:18px;

}

.services-preview{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:25px;

    padding:70px 30px;

}

.service-card{

    background:white;

    border-radius:12px;

    padding:45px;

    text-align:center;

    font-size:22px;

    font-weight:bold;

    box-shadow:0 8px 18px rgba(0,0,0,.08);

}

@media(max-width:768px){

.hero h1{

font-size:42px;

}

.hero p{

font-size:18px;

}

}

.page-hero{
    background:#0f172a;
    color:white;
    text-align:center;
    padding:90px 30px;
}

.page-hero h1{
    font-size:52px;
    margin-bottom:20px;
}

.page-hero p{
    max-width:800px;
    margin:auto;
    font-size:20px;
    color:#d6d6d6;
    line-height:1.7;
}

.about-section{
    max-width:900px;
    margin:auto;
    padding:70px 30px;
}

.about-section h2{
    font-size:36px;
    margin-bottom:20px;
}

.about-section p{
    font-size:20px;
    line-height:1.8;
}

.footer{

    background:#111827;

    color:white;

    margin-top:80px;

}

.footer-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:40px;

    padding:60px 30px;

}

.footer h3{

    margin-bottom:15px;

}

.footer h4{

    margin-bottom:15px;

}

.footer p{

    color:#cfcfcf;

    line-height:1.8;

}

.copyright{

    border-top:1px solid #333;

    text-align:center;

    padding:20px;

    color:#bfbfbf;

    font-size:14px;

}

.services-page{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:28px;

    padding:70px 30px;

}

.service-box{

    background:white;

    border:1px solid #e5e7eb;

    border-radius:16px;

    padding:35px;

    box-shadow:0 8px 20px rgba(0,0,0,.06);

}

.service-box h3{

    font-size:26px;

    margin-bottom:15px;

}

.service-box p{

    font-size:17px;

    line-height:1.7;

    color:#555;

}

.gallery-list{

    max-width:1200px;

    margin:auto;

    padding:70px 30px;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

}

.project-card{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    border:1px solid #e5e7eb;

}

.project-image{

    height:220px;

    background:#1f2937;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    font-weight:bold;

}

.project-info{

    padding:28px;

}

.project-info h3{

    font-size:25px;

    margin-bottom:10px;

}

.project-info p{

    color:#555;

    margin-bottom:20px;

}

.photo-status{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:25px;

}

.photo-status span{

    background:#dcfce7;

    color:#166534;

    padding:8px 12px;

    border-radius:20px;

    font-size:14px;

    font-weight:bold;

}

.photo-status .missing{

    background:#f3f4f6;

    color:#9ca3af;

}

.view-btn{

    display:inline-block;

    background:#111827;

    color:white;

    text-decoration:none;

    padding:12px 22px;

    border-radius:8px;

}

.admin-dashboard{
    max-width:1000px;
    margin:auto;
    padding:70px 30px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.admin-card{
    display:block;
    background:white;
    color:#111827;
    text-decoration:none;
    padding:35px;
    border-radius:16px;
    font-size:20px;
    font-weight:bold;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    border:1px solid #e5e7eb;
}

.admin-card:hover{
    transform:translateY(-3px);
}

.admin-form-wrap{
    max-width:800px;
    margin:auto;
    padding:60px 30px;
}

.admin-form{
    background:white;
    padding:35px;
    border-radius:16px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    border:1px solid #e5e7eb;
}

.admin-form label{
    display:block;
    font-weight:bold;
    margin-top:18px;
    margin-bottom:8px;
}

.admin-form input{
    width:100%;
    padding:14px;
    font-size:16px;
    border:1px solid #d1d5db;
    border-radius:8px;
}

.admin-form button{
    margin-top:25px;
    background:#111827;
    color:white;
    border:none;
    padding:14px 28px;
    border-radius:8px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.contact-section{
    max-width:900px;
    margin:auto;
    padding:70px 30px;
}

.contact-card{
    background:white;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:40px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.contact-card h2{
    font-size:34px;
    margin-bottom:25px;
}

.contact-card p{
    font-size:19px;
    line-height:1.8;
    margin-bottom:12px;
}

.whatsapp-btn{
    display:inline-block;
    margin-top:25px;
    background:#22c55e;
    color:white;
    text-decoration:none;
    padding:14px 26px;
    border-radius:8px;
    font-weight:bold;
}

.admin-list-wrap{
    max-width:1000px;
    margin:auto;
    padding:60px 30px;
}

.admin-list-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.small-btn{
    background:#111827;
    color:white;
    text-decoration:none;
    padding:12px 20px;
    border-radius:8px;
    font-weight:bold;
}

.admin-list-row{
    background:white;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:24px;
    margin-bottom:16px;
    display:flex;
    justify-content:space-between;
    gap:20px;
    box-shadow:0 6px 16px rgba(0,0,0,.06);
}

.admin-list-row h3{
    margin-bottom:8px;
}

.admin-list-row p{
    color:#666;
}

.row-actions{
    display:flex;
    gap:15px;
    align-items:center;
}

.row-actions a{
    color:#111827;
    font-weight:bold;
    text-decoration:none;
}

.empty-box{
    background:#f9fafb;
    border:1px dashed #d1d5db;
    border-radius:14px;
    padding:40px;
    text-align:center;
    color:#666;
}

.admin-form select,
.admin-form textarea{
    width:100%;
    padding:14px;
    font-size:16px;
    border:1px solid #d1d5db;
    border-radius:8px;
    font-family:Arial,Helvetica,sans-serif;
}

.checkbox-label{
    display:flex !important;
    align-items:center;
    gap:10px;
}

.checkbox-label input{
    width:auto;
}

.project-detail-wrap{
    max-width:900px;
    margin:auto;
    padding:70px 30px;
}

.project-detail-wrap h2{
    font-size:36px;
    margin-bottom:35px;
}

.timeline-item{
    display:grid;
    grid-template-columns:160px 1fr;
    gap:25px;
    margin-bottom:25px;
}

.timeline-type{
    background:#111827;
    color:white;
    padding:18px;
    border-radius:12px;
    text-align:center;
    font-weight:bold;
}

.timeline-content{
    background:white;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:25px;
    box-shadow:0 6px 16px rgba(0,0,0,.06);
}

.timeline-content h3{
    font-size:24px;
    margin-bottom:10px;
}

.timeline-date{
    color:#666;
    margin-bottom:12px;
}

@media(max-width:700px){
    .timeline-item{
        grid-template-columns:1fr;
    }
}

.logo h1{

    margin:0;

    font-size:34px;

    font-weight:700;

}

.logo small{

    display:block;

    color:#777;

    margin-top:4px;

    font-size:13px;

}

.admin-meta{
    margin-top:10px;
    font-size:14px;
    color:#666;
}

.admin-card h3{
    font-size:42px;
    margin-bottom:10px;
    color:#111827;
}

.admin-card p{
    color:#666;
    font-size:16px;
}

.service-icon{
    font-size:42px;
    margin-bottom:18px;
}

.service-includes{
    margin-top:18px;
    padding-left:20px;
    color:#444;
    line-height:1.8;
}

.service-includes li{
    margin-bottom:6px;
}

.featured-services{

    padding:80px 30px;

    background:#ffffff;

}

.featured-services h2{

    text-align:center;

    font-size:38px;

    margin-bottom:50px;

    color:#111827;

}

.featured-services .services-page{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.featured-services .service-box{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:16px;

    padding:35px;

    transition:.25s;

    box-shadow:0 4px 12px rgba(0,0,0,.05);

}

.featured-services .service-box:hover{

    transform:translateY(-6px);

    box-shadow:0 10px 30px rgba(0,0,0,.10);

}

.featured-services .service-icon{

    font-size:52px;

    margin-bottom:20px;

}

.featured-services h3{

    margin-bottom:15px;

    color:#111827;

}

.featured-services p{

    color:#666;

    line-height:1.8;

}

.latest-projects{

    background:#f8fafc;

    padding:80px 30px;

}

.latest-projects h2{

    text-align:center;

    font-size:38px;

    margin-bottom:50px;

    color:#111827;

}

.latest-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.latest-projects .project-card{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 4px 14px rgba(0,0,0,.06);

    transition:.25s;

}

.latest-projects .project-card:hover{

    transform:translateY(-6px);

    box-shadow:0 12px 30px rgba(0,0,0,.12);

}

.latest-projects .project-image{

    height:210px;

    background:linear-gradient(135deg,#111827,#374151);

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    font-weight:700;

}

.latest-projects .project-info{

    padding:28px;

}

.latest-projects .project-info h3{

    font-size:24px;

    margin-bottom:12px;

}

.latest-projects .project-info p{

    color:#666;

    line-height:1.6;

    margin-bottom:22px;

}

.project-detail-wrap{
    max-width:1000px;
    margin:auto;
    padding:80px 30px;
}

.project-detail-wrap h2{
    font-size:38px;
    margin-bottom:40px;
    color:#111827;
}

.timeline-item{
    display:grid;
    grid-template-columns:150px 1fr;
    gap:25px;
    margin-bottom:28px;
}

.timeline-type{
    background:#111827;
    color:white;
    padding:18px;
    border-radius:14px;
    text-align:center;
    font-weight:700;
}

.timeline-content{
    background:white;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:28px;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.timeline-content h3{
    font-size:24px;
    margin-bottom:10px;
    color:#111827;
}

.timeline-date{
    color:#777;
    font-size:15px;
    margin-bottom:12px;
}

.timeline-content p{
    line-height:1.8;
    color:#555;
}

@media(max-width:700px){
    .timeline-item{
        grid-template-columns:1fr;
    }
}

.service-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px 30px;

    margin-top:15px;

    margin-bottom:20px;

}

.service-grid label{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    cursor:pointer;
    padding:14px 16px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    transition:.2s;
    font-weight:600;
}

.service-grid input[type="checkbox"]{
    width:18px;
    height:18px;
    margin:0;
    flex-shrink:0;
}

.service-grid label:hover{

    background:#f3f4f6;

}

.project-options{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:20px 0;
}

.project-options label{
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:12px;
    cursor:pointer;
    background:#f9fafb;
}

.project-service-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:50px;
}

.project-service-badge{
    background:#f3f4f6;
    border:1px solid #e5e7eb;
    padding:12px 18px;
    border-radius:999px;
    font-weight:700;
    color:#111827;
}

.settings-tabs{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

    margin-bottom:30px;

}

.settings-tabs a{

    text-decoration:none;

    background:#f3f4f6;

    color:#111827;

    padding:10px 18px;

    border-radius:10px;

    font-weight:600;

    border:1px solid #e5e7eb;

}

.settings-tabs a:hover{

    background:#1d4ed8;

    color:white;

}

.settings-tabs button{
    border:1px solid #e5e7eb;
    background:#f3f4f6;
    padding:10px 18px;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
}

.settings-tabs button:hover{
    background:#1d4ed8;
    color:white;
}

.profile-layout{

    display:flex;

    gap:30px;

    padding:40px;

}

.profile-menu{

    width:260px;

    display:flex;

    flex-direction:column;

    gap:12px;

}

.profile-menu a{

    text-decoration:none;

    padding:14px 18px;

    border-radius:10px;

    background:#f3f4f6;

    color:#111827;

    font-weight:600;

    border:1px solid #e5e7eb;

}

.profile-menu a:hover{

    background:#1d4ed8;

    color:white;

}

.profile-content{

    flex:1;

    background:white;

    border:1px solid #e5e7eb;

    border-radius:12px;

    padding:30px;

}

.section-desc{
    text-align:center;
    max-width:760px;
    margin:0 auto 40px auto;
    color:#666;
    font-size:18px;
    line-height:1.7;
}

.cover-photo{

    width:100%;
    aspect-ratio:16 / 9;

    object-fit:cover;

    display:block;

    border-radius:18px 18px 0 0;

}

.no-cover{

    width:100%;
    aspect-ratio:16 / 9;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#222;

    color:white;

    font-size:22px;

    border-radius:18px 18px 0 0;

}

.gallery-list{
    max-width:1100px;
    margin:0 auto;
    padding:60px 20px;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
}

.project-card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
    transition:0.2s ease;
}

.project-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,0.14);
}

.project-info{
    padding:22px;
}

.project-info h3{
    margin:0 0 10px 0;
    font-size:22px;
}

.project-info p{
    margin:0 0 18px 0;
    color:#555;
}

.view-btn{
    display:inline-block;
    background:#111;
    color:white;
    padding:10px 16px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

@media(max-width:900px){
    .gallery-list{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:600px){
    .gallery-list{
        grid-template-columns:1fr;
    }
}

.project-detail-wrap{
    max-width:1100px;
    margin:0 auto;
    padding:60px 20px;
}

.project-showcase{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:20px;
    margin-bottom:40px;
}

.showcase-main img{
    width:100%;
    aspect-ratio:16 / 9;
    object-fit:cover;
    border-radius:18px;
}

.showcase-gallery{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.showcase-gallery img{
    width:100%;
    aspect-ratio:1 / 1;
    object-fit:cover;
    border-radius:12px;
}

.project-description{
    margin-bottom:35px;
    line-height:1.7;
}

.project-service-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.project-service-badge{
    padding:10px 14px;
    border-radius:999px;
    background:#f3f4f6;
    font-weight:bold;
}

@media(max-width:800px){
    .project-showcase{
        grid-template-columns:1fr;
    }
}

.showcase-gallery img{
    cursor:pointer;
    transition:.2s;
}

.showcase-gallery img:hover{
    transform:scale(1.03);
}

#mainProjectPhoto{
    cursor:pointer;
}

.photo-lightbox{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.85);
    align-items:center;
    justify-content:center;
    padding:20px;
}

.photo-lightbox img{
    max-width:95%;
    max-height:90%;
    border-radius:12px;
}

.pro-gallery{
    display:grid;
    grid-template-columns:2.2fr 1fr;
    gap:18px;
    align-items:stretch;
}

.pro-main-photo img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:18px;
}

.pro-thumb-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    max-height:520px;
    overflow-y:auto;
}

.pro-thumb-list img{
    width:100%;
    height:124px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
}

.pro-thumb-list img:hover{
    transform:scale(1.03);
}

@media(max-width:800px){
    .pro-gallery{
        grid-template-columns:1fr;
    }

    .pro-main-photo img{
        height:320px;
    }

    .pro-thumb-list{
        grid-template-columns:repeat(3, 1fr);
        max-height:none;
    }

    .pro-thumb-list img{
        height:95px;
    }
}

.hidden-photo{
    display:none;
}

.more-photos{
    height:124px;
    border-radius:12px;
    background:#111;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    cursor:pointer;
}

.more-photos:hover{
    background:#333;
}

.lightbox-close{
    position:absolute;
    top:20px;
    right:25px;
    background:rgba(255,255,255,0.15);
    color:white;
    border:0;
    width:44px;
    height:44px;
    border-radius:50%;
    font-size:32px;
    cursor:pointer;
}

.lightbox-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(255,255,255,0.18);
    color:white;
    border:0;
    width:52px;
    height:52px;
    border-radius:50%;
    font-size:42px;
    cursor:pointer;
}

.lightbox-prev{
    left:25px;
}

.lightbox-next{
    right:25px;
}

.lightbox-arrow:hover,
.lightbox-close:hover{
    background:rgba(255,255,255,0.35);
}

.project-hero-banner{
    background:#111827;
    color:white;
    padding:70px 20px;
    text-align:center;
}

.project-hero-inner{
    max-width:900px;
    margin:0 auto;
}

.project-category-badge{
    display:inline-block;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.25);
    padding:8px 16px;
    border-radius:999px;
    font-weight:bold;
    margin-bottom:18px;
}

.project-hero-banner h1{
    font-size:46px;
    margin:0 0 16px 0;
}

.project-hero-banner p{
    font-size:20px;
    margin:0;
    opacity:.9;
}

@media(max-width:600px){
    .project-hero-banner h1{
        font-size:32px;
    }

    .project-hero-banner{
        padding:50px 18px;
    }
}

.project-info-card{
    background:white;
    border-radius:18px;
    padding:28px;
    margin-top:35px;
    box-shadow:0 8px 24px rgba(0,0,0,0.06);
}

.project-info-card h2{
    margin-top:0;
    margin-bottom:22px;
}

.project-info-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.project-info-item{
    background:#f9fafb;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:18px;
}

.project-info-item span{
    display:block;
    color:#666;
    font-size:14px;
    margin-bottom:8px;
}

.project-info-item strong{
    font-size:18px;
}

.project-info-item.full{
    grid-column:1 / -1;
}

.project-info-item.full p{
    margin:0;
    line-height:1.7;
    color:#444;
}

@media(max-width:700px){
    .project-info-grid{
        grid-template-columns:1fr;
    }
}

.lightbox-counter{

    position:absolute;

    bottom:30px;

    left:50%;

    transform:translateX(-50%);

    background:rgba(0,0,0,.45);

    color:white;

    padding:8px 18px;

    border-radius:999px;

    font-size:15px;

    font-weight:600;

    letter-spacing:.5px;

    backdrop-filter:blur(6px);

}

.brand-demo{

    min-height:85vh;

    background:#0b1220;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    color:white;

}

.brand-demo svg{

    width:min(900px,90vw);

    height:auto;

}

.line{

    fill:none;

    stroke:white;

    stroke-width:4;

}

.crack{

    fill:none;

    stroke:#8b8b8b;

    stroke-width:3;

}

.brand-demo h1{

    margin-top:30px;

    font-size:56px;

    letter-spacing:6px;

}

.brand-demo p{

    opacity:.6;

}

.ksh-ba-section{
    width:100%;
    padding:18px;
    background:linear-gradient(135deg,#151515,#2a241d);
}

.ksh-ba-card{
    max-width:1080px;
    margin:0 auto;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.45);
    background:#000;
}

.ksh-ba-stage{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#000;
    isolation:isolate;
}

.ksh-ba-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform-origin:center center;
    will-change:transform,opacity,filter;
    backface-visibility:hidden;
}

.ksh-ba-before{
    animation:kshBefore 10s ease-in-out infinite;
    z-index:1;
}

.ksh-ba-after{
    animation:kshAfter 10s ease-in-out infinite;
    z-index:2;
}

.ksh-ba-warm-light{
    position:absolute;
    inset:-10%;
    z-index:3;
    background:radial-gradient(circle at 50% 16%,rgba(255,221,150,.55),rgba(255,221,150,.18) 25%,transparent 48%);
    mix-blend-mode:screen;
    opacity:0;
    animation:kshWarm 10s ease-in-out infinite;
    pointer-events:none;
}

.ksh-ba-ceiling-glow{
    position:absolute;
    left:16%;
    right:13%;
    top:4%;
    height:28%;
    z-index:4;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
    filter:blur(18px);
    opacity:0;
    animation:kshCeiling 10s ease-in-out infinite;
    pointer-events:none;
    transform:skewX(-12deg);
}

.ksh-ba-sweep{
    position:absolute;
    top:-30%;
    bottom:-30%;
    width:22%;
    left:-30%;
    z-index:5;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.68),transparent);
    filter:blur(12px);
    transform:rotate(12deg);
    opacity:0;
    animation:kshSweep 10s ease-in-out infinite;
    pointer-events:none;
}

.ksh-ba-vignette{
    position:absolute;
    inset:0;
    z-index:6;
    background:radial-gradient(circle at 50% 50%,transparent 55%,rgba(0,0,0,.48));
    pointer-events:none;
}

.ksh-ba-label{
    position:absolute;
    left:22px;
    top:22px;
    z-index:7;
    padding:8px 14px;
    border-radius:999px;
    font-size:13px;
    letter-spacing:1.8px;
    font-weight:700;
    background:rgba(0,0,0,.42);
    border:1px solid rgba(255,255,255,.28);
    backdrop-filter:blur(8px);
}

.ksh-ba-label-before{
    animation:kshLabelBefore 10s ease-in-out infinite;
}

.ksh-ba-label-after{
    animation:kshLabelAfter 10s ease-in-out infinite;
    background:rgba(167,122,50,.42);
}

.ksh-ba-footer{
    position:absolute;
    left:22px;
    right:22px;
    bottom:18px;
    z-index:7;
    padding:14px 16px;
    border-radius:16px;
    background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.18));
    backdrop-filter:blur(7px);
    animation:kshFooter 10s ease-in-out infinite;
}

.ksh-ba-company{
    font-weight:800;
    letter-spacing:1.2px;
    font-size:18px;
}

.ksh-ba-subtitle{
    font-size:13px;
    opacity:.86;
    margin-top:3px;
}

@keyframes kshBefore{
    0%{opacity:1;transform:scale(1.03);filter:brightness(.72) saturate(.85);}
    24%{opacity:1;transform:scale(1.09) translateX(-1.5%);filter:brightness(.78) saturate(.9);}
    42%{opacity:.22;transform:scale(1.13) translateX(-2.2%);filter:brightness(1.15) blur(5px);}
    52%,100%{opacity:0;transform:scale(1.15);filter:brightness(1.1) blur(8px);}
}

@keyframes kshAfter{
    0%,30%{opacity:0;transform:scale(1.12) translateX(1.8%);filter:brightness(.95) blur(8px) saturate(.95);}
    45%{opacity:.65;transform:scale(1.08) translateX(.8%);filter:brightness(1.08) blur(2px) saturate(1.06);}
    62%{opacity:1;transform:scale(1.04);filter:brightness(1.05) blur(0) saturate(1.05);}
    100%{opacity:1;transform:scale(1.09) translateX(-1%);filter:brightness(1.03) saturate(1.05);}
}

@keyframes kshSweep{
    0%,25%{left:-35%;opacity:0;}
    34%{opacity:.88;}
    52%{left:115%;opacity:.08;}
    100%{left:115%;opacity:0;}
}

@keyframes kshWarm{
    0%,32%{opacity:0;}
    47%{opacity:.62;}
    68%{opacity:.34;}
    100%{opacity:.2;}
}

@keyframes kshCeiling{
    0%,36%{opacity:0;transform:translateY(-20px) skewX(-12deg);}
    54%{opacity:.74;transform:translateY(0) skewX(-12deg);}
    100%{opacity:.36;transform:translateY(4px) skewX(-12deg);}
}

@keyframes kshLabelBefore{
    0%,32%{opacity:1;transform:translateY(0);}
    43%,100%{opacity:0;transform:translateY(-10px);}
}

@keyframes kshLabelAfter{
    0%,42%{opacity:0;transform:translateY(10px);}
    56%,100%{opacity:1;transform:translateY(0);}
}

@keyframes kshFooter{
    0%,35%{opacity:0;transform:translateY(18px);}
    50%,100%{opacity:1;transform:translateY(0);}
}

@media(max-width:700px){
    .ksh-ba-section{
        padding:10px;
    }

    .ksh-ba-card{
        border-radius:16px;
    }

    .ksh-ba-stage{
        aspect-ratio:4/5;
    }

    .ksh-ba-label{
        left:14px;
        top:14px;
        font-size:11px;
    }

    .ksh-ba-footer{
        left:12px;
        right:12px;
        bottom:12px;
    }

    .ksh-ba-company{
        font-size:14px;
    }

    .ksh-ba-subtitle{
        font-size:11px;
    }
}

.ksh-ba-blueprint{
    position:absolute;
    inset:0;
    z-index:6;
    pointer-events:none;
    opacity:0;
    animation:kshBlueprint 10s ease-in-out infinite;
}

.bp-line{
    position:absolute;
    height:2px;
    background:rgba(255,255,255,.72);
    box-shadow:0 0 12px rgba(255,255,255,.45);
}

.bp-line-1{
    left:12%;
    top:22%;
    width:72%;
}

.bp-line-2{
    left:18%;
    top:38%;
    width:58%;
}

.bp-line-3{
    left:26%;
    top:56%;
    width:46%;
}

.bp-box{
    position:absolute;
    border:2px solid rgba(255,255,255,.65);
    box-shadow:0 0 14px rgba(255,255,255,.28);
}

.bp-box-1{
    left:18%;
    top:18%;
    width:22%;
    height:22%;
}

.bp-box-2{
    right:16%;
    top:28%;
    width:24%;
    height:30%;
}

@keyframes kshBlueprint{
    0%,28%{
        opacity:0;
        transform:scale(.98);
    }

    38%{
        opacity:.9;
        transform:scale(1);
    }

    52%{
        opacity:.65;
    }

    64%,100%{
        opacity:0;
        transform:scale(1.03);
    }
}

.ksh-ba-services{
    position:absolute;
    left:22px;
    right:22px;
    bottom:72px;
    z-index:8;
    text-align:left;
    color:rgba(255,255,255,.88);
    font-size:13px;
    letter-spacing:1.5px;
    font-weight:600;
    opacity:0;
    animation:kshServicesReveal 10s ease-in-out infinite;
}

@keyframes kshServicesReveal{
    0%,58%{
        opacity:0;
        transform:translateY(12px);
    }

    72%,100%{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:700px){
    .ksh-ba-services{
        left:12px;
        right:12px;
        bottom:66px;
        font-size:10px;
        letter-spacing:.8px;
    }
}

/* =========================
   KSH Header 2.0
========================= */

.site-header{
    position:sticky;
    top:0;
    z-index:9999;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;

    padding:14px 42px;

    background:rgba(255,255,255,.78);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(255,255,255,.28);

    box-shadow:
        0 10px 35px rgba(0,0,0,.06);

    transition:.30s;
}

.brand{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:#111;
}

.brand-logo{
    width:64px;
    height:64px;
    object-fit:contain;
    transition:.30s;
}

.brand-title{
    font-size:26px;
    font-weight:800;
    letter-spacing:.5px;
    line-height:1.1;
}

.brand-slogan{
    font-size:13px;
    color:#666;
    margin-top:4px;
}

.main-nav{
    display:flex;
    align-items:center;
    gap:28px;
}

.main-nav a{
    color:#111;
    text-decoration:none;
    font-weight:600;
    font-size:15px;
}

.main-nav a{
    position:relative;
}

.main-nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#c99b41;

    transition:.30s;

}

.main-nav a:hover{

    color:#b8862b;

}

.main-nav a:hover::after{

    width:100%;

}

/* Mobile */
@media(max-width:700px){

    .site-header{
        position:sticky;
        top:0;
        z-index:9999;

        padding:10px 14px;
        gap:10px;

        background:rgba(255,255,255,.82);

        backdrop-filter:blur(18px);
        -webkit-backdrop-filter:blur(18px);

        border-bottom:1px solid rgba(255,255,255,.35);

        box-shadow:0 8px 25px rgba(0,0,0,.08);
    }

    .brand-logo{
        width:46px;
        height:46px;
    }

    .brand-title{
        font-size:20px;
        line-height:1.05;
    }

    .brand-slogan{
        font-size:11px;
        max-width:190px;
    }

    .main-nav{
        gap:14px;
        overflow-x:auto;
        white-space:nowrap;
        padding-bottom:4px;
    }

    .main-nav a{
        font-size:14px;
    }
}

/* =========================
   Mobile Hamburger Menu
========================= */

.menu-toggle{
    display:none;
    border:0;
    background:#111;
    color:white;
    width:42px;
    height:42px;
    border-radius:10px;
    font-size:22px;
    cursor:pointer;
}

@media(max-width:700px){

    .site-header{
        position:relative;
    }

    .menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-shrink:0;
    }

    .main-nav{
        display:none;
        position:absolute;
        top:100%;
        left:12px;
        right:12px;
        background:white;
        border:1px solid rgba(0,0,0,.08);
        border-radius:14px;
        box-shadow:0 12px 30px rgba(0,0,0,.12);
        padding:12px;
        z-index:9999;
    }

    .main-nav.open{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap:6px;
    }

    .main-nav a{
        padding:12px 14px;
        border-radius:10px;
        font-size:15px;
    }

    .main-nav a:hover{
        background:#f5f5f5;
    }
}

/* =========================
   FORCE Mobile Glass Header
========================= */

@media(max-width:700px){

    header.site-header{
        position:sticky !important;
        top:0 !important;
        z-index:99999 !important;

        background:rgba(255,255,255,.82) !important;

        backdrop-filter:blur(18px) !important;
        -webkit-backdrop-filter:blur(18px) !important;

        box-shadow:0 8px 25px rgba(0,0,0,.12) !important;
        border-bottom:1px solid rgba(255,255,255,.35) !important;

        padding:10px 14px !important;
    }

}