*, ::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.18 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

:root {
  --deep: #080706;
  --gold: #d4b25a;
  --gold-dim: rgba(212, 178, 90, 0.55);
  --gold-ghost: rgba(212, 178, 90, 0.18);
  --cream: #f2ead8;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(8 7 6 / var(--tw-bg-opacity, 1));
  font-family: Lato, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(242 234 216 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom Scrollbar */

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

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

::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.55);
  border-radius: 3px;
}

/* ═══════════════════════════════════════
     GLOBAL FLOW + COLOUR SYSTEM PATCH
  ═══════════════════════════════════════ */

.scene {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(212, 178, 90, 0.04), transparent 40%);
}

/* 1. SMOOTH SCENE BLENDING */

.scene::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(8, 7, 6, 0), var(--deep));
  z-index: 1;
  pointer-events: none;
}

.scene::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(8, 7, 6, 0), var(--deep));
  z-index: 1;
  pointer-events: none;
}

/* 2. UNIFY ALL BACKGROUNDS */

.scene-bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
  transition: filter 1.2s ease, opacity 1s ease;
}

.scene-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 7, 6, 0.38);
  /* global cinematic wash */
  pointer-events: none;
  z-index: 1;
}

/* 3. CONTROLLED COLOUR PROGRESSION */

#s1 .scene-bg,
  #s2 .scene-bg,
  #s3 .scene-bg {
  filter: saturate(0.08) brightness(0.45) contrast(1.05);
}

#s4 .scene-bg,
  #s5 .scene-bg {
  filter: saturate(0.18) brightness(0.52) contrast(1.06);
}

#s6 .scene-bg,
  #s7 .scene-bg {
  filter: saturate(0.34) brightness(0.6) sepia(0.18) contrast(1.08);
}

#s6 .scene-bg::after,
  #s7 .scene-bg::after {
  background: rgba(40, 24, 8, 0.28);
}

/* 4. SUBTLE GOLD GLOW */

/* 🔴 UNIVERSAL RED BUTTON OVERRIDE */

button:not(.ecwid-popup-closeButton),
  a.button,
  a[class*="button"],
  a[class*="btn"],
  button[class*="btn"],
  button[class*="buy"],
  button[class*="add"],
  [customprop="addtobag"] button {
  background: linear-gradient(135deg, #e11d48, #ff2d55) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 16px 30px !important;
  border-radius: 14px !important;
  border: none !important;
  min-width: 240px !important;
  box-shadow: 0 10px 28px rgba(225, 29, 72, 0.35) !important;
  transition: all 0.25s ease !important;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

button:not(.ecwid-popup-closeButton):hover,
  a.button:hover,
  a[class*="button"]:hover,
  a[class*="btn"]:hover,
  button[class*="btn"]:hover,
  button[class*="buy"]:hover,
  button[class*="add"]:hover,
  [customprop="addtobag"] button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 40px rgba(225, 29, 72, 0.5) !important;
  filter: brightness(1.05) !important;
}

button:not(.ecwid-popup-closeButton):active,
  [customprop="addtobag"] button:active {
  transform: translateY(0px) !important;
}

/* Reveal System */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1), transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* Grain Effect */

.grain {
  position: fixed;
  inset: -200%;
  width: 400%;
  height: 400%;
  pointer-events: none;
  z-index: 9000;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain .8s steps(2) infinite;
}

@keyframes grain {
  0% {
    transform: translate(0, 0)
  }

  25% {
    transform: translate(-2%, -1%)
  }

  50% {
    transform: translate(1%, 2%)
  }

  75% {
    transform: translate(-1%, 1%)
  }

  100% {
    transform: translate(2%, -2%)
  }
}

/* Parallax Helper */

.parallax-bg {
  will-change: transform;
  pointer-events: none;
}

/* Carousel */

