/* ===================================================================
   Deckel Hotel — Tailwind Utility Replacements
   Auto-generated utility classes matching every Tailwind class
   used across the project's Razor files.
   =================================================================== */

/* ---------- Base Reset / Globals ---------- */
*, ::before, ::after {
    --tw-gradient-from: transparent;
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-ring-color: transparent;
}

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ---------- Display ---------- */
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }

/* ---------- Position ---------- */
.static { position: static; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.top-4 { top: 1rem; }
.top-6 { top: 1.5rem; }
.top-40 { top: 10rem; }
.right-4 { right: 1rem; }
.right-5 { right: 1.25rem; }
.right-6 { right: 1.5rem; }
.right-10 { right: 2.5rem; }
.right-16 { right: 4rem; }
.right-40 { right: 10rem; }
.bottom-4 { bottom: 1rem; }
.bottom-6 { bottom: 1.5rem; }
.bottom-16 { bottom: 4rem; }
.bottom-20 { bottom: 5rem; }
.left-4 { left: 1rem; }
.left-6 { left: 1.5rem; }
.left-1\/2 { left: 50%; }
.-top-2 { top: -0.5rem; }
.-right-2 { right: -0.5rem; }

/* ---------- Z-Index ---------- */
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

/* ---------- Flexbox ---------- */
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

/* ---------- Grid ---------- */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }

/* ---------- Gap ---------- */
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }

/* ---------- Space ---------- */
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }

