* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  line-height: 1.6;
  overflow-x: hidden;
  background: linear-gradient(135deg, #f5f4f1 0%, #faf9f7 50%, #f0f9f7 100%);
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  justify-content: center;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  text-decoration: none;
}

.social-icon:hover {
  transform: translateY(-3px) scale(1.08);
  opacity: 0.9;
}

.social-icon--wa {
  background: #25d366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.social-icon--ig {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  box-shadow: 0 4px 14px rgba(214, 36, 159, 0.35);
}

.cta-section {
  padding: 80px 60px;
  text-align: center;
  background: linear-gradient(135deg, #2d5a4a, #56b4a0);
  position: relative;
  margin: 60px 60px;
  border-radius: 20px;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15), transparent);
  border-radius: 50%;
}

.cta-section h2 {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
  animation: fadeInUp 0.8s ease-out;
  position: relative;
  z-index: 2;
}

.cta-section p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  animation: fadeInUp 0.8s ease-out 0.1s both;
  position: relative;
  z-index: 2;
}

.btn-cta {
  background: linear-gradient(135deg, #d4af37, #faf9f7);
  color: #2d5a4a;
  border: none;
  padding: 1.2rem 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out 0.2s both;
  z-index: 2;
}

.cta-section-rooms {
  padding: 80px 60px;
  text-align: center;
  background: linear-gradient(135deg, #2d5a4a, #56b4a0);
  position: relative;
  margin: 60px 60px 0;
  border-radius: 20px 20px 0 0;
  animation: fadeInUp 0.8s ease-out;
  overflow: hidden;
  margin-bottom: 50px;
}

.cta-section-rooms::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2), transparent);
  border-radius: 50%;
}

.cta-section-rooms h2 {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
  animation: fadeInUp 0.8s ease-out;
  position: relative;
  z-index: 2;
}

.cta-section-rooms p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  animation: fadeInUp 0.8s ease-out 0.1s both;
  position: relative;
  z-index: 2;
}

.btn-cta-rooms {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #faf9f7);
  color: #2d5a4a;
  border: none;
  padding: 1.2rem 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.35);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out 0.2s both;
  z-index: 2;
}

.btn-cta-rooms::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: left 0.5s ease;
}

.btn-cta-rooms:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(212, 175, 55, 0.5);
}

.btn-cta-rooms:hover::before {
  left: 100%;
}

.food-highlight {
  position: relative;
  font-weight: 500;
}

.food-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 6px;
  background: rgba(200, 200, 190, 0.4);
  z-index: -1;
}

.meals-timeline-section {
  padding: 100px 60px;
  background: linear-gradient(135deg, #faf9f7 0%, #f5f4f1 100%);
  position: relative;
  overflow: hidden;
}

.meals-timeline-section::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.meals-timeline-section::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(86, 180, 160, 0.08), transparent);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

.section-title {
  font-size: 48px;
  color: #2d5a4a;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 300;
  animation: slideInUp 0.8s ease-out;
  position: relative;
  z-index: 2;
}

.timeline-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.timeline-item {
  animation: slideInUp 0.8s ease-out;
}

.breakfast-item {
  animation-delay: 0.1s;
}

.lunch-item {
  animation-delay: 0.2s;
}

.dinner-item {
  animation-delay: 0.3s;
}

.timeline-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(45, 90, 74, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(212, 175, 55, 0.15);
}

.timeline-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(45, 90, 74, 0.15);
  border-color: #d4af37;
}

