:root {
  --font-title: "Cinzel", serif;
  --font-body: "Montserrat", sans-serif;
  --bg-1: #040406;
  --bg-2: #0b0b12;
  --bg-3: #151220;
  --wine: #7a1326;
  --wine-strong: #b71f39;
  --wine-soft: rgba(183, 31, 57, 0.3);
  --gold: #e3b46e;
  --gold-soft: rgba(227, 180, 110, 0.34);
  --text: #f7f4ef;
  --muted: rgba(247, 244, 239, 0.72);
  --glass: rgba(255, 255, 255, 0.06);
  --glass-strong: rgba(255, 255, 255, 0.1);
  --border: rgba(255, 255, 255, 0.16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --shadow-soft: 0 16px 42px rgba(0, 0, 0, 0.35);
  --shadow-deep: 0 28px 70px rgba(0, 0, 0, 0.5);
  --ease: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(1000px 600px at 14% 0%, rgba(183, 31, 57, 0.2), transparent 58%),
    radial-gradient(900px 700px at 88% 14%, rgba(227, 180, 110, 0.15), transparent 60%),
    linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 38%, var(--bg-1) 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px),
    radial-gradient(circle at 76% 78%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px);
  background-size: 3px 3px, 4px 4px;
}

section,
footer,
.lang-switcher,
.fab.whatsapp,
#toTop,
#scrollProgress {
  position: relative;
  z-index: 2;
}

#scrollProgress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 3500;
  background: linear-gradient(90deg, var(--wine), var(--gold), var(--wine-strong));
}

.fab.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  z-index: 2800;
  background: linear-gradient(180deg, #34dc76, #17ac50);
  box-shadow: 0 14px 35px rgba(23, 172, 80, 0.38), var(--shadow-soft);
  transition: transform var(--ease), filter var(--ease);
}

.fab.whatsapp:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.05);
}

#toTop {
  position: fixed;
  right: 24px;
  bottom: 88px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  color: var(--text);
  cursor: pointer;
  display: none;
  z-index: 2700;
  transition: transform var(--ease), background var(--ease);
}

#toTop:hover {
  transform: translateY(-2px);
  background: rgba(0, 0, 0, 0.65);
}

.lang-switcher {
  position: fixed;
  left: 18px;
  bottom: 18px;
  display: flex;
  gap: 6px;
  padding: 8px;
  z-index: 2900;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.lang-switcher button {
  border: 0;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  transition: all var(--ease);
}

.lang-switcher button:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
}

.lang-switcher button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--wine), var(--wine-strong));
  box-shadow: 0 0 20px rgba(183, 31, 57, 0.45);
}

.hero {
  position: relative;
  height: 104vh;
  min-height: 600px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18% -10%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(closest-side at 22% 22%, rgba(227, 180, 110, 0.36), transparent 66%),
    radial-gradient(closest-side at 78% 18%, rgba(183, 31, 57, 0.42), transparent 72%);
  animation: heroAura 14s ease-in-out infinite alternate;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(183, 31, 57, 0.35), transparent 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.88) 100%);
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.hero-content::before {
  content: "";
  position: absolute;
  width: min(560px, 88vw);
  height: min(340px, 52vh);
  border-radius: 30px;

  transform: translateY(8px);
  z-index: -1;
}

.hero-logo {
  width: 318px;
  max-width: 80vw;
  margin-bottom: 22px;
  filter: drop-shadow(0 0 26px rgba(183, 31, 57, 0.5));
  animation: logoFloat 5.6s ease-in-out infinite;
}

.hero-content p {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.section {
  position: relative;
  padding: 96px 20px;
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.section.big {
  padding: 122px 20px;
}

.section.dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 31, 57, 0.13), transparent 45%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.55));
}

.section h2 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: clamp(1.8rem, 3.8vw, 2.9rem);
  letter-spacing: 0.09em;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.section h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 64%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 18px var(--gold-soft);
}

.section p {
  max-width: 930px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.experience-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.experience-grid > div {
  position: relative;
  overflow: hidden;
  padding: 26px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(4px);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease), background var(--ease);
}

.experience-grid > div::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--ease);
  background: linear-gradient(140deg, rgba(227, 180, 110, 0.12), transparent 45%);
}

.experience-grid > div:hover {
  transform: translateY(-4px);
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-deep);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.experience-grid > div:hover::after {
  opacity: 1;
}

.experience-grid i {
  font-size: 34px;
  color: var(--gold);
  margin-bottom: 14px;
}

.experience-grid h3 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.experience-grid p {
  font-size: 14px;
}

.gallery-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 16px;
}

.gallery-grid.large {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.gallery-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
  transform: translateY(0) scale(1);
  transition: transform var(--ease), filter var(--ease), box-shadow var(--ease);
}

.gallery-grid img:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-deep);
  filter: contrast(1.06) saturate(1.08);
}

.video-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 250px));
  justify-content: center;
  gap: 18px;
}

