/* Futuristic Leather Theme Variables */
:root {
    --leather-brown: #4A2C17;
    --leather-dark: #2D1810;
    --leather-light: #8B6239;
    --leather-tan: #D2691E;
    --sky-blue: #87CEEB;
    --light-blue: #ADD8E6;
    --nature-green: #228B22;
    --light-green: #90EE90;
    --black: #000000;
    --white: #FFFFFF;
    --gray: #333333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: var(--white);
    overflow-x: hidden;
    position: relative;
}

/* Cyber Grid Background */
.cyber-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.1;
}

.grid-line {
    position: absolute;
    background: var(--sky-blue);
    opacity: 0.5;
}

.grid-line:nth-child(1),
.grid-line:nth-child(2),
.grid-line:nth-child(3) {
    width: 1px;
    height: 100%;
    top: 0;
}

.grid-line:nth-child(1) { left: 25%; }
.grid-line:nth-child(2) { left: 50%; }
.grid-line:nth-child(3) { left: 75%; }

.grid-line:nth-child(4),
.grid-line:nth-child(5) {
    width: 100%;
    height: 1px;
    left: 0;
}

.grid-line:nth-child(4) { top: 33%; }
.grid-line:nth-child(5) { top: 66%; }

/* Leather Texture Overlay */
.leather-texture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.03;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 35px,
        rgba(139, 98, 57, 0.1) 35px,
        rgba(139, 98, 57, 0.1) 70px
    );
}

/* Futuristic Navigation */
.navbar-future {
    background: linear-gradient(135deg, rgba(0,0,0,0.9), rgba(74,44,23,0.9));
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 2px solid var(--sky-blue);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 5% 100%, 0 85%);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-future {
    position: relative;
}

.logo-shape {
    background: linear-gradient(135deg, var(--sky-blue), var(--nature-green));
    padding: 0.5rem 2rem;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
}

.logo-text {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--white);
    letter-spacing: 3px;
}

.logo-sub {
    font-size: 0.7rem;
    letter-spacing: 2px;
    opacity: 0.8;
}

.nav-menu-future {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link-future {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s;
    padding: 0.5rem 0;
}

.nav-link-future::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    color: var(--sky-blue);
    transition: width 0.3s;
}

.nav-link-future:hover::before,
.nav-link-future.active::before {
    width: 100%;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.menu-line {
    width: 30px;
    height: 2px;
    background: var(--sky-blue);
    transition: all 0.3s;
}

/* Futuristic Hero Section */
.hero-future {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 2rem 80px;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(74,44,23,0.5)),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23222" width="100" height="100"/><polygon fill="none" stroke="%2387CEEB" stroke-width="0.1" points="50,10 90,35 90,75 50,90 10,75 10,35"/></svg>');
    background-size: cover, 100px 100px;
}

.hero-container-future {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: var(--leather-brown);
    color: var(--white);
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}

.hero-title-future {
    font-family: 'Bebas Neue', cursive;
    line-height: 0.9;
    margin-bottom: 1.5rem;
}

.title-line-1 {
    display: block;
    font-size: 3rem;
    color: var(--sky-blue);
    letter-spacing: 5px;
}

.title-line-2 {
    display: block;
    font-size: 5rem;
    background: linear-gradient(90deg, var(--leather-tan), var(--leather-brown));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
}

.title-line-3 {
    display: block;
    font-size: 2rem;
    color: var(--nature-green);
    letter-spacing: 8px;
}

