*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --gold: #D4AF37;
    --gold-dark: #B8860B;
    --bg-primary: #050505;
    --bg-secondary: #0a0a0a;
    --bg-card: #0f0f0f;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    scroll-behavior: smooth;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

/* Global SVG Stabilization - Prevents Large Blue Icons during transitions */
svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    transition: color 0.3s;
}

#navbar svg,
.mobile-bottom-nav svg {
    width: 1.5rem !important;
    /* Force w-6 */
    height: 1.5rem !important;
    /* Force h-6 */
    stroke-width: 1.5;
}

#cartBtn svg {
    color: #D4AF37;
    /* Force Gold */
}

a:not([class]) {
    color: #D4AF37;
}


/* Accessibility Utilities */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Modern Hero Components */
.video-hero {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.video-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, #050505 100%);
    z-index: 1;
}

.video-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem;
}

/* High-Contrast Buttons */
.btn-gold {
    background-color: #D4AF37;
    color: #000;
    font-weight: 800;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-gold:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);
}

.gold-gradient-text {
    background: linear-gradient(to bottom right, #FBF5E6 0%, #D4AF37 50%, #B8860B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    appearance: button;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    appearance: button;
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.\!container {
    width: 100% !important
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .\!container {
        max-width: 640px !important
    }

    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .\!container {
        max-width: 768px !important
    }

    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .\!container {
        max-width: 1024px !important
    }

    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .\!container {
        max-width: 1280px !important
    }

    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .\!container {
        max-width: 1536px !important
    }

    .container {
        max-width: 1536px
    }
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.inset-x-4 {
    left: 1rem;
    right: 1rem
}

.-end-1 {
    inset-inline-end: -.25rem
}

.-top-1 {
    top: -.25rem
}

.end-4 {
    inset-inline-end: 1rem
}

.left-1\/2 {
    left: 50%
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-20 {
    top: 5rem
}

.top-4 {
    top: 1rem
}

.z-10 {
    z-index: 10
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.z-\[1000\] {
    z-index: 1000
}

.z-\[2000\] {
    z-index: 2000
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-full {
    grid-column: 1/-1
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-\[4\/3\] {
    aspect-ratio: 4/3
}

.aspect-\[4\/5\] {
    aspect-ratio: 4/5
}

.aspect-video {
    aspect-ratio: 16/9
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-64 {
    height: 16rem
}

.h-8 {
    height: 2rem
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

#home {
    min-height: 100dvh;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

#home .relative.z-10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 640px) {
    #home {
        padding-top: 6rem;
    }

    #home h1 {
        font-size: 2.75rem !important;
        line-height: 1.2;
        margin-top: 1rem;
    }

    #home p {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    #home .flex.flex-wrap {
        margin-bottom: 2rem !important;
    }
}

.max-h-\[35vh\] {
    max-height: 35vh
}

.max-h-\[90vh\] {
    max-height: 90vh
}

.min-h-screen {
    min-height: 100vh
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0
}

.min-w-\[280px\] {
    min-width: 280px
}

.min-w-\[44px\] {
    min-width: 44px
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.translate-x-1 {
    --tw-translate-x: 0.25rem
}

.transform,
.translate-x-1 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.cursor-pointer {
    cursor: pointer
}

.list-none {
    list-style-type: none
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.space-y-24>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem*var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.scroll-smooth {
    scroll-behavior: smooth
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}

.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-gold {
    --tw-border-opacity: 1;
    border-color: rgb(201 162 77/var(--tw-border-opacity, 1))
}

.border-gold\/50 {
    border-color: rgba(201, 162, 77, .5)
}

.border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity, 1))
}

.border-gray-700\/50 {
    border-color: rgba(55, 65, 81, .5)
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55/var(--tw-border-opacity, 1))
}

.border-gray-800\/50 {
    border-color: rgba(31, 41, 55, .5)
}

.border-white\/10 {
    border-color: hsla(0, 0%, 100%, .1)
}

.border-white\/20 {
    border-color: hsla(0, 0%, 100%, .2)
}

.border-white\/5 {
    border-color: hsla(0, 0%, 100%, .05)
}

.border-t-transparent {
    border-top-color: transparent
}

.bg-bg-card {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity, 1))
}

.bg-bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(5 5 5/var(--tw-bg-opacity, 1))
}

