﻿/*
Theme Name: ALDAYF Trading - Luxury Coffee & Espresso-6
Theme URI: https://aldayf.qa/
Author: شركة الضيف للتجارة (ALDAYF Trading)
Author URI: https://aldayf.qa/
Description: قالب المتجر الإلكتروني الفاخر المعتمد لشركة الضيف للتجارة في دولة قطر - الإصدار 6 الكامل مع تحسينات الفلترة الدائمة، تكبير الشعار، السلة المنزلقة في السنجل برودكت، وتجاوب كامل.
Version: 1.6.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: aldayf-theme-v6
*/

/* ==========================================================================
   1. RESET & BASE (LIGHT & DARK THEMES)
   ========================================================================== */
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #EAE7DF;
}

:root {
    --bg-page: #FAFAF7;
    --bg-card: #FFFFFF;
    --bg-subtle: #F8F4EE;
    --border-color: #EAE7DF;
    --text-primary: #121316;
    --text-muted: #6E7178;
    --color-gold: #C59B63;
    --color-gold-hover: #A88049;
    --color-obsidian: #121316;
}

html.dark {
    --bg-page: #0E1013;
    --bg-card: #181A20;
    --bg-subtle: #22252D;
    --border-color: #282B33;
    --text-primary: #F3F4F6;
    --text-muted: #9CA3AF;
    --color-gold: #D4AF37;
    --color-gold-hover: #B89628;
    --color-obsidian: #0A0B0D;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: 'Tajawal', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    line-height: inherit;
    background-color: var(--bg-page);
    color: var(--text-primary);
    overflow-x: hidden;
    font-family: 'Tajawal', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Dark mode overrides for common elements */
html.dark .bg-white { background-color: var(--bg-card) !important; }
html.dark .bg-aldayf-ivory { background-color: var(--bg-page) !important; }
html.dark .bg-aldayf-card { background-color: var(--bg-card) !important; }
html.dark .bg-aldayf-gold-subtle { background-color: var(--bg-subtle) !important; }
html.dark .border-aldayf-border { border-color: var(--border-color) !important; }
html.dark .border-aldayf-border\/60 { border-color: rgba(40, 43, 51, 0.6) !important; }
html.dark .text-aldayf-obsidian { color: var(--text-primary) !important; }
html.dark .text-aldayf-muted { color: var(--text-muted) !important; }
html.dark header { background-color: rgba(24, 26, 32, 0.95) !important; border-bottom-color: var(--border-color) !important; }
html.dark .woocommerce-checkout input,
html.dark .woocommerce-checkout select,
html.dark .woocommerce-checkout textarea {
    background-color: var(--bg-subtle) !important;
    border-color: var(--border-color) !important;
    color: var(--text-primary) !important;
}

hr { height: 0; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6, p, ul, ol, figure { margin: 0; }
ul, ol { list-style: none; padding: 0; }
a { color: inherit; text-decoration: inherit; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; cursor: pointer; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }

/* ==========================================================================
   2. LOGO CONSTRAINTS & STABILITY (ENLARGED & PROMINENT)
   ========================================================================== */
img.custom-logo,
.custom-logo,
.custom-logo-link img,
header img.custom-logo,
header .site-logo img,
header img,
a.custom-logo-link img {
    max-height: 58px !important;
    height: 54px !important;
    width: auto !important;
    max-width: 250px !important;
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    max-height: 58px !important;
    height: 54px !important;
}

header { min-height: 80px; }

/* ==========================================================================
   3. BULLETPROOF SLIDE-OVER DRAWERS (CART & MOBILE NAV)
   ========================================================================== */
#cart-drawer-overlay,
#mobile-nav-overlay {
    position: fixed !important;
    inset: 0 !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 99998 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
}
#cart-drawer-overlay.open,
#mobile-nav-overlay.open {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#cart-drawer {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 420px !important;
    background-color: var(--bg-card) !important;
    z-index: 99999 !important;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s !important;
    display: flex !important;
    flex-direction: column !important;
    visibility: hidden !important;
}
#cart-drawer.open {
    transform: translateX(0) !important;
    visibility: visible !important;
}

#mobile-nav-drawer {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 100% !important;
    max-width: 320px !important;
    background-color: var(--bg-card) !important;
    z-index: 99999 !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25) !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s !important;
    display: flex !important;
    flex-direction: column !important;
    visibility: hidden !important;
}
html[dir="ltr"] #mobile-nav-drawer {
    right: auto !important;
    left: 0 !important;
    transform: translateX(-100%) !important;
}
#mobile-nav-drawer.open {
    transform: translateX(0) !important;
    visibility: visible !important;
}

