/**
 ** Data : 16/06/2026
 ** Autor: Whilton Reis
 ** Polaris Tecnologia
 **/

/* =====================================================================
   MODELO 05 — "ESPÉCIME TIPOGRÁFICO" (editorial suíço)
   Convite tratado como espécime de tipo: nomes gigantes sangrando, muito
   respiro, foto em P&B que ganha cor no hover, e ASSINATURA: um fio
   condutor cobalto que costura as seções (eyebrow + filete) como num
   layout de revista. Precisão acima de ornamento.
   Paleta editável: JS injeta --accent (--rose) e --ink2 (--olive).
   ===================================================================== */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/poppins-300.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/poppins-400.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/poppins-500.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/poppins-600.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400 700; font-display: swap; src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2'); }

:root {
  --rose: #2b50ff; --olive: #14161a; --olive-dk: #14161a;
  --paper: #ffffff; --paper-2: #f5f5f2; --ink: #14161a; --ink-soft: #6b6f76;
  --line: #14161a1a; --line-2: #14161a33;
  --radius: 0px; --maxw: 1240px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', system-ui, sans-serif; font-weight: 300; color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
h1,h2,h3,.hero__title,.footer__names,.section-title,.nav__logo { font-family: 'Poppins', system-ui, sans-serif; font-weight: 500; letter-spacing: -.04em; line-height: .94; }
em { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; letter-spacing: 0; color: var(--ink); font-weight: 600; }
strong { font-weight: 500; color: var(--ink); }
.section-title span, .hero__title span, .intro h2 span { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 600; letter-spacing: 0; color: var(--ink); border-bottom: 2px solid var(--rose); padding-bottom: .02em; }
.footer__names span { color: var(--rose); }
/* ASSINATURA: eyebrow = fio condutor cobalto */
.hero__eyebrow, .intro__eyebrow { display: flex; align-items: center; gap: .9rem; text-transform: uppercase; letter-spacing: .28em; font-size: .64rem; font-weight: 500; color: var(--ink); margin-bottom: 2rem; }
.hero__eyebrow::before, .intro__eyebrow::before { content: ''; width: 64px; height: 2px; background: var(--rose); flex: none; }
.intro__eyebrow { justify-content: center; }

.btn { display: inline-flex; align-items: center; gap: .6rem; background: var(--ink); color: var(--paper); text-decoration: none; cursor: pointer; border: 1px solid var(--ink); padding: .95rem 1.9rem; border-radius: 0; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; transition: background .18s, color .18s, border-color .18s; }
.btn:hover { background: var(--rose); border-color: var(--rose); color: var(--paper); }
.btn:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }
.btn--ghost { background: transparent; color: var(--ink); } .btn--ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn--mini { padding: .6rem 1.2rem; font-size: .68rem; }

.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.3rem 5vw; background: color-mix(in srgb, var(--paper) 86%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__logo { font-weight: 500; font-size: 1.2rem; color: var(--ink); text-decoration: none; letter-spacing: -.03em; } .nav__logo span { color: var(--rose); }
.nav__links { display: flex; gap: 2.2rem; }
.nav__links a { color: var(--ink); text-decoration: none; font-size: .74rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; position: relative; padding: .2rem 0; }
.nav__links a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: var(--rose); transition: width .2s; } .nav__links a:hover::after { width: 100%; }

