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

/* =====================================================================
   MODELO 03 — "CONVITE LACRADO" (black tie)
   Convite formal de gala: midnight esmeralda, dourado foil, Cormorant
   gravada em caixa-alta. Retrato em ARCO de capela com fio dourado duplo
   e ASSINATURA: um SELO DE CERA dourado (emblema CSS) lacrando o convite.
   Paleta editável: JS injeta --rose (dourado) e --olive (esmeralda).
   ===================================================================== */
@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: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/cormorant-garamond.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: #c9a96a; --olive: #274237; --olive-dk: #274237;
  --night: #0e1311; --night-2: #151d1a; --night-3: #1d2723;
  --cream: #f3ede1; --cream-soft: #aab0a6;
  --gold-soft: color-mix(in srgb, var(--rose) 80%, var(--cream));
  --line: color-mix(in srgb, var(--rose) 26%, transparent);
  --line-soft: color-mix(in srgb, var(--cream) 12%, transparent);
  --arch: 46% 46% 10px 10px / 30% 30% 4px 4px;
  --radius: 10px; --shadow: 0 30px 70px -30px rgba(0,0,0,.8); --shadow-sm: 0 16px 40px -22px rgba(0,0,0,.75);
  --maxw: 1180px;
}
* { 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(--cream);
  background: radial-gradient(900px 460px at 50% -6%, color-mix(in srgb, var(--rose) 16%, transparent), transparent 70%), radial-gradient(800px 520px at 90% 12%, color-mix(in srgb, var(--olive) 45%, transparent), transparent 66%), var(--night);
  background-attachment: fixed; line-height: 1.65; overflow-x: hidden; }
h1,h2,h3,.hero__title,.footer__names,.section-title,.nav__logo { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; line-height: 1.05; }
em { font-style: italic; text-transform: none; letter-spacing: 0; color: var(--gold-soft); }
strong { font-weight: 600; color: var(--cream); }
.section-title span, .hero__title span, .intro h2 span { font-style: italic; text-transform: none; letter-spacing: 0; color: var(--rose); font-weight: 500; }
.footer__names span { color: var(--rose); }
.hero__eyebrow, .intro__eyebrow { display: inline-flex; align-items: center; gap: .8rem; text-transform: uppercase; letter-spacing: .36em; font-size: .62rem; font-weight: 500; color: var(--rose); margin-bottom: 1.6rem; }
.hero__eyebrow::before, .intro__eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--rose); }

.btn { display: inline-flex; align-items: center; gap: .5rem; background: var(--rose); color: var(--night); text-decoration: none; cursor: pointer; border: 1px solid var(--rose); padding: .9rem 1.8rem; border-radius: 2px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: .74rem; text-transform: uppercase; letter-spacing: .16em; transition: transform .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -12px color-mix(in srgb, var(--rose) 75%, transparent); }
.btn:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }
.btn--ghost { background: transparent; color: var(--rose); }
.btn--ghost:hover { background: color-mix(in srgb, var(--rose) 14%, transparent); }
.btn--mini { padding: .55rem 1.1rem; font-size: .66rem; letter-spacing: .14em; }

