/* WANGCAI — 旺財 | Main Stylesheet */
/* Where prosperity meets rebellion. Digital experiences that break boundaries. */

/* ============================================
   GOOGLE FONTS IMPORT
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;700;900&family=Montserrat:wght@900&display=swap');

/* ============================================
   DESIGN TOKENS - BANNER EXACT
   ============================================ */
:root {
  /* Core Palette - Red Background Mode */
  --wv-red: #ED3237;
  --wv-red-dark: #C41E3A;
  --wv-red-darker: #A01F23;
  --wv-red-glow: rgba(0, 0, 0, 0.3);
  --wv-gold: #FDB813;
  --wv-gold-warm: #F7941D;
  --wv-gold-glow: rgba(253, 184, 19, 0.8);
  --wv-black: #000000;
  --wv-ink: #0D0D0D;
  --wv-coal: #1A1A1A;
  --wv-white: #FFFFFF;

  /* Typography */
  --wv-display: clamp(4rem, 12vw, 10rem);
  --wv-headline: clamp(3rem, 7vw, 6rem);
  --wv-title: clamp(2rem, 4vw, 3.5rem);
  --wv-subtitle: clamp(1.25rem, 2.5vw, 2rem);
  --wv-body: 1.125rem;
  --wv-caption: 0.875rem;

  /* Motion */
  --wv-elastic: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --wv-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --wv-sharp: cubic-bezier(0.7, 0, 0.3, 1);

  /* Shadows - Logo Style on Red */
  --wv-shadow-text: 2px 2px 0 var(--wv-black);
  --wv-shadow-text-lg: 4px 4px 0 var(--wv-black), 6px 6px 20px rgba(0, 0, 0, 0.4);
  --wv-shadow-text-gold: 2px 2px 0 var(--wv-black);
  --wv-shadow-box: 5px 5px 0 var(--wv-black);
  --wv-shadow-box-lg: 10px 10px 0 var(--wv-black), 15px 15px 30px rgba(0, 0, 0, 0.5);
}

/* Reinsert manifesto styles after variables for clarity */
.manifesto-line span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wv-black);
  opacity: 0;
  transform: translateY(50px) rotateX(-45deg);
  transition: all 0.5s ease;
}

.manifesto-screen.visible .manifesto-line span {
  animation: revealChar 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes revealChar {
  from {
    opacity: 0;
    transform: translateY(50px) rotateX(-45deg);
  }

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

.manifesto-line.line-1 span {
  font-size: clamp(2.3rem, 6.2vw, 6.8rem);
}

.manifesto-line.line-2 span {
  font-size: clamp(2.3rem, 6.2vw, 6.8rem);
}

.manifesto-line.line-3 span {
  font-size: clamp(1.9rem, 5vw, 5.8rem);
}

.manifesto-line.highlight span {
  color: var(--wv-gold);
  text-shadow: 4px 4px 0 var(--wv-black), 0 0 40px rgba(253, 184, 19, 0.3);
  font-size: clamp(2.8rem, 7vw, 8rem);
}

.manifesto-dark .manifesto-line span {
  color: var(--wv-white);
}

.manifesto-dark .manifesto-line.highlight span {
  color: var(--wv-gold);
  text-shadow: 2px 2px 0 var(--wv-red), 0 0 6px rgba(0, 0, 0, 0.3), 0 0 50px rgba(253, 184, 19, 0.4);
}

.manifesto-hero .manifesto-line:first-child span {
  color: var(--wv-gold);
  text-shadow: 5px 5px 0 var(--wv-black), 0 0 50px rgba(253, 184, 19, 0.45);
  font-size: clamp(3.2rem, 8vw, 9rem);
}

.manifesto-hero .manifesto-line.line-2 span {
  color: var(--wv-white);
  font-size: clamp(1.9rem, 4.5vw, 5.2rem);
  letter-spacing: 0.18em;
}

.manifesto-hero .manifesto-line.line-3 span {
  color: var(--wv-black);
  font-size: clamp(2.5rem, 6vw, 8rem);
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .manifesto-line span {
    letter-spacing: 0.03em;
  }

  .manifesto-line {
    word-spacing: 0.35em;
  }

  .manifesto-line.highlight span {
    letter-spacing: 0.04em;
  }

  .manifesto-hero .manifesto-line:first-child span {
    font-size: clamp(2.6rem, 11vw, 6.2rem);
  }

  .manifesto-hero .manifesto-line.line-2 span {
    font-size: clamp(1.8rem, 7vw, 4.6rem);
  }
}

/* Extra-small mobile adjustments (narrower than common 400px devices) */
@media (max-width: 420px) {
  .tokenomics-wrapper {
    padding: 0 0.75rem;
  }

  .stat-value {
    font-size: clamp(1.6rem, 9vw, 2.2rem);
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .stat-label {
    font-size: clamp(0.9rem, 3.6vw, 1.1rem);
    letter-spacing: 0.1em;
  }

  .stat-value:hover {
    transform: none;
  }
}

/* iPhone-width refinements (≤375px) */
@media (max-width: 375px) {
  .tokenomics {
    padding: 3rem 1.25rem;
  }

  .tokenomics-wrapper {
    padding: 0 0.5rem;
  }

  .stat-value {
    font-size: clamp(1.35rem, 8.2vw, 1.9rem);
    letter-spacing: 0.004em;
    white-space: nowrap;
  }

  .stat-label {
    font-size: clamp(0.8rem, 3.2vw, 1rem);
    letter-spacing: 0.08em;
  }

  .stat-divider {
    width: 80px;
  }
}

/* ============================================
   RESET & BASE STYLES
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none;
}

html,
body {
  background: var(--wv-red);
  overflow-x: hidden;
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--wv-black);
}

/* Selection */
::selection {
  background: var(--wv-black);
  color: var(--wv-gold);
}

/* ============================================
   CURSOR SYSTEM
   ============================================ */
.cursor {
  position: fixed;
  width: 24px;
  height: 24px;
  background: var(--wv-gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  top: 0;
  left: 0;
  transition: width 0.15s var(--wv-elastic), height 0.15s var(--wv-elastic), background 0.15s var(--wv-elastic);
  mix-blend-mode: difference;
  will-change: transform;
}

.cursor.active {
  width: 48px;
  height: 48px;
  background: var(--wv-black);
}

.cursor-trail {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--wv-black);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0.5;
  will-change: transform;
}

/* ============================================
   NOISE TEXTURE
   ============================================ */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  opacity: 0.06;
  z-index: 1;
  pointer-events: none;
  background: url('data:image/svg+xml,%3Csvg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" /%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noise)" /%3E%3C/svg%3E');
}

/* ============================================
   NAVIGATION
   ============================================ */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: var(--wv-red);
  border-bottom: 3px solid var(--wv-black);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem;
  max-width: 1600px;
  margin: 0 auto;
}

.nav-left {
  flex: 1;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}

/* ============================================
   LOGO
   ============================================ */
.logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(180deg, var(--wv-gold) 0%, var(--wv-gold-warm) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 4px var(--wv-black);
  letter-spacing: 0.02em;
  position: relative;
  transition: all 0.3s var(--wv-elastic);
  text-decoration: none;
  display: inline-block;
}

.logo:hover {
  transform: scale(1.1) rotate(-3deg) translateY(-2px);
  -webkit-text-stroke: 5px var(--wv-black);
  filter: drop-shadow(0 0 20px var(--wv-gold-glow));
}

.logo-img {
  height: 64px;
  width: auto;
  display: block;
  transition: all 0.3s var(--wv-elastic);
}

.logo:hover .logo-img {
  transform: scale(1.1) rotate(-3deg);
  filter: drop-shadow(0 0 20px var(--wv-gold-glow));
}

/* ============================================
   SOCIAL ICONS
   ============================================ */
.social-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.social-icon {
  color: var(--wv-black);
  transition: all 0.3s var(--wv-elastic);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.social-icon:hover {
  transform: scale(1.2) rotate(-10deg);
  color: var(--wv-gold);
  background: var(--wv-black);
}

.social-icon.coming-soon {
  opacity: 0.5;
  cursor: not-allowed;
}

.social-icon.coming-soon:hover {
  transform: none;
  color: var(--wv-black);
  background: rgba(255, 255, 255, 0.2);
}

.coming-soon-badge {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wv-black);
  color: var(--wv-gold);
  font-size: 0.6rem;
  font-family: 'Bebas Neue', sans-serif;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.05em;
}

/* ============================================
   ECOSYSTEM DROPDOWN - STICKER STYLE
   ============================================ */
.ecosystem-dropdown {
  position: relative;
}

.ecosystem-btn {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: var(--wv-black);
  background: var(--wv-gold);
  border: 3px solid var(--wv-black);
  padding: 0.75rem 2rem 0.75rem 1.75rem;
  cursor: pointer;
  transition: all 0.3s var(--wv-elastic);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  clip-path: polygon(0 20%,
      10% 0,
      90% 0,
      100% 15%,
      100% 80%,
      95% 100%,
      5% 100%,
      0 85%);
  transform: rotate(-2deg);
  box-shadow: 4px 4px 0 var(--wv-black);
}

.ecosystem-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg,
      transparent,
      transparent 10px,
      rgba(0, 0, 0, 0.03) 10px,
      rgba(0, 0, 0, 0.03) 20px);
  pointer-events: none;
}