@keyframes ticker {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.carousel-track {
  display: flex;
  gap: 18px;
  width: -moz-max-content;
  width: max-content;
  animation: ticker 65s linear infinite;
}

.carousel-track:hover {
  animation-duration: 90s;
}

#app-root .pointer-events-none {
  pointer-events: none;
}

#app-root .pointer-events-auto {
  pointer-events: auto;
}

#app-root .visible {
  visibility: visible;
}

#app-root .fixed {
  position: fixed;
}

#app-root .absolute {
  position: absolute;
}

#app-root .relative {
  position: relative;
}

#app-root .inset-0 {
  inset: 0px;
}

#app-root .inset-y-0 {
  top: 0px;
  bottom: 0px;
}

#app-root .left-0 {
  left: 0px;
}

#app-root .right-0 {
  right: 0px;
}

#app-root .top-0 {
  top: 0px;
}

#app-root .z-10 {
  z-index: 10;
}

#app-root .z-20 {
  z-index: 20;
}

#app-root .z-30 {
  z-index: 30;
}

#app-root .z-\[500\] {
  z-index: 500;
}

#app-root .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#app-root .mb-10 {
  margin-bottom: 2.5rem;
}

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

#app-root .mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

#app-root .mt-6 {
  margin-top: 1.5rem;
}

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

#app-root .block {
  display: block;
}

#app-root .flex {
  display: flex;
}

#app-root .grid {
  display: grid;
}

#app-root .hidden {
  display: none;
}

#app-root .h-20 {
  height: 5rem;
}

#app-root .h-full {
  height: 100%;
}

#app-root .h-px {
  height: 1px;
}

#app-root .min-h-\[85vh\] {
  min-height: 85vh;
}

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

#app-root .w-32 {
  width: 8rem;
}

#app-root .w-\[320px\] {
  width: 320px;
}

#app-root .w-full {
  width: 100%;
}

#app-root .w-px {
  width: 1px;
}

#app-root .max-w-2xl {
  max-width: 42rem;
}

#app-root .max-w-3xl {
  max-width: 48rem;
}

#app-root .max-w-4xl {
  max-width: 56rem;
}

#app-root .max-w-6xl {
  max-width: 72rem;
}

#app-root .max-w-\[720px\] {
  max-width: 720px;
}

#app-root .max-w-\[820px\] {
  max-width: 820px;
}

#app-root .max-w-md {
  max-width: 28rem;
}

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

#app-root .flex-shrink-0 {
  flex-shrink: 0;
}

#app-root .flex-grow {
  flex-grow: 1;
}

#app-root .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));
}

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

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

#app-root .flex-col {
  flex-direction: column;
}

#app-root .items-start {
  align-items: flex-start;
}

#app-root .items-center {
  align-items: center;
}

#app-root .items-baseline {
  align-items: baseline;
}

#app-root .justify-center {
  justify-content: center;
}

#app-root .justify-between {
  justify-content: space-between;
}

#app-root .gap-12 {
  gap: 3rem;
}

#app-root .gap-2 {
  gap: 0.5rem;
}

#app-root .gap-20 {
  gap: 5rem;
}

#app-root .gap-3 {
  gap: 0.75rem;
}

#app-root .gap-8 {
  gap: 2rem;
}

#app-root :is(.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));
}

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

#app-root :is(.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));
}

#app-root :is(.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));
}

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

#app-root :is(.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));
}

#app-root .overflow-hidden {
  overflow: hidden;
}

#app-root .overflow-x-hidden {
  overflow-x: hidden;
}

#app-root .rounded-3xl {
  border-radius: 1.5rem;
}

#app-root .rounded-\[40px\] {
  border-radius: 40px;
}

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

#app-root .rounded-lg {
  border-radius: 26px;
}

#app-root .rounded-md {
  border-radius: 20px;
}

#app-root .rounded-sm {
  border-radius: 12px;
}

#app-root .rounded-xl {
  border-radius: 50px;
}

#app-root .border {
  border-width: 1px;
}

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

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

