/* ============================================ */
/* HKD Website - Custom Styles                  */
/* ============================================ */

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Alpine.js: hide elements with x-cloak until Alpine initializes */
[x-cloak] {
    display: none !important;
}

/* Placeholder image fallback - shows gray bg if placehold.co is unreachable */
img[src*="placehold.co"] {
    background-color: #e2e8f0;
    min-height: 80px;
}

/* Scroll offset for sticky nav (prevents content hiding behind nav) */
:target {
    scroll-margin-top: 80px;
}