.ecosystem-btn::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
  background: var(--wv-red);
  border-radius: 50%;
  border: 2px solid var(--wv-black);
  z-index: 2;
}

.ecosystem-btn:hover {
  background: var(--wv-black);
  color: var(--wv-gold);
  transform: rotate(3deg) scale(1.05);
  box-shadow: 6px 6px 0 var(--wv-gold), 8px 8px 15px rgba(253, 184, 19, 0.4);
  clip-path: polygon(0 15%,
      5% 0,
      95% 0,
      100% 20%,
      100% 85%,
      90% 100%,
      10% 100%,
      0 80%);
}

.ecosystem-btn:hover::after {
  background: var(--wv-gold);
  transform: scale(1.2);
}

.ecosystem-btn .arrow {
  transition: transform 0.3s var(--wv-elastic);
  font-size: 0.8em;
  margin-left: 0.25rem;
}

.ecosystem-dropdown:hover .ecosystem-btn .arrow {
  transform: rotate(180deg);
}

.dropdown-content {
  position: absolute;
  top: calc(100% + 15px);
  right: -10px;
  background: var(--wv-black);
  min-width: 220px;
  box-shadow: 6px 6px 0 var(--wv-gold);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) rotate(-1deg);
  transition: all 0.3s var(--wv-elastic);
  margin-top: 0.5rem;
  clip-path: polygon(0 5%,
      5% 0,
      100% 0,
      100% 95%,
      95% 100%,
      0 100%);
  border: 3px solid var(--wv-gold);
  z-index: 1001;
}

.dropdown-content::before {
  content: '選擇';
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 0.75rem;
  color: var(--wv-red);
  background: var(--wv-gold);
  padding: 2px 8px;
  border: 2px solid var(--wv-black);
  transform: rotate(5deg);
  font-weight: bold;
  z-index: 1;
}

.ecosystem-dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) rotate(1deg);
}

.dropdown-content a {
  display: block;
  padding: 0.9rem 1.5rem;
  color: var(--wv-gold);
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  transition: all 0.2s ease;
  border-bottom: 2px dashed var(--wv-coal);
  position: relative;
  overflow: hidden;
}

.dropdown-content a::before {
  content: '→';
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all 0.3s var(--wv-elastic);
  color: var(--wv-gold-warm);
}

.dropdown-content a:hover {
  background: linear-gradient(90deg, var(--wv-coal) 0%, transparent 100%);
  padding-left: 2.5rem;
  color: var(--wv-gold-warm);
  transform: translateX(3px);
}

.dropdown-content a:hover::before {
  left: 1rem;
  opacity: 1;
}

.dropdown-content a:last-child {
  border-bottom: none;
}

/* Coming Soon styles for dropdown links */
.dropdown-content a.coming-soon {
  opacity: 0.6;
  cursor: not-allowed;
  position: relative;
  padding-right: 4rem;
  /* Make room for badge */
}

.dropdown-content a.coming-soon:hover {
  background: transparent;
  padding-left: 1.5rem;
  transform: none;
  color: var(--wv-gold);
}

.dropdown-content a.coming-soon:hover::before {
  left: -20px;
  opacity: 0;
}

.dropdown-content a.coming-soon .coming-soon-badge {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
  background: var(--wv-red);
  color: var(--wv-white);
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.1em;
}

/* ============================================
   BURGER MENU
   ============================================ */
.menu-burger {
  width: 48px;
  height: 48px;
  background: #4ECB71;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 50%;
  transition: all 0.3s var(--wv-elastic);
  box-shadow: 0 4px 12px rgba(78, 203, 113, 0.4);
}

.menu-burger:hover {
  background: var(--wv-gold);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 6px 20px rgba(253, 184, 19, 0.5);
}

.menu-burger span {
  width: 20px;
  height: 2px;
  background: var(--wv-white);
  transition: all 0.3s var(--wv-elastic);
  transform-origin: center;
}

.menu-burger:hover span {
  background: var(--wv-red);
}

.menu-burger.active {
  background: var(--wv-black);
  transform: scale(1) rotate(0);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.menu-burger.active span {
  background: var(--wv-gold);
}

.menu-burger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
  width: 22px;
}

.menu-burger.active span:nth-child(2) {
  opacity: 0;
}

.menu-burger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
  width: 22px;
}

/* ============================================
   MOBILE MENU OVERLAY
   ============================================ */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(13, 13, 13, 0.92);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5.5rem 1.75rem 2.5rem;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.35s var(--wv-smooth), visibility 0.35s var(--wv-smooth);
  z-index: 1400;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.mobile-menu__panel {
  width: min(100%, 420px);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  color: var(--wv-white);
  overflow-y: auto;
}