.hero,.intro,.acoes,.horarios,.rsvp,.historia,.como,.presentes,.faq { padding-left: 5vw; padding-right: 5vw; }
/* HERO — nomes-espécime gigantes à esquerda, retrato P&B à direita */
.hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4.5rem; align-items: end; padding-top: 6rem; padding-bottom: 5rem; max-width: var(--maxw); margin: 0 auto; }
.hero__title { font-size: clamp(3.4rem, 11vw, 8.5rem); color: var(--ink); margin-bottom: 1.6rem; font-weight: 500; }
.hero__date { font-size: .76rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); margin-bottom: .4rem; font-variant-numeric: tabular-nums; }
.hero__local { font-size: .9rem; color: var(--ink-soft); margin-bottom: 1.6rem; }
.hero__lead { max-width: 44ch; font-size: 1.06rem; color: var(--ink-soft); }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.2rem; }
.hero__photo { position: relative; width: 100%; }
.hero__frame { position: relative; width: 100%; aspect-ratio: 3/4; overflow: hidden; border-radius: 0; animation: revealUp 1.1s ease both; }
.hero__frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.05); transition: filter .5s ease, transform 6s ease; animation: kenburns 18s ease-in-out infinite alternate; }
.hero__photo:hover .hero__frame img { filter: grayscale(0) contrast(1); transform: scale(1.03); }
.hero__frame::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(120deg, transparent 42%, rgba(255,255,255,.3) 50%, transparent 58%); transform: translateX(-120%); animation: sheen 6.5s ease-in-out 1.4s infinite; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.06); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sheen { 0%,100% { transform: translateX(-120%); } 55%,70% { transform: translateX(120%); } }
.hero__sticker { position: absolute; z-index: 3; top: 1rem; left: 1rem; background: var(--rose); color: var(--paper); font-size: .62rem; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; padding: .4rem .8rem; border-radius: 0; }

.countdown { display: flex; gap: 2.4rem; margin-top: 3rem; flex-wrap: wrap; }
.countdown__box { display: grid; text-align: left; }
.countdown__box strong { font-size: 2.6rem; font-weight: 400; line-height: 1; color: var(--ink); letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.countdown__box span { font-size: .58rem; text-transform: uppercase; letter-spacing: .2em; color: var(--ink-soft); font-weight: 500; margin-top: .5rem; }

.section-title { font-size: clamp(2rem, 5.5vw, 3.8rem); color: var(--ink); margin-bottom: 2.4rem; font-weight: 500; }
.section-title--center { text-align: center; margin-left: auto; margin-right: auto; max-width: 22ch; }

.intro { padding-top: 6rem; padding-bottom: 5rem; text-align: center; border-top: 1px solid var(--line); max-width: var(--maxw); margin: 0 auto; }
.intro__inner { max-width: 640px; margin: 0 auto; }
.intro h2 { font-size: clamp(2rem,6vw,3.8rem); color: var(--ink); margin-bottom: 1.8rem; font-weight: 500; }
.intro p { color: var(--ink-soft); font-size: 1.08rem; margin-bottom: 1rem; }
.intro__sign { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.9rem; color: var(--ink); margin-top: 1.6rem; }

.polaroids { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; margin-top: 3.5rem; background: var(--line); border: 1px solid var(--line); }
.polaroid { position: relative; background: var(--paper); text-align: center; }
.polaroid img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; filter: grayscale(1) contrast(1.03); transition: filter .4s ease; }
.polaroid:hover img { filter: grayscale(0); }
.polaroid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: .5rem; font-size: .6rem; text-transform: uppercase; letter-spacing: .16em; color: var(--paper); background: linear-gradient(transparent, rgba(20,22,26,.7)); }

.acoes { padding-top: 4.5rem; padding-bottom: 4.5rem; max-width: var(--maxw); margin: 0 auto; }
.acoes__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid var(--line-2); }
.acao { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; text-decoration: none; color: var(--ink); padding: 2.2rem 1.6rem; border-bottom: 1px solid var(--line-2); border-right: 1px solid var(--line); transition: background .2s; }
.acao:last-child { border-right: none; } .acao:hover { background: var(--paper-2); }
.acao__icon { font-size: 1.5rem; line-height: 1; } .acao__titulo { font-weight: 500; font-size: 1.3rem; color: var(--ink); letter-spacing: -.02em; } .acao__txt { font-size: .88rem; color: var(--ink-soft); }
.acao__cta { margin-top: .4rem; font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); }

