/* =====================================================
   PUERTO PALMERAS - MARISQUERÍA PAGE STYLES
   Premium design matching the main site
   ===================================================== */

/* ============ HERO SECTION ============ */
.menu-hero {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  background: url("../images/marisqueria/ceviche.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  padding-top: 80px;
  overflow: hidden;
}

/* Background Elements */
.menu-hero-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.menu-hero-bg-elements .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(80px);
}

.menu-hero-bg-elements .shape-1 {
  width: 500px;
  height: 500px;
  background: #00cfff;
  top: -150px;
  right: -150px;
  animation: floatShape1 15s ease-in-out infinite;
}

.menu-hero-bg-elements .shape-2 {
  width: 400px;
  height: 400px;
  background: #f9a825;
  bottom: 10%;
  left: -100px;
  animation: floatShape2 18s ease-in-out infinite;
}

.menu-hero-bg-elements .shape-3 {
  width: 300px;
  height: 300px;
  background: #c92020;
  top: 30%;
  right: 5%;
  animation: floatShape3 12s ease-in-out infinite;
}

@keyframes floatShape1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-30px, 50px) scale(1.1);
  }
  66% {
    transform: translate(20px, -30px) scale(0.95);
  }
}

@keyframes floatShape2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(60px, -40px) rotate(10deg);
  }
}

@keyframes floatShape3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-40px, 30px) scale(1.15);
  }
}

/* Floating Bubbles */
.menu-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.menu-bubbles .bubble {
  position: absolute;
  bottom: -100px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: bubbleRise linear infinite;
}

.menu-bubbles .bubble:nth-child(1) {
  left: 10%;
  width: 40px;
  height: 40px;
  animation-duration: 8s;
  animation-delay: 0s;
}
.menu-bubbles .bubble:nth-child(2) {
  left: 25%;
  width: 25px;
  height: 25px;
  animation-duration: 10s;
  animation-delay: 1s;
}
.menu-bubbles .bubble:nth-child(3) {
  left: 40%;
  width: 50px;
  height: 50px;
  animation-duration: 12s;
  animation-delay: 2s;
}
.menu-bubbles .bubble:nth-child(4) {
  left: 60%;
  width: 35px;
  height: 35px;
  animation-duration: 9s;
  animation-delay: 0.5s;
}
.menu-bubbles .bubble:nth-child(5) {
  left: 75%;
  width: 45px;
  height: 45px;
  animation-duration: 11s;
  animation-delay: 1.5s;
}
.menu-bubbles .bubble:nth-child(6) {
  left: 90%;
  width: 30px;
  height: 30px;
  animation-duration: 8s;
  animation-delay: 3s;
}

@keyframes bubbleRise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-120vh) scale(1.2);
    opacity: 0;
  }
}

.menu-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 77, 36, 0.7) 0%,
    rgba(0, 50, 80, 0.6) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.menu-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

/* Hero Badge */
.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: fadeInDown 0.8s ease forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-title {
  font-family: "Dancing Script", cursive;
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 0.95;
  perspective: 1000px;
}

.menu-title .title-line {
  display: block;
  opacity: 0;
  transform: translateY(60px) rotateX(-30deg);
  animation: titleReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.menu-title .title-line-1 {
  animation-delay: 0.3s;
  color: var(--color-white);
}

.menu-title .title-line-2 {
  animation-delay: 0.5s;
  color: var(--color-accent);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

@keyframes titleReveal {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

.menu-subtitle {
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 400;
  font-style: italic;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.7s forwards;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll Indicator - Hidden to prevent overlap */
.hero-scroll-indicator {
  display: none; /* Oculto porque se superpone con el título */
}

/* Wave Bottom */
.menu-hero .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 5;
}

.menu-hero .wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ============ INTRO SECTION ============ */
.menu-intro {
  background: var(--color-white);
}

.intro-card {
  background: linear-gradient(135deg, var(--color-primary-light) 0%, #fff 100%);
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(26, 123, 185, 0.15);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(26, 123, 185, 0.1);
}

.intro-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-accent),
    var(--color-secondary)
  );
}

.intro-icon {
  font-size: 3rem;
  color: var(--color-primary);
  margin-bottom: 20px;
  opacity: 0.3;
}

.intro-text {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--color-text);
  line-height: 1.9;
  font-style: italic;
  margin: 0;
}

.intro-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.intro-decoration span {
  width: 60px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-primary),
    transparent
  );
}

.intro-decoration i {
  color: var(--color-primary);
  font-size: 1.2rem;
}

