/* ═══════════════════════════════════════════════════════
   CHAMADA PARA UM TEMPO COMO ESTE — estilo do site público
═══════════════════════════════════════════════════════ */

/*
 * FONTES
 * Títulos    : Libre Franklin  — https://fonts.google.com/specimen/Libre+Franklin
 * Corpo      : DM Sans         — https://fonts.google.com/specimen/DM+Sans
 */

:root {
  --ink:        #282828;
  --ink-soft:   #3a3232;
  --rose:       #c59d9b;
  --rose-soft:  #d8bab8;
  --wine:       #8e5150;
  --wine-deep:  #6f3e3d;
  --taupe:      #91766d;
  --cream:      #f6ece3;
  --cream-deep: #ece0d4;
  --white:      #ffffff;
  --muted:      #9c8a82;

  --font-title: 'Libre Franklin', sans-serif;   /* títulos */
  --font-sans:  'DM Sans', sans-serif;          /* corpo */
  --font-serif: 'Libre Franklin', sans-serif;   /* compat. */
  --font-script:'Libre Franklin', sans-serif;   /* compat. */
  --ease:       cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-soft:  cubic-bezier(0.4, 0, 0.2, 1);
  --shadow:     0 18px 50px rgba(40, 40, 40, 0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 17px;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 26px; }
.center { text-align: center; }

/* ═══ Tipografia ═══ */
h1, h2, h3 { font-family: var(--font-title); font-weight: 700; line-height: 1.1; }
.section-tag {
  display: inline-block; font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 3.5px; text-transform: uppercase; color: var(--wine); margin-bottom: 14px;
}
.section-title { font-size: clamp(2rem, 4vw, 3rem); color: var(--ink); font-weight: 700; }
.section-head { margin-bottom: 56px; }
.section-head.center .divider { margin-left: auto; margin-right: auto; }
.divider { width: 64px; height: 2px; background: var(--wine); margin-top: 22px; border-radius: 2px; }
.eyebrow-script { font-family: var(--font-serif); font-style: italic; }

/* ═══ Botões ═══ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer;
  font-family: var(--font-sans); font-size: 15px; font-weight: 600; letter-spacing: .4px;
  padding: 15px 34px; border-radius: 100px; border: none; white-space: nowrap;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s, color .3s;
}
.btn-primary { background: var(--wine); color: var(--white); box-shadow: 0 12px 30px rgba(142, 81, 80, .28); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(142, 81, 80, .38); background: var(--wine-deep); }
.btn-ghost { background: transparent; color: var(--wine); border: 1.5px solid var(--wine); }
.btn-ghost:hover { background: var(--wine); color: var(--white); transform: translateY(-3px); }
.btn-light { background: var(--cream); color: var(--wine); }
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn:disabled { opacity: .6; cursor: default; transform: none; }

/* ═══ Animações de entrada (kidoo-style) ═══ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(38px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes scrollDot { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(14px); } }

.reveal      { opacity: 0; transform: translateY(46px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-left { opacity: 0; transform: translateX(-46px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-right{ opacity: 0; transform: translateX(46px);  transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(38px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: .12s; }
.stagger.visible > *:nth-child(3) { transition-delay: .24s; }
.stagger.visible > *:nth-child(4) { transition-delay: .36s; }

/* ═══ NAV ═══ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s var(--ease-soft), box-shadow .4s var(--ease-soft), padding .4s var(--ease-soft);
  padding: 22px 0;
}
.nav.scrolled, .nav.solid { background: rgba(246, 236, 227, .94); backdrop-filter: blur(12px); box-shadow: 0 4px 24px rgba(40,40,40,.07); padding: 12px 0; }
.nav-inner { max-width: 1240px; margin: 0 auto; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 46px; width: auto; transition: height .4s var(--ease-soft); filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0,0,0,.35)); }
.nav.scrolled .nav-logo img, .nav.solid .nav-logo img { height: 38px; filter: none; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 500; color: #fff; text-shadow: 0 1px 6px rgba(40,40,40,.4); position: relative; transition: color .3s; }
.nav.scrolled .nav-links a, .nav.solid .nav-links a { color: var(--ink); text-shadow: none; }
.nav.scrolled .nav-links a:hover, .nav.scrolled .nav-links a.active, .nav.solid .nav-links a:hover, .nav.solid .nav-links a.active { color: var(--wine); }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 1.5px; background: var(--wine); transition: width .35s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--wine); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.nav-cta { background: var(--wine); color: var(--white); padding: 10px 24px; border-radius: 100px; }
.nav-links a.nav-cta::after { display: none; }
.nav-links a.nav-cta:hover { background: var(--wine-deep); color: var(--white); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ═══ HERO ═══ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,40,40,.55) 0%, rgba(111,62,61,.45) 55%, rgba(40,40,40,.7) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 880px; padding: 120px 26px 80px; color: var(--cream); }
.hero-crown { width: 78px; margin: 0 auto 26px; opacity: 0; animation: fadeIn 1.4s ease .2s forwards; filter: brightness(0) invert(1); }
.hero-eyebrow { font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: var(--rose-soft); margin-bottom: 22px; opacity: 0; animation: fadeUp 1s var(--ease) .4s forwards; }
.hero-title { font-size: clamp(2.6rem, 6vw, 4.8rem); color: var(--white); font-weight: 800; letter-spacing: -.5px; opacity: 0; animation: fadeUp 1s var(--ease) .6s forwards; }
.hero-sub { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.15rem, 2.4vw, 1.7rem); color: var(--rose-soft); margin-top: 14px; opacity: 0; animation: fadeUp 1s var(--ease) .8s forwards; }
.hero-text { font-size: 16px; line-height: 1.9; color: rgba(246,236,227,.9); max-width: 620px; margin: 26px auto 38px; opacity: 0; animation: fadeUp 1s var(--ease) 1s forwards; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 1s var(--ease) 1.2s forwards; }
.hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 2; width: 24px; height: 40px; border: 1.5px solid rgba(246,236,227,.5); border-radius: 100px; display: flex; justify-content: center; padding-top: 8px; }
.hero-scroll span { width: 4px; height: 8px; background: var(--cream); border-radius: 4px; animation: scrollDot 1.4s var(--ease) infinite; }

/* ═══ Seções genéricas ═══ */
section { position: relative; }
.section { padding: 110px 0; }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.section-wine { background: var(--wine); color: var(--cream); }
.section-wine .section-tag { color: var(--rose-soft); }
.section-wine .section-title { color: var(--white); }
.section-wine .divider { background: var(--rose-soft); }

/* ═══ Próximos eventos (cards CTA) ═══ */
.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 32px; }
.event-card {
  background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow);
  display: flex; flex-direction: column; transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.event-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(40,40,40,.16); }
