/*
    Theme Name: FeedStore BBQ
    Theme URI: https://feedstorebbq.com
    Author: Selph Marketing
    Author URI: https://selphmarketing.com
    Description: A custom theme for FeedStore BBQ
    Version: 0.0.0
    License: GPL v2 or later
    Text Domain: feedstore-bbq
*/

*, ::before, ::after {
  --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: rgb(59 130 246 / 0.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:  ;
}

::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: rgb(59 130 246 / 0.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:  ;
}

/*
    ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

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

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[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;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-6 {
  left: -1.5rem;
}

.-right-1 {
  right: -0.25rem;
}

.-top-4 {
  top: -1rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.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;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-rotate-2 {
  --tw-rotate: -2deg;
  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));
}

.rotate-12 {
  --tw-rotate: 12deg;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.transform {
  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 bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

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

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-bbq-dark {
  --tw-border-opacity: 1;
  border-color: rgb(44 24 16 / var(--tw-border-opacity, 1));
}

.border-bbq-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 183 0 / var(--tw-border-opacity, 1));
}

.border-bbq-orange\/30 {
  border-color: rgb(255 183 0 / 0.3);
}

.border-bbq-orange\/50 {
  border-color: rgb(255 183 0 / 0.5);
}

.border-bbq-red {
  --tw-border-opacity: 1;
  border-color: rgb(139 30 30 / var(--tw-border-opacity, 1));
}

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

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

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

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

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6);
}

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

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.bg-bbq-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 235 / var(--tw-bg-opacity, 1));
}

.bg-bbq-cream\/90 {
  background-color: rgb(245 240 235 / 0.9);
}

.bg-bbq-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 24 16 / var(--tw-bg-opacity, 1));
}

.bg-bbq-dark\/60 {
  background-color: rgb(44 24 16 / 0.6);
}

.bg-bbq-orange\/10 {
  background-color: rgb(255 183 0 / 0.1);
}

.bg-bbq-orange\/20 {
  background-color: rgb(255 183 0 / 0.2);
}

.bg-bbq-orange\/40 {
  background-color: rgb(255 183 0 / 0.4);
}

.bg-bbq-red {
  --tw-bg-opacity: 1;
  background-color: rgb(139 30 30 / var(--tw-bg-opacity, 1));
}

.bg-bbq-red\/10 {
  background-color: rgb(139 30 30 / 0.1);
}

.bg-bbq-red\/20 {
  background-color: rgb(139 30 30 / 0.2);
}

.bg-bbq-red\/40 {
  background-color: rgb(139 30 30 / 0.4);
}

.bg-bbq-red\/80 {
  background-color: rgb(139 30 30 / 0.8);
}

.bg-bbq-red\/95 {
  background-color: rgb(139 30 30 / 0.95);
}

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

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/cubes\.png\'\)\] {
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
}

.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/stardust\.png\'\)\] {
  background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
}

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

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

.from-bbq-cream {
  --tw-gradient-from: #f5f0eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 240 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-bbq-dark {
  --tw-gradient-from: #2c1810 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(44 24 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.via-bbq-dark\/70 {
  --tw-gradient-to: rgb(44 24 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(44 24 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}

.to-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

.font-body {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

.font-display {
  font-family: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, 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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-bbq-cream\/60 {
  color: rgb(245 240 235 / 0.6);
}

.text-bbq-cream\/70 {
  color: rgb(245 240 235 / 0.7);
}

.text-bbq-dark {
  --tw-text-opacity: 1;
  color: rgb(44 24 16 / var(--tw-text-opacity, 1));
}

.text-bbq-orange {
  --tw-text-opacity: 1;
  color: rgb(255 183 0 / var(--tw-text-opacity, 1));
}

.text-bbq-red {
  --tw-text-opacity: 1;
  color: rgb(139 30 30 / 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-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

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

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

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

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

.accent-bbq-red {
  accent-color: #8b1e1e;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  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 {
  --tw-backdrop-blur: blur(8px);
  -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-lg {
  --tw-backdrop-blur: blur(16px);
  -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-md {
  --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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

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

/* ============================================
   BASE
   ============================================ */

body {
  background-color: #f5f0eb;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #2c1810;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   WORDPRESS BLOCK EDITOR — DEFAULT STYLES
   ============================================ */

/* Headings */

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: 'Oswald', 'Arial Narrow', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  color: #8b1e1e;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.editor-styles-wrapper h1,
.entry-content h1 {
  font-size: 2.25rem;
}

.editor-styles-wrapper h2,
.entry-content h2 {
  font-size: 1.875rem;
}

.editor-styles-wrapper h3,
.entry-content h3 {
  font-size: 1.5rem;
}

.editor-styles-wrapper h4,
.entry-content h4 {
  font-size: 1.25rem;
}

.editor-styles-wrapper h5,
.entry-content h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2c1810;
}

.editor-styles-wrapper h6,
.entry-content h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8b1e1e;
}