.mobile-menu__section--primary {
  padding-top: 0.5rem;
}

.mobile-menu__section--primary .mobile-menu__heading {
  font-size: 1.3rem;
  letter-spacing: 0.25em;
}

.mobile-menu__close {
  align-self: flex-end;
  background: transparent;
  border: 2px solid var(--wv-gold);
  color: var(--wv-gold);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s var(--wv-elastic);
}

.mobile-menu__close:hover,
.mobile-menu__close:focus-visible {
  background: var(--wv-gold);
  color: var(--wv-black);
  outline: none;
  box-shadow: 0 0 0 3px rgba(253, 184, 19, 0.35);
}

.mobile-menu__close span[aria-hidden="true"] {
  font-size: 1.5rem;
  line-height: 1;
}

.mobile-menu__heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  color: var(--wv-gold);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.mobile-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu__link {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: var(--wv-white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.3s var(--wv-smooth), transform 0.3s var(--wv-elastic);
}

.mobile-menu__link:hover,
.mobile-menu__link:focus-visible {
  color: var(--wv-gold);
  transform: translateX(6px);
  outline: none;
}

.mobile-menu__link--disabled {
  opacity: 0.45;
  cursor: default;
}

.mobile-menu__link--disabled:hover,
.mobile-menu__link--disabled:focus-visible {
  color: var(--wv-white);
  transform: none;
}

.mobile-menu__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  margin-left: 0.5rem;
  border-radius: 999px;
  background: var(--wv-gold);
  color: var(--wv-black);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}

/* ============================================
   TICKER STRIP
   ============================================ */
.ticker-wrapper {
  background: var(--wv-red);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-top: 3px solid var(--wv-black);
  border-bottom: 3px solid var(--wv-black);
  cursor: pointer;
}

.ticker-content {
  display: inline-block;
  padding: 0.75rem 0;
  animation: ticker 25s linear infinite;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: var(--wv-black);
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.3s var(--wv-elastic);
}

.ticker-wrapper:hover .ticker-content {
  color: var(--wv-white);
  font-size: 1.6rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.ticker-content span {
  padding-right: 3rem;
}

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

  100% {
    transform: translateX(-33.33%);
  }
}

header.scrolled {
  background: var(--wv-red);
}

header.scrolled .ticker-wrapper {
  height: 0;
  overflow: hidden;
  border: none;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  --hero-base-width: 1440;
  --hero-base-height: 900;
  --hero-scale-x: 1;
  --hero-scale-y: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--wv-red);
  overflow: hidden;
  padding-top: 120px;
}

/* Hero Floating Stickers */
.hero-stickers {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.hero-stickers .sticker {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit;
  padding: 0;
  z-index: 1;
  translate:
    calc(var(--hero-scale-x, 1) * var(--x, 0) * 1px) calc(var(--hero-scale-y, 1) * var(--y, 0) * 1px);
  width: calc(var(--hero-scale-x, 1) * var(--w, 120) * 1px);
}

.hero-stickers .sticker-img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hero-stickers .sticker-1 {
  --x: 110;
  --y: 220;
  --w: 85;
  --base-rotation: -6deg;
}

.hero-stickers .sticker-5 {
  --x: 260;
  --y: 220;
  --w: 90;
  --base-rotation: -6deg;
}

.hero-stickers .sticker-6 {
  --x: 160;
  --y: 420;
  --w: 90;
  --base-rotation: 5deg;
}

.hero-stickers .sticker-7 {
  --x: 180;
  --y: 780;
  --w: 100;
  --base-rotation: -8deg;
}

.hero-stickers .sticker-8 {
  --x: 1180;
  --y: 420;
  --w: 105;
  --base-rotation: 2deg;
}

.hero-stickers .sticker-9 {
  --x: 230;
  --y: 660;
  --w: 75;
  --base-rotation: 4deg;
}

.hero-stickers .sticker-10 {
  --x: 930;
  --y: 720;
  --w: 110;
  --base-rotation: -2deg;
}

.hero-stickers .sticker-11 {
  --x: 1110;
  --y: 640;
  --w: 95;
  --base-rotation: -7deg;
}

.hero-stickers .sticker-13 {
  --x: 80;
  --y: 300;
  --w: 80;
  --base-rotation: -14deg;
}

.hero-stickers .sticker-14 {
  --x: 720;
  --y: 200;
  --w: 75;
  z-index: 0;
  --base-rotation: 16deg;
}

.hero-stickers .sticker-15 {
  --x: 1260;
  --y: 260;
  --w: 90;
  --base-rotation: -5deg;
}

/* Animated Grid Background */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--wv-black) 2px, transparent 2px),
    linear-gradient(90deg, var(--wv-black) 2px, transparent 2px);
  background-size: 100px 100px;
  background-position: -2px -2px;
  opacity: 0.05;
  animation: gridMove 20s linear infinite;
}

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

  100% {
    transform: translate(100px, 100px);
  }
}

/* ============================================
   CUSTOM FONT: Nersans Three
   ============================================ */
@font-face {
  font-family: 'Nersans Three';
  src: url('../assets/fonts/NersansThree-hinted.woff2') format('woff2'),
    url('../assets/fonts/NersansThree-subset.woff2') format('woff2'),
    url('../assets/fonts/Nersans Three.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Gradient Orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: float 20s ease-in-out infinite;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--wv-black) 0%, transparent 70%);
  top: -20%;
  left: -10%;
  opacity: 0.2;
}

.orb-2 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--wv-gold) 0%, transparent 70%);
  bottom: -30%;
  right: -20%;
  opacity: 0.2;
  animation-delay: -10s;
}

@keyframes float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -40px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
  max-width: 1400px;
  width: 100%;
}

/* Main Title - Logo Style */
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: var(--wv-display);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  perspective: 1000px;
}

.title-word {
  display: inline-block;
  color: var(--wv-gold);
  text-shadow:
    3px 3px 0 var(--wv-black),
    6px 6px 0 var(--wv-coal),
    9px 9px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s var(--wv-elastic);
  animation: titleFloat 3s ease-in-out infinite;
  animation-delay: var(--delay);
}

@keyframes titleFloat {

  0%,
  100% {
    transform: translateY(0) rotateX(0);
  }

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

.title-word:hover {
  transform: translateY(-20px) rotate(-5deg) scale(1.1);
  text-shadow:
    5px 5px 0 var(--wv-black),
    10px 10px 0 var(--wv-coal),
    15px 15px 30px rgba(0, 0, 0, 0.6),
    20px 20px 50px var(--wv-gold-glow);
  color: var(--wv-gold-warm);
}

/* Subtitle */
.hero-subtitle {
  font-family: 'Bebas Neue', sans-serif;
  font-size: var(--wv-headline);
  color: var(--wv-black);
  text-shadow: 3px 3px 0 var(--wv-gold);
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
  opacity: 0.9;
  animation: slideUp 1s var(--wv-elastic) backwards 0.5s;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
}

/* Tagline */
.tagline {
  font-size: var(--wv-subtitle);
  font-weight: 900;
  color: var(--wv-black);
  text-shadow: 2px 2px 0 var(--wv-gold);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin: 2rem 0 3rem;
  position: relative;
  display: inline-block;
}

.tagline::before,
.tagline::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--wv-black));
}