.event-card-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.event-card-media img, .event-card-media video { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.event-card:hover .event-card-media img { transform: scale(1.06); }
.event-card-date { position: absolute; top: 16px; left: 16px; background: rgba(246,236,227,.95); color: var(--wine); border-radius: 12px; padding: 8px 12px; text-align: center; line-height: 1.1; box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.event-card-date .d { font-family: var(--font-serif); font-size: 24px; font-weight: 700; display: block; }
.event-card-date .m { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.event-card-badge { position: absolute; top: 16px; right: 16px; background: var(--wine); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; }
.event-card-badge.past { background: var(--taupe); }
.event-card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.event-card-body h3 { font-size: 1.6rem; color: var(--ink); margin-bottom: 8px; }
.event-card-loc { font-size: 14.5px; color: var(--taupe); display: flex; align-items: center; gap: 6px; margin-bottom: 14px; }
.event-card-desc { font-size: 16px; color: var(--ink-soft); flex: 1; margin-bottom: 22px; }
.event-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.event-card-price { font-family: var(--font-serif); }
.event-card-price .label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); display: block; }
.event-card-price .value { font-size: 1.5rem; font-weight: 700; color: var(--wine); white-space: nowrap; }

.empty-note { text-align: center; color: var(--taupe); font-style: italic; font-family: var(--font-serif); font-size: 1.3rem; padding: 40px 0; }

/* ═══ Sobre — seções dinâmicas ═══ */
.about-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 110px; }
.about-row.media-left .about-media { order: -1; }
.about-row:last-child { margin-bottom: 0; }
.about-media img, .about-media video { border-radius: 20px; box-shadow: var(--shadow); width: 100%; }
.about-text h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--ink); margin-bottom: 18px; }
.about-text p { color: var(--ink-soft); margin-bottom: 14px; }
.about-highlight { text-align: center; max-width: 820px; margin: 0 auto; padding: 70px 40px; }
.about-highlight .quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.6rem, 3.5vw, 2.6rem); line-height: 1.4; color: var(--white); }
.about-highlight h2 { color: var(--rose-soft); font-style: normal; font-size: 1rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px; font-family: var(--font-sans); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin-top: 12px; }
.gallery-grid img,
.gallery-grid video {
  border-radius: 16px;
  width: 100%; height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.gallery-grid video { cursor: default; }
.gallery-grid img:hover,
.gallery-grid video:hover { transform: scale(1.03); box-shadow: var(--shadow); }

/* ═══ Página do evento ═══ */
.event-hero { position: relative; min-height: 70vh; display: flex; align-items: flex-end; overflow: hidden; }
.event-hero-bg { position: absolute; inset: 0; }
.event-hero-bg img, .event-hero-bg video { width: 100%; height: 100%; object-fit: cover; }
.event-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,40,40,.2), rgba(40,40,40,.82)); }
.event-hero-content { position: relative; z-index: 2; color: var(--cream); padding: 0 0 60px; width: 100%; }
.event-hero-content .badge { display: inline-block; background: var(--wine); color: #fff; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 16px; border-radius: 100px; margin-bottom: 18px; }
.event-hero-content .badge.past { background: var(--taupe); }
.event-hero-content h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); color: var(--white); }
.event-hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 18px; font-size: 15px; color: var(--cream); }
.event-hero-meta span { display: flex; align-items: center; gap: 8px; }
.event-hero-meta svg { width: 18px; height: 18px; stroke: var(--rose-soft); }