.card-header {
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.card-header h3,
.card-header .meal-time {
  position: relative;
  z-index: 1;
}

.breakfast-header {
  background-color: #d4af37;
}

.lunch-header {
  background-color: #2d7a6e;
}

.dinner-header {
  background-color: #1a3a2e;
}

.meal-emoji {
  font-size: 48px;
  display: block;
  margin-bottom: 15px;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.card-header h3 {
  font-size: 32px;
  margin-bottom: 8px;
  font-weight: 700;
}

.meal-time {
  font-size: 16px;
  opacity: 0.95;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.card-intro {
  font-size: 17px;
  color: #666;
  padding: 0 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.7;
}

.card-highlights {
  padding: 0 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlight {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: rgba(212, 175, 55, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.timeline-card:hover .highlight {
  background: rgba(212, 175, 55, 0.12);
}

.highlight:hover {
  transform: translateX(6px);
  background: rgba(212, 175, 55, 0.18);
}

.highlight .icon {
  font-size: 24px;
  min-width: 24px;
  text-align: center;
}

.highlight strong {
  display: block;
  color: #2d5a4a;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
}

.highlight p {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
  margin: 0;
}

.bar-section {
  padding: 100px 60px;
  background: linear-gradient(135deg, #faf9f7 0%, #f5f4f1 100%);
  position: relative;
  margin-top: 0;
}

.bar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bar-content h2 {
  font-size: 42px;
  color: #2d5a4a;
  margin-bottom: 25px;
  font-weight: 300;
  animation: slideInUp 0.8s ease-out;
}

.bar-content > p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
  animation: slideInUp 0.8s ease-out 0.1s both;
}

.bar-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.bar-feature {
  padding: 25px;
  background: rgba(86, 180, 160, 0.08);
  border-radius: 12px;
  border-left: 4px solid #d4af37;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: slideInUp 0.8s ease-out;
}

.bar-feature:nth-child(2) {
  animation-delay: 0.2s;
}

.bar-feature:nth-child(3) {
  animation-delay: 0.3s;
}

.bar-feature:nth-child(4) {
  animation-delay: 0.4s;
}

.bar-feature:hover {
  background: linear-gradient(
    135deg,
    rgba(86, 180, 160, 0.15),
    rgba(212, 175, 55, 0.1)
  );
  transform: translateX(8px);
  border-left-color: #56b4a0;
  box-shadow: 0 8px 20px rgba(45, 90, 74, 0.1);
}

.feature-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 12px;
}

.bar-feature h4 {
  font-size: 16px;
  color: #2d5a4a;
  margin-bottom: 8px;
  font-weight: 700;
}

.bar-feature p {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
  margin: 0;
}

.bar-image {
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(45, 90, 74, 0.12);
  border: 3px solid rgba(212, 175, 55, 0.2);
  animation: slideInUp 0.8s ease-out 0.2s both;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bar-image:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 60px rgba(45, 90, 74, 0.15);
  border-color: #d4af37;
}

.bar-image svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .timeline-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .meals-timeline-section {
    padding: 80px 40px;
  }

  .bar-grid {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .meals-timeline-section {
    padding: 60px 30px;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .timeline-container {
    gap: 25px;
  }

  .card-header {
    padding: 30px 20px 20px;
  }

  .meal-emoji {
    font-size: 36px;
  }

  .card-header h3 {
    font-size: 24px;
  }

  .meal-time {
    font-size: 14px;
  }

  .card-intro {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .card-highlights {
    padding: 0 20px 20px;
    gap: 15px;
  }

  .highlight {
    padding: 12px;
    gap: 12px;
  }

  .highlight .icon {
    font-size: 20px;
  }

  .highlight strong {
    font-size: 13px;
  }

  .highlight p {
    font-size: 12px;
  }

  .bar-section {
    padding: 60px 30px;
  }

  .bar-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bar-content h2 {
    font-size: 32px;
  }

  .bar-content > p {
    font-size: 16px;
  }

  .bar-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bar-feature {
    padding: 20px;
  }

  .bar-image {
    height: 300px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.95);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 8px 32px rgba(45, 90, 74, 0.12);
  animation: slideDown 0.6s ease-out;
  backdrop-filter: blur(10px);
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #d4af37 0%, #56b4a0 50%, #c86b4a 100%) 1;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #56b4a0);
  margin: 0 auto;
  border-radius: 2px;
  animation: slideInCenter 0.8s ease-out 0.3s both;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  margin-top: 20px;
}

.header-left {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 180px;
  width: auto;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}

.logo-img:hover {
  transform: scale(1.08) rotate(-2deg);
}

nav {
  display: flex;
  gap: 45px;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: #a67c00;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #56b4a0, #d4af37);
  transition: width 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

nav a:hover {
  color: #56b4a0;
  transform: translateY(-2px);
}

nav a:hover::after {
  width: 100%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.language-selector {
  position: relative;
}

.lang-btn {
  background: linear-gradient(135deg, #2d5a4a, #56b4a0);
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(45, 90, 74, 0.2);
}

.lang-btn:hover {
  box-shadow: 0 8px 25px rgba(45, 90, 74, 0.4);
  transform: translateY(-3px);
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #e8e6e2;
  border-radius: 12px;
  padding: 8px 0;
  min-width: 130px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-top: 8px;
  backdrop-filter: blur(10px);
}

.language-selector:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  transition: all 0.2s ease;
  color: #4a4a4a;
}

.lang-option:hover {
  background: linear-gradient(
    135deg,
    rgba(45, 90, 74, 0.1),
    rgba(86, 180, 160, 0.1)
  );
  color: #2d5a4a;
  padding-left: 20px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 50%;
  text-decoration: none;
  background: linear-gradient(135deg, #2d5a4a, #56b4a0);
  box-shadow: 0 4px 15px rgba(45, 90, 74, 0.2);
}

.contact-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(45, 90, 74, 0.3);
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 0;
}

.whatsapp-icon {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.whatsapp-icon:hover {
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.page-header {
  padding: 100px 60px;
  background: linear-gradient(135deg, #2d5a4a 0%, #1a3a2e 50%, #0d2622 100%);
  text-align: center;
  animation: fadeIn 0.8s ease-out;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(86, 180, 160, 0.2), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.page-header::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15), transparent);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.page-header h1 {
  font-size: 56px;
  color: white;
  margin-bottom: 15px;
  font-weight: 300;
  animation: slideInUp 0.8s ease-out 0.1s both;
  background: linear-gradient(135deg, #faf9f7, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}

.page-header p {
  font-size: 16px;
  color: rgba(250, 249, 247, 0.9);
  max-width: 600px;
  margin: 0 auto;
  animation: slideInUp 0.8s ease-out 0.2s both;
  position: relative;
  z-index: 2;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.restaurant-section {
  padding: 30px 60px;
  background: linear-gradient(135deg, #faf9f7 0%, #f0f9f7 100%);
  position: relative;
}

.restaurant-section::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -200px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.restaurant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.restaurant-content h2 {
  font-size: 42px;
  color: #2d5a4a;
  margin-bottom: 25px;
  font-weight: 300;
  animation: slideInUp 0.8s ease-out;
}

.restaurant-content p {
  font-size: 18px;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.85;
  animation: slideInUp 0.8s ease-out;
}

.restaurant-content p:nth-of-type(2) {
  animation-delay: 0.1s;
}

.restaurant-content p:nth-of-type(3) {
  animation-delay: 0.2s;
}

.restaurant-image {
  height: 450px;
  background: linear-gradient(135deg, #d4e8e0 0%, #e8f0ed 100%);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(45, 90, 74, 0.12);
  animation: slideInUp 0.8s ease-out 0.2s both;
  border: 3px solid rgba(212, 175, 55, 0.2);
}

.restaurant-image svg {
  width: 100%;
  height: 100%;
}

.menu-section {
  background: linear-gradient(135deg, #f0f9f7, #e8f4f0);
  padding: 80px 60px;
  position: relative;
}

.menu-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.menu-section::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite;
}

.menu-title {
  font-size: 42px;
  color: #2d5a4a;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 200px;
  animation: slideInUp 0.8s ease-out;
  position: relative;
  z-index: 2;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.menu-category {
  animation: fadeInUp 0.8s ease-out;
}

.menu-category:nth-child(2) {
  animation-delay: 0.1s;
}

.menu-category h3 {
  font-size: 24px;
  color: #2d5a4a;
  margin-bottom: 30px;
  border-bottom: 3px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 15px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.menu-category:hover h3 {
  border-bottom-color: #d4af37;
  color: #56b4a0;
}

.menu-item {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  border-left: 3px solid transparent;
}

.menu-item:hover {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.1),
    rgba(86, 180, 160, 0.1)
  );
  transform: translateX(8px);
  border-left-color: #d4af37;
  box-shadow: 0 4px 15px rgba(45, 90, 74, 0.08);
}

.menu-item h4 {
  font-size: 15px;
  color: #2d5a4a;
  margin-bottom: 5px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.menu-item:hover h4 {
  color: #56b4a0;
}

.menu-item p {
  font-size: 13px;
  color: #999;
  line-height: 1.6;
}

.bar-section {
  padding: 100px 60px;
  background: linear-gradient(135deg, #faf9f7 0%, #f5f4f1 100%);
  position: relative;
}

.bar-section::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -200px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}

.bar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  direction: rtl;
  position: relative;
  z-index: 2;
}

.bar-grid > * {
  direction: ltr;
}

.bar-content h2 {
  font-size: 42px;
  color: #2d5a4a;
  margin-bottom: 25px;
  font-weight: 300;
  animation: slideInUp 0.8s ease-out 0.1s both;
}

.bar-content p {
  font-size: 20px;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.85;
  animation: slideInUp 0.8s ease-out;
}

.bar-content p:nth-of-type(2) {
  animation-delay: 0.2s;
}

.bar-content p:nth-of-type(3) {
  animation-delay: 0.3s;
}

.bar-image {
  height: 450px;
  background: linear-gradient(135deg, #e8f0ed 0%, #d4e8e0 100%);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(45, 90, 74, 0.12);
  animation: slideInUp 0.8s ease-out 0.2s both;
  border: 3px solid rgba(212, 175, 55, 0.2);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}

.bar-image:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 60px rgba(45, 90, 74, 0.15);
  border-color: #d4af37;
}

.bar-image svg {
  width: 100%;
  height: 100%;
}

footer {
  background: linear-gradient(135deg, #1f3d32, #0d2622);
  color: white;
  padding: 50px 60px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-top: 60px;
  animation: fadeInUp 0.8s ease-out;
}

.footer-links {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  margin: 0 25px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #56b4a0);
  transition: width 0.3s ease;
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-bottom {
  opacity: 0.85;
}

.footer-bottom a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: white;
}

@media (max-width: 1024px) {
  .restaurant-grid,
  .bar-grid {
    gap: 50px;
  }

  .menu-grid {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    gap: 15px;
    padding: 15px 20px;
  }

  .header-left,
  .header-right {
    width: 100%;
  }

  .header-right {
    gap: 15px;
    justify-content: center;
  }

  nav {
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    order: 3;
    width: 100%;
  }

  .logo-img {
    height: 40px;
  }

  .page-header {
    padding: 60px 30px;
  }

  .page-header h1 {
    font-size: 36px;
  }

  .page-header p {
    font-size: 14px;
  }

  .restaurant-section,
  .bar-section {
    padding: 60px 30px;
  }

  .restaurant-grid,
  .bar-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    direction: ltr;
  }

  .bar-grid {
    direction: ltr;
  }

  .bar-grid > * {
    direction: ltr;
  }

  .restaurant-image,
  .bar-image {
    height: 300px;
  }

  .restaurant-content h2,
  .bar-content h2 {
    font-size: 32px;
  }

  .restaurant-content p,
  .bar-content p {
    font-size: 13px;
  }

  .menu-section {
    padding: 60px 30px;
  }

  .menu-title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .menu-category h3 {
    font-size: 20px;
  }

  .menu-item h4 {
    font-size: 14px;
  }

  .menu-item p {
    font-size: 12px;
  }

  footer {
    padding: 30px;
    font-size: 11px;
  }

  .footer-links a {
    margin: 0 12px;
  }

  .lang-dropdown {
    left: -50%;
  }
}

.daily-menu-section {
  background: linear-gradient(135deg, #faf9f7 0%, #f5f4f1 100%);
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
}

.daily-menu-section::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12), transparent);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.daily-menu-section::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(86, 180, 160, 0.1), transparent);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

.daily-menu-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.daily-menu-header {
  text-align: center;
  margin-bottom: 80px;
  animation: slideInUp 0.8s ease-out;
}

.daily-menu-title {
  font-size: 52px;
  color: #2d5a4a;
  margin-bottom: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #2d5a4a, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.daily-menu-subtitle {
  font-size: 18px;
  color: #888;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

.daily-menu-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
  margin-bottom: 80px;
}

.menu-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(45, 90, 74, 0.1);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: slideInUp 0.8s ease-out;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(212, 175, 55, 0.1);
}

.menu-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 30px 70px rgba(45, 90, 74, 0.18);
  border-color: #d4af37;
}

.menu-card:nth-child(2) {
  animation-delay: 0.1s;
}

.menu-card:nth-child(3) {
  animation-delay: 0.2s;
}

.menu-card-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f0ed 0%, #d4e8e0 100%);
  position: relative;
}

.menu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.menu-card:hover .menu-card-image img {
  transform: scale(1.08);
}

.menu-card-info {
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.menu-card-info h3 {
  font-size: 28px;
  color: #2d5a4a;
  margin-bottom: 12px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.menu-card:hover .menu-card-info h3 {
  color: #56b4a0;
}

.menu-time {
  font-size: 14px;
  color: #d4af37;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.menu-description {
  font-size: 15px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}

.menu-download-btn {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #f5d76e);
  color: #1a3a2e;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  border: none;
  cursor: pointer;
  width: fit-content;
}

.menu-download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
  background: linear-gradient(135deg, #f5d76e, #d4af37);
}

.daily-menu-info-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  background: linear-gradient(
    135deg,
    rgba(86, 180, 160, 0.08),
    rgba(212, 175, 55, 0.05)
  );
  padding: 60px 40px;
  border-radius: 20px;
  border: 2px solid rgba(212, 175, 55, 0.15);
  position: relative;
  overflow: hidden;
}

.daily-menu-info-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent);
  border-radius: 50%;
  pointer-events: none;
}

.info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  animation: slideInUp 0.8s ease-out;
  transition: transform 0.3s ease;
}

.info-item:nth-child(2) {
  animation-delay: 0.1s;
}

.info-item:nth-child(3) {
  animation-delay: 0.2s;
}

.info-item:nth-child(4) {
  animation-delay: 0.3s;
}

.info-item:hover {
  transform: translateX(8px);
}

.info-icon {
  font-size: 40px;
  min-width: 40px;
  text-align: center;
  animation: bounce 2s ease-in-out infinite;
}

.info-item:nth-child(2) .info-icon {
  animation-delay: 0.2s;
}

.info-item:nth-child(3) .info-icon {
  animation-delay: 0.4s;
}

.info-item:nth-child(4) .info-icon {
  animation-delay: 0.6s;
}

.info-item h4 {
  font-size: 18px;
  color: #2d5a4a;
  margin-bottom: 8px;
  font-weight: 700;
}

.info-item p {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .daily-menu-section {
    padding: 80px 30px;
  }

  .daily-menu-title {
    font-size: 36px;
  }

  .daily-menu-subtitle {
    font-size: 16px;
  }

  .daily-menu-gallery {
    gap: 30px;
    margin-bottom: 60px;
  }

  .menu-card-image {
    height: 250px;
  }

  .menu-card-info {
    padding: 25px 20px;
  }

  .daily-menu-info-box {
    gap: 20px;
    padding: 40px 25px;
    grid-template-columns: 1fr;
  }

  .menu-card:hover {
    transform: translateY(-10px);
  }
}

:root {
  --space-inline: clamp(18px, 4vw, 60px);
  --section-space: clamp(56px, 8vw, 100px);
}

html {
  scroll-behavior: smooth;
}

header {
  padding: 12px var(--space-inline);
  gap: 16px;
}

.logo-img {
  height: 180px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 28px);
}

.main-nav a {
  white-space: nowrap;
}

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(45, 90, 74, 0.3);
  border-radius: 12px;
  background: #fff;
  color: #2d5a4a;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.mobile-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.page-header,
.meals-timeline-section,
.bar-section,
.daily-menu-section,
.cta-section-rooms,
footer {
  padding-left: var(--space-inline);
  padding-right: var(--space-inline);
}

.timeline-container {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

.bar-grid {
  gap: clamp(36px, 5vw, 80px);
}

.daily-menu-gallery {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}

@media (max-width: 900px) {
  header {
    flex-wrap: wrap;
    align-items: center;
  }

  .logo-img {
    height: 40px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    margin-left: auto;
    order: 2;
  }

  .header-right {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
  }

  .main-nav {
    order: 4;
    width: 100%;
    display: grid;
    gap: 0;
    border: 1px solid #e8e6e2;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease;
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #f1efeb;
  }

  .main-nav a:last-child {
    border-bottom: none;
  }

  .main-nav.is-open {
    max-height: 460px;
    opacity: 1;
    pointer-events: auto;
  }

  .page-header h1 {
    font-size: clamp(34px, 7.8vw, 52px) !important;
  }
}

@media (max-width: 640px) {
  .header-right {
    justify-content: center;
  }

  .language-selector {
    width: 100%;
  }

  .lang-btn {
    width: 100%;
    border-radius: 12px;
  }

  .lang-dropdown {
    left: 0;
    right: 0;
    min-width: unset;
  }

  .daily-menu-title {
    font-size: clamp(30px, 9vw, 36px);
  }

  .cta-section-rooms {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