/* Paragraphs */

.editor-styles-wrapper p,
.entry-content p {
  font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}

/* Links */

.editor-styles-wrapper a,
.entry-content a {
  color: #8b1e1e;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #ffb700;
  transition: color 0.2s ease;
}

.editor-styles-wrapper a:hover,
.entry-content a:hover {
  color: #2c1810;
  text-decoration-color: #2c1810;
}

/* Lists */

.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.entry-content ul,
.entry-content ol {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.editor-styles-wrapper ul li,
.entry-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.editor-styles-wrapper ul li::before,
.entry-content ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: #8b1e1e;
  font-size: 0.875rem;
  top: 0.15em;
}

.editor-styles-wrapper ol li,
.entry-content ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* Blockquotes */

.editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote,
.entry-content blockquote,
.entry-content .wp-block-quote {
  border-left: 4px solid #ffb700;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background-color: #faf5f0;
  font-family: 'Oswald', 'Arial Narrow', 'Helvetica Neue', sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #2c1810;
}

.editor-styles-wrapper blockquote p,
.entry-content blockquote p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0.75rem;
}

.editor-styles-wrapper blockquote cite,
.entry-content blockquote cite {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8b1e1e;
  margin-top: 0.5rem;
}

/* Pullquotes */

.editor-styles-wrapper .wp-block-pullquote,
.entry-content .wp-block-pullquote {
  border-top: 2px solid #ffb700;
  border-bottom: 2px solid #ffb700;
  padding: 2rem;
  text-align: center;
}

.editor-styles-wrapper .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote blockquote {
  border-left: none;
  background: transparent;
  padding: 0;
}

.editor-styles-wrapper .wp-block-pullquote p,
.entry-content .wp-block-pullquote p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #8b1e1e;
}

/* Images */

.editor-styles-wrapper .wp-block-image,
.entry-content .wp-block-image {
  margin: 2rem 0;
}

.editor-styles-wrapper .wp-block-image img,
.entry-content .wp-block-image img {
  border-radius: 2px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}

.editor-styles-wrapper .wp-block-image figcaption,
.entry-content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #78716c;
  text-align: center;
  margin-top: 0.75rem;
  font-style: italic;
}

/* Galleries */

.editor-styles-wrapper .wp-block-gallery,
.entry-content .wp-block-gallery {
  gap: 1rem;
}

.editor-styles-wrapper .wp-block-gallery .wp-block-image img,
.entry-content .wp-block-gallery .wp-block-image img {
  border-radius: 2px;
}

/* Buttons */

.editor-styles-wrapper .wp-block-button__link,
.entry-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: #8b1e1e;
  color: #f5f0eb;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}

.editor-styles-wrapper .wp-block-button__link:hover,
.entry-content .wp-block-button__link:hover {
  background-color: #6b1515;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

/* Outline button variant */

.editor-styles-wrapper .is-style-outline .wp-block-button__link,
.entry-content .is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #8b1e1e;
  border: 1px solid #8b1e1e;
}

.editor-styles-wrapper .is-style-outline .wp-block-button__link:hover,
.entry-content .is-style-outline .wp-block-button__link:hover {
  background-color: #8b1e1e;
  color: #f5f0eb;
}

/* Tables */

.editor-styles-wrapper .wp-block-table,
.entry-content .wp-block-table {
  margin: 2rem 0;
}

.editor-styles-wrapper .wp-block-table table,
.entry-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.editor-styles-wrapper .wp-block-table thead,
.entry-content .wp-block-table thead {
  background-color: #8b1e1e;
  color: #f5f0eb;
}

.editor-styles-wrapper .wp-block-table th,
.entry-content .wp-block-table th {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  padding: 1rem;
  text-align: left;
}

.editor-styles-wrapper .wp-block-table td,
.entry-content .wp-block-table td {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  color: #4a4a4a;
}

.editor-styles-wrapper .wp-block-table tbody tr:nth-child(even),
.entry-content .wp-block-table tbody tr:nth-child(even) {
  background-color: #faf5f0;
}

