/* ==========================================================================
   O CANTINHO PASTEL GOTH DA ISABELL - STYLE SYSTEM
   Paleta: Escuros ricos (veludo preto, grafite), Pastéis suaves (rosa, lavanda, menta)
   e Vermelho Morango vibrante com glitter e bordas de renda vintage.
   ========================================================================== */

:root {
  /* Tons Noturnos / Escuros */
  --bg-deep: #0c0b11;
  --bg-surface: #14131c;
  --bg-card: rgba(26, 23, 37, 0.82);
  --bg-card-hover: rgba(36, 31, 52, 0.95);
  --border-card: rgba(212, 187, 251, 0.22);
  --border-card-hover: rgba(252, 165, 198, 0.55);

  /* Tons Pastéis Encantados */
  --pastel-pink: #fca5c6;
  --pastel-pink-soft: #ffe4ee;
  --pastel-lavender: #d4b5ff;
  --pastel-lavender-soft: #f0e6ff;
  --pastel-mint: #a3f7d2;
  --pastel-cream: #fff5ea;

  /* Pops de Vermelho Morango & Brilho */
  --strawberry-red: #ff2a5e;
  --strawberry-dark: #b80c35;
  --strawberry-glow: rgba(255, 42, 94, 0.45);
  --gold-sparkle: #ffeaa7;

  /* Texto */
  --text-primary: #fdfafd;
  --text-secondary: #c9c3db;
  --text-muted: #8e87a5;

  /* Tipografia */
  --font-display: 'Cinzel Decorative', 'Playfair Display', serif;
  --font-body: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-quirky: 'Playfair Display', cursive, serif;

  /* Sombras & Brilhos */
  --shadow-goth: 0 10px 35px rgba(0, 0, 0, 0.7);
  --glow-pink: 0 0 20px rgba(252, 165, 198, 0.35);
  --glow-lavender: 0 0 25px rgba(212, 187, 251, 0.3);
  --glow-strawberry: 0 0 20px rgba(255, 42, 94, 0.5);

  /* Curvaturas */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
}

/* Reset e Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-deep);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(212, 187, 251, 0.07) 0%, transparent 40%),
    radial-gradient(circle at 85% 65%, rgba(252, 165, 198, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 50% 90%, rgba(163, 247, 210, 0.05) 0%, transparent 40%);
  background-attachment: fixed;
}

/* Canvas de Partículas / Glitter */
#sparkle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999;
}

/* Scrollbar Personalizada Gótica */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-deep);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--pastel-pink), var(--pastel-lavender));
  border-radius: var(--radius-pill);
  border: 2px solid var(--bg-deep);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--strawberry-red);
}

/* ==========================================================================
   BORDAS DE RENDA PRETA & ARABESCOS (SVG INLINE / DATA URIS)
   ========================================================================== */

.lace-divider {
  width: 100%;
  height: 42px;
  position: relative;
  background-repeat: repeat-x;
  background-size: 80px 42px;
  z-index: 5;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.6));
}

.lace-divider.top {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 42'%3E%3Cpath d='M0,0 L80,0 L80,10 Q60,38 40,10 Q20,38 0,10 Z' fill='%2308070b'/%3E%3Cpath d='M40,10 Q60,38 80,10' fill='none' stroke='%23fca5c6' stroke-width='1.2' opacity='0.5'/%3E%3Cpath d='M0,10 Q20,38 40,10' fill='none' stroke='%23fca5c6' stroke-width='1.2' opacity='0.5'/%3E%3Ccircle cx='40' cy='18' r='3.5' fill='%23d4b5ff' opacity='0.7'/%3E%3Ccircle cx='20' cy='22' r='2' fill='%23a3f7d2' opacity='0.7'/%3E%3Ccircle cx='60' cy='22' r='2' fill='%23a3f7d2' opacity='0.7'/%3E%3Ccircle cx='40' cy='28' r='1.5' fill='%23ff2a5e'/%3E%3C/svg%3E");
  margin-bottom: -1px;
}

.lace-divider.bottom {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 42'%3E%3Cpath d='M0,0 L80,0 L80,10 Q60,38 40,10 Q20,38 0,10 Z' fill='%2308070b'/%3E%3Cpath d='M40,10 Q60,38 80,10' fill='none' stroke='%23d4b5ff' stroke-width='1.2' opacity='0.5'/%3E%3Cpath d='M0,10 Q20,38 40,10' fill='none' stroke='%23d4b5ff' stroke-width='1.2' opacity='0.5'/%3E%3Ccircle cx='40' cy='18' r='3.5' fill='%23fca5c6' opacity='0.7'/%3E%3Ccircle cx='20' cy='22' r='2' fill='%23ff2a5e' opacity='0.7'/%3E%3Ccircle cx='60' cy='22' r='2' fill='%23ff2a5e' opacity='0.7'/%3E%3C/svg%3E");
  margin-top: -1px;
}

