:root {
  /* Farben exakt aus pfp.png extrahiert */
  --sun: #ffc832;           /* Goldgelb Hintergrund oben */
  --mango: #ffaa00;         /* Orange vom Hund */
  --coral: #ff5252;         /* Rot von Sonnenbrille */
  --bubble: #ff3d7f;        /* Pink/Magenta Hintergrund unten */
  --teal: #00c9b7;          /* Türkis von der Cap */
  --sky: #40c4ff;           /* Hellblau Confetti */
  --lime: #76ff03;          /* Grün Confetti */
  --lavender: #e040fb;      /* Lila/Pink Confetti */
  --hot-pink: #ff1744;      /* Kräftiges Pink/Rot */
  --golden: #f9a825;        /* Warmes Gold Hundefell */
  --tongue: #ff5277;        /* Zunge Pink */
  --ink: #2a1a4a;           /* Dunkelviolett */
  --cream: #fff9e6;         /* Warmes Cremeweiß */
  --white: #ffffff;
  --shadow: rgba(45, 27, 78, 0.2);
  --shadow-strong: 12px 12px 0 var(--ink);
  --shadow-medium: 8px 8px 0 var(--ink);
  --shadow-soft: 4px 4px 0 var(--ink);
  --shadow-glow: 0 0 30px rgba(255, 61, 127, 0.35), 0 0 60px rgba(0, 201, 183, 0.25);
  --line: rgba(45, 27, 78, 0.12);
  --glass: rgba(255, 255, 255, 0.88);
  --glass-strong: rgba(255, 255, 255, 0.95);
  --glow-sun: 0 0 20px rgba(255, 200, 50, 0.5);
  --glow-teal: 0 0 20px rgba(0, 201, 183, 0.45);
  --glow-bubble: 0 0 25px rgba(255, 61, 127, 0.5);
  --glow-coral: 0 0 20px rgba(255, 82, 82, 0.45);
  --midnight: #1a0f2e;
  --nebula: #2d1b4e;
  --starlight: #fff5e0;
  --display-font: "Bungee Shade", "Luckiest Guy", cursive;
  --body-font: "Fredoka", "Trebuchet MS", sans-serif;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom scrollbar - Passend zum Profilbild */
::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, var(--cream) 0%, #fff0e6 100%);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--sun) 0%, var(--coral) 50%, var(--bubble) 100%);
  border-radius: 10px;
  border: 3px solid var(--cream);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--teal) 0%, var(--bubble) 50%, var(--coral) 100%);
}

/* Selection styling */
::selection {
  background: rgba(255, 78, 168, 0.3);
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 200, 50, 0.7) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 61, 127, 0.5) 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 10% 30%, rgba(0, 201, 183, 0.3) 0%, transparent 45%),
    radial-gradient(ellipse 30% 25% at 90% 70%, rgba(64, 196, 255, 0.25) 0%, transparent 45%),
    linear-gradient(180deg, #fff4cc 0%, #ffecb3 25%, #ffe0e6 60%, #ffcdd2 100%);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body.cart-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    /* Confetti-Punkte wie im Profilbild */
    radial-gradient(circle at 20% 25%, var(--sun) 0 5px, transparent 6px),
    radial-gradient(circle at 60% 12%, var(--teal) 0 4px, transparent 5px),
    radial-gradient(circle at 80% 65%, var(--bubble) 0 6px, transparent 7px),
    radial-gradient(circle at 35% 80%, var(--coral) 0 5px, transparent 6px),
    radial-gradient(circle at 90% 30%, var(--lavender) 0 4px, transparent 5px),
    radial-gradient(circle at 10% 50%, var(--lime) 0 3px, transparent 4px),
    radial-gradient(circle at 75% 85%, var(--sky) 0 5px, transparent 6px),
    radial-gradient(circle at 45% 10%, var(--hot-pink) 0 3px, transparent 4px),
    radial-gradient(circle at 5% 70%, var(--golden) 0 4px, transparent 5px),
    radial-gradient(circle at 95% 55%, var(--teal) 0 3px, transparent 4px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
  animation: confetti-float 15s ease-in-out infinite;
}

@keyframes confetti-float {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.7; }
  25% { transform: translateY(-10px) rotate(2deg); opacity: 0.8; }
  50% { transform: translateY(-5px) rotate(-1deg); opacity: 0.6; }
  75% { transform: translateY(-15px) rotate(1deg); opacity: 0.75; }
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 1px, transparent 1px, transparent 12px),
    linear-gradient(45deg, rgba(255, 78, 168, 0.05) 0, rgba(255, 78, 168, 0.05) 1px, transparent 1px, transparent 20px);
  background-size: 12px 12px, 20px 20px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.25;
}

@keyframes sparkle {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.02); }
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px dashed var(--ink);
  outline-offset: 4px;
}

main {
  position: relative;
  z-index: 1;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 16px;
  background: var(--ink);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 999px;
  z-index: 999;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section {
  padding: clamp(80px, 8vw, 120px) 0;
  position: relative;
  scroll-margin-top: 110px;
}

.section--tint {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 rgba(30, 20, 69, 0.08);
  backdrop-filter: blur(6px);
}

.section--tint::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 0%, rgba(255, 200, 50, 0.2), transparent 50%),
    radial-gradient(circle at 85% 100%, rgba(0, 201, 183, 0.18), transparent 45%);
  pointer-events: none;
  z-index: 0;
}

.section--cosmic {
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 212, 170, 0.25), transparent 45%),
    radial-gradient(circle at 80% 0%, rgba(255, 68, 147, 0.2), transparent 40%),
    radial-gradient(circle at 50% 80%, rgba(255, 204, 51, 0.1), transparent 50%),
    linear-gradient(180deg, #1a0f2e 0%, var(--midnight) 60%, #120a1f 100%);
  color: var(--starlight);
  position: relative;
}

.section--cosmic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.25) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.2) 0 2px, transparent 3px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.section--cosmic .eyebrow {
  color: var(--teal);
}

.section--cosmic .list {
  color: rgba(253, 243, 217, 0.85);
}

.section--cosmic .btn {
  border-color: var(--starlight);
  color: var(--starlight);
  background: transparent;
  box-shadow: 4px 4px 0 rgba(253, 243, 217, 0.4);
}

.section--cosmic .btn.primary {
  background: linear-gradient(135deg, var(--teal), var(--sky));
  color: var(--midnight);
  border-color: var(--starlight);
}

.section--cosmic .tag {
  background: rgba(46, 217, 210, 0.25);
  border-color: rgba(253, 243, 217, 0.6);
  color: var(--starlight);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--coral);
  margin: 0 0 12px;
}

.section-lead {
  font-size: 1.1rem;
  max-width: 720px;
}

h1,
h2 {
  text-wrap: balance;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 12px 0 0;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding: 14px 20px;
  background: var(--glass);
  border: 4px solid var(--ink);
  border-radius: 24px;
  box-shadow: var(--shadow-medium), 0 8px 32px rgba(255, 78, 168, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s var(--transition-smooth);
}

.nav::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--sun), var(--bubble), var(--teal));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav:hover::before {
  opacity: 0.15;
}

.nav.scrolled {
  background: var(--glass-strong);
  box-shadow: var(--shadow-strong), 0 12px 40px rgba(30, 20, 69, 0.15);
  transform: translateY(2px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s var(--transition-bounce);
}

.brand:hover {
  transform: scale(1.03) rotate(-1deg);
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-soft), 0 0 0 0 rgba(255, 204, 51, 0);
  object-fit: cover;
  transition: all 0.4s var(--transition-bounce);
  animation: pulse-glow 3s ease-in-out infinite;
}

