/* Kaki 2026 — TAKE 24 · Yoshi × Cinema */
:root{
  --yoshi:      #6FBE44;
  --yoshi-dark: #4E9A2E;
  --belly:      #FFF6E0;
  --saddle:     #E4293B;
  --boot:       #F79B2E;
  --cinema-bg:  #12100E;
  --cinema-bg2: #241E1A;
  --curtain:    #7A1F2B;
  --marquee:    #FFD24A;
  --glass:      rgba(255,255,255,.08);
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  background:linear-gradient(160deg,var(--cinema-bg) 0%,var(--cinema-bg2) 100%);
  color:var(--belly);
  font-family:'Poppins',system-ui,sans-serif;
  min-height:100vh;
  overflow-x:hidden;
}
.hidden{ display:none !important; }

/* ── film grain ── */
.grain{
  position:absolute; inset:0; pointer-events:none; opacity:.05;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Claquete overlay ── */
#claquete-overlay{
  position:fixed; inset:0; z-index:100;
  background:linear-gradient(160deg,#0B0A09 0%,#1A1512 100%);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:34px;
  cursor:pointer; transition:opacity .5s ease;
}
#claquete-overlay.saindo{ opacity:0; pointer-events:none; }
.claquete{ width:min(340px,84vw); filter:drop-shadow(0 18px 40px rgba(0,0,0,.6)); }
.claquete-top{
  height:52px; background:#141210; border-radius:12px 12px 0 0; overflow:hidden;
  border:3px solid #000; border-bottom:none;
  transform-origin:left bottom;
  transition:transform .18s cubic-bezier(.4,0,.6,1);
}
.claquete.clap .claquete-top{ transform:rotate(-22deg); }
.stripes{
  height:100%;
  background:repeating-linear-gradient(115deg,#EDEAE4 0 34px,#141210 34px 68px);
}
.claquete-board{
  background:#1C1916; border:3px solid #000; border-radius:0 0 14px 14px;
  padding:22px 26px 20px;
}
.cl-line{ margin:0; }
.cl-title{
  font-family:'Bebas Neue',sans-serif; font-size:52px; letter-spacing:.14em;
  color:var(--belly); border-bottom:2px solid rgba(255,246,224,.25); padding-bottom:8px;
}
.cl-row{
  display:flex; justify-content:space-between; align-items:baseline;
  border-bottom:2px solid rgba(255,246,224,.25); padding:9px 0;
  font-family:'Bebas Neue',sans-serif; letter-spacing:.18em;
}
.cl-row span{ font-size:16px; color:rgba(255,246,224,.55); }
.cl-row strong{ font-size:30px; color:var(--marquee); }
.cl-small{ padding-top:11px; font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,246,224,.6); }
.claquete-hint{
  margin:0; font-family:'Bebas Neue',sans-serif; font-size:17px; letter-spacing:.3em;
  color:var(--marquee); animation:pulseHint 1.6s ease-in-out infinite;
}
@keyframes pulseHint{ 0%,100%{opacity:.55} 50%{opacity:1} }
#acao-flash{
  position:absolute; inset:0; background:#fff; display:flex; align-items:center; justify-content:center;
  opacity:0; pointer-events:none;
}
#acao-flash span{
  font-family:'Bebas Neue',sans-serif; font-size:clamp(60px,16vw,140px); letter-spacing:.1em; color:#111;
}
#acao-flash.flash{ animation:flash .5s ease-out both; }
@keyframes flash{ 0%{opacity:0} 15%{opacity:1} 100%{opacity:0} }

/* ── música ── */
#btn-musica{
  position:fixed; top:calc(14px + env(safe-area-inset-top)); right:14px; z-index:70;
  border:2px solid var(--yoshi); background:rgba(18,16,14,.85); color:var(--belly);
  font-family:'Bebas Neue',sans-serif; font-size:15px; letter-spacing:.12em;
  padding:9px 16px; border-radius:999px; cursor:pointer;
  box-shadow:0 0 18px rgba(111,190,68,.25); backdrop-filter:blur(8px);
}
#btn-musica.on{ background:var(--yoshi); color:#0d1a06; }