/* Separators */

.editor-styles-wrapper .wp-block-separator,
.entry-content .wp-block-separator {
  border: none;
  border-top: 1px solid #ffb700;
  margin: 3rem auto;
  max-width: 200px;
  opacity: 0.5;
}

.editor-styles-wrapper .wp-block-separator.is-style-wide,
.entry-content .wp-block-separator.is-style-wide {
  max-width: 100%;
}

.editor-styles-wrapper .wp-block-separator.is-style-dots,
.entry-content .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
  max-width: none;
}

.editor-styles-wrapper .wp-block-separator.is-style-dots::before,
.entry-content .wp-block-separator.is-style-dots::before {
  content: '• • •';
  color: #ffb700;
  font-size: 1.5rem;
  letter-spacing: 1em;
}

/* Cover Blocks */

.editor-styles-wrapper .wp-block-cover,
.entry-content .wp-block-cover {
  border-radius: 2px;
  margin: 2rem 0;
}

.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container,
.entry-content .wp-block-cover .wp-block-cover__inner-container {
  color: #f5f0eb;
}

/* Group / Container blocks */

.editor-styles-wrapper .wp-block-group,
.entry-content .wp-block-group {
  padding: 2rem;
}

.editor-styles-wrapper .wp-block-group.has-background,
.entry-content .wp-block-group.has-background {
  border-radius: 2px;
}

/* Columns */

.editor-styles-wrapper .wp-block-columns,
.entry-content .wp-block-columns {
  gap: 2rem;
  margin: 2rem 0;
}

/* Media & Text */

.editor-styles-wrapper .wp-block-media-text,
.entry-content .wp-block-media-text {
  border-radius: 2px;
  overflow: hidden;
  margin: 2rem 0;
}

.editor-styles-wrapper .wp-block-media-text__content,
.entry-content .wp-block-media-text__content {
  padding: 2rem;
}

/* Preformatted / Code */

.editor-styles-wrapper pre,
.editor-styles-wrapper .wp-block-preformatted,
.editor-styles-wrapper .wp-block-code,
.entry-content pre,
.entry-content .wp-block-preformatted,
.entry-content .wp-block-code {
  background-color: #2c1810;
  color: #f5f0eb;
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
  padding: 1.5rem;
  border-radius: 2px;
  overflow-x: auto;
  margin: 2rem 0;
}

/* Verse */

.editor-styles-wrapper .wp-block-verse,
.entry-content .wp-block-verse {
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  font-size: 1.125rem;
  color: #4a4a4a;
  background-color: #faf5f0;
  padding: 1.5rem;
  border-left: 3px solid #ffb700;
}

/* Captions */

.editor-styles-wrapper figcaption,
.entry-content figcaption {
  font-size: 0.875rem;
  color: #78716c;
  text-align: center;
  margin-top: 0.5rem;
}

/* Alignment */

.alignwide {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ============================================
   THEME COMPONENTS (existing)
   ============================================ */

/* Reveal Animation */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Navigation Dropdown */

.nav-item .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 50;
}

.group:hover .dropdown-submenu,
.dropdown-menu:hover .dropdown-submenu,
.dropdown-submenu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

/* Custom Scrollbar */

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

::-webkit-scrollbar-track {
  background: #f5f0eb;
}

::-webkit-scrollbar-thumb {
  background: #8b1e1e;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6b1515;
}

/* Parchment Texture */

.texture-parchment {
  background-color: #f5f0eb;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
}

/* BBQ Watermark */

