:root {
  --dark: #212F3D;
  --dark-2: #17212b;
  --gold: #B7950B;
  --gold-light: #d4b43d;
  --white: #FDFEFE;
  --muted: #6f7882;
  --soft: #f4f1e8;
  --border: rgba(33, 47, 61, 0.12);
  --shadow: 0 24px 70px rgba(21, 30, 39, 0.15);
  --radius-lg: 30px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.section-space {
  padding: 110px 0;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  max-width: 780px;
  margin-bottom: 22px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4.8vw, 4.3rem);
  font-weight: 800;
  line-height: 1.05;
}

.section-text {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.btn {
  border-radius: 999px;
  padding: 0.88rem 1.45rem;
  font-weight: 700;
  transition: 0.3s ease;
}

.btn-lg {
  padding: 1rem 1.7rem;
  font-size: 1rem;
}

.btn-gold {
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(183, 149, 11, 0.28);
}

.btn-gold:hover {
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(183, 149, 11, 0.4);
}

.btn-dark-custom {
  color: var(--white);
  background: var(--dark);
}

.btn-dark-custom:hover {
  color: var(--white);
  background: var(--gold);
  transform: translateY(-3px);
}

/* Navbar */
.navbar {
  padding: 18px 0;
  transition: 0.35s ease;
}

.navbar.scrolled {
  padding: 10px 0;
  background: rgba(23, 33, 43, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.16);
}

.brand-logo {
  width: 52px;
  height: 52px;
}

.navbar-brand span,
.footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.navbar-brand strong,
.footer-brand strong {
  color: var(--white);
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}

.navbar-brand small,
.footer-brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold-light);
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 100vh;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 25%, rgba(183, 149, 11, 0.23), transparent 26%),
    linear-gradient(120deg, rgba(23, 33, 43, 0.98), rgba(33, 47, 61, 0.92)),
    url("../img/hero-bg.svg") center/cover;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.45;
}

.hero-glow-1 {
  top: 12%;
  right: -100px;
  width: 390px;
  height: 390px;
  background: rgba(183, 149, 11, 0.27);
}

.hero-glow-2 {
  bottom: -150px;
  left: -120px;
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, 0.08);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  color: var(--gold-light);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 920px;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  font-weight: 800;
  line-height: 0.98;
}

.hero-title span {
  color: var(--gold-light);
}

.hero-text {
  max-width: 730px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.85;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 55px;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  min-width: 130px;
}

.hero-stats strong {
  color: var(--gold-light);
  font-size: 1.15rem;
}

.hero-stats span {
  margin-top: 5px;
  color: rgba(255,255,255,0.58);
  font-size: 0.78rem;
}

.glass-card {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(22px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.22);
}

.hero-card {
  position: relative;
  padding: 20px;
  border-radius: 36px;
  transform: rotate(2deg);
}

.hero-card img {
  width: 100%;
  border-radius: 26px;
}

.hero-card-content {
  padding: 20px 7px 5px;
}

.hero-card h3 {
  margin-bottom: 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
}

.hero-card p {
  color: rgba(255,255,255,0.66);
}

.mini-label {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--dark);
  background: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 25px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-indicator span {
  width: 5px;
  height: 9px;
  border-radius: 20px;
  background: var(--gold-light);
  animation: scrollDot 1.8s infinite;
}

@keyframes scrollDot {
  0% { transform: translateY(-8px); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: translateY(8px); opacity: 0; }
}

/* Restaurante */
.image-composition {
  position: relative;
}

.main-image {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.floating-card {
  position: absolute;
  right: -30px;
  bottom: 40px;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 320px;
  padding: 18px 20px;
  border-radius: 18px;
  color: var(--white);
  background: var(--dark);
  box-shadow: var(--shadow);
}

.floating-card i {
  color: var(--gold-light);
  font-size: 2rem;
}

.floating-card div {
  display: flex;
  flex-direction: column;
}

.floating-card span {
  margin-top: 4px;
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
}

.feature-list {
  margin: 30px 0;
}

.feature-item {
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}

.feature-item i {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: var(--gold);
  background: rgba(183, 149, 11, 0.1);
  font-size: 1.35rem;
}

.feature-item h4 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 800;
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* Eventos */
.events-section {
  position: relative;
  background: var(--soft);
}

.events-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(183,149,11,0.08), transparent 22%),
    radial-gradient(circle at 85% 70%, rgba(33,47,61,0.06), transparent 23%);
  pointer-events: none;
}

.section-heading {
  position: relative;
  z-index: 1;
}

.service-card {
  position: relative;
  height: 100%;
  padding: 34px 28px;
  border: 1px solid rgba(33,47,61,0.08);
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 40px rgba(33,47,61,0.06);
  transition: 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(33,47,61,0.12);
}

.featured-service {
  color: var(--white);
  background: var(--dark);
  transform: translateY(-12px);
}

.featured-service p {
  color: rgba(255,255,255,0.66) !important;
}

.featured-service .service-link {
  color: var(--gold-light);
}

.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--dark);
  background: var(--gold-light);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 19px;
  color: var(--gold);
  background: rgba(183,149,11,0.11);
  font-size: 1.65rem;
}

.featured-service .service-icon {
  color: var(--dark);
  background: var(--gold-light);
}