.video-card {
  position: relative;
  aspect-ratio: 9 / 16;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #09090d;
  box-shadow: var(--shadow-soft);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.video-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-deep);
  border-color: rgba(227, 180, 110, 0.55);
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 14%, rgba(227, 180, 110, 0.2), transparent 58%);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 35%, rgba(0, 0, 0, 0.52) 100%);
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.6s var(--ease), filter 0.45s var(--ease);
}

.video-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.18), transparent 54%),
    rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  transition: transform var(--ease), background var(--ease), border-color var(--ease), opacity var(--ease);
}

.video-toggle::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  transform: translateX(1px);
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
}

.video-toggle::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  opacity: 0.55;
}

.video-toggle:hover {
  transform: translate(-50%, -50%) scale(1.06);
  border-color: rgba(227, 180, 110, 0.9);
  background: rgba(0, 0, 0, 0.62);
}

.video-card.is-playing .video-toggle {
  opacity: 0.9;
  background: rgba(122, 19, 38, 0.7);
  border-color: rgba(227, 180, 110, 0.75);
}

.video-card.is-playing .video-toggle::before {
  content: "\f04c";
  transform: none;
}

.video-card.is-playing .video-toggle::after {
  animation: pulseRing 1.7s ease-out infinite;
}

.video-card.is-playing {
  border-color: rgba(227, 180, 110, 0.62);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.58);
}

.video-card.is-playing video {
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.04);
}

.google-rating {
  margin-top: 12px;
  font-size: 14px;
  color: var(--muted);
}

.location-grid {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.location-info {
  width: 100%;
  max-width: 430px;
  padding: 24px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-soft);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.location-info:hover {
  transform: translateY(-3px);
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-deep);
}

.location-info h3 {
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 22px;
  margin-bottom: 10px;
}

.location-info p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.location-info a {
  color: var(--text);
  text-decoration: none;
}

.btn-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(250px, 100%);
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(227, 180, 110, 0.5);
  background: linear-gradient(120deg, var(--wine), var(--wine-strong));
  color: #fff;
  box-shadow: 0 12px 28px rgba(183, 31, 57, 0.35);
  transition: transform var(--ease), filter var(--ease);
}

.btn-map:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.location-map iframe {
  width: 100%;
  max-width: 430px;
  height: 220px;
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform var(--ease), box-shadow var(--ease);
}

.location-map iframe:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-deep);
}

.footer {
  padding: 74px 18px 34px;
  background:
    radial-gradient(circle at 50% -35%, rgba(183, 31, 57, 0.28), transparent 58%),
    #050506;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  align-items: start;
}

.footer-brand img {
  width: 160px;
  margin-bottom: 10px;
}

.footer-brand p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.footer-block h4 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0 0 14px rgba(227, 180, 110, 0.2);
}

.footer-block a,
.footer-block span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  transition: color var(--ease), transform var(--ease);
}

.footer-block a:hover {
  color: var(--text);
  transform: translateX(2px);
}

.footer i {
  color: var(--wine-strong);
}

.footer-legal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.livro-reclamacoes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  padding: 8px 12px;
  opacity: 0.88;
  transition: opacity var(--ease), transform var(--ease), border-color var(--ease);
}

.livro-reclamacoes:hover {
  opacity: 1;
  transform: translateY(-1px);
  border-color: rgba(227, 180, 110, 0.55);
}

.livro-reclamacoes img {
  height: 20px;
  width: auto;
}

.footer-bottom {
  margin-top: 24px;
  text-align: center;
  font-size: 11px;
  color: rgba(247, 244, 239, 0.6);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroAura {
  0% {
    transform: translate3d(-1.5%, 0, 0) scale(1);
    opacity: 0.32;
  }
  100% {
    transform: translate3d(1.5%, -1%, 0) scale(1.06);
    opacity: 0.5;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@media (min-width: 900px) {
  .section {
    padding: 132px 28px;
  }

  .section.big {
    padding: 170px 28px;
  }

  .video-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 270px));
  }

  .video-card {
    max-width: 270px;
  }

  .gallery-grid img {
    height: 300px;
  }

  .gallery-grid img:nth-child(odd) {
    transform: rotate(-0.35deg);
  }

  .gallery-grid img:nth-child(even) {
    transform: rotate(0.35deg);
  }

  .location-grid {
    max-width: 1220px;
    margin: 64px auto 0;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 34px;
    align-items: stretch;
    text-align: left;
  }

  .location-map iframe {
    max-width: none;
    height: 100%;
    min-height: 320px;
  }

  .footer-container {
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 38px;
  }
}

@media (max-width: 768px) {
  .lang-switcher {
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
  }

  .fab.whatsapp {
    right: 14px;
    bottom: 14px;
  }

  #toTop {
    right: 18px;
    bottom: 78px;
  }

  .hero {
    min-height: 84vh;
  }

  .hero-content p {
    font-size: 12px;
    letter-spacing: 0.13em;
  }

  .video-toggle {
    width: 56px;
    height: 56px;
  }

  .footer-legal {
    justify-content: center;
  }
}