.brand:hover img {
  box-shadow: var(--shadow-medium), var(--glow-sun);
  transform: rotate(10deg) scale(1.1);
  animation: wiggle-dance 0.5s ease-in-out;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: var(--shadow-soft), 0 0 0 0 rgba(255, 204, 51, 0); }
  50% { box-shadow: var(--shadow-soft), 0 0 15px rgba(255, 204, 51, 0.4); }
}

@keyframes wiggle-dance {
  0%, 100% { transform: rotate(10deg) scale(1.1); }
  25% { transform: rotate(-5deg) scale(1.15); }
  50% { transform: rotate(15deg) scale(1.1); }
  75% { transform: rotate(-10deg) scale(1.12); }
}

.brand-title {
  font-family: var(--display-font);
  font-size: 1.3rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--ink) 0%, var(--bubble) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand-tag {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--coral);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding: 8px 14px;
  border-radius: 999px;
  transition: all 0.25s var(--transition-bounce);
  overflow: hidden;
}

.nav-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 200, 50, 0.2), rgba(255, 61, 127, 0.15));
  border-radius: 999px;
  transform: scale(0);
  transition: transform 0.3s var(--transition-bounce);
}

.nav-links a:hover::before,
.nav-links a:focus-visible::before {
  transform: scale(1);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  transform: translateY(-2px);
}

.nav-links a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(255, 200, 50, 0.25), rgba(255, 82, 82, 0.2));
  box-shadow: inset 0 0 0 2px var(--ink), var(--shadow-soft);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sun), var(--coral));
  border-radius: 999px;
  transition: all 0.3s var(--transition-bounce);
  transform: translateX(-50%);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 70%;
}

.nav-links a[aria-current="page"]::after {
  width: 70%;
}

.cart-button {
  border: 3px solid var(--ink);
  background: linear-gradient(135deg, var(--sun), var(--mango));
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: all 0.25s var(--transition-bounce);
  position: relative;
  overflow: hidden;
}

.cart-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg) translateX(-100%);
  transition: transform 0.6s ease;
}

.cart-button:hover::before {
  transform: rotate(45deg) translateX(100%);
}

.cart-button:hover {
  transform: translate(-3px, -3px) scale(1.02);
  box-shadow: var(--shadow-medium), var(--glow-sun);
}

.cart-button:active {
  transform: translate(0, 0) scale(0.98);
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--bubble));
  color: var(--white);
  margin-left: 6px;
  box-shadow: var(--shadow-soft);
  animation: cart-bounce 2s ease-in-out infinite;
  font-size: 0.85rem;
}

@keyframes cart-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, var(--sun), var(--mango));
  border: 3px solid var(--ink);
  padding: 8px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.nav-toggle span {
  width: 24px;
  height: 3px;
  background: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero {
  padding: clamp(120px, 14vw, 170px) 0 120px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -200px;
  right: -150px;
  background: 
    radial-gradient(circle, rgba(255, 200, 50, 0.85) 0%, transparent 50%),
    radial-gradient(circle at 30% 70%, rgba(255, 61, 127, 0.45) 0%, transparent 40%);
  filter: blur(3px);
  opacity: 0.9;
  z-index: 0;
  animation: hero-glow 6s ease-in-out infinite;
}

@keyframes hero-glow {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.9; }
  50% { transform: scale(1.1) rotate(5deg); opacity: 0.7; }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.4) 0 8px, transparent 9px),
    radial-gradient(circle at 85% 15%, rgba(0, 201, 183, 0.4) 0 12px, transparent 13px),
    radial-gradient(circle at 75% 70%, rgba(255, 61, 127, 0.35) 0 6px, transparent 7px),
    radial-gradient(circle at 25% 80%, rgba(255, 200, 50, 0.4) 0 10px, transparent 11px),
    radial-gradient(circle at 50% 50%, rgba(224, 64, 251, 0.25) 0 14px, transparent 15px);
  pointer-events: none;
  z-index: 0;
  animation: float-dots 12s ease-in-out infinite;
}

@keyframes float-dots {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-8px) rotate(1deg); }
  75% { transform: translateY(8px) rotate(-1deg); }
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 540px;
}

.hero-copy h1 {
  font-family: var(--display-font);
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  margin: 16px 0 20px;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--ink) 0%, var(--coral) 25%, var(--bubble) 50%, var(--teal) 75%, var(--ink) 100%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 5s ease-in-out infinite;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

.hero-copy p {
  font-size: 1.1rem;
  max-width: 480px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--sun), var(--mango));
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: var(--shadow-soft), var(--glow-sun);
  animation: pill-glow 3s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--transition-bounce);
}

.pill:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--shadow-medium), 0 0 35px rgba(255, 204, 51, 0.6);
}

.pill::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}

@keyframes pill-glow {
  0%, 100% { box-shadow: var(--shadow-soft), var(--glow-sun); }
  50% { box-shadow: var(--shadow-soft), 0 0 35px rgba(255, 204, 51, 0.7); }
}

.hero-cta {
  display: flex;
  gap: 18px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.hero-cta .btn {
  font-size: 1rem;
  padding: 16px 28px;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
  max-width: 420px;
}

.hero-list li {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: var(--shadow-soft);
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 24px;
  border: 3px solid var(--ink);
  font-weight: 700;
  cursor: pointer;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: all 0.25s var(--transition-bounce);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn:hover::before {
  opacity: 1;
}

.btn:hover {
  transform: translate(-4px, -4px) scale(1.02);
  box-shadow: var(--shadow-medium), 0 8px 20px rgba(30, 20, 69, 0.15);
}

.btn:active {
  transform: translate(0, 0) scale(0.98);
  box-shadow: 2px 2px 0 var(--ink);
}

.btn.primary {
  background: linear-gradient(135deg, var(--coral), var(--bubble), var(--hot-pink));
  background-size: 200% 200%;
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  animation: gradient-flow 3s ease infinite;
}

@keyframes gradient-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.btn.primary:hover {
  box-shadow: var(--shadow-medium), var(--glow-bubble);
  animation: gradient-flow 1s ease infinite;
}

.btn.primary::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg) translateX(-100%);
  transition: transform 0.5s ease;
}

.btn.primary:hover::after {
  transform: rotate(45deg) translateX(100%);
}

.btn.ghost {
  background: var(--white);
  border-color: var(--ink);
}

.btn.ghost:hover {
  background: linear-gradient(135deg, rgba(255, 204, 51, 0.2), rgba(0, 212, 170, 0.15));
  border-color: var(--teal);
}


.btn.small {
  padding: 8px 16px;
  font-size: 0.9rem;
}