/* Arabesco Decorativo */
.arabesque-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px auto;
  max-width: 320px;
  color: var(--pastel-lavender);
  opacity: 0.85;
}
.arabesque-flourish svg {
  height: 24px;
  width: auto;
  fill: currentColor;
}
.arabesque-flourish .skull-center {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 0 8px rgba(252, 165, 198, 0.5));
}

/* ==========================================================================
   BARRA DE NAVEGAÇÃO SUPERIOR
   ========================================================================== */

.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(12, 11, 17, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 187, 251, 0.15);
  z-index: 100;
  transition: all 0.3s ease;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pastel-pink);
  text-decoration: none;
  letter-spacing: 1px;
}

.nav-brand .brand-icon {
  font-size: 1.4rem;
  animation: floatSmall 3s ease-in-out infinite;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  list-style: none;
}

.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  position: relative;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
}

.nav-links a:hover {
  color: var(--pastel-pink);
  background: rgba(252, 165, 198, 0.1);
  text-shadow: 0 0 10px rgba(252, 165, 198, 0.6);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Contador de Morangos */
.strawberry-counter-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 42, 94, 0.12);
  border: 1px solid rgba(255, 42, 94, 0.35);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--pastel-pink-soft);
  box-shadow: 0 2px 10px rgba(255, 42, 94, 0.2);
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.strawberry-counter-pill:hover {
  transform: scale(1.06);
  border-color: var(--strawberry-red);
}

.strawberry-counter-pill .berry-icon {
  font-size: 1.25rem;
  display: inline-block;
  animation: pulseBerry 2s infinite ease-in-out;
}

/* Botão de Som */
.btn-sound-toggle {
  background: rgba(212, 187, 251, 0.12);
  border: 1px solid rgba(212, 187, 251, 0.3);
  color: var(--pastel-lavender);
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-sound-toggle:hover {
  background: rgba(212, 187, 251, 0.25);
  border-color: var(--pastel-lavender);
  box-shadow: var(--glow-lavender);
}

/* ==========================================================================
   HERO / CABEÇALHO DOS SONHOS (PASTEL GOTH WONDERLAND)
   ========================================================================== */

.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 130px 24px 60px;
  overflow: hidden;
  background: 
    linear-gradient(180deg, #07060a 0%, #151221 65%, #0e0d16 100%);
}

/* Elementos do Céu Noturno */
.sky-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

/* Lua Cheia Brilhante */
.full-moon {
  position: absolute;
  top: 8%;
  right: 12%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fffbf0 0%, #fae1c3 60%, #e0c8b0 100%);
  box-shadow: 
    0 0 35px rgba(255, 250, 230, 0.6),
    0 0 90px rgba(212, 187, 251, 0.4),
    inset -8px -8px 20px rgba(180, 150, 190, 0.4);
  animation: moonPulse 6s ease-in-out infinite alternate;
}

/* Mini crateras suaves na lua */
.full-moon::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 30%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(200, 180, 210, 0.25);
  box-shadow: 25px 15px 0 -3px rgba(200, 180, 210, 0.2), 10px 35px 0 -5px rgba(200, 180, 210, 0.25);
}

/* Nuvens Fofinhas */
.puffy-cloud {
  position: absolute;
  background: rgba(240, 230, 255, 0.12);
  backdrop-filter: blur(4px);
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(212, 187, 251, 0.15);
}

.cloud-1 {
  top: 14%;
  left: -10%;
  width: 260px;
  height: 60px;
  animation: floatCloud 32s linear infinite;
}
.cloud-1::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 40px;
  width: 80px;
  height: 80px;
  background: inherit;
  border-radius: 50%;
}
.cloud-1::after {
  content: '';
  position: absolute;
  top: -45px;
  left: 100px;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 50%;
}

.cloud-2 {
  top: 30%;
  right: -8%;
  width: 300px;
  height: 70px;
  animation: floatCloudReverse 40s linear infinite;
}
.cloud-2::before {
  content: '';
  position: absolute;
  top: -35px;
  right: 50px;
  width: 90px;
  height: 90px;
  background: inherit;
  border-radius: 50%;
}