.tagline::before {
  right: calc(100% + 20px);
  background: linear-gradient(90deg, transparent, var(--wv-black));
}

.tagline::after {
  left: calc(100% + 20px);
  background: linear-gradient(90deg, var(--wv-black), transparent);
}

/* ============================================
   CTA BUTTONS - LOGO STYLE
   ============================================ */
.hero-ctas {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 1.25rem 3rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s var(--wv-elastic);
  display: inline-block;
  text-transform: uppercase;
}

.btn-primary {
  color: var(--wv-gold);
  text-shadow: 2px 2px 0 var(--wv-red);
  background: var(--wv-black);
  border: 3px solid var(--wv-gold);
  box-shadow: 5px 5px 0 var(--wv-gold);
}

.btn-primary:hover {
  transform: translate(-5px, -5px) rotate(-2deg);
  box-shadow: 10px 10px 0 var(--wv-gold), 15px 15px 30px var(--wv-gold-glow);
  background: var(--wv-coal);
  color: var(--wv-gold-warm);
  text-shadow: 3px 3px 0 var(--wv-red), 5px 5px 10px rgba(237, 50, 55, 0.5);
}

.btn-outline {
  color: var(--wv-black);
  text-shadow: 1px 1px 0 var(--wv-gold);
  background: transparent;
  border: 3px solid var(--wv-black);
  box-shadow: 3px 3px 0 var(--wv-gold);
}

.btn-outline:hover {
  transform: translate(-3px, -3px) rotate(2deg);
  box-shadow: 6px 6px 0 var(--wv-gold), 9px 9px 20px var(--wv-gold-glow);
  border-color: var(--wv-gold);
  background: var(--wv-black);
  color: var(--wv-gold);
  text-shadow: 2px 2px 0 var(--wv-red);
}

/* ============================================
   BANNER SHOWCASE SECTION
   ============================================ */
.banner-showcase {
  padding: 6rem 3rem;
  background: linear-gradient(135deg, var(--wv-red) 0%, var(--wv-red-dark) 100%);
  position: relative;
  overflow: hidden;
}

.banner-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 0, 0, 0.02) 20px,
      rgba(0, 0, 0, 0.02) 40px);
}

.banner-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.banner-frame {
  background: var(--wv-black);
  border: 5px solid var(--wv-gold);
  box-shadow: 10px 10px 0 var(--wv-gold), 15px 15px 30px rgba(0, 0, 0, 0.5);
  transform: rotate(-1deg);
  transition: all 0.4s var(--wv-elastic);
  position: relative;
}

.banner-frame:hover {
  transform: rotate(0.5deg) scale(1.02);
  box-shadow: 15px 15px 0 var(--wv-gold), 20px 20px 40px rgba(253, 184, 19, 0.4);
}

.banner-stickers {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.sticker {
  position: absolute;
  padding: 0.5rem 1rem;
  background: var(--wv-gold);
  color: var(--wv-black);
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  border: 2px solid var(--wv-black);
  transform: rotate(-15deg);
  box-shadow: 3px 3px 0 var(--wv-black);
  transition: all 0.3s var(--wv-elastic);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.sticker-1 {
  top: -20px;
  left: 50px;
  background: var(--wv-red);
  color: var(--wv-gold);
  transform: rotate(10deg);
}

.sticker-2 {
  top: 40px;
  right: 80px;
  transform: rotate(-8deg);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.sticker-3 {
  bottom: 30px;
  left: 100px;
  background: var(--wv-white);
  color: var(--wv-red);
  transform: rotate(5deg);
}

.sticker-4 {
  bottom: -15px;
  right: 150px;
  background: var(--wv-black);
  color: var(--wv-gold);
  border-color: var(--wv-gold);
  transform: rotate(-12deg);
}

.banner-frame:hover .sticker {
  transform: rotate(calc(var(--rotation) * -1)) scale(1.1);
}

/* Animated Stickers */
.sticker-animate {
  animation: stickerFloat 4s ease-in-out infinite;
}

.sticker-1.sticker-animate {
  animation: stickerFloat 4.5s ease-in-out infinite;
  animation-delay: 0s;
}

.sticker-2.sticker-animate {
  animation: stickerFloat 5s ease-in-out infinite;
  animation-delay: 0.3s;
}

.sticker-3.sticker-animate {
  animation: stickerFloat 4.8s ease-in-out infinite;
  animation-delay: 0.6s;
}

.sticker-4.sticker-animate {
  animation: stickerFloat 5.2s ease-in-out infinite;
  animation-delay: 0.9s;
}

.sticker-5.sticker-animate {
  animation: stickerFloat 4.7s ease-in-out infinite;
  animation-delay: 1.2s;
}

.sticker-6.sticker-animate {
  animation: stickerFloat 5.1s ease-in-out infinite;
  animation-delay: 1.5s;
}

.sticker-7.sticker-animate {
  animation: stickerFloat 4.9s ease-in-out infinite;
  animation-delay: 1.8s;
}

.sticker-8.sticker-animate {
  animation: stickerFloat 5.3s ease-in-out infinite;
  animation-delay: 2.1s;
}

.sticker-9.sticker-animate {
  animation: stickerFloat 4.6s ease-in-out infinite;
  animation-delay: 2.4s;
}

.sticker-10.sticker-animate {
  animation: stickerFloat 5.4s ease-in-out infinite;
  animation-delay: 2.7s;
}

.sticker-11.sticker-animate {
  animation: stickerFloat 4.8s ease-in-out infinite;
  animation-delay: 3s;
}

.sticker-12.sticker-animate {
  animation: stickerFloat 5s ease-in-out infinite;
  animation-delay: 3.3s;
}

.sticker-13.sticker-animate {
  animation: stickerFloat 4.9s ease-in-out infinite;
  animation-delay: 3.6s;
}

.sticker-14.sticker-animate {
  animation: stickerFloat 5.2s ease-in-out infinite;
  animation-delay: 3.9s;
}

.sticker-15.sticker-animate {
  animation: stickerFloat 4.7s ease-in-out infinite;
  animation-delay: 4.2s;
}

@keyframes stickerFloat {

  0%,
  100% {
    transform: translateY(0) rotate(var(--base-rotation, 0deg));
  }

  25% {
    transform: translateY(-5px) rotate(calc(var(--base-rotation, 0deg) + 2deg));
  }

  50% {
    transform: translateY(-8px) rotate(calc(var(--base-rotation, 0deg) - 1deg));
  }

  75% {
    transform: translateY(-3px) rotate(calc(var(--base-rotation, 0deg) + 1deg));
  }
}

/* Set base rotations */
.sticker-1 {
  --base-rotation: -6deg;
}

.sticker-3 {
  --base-rotation: 10deg;
}

.sticker-4 {
  --base-rotation: -4deg;
}

.sticker-5 {
  --base-rotation: -6deg;
}

.sticker-6 {
  --base-rotation: 5deg;
}

.sticker-7 {
  --base-rotation: -8deg;
}

.sticker-8 {
  --base-rotation: 2deg;
}

.sticker-9 {
  --base-rotation: 4deg;
}

.sticker-10 {
  --base-rotation: -2deg;
}

.sticker-11 {
  --base-rotation: -7deg;
}

.sticker-12 {
  --base-rotation: 12deg;
}

.sticker-13 {
  --base-rotation: -14deg;
}

.sticker-14 {
  --base-rotation: 16deg;
}

.sticker-15 {
  --base-rotation: -5deg;
}

.banner-content {
  padding: 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* Restore side-by-side layout */
  gap: 3rem;
  align-items: center;
}

/* Add spacing when content stacks below the video */
.banner-showcase .banner-info {
  margin-top: 0;
}

.banner-image-container {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--wv-gold);
  aspect-ratio: 16 / 9;
  /* Match 1920x1080 video for correct height */
  background: var(--wv-black);
  /* Ensure container matches the video precisely without scaling */
}

@media (max-width: 768px) {
  .banner-content {
    grid-template-columns: 1fr;
  }
}

/* Video Background - contained within 16:9 frame */
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  /* ensure full video visible, no cropping */
  z-index: 1;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--wv-smooth);
}