.bg-bg-primary\/30 {
    background-color: rgba(5, 5, 5, .3)
}

.bg-bg-primary\/95 {
    background-color: rgba(5, 5, 5, .95)
}

.bg-bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10/var(--tw-bg-opacity, 1))
}

.bg-bg-secondary\/50 {
    background-color: hsla(0, 0%, 4%, .5)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity, 1))
}

.bg-black\/30 {
    background-color: rgba(0, 0, 0, .3)
}

.bg-black\/40 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-black\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-black\/60 {
    background-color: rgba(0, 0, 0, .6)
}

.bg-black\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.bg-black\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.bg-black\/90 {
    background-color: rgba(0, 0, 0, .9)
}

.bg-black\/95 {
    background-color: rgba(0, 0, 0, .95)
}

.bg-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(201 162 77/var(--tw-bg-opacity, 1))
}

.bg-gold\/10 {
    background-color: rgba(201, 162, 77, .1)
}

.bg-gold\/20 {
    background-color: rgba(201, 162, 77, .2)
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity, 1))
}

.bg-white\/5 {
    background-color: hsla(0, 0%, 100%, .05)
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-black\/90 {
    --tw-gradient-from: rgba(0, 0, 0, .9) var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-black\/20 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, .2) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.stroke-gold {
    stroke: #c9a24d
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-28 {
    padding-top: 7rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-start {
    text-align: start
}

.font-cairo {
    font-family: Cairo, system-ui, sans-serif
}

.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-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-black {
    font-weight: 900
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-widest {
    letter-spacing: .1em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1))
}

.text-gold {
    --tw-text-opacity: 1;
    color: rgb(201 162 77/var(--tw-text-opacity, 1))
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity, 1))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity, 1))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity, 1))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity, 1))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity, 1))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(75 85 99/var(--tw-placeholder-opacity, 1))
}

.placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(75 85 99/var(--tw-placeholder-opacity, 1))
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.shadow-2xl,
.shadow-\[0_0_50px_rgba\(201\2c 162\2c 77\2c 0\.3\)\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_0_50px_rgba\(201\2c 162\2c 77\2c 0\.3\)\] {
    --tw-shadow: 0 0 50px rgba(201, 162, 77, .3);
    --tw-shadow-colored: 0 0 50px var(--tw-shadow-color)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-lg,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.shadow-gold\/20 {
    --tw-shadow-color: rgba(201, 162, 77, .2);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.blur-xl {
    --tw-blur: blur(24px)
}

.blur-xl,
.contrast-125 {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.contrast-125 {
    --tw-contrast: contrast(1.25)
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))
}

.drop-shadow-2xl,
.grayscale {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px)
}

.backdrop-blur-md,
.backdrop-blur-sm {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px)
}

.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.delay-100 {
    transition-delay: .1s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    overflow-x: clip;
    /* clip doesn't break position: sticky like hidden does */
    width: 100%;
}

html {
    position: relative;
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-offset, 160px);
}

body {
    font-family: Cairo, system-ui, sans-serif;
}

section[id] {
    scroll-margin-top: 100px
}

.mobile-nav-link,
.nav-link {
    color: #f8f6f2;
    text-decoration: none;
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all .3s;
    font-weight: 500;
    display: block
}

.mobile-nav-link:hover,
.nav-link:hover {
    color: #c9a24d;
    background: rgba(201, 162, 77, .1)
}

.text-content {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.9;
    -webkit-hyphens: auto;
    hyphens: auto
}

[dir=rtl] .text-content {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right
}

[dir=ltr] .text-content {
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left
}

.category-btn {
    padding: 0.5rem 1.25rem;
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(201, 162, 77, 0.2);
    border-radius: 9999px;
    color: #f8f6f2;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    min-height: 40px;
    font-size: 0.8125rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .category-btn {
        padding: 0.75rem 1.5rem;
        min-height: 48px;
        font-size: 0.875rem;
        border-width: 2px;
    }
}

.category-btn:hover {
    border-color: #c9a24d;
    color: #c9a24d;
    background: rgba(201, 162, 77, 0.1);
}

