
/*
Theme Name: Rinn Original Custom
Theme URI: https://rinnoriginal.com
Author: Sean Hakes
Author URI: https://CustomWebDesigns.com
Description: A bespoke, high-performance theme for Rinn Original.
Version: 1.0.0
Text Domain: rinn-original
*/

/* Basic Reset */
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; }

/* Hide Scrollbar for Carousels */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Mobile Menu Transition */
#mobile-menu { transition: transform 0.3s ease-in-out; }

/* Hero Overlay */
.hero-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%); }
