/* 29º Leilão VPJ Genetics — one page */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; margin: 0; }
p { margin: 0; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; border-radius: 2px; }

h2 { font-size: clamp(1.7rem, 3.1vw, 2.5rem); font-weight: 600; letter-spacing: .03em; }
h2 em, .numbers-title em, .signup-copy em, .videos h2 em, .hero-title em {
  font-style: italic; font-weight: 500;
}

.eyebrow {
  font-family: var(--font-label);
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--gold);
}

.section-head { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x) 2.75rem; }
.section-head p:not(.eyebrow) { max-width: 52ch; margin-top: .75rem; color: var(--ink-soft); }
.section-head .eyebrow { margin-bottom: .6rem; }

/* ---------- Botões ---------- */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-label); font-size: .8rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .13em; text-decoration: none;
  border-radius: var(--radius-pill); padding: .85em 2.1em; border: 2px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}
.button:active { transform: translateY(1px); }
.button-solid { background: var(--wine); color: var(--cream); }
.button-solid:hover { background: var(--wine-deep); }
.button-outline { background: transparent; color: inherit; border-color: currentColor; }
.button-outline:hover { background: var(--wine); border-color: var(--wine); color: var(--cream); }

/* ---------- Topbar ---------- */
.topbar {
  position: fixed; inset: 0 0 auto; z-index: 50;
  transition: background var(--t-base), box-shadow var(--t-base);
}
.topbar.is-scrolled { background: rgba(243, 237, 223, .94); box-shadow: 0 1px 0 var(--line), 0 8px 28px rgba(27, 23, 19, .07); }
/* Sobre a foto do hero (antes de rolar), o topo fica claro */
.topbar:not(.is-scrolled) { color: var(--cream); }
.topbar:not(.is-scrolled) .topbar-nav a { color: var(--cream); }
.topbar-inner {
  max-width: var(--container); margin: 0 auto; height: var(--topbar-h);
  display: flex; align-items: center; gap: 2rem; padding: 0 var(--pad-x);
}
.topbar-logo { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.topbar-logo img { width: 46px; height: auto; transition: width 300ms var(--ease-out), transform 300ms var(--ease-out), filter 300ms var(--ease-out); }
/* Sobre o hero (antes de rolar): logo grande, pendurado sob a barra */
.topbar:not(.is-scrolled) .topbar-logo img {
  width: clamp(120px, 10vw, 175px);
  transform: translateY(32%);
  filter: drop-shadow(0 12px 28px rgba(10, 6, 3, .45));
}
.topbar:not(.is-scrolled) .topbar-logo span { display: none; }
.topbar-logo span { font-family: var(--font-display); font-weight: 700; letter-spacing: .06em; font-size: 1.05rem; text-transform: uppercase; }
.topbar-logo em { font-style: italic; font-weight: 500; text-transform: none; }
.topbar-nav { display: flex; gap: 1.9rem; margin-left: auto; }
.topbar-nav a {
  font-family: var(--font-label); font-size: .78rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .12em; text-decoration: none;
  color: var(--ink); opacity: .85; transition: opacity var(--t-fast);
}
.topbar-nav a:hover { opacity: 1; }
.topbar-cta { padding: .7em 1.6em; font-size: .72rem; }
@media (max-width: 940px) {
  .topbar-nav { display: none; }
  .topbar-cta { margin-left: auto; }
}
@media (max-width: 560px) {
  .topbar-logo span { display: none; }
}

/* ---------- Hero ---------- */
/* Cortina: o hero fica preso ao fundo e as seções seguintes deslizam por cima.
   O vídeo não é full-bleed: vive numa moldura central com fundo escuro em volta. */
.hero {
  position: sticky; top: 0; z-index: 0; overflow: hidden;
  min-height: 100dvh;
  background: #171310;
  display: flex; flex-direction: column;
  padding: calc(var(--topbar-h) + 1.1rem) clamp(1.25rem, 4vw, 4rem) clamp(1.25rem, 4.5vh, 3.25rem);
}
.hero-frame {
  position: relative; overflow: hidden;
  flex: 1; width: 100%; max-width: 1560px; margin: 0 auto;
  border-radius: 12px;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .6);
}
.hero::after { /* grão sutil, só no hero */
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .35 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-inner {
  position: relative; z-index: 2;
  width: 100%;
  padding: clamp(1.5rem, 4vh, 3rem) clamp(1.5rem, 3.5vw, 3.5rem) clamp(2rem, 6vh, 4rem);
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  align-items: end; gap: 2rem;
  flex: 1;
}
.hero-eyebrow { color: #D9BC8F; }
.hero-copy { color: var(--cream); }
.hero-title { color: var(--cream); text-shadow: 0 2px 26px rgba(10, 6, 3, .45); }
.hero-title {
  margin-top: 1rem;
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: .035em;
  line-height: 1.14;
}
.hero-title span { display: block; }
.hero-title em { text-transform: none; letter-spacing: .01em; display: block; padding-bottom: .12em; }
.hero-sub { margin-top: 1.15rem; max-width: 44ch; font-size: 1.02rem; font-weight: 500; color: #EBDCC3; text-shadow: 0 1px 14px rgba(10, 6, 3, .5); }
.hero-ctas { margin-top: 1.9rem; display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-ctas .button-outline { color: var(--cream); }
/* Sem logo grande sobre a foto (some nos animais escuros); a marca fica no topbar */
.hero-brand { display: none; }
/* Foto/vídeo em tela cheia atrás de tudo — sem faixa bege sobre a imagem */
.hero-bg { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.hero-bg video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 68%;
}
/* Scrim para leitura do texto: mais denso à esquerda (coluna de copy) e na base */
.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(92deg, rgba(15, 10, 6, .62) 0%, rgba(15, 10, 6, .30) 48%, rgba(15, 10, 6, .12) 75%),
    linear-gradient(180deg, rgba(15, 10, 6, .30) 0%, transparent 30%, transparent 62%, rgba(15, 10, 6, .45) 100%);
}
.hero-shade {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
  background: #14100C; opacity: 0;
}
/* Tudo depois do hero desliza por cima dele; fundos precisam ser opacos */
main > *:not(.hero), footer { position: relative; z-index: 1; }
.categories, .steps, .partners { background: var(--cream); }
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 1rem; }
  .hero-brand { order: -1; justify-content: flex-start; }
  .hero-brand img { width: 120px; }
}
@media (max-width: 560px) {
  .hero-title { font-size: 1.7rem; }
  .hero-brand img { width: 84px; }
  .hero-sub { font-size: .95rem; }
  .hero-ctas { margin-top: 1.4rem; }
}

/* ---------- Countdown ---------- */
.countdown {
  background: var(--wine); color: var(--cream);
  padding: 1.6rem var(--pad-x) 1.8rem; text-align: center;
}
.countdown-label { font-family: var(--font-label); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .24em; color: #D9BC8F; }
.countdown-blocks { display: flex; justify-content: center; gap: clamp(1.2rem, 5vw, 3rem); margin-top: .55rem; }
.cd-block strong { display: block; font-family: var(--font-display); font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1.1; }
.cd-block span { font-family: var(--font-label); font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; color: #D9BC8F; }
.countdown-date { margin-top: .7rem; font-family: var(--font-display); font-style: italic; font-size: 1rem; color: #EBD9BC; }

/* ---------- Números ---------- */
.numbers { background: var(--green); color: var(--cream); padding: var(--pad-section) 0; }
.numbers-inner { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x); }
.numbers-title { color: var(--cream); max-width: 22ch; text-wrap: balance; }
.numbers-title em { color: var(--gold); }
.numbers-grid {
  margin: 3.2rem 0 0; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 2rem;
}
.num { display: flex; flex-direction: column-reverse; border-top: 1px solid rgba(243, 237, 223, .25); padding-top: 1.1rem; }
.num dd { margin: 0; font-family: var(--font-display); font-size: clamp(2.3rem, 4.6vw, 3.4rem); font-weight: 700; line-height: 1; }
.num dt { margin-top: .55rem; font-family: var(--font-label); font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .16em; color: #C4BCA4; }
@media (max-width: 860px) { .numbers-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Categorias ---------- */
.categories { padding: var(--pad-section) 0; }
/* Pilha de painéis full-screen: cada um fica preso no topo e o próximo desliza por cima */
.cat-stack { position: relative; }
.cat-panel {
  position: sticky; top: 0;
  display: block; height: 100dvh; overflow: hidden;
  text-decoration: none; background: var(--ink);
}
.cat-panel img, .cat-panel video {
  width: 100%; height: 100%; object-fit: cover;
  will-change: transform;
}
/* foco no terço da cabeça de cada foto (fotos de catálogo são 16:9) */
.cat-panel:nth-child(1) img, .cat-panel:nth-child(1) video { object-position: 92% 30%; }
.cat-panel:nth-child(2) img, .cat-panel:nth-child(2) video { object-position: 75% 22%; }
.cat-panel:nth-child(3) img, .cat-panel:nth-child(3) video { object-position: 96% 45%; }
.cat-panel:nth-child(4) img, .cat-panel:nth-child(4) video { object-position: 30% 25%; }
.cat-panel::after {
  content: ""; position: absolute; inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(15, 11, 8, .85));
}
.cat-panel-shade {
  position: absolute; inset: 0; z-index: 2;
  background: #14100C; opacity: 0; pointer-events: none;
}
.cat-panel-label {
  position: absolute; z-index: 3;
  inset: auto auto clamp(2.5rem, 7vh, 5rem) 0;
  width: 100%; padding: 0 var(--pad-x);
  max-width: var(--container); left: 50%; transform: translateX(-50%);
  color: var(--cream);
}
.cat-panel-label h3 {
  font-size: clamp(2rem, 4.6vw, 3.6rem); font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; line-height: 1.05;
}
.cat-panel-label p {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.35rem); margin-top: .5rem; opacity: .9;
}

/* ---------- Lotes ---------- */
.lots { background: var(--cream-deep); padding: var(--pad-section) 0; }
.lots-tabs { max-width: var(--container); margin: 0 auto 1.8rem; padding: 0 var(--pad-x); display: flex; gap: 1.6rem; border-bottom: 1px solid var(--line); }
.lots-tab {
  appearance: none; background: none; border: 0; cursor: pointer;
  font-family: var(--font-label); font-size: .85rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em; color: var(--ink-soft);
  padding: .4rem .1rem .8rem; border-bottom: 3px solid transparent; margin-bottom: -1px;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.lots-tab.is-active { color: var(--wine); border-color: var(--wine); }
.lots-grid {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
}
.lots-more { display: flex; justify-content: center; margin-top: 2.2rem; }
.lot-card {
  background: var(--card); border-radius: var(--radius-card); overflow: hidden;
  box-shadow: 0 1px 0 var(--line), 0 14px 30px -18px rgba(60, 40, 20, .35);
  display: flex; flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.lot-card:hover { transform: translateY(-3px); box-shadow: 0 1px 0 var(--line), 0 22px 40px -18px rgba(60, 40, 20, .45); }
.lot-photo { aspect-ratio: 16 / 10; overflow: hidden; background: #D8CCB4; }
.lot-photo img { width: 100%; height: 100%; object-fit: cover; }
.lot-body { padding: 1.05rem 1.1rem 1.15rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.lot-name { font-size: 1.02rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.lot-meta { font-size: .74rem; color: var(--ink-soft); }
.lot-pedigree { font-size: .78rem; font-weight: 600; color: var(--ink); line-height: 1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lot-pedigree small { display: block; font-family: var(--font-label); font-weight: 500; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .1rem; }
.lot-indices { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; border-top: 1px solid var(--line); padding-top: .65rem; margin-top: .1rem; }
.lot-ind { text-align: left; }
.lot-ind b { display: block; font-family: var(--font-display); font-size: .92rem; font-weight: 600; }
.lot-ind span { font-family: var(--font-label); font-size: .58rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.lot-ind small { display: block; font-size: .62rem; color: var(--gold); font-weight: 600; }
.lot-actions { margin-top: auto; display: flex; align-items: center; gap: .6rem; padding-top: .8rem; }
.lot-video {
  appearance: none; background: none; border: 0; cursor: pointer; padding: 0;
  font-family: var(--font-label); font-size: .68rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft);
  text-decoration: underline; text-underline-offset: 4px;
  transition: color var(--t-fast);
}
.lot-video:hover { color: var(--wine); }
.lot-cta { margin-left: auto; font-size: .66rem; padding: .7em 1.4em; }
@media (max-width: 800px) { .lots-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .lots-grid { grid-template-columns: 1fr; } }

/* ---------- Vídeos ---------- */
.videos { background: var(--ink); color: var(--cream); padding: var(--pad-section) 0; }
.videos .section-head p { color: #B8AC98; }
.videos-wrap {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x);
  display: grid; grid-template-columns: 2fr 1fr; gap: 1.1rem; align-items: start;
}
.video-feature, .video-thumb {
  appearance: none; border: 0; padding: 0; cursor: pointer; text-align: left;
  background: none; color: inherit; display: block; width: 100%;
  border-radius: var(--radius-card); overflow: hidden; position: relative;
}
.video-feature img, .video-thumb img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 600ms var(--ease-out), opacity var(--t-base); }
.video-feature:hover img, .video-thumb:hover img { transform: scale(1.03); opacity: .88; }
.video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 74px; height: 74px; border-radius: 50%;
  background: rgba(107, 33, 25, .92); box-shadow: 0 10px 34px rgba(0, 0, 0, .4);
  transition: transform var(--t-base);
}
.video-play::after {
  content: ""; position: absolute; top: 50%; left: 53%; transform: translate(-50%, -50%);
  border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent var(--cream);
}
.video-feature:hover .video-play { transform: translate(-50%, -50%) scale(1.08); }
.video-feature-caption, .video-thumb span {
  display: block; padding: .7rem .2rem 0;
  font-family: var(--font-label); font-size: .72rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: #B8AC98;
}
.videos-side { display: grid; gap: 1.1rem; }
@media (max-width: 860px) {
  .videos-wrap { grid-template-columns: 1fr; }
  .videos-side { grid-template-columns: repeat(3, 1fr); gap: .8rem; }
  .video-thumb span { font-size: .6rem; }
}

/* ---------- Participação ---------- */
.steps { padding: var(--pad-section) 0; }
.steps-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 5rem); align-items: start;
}
.steps-list h2 { margin-bottom: 2.2rem; }
.steps-list ol { list-style: none; margin: 0; padding: 0; counter-reset: passo; }
.steps-list li { counter-increment: passo; position: relative; padding: 0 0 2rem 4.4rem; }
.steps-list li:not(:last-child)::after {
  content: ""; position: absolute; left: 1.55rem; top: 3.4rem; bottom: .4rem; width: 1px; background: var(--line);
}
.steps-list li::before {
  content: counter(passo);
  position: absolute; left: 0; top: -.1rem;
  width: 3.1rem; height: 3.1rem; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
  background: var(--wine); color: var(--cream);
}
.steps-list h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: .03em; }
.steps-list li p { margin-top: .45rem; color: var(--ink-soft); font-size: .93rem; max-width: 46ch; }
.event-card {
  background: var(--card); border-radius: var(--radius-card);
  border-top: 4px solid var(--wine);
  box-shadow: 0 1px 0 var(--line), 0 18px 38px -20px rgba(60, 40, 20, .4);
  padding: 1.8rem 1.7rem 1.7rem;
  position: sticky; top: calc(var(--topbar-h) + 1.5rem);
}
.event-card h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 1.1rem; }
.event-card dl { margin: 0; display: grid; gap: .8rem; }
.event-card dl div { display: grid; grid-template-columns: 7.2rem 1fr; gap: .6rem; border-bottom: 1px solid var(--line); padding-bottom: .8rem; }
.event-card dt { font-family: var(--font-label); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); padding-top: .2rem; }
.event-card dd { margin: 0; font-size: .92rem; font-weight: 500; }
@media (max-width: 900px) { .steps-inner { grid-template-columns: 1fr; } .event-card { position: static; } }

/* ---------- Slots de logo (p/ designer) ---------- */
.logo-slot {
  --slot-w: 240px; --slot-h: 96px;
  width: var(--slot-w); height: var(--slot-h); max-width: 100%;
  border: 2px dashed rgba(27, 23, 19, .3); border-radius: 4px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem;
  color: var(--ink-soft); background: rgba(251, 248, 240, .5);
}
.logo-slot span { font-family: var(--font-label); font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.logo-slot strong { font-size: .78rem; font-weight: 600; font-family: var(--font-body); }
.logo-slot-leiloeira { margin-top: 1.3rem; }
.partners { padding: 0 0 var(--pad-section); }
.partners-title {
  max-width: var(--container); margin: 0 auto 1.6rem; padding: 0 var(--pad-x);
  font-family: var(--font-label); font-size: .78rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); text-align: center;
}
.partners-row { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; align-items: center; padding: 0 var(--pad-x); }
.partners-grid {
  max-width: var(--container); margin: 1.2rem auto 0; padding: 0 var(--pad-x);
  display: grid; grid-template-columns: repeat(auto-fit, 160px); gap: 1rem;
  justify-content: center;
}
.partners-grid .logo-slot { --slot-w: 160px; --slot-h: 64px; }

/* ---------- Cadastro ---------- */
.signup { background: var(--wine-deep); color: var(--cream); padding: var(--pad-section) 0; }
.signup-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x);
  display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 6vw, 5rem); align-items: center;
}
.signup-copy h2 { color: var(--cream); max-width: 16ch; text-wrap: balance; }
.signup-copy h2 em { color: var(--tan-light); }
.signup-copy p { margin-top: 1.1rem; color: #E4CDB4; max-width: 40ch; }
.signup-form {
  background: var(--card); color: var(--ink);
  border-radius: var(--radius-card); padding: clamp(1.5rem, 3vw, 2.3rem);
  display: grid; gap: 1.05rem;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5);
}
.field { display: grid; gap: .35rem; }
.field label { font-family: var(--font-label); font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select {
  font-family: var(--font-body); font-size: .95rem; color: var(--ink);
  background: #fff; border: 1px solid rgba(27, 23, 19, .28); border-radius: 6px;
  padding: .72rem .85rem; width: 100%;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.field input::placeholder { color: rgba(27, 23, 19, .38); }
.field input:focus, .field select:focus { outline: none; border-color: var(--wine); box-shadow: 0 0 0 3px rgba(107, 33, 25, .18); }
.field-error { display: none; font-size: .74rem; font-weight: 600; color: #8E2318; }
.field.is-invalid input { border-color: #8E2318; }
.field.is-invalid .field-error { display: block; }
.signup-submit { width: 100%; margin-top: .3rem; }
.signup-note { font-size: .74rem; color: var(--ink-soft); text-align: center; }
@media (max-width: 900px) { .signup-inner { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.footer { background: #14100C; color: var(--cream); padding: 4.5rem 0 2rem; }
.footer-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x) 3rem;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem;
}
.footer-brand img { width: 64px; opacity: .95; }
.footer-brand p { margin-top: 1rem; font-family: var(--font-display); font-style: italic; color: #B8AC98; }
.footer-col h4 { font-family: var(--font-label); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.footer-col a {
  display: block; margin-bottom: .7rem; text-decoration: none;
  font-size: .82rem; letter-spacing: .04em; color: #D8CFC0;
  transition: color var(--t-fast);
}
.footer-col a:hover { color: var(--cream); }
.footer-legal {
  max-width: var(--container); margin: 0 auto; padding: 1.6rem var(--pad-x) 0;
  border-top: 1px solid rgba(243, 237, 223, .14);
  font-size: .72rem; color: #8E8474;
}
@media (max-width: 800px) { .footer-inner { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- WhatsApp flutuante ---------- */
.whats-fab {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--wine); color: var(--cream);
  box-shadow: 0 12px 30px -8px rgba(60, 20, 10, .55);
  transition: background var(--t-fast), transform var(--t-fast);
}
.whats-fab:hover { background: var(--wine-deep); transform: translateY(-2px); }

/* ---------- Modal de vídeo ---------- */
.video-modal { border: 0; padding: 0; background: transparent; max-width: min(960px, 92vw); width: 100%; }
.video-modal::backdrop { background: rgba(10, 8, 6, .85); }
.video-modal-frame { aspect-ratio: 16 / 9; background: #000; border-radius: var(--radius-card); overflow: hidden; }
.video-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-modal-close {
  position: absolute; top: -2.6rem; right: 0;
  appearance: none; border: 0; background: none; cursor: pointer;
  color: var(--cream); font-size: 2rem; line-height: 1;
}

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 2rem; transform: translate(-50%, 20px); z-index: 70;
  background: var(--ink); color: var(--cream);
  font-size: .85rem; font-weight: 500;
  padding: .8rem 1.5rem; border-radius: var(--radius-pill);
  opacity: 0; pointer-events: none;
  transition: opacity var(--t-base), transform var(--t-base);
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
