/* Custom Focus Outlines for Accessibility */
        :focus-visible {
            outline: 2px solid #D4AF37;
            outline-offset: 3px;
        }

        /* Reduced Motion Accessibility */
        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }
            *, ::before, ::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }

        /* Custom Styling & Subtle Luxury Effects */
        .gold-gradient-text {
            background: linear-gradient(135deg, #E6CA65 0%, #D4AF37 50%, #A3813C 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .gold-border-gradient {
            border-image: linear-gradient(to bottom, #D4AF37, #A3813C) 1;
        }

        /* Skip Link Style */
        .skip-link {
            position: absolute;
            top: -40px;
            right: 0;
            background: #D4AF37;
            color: #080808;
            padding: 8px 16px;
            z-index: 100;
            transition: top 0.2s;
            font-weight: bold;
            border-radius: 0 0 8px 8px;
        }
        .skip-link:focus {
            top: 0;
        }

        /* Glassmorphism Navigation */
        .nav-glass {
            background: rgba(8, 8, 8, 0.97);
            backdrop-filter: blur(10px);
        }
    
.dir-ltr {direction:ltr; unicode-bidi:embed;}
section[id] {scroll-margin-top:90px;}
@media(min-width:768px) and (max-width:1279px){header nav.hidden.md\:flex,header .hidden.lg\:flex{display:none;}header .md\:hidden.flex{display:flex;}#mobile-menu:not(.hidden){display:block;}}
@media(min-width:1280px){header nav{column-gap:1rem;}header .hidden.lg\:flex{display:none;}}

/* Black and gold theme */
:root { color-scheme: dark; }
body { color: #EAE5DA; }
.bg-white { background-color: #191919; }
.bg-gold-50 { background-color: #2A2314; }
.text-gray-800, .text-gray-700 { color: #E4DED2; }
.text-gray-600 { color: #C7C1B7; }
.text-gray-500 { color: #AAA398; }
.text-emerald-900, .text-emerald-950 { color: #E6CA65; }
.text-gold-600 { color: #D6B86C; }
[class*="text-cream"] { color: #E7DFCF; }
.border-gray-100, .border-gray-200, .border-gray-300 { border-color: #3D3525; }
.bg-gray-50, .bg-gray-100 { background-color: #202020; }
input, select, textarea { background-color: #101010; color: #EEE8DC; }
input::placeholder, textarea::placeholder { color: #A8A194; }
.bg-gold-400.text-emerald-950, .bg-gold-500.text-emerald-950,
.bg-gold-400.text-emerald-900, .bg-gold-500.text-emerald-900 { color: #080808; }
.brand-english { display:block; font-family:Tajawal,sans-serif; font-size:14px; line-height:1.15; letter-spacing:.08em; color:#D8BD76; }
::selection { background:#D4AF37; color:#080808; }