.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 6vw; background: color-mix(in srgb, var(--night) 78%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav__logo { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.7rem; color: var(--cream); text-decoration: none; letter-spacing: .14em; text-transform: uppercase; }
.nav__logo span { color: var(--rose); font-style: italic; }
.nav__links { display: flex; gap: 2rem; }
.nav__links a { color: var(--cream-soft); text-decoration: none; font-size: .7rem; font-weight: 500; text-transform: uppercase; letter-spacing: .18em; position: relative; padding: .2rem 0; transition: color .18s; }
.nav__links a::after { content: ''; position: absolute; left: 0; bottom: -3px; width: 0; height: 1px; background: var(--rose); transition: width .22s; }
.nav__links a:hover { color: var(--cream); } .nav__links a:hover::after { width: 100%; }

.hero,.intro,.acoes,.horarios,.rsvp,.historia,.como,.presentes,.faq { padding-left: 6vw; padding-right: 6vw; }
.hero { display: grid; grid-template-columns: 1fr .92fr; gap: 4rem; align-items: center; padding-top: 5rem; padding-bottom: 4.5rem; max-width: var(--maxw); margin: 0 auto; }
.hero__title { font-size: clamp(3rem,8vw,6rem); color: var(--cream); margin-bottom: 1.4rem; }
.hero__date { font-size: .78rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--rose); margin-bottom: .5rem; }
.hero__local { font-size: .9rem; letter-spacing: .04em; color: var(--cream-soft); margin-bottom: 1.6rem; }
.hero__lead { max-width: 46ch; font-size: 1.05rem; color: var(--cream-soft); }
.hero__cta { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 2.2rem; }
.hero__photo { position: relative; max-width: 460px; justify-self: end; width: 100%; }
.hero__frame { position: relative; width: 100%; aspect-ratio: 3/4; border-radius: var(--arch); overflow: hidden; box-shadow: 0 0 0 1.5px color-mix(in srgb, var(--rose) 80%, transparent), 0 0 0 6px var(--night), 0 0 0 7px color-mix(in srgb, var(--rose) 45%, transparent), var(--shadow); animation: revealUp 1s ease both; }
.hero__frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: brightness(1.02) contrast(1.04) saturate(.96); animation: kenburns 16s ease-in-out infinite alternate; }
.hero__photo:hover .hero__frame img { transform: scale(1.04); }
.hero__frame::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(120deg, transparent 42%, rgba(255,245,220,.28) 50%, transparent 58%); transform: translateX(-120%); animation: sheen 6s ease-in-out 1.4s infinite; }
.hero__frame::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; border-radius: var(--arch); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rose) 50%, transparent), inset 0 0 30px 10px rgba(0,0,0,.32); }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.07); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sheen { 0%,100% { transform: translateX(-120%); } 55%,70% { transform: translateX(120%); } }
/* ASSINATURA: selo de cera dourado lacrando o convite */
.hero__sticker { position: absolute; z-index: 4; bottom: -1.4rem; right: 1.4rem; width: 92px; height: 92px; display: grid; place-items: center; text-align: center; border-radius: 48% 52% 50% 50% / 50% 48% 52% 50%; color: var(--night); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: .64rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; line-height: 1.1; padding: .6rem; background: radial-gradient(circle at 38% 32%, color-mix(in srgb, var(--rose) 70%, #fff) 0 18%, var(--rose) 40%, color-mix(in srgb, var(--rose) 70%, #000) 100%); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--rose) 60%, #000), inset 0 6px 14px rgba(255,255,255,.35), 0 10px 22px -8px rgba(0,0,0,.6); }
.hero__sticker::before { content: '✦'; position: absolute; top: 8px; font-size: .7rem; color: color-mix(in srgb, var(--rose) 50%, #000); }

.countdown { display: flex; gap: 1.4rem; margin-top: 2.8rem; flex-wrap: wrap; }
.countdown__box { display: grid; place-items: center; text-align: center; min-width: 64px; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.countdown__box strong { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 600; line-height: 1; color: var(--cream); font-variant-numeric: tabular-nums; }
.countdown__box span { font-size: .54rem; text-transform: uppercase; letter-spacing: .22em; color: var(--rose); font-weight: 500; margin-top: .45rem; }

.section-title { font-size: clamp(2rem,5vw,3.2rem); color: var(--cream); margin-bottom: 2rem; }
.section-title--center { text-align: center; margin-left: auto; margin-right: auto; max-width: 22ch; }
.section-title--center::after { content: '✦'; display: block; color: var(--rose); font-size: .8rem; margin: .9rem auto 0; letter-spacing: 0; }

.intro { padding-top: 5rem; padding-bottom: 4rem; text-align: center; border-top: 1px solid var(--line-soft); max-width: var(--maxw); margin: 0 auto; }
.intro__inner { max-width: 640px; margin: 0 auto; } .intro__eyebrow { justify-content: center; }
.intro h2 { font-size: clamp(2rem,6vw,3.4rem); color: var(--cream); margin-bottom: 1.8rem; }
.intro p { color: var(--cream-soft); font-size: 1.05rem; margin-bottom: 1rem; }
.intro__sign { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.9rem; color: var(--rose); margin-top: 1.5rem; text-transform: none; }

.polaroids { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 1.2rem; margin-top: 3rem; }
.polaroid { position: relative; width: 150px; text-align: center; transition: transform .25s; }
.polaroid img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 50% 50% 6px 6px / 34% 34% 3px 3px; box-shadow: 0 0 0 1px color-mix(in srgb, var(--rose) 72%, transparent), 0 0 0 4px var(--night), 0 0 0 5px color-mix(in srgb, var(--rose) 40%, transparent), var(--shadow-sm); display: block; }
.polaroid::before { content: ''; position: absolute; top: 0; left: 0; right: 0; aspect-ratio: 3/4; z-index: 2; pointer-events: none; border-radius: 50% 50% 6px 6px / 34% 34% 3px 3px; box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rose) 45%, transparent); }
.polaroid:hover { transform: translateY(-6px); }
.polaroid figcaption { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.05rem; color: var(--cream-soft); margin-top: .55rem; text-transform: none; }

.acoes { padding-top: 4rem; padding-bottom: 4rem; max-width: var(--maxw); margin: 0 auto; }
.acoes__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.acao { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; text-decoration: none; color: var(--cream); padding: 2.2rem 1.8rem; border-radius: var(--radius); background: var(--night-2); border: 1px solid var(--line-soft); transition: border-color .2s, transform .2s, background .2s; }
.acao:hover { border-color: var(--line); transform: translateY(-5px); background: var(--night-3); }
.acao__icon { font-size: 1.7rem; line-height: 1; filter: grayscale(.2); }
.acao__titulo { font-family: 'Cormorant Garamond', serif; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: 1.5rem; color: var(--cream); }
.acao__txt { font-size: .88rem; color: var(--cream-soft); }
.acao__cta { margin-top: .4rem; font-size: .66rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--rose); }

.horarios { background: linear-gradient(160deg, var(--olive), color-mix(in srgb, var(--olive) 60%, var(--night))); color: var(--cream); padding-top: 4.5rem; padding-bottom: 4.5rem; border-radius: var(--radius); margin: 1rem auto 0; max-width: var(--maxw); border: 1px solid var(--line); }
.horarios .section-title { color: var(--cream); } .horarios .section-title span { color: var(--gold-soft); } .horarios .section-title--center::after { color: var(--gold-soft); }
.timeline { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; }
.evento { display: flex; align-items: baseline; gap: 2rem; padding: 1.8rem 0; border-top: 1px solid color-mix(in srgb, var(--rose) 28%, transparent); }
.evento:last-child { border-bottom: 1px solid color-mix(in srgb, var(--rose) 28%, transparent); }
.evento__hora { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(2.4rem,5vw,3.6rem); line-height: .9; color: var(--rose); min-width: 4.5ch; letter-spacing: .02em; font-variant-numeric: tabular-nums; }
.evento__corpo h3 { font-family: 'Cormorant Garamond', serif; text-transform: uppercase; letter-spacing: .05em; font-size: 1.4rem; color: var(--cream); margin-bottom: .3rem; }
.evento__corpo p { font-size: .92rem; color: color-mix(in srgb, var(--cream) 78%, transparent); }
.evento__emoji { font-size: 1.1rem; }
.horarios__local { text-align: center; margin-top: 2rem; letter-spacing: .18em; text-transform: uppercase; font-size: .72rem; color: var(--gold-soft); }

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

.como { padding-top: 4.5rem; padding-bottom: 4.5rem; border-top: 1px solid var(--line-soft); max-width: var(--maxw); margin: 0 auto; }
.como__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.como__card { position: relative; padding: 2rem 1.7rem; text-align: center; background: var(--night-2); border: 1px solid var(--line-soft); border-radius: var(--radius); }
.como__num { display: inline-grid; place-items: center; width: 3rem; height: 3rem; margin: 0 auto 1rem; font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.4rem; color: var(--rose); border: 1px solid var(--line); border-radius: 50%; }
.como__card h3 { font-family: 'Cormorant Garamond', serif; text-transform: uppercase; letter-spacing: .05em; font-size: 1.35rem; color: var(--cream); margin-bottom: .5rem; }
.como__card p { font-size: .9rem; color: var(--cream-soft); }

.presentes { padding-top: 5rem; padding-bottom: 5rem; max-width: var(--maxw); margin: 0 auto; }
.filtros { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.8rem; }
.filtro { background: transparent; border: 1px solid var(--line-soft); color: var(--cream-soft); padding: .55rem 1.2rem; border-radius: 2px; cursor: pointer; font-family: 'Poppins', sans-serif; font-size: .68rem; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; transition: all .16s; }
.filtro:hover { border-color: var(--rose); color: var(--rose); } .filtro.is-active { background: var(--rose); color: var(--night); border-color: var(--rose); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1.6rem; }
.card { background: var(--night-2); border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .2s; }
.card:hover { transform: translateY(-5px); border-color: var(--line); box-shadow: var(--shadow-sm); }

.scene { position: relative; aspect-ratio: 334/358; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--rose) 14%, transparent), transparent 60%), var(--night-3); border-bottom: 1px solid var(--line-soft); }
.sticker-mode .grid { grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1.6rem; }
.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: 92%; max-height: 184px; 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.2rem 1.2rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.card__nome { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; line-height: 1.1; color: var(--cream); margin-bottom: .4rem; text-transform: uppercase; letter-spacing: .03em; }
.card__desc { font-size: .85rem; color: var(--cream-soft); flex: 1; margin-bottom: 1.1rem; text-transform: none; font-weight: 300; }
.card__foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.card__preco { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--rose); letter-spacing: .01em; font-variant-numeric: tabular-nums; }
.card__pago { font-size: .62rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; color: var(--rose); background: transparent; border: 1px solid var(--line); padding: .35rem .7rem; border-radius: 2px; }
.card__custom-row { display: flex; align-items: center; gap: .5rem; border: 1px solid var(--line); border-radius: 2px; padding: .5rem .8rem; background: var(--night-3); }
.card__custom-row:focus-within { border-color: var(--rose); }
.card__cifrao { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--rose); }
.card__valor-input { flex: 1; border: none; outline: none; background: transparent; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--cream); width: 100%; }
.card__custom-hint { font-size: .76rem; color: var(--cream-soft); }

