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

  :root {
    --naranja: #FF5500;
    --naranja-oscuro: #CC4400;
    --naranja-claro: #FF7733;
    --naranja-suave: #FFF2EB;
    --texto: #1A1A1A;
    --texto-suave: #666666;
    --blanco: #FFFFFF;
  }

  html { scroll-behavior: smooth; }
  body {
    cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICA8IS0tIGVtcGFuYWRhIHNoYXBlIC0tPgogIDxlbGxpcHNlIGN4PSIyMCIgY3k9IjI0IiByeD0iMTciIHJ5PSIxMSIgZmlsbD0iI0YwQjA0QSIgc3Ryb2tlPSIjQzg4NjFCIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogIDwhLS0gZG91Z2ggcmlkZ2UgdG9wIC0tPgogIDxwYXRoIGQ9Ik01IDIwIFEyMCA2IDM1IDIwIiBmaWxsPSIjRjVDOTdBIiBzdHJva2U9IiNDODg2MUIiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPCEtLSBjcmltcGVkIGVkZ2UgZG90cyAtLT4KICA8Y2lyY2xlIGN4PSI4IiBjeT0iMTkiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTUiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjE3IiBjeT0iMTIiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjIyIiBjeT0iMTEiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjI3IiBjeT0iMTIiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjMyIiBjeT0iMTUiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjM1IiBjeT0iMTkiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDwhLS0gc2hpbmUgLS0+CiAgPGVsbGlwc2UgY3g9IjE0IiBjeT0iMjAiIHJ4PSI0IiByeT0iMi41IiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMjUpIiB0cmFuc2Zvcm09InJvdGF0ZSgtMjAsMTQsMjApIi8+Cjwvc3ZnPg==") 20 20, auto; font-family: 'DM Sans', sans-serif; background: var(--blanco); color: var(--texto); overflow-x: hidden; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.9rem 4rem;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,85,0,0.12);
    animation: slideDown 0.6s ease;
  }
  @keyframes slideDown { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

  .logo { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; }
  .logo-face-sm { width: 42px; height: 42px; object-fit: contain; }
  .logo-el { font-family: 'Pacifico', cursive; font-size: 0.95rem; color: var(--naranja); display: block; line-height: 1.1; }
  .logo-venezolano { font-family: 'Bebas Neue', sans-serif; font-size: 1.45rem; color: var(--texto); letter-spacing: 2px; display: block; line-height: 1; }

  nav ul { list-style: none; display: flex; gap: 2.5rem; }
  a, button { cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICA8IS0tIGVtcGFuYWRhIHNoYXBlIC0tPgogIDxlbGxpcHNlIGN4PSIyMCIgY3k9IjI0IiByeD0iMTciIHJ5PSIxMSIgZmlsbD0iI0YwQjA0QSIgc3Ryb2tlPSIjQzg4NjFCIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogIDwhLS0gZG91Z2ggcmlkZ2UgdG9wIC0tPgogIDxwYXRoIGQ9Ik01IDIwIFEyMCA2IDM1IDIwIiBmaWxsPSIjRjVDOTdBIiBzdHJva2U9IiNDODg2MUIiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPCEtLSBjcmltcGVkIGVkZ2UgZG90cyAtLT4KICA8Y2lyY2xlIGN4PSI4IiBjeT0iMTkiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTUiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjE3IiBjeT0iMTIiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjIyIiBjeT0iMTEiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjI3IiBjeT0iMTIiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjMyIiBjeT0iMTUiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDxjaXJjbGUgY3g9IjM1IiBjeT0iMTkiIHI9IjEuOCIgZmlsbD0iI0M4ODYxQiIvPgogIDwhLS0gc2hpbmUgLS0+CiAgPGVsbGlwc2UgY3g9IjE0IiBjeT0iMjAiIHJ4PSI0IiByeT0iMi41IiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMjUpIiB0cmFuc2Zvcm09InJvdGF0ZSgtMjAsMTQsMjApIi8+Cjwvc3ZnPg==") 20 20, pointer; }
  nav ul li a { text-decoration: none; color: var(--texto-suave); font-size: 0.82rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }
  nav ul li a:hover { color: var(--naranja); }
  .nav-cta { background: var(--naranja) !important; color: white !important; padding: 0.55rem 1.4rem !important; border-radius: 3px; font-family: 'Bebas Neue', sans-serif !important; font-size: 1rem !important; letter-spacing: 1.5px; transition: background 0.2s !important; }
  .nav-cta:hover { background: var(--naranja-oscuro) !important; }

  /* HERO */
  .hero { min-height: 100vh; display: flex; align-items: center; background: #1A1A1A; position: relative; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; z-index: 0; }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .hero-overlay { position: absolute; inset: 0; background: rgba(255,255,255,0.30); z-index: 1; }
  .hero-left { position: relative; z-index: 2; padding: 8rem 6rem 4rem; max-width: 700px; }

  .hero-left {
    display: flex; flex-direction: column; justify-content: center;
    padding: 8rem 4rem 4rem 6rem;
  }

  .hero-tag {
    display: inline-block; font-size: 0.7rem; font-weight: 500;
    letter-spacing: 3px; text-transform: uppercase; color: #ffffff;
    background: var(--naranja); border: 1.5px solid var(--naranja); padding: 0.35rem 1rem;
    margin-bottom: 2rem; border-radius: 2px;
    animation: fadeUp 0.7s 0.3s both;
  }
  .hero-titulo-grande {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3.5rem, 5vw, 6rem);
    letter-spacing: 3px; line-height: 1; color: var(--texto);
    animation: fadeUp 0.7s 0.5s both;
  }
  .hero-titulo-script {
    font-family: 'Pacifico', cursive;
    font-size: clamp(2.2rem, 3.5vw, 4rem);
    color: var(--naranja); line-height: 1.3;
    display: block; margin-bottom: 1.8rem;
    animation: fadeUp 0.7s 0.65s both;
  }
  .hero-sub {
    font-size: 1.05rem; color: var(--texto-suave);
    line-height: 1.75; max-width: 420px; margin-bottom: 2.5rem;
    animation: fadeUp 0.7s 0.8s both;
  }
  .hero-actions { display: flex; gap: 1rem; align-items: center; animation: fadeUp 0.7s 0.95s both; }

  .btn-primary {
    background: var(--naranja); color: white;
    padding: 0.9rem 2.2rem;
    font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 2px;
    text-decoration: none; border-radius: 3px;
    transition: background 0.2s, transform 0.15s; display: inline-block;
  }
  .btn-primary:hover { background: var(--naranja-oscuro); transform: translateY(-2px); }

  .btn-ghost {
    color: #000000; font-size: 0.9rem; font-weight: 500;
    text-decoration: none; display: flex; align-items: center; gap: 0.5rem;
    transition: color 0.2s;
  }
  .btn-ghost:hover { color: #000000; }
  .btn-ghost::after { content: '→'; transition: transform 0.2s; }
  .btn-ghost:hover::after { transform: translateX(4px); }

  .hero-rating {
    margin-top: 3rem; display: flex; align-items: center; gap: 1.5rem;
    padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.4);
    animation: fadeUp 0.7s 1.1s both;
  }
  .stars { font-size: 1.1rem; color: var(--naranja); letter-spacing: 2px; }
  .rating-info strong { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--naranja); display: block; line-height: 1; }
  .rating-info span { font-size: 0.78rem; color: #FFFFFF; }

  /* HERO DERECHA */
  .hero-right {
    position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
  }
  .hero-right-fondo {
    position: absolute; inset: 0;
    animation: fadeIn 1.2s 0.4s both;
  }
  .hero-right-fondo img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }

  .hero-logo-centro {
    position: relative; z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 1.2rem;
    animation: fadeIn 1s 0.7s both;
    padding: 2rem;
  }
  .hero-logo-centro svg { width: min(50vw, 360px); height: auto; }

  .hero-logo-nombre { text-align: center; line-height: 1; }
  .hero-nombre-el { font-family: 'Pacifico', cursive; font-size: clamp(1.8rem, 2.8vw, 2.5rem); color: var(--naranja); display: block; }
  .hero-nombre-venezolano { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.8rem, 4.5vw, 4.5rem); color: var(--texto); letter-spacing: 6px; display: block; }

  .hero-badge {
    position: absolute; bottom: 2.5rem; right: 2.5rem; z-index: 3;
    background: var(--naranja); color: white;
    padding: 1rem 1.5rem; border-radius: 3px;
    animation: fadeIn 1s 1.3s both; text-align: center;
  }
  .hero-badge strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 1px; line-height: 1; }
  .hero-badge span { font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.9; }

  .btn-reservar {
    border: 2px solid white;
    color: white;
    padding: 0.9rem 2.2rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
  .btn-reservar:hover { background: rgba(255,255,255,0.15); transform: translateY(-2px); }

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

  /* FRANJA */
  .franja {
    background: var(--naranja);
    color: white;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
  }
  .franja-track {
    display: inline-flex;
    align-items: center;
    gap: 0;
    animation: marquee 28s linear infinite;
    padding: 1.2rem 0;
  }
  .franja:hover .franja-track { animation-play-state: paused; }
  @keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .franja-item {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0 2.5rem;
    white-space: nowrap;
  }
  .franja-icon { font-size: 1.2rem; }
  .franja-item strong { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 1.5px; margin-right: 0.3rem; }
  .franja-item em { font-style: normal; font-size: 0.72rem; letter-spacing: 1px; text-transform: uppercase; opacity: 0.8; }
  .franja-sep { color: rgba(255,255,255,0.4); font-size: 0.6rem; padding: 0 0.5rem; }

  /* SECCIONES */
  .section { padding: 7rem 6rem; }
  .section-tag { font-size: 0.7rem; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--naranja); margin-bottom: 0.8rem; display: block; }
  .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 4vw, 4rem); letter-spacing: 2px; color: var(--texto); margin-bottom: 1.5rem; line-height: 1.05; }

  /* NOSOTROS */
  .sobre-nosotros { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .sobre-text p { color: var(--texto-suave); line-height: 1.85; font-size: 1.05rem; margin-bottom: 1.4rem; }
  .sobre-img { position: relative; }
  .sobre-img img { width: 100%; border-radius: 4px; aspect-ratio: 4/5; object-fit: cover; }
  .sobre-img-deco { position: absolute; top: -1.5rem; right: -1.5rem; width: 180px; height: 180px; border: 2.5px solid var(--naranja); border-radius: 4px; z-index: -1; }
  .sobre-quote { margin-top: 2rem; padding-left: 1.5rem; border-left: 4px solid var(--naranja); font-family: 'Pacifico', cursive; font-size: 1rem; color: var(--naranja-oscuro); line-height: 1.7; }

  /* PLATOS */
  .platos { background: #111; color: white; }
  .platos .section-title { color: white; }
  .platos .section-tag { color: var(--naranja-claro); }
  .platos-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3.5rem; }
  .platos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
  .plato-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), border-color 0.3s, box-shadow 0.3s; opacity: 0; transform: translateY(30px); }
  .plato-card:hover { transform: translateY(-6px); border-color: var(--naranja); }
  .plato-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.4s; }
  .plato-card:hover .plato-img { transform: scale(1.04); }
  .plato-info { padding: 1.3rem 1.4rem; }
  .plato-nombre { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 1.5px; margin-bottom: 0.4rem; }
  .plato-desc { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
  .plato-precio { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08); }
  .precio { color: var(--naranja-claro); font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 1px; }
  .plato-tag { font-size: 0.68rem; letter-spacing: 1px; text-transform: uppercase; background: rgba(255,85,0,0.2); color: var(--naranja-claro); padding: 0.3rem 0.8rem; border-radius: 20px; }

  /* RESEÑAS */
  .resenas { background: var(--blanco); }
  .resenas-grid { display: flex; gap: 2rem; margin-top: 3rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .resenas-grid::-webkit-scrollbar { height: 4px; }
  .resenas-grid::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 2px; }
  .resenas-grid::-webkit-scrollbar-thumb { background: var(--naranja); border-radius: 2px; }
  .resena-card { min-width: 260px; max-width: 260px; scroll-snap-align: start; flex-shrink: 0; }
  .resena-card { background: var(--naranja-suave); border-radius: 4px; padding: 1.2rem; border: 1px solid rgba(255,85,0,0.1); transition: transform 0.25s; }
  .resena-card:hover { transform: translateY(-4px); }
  .resena-stars { color: var(--naranja); font-size: 1rem; margin-bottom: 1rem; }
  .resena-texto { font-style: italic; font-size: 0.82rem; color: var(--texto-suave); line-height: 1.6; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
  .resena-autor { font-weight: 600; font-size: 0.88rem; color: var(--texto); }
  .resena-fuente { font-size: 0.75rem; color: var(--naranja); margin-top: 0.2rem; }

  .resenas-summary { display: inline-flex; gap: 2.5rem; margin-top: 3rem; padding: 1.2rem 2rem; background: var(--naranja); border-radius: 4px; align-items: center; }
  .summary-score { text-align: center; }
  .summary-score strong { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: white; display: block; line-height: 1; }
  .summary-score span { font-size: 0.68rem; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.8); }
  .summary-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.3); }
  .summary-text { color: white; }
  .summary-text strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 1px; margin-bottom: 0.2rem; color: white; }
  .summary-text p { font-size: 0.82rem; color: rgba(255,255,255,0.85); line-height: 1.5; }

  /* INFO */
  .info-section { display: grid; grid-template-columns: 1fr 1fr; }
  .info-mapa { position: relative; min-height: 450px; }
  .info-mapa iframe { width: 100%; height: 100%; border: 0; }
  .info-datos { padding: 5rem; display: flex; flex-direction: column; justify-content: center; background: var(--blanco); }
  .info-bloque { margin-bottom: 2.2rem; }
  .info-label { font-size: 0.68rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--naranja); font-weight: 500; margin-bottom: 0.4rem; }
  .info-valor { font-size: 1rem; color: var(--texto); line-height: 1.7; }
  .info-valor a { color: var(--naranja); text-decoration: none; font-weight: 500; }
  .info-valor a:hover { text-decoration: underline; }
  .horario-grid { display: grid; grid-template-columns: auto 1fr; gap: 0.3rem 2rem; }
  .horario-dia { font-weight: 500; }
  .horario-hora { color: var(--texto-suave); }

  /* CTA */
  .cta { background: var(--naranja); padding: 8rem 6rem; text-align: center; position: relative; overflow: hidden; }
  .cta::before { content: ''; position: absolute; inset: 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='%23ffffff' fill-opacity='0.06'%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/svg%3E"); }
  .cta .section-tag { color: rgba(255,255,255,0.8); }
  .cta .section-title { color: white; max-width: 700px; margin: 0 auto 1.5rem; }
  .cta p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 480px; margin: 0 auto 3rem; line-height: 1.75; }
  .cta-buttons { display: flex; gap: 1.5rem; justify-content: center; position: relative; z-index: 1; }
  .btn-blanco { background: white; color: var(--naranja); padding: 1rem 2.5rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 2px; text-decoration: none; border-radius: 3px; transition: background 0.2s, transform 0.15s; display: inline-block; }
  .btn-blanco:hover { background: #f5f5f5; transform: translateY(-2px); }
  .btn-outline-blanco { border: 2px solid white; color: white; padding: 1rem 2.5rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 2px; text-decoration: none; border-radius: 3px; transition: background 0.2s; display: inline-block; }
  .btn-outline-blanco:hover { background: rgba(255,255,255,0.15); }

  /* FOOTER */
  footer { background: #111; color: rgba(255,255,255,0.55); padding: 3rem 6rem; display: flex; align-items: center; justify-content: space-between; }
  .footer-brand .footer-el { font-family: 'Pacifico', cursive; font-size: 1rem; color: var(--naranja); }
  .footer-brand .footer-venezolano { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: white; letter-spacing: 2px; }
  footer p { font-size: 0.85rem; }
  .footer-social { display: flex; gap: 1.5rem; }
  .footer-social a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
  .footer-social a:hover { color: var(--naranja); }

  .whatsapp-float {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 999;
    background: #25D366;
    width: 58px; height: 58px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    animation: pulse 2.5s infinite;
  }
  .whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.6); }
  @keyframes pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 4px 32px rgba(37,211,102,0.7); }
  }

  .nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }
  .nav-hamburger span {
    display: block;
    width: 24px; height: 2.5px;
    background: var(--naranja);
    border-radius: 2px;
    transition: all 0.3s;
  }
  @media (max-width: 900px) {
    .nav-hamburger { display: flex; }
    nav ul.open {
      display: flex !important;
      flex-direction: column;
      position: absolute;
      top: 100%; left: 0; right: 0;
      background: white;
      padding: 1rem 1.5rem 1.5rem;
      gap: 1rem;
      border-bottom: 2px solid var(--naranja);
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }
    nav ul.open li a { font-size: 1rem; }
  }

  /* RESPONSIVE */

  /* Tablet */
  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    nav ul { display: none; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { padding: 7rem 1.5rem 3rem; }
    .section { padding: 4rem 1.5rem; }
    .sobre-nosotros { grid-template-columns: 1fr; gap: 2.5rem; }
    .platos-grid { grid-template-columns: 1fr 1fr; }
    .resenas-summary { flex-direction: column; gap: 1.2rem; }
    .info-section { grid-template-columns: 1fr; }
    .info-mapa { min-height: 300px; }
    .info-datos { padding: 3rem 1.5rem; }
    .cta { padding: 5rem 1.5rem; }
    .cta-buttons { flex-direction: column; align-items: center; }
    footer { flex-direction: column; gap: 1.5rem; text-align: center; padding: 3rem 1.5rem; }
    .franja-track { animation-duration: 20s; }
    .franja-item { padding: 0 1.5rem; }
  }

  /* Mobile — iOS & Android */
  @media (max-width: 480px) {
    nav { padding: 0.8rem 1rem; }
    .logo-venezolano { font-size: 1.1rem; }
    .logo-face-sm { width: 32px; height: 32px; }

    .hero { min-height: 100svh; }
    .hero-left { padding: 6rem 1.2rem 3rem; }
    .hero-titulo-grande { font-size: 2.8rem; letter-spacing: 2px; }
    .hero-titulo-script { font-size: 2rem; }
    .hero-sub { font-size: 0.95rem; }
    .hero-actions { flex-direction: column; gap: 0.8rem; width: 100%; }
    .btn-primary, .btn-reservar { width: 100%; text-align: center; padding: 1rem; font-size: 1rem; }
    .hero-rating { margin-top: 2rem; padding-top: 1.5rem; }

    .section { padding: 3rem 1rem; }
    .section-title { font-size: 2.2rem; }

    .franja { gap: 1.2rem; padding: 1.2rem 1rem; }
    .franja-item strong { font-size: 0.95rem; }

    .platos-grid { grid-template-columns: 1fr; }
    .plato-nombre { font-size: 1.2rem; }

    .resena-card { min-width: 260px; max-width: 80vw; }

    .resenas-summary { padding: 1rem 1.2rem; gap: 1rem; }
    .summary-score strong { font-size: 2rem; }

    .info-datos { padding: 2rem 1rem; }
    .info-section { grid-template-columns: 1fr; }
    .info-mapa { min-height: 260px; }

    .cta { padding: 3.5rem 1rem; }
    .cta-buttons { flex-direction: column; align-items: stretch; }
    .btn-blanco, .btn-outline-blanco { text-align: center; padding: 0.9rem 1rem; font-size: 1rem; }

    footer { padding: 2rem 1rem; gap: 1rem; font-size: 0.8rem; }
    .footer-social { gap: 1rem; flex-wrap: wrap; justify-content: center; }

    .whatsapp-float { width: 50px; height: 50px; bottom: 1.2rem; left: 1.2rem; }
    .whatsapp-float svg { width: 24px; height: 24px; }
  }