/* Unicórnio & Morceguinho cruzando o céu */
.flying-creature {
  position: absolute;
  top: 18%;
  left: -15%;
  font-size: 2.2rem;
  filter: drop-shadow(0 0 10px rgba(252, 165, 198, 0.8));
  animation: creatureFly 26s linear infinite;
  z-index: 2;
}

/* Conteúdo do Hero */
.hero-content {
  position: relative;
  z-index: 10;
  max-width: 920px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 23, 37, 0.85);
  border: 1px solid var(--pastel-pink);
  box-shadow: var(--glow-pink);
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pastel-pink);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 10%, var(--pastel-pink) 50%, var(--pastel-lavender) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 30px rgba(252, 165, 198, 0.25);
}

.hero-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: var(--text-secondary);
  max-width: 720px;
  margin: 0 auto 36px;
  font-weight: 500;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--strawberry-red), #e60045);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 25px rgba(255, 42, 94, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 35px rgba(255, 42, 94, 0.65);
  background: linear-gradient(135deg, #ff4373, #f50f53);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(30, 27, 43, 0.8);
  color: var(--pastel-lavender);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(212, 187, 251, 0.3);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgba(45, 40, 68, 0.95);
  border-color: var(--pastel-lavender);
  color: #fff;
  box-shadow: var(--glow-lavender);
  transform: translateY(-3px);
}

/* Destaque das Ilustrações no Hero */
.hero-illustrations-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hero-illustration-card {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid rgba(212, 187, 251, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: var(--bg-card);
}

.hero-illustration-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-illustration-card:hover {
  transform: translateY(-8px) rotate(-1deg) scale(1.05);
  border-color: var(--pastel-pink);
  box-shadow: var(--glow-pink), 0 15px 35px rgba(0, 0, 0, 0.8);
}

.hero-illustration-card:hover img {
  transform: scale(1.08);
}

.hero-illustration-card .card-caption-badge {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10, 9, 14, 0.85);
  backdrop-filter: blur(4px);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--pastel-pink-soft);
  border: 1px solid rgba(252, 165, 198, 0.3);
  white-space: nowrap;
}

/* ==========================================================================
   ESTILOS DE SEÇÃO PADRÃO
   ========================================================================== */

section {
  padding: 80px 24px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.section-tag {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--pastel-mint);
  background: rgba(163, 247, 210, 0.1);
  border: 1px solid rgba(163, 247, 210, 0.3);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: var(--pastel-pink);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: 1.15rem;
  max-width: 650px;
  margin: 0 auto;
}

/* ==========================================================================
   SEÇÃO 1: DOCES MORDIDAS (SWEETEST BITES)
   ========================================================================== */

.sweet-bites-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.sweet-bites-hero-art {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
  border: 2px solid var(--border-card);
  transition: all 0.4s ease;
  background: var(--bg-card);
}

.sweet-bites-hero-art:hover {
  border-color: var(--pastel-pink);
  box-shadow: var(--glow-pink), 0 20px 50px rgba(0, 0, 0, 0.9);
}

.sweet-bites-hero-art img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.sweet-bites-hero-art:hover img {
  transform: scale(1.03);
}

.sweet-bites-menu {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bites-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 24px;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bites-card:hover {
  transform: translateY(-4px) translateX(4px);
  background: var(--bg-card-hover);
  border-color: var(--pastel-pink);
  box-shadow: var(--glow-pink);
}

.bites-card-icon {
  font-size: 2.8rem;
  min-width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 42, 94, 0.1);
  border: 1px solid rgba(255, 42, 94, 0.25);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.bites-card:hover .bites-card-icon {
  transform: scale(1.15) rotate(10deg);
  background: rgba(255, 42, 94, 0.2);
}

.bites-card-info h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--pastel-pink);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bites-card-info h3 .price-tag {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--pastel-mint);
  background: rgba(163, 247, 210, 0.15);
  padding: 2px 10px;
  border-radius: var(--radius-pill);
}

.bites-card-info p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.btn-bite-interactive {
  background: transparent;
  border: 1px dashed var(--pastel-lavender);
  color: var(--pastel-lavender);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-bite-interactive:hover {
  background: rgba(212, 187, 251, 0.2);
  border-style: solid;
  color: #fff;
  transform: scale(1.05);
}

/* ==========================================================================
   SEÇÃO 2: AMIGOS FOFINHOS & CRIATURINHAS (GALERIA COMPLETA)
   ========================================================================== */

/* Filtros da Galeria */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.filter-btn {
  background: rgba(26, 23, 37, 0.8);
  border: 1px solid rgba(212, 187, 251, 0.25);
  color: var(--text-secondary);
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-btn:hover {
  color: var(--pastel-pink);
  border-color: var(--pastel-pink);
  transform: translateY(-2px);
}

.filter-btn.active {
  background: linear-gradient(135deg, var(--pastel-pink), var(--pastel-lavender));
  color: var(--bg-deep);
  border-color: transparent;
  box-shadow: var(--glow-pink);
}

/* Grid da Galeria */
.fuzzy-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.gallery-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-goth);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
}