.event-layout { display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: start; }
.event-main h2 { font-size: 1.9rem; color: var(--ink); margin: 0 0 16px; }
.event-block { margin-bottom: 48px; }
.event-block p { color: var(--ink-soft); margin-bottom: 14px; }
.event-conditions { background: var(--white); border: 1px solid var(--cream-deep); border-radius: 16px; padding: 26px 28px; color: var(--ink-soft); font-size: 16px; }

/* ═══ Abas da página do evento ═══ */
.event-tabs { max-width: 880px; margin: 0 auto; }
.event-tabs-nav {
  display: flex; gap: 6px;
  background: var(--white);
  border: 1px solid var(--cream-deep);
  border-radius: 100px;
  padding: 6px;
  margin-bottom: 44px;
  position: sticky; top: 80px; z-index: 30;
  box-shadow: 0 8px 26px rgba(142, 81, 80, .08);
}
.event-tab-btn {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 12px;
  border: none; background: none;
  border-radius: 100px;
  font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  color: var(--taupe); cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap;
}
.event-tab-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.event-tab-btn:hover { color: var(--wine); background: var(--cream); }
.event-tab-btn.active, .event-tab-btn.active:hover {
  background: var(--wine); color: #fff;
  box-shadow: 0 6px 16px rgba(142, 81, 80, .28);
}
.event-tab-btn.highlight:not(.active) { color: var(--wine); box-shadow: inset 0 0 0 1.5px var(--rose); }
.event-tab-panel { display: none; animation: fadeUp .45s var(--ease); }
.event-tab-panel.active { display: block; }
.event-tab-panel .reveal, .event-tab-panel .reveal-left, .event-tab-panel .reveal-right { opacity: 1 !important; transform: none !important; }
.event-tab-panel .event-block:last-child { margin-bottom: 0; }
#tab-inscricao { max-width: 560px; margin: 0 auto; }
#tab-inscricao .signup-card { position: static; }
.signup-conditions { margin-top: 26px; }
.signup-conditions h3 { font-size: 1.3rem; color: var(--ink); margin-bottom: 14px; }

.media-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 14px; }
.media-strip img,
.media-strip video {
  border-radius: 14px;
  width: 100%; height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
  transition: transform .5s var(--ease);
}
.media-strip video { cursor: default; }
.media-strip img:hover,
.media-strip video:hover { transform: scale(1.03); }