.bbq-watermark {
  font-family: 'Oswald', 'Arial Narrow', 'Helvetica Neue', sans-serif;
  font-size: 12rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(139, 30, 30, 0.15);
  position: absolute;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* Hero Parallax */

.hero-bg {
  background-image: url('https://images.unsplash.com/photo-1552832230-c0197dd311b5?q=80&w=2000&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Column Section Background */

.column-bg {
  background-image: url('https://images.unsplash.com/photo-1564399580075-5dfe19c205f3?q=80&w=2000&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Gold Divider */

.gold-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ffb700;
}

.gold-divider::before, .gold-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

/* BBQ Orange Accents */

.bbq-glow {
  box-shadow: 0 0 30px rgba(255, 183, 0, 0.15);
}

/* Audio Button Pulse */

@keyframes softPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 183, 0, 0.4);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(255, 183, 0, 0);
  }
}

.audio-pulse {
  animation: softPulse 2s infinite;
}

/* Mobile menu fix */

#mobile-menu {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

/* Footer menu link colors */

footer .menu li a {
  color: rgba(245, 240, 235, 0.65);
  transition: color 0.2s ease;
}

footer .menu li a:hover {
  color: #ffffff;
}

/* ============================================
   WORDPRESS COMMENTS STYLES
   ============================================ */

/* Comments Section Container */

#comments {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

#comments h3,
#comments #reply-title,
.comments-title,
.comment-reply-title {
  font-family: 'Oswald', 'Arial Narrow', 'Helvetica Neue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #8b1e1e;
  margin-bottom: 1.5rem;
}

/* Comment List */

.commentlist,
.wp-block-comment-template,
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li,
.wp-block-comment-template li,
.comment-list li {
  margin-bottom: 1.5rem;
}

/* Individual Comment */

.comment-body,
.wp-block-comment-template .wp-block-comment {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 1.5rem;
  transition: box-shadow 0.3s ease;
}

.comment-body:hover,
.wp-block-comment-template .wp-block-comment:hover {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

/* Comment Meta / Author */

.comment-meta,
.wp-block-comment-author-name {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f5f0eb;
}

.comment-author.vcard,
.wp-block-comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

.comment-author .avatar,
.wp-block-comment-author .avatar,
.wp-block-comment-author__avatar img {
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-author .fn,
.comment-author .fn a,
.wp-block-comment-author-name a {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #8b1e1e;
  text-decoration: none;
  font-style: normal;
}

.comment-author .fn a:hover,
.wp-block-comment-author-name a:hover {
  color: #2c1810;
}

.says {
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  color: #a8a29e;
  font-size: 0.875rem;
}

/* Comment Date/Time */

.comment-metadata,
.wp-block-comment-date {
  font-size: 0.75rem;
  color: #a8a29e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.comment-metadata a,
.wp-block-comment-date a,
.comment-metadata time {
  color: #a8a29e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.comment-metadata a:hover,
.wp-block-comment-date a:hover {
  color: #2c1810;
}

/* Edit Link */

.comment-edit-link,
.edit-link a {
  color: #ffb700;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 0.75rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.comment-edit-link:hover,
.edit-link a:hover {
  border-bottom-color: #ffb700;
}

/* Comment Content */

.comment-content,
.wp-block-comment-content {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 1rem 0;
}

.comment-content p,
.wp-block-comment-content p {
  margin-bottom: 1rem;
}

.comment-content p:last-child,
.wp-block-comment-content p:last-child {
  margin-bottom: 0;
}

.comment-content a,
.wp-block-comment-content a {
  color: #8b1e1e;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #ffb700;
  transition: color 0.2s ease;
}

.comment-content a:hover,
.wp-block-comment-content a:hover {
  color: #2c1810;
  text-decoration-color: #2c1810;
}

/* Reply Button */

.reply,
.wp-block-comment-reply-link {
  margin-top: 1rem;
}

.comment-reply-link,
.wp-block-comment-reply-link a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  background-color: transparent;
  color: #8b1e1e;
  border: 1px solid #8b1e1e;
  border-radius: 2px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: all 0.2s ease;
}

.comment-reply-link:hover,
.wp-block-comment-reply-link a:hover {
  background-color: #8b1e1e;
  color: #f5f0eb;
  transform: translateY(-1px);
}

/* Comment Navigation */

.navigation,
.comments-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
}

.alignleft,
.nav-previous {
  text-align: left;
}

.alignright,
.nav-next {
  text-align: right;
}

.navigation a,
.comments-navigation a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #8b1e1e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.navigation a:hover,
.comments-navigation a:hover {
  color: #2c1810;
}

/* Comment Form */

.comment-respond,
#respond {
  background-color: #faf5f0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 2rem;
  margin-top: 2rem;
}

#reply-title small,
.comment-reply-title small {
  display: block;
  margin-top: 0.5rem;
}

#cancel-comment-reply-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2c1810;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #ffb700;
  padding-bottom: 0.125rem;
  transition: color 0.2s ease;
}

#cancel-comment-reply-link:hover {
  color: #8b1e1e;
}

/* Logged In As */

.logged-in-as {
  font-size: 0.875rem;
  color: #78716c;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.logged-in-as a {
  color: #8b1e1e;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #ffb700;
  transition: color 0.2s ease;
}

.logged-in-as a:hover {
  color: #2c1810;
}

/* Required Field Notice */

.required-field-message {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #a8a29e;
}

.required {
  color: #8b1e1e;
  font-weight: 700;
}

/* Form Labels */

.comment-form label,
.comment-form-comment label {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #8b1e1e;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Form Inputs */

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
#comment,
#author,
#email,
#url {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 0.75rem 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9375rem;
  color: #4a4a4a;
  transition: all 0.2s ease;
  margin-bottom: 1rem;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
#comment:focus,
#author:focus,
#email:focus,
#url:focus {
  outline: none;
  border-color: #ffb700;
  box-shadow: 0 0 0 3px rgba(255, 183, 0, 0.15);
}

.comment-form textarea,
#comment {
  min-height: 150px;
  resize: vertical;
}

