#fw-section-hero-9faa4518-c8fe-4fc1-aea6-d6929c5cd5bf {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #1f05dc;
--color-on-background-rgb: 31, 5, 220;
--color-product-image-background: #1f05dc;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
:root {
  --font-family-heading: 'Grave Shade', serif;
  --font-family-body: 'Arexa', sans-serif;
  --gold-gradient: linear-gradient(
    135deg,
    #3a1f05 0%,   
    #8a4f12 15%,  
    #d17c1f 30%,   
    #ffb347 45%,  
    #c96a1b 60%,   
    #e69b3a 75%,   
    #9b5315 90%,   
    #3a1f05 100%
  );
}

@font-face {
  font-family: 'Grave Shade';
  src: url('https://riot-font.pages.dev/GraveShade.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Arexa';
  src: url('https://riot-font.pages.dev/subset-ArexaDemo-Regular.woff2') format('woff2');
  font-display: swap;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-body);
  background: radial-gradient(circle at top, #5a4520, #2b1d0a);
}

/* BUTTON BASE */
a.button {
  position: relative;
  z-index: 0;
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 25px 100px;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;

  /* Transparent base */
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.2);

  /* Inner highlight for resin/glass effect */
  box-shadow: 
    inset 0 4px 6px rgba(255, 255, 255, 0.3),
    inset 0 -4px 6px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(255, 215, 120, 0.15);

  color: #fff;
  backdrop-filter: blur(6px);
  position: relative; /* needed for ::before positioning */
  transition: all 0.3s ease;
}

a.button:hover {
  background: linear-gradient(
    150deg,
    #280137,  /* dark royal purple */
    #200c33   /* near-black imperial violet */
  );
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Decorative animated layer */
a.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;

  background: linear-gradient(
    to top, 
    rgba(255,255,255,0.08) 0%,   /* very subtle white at top */
    rgba(0,0,0,0.08) 100%         /* very subtle black at bottom */
  );
  transition: all 0.3s ease;

  pointer-events: none;
}

/* Metallic gold outer border */
a.button::after {
  content: '';
  position: absolute;

  /* Outer size of the gold border */
  inset: -5px;

  border-radius: calc(40px + 6px);
  padding: 4px; /* thickness of the gold border */
  
  background: var(--gold-gradient);

  /* CUT OUT THE CENTER */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -2;

  /* Subtle metal depth */
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.35),
    inset 0 -2px 3px rgba(0, 0, 0, 0.45),
    0 4px 10px rgba(0, 0, 0, 0.4);
}

/* Mobile refinement — keep curves, reduce bulk */
@media (max-width: 768px) {
  a.button {
    font-size: 22px;
    padding: 18px 40px;
    border-radius: 28px;
    letter-spacing: 0.08em;
  }

  a.button::after {
    inset: -4px;                 /* tighter gold ring */
    padding: 2px;                /* thinner metal */
    border-radius: calc(28px + 4px);
  }

  button.button.button--primary.button--expand, a.button.button--primary.button--expand {
    font-family: var(--font-family-heading) !important;
  }
  
  hero_content {
    background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  }
}
}
#fw-section-text-carousel-38ce645a-7695-42e8-9503-da1fca77c59f {
--font-heading-scale: 1.0;
--font-body-scale: 0.96;
}
#fw-section-featured-collection-0 {

@font-face {
  font-family: 'Grave Shade';
  src: url('https://riot-font.pages.dev/fonts/GraveShade.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Arexa';
  src: url('https://riot-font.pages.dev/fonts/subset-ArexaDemo-Regular.woff2') format('woff2');
  font-display: swap;
}
}




#fw-section-links-list-50d5f460-433d-4c33-b238-b6bbc2487144 {
--color-primary: #ff0000;
--color-primary-rgb: 255, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #bd0c0c;
--color-on-background-rgb: 189, 12, 12;
--color-product-image-background: #bd0c0c;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-footer {
--color-primary: #ff0000;
--color-primary-rgb: 255, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #bd0c0c;
--color-on-background-rgb: 189, 12, 12;
--color-product-image-background: #bd0c0c;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffca00;
--color-on-primary-rgb: 255, 202, 0;
--color-on-background: #ffd66f;
--color-on-background-rgb: 255, 214, 111;
--color-product-image-background: #ffd66f;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}