/*
Theme Name: Emlneutral Modern
Theme URI: https://www.emlneutral.com
Author: Antigravity
Description: A premium dark theme for Emlneutral with 3D scrollytelling, glass-morphism UI, and full WooCommerce support.
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eml-modern
*/

/* =========================================
   1. CSS Variables & Reset
   ========================================= */
:root {
    --primary-red: #E63946;
    --deep-charcoal: #121212;
    --midnight-black: #0A0A0A;
    --light-silver: #E5E5E7;
    --glass-bg: rgba(30, 30, 32, 0.6);
    --metallic-edge: rgba(255, 255, 255, 0.1);
    --glow-red: rgba(230, 57, 70, 0.3);
    --surface-dark: #1E1E20;
    --font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --radius-lg: 12px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-glow: 0 0 30px rgba(230, 57, 70, 0.4);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font-main);
    background-color: var(--midnight-black);
    color: var(--light-silver);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection { background: rgba(230, 57, 70, 0.3); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition-smooth); }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* =========================================
   2. Glass Morphism
   ========================================= */
.glass-dark {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: var(--glass-bg);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mesh-dark-bg {
    background-image: radial-gradient(at 0% 0%, rgba(230, 57, 70, 0.08) 0, transparent 40%),
                      radial-gradient(at 100% 100%, rgba(255, 255, 255, 0.03) 0, transparent 40%);
}

.card-gradient {
    background: linear-gradient(145deg, rgba(30, 30, 32, 0.8) 0%, rgba(18, 18, 18, 0.95) 100%);
}

/* =========================================
   3. Buttons
   ========================================= */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 32px; border-radius: 50px; font-weight: 700; cursor: pointer;
    transition: var(--transition-smooth); border: none; font-size: 0.9rem;
    letter-spacing: 0.5px; font-family: var(--font-main);
}

.btn-primary {
    background: var(--primary-red); color: #fff;
    box-shadow: 0 4px 14px rgba(230, 57, 70, 0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); color: #fff; }

.btn-ghost { background: transparent; border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.05); }

.btn-outline-light { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; }
.btn-outline-light:hover { background: rgba(255, 255, 255, 0.15); }

.btn-white { background: #fff; color: var(--midnight-black); font-weight: 700; }
.btn-white:hover { background: var(--primary-red); color: #fff; }

/* =========================================
   4. Header / Navigation
   ========================================= */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 20px 24px; transition: padding 0.3s ease;
}

.site-header .header-inner {
    display: flex; align-items: center; justify-content: space-between;
    max-width: 1280px; margin: 0 auto;
    backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px);
    background: var(--glass-bg); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px; padding: 12px 32px;
}

.site-header.is-compact { padding: 10px 24px; }
.site-header.is-compact .header-inner { padding: 8px 24px; }

.site-logo { display: flex; align-items: center; gap: 10px; }
.site-logo img { height: 36px; width: auto; }
.site-logo .logo-icon-wrapper { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}
.site-logo .logo-icon-circle { 
    width: 32px; height: 32px; 
    background: var(--primary-red); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    box-shadow: 0 0 20px rgba(230, 57, 70, 0.4);
}
.site-logo .logo-icon-circle .material-symbols-outlined { 
    color: #fff; 
    font-size: 18px; 
    font-variation-settings: 'FILL' 1, 'wght' 600;
}
.site-logo .logo-text-modern { 
    font-size: 1.25rem; 
    font-weight: 700; 
    color: #fff; 
    letter-spacing: -0.02em;
}
.site-logo .logo-text-modern strong { 
    font-weight: 700; 
}
.site-logo .logo-text-modern .logo-subtitle { 
    font-weight: 300; 
    color: rgba(229, 229, 231, 0.5); 
    text-transform: uppercase; 
    font-size: 0.6rem; 
    letter-spacing: 0.15em; 
    margin-left: 4px;
}

.main-navigation { display: flex; align-items: center; gap: 8px; }
.main-navigation ul { display: flex; list-style: none; gap: 0; align-items: center; }