#app-root .border-brand-cream\/10 {
  border-color: rgb(242 234 216 / 0.1);
}

#app-root .border-brand-gold\/20 {
  border-color: rgb(212 178 90 / 0.2);
}

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

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

#app-root .border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

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

#app-root .border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

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

#app-root .bg-brand-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(8 7 6 / var(--tw-bg-opacity, 1));
}

#app-root .bg-brand-gold\/10 {
  background-color: rgb(212 178 90 / 0.1);
}

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

#app-root .bg-transparent {
  background-color: transparent;
}

#app-root .bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

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

#app-root .bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

#app-root .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

#app-root .from-brand-deep {
  --tw-gradient-from: #080706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 7 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#app-root .from-brand-deep\/40 {
  --tw-gradient-from: rgb(8 7 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 7 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#app-root .from-brand-deep\/60 {
  --tw-gradient-from: rgb(8 7 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 7 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#app-root .from-brand-deep\/70 {
  --tw-gradient-from: rgb(8 7 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 7 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#app-root .from-brand-deep\/75 {
  --tw-gradient-from: rgb(8 7 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 7 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#app-root .from-transparent {
  --tw-gradient-from: transparent 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);
}

#app-root .via-brand-deep\/20 {
  --tw-gradient-to: rgb(8 7 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 7 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .via-brand-deep\/30 {
  --tw-gradient-to: rgb(8 7 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 7 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .via-brand-deep\/35 {
  --tw-gradient-to: rgb(8 7 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 7 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .via-brand-deep\/40 {
  --tw-gradient-to: rgb(8 7 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 7 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .via-brand-deep\/45 {
  --tw-gradient-to: rgb(8 7 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 7 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .via-brand-deep\/55 {
  --tw-gradient-to: rgb(8 7 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 7 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .via-brand-gold-dim {
  --tw-gradient-to: rgba(212, 178, 90, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(212, 178, 90, 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .via-brand-gold\/50 {
  --tw-gradient-to: rgb(212 178 90 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(212 178 90 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#app-root .to-brand-deep\/65 {
  --tw-gradient-to: rgb(8 7 6 / 0.65) var(--tw-gradient-to-position);
}

#app-root .to-brand-deep\/75 {
  --tw-gradient-to: rgb(8 7 6 / 0.75) var(--tw-gradient-to-position);
}

#app-root .to-brand-deep\/95 {
  --tw-gradient-to: rgb(8 7 6 / 0.95) var(--tw-gradient-to-position);
}

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

#app-root .bg-cover {
  background-size: cover;
}

#app-root .bg-center {
  background-position: center;
}

#app-root .p-10 {
  padding: 2.5rem;
}

#app-root .p-6 {
  padding: 1.5rem;
}

#app-root .p-8 {
  padding: 2rem;
}

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

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

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

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

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

#app-root .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

#app-root .py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

#app-root .pb-24 {
  padding-bottom: 6rem;
}

#app-root .pb-32 {
  padding-bottom: 8rem;
}

#app-root .pb-4 {
  padding-bottom: 1rem;
}

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

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

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

#app-root .pt-48 {
  padding-top: 12rem;
}

#app-root .pt-6 {
  padding-top: 1.5rem;
}

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

#app-root .text-center {
  text-align: center;
}

#app-root .font-accent {
  font-family: Cinzel, serif;
}

#app-root .font-primary {
  font-family: Cormorant Garamond, serif;
}

#app-root .font-secondary {
  font-family: Lato, sans-serif;
}

#app-root .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

#app-root .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#app-root .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#app-root .text-5xl {
  font-size: 3rem;
  line-height: 1;
}

#app-root .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

#app-root .text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

#app-root .text-\[11px\] {
  font-size: 11px;
}

#app-root .text-\[13px\] {
  font-size: 13px;
}

#app-root .text-\[17px\] {
  font-size: 17px;
}