.hero-desc-future {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.hero-buttons-future {
    display: flex;
    gap: 1.5rem;
}

.btn-future {
    position: relative;
    padding: 1rem 2rem;
    background: transparent;
    border: none;
    color: var(--white);
    font-family: 'Orbitron', monospace;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
}

.btn-future.primary {
    background: linear-gradient(135deg, var(--sky-blue), var(--nature-green));
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.btn-future.secondary {
    border: 2px solid var(--leather-tan);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}

.btn-corner {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid var(--sky-blue);
}

.btn-corner.tl { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.btn-corner.tr { top: -2px; right: -2px; border-left: none; border-bottom: none; }
.btn-corner.bl { bottom: -2px; left: -2px; border-right: none; border-top: none; }
.btn-corner.br { bottom: -2px; right: -2px; border-left: none; border-top: none; }

.btn-future:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(135, 206, 235, 0.3);
}

/* Hexagon Gallery */
.hexagon-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    position: relative;
}

.hex-item {
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: all 0.3s;
}

.hex-item:nth-child(2) {
    margin-top: 125px;
}

.hex-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hex-item:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 40px rgba(135, 206, 235, 0.5);
}

/* Section Headers */
.section-header-future {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title-future {
    font-family: 'Bebas Neue', cursive;
    font-size: 3rem;
    position: relative;
    display: inline-block;
}

.title-bg {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    opacity: 0.1;
    color: var(--leather-brown);
    z-index: -1;
}

.title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--sky-blue), transparent);
    margin: 1rem auto;
}

/* Products Section */
.products-future {
    padding: 100px 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(74,44,23,0.3));
}

.product-categories-future {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.cat-btn {
    padding: 0.75rem 2rem;
    background: transparent;
    color: var(--white);
    border: 1px solid var(--leather-tan);
    font-family: 'Orbitron', monospace;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.cat-btn:hover,
.cat-btn.active {
    background: var(--leather-tan);
    transform: translateY(-2px);
}

.products-grid-future {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card-future {
    background: rgba(0,0,0,0.5);
    border: 1px solid var(--leather-brown);
    overflow: hidden;
    transition: all 0.3s;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.product-card-future:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(135, 206, 235, 0.3);
}

.product-image-future {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-info-future {
    padding: 1.5rem;
}

.product-name-future {
    font-family: 'Orbitron', monospace;
    font-size: 1.2rem;
    color: var(--sky-blue);
    margin-bottom: 0.5rem;
}

.product-desc {
    color: #999;
    font-size: 0.9rem;
}

/* Process Section */
.process-future {
    padding: 100px 20px;
    background: rgba(0,0,0,0.9);
}

.process-timeline-future {
    max-width: 1200px;
    margin: 0 auto;
}

.process-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 6rem;
    align-items: center;
}

.process-card.reverse {
    direction: rtl;
}

.process-card.reverse .process-content {
    direction: ltr;
}

.process-image {
    position: relative;
    overflow: hidden;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.process-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--leather-brown);
    padding: 0.5rem 1.5rem;
    color: white;
    font-family: 'Orbitron', monospace;
    font-weight: 700;
    letter-spacing: 2px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}

.process-content h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    color: var(--sky-blue);
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.process-content p {
    color: #ccc;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.process-list {
    list-style: none;
    padding: 0;
}

.process-list li {
    padding: 0.5rem 0;
    padding-left: 30px;
    position: relative;
    color: #999;
}

.process-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: var(--nature-green);
}

.process-video-section {
    margin-top: 4rem;
    text-align: center;
}

.process-video-section h3 {
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--leather-tan);
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.video-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    transition: all 0.3s;
}

.video-card:hover {
    transform: scale(1.05);
}

.video-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.video-card:hover .video-overlay {
    opacity: 1;
}

.video-overlay span {
    font-size: 3rem;
    color: var(--sky-blue);
    margin-bottom: 1rem;
}

.video-overlay p {
    font-family: 'Orbitron', monospace;
    letter-spacing: 2px;
}

/* Gallery Section */
.gallery-future {
    padding: 100px 20px;
    background: linear-gradient(180deg, rgba(74,44,23,0.3), rgba(0,0,0,0.9));
}

.gallery-grid-future {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.gallery-item-future {
    position: relative;
    overflow: hidden;
    height: 400px;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    transition: all 0.3s;
}

.gallery-item-future img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-item-future:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 2rem;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.gallery-item-future:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    font-family: 'Orbitron', monospace;
    color: var(--sky-blue);
    margin-bottom: 0.5rem;
}

