:root{
  --vinho:#7A1016; --vinho-escuro:#5C0E10; --ambar:#E08A1E; --dourado-suave:#E3B887;
  --creme:#F5E7D6; --creme-claro:#FBF3E9; --creme-fundo:#EAD7C0;
  --tinta:#2A1712; --tinta-suave:#5A4A3E;
  --pop-vermelho:#E11020; --pop-ambar:#FFAF00; --maroon:#600000;
  --serif:'Playfair Display',Georgia,serif;
  --script:'Great Vibes',cursive;
  --sans:'Montserrat',system-ui,sans-serif;
  --radius:10px;
  --shadow:0 6px 24px rgba(122,16,22,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--creme);color:var(--tinta);
  font-family:var(--sans);line-height:1.6;
  background-image:radial-gradient(circle at 20% 10%, rgba(224,138,30,.05), transparent 40%),
                   radial-gradient(circle at 80% 90%, rgba(122,16,22,.05), transparent 40%);
}
.heart{color:var(--pop-vermelho)}

/* ---------- HERO ---------- */
.hero{
  position:relative;overflow:hidden;text-align:center;
  padding:64px 24px 96px;
  background:linear-gradient(180deg,var(--creme-claro),var(--creme));
}
.hero-inner{position:relative;z-index:2;max-width:820px;margin:0 auto}
.hero-eyebrow{
  font-size:clamp(14px,2.4vw,18px);text-transform:uppercase;letter-spacing:.08em;
  color:var(--tinta);margin:0 0 24px;line-height:1.5;
}
.hero-eyebrow strong{color:var(--vinho);font-weight:700}
.lockup{display:flex;align-items:flex-end;justify-content:center;gap:4px;flex-wrap:wrap}
.lockup-num{font-family:var(--serif);font-weight:800;color:var(--vinho);font-size:clamp(96px,26vw,220px);line-height:.85}
.lockup-script{font-family:var(--script);color:var(--ambar);font-size:clamp(64px,16vw,132px);line-height:1;transform:translateY(-.1em)}
.hero-sub{font-size:clamp(15px,2.4vw,20px);color:var(--tinta-suave);margin:8px 0 32px}
.hero-sub strong{color:var(--vinho)}
.hops{position:absolute;top:0;width:130px;height:auto;opacity:.7;z-index:1;pointer-events:none}
.hops-left{left:8px}
.hops-right{right:8px;transform:scaleX(-1)}

/* ---------- BOTÕES ---------- */
.btn{
  display:inline-block;font-family:var(--sans);font-weight:600;font-size:16px;
  text-decoration:none;text-align:center;cursor:pointer;
  padding:14px 28px;border-radius:var(--radius);border:2px solid transparent;
  transition:transform .12s ease, background .18s ease, color .18s ease;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--vinho);color:var(--creme-claro);border-color:var(--vinho)}
.btn-primary:hover{background:var(--vinho-escuro);border-color:var(--vinho-escuro)}
.btn-outline{background:transparent;color:var(--vinho);border-color:var(--vinho)}
.btn-outline:hover{background:var(--vinho);color:var(--creme-claro)}
.btn-block{width:100%;margin-top:8px}
.btn[disabled]{opacity:.6;cursor:not-allowed}
.hero-cta{box-shadow:var(--shadow)}

/* ---------- SEÇÕES ---------- */
.section{max-width:900px;margin:0 auto;padding:56px 24px}
.section-title{
  font-family:var(--serif);font-weight:700;color:var(--vinho);
  font-size:clamp(28px,5vw,42px);text-align:center;margin:0 0 8px;
}
.section-title::after{
  content:"";display:block;width:64px;height:3px;background:var(--ambar);
  margin:14px auto 0;border-radius:2px;
}
.section-sub{text-align:center;color:var(--tinta-suave);max-width:56ch;margin:12px auto 32px}
.section-sub strong{color:var(--vinho)}