.main-navigation ul li a,
.main-navigation a {
    color: rgba(229, 229, 231, 0.7); font-weight: 500; font-size: 0.9rem;
    padding: 8px 16px; border-radius: 50px; transition: var(--transition-smooth);
    white-space: nowrap;
}

.main-navigation ul li a:hover,
.main-navigation a:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }
.main-navigation ul li a::after { display: none; }

.main-navigation .nav-shop,
.main-navigation .nav-cart {
    background: #fff; color: var(--midnight-black) !important;
    padding: 8px 20px !important; border-radius: 50px;
    font-weight: 700; font-size: 0.85rem; transition: var(--transition-smooth);
}
.main-navigation .nav-shop:hover,
.main-navigation .nav-cart:hover { background: var(--primary-red); color: #fff !important; }

/* Sub-menus */
.main-navigation ul li { position: relative; }
.main-navigation ul li ul.sub-menu {
    display: none; position: absolute; top: 100%; left: 0;
    background: var(--glass-bg); backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-lg);
    padding: 12px 0; min-width: 200px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 100; flex-direction: column;
}
.main-navigation ul li:hover > ul.sub-menu { display: flex; }
.main-navigation ul li ul.sub-menu li a { padding: 10px 20px; border-radius: 0; font-size: 0.85rem; }

.menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 8px; }

/* =========================================
   5. Hero Section (Video)
   ========================================= */
.immersive-hero {
    position: relative; min-height: 100vh; display: flex;
    align-items: center; overflow: hidden; padding-top: 100px;
}

.immersive-hero .hero-video {
    position: absolute; inset: 0; overflow: hidden;
    filter: saturate(1.05) brightness(0.7);
}
.immersive-hero .hero-video video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.immersive-hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10, 10, 10, 0.92), rgba(18, 18, 18, 0.6)); }
.immersive-hero .hero-content { position: relative; z-index: 2; max-width: 680px; color: #fff; }

.hero-kicker {
    display: inline-block; padding: 6px 16px; border-radius: 50px;
    background: rgba(230, 57, 70, 0.2); color: var(--primary-red);
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
    text-transform: uppercase; border: 1px solid rgba(230, 57, 70, 0.3); margin-bottom: 28px;
}

.immersive-hero .hero-title {
    font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 700; line-height: 1.05;
    margin-bottom: 24px; letter-spacing: -0.03em; color: #fff;
}
.immersive-hero .hero-title .text-accent { color: var(--primary-red); }
.immersive-hero .hero-subtitle {
    font-size: 1.2rem; color: rgba(229, 229, 231, 0.6); margin-bottom: 40px;
    max-width: 520px; line-height: 1.7; font-weight: 300;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-actions .btn-primary,
.hero-actions .btn-ghost { padding: 18px 36px; font-size: 0.95rem; }

/* =========================================
   6. Scrollytelling 3D Container
   ========================================= */
.scrolly-3d { position: relative; min-height: 400vh; background: var(--midnight-black); }

.scrolly-3d-canvas-wrap {
    position: sticky; top: 0; left: 0; width: 100%; height: 100vh; z-index: 1; overflow: hidden;
    background: radial-gradient(ellipse at center, rgba(230, 57, 70, 0.05) 0%, var(--midnight-black) 60%);
}
.scrolly-3d-canvas-wrap canvas { width: 100%; height: 100%; display: block; }

.scrolly-3d-overlay { position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; z-index: 2; }

.scrolly-step-3d {
    min-height: 100vh; display: flex; align-items: center;
    padding: 0 24px; pointer-events: auto;
}

.scrolly-step-content {
    max-width: 520px; padding: 48px; border-radius: var(--radius-xl);
    backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px);
    background: rgba(10, 10, 10, 0.75); border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0; transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.scrolly-step-3d.is-active .scrolly-step-content { 
    opacity: 1; 
    transform: translateY(0); 
    border-color: rgba(230, 57, 70, 0.15);
}

.scrolly-step-content .step-number {
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.25em;
    text-transform: uppercase; color: var(--primary-red); margin-bottom: 20px; display: block;
    text-shadow: 0 0 15px rgba(230, 57, 70, 0.5);
}

.scrolly-step-content h3 {
    font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 16px;
    letter-spacing: -0.02em; line-height: 1.2;
}

.scrolly-step-content p { 
    font-size: 1.05rem; color: rgba(229, 229, 231, 0.65); line-height: 1.8; font-weight: 300; 
}

.scrolly-step-3d:nth-child(odd) { justify-content: flex-start; }
.scrolly-step-3d:nth-child(even) { justify-content: flex-end; }

/* Progress dots */
.scrolly-progress {
    position: fixed; right: 32px; top: 50%; transform: translateY(-50%); z-index: 50;
    display: flex; flex-direction: column; gap: 16px; opacity: 1; transition: opacity 0.5s ease;
}

.scrolly-progress-dot {
    width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
.scrolly-progress-dot.is-active {
    background: var(--primary-red); 
    box-shadow: 0 0 20px rgba(230, 57, 70, 0.6); 
    transform: scale(1.4);
    border-color: var(--primary-red);
}
.scrolly-progress-dot:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.2);
}

/* =========================================
   7. Services Section
   ========================================= */
.services-section { padding: 128px 0; background: var(--deep-charcoal); }
.services-section .section-header { margin-bottom: 64px; text-align: center; }
.services-section .section-header h2 { 
    font-size: 3rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; margin-bottom: 16px; 
}
.services-section .section-header .text-red,
.text-red { color: var(--primary-red); }
.services-section .section-header p { color: rgba(229, 229, 231, 0.5); font-weight: 500; font-size: 1.1rem; }

.services-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
    gap: 32px; 
}