.gallery-overlay p {
    color: #999;
}

/* About Section */
.about-future {
    padding: 100px 20px;
    background: rgba(0,0,0,0.8);
}

.about-content-future {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text-future h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 3rem;
    color: var(--leather-tan);
    margin-bottom: 1rem;
}

.about-subtitle {
    font-family: 'Orbitron', monospace;
    color: var(--sky-blue);
    margin-bottom: 2rem;
    letter-spacing: 2px;
}

.about-text-future p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    background: rgba(74,44,23,0.3);
    padding: 1.5rem;
    text-align: center;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    border: 1px solid var(--leather-brown);
}

.stat-number {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5rem;
    color: var(--nature-green);
}

.stat-label {
    font-family: 'Orbitron', monospace;
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: #999;
}

.about-image-container {
    position: relative;
}

.about-image-container img {
    width: 100%;
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

.image-frame {
    position: absolute;
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid var(--sky-blue);
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
    pointer-events: none;
}

/* Contact Section */
.contact-future {
    padding: 100px 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(74,44,23,0.5));
}

.contact-content-future {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info-future {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.info-card {
    background: rgba(0,0,0,0.5);
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--leather-brown);
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    transition: all 0.3s;
}

.info-card:hover {
    background: rgba(74,44,23,0.3);
    transform: translateY(-5px);
}

.info-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.info-card h3 {
    font-family: 'Orbitron', monospace;
    color: var(--sky-blue);
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.info-card p {
    color: #999;
}

.info-card a {
    color: var(--nature-green);
    text-decoration: none;
    transition: color 0.3s;
}

.info-card a:hover {
    color: var(--sky-blue);
}

.contact-form-future {
    display: grid;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.contact-form-future input,
.contact-form-future select,
.contact-form-future textarea {
    padding: 1rem;
    background: rgba(0,0,0,0.5);
    border: 1px solid var(--leather-brown);
    color: white;
    font-family: 'Rajdhani', sans-serif;
    clip-path: polygon(5px 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}

.contact-form-future input::placeholder,
.contact-form-future textarea::placeholder {
    color: #666;
}

.contact-form-future input:focus,
.contact-form-future select:focus,
.contact-form-future textarea:focus {
    outline: none;
    border-color: var(--sky-blue);
}

/* Footer */
.footer-future {
    background: var(--leather-dark);
    padding: 60px 20px 20px;
    border-top: 2px solid var(--leather-brown);
    clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
}

.footer-content-future {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    font-family: 'Orbitron', monospace;
    color: var(--sky-blue);
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.footer-section p {
    color: #999;
    line-height: 1.8;
}

.footer-section a {
    display: block;
    color: #999;
    text-decoration: none;
    padding: 0.25rem 0;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--nature-green);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--leather-brown);
    color: #666;
    font-family: 'Orbitron', monospace;
    letter-spacing: 2px;
}

/* Notification */
.notification-future {
    position: fixed;
    top: 100px;
    right: -400px;
    padding: 1rem 2rem;
    background: var(--leather-brown);
    color: white;
    font-family: 'Orbitron', monospace;
    letter-spacing: 1px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    transition: right 0.3s;
    z-index: 2000;
}

.notification-future.show {
    right: 20px;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu-future {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: var(--leather-dark);
        flex-direction: column;
        padding: 2rem;
    }
    
    .nav-menu-future.active {
        display: flex;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .hero-container-future,
    .about-content-future,
    .contact-content-future {
        grid-template-columns: 1fr;
    }
    
    .hexagon-gallery {
        grid-template-columns: 1fr;
    }
    
    .hex-item:nth-child(2) {
        margin-top: 0;
    }
    
    .process-card,
    .process-card.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    
    .stats-grid,
    .contact-info-future {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}