/* ============================================
   SLEEKSHIFT™ - CREATIVE INTELLIGENCE STUDIO
   Dark Luxury Interface | Neon Accents
   ============================================ */

/* Bebas Neue: loaded from Google Fonts in index.html (optional fallback: assets/Bebas_Neue/BebasNeue-Regular.ttf) */

:root {
    /* Background Colors - Deep Space / Dark Luxury */
    --bg-dark: #0a0612;
    --bg-darker: #050309;
    --bg-card: #110a1a;
    --bg-card-hover: #1a0f28;
    
    /* Brand Colors - Dark Luxury with Neon */
    --deep-black: #0d0d0d;
    --charcoal: #1a1a1a;
    
    /* Text Colors */
    --text-primary: #FFFFFF;
    --text-secondary: rgba(255, 255, 255, 0.8);
    --text-muted: rgba(255, 255, 255, 0.5);
    
    /* Core Neon Trio Gradients */
    --gradient-logo: linear-gradient(180deg, #00BFFF 0%, #8A2BE2 50%, #FF4FD8 100%);
    --gradient-main: linear-gradient(135deg, #00BFFF, #8A2BE2, #FF4FD8);
    --gradient-violet: linear-gradient(135deg, #7F00FF, #8A2BE2);
    --gradient-blue: linear-gradient(135deg, #00BFFF, #00E5FF);
    --gradient-magenta: linear-gradient(135deg, #FF4FD8, #FF66CC);
    
    /* Core Neon Trio */
    --electric-violet: #8F00FF;
    --electric-violet-soft: rgba(143, 0, 255, 0.15);
    --neon-blue: #00E5FF;
    --neon-blue-soft: rgba(0, 229, 255, 0.15);
    --subtle-magenta: #FF4FD8;
    --subtle-magenta-soft: rgba(255, 79, 216, 0.15);
    --vibrant-orange: #FE6B35;
    --vibrant-orange-soft: rgba(254, 107, 53, 0.15);
    
    /* Legacy aliases */
    --electric-violet-1: #8F00FF;
    --electric-violet-2: #8F00FF;
    --neon-blue-1: #00E5FF;
    --neon-blue-2: #00E5FF;
    --subtle-magenta-1: #FF4FD8;
    --subtle-magenta-2: #FF66CC;
    
    /* Core Neon Trio Glows - Subtle & Elegant */
    --glow-electric-violet: 0 0 8px rgba(138, 43, 226, 0.4), 0 0 20px rgba(138, 43, 226, 0.2);
    --glow-neon-blue: 0 0 8px rgba(0, 191, 255, 0.4), 0 0 20px rgba(0, 229, 255, 0.2);
    --glow-subtle-magenta: 0 0 8px rgba(255, 79, 216, 0.4), 0 0 20px rgba(255, 102, 204, 0.2);
    --glow-vibrant-orange: 0 0 8px rgba(254, 107, 53, 0.4), 0 0 20px rgba(254, 107, 53, 0.2);
    
    /* Core Neon Trio Text Shadows - Subtle */
    --text-glow-violet: 0 0 8px rgba(138, 43, 226, 0.5), 0 0 16px rgba(138, 43, 226, 0.3);
    --text-glow-blue: 0 0 8px rgba(0, 191, 255, 0.5), 0 0 16px rgba(0, 229, 255, 0.3);
    --text-glow-magenta: 0 0 8px rgba(255, 79, 216, 0.5), 0 0 16px rgba(255, 102, 204, 0.3);
    --text-glow-orange: 0 0 8px rgba(254, 107, 53, 0.5), 0 0 16px rgba(254, 107, 53, 0.3);

    /* Typography */
    --font-display: 'Bebas Neue', sans-serif;
    --font-heading: 'Bebas Neue', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    /* Spacing */
    --section-padding: clamp(80px, 12vw, 150px);
    --container-padding: clamp(20px, 5vw, 80px);
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Reset & Base Styles
   ============================================ */

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fixed Space Background - Always visible behind glass sections */
.space-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: 
        radial-gradient(ellipse 80% 50% at 20% 30%, rgba(138, 43, 226, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 70%, rgba(138, 43, 226, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 50% 50%, rgba(0, 229, 255, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 40% 30% at 70% 20%, rgba(138, 43, 226, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, #020105 0%, #0a0612 50%, #050309 100%);
}

/* Stars */
.space-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,1), transparent),
        radial-gradient(2px 2px at 130px 80px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 160px 120px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 200px 50px, rgba(0,229,255,0.9), transparent),
        radial-gradient(1px 1px at 250px 160px, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 300px 90px, rgba(157,78,221,0.9), transparent),
        radial-gradient(1px 1px at 350px 200px, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 400px 130px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 450px 60px, rgba(255,45,149,0.7), transparent),
        radial-gradient(2px 2px at 500px 180px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 550px 100px, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 600px 220px, rgba(0,229,255,0.8), transparent),
        radial-gradient(1px 1px at 650px 40px, rgba(255,255,255,1), transparent),
        radial-gradient(2px 2px at 700px 150px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 750px 250px, rgba(157,78,221,0.8), transparent),
        radial-gradient(2px 2px at 800px 80px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 850px 190px, rgba(255,159,67,0.7), transparent),
        radial-gradient(2px 2px at 900px 120px, rgba(255,255,255,0.6), transparent);
    background-size: 950px 300px;
    animation: twinkle 8s ease-in-out infinite;
}

.space-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(1px 1px at 50px 150px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 100px 250px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 180px 100px, rgba(0,229,255,0.7), transparent),
        radial-gradient(2px 2px at 220px 300px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 280px 180px, rgba(255,255,255,0.5), transparent),
        radial-gradient(2px 2px at 340px 50px, rgba(157,78,221,0.8), transparent),
        radial-gradient(1px 1px at 400px 280px, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 460px 150px, rgba(255,45,149,0.6), transparent),
        radial-gradient(1px 1px at 520px 220px, rgba(255,255,255,1), transparent),
        radial-gradient(2px 2px at 580px 70px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 640px 320px, rgba(0,229,255,0.8), transparent),
        radial-gradient(2px 2px at 700px 200px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 760px 100px, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 820px 280px, rgba(255,159,67,0.6), transparent),
        radial-gradient(1px 1px at 880px 160px, rgba(255,255,255,0.8), transparent);
    background-size: 920px 350px;
    animation: twinkle 12s ease-in-out infinite reverse;
}

@keyframes twinkle {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

::selection {
    background: var(--accent-magenta);
    color: var(--text-primary);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   Cursor Glow Effect - Hot Pink Neon
   ============================================ */

.cursor-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 0, 128, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    opacity: 0;
}

body:hover .cursor-glow {
    opacity: 1;
}

@media (max-width: 768px) {
    .cursor-glow {
        display: none;
    }
}

/* ============================================
   Container
   ============================================ */

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

/* ============================================
   Typography
   ============================================ */

.gradient-text {
    background: var(--gradient-logo);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 8px rgba(138, 43, 226, 0.3));
}

/* Neon Glow Text Classes */
.neon-violet {
    color: var(--electric-violet-1);
    text-shadow: var(--text-glow-violet);
}

.neon-blue {
    color: var(--neon-blue-1);
    text-shadow: var(--text-glow-blue);
}

.neon-magenta {
    color: var(--subtle-magenta-1);
    text-shadow: var(--text-glow-magenta);
}

/* Neon Glow Box Classes */
.glow-violet {
    box-shadow: var(--glow-electric-violet);
}

.glow-blue {
    box-shadow: var(--glow-neon-blue);
}

.glow-magenta {
    box-shadow: var(--glow-subtle-magenta);
}

/* Neon Border Glow Classes */
.border-glow-violet {
    border: 1px solid var(--electric-violet-1);
    box-shadow: var(--glow-electric-violet), inset 0 0 20px rgba(127, 0, 255, 0.1);
}

.border-glow-blue {
    border: 1px solid var(--neon-blue-1);
    box-shadow: var(--glow-neon-blue), inset 0 0 20px rgba(0, 229, 255, 0.1);
}

.border-glow-magenta {
    border: 1px solid var(--subtle-magenta-1);
    box-shadow: var(--glow-subtle-magenta), inset 0 0 20px rgba(255, 79, 216, 0.1);
}

.section-tag {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--electric-violet-2);
    margin-bottom: 1rem;
    position: relative;
    padding-left: 50px;
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.5);
}

.section-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 2px;
    background: var(--gradient-violet);
    box-shadow: 0 0 10px var(--electric-violet-2);
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: var(--text-primary);
}

.section-title .gradient-text {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: var(--subtle-magenta-1);
    color: var(--subtle-magenta-1);
    filter: none;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header.centered {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   Navigation
   ============================================ */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: all var(--transition-medium);
}

.nav.scrolled {
    background: rgba(10, 6, 18, 0.95);
    backdrop-filter: blur(20px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(138, 43, 226, 0.2);
}

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

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.nav-logo-icon {
    height: 50px;
    width: auto;
    margin-right: -1px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: filter 0.8s ease-in-out;
}

.nav-logo-icon.logo-blue {
    filter: hue-rotate(-80deg) saturate(1.15) brightness(1.05);
}

.logo-text {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease;
    vertical-align: middle;
}

.logo:hover .logo-text {
    color: var(--subtle-magenta);
    -webkit-text-fill-color: var(--subtle-magenta);
}

.logo-text .tm {
    font-size: 0.6em;
    vertical-align: super;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.nav-link {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--text-secondary);
    position: relative;
    transition: all var(--transition-fast);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--electric-violet);
    box-shadow: 0 0 10px rgba(143, 0, 255, 0.5);
    transition: width var(--transition-medium), background 0.3s ease, box-shadow 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--text-primary);
    text-shadow: 0 0 20px rgba(143, 0, 255, 0.4);
}

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

/* Section-specific nav link colors */
a.nav-link[href="#home"]::after,
a.nav-link[href="#work"]::after,
a.nav-link[href="#clients"]::after {
    background: var(--electric-violet) !important;
    box-shadow: 0 0 10px rgba(143, 0, 255, 0.5) !important;
}

a.nav-link[href="#about"]::after,
a.nav-link[href="#founder"]::after,
a.nav-link[href="#contact"]::after {
    background: var(--subtle-magenta) !important;
    box-shadow: 0 0 10px rgba(255, 79, 216, 0.5) !important;
}

a.nav-link[href="#expertise"]::after {
    background: var(--neon-blue) !important;
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.5) !important;
}

/* Hover text shadow matches section color */
.nav-link[href="#home"]:hover,
.nav-link[href="#home"].active,
.nav-link[href="#work"]:hover,
.nav-link[href="#work"].active,
.nav-link[href="#clients"]:hover,
.nav-link[href="#clients"].active {
    text-shadow: 0 0 20px rgba(143, 0, 255, 0.4);
}

.nav-link[href="#about"]:hover,
.nav-link[href="#about"].active,
.nav-link[href="#founder"]:hover,
.nav-link[href="#founder"].active {
    text-shadow: 0 0 20px rgba(255, 79, 216, 0.4);
}

.nav-link[href="#expertise"]:hover,
.nav-link[href="#expertise"].active,
.nav-link[href="#contact"]:hover,
.nav-link[href="#contact"].active {
    text-shadow: 0 0 20px rgba(0, 229, 255, 0.4);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
}

.nav-toggle span {
    width: 25px;
    height: 2px;
    background: var(--electric-violet-2);
    transition: all var(--transition-fast);
    box-shadow: 0 0 5px var(--electric-violet-2);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: linear-gradient(180deg, var(--bg-darker), var(--bg-dark));
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        transition: right var(--transition-medium);
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-link {
        font-size: 1.5rem;
    }
    
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

/* ============================================
   HERO SECTION - Dark Luxury
   ============================================ */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px var(--container-padding) 100px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: transparent;
}

.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

/* Cinematic lighting effect */
.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60%;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(138, 43, 226, 0.15) 0%, transparent 70%);
}