.service-card h3 {
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.service-card p {
  min-height: 115px;
  color: var(--muted);
  line-height: 1.75;
}

.service-link {
  color: var(--dark);
  font-weight: 800;
}

.service-link i {
  margin-left: 5px;
}

.event-process {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(33,47,61,0.08);
}

.process-item {
  display: flex;
  flex: 1;
  gap: 15px;
  align-items: flex-start;
}

.process-item > span {
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 800;
}

.process-item h4 {
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-weight: 800;
}

.process-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

.process-line {
  width: 1px;
  height: 60px;
  background: var(--border);
}

/* Galería */
.gallery-intro {
  max-width: 500px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: none;
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23,33,43,0.8), transparent 55%);
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 18px;
  color: var(--white);
  font-weight: 800;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-tall {
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-modal-content {
  position: relative;
  border: none;
  border-radius: 24px;
  background: #111;
  overflow: hidden;
}

.gallery-modal-content .btn-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
}

.gallery-modal-content img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

/* Videos */
.videos-section {
  color: var(--white);
  background: var(--dark);
}

.videos-section .section-text {
  color: rgba(255,255,255,0.62);
}

.video-card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
}

.video-card video,
.video-card iframe {
  width: 100%;
  display: block;
  border: 0;
  background: #0d1217;
}

.video-feature video {
  min-height: 500px;
  object-fit: cover;
}

.video-info {
  padding: 20px 22px 23px;
}

.video-info span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-info h3 {
  margin: 9px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
}

/* Testimonios */
.testimonials-section {
  background: var(--white);
}

.rating-summary {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.rating-summary > strong {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.14em;
}

.rating-summary span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.8rem;
}

.testimonial-card {
  position: relative;
  min-height: 360px;
  padding: 48px;
  border-radius: 30px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(183,149,11,0.25), transparent 25%),
    var(--dark);
  box-shadow: var(--shadow);
}

.testimonial-card > i {
  color: var(--gold-light);
  font-size: 3.2rem;
}

.testimonial-card > p {
  margin: 25px 0 35px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.45;
}

.testimonial-user {
  display: flex;
  gap: 15px;
  align-items: center;
}

.avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--dark);
  background: var(--gold-light);
  font-weight: 800;
}

.testimonial-user div:last-child {
  display: flex;
  flex-direction: column;
}

.testimonial-user span {
  margin-top: 4px;
  color: rgba(255,255,255,0.58);
  font-size: 0.78rem;
}

.testimonial-controls {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-controls button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--dark);
  transition: 0.25s ease;
}

.testimonial-controls button:hover {
  background: var(--gold);
}

/* CTA */
.cta-section {
  padding: 0 0 110px;
}

.cta-box {
  position: relative;
  padding: 60px;
  border-radius: 34px;
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), #8d7208);
  overflow: hidden;
}

.cta-box h2 {
  max-width: 760px;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  font-weight: 800;
}

.cta-box p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.8);
  line-height: 1.8;
}

.cta-decoration {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(255,255,255,0.08);
  border-radius: 50%;
}

/* Footer */
.footer {
  padding: 80px 0 25px;
  color: rgba(255,255,255,0.72);
  background: var(--dark-2);
}

.footer-brand img {
  width: 54px;
  height: 54px;
}

.footer h4 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 800;
}

.footer p {
  max-width: 420px;
  line-height: 1.8;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  margin-bottom: 12px;
}

.footer a {
  color: rgba(255,255,255,0.62);
}

.footer a:hover {
  color: var(--gold-light);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255,255,255,0.08);
}

.contact-list li {
  display: flex;
  gap: 10px;
}

.contact-list i {
  color: var(--gold-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.78rem;
}

/* WhatsApp flotante */
.whatsapp-float {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px 18px;
  border-radius: 999px;
  color: white;
  background: #25D366;
  box-shadow: 0 15px 35px rgba(37,211,102,0.35);
  font-weight: 800;
  transition: 0.3s ease;
}

.whatsapp-float i {
  font-size: 1.3rem;
}

.whatsapp-float:hover {
  color: white;
  transform: translateY(-4px);
}

/* Animación al hacer scroll */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

/* Responsive */
@media (max-width: 991.98px) {
  .navbar {
    background: rgba(23,33,43,0.96);
  }

  .navbar-collapse {
    padding: 20px 0;
  }

  .hero-section {
    text-align: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-stats {
    justify-content: center;
  }

  .image-composition {
    padding-right: 20px;
  }

  .floating-card {
    right: 0;
  }

  .featured-service {
    transform: none;
  }

  .event-process {
    flex-direction: column;
    align-items: stretch;
  }

  .process-line {
    width: 100%;
    height: 1px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-feature video {
    min-height: auto;
  }

  .cta-box {
    padding: 42px 30px;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 80px 0;
  }

  .hero-title {
    font-size: 3.4rem;
  }

  .hero-stats {
    gap: 20px;
  }

  .hero-stats div {
    min-width: 110px;
  }

  .main-image {
    min-height: 430px;
  }

  .floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -35px 18px 0;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
  }

  .gallery-tall,
  .gallery-wide {
    grid-row: auto;
    grid-column: auto;
  }

  .testimonial-card {
    min-height: auto;
    padding: 32px 25px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 2.9rem;
  }

  .navbar-brand strong {
    font-size: 1.05rem;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