.service-card {
    padding: 48px; background: var(--glass-bg); backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05); border-radius: var(--radius-xl);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    position: relative; overflow: hidden;
}
.service-card::before {
    content: ''; position: absolute; inset: 0; 
    background: radial-gradient(circle at 50% 0%, rgba(230, 57, 70, 0.05), transparent 60%);
    opacity: 0; transition: opacity 0.5s ease;
}
.service-card:hover::before { opacity: 1; }
.service-card:hover { 
    border-color: rgba(230, 57, 70, 0.4); 
    transform: translateY(-8px); 
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4); 
}

.service-card .service-icon-wrap {
    width: 72px; height: 72px; background: rgba(255, 255, 255, 0.05); border-radius: 20px;
    display: flex; align-items: center; justify-content: center; margin-bottom: 32px;
    transition: var(--transition-smooth); font-size: 2rem;
}
.service-card:hover .service-icon-wrap { 
    background: var(--primary-red); 
    box-shadow: 0 0 30px rgba(230, 57, 70, 0.4);
}
.service-card .service-icon-wrap .material-symbols-outlined { 
    font-size: 2rem; color: var(--light-silver); transition: var(--transition-smooth); 
}
.service-card:hover .service-icon-wrap .material-symbols-outlined { color: #fff; }

.service-card h3 { font-size: 1.65rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.service-card p { color: rgba(229, 229, 231, 0.6); font-weight: 300; line-height: 1.8; margin-bottom: 28px; font-size: 1.05rem; }
.service-card .service-link {
    color: var(--primary-red); font-size: 0.7rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.2em; display: flex; align-items: center; gap: 8px;
    transition: gap 0.3s ease;
}
.service-card .service-link:hover { gap: 12px; }

/* =========================================
   8. Data / Stats Section
   ========================================= */
.data-section { padding: 128px 0; background: var(--midnight-black); position: relative; overflow: hidden; }

.data-section .data-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 80px; 
    align-items: center; 
}
.data-section .data-text h2 { 
    font-size: 3.5rem; font-weight: 700; color: #fff; margin-bottom: 28px; letter-spacing: -0.02em; 
}
.data-section .data-text p { 
    color: rgba(229, 229, 231, 0.6); font-size: 1.15rem; line-height: 1.8; font-weight: 300; margin-bottom: 48px; 
}

.data-stats { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 48px; 
}
.data-stat { 
    border-left: 3px solid var(--primary-red); 
    padding-left: 24px; 
}
.data-stat .stat-value { 
    font-size: 3.5rem; font-weight: 700; color: #fff; margin-bottom: 8px; 
    text-shadow: 0 0 30px rgba(230, 57, 70, 0.3);
}
.data-stat .stat-label { 
    font-size: 0.65rem; color: rgba(229, 229, 231, 0.4); text-transform: uppercase; 
    letter-spacing: 0.25em; font-weight: 700; 
}

.data-visual { position: relative; }
.data-visual .data-card {
    aspect-ratio: 16/10; background: var(--deep-charcoal); border-radius: var(--radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.1); overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); position: relative;
}
.data-visual .data-card img { 
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; 
    opacity: 0.3; filter: grayscale(0.4) brightness(0.7); 
}
.data-visual .data-card .data-overlay { 
    position: absolute; inset: 0; 
    background: linear-gradient(to top, var(--deep-charcoal), transparent 60%); 
}