/* Submit Button */

.form-submit,
.comment-form .form-submit {
  margin-top: 1rem;
}

#submit,
.comment-form input[type="submit"],
.submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  background-color: #8b1e1e;
  color: #f5f0eb;
  border: none;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}

#submit:hover,
.comment-form input[type="submit"]:hover,
.submit:hover {
  background-color: #6b1515;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

/* Pingbacks / Trackbacks */

.pingback .comment-body,
.trackback .comment-body {
  background-color: #f5f0eb;
  border-style: dashed;
}

.pingback .comment-content,
.trackback .comment-content {
  font-style: italic;
  font-size: 0.875rem;
  color: #78716c;
}

/* Bypostauthor (highlight author comments) */

.bypostauthor .comment-body {
  border-left: 3px solid #ffb700;
  background-color: #faf5f0;
}

/* Comment Depth Indentation */

.depth-2 {
  margin-left: 2rem;
}

.depth-3 {
  margin-left: 4rem;
}

.depth-4,
.depth-5 {
  margin-left: 6rem;
}

/* Threaded reply indentation line */

.children {
  list-style: none;
  padding-left: 2rem;
  margin-top: 1rem;
  position: relative;
}

.children::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e5e5e5;
}

/* No Comments Message */

.no-comments {
  text-align: center;
  padding: 2rem;
  color: #78716c;
  font-style: italic;
  background-color: #f5f0eb;
  border: 1px dashed #e5e5e5;
  border-radius: 2px;
}

/* ============================================
   SEMANTIC NAVIGATION DROPDOWN STYLES
   ============================================ */

/* Remove all bullets from navigation */

nav ul,
nav li,
.dropdown-menu ul,
.dropdown-menu li,
.dropdown-level-1,
.dropdown-level-2,
.menu-level-1-item,
.menu-level-2-item,
.nav-item {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* Remove any pseudo-element bullets */

nav ul li::before,
.dropdown-menu ul li::before,
.menu-level-1-item::before,
.menu-level-2-item::before,
.nav-item::before {
  content: none !important;
  display: none !important;
}

/* Level 0 to Level 1 - main dropdown */

.nav-item .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: 50;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Scrollable container - NO FIXED HEIGHT, just max-height */

.dropdown-scroll-container {
  max-height: 70vh;
  overflow-y: auto;
}

/* Ensure dropdown levels have no extra spacing */

.dropdown-level-1,
.dropdown-level-2 {
  margin: 0;
  padding: 0;
}

/* Level 1 menu item - relative positioning for submenu */

.menu-level-1-item {
  position: relative;
}

/* Level 2 dropdown - SLIDE DOWN BELOW (not left) */

.menu-level-1-item .dropdown-submenu {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.25s ease,
                visibility 0.25s,
                margin 0.2s ease;
  /* Position below the level 1 item */
  position: relative;
  left: 0;
  top: auto;
  margin-top: 0;
}

/* Show submenu on hover or focus of level 1 parent */

.menu-level-1-item.menu-item-has-children:hover .dropdown-submenu,
.menu-level-1-item.menu-item-has-children:focus-within .dropdown-submenu,
.menu-level-1-item .dropdown-submenu:hover {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: max-height 0.4s ease-in, opacity 0.3s ease 0.1s;
}

/* Style for the level 2 dropdown container */

.dropdown-submenu > div {
  margin-left: 0;
  border-left: none;
  border-radius: 0.5rem;
}

/* Divider under level 1 menu items on hover */

.menu-level-1-link {
  position: relative;
}

.menu-level-1-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffb700, #8b1e1e);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}

.menu-level-1-link:hover::after,
.menu-level-1-link:focus::after {
  width: calc(100% - 2.5rem);
}

/* Custom scrollbar for dropdown */

.dropdown-scroll-container::-webkit-scrollbar {
  width: 4px;
}

.dropdown-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.dropdown-scroll-container::-webkit-scrollbar-thumb {
  background: #ffb700;
  border-radius: 4px;
}

.dropdown-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #8b1e1e;
}