.gallery-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--pastel-pink);
  box-shadow: var(--glow-pink), 0 16px 36px rgba(0, 0, 0, 0.8);
}

.gallery-card-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #09080e;
  cursor: pointer;
}

.gallery-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-card-img-wrapper img {
  transform: scale(1.08);
}

/* Selo / Categoria no topo da imagem */
.card-category-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(12, 11, 17, 0.85);
  backdrop-filter: blur(4px);
  color: var(--pastel-lavender);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(212, 187, 251, 0.3);
  z-index: 3;
}

/* O Moranguinho Interativo Clicável */
.interactive-strawberry-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(12, 11, 17, 0.85);
  border: 1px solid rgba(255, 42, 94, 0.5);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.interactive-strawberry-btn:hover {
  transform: scale(1.25) rotate(15deg);
  border-color: var(--strawberry-red);
  box-shadow: var(--glow-strawberry);
}

/* Animação de Jiggle do morango ao ser clicado */
.interactive-strawberry-btn.jiggle {
  animation: strawberryJiggle 0.5s ease-in-out;
}

/* Corpo do Cartão */
.gallery-card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gallery-card-title {
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--pastel-pink);
  margin-bottom: 8px;
}

.gallery-card-desc {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.gallery-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(212, 187, 251, 0.15);
  padding-top: 12px;
}

.card-bunny-quote {
  font-size: 0.82rem;
  color: var(--pastel-mint);
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 4px;
}

.btn-zoom-photo {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.btn-zoom-photo:hover {
  color: var(--pastel-lavender);
  transform: scale(1.2);
}

/* ==========================================================================
   SEÇÃO 3: O CALDEIRÃO DE MIMOS & ELOGIOS (INTERATIVO)
   ========================================================================== */

.cauldron-wrapper {
  background: linear-gradient(180deg, rgba(20, 18, 30, 0.95), rgba(12, 11, 18, 0.95));
  border: 2px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 50px 30px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8);
}

.cauldron-icon-art {
  font-size: 4.5rem;
  display: inline-block;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 20px rgba(212, 187, 251, 0.6));
  animation: floatCauldron 4s ease-in-out infinite;
}

.cauldron-display-box {
  background: rgba(10, 9, 15, 0.75);
  border: 1px dashed var(--pastel-pink);
  border-radius: var(--radius-md);
  padding: 24px;
  margin: 28px auto;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.6);
}

.cauldron-quote-text {
  font-family: var(--font-quirky);
  font-size: 1.35rem;
  color: var(--pastel-pink-soft);
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.btn-brew-cauldron {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--pastel-lavender), var(--pastel-pink));
  color: var(--bg-deep);
  font-weight: 800;
  font-size: 1.1rem;
  padding: 16px 36px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 25px rgba(212, 187, 251, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-brew-cauldron:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 35px rgba(252, 165, 198, 0.6);
}

/* ==========================================================================
   RODAPÉ (FOOTER) & SELO GOTH BUNNY APPROVED
   ========================================================================== */

footer {
  background: #07060a;
  padding: 60px 24px 40px;
  text-align: center;
  position: relative;
  border-top: 1px solid rgba(212, 187, 251, 0.12);
}

.footer-content {
  max-width: 650px;
  margin: 0 auto;
}

.footer-message {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--pastel-pink);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.footer-sub {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 36px;
}

/* Selo Interativo "Goth Bunny Approved" */
.stamp-wrapper {
  margin: 30px auto;
  display: inline-block;
  perspective: 600px;
}

.stamp-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 4px dashed var(--pastel-pink);
  background: rgba(255, 42, 94, 0.08);
  box-shadow: 0 0 25px rgba(255, 42, 94, 0.25);
  color: var(--pastel-pink);
  cursor: pointer;
  padding: 14px;
  transform: rotate(-7deg);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  user-select: none;
}

.stamp-badge:hover {
  transform: rotate(0deg) scale(1.08);
  border-color: var(--strawberry-red);
  background: rgba(255, 42, 94, 0.16);
  box-shadow: var(--glow-strawberry);
}

