<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LUTS » Dan Evsky</title>
	<atom:link href="https://www.danevsky.com/product-category/luts/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.danevsky.com</link>
	<description>Filmmaker &#124; Film Emulation Powergrade + DCTL &#124; LUTS</description>
	<lastBuildDate>Tue, 10 Mar 2026 21:10:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>iCRAFT+ Cinematic Apple Log LUTs for iPhone</title>
		<link>https://www.danevsky.com/product/icraft/</link>
		
		<dc:creator><![CDATA[Dan Evsky]]></dc:creator>
		<pubDate>Tue, 10 Mar 2026 19:22:04 +0000</pubDate>
				<guid isPermaLink="false">https://danevsky.com/?post_type=product&#038;p=210767</guid>

					<description><![CDATA[<p><strong>iCRAFT PRO+ — Cinematic Apple Log LUTs</strong></p>
<ul>Cinematic Apple Log LUTs for iPhone</p>
<li>6 professional .CUBE LUTs (Tungsten, Daylight, Kodak 250D &#038; 500T)</li>
<li>Designed for Apple ProRes Log &#038; Blackmagic Camera App</li>
<li>iPhone 14, 15, 16 &#038; 17 Pro optimized</li>
<li>Works with DaVinci Resolve, FCPX, Premiere Pro</li>
<li>Instant download · Lifetime updates · Zero subscriptions</li>
</ul>
The post <a href="https://www.danevsky.com/product/icraft/">iCRAFT+ Cinematic Apple Log LUTs for iPhone</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></description>
										<content:encoded><![CDATA[<p><!-- CSS (inline, matching CineCraft product style) --></p>
<style>
/* --- CINECRAFT CUSTOM HTML STYLES (MATCHING YOUR HTML) --- */</p>
<p>:root {<br />
    --cc-bg-main: #0a0a0a;<br />
    --cc-bg-surface: #141416;<br />
    --cc-accent-orange: #f48225;<br />
    --cc-accent-green: #56cf6d;<br />
    --cc-accent-purple: #9b4ebf;<br />
    --cc-text-primary: #ffffff;<br />
    --cc-text-secondary: #b0b0b5;<br />
    --cc-grad-rainbow: linear-gradient(90deg, #fce0a2, #f48225, #eb3e51, #9b4ebf, #56cf6d);<br />
}</p>
<p>/* 1. GŁÓWNY WRAPPER */<br />
.cc-wrapper {<br />
    background-color: var(--cc-bg-main) !important;<br />
    color: var(--cc-text-primary) !important;<br />
    font-family: 'Inter', sans-serif !important;<br />
    padding: 40px !important;<br />
    border-radius: 20px !important;<br />
    border: 1px solid #222 !important;<br />
    overflow: hidden !important;<br />
    max-width: 1200px !important;<br />
    margin: 20px auto !important;<br />
    box-sizing: border-box !important;<br />
}</p>
<p>.cc-wrapper *,<br />
.cc-wrapper *::before,<br />
.cc-wrapper *::after {<br />
    box-sizing: border-box !important;<br />
}</p>
<p>/* 2. SEKCJA HERO */<br />
.cc-hero {<br />
    text-align: center !important;<br />
    padding: 40px 20px !important;<br />
    border-bottom: 1px solid #222 !important;<br />
    margin-bottom: 30px !important;<br />
}</p>
<p>/* HERO BANNER IMAGE */<br />
.cc-wrapper .cc-hero-banner {<br />
    position: relative !important;<br />
    width: 100% !important;<br />
    max-height: 420px !important;<br />
    overflow: hidden !important;<br />
    border-radius: 16px 16px 0 0 !important;<br />
    margin-bottom: 0 !important;<br />
}</p>
<p>.cc-wrapper .cc-hero-banner img {<br />
    width: 100% !important;<br />
    height: 100% !important;<br />
    max-height: 420px !important;<br />
    object-fit: cover !important;<br />
    object-position: center 30% !important;<br />
    display: block !important;<br />
}</p>
<p>.cc-wrapper .cc-hero-banner::after {<br />
    content: '' !important;<br />
    position: absolute !important;<br />
    bottom: 0 !important;<br />
    left: 0 !important;<br />
    right: 0 !important;<br />
    height: 60% !important;<br />
    background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.6) 50%, #0a0a0a 100%) !important;<br />
    pointer-events: none !important;<br />
}</p>
<p>.cc-wrapper .cc-title {<br />
    font-size: clamp(3rem, 6vw, 5rem) !important;<br />
    font-weight: 900 !important;<br />
    margin: 0 0 20px 0 !important;<br />
    padding: 0 !important;<br />
    line-height: 1.1 !important;<br />
    background: var(--cc-grad-rainbow) !important;<br />
    -webkit-background-clip: text !important;<br />
    background-clip: text !important;<br />
    -webkit-text-fill-color: transparent !important;<br />
    filter: drop-shadow(0 4px 15px rgba(0,0,0,0.5)) !important;<br />
    border: none !important;<br />
}</p>
<p>.cc-title span, .cc-gradient {<br />
    background: inherit;<br />
    -webkit-background-clip: text;<br />
    background-clip: text;<br />
    -webkit-text-fill-color: transparent;<br />
}</p>
<p>.cc-wrapper .cc-subtitle {<br />
    font-size: 1.5rem !important;<br />
    color: var(--cc-accent-orange) !important;<br />
    font-weight: 700 !important;<br />
    margin-bottom: 15px !important;<br />
    margin-top: 0 !important;<br />
}</p>
<p>.cc-wrapper .cc-description {<br />
    font-size: 1.1rem !important;<br />
    color: var(--cc-text-secondary) !important;<br />
    max-width: 700px !important;<br />
    margin: 0 auto !important;<br />
    line-height: 1.6 !important;<br />
}</p>
<p>/* 3. NAGŁÓWKI SEKCJI (H3) z efektem FLARY */<br />
.cc-wrapper h3 {<br />
    text-align: center !important;<br />
    font-size: 2rem !important;<br />
    font-weight: 800 !important;<br />
    margin: 40px auto 25px auto !important;<br />
    padding: 0 !important;<br />
    position: relative !important;<br />
    background: var(--cc-grad-rainbow) !important;<br />
    -webkit-background-clip: text !important;<br />
    background-clip: text !important;<br />
    -webkit-text-fill-color: transparent !important;<br />
    border: none !important;<br />
    color: transparent !important;<br />
}</p>
<p>.cc-wrapper h3::before {<br />
    content: "";<br />
    display: block;<br />
    position: absolute;<br />
    top: -20px;<br />
    left: 50%;<br />
    transform: translateX(-50%);<br />
    width: 120px;<br />
    height: 3px;<br />
    background: var(--cc-grad-rainbow);<br />
    box-shadow: 0 0 15px rgba(244, 130, 37, 0.8);<br />
    border-radius: 10px;<br />
}</p>
<p>/* DIVIDER */<br />
.cc-wrapper .cc-divider {<br />
    width: 100% !important;<br />
    height: 1px !important;<br />
    background: linear-gradient(90deg, transparent, rgba(244,130,37,0.3), rgba(155,78,191,0.3), transparent) !important;<br />
    margin: 10px 0 !important;<br />
    border: none !important;<br />
    padding: 0 !important;<br />
}</p>
<p>/* 4. PROFILE KAMER (Chipy) */<br />
.cc-profiles-grid {<br />
    display: grid;<br />
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));<br />
    gap: 15px;<br />
    margin-bottom: 60px;<br />
}</p>
<p>.cc-profile-chip {<br />
    background: rgba(20, 20, 22, 0.6);<br />
    border: 1px solid #333;<br />
    border-radius: 10px;<br />
    padding: 15px;<br />
    text-align: center;<br />
    font-weight: 700;<br />
    font-size: 0.9rem;<br />
    color: #fff;<br />
    position: relative;<br />
    overflow: hidden;<br />
    transition: 0.3s;<br />
    display: flex;<br />
    justify-content: center;<br />
    align-items: center;<br />
}</p>
<p>.cc-profile-chip::before {<br />
    content: '';<br />
    position: absolute;<br />
    top: 0; left: 0; width: 100%; height: 2px;<br />
    background: var(--cc-grad-rainbow);<br />
    opacity: 0.6;<br />
}</p>
<p>.cc-profile-chip:hover {<br />
    transform: translateY(-3px);<br />
    background: #1a1a1c;<br />
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);<br />
}</p>
<p>.cc-profile-chip:hover::before {<br />
    height: 3px;<br />
    opacity: 1;<br />
    box-shadow: 0 0 10px var(--cc-accent-orange);<br />
}</p>
<p>/* 5. IMPACT CARD */<br />
.cc-impact-card {<br />
    margin-bottom: 60px;<br />
    text-align: center;<br />
    background: rgba(20, 20, 22, 0.6);<br />
    padding: 50px 40px;<br />
    border-radius: 20px;<br />
    border: 1px solid #333;<br />
    position: relative;<br />
    overflow: hidden;<br />
}</p>
<p>.cc-impact-card::before {<br />
    content: '';<br />
    position: absolute;<br />
    top: 0; left: 0; right: 0;<br />
    height: 1px;<br />
    background: linear-gradient(90deg, transparent, rgba(244,130,37,0.5), transparent);<br />
}</p>
<p>.cc-impact-card .cc-impact-emoji {<br />
    font-size: 2.5rem;<br />
    margin-bottom: 20px;<br />
    display: block;<br />
}</p>
<p>.cc-impact-card h4 {<br />
    font-size: 1.6rem;<br />
    color: var(--cc-text-primary);<br />
    margin-bottom: 15px;<br />
    font-weight: 800;<br />
}</p>
<p>.cc-impact-card p {<br />
    color: var(--cc-text-secondary);<br />
    line-height: 1.7;<br />
    font-size: 1.05rem;<br />
    max-width: 600px;<br />
    margin: 0 auto;<br />
}</p>
<p>/* 6. SLIDER GRID */<br />
.cc-wrapper .cc-slider-grid {<br />
    display: grid !important;<br />
    grid-template-columns: 1fr 1fr !important;<br />
    gap: 30px !important;<br />
    margin-top: 20px !important;<br />
    width: 100% !important;<br />
}</p>
<p>/* Hide WordPress wpautop ghost </p>
<p> and <br /> tags */<br />
.cc-wrapper .cc-slider-grid > p,<br />
.cc-wrapper .cc-slider-grid > br {<br />
    display: none !important;<br />
}</p>
<p>.cc-wrapper .cc-slider-item {<br />
    background: #000 !important;<br />
    border: 1px solid #333 !important;<br />
    border-radius: 12px !important;<br />
    overflow: hidden !important;<br />
    box-shadow: 0 10px 20px rgba(0,0,0,0.3) !important;<br />
    transition: transform 0.3s ease !important;<br />
    min-width: 0 !important;<br />
    width: 100% !important;<br />
}</p>
<p>/* Override ba_slider shortcode output styles */<br />
.cc-wrapper .cc-slider-item .ba-slider-container,<br />
.cc-wrapper .cc-slider-item > div,<br />
.cc-wrapper .cc-slider-item video,<br />
.cc-wrapper .cc-slider-item .wp-video {<br />
    width: 100% !important;<br />
    max-width: 100% !important;<br />
    min-width: 0 !important;<br />
}</p>
<p>.cc-wrapper .cc-slider-item:hover {<br />
    border-color: #555 !important;<br />
    transform: translateY(-5px) !important;<br />
}</p>
<p>/* 7. STOCK CARDS (VIDEO CARDS) */<br />
.cc-stock-card {<br />
    display: flex;<br />
    flex-wrap: wrap;<br />
    flex-direction: row;<br />
    background: var(--cc-bg-surface);<br />
    border: 1px solid #333;<br />
    border-radius: 16px;<br />
    overflow: hidden;<br />
    margin-bottom: 40px;<br />
    align-items: stretch;<br />
}</p>
<p>.cc-stock-card .wp-video,<br />
.cc-stock-card video {<br />
    flex: 1.5;<br />
    min-width: 300px;<br />
    width: 100% !important;<br />
    height: auto !important;<br />
    aspect-ratio: 16 / 9;<br />
    object-fit: cover;<br />
    margin: 0 !important;<br />
}</p>
<p>.cc-stock-info {<br />
    flex: 1;<br />
    padding: 40px;<br />
    display: flex;<br />
    flex-direction: column;<br />
    justify-content: center;<br />
    border-left: 1px solid #222;<br />
    text-align: left;<br />
}</p>
<p>.cc-stock-info h4 {<br />
    color: var(--cc-accent-orange);<br />
    font-size: 1.4rem;<br />
    margin-top: 0;<br />
    margin-bottom: 10px;<br />
    font-weight: 800;<br />
}</p>
<p>.cc-stock-info p {<br />
    color: var(--cc-text-secondary);<br />
    line-height: 1.7;<br />
    margin-bottom: 0;<br />
    font-size: 1rem;<br />
}</p>
<p>.cc-tag {<br />
    display: inline-block;<br />
    margin-top: 15px;<br />
    font-size: 0.8rem;<br />
    color: var(--cc-accent-purple);<br />
    font-weight: 700;<br />
    text-transform: uppercase;<br />
    letter-spacing: 1px;<br />
    border: 1px solid var(--cc-accent-purple);<br />
    padding: 5px 10px;<br />
    border-radius: 4px;<br />
    align-self: flex-start;<br />
}</p>
<p>/* 8. DCTL / LUT COLLECTION GRID */<br />
.cc-grid {<br />
    display: grid;<br />
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));<br />
    gap: 25px;<br />
    margin-bottom: 60px;<br />
}</p>
<p>.cc-item {<br />
    background: var(--cc-bg-surface);<br />
    border: 1px solid #333;<br />
    padding: 30px;<br />
    border-radius: 12px;<br />
    transition: 0.3s;<br />
}</p>
<p>.cc-item:hover {<br />
    border-color: var(--cc-accent-green);<br />
    transform: translateY(-5px);<br />
}</p>
<p>.cc-item h5 {<br />
    color: var(--cc-accent-green);<br />
    font-size: 1.2rem;<br />
    margin-top: 0;<br />
    margin-bottom: 10px;<br />
    font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;<br />
}</p>
<p>.cc-item p {<br />
    color: var(--cc-text-secondary);<br />
    font-size: 0.95rem;<br />
    line-height: 1.6;<br />
    margin: 0;<br />
}</p>
<p>/* 9. WORKFLOW LIST */<br />
.cc-workflow {<br />
    max-width: 800px;<br />
    margin: 0 auto;<br />
}</p>
<p>ol.cc-list {<br />
    list-style: none;<br />
    padding: 0;<br />
    counter-reset: workflow-counter;<br />
}</p>
<p>ol.cc-list li {<br />
    position: relative;<br />
    padding: 15px 0 15px 40px;<br />
    border-bottom: 1px solid #222;<br />
    color: var(--cc-text-secondary);<br />
}</p>
<p>ol.cc-list li::before {<br />
    counter-increment: workflow-counter;<br />
    content: counter(workflow-counter);<br />
    position: absolute;<br />
    left: 0;<br />
    top: 15px;<br />
    width: 25px;<br />
    height: 25px;<br />
    background: #222;<br />
    color: var(--cc-accent-orange);<br />
    border-radius: 50%;<br />
    text-align: center;<br />
    line-height: 25px;<br />
    font-size: 0.8rem;<br />
    font-weight: bold;<br />
}</p>
<p>ol.cc-list li strong {<br />
    color: #fff;<br />
    margin-right: 5px;<br />
}</p>
<p>/* 10. CTA BUTTON */<br />
.cc-wrapper .cc-btn {<br />
    display: inline-block !important;<br />
    background: linear-gradient(135deg, var(--cc-accent-orange) 0%, #ea580c 100%) !important;<br />
    color: #fff !important;<br />
    padding: 16px 40px !important;<br />
    border-radius: 14px !important;<br />
    text-decoration: none !important;<br />
    font-weight: 800 !important;<br />
    text-transform: uppercase !important;<br />
    letter-spacing: 1.5px !important;<br />
    font-size: 0.9rem !important;<br />
    transition: all 0.3s ease !important;<br />
    box-shadow: 0 4px 20px rgba(244, 130, 37, 0.3) !important;<br />
    border: none !important;<br />
    text-align: center !important;<br />
    cursor: pointer !important;<br />
}</p>
<p>.cc-wrapper .cc-btn:hover {<br />
    transform: translateY(-3px) scale(1.02) !important;<br />
    box-shadow: 0 8px 30px rgba(244, 130, 37, 0.5) !important;<br />
    color: #fff !important;<br />
    text-decoration: none !important;<br />
}</p>
<p>/* UTILITY */<br />
.cc-wrapper .text-center { text-align: center !important; }<br />
.cc-wrapper .mt-40 { margin-top: 30px !important; }<br />
.cc-wrapper .mb-40 { margin-bottom: 30px !important; }</p>
<p>/* RESPONSIVE */<br />
@media (max-width: 900px) {<br />
    .cc-wrapper { padding: 20px; }<br />
    .cc-stock-card { flex-direction: column; }<br />
    .cc-stock-info {<br />
        border-left: none;<br />
        border-top: 1px solid #333;<br />
        padding: 25px;<br />
    }<br />
    .cc-profiles-grid {<br />
        grid-template-columns: repeat(2, 1fr);<br />
    }<br />
}</p>
<p>@media (max-width: 768px) {<br />
    .cc-slider-grid {<br />
        grid-template-columns: 1fr;<br />
    }<br />
}<br />
</style>
<p><!-- ============================ GŁÓWNA STRUKTURA STRONY ============================ --></p>
<div class="cc-wrapper">
<p><!-- ===================== HERO BANNER ===================== --></p>
<div class="cc-hero-banner"><img decoding="async" src="https://danevsky.com/wp-content/uploads/2026/03/Gemini_Generated_Image_yk1brzyk1brzyk1b-scaled.webp" alt="iCRAFT+ LUTs — Cinematic color grading for iPhone" /></div>
<p><!-- ===================== HERO TEXT ===================== --></p>
<div class="cc-hero">
<h1 class="cc-title">iCRAFT PRO+</h1>
<div class="cc-subtitle">Cinematic Apple Log LUTs for iPhone</div>
<div class="cc-description">Transform flat Apple Log footage into stunning cinematic visuals. Professional .CUBE LUTs<br />
crafted for mobile filmmakers — perfect skin tones, rich contrast, one click.</div>
<div class="text-center mt-40"><a class="cc-btn" href="#">Get the iCRAFT+ Pack</a></div>
</div>
<hr class="cc-divider" />
<p><!-- ===================== BEFORE / AFTER ===================== --></p>
<h3>Stunning Results</h3>
<div class="cc-slider-grid" style="margin-bottom: 40px;">
<div class="cc-slider-item">
<div style="width: 100%; height: 100%; display: flex;">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261e4177" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/Rough-Cut.Tungsten-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/Rough-Cut.Tungsten-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">iCRAFT+ Tungsten</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/log2-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/log2-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Apple ProRes Log</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
</div>
<div class="cc-slider-item">
<div style="width: 100%; height: 100%; display: flex;">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261e4199" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/Daylight-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/Daylight-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">iCRAFT+ Daylight</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/log-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/log-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Apple ProRes Log</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
</div>
<div class="cc-slider-item">
<div style="width: 100%; height: 100%; display: flex;">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261e41ab" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/2-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/2-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">iCRAFT+ Daylight</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/2_falt.m-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/2_falt.m-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Apple ProRes Log</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
</div>
<div class="cc-slider-item">
<div style="width: 100%; height: 100%; display: flex;">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261e41b9" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/icraft_day1-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/icraft_day1-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">iCRAFT+ Daylight</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/icraft_day1_falt-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/icraft_day1_falt-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Apple ProRes Log</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
</div>
<div class="cc-slider-item">
<div style="width: 100%; height: 100%; display: flex;">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261e41c8" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/250d-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/250d-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">iCRAFT+ Kodak 250D</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/250d_flat-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/250d_flat-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Apple ProRes Log</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
</div>
<div class="cc-slider-item">
<div style="width: 100%; height: 100%; display: flex;">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261e41d7" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/500T-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/500T-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">iCRAFT+ Kodak 500T</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/500T-flaa-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/03/500T-flaa-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Apple ProRes Log</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
</div>
</div>
<div class="cc-stock-info" style="border-left: none; text-align: center; max-width: 800px; margin: 0 auto 60px auto; padding: 20px;">
<div class="cc-tag" style="margin-bottom: 20px; align-self: center;">1-Click Transformation</div>
<h4>Drag &amp; Drop .CUBE LUTs</h4>
<p>Cinematic Apple Log LUTs for iPhone. Instantly apply professional color science to your iPhone ProRes Log footage. Just drop the .CUBE file<br />
into your timeline — DaVinci Resolve, Final Cut Pro, or Premiere Pro. No node trees, no configuration.</p>
</div>
<hr class="cc-divider" />
<p><!-- ===================== SOCIAL PROOF ===================== --></p>
<div class="cc-impact-card"><span class="cc-impact-emoji"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<h4>Cinematic Color. One Click.</h4>
<p>Stand out on <strong>Instagram, YouTube, and TikTok</strong>. These .CUBE LUTs deliver a deep, filmic feel<br />
with rich colors and powerful contrast. Achieve a<br />
professional aesthetic in seconds — optimized for the free <strong>Blackmagic Camera<br />
App</strong> with Apple Log enabled.</p>
</div>
<p><!-- ===================== SUPPORTED WORKFLOWS ===================== --></p>
<h3>Supported Workflows</h3>
<div class="cc-profiles-grid">
<div class="cc-profile-chip">Apple ProRes Log</div>
<div class="cc-profile-chip">Blackmagic Camera App</div>
<div class="cc-profile-chip">iPhone 14–17 Pro</div>
<div class="cc-profile-chip">Premium .CUBE Format</div>
<div class="cc-profile-chip">DaVinci Resolve</div>
<div class="cc-profile-chip">Final Cut Pro</div>
<div class="cc-profile-chip">Premiere Pro</div>
<div class="cc-profile-chip">Any NLE</div>
</div>
<hr class="cc-divider" />
<p><!-- ===================== THE COLLECTION ===================== --></p>
<h3>The Collection — 4 Custom .CUBE LUTs</h3>
<div class="cc-grid">
<div class="cc-item">
<h5>iCRAFT+Tungsten.cube</h5>
<p>Pure tungsten correction for indoor environments. Retains natural skin tones with rich colors and cinematic separation.</p>
<div class="cc-tag" style="margin-top: 12px;">Indoor / Tungsten 3200K</div>
</div>
<div class="cc-item">
<h5>iCRAFT+Tungsten_Warm.cube</h5>
<p>Indoor lighting with pushed warmth. Delivers rich colors and filmic contrast without sacrificing the natural atmosphere.</p>
<div class="cc-tag" style="margin-top: 12px;">Indoor / Warm Tone</div>
</div>
<div class="cc-item">
<h5>iCRAFT+Daylight.cube</h5>
<p>Clean, highly accurate colors for general shooting. Achieves a gorgeous naturally filmic contrast with perfect skin tones.</p>
<div class="cc-tag" style="margin-top: 12px;">Outdoor / Daylight 5600K</div>
</div>
<div class="cc-item">
<h5>iCRAFT+Daylight_Warmo.cube</h5>
<p>Perfect for golden hour scenes. Adds a beautiful warm glow while maintaining deep, rich colors and filmic contrast.</p>
<div class="cc-tag" style="margin-top: 12px;">Golden Hour / Warm</div>
</div>
</div>
<hr class="cc-divider" />
<p><!-- ===================== WHY iCRAFT+? ===================== --></p>
<h3>Why iCRAFT+?</h3>
<div class="cc-workflow">
<ol class="cc-list">
<li><strong>4 Custom .CUBE Files</strong> meticulously crafted for various lighting conditions with rich colors and filmic contrast.</li>
<li><strong>Native Blackmagic Camera App Support</strong> — shoot in Apple ProRes Log with the free Blackmagic Camera app.</li>
<li><strong>Optimized for iPhone 14, 15, 16 &amp; 17 Pro</strong> — extracts maximum dynamic range from Apple Log.</li>
<li><strong>Works with Any NLE</strong> — DaVinci Resolve, Final Cut Pro, Premiere Pro, and any .CUBE-compatible editor.</li>
<li><strong>Drag &amp; Drop Simplicity</strong> — no node trees, no PowerGrades, no configuration. Just drop the .CUBE and go.</li>
<li><strong>Lifetime Access &amp; Updates</strong> — one-time payment, zero subscriptions.</li>
<li><strong>Instant Digital Download</strong> — start creating cinematic videos immediately after purchase.</li>
</ol>
</div>
<hr class="cc-divider" />
<p><!-- ===================== FINAL CTA ===================== --></p>
<h3 style="margin-top: 80px;">Ready to elevate your footage?</h3>
<div class="text-center mb-40">
<p class="cc-description" style="margin-bottom: 25px;">Join thousands of creators using iCRAFT+ to grade<br />
their iPhone ProRes Log footage flawlessly.</p>
<p><a class="cc-btn" href="#">Get iCRAFT+ LUTs Pack</a></p>
</div>
</div>The post <a href="https://www.danevsky.com/product/icraft/">iCRAFT+ Cinematic Apple Log LUTs for iPhone</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CineCraft Pro+ &#124; Film Emulation PowerGrade + DCTL</title>
		<link>https://www.danevsky.com/product/cinecraft-pro/</link>
		
		<dc:creator><![CDATA[Dan Evsky]]></dc:creator>
		<pubDate>Mon, 03 Mar 2025 22:54:53 +0000</pubDate>
				<guid isPermaLink="false">https://danevsky.com/?post_type=product&#038;p=210185</guid>

					<description><![CDATA[<div style="line-height: 1.3; font-family: 'Inter', sans-serif;">
<div style="margin-bottom: 4px;"><strong style="font-size: 1.1em; color: #111111;">CINECRAFT <span class="cc-gradient">PRO+</span></strong><br />
<span style="background: var(--cc-grad-rainbow, linear-gradient(90deg, #fce0a2, #f48225, #eb3e51, #9b4ebf, #56cf6d)); color: #fff; padding: 1px 5px; border-radius: 3px; font-size: 0.7em; font-weight: 800; vertical-align: middle; margin-left: 5px; text-shadow: 0 1px 2px rgba(0,0,0,0.3);">ULTIMATE TOOLKIT</span></div>
<p style="margin: 0 0 6px 0; font-size: 0.9em; color: #444444;">Transform digital footage into cinematic masterpieces. Powered by <strong style="color: #000;">Custom DCTLs</strong> &#38; real film analysis.</p>
<ul style="list-style: none; padding: 0; margin: 0; font-size: 0.85em; color: #555555;">
<li style="margin-bottom: 2px; display: flex; align-items: center;"><span style="color: #27ae60; margin-right: 6px; font-weight: bold;">●</span> Kodak Vision3 (250D/500T) &#38; 2383 Print</li>
<li style="margin-bottom: 2px; display: flex; align-items: center;"><span style="color: #27ae60; margin-right: 6px; font-weight: bold;">●</span> Advanced DCTLs (Halation, Grain, Matrix)</li>
<li style="margin: 0; display: flex; align-items: center;"><span style="color: #27ae60; margin-right: 6px; font-weight: bold;">●</span> Full DaVinci Resolve PowerGrade Pipeline</li>
</ul>
</div>
The post <a href="https://www.danevsky.com/product/cinecraft-pro/">CineCraft Pro+ | Film Emulation PowerGrade + DCTL</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></description>
										<content:encoded><![CDATA[<div class="cc-wrapper">
<section class="cc-hero">
<div class="cc-video-bg"></div>
<div class="cc-hero-content">
<h1 class="cc-title">CineCraft <span class="cc-gradient">PRO+</span></h1>
<p class="cc-subtitle">Film Emulation PowerGrade for DaVinci Resolve</p>
<p class="cc-description">Bring authentic motion picture film aesthetics to your digital projects with meticulously crafted Power Grade and custom DCTL scripts.</p>
</div>
</section>
<section class="cc-compatibility">
<h3>Optimized for <span class="cc-highlight">ALL MAJOR CAMERA SYSTEMS</span></h3>
<div class="cc-profiles-container">
<div class="cc-profiles-grid">
<div class="cc-profile-chip">ARRI Log C</div>
<div class="cc-profile-chip">Blackmagic Film</div>
<div class="cc-profile-chip">Sony S-Log3</div>
<div class="cc-profile-chip">Canon C-Log</div>
<div class="cc-profile-chip">RED Log3G10</div>
<div class="cc-profile-chip">Nikon N-Log</div>
<div class="cc-profile-chip">Panasonic V-Log</div>
<div class="cc-profile-chip">Fujifilm F-Log</div>
<div class="cc-profile-chip">iPhone ProRes Log</div>
</div>
</div>
</section>
<section class="cc-main-text">
<div class="cc-container">
<h3>Authentic Film Aesthetics</h3>
<p>See the difference specifically designed color science makes.<br />
CineCraft Pro+ brings the rich, organic quality of motion picture film to your digital projects through precision-engineered film emulation.</p>
</div>
</section>
<section class="cc-stocks">
<h3>Film Stock Emulations</h3>
<div class="cc-stock-card">
<div style="width: 1220px;" class="wp-video"><video class="wp-video-shortcode" id="video-210185-1" width="1220" height="686" loop autoplay preload="metadata" controls="controls"><source type="video/mp4" src="https://danevsky.com/wp-content/uploads/2025/03/250D.mp4?_=1" /><a href="https://danevsky.com/wp-content/uploads/2025/03/250D.mp4">https://danevsky.com/wp-content/uploads/2025/03/250D.mp4</a></video></div>
<div class="cc-stock-info">
<h4>KODAK VISION3 250D (5219)</h4>
<p>Optimized for daylight (5500K) with neutral skin tones and legendary highlight handling.<br />
<span class="cc-tag">Ideal for: Exterior, Natural Light</span></p>
</div>
</div>
<div class="cc-stock-card">
<div style="width: 1220px;" class="wp-video"><video class="wp-video-shortcode" id="video-210185-2" width="1220" height="686" loop autoplay preload="metadata" controls="controls"><source type="video/webm" src="https://danevsky.com/wp-content/uploads/2026/02/500T-vp9-chrome.webm?_=2" /><a href="https://danevsky.com/wp-content/uploads/2026/02/500T-vp9-chrome.webm">https://danevsky.com/wp-content/uploads/2026/02/500T-vp9-chrome.webm</a></video></div>
<div class="cc-stock-info">
<h4>KODAK VISION3 500T (5219)</h4>
<p>Perfect for tungsten lighting (3200K). Features unique halation and rich, saturated colors.<br />
<span class="cc-tag">Ideal for: Night, Interior, Moody</span></p>
</div>
</div>
<div class="cc-stock-card">
<div style="width: 1220px;" class="wp-video"><video class="wp-video-shortcode" id="video-210185-3" width="1220" height="686" loop autoplay preload="metadata" controls="controls"><source type="video/webm" src="https://danevsky.com/wp-content/uploads/2025/03/25D-vp9-chrome.webm?_=3" /><a href="https://danevsky.com/wp-content/uploads/2025/03/25D-vp9-chrome.webm">https://danevsky.com/wp-content/uploads/2025/03/25D-vp9-chrome.webm</a></video></div>
<div class="cc-stock-info">
<h4>KODAK VISION 2383 Print Film</h4>
<p>The &#8220;Big Screen Look&#8221;. Recreates the contrast and density of projected motion picture print film.<br />
<span class="cc-tag">Ideal for: Final Output, Theatrical Look</span></p>
</div>
</div>
</section>
<section class="cc-dctl">
<h3>Six Powerful DCTL Scripts</h3>
<div class="cc-grid">
<div class="cc-item">
<h5>CC+ Vision Color</h5>
<p>Advanced film stock emulation algorithm.</p>
</div>
<div class="cc-item">
<h5>CC+ 2383 Print</h5>
<p>Authentic print film process simulation.</p>
</div>
<div class="cc-item">
<h5>CC+ Film Matrix</h5>
<p>Sophisticated color cross-talk simulation.</p>
</div>
<div class="cc-item">
<h5>CC+ Contrast</h5>
<p>Film-like natural highlight rolloff.</p>
</div>
<div class="cc-item">
<h5>CC+ Gamut</h5>
<p>Precise color space conversion tool.</p>
</div>
<div class="cc-item">
<h5>CC+ Saturation</h5>
<p>Advanced natural skin tone control.</p>
</div>
</div>
</section>
<section class="cc-workflow">
<h3>Complete Film Workflow Pipeline</h3>
<ol class="cc-list">
<li><strong>Input Transform</strong> &#8211; Camera color space to LogC/DWG</li>
<li><strong>Linear Conversion</strong> &#8211; Accurate light space processing</li>
<li><strong>Film Matrix</strong> &#8211; Channel cross-talk rendering</li>
<li><strong>Exposure</strong> &#8211; Primary adjustments in linear</li>
<li><strong>Halation</strong> &#8211; Realistic light bloom</li>
<li><strong>Film Emulation</strong> &#8211; Vision color &amp; grain</li>
<li><strong>2383 Print</strong> &#8211; Final theatrical look</li>
</ol>
</section>
<section class="cc-sliders-section">
<h3 style="margin-top: 60px;">Visual Comparisons</h3>
<div class="cc-slider-grid">
<div class="cc-slider-item">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261ec748" style="max-width: 600px; margin: 0 auto;">
        
                    <img decoding="async" class="wbas-img-after" src="https://danevsky.com/wp-content/uploads/2025/03/paris2.jpg" alt="After">
                
                    <span class="wbas-badge after">CineCraft PRO+</span>
        
                    <img decoding="async" class="wbas-img-before" src="https://danevsky.com/wp-content/uploads/2025/03/paris1.jpg" alt="Before">
        
                    <span class="wbas-badge before">Sony Slog3</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
<div class="cc-slider-item">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261ec759" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/laski_after-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/laski_after-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">Cinecraft PRO+</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/laski_before-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/laski_before-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">ArriLogC</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
<div class="cc-slider-item">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261ec76a" style="max-width: 600px; margin: 0 auto;">
        
                    <img decoding="async" class="wbas-img-after" src="https://danevsky.com/wp-content/uploads/2026/02/laski-d65.webp" alt="After">
                
                    <span class="wbas-badge after">CineCraft PRO+ D65</span>
        
                    <img decoding="async" class="wbas-img-before" src="https://danevsky.com/wp-content/uploads/2026/02/laski-d55.webp" alt="Before">
        
                    <span class="wbas-badge before">CineCraft PRO+ D55</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
<div class="cc-slider-item">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261ec774" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_after2-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_after2-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">CineCraft PRO+ D55</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_before2-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_before2-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Blackmagic Design Wide Gamut Gen 5</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
<div class="cc-slider-item">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261ec783" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_after_after-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_after_after-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">CineCraft PRO+ D55</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_after.before-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/indian_after.before-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Blackmagic Design Wide Gamut Gen 5</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
<div class="cc-slider-item">    
    <style>
        .wbas-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
            line-height: 0; 
            user-select: none;
            /* Zmienne sterujące */
            --pos: 50%;
            --opa-b: 1; 
            --opa-a: 1; 
        }

        .wbas-img-after {
            display: block;
            width: 100%;
            height: auto; 
            object-fit: cover;
        }

        .wbas-img-before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Tniemy obraz */
            clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
            z-index: 2;
        }

        .wbas-range {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 10;
            cursor: col-resize;
            margin: 0;
        }

        .wbas-divider {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--pos);
            width: 2px;
            background: #fff;
            z-index: 9;
            pointer-events: none;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .wbas-handle {
            position: absolute;
            top: 50%;
            left: var(--pos);
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            pointer-events: none;
            box-shadow: 0 2px 6px rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wbas-handle::after {
            content: '&#x2194;';
            color: #333;
            font-size: 20px;
            font-weight: bold;
        }

        /* Etykiety */
        .wbas-badge {
            position: absolute;
            top: 15px;
            padding: 4px 10px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 12px;
            border-radius: 4px;
            pointer-events: none;
            z-index: 5;
            text-transform: uppercase;
            font-family: sans-serif;
            line-height: normal;
            transition: opacity 0.4s ease;
        }
        .wbas-badge.before { left: 15px; opacity: var(--opa-b); }
        .wbas-badge.after { right: 15px; opacity: var(--opa-a); }
    </style>

    <div class="wbas-wrapper" id="wbas_69fb2261ec78e" style="max-width: 600px; margin: 0 auto;">
        
                    <video class="wbas-img-after" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/japan_after-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/japan_after-vp9-chrome.webm" type="video/mp4">
            </video>
                
                    <span class="wbas-badge after">CineCraft PRO+ D55</span>
        
                    <video class="wbas-img-before" loop muted playsinline autoplay disablePictureInPicture controlsList="nodownload nofullscreen noremoteplayback" oncontextmenu="return false;">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/japan_before-vp9-chrome.webm" type="video/webm">
                <source src="https://danevsky.com/wp-content/uploads/2026/02/japan_before-vp9-chrome.webm" type="video/mp4">
            </video>
        
                    <span class="wbas-badge before">Blackmagic Design Wide Gamut Gen 5</span>
        
        <div class="wbas-divider"></div>
        <div class="wbas-handle"></div>
        <input type="range" min="0" max="100" value="50" class="wbas-range" oninput="wbasUpdate(this)">

    </div>

    <script>
    function wbasUpdate(slider) {
        var val = slider.value;
        var wrapper = slider.parentNode;
        
        wrapper.style.setProperty('--pos', val + '%');
        
        // Smart Labels (Zanikanie)
        if(val > 50) {
            wrapper.style.setProperty('--opa-b', '1');
            wrapper.style.setProperty('--opa-a', '0');
        } else {
            wrapper.style.setProperty('--opa-b', '0');
            wrapper.style.setProperty('--opa-a', '1');
        }
    }

    document.addEventListener("DOMContentLoaded", function() {
        var containers = document.querySelectorAll('.wbas-wrapper');
        containers.forEach(function(container) {
            var range = container.querySelector('.wbas-range');
            if(range) wbasUpdate(range);

            var vids = container.querySelectorAll('video');
            if(vids.length === 2) {
                var v1 = vids[0]; // After
                var v2 = vids[1]; // Before (clip)
                
                // POPRAWKA: Synchronizujemy tylko START, nie synchronizujemy PAUZY.
                // Dzięki temu jak przeglądarka zatrzyma ukryty film, widoczny nadal gra.
                
                v1.onplay = function(){ v2.play(); };
                v2.onplay = function(){ v1.play(); };
                
                // Usunąłem onpause = pause.
                
                // Synchronizacja czasu (żeby się nie rozjechały)
                setInterval(function(){
                    // Jeśli różnica czasu jest duża, wyrównaj
                    if(Math.abs(v1.currentTime - v2.currentTime) > 0.1) {
                        // Wyrównujemy do tego, który jest "do przodu" lub tego który jest widoczny
                        // Bezpieczniej wyrównać v2 do v1
                        v2.currentTime = v1.currentTime;
                    }
                    
                    // Zabezpieczenie: Jeśli któryś stoi, a powinien grać - kopnij go
                    if(v1.paused && !v2.paused) v1.play();
                    if(!v1.paused && v2.paused) v2.play();
                    
                }, 500);
            }
        });
    });
    </script>
    
    </div>
</div>
</section>
</div>The post <a href="https://www.danevsky.com/product/cinecraft-pro/">CineCraft Pro+ | Film Emulation PowerGrade + DCTL</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ARRI ALEXA LOOK &#8211; ARRI LUTs for Sony S-Log2, S-Log3</title>
		<link>https://www.danevsky.com/product/arri-luts-for-sony/</link>
		
		<dc:creator><![CDATA[Dan Evsky]]></dc:creator>
		<pubDate>Mon, 02 May 2022 14:30:39 +0000</pubDate>
				<guid isPermaLink="false">https://staticmotion.pl/?post_type=product&#038;p=208866</guid>

					<description><![CDATA[<div style="line-height: 1.3; font-family: 'Inter', sans-serif;">
<div style="margin-bottom: 4px;">
        <strong style="font-size: 1.1em;">ARRI LOOK <span class="cc-gradient">FOR SONY</span></strong><br />
        <span style="background:#f48225; color:#000; padding:1px 5px; border-radius:3px; font-size:0.7em; font-weight:800; vertical-align:middle; margin-left:5px;">S-LOG3 READY</span>
    </div>
<p style="margin: 0 0 6px 0; font-size: 0.9em; color: #ccc;">
        Premium emulation for <strong>FX3, FX30, A7S III</strong>. Authentic ARRI aesthetics.
    </p>
<ul style="list-style: none; padding: 0; margin: 0; font-size: 0.85em; color: #b0b0b5;">
<li style="margin-bottom: 2px; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px;">●</span> 2-Step Workflow (Sensor Match)
        </li>
<li style="margin-bottom: 2px; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px;">●</span> Optimized for Native ISOs
        </li>
<li style="margin: 0; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px;">●</span> Includes Film &#038; Natural Looks
        </li>
</ul>
</div>
The post <a href="https://www.danevsky.com/product/arri-luts-for-sony/">ARRI ALEXA LOOK – ARRI LUTs for Sony S-Log2, S-Log3</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></description>
										<content:encoded><![CDATA[<div class="cc-wrapper">
<section class="cc-hero">
<h1 class="cc-title">ARRI LOOK <span class="cc-gradient">FOR SONY</span></h1>
<p class="cc-subtitle">Premium LUTs for FX3, FX30, A7S III, A7 IV</p>
<p class="cc-description">Hello <strong>Filmmakers</strong>! Transform your Sony S-Log2 / S-Log3 footage into premium ARRI-inspired cinematic imagery with our advanced film emulation Power Grades.</p>
</section>
<section class="cc-dctl">
<div class="cc-grid" style="justify-content: center;">
<div class="cc-item" style="text-align: center;">
<section class="cc-dctl">
<h3>Key Features</h3>
<div class="cc-grid" style="justify-content: center;">
<div class="cc-item" style="text-align: center;">
<h5>Superior to Basic LUTs</h5>
<p>Unlike limited LUTs, offers complete flexibility for contrast and saturation adjustments.</p>
</div>
<div class="cc-item" style="text-align: center;">
<h5>Professional Workflow</h5>
<p>Two-step process (Sensor Matching → Film Look) delivers exceptional highlight roll-off.</p>
</div>
<div class="cc-item" style="text-align: center;">
<h5>Optimized for S-Log3</h5>
<p>Perfect alignment with native ISO points (640 &amp; 12800) for clean shadows.</p>
</div>
</div>
</section>
</div>
</div>
</section>
<section class="cc-stocks">
<h3>What&#8217;s Included</h3>
<div class="cc-stock-card">
<p><iframe title="ARRI ALEXA LOOK - ARRI LUT for Sony FX3 / FX30 / A7S III / A7IV  S-Log2, S-Log3" width="560" height="315" src="https://www.youtube.com/embed/vVtddcunn74?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<div class="cc-stock-info">
<h4>ARRI FILM LOOK</h4>
<p>Premium cinematic look with authentic dynamic range. Maintains natural skin tones with saturated reds and film-like blue/green shades.<br />
<span class="cc-tag">Style: Cinematic / Rich Colors</span></p>
</div>
</div>
<div class="cc-stock-card">
<p><iframe title="Sony A7S III to ARRI Natural Look" width="560" height="315" src="https://www.youtube.com/embed/S0v25r0Lhbo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<div class="cc-stock-info">
<h4>ARRI NATURAL (Rec709)</h4>
<p>Classic ARRI ALEXA color space without color cast. Perfect base for more aggressive color grading while maintaining highlight quality.<br />
<span class="cc-tag">Style: Natural / Clean Base</span></p>
</div>
</div>
</section>
<section class="cc-workflow">
<h3>Pro Tips for Best Results</h3>
<ol class="cc-list">
<li><strong>Shoot S-Log3</strong> &#8211; Take full advantage of 10-bit recording and Dynamic Range.</li>
<li><strong>Native ISO</strong> &#8211; Stick to 640 ISO or 12800 ISO for the cleanest image.</li>
<li><strong>Contrast Control</strong> &#8211; Use S-Curves for adjustments while keeping the film-like rolloff.</li>
</ol>
</section>
<section class="cc-stocks">
<h3>How to Use CineCraft PRO+</h3>
<div class="cc-stock-card">
<p><iframe title="How to color grade S-LOG3 - My Workflow For Cinematic Look!" width="1920" height="1080" src="https://www.youtube.com/embed/lIb20Ju1fhs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<div class="cc-stock-info">
<h4>Complete Walkthrough</h4>
<p>Learn how to apply the Power Grade, adjust exposure, and customize the look for your specific project needs.</p>
</div>
</div>
</section>
<section class="cc-compatibility">
<h3>Supported Software &amp; Cameras</h3>
<div class="cc-profiles-grid">
<div class="cc-profile-chip">Sony FX3</div>
<div class="cc-profile-chip">Sony FX30</div>
<div class="cc-profile-chip">Sony A7S III</div>
<div class="cc-profile-chip">Sony A7 IV</div>
<div class="cc-profile-chip">DaVinci Resolve</div>
<div class="cc-profile-chip">Adobe Premiere</div>
<div class="cc-profile-chip">Final Cut Pro</div>
</div>
</section>
</div>The post <a href="https://www.danevsky.com/product/arri-luts-for-sony/">ARRI ALEXA LOOK – ARRI LUTs for Sony S-Log2, S-Log3</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ARRI ALEXA LUT for URSA Mini PRO 12K</title>
		<link>https://www.danevsky.com/product/lut-for-ursa-mini/</link>
		
		<dc:creator><![CDATA[Dan Evsky]]></dc:creator>
		<pubDate>Sat, 29 Jan 2022 19:24:12 +0000</pubDate>
				<guid isPermaLink="false">https://staticmotion.pl/?post_type=product&#038;p=207966</guid>

					<description><![CDATA[<div style="line-height: 1.3; font-family: 'Inter', sans-serif;">
<div style="margin-bottom: 4px;">
        <strong style="font-size: 1.1em; color: #111;">ARRI LOOK <span class="cc-gradient">FOR URSA 12K</span></strong><br />
        <span style="background:var(--cc-grad-rainbow, linear-gradient(90deg, #fce0a2, #f48225, #eb3e51, #9b4ebf, #56cf6d)); color:#fff; padding:1px 5px; border-radius:3px; font-size:0.7em; font-weight:800; vertical-align:middle; margin-left:5px;">BRAW READY</span>
    </div>
<p style="margin: 0 0 6px 0; font-size: 0.9em; color: #444;">
        Transform <strong>Ursa Mini Pro 12K</strong> footage with authentic ARRI aesthetics.
    </p>
<ul style="list-style: none; padding: 0; margin: 0; font-size: 0.85em; color: #555;">
<li style="margin-bottom: 2px; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px; font-weight: bold;">●</span> Includes 2 LUTs (Film &#038; Natural)
        </li>
<li style="margin-bottom: 2px; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px; font-weight: bold;">●</span> Preserves ARRI Roll-off &#038; DR
        </li>
<li style="margin: 0; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px; font-weight: bold;">●</span> Optimized for BMD Film Gamma
        </li>
</ul>
</div>
The post <a href="https://www.danevsky.com/product/lut-for-ursa-mini/">ARRI ALEXA LUT for URSA Mini PRO 12K</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></description>
										<content:encoded><![CDATA[<div class="cc-wrapper">
<section class="cc-hero">
<h1 class="cc-title">ARRI ALEXA <span class="cc-gradient">LOOK</span></h1>
<p class="cc-subtitle">FOR URSA MINI PRO 12K</p>
<p class="cc-description">
            Add a touch of Hollywood to your <strong>URSA Mini 12K</strong> footage.<br />
            Engineered by Static Motion to match the characteristic roll-off and dynamic range of ARRI Alexa cameras.
        </p>
</section>
<section class="cc-stocks">
<h3>Included LUT Variations</h3>
<p style="text-align: center; color: #b0b0b5; margin-bottom: 30px;">Two distinct paths to the ARRI aesthetic.</p>
<div class="cc-grid">
<div class="cc-item">
<h5>UMINI Arri_FILM</h5>
<p>                <span class="cc-tag" style="margin-bottom: 15px; display:inline-block;">Style: Cinematic / Stylized</span></p>
<p>
                    Gives your footage a saturated, film-like appearance with distinct red, blue, and green shades.<br />
                    Designed for flat profiles or BRAW. Get a finished cinematic look instantly with minimal adjustments.
                </p>
</p></div>
<div class="cc-item">
<h5>UMINI Arri_Natural</h5>
<p>                <span class="cc-tag" style="margin-bottom: 15px; display:inline-block; border-color: #56cf6d; color: #56cf6d;">Style: Natural / Rec.709 Base</span></p>
<p>
                    A neutral starting point identical to the classic ARRI ALEXA color space.<br />
                    Perfect for aggressive color grading, allowing you to build your own look on a solid, filmic foundation.
                </p>
</p></div>
</p></div>
</section>
<section class="cc-stocks">
<h3>See it in Action</h3>
<div class="cc-stock-card">
            <iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/W1gj_gRwqIw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>
<div class="cc-stock-info">
<h4>URSA Mini 12K Demo</h4>
<p>                Watch how the LUT handles the massive 12K resolution and dynamic range, transforming raw sensor data into pleasing film colors.</p>
<p>                <small>Sample footage by: <strong>Blackmagic Design</strong></small>
            </div>
</p></div>
</section>
<section class="cc-workflow">
<h3>BRAW Workflow</h3>
<div class="cc-item" style="text-align: center; max-width: 800px; margin: 0 auto;">
<p style="font-size: 1.1rem; color: #fff;">
                <strong>Shooting in BRAW?</strong>
            </p>
<p style="color: #b0b0b5; margin-top: 10px;">
                For optimal results with these LUTs, set your raw decoding settings to:
            </p>
<ul style="list-style: none; padding: 0; margin-top: 20px; display: inline-block; text-align: left;">
<li style="margin-bottom: 10px; display: flex; align-items: center;">
                    <span style="color: #f48225; margin-right: 10px;">▸</span> Color Space: <strong>Blackmagic Design</strong>
                </li>
<li style="display: flex; align-items: center;">
                    <span style="color: #f48225; margin-right: 10px;">▸</span> Gamma: <strong>Blackmagic Design Film</strong>
                </li>
</ul></div>
</section>
<section class="cc-compatibility">
<h3>Compatibility</h3>
<div class="cc-profiles-grid">
<div class="cc-profile-chip">DaVinci Resolve</div>
<div class="cc-profile-chip">Adobe Premiere Pro</div>
<div class="cc-profile-chip">Final Cut Pro X</div>
<div class="cc-profile-chip">After Effects</div>
<div class="cc-profile-chip">URSA Mini Pro 12K</div>
<div class="cc-profile-chip">BRAW Ready</div>
</p></div>
</section>
</div>The post <a href="https://www.danevsky.com/product/lut-for-ursa-mini/">ARRI ALEXA LUT for URSA Mini PRO 12K</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ARRI ALEXA LOOK &#8211; ARRI LUT for Canon EOS R5, R5C, R6, C70</title>
		<link>https://www.danevsky.com/product/arri-lut-for-canon/</link>
					<comments>https://www.danevsky.com/product/arri-lut-for-canon/#comments</comments>
		
		<dc:creator><![CDATA[Dan Evsky]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 09:42:18 +0000</pubDate>
				<guid isPermaLink="false">https://staticmotion.pl/product/cereal-donut/</guid>

					<description><![CDATA[<div style="line-height: 1.3; font-family: 'Inter', sans-serif;">
<div style="margin-bottom: 4px;">
        <strong style="font-size: 1.1em; color: #111;">ARRI LOOK <span class="cc-gradient">FOR CANON</span></strong><br />
        <span style="background:var(--cc-grad-rainbow, linear-gradient(90deg, #fce0a2, #f48225, #eb3e51, #9b4ebf, #56cf6d)); color:#fff; padding:1px 5px; border-radius:3px; font-size:0.7em; font-weight:800; vertical-align:middle; margin-left:5px;">C-LOG READY</span>
    </div>
<p style="margin: 0 0 6px 0; font-size: 0.9em; color: #444;">
        Premium emulation for <strong>C70, R5C, R5, R6</strong>. Optimized for Canon Cinema Gamut.
    </p>
<ul style="list-style: none; padding: 0; margin: 0; font-size: 0.85em; color: #555;">
<li style="margin-bottom: 2px; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px; font-weight: bold;">●</span> Works with C-Log 1 / 2 / 3
        </li>
<li style="margin-bottom: 2px; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px; font-weight: bold;">●</span> Natural ARRI Skin Tones
        </li>
<li style="margin: 0; display: flex; align-items: center;">
            <span style="color: #56cf6d; margin-right: 6px; font-weight: bold;">●</span> Help File Included
        </li>
</ul>
</div>
The post <a href="https://www.danevsky.com/product/arri-lut-for-canon/">ARRI ALEXA LOOK – ARRI LUT for Canon EOS R5, R5C, R6, C70</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></description>
										<content:encoded><![CDATA[<div class="cc-wrapper">
<section class="cc-hero">
<h1 class="cc-title">ARRI ALEXA <span class="cc-gradient">LOOK</span></h1>
<p class="cc-subtitle">FOR CANON R5C / R5 / R6 / C70</p>
<p class="cc-description">Hello <strong>Filmmakers</strong>! Transform your Canon footage into ARRI Alexa aesthetics.<br />
Custom engineered by Static Motion for Canon Cinema Gamut profiles.</p>
</section>
<section class="cc-dctl">
<h3>Supported Log Profiles</h3>
<p style="text-align: center; color: #b0b0b5; margin-bottom: 30px;">Choose the right curve for your shooting scenario.</p>
<div class="cc-grid">
<div class="cc-item">
<h5>Canon Log</h5>
<p>Best for mixed footage when using different Canon cameras simultaneously. A solid middle ground.</p>
</div>
<div class="cc-item">
<h5>Canon Log 2</h5>
<p><strong>Maximum Dynamic Range.</strong> Has more noise than C-Log 3 but retains the most information in shadows. Great for heavy grading.</p>
</div>
<div class="cc-item">
<h5>Canon Log 3</h5>
<p><strong>The Hybrid Choice.</strong> More contrasty than Log 2 but with significantly less shadow noise. The most versatile and quickest tool.</p>
</div>
</div>
</section>
<section class="cc-stocks">
<h3>Cinematic Results</h3>
<div class="cc-stock-card">
<p><iframe loading="lazy" title="YouTube video player" src="https://www.youtube.com/embed/5LDfcQuPWYo" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<div class="cc-stock-info">
<h4>Cinematic Skin Tones</h4>
<p>Maintains the skin’s natural color with the characteristic ARRI roll-off.</p>
<p><small>Sample footage credit: <strong>Moc Nguyen</strong></small><br />
<span class="cc-tag">Style: Arri Alexa / Film</span></p>
</div>
</div>
</section>
<section class="cc-workflow">
<h3>Visual Transformation</h3>
<p style="text-align: center; margin-bottom: 30px; color: #b0b0b5;">From C-Log to Final ARRI Look.</p>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 40px;">
<div style="text-align: center;">
<p><img decoding="async" style="border-radius: 10px; border: 1px solid #333; width: 100%;" src="https://cdn.filtergrade.com/wp-content/uploads/2020/08/24151601/C_LOG_1_1.7.3-300x169.jpg" alt="C-Log Source" /></p>
<p style="margin-top: 10px; color: #888;">1. C-Log Source</p>
</div>
<div style="text-align: center;">
<p><img decoding="async" style="border-radius: 10px; border: 1px solid #333; width: 100%;" src="https://cdn.filtergrade.com/wp-content/uploads/2020/08/24154923/Untitled_1.1.1_1.1.4-300x169.jpg" alt="Standard Rec709" /></p>
<p style="margin-top: 10px; color: #888;">2. Standard Rec.709</p>
</div>
<div style="text-align: center;">
<p><img decoding="async" style="border-radius: 10px; border: 1px solid #333; width: 100%;" src="https://cdn.filtergrade.com/wp-content/uploads/2020/08/24151608/SM_ARRI_LUT_1_1.7.2-300x169.jpg" alt="ARRI Look" /></p>
<p style="margin-top: 10px; color: #f48225; font-weight: bold;">3. ARRI Conversion Look</p>
</div>
</div>
</section>
<section class="cc-stocks">
<div class="cc-stock-card">
<p><iframe loading="lazy" title="YouTube video player" src="https://www.youtube.com/embed/YWMm_Sz8Icw" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<div class="cc-stock-info">
<h4>Dynamic Range Test</h4>
<p>See how the conversion handles highlights and shadows in high-contrast scenarios.</p>
<p><small>Sample footage credit: <strong>Hugo Will</strong></small><br />
<span class="cc-tag">Mood: Natural / High Contrast</span></p>
</div>
</div>
</section>
<section class="cc-workflow">
<h3>Important Settings</h3>
<div class="cc-item" style="text-align: center; margin-bottom: 40px;">
<p style="margin-bottom: 20px;"><strong>Using RAW?</strong> Ensure correct settings in your NLE for the best result.</p>
<p><img decoding="async" style="max-width: 400px; width: 100%; border-radius: 8px; border: 1px solid #444;" src="https://i.imgur.com/EaMJeXF.png" alt="RAW Settings" /></p>
</div>
</section>
<section class="cc-compatibility">
<h3>Compatibility</h3>
<p style="text-align: center; margin-bottom: 20px; color: #888;">Optimized for Canon Cinema Gamut</p>
<div class="cc-profiles-grid">
<div class="cc-profile-chip">Canon R5</div>
<div class="cc-profile-chip">Canon R5 C</div>
<div class="cc-profile-chip">Canon R6</div>
<div class="cc-profile-chip">Canon C70</div>
<div class="cc-profile-chip" style="border-color: #555;">DaVinci Resolve</div>
<div class="cc-profile-chip" style="border-color: #555;">Premiere Pro</div>
<div class="cc-profile-chip" style="border-color: #555;">Final Cut Pro X</div>
<div class="cc-profile-chip" style="border-color: #555;">After Effects</div>
</div>
</section>
</div>The post <a href="https://www.danevsky.com/product/arri-lut-for-canon/">ARRI ALEXA LOOK – ARRI LUT for Canon EOS R5, R5C, R6, C70</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.danevsky.com/product/arri-lut-for-canon/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>ARRI ALEXA LOOK &#8211; ARRI LUT BlackMagic Cinema Camera 6K &#124; BMPCC 4K &#124; PRO</title>
		<link>https://www.danevsky.com/product/arri-alexa-look-arri-lut-for-bmpcc-4k/</link>
					<comments>https://www.danevsky.com/product/arri-alexa-look-arri-lut-for-bmpcc-4k/#comments</comments>
		
		<dc:creator><![CDATA[Dan Evsky]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 09:41:30 +0000</pubDate>
				<guid isPermaLink="false">https://staticmotion.pl/product/fruit-cherry/</guid>

					<description><![CDATA[<div style="line-height: 1.3; font-family: 'Inter', sans-serif;">
<div style="margin-bottom: 4px;"><strong style="font-size: 1.1em;">ARRI ALEXA <span class="cc-gradient">LOOK V.2</span></strong><br />
<span style="background: var(--cc-accent-orange, #f48225); color: #000; padding: 1px 5px; border-radius: 3px; font-size: 0.7em; font-weight: 800; vertical-align: middle; margin-left: 5px;">GEN 5 READY</span></div>
<p style="margin: 0 0 6px 0; font-size: 0.9em; color: #ccc;">Premium film emulation for <strong>BMPCC 4K/6K</strong>. Authentic ARRI aesthetics.</p>
<ul style="list-style: none; padding: 0; margin: 0; font-size: 0.85em; color: #b0b0b5;">
<li style="margin-bottom: 2px; display: flex; align-items: center;"><span style="color: #56cf6d; margin-right: 6px;">●</span> Cinematic Highlight Roll-off</li>
<li style="margin-bottom: 2px; display: flex; align-items: center;"><span style="color: #56cf6d; margin-right: 6px;">●</span> Natural ARRI Skin Tones</li>
<li style="margin: 0; display: flex; align-items: center;"><span style="color: #56cf6d; margin-right: 6px;">●</span> Includes 2 LUTs (Film &#38; Natural)</li>
</ul>
</div>
The post <a href="https://www.danevsky.com/product/arri-alexa-look-arri-lut-for-bmpcc-4k/">ARRI ALEXA LOOK – ARRI LUT BlackMagic Cinema Camera 6K | BMPCC 4K | PRO</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></description>
										<content:encoded><![CDATA[<div class="cc-wrapper">
<section class="cc-hero">
<h1 class="cc-title">ARRI ALEXA <span class="cc-gradient">LOOK</span></h1>
<p class="cc-subtitle">ARRI LUT FOR BMPCC 4K / 6K PRO (Gen4 / Gen5)</p>
<p class="cc-description">Hello <strong>Filmmakers</strong>! Meet the updated v.2 package. Engineered for even better highlight roll-off and the most film-like appearance known from Arri Alexa cameras.</p>
</section>
<section class="cc-dctl">
<h3>Key Features</h3>
<div class="cc-grid" style="justify-content: center;">
<div class="cc-item" style="text-align: center;">
<h5>Updated to Gen 5</h5>
<p>Fully compatible with Blackmagic Gen 4 &amp; Gen 5 color science.</p>
</div>
<div class="cc-item" style="text-align: center;">
<h5>Natural Skin Tones</h5>
<p>Maintains the skin’s natural color with characteristic ARRI roll-off.</p>
</div>
<div class="cc-item" style="text-align: center;">
<h5>BRAW Ready</h5>
<p>Works instantly with BRAW (Blackmagic Design Film gamma).</p>
</div>
</div>
</section>
<section class="cc-workflow">
<h3>The 2-Step Process</h3>
<p style="text-align: center; margin-bottom: 30px; color: #b0b0b5;">I divided the look into 2 steps to achieve the ultimate film emulation matching.</p>
<ol class="cc-list">
<li><strong>Sensor Matching</strong> &#8211; Aligns BMPCC sensor characteristics to ARRI color science.</li>
<li><strong>Applying Look</strong> &#8211; Adds the aesthetic curve, contrast, and color mapping.</li>
</ol>
</section>
<section class="cc-stocks">
<h3>Included LUT Variations</h3>
<div class="cc-stock-card"><iframe loading="lazy" title="YouTube video player" src="https://www.youtube.com/embed/XO1py26jS_M" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<div class="cc-stock-info">
<h4>BMP46K Arri_FILM</h4>
<p>Features saturated reds and distinct film-like blue/green shades. A stylized, cinematic aesthetic ready to go.<br />
<span class="cc-tag">Style: Cinematic / Stylized</span></p>
</div>
</div>
<div class="cc-stock-card"><iframe loading="lazy" title="YouTube video player" src="https://www.youtube.com/embed/LgxpcqoA_pc" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<div class="cc-stock-info">
<h4>BMP46K Arri_Natural</h4>
<p>No color cast – simply the classic ARRI ALEXA color space. Perfect base for your own aggressive color grading.<br />
<span class="cc-tag">Style: Natural / Rec.709 Base</span></p>
</div>
</div>
</section>
<section class="cc-compatibility">
<h3>Workflow Compatibility</h3>
<div class="cc-profiles-grid">
<div class="cc-profile-chip">DaVinci Resolve</div>
<div class="cc-profile-chip">Adobe Premiere Pro</div>
<div class="cc-profile-chip">Final Cut Pro X</div>
<div class="cc-profile-chip">After Effects</div>
<div class="cc-profile-chip">Blackmagic Gen 4</div>
<div class="cc-profile-chip">Blackmagic Gen 5</div>
</div>
</section>
</div>The post <a href="https://www.danevsky.com/product/arri-alexa-look-arri-lut-for-bmpcc-4k/">ARRI ALEXA LOOK – ARRI LUT BlackMagic Cinema Camera 6K | BMPCC 4K | PRO</a> appeared first on <a href="https://www.danevsky.com">Dan Evsky</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.danevsky.com/product/arri-alexa-look-arri-lut-for-bmpcc-4k/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