/* ---------- Padding ---------- */
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
.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-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.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-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-0 { padding-top: 0; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pl-6 { padding-left: 1.5rem; }

/* ---------- Margin ---------- */
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-auto { margin-left: auto; }
.mr-1 { margin-right: 0.25rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-16 { margin-top: 4rem; }

/* ---------- Width ---------- */
.w-2 { width: 0.5rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-56 { width: 14rem; }
.w-72 { width: 18rem; }
.w-80 { width: 20rem; }
.w-full { width: 100%; }
.max-w-sm { max-width: 24rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[80\%\] { max-width: 80%; }
.max-w-\[85\%\] { max-width: 85%; }
.max-w-\[85vw\] { max-width: 85vw; }

/* ---------- Height ---------- */
.h-2 { height: 0.5rem; }
.h-3 { height: 0.75rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-32 { height: 8rem; }
.h-52 { height: 13rem; }
.h-56 { height: 14rem; }
.h-72 { height: 18rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.max-h-\[90vh\] { max-height: 90vh; }

/* ---------- Typography — Size ---------- */
.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; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }

/* ---------- Typography — Weight ---------- */
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

/* ---------- Typography — Style & Transform ---------- */
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.whitespace-nowrap { white-space: nowrap; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.list-disc { list-style-type: disc; }

/* ---------- Text Colors — Standard ---------- */
.text-white { color: #fff; }
.text-black { color: #000; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-red-200 { color: #fecaca; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-green-400 { color: #4ade80; }
.text-green-600 { color: #16a34a; }

/* ---------- Text Colors — Custom ---------- */
.text-slate { color: #1E293B; }
.text-slate2 { color: #2D3748; }
.text-deckel { color: #8B1538; }
.text-deckelDark { color: #6B1029; }
.text-gold { color: #D4A574; }
.text-goldDark { color: #B8956A; }
.text-terracotta { color: #C75B39; }
.text-earth { color: #8B4513; }
.text-kente { color: #E8B923; }

/* ---------- Text Colors — Opacity ---------- */
.text-white\/50 { color: rgb(255 255 255 / 0.5); }
.text-white\/60 { color: rgb(255 255 255 / 0.6); }
.text-white\/70 { color: rgb(255 255 255 / 0.7); }
.text-white\/80 { color: rgb(255 255 255 / 0.8); }
.text-white\/90 { color: rgb(255 255 255 / 0.9); }
.text-deckel\/50 { color: rgb(139 21 56 / 0.5); }
.text-gold\/60 { color: rgb(212 165 116 / 0.6); }
.text-terracotta\/50 { color: rgb(199 91 57 / 0.5); }
.text-kente\/60 { color: rgb(232 185 35 / 0.6); }

/* ---------- Background Colors — Standard ---------- */
.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-pink-50 { background-color: #fdf2f8; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-orange-50 { background-color: #fff7ed; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-teal-800 { background-color: #115e59; }

/* ---------- Background Colors — Custom ---------- */
.bg-slate { background-color: #1E293B; }
.bg-slate2 { background-color: #2D3748; }
.bg-deckel { background-color: #8B1538; }
.bg-gold { background-color: #D4A574; }
.bg-goldDark { background-color: #B8956A; }

/* ---------- Background Colors — Opacity ---------- */
.bg-white\/5 { background-color: rgb(255 255 255 / 0.05); }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.bg-white\/12 { background-color: rgb(255 255 255 / 0.12); }
.bg-white\/15 { background-color: rgb(255 255 255 / 0.15); }
.bg-white\/18 { background-color: rgb(255 255 255 / 0.18); }
.bg-white\/20 { background-color: rgb(255 255 255 / 0.2); }
.bg-white\/40 { background-color: rgb(255 255 255 / 0.4); }
.bg-black\/40 { background-color: rgb(0 0 0 / 0.4); }
.bg-black\/60 { background-color: rgb(0 0 0 / 0.6); }
.bg-deckel\/5 { background-color: rgb(139 21 56 / 0.05); }
.bg-deckel\/10 { background-color: rgb(139 21 56 / 0.1); }
.bg-gold\/5 { background-color: rgb(212 165 116 / 0.05); }
.bg-gold\/10 { background-color: rgb(212 165 116 / 0.1); }
.bg-gold\/15 { background-color: rgb(212 165 116 / 0.15); }
.bg-gold\/20 { background-color: rgb(212 165 116 / 0.2); }
.bg-kente\/15 { background-color: rgb(232 185 35 / 0.15); }
.bg-kente\/20 { background-color: rgb(232 185 35 / 0.2); }
.bg-green-400\/20 { background-color: rgb(74 222 128 / 0.2); }
.bg-green-500 { background-color: #22c55e; }
.bg-green-600 { background-color: #16a34a; }
.bg-red-500\/20 { background-color: rgb(239 68 68 / 0.2); }
.bg-terracotta\/10 { background-color: rgb(199 91 57 / 0.1); }
.bg-\[\#faf8f6\] { background-color: #faf8f6; }

/* ---------- Gradients — Direction ---------- */
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }

/* ---------- Gradients — From ---------- */
.from-deckel { --tw-gradient-from: #8B1538; --tw-gradient-to: rgb(139 21 56 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-deckelDark { --tw-gradient-from: #6B1029; --tw-gradient-to: rgb(107 16 41 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-gold { --tw-gradient-from: #D4A574; --tw-gradient-to: rgb(212 165 116 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-goldDark { --tw-gradient-from: #B8956A; --tw-gradient-to: rgb(184 149 106 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-terracotta { --tw-gradient-from: #C75B39; --tw-gradient-to: rgb(199 91 57 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-earth { --tw-gradient-from: #8B4513; --tw-gradient-to: rgb(139 69 19 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-green-500 { --tw-gradient-from: #22c55e; --tw-gradient-to: rgb(34 197 94 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-green-600 { --tw-gradient-from: #16a34a; --tw-gradient-to: rgb(22 163 74 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-kente { --tw-gradient-from: #E8B923; --tw-gradient-to: rgb(232 185 35 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-deckel\/8 { --tw-gradient-from: rgb(139 21 56 / 0.08); --tw-gradient-to: rgb(139 21 56 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-deckel\/10 { --tw-gradient-from: rgb(139 21 56 / 0.1); --tw-gradient-to: rgb(139 21 56 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-deckel\/5 { --tw-gradient-from: rgb(139 21 56 / 0.05); --tw-gradient-to: rgb(139 21 56 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-gold\/8 { --tw-gradient-from: rgb(212 165 116 / 0.08); --tw-gradient-to: rgb(212 165 116 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-gold\/15 { --tw-gradient-from: rgb(212 165 116 / 0.15); --tw-gradient-to: rgb(212 165 116 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-gold\/5 { --tw-gradient-from: rgb(212 165 116 / 0.05); --tw-gradient-to: rgb(212 165 116 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-terracotta\/8 { --tw-gradient-from: rgb(199 91 57 / 0.08); --tw-gradient-to: rgb(199 91 57 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-terracotta\/10 { --tw-gradient-from: rgb(199 91 57 / 0.1); --tw-gradient-to: rgb(199 91 57 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-terracotta\/5 { --tw-gradient-from: rgb(199 91 57 / 0.05); --tw-gradient-to: rgb(199 91 57 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-green-500\/8 { --tw-gradient-from: rgb(34 197 94 / 0.08); --tw-gradient-to: rgb(34 197 94 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-kente\/15 { --tw-gradient-from: rgb(232 185 35 / 0.15); --tw-gradient-to: rgb(232 185 35 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-kente\/5 { --tw-gradient-from: rgb(232 185 35 / 0.05); --tw-gradient-to: rgb(232 185 35 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }

/* ---------- Gradients — Via ---------- */
.via-gold { --tw-gradient-to: rgb(212 165 116 / 0); --tw-gradient-stops: var(--tw-gradient-from), #D4A574, var(--tw-gradient-to); }

/* ---------- Gradients — To ---------- */
.to-deckel { --tw-gradient-to: #8B1538; }
.to-deckelDark { --tw-gradient-to: #6B1029; }
.to-gold { --tw-gradient-to: #D4A574; }
.to-goldDark { --tw-gradient-to: #B8956A; }
.to-terracotta { --tw-gradient-to: #C75B39; }
.to-earth { --tw-gradient-to: #8B4513; }
.to-green-500 { --tw-gradient-to: #22c55e; }
.to-green-600 { --tw-gradient-to: #16a34a; }
.to-kente { --tw-gradient-to: #E8B923; }
.to-transparent { --tw-gradient-to: transparent; }

/* ---------- Border Width ---------- */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-4 { border-width: 4px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }

/* ---------- Border Color ---------- */
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-white\/10 { border-color: rgb(255 255 255 / 0.1); }
.border-white\/15 { border-color: rgb(255 255 255 / 0.15); }
.border-white\/20 { border-color: rgb(255 255 255 / 0.2); }
.border-white\/30 { border-color: rgb(255 255 255 / 0.3); }
.border-red-400\/30 { border-color: rgb(248 113 113 / 0.3); }
.border-deckel\/15 { border-color: rgb(139 21 56 / 0.15); }
.border-deckel\/20 { border-color: rgb(139 21 56 / 0.2); }
.border-gold\/20 { border-color: rgb(212 165 116 / 0.2); }
.border-gold\/30 { border-color: rgb(212 165 116 / 0.3); }
.border-terracotta\/20 { border-color: rgb(199 91 57 / 0.2); }
.border-kente\/15 { border-color: rgb(232 185 35 / 0.15); }
.border-kente\/30 { border-color: rgb(232 185 35 / 0.3); }
.border-green-500\/20 { border-color: rgb(34 197 94 / 0.2); }

/* ---------- Border Radius ---------- */
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-t-2xl { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.rounded-t-3xl { border-top-left-radius: 1.5rem; border-top-right-radius: 1.5rem; }
.rounded-tl-none { border-top-left-radius: 0; }
.rounded-tr-none { border-top-right-radius: 0; }
.rounded-bl-\[40px\] { border-bottom-left-radius: 40px; }

/* ---------- Box Shadow ---------- */
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)); }
.shadow-kente\/30 { --tw-shadow-color: rgb(232 185 35 / 0.3); box-shadow: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); }

/* ---------- Opacity ---------- */
.opacity-10 { opacity: 0.1; }

/* ---------- Backdrop Filter ---------- */
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur { backdrop-filter: blur(8px); }

/* ---------- Filter ---------- */
.brightness-0 { filter: brightness(0); }
.invert { filter: invert(1); }
.brightness-0.invert { filter: brightness(0) invert(1); }

/* ---------- Overflow ---------- */
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }

/* ---------- Cursor ---------- */
.cursor-pointer { cursor: pointer; }

/* ---------- Transform ---------- */
.-translate-x-1\/2 { transform: translateX(-50%); }

/* ---------- Transition ---------- */
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }

/* ---------- Animation ---------- */
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

/* ---------- Group ---------- */
.group { /* marker class — enables group-hover */ }

/* ---------- Hover States — Text ---------- */
.hover\:text-white:hover { color: #fff; }
.hover\:text-deckel:hover { color: #8B1538; }
.hover\:text-goldDark:hover { color: #B8956A; }
.hover\:text-earth:hover { color: #8B4513; }
.hover\:underline:hover { text-decoration-line: underline; }

/* ---------- Hover States — Background ---------- */
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-white\/10:hover { background-color: rgb(255 255 255 / 0.1); }
.hover\:bg-white\/40:hover { background-color: rgb(255 255 255 / 0.4); }
.hover\:bg-deckel:hover { background-color: #8B1538; }
.hover\:bg-deckelDark:hover { background-color: #6B1029; }
.hover\:bg-goldDark:hover { background-color: #B8956A; }
.hover\:bg-green-500:hover { background-color: #22c55e; }
.hover\:bg-blue-600:hover { background-color: #2563eb; }
.hover\:bg-pink-500:hover { background-color: #ec4899; }
.hover\:bg-red-500:hover { background-color: #ef4444; }
.hover\:bg-deckel\/5:hover { background-color: rgb(139 21 56 / 0.05); }

/* ---------- Hover States — Border ---------- */
.hover\:border-deckel:hover { border-color: #8B1538; }
.hover\:border-deckel\/12:hover { border-color: rgb(139 21 56 / 0.12); }
.hover\:border-deckel\/20:hover { border-color: rgb(139 21 56 / 0.2); }
.hover\:border-gold\/30:hover { border-color: rgb(212 165 116 / 0.3); }
.hover\:border-terracotta\/20:hover { border-color: rgb(199 91 57 / 0.2); }
.hover\:border-green-500\/20:hover { border-color: rgb(34 197 94 / 0.2); }

/* ---------- Hover States — Shadow ---------- */
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)); }
.hover\:shadow-deckel\/10:hover { --tw-shadow-color: rgb(139 21 56 / 0.1); }
.hover\:shadow-gold\/10:hover { --tw-shadow-color: rgb(212 165 116 / 0.1); }
.hover\:shadow-terracotta\/10:hover { --tw-shadow-color: rgb(199 91 57 / 0.1); }
.hover\:shadow-kente\/15:hover { --tw-shadow-color: rgb(232 185 35 / 0.15); }

/* ---------- Hover States — Transform ---------- */
.hover\:-translate-y-2:hover { transform: translateY(-0.5rem); }

/* ---------- Group Hover ---------- */
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }

/* ====================================================================
   Responsive Breakpoints
   ==================================================================== */

/* ----- sm: 640px ----- */
@media (min-width: 640px) {
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:p-12 { padding: 3rem; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .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\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:text-left { text-align: left; }
    .sm\:justify-start { justify-content: flex-start; }
}

/* ----- md: 768px ----- */
@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:col-span-1 { grid-column: span 1 / span 1; }
    .md\:flex-row { flex-direction: row; }
    .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
    .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
}

/* ----- lg: 1024px ----- */
@media (min-width: 1024px) {
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .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\:flex { display: flex; }
    .lg\:hidden { display: none; }
    .lg\:block { display: block; }
    .lg\:inline-flex { display: inline-flex; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* ----- xl: 1280px ----- */
@media (min-width: 1280px) {
    .xl\:block { display: block; }
    .xl\:hidden { display: none; }
}