/* Hero Carousel */
.hero-carousel {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1000px;
}

/* Stacking context for absolutely positioned .hero-slide children */
.hero-carousel-slides {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}

/* Hero Video Slide */
.hero-video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.video-placeholder {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: rgba(255, 79, 216, 0.05);
    border: 1px solid rgba(255, 79, 216, 0.2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.video-placeholder:hover {
    border-color: rgba(255, 79, 216, 0.4);
    box-shadow: 0 0 40px rgba(255, 79, 216, 0.15);
}

.video-play-icon {
    font-size: 4rem;
    color: var(--subtle-magenta);
    opacity: 0.8;
}

.video-label {
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.hero-video {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Carousel Navigation */
.hero-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    z-index: 100;
}

.carousel-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

.carousel-dot.active {
    background: var(--subtle-magenta);
    border-color: var(--subtle-magenta);
    box-shadow: 0 0 15px rgba(255, 79, 216, 0.6);
}

.hero-badge {
    display: inline-block;
    padding: 0.75rem 2.5rem;
    background: rgba(138, 43, 226, 0.1);
    border: 1px solid rgba(138, 43, 226, 0.3);
    border-radius: 50px;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--subtle-magenta-1);
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.2);
    text-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(4rem, 14vw, 10rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hero-logo {
    max-width: 500px;
    width: 60vw;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.hero-logo:hover {
    transform: scale(1.02);
}

.title-line {
    display: block;
}

.tm-hero {
    font-size: 0.3em;
    vertical-align: super;
}

.hero-title .gradient-text {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease;
}

.hero-title:hover .gradient-text {
    color: var(--subtle-magenta);
    -webkit-text-fill-color: var(--subtle-magenta);
}

@keyframes text-glow {
    0%, 100% { filter: drop-shadow(0 0 8px rgba(138, 43, 226, 0.3)); }
    50% { filter: drop-shadow(0 0 15px rgba(138, 43, 226, 0.4)); }
}

.hero-tagline {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.75);
}

.hero-tagline .highlight {
    color: var(--subtle-magenta);
    text-shadow: 0 0 18px rgba(255, 79, 216, 0.35);
}

.hero-tagline1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw + 0.35rem, 3.25rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.08;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 50px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--subtle-magenta);
    color: var(--text-primary);
    border: 1px solid rgba(255, 79, 216, 0.3);
    box-shadow: 0 0 0 rgba(255, 79, 216, 0);
}

.btn-primary:hover {
    border-color: var(--subtle-magenta);
    box-shadow: 0 0 20px rgba(255, 79, 216, 0.4);
    background: var(--subtle-magenta);
}

.btn-secondary {
    background: rgba(138, 43, 226, 0.1);
    color: var(--text-primary);
    border: 1px solid rgba(138, 43, 226, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 0 rgba(138, 43, 226, 0);
}

.btn-secondary:hover {
    border-color: var(--electric-violet-2);
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.4);
}

.btn-tertiary {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid rgba(138, 43, 226, 0.3);
    box-shadow: 0 0 0 rgba(138, 43, 226, 0);
}

.btn-tertiary:hover {
    color: var(--text-primary);
    border-color: var(--electric-violet-2);
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.4);
    background: rgba(138, 43, 226, 0.1);
}