.glow-point { box-shadow: 0 0 15px 3px var(--primary-red); }

/* =========================================
   9. CTA Section
   ========================================= */
.cta-immersive { position: relative; padding: 128px 0; text-align: center; background: linear-gradient(140deg, rgba(230, 57, 70, 0.08), rgba(255, 255, 255, 0.02)); overflow: hidden; }
.cta-immersive .cta-glow { position: absolute; width: 520px; height: 520px; background: radial-gradient(circle, rgba(230, 57, 70, 0.15), transparent 70%); top: -200px; left: calc(50% - 260px); }
.cta-immersive h2 { font-size: clamp(2.2rem, 3.5vw, 3.2rem); font-weight: 700; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; }
.cta-immersive p { max-width: 560px; margin: 0 auto 32px; color: rgba(229, 229, 231, 0.6); font-weight: 300; font-size: 1.1rem; }

/* =========================================
   10. Partners Section
   ========================================= */
.partners-section { padding: 100px 0; text-align: center; background: var(--midnight-black); }
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.section-title p { color: rgba(229, 229, 231, 0.5); }

.partners-logos { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; align-items: center; justify-items: center; }
.partners-logos img { max-height: 72px; width: auto; max-width: 180px; object-fit: contain; filter: brightness(0.8) grayscale(0.3); transition: var(--transition-smooth); }
.partners-logos img:hover { filter: brightness(1) grayscale(0); }

/* =========================================
   11. Immersive Panels
   ========================================= */
.immersive-panels { display: grid; gap: 32px; padding: 128px 24px; background: var(--midnight-black); max-width: 1280px; margin: 0 auto; }
.immersive-panels .panel { position: relative; min-height: 420px; background-size: cover; background-position: center; border-radius: var(--radius-xl); overflow: hidden; }
.panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.2)); }
.panel-content { position: relative; z-index: 2; padding: 64px; max-width: 520px; color: #fff; }
.panel-content h2 { font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 700; margin-bottom: 12px; letter-spacing: -0.02em; }
.panel-content p { color: rgba(229, 229, 231, 0.7); margin-bottom: 24px; font-weight: 300; line-height: 1.7; }

/* =========================================
   12. Footer (Dark Premium)
   ========================================= */
.site-footer { background: var(--midnight-black); color: rgba(229, 229, 231, 0.6); padding: 96px 0 48px; border-top: 1px solid rgba(255, 255, 255, 0.05); }

.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 48px; margin-bottom: 64px; }