/* ============ CATEGORY SECTIONS ============ */
.menu-category {
  position: relative;
  overflow: hidden;
}

.category-ceviches {
  background: linear-gradient(180deg, #fff 0%, var(--color-primary-light) 100%);
}

.category-sudados {
  background: linear-gradient(180deg, #fff8f0 0%, #fff0e0 100%);
}

.category-chupes {
  background: var(--color-white);
}

.category-arroces {
  background: linear-gradient(180deg, #fffef5 0%, #fff8e0 100%);
}

.category-otros {
  background: linear-gradient(180deg, #f0f8ff 0%, #e8f4fc 100%);
}

.category-porciones {
  background: linear-gradient(180deg, #f0fff0 0%, #e8fcec 100%);
}

/* Swimming Fish Animation */
.swimming-fish {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.swimming-fish .fish {
  position: absolute;
  font-size: 1.5rem;
  color: var(--color-primary);
  opacity: 0.15;
  animation: swimFish 15s linear infinite;
}

.swimming-fish .fish:nth-child(1) {
  top: 20%;
  animation-delay: 0s;
}
.swimming-fish .fish:nth-child(2) {
  top: 50%;
  animation-delay: 5s;
  font-size: 2rem;
}
.swimming-fish .fish:nth-child(3) {
  top: 80%;
  animation-delay: 10s;
  font-size: 1rem;
}

@keyframes swimFish {
  from {
    left: -50px;
    transform: scaleX(1);
  }
  49% {
    transform: scaleX(1);
  }
  50% {
    left: calc(100% + 50px);
    transform: scaleX(-1);
  }
  99% {
    transform: scaleX(-1);
  }
  100% {
    left: -50px;
    transform: scaleX(1);
  }
}

/* Floating Leaves */
.floating-leaves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.floating-leaves .leaf {
  position: absolute;
  font-size: 1.2rem;
  color: #4caf50;
  opacity: 0.2;
  animation: floatLeaf 20s ease-in-out infinite;
}

.floating-leaves .leaf:nth-child(1) {
  left: 10%;
  top: 20%;
  animation-delay: 0s;
}
.floating-leaves .leaf:nth-child(2) {
  left: 80%;
  top: 60%;
  animation-delay: 5s;
  font-size: 1.5rem;
}
.floating-leaves .leaf:nth-child(3) {
  left: 50%;
  top: 80%;
  animation-delay: 10s;
}

@keyframes floatLeaf {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(15deg);
  }
  50% {
    transform: translateY(10px) rotate(-10deg);
  }
  75% {
    transform: translateY(-15px) rotate(5deg);
  }
}

/* Category Header */
.category-header {
  position: relative;
  z-index: 2;
}

/* Category Header with Image */
.category-header-with-image {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.category-image-wrapper {
  flex: 0 0 280px;
  position: relative;
}

.category-image {
  width: clamp(180px, 25vw, 300px);
  height: clamp(180px, 25vw, 300px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}

.category-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-image:hover img {
  transform: scale(1.1);
}

.category-image-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  border-radius: 20px;
  border: 3px solid currentColor;
  opacity: 0.3;
  z-index: -1;
}

.category-text-content {
  flex: 1;
  text-align: left;
}

.category-text-content .category-badge {
  margin-bottom: 20px;
}

.category-text-content .category-title {
  margin-bottom: 15px;
}

.category-text-content .category-subtitle {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 500px;
}

/* Image position variations */
.category-header-with-image.image-right {
  flex-direction: row-reverse;
}

.category-header-with-image.image-right .category-text-content {
  text-align: right;
}

.category-header-with-image.image-right .category-image-decoration {
  left: auto;
  right: 15px;
}

/* Color decorations */
.decoration-turquoise {
  color: #1a7bb9;
}
.decoration-orange {
  color: #f5a623;
}
.decoration-cream {
  color: #8b4513;
}
.decoration-yellow {
  color: #f9a825;
}
.decoration-blue {
  color: #1a7bb9;
}
.decoration-green {
  color: #2d9a78;
}

/* Responsive */
@media (max-width: 991px) {
  .category-header-with-image {
    flex-direction: column !important;
    text-align: center;
    gap: 30px;
  }

  .category-image-wrapper {
    flex: none;
  }

  .category-image {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }

  .category-text-content {
    text-align: center !important;
  }

  .category-text-content .category-subtitle {
    margin: 0 auto;
  }

  .category-image-decoration {
    display: none;
  }
}

.category-badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.badge-turquoise {
  background: rgba(26, 123, 185, 0.15);
  color: var(--color-primary);
}
.badge-orange {
  background: rgba(245, 166, 35, 0.2);
  color: #d35400;
}
.badge-cream {
  background: rgba(139, 69, 19, 0.1);
  color: #8b4513;
}
.badge-yellow {
  background: rgba(249, 168, 37, 0.2);
  color: #f57c00;
}
.badge-blue {
  background: rgba(26, 123, 185, 0.1);
  color: var(--color-primary);
}
.badge-green {
  background: rgba(45, 154, 120, 0.15);
  color: #2d9a78;
}
.badge-dark {
  background: rgba(0, 0, 0, 0.1);
  color: var(--color-dark);
}

.category-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.category-subtitle {
  font-size: 1rem;
  color: var(--color-text-light);
  margin: 0;
}

/* ============ MENU CARDS - PREMIUM ============ */
/* ============ MENU CARDS - PREMIUM ============ */
.menu-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.menu-card::before {
  display: none; /* Removed top border strip */
}

.menu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.card-image-wrapper {
  position: relative;
  height: clamp(160px, 20vw, 240px);
  overflow: hidden;
}

.card-image-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.menu-card:hover .card-image-top {
  transform: scale(1.1);
}

.card-content {
  padding: clamp(18px, 2.5vw, 30px);
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Card Glow Effect */
/* Card Glow Effect - Removed per user request */
.card-glow {
  display: none;
}

/* Theme Colors */
.card-turquoise::before {
  background: linear-gradient(90deg, #1a7bb9, #00cfff);
}
.card-turquoise .card-icon {
  color: #1a7bb9;
}
.card-turquoise .price-value {
  color: #1a7bb9;
}

.card-orange::before {
  background: linear-gradient(90deg, #f5a623, #ff6b35);
}
.card-orange .card-icon {
  color: #d35400;
}
.card-orange .price-value {
  color: #d35400;
}

.card-cream::before {
  background: linear-gradient(90deg, #d4a574, #8b4513);
}
.card-cream .card-icon {
  color: #8b4513;
}
.card-cream .price-value {
  color: #8b4513;
}

.card-yellow::before {
  background: linear-gradient(90deg, #f9a825, #ff8f00);
}
.card-yellow .card-icon {
  color: #f57c00;
}
.card-yellow .price-value {
  color: #f57c00;
}

.card-blue::before {
  background: linear-gradient(90deg, #1a7bb9, #0056b3);
}
.card-blue .card-icon {
  color: #1a7bb9;
}
.card-blue .price-value {
  color: #1a7bb9;
}

/* Card Icon - Floating Badge */
.card-icon {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.menu-card:hover .card-icon {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-title {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 15px;
  margin-top: 0;
  min-height: 2.8rem; /* Para alinear títulos de 1 o 2 líneas */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Card Prices Wrapper to push to bottom */
.card-prices {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.price-main {
  margin-bottom: 15px;
}

.price-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-text-light);
  font-weight: 600;
  margin-bottom: 5px;
}

.price-value {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.price-separator {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ddd, transparent);
  margin: 15px auto;
}

.price-fuentes {
  padding-top: 5px;
}

.price-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.price-options span {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-text);
  transition: all 0.3s ease;
}

.price-options span:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: scale(1.05);
}

/* ============ PORCIONES ============ */
.porcion-card {
  background: var(--color-white);
  border-radius: 15px;
  padding: 0;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.porcion-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary);
  box-shadow: 0 15px 40px rgba(26, 123, 185, 0.2);
}

.porcion-image-wrapper {
  height: 140px;
  position: relative;
  overflow: hidden;
}

.porcion-image-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.porcion-card:hover .porcion-image-top {
  transform: scale(1.1);
}

.porcion-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.porcion-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--color-primary);
  transition: all 0.3s ease;
  z-index: 5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.porcion-card:hover .porcion-icon {
  background: var(--color-primary);
  color: var(--color-white);
  transform: rotate(360deg);
}

.porcion-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 5px;
}

.porcion-price {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-primary);
  display: block;
}

.porcion-featured {
  background: linear-gradient(135deg, #fff5e5 0%, #fff 100%);
  border-color: var(--color-accent);
}

.porcion-featured .porcion-icon {
  background: linear-gradient(135deg, var(--color-accent) 0%, #ffb300 100%);
  color: var(--color-white);
}

.porcion-featured .porcion-price {
  color: var(--color-accent);
}

/* ============ GALLERY ============ */
.menu-gallery {
  background: var(--color-white);
}

.gallery-item {
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 25px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 2rem;
  color: var(--color-white);
  margin-bottom: 10px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.gallery-overlay span {
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.1rem;
  transform: translateY(20px);
  transition: transform 0.4s ease 0.1s;
}

.gallery-item:hover .gallery-overlay i,
.gallery-item:hover .gallery-overlay span {
  transform: translateY(0);
}

/* ============ HOURS BANNER ============ */
.hours-banner {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-primary-dark) 100%
  );
  padding: 80px 0;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.hours-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hours-content {
  position: relative;
  z-index: 2;
}

.hours-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  animation: pulseClock 2s ease-in-out infinite;
}

@keyframes pulseClock {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.hours-content h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.hours-time {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 600;
  margin: 0 0 15px;
}

.time-number {
  font-size: 1.2em;
  font-weight: 700;
}

.hours-note {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
}

/* ============ CTA RESERVA ============ */
.cta-reserva {
  position: relative;
  padding: 120px 0;
  background: url("https://images.unsplash.com/photo-1498654896293-37aacf113fd9?w=1920")
    center/cover fixed;
  overflow: hidden;
}

.cta-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.cta-bg-elements .floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(100px);
}

.cta-bg-elements .shape-1 {
  width: 400px;
  height: 400px;
  background: var(--color-secondary);
  top: -100px;
  left: -100px;
  animation: floatShape1 15s ease-in-out infinite;
}

.cta-bg-elements .shape-2 {
  width: 300px;
  height: 300px;
  background: var(--color-accent);
  bottom: -50px;
  right: -50px;
  animation: floatShape2 18s ease-in-out infinite;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 60, 0.75);
}

.cta-title {
  font-family: "Dancing Script", cursive;
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--color-white);
  margin-bottom: 20px;
  line-height: 1;
}

.cta-line-1 {
  display: block;
  opacity: 0;
  animation: fadeInLeft 0.8s ease 0.2s forwards;
}

.cta-line-2 {
  display: block;
  color: var(--color-accent);
  opacity: 0;
  animation: fadeInRight 0.8s ease 0.4s forwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.cta-subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
  .menu-hero {
    min-height: 80vh;
  }

  .menu-title {
    font-size: 3.5rem;
  }

  .hero-scroll-indicator {
    bottom: 100px;
  }
}

@media (max-width: 768px) {
  .menu-hero {
    min-height: 70vh;
  }

  .menu-title {
    font-size: 2.8rem;
  }

  .category-title {
    font-size: 1.8rem;
  }

  .intro-card {
    padding: 30px 25px;
  }

  .menu-card {
    padding: 25px 20px;
  }

  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .price-value {
    font-size: 1.8rem;
  }

  .price-options {
    gap: 6px;
  }

  .price-options span {
    padding: 5px 10px;
    font-size: 0.8rem;
  }

  .gallery-item {
    height: 220px;
  }

  .hours-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }

  .cta-reserva {
    padding: 80px 0;
    background-attachment: scroll;
  }

  .hero-scroll-indicator {
    display: none;
  }
}

@media (max-width: 576px) {
  .menu-title {
    font-size: 2.2rem;
  }

  .porcion-card {
    padding: 20px 15px;
  }

  .porcion-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .porcion-card h3 {
    font-size: 0.85rem;
  }

  .porcion-price {
    font-size: 1.2rem;
  }
}

/* ============ LARGE SCREENS & 4K SUPPORT ============ */
@media (min-width: 1400px) {
  .menu-title {
    font-size: clamp(4.5rem, 8vw, 7rem);
  }

  .category-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }

  .category-image {
    width: clamp(280px, 22vw, 380px);
    height: clamp(280px, 22vw, 380px);
  }

  .intro-card {
    padding: clamp(50px, 5vw, 70px) clamp(40px, 4vw, 60px);
  }

  .intro-text {
    font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  }

  .card-image-wrapper {
    height: clamp(220px, 18vw, 300px);
  }

  .card-content {
    padding: clamp(25px, 3vw, 40px);
  }

  .card-name {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  }

  .price-value {
    font-size: clamp(2.2rem, 2.5vw, 2.8rem);
  }
}

@media (min-width: 1920px) {
  .menu-hero {
    min-height: 90vh;
  }

  .cta-reserva {
    padding: clamp(120px, 12vw, 180px) 0;
  }
}