/* Optional: Make image overlay semi-transparent to show video through */
.banner-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

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

.banner-placeholder {
  width: 100%;
  height: 100%;
  background: var(--wv-red);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.banner-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  color: var(--wv-gold);
  text-shadow: 4px 4px 0 var(--wv-black);
  letter-spacing: 0.1em;
  z-index: 2;
  animation: pulse 2s ease-in-out infinite;
}

.banner-dragon {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  opacity: 0.3;
  animation: float 4s ease-in-out infinite;
}

.banner-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.banner-elements span {
  position: absolute;
  font-size: 2rem;
  animation: float 3s ease-in-out infinite;
}

.element-fan {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.element-money {
  bottom: 10%;
  right: 10%;
  animation-delay: 1s;
}

.element-star {
  top: 15%;
  right: 15%;
  animation-delay: 2s;
}

.element-chow {
  bottom: 20%;
  left: 10%;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--wv-black);
  font-weight: bold;
}

.banner-info {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.5);
  border-left: 4px solid var(--wv-gold);
}

.banner-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: var(--wv-gold);
  text-shadow: 2px 2px 0 var(--wv-red);
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.banner-desc {
  color: var(--wv-white);
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: 1.1rem;
}

.banner-link {
  display: inline-flex;
  align-items: center;
  color: var(--wv-gold);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.3s var(--wv-elastic);
  position: relative;
}

.banner-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--wv-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--wv-elastic);
}

.banner-link:hover {
  transform: translateX(10px);
  color: var(--wv-gold-warm);
}

.banner-link:hover::after {
  transform: scaleX(1);
}

@keyframes pulse {

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

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

/* ============================================
   TOKENOMICS STATS SECTION
   ============================================ */
.tokenomics {
  padding: 8rem 3rem;
  background: var(--wv-black);
  position: relative;
  overflow: hidden;
  border-top: 5px solid var(--wv-gold);
  border-bottom: 5px solid var(--wv-gold);
}

.tokenomics-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.stats-row {
  margin-bottom: 4rem;
}

.stats-row.split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 3rem;
  margin-bottom: 0;
}

.stat-label {
  /* Reverted to original Montserrat styling (removing Nersans) */
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  color: var(--wv-white);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  opacity: 0.92;
  text-shadow: 2px 2px 0 var(--wv-black), 0 0 8px rgba(0, 0, 0, 0.35);
}

.stat-value {
  font-family: 'Montserrat', 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--wv-gold);
  text-shadow: 4px 4px 0 var(--wv-black), 0 0 50px rgba(253, 184, 19, 0.35);
  transition: all 0.35s var(--wv-elastic);
}

/* Make TOTAL SUPPLY number smaller than other stats */
.tokenomics .stats-row:first-of-type .stat-value {
  font-size: clamp(3rem, 8vw, 6rem);
}

.stat-value:hover {
  transform: scale(1.035);
  text-shadow: 5px 5px 0 var(--wv-black), 0 0 60px rgba(253, 184, 19, 0.55);
}

.stat-divider {
  width: 4px;
  height: 150px;
  background: linear-gradient(180deg, transparent, var(--wv-gold), transparent);
  margin: 0 auto;
}

.stat-block.burned .stat-value {
  color: var(--wv-red);
  text-shadow: 4px 4px 0 var(--wv-black), 0 0 40px rgba(255, 0, 0, 0.35);
}

.stat-block.airdrop .stat-value {
  color: var(--wv-white);
  text-shadow: 4px 4px 0 var(--wv-black), 0 0 30px rgba(255, 255, 255, 0.35);
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.features {
  padding: 8rem 3rem;
  background: linear-gradient(180deg, var(--wv-red) 0%, var(--wv-red-dark) 100%);
  position: relative;
  overflow: hidden;
}

/* Section Title - Logo Style */
.section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: var(--wv-headline);
  color: var(--wv-gold);
  text-shadow: 3px 3px 0 var(--wv-black), 5px 5px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  transition: all 0.3s var(--wv-elastic);
}

.section-title:hover {
  transform: scale(1.05) rotate(-1deg);
  text-shadow:
    4px 4px 0 var(--wv-black),
    8px 8px 0 var(--wv-coal),
    12px 12px 30px rgba(0, 0, 0, 0.6);
}

.section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: var(--wv-body);
  color: var(--wv-black);
  opacity: 0.8;
  margin-top: 1rem;
  max-width: 600px;
  margin-inline: auto;
}

/* Feature Cards - Enhanced Logo Style */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.card {
  background: var(--wv-black);
  border: 3px solid var(--wv-black);
  padding: 3rem;
  position: relative;
  transition: all 0.4s var(--wv-elastic);
  box-shadow: 5px 5px 0 var(--wv-gold);
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--wv-gold) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover {
  transform: translate(-8px, -8px) rotate(-1deg);
  border-color: var(--wv-gold);
  box-shadow: 10px 10px 0 var(--wv-gold), 15px 15px 30px var(--wv-gold-glow);
}

.card:hover::before {
  opacity: 0.05;
}

.card-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--wv-gold);
  text-shadow: 2px 2px 0 var(--wv-red);
  opacity: 0.2;
  transition: all 0.3s var(--wv-elastic);
  margin-bottom: 1rem;
}