.btn-arrow {
    width: 20px;
    height: 20px;
    transition: transform var(--transition-fast);
}

.btn:hover .btn-arrow {
    transform: translateX(5px);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

/* Hero Scroll Indicator */
.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--subtle-magenta);
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-shadow: 0 0 10px rgba(255, 79, 216, 0.4);
    text-align: center;
    transition: color 0.4s ease, text-shadow 0.4s ease;
}

.hero-scroll.scrolled {
    color: var(--vibrant-orange);
    text-shadow: var(--text-glow-orange);
}

.scroll-indicator {
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 79, 216, 0.4);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    box-shadow: 0 0 15px rgba(255, 79, 216, 0.2);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.hero-scroll.scrolled .scroll-indicator {
    border-color: rgba(254, 107, 53, 0.4);
    box-shadow: 0 0 15px rgba(254, 107, 53, 0.2);
}

.scroll-dot {
    width: 4px;
    height: 10px;
    background: var(--subtle-magenta);
    border-radius: 2px;
    animation: scroll-bounce 2s ease-in-out infinite;
    box-shadow: 0 0 8px var(--subtle-magenta);
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

.hero-scroll.scrolled .scroll-dot {
    background: var(--vibrant-orange);
    box-shadow: 0 0 8px var(--vibrant-orange);
}

@keyframes scroll-bounce {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(14px); opacity: 0.3; }
}