/* ---------- LISTA DE ITENS (estilo panfleto) ---------- */
.ev-list{list-style:none;max-width:560px;margin:0 auto;padding:0}
.ev-item{display:flex;align-items:flex-start;gap:22px;padding:22px 6px}
.ev-item + .ev-item{border-top:2px dotted var(--dourado-suave)}
.ev-icon{flex:0 0 auto;width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.ev-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ev-icon--brown{background:#3a2416;color:var(--pop-ambar)}
.ev-icon--amber{background:var(--ambar);color:var(--creme-claro)}
.ev-icon--wine{background:var(--vinho);color:var(--pop-ambar)}
.ev-badge{flex:0 0 auto;width:62px;height:62px;display:block;object-fit:contain}
.ev-text{flex:1 1 0;min-width:0}
.ev-text h3{font-family:var(--serif);font-weight:700;color:var(--tinta);font-size:23px;line-height:1.1;margin:0 0 8px}
.ev-text p{margin:0;color:var(--tinta-suave);font-size:16px}
.ev-text p + p{margin-top:8px}
.ev-text p strong{color:var(--vinho)}

/* ---------- MAPA ---------- */
.map-wrap{max-width:560px;margin:32px auto 0;text-align:center}
.map-embed{width:100%;height:280px;border:0;border-radius:var(--radius);box-shadow:var(--shadow);display:block}
.map-wrap .btn{margin-top:16px}

/* ---------- FOTO NO HERO ---------- */
.hero-logo{display:block;margin:0 auto;width:min(520px,88vw);height:auto}
.hero-photo{
  display:block;margin:28px auto 0;width:min(460px,86vw);height:auto;
}

/* ---------- FORMULÁRIO ---------- */
.form{
  max-width:560px;margin:0 auto;background:var(--creme-claro);
  border:1px solid var(--dourado-suave);border-radius:var(--radius);
  padding:28px;box-shadow:var(--shadow);
}
.field{margin-bottom:20px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field label,.label-as-legend{display:block;font-weight:600;font-size:14px;margin-bottom:7px;color:var(--tinta)}
.field input,.field select{
  width:100%;padding:13px 14px;font-family:var(--sans);font-size:16px;color:var(--tinta);
  background:#fff;border:1.5px solid var(--dourado-suave);border-radius:var(--radius);transition:border .15s ease, box-shadow .15s ease;
}
.field input:focus,.field select:focus{
  outline:none;border-color:var(--ambar);box-shadow:0 0 0 3px rgba(224,138,30,.18);
}
.field input.invalid{border-color:var(--pop-vermelho);box-shadow:0 0 0 3px rgba(225,16,32,.14)}
.radio-group{display:flex;gap:12px;flex-wrap:wrap}
.radio{
  flex:1;min-width:140px;display:flex;align-items:center;gap:8px;cursor:pointer;
  background:#fff;border:1.5px solid var(--dourado-suave);border-radius:var(--radius);padding:12px 14px;
  font-size:15px;transition:border .15s ease, background .15s ease;
}
.radio:has(input:checked){border-color:var(--vinho);background:#fff6ee}
.radio input{accent-color:var(--vinho);width:18px;height:18px}
.companions{border-top:1px dashed var(--dourado-suave);padding-top:20px;margin-top:4px}
.companion-names .field{margin-bottom:12px}
.form-status{text-align:center;margin:14px 0 0;font-weight:600;min-height:1.2em}
.form-status.ok{color:#2e7d32}
.form-status.err{color:var(--pop-vermelho)}


/* ---------- RODAPÉ ---------- */
.footer{
  background:var(--vinho);color:var(--creme-claro);text-align:center;
  padding:56px 24px 64px;margin-top:40px;
  clip-path:ellipse(140% 100% at 50% 100%);
}
.footer-brinde{display:block;width:110px;height:auto;margin:0 auto 20px;opacity:.95}
.footer-toast{
  font-family:var(--sans);font-weight:400;text-transform:uppercase;letter-spacing:.06em;
  font-size:clamp(15px,2.6vw,20px);line-height:1.6;margin:0 0 12px;
}
.footer-toast .gold{color:var(--pop-ambar);font-weight:400}
.footer-sign{font-family:var(--script);font-size:clamp(32px,7vw,52px);margin:0}

/* ---------- RESPONSIVO ---------- */
@media (max-width:640px){
  .field-row{grid-template-columns:1fr}
  .lockup{gap:0}
  .hops{width:84px}
  .ev-item{gap:16px}
  .ev-icon{width:54px;height:54px}
  .ev-badge{width:54px;height:54px}
  .ev-icon svg{width:26px;height:26px}
  .ev-text h3{font-size:20px}
  .section{padding:42px 24px}
  .hero{padding:52px 24px 60px}
  .section-sub{margin-bottom:24px}
}