.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.footer-brand .brand-icon { width: 32px; height: 32px; background: var(--primary-red); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.footer-brand .brand-text { font-weight: 700; font-size: 1.25rem; color: #fff; }
.footer-brand .brand-text span { font-weight: 300; color: rgba(229, 229, 231, 0.4); text-transform: uppercase; font-size: 0.6rem; margin-left: 6px; }
.footer-description { font-size: 0.9rem; color: rgba(229, 229, 231, 0.4); line-height: 1.7; margin-bottom: 20px; }

.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; transition: var(--transition-smooth); color: var(--light-silver); }
.footer-social a:hover { background: var(--primary-red); border-color: var(--primary-red); color: #fff; }

.footer-col h4 { font-weight: 700; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.2em; color: #fff; margin-bottom: 24px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; color: rgba(229, 229, 231, 0.4); font-size: 0.9rem; }
.footer-col li.footer-phone { font-weight: 700; color: #fff; margin-top: 12px; }
.footer-col a { color: rgba(229, 229, 231, 0.5); }
.footer-col a:hover { color: var(--primary-red); }

.footer-bottom { padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom p { font-size: 0.68rem; color: rgba(229, 229, 231, 0.3); text-transform: uppercase; letter-spacing: 0.15em; }
.footer-bottom-links { display: flex; gap: 28px; }
.footer-bottom-links a { font-size: 0.68rem; color: rgba(229, 229, 231, 0.4); text-transform: uppercase; letter-spacing: 0.15em; font-weight: 700; }
.footer-bottom-links a:hover { color: var(--primary-red); }

/* =========================================
   13. Page Heroes
   ========================================= */
.page-hero { position: relative; min-height: 65vh; display: flex; align-items: center; overflow: hidden; padding-top: 100px; --page-scroll: 0; }
.page-hero-bg { position: absolute; inset: 0; background-image: var(--page-hero-bg); background-size: cover; background-position: center; filter: saturate(1.05) brightness(0.6); transform: scale(1.08) translateY(calc(var(--page-scroll) * 24px)); transition: transform 0.2s ease-out; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10, 10, 10, 0.92), rgba(18, 18, 18, 0.55)); }
.page-hero-orbit { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(230, 57, 70, 0.15), transparent 70%); top: -160px; right: -120px; filter: blur(3px); }

.page-hero-content { position: relative; z-index: 2; max-width: 560px; color: #fff; }
.page-hero-kicker { display: inline-block; padding: 6px 16px; border-radius: 50px; background: rgba(230, 57, 70, 0.2); color: var(--primary-red); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid rgba(230, 57, 70, 0.3); margin-bottom: 20px; }
.page-hero h1 { font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; }

.page-hero-card { position: absolute; right: 8%; bottom: -60px; width: min(38vw, 420px); height: min(28vw, 300px); border-radius: var(--radius-xl); background: rgba(18, 18, 18, 0.5); border: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(10px); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45); transform: translate3d(0, calc(var(--page-scroll) * -40px), 0) rotateY(calc(var(--page-scroll) * 8deg)); transform-style: preserve-3d; transition: transform 0.2s ease-out; }
.page-hero-card-media { position: absolute; inset: 16px; border-radius: 18px; background-image: var(--page-hero-accent); background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); transform: translateZ(18px) scale(1.02); }
.page-hero-card-glow { position: absolute; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(230, 57, 70, 0.35), transparent 70%); bottom: -60px; left: -40px; filter: blur(2px); }

/* Services Icon Grid */
.service-icons { padding: 60px 0 10px; background: var(--midnight-black); }
.service-icons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 22px; align-items: stretch; }
.service-icon-card { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 22px 16px; border-radius: 18px; background: rgba(18, 18, 18, 0.6); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; color: #fff; }
.service-icon-card img { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35)); }
.service-icon-card span { font-weight: 600; font-size: 0.95rem; }
.service-icon-card:hover { transform: translateY(-6px); box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45); border-color: rgba(230, 57, 70, 0.3); }

/* =========================================
   14. WooCommerce
   ========================================= */
.shop-hero { position: relative; min-height: 60vh; display: flex; align-items: center; overflow: hidden; padding-top: 100px; }
.shop-hero-bg { position: absolute; inset: 0; background-image: var(--shop-hero-bg); background-size: cover; background-position: center; filter: saturate(1.05) brightness(0.6); transform: scale(1.08); }
.shop-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10, 10, 10, 0.92), rgba(18, 18, 18, 0.55)); }
.shop-hero-content { position: relative; z-index: 2; color: #fff; }
.shop-hero-kicker { display: inline-block; padding: 6px 16px; border-radius: 50px; background: rgba(230, 57, 70, 0.2); color: var(--primary-red); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid rgba(230, 57, 70, 0.3); margin-bottom: 20px; }
.shop-hero h1 { font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 700; letter-spacing: -0.02em; }
.shop-hero-actions { margin-top: 24px; display: flex; gap: 14px; flex-wrap: wrap; }

.shop-hero-card { position: absolute; right: 8%; bottom: -50px; width: min(36vw, 380px); height: min(26vw, 260px); border-radius: var(--radius-xl); background: rgba(18, 18, 18, 0.5); border: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(10px); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45); }
.shop-hero-card-media { position: absolute; inset: 14px; border-radius: 18px; background-image: var(--shop-hero-accent); background-size: cover; background-position: center; }
.shop-hero-card-glow { position: absolute; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(230, 57, 70, 0.3), transparent 70%); bottom: -70px; left: -40px; filter: blur(3px); }