/* ============================================
   About Section
   ============================================ */

.about {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(ellipse 80% 50% at 20% 80%, rgba(255, 79, 216, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 20%, rgba(255, 79, 216, 0.05) 0%, transparent 50%),
        rgba(10, 6, 18, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    border-top: 1px solid rgba(255, 79, 216, 0.12);
}

/* Studio Section - Subtle Magenta Theme */
.about .section-tag {
    color: var(--subtle-magenta);
    text-shadow: 0 0 15px rgba(255, 79, 216, 0.4);
}

.about .section-tag::before {
    background: var(--subtle-magenta);
    box-shadow: 0 0 8px rgba(255, 79, 216, 0.5);
}

.about .section-title .gradient-text {
    color: var(--subtle-magenta);
    -webkit-text-fill-color: var(--subtle-magenta);
}

.about-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 5rem;
}

.about-text p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.about-lead {
    font-size: 1.35rem !important;
    color: var(--text-primary) !important;
    font-weight: 500;
    line-height: 1.6;
}

.about-services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.service-tag {
    padding: 0.5rem 1rem;
    background: rgba(255, 79, 216, 0.06);
    border: 1px solid rgba(255, 79, 216, 0.12);
    border-radius: 25px;
    font-size: 0.85rem;
    color: var(--text-secondary);
    transition: all var(--transition-fast);
}

.service-tag:hover {
    border-color: var(--subtle-magenta);
    color: var(--subtle-magenta);
    box-shadow: 0 0 15px rgba(255, 79, 216, 0.2);
}

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

.stat-card {
    background: rgba(255, 79, 216, 0.03);
    border: 1px solid rgba(255, 79, 216, 0.1);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    text-align: center;
    transition: all var(--transition-medium);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--subtle-magenta);
    transform: scaleX(0);
    transition: transform var(--transition-medium);
    box-shadow: 0 0 10px rgba(255, 79, 216, 0.4);
}

.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 79, 216, 0.25);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 79, 216, 0.1);
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card.highlight-card {
    gap: 0.4rem;
}

/* Number + suffix row */
.stat-figure {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.15rem;
    line-height: 1;
}

.stat-label,
.stat-label-top {
    font-family: var(--font-body);
    font-size: clamp(0.82rem, 1.05vw, 0.92rem);
    line-height: 1.35;
    letter-spacing: 0.08em;
    max-width: 16rem;
    margin: 0;
}

.stat-label-top {
    color: var(--vibrant-orange);
    text-transform: uppercase;
}

.stat-label {
    color: var(--text-muted);
}

.stat-label-sub,
.stat-text {
    font-size: clamp(0.95rem, 1.65vw, 1.15rem);
    line-height: 1.3;
    letter-spacing: 0.05em;
    max-width: 17rem;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.stat-text {
    font-family: var(--font-display);
}

.stat-label-sub {
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--text-primary);
    text-transform: uppercase;
}

/* Keeps Projects card height aligned when subtitle is absent */
.stat-label-sub--spacer {
    visibility: hidden;
    min-height: calc(1.3em * 2);
    line-height: 1.3;
    pointer-events: none;
    user-select: none;
}

.stat-number {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 700;
    color: var(--vibrant-orange);
    -webkit-text-fill-color: var(--vibrant-orange);
    filter: drop-shadow(0 0 10px rgba(254, 107, 53, 0.3));
}

.stat-suffix {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3.5vw, 2rem);
    font-weight: 700;
    color: var(--vibrant-orange);
    text-shadow: 0 0 15px rgba(254, 107, 53, 0.5);
}

/* Why SleekShift Section */
.why-section {
    margin-top: 5rem;
}