/* Card de inscrição (sticky) */
.signup-card { position: sticky; top: 100px; background: var(--white); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.signup-head { background: var(--wine); color: var(--cream); padding: 26px 28px; }
.signup-head .lot-name { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rose-soft); }
.signup-head .price { font-family: var(--font-serif); font-size: 2.6rem; font-weight: 700; color: #fff; line-height: 1.1; }
.signup-head .price-sub { font-size: 12px; color: rgba(246,236,227,.75); }
.signup-head .pix-discount-badge { display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; padding: 5px 12px; border-radius: 20px; background: rgba(246,236,227,.18); border: 1px solid rgba(246,236,227,.3); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .3px; }
.signup-body { padding: 26px 28px 30px; }
.lots-list { margin-bottom: 22px; }
.lot-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 15px; border-bottom: 1px solid var(--cream-deep); color: var(--ink-soft); }
.lot-item:last-child { border-bottom: none; }
.lot-item.active { color: var(--wine); font-weight: 600; }
.lot-item .tag { font-size: 10px; background: var(--wine); color: #fff; padding: 2px 8px; border-radius: 100px; letter-spacing: .5px; }
.lot-item.closed { opacity: .5; text-decoration: line-through; }

/* ═══ Formulário ═══ */
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; color: var(--taupe); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-sans); font-size: 16px; color: var(--ink);
  background: var(--white); border: 1.5px solid var(--cream-deep); border-radius: 12px; padding: 13px 16px;
  transition: border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--wine); background: #fff; }
