:root {
  --vinho:        #6B0F1A;
  --vinho-escuro: #4A0910;
  --vinho-medio:  #8B1A26;
  --ouro:         #8B6914;
  --ouro-claro:   #C9A84C;
  --ouro-brilho:  #E2C47A;
  --ouro-escuro:  #5C4409;
  --creme:        #FDFAF5;
  --creme-escuro: #F2EBE0;
  --creme-medio:  #E8DDD0;
  --texto:        #2C1A1A;
  --branco:       #FFFFFF;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background-color: var(--creme);
  color: var(--texto);
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

.divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.8rem auto;
  max-width: 240px;
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ouro-claro), transparent);
}
.divider-diamond {
  width: 7px;
  height: 7px;
  background: var(--ouro-claro);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.section-label {
  text-align: center;
  font-size: 0.58rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--ouro);
  margin-bottom: 0.5rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 6vw, 2.8rem);
  font-weight: 400;
  text-align: center;
  color: var(--vinho-escuro);
  line-height: 1.1;
}
.section-title em { font-style: italic; color: var(--ouro); }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem 2.5rem;
  overflow: hidden;
  background: var(--vinho-escuro);
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(201,168,76,0.18) 0%, transparent 65%),
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: auto, 55px 55px, 55px 55px;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-logo-wrap {
  margin-bottom: 2rem;
  animation: fadeUp 1s ease both;
  position: relative;
}
.hero-logo-wrap::before {
  content: '';
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.15) 0%, transparent 70%);
}
.hero-logo {
  width: 180px;
  height: 180px;
  object-fit: contain;
  background: var(--branco);
  border-radius: 50%;
  padding: 16px;
  border: 2px solid rgba(201,168,76,0.4);
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(201,168,76,0.2), 0 20px 60px rgba(0,0,0,0.35);
}
.hero-tag {
  font-size: 0.6rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--ouro-claro);
  margin-bottom: 0.6rem;
  animation: fadeUp 1s 0.15s ease both;
}
.hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 9vw, 3.8rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--creme);
  text-align: center;
  animation: fadeUp 1s 0.25s ease both;
}
.hero-name em { font-style: italic; color: var(--ouro-claro); }
.hero-subtitle {
  margin-top: 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.75);
  animation: fadeUp 1s 0.35s ease both;
  line-height: 1.8;
}
.hero-bio {
  margin-top: 1.8rem;
  max-width: 380px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(253,250,245,0.72);
  animation: fadeUp 1s 0.45s ease both;
}
.scroll-hint {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: fadeUp 1s 0.6s ease both;
}
.scroll-hint span {
  font-size: 0.55rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.6);
}
.scroll-dot {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--ouro-claro), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ── SOBRE ── */
.sobre {
  background: var(--creme);
  padding: 5rem 1.5rem;
  position: relative;
}
.sobre::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ouro-claro), transparent);
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
}
.sobre-content {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.sobre-photo-frame {
  margin: 2rem auto 0;
  max-width: 260px;
  padding: 0.7rem;
  background: linear-gradient(180deg, rgba(139,105,20,0.12), rgba(139,105,20,0.03));
  border: 1px solid rgba(139,105,20,0.2);
  border-radius: 2px;
}
.sobre-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 2px;
}
.sobre-text {
  margin-top: 2rem;
  font-size: 0.97rem;
  line-height: 1.95;
  color: var(--texto);
  opacity: 0.82;
}
.sobre-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2.8rem;
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--vinho);
  line-height: 1;
}
.stat-label {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ouro);
  margin-top: 0.4rem;
}

/* ── SERVIÇOS ── */
.servicos {
  background: linear-gradient(to bottom, var(--creme-escuro), var(--creme));
  padding: 5rem 1.5rem;
}
.servicos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 560px;
  margin: 2.5rem auto 0;
}
.servico-card {
  background: var(--branco);
  border: 1px solid rgba(107,15,26,0.1);
  border-radius: 3px;
  padding: 1.6rem 1.1rem 1.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servico-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--vinho), var(--ouro-claro), var(--vinho));
  opacity: 0;
  transition: opacity 0.3s;
}
.servico-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(107,15,26,0.12); }
.servico-card:hover::before { opacity: 1; }

.servico-card.servico-destaque {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--vinho-escuro), var(--vinho-medio));
  border-color: rgba(201,168,76,0.3);
}
.servico-card.servico-destaque .servico-nome { color: var(--creme); }
.servico-card.servico-destaque .servico-desc { color: rgba(253,250,245,0.72); }
.servico-card.servico-destaque .btn-agendar { border-color: var(--ouro-claro); color: var(--ouro-claro); }
.servico-card.servico-destaque .btn-agendar:hover { background: var(--ouro-claro); color: var(--vinho-escuro); }

.servico-icon { font-size: 1.7rem; margin-bottom: 0.8rem; display: block; }
.servico-nome {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--vinho);
  margin-bottom: 0.4rem;
  line-height: 1.25;
}
.servico-desc {
  font-size: 0.78rem;
  color: var(--texto);
  opacity: 0.65;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}
.btn-agendar {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.1rem;
  border: 1px solid var(--vinho);
  color: var(--vinho);
  font-family: 'Raleway', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  cursor: pointer;
  margin-top: auto;
}
.btn-agendar:hover { background: var(--vinho); color: var(--creme); }

/* ── LOCALIZAÇÃO ── */
.localizacao {
  background: var(--creme-escuro);
  padding: 5rem 1.5rem;
  position: relative;
}
.localizacao::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--ouro-claro), transparent);
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
}
.mapa-wrap {
  max-width: 560px;
  margin: 2rem auto 0;
  border: 1px solid rgba(139,105,20,0.2);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(74,9,16,0.1);
}
.mapa-wrap iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}
.mapa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--vinho-escuro);
  color: var(--ouro-claro);
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
  border-top: 1px solid rgba(201,168,76,0.2);
}
.mapa-btn:hover {
  background: var(--vinho-medio);
  color: var(--ouro-brilho);
}

/* ── CTA ── */
.cta {
  background: var(--vinho-escuro);
  padding: 5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201,168,76,0.18) 0%, transparent 70%);
}
.cta-content { position: relative; z-index: 1; }
.cta-label {
  font-size: 0.58rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--ouro-claro);
  margin-bottom: 0.7rem;
}
.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 6vw, 2.7rem);
  font-weight: 300;
  color: var(--creme);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.cta-title em { font-style: italic; color: var(--ouro-claro); }
.cta-text {
  font-size: 0.9rem;
  color: rgba(253,250,245,0.65);
  margin-bottom: 2rem;
}
.cta-btns { display: flex; flex-direction: column; gap: 0.8rem; align-items: center; }
.btn-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1rem 2.2rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s, opacity 0.2s;
  min-width: 240px;
}
.btn-whats:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.btn-whats-primary {
  background: linear-gradient(135deg, var(--ouro-claro), var(--ouro-escuro));
  color: var(--creme);
  font-weight: 500;
}
.btn-whats-primary:hover { opacity: 0.92; }

/* ── FOOTER ── */
footer {
  background: #2A0A0E;
  padding: 1.8rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-address {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(253,250,245,0.55);
}
.footer-copy {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(139,105,20,0.45);
}

/* ── ANIMAÇÕES ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50%       { opacity: 0.35; transform: scaleY(0.65); }
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVO ── */
@media (max-width: 400px) {
  .servicos-grid { grid-template-columns: 1fr; }
  .servico-card.servico-destaque { grid-column: 1; }
}