.why-title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: var(--vibrant-orange);
    text-shadow: var(--text-glow-orange);
    margin-bottom: 3rem;
}

.value-props {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.value-card {
    background: rgba(255, 79, 216, 0.03);
    border: 1px solid rgba(255, 79, 216, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all var(--transition-medium);
    position: relative;
}

.value-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, var(--subtle-magenta-1), var(--electric-violet-2));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    opacity: 0;
    transition: opacity var(--transition-medium);
}

.value-card:hover {
    transform: translateY(-10px);
}

.value-card:hover::before {
    opacity: 1;
}

.value-number {
    font-family: var(--font-display);
    font-size: 4rem;
    color: var(--subtle-magenta);
    -webkit-text-fill-color: rgba(255, 79, 216, 0.3);
    line-height: 1;
    margin-bottom: 1rem;
}

.value-card h4 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.value-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

@media (max-width: 1024px) {
    .about-content {
        grid-template-columns: 1fr;
    }
    
    .value-props {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Expertise Section
   ============================================ */

.expertise {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(ellipse 50% 50% at 50% 50%, rgba(0, 229, 255, 0.06) 0%, transparent 50%),
        rgba(5, 3, 9, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 229, 255, 0.12);
}

/* Services Section - Neon Blue Theme */
.expertise .section-tag {
    color: var(--neon-blue);
    text-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}

.expertise .section-tag::before {
    background: var(--neon-blue);
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
}

.expertise .section-title .gradient-text {
    color: var(--neon-blue);
    -webkit-text-fill-color: var(--neon-blue);
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.expertise-card {
    background: rgba(0, 229, 255, 0.02);
    border: 1px solid rgba(0, 229, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
}

.expertise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.08) 0%, transparent 60%);
    opacity: 0;
    transition: opacity var(--transition-medium);
}

.expertise-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 229, 255, 0.25);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 229, 255, 0.08);
}

.expertise-card:hover::before {
    opacity: 1;
}

.expertise-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.1), rgba(0, 229, 255, 0.06));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all var(--transition-medium);
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.1);
}

.expertise-card:hover .expertise-icon {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(0, 229, 255, 0.2);
}

.icon-emoji {
    font-size: 2rem;
}

.expertise-icon svg {
    width: 36px;
    height: 36px;
    filter: drop-shadow(0 0 4px rgba(0, 229, 255, 0.3));
    transition: all var(--transition-medium);
}

.expertise-icon svg path,
.expertise-icon svg circle,
.expertise-icon svg rect,
.expertise-icon svg polygon {
    stroke: var(--neon-blue);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: all var(--transition-medium);
}

.expertise-card:hover .expertise-icon svg {
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.5));
}

.expertise-card:hover .expertise-icon svg path,
.expertise-card:hover .expertise-icon svg circle,
.expertise-card:hover .expertise-icon svg rect,
.expertise-card:hover .expertise-icon svg polygon {
    stroke: var(--neon-blue);
}

.expertise-card h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    letter-spacing: 0.02em;
}

.expertise-card p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

.inline-link {
    color: var(--neon-blue);
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.inline-link:hover {
    color: var(--subtle-magenta);
    text-shadow: 0 0 10px rgba(255, 79, 216, 0.5);
    position: relative;
    z-index: 1;
}

/* Features Grid */
.features-section {
    background: rgba(0, 229, 255, 0.02);
    border: 1px solid rgba(0, 229, 255, 0.08);
    border-radius: 20px;
    padding: 3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.feature-item {
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-align: center;
    transition: all var(--transition-medium);
    border: 1px solid transparent;
}

.feature-item:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 229, 255, 0.25);
    color: var(--text-primary);
    background: rgba(0, 229, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 229, 255, 0.1);
}