#app-root .text-\[24px\] {
  font-size: 24px;
}

#app-root .text-\[52px\] {
  font-size: 52px;
}

#app-root .text-\[9px\] {
  font-size: 9px;
}

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

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

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

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

#app-root .font-bold {
  font-weight: 700;
}

#app-root .font-extrabold {
  font-weight: 800;
}

#app-root .font-light {
  font-weight: 300;
}

#app-root .font-normal {
  font-weight: 400;
}

#app-root .uppercase {
  text-transform: uppercase;
}

#app-root .italic {
  font-style: italic;
}

#app-root .not-italic {
  font-style: normal;
}

#app-root .leading-\[0\.95\] {
  line-height: 0.95;
}

#app-root .leading-none {
  line-height: 1;
}

#app-root .leading-relaxed {
  line-height: 1.625;
}

#app-root .leading-tight {
  line-height: 1.25;
}

#app-root .tracking-label {
  letter-spacing: 0.42em;
}

#app-root .tracking-luxury {
  letter-spacing: 0.22em;
}

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

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

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

#app-root .text-brand-cream {
  --tw-text-opacity: 1;
  color: rgb(242 234 216 / var(--tw-text-opacity, 1));
}

#app-root .text-brand-cream\/30 {
  color: rgb(242 234 216 / 0.3);
}

#app-root .text-brand-cream\/35 {
  color: rgb(242 234 216 / 0.35);
}

#app-root .text-brand-cream\/40 {
  color: rgb(242 234 216 / 0.4);
}

#app-root .text-brand-cream\/50 {
  color: rgb(242 234 216 / 0.5);
}

#app-root .text-brand-cream\/60 {
  color: rgb(242 234 216 / 0.6);
}

#app-root .text-brand-cream\/70 {
  color: rgb(242 234 216 / 0.7);
}

#app-root .text-brand-cream\/75 {
  color: rgb(242 234 216 / 0.75);
}

#app-root .text-brand-gold {
  --tw-text-opacity: 1;
  color: rgb(212 178 90 / var(--tw-text-opacity, 1));
}

#app-root .text-brand-gold-dim {
  color: rgba(212, 178, 90, 0.55);
}

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

#app-root .text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(242 234 216 / var(--tw-text-opacity, 1));
}

#app-root .text-text-secondary {
  color: rgba(242, 234, 216, 0.75);
}

#app-root .text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

#app-root .text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

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

#app-root .no-underline {
  text-decoration-line: none;
}

#app-root .decoration-1 {
  text-decoration-thickness: 1px;
}

#app-root .underline-offset-4 {
  text-underline-offset: 4px;
}

#app-root .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);
}

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

#app-root .ring {
  --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(3px + 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);
}

#app-root .grayscale {
  --tw-grayscale: grayscale(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);
}

#app-root .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);
}

#app-root .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);
}

#app-root .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;
}

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

#app-root .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;
}

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

#app-root .delay-100 {
  transition-delay: 100ms;
}

#app-root .delay-150 {
  transition-delay: 150ms;
}

#app-root .delay-200 {
  transition-delay: 200ms;
}

#app-root .delay-300 {
  transition-delay: 300ms;
}

#app-root .delay-500 {
  transition-delay: 500ms;
}

#app-root .duration-500 {
  transition-duration: 500ms;
}

#app-root .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

#app-root .hover\:text-brand-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(212 178 90 / var(--tw-text-opacity, 1));
}

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

#app-root .hover\:shadow-luxury:hover {
  --tw-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
  --tw-shadow-colored: 0 20px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

#app-root .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);
}

@media (min-width: 768px) {
  #app-root .md\:flex {
    display: flex;
  }

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

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

  #app-root .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {
  #app-root .lg\:block {
    display: block;
  }

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

  #app-root .lg\:text-\[100px\] {
    font-size: 100px;
  }

  #app-root .lg\:text-\[110px\] {
    font-size: 110px;
  }
}