/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
:root {
  --background: oklch(12% .01 250);
  --foreground: oklch(98% 0 0);
  --card: oklch(16% .01 250);
  --card-foreground: oklch(98% 0 0);
  --popover: oklch(14% .01 250);
  --popover-foreground: oklch(98% 0 0);
  --primary: oklch(78% .15 85);
  --primary-foreground: oklch(12% .01 250);
  --secondary: oklch(22% .01 250);
  --secondary-foreground: oklch(98% 0 0);
  --muted: oklch(20% .01 250);
  --muted-foreground: oklch(65% .02 85);
  --accent: oklch(78% .15 85);
  --accent-foreground: oklch(12% .01 250);
  --destructive: oklch(57.7% .245 27.325);
  --destructive-foreground: oklch(57.7% .245 27.325);
  --border: oklch(28% .02 85);
  --input: oklch(22% .01 250);
  --ring: oklch(78% .15 85);
  --radius: .75rem;
}

.dark {
  --background: oklch(12% .01 250);
  --foreground: oklch(98% 0 0);
  --card: oklch(16% .01 250);
  --card-foreground: oklch(98% 0 0);
  --popover: oklch(14% .01 250);
  --popover-foreground: oklch(98% 0 0);
  --primary: oklch(78% .15 85);
  --primary-foreground: oklch(12% .01 250);
  --secondary: oklch(22% .01 250);
  --secondary-foreground: oklch(98% 0 0);
  --muted: oklch(20% .01 250);
  --muted-foreground: oklch(65% .02 85);
  --accent: oklch(78% .15 85);
  --accent-foreground: oklch(12% .01 250);
  --destructive: oklch(39.6% .141 25.723);
  --destructive-foreground: oklch(63.7% .237 25.331);
  --border: oklch(28% .02 85);
  --input: oklch(22% .01 250);
  --ring: oklch(78% .15 85);
}

@layer base {
  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }
}