/* PayLater & QuickView Modals */
#paylater-modal,
#quickview-modal {
    position: fixed !important;
    inset: 0 !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
    z-index: 100000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
}
#paylater-modal.open,
#quickview-modal.open {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ==========================================================================
   4. PRODUCT IMAGE ANTI-CLIPPING & ASPECT RATIO PERFECTION
   ========================================================================== */
.product-card-img-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    background-color: #FFFFFF !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.75rem !important;
}
html.dark .product-card-img-wrap {
    background-color: #1F222A !important;
}
.product-card-img-wrap img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}
.group:hover .product-card-img-wrap img {
    transform: scale(1.05) !important;
}

/* Strictly locked brand badge on cards */
.product-brand-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 10 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 9999px !important;
    background-color: #121316 !important;
    color: #C59B63 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
}
html[dir="ltr"] .product-brand-badge {
    right: auto !important;
    left: 10px !important;
}

/* Single product gallery brand badge */
.single-product-brand-badge {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    z-index: 20 !important;
}
html[dir="ltr"] .single-product-brand-badge {
    right: auto !important;
    left: 16px !important;
}

/* ==========================================================================
   5. AUTO-SCROLLING LUXURY CAROUSELS (RTL & LTR AWARE)
   ========================================================================== */
.aldayf-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.aldayf-carousel-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.5rem 0.25rem 1rem 0.25rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.aldayf-carousel-track::-webkit-scrollbar {
    display: none;
}
.aldayf-carousel-item {
    flex: 0 0 calc(100% - 1rem);
    min-width: 260px;
    max-width: 320px;
}
@media (min-width: 640px) {
    .aldayf-carousel-item { flex: 0 0 calc(50% - 0.75rem); }
}
@media (min-width: 1024px) {
    .aldayf-carousel-item { flex: 0 0 calc(25% - 1rem); }
}

.carousel-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.carousel-nav-btn:hover {
    background-color: var(--color-gold);
    color: #FFFFFF;
    border-color: var(--color-gold);
}

/* ==========================================================================
   6. LIVE & URL FILTER BAR (STORE / ARCHIVE)
   ========================================================================== */
.live-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
}
.filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: var(--bg-subtle);
    color: var(--text-muted);
    border: 1px solid var(--border-color);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none !important;
}
.filter-pill:hover,
.filter-pill.active {
    background-color: var(--color-obsidian) !important;
    color: var(--color-gold) !important;
    border-color: var(--color-obsidian) !important;
}
html.dark .filter-pill:hover,
html.dark .filter-pill.active {
    background-color: var(--color-gold) !important;
    color: #121316 !important;
    border-color: var(--color-gold) !important;
}

.cat-strip-link.active {
    background-color: #121316 !important;
    color: #C59B63 !important;
    font-weight: 700 !important;
}
html.dark .cat-strip-link.active {
    background-color: var(--color-gold) !important;
    color: #121316 !important;
}

/* ==========================================================================
   7. SINGLE PRODUCT PAGE STYLING (LUXURY CONTROLS)
   ========================================================================== */
.single-product .single_add_to_cart_button {
    background-color: var(--color-obsidian) !important;
    color: #FFFFFF !important;
    border-radius: 0.75rem !important;
    padding: 0.85rem 2.25rem !important;
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    transition: all 0.2s ease !important;
    border: 1px solid transparent !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}
.single-product .single_add_to_cart_button:hover {
    background-color: var(--color-gold) !important;
    color: #FFFFFF !important;
}
.single-product form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    margin-top: 1rem !important;
}
.single-product form.cart .quantity {
    margin: 0 !important;
}
.single-product form.cart .quantity input.qty {
    height: 48px !important;
    border-radius: 0.75rem !important;
    border: 1px solid var(--border-color) !important;
    background: var(--bg-card) !important;
    color: var(--text-primary) !important;
    text-align: center !important;
    width: 65px !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
}

/* Hide default unstyled WooCommerce "View cart" button */
.added_to_cart.wc-forward {
    display: none !important;
}

/* ==========================================================================
   8. MINI-CART LUXURY STYLING & ZERO OVERLAP
   ========================================================================== */