.category-btn.active {
    background: linear-gradient(135deg, #c9a24d, #a6853d);
    color: #000;
    border-color: #c9a24d;
    box-shadow: 0 4px 12px rgba(201, 162, 77, 0.3);
    transform: scale(1.05);
}

/* Category Filters Wrapper - Mobile Optimized & Sticky */
.category-filters-wrapper {
    -webkit-overflow-scrolling: touch;
    padding: 0.75rem 1rem;
    min-height: 60px;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
}

.category-filters-wrapper::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar Chrome/Safari */
}

/* Sticky behavior (Menu page) */
#menu #categoryFilters.category-filters-wrapper {
    position: sticky;
    top: var(--sticky-top, 88px);
    z-index: 45;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201, 162, 77, 0.2);
    border-radius: 0;
    /* Full width for better sticky look */
    margin: 0 -1rem;
    /* Negative margin to offset container padding on mobile */
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}

@media (min-width: 768px) {
    #menu #categoryFilters.category-filters-wrapper {
        border-radius: 1.25rem;
        margin: 0;
        top: var(--sticky-top, 100px);
    }
}

/* Menu Sections (Grouped by Category) */
.menu-sections {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.menu-category-section {
    scroll-margin-top: var(--scroll-offset, 160px);
}

.menu-category-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #f3f4f6;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-items-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .menu-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .menu-items-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .menu-items-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Prevent accidental drag/ghost previews of icons on mobile (can appear as a big blue cart) */
a svg,
button svg,
a img,
button img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

.icon-thin {
    stroke-width: 1.25 !important;
}

.icon-bold {
    stroke-width: 2.5 !important;
}


.category-filters-wrapper .category-btn {
    scroll-snap-align: start;
}

[dir="rtl"] .category-filters-wrapper {
    scroll-snap-type: x mandatory;
}

[dir="rtl"] .category-filters-wrapper .category-btn {
    scroll-snap-align: end;
}

.menu-card {
    background: #111;
    border-radius: 1rem;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
    border: 2px solid transparent
}

.menu-card:hover {
    transform: translateY(-8px);
    border-color: #c9a24d;
    box-shadow: 0 12px 40px rgba(201, 162, 77, .2)
}

.menu-card img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover
}

.badge {
    padding: .25rem .75rem;
    border-radius: 9999px;
    font-size: .75rem;
    font-weight: 600
}

.badge-bestseller {
    background: linear-gradient(135deg, #c9a24d, #e0c478);
    color: #000
}

.badge-spicy {
    background: #dc2626;
    color: #fff
}

.cart-item {
    background: #0a0a0a;
    border-radius: .75rem;
    padding: 1rem;
    margin-bottom: 1rem
}

.branch-card {
    background: #111;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid #1f1f1f;
    transition: all .3s
}

.branch-card:hover {
    border-color: #c9a24d;
    transform: translateY(-4px)
}

.quantity-btn {
    width: 40px;
    height: 40px;
    background: #1f1f1f;
    border: 1px solid #333;
    border-radius: .375rem;
    color: #f8f6f2;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.quantity-btn:hover {
    background: #c9a24d;
    color: #000
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #0a0a0a
}

::-webkit-scrollbar-thumb {
    background: #c9a24d;
    border-radius: 5px
}

.search-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto 2rem
}

.search-input {
    width: 100%;
    background: #0a0a0a;
    border: 2px solid #1f1f1f;
    border-radius: 9999px;
    padding: 1rem 3rem 1rem 1.5rem;
    color: #f8f6f2;
    font-size: 1rem;
    outline: none;
    transition: all .3s;
    min-height: 48px
}

.search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 15px rgba(59, 130, 246, .3)
}

.search-icon {
    position: absolute;
    inset-inline-end: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
    pointer-events: none
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 1.5rem;
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    max-width: 400px;
    margin: 0 auto;
    background: hsla(0, 0%, 4%, .85);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(201, 162, 77, .2);
    border-radius: 2rem;
    padding: .75rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    transform: translateZ(0);
    will-change: transform;
}

#cartModal {
    z-index: 1500;
}

.cart-modal-handle {
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin: 8px auto;
    display: none;
}

@media (max-width: 640px) {
    .cart-modal-handle {
        display: block;
    }
}

