/* TITLE: BLXCKHIPPY HOME ENGINE (LIQUID EDITION) */

:root {
    --vh-orange: #ff9f2e;
    --vh-red: #ff4e00;
    --vh-black: #0a0a0a;
    --vh-glass: rgba(18, 18, 18, 0.4);
    --vh-glass-solid: rgba(22, 22, 22, 0.85);
    --vh-border: rgba(255, 159, 46, 0.2);
    --vh-easing: cubic-bezier(0.16, 1, 0.3, 1);
}

#vh-home-canvas {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 100px;
    width: 100%;
}

/* II. KINETIC TYPOGRAPHY */
.vh-title { font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 900; letter-spacing: -3px; line-height: 1.05; margin: 0 0 1.5rem 0; color: #fff; text-align: left; }
.vh-accent { color: var(--vh-orange); }

.vh-liquid-text {
    background: linear-gradient(to right, #fff, var(--vh-orange), var(--vh-red), #fff);
    background-size: 300% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: text-flow 8s linear infinite;
}
@keyframes text-flow { 0% { background-position: 0% center; } 100% { background-position: 300% center; } }

.vh-tagline-lead { font-size: 1.4rem; font-weight: 400; color: rgba(255,255,255,0.6); max-width: 600px; margin-bottom: 3rem; line-height: 1.6; }
.vh-section-h { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; letter-spacing: -2px; line-height: 1.1; margin-bottom: 1.5rem; text-align: center; }
.vh-sub-h { font-size: 1.25rem; color: rgba(255,255,255,0.6); text-align: center; max-width: 700px; margin: 0 auto 5rem auto; line-height: 1.6; }

/* III. DYNAMIC ATMOSPHERE */
.vh-atmosphere { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.vh-spotlight { position: absolute; width: 80vw; height: 80vw; border-radius: 50%; filter: blur(150px); opacity: 0.12; }
.vh-spotlight.orange { top: -20%; right: -10%; background: var(--vh-orange); }
.vh-spotlight.red { bottom: 20%; left: -20%; background: var(--vh-red); }
.vh-mesh { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 2px 2px, rgba(255,159,46,0.06) 1.5px, transparent 0); background-size: 60px 60px; opacity: 0.5; }
.vh-noise { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.02; background: url('https://www.transparenttextures.com/patterns/stardust.png'); pointer-events: none; }

/* IV. HERO SPLIT ARCHITECTURE */
.vh-hero-section { padding: 100px 8% 100px 8%; min-height: 90vh; display: flex; align-items: center; justify-content: center; position: relative; }
.vh-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; width: 100%; max-width: 1400px; }

.vh-cta-row { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 2.5rem; }

.vh-hero-visual { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; }
.vh-liquid-image-mask {
    width: 100%; height: 100%; position: relative; overflow: hidden;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morphing-glass 15s ease-in-out infinite alternate;
    box-shadow: 0 40px 100px rgba(0,0,0,0.8), inset 0 0 0 2px rgba(255,159,46,0.3);
}
@keyframes morphing-glass {
    0% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
    50% { border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%; }
    100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
}

.vh-image-inner { position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; background-size: cover; background-position: center; transition: transform 0.5s ease; }
.vh-liquid-image-mask:hover .vh-image-inner { transform: scale(1.05); }
.vh-glass-overlay-fx { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255,159,46,0.2), rgba(10,10,10,0.8)); mix-blend-mode: overlay; }

