/* ============================================================
   CASAMENTO ALINE & VINÍCIUS
   Estética: Convite de Casamento Clássico e Chique
   Fontes: Lucia BT (títulos cursivos) · Trajan Pro (caixa alta)
   ============================================================ */

@font-face {
  font-family: 'Lucia BT';
  src: url('lucia-bt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('TrajanPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* === RESET === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Distribui texto de forma uniforme entre linhas */
p, li, div, span, td, th, legend, label {
  text-wrap: balance;
}

/* === BASE === */
html {
  font-size: 10px;
}

body {
  font-family: 'Trajan Pro', serif;
  font-weight: 300;
  font-size: 1rem;
  color: #5c5248;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #ffffff;
  background-image: url('https://www.transparenttextures.com/patterns/paper.png');
  background-repeat: repeat;
  background-size: auto;
  overflow-x: hidden;
}

/* === NAVEGAÇÃO === */
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  padding: 4px 24px 18px;
  background: transparent;
  border-bottom: 0.75px solid #d8cec4;
}

.nav a {
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 400;
  color: #5c5248;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  text-decoration: none;
  padding: 2px 0;
  border-bottom: 0.75px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.nav a:hover,
.nav a.active {
  color: #7a6040;
  border-bottom: 0.75px solid #7a6040;
}

/* ── Dropdown Dicas ── */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  cursor: pointer;
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: #ffffff;
  border: 0.75px solid #d8cec4;
  padding: 10px 0;
  min-width: 180px;
  z-index: 100;
  flex-direction: column;
}

.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.nav-dropdown-menu a {
  display: block;
  padding: 8px 24px;
  font-family: 'Trajan Pro', serif;
  font-size: 0.62rem;
  font-weight: 300;
  color: #5c5248;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
  border-bottom: none;
  transition: color 0.3s, background 0.3s;
}

.nav-dropdown-menu a:hover {
  color: #7a6040;
  background: #faf8f6;
  border-bottom: none;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  display: flex;
}

/* === LOGO === */
.site-logo {
  text-align: center;
  padding: 14px 0 0;
  background: transparent;
}

.site-logo::after {
  content: '';
  display: block;
  width: 20px;
  height: 0.75px;
  background: #c8bdb2;
  margin: 1px auto 0;
}

.site-logo a {
  display: inline-block;
  line-height: 1;
  transition: opacity 0.3s ease;
}

.site-monogram {
  height: 80px;
  width: auto;
  display: block;
}

.site-logo a:hover {
  opacity: 0.6;
}

/* === HERO === */
.hero {
  min-height: 68vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 48px 52px;
  text-align: center;
  position: relative;
}

/* Moldura fina dupla decorativa */
.hero::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 0.75px solid #d8cec4;
  pointer-events: none;
}

.hero-text {
  text-align: center;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}

/* Título principal em cursiva */
.hero-text h1 {
  font-family: 'Lucia BT', cursive;
  font-size: 2.5rem;
  font-weight: 400;
  color: #bfab88;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1.1;
}

/* Datas e local em caixa alta espaçada */
.hero-text p {
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  color: #5c5248;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  line-height: 2.4;
  margin-bottom: 0;
}

/* Linha ornamental entre título e informações */
.hero-text p::before {
  content: '';
  display: block;
  width: 48px;
  height: 0.75px;
  background: #c8bdb2;
  margin: 0 auto 18px;
}

.hero-img {
  display: block;
  margin: 36px auto 0;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* === SEÇÕES === */
.section {
  padding: 52px 48px;
  max-width: 820px;
  margin: 52px auto;
  text-align: center;
  background: #ffffff;
  border: 0.75px solid #d8cec4;
  position: relative;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* Moldura interna decorativa */
.section::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 0.5px solid #ece5de;
  pointer-events: none;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}

.section.alt {
  background: #faf8f6;
}

/* Títulos de seção em itálico elegante */
.section h2 {
  font-family: 'Lucia BT', cursive;
  font-size: 3.8rem;
  font-weight: 400;
  color: #bfab88;
  letter-spacing: 0;
  margin-bottom: 8px;
}

/* Divisória ornamental após título */
.section h2::after {
  content: '';
  display: block;
  width: 44px;
  height: 0.75px;
  background: #c8bdb2;
  margin: 4px auto 20px;
}

/* Textos em caixa alta */
.section p {
  font-family: 'Trajan Pro', serif;
  font-size: 0.82rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 2.4;
  color: #5c5248;
}

.section ul {
  list-style: none;
}

.section ul li {
  font-family: 'Trajan Pro', serif;
  font-size: 0.82rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 10px 0;
}

.section ul li a {
  color: #5c5248;
  text-decoration: none;
  border-bottom: 0.75px solid #c8bdb2;
  transition: color 0.3s, border-color 0.3s;
}

.section ul li a:hover {
  color: #7a6040;
  border-color: #7a6040;
}

/* === PROGRAMAÇÃO === */
.programacao-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
  align-items: center;
}