.btn-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.hero-highlights > div {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-title {
  font-weight: 700;
  display: block;
}

.highlight-text {
  color: rgba(30, 20, 69, 0.7);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-badges span {
  background: var(--ink);
  color: var(--white);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  perspective: 1000px;
}

.hero-card {
  position: relative;
  background: linear-gradient(145deg, var(--white), var(--cream), rgba(255, 248, 231, 0.95));
  border: 5px solid var(--ink);
  padding: 20px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-strong), 0 20px 60px rgba(255, 68, 147, 0.15);
  width: 320px;
  max-width: 85vw;
  transform: rotate(-3deg);
  transition: all 0.4s var(--transition-bounce);
  animation: card-float 5s ease-in-out infinite;
}

.hero-card::before {
  content: "♪";
  position: absolute;
  top: -15px;
  left: -20px;
  font-size: 2rem;
  color: var(--teal);
  animation: music-bounce 2s ease-in-out infinite;
  text-shadow: 2px 2px 0 var(--ink);
}

.hero-card::after {
  content: "♫";
  position: absolute;
  bottom: 30%;
  right: -30px;
  font-size: 1.8rem;
  color: var(--bubble);
  animation: music-bounce 2.5s ease-in-out infinite 0.5s;
  text-shadow: 2px 2px 0 var(--ink);
}

@keyframes music-bounce {
  0%, 100% { transform: translateY(0) rotate(-10deg); }
  50% { transform: translateY(-10px) rotate(10deg); }
}

.hero-card:hover {
  transform: rotate(1deg) scale(1.04) translateY(-10px);
  box-shadow: var(--shadow-strong), 0 30px 80px rgba(255, 68, 147, 0.2), var(--shadow-glow);
}

@keyframes card-float {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-12px); }
}

/* Hero Confetti */
.hero-confetti {
  position: absolute;
  inset: -20px;
  pointer-events: none;
  z-index: 0;
}

.confetti {
  position: absolute;
  font-size: 1rem;
  animation: confetti-dance 4s ease-in-out infinite;
}

.confetti-1 {
  top: 10%;
  left: 10%;
  color: var(--sun);
  animation-delay: 0s;
}

.confetti-2 {
  top: 5%;
  right: 20%;
  color: var(--teal);
  animation-delay: 0.5s;
  font-size: 0.8rem;
}

.confetti-3 {
  bottom: 20%;
  left: 5%;
  color: var(--coral);
  animation-delay: 1s;
}

.confetti-4 {
  top: 40%;
  right: 5%;
  color: var(--bubble);
  animation-delay: 1.5s;
}

.confetti-5 {
  bottom: 10%;
  right: 15%;
  color: var(--lavender);
  animation-delay: 2s;
  font-size: 0.9rem;
}

.confetti-6 {
  top: 5%;
  left: 40%;
  color: var(--sun);
  animation-delay: 0.3s;
  font-size: 1.1rem;
}

.confetti-7 {
  top: 50%;
  right: 8%;
  color: var(--coral);
  animation-delay: 1.3s;
  font-size: 0.85rem;
}

.confetti-8 {
  bottom: 25%;
  left: 15%;
  color: var(--sky);
  animation-delay: 0.7s;
  font-size: 0.7rem;
}

.confetti-9 {
  top: 20%;
  right: 25%;
  color: var(--mango);
  animation-delay: 1.8s;
  font-size: 1rem;
}

.confetti-10 {
  bottom: 40%;
  left: 3%;
  color: var(--bubble);
  animation-delay: 2.3s;
  font-size: 0.75rem;
}

.confetti-11 {
  top: 75%;
  right: 30%;
  color: var(--teal);
  animation-delay: 0.9s;
  font-size: 0.8rem;
}

.confetti-12 {
  top: 35%;
  left: 25%;
  color: var(--lavender);
  animation-delay: 1.6s;
  font-size: 0.9rem;
}

@keyframes confetti-dance {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); opacity: 0.8; }
  25% { transform: translateY(-15px) rotate(90deg) scale(1.1); opacity: 1; }
  50% { transform: translateY(-5px) rotate(180deg) scale(0.9); opacity: 0.7; }
  75% { transform: translateY(-20px) rotate(270deg) scale(1.05); opacity: 0.9; }
}

/* Hero Vibe Tag */
.hero-vibe {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(2deg);
  background: linear-gradient(135deg, var(--teal), var(--sky));
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-soft);
  white-space: nowrap;
  animation: vibe-wiggle 3s ease-in-out infinite;
}

@keyframes vibe-wiggle {
  0%, 100% { transform: translateX(-50%) rotate(2deg); }
  50% { transform: translateX(-50%) rotate(-2deg); }
}

.hero-avatar {
  width: 280px;
  height: 280px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  border: 5px solid var(--ink);
  box-shadow: var(--shadow-medium), 0 10px 30px rgba(255, 68, 147, 0.2);
  transition: all 0.4s var(--transition-bounce);
}

.hero-card:hover .hero-avatar {
  transform: scale(1.03) rotate(2deg);
  box-shadow: var(--shadow-strong), var(--glow-sun), 0 15px 40px rgba(255, 204, 51, 0.3);
}

.hero-bubble {
  position: absolute;
  bottom: -25px;
  right: -25px;
  background: linear-gradient(135deg, var(--sun), var(--mango), var(--coral));
  border: 4px solid var(--ink);
  padding: 14px 18px;
  border-radius: 20px;
  box-shadow: var(--shadow-medium), 0 8px 25px rgba(255, 204, 51, 0.3);
  font-weight: 700;
  transition: all 0.3s var(--transition-bounce);
  animation: bubble-bounce 3s ease-in-out infinite;
}

.hero-bubble:hover {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: var(--shadow-strong), var(--glow-sun);
}

@keyframes bubble-bounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(2deg); }
}

.hero-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, var(--sun), var(--mango));
  border: 3px solid var(--ink);
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.hero-bubble span {
  display: block;
  font-weight: 500;
}

.hero-sticker {
  position: absolute;
  top: -20px;
  left: -16px;
  background: linear-gradient(135deg, var(--teal), var(--sky));
  border: 3px solid var(--ink);
  border-radius: 14px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: var(--shadow-medium);
  transform: rotate(6deg);
  transition: all 0.3s var(--transition-bounce);
  animation: sticker-wiggle 4s ease-in-out infinite;
}

.hero-sticker:hover {
  transform: rotate(-2deg) scale(1.1);
  box-shadow: var(--shadow-strong), var(--glow-teal);
}

@keyframes sticker-wiggle {
  0%, 100% { transform: rotate(6deg); }
  25% { transform: rotate(8deg); }
  75% { transform: rotate(4deg); }
}

.hero-spark {
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  animation: float 4s ease-in-out infinite;
  filter: blur(1px);
}

.hero-spark-1 {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, var(--sun) 0%, rgba(255, 204, 51, 0.4) 60%, transparent 70%);
  top: -30px;
  left: 5%;
  box-shadow: 0 0 40px rgba(255, 204, 51, 0.5);
}

.hero-spark-2 {
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, var(--teal) 0%, rgba(0, 212, 170, 0.4) 60%, transparent 70%);
  bottom: 10%;
  right: -5%;
  animation-delay: 1s;
  box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.hero-spark-3 {
  width: 45px;
  height: 45px;
  background: radial-gradient(circle, var(--sky) 0%, rgba(74, 176, 255, 0.3) 70%);
  bottom: 70%;
  right: 15%;
  animation-delay: 2s;
  box-shadow: 0 0 20px rgba(74, 176, 255, 0.4);
}

.hero-spark-1::after,
.hero-spark-2::after,
.hero-spark-3::after,
.hero-spark-4::after,
.hero-spark-5::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(2px);
}

.hero-spark-4 {
  width: 35px;
  height: 35px;
  background: radial-gradient(circle, var(--sun) 0%, rgba(255, 210, 74, 0.3) 70%);
  top: 60%;
  left: -5%;
  animation-delay: 0.5s;
  box-shadow: 0 0 18px rgba(255, 210, 74, 0.5);
}

.hero-spark-5 {
  width: 25px;
  height: 25px;
  background: radial-gradient(circle, var(--lavender) 0%, rgba(196, 168, 255, 0.3) 70%);
  top: 30%;
  right: -8%;
  animation-delay: 1.5s;
  box-shadow: 0 0 15px rgba(196, 168, 255, 0.5);
}