/* ── hero ── */
#hero{
  position:relative; min-height:100svh; display:flex; flex-direction:column;
  align-items:center; justify-content:center; text-align:center;
  padding:90px 24px 60px; gap:20px; overflow:hidden;
}
.ovo-deco{ position:absolute; width:90px; opacity:.16; pointer-events:none; animation:floaty 5s ease-in-out infinite; }
.ovo-1{ left:6%; top:16%; transform:rotate(-14deg); }
.ovo-2{ right:7%; bottom:14%; width:130px; transform:rotate(12deg); animation-delay:1.4s; }
@keyframes floaty{ 0%,100%{ translate:0 0 } 50%{ translate:0 -14px } }
.pre-title{
  margin:0; font-family:'Bebas Neue',sans-serif; font-size:16px; letter-spacing:.42em;
  color:var(--saddle);
}
#hero h1{
  margin:0; font-family:'Bebas Neue',sans-serif; font-weight:400;
  font-size:clamp(48px,11vw,110px); line-height:.98; letter-spacing:.02em;
}
#hero h1 .nome{ color:var(--yoshi); text-shadow:0 0 34px rgba(111,190,68,.45); }
.marquee-number{
  position:relative; padding:10px 38px; border:3px solid var(--marquee); border-radius:20px;
  background:rgba(255,210,74,.06);
  box-shadow:0 0 30px rgba(255,210,74,.28), inset 0 0 22px rgba(255,210,74,.12);
}
.marquee-number .num{
  font-family:'Bebas Neue',sans-serif; font-size:clamp(64px,14vw,120px); color:var(--marquee);
  text-shadow:0 0 26px rgba(255,210,74,.55);
}
.hero-sub{ margin:0; max-width:36ch; font-size:clamp(15px,2.1vw,18px); line-height:1.7; color:rgba(255,246,224,.82); }
.scroll-arrow{ margin-top:8px; color:var(--yoshi); font-size:20px; animation:pulseHint 1.6s ease-in-out infinite; }

/* ── secções / cartões cena ── */
section{ position:relative; padding:70px 20px; display:flex; flex-direction:column; align-items:center; gap:26px; }

/* fotos soltas (estilo Dobby no site da Madalena) */
.foto-solta{
  position:absolute; pointer-events:none; z-index:1;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.5));
  animation:floaty 5.4s ease-in-out infinite;
  width:clamp(70px,11vw,150px);
}
.fs-jogo{ left:max(8px,4%); top:44px; transform:rotate(-9deg); }
.fs-chuva{ right:max(8px,4%); top:52px; transform:rotate(10deg); animation-delay:.9s; }
.fs-bolo{ right:max(8px,5%); top:60px; transform:rotate(8deg); animation-delay:1.1s; }
.fs-desejos{ left:max(8px,5%); top:48px; transform:rotate(-7deg); animation-delay:.6s; }
.fs-estudio{ left:max(8px,4%); bottom:40px; transform:rotate(-8deg); animation-delay:1.4s; }
@media (max-width:720px){ .foto-solta{ opacity:.5; width:clamp(54px,9vw,90px); } }
@media (max-width:480px){ .fs-jogo,.fs-desejos{ display:none; } }
.cena-card{
  width:min(680px,100%); background:var(--glass); backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.14); border-radius:24px;
  padding:30px 28px; text-align:center;
}
.cena-tag{
  margin:0 0 6px; font-family:'Bebas Neue',sans-serif; font-size:15px; letter-spacing:.34em;
  color:var(--saddle);
}
.cena-card h2{
  margin:0 0 12px; font-family:'Bebas Neue',sans-serif; font-weight:400;
  font-size:clamp(34px,6vw,52px); letter-spacing:.04em; color:var(--marquee);
}
.cena-desc{ margin:0; font-size:16px; line-height:1.7; color:rgba(255,246,224,.85); }

