:root {
    --bg: #050505;
    --text: #fff;
    --accent: #ff4500;
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; }

body, html {
    width: 100%;
    background: #000;
    font-family: 'Manrope', sans-serif;
    color: var(--text);
    overflow-x: hidden;
}

h1, h2, h4 { font-family: 'Oswald', sans-serif; text-transform: uppercase; margin: 0; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; color: inherit; }

.main-nav {
    position: fixed; top: 0; left: 0; width: 100%; height: 100px;
    display: grid; grid-template-columns: 1fr 2fr 1fr;
    align-items: center; padding: 0 40px; z-index: 1000;
}
.logo-wrapper { display: flex; justify-content: center; align-items: center; }
.logo-wrapper img { height: 60px; width: auto; object-fit: contain; }
.menu-btn { display: flex; align-items: center; gap: 12px; cursor: pointer; z-index: 1002; }

.menu-text { 
    font-family: 'Chakra Petch', sans-serif !important; 
    font-size: 0.85rem; 
    letter-spacing: 3px; 
    font-weight: 700; 
}

.hamburger-icon { width: 30px; height: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.bar { width: 100%; height: 2px; background-color: #ffffff; transition: 0.3s; }

.scroll-down-global {
    position: fixed; bottom: 30px; left: 50%; 
    transform: translateX(-50%); z-index: 998; 
    display: flex; flex-direction: column; align-items: center; 
    opacity: 0.6; cursor: pointer; pointer-events: auto; 
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.scroll-down-global:hover {
    opacity: 1;
}

.scroll-down-global.is-bottom .arrow {
    animation: none; 
    transform: rotate(180deg); 
    height: 40px;
    margin-top: 10px;
}

.scroll-down-global span { font-family: 'Oswald'; font-size: 0.7rem; letter-spacing: 4px; margin-bottom: 10px; color: #fff; }
.scroll-down-global .arrow { width: 1px; height: 60px; background: #fff; animation: scrollAnim 2s infinite; }
@keyframes scrollAnim { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

.menu-overlay {
    position: fixed; top: 0; left: 0; 
    width: auto; 
    padding-right: 120px; 
    height: 100vh;
    background: #0a0a0a; z-index: 1050; display: flex; flex-direction: column; 
    justify-content: center; padding-left: 80px; transform: translateX(-100%);
}

.menu-list a { 
    display: block; 
    font-family: 'Chakra Petch', sans-serif !important; 
    font-weight: 700; 
    font-size: 3rem; 
    color: #ffffff !important; 
    text-transform: uppercase; 
    line-height: 1.1; 
    margin: 15px 0; 
    transition: 0.4s; 
    letter-spacing: 2px; 
}
.menu-list a:hover { color: var(--accent) !important; transform: translateX(15px); }

.menu-close { 
    position: absolute; 
    top: 40px; 
    left: 40px; 
    cursor: pointer; 
    color: #fff; 
    z-index: 1055; 
	font-family: 'Chakra Petch', sans-serif !important;
    font-weight: 700;
	letter-spacing: 2px;
}

.panel { position: relative; width: 100%; height: 100vh; overflow: hidden; background: #000; margin-top: -1px; }

.hero-slider { margin-top: 0; z-index: 5; }
.mySwiper { width: 100%; height: 100%; position: relative; }
.swiper-slide { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.slide-media { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; width: 100%; }
.hero-content h1 { font-size: 7.5vw; line-height: 1.1; color: #fff; text-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.hero-subtitle { font-size: clamp(1.2rem, 3vw, 1.8rem) !important; color: #fff; margin-top: 25px !important; letter-spacing: 5px !important; text-transform: uppercase; font-weight: 300; opacity: 0.8; }

.swiper-button-next, .swiper-button-prev { color: var(--accent) !important; z-index: 100 !important; top: 50% !important; transform: translateY(-50%) scale(0.8); opacity: 1 !important; pointer-events: auto !important; }


.pinned-bg-wrapper { position: absolute; inset: 0; z-index: 1; }
.p-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.p-bg.active {
    opacity: 1;
}
.image-overlay-pinned { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent, rgba(0,0,0,0.8)); z-index: 2; }
.pinned-text-container { position: relative; z-index: 3; height: 100vh; display: flex; align-items: center; justify-content: center; }
.p-text { position: absolute; text-align: center; opacity: 0; width: 100%; }
.p-text h2 { 
    font-size: clamp(3.5rem, 12vw, 8rem); 
    -webkit-text-stroke: 1px rgba(255,255,255,0.7);
    color: transparent; 
    line-height: 1; 
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.9));
    text-transform: uppercase;
}

.p-text p { 
    font-size: clamp(1rem, 3.5vw, 2.5rem); 
    color: var(--accent); 
    margin-top: 15px; 
    letter-spacing: clamp(1px, 0.8vw, 5px); 
    line-height: 1.3;
    max-width: 90%; 
    margin-left: auto;
    margin-right: auto;
}
.about-section { 
    background: #080808; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 100px 50px; 
    height: auto !important; 
    min-height: 100vh; 
}.about-container { max-width: 1100px; border-left: 3px solid var(--accent); padding-left: 60px; }

.responsive-title { 
    font-size: clamp(1.8rem, 6vw, 4.5rem) !important; 
    line-height: 1.05; margin-bottom: 40px; 
    text-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.about-content h4 { color: var(--accent); letter-spacing: 5px; margin-bottom: 20px; font-size: 0.9rem; }
.about-content p { font-size: 1.1rem; color: #999; max-width: 700px; margin-bottom: 40px; line-height: 1.6; }
.btn-text { color: #fff; border-bottom: 1px solid var(--accent); padding-bottom: 8px; font-weight: 600; letter-spacing: 2px; }

.gallery-section { padding: 120px 5% 80px; height: auto !important; min-height: 100vh; background: #000; }
.gallery-title { text-align: center; margin-bottom: 60px; }
.gallery-title h2 { font-size: 3.5rem; letter-spacing: 12px; color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 100%; max-width: 1400px; margin: 0 auto; }
.grid-item { aspect-ratio: 1 / 1; background-size: cover; background-position: center; cursor: pointer; overflow: hidden; display: flex; align-items: center; justify-content: center; transition: 0.5s; filter: grayscale(1) brightness(0.6); }
.grid-item:hover { filter: grayscale(0) brightness(1); transform: scale(1.03); z-index: 10; box-shadow: 0 0 30px rgba(255, 69, 0, 0.4); }
.grid-item span { font-family: 'Oswald'; color: var(--accent); opacity: 0; transition: 0.4s; }
.grid-item:hover span { opacity: 1; }

.gallery-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: 0.4s; }
.gallery-modal.active { opacity: 1; pointer-events: auto; }
.modal-img { max-width: 90%; max-height: 90%; object-fit: contain; transform: scale(0.9); transition: 0.5s; }
.gallery-modal.active .modal-img { transform: scale(1); }
.modal-close { position: absolute; top: 40px; right: 40px; color: #fff; font-size: 2.5rem; cursor: pointer; z-index: 2100; }

.loader { position: fixed; inset: 0; background: #000; z-index: 9999; display: flex; align-items: center; justify-content: center; }
.loader-logo {
    width: clamp(250px, 40vw, 500px); 
    animation: pulse 1.5s infinite; 
}
.loader-logo img { width: 100%; height: auto; display: block; }

@keyframes pulse { 0%, 100% { opacity: 0.2; } 50% { opacity: 1; } }

@media (max-width: 1024px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
    .main-nav { grid-template-columns: 1fr 1fr; padding: 0 20px; height: 80px; }
    .logo-wrapper img { height: 45px; }
    .menu-overlay { width: 100%; padding-left: 0; align-items: center; text-align: center; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hero-content h1 { font-size: 14vw; }
    .hero-subtitle { font-size: 1.1rem !important; letter-spacing: 3px !important; margin-top: 15px !important; }
    .p-text h2 { font-size: 4rem; }
    .scroll-down-global { bottom: 20px; }
    .scroll-down-global .arrow { height: 40px; }
}


.lang-wrapper {
    justify-self: end;
    position: relative;
    cursor: pointer;
    z-index: 1005;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
}

.lang-current i {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(10, 10, 10, 0.95);
    border-top: 2px solid var(--accent); 
    padding: 10px 0;
    list-style: none;
    min-width: 80px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.lang-dropdown li a {
    display: block;
    padding: 8px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: #999 !important;
    text-align: right;
    transition: 0.3s;
}

.lang-dropdown li a:hover, 
.lang-dropdown li a.active-lang {
    color: var(--accent) !important;
    background: rgba(255, 69, 0, 0.05);
}

@media (max-width: 768px) {
    .main-nav { 
        grid-template-columns: 1fr auto 1fr; 
        padding: 0 15px; 
        height: 70px; 
        gap: 10px;
    }
    .logo-wrapper { justify-content: center; }
    .logo-wrapper img { height: 35px; }
    .menu-text { display: none; }
    .lang-wrapper { justify-self: end; }
    .lang-current { font-size: 0.8rem; padding: 5px 0; }
    .lang-dropdown { min-width: 60px; }
}

.tech-highlights {
    padding: 150px 10%;
    background: #050505;
    display: flex;
    flex-direction: column;
    gap: 150px;
    height: auto !important; 
    min-height: 100vh;
}

.highlight-item { display: flex; align-items: center; gap: 80px; width: 100%; }
.highlight-item.reverse { flex-direction: row-reverse; }
.h-image { flex: 1.2; position: relative; overflow: visible; }
.h-image img { width: 100%; height: auto; display: block; filter: grayscale(0.5) contrast(1.1); transition: 0.5s ease; }
.h-image:hover img { filter: grayscale(0); }

.corner-accent { position: absolute; width: 40px; height: 40px; border: 3px solid var(--accent); z-index: 5; }
.top-left { top: -15px; left: -15px; border-right: 0; border-bottom: 0; }
.top-right { top: -15px; right: -15px; border-left: 0; border-bottom: 0; }

.h-content { flex: 1; }
.h-label { color: var(--accent); letter-spacing: 4px; margin-bottom: 20px; font-size: 0.85rem; }
.h-title { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.1; margin-bottom: 30px; color: #fff; }
.h-text { font-size: 1.1rem; color: #888; line-height: 1.6; max-width: 450px; }

@media (max-width: 992px) {
    .highlight-item, .highlight-item.reverse { flex-direction: column; gap: 50px; text-align: center; }
    .h-text { margin: 0 auto; }
    .tech-highlights { padding: 100px 5%; gap: 100px; }
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 3px;
    color: var(--accent);
    transition: 0.3s;
}
.read-more-btn i { font-size: 0.7rem; transition: transform 0.3s; }
.read-more-btn:hover { color: #fff; }
.read-more-btn:hover i { transform: rotate(90deg); }

.specs-grid {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 40px 30px; 
    margin-bottom: 60px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.spec-item {
    display: flex;
    flex-direction: column;
    text-align: center; 
    flex: 0 0 30%; 
    min-width: 140px; 
    transition: 0.3s ease; 
    border-bottom: 1px solid #eee; 
    padding-bottom: 15px;
}

.s-label { font-size: 0.7rem; color: #888; display: block; text-transform: uppercase; }
.s-value { font-size: 1.4rem; font-family: 'Oswald'; color: #000; font-weight: 500; }

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.video-modal.active { opacity: 1; pointer-events: auto; }
.video-wrapper { width: 80%; max-width: 1600px; aspect-ratio: 16 / 9; box-shadow: 0 0 50px rgba(0,0,0,0.8); background: #000; }
.modal-video-player { width: 100%; height: 100%; object-fit: contain; outline: none; }
.video-close { position: absolute; top: 30px; right: 40px; color: #fff; font-size: 3rem; cursor: pointer; z-index: 2600; transition: 0.3s; }
.video-close:hover { color: var(--accent); transform: rotate(90deg); }

.footer {
    min-height: 60vh; 
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden; 
}

.footer-content { position: relative; z-index: 2; }

.footer-logo {
    height: clamp(80px, 15vw, 200px);
    width: auto;
    object-fit: contain;
    margin-bottom: clamp(20px, 4vw, 40px);
    opacity: 0.5; 
    transition: all 0.3s ease;
}

.footer-content h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem); 
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 15px; 
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.footer-subtext {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: #888;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.contact-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap; 
}

.c-link {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    color: #888;
    letter-spacing: 2px;
    transition: 0.3s;
}
.c-link:hover { color: var(--accent); text-shadow: 0 0 10px rgba(255, 69, 0, 0.6); }

.separator { color: #444; font-size: 1.2rem; }

.social-wrapper { display: flex; justify-content: center; gap: 30px; margin-bottom: 50px; width: 100%; }
.s-icon {
    font-size: 1.8rem;
    color: #fff;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
}
.s-icon:hover { color: #000; background: var(--accent); border-color: var(--accent); transform: scale(1.1); box-shadow: 0 0 20px rgba(255, 69, 0, 0.4); }

.footer-bottom p { font-family: 'Manrope', sans-serif; font-size: 0.75rem; color: #FFFFFF; letter-spacing: 3px; text-transform: uppercase; margin-top: 20px; }

.agency-link {
    display: block; 
    font-family: 'Oswald', sans-serif;
    font-size: 0.65rem; 
    color: #FFFFFF; 
    margin-top: 15px;
    text-decoration: none;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    opacity: 0.7;
}
.agency-link:hover { color: var(--accent); opacity: 1; letter-spacing: 4px; }

.footer-ghost-wrapper {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    z-index: 0; pointer-events: none;
}
.ghost-logo { width: 85%; max-width: 1400px; height: auto; opacity: 0.04; }

@media (max-width: 768px) {
    .contact-links { flex-direction: column; gap: 10px; }
    .separator { display: none; } 
    .s-icon { width: 50px; height: 50px; font-size: 1.5rem; }
    .footer { height: auto; padding: 80px 20px; }
    .footer-subtext { font-size: 0.95rem; padding: 0 20px; margin-bottom: 30px; }
}

@media (max-width: 768px) {
.about-section { 
        display: block !important; 
        padding: 80px 20px !important; 
        width: 100% !important; 
        box-sizing: border-box; 
        overflow-x: hidden; 
        height: auto !important; 
        min-height: 100vh; 
    }
    .about-container { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding-left: 20px !important; border-left: 3px solid var(--accent) !important; box-sizing: border-box; }
    .about-content { width: 100% !important; padding-right: 0 !important; }
    .about-content p { font-size: 0.95rem !important; line-height: 1.5 !important; width: 100%; }
    .btn-text { font-size: 0.85rem !important; display: inline-block; margin-top: 20px; white-space: nowrap; }
    .responsive-title { font-size: 2rem !important; word-wrap: break-word; }
}

.robo {
    font-family: 'Chakra Petch', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px; 
}

@media (max-width: 768px) {
    .video-wrapper { width: 100% !important; border-radius: 0; }
}