.brand-bar {
  background: linear-gradient(90deg, var(--ink) 0%, #2b1d68 50%, var(--ink) 100%);
  color: var(--white);
  padding: 18px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  box-shadow: 0 8px 20px rgba(30, 20, 69, 0.2);
  position: relative;
  overflow: hidden;
}

.brand-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: brand-shine 4s ease-in-out infinite;
}

@keyframes brand-shine {
  0% { left: -100%; }
  50%, 100% { left: 150%; }
}

.brand-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  text-align: center;
}

.brand-track span {
  opacity: 0.9;
  font-weight: 700;
  transition: all 0.3s var(--transition-bounce);
  cursor: default;
}

.brand-track span:hover {
  opacity: 1;
  transform: scale(1.1);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.cosmic-portal {
  position: absolute;
  left: 50%;
  top: -60px;
  width: min(560px, 90vw);
  height: 160px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(46, 217, 210, 0.45) 0%, rgba(11, 16, 48, 0) 70%);
  filter: blur(2px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}

.cosmic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  align-items: start;
}

.cosmic-main {
  max-width: 520px;
}

.cosmic-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(253, 243, 217, 0.6);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 700;
  margin: 18px 0;
}

.cosmic-stack {
  display: grid;
  gap: 18px;
}

.cosmic-card {
  background: linear-gradient(145deg, rgba(20, 27, 62, 0.9), rgba(30, 40, 80, 0.85));
  border: 3px solid rgba(253, 243, 217, 0.6);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: 8px 8px 0 rgba(253, 243, 217, 0.25), 0 0 30px rgba(46, 217, 210, 0.1);
  transition: all 0.35s var(--transition-bounce);
  position: relative;
  overflow: hidden;
}

.cosmic-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(46, 217, 210, 0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cosmic-card:hover::before {
  opacity: 1;
}

.cosmic-card:hover {
  border-color: var(--teal);
  box-shadow: 10px 10px 0 rgba(253, 243, 217, 0.35), 0 0 40px rgba(46, 217, 210, 0.25);
}

.cosmic-quote {
  margin: 24px 0 0;
  padding: 16px 20px;
  border-left: 4px solid var(--teal);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.cosmic-quote cite {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  color: rgba(253, 243, 217, 0.75);
}

.section--cosmic .accent-card::before {
  opacity: 0.25;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  align-items: start;
}

.split.alt {
  align-items: center;
}

.story-steps {
  display: grid;
  gap: 20px;
  margin-top: 32px;
  position: relative;
  padding-left: 18px;
}

.story-steps::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: var(--ink);
  border-radius: 999px;
  opacity: 0.2;
}

.story-step {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-medium);
  position: relative;
}

.story-step::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sun);
  border: 3px solid var(--ink);
}

.stat-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 245, 230, 0.9));
  border: 4px solid var(--ink);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-strong);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.stat {
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: var(--radius-sm);
  padding: 14px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  display: block;
}

.stat-note {
  margin-top: 18px;
  font-weight: 600;
}

.press-card {
  margin-top: 20px;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: var(--shadow-medium);
  display: grid;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.signature-grid,
.card-grid,
.blog-grid,
.product-grid,
.tier-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.accent-sun { --accent: var(--sun); }
.accent-teal { --accent: var(--teal); }
.accent-coral { --accent: var(--coral); }
.accent-bubble { --accent: var(--bubble); }
.accent-sky { --accent: var(--sky); }
.accent-mango { --accent: var(--mango); }

.accent-card {
  position: relative;
  overflow: hidden;
}

.accent-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent, var(--sun)) 0%, transparent 70%);
  border: 3px solid var(--ink);
  opacity: 0.5;
  pointer-events: none;
  transition: all 0.4s var(--transition-bounce);
}

.accent-card:hover::before {
  transform: scale(1.3) rotate(10deg);
  opacity: 0.7;
}

.accent-card > * {
  position: relative;
  z-index: 1;
}

.signature-card,
.card,
.blog-card,
.product-card,
.tier-card,
.quote {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.92));
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  padding: 26px;
  box-shadow: var(--shadow-medium), 0 8px 32px rgba(30, 20, 69, 0.08);
  transition: all 0.35s var(--transition-bounce);
  position: relative;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.signature-card::after,
.card::after,
.blog-card::after,
.tier-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.6) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.signature-card:hover::after,
.card:hover::after,
.blog-card:hover::after,
.tier-card:hover::after {
  opacity: 1;
}

.signature-card h3,
.card h3,
.blog-card h3,
.product-card h3,
.tier-card h3 {
  margin-top: 0;
}

.list {
  padding-left: 18px;
  margin: 16px 0 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag {
  background: linear-gradient(135deg, var(--teal), var(--sky));
  border: 2px solid var(--ink);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 12px;
}

.checklist li {
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 12px 16px 12px 44px;
  position: relative;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  border: 2px solid var(--ink);
  transform: translateY(-50%);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.text-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.episode-list {
  display: grid;
  gap: 20px;
}

.episode {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-medium);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.events-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.events-table caption {
  text-align: left;
  padding: 12px 16px;
  font-weight: 800;
  background: var(--ink);
  color: var(--white);
  letter-spacing: 0.5px;
  caption-side: top;
}

.events-table th,
.events-table td {
  padding: 14px 16px;
  border-bottom: 2px solid rgba(30, 20, 69, 0.15);
  text-align: left;
  vertical-align: middle;
}

.events-table th {
  background: var(--cream);
}

.events-table tbody tr:hover {
  background: rgba(255, 210, 74, 0.15);
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 2px solid var(--ink);
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}

.status-open {
  background: rgba(46, 217, 210, 0.25);
}

.status-soon {
  background: rgba(74, 176, 255, 0.25);
}

.status-full {
  background: rgba(255, 91, 106, 0.25);
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-medium);
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.product-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(255, 91, 106, 0.18), rgba(255, 255, 255, 0.9));
}

.product-card.featured .product-tag {
  transform: rotate(-2deg);
}

.product-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bubble);
  color: var(--white);
  border: 2px solid var(--ink);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: var(--shadow-soft);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.price {
  font-size: 1.2rem;
  font-weight: 800;
}

.merch-banner {
  margin: 20px 0 28px;
  background: var(--ink);
  color: var(--white);
  border-radius: 16px;
  padding: 14px 18px;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-medium);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.merch-note {
  margin-top: 24px;
  font-weight: 600;
  background: var(--cream);
  border: 2px dashed var(--ink);
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.tier-card.highlight {
  background: linear-gradient(135deg, var(--sun), rgba(255, 255, 255, 0.9));
}

.tier-price {
  font-size: 1.4rem;
  font-weight: 800;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.social-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.92));
  border: 3px solid var(--ink);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow-medium), 0 8px 24px rgba(30, 20, 69, 0.08);
  display: grid;
  gap: 8px;
  transition: all 0.35s var(--transition-bounce);
  position: relative;
  overflow: hidden;
}

.social-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent, var(--bubble)), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--transition-bounce);
}

.social-card:hover::before {
  transform: scaleX(1);
}

.social-title {
  font-weight: 800;
  background: linear-gradient(135deg, var(--ink), var(--bubble));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-card .text-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  color: var(--coral);
}

.meta {
  font-size: 0.9rem;
  color: rgba(30, 20, 69, 0.7);
  margin: -4px 0 0;
}