@media (max-width: 1024px) {
    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .expertise-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Clients Section
   ============================================ */

.clients {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(0, 229, 255, 0.06) 0%, transparent 50%),
        rgba(10, 6, 18, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    border-top: 1px solid rgba(0, 229, 255, 0.12);
}

/* Clients Section - Neon Blue Theme */
.clients .section-tag {
    color: var(--neon-blue);
    text-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}

.clients .section-tag::before {
    background: var(--neon-blue);
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
}

.clients .section-title .gradient-text {
    color: var(--neon-blue);
    -webkit-text-fill-color: var(--neon-blue);
}

.clients-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.marquee-track {
    display: flex;
    gap: 4rem;
    animation: marquee 30s linear infinite;
    width: fit-content;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.client-item {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    transition: all var(--transition-fast);
    text-transform: uppercase;
}

.client-item:hover {
    color: var(--neon-blue);
    text-shadow: 0 0 40px rgba(0, 229, 255, 0.6);
}

/* Client Logo Images */
.client-item.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-item.client-logo img {
    height: 70px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.client-item.client-logo:hover img {
    filter: none;
    transform: scale(1.05);
}

/* ============================================
   Work Section
   ============================================ */

.work {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(143, 0, 255, 0.06) 0%, transparent 50%),
        rgba(5, 3, 9, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    border-top: 1px solid rgba(143, 0, 255, 0.12);
}

/* Work Section - Electric Violet Theme */
.work .section-tag {
    color: var(--electric-violet);
    text-shadow: 0 0 15px rgba(143, 0, 255, 0.4);
}

.work .section-tag::before {
    background: var(--electric-violet);
    box-shadow: 0 0 8px rgba(143, 0, 255, 0.5);
}

.work .section-title .gradient-text {
    color: var(--electric-violet);
    -webkit-text-fill-color: var(--electric-violet);
}

.work-filter {
    display: none; /* Hidden for now - will be reactivated in future update */
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.75rem 1.75rem;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-secondary);
    background: transparent;
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 50px;
    transition: all var(--transition-fast);
}

.filter-btn:hover {
    color: var(--text-primary);
    border-color: rgba(138, 43, 226, 0.5);
    text-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

.filter-btn.active {
    background: var(--gradient-magenta);
    color: var(--text-primary);
    border-color: transparent;
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.4);
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.work-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1;
    transition: all var(--transition-medium);
}

.work-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.work-item.full-width {
    grid-column: 1 / -1;
    aspect-ratio: 21 / 9;
}

.work-item.aspect-9-16 {
    aspect-ratio: 9 / 16;
}

.work-item.hidden {
    display: none;
}

.work-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}

.thumbnail-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.work-thumbnail-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.thumbnail-placeholder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.placeholder-icon {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.6);
    z-index: 2;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.work-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, 
        rgba(5, 3, 9, 0.98) 0%, 
        rgba(5, 3, 9, 0.7) 40%, 
        transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    /* No translateY here: with overflow:hidden on .work-item it clipped the Watch row off-canvas */
    transition: opacity var(--transition-medium);
    pointer-events: none;
}

.work-item:has(.work-btn) {
    cursor: pointer;
}

.work-item:hover {
    transform: scale(1.03);
    z-index: 10;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(138, 43, 226, 0.2);
}

.work-item:hover .work-overlay {
    opacity: 1;
    pointer-events: auto;
}

.work-category {
    display: inline-block;
    padding: 0.3rem 0.85rem;
    background: rgba(138, 43, 226, 0.2);
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--subtle-magenta-1);
    margin-bottom: 0.75rem;
    width: fit-content;
    text-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

.work-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.work-desc {
    color: var(--text-secondary);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.work-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: rgba(138, 43, 226, 0.15);
    border: 1px solid rgba(138, 43, 226, 0.4);
    border-radius: 50px;
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 500;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all var(--transition-fast);
    width: fit-content;
}

.work-btn:hover {
    background: var(--gradient-magenta);
    border-color: transparent;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.5);
}

.work-btn svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 1024px) {
    .work-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .work-grid {
        grid-template-columns: 1fr;
    }
    
    .work-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }
}

/* ============================================
   Founder Section
   ============================================ */

.founder {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(ellipse 50% 50% at 20% 20%, rgba(255, 79, 216, 0.06) 0%, transparent 50%),
        rgba(10, 6, 18, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    border-top: 1px solid rgba(255, 79, 216, 0.12);
}

/* Founder Section - Subtle Magenta Theme */
.founder .section-tag {
    color: var(--subtle-magenta);
    text-shadow: 0 0 15px rgba(255, 79, 216, 0.4);
}

.founder .section-tag::before {
    background: var(--subtle-magenta);
    box-shadow: 0 0 8px rgba(255, 79, 216, 0.5);
}

.founder .section-title .gradient-text {
    color: var(--subtle-magenta);
    -webkit-text-fill-color: var(--subtle-magenta);
}

.founder-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    align-items: center;
}

.founder-titles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.founder-title {
    padding: 0.5rem 1.25rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    border-radius: 25px;
    font-size: 0.85rem;
    color: var(--text-secondary);
    transition: all var(--transition-medium);
}

.founder-title:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 79, 216, 0.3);
    color: var(--text-primary);
    background: rgba(255, 79, 216, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 79, 216, 0.15);
}

.founder-lead {
    font-size: 1.25rem;
    color: var(--text-primary);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.founder-info p {
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
}

.founder-info strong {
    color: var(--vibrant-orange);
    text-shadow: var(--text-glow-orange);
}

.founder-qualities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 2rem 0;
}

.quality-item {
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--text-secondary);
    transition: all var(--transition-medium);
}

.quality-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 79, 216, 0.3);
    color: var(--text-primary);
    background: rgba(255, 79, 216, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 79, 216, 0.15);
}

.founder-mission {
    background: rgba(255, 79, 216, 0.05);
    border: 1px solid rgba(255, 79, 216, 0.12);
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 2rem;
    transition: all var(--transition-medium);
}

.founder-mission:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 79, 216, 0.25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 79, 216, 0.1);
}

.mission-label {
    font-family: var(--font-display);
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    color: var(--subtle-magenta);
    display: block;
    margin-bottom: 0.5rem;
}

.founder-mission p {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-primary);
    font-style: italic;
}

/* Founder Trusted By Section */
.founder-trusted {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    text-align: center;
    padding: 1.5rem;
    background: rgba(254, 107, 53, 0.05);
    border: 1px solid rgba(254, 107, 53, 0.16);
    border-radius: 16px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}