/* Level 2 menu items styling */

.dropdown-level-2 {
  padding: 0.5rem 0;
}

.menu-level-2-item a {
  display: block;
  padding: 0.625rem 1rem;
  margin: 0 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}

.menu-level-2-item a:hover,
.menu-level-2-item a:focus {
  background-color: #f5f0eb;
  padding-left: 1.25rem;
}

.menu-level-2-item a:hover span,
.menu-level-2-item a:focus span {
  color: #8b1e1e;
}

/* Active/current menu item styling */

.current-menu-item > .menu-level-1-link span,
.current_page_item > .menu-level-1-link span {
  color: #ffb700;
}

.current-menu-item.menu-level-2-item a {
  background-color: #f5f0eb;
}

/* Focus styles for accessibility */

.nav-item button:focus-visible,
.menu-level-1-link:focus-visible,
.menu-level-2-item a:focus-visible {
  outline: 2px solid #ffb700;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Keyboard navigation support */

.nav-item:focus-within .dropdown-menu,
.menu-level-1-item:focus-within .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Staggered animation for level 2 items */

.menu-level-1-item.menu-item-has-children:hover .menu-level-2-item a,
.menu-level-1-item.menu-item-has-children:focus-within .menu-level-2-item a {
  animation: fadeInUp 0.3s ease forwards;
  opacity: 0;
}

.menu-level-2-item a {
  opacity: 0;
}

.menu-level-1-item.menu-item-has-children:hover .menu-level-2-item a,
.menu-level-1-item.menu-item-has-children:focus-within .menu-level-2-item a {
  opacity: 1;
}

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

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

/* Stagger delays for level 2 items */

.menu-level-2-item:nth-child(1) a {
  animation-delay: 0.02s;
}

.menu-level-2-item:nth-child(2) a {
  animation-delay: 0.04s;
}

.menu-level-2-item:nth-child(3) a {
  animation-delay: 0.06s;
}

.menu-level-2-item:nth-child(4) a {
  animation-delay: 0.08s;
}

.menu-level-2-item:nth-child(5) a {
  animation-delay: 0.10s;
}

.menu-level-2-item:nth-child(6) a {
  animation-delay: 0.12s;
}

.menu-level-2-item:nth-child(7) a {
  animation-delay: 0.14s;
}

.menu-level-2-item:nth-child(8) a {
  animation-delay: 0.16s;
}

.drop-cap::first-letter {
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 4.5rem;
  line-height: 0.8;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  color: #8b1e1e;
}

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

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

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

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

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\: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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:transform:hover {
  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-bbq-orange\/50:hover {
  border-color: rgb(255 183 0 / 0.5);
}

.hover\:border-bbq-red\/50:hover {
  border-color: rgb(139 30 30 / 0.5);
}

.hover\:bg-bbq-cream:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bbq-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 24 16 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bbq-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-bbq-orange\/20:hover {
  background-color: rgb(255 183 0 / 0.2);
}

.hover\:bg-bbq-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 30 30 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-bbq-cream:hover {
  --tw-text-opacity: 1;
  color: rgb(245 240 235 / var(--tw-text-opacity, 1));
}

.hover\:text-bbq-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(44 24 16 / var(--tw-text-opacity, 1));
}

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

.hover\:text-bbq-red:hover {
  --tw-text-opacity: 1;
  color: rgb(139 30 30 / 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-80:hover {
  opacity: 0.8;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-bbq-red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(139 30 30 / var(--tw-border-opacity, 1));
}

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

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

.focus\:ring-bbq-orange\/20:focus {
  --tw-ring-color: rgb(255 183 0 / 0.2);
}

.group\/l1:hover .group-hover\/l1\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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;
  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\/l1:hover .group-hover\/l1\:text-bbq-red {
  --tw-text-opacity: 1;
  color: rgb(139 30 30 / var(--tw-text-opacity, 1));
}

.group\/l2:hover .group-hover\/l2\:text-bbq-red {
  --tw-text-opacity: 1;
  color: rgb(139 30 30 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:text-bbq-red {
  --tw-text-opacity: 1;
  color: rgb(139 30 30 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

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

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

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

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

@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\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[16rem\] {
    font-size: 16rem;
  }

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

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

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

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

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