/* ==============================================
   VEIL & CO. — HOLOGRAPHIC INTERSTELLAR STYLE
   futuristic glassmorphism + neon nebula palette
   ============================================== */

/* ---------- RESET & GLOBAL ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Space Grotesk', sans-serif;
    background-color: #03050b;
    color: #eef5ff;
    line-height: 1.4;
    overflow-x: hidden;
    position: relative;
}

/* animated starfield background (deep space) */
.starfield-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 20% 30%, #0a0c1a, #010003);
    z-index: -2;
}

.starfield-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 15% 30%, rgba(255,255,200,0.7), rgba(0,0,0,0)),
        radial-gradient(1px 1px at 72% 18%, #ffffff80, transparent),
        radial-gradient(1.5px 1.5px at 95% 70%, #aaffff80, transparent),
        radial-gradient(2px 2px at 35% 85%, #ffb3ff80, transparent);
    background-size: 200px 200px, 300px 300px, 400px 400px, 250px 250px;
    background-repeat: repeat;
    opacity: 0.6;
    animation: starsFloat 40s linear infinite;
}

@keyframes starsFloat {
    0% { background-position: 0 0, 0 0, 0 0, 0 0; }
    100% { background-position: 200px 200px, -300px 300px, 400px -200px, -250px -250px; }
}

/* holographic grid overlay */
.holo-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: -1;
    animation: gridShift 15s infinite alternate;
}

@keyframes gridShift {
    0% { transform: translate(0,0); opacity: 0.4; }
    100% { transform: translate(8px, 8px); opacity: 0.7; }
}

/* ---------- GLASS HEADER (holo) ---------- */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(16px) saturate(180%);
    background: rgba(5, 8, 22, 0.55);
    border-bottom: 1px solid rgba(0, 255, 255, 0.3);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4), 0 0 12px rgba(0, 255, 255, 0.2);
}

.header-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff, #aaffff, #d9b4ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 8px cyan;
}
.logo span {
    font-size: 0.8rem;
    font-weight: 400;
    background: none;
    color: #9efff0;
    text-shadow: 0 0 4px magenta;
    letter-spacing: 0;
}

.nav-links {
    display: flex;
    gap: 2rem;
}
.nav-links a {
    color: #eef2ff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: lowercase;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
    letter-spacing: 0.3px;
}
.nav-links a:hover {
    color: #0ff;
    text-shadow: 0 0 5px cyan;
    border-bottom-color: cyan;
}
.icons {
    display: flex;
    gap: 1.6rem;
}
.icons span {
    font-size: 1.3rem;
    cursor: default;
    transition: 0.2s;
    filter: drop-shadow(0 0 3px magenta);
}
.icons span:hover {
    transform: scale(1.08);
    color: #0ff;
    text-shadow: 0 0 6px cyan;
}

/* ---------- HERO SECTION (galactic) ---------- */
.hero {
    max-width: 1280px;
    margin: 0rem auto 3rem;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0rem;
}
.hero-text {
    flex: 1;
}
.hero-text h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(115deg, #fff, #7df9ff, #c084fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
    text-shadow: 0 0 12px rgba(0,255,255,0.3);
}
.hero-text p {
    font-size: 1.1rem;
    margin: 1rem 0 1.8rem;
    color: #cddeff;
    max-width: 500px;
    backdrop-filter: blur(2px);
}
.soft-button {
    background: rgba(0, 255, 255, 0.08);
    border: 1.5px solid cyan;
    color: #0ff;
    padding: 0.8rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 60px;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: 0.25s;
    font-family: inherit;
    letter-spacing: 0.5px;
}
.soft-button:hover {
    background: rgba(0, 255, 255, 0.3);
    box-shadow: 0 0 18px cyan, inset 0 0 8px rgba(255,255,255,0.6);
    color: white;
    transform: scale(1.02);
}

.hero-image {
    flex: 1;
    min-height: 380px;
    background-image: url('https://images.unsplash.com/photo-1600185365583-4a1a7d674acd?q=80&w=1974&auto=format&fit=crop&w=600&h=500&fit=crop');
    background-size: cover;
    background-position: center 20%;
    border-radius: 40px;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.7), 0 0 0 2px rgba(0, 255, 255, 0.3), 0 0 0 5px rgba(255,0,255,0.1);
    transition: all 0.3s;
}
.hero-image:hover {
    box-shadow: 0 25px 40px -8px black, 0 0 0 3px cyan, 0 0 0 8px rgba(255,0,255,0.3);
}