.horarios { background: var(--ink); color: var(--paper); padding-top: 5rem; padding-bottom: 5rem; margin-top: 0; }
.horarios .section-title { color: var(--paper); } .horarios .section-title span { border-bottom-color: var(--rose); color: var(--paper); }
.timeline { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; }
.evento { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 2.4rem; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.16); } .evento:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.evento__hora { font-weight: 400; font-size: clamp(2.4rem,5vw,3.8rem); line-height: .9; color: var(--paper); letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.evento__corpo h3 { font-size: 1.2rem; color: var(--paper); margin-bottom: .3rem; font-weight: 500; } .evento__corpo p { font-size: .92rem; opacity: .7; } .evento__emoji { display: none; }
.horarios__local { text-align: center; margin-top: 2.4rem; letter-spacing: .2em; text-transform: uppercase; font-size: .72rem; opacity: .6; }

.historia { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; padding-top: 6rem; padding-bottom: 5rem; max-width: var(--maxw); margin: 0 auto; }
.historia__text p { margin-bottom: 1rem; color: var(--ink-soft); }
.historia__assinatura { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.6rem; color: var(--ink); margin-top: 1.4rem; }

.como { padding-top: 5rem; padding-bottom: 5rem; border-top: 1px solid var(--line); max-width: var(--maxw); margin: 0 auto; }
.como__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.6rem; }
.como__card { position: relative; padding-top: 1.6rem; border-top: 2px solid var(--ink); }
.como__num { display: block; font-weight: 400; font-size: 1rem; color: var(--rose); letter-spacing: .1em; margin-bottom: 1.2rem; font-variant-numeric: tabular-nums; }
.como__card h3 { font-size: 1.3rem; color: var(--ink); margin-bottom: .5rem; font-weight: 500; letter-spacing: -.02em; } .como__card p { font-size: .92rem; color: var(--ink-soft); }