.card:hover .card-number {
  opacity: 1;
  transform: scale(1.1) rotate(-5deg);
  text-shadow: 3px 3px 0 var(--wv-red), 5px 5px 15px rgba(237, 50, 55, 0.5);
}

.card-icon {
  width: 64px;
  height: 64px;
  background: var(--wv-gold);
  color: var(--wv-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 3px 3px 0 var(--wv-red);
  transition: all 0.3s var(--wv-elastic);
}

.card:hover .card-icon {
  transform: rotate(180deg) scale(1.1);
  box-shadow: 5px 5px 0 var(--wv-red), 8px 8px 20px rgba(237, 50, 55, 0.5);
  background: var(--wv-gold-warm);
  color: var(--wv-black);
}

.card-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: var(--wv-title);
  color: var(--wv-white);
  text-shadow: 2px 2px 0 var(--wv-gold);
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.card-text {
  color: var(--wv-white);
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.card-link {
  font-family: 'Bebas Neue', sans-serif;
  color: var(--wv-gold);
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s var(--wv-elastic);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.card-link:hover {
  gap: 1.5rem;
  color: var(--wv-gold-warm);
  transform: translateX(5px);
  text-shadow: 2px 2px 0 var(--wv-red);
}

/* Chinese Elements */
.chinese-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: var(--wv-gold);
  opacity: 0.3;
  font-weight: bold;
  writing-mode: vertical-rl;
  transition: all 0.3s var(--wv-elastic);
}

.card:hover .chinese-badge {
  opacity: 1;
  color: var(--wv-gold-warm);
  transform: scale(1.2) rotate(10deg);
  text-shadow: 2px 2px 0 var(--wv-red);
}

/* ============================================
   GUARDIAN MANIFESTO SECTION - ENHANCED
   ============================================ */
.manifesto {
  background: var(--wv-red);
}

.manifesto-screen {
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.25rem;
  position: relative;
  overflow: hidden;
  background: var(--wv-red);
}

/* Animated grain texture */
.manifesto-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,%3Csvg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" /%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noise)" /%3E%3C/svg%3E');
  opacity: 0.03;
  pointer-events: none;
  animation: grain 8s steps(10) infinite;
}

@keyframes grain {

  0%,
  100% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(-5%, -10%);
  }

  20% {
    transform: translate(-15%, 5%);
  }

  30% {
    transform: translate(7%, -25%);
  }

  40% {
    transform: translate(-5%, 25%);
  }

  50% {
    transform: translate(-15%, 10%);
  }

  60% {
    transform: translate(15%, 0%);
  }

  70% {
    transform: translate(0%, 15%);
  }

  80% {
    transform: translate(3%, 35%);
  }

  90% {
    transform: translate(-10%, 10%);
  }
}

.manifesto-text {
  text-align: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Line wrapper for animation */
.manifesto-line {
  display: block;
  margin: 0.2em 0;
}

.manifesto-line span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wv-black);
  opacity: 1;
  transform: translateY(0) rotateX(0);
  transition: all 0.5s ease;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

/* Prevent breaking inside words; allow wrapping only at spaces */
.manifesto-line {
  white-space: normal;
  word-spacing: 0.5em;
}

.manifesto-word {
  display: inline-block;
  white-space: nowrap;
}