.founder-trusted:hover {
    transform: translateY(-8px);
    border-color: rgba(254, 107, 53, 0.32);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(254, 107, 53, 0.14);
}

.trusted-label {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--vibrant-orange);
    display: block;
    margin-bottom: 2rem;
}

.trusted-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.trusted-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.trusted-logo img {
    height: 80px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.trusted-logo:hover img {
    filter: none;
    transform: scale(1.08);
}

/* Individual logo size adjustments */
.logo-pss img {
    height: 75px;
}

.logo-hedgehog img {
    height: 90px;
}

.logo-epic img {
    height: 70px;
}

.founder-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.founder-image-placeholder {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 79, 216, 0.06);
    border: 2px solid rgba(255, 79, 216, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.placeholder-glow {
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg, transparent, rgba(255, 79, 216, 0.2), transparent, rgba(255, 79, 216, 0.2), transparent);
    animation: rotate-glow 8s linear infinite;
}

@keyframes rotate-glow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.placeholder-initials {
    font-family: var(--font-display);
    font-size: 4rem;
    letter-spacing: 0.1em;
    color: var(--subtle-magenta);
    -webkit-text-fill-color: var(--subtle-magenta);
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .founder-content {
        grid-template-columns: 1fr;
    }
    
    .founder-visual {
        order: -1;
    }
    
    .founder-trusted {
        margin-top: 2rem;
    }
    
    .trusted-logos {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
    }
}

/* ============================================
   Testimonials Section
   ============================================ */

.testimonials {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(ellipse 50% 50% at 50% 50%, rgba(0, 229, 255, 0.05) 0%, transparent 50%),
        rgba(5, 3, 9, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0, 229, 255, 0.12);
}

/* Testimonials Section - Neon Blue Theme */
.testimonials .section-tag {
    color: var(--neon-blue);
    text-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}

.testimonials .section-tag::before {
    background: var(--neon-blue);
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
}

.testimonials .section-title .gradient-text {
    color: var(--neon-blue);
    -webkit-text-fill-color: var(--neon-blue);
}

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

.testimonial-card {
    background: rgba(0, 229, 255, 0.02);
    border: 1px solid rgba(0, 229, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    transition: all var(--transition-medium);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 229, 255, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 25px rgba(0, 229, 255, 0.08);
}

.quote-icon {
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
    color: var(--neon-blue);
    -webkit-text-fill-color: var(--neon-blue);
    opacity: 0.25;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
}

.testimonial-text {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.testimonial-author {
    position: relative;
    z-index: 1;
}

.author-name {
    font-family: var(--font-display);
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    color: var(--neon-blue);
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Contact Section
   ============================================ */

.contact {
    padding: var(--section-padding) 0;
    background: 
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(138, 43, 226, 0.12) 0%, transparent 50%),
        rgba(10, 6, 18, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(138, 43, 226, 0.2);
}

.contact-intro {
    color: var(--text-secondary);
    font-size: 1.15rem;
    margin-top: -1rem;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-top: 3rem;
}

.contact-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.cta-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    font-family: var(--font-heading);
    font-size: 1rem;
    letter-spacing: 0.03em;
    transition: all var(--transition-fast);
}

.cta-btn.primary {
    background: linear-gradient(135deg, var(--vibrant-orange), #ff8a5f);
    color: var(--text-primary);
    border: 1px solid rgba(254, 107, 53, 0.35);
}

.cta-btn.primary:hover {
    transform: translateX(10px);
    border-color: var(--vibrant-orange);
    box-shadow: 0 0 20px rgba(254, 107, 53, 0.45);
}

.cta-btn.secondary {
    background: rgba(138, 43, 226, 0.1);
    border: 1px solid rgba(138, 43, 226, 0.3);
    color: var(--text-primary);
}

.cta-btn.secondary:hover {
    border-color: var(--electric-violet-2);
    transform: translateX(10px);
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.4);
}

.cta-btn.tertiary {
    background: rgba(138, 43, 226, 0.05);
    border: 1px solid rgba(138, 43, 226, 0.2);
    color: var(--text-primary);
}

.cta-btn.tertiary:hover {
    border-color: var(--electric-violet-2);
    transform: translateX(10px);
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.4);
}

.cta-icon {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon svg {
    width: 24px;
    height: 24px;
}

.cta-icon svg path,
.cta-icon svg circle,
.cta-icon svg rect {
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.cta-btn.primary .cta-icon svg path,
.cta-btn.primary .cta-icon svg circle,
.cta-btn.primary .cta-icon svg rect {
    stroke: #FFFFFF;
}

.cta-btn.secondary .cta-icon svg path,
.cta-btn.secondary .cta-icon svg circle,
.cta-btn.secondary .cta-icon svg rect {
    stroke: var(--electric-violet-2);
}

.cta-btn.tertiary .cta-icon svg path,
.cta-btn.tertiary .cta-icon svg circle,
.cta-btn.tertiary .cta-icon svg rect {
    stroke: var(--electric-violet-2);
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(138, 43, 226, 0.03);
    border: 1px solid rgba(138, 43, 226, 0.1);
    border-radius: 12px;
    transition: all var(--transition-fast);
}

.contact-link:hover {
    border-color: rgba(138, 43, 226, 0.4);
    transform: translateX(10px);
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.15);
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.15), rgba(138, 43, 226, 0.1));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.15);
}