.stamp-badge.stamped {
  animation: stampSlam 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.stamp-badge .stamp-icon {
  font-size: 2.5rem;
  margin-bottom: 4px;
}

.stamp-badge .stamp-text-top {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.stamp-badge .stamp-text-bottom {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--pastel-mint);
  margin-top: 2px;
}

/* ==========================================================================
   MODAL / LIGHTBOX
   ========================================================================== */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(7, 6, 11, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-backdrop.open {
  display: flex;
  opacity: 1;
}

.modal-card {
  background: var(--bg-card);
  border: 2px solid var(--pastel-pink);
  border-radius: var(--radius-lg);
  max-width: 720px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-goth), var(--glow-pink);
  position: relative;
  animation: modalPop 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  background: rgba(12, 11, 17, 0.85);
  border: 1px solid var(--border-card);
  color: var(--pastel-pink);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
}

.btn-close-modal:hover {
  background: var(--strawberry-red);
  color: #fff;
  transform: rotate(90deg) scale(1.1);
}

.modal-img-container {
  width: 100%;
  max-height: 520px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.modal-img-container img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.modal-details {
  padding: 24px;
}

.modal-details h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--pastel-pink);
  margin-bottom: 8px;
}

.modal-details p {
  color: var(--text-secondary);
  font-size: 1rem;
}

/* ==========================================================================
   ANIMAÇÕES E KEYFRAMES
   ========================================================================== */

@keyframes floatSmall {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes pulseBerry {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15) rotate(5deg); }
}

@keyframes moonPulse {
  0% { box-shadow: 0 0 35px rgba(255, 250, 230, 0.6), 0 0 90px rgba(212, 187, 251, 0.4); }
  100% { box-shadow: 0 0 50px rgba(255, 250, 230, 0.8), 0 0 120px rgba(252, 165, 198, 0.5); }
}

@keyframes floatCloud {
  0% { transform: translateX(0); }
  100% { transform: translateX(115vw); }
}

@keyframes floatCloudReverse {
  0% { transform: translateX(0); }
  100% { transform: translateX(-115vw); }
}

@keyframes creatureFly {
  0% {
    transform: translate(0, 0) scaleX(1);
    opacity: 0;
  }
  10% { opacity: 1; }
  45% { transform: translate(50vw, -30px) scaleX(1); }
  50% { transform: translate(55vw, -20px) scaleX(-1); }
  90% { opacity: 1; }
  100% {
    transform: translate(115vw, -60px) scaleX(-1);
    opacity: 0;
  }
}

@keyframes strawberryJiggle {
  0% { transform: scale(1) rotate(0deg); }
  20% { transform: scale(1.35) rotate(-18deg); }
  40% { transform: scale(1.3) rotate(18deg); }
  60% { transform: scale(1.25) rotate(-10deg); }
  80% { transform: scale(1.15) rotate(8deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes stampSlam {
  0% { transform: scale(2.2) rotate(20deg); opacity: 0; }
  60% { transform: scale(0.92) rotate(-9deg); opacity: 1; }
  100% { transform: scale(1) rotate(-7deg); opacity: 1; }
}

@keyframes floatCauldron {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes modalPop {
  0% { transform: scale(0.85); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Toast Notificação de Morango */
.strawberry-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: rgba(16, 14, 24, 0.95);
  border: 1px solid var(--strawberry-red);
  box-shadow: var(--glow-strawberry);
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  color: var(--pastel-pink-soft);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10000;
  animation: toastSlide 0.3s ease, toastFade 0.5s ease 2.5s forwards;
  pointer-events: none;
}

@keyframes toastSlide {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes toastFade {
  to { opacity: 0; transform: translateY(-10px); }
}

/* ==========================================================================
   RESPONSIVIDADE (MOBILE & TABLET)
   ========================================================================== */

@media (max-width: 900px) {
  .sweet-bites-container {
    grid-template-columns: 1fr;
  }
  .hero-illustrations-strip {
    gap: 14px;
  }
  .hero-illustration-card {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 768px) {
  .nav-bar {
    padding: 12px 18px;
  }
  .nav-links {
    display: none; /* Simplificado no mobile */
  }
  .hero-section {
    padding-top: 100px;
    min-height: auto;
  }
  .hero-title {
    font-size: 2.1rem;
  }
  .full-moon {
    width: 80px;
    height: 80px;
    top: 5%;
    right: 5%;
  }
  .fuzzy-gallery-grid {
    grid-template-columns: 1fr;
  }
  .bites-card {
    flex-direction: column;
    text-align: center;
  }
  .bites-card-icon {
    margin: 0 auto;
  }
}