/* ---------- PRODUCT GRID (BLACK SHIRT EDIT) ---------- */
.collection-grid {
    max-width: 1280px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}
.product-card {
    background: rgba(10, 15, 30, 0.45);
    backdrop-filter: blur(12px);
    border-radius: 2rem;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 255, 0.4);
    transition: 0.3s ease;
    position: relative;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.5);
}
.product-card:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: cyan;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5), 0 10px 20px -5px black;
}
.product-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    background-size: cover;
    background-position: center 30%;
    transition: transform 0.4s ease;
}
.product-card:hover .product-image {
    transform: scale(1.02);
}
.card-aura {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0,255,255,0.2), transparent);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}
.product-card:hover .card-aura {
    opacity: 1;
}

/* ---------- FEATURE BANNER (holographic strip) ---------- */
.feature-banner {
    max-width: 1280px;
    margin: 1rem auto 2rem;
    padding: 0.9rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 60px;
    border: 1px solid rgba(255, 128, 255, 0.6);
    box-shadow: 0 0 12px rgba(255, 0, 255, 0.3);
    flex-wrap: wrap;
    gap: 12px;
}
.banner-glow {
    font-weight: 500;
    color: #b2f0ff;
    text-shadow: 0 0 3px cyan;
}
.interstellar-badge {
    background: linear-gradient(110deg, #0ff1, #f0f1);
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-right: 1px solid cyan;
    border-left: 1px solid magenta;
}

/* ---------- SVG ICONS SECTION (custom holo-icons) ---------- */
.svg-section {
    max-width: 1280px;
    margin: 3rem auto;
    padding: 0 2rem;
}
.svg-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    border-radius: 80px;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(0, 255, 200, 0.3);
}
.svg-item {
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
}
.holo-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 20, 40, 0.5);
    border-radius: 50%;
    border: 1px solid cyan;
    box-shadow: 0 0 10px rgba(0,255,200,0.3);
    transition: 0.2s;
}
.svg-item:hover .holo-icon-wrapper {
    background: rgba(0, 255, 255, 0.15);
    box-shadow: 0 0 18px cyan;
    transform: scale(1.05);
}
.custom-svg-icon {
    width: 36px;
    height: 36px;
    color: #7df9ff;
    stroke: currentColor;
    fill: none;
}
.svg-label {
    margin-top: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #aaf0ff, #d9b4ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ---------- FOOTER (galactic minimal) ---------- */
.footer {
    max-width: 1280px;
    margin: 2rem auto 0;
    padding: 2rem;
    text-align: center;
    border-top: 1px solid rgba(0, 255, 255, 0.3);
    background: rgba(3, 5, 15, 0.7);
    backdrop-filter: blur(10px);
    font-size: 0.85rem;
}
.footer p:first-child {
    font-weight: 500;
    letter-spacing: 0.5px;
}
.footer-text {
    margin: 0.6rem 0;
    color: #bbc9ff;
}
.micro-meta {
    font-size: 1.2rem;
    letter-spacing: 6px;
    color: cyan;
    filter: drop-shadow(0 0 4px magenta);
}

/* ---------- HOLO RIPPLE (interactive) ---------- */
.holo-ripple {
    position: absolute;
    background: radial-gradient(circle, cyan, magenta, transparent);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0.7;
    pointer-events: none;
    z-index: 999;
    animation: rippleAnim 0.5s ease-out forwards;
}
@keyframes rippleAnim {
    0% { transform: scale(0); opacity: 0.6; }
    100% { transform: scale(4); opacity: 0; }
}

/* ---------- RESPONSIVE (mobile & tablet) ---------- */
@media (max-width: 800px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
    .nav-links {
        gap: 1.2rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero-text h2 {
        font-size: 2.3rem;
    }
    .hero {
        flex-direction: column;
        text-align: center;
    }
    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }
    .collection-grid {
        gap: 1.2rem;
        padding: 0 1rem;
    }
    .svg-container {
        border-radius: 40px;
        gap: 1.2rem;
    }
    .feature-banner {
        flex-direction: column;
        text-align: center;
        margin: 1rem;
    }
}
@media (max-width: 550px) {
    .logo {
        font-size: 1.3rem;
    }
    .icons span {
        font-size: 1rem;
    }
    .soft-button {
        padding: 0.6rem 1.5rem;
    }
    .hero-image {
        min-height: 260px;
    }
}