/* ── jogos (wrap partilhado) ── */
.jogo-wrap{
  position:relative; width:min(680px,100%);
  border:3px solid var(--yoshi-dark); border-radius:20px; overflow:hidden;
  box-shadow:0 14px 44px rgba(0,0,0,.5), 0 0 24px rgba(111,190,68,.15);
  touch-action:none;
}
.jogo-wrap canvas{ display:block; width:100%; background:#172410; }
.jogo-overlay{
  position:absolute; inset:0; background:rgba(10,12,8,.82); backdrop-filter:blur(4px);
  display:flex; align-items:center; justify-content:center; text-align:center; padding:24px;
}
.jogo-overlay.hidden{ display:none; }
.jogo-wrap.abanar{ animation:abanar .3s ease; }
@keyframes abanar{ 0%,100%{translate:0 0} 25%{translate:-7px 0} 50%{translate:6px 0} 75%{translate:-4px 0} }

/* D-pad táctil */
#dpad{ display:none; }
@media (pointer:coarse){
  #dpad{
    display:grid; grid-template-columns:repeat(3,56px); grid-template-rows:repeat(2,56px);
    gap:8px; justify-content:center; margin-top:4px;
  }
  #dpad button{
    border:2px solid rgba(111,190,68,.5); background:rgba(255,255,255,.07); color:var(--belly);
    font-size:20px; border-radius:14px; cursor:pointer; touch-action:none;
    min-width:44px; min-height:44px;
  }
  #dpad button:active{ background:var(--yoshi); color:#0d1a06; }
  #dpad button[data-dir="up"]{ grid-column:2; grid-row:1; }
  #dpad button[data-dir="left"]{ grid-column:1; grid-row:2; }
  #dpad button[data-dir="down"]{ grid-column:2; grid-row:2; }
  #dpad button[data-dir="right"]{ grid-column:3; grid-row:2; }
}
.ov-inner p{ margin:0 0 18px; font-family:'Bebas Neue',sans-serif; font-size:clamp(26px,5vw,38px); letter-spacing:.05em; line-height:1.25; }
.ov-inner small{ display:block; margin-top:10px; font-family:'Poppins',sans-serif; font-size:14px; letter-spacing:0; color:rgba(255,246,224,.75); line-height:1.6; }
#ov-btn,#btn-replay,#btn-desejo,#btn-enviar-desejo,#chuva-btn{
  border:none; cursor:pointer; font-family:'Bebas Neue',sans-serif; letter-spacing:.14em;
  font-size:19px; padding:14px 34px; border-radius:999px;
  background:var(--yoshi); color:#0d1a06;
  box-shadow:0 6px 0 var(--yoshi-dark);
  transition:transform .12s ease, box-shadow .12s ease;
}
#ov-btn:active,#btn-replay:active,#btn-desejo:active,#btn-enviar-desejo:active{
  transform:translateY(4px); box-shadow:0 2px 0 var(--yoshi-dark);
}
.vitoria-card{ border-color:rgba(255,210,74,.4); box-shadow:0 0 34px rgba(255,210,74,.15); }
#btn-replay{ margin-top:20px; }