.shop-visuals { padding: 60px 0 20px; background: var(--midnight-black); }
.shop-visuals-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.shop-visual { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35); transition: transform 0.4s ease; }
.shop-visual img { width: 100%; height: 220px; object-fit: cover; }
.shop-visual:hover { transform: translateY(-8px); }

.shop-content { padding: 60px 24px 120px; max-width: 1000px; margin: 0 auto; font-size: 1.05rem; line-height: 1.9; color: rgba(255, 255, 255, 0.88); }
.shop-content h1, .shop-content h2, .shop-content h3, .shop-content h4, .shop-content h5 { color: #fff; margin: 28px 0 12px; }
.shop-content table { width: 100%; border-collapse: collapse; margin: 18px 0 28px; background: rgba(18, 18, 18, 0.6); border-radius: 16px; overflow: hidden; display: block; overflow-x: auto; }
.shop-content table th, .shop-content table td { padding: 12px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.shop-content table th { text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.7); }
.shop-content table tr:last-child td { border-bottom: 0; }
.shop-content a { color: var(--primary-red); }
.shop-content p { margin-bottom: 16px; }
.shop-content ul { margin: 16px 0 22px; padding-left: 20px; }
.shop-content li { margin-bottom: 8px; }
.shop-content strong { color: #fff; }

/* WooCommerce Product Grid */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; padding: 0; list-style: none; }
.woocommerce ul.products li.product { background: rgba(18, 18, 18, 0.6); border-radius: 18px; padding: 18px; box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35); border: 1px solid rgba(255, 255, 255, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: 0 26px 44px rgba(0, 0, 0, 0.45); border-color: rgba(230, 57, 70, 0.3); }
.woocommerce ul.products li.product img { border-radius: 14px; margin-bottom: 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff; font-size: 1.05rem; margin-bottom: 8px; }
.woocommerce ul.products li.product .price { color: var(--primary-red); font-weight: 600; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    background: var(--primary-red) !important; color: #fff !important; border-radius: 50px; padding: 10px 22px; border: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; transition: var(--transition-smooth);
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); }

