/* Custom styles for Jerky's Authentic Jamaican Food */

/* Smooth scroll offset for fixed nav */
section[id] {
    scroll-margin-top: 80px;
}

/* Selection color */
::selection {
    background: #f5632a;
    color: white;
}

/* Focus styles */
*:focus-visible {
    outline: 2px solid #f5632a;
    outline-offset: 2px;
}

/* Mobile menu animation */
#mobile-menu {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

/* Smooth image loading */
img {
    background-color: #e7e7e7;
}

/* Subtle pattern overlay for sections */
.section-pattern {
    background-image: radial-gradient(circle at 25% 25%, rgba(245, 99, 42, 0.03) 0%, transparent 50%),
                      radial-gradient(circle at 75% 75%, rgba(245, 99, 42, 0.03) 0%, transparent 50%);
}
