﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
}

body {
    background: #ffffff;
    color: #1a1a1a;
}

/* SkyIT Corporate Bar */
.skyit-bar {
    background: #1a1a2e;
    padding: 8px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.8rem;
    color: #e0d5c0;
}

    .skyit-bar a {
        color: #c4a882;
        text-decoration: none;
        margin-left: 15px;
    }

    .skyit-bar i {
        margin-right: 5px;
    }

/* Free Shipping Banner */
.shipping-banner {
    background: #f5f0eb;
    text-align: center;
    padding: 10px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

    .shipping-banner i {
        margin: 0 8px;
        color: #8b7355;
    }

#app {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

/* Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.logo {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.5px;
}

    .logo strong {
        font-weight: 700;
        color: #8b7355;
    }

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.search-wrapper {
    position: relative;
}

    .search-wrapper i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
    }

    .search-wrapper input {
        padding: 12px 20px 12px 45px;
        border: 1px solid #e0e0e0;
        border-radius: 30px;
        width: 280px;
        font-size: 0.9rem;
        outline: none;
        transition: border 0.2s;
    }

        .search-wrapper input:focus {
            border-color: #8b7355;
        }

.header-icons {
    display: flex;
    gap: 20px;
}

    .header-icons a {
        color: #1a1a1a;
        text-decoration: none;
        font-size: 1.2rem;
        position: relative;
    }

.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #8b7355;
    color: white;
    font-size: 0.65rem;
    padding: 3px 7px;
    border-radius: 20px;
    font-weight: 600;
}

/* Navigation */
.nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px 0;
}

    .nav a {
        text-decoration: none;
        color: #666;
        font-weight: 500;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        transition: all 0.2s;
    }

        .nav a.active {
            color: #1a1a1a;
            border-bottom-color: #8b7355;
        }

/* Hero Grid */
.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
    margin: 30px 0;
}

.hero-main {
    background: linear-gradient(135deg, #faf6f0 0%, #efe5d9 100%);
    border-radius: 30px;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .hero-main h1 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 20px;
    }

        .hero-main h1 strong {
            font-weight: 700;
            color: #8b7355;
        }

    .hero-main p {
        color: #666;
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

.btn {
    background: #1a1a1a;
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    transition: all 0.2s;
}

    .btn:hover {
        background: #8b7355;
    }

.hero-secondary {
    background: #e8e0d5;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="80">🛍️</text></svg>');
    background-size: 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

    .hero-secondary h3 {
        font-size: 2rem;
        font-weight: 300;
    }

/* Category Pills */
.category-scroll {
    display: flex;
    gap: 12px;
    margin: 40px 0;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

    .category-scroll::-webkit-scrollbar {
        height: 4px;
    }

    .category-scroll::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 10px;
    }

.category-pill {
    padding: 10px 24px;
    background: #f5f5f5;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}

    .category-pill:hover {
        background: #e8e0d5;
    }

    .category-pill.active {
        background: #1a1a1a;
        color: white;
    }

/* Section Header */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 50px 0 25px;
}

    .section-header h2 {
        font-size: 1.8rem;
        font-weight: 300;
    }

    .section-header a {
        color: #8b7355;
        text-decoration: none;
        font-weight: 500;
    }

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

.product-card {
    cursor: pointer;
    transition: transform 0.3s;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

.product-image {
    aspect-ratio: 3/4;
    background: #f8f6f3;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.quick-add {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.95);
    padding: 12px;
    text-align: center;
    font-weight: 500;
    transition: bottom 0.3s;
    border: none;
    cursor: pointer;
}

.product-card:hover .quick-add {
    bottom: 0;
}

.product-brand {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-name {
    font-weight: 500;
    margin: 5px 0;
    font-size: 1rem;
}

.product-price {
    font-weight: 600;
    color: #1a1a1a;
}

.original-price {
    color: #bbb;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 8px;
    font-size: 0.9rem;
}

/* Feature Banner */
.feature-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 60px 0;
}

.feature-card {
    background: #faf6f0;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

    .feature-card i {
        font-size: 2rem;
        color: #8b7355;
        margin-bottom: 15px;
    }

    .feature-card h4 {
        font-weight: 600;
        margin-bottom: 8px;
    }

    .feature-card p {
        color: #777;
        font-size: 0.9rem;
    }

/* Instagram Feed */
.insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 40px 0;
}

.insta-item {
    aspect-ratio: 1;
    background: #f0ebe5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    cursor: pointer;
    transition: opacity 0.2s;
}

    .insta-item:hover {
        opacity: 0.8;
    }

/* Footer */
.footer {
    background: #1a1a1a;
    color: #e0e0e0;
    margin-top: 60px;
    padding: 50px 5%;
    border-radius: 30px 30px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-col h4 {
    color: white;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin: 10px 0;
}

.footer-col a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
}

.newsletter-box {
    display: flex;
    margin-top: 20px;
}

    .newsletter-box input {
        flex: 1;
        padding: 12px 15px;
        background: #2a2a2a;
        border: none;
        color: white;
        border-radius: 30px 0 0 30px;
        outline: none;
    }

    .newsletter-box button {
        background: #8b7355;
        color: white;
        border: none;
        padding: 0 25px;
        border-radius: 0 30px 30px 0;
        cursor: pointer;
    }

.footer-bottom {
    grid-column: 1 / -1;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

    .footer-bottom i {
        color: #8b7355;
        margin-right: 8px;
    }

/* Responsive */
@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .header {
        flex-wrap: wrap;
        gap: 20px;
    }

    .search-wrapper {
        order: 3;
        width: 100%;
    }

        .search-wrapper input {
            width: 100%;
        }
}

@media (max-width: 600px) {
    .nav {
        gap: 25px;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

        .nav a {
            white-space: nowrap;
        }

    .hero-main {
        padding: 40px 25px;
    }

        .hero-main h1 {
            font-size: 2.5rem;
        }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .feature-banner {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}