.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    color: #888;
    transition: color .3s, transform .3s;
    text-decoration: none;
    flex: 1;
    min-width: 48px;
    min-height: 48px;
    font-size: .625rem
}

.mobile-bottom-nav a.active {
    color: #c9a24d
}

.mobile-bottom-nav i-icon {
    width: 24px;
    height: 24px
}

@media (min-width:1024px) {
    .mobile-bottom-nav {
        display: none
    }
}

@keyframes pop-in {
    0% {
        transform: translate(-50%, -40%) scale(.9);
        opacity: 0
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
}

@keyframes pop-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(-50%, -60%) scale(.9);
        opacity: 0
    }
}

.animate-pop-in {
    animation: pop-in .3s cubic-bezier(.34, 1.56, .64, 1) forwards
}

.animate-pop-out {
    animation: pop-out .3s cubic-bezier(.34, 1.56, .64, 1) forwards
}

.btn,
[role=button],
button {
    min-height: 44px;
    min-width: 44px
}

@keyframes slide-up {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.cart-modal-content {
    animation: slide-up .3s cubic-bezier(.16, 1, .3, 1)
}

@media (min-width:640px) {
    .cart-modal-content {
        animation: pop-in .3s cubic-bezier(.34, 1.56, .64, 1)
    }
}

.hero-image {
    display: block
}

.hero-video {
    display: none
}

@media (min-width:769px) {
    .hero-image {
        display: none
    }

    .hero-video {
        display: block
    }
}

.text-\[10px\] {
    font-size: .75rem !important
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Transitions */
.cart-item-enter {
    animation: fade-in-up 0.3s ease-out forwards;
}

.cart-item-exit {
    animation: fade-out-right 0.3s ease-in forwards;
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-out-right {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(20px);
    }
}

/* Compact Mobile Cart */
@media (max-width: 640px) {
    .cart-modal-content {
        max-height: 85vh;
    }

    .cart-item {
        padding: 0.75rem;
        margin-bottom: 0.5rem;
    }

    .cart-item img {
        width: 3.5rem;
        height: 3.5rem;
    }

    #cartFooter {
        padding: 0.75rem 0.75rem calc(0.75rem + 5.5rem) 0.75rem;
    }

    #cartFooter input,
    #cartFooter select {
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    .quantity-btn {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        font-size: 0.75rem;
    }
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-gold:hover {
    --tw-border-opacity: 1;
    border-color: rgb(201 162 77/var(--tw-border-opacity, 1))
}

.hover\:border-gold\/30:hover {
    border-color: rgba(201, 162, 77, .3)
}

.hover\:border-gold\/50:hover {
    border-color: rgba(201, 162, 77, .5)
}

.hover\:bg-bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10/var(--tw-bg-opacity, 1))
}

.hover\:bg-gold-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(166 133 55/var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity, 1))
}

.hover\:bg-white\/10:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.hover\:text-gold:hover {
    --tw-text-opacity: 1;
    color: rgb(201 162 77/var(--tw-text-opacity, 1))
}

.hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity, 1))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:grayscale-0:hover {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.focus\:border-gold:focus {
    --tw-border-opacity: 1;
    border-color: rgb(201 162 77/var(--tw-border-opacity, 1))
}

.active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.active\:scale-95:active,
.group[open] .group-open\:rotate-180 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group[open] .group-open\:rotate-180 {
    --tw-rotate: 180deg
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.group:hover .group-hover\:scale-105,
.group:hover .group-hover\:scale-110 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.group:hover .group-hover\:scale-\[1\.02\] {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:bg-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(201 162 77/var(--tw-bg-opacity, 1))
}

.group:hover .group-hover\:bg-gold\/30 {
    background-color: rgba(201, 162, 77, .3)
}

.group:hover .group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1))
}