.widget_shopping_cart_content {
    display: flex !important;
    flex-direction: column !important;
    min-height: 120px !important;
}
.woocommerce-mini-cart {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}
.woocommerce-mini-cart-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 0.75rem !important;
    background-color: var(--bg-subtle) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 0.75rem !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
}
.woocommerce-mini-cart-item img {
    width: 52px !important;
    height: 52px !important;
    object-fit: contain !important;
    border-radius: 0.5rem !important;
    background: #FFFFFF !important;
    padding: 0.25rem !important;
    float: none !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}
.woocommerce-mini-cart-item a:not(.remove) {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: var(--text-primary) !important;
    line-height: 1.3 !important;
    flex: 1 1 auto !important;
}
.woocommerce-mini-cart-item .quantity {
    font-size: 0.75rem !important;
    color: var(--color-gold) !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}
.woocommerce-mini-cart-item a.remove {
    width: 24px !important;
    height: 24px !important;
    border-radius: 9999px !important;
    background-color: #FEE2E2 !important;
    color: #B91C1C !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    text-decoration: none !important;
    position: static !important;
    float: none !important;
    margin-inline-start: auto !important;
    flex-shrink: 0 !important;
}
.woocommerce-mini-cart-item a.remove:hover {
    background-color: #B91C1C !important;
    color: #FFFFFF !important;
}
.woocommerce-mini-cart__total {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid var(--border-color) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.875rem !important;
    font-weight: 800 !important;
    color: var(--text-primary) !important;
}
.woocommerce-mini-cart__buttons { display: none !important; }
.woocommerce-mini-cart__empty-message {
    text-align: center !important;
    color: var(--text-muted) !important;
    font-size: 0.875rem !important;
    padding: 3rem 1rem !important;
    font-weight: 600 !important;
}

/* ==========================================================================
   9. STICKY MOBILE BOTTOM BAR & FLOATING TOAST
   ========================================================================== */
#mobile-bottom-bar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 60px !important;
    background-color: var(--bg-card) !important;
    border-top: 1px solid var(--border-color) !important;
    z-index: 40 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    padding: 0 0.5rem !important;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.05) !important;
}
@media (min-width: 1024px) {
    #mobile-bottom-bar { display: none !important; }
}

#aldayf-toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background-color: #121316;
    color: #FFFFFF;
    border: 1px solid #C59B63;
    padding: 0.75rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    z-index: 100001;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#aldayf-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/* ==========================================================================
   10. TAILWIND COMPATIBLE UTILITY CLASSES
   ========================================================================== */
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.p-2 { padding: 0.5rem; }
.p-2\.5 { padding: 0.625rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.m-0 { margin: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-2\.5 { margin-top: 0.625rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.w-full { width: 100%; }
.w-auto { width: auto; }
.h-full { height: 100%; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-7xl { max-width: 80rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

/* Colors */
.bg-aldayf-obsidian { background-color: #121316 !important; }
.bg-aldayf-gold { background-color: var(--color-gold) !important; }
.bg-aldayf-gold-hover:hover { background-color: var(--color-gold-hover) !important; }
.bg-aldayf-gold-subtle { background-color: var(--bg-subtle) !important; }
.bg-aldayf-ivory { background-color: var(--bg-page) !important; }
.bg-white { background-color: var(--bg-card) !important; }
.text-aldayf-obsidian { color: var(--text-primary) !important; }
.text-aldayf-gold { color: var(--color-gold) !important; }
.text-aldayf-muted { color: var(--text-muted) !important; }
.text-aldayf-forest { color: #16A34A !important; }
.bg-aldayf-forest { background-color: #16A34A !important; }
.bg-aldayf-crimson { background-color: #DC2626 !important; }
.text-white { color: #FFFFFF !important; }
.border-aldayf-border { border-color: var(--border-color) !important; }
.border-aldayf-gold { border-color: var(--color-gold) !important; }

/* Grid Responsive */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (min-width: 640px) {
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sm\:flex { display: flex; }
    .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:text-5xl { font-size: 3rem; line-height: 1; }
    .sm\:p-10 { padding: 2.5rem; }
}
@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:items-end { align-items: flex-end; }
    .md\:flex-row { flex-direction: row; }
}
@media (min-width: 1024px) {
    .lg\:flex { display: flex; }
    .lg\:hidden { display: none !important; }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .lg\:col-span-5 { grid-column: span 5 / span 5; }
    .lg\:col-span-6 { grid-column: span 6 / span 6; }
    .lg\:col-span-7 { grid-column: span 7 / span 7; }
    .lg\:col-span-8 { grid-column: span 8 / span 8; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
}
@media (min-width: 1280px) {
    .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