.contact-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--subtle-magenta-1);
    filter: drop-shadow(0 0 5px var(--subtle-magenta-1));
}

.contact-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.15rem;
}

.contact-value {
    display: block;
    font-weight: 500;
    font-size: 0.95rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 48px;
    height: 48px;
    background: rgba(138, 43, 226, 0.08);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
}

.social-link:hover {
    background: var(--gradient-magenta);
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.4);
}

.social-link svg {
    width: 22px;
    height: 22px;
}

/* Contact Form */
.contact-form {
    background: rgba(138, 43, 226, 0.03);
    border: 1px solid rgba(138, 43, 226, 0.1);
    border-radius: 24px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--subtle-magenta-1), var(--electric-violet-2), var(--subtle-magenta-2));
    box-shadow: 0 0 20px var(--subtle-magenta-1);
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 1rem 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(138, 43, 226, 0.2);
    color: var(--text-primary);
    font-size: 1rem;
    transition: border-color var(--transition-fast);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FF4FD8' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right center;
}

.form-group select option {
    background: var(--bg-darker);
    color: var(--text-primary);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--subtle-magenta-1);
}

.form-group label {
    position: absolute;
    left: 0;
    top: 1rem;
    color: var(--text-muted);
    font-size: 1rem;
    transition: all var(--transition-fast);
    pointer-events: none;
}

.form-group label.select-label {
    top: -0.75rem;
    font-size: 0.75rem;
    color: var(--subtle-magenta-1);
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -0.75rem;
    font-size: 0.75rem;
    color: var(--subtle-magenta-1);
    text-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

.form-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--subtle-magenta-1), var(--subtle-magenta-2));
    transition: width var(--transition-medium);
    box-shadow: 0 0 10px var(--subtle-magenta-1);
}

.form-group input:focus ~ .form-line,
.form-group textarea:focus ~ .form-line,
.form-group select:focus ~ .form-line {
    width: 100%;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Footer
   ============================================ */

.footer {
    padding: 4rem 0 2rem;
    background: transparent;
    border-top: 1px solid rgba(138, 43, 226, 0.3);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-brand {
    max-width: 350px;
}

.footer-brand .logo {
    margin-bottom: 1rem;
}

.footer-brand p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--text-secondary);
    font-size: 0.9rem;
    transition: all var(--transition-fast);
}

.footer-links a:hover {
    color: var(--subtle-magenta-1);
    text-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(138, 43, 226, 0.1);
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.footer-tagline {
    font-family: var(--font-body);
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

.footer-tagline a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-tagline a:hover {
    color: var(--electric-violet);
}

/* ============================================
   Video Modal
   ============================================ */

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-medium);
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 3, 9, 0.95);
    backdrop-filter: blur(20px);
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    background: var(--bg-darker);
    border: 1px solid rgba(138, 43, 226, 0.3);
    border-radius: 20px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform var(--transition-medium);
    box-shadow: 0 0 60px rgba(138, 43, 226, 0.2);
}

.video-modal.active .modal-content {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 2.5rem;
    color: var(--subtle-magenta-1);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: all var(--transition-fast);
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.5);
}

.modal-close:hover {
    color: var(--subtle-magenta-2);
    transform: rotate(90deg) scale(1.2);
}

.video-container {
    position: relative;
    padding-top: 56.25%;
}

.video-container iframe,
.video-container video.video-direct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Large / self-hosted MP4: loading & buffering */
.video-container .video-loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    background: rgba(5, 3, 9, 0.92);
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.video-container .video-loading.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.video-loading-spinner {
    width: 44px;
    height: 44px;
    border: 3px solid rgba(138, 43, 226, 0.25);
    border-top-color: var(--subtle-magenta-1);
    border-radius: 50%;
    animation: video-spin 0.85s linear infinite;
}

@keyframes video-spin {
    to { transform: rotate(360deg); }
}

.video-loading-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.video-loading-hint {
    margin: 0;
    max-width: 22rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--text-secondary);
}

.video-loading-error {
    margin: 0;
    max-width: 24rem;
    font-size: 0.9rem;
    color: #ff8a8a;
}

.video-container .video-buffering {
    position: absolute;
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-primary);
    background: rgba(5, 3, 9, 0.85);
    border: 1px solid rgba(138, 43, 226, 0.35);
    border-radius: 999px;
    pointer-events: none;
}

/* ============================================
   Animations
   ============================================ */

[data-animate] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animate="fade-down"] {
    transform: translateY(-30px);
}

[data-animate="fade-left"] {
    transform: translateX(30px);
}

[data-animate="fade-right"] {
    transform: translateX(-30px);
}

[data-animate].animated {
    opacity: 1;
    transform: translate(0);
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 480px) {
    :root {
        --section-padding: 60px;
        --container-padding: 20px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
}
