/* 
  Reformas B & L Barajas — Custom Styles
  Premium dark luxury theme with terracotta & sand palette
*/

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0f1419;
}

::-webkit-scrollbar-thumb {
    background: #c4724e;
    border-radius: 4px;
}

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

/* Selection color */
::selection {
    background: rgba(196, 114, 78, 0.3);
    color: #f5f0eb;
}

/* Smooth focus outlines */
*:focus-visible {
    outline: 2px solid #c4724e;
    outline-offset: 2px;
}

/* Image optimization */
img {
    max-width: 100%;
    height: auto;
}

/* Print styles */
@media print {
    .navbar, .hero-scroll, .mobile-toggle {
        display: none !important;
    }
    
    body {
        background: #fff !important;
        color: #000 !important;
    }
    
    .section {
        padding: 40px 0 !important;
    }
}