.woocommerce-cart .woocommerce-cart-form, .woocommerce-checkout .woocommerce-checkout { background: rgba(18, 18, 18, 0.6); border-radius: 18px; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35); }
.woocommerce-cart table.shop_table, .woocommerce-checkout table.shop_table { background: transparent; border: none; }
.woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table td, .woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td { color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.woocommerce-cart .cart_totals, .woocommerce-checkout .woocommerce-checkout-review-order { background: rgba(18, 18, 18, 0.6); border-radius: 18px; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { background: rgba(10, 10, 10, 0.9); border: 1px solid rgba(255, 255, 255, 0.12); color: #fff; border-radius: var(--radius-lg); padding: 12px 14px; }
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-error { background: rgba(18, 18, 18, 0.8); border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; }
.woocommerce-breadcrumb { color: rgba(255, 255, 255, 0.6); margin-bottom: 18px; }

.woocommerce div.product { display: grid; grid-template-columns: minmax(280px, 1.1fr) minmax(260px, 0.9fr); gap: 36px; align-items: start; }
.woocommerce div.product div.images img { border-radius: 20px; box-shadow: 0 24px 40px rgba(0, 0, 0, 0.4); }
.woocommerce div.product .summary { background: rgba(18, 18, 18, 0.6); border-radius: 20px; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.08); }
.woocommerce div.product .summary h1, .woocommerce div.product .summary h2, .woocommerce div.product .summary h3 { color: #fff; }
.woocommerce div.product .summary .price { color: var(--primary-red); font-size: 1.3rem; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 24px; background: rgba(18, 18, 18, 0.6); border-radius: 20px; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.08); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: rgba(255, 255, 255, 0.7); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { background: rgba(18, 18, 18, 0.6); border-radius: 18px; padding: 20px; border: 1px solid rgba(255, 255, 255, 0.08); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { color: rgba(255, 255, 255, 0.8); }

/* =========================================
   15. Content / Page body
   ========================================= */
.page-content { padding: 60px 24px 120px; max-width: 900px; margin: 0 auto; font-size: 1.05rem; line-height: 1.9; color: rgba(255, 255, 255, 0.85); }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 { color: #fff; }
.page-content a { color: var(--primary-red); }
.page-content img { border-radius: var(--radius-lg); }

.entry-content { color: rgba(255, 255, 255, 0.85); line-height: 1.8; }
.entry-content h1, .entry-content h2, .entry-content h3 { color: #fff; }
.entry-content a { color: var(--primary-red); }
.entry-content p { margin-bottom: 16px; }
.entry-content ul, .entry-content ol { margin: 16px 0; padding-left: 24px; }
.entry-content img { border-radius: var(--radius-lg); margin: 24px 0; }

/* VC Compat */
.vc-row-compat { margin: 20px 0; }
.eml-icon-box { background: rgba(18, 18, 18, 0.6) !important; border: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.85); }
.eml-icon-box h3 { color: var(--primary-red) !important; }

/* =========================================
   16. Responsive
   ========================================= */
@media (max-width: 1024px) {
    .data-section .data-grid { grid-template-columns: 1fr; gap: 48px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
    .shop-hero-card { width: min(48vw, 320px); height: min(32vw, 220px); }
    .page-hero-card { right: 6%; width: min(48vw, 360px); height: min(34vw, 260px); }
    .scrolly-step-3d:nth-child(even) { justify-content: flex-start; }
}

@media (max-width: 768px) {
    .site-header .header-inner { border-radius: var(--radius-lg); padding: 10px 16px; }
    .main-navigation ul { display: none; }
    .main-navigation .nav-shop, .main-navigation .nav-cart { display: none; }
    .menu-toggle { display: block; }
    .site-header.menu-open .main-navigation ul { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--glass-bg); backdrop-filter: blur(25px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius-lg); margin-top: 12px; padding: 16px; gap: 4px; }
    .site-header.menu-open .main-navigation .nav-shop, .site-header.menu-open .main-navigation .nav-cart { display: inline-flex; margin-top: 8px; }
    .immersive-hero .hero-title { font-size: clamp(2.2rem, 8vw, 3rem); }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { text-align: center; justify-content: center; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .panel-content { padding: 32px; }
    .scrolly-step-content { max-width: 100%; margin: 0 16px; }
    .scrolly-progress { right: 16px; }
    .woocommerce div.product { grid-template-columns: 1fr; }
    .shop-hero-card { position: relative; right: auto; bottom: auto; margin: 24px auto 0; width: min(80vw, 320px); height: min(50vw, 220px); }
    .page-hero-card { position: relative; right: auto; bottom: auto; margin: 32px auto 0; width: min(80vw, 360px); height: min(54vw, 240px); }
    .page-hero { min-height: 55vh; }
}

@media (max-width: 480px) {
    .services-grid { grid-template-columns: 1fr; }
    .scrolly-step-content h3 { font-size: 1.4rem; }
}

/* =========================================
   17. Scrollbar & Animations
   ========================================= */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--midnight-black); }
::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.15); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.25); }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 10px 2px var(--primary-red); } 50% { box-shadow: 0 0 20px 5px var(--primary-red); } }
.fade-in-up { animation: fadeInUp 0.6s ease forwards; }

.scrolly-3d-loading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgba(255, 255, 255, 0.5); font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; z-index: 5; }
.scrolly-3d-loading::after { content: ''; display: block; width: 32px; height: 32px; border: 2px solid rgba(255, 255, 255, 0.1); border-top-color: var(--primary-red); border-radius: 50%; margin: 16px auto 0; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
