/* Base optimizations */
body {
    min-height: max(884px, 100dvh);
    /* Smooth scrolling for anchor links */
    scroll-behavior: smooth;
}

/* Custom scrollbar for technical feel */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #F4F4F0;
}

::-webkit-scrollbar-thumb {
    background: #E5E5E5;
    border: 1px solid #111111;
}

::-webkit-scrollbar-thumb:hover {
    background: #111111;
}

/* Grid lines pattern for background */
.bg-grid-pattern {
    background-image: linear-gradient(#E5E5E5 1px, transparent 1px), linear-gradient(90deg, #E5E5E5 1px, transparent 1px);
    background-size: 40px 40px;
}