.faq { padding-top: 4rem; padding-bottom: 5rem; max-width: 820px; margin: 0 auto; }
.faq__list { display: flex; flex-direction: column; gap: .7rem; }
.faq details { background: var(--night-2); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 1.05rem 1.3rem; cursor: pointer; }
.faq summary { font-family: 'Cormorant Garamond', serif; font-weight: 600; text-transform: uppercase; font-size: 1.1rem; letter-spacing: .04em; color: var(--cream); 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; }
.faq details[open] summary::after { content: '\2013'; }
.faq details p { margin-top: .8rem; font-size: .92rem; color: var(--cream-soft); text-transform: none; font-weight: 300; }

.rsvp { max-width: 640px; margin: 0 auto; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.rsvp__lead { text-align: center; color: var(--cream-soft); margin: -.6rem 0 2rem; }
.rsvp__form { display: grid; gap: 1.2rem; background: var(--night-2); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 2.2rem; }
.rsvp__campo { display: grid; gap: .4rem; }
.rsvp__campo > span, .rsvp__campo legend { font-size: .66rem; font-weight: 500; text-transform: uppercase; letter-spacing: .16em; color: var(--rose); }
.rsvp__campo input[type="text"], .rsvp__campo input[type="number"], .rsvp__campo textarea { width: 100%; padding: .8rem .95rem; border: 1px solid var(--line-soft); border-radius: 2px; background: var(--night-3); color: var(--cream); font: inherit; }
.rsvp__campo input::placeholder, .rsvp__campo textarea::placeholder { color: color-mix(in srgb, var(--cream-soft) 70%, transparent); }
.rsvp__campo input:focus, .rsvp__campo textarea:focus { outline: none; border-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; }
.rsvp__msg { min-height: 1.2em; font-size: .92rem; color: var(--gold-soft); }

.footer { background: color-mix(in srgb, var(--night) 70%, #000); color: var(--cream); text-align: center; padding: 4rem 6vw; border-top: 1px solid var(--line); }
.footer__names { font-size: clamp(2.2rem,6vw,3.4rem); color: var(--cream); }
.footer__date { letter-spacing: .4em; color: var(--rose); margin: .6rem 0 1rem; font-size: .8rem; font-variant-numeric: tabular-nums; }
.footer__small { font-size: .82rem; color: var(--cream-soft); text-transform: none; font-weight: 300; }

.modal { position: fixed; inset: 0; z-index: 100; background: rgba(6,9,8,.78); backdrop-filter: blur(5px); display: none; place-items: center; padding: 1.5rem; }
.modal.is-open { display: grid; }
.modal__box { background: var(--night-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.5rem 2rem 2rem; max-width: 410px; width: 100%; text-align: center; position: relative; box-shadow: var(--shadow); animation: pop .25s ease; }
@keyframes pop { from { transform: scale(.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal__close { position: absolute; top: .6rem; right: 1rem; background: none; border: none; font-size: 1.8rem; color: var(--cream-soft); cursor: pointer; line-height: 1; }
.modal__emoji { font-size: 3rem; }
.modal__box h3 { font-family: 'Cormorant Garamond', serif; text-transform: uppercase; letter-spacing: .04em; font-size: 1.5rem; color: var(--cream); margin: .4rem 0; }
.modal__nome { color: var(--cream-soft); font-weight: 400; text-transform: none; }
.modal__valor { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; color: var(--rose); margin: .4rem 0 1rem; font-variant-numeric: tabular-nums; }
.modal__instrucao { font-size: .85rem; color: var(--cream-soft); margin-bottom: 1.5rem; text-transform: none; font-weight: 300; }
.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 1rem; }
.modal__valor-edit .card__valor-input { font-size: 1.9rem; 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; }
  .hero__photo { order: -1; max-width: 320px; margin: 0 auto; justify-self: center; }
  .acoes__grid, .como__grid { grid-template-columns: 1fr; }
  .polaroid { width: 130px; }
}
@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: .85; }
  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; }