.field input.readonly { background: #f0e7dc; color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row.c3 { grid-template-columns: 1fr 1fr 1fr; }
.field-row.cep { grid-template-columns: 1fr 120px; }
.shirt-options { display: flex; gap: 10px; }
.shirt-options label { flex: 1; text-align: center; cursor: pointer; }
.shirt-options input { display: none; }
.shirt-options span { display: block; padding: 11px 0; border: 1.5px solid var(--cream-deep); border-radius: 12px; font-weight: 600; font-size: 15px; transition: .2s; }
.shirt-options input:checked + span { background: var(--wine); color: #fff; border-color: var(--wine); }
.check-conditions { display: flex; gap: 12px; align-items: flex-start; background: var(--cream); border-radius: 12px; padding: 14px 16px; margin: 4px 0 18px; font-size: 15px; color: var(--ink-soft); }
.check-conditions input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--wine); flex-shrink: 0; }
.pay-methods { display: flex; gap: 12px; margin-bottom: 18px; }
.pay-method { flex: 1; cursor: pointer; }
.pay-method input { display: none; }
.pay-method span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border: 1.5px solid var(--cream-deep); border-radius: 12px; font-weight: 600; font-size: 15px; transition: .2s; }
.pay-method input:checked + span { border-color: var(--wine); background: var(--wine); color: #fff; }
.pay-method .pay-off { font-size: 11px; font-weight: 700; background: #2e7d32; color: #fff; padding: 1px 6px; border-radius: 10px; }
.pay-method input:checked + span .pay-off { background: rgba(255,255,255,.25); }
.coupon-row-input { display: flex; gap: 8px; }
.coupon-row-input input { flex: 1; text-transform: uppercase; }
.btn-coupon { flex-shrink: 0; padding: 0 20px; border: 1.5px solid var(--wine); background: var(--wine); color: #fff; border-radius: 12px; font-family: var(--font-sans); font-size: 14px; font-weight: 600; cursor: pointer; transition: .2s; }
.btn-coupon:hover { background: var(--wine-deep); }
.btn-coupon:disabled { opacity: .6; cursor: default; }
.coupon-feedback { font-size: 13px; margin-top: 8px; display: none; }
.coupon-feedback.ok  { display: block; color: #2e7d32; }
.coupon-feedback.err { display: block; color: #b91c1c; }
.pay-amount-info { font-size: 13px; color: var(--ink-soft); margin: -6px 0 16px; }
.pay-amount-info .old { text-decoration: line-through; color: var(--muted); margin-left: 4px; }
.pay-amount-info .off { color: #2e7d32; font-weight: 700; margin-left: 4px; }
.form-error { display: none; font-size: 14.5px; color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; border-radius: 10px; padding: 11px 14px; margin-bottom: 14px; }
.char-count { text-align: right; font-size: 11px; color: var(--muted); margin-top: 4px; }

/* PIX / sucesso */
.pix-box { text-align: center; }
.pix-box .pix-amount { font-family: var(--font-serif); font-size: 2.4rem; color: var(--wine); font-weight: 700; }
.pix-qr { width: 220px; height: 220px; margin: 16px auto; border: 8px solid var(--cream); border-radius: 16px; }
.pix-qr img { width: 100%; height: 100%; }
.pix-code-row { display: flex; gap: 8px; margin-top: 8px; }
.pix-code-row input { flex: 1; font-family: monospace; font-size: 12px; background: var(--cream); border: none; border-radius: 10px; padding: 12px; }
.pix-copy { background: var(--wine); color: #fff; border: none; border-radius: 10px; padding: 0 18px; cursor: pointer; font-weight: 600; font-size: 13px; }
.pix-polling { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--taupe); font-size: 13px; margin-top: 20px; }
.spinner { width: 18px; height: 18px; border: 2px solid var(--cream-deep); border-top-color: var(--wine); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.success-box { text-align: center; padding: 16px 0; }
.success-icon { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: var(--wine); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 32px; }
.success-box h3 { font-size: 1.8rem; color: var(--ink); margin-bottom: 10px; }
.success-box p { color: var(--ink-soft); font-size: 16px; }

/* ═══ Contato ═══ */
.contact { padding: 110px 0; background: var(--white); }
.contact-form { max-width: 680px; margin: 0 auto; }
.glass { background: var(--cream); border-radius: 22px; padding: 38px 40px; box-shadow: var(--shadow); }
.contact-feedback { font-size: 15px; margin: 4px 0 14px; min-height: 18px; }
.contact-feedback.ok { color: var(--wine); }
.contact-feedback.err { color: #b91c1c; }

/* ═══ Footer ═══ */
.footer { background: var(--ink); color: var(--cream); padding: 56px 0 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.footer-brand img { height: 60px; filter: brightness(0) invert(1); opacity: .9; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { width: 42px; height: 42px; border: 1px solid rgba(246,236,227,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: .3s; }
.footer-social a:hover { background: var(--wine); border-color: var(--wine); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-links { display: flex; gap: 24px; font-size: 13px; }
.footer-links a { color: var(--rose-soft); transition: color .3s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { text-align: center; font-size: 12px; color: var(--taupe); padding: 30px 0; margin-top: 40px; border-top: 1px solid rgba(246,236,227,.1); }

/* ═══ Modal políticas ═══ */
.modal { position: fixed; inset: 0; z-index: 200; background: rgba(40,40,40,.6); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity .3s; }
.modal.open { display: flex; opacity: 1; }
.modal-card { background: var(--white); border-radius: 22px; max-width: 640px; width: 100%; max-height: 80vh; overflow-y: auto; padding: 40px 44px; position: relative; transform: translateY(20px); transition: transform .4s var(--ease); }
.modal.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 18px; right: 22px; background: none; border: none; font-size: 30px; line-height: 1; color: var(--taupe); cursor: pointer; }
.modal-title { font-size: 1.8rem; color: var(--ink); margin-bottom: 18px; }
.modal-body { color: var(--ink-soft); font-size: 14.5px; }
.modal-body p { margin-bottom: 12px; }

/* ═══ Lightbox ═══ */
.lightbox { position: fixed; inset: 0; z-index: 210; background: rgba(40,40,40,.92); display: none; align-items: center; justify-content: center; padding: 40px; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }

/* ═══ Responsivo ═══ */
@media (max-width: 900px) {
  .event-layout { grid-template-columns: 1fr; }
  .signup-card { position: static; }
  .event-tabs-nav { top: 72px; }
  .about-row { grid-template-columns: 1fr; gap: 30px; margin-bottom: 70px; }
  .about-row.media-left .about-media { order: 0; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: 78%; max-width: 320px; background: var(--cream); flex-direction: column; justify-content: center; gap: 22px; transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: -10px 0 40px rgba(0,0,0,.1); }
  .nav-links.open { transform: none; }
  .nav-toggle { display: flex; z-index: 101; }
  .section { padding: 80px 0; }
}
@media (max-width: 560px) {
  .field-row, .field-row.c3, .field-row.cep { grid-template-columns: 1fr; }
  .event-tabs-nav { gap: 4px; padding: 5px; }
  .event-tab-btn { font-size: 13.5px; padding: 12px 4px; gap: 6px; }
  .event-tab-btn svg { width: 17px; height: 17px; }
  /* Card de evento: rodapé empilha, botão em largura total */
  .event-card-foot { flex-direction: column; align-items: stretch; gap: 16px; }
  .event-card-foot .btn { width: 100%; padding: 13px 22px; }
  .event-card-price { display: flex; align-items: baseline; gap: 8px; }
  .event-card-price .label { display: inline; }
  .event-card-price .value { font-size: 1.6rem; }
  .glass { padding: 28px 22px; }
  .modal-card { padding: 30px 24px; }
}