/* ── desejo ── */
#btn-desejo{ margin-top:18px; }
#modal-desejo{ position:fixed; inset:0; z-index:90; display:flex; align-items:center; justify-content:center; padding:22px; }
.modal-bg{ position:absolute; inset:0; background:rgba(8,7,6,.78); backdrop-filter:blur(5px); }
.modal-card{
  position:relative; width:min(460px,100%); background:#1C1916;
  border:2px solid var(--yoshi-dark); border-radius:24px; padding:30px 26px 22px;
  box-shadow:0 20px 60px rgba(0,0,0,.6);
}
.modal-card h3{ margin:0 0 16px; font-family:'Bebas Neue',sans-serif; font-weight:400; font-size:30px; letter-spacing:.05em; color:var(--marquee); }
#desejo-texto{
  width:100%; font-family:'Poppins',sans-serif; font-size:16px; line-height:1.5;
  color:var(--belly); background:rgba(255,255,255,.06);
  border:2px solid rgba(255,255,255,.18); border-radius:14px; padding:14px;
  resize:vertical; outline:none;
}
#desejo-texto:focus{ border-color:var(--yoshi); }
#desejo-site{ position:absolute; left:-9999px; top:-9999px; height:1px; width:1px; opacity:0; }
#btn-enviar-desejo{ margin-top:14px; width:100%; }
#desejo-erro{ margin:10px 0 0; min-height:20px; font-size:14px; color:var(--saddle); text-align:center; }
#desejo-ok{ margin:14px 0; text-align:center; font-size:16px; color:var(--yoshi); line-height:1.6; }
#btn-fechar-desejo{
  margin:12px auto 0; display:block; border:none; background:none; cursor:pointer;
  color:rgba(255,246,224,.55); font-family:'Poppins',sans-serif; font-size:14px; text-decoration:underline;
}

/* ── footer ── */
footer{ padding:40px 20px calc(40px + env(safe-area-inset-bottom)); text-align:center; display:flex; flex-direction:column; gap:14px; }
.link-2025{
  color:rgba(255,246,224,.55); font-size:14px; text-decoration:underline; text-underline-offset:4px;
}
.link-2025:hover{ color:var(--marquee); }
.made-by{ margin:0; font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,246,224,.35); }
.made-by a{ color:rgba(255,246,224,.55); }

#confetti-layer{ position:fixed; inset:0; pointer-events:none; z-index:60; overflow:hidden; }