.quote {
  font-size: 1.05rem;
}

.quote p {
  font-style: italic;
}

.quote cite {
  display: block;
  margin-top: 12px;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  gap: 16px;
}

.faq details {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  box-shadow: 6px 6px 0 var(--ink);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  font-weight: 800;
}

.faq details[open] summary::after {
  content: "-";
}

.cta {
  background: linear-gradient(135deg, rgba(255, 210, 74, 0.8) 0%, rgba(46, 217, 210, 0.8) 100%);
  position: relative;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.35) 0 14px, transparent 15px),
    radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.3) 0 10px, transparent 11px);
  pointer-events: none;
  z-index: 0;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--white);
  border: 4px solid var(--ink);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-strong);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.contact-card {
  background: var(--white);
  border: 4px solid var(--ink);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-strong);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-weight: 700;
}

input,
select,
textarea {
  font-family: var(--body-font);
  padding: 12px 16px;
  border-radius: 14px;
  border: 3px solid var(--ink);
  font-size: 1rem;
  background: linear-gradient(145deg, var(--white), var(--cream));
  transition: all 0.3s var(--transition-bounce);
  box-shadow: inset 2px 2px 4px rgba(30, 20, 69, 0.05);
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--bubble);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--bubble);
  box-shadow: var(--glow-bubble), inset 2px 2px 4px rgba(30, 20, 69, 0.05);
  transform: translateY(-2px);
}

textarea {
  resize: vertical;
}

.form-status {
  font-weight: 600;
  color: var(--coral);
}

.contact-details {
  display: grid;
  gap: 20px;
}

.detail-card {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow-medium);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


/* Minimal About Section */
.about-container {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.about-content h2 {
  margin-bottom: 24px;
}

.about-text {
  font-size: 1.15rem;
  line-height: 1.85;
  color: rgba(30, 20, 69, 0.85);
}

.mission-text {
  margin-top: 32px;
  font-size: 1.2rem;
  color: var(--coral);
  padding: 18px 28px;
  background: linear-gradient(135deg, rgba(255, 204, 51, 0.15), rgba(255, 107, 107, 0.12));
  border-radius: 999px;
  display: inline-block;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-soft);
  transition: all 0.3s var(--transition-bounce);
}

.mission-text:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-medium), var(--glow-sun);
}

/* Minimal Card Grid */
.card-grid-minimal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.card-minimal {
  background: linear-gradient(145deg, var(--white), rgba(255, 250, 245, 0.95));
  border: 3px solid var(--ink);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  box-shadow: var(--shadow-medium);
  transition: all 0.35s var(--transition-bounce);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.card-minimal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--sun), var(--coral), var(--bubble), var(--teal));
  background-size: 200% 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--transition-bounce);
  animation: rainbow-slide 3s linear infinite;
}

@keyframes rainbow-slide {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.card-minimal:hover::before {
  transform: scaleX(1);
}

.card-minimal:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-strong), 0 25px 50px rgba(255, 68, 147, 0.15);
}

.card-minimal:nth-child(1):hover {
  border-color: var(--sun);
  box-shadow: var(--shadow-strong), var(--glow-sun);
}

.card-minimal:nth-child(2):hover {
  border-color: var(--teal);
  box-shadow: var(--shadow-strong), var(--glow-teal);
}

.card-minimal:nth-child(3):hover {
  border-color: var(--bubble);
  box-shadow: var(--shadow-strong), var(--glow-bubble);
}

.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s var(--transition-bounce);
}

.icon-svg {
  width: 56px;
  height: 56px;
}

.icon-tech {
  color: var(--sun);
}

.icon-ai {
  color: var(--teal);
}

.icon-brain {
  color: var(--bubble);
}

.card-minimal:hover .card-icon {
  transform: scale(1.15) rotate(-5deg);
}

.card-minimal:nth-child(1):hover .icon-svg {
  color: var(--mango);
}

.card-minimal:nth-child(2):hover .icon-svg {
  color: var(--sky);
}

.card-minimal:nth-child(3):hover .icon-svg {
  color: var(--hot-pink);
}

/* === CARD EFFECTS === */

.card-effect {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  pointer-events: none;
  z-index: 0;
}

.card-minimal > *:not(.card-effect) {
  position: relative;
  z-index: 1;
}

/* Binary Rain Effect - Technical Stuff */
.binary-rain {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-tech:hover .binary-rain {
  opacity: 1;
}

.binary-rain span {
  position: absolute;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  font-size: 1rem;
  opacity: 0;
  animation: binary-fall 2s linear infinite;
}

.binary-rain span:nth-child(1) { left: 10%; color: var(--sun); animation-delay: 0s; }
.binary-rain span:nth-child(2) { left: 25%; color: var(--teal); animation-delay: 0.2s; }
.binary-rain span:nth-child(3) { left: 40%; color: var(--coral); animation-delay: 0.4s; }
.binary-rain span:nth-child(4) { left: 55%; color: var(--bubble); animation-delay: 0.6s; }
.binary-rain span:nth-child(5) { left: 70%; color: var(--sun); animation-delay: 0.8s; }
.binary-rain span:nth-child(6) { left: 85%; color: var(--mango); animation-delay: 0.1s; }
.binary-rain span:nth-child(7) { left: 15%; color: var(--teal); animation-delay: 0.3s; }
.binary-rain span:nth-child(8) { left: 50%; color: var(--coral); animation-delay: 0.5s; }
.binary-rain span:nth-child(9) { left: 65%; color: var(--bubble); animation-delay: 0.7s; }
.binary-rain span:nth-child(10) { left: 80%; color: var(--sun); animation-delay: 0.9s; }

@keyframes binary-fall {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(200px);
    opacity: 0;
  }
}

/* Token Float Effect - AI */
.token-float {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-ai:hover .token-float {
  opacity: 1;
}

.token-float span {
  position: absolute;
  font-size: 0.85rem;
  font-weight: bold;
  opacity: 0;
  animation: token-orbit 4s ease-in-out infinite;
}

.token-float span:nth-child(1) { top: 15%; left: 10%; color: var(--teal); animation-delay: 0s; animation-duration: 3s; }
.token-float span:nth-child(2) { top: 25%; right: 15%; color: var(--sky); animation-delay: 0.3s; animation-duration: 3.5s; }
.token-float span:nth-child(3) { top: 60%; left: 8%; color: var(--bubble); animation-delay: 0.6s; animation-duration: 2.8s; }
.token-float span:nth-child(4) { top: 70%; right: 10%; color: var(--lavender); animation-delay: 0.9s; animation-duration: 3.2s; }
.token-float span:nth-child(5) { top: 40%; left: 5%; color: var(--sun); animation-delay: 1.2s; animation-duration: 4s; }
.token-float span:nth-child(6) { top: 20%; left: 80%; color: var(--coral); animation-delay: 0.4s; animation-duration: 3.3s; }
.token-float span:nth-child(7) { top: 80%; left: 20%; color: var(--teal); animation-delay: 0.7s; animation-duration: 2.5s; }
.token-float span:nth-child(8) { top: 50%; right: 5%; color: var(--mango); animation-delay: 1s; animation-duration: 3.8s; }
.token-float span:nth-child(9) { top: 35%; left: 85%; color: var(--sky); animation-delay: 0.2s; animation-duration: 3s; }
.token-float span:nth-child(10) { top: 85%; right: 20%; color: var(--bubble); animation-delay: 0.5s; animation-duration: 3.6s; }

@keyframes token-orbit {
  0%, 100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 0.9;
    transform: translate(5px, -5px) scale(1);
  }
  50% {
    opacity: 0.7;
    transform: translate(-3px, 3px) scale(1.1);
  }
  80% {
    opacity: 0.9;
    transform: translate(3px, -3px) scale(1);
  }
}