.programacao-card {
  background: #ffffff;
  border: 0.75px solid #d8cec4;
  padding: 40px 32px 32px;
  min-width: 240px;
  max-width: 440px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Moldura interna dos cards */
.programacao-card::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 0.5px solid #ece5de;
  pointer-events: none;
}

.programacao-card-large {
  max-width: 720px;
}

.programacao-dia {
  font-family: 'Trajan Pro', serif;
  font-size: 0.65rem;
  font-weight: 400;
  color: #7a6040;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.programacao-data {
  font-family: 'Trajan Pro', serif;
  font-size: 0.7rem;
  font-weight: 300;
  color: #5c5248;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Subtítulos de programação em cursivo */
.programacao-titulo {
  font-family: 'Lucia BT', cursive;
  font-size: 2.3rem;
  font-weight: 400;
  color: #bfab88;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-align: center;
}

.programacao-desc {
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  color: #5c5248;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 12px;
}

.programacao-traje {
  font-family: 'Trajan Pro', serif;
  font-size: 0.68rem;
  font-weight: 300;
  color: #7a6040;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 2;
  margin-bottom: 10px;
  margin-top: 6px;
  text-align: center;
}

.programacao-btn {
  display: inline-block;
  margin: 14px 0 8px;
  padding: 9px 30px;
  background: none;
  border: 0.75px solid #2a2520;
  color: #2a2520;
  font-family: 'Trajan Pro', serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.programacao-btn:hover {
  background: #2a2520;
  color: #ffffff;
}

.programacao-img {
  margin-top: 16px;
  max-width: 80px;
  width: 100%;
  height: auto;
}

/* === DICAS === */
.dicas-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 36px;
  align-items: center;
}

.dicas-btn {
  display: block;
  width: 100%;
  max-width: 380px;
  padding: 16px 30px;
  border: 0.75px solid #2a2520;
  color: #2a2520;
  background: none;
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.dicas-btn:hover {
  background: #2a2520;
  color: #ffffff;
}

.dicas-btn-voltar {
  display: inline-block;
  padding: 9px 30px;
  border: 0.75px solid #c8bdb2;
  color: #9a8d82;
  background: none;
  font-family: 'Trajan Pro', serif;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.dicas-btn-voltar:hover {
  border-color: #2a2520;
  color: #2a2520;
}

/* ── Categoria título (Vinícolas, Restaurantes, Passeios) ── */
.dica-categoria-titulo {
  font-family: 'Lucia BT', cursive;
  font-size: 2.6rem;
  font-weight: 400;
  color: #bfab88;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 8px;
}

.dica-categoria-titulo::after {
  content: '';
  display: block;
  width: 36px;
  height: 0.75px;
  background: #c8bdb2;
  margin: 10px auto 0;
}

/* ── Região ── */
.dica-regiao {
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #2a2520;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 4px;
}

.dica-regiao-desc {
  font-family: 'Trajan Pro', serif;
  font-size: 0.64rem;
  font-weight: 300;
  color: #9a8d82;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 8px;
}

/* ── Cards de dicas ── */
.dica-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-top: 24px;
}

.dica-card {
  background: #ffffff;
  border: 0.75px solid #d8cec4;
  padding: 30px 26px 24px;
  width: 280px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.dica-card::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 0.5px solid #ece5de;
  pointer-events: none;
}

.dica-card-nome {
  font-family: 'Lucia BT', cursive;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2a2520;
  margin-bottom: 4px;
}

.dica-card-sub {
  font-family: 'Trajan Pro', serif;
  font-size: 0.56rem;
  font-weight: 300;
  color: #9a8d82;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.dica-card-info {
  font-family: 'Trajan Pro', serif;
  font-size: 0.62rem;
  font-weight: 300;
  color: #5c5248;
  letter-spacing: 0.08em;
  line-height: 2.2;
}

.dica-card-info a {
  color: #5c5248;
  text-decoration: none;
  border-bottom: 0.5px solid #d8cec4;
  transition: color 0.3s, border-color 0.3s;
}

.dica-card-info a:hover {
  color: #2a2520;
  border-color: #2a2520;
}

/* === INFOS ÚTEIS === */
.info-table-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.info-table {
  border-collapse: collapse;
  max-width: 600px;
  width: 100%;
}

.info-table th {
  font-family: 'Trajan Pro', serif;
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #7a6040;
  padding: 12px 16px;
  border-bottom: 0.75px solid #d8cec4;
  text-align: left;
}

.info-table td {
  font-family: 'Trajan Pro', serif;
  font-size: 0.68rem;
  font-weight: 300;
  color: #2a2520;
  padding: 16px 16px;
  border-bottom: 0.5px solid #ece5de;
  vertical-align: top;
  line-height: 2;
  letter-spacing: 0.06em;
}

.info-table tr:last-child td {
  border-bottom: none;
}

.info-table strong {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
}

.info-status {
  font-size: 0.56rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: inline-block;
  margin-top: 4px;
}

.info-obrigatorio { color: #8a3030; }
.info-limitado { color: #7a6040; }
.info-recomendavel { color: #2a5030; }

.info-table-clima {
  max-width: 360px;
  text-align: center;
}

.info-table-clima th,
.info-table-clima td {
  text-align: center;
}

.info-atencao {
  margin-top: 32px;
  border: 0.75px solid #c8a0a0;
  padding: 28px 32px;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.info-atencao::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 0.5px solid #e0cece;
  pointer-events: none;
}

.info-atencao-titulo {
  font-family: 'Lucia BT', cursive;
  font-size: 1.6rem;
  font-weight: 400;
  color: #8a3030;
  text-align: center;
  margin-bottom: 16px;
}

.info-atencao p,
.info-atencao ul {
  font-family: 'Trajan Pro', serif;
  font-size: 0.68rem;
  font-weight: 300;
  color: #5c5248;
  letter-spacing: 0.08em;
  line-height: 2.2;
}

.info-atencao ul {
  padding-left: 20px;
}

.info-atencao li {
  margin-bottom: 6px;
}

.info-tomadas {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 12px;
}

.info-tomada-item {
  text-align: center;
}

/* === HOTÉIS / HOSPEDAGEM === */
.hotel-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
  align-items: center;
}

.hotel-card {
  background: #ffffff;
  border: 0.75px solid #d8cec4;
  padding: 40px 36px 32px;
  max-width: 520px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.hotel-card::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 0.5px solid #ece5de;
  pointer-events: none;
}

.hotel-nome {
  font-family: 'Lucia BT', cursive;
  font-size: 2rem;
  font-weight: 400;
  color: #bfab88;
  margin-bottom: 12px;
}

.hotel-codigo {
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  color: #2a2520;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  line-height: 2;
}

.hotel-contato {
  font-family: 'Trajan Pro', serif;
  font-size: 0.68rem;
  font-weight: 300;
  color: #5c5248;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

.hotel-contato a {
  color: #5c5248;
  text-decoration: none;
  border-bottom: 0.5px solid #d8cec4;
  transition: color 0.3s, border-color 0.3s;
}

.hotel-contato a:hover {
  color: #2a2520;
  border-color: #2a2520;
}

.hotel-tag {
  font-size: 0.52rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9a8d82;
  margin-left: 4px;
}

/* === LISTA DE PRESENTES === */
.presentes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 36px;
}

.presente-card {
  background: #ffffff;
  border: 0.75px solid #d8cec4;
  padding: 44px 40px 36px;
  min-width: 220px;
  max-width: 280px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: border-color 0.3s ease;
}

.presente-card::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 0.5px solid #ece5de;
  pointer-events: none;
}

.presente-card:hover {
  border-color: #bfab88;
}

.presente-nome {
  font-family: 'Lucia BT', cursive;
  font-size: 2.2rem;
  font-weight: 400;
  color: #2a2520;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-align: center;
}

.presente-link {
  font-family: 'Trajan Pro', serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7a6040;
  transition: color 0.3s ease;
}

.presente-card:hover .presente-link {
  color: #2a2520;
}

/* === FORMULÁRIOS === */
form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 380px;
  margin: auto;
}

.phone-group {
  display: flex;
  gap: 10px;
}

.phone-group select {
  width: auto;
  min-width: 120px;
  flex-shrink: 0;
}

.phone-group input {
  flex: 1;
  min-width: 0;
}

input {
  padding: 12px 16px;
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 0.75px solid #d8cec4;
  background: #ffffff;
  color: #5c5248;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 0;
}

input:focus {
  border-color: #7a6040;
}

select {
  padding: 12px 36px 12px 16px;
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 0.75px solid #d8cec4;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%232a2520'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: #5c5248;
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

select:focus {
  border-color: #7a6040;
}

textarea {
  padding: 12px 16px;
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  border: 0.75px solid #d8cec4;
  background: #ffffff;
  color: #5c5248;
  outline: none;
  border-radius: 0;
  resize: vertical;
  min-height: 80px;
  line-height: 1.9;
  transition: border-color 0.3s ease;
  width: 100%;
}

textarea:focus {
  border-color: #7a6040;
}

textarea::placeholder,
input::placeholder {
  color: #b0a498;
  font-weight: 300;
}

/* Fieldsets do RSVP */
.rsvp-fieldset {
  border: 0.75px solid #d8cec4;
  padding: 16px 20px 14px;
  margin: 0;
  text-align: left;
}

.rsvp-fieldset legend {
  font-family: 'Trajan Pro', serif;
  font-size: 0.68rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7a6040;
  padding: 0 8px;
}

.rsvp-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5c5248;
  cursor: pointer;
  padding: 6px 0;
}

.rsvp-check input[type="checkbox"],
.rsvp-check input[type="radio"] {
  width: auto;
  margin: 0;
  cursor: pointer;
}

/* Mensagens de feedback do RSVP */
.rsvp-success {
  font-family: 'Lucia BT', cursive;
  font-size: 1.9rem;
  font-weight: 400;
  color: #bfab88;
  letter-spacing: 0;
  line-height: 1.7;
  text-transform: none;
  margin-top: 24px;
}

/* Esconde setas do input number */
.input-no-spin::-webkit-outer-spin-button,
.input-no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-no-spin {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* === AUTOCOMPLETE DE NOME RSVP === */
.nome-autocomplete-wrap {
  position: relative;
  width: 100%;
}

.nome-autocomplete-wrap input {
  width: 100%;
}

.nome-autocomplete-wrap input.nome-locked {
  background: #f8f6f3;
  color: #2a2520;
}

.nome-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 0.75px solid #d8cec4;
  border-top: none;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}

.nome-dropdown.open {
  display: block;
}

.nome-dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  border: none;
  border-bottom: 0.5px solid #ece5de;
  background: #fff;
  cursor: pointer;
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  color: #2a2520;
  letter-spacing: 0.08em;
  transition: background 0.15s;
}

.nome-dropdown-item:last-child {
  border-bottom: none;
}

.nome-dropdown-item:hover {
  background: #f8f6f3;
}

.nome-hint {
  display: none;
  font-family: 'Trajan Pro', serif;
  font-size: 0.58rem;
  font-weight: 300;
  color: #9a8d82;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}

.nome-autocomplete-wrap input.nome-error {
  border-color: #a04040;
}

.nome-not-found {
  display: none;
  font-family: 'Trajan Pro', serif;
  font-size: 0.62rem;
  font-weight: 300;
  color: #a04040;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}

.nome-autocomplete-wrap input.nome-error ~ .nome-not-found {
  display: block;
}

.rsvp-error {
  font-family: 'Trajan Pro', serif;
  font-size: 0.72rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a04040;
  margin-top: 16px;
}

button {
  padding: 12px 28px;
  background: transparent;
  border: 0.75px solid #5c5248;
  color: #5c5248;
  font-family: 'Trajan Pro', serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.3s ease, color 0.3s ease;
}

button:hover {
  background: #2a2520;
  color: #ffffff;
}

/* === RESPONSIVO: DESKTOP AMPLO (1200px+) === */
@media (min-width: 1200px) {
  .hero {
    min-height: 78vh;
    padding: 80px 64px 64px;
  }

  .hero::after {
    top: 28px;
    left: 28px;
    right: 28px;
    bottom: 28px;
  }

  .hero-text h1 {
    font-size: 6rem;
  }

  .hero-text p {
    font-size: 0.78rem;
    letter-spacing: 0.42em;
  }

  .hero-img {
    max-width: 900px;
    margin-top: 44px;
  }

  .section {
    padding: 64px 64px;
    margin: 60px auto;
  }

  .section h2 {
    font-size: 4.4rem;
  }

  .section p {
    font-size: 0.88rem;
  }

  .programacao-titulo {
    font-size: 2.7rem;
  }
}

/* === RESPONSIVO: TABLET (601px – 900px) === */
@media (max-width: 900px) {
  .section {
    margin-left: 24px;
    margin-right: 24px;
    max-width: calc(100% - 48px);
    padding: 40px 32px;
  }

  .hero-img {
    max-width: 80%;
  }

  .programacao-card-large {
    max-width: 100%;
  }
}

/* ============================================================
   RESPONSIVO: MOBILE — iPhone 17 Pro (≈ 402px × 874px)
   Breakpoint cobre todos os iPhones modernos (375–430px)
   ============================================================ */
@media (max-width: 600px) {

  /* --- Logo --- */
  .site-logo {
    padding: 10px 0 0;
  }

  .site-monogram {
    height: 46px;
  }

  /* --- Navegação --- */
  .nav {
    gap: 8px clamp(8px, 3vw, 20px);
    padding: 4px 12px 16px;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 0.75px solid #d8cec4;
    overflow: hidden;
  }

  .nav a,
  .nav .nav-dropdown-toggle {
    font-size: clamp(0.42rem, 2.2vw, 0.65rem);
    letter-spacing: 0.22em;
    padding: 3px 0;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
  }

  .nav-dropdown {
    flex-shrink: 1;
    min-width: 0;
  }

  .nav-dropdown-menu {
    position: fixed;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    min-width: 200px;
  }

  .nav-dropdown-menu a {
    font-size: 0.6rem;
    padding: 10px 20px;
  }

  /* --- Hero --- */
  .hero {
    padding: 36px 20px 32px;
    min-height: auto;
  }

  .hero::after {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .hero-text {
    padding: 0 8px;
  }

  /* Great Vibes — "Aline e Vinícius" em 402px */
  .hero-text h1 {
    font-size: 3.2rem;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
  }

  .hero-text p {
    font-size: 0.65rem;
    letter-spacing: 0.28em;
    line-height: 2.6;
  }

  .hero-img {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  /* --- Seções --- */
  .section {
    padding: 32px 20px 28px;
    margin-left: 12px;
    margin-right: 12px;
    max-width: calc(100% - 24px);
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .section::before {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }

  .section h2 {
    font-size: 3.0rem;
    letter-spacing: 0.06em;
  }

  .section h2::after {
    margin: 1px auto 16px;
  }

  .section p {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    line-height: 2.4;
  }

  .section ul li {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  /* --- Cards de Programação --- */
  .programacao-grid {
    gap: 20px;
    margin-top: 24px;
  }

  .programacao-card {
    padding: 28px 18px 22px;
    max-width: 100%;
    width: 100%;
  }

  .programacao-card::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }

  .programacao-dia {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .programacao-titulo {
    font-size: 2.0rem;
  }

  .programacao-desc {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    line-height: 2.2;
  }

  .programacao-traje {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
  }

  /* --- Dicas --- */
  .dicas-btn {
    max-width: 100%;
    font-size: 0.68rem;
    padding: 14px 20px;
  }

  .dica-categoria-titulo {
    font-size: 2.2rem;
    margin-top: 36px;
  }

  .dica-card {
    width: 100%;
    padding: 24px 18px 20px;
  }

  .dica-card-nome {
    font-size: 1.4rem;
  }

  .dica-card-info {
    font-size: 0.58rem;
  }

  /* --- Infos Úteis --- */
  .info-table td {
    font-size: 0.6rem;
    padding: 12px 10px;
  }

  .info-table strong {
    font-size: 0.58rem;
  }

  .info-atencao {
    padding: 20px 18px;
  }

  .info-atencao p,
  .info-atencao ul {
    font-size: 0.6rem;
  }

  .info-tomadas {
    gap: 24px;
  }

  /* --- Hotéis --- */
  .hotel-card {
    padding: 28px 18px 22px;
    max-width: 100%;
  }

  .hotel-card::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }

  .hotel-nome {
    font-size: 1.6rem;
  }

  .hotel-codigo {
    font-size: 0.65rem;
  }

  .hotel-contato {
    font-size: 0.62rem;
  }

  /* --- Presentes --- */
  .presentes-list {
    gap: 14px;
    margin-top: 24px;
  }

  .presente-item {
    min-width: 152px;
    max-width: calc(50% - 7px);
    padding: 26px 16px 22px;
  }

  .presente-item::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }

  .presente-item h3 {
    font-size: 1.7rem;
  }

  .btn-loja {
    font-size: 0.6rem;
    padding: 8px 18px;
    letter-spacing: 0.2em;
  }

  /* --- Formulários --- */
  form {
    gap: 12px;
  }

  input {
    font-size: 0.68rem;
    padding: 11px 14px;
  }

  button {
    font-size: 0.62rem;
    letter-spacing: 0.25em;
    padding: 11px 22px;
  }
}

/* === RESPONSIVO: TELAS MUITO PEQUENAS (< 360px) === */
@media (max-width: 360px) {
  .hero-text h1 {
    font-size: 2.8rem;
  }

  .nav a {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
  }

  .section {
    padding: 26px 16px 22px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