@layer components {
  .control-btn {
    color: #888;
    background-color: #1a1a1a;
    border: none;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    width: 100%;
    min-height: 3.5rem;
    padding: 1rem 1.5rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
  }

  @media (max-width: 768px) {
    .control-btn {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  .control-btn:hover {
    background-color: #222;
  }

  .control-btn.active {
    color: #ddd;
    background-color: #2a2a2a;
  }

  .address-btn {
    color: #888;
    background-color: #1a1a1a;
    border: none;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    width: 100%;
    max-width: 100%;
    min-height: 3.5rem;
    margin-left: 0;
    padding: .75rem 3rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
  }

  .address-btn:hover {
    background-color: #222;
  }

  .bg-black.rounded-2xl .flex.justify-center > .flex.items-center {
    gap: 15px !important;
  }

  .delivery-toggle {
    background-color: #1a1a1a;
    border-radius: 12px;
    width: 100%;
    padding: .25rem;
    position: relative;
  }

  @media (max-width: 768px) {
    .delivery-toggle {
      min-width: auto;
    }
  }

  .toggle-slider {
    z-index: 1;
    background-color: #c9a84c;
    border-radius: 10px;
    transition: left .35s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    top: .25rem;
    bottom: .25rem;
    box-shadow: 0 2px 8px #00000040;
  }

  .delivery-btn, .pickup-btn {
    color: #888;
    z-index: 2;
    background-color: #0000;
    border: none;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: 100%;
    min-height: 3rem;
    padding: .75rem 1rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
    position: relative;
  }

  @media (max-width: 768px) {
    .delivery-btn, .pickup-btn {
      min-width: auto;
      padding-left: .75rem;
      padding-right: .75rem;
    }
  }

  .delivery-btn:hover, .pickup-btn:hover {
    color: #aaa;
  }

  .delivery-btn.active, .pickup-btn.active {
    color: #1a1a1a;
  }

  .nav-btn {
    color: #c9a84c;
    background-color: #1a1a1a;
    border: 1px solid #c9a84c;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    transition: all .2s;
    display: flex;
  }

  .nav-btn:hover {
    color: #c9a84c;
    background-color: #222;
    border-color: #c9a84c;
  }

  .action-btn {
    color: #888;
    background-color: #222;
    border-radius: .75rem;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    font-weight: 600;
    transition: all .2s;
  }

  .action-btn.active {
    color: #fff;
    background-color: #333;
  }

  .action-btn:hover {
    color: #aaa;
    background-color: #333;
  }

  .menu-category-card {
    aspect-ratio: 1;
    cursor: pointer;
    border-radius: 24px;
    transition: transform .3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px #0009;
  }

  .menu-category-card:hover {
    transform: scale(1.03);
  }

  .menu-category-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .category-info {
    background: linear-gradient(to top, #000000e6, #0000);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .category-info h3 {
    color: #fff;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .category-info span {
    color: #e5c07b;
    margin-top: 4px;
    font-size: .9rem;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: oklch(14% .01 250);
}

::-webkit-scrollbar-thumb {
  background: oklch(35% .05 85);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: oklch(50% .1 85);
}

html {
  scroll-behavior: smooth;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.new-design-h1, .new-design-h2, .new-design-h3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.new-design-h1 {
  font-size: 2.5rem;
}

.new-design-h2 {
  font-size: 2rem;
}

.new-design-h3 {
  font-size: 1.25rem;
}

.new-design-card {
  background: #1a1a1a;
  border: 1px solid #c9a84c26;
  border-radius: 24px;
  padding: 32px;
}

.new-design-button-primary {
  color: #000;
  cursor: pointer;
  background: #c9a84c;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.new-design-button-primary:hover {
  background: #d4af37;
  transform: translateY(-2px);
}

.new-design-button-secondary {
  color: #c9a84c;
  cursor: pointer;
  background: none;
  border: 2px solid #c9a84c;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.new-design-button-secondary:hover {
  background: #c9a84c1a;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.space-y-8 > * + * {
  margin-top: 2rem;
}

.space-y-3 > * + * {
  margin-top: .75rem;
}

.text-yellow-400 {
  color: #c9a84c;
}

.text-white\/60 {
  color: #fff9;
}

.text-white\/70 {
  color: #ffffffb3;
}

.text-white\/80 {
  color: #fffc;
}

.bg-yellow-400 {
  background-color: #c9a84c;
}

.bg-black\/20 {
  background-color: #0003;
}
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.sr-only {
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

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

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

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1001\] {
  z-index: 1001;
}

.z-\[9999\] {
  z-index: 9999;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-inline: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-\[7px\] {
  margin-right: 7px;
}

.ml-\[7px\] {
  margin-left: 7px;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.block {
  display: block;
}

.contents {
  display: contents;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-row {
  display: table-row;
}

.table-row-group {
  display: table-row-group;
}

.h-\[48vh\] {
  height: 48vh;
}

.h-\[70vh\] {
  height: 70vh;
}

.h-\[200px\] {
  height: 200px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-\[600px\] {
  max-height: 600px;
}

.min-h-\[48px\] {
  min-height: 48px;
}

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

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

.w-3\/4 {
  width: 75%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[75\%\] {
  max-width: 75%;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1600px\] {
  max-width: 1600px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

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

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

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

.flex-1 {
  flex: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

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

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.transform {
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.resize-none {
  resize: none;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  appearance: 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-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

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

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

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-start {
  justify-items: start;
}

.gap-\[7px\] {
  gap: 7px;
}

:where(.-space-y-px > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(-1px * var(--tw-space-y-reverse));
  margin-block-end: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.\!rounded-\[12px\] {
  border-radius: 12px !important;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.rounded-none {
  border-radius: 0;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0;
}

.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}

.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}

.border-t-2 {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}

.border-none {
  --tw-border-style: none;
  border-style: none;
}

.border-\[\#0A0A0A\] {
  border-color: #0a0a0a;
}

.border-\[\#333\] {
  border-color: #333;
}

.border-\[\#222222\] {
  border-color: #222;
}

.border-\[\#333333\] {
  border-color: #333;
}

.border-\[\#C9A84C\] {
  border-color: #c9a84c;
}

.border-\[\#C9A84C\]\/15 {
  border-color: oklab(74.3201% .000998616 .117047 / .15);
}

.border-\[\#e5c07b\] {
  border-color: #e5c07b;
}

.border-transparent {
  border-color: #0000;
}

.border-t-transparent {
  border-top-color: #0000;
}

.bg-\[\#0A0A0A\] {
  background-color: #0a0a0a;
}

.bg-\[\#0d0d0d\] {
  background-color: #0d0d0d;
}

.bg-\[\#1a1a1a\] {
  background-color: #1a1a1a;
}

.bg-\[\#111111\] {
  background-color: #111;
}

.bg-\[\#333333\] {
  background-color: #333;
}

.bg-\[\#C9A84C\] {
  background-color: #c9a84c;
}

.bg-\[\#e5c07b\] {
  background-color: #e5c07b;
}

.bg-transparent {
  background-color: #0000;
}

.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.from-\[\#C9A84C\] {
  --tw-gradient-from: #c9a84c;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.to-\[\#e5c07b\] {
  --tw-gradient-to: #e5c07b;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

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

.py-\[10px\] {
  padding-block: 10px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

.leading-none {
  --tw-leading: 1;
  line-height: 1;
}

.tracking-\[1px\] {
  --tw-tracking: 1px;
  letter-spacing: 1px;
}

.tracking-\[2px\] {
  --tw-tracking: 2px;
  letter-spacing: 2px;
}

.tracking-\[3px\] {
  --tw-tracking: 3px;
  letter-spacing: 3px;
}

.tracking-\[8px\] {
  --tw-tracking: 8px;
  letter-spacing: 8px;
}

.break-words {
  overflow-wrap: break-word;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-\[\#666\] {
  color: #666;
}

.text-\[\#888\] {
  color: #888;
}

.text-\[\#C9A84C\] {
  color: #c9a84c;
}

.text-\[\#e5c07b\] {
  color: #e5c07b;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
}

.underline {
  text-decoration-line: underline;
}

.opacity-20 {
  opacity: .2;
}

.opacity-30 {
  opacity: .3;
}

.shadow-\[0_16px_40px_rgba\(0\,0\,0\,0\.45\)\] {
  --tw-shadow: 0 16px 40px var(--tw-shadow-color, #00000073);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.\!outline {
  outline-style: var(--tw-outline-style) !important;
  outline-width: 1px !important;
}

.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}

.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-\[12px\] {
  --tw-backdrop-blur: blur(12px);
  -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-filter {
  -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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.duration-200 {
  --tw-duration: .2s;
  transition-duration: .2s;
}

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

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

.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}

.text-shadow-\[0_0_30px_rgba\(201\,168\,76\,0\.4\)\] {
  text-shadow: 0 0 30px var(--tw-text-shadow-color, #c9a84c66);
}

@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .hover\:scale-105:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .hover\:border-\[\#C9A84C\]:hover {
    border-color: #c9a84c;
  }

  .hover\:border-\[\#e5c07b\]:hover {
    border-color: #e5c07b;
  }

  .hover\:bg-\[\#222222\]:hover {
    background-color: #222;
  }

  .hover\:bg-\[\#444444\]:hover {
    background-color: #444;
  }

  .hover\:bg-\[\#C9A84C\]\/10:hover {
    background-color: oklab(74.3201% .000998616 .117047 / .1);
  }

  .hover\:bg-\[\#d4af37\]:hover {
    background-color: #d4af37;
  }

  .hover\:bg-\[\#e5c07b\]:hover {
    background-color: #e5c07b;
  }

  .hover\:text-\[\#C9A84C\]:hover {
    color: #c9a84c;
  }

  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:border-\[\#444\]:focus {
  border-color: #444;
}

.focus\:border-\[\#C9A84C\]:focus {
  border-color: #c9a84c;
}

.focus\:border-transparent:focus {
  border-color: #0000;
}

.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}

.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}

.active\:scale-95:active {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

:root {
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --gold-dim: #8b6b2a;
  --black: #0a0a0a;
  --dark: #111;
  --dark2: #1a1a1a;
  --dark3: #222;
  --text: #e8e0d0;
  --text-muted: #9a8c7a;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

* {
  font-family: Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: Montserrat, sans-serif;
}

.bg-brand-yellow {
  background-color: gold;
}

.bg-brand-black {
  background-color: #111;
}

.text-brand-yellow {
  color: gold;
}

.text-brand-black {
  color: #111;
}

.border-brand-yellow {
  border-color: gold;
}

.border-brand-black {
  border-color: #111;
}

.shadow-custom {
  box-shadow: 0 10px 30px #00000026;
}

.shadow-custom-lg {
  box-shadow: 0 20px 50px #0003;
}

.shadow-glow {
  box-shadow: 0 0 30px #ffd7004d;
}

.shadow-glow-lg {
  box-shadow: 0 0 50px #ffd70080;
}

.gradient-bg {
  background: linear-gradient(135deg, #111 0%, #333 100%);
}

.gradient-yellow {
  background: linear-gradient(135deg, gold 0%, #ffc000 100%);
}

.gradient-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}

.gradient-hero:before {
  content: "";
  background: radial-gradient(circle, #ffd7001a 0%, #0000 70%);
  width: 200%;
  height: 200%;
  animation: 8s ease-in-out infinite pulse;
  position: absolute;
  top: -50%;
  left: -50%;
}

@keyframes pulse {
  0%, 100% {
    opacity: .5;
    transform: scale(1);
  }

  50% {
    opacity: .8;
    transform: scale(1.1);
  }
}

.hover-lift {
  cursor: pointer;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.hover-lift:hover {
  transform: translateY(-8px)scale(1.02);
  box-shadow: 0 20px 40px #0000004d;
}

.hover-glow {
  transition: all .3s;
}

.hover-glow:hover {
  box-shadow: 0 0 30px #ffd70066;
}

.hover-scale {
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.hover-scale:hover {
  transform: scale(1.05);
}

.rounded-2xl {
  border-radius: 2rem !important;
}

.toast-notification {
  background: #111 !important;
}

.text-shadow {
  text-shadow: 0 0 30px #c9a84c66;
}

.shadow-custom-glow {
  box-shadow: 0 0 30px #ffd7004d;
}

.shadow-custom-glow-lg {
  box-shadow: 0 0 50px #ffd70080;
}

.shadow-glow-md {
  box-shadow: 0 16px 40px #0006;
}

.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer:before {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
  width: 50%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.shimmer:hover:before {
  left: 100%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.toast-notification {
  z-index: 9999;
  color: #000;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  position: fixed;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 24px #0006;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

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

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.animate-fadeInUp {
  animation: .6s ease-out forwards fadeInUp;
}

.animate-fadeInDown {
  animation: .6s ease-out forwards fadeInDown;
}

.animate-slideInLeft {
  animation: .6s ease-out forwards slideInLeft;
}

.animate-slideInRight {
  animation: .6s ease-out forwards slideInRight;
}

.animate-bounce-slow {
  animation: 2s ease-in-out infinite bounce;
}

.animate-float {
  animation: 3s ease-in-out infinite float;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px)scale(.9);
  }

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

.animate-slideIn {
  animation: .3s cubic-bezier(.4, 0, .2, 1) forwards slideIn;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

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

.animate-slide-up {
  animation: .4s ease-out forwards slideUp;
}

.logo-transparent {
  clip-path: circle(45%);
  background-color: #0000 !important;
}

.product-card {
  background: linear-gradient(145deg, #1f1f1f, #2a2a2a);
  border: 1px solid #ffd7001a;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.product-card:hover {
  border-color: #ffd7004d;
  box-shadow: 0 15px 40px #ffd70026;
}

.btn-primary {
  color: #111;
  background: linear-gradient(135deg, gold 0%, #ffc000 100%);
  font-weight: 700;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary:before {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.btn-primary:hover:before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px #ffd70066;
}

.btn-secondary {
  color: gold;
  background: none;
  border: 2px solid gold;
  font-weight: 700;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.btn-secondary:hover {
  color: #111;
  background: gold;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px #ffd7004d;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
}

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

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

.image-overlay {
  position: relative;
  overflow: hidden;
}

.image-overlay:after {
  content: "";
  background: linear-gradient(#0000 0%, #0000004d 100%);
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.image-overlay:hover:after {
  opacity: .5;
}

.image-overlay img {
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}

.image-overlay:hover img {
  transform: scale(1.1);
}

.parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.stat-number {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, gold 0%, orange 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
}

.decoration-circle {
  filter: blur(60px);
  opacity: .3;
  border-radius: 50%;
  animation: 6s ease-in-out infinite float;
  position: absolute;
}

.testimonial-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(145deg, #ffffff0d, #ffffff1a);
  border: 1px solid #ffffff1a;
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.icon-pulse {
  animation: 2s ease-in-out infinite iconPulse;
}

@media (max-width: 640px) {
  .product-card .p-4 {
    padding: 12px !important;
  }

  .product-card .p-6 {
    padding: 16px !important;
  }

  .product-card .mb-2 {
    margin-bottom: 8px !important;
  }

  .product-card .mb-3 {
    margin-bottom: 12px !important;
  }

  .product-card .mb-4 {
    margin-bottom: 16px !important;
  }

  .product-card .gap-2 {
    gap: 8px !important;
  }

  .product-card .gap-4 {
    gap: 16px !important;
  }

  .product-card .py-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .product-card .py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .product-card .px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .product-card .px-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .product-card .text-xl {
    font-size: 1.25rem !important;
  }

  .product-card .text-2xl {
    font-size: 1.5rem !important;
  }

  .product-card .text-sm {
    font-size: .875rem !important;
  }

  .product-card .text-xs {
    font-size: .75rem !important;
  }

  .product-card .h-40 {
    height: 160px !important;
  }

  .product-card .h-48 {
    height: 192px !important;
  }

  .product-card .rounded-3xl {
    border-radius: 1rem !important;
  }

  .product-card .rounded-full {
    border-radius: 9999px !important;
  }

  .product-card .py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .product-card .max-h-24 {
    max-height: 60px !important;
  }

  .product-card .max-h-20 {
    max-height: 50px !important;
  }

  .product-card .max-h-16 {
    max-height: 40px !important;
  }

  .product-card .overflow-y-auto {
    padding: 4px 0;
  }

  .product-card .btn-primary.py-2_5, .product-card button.py-2_5 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  #menu .product-card {
    margin-bottom: 12px !important;
  }

  #menu .product-card button.bg-gray-600 {
    font-size: .875rem !important;
  }

  #menu .product-card .font-heading {
    line-height: 1.3 !important;
  }

  #menu .product-card .quantity-controls {
    align-items: center;
    gap: .5rem;
    display: flex;
  }

  #menu .product-card .quantity-btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  #menu .product-card .quantity-display {
    text-align: center;
    min-width: 24px;
  }

  #menu .product-card .gap-1 {
    gap: .25rem !important;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