/* Fog Effect - Brainfog - Atmospheric Cloud Style */
.fog-effect {
  opacity: 1;
  transition: all 0.8s ease;
  pointer-events: none;
}

.card-fog:hover .fog-effect {
  opacity: 0;
  transform: scale(1.2);
}

.fog {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, 
    rgba(255, 255, 255, 0.95) 0%, 
    rgba(230, 230, 245, 0.8) 30%, 
    rgba(200, 200, 220, 0.5) 60%, 
    transparent 100%);
  filter: blur(8px);
  animation: fog-float 5s ease-in-out infinite;
}

.fog-1 {
  width: 140px;
  height: 50px;
  top: 10%;
  left: -15%;
  animation-delay: 0s;
}

.fog-2 {
  width: 180px;
  height: 65px;
  top: 35%;
  left: 10%;
  animation-delay: 1.5s;
  animation-duration: 6s;
}

.fog-3 {
  width: 160px;
  height: 55px;
  top: 60%;
  left: -5%;
  animation-delay: 3s;
  animation-duration: 7s;
}

/* Additional fog clouds */
.fog-effect::before,
.fog-effect::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(240, 240, 250, 0.7) 40%, 
    rgba(210, 210, 230, 0.4) 70%, 
    transparent 100%);
  filter: blur(10px);
  animation: fog-float-alt 6s ease-in-out infinite;
}

.fog-effect::before {
  width: 120px;
  height: 45px;
  top: 25%;
  right: -10%;
  animation-delay: 0.5s;
}

.fog-effect::after {
  width: 150px;
  height: 50px;
  top: 70%;
  right: 5%;
  animation-delay: 2s;
  animation-duration: 5s;
}

/* Central dense fog overlay */
.card-fog .card-icon {
  position: relative;
}

.card-fog .card-icon::after {
  content: "";
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(240, 240, 255, 0.6) 30%,
    rgba(220, 220, 240, 0.3) 60%,
    transparent 80%);
  filter: blur(12px);
  animation: fog-pulse 4s ease-in-out infinite;
  transition: all 0.6s ease;
  z-index: 2;
}

.card-fog:hover .card-icon::after {
  opacity: 0;
  transform: scale(1.5);
}

@keyframes fog-float {
  0%, 100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.9;
  }
  25% {
    transform: translateX(15px) translateY(-5px) scale(1.05);
    opacity: 1;
  }
  50% {
    transform: translateX(25px) translateY(3px) scale(0.95);
    opacity: 0.85;
  }
  75% {
    transform: translateX(10px) translateY(-3px) scale(1.02);
    opacity: 0.95;
  }
}

@keyframes fog-float-alt {
  0%, 100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.85;
  }
  33% {
    transform: translateX(-20px) translateY(5px) scale(1.08);
    opacity: 0.95;
  }
  66% {
    transform: translateX(-10px) translateY(-5px) scale(0.92);
    opacity: 0.8;
  }
}

@keyframes fog-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.95;
  }
}

/* === PLAYFUL SITE-WIDE ANIMATIONS === */

/* Hero Bubble - Bounce on hover */
.hero-bubble {
  cursor: default;
}

.hero-bubble:hover {
  animation: bubble-pop 0.4s var(--transition-bounce);
}

@keyframes bubble-pop {
  0% { transform: scale(1) rotate(0deg); }
  30% { transform: scale(1.2) rotate(-3deg); }
  60% { transform: scale(0.95) rotate(2deg); }
  100% { transform: scale(1.08) rotate(-3deg); }
}

/* Hero Vibe Tag - Rainbow shimmer */
.hero-vibe {
  background-size: 200% 100%;
  animation: vibe-wiggle 3s ease-in-out infinite, shimmer-bg 3s linear infinite;
}

@keyframes shimmer-bg {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

/* Pill - Playful bounce on hover */
.pill {
  cursor: default;
}

.pill:hover {
  animation: pill-bounce 0.5s var(--transition-bounce);
}

@keyframes pill-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  25% { transform: translateY(-8px) scale(1.05); }
  50% { transform: translateY(-3px) scale(1.02); }
}

/* Section Titles */
h2 {
  display: block;
  margin-top: 8px;
}

/* Eyebrow styling */
.eyebrow {
  position: relative;
  display: block;
  width: fit-content;
}

/* Mission Text styling */
.mission-text {
  position: relative;
  overflow: hidden;
}

/* Social Links - Icon dance on hover */
.social-link:hover .social-icon {
  animation: icon-dance 0.5s ease-in-out;
}

@keyframes icon-dance {
  0%, 100% { transform: scale(1) rotate(0deg); }
  25% { transform: scale(1.2) rotate(-10deg); }
  50% { transform: scale(1.1) rotate(10deg); }
  75% { transform: scale(1.15) rotate(-5deg); }
}

/* Cosmic Quote - Floating stars around */
.cosmic-quote-minimal {
  position: relative;
}

.cosmic-quote-minimal::after {
  content: "✦";
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1.2rem;
  color: var(--teal);
  animation: star-twinkle 2s ease-in-out infinite;
}

@keyframes star-twinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.6; }
  50% { transform: scale(1.3) rotate(180deg); opacity: 1; }
}

/* Cosmic floating stars background */
.cosmic-stars {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.star {
  position: absolute;
  font-size: 1.2rem;
  animation: star-float 6s ease-in-out infinite;
}

.star-1 {
  top: 15%;
  left: 8%;
  color: var(--sun);
  animation-delay: 0s;
}

.star-2 {
  top: 25%;
  right: 12%;
  color: var(--teal);
  animation-delay: 1s;
  font-size: 1rem;
}

.star-3 {
  top: 60%;
  left: 5%;
  color: var(--lavender);
  animation-delay: 2s;
}

.star-4 {
  top: 70%;
  right: 8%;
  color: var(--coral);
  animation-delay: 0.5s;
  font-size: 0.9rem;
}

.star-5 {
  top: 40%;
  left: 3%;
  color: var(--sky);
  animation-delay: 1.5s;
  font-size: 1.4rem;
}

.star-6 {
  top: 85%;
  right: 15%;
  color: var(--sun);
  animation-delay: 2.5s;
}

@keyframes star-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-15px) rotate(45deg) scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-8px) rotate(90deg) scale(0.9);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px) rotate(135deg) scale(1.05);
    opacity: 0.7;
  }
}

/* Contact Button - Pulse ring */
.btn-with-icon {
  position: relative;
}

.btn-with-icon::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid var(--bubble);
  opacity: 0;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.15); opacity: 0; }
}

/* Footer Brand - Wiggle on hover */
.footer-brand-minimal:hover img {
  animation: footer-wiggle 0.6s ease-in-out;
}

@keyframes footer-wiggle {
  0%, 100% { transform: rotate(0deg); }
  20% { transform: rotate(-15deg); }
  40% { transform: rotate(12deg); }
  60% { transform: rotate(-8deg); }
  80% { transform: rotate(5deg); }
}

/* Footer Links - Bounce underline */
.footer-links-minimal a:hover::after {
  animation: underline-bounce 0.4s var(--transition-bounce);
}