.vh-floating-badge { position: absolute; bottom: 40px; left: -30px; background: rgba(15,15,15,0.8); backdrop-filter: blur(20px); border: 1px solid var(--vh-border); border-radius: 100px; padding: 12px 25px; display: flex; align-items: center; gap: 10px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); z-index: 10; }
.badge-dot { width: 8px; height: 8px; background: #00ff66; border-radius: 50%; animation: pulse-green 2s infinite; box-shadow: 0 0 10px #00ff66; }
@keyframes pulse-green { 0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; } }
.vh-floating-badge span { font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; color: #fff; }

/* V. SERVICES GRID & CARDS */
.vh-solutions-section { padding: 100px 8%; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.vh-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; width: 100%; max-width: 1300px; margin-bottom: 60px; }

.vh-card { position: relative; border-radius: 40px; padding: 1px; } 
.vh-card-core {
    background: var(--vh-glass-solid);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 39px;
    padding: 4rem 3rem;
    height: 100%;
    box-sizing: border-box;
    transition: transform 0.5s var(--vh-easing);
    position: relative;
    z-index: 2;
    text-align: left;
}
.vh-card:hover .vh-card-core { transform: translateY(-10px); background: rgba(30, 30, 30, 0.9); }

.vh-card-liquid-border {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(255,255,255,0.05), var(--vh-orange), rgba(255,255,255,0.05), var(--vh-red));
    background-size: 300% 300%;
    animation: card-liquid 6s infinite linear;
    opacity: 0.4;
    z-index: 1;
    transition: opacity 0.5s;
}
.vh-card:hover .vh-card-liquid-border { opacity: 1; }
@keyframes card-liquid { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

.vh-icon-wrap { width: 60px; height: 60px; border-radius: 16px; background: rgba(255,159,46,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; border: 1px solid rgba(255,159,46,0.2); }
.vh-card-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 1rem; color: #fff; letter-spacing: -0.5px; }
.vh-card-text { font-size: 1.05rem; line-height: 1.8; color: rgba(255,255,255,0.6); margin: 0; }

/* VI. BUTTONS & UX */
.magnetic-wrap { display: inline-block; padding: 10px; cursor: pointer; }
.vh-btn { padding: 1.4rem 3rem; border-radius: 100px; text-decoration: none; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; transition: 0.4s var(--vh-easing); display: inline-block; font-size: 1rem; }
.vh-btn-fill { background: var(--vh-orange); color: #000; box-shadow: 0 15px 35px rgba(255,159,46,0.25); border: 1px solid var(--vh-orange); }
.vh-btn-fill:hover { box-shadow: 0 25px 50px rgba(255,159,46,0.4); background: transparent; color: var(--vh-orange); }

.vh-btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff; }
.vh-btn-outline:hover { border-color: var(--vh-orange); color: var(--vh-orange); }

.vh-text-link { color: #fff; font-size: 1rem; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color 0.3s; margin-top: 10px; }
.vh-text-link:hover { color: var(--vh-orange); }
.vh-arrow, .vh-arrow-right { display: inline-block; transition: transform 0.3s var(--vh-easing); color: var(--vh-orange); }
.vh-text-link:hover .vh-arrow { transform: translateY(5px); }
.vh-text-link:hover .vh-arrow-right { transform: translateX(5px); }

/* VII. RESPONSIVE HARDENING */
@media (max-width: 1100px) {
    .vh-hero-grid { grid-template-columns: 1fr; gap: 60px; text-align: center; }
    .vh-title { text-align: center; }
    .vh-tagline-lead { margin-left: auto; margin-right: auto; text-align: center; }
    .vh-cta-row { justify-content: center; }
    .vh-hero-visual { height: 500px; max-width: 600px; margin: 0 auto; }
    .vh-services-grid { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
}
@media (max-width: 768px) {
    .vh-hero-section, .vh-solutions-section { padding: 120px 5% 60px 5%; }
    .vh-title { font-size: 3.5rem; letter-spacing: -2px; }
    .vh-section-h { font-size: 2.8rem; }
    .vh-cta-row { flex-direction: column; width: 100%; gap: 0; }
    .magnetic-wrap { width: 100%; padding: 10px 0; }
    .vh-btn { width: 100%; text-align: center; box-sizing: border-box; }
    .vh-hero-visual { height: 350px; }
    .vh-floating-badge { bottom: 20px; left: 10px; }
}