.presentes { padding-top: 5.5rem; padding-bottom: 5.5rem; max-width: var(--maxw); margin: 0 auto; }
.filtros { display: flex; gap: 1.6rem; flex-wrap: wrap; justify-content: center; margin-bottom: 3rem; }
.filtro { background: transparent; border: none; color: var(--ink-soft); padding: .3rem 0; border-bottom: 2px solid transparent; cursor: pointer; font-family: 'Poppins', sans-serif; font-size: .74rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; transition: color .16s, border-color .16s; }
.filtro:hover { color: var(--ink); } .filtro.is-active { color: var(--ink); border-bottom-color: var(--rose); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { background: var(--paper); display: flex; flex-direction: column; transition: background .2s; } .card:hover { background: var(--paper-2); }

.scene { position: relative; aspect-ratio: 334/358; overflow: hidden; display: grid; place-items: center; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.sticker-mode .grid { grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1px; }
.sticker-mode .scene { aspect-ratio: auto; height: 200px; }
.scene:has(.scene__sticker--foto) { aspect-ratio: 4/3; height: auto; }
.scene__sticker { position: relative; z-index: 2; align-self: center; justify-self: center; margin: 0; width: auto; height: auto; max-width: 90%; max-height: 180px; object-fit: contain; object-position: center; opacity: 1; filter: none; }
.scene__sticker--foto { width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; object-fit: cover !important; padding: 0 !important; }
.scene__sticker.is-framed { align-self: center; margin-top: 0; height: 88%; max-width: 92%; border-radius: 0; box-shadow: none; filter: none; }

.card__body { padding: 1.3rem 1.3rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.card__nome { font-size: 1.05rem; font-weight: 500; line-height: 1.15; color: var(--ink); margin-bottom: .4rem; letter-spacing: -.02em; }
.card__desc { font-size: .85rem; color: var(--ink-soft); flex: 1; margin-bottom: 1.2rem; }
.card__foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.card__preco { font-size: 1.3rem; font-weight: 500; color: var(--ink); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.card__pago { font-size: .66rem; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: var(--rose); background: transparent; padding: 0; }
.card__custom-row { display: flex; align-items: center; gap: .5rem; border: 1px solid var(--line-2); border-radius: 0; padding: .55rem .85rem; background: var(--paper); }
.card__custom-row:focus-within { border-color: var(--rose); }
.card__cifrao { font-size: 1.2rem; font-weight: 500; color: var(--ink); }
.card__valor-input { flex: 1; border: none; outline: none; background: transparent; font-family: 'Poppins', sans-serif; font-size: 1.3rem; font-weight: 500; color: var(--ink); width: 100%; }
.card__custom-hint { font-size: .76rem; color: var(--ink-soft); }

.faq { padding-top: 5rem; padding-bottom: 5.5rem; max-width: 820px; margin: 0 auto; }
.faq__list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line-2); padding: 1.3rem .2rem; cursor: pointer; }
.faq summary { font-weight: 500; font-size: 1rem; letter-spacing: -.02em; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::after { content: '+'; color: var(--rose); font-size: 1.5rem; line-height: 1; font-weight: 300; } .faq details[open] summary::after { content: '\2013'; }
.faq details p { margin-top: .8rem; font-size: .92rem; color: var(--ink-soft); }

.rsvp { max-width: 620px; margin: 0 auto; padding-top: 5rem; padding-bottom: 5rem; }
.rsvp__lead { text-align: center; color: var(--ink-soft); margin: -1rem 0 2.4rem; }
.rsvp__form { display: grid; gap: 1.4rem; }
.rsvp__campo { display: grid; gap: .45rem; }
.rsvp__campo > span, .rsvp__campo legend { font-size: .68rem; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); }
.rsvp__campo input[type="text"], .rsvp__campo input[type="number"], .rsvp__campo textarea { width: 100%; padding: .85rem 0; border: none; border-bottom: 1px solid var(--line-2); background: transparent; color: var(--ink); font: inherit; border-radius: 0; }
.rsvp__campo input:focus, .rsvp__campo textarea:focus { outline: none; border-bottom-color: var(--rose); }
.rsvp__campo textarea { resize: vertical; }
.rsvp__opcoes { border: none; } .rsvp__opcoes label { display: inline-flex; align-items: center; gap: .4rem; margin-right: 1.5rem; cursor: pointer; } .rsvp__opcoes input { accent-color: var(--rose); }
.rsvp__form .btn { justify-self: start; margin-top: .6rem; } .rsvp__msg { min-height: 1.2em; font-size: .92rem; color: var(--rose); }

.footer { background: var(--paper); color: var(--ink); text-align: center; padding: 4.5rem 5vw; border-top: 1px solid var(--line-2); }
.footer__names { font-size: clamp(2.2rem,6vw,3.6rem); color: var(--ink); font-weight: 500; }
.footer__date { letter-spacing: .3em; color: var(--ink-soft); margin: .7rem 0 1rem; font-size: .8rem; font-variant-numeric: tabular-nums; }
.footer__small { font-size: .82rem; color: var(--ink-soft); }

.modal { position: fixed; inset: 0; z-index: 100; background: rgba(20,22,26,.55); backdrop-filter: blur(4px); display: none; place-items: center; padding: 1.5rem; }
.modal.is-open { display: grid; }
.modal__box { background: var(--paper); border: 1px solid var(--ink); border-radius: 0; padding: 2.6rem 2rem 2rem; max-width: 410px; width: 100%; text-align: center; position: relative; animation: pop .25s ease; }
@keyframes pop { from { transform: translateY(10px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal__close { position: absolute; top: .6rem; right: 1rem; background: none; border: none; font-size: 1.7rem; color: var(--ink-soft); cursor: pointer; line-height: 1; }
.modal__emoji { font-size: 2.6rem; } .modal__box h3 { font-size: 1.35rem; color: var(--ink); margin: .4rem 0; font-weight: 500; }
.modal__nome { color: var(--ink-soft); font-weight: 400; } .modal__valor { font-size: 2rem; font-weight: 500; color: var(--ink); margin: .4rem 0 1rem; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.modal__instrucao { font-size: .86rem; color: var(--ink-soft); margin-bottom: 1.5rem; } .modal__ok { width: 100%; justify-content: center; }
.modal__valor-edit { display: flex; flex-direction: column; gap: .7rem; margin: .4rem 0 .5rem; text-align: left; }
.modal__valor-edit[hidden] { display: none !important; } .modal__valor-edit .card__custom-row { padding: .7rem .9rem; }
.modal__valor-edit .card__valor-input { font-size: 1.6rem; text-align: center; } .modal__valor-edit .card__custom-hint { text-align: center; }
.is-hidden { display: none !important; }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .hero, .historia { grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
  .hero__photo { max-width: 360px; }
  .acoes__grid, .como__grid { grid-template-columns: 1fr; }
  .acao { border-right: none; }
  .polaroids { grid-template-columns: repeat(2,1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .scene__fx, .hero__frame, .hero__frame img, .anim-el { animation: none !important; }
  .hero__frame::after { animation: none !important; opacity: 0; }
  .scene__fx { opacity: .8; }
  html { scroll-behavior: auto; }
}
.scene__fx {
  position: absolute; z-index: 1; font-size: 1.3rem; opacity: 0; bottom: 8px;
  animation: floatUp 3.4s ease-in-out infinite;
}
.scene__fx.fx1 { left: 22%; animation-delay: 0s; }
.scene__fx.fx2 { left: 50%; animation-delay: 1.1s; }
.scene__fx.fx3 { left: 74%; animation-delay: 2.2s; }
@keyframes floatUp {
  0%   { opacity: 0; transform: translateY(10px) scale(.7); }
  20%  { opacity: .9; }
  80%  { opacity: .9; }
  100% { opacity: 0; transform: translateY(-90px) scale(1.05); }
}
/* --- BOB: balanço suave (café, cachorro) --- */
.scene--bob .anim-el { animation: a-bob 2.6s ease-in-out infinite; }
@keyframes a-bob { 0%,100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-9px) rotate(1.5deg); } }

/* --- SHAKE: tremedeira de raiva (montar móvel) --- */
.scene--shake .anim-el { animation: a-shake .35s linear infinite; }
@keyframes a-shake {
  0%,100% { transform: translate(0,0) rotate(0); }
  25% { transform: translate(-3px,1px) rotate(-2.5deg); }
  50% { transform: translate(3px,-1px) rotate(2.5deg); }
  75% { transform: translate(-2px,0) rotate(-1.5deg); }
}

/* --- ZEN: respiração calma (sem sogra, terapia) --- */
.scene--zen .anim-el { animation: a-zen 4s ease-in-out infinite; }
@keyframes a-zen { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.scene--zen { background: linear-gradient(135deg, #e7eddb, #fff); }

/* --- CRY: soluço tremido (choro no altar) --- */
.scene--cry .anim-el { animation: a-sob 1.1s ease-in-out infinite; }
@keyframes a-sob {
  0%,100% { transform: translateY(0) rotate(0); }
  20% { transform: translateY(-3px) rotate(-2deg); }
  40% { transform: translateY(1px) rotate(2deg); }
  60% { transform: translateY(-2px) rotate(-1deg); }
}

/* --- WIGGLE: dança de festa (cerveja, open bar) --- */
.scene--wiggle .anim-el { animation: a-wiggle .7s ease-in-out infinite; }
@keyframes a-wiggle {
  0%,100% { transform: rotate(-3deg) scale(1.02); }
  50% { transform: rotate(3deg) scale(1.04); }
}
.scene--wiggle .scene__fx { animation-duration: 1.8s; }

/* --- ZOOM: disparada pra fugir (combustível) --- */
.scene--zoom .anim-el { animation: a-zoom 1.7s ease-in-out infinite; }
@keyframes a-zoom {
  0% { transform: translateX(-12px) scale(1.02); }
  55% { transform: translateX(8px) scale(1.05); }
  100% { transform: translateX(-12px) scale(1.02); }
}
.scene--zoom .scene__fx { animation: streak 1s linear infinite; }
@keyframes streak {
  0% { opacity: 0; transform: translateX(40px); }
  30% { opacity: .9; }
  100% { opacity: 0; transform: translateX(-70px); }
}

/* --- KISS: batida de coração apaixonado (lua de mel, sumir) --- */
.scene--kiss .anim-el { animation: a-kiss 1.3s ease-in-out infinite; }
@keyframes a-kiss { 0%,100% { transform: scale(1); } 15% { transform: scale(1.07); } 30% { transform: scale(1); } 45% { transform: scale(1.07); } }

/* --- PULSE: cha-ching do dinheiro (paguei o buffet) --- */
.scene--pulse .anim-el { animation: a-pulse 1s ease-in-out infinite; }
@keyframes a-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06) rotate(1.5deg); } }
/* movimentos extras */
.scene--swing .anim-el { transform-origin: top center; animation: a-swing 2.2s ease-in-out infinite; }
@keyframes a-swing { 0%,100% { transform: rotate(-6deg); } 50% { transform: rotate(6deg); } }
.scene--spin .anim-el { animation: a-spin 3.4s linear infinite; }
@keyframes a-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
.scene--jelly .anim-el { animation: a-jelly 1.6s ease-in-out infinite; }
@keyframes a-jelly { 0%,100% { transform: scale(1,1); } 30% { transform: scale(1.12,.88); } 50% { transform: scale(.9,1.1); } 70% { transform: scale(1.05,.95); } }
.scene--tada .anim-el { animation: a-tada 2s ease-in-out infinite; }
@keyframes a-tada { 0%,100% { transform: scale(1) rotate(0); } 10%,20% { transform: scale(.93) rotate(-5deg); } 30%,50%,70%,90% { transform: scale(1.1) rotate(5deg); } 40%,60%,80% { transform: scale(1.1) rotate(-5deg); } }
.scene--bounce .anim-el { animation: a-bounce 1.7s cubic-bezier(.28,.84,.42,1) infinite; }
@keyframes a-bounce { 0%,100% { transform: translateY(0); } 30% { transform: translateY(-22px); } 50% { transform: translateY(0); } 65% { transform: translateY(-10px); } 80% { transform: translateY(0); } }
.scene--drift .anim-el { animation: a-drift 3s ease-in-out infinite; }
.scene--estatico .anim-el { animation: none; }
.scene--flip .anim-el { animation: a-flip 3s ease-in-out infinite; }
@keyframes a-flip { 0%,100% { transform: perspective(420px) rotateY(0); } 50% { transform: perspective(420px) rotateY(180deg); } }
.scene--heartbeat .anim-el { animation: a-heartbeat 1.4s ease-in-out infinite; }
@keyframes a-heartbeat { 0%,40%,100% { transform: scale(1); } 12% { transform: scale(1.16); } 24% { transform: scale(1); } 32% { transform: scale(1.12); } }
.scene--wobble .anim-el { animation: a-wobble 1.8s ease-in-out infinite; }
@keyframes a-wobble { 0%,100% { transform: translateX(0) rotate(0); } 15% { transform: translateX(-8px) rotate(-5deg); } 30% { transform: translateX(6px) rotate(4deg); } 45% { transform: translateX(-5px) rotate(-3deg); } 60% { transform: translateX(4px) rotate(2deg); } 75% { transform: translateX(-2px) rotate(-1deg); } }
.scene--rubber .anim-el { animation: a-rubber 1.6s ease-in-out infinite; }
@keyframes a-rubber { 0%,100% { transform: scale(1,1); } 30% { transform: scale(1.25,.75); } 45% { transform: scale(.8,1.2); } 60% { transform: scale(1.1,.9); } 75% { transform: scale(.97,1.03); } }
.scene--orbit .anim-el { animation: a-orbit 3s linear infinite; }
@keyframes a-orbit { 0% { transform: translate(6px,0); } 25% { transform: translate(0,6px); } 50% { transform: translate(-6px,0); } 75% { transform: translate(0,-6px); } 100% { transform: translate(6px,0); } }
.scene--vibrate .anim-el { animation: a-vibrate .25s linear infinite; }
@keyframes a-vibrate { 0%,100% { transform: translate(0,0); } 20% { transform: translate(-1.5px,1px); } 40% { transform: translate(1.5px,-1px); } 60% { transform: translate(-1px,1px); } 80% { transform: translate(1px,-1px); } }
@keyframes a-drift { 0%,100% { transform: translateX(-10px) rotate(-2deg); } 50% { transform: translateX(10px) rotate(2deg); } }
.scene--pulse { background: linear-gradient(135deg, #e9e2c4, #fff); }
.scene--pulse .scene__fx { animation-duration: 1.6s; font-size: 1.5rem; }

/* respeita quem prefere menos movimento */
@media (prefers-reduced-motion: reduce) {
  .scene__big, .scene__fx { animation: none !important; }
  .scene__fx { opacity: .85; }
}

/* ---- CHECKOUT TRANSPARENTE (etapas do modal) ---- */
.modal__box:has(.modal__pagar:not([hidden])) { max-width: 480px; }
.modal__pagar[hidden], .modal__cartao[hidden], .modal__pix[hidden] { display: none !important; }
.modal__pagar { display: flex; flex-direction: column; gap: .7rem; margin: .6rem 0 .2rem; text-align: left; }
.modal__campos { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.modal__input { width: 100%; box-sizing: border-box; border: 1.5px solid rgba(0,0,0,.18); border-radius: 10px; padding: .6rem .8rem; font: inherit; font-size: .95rem; color: #1c1c1c; background: #fff; }
.modal__input::placeholder { color: #9a9a9a; }
.modal__input:focus { outline: none; border-color: var(--rose); }
.modal__metodos { display: flex; gap: .5rem; }
.modal__metodo { flex: 1; cursor: pointer; border: 1.5px solid rgba(0,0,0,.18); background: #fff; color: #1c1c1c; border-radius: 10px; padding: .5rem .8rem; font: inherit; font-size: .92rem; transition: background .15s, color .15s, border-color .15s; }
.modal__metodo.is-active { background: var(--olive); border-color: var(--olive); color: #fff; }
.modal__cartao { display: flex; flex-direction: column; gap: .55rem; }
.modal__cartao-linha { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .5rem; }
.modal__pix { display: flex; flex-direction: column; align-items: center; gap: .7rem; margin: .4rem 0; }
.modal__pix-qr { width: 210px; height: 210px; border-radius: 12px; background: #fff; }
.modal__pix-codigo { width: 100%; box-sizing: border-box; border: 1.5px solid rgba(0,0,0,.18); border-radius: 10px; padding: .5rem .7rem; font-family: monospace; font-size: .78rem; resize: none; color: #1c1c1c; background: #fff; }
.modal__pix-aguardando { font-size: .85rem; color: var(--rose); }
@media (max-width: 480px) { .modal__campos, .modal__cartao-linha { grid-template-columns: 1fr; } }

/* RSVP largura igual ao modelo-01 (max 620 + lateral 1.5rem) */
.rsvp { max-width: 620px; padding-left: 1.5rem; padding-right: 1.5rem; }

/* selo legivel em todos (detalhe maior) */
.hero__sticker { font-size: .82rem; letter-spacing: .08em; padding-top: .5rem; padding-bottom: .5rem; }
