*, ::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 {
  --cream:       #f2ead8;
  --cream-dim:   rgba(242,234,216,0.98);
  --cream-ghost: rgba(242,234,216,0.85);
  --gold:        #d4b96a;
  --gold-dim:    rgba(212,185,106,0.85);
  --gold-ghost:  rgba(212,185,106,0.35);
  --deep:        #080706;
  --stone:       rgba(242,234,216,0.80);
  --red:         #e11d48;
  --red2:        #ff2d55;
}

html {
  background: var(--deep);
  scroll-behavior: smooth;
}

body {
  background: var(--deep);
  color: var(--cream);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* Custom Scrollbar */

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

::-webkit-scrollbar-track {
  background: var(--deep);
}

::-webkit-scrollbar-thumb {
  background: var(--gold-dim);
  border-radius: 3px;
}

.scene {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 24px 100px;
  overflow: hidden;
}

.scene-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
  transition: opacity 1s;
}

.grain {
  position: fixed;
  inset: -200%;
  width: 400%;
  height: 400%;
  pointer-events: none;
  z-index: 9000;
  opacity: .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%)
  }
}

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

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

.d1 {
  transition-delay: .12s
}

.d2 {
  transition-delay: .28s
}

.d3 {
  transition-delay: .46s
}

.d4 {
  transition-delay: .64s
}

.d5 {
  transition-delay: .82s
}

.d6 {
  transition-delay: 1.0s
}

.scene-divider {
  width: 1px;
  height: 80px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

.system-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: start;
}

@media(max-width: 900px) {
  .system-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.float-card {
  background: linear-gradient(145deg, rgba(242, 234, 216, .08), rgba(242, 234, 216, .02));
  border: 1px solid rgba(242, 234, 216, .15);
  border-radius: 26px;
  padding: 36px 32px;
  position: relative;
  animation: floatCard 7s ease-in-out infinite;
}

.float-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

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

  50% {
    transform: translateY(-7px)
  }
}

.float-card:hover {
  transform: translateY(-12px)!important;
  box-shadow: 0 32px 64px rgba(0,0,0,.45);
  animation-play-state: paused;
}

.stat-row {
  display: flex;
  gap: 56px;
  justify-content: center;
  margin-top: 52px;
  flex-wrap: wrap;
}

@media(max-width: 900px) {
  .stat-row {
    gap: 36px;
  }
}

.culture-layout {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 72px;
  align-items: center;
}

@media(max-width: 900px) {
  .culture-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.place-name-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(242, 234, 216, .06);
  padding-bottom: 12px;
}

.value-layout {
  max-width: 660px;
  width: 100%;
  margin: 44px auto 0;
}

.value-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(242, 234, 216, .1);
}

/* Seamless Marquee */

.carousel-track {
  display: flex;
  gap: 24px;
  width: -moz-max-content;
  width: max-content;
  animation: ticker 16s linear infinite;
  will-change: transform;
}

.carousel-track:hover {
  animation-play-state: paused;
}

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

  100% {
    transform: translateX(calc(-50% - 12px));
  }
}

/* Aggressive Soft Glowing Red Styling for Ecwid Buttons */

/* Styling for Internal Buttons (Contact) */

.btn-glowing-red {
  background: #e11d48 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 9999px !important;
  box-shadow: 0 0 25px rgba(225, 29, 72, 0.35), 0 0 50px rgba(225, 29, 72, 0.15) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 500 !important;
  padding: 20px 52px !important;
  font-size: 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.btn-glowing-red:hover {
  background: #f43f5e !important;
  box-shadow: 0 0 35px rgba(244, 63, 94, 0.5), 0 0 70px rgba(244, 63, 94, 0.2) !important;
  transform: translateY(-2px) scale(1.02) !important;
}

/* Trust Badges Styling */

.trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 36px;
  margin-top: 24px;
}

.trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: unset;
  height: auto;
  background: none;
  border: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.trust-badge img {
  height: 32px;
  width: auto;
  display: block;
  transition: all 0.25s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.trust-badge img[alt="Apple Pay"] {
  filter: invert(1) brightness(2) drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.trust-badge:hover img {
  transform: translateY(-2px);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .trust-row {
    gap: 16px 24px;
  }

  .trust-badge img {
    height: 26px;
  }
}

#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 .right-8 {
  right: 2rem;
}

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

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

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

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

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

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

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

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

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

#app-root .mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

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

#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-11 {
  margin-top: 2.75rem;
}

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

#app-root .mt-14 {
  margin-top: 3.5rem;
}

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

#app-root .mt-20 {
  margin-top: 5rem;
}

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

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