/* Animate characters when screen is visible */
.manifesto-screen.visible .manifesto-line span {
  animation: revealChar 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes revealChar {
  from {
    opacity: 0;
    transform: translateY(50px) rotateX(-45deg);
  }

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

/* Line sizing */
.manifesto-line.line-1 span {
  /* Reduced max size for better balance */
  font-size: clamp(2.3rem, 6.2vw, 6.8rem);
}

.manifesto-line.line-2 span {
  font-size: clamp(2.3rem, 6.2vw, 6.8rem);
}

.manifesto-line.line-3 span {
  font-size: clamp(1.9rem, 5vw, 5.8rem);
}

/* Highlighted lines */
.manifesto-line.highlight span {
  color: var(--wv-gold);
  text-shadow: 4px 4px 0 var(--wv-black),
    0 0 40px rgba(253, 184, 19, 0.3);
  font-size: clamp(2.8rem, 7vw, 8rem);
}

/* Style variations */
.manifesto-dark {
  background: var(--wv-black);
}

.manifesto-dark .manifesto-line span {
  color: var(--wv-white);
}

.manifesto-dark .manifesto-line.highlight span {
  color: var(--wv-gold);
  text-shadow: 2px 2px 0 var(--wv-red), 0 0 6px rgba(0, 0, 0, 0.3), 0 0 50px rgba(253, 184, 19, 0.4);
}

/* Optional crisp variant toggle */
.tokenomics.crisp .stat-label,
.tokenomics.crisp .stat-value {
  text-shadow: none !important;
  letter-spacing: 0.02em;
}

/* (Removed duplicate crisp block and stray brace) */

.manifesto-hero {
  background: var(--wv-red);
  position: relative;
}

.manifesto-hero::after {
  content: '旺財';
  position: absolute;
  font-size: 30rem;
  font-weight: 900;
  color: var(--wv-black);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.manifesto-hero .manifesto-line:first-child span {
  color: var(--wv-gold);
  text-shadow: 5px 5px 0 var(--wv-black),
    0 0 50px rgba(253, 184, 19, 0.45);
  font-size: clamp(3.2rem, 8vw, 9rem);
}

.manifesto-hero .manifesto-line.line-2 span {
  color: var(--wv-white);
  font-size: clamp(1.9rem, 4.5vw, 5.2rem);
  letter-spacing: 0.18em;
}

/* Mobile adjustments for manifesto readability */
@media (max-width: 768px) {
  .manifesto-line span {
    letter-spacing: 0.12em;
  }

  .manifesto-line.highlight span {
    letter-spacing: 0.14em;
  }

  .manifesto-hero .manifesto-line:first-child span {
    font-size: clamp(2.6rem, 11vw, 6.2rem);
  }

  .manifesto-hero .manifesto-line.line-2 span {
    font-size: clamp(1.8rem, 7vw, 4.6rem);
  }
}

.manifesto-hero .manifesto-line.line-3 span {
  color: var(--wv-black);
  font-size: clamp(2.5rem, 6vw, 8rem);
  letter-spacing: 0.25em;
}

/* Hover effects */
.manifesto-screen:hover .manifesto-line.highlight span {
  animation: glow 1.5s ease-in-out infinite;
}

@keyframes glow {

  0%,
  100% {
    text-shadow: 4px 4px 0 var(--wv-black),
      0 0 40px rgba(253, 184, 19, 0.3);
  }

  50% {
    text-shadow: 4px 4px 0 var(--wv-black),
      0 0 80px rgba(253, 184, 19, 0.6),
      0 0 120px rgba(253, 184, 19, 0.4);
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .manifesto-screen {
    min-height: 68vh;
    padding: 2rem 1rem;
  }

  .manifesto-line span {
    letter-spacing: 0.1em;
  }

  .manifesto-hero::after {
    font-size: 15rem;
  }
}

/* Further trim manifesto height on very small phones */
@media (max-width: 480px) {
  .manifesto-screen {
    min-height: 62vh;
    padding: 1.75rem 0.75rem;
  }

  .manifesto-line {
    margin: 0.15em 0;
  }
}

/* ============================================
   FOOTER ACTION
   ============================================ */
.footer-cta {
  padding: 6rem 3rem;
  background: var(--wv-red-dark);
  text-align: center;
  border-top: 3px solid var(--wv-black);
  position: relative;
  overflow: hidden;
}

.footer-cta::before {
  content: '龍';
  position: absolute;
  font-size: 20rem;
  color: var(--wv-black);
  opacity: 0.05;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: var(--wv-headline);
  color: var(--wv-gold);
  text-shadow: 3px 3px 0 var(--wv-black), 5px 5px 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 64px;
  height: 64px;
  background: var(--wv-black);
  color: var(--wv-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 5px 5px 0 var(--wv-gold);
  cursor: pointer;
  transition: all 0.3s var(--wv-elastic);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}

.scroll-top:hover {
  transform: translateY(-10px) rotate(180deg);
  box-shadow: 10px 10px 0 var(--wv-gold), 15px 15px 30px var(--wv-gold-glow);
  background: var(--wv-gold);
  color: var(--wv-black);
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  nav {
    padding: 1rem 1.5rem;
  }

  .nav-center {
    display: none;
  }

  .ecosystem-dropdown {
    display: none;
  }

  .logo {
    font-size: 2rem;
  }

  .logo::after {
    display: none;
  }

  .ticker-content {
    font-size: 0.875rem;
  }

  .hero-title {
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .hero-subtitle {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
  }

  .hero-ctas {
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .tagline::before,
  .tagline::after {
    display: none;
  }

  .tokenomics {
    padding: 4rem 2rem;
  }

  .stats-row.split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stat-divider {
    width: 100px;
    height: 4px;
    margin: 2rem auto;
  }

  /* Make TOTAL SUPPLY (first row) smaller than other stats on mobile */
  .tokenomics .stats-row:first-of-type .stat-value {
    font-size: clamp(1.6rem, 10vw, 3.2rem);
    white-space: nowrap;
  }

  /* Mobile tokenomics overflow fixes */
  .tokenomics-wrapper {
    padding: 0 0.5rem;
    /* small inner padding to avoid edge bleed */
  }

  .stat-label,
  .stat-value {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .stat-value {
    font-size: clamp(2.2rem, 12vw, 4rem);
    letter-spacing: 0.02em;
    /* keep tighter on mobile */
  }

  .stat-label {
    font-size: clamp(1rem, 4.5vw, 1.4rem);
    letter-spacing: 0.12em;
  }

  .manifesto-text .line-1,
  .manifesto-text .line-2 {
    font-size: clamp(2.5rem, 10vw, 5rem);
  }

  .manifesto-text .line-3 {
    font-size: clamp(2rem, 8vw, 4rem);
  }

  .banner-content {
    grid-template-columns: 1fr;
  }

  /* Mobile sticker adjustments - reduce size and hide some */
  .hero-stickers .sticker {
    width: calc(var(--hero-scale-x, 1) * var(--w-mobile, calc(var(--w, 120) * 1.5)) * 1px);
  }

  /* Scale up all stickers on mobile for better visibility */
  .hero-stickers .sticker-1 {
    --x: 40;
    --y: 160;
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-3 {
    --x: 1030;
    --y: 160;
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-5 {
    --x: 160;
    --y: 540;
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-6 {
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-7 {
    --x: 120;
    --y: 520;
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-8 {
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-9 {
    --x: 180;
    --y: 620;
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-11 {
    --x: 960;
    --y: 620;
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-13 {
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-14 {
    --w-mobile: calc(var(--w, 120) * 1.8);
  }

  .hero-stickers .sticker-15 {
    --w-mobile: calc(var(--w, 120) * 1.8);
  }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
/* Focus */
*:focus-visible {
  outline: 3px solid var(--wv-gold);
  outline-offset: 4px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ============================================
   TOKENOMICS: FORCE TOTAL SUPPLY SMALLER
   ============================================ */
/* Desktop/tablet baseline: slightly smaller than other stats */
.tokenomics-wrapper>.stats-row:first-child .stat-value {
  font-size: clamp(3rem, 8vw, 6rem);
}

/* Mobile override: ensure it fits without wrapping and applies over earlier rules */
@media (max-width: 768px) {
  .tokenomics-wrapper>.stats-row:first-child .stat-value {
    font-size: clamp(1.6rem, 9.5vw, 3rem) !important;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
}

/* ============================================
   WANGCAI GALLERY STRIP - PREMIUM EDITION
   ============================================ */

/* Gallery Strip Container - MEGA SIZE */
.wangcai-gallery-strip {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(180deg, var(--wv-black) 0%, var(--wv-coal) 100%);
  padding: 6rem 0;
  overflow: hidden;
  border-top: 5px solid var(--wv-gold);
  border-bottom: 5px solid var(--wv-gold);
  box-shadow:
    inset 0 20px 40px rgba(0, 0, 0, 0.5),
    inset 0 -20px 40px rgba(0, 0, 0, 0.5);
}

/* Animated background grid */
.wangcai-gallery-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--wv-gold) 1px, transparent 1px),
    linear-gradient(90deg, var(--wv-gold) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.03;
  animation: gridMove 30s linear infinite;
  pointer-events: none;
}

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

  100% {
    transform: translate(100px, 100px);
  }
}

/* Noise overlay */
.wangcai-gallery-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background: url('data:image/svg+xml,%3Csvg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" /%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noise)" /%3E%3C/svg%3E');
  mix-blend-mode: multiply;
}

.strip-header {
  position: absolute;
  top: 2rem;
  left: 4rem;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 2rem;
}

.strip-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.3em;
  color: var(--wv-gold);
  text-shadow:
    2px 2px 0 var(--wv-red),
    4px 4px 0 var(--wv-black),
    6px 6px 20px rgba(0, 0, 0, 0.5);
  animation: glitchLabel 3s ease-in-out infinite;
  position: relative;
}

@keyframes glitchLabel {

  0%,
  100% {
    transform: translate(0);
    filter: hue-rotate(0deg);
  }

  20% {
    transform: translate(-2px, 2px);
    filter: hue-rotate(10deg);
  }

  40% {
    transform: translate(2px, -2px);
    filter: hue-rotate(-10deg);
  }

  60% {
    transform: translate(-1px, 1px);
  }

  80% {
    transform: translate(1px, -1px);
  }
}

.strip-chinese {
  font-size: 1.5rem;
  color: var(--wv-red);
  font-weight: 900;
  opacity: 0.6;
  writing-mode: horizontal-tb;
  animation: pulseStrip 2s ease-in-out infinite;
}

@keyframes pulseStrip {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

/* MEGA GALLERY STRIP */
.gallery-strip {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
  perspective: 2000px;
  /* Dramatic edge fading */
  mask-image: linear-gradient(90deg,
      transparent,
      black 3%,
      black 97%,
      transparent);
  -webkit-mask-image: linear-gradient(90deg,
      transparent,
      black 3%,
      black 97%,
      transparent);
}

.gallery-track {
  display: flex;
  gap: 3rem;
  animation: galleryScroll 50s linear infinite;
  padding: 4rem 0;
  width: max-content;
  transform: rotateX(5deg);
  transform-style: preserve-3d;
}

@keyframes galleryScroll {
  0% {
    transform: translateX(0) rotateX(5deg);
  }

  100% {
    transform: translateX(-50%) rotateX(5deg);
  }
}

/* MASSIVE CARDS */
.gallery-item {
  flex-shrink: 0;
  width: 600px;
  height: 400px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s var(--wv-elastic);
  transform-style: preserve-3d;
}

.item-frame {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--wv-coal);
  border: 4px solid var(--wv-red);
  overflow: hidden;
  box-shadow:
    8px 8px 0 var(--wv-black),
    15px 15px 50px rgba(0, 0, 0, 0.7);
  transition: all 0.6s var(--wv-elastic);
  transform: translateZ(0);
}

/* Glitch effect overlay */
.item-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg,
      transparent,
      transparent 2px,
      rgba(253, 184, 19, 0.03) 2px,
      rgba(253, 184, 19, 0.03) 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: screen;
}

.gallery-item:nth-child(3n+1) .item-frame {
  transform: rotateY(-1deg) rotateZ(0.5deg);
}

.gallery-item:nth-child(3n+2) .item-frame {
  transform: rotateY(1deg) rotateZ(-0.5deg);
}

.gallery-item:nth-child(3n) .item-frame {
  transform: rotateZ(0.3deg);
}

.item-content {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      var(--wv-red-dark) 0%,
      var(--wv-black) 50%,
      var(--wv-coal) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Image styling - replaces emoji stickers */
.item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: all 0.8s var(--wv-elastic);
  filter: grayscale(20%) brightness(0.85);
}

.item-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: var(--wv-gold);
  color: var(--wv-black);
  padding: 0.5rem 1.5rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  transform: rotate(-5deg);
  box-shadow: 3px 3px 0 var(--wv-red);
  transition: all 0.5s var(--wv-elastic);
  z-index: 3;
}

.item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 0%,
      transparent 40%,
      rgba(0, 0, 0, 0.8) 70%,
      var(--wv-black) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s var(--wv-elastic);
  z-index: 2;
}

.item-number {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 6rem;
  color: var(--wv-gold);
  text-shadow:
    4px 4px 0 var(--wv-red),
    8px 8px 0 var(--wv-black),
    12px 12px 30px rgba(0, 0, 0, 0.5);
  opacity: 0.15;
  transition: all 0.6s var(--wv-elastic);
  transform: rotate(5deg);
}

.item-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.5rem;
  color: var(--wv-gold);
  text-shadow:
    3px 3px 0 var(--wv-red),
    5px 5px 0 var(--wv-black);
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  line-height: 0.9;
  transform: skewX(-5deg);
}

.item-category {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  color: var(--wv-gold);
  opacity: 0.9;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.item-chinese {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 3rem;
  color: var(--wv-red);
  opacity: 0;
  writing-mode: vertical-rl;
  transition: all 0.6s var(--wv-elastic);
  font-weight: 900;
  text-shadow:
    2px 2px 0 var(--wv-gold),
    4px 4px 10px rgba(0, 0, 0, 0.5);
  transform: translateX(-20px);
  z-index: 3;
}

/* MEGA HOVER STATES */
.gallery-strip:hover .gallery-track {
  animation-play-state: paused;
}

.gallery-item:hover {
  transform: scale(1.15) translateY(-30px) translateZ(100px);
  z-index: 100;
}

.gallery-item:hover .item-frame {
  border-color: var(--wv-gold);
  border-width: 5px;
  box-shadow:
    10px 10px 0 var(--wv-gold),
    20px 20px 0 var(--wv-red),
    30px 30px 80px rgba(0, 0, 0, 0.9),
    0 0 100px rgba(253, 184, 19, 0.5),
    inset 0 0 100px rgba(253, 184, 19, 0.1);
  transform: rotateY(0deg) rotateZ(0deg) scale(1.02);
}

.gallery-item:hover .item-frame::after {
  opacity: 1;
  animation: scanlines 2s linear infinite;
}

@keyframes scanlines {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.gallery-item:hover .item-image {
  transform: scale(1.1);
  filter: grayscale(0%) brightness(1);
}

.gallery-item:hover .item-badge {
  transform: rotate(0deg) scale(1.2);
  background: var(--wv-red);
  color: var(--wv-gold);
  box-shadow: 5px 5px 0 var(--wv-black);
}

.gallery-item:hover .item-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-item:hover .item-number {
  opacity: 1;
  transform: rotate(-10deg) scale(1.2) translateY(-10px);
  color: var(--wv-gold-warm);
  animation: floatNumber 2s ease-in-out infinite;
}

@keyframes floatNumber {

  0%,
  100% {
    transform: rotate(-10deg) scale(1.2) translateY(-10px);
  }

  50% {
    transform: rotate(-10deg) scale(1.2) translateY(-20px);
  }
}

.gallery-item:hover .item-chinese {
  opacity: 1;
  transform: translateX(0) rotate(5deg);
}

/* Click effect */
.gallery-item:active {
  transform: scale(1.1) translateY(-25px) translateZ(80px);
}

.gallery-item:active .item-frame {
  box-shadow:
    5px 5px 0 var(--wv-gold),
    10px 10px 0 var(--wv-red),
    15px 15px 40px rgba(0, 0, 0, 0.9);
}

/* Mobile Optimisation */
@media (max-width: 768px) {
  .wangcai-gallery-strip {
    padding: 4rem 0;
  }

  .strip-header {
    left: 2rem;
    top: 1.5rem;
  }

  .strip-label {
    font-size: 1.5rem;
  }

  .gallery-strip {
    height: 350px;
  }

  .gallery-item {
    width: 400px;
    height: 280px;
  }

  .gallery-track {
    gap: 2rem;
    animation-duration: 40s;
  }

  .item-title {
    font-size: 2.5rem;
  }

  .item-number {
    font-size: 4rem;
  }

  .item-overlay {
    padding: 2rem;
  }
}

/* Reduced Motion Override */
@media (prefers-reduced-motion: reduce) {

  .gallery-track,
  .gallery-item,
  .item-frame,
  .item-image,
  .item-overlay,
  .item-number,
  .item-chinese,
  .item-badge {
    animation: none !important;
    transition: opacity 0.3s ease !important;
  }

  .strip-label,
  .strip-chinese {
    animation: none !important;
  }
}