@media (min-width:640px) {
    .sm\:inline {
        display: inline
    }

    .sm\:max-h-\[85vh\] {
        max-height: 85vh
    }

    .sm\:w-6 {
        width: 1.5rem
    }

    .sm\:max-w-lg {
        max-width: 32rem
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:gap-2 {
        gap: .5rem
    }

    .sm\:rounded-2xl {
        border-radius: 1rem
    }

    .sm\:p-2 {
        padding: .5rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:768px) {
    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .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\:flex-row {
        flex-direction: row
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:gap-12 {
        gap: 3rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:py-24 {
        padding-top: 6rem
    }

    .md\:pb-24,
    .md\:py-24 {
        padding-bottom: 6rem
    }

    .md\:pt-32 {
        padding-top: 8rem
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .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\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-8xl {
        font-size: 6rem;
        line-height: 1
    }
}

@media (min-width:1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

/* Animation Classes */
.reveal-section {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.reveal-section.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Fix mobile jitter */
.mobile-bottom-nav * {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================
   RECIPE HUB STYLES - PREMIUM MODERN
   ============================================ */

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.breadcrumb a {
    color: #888;
    transition: all 0.3s;
}

.breadcrumb a:hover {
    color: var(--gold);
}

.breadcrumb-sep {
    opacity: 0.3;
}

.breadcrumb-current {
    color: var(--gold);
    font-weight: 700;
}

/* Category Chips */
.category-filters-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.75rem;
    justify-content: flex-start;
    padding: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.category-filters-container::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    .category-filters-container {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible;
        padding: 1.5rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 2rem;
        border: 1px solid rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
    }
}

.category-filter-btn {
    padding: 0.75rem 1.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    white-space: nowrap;
}

.category-filter-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.category-filter-btn.active {
    background: var(--gold);
    border-color: var(--gold);
    color: #000;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

/* Row-style Segmented Filters */
.filter-row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem auto 3rem;
    max-width: 800px;
}

@media (min-width: 768px) {
    .filter-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.filter-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-inline-start: 0.5rem;
}

.filter-controls {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.filter-btn {
    flex: 1;
    padding: 0.625rem;
    border-radius: 0.75rem;
    border: none;
    background: transparent;
    color: #999;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.filter-btn.active {
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.2);
}

/* Premium Component Grid */
.recipe-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
}

/* Premium Card Design */
.recipe-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recipe-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

.recipe-card-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    margin: 0.75rem;
    border-radius: 1.5rem;
}

.recipe-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    /* Prevents cropping heads of people */
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.recipe-card:hover .recipe-card-image img {
    transform: scale(1.1) rotate(1deg);
}

.recipe-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.recipe-duration {
    align-self: flex-end;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.recipe-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: black;
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.recipe-card:hover .recipe-play-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.2);
}

.recipe-card-content {
    padding: 1.5rem 2rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recipe-card-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.recipe-difficulty {
    padding: 0.375rem 0.875rem;
    border-radius: 0.75rem;
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.difficulty-easy {
    background: rgba(34, 197, 94, 0.1);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.difficulty-medium {
    background: rgba(234, 179, 8, 0.1);
    color: #fbbf24;
    border: 1px solid rgba(234, 179, 8, 0.2);
}

.difficulty-hard {
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.recipe-time {
    font-size: 0.8125rem;
    color: #666;
    font-weight: 600;
}

.recipe-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.recipe-card-desc {
    font-size: 0.9375rem;
    color: #a1a1aa;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.recipe-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--gold);
    font-weight: 700;
    font-size: 0.9375rem;
    transition: all 0.3s;
}

.recipe-card:hover .recipe-cta {
    transform: translateX(5px);
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* Redesign Loading Spinner */
.loading-recipes {
    grid-column: 1 / -1;
    text-align: center;
    padding: 6rem 2rem;
}

.loading-spinner {
    width: 4rem;
    height: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-top: 2px solid var(--gold);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   INDIVIDUAL RECIPE PAGE STYLES
   ============================================ */

.recipe-page-header {
    text-align: center;
    margin-bottom: 2rem;
}

.recipe-page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .recipe-page-title {
        font-size: 2.5rem;
    }
}

.recipe-page-description {
    font-size: 1.125rem;
    color: #d1d5db;
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.8;
}

/* Recipe Video Player */
.recipe-video-container {
    margin-bottom: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.recipe-video-player {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
}

/* Recipe Metadata */
.recipe-metadata {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: rgba(26, 26, 26, 0.8);
    border-radius: 1rem;
    border: 1px solid #2d2d2d;
}

.meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 1rem;
}

.meta-label {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.meta-value {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

/* Recipe Sections */
.recipe-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #2d2d2d;
}

.recipe-content-grid {
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .recipe-content-grid {
        grid-template-columns: 1fr 1.5fr;
    }
}

/* Ingredients List */
.ingredients-list {
    list-style: none;
    padding: 0;
}

.ingredients-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #2d2d2d;
    color: #d1d5db;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.ingredients-list li::before {
    content: "•";
    color: #d4af37;
    font-weight: bold;
    flex-shrink: 0;
}

/* Steps List */
.steps-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.steps-list li {
    counter-increment: step-counter;
    padding: 1rem 0;
    padding-inline-start: 3.5rem;
    position: relative;
    border-bottom: 1px solid #2d2d2d;
    color: #d1d5db;
    line-height: 1.7;
}

.steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    inset-inline-start: 0;
    top: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Chef Tips */
.chef-tips-list {
    list-style: none;
    padding: 0;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.chef-tips-list li {
    padding: 0.75rem 0;
    color: #d4af37;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.chef-tips-list li::before {
    content: "💡";
    flex-shrink: 0;
}

/* Related Recipes */
.related-recipes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .related-recipes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.related-recipe-card {
    display: block;
    background: #1a1a1a;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #2d2d2d;
    transition: all 0.3s ease;
    text-decoration: none;
}

.related-recipe-card:hover {
    border-color: #d4af37;
    transform: translateY(-2px);
}

.related-recipe-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.related-recipe-card h4 {
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

/* Order CTA Section */
.recipe-order-cta {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent);
    border-radius: 1rem;
    margin-top: 2rem;
}

.recipe-order-cta h3 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1rem;
}

.recipe-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #000;
    font-weight: 700;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.recipe-order-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

/* ═══════════════════════════════════════════════════════════════════════════
   CRITICAL FIX: Glass Panel & Mobile Menu Styles
   ═══════════════════════════════════════════════════════════════════════════ */

.glass-panel {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Vertical Logo & Navbar Optimization */
.navbar-height {
    height: 80px; /* Increased from 64px (h-16) to accommodate vertical logo */
    transition: height 0.3s ease;
}

@media (max-width: 640px) {
    .navbar-height {
        height: 70px;
    }
}

.logo-vertical {
    height: 60px; /* Primary constraint */
    width: auto;
    object-fit: contain;
    transition: height 0.3s ease;
}

@media (max-width: 640px) {
    .logo-vertical {
        height: 50px;
    }
}

/* Mobile Menu Dropdown - Full solid background */
#mobileMenu .glass-panel {
    background: rgba(15, 15, 15, 0.98);
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

#mobileMenu .mobile-nav-link {
    display: block;
    padding: 1rem 1.25rem;
    min-height: 52px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #f8f6f2;
    border-radius: 0.75rem;
    margin: 0.25rem 0;
    transition: all 0.2s ease;
}

#mobileMenu .mobile-nav-link:hover,
#mobileMenu .mobile-nav-link:focus-visible {
    background: rgba(212, 175, 55, 0.15);
    color: #d4af37;
}

#mobileMenu .mobile-nav-link:active {
    background: rgba(212, 175, 55, 0.25);
    transform: scale(0.98);
}

#mobileMenu .mobile-nav-link:focus-visible {
    outline: 2px solid #d4af37;
    outline-offset: 2px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CRITICAL FIX: Text Gradient Gold
   ═══════════════════════════════════════════════════════════════════════════ */

.text-gradient-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #F5D685 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CRITICAL FIX: Hero Stats Cards - Modern Design
   ═══════════════════════════════════════════════════════════════════════════ */

.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hero-stats-grid {
        grid-template-columns: repeat(4, 1fr);
        max-width: 100%;
        gap: 1.5rem;
    }
}

.stat-card {
    background: rgba(15, 15, 15, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 1rem;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
}

.stat-card .stat-number {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #D4AF37 0%, #F5D685 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-card .stat-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #9ca3af;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .stat-card {
        padding: 1.5rem;
    }

    .stat-card .stat-number {
        font-size: 2rem;
    }

    .stat-card .stat-label {
        font-size: 0.875rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CRITICAL FIX: Sticky Category Filters
   ═══════════════════════════════════════════════════════════════════════════ */

.category-filters-wrapper {
    position: sticky;
    top: 76px;
    /* Adjusted to be perfectly flush with navbar or slightly overlapping */
    z-index: 45;
    background: rgba(5, 5, 5, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.75rem 0;
    margin: 0 -1rem 3rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-filters-wrapper::-webkit-scrollbar {
    display: none;
}

.category-filters-wrapper .category-btn {
    scroll-snap-align: start;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CRITICAL FIX: Focus Visible States
   ═══════════════════════════════════════════════════════════════════════════ */

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #d4af37;
    outline-offset: 2px;
}

/* Remove default focus for mouse users */
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
    outline: none;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CRITICAL FIX: No Blue Cart Icon Flash
   ═══════════════════════════════════════════════════════════════════════════ */

/* Global link color reset - prevent default blue */
a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

/* Prevent any blue colors from injected elements */
[style*="color: blue"],
[style*="color:blue"],
[style*="background: blue"],
[style*="background:blue"] {
    color: inherit !important;
    background: inherit !important;
}

/* Ensure cart elements are always gold themed */
#cartCount,
.cart-count {
    background: #d4af37;
    color: #000;
}

/* Prevent large overlay elements */
body>div[style*="position: fixed"]:not(#mobileMenu):not(.mobile-bottom-nav) {
    max-width: 100vw !important;
    max-height: 100vh !important;
}

/* Prevent webkit tap highlight blue */
* {
    -webkit-tap-highlight-color: rgba(212, 175, 55, 0.2);
}

/* ═══════════════════════════════════════════════════════════════════════════
   Seating Page Cards - Modern Mobile-First Design
   ═══════════════════════════════════════════════════════════════════════════ */

.seating-card {
    display: flex;
    flex-direction: column;
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.seating-card:hover {
    border-color: rgba(212, 175, 55, 0.8);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.15), 0 20px 60px rgba(0, 0, 0, 0.4);
    transform: translateY(-8px);
}

@media (min-width: 768px) {
    .seating-card {
        flex-direction: row;
    }

    .seating-card-reverse {
        flex-direction: row-reverse;
    }
}

.seating-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .seating-card-image {
        width: 45%;
        height: auto;
        min-height: 380px;
    }
}

.seating-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.seating-card:hover .seating-card-image img {
    transform: scale(1.05);
}

.seating-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .seating-card-content {
        width: 55%;
        padding: 2rem;
        justify-content: center;
    }
}

.seating-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.seating-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #9ca3af;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.seating-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #d4af37;
}

.seating-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #000;
    font-weight: 700;
    font-size: 0.9375rem;
    padding: 0.875rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 48px;
    width: fit-content;
}

.seating-cta:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
}

.seating-cta:active {
    transform: scale(0.98);
}

/* Luxury Recipe Styles */
.recipe-metadata {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 1.5rem;
}

@media (min-width: 768px) {
    .recipe-metadata {
        grid-template-columns: repeat(4, 1fr);
    }
}

.meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.meta-label {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.meta-value {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
}

.ingredients-checklist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ingredients-checklist li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}

.ingredients-checklist li:hover {
    background: rgba(212, 175, 55, 0.05);
    border-color: rgba(212, 175, 55, 0.2);
}

.ingredients-checklist input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(212, 175, 55, 0.4);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.ingredients-checklist input[type="checkbox"]:checked {
    background: var(--gold);
    border-color: var(--gold);
}

.ingredients-checklist input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 900;
    font-size: 12px;
}

.ingredients-checklist li:has(input:checked) {
    opacity: 0.6;
    text-decoration: line-through;
    filter: grayscale(1);
}

.chef-secret-box {
    margin: 3rem 0;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.02) 100%);
    border-inline-start: 4px solid var(--gold);
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.chef-secret-box::before {
    content: '"';
    position: absolute;
    top: -1rem;
    inset-inline-end: 1rem;
    font-size: 8rem;
    color: var(--gold);
    opacity: 0.1;
    font-family: serif;
}

.chef-secret-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--gold);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.chef-secret-content {
    font-style: italic;
    color: #f3f4f6;
    line-height: 1.8;
}

.recipe-step-card {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
}

.step-number {
    width: 32px;
    height: 32px;
    background: var(--gold);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex-shrink: 0;
}

.step-content strong {
    color: var(--gold);
    display: block;
    margin-bottom: 0.5rem;
}