:root{--retro-burgundy:#5a1f1f;--retro-blue:#3b7a8a;--retro-orange:#d35400;--retro-yellow:#f39c12;--retro-tan:#f5e6d3;--retro-cream:#fffdf5;--retro-text:#2d1b0e;--font-heading:"Courier New", Courier, monospace;--font-body:"Helvetica", "Arial", sans-serif}body{font-family:var(--font-body);background-color:var(--retro-cream);color:var(--retro-text);margin:0;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-1px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn-retro{background:var(--retro-orange);color:#fff;font-family:var(--font-heading);letter-spacing:1px;border-bottom:4px solid var(--retro-burgundy);cursor:pointer;padding:12px 28px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.btn-retro:hover{background:var(--retro-burgundy);border-bottom:2px solid var(--retro-orange);transform:translateY(2px)}.hero-split{align-items:center;gap:60px;padding:80px 0;display:flex}.hero-text{flex:1}.hero-photo-wrapper{flex:1;max-width:450px;position:relative}.hero-photo{z-index:2;border:4px solid var(--retro-cream);width:100%;height:auto;box-shadow:12px 12px 0px var(--retro-burgundy);display:block;position:relative}.process-section{align-items:center;gap:60px;padding:100px 0;display:flex}.process-section.reverse{flex-direction:row-reverse}.carousel-container{aspect-ratio:4/3;border:6px solid var(--retro-burgundy);box-shadow:15px 15px 0px var(--retro-orange);background:#000;flex:1.2;position:relative;overflow:hidden}.carousel-slide{object-fit:contain;background:#000;width:100%;height:100%}video.carousel-slide{object-fit:cover;object-position:center;width:100%;height:100%}video.carousel-slide.no-crop{object-fit:contain}.carousel-slide[src$=\.mp4]{object-fit:cover;object-position:center}.carousel-btn{background:var(--retro-yellow);border:2px solid var(--retro-burgundy);cursor:pointer;z-index:10;box-shadow:3px 3px 0px var(--retro-burgundy);padding:10px;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:var(--retro-orange)}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}@media (max-width:768px){.hero-split,.process-section,.process-section.reverse{text-align:center;flex-direction:column;padding:40px 0}}.retro-stripes-horizontal{background:linear-gradient(to bottom, var(--retro-blue) 0% 15%, var(--retro-burgundy) 15% 30%, var(--retro-orange) 30% 60%, var(--retro-yellow) 60% 85%, var(--retro-tan) 85% 100%);width:100%;height:40px;margin:40px 0}