#app-root .mt-5 {
  margin-top: 1.25rem;
}

#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-12 {
  height: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#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 .resize {
  resize: both;
}

#app-root .list-disc {
  list-style-type: disc;
}

#app-root .grid-cols-1 {
  grid-template-columns: repeat(1, 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 .justify-center {
  justify-content: center;
}

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

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

#app-root .gap-1 {
  gap: 0.25rem;
}

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

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

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

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

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

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

#app-root :is(.space-y-16 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-2xl {
  border-radius: 1rem;
}

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

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

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

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

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

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

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

#app-root .border-brand-gold\/30 {
  border-color: rgb(212 185 106 / 0.3);
}

#app-root .border-brand-gold\/40 {
  border-color: rgb(212 185 106 / 0.4);
}

#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-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}

#app-root .border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}

#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-deep\/40 {
  background-color: rgb(8 7 6 / 0.4);
}

#app-root .bg-brand-deep\/80 {
  background-color: rgb(8 7 6 / 0.8);
}

#app-root .bg-brand-gold\/15 {
  background-color: rgb(212 185 106 / 0.15);
}

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

#app-root .bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

#app-root .bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.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-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 .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

#app-root .p-7 {
  padding: 1.75rem;
}

#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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

#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-8 {
  padding-bottom: 2rem;
}

#app-root .pl-5 {
  padding-left: 1.25rem;
}

#app-root .pt-11 {
  padding-top: 2.75rem;
}

#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 .text-left {
  text-align: left;
}

#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-\[10px\] {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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 .font-bold {
  font-weight: 700;
}

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

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

#app-root .font-medium {
  font-weight: 500;
}

#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\.93\] {
  line-height: 0.93;
}

#app-root .leading-\[1\.72\] {
  line-height: 1.72;
}

#app-root .leading-\[1\.75\] {
  line-height: 1.75;
}

#app-root .leading-\[1\.78\] {
  line-height: 1.78;
}

#app-root .leading-\[1\.9\] {
  line-height: 1.9;
}

#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-\[\.18em\] {
  letter-spacing: .18em;
}

#app-root .tracking-\[0\.015em\] {
  letter-spacing: 0.015em;
}

#app-root .tracking-\[2px\] {
  letter-spacing: 2px;
}

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

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

#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-dim {
  color: rgba(242, 234, 216, 0.98);
}

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

#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\/80 {
  color: rgb(242 234 216 / 0.8);
}

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

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

#app-root .text-brand-gold-dim {
  color: rgba(212, 185, 106, 0.85);
}

#app-root .text-brand-gold\/80 {
  color: rgb(212 185 106 / 0.8);
}

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

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

#app-root .text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / 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 .underline {
  text-decoration-line: underline;
}

#app-root .line-through {
  text-decoration-line: line-through;
}

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

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

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

#app-root .opacity-50 {
  opacity: 0.5;
}

#app-root .shadow-cta {
  --tw-shadow: 0 8px 22px rgba(225, 29, 72, 0.32);
  --tw-shadow-colored: 0 8px 22px 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 .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 .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);
}

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

#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 .duration-300 {
  transition-duration: 300ms;
}

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

#app-root :is(.marker\:text-brand-gold\/50 *)::marker {
  color: rgb(212 185 106 / 0.5);
}

#app-root .marker\:text-brand-gold\/50::marker {
  color: rgb(212 185 106 / 0.5);
}

#app-root .placeholder\:text-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

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

#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\:border-brand-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 185 106 / var(--tw-border-opacity, 1));
}

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

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

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

#app-root .focus\:border-brand-gold:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 185 106 / var(--tw-border-opacity, 1));
}

#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\:hidden {
    display: none;
  }

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

  #app-root .md\:p-12 {
    padding: 3rem;
  }

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

  #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-\[100px\] {
    font-size: 100px;
  }

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

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

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

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

/* Ecwid Buy Now button visual override only */
#app-root .custom-ecwid-container :is(button, [role="button"], a[class*="Button"], div[class*="AddToBagButton"]) {
  background: #e11d48 !important;
  border-color: #e11d48 !important;
  font-family: 'Cinzel', serif !important;
  box-shadow: 0 0 0 1px rgba(225, 29, 72, 0.35), 0 0 14px rgba(225, 29, 72, 0.45), 0 0 30px rgba(225, 29, 72, 0.28) !important;
}

#app-root .custom-ecwid-container :is(button, [role="button"], a[class*="Button"], div[class*="AddToBagButton"]):hover {
  background: #e11d48 !important;
  border-color: #e11d48 !important;
}