/* ── bolo yoshi ── */
.bolo-wrap{ position:relative; display:flex; align-items:flex-end; justify-content:center; gap:0; margin-top:96px; }
.yoshi-bolo{ width:clamp(80px,16vw,130px); margin-right:-26px; margin-bottom:6px; transform:rotate(-6deg); filter:drop-shadow(0 10px 18px rgba(0,0,0,.5)); animation:floaty 4s ease-in-out infinite; }
.bolo{ position:relative; width:min(340px,74vw); }
.camada{ position:relative; margin:0 auto; border-radius:14px; border:3px solid #0d1a06; }
.camada-3{ width:56%; height:52px; background:linear-gradient(#8FD463,#6FBE44); position:relative; }
.camada-2{ width:70%; height:60px; background:linear-gradient(#FFF6E0,#F3E3C0); margin-top:-6px; }
.camada-1{ width:94%; height:68px; background:linear-gradient(#8FD463,#6FBE44); margin-top:-6px; }
.pinta{ position:absolute; background:#FFF6E0; border:2px solid #0d1a06; border-radius:50%; width:22px; height:18px; }
.camada-2 .pinta{ background:#6FBE44; }
.p1{ left:18%; top:30%; } .p2{ right:16%; top:42%; }
.p3{ left:10%; top:34%; } .p4{ left:46%; top:50%; } .p5{ right:9%; top:28%; }
.prato{ width:106%; height:14px; margin:-4px auto 0; background:#57504A; border-radius:999px; border:3px solid #0d1a06; margin-left:-3%; }
/* velas espalhadas pela superfície de cada andar (estilo bolo real):
   as dos andares de baixo pintam por cima do andar superior = "à frente" */
.camada{ position:relative; }
.velas-nivel{
  position:absolute; left:0; right:0; bottom:calc(100% - 4px);
  display:flex; justify-content:space-around; align-items:flex-end;
  padding:0 5%; z-index:3; pointer-events:none;
}
.vela{ position:relative; width:6px; border-radius:3px; height:20px;
  background:repeating-linear-gradient(45deg,#E4293B 0 5px,#FFF6E0 5px 10px); }
/* variedade de cores e alturas, como velas verdadeiras */
.vela:nth-child(4n+1){ height:22px; background:repeating-linear-gradient(45deg,#E4293B 0 5px,#FFF6E0 5px 10px); }
.vela:nth-child(4n+2){ height:17px; background:repeating-linear-gradient(45deg,#4FA9E8 0 5px,#FFF6E0 5px 10px); }
.vela:nth-child(4n+3){ height:24px; background:repeating-linear-gradient(45deg,#6FBE44 0 5px,#FFF6E0 5px 10px); }
.vela:nth-child(4n){ height:19px; background:repeating-linear-gradient(45deg,#F7B32E 0 5px,#FFF6E0 5px 10px); }
/* profundidade: umas ligeiramente mais "à frente" */
.vela:nth-child(even){ translate:0 4px; }
.vela:nth-child(3n){ translate:0 7px; }
@media (max-width:420px){
  .velas-nivel{ padding:0 3% }
  .vela{ width:5px }
  .vela:nth-child(4n+1){ height:18px } .vela:nth-child(4n+2){ height:14px }
  .vela:nth-child(4n+3){ height:20px } .vela:nth-child(4n){ height:16px }
}
.vela .chama{
  position:absolute; left:50%; top:-13px; translate:-50% 0; width:9px; height:13px;
  background:radial-gradient(circle at 50% 70%, #FFD24A 0%, #F79B2E 60%, transparent 75%);
  border-radius:50% 50% 50% 50%/60% 60% 40% 40%;
  animation:tremer .35s ease-in-out infinite alternate;
}
.vela.apagada .chama{ display:none; }
.vela.apagada::after{ content:""; position:absolute; left:50%; top:-10px; translate:-50% 0; width:3px; height:8px; background:rgba(200,200,200,.35); border-radius:999px; }
@keyframes tremer{ from{ transform:scale(1) rotate(-4deg);} to{ transform:scale(1.18) rotate(4deg);} }
#btn-soprar{
  border:none; cursor:pointer; font-family:'Bebas Neue',sans-serif; letter-spacing:.14em;
  font-size:19px; padding:14px 34px; border-radius:999px;
  background:var(--saddle); color:#fff;
  box-shadow:0 6px 0 #9E1B2A; transition:transform .12s ease, box-shadow .12s ease;
}
#btn-soprar:active{ transform:translateY(4px); box-shadow:0 2px 0 #9E1B2A; }
#msg-bolo{ margin:0; min-height:26px; font-family:'Bebas Neue',sans-serif; font-size:22px; letter-spacing:.06em; color:var(--marquee); text-align:center; }

/* ── bastidores: polaroids ── */
.polaroids{
  display:flex; flex-wrap:wrap; justify-content:center; gap:26px;
  width:min(860px,100%); padding:10px;
}
.pol{
  margin:0; background:#F5EFE3; border-radius:6px; padding:12px 12px 10px;
  box-shadow:0 14px 34px rgba(0,0,0,.5);
  width:clamp(150px,38vw,220px);
  transition:transform .25s ease;
}
.pol:nth-child(odd){ transform:rotate(-3.5deg); }
.pol:nth-child(even){ transform:rotate(2.5deg); }
.pol:nth-child(3n){ transform:rotate(-1.2deg); }
.pol:hover{ transform:rotate(0) scale(1.06); z-index:2; }
.pol img{
  display:block; width:100%; height:190px; object-fit:cover; object-position:center top;
  background:linear-gradient(160deg,#1B2A12,#0F1A0A); border-radius:3px;
}
.pol figcaption{
  padding-top:8px; text-align:center; font-size:12.5px; color:#3A332C;
  font-family:'Poppins',sans-serif; font-weight:600;
}

/* ── kaki pelo site ── */
.kaki-deco{
  position:absolute; right:12%; top:12%; width:clamp(64px,10vw,110px);
  transform:rotate(10deg); opacity:.92; pointer-events:none;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.5));
  animation:floaty 4.6s ease-in-out infinite; animation-delay:.7s;
}
.reuniao{ display:flex; align-items:center; justify-content:center; gap:10px; margin:6px 0 14px; }
.reuniao img{ width:clamp(58px,10vw,86px); filter:drop-shadow(0 6px 12px rgba(0,0,0,.45)); }
.reuniao img:first-child{ transform:rotate(-8deg); }
.reuniao img:last-child{ transform:rotate(8deg); }
.reuniao .coracao{ font-size:30px; animation:pulseHint 1.2s ease-in-out infinite; }

/* ── yoshi a passear ── */
#yoshi-passeio{
  position:fixed; bottom:calc(6px + env(safe-area-inset-bottom)); left:0; z-index:55;
  pointer-events:none; animation:passeio 26s linear infinite;
}
#yoshi-passeio img{ width:clamp(54px,9vw,84px); animation:passinho .5s ease-in-out infinite alternate; filter:drop-shadow(0 6px 10px rgba(0,0,0,.45)); }
@keyframes passeio{ from{ transform:translateX(-15vw); } to{ transform:translateX(112vw); } }
@keyframes passinho{ from{ transform:translateY(0) rotate(-2deg);} to{ transform:translateY(-6px) rotate(2deg);} }
@media (prefers-reduced-motion: reduce){ #yoshi-passeio{ display:none; } }

/* ── divisor de película ── */
.filmstrip-divider{
  height:26px; margin:0; opacity:.85;
  background:
    repeating-linear-gradient(90deg, transparent 0 9px, #EDEAE4 9px 21px, transparent 21px 30px) center/30px 10px repeat-x,
    #141210;
  background-clip: content-box, border-box;
  padding:8px 0; border-block:3px solid #000;
}

/* ── arcade: tabs de jogos ── */
.arcade-tabs{
  display:flex; flex-wrap:wrap; justify-content:center; gap:10px;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12);
  border-radius:999px; padding:8px;
}
.arcade-tab{
  border:2px solid transparent; background:none; color:rgba(255,246,224,.7);
  font-family:'Bebas Neue',sans-serif; font-size:16px; letter-spacing:.1em;
  padding:10px 20px; border-radius:999px; cursor:pointer; transition:all .2s ease;
}
.arcade-tab:hover{ color:var(--belly); }
.arcade-tab.ativo{
  background:var(--yoshi); color:#0d1a06; border-color:var(--yoshi-dark);
  box-shadow:0 0 16px rgba(111,190,68,.35);
}
.arcade-painel{ display:flex; flex-direction:column; align-items:center; gap:18px; width:min(680px,100%); }
.arcade-painel.hidden{ display:none !important; }
.arcade-desc{
  margin:0; text-align:center; font-size:15px; line-height:1.6; color:rgba(255,246,224,.8);
  max-width:52ch;
}

/* ── CENA: O Ovo Certo ── */
#ovocerto-palco{
  width:min(560px,100%); background:var(--glass); backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.14); border-radius:24px;
  padding:26px 18px 24px; text-align:center; display:flex; flex-direction:column; gap:18px; align-items:center;
}
#ovocerto-info{
  margin:0; min-height:26px; font-family:'Bebas Neue',sans-serif; font-size:21px;
  letter-spacing:.06em; color:var(--marquee);
}
#ovocerto-ovos{ position:relative; height:150px; width:100%; max-width:420px; }
.oc-ovo{
  position:absolute; left:0; top:0; width:88px; height:110px; border:none; background:none;
  cursor:pointer; padding:0; transition:transform .45s cubic-bezier(.5,.1,.3,1.2);
  touch-action:manipulation;
}
.oc-ovo img{ width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 8px 14px rgba(0,0,0,.5)); }
.oc-ovo.levantado{ transform:translateY(-56px); }
.oc-premio{
  position:absolute; bottom:0; width:56px; left:50%; translate:-50% 0; z-index:-1;
  transition:opacity .2s ease;
}
#ovocerto-hud{
  display:flex; gap:22px; font-family:'Bebas Neue',sans-serif; font-size:17px;
  letter-spacing:.1em; color:rgba(255,246,224,.85);
}
#ovocerto-btn{
  border:none; cursor:pointer; font-family:'Bebas Neue',sans-serif; letter-spacing:.14em;
  font-size:19px; padding:13px 32px; border-radius:999px;
  background:var(--yoshi); color:#0d1a06; box-shadow:0 6px 0 var(--yoshi-dark);
  transition:transform .12s ease, box-shadow .12s ease;
}
#ovocerto-btn:active{ transform:translateY(4px); box-shadow:0 2px 0 var(--yoshi-dark); }
#ovocerto-btn:disabled{ opacity:.4; cursor:default; }

/* ── CENA 5: ovos dos desejos ── */
.ovos-desejo{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start;
  gap:26px; width:min(860px,100%);
}
.ovo-slot{ display:flex; flex-direction:column; align-items:center; gap:14px; width:min(240px,84vw); }
.ovo-desejo{
  border:none; background:none; cursor:pointer; padding:6px; touch-action:manipulation;
  transition:transform .2s ease;
  /* ovo "a chocar": tremores periódicos em repouso */
  animation:chocar 3.2s ease-in-out infinite;
  transform-origin:50% 88%;
}
@keyframes chocar{
  0%, 78%, 100%{ rotate:0deg; }
  80%{ rotate:-4deg; } 83%{ rotate:3.5deg; } 86%{ rotate:-2.5deg; }
  89%{ rotate:1.8deg; } 92%{ rotate:-1deg; } 95%{ rotate:0deg; }
}
.ovo-desejo:nth-of-type(1){ animation-delay:0s; }
.ovo-slot:nth-child(2) .ovo-desejo{ animation-delay:1.1s; }
.ovo-slot:nth-child(3) .ovo-desejo{ animation-delay:2.2s; }
.ovo-desejo img{ width:clamp(90px,18vw,130px); filter:drop-shadow(0 10px 18px rgba(0,0,0,.5)); }
.ovo-desejo.wobble{ animation:wobble .5s ease; }
@keyframes wobble{
  0%,100%{ rotate:0deg; translate:0 0; }
  20%{ rotate:-11deg; } 40%{ rotate:9deg; translate:0 -4px; }
  60%{ rotate:-7deg; } 80%{ rotate:4deg; translate:0 -2px; }
}
.ovo-desejo.rachado{ animation:tremer-choco .55s ease-in-out infinite; }
@keyframes tremer-choco{
  0%,100%{ rotate:0deg; translate:0 0; }
  15%{ rotate:-5deg; } 30%{ rotate:4deg; translate:0 -3px; }
  45%{ rotate:-3deg; } 60%{ rotate:5deg; translate:0 -2px; } 80%{ rotate:-2deg; }
}
.ovo-desejo.rachado img{ filter:drop-shadow(0 10px 18px rgba(0,0,0,.5)) contrast(1.15); }
.ovo-desejo.rachado::after{
  content:""; position:absolute; left:26%; top:22%; width:48%; height:36%;
  pointer-events:none;
  background:
    linear-gradient(115deg, transparent 47%, #2A2A2A 47%, #2A2A2A 53%, transparent 53%) 0 0/60% 40% no-repeat,
    linear-gradient(65deg, transparent 47%, #2A2A2A 47%, #2A2A2A 53%, transparent 53%) 60% 55%/50% 45% no-repeat,
    linear-gradient(150deg, transparent 46%, #2A2A2A 46%, #2A2A2A 54%, transparent 54%) 20% 90%/45% 38% no-repeat;
}
.ovo-desejo{ position:relative; }
.ovo-desejo.partido{ animation:partir .5s ease forwards; pointer-events:none; }
@keyframes partir{
  40%{ transform:scale(1.15); opacity:1; }
  100%{ transform:scale(.2) translateY(30px); opacity:0; }
}
.desejo-card{
  background:#1C1916; border:2px solid var(--yoshi-dark); border-radius:18px;
  padding:18px 16px; text-align:center; animation:pop-in .35s ease both;
  box-shadow:0 12px 30px rgba(0,0,0,.5);
}
@keyframes pop-in{ from{ opacity:0; transform:scale(.7) translateY(10px);} to{ opacity:1; transform:none;} }
.desejo-card p{ margin:0; font-size:15px; line-height:1.6; color:var(--belly); }
.vale-tag{
  font-family:'Bebas Neue',sans-serif !important; font-size:15px !important; letter-spacing:.3em;
  color:var(--saddle) !important; margin-bottom:8px !important;
}
.desejo-card #btn-desejo{
  margin-top:14px; border:none; cursor:pointer; font-family:'Bebas Neue',sans-serif;
  letter-spacing:.12em; font-size:17px; padding:12px 26px; border-radius:999px;
  background:var(--yoshi); color:#0d1a06; box-shadow:0 5px 0 var(--yoshi-dark);
}

/* ── CENA 7: photobooth ── */
#booth{ display:flex; flex-direction:column; align-items:center; gap:16px; margin-top:16px; }
#booth-ligar,#booth-capturar{
  border:none; cursor:pointer; font-family:'Bebas Neue',sans-serif; letter-spacing:.12em;
  font-size:18px; padding:13px 30px; border-radius:999px;
  background:var(--saddle); color:#fff; box-shadow:0 5px 0 #9E1B2A;
}
#booth-capturar{ background:var(--yoshi); color:#0d1a06; box-shadow:0 5px 0 var(--yoshi-dark); }
#booth-stage{ display:flex; flex-direction:column; align-items:center; gap:12px; width:100%; }
#booth-video{ display:none; }
#booth-canvas{
  width:min(440px,92vw); border-radius:18px; border:3px solid #000;
  box-shadow:0 14px 40px rgba(0,0,0,.55); background:#000;
}
.booth-toggles{ display:flex; gap:18px; font-size:14px; color:rgba(255,246,224,.85); }
.booth-toggles input{ accent-color:var(--yoshi); }
.booth-acoes{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; }
#booth-fechar{
  border:none; background:none; color:rgba(255,246,224,.55); font-family:'Poppins',sans-serif;
  font-size:14px; cursor:pointer; text-decoration:underline;
}
#booth-erro,#booth-dica{ margin:0; font-size:14px; color:var(--boot); line-height:1.6; }
#booth-resultado{ width:min(440px,92vw); border-radius:18px; border:3px solid var(--marquee); }

/* ── CENA FINAL ── */
.final-card{ display:flex; flex-direction:column; align-items:center; }
.dedicatoria{ max-width:52ch; }
.pol-duo{
  width:min(340px,80vw); margin-top:22px; transform:rotate(-2.5deg); cursor:pointer;
}
.pol-duo img{ height:auto; max-height:340px; object-fit:contain; object-position:center; }
.assinatura{
  margin:18px 0 0; font-family:'Bebas Neue',sans-serif; font-size:19px;
  letter-spacing:.08em; color:var(--yoshi);
}
#tempo-final{
  margin:12px 0 0; font-family:'Bebas Neue',sans-serif; font-size:19px;
  letter-spacing:.08em; color:var(--marquee); min-height:22px;
}

/* ── dynamics: scroll reveal + sparkles + bulbs ── */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; transition-delay:calc(var(--i,0)*80ms); }
.reveal.in{ opacity:1; transform:none; }
.bulb{
  position:absolute; width:7px; height:7px; border-radius:50%; background:var(--marquee);
  box-shadow:0 0 8px var(--marquee), 0 0 16px rgba(255,210,74,.6);
}
.bulb.off{ opacity:.25; box-shadow:none; }
.ovo-deco{ pointer-events:auto; cursor:pointer; }
.ovo-deco.crack{ animation:wobble .4s ease; }
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity:1; transform:none; transition:none; }
  .ovo-desejo,.ovo-desejo.wobble,.ovo-desejo.rachado,.jogo-wrap.abanar,.ovo-deco.crack{ animation:none; }
  .oc-ovo{ transition-duration:.01s; }
}

@media (prefers-reduced-motion: reduce){
  .ovo-deco,.claquete-hint,.scroll-arrow{ animation:none; }
}