@keyframes underline-bounce {
  0% { width: 0; transform: scaleY(1); }
  50% { width: 100%; transform: scaleY(2); }
  100% { width: 100%; transform: scaleY(1); }
}

/* Navigation Link - Subtle glow pulse */
.nav-links a:hover {
  text-shadow: 0 0 8px rgba(255, 200, 50, 0.4);
}

/* Scroll indicator for hero */
.hero-copy::after {
  content: "↓";
  display: block;
  margin-top: 30px;
  font-size: 1.5rem;
  color: var(--coral);
  animation: scroll-bounce 1.5s ease-in-out infinite;
  opacity: 0.7;
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(8px); opacity: 1; }
}

/* Brand image continuous subtle glow */
.brand img {
  animation: brand-glow 3s ease-in-out infinite;
}

@keyframes brand-glow {
  0%, 100% { box-shadow: var(--shadow-soft), 0 0 0 rgba(255, 200, 50, 0); }
  50% { box-shadow: var(--shadow-soft), 0 0 15px rgba(255, 200, 50, 0.4); }
}

/* Confetti elements - more playful movement */
.confetti {
  transition: transform 0.3s ease;
}

.hero-art:hover .confetti {
  animation-duration: 2s !important;
}

/* Card hover - subtle tilt effect */
.card-minimal:hover {
  transform: translateY(-10px) scale(1.02) rotate(-0.5deg);
}

/* === MORE PLAYFUL ANIMATIONS === */

/* Floating animation for hero card on load */
.hero-card {
  animation: card-float 5s ease-in-out infinite, card-entrance 0.8s ease-out;
}

@keyframes card-entrance {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translateY(50px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: rotate(-3deg) translateY(0) scale(1);
  }
}

/* Typewriter effect for hero title */
.hero-copy h1 {
  overflow: hidden;
  animation: gradient-shift 5s ease-in-out infinite, typing-glow 2s ease-in-out infinite;
}

@keyframes typing-glow {
  0%, 100% { filter: drop-shadow(0 0 0 transparent); }
  50% { filter: drop-shadow(0 0 20px rgba(255, 200, 50, 0.3)); }
}

/* Magnetic hover effect for buttons */
.btn:hover {
  animation: btn-magnetic 0.3s ease-out;
}

@keyframes btn-magnetic {
  0% { transform: translate(-4px, -4px) scale(1.02); }
  50% { transform: translate(-6px, -6px) scale(1.04); }
  100% { transform: translate(-4px, -4px) scale(1.02); }
}

/* Reveal animation for sections */
.section {
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sun), var(--coral), var(--bubble));
  transition: width 0.6s var(--transition-bounce);
  border-radius: 999px;
}

.section:hover::before {
  width: 100px;
}

/* Glowing text for section eyebrows */
.eyebrow {
  animation: eyebrow-glow 3s ease-in-out infinite;
}

@keyframes eyebrow-glow {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 10px rgba(255, 82, 82, 0.4); }
}

/* Wave effect for about text */
.about-text {
  position: relative;
}

.about-text::after {
  content: "〰️";
  position: absolute;
  right: -30px;
  bottom: 0;
  font-size: 1.2rem;
  opacity: 0.5;
  animation: wave-float 2s ease-in-out infinite;
}

@keyframes wave-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(10deg); }
}

/* Heartbeat for community section */
.community-content h2 {
  animation: heartbeat 2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.05); }
  28% { transform: scale(1); }
  42% { transform: scale(1.05); }
  70% { transform: scale(1); }
}

/* Sparkle trail for hero sparks */
.hero-spark::before {
  content: "✨";
  position: absolute;
  font-size: 0.8rem;
  animation: sparkle-trail 2s ease-in-out infinite;
}

@keyframes sparkle-trail {
  0%, 100% { 
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  50% { 
    transform: translate(20px, -20px) scale(1);
    opacity: 1;
  }
}

/* Rotating border for social links */
.social-link {
  position: relative;
}

.social-link::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 999px;
  background: conic-gradient(from 0deg, var(--sun), var(--coral), var(--bubble), var(--teal), var(--sun));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-link:hover::before {
  opacity: 1;
  animation: rotate-border 2s linear infinite;
}

@keyframes rotate-border {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Floating emojis around quote */
.cosmic-quote-minimal {
  overflow: visible;
}

.cosmic-quote-minimal::before {
  animation: quote-float-left 4s ease-in-out infinite;
}

@keyframes quote-float-left {
  0%, 100% { 
    transform: translateY(0) rotate(0deg);
    opacity: 0.4;
  }
  50% { 
    transform: translateY(-10px) rotate(-10deg);
    opacity: 0.7;
  }
}

/* Neon flicker for contact section */
.contact-content h2 {
  animation: neon-flicker 3s ease-in-out infinite;
}

@keyframes neon-flicker {
  0%, 100% { opacity: 1; }
  92% { opacity: 1; }
  93% { opacity: 0.8; }
  94% { opacity: 1; }
  96% { opacity: 0.9; }
  97% { opacity: 1; }
}

/* Bouncing dots for loading feel */
.meaning-text::after {
  content: "...";
  display: inline-block;
  animation: dots-bounce 1.5s ease-in-out infinite;
  margin-left: 2px;
}

@keyframes dots-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}


/* Wiggle animation for confetti on hover */
.hero-art:hover .confetti {
  animation: confetti-wiggle 0.5s ease-in-out infinite;
}

@keyframes confetti-wiggle {
  0%, 100% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
}

/* Scale pulse for pill */
.pill {
  animation: pill-glow 3s ease-in-out infinite, pill-pulse 4s ease-in-out infinite;
}

@keyframes pill-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* Rainbow text on hover for footer name */
.footer-name:hover {
  animation: rainbow-text 1s linear infinite;
}

@keyframes rainbow-text {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

.card-minimal h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--ink), var(--bubble));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-minimal p {
  margin: 0;
  color: rgba(30, 20, 69, 0.75);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Minimal Meaning Section */
.meaning-container {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.meaning-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: rgba(253, 243, 217, 0.92);
}

.cosmic-quote-minimal {
  margin: 40px auto 0;
  padding: 28px 36px;
  border: none;
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.15), rgba(255, 204, 51, 0.08));
  border-radius: var(--radius-lg);
  border-left: 5px solid var(--teal);
  position: relative;
  max-width: 520px;
  box-shadow: 0 10px 40px rgba(0, 212, 170, 0.1);
}

.cosmic-quote-minimal::before {
  content: "\201C";
  position: absolute;
  top: -15px;
  left: 20px;
  font-size: 5rem;
  color: var(--sun);
  opacity: 0.4;
  font-family: Georgia, serif;
  line-height: 1;
}

.cosmic-quote-minimal p {
  font-size: 1.5rem;
  font-style: italic;
  background: linear-gradient(135deg, var(--teal), var(--sun), var(--coral), var(--teal));
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  margin: 0;
  animation: quote-shimmer 4s ease-in-out infinite;
}

@keyframes quote-shimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

.cosmic-quote-minimal:hover p {
  animation: quote-shimmer 1.5s ease-in-out infinite, quote-glow 2s ease-in-out infinite;
}

@keyframes quote-glow {
  0%, 100% { filter: drop-shadow(0 0 5px rgba(0, 201, 183, 0.3)); }
  50% { filter: drop-shadow(0 0 15px rgba(0, 201, 183, 0.6)); }
}

/* Minimal Community Section */
.community-container {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.community-content h2 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.community-text {
  font-size: 1.15rem;
  color: rgba(30, 20, 69, 0.85);
  margin-bottom: 40px;
  line-height: 1.7;
}

.social-links-minimal {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 999px;
  padding: 16px 28px;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s var(--transition-bounce);
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 999px;
}

.social-link:hover::before {
  opacity: 1;
}

.social-link:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-medium);
}

.social-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: all 0.3s var(--transition-bounce);
}

/* Discord */
.social-link--discord::before {
  background: linear-gradient(135deg, rgba(88, 101, 242, 0.15), rgba(88, 101, 242, 0.05));
}

.social-link--discord .social-icon {
  color: #5865F2;
}

.social-link--discord:hover {
  border-color: #5865F2;
  box-shadow: var(--shadow-medium), 0 0 20px rgba(88, 101, 242, 0.3);
}

.social-link--discord:hover .social-icon {
  transform: scale(1.15);
}

/* Instagram */
.social-link--instagram::before {
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), rgba(252, 175, 69, 0.08));
}

.social-link--instagram .social-icon {
  color: #E1306C;
}

.social-link--instagram:hover {
  border-color: #E1306C;
  box-shadow: var(--shadow-medium), 0 0 20px rgba(225, 48, 108, 0.3);
}

.social-link--instagram:hover .social-icon {
  transform: scale(1.15) rotate(5deg);
}

/* TikTok */
.social-link--tiktok::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(254, 44, 85, 0.08));
}

.social-link--tiktok .social-icon {
  color: #000000;
}

.social-link--tiktok:hover {
  border-color: #FE2C55;
  box-shadow: var(--shadow-medium), 0 0 20px rgba(254, 44, 85, 0.3);
}

.social-link--tiktok:hover .social-icon {
  transform: scale(1.15);
  color: #FE2C55;
}

/* Minimal Contact Section */
.contact-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-content h2 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.contact-text {
  font-size: 1.15rem;
  color: rgba(30, 20, 69, 0.85);
  margin-bottom: 36px;
  line-height: 1.7;
}

.contact-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.contact-cta .btn {
  min-width: 180px;
}

/* Minimal Footer */
.footer-minimal {
  background: linear-gradient(135deg, #1a1035 0%, var(--ink) 50%, #2a1a4a 100%);
  color: var(--cream);
  padding: 50px 0 40px;
  position: relative;
  overflow: hidden;
}

.footer-minimal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--sun), var(--mango), var(--coral), var(--bubble), var(--teal), var(--sun));
  background-size: 200% 100%;
  animation: rainbow-slide 4s linear infinite;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.footer-brand-minimal {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand-minimal img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid var(--white);
  transition: all 0.3s var(--transition-bounce);
}

.footer-brand-minimal:hover img {
  transform: rotate(5deg) scale(1.05);
  box-shadow: 0 0 20px rgba(255, 78, 168, 0.4);
}

.footer-name {
  font-family: var(--display-font);
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--sun), var(--coral));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-links-minimal {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links-minimal a {
  color: var(--white);
  opacity: 0.85;
  transition: all 0.25s var(--transition-bounce);
  font-weight: 600;
  position: relative;
}

.footer-links-minimal a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--sun);
  transition: width 0.3s var(--transition-bounce);
}

.footer-links-minimal a:hover {
  opacity: 1;
  color: var(--sun);
}

.footer-links-minimal a:hover::after {
  width: 100%;
}

.footer-copy {
  margin: 0;
  opacity: 0.5;
  font-size: 0.9rem;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(380px, 90vw);
  height: 100vh;
  background: var(--white);
  border-left: 4px solid var(--ink);
  padding: 20px;
  box-shadow: -10px 0 0 var(--ink);
  transform: translateX(110%);
  transition: transform 0.2s ease;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.cart-open .cart-drawer {
  transform: translateX(0);
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(30, 20, 69, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 150;
  backdrop-filter: blur(2px);
}

.cart-open .cart-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-button {
  border: 2px solid var(--ink);
  background: linear-gradient(135deg, var(--sun), var(--mango));
  border-radius: 12px;
  padding: 6px 10px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.cart-items {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding-right: 4px;
  flex: 1;
}

.cart-item {
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 6px;
  background: var(--cream);
  box-shadow: var(--shadow-soft);
}

.cart-item-info strong {
  display: block;
}

.cart-item-info span {
  font-size: 0.9rem;
  color: rgba(30, 20, 69, 0.7);
}

.cart-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-weight: 600;
}

.link-button {
  background: none;
  border: none;
  color: var(--coral);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.cart-empty {
  font-weight: 700;
  text-align: center;
  padding: 20px;
}

.cart-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
}

.fine {
  font-size: 0.85rem;
  color: rgba(30, 20, 69, 0.7);
}

@media (hover: hover) {
  .signature-card:hover,
  .card:hover,
  .blog-card:hover,
  .product-card:hover,
  .tier-card:hover,
  .episode:hover,
  .social-card:hover,
  .cosmic-card:hover,
  .quote:hover,
  .press-card:hover,
  .contact-card:hover,
  .detail-card:hover {
    transform: translate(-6px, -6px) scale(1.01);
    box-shadow: var(--shadow-strong), 0 20px 50px rgba(30, 20, 69, 0.15);
  }

  .card:hover,
  .social-card:hover {
    border-color: var(--bubble);
  }

  .hero-highlights > div:hover {
    transform: translate(-4px, -4px) scale(1.02);
    box-shadow: var(--shadow-medium), var(--glow-sun);
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.6s var(--transition-smooth), transform 0.6s var(--transition-bounce);
  will-change: opacity, transform;
}

.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-8px) rotate(1deg); }
  50% { transform: translateY(-14px) rotate(0deg); }
  75% { transform: translateY(-8px) rotate(-1deg); }
}

/* Ripple effect for cards */
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 78, 168, 0.4) 0%, transparent 70%);
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 0.6s ease-out forwards;
  pointer-events: none;
  z-index: 10;
}

@keyframes ripple {
  to {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

/* Section active state */
.section-active {
  animation: section-enter 0.6s ease-out forwards;
}

@keyframes section-enter {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

/* Gradient text for headings */
h2 {
  background: linear-gradient(135deg, var(--ink) 0%, #3d2a7a 50%, var(--ink) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section--cosmic h2 {
  background: linear-gradient(135deg, var(--starlight) 0%, var(--teal) 50%, var(--starlight) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Enhanced eyebrow styling */
.eyebrow {
  position: relative;
  display: inline-block;
}

.eyebrow::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--bubble));
  border-radius: 999px;
}

/* Page load animation */
@keyframes page-load {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header {
  animation: page-load 0.6s ease-out;
}

.hero {
  animation: page-load 0.8s ease-out 0.2s both;
}

/* Smooth hover transitions for all interactive elements */
a, button, input, select, textarea {
  transition: all 0.25s var(--transition-smooth);
}

/* Focus visible for accessibility */
:focus-visible {
  outline: 3px solid var(--bubble);
  outline-offset: 3px;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 960px) {
  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background: var(--white);
    border: 3px solid var(--ink);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--shadow-medium);
    display: none;
    min-width: 220px;
  }

  .nav-links.open {
    display: grid;
  }

  .nav-toggle {
    display: flex;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-card.featured {
    grid-column: span 1;
  }
}

@media (max-width: 720px) {
  .nav {
    flex-wrap: wrap;
  }

  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card {
    transform: none;
  }

  .hero-sticker {
    top: -12px;
    left: 10px;
  }

  .events-table th,
  .events-table td {
    padding: 10px;
  }

  .cosmic-portal {
    top: -40px;
    height: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
